2010-02-19 Rodrigo Kumpera <rkumpera@novell.com>
[mono.git] / mono / metadata / ChangeLog
blob6ce2fe3caabb5e1b51c73643ee18a49b14135245
1 2010-02-19  Rodrigo Kumpera  <rkumpera@novell.com>
3         * domain.c: Add v4 RC version string.
5 2010-02-19  Rodrigo Kumpera  <rkumpera@novell.com>
7         * mono-basic-block.c (mono_opcode_value_and_size): Use pointer variant
8         of overflow checking function.
10 2010-02-18  Rodrigo Kumpera  <rkumpera@novell.com>
12         * reflection.c (mono_reflection_method_on_tb_inst_get_handle): Handle non
13         generic methods.
15         * reflection.c (mono_reflection_get_custom_attrs_info): Handle compiler context
16         cases for ParameterInfo.
18         Fixes #579493.
20 2010-02-18  Zoltan Varga  <vargaz@gmail.com>
22         * class.c (mono_class_get_cctor): Fix support for dynamic classes, which doesn't
23         have has_cctor set. Fixes #575946.
25 2010-02-16 Gonzalo Paniagua Javier <gonzalo@novell.com>
27         * appdomain.c: display a warning if the parsing the config file
28         produces any error.
29         Skip the BOM in UTF-8 files.
30         Copy the AppDomainSetup before setting the privateBinPath so that the
31         correct configuration file is read.
33 2010-02-15  Zoltan Varga  <vargaz@gmail.com>
35         * object.c: Instead of using one vtable trampoline, allow the JIT to use one
36         vtable trampoline per vtable slot index. Not used yet.
38 2010-02-13 Gonzalo Paniagua Javier <gonzalo@novell.com>
40         * icall-def.h:
41         * icall.c: add internal call that returns the system page size.
43 2010-02-13  Zoltan Varga  <vargaz@gmail.com>
45         * debug-helpers.c (mono_method_desc_search_in_image): Handle short names like
46         'int' for system classes.
48 Fri Feb 12 18:36:02 CET 2010 Paolo Molaro <lupus@ximian.com>
50         * icall.c, icall-def.h: new icall to check for sufficient
51         stack space.
53 2010-02-12  Mark Probst  <mark.probst@gmail.com>
55         * reflection.c (ensure_complete_type): Check that reflection_info
56         is set, too.  Fixes crash of corlib testsuite with -O=-all.
58 2010-02-11  Rodrigo Kumpera  <rkumpera@novell.com>
60         * attrdefs.h:
61         * tabledefs.h: Add NoOptimization flag.
63 2010-02-10  Mark Probst  <mark.probst@gmail.com>
65         * sgen-gc.c: Don't consider it a missing remset if the target
66         object is pinned - we might have done the store but not added the
67         remset yet.
69 2010-02-10  Mark Probst  <mark.probst@gmail.com>
71         * sgen-gc.c: When checking for missing remsets, don't assert on
72         the first one, but print them all and then assert.
74 2010-02-10  Mark Probst  <mark.probst@gmail.com>
76         * sgen-gc.c (find_in_remset_loc): Handle the small bitmap case.
78 2010-02-09  Miguel de Icaza  <miguel@novell.com>
80         * console-unix.c: On OSX Control-Y is assigned to
81         VDSUSP (non-Posix), the
82         suspend-program-next-time-it-tries-to-read-input command (this is
83         different than C-z, which suspends immediately).
85         Do the same thing that bash does and ignore this setting,
86         making our repl/getline support pasting.
88 2010-02-10  Mark Probst  <mark.probst@gmail.com>
90         * sgen-gc.c: Simple plausibility check for scan_starts.
92 2010-02-10  Mark Probst  <mark.probst@gmail.com>
94         * sgen-gc.c: Round up when calculating the number of scan starts.
96 2010-02-10  Rodrigo Kumpera  <rkumpera@novell.com>
98         * reflection.c: Export mono_get_object_from_blob.
100         * object-internals.h: Ditto.
102         * icall.c: New icall property_info_get_default_value to get the default
103         value of a property. Since using this is not common, no caching is done.
105         * icall-def.h: Add new icall.
107 2010-02-10  Rodrigo Kumpera  <rkumpera@novell.com>
109         * class.c: Add mono_class_get_property_default_value.
111         * class-internal.h: Export mono_class_get_property_default_value.
113 2010-02-10  Rodrigo Kumpera  <rkumpera@novell.com>
115         * reflection.c (mono_image_get_property_info): Encode the default value of a property.
117 Wed Feb 10 14:48:45 CET 2010 Paolo Molaro <lupus@ximian.com>
119         * sgen-gc.c: introduced critical regions to allow some lockless
120         operations and increase scalability.
122 2010-02-10  Geoff Norton  <gnorton@novell.com>
124         * reflection.c: Support building with DISABLE_REFLECTION
126 2010-02-09 Gonzalo Paniagua Javier <gonzalo@novell.com>
128         * threadpool.c: Fixes for SetMinThreads and SetMaxThreads.
129         Closes bug #566057.
131         * exception.c: fix typo in comment.
133 2010-02-09  Rodrigo Kumpera  <rkumpera@novell.com>
135         * icall.c (param_info_get_type_modifiers): Handle the case when the member object is a
136         property. This happens which instances returned by PropertyInfo::GetIndexParameters ().
138         * reflection.c (mono_reflection_get_custom_attrs_info): Ditto.
140         * object-internals.h: Export mono_class_is_reflection_method_or_constructor as part of
141         the internal API.
143         Fixes #574434.
145 2010-02-09  Mark Probst  <mark.probst@gmail.com>
147         * threads.c: Removed two assertions that were too strict.  Added a
148         clarifying comment.  Fixes #577090.
150 2010-02-08  Zoltan Varga  <vargaz@gmail.com>
152         * domain.c (mono_jit_info_table_find): Avoid looking in the root domain, since
153         the caller has no way of knowing the domain which owns the returned MonoJitInfo.
155         * appdomain.c (create_exceptions): Call mono_thread_push/popappdomain_ref ().
157         * verify.c (mono_type_get_stack_name): Fix a warning.
159 2010-02-07  Zoltan Varga  <vargaz@gmail.com>
161         * marshal.c (mono_marshal_get_wrapper_info): Rename from
162         mono_marshal_wrapper_info_from_wrapper.
164         * marshal.c (mono_marshal_set_wrapper_info): Rename from
165         mono_marshal_method_set_wrapper_data, and export.
167         * boehm-gc.c sgen-gc.c null-gc.c: Get rid of mono_gc_get_allocator_type, store
168         the allocator type in a AllocatorWrapperInfo structure instead, which is accesible
169         by calling mono_marshal_get_wrapper_info ().
171         * sgen-gc.c (mono_gc_get_managed_allocator): Add a specialized allocator for
172         small objects which does no size checks.
174 2010-02-05  Rodrigo Kumpera  <rkumpera@novell.com>
176         * icall-def.h: Rename get_MetadataToken to GetMetadataToken.
178 2010-02-04  Rodrigo Kumpera  <rkumpera@novell.com>
180         * verify.c (mono_method_verify): Use the new basic block formation pass
181         to avoid verifying dead basic blocks. This is the same behavior as the
182         runtime MS verifier.
184 2010-02-04  Rodrigo Kumpera  <rkumpera@novell.com>
186         * mono-basic-block.c:
187         * mono-basic-block.h: New implementation of a basic block formation pass.
188         The formation pass does static liveness analysis as well to detect dead
189         basic blocks.
191 2010-02-04  Zoltan Varga  <vargaz@gmail.com>
193         * marshal.c (mono_marshal_get_native_wrapper): Emit a null check for the
194         'this' argument in icalls.
196 2010-02-02  Zoltan Varga  <vargaz@gmail.com>
198         * reflection.c (resolve_object): Handle MonoArrayMethod. Fixes #575955.
200 2010-02-01  Mark Probst  <mark.probst@gmail.com>
202         * object.c, domain.c: When using SGen, we must register
203         vtable->type as a root if it's not a MonoType, because then it
204         wasn't pin-alloced.
206 2010-02-01  Mark Probst  <mark.probst@gmail.com>
208         * sgen-gc.c: Reset to_space_bumper to to_space_section->next_data
209         at the start of nursery collections, because we might have had
210         degraded allocations which changed next_data.
212 2010-01-30  Zoltan Varga  <vargaz@gmail.com>
214         * marshal.c (mono_marshal_get_managed_wrapper): Avoid constructing the
215         custom attr so this function works in cross-compiling mode.
217 2010-01-29  Zoltan Varga  <vargaz@gmail.com>
219         * class.c (make_generic_param_class): Initialize interface offsets since we
220         set klass->inited. Fixes #574819.
222 2010-01-28  Zoltan Varga  <vargaz@gmail.com>
224         * domain.c (mono_domain_free): Send the END_UNLOAD profiler event before
225         calling the JIT domain cleanup hook.
227 2010-01-28  Rodrigo Kumpera  <rkumpera@novell.com>
229         * pedump.c (main): Properly set the verifier mode when running the metadata
230         verifier.
232 2010-01-28  Rodrigo Kumpera  <rkumpera@novell.com>
234         * verify.c (verify_class_for_overlapping_reference_fields): Properly verify
235         overlapping fields now that we're called before has_references is set.
237         * pedump.c (dump_verify_info): Clear any loader error before verifying another
238         method. Otherwise all sort of weird stuff happens.
240 2010-01-27  Zoltan Varga  <vargaz@gmail.com>
242         * object.c (mono_field_get_value_object): Handle nullable types correctly.
243         Fixes #572874.
245 2010-01-25  Zoltan Varga  <vargaz@gmail.com>
247         * icall.c (ves_icall_System_Array_SetValueImpl): Handle nullable types correctly.
248         Fixes #573322.
250 2010-01-23  Mark Probst  <mark.probst@gmail.com>
252         * sgen-pinning.c (evacuate_pin_staging_area): Don't assume
253         pin_staging_area_index is greater than 0.
255 2010-01-22 Miguel de Icaza (miguel@novell.com)
257         * loader.c: Since we do nothing with the error returned, pass NULL
258         to ignore the error.
260 2010-01-21  Rodrigo Kumpera  <rkumpera@novell.com>
262         * reflection.c (typebuilder_setup_fields): Pretend field setup already
263         happened before starting to encode the actual fields. This avoid ciclic
264         dependencies and eventual crashes.
266         Fixes #572660.
268 2010-01-21  Mark Probst  <mark.probst@gmail.com>
270         * sgen-gc.c, gc-internal.h, object.c: Make string allocation
271         atomic and remove the half-constructed hack in SGen.
273 2010-01-21  Rodrigo Kumpera  <rkumpera@novell.com>
275         * metadata-verify.c (parse_generic_inst): Fail a type signature if it 
276         has a recursive reference to itself.
278         Fixes #571863.
280 2010-01-21  Rodrigo Kumpera  <rkumpera@novell.com>
282         * loader.c (mono_method_signature): Fix error message.
284 2010-01-21  Mark Probst  <mark.probst@gmail.com>
286         * sgen-gc.c: Reuse to-space sections between nursery collections.
288 2010-01-20 Gonzalo Paniagua Javier <gonzalo@novell.com>
290         * icall.c: don't raise AppDomain.TypeResolve when the type is loaded
291         from the current assembly or mscorlib. Fixes bug #322957.
293 2010-01-20  Zoltan Varga  <vargaz@gmail.com>
295         * marshal.c: Calculate the target class of the delegete invoke wrappers using
296         get_wrapper_target_class.
298 2010-01-19  Mark Probst  <mark.probst@gmail.com>
300         * sgen-gc.c: Fix warnings.
302 2010-01-19  Rodrigo Kumpera  <rkumpera@novell.com>
304         * verify.c (store_local): Better error message.
306 2010-01-19  Rodrigo Kumpera  <rkumpera@novell.com>
308         * object.c (mono_object_get_virtual_method): Handle generic interfaces with variant
309         arguments.
311 2010-01-19  Rodrigo Kumpera  <rkumpera@novell.com>
313         * icall.c (ves_icall_Remoting_RemotingServices_GetVirtualMethod): This
314         function is generics variance aware.
316 2010-01-19  Sebastien Pouliot  <sebastien@ximian.com>
318         * security-core-clr.c (mono_security_core_clr_can_access_internals):
319         Handle the case where 'basedir' can be NULL (e.g. SRE assemblies)
321 2010-01-19  Sylvain Dupont <duposyl@gmail.com>
323         * cominterop.c marshal.c: Added support for marshalling in, in/byref,
324           in/out, in/out/byref parameters of type SAFEARRAY[VARIANT].
326         Code is contributed under MIT/X11 license.
328 2010-01-19  Rodrigo Kumpera  <rkumpera@novell.com>
330         * icall.c (ves_icall_MonoMethod_GetGenericMethodDefinition): Handle inflated generic methods
331         on a GTD.
333 2010-01-19  Zoltan Varga  <vargaz@gmail.com>
335         * marshal.c (mono_marshal_wrapper_info_from_wrapper): New helper function to
336         return a point to a wrapper specific info structure describing the wrapper.
337         (mono_marshal_get_array_address): Store the rank+elem_size in the wrapper info.
339 2010-01-18  Mark Probst  <mark.probst@gmail.com>
341         * sgen-gc.c: Make minor collection section allowance adaptive,
342         depending on the amount of memory reclaimed in the last major
343         collection.  If more memory was reclaimed (i.e. more garbage
344         produced), do the next collection earlier.
346 2010-01-18  Rodrigo Kumpera  <rkumpera@novell.com>
348         * metadata-verify.c (parse_type): Fail a type signature if it has a recursive reference
349         to itself.
351         * metadata-verify.c (mono_verifier_verify_typespec_signature): Change signature to take
352         the token as parameter.
354         * verify-internals.h: Ditto.
356         * metadata.c (mono_type_create_from_typespec): Pass token to verifier.
358         Fixes #571460.
360 2010-01-18  Mark Probst  <mark.probst@gmail.com>
362         * sgen-gc.c: Make store_remset_buffer_index long.
364 2010-01-18  Rodrigo Kumpera  <rkumpera@novell.com>
366         * class.c (mono_class_from_typeref): Fail loading of self-referencing typeref tokens.
368         Fixes #569579.
370 2010-01-18  Zoltan Varga  <vargaz@gmail.com>
372         * sgen-gc.c (mono_gc_base_init): Add 'conservative_stack_mark' option to turn
373         off precise marking if it is available.
374         (mono_gc_get_bitmap_for_descr): Fix the handling of run length descriptors.
376 2010-01-17  Zoltan Varga  <vargaz@gmail.com>
378         * sgen-gc.c (mono_gc_conservatively_scan_area): Resurrect this.
380         * sgen-pinning.c (evacuate_pin_staging_area): Don't assert if there are no
381         pinned objects.
383         * sgen-gc.c (create_allocator): Add the missing n > MONO_ARRAY_MAX_INDEX check
384         to the array allocator.
386 2010-01-16  Zoltan Varga  <vargaz@gmail.com>
388         * generic-sharing.c (instantiate_other_info): Don't create ftnptr's from the
389         result of mono_compile_method (), it already includes an ftnptr.
391 2010-01-16  Zoltan Varga  <vargaz@gmail.com>
393         * metadata.c (get_image_set): Remove an assert which can happen in normal use.
395 2010-01-15  Zoltan Varga  <vargaz@gmail.com>
397         * metadata.c (mono_metadata_str_hash): New helper function to compute a stable
398         hash value which doesn't depend on glib/eglib versions.
399         (mono_metadata_type_hash): Use it.
401         * object.c (mono_method_get_imt_slot): Ditto.
403 2010-01-14  Rodrigo Kumpera  <rkumpera@novell.com>
405         * class.c (mono_type_has_exceptions): Check the generic instance. It can fail
406         independently of the GTD.
408         * class.c (mono_class_setup_fields): Fail if field has negative offset.
410         * class.c (mono_class_setup_fields): Fail if valuetype has zero size. Add sizeof(MonoObject)
411         to the upper limit since instance_size includes this amount.
413         * class.c (mono_class_layout_fields): Check if the types of the static fields have failed.
415         Fixes #569544.
417 2010-01-14  Zoltan Varga  <vargaz@gmail.com>
419         * object.c (build_imt_slots): Compute the vtable slot correctly for interfaces
420         with static methods.
422         * object.c (build_imt_slots): Avoid asserting when static methods are
423         encountered in an interface.
425 2010-01-13  Mark Probst  <mark.probst@gmail.com>
427         * sgen-gc.c (to_space_expand): Fix assertion.
429 Wed Jan 13 15:42:28 CET 2010 Paolo Molaro <lupus@ximian.com>
431         * string-icalls.c: missing declaration fixes.
432         * sgen-gc.c: portability fixes.
434 2010-01-12  Rodrigo Kumpera  <rkumpera@novell.com>
436         * class.c (mono_class_get_implemented_interfaces): Now take a MonoError argument.
438         * class.c:
439         * cominterop.c:
440         * icall.c:
441         * object.c: 
442         * class-internals.h: Adjust for new signature of mono_class_get_implemented_interfaces.
444 2010-01-12  Rodrigo Kumpera  <rkumpera@novell.com>
446         * class.c (mono_class_setup_interfaces): Now take a MonoError argument and
447         it can fail loading the type.
449         * class.c: Add mono_class_inflate_generic_class_checked.
451         * class.c:
452         * verify.c:
453         * class-internals.h: Adjust for new signature of mono_class_setup_interfaces.
455 2010-01-11  Zoltan Varga  <vargaz@gmail.com>
457         * loader.c (mono_method_signature_checked): New internal function taking an
458         MonoError argument.
460         * socket-io.c (AI_ADDRCONFIG): Applied patch from John Lightsey (jd@cpanel.net).
461         Fixes build on rh 7.3.
463 2010-01-10  Aaron Bockover  <abockover@novell.com>
465         * assembly.c (mono_set_rootdir): Support finding the mono paths on OS X
466         at runtime in the same way as on Windows, which yields a relocatable
467         Mono. Uses dyld's _NSGetExecutablePath and realpath to resolve the path
468         of the running mono process.
470         On TARGET_ARM, fallback () will always be executed.
472 2010-01-08  Rodrigo Kumpera  <rkumpera@novell.com>
474         * icall.c (ves_icall_Type_GetInterfaceMapData): This function is generics variance aware.
476 2010-01-08  Rodrigo Kumpera  <rkumpera@novell.com>
478         * class.c (mono_class_is_assignable_from_slow): Support variant
479         generic delegates.
481         * class.c (mono_class_implement_interface_slow): Support types with
482         variant generic arguments.
484 2010-01-08  Rodrigo Kumpera  <rkumpera@novell.com>
486         * verify.c: Remove some code duplication.
488 2010-01-07  Rodrigo Kumpera  <rkumpera@novell.com>
490         * object.c: Update docs.
492 2010-01-07  Rodrigo Kumpera  <rkumpera@novell.com>
494         * object.c (add_imt_builder_entry): Improve DEBUG_IMT spew.
496         * object.c (build_imt_slots): Interfaces with variant generic arguments use the
497         fallback trampoline as well.
499         * class.c (mono_class_interface_offset_with_variance): Add new non_exact_match
500         out argument that is set to TRUE if the match was direct. 
502         * class.c (mono_class_is_assignable_from): Delegates require variance testing as well.
504         * class-internal.h: Update prototype of mono_class_interface_offset_with_variance.
506 2010-01-07  Rodrigo Kumpera  <rkumpera@novell.com>
508         * class.c: Add mono_class_interface_offset_with_variance function that does same
509         as mono_class_interface_offset but takes variance into account.
511         * class-internal.h: Export mono_class_interface_offset_with_variance.
513         * object.c: Fix and improve DEBUG_IMT. Added an assert for IMT thunk building.
515 2010-01-07  Rodrigo Kumpera  <rkumpera@novell.com>
517         * object.c:
518         * icall.c:
519         * class.c: Add some FIXME for due to variant generic arguments.
521         object.c (mono_object_isinst_mbyref): Interfaces with variant generic arguments
522         can't use the simple bitfield check, so call mono_class_is_assignable_from if
523         the bitfield check fails.
525 2010-01-07  Rodrigo Kumpera  <rkumpera@novell.com>
527         * class.c (mono_class_is_assignable_from): Rework the generics variance code
528         to be easier to read and fix bugs in the case a non generic type implements a variant
529         interface.
531         * class.c (mono_class_has_variant_generic_params): Make non static.
533         * class-internals.h: Export mono_class_has_variant_generic_params as part of
534         the private API.
536 2010-01-07 Gonzalo Paniagua Javier <gonzalo@novell.com>
538         * assembly.c: fix MONO_PATH debug output.
540 2010-01-06  Atsushi Enomoto  <atsushi@ximian.com>
542         * culture-info-table.h : regenerated.
544 2010-01-04  Rodrigo Kumpera  <rkumpera@novell.com>
546         * verify.c (mono_verifier_verify_class): Properly check for broken parent. Ignore
547         types that are meant to not have a parent.
549 2010-01-04  Zoltan Varga  <vargaz@gmail.com>
551         * marshal.c (mono_marshal_get_runtime_invoke): Make a copy of the signature
552         from the image mempool, so it is not leaked.
554 2010-01-04  Zoltan Varga  <vargaz@gmail.com>
556         * metadata-internals.h (_MonoImage): Remove unused generic_class_cache field.
558 2010-01-04  Sebastien Pouliot  <sebastien@ximian.com>
560         * verify.c (verify_valuetype_layout_with_target): Fix case
561         that can lead to infinite recursion. Fix bug #567861
563 2010-01-04  Rodrigo Kumpera  <rkumpera@novell.com>
565         * pedump.c: Run code verifier even if image verification fails
566         due to a failed type we. This allows more errors to be shown.
568 2010-01-04  Rodrigo Kumpera  <rkumpera@novell.com>
570         * class.c (count_virtual_methods): Remove the assert and now
571         fail properly.
572         
573         * class.c (setup_interface_offsets): This can fail now.
575         * class.c (mono_class_setup_vtable_general): Check for parent vtable
576         errors. Check setup_interface_offsets errors.
578         * class.c (setup_interface_offsets): Simplify the return error logic
579         and remove class_init_ok.
581         Fixes #560327.
583 2010-01-04  Rodrigo Kumpera  <rkumpera@novell.com>
585         * class.c (mono_class_init): Do class verification at the beginning. Add
586         some asserts to avoid tripping into invalid memory.
588         * object.c (compute_class_bitmap): Replace a g_assert_not_reached with a
589         g_error and a decent message.
591         * verify.c (mono_verifier_verify_class): Verify for invalid super type.
593         Fixes #567548.
595 2010-01-03  Zoltan Varga  <vargaz@gmail.com>
597         * mempool-internals.h (g_list_prepend_mempool): Define this and related functions
598         as inline functions instead of defining them in mempool.c.
600         * metadata-internals.h (MonoImageSet): New structure representing a set of
601         MonoImages, which own a collection of generic instances.
603         * metadata.c: Get rid of the global generic caches, instead assign each generic
604         instance to the image set which consists of all the images referenced by the
605         instance. This greatly speeds up mono_metadata_clean_for_image (), and allows
606         the memory used by generic instances to be allocated from a per image-set mempool
607         later.
609 2010-01-03  Zoltan Varga  <vargaz@gmail.com>
611         * marshal.c (mono_marshal_get_runtime_invoke): Fix a memory leak.
613 2010-01-03  Zoltan Varga  <vargaz@gmail.com>
615         * appdomain.c (zero_static_data): Fix a warning.
617         * locales.c (construct_culture_from_specific_name): Applied patch from
618         José Antonio Sánchez Lázaro <jasl@darcysoft.es>. Fix a crash if a culture was
619         not found. Fixes #567900.
621 2009-12-31  Sebastien Pouliot  <sebastien@ximian.com>
623         * loader.c (mono_method_get_signature_full): Remove two asserts.
624         Return NULL instead so that the verifier can handle both cases 
625         gracefully.
627 2009-12-30  Rodrigo Kumpera  <rkumpera@novell.com>
629         * class.c (mono_class_setup_methods): Use checked version of mono_class_inflate_generic_method_full
630         so we can properly fail types instead of crashing.
632         Fixes #567676.
634 2009-12-30  Rodrigo Kumpera  <rkumpera@novell.com>
636         * reflection.c (reflection_methodbuilder_to_mono_method): Assert in case of a broken
637         generic method.
639 2009-12-30  Rodrigo Kumpera  <rkumpera@novell.com>
641         * marshal.c (mono_mb_emit_restore_result): Properly handle generic enums.
643 2009-12-26  Zoltan Varga  <vargaz@gmail.com>
645         * monitor.c (ves_icall_System_Threading_Monitor_Monitor_wait): Don't close the
646         wait handle if the wait is interrupted, since it is still in mon->wait_list, and
647         we can't remove it from it since we don't hold the lock.
648         (mon_new): Free the orphaned events here when a mon structure is added to the
649         freelist. Fixes #561239. Thanks to Mike Rieker <wmrieker@nii.net> for tracking
650         this down.
652 2009-12-26  Rodrigo Kumpera  <rkumpera@novell.com>
654         * verify.c (init_stack_with_value_at_exception_boundary): Do stack overflow checking here
655         as max stack might be zero.
657         Fixes #562320.
659 2009-12-26  Rodrigo Kumpera  <rkumpera@novell.com>
661         Rework all uses of mono_class_setup_methods to accept that it can fail now.
663         * class.c (mono_class_setup_methods): This function now can fail the class. Do so for generic
664         instances if the GTD did.
666         * class.c (mono_class_setup_properties): Ditto.
668         * class.c (mono_class_setup_events): Ditto.
670         * class.c (mono_class_setup_vtable): Fail early if the type is already broken.
672         * class.c (mono_class_setup_vtable_general): Add a few more missing broken type checks. Sanitize
673         error setting.
675         * class.c (mono_class_init): Fail if GTD did.
677         * cominterop.c:
678         * generic-sharing.c:
679         * icall.c:
680         * loader.c:
681         * object.c:
682         * verify.c: Properly handle failure of mono_class_setup_methods.
684 2009-12-26  Rodrigo Kumpera  <rkumpera@novell.com>
686         * class-internals.c: Add mono_class_inflate_generic_method_full_checked and make
687         mono_class_inflate_generic_method_full internal.
689         * class.c (inflate_generic_context): Now takes a MonoError argument.
691         * class.c (mono_class_inflate_generic_method_full): Now calls the _checked and abort on
692         errors.
694 2009-12-26  Zoltan Varga  <vargaz@gmail.com>
696         * generic-sharing.c (instantiate_other_info): Avoid creating jump trampolines since
697         they cannot be patched. Partly fixes #564408.
699 2009-12-24  Mark Probst  <mark.probst@gmail.com>
701         * metadata-internals.h, reflection.c: Use the
702         MonoDynamicImage.handleref hash table only with unmanaged keys,
703         and add a managed hash table handleref_managed for managed keys.
705 2009-12-24  Mark Probst  <mark.probst@gmail.com>
707         * sgen-gc.c: Unset to-space bumper between collections.  It might
708         become invalid due to degraded allocations.
710 2009-12-21  Rodrigo Kumpera  <rkumpera@novell.com>
712         * loader.c (mono_method_get_signature_full): Check if the returned signature is compatible
713         with the one from the original method.
715         * metadata-verify.c (mono_verifier_is_sig_compatible): New function to verify signature
716         compatibility.
718         * verify-internals.h: Add new function to the internal API.
720 2009-12-18  Dimitar Dobrev  <dpldobrev@yahoo.com>
722         * culture-info-tables.h: regenerated it to include the Georgian culture.
724 2009-12-18  Zoltan Varga  <vargaz@gmail.com>
726         * sgen-gc.c: Include mono/utils/memcheck.h.
728         * reflection.c (mono_reflection_get_type_internal_dynamic): Use assembly->domain
729         instead of the current domain, since the two might not match if this is called
730         from the debugger.
732         * metadata-internals.h (MonoDynamicAssembly): Add a 'domain' field to specify the
733         domain which created this assembly.
735 2009-12-18  Zoltan Varga  <vargaz@gmail.com>
737         * debug-helpers.c (dis_one): Avoid a glib assert on empty strings.
739 2009-12-17  Mark Probst  <mark.probst@gmail.com>
741         * sgen-gc.c: Managed implementation of the specialized generic
742         store write barrier.
744 2009-12-17  Rodrigo Kumpera  <rkumpera@novell.com>
746         * icall.c (ves_icall_Type_GetMethodsByName): Don't pin virtual methods if they are newslot.
747         A private virtual newslot method is used to implement an interface method without exposing
748         it to users. When querying for public instance methods, such method would hide a public one
749         on a parent type.
751         Fixes #564379.
753 2009-12-17  Zoltan Varga  <vargaz@gmail.com>
755         * reflection.c (resolve_object): Fix the encoding of unmanaged calling
756         conventions.
758 2009-12-16  Rodrigo Kumpera  <rkumpera@novell.com>
760         * reflection.c (mono_type_get_object): Guard against NULL generic param owner.
762 2009-12-16  Rodrigo Kumpera  <rkumpera@novell.com>
764         * class-internals.h (MonoDynamicGenericClass): Kill property and event related fields
765         as they are no longer used.
766         
767          * metadata.c (free_generic_class_dependents): Remove reference to previous fields
769         * reflection.c (mono_reflection_generic_class_initialize): Ditto.
771 2009-12-16  Rodrigo Kumpera  <rkumpera@novell.com>
773         * reflection.c (mono_type_get_object): If the type is VAR or MVAR check
774         if the owner class has not been finished before returning reflection_info.      
776         Fixes #565127.
778 2009-12-16  Zoltan Varga  <vargaz@gmail.com>
780         * reflection.c (mono_custom_attrs_from_param): Avoid a crash if a dynamic
781         param doesn't have custom attributes. Fixes #565117.
783         * class.c (mono_bounded_array_class_get): Make these classes PUBLIC. Fixes
784         #565120.
786 2009-12-15  Rodrigo Kumpera  <rkumpera@novell.com>
788         * class.c (mono_class_setup_fields): Fail valuetypes that are bigger than 1Mb.
790 2009-12-15  Rodrigo Kumpera  <rkumpera@novell.com>
792         * pedump.c: Add partial-md mode that doesn't perform full metadata verification. It does the
793         same amount done by a core-clr enabled runtime.
795 2009-12-15  Marek Habersack  <mhabersack@novell.com>
797         * appdomain.c (mono_make_shadow_copy): make sure access mode of
798         the target files is reset to writable by owner and readable by
799         everyone else to prevent problems when updating shadow copies of
800         files whose source is read-only. Fixes bug #556884
802 2009-12-15  Mark Probst  <mark.probst@gmail.com>
804         * class.c (mono_generic_class_get_class): Allocate the generic
805         class via malloc again, so that it can be freed when any one of
806         the images of its constituent types is closed.
808         * metadata.c: When closing an image, don't free generic insts and
809         generic classes right away, but put them into a list for later
810         freeing.
812         * image.c, metadata-internals.h: Store the free list and in the
813         second pass of closing an image, free it.
815 2009-12-14  Rodrigo Kumpera  <rkumpera@novell.com>
817         * reflection.c (mono_generic_class_get_object): Assert if this is ever called.
819         * reflection.c (mono_reflection_register_with_runtime): Only register dynamic
820         types in type_hash.
822         * reflection.c (resolve_object): Call ensure_complete_type on the inflated field.
824 2009-12-14  Rodrigo Kumpera  <rkumpera@novell.com>
826         * reflection.c (mono_reflection_type_get_handle): Properly fail in case of a broken
827         user type.
829         * reflection.c (mono_reflection_register_with_runtime): Throws in case a bad user type
830         is used.
832 2009-12-14  Miguel de Icaza  <miguel@novell.com>
834         * verify.c (mono_method_verify): The Unused opcodes produce an
835         InvalidProgramException on .NET
837 2009-12-14  Sebastien Pouliot  <sebastien@ximian.com>
839         * loader.c (mono_method_get_header): Move assert after the verifier
840         has been called on the method header.
842 2009-12-12  Rodrigo Kumpera  <rkumpera@novell.com>
844         * object-internals.h: Remove useless field from MonoReflectionGenericClass.
846         * appdomain.c: Bump corlib version.
848 2009-12-12  Rodrigo Kumpera  <rkumpera@novell.com>
850         To properly support user types, MonoGenericClass has to be used for regular, non SRE,
851         types as well since otherwise generic instances would not return UT as arguments but
852         their undelying system type.
854         * object-internals.h: Change field types of MonoGenericClass and *OnTypeBuilderInst
855         to reflect the fact that they can have now multiple different types.
857         * reflection.c (mono_image_get_field_on_inst_token): Handle MonoField.
859         * reflection.c (mono_image_get_ctor_on_inst_token): Handle MonoCMethod.
861         * reflection.c (mono_image_get_method_on_inst_token): Handle MonoMethod.
863         * reflection.c (mono_reflection_register_with_runtime): Init super types
864         if the image is not dynamic.
866         * reflection.c (mono_reflection_bind_generic_parameters): In case of a MonoGenericClass,
867         check if the generic type definition is a TypeBuilder.
869         * reflection.c (mono_reflection_generic_class_initialize): If the generic type definition
870         doesn't belong to a dynamic image, skip initialization.
872         * reflection.c (resolve_object): Properly handle *OnTypeBuilderInst types where their
873         base definition is not a dynamic type.
875 2009-12-11  Marek Habersack  <mhabersack@novell.com>
877         * object.c (mono_ldstr, mono_ldstr_metadata_sig): added calls to
878         mono_profiler_string_allocation
880         * string-icalls.c (ves_icall_System_String_InternalAllocateStr):
881         if string profiling is enabled, call
882         mono_profiler_string_allocation
884         * profiler.h: added two MonoProfileFlags -
885         MONO_PROFILE_IOMAP_EVENTS and MONO_PROFILE_STRING_ALLOC as well as
886         installation functions for the hooks below.
888         * profiler-private.h, profiler.c: added two hooks:
889         mono_profiler_string_allocation called whenever a string is
890         allocated by InternalAllocateStr and mono_profiler_iomap called
891         whenever IOMAP code performs an adjustement on a file path.
893 Fri Dec 11 18:24:04 CET 2009 Paolo Molaro <lupus@ximian.com>
895         * boehm-gc.c: fixed race condition while getting the target of a
896         disappearing link (bug #522233).
898 2009-12-10  Rodrigo Kumpera  <rkumpera@novell.com>
900         * class.c (mono_type_get_full): Produce warning instead of simply swallowing
901         the error.
903 2009-12-10  Rodrigo Kumpera  <rkumpera@novell.com>
905         * reflection.c: Add mono_reflection_register_with_runtime icall to
906         allow a MonoGenericClass to register itself as the managed mirror of
907         a given generic instance.
908         This is a temporary workaround until all MGC instantiation happens in
909         managed code.
911         * object-internals.h: Ditto.
913         * icall-def.h: Ditto.
915 2009-12-10  Mark Probst  <mark.probst@gmail.com>
917         * sgen-gc.c (find_in_remsets): Also search the generic store
918         remsets.
920 2009-12-10  Mark Probst  <mark.probst@gmail.com>
922         * sgen-gc.c: Don't access class names in debugging code when
923         unloading a domain, because they might not be valid anymore.
925 2009-12-10  Mark Probst  <mark.probst@gmail.com>
927         * domain.c, domain-internals.h: New function mono_domain_unset().
929         * appdomain.c (unload_thread_main): Detach the thread again at the
930         end.
932         * threads.c: When a thread exists or is detached, unset its domain
933         so that it's NULL when, for example, a pthread destructor runs.
935         * sgen-gc.c: Assert that there is no domain set after a thread is
936         done.
938 2009-12-10  Mark Probst  <mark.probst@gmail.com>
940         * class.c (mono_generic_class_get_class),
941         metadata.c (free_generic_class): Allocate generic MonoClass's from
942         the image mempool, not via malloc.  The problem with malloc is
943         that when unloading a domain those classes are freed before
944         clearing the heap and SGen needs the classes.  Rewriting the
945         unloading code to do the free later would be more work and there's
946         no point in using malloc anyway.
948 2009-12-09  Sebastien Pouliot  <sebastien@ximian.com>
950         * loader.c (mono_method_signature): Always call mono_loader_unlock 
951         before returning.
953 2009-12-09  Rodrigo Kumpera  <rkumpera@novell.com>
955         * metadata-verify.c: Add mono_verifier_verify_string_signature to check
956         user string blobs.
958         * verify-internals.h: Add new function to the internal API.
960         * verify.c (do_ldstr): Call into mono_verifier_verify_string_signature to
961         check if it's a valid string.
963         * object.c (mono_ldstr): Ditto.
965         Fixes #561943.
967 2009-12-09  Rodrigo Kumpera  <rkumpera@novell.com>
969         * icall.c (ves_icall_GetCurrentMethod): Drop all generic arguments
970         from a method before returning it. This is the expected behavior.
972 2009-12-08  Rodrigo Kumpera  <rkumpera@novell.com>
974         * reflection.c (inflate_method): Handle the case of a regular system type.
976 2009-12-08  Mark Probst  <mark.probst@gmail.com>
978         * sgen-gc.c, sgen-pinning-stats.c, sgen-gray.c: More statistics
979         gathering code.
981         * mempool.c, mempool-internals.h: New function
982         mono_mempool_get_bytes_allocated().
984         * Makefile.am: sgen-pinning-stats.c added.
986 2009-12-08  Mark Probst  <mark.probst@gmail.com>
988         * sgen-gc.c (create_allocator): Only use the fast path if the
989         object size is within the small object size limit.
991 2009-12-07  Mark Probst  <mark.probst@gmail.com>
993         * sgen-gc.c: Make sure section->data is aligned to 8 bytes by
994         possibly adding padding to sizeof (GCMemSection).
996 2009-12-07  Mark Probst  <mark.probst@gmail.com>
998         * sgen-gc.c (mono_gc_wbarrier_nostore): Skip the remset if the
999         reference is not in the nursery.
1001 2009-12-07  Rodrigo Kumpera  <rkumpera@novell.com>
1003         * class.c (mono_class_from_typeref): Bounds check idx against the 
1004         assemblyref table.
1006 2009-12-07  Mark Probst  <mark.probst@gmail.com>
1008         * sgen-gc.c, sgen-pinning.c: When pinning, make only one pass
1009         through the potential roots, then sort the results and find the
1010         pinned objects from there.
1012         * Makefile.am: sgen-pinning.c added.
1014 2009-12-07  Mark Probst  <mark.probst@gmail.com>
1016         * sgen-gc.c: Record generic stores in specialized remset buffers.
1018 2009-12-06  Mark Probst  <mark.probst@gmail.com>
1020         * sgen-gc.c: Make pinned chunks the same size as major heap
1021         sections, and align them as well, so that we can check whether an
1022         object is in a pinned chunk or a major section in constant time.
1024 2009-12-06  Mark Probst  <mark.probst@gmail.com>
1026         * sgen-gc.c (build_nursery_fragments): Don't leak fragments.
1028 2009-12-06  Mark Probst  <mark.probst@gmail.com>
1030         * sgen-gc.c: Make all major heap sections the same size (currently
1031         128k) and allocate them on aligned addresses.  Small heap sections
1032         give us better granularity with pinned objects - we can free up
1033         much more memory.
1035 2009-12-06  Mark Probst  <mark.probst@gmail.com>
1037         * string-icalls.c (ves_icall_System_String_GetLOSLimit): Debug
1038         output removed.
1040 2009-12-05  Zoltan Varga  <vargaz@gmail.com>
1042         Applied patch from Laurent Etiemble (laurent.etiemble@gmail.com).
1044         * mono/metadata/assembly.c: When opening an assembly image, pass the real
1045         names in addition to the runtime generated one.
1047         * mono/metadata/image.h: Add a function to take the real name of the assembly
1048         image.
1050         * mono/metadata/image.c: If a real name has been passed to load an assembly,
1051         use it instead of the runtime generated one.
1053         Code is contributed under MIT/X11 license.
1055 2009-12-05  Zoltan Varga  <vargaz@gmail.com>
1057         * marshal.c (emit_marshal_vtype): Do the klass == date_time_class checks
1058         before the other checks to prevent problems if the DateTime class is blittable.
1059         Hopefully fixes #559600.
1061 2009-12-05  Mark Probst  <mark.probst@gmail.com>
1063         * string-icalls.c, string-icalls.h, icall-def.h: New icall that
1064         returns the largest string length that will not be put into the
1065         LOS.
1067         * sgen-gc.c, gc-internal.h: New function that returns the largest
1068         object size that will not be put into the LOS.
1070         * appdomain.c: Bump corlib version.
1072 2009-12-05  Zoltan Varga  <vargaz@gmail.com>
1074         * class-internals.h: Add MONO_RGCTX_INFO_METHOD_DELEGATE_CODE.
1076         * generic-sharing.c: Handle MONO_RGCTX_INFO_METHOD_DELEGATE_CODE.
1078 2009-12-04  Rodrigo Kumpera  <rkumpera@novell.com>
1080         * reflection.c (inflate_method): Fix signature.
1082         * object-internals.h (MonoReflectionMethodOnTypeBuilderInst): Reflect change
1083         in managed code.
1085 2009-12-04  Rodrigo Kumpera  <rkumpera@novell.com>
1087         * reflection.c (inflate_method): Make this method work with TypeBuilder as well.
1089 2009-12-03  Mark Probst  <mark.probst@gmail.com>
1091         * sgen-gc.c: Abstract to-space handling.
1093 2009-12-03  Rodrigo Kumpera  <rkumpera@novell.com>
1095         * loader.c (find_method_in_class): Ignore methods with broken signatures.
1097         Fixes #559906.
1099 2009-12-03  Mark Probst  <mark.probst@gmail.com>
1101         * sgen-gc.c: Only add references from outside the nursery to
1102         within the nursery to the global remset list.
1104 2009-12-03  Mark Probst  <mark.probst@gmail.com>
1106         * appdomain.c (create_exceptions): Set the domain temporarily if
1107         necessary to avoid cross-domain references.
1109 2009-12-02  Rodrigo Kumpera  <rkumpera@novell.com>
1111         * verify.c (get_stack_type): Return that the type is invalid instead of
1112         asserting.
1114         * verify.c (mono_method_verify): Verify that all locals and arguments
1115         have valid stack types.
1117         Fixes #559913.
1119 2009-12-02  Rodrigo Kumpera  <rkumpera@novell.com>
1121         * verify.c (mono_method_verify): Bounds check the filter offset. Make all
1122         bounds checking overflow aware.
1124         Fixes #559910.
1126 2009-12-02  Rodrigo Kumpera  <rkumpera@novell.com>
1128         * verify.c (do_invoke_method): Check for invalid method signatures.
1130         Fixes #553450.
1132 2009-12-02  Jb Evain  <jbevain@novell.com>
1134         * appdomain.c (MONO_CORLIB_VERSION): bump.
1135         * icall-def.h (get_base_definition): renamed to get_base_method
1136         and add a boolean argument indicating we want the original
1137         method definition, or the immediate base method.
1138         * icall.c: apply the get_base_definition to get_base_method change.
1140 2009-12-02  Rodrigo Kumpera  <rkumpera@novell.com>
1142         * class.c (mono_class_setup_fields): Fail an enum without an instance field.
1144         Fixes #558042.
1146 Wed Dec 2 16:35:49 CET 2009 Paolo Molaro <lupus@ximian.com>
1148         * class.c: remove asserts for invalid type token in
1149         mono_class_name_from_token(), mono_assembly_name_from_token() and
1150         mono_class_create_from_typedef () (fixes bug #553318).
1152 Wed Dec 2 15:48:19 CET 2009 Paolo Molaro <lupus@ximian.com>
1154         * metadata.c, class.c, loader.c: remove assert after bsearch() for
1155         incorrect assemblies (bug #553322).
1157 2009-12-02  Rodrigo Kumpera  <rkumpera@novell.com>
1159         * metadata.c (mono_metadata_inflate_generic_inst): Add MonoError parameter.
1161         * metadata-internals.h: Change signature of mono_metadata_inflate_generic_inst. 
1163         * class.c (inflate_generic_type): Use new version of mono_metadata_inflate_generic_inst.
1165         * class.c (inflate_generic_context): Ditto.
1167         * loader.c (method_from_methodspec): Ditto.
1169         Fixes #558230.
1171 2009-12-02  Rodrigo Kumpera  <rkumpera@novell.com>
1173         * class.c (mono_type_retrieve_from_typespec): Use MonoError machinery to report errors.
1175         * class.c (mono_class_create_from_typespec): Ditto.
1177         * class.c (mono_class_get_full): Fix for change on the above 2 functions.
1179         * class.c (mono_type_get_full): Fix for change on the above 2 functions.
1181         Fixes #558184.
1183 2009-12-02  Rodrigo Kumpera  <rkumpera@novell.com>
1185         * verify.c (mono_class_has_default_constructor): Check fror broken signatures.
1187         * verify.c (verify_delegate_compatibility): Ditto.
1189         * verify.c (do_newobj): Ditto.
1191         Fixes #558046.
1193 2009-12-02  Mark Probst  <mark.probst@gmail.com>
1195         * sgen-gc.c: Use a gray queue instead of requiring that gray
1196         objects are in a contiguous region.
1198         * sgen-gray.c: The gray queue implementation.
1200         * Makefile.am: sgen-gray.c added.
1202 2009-12-02  Mark Probst  <mark.probst@gmail.com>
1204         * appdomain.c: When unloading a domain, zero its static data and
1205         perform a minor collection when using SGen.  That will get rid of
1206         all the remsets pointing into that domain's static data.
1208         * sgen-gc.c: Allow remsets into static data.  By doing this we
1209         need less checks so we're more efficient.
1211 2009-12-01  Rodrigo Kumpera  <rkumpera@novell.com>
1213         * verify.c (mono_method_verify): Check for catch clauses with broken
1214         types.
1216         Fixes #558465.
1218 2009-12-01  Jb Evain  <jbevain@novell.com>
1220         * class.c (make_generic_param_class): set the namespace of
1221         the generic parameter class from its owner, if available.
1223 2009-12-01  Rodrigo Kumpera  <rkumpera@novell.com>
1225         * verify.c (code_bounds_check): Do proper overflow checking.
1227         * verify.c (mono_method_verify): The number of switch entries is
1228         an unsigned int. Properly bounds check it.
1230         Fixes #558594.
1232 2009-12-01  Rodrigo Kumpera  <rkumpera@novell.com>
1234         * metadata.c: Kill mono_metadata_get_param_attrs_checked. Add
1235         mono_metadata_method_has_param_attrs which only checks if a given param
1236         list has a non zero flags entry.
1238         * metadata.c (mono_metadata_get_param_attrs): Add param_count parameter
1239         to inform how many params should we expect to decode.
1241         * loader.c (mono_method_signature): Use mono_metadata_method_has_param_attrs
1242         as it's faster than mono_metadata_get_param_attrs.
1244         * metadata-internals.h: Fix mono_metadata_get_param_attrs signature and
1245         add mono_metadata_method_has_param_attrs.
1247 2009-12-01  Rodrigo Kumpera  <rkumpera@novell.com>
1249         * class.c (mono_class_setup_vtable_general): Check for mono_method_get_vtable_slot
1250         failures.
1252         * class.c (mono_method_get_vtable_slot): Don't assert if the computed method slot
1253         is -1 but its class is broken.
1255         Fixes #558522.
1257 2009-12-01  Rodrigo Kumpera  <rkumpera@novell.com>
1259         * metadata.c: Introduce mono_metadata_get_param_attrs_checked which checks
1260         for parameter overflow.
1262         * metadata.c (mono_metadata_parse_method_signature_full): Use checked version
1263         of mono_metadata_get_param_attrs.
1265         * metadata-internals.h: Add mono_metadata_get_param_attrs_checked to the internal
1266         API.
1268         * loader.c (mono_method_signature): Use checked version of mono_metadata_get_param_attrs.
1270 2009-12-01  Rodrigo Kumpera  <rkumpera@novell.com>
1272         * class.c (mono_class_setup_fields): Check for fields with broken types.
1274         Fixes #558741.
1276 2009-11-28  Rodrigo Kumpera  <rkumpera@novell.com>
1278         * reflection.c (ensure_generic_class_runtime_vtable): Split this function in 2
1279         so we can avoid calling ensure_runtime_vtable multiple times for the GTD during
1280         its TypeBuilder::CreateType ().
1282         * reflection.c (ensure_generic_class_runtime_vtable): Avoid initializing interfaces
1283         if not needed.
1285         * reflection.c: Every time we change the interface array, set interfaces_packed to NULL
1286         to make setup_interface_offsets happy.
1288         * reflection.c (remove_instantiations_of_and_ensure_contents): Fix instances again as corlib
1289         compilation now works.
1291 2009-11-28  Zoltan Varga  <vargaz@gmail.com>
1293         * appdomain.c (create_exceptions): New helper function extracted from
1294         mono_runtime_init () to precreate objects used during exception handling.
1295         (mono_runtime_init): Call it.
1296         (mono_domain_create_appdomain_internal): Ditto. Fixes #555264.
1298 2009-11-27  Rodrigo Kumpera  <rkumpera@novell.com>
1300         * reflection.c (remove_instantiations_of_and_ensure_contents): Temp hack to fix corlib
1301         compilation until the proper one is found.
1303 2009-11-27  Zoltan Varga  <vargaz@gmail.com>
1305         * class.c (mono_class_setup_vtable_general): Cache the result of
1306         get_virtual_methods () since it can be slow because of the metadata
1307         optimization.
1309         * metadata-internals.h (_MonoImage): Change 'method_cache' to a GHashTable
1310         from a MonoValueHashTable for now, since the later is based on an earlier
1311         version of hpj's internal probing code and seems to have serious collision
1312         issues.
1314         * loader.c (mono_get_method_full): Update after the change above.
1316 2009-11-26  Zoltan Varga  <vargaz@gmail.com>
1318         * class-internals.h (MonoCachedClassInfo): Add 'is_generic_container' field.
1320 2009-11-26  Rodrigo Kumpera  <rkumpera@novell.com>
1322         * reflection.c (get_field_on_inst_generic_type): Try to fallback using the field from
1323         the GTD instead of the DGC instead of crashing.
1325         * reflection.c (ensure_generic_class_runtime_vtable): Only reinflate stuff that is
1326         required. Inflate fields if needed.
1328         * reflection.c (remove_instantiations_of): Ensure generic instances are properly
1329         finished. Renamed.
1331 2009-11-26  Rodrigo Kumpera  <rkumpera@novell.com>
1333         * class.c (check_interface_method_override): Check for NULL signatures and fail
1334         the type.
1336         * debug-helpers.c (mono_signature_get_desc): Return a fixed string for NULL signatures.
1338         Fixes #553428.
1340 2009-11-26  Zoltan Varga  <vargaz@gmail.com>
1342         * class.c (mono_class_get_virtual_methods): Call decode_row_col to obtain
1343         the MONO_METHOD_FLAGS column instead of decoding the whole row.
1345 2009-11-25  Rodrigo Kumpera  <rkumpera@novell.com>
1347         * loader.c (field_from_memberref): Resolve the class first then the field
1348         signature. Remove a lot of duplicated code and make sure we don't pass valid
1349         values to mono_loader_set_error_field_load.
1351         Fixes #553306.
1353 2009-11-25  Rodrigo Kumpera  <rkumpera@novell.com>
1355         * class.c (inflate_generic_type): Change code to use new signature of
1356         mono_error_set_bad_image.
1358         Fixes #558124.
1360 2009-11-25  Sebastien Pouliot  <sebastien@ximian.com> 
1362         * verify.c (mono_method_verify): Don't free ctx.params items if 
1363         we aborted while inflating the ctx.locals. Complete previous fix
1365 2009-11-25  Sebastien Pouliot  <sebastien@ximian.com>
1367         * verify.c (mono_method_verify): Use the uninflated type name, 
1368         when the inflated is null, to report errors. Also take care when
1369         freeing, not to free everything since, in case of an error, some
1370         stuff would be copies (i.e. not allocated by the function itself)
1371         Fix bug #558145
1373 2009-11-24  Rodrigo Kumpera  <rkumpera@novell.com>
1375         * verify.c (stack_push, stack_pop, stack_pop_safe): Assert if we underflow
1376         or overflow. The caller must have done this check explicitly. This guard us
1377         from accessing invalid memory.
1379         * verify.c (do_push_static_field): Check for stack overflow.
1381         Fixes #553333.
1383 2009-11-24  Rodrigo Kumpera  <rkumpera@novell.com>
1385         * loader.c (find_method_in_class): Don't crash if the signature cannot
1386         be resolved.
1388         * metadata.c (mono_metadata_parse_generic_param): Return NULL instead
1389         of asserting for the case of invalid params.
1391         Fixes #553304.
1393 2009-11-24  Sebastien Pouliot  <sebastien@ximian.com>
1395         * image.c (mono_image_load_module): Fix crash when a bad assembly
1396         has no module at all (fix bug #553412) and also replace the 
1397         g_assert with a return NULL (documented return value for failure)
1399 2009-11-23  Zoltan Varga  <vargaz@gmail.com>
1401         * debug-helpers.c (mono_type_get_desc): Handle typedbyref.
1403 2009-11-23  Miguel de Icaza  <miguel@novell.com>
1405         * file-io.c: Change FindFirst/FindNext/FindClose API to return the
1406         file attribute to managed code and avoid doing the mask/attribute
1407         checks here. 
1409 2009-11-22  Miguel de Icaza  <miguel@novell.com>
1411         * file-io.c: Surface a smart FindFirst/FindNext/FindClose API to
1412         the managed world.
1414         * icall-def.h: New entry points.
1415         
1416 2009-11-19  Mark Probst  <mark.probst@gmail.com>
1418         * process.c: Don't put references to managed objects into a
1419         g_ptr_array.
1421 2009-11-18  Sebastien Pouliot  <sebastien@ximian.com>
1423         * class.c (can_access_internals): Allow CoreCLR to participate in
1424         allowing (or not) [InternalsVisibleTo] between assemblies.
1425         * security-core-clr.c|h: Make sure that only trusted code (a 
1426         superset of platform code) can access the internals of platform
1427         code.
1429 Mon Nov 16 16:28:11 CET 2009 Paolo Molaro <lupus@ximian.com>
1431         * reflection.c: use the correct base class to get the virtual method
1432         "get_UnderlyingSystemType" and speed up the icall. Fixes bug #555013.
1434 2009-11-16  Sebastien Pouliot  <sebastien@ximian.com>
1436         * security-core-clr.c (get_caller_no_reflection_related): 
1437         [Mono]Type.InvokeMember is outside System.Reflection[.Emit] but
1438         it's still reflection and must be filtered correctly.
1440 2009-11-16  Mark Probst  <mark.probst@gmail.com>
1442         * object.c (compute_class_bitmap): Fix for large bitmaps.
1444 2009-11-15  Zoltan Varga  <vargaz@gmail.com>
1446         (mono_gc_get_suspend_signal): Fix the build with a system libgc.
1448         * boehm-gc.c (mono_gc_base_init): Applied patch from DKoushik K. Dutta (
1449         koush@koushikdutta.com). Disable GC_no_dls on android.
1451 2009-11-12  Mark Probst  <mark.probst@gmail.com>
1453         * sgen-gc.c (find_tlab_next_from_address): Handle the case where
1454         tlab_next points outside the TLAB because the allocator was
1455         interrupted.
1457 2009-11-09  Rodrigo Kumpera  <rkumpera@novell.com>
1459         * reflection.c (mono_image_module_basic_init): Handle exceptions correctly.
1461 2009-11-09  Rodrigo Kumpera  <rkumpera@novell.com>
1463         * object-internals.h: Change signature for mono_string_to_utf8_image.
1465         * object.c (mono_string_to_utf8_image): Change signature to take a MonoError
1466         argument.
1468         * reflection.c: Take care of mono_string_to_utf8_image change and avoid raising
1469         exceptions due to mono_string_to_utf8.
1471 2009-11-09  Rodrigo Kumpera  <rkumpera@novell.com>
1473         * object-internals.h: Change signature for mono_string_to_utf8_mp.
1475         * object.c (mono_remote_class): Make sure all resources are released before
1476         raising an exception.
1478         * object.c (mono_print_unhandled_exception): Avoid raising an exception.
1480 2009-11-09  Rodrigo Kumpera  <rkumpera@novell.com>
1482         * mono-perfcounters.c (network_get_impl): Change variable initialization
1483         ordering to fix potential memory leak in case of exceptions.
1485         * mono-perfcounters.c (mono_perfcounter_create): Properly handle badly
1486         encoded strings.
1487         
1488 2009-11-09  Rodrigo Kumpera  <rkumpera@novell.com>
1490         * file-io.c (ves_icall_System_IO_MonoIO_GetFileSystemEntries): Change
1491         variable initialization ordering to fix potential memory leak in case
1492         of exceptions.
1494 2009-11-09  Zoltan Varga  <vargaz@gmail.com>
1496         * icall.c (mono_ArgIterator_Setup): Remove the MONO_ARCH_REGPARMS stuff, its not
1497         needed.
1499 2009-11-07  Rodrigo Kumpera  <rkumpera@novell.com>
1501         * appdomain.c: Fix shadow path code to better deal with exceptions.
1503 2009-11-07  Rodrigo Kumpera  <rkumpera@novell.com>
1505         * appdomain.c: Use checked version of mono_string_to_utf8 to avoid raising an
1506         exception in the middle of the runtime code.
1508 2009-11-07  Rodrigo Kumpera  <rkumpera@novell.com>
1510         * icall.c (ves_icall_System_Environment_InternalSetEnvironmentVariable): Don't
1511         leak memory with broken envvar value.
1513 2009-11-06  Mark Probst  <mark.probst@gmail.com>
1515         * reflection.c (mono_reflection_setup_internal_class): Because
1516         nested classes are not added to the name cache, we must put them
1517         in the reflection_info_unregister_classes list.
1519 2009-11-05  Sebastien Pouliot  <sebastien@ximian.com>
1521         * class.c: When CoreCLR is enabled don't call mono_init_com_types
1522         if MONO_CLASS_IS_IMPORT return true unless the type reside in 
1523         platform (trusted) code. Instead we return a TypeLoadException to
1524         be thrown later. This is the exception thrown by Silverlight 2 if
1525         a type, inside application (user) code is marked with [ComImport]
1527 2009-11-05  Zoltan Varga  <vargaz@gmail.com>
1529         * icall.c (ves_icall_System_Diagnostics_Debugger_IsAttached_internal): Call
1530         mono_is_debugger_attached () too.
1532         * mono-debug.c (mono_is_debugger_attached): New helper function.
1533         (mono_set_is_debugger_attached): Ditto.
1535 2009-11-05  Rodrigo Kumpera  <rkumpera@novell.com>
1537         * object-internals.h: Add mono_string_to_utf8_checked.
1539         * object.c: Implement mono_string_to_utf8_checked.
1541 2009-11-05  Rodrigo Kumpera  <rkumpera@novell.com>
1543         * class.c: Add missing check for load errors after every
1544         call to mono_class_setup_fields
1546         Fixes #552282.
1548 2009-11-05  Rodrigo Kumpera  <rkumpera@novell.com>
1550         metadata-verify.c (verify_tables_schema): Fix the error message.
1552 2009-11-05  Rodrigo Kumpera  <rkumpera@novell.com>
1554         * metadata.c: Change event table schema to use TDOR for event type
1555         as this is what it's meant to be.
1557         * metadata.c (mono_metadata_compute_size): Change MONO_TABLE_ASSEMBLYPROCESSOR
1558         to MONO_TABLE_ASSEMBLYREFPROCESSOR, which is table that has a MONO_MT_TABLE_IDX
1559         entry.
1561         * metadata.c (mono_metadata_compute_size): Trim MT_TABLE_IDX of code that no
1562         longer makes sense: remove MONO_TABLE_EVENT and remove checks for non-existent
1563         rows in MONO_TABLE_GENERICPARAM.
1565         Fixes #552289.
1567 2009-11-05  Rodrigo Kumpera  <rkumpera@novell.com>
1569         * class.c (mono_image_add_to_name_cache): Assert on duplicate
1570         insertion.
1572         * reflection.c (mono_reflection_setup_internal_class): Avoid
1573         registering a gc root the same MonoClass multiple times.
1574         Don't register nested types on the global scope as they should
1575         not be available there.
1577 2009-11-05  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1579         * culture-info-tables.h: regenerated.
1581 2009-11-04 Gonzalo Paniagua Javier <gonzalo@novell.com>
1583         * debug-helpers.c: avoid g_strdup() in mono_type_full_name().
1585 2009-11-04  Sebastien Pouliot  <sebastien@ximian.com>
1587         * string-icalls.c|h: Remove string internal calls that are not 
1588         used anymore by the class libraries.
1589         * icall.c: Remove System_Reflection_FieldInfo_internal_from_handle
1590         which is not used in the class librairies.
1591         * icall-def.h: Update tables.
1593 2009-11-04  Rodrigo Kumpera  <rkumpera@novell.com>
1595         * class.h: Move mono_class_inflate_generic_type_checked...
1597         * class-internals.h: to here and make it internal. We don't want to
1598         further expose MonoGenericContext. 
1600 2009-11-04  Rodrigo Kumpera  <rkumpera@novell.com>
1602         * verify.c (mono_method_verify): Improve error message.
1604 2009-11-04  Rodrigo Kumpera  <rkumpera@novell.com>
1606         * reflection.c (fieldref_encode_signature): If field_image is NULL then
1607         the token is already properly encoded. Fixs 4.0 build.
1609 2009-11-04  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1611         * locales.c (construct_number_format): Check if the number index is
1612         valid before trying to use it, if not, just return.
1613         
1614 2009-11-04  Zoltan Varga  <vargaz@gmail.com>
1616         * marshal.c (mono_marshal_get_runtime_invoke): Don't reset abort exceptions,
1617         since that loses the abort state. Fixes #539394.
1619 2009-11-03  Zoltan Varga  <vargaz@gmail.com>
1621         * marshal.c (mono_marshal_get_native_wrapper): For icall wrappers, add an
1622         explicit this argument to the call signature.
1623         (mono_marshal_get_icall_wrapper): Ditto.
1625 2009-11-03  Rodrigo Kumpera  <rkumpera@novell.com>
1627         * reflection.c (fieldref_encode_signature): Add new field_image parameter
1628         to indicate which assembly to use when resolving a custom-mod.
1630         Fixes handling of volatile fields used across assemblies as reported in #551513.
1632 2009-11-03  Rodrigo Kumpera  <rkumpera@novell.com>
1634         * loader.c: Improve error messages.
1636 2009-11-03  Rodrigo Kumpera  <rkumpera@novell.com>
1638         * class.c (mono_class_setup_methods): Only give a slot for virtual methods
1639         of interfaces. Fixes IKVM.
1641         * class.c (mono_class_setup_vtable_general): Improve debug spew.
1643 2009-11-03  Rodrigo Kumpera  <rkumpera@novell.com>
1645         * verify.c (verifier_inflate_type): Return the inflated type on success.
1647 2009-11-02  Zoltan Varga  <vargaz@gmail.com>
1649         * debug-mono-symfile.c (check_line): Fix the handling of IL offset 0.
1651         * threads.c (mono_thread_attach): Call the profiler thread start callback.
1653         * object-internals.h (_MonoThreadInternal): Add a 'flags' field.
1655         * threads.c (build_wait_tids): Ignore threads which have the DONT_MANAGE
1656         flag set.
1658         * profiler.c: Add new profiler callbacks for runtime invoke.
1660         * object.c (mono_runtime_invoke): Call the runtime invoke callbacks.
1662 2009-11-01  Mark Probst  <mark.probst@gmail.com>
1664         * sgen-gc.c: Keep track of the reason for a major collection and
1665         write it to the heap-dump file.
1667 2009-10-31  Miguel de Icaza  <miguel@novell.com>
1669         * threads.c: refactor the code that initializes the
1670         thread_start_args into a reusable function and use this in the two
1671         methods that start up threads.
1673 2009-10-31  Zoltan Varga  <vargaz@gmail.com>
1675         * appdomain.c (mono_domain_try_unload): Applied patch from Romain Tartière.
1676         Fix returning when WaitForSingleObjectEx returns WAIT_IO_COMPLETION.
1678 2009-10-31 Gonzalo Paniagua Javier <gonzalo@novell.com>
1680         * mono-perfcounters.c: add the "_Total" instance for CPU counters.
1681         Until now, we only had the per-cpu(core) counters.
1683 2009-10-28  Mark Probst  <mark.probst@gmail.com>
1685         * gc-internal.h, boehm-gc, sgen-gc.c, null-gc: Add
1686         mono_gc_get_suspend_signal(), which returns the suspend signal
1687         number used by the GC.
1689 2009-10-25  Zoltan Varga  <vargaz@gmail.com>
1691         * threads.c (start_wrapper): Avoid an assert if thread_start_args () is NULL.
1693         * threads.c (start_wrapper): Call mono_profiler_thread_start () later after
1694         signalling start_notify.
1696 2009-10-24 Gonzalo Paniagua Javier <gonzalo@novell.com>
1698         * appdomain.c: do not test the st_mode field for shadow-copies.
1699         Fixes bug #545276.
1701 2009-10-24 Gonzalo Paniagua Javier <gonzalo@novell.com>
1703         * threadpool.[ch]: added hooks for thread start/finish and item
1704         processing begin/end. For monotouch use only.
1706 2009-10-24  Zoltan Varga  <vargaz@gmail.com>
1708         * threads.c (mono_thread_get_name): New helper function.
1710         * reflection.c (resolve_object): Set handle_class for strings too.
1711         (mono_reflection_create_custom_attr_data_args): New helper function to decode
1712         a cattr blob into a set of arrays and structures without creating the custom
1713         attributes themselves.
1714         (create_custom_attr_data): Simplify using create_custom_attr_data_args.
1716         * mono-debug.c (mono_debug_il_offset_from_address): New helper function.
1718         * debug-mono-symfile.c (mono_debug_symfile_get_line_numbers): New helper
1719         function.
1721 2009-10-23  Rodrigo Kumpera  <rkumpera@novell.com>
1723         * verify.c: Replace calls to mono_class_inflate_generic_type with
1724         mono_class_inflate_generic_type_checked. Fixes #480005.
1726 2009-10-23  Rodrigo Kumpera  <rkumpera@novell.com>
1728         * class.c (mono_class_inflate_generic_type_with_mempool): Clear the error
1729         object since not all paths lead to callees initing it.
1731 2009-10-23  Alp Toker  <alp@nuanti.com>
1733         Fix embedding API breakage from r144688. mono-compiler.h is an internal
1734         header and should not be shipped:
1736         * class.h: Back out MONO_DEPRECATED change. Currently depends on config.h
1737         which is specific to the mono build. Not going to work.
1739 2009-10-23  Sebastien Pouliot  <sebastien@ximian.com>
1741         * security-manager.c: Report if core-clr is active from
1742         ves_icall_System_Security_SecurityManager_get_SecurityEnabled
1743         to allow Moonlight BCL to behave appropriately (both in browser
1744         and outside, e.g. smcs)
1746 2009-10-23 Gonzalo Paniagua Javier <gonzalo@novell.com>
1748         * mono-config.c: ignore UTF-8 BOM and report parser errors.
1749         Fixes bug #549108.
1751 2009-10-22 Gonzalo Paniagua Javier <gonzalo@novell.com>
1753         * class.c: fix typo.
1755 2009-10-22  Rodrigo Kumpera  <rkumpera@novell.com>
1757         * class-internals.h: Change signature of mono_class_inflate_generic_type_with_mempool to take
1758         a MonoError parameter.
1760         * class.h: Mark mono_class_inflate_generic_type deprecated, add new mono_class_inflate_generic_type_checked
1761         version that can does proper error handling.
1763         * class.c (inflate_generic_type): Add a MonoError parameter. Don't assert on error, use new mono error machinery.
1765         * class.c (mono_class_inflate_generic_type_with_mempool): Add new MonoError parameter.
1767         * class.c, generics-sharing.c: Changes to handle mono_class_inflate_generic_type_with_mempool new signature.
1769 2009-10-20  Zoltan Varga  <vargaz@gmail.com>
1771         * debug-helpers.c (dis_one): Fix the disassembly of empty strings when
1772         NO_UNALIGNED_ACCESS is defined.
1774 2009-10-22  Zoltan Varga  <vargaz@gmail.com>
1776         * marshal.c (mono_string_builder_to_utf16): Applied patch from
1777         Hib Eris  <hib@hiberis.nl>. Return empty string for empty string builders.
1778         Fixes #549173.
1780 2009-10-22  Mark Probst  <mark.probst@gmail.com>
1782         * sgen-gc.c: Shorten sections whenever possible.
1784 2009-10-22  Mark Probst  <mark.probst@gmail.com>
1786         * sgen-gc.c: Use our portable semaphore #defines.
1788 2009-10-22  Mark Probst  <mark.probst@gmail.com>
1790         * sgen-gc.c: A debug option for dumping the heap layout to a file
1791         after each collection.
1793 2009-10-21  Mark Probst  <mark.probst@gmail.com>
1795         * sgen-gc.c: Make managed write barriers atomic via
1796         thread-restarts.
1798 2009-10-21  Rodrigo Kumpera  <rkumpera@novell.com>
1800         * verify.c (verify_delegate_compatibility): Properly verify delegate creation of static
1801         methods. Fixes #543021.
1803 2009-10-21 Gonzalo Paniagua Javier <gonzalo@novell.com>
1805         * socket-io.[ch]: fix VS build.
1807 2009-10-21 Gonzalo Paniagua Javier <gonzalo@novell.com>
1809         * icall-def.h:
1810         * socket-io.[ch]: implemented SendFile.
1812 2009-10-20  Zoltan Varga  <vargaz@gmail.com>
1814         * class.c (mono_class_create_from_typedef): Initialize class->element_class
1815         before the interfaces to avoid crashes later if class initialization fails.
1816         Fixes #548417.
1818         * marshal.c (emit_marshal_vtype): Implement byref marshalling of DateTime.
1819         Fixes #548276.
1821 2009-10-20  Marek Safar  <marek.safar@gmail.com>
1823         * domain.c: Bump 4.0 version.
1825 2009-10-19  Sebastien Pouliot  <sebastien@ximian.com>
1827         * assembly.c (mono_assembly_load_reference): Fix leak when 'status'
1828         code is known. (parse_public_key) Remove duplicate (unneeded) NULL
1829         check since 'pubkey' can't be NULL at this stage
1830         * icall.c (ves_icall_System_Array_FastCopy): Add comment about
1831         the check. (ves_icall_Type_GetInterfaceMapData) Remove duplicate
1832         initialization of 'iter'
1834 2009-10-16  Bill Holmes  <billholmes54@gmail.com>
1836         * cominterop.c : Search the interface parts of vtable to find 
1837           method matches.  Fixes 547030.
1839         Code is contributed under MIT/X11 license.
1841 2009-10-15 Gonzalo Paniagua Javier <gonzalo@novell.com>
1843         * marshal.c: BeginInvoke cannot be called on multicast delegates with
1844         multiple targets. Fixes bug #574426.
1846 2009-10-14  Massimiliano Mantione  <massi@ximian.com>
1848         * profiler.h: Put here the definition of
1849         MONO_PROFILER_MAX_STAT_CALL_CHAIN_DEPTH
1850         (and fix the build...).
1852 2009-10-14  Massimiliano Mantione  <massi@ximian.com>
1854         * profiler.c, profiler.h, profiler-private.h:
1855         Added support for different ways of getting call chains in stat mode.
1857 2009-10-12  Mark Probst  <mark.probst@gmail.com>
1859         * object.c, object-internals.h: New function for computing the
1860         size of an array, factored out of mono_array_new_full().  Use
1861         SGen's functions for allocating arrays and vectors.
1863         * sgen-gc.c, gc-internal.h: Special functions for allocating
1864         arrays and vectors without race conditions.  A managed array
1865         allocator method.
1867         * boehm-gc.c, null-gc.c: Don't provide a managed array allocator.
1869 2009-10-12  Mark Probst  <mark.probst@gmail.com>
1871         * object.c, object.h, icall.c: Write barriers do the copying now,
1872         as well, so no need for an additional memcpy.
1874         * sgen-gc.c: Lock when storing remsets.  Do the memory
1875         copying/moving in the write barriers.
1877         * null-gc.c, boehm-gc.c: Write barriers must copy here, too.
1879         * reflection.c: Added an assert.
1881 2009-10-12  Mark Probst  <mark.probst@gmail.com>
1883         * threads.c, process.c: A few missing write barriers.
1885 2009-10-12  Joel W. Reed <joelwreed@gmail.com>
1887         * mono-perfcounters.c, mono-perfcounters-def.h: Add
1888         network performance counters for bytes sent per second, bytes
1889         received per second, and bytes total per second.
1891         Code is contributed under MIT/X11 license.
1893 2009-10-09  Mark Probst  <mark.probst@gmail.com>
1895         * threads.c (ves_icall_System_Threading_Thread_GetAbortExceptionState):
1896         Fix warning.
1898 2009-10-09  Mark Probst  <mark.probst@gmail.com>
1900         * threads.c, object-internals.h, object.c: Move code for
1901         transferring an object to a different domain (via
1902         serialization/remoting) to object.c.
1904         * object.c (call_unhandled_exception_delegate): If the exception
1905         is in a different domain than the delegate, transfer the exception
1906         to that domain.
1908 2009-10-07  Zoltan Varga  <vargaz@gmail.com>
1910         * marshal.c (emit_marshal_vtype): Emit marshalling of DateTime to OLE DATE.
1911         Fixes #322934.
1913 2009-10-06  Zoltan Varga  <vargaz@gmail.com>
1915         * domain.c (DEFAULT_RUNTIME_VERSION): Change this to v2.0.
1917 2009-10-06  Mark Probst  <mark.probst@gmail.com>
1919         * object.c (mono_method_return_message_restore): Handle the case
1920         where the argument is an instance of a generic type.  Fixes
1921         #544446.
1923 2009-10-06  Mark Probst  <mark.probst@gmail.com>
1925         * object.c (set_value): Write barrier fix - we must pass the
1926         count, not the size.
1928 2009-10-05  Zoltan Varga  <vargaz@gmail.com>
1930         * domain.c (mono_init_internal): Print a useful error message when encountering
1931         an old mscorlib, instead of crashing. Fixes #544307.
1933 2009-10-04  Zoltan Varga  <vargaz@gmail.com>
1935         * appdomain.c (copy_app_domain_setup): Fix a warning.
1937         * debug-helpers.c (dis_one): Ditto.
1939 2009-10-04  Mark Probst  <mark.probst@gmail.com>
1941         * domain-internals.h, appdomain.c: The AppDomainSetup is copied
1942         into the new domain, instead of referencing the original one.
1944         * marshal.c, marshal.h: Make mono_marshal_xdomain_copy_value()
1945         non-static.
1947         * appdomain.c: Corlib version bump.
1949 2009-10-02 Gonzalo Paniagua Javier <gonzalo@novell.com>
1951         * threadpool.c: one more...
1953 2009-10-02 Gonzalo Paniagua Javier <gonzalo@novell.com>
1955         * threadpool.c: forgot a LeaveCriticalSection when telling the idle
1956         threads to die because we're shutting down. delgate5.exe works again.
1958 2009-10-01  Bill Holmes  <billholmes54@gmail.com>
1960         * cominterop.c (mono_marshal_free_ccw_entry): Updating the
1961           ccw_interface_hash table when a ccw is finalized.
1963         Code is contributed under MIT/X11 license.
1965 2009-09-30  Mark Probst  <mark.probst@gmail.com>
1967         * assembly.c, domain.c, image.c, metadata-internals.h: Split
1968         domain and image unloading into two steps.  We must do this
1969         because clearing the domain in SGen requires the class metadata to
1970         be intact, but we need to free the mono_g_hash_tables in case a
1971         collection occurs during domain unloading and the roots would trip
1972         up the GC.
1974 2009-09-30  Mark Probst  <mark.probst@gmail.com>
1976         * object-internals.h: Remove serialized culture fields from
1977         MonoInternalThread.
1979         * icall-def.h, thread-types.h, threads.c: Remove serialized
1980         culture icalls.
1982         * appdomain.c: Corlib version bump.
1984 2009-09-30  Zoltan Varga  <vargaz@gmail.com>
1986         * marshal.c (emit_marshal_object): Emit out marshalling of stringbuilders.
1987         Fixes #543133.
1989 2009-09-30  Mark Probst  <mark.probst@gmail.com>
1991         * sgen-gc.c: Try to shorten the new section after a major
1992         allocation to avoid ever-growing sections.
1994 2009-10-13  Martin Baulig  <martin@ximian.com>
1996         * mono-debug-debugger.h (MonoDebuggerEvent): Renamed
1997         `MONO_DEBUGGER_EVENT_TRAMPOLINE' into
1998         `MONO_DEBUGGER_EVENT_OLD_TRAMPOLINE' and added a new
1999         `MONO_DEBUGGER_EVENT_TRAMPOLINE'.
2001         * mono-debug.h (MONO_DEBUGGER_MINOR_VERSION): Bump to 4.
2003 2009-09-29 Gonzalo Paniagua Javier <gonzalo@novell.com>
2005         * threadpool.c: fixed the order in which 'completed' and the wait
2006         handle, if any, are set.  Fixes bug #542933 and delegate2.exe
2007         No need to use the wait_handle field of ASyncCall. Make sure the
2008         threadpool is active when adding a job or queueing an idle thread.
2010 2009-09-29  Zoltan Varga  <vargaz@gmail.com>
2012         * object.c (mono_unhandled_exception): Fix a crash if there is no main thread.
2014         * threads.c (build_wait_tids): Fix a crash if there is no main thread, like
2015         when using --compile-all.
2017 2009-09-27  Mark Probst  <mark.probst@gmail.com>
2019         * metadata.c (free_generic_class): Unregister the field_objects
2020         roots if we're using SGen.
2022 2009-09-27  Mark Probst  <mark.probst@gmail.com>
2024         * reflection.c (mono_dynamic_image_free): Deregister the GC root
2025         for GenericParamTableEntry.gparam.
2027 2009-09-27 Gonzalo Paniagua Javier <gonzalo@novell.com>
2029         * marshal.c: don't create the handle when calling. It is created later
2030         if needed.
2032 2009-09-26  Mark Probst  <mark.probst@gmail.com>
2034         * sgen-gc.c: Warning fixes.
2036 2009-09-26  Mark Probst  <mark.probst@gmail.com>
2038         * sgen-gc.c: New debug option "xdomain-checks", which scans the
2039         whole heap for cross-domain references before each collection.
2041         * sgen-scan-object.h: The scan action can now use SCAN to scan the
2042         object.
2044         * threadpool-internals.h, threadpool.c: New function
2045         mono_thread_pool_is_queue_array() for checking whether a given
2046         array is used as a (cross-domain) queue by the thread pool code.
2048 2009-09-26  Mark Probst  <mark.probst@gmail.com>
2050         * sgen-gc.c: New function mono_gc_scan_for_specific_ref() which
2051         searches the whole heap for objects containing a specific
2052         reference.  Only for debugging.
2054 2009-09-26  Mark Probst  <mark.probst@gmail.com>
2056         * appdomain.c (MONO_CORLIB_VERSION): Bumped.
2058         * icall-def.h, threads.c, threads-types.h: New icalls for copying
2059         byte arrays between domains.
2061 2009-09-25 Gonzalo Paniagua Javier <gonzalo@novell.com>
2063         * threadpool.c:
2064         * class-internals.h:
2065         * mono-perfcounters-def.h:
2066         * mono-perfcounters.c:
2067         -There is a list of idle threads
2068         -Each of those idle threads wait on their own WaitHandle instead
2069         of all of them using the same semaphore. When a new work item is
2070         added, the job is assigned directly to an idle thread or a newly
2071         created one if possible and then the handle for that thread is
2072         signaled. Compare that to the current approach where all the
2073         threads in the pool compete to dequeue a job from the same
2074         queue.
2075         -New struct ThreadPool that brings together the bunch of static
2076         variable for each threadpool (IO and regular).
2077         -New performance counters: # of items added and its rate per
2078         threadpool. The rate will be used later, perhaps together with
2079         other perf. counters, to decide when idle threads should exit.
2081 2009-09-25  Jonathan Chambers  <joncham@gmail.com>
2083         * socket-io.c (ves_icall_System_Net_Sockets_Socket_Receive_internal): 
2084         Fix typo on Windows build.      
2085         (ves_icall_System_Net_Sockets_Socket_Accept_internal): Fix typo on Windows build.
2086         
2087         Code is contributed under MIT/X11 license.
2089 2009-09-25  Mark Probst  <mark.probst@gmail.com>
2091         * object-internals.h: The Thread class is split up into Thread and
2092         InternalThread now.  We have exactly one InternalThread per
2093         thread, and at most one Thread per appdomain per thread.  Most
2094         data is stored in InternalThread.  All InternalThread objects live
2095         in the root domain.
2097         * class-internals.h: Add internal_thread_class to MonoDefaults.
2099         * appdomain.c (mono_domain_unload), attach.c (receiver_thread),
2100         domain.c, gc.c, icall-def.h, monitor.c, object.c, sgen-gc.c,
2101         socket-io.c, threadpool.c, thread-types.h, threads.c: Changes
2102         resulting from the split of the Thread class.
2104         * gc-internal.h: Prototype for new function for checking whether a
2105         thread is the finalizer thread.
2107         * appdomain.c: Corlib version bump.
2109 2009-09-25  Rolf Bjarne Kvinge  <RKvinge@novell.com>
2111         * appdomain.c|h: Add a mono_domain_try_unload method which is
2112         equivalent to mono_domain_unload, except that it returns an exception
2113         instead of throwing it. Make mono_domain_unload use the
2114         mono_domain_try_unload method to avoid code-duplication.
2116 2009-09-25  Zoltan Varga  <vargaz@gmail.com>
2118         * debug-helpers.c (dis_one): Avoid unaligned accesses on platforms where that is
2119         a problem.
2121 2009-09-24  Zoltan Varga  <vargaz@gmail.com>
2123         * marshal.c (emit_ptr_to_object_conv): Generate an exception instead of
2124         aborting when a conversion is not implemented.
2126 2009-09-23  Miguel de Icaza  <miguel@novell.com>
2128         * verify.c: when comparing culture strings, use g_ascii_strcmp
2130         * assembly.c (mono_public_tokens_are_equal): Change g_strcasecmp
2131         when comparing public key tokens to use memcmp on 16 bytes.   I do
2132         not believe this ever worked as advertised in the past.
2134         The standard Public Key is 00 00 00 00 00 00 00 00 04 00 00 00 00 00 00 00
2135         which would have always failed earlier.
2137 2009-06-25  Miguel de Icaza  <miguel@novell.com>
2139         * gc.c: Raise a NullArgumentException if the object passed is
2140         null.
2142 2009-09-22  Zoltan Varga  <vargaz@gmail.com>
2144         * image.c (mono_image_close): Atomically decrement the reference count and
2145         remove the image from the hash tables, to prevent another thread from seeing a
2146         dying MonoImage. Fixes #541194.
2148 2009-09-22 Gonzalo Paniagua Javier <gonzalo@novell.com>
2150         * threadpool.c: actually use the minimum number of 'completion ports'
2151         (for us is just a potential worker thread).
2153 2009-09-22 Gonzalo Paniagua Javier <gonzalo@novell.com>
2155         * threadpool.c: remove ares_htable. It does not make sense any more
2156         since the same objects are now stored in GC-tracked arrays while they are
2157         in the queue.
2159 2009-09-22 Gonzalo Paniagua Javier <gonzalo@novell.com>
2161         * threadpool.c: increase the minimum length of the queues to 128.
2162         Remove warning.
2164 2009-09-21  Zoltan Varga  <vargaz@gmail.com>
2166         * marshal.c (mono_marshal_get_string_ctor_signature): New internal function to
2167         return the modified signature used by string ctors.
2169 2009-09-20  Zoltan Varga  <vargaz@gmail.com>
2171         * marshal.c (mono_marshal_get_runtime_invoke_dynamic): New internal function
2172         to return a runtime-invoke wrapper which uses DYN_CALL to call the wrapped
2173         method, to be used by full-aot.
2175 2009-09-18  Rodrigo Kumpera  <rkumpera@novell.com>
2177         Since the runtime supports lazy initialization of a type's vtable and this can cause a type
2178         to fail, we need to ensure that the vtable is properly initialized at spots were the type must
2179         be known to be good.
2181         * class.c (mono_class_init): Fail array types if their element type fails initialization
2182         as well.
2184         * object.c (mono_class_create_runtime_vtable): Fail array types if their element type fails
2185         initialization, additionally we request the element_type vtable to be initialized as well.
2187         This is fine and should not increase the working set in any meaningful way since it's reasonable
2188         to assume       that most code will create an array and eventually populate it, which will require the
2189         type's vtable to be initialized.
2191         * loader.c (field_from_memberref): Add a comment for a possibly useless mono_class_init call.
2193 2009-09-17  Atsushi Enomoto  <atsushi@ximian.com>
2195         * normalization-tables.h : regenerated.
2197 2009-09-16  Zoltan Varga  <vargaz@gmail.com>
2199         * mono-debug.c (mono_debug_add_method): Increase the size of the buffer,
2200         a leb128 encoding can take up to 5 bytes.
2202 2009-09-15  Rodrigo Kumpera  <rkumpera@novell.com>
2204         * class.c (verify_class_overrides): Remove useless argument.
2206         * class.c (mono_class_setup_vtable_general): Move the overrides check to happen
2207         before interface enumeration as this is no longer required.
2209 2009-09-15  Rodrigo Kumpera  <rkumpera@novell.com>
2211         * class.c: New function mono_class_is_assignable_from_slow that is safe to be
2212         used under mono_class_init context. This functions avoid any code path that
2213         calls mono_class_init, which leads it to be slow as some things like the interface
2214         bitmap are not available.
2216         * class.c (verify_class_overrides): Use mono_class_is_assignable_from_slow instead
2217         of it's own broken version. Fixes the verifier part of #538588.
2219         * class-internals.h: Export mono_class_is_assignable_from_slow as part of the internal
2220         API.
2222 2009-09-15  Mark Probst  <mark.probst@gmail.com>
2224         * class.c (mono_class_init): Always set an exception in a class if
2225         vtable setup fails.  Fixes #538577.
2227         * generic-sharing.c: Raise an exception if mono_class_vtable()
2228         returns NULL.
2230 2009-09-13  Zoltan Varga  <vargaz@gmail.com>
2232         * marshal.c (mono_marshal_get_runtime_invoke): Don't share instance 
2233         methods of vtypes, as they could be incorrectly shared with static methods
2234         taking an IntPtr argument.
2236 2009-09-12 Gonzalo Paniagua Javier <gonzalo@novell.com>
2238         * domain.c:
2239         * object.c:
2240         * class-internals.h: renamed waithandle_class to
2241         manualresetevent_class.
2242         * marshal.c: propagate the exception if a remoting BeginInvoke call
2243         fails.
2245 2009-09-11  Rodrigo Kumpera  <rkumpera@novell.com>
2247         * object.c: Properly handle vtable failures.
2249 2009-09-11  Rodrigo Kumpera  <rkumpera@novell.com>
2251         * socket-io.c: Assert on vtable failure.
2253         * mono-mlist.c: Assert on vtable failure.
2255 2009-09-11  Rodrigo Kumpera  <rkumpera@novell.com>
2257         * marshal.c: Assert on vtable failure.
2259 2009-09-11  Rodrigo Kumpera  <rkumpera@novell.com>
2261         * icall.c: Properly handle vtable failures.
2263 2009-09-11  Rodrigo Kumpera  <rkumpera@novell.com>
2265         * debug-helpers.c (mono_class_describe_statics): Properly handle vtable failures.
2267 2009-09-11  Rodrigo Kumpera  <rkumpera@novell.com>
2269         * cominterop.c (ves_icall_System_ComObject_CreateRCW): Property handle vtable failures.
2271         * console-unix.c (do_console_cancel_event): Same.
2273 2009-09-11  Rodrigo Kumpera  <rkumpera@novell.com>
2275         * class-internals.h: Add mono_class_vtable_full function that allows control
2276         if an exception should be raised or not.
2278         * object.c (mono_class_vtable): Call into mono_class_vtable_full. Fix this function
2279         to do what its documentation say, that is to return NULL and set exception_type on
2280         failure.
2282         * object.c (mono_class_create_runtime_vtable): Add new raise_on_error parameter
2283         and change the code to honor it.
2285 2009-09-11  Rodrigo Kumpera  <rkumpera@novell.com>
2287         * verify.c: Fix typo in error message.
2289 2009-09-10  Sebastien Pouliot  <sebastien@ximian.com>
2291         * security-core-clr.c: Fix default_platform_check so it can run
2292         the runtime coreclr tests (without an infinite recursion when
2293         throwing an exception).
2295 2009-09-10  Rodrigo Kumpera  <rkumpera@novell.com>
2297         object.c (mono_delegate_ctor_with_method): Guard against null method.
2299 2009-09-10  Rodrigo Kumpera  <rkumpera@novell.com>
2301         * marshal.c (mono_marshal_get_xappdomain_dispatch): Add an assert
2302         that should be replaced with error handling later.
2304 2009-09-10  Rodrigo Kumpera  <rkumpera@novell.com>
2306         * marshal.c (mono_delegate_end_invoke): Fix warning.
2308 2009-09-10  Rodrigo Kumpera  <rkumpera@novell.com>
2310         * loader.c (mono_field_from_token): Properly handle invalid
2311         dynamic tokens.
2313 2009-09-10  Rodrigo Kumpera  <rkumpera@novell.com>
2315         * pedump.c (verify_image_file): Skip types that can't be
2316         decoded.
2318 2009-09-10  Rodrigo Kumpera  <rkumpera@novell.com>
2320         * verify.c: Look for recursive valuetypes only against the
2321         type been initialized as this is a lot simpler and works.
2323 2009-09-10  Rodrigo Kumpera  <rkumpera@novell.com>
2325         * verify.c: Ensure that fields are properly loaded before
2326         checking them.
2328 2009-09-10  Bill Holmes  <billholmes54@gmail.com>
2330         * object.c (mono_object_get_virtual_method) : Call 
2331           mono_cominterop_get_invoke if the object is a COM object.
2333         Code is contributed under MIT/X11 license.
2335 2009-09-09  Rodrigo Kumpera  <rkumpera@novell.com>
2337         * verify.c: Check for recursive valuetype definitions.
2339 2009-09-08  Rodrigo Kumpera  <rkumpera@novell.com>
2341         Use inheritance-aware interface offsets. Inherited types use the same offsets
2342         of their parents. This reduce offset duplication in case more than one type in
2343         the inheritance tree explicitly implements the same interface.
2345         This also removes a source of vtable bubbles found in #532409. An abstract type
2346         isn't required to provide abstract methods to all interfaces it implements, which
2347         resulted in a bubble with the previous scheme as the child would get a non-full
2348         vtable from its parent. We fail all concrete types with vtable bubbles, so this
2349         should be fixed.
2351         This change causes an increase of 1.7% in vtable memory usage for IronPython pystone but
2352         it's expected to not cause any significant increase beyond that.
2354         * class.c (setup_interface_offsets): Compute super class iface offsets
2355         first to force sharing.
2357         * class.c: Add VTABLE_SELECTOR macro to the vtable debug macros to help
2358         dumping only the relevant ones.
2360         * class.c (mono_class_setup_vtable_general): Give newslot, non final, virtual
2361         methods a new slot regardless if they belong to an interface or not. This allows
2362         an inherited type to override the iface method separately from the class one.
2364 2009-09-04 Gonzalo Paniagua Javier <gonzalo@novell.com>
2366         * threadpool.c: make the Sleep() alertable to prevent delays exiting
2367         applications that take less than 2s to execute.
2368         Bug #524984 fixed.
2370 2009-09-04  Zoltan Varga  <vargaz@gmail.com>
2372         * object-internals.h (MonoRuntimeCallbacks): Add a 'get_runtime_build_info' callback.
2374         * object.c (mono_get_runtime_callbacks): New helper function to return
2375         the runtime callbacks.
2377         * icall.c (ves_icall_Mono_Runtime_GetDisplayName): Use the result of
2378         mono_get_runtime_build_info () as the display name.
2379         
2380 2009-09-03  Zoltan Varga  <vargaz@gmail.com>
2382         * marshal.c (emit_marshal_array): Call conv.ovf.i on the array parameter
2383         argument, since NEWARR expects a native int. Fixes #481559.
2385 2009-09-03  Rodrigo Kumpera  <rkumpera@novell.com>
2387         * icall.c (ves_icall_MonoMethod_GetDllImportAttribute): Guard
2388         against broken SRE methods.
2390 2009-09-03  Rodrigo Kumpera  <rkumpera@novell.com>
2392         * class.c (mono_type_get_full): Don't call mono_metadata_free_type on
2393         a NULL variable. Abort early on failure.
2395 2009-09-03  Rodrigo Kumpera  <rkumpera@novell.com>
2397         * class.c (can_access_type): Fail visibility test for non nested
2398         types with nested visibility.
2400 2009-09-02  Sebastien Pouliot  <sebastien@ximian.com>
2402         * assembly.c (parse_public_key): Avoid allocating (and not 
2403         freeing) the public key array when it's not requested by the 
2404         caller.
2405         * threads.c (mono_thread_manage, mono_thread_create_internal, 
2406         ves_icall_System_Threading_Thread_Thread_internal): Free 
2407         allocated memory on error.
2409 2009-09-02  Rodrigo Kumpera  <rkumpera@novell.com>
2411         * icall.c, icall-def.h: Remove some dead code from early SRE changes.
2413 2009-09-02  Rodrigo Kumpera  <rkumpera@novell.com>
2415         * class.c (mono_class_setup_fields): Remove duplicated local variable
2416         named gklass.
2417         Rename gklass to gtd to reflect the fact that it points to the generic
2418         type definition.
2419         Remove the duplicated call to mono_class_setup_fields on gtd and move
2420         the error check to the beginning.
2422 2009-09-02  Rodrigo Kumpera  <rkumpera@novell.com>
2424         * marshal.c (mono_array_to_lparray): Do DISABLE_COM properly.
2425         Remove cruft of the previous patch.
2427 2009-09-01  Rodrigo Kumpera  <rkumpera@novell.com>
2429         * metadata-verify.c (verify_method_table): Check for abstract + final.
2430         Fixes #534175.
2432 2009-09-01  Rodrigo Kumpera  <rkumpera@novell.com>
2434         * verify.c (verify_class_fields): Check for duplicate fields.
2436 2009-09-01  Rodrigo Kumpera  <rkumpera@novell.com>
2438         * metadata-verify.c: Verify the typeref table for duplicates.
2440 2009-09-01  Rodrigo Kumpera  <rkumpera@novell.com>
2442         This reverts r140936 and properly handles interfaces with static methods. The
2443         right fix is to ensure vtables without bubles which is an easier to verify
2444         constraint. We should avoid such special cases as of the reverted patch as those
2445         only make the runtime more brittle.
2447         * class.c (mono_class_setup_vtable_general): Revert previous change that handle
2448         static methods on interfaces.
2450         * class.c (setup_interface_offsets): Use the number of virtual methods when
2451         calculating interface offsets instead of the number of methods. This way we
2452         avoid bubles on the layout.
2454 2009-08-31  Rodrigo Kumpera  <rkumpera@novell.com>
2456         * metadata-verify.c (verify_metadata_header): Some very smart
2457         obfuscators like to add extra stream headers. Ignore them.
2459 2009-08-30  Zoltan Varga  <vargaz@gmail.com>
2461         * class.c (mono_class_setup_vtable_general): Verify interfaces with static
2462         methods correctly.
2464 2009-08-29  Rodrigo Kumpera  <rkumpera@novell.com>
2466         * metadata-verify.c: Verify for duplicated types.
2468 2009-08-28  Rodrigo Kumpera  <rkumpera@novell.com>
2470         * metadata-verify.c (verify_typedef_table): Verify for nested types
2471         without an entry on the nested class table.
2473 2009-08-28  Zoltan Varga  <vargaz@gmail.com>
2475         * cominterop.c (cominterop_get_ccw): Applied patch from tom hindle
2476         <tom_hindle@sil.org>. Add locking around hash table accesses.
2478 2009-08-25  Rodrigo Kumpera  <rkumpera@novell.com>
2480         * verify.c (mono_verifier_verify_class): Verify all interface if
2481         really are interfaces. Fixes #534184.
2483 2009-08-27  Rodrigo Kumpera  <rkumpera@novell.com>
2485         * pedump.c: Initialize all types during metadata validation so we report
2486         errors only detected as part of class initialization.
2488 2009-08-26  Rodrigo Kumpera  <rkumpera@novell.com>
2490         * metadata-verify.c (verify_method_table): PInvoke requires method to
2491         be static. Fixes #534189
2493 2009-08-26  Zoltan Varga  <vargaz@gmail.com>
2495         * threads.c (mono_thread_suspend_all_other_threads): Handle 'threads_starting_ip'
2496         being NULL.
2498 2009-08-25  Rodrigo Kumpera  <rkumpera@novell.com>
2500         * class.c (mono_class_setup_vtable_general): Verify the resulting vtable
2501         for holes or bad methods. Fixes #525314.
2503 2009-08-25  Rodrigo Kumpera  <rkumpera@novell.com>
2505         * class.c (setup_interface_offsets): Don't allocate slot
2506         for the same interface multiple times. This creates bubbles
2507         that waster space and make vtable verification harder.
2509         The same interface get a slot multiple times since we need
2510         to get the closure of all implemented interfaces, which means
2511         the same interface is reported multiple times.
2513 2009-08-25  Rodrigo Kumpera  <rkumpera@novell.com>
2515         * verify.c (mono_verifier_verify_class): Don't check the fields
2516         of generic instances since the context on which they got expanded
2517         might lead to false positives.
2519         Such thing happens when a generic type is inflated in the context
2520         of a generic method and the inflated type of a field turns into a
2521         generic method argument, which causes the checking code to think
2522         it's an invalid class when it's not.
2524 2009-08-25  Rodrigo Kumpera  <rkumpera@novell.com>
2526         * verify.c (mono_type_is_valid_in_context): Verify if type
2527         is NULL and remove duplicate test.
2529 2009-08-24  Rodrigo Kumpera  <rkumpera@novell.com>
2531         * verify.c (mono_verifier_verify_class): Check fields for
2532         invalid generic arguments.
2534 2009-08-24  Rodrigo Kumpera  <rkumpera@novell.com>
2536         * class.c (verify_class_overrides): Verify if for static
2537         and non virtual methods.
2539 2009-08-24  Rodrigo Kumpera  <rkumpera@novell.com>
2541         * icaa.c (ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_RunClassConstructor):
2542         Check for errors after retrieving the vtable.
2544 2009-08-24  Rodrigo Kumpera  <rkumpera@novell.com>
2546         * class.c (mono_class_setup_vtable_general): Verify
2547         if method overrides are valid before processing them.
2549 2009-08-24  Rodrigo Kumpera  <rkumpera@novell.com>
2551         * marshal.c (mono_array_to_lparray): Fix minimal build with
2552         cominterop disabled.
2554         * marshal.c (mono_free_lparray): Same.
2556 2009-08-21  Mark Probst  <mark.probst@gmail.com>
2558         * threadpool.c (mono_thread_pool_init): Use mono_object_hash() as
2559         the hash function for the ares_htable.
2561 2009-08-20  Rodrigo Kumpera  <rkumpera@novell.com>
2563         * metadata-verify.c (verify_assembly_table): Accept 0x10 as a valid
2564         bit for assembly flags. MS is ok with it but there is no spec anywhere
2565         on its mean
2567 2009-08-19  Rodrigo Kumpera  <rkumpera@novell.com>
2569         * class.c (mono_class_create_from_typedef): Emit profiler events
2570         in all cases.
2572 2009-08-19  Rodrigo Kumpera  <rkumpera@novell.com>
2574         * icall.c (ves_icall_Type_GetMethodsByName): Don't leak loader errors.
2575         Release memory on failure.
2577 2009-08-19  Rodrigo Kumpera  <rkumpera@novell.com>
2579         * class-internals.h: Add mono_metadata_load_generic_param_constraints_full
2580         to the internal API.
2582         * metadata.c (get_constraints): Use a single-linked table as we don't
2583         traverse it backward. Fail and return FALSE if only of the contraint types
2584         is not found.
2586         * metadata.c (mono_metadata_load_generic_param_constraints_full): Identical
2587         to mono_metadata_load_generic_param_constraints except for having a return value.
2588         This has to be done since the later is part of the public API.
2590         * class.c (mono_class_create_from_typedef): Properly check the loading of constrains
2591         and fail the type.
2593         * loader.c (mono_get_method_from_token): Properly check the loading of constraints
2594         and fail the method.
2596 2009-08-19  Rodrigo Kumpera  <rkumpera@novell.com>
2598         * metadata-verify.c (is_valid_method_header): Add work-around to deal
2599         with MS broken behavior of emmitting EH section sizes without the
2600         header size added.
2602 2009-08-19  Rodrigo Kumpera  <rkumpera@novell.com>
2604         * metadata.c (mono_type_create_from_typespec): Don't allocate image
2605         memory until we're sure that we'll need it. This avoids leaking for
2606         broken types or duplicated instantiation.
2608 2009-08-19  Rodrigo Kumpera  <rkumpera@novell.com>
2610         * metadata-verify.c (is_valid_method_header): Fix stupid formating
2611         mistake.
2613 2009-08-19  Rodrigo Kumpera  <rkumpera@novell.com>
2615         * metadata-verify.c (is_valid_method_header): Fix number of clauses
2616         and expected size calculation.
2618 2009-08-18  Rodrigo Kumpera  <rkumpera@novell.com>
2620         * class.c (mono_class_get_field_idx): Add fixme for broken
2621         behavior for types with multiple fields with the same name.
2622         I would rather fix it, but have no idea on how to generate
2623         such artifact for testing.
2625 2009-08-18  Rodrigo Kumpera  <rkumpera@novell.com>
2627         * verify.c (verifier_load_field): We should allow references to
2628         fields to be made using the generic type definition. It's up to
2629         the loader system to fail invalid ops.
2631         * verify.c (get_boxable_mono_type): Only uninstantiated GTDs
2632         are invalid.
2634 2009-08-18  Rodrigo Kumpera  <rkumpera@novell.com>
2636         * class.c: Fix usage of mono_metadata_interfaces_from_typedef_full.
2638         * metadata-internals.h: Fix declaration of 
2639         mono_metadata_interfaces_from_typedef_full.
2641         * metadata.c (mono_metadata_interfaces_from_typedef_full): Add extra
2642         heap_alloc_result parameter that controls if the result should be
2643         g_malloc'd.
2645         * metadata.c (mono_metadata_interfaces_from_typedef): Let the resulting
2646         array be g_malloc'd and properly document this public API function.
2648 2009-08-18  Rodrigo Kumpera  <rkumpera@novell.com>
2650         * cil-coff.h: Fix METHOD_HEADER_FORMAT_MASK to be 2 bits and
2651         remove METHOD_HEADER_TINY_FORMAT1.
2653         * reflection.c: Remove reference to METHOD_HEADER_TINY_FORMAT1.
2655         * metadata.c (mono_metadata_parse_mh_full): Kill tiny format1.
2657         Both spec and MS uses only 2 bits to enumerate the kind of header.
2658         So given that 0x6 and 0x2 are equal under a 2 bits mask, tiny format1
2659         is superfluous, only used for tiny headers with odd code lengths.
2661         This change also make sure that mono doesn't wronly interpret bit 2
2662         of fat header flags, which is currently reserved.
2664 2009-08-18  Rodrigo Kumpera  <rkumpera@novell.com>
2666         * metadata.c (do_mono_metadata_parse_type): Do error
2667         checking for element types. Don't abort if presented
2668         with a broken type kind.
2670 2009-08-18  Rodrigo Kumpera  <rkumpera@novell.com>
2672         * metadata.c (mono_metadata_parse_method_signature_full):
2673         Gracefully fail bad vararg signatures.
2675 2009-08-18  Christian Hergert  <chris@dronelabs.com>
2677         * profiler.c:
2678         * class.c: Fix warnings for uninitialized variables.
2680 2009-08-18  Christian Hergert  <chris@dronelabs.com>
2682         * icall.c: Fix _NSGetEnviron method declaration warning.
2684 2009-08-18  Christian Hergert  <chris@dronelabs.com>
2686         * icall.c:
2687         * reflection.c: Make bitwise checks explicit.
2689 2009-08-18  Christian Hergert  <chris@dronelabs.com>
2691         * debug-helpers.c:
2692         * marshal.c: Fix printf warnings.
2694 2009-08-18  Zoltan Varga  <vargaz@gmail.com>
2696         * reflection.c (encode_cattr_value): Fix a warning.
2698 2009-08-17  Rodrigo Kumpera  <rkumpera@novell.com>
2700         * metadata.c (mono_metadata_parse_array_full): Fix memory leak
2701         of array bounds.
2703 2009-08-17  Rodrigo Kumpera  <rkumpera@novell.com>
2705         * loader.c (mono_method_signature): Don't assert on broken
2706         signature. Print a more useful error message.
2708 2009-08-17  Rodrigo Kumpera  <rkumpera@novell.com>
2710         * loader.c (mono_method_get_marshal_info): Assert if
2711         signature is invalid. Bounds check stores to the
2712         mspecs array;
2714 2009-08-17  Rodrigo Kumpera  <rkumpera@novell.com>
2716         * loader.c (field_from_memberref): Fix warning.
2718 2009-08-17  Rodrigo Kumpera  <rkumpera@novell.com>
2720         * loader.c (mono_method_get_param_names): Check if signature
2721         is null. Don't store beyond the size of the name array.
2723 2009-08-17  Rodrigo Kumpera  <rkumpera@novell.com>
2725         * loader.c (mono_get_method_constrained): Check if signature
2726         is null.
2728 2009-08-17  Rodrigo Kumpera  <rkumpera@novell.com>
2730         * loader.c (mono_loader_set_error_bad_image): Improve
2731         error messages.
2733 2009-08-17  Rodrigo Kumpera  <rkumpera@novell.com>
2735         * loader.c (mono_get_method_full): Convert an assertion
2736         into a loader error.
2738 2009-08-17  Rodrigo Kumpera  <rkumpera@novell.com>
2740         * class-internals.h, class.c: Better naming and documentation.
2742 2009-08-17  Zoltan Varga  <vargaz@gmail.com>
2744         * boehm-gc.c (mono_gc_add_weak_track_handle): Don't do any work if
2745         obj is NULL.
2747 2009-08-14  Rodrigo Kumpera  <rkumpera@novell.com>
2749         * loader.c (mono_method_get_signature_full): Fail gracefully if signature
2750         parsing fails.
2752 2009-08-14  Rodrigo Kumpera  <rkumpera@novell.com>
2754         * loader.c (mono_loader_error_prepare_exception): Handle missing field
2755         errors with no class set.
2757         * loader.c (field_from_memberref): If the field signature is of the wrong
2758         type fail with a MissingFieldException instead of a BadImageException as
2759         this is the behavior observed on MS. 
2761 2009-08-14  Rodrigo Kumpera  <rkumpera@novell.com>
2763         * loader.c (field_from_memberref): Don't crash if either the field
2764         signature or the typespec class are invalid.
2766 2009-08-14  Rodrigo Kumpera  <rkumpera@novell.com>
2768         * verify.c (verifier_load_field): Don't allow field related
2769         ops to reference fields on generic type definition.
2771 2009-08-14  Rodrigo Kumpera  <rkumpera@novell.com>
2773         * metadata-verify.c: Add new warning level for errors specified
2774         by ECMA 335 but that MS ignores.
2776         * metadata-verify.c (verify_method_table): Make compiler controled
2777         visibility + (rt)specialname error a warning as MS ignores this. Ignoring
2778         this check is safe because the end result will only be some visibility
2779         exceptions been thrown.
2781 2009-08-14  Rodrigo Kumpera  <rkumpera@novell.com>
2783         * verify.c (get_boxable_mono_type): Don't allow the
2784         use of the generic type definition on boxed type positions.
2786         Fixes #531237.
2788 2009-08-14  Mark Probst  <mark.probst@gmail.com>
2790         * threadpool.c: Make sure no cross-domain references remain in
2791         ares_htable or the arrays that are thrown away when resizing.
2793 2009-08-14  Mark Probst  <mark.probst@gmail.com>
2795         * appdomain.c, metadata-internals.h, image.c: In MonoImage add a
2796         list of classes for which we have to unregister reflection_info
2797         with the GC and which are not in the namespace cache.
2799         * reflection.c (mono_reflection_initialize_generic_parameter): Add
2800         the class to the list.
2802 2009-08-14  Mark Probst  <mark.probst@gmail.com>
2804         * domain.c (mono_domain_free): Unregister the GC roots in
2805         MonoDomain.
2807 2009-08-12  Rodrigo Kumpera  <rkumpera@novell.com>
2809         * reflection.c (mono_reflection_type_get_handle): Fix typo.
2811 2009-08-12  Rodrigo Kumpera  <rkumpera@novell.com>
2813         * class.c: Add mono_class_get_field_from_name_full which does
2814         the same as mono_class_get_field_from_name but does check field
2815         signature as well.
2817         * class-internals.h: Export mono_class_get_field_from_name_full as
2818         part of the internal API.
2820         * loader.c (field_from_memberref): Search fields by name and signature
2821         as it's valid to have two fields with same name but different types.
2823         Fixes #528055.
2825 2009-08-10  Rodrigo Kumpera  <rkumpera@novell.com>
2827         * icall-def.h: Add a bunch of temporary icalls to MonoGenericClass.
2829         * reflection.c (mono_reflection_type_get_handle): Handle MonoGenericClass.
2831         * reflection.c (encode_cattr_value): Use mono_reflection_type_get_handle to encode
2832         System.Type.
2834 2009-08-13  Zoltan Varga  <vargaz@gmail.com>
2836         * gc.c (GCHandle_CheckCurrentDomain): Moved this here from icall.c.
2838         * boehm-gc.c (mono_gc_add_weak_track_handle): Handle nulls.
2840 2009-08-12  Mark Probst  <mark.probst@gmail.com>
2842         * sgen-gc.c, sgen-scan-object.h: Object scanning code factored out
2843         to sgen-scan-object.h, which can be included and parameterized via
2844         macros.
2846         * Makefile.am: sgen-scan-object.h added.
2848 2009-08-12  Mark Probst  <mark.probst@gmail.com>
2850         * gc.c: #define GC_dont_gc if we're compiling with SGen.
2852 2009-08-12  Mark Probst  <mark.probst@gmail.com>
2854         * domain.c (mono_domain_free): Free a domain's mono_g_hash_tables
2855         before clearing a domain in the GC.
2857 2009-08-12  Mark Probst  <mark.probst@gmail.com>
2859         * exception.c (mono_exception_from_name_domain): Actually create
2860         the exception in the specified domain.
2862         * appdomain.c (mono_domain_create_appdomain_internal): Create the
2863         OutOfMemoryException a bit later so that the domain is inialized
2864         "enough" that it works.
2866 2009-08-12  Mark Probst  <mark.probst@gmail.com>
2868         * threads.c (thread_cleanup): Clean up the cached_culture_info
2869         array to prevent cross-domain references.
2871 Tue Aug 11 14:38:57 CEST 2009 Paolo Molaro <lupus@ximian.com>
2873         * metadata.c: more documentation for MonoType accessors.
2875 2009-08-11  Raja R Harinath  <harinath@hurrynot.org>
2877         Fix incorrect size definitions where the tail array isn't a list
2878         of pointers
2879         * class-internals.h (MONO_SIZEOF_MARSHAL_TYPE): Use offsetof to
2880         define size.
2881         * domain-internals.h (MONO_SIZEOF_JIT_INFO): Likewise.
2882         * metadata.h (MONO_SIZEOF_TYPE): Likewise.
2883         * reflection.h (MONO_SIZEOF_CUSTOM_ATTR_INFO): Likewise.
2885 2009-08-11 Gonzalo Paniagua Javier <gonzalo@novell.com>
2887         * reflection.h:
2888         * reflection.c: MONO_SIZEOF_CUSTOM_ATTR_INFO.
2890 2009-08-11 Gonzalo Paniagua Javier <gonzalo@novell.com>
2892         * metadata.c:
2893         * loader.c:
2894         * metadata-internals.h:
2895         * method-builder.c:
2896         * reflection.c: use MONO_SIZEOF_METHOD_HEADER.
2898 2009-08-11 Gonzalo Paniagua Javier <gonzalo@novell.com>
2900         * cominterop.c:
2901         * metadata.c:
2902         * metadata.h:
2903         * loader.c:
2904         * marshal.c:
2905         * reflection.c: #define for sizeof in MonoType and
2906         MonoMethodSignature.
2908 2009-08-11 Gonzalo Paniagua Javier <gonzalo@novell.com>
2910         * domain.c:
2911         * domain-internals.h: add and use #define's instead of sizeof()
2912         for MonoJitInfo and MonoJitInfoTable.
2914 2009-08-11 Gonzalo Paniagua Javier <gonzalo@novell.com>
2916         * object.c:
2917         * class.h: use #define instead of sizeof() for MonoRemoteClass.
2919 2009-08-10 Gonzalo Paniagua Javier <gonzalo@novell.com>
2921         * metadata.c:
2922         * metadata.h:
2923         * object.c:
2924         * class-internals.h:
2925         * generic-sharing.c:
2926         * marshal.c: use a #define instead of sizeof() for a few
2927         structures that use a zero-length array.
2929 2009-08-06  Rodrigo Kumpera  <rkumpera@novell.com>
2931         * object-internals.h (MonoReflectionMethodOnTypeBuilderInst): Add new fields
2932         to handle inflated generic methods.
2934         * appdomain.c: Bump corlib version.
2936         * reflection.c (mono_image_get_method_on_inst_token): Handle generic method
2937         instances.
2939         * reflection.c (fixup_method): Same
2941         * reflection.c (resolve_object): Same.
2943         * reflection.c (inflate_method): Replace a g_assert_not_reached with a
2944         g_error and a decent message.
2946 2009-08-06  Massimiliano Mantione  <massi@ximian.com>
2948         * bohem-gc.c (mono_gc_add_weak_track_handle): Get the domain
2949         from the object because it could not yet be available globally
2950         (it happens if the profiler tries to create a gchandle on the
2951         MonoThread object of a thread that is still registering itself
2952         with the runtime).
2954 2009-08-04  Rodrigo Kumpera  <rkumpera@novell.com>
2956         * reflection.c (mono_generic_class_get_object): Initialized the
2957         managed type arguments array.
2959         * object-internals.h (MonoReflectionGenericClass): Add type_arguments field.
2961         * appdomain.c: Bump corlib version.
2963 2009-08-04  Zoltan Varga  <vargaz@gmail.com>
2965         * threads.c (thread_cleanup): Free serialized_ui_culture_info. Fixes
2966         #527902.
2968 2009-08-03  Zoltan Varga  <vargaz@gmail.com>
2970         * threads.c (ves_icall_System_Threading_Thread_Thread_free_internal): 
2971         Avoid a crash if synch_cs is not set.
2972         
2973         * threads.c (ves_icall_System_Threading_Thread_Thread_free_internal): 
2974         Handle the case when the handle is 0.
2976         * appdomain.c: Bump corlib version.
2978 2009-08-02  Zoltan Varga  <vargaz@gmail.com>
2980         * reflection.c (mono_type_get_object): Fix a warning.
2982 2009-08-01  Mark Probst  <mark.probst@gmail.com>
2984         * sgen-gc.c (mono_gc_wbarrier_value_copy): Don't compute the GC
2985         descriptor here.  We assume it's already been computed.
2987         * generic-sharing.c (instantiate_other_info): Compute the GC
2988         descriptor for info type MONO_RGCTX_INFO_KLASS.
2990 2009-08-01  Mark Probst  <mark.probst@gmail.com>
2992         * reflection.c (mono_type_get_object): MonoDomain is an unmanaged
2993         type, so don't use MONO_OBJECT_SETREF to set a field.
2995 2009-08-01  Mark Probst  <mark.probst@gmail.com>
2997         * gc.c: We were missing one case where invoking a finalizer would
2998         not reset the domain.  Also, in the finalizer thread loop, assert
2999         that we're in the root domain.
3001 2009-07-31  Rodrigo Kumpera  <rkumpera@novell.com>
3003         * icall.c (ves_icall_MonoType_GetArrayRank): Throw ArgumentException
3004         if the type is not an array.
3006 2009-07-31  Rodrigo Kumpera  <rkumpera@novell.com>
3008         * icall.c (ves_icall_MonoType_get_DeclaringMethod): Return the
3009         method bound to the declaring type of the method. Raise an exception
3010         if the type is not a generic param.
3012 2009-07-31  Rodrigo Kumpera  <rkumpera@novell.com>
3014         * class.c (print_unimplemented_interface_method_info): Print the
3015         full type name.
3017         * class.c (mono_class_setup_vtable_general): When dealing with a
3018         generic instance first check if the generic type definition is
3019         not broken.
3021 2009-02-11 Tom Hindke <tom_hindle@sil.org>
3023         * marshal.c (mono_array_to_lparray): Implemented so managed object types are converted to native types.
3025         * marshal.c: Added new method mono_free_lparray to free memory allocated by mono_array_to_lparray
3027         * marshal.c (emit_marshal_array): call emit mono_free_lparray where approprate.
3029         * marshal.c (conv_to_icall): added MONO_MARSHAL_FREE_LPARRAY case
3031         * metadata.h (MonoMarshalConv enum): added MONO_MARSHAL_FREE_LPARRAY
3033         Code is contributed under MIT/X11 license
3035 2009-08-30  Rodrigo Kumpera  <rkumpera@novell.com>
3037         * verify.c: Fix naming of stelem and ldelem.
3039 2009-07-30  Mark Probst  <mark.probst@gmail.com>
3041         * generic-sharing.c: Replace the templates lock with the loader
3042         lock because of very hard to resolve deadlock issues.
3044 2009-07-30  Zoltan Varga  <vargaz@gmail.com>
3046         * icall.c (ves_icall_Type_GetMethodsByName): Use 
3047         mono_class_get_vtable_size () instead of accessing klass->vtable_size
3048         directly. Fixes #525338.
3050         * class.c (mono_class_get_vtable_size): New helper function.
3052         * icall.c (ves_icall_System_Reflection_FieldInfo_internal_from_handle_type): Fix the second argument, its a MonoType* not a MonoClass*. Check whenever
3053         the field belongs to the type. Fixes #525733.
3055 2009-07-30  Mark Probst  <mark.probst@gmail.com>
3057         * sgen-gc.c: When we stop a thread and its stack top is not within
3058         its allocated stack (because it's in an altstack signal handler),
3059         restart it and stop it again, until it is.
3061 2009-07-30  Mark Probst  <mark.probst@gmail.com>
3063         * sgen-gc.c: Take a thread's stack top and registers from the
3064         sigcontext in the suspend signal handler.
3066         * sgen-gc.h, sgen-archdep.h, Makefile.am: Move arch-dependent
3067         stuff to sgen-archdep.h.
3069         * gc.c, gc-internal.h: Remove the get_ip_from_sigctx installer and
3070         caller, because have code in sgen-archdep.h to acquire that data.
3072 2009-07-29  Massimiliano Mantione  <massi@ximian.com>
3074         * profiler.c, profiler.h, profiler-private.h:
3075         Added support for keeping track of code chunks and buffers.
3077 2009-07-29 Rodrigo Kumpera  <rkumpera@novell.com>
3079         * metadata-verify.c: Fix endianness problems on decoding functions.
3080         Based on a patch by Ulrich Weigand <uweigand@de.ibm.com>
3082 2009-07-28 Rodrigo Kumpera  <rkumpera@novell.com>
3084         * icall.c (ves_icall_Type_make_array_type): Handle the new encoding
3085         schema for vectors and one dimension SZARRAY.
3087 2009-07-28 Rodrigo Kumpera  <rkumpera@novell.com>
3089         * reflection.c (mono_reflection_type_get_handle): Handle the new encoding
3090         schema for vectors and one dimension SZARRAY.
3092 2009-07-27  Mark Probst  <mark.probst@gmail.com>
3094         * icall-def.h, thread-types.h, threads.c: New separate icalls for
3095         Interlocked.(Compare)Exchange with object arguments, which invoke
3096         write barriers.
3098 2009-07-26  Miguel de Icaza  <miguel@novell.com>
3100         * icall.c (ves_icall_Type_GetNestedType): Throw an exception when
3101         passed invalid arguments.   Fixes another crasher in the
3102         Silverlight test suite.
3104         * class.c (mono_class_array_element_size): Return 0 for the size
3105         of the class;  This fixes the crasher exposed by :
3107         typeof (void).MakeArrayType ();
3109         * icall.c (ves_icall_MonoType_GetEvent): Do not dereference method
3110         if there is no method to dereference.    Put all the code that
3111         depends on this inside the if (method) block.
3113         This fixes the crasher exposed by Microsoft's Silvelright CLR test
3114         suite  ./Reflection/Emit/TypeBuilder/TypeBuilderGetEvent.exe
3116         With this change, we pass the test.
3117         
3118         * reflection.c (mono_reflection_sighelper_get_signature_local):
3119         Only dereference the assembly if it has been set.    Fixes a
3120         crasher exposed by #525328
3122 2009-07-25  Mark Probst  <mark.probst@gmail.com>
3124         * sgen-gc.c, object.h, null-gc.c, boehm-gc.c, marshal.c: Really
3125         don't perform the store in mono_gc_wbarrier_generic_nostore().
3126         Remove the second argument (value), which is not needed.
3128 2009-07-24  Zoltan Varga  <vargaz@gmail.com>
3130         * null-gc.c (mono_gc_wbarrier_generic_nostore): Define this to fix
3131         the build.
3133         * boehm-gc.c: Ditto.
3134         
3135 2009-07-24  Mark Probst  <mark.probst@gmail.com>
3137         * sgen-gc.c, marshal.c, object.h: Make the managed write barrier
3138         not perform the store itself.  Introduce
3139         mono_gc_wbarrier_generic_nostore(), which is the same as
3140         mono_gc_wbarrier_generic_store(), except it doesn't perform the
3141         store.
3143 2009-07-24  Mark Probst  <mark.probst@gmail.com>
3145         * icall.c (ves_icall_System_Array_SetGenericValueImpl):
3146         mono_gc_wbarrier_value_copy() doesn't perform the copy itself, so
3147         we still need the memcpy().
3149 2009-07-22  Mark Probst  <mark.probst@gmail.com>
3151         * sgen-gc.c: Align array bounds calculation to mono_array_size_t
3152         so that big arrays are handled correctly.  Always use
3153         safe_object_get_size() to calculate array object sizes, which
3154         takes bounds into account.
3156 2009-07-22  Mark Probst  <mark.probst@gmail.com>
3158         * sgen-gc.c (mono_gc_wbarrier_value_copy): Make sure the class's
3159         GC descriptor is computed before we use it.
3161 2009-07-22  Mark Probst  <mark.probst@gmail.com>
3163         * icall.c (ves_icall_System_Array_SetGenericValueImpl): Use a
3164         write barrier if necessary.
3166 2009-07-22  Mark Probst  <mark.probst@gmail.com>
3168         * icall-def.h, icall.c, thread-types.h: New separate icall for
3169         VolatileWrite(object&,object) that uses a write barrier.
3171         * console-unix.c, file-io.c, icall.c, threads.c: Use write
3172         barriers in icalls which write to "ref" or "out" arguments.
3174 2009-07-21  Zoltan Varga  <vargaz@gmail.com>
3176         * marshal.c (mono_marshal_get_runtime_invoke): Do the work done in the exception
3177         handler in a separate icall, to reduce the size of the wrappers.
3179 2009-07-20 Rodrigo Kumpera  <rkumpera@novell.com>
3181         * metadata-verify.c (is_valid_typespec_blob): Fix error message.
3183 2009-07-20 Rodrigo Kumpera  <rkumpera@novell.com>
3185         * metadata-verify.c (parse_field): Allow byref field.
3187         * metadata-verify.c (parse_locals_signature): Allow byref locals.
3189         * metadata-verify.c (is_valid_typespec_blob): Allow byref typespec.
3191 2009-07-20 Rodrigo Kumpera  <rkumpera@novell.com>
3193         * verify.c (do_cast): Fail for any non reference type that isn't boxed.
3194         Fixes #522784.
3196 2009-07-20  Robert Jordan  <robertj@gmx.net>
3198         * cominterop.c (cominterop_get_managed_wrapper_adjusted):
3199         Fix invalid IL in valuetype handling (STOBJ must push the
3200         corresponding class). Fixes bug #523149.
3202         Code is contributed under MIT/X11 license.
3204 2009-07-20  Geoff Norton  <gnorton@novell.com>
3206         * gc.c: Use proper semaphores where available on posix and darwin.
3208 2009-07-19  Geoff Norton  <gnorton@novell.com>
3210         * gc.c: Unnamed posix semaphores are broken on darwin-arm too.
3212 2009-07-19 Rodrigo Kumpera  <rkumpera@novell.com>
3214         * refletion.c (is_sre_usertype): Change name to is_usertype and
3215         invert it's result so it returns true if the type is an user type
3216         and not the opposite.
3218         * reflection.c (is_*_type): Change all of those to use new macro
3219         check_corlib_type_cached that cached the type lookup so we don't
3220         need to do string comparisons all the type. Changed the signature
3221         to take a MonoClass instead.
3223         * reflection.c: Change mono_image_create_token and resolve_object
3224         to use is_sre_* functions.
3226 2009-07-18  Mark Probst  <mark.probst@gmail.com>
3228         * sgen-gc.c: Check for writes to the stack in the managed
3229         wbarrier as well.
3231 2009-07-18  Mark Probst  <mark.probst@gmail.com>
3233         * sgen-gc.c: When a thread is unregistered, don't free its remsets
3234         but put them on a list which is processed with the other thread's
3235         remsets.
3237 2009-07-18  Mark Probst  <mark.probst@gmail.com>
3239         * sgen-gc.c: Fix and enable the internal allocator instead of
3240         using malloc/free (which causes deadlocks).
3242 2009-07-16 Rodrigo Kumpera  <rkumpera@novell.com>
3244         * refletion.c: Fix builds with SRE disabled by adding a minimal
3245         implementation of mono_reflection_type_get_handle.
3247 2009-07-15 Rodrigo Kumpera  <rkumpera@novell.com>
3249         * refletion.c: Make mono_reflection_type_get_handle non static.
3251         * object-internals.h: Export mono_reflection_type_get_handle.
3253         * icall.c (ves_icall_MonoGenericClass_InflateType): Resolve the
3254         unmanaged handle using mono_reflection_type_get_handle.
3256 2009-07-15 Rodrigo Kumpera  <rkumpera@novell.com>
3258         * refletion.c: Replace all reads of MonoReflectionType::type with
3259         calls to mono_reflection_type_get_handle. Only the functions that
3260         deal with constructing TypeBuilder::type have not been changed
3261         because they have to deal with NULL values.
3263         This is a first step into supporting reflection types that don't
3264         map directly into their unmanaged counterpart.
3266 2009-07-14 Rodrigo Kumpera  <rkumpera@novell.com>
3268         * metadata-verify.c (parse_locals_signature): Don't complain
3269         on signature with zero locals since MS generates it and doesn't
3270         bother with.
3272 2009-07-14 Rodrigo Kumpera  <rkumpera@novell.com>
3274         * reflection.c (mono_image_get_array_token): Resolve return
3275         type using mono_reflection_type_get_handle.
3277         * reflection.c (mono_image_get_array_token): Resolve array method
3278         parent type using mono_reflection_type_get_handle.
3280 2009-07-14  Zoltan Varga  <vargaz@gmail.com>
3282         * reflection.c (mono_image_basic_init): Applied patch from
3283         <Dax@daxxfiles.net>. Set the public key token from the assembly
3284         builder. Fixes #518909.
3286         * appdomain.c: Bump corlib version.
3288 2009-07-13  Zoltan Varga  <vargaz@gmail.com>
3290         * class.c (mono_class_needs_cctor_run): Make this return false if
3291         the class has no cctor.
3293 2009-07-13  Mark Probst  <mark.probst@gmail.com>
3295         * sgen-gc.c: When the minor GC needs to allocate a new section,
3296         invoke the major GC afterwards.
3298 2009-07-14  Bill Holmes  <billholmes54@gmail.com>
3300         * process.c  (ves_icall_System_Diagnostics_Process_ShellExecuteEx_internal) :
3301           Applying the window_style field to the SHELLEXECUTEINFO struct.
3303         Code is contributed under MIT/X11 license.
3305 2009-07-13  Mark Probst  <mark.probst@gmail.com>
3307         * sgen-gc.c: Fix the race condition in the unmanaged allocator by
3308         locking earlier.  Fix it in the managed allocator by making sure
3309         that no thread is stopped there before the GC runs.  If we do stop
3310         a thread there, we restart it and let it run a but, until it stops
3311         somewhere else.
3313         * gc-internal.h, gc.c: Function for getting the IP from a signal
3314         context via a function registered by mini.
3316 2009-07-11  Zoltan Varga  <vargaz@gmail.com>
3318         * object-internals.h (MonoIntPtr): New structure describing a boxed
3319         IntPtr.
3321         * object.c (mono_runtime_invoke_array): Handle ptr arguments and
3322         returns. Fixes #519953.
3324         * marshal.c (mono_marshal_get_runtime_invoke): Handle pointer returns.
3326 2009-07-09  Mark Probst  <mark.probst@gmail.com>
3328         * class-internals.h, generic-sharing.c: New RGCTX info type for
3329         getting a remoting invoke with check wrapper.
3331 2009-07-07  Geoff Norton  <gnorton@novell.com>
3333         * icall-def.h: Fix the enable-minimal build.
3335 2009-07-07 Rodrigo Kumpera  <rkumpera@novell.com>
3337         * object-internals.h: Add MonoReflectionDerivedType.
3339         * reflection.c: Implement support for PointerType.
3340         Fixed tons of warnings.
3342 2009-07-07 Rodrigo Kumpera  <rkumpera@novell.com>
3344         * object-internals.h: Add MonoReflectionByRefType.
3346         * reflection.c: Implement support for ByRefType.
3348 2009-07-07 Rodrigo Kumpera  <rkumpera@novell.com>
3350         * icall-def.h: Add System.Reflection.Emit.DerivedType::create_unmanaged_type.
3352         * object-internals.h: Add MonoReflectionArrayType and
3353         mono_reflection_create_unmanaged_type.
3355         * reflection.c: Implement support for ArrayType.
3357 2009-07-07 Rodrigo Kumpera  <rkumpera@novell.com>
3359         * metadata-verify.c (is_valid_method_header): Parse EH block
3360         flags correctly.
3362 2009-07-03  Mark Probst  <mark.probst@gmail.com>
3364         * sgen-gc.c (finish_gray_stack): Set the to_space pointer after
3365         processing the disappearing links, and process disappearing links
3366         in a loop until no new objects are copied.
3368 2009-07-03  Mark Probst  <mark.probst@gmail.com>
3370         * object.c (handle_enum): Invoke the write barrier when copying
3371         value type instances.
3373         * sgen-gc.c: Register remsets for unmanaged write barriers only
3374         when the address written to is actually on the heap.  This makes
3375         set_value() in object.c work without requiring that the result be
3376         on the heap.
3378 2009-07-02 Rodrigo Kumpera  <rkumpera@novell.com>
3380         The runtime wrappers are all bound to a given type that must
3381         exist in the same image. For regular images we use the <Module>
3382         type, which is required to exist for all images.
3384         The <Module> type can't be used for dynamic images because it
3385         might not exist at the time the wrapper is required, so we create
3386         a synthetic type to use instead.
3388         The current code works because of the 2 stage setup of MonoClass,
3389         but once this is gone it will no longer work.
3391         * icall-def.h: Add ModuleBuilder::set_wrappers_type.
3393         * metadata-internals.h (MonoDynamicImage): Add wrappers_type.
3395         * object-internals.h: Export mono_image_set_wrappers_type icall
3396         as part of the internal API.
3398         * marshal.c (get_wrapper_target_class): If the image is dynamic,
3399         use MonoDynamicImage::wrappers_type instead of the <Module> type.
3401         reflection.c: Add mono_image_set_wrappers_type qhixh sets the dynamic
3402         image wrappers_type to the provided value.
3404 2009-07-01 Rodrigo Kumpera  <rkumpera@novell.com>
3406         * appdomain.c (deregister_reflection_info_roots): No need
3407         to use the image lock here.
3409 2009-07-02  Mark Probst  <mark.probst@gmail.com>
3411         * sgen-gc.c (collect_nursery): Also scan from write-barrier roots.
3413 2009-06-29  Zoltan Varga  <vargaz@gmail.com>
3415         * threads.c: Store the thread start argument in a hash table instead of
3416         registering it as a root, as libgc doesn't support unregistering roots
3417         under windows, leading to 'too many root sets' errors when many threads
3418         are created.
3420         * gc.c (mono_gc_run_finalize): Avoid finalizing dynamic methods during
3421         shutdown, they can still be referenced by the other dying objects.
3422         Fixes #514506.
3424 2009-06-27 Gonzalo Paniagua Javier <gonzalo@novell.com>
3426         * socket-io.c: DontLinger does not allow LingerOptions.
3428 2009-06-26 Rodrigo Kumpera  <rkumpera@novell.com>
3430         * metadata-verify.c: The spec doesn't mention that it's possible to add
3431         custom attribute to a generic parameter. Fixed.
3433 2009-06-26 Rodrigo Kumpera  <rkumpera@novell.com>
3435         * class.c (inflate_generic_type): Don't crash while trying to output a message
3436         on why we're aborting.
3438 2009-06-26 Gonzalo Paniagua Javier <gonzalo@novell.com>
3440         * socket-io.c: DontLinger can take an int or a boolean too.
3442 Fri Jun 26 17:00:04 CEST 2009 Paolo Molaro <lupus@ximian.com>
3444         * gc.c: check for a null argument to SuppressFinalize () and
3445         ReRegisterForFinalize ().
3447 2009-06-26 Rodrigo Kumpera  <rkumpera@novell.com>
3449         * loader.c (method_from_methodspec): Call into the verifier to check
3450         the signature.
3452         * metadata-verify.c: Addmono_verifier_verify_methodspec_signature.
3454         * verify-internals.h: Export mono_verifier_verify_methodspec_signature as
3455         part of the internal API.
3457 2009-06-25 Rodrigo Kumpera  <rkumpera@novell.com>
3459         * metadata.c (mono_type_create_from_typespec): Call into the verifier to check
3460         the signature.
3462         * metadata-verify.c: Add mono_verifier_verify_typespec_signature.
3464         * verify-internals.h: Export mono_verifier_verify_typespec_signature as
3465         part of the internal API.
3467 2009-06-25 Rodrigo Kumpera  <rkumpera@novell.com>
3469         * metadata.c (mono_metadata_parse_mh_full): Call into the verifier to check
3470         the signature.
3472         * metadata-verify.c: Add mono_verifier_verify_standalone_signature. Fix
3473         blob verification.
3475         * verify-internals.h: Export mono_verifier_verify_memberref_signature as
3476         part of the internal API.
3478 2009-06-25 Rodrigo Kumpera  <rkumpera@novell.com>
3480         * metadata-verify.c: Use is_valid_blob_object to verify blob validity
3481         when doing basic verification. 
3483         This check must be done since the runtime peeks into signatures in much
3484         more places than it does decoding so it makes sense to ensure that all
3485         pointers to blob objects are well formed.
3487 2009-06-25 Rodrigo Kumpera  <rkumpera@novell.com>
3489         * metadata-verify.c (is_valid_blob_object): Add extra minsize argument.
3490         Use proper overflow dectection. Fix usage of it.
3492 2009-06-25 Rodrigo Kumpera  <rkumpera@novell.com>
3494         * loader.c (field_from_memberref): Call into the verifier to check
3495         the signature.
3497         * loader.c (mono_method_get_signature_full): Same.
3499         * loader.c (method_from_memberref): Same.
3501         * metadata-verify.c: Add mono_verifier_verify_memberref_signature.
3503         * verify-internals.h: Export mono_verifier_verify_memberref_signature as
3504         part of the internal API.
3506 2009-06-25  Mark Probst  <mark.probst@gmail.com>
3508         * threadpool.c (mono_thread_pool_add): If the domain is unloading
3509         or unloaded, still return an AsyncResult, but don't add it to the
3510         threadpool.
3512 2009-06-25 Gonzalo Paniagua Javier <gonzalo@novell.com>
3514         * threads.c: fix missing colon when DEBUG is defined.
3516 2009-06-25  Mark Probst  <mark.probst@gmail.com>
3518         * threadpool.c: Don't add new calls to a threadpool if the domain
3519         of the call is unloading or unloaded.  When dequeuing a job, null
3520         the reference in the queue.
3522 2009-06-25  Mark Probst  <mark.probst@gmail.com>
3524         * sgen-gc.c (null_link_in_range): Add the dislink for the old
3525         generation if an object was moved.
3527 2009-06-25  Sylvain Dupont <duposyl@gmail.com>
3529         * cominterop.h cominterop.c marshal.c: Added support for marshalling out 
3530           parameters of type SAFEARRAY[VARIANT].
3532         * reflection.c (encode_marshal_blob): Properly generate element type
3533           (SafeArraySubType marshal attribute option).
3535         Code is contributed under MIT/X11 license.
3537 Thu Jun 25 15:48:09 CEST 2009 Paolo Molaro <lupus@ximian.com>
3539         * reflection.c: in mono_method_clear_object () really ensure all the
3540         objects are removed.
3542 2009-06-24 Rodrigo Kumpera  <rkumpera@novell.com>
3544         * loader.c (mono_method_signature): Call into the verifier to check
3545         the method signature.
3547         * metadata-verify.c (verify_method_table): Move signature verification
3548         to verify_method_table_full.
3550         * metadata-verify.c: Add mono_verifier_verify_method_signature.
3552         * verify-internals.h: Export mono_verifier_verify_method_signature as
3553         part of the internal API.
3555 2009-06-24 Rodrigo Kumpera  <rkumpera@novell.com>
3557         * loader.c (mono_method_get_header): Call into the verifier to
3558         check the method header.
3560         * metadata-verify.c: Add mono_verifier_verify_method_header.
3562         * verify-internals.h: Export mono_verifier_verify_method_header as
3563         part of the internal API.
3565 2009-06-24 Rodrigo Kumpera  <rkumpera@novell.com>
3567         * class.c (mono_class_find_enum_basetype): Call into the verifier to
3568         check the field signature. Replace an assert with an explicit check.
3570         * class.c (mono_class_setup_fields): Call into the verifier to check
3571         the field signature.
3573         * metadata-verify.c: Add mono_verifier_verify_field_signature.
3575         * verify-internals.h: Export mono_verifier_verify_field_signature as
3576         part of the internal API.
3578 2009-06-24 Rodrigo Kumpera  <rkumpera@novell.com>
3580         * class.c (mono_class_find_enum_basetype): Simplify this function
3581         by moving code outside of the loop and not decoding static fields.
3583 2009-06-24 Rodrigo Kumpera  <rkumpera@novell.com>
3585         * metadata-verify.c (verify_typedef_table): Check the extends
3586         token here. Move to here a flags check from verify_typedef_table_full.
3588 2009-06-24  Zoltan Varga  <vargaz@gmail.com>
3590         * metadata-verify.c (is_valid_method_header): Fix a warning.
3592         * metadata-internals.h (MonoImage): Remove the unused 
3593         static_rgctx_invoke_wrapper_cache.
3595         * image.c marshal.c: Ditto.
3597 2009-06-23 Rodrigo Kumpera  <rkumpera@novell.com>
3599         * image.c (do_mono_image_load): Enable table data verification.
3601 2009-06-23 Rodrigo Kumpera  <rkumpera@novell.com>
3603         * metadata-verify.c (is_valid_constant): Fix nullref check.
3605 2009-06-23 Rodrigo Kumpera  <rkumpera@novell.com>
3607         * metadata-verify.c (is_valid_constant): Fix string bounds check.
3609 2009-06-22  Mark Probst  <mark.probst@gmail.com>
3611         * sgen-gc.c: Managed allocation with pthreads TLS.
3613         * threads.c, threads-types.h: Functions for the JIT to tell the
3614         runtime whether it supports the MONO_TLS opcode.
3616 2009-06-22 Rodrigo Kumpera  <rkumpera@novell.com>
3618         * metadata-verify.c (verify_param_table): Fix a crash for assemblies
3619         without methods.
3621 2009-06-22 Rodrigo Kumpera  <rkumpera@novell.com>
3623         * metadata-verify.c (is_valid_constant): Fix the string length check.
3624         Use safe overflow checking. Add decent error messages.
3626 2009-06-22 Rodrigo Kumpera  <rkumpera@novell.com>
3628         * metadata-verify.c: Move remaininh blob checks to the offline
3629         verification path.
3631 2009-06-22 Rodrigo Kumpera  <rkumpera@novell.com>
3633         * metadata-verify.c: Move more blob checks to the offline verification
3634         path.
3636 2009-06-22  Bill Holmes  <billholmes54@gmail.com>
3638         * object-internals.h : Adding interrupt_on_stop field.
3640         * threads.c (mono_thread_request_interruption) : On Windows exit the
3641           thread if interrupt_on_stop is set.
3643         * socket-io.c (ves_icall_System_Net_Sockets_Socket_Accept_internal) :
3644          Removing old interrupt logic and setting the interrupt_on_stop for the
3645          thread when calling accept.
3647         * socket-io.c (ves_icall_System_Net_Sockets_Socket_Receive_internal) :
3648          setting the interrupt_on_stop for the thread when calling accept.
3650         Contributed under MIT/X11 license.
3652 2009-06-20  Martin Baulig  <martin@ximian.com>
3654         * mono-debug.h (MONO_DEBUGGER_MINOR_VERSION): Bump to 3.
3656 2009-06-21  Zoltan Varga  <vargaz@gmail.com>
3658         * appdomain.c (mono_try_assembly_resolve): Don't call managed code when
3659         running in no-exec mode.
3661 2009-06-19 Rodrigo Kumpera  <rkumpera@novell.com>
3663         * metadata-verify.c (verify_method_table): Move header
3664         checking to verify_method_table_full.
3666         * metata-verify.c (mono_verifier_verify_full_table_data):
3667         Call verify_method_table_full.
3669 2009-06-19 Rodrigo Kumpera  <rkumpera@novell.com>
3671         * metadata-verify.c (verify_field_table): Move signature
3672         checking to verify_field_table_full.
3674         * metata-verify.c (mono_verifier_verify_full_table_data):
3675         Call verify_field_table_full.
3677 2009-06-19 Rodrigo Kumpera  <rkumpera@novell.com>
3679         * metadata-verify.c (verify_typedef_table): Move remaining
3680         stuff to verify_typedef_table_full.
3682 2009-06-19 Rodrigo Kumpera  <rkumpera@novell.com>
3684         * metadata-verify.c: Kill is_corlib from VerifyContext.
3685         It is only used by the offline mode.
3686         So we better remove it from the runtime path.
3688 2009-06-19 Rodrigo Kumpera  <rkumpera@novell.com>
3690         * metadata-verify.c: Add new mono_verifier_verify_full_table_data
3691         function that perform the offline metadata verification steps.
3693         * metadata-verify.c (verify_typedef_table): Move some checks to
3694         verify_typedef_table_full and make it been called by new function
3695         mono_verifier_verify_full_table_data.
3697         * pedump.c: Call mono_verifier_verify_full_table_data.
3699         * verify-internals.h: Export mono_verifier_verify_full_table_data as
3700         part of the internal API.
3702 2009-06-19 Rodrigo Kumpera  <rkumpera@novell.com>
3704         * metadata-verify.c (typedef_is_system_object): Fix System.Object
3705         check.
3707         * metadata-verify.c (verify_implmap_table): Fix implmap invalid
3708         flags bits. SupportLastError was confused as bit 7 instead of 6.
3710         * metadata-verify.c (verify_implmap_table): Fix import scope verification
3711         to check against the module ref table instead of module.
3713         * metadata-verify.c (verify_implmap_table): Fix corlib check.
3715         * pedump.c: Call mono_image_load_names.
3717 2009-06-19 Rodrigo Kumpera  <rkumpera@novell.com>
3719         * image.c: Extract mono_image_load_names from do_mono_image_load.
3721         * metadata-internals.h: Export mono_image_load_names as part of
3722         the internal API.
3723         
3724 2009-06-19  Zoltan Varga  <vargaz@gmail.com>
3726         * metadata.c (mono_metadata_cleanup): Free the generic method cache
3727         first, as it could reference data in the other caches.
3729 2009-06-18 Rodrigo Kumpera  <rkumpera@novell.com>
3731         * metadata-verify.c: Finished with method header verification.
3733 2009-06-18 Rodrigo Kumpera  <rkumpera@novell.com>
3735         * metadata-verify.c: Added more header verification code.
3736         Now only EH clauses are missing.
3738 2009-06-17  Zoltan Varga  <vargaz@gmail.com>
3740         * marshal.c (get_runtime_invoke_type): Don't share primitive types
3741         for return values.
3743 2009-06-16 Rodrigo Kumpera  <rkumpera@novell.com>
3745         * metadata-verify.c: Initial method header verification.
3747 2009-06-16 Rodrigo Kumpera  <rkumpera@novell.com>
3749         * metadata-verify.c (verify_import_table): The IAT contents
3750         might end been patched by the windows DL when running with
3751         coree enabled.
3753 2009-06-15 Rodrigo Kumpera  <rkumpera@novell.com>
3755         * class.c (mono_class_from_typeref): If the enclosing type is not
3756         found return null instead of crashing. Fixes #508487.
3758 2009-06-15  Atsushi Enomoto  <atsushi@ximian.com>
3760         * normalization-tables.h : updated to the latest unicode charcter
3761           data.
3762         * appdomain.c : bump corlib version.
3764 2009-06-14  Zoltan Varga  <vargaz@gmail.com>
3766         * class.c (mono_class_from_name): Fix support for assembly references
3767         in the EXPORTEDTYPE table. Fixes #511704.
3769 2009-06-13  Geoff Norton  <gnorton@novell.com>
3771         * domain.c: Ensure that mono_domain_assembly_open actually opens the
3772         assembly in the target domain.
3774 2009-06-12  Robert Jordan  <robertj@gmx.net>
3776         * cominterop.c (cominterop_get_ccw): Increment mspec's SizeParamIndex
3777         because "this" of the managed signature has become an
3778         ordinary parameter in the unmanaged signature.
3780 2009-06-12  Zoltan Varga  <vargaz@gmail.com>
3782         * class-internals.h (struct _MonoGenericContainer): Add an 'image'
3783         field for owner-less generic containers.
3785         * reflection.c (mono_reflection_initialize_generic_parameter): Set the
3786         image field of the owner-less generic containers created here.
3788         * metadata.c (mono_metadata_load_generic_params): Ditto, the
3789         contain is ownerless until the caller sets its owner.
3791         * metadata.c (type_in_image): Handle owner-less generic containers
3792         correctly.
3793         
3794 2009-06-11  Zoltan Varga  <vargaz@gmail.com>
3796         * image.c (mono_image_close): Support debug_assembly_unload for
3797         dynamic images too.
3799 2009-06-11 Andrés G. Aragoneses  <aaragoneses@novell.com>
3801         * class.c: Fix some typos in comments.
3803 2009-06-11  Zoltan Varga  <vargaz@gmail.com>
3805         * reflection.c (add_custom_modifiers): Avoid reading invalid memory.
3807         * threads.c (mono_thread_execute_interruption): Avoid creating the
3808         abort exception object while holding the synch_cs lock.
3810 2009-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
3812         * metadata-verify.c: Verify basic cattr content.
3814 2009-06-10  Zoltan Varga  <vargaz@gmail.com>
3816         * reflection.c (add_exported_type): Don't set the FORWARDER flag on
3817         nested types.
3818         
3819         * reflection.c (mono_image_fill_export_table_from_type_forwarders): Add
3820         support for nested types. Fixes #511704.
3822 2009-06-09 Rodrigo Kumpera  <rkumpera@novell.com>
3824         * metadata-verify.c: Verify methodspec signatures.
3826 2009-06-09 Rodrigo Kumpera  <rkumpera@novell.com>
3828         * metadata-verify.c: Verify typespec signatures.
3830 2009-06-09  Zoltan Varga  <vargaz@gmail.com>
3832         * metadata.c (free_inflated_method): Call 
3833         mono_marshal_free_inflated_wrappers (), which was missed earlier.
3835 2009-06-08  Miguel de Icaza  <miguel@novell.com>
3837         * mono-config.c: Small change to report the PPC64/ILP32 model.
3839 2009-06-05 Rodrigo Kumpera  <rkumpera@novell.com>
3841         * metadata-verify.c (parse_type): Check szarray.
3843 2009-06-05 Rodrigo Kumpera  <rkumpera@novell.com>
3845         * metadata-verify.c (parse_type): Check fnptr.
3847 2009-06-05 Rodrigo Kumpera  <rkumpera@novell.com>
3849         * metadata-verify.c (parse_type): Check generic instances.
3851 2009-06-05 Rodrigo Kumpera  <rkumpera@novell.com>
3853         * metadata-verify.c (parse_type): Check array shape.
3855 2009-06-05  Robert Jordan  <robertj@gmx.net>
3857         * class.c (mono_class_create_from_typedef): Check only for
3858         mscorlib's System.Array.
3860 2009-06-04 Rodrigo Kumpera  <rkumpera@novell.com>
3862         * metadata-verify.c (parse_type): Check pointer, class/valuetype
3863         and generic params. 
3865         * metadata-verify.c (parse_field): Check the signature.
3867 2009-06-04 Rodrigo Kumpera  <rkumpera@novell.com>
3869         * metadata-verify.c: Implement locals signature check.
3871 2009-06-04  Marek Safar  <marek.safar@gmail.com>
3873         * domain.c: Add .NET 4.0 Beta 1 version.
3875 2009-06-04  Bill Holmes  <billholmes54@gmail.com>
3877         * cominterop.c (cominterop_ccw_queryinterface): Fix for bug 499566.
3878           For QueryInterface on CCWs consider the base class
3879           interfaces as well.
3881         Code is contributed under MIT/X11 license.
3883 2009-06-04  Zoltan Varga  <vargaz@gmail.com>
3885         * wrapper-types.h: Delete STATIC_RGCTX_INVOKE.
3887         * marshal.c (mono_marshal_ret_static_rgctx_invoke): Remove, no longer
3888         used.
3890         * icall.c (ves_icall_System_Delegate_CreateDelegate_internal): Avoid
3891         adding a static-rgctx invoke wrapper, it is done by the runtime trampolines.
3893         * generic-sharing.c (inflate_other_data): Ditto.
3894         
3895 2009-06-03 Rodrigo Kumpera  <rkumpera@novell.com>
3897         * metadata-verify.c: Implement property signature check.
3899 2009-06-04  Mark Probst  <mark.probst@gmail.com>
3901         * sgen-gc.h: Register saving support for PPC.
3903 2009-06-04  Mark Probst  <mark.probst@gmail.com>
3905         * sgen-gc.c: Fixed a pthread TLS screwup.
3907 2009-06-04  Mark Probst  <mark.probst@gmail.com>
3909         * sgen-gc.c: Do TLS using pthread API if __thread keyword is not
3910         supported.
3912 2009-06-04  Mark Probst  <mark.probst@gmail.com>
3914         * sgen-gc.c: Disable TLA and managed allocation if the __thread
3915         keyword is not supported.
3917 2009-06-04  Zoltan Varga  <vargaz@gmail.com>
3919         * marshal.c metadata.c: Applied patch from Ulrich Weigand 
3920         <uweigand@de.ibm.com>: Free the wrappers of inflated generic methods when
3921         the inflated method is freed. Fixes #508389.
3923         The code is contributed under the MIT/X11 license.
3924         
3925 2009-06-03  Zoltan Varga  <vargaz@gmail.com>
3927         * marshal.c (get_wrapper_target_class): New helper function.
3928         (mono_marshal_get_runtime_invoke): Place runtime-invoke wrappers into
3929         the <Module> class of the image. Fixes #509049.
3931 2009-06-01 Rodrigo Kumpera  <rkumpera@novell.com>
3933         * threads.c (ves_icall_System_Threading_Thread_Sleep_internal):
3934         Check if the thread was interrupted and proccess it straight away.
3935         Makes abortion much more responsive.
3937 2009-06-01 Rodrigo Kumpera  <rkumpera@novell.com>
3939         * threads.c (mono_thread_execute_interruption): Use atomic cas with
3940         MonoThread::interruption_requested to match it's counterpart.
3942         Fixes a hang in abort-stress-1 on a 2 core x86.
3944         * threads.c (ves_icall_System_Threading_Thread_GetAbortExceptionState):
3945         Fix warning.
3947 2009-06-01 Rodrigo Kumpera  <rkumpera@novell.com>
3949         Change MonoImage::name_cache to be protected by the image lock
3950         instead of the loader lock.
3952         * appdomain.c (deregister_reflection_info_roots): Protect access
3953         to name_cache.
3955         * class.c (mono_image_init_name_cache): Change from the loader lock
3956         to the image lock. Check if the cache wasn't already created.
3958         * class.c: Change from the loader to the image lock.
3960         * icall.c (ves_icall_System_Reflection_Assembly_GetNamespaces): Fix
3961         the code to hold the image lock while iterating over name_cache and
3962         not go into mono_array_new holding it.
3964         * metadata-internals.h: Add a comment about this change.
3966 2009-06-01 Rodrigo Kumpera  <rkumpera@novell.com>
3968         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType):
3969         Under the 2.0 profile raise the loader error.
3971         Fixes #508532.
3973 2009-06-01 Rodrigo Kumpera  <rkumpera@novell.com>
3975         * marshal.c (mono_marshal_get_runtime_invoke): Emit the right kind
3976         of ldind opcode for generic instances so we don't fail for direct wrappers.
3977         This only affect direct calls.
3979 2009-05-31  Zoltan Varga  <vargaz@gmail.com>
3981         * reflection.c (create_dynamic_mono_image): Fix warnings.
3983         * generic-sharing.c (other_info_equal): Ditto.
3984         
3985 2009-05-29 Rodrigo Kumpera  <rkumpera@novell.com>
3987         * metadata-verify.c: Implement field signature check.
3989 2009-05-29 Rodrigo Kumpera  <rkumpera@novell.com>
3991         * metadata-verify.c: Implement standalone signature check.
3993 2009-05-28 Rodrigo Kumpera  <rkumpera@novell.com>
3995         * metadata-verify.c: Implement methodref signature check.
3997 2009-05-28  Zoltan Varga  <vargaz@gmail.com>
3999         * object-internals.h (MonoRuntimeCallbacks): New structure containing
4000         callbacks supplied by the runtime.
4002         * object.c (mono_install_callbacks): New internal function to install
4003         the callbacks.
4005         * object.c (mono_create_ftnptr): Move the implementation of this to
4006         mini/.
4008         * object.c (mono_get_addr_from_ftnptr): Ditto.  
4010 2009-05-27 Rodrigo Kumpera  <rkumpera@novell.com>
4012         * metadata-verify.c (parse_return_type): Proper byref check.
4013         * metadata-verify.c (is_valid_method_signature): Check for zero arity
4014         generic signatures and method params.
4016 2009-05-27 Rodrigo Kumpera  <rkumpera@novell.com>
4018         * metadata-verify.c (decode_signature_header): Fix bounds check.
4020         * metadata-verify.c (parse_custom_mods): Check custom mods.
4022         * metadata-verify.c (parse_type): Do initial basic verification
4023         of valid values.
4024         
4025         * metadata-verify.c (is_valid_method_signature): Parse the generic
4026         param count.
4028 2009-05-26 Rodrigo Kumpera  <rkumpera@novell.com>
4030         * icall.c (ves_icall_Type_GetMethodsByName): Virtual methods should be
4031         discarded based on their most specific definition so we set the method_slots
4032         array before checking if the method is acceptable or not.
4034         Fixes #506757.
4036 2009-05-26  Mark Probst  <mark.probst@gmail.com>
4038         * icall.c: Free the old array when resizing a mono_ptr_array.
4040 2009-05-26  Mark Probst  <mark.probst@gmail.com>
4042         * reflection.c (create_dynamic_mono_image): Use mono_object_hash()
4043         for the hashes whose keys are managed objects.
4045 2009-05-26  Mark Probst  <mark.probst@gmail.com>
4047         * object-internals.h, threads.c: Set the execution context on
4048         thread start here, not in corlib.
4050         * appdomain.c: Bump corlib version.
4052 2009-05-27  Martin Baulig  <martin@ximian.com>
4054         * mono-debug.c (mono_debug_init): Use `MONO_DEBUG_FORMAT_DEBUGGER'
4055         if `_mono_debug_using_mono_debugger' is set to make things work
4056         properly when embedding Mono.
4058 2009-05-25 Rodrigo Kumpera  <rkumpera@novell.com>
4060         * class.c (mono_class_setup_fields): Don't mark simd types as having
4061         16 bytes alignment as the whole runtime doesn't support.
4063 2009-05-25 Rodrigo Kumpera  <rkumpera@novell.com>
4065         * metadata-verify.c (safe_read): Use endian safe read macros.
4067 2009-05-25  Zoltan Varga  <vargaz@gmail.com>
4069         * object.c (mono_create_ftnptr): Don't allocate from the code mempool since
4070         it is read-only when using full aot.
4072 2009-05-22 Rodrigo Kumpera  <rkumpera@novell.com>
4074         * metadata-verify.c (is_valid_method_signature): Verify parts
4075         of the return type. Provide an error message in case of failure.
4077 2009-05-22 Rodrigo Kumpera  <rkumpera@novell.com>
4079         * metadata-verify.c (is_valid_method_signature): Verify the call conv.
4081 2009-05-22 Rodrigo Kumpera  <rkumpera@novell.com>
4083         * metadata-verify.c: Include the size prefix in the bounds check.
4085 2009-05-22  Miguel de Icaza  <miguel@novell.com>
4087         * icall.c: Remove warnings.
4089         * mono-config.c: Allow for CONFIG_CPU to be set in config.h and
4090         prevent auto-detection based on GCC defines.
4092         Add PS3
4094         * metadata-verify.c: Do not include signal.h
4096         * generic-sharing.c, marshal.c: Add returns to avoid some warning
4097         messages.  Not sure why the g_assert_not_reached is not enough to
4098         quiet the compiler.
4099         
4101         * appdomain.c: Remove code that is not used when
4102         DISABLE_SHADOW_COPY is set.
4104         * image.c: use g_getenv
4106 2009-05-21  Miguel de Icaza  <miguel@novell.com>
4108         * reflection.c: Remove code that it not used with
4109         DISABLE_REFLECTION_EMIT is defined.
4111 2009-05-21  Zoltan Varga  <vargaz@gmail.com>
4113         * marshal.c (mono_marshal_get_runtime_invoke): Share more runtime
4114         invoke wrappers.
4116 2009-05-20  Miguel de Icaza  <miguel@novell.com>
4118         * socket-io.c
4119         (ves_icall_System_Net_Sockets_Socket_Available_internal): Remove
4120         the ifdef here and instead put that on io-layer
4122 2009-05-19 Rodrigo Kumpera  <rkumpera@novell.com>
4124         * metadata-verify.c: Verify the generic param constraint table.
4126 2009-05-19 Rodrigo Kumpera  <rkumpera@novell.com>
4128         * metadata-verify.c (verify_generic_param_table): Fix
4129         thinko on the valid flags bits for generic params.
4131 2009-05-19 Rodrigo Kumpera  <rkumpera@novell.com>
4133         * metadata-verify.c: Verify the methodspec table.
4135 2009-05-19 Rodrigo Kumpera  <rkumpera@novell.com>
4137         * metadata-verify.c: Verify the generic param table.
4139 2009-05-19  Mark Probst  <mark.probst@gmail.com>
4141         * sgen-gc.c: Store and use the count with REMSET_VTYPE.
4143 2009-05-19  Mark Probst  <mark.probst@gmail.com>
4145         * sgen-gc.c: Use generation enum more consistently and use the
4146         correct generation in mono_gc_register_for_finalization().
4148 2009-05-18 Rodrigo Kumpera  <rkumpera@novell.com>
4150         * metadata-verify.c: Verify the nested class table.
4152 2009-05-18 Rodrigo Kumpera  <rkumpera@novell.com>
4154         * metadata-verify.c: Verify the manifest resource table.
4156 2009-05-17  Zoltan Varga  <vargaz@gmail.com>
4158         * debug-helpers.c (dis_one): Add little-endian support for ldstr.
4160 2009-05-16  Zoltan Varga  <vargaz@gmail.com>
4162         * class.c (mono_class_get_vtable_entry): Avoid adding static-rgctx
4163         wrappers, this is now done in the JIT.
4164         
4165         * class.c (mono_set_generic_sharing_supported): New internal function.
4166         (mono_class_generic_sharing_enabled): Move the #ifdef stuff to the JIT.
4168 2009-05-15 Rodrigo Kumpera  <rkumpera@novell.com>
4170         * metadata-verify.c: Verify the exported type table.
4172 2009-05-15 Rodrigo Kumpera  <rkumpera@novell.com>
4174         * pedump.c (main): Fake an assembly for netmodules to make the verifier happy.
4176 2009-05-15 Rodrigo Kumpera  <rkumpera@novell.com>
4178         * metadata-verify.c: Verify the file table.
4180 2009-05-15 Rodrigo Kumpera  <rkumpera@novell.com>
4182         * metadata-verify.c (verify_assembly_table): Fix an error message.
4184         * metadata-verify.c: Verify the assemblyref table.
4186 2009-05-15 Rodrigo Kumpera  <rkumpera@novell.com>
4188         * metadata-verify.c (verify_assembly_table): Fix the valid
4189         bits mask for flags.
4191 2009-05-15  Zoltan Varga  <vargaz@gmail.com>
4193         * debug-helpers.c (mono_method_full_name): Print generic parameters of
4194         generic methods as well.
4196 2009-05-15  Geoff Norton  <gnorton@novell.com>
4198         * gc.c: MachO/Darwin supports and uses semaphores fine for this 
4199         use-case and is significantly more performant than the wapi layer.
4201 2009-05-13 Rodrigo Kumpera  <rkumpera@novell.com>
4203         * metadata-verify.c: Verify the assembly table.
4205 2009-05-13 Rodrigo Kumpera  <rkumpera@novell.com>
4207         * metadata-verify.c: Fix rows limit check.
4209 2009-05-13 Rodrigo Kumpera  <rkumpera@novell.com>
4211         * metadata-verify.c: Verify the fieldrva table.
4213 2009-05-13  Mark Probst  <mark.probst@gmail.com>
4215         * sgen.c: Speed up weak links and finalizers by grouping them by
4216         generation.
4218 2009-05-13  Mark Probst  <mark.probst@gmail.com>
4220         * marshal.c (delegate_hash_table_add): When overwriting an entry,
4221         free the old GCHandle (only applies to SGen).
4223 2009-05-13  Zoltan Varga  <vargaz@gmail.com>
4225         * loader.c (mono_get_method_from_token): Avoid the expensive call to
4226         mono_metadata_load_generic_params () for non-generic methods.
4228 2009-05-12  Mark Probst  <mark.probst@gmail.com>
4230         * monitor.c, monitor.h (mono_monitor_get_object_monitor_weak_link):
4231         New function for returning a monitor's weak link if it has one.
4233         * sgen-gc.c: Remove an object's monitor's weak link (if it has
4234         one) when clearing a domain.  These can still be around because
4235         the object might not have been collected.
4237 2009-05-12  Zoltan Varga  <vargaz@gmail.com>
4239         * gc.c: Fix a warning.
4241 2009-05-12  Kornél Pál  <kornelpal@gmail.com>
4243         * gc.c (mono_gc_init): Set gc_thread on creation. This avoids the
4244         prevous wait that resulted in a deadlock on Windows when initializing
4245         the runtime form DllMain. Also results in improved startup time.
4246         (finalizer_thread): Get rid of thread_started_event.
4247         * threads.c, threads-types.h (mono_thread_create_internal): Return the
4248         resulting MonoThread.
4250         Contributed under MIT/X11 license.
4252 2009-05-11 Rodrigo Kumpera  <rkumpera@novell.com>
4254         * metadata-verify.c: Verify the implmap table.
4255         Don't require that #US and #Strings be present.
4257 2009-05-11  Sebastien Pouliot  <sebastien@ximian.com>
4259         * security-core-clr.c: Delegate checks are done at creation time,
4260         not a invocation time. Fix exception for Telerik Silverlight demo
4262 2009-05-11  Mark Probst  <mark.probst@gmail.com>
4264         * sgen-gc.c (need_remove_object_for_domain): Remove the special
4265         case for the Thread class.
4267         * threads.c: Do clean-up of abort exception/state in
4268         thread_cleanup() instead of Thread.free_internal().  Also clean up
4269         current_appcontext.  The reason we have to do that is because
4270         those references might point into another domain and if that
4271         domain is unloaded before the thread is finalized, they point to
4272         invalid data.
4274 2009-05-10  Andreas Faerber  <andreas.faerber@web.de>
4276         * null-gc.c (mono_gc_weak_link_add, mono_gc_clear_domain): Fix
4277         stub signatures.
4278         
4279         Contributed unter MIT/X11 license.
4281 2009-05-09  Miguel de Icaza  <miguel@novell.com>
4283         * verify.c, metadata-verifier.c: Add support for disabling the
4284         verifier in some builds.
4286         [ Sorry, my previous commit accidentally commited some work in
4287         progress ]
4289 2009-05-08  Zoltan Varga  <vargaz@gmail.com>
4291         * class.c (mono_class_setup_fields): Set class->field.first for
4292         generic instances.
4294 2009-05-07 Rodrigo Kumpera  <rkumpera@novell.com>
4296         * metadata-verify.c: Verify the typespec table.
4298 2009-05-07 Rodrigo Kumpera  <rkumpera@novell.com>
4300         * metadata-verify.c: Verify the module table.
4302 2009-05-06 Rodrigo Kumpera  <rkumpera@novell.com>
4304         * metadata-verify.c: Verify the methodimpl table.
4306 2009-05-06 Rodrigo Kumpera  <rkumpera@novell.com>
4308         * metadata-verify.c: Verify the property table.
4310 2009-05-06  Zoltan Varga  <vargaz@gmail.com>
4312         * debug-helpers.c (mono_method_desc_match): Add support for generic
4313         glob patterns.
4315 2009-05-05 Rodrigo Kumpera  <rkumpera@novell.com>
4317         * metadata-verify.c: Verify the propertymap table.
4319 2009-05-04 Rodrigo Kumpera  <rkumpera@novell.com>
4321         * metadata-verify.c: Verify the event table.
4323         * metadata-verify.c (search_sorted_table): Fix offset
4324         calculation.
4326 2009-05-02  Zoltan Varga  <vargaz@gmail.com>
4328         * domain-internals.h (struct _MonoJitInfo): Add a 'from_llvm' flag.
4330 2009-05-01  Mark Probst  <mark.probst@gmail.com>
4332         * gc.c (mono_gc_run_finalize): Don't set the domain too late,
4333         because mono_delegate_free_ftnptr() needs it.
4335 2009-04-30 Rodrigo Kumpera  <rkumpera@novell.com>
4337         * metadata-verify.c: Verify the eventmap table.
4339 2009-04-30 Rodrigo Kumpera  <rkumpera@novell.com>
4341         * metadata-verify.c: Verify the standalonesig table.
4343 2009-04-30 Rodrigo Kumpera  <rkumpera@novell.com>
4345         * metadata-verify.c: Verify the field layout table.
4347 2009-04-30 Rodrigo Kumpera  <rkumpera@novell.com>
4349         * class.c (mono_type_get_name_recurse): Don't crash
4350         for ownerless generic params.
4352         * debug-helpers.c (mono_type_get_desc): Correct the format
4353         for ownerless generic params.
4355 2009-04-30 Rodrigo Kumpera  <rkumpera@novell.com>
4357         * metadata-verify.c: Verify the class layout table.
4359 2009-04-30 Rodrigo Kumpera  <rkumpera@novell.com>
4361         * metadata-verify.c: Verify the decl security table.
4363 2009-04-30  Mark Probst  <mark.probst@gmail.com>
4365         * domain.c (mono_domain_set_internal_with_options): Don't do
4366         anything if the old domain is the same as the old one.  Fixes
4367         #499326.
4369 2009-04-30  Mark Probst  <mark.probst@gmail.com>
4371         * appdomain.c: Deregister the reflection_info roots when unloading
4372         a domain.
4374         * sgen-gc.c, domain.c, gc-internal.h: mono_gc_clear_domain() nulls
4375         memory allocated by a domain and frees its disappearing links.
4377         * boehm-gc.c, null-gc.c: Empty implementation of
4378         mono_gc_clear_domain().
4380 2009-04-30  Mark Probst  <mark.probst@gmail.com>
4382         * appdomain.c (clear_cached_vtable): Free the static fields memory
4383         block.
4385 2009-04-30  Mark Probst  <mark.probst@gmail.com>
4387         * gc.c: Set the correct domain when invoking finalizers.
4389         * appdomain.c: Set the correct domain when creating threads.
4391 2009-04-30  Mark Probst  <mark.probst@gmail.com>
4393         * sgen-gc.c: Fix skip size for vectors.
4395 2009-05-03  Martin Baulig  <martin@ximian.com>
4397         * mono-debug-debugger.c
4398         (mono_debugger_check_breakpoints): Check class init handlers even
4399         if we don't have any method load handers.
4401 2009-04-30  Zoltan Varga  <vargaz@gmail.com>
4403         * appdomain.c (ves_icall_System_AppDomain_GetAssemblies): Avoid 
4404         returning refonly assemblies if refonly is FALSE. Fixes #499013.
4406 2009-04-29 Rodrigo Kumpera  <rkumpera@novell.com>
4408         * metadata-verify.c: Verify the field marshal table.
4410 2009-04-29 Rodrigo Kumpera  <rkumpera@novell.com>
4412         * metadata-verify.c: Verify the custom attribute table.
4414 2009-04-28 Rodrigo Kumpera  <rkumpera@novell.com>
4416         * metadata-verify.c: Verify the constant table.
4418 2009-04-28 Rodrigo Kumpera  <rkumpera@novell.com>
4420         * metadata-verify.c: Verify the memberef table.
4422 2009-04-28 Rodrigo Kumpera  <rkumpera@novell.com>
4424         * metadata-verify.c (get_coded_index_token): Remove
4425         dead argument.
4427 2009-04-28 Rodrigo Kumpera  <rkumpera@novell.com>
4429         * metadata-verify.c: Verify the interfaceimpl table.
4431 2009-04-28 Rodrigo Kumpera  <rkumpera@novell.com>
4433         * verify.c: Improve error message.
4435         * debug-helpers.c (mono_type_get_desc): Harden the code that
4436         deals with VAR and MVAR.
4438 2009-04-28  Zoltan Varga  <vargaz@gmail.com>
4440         * image.c (mono_image_fixup_vtable): Avoid casting an lvalue. Fixes 
4441         part of #498692.
4443 2009-04-23 Tom Hindle <tom_hindle@sil.org>
4445         * cominterop.c (ves_icall_System_Runtime_InteropServices_Marshal_ReleaseComObjectInternal):
4446         changed to match .Net behaviour of not aborting on additional calls to ReleaseComObject.
4448 2009-04-28  Sebastien Pouliot  <sebastien@ximian.com>
4450         * security-core-clr.c: Avoid redundant checks for platform code, 
4451         e.g. check for method and for class (very common) and check
4452         for class and outer class (less common)...
4454 2009-04-27  Zoltan Varga  <vargaz@gmail.com>
4456         * reflection.c: Avoid returning random cattrs for synthetic methods.
4457         Fixes #498545.
4459 2009-04-27 Gonzalo Paniagua Javier <gonzalo@novell.com>
4461         * assembly.c: assemblies in the GAC should never be shadow-copied.
4463 2009-04-26  Mark Probst  <mark.probst@gmail.com>
4465         * domain.c, domain-internals.h: Disable
4466         track_resurrection_{objects,handles}_hash in MonoDomain if using
4467         SGen.
4469 2009-04-24 Rodrigo Kumpera  <rkumpera@novell.com>
4471         * metadata-verify.c: Verify the param table.
4473 2009-04-24 Rodrigo Kumpera  <rkumpera@novell.com>
4475         * metadata-verify.c (verify_typedef_table): Range check FieldList and
4476         MethodList.
4478         * metadata-verify.c (verify_method_table): Proper check the ParamList
4479         field.
4481 2009-04-24 Rodrigo Kumpera  <rkumpera@novell.com>
4483         * metadata-verify.c (verify_method_table): Check for runtime
4484         implemented functions such as delegate .ctors. Remove spurious
4485         printf.
4486         
4487 2009-04-24 Rodrigo Kumpera  <rkumpera@novell.com>
4489         * pedump.c: Proper initialize the runtime forcing the 2.0 profile.
4491 2009-04-24  Raja R Harinath  <harinath@hurrynot.org>
4493         Don't allocate MonoGenericInfo for ownerless generic params.
4494         * class-internals.h (MonoGenericParam::info): Move field to ...
4495         (MonoGenericParamFull): ... this.  New struct.
4496         (MonoGenericContainer::type_params): Change type to
4497         MonoGenericParamFull.
4498         (MonoGenericParam, MonoGenericContainer): Update accessors.
4499         * metadata.c (mono_metadata_parse_generic_param): Don't initialize
4500         'info' field for ownerless generic param.
4501         (mono_metadata_load_generic_params): Update to changes.
4502         * reflection.c (mono_reflection_create_generic_class): Likewise.
4503         (reflection_methodbuilder_to_mono_method): Likewise.
4504         (mono_reflection_initialize_generic_parameter): Likewise.
4506 2009-04-24  Raja R Harinath  <harinath@hurrynot.org>
4508         Don't use MonoGenericParamInfo for ownerless generic params.
4509         * class.c (get_anon_gparam_class, set_anon_gparam_class): New.  Don't
4510         use ParamInfo class at all.
4511         (mono_class_from_generic_parameter): Use them.
4512         (make_generic_param_class): Fix a couple of instances where 'pinfo
4513         == NULL' wasn't handle.
4515 2009-04-24  Raja R Harinath  <harinath@hurrynot.org>
4517         * class.c (make_generic_param_class): Carve out of ...
4518         (mono_class_from_generic_parameter): ... here.
4520 2009-04-24  Raja R Harinath  <harinath@hurrynot.org>
4522         Simplify mono_class_from_generic_parameter
4523         * class-internals.h (MonoGenericParamInfo::token): New field.
4524         * metadata.c (mono_metadata_load_generic_params): Initialize it
4525         from metadata.
4526         * class.c (mono_class_from_generic_parameter): Use it instead of
4527         searching through metadata.
4529 2009-04-23 Rodrigo Kumpera  <rkumpera@novell.com>
4531         * metadata-verify.c: Add verification of the method table.
4533 2009-04-23 Rodrigo Kumpera  <rkumpera@novell.com>
4535         * icall.c (ves_icall_Type_GetMethodsByName): Fix memleak for the
4536         Delegate::Invoke optimization.
4538 2009-04-23 Rodrigo Kumpera  <rkumpera@novell.com>
4540         * appdomain.c (mono_domain_create_appdomain_internal): Free the
4541         string returned by get_shadow_assembly_location_base.
4543         * appdomain.c (get_shadow_assembly_location_base): Add a comment
4544         about caller's ownership.
4546 2009-04-23 Rodrigo Kumpera  <rkumpera@novell.com>
4548         * reflection.c: Add mono_reflection_cleanup_domain to cleanup
4549         reflection memory on domain unload.
4551         * domain.c (mono_domain_free): Don't free refobject_hash, let the
4552         reflection cleanup code do it.
4554         * domain-internals.h: Add mono_reflection_cleanup_domain.
4556         This fixes a memory leak for managed mirrors of reflection objects
4557         on domain unload. 
4559 2009-04-22 Rodrigo Kumpera  <rkumpera@novell.com>
4561         * metadata-verify.c: Implement more verification of the field table.
4563 2009-04-22 Rodrigo Kumpera  <rkumpera@novell.com>
4565         * pedump.c (main): Init mono with mscorlib so it defaults to 2.0 and
4566         doesn't try to parse the input assembly, which can be broken.
4568 2009-04-23  Mark Probst  <mark.probst@gmail.com>
4570         * boehm-gc.c, gc-internal.h, gc.c, monitor.c, null-gc.c,
4571         sgen-gc.c: Implement track resurrection in weak GC handles in SGen
4572         by using the lowest bit in the link to store whether the link is
4573         tracked.  Move the track_resurrection hashes into boehm-gc.c.
4575 2009-04-22  Miguel de Icaza  <miguel@novell.com>
4577         * Makefile.am: Split the console support in platform specific code
4578         and put together a framework for making this easy in the future so
4579         that we can start splitting code instead of having a mess of PLATFORM_WIN32
4581 2009-04-21 Rodrigo Kumpera  <rkumpera@novell.com>
4583         * pedump.c: Fix a warning.
4585 2009-04-21 Rodrigo Kumpera  <rkumpera@novell.com>
4587         * verify.c (mono_delegate_type_equal): Compare valuetypes using
4588         mono_class_from_mono_type to avoid bad interactions with the dual representation
4589         of the generic type definition.
4591 2009-04-21 Rodrigo Kumpera  <rkumpera@novell.com>
4593         * verify.c (do_invoke_method): Use mono_class_from_mono_type to
4594         get the MonoClass for the call context type as it might be a generic
4595         instance.
4597         Fixes #491483.
4599 2009-04-21  Mark Probst  <mark.probst@gmail.com>
4601         * object-internals.h: The Thread object has no execution_context
4602         member anymore.
4604         * threads.c, threadpool.c, threads-types.h: Accessor functions for
4605         the execution context.
4607         * appdomain.c: Bump corlib version.
4609 2009-04-20 Rodrigo Kumpera  <rkumpera@novell.com>
4611         * verify.c (do_newobj): Improve error message.
4613 2009-04-20 Rodrigo Kumpera  <rkumpera@novell.com>
4615         * verify.c (verify_clause_relationship): Only mask as an error if the exception clause
4616         is nested in the filter block.
4618         * verify.c (verify_clause_relationship): The disjoint check must verify if the exception
4619         block is not fully nested.
4621         Fixes #495656.
4623 2009-04-20 Rodrigo Kumpera  <rkumpera@novell.com>
4625         * verify.c (verify_type_compatibility_full): Compare MonoClass and
4626         not MonoType to check for equality of valuetypes as the generic type
4627         definition allows for two different encodings: the generic type definition
4628         class or a generic instance over the GTD arguments.
4630         Fixes #496175.
4632 2009-04-20 Rodrigo Kumpera  <rkumpera@novell.com>
4634         * verify.c (dump_stack_value): Fix compilation with extra debug turned on.
4636         * verify.c (do_initobj): Improve error message.
4638 2009-04-20 Rodrigo Kumpera  <rkumpera@novell.com>
4640         * metadata-verify.c: Enable pe verification as the issue with #496453
4641         is that the authenticode data directory have a different unspecified
4642         format. Ignore it for now.
4644         * pedump.c: Run the metadata verifier together with the IL verifier.
4646         Fixes ##496453.
4648 2009-04-20  Rolf Bjarne Kvinge  <RKvinge@novell.com>
4650         * metadata-verify.c: Temporarily disable pe verification due to #496453.
4652 2009-04-17 Rodrigo Kumpera  <rkumpera@novell.com>
4654         * class.c (can_access_type): Check visibility against
4655         the element type for pointers and arrays.
4657         Fixes #496150.
4659 2009-04-17 Rodrigo Kumpera  <rkumpera@novell.com>
4661         * metadata-verify.c: Fix cli and table verification to use information
4662         from the MonoImage. A lot of duplicated code got killed.
4664 2009-04-17 Rodrigo Kumpera  <rkumpera@novell.com>
4667         This patch starts to integrate the metadata verifier with the runtime code.
4669         This patch causes major regression in functionality for the metadata verifier
4670         as cli and table verification are disabled since they require to be ported to
4671         use MonoImage information.
4673         * image.c (do_mono_image_load): Split the code in this function
4674         into mono_image_load_pe_data and mono_image_load_cli_data.
4675         Add     care_about_pecoff parameter to not load pecoff data.
4676         Call into the metadata verifier for pecoff and cli verification.
4678         * image.c (mono_image_open_raw): New function that doesn't perform
4679         any parsing of the image contents.
4680         
4681         The reason for the 3 new functions is to give pedump better control
4682         into the interaction with the verifier.
4684         * metadata-internals.h: Add new functions from image.c as part of the
4685         internal mono API.
4687         * metadata-verify.c: Split mono_image_verify into mono_verifier_verify_pe_data,
4688         mono_verifier_verify_cli_data and mono_verifier_verify_table_data. Prepare
4689         to make those functions work together with the runtime.
4691         * verify.c: Add mono_verifier_is_enabled_for_image function that returns
4692         true if the image needs to be verified.
4694         * verify-internals.h: Export new functions from metadata-verify.c and verify.c.
4696         * pedump.c: Use new metadata verifier API.
4698 2009-04-19  Zoltan Varga  <vargaz@gmail.com>
4700         * object.c (mono_install_vtable_trampoline): Make this receive a
4701         trampoline creation function instead of trampoline, allowing the JIT
4702         to use a different trampoline for each vtable.
4704 2009-04-18  Mark Probst  <mark.probst@gmail.com>
4706         * object.c (mono_raise_exception): Don't reset the thread abort
4707         exception state here.
4709 2009-04-18  Mark Probst  <mark.probst@gmail.com>
4711         * icall-def.h: New icall for getting the thread abort exception
4712         state for a thread.
4714         * object.c, thread.c, object-internals.h: A thread's abort
4715         exception state is now a GC handle.  To get the object it stands
4716         for, we must move it into the current app domain, if it's
4717         different than the one where it originated from.
4719         * appdomain.c: Bump corlib version.
4721         * domain.c, domain-internals.h: New function for setting the
4722         domain and migrate the thread abort exception or not.
4724 2009-04-16 Rodrigo Kumpera  <rkumpera@novell.com>
4726         * metadata-verify.c: Add initial verification of the
4727         field table.
4729 2009-04-16 Rodrigo Kumpera  <rkumpera@novell.com>
4731         * metadata-verify.c: Add a macro to conditionally enable
4732         dumping of verification information. Add  make_coded_token
4733         and search_sorted_table to enable search sorted tables
4734         by a given coded token.
4736 2009-04-16 Rodrigo Kumpera  <rkumpera@novell.com>
4738         * metadata-verify.c: Add array mapping from table index
4739         to description offset. Add get_col_offset and get_col_size
4740         functions.
4742 2009-04-16 Rodrigo Kumpera  <rkumpera@novell.com>
4744         * metadata-verify.c: Add remaining table descriptions offsets.
4745         Add remaining coded index descriptions.
4747 2009-04-16 Rodrigo Kumpera  <rkumpera@novell.com>
4749         * metadata-verify.c: Fixed constant table description.
4750         Fixed calculation of HasCustomAttribute coded index size.
4751         Fixed calculation of size for many table indexes. 
4753 2009-04-16 Rodrigo Kumpera  <rkumpera@novell.com>
4755         * pedump.c (dump_metadata): Dump table offset instead
4756         of useless pointer in memory.
4758 2009-04-16 Rodrigo Kumpera  <rkumpera@novell.com>
4760         * metadata-verify.c (verify_typedef_table): Add tests for MethodList.
4762 2009-04-15 Rodrigo Kumpera  <rkumpera@novell.com>
4764         * metadata-verify.c (verify_typedef_table): Add tests for FieldList and
4765         a missing of for interface types.
4767 2009-04-15 Rodrigo Kumpera  <rkumpera@novell.com>
4769         * metadata-verify.c (verify_pe_optional_header): Add comment of why
4770         the code is commented.
4772         * metadata-verify.c (verify_resources_table): Remove spurious printf
4773         and don't fail if there are unmanaged resources. Gmcs generates a useless
4774         one     for all assemblies - I bet it's some MS compatibility junk.
4776 2009-04-15 Rodrigo Kumpera  <rkumpera@novell.com>
4778         * metadata-verify.c (verify_typedef_table): Verify the extends field.
4780         * metadata-verify.c (mono_image_verify): Add a is_corlib.
4782         * verify-internals.h: Same.
4784         * pedump.c: Fix for mono_image_verify new signature.
4786 2009-04-15 Rodrigo Kumpera  <rkumpera@novell.com>
4788         * metadata-verify.c (verify_typedef_table): Verify for some invalid
4789         flags combinations.
4791 2009-04-15 Rodrigo Kumpera  <rkumpera@novell.com>
4793         * metadata-verify.c (verify_module_table): Ignore the generation field.
4795 2009-04-15  Martin Baulig  <martin@ximian.com>
4797         * debug-mono-symfile.c
4798         (mono_debug_symfile_lookup_location): Don't print a warning for
4799         unknown extended opcodes if they're within 0x40 and 0x7f.
4801 2009-04-15  Zoltan Varga  <vargaz@gmail.com>
4803         * marshal.c (mono_marshal_get_runtime_invoke_sig): Don't share runtime
4804         invoke signatures returning an enum. Fixes #494847.
4806 2009-04-14 Rodrigo Kumpera  <rkumpera@novell.com>
4808         * metadata-verify.c: Initial code to verify the typedef table.
4810 2009-04-14 Rodrigo Kumpera  <rkumpera@novell.com>
4812         * verify.c (mono_method_verify): Don't fail if an unconditional branch
4813         with non empty stack happens before the beginning of a try block.
4815         Fixes #494812.
4817 2009-04-14 Rodrigo Kumpera  <rkumpera@novell.com>
4819         * metadata-verify.c: Verify typename and typenamespace fields of
4820         the typeref table.
4822 2009-04-13 Rodrigo Kumpera  <rkumpera@novell.com>
4824         * metadata-verify.c: Initial code to verify the typeref table.
4826 2009-04-13 Rodrigo Kumpera  <rkumpera@novell.com>
4828         * verify.c (verify_delegate_compatibility): Fix error message.
4830 2009-04-14  Sebastien Pouliot  <sebastien@ximian.com>
4832         * security-core-clr.c: Fix typo
4834 2009-04-14  Zoltan Varga  <vargaz@gmail.com>
4836         * marshal.c (delegate_hash_table_add): Make delegate_target_locations 
4837         a MonoGHashTable to keep its values alive.
4838         (emit_marshal_boolean): Fix a warning.
4840 2009-04-13 Gonzalo Paniagua Javier <gonzalo@novell.com>
4842         * socket-io.c: don't return IPv4/IPv6 addresses if the machine does
4843         not have any interface configured for IPv4/IPv6.
4845 2009-04-13 Gonzalo Paniagua Javier <gonzalo@novell.com>
4847         * assembly.c: fix typo in error message.
4849 2009-04-14  Zoltan Varga  <vargaz@gmail.com>
4851         * marshal.c (mono_delegate_to_ftnptr): Use mono_gc_alloc_fixed () for
4852         allocating the location holding the this argument to prevent
4853         'too many root sets' errors.
4855         * object.c (mono_class_create_runtime_vtable): Set field->offset to -1
4856         to mark fields as special static.
4857         (mono_field_static_get_value): Handle special static fields.
4858         (mono_field_static_set_value): Ditto.
4860         * class-internals.h (struct _MonoClassField): Document this.
4862 2009-04-13  Bill Holmes  <billholmes54@gmail.com>
4864         * cominterop.c (mono_cominterop_emit_marshal_com_interface): Assigning
4865           the argument a value of null for the MARSHAL_ACTION_MANAGED_CONV_OUT
4866           case.  This will handle when managed code returns null to native code.
4868         Code is contributed under MIT/X11 license.
4870 2009-04-13  Bill Holmes  <billholmes54@gmail.com>
4872         * object.c (build_imt_slots): Changing a free to a g_free to match
4873           the g_malloc0 in add_imt_builder_entry that allocated this memory.
4875         Code is contributed under MIT/X11 license.
4877 2009-04-13  Bill Holmes  <billholmes54@gmail.com>
4879         * marshal.c (emit_marshal_boolean): Adding code to ensure that
4880           the correct TRUE value is passed through the marshaling layer.
4882         Code is contributed under MIT/X11 license.
4884 2009-04-13  Zoltan Varga  <vargaz@gmail.com>
4886         * marshal.c (mono_marshal_emit_managed_wrapper): Handle closed delegates
4887         correctly. Fixes #492330.
4888         
4889         * marshal.c: Fix the embedding of object pointers into JITted code in
4890         the native-to-managed wrappers by allocating some GC tracked memory, and
4891         embedding the address of that.
4893 2009-04-11  Zoltan Varga  <vargaz@gmail.com>
4895         * object.c (mono_class_create_runtime_vtable): Avoid putting MonoMethod
4896         pointers into the vtable.
4898 2009-04-09 Rodrigo Kumpera  <rkumpera@novell.com>
4900         * verify.c (mono_delegate_type_equal): Proper check MONO_TYPE_CLASS.
4902         * verify.c (verify_ldftn_delegate): Improve error message.
4904 2009-04-09  Raja R Harinath  <harinath@hurrynot.org>
4906         * reflection.c (my_mono_class_from_mono_type): Remove.
4908 2009-04-09  Raja R Harinath  <harinath@hurrynot.org>
4910         Prepare to reduce memory usage of owner-less generic parameters (1/n)
4911         * class-internals.h (MonoGenericParam): Carve out pklass, name, flags
4912         and constraints fields into ...
4913         (MonoGenericParamInfo): ... this.
4914         (mono_generic_param_info, mono_generic_container_get_param_info):
4915         New accessors.
4916         * class.c, debug-helpers.c, icall.c: Update to changes.
4917         * metadata.c, reflection.c, verify.c: Likewise.
4919 2009-04-09  Zoltan Varga  <vargaz@gmail.com>
4921         * debug-helpers.c (dis_one): Fix decoding of strings in dynamic images.
4923         * marshal.c (get_runtime_invoke_type): Share enums with their base types.
4924         
4925         * marshal.c (get_runtime_invoke_type): Share pointers with ints and
4926         booleans with sbytes.
4928 2009-04-08 Rodrigo Kumpera  <rkumpera@novell.com>
4930         * class.c (can_access_instantiation): Verify accesibility of element types
4931         for arrays and pointers.
4933         * class.c (can_access_type): Return true if the target class is VAR or MVAR.
4935         * class.c (mono_method_can_access_method_full): Fix typos in the documentation.
4937         Fixes #493068.
4939 2009-04-08 Rodrigo Kumpera  <rkumpera@novell.com>
4941         * verify.c (do_invoke_method): Improve error messages.
4943 2009-04-08  Bill Holmes  <billholmes54@gmail.com>
4945         * verify.c:  Fixing the MSVC build.
4947         Code is contributed under MIT/X11 license.
4949 2009-04-08  Sebastien Pouliot  <sebastien@ximian.com>
4951         * security-core-clr.c: Simplify get_reflection_caller not to call
4952         mono_method_get_last_managed (another stack walk) and adjust the
4953         callers to handle a (should not happen) NULL return value.
4955 2009-04-08  Raja R Harinath  <harinath@hurrynot.org>
4957         Add accessors to some MonoGenericParam fields
4958         * class-internals.h (mono_generic_param_owner): New accessor.
4959         (mono_generic_param_num): Likewise.
4960         (mono_type_get_generic_param_owner): New helper.
4961         (mono_type_get_generic_param_num): New helper.
4962         * class.c, icall.c, metadata.c, reflection.c, verify.c: Use them.
4964 2009-04-08  Raja R Harinath  <harinath@hurrynot.org>
4966         * class-internals.h (mono_generic_container_get_param): New wrapper.
4967         * class.c, icall.c, metadata.c, verify.c: Use it.
4969 2009-04-08  Raja R Harinath  <harinath@hurrynot.org>
4971         Fix gtest-252.cs
4972         * verify.c (mono_type_is_valid_type_in_context): Rewrite to use
4973         the standard case/loop.  In particular, don't complain about
4974         references to generic type definitions.
4976 2009-04-07  Zoltan Varga  <vargaz@gmail.com>
4978         * debug-helpers.c (dis_one): Decode string arguments.
4980 2009-04-07 Rodrigo Kumpera  <rkumpera@novell.com>
4982         * pedump.c (dump_verify_info): Dump type name correctly.
4984 2009-04-07 Rodrigo Kumpera  <rkumpera@novell.com>
4986         * verify.c (mono_method_verify): Don't init code slots for exception boundaries if they
4987         are larger than code size.
4989         This can happen in valid code if the try/catch block is not followed by any instruction
4990         and do a backward branch on the leave instruction.
4992         Fixes #492494.
4994 2009-04-06  Sebastien Pouliot  <sebastien@ximian.com>
4996         * security-core-clr.c: Fix typo while comparing second method names
4997         in can_avoid_corlib_reflection_delegate_optimization
4999 2009-04-06 Rodrigo Kumpera  <rkumpera@novell.com>
5001         * verify.c (do_throw): Don't allow an unboxed generic param ar argument.
5003         Fixes #487738.
5005 2009-04-06 Rodrigo Kumpera  <rkumpera@novell.com>
5007         * metadata.c (do_mono_metadata_parse_type): Fail if we are decoding
5008         a MVAR using a class context.
5010         Fixes #490335.
5012 2009-04-06  Zoltan Varga  <vargaz@gmail.com>
5014         * object.c (mono_class_compute_gc_descriptor): Make this non-static.
5016         * domain-internals.h (struct _MonoJitInfo): Add a 'gc_info' field.
5018         * gc-internal.h (MonoGCCallbacks): New stucture containing the callback
5019         functions supplied by the JIT for the SGEN GC.
5021         * sgen-gc.c: Call the callbacks supplied by the JIT to do stack marking.
5022         
5023 2009-04-06  Massimiliano Mantione  <massi@ximian.com>
5025         monitor.c (mono_monitor_try_enter_internal):
5026         Added calls to profile monitor contentions.
5027         Also duplicated a small piece of code (the "get the monitor" logic)
5028         from the fast path to the slow path, and changed the relevant goto
5029         statements, so that monitor acquisition events can be emitted from the
5030         slow path (this is by Paolo Molaro).
5032 2009-04-06  Massimiliano Mantione  <massi@ximian.com>
5034         * profiler.c, profiler.h, profiler-private.h:
5035         Added support for profiling monitor contentions.
5037 2009-04-03 Rodrigo Kumpera  <rkumpera@novell.com>
5039         * metadata-verify.c: Verify the modules table.
5041 2009-04-02 Rodrigo Kumpera  <rkumpera@novell.com>
5043         * verify.c (mono_generic_param_is_constraint_compatible): Inflate the candidate
5044         using the context of the method been verifier and not of the method been called.
5046         * verify.c: Add verifier_inflate_type and mono_type_is_valid_type_in_context to
5047         safely inflate generic types. 
5049 2009-04-02  Sebastien Pouliot  <sebastien@ximian.com>
5051         * security-core-clr.c: Change the strategy for checking the 
5052         "reflection using delegates optimization" to avoid unneeded 
5053         attributes in multiple class libraries.
5055 2009-04-02  Mark Probst  <mark.probst@gmail.com>
5057         * sgen-gc.c: Remove object element in the disappearing link struct
5058         by storing the object pointer in the link.
5060 2009-03-31 Rodrigo Kumpera  <rkumpera@novell.com>
5062         * pedump.c (dump_verify_info): Don't crash if signature decoding fails.
5064 2009-03-31 Rodrigo Kumpera  <rkumpera@novell.com>
5066         * verify.c (verifier_load_field): Fail if the field parent could not be loaded.
5068         * verify.c (mono_method_verify): Do proper bounds checking of exception
5069         clause ranges.
5071 2009-03-31 Rodrigo Kumpera  <rkumpera@novell.com>
5073         * loader.c (mono_field_from_token): Don't crash if the field parent could
5074         not be decoded.
5076 2009-03-31  Mark Probst  <mark.probst@gmail.com>
5078         * sgen-gc.c: Execute critical finalizers after ordinary
5079         finalizers.
5081         * class-internals.h, domain.c: Add CriticalFinalizerObject to
5082         mono_defaults.
5084 2009-03-31 Jb Evain <jbevain@novell.com>
5086         * verify.c (do_ldstr): don't check if a string is in the user strings
5087         heap if the current image is dynamic.
5089 2009-03-31  Mark Probst  <mark.probst@gmail.com>
5091         * sgen-gc.c: Wait until the last finalizer has executed when
5092         returning from WaitForPendingFinalizers.
5094 2009-03-31  Martin Baulig  <martin@ximian.com>
5096         * mono-debug-debugger.h (MonoDebuggerEvent): Add
5097         `MONO_DEBUGGER_EVENT_CREATE_APPDOMAIN' and
5098         `MONO_DEBUGGER_EVENT_UNLOAD_APPDOMAIN'.
5099         (mono_debugger_event_create_appdomain): New function.
5100         (mono_debugger_event_unload_appdomain): New function.
5102         * appdomain.c (mono_domain_create_appdomain_internal): Call
5103         mono_debugger_event_create_appdomain().
5105 2009-03-31  Martin Baulig  <martin@ximian.com>
5107         * mono-debug-debugger.c
5108         (mono_debugger_register_class_init_callback): Also register the
5109         class init callback if the class is already initialized to make
5110         things work with shadow copied assemblies.
5112 2009-03-31  Sebastien Pouliot  <sebastien@ximian.com>
5114         * security-core-clr.c
5115         (mono_security_core_clr_ensure_reflection_access_field): Let 
5116         critical code access the field (just like we do for methods). Use
5117         check_field_access helper.
5118         (mono_security_core_clr_ensure_reflection_access_method): Use 
5119         check_field_access helper.
5121 2009-03-31  Mark Probst  <mark.probst@gmail.com>
5123         * sgen-gc.c: Remove data (callback) element from FinalizeEntry and
5124         call the run-finalize function directly.
5126         * gc.c, gc-internal.h: Make run_finalize() non-static.
5128 2009-03-31  Mark Probst  <mark.probst@gmail.com>
5130         * sgen-gc.c: Use a separate struct for disappearing links.
5132 2009-03-31 Gonzalo Paniagua Javier <gonzalo@novell.com>
5134         * socket-io.c: don't fail if the SocketOptionsFlag has Partial or
5135         * MaxIOVectorLength enabled, just ignore them.
5136         Fixes bug #349688.
5138 2009-03-30 Rodrigo Kumpera  <rkumpera@novell.com>
5140         * metadata-verify.c: Fix eglib build.
5142 2009-03-30  Zoltan Varga  <vargaz@gmail.com>
5144         * threads-types.h: Fix the win32 build.
5146 2009-03-28  Sebastien Pouliot  <sebastien@ximian.com>
5148         * class.c: move coreclr inheritance/override checks to 
5149         security-core.clr.c
5150         * security-core.clr.c|h: add code from class.c with additional
5151         documentation. Fix override check when the method is not critical.
5153 2009-03-28  Zoltan Varga  <vargaz@gmail.com>
5155         * debug-helpers.c (mono_method_desc_match): Make '*' match anything.
5156         (match_class): Ditto.
5158 2009-03-27 Rodrigo Kumpera  <rkumpera@novell.com>
5160         * metadata-verify.c: Rename bounds_check_offset to bounds_check_datadir.
5162         * metadata-verify.c: Implement table layout row size calculation. Verify
5163         the total size of the tables.
5165 2009-03-27 Rodrigo Kumpera  <rkumpera@novell.com>
5167         * metadata-verify.c: Verify heap sizes and size to decode row counts. 
5169 2009-03-27 Gonzalo Paniagua Javier <gonzalo@novell.com>
5171         * appdomain.c:
5172         * console-io.[ch]: added new mono_console_init() to make sure that
5173         file descriptors 0, 1 and 2 are opened.
5174         Bug #489019 fixed.
5176 2009-03-27  Sebastien Pouliot  <sebastien@ximian.com> 
5178         * appdomain.h: Export a new callback type and a new function to
5179         set this callback. This allow a mono host to provide it's own
5180         definition for "platform code".
5181         * metadata-internals.h: Add a core_clr_platform_code flag on 
5182         _MonoImage to (cache and) know if it is representing platform 
5183         code.
5184         * image.c (do_mono_image_open): Set core_clr_platform_code flag 
5185         on platform code images.
5186         * security-core-clr.c|h 
5187         (mono_security_set_core_clr_platform_callback): Allow the host
5188         to provide it's own platform check definition.
5189         (mono_security_core_clr_determine_platform_image): Detect if an 
5190         image is platform code (using the specified callback).
5191         (mono_security_core_clr_is_platform_image): Return cached value 
5192         for platform code.
5194 2009-03-27  Zoltan Varga  <vargaz@gmail.com>
5196         * threads.c (mono_create_thread): New helper function to wrap CreateThread
5197         which has different parameter types for the 'tid' argument in windows and
5198         the io-layer.
5200         * appdomain.c attach.c threads.c: Use the new helper.
5202 2009-03-26 Rodrigo Kumpera  <rkumpera@novell.com>
5204         * metadata-verify.c: Verify valid table bits.
5206 2009-03-26 Rodrigo Kumpera  <rkumpera@novell.com>
5208         * metadata-verify.c (verify_metadata_header): Store size in the size field.
5210         * metadata-verify.c: Add initial table schema verification.
5212 2009-03-26  Zoltan Varga  <vargaz@gmail.com>
5214         * icall.c (ves_icall_get_parameter_info): Add a 'member' argument, used to
5215         obtain the refclass argument needed by mono_param_get_objects (). Fixes
5216         #488383.
5218         * reflection.c (mono_param_get_objects_internal): Add a 'refclass' argument.
5220         * appdomain.c (MONO_CORLIB_VERSION): Bump this.
5222 2009-03-26  Sebastien Pouliot  <sebastien@ximian.com>
5224         * security-core-clr.c: Add/update documentation
5226 2009-03-26  Zoltan Varga  <vargaz@gmail.com>
5228         * marshal.c (emit_marshal_object): Generate code to throw an exception
5229         instead of throwing it. Fixes #488670.
5231 2009-03-25  Sebastien Pouliot  <sebastien@ximian.com>
5233         * appdomain.c: Bump MONO_CORLIB_VERSION to 73.
5234         * icall.c (ves_icall_System_Delegate_CreateDelegate_internal): Add
5235         an extra 'throwOnBindFailure' parameter to the icall. Remove FIXME
5236         and add a call to mono_security_core_clr_ensure_delegate_creation
5237         to do the extra checks required by CoreCLR.
5238         * security-core-clr.c|h: Add function to check delegate creation,
5239         both in the binding and accessibility, under CoreCLR.
5241 2009-03-25  Sebastien Pouliot  <sebastien@ximian.com> 
5243         * reflection.c (mono_reflection_create_dynamic_method): when 
5244         coreclr is enabled make sure that every resolved object are
5245         checked (e.g. field and method access).
5246         * security-core-clr.c|h: Add function to check objects resolved
5247         when a dynamic method is created.
5249 2009-03-24 Rodrigo Kumpera  <rkumpera@novell.com>
5251         * metadata-verify.c: Cache directory rva translations.
5253         * metadata-verify.c: Add cli-header and streams verification.
5255 2009-03-24 Rodrigo Kumpera  <rkumpera@novell.com>
5257         * image.c (load_metadata_ptrs): We decode MonoImage::md_version_minor at
5258         the wrong offset (8 instead of 6).
5260 2009-03-23  Zoltan Varga  <vargaz@gmail.com>
5262         * marshal.c (mono_delegate_to_ftnptr): For delegates wrapping pinvoke
5263         methods, return the native function address itself. Fixes
5264         #487758.
5266 2009-03-23 Gonzalo Paniagua Javier <gonzalo@novell.com>
5268         * console-io.c: some of the values for control characters might not be
5269         present.
5271 2009-03-21  Sebastien Pouliot  <sebastien@ximian.com>
5273         * exception.c|h: Add helpers to create [Field|Method]AccessException
5274         * icall.c: Add required coreclr check calls for field reflection.
5275         Move the existing (method) check logic into security-core-clr.c
5276         * security-core-clr.c: Add functions to check if the access of a
5277         field or method is allowed when reflecting under coreclr. This is
5278         mostly done using a stack walk to find the "real" caller: i.e. the
5279         code that is calling the reflection
5281 2009-03-20  Zoltan Varga  <vargaz@gmail.com>
5283         * gc-internal.h: Change location of gc_wrapper.h
5285 2009-03-20  Sebastien Pouliot  <sebastien@ximian.com> 
5287         * class.c: Simplification to coreclr checks for overrides that
5288         makes it easier to set breakpoints.
5290 2009-03-20  Sebastien Pouliot  <sebastien@ximian.com>
5292         * security-core-clr.c|h: (mono_security_core_clr_class_level, 
5293         mono_security_core_clr_method_level): Avoid potential 
5294         MonoCustomAttrInfo allocation for transparent assemblies (e.g. 
5295         user/application code) and make it easier to set breakpoints
5297 2009-03-19 Rodrigo Kumpera  <rkumpera@novell.com>
5299         * metadata-verify.c: Reject cli header tables that mono don't handle.
5301 2009-03-19 Rodrigo Kumpera  <rkumpera@novell.com>
5303         * pedump.c: Fix CLI header dumping.
5305 2009-03-19 Rodrigo Kumpera  <rkumpera@novell.com>
5307         * metadata-verify.c: More CLI header verification.
5309 2009-03-19  Zoltan Varga  <vargaz@gmail.com>
5311         * locales.c (get_current_locale_name): Use g_malloc instead of malloc.
5313 2009-03-18 Rodrigo Kumpera  <rkumpera@novell.com>
5315         * metadata-verify.c: Initial verification of the CLI header.
5317 2009-03-18 Rodrigo Kumpera  <rkumpera@novell.com>
5319         * metadata-verify.c (verify_resources_table): Fix verification of zero
5320         sized resource section and id entries count.
5322 2009-03-18  Zoltan Varga  <vargaz@gmail.com>
5324         * icall.c: Handle user types in many Type icalls. Fixes #486303.
5326 2009-03-17  Jb Evain  <jbevain@novell.com>
5328         * profiler.c: call mono_gc_base_init from mono_profiler_load.
5330 2009-03-17  Zoltan Varga  <vargaz@gmail.com>
5332         * sgen-gc.c (mono_gc_make_descr_for_object): Fix 64 bit support.
5333         (mono_gc_make_descr_for_array): Ditto.
5335 2009-03-17  Sebastien Pouliot  <sebastien@ximian.com>
5337         * verify.c (mono_verifier_is_class_full_trust): Add support for
5338         CoreCLR security mode where trusted assemblies are defined as
5339         "platform code".
5341 2009-03-16 Rodrigo Kumpera  <rkumpera@novell.com>
5343         * metadata-verify.c: Add minimal PECOFF resource verification.
5345 2009-03-16 Rodrigo Kumpera  <rkumpera@novell.com>
5347         * metadata-verify.c: Be less restrictive with some coff fields.
5349 2009-03-16 Rodrigo Kumpera  <rkumpera@novell.com>
5351         * verify.c (init_stack_with_value_at_exception_boundary): Init generic
5352         params as boxed values on stack. Fixes #485706.
5354 2009-03-16 Gonzalo Paniagua Javier <gonzalo@novell.com>
5356         * console-io.c: the termios values may vary in different flavors of unix.
5358 2009-03-16 Gonzalo Paniagua Javier <gonzalo@novell.com>
5360         * console-io.[ch]: return the entire set of control characters when
5361         initializing the terminal.
5362         * appdomain.c: bump corlib version.
5364 Mon Mar 16 11:11:26 CET 2009 Paolo Molaro <lupus@ximian.com>
5366         * mono-perfcounters.c: added support for in-process custom
5367         performance counters.
5369 2009-03-13 Rodrigo Kumpera  <rkumpera@novell.com>
5371         * metadata-verify.c: Small cleanup and add comment for IAT directory entry. 
5373 2009-03-13 Rodrigo Kumpera  <rkumpera@novell.com>
5375         * metadata-verify.c: Verify the data pointed by the import table. 
5377 2009-03-13 Rodrigo Kumpera  <rkumpera@novell.com>
5379         * metadata-verify.c (load_data_directories): Store data
5380         directory contents.
5382         * metadata-verify.c: Verify the import table. 
5384 2009-03-12 Rodrigo Kumpera  <rkumpera@novell.com>
5386         * metadata-verify.c: Verify data directories.
5388 2009-03-12 Rodrigo Kumpera  <rkumpera@novell.com>
5390         * metadata-verify.c: Check section header flags.
5392 2009-03-12 Gonzalo Paniagua Javier <gonzalo@novell.com>
5394         * appdomain.c: if the assembly name is a shadow-copied file, return
5395         TRUE from mono_is_shadow_copy_enabled but don't actually do anything
5396         in mono_make_shadow_copy.
5397         * icall.c: if the assembly name is a shadow-copied file, replace it
5398         with the original assembly path.
5400         Bug #484244 fixed. NUnit tests for corlib can be run without
5401         --noshadow now.
5403 2009-03-12  Zoltan Varga  <vargaz@gmail.com>
5405         * sgen-gc.c (add_to_global_remset): Fix the handling of root global remset
5406         entries when the table is reallocated.
5408         * icall.c: Allocate the memory used by the mono_ptr_array macros using
5409         mono_gc_alloc_fixed () since it contains GC refs.
5411 2009-03-10  Zoltan Varga  <vargaz@gmail.com>
5413         * reflection.c (ensure_complete_type): New helper function to call
5414         type resolve handlers for unfinished dynamic types.
5415         (resolve_object): Call it for MonoClassFields. Fixes #483852.
5417 2009-03-09  Zoltan Varga  <vargaz@gmail.com>
5419         * reflection.c (mono_custom_attrs_has_attr): Handle interfaces. Fixes
5420         #483247.
5422 2009-03-08 Rodrigo Kumpera  <rkumpera@novell.com>
5424         * appdomain.c (get_shadow_assembly_location): Fix memleak.
5426 2009-03-08  Zoltan Varga  <vargaz@gmail.com>
5428         * domain-internals.h (struct _MonoDomain): Add new hash tables mapping
5429         between GCHandles of type WeakTrackResurrection and the objects they
5430         point to.
5432         * gc.c: Partly implement the sematics of GCHandles of type 
5433         WeakTrackResurrection: these handles should only be cleared after the
5434         finalizer of the object they are pointing to has ran.
5436 2009-03-06  Mark Probst  <mark.probst@gmail.com>
5438         * icall.c: Partially revert r126631 because using the jump
5439         trampolines for generic shared methods makes it superfluous.
5441 2009-03-06  Zoltan Varga  <vargaz@gmail.com>
5443         * threads.c (handle_store): Create the 'threads' hash table with the proper
5444         MONO_HASH_VALUE_GC type.
5446 2009-03-05  Zoltan Varga  <vargaz@gmail.com>
5448         * domain-internals.h (struct _MonoDomain): Move 'typeof_void' before
5449         FIRST_GC_TRACKED.
5451         * domain.c (mono_domain_create): Register the fields between FIRST_GC_TRACKED
5452         and LAST_GC_TRACKED as a GC root.
5454         * gc-internal.h: Fix the comment of mono_gc_alloc_fixed.
5456         * object.c (mono_class_create_runtime_vtable): Create a GC descriptor for
5457         the static data even if it consists of 1 reference.
5459         * boehm-gc.c (mono_gc_alloc_fixed): Allocate using GC_MALLOC_EXPLICITLY_TYPED
5460         if there is a GC descriptor.
5462         * reflection.c (ALLOC_REFENTRY): Allocate ReflectedEntry-es using malloc
5463         instead of through the GC since they contain no object references.
5465 2009-03-05  Mark Probst  <mark.probst@gmail.com>
5467         * generic-sharing.c (instantiate_other_info): Always return a jump
5468         trampoline for method code.
5470 2009-03-05  Marek Habersack  <mhabersack@novell.com>
5472         * culture-info-tables.h: generated to include the en-tt culture.
5474 2009-03-04 Rodrigo Kumpera  <rkumpera@novell.com>
5476         * domain-internals.h (MonoDomain): Add two fields to cache invoke wrappers to
5477         capture the thread context.
5479         * object.c (mono_async_result_new): Cache the invoke wrappers to
5480         ExecutionContext::Capture.
5482 2009-03-04 Rodrigo Kumpera  <rkumpera@novell.com>
5484         * marshal.h: Add a prototype for what mono_compile_method returns
5485         for invoke wrappers.
5487         * gc.c: Use the new prototype declaration.
5489 2009-03-04  Geoff Norton  <gnorton@novell.com>
5491         * boehm-gc.c: Add some MONO_LOG tracing for the GC
5492         * gc-internal.h:
5493         * mono-gc.h: Expose mono_gc_invoke_finalizers in the embedding api.
5495 2009-03-04  Martin Baulig  <martin@ximian.com>
5497         * mono-debug.h
5498         (mono_debugger_runtime_invoke): Removed.
5500         * mono-debug-debugger.c
5501         (mono_runtime_invoke): Moved into ../mini/debug-mini.c.
5503 2009-03-02  Martin Baulig  <martin@ximian.com>
5505         * mono-debug.h
5506         (mono_debugger_unhandled_exception): Removed.
5507         (mono_debugger_handle_exception): Removed.
5508         (mono_debugger_throw_exception): Removed.
5510         * mono-debug.c
5511         (mono_debug_debugger_version): Bump to 5.
5513         * mono-debug-debugger.c: Moved the exception handling code to
5514         ../mini/debug-mini.c
5516 2009-03-03  Zoltan Varga  <vargaz@gmail.com>
5518         * domain-internals.h (struct _MonoDomain): Add a separate lock for the
5519         finalize_objects_hash.
5521         * gc.c: Use the separate lock to access the finalize_objects_hash field.
5522         
5523         * domain-internals.h (struct _MonoDomain): Add finalize_runtime_invoke
5524         field.
5526         * metadata-internals.h (struct _MonoImage): Add runtime_invoke_vcall_cache
5527         cache.
5529         * image.c (mono_image_close): Free it.
5530         
5531         * marshal.c (mono_marshal_get_runtime_invoke): Add a 'virtual' argument
5532         allowing a creation of a wrapper which invokes its method using a CALLVIRT
5533         on the this argument.
5535         * gc.c (run_finalize): Optimize the calling of the finalizers.
5537 2009-03-03  Martin Baulig  <martin@ximian.com>
5539         * mono-debug.h (MONO_DEBUGGER_MAJOR_VERSION): Bump to 81 because
5540         of the `MonoGenericInst' changes.
5542 2009-03-03 Rodrigo Kumpera  <rkumpera@novell.com>
5544         * icall.c (ves_icall_MonoType_GetGenericArguments): Use
5545         mono_array_class_get_cached to reduce locking contention. Extract
5546         a domain var.
5548         * icall.c (ves_icall_Type_GetFields_internal): Avoid allocating
5549         intermediary managed arrays. Use caching version of mono_array_new
5550         to allocate the result array.
5552         * icall.c (ves_icall_Type_GetEvents_internal): Same.    
5554         * icall.c (ves_icall_Type_GetNestedTypes): Same.        
5556         * locales.c (create_names_array_idx):  Use mono_array_new_cached
5557         to reduce locking contention.
5559 2009-03-03  Zoltan Varga  <vargaz@gmail.com>
5560                 
5561         * object.c (mono_method_add_generic_virtual_invocation): Put back the
5562         thunk builder code for the non-interface case.
5564 2009-03-02  Zoltan Varga  <vargaz@gmail.com>
5566         * object.c (get_generic_virtual_entries): New helper function to collect
5567         the virtual generic method instances which need to be added to an IMT
5568         thunk.
5569         (mono_method_add_generic_virtual_invocation): Add a 'vtable' argument.
5570         Instead of creating a new IMT thunk, reset the vtable slot to the
5571         trampoline, the thunk will be created the next time the trampoline is called.
5572         (build_imt_slots): Add support for virtual generic methods in interfaces by
5573         adding to the IMT thunk all the methods registered using 
5574         mono_method_add_generic_virtual_invocation ().
5576         * object-internals.h (_MonoImtBuilderEntry): Add a 'has_target_code' field.
5577         (struct _MonoIMTCheckItem): Ditto.
5579         * object.c (mono_method_add_generic_virtual_invocation): Take a
5580         MonoMethod argument instead of a MonoGenericInst. Fix the construction of
5581         the IMT thunk to include all items.
5582         
5583         * object.c (mono_class_create_runtime_vtable): Add a missing
5584         mono_loader_unlock ().
5586 2009-03-02 Rodrigo Kumpera  <rkumpera@novell.com>
5588         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
5590         * object-internals.h (MonoReflectionEvent): Add cached_add_event.
5592 2009-03-02 Rodrigo Kumpera  <rkumpera@novell.com>
5594         * object-internals.h: Rename _MonoReflectionEvent to
5595         MonoReflectionMonoEvent so it reflects the right managed type.
5596         Add a MonoReflectionEvent that correctly represents System.EventInfo.
5598         * icall.c:
5599         * reflection.c: Adjust code to use the new MonoReflectionMonoEvent
5600         type.
5602 2009-03-02 Rodrigo Kumpera  <rkumpera@novell.com>
5604         * icall.c (ves_icall_Type_GetMethodsByName): Avoid allocating
5605         intermediary managed arrays. Use caching version of mono_array_new
5606         to allocate the result array.
5608 2009-03-01 Rodrigo Kumpera  <rkumpera@novell.com>
5610         * reflection.c: Use cached version of mono_array_new alongside
5611         the mono_reflection_get_custom_attrs_by_type call path.
5613 2009-03-01 Rodrigo Kumpera  <rkumpera@novell.com>
5615         * icall.c (ves_icall_Type_GetInterfaces): Avoid allocating
5616         intermediary managed arrays. Use caching version of mono_array_new
5617         to allocate the result array.
5619         * icall.c (ves_icall_Type_GetConstructors_internal): Same.
5621 2009-03-01 Rodrigo Kumpera  <rkumpera@novell.com>
5623         * icall.c: Add small implementation of a growable stack bound array.
5625         * icall.c (ves_icall_System_Enum_get_hashcode): Fix warning.
5627         * icall.c (ves_icall_Type_GetPropertiesByName): Avoid allocating
5628         intermediary managed arrays. Use caching version of mono_array_new
5629         to allocate the result array.
5631 2009-02-27 Rodrigo Kumpera  <rkumpera@novell.com>
5633         * icall.c: New icall ves_icall_System_Enum_compare_value_to that
5634         helps Enum::CompareTo to be implemented without reboxing all enums
5635         to their underlying type.
5636 2009-02-27  Zoltan Varga  <vargaz@gmail.com>
5638         * domain.c (SET_APPDOMAIN): Avoid calling TlsSetValue () on some platforms,
5639         since it acquires a global lock leading to scalability problems.
5641         * profiler.c: Make the stat profiler work with multiple appdomains, this
5642         currently only works when no appdomains are unloaded.
5644 2009-02-26 Gonzalo Paniagua Javier <gonzalo@novell.com>
5646         * appdomain.c: make the check to avoid copying when the assembly is
5647         already shadow copied actually work.
5649 2009-02-26  Zoltan Varga  <vargaz@gmail.com>
5651         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
5653         * object-internals.h (struct _MonoReflectionGenericClass): Sync with
5654         changes to the managed side.
5656 2009-02-25  Zoltan Varga  <vargaz@gmail.com>
5658         * metadata-internals.h (struct _MonoImage): Add a new cache for szarray
5659         classes + a separate lock for it, as it is used frequently at runtime, not
5660         just during metadata loading/JIT compilation.
5662         * class.c (mono_bounded_array_class_get): Use the separate cache + lock
5663         for szarrays.
5664         
5665         * object-internals.h (mono_class_from_name_cached): New macro to cache
5666         the results of the lookup locally without having to declare a static
5667         variable to hold it.
5668         (mono_class_get_field_from_name_cached): Ditto.
5669         (mono_array_class_get_cached): Ditto.
5671         * threadpool.c threads.c locales.c icall.c reflection.c socket-io.c: Use
5672         the new macros.
5673         
5674         * object.c (mono_get_delegate_invoke): Call setup_methods () to avoid the
5675         slower search in metadata.
5677         * pedump.c: Fix a warning.
5679 2009-02-23  Zoltan Varga  <vargaz@gmail.com>
5681         * reflection.c (encode_locals): Add checks for user types.
5682         (method_encode_clauses): Ditto.
5683         (method_encode_code): Ditto.
5684         (mono_image_create_token): Ditto.
5686         * object-internals.h: Change the type of more fields from MonoReflectionType*
5687         to MonoObject*.
5689 2009-02-22  Zoltan Varga  <vargaz@gmail.com>
5691         * threads.c (mono_thread_suspend_all_other_threads): Handle the case when
5692         the a thread does not suspend within 100ms.
5694         * monitor.c (mono_monitor_try_enter_internal): Handle SuspendRequested
5695         in addition to StopRequested as well.
5697         * mono-debug.c: Call _mono_debug_get_image () while holding the debug lock.
5699         * debug-mono-symfile.c (mono_debug_symfile_lookup_method): Actually
5700         search the method_hash before inserting a new entry, to avoid crashes when
5701         the same method is inserted multiple times, causing the old 
5702         MonoDebugMethodInfo structure to be freed by the value dtor function.
5704 2009-02-22 Gonzalo Paniagua Javier <gonzalo@novell.com>
5706         * socket-io.c: support SO_MAXCONN, SO_USELOOPBACK and
5707         SO_EXLUSIVEADDRUSE where available.
5709 2009-02-21  Zoltan Varga  <vargaz@gmail.com>
5711         * marshal.c (mono_marshal_get_runtime_invoke): Fix _another_ bug sharing
5712         runtime invoke wrappers, this time it is string ctor wrappers, which
5713         pass a dummy string as 'this' instead of their obj argument. Fixes
5714         #478473.
5716 2009-02-21  Jb Evain  <jbevain@novell.com>
5718         * icall.c (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies):
5719         only get create_culture once.
5721 2009-02-20  Zoltan Varga  <vargaz@gmail.com>
5723         * reflection.c (mono_reflection_setup_internal_class): Move the user type
5724         check before the locking.
5725         
5726         * reflection.c (mono_reflection_setup_internal_class): Check for user types.
5727         (mono_reflection_create_runtime_class): Ditto.
5728         (mono_reflection_sighelper_get_signature_local): Ditto.
5729         (mono_reflection_sighelper_get_signature_field): Ditto.
5731         * object-internals.h (CHECK_MONOTYPE): New macro to check that a Type object
5732         is a System.MonoType object or similar.
5733         (monotype_cast): New helper function to cast a MonoObject to a 
5734         MonoReflectionType object.
5736         * object-internals.h: Change MonoReflectionType* members in structures to
5737         MonoObject* members to force the usage of the monotype_cast () function.
5739         * reflection.c icall.c: Use monotype_cast () for accessing Type members of
5740         structures/arrays. This causes us to assert instead of crashing when 
5741         instances of user defined subclasses of System.Type are encountered.
5743 2009-02-20 Gonzalo Paniagua Javier <gonzalo@novell.com>
5745         * cil-coff.h:
5746         * icall-def.h:
5747         * icall.c: add new GetUnmanagedResourcePtr that returns a pointer to a
5748         win32 resource loaded from a PE file.
5750         * image.c: fix mono_image_lookup_resource.
5752 2009-02-20 Gonzalo Paniagua Javier <gonzalo@novell.com>
5754         * icall-def.h:
5755         * threads-types.h:
5756         * threads.c: added internal call for WaitHandle.SignalAndWait.
5758 2009-02-19  Bill Holmes  <billholmes54@gmail.com>
5760         * cominterop.c : Adding cominterop_type_from_handle and 
5761           registering it as an icall.  Replacing all references
5762           to type_from_handle.
5764         Code is contributed under MIT/X11 license.
5766 2009-02-19 Rodrigo Kumpera  <rkumpera@novell.com>
5768         * Makefile.am: Add lock-tracer.h and lock-trace.c.
5770         * appdomain.c: Call the tracer init function.
5772         * domain-internals.h: Enable the tracer for the domain locks.
5774         * image.c: Enable the tracer for image locks.
5776         * loader.c: Enable the trace for the loader lock.
5778         * lock-tracer.h:
5779         * lock-tracer.c: Initial implementation of the lock trace utility.
5780         The tracer requires a compile time define to be enabled and a env var
5781         to be enabled at runtime.
5783 2009-02-19 Rodrigo Kumpera  <rkumpera@novell.com>
5785         * domain.c (mono_domain_code_foreach): Improve documentation.
5787 2009-02-19 Rodrigo Kumpera  <rkumpera@novell.com>
5789         * appdomain.c:
5790         * generic-sharing.c:
5791         * object.c:
5792         * reflection.c:  Adjust locking order to the new semantics where the loader lock
5793         comes first.
5795 2009-02-18 Rodrigo Kumpera  <rkumpera@novell.com>
5797         * domain.c: Add mono_domain_code_* functions that perform locking
5798         around the domain codeman.
5800         * domain-internals.h: Export those functions.
5802         * object.c: Use new functions instead of acquiring the domain lock.
5804 2009-02-19  Zoltan Varga  <vargaz@gmail.com>
5806         * marshal.c (mono_ftnptr_to_delegate): Convert a NULL ftnptr to a null
5807         delegate. Fixes #477396.
5809 2009-02-18  Zoltan Varga  <vargaz@gmail.com>
5811         * reflection.c (create_custom_attr): Get rid of alloca.
5813 2009-02-18  Bill Holmes  <billholmes54@gmail.com>
5815         * cominterop.c (cominterop_get_managed_wrapper_adjusted) :
5816           Adding exception handling for all CCW calls.
5818         Code is contributed under MIT/X11 license.
5820 2009-02-18  Zoltan Varga  <vargaz@gmail.com>
5822         * reflection.c (mono_reflection_init): Remove the unused reflection mutex.
5824         * marshal.c (emit_marshal_boolean): Add null checks to the new 
5825         native->managed marshalling code. Fixes #476247.
5827 2009-02-17  Zoltan Varga  <vargaz@gmail.com>
5829         * class.c (mono_class_get_vtable_entry): Move the addition of
5830         static rgctx invoke wrappers for vtable methods here, this simplifies
5831         a lot of code and causes fewer rgctx wrappers to be created.
5833         * marshal.c (mono_marshal_get_static_rgctx_invoke): Change the
5834         name of the statistics to begin with an uppercase.
5836 2009-02-17 Rodrigo Kumpera  <rkumpera@novell.com>
5838         * reflection.c: Revert previous change as it breaks the build.
5839         
5840 2009-02-17 Rodrigo Kumpera  <rkumpera@novell.com>
5842         * verify.c: Properly handle SZARRAY element type.
5844         Fixes #474271.
5846 2009-02-17 Rodrigo Kumpera  <rkumpera@novell.com>
5848         * reflection.c (mono_image_create_method_token): Correctly encode
5849         MethodDef MemberRefParent token.
5851         Fixes #472845.
5853 2009-02-17  Zoltan Varga  <vargaz@gmail.com>
5855         * image.c (mono_image_close): Delete the critical section before
5856         freeing the memory holding it.
5858 2009-02-16 Rodrigo Kumpera  <rkumpera@novell.com>
5860         * verify.c (mono_method_verify): rethrow opcode doesn not fall through.
5861         Fixes #476257.
5863 2009-02-16 Rodrigo Kumpera  <rkumpera@novell.com>
5865         * pedump.c (main): Call mono_marshal_init so pedump
5866         doesn't crash.
5868 2009-02-16 Rodrigo Kumpera  <rkumpera@novell.com>
5870         * loader.c (method_from_memberref): Properly fix #474271 and
5871         don't break the runtime bad.
5873 2009-02-16  Zoltan Varga  <vargaz@gmail.com>
5875         * domain.c (mono_domain_alloc): Add locking so the caller doesn't have to.
5876         (mono_domain_alloc0): Ditto.
5878 2009-02-16 Rodrigo Kumpera  <rkumpera@novell.com>
5880         * loader.c (method_from_memberref): Don't abort if the array
5881         method is not found. A regular loader failure is more informative
5882         and correct.
5884         Fixes #474271.
5886 2009-02-16 Rodrigo Kumpera  <rkumpera@novell.com>
5888         *loader.c: Guard MonoImage::method_cache/methodref_cache
5889         using the image lock instead of the loader lock.
5891         * metadata.h: Add comments about which fields are protected by
5892         the image lock.
5894 2009-02-16  Zoltan Varga  <vargaz@gmail.com>
5896         * appdomain.c (mono_set_private_bin_path_from_config): Fix a warning.
5898         * generic-sharing.c (mono_method_construct_object_context): Remove the
5899         wrapper_type == NONE assert, it is not needed.
5901 2009-02-15  Zoltan Varga  <vargaz@gmail.com>
5903         * reflection.c (clear_cached_object): New helper function.
5904         (mono_method_clear_object): New function to clear the cached reflection
5905         objects for a dynamic method.
5907         * object.c (mono_runtime_free_method): Call mono_method_clear_object ().
5908         Partly fixes # 463323.
5909         
5910 2009-02-14 Rodrigo Kumpera  <rkumpera@novell.com>
5912         * class.c:
5913         * loader.c:
5914         * reflection.c: Remove all explicit uses of MonoImage::property_hash.
5916 2009-02-14 Rodrigo Kumpera  <rkumpera@novell.com>
5918         * image.c: Add mono_image_property_(lookup,insert,remove) functions that
5919         take the image lock instead of the loader lock.
5921         * metadata-internals.h: Export new functions.
5923 2009-02-12  Miguel de Icaza  <miguel@novell.com>
5925         * domain.c (app_config_parse): Remove another use of stat that is
5926         not necessary as g_file_get_contents already does the presence
5927         check. 
5929 2009-02-13  Zoltan Varga  <vargaz@gmail.com>
5931         * cominterop.c icall-def.h: Fix the DISABLE_COM build.
5933         * marshal.c: Move the bstr handling code to cominterop.c.
5935         * marshal.c: Remove some COM interop code missed previously.
5937 2009-02-12  Miguel de Icaza  <miguel@novell.com>
5939         More Paolo patches from the Wii port:
5940         
5941         * security.c: Remove ves_icall_System_Environment_get_UserName
5942         from here.
5944         * icall.c: And put ves_icall_System_Environment_get_UserName
5945         here. 
5947         * appdomain.c (mono_set_private_bin_path_from_config): Remove
5948         redundant call to stat that was only used to test for the file
5949         existence.   Patch from Paolo.
5951         * gc.c (run_finalize): If COM is disabled, do not link in
5952         mono_marshal_free_ccw.
5954         * generic-sharing.c: Use alloca.h here as well.
5956 2009-02-13 Rodrigo Kumpera  <rkumpera@novell.com>
5958         * reflection.c (mono_reflection_lookup_dynamic_token): Do the locking properly.
5960 2009-02-13  Zoltan Varga  <vargaz@gmail.com>
5962         * cominterop.c cominterop.h: New files.
5964         * marshal.c: Move the COM interop related code to cominterop.c. Make a few
5965         function/typedefs which are needed by cominterop.c global.
5967 2009-02-12  Mark Probst  <mark.probst@gmail.com>
5969         * generic-sharing.c: Don't take the loader lock to guard image
5970         mempool allocs.
5972 2009-02-12 Rodrigo Kumpera  <rkumpera@novell.com>
5974         * reflection.c (mono_reflection_lookup_dynamic_token): This function might be
5975         called without the loader lock which is required to guard MonoImage:tokens.
5977 2009-02-12 Rodrigo Kumpera  <rkumpera@novell.com>
5979         * class.c:
5980         * metadata.c:
5981         * method-builder.c:
5982         * marshal.c:
5983         * reflection.c: Don't take the loader lock to alloc memory from the image mempool.
5985 2009-02-12 Rodrigo Kumpera  <rkumpera@novell.com>
5987         * metadata.c: Remove mono_image_alloc_lock and mono_image_alloc0_lock.
5988         Rework the code to use regular mono_image_alloc/0.
5990         * loader.c: Rework the code to use regular mono_image_alloc/0.
5992         * metadata-internals.h: Remove mono_image_alloc_lock and mono_image_alloc0_lock.
5994 2009-02-12  Bill Holmes  <billholmes54@gmail.com>
5996         * object-internals.h : Fixing a typo in the 
5997           MonoReflectionComVisibleAttribute struct.
5999         * marshal.c (cominterop_com_visible): Check the implemented 
6000           interfaces for ComImport.
6002         * marshal.c (cominterop_get_native_wrapper_adjusted): For COM calls 
6003           assume that bools should be treated as VARIANTBOOLs.
6005         * marshal.c (emit_marshal_boolean): Adding cases for 
6006           MARSHAL_ACTION_MANAGED_CONV_IN and MARSHAL_ACTION_MANAGED_CONV_OUT.
6008         * marshal.c (mono_marshal_emit_managed_wrapper): Adding calls to 
6009           emit_marshal MARSHAL_ACTION_MANAGED_CONV_IN and OUT for bools.
6011         * marshal.c (cominterop_get_ccw): For COM calls assume that bools
6012           should be treated as VARIANTBOOLs.    
6014         Code is contributed under MIT/X11 license.
6016 2009-02-12 Rodrigo Kumpera  <rkumpera@novell.com>
6018         * image.c (mono_image_alloc, mono_image_alloc0, mono_image_strdup): Guard mempool
6019         allocation with the image lock.
6021 2009-02-12 Rodrigo Kumpera  <rkumpera@novell.com>
6023         This patch is the last of a series to remove explicit reference of MonoImage::mempool
6024         and use mono_image_alloc set of functions instead. This time we finish with reflection.c
6026         * object.c: Add mono_string_to_utf8_image.
6028         * object-internals.h: Export mono_string_to_utf8_image.
6030         * reflection.c: Rework all explicit references to the the image mempool to go thought
6031         the mono_image_alloc set of functions.
6033 2009-02-12 Rodrigo Kumpera  <rkumpera@novell.com>
6035         This patch is the third of a series to remove explicit reference of MonoImage::mempool
6036         and use mono_image_alloc set of functions instead. This time we finish with marshal.c
6037         and generics-sharing.c.
6039         * generics-sharing.c (set_other_info_templates): Take a MonoImage instead of a MonoMemPool
6040         as first argument. Note that this function remains broken as it doesn't perform locking around the
6041         mempool allocation.
6043         * generics-sharing.c (rgctx_template_set_other_slot): Pass the image and not the mempool.
6045         * image.c: Add g_slist_append_image.
6047         * metadata.c (mono_metadata_field_info_with_mempool): Remove the mempool argument and use
6048         the supplied image for allocation. Move code into mono_metadata_field_info_full.
6050         * metadata.c (mono_metadata_parse_marshal_spec_full): Take a MonoImage instead of a MonoMemPool.
6051         Fix all related code to do the same.
6053         * marshal.c (mono_marshal_load_type_info): Pass the image instead of the mempool.
6055         * metadata-internals.h: Fix the signatures.
6057 2009-02-12 Rodrigo Kumpera  <rkumpera@novell.com>
6059         This patch is the second of a series to remove explicit reference of MonoImage::mempool
6060         and use mono_image_alloc set of functions instead. This time we rework mono_metadata_type_dup
6061         and similar to work using MonoImage.
6063         * class.c (mono_mempool_dup): Rename to mono_image_memdup and take a MonoImage instead of a
6064         MonoMemPool.
6066         * class.c (mono_dup_array_type): Take a MonoImage instead of a MonoMemPool as first argument.
6068         * class.c (mono_metadata_signature_deep_dup): Same.
6070         * class.c (inflate_generic_type): Same.
6072         * class.c (mono_class_inflate_generic_type_with_mempool): Same.
6074         * metadata.c (mono_metadata_signature_dup_full): Same.
6076         * metadata.c: Add mono_metadata_signature_dup_mempool and extract common functionality from 
6077         mono_metadata_signature_dup_full.
6079         * metadata.c (mono_metadata_type_dup): Same.
6081         * marshal.c: Pass the image to calls to mono_metadata_type_dup.
6083         * reflection.c: Same.
6085         * generic-sharing.c: Pass the image to calls to mono_class_inflate_generic_type_with_mempool.
6087         * metadata-internals.h: Fix the signatures.
6089         * class-internals.h: Same.
6091 2009-02-11 Rodrigo Kumpera  <rkumpera@novell.com>
6093         This patch is the first of a series to remove explicit reference of MonoImage::mempool
6094         and use mono_image_alloc set of functions instead. 
6096         * class.c (mono_class_inflate_generic_type_with_mempool_no_copy):
6097         Rename to mono_class_inflate_generic_type_no_copy and take a MonoImage instead
6098         of a MonoMemPool.
6100         * class.c (mono_class_setup_fields): Adapt to mono_class_inflate_generic_type_no_copy.
6102         * class.c (g_list_prepend_mempool): Removed.
6104         * class.c (mono_class_get_nested_types): Use g_list_prepend_image instead of g_list_prepend_mempool.
6106         * image.c: Add g_list_prepend_image.
6108         * metadata-internals.h (struct MonoImage): Fix comment. Export g_list_prepend_image as internal.
6110         * reflection.c (mono_reflection_create_runtime_class): Use g_list_prepend_image instead of g_list_prepend_mempool.
6113 2009-02-11 Rodrigo Kumpera  <rkumpera@novell.com>
6115         * metadata-internals.h (struct MonoImage): Add lock field. Export mono_image_lock and
6116         mono_image_unlock.
6118         * image.c (mono_image_init): Init the lock field.
6120         * image.c (mono_image_init): Cleanup the lock field.
6122         * image.c: Add mono_image_(un)lock functions.
6124 2009-02-11  Mark Probst  <mark.probst@gmail.com>
6126         * class.c, class-internals.h: mono_method_get_context_general()
6127         combines the functionality of mono_method_get_context() and
6128         mini_method_get_context().
6130         * generic-sharing.c, domain-internals.h:
6131         mono_method_construct_object_context() and
6132         mono_domain_lookup_shared_generic() moved from mini.
6134         * icall.c (ves_icall_InternalInvoke): Handle the case where the
6135         method doesn't have the correct instantiation because it's shared
6136         generic code.  Fixes #473999.
6138 2009-02-11  Zoltan Varga  <vargaz@gmail.com>
6140         * loader.c (mono_method_get_wrapper_data): Handle inflated methods as well.
6142         * loader.c (mono_loader_lock): Add a comment pointing to the locking document.
6143         
6144 2009-02-11 Rodrigo Kumpera  <rkumpera@novell.com>
6146         * metadata.c: Make mono_image_alloc_lock and mono_image_alloc0_lock non static.
6148         * metadata-internals.h: Export mono_image_alloc_lock and mono_image_alloc0_lock.
6150         * loader.c (mono_get_method_full): Drop the loader lock while constructing the method
6151         and recheck the cache for dups after it.
6153         * loader.c (mono_get_method_from_token): Use _lock version of mono_image_alloc0.
6155         Fixes one of the deadlocks found in #473150.
6157 2009-02-11  Bill Holmes  <billholmes54@gmail.com>
6159         * socket-io.c (ves_icall_System_Net_Sockets_Socket_Accept_internal):
6160           For Win32, add additional break conditions for accept.
6162         Code is contributed under MIT/X11 license.
6164 2009-02-10  Zoltan Varga  <vargaz@gmail.com>
6166         * marshal.c (mono_marshal_get_native_func_wrapper): Use get_cache to
6167         lazily initialize the native wrapper cache.
6168         (mono_marshal_get_native_wrapper): Put aot-ed native wrappers into a separate
6169         cache, since they are different from the normal wrappers.
6171         * image.c (mono_image_init): Initialize native_wrapper_cache lazily as well.
6173         * metadata-internals.h (struct _MonoImage): Add a new wrapper for
6174         AOT compiled native wrappers.
6176 2009-02-09  Geoff Norton  <gnorton@novell.com>
6178         * appdomain.h:
6179         * security-core-clr.c: Allow enabling core-clr from the embedding
6180         API.
6182 2009-02-07 Gonzalo Paniagua Javier <gonzalo@novell.com>
6184         * socket-io.c: when requesting all the local ips, if there are no
6185         interfaces up and running, MS returns 127.0.0.1.
6187 2009-02-07 Gonzalo Paniagua Javier <gonzalo@novell.com>
6189         * mono-perfcounters-def.h: processor time is an inverse time.
6190         Fixes bug #468625.
6192 2009-02-07 Gonzalo Paniagua Javier <gonzalo@novell.com>
6194         * socket-io.c: an empty host name returns the list of local IPs.
6195         Fixes bug #386637 part 1/2.
6197 2009-02-07  Zoltan Varga  <vargaz@gmail.com>
6199         * verify.c (mono_class_interface_implements_interface): Call
6200         mono_class_setup_interfaces ().
6201         (merge_stacks): Ditto.
6203 2009-02-06  Zoltan Varga  <vargaz@gmail.com>
6205         * class.c (mono_class_setup_interfaces): New function to lazily initalize
6206         klass->interfaces.
6207         (mono_generic_class_get_class): Don't initalize klass->interfaces.
6208         (mono_generic_class_get_class): Ditto.
6210 2009-02-06  U-QUACK\miguel  <miguel@quack>
6212         * icall-defs.h: Include also the Encrypt/Decrypt string methods as
6213         they live in security.c
6215         * debug-mono-symfile.c (mono_debug_open_mono_symbols): Integrated
6216         another bit from Paolo's code.
6218 2009-02-06  Zoltan Varga  <vargaz@gmail.com>
6220         * object.c (build_imt_slots): Add a small optimization to avoid inflating
6221         methods which will be discarded by add_imt_builder_entry ().
6223         * marshal.c (get_runtime_invoke_type): Avoid sharing enum types since they
6224         need to be boxed.
6226         * loader.c: Add a statistics for the size of the memberref signature cache.
6227         
6228         * loader.c (find_cached_memberref_sig): New helper function.
6229         (cache_memberref_sig): Ditto.
6231         * loader.c: Cache the result of parsing memberref signatures, since otherwise
6232         they will be parsed again for every generic instantiation, leading to unbounded
6233         memory growth.
6235 2009-02-05  Zoltan Varga  <vargaz@gmail.com>
6237         * loader.c (mono_get_method_from_token): Avoid creating class for the generic
6238         parameters of generic methods.
6240         * class.c (mono_class_inflate_generic_method_full): Set is_mb_open again
6241         after the original method is copied to the inflated method.
6242         (mono_class_get_vtable_entry): Handle rgctx invoke wrappers more efficiently.
6244         * class-internals.h (struct _MonoMethodInflated): Move the is_mb_open
6245         field to MonoMethod since it only consumes 1 bit there, and 4/8 bytes here.
6247         * class.c metadata.c: Update after the changes above.
6249 2009-02-05 Rodrigo Kumpera  <rkumpera@novell.com>
6251         * metadata-verify.c: Simplified error handling and added
6252         section table validation.
6254 2009-02-05  Zoltan Varga  <vargaz@gmail.com>
6256         * class-internals.h (MonoClassExt): New structure containing rarely used
6257         fields of MonoClass.
6258         (struct _MonoClass): Move rarely used fields to MonoClassExt, accessed
6259         through a new 'ext' field.
6261         * class.c (mono_class_alloc_ext): New helper function to allocate 
6262         class->ext.
6264         * class.c metadata.c reflection.c: Update after MonoClass structure changes.
6266 2009-02-05  Mark Probst  <mark.probst@gmail.com>
6268         * object.c (mono_object_get_virtual_method): Properly inflate
6269         generic methods.  Fixes #472692.
6271 2009-02-05 Rodrigo Kumpera  <rkumpera@novell.com>
6273         * class.c (mono_class_create_from_typedef): The CLR supports SystemF
6274         recursive types such as List<T>:Cons<T,List<T>> so when doing the lookup
6275         for the parent type, the created type must be ready to be used on a generic
6276         instantiation.
6277         We fill this_arg/byval_arg if the parent is a generic instance to make sure
6278         we won't have duplicated entries in generic_inst_cache.
6280         Fixes #469553.
6282 2009-02-05  Miguel De Icaza  <miguel@novell.com>
6284         * threadpool.c (socket_io_add_poll): Remove the BSD6 define and
6285         replace with plain BSD per the comments on the bug MONO77637.
6287 2009-02-05  Zoltan Varga  <vargaz@gmail.com>
6289         * class.c (mono_class_get_generic_class): New accessor function.
6290         (mono_class_get_generic_container): Ditto.
6292         * class-internals.h (struct _MonoClass): Add 'is_generic' and 'is_inflated'
6293         fields, similar to the ones in MonoMethod.
6295         * class.c (mono_generic_class_get_class): Set klass->is_inflated.
6296         (mono_class_create_from_typedef): Set klass->is_generic if needed.
6298         * reflection.c (mono_reflection_create_generic_class): Set klass->is_generic.
6299         
6300         * class-internals.h (struct _MonoClass): Remove enum_basetype, it contains
6301         the same information as element_class->byval_arg.
6303         * class.c reflection.c: Remove references to class->byval_arg.
6305         * class.c marshal.c: Use mono_class_enum_basetype () instead of accessing 
6306         klass->enum_basetype directly.
6308         * verify.c metadata.c object.c icall.c reflection.c: Use 
6309         mono_class_enum_basetype () instead of accessing klass->enum_basetype 
6310         directly.
6312 2009-02-04  Miguel de Icaza  <miguel@novell.com>
6314         * icall-def.h: Remove internal calls for sockets when
6315         DISABLE_SOCKET is defined, file system writing features when the
6316         OS only support reading and not writing data and Policy support if
6317         the Policy is disabled.
6318         
6319         * image.c (do_mono_image_open): Apply Paolo's patches for using
6320         mono_file_map_ APIs here.
6322         * assembly.c: Add support for platforms to avoid prefix
6323         auto-detection. 
6325 2009-02-04  Zoltan Varga  <vargaz@gmail.com>
6327         * generic-sharing.c (mono_method_fill_runtime_generic_context): Fix a
6328         warning.
6330         * class.c (mono_class_inflate_generic_class): New helper function.
6332         * class.c: Use mono_class_inflate_generic_class in a few places. Add
6333         statistics for inflated methods/classes.
6335         * loader.c (inflate_generic_header): Use mono_class_inflate_generic_class.
6337         * icall.c (ves_icall_Type_GetMethodsByName): Optimize the case when
6338         the call is made from Delegate.CreateDelegate () for the invoke method of
6339         a delegate.
6341         * loader.c: Add a statistics for the memory occupied by inflated signatures.
6343         * metadata.c (mono_metadata_signature_size): New helper function.
6345         * class.c (mono_class_get_method_from_name_flags): Add an optimization for
6346         generic instances.
6348         * metadata.c (inflated_method_in_image): Avoid calling 
6349         mono_method_signature () if the method does not already have a signature.
6351 2009-02-03 Rodrigo Kumpera  <rkumpera@novell.com>
6353         * verify.c (is_compatible_boxed_valuetype): When checking if the boxed 
6354         valuetype is compatible with target type, check by inheritance as a
6355         VT is not really compatible with System.ValueType, for example.
6357         * verify.c (do_invoke_method): Improve error message.
6359         * verify.c (do_box_value): If boxing a nullable, use the type argument
6360         on stack instead.
6362         * verify.c (do_newobj): Improve error message.  
6364         Fixes #469549.
6366 2009-02-03  Miguel de Icaza  <miguel@novell.com>
6368         * appdomain.c: Add support for DISABLE_SOCKETS and DISABLE_SHADOW_COPY
6370 2009-02-03  Mark Probst  <mark.probst@gmail.com>
6372         * generic-sharing.c: Don't hold domain lock when calling
6373         instantiate_other_info().  Fixes #471958.
6375         * domain-internals.h, loader.c: Describe locking policy of domain
6376         lock vs loader lock.
6378 2009-02-03 Rodrigo Kumpera  <rkumpera@novell.com>
6380         * verify.c (mono_delegate_signature_equal): Make it possible to check
6381         first-arg-bound delegates to static method.
6383         * verify.c (verify_delegate_compatibility): Correctly verify delegates to
6384         static methods with the first arg bound.
6386         Fixes #469529.
6388 2009-02-03 Rodrigo Kumpera  <rkumpera@novell.com>
6390         * verify.c: Added stack_slot_full_name to provide decent and more meanfull
6391         errors.
6393         * verify.c (is_compatible_boxed_valuetype): Be less restrictive when not
6394         under strict mode. Any type, when boxed can be seen as a reference type.
6396         Fixes #469528.
6398 2009-02-03 Rodrigo Kumpera  <rkumpera@novell.com>
6400         * object.h: The lower bound of an array is a signed integer value.
6401         Introduce mono_array_lower_bound_t typedef. It should be used instead of
6402         gint32 as under MONO_BIG_ARRAYS it will be a gint64.
6404         * icall.c: Cast MonoArrayBounds::length to a signed value so correctly
6405         calculate the upper bound.
6406         
6407         Fixes #471252.
6409 2009-02-02  Miguel de Icaza  <miguel@novell.com>
6411         From Paolo's work, refactored, cleared up:
6412         
6413         * threadpool.c, icall.c: ifdef code that requires a working socket
6414         stack.
6416         * metadata.c (mono_metadata_field_info): Do not attempt to return
6417         a value from a function declared as void.
6419         * console-io.c: Use MONO_NULL_TTYDRIVER to remove the tty driver
6420         from the console stack.
6422         * assembly.c: use strrchr instead of rindex.
6424         * class.c, object.c, marshal.c, icall.c, reflection.c: include
6425         alloca.h on systems that have it.
6427         * environment.c: Avoid code that uses stuff from
6428         HAVE_SYS_UTSNAME_H
6429         
6430         * appdomain.c: Include sys/time.h.
6432         * console-io.c: include sys/ioctl.h if it is available.
6434 2009-02-03  Zoltan Varga  <vargaz@gmail.com>
6436         * method-builder.h (_MonoMethodBuilder): Add a 'skip_visibility' flag.
6438         * method-builder.c (mono_mb_create_method): Set method->skip_visibility from
6439         the method builder.
6441         * marshal.c: Set mb->skip_visibility instead of setting it on the method
6442         after it was created and cached, as the later is not thread safe.
6443         
6444 2009-02-02  Zoltan Varga  <vargaz@gmail.com>
6446         * mono-debug.c (mono_debug_print_stack_frame): Avoid crashes when this is
6447         called while the debugging module is not initialized. Fixes #471669.
6449 2009-02-02 Rodrigo Kumpera  <rkumpera@novell.com>
6451         * icall.c (type_from_name): Ignore reflection frames to find out the real caller.
6453         Fixes #471255.
6455 2009-02-02  Mark Probst  <mark.probst@gmail.com>
6457         * generic-sharing.c (lookup_or_register_other_info): Make sure the
6458         loader lock is not taken while the templates lock is held.  Fixes
6459         #471089.
6461 2009-02-02  Mark Probst  <mark.probst@gmail.com>
6463         * metadata.c (type_in_image): Added a check to fix a monodis
6464         crash.
6466 2009-02-02  Zoltan Varga  <vargaz@gmail.com>
6468         * marshal.c (mono_marshal_get_runtime_invoke): Add support for byref
6469         nullable arguments.
6471         * object.c (mono_runtime_invoke_array): Ditto.
6472         
6473         * marshal.c (mono_marshal_free_dynamic_wrappers): New function for
6474         freeing wrappers of dynamic methods.
6476         * loader.c (mono_free_method): Call it. Fixes #463323.
6477         
6478         * marshal.c (mono_marshal_get_runtime_invoke): Disable sharing for
6479         methods taking vtype/byref arguments, to fix yet another bug caused by
6480         the sharing of runtime invoke wrappers. Partly fixes #471259.
6482 2009-02-01  Zoltan Varga  <vargaz@gmail.com>
6484         * debug-mono-symfile.c (check_line): Return NULL instead of returning
6485         <first file in file table>:1 when the IL offset does not have an associated
6486         line number.
6488 2009-01-31  Zoltan Varga  <vargaz@gmail.com>
6490         * mono-debug.c (mono_debug_lookup_locals): New function to return local
6491         variable info for a method.
6493         * debug-mono-symfile.c (mono_debug_symfile_lookup_locals): Ditto.
6494         
6495 2009-01-30  Jb Evain  <jbevain@novell.com>
6497         * pedump.c: reuse code from monodis to make sure pedump honors
6498         MONO_PATH, which is needed to verify net_2_1 assemblies.
6500 2009-01-29  Zoltan Varga  <vargaz@gmail.com>
6502         * mono-debug.c (mono_debug_print_stack_frame): Print the IL offset even when
6503         there is no line number info.
6505 2009-01-29  Raja R Harinath  <harinath@hurrynot.org>
6507         Avoid some MonoType allocations
6508         * reflection.c (mono_reflection_initialize_generic_parameter):
6509         Reuse MonoType from param->pklass rather than allocating one.
6510         (mono_dynamic_image_free): Update to changes.
6512 2009-01-28  Raja R Harinath  <harinath@hurrynot.org>
6514         Rearrange some code to improve consistency
6515         * reflection.c (mono_reflection_setup_generic_class): Move body ...
6516         (mono_reflection_initialize_generic_parameter): ... here.
6518 2009-01-28  Zoltan Varga  <vargaz@gmail.com>
6520         * generic-sharing.c (has_constraints): Enable gshared for methods/classes
6521         with type constraints as an experiment.
6523         * boehm-gc.c (on_gc_notification): Update mono_stats.
6525 2009-01-28  Raja R Harinath  <harinath@hurrynot.org>
6527         Avoid some allocations
6528         * class-internals.h (_MonoGenericInst::type_argv): Convert from
6529         pointer to tail array to avoid extra allocation.
6530         * metadata.c (free_generic_inst): Update to changes.
6531         (mono_metadata_get_generic_inst): Likewise.  Use alloca instead of
6532         on-stack struct.
6534 2009-01-27  Zoltan Varga  <vargaz@gmail.com>
6536         * icall.c (ves_icall_System_Type_EqualsInternal): For user-defined types,
6537         return TRUE if the two type objects are the same.
6539 2009-01-26  Zoltan Varga  <vargaz@gmail.com>
6541         * marshal.c (mono_marshal_load_type_info): Fill out info->min_align.
6542         (mono_class_native_size): Use klass->marshal_info->min_align instead of
6543         klass->min_align, since klass->min_align contains the managed alignment,
6544         while the native alignment can be different, like for longs on x86.
6545         Fixes #469135.
6547         * class-internals.h (MonoMarshalType): Add a min_align field.
6549 2009-01-26 Rodrigo Kumpera  <rkumpera@novell.com>
6551         * assembly.c (mono_assembly_try_decode_skip_verification): Add a hack to check
6552         the 1.0 format.
6554 2009-01-26  Zoltan Varga  <vargaz@gmail.com>
6556         * domain-internals.h (struct _MonoJitInfo): Add a 'from_aot' field plus
6557         some comments about the usage of the used_regs field.
6559         * marshal.c (emit_marshal_ptr): Allow pointers to blittable structures.
6560         Fixes #469217.
6562 2009-01-24 Gonzalo Paniagua Javier <gonzalo@novell.com>
6564         * appdomain.c: return NULL instead of throwing FileNotFoundException
6565         when LoadAssembly() fails.
6567 2009-01-23  Mark Probst  <mark.probst@gmail.com>
6569         * metadata.c (mono_metadata_generic_param_equal): Only compare the
6570         image if the owner is NULL.  Fixes the AOT failures.
6572 2009-01-23  Zoltan Varga  <vargaz@gmail.com>
6574         * metadata.c (mono_metadata_load_generic_params): Initialize the 
6575         MonoGenericParam structure using memset so the image field is initialized
6576         as well.
6578 2009-01-21 Rodrigo Kumpera  <rkumpera@novell.com>
6580         * appdomain.c (mono_domain_unload): Change the InterlockedIncrement to
6581         a plain store.
6583 2009-01-21  Zoltan Varga  <vargaz@gmail.com>
6585         * class.c (mono_class_setup_vtable_general): In the generic instance
6586         optimization, set method->slot for abstract virtual methods. Fixes part of
6587         #467834.
6589 2009-01-21 Rodrigo Kumpera  <rkumpera@novell.com>
6591         * domain-internals.h: Add new appdomain state MONO_APPDOMAIN_UNLOADING_START
6592         which signals that the unloading has started but all appdomain services must
6593         remain operational.
6595         * appdomain.c (mono_domain_unload): The initial state for unloading now
6596         is unloading_start and we switch to unloading after the managed call to
6597         AppDomain::DomainUnload has finished.
6599         The new unloading state has to be created because managed code in the
6600         DomainUnload event can depend on things like the threadpool still working.
6601         The domain must remain fully functional while the event executes.
6603         This shown as an issue due to Process::WaitForExit, which waits for
6604         async reads of stdout and stderr to complete. Since those are processed
6605         in the threadpool the code deadlocks because the DomainUnload callback 
6606         waits for the async read finished event, which should have been set by a
6607         threadpool job but has been discarded due to the domain been in unload
6608         state.
6610 2009-01-21  Mark Probst  <mark.probst@gmail.com>
6612         * metadata.c (mono_metadata_generic_param_equal): Owner as well as
6613         image must match.
6615 2009-01-21  Mark Probst  <mark.probst@gmail.com>
6617         * reflection.c (resolve_object): For fields, inflate the class and
6618         then get the field in the inflated class.
6620 2009-01-20  Mark Probst  <mark.probst@gmail.com>
6622         * object-internals.h (struct _MonoException): Added a comment
6623         explaining the new use of trace_ips.
6625 2009-01-20  Mark Probst  <mark.probst@gmail.com>
6627         * generic-sharing.c (inflate_other_data): Inflate array methods
6628         correctly.
6630         * loader.c, class-internals.h: Rename search_in_array_class() to
6631         mono_method_search_in_array_class() and make it non-static.
6633 2009-01-19  Zoltan Varga  <vargaz@gmail.com>
6635         * metadata.c (inflated_signature_in_image): Call signature_in_image as well.
6636         Hopefully fixes #458168.
6638 2009-01-19  Christian Hergert  <christian.hergert@gmail.com>
6640         * object.c (mono_raise_exception): Remove call to InterlockedIncrement
6641         as it is performed elsewhere.
6643         Code is contributed under MIT/X11 license
6645 2009-01-19  Christian Hergert  <christian.hergert@gmail.com>
6647         * mono-perfcounters-def.h: Add counters for asp.net requests total and
6648         requests queued.
6649         * object.c (mono_raise_exception): Increment the exceptions total
6650         counter when an exception is thrown.
6651         * class-internals.h: Add a location for storing the total number of
6652         asp.net requests served.
6653         * mono-perfcounters.c: Implement update support for asp.net counters
6654         from the class libraries. Implement read support for asp.net counters
6655         and exceptions total counter.
6657 2009-01-19  Zoltan Varga  <vargaz@gmail.com>
6659         * loader.c (search_in_array_class): Call mono_class_setup_methods () before
6660         accessing klass->methods. Fixes #467385.
6662 2009-01-18  Zoltan Varga  <vargaz@gmail.com>
6664         * marshal.c (emit_marshal_custom): Avoid calling MarshalNativeToManaged
6665         for byval arguments without an [Out] attribute. Fixes #467212.
6667         * attach.c: Applied patch from Koushik Dutta (koush@koushikdutta.com). 
6668         Fix compilation under android.
6669         
6670         * sgen-gc.c: Instead of scanning gray objects after all roots have been 
6671         processed, scan them directly after they are copied, to achieve better locality
6672         and cache usage.
6674         * socket-io.c: Applied patch from Koushik Dutta
6675         (koush@koushikdutta.com). Disable IPV6 when running under android.
6677 2009-01-18  Zoltan Varga  <vargaz@gmail.com>
6679         * icall.c (ves_icall_InternalExecute): Add write barriers.
6681         * marshal.c (mono_marshal_get_write_barrier): Remove, this is now done in
6682         the GC code.
6684         * sgen-gc.c: Implement write barriers in IL code.
6686 2009-01-17  Geoff Norton  <gnorton@novell.com>
6688         * image.c: Avoid trying to walk the reference table of dynamic assemblies.
6690 2009-01-17  Geoff Norton  <gnorton@novell.com>
6692         * image.c: When unloading the image->references table, there can be gaps
6693         in it.  Ensure that we iterate every entry to avoid leaking assembly references
6694         when unloading an appdomain.
6696 2009-01-16  Zoltan Varga  <vargaz@gmail.com>
6698         * sgen-gc.c: Add support for allocating a nursery at an aligned address, to
6699         speed up ptr-in-nursery checks.
6701         * threads.c (mono_threads_abort_appdomain_threads): Abort threads outside the
6702         threads_lock () to prevent deadlocks.
6704         * sgen-gc.c gc-internal.h: Add a new root type root-with-wbarrier, which
6705         does not need to be scanned during minor collections, since writes to it
6706         must use write barriers.
6708 2009-01-15 Rodrigo Kumpera  <rkumpera@novell.com>
6710         * metadata-verify.c: Add pe nt header verification.
6711         
6712 2009-01-15  Zoltan Varga  <vargaz@gmail.com>
6714         * gc.c: Fix a few warnings when using SGEN.
6716 2009-01-14 Rodrigo Kumpera  <rkumpera@novell.com>
6718         * metadata-verify.c: Add pe optional header verification.
6720 2009-01-15  Zoltan Varga  <vargaz@gmail.com>
6722         * sgen-gc.c: Add support for user defined marker functions, used by
6723         MonoGHashTable to avoid registering a GC root for every hash node.
6725 2009-01-14  Zoltan Varga  <vargaz@gmail.com>
6727         * sgen-gc.c: Fix warnings. Optimize copy_object () a bit. Split pinned/
6728         non-pinned roots into separate hashes to avoid having to traverse them
6729         in functions which are only interested in one kind.
6731 2009-01-13 Rodrigo Kumpera  <rkumpera@novell.com>
6733         * metadata-verify.c: Add pe header machine field verification.
6734         
6735 2009-01-13 Rodrigo Kumpera  <rkumpera@novell.com>
6737         * metadata-verify.c: Add pe header size verification.
6739 2009-01-14  Zoltan Varga  <vargaz@gmail.com>
6741         * reflection.c (ALLOC_REFENTRY): Don't allocate the ReflectionEntry structures
6742         using the GC, they don't contain references.
6744         * domain.c (mono_domain_create): Create ldstr_table using MONO_HASH_KEY_VALUE_GC.
6746 2009-01-13  Geoff Norton  <gnorton@novell.com>
6748         * appdomain.c|h: Expose mono_domain_unload to the embedding api so that 
6749         AppDomains created on the native side can be cleaned up on the native side.
6751 2009-01-13  Geoff Norton  <gnorton@novell.com>
6753         * appdomain.c: Ensure that we call mono_context_init for the embedding api
6754         as well as the managed api.
6756 2009-01-13  Geoff Norton  <gnorton@novell.com>
6758         * appdomain.h|c: New API for creating a MonoDomain in the embedding api
6759         with a MonoAppDomain initialized against it.
6761 2009-01-13  Zoltan Varga  <vargaz@gmail.com>
6763         * reflection.c (MOVING_GC_REGISTER): Fix a warning.
6764         
6765         * reflection.c (mono_image_get_generic_param_info): Use MOVING_GC_REGISTER.
6767         * marshal.c: Avoid setting the exception clauses after a method has been entered 
6768         into the wrapper caches. Fixes #465700.
6770         * method-builder.c (mono_mb_set_clauses): New function to set the clauses of the
6771         method builder.
6772         (mono_mb_create_method): Set the clauses from the method builder.
6774 2009-01-13 Gonzalo Paniagua Javier <gonzalo@novell.com>
6776         * threadpool.c: include sys/socket.h. Fixes compilation on FreeBSD.
6777         Patch from Makoto Kishimoto.
6779 2009-01-13  Zoltan Varga  <vargaz@gmail.com>
6781         * sgen-gc.c (mono_gc_make_descr_from_bitmap): Handle large bitmaps by 
6782         encoding them as ROOT_DESC_COMPLEX.
6783         (precisely_scan_objects_from): Implement support for ROOT_DESC_COMPLEX.
6785 2009-01-12  Zoltan Varga  <vargaz@gmail.com>
6787         * sgen-gc.c (scan_from_remsets): Clear the global remset of pointers which
6788         no longer point to the nursery.
6790         * sgen-gc.c: Add a few comments/FIXMEs.
6791         
6792         * sgen-gc.c: Implement scanning of the alloc_pinned objects.
6794         * marshal.c (mono_marshal_get_synchronized_wrapper): Make the 
6795         initialization of the various _method variables thread safe. Fixes
6796         #465377.
6798 2009-01-12  Mark Probst  <mark.probst@gmail.com>
6800         * domain.c, domain-internals.h: Remove the shared_generics_hash
6801         and its lookup functions.
6803 2009-01-12  Bill Holmes  <billholmes54@gmail.com>
6805         * socket-io.c:  Fixing the MSVC build. 
6807         Code is contributed under MIT/X11 license.
6809 2009-01-12 Rodrigo Kumpera  <rkumpera@novell.com>
6811         * metadata-verify.c: Add pe header watermark verification.
6813 2009-01-09 Rodrigo Kumpera  <rkumpera@novell.com>
6815         * metadata-verify.c: Add lfanew verification.
6817 2009-01-12  Jb Evain  <jbevain@novell.com>
6819         * tabldefs.h: rename METHOD_ATTRIBUTE_CHECK_ACCESS_ON_OVERRIDE to
6820         METHOD_ATTRIBUTE_STRICT to match the ECMA terminology.
6822 2009-01-10  Zoltan Varga  <vargaz@gmail.com>
6824         * socket-io.c: Fix the build.
6826         * environment.c: Fix an #ifdef.
6828 2009-01-09  Zoltan Varga  <vargaz@gmail.com>
6830         * threadpool.c (async_invoke_thread): Handle the wait function returning
6831         WAIT_IO_COMPLETION as well.
6832         (async_invoke_io_thread): Ditto.
6834 2009-01-09  Bill Holmes  <billholmes54@gmail.com>
6836         * threads.c: Fixing the Windows build.
6838         Code is contributed under MIT/X11 license.
6840 2009-01-09  Zoltan Varga  <vargaz@gmail.com>
6842         * threads.c (signal_thread_state_change): Call wapi_interrupt_thread () to
6843         interrupt a wait.
6844         (mono_thread_execute_interruption): Call wapi_clear_interruption () to enable
6845         the thread to wait again.
6847 2009-01-09 Rodrigo Kumpera  <rkumpera@novell.com>
6849         * metadata-verify.c: Initial skeleton of the metadata verifier.
6851         * pedump.c: Add support for the metadata verifier.
6853         * verify-internal.h: Export the whole assembly metadata verifier function.
6855 2009-01-09 Rodrigo Kumpera  <rkumpera@novell.com>
6857         * gc.c (mono_gc_init): Fix the comments about deadlock on windows.
6859 2009-01-09  Zoltan Varga  <vargaz@gmail.com>
6861         * Makefile.am: Upgrade dtrace-prelink.sh location.
6863 2009-01-08 Rodrigo Kumpera  <rkumpera@novell.com>
6865         * gc.c (mono_gc_init): Wait for finalizer thread to init on windows as
6866         well. Otherwise the shutdown deadlock that happens on unix will can happen
6867         as well.
6868         If the main thread code finishes too fast it's possible that the finalizer
6869         thread won't have executed yet, won't record itself as the finalizer thread
6870         and the shutdown sequence will wait on it forever.
6872 2009-01-08 Rodrigo Kumpera  <rkumpera@novell.com>
6874         * threads.c (mono_thread_current): Make THREAD_DEBUG work on windows
6875         with MSVC.
6877 2009-01-08  Miguel de Icaza  <miguel@novell.com>
6879         * appdomain.c: Initialize the mono_strtod_mutex here, thanks to
6880         Robert Jordan for pointing this out.
6882 2009-01-08  Christian Prochnow  <cproch@seculogix.de>
6884         * icall.c
6885         * icall-def.h: added internal calls ves_icall_System_IO_DriveInfo_GetDiskFreeSpace,
6886         ves_icall_System_IO_DriveInfo_GetDriveType.
6888 2009-01-07  Miguel de Icaza  <miguel@novell.com>
6890         * icall.c: Wrap calls to mono_strtod in CriticalSection
6891         invocations when using eglib, to work around #464316.
6893 2009-01-07 Rodrigo Kumpera  <rkumpera@novell.com>
6895         * file-io.c (ves_icall_System_IO_MonoIO_GetCurrentDirectory): Double check the
6896         return value of GetCurrentDirectory to never access unitialized memory.
6898 2009-01-07 Rodrigo Kumpera  <rkumpera@novell.com>
6900         * file-io.c (ves_icall_System_IO_MonoIO_GetCurrentDirectory): Properly check the
6901         return value of GetCurrentDirectory and expand the buffer if needed.
6903         Fixes #459094.
6905 2009-10-07 Tom Hindle  <tom_hindle@sil.org>
6907         * marshal.c (GetIUnknownForObjectInternal, GetIUnknownForObjectInternal) : 
6908           Adding a call to mono_init_com_types.
6910         Code is contributed under MIT/X11 license.
6912 2009-01-07  Geoff Norton  <gnorton@novell.com>
6914         * socket-io.c: ioctlsocket(FIONREAD) returns the size of the UDP header as well on 
6915         darwin.  Use getsockopt SO_NREAD instead to get the right values for TCP and UDP.
6916         ai_canonname can be null in some cases on darwin, where the runtime assumes it will 
6917         be the value of the ip buffer.
6919 2009-01-06 Rodrigo Kumpera  <rkumpera@novell.com>
6921         * verify.c (mono_class_interface_implements_interface): Verify parents as we can't rely on
6922         interfaces_packed here.
6924         Fixes part of #463294.
6926 2009-01-06 Rodrigo Kumpera  <rkumpera@novell.com>
6928         * verify.c (is_array_type_compatible): Ignore bounds and sizes when checking array compatibility.
6930         Fixes part of #463294.
6932 2009-01-06 Rodrigo Kumpera  <rkumpera@novell.com>
6934         * verify.c (stack_slot_is_complex_type_not_reference_type): Check if the type
6935         is a boxed complex as well.
6937         Fixes part of #463294.
6939 2009-01-06 Rodrigo Kumpera  <rkumpera@novell.com>
6941         * reflection.c (mono_image_get_methodref_token): Add an extra create_typespec parameter to
6942         control if a methodspec should be created for the generic method definition from external assemblies.
6943         Caching of methodspec is done using the handleref hash table.
6945         Fixes #462592.
6947 2009-01-05 Rodrigo Kumpera  <rkumpera@novell.com>
6949         * loader.c (find_method): When searching the interfaces of a class
6950         check the transitive closure of implemented interfaces.
6952         Fixes #463303.
6954 2009-01-03 Rodrigo Kumpera  <rkumpera@novell.com>
6956         * class.c (get_implicit_generic_array_interfaces): Improve debugging code.
6957         
6958 2009-01-03 Rodrigo Kumpera  <rkumpera@novell.com>
6960         * class.c (get_implicit_generic_array_interfaces): Extract valuetype
6961         interfaces calculation to fill_valuetype_array_derived_types.
6963         * class.c (get_implicit_generic_array_interfaces): Valuetypes need IList /
6964         ICollection / IEnumerator interfaces for their extra twin type - sbyte for byte
6965         for example.
6967         * class.c (get_implicit_generic_array_interfaces): InternalEnumerator gets
6968         interfaces for valuetypes if needed.    
6970         * class.c (fill_valuetype_array_derived_types): Enums should have interfaces
6971         for their basetype as well. Types are array expanded if rank is > 0.
6973         Fixes #400716.
6975 2008-12-30  Bill Holmes  <billholmes54@gmail.com>
6977         * socket-io.h : Changing the signature of
6978           ves_icall_System_Net_Sockets_Socket_Accept_internal to pass
6979           the blocking state.
6981         * icall-def.h :  Changing the signature of
6982           System.Net.Sockets.Socket.Accept_internal to pass the blocking state.
6984         * socket-io.c (ves_icall_System_Net_Sockets_Socket_Accept_internal) :
6985           For Windows only.  Avoid blocking when calling accept by
6986           querying for a connection via select.  The loop also queries
6987           the thread state every 1000 micro seconds for the thread
6988           stop state.  This will avoid the process hanging on shutdown
6989           when using a TcpChannel that is never connected to.
6991         Code is contributed under MIT/X11 license.
6993 2008-12-30  Marek Safar  <marek.safar@gmail.com>
6995         * tabledefs.h: Add METHOD_ATTRIBUTE_CHECK_ACCESS_ON_OVERRIDE.
6997 2008-12-26 Rodrigo Kumpera  <rkumpera@novell.com>
6999         * class.c (get_implicit_generic_array_interfaces): Extract common
7000         code to a helper function making it a lot easier on the eyes.
7002 2008-12-26 Rodrigo Kumpera  <rkumpera@novell.com>
7004         * class.c (get_implicit_generic_array_interfaces): If the internal
7005         enumerator is an interface inflate System.Object instead of itself.
7007         Fixes #461261.
7009 2008-12-24 Rodrigo Kumpera  <rkumpera@novell.com>
7011         * object.c (mono_runtime_invoke_array): Don't assert with
7012         byref nullable types.
7014         * marshal.c (mono_marshal_get_runtime_invoke): To handle
7015         byref nullables we unbox the object and store it on the
7016         stack. 
7017         We can't use the boxed object since it is the T of Nullable<T>
7018         and the boxed representation of a nullable it's underlying type
7019         or null.
7020         We could cheat and create a boxed nullable and use the same
7021         machinery of other byref VTs but this feels like a hack and
7022         using the stack has the bonus of reducing heap pressure.
7024         Fixes #461941.
7026 2008-12-23 Rodrigo Kumpera  <rkumpera@novell.com>
7028         * marshal.c (mono_marshal_emit_managed_wrapper): Handle char
7029         return value.
7031         Fixes #461867.
7033 2008-12-19  Bill Holmes  <billholmes54@gmail.com>
7035         * icall-def.h : Adding an internal call definition for 
7036           System.Environment.internalBroadcastSettingChange.
7038         * icall.c : Adding a Windows only implementation to broadcast a 
7039           WM_SETTINGCHANGE when an environment variable has changed.
7041         Code is contributed under MIT/X11 license.
7043 2008-12-19  Mark Probst  <mark.probst@gmail.com>
7045         * class.c, class-internals.h: Made
7046         mono_class_has_parent_and_ignore_generics() non-static.
7048 Thu Dec 18 16:35:22 CET 2008 Paolo Molaro <lupus@ximian.com>
7050         * image.c: deal with the mmap failing when loading an image.
7052 2008-12-17  Geoff Norton  <gnorton@novell.com>
7054         * threadpool.c: Ensure that the io_queue_lock is initialized
7055         in all circumstances, as we always attempt to cleanup against it.
7057 2008-12-17  Miguel de Icaza  <miguel@novell.com>
7059         * icall.c (ves_icall_System_Environment_get_Platform): For
7060         compatibility reasons for existing client code we will keep
7061         returning 4 for a while.   
7063         For how long will depend on the documentation being updated, and
7064         for us to give client code a chance to be updated.
7066         This reverts the original decison on #433108 since we did not
7067         catch roughly 33 instances of the broken code in our own source
7068         code base, we did not catch failures on the buildbots, and QA did
7069         not bring this as a problem.
7071         Only today I found some customer's code breaking due to our own
7072         class libraries not being fully updated and tracked it down to
7073         this change.  I am reverting it because if we could not even get
7074         our story straight in our own code base, how can we hope that our
7075         end user code be fixed?
7077         As of this morning, our Wiki page that documents how to detect
7078         Unix had not been fixed.    
7080 2008-12-16  Zoltan Varga  <vargaz@gmail.com>
7082         * metadata.c (inflated_method_in_image): Add a workaround for #458168.
7084         * class.c (mono_class_get_fields): Handle loading errors.
7086 2008-12-12 Mark Mason <mmason@upwardaccess.com>
7088         * 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.
7089         
7090 2008-12-12 Gonzalo Paniagua Javier <gonzalo@novell.com>
7092         * mono-perfcounters.c: avoid warning.
7094 2008-12-12 Rodrigo Kumpera  <rkumpera@novell.com>
7096         * reflection.c (ensure_runtime_vtable): Work on generic instances and
7097         make sure all interfaces have MonoClass::interface_id set.
7099         * reflection.c (ensure_generic_class_runtime_vtable): Ensure the
7100         method table is property set.
7102 2008-12-12 Rodrigo Kumpera  <rkumpera@novell.com>
7104         * class.c: New function mono_class_setup_interface_id that setup
7105         MonoClass::interface_id if needed.
7107         * class-internals.h: Export new function.
7109 2008-12-12 Rodrigo Kumpera  <rkumpera@novell.com>
7111         * class.c: Add code to sanity check the vtable after setup_vtable_general
7112         has done it's work.
7114 2008-12-11 Gonzalo Paniagua Javier <gonzalo@novell.com>
7116         * icall.c: make Assembly.GetExecutingAssembly work properly when
7117         reflection is used to invoke the method.
7118         Bug #321781 fixed.
7120 2008-12-11  Mark Probst  <mark.probst@gmail.com>
7122         * metadata/generic-sharing.c: Look for constraints in all type
7123         arguments, not just the first one.
7125 2008-12-10 Gonzalo Paniagua Javier <gonzalo@novell.com>
7127         * appdomain.c: return the correct CodeBase for an Assembly instance
7128         that was loaded from the shadow-copy directories.
7129         Bug #458190 fixed.
7131 2008-12-10  Zoltan Varga  <vargaz@gmail.com>
7133         * sgen-gc.c (build_nursery_fragments): Clear nursery_next/nursery_frag_real_end.
7135         * sgen-gc.c (check_object): New debugging helper function.
7137         * object.c: Fix calls to mono_value_copy_array ().
7139 2008-12-10 Rodrigo Kumpera  <rkumpera@novell.com>
7141         * class.c (mono_class_setup_fields): If working on an inflated class
7142         first check if the generic definition did init with success.
7144         Fixes #445361.
7146 2008-12-10 Rodrigo Kumpera  <rkumpera@novell.com>
7148         pedump.c (main): Fix a warning.
7150 2008-12-10  Bill Holmes  <billholmes54@gmail.com>
7152         * object-internals.h : Adding a definition for 
7153           MonoReflectionComVisibleAttribute.
7155         * marshal.c (cominterop_com_visible) :  Method added to check the 
7156           ComVisible attribute of a class.
7158         * marshal.c (cominterop_raise_hr_exception, cominterop_get_interface) :  
7159           cominterop_raise_hr_exception added to consolidate common code 
7160           to raise hr exceptions.
7162         * marshal.c (cominterop_can_support_dispatch) :  Method added to determine 
7163           if a managed class should support IDispatch.
7165         * marshal.c 
7166           (cominterop_get_idispatch_for_objec, cominterop_ccw_queryinterfacet) :  
7167           Added additional checks for managed object when getting 
7168           an IDispatch interface.
7170         Code is contributed under MIT/X11 license.
7172 2008-12-10 Rodrigo Kumpera  <rkumpera@novell.com>
7174         pedump.c (main): Handle mono_get_method () returning NULL. 
7176 2008-12-09  Zoltan Varga  <vargaz@gmail.com>
7178         * marshal.h: Fix a warning.
7180 2008-12-09  Bill Holmes  <billholmes54@gmail.com>
7182         * marshal.c : Adding cominterop_release_all_rcws to release all
7183           runtime callable wrappers held by the runtime.
7185         * marshal.h : Adding declaration for cominterop_release_all_rcws.
7186           
7187         Code is contributed under MIT/X11 license.
7189 2008-12-09  Zoltan Varga  <vargaz@gmail.com>
7191         * metadata.c (mono_image_alloc_lock): New helper function.
7192         (mono_image_alloc0_lock): Ditto.
7194         * metadata.c: Use the alloc_lock () helper functions for allocating
7195         memory from the image mempool.
7197 2008-12-08 Rodrigo Kumpera  <rkumpera@novell.com>
7199         * class.c (mono_class_from_generic_parameter): Document it's
7200         locking behavior. Fix double checked locking here, we stored in
7201         param->pklass a partially initialized MonoClass and no membar was used.
7203 2008-12-05  Marek Habersack  <mhabersack@novell.com>
7205         * sysmath.c (ves_icall_System_Math_Round2): if round (3) and rint
7206         (3) functions are present in the C library use them to do the
7207         job. If they are absent, make sure that the sum of int_part and
7208         dec_part is rounded before returning. This is necessary due to the
7209         division of dec_part by the power of 10 before the final addition
7210         is performed - if the result is not rounded in some cases it will
7211         yield invalid results.
7213 2008-12-04  Zoltan Varga  <vargaz@gmail.com>
7215         * marshal.c (mono_marshal_emit_native_wrapper): Add AOT support for pinvoke
7216         wrappers by emitting the function address using a CEE_MONO_ICALL_ADDR 
7217         instruction instead of a pointer constant.
7219 2008-12-03  Zoltan Varga  <vargaz@gmail.com>
7221         * loader.c (mono_method_get_header): Do most of the work outside the
7222         loader lock, to avoid assembly load hook deadlocks.
7224         * metadata.c (mono_metadata_parse_mh_full): Use finer-grained locking.
7225         (mono_metadata_parse_type_full): Ditto.
7227 2008-12-02 Rodrigo Kumpera  <rkumpera@novell.com>
7229         * mempool.c (mono_backtrace): Take the number of allocated bytes as argument.
7230         Make the stack depth fixed. Ensure proper argument passing to the backtrace
7231         funtions. Finally, use a lock to produce well ordered output.
7233         The lock looks silly, as all calls to the corlib mempool should be guarded
7234         with the loader lock, but for some reason this fact doesn't help. 
7236         * mempool.c (mono_mempool_alloc0): Add support for TRACE_ALLOCATIONS.
7238 2008-12-02  Mark Probst  <mark.probst@gmail.com>
7240         * socket-io.c: 64 bit big-endian fixes.
7242 2008-12-01 Rodrigo Kumpera  <rkumpera@novell.com>
7244         * verify.c (is_compatible_boxed_valuetype): Rewrite function to work properly with
7245         targets that require strict compatibility between the types.
7247         * verify.c (verify_stack_type_compatibility_full): Boxed values are not compatible
7248         to unboxed types. All cases that this is true are checked by is_compatible_boxed_valuetype.
7249         Kill the strict argument and create a new one valuetype_must_be_boxed.
7251         * verify.c (verify_delegate_compatibility): Use verify_stack_type_compatibility_full to
7252         state that all valuetypes must be boxed.
7254         Fixes #448560.
7256 2008-11-29  Kornél Pál  <kornelpal@gmail.com>
7258         * coree.c (MonoFixupExe): Use sizeof(IMAGE_BASE_RELOCATION) instead of
7259         IMAGE_SIZEOF_BASE_RELOCATION as newer Vista SDKs no longer define the latter.
7261         Contributed under MIT/X11 license.
7263 2008-11-28 Rodrigo Kumpera  <rkumpera@novell.com>
7265         * class.c (mono_class_setup_fields): Don't copy MonoType::attrs as
7266         the inflate_generic_type machinery should handle it.
7268         This avoids a crash when the field's flags is zero and it's type is
7269         a primitive.
7270         What happens is that mono_metadata_parse_type_full will see that opt_attrs
7271         is zero and will return one of the cached built-in primitive types. Since
7272         those types live in read-only memory, the code that copies it crashes.  
7274 2008-11-28  Mark Probst  <mark.probst@gmail.com>
7276         * object.c: Don't put function descriptors into generalized IMT
7277         thunks.
7279 2008-11-28  Mark Probst  <mark.probst@gmail.com>
7281         * class.c: Enable generic code sharing on PPC64.
7283 2008-11-27  Mark Probst  <mark.probst@gmail.com>
7285         * mempool.c, mempool-internals.h: Added g_slist_append_mempool()
7286         from mini/mini.c.
7288         * generic-sharing.c: Allocate the method template slists from the
7289         image mempool so it doesn't leak.
7291 2008-11-27 Rodrigo Kumpera  <rkumpera@novell.com>
7293         * class.c (generic_array_methods): Release the linked list.
7295 2008-11-27  Mark Probst  <mark.probst@gmail.com>
7297         * marshal.c (mono_string_builder_to_utf8): Fixed a wrong
7298         invocation to g_utf16_to_utf8().
7300 2008-11-26  Mark Probst  <mark.probst@gmail.com>
7302         * icall.c (mono_ArgIterator_IntGetNextArg): Handle sub-word sized
7303         arguments on big endian archs.
7305 2008-11-25 Gonzalo Paniagua Javier <gonzalo@novell.com>
7307         * reflection.c: (_mono_reflection_parse_type) skip leading spaces in
7308         the type name (test added in corlib).
7310 2008-11-25 Gonzalo Paniagua Javier <gonzalo@novell.com>
7312         * pedump.c: initialize perf. counters. Fixes a segv.
7314 2008-11-25  Martin Baulig  <martin@ximian.com>
7316         * mono-debug-debugger.c
7317         (mono_debugger_runtime_invoke): Return the exception object if an
7318         exception was thrown.  Visual Studio displays the exception object
7319         in the locals window.
7321 2008-11-24  Mark Probst  <mark.probst@gmail.com>
7323         * mini-trampolines.c (mono_delegate_trampoline): Don't return a
7324         ftnptr.
7326 2008-11-24  Mark Probst  <mark.probst@gmail.com>
7328         * marshal.c (mono_type_native_stack_size): MONO_TYPE_I and
7329         MONO_TYPE_U are sizeof (gpointer), too.
7331 2008-11-24  Mark Probst  <mark.probst@gmail.com>
7333         * marshal.c (mono_type_native_stack_size): Fixed size and
7334         alignment for reference types.
7336 2008-11-23  Mark Probst  <mark.probst@gmail.com>
7338         * class.c (mono_class_generic_sharing_enabled): Disable generic
7339         code sharing for PPC64.
7341 2008-11-21 Rodrigo Kumpera  <rkumpera@novell.com>
7343         * icall.c (mono_method_get_equivalent_method): Make sure
7344         method->klass->methods is inited before looping over it.
7346 2008-11-20 Gonzalo Paniagua Javier <gonzalo@novell.com>
7348         * object.c: when calling ExecuteAssembly in a newly created domain,
7349         the configuration file and application base are already set up.
7350         Bug #446353 take 2 fixed.
7352 2008-11-20  Zoltan Varga  <vargaz@gmail.com>
7354         * marshal.c: Add support for MONO_TYPE_GENERICINST to some functions.
7355         Fixes #444715. Fix a warning.
7357 2008-11-18 Gonzalo Paniagua Javier <gonzalo@novell.com>
7359         * appdomain.c: write the full path of the assembly to the .ini file
7360         created when "shadow-copying"
7361         Bug #446353 fixed.
7363 2008-11-18  Zoltan Varga  <vargaz@gmail.com>
7365         * debug-helpers.c (mono_method_full_name): Stringify wrapper types even
7366         if signature==FALSE.
7368 2008-11-17  Bill Holmes  <billholmes54@gmail.com>
7370         * marshal.h : Fix the cygwin build.
7371            marshal.c:12442: undefined reference to `_IID_IMarshal'
7372           
7373         Code is contributed under MIT/X11 license.
7375 2008-11-17  Bill Holmes  <billholmes54@gmail.com>
7377         * marshal.h : cominterop_ccw_getfreethreadedmarshaler added to return the
7378           free threaded marshaler when QueryInterface is called on a COM callable
7379           wrapper requesting the IMarshal interface.
7380           
7381         Code is contributed under MIT/X11 license.
7383 2008-11-14  Zoltan Varga  <vargaz@gmail.com>
7385         * domain-internals.h (MonoDomain): Update MONO_DOMAIN_LAST_GC_TRACKED.
7387         * reflection.c (mono_type_get_object): Special case the very common
7388         void type.
7390         * domain-internals.h (struct _MonoDomain): Add 'typeof_void' field to
7391         hold typeof(void).
7393 2008-11-13  Bill Holmes  <billholmes54@gmail.com>
7395         * process.h : Adding method declaration for
7396           ves_icall_System_Diagnostics_Process_WaitForInputIdle_internal.
7397           
7398         * process.c : Adding implementation for
7399           ves_icall_System_Diagnostics_Process_WaitForInputIdle_internal.
7400           
7401         * icall-def.h : Registering ICALL Processs.WaitForInputIdle_internal
7402           to ves_icall_System_Diagnostics_Process_WaitForInputIdle_internal.
7404         Code is contributed under MIT/X11 license.
7406 2008-11-10  Rodrigo Kumpera  <rkumpera@novell.com>
7408         * appdomain.c (unload_thread_main): Clean up threadpool by
7409         calling mono_thread_pool_remove_domain_jobs.
7411         * domain-internals.h (struct _MonoDomain): Add new fields to
7412         help coordinate the cleanup of the threadpool.
7414         * threadpool.c (mono_thread_pool_remove_domain_jobs): New fuction
7415         that cleans up the threadpool of all jobs associated with an appdomain.
7416         It does that by cleaning up the queues and making sure all active
7417         threads are accounted.
7419         * threadpool.c (async_invoke_io_thread): Ignore job if its domain is
7420         unloaded or in the process of. Take this is such way that there is
7421         no race condition between another thread starting the unload and the
7422         current thread acknowledging it.
7424         * threadpool.c (async_invoke_thread): Same.
7426         * threadpool.c (start_io_thread_or_queue): Increment threadpool_jobs before
7427         firing the new thread.
7429         * threadpool.c (start_tpthread): Same.
7431         * theadpool.c (append_job): Increment threadpool_jobs before queueing.
7433         * threadpool.h: Add mono_thread_pool_remove_domain_jobs.
7435 2008-11-06  Jonathan Chambers  <joncham@gmail.com>
7437         * file-io.c (ves_icall_System_IO_MonoIO_DuplicateHandle): 
7438         Add support for DuplicateHandle.
7439         
7440         * file-io.h (ves_icall_System_IO_MonoIO_DuplicateHandle): 
7441         Add support for DuplicateHandle.
7442         
7443         * icall-def.h (ves_icall_System_IO_MonoIO_DuplicateHandle): 
7444         Add support for DuplicateHandle.
7446         Code is contributed under MIT/X11 license.
7448 2008-11-06  Mark Probst  <mark.probst@gmail.com>
7450         * class-internals.h: Make min_align into a whole byte.
7452         * class.c: Set min_align for SIMD types to 16.
7454 2008-11-05  Geoff Norton  <gnorton@novell.com>
7456         * attach.c: Default the attacher to enabled for all cases including
7457         embedded.
7459 Wed Nov 5 16:33:41 CET 2008 Paolo Molaro <lupus@ximian.com>
7461         * monitor.c, class-internals.h, wrapper-types.h: revert incorrect
7462         change r117650.
7464 2008-11-04  Mark Probst  <mark.probst@gmail.com>
7466         * monitor.c, monitor.h: New function for querying offsets of
7467         members of MonoThreadsSync.
7469 2008-11-04  Zoltan Varga  <vargaz@gmail.com>
7471         * marshal.c (mono_marshal_get_runtime_invoke): Use runtime_invoke_direct_cache
7472         to speed up this function and to avoid the boundless memory growth caused by
7473         the signature_dup () calls.
7475 2008-11-02  Zoltan Varga  <vargaz@gmail.com>
7477         * monitor.c (mono_monitor_get_fast_enter_method): Add a proper type for the
7478         wrapper.
7480         * class-internals.h (struct _MonoMethod): Increase the size of 'wrapper_type'
7481         by 1 bit.
7483         * wrapper-types.h: Add MONO_WRAPPER_MONITOR_FAST_ENTER/EXIT.
7485 2008-10-31 Gonzalo Paniagua Javier <gonzalo@novell.com>
7487         * appdomain.c:
7488         * domain-internals.h: made mono_set_private_bin_path_from_config()
7489         "internal".
7490         * object.c: call the above function after setting the configuration
7491         file path for the root domain.
7492         Fixes bug #314478.
7494 2008-10-31 Gonzalo Paniagua Javier <gonzalo@novell.com>
7496         * assembly.c: when the assembly is loaded from an absolute path, end
7497         basedir with a directory separator.
7498         Bug #440781 fixed.
7500 2008-10-30  Mark Probst  <mark.probst@gmail.com>
7502         * monitor.c (mono_monitor_get_fast_enter_method): If
7503         CompareExchange is not available, don't create the fastpath
7504         instead of asserting.  (The method is missing in the 1.1 profile.)
7506 2008-10-30  Mark Probst  <mark.probst@gmail.com>
7508         * marshal.c, marshal.h: Rename signature_no_pinvoke() and make it non-static.
7510         * monitor.c, monitor.h: Code for generating Monitor.Enter and
7511         Monitor.Exit IL fastpaths.
7513 2008-10-28  Rodrigo Kumpera  <rkumpera@novell.com>
7515         * class.c (mono_class_create_from_typedef): Added Vector2ul.
7517 2008-10-28  Rodrigo Kumpera  <rkumpera@novell.com>
7519         * class.c (mono_class_create_from_typedef): Added Vector2l.
7521 2008-10-27  Rodrigo Kumpera  <rkumpera@novell.com>
7523         * class.c (mono_class_create_from_typedef): Added Vector2d.
7525 2008-10-27 Gonzalo Paniagua Javier <gonzalo@novell.com>
7527         * appdomain.c: translate \ into / for cache_path.
7528         * domain-internals.h: new mono_is_shadow_copy_enabled().
7529         * icall.c: (fill_reflection_assembly_name) do the same path
7530         manipulations that get_code_base does.
7531         (get_code_base) use mono_is_shadow_copy_enabled.
7533 2008-10-26 Gonzalo Paniagua Javier <gonzalo@novell.com>
7535         * appdomain.c: shadow-copied assemblies go to CachePath +
7536         ApplicationName when both are set. DynamicBase has nothing to do with
7537         shadow copies.
7538         Bug #406877 fixed.
7540 2008-10-26  Zoltan Varga  <vargaz@gmail.com>
7542         * reflection.c (encode_locals): Use a cache to avoid duplicate entries in the
7543         STANDALONESIG table.
7545         * metadata-internals.h (struct _MonoDynamicImage): Add cache for
7546         standalone signatures.
7548         * marshal.c (mono_marshal_get_runtime_invoke): Rewrite the signature 
7549         comparison code: instead of comparing the signatures using a custom
7550         equals function, transform them to a common signature and compare that. This
7551         works better with AOT.
7553 2008-10-25  Zoltan Varga  <vargaz@gmail.com>
7555         * Reapply r116521 with (!mono_debug_using_mono_debugger ()) checks.
7557         * class.c (mono_class_init): Remove unneccesary mono_class_setup_properties ()
7558         call for generic instances.
7559         (mono_class_setup_properties): Call setup_properties () before accessing
7560         gklass->properties.
7562         * class.c (mono_class_get_virtual_methods): New helper function to iterate
7563         over the virtual methods of a class using metadata if possible, avoiding the
7564         creation of MonoMethod's for non-virtual methods.
7565         
7566         * class.c (mono_class_setup_vtable_general): Rewrite this to use 
7567         get_virtual_methods () to iterate over the virtual methods of classes.
7569 2008-10-25  Martin Baulig  <martin@ximian.com>
7571         * mono-debug.h (MONO_DEBUG_VAR_ADDRESS_MODE_DEAD): New #define.
7573 2008-10-24  Rodrigo Kumpera  <rkumpera@novell.com>
7575         * class.c (mono_class_create_from_typedef): Added Vector4i.
7577 2008-10-24  Mark Probst  <mark.probst@gmail.com>
7579         * marshal.c (mono_marshal_get_synchronized_wrapper): Emit
7580         ldtoken+GetTypeFromHandle instead of i4+icall so that the JIT
7581         special-casing applies to eliminate the call completely.
7583 2008-10-24  Rodrigo Kumpera  <rkumpera@novell.com>
7585         * class.c (mono_class_create_from_typedef): Added Vector8s.
7587 2008-10-23  Rodrigo Kumpera  <rkumpera@novell.com>
7589         * class.c (mono_class_create_from_typedef): Added Vector16sb.
7591 2008-10-23 Gonzalo Paniagua Javier <gonzalo@novell.com>
7593         * icall.c: get rid of annoying warning.
7595 2008-10-23 Gonzalo Paniagua Javier <gonzalo@novell.com>
7597         * threadpool.c: in 1.x, if you change the background status of the
7598         threadpool thread, it's not reset.
7599         Remove unnecessary calls to SetState.
7601 2008-10-22 Gonzalo Paniagua Javier <gonzalo@novell.com>
7603         * threadpool.c: asynchronously create a set of idle threads upon first
7604         use of the threadpool. SetMinThreads will now start the appropriate
7605         number of idle threads if they are not already running. The default is
7606         1 threadpool thread per CPU. Increased the maximum number of threads
7607         per CPU to 10.
7609 2008-10-22  Martin Baulig  <martin@ximian.com>
7611         Revert r116521 from Zoltan, it breaks the debugger:
7613         * class.c (mono_class_get_virtual_methods): New helper function to iterate
7614         over the virtual methods of a class using metadata if possible, avoiding the
7615         creation of MonoMethod's for non-virtual methods.
7616         
7617         * class.c (mono_class_setup_vtable_general): Rewrite this to use 
7618         get_virtual_methods () to iterate over the virtual methods of classes.
7620 2008-10-22 Gonzalo Paniagua Javier <gonzalo@novell.com>
7622         * threads.c: when creating a threadpool thread, set its state to
7623         'background'.
7624         * threadpool.c: reset the background state of a threadpool thread
7625         after finishing each work item
7626         Bug #437888 fixed.
7628 2008-10-22  Zoltan Varga  <vargaz@gmail.com>
7630         * class.c (mono_class_get_vtable_entry): Add an optimization for szarrays.
7631         
7632         * class.c (mono_class_setup_vtable_general): Add an optimized version for
7633         generic instances which works by inflating the methods in the container
7634         class's vtable.
7636         * class.c (mono_class_inflate_generic_type_with_mempool_no_copy): New
7637         variant which doesn't make a copy if no inflation was done.
7638         (mono_class_setup_fields): Use it.
7640         * metadata.c (mono_metadata_get_shared_type): New helper function to
7641         return a shared instance of a given MonoType.
7643         * class.c (mono_class_inflate_generic_type_with_mempool): Avoid making
7644         a copy of most non-generic types.
7646 Wed Oct 22 18:00:46 CEST 2008 Paolo Molaro <lupus@ximian.com>
7648         * threadpool.c: remove one more GetSystemInfo () call.
7650 Wed Oct 22 17:45:48 CEST 2008 Paolo Molaro <lupus@ximian.com>
7652         * mono-perfcounters.c, icall-def.h, environment.c, environment.h:
7653         use the code in mono-proclib.h to get processor information.
7655 2008-10-22 Gonzalo Paniagua Javier <gonzalo@novell.com>
7657         * appdomain.c: fixed the logic that determines whether assemblies in a
7658         directory are "shadow-copied" or not. Bug #433483 fixed.
7660 2008-10-22  Zoltan Varga  <vargaz@gmail.com>
7662         * process.c (ves_icall_System_Diagnostics_Process_GetProcessData): Fix a
7663         warning.
7665 2008-10-21  Zoltan Varga  <vargaz@gmail.com>
7667         * marshal.c (runtime_invoke_signature_equal): Don't shared wrappers
7668         returning a vtype.
7670         * class.c debug-helpers.c object.c class-internals.h marshal.c icall.c
7671         reflection.c: Use mono_field_get_name () for accessing a field's name.
7673         * class-internals.h (MONO_CLASS_HAS_STATIC_METADATA): Move this here from
7674         class.c
7676         * class.c (mono_field_get_rva): Fix crash if this is called on a dynamic
7677         field.
7679         * loader.c (find_method_in_class): Reenable the metadata optimization by
7680         not using it for generic instances.
7682         * class-internals.h (MonoFieldDefaultValue): Extract the rarely used 
7683         data/def_type fields from MonoClassField into a separate structure.
7684         (struct MonoClassField): Remove data/def_type fields.
7685         (struct _MonoClass): Add a 'field_def_values' array to store the default
7686         values/RVA for fields.
7688         * class.c reflection.c: Update after the changes.
7689         
7690         * object.c (mono_class_create_runtime_vtable): Use mono_field_get_data ()
7691         for accessing field->data.
7693         * icall.c (ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_InitializeArray): Ditto.
7695         * loader.c (find_method_in_class): Revert the last change for now as
7696         it breaks Mono.C5 unit tests.
7698         * class-internals.h (struct _MonoDynamicGenericClass): Add fields
7699         'field_generic_types' and 'field_objects' which contain the information
7700         previously stored in MonoInflatedField.
7701         (MonoInflatedField): Delete.
7702         (struct _MonoClassField): Delete 'generic_info' field.
7704         * reflection.c: Store the information which was previously in 
7705         field->generic_info in MonoDynamicGenericClass instead.
7707         * metadata.c (free_generic_class): Update after MonoDynamicGenericClass/
7708         MonoClassField changes.
7710 Tue Oct 21 17:07:55 CEST 2008 Paolo Molaro <lupus@ximian.com>
7712         * marshal.c, method-builder.c: get rid of wrapper_hash and instead
7713         store the value inside the data array of the MonoMethodWrapper.
7714         This saves memory, is faster and fixes the lifetime issues (methods
7715         were never removed from the hash previously). May also fix bug#436996.
7717 2008-10-21  Zoltan Varga  <vargaz@gmail.com>
7719         * reflection.c (mono_image_get_fieldref_token): For fields of non-dynamic 
7720         generic instances, compute the type from the generic definition instead of
7721         looking in field->generic_info.
7723         * class.c (mono_class_setup_fields): Don't create a MonoInflatedField
7724         for inflated fields, the only user was get_fieldref_token () which no
7725         longer needs it.
7727         * class.c (mono_class_init): Revert the last change as it seems to cause
7728         crashes.
7730         * class-internals.h (struct _MonoClassField): Reorder fields to save 4
7731         bytes on 64 bit platforms.
7733         * object.c (mono_class_create_runtime_vtable): Fix a warning.
7734         
7735         * object.c (mono_class_create_runtime_vtable): Don't initalize
7736         field->data/field->def_type here, it is done lazily by 
7737         mono_class_get_field_default_value ().
7739         * icall.c (ves_icall_get_enum_info): Call 
7740         mono_class_get_field_default_value () instead of directly accessing
7741         field->data and field->def_type.
7743         * object.c (get_default_field_value): Ditto.
7745         * class.c (mono_field_get_data): Ditto.
7746         
7747         * class.c (mono_class_init): Remove unneccesary mono_class_setup_methods ()
7748         call for generic instances.
7750         * loader.c (find_method_in_class): If klass != from_class, then inflate
7751         the method with the context of from_class, since the caller assumes this.
7753 2008-10-20  Zoltan Varga  <vargaz@gmail.com>
7755         * class.c (mono_method_get_vtable_index): Use mono_method_get_vtable_slot ()
7756         for accessing method->slot.
7758 2008-10-20  Cedric Vivier  <cedricv@neonux.com>
7760         * icall-def.h, icall.c: Add icall for Debugger.IsAttached.
7762 2008-10-19  Zoltan Varga  <vargaz@gmail.com>
7764         * class.c (mono_method_get_vtable_index): Use
7765         mono_method_get_vtable_slot () for accessing method->slot.
7767         * object.c (build_imt_slots): Use mono_class_get_method_by_index () for
7768         accessing klass->methods.
7770         * class.c (mono_method_get_vtable_slot): New helper function.
7771         (mono_class_get_vtable_entry): Ditto.
7772         (mono_class_setup_vtable_general): Use mono_method_get_vtable_slot () for
7773         accessing method->slot.
7775         * generic-sharing.c (mono_class_get_method_generic): Pass the declaring
7776         method to get_inflated_method ().
7778         * class.c (mono_class_get_inflated_method): New helper method to obtain
7779         a method of an inflated class without calling setup_methods ().
7780         (mono_class_get_cctor): Use get_inflated_method.
7782         * generic-sharing.c (mono_class_get_method_generic): Ditto.
7783         
7784         * marshal.c image.c: Lazily create all the marshal caches.
7786         * image.c (mono_image_init): Move initialization of runtime_invoke
7787         caches to marshal.c.
7789         * marshal.c (get_cache): New helper function to lazily initialize a 
7790         wrapper cache.
7791         (mono_marshal_get_runtime_invoke): Share more runtime invoke wrappers.
7793         * debug-helpers.c (mono_method_full_name): Include generic arguments.
7795 Fri Oct 17 10:51:32 CEST 2008 Paolo Molaro <lupus@ximian.com>
7797         * loader.c: fixed check for interface type.
7799 Thu Oct 16 20:59:11 CEST 2008 Paolo Molaro <lupus@ximian.com>
7801         * appdomain.c: check for NULL setup before it's referenced.
7804 Thu Oct 16 16:12:23 CEST 2008 Paolo Molaro <lupus@ximian.com>
7806         * class.c: remove the unused old vtable setup code.
7808 Thu Oct 16 12:53:29 CEST 2008 Paolo Molaro <lupus@ximian.com>
7810         * class.c: don't depend on interface order in
7811         setup_interface_offsets (bug #435777).
7812         * reflection.c: sort the InterfaceImpl table (patch from
7813         Jb Evain  <jbevain@novell.com>).
7815 2008-10-13  Zoltan Varga  <vargaz@gmail.com>
7817         * assembly.c (mono_assembly_open_full): Avoid loading images while holding
7818         the low level assemblies lock.
7820 Mon Oct 13 16:35:26 CEST 2008 Paolo Molaro <lupus@ximian.com>
7822         * domain-internals.h, domain.c, icall.c, image.c, marshal.c,
7823         object.c, reflection.c, socket-io.c, threads.c: introduced
7824         mono_framework_version () to return the major framewrok version,
7825         changed the code that was using more complex patterns to use it.
7826         Return the correct value for PlatformID for OSX.
7828 Mon Oct 13 14:38:01 CEST 2008 Paolo Molaro <lupus@ximian.com>
7830         * icall-def.h, process.h, process.c: added an icall to get info about
7831         processes using mono-proclib.
7833 Mon Oct 13 11:14:44 CEST 2008 Paolo Molaro <lupus@ximian.com>
7835         * mono-perfcounters.c: use the mono-proclib functions to
7836         access process information.
7838 Mon Oct 13 11:00:49 CEST 2008 Paolo Molaro <lupus@ximian.com>
7840         * domain.c, assembly.c, debug-mono-symfile.c, debug-mono-symfile.h,
7841         monosn.c, Makefile.am, pedump.c, image.c, metadata-internals.h,
7842         reflection.c: remove rawbuffer usage: mmap support is more sanely
7843         provided by utils/mono-mmap.
7845 Sat Oct 11 19:46:19 CEST 2008 Paolo Molaro <lupus@ximian.com>
7847         * gc.c: use posix semaphores when possible so that
7848         mono_gc_finalize_notify() is signal safe.
7850 2008-10-11  Zoltan Varga  <vargaz@gmail.com>
7852         * reflection.c: Implement DISABLE_REFLECTION_EMIT, remove some
7853         #ifdef DISABLE_REFLECTION_SAVE stuff, only the exported functions need to
7854         be #ifdef-ed out, the linker will remove the rest.
7856         * marshal.c: Implement DISABLE_COM.
7858         * reflection.c: Implement DISABLE_REFLECTION_EMIT_SAVE.
7860 2008-10-11  Miguel de Icaza  <miguel@novell.com>
7862         * locales.c (string_invariant_compare_char): Optimization: do not
7863         call g_unichar_type unless we actually need the information.
7865 2008-10-10  Mark Probst  <mark.probst@gmail.com>
7867         * object.c, class-internals.h: Also create remoting trampolines
7868         for generic methods.  Pass the domain to the remoting trampoline
7869         creation function, too.
7871 2008-10-10  Zoltan Varga  <vargaz@gmail.com>
7873         * class.c (mono_class_init): Fix+re-enable the finalize optimization.
7875 2008-10-10  Rodrigo Kumpera  <rkumpera@novell.com>
7877         * class.c (mono_class_create_from_typedef): Vector4u was renamed to
7878         Vector4ui.
7880 2008-10-10 Gonzalo Paniagua Javier <gonzalo@novell.com>
7882         * assembly.c:
7883         * locales.c: remove the use of g_strdown. Fixes bug #322313.
7885 Fri Oct 10 17:01:42 CEST 2008 Paolo Molaro <lupus@ximian.com>
7887         * assembly.c: in mono_assembly_load_friends() take the assemblies lock
7888         for the least possible amount of time (extending the fix in r113458).
7890 2008-10-10  Rodrigo Kumpera  <rkumpera@novell.com>
7892         * class.c (mono_class_create_from_typedef): Retrofit to new type names.
7894 2008-10-09  Rodrigo Kumpera  <rkumpera@novell.com>
7896         * class.c (mono_class_create_from_typedef): Added Vector8u and Vector16u
7897         as possible simd intrinsic types.
7898         Optimized the test to check for the common prefix first.
7900 Thu Oct 9 17:38:24 CEST 2008 Paolo Molaro <lupus@ximian.com>
7902         * class.c: back out part of a broken optimization committed on
7903         May 23th (bug #433908).
7905 2008-10-09  Mark Probst  <mark.probst@gmail.com>
7907         * profiler.c (simple_shutdown): Don't call mono_thread_attach() on
7908         Win32.  Should fix #432388 for most cases until we have the new
7909         profiler on Win32.
7911 2008-10-08  Zoltan Varga  <vargaz@gmail.com>
7913         * metadata.c (mono_metadata_generic_context_hash): Call generic_inst_hash
7914         instead of using inst->id so the hash is stable for AOT.
7916 2008-10-07 Gonzalo Paniagua Javier <gonzalo@novell.com>
7918         * appdomain.c:
7919         * icall.c: create a .ini file for shadow-copied assemblies that
7920         contains the location of the original assembly. Use this to return the
7921         proper CodeBase for shadow-copied assemblies. Fixes bug #323606.
7922         Also fix the number of '/' for windows when returning the CodeBase.
7923         Fixes bug #430920.
7925 2008-10-07  Bill Holmes  <billholmes54@gmail.com>
7927         * marshal.c (cominterop_get_ccw) : Fixing a copy paste error from r115126.
7929         Code is contributed under MIT/X11 license.
7931 2008-10-07  Bill Holmes  <billholmes54@gmail.com>
7933         * marshal.c (cominterop_get_native_wrapper) : Adding a call to mono_class_setup_vtable
7934           if if the class vtable needs initialized.
7936         Code is contributed under MIT/X11 license.
7938 2008-10-07  Bill Holmes  <billholmes54@gmail.com>
7940         * marshal.c (cominterop_get_native_wrapper_adjusted, cominterop_get_ccw) : 
7941           Adding default MonoMarshalSpecs for COM methods.  OBJECT->STRUCT,
7942           STRING->BSTR, and CLASS->INTERFACE.
7944         Code is contributed under MIT/X11 license.
7946 2008-10-07  Marek Habersack  <mhabersack@novell.com>
7948         * sysmath.h: changed the declaration of the
7949         ves_icall_System_Math_Round2 icall by adding an extra
7950         away_from_zero parameter.
7952         * sysmath.c (ves_icall_System_Math_Round2): added support for
7953         away from zero rounding. The icall now takes an extra boolean
7954         parameter to signal that away from zero operation is requested.
7956 2008-10-06  Zoltan Varga  <vargaz@gmail.com>
7958         * marshal.c (mono_marshal_get_delegate_begin_invoke): Put the wrapper in
7959         the delegate klass so it can work with full-aot.
7960         (mono_marshal_get_delegate_end_invoke): Ditto.
7961         (mono_marshal_get_delegate_invoke): Ditto.
7963 Mon Oct 6 16:10:02 CEST 2008 Paolo Molaro <lupus@ximian.com>
7965         * gc.c, attach.h, attach.c: remove a bad pattern:
7966         add_finalizer_callback () is not implemented correctly, it can't
7967         without adding more overhead to the finalizer loop and it's not
7968         even needed, since we know exactly what we need to call, so there is
7969         no need to do so through an expensive function pointer.
7971 2008-10-04  Zoltan Varga  <vargaz@gmail.com>
7973         * gc.c: Define a dummy version of mono_gc_add_finalizer_thread_callback ()
7974         for the no-gc case.
7975         * attach.c (mono_attach_init): Remove the #ifdef.
7977 2008-10-04  Andreas Färber  <andreas.faerber@web.de>
7979         * attach.c (mono_attach_init): Don't use
7980         mono_gc_add_finalizer_thread_callback when compiling without GC.
7981         Fixes #432306.
7982         
7983         Code is contributed under MIT/X11 license.
7985 2008-10-03  Zoltan Varga  <vargaz@gmail.com>
7987         * class.c (mono_class_create_from_typedef): Remove the 
7988         #ifndef DISABLE_SIMD stuff.
7990 2008-10-03  Rodrigo Kumpera  <rkumpera@novell.com>
7992         * class-internals.h (MonoClass): Added simd_type bit field.
7994         * class.c (mono_class_create_from_typedef): Check if type is a simd
7995         intrinsic.
7997 2008-10-03  Mark Probst  <mark.probst@gmail.com>
7999         * object.c (mono_method_add_generic_virtual_invocation): Only add
8000         instantiations to the thunk whose count is at least as large as
8001         the threshold.
8003 2008-10-02 Gonzalo Paniagua Javier <gonzalo@novell.com>
8005         * icall.c: changed the Type of the exception thrown when trying to
8006         invoke a constructor on an abstract class. Part of the fix for bug
8007         #324185.
8009 2008-10-02  Mark Probst  <mark.probst@gmail.com>
8011         * class.c, class-internals.h (mono_method_get_vtable_index): New
8012         function which returns the index into the vtable and properly
8013         handles inflated virtual generic methods.
8015 2008-10-01  Mark Probst  <mark.probst@gmail.com>
8017         * object.c, domain.c, object-internals.h, domain-internals.h:
8018         Generalize IMT thunk machinery to also handle thunks for virtual
8019         generic method invokes.  When a virtual generic method is invoked
8020         more than a number of times we insert it into the thunk so that it
8021         can be called without lookup in unmanaged code.
8023         * generic-sharing.c, class-internals.h: Fetching a
8024         MonoGenericInst* for a method from an (M)RGCTX.
8026 2008-10-01  Zoltan Varga  <vargaz@gmail.com>
8028         * marshal.c (emit_marshal_string): Applied a variant of a patch by
8029         tom hindle <tom_hindle@sil.org>. Fix byref native-to-managed string
8030         marshalling. Fixes #431304.
8032 2008-10-01  Bill Holmes  <billholmes54@gmail.com>
8034         * marshal.c (emit_marshal_variant) : Change the attribute checks to 
8035           handle when ref is specified without In or Out.
8037         Code is contributed under MIT/X11 license.
8039 2008-09-30  Mark Probst  <mark.probst@gmail.com>
8041         * loader.c (mono_get_method_constrained): Don't expand method with
8042         the class's context, because it's already a method of that class.
8044 2008-09-30  Atsushi Enomoto  <atsushi@ximian.com>
8046         * attach.c : should be correct build fix.
8048 2008-09-29  Zoltan Varga  <vargaz@gmail.com>
8050         * attach.c: Fix the previous change.
8052 2008-09-29  Atsushi Enomoto  <atsushi@ximian.com>
8054         * attach.c : quick w32 build fix.
8056 2008-09-27  Miguel de Icaza  <miguel@novell.com>
8058         * Turn off MONO_GENERIC_SHARING=all and go back to corlib as it
8059         crashes MonoDevelop: #430455.
8061 2008-09-27  Zoltan Varga  <vargaz@gmail.com>
8063         * domain-internals.h (struct _MonoDomain): Move most fields used only by
8064         the JIT do MonoJitDomainInfo in ../mini/mini.h.
8066         * domain.c: Remove initialization/cleanup of the removed fields.
8068 2008-09-27  Mark Probst  <mark.probst@gmail.com>
8070         * class.c (mono_class_generic_sharing_enabled): Enable generic
8071         code sharing for PPC.
8073 2008-09-26  Bill Holmes  <billholmes54@gmail.com>
8075         * attach.c : Fixing the Windows builds.
8077         Code is contributed under MIT/X11 license.
8079 2008-09-25  Zoltan Varga  <vargaz@gmail.com>
8081         * class.c (mono_class_generic_sharing_enabled): Experimentally change 
8082         the default generic sharing mode to 'all'.
8084 2008-09-25  Mark Probst  <mark.probst@gmail.com>
8086         * generic-sharing.c, class-internals.h: New function for checking
8087         whether a method needs a static RGCTX invoke wrapper.  A few
8088         funtions moved from mini/generic-sharing.c.
8090         * icall.c: New function used.
8092 2008-09-25  Mark Probst  <mark.probst@gmail.com>
8094         * icall.c (ves_icall_System_Delegate_CreateDelegate_internal):
8095         Static RGCTX invoke wrapping applies to value type methods, too.
8097         * class.c (mono_class_setup_vtable_general): In generic-shared
8098         value types, wrap methods with a static RGCTX invoke wrapper.
8100 2008-09-25  Zoltan Varga  <vargaz@gmail.com>
8102         * attach.c (ipc_connect): Use AF_UNIX instead of AF_FILE to fix the
8103         osx build.
8105 2008-09-24  Zoltan Varga  <vargaz@gmail.com>
8107         * gc.c (mono_gc_add_finalizer_thread_callback): New function to
8108         register a callback which is called when the finalizer thread is woken
8109         up.
8110         (finalizer_thread): Call the callback if it exists.
8112         * attach.h attach.c: New files, implementing the attach mechanism.
8114         * appdomain.c: Init/cleanup the attach mechanism on startup/shutdown.
8115         
8116         * object.c (mono_object_get_virtual_method): Fix an assertion introduced
8117         by the previous change.
8119 Tue Sep 23 15:24:03 CEST 2008 Paolo Molaro <lupus@ximian.com>
8121         * class.c, domain-internals.h, domain.c, generic-sharing.c, image.c,
8122         loader.c, marshal.c, metadata-internals.h, metadata.c,
8123         method-builder.c, object.c, reflection.c: introduced specific functions
8124         to allocate from the domain and image mempools and cleaned up most of
8125         the code to use them (still missing a few in reflection.c).
8126         Keep the loader bytes counter updated.
8128 Mon Sep 22 17:33:12 CEST 2008 Paolo Molaro <lupus@ximian.com>
8130         * domain.c, monitor.c, boehm-gc.c, gc.c: update some of the GC and
8131         loader-related counters.
8133 Mon Sep 22 17:29:54 CEST 2008 Paolo Molaro <lupus@ximian.com>
8135         * mono-perfcounters-def.h, mono-perfcounters.c, class-internals.h:
8136         added more MS-compatible counters.
8138 2008-09-22  Zoltan Varga  <vargaz@gmail.com>
8140         * class.c (mono_class_setup_fields): Call setup_fields before accessing
8141         class->blittable. Fixes #428217.
8143 2008-09-21  Zoltan Varga  <vargaz@gmail.com>
8145         * reflection.c (mono_image_get_field_on_inst_token): Call 
8146         field_encode_signature () since that handles custom modifiers too.
8147         Fixes #424663.
8149 2008-09-20  Zoltan Varga  <vargaz@gmail.com>
8151         * reflection.c (add_custom_modifiers): New helper function to merge custom
8152         modifiers stored in objects to a MonoType.
8153         (fieldref_encode_signature): Encode custom modifiers.
8154         (mono_image_get_generic_field_token): Call add_custom_modifiers ().
8155         (fieldbuilder_to_mono_class_field): Ditto. Fixes #424663.
8157 2008-09-19  Kornél Pál  <kornelpal@gmail.com>
8159         * coree.c (_CorValidateImage): Some 64-bit IL only images have entry point
8160         calling _CorDllMain imported from mscoree.dll. Set entry point RVA to 0 for
8161         64-bit IL only images because imports are not resolved for IL only images.
8162         Special thanks to Bill Holmes for finding this bug and testing the patch.
8163         Also fail for 64-bit images marked as CLI_FLAGS_32BITREQUIRED.
8165         Contributed under MIT/X11 license.
8167 2008-09-19  Miguel de Icaza  <miguel@novell.com>
8169         * mono-config.c (dllmap_start): Add support for the bits keyword
8170         on dllentry and dllmap to easily detect 32 vs 64 bit systems.
8172 2008-09-19  Mark Probst  <mark.probst@gmail.com>
8174         * reflection.c (inflate_mono_method): When the class the method is
8175         to be inflated for is itself not inflated, just return the method.
8177 Fri Sep 19 11:51:36 CEST 2008 Paolo Molaro <lupus@ximian.com>
8179         * mono-perfcounters.c: use more user friendly process instance names.
8181 2008-09-18  Bill Holmes  <billholmes54@gmail.com>
8183         * marshal.c (emit_marshal_variant) : Change the attribute checks to 
8184           handle "[in] ref" and "[in][out] ref" cases.
8186         * marshal.c (cominterop_get_ccw) : The wrong signature was being passed
8187           to mono_mb_create_method.  This was causing problems calling native to
8188           managed passing Variants by value.
8190         Code is contributed under MIT/X11 license.
8192 2008-09-18  Zoltan Varga  <vargaz@gmail.com>
8194         * class.c (can_access_internals): Call mono_assembly_load_friends ()
8195         before accessing the friend_assembly_names field.
8197         * assembly.c (mono_assembly_load_friends): Make this callable multiple
8198         times.
8199         (mono_assembly_load_from_full): Avoid calling load_friends (), it is
8200         called lazily when it is needed.
8202         * metadata-internals.h (struct _MonoAssembly): Add 
8203         'friend_assembly_names_inited' flag.
8205 Thu Sep 18 18:18:47 CEST 2008 Paolo Molaro <lupus@ximian.com>
8207         * mono-perfcounters-def.h: fix the types of a few counters.
8208         * mono-perfcounters.c: implemented the instance names getter
8209         and a few bugfixes.
8211 2008-09-18  Atsushi Enomoot  <atsushi@ximian.com>
8213         * culture-info-table.h : regenerated.
8215 2008-09-17  Robert Jordan  <robertj@gmx.net>
8217         * marshal.c (mono_marshal_get_ldflda_wrapper): Add support for
8218         context bound objects. Fixes #415577.
8220         Code is contributed under MIT/X11 license.
8222 Tue Sep 16 21:03:58 CEST 2008 Paolo Molaro <lupus@ximian.com>
8224         * icall-def.h, threads-types.h, threads.c: fixed SpinWait()
8225         implementation (bug #423582).
8227 2008-09-16  Zoltan Varga  <vargaz@gmail.com>
8229         * object.c (mono_object_get_virtual_method): Handle the case method->slot
8230         is not set. Fixes #426309.
8232 2008-09-16  Jb Evain  <jbevain@novell.com>
8234         * class.c (mono_class_from_name): fix the exported type look up
8235         when the type is defined in a referenced assembly.
8237 2008-09-16  Jb Evain  <jbevain@novell.com>
8239         * reflection.c (mono_image_fill_export_table_from_type_forwarders):
8240         increment the next index counter on each iteration to make that work
8241         for more than one type forwarder. Unmanaged part to fix #422929.
8243 2008-09-15  Mark Probst  <mark.probst@gmail.com>
8245         * object-internals.h: enum ComInterfaceType in
8246         MonoInterfaceTypeAttribute is guint32, not guint16.
8248 2008-09-12  Mark Probst  <mark.probst@gmail.com>
8250         * cil-coff.h, image.c, reflection.c: Endianness fixes in image
8251         writing code.
8253 2008-09-11  Mark Probst  <mark.probst@gmail.com>
8255         * icall.c: Boolean arguments to a runtime invoke are MonoBoolean,
8256         not gboolean.
8258 2008-09-11  Mark Probst  <mark.probst@gmail.com>
8260         * debug-mono-symfile.c (mono_debug_symfile_lookup_location):
8261         Endianness fixes for MonoSymbolFileOffsetTable.
8263 2008-09-10  Bill Holmes  <billholmes54@gmail.com>
8265         * process.c (complete_path) : Removing quotes from the 
8266           input path.  The glib file routines do not handle file paths
8267           that have quotes around them.
8269         Code is contributed under MIT/X11 license.
8271 2008-09-10  Bill Holmes  <billholmes54@gmail.com>
8273         * socket-io.h : Adding a comment to provide locations where 
8274           changes to MonoSocketAsyncResult need to be synced.
8276         Code is contributed under MIT/X11 license.
8278 2008-09-10  Zoltan Varga  <vargaz@gmail.com>
8280         * marshal.c (emit_marshal_custom): Call NativeToManaged for non-out 
8281         parameters as well. Fixes #425001.
8283 2008-09-08  Miguel de Icaza  <miguel@novell.com>
8285         * console-io.c (ves_icall_System_ConsoleDriver_TtySetup): Fix
8286         windows build.
8288 2008-09-07  Miguel de Icaza  <miguel@novell.com>
8290         * console-io.c: Add support for tracking the window size if it
8291         changes.
8293         The setup is very simple: the TtySetup function will now return a
8294         pointer to a location in memory that tracks the current console
8295         size.  The managed code checks its current value every time its
8296         queried against the last value set, and updates accordingly.
8298         With this setup we can work with multiple consoles, and we do not
8299         require to poke into managed code from a signal handler.
8301         Additionally, the environment for COLUMNS and LINES is now handled
8302         in unmanaged code.
8304         (ves_icall_System_ConsoleDriver_GetTtySize): This is now gone.
8306 2008-09-07  Mark Probst  <mark.probst@gmail.com>
8308         * marshal.c (mono_type_native_stack_size): Treat
8309         MONO_TYPE_TYPEDBYREF like MONO_TYPE_VALUETYPE.
8311 2008-09-04  Jb Evain  <jbevain@novell.com>
8313         * class.c (mono_class_is_assignable_from): fix assignability of nullables
8314         to nullables.
8316 2008-09-03 Rodrigo Kumpera  <rkumpera@novell.com>
8318         * verify.c (verify_type_compatibility_full): Revert change
8319         to allow converting a native int to unmanaged pointer be verifiable
8320         under non-strict mode.
8321         It turns out that "(IntPtr)null" is indeed unverifiable, go figure.
8323         * verify.c: Added some TODOs.
8325 2008-09-02  Bill Holmes  <billholmes54@gmail.com>
8327         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalAnsi,
8328           ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalUni) :
8329           Changed to use GlobalAlloc for the memory returned on Windows platforms.
8331         Code is contributed under MIT/X11 license.
8333 2008-09-02  Jb Evain  <jbevain@novell.com>
8335         * object.c (mono_ldstr_metdata_sig): renamed to mono_ldstr_metadata_sig.
8337 2008-09-02 Rodrigo Kumpera  <rkumpera@novell.com>
8339         reflection.c (typebuilder_setup_fields): Handle classes with
8340         explicit size.
8342 2008-09-01 Rodrigo Kumpera  <rkumpera@novell.com>
8344         class.c (mono_class_setup_events): Add memory barrier due to
8345         double checked locking.
8346         
8347         class.c (mono_class_setup_properties): Same.
8349 2008-08-31  Zoltan Varga  <vargaz@gmail.com>
8351         * class.c (mono_class_is_assignable_from): Fix the build.
8352         
8353         * class.c (mono_class_is_assignable_from): Call mono_class_setup_vtable ()
8354         before accessing klass->interface_bitmap. Fixes #421744.
8356 2008-08-28  Zoltan Varga  <vargaz@gmail.com>
8358         * appdomain.c (mono_runtime_set_no_exec): New internal function setting
8359         the runtime into no-exec mode, useful when running the AOT compiler.
8361         * appdomain.c gc.c object.c: Avoid executing managed code when running
8362         in no-exec mode.
8363         
8364         * rawbuffer.c (mono_raw_buffer_load_mmap): Disable this on the iphone.
8366         * reflection.c (_mono_reflection_get_type_from_info): Handle the 
8367         special case when the mono_assembly_loaded () returns NULL because the 
8368         search hook is not installed.
8370 2008-08-25  Zoltan Varga  <vargaz@gmail.com>
8372         * marshal.c: Applied patch from tom hindle (tom_hindle@sil.org) to fix
8373         crashes in bstr marshalling on linux.
8375 2008-08-24  Zoltan Varga  <vargaz@gmail.com>
8377         * debug-helpers.c (mono_type_get_desc): Fix printing of generic instances
8378         with more than one parameter.
8380 2008-08-24  Miguel de Icaza  <miguel@novell.com>
8382         * console-io.c (ves_icall_System_ConsoleDriver_TtySetup): Disable
8383         start/stop flow control as well when turning off ICANON (allows
8384         C-s and C-q to be read by Console.ReadKey).
8386 2008-08-24  Zoltan Varga  <vargaz@gmail.com>
8388         * class.c (mono_class_init): Move the initialization of nested classes
8389         into mono_class_get_nested_types (). Fixes #418433.
8391         * class-internals.h (struct _MonoClass): Add a new 'nested_classes_inited'
8392         flag.
8394         * class.c reflection.c icall.c: Use mono_class_get_nested_types () for 
8395         iterating tough the nested classes of a class.
8397 2008-08-23  Zoltan Varga  <vargaz@gmail.com>
8399         * class.c (mono_class_generic_sharing_enabled): Enable generic sharing
8400         on arm.
8402 2008-08-22  Miguel de Icaza  <miguel@novell.com>
8404         * console-io.c (sigcont_handler): Support signal chaining for
8405         SIGCONT.
8407         (console_set_signal_handlers): Use best practices with sigaction,
8408         clear the structure before using it. 
8410 2008-08-22  Robert Jordan  <robertj@gmx.net>
8412         * console-io.c (ves_icall_System_ConsoleDriver_TtySetup):
8413         Fix the Windows build.
8415 2008-08-22  Zoltan Varga  <vargaz@gmail.com>
8417         * class.c (mono_class_generic_sharing_enabled): Make the default
8418         sharing mode 'corlib'.
8420 2008-08-21  Zoltan Varga  <vargaz@gmail.com>
8422         * console-io.c (console_set_signal_handlers): Fix a warning.
8424         * marshal.c (mono_marshal_get_synchronized_wrapper): Call the wrapper
8425         method normally, the JIT will take care of avoiding recursion.
8427 2008-08-20  Bill Holmes  <billholmes54@gmail.com>
8429         * console-io.c : Fixing builds for platforms that do not have <termios.h>.
8431         Code is contributed under MIT/X11 license.
8433 2008-08-20  Miguel de Icaza  <miguel@novell.com>
8435         * console-io.c (sigcont_handler): We need to restore the entire
8436         termios state, not only the original settings, as things like echo
8437         can be controlled after this (Booish exposes this issue with its
8438         own ReadLine implementation).
8440         Additionally, we need to set the terminal back into keypad_xmit
8441         mode.
8442         
8443         (ves_icall_System_ConsoleDriver_TtySetup): Take the keypad xmit
8444         string as a paramter as well.   Otherwise we get different
8445         keyboard sequences.
8447 2008-08-20  Zoltan Varga  <vargaz@gmail.com>
8449         * marshal.c (emit_marshal_object): Avoid managed-to-native marshalling of
8450         delegates with byref out parameter passing. Fixes #351520.
8452         * debug-helpers.c (mono_context_get_desc): New helper function to stringify
8453         a generic context.
8454         (mono_type_get_desc): Add the type arguments for GENERICINST.
8455         (mono_method_full_name): Stringify the class name using mono_type_full_name
8456         so it picks up generic arguments.
8458 2008-08-19  Gert Driesen  <drieseng@users.sourceforge.net>
8460         * console-io.c: Removed debug output.
8462 2008-08-19 Rodrigo Kumpera  <rkumpera@novell.com>
8464         reflection.c (mono_reflection_create_runtime_class): Alloc
8465         the nested classes linked list using the dynamic image mempool.
8466         Fixes leak in corlib compilation.
8468 2008-08-19  Miguel de Icaza  <miguel@novell.com>
8470         * console-io.c: Fix incredibly annoying behavior on the console
8471         after resuming execution after control-z.   This affected every
8472         console application.
8474 2008-08-18 Rodrigo Kumpera  <rkumpera@novell.com>
8476         * mempool-internals.h: Header for mono private mempool functions. The first
8477         two function are for allocating glib linked lists using pools.
8479         * mempool.c: Added g_list_prepend_mempool and g_slist_prepend_mempool.
8481         * Makefile.am: Added mempool-internals.h.
8483 2008-08-16  Zoltan Varga  <vargaz@gmail.com>
8485         * domain.c (mono_domain_create): Call the JIT domain hook if installed.
8486         (mono_domain_free): Ditto.
8488         * domain-internals.h (struct _MonoDomain): Add 'runtime_info' field, this could
8489         be used by the JIT to store its domain-specific information, instead of putting
8490         it directly into MonoDomain.
8492         * domain.c (mono_install_create_domain_hook): New helper function to install
8493         a hook which initializes domain->runtime_info.
8495         * domain.c (mono_install_free_domain_hook): Ditto.
8496         
8497 2008-08-15  Zoltan Varga  <vargaz@gmail.com>
8499         * marshal.c (mono_delegate_end_invoke): Raise an exception instead of
8500         asserting if the ares parameter is null.
8502         * mono-perfcounters.c: Fix warnings.
8504         * marshal.c (mono_marshal_get_delegate_begin_invoke): Don't set save_lmf, it
8505         is not needed, don't check for interruptions either.
8506         (mono_marshal_get_delegate_end_invoke): Ditto.
8508 2008-08-15  Marek Habersack  <mhabersack@novell.com>
8510         * mono-perfcounters.c (predef_readonly_counter): added support for
8511         reading the ASP.NET Requests Queued counter from another process.
8513 2008-08-12  Zoltan Varga  <vargaz@gmail.com>
8515         * metadata-internals.h: Move the 'aot_module' field from MonoAssembly to
8516         MonoImage to simplify the AOT code.
8518 2008-08-10  Zoltan Varga  <vargaz@gmail.com>
8520         * marshal.c (emit_marshal_object): Implement native-to-managed StringBuilder
8521         marshalling. Fixes #416078.
8523 2008-08-08  Zoltan Varga  <vargaz@gmail.com>
8524         
8525         * marshal.c (mono_marshal_get_native_wrapper): Add an 'aot' argument, when
8526         it is set, looking up the icall address is deferred to the JIT, since 
8527         in embedded scenarios, the icall might not be registered in the runtime
8528         doing the AOT compilation. Backported from the 2.0 branch.
8530 2008-08-08  Zoltan Varga  <vargaz@gmail.com>
8532         * marshal.c (mono_remoting_wrapper): Handle nullable types correctly.
8533         Fixes #415621.
8535 2008-08-05  Marek Habersack  <mhabersack@novell.com>
8537         * Makefile.am: added support for cross-compilation.
8539 2008-08-04  Zoltan Varga  <vargaz@gmail.com>
8541         * socket-io.c (get_socket_assembly): Make 'moonlight' variable static.
8543 Fri Aug 1 18:47:48 CEST 2008 Paolo Molaro <lupus@ximian.com>
8545         * mono-perfcounters.c: jitted methods and jitted bytes counters.
8547 Fri Aug 1 16:07:09 CEST 2008 Paolo Molaro <lupus@ximian.com>
8549         * class-internals.h, icall-def.h, mono-perfcounters-def.h,
8550         mono-perfcounters.c: performance counters implementation.
8552 2008-07-31  Zoltan Varga  <vargaz@gmail.com>
8554         * metadata-internals.h (struct _MonoAssembly): Change the type of 'aot_module'
8555         to gpointer, letting the AOT code decide what to store in it.
8557 2008-07-31  Bill Holmes  <billholmes54@gmail.com>
8559         * marshal.c (cominterop_get_native_wrapper) : Adding a call to 
8560           mono_class_setup_methods if the methods are not initialized.
8562         Code is contributed under MIT/X11 license.
8564 2008-07-30 Rodrigo Kumpera  <rkumpera@novell.com>
8566         * verify.c: Remove some debug code I commited by accident.
8568         * verify.c (mono_method_is_valid_in_context): Change the return value
8569         to make possible to distinguish between invalid and unverifiable.
8571         * verify.c (verifier_load_method): Don't return NULL for unverifiable
8572         methods.
8574 2008-07-30 Rodrigo Kumpera  <rkumpera@novell.com>
8576         * verify.c (mono_generic_param_is_constraint_compatible): Inflate type
8577         constraints. Fixes regression in gtest-253.
8579 2008-07-30 Rodrigo Kumpera  <rkumpera@novell.com>
8581         * verify.c (mono_verifier_verify_class): Don't allow generic types
8582         with explicit layout.
8584         * verify.c (mono_method_verify): Check locals and argument types.
8586 2008-07-29  Zoltan Varga  <vargaz@gmail.com>
8588         * monitor.c (mono_monitor_try_enter_internal): Allow nterruption of the
8589         wait if the thread is in StopRequested state.
8591         * class.c (mono_class_from_name): Refactor the module searching code into
8592         a separate function so it can be reused in the AOT case too.
8594 2008-07-28 Rodrigo Kumpera  <rkumpera@novell.com>
8596         * verify.c (mono_type_is_valid_in_context): Improve the error message.
8597         Check both the type and it's generic type definition for loader errors.
8598         
8599         * verify.c (mono_method_is_valid_in_context): Don't generate another
8600         error when a type errors occur, this leads to the wrong exception been
8601         thrown.
8603 2008-07-28  Dick Porter  <dick@ximian.com>
8605         * icall-def.h
8606         * process.c
8607         (ves_icall_System_Diagnostics_Process_ProcessHandle_duplicate):
8608         New internal calls to duplicate and close a process handle.
8610 2008-07-27  Andreas Färber  <andreas.faerber@web.de>
8612         * object.c (CHECK_ADD_OVERFLOW_UN): Add missing bracket. Fixes #412499.
8614 2008-07-27  Zoltan Varga  <vargaz@gmail.com>
8616         * appdomain.c (unload_thread_main): Attach the unload thread to the runtime.
8618 2008-07-27  Robert Jordan  <robertj@gmx.net>
8620         * class.c (mono_class_init): Don't compute class.has_finalize for
8621         valuetypes. Fixes #412477.
8623 2008-07-25 Rodrigo Kumpera  <rkumpera@novell.com>
8625         * verify.c: Implement constraint equivalence checking.
8626         This is required when a generic parameter is used as
8627         argument to a constrained one.
8629         Fixes #410637.
8631 2008-07-24  Zoltan Varga  <vargaz@gmail.com>
8633         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
8635         * domain-internals.h (struct _MonoDomain): Add 'method_code_hash' field.
8637         * object-internals.h (struct _MonoDelegate): Add 'method_code' field,
8638         synch with managed object layout.
8640 2008-07-24 Rodrigo Kumpera  <rkumpera@novell.com>
8642         * verify.c (do_branch_op): Handle valuetypes and generic
8643         arguments properly.
8645         * verify.c (do_cmp_op): Same.
8647         Fixes #410383.
8649 2008-07-24  Mark Probst  <mark.probst@gmail.com>
8651         * generic-sharing.c: Fix memory leaks.
8653         * class.c, class-internals.h: Make
8654         mono_class_inflate_generic_type_with_mempool() non-static.
8656 2008-07-24 Rodrigo Kumpera  <rkumpera@novell.com>
8658         * pedump.c (dump_verify_info): Dump full class name.
8660 2008-07-24  Mark Probst  <mark.probst@gmail.com>
8662         * generic-sharing.c: Removed some old code that didn't do anything.
8664 2008-07-24  Massimiliano Mantione  <massi@ximian.com>
8665         * profiler.c: Added runtime_initialized_event,
8666         mono_profiler_install_runtime_initialized and
8667         mono_profiler_runtime_initialized. This new hook tells the profiler
8668         when the runtime is sufficiently initialized to be able to call
8669         mono_thread_attach on the root appdomain.
8670         * profiler.h, profiler-private.h: Likewise.
8672 2008-07-23 Rodrigo Kumpera  <rkumpera@novell.com>
8674         * verify.c (do_cast): Do boxing for generic arguments as well.
8676         * class.c (is_nesting_type): Drop generic instantiations before
8677         checking for nesting.
8679         * class.c (can_access_instantiation): Allow access to generic
8680         arguments.
8682 2008-07-23 Rodrigo Kumpera  <rkumpera@novell.com>
8684         * verify.c (verify_class_for_overlapping_reference_fields):
8685         On some cases, the field size might be zero, guard against that.
8686         Fix the explicit layout check to work as expected.
8688 2008-07-23  Zoltan Varga  <vargaz@gmail.com>
8690         * threads.c (ves_icall_System_Threading_Thread_Abort): Avoid calling 
8691         mono_thread_resume () during shutdown, since the thread we want to abort
8692         might be suspended.
8694 2008-07-22  Zoltan Varga  <vargaz@gmail.com>
8696         * mono-debug-debugger.c (mono_debugger_check_breakpoints): Fix a 
8697         warning.
8699         * debug-mono-symfile.c: Fix a warning.
8701         * mono-perfcounters.c (get_cpu_times): Fix a warning.
8703         * object.c (mono_class_vtable): Check if exception_type is set, and return
8704         NULL as defined by the function comments.
8706 2008-07-22  Mark Probst  <mark.probst@gmail.com>
8708         * mempool.c: Use malloc for every single mempool allocation if the
8709         configure option is set.  This makes it easier to track mempool
8710         allocations with tools like Valgrind.
8712 2008-07-22  Jb Evain  <jbevain@novell.com>
8714         * reflection.c (create_dynamic_mono_image): emit the same
8715         metadata version that SL2 does when creating a SL2 image.
8717 2008-07-21 Rodrigo Kumpera  <rkumpera@novell.com>
8719         * icall-def.h:
8720         * icall.c: New icall System.Enum:get_hashcode. This function
8721         avoids the overhead of boxing the enum to the underlying type.
8723 2008-07-21  Mark Probst  <mark.probst@gmail.com>
8725         * reflection.c (mono_method_get_object): Don't let static RGCTX
8726         invoke wrappers get into MonoReflectionMethods.
8728 2008-07-17 Rodrigo Kumpera  <rkumpera@novell.com>
8730         * object-internals.h:
8731         * object.c: New mono_runtime_class_init_full function
8732         that makes throwing the exception optinal.
8734         * class-internals.h: New exception type MONO_EXCEPTION_OBJECT_SUPPLIED
8735         for the case where the exception object is supplied.
8737 2008-07-16  Kornél Pál  <kornelpal@gmail.com>
8739         * coree.h: Define __ImageBase as _image_base__ on cygwin that fixes build with
8740         old ld versions.
8742         Contributed under MIT/X11 license.
8744 2008-07-16 Rodrigo Kumpera  <rkumpera@novell.com>
8746         * string-icalls.c (ves_icall_System_String_InternalSplit):
8747         Optimize array allocation by caching the MonoClass of the
8748         array type.
8750         * icall.c (ves_icall_Type_GetMethodsByName): Same.
8752         * reflection.c (mono_param_get_objects): Same.
8754 2008-07-16 Rodrigo Kumpera  <rkumpera@novell.com>
8756         * icall-def.h:
8757         * icall.c: New ves_icall_MonoGenericClass_InflateType icall.
8758         It inflates the given type using the class context.
8760 2008-07-15 Rodrigo Kumpera  <rkumpera@novell.com>
8762         * object.c (mono_class_try_get_vtable): New function. Tries to fetch
8763         the vtable if it already exists.
8765         * object-internals.h: Add mono_class_try_get_vtable as part of the
8766         internal API.
8768         * reflection.c (mono_type_get_object): Use the MonoObject from the
8769         vtable when possible. Reduces locking contention on reflection heavy
8770         code.
8772 2008-07-15  Zoltan Varga  <vargaz@gmail.com>
8774         * decimal.c (my_g_bit_nth_msf): Implement this directly without calling
8775         g_bit_nth_msf () since that macro is not implemented in eglib.
8777 2008-07-13  Zoltan Varga  <vargaz@gmail.com>
8779         * class.c (mono_class_generic_sharing_enabled): Always disable generic sharing
8780         on platforms which do not support it.
8782 2008-07-12  Zoltan Varga  <vargaz@gmail.com>
8784         * marshal.c (mono_signature_to_name): Encode sig->hasthis as well.
8786 2008-07-11  Martin Baulig  <martin@ximian.com>
8788         * mono-debug-debugger.h
8789         (MonoDebuggerEvent): Add `MONO_DEBUGGER_EVENT_INTERRUPTION_REQUEST'.
8791         * mono-debug-debugger.c
8792         (_mono_debugger_interruption_request): New global volatile variable.
8793         (mono_debugger_check_interruption): New public function.
8795         * threads.c
8796         (mono_thread_current_check_pending_interrupt): Call
8797         mono_debugger_check_interruption().
8798         (mono_thread_interruption_checkpoint_request): Likewise.
8800 2008-07-11 Rodrigo Kumpera  <rkumpera@novell.com>
8802         * verify.c: Add more type checks for loaded types. Verify the result
8803         handle from ldtoken.
8805 2008-07-11 Rodrigo Kumpera  <rkumpera@novell.com>
8807         * loader.c (field_from_memberref): Don't crash if the field
8808         wasn't found.
8810 2008-07-11 Rodrigo Kumpera  <rkumpera@novell.com>
8812         * verify.c: Verify if type and method instantiations
8813         don't have invalid VAR or MVAR arguments.
8815 2008-07-11 Rodrigo Kumpera  <rkumpera@novell.com>
8817         * verify.c: Fix double free of function pointer list.
8819 2008-07-11 Rodrigo Kumpera  <rkumpera@novell.com>
8821         * object.c (mono_string_to_utf8): Comment the new code as it
8822         breaks under eglib.
8824 2008-07-08 Rodrigo Kumpera  <rkumpera@novell.com>
8826         * object.c (mono_string_to_utf8): Avoid allocating a temp array.
8828 2008-07-07  Bill Holmes  <billholmes54@gmail.com>
8830         * threads.c : Thread.Interrupt changes to ensure that ThreadInterruptedException
8831           is not throw too many times.
8833         Code is contributed under MIT/X11 license.
8835 2008-07-07  Zoltan Varga  <vargaz@gmail.com>
8837         * mono-debug.c (mono_debug_find_method): Allow this to be called even when
8838         debugging is turned off.
8840 2008-07-06  Zoltan Varga  <vargaz@gmail.com>
8842         * generic-sharing.c (mono_method_lookup_rgctx): Fix a warning.
8844 2008-07-04  Mark Probst  <mark.probst@gmail.com>
8846         * class-internals.h, class.c: Added new generic sharing option:
8847         Share only stuff in System.Collections.Generic, which is now the
8848         default.
8850 2008-07-04  Mark Probst  <mark.probst@gmail.com>
8852         * generic-sharing.c, class-internals.h: New function for getting a
8853         generic method in a generic class given the corresponding method
8854         for a different instantiation of the class.  Partly refactored
8855         from mini-trampolines.c.
8857         * class.c: Make sure generic methods have a class_inst if they are
8858         part of a generic class.
8860         * metadata.c (mono_type_stack_size_internal): Handle type
8861         variables.
8863 2008-07-04  Mark Probst  <mark.probst@gmail.com>
8865         * domain-internals.h: New field (has_this) in MonoGenericJitInfo.
8866         Signifies whether information on the this/vtable/mrgctx variable
8867         is available.
8869 2008-07-04  Mark Probst  <mark.probst@gmail.com>
8871         * object.c, object-internals.h, icall.c: New function
8872         mono_delegate_ctor_with_method(), which does the same as
8873         mono_delegate_ctor(), but takes an explicit method argument
8874         instead of taking the method from the jit info.
8876         * marshal.c: When creating a delegate with an inflated method take
8877         the "this" argument as the target class for the castclass.
8879 2008-07-03  Mark Probst  <mark.probst@gmail.com>
8881         * domain.c (mono_jit_info_table_find): Fixed a bug that caused
8882         mono_jit_info_table_find() to perform very badly in some cases.
8884 2008-07-02  Zoltan Varga  <vargaz@gmail.com>
8886         * icall.c (type_from_typename): Handle 'string'.
8888         * marshal.c (mono_marshal_get_runtime_invoke): Don't insert runtime invoke
8889         wrappers into the wrapper_hash, since the key is not a MonoMethod.
8891 2008-07-01  Zoltan Varga  <vargaz@gmail.com>
8893         * icall.c (mono_get_jit_icall_info): New function to return the jit icall hash table.
8895         * *-gc.c (mono_gc_get_managed_allocator_types): New function to return the
8896         number of available managed allocator types.
8898         * marshal.c (mono_marshal_init): Register Thread:ResetAbort as an icall ().
8899         (mono_marshal_get_runtime_invoke): Call ResetAbort as an icall.
8901 2008-06-30  Zoltan Varga  <vargaz@gmail.com>
8903         * domain-internals.h (struct _MonoDomain): Add 'jit_code_hash_lock' field,
8904         which is a low level lock protecting just the 'jit_code_hash' hash table.
8906         * domain.c: Initialize+cleanup jit_code_hash_lock.
8907         
8908 2008-06-30  Kornél Pál  <kornelpal@gmail.com>
8910         * coree.c (mono_load_coree): Set coree_module_handle global variable only
8911         after initialization.
8913         * coree.h: Make MonoFixupExe internal.
8915         Contributed under MIT/X11 license.
8917 2008-06-30  Kornél Pál  <kornelpal@gmail.com>
8919         * coree.c (_CorValidateImage): Retain IMAGE_DIRECTORY_ENTRY_SECURITY
8920         because that is platform independent. Check NumberOfRvaAndSizes in PE32
8921         as well.
8922         (MonoLoadImage): New wrapper function around LoadLibrary to ensure that the
8923         image being loaded is a CLI image and _CorValidateImage gets called.
8925         * coree.h: Add MonoLoadImage.
8927         * image.c (mono_image_open_full): Load CLI images using MonoLoadImage
8928         instead of LoadLibrary.
8930         Contributed under MIT/X11 license.
8932 2008-06-29 Rodrigo Kumpera  <rkumpera@novell.com>
8934         * icall.c (ves_icall_System_ValueType_Equals): Avoid allocating objects
8935         for any primitive type.
8937 2008-06-29  Zoltan Varga  <vargaz@gmail.com>
8939         * object.c (mono_array_new_specific): Optimize this and the other allocation
8940         functions a bit.
8941         
8942         * object.c (mono_class_create_runtime_vtable): Use typed allocation in other
8943         domains too if mono_dont_free_domains is set.
8945         * domain-internals.h (mono_dont_free_domains): New internal option controlling
8946         whenever to free appdomain data after it has been unloaded.
8948         * domain.c (mono_domain_free): Don't free appdomain data if the option is set.
8949         
8950 2008-06-28  Zoltan Varga  <vargaz@gmail.com>
8952         * icall.c (ves_icall_System_Enum_get_underlying_type): New icall.
8953         (mono_method_get_equivalent_method): Fix a warning.
8955         * object.c (mono_message_init): Avoid looking up array types for each call.
8957 2008-06-27  Zoltan Varga  <vargaz@gmail.com>
8959         * object.c (mono_message_invoke): Avoid looking up the object[] type for each
8960         call.
8962         * icall.c (ves_icall_System_ValueType_Equals): Optimize the comparison of enums
8963         even more.
8965         * class.c (mono_class_get_fields): Avoid calling setup_fields_locking () for
8966         each iteration.
8968         * icall.c (ves_icall_System_ValueType_Equals): Avoid traversing all the static
8969         fields of an enum.
8971 2008-06-26 Rodrigo Kumpera  <rkumpera@novell.com>
8973         * object.c (mono_value_box): Fix boxing of nullables.
8975 2008-06-26  Kornél Pál  <kornelpal@gmail.com>
8977         * assembly.c (mono_set_rootdir): Use __ImageBase instead of
8978         mono_module_handle that is defined by the linker; no initialization required.
8979         * coree.h: Remove mono_module_handle, add __ImageBase, update
8980         mono_image_open_from_module_handle.
8981         * coree.c (_CorValidateImage): Convert platform independent PE32 images to
8982         PE32+ on 64-bit Windows that makes the OS able to load CIL images as modules.
8983         (MonoFixupCorEE): Export Address Table RVAs are 32-bit unsigned integers so
8984         memory has to be allocated for trampolines (x64) or procedure labels (IA64) up
8985         to 4 GB away from image base address. IA64 version is not tested but was very
8986         easy to implement and should work if we ever need it.
8987         * domain.c (mono_init_internal): Avoid system error message boxes.
8988         * image.c (mono_image_open_from_module_handle): Replace ref_count argument
8989         with has_entry_point. Handle do_mono_image_load fauilre correctly.
8990         (mono_image_open_full, mono_image_close): Use has_entry_point instead of
8991         coff_attributes that is a more reliable way to detect if _CorDllMain was called.
8992         * metadata-internals.h: Add has_entry_point to _MonoImage on Windows.
8994         Contributed under MIT/X11 license.
8996 2008-06-25 Rodrigo Kumpera  <rkumpera@novell.com>
8998         * class.c, class-internals.h: Export mono_class_get_generic_type_definition
8999         as part of the private mono API.
9000         
9001         * loader.c (ves_icall_System_Reflection_MethodBase_GetMethodFromHandleInternalType):
9002         Do proper argument checking for methods that belong to generic classes.
9003         Do proper type resolution for GMFH/2.
9004         Fixes #377324.
9005         
9006 2008-06-25 Rodrigo Kumpera  <rkumpera@novell.com>
9008         * verify.c (do_switch): Fix a memory corruption bug with
9009         the jump index is out of bound.
9011 2008-06-25 Rodrigo Kumpera  <rkumpera@novell.com>
9013         * verify.c: Disable debug code.
9015 2008-06-25 Rodrigo Kumpera  <rkumpera@novell.com>
9017         * reflection.c (mono_image_get_methodbuilder_token): Use
9018         mono_image_get_methodspec_token_for_generic_method_definition
9019         instead of mono_image_get_memberref_token. We cache more memberef
9020         entries now.
9022 2008-06-24 Rodrigo Kumpera  <rkumpera@novell.com>
9024         * verify.c: Inflate exception clause types.
9025         Fixes #402606.
9026         
9027 2008-06-24 Rodrigo Kumpera  <rkumpera@novell.com>
9029         * reflection.c (mono_image_get_methodbuilder_token): Don't leak
9030         name.
9032         * reflection.c (mono_image_get_ctorbuilder_token): Same.
9034         * reflection.c (mono_image_create_method_token): Same.
9036 2008-06-24 Rodrigo Kumpera  <rkumpera@novell.com>
9038         * reflection.c: Added mono_image_get_methodref_token_for_methodbuilder.
9039         It does the same as mono_image_get_methodref_token but works on
9040         MethodBuilder.
9042         * reflection.c: Use mono_image_get_methodspec_token_for_generic_method_definition
9043         and always generate a methodspec. This follows the old behavior and fixes
9044         the regressions in System.Core. 
9046 2008-06-24  Zoltan Varga  <vargaz@gmail.com>
9048         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Collect exceptions for classes where 
9049         don't event mono_class_get () succeeds. Fixes #402182.
9051 2008-06-20 Rodrigo Kumpera  <rkumpera@novell.com>
9053         * metadata-internals.h: Added MonoDynamicImage::methodspec
9054         hashtable to store methodspec tokens created for MethodBuilders.
9056         * reflection.c (mono_image_get_methodbuilder_token): Encode generic
9057         MethodBuilders as open instantiations if a methodspec was requested.
9059         * reflection.c (fixup_method): Skip MethodBuilder with methodspec tokens.
9061         * reflection.c (create_dynamic_mono_image): Create the methodspec hashtable.
9063         * reflection.c (mono_dynamic_image_free): Release the methodspec hashtable.
9065         Fixes bug #349190.
9067 2008-06-20 Rodrigo Kumpera  <rkumpera@novell.com>
9069         * loader.c (method_from_methodspec): Avoid crashing if the
9070         method lookup fails.
9072 2008-06-20  Dick Porter  <dick@ximian.com>
9074         * socket-io.c (get_socket_assembly): Cope with Moonlight network
9075         classes being in a different assembly.  Fixes bug 399184.
9077 2008-06-20  Zoltan Varga  <vargaz@gmail.com>
9079         * loader.c (mono_loader_init): Make this callable multiple times.
9080         (mono_dllmap_insert): Call mono_loader_init () so this works even before
9081         the runtime is initialized. Fixes #401755.
9083 2008-06-19  Dick Porter  <dick@ximian.com>
9085         * socket-io.c (convert_socketflags): Ignore SocketFlags.Partial.
9086         Fixes bug 349688.
9088 2008-06-19  Dick Porter  <dick@ximian.com>
9090         * socket-io.c:
9091         * icall-def.h: Implement Socket generic Send() and Receive()
9092         methods.  Fixes bug 395168.
9094 2008-06-19  Kornél Pál  <kornelpal@gmail.com>
9096         * icall-def.h, icall.c: Add ves_icall_System_Reflection_Module_GetHINSTANCE.
9098         Contributed under MIT/X11 license.
9100 2008-06-18  Martin Baulig  <martin@ximian.com>
9102         * mono-debug.h (MONO_DEBUGGER_VERSION): Split into
9103         `MONO_DEBUGGER_MAJOR_VERSION' and `MONO_DEBUGGER_MINOR_VERSION';
9104         set to 80.0.  The debugger <-> runtime interface is now frozen as
9105         well.   
9107         * mono-debug.c
9108         (mono_debug_debugger_version): Bump to 4.
9110 2008-06-18  Martin Baulig  <martin@ximian.com>
9112         * debug-mono-symfile.c
9113         (load_symfile): Don't check the minor version.
9115         * debug-mono-symfile.h: Bump the version number to 50.0.
9117 2008-06-18  Martin Baulig  <martin@ximian.com>
9119         * debug-mono-symfile.c
9120         (load_symfile): Treat `MONO_SYMBOL_FILE_MINOR_VERSION' as a
9121         minimum required version.
9123 2008-06-17 Rodrigo Kumpera  <rkumpera@novell.com>
9125         * reflection.c (mono_custom_attrs_from_property): Fix support for
9126         retriveving cattrs of dynamic inflated generic types.
9128         * reflection.c (mono_custom_attrs_from_event): Same.
9130         * reflection.c (mono_custom_attrs_from_field): Same;
9132         * reflection.c (typebuilder_setup_events): Same cattrs of events.
9134         * loader.c (-mono_metadata_get_corresponding_field_from_generic_type_definition):
9135         Moved to metadata.c.
9137         * metadata.c: New functions to retrive the equivalent field, event
9138         of property from the generic type definition.
9140         * metadata-internals.h: Added new functions from metadata.c.
9142 2008-06-17 Rodrigo Kumpera  <rkumpera@novell.com>
9144         * reflection.c (mono_custom_attrs_from_builders): Mark MonoCustomAttrInfo
9145         to cached in a mempool is used.
9147         * metadata.c (free_generic_class): In some situations field generic_info type
9148         is not properly dup'ed and leads to double free'ing.
9150         Fixes #400643.
9152 2008-06-17  Mark Probst  <mark.probst@gmail.com>
9154         * marshal.c (mono_marshal_get_static_rgctx_invoke): Also handle
9155         this arguments (will be needed later for generic methods).
9156         Collect stats.
9158 2008-06-17  Mark Probst  <mark.probst@gmail.com>
9160         * icall.c (ves_icall_System_Delegate_CreateDelegate_internal):
9161         Create a static RGCTX invoke wrapper for methods which require it.
9163 2008-06-17  Mark Probst  <mark.probst@gmail.com>
9165         * object.c, class-internals.h: New function for checking whether
9166         an individual field is special static.
9168 2008-06-15  Zoltan Varga  <vargaz@gmail.com>
9170         * metadata.c (mono_metadata_get_generic_param_row): Use bsearch instead of
9171         linear search since the table is sorted.
9173         * gc.c (mono_gc_cleanup): Abort the finalizer thread more gracefully.
9174         Fixes #324180.
9176 2008-06-14  Zoltan Varga  <vargaz@gmail.com>
9178         * appdomain.c (unload_thread_main): Applied patch from Tim Howard 
9179         (timh@ict.om.org). Remove the timeouts when waiting for appdomains to unload.
9181         * gc.c (mono_domain_finalize): Allow an infinite timeout.
9183         * threads.c (mono_threads_abort_appdomain_threads): Ditto.
9184         
9185         * threads.c (mono_thread_request_interruption): Get rid of locking, use
9186         InterlockedCompareExchange to query and modify 
9187         thread->interruption_requested.
9189         * object-internals.h (struct _MonoThread): Change interruption_requested
9190         to a gint32 so it can be modified by atomic operations. Add 
9191         'critical_region_level' from the managed side, change small_id to a guint32,
9192         add new set of 'unused' fields.
9194         * appdomain.c: Bump corlib version.
9196 2008-06-13  Zoltan Varga  <vargaz@gmail.com>
9198         * class.c (mono_class_from_name): Search modules as well. Fixes
9199         #322332.
9201 2008-06-13  Mark Probst  <mark.probst@gmail.com>
9203         * generic-sharing.c: Code for maintaining the MRGCTX and MRGCTX
9204         templates.  Templates are generalized with an additional type_argc
9205         argument.  RGCTX templates have type_argc==0, MRGCTX templates
9206         have type_argc>0.
9208         * domain-internals.h, domain.c: New hash table for looking up
9209         MRGCTXs.
9211         * metadata.c, metadata-internals.h: Rename hash and equal
9212         functions for MonoGenericInst's and make them public.
9214         * class-internals.h: New data structures for the MRGCTX.  Macros
9215         for distinguishing slots in the RGCTX and the MRGCTX.
9217 2008-06-13  Mark Probst  <mark.probst@gmail.com>
9219         * object.c (mono_method_get_imt_slot): Put the same methods of
9220         different instantiations of the same generic interface in the same
9221         IMT slots, to make generic sharing simpler.
9223 2008-06-12 Rodrigo Kumpera  <rkumpera@novell.com>
9225         * metadata-internals.h: Added mono_metadata_field_info_with_mempool.
9227         * metadata.c (mono_metadata_field_info_with_mempool): Added.
9228         This function works just like mono_metadata_field_info, but
9229         accept a mempool as argument to be used allocating memory.
9231         * marshal.c (mono_marshal_load_type_info): Use new function
9232         to load marshal data into image mempool.
9234 2008-06-12 Rodrigo Kumpera  <rkumpera@novell.com>
9236         * class.c (mono_class_inflate_generic_type_with_mempool):
9237         This function allows to inflate a generic type using
9238         a mempool.
9240         * class.c (inflate_generic_type): Take a mempool as argument
9241         and use it to do type dup'ing.
9243         * class.c (mono_class_setup_fields): Field type for generic
9244         generic classes are allocated from the image mempool.
9246         * metadata.c (free_generic_class): Inflated field type is
9247         now allocated in the image mempool.
9249 2008-06-12 Rodrigo Kumpera  <rkumpera@novell.com>
9251         * threads.c (thread_cleanup): Free MonoThread::name.
9253 2008-06-12  Marek Habersack  <mhabersack@novell.com>
9255         * appdomain.c (ensure_directory_exists): avoid unnecessary
9256         mkdir(2) calls when the shadow directory already exists.
9257         (mono_make_shadow_copy): copy also satellite assemblies from the
9258         private bin directories.
9260 2008-06-11  Zoltan Varga  <vargaz@gmail.com>
9262         * threads.c (mono_thread_get_stack_bounds): Align the stack in all cases.
9263         
9264         * threads.c (mono_thread_get_stack_bounds): Align the stack address to
9265         a page boundary. Fixes #396219.
9267 2008-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
9269         * marshal.c (mono_marshal_load_type_info): Add a memory barrier
9270         due to double-checked locking.
9272 2008-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
9274         * assembly.c (build_assembly_name): Release memory on failure.
9276         * assembly.c (mono_assembly_name_parse_full): Release memory on failure.
9278 2008-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
9280         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): Release
9281         memory on failure.
9283 2008-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
9285         * icall.c (ves_icall_System_Reflection_AssemblyName_ParseName): Release
9286         memory on failure.
9288 2008-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
9290         * loader.c (field_from_memberref): Check if field signature type is equal
9291         to the non-inflated type of the field. Fixes #398980.
9293 2008-06-11  Zoltan Varga  <vargaz@gmail.com>
9295         * assembly.c (mono_assembly_load_from_full): Call 
9296         mono_assembly_load_friends () outside the assemblies lock, since it can
9297         acquire the loader lock. Fixes #323696.
9299         * reflection.c (resolve_object): Inflate the inst with the context for
9300         FieldOnTypeBuilderInst. Fixes #399010.
9302 2008-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
9304         * reflection.c (mono_image_get_field_on_inst_token): Don't
9305         inflate the field to encode it's signature. If it's a
9306         VAR or MVAR it should stay that way in the signature.
9307         Fixes #399047.
9309 2008-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
9311         * reflection.c (resolve_object): Release memory of inflated types.
9313 2008-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
9315         * loader.c (mono_method_get_signature_full): Remove assert about
9316         loading a methodspec to a generic method. We have such methods, such as
9317         System.Threading.Interlocked::CompareExchange<T>.
9318         This assert was removed since it crashes the verifier when it checks
9319         methods calling CompareExchange<T>.
9321 2008-06-10  Marek Safar  <marek.safar@gmail.com>
9323         * icall.c (ves_icall_MonoMethod_GetGenericArguments): Creates an instance
9324         of Type array and not MonoType.
9326 2008-06-10  Marek Habersack  <mhabersack@novell.com>
9328         * profiler.c: fix a segfault on shutdown. Patch from Paolo Molaro
9329         <lupus@ximian.com>
9331 2008-06-10  Martin Baulig  <martin@ximian.com>
9333         * debug-mono-symfile.h
9334         (MONO_SYMBOL_FILE_MINOR_VERSION): Bump to 6.  There were no
9335         changes to the file format, but we were generating incorrect
9336         source file indices in the line number table due to a bug, which
9337         made backtraces report an incorrect source file.
9339 2008-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
9341         * mono-debug.c: Moved mono_debug_free_method_jit_info from
9342         mini/debug-mini.c to here.
9344         * mono-debug.c (il_offset_from_address): Free memory from find_method.
9346         * mono-debug.h: Export mono_debug_free_method_jit_info, users should
9347         use it to release structs returned by mono_debug_find_method.
9349 2008-06-10  Zoltan Varga  <vargaz@gmail.com>
9351         * class.c (mono_class_setup_vtable): Call setup_methods even for interfaces
9352         since it needs to set method->slot for all interface methods.
9354 2008-06-09 Rodrigo Kumpera  <rkumpera@novell.com>
9356         * class-internals.h: Forgot to add.
9358 2008-06-09 Rodrigo Kumpera  <rkumpera@novell.com>
9360         * class-internals.h: Added MONO_PROP_DYNAMIC_CATTR.
9362         * reflection.c (lookup_custom_attr): Added a MonoImage argument.
9363         Lookup the custom attributes from property_hash.
9365         * reflection.c (mono_save_custom_attrs): Save the custom attributes
9366         in property_hash. Allocate all data using the image mempool.
9368         * reflection.c: Removed dynamic_custom_attrs. Changed all checks
9369         for dynamic_custom_attrs to checks if the image is dynamic.
9371 2008-06-09  Zoltan Varga  <vargaz@gmail.com>
9373         * appdomain.c (ves_icall_System_AppDomain_GetAssemblies): Free the
9374         assemblies array.
9375         
9376         * appdomain.c (ves_icall_System_AppDomain_GetAssemblies): Avoid calling
9377         runtime functions while holding the domain assemblies lock.
9379 2008-06-09 Rodrigo Kumpera  <rkumpera@novell.com>
9381         * verify.c: Reapplied the last bit of the reverted changes.
9383 2008-06-09 Rodrigo Kumpera  <rkumpera@novell.com>
9385         * verify.c: Reapplied more of the reverted changes.
9387 2008-06-09  Martin Baulig  <martin@ximian.com>
9389         * debug-mono-symfile.c (load_symfile): Check the major version
9390         first; if it's wrong, don't print the minor version in the error message.
9392 2008-06-09  Zoltan Varga  <vargaz@gmail.com>
9394         * appdomain.c (set_domain_search_path): Make this use the domain assemblies
9395         lock instead of the domain lock to avoid deadlocks, since the thread might
9396         already hold the loader lock.
9398         * threads.c (start_wrapper): Call mono_monitor_init_tls ().
9399         (mono_thread_attach): Ditto.
9401         * monitor.c: Use a TLS variable for holding the current thread id instead
9402         of calling pthread_self ().
9403         (mono_monitor_init_tls): New internal function to initialize the TLS
9404         variable.
9405         (mono_monitor_try_enter_internal): Put the owner == id check after the
9406         owner == 0 check.
9408         * object-internals.h (_G_BOOLEAN_EXPR): Redefine this glib macro to avoid
9409         missed optimizations when using gcc-4.3.
9411 2008-06-08 Rodrigo Kumpera  <rkumpera@novell.com>
9413         * reflection.c (mono_dynamic_image_free): Free the memory
9414         used by MonoGenericParam in MonoDynamicImage::gen_param.
9416         * reflection.c (mono_reflection_setup_generic_class): Allocate
9417         container from mempool.
9419         * reflection.c (mono_reflection_initialize_generic_parameter): Allocate
9420         container from mempool.
9422 2008-06-07  Zoltan Varga  <vargaz@gmail.com>
9424         * threads.c (mono_set_pending_exception): New internal function to set the
9425         pending exception of the current thread.
9426         (mono_thread_get_and_clear_pending_exception): Check for 
9427         thread->pending_exception as well.
9429         * object-internals.h (struct _MonoThread): Add 'pending_exception' field.
9431         * boehm-gc.c (mono_gc_base_init): Set GC_no_dls before calling GC_init () since
9432         it can trigger a collection.
9434 2008-06-06  Martin Baulig  <martin@ximian.com>
9436         Merged the `debugger-kahalo' branch.
9438         * mono-debug.h
9439         (MONO_DEBUGGER_VERSION): Bumped to 72.
9441         * debug-mono-symfile.h
9442         (MonoSymbolFileMethodIndexEntry): Removed.
9443         (MonoSymbolFileMethodEntry): New public typedef.
9444         (MonoSymbolFileOffsetTable): Added `_is_aspx_source'.
9445         (MonoSymbolFileSourceEntry): Remove everything except `index' and
9446         `data_offset'.
9447         (MonoSymbolFileMethodEntry): Removed.
9448         (MonoSymbolFileLexicalBlockEntry): Removed.
9449         (MonoSymbolFileLineNumberEntry): Removed.
9450         (MonoDebugLexicalBlockEntry): Removed.
9451         (MonoDebugMethodInfo): Replaced `entry' by `guint32 entry_offset';
9452         removed `num_il_offsets' and `il_offsets'.
9453         (MonoSymbolFile): Replace `version' with `major_version' and
9454         `minor_version'.
9455         (MONO_SYMBOL_FILE_VERSION): Replace with
9456         `MONO_SYMBOL_FILE_MAJOR_VERSION' and
9457         `MONO_SYMBOL_FILE_MINOR_VERSION'.
9459         * debug-mono-symfile.c
9460         (mono_debug_symfile_lookup_location): Add support for the new line
9461         number table format.
9463 2008-06-07 Rodrigo Kumpera  <rkumpera@novell.com>
9465         * metadata.c (free_generic_class): Release the inflated
9466         MonoClass of dynamic generic classes if it's not a generic
9467         type definition.
9469 2008-06-07 Rodrigo Kumpera  <rkumpera@novell.com>
9471         * verify.c: Reapplied more of the reverted changes.
9473 2008-06-07 Rodrigo Kumpera  <rkumpera@novell.com>
9475         * reflection.c (lookup_custom_attr): Clean the cached flag or
9476         nobody will free it. Fixes a memleak in MonoCustomAttrs::IsDefinedInternal
9477         for SRE types.
9479 2008-06-07 Rodrigo Kumpera  <rkumpera@novell.com>
9481         * verify.c: Reapplied a small part of the reverted changes.
9483 2008-06-07  Zoltan Varga  <vargaz@gmail.com>
9485         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
9487         * monitor.c (mono_monitor_try_enter_internal): Add NULL check which was 
9488         previously in managed code.
9489         (mono_monitor_exit): Ditto.
9490         (ves_icall_System_Threading_Monitor_Monitor_exit): Removed, not needed anymore.
9492         * icall-def.h: Rename the Enter/Exit icalls to simply Enter/Exit to match
9493         the managed definition.
9495 2008-06-06 Rodrigo Kumpera  <rkumpera@novell.com>
9497         * verify.c: Revert changes to see if it helps with weird buildbot crashes.
9499 2008-06-06  Zoltan Varga  <vargaz@gmail.com>
9501         * monitor.c: Redefine GetCurrentThreadId () with a macro on !win32.
9502         
9503         * monitor.c: Add some micro optimizations.
9505         * icall.c (type_from_typename): Handle 'bool'.
9507 2008-06-06 Rodrigo Kumpera  <rkumpera@novell.com>
9509         * verify.c: Implement constructor verification per P III 1.8.1.4.
9510         Fixes #396716.
9512 2008-06-06  Zoltan Varga  <vargaz@gmail.com>
9514         * assembly.c (mono_assembly_loaded_full): Avoid calling the search hooks while
9515         holding the assemblies lock here too.
9517 2008-06-05 Rodrigo Kumpera  <rkumpera@novell.com>
9519         * verify.c: Kill stack_top function.
9521 2008-06-05 Rodrigo Kumpera  <rkumpera@novell.com>
9523         * verify.c: Kill stack_get function.
9525 2008-06-05 Rodrigo Kumpera  <rkumpera@novell.com>
9527         * verify.c (mono_method_verify): Last change broke the build. Fixed.
9529 2008-06-05 Rodrigo Kumpera  <rkumpera@novell.com>
9531         * verify.c (verify_type_compatibility_full): Make SZARRAY checks
9532         more reliable.
9534         * verify.c (mono_method_verify): Inflate params and locals to avoid
9535         mismatch when checking for compatibility.
9537 2008-06-05  Jonathan Chambers  <joncham@gmail.com>
9539         * metadata.c (mono_string_from_bstr): Fix BSTR marshalling.
9540         Length prefix should be size in bytes. Fix bug #339530.
9541         
9542         * metadata.c (mono_string_to_bstr): Fix BSTR marshalling.
9543         Length prefix should be size in bytes. Fix bug #339530.
9545         Code is contributed under MIT/X11 license.
9547 2008-06-05  Bill Holmes <billholmes54@gmail.com>
9549         * decimal.c:  Adding MSVC implementation to my_g_bit_nth_msf.
9551         Contributed under MIT/X11 license.
9553 2008-06-05  Martin Baulig  <martin@ximian.com>
9555         * mono-debug-debugger.c
9556         (mono_debugger_check_breakpoints): Reflect latest runtime changes.
9558 2008-06-05  Zoltan Varga  <vargaz@gmail.com>
9560         * assembly.c (mono_assembly_load_from_full): Avoid calling the search hooks
9561         while holding the assemblies lock to prevent deadlocks. Handle the case
9562         where the search hook returns NULL but the assembly was still loaded.
9563         Fixes #323696.
9565         * appdomain.c (set_domain_search_path): Acquire the domain lock since we
9566         modify domain state.
9568 2008-06-05  Andreas Färber  <andreas.faerber@web.de>
9570         * boehm-gc.c: Add DTrace probes gc-{begin,end}.
9571         * Makefile.am (pedump_LDADD): Post-process object files and
9572         add dtrace-generated object file, if necessary.
9574         Code is contributed under MIT/X11 license.
9576 2008-06-04 Rodrigo Kumpera  <rkumpera@novell.com>
9578         * reflection.c (mono_dynamic_image_free): Free MonoDynamicImage::public_key.
9580 2008-06-04 Rodrigo Kumpera  <rkumpera@novell.com>
9582         * class.c (mono_type_get_full): Add a work-around for generic type definitions.
9584 2008-06-04  Mark Probst  <mark.probst@gmail.com>
9586         * threads.c: Try to free everything from the delayed free table
9587         when shutting down threads, and set the variable to NULL after the
9588         table is freed so that calling
9589         mono_thread_hazardous_try_free_all() when shutting down the root
9590         domain doesn't crash.
9592 2008-06-04 Rodrigo Kumpera  <rkumpera@novell.com>
9594         * class.c (mono_type_retrieve_from_typespec): Add an argument to inform
9595         the caller if resulting type was inflated.
9597         * class.c (mono_class_create_from_typespec): Free the MonoType if it
9598         was inflated.
9600         * class.c (mono_type_get_full): Free the MonoType if it was inflated.
9603 2008-06-04  Zoltan Varga  <vargaz@gmail.com>
9605         * decimal.c (rescale128): Rework the code a bit so it no longer crashes the
9606         class library tests.
9608         * icall.c (ves_icall_InternalInvoke): Applied patch from Andy Hume 
9609         (andyhume32@yahoo.co.uk). Add more useful exception messages. Fixes
9610         #396989.
9612 2008-06-04  Mark Probst  <mark.probst@gmail.com>
9614         * domain.c, domain-internals.h: The JIT infos are now freed by the
9615         JIT info table code.  They are freed immediately if there only a
9616         single JIT info table in circulation.  If there is more, the free
9617         is delayed via a queue.
9619         * threads.c, threads-types.h: New hazard pointer function for
9620         freeing all freeable delayed items in one sitting.
9622 2008-06-03 Rodrigo Kumpera  <rkumpera@novell.com>
9624         * reflection.c (typebuilder_setup_fields): Use mempool for allocations.
9626         * reflection.c (typebuilder_setup_properties): Same.
9628         * reflection.c (typebuilder_setup_events): Same.
9630 2008-06-03 Rodrigo Kumpera  <rkumpera@novell.com>
9632         * reflection.c (mono_custom_attrs_from_builders): Receive a MonoMemPool
9633         and use it for allocating memory.
9635         * reflection.c (mono_marshal_spec_from_builder): Same.
9637         * reflection.c: Change code to use new signatures.
9639         * metadata.c (mono_metadata_type_dup): Add a FIXME note.
9641 2008-06-03  Zoltan Varga  <vargaz@gmail.com>
9643         * decimal.c (rescale128): Put back one line which was accidently commented
9644         out.
9645         
9646         * decimal.c (rescale128): Disable the code added by the last patch, as it seems
9647         to cause crashes.
9649 2008-06-03 Rodrigo Kumpera  <rkumpera@novell.com>
9651         * reflection.c (mono_reflection_generic_class_initialize): Name must
9652         be always malloc'ed so we can free it later on. Do this for field, property
9653         and event.
9655         * metadata.c (free_generic_class): Free field, property and event names.
9657 2008-06-03 Rodrigo Kumpera  <rkumpera@novell.com>
9659         * reflection.c (fieldbuilder_to_mono_class_field): Use mono_metadata_type_dup
9660         instead of g_memdup.
9662         * reflection.c (typebuilder_setup_fields): Same.
9664 2008-06-03  Zoltan Varga  <vargaz@gmail.com>
9666         * decimal.c (rescale128): Optimize this function a bit more.
9668 2008-06-03 Rodrigo Kumpera  <rkumpera@novell.com>
9670         * metadata.c (free_generic_class): Release some memory from
9671         SRE generic classes.
9673 2008-06-03 Rodrigo Kumpera  <rkumpera@novell.com>
9675         * reflection.c (mono_image_get_generic_field_token): No reference
9676         to name is kept, free it.
9678         * reflection.c (mono_reflection_generic_class_initialize): Free
9679         more memory of the inflated field.
9681 2008-06-03  Zoltan Varga  <vargaz@gmail.com>
9683         * decimal.c (mono_decimalDiv): Moved equality checks here from managed
9684         code.
9686 2008-06-02 Rodrigo Kumpera  <rkumpera@novell.com>
9688         * reflection.c (mono_dynamic_image_free): Release memory used by
9689         MonoDynamicImage::array_methods elements.
9691         * reflection.c (assembly_add_win32_resources): Release memory after
9692         encoding.
9694 2008-06-02  Zoltan Varga  <vargaz@gmail.com>
9696         * decimal.c (log2_32): Use an optimized version for this function too.
9697         
9698         * decimal.c (log2_64): Fix this on 32 bit machines.
9700 2008-06-02 Rodrigo Kumpera  <rkumpera@novell.com>
9702         * class.c (mono_dup_array_type): Implement allocation using a mempool.
9704         * class.c (mono_metadata_signature_deep_dup): Same.
9706         * metadata.c (mono_metadata_signature_dup_full): Added, allow dup'ng with
9707         a mempool.
9709         * metadata.c (mono_metadata_signature_dup): Delegate to the _full version.
9711         * metadata.c (mono_metadata_type_dup): Remove asserts and FIXME.
9713         * metadata-internals.h: Added mono_metadata_signature_dup_full.
9715         * class-internals.h: Update signatures to take a MonoMemPool.
9717 2008-06-02  Dick Porter  <dick@ximian.com>
9719         * icall.c (ves_icall_System_ComponentModel_Win32Exception_W32ErrorMessage): 
9720         * icall-def.h: Add
9721         System.ComponentModel.Win32Exception.W32ErrorMessage, using the
9722         FormatMessage API to get the error text.  Fixes bug 321827.
9724 2008-06-02  Zoltan Varga  <vargaz@gmail.com>
9726         * decimal.c: Add some micro optimizations to make decimal operations faster.
9728 2008-06-01 Rodrigo Kumpera  <rkumpera@novell.com>
9730         * reflection.c (method_encode_clauses): Take a mempool
9731         as parameter and use it to allocate the clause array.
9733         * reflection.c (mono_image_get_field_on_inst_token): Free
9734         the inflated type after encoding it.
9736         * reflection.c (mono_dynamic_image_free): Free each element
9737         of MonoDynamicImage::gen_params.
9739         * reflection.c (reflection_methodbuilder_to_mono_method):
9740         Allocate the generic param array from the mempool.
9741         Allocate signature params from the mempool.
9743         * reflection.c (mono_reflection_generic_class_initialize):
9744         Free inflated fields after been used.
9746 2008-05-30 Rodrigo Kumpera  <rkumpera@novell.com>
9748         * icall.c: Reapply the memory leak fixes as they no
9749         longer make mono crash.
9751 2008-05-30 Rodrigo Kumpera  <rkumpera@novell.com>
9753         * reflection.c (mono_type_get_object): Don't store the suplied
9754         MonoType with type_hash. A caller which pass a type that
9755         was mono_metadata_type_dup'ed cannot free it reliably, as type_hash
9756         might end with a pointer to freed memory.
9757         The solution is to use byval_arg or this_arg from the associated
9758         MonoClass of the supplied type.
9760 2008-05-29  Zoltan Varga  <vargaz@gmail.com>
9762         * icall.c: Revert the rest of the last change as it breaks the build too.
9764 2008-05-29 Rodrigo Kumpera  <rkumpera@novell.com>
9766         * icall.c: Revert a leak fix as it's breaking the build.
9768 2008-05-29 Rodrigo Kumpera  <rkumpera@novell.com>
9770         * appdomain.c (mono_make_shadow_copy): Fix another leak of dir_name.
9772 2008-05-29 Rodrigo Kumpera  <rkumpera@novell.com>
9774         * appdomain.c (mono_make_shadow_copy): We leaked dir_name.
9776 2008-05-29 Rodrigo Kumpera  <rkumpera@novell.com>
9778         * icall.c: Fix some memory leaks.
9780 2008-05-29  Dick Porter  <dick@ximian.com>
9782         * threadpool.c (mono_thread_pool_remove_socket): Always remove the
9783         async socket operations from the pending list when a socket
9784         closes.  Leaving it until the threadpool services the event
9785         exposes a race condition when a socket descriptor is reused.
9786         Fixes bug 377589.
9788 2008-05-28 Rodrigo Kumpera  <rkumpera@novell.com>
9790         * object.c: Fix negative index check for array alocation.
9792 2008-05-28 Rodrigo Kumpera  <rkumpera@novell.com>
9794         * icall.c, marshal.c: Delegate wrappers should skip visibility.
9795         This check is performed by the verifier for IL created delegates
9796         and by Delegate::CreateDelegate for programatically created ones.
9797         Fixes #372406.
9799 2008-05-28 Rodrigo Kumpera  <rkumpera@novell.com>
9801         * sockey-io.c (ves_icall_System_Net_Sockets_Socket_Select_internal):
9802         Fix code to use mono_array_size_t instead of int.
9804         Based on patch by Luis F. Ortiz.
9805         Contributed under X11 license.
9806         http://lists.ximian.com/pipermail/mono-devel-list/2008-May/027995.html
9808 2008-05-28 Rodrigo Kumpera  <rkumpera@novell.com>
9810         * icall.c: Added ves_icall_System_Array_GetLongLength and
9811         ves_icall_System_Array_CreateInstanceImpl64. Both allow handling big
9812         arrays.
9814         * icall.h: Export both new functions.
9816         Based on patch by Luis F. Ortiz.
9817         Contributed under X11 license.
9818         http://lists.ximian.com/pipermail/mono-devel-list/2008-May/027995.html
9820 2008-05-28  Martin Baulig  <martin@ximian.com>
9822         The debugger now requires exactly r103463.
9824         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 71.
9825         This version is not supported by the debugger, wait for 72.
9827 2008-05-28 Rodrigo Kumpera  <rkumpera@novell.com>
9829         * object.h: Changed array related functions to use
9830         mono_array_size_t instead of guint32. Forgot to commit this file.
9832         Patch by Luis F. Ortiz.
9833         Contributed under X11 license.
9834         http://lists.ximian.com/pipermail/mono-devel-list/2008-May/027995.html
9837 2008-05-28 Rodrigo Kumpera  <rkumpera@novell.com>
9839         * object.h: Don't use G_MAXINT32 or G_MAXUINT32 as old glibs
9840         don't define it. Use the number literal instead.
9842 2008-05-27 Rodrigo Kumpera  <rkumpera@novell.com>
9844         * icall.c: Changed array related functions to use
9845         mono_array_size_t instead of guint32.
9847         * icall.c (ves_icall_System_Array_GetLength): Check for length
9848         overflow under MONO_BIG_ARRAYS.
9850         Based on patch by Luis F. Ortiz.
9851         Contributed under X11 license.
9852         http://lists.ximian.com/pipermail/mono-devel-list/2008-May/027995.html
9854 2008-05-27 Rodrigo Kumpera  <rkumpera@novell.com>
9856         * object.c: Add 64bits bounds check for arrays under MONO_BIG_ARRAYS.
9858         Based on patch by Luis F. Ortiz.
9859         Contributed under X11 license.
9860         http://lists.ximian.com/pipermail/mono-devel-list/2008-May/027995.html
9862 2008-05-27 Rodrigo Kumpera  <rkumpera@novell.com>
9864         * object.c, object.h: Changed array related functions to use
9865         mono_array_size_t instead of guint32.
9867         Patch by Luis F. Ortiz.
9868         Contributed under X11 license.
9869         http://lists.ximian.com/pipermail/mono-devel-list/2008-May/027995.html
9871 2008-05-27 Rodrigo Kumpera  <rkumpera@novell.com>
9873         * object.h: Introduced mono_array_size_t typedef. This must be used
9874         in all places an array length is expected. This is 64bits wide if
9875         MONO_BIG_ARRAYS is enabled.
9877         Patch by Luis F. Ortiz.
9878         Contributed under X11 license.
9879         http://lists.ximian.com/pipermail/mono-devel-list/2008-May/027995.html
9881 2008-05-27  Zoltan Varga  <vargaz@gmail.com>
9883         * security-manager.c class.c: Set the class exception info by calling
9884         mono_class_set_failure ().
9886         * class.c (mono_class_get_exception_data): New accessor function.
9887         (mono_class_set_failure): Store exception_data in the property hash.
9889         * class-internals.h (struct _MonoClass): Store 'exception_data' outside
9890         the struct as a property.
9892         * loader.c (mono_get_method_full): Store the lookup result for method
9893         tokens in method_cache, the others in methodref_cache to decrease the memory
9894         usage of hash tables.
9896         * image.c (mono_image_close): Destroy method_cache and methodref_cache.
9897         (mono_image_init): method_cache is lazy inited now.
9899         * metadata-internals.h (struct _MonoImage): Change method_cache to
9900         a MonoValueHashTable, add a separate methodref_cache.
9902 2008-05-27  Eyal Alaluf <eyala@mainsoft.com>
9904         * number-formatter.h: Fix tables to avoid arithemtic overflow in
9905           Double.ToString as exposed by Bug #383531.
9907 2008-05-26  Zoltan Varga  <vargaz@gmail.com>
9909         * number-formatter.h: Make some tables static.
9911         * class.c (mono_method_set_generic_container): New accessor function.
9912         (mono_method_get_generic_container): Ditto.
9914         * class-internals.h (struct _MonoMethod): Remove rarely used 
9915         'generic_container' field, store it in the property hash instead. Add 
9916         'is_generic' boolean field instead.
9918         * image.c (mono_image_init): Initialize property_hash.
9919         (mono_image_close): Destroy property_hash.
9921         * metadata-internals.h (struct _MonoImage): Add 'property_hash' hash table to
9922         hold rarely used fields of runtime structures belonging to this image.
9924         * class.c loader.c verify.c icall.c reflection.c: Use the new accessor functions
9925         to get/set method->generic_container.
9927         * loader.c (mono_get_method_from_token): Avoid loading the method header for
9928         generic methods.
9930 2008-05-25  Zoltan Varga  <vargaz@gmail.com>
9932         * class.c (mono_class_inflate_generic_method_full): Don't increase
9933         mono_stats.inflated_method_count for methods found in the cache.
9935         * threads.c (mono_thread_request_interruption): Add a comment about 
9936         QueueUserAPC ().
9938 2008-05-24  Zoltan Varga  <vargaz@gmail.com>
9940         * class.c (setup_interface_offsets): Use sizeof (guint16) when allocating the
9941         interface_offsets_packed table.
9942         
9943         * class.c (mono_class_init): Remove some dead code.
9945         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): Call
9946         mono_class_setup_vtable () when CAS is active to detect security problems.
9948 2008-05-23 Rodrigo Kumpera  <rkumpera@novell.com>
9950         * verify.c (mono_delegate_type_equal): Handle VAR, MVAR and GENERICINST.
9952         * verify.c (mono_delegate_signature_equal): Don't compar number of generic
9953         parameters as it's irrelevant for delegate checking.
9955 2008-05-23  Zoltan Varga  <vargaz@gmail.com>
9957         * class-internals.h class.c: Correct the name of the 'mono_no_setup_vtable_in_class_init' variable.
9959         * class.c (mono_class_init): Control the creation of a generic vtable using
9960         a global which is true by default, but set to false by the runtime startup code.
9961         
9962         * class.c (mono_class_init): Avoid constructing a generic vtable in most cases.
9963         Disabled for now since it breaks the embedding API.
9964         Move the setup of class->methods for arrays to mono_class_setup_methods ().
9965         (mono_class_setup_methods): Add a memory barrier.
9967         * object.c (mono_class_create_runtime_vtable): Add code to handle the case
9968         when mono_class_init () doesn't compute the generic vtable.
9969         
9970 2008-05-23  Massimiliano Mantione  <massi@ximian.com>
9971         * profiler.c: Added mono_profiler_install_statistical_call_chain,
9972         mono_profiler_stat_get_call_chain_depth and mono_profiler_stat_call_chain
9973         to support call chains (backtrace) in the stat profiler.
9974         * profiler.c, profiler-private.h: Likewise.
9976 2008-05-22  Mark Probst  <mark.probst@gmail.com>
9978         * generic-sharing.c: Init generic class when a method of it is
9979         requested via a runtime generic context.
9981 2008-05-22  Zoltan Varga  <vargaz@gmail.com>
9983         * class.c (mono_class_init): Add a comment about trying to avoid calling this.
9985         * reflection.c (mono_type_get_object): Add a FIXME.
9987         * loader.c (find_method_in_class): Use mono_class_get_method_by_index ().
9989         * class.c (mono_class_get_method_by_index): New helper function, returning an
9990         entry in the class->methods array.
9992 2008-05-21  Zoltan Varga  <vargaz@gmail.com>
9994         * class.c (mono_class_init): Only do the array optimization for szarrays. 
9995         Avoid creating a generic vtable for generic instances as well.
9996         (mono_class_get_method_from_name_flags): Don't search in the metadata for
9997         generic instances.
9999 2008-05-21 Rodrigo Kumpera  <rkumpera@novell.com>
10001         * loader.c (mono_get_method_constrained): Inflate the signature
10002         with class context. Fix #325283.
10004 2008-05-21  Zoltan Varga  <vargaz@gmail.com>
10006         * object.c (mono_class_create_runtime_vtable): Add a comment.
10008         * class.c (get_implicit_generic_array_interfaces): Call mono_class_init ()
10009         where needed.
10010         (setup_interface_offsets): Handle the case when this is called twice for arrays.
10011         (mono_class_setup_vtable_general): Add an assert.
10012         (mono_class_init): Avoid creating a generic vtable for arrays.
10014         * class.c (mono_generic_class_get_class): Don't call setup_interface_offsets ()
10015         here, let mono_class_init () do that.
10017         * class.c (mono_class_init): Avoid calling mono_class_setup_methods () for
10018         interfaces in mscorlib.
10020         * class.c (mono_class_setup_vtable): Avoid calling setup_methods () for
10021         interfaces. Add some comments.
10022         (mono_class_init): Call mono_class_setup_methods () here since it is no
10023         longer called by mono_class_setup_vtable ().
10025         * object.c (mono_class_proxy_vtable): Null out entries in pvt->vtable which are
10026         not set in class->vtable.
10027         (mono_class_create_runtime_vtable): Reenable the disabled code.
10029         * object.c (mono_class_create_runtime_vtable): Disable the last change for
10030         now as it causes some test failures.
10032         * object.c (mono_class_create_runtime_vtable): Avoid creating a generic vtable
10033         if using the vtable trampoline. Also remove some strange code which put the
10034         generic methods themselves into the vtable slots. Remove the AOT init_vtable
10035         stuff as it is no longer needed.
10037 2008-05-19 Rodrigo Kumpera  <rkumpera@novell.com>
10039         * pedump.c: Give make --verify all option check code as well.
10040         Using --verify code won't check for metadata now.
10042 2008-05-19  Martin Baulig  <martin@ximian.com>
10044         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 70.
10046         * mono-debug.c
10047         (_mono_debug_using_mono_debugger): New global variable; it's set
10048         directly by the debugger, so mono_debug_using_mono_debugger() also
10049         works after attaching.
10051 2008-05-18 Rodrigo Kumpera  <rkumpera@novell.com>
10053         * object.c (mono_class_create_runtime_vtable): Use memory barriers
10054         as we do double checked locking on MonoClass::runtime_info and
10055         MonoClassRuntimeInfo::domain_vtables.
10057 2008-05-18  Zoltan Varga  <vargaz@gmail.com>
10059         * debug-helpers.c (print_field_value): Fix a warning.
10061 2008-05-16  Zoltan Varga  <vargaz@gmail.com>
10063         * object.c (mono_object_get_virtual_method): Fix a crash if method->slot is not
10064         set in the AOT case.
10066 2008-05-16 Rodrigo Kumpera  <rkumpera@novell.com>
10068         * class.c (mono_class_setup_vtable_general): Use memory barriers
10069         as we do double checked locking on MonoClass::vtable.
10071 2008-05-16 Rodrigo Kumpera  <rkumpera@novell.com>
10073         * reflection.c (resolve_object): Inflate only if the generic context
10074         is not null. Fixes #389886.
10076 2008-05-15  Jonathan Chambers  <joncham@gmail.com>
10078         * metadata.c (emit_marshal_string): Free return strings using mono_marshal_free
10079         instead of g_free.
10081         Code is contributed under MIT/X11 license.
10083 2008-05-14 Rodrigo Kumpera  <rkumpera@novell.com>
10085         * class.c: Revert unrelated change.
10087 2008-05-14 Rodrigo Kumpera  <rkumpera@novell.com>
10089         * verify.c (check_is_valid_type_for_field_ops): Type on stack can be
10090         a generic instantiation, use mono_class_from_mono_type instead of playing
10091         with MonoType directly.
10093 2008-05-14 Rodrigo Kumpera  <rkumpera@novell.com>
10095         * class.c: Added mono_class_has_parent_and_ignore_generics. Visibility
10096         checks must ignore generic instantiations, so mono_class_has_parent is not
10097         suitable. Fixes #390128.
10099 2008-05-14  Zoltan Varga  <vargaz@gmail.com>
10101         * reflection.c (mono_image_create_token): Add a 'register_token' argument, and use
10102         it to avoid registering tokens during metadata generation. Fixes #390023.
10104 2008-05-14  Kornél Pál  <kornelpal@gmail.com>
10106         * coree.c: Rename dwOldProtect to OldProtect that makes naming convention
10107         consistent.
10109         Contributed under MIT/X11 license.
10111 2008-05-14  Kornél Pál  <kornelpal@gmail.com>
10113         * domain.c (mono_init_internal): Enable LoadLibrary support. Load EXE image
10114         even when get_runtimes_from_exe didn't load it that allows mono_fixup_exe_image
10115         to fixup the EXE image.
10116         (mono_cleanup): Use mono_close_exe_image.
10117         (mono_close_exe_image): New function.
10118         * image.c: Include "marshal.h".
10119         (mono_image_open_from_module_handle): Add ref_count argument. Return the image.
10120         (mono_image_open_full, mono_image_close): Fix LoadLibrary/FreeLibrary reference
10121         counting when the image is loaded outside of mono_image_open_full. Set status
10122         based on GetLastError.
10123         * coree.c: Include required headers. Add init_from_coree.
10124         (_CorDllMain): Support fix in mono_image_open_full, mono_image_close. Call
10125         mono_assembly_open only when the image has vtfixups. Set init_from_coree.
10126         (_CorExeMain): Set init_from_coree.
10127         (CorExitProcess): Only call ExitProcess for now.
10128         (CorBindToRuntimeEx): New stub implementation.
10129         (CorBindToRuntime): New function.
10130         (MonoFixupCorEE): Fixup CorBindToRuntime and CorBindToRuntimeEx.
10131         (MonoFixupExe): ILONLY executables require no fixups.
10132         (mono_set_act_ctx): New function to set activation context.
10133         (mono_load_coree): Use init_from_coree. Call mono_set_act_ctx.  
10134         * coree.h: Move STATUS_SUCCESS and STATUS_INVALID_IMAGE_FORMAT to header.
10135         Declare mono_module_handle, coree_module_handle, mono_get_module_file_name,
10136         mono_load_coree, mono_fixup_exe_image and mono_image_open_from_module_handle
10137         as MONO_INTERNAL.
10138         * domain-internals.h: Add mono_close_exe_image.
10140         Contributed under MIT/X11 license.
10142 2008-05-13 Rodrigo Kumpera  <rkumpera@novell.com>
10144         * metadata.c (mono_metadata_compute_size): Correctly calculate field
10145         size for generic param and event tables. Fixes #388977.
10147 2008-05-13  Zoltan Varga  <vargaz@gmail.com>
10149         * loader.c (mono_method_signature): Use memory barriers because of the double
10150         checked locking pattern.
10152         * threads.c (remove_and_abort_threads): Stop and wait for threads which are
10153         aborting or aborted as well. Fixes #376391.
10154         
10155         * threads.c (mono_thread_execute_interruption): Avoid depending on no longer
10156         existing runtime state in the Suspend handler during shutdown.
10158 2008-05-12  Zoltan Varga  <vargaz@gmail.com>
10160         * threads.c (mono_thread_request_interruption): Add some FIXMEs.
10162         * threads.c (mono_thread_suspend_all_other_threads): Add support for threads 
10163         which are starting up or shutting down.
10165         * threads.c (mono_threads_set_shutting_down): Don't return a value since
10166         this function never returns if the runtime is already shutting down.
10168         * icall.c (ves_icall_System_Environment_Exit): Update after 
10169         mono_threads_set_shutting_down () signature change.
10170         
10171 2008-05-09 Rodrigo Kumpera  <rkumpera@novell.com>
10173         * class.c: Added can_access_instantiation to verify if the instantiation
10174         is visible. Fix access check for nested types as they returned TRUE
10175         before doing type and generic instantiation visibility checks.
10177 2008-05-08 Rodrigo Kumpera  <rkumpera@novell.com>
10179         * reflection.c (mono_reflection_create_generic_class): The created type
10180         must have a different container from its TypeBuilder. Otherwise they
10181         will end sharing generic arguments, which is wrong.
10183         Due to the sharing, making a generic instance of the created type using
10184         the TypeBuider generic arguments resulted in the generic type definition
10185         been returned, which is wrong as well.
10187         As a bonus the code was leaking the type_params array. This memory should
10188         be allocated from the image mempool.
10190         This fixes bug #354047.
10192 2008-05-08 Rodrigo Kumpera  <rkumpera@novell.com>
10194         * metadata-internals.h: Move MONO_SECMAN_FLAG macros from mini/declsec.h
10195         to here         as they are now used in assembly.c new code.
10196         Added a skipverification flag to MonoAssembly.
10197         New internal function mono_assembly_has_skip_verification.
10199         * assembly.c: New function mono_assembly_has_skip_verification. It checks
10200         if an assembly has a version 2.0 SkipVerification security attribute. Fixes
10201         part of #387274.
10203 2008-05-07  Zoltan Varga  <vargaz@gmail.com>
10205         * object.c (mono_object_get_virtual_method): Inflate the resulting method if
10206         needed. Fixes #387034.
10208         * class.c (mono_class_inflate_generic_type): Avoid a crash if context is NULL.
10210 2008-05-06  Miguel de Icaza  <miguel@novell.com>
10212         * assembly.c (mono_assembly_load_reference): Prevent crash while
10213         disassembling Silverlight 2.0 executables while we still do not
10214         have GACed libraries.
10216 2008-05-07  Zoltan Varga  <vargaz@gmail.com>
10218         * reflection.c: Special case generic type definitions as well. Fixes #383444.
10220 2008-05-06  Zoltan Varga  <vargaz@gmail.com>
10222         * icall.c (ves_icall_System_Reflection_Module_ResolveTypeToken): Fix handling
10223         of the dynamic case. Fixes #387404.
10225 2008-05-06 Rodrigo Kumpera  <rkumpera@novell.com>
10227         *verify.c (mono_verifier_is_class_full_trust): If under
10228         verify_all and the verifier mode was not set, only
10229         gac and corlib types are fulltrust. This makes --verify-all
10230         usable to detect unverifiable code, which is the expected
10231         use case.
10233 2008-05-06 Rodrigo Kumpera  <rkumpera@novell.com>
10235         * verify.h: Ops, commited the header with debug
10236         enabled.
10238 2008-05-06 Rodrigo Kumpera  <rkumpera@novell.com>
10240         * verify.c (merge_stack): Use the new value on unverifiable
10241         stack merges.
10243         * verify.c (verify_type_compatibility_full): Comparison
10244         of nullable types can't use mono_class_is_assignable_from.
10246         * verify.c, verify.h: Added MONO_VERIFY_REPORT_ALL_ERRORS
10247         that makes all verification errors be reported.
10249         * pedump.c: Pass MONO_VERIFY_REPORT_ALL_ERRORS to
10250         mono_method_verify.
10252 2008-05-05  Robert Jordan  <robertj@gmx.net>
10254         * marshal.c (mono_marshal_get_thunk_invoke_wrapper):
10255         support for value types. See #386415.
10257         * object.c: comments.
10259         Code is contributed under MIT/X11 license.
10261 2008-05-05  Martin Baulig  <martin@ximian.com>
10263         * debug-mono-symfile.h
10264         (MONO_SYMBOL_FILE_COMPATIBILITY_VERSION): Removed; dropped support
10265         for old pre-terrania symbol files.
10267 2008-05-05  Andreas Färber  <andreas.faerber@web.de>
10269         * mono-config.c: Add ppc64 architecture.
10271         Code is contributed under MIT/X11 license.
10273 2008-05-05  Andreas Färber  <andreas.faerber@web.de>
10275         * object.c (mono_create_ftnptr, mono_get_addr_from_ftnptr):
10276           PPC64 uses function descriptors as well.
10278         Code is contributed under MIT/X11 license.
10280 2008-05-04  Zoltan Varga  <vargaz@gmail.com>
10282         * object.c (compute_class_bitmap): Ignore literal static fields.
10284         * sgen-gc.c (mono_gc_base_init): Print some help when the MONO_GC_DEBUG env
10285         var has an invalid format.
10286         (describe_ptr): Add some sanity checks for the vtable.
10287         (add_nursery_frag): Clear unused nursery fragments.
10288         (major_collection): Clear all remaining nursery fragments.
10290 2008-05-03  Robert Jordan  <robertj@gmx.net>
10292         * image.c, metadata-internals.h: add thunk_invoke_cache.
10294         * marshal.c, marshal.h: implement
10295         mono_marshal_get_thunk_invoke_wrapper ().
10297         * object.c, object.h: implement mono_method_get_unmanaged_thunk ().
10299         Code is contributed under MIT/X11 license.
10301 2008-05-02 Rodrigo Kumpera  <rkumpera@novell.com>
10303         * verify.c (do_leave): Empty the stack.
10305 2008-05-02 Rodrigo Kumpera  <rkumpera@novell.com>
10307         * class.c (mono_class_is_assignable_from): Variance
10308         doesn't work between reference and value types. For example,
10309         given type C<T+>, C<int32> is not assignable to C<object>.
10310         Break the argument checking loop on first error. 
10312 2008-05-02  Atsushi Enomoto  <atsushi@ximian.com>
10314         * icall.c : base64_to_byte_array() needs some more strict
10315           check for sequence of '=' characters. Patch by Santa
10316           Marta (http://deee.g.hatena.ne.jp/santamarta).
10318           Contributed under MIT/X11 license.
10319           (see http://www.lingr.com/room/mono-jp/archives/2008/04/20)
10321 2008-05-02  Jonathan Chambers  <joncham@gmail.com>
10323         * domain.c: Disable LoadLibrary support to fix Win32 build.
10325         Code is contributed under MIT/X11 license.
10327 2008-05-02  Zoltan Varga  <vargaz@gmail.com>
10329         * sgen-gc.c: Add support for clearing nursery memory when a tlab is allocated,
10330         to help with cache behaviour.
10332 2008-05-01  Miguel de Icaza  <miguel@novell.com>
10334         * appdomain.c (mono_domain_from_appdomain): Add new accessor
10335         method. 
10337 2008-05-01  Zoltan Varga  <vargaz@gmail.com>
10339         * sgen-gc.c: Implement thread-local allocation and a managed allocation routine.
10341 2008-05-01  Dick Porter  <dick@ximian.com>
10343         * process.c (process_get_fileversion): Only pass 16 bits of
10344         language ID to VerLanguageName.  Fixes bug 381204.
10346 2008-04-30 Rodrigo Kumpera  <rkumpera@novell.com>
10348         * verify.c (mono_method_verify): Fix the comparison
10349         operator for code bounds check.
10351 2008-04-30 Rodrigo Kumpera  <rkumpera@novell.com>
10353         * verify.c (mono_method_verify): Check the bounds of
10354         all access of the code array.
10356 2008-04-29  Kornél Pál  <kornelpal@gmail.com>
10358         * appdomain.c: Use HAVE_SYS_UTIME_H that fixes MSVC build.
10360 2008-04-28  Zoltan Varga  <vargaz@gmail.com>
10362         * image.c (mono_image_strong_name_position): Fix return value when the rva is
10363         not valid.
10365 2008-04-28  Kornél Pál  <kornelpal@gmail.com>
10367         * loader.c (mono_get_method_from_token, mono_method_signature): Add
10368         support for METHOD_IMPL_ATTRIBUTE_NATIVE.
10369         * domain.c (mono_init_internal): Load and fixup mscoree.dll on startup and
10370         fixup main EXE images when using mono.exe for mixed-mode assembly support.
10371         * domain-internals.h: Add MonoLoadFunc, mono_install_runtime_load and
10372         mono_runtime_load.
10373         * appdomain.c: Add mono_install_runtime_load, mono_runtime_load to support
10374         runtime initialization from metadata.
10375         * assembly.c: Remove obsolete ceGetModuleFileNameA.
10376         (mono_set_rootdir): Use mono_get_module_file_name.
10377         (mono_assembly_load_from_full): Call mono_image_fixup_vtable for module
10378         handles.
10379         * cil-coff.h: Add MonoVTableFixup. Update mono_cli_rva_image_map signature.
10380         * metadata-internals.h: Add is_module_handle to _MonoImage on Windows.
10381         * image.c (mono_cli_rva_image_map): Use MonoImage instead of
10382         MonoCLIImageInfo. Add support for module handles.
10383         (load_cli_header): Update mono_cli_rva_image_map signature.
10384         (load_metadata_ptrs): Update mono_cli_rva_image_map signature.
10385         (mono_image_strong_name_position): Use mono_cli_rva_image_map.
10386         (mono_image_rva_map): Add support for module handles.
10387         (mono_image_ensure_section_idx): Add support for module handles.
10388         (mono_image_close): Add support for module handles.
10389         (do_load_header): Add support for module handles.
10390         (mono_image_open_from_module_handle): New function for internal use.
10391         (mono_image_open_full): Load normal images using LoadLibrary on Windows.
10392         (mono_image_load_module): Call mono_image_fixup_vtable for module handles.
10393         (mono_image_load_file_for_image): Call mono_image_fixup_vtable for module
10394         handles.
10395         (mono_image_fixup_vtable): New function for mixed-mode assembly support.
10396         * image.h: Add mono_image_fixup_vtable.
10397         * coree.c: New file for mscoree.dll functions and mixed-mode assembly
10398         support.
10399         * coree.h: New file.
10400         * marshal.c (mono_marshal_get_native_wrapper): Throw exception for
10401         unsupported native code.
10402         (mono_marshal_set_callconv_from_modopt): New function splitted from
10403         mono_marshal_get_managed_wrapper.
10404         (mono_marshal_get_managed_wrapper): Use
10405         mono_marshal_set_callconv_from_modopt.
10406         (mono_marshal_get_vtfixup_ftnptr): New function for mixed-mode assembly support.
10407         * marshal.h: Add mono_marshal_get_vtfixup_ftnptr.
10408         * gc.c (mono_gc_init): Don't wait for the finalizer thread on Windows because
10409         that results in a deadlock when the runtime is loaded in _CorDllMain.
10410         * Makefile.am: Add coree.c and coree.h.
10412         Contributed under MIT/X11 license.
10414 2008-04-28  Mark Probst  <mark.probst@gmail.com>
10416         * generic-sharing.c: Search for type arguments in array element
10417         types as well.
10419 2008-04-28  Mark Probst  <mark.probst@gmail.com>
10421         * class-internals.h, generic-sharing.c: New, small runtime generic context.
10423         * metadata-internals.h, domain.c, image.c: Less bookkeeping is required for the new RGCTX.
10425         * object.c: Don't setup the RGCTX when the vtable is created,
10426         because we're setting it up lazily now.
10428 2008-04-26  Zoltan Varga  <vargaz@gmail.com>
10430         * sgen-gc.c: Make the 'desc' variables an mword instead of a guint32 to fix 
10431         64 bit support.
10433 2008-04-24 Rodrigo Kumpera  <rkumpera@novell.com>
10435         * verify.c (verify_class_for_overlapping_reference_fields): 
10436         If class is under fulltrust allow reference types to overllap
10437         if they have the same RVA.
10439 2008-04-24 Rodrigo Kumpera  <rkumpera@novell.com>
10441         * pedump.c: Added new flag valid-only, that makes the verifier
10442         behaves just like --security=validil. It won't fail type load
10443         due to unverifiable restrictions.
10445 2008-04-23 Rodrigo Kumpera  <rkumpera@novell.com>
10447         * class-internals.h (struct MonoMethod): Added a verification_success
10448         field to cache verifier executions. Reduced MonoMethod:slot size by
10449         one bit.
10451 2008-04-23  Zoltan Varga  <vargaz@gmail.com>
10453         * sgen-gc.c (OBJ_RUN_LEN_SIZE): Make this and other macros take a 'desc' argument
10454         instead of a 'vt' argument to save an indirection and to allow these to be used
10455         for valuetypes.
10456         (scan_vtype): New helper function to scan an area using a gc descriptor.
10457         (mono_gc_wbarrier_value_copy): Implement this.
10458         (handle_remset): Add support for REMSET_VTYPE.
10459         (find_in_remset_loc): Ditto.
10460         (mono_gc_base_init): Allow some debugging options to be controlled through the
10461         use of the MONO_GC_DEBUG env variable.
10462         (mono_gc_alloc_obj): Add support the 'collect-before-allocs' debug option.
10463         (collect_nursery): Add support for the 'check-at-minor-collection' debug option.
10465 2008-04-23  Martin Baulig  <martin@ximian.com>
10467         * domain.c (mono_domain_create): Move the call to
10468         mono_debug_domain_create() down, after allocating the domain id.
10470 2008-04-23 Rodrigo Kumpera  <rkumpera@novell.com>
10472         verify.c (verify_class_for_overlapping_reference_fields): Skip
10473         static fields while verifying for overlapping fields as they
10474         don't matter at all.
10476 2008-04-23  Marek Habersack  <mhabersack@novell.com>
10478         * domain-internals.h: added a declaration of
10479         mono_make_shadow_copy.
10481         * assembly.c (mono_assembly_open_full): shadow copying of
10482         assemblies moved to here, so that all the assemblies within the
10483         application domain's private binary directories can be
10484         processed. Fixes bug #380546
10486         * appdomain.c (mono_make_shadow_copy): make_shadow_copy renamed to
10487         mono_make_shadow_copy and made non-static. The decision whether
10488         to shadow-copy an assembly is made based on its location - it's
10489         copied if it's in one of the private application domain binary
10490         directories and its different to the target file in the shadow
10491         directory. Fixes bug #380546
10493 2008-04-22  Zoltan Varga  <vargaz@gmail.com>
10495         * reflection.c (fixup_method): Handle {Method|Constructor}OnTypeBuilderInst.
10497         * object-internals.h: Add MonoReflection{Method|Constructor}OnTypeBuilderInst
10498         types.
10500         * reflection.c (mono_image_create_token): Handle 
10501         Method/ConstructorOnTypeBuilderInst.
10502         (resolve_object): Ditto.
10503         (inflate_mono_method): Receive the inflated class instead of a MonoGenericClass
10504         so it can be called from resolve_object. Also handle the case when the inflated
10505         class already has its methods setup.
10507 2008-04-21  Martin Baulig  <martin@ximian.com>
10509         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 69.
10511 2008-04-20  Geoff Norton  <gnorton@novell.com>
10513         * icall.c: Fix the _NSGetEnviron define to prevent an impropoer
10514         pointer dereference.
10516 2008-04-15  Marek Habersack  <mhabersack@novell.com>
10518         * appdomain.c (try_load_from): if IOMAP is in effect, call the
10519         portability API to look up the assembly file. Fixes behavior in
10520         situations when the application has a bin/ directory, but the
10521         assembly search patch refers to Bin/ (and thus the requested file
10522         name is Bin/SomeLibrary.dll). Fixes bug #379888
10524 2008-04-15 Rodrigo Kumpera  <rkumpera@novell.com>
10526         verify.c (mono_type_is_generic_argument): Extracted this check
10527         from a dozen places to here.
10529         verify.c: Fixed all issues related to boxing generic arguments
10530         and their constraints.
10532 2008-04-14 Rodrigo Kumpera  <rkumpera@novell.com>
10534         verify.c (mono_class_interface_implements_interface): Fix win32 build.
10536 2008-04-14  Zoltan Varga  <vargaz@gmail.com>
10538         * reflection.c (mono_custom_attrs_construct): Fix crash when the cattr type
10539         isn't finished yet. Fixes #363447.
10541 2008-04-13  Zoltan Varga  <vargaz@gmail.com>
10543         * class.c (mono_bounded_array_class_get): Fix the name of bounded array types.
10544         Fixes #346419.
10546 2008-04-13  Jb Evain  <jbevain@novell.com>
10548         * domain.c: update the 2.1 profile versions.
10549         Merged from the Moonlight 2 branch.
10551 2008-04-12  Zoltan Varga  <vargaz@gmail.com>
10553         * assembly.c (mono_assembly_load_from_full): Do the check for loading other
10554         mscorlibs for the non-refonly case as well.
10556         * image.c (do_mono_image_load): Remove the mscorlib check, it is already done
10557         in mono_assembly_load_from_full (). Fixes #378924.
10559 2008-04-11  Geoff Norton  <gnorton@novell.com>
10561         * icall.c: The global extern environ doesn't exist on Mac.  We
10562         need to call NSGetEnviron instead.
10564 2008-04-10 Rodrigo Kumpera  <rkumpera@novell.com>
10566         verify.c: Add generic method constraint verification.
10568 2008-04-10 Rodrigo Kumpera  <rkumpera@novell.com>
10570         class.c (mono_class_inflate_generic_method_full): Add a long
10571         explanation to the is_mb_open hack. Remove the FIXME.
10573 2008-04-10 Rodrigo Kumpera  <rkumpera@novell.com>
10575         * verify.c (mono_method_verify): Mark all unknown opcodes
10576         as invalid. Mark jmp as unverifiable.
10578 2008-04-10 Rodrigo Kumpera  <rkumpera@novell.com>
10580         * verify.c: Add code to do type constraint verification on class instances.
10582         * verify.c (mono_verifier_verify_class): Use the type constraint 
10583         verification code.
10585 2008-04-10 Rodrigo Kumpera  <rkumpera@novell.com>
10587         * class.c (mono_class_get_field_default_value): Don't pass cindex
10588         as hint to mono_metadata_get_constant_index. The local is not initialized
10589         and should contain garbage most of the time. This could only work
10590         with a lot of luck.
10592 2008-04-09 Rodrigo Kumpera  <rkumpera@novell.com>
10594         * tokentype.h: Add MONO_TOKEN_GENERIC_PARAM.
10596 2008-04-09 Rodrigo Kumpera  <rkumpera@novell.com>
10598         * class-internals.h: Add generic_param_token to MonoClass::sizes union.
10600         * class.c (mono_class_from_generic_parameter): Save the token of the
10601         generic param in MonoClass::sizes.generic_param_token.
10603         * reflection.c (mono_custom_attrs_from_class): If the class type is
10604         VAR or MVAR retrieve the attributes of the generic param.
10606 2008-04-08 Rodrigo Kumpera  <rkumpera@novell.com>
10608         * class.c (mono_class_init): Do class verification if the verifier
10609         is enabled.
10611 2008-04-08 Rodrigo Kumpera  <rkumpera@novell.com>
10613         * verify-internal.h: Added mono_verifier_verify_class.
10615         * verify.c: Added mono_verifier_verify_class. It checks for
10616         classes with explicit layout that have overlapping reference fields.
10618         * pedump.c: Init the verifier state prior to verification. Fixed
10619         command line arguments.
10621 2008-04-08 Rodrigo Kumpera  <rkumpera@novell.com>
10623         * Makefile.am: Added verify-internals.h, hopefully fix the build.
10625 2008-04-08  Zoltan Varga  <vargaz@gmail.com>
10627         * verify-internals.h: Fix a warning.
10629 2008-04-07 Rodrigo Kumpera  <rkumpera@novell.com>
10631         * verify-internals.h: New header with the verifier configuration
10632         extracted from mini.c.
10634         * verify.c: Implemented the new functions exported by verify-internals.h.
10636 2008-04-07 Rodrigo Kumpera  <rkumpera@novell.com>
10638         * verify.c: Add proper verification of ckfinite.
10640 2008-04-04 Rodrigo Kumpera  <rkumpera@novell.com>
10642         * verify.c (do_conversion): Improved error message to something
10643         more meanfull.
10645         * verify.c (check_is_valid_type_for_field_ops): Fix to work
10646         with primitive types.
10648 2008-04-04 Rodrigo Kumpera  <rkumpera@novell.com>
10650         * verify.c: Added tail prefix checking. Marked icall
10651         as unverifible.
10653 2008-04-04 Rodrigo Kumpera  <rkumpera@novell.com>
10655         * verify.c: Fix the detection of branches to the middle
10656         of an instruction.
10658 2008-04-03 Rodrigo Kumpera  <rkumpera@novell.com>
10660         * verify.c: Implemented verification of volatile. and
10661         unaligned. prefix. Check if a type is valid after retrieving it.
10663 2008-04-01  Dick Porter  <dick@ximian.com>
10665         * process.c (process_get_fileversion): If there's no string block,
10666         set the file language to en_US.  Fixes the other new part of bug
10667         374600.
10669 2008-03-29 Rodrigo Kumpera  <rkumpera@novell.com>
10671         * class.c: New functions mono_method_can_access_field_full and
10672         mono_method_can_access_method_full. They perform type visibility
10673         and type site check.
10675         * class-internal.h: Added exported functions.
10677         * verify.c: Use new functions to implement proper visibility checks.
10679 2008-03-29  Zoltan Varga  <vargaz@gmail.com>
10681         * mono-config.h: Add missing G_BEGIN_DECLS/G_END_DECLS. Fixes #375188.
10683 2008-03-28  Dick Porter  <dick@ximian.com>
10685         * process.c (process_get_fileversion): Use the first language ID
10686         we see, rather than insisting on an invariant language.  Fixes bug
10687         374600.
10689 2008-03-28  Zoltan Varga  <vargaz@gmail.com>
10691         * reflection.c (calc_section_size): Use add_stream_zero to align the size of
10692         the streams to fix reading of invalid memory later.
10694         * metadata.h (MonoType): Use 'MonoTypeEnum' instead of int for the 'type' field
10695         to ease debugging.
10697 2008-03-26  Zoltan Varga  <vargaz@gmail.com>
10699         * marshal.c (signature_dup): Use mono_metadata_signature_alloc ().
10700         (cominterop_method_signature): Ditto. Fix the size passed to memcpy.
10702 2008-03-26  Massimiliano Mantione  <massi@ximian.com>
10703         * threads.h: Added MonoThreadManageCallback type and
10704         mono_thread_set_manage_callback prototype
10705         * object-internals.h: In _MonoThread, renamed unused6 to manage_callback
10706         (used to store the mono_thread_manage callback).
10707         * threads.c: Added mono_thread_set_manage_callback, and handle
10708         "MonoThread->manage_callback" in build_wait_tids.
10710 2008-03-26  Dick Porter  <dick@ximian.com>
10712         * process.c (process_get_fileversion): Set FileVersionInfo strings
10713         to Empty when the resource doesn't have the particular info.
10714         Fixes bug 355717.
10716 2008-03-25 Rodrigo Kumpera  <rkumpera@novell.com>
10718         * verify.c (mono_method_verify): Proper prefix validation.
10720 2008-03-25  Zoltan Varga  <vargaz@gmail.com>
10722         * icall.c (ves_icall_InternalInvoke): Return exceptions thrown by the icall
10723         itself in a separate argument instead of throwing them. Fixes #373448.
10725         * appdomain.c: Bump corlib version.
10727 2008-03-24 Rodrigo Kumpera  <rkumpera@novell.com>
10729         * verify.c: Implemented readonly prefix and verify controled mutability pointers.
10731 2008-03-20  Kornél Pál  <kornelpal@gmail.com>
10733         * file-io.c, filewatcher.c, threadpool.c, threads.c: Removed Windows
10734         version macros.
10736 2008-03-20  Mark Probst  <mark.probst@gmail.com>
10738         * generic-sharing.c, class-internals.h: Code for putting
10739         reflection types into the runtime generic context.
10741 2008-03-19 Rodrigo Kumpera  <rkumpera@novell.com>
10743         * icall.c (ves_icall_get_method_info): Return correct values for the call convention.
10744         Fixes #340662. 
10747 2008-03-17 Rodrigo Kumpera  <rkumpera@novell.com>
10749         * verify.c (VerifyContext): Added instruction prefix data to the struct.
10751         * verify.c (is_compatible_boxed_valuetype): Don't check if the type is a valuetype, been boxed is enough.
10753         * verify.c (do_invoke): Support constrained callvirt form. Grouped similar checks together.
10755         * verify.c (do_cast): Let the result value keep the boxed status.
10757         * verify.c (mono_method_verify): Add proper support for prefixed and implement contrained.
10759 2008-03-17  Jb Evain  <jbevain@novell.com>
10761         * reflection.c: when running on a 2.0 runtime, emit
10762         unconditionally the #~ header version as 2.0, and the
10763         CLI header version as 2.5, for symmetry's sake with csc.
10765 2008-03-16  Zoltan Varga  <vargaz@gmail.com>
10767         * class.c: Remove the unused cache_interface_offsets stuff.
10769         * class.c loader.c domain.c verify.c metadata.c debug-helpers.c threadpool.c
10770         profiler.c: Fix warnings.
10772 2008-03-16  Mark Probst  <mark.probst@gmail.com>
10774         * generic-sharing.c, class-internals.h: Support for putting
10775         methods into the runtime generic context.
10777 2008-03-16  Zoltan Varga  <vargaz@gmail.com>
10779         * class.c (mono_class_setup_fields): Ignore calls made to this function for
10780         classes which are generic instances of not-yet finished typebuilders. Fixes
10781         #351172.
10783         * reflection.c (fixup_method): Add support for FieldOnTypeBuilderInst.
10785 2008-03-15  Zoltan Varga  <vargaz@gmail.com>
10787         * metadata-internals.h (MonoDynamicImage): Add 'generic_def_objects' hash table.
10789         * class-internals.h (MonoMethodInflated): Remove the rarely used reflection_info
10790         field, replace it with a hash table in MonoDynamicImage.
10792         * reflection.c (inflate_mono_method): Access the generic definition object from
10793         image->generic_def_objects instead of imethod->reflection_info.
10795         * reflection.c (mono_reflection_bind_generic_method_parameters): Ditto. 
10797         * icall.c (ves_icall_MonoMethod_GetGenericMethodDefinition): Ditto.
10798         
10799         * image.c (mono_image_close): Move the dynamic image freeing code to a separate
10800         function in reflection.c so it is easier to keep in sync with the dynamic image
10801         creation code.
10803         * reflection.c (mono_dynamic_image_free): New internal function, extracted from
10804         mono_image_close ().
10806 2008-03-15  Mark Probst  <mark.probst@gmail.com>
10808         * class.c (mono_class_generic_sharing_enabled): Disable generic
10809         sharing for all architectures except AMD64 and x86 to fix build.
10811 2008-03-14 Rodrigo Kumpera  <rkumpera@novell.com>
10813         * verify.c: Use the generic definition MonoGenericContext when available.
10814         Remove code for checking generics instance compatibility in favor of
10815         mono_class_is_assignable_from.
10817 2008-03-14  Mark Probst  <mark.probst@gmail.com>
10819         * marshal.c, marshal.h, metadata-internals.h, image.c,
10820         wrapper-types.h: New wrapper for invoking a shared static method
10821         without having to pass the runtime generic context argument.
10823 2008-03-14 Rodrigo Kumpera  <rkumpera@novell.com>
10825         * icall-def.h: Add missing function PerformanceCounterCategory::GetInstanceNames.
10827 2008-03-14  Zoltan Varga  <vargaz@gmail.com>
10829         * reflection.c (mono_image_get_field_on_inst_token): Add caching.
10830         
10831         * reflection.c (mono_image_get_field_on_inst_token): New helper function to
10832         create a token from a FieldOnTypeBuilderInst.
10833         (mono_image_create_token): Handle FieldOnTypeBuilderInst.
10834         (resolve_object): Ditto.
10836         * object-internals.h (MonoReflectionFieldOnTypeBuilderInst): New structure
10837         mirroring System.Reflection.Emit.FieldOnTypeBuilderInst.
10839 2008-03-14  Martin Baulig  <martin@ximian.com>
10841         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 68.
10843         * debug-mono-symfile.h
10844         (MONO_SYMBOL_FILE_VERSION): Bump to 41.
10845         (MONO_SYMBOL_FILE_COMPATIBILITY_VERSION): New #define.
10847 2008-03-10  Martin Baulig  <martin@ximian.com>
10849         * debug-mono-symfile.h
10850         (MonoSymbolFileMethodAddress): Removed `num_lexical_blocks' and
10851         `lexical_block_table_offset'.
10852         (MonoDebugMethodInfo): Removed `num_lexical_blocks' and
10853         `lexical_blocks'.
10854         (MonoSymbolFile): Added `version'.
10856         * mono-debug.h
10857         (MonoDebugLexicalBlockEntry): Removed.
10858         (MonoDebugMethodJitInfo): Removed `num_lexical_blocks' and
10859         `lexical_blocks'.
10861         * mono-debug.c (mono_debug_add_method): Don't compute lexical
10862         blocks here; the debugger now does this internally.
10864 2008-02-27  Martin Baulig  <martin@ximian.com>
10866         * object.c (mono_runtime_exec_main): Call
10867         `mono_debugger_event (MONO_DEBUGGER_EVENT_REACHED_MAIN)' and
10868         `mono_debugger_event (MONO_DEBUGGER_EVENT_MAIN_EXITED)' here.
10870 2008-03-12 Rodrigo Kumpera  <rkumpera@novell.com>
10872         * verify.c (verify_type_compatibility_full): Allow native int to be converted
10873         to native pointer in non-strict mode. Required to "(IntPtr)null" work.
10875 2008-03-12 Rodrigo Kumpera  <rkumpera@novell.com>
10877         * verify.c (verify_ldftn_delegate): Accept a sealed type when using
10878         ldftn with a virtual method.
10880 2008-03-13  Geoff Norton  <gnorton@novell.com>
10882         * decimal.c:  Only include memory.h if the platform has it.
10884 Wed Mar 12 12:11:06 CET 2008 Paolo Molaro <lupus@ximian.com>
10886         * assembly.c, class.c, metadata-internals.h: make sure public key
10887         tokesns are compared in a case-insensitive way. Also, all
10888         the lookups in the GAC use a lowercase public key token
10889         (gaacutil already does the lowercasing on install). Fixes
10890         bug #369541.
10892 2008-03-11 Rodrigo Kumpera  <rkumpera@novell.com>
10894         * verify.c (mono_delegate_signature_equal): Do proper variance check on arguments
10895         and return value.
10897 Tue Mar 11 17:41:38 CET 2008 Paolo Molaro <lupus@ximian.com>
10899         * image.c: when someone loads a mscorlib from a file, return the
10900         currently loaded mscorlib (fixes bug #369253).
10902 Tue Mar 11 16:47:32 CET 2008 Paolo Molaro <lupus@ximian.com>
10904         * class.c: handle types with no parents by forcing them to have
10905         System.Object as a parent and marking them as broken (this currently
10906         allows the first part of bug #369173 to work as well, likely because
10907         we don't check for typeload exceptions everywhere yet).
10909 Tue Mar 11 15:23:54 CET 2008 Paolo Molaro <lupus@ximian.com>
10911         * class.c: more complete check that types belong to corlib
10912         (fixes second part of bug #369173).
10914 2007-03-10  Bill Holmes  <billholmes54@gmail.com>
10916         * generic-sharing.c:  Including glib.h for the MSVC builds to define
10917           "inline" to "__inline" before including mono-membar.h.
10918           
10919         * mono-perfcounters.c:  Adding HAVE_SYS_TIME_H check for MSVC builds.
10920           Rename "Unknown" to "CatTypeUnknown" to avoid name collisions for 
10921           MSVC builds.
10923         Contributed under MIT/X11 license.
10925 2008-03-10 Rodrigo Kumpera  <rkumpera@novell.com>
10927         * verify.c (do_invoke_method): Remove return type validation.
10929         * verify.c (do_ret): Do return type validation at return site instead of
10930         call site.
10932 2008-03-10 Rodrigo Kumpera  <rkumpera@novell.com>
10934         * verify.c (do_invoke_method): Mark callvirt to static methods unverifiable.
10936         * verify.c: Some todos cleaned and improved a few error messages.
10938 2008-03-08  Zoltan Varga  <vargaz@gmail.com>
10940         * class.c (mono_class_setup_mono_type): Improve the test for corlib.
10942 2008-03-07  Zoltan Varga  <vargaz@gmail.com>
10944         * class.c (mono_class_setup_mono_type): Handle types whose name clashes with
10945         system types correctly.
10947         * exception.h exception.c (mono_exception_from_token_two_strings): New helper
10948         function.
10950 2008-03-06  Zoltan Varga  <vargaz@gmail.com>
10952         * assembly.c (build_assembly_name): Fix a warning.
10954 Thu Mar 6 19:43:41 CET 2008 Paolo Molaro <lupus@ximian.com>
10956         * marshal.c: ldfld_remote and stfld_remote needs just one wrapper as
10957         the called function takes an object type argument. Fixes storing or
10958         valuetypes across remoting as well as reducing memory usage.
10959         * image.c, metadata-internals.h: remove now unused ldfld_remote and
10960         stfld_remote wrapper caches.
10962 2008-03-06  Zoltan Varga  <vargaz@gmail.com>
10964         * icall.c (mono_lookup_internal_call): Update the exception message when an icall
10965         is not found.
10967         * reflection.c (mono_image_register_token): New helper function to save
10968         a token->object mapping.        
10970         * icall.c (ves_icall_ModuleBuilder_RegisterToken): New icall to access it from
10971         managed code.
10973         * reflection.c (_mono_reflection_parse_type): Distinguish between vectors and
10974         one dimension arrays. Fixes #367670.
10975         (mono_reflection_get_type_internal): Ditto.
10977 Tue Mar 4 19:04:02 CET 2008 Paolo Molaro <lupus@ximian.com>
10979         * marshal.c: mono_load_remote_field_new() always returns object.
10980         so use the proper signature (fixes bug #366445).
10982 2008-03-04  Zoltan Varga  <vargaz@gmail.com>
10983         
10984         * class-internals.h (MonoMethod): Remove unused uses_this flag, 
10985         add an 'inline_failure' flag instead.
10987 2008-03-04  Mark Probst  <mark.probst@gmail.com>
10989         * domain-internals.h, domain.c: Replaced MonoGenericSharingContext
10990         with a new structure, MonoGenericJitInfo, in the MonoJitInfo.  It
10991         contains the location of "this", used for exception handling.
10993 2008-03-04  Zoltan Varga  <vargaz@gmail.com>
10995         * class.c (mono_class_layout_fields): Set the min alignment of small structs to
10996         their size on all platforms for perf reasons.
10998 2008-03-03 Rodrigo Kumpera  <rkumpera@novell.com>
11000         * reflection.h: Move mono_reflection_is_valid_dynamic_token to
11001         object-internal.h
11003         * object-internal.h: Same.
11005 2008-03-03 Rodrigo Kumpera  <rkumpera@novell.com>
11007         * reflection.h: Fix the build I just broke.
11009 2008-03-03 Rodrigo Kumpera  <rkumpera@novell.com>
11011         * reflection.c (mono_reflection_is_valid_dynamic_token): New function,
11012         Test if a token is valid, this remove explicit usage of 
11013         MonoDynamicImage::tokens from the verifier code.
11015         * reflection.h: Added mono_reflection_is_valid_dynamic_token.
11017         * verify.c (token_bounds_check): Use mono_reflection_is_valid_dynamic_token
11018         instead of direct access to MonoDynamicImage::tokens.
11020 2008-03-03 Rodrigo Kumpera  <rkumpera@novell.com>
11022         * verify.c (token_bounds_check): Fix the build I just broke.
11024 2008-03-03 Rodrigo Kumpera  <rkumpera@novell.com>
11026         * verify.c (token_bounds_check): Fix bounds check for dynamic images.
11028         * verify.c (verifier_load_method): Fixed the errors message.
11030         * verify.c (mono_method_verify): Fixed a debug message.
11032 Thu Feb 28 19:49:45 CET 2008 Paolo Molaro <lupus@ximian.com>
11034         * icall-def.h, domain.c, mono-perfcounters-def.h, mono-perfcounters.c,
11035         mono-perfcounters.h, class-internals.h: support for predefined
11036         writable counters, query of categories and counters, bugfixes.
11038 2008-02-28 Rodrigo Kumpera  <rkumpera@novell.com>
11040         * verify.c (do_refanytype): Verify the refanytype opcode.
11042         * verify.c (mono_method_verify): Use do_refanytype.
11044 2008-02-28 Rodrigo Kumpera  <rkumpera@novell.com>
11046         * verify.c (do_mkrefany): Verify the mkrefany opcode.
11048         * verify.c (mono_method_verify): Use do_mkrefany.
11050 Wed Feb 27 19:49:16 CET 2008 Paolo Molaro <lupus@ximian.com>
11052         * Makefile.am, icall-def.h, icall.c, mono-perfcounters-def.h,
11053         mono-perfcounters.c, mono-perfcounters.h: basic performance counter
11054         implementation.
11056 2008-02-27  Zoltan Varga  <vargaz@gmail.com>
11058         * marshal.c (mono_marshal_get_synchronized_wrapper): Fix the code which throws
11059         the type load exception.
11061 2008-02-27 Rodrigo Kumpera  <rkumpera@novell.com>
11063         * verify.c: Added a few FIXME for method signatures
11065         * verify.c (do_invoke_method): Use mono_method_get_signature_full instead
11066         of mono_method_get_signature and get vararg call working. Removed unused
11067         checks for return value.
11069         * verify.c (do_refanyval): Verify the refanyval opcode.
11071         * verify.c (mono_method_verify): Implemented verification of arglist and
11072         use do_refanyval.
11074 2008-02-27  Zoltan Varga  <vargaz@gmail.com>
11076         * class.c (mono_class_setup_methods): Move the check for synchronized methods on
11077         vtypes to marshal.c.
11079         * marshal.c (mono_marshal_get_synchronized_wrapper): Do the vtype check here so
11080         it works for AOT as well.
11082 Tue Feb 26 17:46:32 CET 2008 Paolo Molaro <lupus@ximian.com>
11084         * monitor.c, threads.c, threadpool.c: replace the use of GetTickCount ()
11085         with mono_msec_ticks () which is monotonic and doesn't cause bugs when
11086         the system time is adjusted.
11088 Tue Feb 26 17:40:10 CET 2008 Paolo Molaro <lupus@ximian.com>
11090         * icall.c, icall-def.h: use the new time functions (fixes the
11091         non-monotonic behaviour of TickCount).
11093 2008-02-26  Zoltan Varga  <vargaz@gmail.com>
11095         * reflection.c (mono_custom_attrs_from_builders): Revert the last change as
11096         it breaks the build.
11097         
11098         * reflection.c (mono_custom_attrs_from_builders): Assert instead of a crash if the
11099         cattr is not finished yet.
11101 2008-02-25 Rodrigo Kumpera  <rkumpera@novell.com>
11103         * verify.c: Proper token validation for field, method and type.
11105 2008-02-25 Rodrigo Kumpera  <rkumpera@novell.com>
11107         * loader.c (field_from_memberref): Generate a loader error if the type is not found.
11109         * loader.c (method_from_memberref): Generate type load error instead of method missing
11110         if the type is not found.
11112 2008-02-23  Zoltan Varga  <vargaz@gmail.com>
11114         * marshal.c (mono_marshal_emit_managed_wrapper): Avoid generating invalid IL if
11115         some of the conversions caused the generation of a marshal directive exception.
11117 2008-02-21 Rodrigo Kumpera  <rkumpera@novell.com>
11119         verify.c: Report which exception should be thrown by the JIT.
11120         Added a lot of FIXME notes.
11122 2008-02-22  Mark Probst  <mark.probst@gmail.com>
11124         * generic-sharing.c: Runtime generic context slots are not
11125         instantiated on init anymore.  Instead, provide function to do the
11126         instantiating on demand.
11128         * class-internals.h: Added vtable to runtime generic context.
11129         Macros for encoding direct and indirect slot offsets in one
11130         guint32.
11132 2008-02-21  Mark Probst  <mark.probst@gmail.com>
11134         * object.c, generic-sharing.c: Moved some generic sharing code
11135         from object.c to generic-sharing.c.
11137         * generic-sharing.c: Added support for extensible runtime generic
11138         context.
11140         * metadata-internals.h: Two new hash tables in MonoImage for
11141         extensible runtime generic context support.
11143         * domain.c: Unregister generic vtables upon domain unloading.
11145         * image.c: Destroy new hash tables upon image unloading.
11147         * metadata.c: Unregister generic subclasses upon image unloading.
11149         * class-internals.h: New data structure for runtime generic
11150         context template.  New fields in the runtime generic context for
11151         extensible part.
11153         * Makefile.am: Added generic-sharing.c.
11155 2008-02-21 Rodrigo Kumpera  <rkumpera@novell.com>
11157         icall.c (ves_icall_System_Reflection_Module_ResolveTypeToken): If
11158         there is a pending loader exception, raise it.
11160         icall.c (ves_icall_System_Reflection_Module_ResolveMethodToken): 
11161         same.
11163         icall.c (ves_icall_System_Reflection_Module_ResolveFieldToken): 
11164         same.
11166         Fixes #363450.
11168 2008-02-20  Zoltan Varga  <vargaz@gmail.com>
11170         * icall.c (ves_icall_Type_GetPacking): Handle dynamic types.
11172         * assembly.c (mono_assembly_load_from_full): Fix a leak in the previous patch.
11173         
11174         * assembly.c (mono_assembly_load_from_full): Return the non-refonly corlib for
11175         ref-only requests for compatibility with MS.
11177 2008-02-20  Raja R Harinath  <harinath@hurrynot.org>
11179         * reflection.c (mono_custom_attrs_from_method): Don't silently
11180         return an empty list for generic method instances.
11181         (mono_custom_attrs_from_param): Likewise.
11183 2008-02-20  Rodrigo Kumpera  <rkumpera@novell.com>
11184             Raja R Harinath  <harinath@hurrynot.org>
11186         Fix #354757
11187         * class-internals.h (struct _MonoMethodInflated.is_mb_open): Add.
11188         * class.c (mono_class_inflate_generic_method_full): Initialize it
11189         when a fully-open method is instantiated.
11190         * metadata.c (inflated_method_equal, inflated_method_hash): Update
11191         to new field.
11192         * reflection.c (inflate_mono_method): Don't create a temporary context.
11194 2008-02-20  Raja R Harinath  <harinath@hurrynot.org>
11196         * icall.c (ves_icall_MonoMethod_GetGenericMethodDefinition):
11197         Compute correct value, to prepare for imethod->reflection_info going away.
11199 2008-02-19  Zoltan Varga  <vargaz@gmail.com>
11201         * class.c (mono_class_setup_vtable_general): Ignore static methods in interfaces.
11203 2008-02-18 Rodrigo Kumpera  <rkumpera@novell.com>
11205         * verify.c: Implement skip visibility flag.
11207 2008-02-18 Rodrigo Kumpera  <rkumpera@novell.com>
11209         * verify.h: Added MONO_VERIFY_SKIP_VISIBILITY and struct MonoVerifyInfoExtended
11210         which contains an extra field to tell the kind of exception that should be thrown.
11212         * verify.c: Use MonoVerifyInfoExtended instead of MonoVerifyInfo.
11214 2008-02-17  Raja R Harinath  <harinath@hurrynot.org>
11216         * loader.c (mono_method_get_param_names): Initialize 'klass' after
11217         'method' is updated.
11219 2008-02-11  Zoltan Varga  <vargaz@gmail.com>
11221         * class.c (mono_class_layout_fields): Set class->min_align for classes using
11222         explicit layout as well. Fixes #360375.
11224 2008-02-11  Geoff Norton  <gnorton@novell.com>
11226         * loader.c: Guard and dereference against inflated generic methods
11228 2008-02-10  Gert Driesen  <drieseng@users.sourceforge.net>
11230         * class.c: Include Retargetable spec in assembly name.
11231         * assembly.c: Always include PublicKeyToken spec in assembly name
11232         (with value "null" if assembly is not signed), and include
11233         Retargetable spec.
11234         * icall-def.h: Added icall for Assembly.get_fullname.
11235         * icall.c: Added icall returning the fullname of an assembly.
11237 2008-02-09  Zoltan Varga  <vargaz@gmail.com>
11239         * class.c (mono_class_setup_vtable_general): Add a missing call to
11240         mono_class_setup_methods () which is needed in the AOT case.
11242 2008-02-08 Rodrigo Kumpera  <rkumpera@novell.com>
11244         * verify.c (mono_type_get_stack_name): Added. Return the name for the
11245         stack type of the given MonoType.
11247         * verify.c (verify_type_compatibility_full): Handle the void type.
11249         * verify.c (is_compatible_boxed_valuetype): Changed to fit the
11250         way stack merging works.
11252         * verify.c (store_local): Improved verification message.
11254         * verify.c (do_branch_op): If the merging is invalid, the method
11255         is unverifiable and not invalid. Improved error message.
11257         * verify.c (merge_stacks): Properly merge a boxed valuetype and
11258         a reference type diferent than System.Object. Improved error
11259         message.
11261 2008-02-07 Rodrigo Kumpera  <rkumpera@novell.com>
11263         * verify.c (mono_type_is_enum_type): Added. Test if a type is an enum.
11265         * verify.c (mono_type_get_underlying_type_any): Added. Return the underlying
11266         type of an enum even if the argument is byref.
11268         * verify.c: Replace all explicit uses of enumtype and enum_basetype
11269         to calls to mono_type_is_enum_type and mono_type_get_underlying_type_any.
11271         * verify.c: Check for an enum in all cases of MONO_TYPE_GENERICINST.
11273         *verify.c (verify_type_compatibility_full): Make enum types
11274         compatible with their base types.
11276         * verify.c (is_compatible_boxed_valuetype): Added. Check if both
11277         types are compatible for the special case of a boxed valuetype and
11278         System.Object.
11280         * verify.c (verify_stack_type_compatibility): The function
11281         is_compatible_boxed_valuetype was extracted from here.
11283         * verify.c (push_arg): Only set ctx->has_this_store if the method
11284         is not static.
11286         * verify.c (do_ldelem): Fixed a typo in an error message and added
11287         strict check for mixing int32 and native int as the array type
11288         and ldelem type.
11290         * verify.c (merge_stacks): Consider boxed valuetypes in the
11291         compatibility checks.
11293 2008-02-07  Massimiliano Mantione  <massi@ximian.com>
11294         * profiler.h: (MonoGCEvent): Added start-stop the world events.
11296 2008-02-06  Massimiliano Mantione  <massi@ximian.com>
11297         *class.c: use_new_interface_vtable_code: renamed the env var to have
11298         a "MONO_" prefix, and fix the logic to enable it by default.
11300 2008-02-06  Massimiliano Mantione  <massi@ximian.com>
11301         *class.c:
11302         mono_class_setup_vtable_general: rewrote the way in which interface
11303         methods are added to vtables. Makes bug-77127.exe pass, and hopefully
11304         makes the code more maintainable.
11305         For now the old code is still there, and can be activated setting
11306         the env var "USE_NEW_INTERFACE_VTABLE_CODE".
11308 2008-02-06 Rodrigo Kumpera  <rkumpera@novell.com>
11310         * verify.c: guarded some debug functions around and #ifdef.
11312         * verify.c (merge_stacks): implement proper PIII 1.8.1.3 stack state merging.
11314 2008-02-06  Zoltan Varga  <vargaz@gmail.com>
11316         * marshal.c (mono_marshal_get_runtime_invoke): Revert the direct_wrapper
11317         changes for now since they seem to break too many things.
11319 2008-02-05  Mark Probst  <mark.probst@gmail.com>
11321         * marshal.c, marshal.h (mono_marshal_find_bitfield_offset,
11322         mono_marshal_find_nonzero_bit_offset): Added macro and function
11323         for finding the byte- and bit-offset of a bitfield within a
11324         struct.
11326 2008-02-05  Zoltan Varga  <vargaz@gmail.com>
11328         * marshal.c (mono_marshal_get_ptr_to_struct): Make the signature non-pinvoke.
11329         (mono_marshal_get_struct_to_ptr): Ditto.
11331         * marshal.c (mono_marshal_get_runtime_invoke): Fix the signature of 
11332         cctor_signature.
11334 2008-02-03  Zoltan Varga  <vargaz@gmail.com>
11336         * marshal.c (mono_marshal_get_runtime_invoke): Fix sharing of runtime wrappers
11337         between methods for non-corlib types.
11339 2008-02-02  Geoff Norton  <gnorton@novell.com>
11341         * loader.c (mono_method_get_param_names): Populate the parameter name for 
11342         generic parameters as well. (Fixes #342536)
11344 2008-01-31 Rodrigo Kumpera  <rkumpera@novell.com>
11346         * verify.c (is_valid_bool_arg): Allow boxed values and null literals as well.
11348         * verify.c (do_invoke_method): Fix for calling with byref structs.
11350         * verify.c (do_cast): push a boxed value type based on the type token and not
11351         the type of stack.
11353 2008-01-31  William Holmes  <billholmes54@gmail.com>
11355         * process.c (process_module_string_read): Check the size returned form 
11356           VerQueryValue to avoid out of memory exception. 
11358 2008-01-30  Zoltan Varga  <vargaz@gmail.com>
11360         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): 
11361         Handle properly modules which are not in the moduleref table. Fixes
11362         #356938.
11364 2008-01-29  Zoltan Varga  <vargaz@gmail.com>
11366         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): Remove
11367         the dynamic case which is now in managed code.
11368         (ves_icall_System_Reflection_Assembly_GetTypes): Ditto.
11370         * marshal.c (mono_string_to_bstr): Fix a warning.
11371         (init_com_provider_ms): Ditto.
11373         * appdomain.c (ves_icall_System_AppDomain_createDomain): Add some FIXMEs.
11375         * exception.c (mono_get_exception_out_of_memory): New helper function.
11377 2008-01-28  Jonathan Chambers  <joncham@gmail.com>
11379         * marshal.c: Add support for BSTR marshalling
11380         using other COM systems.
11382         Code is contributed under MIT/X11 license.
11384 2008-01-28 Rodrigo Kumpera  <rkumpera@novell.com>
11386         * object.c (mono_runtime_invoke_array): reverted previous
11387         commit as it breaks the build.
11389 2008-01-28 Rodrigo Kumpera  <rkumpera@novell.com>
11391         * object.c (mono_runtime_invoke_array): Verify arguments for
11392         invalid types. Fixes #348522.
11394 2008-01-28 Rodrigo Kumpera  <rkumpera@novell.com>
11396         * verify.c: added IL_CODE_CALL_NONFINAL_VIRTUAL to track calls to
11397         non-final virtual calls using call. 
11399         * verify.c (do_invoke): fixed some TODOs.
11401         * verify.c (push_arg): set has_this_store for "ldarga 0".
11403 2008-01-27  Zoltan Varga  <vargaz@gmail.com>
11405         * reflection.c (reflection_methodbuilder_to_mono_method): Allow DynamicMethods
11406         which belong to an inflated class. Fixes #356531.
11408 2008-01-26  Robert Jordan  <robertj@gmx.net>
11410         * file-io.c: Implement and use wrappers for GetFileAttribute|Ex ()
11411         which resort to FindFirstFile when a certain error condition
11412         (ERROR_SHARING_VIOLATION) occured. Fixes bug #325212.
11413         Code is contributed under MIT/X11 license.
11415 2008-01-24  Jonathan Chambers  <joncham@gmail.com>
11417         * marshal.c (emit_marshal_string): Fix out string marshalling
11418         to use specified encoding. Fixes #323900.
11420         Code is contributed under MIT/X11 license.
11422 2008-01-24  Raja R Harinath  <harinath@hurrynot.org>
11424         * class.c (mono_class_inflate_generic_method_full): Don't modify
11425         iresult->context after cache check.
11427 2008-01-23  Zoltan Varga  <vargaz@gmail.com>
11429         * class.c (mono_class_inflate_generic_method_full): Change the
11430         struct assignments to memcpy for better visibility and add some comments.
11432 2008-01-23  Dick Porter  <dick@ximian.com>
11434         * threads.c (mono_threads_set_shutting_down): Simplify shutdown
11435         procedure, and make it work on windows.
11437 2008-01-22  Zoltan Varga  <vargaz@gmail.com>
11439         * object-internals.h (MonoReflectionGenericClass): Make the 'generic_type' field
11440         a MonoReflectionTypeBuilder since it is always of that type.
11442         * reflection.c (mono_type_get_object): Remove an unneccesary check.     
11444         * reflection.c (mono_generic_class_get_object): Simplify this a bit.
11446         * reflection.c (mono_reflection_bind_generic_parameters): Ditto.
11447         
11448         * icall.c (ves_icall_MonoGenericClass_GetParentType): Ditto.
11450         * icall.c (ves_icall_MonoGenericClass_GetInterfaces): Ditto.
11452         * reflection.c (mono_reflection_create_runtime_class): Remove already created
11453         instantiations from the type cache.
11455 2008-01-21 Rodrigo Kumpera  <rkumpera@novell.com>
11457         * verify.c (do_ldstr): fixed token verification. previous code was 100% broken.
11459         * verify.c (do_unbox_value): push a controled mutability managed pointer.
11461 2008-01-21 Rodrigo Kumpera  <rkumpera@novell.com>
11463         * verify.c (do_ldstr): added, verifies if the #US token is valid.
11465         * verify.c (mono_method_verify): removed old TODO
11467 2008-01-21 Rodrigo Kumpera  <rkumpera@novell.com>
11469         * verify.c (do_newobj): add visibility check.
11471 2008-01-21 Rodrigo Kumpera  <rkumpera@novell.com>
11473         * verify.c (do_load_function_ptr): add visibility check.
11475 2008-01-21  Massimiliano Mantione  <massi@ximian.com>
11476         *class.c:
11477         mono_generic_class_get_class: hook profiler events.
11478         mono_field_get_offset: added to support heap-shot in the new profiler.
11479         *class.h: exported mono_field_get_offset.
11480         * reflection.c:
11481         mono_reflection_setup_internal_class: hook profiler events.
11483 2008-01-20  Zoltan Varga  <vargaz@gmail.com>
11485         * marshal.c (mono_marshal_emit_native_wrapper): Add a 'check_exceptions' 
11486         argument here too and use it to avoid checking for pending exceptions if 
11487         possible.
11489 2008-01-20  Gert Driesen  <drieseng@users.sourceforge.net>
11491         * assembly.c (build_assembly_name): add arg for passing the assembly
11492         flags. Do not consider a PublicKey with value "null" valid.
11493         (mono_assembly_name_parse_full): added boolean argument that will be
11494         set if the assembly name contains a PublicKeyToken spec. Added support
11495         for the Retargetable spec for which only Yes or No are allowed as valid
11496         value. Consider assembly name invalid if Retargetable spec is set, but
11497         either version, culture or public key (token) are not specified.
11498         * metadata-internals.h: sync signature of mono_assembly_name_parse_full
11499         with implementation in assembly.c.
11500         * icall.c (fill_reflection_assembly_name): also copy assembly flags
11501         from MonoAssemblyName.
11502         (ves_icall_System_Reflection_AssemblyName_ParseName): use newly
11503         introduced argument for mono_assembly_name_parse_full to know if the
11504         assembly name has a PublicKeyToken spec, and if it has instruct
11505         fill_reflection_assembly_name to use default value for keyToken (if
11506         PublicKeyToken is null).
11508 2008-01-18  Rodrigo Kumpera  <rkumpera@novell.com>
11510         * verify.c (mono_method_verify): fixed ovf ops with
11511         float values. They are unverifiable now.
11513 2008-01-18  Rodrigo Kumpera  <rkumpera@novell.com>
11515         * class.c (set_failure_from_loader_error): add BadImageException to the
11516         list of exceptions that can cause a type to fail to load.
11518         * class.c (mono_class_get_exception_for_failure): same.
11520 2008-01-17  Rodrigo Kumpera  <rkumpera@novell.com>
11522         * verify.c (in_any_exception_block): added, check if offset
11523         is part of any exception handling clause.
11525         * verify.c (get_stack_type): added VAR and MVAR types.
11527         * verify.c (do_stobj): better error messages.
11529         * verify.c (do_cpobj): added, check cpobj.
11531         * verify.c (do_initobj): added, check initobj.
11533         * verify.c (do_sizeof): added, check sizeof.
11535         * verify.c (do_localloc): added, check localloc.
11537         * verify.c: adde proper verification for cpobj, initobj, sizeof and localloc.
11539 2008-01-17  Zoltan Varga  <vargaz@gmail.com>
11541         * method-builder.c (mono_mb_emit_native_call): Get rid of the unused
11542         save_lmf/restore_lmf opcodes.
11544         * threads.c (mono_threads_install_notify_pending_exc): New function to
11545         install a callback notifying the JIT there is a pending exception on a thread.
11546         (mono_thread_request_interruption): Call the new callback.
11547         (mono_thread_get_and_clear_pending_exception): New function to return the
11548         exception pending on a thread.
11550         * marshal.c (mono_marshal_get_icall_wrapper): Add a check_exceptions argument
11551         to turn off checking for pending exceptions.
11552         (mono_marshal_get_native_wrapper): Ditto.
11554 2008-01-16  Zoltan Varga  <vargaz@gmail.com>
11556         * threads-types.h: Get rid of the unnecessary extern declarations.
11558 2008-01-16  Gert Driesen  <drieseng@users.sourceforge.net>
11560         * icall.c (ves_icall_Type_GetField): if NonPublic flag is set, only
11561         return field from parent class if not private.
11562         (ves_icall_Type_GetFields_internal): if NonPublic flag is set, only
11563         returns fields from parent class if they are not private.
11564         (method_nonpublic): added function to determine if a given method
11565         should be considered non-public. Returns false for private methods
11566         on parent class, and internal methods from parent on the 1.0 profile.
11567         (ves_icall_Type_GetMethodsByName): if NonPublic flag is set, then
11568         use method_nonpublic function to determine whether method should be
11569         returned.
11570         (property_accessor_public): use newly introduced method_nonpublic
11571         function to determine whether accessor is non-public. 
11572         (ves_icall_MonoType_GetEvent): If NonPublic flag is set, only return
11573         event from parent class if not private. Only return static event if
11574         Static flag is set, and only return static event from parent class if
11575         FlattenHierarchy flag is set.
11576         (ves_icall_Type_GetEvents_internal): If NonPublic flag is set, only
11577         include non-private events from parent class.
11579 2008-01-16  Zoltan Varga  <vargaz@gmail.com>
11581         * icall.c (ves_icall_System_NumberFormatter_GetFormatterTables): Fix a
11582         warning.
11584 2008-01-16  Wade Berrier <wberrier@novell.com>
11586         * security.c: Add assembly.h header to appease some warnings
11588 2008-01-16  Dick Porter  <dick@ximian.com>
11590         * process.c (process_module_string_read): Remove trailing null
11591         when saving string.
11593 2008-01-16  Mark Probst  <mark.probst@gmail.com>
11595         * class-internals.h: A new data structure describing the layout of
11596         a runtime generic context (MonoRuntimeGenericContextTemplate).
11598         * metadata-internals.h: Added a hash table to MonoDomain that maps
11599         from open generic classes to their runtime generic context
11600         templates.
11602         * object.c: Building of the runtime generic context, including
11603         proper handling of generic type arguments of superclasses.
11604         Building of the runtime generic context according to the template.
11606 2008-01-15  Zoltan Varga  <vargaz@gmail.com>
11608         * class.c (mono_class_setup_fields): Set field.count for generic instances.
11609         Fixes #350856.
11611         * image.c (do_mono_image_open): Pass TRUE as last_exists to 
11612         mono_portability_find_file (). Fixes #325466.
11613         (mono_image_get_public_key): Fix a warning.
11615 2008-01-14  Zoltan Varga  <vargaz@gmail.com>
11617         * class.c (mono_class_from_name): Fix comments for NULL-ness of image parameter.
11618         Fixes #353550.
11619         (mono_class_from_name_case): Ditto.
11621 2008-01-13  Eyal Alaluf <eyala@mainsoft.com>
11623         * icall-def.h number-formatter.h icall.c: Implemented a cross app-domain
11624           common storage for the tables used in the System/NumberFormatter class.
11626 2008-01-13  Zoltan Varga  <vargaz@gmail.com>
11628         * marshal.c (mono_marshal_get_runtime_invoke): Fix a typo.
11630 2008-01-11  Rodrigo Kumpera  <rkumpera@novell.com>
11632         * verify.c (get_boxable_mono_type): check if the token is valid.
11634         * verify.c (set_stack_value): changed to add an error if an
11635         invalid type is set on stack. Changed all callers due to signature change.
11637         * verify.c (do_stobj): implement stobj validation.
11639 2008-01-11  Zoltan Varga  <vargaz@gmail.com>
11641         * reflection.c (reflection_methodbuilder_to_mono_method): No need to
11642         set container->is_method, it was set earlier.
11644         * metadata.c (type_in_image): Handle MVARs which belong to not finished
11645         generic methods.
11647         * reflection.c (mono_reflection_initialize_generic_parameter): Set
11648         is_method of the generic container to TRUE for methods.
11650 2008-01-10  Zoltan Varga  <vargaz@gmail.com>
11652         * metadata.c (type_in_image): Handle type parameters properly.
11654         * class-internals.h (MonoGenericParam): Add an 'image' argument to track
11655         memory ownership of this structure.
11657 2008-01-10  Rodrigo Kumpera  <rkumpera@novell.com>
11659         * verify.c (get_boxable_mono_type): make typedref types been just
11660         unverifiable. check for void type.
11662         * verify.c (do_unbox_any): added, verify opcode unbox.any.
11664         * verify.c (do_load_function_ptr): accept method spec tokens.
11666 2008-01-10  Zoltan Varga  <vargaz@gmail.com>
11668         * marshal.c (mono_class_native_size): Always set *align even if this is called
11669         recursively.
11671 2008-01-09  Zoltan Varga  <vargaz@gmail.com>
11673         * verify.c (mono_verify_corlib): Remove this as it was not used and was 
11674         out-of-date.
11676 2008-01-09  Rodrigo Kumpera  <rkumpera@novell.com>
11678         * verify.c: removed some old unused tables. A huge bunch of small fixes
11679         to things found while testing the verifier with mono basic.
11681         * verify.c (dump_stack_value): dump null literal flag to.
11683         * verify.c (verify_type_compatibility_full): fix comparison
11684         for types that have a generic super type.
11686         * verify.c (verify_stack_type_compatibility): fix compatibility
11687         between null literals and reference types. fix compatibility between
11688         boxed valuetypes and object. fix corner case test for enums.
11690         * verify.c (do_cmp_op): proper verification of cgt.un in case
11691         of reference types.
11693         * verify.c (do_invoke_method): fix error message.
11695         * verify.c (do_store_indirect
11697         * verify.c (check_is_valid_type_for_field_ops): proper verification
11698         of managed pointers to valuetypes and boxed valuetypes. proper verification
11699         of null literals.
11701         * verify.c (do_unbox_value): expect valuetypes to be always boxed. don't
11702         allow token to be a reference type.
11704         * verify.c (do_cast): proper handling of boxes valuetypes.
11706         * verify.c (do_stelem): proper handling of storing a boxed valuetype
11707         in object[].
11709         * verify.c (mono_method_verify): pass the opcode to do_cmp_op
11710         to handle cgt.un properly. Implement add/mul/sub ovf opcodes.
11711         fixed the decoding of unbox_any
11713 2008-01-08  Zoltan Varga  <vargaz@gmail.com>
11715         * boehm-gc.c (mono_gc_deregister_root): Fix the size passed to libgc.
11717 2008-01-08  Rodrigo Kumpera  <rkumpera@novell.com>
11719         * verify.c (do_newobj): do delegate verification.
11721         * verify.c (verify_delegate_compatibility): perform delegate
11722         verification.
11724         * verify.c (verify_ldftn_delegate): perform tests related to
11725         ldftn delegates.
11727         * verify.c (mono_delegate_signature_equal): perform the
11728         slightly diferent signature comparison required by delegates.
11730         * metadata.c (mono_metadata_type_equal_full): added and exported
11731         as MONO_INTERNAL. This is a version of mono_metadata_type_equal that
11732         allows signature only comparison.
11734         * metadata-internal.h (mono_metadata_type_equal_full): added and exported
11735         as MONO_INTERNAL.
11737 2008-01-07  Rodrigo Kumpera  <rkumpera@novell.com>
11739         * verify.c: added a bunch of stack_slot_* functions to
11740         make access to stack slot type easier. This is required to
11741         allow optional flags, like null literal, boxed value and
11742         this pointer.
11743         All access paths to IlStackDesc::stype have been changed 
11744         to use these new funcions.
11745         Removed a bunch of unused functions and cleared all warnings.
11746         This patch introduces the usage of the this pointer and 
11747         boxed value flags.
11749 2008-01-07  Zoltan Varga  <vargaz@gmail.com>
11751         * boehm-gc.c (mono_gc_deregister_root): Fix win32 build.
11753 2008-01-06  Zoltan Varga  <vargaz@gmail.com>
11755         * appdomain.c (ves_icall_System_AppDomain_ExecuteAssembly): Change signature to
11756         match managed version.
11758         * appdomain.c: Bump corlib version.
11759         
11760         * appdomain.c (ves_icall_System_AppDomain_ExecuteAssembly): Check for a null
11761         argument.
11763 2008-01-06  Gert Driesen  <drieseng@users.sourceforge.net>
11765         * icall.c (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies)
11766         Set public key token to zero-length byte array if assembly is not
11767         strongnamed.
11769 2008-01-05  Zoltan Varga  <vargaz@gmail.com>
11771         * icall.c (ves_icall_System_Array_SetValueImpl): Use a write barrier when
11772         writing a vtype array elem.
11774 2007-01-05  Gert Driesen  <drieseng@users.sourceforge.net>
11776         * assembly.c (build_assembly_name): return FALSE if length of token is
11777         not 16 (if not "null").
11778         (mono_assembly_name_parse_full): return FALSE if value of version,
11779         culture, token or key is 0.
11780         * icall.c (fill_reflection_assembly_name): add boolean arguments to
11781         specify whether public key and public key token must be set to default
11782         value (zero-length byte array) if not available. Set versioncompat to
11783         SameMachine. If public key is available or the default is set, then
11784         set PublicKey flag.
11785         (ves_icall_System_Reflection_Assembly_FillName): if no public key
11786         is available, use empty byte array as default value. On the 2.0
11787         profile, use default value for public key token if not set.
11788         (ves_icall_System_Reflection_InternalGetAssemblyName): on the 1.0
11789         profile, use default value for public key if not set. On the 2.0
11790         profile, use default value for public key token if not set.
11791         (ves_icall_System_Reflection_AssemblyName_ParseName): do not set
11792         default values for public key and public key token.
11794 2008-01-05  Zoltan Varga  <vargaz@gmail.com>
11796         * object-internals.h (MonoReflectionAssemblyName): Add 'processor_architecture'
11797         field to keep it in synch with the managed object.
11799         * marshal.c (emit_marshal_object): Add support for byref marshalling of
11800         delegates. Fixes #351520.
11802         * sgen-gc.c (conservatively_pin_objects_from): Tell valgrind that the pin queue
11803         contains defined memory.
11804         
11805         * sgen-gc.c: Fix 64 bit warnings. Fix some typos. Update GC stats in mono_stats.
11807         * sgen-gc.c (build_nursery_fragments): Handle half-constructed objects correctly.
11808         
11809         * sgen-gc.c (check_consistency): New helper function to do a consistency check
11810         of the GC data structures.
11812         * gc-internal.h: Moved the REGISTER/UNREGISTER macros here from os/gc_wrapper.h.
11814         * *.c: Include metadata/gc-internal.h instead of os/gc_wrapper.h.
11815         
11816         * object.c (mono_array_full_copy): Fix detection of whenever to use a write
11817         barrier.
11818         (mono_array_clone_in_domain): Ditto.
11819         (mono_array_clone_in_domain): Ditto.
11821         * threads.c (start_wrapper): Register the thread start argument as a GC root.
11822         (cache_culture): Use a write barrier.
11824         * icall.c (ves_icall_System_Array_SetValueImpl): Call a write barrier.
11825         (ves_icall_get_property_info): Ditto.
11827         * object.h (MONO_STRUCT_SETREF): New macro.
11829         * class-internals.h (MonoStats): Add some GC statistics.
11831         * boehm-gc.c null-gc.c: Define mono_gc_deregister_root ().
11833 2008-01-04  Andreas Faerber  <andreas.faerber@web.de>
11835         * exception.c (mono_exception_from_name_two_strings):
11836         Break from loop after method is found.
11838 2008-01-04  Dick Porter  <dick@ximian.com>
11840         * process.c (process_module_string_read): Rename variable to
11841         reflect correct usage, after fixing bug 345972.
11843 2008-01-03  Rodrigo Kumpera  <rkumpera@novell.com>
11845         * verify.c (mono_type_create_fnptr_from_mono_method): 
11846         created a MonoType function pointer instance to be used during
11847         verification. The verifier releases this memory at end.
11849         * verify.c (mono_method_is_constructor): extracted repeated
11850         checks for constructor into a single class.
11852         * verify.c (do_push_field): use new extracted method
11853         for constructor check.
11855         * verify.c (do_newobj): same.
11857         * verify.c (do_ldftn): renamed to do_load_function_ptr
11858         and make it verify ldvirtftn too.
11860         * verify.c (mono_method_verify: proper verification
11861         of ldvirtftn. release created MonoMethod instances.
11863 2007-12-31  Rodrigo Kumpera  <rkumpera@novell.com>
11865         * verify.c (token_bounds_check): added.
11867         * verify.c (do_ldftn): added.
11869         * verify.c (mono_method_verify): proper verificartion of ldftn.
11871 2007-12-31  Rodrigo Kumpera  <rkumpera@novell.com>
11873         * metadata.c (mono_metadata_decode_row): Assert if index is bigger
11874         than the table row count. It's the resposibility of the caller to
11875         make the bounds check and raise the correct error.
11877         * metadata.c (mono_metadata_decode_row_col): Same.
11879         * loader.c (mono_get_method_from_token): perform bounds check
11880         on token for methoddef table.
11882 2007-12-29  Miguel de Icaza  <miguel@novell.com>
11884         * icall.c
11885         (ves_icall_System_CurrentSystemTimeZone_GetTimeZoneData): Turn the
11886         assert into a negative result, the managed code already coped with
11887         that.
11889         Some folks on Windows reported this error. 
11891 2007-12-28  Gert Driesen  <drieseng@users.sourceforge.net>
11893         * appdomain.c: Bump corlib version.
11894         * icall.c:
11895         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies): Use
11896         CultureInfo.CreateCulture to create CultureInfo for name.
11897         (fill_reflection_assembly_name): Use CultureInfo.CreateCulture to
11898         create CultureInfo for name. Fixes bug #347174.
11900 2007-12-27  Rodrigo Kumpera  <rkumpera@novell.com>
11902         * verify.c: added IL_CODE_FLAG_STACK_INITED and IL_CODE_STACK_MERGED
11903         flags.
11905         * verify.c (is_valid_branch_instruction): allow branching to the
11906         first instruction of the protected block.
11908         * verify.c (is_valid_cmp_branch_instruction): same.
11910         * verify.c (stack_init): use IL_CODE_FLAG_STACK_INITED flag to
11911         avoid double initialization.
11913         * verify.c (merge_stacks): use IL_CODE_STACK_MERGED to
11914         detect which cases the eval stack should just be copied.
11916         * verify.c (mono_method_verify): check if the eval stack
11917         is empty when entering a protected block.
11919 2007-12-27  Rodrigo Kumpera  <rkumpera@novell.com>
11921         * verify.c: added is_clause_in_range, is_clause_inside_range,
11922         is_clause_nested and verify_clause_relationship. They perform
11923         the verifications stated in P1 12.4.2.7.
11925         * verify.c (mono_method_verify): remove some unused variables,
11926         add the new exception clause checks, add instruction border
11927         checks for protected block start/end, improved some error 
11928         messages and fixed a bug in the way invalid instruction access
11929         is detected.
11931 2007-12-26  Zoltan Varga  <vargaz@gmail.com>
11933         * boehm-gc.c (mono_gc_register_thread): Use the new GC_register_my_thread () routine
11934         from GC 7.0 if available.
11936         * object.c: Remove an unused define.
11937         
11938         * object.c (mono_class_compute_gc_descriptor): Fix a warning.
11940         * boehm-gc.c (mono_gc_make_descr_for_array): Implement.
11942         * null-gc.c (mono_gc_make_descr_for_array): Implement.
11944         * object.c (mono_class_compute_gc_descriptor): Remove an #ifdef SGEN_GC.
11946         * gc-internal.h: Change the signature of mono_gc_make_descr_for_string ()
11947         to take the same arguments as the other make_descr functions.
11949         * boehm-gc.c null-gc.c: Add implementation for make_descr functions.
11951         * objects.c: Get rid of the MAKE_DESCRIPTOR macros, call make_descr functions
11952         directly.
11954         * boehm-gc.c (mono_gc_base_init): Moved the setting of GC_stackbottom here from
11955         mini.c.
11957         * object.c (mono_class_compute_gc_descriptor): Move the GC_init_gcj_malloc () 
11958         call to boehm-gc.c.
11960         * boehm-gc.c (mono_gc_register_root): Fix a warning.
11962         * null-gc.c (mono_gc_register_root): Fix a warning.
11964         * reflection.c (ALLOC_REFENTRY): Use mono_gc_alloc_fixed for boehm as well.
11966         * boehm-gc.c (mono_gc_register_root): Moved definition here from gc_wrapper.h.
11967         (mono_gc_base_init): Call GC_init ().
11969         * null-gc.c: Define mono_gc_register_root () as a no-op.
11971         * domain.c appdomain.c: Call mono_gc_base_init () instead of MONO_GC_PRE_INIT ().
11973 2007-12-24  Rodrigo Kumpera  <rkumpera@novell.com>
11975         * verify.c: add prototype for merge_stacks at top
11977         * verify.c (do_switch): added.
11979         * verify.c (merge_stacks): on some cases the stack merging
11980         was not happening properly. Unequal stack sizes at merge
11981         points should be invalid.
11983         * verify.c (mono_method_verify): added more debug info on stack state.
11984         verify switch properly.
11986 2007-12-24  Zoltan Varga  <vargaz@gmail.com>
11988         * method-builder.h: New file, moved the mono_mb_ declarations here from 
11989         marshal.h.
11991         * boehm-gc.c marshal.c: Include method-builder.h.
11993         * marshal.c: Use mono_mb_emit_branch_label () in a few places.
11995         * marshal.c: Remove some code which is now in method-builder.c.
11997 2007-12-23  Zoltan Varga  <vargaz@gmail.com>
11999         * method-builder.c: New file, extraction of the method builder functionality 
12000         from marshal.c.
12002         * marshal.c: Move the mb functions into method-builder.c.
12004         * marshal.h marshal.c: Export some mono_mb_... functions.
12006         * marshal.c: Use mono_mb_get_label () and mono_mb_patch_branch () in all places.
12008         * loader.c (field_from_memberref): Remove the dynamic case, it is handled in
12009         the caller.
12011         * class.c (mono_class_get_full): Check the token type in the dynamic case.
12013         * loader.c (mono_field_from_token): Ditto.      
12015         * loader.c (mono_get_method_from_token): Change the check so it checks memberref
12016         type as well.
12017         
12018         * loader.c (mono_get_method_from_token): Check the token type in the dynamic case.
12019         Fixes #342565.
12021         * class-internals.h: Add new loader error type MONO_EXCEPTION_BAD_IMAGE plus
12022         a helper function for setting it.
12024         * loader.c (mono_loader_error_prepare_exception): Handle MONO_EXCEPTION_BAD_IMAGE.
12026         
12027         * assembly.c: Significally simplify code now that referenced assemblies are 
12028         loaded lazily. Get rid of the 'loading' hashtables. Hopefully fixes #347629.
12030         * threads.h: Don't include  the internal threads-types.h header file. Fixes
12031         #349952.
12033 2007-12-21  Rodrigo Kumpera  <rkumpera@novell.com>
12035         * verify.c: added enum value IL_CODE_FLAG_WAS_TARGET, to represent
12036         instructions that were target of branches or are at protected block boundaries.
12038         * verify.c (in_same_block): handle filter clauses.
12040         * verify.c (is_valid_branch_instruction): added. checks the target of
12041         instructions br or brtrue/false.
12043         * verify.c (is_valid_cmp_branch_instruction): added. checks the target of
12044         binary branch instructions such as beq and bge.
12046         * verify.c (init_stack_with_value): renamed to init_stack_with_value_at_exception_boundary
12047         and made it pin the instruction as been part of the exception block.
12049         * verify.c (do_boolean_branch_op): use is_valid_branch_instruction instead
12050         of in_same_block.
12052         * verify.c (do_branch_op): use is_valid_cmp_branch_instruction instead
12053         of in_same_block.
12055         * verify.c (do_ret): ret from a protected block is unverifiable and
12056         not invalid.
12058         * verify.c (do_static_branch): verify br and br.s instructions.
12060         * verify.c (merge_stacks): add extra param to support detection
12061         of branches in the middle of instructions.
12062         
12063         * verify.c (mono_method_verify): verify branches and exception blocks
12064         that target the middle of instructions. Proper verification of br and br.s.
12066 2007-12-21  Zoltan Varga  <vargaz@gmail.com>
12068         * reflection.c (reflection_methodbuilder_from_ctor_builder): Initialize
12069         skip_visibility field.
12070         (reflection_methodbuilder_from_dynamic_method): Ditto.
12072         * object.c (mono_class_compute_gc_descriptor): Remove more unused icall
12073         registrations. Fixes #348193.
12075         * threads.h: Move the internal mono_thread_get_pending_exception () to
12076         threads-types.h and rename it to mono_thread_get_undeniable_exception ().
12078 2007-12-20  Zoltan Varga  <vargaz@gmail.com>
12080         * object.c (mono_class_compute_gc_descriptor): Remove unused GC_gcj_fast_malloc
12081         icall registration. Fixes #348193.
12083         * marshal.c (mono_marshal_get_runtime_invoke): Put all runtime invoke wrappers
12084         for corlib classes into object. Fixes #349621.
12086 2007-12-20  Gert Driesen  <drieseng@users.sourceforge.net>
12088         * icall.c (property_accessor_nonpublic): new function to determine
12089         whether an accessor allows a property to be considered non-public.
12090         Returns false for private accessor(s) from parent class, and internal
12091         accessor(s) from parent on 2.0 profile (and higher).
12092         (ves_icall_Type_GetPropertiesByName): Use newly introduced function
12093         to determine whether property should be included if NonPublic flag
12094         is set. Fixes bug #349078.
12096 2007-12-20  Rodrigo Kumpera  <rkumpera@novell.com>
12098         * verify.c (init_stack_with_value): added.
12100         * verify.c (mono_method_verify): extracted common
12101         code for exception initialization into init_stack_with_value.
12103         * verify.c (mono_method_verify): initialize the exception
12104         for handler clauses as well.
12106         * verify.c (mono_method_verify): fix the exception clause
12107         ordering rules, it should use handler end offset and not
12108         start offset.
12110 Thu Dec 20 12:27:24 CET 2007 Paolo Molaro <lupus@ximian.com>
12112         * rawbuffer.c: remove useless warning.
12114 Thu Dec 20 12:10:38 CET 2007 Paolo Molaro <lupus@ximian.com>
12116         * threads.h, threads-types.h: move functions to the correct header
12117         (fixes bug#349952).
12119 2007-12-19  Rodrigo Kumpera  <rkumpera@novell.com>
12121         * verify.c (mono_method_verify): proper verification
12122         of exception handling clauses ranges and fallthru in
12123         and out of protected blocks.
12125 2007-12-19  Rodrigo Kumpera  <rkumpera@novell.com>
12127         * verify.c (mono_method_verify): fixed compilation issue.
12129 2007-12-19  Rodrigo Kumpera  <rkumpera@novell.com>
12131         * verify.c (mono_method_verify): a printf slipped in, changed
12132         to use verifier debug macro.
12134 2007-12-18  Rodrigo Kumpera  <rkumpera@novell.com>
12136         * verify.c (is_correct_leave): check for filter clauses.
12138         * verify.c (do_filter): added.
12140         * verify.c (mono_method_verify): property verification of leave.
12143 2007-12-18  Mark Probst  <mark.probst@gmail.com>
12145         * threads.c: Disable calls to _wapi_thread_signal_self() to fix
12146         Win32 build, until we figure out how to do the proper thing on
12147         Win32.
12149 2007-12-17  Zoltan Varga  <vargaz@gmail.com>
12151         * appdomain.c (ves_icall_System_AppDomain_LoadAssembly): Fix a crash introduced
12152         by the previous patch.
12153         
12154         * appdomain.c (ves_icall_System_AppDomain_LoadAssembly): Avoid calling
12155         the assembly resolve handler for refonly assemblies.
12157 2007-12-17  Mark Probst  <mark.probst@gmail.com>
12159         * threads.c, thread-types.h, icall.c: New shutdown safeguards.
12160         Make sure only one thread is allowed to commence shutdown, and
12161         don't allow new threads to be started once shutdown is in
12162         progress.
12164 2007-12-14  Rodrigo Kumpera  <rkumpera@novell.com>
12166         * verify.c (is_correct_endfilter): added.
12168         * verify.c (is_unverifiable_endfilter): added.
12170         * verify.c (do_endfilter): added.
12172         * verify.c (mono_method_verify): property verification of endfilter
12173         and fixed a corner case or endfinally.
12175 2007-12-13  Rodrigo Kumpera  <rkumpera@novell.com>
12177         * verify.h: new flags to support fail fast of unverifiable code and
12178         do non-strict verification. Non-strict verification is required to
12179         have MS runtime compatibility. There are a huge amount of unverifiable
12180         code that it accepts as verifiable. The strict mode verifies the code
12181         as the specs says.
12182         Non-strict mode will be required in cases where code needs to be
12183         accepted as verifiable but fails under strict mode.
12185         * pedump.c: added support to fail fast and non-strict verification.
12187         * verify.c: added support for both fail fast and non-strict verification.
12189 2007-12-12  Rodrigo Kumpera  <rkumpera@novell.com>
12191         * verify.c (is_correct_endfinally): added.
12193         * verify.c (mono_method_verify): property verification of endfinally.
12195 2007-12-11  Rodrigo Kumpera  <rkumpera@novell.com>
12197         * verify.c (in_any_block): check for filter clauses.
12199         * verify.c (is_correct_rethrow): added.
12201         * verify.c (mono_method_verify): property verification of rethrow.
12203         * metadata.h: added MONO_OFFSET_IN_FILTER macro.
12205 2007-12-11  Rodrigo Kumpera  <rkumpera@novell.com>
12207         * verify.c (do_throw): added.
12209         * verify.c (mono_method_verify): property verification of throw
12211 2007-12-11  Zoltan Varga  <vargaz@gmail.com>
12213         * assembly.c (mono_assembly_load_reference): Try an assembly resolve for ref-only
12214         assemblies. Fixes #346425.
12216 2007-12-10  Zoltan Varga  <vargaz@gmail.com>
12218         * reflection.c (mono_reflection_get_token): Call mono_image_create_token () for
12219         FieldBuilders.
12221         * icall.c (ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_RunClassConstructor): Fix a warning.
12223         * class.c (mono_lookup_dynamic_token_class): Add a 'valid token' argument to
12224         prevent asserts when this is called with a token which might not be valid.
12226         * icall.c (ves_icall_System_Reflection_Module_ResolveTypeToken): Call
12227         lookup_dynamic_token_class with valid_token == FALSE.
12229         * icall.c (ves_icall_System_Reflection_Module_ResolveMethodToken): Ditto.       
12231         * icall.c (ves_icall_System_Reflection_Module_ResolveStringToken): Ditto.
12233         * icall.c (ves_icall_System_Reflection_Module_ResolveFieldToken): Ditto.
12234         
12235 2007-12-10  Mark Probst  <mark.probst@gmail.com>
12237         * gc.c: Don't delay threadpool thread finalization unless Mono is
12238         shutting down.
12240 Mon Dec 10 11:06:23 CET 2007 Paolo Molaro <lupus@ximian.com>
12242         * threads.c: turn an assert into a non-fatal warning.
12244 2007-12-09  Robert Jordan  <robertj@gmx.net>
12246         * icall.c (GetVirtualMethod): Add missing argument validation.
12248 2007-12-06  Rodrigo Kumpera  <rkumpera@novell.com>
12250         * verify.c (do_cast): added.
12252         * verify.c (mono_method_verify): property verification of castclass and isinst.
12255 2007-12-06  Rodrigo Kumpera  <rkumpera@novell.com>
12257         * verify.c (mono_type_from_opcode): added opcodes for stelem.X.
12259         * verify.c (do_stelem): added.
12261         * verify.c (mono_method_verify): property verification of stelem.X.
12263 2007-12-07  Mark Probst  <mark.probst@gmail.com>
12265         * class.c, class-internals.h: Introduce an environment variable
12266         (MONO_GENERIC_SHARING) through which the extent of generic code
12267         sharing can be controlled (share all classes, share only corlib
12268         classes, or share nothing).
12270         * object.c: Only create runtime generic context for classes for
12271         which sharing is enabled.
12273 2007-12-06  Rodrigo Kumpera  <rkumpera@novell.com>
12275         * verify.c (do_ldelem): refactor it to work with ldelem.any.
12277         * verify.c (mono_method_verify): property verification of ldelem.any.
12279 2007-12-06  Rodrigo Kumpera  <rkumpera@novell.com>
12281         * verify.c (get_indirect_op_mono_type): renamed to mono_type_from_opcode,
12282         added ldelem.X opcodes.
12284         * verify.c (do_ldelema): fixed possible invalid usage of MonoType.
12286         * verify.c: proper verification of ldelem.X 
12288 2007-12-06  Zoltan Varga  <vargaz@gmail.com>
12290         * icall.c (ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_RunClassConstructor): Allow interface cctors to be called too.
12292 2007-12-05  Rodrigo Kumpera  <rkumpera@novell.com>
12294         * verify.c (mono_method_verify): null literal requires special handling,
12295         the value pushed on stack need to be flagged as so.
12297         * verify.c (do_ldelema): Verify ldelema properly.
12299 2007-12-05  Rodrigo Kumpera  <rkumpera@novell.com>
12301         * verify.c: Verify ldlen properly.
12303 2007-12-05  Zoltan Varga  <vargaz@gmail.com>
12305         * icall.c (ves_icall_MonoField_GetValueInternal): Check that the field belongs
12306         to the target object's type. Fixes #346160.
12308 2007-12-05  Dick Porter  <dick@ximian.com>
12310         * threadpool.c (socket_io_add_poll): Asynchronous connect() on
12311         Solaris needs the same workaround as BSD-derived systems.  Fixes
12312         bug 323524, patch by Burkhard Linke
12313         <burkhard.linke@CeBiTec.Uni-Bielefeld.DE>
12315 2007-12-04  Gert Driesen  <drieseng@users.sourceforge.net>
12317         * process.c: When ProcessStartInfo.ErrorDialog is true, pass window
12318         handle to use when error dialog is shown; otherwise, update mask
12319         to show no error dialog when an error occurs.
12321 2007-12-03  Zoltan Varga  <vargaz@gmail.com>
12323         * icall.c (ves_icall_MonoField_GetRawConstantValue): New icall.
12325         * class.c (mono_class_get_field_default_value): New helper function to initialize
12326         field->def_type and field->data.
12328 2007-11-30  Zoltan Varga  <vargaz@gmail.com>
12330         * icall.c (ves_icall_System_Delegate_SetMulticastInvoke): Use the delegate trampoline instead of
12331         the general one.
12333         * object.c (mono_runtime_create_delegate_trampoline): New helper function.
12335         * marshal.c: Avoid depending on delegate->method_info being set.
12337         * object.c (mono_delegate_ctor): Avoid initializing delegate->method_info.
12338         
12339         * object.c (mono_delegate_ctor): Set delegate->method.
12341         * object-internals.h (struct _MonoDelegate): Add 'method' field.
12343         * appdomain.c: Bump corlib version.
12345 2007-11-27  Raja R Harinath  <harinath@gmail.com>
12347         * metadata.c (mono_generic_inst_equal_full): Short-circuit
12348         equality check if we're comparing canonicalized MonoGenericInsts.
12350 2007-11-23  Zoltan Varga  <vargaz@gmail.com>
12352         * class.c (generic_array_methods): Call mono_class_setup_methods () before
12353         accessing class->methods.
12355 2007-11-22  Dick Porter  <dick@ximian.com>
12357         * threads.c: Ensure that the synch_cs is set before trying to use
12358         it.
12360 Thu Nov 22 12:34:04 CET 2007 Paolo Molaro <lupus@ximian.com>
12362         * profiler.c: r89126 broke the statistial profiler, unbreak.
12364 2007-11-22  Martin Baulig  <martin@ximian.com>
12366         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 66.
12368         * mono-debug.c
12369         (mono_debug_debugger_version): Bump to 3.
12370         (mono_debug_init): Hook `mono_debugger_class_loaded_methods_func'
12371         -> mono_debugger_class_initialized().
12373         * mono-debug-debugger.c
12374         (mono_debugger_add_type): Renamed into mono_debugger_class_initialized().
12376         * class.c
12377         (mono_debugger_start_class_init_func): Removed.
12378         (mono_debugger_class_loaded_methods_func): Added.
12379         (mono_class_setup_methods): Call it here.
12381 2007-11-22  Martin Baulig  <martin@ximian.com>
12383         * mono-debug.c
12384         (mono_debug_add_delegate_trampoline): New public method.
12385         (MonoDebugDataItemType): Added `MONO_DEBUG_DATA_ITEM_DELEGATE_TRAMPOLINE'.
12387         * mono-debug.h
12388         (MonoSymbolTable): Added `global_data_table'.
12389         (MonoDebuggerTypeKind): Removed.
12391 2007-11-21  Zoltan Varga  <vargaz@gmail.com>
12393         * marshal.c (mono_marshal_get_generic_array_helper): Skip visibility checks for
12394         these methods.
12396         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
12397         
12398 Tue Nov 20 23:10:41 CET 2007 Paolo Molaro <lupus@ximian.com>
12400         * object.c: some fields don't have a valid rva: ignore them (bug #343083).
12402 2007-11-20  Martin Baulig  <martin@ximian.com>
12404         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 65.
12406         * mono-debug-debugger.c
12407         (mono_debugger_insert_method_breakpoint): Moved here from debug-mini.c
12408         (mono_debugger_remove_breakpoint): Likewise.
12409         (mono_debugger_check_breakpoints): Likewise.
12410         (mono_debugger_register_class_init_callback): New public method.
12411         (mono_debugger_remove_class_init_callback): Likewise.
12412         (mono_debugger_add_type): Likewise.
12414         * mono-debug-debugger.h
12415         (MonoDebuggerEvent): Add `MONO_DEBUGGER_EVENT_CLASS_INITIALIZED'.
12417 Tue Nov 20 20:54:12 CET 2007 Paolo Molaro <lupus@ximian.com>
12419         * class.c: more interface implementations needed for the
12420         array enumerator (fixes bug #341112).
12422 2007-11-18  Gert Driesen  <drieseng@users.sourceforge.net>
12424         * icall.c: Renamed arguments for ves_icall_System_Enum_ToObject to
12425         fix ParamName of ArgumentNullExceptions.
12427 2007-11-17  Miguel de Icaza  <miguel@novell.com>
12429         * reflection.c (mono_reflection_encode_sighelper): Generate the
12430         modopts and modreqs.   I have a useless test that crashes monodis,
12431         but that shows the code working.
12433 2007-11-17  Zoltan Varga  <vargaz@gmail.com>
12435         * boehm-gc.c (create_allocator): Fix size calculation for the string allocator.
12436         (mono_gc_get_managed_allocator): Enable the string allocator on amd64.
12438 2007-11-15  Dick Porter  <dick@ximian.com>
12440         * threads.c (ves_icall_System_Threading_Thread_Join_internal):
12441         When joining a thread, it's the thread that's calling Join that
12442         gets WaitSleepJoin state not the target.  Fixes the standalone
12443         test case in bug 334740, and hopefully the whole bug too.
12445 2007-11-15  Dick Porter  <dick@ximian.com>
12447         * process.c: Read file version info from the files pointed at by
12448         process modules, not the current process.  Fixes bug 315969.
12450         Use windows typedef names in some places to fix warnings on the
12451         windows build.
12453 2007-11-15  Mark Probst  <mark.probst@gmail.com>
12455         * image.c, metadata-internals.h: Added a generic_class_cache hash
12456         to MonoImage for looking up generic classes when sharing generics.
12458 Thu Nov 15 16:11:30 CET 2007 Paolo Molaro <lupus@ximian.com>
12460         * sgen-gc.c: warning cleanups.
12462 2007-11-15  Zoltan Varga  <vargaz@gmail.com>
12464         * icall.c (ves_icall_Type_GetPropertiesByName): Implement proper hiding of
12465         inherited properties.
12467 2007-11-14  Mark Probst  <mark.probst@gmail.com>
12469         * object.c, class-internals.h: Added more information to the
12470         runtime generic context.
12472 2007-11-13  Zoltan Varga  <vargaz@gmail.com>
12474         * marshal.c (mono_marshal_get_delegate_invoke): Take a delegate as argument
12475         instead of just the target method. Generalize the abstract method handling to
12476         handle any non-static method.
12478         * icall.c (ves_icall_System_Delegate_SetMulticastInvoke): Update after
12479         mono_marshal_get_delegate_invoke () signature change.
12481 2007-11-13  Mark Probst  <mark.probst@gmail.com>
12483         * class.c, class-internals.h: Made
12484         mono_type_get_basic_type_from_generic () public.  Fixed member
12485         access check for shared generics.
12487         * loader.c: Don't insert field into field cache if it's part of a
12488         non-inflated generic class.
12490         * domain.c, domain-internals.h: The generic sharing context is now
12491         part of the jit info data structure.  Added two accessor
12492         functions.
12494 2007-11-12  Zoltan Varga  <vargaz@gmail.com>
12496         * marshal.c (mono_marshal_get_runtime_invoke): Create a non-shared wrapper for
12497         the array Get/Set/Address methods, since the JIT inlines them.
12499         * metadata-internals.h (MonoImage): Add 'runtime_invoke_direct_cache'.
12501         * image.c (mono_image_close): Free runtime_invoke_direct_cache.
12502         (mono_image_init): Initialize runtime_invoke_direct_cache.      
12504         * icall.c (ves_icall_System_Delegate_SetMulticastInvoke): Update after
12505         mono_marshal_get_delegate_invoke signature change.
12507         * marshal.c (mono_marshal_get_delegate_invoke): Receive the target_method as
12508         an additional argument. Add support for invoking abstract methods.
12510         * metadata-internals.h (MonoImage): Add 'delegate_abstract_invoke_cache'.
12512         * image.c (mono_image_close): Free delegate_abstract_invoke_cache.      
12514 2007-11-09  Mark Probst  <mark.probst@gmail.com>
12516         * class.c: Do field layout for open generic classes as well.
12518 2007-11-09  Mark Probst  <mark.probst@gmail.com>
12520         * gc.c, gc-internal.h: Don't finalize threadpool threads with
12521         other objects, because the threadpool is still around.  Put them
12522         in a list instead and after finalizing all other objects in the
12523         root domain shut down the thread pool and then finalize the
12524         threads.  Fixes bug #337383.
12526         * threads.c, thread-types.h: New mono_thread_create_internal()
12527         function for marking a thread with the threadpool flag before it
12528         started.  Set synch_cs to NULL after freeing it.
12530         * threadpool.c: Mark threadpool threads before they start.
12532 Thu Nov 8 15:31:21 CET 2007 Paolo Molaro <lupus@ximian.com>
12534         * reflection.h, reflection.c: don't export random functions
12535         and lazy load dbnull and missing objects.
12537 2007-11-07  Jonathan Chambers <joncham@gmail.com>
12539         * class.c: Initialize COM types if COM interfaces
12540         are present (not just COM classes).
12541         
12542         Code is contributed under MIT/X11 license.
12544 2007-11-07  Massimiliano Mantione  <massi@ximian.com>
12545         * reflection.c:
12546         create_dynamic_mono_image: hook module profiler events (dynamic case).
12547         mono_image_basic_init: hook assembly profiler events (dynamic case).
12549 2007-11-07  Massimiliano Mantione  <massi@ximian.com>
12550         * profiler.c:
12551         simple_appdomain_unload: completely terminate the profiler
12552         instead of only processing the statistical samples.
12553         simple_shutdown: make sure this is really called exactly once,
12554         even in multithreaded applications, and always listen to
12555         appdomain events.
12556         * gc.c (mono_domain_finalize): don't call mono_profiler_appdomain_event
12557         here, the "[un]load" functions will do it.
12558         Fixes bugs #333791 and #325261.
12560 2007-11-07  Geoff Norton  <gnorton@novell.com>
12562         * socket-io.c:  Use the configure defines for HAVE_SOCKADDR_IN(6)_SIN_LEN
12563         rather than depend on __APPLE__.
12565 2007-11-07  Mark Probst  <mark.probst@gmail.com>
12567         * icall.c: Safety checks in InitializeArray.  Fixes bug #324535.
12569 2007-11-06  Sebastien Pouliot  <sebastien@ximian.com> 
12571         * object.c: Fix mono_string_to_utf8 to handle NULL values inside the
12572         UTF16 MonoString. Fix the crash from bug #335488
12574 2007-11-06  Sebastien Pouliot  <sebastien@ximian.com>
12576         * marshal.c: Correct (for non-Win32 OS) length != size in 
12577         mono_string_from_bstr. Fix #339530.
12579 2007-11-06  Geoff Norton  <gnorton@novell.com>
12581         * socket-io.c: Apple requires sin(6)_len to be set for getnameinfo
12582         to succeed
12584 2007-11-05  Kornél Pál  <kornelpal@gmail.com>
12586         * process.c: Added run-time GetProcessId API detection for Windows.
12588 2007-11-04  Miguel de Icaza  <miguel@novell.com>
12590         * reflection.c  (mono_param_get_objects): If a parameter has the
12591         attribute [System.Runtime.InteropServices.Optional] we should
12592         set the DefaultValue of the ParameterInfo to be
12593         System.Reflection.Missing instead of DBNull.
12595         See bug #339013.
12597         (mono_get_reflection_missing_object): New method,
12598         returns the System.Reflection.Missing.Value singleton instance.
12600 2007-11-03  Atsushi Enomoto  <atsushi@ximian.com>
12602         * culture-info-table.h : regenerated.
12604 2007-11-02  Jonathan Chambers <joncham@gmail.com>
12606         * icall.c: Use GetEnvironmentStrings on windows
12607         so we are using the same environment block as 
12608         GetEnvironmentVariable/SetEnvironmentVariable. Fixes
12609         #333740.
12610         
12611         Code is contributed under MIT/X11 license.
12613 2007-10-31  Martin Baulig  <martin@ximian.com>
12615         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 64.
12617         * mono-debug-debugger.h
12618         (MonoDebuggerEvent): Add `MONO_DEBUGGER_EVENT_TRAMPOLINE'.
12620 2007-10-30  Zoltan Varga  <vargaz@gmail.com>
12622         * reflection.c (mono_custom_attrs_from_class): Add support for dynamic inflated 
12623         classes.
12625 2007-10-30  Atsushi Enomoto  <atsushi@ximian.com>
12627         * culture-info-table.h : regenerated.
12629 2007-10-30  Robert Jordan  <robertj@gmx.net>
12631         * icall-def.h, icall.c:
12632         Add ves_icall_Remoting_RemotingServices_GetVirtualMethod ().
12634         Code is contributed under MIT/X11 license.
12636 2007-10-29  Zoltan Varga  <vargaz@gmail.com>
12638         * class.c (mono_class_setup_vtable): Find the inflated methods in the
12639         inflated class instead of inflating them again.
12640         
12641         * class.c (mono_class_setup_vtable): Inflate the override methods in the 
12642         dynamic case.
12644         * class.c (mono_generic_class_get_class): Set klass->property.count as well.
12645         Call setup_supertypes () after klass->parent is set.
12646         (mono_class_setup_properties): Enable this to work on dynamic generic classes.
12648         * reflection.c (mono_type_get_object): Only return a MonoGenericClass object
12649         for inflated instances of not yet created dynamic generic classes.
12650         (ctorbuilder_to_mono_method): Handle the case when this is called multiple
12651         times from inflated_method.
12652         (methodbuilder_to_mono_method): Ditto.
12654 Mon Oct 29 21:02:53 CET 2007 Paolo Molaro <lupus@ximian.com>
12656         * gc.c: code cleanup and removed old untested option of not creating the
12657         finalizer thread.
12659 2007-10-29  Zoltan Varga  <vargaz@gmail.com>
12661         * icall.c (ves_icall_System_Delegate_CreateDelegate_internal): Avoid
12662         creating a jump trampoline for dynamic methods.
12664 2007-10-29 Rodrigo Kumpera <rkumpera@novell.com>
12666         * reflection.c (mono_image_create_token): Correctly encode methods and constructors of
12667         generic TypeBuilders when called from another method of the same type (bug #335131).
12670 2007-10-27  Zoltan Varga  <vargaz@gmail.com>
12672         * reflection.c (methodbuilder_to_mono_method): Revert the last change as it
12673         doesn't seem to work perfectly.
12674         
12675         * reflection.c (ctorbuilder_to_mono_method): Handle the case when this is
12676         called multiple times.
12677         (methodbuilder_to_mono_method): Ditto.
12678         (resolve_object): Inflate FieldBuilder's.
12680 Fri Oct 26 19:38:40 CEST 2007 Paolo Molaro <lupus@ximian.com>
12682         * string-icalls.c, string-icalls.h, appdomain.c: patch from
12683         Tyler Larson <mono-devel@tlarson.com> to fix the handling of
12684         RemoveEmptyEntries in the string.Split implementation (bug #322375).
12686 2007-10-26  Dick Porter  <dick@ximian.com>
12688         * appdomain.c (MONO_CORLIB_VERSION): Bump version because of
12689         Thread initialisation changes
12691 2007-10-26 Rodrigo Kumpera <rkumpera@novell.com>
12693         * verify.c: fix compatibility check between arrays and System.Array
12695 2007-10-26  Zoltan Varga  <vargaz@gmail.com>
12697         * reflection.c (mono_reflection_get_custom_attrs_info): Handle MonoGenericClass
12698         too. Fixes #336999.
12700 2007-10-25  Zoltan Varga  <vargaz@gmail.com>
12702         * object.c (mono_value_box): Use typed allocation here.
12704 2007-10-23  Zoltan Varga  <vargaz@gmail.com>
12706         * icall.c (ves_icall_System_Delegate_CreateDelegate_internal): Create a jump
12707         trampoline instead of compiling the method right away.
12709         * class-internals.h object.c: Add a JIT callback to create a jump trampoline.
12711 2007-10-21  Zoltan Varga  <vargaz@gmail.com>
12713         * class.c (mono_generic_class_get_class): Avoid setting klass->size_inited and
12714         related fields for dynamic classes. Fixes #334493.
12716 2007-10-20  Zoltan Varga  <vargaz@gmail.com>
12718         * class.c (mono_generic_class_get_class): Set klass->field.count as well.
12719         
12720         * class.c (mono_class_layout_fields): Use 1 instead of TRUE for consistency.
12722         * class.c (mono_class_layout_fields): Set size_inited for generic classes as well.
12723         (mono_class_setup_vtable): Obtain overrides for dynamic generic classes correctly.
12725         * class.c (mono_class_setup_methods): Handle dynamic inflated classes correctly.
12727         * reflection.c (create_generic_typespec): Initialize klass->generic_container
12728         if needed.
12729         (reflection_methodbuilder_to_mono_method): Set container->is_method to TRUE.
12731 2007-10-18  Jonathan Chambers <joncham@gmail.com>
12733         * marshal.c: Use correct key when removing item
12734         from ccw_hash.
12735         
12736         Code is contributed under MIT/X11 license.
12738 2007-10-17  William Holmes  <billholmes54@gmail.com>
12740         *marshal.c: Adding a case to marshal booleans to U1
12742         Code is contributed under MIT/X11 license.
12744 2007-10-18  Zoltan Varga  <vargaz@gmail.com>
12746         * class.c (mono_class_from_name): Search the modules compromising dynamic
12747         assemblies. Fixes #331601.
12749 2007-10-16  Zoltan Varga  <vargaz@gmail.com>
12751         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): Throw an
12752         exception if the type name contains an assembly component. Fixes #334203.
12754         * reflection.c (mono_reflection_get_type_with_rootimage): Search all the
12755         modules inside dynamic assemblies. Fixes #334200.
12756         
12757         * reflection.c: Set image->public_key and image->public_key_length;
12759         * metadata-internals.h (MonoDynamicImage): Add public_key and public_key_len
12760         fields.
12762         * image.c (mono_image_get_public_key): Handle dynamic assemblies. Fixes #334173.        
12763         
12764 2007-10-16  Mark Probst  <mark.probst@gmail.com>
12766         * metadata.c: Implemented correct comparing of generic classes.
12767         An inflated generic class can be equal to a non-inflated one if it
12768         is inflated with generic type variables as type arguments.  Fixes
12769         bug #333798.
12771 2007-10-15  Dick Porter  <dick@ximian.com>
12773         * monitor.c (mono_monitor_try_enter_internal): Set thread state to
12774         WaitSleepJoin while it is waiting to acquire a lock.  Fixes bug
12775         81646.
12777         * threads.c: Turn the thread synch_lock into a CRITICAL_SECTION,
12778         instead of a monitor lock.  This means that monitor_try_enter and
12779         co can set the thread state safely.
12780         (ves_icall_System_Threading_Thread_Interrupt_internal): Always set
12781         thread_interrupt_requested, so interrupt actually works.
12783         * socket-io.c (ves_icall_System_Net_Sockets_Socket_Poll_internal,
12784         ves_icall_System_Net_Sockets_Socket_Select_internal): Use thread
12785         state accessor function
12787 2007-10-15  Martin Baulig  <martin@ximian.com>
12789         * mono-debug.h
12790         (MONO_DEBUGGER_VERSION): Bump to 63 to make it impossible to use
12791         the debugger with the current runtime.
12793 Mon Oct 15 10:20:56 CEST 2007 Paolo Molaro <lupus@ximian.com>
12795         * object.c, object-internals.h: added the ability to set a single
12796         trampoline for all the slots in a vtable.
12798 Fri Oct 12 17:50:11 CEST 2007 Paolo Molaro <lupus@ximian.com>
12800         * marshal.c: deal with a possible race condition during multicast
12801         delegate invocation.
12803 Fri Oct 12 13:31:11 CEST 2007 Paolo Molaro <lupus@ximian.com>
12805         * class.c: ensure value type methods don't have the synchronized
12806         flag set.
12808 Fri Oct 12 08:10:59 CEST 2007 Paolo Molaro <lupus@ximian.com>
12810         * string-icalls.c, string-icalls.h: reverted unapproved patch that
12811         breaks the build.
12813 2007-10-11  Joel Reed  <joelwreed@comcast.com>
12815         * string-icalls.c, string-icalls.h: modify System_String_InternalSplit
12816         to take an options parameter so that empty entries can be removed during
12817         the split procedure. Patch from: Tyler Larson <mono-devel@tlarson.com>
12819 Thu Oct 11 20:16:58 CEST 2007 Paolo Molaro <lupus@ximian.com>
12821         * marshal.c: make sure we don't store the signature from a dynamic
12822         method into the runtime invoke cache (bug #327189).
12824 Thu Oct 11 18:22:31 CEST 2007 Paolo Molaro <lupus@ximian.com>
12826         * marshal.c: make sure the wrapper methods are properly initialized.
12828 2007-10-11  Mark Probst  <mark.probst@gmail.com>
12830         * metadata.c, metadata-internals.h: Generalized
12831         mono_type_stack_size() to mono_type_stack_size_internal() which
12832         takes an additional argument specifying whether it allows open
12833         types.
12835 2007-10-10  Rodrigo Kumpera  <rkumpera@novell.com>
12837         * verify.c (do_invoke_method): handle typedbyref params
12838         correctly and check for unverifiable return values.
12840         * verify.c (do_newobj): fix a warning.
12842 2007-10-09  Rodrigo Kumpera  <rkumpera@novell.com>
12844         * verify.c: don't tread typedbyref as allways unverifable,
12845         so uses, like (ld/st)loc.0 are valid. verify for the cases
12846         that it matters, like boxing related operations.
12848 2007-10-09  Rodrigo Kumpera  <rkumpera@novell.com>
12850         * verify.c: add verification of the newobj opcode. verification
12851         of delegate instantation still missing due ldftn and virldftn not
12852         pushing the function type on stack
12854 2007-10-08  Mark Probst  <mark.probst@gmail.com>
12856         * class-internals.h: Runtime generic context data structure
12857         definition.
12859         * object.c: Initialization of runtime generic context at runtime
12860         vtable creation time.
12862 2007-10-08  Massimiliano Mantione  <massi@ximian.com>
12863         * class.c (mono_class_create_from_typedef,
12864         mono_class_from_generic_parameter, mono_ptr_class_get,
12865         mono_fnptr_class_get, mono_bounded_array_class_get)
12866         * domain.c (mono_domain_create, mono_domain_free)
12867         * assembly.c (mono_assembly_load_from_full, mono_assembly_close)
12868         * image.c (do_mono_image_load, mono_image_close):
12869         Hooked up load-unload profiler events.
12871 Mon Oct 8 11:38:04 CEST 2007 Paolo Molaro <lupus@ximian.com>
12873         * domain.c: track statistics about the actual amount of native code
12874         allocated.
12876 Sat Oct 6 10:01:42 CEST 2007 Paolo Molaro <lupus@ximian.com>
12878         * class.c: the valuetype enumerators don't have the additional
12879         supertypes interfaces.
12881 Fri Oct 5 20:33:31 CEST 2007 Paolo Molaro <lupus@ximian.com>
12883         * class.c: need more interfaces setup for the IEnumerator<T>
12884         object created for arrays (tests/ienumerator-interfaces.2.cs).
12886 2007-10-05  Zoltan Varga  <vargaz@gmail.com>
12888         * class.c (mono_ldtoken): Handle methodspec tokens as well. Fixes #331097.
12890 2007-10-05  Alp Toker  <alp@atoker.com>
12892         * icall.c (ves_icall_MonoType_GetElementType): For enums, return null
12893         rather than the underlying type. Based on a patch by Ben Maurer. Fixes
12894         #315863.
12896 2007-10-04  Rodrigo Kumpera  <rkumpera@novell.com>
12898         * verify.c (verify_type_compatibility_full): verification of
12899         compatibility improved, validates correctly non-strict checks between
12900         native int and I4 types different than (unsigned)int32.
12902         * verify.c (do_store_indirect): added, do all verification of
12903         ldind.X opcodes. 
12905         * verify.c (get_load_indirect_mono_type): renamed to
12906         get_indirect_op_mono_type, as it now returns the MonoType for 
12907         ldind.X and stind.X opcodes.
12909 2007-10-04  Rodrigo Kumpera  <rkumpera@novell.com>
12911         * reflection.c: Fix the encoding of generic type definition for
12912         TypeBuilders.
12914         * reflection.c (mono_image_typedef_or_ref_full: do the same thing as
12915         mono_image_typedef_or_ref but allows to specify if typespec lookups should
12916         be made. Typespec check is done prior to typeref cache lookup.
12918         * reflection.c (mono_image_typedef_or_ref): now just delegate to
12919         mono_image_typedef_or_ref_full.
12921         * reflection.c (encode_generic_class): encode the generic class
12922         directly instead of calling encode_type.
12924         * reflection.c (encode_type): encode the generic type definition
12925         MonoClass as a generic instantiation.
12927         * reflection.c (create_typespec): cache typespec tokens in
12928         the assembly->typespec cache. Don't create typespec for a generic
12929         instance MonoClass. Create typespec for the generic type defintion.
12931         * reflection.c (create_generic_typespec): encode the generic
12932         class directly instead of calling encode_type.
12934         * reflection.c (mono_image_create_token): encode the generic
12935         type definition not using a typespec for MonoType instances.
12938 2007-10-04  Raja R Harinath  <rharinath@novell.com>
12940         Fix #328812
12941         * class.c (mono_image_init_name_cache): Don't return nested
12942         'protected internal' classes.
12943         (mono_class_from_name_case): Likewise.
12945 2007-10-04  Atsushi Enomoto  <atsushi@ximian.com>
12947         * icall-def.h, icall.c : get_bundled_machine_config() is now the
12948           common function used by both DefaultConfig in System.dll and
12949           InternalConfigurationHost in System.Configuration.dll.
12951 Wed Oct 3 17:26:58 CEST 2007 Paolo Molaro <lupus@ximian.com>
12953         * class.c: automatically add to vectors only a few essential explicit
12954         generic interfaces. The rest of the interfaces that arrays should
12955         provide are currently implicitly added (but still not lazily, see the
12956         design in the discussion of bug#325495 for the details of what is
12957         needed for that). Additionally, implicit interfaces are assigned the
12958         same vtable slot as the explicit interfaces (as they are compatible):
12959         this enables huge memory savings since we don't need to instantiate
12960         as many memthods and as large vtables anymore. Also, Since
12961         GetEnumerator<T> returns an instance of a type that is required to
12962         support a similarly large set of interfaces as arrays, we add
12963         implicit interfaces and interface offset sharing support to those
12964         types, too. This change adds all the required interfaces so that
12965         the anonarray.cs test case in the bug report works (we don't add
12966         all the interfaces to arrays of arrays 3-level deep and more because
12967         of the memory requirements explained in the bug and since they are much
12968         less common: the lazy-loading support will enabled them to work, too).
12970 2007-10-02  Rodrigo Kumpera  <rkumpera@novell.com>
12972         * verify.c (merge_stacks): major clean up, all type compatibility
12973         checks are done by verify_type_compatibility. This fix my earlier lack
12974         of understanding of the CLR type system and merge_stacks no longer looks
12975         scary.
12977         * verify.c: fixed some bad spelling.
12979 2007-10-02  Rodrigo Kumpera  <rkumpera@novell.com>
12981         * verify.c (mono_type_from_stack_slot): added. returns the MonoType for
12982         a given stack slock.
12983         
12984         * verify.c: killed verify_type_compat in favor of verify_type_compatibility and
12985         verify_type_compatibility_full. This removed a near indentical function and fixed
12986         handling of Int32 and IntPtr across all opcodes.
12988 Tue Oct 2 15:24:38 CEST 2007 Paolo Molaro <lupus@ximian.com>
12990         * class.c: only vectors have the additional generic interfaces.
12992 2007-10-01  Jonathan Chambers <joncham@gmail.com>
12994         * mono-config.c: Use g_strcasecmp instead of
12995         strcasecmp like everywhere else to fix
12996         compilation with MSVC.
12997         
12998         Code is contributed under MIT/X11 license.
13000 Mon Oct 1 14:39:11 CEST 2007 Paolo Molaro <lupus@ximian.com>
13002         * object.c, object-internals.h: refactored the IMT code to enable
13003         building a single slot at a time and lazily creating the IMT trampolines
13004         and thunks.
13006 2007-09-29  Zoltan Varga  <vargaz@gmail.com>
13008         * loader.c (inflate_generic_signature): Allocate inflated signatures from the heap.
13010         * metadata.c (mono_metadata_free_inflated_signature): Free the signature itself too.
13011         Fixes #328501.
13012         
13013 2007-09-29  Raja R Harinath  <harinath@gmail.com>
13015         * loader.c (method_from_methodspec): Rearrange to avoid
13016         un-necessary exposition.  Don't assert out if the method's
13017         declaring type is a generic type definition.
13019 2007-09-28  Martin Baulig  <martin@ximian.com>
13021         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 61.
13023 Fri Sep 28 20:15:47 CEST 2007 Paolo Molaro <lupus@ximian.com>
13025         * class-internals.h: optimize field layout of MonoClass to
13026         requires less cachelines at runtime and save a few bytes on 64 bit
13027         systems.
13029 2007-09-28  Jb Evain  <jbevain@novell.com>
13031         * reflection.c: when encoding type names in custom attributes,
13032         if the type is a closed generic type, its generic arguments
13033         have to be serialized as AssemblyQualifiedName, so that when
13034         they are deserialized, it's possible to re-create them properly.
13035         Fixes #329450.
13038 Fri Sep 28 19:19:49 CEST 2007 Paolo Molaro <lupus@ximian.com>
13040         * object.c, class-internals.h: added delegate-creation counter.
13042 Fri Sep 28 18:07:53 CEST 2007 Paolo Molaro <lupus@ximian.com>
13044         * class.c: cleanup of the code that synthetizes interfaces for
13045         arrays in 2.0: saves quit a bit of corlib mempool memory.
13046         Code to fix bug #325495 ifdeffed out for now until the issues
13047         with memory usage and O(n^2) behaviour are fixed.
13049 Fri Sep 28 17:19:40 CEST 2007 Paolo Molaro <lupus@ximian.com>
13051         * marshal.c: when possible, do not duplicate the name of the methods
13052         in the method builder and in the generated MonoMethod.
13054 2007-09-27  Rodrigo Kumpera  <rkumpera@novell.com>
13055         * verify.c: added support for type checking ldind_* opcodes.
13057 2007-09-27  Rodrigo Kumpera  <rkumpera@novell.com>
13059         * class-internals.h (struct _MonoGenericClass): new field is_tb_open
13060         which is used to distinguish the fully open instantiation of a TypeBuilder
13061         with the rest. This temporary hack is required to restore the property that
13062         the fully open instantiation is the same type of the generic type definition.
13064         * class-internals.h (mono_generic_class_is_generic_type_definition):
13065         new function as part of the internal API.
13067         * class.c (inflate_generic_type): return NULL when the generic inst is
13068         fully open. The fully open generic type is now the same as the generic type
13069         definition for non TypeBuilder types.
13071         * class.c (mono_generic_class_get_class): removed assert since it is
13072         no longer valid, gklass->cached_class can point to the generic type definition.
13074         * class.c (mono_generic_class_is_generic_type_definition): new.
13076         * metadata.c (mono_generic_class_hash): added is_tb_open field
13077         to the hash calculation.
13079         * metadata.c (free_generic_class): if the generic class is associated
13080         with the generic type definition, its field will come from the mempool and
13081         must not be freed.
13083         * metadata.c (mono_metadata_is_type_builder_generic_type_definition):
13084         new, this function identifies the corner case of a TypeBuilder fully open
13085         instantiation.
13087         * metadata.c (mono_metadata_lookup_generic_class): use is_tb_open
13088         for lookup. Set gclass->cached_class to be the container class in case of
13089         the fully open instantiation of non TypeBuilder types.
13091         * metadata.c (_mono_metadata_generic_class_equal): use is_tb_open
13092         to compare generic classes.
13094         * reflection.c (method_encode_methodspec): remove assert that
13095         no longer is valid.
13097         * reflection.c (mono_reflection_generic_class_initialize): add
13098         an aditional assert to ensure the proper type is used.
13100 2007-09-26  Rodrigo Kumpera  <rkumpera@novell.com>
13102         * verify.c: disabled all debug spew by default, define MONO_VERIFIER_DEBUG
13103         to enjoy it.
13105 2007-09-25  Rodrigo Kumpera  <rkumpera@novell.com>
13107         * verify.c (push_arg): Fixed support for ldarga
13108         * verify.c (set_stack_value): Removed superfluous parameter, fixed the
13109         MonoType used as first arg in case of instance calls.
13111 2007-09-25  Rodrigo Kumpera  <rkumpera@novell.com>
13113         * verify.c: Support for verifying VAR and MVAR types, 
13115 2007-09-25  Zoltan Varga  <vargaz@gmail.com>
13117         * icall.c (ves_icall_get_property_info): Set the reflected type of the
13118         accessors correctly.
13120 Tue Sep 25 14:56:03 CEST 2007 Paolo Molaro <lupus@ximian.com>
13122         * threads.c: support OSX and other systems in
13123         mono_thread_get_stack_bounds (bug #328026).
13125 2007-09-25  Martin Baulig  <martin@ximian.com>
13127         * mono-debug.h
13128         (MonoDebugVarInfo): Replace `MonoClass *klass' with `MonoType *type'.
13130 2007-09-24  Martin Baulig  <martin@ximian.com>
13132         * mono-debug.h
13133         (MonoDebugClassEntry): Moved the definition of this struct into
13134         mono-debug.c to make it private.
13136         * mono-debug.c
13137         (MonoDebugClassEntry): Removed `symfile_id'; since we now use one
13138         type table per symbol file, we don't need to store the symfile id
13139         any longer.
13141 2007-09-24  Martin Baulig  <martin@ximian.com>
13143         Create one type table per symbol file, since a `MonoClass *' gets
13144         invalid when its image is unloaded.
13146         * mono-debug.h (MonoSymbolTable): Removed `type_table'.
13147         (MonoDebugHandle): Added `type_table'.
13149 Mon Sep 24 17:25:43 CEST 2007 Paolo Molaro <lupus@ximian.com>
13151         * mempool.c, mempool.h: added mono_mempool_new_size () API
13152         to be able to specify a smaller initial size for the pool.
13153         Adjusted the code to slowly increase pool size before using
13154         the previous default size.
13155         * image.c: use a small initial size for image mempools.
13157 2007-09-23  Zoltan Varga  <vargaz@gmail.com>
13159         * marshal.c (emit_marshal_array): Generate valid IL for byref array case.
13160         Fixes ##320990.
13162         * icall.c (ves_icall_System_Reflection_Assembly_get_ManifestModuleInternal): 
13163         Rename this to ves_icall_System_Reflection_Assembly_GetManifestModuleInternal.
13165 2007-09-22  Zoltan Varga  <vargaz@gmail.com>
13167         * metadata.c (mono_type_create_from_typespec): Remove an invalid
13168         free. Fixes #327438.
13170 2007-09-21  Raja R Harinath  <harinath@gmail.com>
13172         * metadata.c (type_in_image) <MONO_TYPE_SZARRAY>: Handle arrays of
13173         generic instantiations, etc.
13174         <MONO_TYPE_ARRAY>: Likewise.
13176 2007-09-21  Martin Baulig  <martin@ximian.com>
13178         * mono-debug.h (MonoSymbolFilePriv, MonoDebugHandlePriv): Removed;
13179         these structs were never defined.
13180         (MonoDebugHandle): Removed the `_priv' field, it was never used.
13182 2007-09-21  Martin Baulig  <martin@ximian.com>
13184         * mono-debug.h (MonoDebugVarInfo): Add `MonoClass *klass'.
13186 Fri Sep 21 14:39:45 CEST 2007 Paolo Molaro <lupus@ximian.com>
13188         * image.c: removed the guid hash tables: we can get the same info
13189         without the additional memory usage hit (partially fixes also bug #327052).
13191 2007-09-10  Massimiliano Mantione  <massi@ximian.com>
13193         * profiler.h, profiler-private.h, profiler.c: add a new profiler
13194         event to handle unloading methods. After the event is called, the
13195         corresponding MonoMethod* must be considered invalid.
13196         * loader.c (mono_free_method): call the new mono_profiler_method_free
13197         event.
13199 2007-09-20  Mark Probst  <mark.probst@gmail.com>
13201         * domain-internals.h: New flag in MonoJitInfo which marks shared
13202         generic methods.  New hash table (shared_generics_hash) in
13203         MonoDomain to keep track of shared generic methods.  Prototypes
13204         for functions to register and lookup shared generic methods.
13206         * domain.c: Support for registering and looking up shared generic
13207         methods via a hash table (shared_generics_hash) in MonoDomain.
13209         * class-internals.h: New exception to signal failure of shared
13210         compilation of a generic method.  New counters for generics
13211         sharing in MonoStats.
13213 Thu Sep 20 16:59:36 CEST 2007 Paolo Molaro <lupus@ximian.com>
13215         * image.c, metadata-internals.h: don't keep a file descriptor open
13216         for loaded assemblies (bug#325988).
13218 2007-09-19  Raja R Harinath  <rharinath@novell.com>
13220         * metadata.c (signature_in_image): New.  Carve out of type_in_image.
13221         (ginst_in_image, gclass_in_image): Simplify.  Change signature to
13222         use the corresponding datatypes.
13223         (type_in_image): Update to changes.
13224         (CleanForImageUserData): Simplify.
13225         (steal_gclass_in_image): Carved out of old 'gclass_in_image'.
13226         Avoid quadratic behaviour in handling the "stolen" list by
13227         separating the filter predicate out, and by prepending the stolen
13228         items rather than appending them.
13229         (steal_ginst_in_image): Likewise.
13230         (mono_metadata_clean_for_image): Update to changes.
13232 2007-09-19  Martin Baulig  <martin@ximian.com>
13234         * domain.c (mono_cleanup): Call mono_debug_cleanup() here.
13236 2007-09-19  Martin Baulig  <martin@ximian.com>
13238         * mono-debug.c (mono_debug_cleanup): Don't call
13239         mono_debugger_cleanup(); this is now called earlier from mini_cleanup().
13241 2007-09-19  Raja R Harinath  <harinath@gmail.com>
13243         Fix crash on 'make run-test' in mcs/errors
13244         * metadata.c (type_in_image): New.  Carve out of ginst_in_image.
13245         Avoid more potential allocations in mono_class_from_mono_type.
13246         (ginst_in_image): Update to changes.
13247         (gclass_in_image): Rearrange slightly.
13249 2007-09-18  Zoltan Varga  <vargaz@gmail.com>
13251         * class.c (mono_class_init): Move the code that sets up class->methods to 
13252         mono_class_setup_methods () for inflated generic classes too. Ditto for properties.
13254         * metadata.c (mono_metadata_get_inflated_signature): New function to return a
13255         canonical instance of an inflated generic signature.
13256         (mono_type_create_from_typespec): Remove an invalid free.
13258         * loader.c (mono_method_get_signature_full): Use mono_metadata_get_inflated_signature.  
13260 2007-09-18  Marek Habersack  <mhabersack@novell.com>
13262         * domain-internals.h: added a declaration of the
13263         mono_assembly_load_full_nosearch internal function.
13265         * assembly.c (mono_assembly_load_with_partial_name): use
13266         mono_try_assembly_resolve return value properly.
13267         (mono_assembly_load_full_nosearch): copied the function body from
13268         mono_assembly_load_full, without the code to invoke assembly
13269         search hooks.
13270         (mono_assembly_load_full): calls the above new function and if the
13271         assembly is not resolved, invokes the search hooks.
13273         * appdomain.c (mono_runtime_init): restore the global postload
13274         assembly search handlers.
13276 2007-09-18  Zoltan Varga  <vargaz@gmail.com>
13278         * class.c (mono_class_init): Make sure class->methods and class->properties
13279         are never NULL in the generics case.
13281         * metadata.c (free_generic_class): Enable this again, skip the dynamic case.
13283 2007-09-17  Zoltan Varga  <vargaz@gmail.com>
13285         * metadata.c (free_generic_class): Disable some code to fix the build.
13287         * domain.c (mono_cleanup): Fix a crash introduced by a previous patch.
13289         * marshal.c (mono_marshal_get_xappdomain_dispatch): Allocate a piece of data
13290         from the image mempool.
13292         * metadata.c (free_generic_class): Free more data from the inflated class.
13294         * class.c (mono_class_from_generic_parameter): Allocate memory from the mempool.
13296         * metadata.c (mono_metadata_parse_generic_param): Allocate memory from the image
13297         mempool.
13298         (mono_type_create_from_typespec): Ditto.
13300         * domain.c (get_runtimes_from_exe): Add an out parameter to return the opened
13301         MonoImage to the caller.
13302         (mono_init_internal): Save the opened image in a global variable.
13303         (mono_cleanup): Close the image opened in get_runtimes_from_exe.
13305         * reflection.c (resolve_object): Fix a leak.
13307         * metadata.c: Fix the freeing of data in the generics caches.
13308         
13309         * metadata.c (free_generic_inst): Comment this out to fix the build.
13310         (free_generic_class): Ditto.
13312         * metadata.c: Free cached generic methods, instantinations and classes when
13313         they are removed from the caches.
13314         (mono_metadata_free_type): Free the type itself.
13316         * class.c: Free the result of mono_class_inflate_generic_type () in a few
13317         places.
13319 Mon Sep 17 16:14:07 CEST 2007 Paolo Molaro <lupus@ximian.com>
13321         * boehm-gc.c: restrict managed allocs to __thread supporting
13322         architectures.
13324 2007-09-16  Zoltan Varga  <vargaz@gmail.com>
13326         * class.c (mono_class_inflate_generic_type): Add a comment describing memory ownership.
13327         (mono_generic_class_get_class): Fix a leak.
13329         * metadata.c (do_mono_metadata_parse_type): Remove an unneccesary call to
13330         mono_metadata_free_type ().
13331         (mono_metadata_inflate_generic_inst): Fix a leak.
13333 2007-09-14  Zoltan Varga  <vargaz@gmail.com>
13335         * mono-debug.c (free_header_data): Fix a leak missed earlier.
13337         * metadata.c (mono_metadata_parse_array_full): Allocate memory from the image
13338         mempool.
13340         * mono-debug.c (mono_debug_close_image): Fix call to 
13341         g_hash_table_remove ().
13343 Fri Sep 14 19:36:37 CEST 2007 Paolo Molaro <lupus@ximian.com>
13345         * icall-def.h: redirect all the string ctor to the managed
13346         CreateString () methods.
13347         * string-icalls.c, string-icalls.h: removed dead code for string
13348         ctors and icalls.
13350 2007-09-14  Zoltan Varga  <vargaz@gmail.com>
13352         * mono-debug.c: Fix memory leaks.
13354 2007-09-14  Jonathan Chambers <joncham@gmail.com>
13356         * threads-types.h: Implement mono_hazard_pointer_set and 
13357         mono_hazard_pointer_clear macros using do/while(0) to fix
13358         compilation with MSVC.
13359         
13360         Code is contributed under MIT/X11 license.
13362 2007-09-14  Zoltan Varga  <vargaz@gmail.com>
13364         * gc.c (ves_icall_System_GCHandle_GetAddrOfPinnedObject): Use a return value of
13365         -2 to communicate to managed code that the handle is not pinned. Fixes #82848.
13367 Fri Sep 14 14:04:31 CEST 2007 Paolo Molaro <lupus@ximian.com>
13369         * icall-def.h, string-icalls.c: get rid of old, no longer used, string
13370         icalls.
13372 Fri Sep 14 11:41:31 CEST 2007 Paolo Molaro <lupus@ximian.com>
13374         * boehm-gc.c, gc-internal.h, object.c: allow strings to be
13375         managed-code allocated as well.
13377 2007-09-13  Zoltan Varga  <vargaz@gmail.com>
13379         * class.c (mono_class_is_assignable_from): Add support for generic variance.
13381 Thu Sep 13 11:55:55 CEST 2007 Paolo Molaro <lupus@ximian.com>
13383         * boehm-gc.c: fixed the build after the AOT changes.
13385 2007-09-13  Zoltan Varga  <vargaz@gmail.com>
13387         * wrapper-types.h: Add an ALLOC wrapper type.
13389         * gc-internals.h boehm-gc.c null-gc.c sgen-gc.c: Add functions needed by AOT to
13390         reference managed allocator methods.
13392 2007-09-12  Marek Safar  <marek.safar@gmail.com>
13394         * icall.c (ves_icall_MonoType_GetGenericArguments): Create an instance
13395         of Type array and not MonoType, a fix suggested by Hari.
13396         
13397 2007-09-12  Jonathan Chambers <joncham@gmail.com>
13399         * domain-internals.h, domain.c : Remove delegate_invoke_impl_with_target_hash
13400         and delegate_invoke_impl_no_target_hash from _MonoDomain struct.
13401         
13402         Code is contributed under MIT/X11 license.
13404 2007-09-10  Massimiliano Mantione  <massi@ximian.com>
13406         * domain.c, object.c, mono-config.c, object-internals.h: Fixed  #82416.
13408 2007-09-12  Marek Habersack  <mhabersack@novell.com>
13410         * image.c (do_mono_image_open): if assembly file fails to open and
13411         MONO_IOMAP is in effect, try to find the path in a
13412         case-insensitive way.
13414         * appdomain.c (mono_runtime_init): do not install postload hooks -
13415         tests show that MS.NET doesn't use anything of that sort to
13416         trigger the AppDomain.AssemblyResolve event.
13417         (mono_try_assembly_resolve): renamed from try_assembly_resolve and
13418         made non-static.
13419         (mono_runtime_init): init portability helpers here.
13421         * assembly.c (mono_assembly_load_with_partial_name): if other   
13422         attempts fail, trigger the AppDomain.AssemblyResolve event handler
13423         to resolve the assembly.
13425         * domain-internals.h: added mono_try_assembly_resolve and marked
13426         it as internal.
13428 2007-09-11  Jb Evain  <jbevain@novell.com>
13430         * object-internals.h (MonoReflectionDynamicMethod): add
13431         a `MonoReflectionType *owner` field. The owner is used
13432         * reflection.c:
13433         (mono_reflection_create_dynamic_method): use the owner of the dynamic
13434         method as the class declaring the dynamic method.
13435         (reflection_methodbuilder_from_dynamic_method): copy the owner of the
13436         dynamic method to the declaring type of the methodbuilder.
13438 2007-09-11  Mark Probst  <mark.probst@gmail.com>
13440         * icall.c (ves_icall_InternalInvoke): Enforce CoreCLR security
13441         rules for calling methods via reflection.
13443 2007-09-11  Zoltan Varga  <vargaz@gmail.com>
13445         * reflection.c (resolve_object): Add support for MonoGenericClass. 
13446         Inflate MonoType's.
13448 Tue Sep 11 16:08:08 CEST 2007 Paolo Molaro <lupus@ximian.com>
13450         * gc-internal.h, boehm-gc.c, null-gc.c, sgen-gc.c: allow the GC to
13451         provide a managed method that does fast allocations without needing
13452         a managed->unmanaged transition. Boehm GC implementation currently
13453         enabled for ptrfree objects on sane architectures.
13455 Tue Sep 11 16:00:35 CEST 2007 Paolo Molaro <lupus@ximian.com>
13457         * marshal.c, marshal.h: exported a couple of useful functions and
13458         added mono_mb_get_label () to easily handle backward branches.
13460 2007-09-10  Zoltan Varga  <vargaz@gmail.com>
13462         * reflection.c (resolve_object): Inflate generic methods. Fixes #82782.
13464 2007-09-10  Massimiliano Mantione  <massi@ximian.com>
13466         * loader.c (find_method): Fixed the regression introduced while
13467         fixing bug #81466.
13469 2007-09-09  Zoltan Varga  <vargaz@gmail.com>
13471         * class.c (mono_lookup_dynamic_token_class): Pass along the context here as
13472         well.
13473         
13474         * class.c loader.c metadata.c object.c class-internals.h object-internals.h
13475         icall.c reflection.c: Pass a MonoGenericContext argument to 
13476         mono_lookup_dynamic_token ().
13478         * reflection.c (resolve_object): Handle GenericTypeParameterBuilder. Fixes
13479         #82744.
13480         
13481 2007-09-09  Robert Jordan  <robertj@gmx.net>
13483         * object.c (mono_class_proxy_vtable): Don't create remoting trampolines
13484         for generic methods.
13486         * object.c (mono_object_get_virtual_method): Handle generic methods.
13487         Fixes bug #78882.
13489         Code is contributed under MIT/X11 license.
13491 Sat Sep 8 18:16:01 CEST 2007 Paolo Molaro <lupus@ximian.com>
13493         * image.c: fix locking in mono_image_load_file_for_image ().
13495 Thu Sep 6 19:48:00 CEST 2007 Paolo Molaro <lupus@ximian.com>
13497         * reflection.c, icall.c, icall-def.h: the methodinfos name field is
13498         used only as a cache: added an icall to fill it.
13500 2007-09-16  Rodrigo Kumpera  <rkumpera@novell.com>
13502         * reflection.h: exposed mono_reflection_free_type_info
13503         * reflection.c (mono_reflection_get_type_internal): type_args is always freed
13504         since mono_reflection_bind_generic_parameters makes a copy of it.
13505         * reflection.c (free_type_info): subinfos should be freed.
13506         * reflection.c (free_type_info): renamed to mono_reflection_free_type_info and 
13507         made non static.
13508         * icall.c (type_from_name and ves_icall_System_Reflection_Assembly_InternalGetType):
13509         replaced explicit cleanup of MonoTypeNameParse struct with a call to mono_reflection_free_type_info,
13510         this fixes #82695 and #81726.
13511    
13513 2007-09-03  Atsushi Enomoto  <atsushi@ximian.com>
13515         * process.h, process.c:  added support for user profile/info in
13516           ProcessStartInfo. For now only Windows works.
13518 Fri Aug 31 17:30:58 CEST 2007 Paolo Molaro <lupus@ximian.com>
13520         * metadata.c: consider the generic arguments when comparing
13521         signatures (bug #82614).
13523 Thu Aug 30 18:34:38 CEST 2007 Paolo Molaro <lupus@ximian.com>
13525         * cil-coff.h, image.c: updated assembly loader to cope with the
13526         PE32+ 64 bit file format.
13528 Thu Aug 30 16:47:38 CEST 2007 Paolo Molaro <lupus@ximian.com>
13530         * assembly.c, class.c, domain.c, loader.c: remove useless
13531         inclusion of cil-coff.h.
13533 2007-08-29  Jonathan Chambers  <joncham@gmail.com>
13535         * marshal.c (cominterop_get_ccw): Walk up interface hierarchy
13536         if interface is marked with CoClassAttribute. 
13537    
13538         Code is contributed under MIT/X11 license.
13540 Wed Aug 29 19:27:07 CEST 2007 Paolo Molaro <lupus@ximian.com>
13542         * sgen-gc.c: ensure no object from the to space is copied again or finalized
13543         if it's seen twice in major collections.
13545 Wed Aug 29 18:46:49 CEST 2007 Paolo Molaro <lupus@ximian.com>
13547         * sgen-gc.c: big objects are not copied to the gray area, but they
13548         need to be considered for scanning, too, if they are brought alive
13549         by an object ready for finalizations or a survived one.
13551 Wed Aug 29 18:43:11 CEST 2007 Paolo Molaro <lupus@ximian.com>
13553         * sgen-gc.c: properly account the number of disappearing links when
13554         they are nullified.
13556 Wed Aug 29 18:37:37 CEST 2007 Paolo Molaro <lupus@ximian.com>
13558         * sgen-gc.c: share the code to scan the registered roots between the
13559         different types of collections.
13561 2007-08-28  Zoltan Varga  <vargaz@gmail.com>
13563         * icall.c (ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_RunModuleConstructor): New icall.
13565 2007-08-28  Zoltan Varga  <vargaz@gmail.com>
13567         * object.c (mono_class_proxy_vtable): Use max_interface_id instead of
13568         class->max_interface_id in a one place. Fixes transparentproxy.exe test on ia64.
13570 2007-08-28  Mark Probst  <mark.probst@gmail.com>
13572         * security-manager.c (mono_security_manager_get_methods):
13573         LinkDemandSecurityException now has 2 arguments instead of 3.
13575 2007-08-27  Zoltan Varga  <vargaz@gmail.com>
13577         * class.c (mono_class_layout_fields): Only do the struct alignment hack on
13578         platforms which need it.
13580 Mon Aug 27 18:29:12 CEST 2007 Paolo Molaro <lupus@ximian.com>
13582         * sgen-gc.c: unregister thread data structures with a pthread_key_t
13583         dtor.
13585 Mon Aug 27 18:27:35 CEST 2007 Paolo Molaro <lupus@ximian.com>
13587         * threads.c: free the thread static data on thread exit.
13589 Mon Aug 27 10:55:54 CEST 2007 Paolo Molaro <lupus@ximian.com>
13591         * class.c: walk the hierarchy to find the generic definition for
13592         a class (fixes runtime part of bug #82498).
13594 2007-08-24  Zoltan Varga  <vargaz@gmail.com>
13596         * assembly.c (mono_assembly_close): Move the closing of the referenced assemblies to
13597         ...
13599         * image.c (mono_image_close): Here. Hopefully fixes #82510.
13601 2007-08-24  Mark Probst  <mark.probst@gmail.com>
13603         * monodiet.c (handle_cattrs): Fixed a custom attr leak.
13605 2007-08-24  Robert Jordan  <robertj@gmx.net>
13607         * appdomain.c: don't perform the ':'->';' substitution on Win32.
13609 2007-08-24  Jb Evain  <jbevain@novell.com>
13611         * class.c (mono_type_get_name_recurse): fix AssemblyQualifiedName
13612         for byref types.
13614 2007-08-24  Mark Probst  <mark.probst@gmail.com>
13616         * threads.c: Make sure a thread gets cleaned up only once.  Fixes
13617         #82286.
13619 2007-08-24  Zoltan Varga  <vargaz@gmail.com>
13621         * assembly.c: Fix a warning.
13622         
13623 2007-08-23  Marek Habersack  <mhabersack@novell.com>
13625         * appdomain.c: parse the <runtime> section looking for the probing
13626         element with the 'privatePath' attribute, which sets additional
13627         directories in which the runtime should look for assemblies.
13629 2007-08-23  Robert Jordan  <robertj@gmx.net>
13631         * marshal.c (Marshal_ReAllocHGlobal) : Fix GlobalReAlloc's flags.
13632         Fixes #82499.
13634 2007-08-23  Martin Baulig  <martin@ximian.com>
13636         * mono-debug.[ch]: Rename mono_debug_init_corlib() into
13637         _mono_debug_init_corlib() and remove it from the header file.
13639 2007-08-23  Martin Baulig  <martin@ximian.com>
13641         * mono-debug-debugger.c
13642         (mono_debugger_unhandled_exception): Ignore `ThreadAbortException';
13643         don't notify the debugger about it.
13645         * mono-debug-debugger.h
13646         (MonoDebuggerEvent): Removed `THREAD_ABORT'.
13648 2007-08-23  Robert Jordan  <robertj@gmx.net>
13650         * icall-def.h, process.*: implemented Get|SetPriorityClass icalls.
13651         Code is contributed under MIT/X11 license.
13653 Wed Aug 22 18:35:12 CEST 2007 Paolo Molaro <lupus@ximian.com>
13655         * sgen-gc.h, sgen-gc.c: abstracted most of the OS-specific code.
13657 2007-08-22  Martin Baulig  <martin@ximian.com>
13659         * mono-debug.c: Store debugging info on a per-domain basis and
13660         free it on domain unload.  Add support for unloading symbol files.
13662         * mono-debug.h
13663         (MonoDebugList): New typedef.
13664         (MonoSymbolTable):
13665         - add `data_tables and `type_table'.
13666         - replace 'symbol_files' and `num_symbol_files' with a
13667           `MonoDebugList *'.
13668         (mono_debug_data_table): Removed.
13669         (mono_debug_list_add): New public function.
13670         (mono_debug_list_remove): New public function.
13671         (mono_debug_init_1): Renamed into mono_debug_init_corlib().
13672         (mono_debug_init_2_memory): Renamed into
13673         mono_debug_open_image_from_memory().
13674         (mono_debug_close_image): New public function.
13675         (mono_debug_domain_create): Likewise.
13676         (mono_debug_domain_unload): Likewise.
13677         (MONO_DEBUGGER_VERSION): Bump to 60.
13679         * mono-debug-debugger.h
13680         (MonoDebuggerEvent):
13681         - remove `RELOAD_SYMTABS' and `METHOD_COMPILED'.
13682         - rename `ADD_MODULE' into `LOAD_MODULE'; add `UNLOAD_MODULE'.
13683         - add `DOMAIN_CREATE' and `DOMAIN_UNLOAD'.
13684         - rename `THREAD_CREATED' and `THREAD_EXITED' into
13685           `GC_THREAD_CREATED' and `GC_THREAD_EXITED'.
13686         - re-add `THREAD_CREATED' and `THREAD_EXITED'; with different
13687           meaning.
13688         (mono_debugger_add_symbol_file): Removed.
13689         (mono_debugger_add_type): Removed.
13690         (mono_debugger_lookup_type): Removed.
13691         (mono_debugger_lookup_assembly): Removed.
13693         * domain.c
13694         (mono_domain_create): Call mono_debug_domain_create().
13695         (mono_init_internal): Call mono_debug_init_corlib().
13697         * assembly.c
13698         (mono_assembly_close): Call mono_debug_close_image().
13700 Wed Aug 22 17:26:02 CEST 2007 Paolo Molaro <lupus@ximian.com>
13702         * sgen-gc.c: use the mono-mmap facilitites instead of hard-coding the
13703         mmap call.
13705 Wed Aug 22 17:17:09 CEST 2007 Paolo Molaro <lupus@ximian.com>
13707         * sgen-gc.c: ensure section->pin_queue_end is initialized
13708         correctly when non pinning objects in the section have been found.
13710 2007-08-22  Marek Habersack  <mhabersack@novell.com>
13712         * appdomain.c (set_domain_search_path): cope with PrivateBinPath
13713         containing a list of directories separated by ':'. MSDN docs say
13714         the directories should be separated with ';'. Part of a bugfix for
13715         bug #81446
13717 2007-08-21  Rodrigo Kumpera  <rkumpera@novell.com>
13719         * class.c (mono_type_retrieve_from_typespec) : fixed the return type
13720         it should MonoType and not MonoClass.
13722 2007-08-21  Atsushi Enomoto  <atsushi@ximian.com>
13724         * culture-info-table.h : regenerated.
13726 2007-08-20  William Holmes  <billholmes54@gmail.com>
13728         *file-io.c: Added ves_icall_System_IO_MonoIO_ReplaceFile
13729          to call ReplaceFile Kernel32 on windows or in io-layer.
13730         *file-io.h: Added deceleration for ves_icall_System_IO_MonoIO_ReplaceFile
13731         *icall-def.h: Register ves_icall_System_IO_MonoIO_ReplaceFile
13732          as an internal call.
13734         Code is contributed under MIT/X11 license.
13736 2007-08-20  Jb Evain  <jbevain@novell.com>
13738         * class-internals: add definitions for MONO_EXCEPTION_METHOD_ACCESS
13739         and MONO_EXCEPTION_FIELD_ACCESS.
13741         * debug-helpers.[c|h]: new mono_field_full_name function.
13743 2007-08-20  Mark Probst  <mark.probst@gmail.com>
13745         * class.c: Removed class_security_level() and moved it to
13746         security-core-clr.c.
13748         * security-core-clr.c, security-core-clr.h: class_security_level()
13749         is now public and renamed to mono_security_core_clr_class_level().
13750         It also looks for security attributes in the classes a class is
13751         nested in.
13753 2007-08-20  Mark Probst  <mark.probst@gmail.com>
13755         * security-core-clr.c, security-core-clr.h: CoreCLR security
13756         utility functions.
13758         * Makefile.am: Added security-core-clr.[ch].
13760         * security-manager.c, security-manager.h: Functions and enum for
13761         setting and getting the security mode.
13763         * class.c: CoreCLR security checks.
13765 Mon Aug 20 12:38:42 CEST 2007 Paolo Molaro <lupus@ximian.com>
13767         * icall-def.h, process.c, process.h: implemented icall to get
13768         user/system processor times.
13770 2007-08-17  Mark Probst  <mark.probst@gmail.com>
13772         * domain.c, threads.c, class-internals.h, domain-internals.h: New
13773         reader-lock-free jit_info_table.
13775 2007-08-17  Zoltan Varga  <vargaz@gmail.com>
13777         * metadata.c (mono_type_to_unmanaged): Handle MONO_NATIVE_CUSTOM.
13779         * marshal.c (mono_marshal_type_size): Ditto. Fixes #82465 and #82466.   
13781         * object-internals.h (MonoException): Add missing _data member.
13783 2007-08-08  Massimiliano Mantione  <massi@ximian.com>
13785         * loader.c (find_method, find_method_in_class): Fixed bug #81466,
13786         checking that only methods with matching qname or fqname are picked
13787         from implemented interfaces.
13789 2007-08-16  Rodrigo Kumpera  <rkumpera@novell.com>
13791         * verify.c (do_newarr):added, do type verification of
13792         newarr ops, push the right value on the eval stack.
13793         * verify.c (mono_method_verify): use do_newarr
13796 2007-08-16  Rodrigo Kumpera  <rkumpera@novell.com>
13798         * verify.c (do_ldobj_value, do_unbox_value and do_box_value):
13799         factored the common code into get_boxable_mono_type, which
13800         is now using mono_type_get_full, this fixed byref related tests.
13802 2007-08-16  Rodrigo Kumpera  <rkumpera@novell.com>
13804         * class.c: added mono_type_get_full, this function has the same
13805         behavior of mono_class_get_full but the returned MonoType has
13806         all metadata of the associated token in case of a typespec token.
13807         * class.c: added mono_type_retrieve_from_typespec, used by 
13808         mono_type_get_full to retrieve the token type.
13809         * class.c (mono_class_create_from_typespec): changed to use
13810         mono_type_retrieve_from_typespec.
13811         * class.c (mono_ldtoken): changed to use mono_type_get_full
13812         for MONO_TOKEN_TYPE_(DEF|REF|SPEC).
13813         * class-internals.h: exported mono_type_get_full for internal use.
13815 2007-08-16  Jb Evain  <jbevain@novell.com>
13817         * domain.c (supported_runtimes): add entry for
13818         the 'moonlight' runtime version.
13820 2007-08-15  Rodrigo Kumpera  <rkumpera@novell.com>
13822         * verify.c (mono_method_verify): small typo sliped in.  
13824 2007-08-15  Rodrigo Kumpera  <rkumpera@novell.com>
13826         * verify.c (do_unbox_value): added, do type verification of
13827         unboxing ops
13828         * verify.c (mono_method_verify): use do_unbox_value
13831 2007-08-15  Rodrigo Kumpera  <rkumpera@novell.com>
13833         * verify.c (dump_stack_value): fixed typo, was printing string
13834         instead of object on stack.
13835         * verify.c (do_box_value): moved the byref check up as it leads
13836         to invalid code and should be done earlier.
13837         * verify.c: improved error messages for and ldobj
13839 2007-08-15  William Holmes  <billholmes54@gmail.com>
13841         * marshal.c (emit_marshal_custom): Omit the call to 
13842           marshal_native_to_managed when calling native to managed 
13843           and the argument is specified as an out argument.
13845         Code is contributed under MIT/X11 license.
13847 2007-08-15  Rodrigo Kumpera  <rkumpera@novell.com>
13849         * verify.c: fixed the type checks for generics, function pointers and vectors.
13850         Added type verification for ldobj and ldtoken. The verifier
13851         would segfault if header or signature of a method contained references
13852         to non-existant types.
13854 2007-08-15  Jonathan Chambers  <joncham@gmail.com>
13856         * marshal.c (cominterop_get_ccw): Patch from
13857         Bill Holmes to no walk up interface hierarchy. 
13858         All parent methods should be present in the interface for COM.
13859    
13860         Code is contributed under MIT/X11 license.
13862 2007-08-15  Jonathan Chambers  <joncham@gmail.com>
13864         * marshal.c (emit_marshal_com_interface): Patch from
13865         Bill Holmes to handle COM Interfaces as return values
13866         for native->managed calls.
13867    
13868         Code is contributed under MIT/X11 license.
13870 2007-08-14  Jonathan Chambers  <joncham@gmail.com>
13872         * marshal.c (cominterop_get_idispatch_for_object): Implement
13873         for runtime callable wrappers.
13874    
13875         Code is contributed under MIT/X11 license.
13877 2007-08-13  Rodrigo Kumpera  <rkumpera@novell.com>
13879         * pedump.c (main): changed from mono_init to mono_init_from_assembly
13880         so 2.0 types are accessible
13883 2007-08-13  Miguel de Icaza  <miguel@novell.com>
13885         * domain.c (mono_init_internal): Call mono_assembly_load_friends
13886         once we load mscorlib.   Due to the order in which we initialize,
13887         the mono_assembly_load_full routine that loads mscorlib did not
13888         load friends.   We now load it once we load the
13889         mono_defaults.internals_visible_class class. 
13891         * assembly.c: Expose the mono_load_friend_assemblies method.
13893 2007-08-11  Rodrigo Kumpera  <rkumpera@novell.com>
13895         * verify.c: improved the handling of boxing, better
13896         type checking for unary ops and conversion. Fix bug
13897         regarding managed pointer compatibility checking
13899 2007-08-11  Zoltan Varga  <vargaz@gmail.com>
13901         * icall.c (ves_icall_System_Array_SetGenericValueImpl): New icall.
13903         * threads.c threads-types.h: Export mono_thread_get_stack_bounds.
13905 2007-08-09  Raja R Harinath  <rharinath@novell.com>
13907         * reflection.c (dup_type): Remove.
13908         * class.c (dup_type): Remove.
13909         (mono_metadata_signature_deep_dup): Use 'mono_metadata_type_dup'
13910         instead of the dodgy 'dup_type'.
13911         (inflate_generic_type): Likewise.  Fix the VAR/MVAR cases to
13912         handle the case where 'dup_type' needed the second argument.
13914 2007-08-08  Zoltan Varga  <vargaz@gmail.com>
13916         * domain.c: Fix a warning.
13918 2007-08-08  Massimiliano Mantione  <massi@ximian.com>
13920         * class.c (mono_class_setup_vtable_general): Fixed bug #77127,
13921         checking that methods with the same fqname are not overridden
13922         with a method from an ancestor.
13924 2007-08-07  Zoltan Varga  <vargaz@gmail.com>
13926         * threads.c (free_thread_static_data_helper): Avoid a crash if
13927         thread->static_data is not yet set.
13929 2007-08-07  Jonathan Chambers  <joncham@gmail.com>
13931         * marshal.c: Use correct image when emitting
13932         native wrapper for COM calls.
13933    
13934         Code is contributed under MIT/X11 license.
13936 2007-08-07  Atsushi Enomoto  <atsushi@ximian.com>
13938         * icall-def.h, security.c, security.h :
13939           added icall wrapper to ProtectedMemory.[Unprotect|Protect]Data().
13941 2007-08-07  Martin Baulig  <martin@ximian.com>
13943         * mono-debug-debugger.h
13944         (MonoDebuggerEvent): Add `MONO_DEBUGGER_EVENT_DOMAIN_UNLOAD'.
13946         * domain.c (mono_domain_free): Call
13947         `mono_debugger_event (MONO_DEBUGGER_EVENT_DOMAIN_UNLOAD)'.
13949 2007-08-06  Rodrigo Kumpera  <rkumpera@novell.com>
13951         * verify.c (check_underflow, check_overflow): error message now returns IL offset
13952         * verify.c (in_same_block): code should test if either offset is inside the clauses
13953         * verify.c (mono_method_verify): push the exception into the eval stack of exception
13954         and filter blocks
13956 2007-08-03  Zoltan Varga  <vargaz@gmail.com>
13958         * image.c (mono_image_close): Fix a leak.
13960         * object.c (mono_runtime_invoke_array): Avoid using alloca.
13962         * icall.c (ves_icall_FieldInfo_SetValueInternal): Ditto.        
13964 Fri Aug 3 19:54:23 CEST 2007 Paolo Molaro <lupus@ximian.com>
13966         * domain.c, threads.c, threads-types.h: fix memory retention issue
13967         with thread static variables not being cleared on domain unload.
13968         Reuse thread static slots after domain unload.
13970 2007-08-03  Zoltan Varga  <vargaz@gmail.com>
13972         * object.c (mono_runtime_invoke_array): Handle the case when the receiver is a
13973         nullable type.
13975         * marshal.c (mono_marshal_get_runtime_invoke): Revert the previous change, it is
13976         now done in mono_runtime_invoke_array.
13978         * marshal.c (mono_marshal_get_runtime_invoke): Handle the case when the 
13979         receiver is a nullable type.
13981         * class.c (mono_class_is_assignable_from): Handle the case when klass is a 
13982         generic parameter.
13984 2007-08-03  Jonathan Chambers  <joncham@gmail.com>
13986         * marshal.c: Implement COM Objects as return type for 
13987         managed->unmanaged calls. Added Release calls for COM Object
13988         out/return values in managed->unmanaged calls.
13990         Code is contributed under MIT/X11 license.
13992 Fri Aug 3 17:00:51 CEST 2007 Paolo Molaro <lupus@ximian.com>
13994         * threads.h, threads-type.h: move the hazard pointer declarations
13995         to the private header.
13997 Fri Aug 3 13:13:39 CEST 2007 Paolo Molaro <lupus@ximian.com>
13999         * file-io.c, appdomain.c: memory leak fixes.
14001 2007-08-02  Dick Porter  <dick@ximian.com>
14003         * socket-io.c
14004         (ves_icall_System_Net_Sockets_Socket_Socket_internal): Move the
14005         SO_REUSEADDR setting into io-layer/sockets.c.
14007 2007-08-01  Zoltan Varga  <vargaz@gmail.com>
14009         * icall.c (ves_icall_Type_GetMethodsByName): Return the members inherited
14010         from Object when called on a generic parameter. Fixes #82211.
14012 2007-08-01  Dick Porter  <dick@ximian.com>
14014         * file-io.c (convert_share): Test FileShare values bit-by-bit.
14015         Fixes bug 79250 yet again.
14017 2007-07-30  Martin Baulig  <martin@ximian.com>
14019         Merged the `debugger-dublin' branch.
14021         * mono-debug.h
14022         (MonoDebugDataTable): New typedef.
14023         (MonoDebugMethodAddressList): New typedef.
14024         (MonoDebugWrapperData): Removed.
14025         (MonoDebugSymbolTable): Removed `current_data_table',
14026         `current_data_table_size', `current_data_table_offset'.
14027         (MonoDebugDataItemType): Moved into mono-debug.c.
14028         (MonoDebugMethodJitInfo): Remove `address'.
14029         (mono_debug_data_table): New global variable.
14030         (mono_debug_lookup_method_addresses): New public function.
14031         (mono_debug_find_method): Take a `MonoMethod *', not a
14032         `MonoDebugMethodInfo *'.
14034         * mono-debug.c: Drop support for the old symbol tables.
14036 2007-06-28  Martin Baulig  <martin@ximian.com>
14038         * mono-debug.c (mono_debug_debugger_version): New public variable.
14040 2007-07-31  William Holmes  <billholmes54@gmail.com>
14042         * metadata.c Changed mono_type_create_from_typespec to not insert
14043           the type into the hash map until after
14044           do_mono_metadata_parse_type has completed.
14045         Fixes Bug #82194
14046         Code is contributed under MIT/X11 license.
14048 2007-07-31  Zoltan Varga  <vargaz@gmail.com>
14050         * icall.c (ves_icall_Type_GetMethodsByName): Avoid a crash when called on a
14051         generic parameter. Fixes #82211.
14053 2007-07-27  Jb Evain  <jbevain@novell.com>
14055         * pedump.c (dump_metadata, dump_metadata_header): dump
14056         versions contained in the metadata header.
14058 Fri Jul 27 17:07:40 CEST 2007 Paolo Molaro <lupus@ximian.com>
14060         * threads.c: register small_id_table with the GC.
14062 2007-07-27  Mark Probst  <mark.probst@gmail.com>
14064         * threads.c, threads.h, class-internals.h, object-internals.h:
14065         Hazard pointers, to be used by lock-free parallel algorithms.
14067 2007-07-26  Dick Porter  <dick@ximian.com>
14069         * appdomain.c (mono_runtime_cleanup): Invoke io-layer cleanup
14070         routine on non-windows platforms, as I've not managed to think of
14071         a non-kludgy way of doing this.  Finishes off bug 78739.
14073 Wed Jul 25 18:06:33 CEST 2007 Paolo Molaro <lupus@ximian.com>
14075         * object.c: properly setup interface_bitmap in proxy vtables.
14077 2007-07-25  Marek Habersack  <mhabersack@novell.com>
14079         * appdomain.c (get_shadow_assembly_location): do not use TickCount
14080         to create unique shadow copy target directories, use the domain's
14081         serial number instead. Each domain gets a unique target directory
14082         that way.
14084         * domain.c (mono_domain_create): added code to increment domain
14085         shadow copy serial number and cache the value in the current
14086         domain structure.
14088         * domain-internals.h (struct _MonoDomain): added a new field -
14089         shadow_serial to hold the serial number used in generation of
14090         shadow-copy directories. This is to make sure that the directory
14091         name is unique for each and every domain created. We avoid a race
14092         condition with overriding assemblies already in use by other app
14093         domains.
14095 2007-07-24  Rodrigo Kumpera  <rkumpera@novell.com>
14097         * class.c (mono_bounded_array_class_get): fixed memory leak when 
14098         binding generic parameters.
14100 2007-07-24  Raja R Harinath  <rharinath@novell.com>
14102         * metadata.c (do_mono_metadata_parse_generic_class): Use
14103         mono_metadata_lookup_generic_class.  Don't g_assert on a metadata
14104         error.
14106 Tue Jul 24 15:15:19 CEST 2007 Paolo Molaro <lupus@ximian.com>
14108         * loader.c, class-internals.h, reflection.c: removed the per-method
14109         generics hashtable: we use the global one through the call of
14110         mono_class_inflate_generic_method ().
14112 Mon Jul 23 19:43:14 CEST 2007 Paolo Molaro <lupus@ximian.com>
14114         * class.c, metadata.c, class-internals.h: introduce yet another
14115         generics global cache for inflated methods (fixes 98% of the perf
14116         issue in bug #81806).
14118 2007-07-23  Raja R Harinath  <rharinath@novell.com>
14120         Fix #81035 -- avoid allocating MonoGenericInsts willy-nilly
14121         * metadata.c (mono_metadata_lookup_generic_inst): Kill.
14122         (mono_metadata_get_generic_inst): New.  Given a list of MonoType*,
14123         return a MonoGenericInst containing (a copy) of those types.
14124         (mono_metadata_inflate_generic_inst): Update to changes.
14125         (mono_metadata_parse_generic_inst): Likewise.
14126         (mono_get_shared_generic_inst): Likewise.
14127         * reflection.c (mono_class_bind_generic_parameters): Likewise.
14128         (mono_reflection_bind_generic_method_parameters): Likewise.
14129         * metadata-internals.h: Likewise.
14130         * icall.c (free_generic_context): Kill.
14131         (init_generic_context_from_args): Use mono_metadata_get_generic_inst.
14133         * reflection.c (reflection_methodbuilder_to_mono_method): Use
14134         mono_metadata_type_dup.
14135         * marshal.c (mono_mb_create_method): Likewise.
14137         * metadata.c (mono_metadata_type_dup): Rename from
14138         mono_metadata_type_dup_mp.  Take an optional mempool instead of a
14139         MonoImage.  Handle a few more cases, esp. when no mempool is given.
14140         * marshal.c, metadata-internals.h: Update to changes.
14142 Mon Jul 23 11:43:31 CEST 2007 Paolo Molaro <lupus@ximian.com>
14144         * class.c: fixed a small leak for array classes and removed warning.
14146 2007-07-22  Zoltan Varga  <vargaz@gmail.com>
14148         * loader.c (mono_method_get_param_token): Make this work on generic methods.
14149         Return 0x8000000 for return parameters. Fixes #82161.
14151 2007-07-21  Marek Habersack  <grendello@gmail.com>
14153         * appdomain.c (get_shadow_assembly_location): append the current
14154         ticks value to the path. Avoids overwriting the same assemblies by
14155         several threads at the same time.
14157 2007-07-20  Atsushi Enomoto  <atsushi@ximian.com>
14158         and Raja R Harinath  <rharinath@novell.com>
14160         * icall.c (ves_icall_MonoMethod_get_IsGenericMethodDefinition):
14161         Simplify slightly.
14162         (ves_icall_MonoMethod_GetGenericMethodDefinition): Update
14163         property for testing if a method is a generic method definition.
14165 2007-07-20  Atsushi Enomoto  <atsushi@ximian.com>
14167         * domain-internals.h : added 2.0 member fields to MonoAppDomainSetup.
14169 2007-07-19  Rodrigo Kumpera  <rkumpera@novell.com>
14171         * verify.c: used function from private branch, reverted to the one in class.h 
14173 2007-07-19  Rodrigo Kumpera  <rkumpera@novell.com>
14175         * verify.c: a typo slipped in and the code wont compile
14177 2007-07-19  Rodrigo Kumpera  <rkumpera@novell.com>
14179         * verify.c: now all code use IS_MANAGED_POINTER and UNMASK_TYPE macros.
14180         disabled box instruction as it is doing the wrong thing
14181         improved stack dump messages, now it is easier to debug type related issues
14184 2007-07-19  Juraj Skripsky  <js@hotfeet.ch>
14186         * icall.c (ves_icall_System_MonoType_getFullName): Fix a leak. 
14188 2007-07-19  Rodrigo Kumpera  <rkumpera@novell.com>
14190         * verify.c: changed MONO_TYPE_TYPEDBYREF stack type from 
14191         TYPE_COMPLEX to TYPE_PTR, it did not make any sense to be
14192         grouped with class and valuetype. This change will simply 
14193         the code as it should be handled just like unmanaged pointers.
14195 2007-07-19  Mark Probst  <mark.probst@gmail.com>
14197         * class.c (concat_two_strings_with_zero): Fixed a silly bug.
14199 2007-07-19  Rodrigo Kumpera  <rkumpera@novell.com>
14201         * verify.c: several stack merge issues fixed, reference comparisons now
14202         check the type size. strict type check now works correctly.
14203         added more uses of IS_MANAGED_POINTER macro.
14204         fixed issues pointed by running the test suite against .net.
14205         
14207 2007-07-19  Mark Probst  <mark.probst@gmail.com>
14209         * class.c, loader.c, class-internals.h: Removed the
14210         MonoLoaderErrorKind enum and replaced it with the MONO_EXCEPTION_
14211         defines.
14213         * icall.c: Better error checking in some internal reflection
14214         methods.
14216 2007-07-18  William Holmes  <billholmes54@gmail.com>
14218         * filewatcher.c : removed unused variable 'filename' in 
14219           ves_icall_System_IO_FSW_SupportsFSW
14221 Mon Jul 16 19:36:16 CEST 2007 Paolo Molaro <lupus@ximian.com>
14223         * reflection.c, class.c, icall.c, loader.c: mono_get_inflated_method () is
14224         obsolete, removed.
14226 2007-07-15  Zoltan Varga  <vargaz@gmail.com>
14228         * icall.c (ves_icall_System_Reflection_FieldInfo_GetTypeModifiers): New icall.
14229         
14230         * icall.c (ves_icall_System_Reflection_Module_ResolveSignature): New icall.
14232 2007-07-14  Zoltan Varga  <vargaz@gmail.com>
14234         * icall.c (ves_icall_System_Reflection_Module_ResolveMethodToken): 
14235         Implement generics support.
14236         (ves_icall_System_Reflection_Module_ResolveFieldToken): Ditto.
14238         * icall.c (ves_icall_System_Reflection_Module_ResolveTypeToken): Add new
14239         type_args and method_args arguments.
14240         (ves_icall_System_Reflection_Module_ResolveMethodToken): Ditto.
14241         (ves_icall_System_Reflection_Module_ResolveFieldToken): Ditto.
14242         (ves_icall_System_Reflection_Module_ResolveMemberToken): Ditto.
14244 2007-07-13  Rodrigo Kumpera  <rkumpera@novell.com>
14246         * reflection.c: patch from Thong Nguyen to fix atribute resolution.
14247           It adds a rootimage parameter to mono_reflection_get_type_internal,
14248           adds new function mono_reflection_get_type_with_rootimage and use
14249           the rootimage to resolve the types instead of the current image
14251 2007-07-13  Rolf Bjarne Kvinge  <RKvinge@novell.com>
14253         * culture-info-table.h: Forgot to update after r78304.
14255 2007-07-13  Raja R Harinath  <rharinath@novell.com>
14257         * class.c (mono_class_is_open_constructed_type)
14258         <MONO_TYPE_GENERICINST>: Don't recompute a computed field.
14260 2007-07-12  Rodrigo Kumpera  <rkumpera@novell.com>
14262         * class.c (mono_bounded_array_class_get):  method fails if used with
14263         an incomplete TypeBuilder enum (no basetype field), fixed it by 
14264         avoiding calculating the size for such array as it cannot be instantiated.
14265         Fix bug #82015
14267 2007-07-12  Raja R Harinath  <rharinath@novell.com>
14269         * class-internals.h (_MonoGenericInst::is_reference): Remove bogus
14270         field.
14271         * metadata.c, reflection.c: Update to changes.
14273 2007-07-11  Rodrigo Kumpera  <rkumpera@novell.com>
14275         * class.c, class-internal.h: added mono_type_is_valid_enum_basetype and
14276         mono_class_is_valid_enum, they are used to valide a enum when loading.
14277         * reflection.c: used new functions to throw TypeLoadException when and
14278         invalid enum is build with TypeBuilder. Fixes #82018
14279   
14280 Wed Jul 11 14:47:07 CEST 2007 Paolo Molaro <lupus@ximian.com>
14282         * object.c: forgot commit of mono_class_setup_methods () to access
14283         iface->methods.
14284         * object-internals.h: added a few more handy fields to
14285         MonoIMTCheckItem.
14287 2007-07-11  Zoltan Varga  <vargaz@gmail.com>
14289         * object.c (build_imt): Call mono_class_setup_methods () before accessing 
14290         iface->methods.
14292 Tue Jul 10 16:49:01 CEST 2007 Paolo Molaro <lupus@ximian.com>
14294         * class-internals.h, object-internals.h, object.c: IMT-based
14295         interface invocation core from Massimiliano Mantione
14296         (massi@ximian.com) with a reworked arch-specific interface,
14297         bsearch implementation and a few bugfixes and memory savings by me.
14299 2007-07-10  Rodrigo Kumpera  <rkumpera@novell.com>
14301         * class.c (mono_class_create_from_typedef): mono would segfault if 
14302         an enum did not have a __value field. It now throws a TypeLoadException
14303         for such cases. Fix bug #82022
14305 2007-07-10  Zoltan Varga  <vargaz@gmail.com>
14307         * marshal.c (mono_marshal_string_to_utf16_copy): Fix allocation size.
14309 2007-07-09  Mark Probst  <mark.probst@gmail.com>
14311         * class.c (mono_class_init): If a class is already inited but has
14312         an exception_type set, return FALSE, not TRUE.  Fixes: 82050.
14314 2007-07-09  Mark Probst  <mark.probst@gmail.com>
14316         * class.c: Properly handle the case of an unimplemented interface
14317         method.  Fixes: 81673.
14319 Mon Jul 9 16:21:43 CEST 2007 Paolo Molaro <lupus@ximian.com>
14321         * class-internals.h, object.c: cleanup patch from massi: use
14322         MonoVTable->interface_bitmap since the vtable interfaces offset array
14323         is going away.
14325 2007-07-10  Zoltan Varga  <vargaz@gmail.com>
14327         * icall-def.h icall.c: Remove Module:get_MDStreamVersion icall and add a new
14328         GetMDStreamVersion icall instead.
14330 Mon Jul 9 11:34:17 CEST 2007 Paolo Molaro <lupus@ximian.com>
14332         * filewatcher.c: patch from Thong Nguyen <tum@veridicus.com> to
14333         not use mono_dl_build_path() with a full library name: makes
14334         fallbacks to libgaim and libfam work.
14336 2007-07-06  William Holmes  <billholmes54@gmail.com>
14338         * assembly.c: Added a continue statement in probe_for_partial_name when
14339          parse_assembly_directory_name fails.  Fixes : 82002
14341 2007-07-06  Rodrigo Kumpera  <rkumpera@novell.com>
14343         * verify.c (check_unmanaged_pointer_type): renamed to check_unverifiable_type
14344         and added a verification  for TYPEDBYREF.
14345         * verify.c (verify_stack_type_compatibility): fix handling of byref types,
14346         make native int interchangeable with int32 and some small cleanup and formating.
14347         * verify.c (push_arg): only ldarg on invalid argument is valid (but not verifiable) and
14348         handle byref of byref.
14349         * verify.c (push_local): handle byref of byref.
14350         * verify.c (do_binop): invalid mix of values is unverifiable
14351         * verify.c (do_invoke_method): fixed the handling of bad params on stack and
14352         added visibility checks
14353         * verify.c (field related method): added visibility checks
14354         * verify.c (do_push_field): cannot take the address of a temporary valuetype field
14356 2007-07-06  Zoltan Varga  <vargaz@gmail.com>
14358         * marshal.c (mono_marshal_string_to_utf16_copy): Null terminate the
14359         string.
14361 2007-07-05  Zoltan Varga  <vargaz@gmail.com>
14363         * profiler.c (mono_profiler_load): Fix an off-by-one error.
14365         * marshal.c (emit_marshal_string): When returning a string from managed code,
14366         allways make a copy even for unicode strings. Fixes #81990.
14368 Wed Jul 4 11:53:57 CEST 2007 Paolo Molaro <lupus@ximian.com>
14370         * object.c: cleaned up mono_runtime_invoke_array () and fixed handling
14371         of byref generic inst types (bug #81997).
14373 2007-07-03  Rodrigo Kumpera  <rkumpera@novell.com>
14375         * class.c: moved methods mono_method_can_access_field and mono_method_can_access_method from mini/mini.c
14376         * class.h: added declarations of mono_method_can_access_field() and mono_method_can_access_method()
14378 2007-07-02  Zoltan Varga  <vargaz@gmail.com>
14380         * marshal.c (emit_marshal_string): Add support for unicode strings in
14381         MARSHAL_ACTION_MANAGED_CONV_RESULT. Fixes #81990.
14383 2007-07-02 Rodrigo Kumpera  <rkumpera@novell.com>
14385         * verify.c: field load/store are now verified, missing only access checks now
14387 2007-06-28  Martin Baulig  <martin@ximian.com>
14389         * mono-debug.c (mono_debug_debugger_version): New public variable.
14391 2007-06-24  Gert Driesen  <drieseng@users.sourceforge.net>
14393         * locales.c: When constructing DateTimeFormat or NumberFormat for
14394         MonoCultureInfo, inherit readonly bit from MonoCultureInfo. The
14395         MonoCultureInfo contructed from the current locale is always
14396         read-only and has UseUserOverride set to true. All MonoCultureInfo
14397         instances returned for GetCultures have both IsReadOnly and
14398         UseUserOverride set to true. Fixes part of bug #81930.
14400 2007-06-22  Jonathan Chambers  <joncham@gmail.com>
14402        * icall-def.h: Update System.__ComObject icalls
14403        * marshal.c: Avoid managed transition (and object creation)
14404        when looking up COM interface in RCW.
14405        * marshal.h: Ditto.
14406        
14407        Code is contributed under MIT/X11 license.
14409 2007-06-22  Zoltan Varga  <vargaz@gmail.com>
14411         * marshal.c (mono_marshal_get_runtime_invoke): Cache in the method image for now
14412         to avoid crashes during assembly unloading.
14414 2007-06-22  Raja R Harinath  <rharinath@novell.com>
14416         Fix MethodInfo.IsGenericMethodDefinition
14417         * reflection.c (mono_reflection_bind_generic_method_parameters):
14418         Rearrange code to ensure we always uses a generic method definition.
14419         * class.c (mono_class_inflate_generic_method_full): Set
14420         'generic_container' field only for generic method definitions.
14421         * icall.c (ves_icall_MonoMethod_get_IsGenericMethodDefinition):
14422         Use presense of 'generic_container' field as indication of being a
14423         generic method definition.
14425 2007-06-21  Zoltan Varga  <vargaz@gmail.com>
14427         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
14429         * object-internals.h: Reflect changes in the layout of the managed Delegate
14430         class.
14431         
14432         * object-internals.h reflection.c icall-def.h: Applied patch from Robert
14433         Jordan (robertj@gmx.net). Add a dtor to dynamic methods which frees up the
14434         runtime memory used by the dynamic method. Fixes #77146.
14436 2007-06-21  Dick Porter  <dick@ximian.com>
14438         * file-io.h: 
14439         * file-io.c (convert_share): Cope with FileShare.Delete.  Patch
14440         from Wojtek Krawczyk <krawczyk.wojciech@gazeta.pl>, fixes bug
14441         81767.
14443 2007-06-21  Raja R Harinath  <rharinath@novell.com>
14445         * reflection.c (method_encode_methodspec): Add a tripwire.
14446         * class.c (inflate_generic_type): The fully open generic type is
14447         not the same as the generic type definition.
14449 2007-06-21  Martin Baulig  <martin@ximian.com>
14451         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 59.
14453         * mono-debug-debugger.h
14454         (MonoDebuggerBreakpointInfo): Removed.
14455         (mono_debugger_insert_breakpoint_full): Moved to ../mini/debug-mini.h.
14456         (mono_debugger_remove_breakpoint): Likewise.
14457         (mono_debugger_breakpoint_callback): Likewise.
14458         (mono_debugger_start_add_type): Renamed into mono_debugger_add_type().
14460 2007-06-21  Raja R Harinath  <rharinath@novell.com>
14462         * metadata.c (mono_metadata_lookup_generic_class): The fully open
14463         generic type is not the same as the generic type definition.
14464         * class.c (mono_generic_class_get_class): Likewise.
14466 2007-06-20  Geoff Norton  <gnorton@customerdna.com>
14468         * icall.c: The second argument to 
14469         System.Reflection.MethodBase.GetMethodFromHandleInternalType
14470         is a MonoType not a MonoClass.
14472 2007-06-20  Rodrigo Kumpera  <kumpera@gmail.com>
14474         * verify.c: support for function pointers in the verifier
14476 2007-06-20  Rodrigo Kumpera  <kumpera@gmail.com>
14478         * verify.c: unmanaged pointer verification checks (loading unmanaged pointers is unverifiable)
14480 Wed Jun 20 10:22:15 CEST 2007 Paolo Molaro <lupus@ximian.com>
14482         * assembly.c: removed Mono.Data.SqliteClient from the list of
14483         forward-compatible assemblies as it breaks the ABI (bug #81899).
14485 2007-06-19  Raja R Harinath  <rharinath@novell.com>
14487         * metadata.c (mono_metadata_lookup_generic_class): Protect cache
14488         lookup/update with the loader lock.
14489         * reflection.c (mono_class_bind_generic_parameters): No need to
14490         protect mono_metadata_lookup_* with the loader lock.
14491         * class.c (inflate_generic_type): Likewise.
14492         
14493         * metadata.c (ginst_in_image): Avoid mono_class_from_mono_type
14494         on a generic instantiated type.
14496 2007-06-18  Rodrigo Kumpera <kumpera@gmail.com>
14498         *verify.c: produce meanfull error messages on verification error
14499         *verify.c: fixed some cases of verification errors reported as validation errors
14500         *pedump.c: fixed the error name array, now it shows validation errors properly
14501         *verify.h: fixed the contant that should be used for verification errors
14503 Mon Jun 18 17:07:22 CEST 2007 Paolo Molaro <lupus@ximian.com>
14505         * metadata.c, image.c, metadata-internals.h: part of the fixes needed
14506         for bug #77596, 81858 and 80743 (generics data structures on domain
14507         unload).
14509 2007-06-15  Raja R Harinath  <rharinath@novell.com>
14511         Avoid allocating 'MonoGenericContext' on the heap.
14512         * class-internals (_MonoMethodInflated::context): Make field
14513         inline, not a pointer.
14514         * loader.c (method_from_methodspec): Allocate 'new_context' on the
14515         stack.  Use the context embedded within the inflated method as the
14516         hash key, rather than 'new_context'.
14517         * class.c (inflate_generic_context): Simplify.  Return a struct
14518         rather than allocating on the heap.
14519         (mono_class_inflate_generic_method_full): Update to changes.  Now,
14520         doesn't salt away a copy of the context -- simplifying the
14521         lifetime rules of a 'MonoGenericContext *'.
14522         (mono_method_get_context): Return pointer to embedded context.
14523         (setup_generic_array_ifaces): Allocate temporary context on stack.
14524         * reflection.c (inflate_mono_method): Likewise.
14525         (mono_reflection_bind_generic_method_parameters): Likewise.
14526         Use the context embedded within the inflated method as the hash key.
14528         Avoid a source of allocation of 'MonoGenericContext'.
14529         * class-internals.h (_MonoGenericClass::context): Combine 'inst'
14530         and 'cached_context' fields into embedded 'MonoGenericContext' field.
14531         * class.c: Update to changes.
14532         (mono_generic_class_get_context): Simplify drastically.  Now just
14533         returns a pointer to the field.
14534         * metadata-internals.h (mono_metadata_generic_context_hash): Mark
14535         argument as a const pointer.
14536         (mono_metadata_generic_context_equal): Likewise.
14537         * metadata.c, loader.c, icall.c, reflection.c, verify.c:
14538         Update to changes.
14540 2007-06-14  Rodrigo Kumpera  <kumpera@gmail.com>
14542         * verify.c improved the handling of brtrue/brfalse, factored out common code
14544 2007-06-14  Raja R Harinath  <rharinath@novell.com>
14546         Kill MonoGenericMethod.
14547         * class-internals.h (MonoGenericContext::method_inst): Rename from
14548         'gmethod' and convert to a MonoGenericInst.
14549         (MonoGenericMethod): Remove.
14550         * metadata.h (MonoGenericMethod): Note that the name is obsolete.
14551         * loader.c (method_from_methodspec): Update to changes.  Use a
14552         MonoGenericContext as the key to the hashtable.
14553         * metadata.c (mono_metadata_generic_context_equal): Rename from 
14554         'mono_metadata_generic_method_equal' and take MonoGenericContext.
14555         (mono_metadata_generic_context_hash): Likewise from
14556         'mono_metadata_generic_method_hash'.  Change hash function.
14557         (mono_metadata_load_generic_params): Update to changes.
14558         (mono_get_shared_generic_method): Remove.
14559         * metadata-internals.h (mono_get_shared_generic_method): Remove.
14560         * class.c (inflate_generic_type) [MONO_TYPE_MVAR]: Update to changes.
14561         (inflate_generic_context): Likewise.
14562         (mono_class_inflate_generic_method_full): Likewise.
14563         (setup_generic_array_ifaces): Likewise.
14564         (mono_class_create_from_typespec): Likewise.
14565         * reflection.c (encode_generic_method_sig): Take a MonoGenericContext.
14566         (method_encode_methodspec): Update callsite.
14567         (reflection_methodbuilder_to_mono_method): Update to changes.
14568         (mono_reflection_bind_generic_method_parameters): Likewise.  Use a
14569         MonoGenericContext as the key to the hashtable.
14570         (inflate_mono_method): Update to changes.
14572         * class-internals.h (MonoGenericMethod::container): Remove.
14573         * class.c, loader.c, metadata.c, reflection.c: Update to changes.
14575 Thu Jun 14 12:40:05 CEST 2007 Paolo Molaro <lupus@ximian.com>
14577         * profiler-private.h, profiler.c, profiler.h: added API to profile
14578         exception events.
14580 2007-06-13  Rodrigo Kumpera  <kumpera@gmail.com>
14582         * verify.c: Fixed pointer type handling, some code and message formating and two invalid assigments 
14584 2007-06-13  Rodrigo Kumpera  <kumpera@gmail.com>
14586         * verify.c: method invocation is now validated, now we verify parameter types on stack.
14587         Fixed overflow and underflow not aborting the verification process.
14589 2007-06-13  Mark Probst  <mark.probst@gmail.com>
14591         * class-internals.h (MonoStats): Added stats entries for dynamic
14592         code allocations.
14594 2007-06-12  Zoltan Varga  <vargaz@gmail.com>
14596         * loader.c (mono_free_method): Free header->locals and header->clauses.
14598         * marshal.c (mono_mb_create_method): Make a copy of the locals as well in the
14599         dynamic case.
14601         * threads.c (mono_thread_get_stack_bounds): Fix memory leak.
14603         * class.c (setup_interface_offsets): Allocate memory from the image mempool.
14605 2007-06-12  Raja R Harinath  <rharinath@novell.com>
14607         * verify.c (TYPE_MAX): Set it to 8 to match the dimensions of all
14608         the tables.
14610 2007-06-11  Rodrigo Kumpera  <kumpera@gmail.com>
14612         *pedump.c (main): return error code 4 if assembly cannot be loaded instead of segfaulting
14614 2007-06-11  Raja R Harinath  <harinath@gmail.com>
14616         MonoGenericMethod on a diet
14617         * class-internals.h (_MonoMethodInflated::reflection_info): Move
14618         here ...
14619         (_MonoGenericMethod::reflection_info): ... from here.
14620         * icall.c (ves_icall_MonoMethod_GetGenericMethodDefinition):
14621         Update to changes.
14622         * reflection.c (inflate_mono_method): Likewise.
14623         (mono_reflection_bind_generic_method_parameters): Likewise.
14625 2007-06-11  Rodrigo Kumpera  <kumpera@gmail.com>
14627         *verify.c: all debu printf statements are now guarded by VERIFY_DEBUG
14628         *verify.c: factored long ldarg forms to share code with short forms
14630 2007-06-11  Rodrigo Kumpera  <kumpera@gmail.com>
14632         *verify.c: fixed code formating factored some duplicate code
14633         into a new function
14635         *verify.h: fixed binary incompatibility introduced earlier
14637         *pedump.c: fixed formating
14639 2007-06-11  Raja R Harinath  <harinath@gmail.com>
14641         Fix assertion when disassembling Mono.C5.dll
14642         * loader.c (method_from_methodspec): Avoid inflating a method
14643         twice with the same context.  If the methodref is inflated, use
14644         the declaring method instead.
14646         * class.c (mono_class_from_generic_parameter): Fix case similar to
14647         bug #81830 handled below, but for method containers.
14649 2007-06-10  Raja R Harinath  <harinath@gmail.com>
14651         * class.c (inflate_generic_type) [MONO_TYPE_CLASS]: Don't call
14652         get_shared_generic_class.  Directly inflate the instance.
14653         [MONO_TYPE_GENERICINST]: Inline inflate_generic_class.
14654         (inflate_generic_class): Delete.
14655         (get_shared_generic_class): Delete.  Move setting of
14656         'cached_class' and 'cached_context' ...
14657         * metadata.c (mono_metadata_lookup_generic_class): ... here.
14659         * metadata.c (mono_metadata_lookup_generic_class): Change
14660         signature to take the components of a MonoGenericClass rather than
14661         an allocated MonoGenericClass.  Change semantics to be intern-like.
14662         * reflection.c (mono_class_bind_generic_parameters): Update to
14663         changes.  Make locking region tighter.
14664         * class.c (inflate_generic_class): Update to changes.
14665         (get_shared_generic_class): Likewise.
14666         * metadata-internals.h: Likewise.
14668         * reflection.c (mono_class_bind_generic_parameters): Take and
14669         return a MonoClass*, not a MonoType*.  Add 'is_dynamic' parameter.
14670         (mono_reflection_bind_generic_parameters): Use
14671         'mono_class_bind_generic_parameters' rather than duplicate the code.
14672         * class.c (mono_bounded_array_class_get): Update to changes.
14673         * object-internals.h: Likewise.
14675         * reflection.c (mono_class_bind_generic_parameters): Only support
14676         parameterizing generic type definitions.  Remove support for other
14677         open types.
14679 2007-06-08  Zoltan Varga  <vargaz@gmail.com>
14681         * loader.c (mono_free_method): Free method->signature as well. Fixes #81832.
14683         * marshal.c (mono_marshal_get_managed_wrapper): Allocate the signature using malloc
14684         in the dynamic case.
14686 2007-06-08  Gert Driesen  <drieseng@users.sourceforge.net>
14688         * threads.c: When cleaning up thread, reset the Background bit.
14689         Fixes bug #81720.
14691 2007-06-08  Jonathan Chambers  <joncham@gmail.com>
14693        * metadata.c: Move variable declarations to top of scope.
14694        * verify.c: Move variable declarations to top of scope.
14696        Code is contributed under MIT/X11 license.
14698 2007-06-08  Raja R Harinath  <rharinath@novell.com>
14700         * reflection.c (mono_class_bind_generic_parameters): Replace
14701         open-coded loop with mono_metadata_inflate_generic_inst.
14703         * class.c (get_shared_generic_class): Don't call
14704         mono_get_shared_generic_inst.  Use the container's own
14705         'class_inst'.
14707         * metadata.c (mono_metadata_load_generic_params): Move
14708         initialization of 'context' field here from ...
14709         * class.c (mono_class_create_from_typedef): ... here, and ...
14710         * loader.c (mono_get_method_from_token): ... here.
14712         * class.c (get_shared_generic_class): Rename from
14713         mono_get_shared_generic_class and make static.
14714         (mono_get_shared_generic_inst): Move to metadata.c.
14715         * loader.c (mono_get_shared_generic_method): Likewise.
14716         * class-internals.h, metadata-internals.h: Update to changes.
14718         Fix #81830
14719         * class.c (mono_class_from_generic_parameter): Don't assume a
14720         generic container owner exists.  Generic containers from monodis
14721         don't have any.
14723 2007-06-06  Rodrigo Kumpera  <kumpera@gmail.com>
14725         * pedump.c: pedump exists with 2 if assembly is not verifiable and 3 if invalid
14726         * verify.h: new typedefs to returns the non-verifiable status
14727         * verify.c: initial implementation of generics, stack merging and object compatibility check
14729 2007-06-06  Mark Probst  <mark.probst@gmail.com>
14731         * class.c, image.c, class-internals.h (MonoImage): class_cache is
14732         a MonoInternalHashTable again (fixed bug in internal hash table
14733         code).
14735 2007-06-06  Mark Probst  <mark.probst@gmail.com>
14737         * domain.c, domain-internals.h (MonoDomain): jit_code_hash is a
14738         MonoInternalHashTable again (fixed bug in internal hash table
14739         code).
14741 2007-06-06  Mark Probst  <mark.probst@gmail.com>
14743         * class.c, image.c, class-internals.h, domain.c,
14744         domain-internals.h (MonoImage): Reverting MonoInternalHashTable
14745         changes.  Have to figure out what makes them break the SWF
14746         regression.
14748 2007-06-04  Mark Probst  <mark.probst@gmail.com>
14750         * class.c, image.c, class-internals.h (MonoImage): class_cache is
14751         a MonoInternalHashTable now.
14753 2007-06-04  Mark Probst  <mark.probst@gmail.com>
14755         * domain.c, domain-internals.h (MonoDomain): jit_code_hash is a
14756         MonoInternalHashTable now.
14758 2007-05-31  Zoltan Varga  <vargaz@gmail.com>
14760         * domain-internals.h (MonoDomain): Add two new hash tables to store delegate
14761         invoke_impl code.
14763         * object-internals.h (_MonoDelegate): Reflect changes to managed object layout.
14765         * object.c (mono_delegate_ctor): Initialize invoke_impl field with an arch
14766         dependent trampoline.
14768         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
14770         * icall.c (ves_icall_System_Delegate_SetMulticastInvoke): New icall.
14772 2007-05-29  Robert Jordan  <robertj@gmx.net>
14774         * marshal.[c|h]: add mono_win32_compat_* wrappers. Fixes #81754.
14776 2007-05-28  Zoltan Varga  <vargaz@gmail.com>
14778         * icall.c (ves_icall_get_method_info): Handle loader errors. Fixes #81724.
14780 2007-05-25  Jonathan Chambers  <joncham@gmail.com>
14782        * marshal.c: Fix interface lookup loops for
14783        cominterop_get_com_slot_for_method and 
14784        cominterop_get_method_interface. Only need to lookup
14785        if type is a class, else use interface type method is on.
14787        Code is contributed under MIT/X11 license.
14789 2007-05-25  Sebastien Pouliot  <sebastien@ximian.com>
14791         * reflection.c: HasSecurity can be present even if no specially 
14792         encoded (CAS) attributes are available (e.g. SuppressUnmanagedCode
14793         SecurityAttribute). Fix CAS regression tests on buildbot.
14795 2007-05-24  Jonathan Chambers  <joncham@gmail.com>
14797        * appdomain.c: Add configure checks for header files.
14798        * image.c: Add configure checks for header files.
14799        * file-io.c: Add configure checks for header files.
14800        * debug-mono-symfile.c: Add configure checks for header files.
14801        * threadpool.c: Add configure checks for header files.
14802        * console-io.c: Add configure checks for header files.
14803        * profiler.c: Add configure checks for header files.
14804        * rawbuffer.c: Add configure checks for header files.
14805        * icall.c: Add configure checks for header files.
14806        * rand.c: Add configure checks for header files.
14807        * socket-io.c: Add configure checks for header files.
14809        Code is contributed under MIT/X11 license.
14811 2007-05-24  Zoltan Varga  <vargaz@gmail.com>
14813         * reflection.c (mono_custom_attrs_from_builders): Remove the 
14814         assertion as it breaks the build.
14815         
14816         * reflection.c (mono_custom_attrs_from_builders): Add an assertion.
14818         * reflection.c (lookup_custom_attr): Make a copy here too.
14820         * image.c (mono_image_check_for_module_cctor): Avoid accessing metadata in
14821         dynamic images.
14823         * class.c (mono_class_init): Avoid accessing the metadata in dynamic
14824         images.
14826         * reflection.c (mono_custom_attrs_from_param): Make a copy of the dynamic attr
14827         info.
14829 2007-05-22  Zoltan Varga  <vargaz@gmail.com>
14831         * reflection.c (encode_cattr_value): Fix yet another object cattr encoding issue.
14832         (load_cattr_value): Ditto.
14834 2007-05-20  Zoltan Varga  <vargaz@gmail.com>
14836         * marshal.c (mono_marshal_get_delegate_invoke): Improve the generated IL a little.
14838 2007-05-19  Gert Driesen  <drieseng@users.sourceforge.net>
14840         * threads.c: In "start_wrapper", set apartment_state to MTA if
14841         apartment_state is Unknown and we're running on 2.0 profile or
14842         higher.
14843         * object.c: In "mono_runtime_exec_main", if STAThread is not applied
14844         to main method, then set apartment_state to Unknown on 1.0 profile,
14845         and MTA on 2.0 profile.
14847 2007-05-16  Jb Evain  <jb@nurv.fr>
14849         * class-internals.h (MonoDefaults): Add an attribute_class and
14850           customattribute_data_class.
14851         * domain.c (mono_init_internal): Populate them.
14852         * reflection.c: Use them to remove duplicates. Make a vew
14853         MonoClass variables `static'.
14855 2007-05-15  Massimiliano Mantione  <massi@ximian.com>
14857         * class-internals.h: Added "MonoVTable.interface_bitmap" as a next
14858         step in implementing IMT, so that all isinst checks now can go
14859         through the bitmap.
14860         This was needed because vtables for TransparentProxy need to look
14861         like the vtable of the "target" class, so they need to point to
14862         its interface bitmap directly.
14864         * object.c: inside "mono_class_create_runtime_vtable" and
14865         "mono_class_proxy_vtable", initialize "MonoVTable.interface_bitmap".
14867 2007-05-15  Atsushi Enomoto  <atsushi@ximian.com>
14869         * object-internals.h
14870           culture-info.h : added territory field in MonoCulture and
14871           CultureInfoEntry foreach. Added lcid field in RegionInfoEntry.
14872         * locales.c : fill territory field above too.
14873         * culture-info-table.h : regenerated.
14875 2007-05-12  Zoltan Varga  <vargaz@gmail.com>
14877         * class-internals.h (_MonoGenericContainer): Widen type_argc filed to 31 bits.
14878         Fixes #81599.
14880 2007-05-11  Jonathan Chambers  <joncham@gmail.com>
14882         * object.c: Always initialize apartment, even if 
14883         there is no custom attributes on entry point.
14884         
14885         Code is contributed under MIT/X11 license.
14887 2007-05-10  Jonathan Chambers  <joncham@gmail.com>
14889         * marshal.c: LPTSTR == LPWSTR on Win32. Fixes #81370.
14890         * metadata.c: If no encoding is set, check for unicode
14891         on class.
14892         
14893         Code is contributed under MIT/X11 license.
14895 2007-05-09  Jonathan Chambers  <joncham@gmail.com>
14897         * threads.c: Handle if mono_thread_current returns NULL 
14898         
14899         Code is contributed under MIT/X11 license.
14901 2007-05-09  Jonathan Chambers  <joncham@gmail.com>
14903         * threads.c: Initialize Thread.AprtmentState and set on Thread.Start
14904         in start_wrapper. Added mono_thread_init_apartment_state and
14905         mono_thread_cleanup_apartment_state.
14906         * object.c: Initialize thread apartment state on main thread
14907         by checking for STAThreadAttribute on entry point.
14908         * object-internals.h: Add apartment_state field to MonoThread.
14909         * threads-types.h: Add unmanaged definition of 
14910         System.Threading.ApartmentState, MonoThreadApartmentState.
14911         
14912         Code is contributed under MIT/X11 license.
14913         
14914 2007-05-08  Jonathan Chambers  <joncham@gmail.com>
14916         * class.c: Fix windows build.
14917         * class-internals.h: Fix windows build.
14918         
14919         Code is contributed under MIT/X11 license.
14921 2007-05-08  Robert Jordan  <robertj@gmx.net>
14923         * process.c (CreateProcess_internal):
14924         Pass CREATE_NO_WINDOW to CreateProcess when ProcessStartupInfo
14925         .CreateNoWindow was specified. Fixes #81496.
14927 2007-05-08  Massimiliano Mantione  <massi@ximian.com>
14929         * class-internals.h: Removed "MonoClass.interface_offsets" as a first
14930         step in implementing IMT, replaced it with two compact arrays
14931         (interfaces_packed and interface_offsets_packed) and a bitmap that
14932         is used for isinst checks (interface_bitmap).
14934         * class.c: (compare_interface_ids): compare function to pass to
14935         bsearch when looking for an interface with a given id.
14936         (mono_class_interface_offset): reimplemented using bsearch on
14937         interfaces_packed, getting the offset from interface_offsets_packed.
14938         (print_implemented_interfaces): utility debugging function.
14939         (setup_interface_offsets): reworked to initialize interfaces_packed,
14940         interface_offsets_packed and interface_bitmap.
14942         * object.c: replaced all accesses to "MonoClass.interface_offsets"
14943         with uses of interfaces_packed and interface_offsets_packed.
14945 2007-05-08  Massimiliano Mantione  <massi@ximian.com>
14947         * class-internals.h: Added MONO_CLASS_IMPLEMENTS_INTERFACE macro and
14948         mono_class_interface_offset prototype to wrap all accesses to
14949         "MonoClass.interface_offsets".
14951         * class.c: Implemented mono_class_interface_offset, and wrapped all
14952         accesses to "MonoClass.interface_offsets".
14954         * monodiet.c, object.c, marshal.c, icall.c: wrapped all accesses to
14955         "MonoClass.interface_offsets".
14957 Tue May 8 13:02:09 CEST 2007 Paolo Molaro <lupus@ximian.com>
14959         * icall.c, icall-def.h: implemented new GetFieldFromHandle and
14960         GetMethodFromHandle overloads (bug #78637).
14962 Tue May 8 12:22:14 CEST 2007 Paolo Molaro <lupus@ximian.com>
14964         * assembly.c: parse ProcessorArchitecture in assembly name and ignore
14965         it for now (see mono-devel, from Marek Sieradzki <marek.sieradzki@gmail.com>).
14967 2007-05-01  Zoltan Varga  <vargaz@gmail.com>
14969         * icall.c (custom_attrs_get_by_type): Handle loading errors gracefully. Fixes
14970         #81498.
14972         * reflection.c (mono_reflection_get_custom_attrs_by_type): Handle loading errors
14973         gracefully.
14974         (mono_custom_attrs_from_index): Ditto.
14976         * icall.c (ves_icall_InternalInvoke): Allow calling ctors of abstract classes. 
14977         Fixes #81501.
14979 2007-04-30  Zoltan Varga  <vargaz@gmail.com>
14981         * metadata.c (mono_metadata_parse_type_full): Avoid an invalid free since the type
14982         is now allocated from a mempool.
14984 2007-04-28  Zoltan Varga  <vargaz@gmail.com>
14986         * threads.c (build_wait_tids): Do not call mono_monitor_enter () here since the
14987         caller holds threads_lock, leading to deadlocks. Fixes #81476.
14989 2007-04-26  Zoltan Varga  <vargaz@gmail.com>
14991         * loader.c (mono_loader_error_prepare_exception): Fix crash caused by calling
14992         mono_loader_clear_error () too late. Fixes #81463.
14994 2007-04-26  Atsushi Enomoto  <atsushi@ximian.com>
14996         * culture-info-table.h : regenerated.
14998 2007-04-25  Zoltan Varga  <vargaz@gmail.com>
15000         * appdomain.c (add_assemblies_to_domain): Fix crash when an assembly reference
15001         is missing.
15003 2007-04-25  Dick Porter  <dick@ximian.com>
15005         * Makefile.am: Put the mingw enforced-optimisation back into the
15006         PLATFORM_WIN32 section.
15008 2007-04-24  Zoltan Varga  <vargaz@gmail.com>
15010         * reflection.c (mono_image_load_module_dynamic): Fix crash introduced by previous
15011         patch.
15013         * image.c (mono_image_load_module): New API function to load a module reference.
15015         * image.c (load_modules): Load modules lazily. Fixes #80812.
15017         * class.c (mono_class_from_typeref): Use mono_image_load_module.
15018         
15019         * reflection.c (mono_image_load_module_dynamic): Copy image->modules_loaded too.
15021         * object-internals.h reflection.c icall-def.h (mono_image_load_module): Rename this 
15022         to mono_image_load_module_dynamic.
15024 2007-04-23  Jonathan Chambers  <joncham@gmail.com>
15026         * marshal.c: Fix calling convention for CCW on non-windows
15027         platforms. STDCALL on windows, CDECL everywhere else to work 
15028         with XPCOM and MainWin COM.
15029         
15030         Code is contributed under MIT/X11 license.
15032 2007-04-23  Martin Baulig  <martin@ximian.com>
15034         Fix #80969.
15036         * loader.c
15037         (method_from_memberref): Added `gboolean *used_context' argument.
15038         (mono_get_method_from_token): Likewise.
15039         (mono_get_method_full): Don't insert the method in the cache when
15040         `used_context' is true.
15042 2007-04-23  Raja R Harinath  <rharinath@novell.com>
15044         * monodiet.c (add_types_from_method): Fix "wrong type" warning.
15046         * reflection.c (mono_reflection_bind_generic_parameters): Don't
15047         create new MonoTypes for returned types.
15048         * class.c (mono_generic_class_get_class): Export mono-internal.
15049         * class-internals.h: Update to changes.
15051 Thu Apr 19 16:45:55 CEST 2007 Paolo Molaro <lupus@ximian.com>
15053         * threadpool.c, threadpool.h, icall-def.h: patch from
15054         Robert Jordan to implemnt ThreadPool.SetMaxThreads.
15056 2007-04-18  Zoltan Varga  <vargaz@gmail.com>
15058         * threads.c (mono_thread_get_stack_bounds): Fix windows build.
15059         
15060         * threads.c (mono_thread_get_stack_bounds): Remove an assert which can be triggered.
15062         * threads.c (mono_thread_get_stack_bounds): New helper function.
15064         * threads.c (mono_thread_attach): Applied patch from horst.reiterer@fabasoft.com.
15065         Correctly compute stack bounds when attaching. Fixes #81394.
15067 Wed Apr 18 18:28:41 BST 2007 Paolo Molaro <lupus@ximian.com>
15069         * reflection.c: fix handling of doubles in custom attributes
15070         for the arm-fpa format (bug #81368).
15072 2007-04-18  Raja R Harinath  <rharinath@novell.com>
15074         * reflection.c (assembly_add_win32_resources): Mildly relax an
15075         bounds check to let the end pointer point just past the end of the
15076         allocated buffer.  (may fix #81384)
15078 2007-04-17  Atsushi Enomoto  <atsushi@ximian.com>
15080         * culture-info-table.h : regenerated.
15082 2007-04-07  Zoltan Varga  <vargaz@gmail.com>
15084         * threads.c (start_wrapper): Call push_appdomain_ref () earlier to fix races where
15085         the thread is aborted early.
15087 2007-04-05  Dick Porter  <dick@ximian.com>
15089         * file-io.c (ves_icall_System_IO_MonoIO_GetFileSystemEntries): use
15090         FindFirstFile()/FindNextFile() to find entries.  This lets the
15091         io-layer versions use MONO_IOMAP compatibility helpers.  Fixes bug
15092         81038.
15094         * appdomain.c (MONO_CORLIB_VERSION): Increment, as the usage of
15095         the parameters of
15096         ves_icall_System_IO_MonoIO_GetFileSystemEntries() has changed.
15098 2007-04-04  Martin Baulig  <martin@ximian.com>
15100         * debug-helpers.c
15101         (mono_method_desc_full_match): Add support for nested classes.
15103 2007-04-02  Zoltan Varga  <vargaz@gmail.com>
15105         * marshal.c (cominterop_get_managed_wrapper_adjusted): Fix warnings.
15107 2007-04-01  Zoltan Varga  <vargaz@gmail.com>
15109         * threads.c (abort_appdomain_thread): Avoid handle leakage if we are
15110         waiting for too many threads.
15112 2007-03-28  Sebastien Pouliot  <sebastien@ximian.com>
15114         * environment.c: Fix return value check on uname so we can get the 
15115         executing version on Solaris operating systems.
15117 2007-03-28  Jb Evain  <jbevain@gmail.com>
15119         * class.c (mono_type_get_name_recurse): Complete the
15120         fix for the creation of assembly qualified names for
15121         pointer types. Fixes #81208.
15123 2007-03-27  Dick Porter  <dick@ximian.com>
15125         * appdomain.c (MONO_CORLIB_VERSION): Increment, as the signature
15126         of ves_icall_System_Threading_Mutex_ReleaseMutex_internal() has
15127         changed.
15129         * threads.c
15130         (ves_icall_System_Threading_Mutex_ReleaseMutex_internal): Return
15131         the value of ReleaseMutex().
15133 2007-03-27  Dick Porter  <dick@ximian.com>
15135         * socket-io.c (ipaddress_to_struct_in_addr): IPAddress is stored
15136         in little-endian order, not network endian, so must be converted
15137         to host endian here.  Fixes bug 80593.
15139 2007-03-22  Jb Evain  <jbevain@gmail.com>
15141         * class.c (mono_type_get_name_recurse): Fix the creation of assembly
15142         qualified names for pointer types. Fixes #81208.
15144 2007-03-21  Jonathan Chambers  <joncham@gmail.com>
15146         * marshal.c: Add support for PreserveSigAttribute. 
15147         
15148         Code is contributed under MIT/X11 license.
15150 2007-03-14  Zoltan Varga  <vargaz@gmail.com>
15152         * process.c: Fix endianness issues. Fixes #81126.
15154         * reflection.c (mono_reflection_create_dynamic_method): Fix the last change so
15155         multiple circular calls made from the same DynamicMethod work. Fixes #81141.
15157         * image.c (mono_image_lookup_resource): Make this work on big-endian
15158         machines.Change API contract so the caller needs to free the return value.
15159         
15160         * process.c (process_get_fileversion): Adapt to mono_image_lookup_resource ()
15161         API change.
15162         
15163 2007-03-14  Martin Baulig  <martin@ximian.com>
15165         * debug-helpers.c (mono_type_get_desc): In `MONO_TYPE_ARRAY', use
15166         mono_type_get_desc() as well.
15168 2007-03-13  Jonathan Chambers  <joncham@gmail.com>
15170         * icall.c:  Fix environ access in VS.  
15171         
15172 2007-03-13  Alp Toker  <alp@atoker.com>
15174         * icall.c (ves_icall_MonoType_GetElementType): For enums, return null
15175         rather than the underlying type. Based on a patch by Ben Maurer. Fixes
15176         #63841.
15178 2007-03-12  Zoltan Varga  <vargaz@gmail.com>
15180         * reflection.c (mono_reflection_create_dynamic_method): Add support for 
15181         circular references among dynamic methods. Fixes #81091.
15183         * object-internals.h (MonoReflectionDynamicMethod): Add 'referenced_by' field.
15185 2007-03-09  Martin Baulig  <martin@ximian.com>
15187         * reflection.c (encode_constant): Add support for MONO_TYPE_GENERICINST.
15189 2007-03-09  Jonathan Chambers  <joncham@gmail.com>
15191         * appdomain.c:  Fix shadow copy on Windows. Use g_snprintf instead
15192         of snprintf as it doesn't exist on Win32 (VS build); also for uniformity.  
15193         
15194         Code is contributed under MIT/X11 license.
15195         
15196 2007-03-09  Gert Driesen  <drieseng@users.souceforge.net>
15198         * loader.c: Reapply patch for bug #79424.
15200 2007-03-06  Zoltan Varga  <vargaz@gmail.com>
15202         * metadata.c (mono_type_to_unmanaged): Only convert object to
15203         MARSHAL_CONV_SAFEHANDLE on the 2.0 profile.
15205 Tue Mar 6 15:39:48 CET 2007 Paolo Molaro <lupus@ximian.com>
15207         * class-internals.h, class.c, metadata.c, reflection.c: removed unused
15208         (and incorrectly set) is_reference field from MonoGenericInst.
15210 2007-03-06  Zoltan Varga  <vargaz@gmail.com>
15212         * assembly.c (mono_assembly_load_from_full): Call mono_assemblies_unlock ()
15213         a little earlier.
15215         * icall.c (ves_icall_type_Equals): Rename this to ves_icall_System_Type_EqualsInternal.
15217         * icall-def.h: Rename Type:Equals to Type:EqualsInternal.
15219 2007-03-05  Miguel de Icaza  <miguel@novell.com>
15221         * file-io.c (ves_icall_System_IO_MonoIO_Open): Use the new
15222         FileOptions.1 value to mean "temporary", map that to
15223         FILE_ATTRIBUTE_TEMPORARY and use that to signal 600 permissions.
15225         Fixes 80688
15227 2007-03-03  Marek Habersack  <mhabersack@novell.com>
15229         * appdomain.c: implement MS .Net style shadow copying. Copies of
15230         the assemblies are made in a subdirectory of the dynamic base
15231         directory, the assembly names are preserved.
15232         Copy .mdb and .config files along with the assemblies being shadowed.
15234 2007-02-28  Zoltan Varga  <vargaz@gmail.com>
15236         * marshal.c (emit_object_to_ptr_conv): Emit valid IL for handling HandleRefs.
15237         (emit_marshal_handleref): Ditto.
15239         * profiler.c: Applied patch from Tor Lillqvist (tml@novell.com) to fix output
15240         on Visual C++. Fixes #80671.
15242 Wed Feb 28 16:53:40 CET 2007 Paolo Molaro <lupus@ximian.com>
15244         * boehm-gc.c, null-gc.c, object.h, object.c: sgen gc fixes
15245         for clone operations.
15247 2007-02-28  Zoltan Varga  <vargaz@gmail.com>
15249         * marshal.c: Fix warnings.
15251 Fri Feb 23 15:06:57 CET 2007 Paolo Molaro <lupus@ximian.com>
15253         * loader.c: allow case-insensitive matching of the dll name
15254         in dllmap handling when prefixed with "i:".
15256 2007-02-20  Jonathan Chambers  <joncham@gmail.com>
15258         * threads.c: Fix #ifdef for dummy_apc function for VS.
15260 Tue Feb 20 11:59:42 CET 2007 Paolo Molaro <lupus@ximian.com>
15262         * threads.c: don't throw in MemoryBarrier (), use lock/unlock.
15264 2007-02-19  Massimiliano Mantione  <massi@ximian.com>
15265         * class.c (mono_class_setup_vtable_general): Fix bug 75903,
15266         giving precedence to the methods with a fully qualified name
15267         (InterfaceName.MethodName) when building the interface sections
15268         of the vtable.
15270 2007-02-16  Dick Porter  <dick@ximian.com>
15272         * threadpool.c (append_job): Fix fast-path array handling, so it's
15273         less likely the array will grow exponentially when the load is
15274         heavy.
15276 Fri Feb 16 19:17:30 CET 2007 Paolo Molaro <lupus@ximian.com>
15278         * metadata-internals.h, loader.c: fix dllmap lookup order
15279         for non-function maps, too, and prepare for fallback code.
15281 2007-02-12  Robert Jordan  <robertj@gmx.net>
15283         * marshal.c, marshal.h, icall-def.h: rename mono_marshal_realloc
15284         to ves_icall_System_Runtime_InteropServices_Marshal_ReAllocHGlobal
15285         and use GlobalReAlloc on WIN32 to be in sync with GlobalAlloc,
15286         GlobalFree. Fixes a part of bug #77075.
15288 Mon Feb 12 21:10:07 CET 2007 Paolo Molaro <lupus@ximian.com>
15290         * loader.c: implemented typedef parent in field memberref.
15292 2007-02-11  Jonathan Chambers  <joncham@gmail.com>
15294         * marshal.c: Fix warnings and remember to call Release on
15295         IUnknown of RCW.
15296         
15297         Code is contributed under MIT/X11 license.
15299 2007-02-10  Miguel de Icaza  <miguel@novell.com>
15301         * class-internals.h: Add MonoHandleRef definition, and
15302         handleref_class to mono_defaults. 
15304         * metadata.c (mono_type_to_unmanaged): If we find HandleRefs in a
15305         structure, use new conversion MONO_MARSHAL_CONV_HANDLEREF.
15307         * marshal.c (emit_ptr_to_object_conv): Add support for HandleRefs
15308         (do nothing on this stage)
15309         (emit_object_to_ptr_conv): Extract the handle from the HandleRef.  
15310         (emit_marshal_handleref): New method, used for argument handling
15311         of HandleRefs. 
15313 2007-02-08  Jonathan Chambers  <joncham@gmail.com>
15315         * class.c (mono_class_setup_parent): Lazily init com types.
15316         * domain.c (mono_init_internal, mono_init_com_types): Lazily 
15317         init com types.
15318         * object.c (mono_remote_class_vtable): Lazily init com types.
15319         * class-internals.h: Add iunknown and idispatch to MonoDefaults.
15320         * object-internals.h: Add MonoComInteropProxy and MonoReflectionGuidAttribute.
15321         * domain-internals.h: Expose mono_init_com_types.
15322         * icall-def.h: Add icalls for ComInteropProxy, __ComObject, and Marshal.
15323         * marshal.c: Add mutex for cominterop use. Init locals for wrapper methods.
15324         Add support for COM Callable Wrapper marshalling.
15325         * marshal.h: Add icall definitions.
15326         * gc.c: Handle freeing of CCWs in finalizer code.
15327         
15328         Code is contributed under MIT/X11 license.
15330 Thu Feb 8 12:46:18 CET 2007 Paolo Molaro <lupus@ximian.com>
15332         * reflection.c: changed all the signature encoding code to use
15333         a variable-sized buffer.
15335 Wed Feb 7 20:37:23 CET 2007 Paolo Molaro <lupus@ximian.com>
15337         * marshal.c: locking fixes: never take the loader lock
15338         or other runtime locks when holding the marshal lock
15339         (fixes bug#80664).
15341 Wed Feb 7 18:49:10 CET 2007 Paolo Molaro <lupus@ximian.com>
15343         * marshal.c: make the delegate function pointer mapping
15344         work for the moving GC.
15346 Mon Jan 29 11:30:46 CET 2007 Paolo Molaro <lupus@ximian.com>
15348         * marshal.c: fix from Robert Jordan (robertj@gmx.net)
15349         for bug #80618.
15351 Fri Jan 26 12:49:23 CET 2007 Paolo Molaro <lupus@ximian.com>
15353         * image.h, loader.c, metadata-internals.h: use mono-dl instead of
15354         gmodule.
15356 Fri Jan 26 12:00:45 CET 2007 Paolo Molaro <lupus@ximian.com>
15358         * threadpool.c: made the code moving-GC safe.
15360 Thu Jan 25 20:31:41 CET 2007 Paolo Molaro <lupus@ximian.com>
15362         * assembly.c, boehm-gc.c, class-internals.h, class.c,
15363         debug-mono-symfile.c, domain.c, locales.c, marshal.c, metadata.c,
15364         monitor.c, mono-debug.c, mono-debug.h, object.c, profiler.c:
15365         warning cleanup.
15366         * reflection.c: warning cleanup, some threading and moving GC fixes.
15368 Thu Jan 25 16:22:36 CET 2007 Paolo Molaro <lupus@ximian.com>
15370         * class.c, loader.c: create the needed Set/Get/Address array methods
15371         as well as the .ctors in mono_class_init (), fixes bug #80567.
15373 2007-01-24  Zoltan Varga  <vargaz@gmail.com>
15375         * class.c (mono_class_layout_fields): When force-aligning a field, make sure
15376         we doesn't decrease its alignment. Should fix the sparc build.
15378 2007-01-24  Dick Porter  <dick@ximian.com>
15380         * socket-io.c
15381         (ves_icall_System_Net_Sockets_Socket_GetSocketOption_obj_internal):
15382         Create the returned object if we need to ignore an unsupported
15383         socket option.  Fixes a segfault reported by Atsushi.
15385 Tue Jan 23 18:09:21 CET 2007 Paolo Molaro <lupus@ximian.com>
15387         * class.c, object.c: restrict GC-tracked fields to
15388         UIntPtr fields used inside corlib, so we provide better
15389         type info to the GC and also allow broken packing as in
15390         bug #80580.
15392 Mon Jan 22 11:24:27 CET 2007 Paolo Molaro <lupus@ximian.com>
15394         * sgen-gc.c: removed duplicated function.
15396 2007-01-19  Miguel de Icaza  <miguel@novell.com>
15398         *  socket-io.c (convert_sockopt_level_and_name): return -2 as a
15399         value that means that the value is not supported, but that we
15400         should not return a failure, but instead report this as a
15401         successful operation.
15403 2007-01-19  Raja R Harinath  <rharinath@novell.com>
15405         Fix tests/bug79956.2.il
15406         * class.c (mono_type_get_underlying_type): Handle genericinst enums.
15407         (mono_generic_class_get_class): If the generic definition in an
15408         enum, copy over other fields related to it.
15410 Thu Jan 18 18:37:28 CET 2007 Paolo Molaro <lupus@ximian.com>
15412         * metadata.h: fix MONO_TYPE_ISSTRUCT() to not consider
15413         genericinst enums (bug #79215).
15415 2007-01-17  Massimiliano Mantione  <massi@ximian.com>
15416         * class.c: Fix bug 80307.
15418 Wed Jan 17 17:09:20 CET 2007 Paolo Molaro <lupus@ximian.com>
15420         * image.c: if the file table is not present, try to load
15421         all the modules, since we don't have info about them
15422         having or not metadata (bug #80517).
15423         * assembly.c: allow mono_assembly_load_references () to
15424         work for netmodules.
15426 Wed Jan 17 14:28:30 CET 2007 Paolo Molaro <lupus@ximian.com>
15428         * image.c, metadata-internals.h, object.c: execute module
15429         cctors when running on the 2 runtime if present (bug #80487).
15431 Tue Jan 16 15:32:53 CET 2007 Paolo Molaro <lupus@ximian.com>
15433         * icall.c: optimized InitializeArray() on bigendian.
15435 Tue Jan 16 13:18:51 CET 2007 Paolo Molaro <lupus@ximian.com>
15437         * icall.c: fix for the broken ARM FPA double format.
15439 Tue Jan 16 12:51:16 CET 2007 Paolo Molaro <lupus@ximian.com>
15441         * icall.c: handle endian issues for r4 and r8 types, too, in
15442         the InitializeArray() icall.
15444 2007-01-15  Miguel de Icaza  <miguel@novell.com>
15446         * loader.c (mono_loader_error_prepare_exception): Clear the error
15447         once we have extracted the information from it, do this before we
15448         call into the JIT's class loading mechanisms.
15450         * object.c (mono_class_create_runtime_vtable): Do not clear the
15451         loader error before calling mono_class_get_exception_for_failure
15452         as the loader error is needed inside
15453         mono_class_get_exception_for_failure to throw the error (thinko).
15455         Fixes #80521
15456         
15457 Mon Jan 15 10:27:31 CET 2007 Paolo Molaro <lupus@ximian.com>
15459         * reflection.c: align fields rva data so it's faster to load at
15460         runtime.
15462 2007-01-12  Raja R Harinath  <rharinath@novell.com>
15464         Prepare to simplify GenericMethod handling.
15465         * class-internals.h (mono_method_get_context): New accessor function.
15466         * class.c, icall.c, loader.c, reflection.c, verify.c: Use accessor
15467         rather than directly accessing '->context' field.
15469         * class-internals.h (_MonoGenericParam.method): Move ...
15470         (_MonoGenericContainer): ... here.  Add into union with klass field.
15471         * class.c, icall.c, loader.c, metadata.c, reflection.c:
15472         Update to changes.
15474 Fri Jan 12 11:58:52 CET 2007 Paolo Molaro <lupus@ximian.com>
15476         * Makefile.am, class-internals.h, debug-helpers.c: consolidate
15477         the wrapper type enum and reduce relocations.
15479 2007-01-12  Raja R Harinath  <rharinath@novell.com>
15481         * reflection.c (inflate_mono_method): Reuse method instantiation
15482         from the generic method, if available.
15484 2007-01-11  Jonathan Chambers  <joncham@gmail.com>
15486         * marshal.c (emit_marshal_variant): Fix conv_arg
15487         type in last commit, based on whether parameter is byref.
15488         
15489 2007-01-11  Jonathan Chambers  <joncham@gmail.com>
15491         * marshal.c (emit_marshal_variant): Handle unmanaged->managed
15492         marshalling.
15493         (mono_marshal_emit_managed_wrapper): Convert byref arguments of type
15494         MONO_TYPE_OBJECT back for VARIANT support.
15496 2007-01-11  Jonathan Chambers  <joncham@gmail.com>
15498         * marshal.c, marshal.h, icall-def.h: Implement 
15499         Marshal.ReAllocCoTaskMem.
15501 Thu Jan 11 19:00:03 CET 2007 Paolo Molaro <lupus@ximian.com>
15503         * marshal.c: memory retention fixes: use the proper
15504         image cache for runtime_invoke method lookups.
15506 Thu Jan 11 18:53:19 CET 2007 Paolo Molaro <lupus@ximian.com>
15508         * mempool.c: added code to help debug mempool allocations.
15510 2007-01-11  Dick Porter  <dick@ximian.com>
15512         * socket-io.c (convert_sockopt_level_and_name): Add DontFragment
15513         support (experimenting with faking it with IP_MTU_DISCOVER for
15514         systems that don't have IP_DONTFRAGMENT.)
15515         (ves_icall_System_Net_Sockets_Socket_Disconnect_internal): New
15516         icall.
15518         * icall-def.h: new System.Net.Sockets.Disconnect icall.
15520         * socket-io.h: Add new fields to MonoSocketAsyncResult
15521         corresponding to the new ones in Socket.cs.
15523 2007-01-11  Raja R Harinath  <rharinath@novell.com>
15525         Fix IronPython regression mentioned in #80249
15526         * metadata.c (do_mono_metadata_parse_generic_class): Clear
15527         'cached_context' field, since it may have been initialized as a
15528         side-effect of metadata parsing.
15530         * class-internals.h (_MonoGenericClass.is_inflated): Remove.
15531         (_MonoGenericClass.cached_class): Move here and rename from lone
15532         remaining field of ...
15533         (_MonoInflatedGenericClass): ... this.  Remove.
15534         * metadata.h, class.c, reflection.c, metadata.c, icall.c: Update
15535         to changes.
15537         Fix mcs/tests/test-128.cs regression.
15538         * reflection.c (encode_cattr_value) [MONO_TYPE_SZARRAY]: Revert
15539         2007-01-10 change below.
15540         [MONO_TYPE_OBJECT]: Recurse into array case.
15542 2007-01-11  Raja R Harinath  <harinath@gmail.com>
15544         * class-internals.h (mono_get_inflated_generic_class): Remove.
15545         * class.c (mono_get_inflated_generic_class): Remove.
15546         (mono_generic_class_get_class): Rename from
15547         mono_class_create_generic.
15548         (mono_class_from_mono_type) [GENERICINST]: Use it.
15549         * reflection.c, metadata.c: Update to changes.  Use
15550         'mono_class_from_mono_type'.
15552 Wed Jan 10 16:19:54 CET 2007 Paolo Molaro <lupus@ximian.com>
15554         * reflection.c: use passed type when encoding an array element
15555         in custom attributes (patch from David Mitchell, dmitchell@logos.com).
15557 2007-01-09  Robert Jordan  <robertj@gmx.net>
15559         * marshal.c (mono_delegate_end_invoke): Add check for unpaired asyc
15560         result arguments (someDelegate.EndInvoke (unrelatedAres)).
15561         Fixes bug #80392.
15563 2007-01-09  Raja R Harinath  <rharinath@novell.com>
15565         * class-internals.h (_MonoInflatedGenericClass.is_initialized): Remove.
15567         * object.c (set_value): Avoid aliasing between type->data.klass
15568         and type->data.generic_class.
15570         * class.c (mono_class_create_generic): Don't use 'is_initialized' field.
15572 2007-01-08  Raja R Harinath  <rharinath@novell.com>
15574         * marshal.c (mono_marshal_get_runtime_invoke): Avoid aliasing
15575         between type->data.klass and type->data.generic_class.
15577 2007-01-08  Lluis Sanchez  <lluis@ximian.com>
15579         * marshal.c: In MS.NET, StringBuilder objects are not copied by
15580         value in out parameters.
15582 2007-01-08  Raja R Harinath  <rharinath@novell.com>
15584         Simplify invariant for MonoGenericClass::klass field.
15585         * class.c (mono_class_create_generic): Verify 'klass' is null.
15586         * metadata.c (do_mono_metadata_parse_generic_class): Don't
15587         initialize 'klass' field.
15589 2007-01-05  Raja R Harinath  <rharinath@novell.com>
15591         Ongoing work to avoid redundant data and simplify invariants.
15592         * class-internals.h (_MonoGenericMethod.class_inst): Rename from
15593         'generic_class', and change type to a GenericInst.
15594         (_MonoGenericContext.class_inst): Likewise, rename from 'gclass'.
15595         * class.c, loader.c, metadata.c, reflection.c: Update to changes.
15597 2007-01-05  Atsushi Enomoto  <atsushi@ximian.com>
15599         * class.c : skip io-layer under PLATFORM_WIN32.
15601 2007-01-03  Tor Lillqvist  <tml@novell.com>
15603         Fix #80305: In a bundled executable, look in the bundled exe
15604         assembly to determine the runtime version. Add the possibility to
15605         bundle also the machine.config file.
15606         
15607         * assembly.c (mono_assembly_open_from_bundle): Make
15608         non-static. Allow being called even if we have no bundled
15609         assemblies, and return NULL right away in that case.
15611         * domain-internals.h: Declare mono_assembly_open_from_bundle()
15612         here.
15614         * domain.c (app_config_parse): Take an assembly exe file name as
15615         parameter instead of a config file name. Check for a bundled
15616         config file for that assembly by calling
15617         mono_config_string_for_assembly_file() (see below) before looking
15618         for one in the file system.
15619         (get_runtimes_from_exe): Corrsponding change to call of
15620         app_config_parse().
15621         (get_runtimes_from_exe): Check for bundled assembly exe file first
15622         by calling mono_assembly_open_from_bundle(). If no bundled
15623         assembly exe file is found, call mono_image_open() as before to
15624         look it up in the file system.
15626         * mono-config.c: Add variable bundled_machinec_onfig.
15627         (mono_config_string_for_assembly_file): New function.
15628         (mono_config_for_assembly): Move code snippet that looks for a
15629         bundled assembly .config file into the above new function. Call
15630         it.
15631         (mono_register_machine_config, mono_get_machine_config): New
15632         functions to set and retrieve
15634         * assembly.h: Declare mono_register_machine_config().
15636         * mono-config.h: Declare mono_get_machine_config() and
15637         mono_config_string_for_assembly_file().
15639         * icall.c: No declaration of environ necessary on Win32. It is
15640         declared (as a macro expanding to a function call) in stdlib.h.
15641         (ves_icall_System_Configuration_DefaultConfig_get_bundled_machine_config):
15642         New internal mono function. Returns the value of
15643         mono_get_machine_config() as a Mono string.
15645         * icall-def.h: Add get_bundled_machine_config().
15647 2007-01-04  Raja R Harinath  <rharinath@novell.com>
15649         Remove redundant field
15650         * class-internals.h (_MonoGenericContext.container): Remove field.
15651         * loader.c (mono_method_get_signature_full): Don't parse a
15652         "container" for a signature parse when the signature is inflated
15653         immediately.
15654         (method_from_methodspec): Likewise, for a generic_inst.
15655         * class.c, metadata.c, reflection.c: Update to changes.
15657 2006-01-04  Raja R Harinath  <rharinath@novell.com>
15659         * class-internals.h (_MonoGenericClass): Rename 'context' field to
15660         'cached_context', and change semantics -- it starts off NULL, and
15661         is initialized on demand.
15662         * class.c (mono_generic_class_get_context): New accessor to
15663         replace 'context' field accesses.
15664         (mono_class_get_context): New helper.
15665         (*): Update to changes.
15666         * icall.c, loader.c, metadata.c, reflection.c: Update to changes.
15668 2007-01-03  Miguel de Icaza  <miguel@novell.com>
15670         * marshal.c (mono_string_to_byvalstr): Fix thinko, shorten len
15671         before the memcpy.   Fixes Marshal2 regression.
15673 2007-01-02  Jb Evain  <jbevain@gmail.com>
15675         * blob.h: add a MONO_TYPE_ENUM definition
15676         * reflection.c (load_cattr_value, create_custom_attr, create_custom_attr_data):
15677         fix the encoding of arrays of enums in custom attributes.
15679         Fixes #79666.
15681 2007-01-01  Miguel de Icaza  <miguel@novell.com>
15683         * marshal.c (mono_string_to_byvalwstr): Fix this routine.   The
15684         string is null terminated, but only cut the string short if it
15685         overflows the buffer.   
15686         
15687         (mono_string_to_byvalstr): Also fix this routine.   The code here
15688         was not properly terminating a string (it was only terminated
15689         because of the previous catch-all memset). 
15691         I left the memset, because I do not know if applications expect
15692         the runtime to clear this region. 
15694         Fixes #79944.
15696         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType):
15697         Clear the error before returning to unmanaged code to prevent the
15698         runtime from being confused later on (fixes  80420).
15699         (ves_icall_type_from_name): Always call mono_loader_clear_error
15700         after parsing a type that could have failed.
15701         (ves_icall_System_Reflection_Assembly_GetTypes): ditto.
15703         * loader.c (mono_loader_clear_error): Fix indentation.
15705 2006-12-28  Martin Baulig  <martin@ximian.com>
15707         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 58.
15709 Fri Dec 22 20:04:57 CET 2006 Paolo Molaro <lupus@ximian.com>
15711         * reflection.c: patch from Rolf Bjarne Kvinge to fix
15712         getting a token for an EnumBuilder.
15714 Fri Dec 22 19:49:07 CET 2006 Paolo Molaro <lupus@ximian.com>
15716         * reflection.c: be more careful in case resource generation
15717         fails to create the data array.
15719 Fri Dec 22 18:17:40 CET 2006 Paolo Molaro <lupus@ximian.com>
15721         * sgen-gc.c: write barrier for clone and fix unregister handles.
15723 Fri Dec 22 18:15:33 CET 2006 Paolo Molaro <lupus@ximian.com>
15725         * reflection.c: some fixes needed in the generics code for the moving GC.
15727 2006-12-22  Robert Jordan  <robertj@gmx.net>
15729         * icall.c (ves_icall_System_Array_SetValueImpl): Take enums into
15730         account. Fixes bug #80299.
15732 2006-12-21  Raja R Harinath  <rharinath@novell.com>
15734         Fix WaitHandle usage in delegates.
15735         * object-internals.h (mono_wait_handle_get_HANDLE): Declare.
15736         * object.c (mono_wait_handle_new): Use the property set method to
15737         initialize the handle.
15738         (mono_wait_handle_get_handle): New.
15739         * threadpool.c (mono_async_invoke): Use it.
15740         * threads.c (ves_icall_System_Threading_WaitHandle_WaitAll_internal):
15741         Likewise.
15742         (ves_icall_System_Threading_WaitHandle_WaitAny_internal): Likewise.
15744 2006-12-21  Jonathan Chambers  <joncham@gmail.com>
15746         * marshal.c (emit_marshal): Call emit_marshal_variant and
15747         emit_marshal_com_interface when applicable.
15748         (emit_marshal_variant, emit_marshal_com_interface): Add
15749         methods for this case and remove if's from emit_marshal_object.
15750         
15751 Wed Dec 20 11:03:56 CET 2006 Paolo Molaro <lupus@ximian.com>
15753         * filewatcher.c: updated to use the mono-dl API instead of gmodule.
15755 2006-12-19  Jonathan Chambers  <joncham@gmail.com>
15757         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_AllocHGlobal,
15758         ves_icall_System_Runtime_InteropServices_Marshal_FreeHGlobal): Use GlobalAlloc
15759         and GlobalFree on Windows. Remove FIXME.
15761 Tue Dec 19 16:18:16 CET 2006 Paolo Molaro <lupus@ximian.com>
15763         * mono-mlist.h, mono-mlist.c, Makefile.am: linked list
15764         implementation for managed objects.
15766 Tue Dec 19 14:28:03 CET 2006 Paolo Molaro <lupus@ximian.com>
15768         * object.c: implemented code to be used for checking
15769         that no reference field overlaps with non-references.
15771 Tue Dec 19 14:10:37 CET 2006 Paolo Molaro <lupus@ximian.com>
15773         * threadpool.c: fix queue code to be compatible with the
15774         moving GC.
15776 2006-12-18  Miguel de Icaza  <miguel@novell.com>
15778         * marshal.c (emit_object_to_ptr_conv): Handle null safehandles
15779         in structures by throwing ArgumentNullException.
15781         (emit_marshal_safehandle): Also when they are null parameters.
15783         (emit_marshal_safehandle): Add support for ref
15784         SafeHandles parameters
15786 Mon Dec 18 19:14:44 CET 2006 Paolo Molaro <lupus@ximian.com>
15788         * profiler.c: updated to use the mono-dl API instead of
15789         gmodule.
15791 Mon Dec 18 19:02:37 CET 2006 Paolo Molaro <lupus@ximian.com>
15793         * profiler.c: updated to use the mono-dl dynamic loading
15794         API instead of gmodule.
15796 Mon Dec 18 18:16:22 CET 2006 Paolo Molaro <lupus@ximian.com>
15798         * profiler.c: use readlink, older versions of glib don't have
15799         g_file_read_link ().
15801 Mon Dec 18 16:40:34 CET 2006 Paolo Molaro <lupus@ximian.com>
15803         * profiler.c: try to detect the path to mono if libc fails to provide
15804         a useful name (bug #80286).
15806 2006-12-16  Raja R Harinath  <rharinath@novell.com>
15808         Fix #80242
15809         * icall.c (ves_icall_Type_GetNestedType): If the type is a generic
15810         instance, use the generic type definition instead.
15811         (ves_icall_Type_GetNestedTypes): Likewise.
15812         * class.c (mono_class_create_generic): Always set the
15813         nested_classes of a generic instance to NULL, even if the generic
15814         type definition has nested types.
15816 2006-12-15  Jonathan Chambers  <joncham@gmail.com>
15818         * marshal.c (mono_string_from_bstr): Revert previous Windows change
15819         and fix on Linux.
15820         
15821 2006-12-15  Miguel de Icaza  <miguel@novell.com>
15823         * marshal.c (mono_string_from_bstr): Jon Chambers pointed out that
15824         my arguments were in the wrong order.   I also fixed the Windows
15825         version which seems to have had the same issue.
15827         (mono_free_bstr): On Unix, this is g_free.
15828         (mono_string_from_bstr, mono_string_to_bstr): Implement bstr
15829         conversions (for the tests in corlib to pass).
15831 2006-12-14  Miguel de Icaza  <miguel@novell.com>
15833         * marshal.c (emit_ptr_to_object_conv): For now, ignore
15834         MONO_MARSHAL_CONV_SAFEHANDLE on return values (we need to throw an
15835         exception if a ref SafeHandle in a struct has changed).
15836         
15837         (emit_struct_conv): Do not perform layout checks for classes
15838         derived from SafeHandle, as those are specially handled. 
15840         (emit_object_to_ptr_conv): Add support for
15841         MONO_MARSHAL_CONV_SAFEHANDLE conversion. 
15843         (emit_marshal_safehandle): Implement conversion of return values
15844         of safehandles (MARSHAL_ACTION_CONV_RESULT).
15845         
15846         * threads.c: WaitHandle now is compiled with two different handles
15847         "IntPtr os_handle" for 1.x and "SafeWaitHandle safe_wait_handle"
15848         for 2.0.
15849         
15850         (ves_icall_System_Threading_WaitHandle_WaitAll_internal) 
15851         (ves_icall_System_Threading_WaitHandle_WaitAny_internal): Adjust
15852         these routines to cope with both kinds of fields.
15854 2006-12-12  Miguel de Icaza  <miguel@novell.com>
15856         * metadata.c (mono_type_to_unmanaged): Handle the case where
15857         type->data.klass is a SafeHandle, and in that case, return the
15858         size of a pointer (MONO_NATIVE_INT) and set the conversion to be
15859         MONO_MARSHAL_CONV_SAFEHANDLE. 
15861 2006-12-11  Miguel de Icaza  <miguel@novell.com>
15863         * marshal.c (emit_marshal): Hook up to the MONO_TYPE_CLASS and
15864         MONO_TYPE_OBJECT cases and check for a SafeHandle here before
15865         calling emit_marshal_object.
15867         (emit_marshal_safehandle): Implement marshalling of
15868         SafeHandle parameters (no ref support yet).
15870         (MarshalAction): Document the defines as I implement
15871         them for SafeHandle.
15873         (emit_marshal_object): indentation police.
15875         * class-internals.h: Define MonoSafeHandle.
15876         Add safehandle_class to MonoDefaults type.
15878         * verify.c: Add System.Runtime.InteropServices.SafeHandle to the
15879         list of classes to check for fields. 
15881         * domain.c (mono_init_internal): Add SafeHandle to the list of
15882         mono_defaults loaded.
15884 2006-12-15  Raja R Harinath  <rharinath@novell.com>
15886         Fix #80253
15887         * reflection.c (mono_reflection_bind_generic_parameters): If the
15888         generic type definition is a type builder, ensure that it is fully
15889         initialized before instantiating it.  Kill some dead code.
15891 Thu Dec 14 17:02:59 CET 2006 Paolo Molaro <lupus@ximian.com>
15893         * object.c: clear the loader_error () before loading
15894         more metadata stuff (bug #80258).
15896 Thu Dec 14 12:49:47 CET 2006 Paolo Molaro <lupus@ximian.com>
15898         * icall.c, icall-defs.h: type modifiers icalls for
15899         parameters and properties.
15901 Wed Dec 13 19:29:50 CET 2006 Paolo Molaro <lupus@ximian.com>
15903         * object.c, icall.c: fixed warnings.
15905 Mon Dec 11 11:03:10 CET 2006 Paolo Molaro <lupus@ximian.com>
15907         * marshal.c: fixed a couple of leaks and coding style in a few places.
15909 2006-12-08  Dick Porter  <dick@ximian.com>
15911         * process.c: Cope with NULL ProcessStartInfo arguments on windows
15912         too.  Patch from Jonathan Chambers <joncham@gmail.com>, fixes bug
15913         80173.
15915 Thu Dec 7 15:20:31 CET 2006 Paolo Molaro <lupus@ximian.com>
15917         * process.c: ProcessStartInfo may have only filename set and
15918         arguments can be NULL.
15920 Tue Dec 5 19:19:34 CET 2006 Paolo Molaro <lupus@ximian.com>
15922         * icall.c: fix leak found by Robert Jordan.
15924 Tue Dec 5 17:53:10 CET 2006 Paolo Molaro <lupus@ximian.com>
15926         * marshal.c, marshal.h: generate managed method to access an element
15927         of a multi-dimensional array.
15929 2006-11-30  Paolo Molaro (lupus@ximian.com)
15931         * metadata.c, marshal.c: locking fixes when writing to image->mempool.
15933 Thu Nov 30 11:11:37 CET 2006 Paolo Molaro <lupus@ximian.com>
15935         * icall.c: back out GetFields () fix until the serialization code is
15936         fixed to not depend on the incorrect behaviour.
15938 Wed Nov 29 22:01:46 CET 2006 Paolo Molaro <lupus@ximian.com>
15940         * profiler.c: provide defaults if none are set.
15942 Tue Nov 28 12:54:51 CET 2006 Paolo Molaro <lupus@ximian.com>
15944         * Makefile.am, attrdefs.h: new public header file with
15945         constants for attributes for use by embedders.
15947 Tue Nov 28 11:44:52 CET 2006 Paolo Molaro <lupus@ximian.com>
15949         * icall.c: GetFields () fix for bug #80064.
15951 Tue Nov 28 10:56:01 CET 2006 Paolo Molaro <lupus@ximian.com>
15953         * filewatcher.c, filewatcher.h, icall-def.h, icall.c, locales.c:
15954         removed long unused icalls.
15956 2006-11-27  Jonathan Chambers  <joncham@gmail.com>
15957   
15958         * marshal.c: 
15959                 (mono_marshal_emit_managed_wrapper): Level of indirection for 
15960                 mono_marshal_get_managed_wrapper so that a wrapper for a managed method
15961                 can be generated without a delegate class.
15962                 (mono_marshal_get_managed_wrapper): Move wrapper logic to mono_marshal_emit_managed_wrapper.
15963         
15964         Signed-off-by: Jonathan Chambers <joncham@gmail.com>
15966 2006-11-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
15968         * console-io.c: add the 'signal' call removed by mistake. Fixes bug
15969         #80069.
15971 Mon Nov 27 19:29:13 CET 2006 Paolo Molaro <lupus@ximian.com>
15973         * boehm-gc.c, null-gc.c, sgen-gc.c, mono-gc.h, icall.c,
15974         icall-def.h: added icalls needed by System.GC.
15976 Thu Nov 23 20:01:12 CET 2006 Paolo Molaro <lupus@ximian.com>
15978         * loader.c: ensure the class in catch clauses is handled
15979         correctly for generics methods (fixes bug#79980).
15981 Thu Nov 23 17:31:58 CET 2006 Paolo Molaro <lupus@ximian.com>
15983         * monitor.h, monitor.c: added mono_locks_dump () function
15984         to help debug deadlocks involving managed locks.
15986 2006-11-13  Dick Porter  <dick@ximian.com>
15988         * file-io.c (get_file_attributes): If the file is a symlink try
15989         and get the stat data for the target, but also add the
15990         FILE_ATTRIBUTE_REPARSE_POINT flag.  This is an attempt to follow
15991         the specs for the windows symlink support, but will probably have
15992         to be reworked when I have test data from a vista machine.  Fixes
15993         bug 79887.
15995 2006-11-13  Dick Porter  <dick@ximian.com>
15997         * gc.c (mono_domain_finalize): 
15998         * marshal.c (mono_delegate_begin_invoke): 
15999         * threadpool.c (socket_io_init, mono_thread_pool_init)
16000         (mono_thread_pool_finish): 
16001         * monitor.c (mono_monitor_try_enter_internal): 
16002         * threads.c (mono_thread_resume, mono_thread_init)
16003         (mono_thread_suspend_all_other_threads)
16004         (mono_thread_execute_interruption): 
16005         * appdomain.c (mono_domain_unload): Check for NULL error returns
16006         from CreateThread(), CreateEvent() and CreateSemaphore().  See bug
16007         75733.
16009 2006-11-11  Miguel de Icaza  <miguel@novell.com>
16011         * process.c
16012         (ves_icall_System_Diagnostics_Process_CreateProcess_internal):
16013         Only close the handle if the value of the handle is not
16014         INVALID_HANDLE_VALUE.  This just makes the process a bit more
16015         robust.
16017         Improvement for #75733, so that we do not run into this problem. 
16019         
16020         * assembly.c (check_path_env, check_extra_gac_path_env): Do not
16021         include empty directories from MONO_PATH or MONO_GAC_PREFIX in our
16022         internal variables.  Fixes #79462 
16023         
16025 2006-11-09  Dick Porter  <dick@ximian.com>
16027         * socket-io.c (ves_icall_System_Net_Sockets_Socket_Poll_internal):
16028         Use poll() not select().  Fixes bug 79397.
16030 2006-11-09  Raja R Harinath  <rharinath@novell.com>
16032         Fix #79872
16033         * assembly.c (mono_assembly_load_from_full): Check that the given
16034         image has an assembly manifest.
16036 2006-11-09  Ankit Jain  <jankit@novell.com>
16038         * tabledefs.h (ASSEMBLYREF_RETARGETABLE_FLAG):
16039         (ASSEMBLYREF_ENABLEJITCOMPILE_TRACKING_FLAG):
16040         (ASSEMBLYREF_DISABLEJITCOMPILE_OPTIMIZER_FLAG): Add AssemblyRef flags.
16042 2006-11-07  Dick Porter  <dick@ximian.com>
16044         * socket-io.c (ves_icall_System_Net_Dns_GetHostByAddr_internal):
16045         Put the old resolver behaviour back for pre-2.0 profiles.
16047 Tue Nov 7 16:56:24 CET 2006 Paolo Molaro <lupus@ximian.com>
16049         * threadpool.c: precise GC and locking fixes.
16051 Tue Nov 7 11:02:42 CET 2006 Paolo Molaro <lupus@ximian.com>
16053         * class.c: don't load types that have an explicit unaligned
16054         managed reference. Provide better info in the TypeLoad exception.
16055         Part of the fix for bug #79744.
16056         * object.c: use the correct check for class type load issues.
16058 Mon Nov 6 17:07:43 CET 2006 Paolo Molaro <lupus@ximian.com>
16060         * class.c: enforce alignment of fields with managed references
16061         even when Pack=1 is forced by the user (bug #77788).
16063 2006-11-03  Dick Porter  <dick@ximian.com>
16065         * socket-io.c (ves_icall_System_Net_Dns_GetHostByAddr_internal):
16066         If the address reverse lookup fails, return it as the hostname
16067         anyway.  Fixes bug 79721.
16069 2006-11-03  Dick Porter  <dick@ximian.com>
16071         * threads.c (ves_icall_System_Threading_Thread_SpinWait_internal):
16072         Fix build on Windows.
16074 2006-11-02  Dick Porter  <dick@ximian.com>
16076         * icall-def.h: 
16077         * object-internals.h: 
16078         * exception.c (mono_get_exception_thread_interrupted): 
16079         * threads.c: Implement Thread.Interrupt and Thread.SpinWait.
16080         Fixes bug 74525.
16082         * monitor.c (ves_icall_System_Threading_Monitor_Monitor_wait):
16083         Check for pending Thread.Interrupt.
16085 2006-10-27  Massimiliano Mantione  <massi@ximian.com>
16086         * loader.c: Fixed bug 79684.
16088 2006-10-27  Dick Porter  <dick@ximian.com>
16090         * file-io.c (get_file_attributes): Force symlinks to directories
16091         to be returned as a regular file.  Fixes bug 79733.
16092 2006-10-26  Dick Porter  <dick@ximian.com>
16094         * file-io.c (ves_icall_System_IO_MonoIO_Open): If we're calling
16095         CreateFile to open a directory then we need to set the
16096         FILE_FLAG_BACKUP_SEMANTICS flag.  Fixes bug 75285.
16098 2006-10-23  Zoltan Varga  <vargaz@gmail.com>
16100         * reflection.c (mono_method_get_object): Cache the MonoMethod class and its
16101         friends.
16103 Mon Oct 23 03:06:06 CEST 2006 Paolo Molaro <lupus@ximian.com>
16105         * sgengc.c: small cleanup of timer code.
16107 Mon Oct 23 02:49:08 CEST 2006 Paolo Molaro <lupus@ximian.com>
16109         * sgen-gc.c: fix some warnings and start adding support for
16110         complete object removal on domain unload.
16112 2006-10-22  Gert Driesen  <drieseng@users.sourceforge.net>
16114         * assembly.c: build_assembly_name should not consider a version
16115         number without build or revision number invalid. Fixes bug #79715.
16117 2006-10-18  Jonathan Chambers  <joncham@gmail.com>
16119         * icall.c: Have ves_icall_System_Diagnostics_DefaultTraceListener_WriteWindowsDebugString
16120         call kernel32 function OutputDebugString directly.
16121         
16122         Signed-off-by: Jonathan Chambers <joncham@gmail.com>
16123         
16124 Tue Oct 17 16:59:59 CEST 2006 Paolo Molaro <lupus@ximian.com>
16126         * reflection.c: small cleanup, using a function to insert a MonoString
16127         in the string heap.
16129 Tue Oct 17 16:45:27 CEST 2006 Paolo Molaro <lupus@ximian.com>
16131         * reflection.c: moving GC fixes.
16133 Mon Oct 16 16:53:12 CEST 2006 Paolo Molaro <lupus@ximian.com>
16135         * sgen-gc.c, gc-internal.h, gc.c: added API to collect and remove
16136         all the objects with finalizers belonging to an unloading appdomain.
16138 Mon Oct 16 15:08:41 CEST 2006 Paolo Molaro <lupus@ximian.com>
16140         * sgen-gc.c: added ability to allocate even when the nursery is fully
16141         pinned and fixed a couple of bugs.
16143 2006-10-15  Zoltan Varga  <vargaz@gmail.com>
16145         * threads.h: Revert the last change for now.
16147         * threads.h (mono_thread_get_pending_exception): Rename this to
16148         mono_thread_get_undeniable_exception ().
16150 2006-10-15  Gert Driesen  <drieseng@users.sourceforge.net>
16152         * appdomain.c: Use mono_get_exception_bad_image_format2 to construct
16153         BadImageFormatException in ves_icall_System_Reflection_Assembly_LoadFrom
16154         when fname does not refer to valid assembly. This result in a more
16155         meaningful error message.
16156         * exception.c: added mono_get_exception_bad_image_format2 which 
16157         constructs a BadImageFormatException using the ctor taking a custom
16158         message and the file name. Passing in a NULL msg results in a default
16159         message.
16160         * exception.h: define mono_get_exception_bad_image_format2 function.
16161         * icall.c: in InternalGetAssemblyName, throw BadImageFormatException 
16162         when file name pointed to an invalid IL image. Use 
16163         mono_get_exception_file_not_found2 to construct FileNotFoundException,
16164         as this results in a more meaningful error message.
16166 2006-10-15  Zoltan Varga  <vargaz@gmail.com>
16168         * reflection.c (encode_named_val): Implement proper encoding of arrays. Fixes
16169         #79465.
16171 2006-10-12  Zoltan Varga  <vargaz@gmail.com>
16173         * metadata.c (mono_type_size): Change the align parameter to guint32 for
16174         consistency with the other _size functions.
16175         (mono_type_stack_size): Ditto.
16177         * class.c object.c icall.c: Fix warnings caused by the above change.
16179         * class.c (mono_class_get_method_from_name_flags): Fix a typo.
16181         * image.c (load_metadata_ptrs): Reenable loading of modules with uncompressed metadata.
16183         * metadata.c class.c loader.c: Add proper support for uncompressed metadata.
16185 Wed Oct 11 17:27:05 CEST 2006 Paolo Molaro <lupus@ximian.com>
16187         * console-io.h, filewatcher.h, locales.h, marshal.h, monitor.h,
16188         process.h, rand.h, rawbuffer.h, security-manager.h, security.h,
16189         socket-io.h, string-icalls.h, sysmath.h, threadpool-internals.h,
16190         threadpool.h, threads-types.h: mark more internal functions.
16192 2006-10-11  Dick Porter  <dick@ximian.com>
16194         * socket-io.c (ves_icall_System_Net_Sockets_Socket_Poll_internal):
16195         Fix typo spotted by Robert Jordan in bug 79352 (though I can't
16196         reproduce the bug even before applying the fix.)
16198 Tue Oct 10 15:39:39 CEST 2006 Paolo Molaro <lupus@ximian.com>
16200         * reflection.c: allow retrieving attributes for arguments in generic
16201         methods (bug #79241).
16203 Tue Oct 10 11:45:50 CEST 2006 Paolo Molaro <lupus@ximian.com>
16205         * debug-mono-symfile.c: properly check fopen () result (found by
16206         coverity).
16208 Tue Oct 10 11:30:52 CEST 2006 Paolo Molaro <lupus@ximian.com>
16210         * reflection.c: make error message clearer and fixed two
16211         issuelets found by Coverity.
16213 2006-10-10  Zoltan Varga  <vargaz@gmail.com>
16215         * object-internals.h: Remove duplicate definition of mono_method_get_signature_full ().
16217 Mon Oct 9 19:41:44 CEST 2006 Paolo Molaro <lupus@ximian.com>
16219         * object-internals.h, gc-internal.h, profiler-private.h:
16220         mark internal functions.
16222 Mon Oct 9 19:28:56 CEST 2006 Paolo Molaro <lupus@ximian.com>
16224         * reflection.c: put data in the text section.
16225         * icall.c: recognize more types in type_from_typename ().
16226         * process.c, marshal.c: added some GC FIXMEs.
16228 Mon Oct 9 19:27:26 CEST 2006 Paolo Molaro <lupus@ximian.com>
16230         * loader.c: check for NULL before initializing.
16232 2006-10-09  Zoltan Varga  <vargaz@gmail.com>
16234         * gc.c (finalizer_thread): Use a non-alertable wait here.
16236         * class.c loader.c metadata.c: Revert the mono_metadata_decode_table_... changes,
16237         until the correct solution is found.
16239 2006-10-06  Zoltan Varga  <vargaz@gmail.com>
16241         * reflection.c (mono_module_get_object): Avoid an assert when operating on
16242         modules with no metadata. Fixes #79596.
16244         * image.c (load_metadata_ptrs): Put back the error message when
16245         the #- heap is encountered since the support is not complete yet.
16247 Fri Oct 6 16:57:26 CEST 2006 Paolo Molaro <lupus@ximian.com>
16249         * gc.c: do not allow the user to SuppressFinalize () a
16250         delegate because it would leak the trampoline if present.
16252 2006-10-06  Zoltan Varga  <vargaz@gmail.com>
16254         * class.c metadata.c row-indexes.h blob.h: Applied patch from Jb. Add support for the
16255         PropertyPtr table.
16257 2006-10-05  Zoltan Varga  <vargaz@gmail.com>
16259         * loader.c (mono_method_signature): Fix a use of MONO_TABLE_METHOD missed earlier.
16261         * metadata.c (mono_metadata_get_param_attrs): Ditto.
16263         * row-indexes.h: Add definitions for *Ptr tables.
16265         * metadata-internals.h (MonoImage): Add an 'uncompressed_metadata' flag.
16267         * metadata.c (mono_metadata_translate_token_index): New helper function to
16268         translate table indexes used in uncompressed metadata.
16269         (mono_metadata_decode_table_row): Ditto.
16270         (mono_metadata_decode_table_row_col): Ditto.
16272         * metadata.c: Add table schema for *Ptr tables.
16274         * class.c loader.c: Use the new helper function to access the affected metadata
16275         tables.
16276         
16277         * image.c (load_metadata_ptrs): Allow assemblies with uncompressed metadata. Fixes
16278         #38532.
16279         
16280 2006-10-04  Zoltan Varga  <vargaz@gmail.com>
16282         * marshal.c (emit_object_to_ptr_conv): Avoid using short branches around IL
16283         sequences which can be unbounded in size. Fixes #79583.
16285 2006-10-02  Zoltan Varga  <vargaz@gmail.com>
16287         * object.c (mono_runtime_class_init): Handle a corner case in handling failure of
16288         static initialization.
16290         * domain-internals.h (MonoDomain): Add a 'type_init_exception_hash' field.
16292         * class-internals.h (MonoVTable): Add an 'init_failed' flag.
16294         * domain.c (mono_domain_free): Free up type_init_exception_hash.
16296         * object.c (mono_runtime_class_init): Implement correct semantics when a static
16297         ctor fails, i.e. throw the same exception on subsequent accesses.
16298         
16299 2006-09-0  Jonathan Chambers  <joncham@gmail.com>
16301         * domain.c, class-internals.h: Added ComInteropProxy class to MonoDefaults.
16302         * marshal.c: Return correct unmanaged size for object when MarshalAs.Struct.
16303         Emit exception rather than crash in case of COM Callable Wrapper (not yet implemented).
16304         Handle marshalling of interfaces and VARIANTs contained in structs.
16305         
16306         Code is contributed under MIT/X11 license.
16307         
16308 2006-09-30  Zoltan Varga  <vargaz@gmail.com>
16310         * marshal.c (emit_marshal_custom): Fix some corner cases. Fixes #79471.
16311         
16312         * marshal.c (mono_marshal_load_type_info): Allocate memory from the image
16313         mempool.
16315 2006-09-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
16317         * console-io.c: ignore previous SIGINT handler.
16319 2006-09-27  Zoltan Varga  <vargaz@gmail.com>
16321         * metadata.c class.c: Applied patch from Ricardo Fernandez Pascual 
16322         (ricardo.fernandez@st.com). Add some new MonoClass and MonoType accessors. Fixes
16323         #79460, #79461, #79485.
16325         * class.c (mono_class_from_name_case): Fix incorrect comments. Fixes #79504.
16327         * marshal.c (mono_marshal_load_type_info): Fix a typo which caused an assert. Fixes
16328         #79217.
16330 2006-09-26  Zoltan Varga  <vargaz@gmail.com>
16332         * marshal.c (mono_marshal_get_delegate_invoke): Tweak the IL a little so better code
16333         could be generated from it.
16335 Mon Sep 25 13:29:53 CEST 2006 Paolo Molaro <lupus@ximian.com>
16337         * rand.c: fix read loop to correctly handle EINTR.
16339 Mon Sep 25 11:33:06 CEST 2006 Paolo Molaro <lupus@ximian.com>
16341         * Makefile.am, icall-def.h, icall.c, verify.c: changed the way
16342         internal calls are defined to keep methods closer to the declaring
16343         type and allow a significant reduction in runtime relocations and
16344         memory usage.
16346 2006-09-21 Gert Driesen  <drieseng@users.sourceforge.net>
16348         * appdomain.c: Pass NULL to mono_get_exception_file_not_found2 as
16349         exception message to have FileNotFoundException use the default
16350         assembly load error message. Fixes bug #79426.
16351         * exception.c: Support NULL msg in mono_get_exception_file_not_found2.
16353 2006-09-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>
16355         * threadpool.c: (start_thread_or_queue) use the root domain when
16356         creating the thread instead of the async object one.
16358 Thu Sep 21 19:30:04 CEST 2006 Paolo Molaro <lupus@ximian.com>
16360         * class.c, object.c, class-internals.h, reflection.c:
16361         for arrays, store element_size inside MonoClass (speedup
16362         for array object creation).
16364 Thu Sep 21 17:06:43 CEST 2006 Paolo Molaro <lupus@ximian.com>
16366         * icall.c: fixed CodeBase to use the file name and not the module
16367         name (bug #79365).
16369 Thu Sep 21 12:09:34 CEST 2006 Paolo Molaro <lupus@ximian.com>
16371         * mono-debug.c, mono-debug.h: export find_method as
16372         mono_debug_find_method ().
16374 Wed Sep 20 19:59:06 CEST 2006 Paolo Molaro <lupus@ximian.com>
16376         * debug-helpers.c, class-internals.h: added a few functions useful
16377         when debugging under gdb.
16379 2006-09-19 Gonzalo Paniagua Javier <gonzalo@ximian.com>
16381         * console-io.[ch]: trigger the ConsoleCancelEvent and retrieve
16382         characters that need special handling.
16384 Tue Sep 19 18:57:38 CEST 2006 Paolo Molaro <lupus@ximian.com>
16386         * mono-config.c: make the os/cpu specification more flexible,
16387         allowing lists and negation.
16389 2006-09-18  Jonathan Chambers  <joncham@gmail.com>
16391         * marshal.c: COM Interop fixes. Handle case where method->klass.
16392         is interface. Handle BSTR/MonoString when null. Use CDECL as 
16393         calling convention on non-windows platforms. This is for
16394         compatibility with XPCOM and MainWin COM.
16395         
16396         Code is contributed under MIT/X11 license.
16397         
16399 2006-09-18  Zoltan Varga  <vargaz@gmail.com>
16401         * marshal.c (mono_marshal_load_type_info): Handle concurrent and recursive calls
16402         correctly. Fixes #79217.
16404         * class-internals.h (MonoClass): Remove unused marshal_info_init_pending field.
16406 Mon Sep 18 16:59:54 CEST 2006 Paolo Molaro <lupus@ximian.com>
16408         * mono-config.c: allow both an os and cpu attribute for dllmap
16409         and dllentry elemnets to enable a single config file to be used
16410         for multiple architectures.
16412 2006-09-18  Gert Driesen  <drieseng@users.sourceforge.net>
16414         * loader.c: MonoLoaderError was cleared too soon on load failure.
16415         Fixes bug #79424.
16417 Mon Sep 18 15:37:13 CEST 2006 Paolo Molaro <lupus@ximian.com>
16419         * icall.c: use the defining class vtable when accessing a
16420         static field, not a pobblibly derived class.
16422 2006-09-17  Zoltan Varga  <vargaz@gmail.com>
16424         * icall.c string-icalls.c: Remove references to unicode.h.
16426         * unicode.h unicode.c Makefile.am: Remove these unused source files.
16428         * NOTES: Moved to ../../docs and renamed to thread-safety.txt.
16430         * marshal.c (mono_marshal_emit_native_wrapper): Add an 'image' argument, 
16431         indicating the image where custom marshaller types should be looked up.
16432         (mono_ftnptr_to_delegate): Use the image of the delegate type to look up
16433         custom marshallers, instead of corlib. Fixes #79425.
16435 2006-09-14  Zoltan Varga  <vargaz@gmail.com>
16437         * marshal.c (emit_marshal_object): Fix marshalling of blittable classes and null.
16439 2006-09-14  Jonathan Chambers  <joncham@gmail.com>
16441         * environment.c (ves_icall_System_Environment_get_ProcessorCount): 
16442         Implement Environment.ProcessorCount.
16443         
16444         * environment.h (ves_icall_System_Environment_get_ProcessorCount): 
16445         Implement Environment.ProcessorCount.
16446         
16447         * icall.c: 
16448         Add Environment.ProcessorCount icall.
16449         
16450         Patch by Jason McFall.
16452 2006-09-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
16454         * assembly.c: don't append .exe/.dll when the filename already contains
16455         one of those extensions.
16457 2006-09-12  Martin Baulig  <martin@ximian.com>
16459         * class.c (mono_bounded_array_class_get): Also add `IList<object>'
16460         to array interfaces.
16462 2006-09-11  Martin Baulig  <martin@ximian.com>
16464         * reflection.c (mono_image_build_metadata): Create the
16465         MethodImpl's after emitting all types and methods, so we don't
16466         need another fixup pass for them.
16468 2006-09-11  Zoltan Varga  <vargaz@gmail.com>
16470         * class.c (mono_class_from_name_case): Fix regression introduced by the last
16471         change.
16473 Mon Sep 11 12:57:15 CEST 2006 Paolo Molaro <lupus@ximian.com>
16475         * gc-internal.h, appdomain.c, gc.c: force-destroy GC handles on domain
16476         unload.
16478 2006-09-10  Zoltan Varga  <vargaz@gmail.com>
16480         * object.c (mono_method_return_message_restore): Avoid a crash if one of the out
16481         args is not set. Fixes #78926.
16483 2006-09-08  Zoltan Varga  <vargaz@gmail.com>
16485         * class.c (mono_class_init): Init class->no_special_static_fields from the cached info.
16487         * image.c (load_class_names): Move this to class.c, and rename it to 
16488         'mono_image_init_name_cache'.
16489         (load_modules): Fix a warning.
16491         * class.c icall.c image.c: Initialize image->name_cache lazily.
16493         * class-internals.h (MonoGetClassFromName): New hook function to find a class based
16494         on its name using information in the AOT file.
16496         * class.c (mono_class_from_name): Use the new hook function.
16498 2006-09-06  Zoltan Varga  <vargaz@gmail.com>
16500         * reflection.c (mono_param_get_objects): Handle enum default parameter values
16501         correctly.
16503         * marshal.c (emit_marshal_object): Implement [In, Out] byval marshalling of classes.
16504         Fixes #79289.
16505         
16506 2006-09-06  Martin Baulig  <martin@ximian.com>
16508         * icall.c (mono_lookup_internal_call): Small fix.
16510 2006-09-05  Raja R Harinath  <rharinath@novell.com>
16512         * debug-mono-symfile.c (mono_debug_open_mono_symbols): Remove
16513         double g_free.
16515 2006-09-04  Sebastien Pouliot  <sebastien@ximian.com>
16517         * debug-mono-symfile.c: Fix *some* memory leaks that happens only 
16518         when --debug is specified.
16520 2006-09-04  Zoltan Varga  <vargaz@gmail.com>
16522         * class.c (setup_generic_array_ifaces): Fix a warning.
16524 2006-09-04  Miguel de Icaza  <miguel@novell.com>
16526         * Temporarily remove the patch to assemly.c that checks the
16527         assembly versions as it breaks our gacutil.
16529 2006-09-03  Zoltan Varga  <vargaz@gmail.com>
16531         * metadata.c (mono_metadata_parse_mh_full): Fix an invalid free.
16533         * assembly.c (mono_assembly_load_from_full): Avoid loading net 2.0 assemblies into
16534         a net 1.0 runtime.
16536         * marshal.c (mono_string_builder_to_utf8): Fix marshalling of StringBuilders
16537         created using the default ctor. Fixes #79152.
16538         (mono_string_builder_to_utf16): Ditto.
16540 2006-09-01  Martin Baulig  <martin@ximian.com>
16542         Fix handling of the generic array interfaces.
16544         * class-internals.h
16545         (MonoDefaults): Removed `generic_array_class' and added
16546         `generic_ilist' class.
16548         * class.c
16549         (mono_bounded_array_class_get): Add the new generic array interfaces.
16550         (setup_generic_array_ifaces): New static method; create vtable
16551         entries for each method in the generic array interfaces.
16553         * metadata.c
16554         (select_container): Allow "parent-less" generic methods.
16556         * marshal.c
16557         (mono_marshal_get_generic_array_helper): New public method.
16559         * icall.c
16560         (ves_icall_System_Array_InternalArray_GetGenericValueImpl):
16561         Renamed into ves_icall_System_Array_GetGenericValueImpl() and
16562         moved the interncall into System.Array.
16564 2006-09-01  Raja R Harinath  <rharinath@novell.com>
16566         A few more cases of avoiding work on types with ->byref set.
16567         Has the real fix for #79238
16568         * icall.c (is_generic_parameter): New helper.
16569         (ves_icall_Type_GetGenericParameterPosition): Use it.
16570         (ves_icall_Type_GetGenericParameterAttributes): Likewise.
16571         (ves_icall_MonoType_get_IsGenericParameter): Likewise.
16572         (ves_icall_TypeBuilder_get_IsGenericParameter): Likewise.
16573         (ves_icall_Type_GetGenericTypeDefinition_impl): Return NULL on
16574         reference types.
16575         (ves_icall_Type_get_IsGenericTypeDefinition): Return FALSE on
16576         reference types.
16577         (ves_icall_Type_get_IsGenericInstance): Likewise.
16578         (ves_icall_Type_get_IsGenericType): Likewise.
16580 2006-09-01  Zoltan Varga  <vargaz@gmail.com>
16582         * class.c (mono_class_setup_vtable_general): Share identical vtables with the parent
16583         class if possible.
16585         * mempool.h (mono_mempool_get_allocated): New helper function.
16587         * object.c (mono_class_create_runtime_vtable): Fix problem introduced by last
16588         change.
16590         * mempool.c: Fix warnings and the calculation of stats.
16592         * object.c (mono_class_create_runtime_vtable): Fix the AOT optimization.
16594         * class.c (mono_class_setup_vtable): Update generic_vtable_count stat.
16596         * loader.c (mono_get_method_from_token): Update method_count stat.
16598         * class-internals.h (MonoStats): Add some stats.
16600 2006-08-31 Robert Jordan  <robertj@gmx.net>
16602         * icall.c: Replace the PtrToStringAuto, StringToHGlobalAuto icalls
16603         with managed variants.
16604         All code is contributed under the MIT/X11 license.
16605         
16606 2006-08-31  Zoltan Varga  <vargaz@gmail.com>
16608         * reflection.c (reflection_methodbuilder_to_mono_method): Set 
16609         method->skip_visibility based up the skipVisibility parameter of DynamicMethods.
16611         * class-internals.h (MonoMethod): Add a 'skip_visibility' field.
16613         * marshal.c (mono_marshal_load_type_info): Revert the last change as it can't cope
16614         with cycles in classes.
16616         * icall.c (ves_icall_MonoType_get_Name): Add a '&' for byref types. Fixes #79110.
16618         * marshal.c (emit_marshal_array): Avoid crash when a parameter with type array is 
16619         missing a [MarshalAs] directive. Fixes #79203.
16621         * marshal.c (mono_marshal_load_type_info): Fix a race in initializing 
16622         klass->marshal_info. Fixes #79217.
16624 2006-08-30  Martin Baulig  <martin@ximian.com>
16626         Committing a patch from Joachim Ante <joe@otee.dk>:
16627         Add support for binary data symbol stores.
16629         * debug-mono-symfile.c
16630         (mono_debug_open_mono_symbol_file): Renamed into
16631         mono_debug_open_mono_symbols() and added `raw_contents' and `size'
16632         arguments.
16634         * mono-debug.c
16635         (mono_debug_open_image): Added `raw_contents' and `size' args.
16636         (mono_debug_init_2_memory): New public function.
16638 Fri Aug 25 18:25:23 CEST 2006 Paolo Molaro <lupus@ximian.com>
16640         * icall.c: handle TypedReference in GetTypeCode (bug #79150).
16642 2006-08-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
16644         * appdomain.c: implement support for ShadowCopyFiles.
16646 2006-08-22  Sebastien Pouliot  <sebastien@ximian.com>
16648         * string-icalls.c: Add shortcut in ves_icall_System_String_ctor_charp
16649         when value is NULL (and should remove CID #51).
16651 2006-08-22 Gonzalo Paniagua Javier <gonzalo@ximian.com>
16653         * image.c: moved 2 functions to ../utils.
16655 Tue Aug 22 15:53:29 CEST 2006 Paolo Molaro <lupus@ximian.com>
16657         * gc.c: cope with the target object of a GC handle being NULL
16658         (bug #78877).
16660 Tue Aug 22 11:10:33 CEST 2006 Paolo Molaro <lupus@ximian.com>
16662         * class.c: recursively check parent's explicit implementations
16663         of interface methods (fixes bug #79125).
16665 2006-08-19  Miguel de Icaza  <miguel@novell.com>
16667         * filewatcher.c: Avoid warnings when building, do not redefine
16668         constants that are defined.
16670         Remove warnings.
16672 2006-08-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
16674         * image.c: don't fail when the link points to an absolute path.
16676 2006-08-18  Sebastien Pouliot  <sebastien@ximian.com>
16678         * decimal.c: Remove dead code (unrequired check) in mono_decimalIncr.
16679         Fix CID #3.
16681 2006-08-17  Miguel de Icaza  <miguel@novell.com>
16683         * image.c (full_path): A new method used to obtain the actual path
16684         of an assembly even in the presence of symbolic links.  
16686         This is necessary for the case where we are running a binary that
16687         has been GACed, but we are using the "published" path name
16688         ($prefix/mono/1.0/blah.exe) which happens to point to the real
16689         file in the GAC.
16691         This was the source of the failure for the `xsp' command with the
16692         recent AppDomain changes, as far as the runtime was concerned,
16693         there were two different assemblies: $prefix/mono/1.0/blah.exe and
16694         $prefix/mono/gac/blah/version/blah.exe.
16696         (do_mono_image_open): use full path
16698 2006-08-17  Zoltan Varga  <vargaz@gmail.com>
16700         * object.c (mono_class_create_runtime_vtable): Add a FIXME.
16702 2006-08-17  Sebastien Pouliot  <sebastien@ximian.com>
16704         * marshal.c: Fix mono_marshal_check_domain_image if an invalid 
16705         domain_id is supplied. Fix CID #241 and corlib's unit tests.
16707 2006-08-17  Zoltan Varga  <vargaz@gmail.com>
16709         * class.c (mono_class_layout_fields): Set min_align to a bigger value for
16710         small structures. Fixes #78990.
16712 2006-08-17  Zoltan Varga  <vargaz@gmail.com>
16714         * marshal.c (mono_marshal_get_xappdomain_invoke): Use the new helper functions here.
16716         * appdomain.c (ves_icall_System_AppDomain_createDomain): Fix a warning.
16718 2006-08-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
16720         * appdomain.c:
16721         * marshal.c: don't load all the assemblies from a domain into newly
16722         created ones. The new domains might have different rules and load
16723         assemblies from different locations. Fixes bug #76757.
16725         Patch by Lluis. Conflicts resolved by Brian Crowell.
16727 2006-08-16  Alp Toker  <alp@atoker.com>
16729         * socket-io.c: First half of the fix for #79084.
16730         Set sa_size to the length of the content, not that of the struct.
16731         Don't add NULL suffix to the content, this should be done in
16732         managed code if needed.
16734 2006-08-14  Raja R Harinath  <rharinath@novell.com>
16736         Fix part of #79012
16737         * metadata.c (do_mono_metadata_parse_generic_class): Don't SEGV if
16738         mono_metadata_parse_type returns NULL.
16740 2006-08-13  Atsushi Enomoto  <atsushi@ximian.com>
16742         * normalization-tables.h : new file for string normalization data.
16743         * locales.c, locales.h, icall.c :
16744           added load_normalization_resource() for string normalization,
16745           and icall as well.
16746         * Makefile.am : added normalization-tables.h to the sources.
16748 2006-08-13  Zoltan Varga  <vargaz@gmail.com>
16750         * marshal.c: Add more helper functions to reduce code duplication and use them
16751         everywhere.
16753 2006-08-12  Zoltan Varga  <vargaz@gmail.com>
16755         * marshal.c: Fix non-x86 stdcall warnings.
16756         
16757         * marshal.c marshal.h: Add some helper functions to emit/patch branches, and use 
16758         them everywhere.
16760 2006-08-11  Jonathan Chambers  <joncham@gmail.com>
16762         * class.c (mono_bounded_array_class_get): Fix if statement that caused incorrect
16763         type check on multi-dimensional arrays. Fixes #79000.
16765 2006-08-10  Jonathan Chambers  <joncham@gmail.com>
16767         * class.c (mono_class_setup_parent): setup is_com_object during class initialization.
16768         * object.c (mono_remote_class_vtable/mono_object_new_specific): Changed checks
16769         to use is_com_object instead of MONO_CLASS_IS_IMPORT() macro.
16770         * class-internals.h: add is_com_object to class structure.
16771         * marshal.c: Fixed marshalling for IDispatch and IUnknown, added
16772         null checks to COM object marshalling. Fix .ctor call on RCW.
16773         * icall.c: Added icall implementation for MonoType.IsCOMObjectImpl.
16774         
16775         All code is contributed under the MIT/X11 license.
16777 2006-08-09  Dick Porter  <dick@ximian.com>
16779         * monitor.c (mono_monitor_cleanup): mono_monitor_cleanup() is
16780         racing mono_monitor_allocator_lock() somewhere, so don't delete
16781         the critical section for now.  Found by running and exiting
16782         monodevelop.
16784 2006-08-10  Zoltan Varga  <vargaz@gmail.com>
16786         * marshal.c (cominterop_get_native_wrapper): Fix a warning.
16787         (ves_icall_System_ComObject_FindInterface): Ditto.
16788         (ves_icall_System_ComObject_CacheInterface): Ditto.
16790         * metadata.c (do_mono_metadata_type_equal): Applied patch from Roberto Costa
16791         (roberto.costa@st.com). Add support for MONO_TYPE_FNPTR.
16793 2006-08-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
16795         * threadpool.c: treat pipes from process asynchronous reads as sockets
16796         when reading from them, so we get select/poll or epoll to wait for
16797         data.
16799 2006-08-07  Sebastien Pouliot  <sebatien@ximian.com>
16801         * loader.c: Fix a typo (CID #233) in the null check.
16803 2006-08-07  Zoltan Varga  <vargaz@gmail.com>
16805         * appdomain.c (mono_domain_unload): Close the thread handle of the unload thread.
16806         Hopefully fixes #78949.
16807         
16808         * metadata.c (mono_metadata_parse_method_signature_full): Applied patch from 
16809         Roberto Costa (roberto.costa@st.com). Handle vararg signatures without SENTINEL
16810         bytes. Fixes #78972.
16812 2006-08-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
16814         * filewatcher.c: we need to set errno here.
16816 2006-08-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
16818         * filewatcher.c: let Win32Exception get the error value.
16820 2006-08-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
16822         * filewatcher.c: translate errno into win32 errors for Win32Exception
16823         to know what happened.
16825 2006-08-01  Zoltan Varga  <vargaz@gmail.com>
16827         * threadpool.c: Fix more warnings.
16829         * assembly.c (search_loaded): Fix warnings.
16831         * threadpool.c (mono_thread_pool_finish): Fix warnings.
16832         (mono_async_invoke): Ditto.
16834 2006-07-28  Jonathan Chambers  <joncham@gmail.com>
16836         * object.c (mono_remote_class_vtable): Need to create proxy vtable
16837         entries for __ComObject type in addition to ComImport types.
16838         * marshal.c: Added support for marshalling COM RCWs. Fixed warning
16839         about hash table.
16840         
16841         All code is contributed under the MIT/X11 license.
16843 Fri Jul 28 19:04:34 CEST 2006 Paolo Molaro <lupus@ximian.com>
16845         * image.c: avoid tentative loading of modulerefs that contain
16846         no metadata (P/Invoke library names).
16848 2006-07-28  Dick Porter  <dick@ximian.com>
16850         * loader.c (mono_loader_cleanup): mono_loader_cleanup() is racing
16851         mono_loader_lock() somewhere, so don't delete the critical section
16852         for now.  Found by running and exiting monodevelop.
16854 2006-07-26 Gonzalo Paniagua Javier <gonzalo@ximian.com>
16856         * filewatcher.c: define the inotify syscalls when we're building on
16857         linux and have sys/syscall.h. The build system might not have support
16858         for inotify but the target system might have it.
16860 2006-07-26  Miguel de Icaza  <miguel@novell.com>
16862         * domain.c: Documentation updates.
16864         * loader.c (mono_free_method): Do not release the method
16865         information if we are being profiled, as profilers will use this
16866         information at shut down to present some data to the user.
16868         This is needed so that the profiler does not crash, as the
16869         profiler tends to keep MonoMethods around, and they might become
16870         invalid if we free these.
16872         (mono_get_method_constrained): Return the original CIL stream
16873         method as well, so verification can be performed against it.
16875 2006-07-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
16877         * filewatcher.[ch]: support for inotify file system watcher.
16878         * icall.c: add new internal calls for the inotify file system watcher.
16880 2006-07-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>
16882         * threadpool.c: Windows also misbehaves on async. connects. Fixes bug
16883         #78888.
16885 2006-07-20  Dick Porter  <dick@ximian.com>
16887         * file-io.c (ves_icall_System_IO_MonoIO_Seek): Fix signed/unsigned
16888         warning.
16890 2006-07-20  Dick Porter  <dick@ximian.com>
16892         * threads.c (start_wrapper): Do the thread cleanup while we still
16893         hold a reference to its object.  Fixes bug 78123.
16895 2006-07-18  Kornél Pál  <kornelpal@gmail.com>
16897         * class-internals.h: Added MONO_WRAPPER_MANAGED_TO_MANAGED wrapper type.
16898         * debug-helpers.c: Map MONO_WRAPPER_MANAGED_TO_MANAGED to
16899           "managed-to-managed".
16900         * icall.c: Redirect string constructors that take sbyte* to
16901           ves_icall_System_String_ctor_RedirectToCreateString.
16902         * marshal.c: Redirect ves_icall_System_String_ctor_RedirectToCreateString
16903           to CreateString () methods with matching signature.
16904         * reflection.c: Use original security informations for
16905           MONO_WRAPPER_MANAGED_TO_MANAGED.
16906         * security-manager.c: Use original security informations for
16907           MONO_WRAPPER_MANAGED_TO_MANAGED.
16908         * string-icalls.c: Added ves_icall_System_String_ctor_RedirectToCreateString
16909           that is a placeholder and only its address should be used.
16910         * string-icalls.h: Added ves_icall_System_String_ctor_RedirectToCreateString
16911           that is a placeholder and only its address should be used.
16913 2006-07-15  Jonathan Chambers  <joncham@gmail.com>
16915         Begin implementing COM Interop.
16916         * appdomain.c: Increment corlib version.
16917         * class.c: Set ComImport classes' parent to __ComObject.
16918         * loader.c: Mark cominterop methods as such.
16919         * domain.c: Add __ComObject class to MonoDefaults structure.
16920         * image.c: Add 2 hashtables to the image for COM Interop related methods
16921         * metadata.c: Added mono_metadata_type_dup_mp to duplicate a type
16922         using the mempool allocator
16923         
16924         * metadata-internals.h: Add 2 hashtables to the image for COM Interop related methods
16925         * metadata.h: Added cominterop field to _MonoMethodSignature struct and
16926         declaration for mono_metadata_type_dup_mp.
16927         
16928         * debug-helpers.c: Added strings for two additional wrapper types
16929         * object.c: Create proxy objects for ComImport classes
16930         * class-internals.h: Define 2 new method wrapper types, COM Interop remoting target,
16931         and added __ComObject class to MonoDefaults structure.
16932         
16933         * object-internals.h: Finish MonoRealProxy definition, and add definition of
16934         MonoComInteropProxy and MonoComObject.
16935         
16936         * marshal.c: Added support for COM Interop
16937         (signature_cominterop): Converts managed signature to corresponding
16938         unmanaged COM signature.
16939         (cominterop_get_function_pointer): gets unmanaged function pointer via
16940         COM object vtable
16941         (cominterop_get_com_slot_for_method): returns vtable slot in COM interface of method
16942         (cominterop_get_method_interface): returns interface type that method is defined on
16943         (mono_mb_emit_cominterop_call): emits native call to function pointer
16944         gotten from vtable
16945         (cominterop_get_native_wrapper_adjusted): actual wrapper around unmanaged COM call
16946         that matches signature of unmanaged function.
16947         (cominterop_get_native_wrapper): wrapper around adjusted method call.
16948         (cominterop_get_invoke): forwards call from proxy to __ComObject
16949         (ves_icall_System_Runtime_InteropServices_Marshal_AddRef): Implements Marshal.AddRef 
16950         (ves_icall_System_Runtime_InteropServices_Marshal_QueryInterface): Implements Marshal.QueryInterface 
16951         (ves_icall_System_Runtime_InteropServices_Marshal_Release): Implements Marshal.Release 
16952         
16953         * marshal.h: Added Marshal icall declarations.
16954         * icall.c: Added __ComObject icalls. Need to store interfaces in unmanaged code
16955         so we can access them in finalizer
16956         
16957 2006-07-14  Dick Porter  <dick@ximian.com>
16959         * object.c (mono_type_initialization_cleanup): Fix a race
16960         condition by temporarily commenting out the critical section
16961         deletion.
16963 2006-07-14  Zoltan Varga  <vargaz@gmail.com>
16965         * reflection.c (create_custom_attr): Fix some warnings.
16966         (create_custom_attr_data): Ditto.
16967         (typebuilder_setup_properties): Save custom attrs for properties in dynamic
16968         types. Fixes #78855.
16970 2006-07-11  Zoltan Varga  <vargaz@gmail.com>
16972         * class.c (mono_type_get_name_recurse): Fix the name of 1 dimensional non-szarrays.
16974         * reflection.c (mono_custom_attrs_free): Fix freeing of dynamic cattr info.
16976 2006-07-08  Zoltan Varga  <vargaz@gmail.com>
16978         * reflection.c (resolve_object): Add support for DynamicMethod.
16980         * domain.c appdomain.c threads.c monitor.c object.c gc.c: Applied patch from
16981         Joachim Ante (joe@otee.dk). Fix some shutdown leaks.
16983 2006-07-06  Sebastien Pouliot  <sebastien@ximian.com>
16985         * process.c: In ves_icall_System_Diagnostics_Process_GetModules_internal 
16986         don't leak GPtrArray's pdata has we have no use (nor free) for it.
16988 2006-07-01  Zoltan Varga  <vargaz@gmail.com>
16990         * marshal.c (mono_marshal_get_runtime_invoke): Fix passing of generic valuetypes.
16991         Fixes #77888.
16993 2006-06-30  Raja R Harinath  <rharinath@novell.com>
16995         * icall.c (ves_icall_MonoMethod_get_base_definition): Simplify
16996         slightly: remove a shadow local variable.
16998 2006-06-29  Raja R Harinath  <rharinath@novell.com>
17000         * icall.c (ves_icall_MonoMethod_get_base_definition): Return the
17001         definition that introduces the virtual function slot.
17002         Also fix Coverity #105.
17004 2006-06-29  Zoltan Varga  <vargaz@gmail.com>
17006         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Fix support
17007         for dynamic assemblies. Fixes #78724.
17009 2006-06-28  Zoltan Varga  <vargaz@gmail.com>
17011         * marshal.c (mono_string_to_byvalwstr): Fix this completely broken function.
17012         Fixes #78722.
17014 2006-06-21  Martin Baulig  <martin@ximian.com>
17016         * reflection.c
17017         (method_encode_clauses): Don't assert on `ex_info->handlers' here;
17018         fixes #76484.
17020 2006-06-21  Zoltan Varga  <vargaz@gmail.com>
17022         * object.h (mono_array_setref): Cast value to (MonoObject*) to fix warnings.
17024 2006-06-20  Raja R Harinath  <rharinath@novell.com>
17026         Make 'mono_class_get_full' only inflate TYPESPECs, not TYPEDEFs
17027         nor TYPEREFs.
17028         * class.c (mono_class_create_from_typespec): Add 'context' argument.
17029         Inflate result if necessary.
17030         (mono_class_get_full): Remove old version.  Rename from
17031         'mono_class_get' and add 'context' argument.  Pass it to
17032         ..._create_from_typespec.
17033         (mono_class_get): New.  Simple wrapper to mono_class_get_full.
17034         (mono_ldtoken): Revert change below.
17036 2006-06-20  Martin Baulig  <martin@ximian.com>
17038         * class.c (mono_ldtoken): Don't pass the generic context to
17039         mono_class_get_full() for MONO_TOKEN_TYPE_DEF/REF.  Fixes #78053.
17041 2006-06-15  Zoltan Varga  <vargaz@gmail.com>
17043         * marshal.c (mono_ftnptr_to_delegate): Avoid allocating signature from mempool
17044         and later freeing it. Fixes #78638.
17046 2006-06-15  Miguel de Icaza  <miguel@novell.com>
17048         * icall.c (mono_class_get_throw): Revert over-zealous error
17049         throwing, the caller for mono_class_get_throw will cope with
17050         errors when classes are not properly initialized already.
17052         The code still copes with loader exceptions though.
17054         Fixes the regression in reftype1 and reftype3 from the CAS tests.
17055         
17056 2006-06-14  Miguel de Icaza  <miguel@novell.com>
17058         Fixes the `make run1' version of RuntimeAbort (to be commited,
17059         source is in Bugzilla).
17060         
17061         * metadata.c (mono_metadata_interfaces_from_typedef_full): Return
17062         FALSE on class loading failure instead of returning true.
17064         * class.c (mono_class_create_from_typedef): It is possible for
17065         mono_metadata_interfaces_from_typedef_full to fail if a class is
17066         not found, cope with this.
17067         
17069 2006-06-14  Dick Porter  <dick@ximian.com>
17071         * socket-io.c: 
17072         * process.c: Fix a bunch of signed/unsigned warnings from gcc
17073         4.1.1
17075 2006-06-12  Atsushi Enomoto  <atsushi@ximian.com>
17077         * culture-info-table.h : oops, forgot to make it nsync with r61548.
17079 2006-06-09  Jonathan Chambers  <jonathan.chambers@ansys.com>
17081         * icall.c: Another fix for building mono in Visual Studio.
17083 2006-06-09  Jonathan Chambers  <jonathan.chambers@ansys.com>
17085         * marshal.c icall.c: Minor fixes for building mono in Visual Studio.
17086         
17087 2006-06-09  Martin Baulig  <martin@ximian.com>
17089         * debug-mono-symfile.c: Put this back and really fix it this
17090         time. Sorry for all the trouble.
17092 2006-06-08  Zoltan Varga  <vargaz@gmail.com>
17094         * icall.c (mono_class_get_throw): Fix a warning.
17095         (ves_icall_System_Reflection_Assembly_GetTypes): Allways throw 
17096         ReflectionTypeLoadException if needed. Fixes #78606.
17098         * class.c (mono_class_setup_vtable_general): Handle loader errors a bit better.
17099         (mono_class_init): Ditto.
17101         * loader.c (mono_loader_set_error_assembly_load): Display a separate warning for
17102         ref_only exceptions.
17103         (mono_loader_clear_error): Make this work even if there is no error.
17105 2006-06-08  Jonathan Chambers  <jonathan.chambers@ansys.com>
17107         * object-internals.h marshal.c marshal.h icall.c: Implement method 
17108         Marshal.GetComSlotForMethodInfo using internal call.
17110 2006-06-07  Zoltan Varga  <vargaz@gmail.com>
17112         * class-internals.h: Add a new kind of loader error LOADER_ERROR_ASSEMBLY plus
17113         a function for signalling it.
17115         * class.c (mono_class_from_typeref): Use the new kind of loader error when
17116         a referenced assembly is not found.
17118         * loader.c (mono_loader_error_prepare_exception): Add support for 
17119         LOADER_ERROR_ASSEMBLY. Fix formatting.
17121 2006-06-05  Jonathan Chambers  <jonathan.chambers@ansys.com>
17123         * domain.c appdomain.c class-internals.h marshal.c: Add support 
17124         for VARIANT marshalling on windows and increment corlib version
17125         since Variant struct was added.
17127 2006-06-03  Miguel de Icaza  <miguel@novell.com>
17129         * debug-mono-symfile.c: Revert Martin's previous patch which broke
17130         stack trace line information:
17132         (Martin) (mono_debug_symfile_lookup_location): Fix the algorithm:
17133         (Martin) when looking up B which is between A and C, return A not C.
17135         Bug is #78573.
17137         Thanks to Alexander Olk for tracking this down.
17139 2006-06-02  Zoltan Varga  <vargaz@gmail.com>
17141         * marshal.c (mono_marshal_set_last_error_windows): Fix build.
17142         
17143         * marshal.c (mono_marshal_emit_native_wrapper): Call GetLastError () early and without a wrapper to
17144         avoid clobbering its value.
17145         (mono_string_to_lpstr): Fix a warning on windows.
17147 2006-05-31  Zoltan Varga  <vargaz@gmail.com>
17149         * class-internals.h (MonoClass): Removed obsolete 'dummy' flag.
17151         * reflection.c loader.c: Removed references to 'dummy' flag.
17153         * loader.c (mono_loader_error_prepare_exception): Fix a warning.
17155         * threadpool.c: Make ASyncCall a copy of the managed MonoAsyncCall class so
17156         it gets GC tracking.
17158         * object-internals.h (MonoAsyncResult): Add an 'object_data' field which has
17159         GC tracking.
17160         
17161         * object.c (mono_async_result_new): Add an additional parameter 'object_data'.
17163         * marshal.c threadpool.c: Update callers of mono_async_result_new.
17165         * appdomain.c: Bump corlib version.
17167 2006-05-30  Zoltan Varga  <vargaz@gmail.com>
17169         * marshal.c: Use mono_mb_emit_stloc in more places. Use CEE_LDIND_REF and
17170         CEE_STIND_REF when working with object references.
17172 2006-05-31  Zoltan Varga  <vargaz@gmail.com>
17174         * class.c (mono_class_setup_fields): Call mono_class_init () for class->parent.
17175         Fixes #78539.
17177 2006-05-30  Miguel de Icaza  <miguel@novell.com>
17179         * loader.c (method_from_memberref): Fix argument value for
17180         mono_loader_set_error_method_load (I was passing the MonoClass
17181         instead of the class name char *).
17183 2006-05-30  Zoltan Varga  <vargaz@gmail.com>
17185         * marshal.c: Use mono_mb_emit_stloc in more places. Use CEE_LDIND_REF and
17186         CEE_STIND_REF when working with object references.
17188 2006-05-30  Martin Baulig  <martin@ximian.com>
17190         * mono-debug.c (mono_debug_print_stack_frame): Reverted the
17191         mono_method_full_name() change and replace the ':' with a '.'
17192         here.
17194 2006-05-30  Martin Baulig  <martin@ximian.com>
17196         * debug-mono-symfile.c
17197         (mono_debug_symfile_lookup_location): Fix the algorithm:
17198         when looking up B which is between A and C, return A not C.
17200 2006-05-29  Martin Baulig  <martin@ximian.com>
17202         * mono-debug.h
17203         (MonoDebugMethodInfo): Make the typedef public.
17204         (MonoDebugSourceLocation): New public struct.
17206         * mono-debug.c
17207         (mono_debug_source_location_from_address): Removed.
17208         (mono_debug_source_location_from_il_offset): Removed.
17209         (mono_debug_il_offset_from_address): Removed.
17210         (mono_debug_address_from_il_offset): Removed.
17211         (mono_debug_lookup_method): New public function.
17212         (mono_debug_lookup_source_location): New public function; replaces
17213         the old mono_debug_source_location_from_*() functions; see the
17214         inline documentation.
17215         (mono_debug_free_source_location): New public function.
17216         (mono_debug_print_stack_frame): New public function; see the
17217         inline documentation.
17219         * debug-mono-symfile.c
17220         (mono_debug_find_source_location): Renamed into
17221         mono_debug_symfile_lookup_location(); only take a
17222         `MonoDebugMethodInfo *' and an `offset' argument; added inline
17223         documentation.
17224         (mono_debug_find_method): Renamed into
17225         mono_debug_symfile_lookup_method().
17227 2006-05-27  Zoltan Varga  <vargaz@gmail.com>
17229         * assembly.c (mono_assembly_open_full): Dont overwrite the status
17230         returned by mono_image_open_full ().
17232         * appdomain.c (ves_icall_System_Reflection_Assembly_LoadFrom): Convert
17233         MONO_IMAGE_IMAGE_INVALID into a BadImageFormatException. Fixes
17234         #78517.
17236         * object.c (compute_class_bitmap): Use class->class_size for static fields. Fixes
17237         #78518.
17239 2006-05-27  Miguel de Icaza  <miguel@novell.com>
17241         * class.c (mono_class_from_typeref): handle missing images
17242         earlier, deals with bug #78418.   Refactor code; 
17244         Fix a warning introduced in my previous commit (some stale code
17245         from before I revisited my patch).
17247         * class.c (mono_class_create_from_typedef): On failure, remove the
17248         class from the MonoImage->class_cache as the class is not
17249         initialized;   Fixes the leak pointed out by Paolo.
17251 2006-05-25  Dick Porter  <dick@ximian.com>
17253         * threads.c (mono_thread_cleanup): Build fix.  Comment out the
17254         DeleteCriticalSections until I figure out which one may still be
17255         sometimes locked when mono_thread_cleanup is called.
17257 2006-05-24  Dick Porter  <dick@ximian.com>
17259         * threads.c (mono_thread_cleanup): Move the threading cleanup out
17260         of mono_thread_manage and back into its own function, so it can be
17261         called after the finalizer thread has finished.
17263         * appdomain.c (mono_runtime_cleanup): Call mono_thread_cleanup
17265 2006-05-24  Zoltan Varga  <vargaz@gmail.com>
17267         * assembly.c (mono_assembly_open_full): Fix typo introduced by a previous change.
17268         Fixes #78495.
17270         * marshal.c (emit_ptr_to_object_conv): Implement marshalling of byval arrays
17271         with non-blittable elements.
17272         (emit_object_to_ptr_conv): Ditto. Fixes #78492.
17274 2006-05-24  Martin Baulig  <martin@ximian.com>
17276         * mono-debug-debugger.h (MonoDebuggerEvent): Added
17277         `MONO_DEBUGGER_EVENT_FINALIZE_MANAGED_CODE'.    
17279         * mono-debug-debugger.c (mono_debugger_cleanup): Send a
17280         `MONO_DEBUGGER_EVENT_FINALIZE_MANAGED_CODE' and then set
17281         `mono_debugger_event_handler' to NULL.
17283 2006-05-24  Martin Baulig  <martin@ximian.com>
17285         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 57.
17287 2006-05-24  Martin Baulig  <martin@ximian.com>
17289         * mono-debug-debugger.h
17290         (mono_debugger_create_notification_function): Added
17291         `MonoCodeManager *' argument.
17293 Tue May 23 16:05:47 CEST 2006 Paolo Molaro <lupus@ximian.com>
17295         * boehm-gc.c, null-gc.c: fix compilation on 64 bit systems.
17297 Tue May 23 13:44:11 CEST 2006 Paolo Molaro <lupus@ximian.com>
17299         * Makefile.am, gc-internal.h, reflection.c: updates for the new GC.
17300         * sgen.-gc.c, sgen-gc.h: simple generational compacting GC
17301         implementation.
17303 Tue May 23 13:40:30 CEST 2006 Paolo Molaro <lupus@ximian.com>
17305         * icall.c: precise GC support: objects can't be stored in unmanaged
17306         memory anymore, even if they are kept alive by other references: since
17307         they can move the GC needs to be able to always find them.
17309 Tue May 23 12:57:08 CEST 2006 Paolo Molaro <lupus@ximian.com>
17311         * object.c: precise GC support for static fields. Support
17312         for moving GCs: write barriers and pinned allocation for interned
17313         strings.
17315 Tue May 23 12:41:44 CEST 2006 Paolo Molaro <lupus@ximian.com>
17317         * domain.c, domain-internals.h: precise GC support for the MonoDomain
17318         structure.
17320 Tue May 23 12:38:56 CEST 2006 Paolo Molaro <lupus@ximian.com>
17322         * class.c, gc.c: sgen and precise GC updates.
17324 Tue May 23 12:33:24 CEST 2006 Paolo Molaro <lupus@ximian.com>
17326         * marshal.h, marshal.c: added write barrier wrapper and precise type
17327         fixes.
17329 Tue May 23 12:31:22 CEST 2006 Paolo Molaro <lupus@ximian.com>
17331         * object.h, null-gc.c, boehm-gc.c: more write barrier functions and
17332         support.
17334 Tue May 23 12:27:14 CEST 2006 Paolo Molaro <lupus@ximian.com>
17336         * reflection.c: precise and sgen GC updates.
17338 Tue May 23 12:21:46 CEST 2006 Paolo Molaro <lupus@ximian.com>
17340         * debug-helpers.c, class-internals.h: added write barrier wrapper type.
17342 2006-05-22  Zoltan Varga  <vargaz@gmail.com>
17344         * threads.c (start_wrapper): Fix a missed guint32 tid declaration.
17346 2006-05-20  Zoltan Varga  <vargaz@gmail.com>
17348         * reflection.c (encode_cattr_value): Fix yet another bug in the encoding of
17349         MONO_TYPE_OBJECT. Fixes #78462.
17351 2006-05-18  Zoltan Varga  <vargaz@gmail.com>
17353         * marshal.c (emit_marshal_vtype): Add support for UnmanagedType.LPStruct 
17354         and blittable types.
17356 2006-05-17  Miguel de Icaza  <miguel@novell.com>
17358         * class.c (mono_class_get_exception_for_failure): Implement parts
17359         of a TODO: if the loader error is set (instead of the class
17360         error), we return a Loader exception that can be properly thrown
17361         elsewhere.
17363         This was exposed by some Winforms 2.0 code that I tried to run
17364         (Atsushi pointed me to it).
17366 2006-05-17  Zoltan Varga  <vargaz@gmail.com>
17368         * marshal.c (mono_marshal_emit_native_wrapper): Make the marshalling code more
17369         uniform by moving stuff from this function to the proper emit_marshal_XXX functions.
17370         
17371         * marshal.c (emit_marshal_vtype): Add limited support for 
17372         UnmanagedType.LPStruct. Fixes #78427.
17374         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStructure): 
17375         Applied a patch from kangaroo to fix #77523.
17377 2006-05-17  Martin Baulig  <martin@ximian.com>
17379         * threads.c
17380         (debugger_thread_vtable): Moved into ../mini/debug-debugger.c.
17381         (debugger_thread_created): Removed.
17382         (debugger_thread_exited): Removed.
17384 2006-05-15  Zoltan Varga  <vargaz@gmail.com>
17386         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
17388         * object-internals.h (MonoReflectionResource): Sync with managed version.
17390 2006-05-12  Wade Berrier <wberrier@novell.com>
17392         * threads.c: Define G_GSIZE_FORMAT for systems with glib < 2.6
17394 2006-05-12  Zoltan Varga  <vargaz@gmail.com>
17396         * class.c (mono_fnptr_class_get): Set class->image to corlib for now, since other
17397         functions try to allocate from the image mempool.
17399 2006-05-12  Dick Porter  <dick@ximian.com>
17401         * threads.c (mono_thread_attach): Fix usage of GetCurrentThread().
17403 2006-05-12  Lluis Sanchez  <lluis@ximian.com>
17405         * object.c: The FieldGetter and FieldSetter methods require the full
17406         name of the class, not only the name. Fixes bug #78277.
17408 2006-05-11  Miguel de Icaza  <miguel@novell.com>
17410         * loader.c (method_from_memberref): Do not pass the NULL klass to
17411         mono_loader_set_error_() methods.  Pass the non-NULL value
17412         (class). 
17414 2006-05-11  Zoltan Varga  <vargaz@gmail.com>
17416         * assembly.c (mono_assembly_load_from_full): Fix a bunch of warnings.
17417         (mono_assembly_close): Null out assembly->image->references after freeing it.
17419         * image.c (mono_image_close): Free image->references.
17420         
17421         * reflection.c (mono_image_basic_init): Fix a small memory leak.
17423 2006-05-10  Sebastien Pouliot  <sebastien@ximian.com>
17425         * marshal.c: In function mono_mb_add_local don't use the mb pointer 
17426         before checking if it's NULL (g_assert).
17428 2006-05-10  Martin Baulig  <martin@ximian.com>
17430         * metadata.c (mono_type_size): Kill the g_assert() in MONO_TYPE_GENERICINST;
17431         I thought I already killed that two months ago, but now it somehow reappeared.
17433 2006-05-10  Martin Baulig  <martin@ximian.com>
17435         * mono-debug.c (mono_debug_add_method): Allow instantiated generic methods.
17437 2006-05-10  Zoltan Varga  <vargaz@gmail.com>
17439         * reflection.c: Allocate memory for dynamically created methods in the image
17440         mempools.
17442 2006-05-10  Sebastien Pouliot  <sebastien@ximian.com>
17444         * appdomain.c: In ves_icall_System_AppDomain_[Get|Set]Data functions, 
17445         don't use the ad pointer before checking if it's NULL (g_assert).
17447 2006-05-09  Zoltan Varga  <vargaz@gmail.com>
17449         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetAssemblyName): Remove
17450         a redundant (and incorrect) addref. Hopefully fixes sn.exe on windows.
17452         * marshal.c: Allocate all signatures from mempools.
17454         * marshal.c: Allocate some more signatures from mempools.
17456 2006-05-09  Miguel de Icaza  <miguel@novell.com>
17458         * object.c (mono_load_remote_field): The code used to provide a
17459         temporary variable for returning results if the user did not
17460         provide a result pointer.  But our temporary variable was allocted
17461         on the satck.
17463         Fix calling code to always pass a result area.   Coverity ID 103.
17465 2006-05-06  Zoltan Varga  <vargaz@gmail.com>
17467         * threads.c (ves_icall_System_Threading_Interlocked_Add_Int): Return the new
17468         value, not the old. Fixes #78312.
17469         (ves_icall_System_Threading_Interlocked_Add_Long): Ditto.
17471         * class.c (mono_bounded_array_class_get): Allocate data from the image mempool.
17472         (mono_ptr_class_get): Ditto. Also change the cache from a global one to a 
17473         per-image cache.
17475         * assembly.c (mono_assembly_close): Free image->references.
17477         * assembly.c (mono_assembly_names_equal): Fix a warning.
17478         (mono_assemblies_cleanup): Cleanup more global data.
17480         * metadata-internals.h (MonoImage): Add 'ptr_cache'.
17482         * image.c (mono_image_close): Free up the contents of 'array_cache', free up
17483         ptr_cache and image->modules.
17485         * image.c (mono_image_init): Allocate array_cache lazily.
17486         
17487 2006-05-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
17489         * assembly.c: use GetCurrentThreadId for the hash, as GetCurrentThread
17490         behavior was changed recently and has bad side effects.
17492 2006-05-05  Zoltan Varga  <vargaz@gmail.com>
17494         * assembly.c (mono_assembly_open_full): Add a missing mono_image_close ().
17495         
17496         * assembly.c (mono_assembly_close): Remove a debug printf.
17498         * profiler.c (create_profiler): Use mono_aligned_addr_hash.
17500         * metadata-internals.h image.c assembly.c: Change the reference counting scheme
17501         to also allow for temporary references between mono_image_open ()/close ().
17503         * domain.c (get_runtimes_from_exe): Add a FIXME.        
17505 2006-05-04  Zoltan Varga  <vargaz@gmail.com>
17507         * marshal.c: Fix support for dynamic methods.
17509         * appdomain.c (mono_runtime_cleanup): Call mono_marshal_cleanup ().
17511         * marshal.c (mono_marshal_cleanup): New cleanup function.
17513         * marshal.c: Rewrite the wrapper code to allocate most of its memory from the 
17514         image mempools.
17516         * class.c (mono_class_init): Fix leaking class->nested_classes.
17518         * metadata-internals.h (MonoImage): Add a couple of new wrapper caches.
17520         * image.c (mono_image_init): Initialize the new cashes.
17522         * image.c (mono_image_close): Destroy the new cashes.
17524         * marshal.c: Get rid of most of the static caches in favor of per-image caches.
17526         * mempool.c (mono_mempool_strdup): New helper function.
17528         * class-internals.h: Add prototype for mono_loader_unlock ().
17530         * domain.c (mono_jit_info_table_find): Fix a warning.
17531         (mono_debugger_check_runtime_version): Ditto.
17533         * rawbuffer.h rawbuffer.c metadata-internals.h metadata.c class-internals.h 
17534         class.c loader.c image.h image.c assembly.h assembly.c: Add init () and cleanup ()
17535         functions to these modules.
17537         * domain-internals.h domain (mono_cleanup): New internal method to cleanup most
17538         metadata modules.
17539         
17540         * marshal.c (mono_free_bstr): Fix a warning.
17542         * assembly.c (mono_assembly_open_full): Fix another small leak.
17544         * object.c: Fix some unload leaks in the remoting code.
17546         * object-internals.h object-internal.c (mono_string_to_utf8_mp): New helper
17547         function.
17549         * assembly.c (mono_assembly_close): Fix a leak when unloading dynamic assemblies.
17551         * reflection.c: Fix some unload leaks in dynamic assemblies.
17553 2006-05-02  Jonathan Chambers  <jonathan.chambers@ansys.com>
17555         * marshal.c: Add BSTR support on Win32 (all changes under MIT X11)
17556         * marshal.h: Add BSTR support on Win32
17557         * icall.c: Add BSTR icalls
17558         * metadata.h: Add BSTR enums
17560 2006-04-28  Miguel de Icaza  <miguel@novell.com>
17562         Work to catch the crash from #76795 and turn it into an
17563         exception.   As I stubbed out pieces of the VisualBasic support,
17564         I found a number of places where the code was failing and I added
17565         checks to those places. 
17566         
17567         * metadata.c (do_mono_metadata_parse_generic_class): Make this
17568         function return a status code.  If we fail to parse the signature
17569         from mono_metadata_parse_generic_inst, return FALSE.
17571         * loader.c (mono_get_method_from_token): If we fail to load the
17572         method (mono_class_get) return NULL.   
17574         * (method_from_memberref): Return NULL if we are unable to parse
17575         the method signature
17577         (mono_loader_error_prepare_exception): Since we now use the
17578         loader_error flag internally to stop processing, and obtaining
17579         exceptions that might be thrown will walk this code path the
17580         proper way of going from a MonoLoaderError into a
17581         MonoException was convoluted.   This new routine encapsulates the
17582         process of turning the error into an exception and *clearing* the
17583         error afterwards.
17584         
17585 2006-04-27  Miguel de Icaza  <miguel@novell.com>
17587         Work to catch the crashes from 75075 (cope in Assembly.GetTypes
17588         with missing assemblies), and to cope with:
17590                 * Missing fieldref from a non-existing assembly.
17591                 * Missing methodref from a non-existing assembly.
17593         The first batch of work to address *some* of the issues from 76661.
17594         
17595         * object.c (mono_class_create_runtime_vtable): If we fail to
17596         initialize the class raise the exception here. 
17598         * metadata.c (mono_class_get_overrides_full): If any methods fail
17599         to load return the failure to the caller.
17601         * assembly.c: Use REFERENCE_MISSING instead of (gpointer) -1 for
17602         flagging assemblies that failed to load.   
17604         Do not crash if we are unable to load the assembly.
17606         (mono_assembly_close): Do nothing with REFERENCE_MISSING
17607         assemblies. 
17609         * loader.c (mono_loader_set_error_type_load): Change the
17610         convention to always pass unallocated strings, so we make our own
17611         copies (I know our own code had duplicated strings before, but
17612         this keeps the normal conventions).
17613         (method_from_memberref): Call mono_loader_set_error_method_load
17614         for all possible failures of loading the class. 
17615         Remove assert, turn into a loader error.
17617         (mono_loader_error_to_exception): Move this routine from mini
17618         (mini_loader_error_to_exception) there was no need to have that in
17619         mini. 
17621         * class.c (mono_class_from_typeref): If we were not able to load
17622         the assembly with mono_assembly_load_reference, call the
17623         mono_loader_set_error_type_load to register the problem.
17625         (mono_class_setup_fields): If we fail to load the type from
17626         mono_metadata_parse_type_full, call mono_class_set_failure and
17627         break from the loop.
17629         If class->exception_type is set, we do not layout the fields as
17630         that might crash the runtime, and instead return (from breaking
17631         from the previous loop).
17633         (mono_class_setup_vtable): This now returns a boolean indicating
17634         whether the table was properly setup.   The decision is driven by
17635         mono_class_get_overrides_full which might run into non-existing
17636         methods. 
17637         
17638         (mono_class_init): Returns TRUE on success or FALSE if there was a
17639         problem in loading the type (incorrect assemblies, missing
17640         assemblies, methods, etc).
17642         When we call mono_class_setup_fields we also check for a potential
17643         error inside this call (either a class exception or a general
17644         loader exception).
17646         (mono_class_create_from_typedef): If the parent fails to load
17647         (calling mono_class_get_full) return NULL.
17648         
17649         ** Important **
17651         calls to mono_metadata_parse_type_full should be checked
17652         everywhere and set the mono_class_set_failure
17653         (MONO_EXCEPTION_TYPE_LOAD) if we are not able to get the type.
17655         The current patch checks the places where my manually constructed
17656         tests show the errors are showing up, but we should do it
17657         everywhere. 
17659         ** Important2 **
17661         mono_class_init return values should be tested everywhere, like
17662         the previous case this is something that we should audit
17663         everywhere and not only on the cases exposed by the tests I
17664         created. 
17666 2006-04-26  Miguel de Icaza  <miguel@novell.com>
17668         * file-io.c (ves_icall_System_IO_MonoIO_Open): Remove `async'
17669         boolean parameter and instead pass the information on `options'
17670         parameter (FileOptions).
17672         * icall.c: Register the new signature for MonoIO.Open.
17674         * debug-helpers.c (dis_one): Trying to understand how coverity
17675         works.  Fix Run 5, item 78.
17677 2006-04-26  Dick Porter  <dick@ximian.com>
17679         * socket-io.c (hostent_to_IPHostEntry2): Explicitly check for NULL
17680         dereference.
17682 2006-04-25  Martin Baulig  <martin@ximian.com>
17684         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 56.
17686         * threads.c (mono_thread_attach): Set `thread->stack_ptr' and call
17687         debugger_thread_created().
17688         (debugger_gc_push_all_stacks): Don't handle the main thread in any
17689         special way.
17690         (mono_debugger_init_threads): Removed the `main_thread_stack' arg.
17691         (mono_debugger_finalize_threads): New function; undo the effects
17692         of mono_debugger_init_threads().
17693         (mono_debugger_create_all_threads): Removed.
17695 2006-04-24  Zoltan Varga  <vargaz@gmail.com>
17697         * image.c (mono_image_close): Tidy up trace messages.
17699         * assembly.c (mono_assembly_close): Ditto.
17701         * assembly.c (mono_assembly_close): Clear out image->assembly so the image
17702         no longer references an already freed assembly. Fixes #78168.
17704 2006-04-21  Dick Porter  <dick@ximian.com>
17706         * threads.c (mono_thread_detach): Fix reference counting when
17707         detaching threads.
17709 2006-04-21  Zoltan Varga  <vargaz@gmail.com>
17711         * icall.c (ves_icall_System_Enum_ToObject): Improve exception messages. Fixes
17712         #78155.
17714 2006-04-19  Zoltan Varga  <vargaz@gmail.com>
17716         * marshal.c (mono_type_to_ldind): New helper function moved here from mini.c
17717         (mono_type_to_stind): Ditto.
17719         * marshal.c: Use the new helper functions to simplify code.
17721         * image.c (mono_image_close): Add some code for help debug assembly unloading
17722         problems.
17724         * metadata.c (mono_metadata_parse_type_full): Allocate MonoType's from the
17725         image mempool.
17727         * assembly.c (mono_assembly_open_full): Invoke the load hook when the
17728         assembly was already loaded in another appdomain. Fixes #78083.
17730 2006-04-13  Zoltan Varga  <vargaz@gmail.com>
17732         * assembly.c (mono_assembly_load_reference): Increase the refcount of the
17733         referenced assemblies.
17734         (mono_assembly_close): Decrease the refcount of the referenced assemblies.
17736         * domain.c (mono_domain_free): Add a trace message.
17738         * appdomain.c (add_assemblies_to_domain): Ditto.        
17740         * metadata-internals.h: (_MonoAssembly): Modify the meaning of the ref_count
17741         field.  
17743 2006-04-12  Zoltan Varga  <vargaz@gmail.com>
17745         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetAssemblyName): Fix image reference counting.
17747 2006-04-12  Martin Baulig  <martin@ximian.com>
17749         * threads.c: Use `MONO_DEBUGGER_SUPPORTED' as the conditional, not
17750         `USE_INCLUDED_LIBGC'.   
17752 2006-04-12  Zoltan Varga  <vargaz@gmail.com>
17754         * image.c (canonicalize_path): Avoid calling strncpy on overlapping strings if
17755         the patch contains ../ and a small directory name later. Hopefully fixes
17756         #78035.
17758 2006-04-10  Martin Baulig  <martin@ximian.com>
17760         Clean up the debugger's thread-handling code.
17762         The debugger's thread-handling code has been moved from
17763         ../mini/debug-debugger.c to threads.c.  We now iterate directly
17764         over the `threads' hash, keep track of exiting threads and also
17765         use proper locking.
17767         We can now debug XSP and XSP based applications with the debugger.
17769         * object-internals.h (MonoThread): Added `gpointer end_stack'.
17771         * threads.h
17772         (MonoThreadCallbacks): Removed; this was only used by the debugger.
17773         (mono_install_thread_callbacks): Likewise.      
17775         * threads.c (mono_thread_callbacks): Removed.
17776         (debugger_thread_created, debugger_thread_exited): New static functions.
17777         (start_wrapper): Call debugger_thread_created().
17778         (thread_cleanup): Call debugger_thread_exited().
17779         (mono_gc_stop_world, mono_gc_start_world): Removed; this was never used.
17780         (mono_debugger_init_threads): New public function.
17781         (debugger_thread_vtable): Moved here from debug-debugger.c; we now
17782         iterate directly over the `threads' hash and also use proper locking.
17784         * mono-debug.h (MONO_DEBUGGER_VERSION): Bumped to 55.
17786         * mono-debug-debugger.h
17787         (MonoDebuggerEvent): Added MONO_DEBUGGER_EVENT_THREAD_EXITED.
17789 2006-04-10  Zoltan Varga  <vargaz@gmail.com>
17791         * reflection.c (encode_cattr_value): Fix handling of parameter type=object, 
17792         argument type=array. Fixes #78057.
17794 2006-04-10  Atsushi Enomoto  <atsushi@ximian.com>
17796         * culture-info-table.h : regenerated. Fixed bug #69652.
17798 2006-04-07  Zoltan Varga  <vargaz@gmail.com>
17800         * loader.c metadata.c: Reapply a variant r59116.
17801         
17802         * loader.c metadata.c: Revert r59116 to see if it fixes the breakage.
17804         * class.c (mono_class_setup_interface_offsets): New internal function.
17806         * reflection.c (ensure_runtime_vtable): Setup interface offsets for dynamic
17807         interfaces too. Fixes #77398.
17809         * reflection.c (encode_cattr_value): Add support for 
17810         parameter type=object, argument type=array.
17811         (load_cattr_value): Ditto. Fixes #77916.
17813         * marshal.c (emit_object_to_ptr_conv): Add support for ARRAY_BYVALCHARARRAY.
17814         (emit_ptr_to_object_conv): Ditto. Fixes #77960.
17816         * metadata.c (mono_type_to_unmanaged): Use ARRAY_BYVALCHARARRAY when converting
17817         a byval char array and CharSet is Ansi.
17819         * metadata.h: Add new marshalling conversion ARRAY_BYVALCHARARRAY.
17821 2006-04-06  Zoltan Varga  <vargaz@gmail.com>
17823         * metadata.c: Add some locking comments.
17824         
17825         * metadata.c (mono_metadata_signature_alloc): Allocate signatures in the image
17826         mempool.
17827         (mono_metadata_free_method_signature): Don't free the signature itself.
17829         * loader.c (mono_free_method): Don't free the signature in non-dynamic methods. 
17831         * assembly.c (mono_assembly_open_full): Avoid the situation where two assemblies
17832         reference the same MonoImage.
17833         (mono_assembly_load_from_full): Add an assert.
17835 2006-04-05  Zoltan Varga  <vargaz@gmail.com>
17837         * image.c (mono_image_close): Don't put the image we are about to free into the
17838         loaded_images_guid_hash.
17840         * marshal.c (mono_mb_emit_ptr): Refactor a common code sequence into this function
17841         to reduce code duplication.
17843         * marshal.c: Register the native functions called by this module as icalls, to
17844         somewhat centralize the creation of MonoMethodSignature's.
17846         * loader.c (mono_method_signature): Add a cache for method signatures.
17848         * metadata.c (mono_metadata_get_param_attrs): New helper function to return
17849         the parameter attributes of a method.
17850         (mono_metadata_parse_method_signature_full): Refactored the computation of
17851         parameter attributes into a separate function. Also avoid one allocation in
17852         most cases.
17854         * assembly.c (mono_assembly_close): Ditto.
17856         * image.c (mono_image_close): Log trace messages with INFO level.
17858         * metadata-internals.h (MonoImage): Add a new 'method_signature' cache.
17860         * image.c reflection.c: Correct reference counting of image modules.
17861         
17862         * metadata.c (mono_metadata_interfaces_from_typedef_full): Allocate the result
17863         of this function from the image mempool.
17864         
17865         (mono_metadata_parse_type_full): Remove the mode != MONO_PARSE_PARAM restriction
17866         to allow more cached types to be used.
17868         * mono-debug.c (mono_debug_add_method): Appled patch from
17869         David S. Miller  <davem@sunset.davemloft.net>: Access 
17870         minfo->lexical_blocks[] entry elements using read32().
17872 2006-04-04  Zoltan Varga  <vargaz@gmail.com>
17874         * loader.c (mono_free_method): No longer free the method header for non-dynamic
17875         methods as it is allocated from the mempool.
17877         * metadata.c (mono_metadata_parse_mh_full): Allocate method headers from the
17878         image mempool.
17880         * metadata-internals.h: Add comments describing the reference counting scheme
17881         used for MonoImage and MonoAssembly.
17883         * image.c assembly.c reflection.c: Rework reference counting of images and 
17884         assemblies so they are freed when the runtime is shut down. Free some 
17885         additional memory structures when an image is unloaded.
17886         
17887 2006-04-03  Zoltan Varga  <vargaz@gmail.com>
17889         * class.c loader.c reflection.c: Allocate more data structures in
17890         the image mempool.
17892 2006-03-31  Miguel de Icaza  <miguel@novell.com>
17894         * icall.c
17895         (ves_icall_System_Environment_InternalSetEnvironmentVariable): Fix
17896         build on pre glib 2.4 systems.
17898 2006-03-31  Zoltan Varga  <vargaz@gmail.com>
17900         * icall.c (ves_icall_System_Environment_InternalSetEnvironmentVariable): New icall.
17902         * icall.c: Fix some warnings.
17904 2006-03-29  Atsushi Enomoto  <atsushi@ximian.com>
17906         * culture-info-table.h : regenerated.
17908 Wed Mar 29 18:24:42 CEST 2006 Paolo Molaro <lupus@ximian.com>
17910         * threads.c, object-internals.h, verify.c: changed the culture caching
17911         code to use a normal MonoArray for storage so the GC can keep track of
17912         them easily. Fixed bits of the cache logic, too and simplified the
17913         code.
17915 Wed Mar 29 17:18:16 CEST 2006 Paolo Molaro <lupus@ximian.com>
17917         * gc-internal.h, null-gc.c, boehm-gc.c, gc.c: enable the finalizer
17918         thread for non-Boehm GCs.
17920 Wed Mar 29 17:10:05 CEST 2006 Paolo Molaro <lupus@ximian.com>
17922         * domain.c, object.c, domain-internals.h: reduce the amount of memory
17923         needed to keep track of the data for static fields.
17925 2006-03-29  Raja R Harinath  <rharinath@novell.com>
17927         Fix #75172
17928         * icall.c (ves_icall_Type_GetMethodsByName): Don't use vtable_size
17929         for interface classes.  Use 'num_methods' instead.
17930         (ves_icall_Type_GetPropertiesByName): Likewise.  Setup vtable
17931         before using '->vtable_size' field.
17933 Wed Mar 29 12:53:28 CEST 2006 Paolo Molaro <lupus@ximian.com>
17935         * domain.c, object.c, domain-internals.h: proxy_vtable_hash
17936         doesn't contain managed pointers, so use a normal hashtable.
17938 Mon Mar 27 11:15:00 CEST 2006 Paolo Molaro <lupus@ximian.com>
17940         * reflection.c, class-internals.h, domain.c: fixed handling of types
17941         used as values for objects in custom attributes (bug #77915):
17943 2006-03-24  Martin Baulig  <martin@ximian.com>
17945         * class.c (mono_class_setup_fields): Added support for generic
17946         instances; fixes #77580.
17948 2006-03-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>
17950         * assembly.c: publickeytoken is case insensitive. Fixes bug #77898.
17952 2006-03-24  Dick Porter  <dick@ximian.com>
17954         * file-io.c (get_file_attributes): More stat macro breakage.
17955         Fixes bug 77759.
17957 Fri Mar 24 15:26:00 CET 2006 Paolo Molaro <lupus@ximian.com>
17959         * profiler.c: added the file=filename option in the default profiler
17960         to output the profile data to filename.
17962 2006-03-22 Gonzalo Paniagua Javier <gonzalo@ximian.com>
17964         * icall.c: CodeBase returns '/' instead of '\\' on windows. Fixes
17965         bug #77877.
17967 2006-03-22  Martin Baulig  <martin@ximian.com>
17969         * reflection.c (fieldbuilder_to_mono_class_field): Don't store the
17970         allocated `MonoClassField *' in `fb->handle'.
17972 Tue Mar 21 17:19:37 CET 2006 Paolo Molaro <lupus@ximian.com>
17974         * class.c, image.c, metadata-internals.h: implemented new mechanism to
17975         allocate interface ID to save memory and allow better ID reuse on
17976         appdomain unload. setup_generic_vtable () removal from Martin.
17978 Tue Mar 21 15:54:30 CET 2006 Paolo Molaro <lupus@ximian.com>
17980         * object.h, appdomain.c, domain.c, exception.c, icall.c,
17981         locales.c, marshal.c, object.c, reflection.c, threadpool.c,
17982         threads.c: introduced MONO_OBJECT_SETREF() macro to be able to insert
17983         write barriers for reference stores with managed objects accessed with
17984         C structures in the runtime and in embedding programs.
17986 2006-03-20  Raja R Harinath  <rharinath@novell.com>
17988         * icall.c (ves_icall_Type_GetInterfaces): Avoid using
17989         'interface_id' and 'max_interface_id' fields of MonoClasses
17990         representing open generic types.
17992 Fri Mar 17 18:06:06 CET 2006 Paolo Molaro <lupus@ximian.com>
17994         * object.h, object.c, icall.c: added functions to deal with
17995         storing valuetypes that contain references in managed objects.
17996         * reflection.c, string-icalls.c, threads.c, marshal.c: small
17997         fixes and comments around uses of mono_array_addr ().
17999 Thu Mar 16 17:16:45 CET 2006 Paolo Molaro <lupus@ximian.com>
18001         * object.h, icall.c, monitor.c: object.GetHashCode ()
18002         implementation that supports the moving garbage collector.
18004 Wed Mar 15 16:31:38 CET 2006 Paolo Molaro <lupus@ximian.com>
18006         * icall.c, threads-types.h, threads.c: implemented finalizer for
18007         LocalDataStoreSlot.
18009 2006-03-15  Zoltan Varga  <vargaz@gmail.com>
18011         * metadata.c (mono_type_size): Add a fixme.
18012         (mono_type_stack_size): Ditto.
18014         * object-internals.h (MonoReflectionAssemblyBuilder): Added 
18015         'type_forwarders' field.
18017         * tabledefs.h (TYPE_ATTRIBUTE_FORWARDER): Added new (undocumented) type
18018         attribute from net 2.0.
18020         * object.c (mono_vtable_get_static_field_data): Moved this to object.c
18021         from class.c.
18023         * class.c (mono_class_setup_fields): Fix a warning.
18024         
18025         * class.c (mono_class_from_name): Add support for assemblyref entries
18026         in the EXPORTEDTYPE table.
18028         * reflection.c: Add support for handling type forwarders under net 2.0.
18030         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.       
18031         
18032 2006-03-14  Zoltan Varga  <vargaz@gmail.com>
18034         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Avoid
18035         overwriting entries in ModuleBuild->types, also clean up the code
18036         a little. Fixes #77774.
18038 Tue Mar 14 20:21:18 CET 2006 Paolo Molaro <lupus@ximian.com>
18040         * domain.c, assembly.c, metadata-internals.h, class-internals.h:
18041         load friend assembly info when present.
18043 2006-03-14  Raja R Harinath  <rharinath@novell.com>
18045         Fix crasher on gtest-158.cs.
18046         * metadata.c (mono_metadata_parse_type_full): Avoid canonicalizing
18047         the return value if the MonoClass we want is yet in an
18048         inconsistent state.
18049         * class.c (mono_class_create_from_typedef): Add an comment
18050         explaining an order dependency between mono_class_setup_parent and
18051         mono_class_setup_mono_type.
18053 Mon Mar 13 21:13:27 CET 2006 Paolo Molaro <lupus@ximian.com>
18055         * class.c: documentation updates and events bug fix.
18057 Mon Mar 13 17:28:07 CET 2006 Paolo Molaro <lupus@ximian.com>
18059         * class.c: some cleanup, locking fixes.
18061 Mon Mar 13 10:46:17 CET 2006 Paolo Molaro <lupus@ximian.com>
18063         * class.c: fix the generics code to setup nested
18064         type info to the instantiated type (bug #77770).
18066 Sun Mar 12 16:21:31 CET 2006 Paolo Molaro <lupus@ximian.com>
18068         * marshal.c: fixed a few type correctness issues.
18070 Sat Mar 11 20:14:44 CET 2006 Paolo Molaro <lupus@ximian.com>
18072         * loader.c: the Set/Get/Addrtess array methods should be public.
18074 2006-03-11  Zoltan Varga  <vargaz@gmail.com>
18076         * icall.c (mono_register_jit_icall_wrapper): Fix a warning.
18077         
18078         * icall.c (mono_register_jit_icall_wrapper): Register the argument, not
18079         info->wrapper.
18081 2006-03-10  Zoltan Varga  <vargaz@gmail.com>
18083         * icall.c (mono_register_jit_icall): Allocate the structure using g_new0.
18085         * class-internals.h (MonoJitICallInfo): Add 'trampoline' field used by the JIT.
18087         * mempool.c (mono_mempool_alloc): Speed this up a bit.
18088         (mono_mempool_alloc0): Ditto.
18090 2006-03-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
18092         * socket-io.c:
18093         (create_object_from_sockaddr): it was allocating 4 extra bytes
18094         for the AF_UNIX data. Fixes bug #77747.
18096 2006-03-09  Zoltan Varga  <vargaz@gmail.com>
18098         * icall.c (ves_icall_System_MonoMethodInfo_get_retval_marshal): New icall.
18100 2006-03-09  Dick Porter  <dick@ximian.com>
18102         * file-io.c (get_file_attributes): Use S_ISLNK not "& S_IFLNK".
18103         Fixes bug 76966 again.
18105 2006-03-07  Peter Dennis Bartok  <pbartok@novell.com>
18107         * verify.c (dtfinfo_fields): Updated to match new (serializable) field
18108         names from r57532
18109         * appdomain.c: Bumped corlib version to 48 (due to r57532)
18111 2006-03-07  Martin Baulig  <martin@ximian.com>
18113         * object.c
18114         (mono_field_get_value_object): Add support for MONO_TYPE_GENERICINST.
18116 2006-03-07  Martin Baulig  <martin@ximian.com>
18118         * class.c
18119         (mono_class_get_full): Don't inflate TYPEDEF entries; fixes the
18120         regression introduced in r56970; see gtest-252.cs.
18122         * loader.c (mono_get_method_constrained): Correctly handle generic
18123         methods; see gtest-253.cs.
18125 2006-03-04  Zoltan Varga  <vargaz@gmail.com>
18127         * icall.c (ves_icall_type_Equals): Handle NULLs. Fixes #77700.
18129 2006-03-04  Martin Baulig  <martin@ximian.com>
18131         * icall.c (ves_icall_MonoGenericClass_GetParentType): Dynamically
18132         compute the parent type at runtime, just like we're already doing
18133         it for interfaces.
18135         * reflection.c
18136         (mono_reflection_bind_generic_parameters): Don't compute the
18137         parent type anymore.
18139         * class-internals.h (MonoDynamicGenericClass): Removed `parent'.
18141 2006-03-04  Martin Baulig  <martin@ximian.com>
18143         * mono-debug-debugger.h
18144         (mono_debugger_create_notification_function): Allocate memory at
18145         runtime and return a pointer to it.
18147 2006-03-03  Zoltan Varga  <vargaz@gmail.com>
18149         * assembly.c: Fix windows build.
18150         
18151         * assembly.c: Fix build.
18153         * assembly.c: Move the contents of os/{unix,win32}/util.c to this file. 
18155         * gc_wrapper.h: Move the contents of os/gc_wrapper.h to this file.
18156         
18157 2006-03-03  Dick Porter  <dick@ximian.com>
18159         * process.c
18160         (ves_icall_System_Diagnostics_Process_ShellExecuteEx_internal):
18161         Check parameters before dereferencing them.  Fixes Aaron's part of
18162         bug 77393.
18164 2006-03-03  Raja R Harinath  <rharinath@novell.com>
18166         Fix performance regression.
18167         * loader.c (find_method_in_class): Add 'from_class' argument.
18168         Rename 'klass' argument to 'in_class'.  The signature is compared
18169         against the method in 'in_class', and the corresponding method is
18170         returned from 'from_class'.
18171         (find_method): Walk both 'in_class' and 'from_class' in parallel.
18172         (method_from_memberref) [PARENT_TYPESPEC]: Use it to walk the
18173         type definition and generic instantiation in parallel.
18174         (mono_get_method_constrained): Update to changes.
18176 Thu Mar 2 12:27:41 CET 2006 Paolo Molaro <lupus@ximian.com>
18178         * threads.c: make sure the domain is correct, too when doing
18179         mono_thread_attach ().
18181 2006-03-01  Zoltan Varga  <vargaz@gmail.com>
18183         * class.c (mono_class_create_from_typedef): Mark classes using CharSet.Auto as unicode on
18184         windows. Fixes #77683.
18186 Wed Mar 1 20:09:25 CET 2006 Paolo Molaro <lupus@ximian.com>
18188         * object.h, *: introduced specific way to set elements of an array
18189         of references to be used as write barrier. Still need to audit the
18190         uses of mono_array_addr.
18192 2006-03-01  Miguel de Icaza  <miguel@novell.com>
18194         * object-internals.h: New field to cache the assmebly name, patch
18195         from Tambet Ingo (tambet@ximian.com)
18197 Wed Mar 1 19:13:30 CET 2006 Paolo Molaro <lupus@ximian.com>
18199         * decimal.h, class-internals.h, metadata-internals.h,
18200         file-io.h: mark a few function declarations as internal, to
18201         reduce the number of PLT entries.
18203 2006-02-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
18205         * file-io.c: fix typo in warning message.
18207 Tue Feb 28 17:43:20 CET 2006 Paolo Molaro <lupus@ximian.com>
18209         * loader.c: on unix, lookup the "*A" version of a function
18210         if charset is auto as a second option before failing.
18212 2006-02-28  Raja R Harinath  <rharinath@novell.com>
18214         * class.h (mono_class_inflate_generic_method): Revert to two
18215         argument version.
18216         * class-internals.h (MonoMethodInflated): Remove 'inflated' field.
18217         (mono_class_inflate_generic_method_full): Add.
18218         * class.c (mono_class_inflate_generic_method_full): Rename from
18219         'mono_class_inflate_generic_method'.  Don't set 'inflated' field.
18220         (mono_class_inflate_generic_method): New.  Wrapper around ..._full.
18221         * loader.c, reflection.c: Update to changes.
18223 Sat Feb 25 17:57:21 CET 2006 Paolo Molaro <lupus@ximian.com>
18225         * icall.c: const fixes and small improvements.
18227 2006-02-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>
18229         * threadpool.c: for asynchronous connect(), enable the same workaround
18230         for BSD 6 as for the Mac. Fixes bug #77637.
18232 2006-02-24  Zoltan Varga  <vargaz@gmail.com>
18234         * marshal.c (mono_marshal_free_asany): Fix handling of blittable
18235         formatted classes. Fixes #77524.
18237 2006-02-24  Raja R Harinath  <rharinath@novell.com>
18239         * class.c (inflate_generic_type): Add a couple more
18240         micro-optimizations.
18241         (inflate_generic_context): Don't use the 'gmethod' from
18242         'inflate_with'.
18243         (mono_class_inflate_generic_method): If the method has generic
18244         parameters, but the passed-in context doesn't have a 'gmethod',
18245         create one.  Use the possibly simplified generic instantiation
18246         from the declaring class instead of the one passed in.
18248 2006-02-24  Raja R Harinath  <harinath@gmail.com>
18250         Make generic method signature and method header handling lazy.
18251         * class.c (mono_class_inflate_generic_signature): Move to loader.c.
18252         (inflate_generic_header): Likewise.
18253         (mono_class_inflate_generic_method): Rewrite.  Add a 'klass_hint'
18254         parameter to avoid inflating types.
18255         (mono_get_inflated_method): Empty out.
18256         * class.h (mono_class_inflate_generic_method): Update to changes.
18257         * loader.c (mono_get_method_from_token): Don't parse signature for
18258         generic methods, nor methods of generic classes.
18259         (mono_method_signature): Rename from 'mono_method_signature'.
18260         Inflate signature on demand.
18261         (mono_method_get_header): Inflate method header on demand.
18262         * reflection.c: Update to changes.
18264 2006-02-23  Raja R Harinath  <rharinath@novell.com>
18266         * metadata.c (mono_metadata_inflate_generic_inst): If the
18267         instantiation is closed, don't bother expanding it in the new
18268         context.
18269         * class.c (inflate_generic_class): If the generic instantiation
18270         doesn't change after inflation, return the argument itself.
18271         (inflate_generic_type) [MONO_TYPE_MVAR, MONO_TYPE_VAR]:
18272         Add bounds checks.
18273         (inflate_generic_context): If neither the generic class nor the
18274         generic method instantiations change, return the original context.
18275         * reflection.c (mono_method_get_object): Do
18276         'mono_get_inflated_method' before accessing the ->klass field.
18277         (inflate_mono_method): Don't create a MonoGenericMethod unless
18278         necessary.
18279         (inflate_method): Don't pass a constructed type as the declaring
18280         type of a methodbuilder.
18282 Thu Feb 23 11:57:54 CET 2006 Paolo Molaro <lupus@ximian.com>
18284         * object.c: fix memory overwrite.
18286 2006-02-22  Dick Porter  <dick@ximian.com>
18288         * threads.c: Don't use G_GNUC_PRETTY_FUNCTION in debug messages,
18289         it doesn't work any more.
18290         (mono_threads_request_thread_dump): Fix unused variable warnings.
18292 Wed Feb 22 15:08:44 CET 2006 Paolo Molaro <lupus@ximian.com>
18294         * metadata.h, metadata-internals.h, monodiet.c, debug-helpers.c,
18295         mono-debug.c, profiler.c: cleanup: move MonoMethodHeader out of
18296         the public header file.
18298 2006-02-21  Zoltan Varga  <vargaz@gmail.com>
18300         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalUni): Fix writing past memory. Fixes #77613.
18302 Tue Feb 21 19:55:11 CET 2006 Paolo Molaro <lupus@ximian.com>
18304         * class-internals.h, object.c: reduce the size of MonoVTable
18305         and store the interface_offsets array at negative offsets.
18307 Tue Feb 21 19:53:26 CET 2006 Paolo Molaro <lupus@ximian.com>
18309         * metadata.c: tweak table descriptors data structures to reduce
18310         size and runtime relocations.
18312 Tue Feb 21 14:52:13 CET 2006 Paolo Molaro <lupus@ximian.com>
18314         * marshal.c: fix some types and opcodes to be type-safe
18315         in marshaling wrappers.
18317 2006-02-21  Ankit Jain  <jankit@novell.com>
18319         * metadata.h (mono_metadata_decode_signed_value): Add declaration.
18321 2006-02-21  Raja R Harinath  <rharinath@novell.com>
18323         * metadata.c (get_constraints): Relax debugging checks for monodis.
18325 2006-02-21  Ankit Jain  <jankit@novell.com>
18327         * metadata.c (mono_metadata_load_generic_params): Move the code
18328         checking for ambiguous generic params from here to mono/dis/get.c
18329         * metadata-internals.h (mono_generic_params_with_ambiguous_names): Remove.
18331 2006-02-21  Raja R Harinath  <harinath@gmail.com>
18333         Fix assertion triggered when compiling nemerle.
18334         * class.c (mono_get_shared_generic_inst): Rename from
18335         get_shared_inst and make non-static.
18336         * loader.c (mono_get_shared_generic_method): New.  Used to create
18337         the MonoGenericContext-equivalent of a MonoGenericContainer.
18338         (mono_get_method_from_token): Initialize the 'context' field of
18339         the created MonoGenericContainer.
18340         * reflection.c (reflection_methodbuilder_to_mono_method): Likewise.
18341         * metadata.c (get_constraints): Add sanity check.
18342         * class-internals.h: Add new internal methods.
18344         * reflection.c (verify_safe_for_managed_space): New sanity check.
18345         Currently checks that owner-less generic parameters aren't allowed
18346         in managed space.
18347         (mono_type_get_object): Use it.
18348         * icall.c (ves_icall_MonoType_GetGenericArguments): Remove checks
18349         that are now in mono_type_get_object.
18350         (ves_icall_MonoMethod_GetGenericArguments): Likewise.
18352 2006-02-19  Raja R Harinath  <harinath@gmail.com>
18354         * metadata.c (mono_type_create_from_typespec): Rename from
18355         mono_type_create_from_typespec_full.  Remove MonoGenericContainer*
18356         argument and caching of types in the generic container.
18357         (unwrap_arrays, find_generic_param): Remove.
18358         * metadata-internals.h: Update.
18359         * class-internals.h (_MonoGenericContainer): Remove 'types' field.
18361 2006-02-18  Zoltan Varga  <vargaz@gmail.com>
18363         * class.c (mono_class_get_exception_for_failure): Fix a warning.
18365         * marshal.c (mono_marshal_emit_native_wrapper): Handle FNPTR args and
18366         return values. Fixes #77581.
18368         * class.c (mono_fnptr_class_get): Switch name and name_space.
18370         * marshal.c (mono_marshal_asany): Fix marshalling of blittable formatted
18371         classes and add support for [In, Out] attributes.
18372         (mono_marshal_free_asany): Ditto. Fixes #77524.
18374 2006-02-18  Raja R Harinath  <harinath@gmail.com>
18376         * class.c (mono_class_from_generic_parameter): Make more robust to
18377         incomplete MonoGenericContainers from monodis.
18379 Fri Feb 17 16:10:34 CET 2006 Paolo Molaro <lupus@ximian.com>
18381         * class-internals.h: added some more exception types.
18382         * class.c, metadata.c: added a few checks to handle missing
18383         types.
18385 2006-02-17  Raja R Harinath  <rharinath@novell.com>
18387         Use owner-less generic-params some more.
18388         * class.c (my_mono_class_from_generic_parameter): Remove.
18389         (mono_class_from_generic_parameter): Handle null image,
18390         param->name and param->owner.
18391         (mono_class_from_mono_type): Update.
18392         (mono_class_create_from_typespec): Remove 'container' parameter.
18393         If that parameter is non-null, the result is always inflated by
18394         'mono_class_get_full' anyway.
18395         (mono_class_get): Rename from _mono_class_get.  Remove 'container'
18396         parameter.
18397         (mono_class_get_full): Update.
18399         * class.c (inflate_generic_type) [GENERICINST]: If the generic
18400         instance is not open, don't bother inflating.
18401         (mono_class_setup_fields): Hoist some loop-invariants.  Don't
18402         parse metadata for inflated classes.
18403         (_mono_class_get): Change GenericContext* parameter to
18404         GenericContainer*.
18405         (mono_class_create_from_typespec): Likewise.  Simplify, and
18406         implement trivially.  All the cases are handled in
18407         mono_class_from_mono_type.  Don't inflate returned class.
18408         (mono_class_get_full): Delegate GENERICINST optimization to
18409         inflate_generic_type.
18410         (mono_ldtoken) [TOKEN_TYPE_SPEC]: Use mono_class_get_full() here too.
18412 2006-02-16  Dick Porter  <dick@ximian.com>
18414         * socket-io.c (create_object_from_sockaddr): Fix typo.
18415         (create_sockaddr_from_object): Check array lengths before
18416         potentially accessing items off the end.
18417         (ves_icall_System_Net_Sockets_Socket_Receive_internal)
18418         (ves_icall_System_Net_Sockets_Socket_RecvFrom_internal)
18419         (ves_icall_System_Net_Sockets_Socket_Send_internal)
18420         (ves_icall_System_Net_Sockets_Socket_SendTo_internal): Fix buffer
18421         length checks to avoid wraparound overflows.
18422         (ves_icall_System_Net_Sockets_Socket_Select_internal): Check the
18423         contents of the array of sockets
18424         (hostent_to_IPHostEntry2)
18425         (addrinfo_to_IPHostEntry): IPv6 printed addresses can be 48 bytes.
18426         Check return value of inet_ntop ().
18427         (addrinfo_to_IPHostEntry): Fix typo
18429 2006-02-16  Raja R Harinath  <rharinath@novell.com>
18431         Type metadata parsing doesn't use generic-instantiation information.
18432         * metadata.c (mono_metadata_parse_array_full): Change
18433         MonoGenericContext* parameter to MonoGenericContainer*.
18434         (mono_metadata_parse_type_full): Likewise.
18435         (mono_type_create_from_typespec_full): Likewise.
18436         (mono_metadata_parse_mh_full): Likewise.
18437         (mono_metadata_parse_generic_inst): Likewise.
18438         (do_mono_metadata_parse_generic_class): Likewise.
18439         (do_mono_metadata_parse_type): Likewise.
18440         * metadata-internals.h: Update to changes.
18441         * class.c (mono_class_find_enum_basetype): Likewise.
18442         (mono_class_setup_fields): Likewise.
18443         (mono_class_create_from_typespec): Likewise.
18444         * loader.c (method_from_methodspec): Likewise.
18445         (mono_get_method_from_token): Likewise.
18446         (mono_method_get_header): Likewise.
18448 Thu Feb 16 15:42:13 CET 2006 Paolo Molaro <lupus@ximian.com>
18450         * marshal.c: handle additional GENERICINST case (patch from
18451         Thong Nguyen <tum@veridicus.com>).
18452         Fix a few cases where LDIND_I/STIND_I was used for references.
18454 2006-02-16  Raja R Harinath  <rharinath@novell.com>
18456         * reflection.c (mono_reflection_get_token): Remove unused variable.
18458 2006-02-16  Martin Baulig  <martin@ximian.com>
18460         * reflection.c (mono_reflection_get_token): Add support for fields
18461         in instantiated generic types.
18463         * icall.c
18464         (ves_icall_MonoField_Mono_GetGenericFieldDefinition): Removed.
18466 2006-02-15  Martin Baulig  <martin@ximian.com>
18468         * icall.c
18469         (ves_icall_MonoMethod_get_HasGenericParameters): Removed.
18470         (ves_icall_MonoMethod_get_Mono_IsInflatedMethod): Removed.
18471         (ves_icall_MonoMethod_get_IsGenericMethod): New icall.
18472         (ves_icall_MonoMethod_get_IsGenericMethodDefinition): New icall.
18474 Wed Feb 15 16:19:24 CET 2006 Paolo Molaro <lupus@ximian.com>
18476         * class.c, metadata.c, metadata.h, object.c, icall.c,
18477         marshal.c: changed mono_type_get_underlying_type () to do
18478         the sensible thing and introduced mono_type_generic_inst_is_valuetype().
18479         Fixed handling of instantiated generic valuetypes (bug #75479).
18481 2006-02-15  Raja R Harinath  <rharinath@novell.com>
18483         * metadata.c (mono_metadata_decode_signed_value): Simplify.
18484         Delegate to mono_metadata_decode_value, and work on the returned value.
18486         * icall.c (ves_icall_MonoType_GetGenericArguments):
18487         Add consistency check here too.
18488         
18489 2006-02-15  Ankit Jain  <jankit@novell.com>
18491         * metadata.c (mono_metadata_decode_signed_value): Use gint* instead of
18492         char/short etc.
18494 2006-02-15  Ankit Jain  <jankit@novell.com>
18496         * metadata.c (mono_metadata_decode_signed_value): New function to decode
18497         signed values, used only for representing lower bounds of arrays.
18498         (mono_metadata_parse_array_full): Use new
18499         mono_metadata_decode_signed_value to decode lower bounds.
18501 2006-02-14  Martin Baulig  <martin@ximian.com>
18503         * reflection.c
18504         (mono_reflection_get_token): Support "MonoGenericMethod" and
18505         "MonoGenericCMethod" and allow generic instances / methods.
18507 2006-02-11  Zoltan Varga  <vargaz@gmail.com>
18509         * console-io.c (ves_icall_System_ConsoleDriver_GetTtySize): New icall
18510         to obtain the terminal size using an ioctl.
18512         * object.c (mono_nullable_init): Revert this as nullable reference
18513         types are not valid.
18514         (mono_nullable_box): Ditto.
18516 2006-02-09  Dick Porter  <dick@ximian.com>
18518         * threads.c (mono_thread_detach): Drop a reference to the thread
18519         we're detaching.
18521 2006-02-09  Zoltan Varga  <vargaz@gmail.com>
18523         * object.c (mono_nullable_init): Handle nullable reference types.
18524         (mono_nullable_box): Ditto. Fixes #77446.
18526 2006-02-07  Martin Baulig  <martin@ximian.com>
18528         * icall.c (ves_icall_MonoMethod_get_IsGenericMethodDefinition): Removed.
18530 2006-02-07  Ankit Jain  <jankit@novell.com>
18532         * socket-io.h (MonoSocketFlags): New. Copy of System.Net.Sockets.SocketFlags
18533         * socket-io.c (convert_socketflags): New. Convert SocketFlags to native ones.
18534         (ves_icall_System_Net_Sockets_Socket_Receive_internal): Convert flags using convert_socketflags.
18535         (ves_icall_System_Net_Sockets_Socket_ReceiveFrom_internal): Likewise.
18536         (ves_icall_System_Net_Sockets_Socket_Send_internal): Likewise.
18537         (ves_icall_System_Net_Sockets_Socket_SendTo_internal): Likewise.
18539 2006-02-02  Zoltan Varga  <vargaz@gmail.com>
18541         * class.c (mono_class_create_generic): Set type_token as well.
18543         * object.c (mono_runtime_invoke_array): Fix handling of byref vtypes to be
18544         compatible with MS.
18546 2006-02-02  Martin Baulig  <martin@ximian.com>
18548         * threads.c, gc.c: Removed the `WITH_INCLUDED_LIBGC' section; it
18549         has never been used so far.
18551 2006-02-02  Martin Baulig  <martin@ximian.com>
18553         * mono-debug-debugger.h: Changed comment at the top of this file;
18554         the header is not installed, but it's safe to #include it from
18555         within the JIT.
18557         * mono-debug.c: Don't #define _IN_THE_MONO_DEBUGGER.
18558         * mono-debug-debugger.c, debug-mono-symfile.c: Likewise.
18560 2006-02-02  Martin Baulig  <martin@ximian.com>
18562         * mono-debug.h
18563         (MonoSymbolTable): Removed the `metadata_info' field.
18565         * mono-debug.c
18566         (mono_debug_init_1): Always set `mono_symbol_table->corlib'.
18568         * mono-debug-debugger.h (MonoDebuggerIOLayer): Removed.
18569         (mono_debugger_add_builtin_types): Removed.
18570         (MonoDebuggerInfo): Moved into ../mini/debug-debugger.h.
18571         (mono_debugger_create_notification_function): We now operate on a
18572         pre-allocated area; take a `gpointer' and return `void'.
18574         * mono-debug-debugger.c
18575         (MonoDebuggerMetadataInfo): Moved into ../mini/debug-debugger.h.
18576         (mono_debugger_add_builtin_types): Removed.
18578 2006-02-02  Martin Baulig  <martin@ximian.com>
18580         * threads.c (mono_debugger_create_all_threads): New public method.
18582 Wed Feb 1 18:22:34 CET 2006 Paolo Molaro <lupus@ximian.com>
18584         * gc-internal.h, boehm-gc.c, null-gc.c: back out the patch, since it
18585         breaks on several platforms.
18587 2006-02-01  Sebastien Pouliot  <sebastien@ximian.com>
18589         * assembly.c: the VS.NET build doesn't supply default values for
18590         MONO_ASSEMBLIES and MONO_CFG_DIR.
18592 2006-02-01  Zoltan Varga  <vargaz@gmail.com>
18594         * gc-internal.h boehm-gc.c null-gc.c (mono_gc_unregister_thread): New
18595         helper function.
18597         * threads.c (mono_thread_detach): Call mono_gc_unregister_thread ().
18599         * loader.c (method_from_memberref): Fix a warning.
18601         * metadata.c (mono_metadata_load_generic_params): Fix a warning.
18603         * marshal.c (emit_struct_conv): Fix marshalling of embedded structs
18604         with explicit layout. Fixes #77433.
18606 2006-01-31  Zoltan Varga  <vargaz@gmail.com>
18608         * icall.c (ves_icall_Type_GetInterfaceMapData): Make sure 
18609         max_interface_id is initialized before using it. Fixes #77398.
18610         (ves_icall_Type_GetInterfaces): Ditto.
18612 2006-01-30  Raja R Harinath  <rharinath@novell.com>
18614         * metadata.c (mono_metadata_parse_method_signature_full): Don't
18615         allocate memory for parameter attributes when parsing memberref
18616         signatures.
18617         * loader.c (mono_loader_set_error_method_load): Don't warn.
18618         (method_from_memberref): Ensure MissingMethodException gets thrown
18619         if method is not found.  Make warning more informative.
18621 2006-01-29  Raja R Harinath  <harinath@gmail.com>
18623         Fix #77397
18624         * icall.c (ves_icall_MonoType_get_IsGenericParameter): Don't
18625         return true if is byref.
18626         (ves_icall_TypeBuilder_get_IsGenericParameter): Likewise.
18627         (ves_icall_MonoType_get_DeclaringType): Return NULL on byref classes.
18628         (ves_icall_MonoType_get_DeclaringMethod): Likewise.
18630 2006-01-27  Raja R Harinath  <rharinath@novell.com>
18632         Fix tests/find-method.2.il
18633         * loader.c (find_method, find_method_in_class): Remove is_inflated
18634         argument.  Revert 2006-01-18 change.
18635         (method_from_memberref) [MONO_MEMBERREF_PARENT_TYPESPEC]: If type
18636         is generic, search for method in its generic definition.
18637         * class.c (mono_class_setup_vtable_general): Print generic
18638         arguments of generic types in debugging printf.
18640 2006-01-26  Zoltan Varga  <vargaz@gmail.com>
18642         * object-internals.h (MonoThread): Add 'thread_dump_requested' field.
18644         * threads.c (mono_threads_request_thread_dump): New helper function.
18646 2006-01-25  Raja R Harinath  <rharinath@novell.com>
18648         * metadata.c (mono_type_create_from_typespec_full): Fix caching of types.
18650 2006-01-25  Ankit Jain  <jankit@novell.com>
18652         * metadata-internals.h (mono_generic_params_with_ambiguous_names): Add declaration and
18653         move definition to ..
18654         * metadata.c (mono_generic_params_with_ambiguous_names): .. here.
18655         
18656 2006-01-25  Ankit Jain  <jankit@novell.com>
18657             Raja R Harinath  <rharinath@novell.com>
18659         * metadata-internals.h (mono_generic_params_with_ambiguous_names): New.
18660         * metadata.c (mono_metadata_load_generic_params): Fill mono_generic_params_with_ambiguous_names
18661         as necessary.
18663 2006-01-25  Martin Baulig  <martin@ximian.com>
18665         * mono-debug-debugger.h: Moved `MonoDebuggerManager' and
18666         `MonoDebuggerThread' into debug-debugger.c.
18668 Tue Jan 24 18:53:35 CET 2006 Paolo Molaro <lupus@ximian.com>
18670         * profiler.c: fix printing of data.
18672 2006-01-24  Atsushi Enomoto  <atsushi@ximian.com>
18674         * object.c, marshal.c : Fixed runtime part of bug #77315. Reject
18675           invalid surrogate in UTF7/UTF8 bytes and don't return NULL.
18677 Tue Jan 24 09:56:16 CET 2006 Paolo Molaro <lupus@ximian.com>
18679         * object.c: fix deadlock related to string interning.
18681 2006-01-23  Martin Baulig  <martin@ximian.com>
18683         * mono-debug-debugger.h (MonoDebuggerIOLayer): Removed.
18685         * mono-debug-debugger.c (mono_debugger_io_layer): Removed.
18687 2006-01-23  Martin Baulig  <martin@ximian.com>
18689         * mono-debug.h: Moved the prototypes of some functions which are
18690         used by the JIT here from mono-debug-debugger.h.
18692 2006-01-21  Martin Baulig  <martin@ximian.com>
18694         * Makefile.am: Don't install mono-debug-debugger.h.
18696 2006-01-21  Martin Baulig  <martin@ximian.com>
18698         * mono-debug-debugger.h: Enforce the private status of this header
18699         file and removed unneccessary #include's in metadata/*.c and mini/*.c.
18700         Moved some stuff from mono-debugger-jit-wrapper.h here.
18702 2006-01-20  Raja R Harinath  <rharinath@novell.com>
18704         * class.c (mono_class_from_typeref): Add a sanity test to help
18705         catch lack of assembly load/search hooks.
18707 2006-01-19  Zoltan Varga  <vargaz@gmail.com>
18709         * marshal.c (emit_struct_conv): Relax the fields with same offset
18710         check even more. Fixes #77230.
18712 2006-01-18  Martin Baulig  <martin@ximian.com>
18714         * loader.c (find_method_in_class): Added `gboolean is_inflated'
18715         argument; if false, we compare the uninstantiated signatures.
18716         (method_from_memberref): Compare the uninstantiated signatures;
18717         fixes #76417.
18719 2006-01-18  Robert Jordan  <robertj@gmx.net>
18721         * boehm-gc.c, null-gc.c (mono_gc_weak_link_remove):
18722         Clear the weak link. Fixes bug #77170.
18724         * gc.c (mono_gchandle_free):
18725         Reflect *-gc.c changes (tiny optimization).
18727 2006-01-18  Zoltan Varga  <vargaz@gmail.com>
18729         * metadata.c (mono_metadata_signature_dup): Applied patch from
18730         Aras Pranckevicius (aras@otee.dk). Fix crash when compiled with MSVC.
18731         Fixes #77288.
18733 2006-01-17  Zoltan Varga  <vargaz@gmail.com>
18735         * marshal.c (emit_struct_conv): Allow fields with the same offset when
18736         marshalling from native to managed code. Fixes #77230.
18738 2006-01-17 Gonzalo Paniagua Javier <gonzalo@ximian.com>
18740         * threadpool.c: fix problem (Mac only) when more than one asynchronous
18741         connect. Fixes bug #77020.
18743 Mon Jan 16 19:20:43 CET 2006 Paolo Molaro <lupus@ximian.com>
18745         * class.c: fixed id assignement for nested interfaces (bug #77275).
18746         Added also better info for --print-vtable debugging.
18748 2006-01-12  Martin Baulig  <martin@ximian.com>
18750         * icall.c (ves_icall_MonoGenericClass_GetInterfaces): Inflate the
18751         interfaces on-the-fly; fixes #76625.
18753         * class-internals.h
18754         (MonoDynamicGenericClass): Removed `ifaces' and `count_ifaces'; we
18755         don't need that anymore.
18757 2006-01-12  Miguel de Icaza  <miguel@novell.com>
18759         * socket-io.c
18760         (ves_icall_System_Net_Sockets_Socket_GetSocketOption_obj_internal):
18761         To avoid initing the nested_classes when not needed I turned the
18762         PeerCredData as a toplevel internal class, as it has to be shared
18763         anyways. 
18765         Fixes the CASA issue.
18767 2006-01-11  Ben Maurer  <bmaurer@andrew.cmu.edu>
18769         * domain.c: Accessors for MonoJitInfo
18771         * profiler-private.h: Add jitinfo to the end jit hook
18773         * profiler.[ch]: Define new hooks, called after jitting which give
18774         the MonoJitInfo that was compiled
18776 2006-01-10  Martin Baulig  <martin@ximian.com>
18778         * class.c (mono_class_setup_events): Add support for generic
18779         classes; fixes #76440.
18781 2006-01-06  Raja R Harinath  <rharinath@novell.com>
18783         Fix #77160.
18784         * icall.c (ves_icall_InternalInvoke): Use mono_get_inflated_method
18785         on passed-in method.
18787 2006-01-03  Zoltan Varga  <vargaz@gmail.com>
18789         * object.c (mono_runtime_invoke_array): Add Nullable support.
18791         * icall.c (ves_icall_System_Activator_CreateInstanceInternal): Ditto.
18793 2006-01-03  Sebastien Pouliot  <sebastien@ximian.com>
18795         * file-io.c: Don't consider sockets as directory and avoid an endless
18796         loop. Fix bug #76966.
18798 2006-01-03  Zoltan Varga  <vargaz@gmail.com>
18800         * object.c (mono_nullable_init): New helper function.
18801         (mono_nullable_box): Ditto.
18803         * marshal.c (mono_marshal_get_runtime_invoke): Handle Nullables.
18805         * icall.c (ves_icall_FieldInfo_SetValueInternal): Handle Nullables.
18807         * icall.c (ves_icall_MonoField_GetValueInternal): Handle Nullables.
18808         
18809 2006-01-02  Zoltan Varga  <vargaz@gmail.com>
18811         * class.c (mono_class_is_assignable_from): Make T assignable to 
18812         Nullable<T>.
18814 2005-12-23  Sebastien Pouliot  <sebastien@ximian.com>
18816         * appdomain.c: Bump corlib version to 46.
18817         * icalls.c: Renamed CurrentTimeZone to CurrentSystemTimeZone (for
18818         serialization purpose) and changed ves_icall_System_Reflection_
18819         Assembly_get_code_base signature to accept a boolean (to escape, or 
18820         not, the assembly code base).
18822 2005-12-23  Dick Porter  <dick@ximian.com>
18824         * icall.c: 
18825         * threads-types.h: 
18826         * threads.c: Added OpenMutex, OpenSemaphore and OpenEvent icalls.
18827         CreateEvent icall now returns "created" boolean parameter.
18829 2005-12-22  Zoltan Varga  <vargaz@gmail.com>
18831         * marshal.c (mono_mb_emit_restore_result): Add generics support. Fixes
18832         #76967.
18834         * reflection.c (mono_custom_attrs_construct_by_type): Handle the case 
18835         when attr_klass is an interface. Fixes #77045.
18837 2005-12-20  Zoltan Varga  <vargaz@gmail.com>
18839         * marshal.c (emit_struct_conv): Fix previous patch.
18840         
18841         * marshal.c (emit_struct_conv): Add a check for fields with the same
18842         offset.
18844 2005-12-20  Raja R Harinath  <rharinath@novell.com>
18846         Fix regression in Mono.C5.
18847         * class.c (mono_class_create_generic): If 'klass' is an interface
18848         set up the interface offsets.
18849         (mono_class_is_assignable_from): Don't throw away generic arguments.
18851 2005-12-19  Raja R Harinath  <rharinath@novell.com>
18853         * icall.c (ves_icall_System_MonoType_getFullName): Return NULL for
18854         type parameters.
18856 2005-12-15  Raja R Harinath  <rharinath@novell.com>
18858         * metadata.c (mono_metadata_parse_method_signature_full): Remove a
18859         dead store.
18860         (do_mono_metadata_parse_generic_class): Don't pass the current
18861         generic context when parsing the type being instantiated: it
18862         cannot use it, anyway.
18864         * loader.c (method_from_memberref): Don't inflate a signature if
18865         it doesn't contain any type parameters.
18867 2005-12-15  Zoltan Varga  <vargaz@gmail.com>
18869         * class.c (mono_class_setup_vtable): Call mono_reflection_get_dynamic_overrides () to get the overrides in dynamic assemblies.
18871 2005-12-14  Martin Baulig  <martin@ximian.com>
18873         * class.c
18874         (mono_type_get_name_recurse): Don't return null for type
18875         parameters and open generic classes.
18876         (mono_class_setup_methods): Don't exclude generic instances.
18877         (mono_get_unique_iid): Use different IDs for different
18878         instantiations of the same generic type.
18879         (mono_class_setup_vtable): Only use setup_generic_vtable() for
18880         open generic instances; create a normal vtable for closed generic
18881         instances.
18882         (mono_class_setup_vtable_general): We're now also called for
18883         closed generic instances.
18885         * reflection.c
18886         (mono_reflection_bind_generic_parameters): Correctly use
18887         mono_metadata_lookup_generic_inst() everywhere.
18889 2005-12-14  Zoltan Varga  <vargaz@gmail.com>
18891         * object.c (mono_class_create_runtime_vtable): Call 
18892         mono_class_setup_vtable ().
18894         * reflection.c (mono_reflection_get_dynamic_overrides): New helper
18895         function.
18896         (ensure_runtime_vtable): Initialize the generic vtable lazily. Fixes
18897         #76959.
18899         * loader.c (mono_loader_set_error_type_load): Print the type load
18900         warnings to the console so they are more visible to the user.
18901         (mono_loader_set_error_method_load): Ditto.
18903         * reflection.c (ensure_runtime_vtable): Revert the last change as it
18904         is still broken.
18905         
18906         * reflection.c (ensure_runtime_vtable): Fix build.
18908         * reflection.c (ensure_runtime_vtable): Disable an optimization which
18909         doesn't work in all cases.
18911 2005-12-13  Zoltan Varga  <vargaz@gmail.com>
18913         * object.c (mono_array_new_full): Treat a single dimensional array
18914         with 0 lower bounds as an szarray. Fixes #76973.
18916         * reflection.c (custom_attr_visible): Really fix this.
18918 2005-12-12  Zoltan Varga  <vargaz@gmail.com>
18920         * reflection.c (custom_attr_visible): Allow nested public attributes
18921         as well.
18923         * class.c (mono_class_setup_vtable_general): Add missing != -1 to an
18924         interface check.
18926 2005-12-12  Raja R Harinath  <harinath@gmail.com>
18928         * class.c (set_generic_param_owner): Delete.
18929         (mono_class_create_from_typedef): Don't set ->owner field of
18930         generic parameters to "param containers" of enclosing classes.
18931         * reflection.c (mono_reflection_initialize_generic_parameter):
18932         Likewise.
18934 2005-12-11  Zoltan Varga  <vargaz@gmail.com>
18936         * reflection.c (custom_attr_visible): Fix build.
18938 2005-12-10  Zoltan Varga  <vargaz@gmail.com>
18940         * reflection.c (mono_custom_attrs_from_builders): Avoid returning
18941         private attributes.
18942         
18943         * reflection.c (reflection_methodbuilder_to_mono_method): Fix
18944         handling of null parameter defaults.
18946 2005-12-09  Raja R Harinath  <rharinath@novell.com>
18948         * class.c (mono_class_from_generic_parameter): Don't set
18949         klass->generic_container.
18950         (my_mono_class_from_generic_parameter): Likewise.
18952 2005-12-07  Zoltan Varga  <vargaz@gmail.com>
18954         * reflection.c (load_public_key): Fix a warning.
18955         (method_encode_code): Fix unaligned accesses.
18957 2005-12-07  Martin Baulig  <martin@ximian.com>
18959         * object-internals.h (MonoReflectionGenericParam): Added `cattrs'.
18961         * reflection.c
18962         (write_generic_param_entry): Encode our custom attrs.
18964         * appdomain.c (MONO_CORLIB_VERSION): Bump to 45.
18966 2005-12-07  Martin Baulig  <martin@ximian.com>
18968         * reflection.c (encode_new_constraint): Removed; we don't use the
18969         `NewConstraintAttribute' anymore.
18971 2005-12-06  Zoltan Varga  <vargaz@gmail.com>
18973         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): Do
18974         not fire a TypeResolve event when Assembly.GetType () is called.
18976 2005-12-05  Ben Maurer  <bmaurer@ximian.com>
18978         Beginning of support for nullable types in the runtime. Parts of
18979         this patch are from Martin.
18981         * appdomain.c (MONO_CORLIB_VERSION): Bump
18983         * domain.c (mono_init_internal): get the nullable type
18985         * class.c (mono_class_is_nullable): New method
18986         (mono_class_get_nullable_param): New mehod
18987         (mono_class_create_generic): In types T? set cast_class to T
18989         * class-internals.h (MonoDefaults): new nullable default class
18990         (mono_class_get_nullable_param, mono_class_get_nullable_param):
18991         new methods.
18993 2005-12-05  Raja R Harinath  <rharinath@novell.com>
18995         * metadata.c (select_container): New.  Refactor code to select the
18996         appropriate GenericContainer given the type of generic parameter
18997         we are looking for.
18998         (mono_metadata_parse_generic_param): Take a MonoGenericContainer,
18999         not a MonoGenericContext.  Use select_container.  Update parameters.
19000         (do_mono_metadata_parse_type): Combine the code for MONO_TYPE_VAR
19001         and MONO_TYPE_MVAR.
19002         (unwrap_arrays): Remove duplicate tests.
19003         (find_generic_param): Rename from 'has_same_context'.  Now walks a
19004         generic instantiated class to find any arguments that are generic
19005         parameters.
19006         (mono_type_create_from_typespec_full): Use find_generic_param to
19007         avoid evicting some generic instantiations from the typespec
19008         cache.
19010 Mon Dec 5 15:07:42 GMT 2005 Paolo Molaro <lupus@ximian.com>
19012         * reflection.c: fixed writing of doubles on ARM FPA.
19014 2005-12-02  Robert Jordan  <robertj@gmx.net>
19016         * icall.c: Fixed EventInfo.ReflectedType (#76829).
19018 2005-12-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19020         * filewatcher.c: try loading libgamin-1.so.0 before libfam, since at
19021         least on SUSE 10 they are not the same (on debian, they are just the
19022         same thing).
19024 2005-12-01  Raja R Harinath  <rharinath@novell.com>
19026         * icall.c (ves_icall_MonoType_get_DeclaringType): Implement
19027         DeclaringType for VARs and MVARs.
19028         * class.c (set_generic_param_owner): Fix initialization of owner
19029         fields.
19031 Wed Nov 30 15:48:22 CET 2005 Paolo Molaro <lupus@ximian.com>
19033         * icall.c: fixed Enum.ToObject() to correctly convert the values.
19035 2005-11-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19037         * threadpool.c: workaround for a bug that shows up on the Mac:
19038         select()+connect() on a blocking socket is not like it should
19039         be, so we proceed to connect() in that case, wasting the I/O
19040         threadpool thread until connect succeedes. Fixes bug #75436.
19042 2005-11-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19044         * threadpool.c: fix typo when setting file descriptor states.
19046 2005-11-28  Raja R Harinath  <rharinath@novell.com>
19048         * class-internals.h (MonoGenericContainer.is_signature): Remove.        
19049         * metadata.c (mono_metadata_parse_method_signature_full): Don't
19050         create a temporary signature container.
19051         (mono_metadata_parse_generic_param): Update to changes.
19052         (mono_type_create_from_typespec_full): Update to changes.
19053         * loader.c (method_from_memberref): Don't use a
19054         MonoGenericContainer while parsing a memberref signature.
19055         (method_from_methodspec): Remove dead-store of the 'container'
19056         variable.  It's overwritten before use.
19058         * metadata.c (mono_type_create_from_typespec_full): Make debugging
19059         checks tighter.
19060         (mono_metadata_parse_generic_param): Likewise.
19061         * loader.c (find_method_in_class): Does not need a
19062         MonoGenericContainer.  Use 'mono_method_signature' rather than
19063         'mono_method_signature_full'.
19064         (find_method, mono_get_method_constrained, method_from_memberref):
19065         Update to changes.
19067         * metadata.c (mono_type_create_from_typespec_full): Ensure that
19068         owner-less generic-parameters are never evicted from the typespec
19069         cache.
19071         * loader.c (method_from_memberref): Don't use the current context
19072         when parsing signatures.
19073         (method_from_methodspec, mono_get_method_from_token): Update to changes.
19075         * metadata.c (do_mono_metadata_parse_generic_class): Avoid
19076         side-effects in g_assert.
19077         * loader.c (mono_get_method_from_token): Resolve klass earlier so
19078         that we don't potentially lose information.
19080 2005-11-26  Dick Porter  <dick@ximian.com>
19082         * icall.c:
19083         * threads.c: icalls to implement basic (ie, not named)
19084         System.Threading.Semaphore.
19086 2005-11-24  Dick Porter  <dick@ximian.com>
19088         * process.c
19089         (ves_icall_System_Diagnostics_Process_ShellExecuteEx_internal):
19090         Use GetProcessId() if it's available.
19092 2005-11-23  Zoltan Varga  <vargaz@gmail.com>
19094         * icall.c threads-types.h threads.c: Add Exchange<T> icall.
19096 2005-11-23  Raja R Harinath  <rharinath@novell.com>
19097             Ankit Jain  <jankit@novell.com>
19099         * loader.c (mono_get_method_from_token): Initialize 'method' field
19100         of all generic parameters before parsing the signature.  Remove
19101         code that "fixed"-up MVAR references.
19103 2005-11-23  Ankit Jain  <jankit@novell.com>
19105         * metadata.c (mono_metadata_has_generic_params):
19106         (mono_metadata_load_generic_param_constraints):
19107         (mono_metadata_load_generic_params): Move duplicate code ...
19108         (mono_metadata_get_generic_param_row): ... here. Returns the
19109         first row-id in GenericParam table for a given owner (token).
19110         * metadata-internals.h (mono_metadata_get_generic_param_row): Add
19111         prototype.
19113 2005-11-23  Raja R Harinath  <rharinath@novell.com>
19114             Ankit Jain  <jankit@novell.com>
19116         * metadata.c (mono_metadata_class_equal): Pass signature_only when
19117         comparing VARs too.
19118         * icall.c (ves_icall_MonoType_get_DeclaringMethod): Look at 
19119         type->data.generic_param only if the type is an MVAR.
19120         (ves_icall_MonoMethod_GetGenericArguments): Ensure that we don't
19121         leak owner-less VARs and MVARs into managed space.
19123 2005-11-21  Martin Baulig  <martin@ximian.com>
19125         * class-internals.h
19126         (MonoMethod): Moved the `generic_container' here from
19127         `MonoMethodNormal' since we now also need it for
19128         `MonoMethodPInvoke';
19129         (MonoMethodNormal): Moved the `generic_container' to `MonoMethod'.
19130         (MonoMethodInflated): Replaced the `MonoMethodNormal nmethod' with
19131         an union containing both `MonoMethodNormal' and
19132         `MonoMethodPInvoke'.
19134         * loader.c
19135         (mono_get_method_from_token): Allow implementing generic methods
19136         as interncalls.
19138         * threads.c
19139         (ves_icall_System_Threading_Interlocked_CompareExchange_T): New
19140         icall.
19142 2005-11-17  Dick Porter  <dick@ximian.com>
19144         * icall.c: 
19145         * process.h: 
19146         * process.c: Split the Process Start_internal icall into
19147         ShellExecuteEx_internal and CreateProcess_internal, which are
19148         called depending on whether UseShellExecute is true.  Fixes bug
19149         76670.
19151         * appdomain.c (MONO_CORLIB_VERSION): Incremented
19153 2005-11-17  Zoltan Varga  <vargaz@gmail.com>
19155         * marshal.c (emit_ptr_to_object_conv): Get rid of the 'usize' and
19156         'msize' parameters, use the information in 'mspec' instead.
19157         (emit_object_to_ptr_conv): Ditto.
19159         * marshal.c (emit_struct_conv): Handle explicit layout structs with
19160         fields out of order. Fixes #76733.
19162 2005-11-17  Ankit Jain  <jankit@novell.com>
19164         * metadata.c (mono_type_create_from_typespec_full): Remove unnecessary g_assert.
19166 2005-11-16  Atsushi Enomoto  <atsushi@ximian.com>
19168         * icall.c : renamed MakeGenericMethod -> MakeGenericMethod_impl for
19169           bug #76575.
19171 2005-11-16  Zoltan Varga  <vargaz@gmail.com>
19173         * object.c (mono_class_compute_gc_descriptor): Disable typed allocation
19174         for types with non-auto layout. Fixes #76717.
19176 2005-11-16  Ankit Jain  <jankit@novell.com>
19178         * class.c (my_mono_class_from_generic_parameter): param->owner can be null.
19179         * metadata.c (mono_metadata_parse_generic_param): Create a dummy MonoGenericParam 
19180         if generic_context is null.
19181           (mono_metadata_generic_param_equal): param->owner can be null.
19182           (mono_type_create_from_typespec_full): Don't cache the MonoType if param->owner is
19183         null.
19185 2005-11-16  Zoltan Varga  <vargaz@gmail.com>
19187         * reflection.c (create_dynamic_mono_image): Set md_version_minor to
19188         the correct value.
19190 2005-11-15  Martin Baulig  <martin@ximian.com>
19192         * object.c (set_value): Use mono_class_from_mono_type() instead of
19193         the hack for generic instances; fixes #76136.
19195 2005-11-15  Zoltan Varga  <vargaz@gmail.com>
19197         * metadata-internals.h (_MonoImage): Add 'md_version_major/minor'
19198         fields.
19200         * image.c (load_metadata_ptrs): Initialize the new fields.
19202         * reflection.c (create_dynamic_mono_image): Ditto.
19204         * reflection.c (build_compressed_metadata): Use the new fields.
19206         * icall.c (ves_icall_System_Reflection_Module_get_MDStreamVersion): New
19207         icall.
19209         * icall.c (mono_assembly_icalls): Remove obsolete get_MetadataToken
19210         icall.
19211         
19212 2005-11-15  Ankit Jain  <jankit@novell.com>
19213             Raja R Harinath  <harinath@gmail.com>
19215         * class-internals.h (_MonoGenericContainer.types): New. Cache for MonoTypes.
19216         * metadata.c (mono_type_create_from_typespec_full): Use MonoType from the
19217         new per-generic_container cache if the cached MonoType's context matches
19218         the current context.
19219           (has_same_context): New. Check if the VARs or MVARs in a GENERIC_INST refer
19220         to the expected context.
19221           (unwrap_arrays): New. Get the element MonoType for an ARRAY/SZARRAY.
19223 2005-11-14  Carlos Alberto Cortez <calberto.cortez@gmail.com>
19225         * appdomain.c: Update MONO_CORLIB_VERSION to 42, since
19226         we changed the signature of an icall.
19227         * icall.c: Modify to mono_double_ParseImpl return true/false 
19228         depending on the success, instead of throwing the exception. This will
19229         help us in Double.TryParse methods.
19230         
19231 2005-11-14  Zoltan Varga  <vargaz@gmail.com>
19233         * marshal.c (emit_marshal_object): Throw an exception when
19234         marshalling 'object' instead of crashing. Fixes #76696.
19236 2005-11-11  Zoltan Varga  <vargaz@gmail.com>
19238         * class-internals.h: Add prototype for mono_type_get_full_name ().
19240 2005-11-11  Dick Porter  <dick@ximian.com>
19242         * threads.c (mono_thread_manage): Make sure the main thread has
19243         abandoned all its mutexes when cleaning up.  Fixes bug 74680.
19245 2005-11-11  Zoltan Varga  <vargaz@gmail.com>
19247         * loader.c (mono_loader_set_error_type_load): Log a warning to the
19248         console about the missing type.
19249         (mono_loader_set_error_method_load): Ditto.
19251 2005-11-09  Miguel de Icaza  <miguel@novell.com>
19253         * mono-config.c (mono_get_config_dir): Set the system defaults if
19254         none is specified.
19256         * assembly.c (mono_set_dirs): New API entry point to set the
19257         assembly and the config directory in one call
19259 2005-11-09  Zoltan Varga  <vargaz@gmail.com>
19261         * marshal.c (mono_ftnptr_to_delegate): Throw a NotSupportedException if
19262         the ftnptr was created from a delegate in a domain other than the
19263         current domain. Fixes #75377.
19265         * exception.h exception.c: Add mono_get_exception_not_supported ().
19267 2005-11-08  Martin Baulig  <martin@ximian.com>
19269         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 53.
19271 2005-11-07  Sebastien Pouliot  <sebastien@ximian.com>
19273         * security-manager.h: Added definitions to deal with strongname key 
19274         pairs bigger (and smaller) than 1024 bits.
19275         * reflection.c: Remove hardcoded strongname size (128 bytes) and 
19276         adjust wrt the public key length being used.
19278 2005-11-03  Atsushi Enomoto  <atsushi@ximian.com>
19280         * marshal.c, icall.c : reverted sig->pinvoke changes which broke
19281           Windows build (r51396-51397).
19283 2005-11-03  Martin Baulig  <martin@ximian.com>
19285         * class.c (mono_class_setup_vtable_general): Also add generic
19286         methods to the vtable; fixes #76581.
19288 2005-11-01  Miguel de Icaza  <miguel@novell.com>
19290         * string-icalls.c (ves_icall_System_String_ctor_encoding): Make
19291         sure that we lookup GetString method from the System.Text.Encoding
19292         class, not the derived class or we get an empty method.
19294         Fixed class #76612.
19296 2005-10-25  Miguel de Icaza  <miguel@novell.com>
19298         * assembly.c (mono_assemblies_init): Do not set the Mono root dir
19299         if it has been previously set (embedders). 
19301         Make mono_set_rootdir available also on Unix.
19303 005-10-24  Robert Jordan  <robertj@gmx.net>
19305         * assembly.c: fixed MONO_ASSEMBLIES to be NULL on cygwin as well.
19307 2005-10-30  Zoltan Varga  <vargaz@freemail.hu>
19309         * marshal.c icall.c: Clean up the usage of sig->pinvoke flag. Now
19310         only calls which are made to native code use this flag.
19312         * icall.c (ves_icall_System_Reflection_FieldInfo_GetUnmanagedMarshal): Remove the check for FieldBuilders as it is now done in managed code.
19314 2005-10-29  Zoltan Varga  <vargaz@freemail.hu>
19316         * icall.c (ves_icall_System_Reflection_FieldInfo_GetUnmanagedMarshal):
19317         Add support for FieldBuilders.
19319 2005-10-29  Martin Baulig  <martin@ximian.com>
19321         * mono-debug.c
19322         (mono_debug_using_mono_debugger): New public method; returns
19323         whether we're running inside the debugger.
19325 2005-10-27  Zoltan Varga  <vargaz@gmail.com>
19327         * reflection.c (mono_reflection_get_custom_attrs_info): Add support
19328         for Method/Constructor/FieldBuilders.
19330 2005-10-26  Zoltan Varga  <vargaz@gmail.com>
19332         * reflection.c (module_add_cattrs): Save custom attributes for global methods
19333         and fields as well.
19335 2005-10-26  Martin Baulig  <martin@ximian.com>
19337         * mono-debug-debugger.c
19338         (MonoDebuggerMetadataInfo): Added `klass_parent_offset'.
19340 2005-10-24  Raja R Harinath  <harinath@gmail.com>
19342         * icall.c (base64_to_byte_array): Don't pass an out-of-range
19343         integer to isspace.
19345 2005-10-21  Zoltan Varga  <vargaz@gmail.com>
19347         * marshal.c (emit_marshal_vtype): Correctly handle [In,Out] modifiers
19348         when passing valuetypes byref. Fixes #76502.
19350 2005-10-19  Jackson Harper  <jackson@ximian.com>
19352         * profiler.c: Don't put a . in front of types that are not in a
19353         namespace.
19355 2005-10-18  Zoltan Varga  <vargaz@gmail.com>
19357         * icall.c (ves_icall_Type_GetField): Applied patch from Robert Jordan (robertj@gmx.net). Fixes #75515.
19359 2005-10-15  Zoltan Varga  <vargaz@freemail.hu>
19361         * marshal.c: Add generics support to the ldfld/stfld wrappers. Fixes
19362         #76436.
19363         (mono_marshal_get_ldflda_wrapper): Fix a warning.
19365 2005-10-13  Carlos Alberto Cortez <calberto.cortez@gmail.com>
19367         * assembly.c metadata-internals.h icall.c: Define an additional
19368         parameter for mono_assembly_name_parse_full, so we can avoid creating
19369         S.R.AssemblyName.Version when no version info wasn't passed.
19370         
19371 2005-10-09  Miguel de Icaza  <miguel@novell.com>
19373         * class.c (mono_type_get_full_name): Reimplement method that was
19374         removed. 
19376         * image.c: Some docs
19378 2005-10-10  Zoltan Varga  <vargaz@gmail.com>
19380         * profiler.c (output_newobj_profile): Fix printing of Total memory
19381         on x86.
19383 2005-10-08  Zoltan Varga  <vargaz@freemail.hu>
19385         * profiler.c: Add support for allocations > 2GB. Fixes #74886.
19387 2005-10-08  Gert Driesen  <drieseng@users.sourceforge.net>
19389         * threads.c: remove debug output.
19391 2005-10-08  Zoltan Varga  <vargaz@freemail.hu>
19393         * threads.c (mono_thread_manage): Fix crashes if more than 64
19394         threads need to be aborted. Hopefully fixes #75899.
19396         * assembly.c (mono_stringify_assembly_name): New helper function.
19398         * class.c: Use mono_stringify_assembly_name instead of the similar
19399         static function.
19401         * assembly.h assembly.c: Add support for calling a postload search 
19402         hook if an assembly cannot be loaded.
19404         * appdomain.c: Register new search hooks which call the AssemblyResolve
19405         events in AppDomain. Fixes #75231
19407 2005-10-07  Martin Baulig  <martin@ximian.com>
19409         * mono-debug.c (mono_debug_add_method): Create a wrapper entry for
19410         methods without debug info.
19412 2005-10-07  Zoltan Varga  <vargaz@gmail.com>
19414         * class-internals.h debug-helpers.c marshal.h marshal.c: Add ldflda
19415         wrappers.
19417 2005-10-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19419         * file-io.c: now that we return symlinks, use lstat and, when the file
19420         is a symbolic link, stat, to get the file attributes. Also avoid the
19421         conversion to/from utf16/external.
19423 2005-10-06  Zoltan Varga  <vargaz@gmail.com>
19425         * class.c (mono_class_layout_fields): Compute klass->has_references
19426         correctly if an embedded valuetype is not yet initialized. Fixes
19427         #76331.
19429 2005-10-04  Martin Baulig  <martin@ximian.com>
19431         * metadata.c
19432         (mono_metadata_load_generic_param_constraints): New public
19433         function; splitted the constraints loading out from
19434         mono_metadata_load_generic_params().
19436         * class.c (mono_class_create_from_typedef): Call
19437         mono_metadata_load_generic_param_constraints() after setting up
19438         the type and creating our parent; fixes #75329.
19440 2005-10-04  Martin Baulig  <martin@ximian.com>
19442         * icall.c (ves_icall_MonoGenericClass_GetParentType): Allow
19443         non-dynamic parent classes.
19445 2005-10-04  Atsushi Enomoto  <atsushi@ximian.com>
19447         * file-io.c : win32 build fix (ETXTBSY seems not found).
19449 2005-10-04  Martin Baulig  <martin@ximian.com>
19451         * reflection.c
19452         (mono_image_get_methodspec_token): Make the cache actually work;
19453         fixes #75974.
19455 2005-10-04  Martin Baulig  <martin@ximian.com>
19457         * class.c (mono_class_name_from_token): Removed the unneccessary
19458         `MonoGenericContext *' argument.
19460 2005-10-04  Martin Baulig  <martin@ximian.com>
19462         * loader.c
19463         (method_from_methodspec): Make the caching work again; fixes the
19464         performance regression from #76262.
19466 2005-10-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19468         * file-io.c:
19469         * file-io.h:
19470         * icall.c: replace FindFirst/FindNext/FindClose calls with a new
19471         GetFileSystemEntries that performs the same work but without going
19472         into io-layer, locking, etc.
19474 2005-09-30  Zoltan Varga  <vargaz@gmail.com>
19476         * threads.c (ves_icall_System_Threading_Thread_Abort): Handle 
19477         ThreadState_Stopped as well. Fixes #76047.
19479 2005-09-29  Martin Baulig  <martin@ximian.com>
19481         * class.c
19482         (inflate_generic_context): If the new context has a `gmethod', set
19483         its `container' that that gmethod's `container'.
19485         * metadata.c
19486         (mono_metadata_parse_generic_param): Simplify things;
19487         `generic_container = generic_context->container;' is just fine.
19489         * loader.c (method_from_methodspec): Code cleanups.
19491 Wed Sep 28 17:06:01 CEST 2005 Paolo Molaro <lupus@ximian.com>
19493         * decimal.c: fix warning (and let gcc generate correct
19494         code on ARM with optimizations).
19496 2005-09-28  Martin Baulig  <martin@ximian.com>
19498         * loader.c
19499         (method_from_memberref): Added `MonoGenericContext *class_context'
19500         argument; this is used when parsing a MONO_MEMBERREF_PARENT_TYPESPEC.
19501         (method_from_methodspec): If we're a memberref, use the enclosing
19502         context when parsing its parent.  Fixes #76262; see gtest-206.cs.
19504 2005-09-28  Martin Baulig  <martin@ximian.com>
19506         * object.c (mono_runtime_invoke_array): Added support for
19507         MONO_TYPE_GENERICINST; fixes #75917.
19509 2005-09-27  Martin Baulig  <martin@ximian.com>
19511         * reflection.c (encode_type): For `MONO_TYPE_CLASS/VALUETYPE', use
19512         `k->byval_arg.type' to determine the actual type.
19514         * loader.c (method_from_methodspec): Removed some hacks.
19516 2005-09-27  Ben Maurer  <bmaurer@ximian.com>
19518         * class-internals.h (mono_field_is_deleted): Do the test for
19519         rtspecialname before we check the actual name of the field. This
19520         prevents us from dereferencing a pointer into the string table,
19521         saving us from accessing a few pages
19523         * *.c: Replace the use of {Enter,Leave}CriticalSection with
19524         macros. This will allow a deadlock debugger to easily be plugged
19525         in.
19527 2005-09-27  Martin Baulig  <martin@ximian.com>
19529         * loader.c (method_from_methodspec): Create a "signature"
19530         MonoGenericContainer and use mono_get_method_full().  Fixes #75584.
19532 2005-09-27  Martin Baulig  <martin@ximian.com>
19534         * class.c
19535         (inflate_generic_class): Correctly set the new context's
19536         container.
19538         * loader.c
19539         (find_method, find_method_in_class): Take a `MonoGenericContainer *'
19540         instead of a `MonoGenericContext *'.
19541         (mono_method_signature_full): Take a `MonoGenericContainer *'
19542         instead of a `MonoGenericContext *'.
19544         * metadata.c
19545         (mono_metadata_parse_signature_full): Take a `MonoGenericContainer *'
19546         instead of a `MonoGenericContext *'.
19547         (mono_metadata_parse_method_signature_full): Likewise.
19549 2005-09-26  Martin Baulig  <martin@ximian.com>
19551         * class.c
19552         (mono_class_from_generic_parameter): Set `klass->generic_container'
19553         (mono_class_from_generic_parameter): Likewise.
19554         (mono_bounded_array_class_get): We inherit the generic container
19555         from the element class.
19557         * loader.c
19558         (find_method, find_method_in_class): Take a `MonoGenericContext *'
19559         argument rather than computing it here.
19560         (method_from_memberref): Correctly set the generic context before
19561         parsing the signature.  Fixes #75681.
19563 2005-09-26  Zoltan Varga  <vargaz@gmail.com>
19565         * object.c (mono_class_has_special_static_fields): Fix warnings.
19567 2005-09-26  Carlos Alberto Cortez <calberto.cortez@gmail.com>
19569         * assembly.c: Add parse_public_key function, to
19570         par the public keys. Also added mono_assembly_name_parse_full,
19571         to define it the parsed key should be freed or not.
19572         * icall.c: Added ves_icall_System_Reflection_AssemblyName_ParseName,
19573         to parse a long format assembly name.
19574         * metadata-internals.h: Keep mono_assembly_name_parse_full as
19575         private, since calling it to preserve the key requires
19576         freeing it manually.
19577         
19578 2005-09-26  Atsushi Enomoto  <atsushi@ximian.com>
19580         * locales.c : removed HAVE_ICU part.
19582 2005-09-24  Zoltan Varga  <vargaz@freemail.hu>
19584         * object.c (mono_class_create_runtime_vtable): Avoid calling 
19585         field_is_special_static if the klass has no special static fields.
19587         * class-internals.h (MonoClass): Add 'no_special_static_fields' flag.
19588         (MonoCachedClassInfo): Likewise.
19590         * object.c (mono_class_has_special_static_fields): New helper function.
19592 2005-09-23  Zoltan Varga  <vargaz@gmail.com>
19594         * class.c (mono_class_create_from_typedef): Don't call 
19595         interfaces_from_typedef_full for enums.
19596         (mono_class_create_from_typedef): Compute the base types of enums directly
19597         without calling mono_class_setup_fields ().
19598         (mono_class_find_enum_basetype): New helper function.
19600         * reflection.c (mono_image_build_metadata): Emit type names+namespaces at
19601         one place inside the string heap.
19602         
19603 Fri Sep 23 19:37:46 CEST 2005 Paolo Molaro <lupus@ximian.com>
19605         * class.c: locking fixes, code cleanups, some docs added.
19606         Allocate some data structures in the image mempool.
19608 2005-09-23  Zoltan Varga  <vargaz@gmail.com>
19610         * rawbuffer.c: Remove unneccessary set_n_pagefaults () routine and update
19611         the example code.
19612         
19613 Fri Sep 23 18:27:02 CEST 2005 Paolo Molaro <lupus@ximian.com>
19615         * class-internals.h, class.c, reflection.c: reduce memory taken by
19616         MonoClass.
19618 Fri Sep 23 17:56:21 CEST 2005 Paolo Molaro <lupus@ximian.com>
19620         * metadata.c, metadata.h, loader.h: documentation updates, code and
19621         API cleanups.
19623 2005-09-23  Zoltan Varga  <vargaz@gmail.com>
19625         * rawbuffer.c: Remove unneccessary set_n_pagefaults () routine and update
19626         the example code.
19628         * rawbuffer.h rawbuffer.c: Add code and APIs to help determine the number of
19629         page faults caused by the runtime while reading metadata.
19631 2005-09-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19633         * socket-io.c: the field names were changed 3 months ago and no one
19634         realized until bug #76077 got filed!
19636 2005-09-20  Martin Baulig  <martin@ximian.com>
19638         * icall.c (assembly_icalls): Removed some unused debugger icalls.
19640 2005-09-20  Martin Baulig  <martin@ximian.com>
19642         * mono-debug.c (mono_debug_add_type): Ignore array types and don't
19643         write the rank into the class entry.
19645 2005-09-20  Martin Baulig  <martin@ximian.com>
19647         * mono-debug-debugger.c (MonoDebuggerMetadataInfo): Added some stuff.
19649 2005-09-19  Zoltan Varga  <vargaz@gmail.com>
19651         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
19653         * icall.c (custom_attrs_defined_internal): New icall.
19655         * reflection.c (mono_reflection_get_custom_attrs_by_type): New helper
19656         function.
19657         (mono_custom_attrs_construct_by_type): New helper function.
19659 2005-09-17  Zoltan Varga  <vargaz@freemail.hu>
19661         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalUni): Null
19662         terminate the resulting string. Fixes #76123.
19664 2005-09-16  Martin Baulig  <martin@ximian.com>
19666         * mono-debug.c
19667         (mono_debug_add_method): Ignore inflated methods for the moment.
19669 2005-09-14  Martin Baulig  <martin@ximian.com>
19671         * debug-mono-symfile.h (MONO_SYMBOL_FILE_VERSION): Bump version to 39.
19673 2005-09-13  Zoltan Varga  <vargaz@gmail.com>
19675         * metadata.c (mono_class_get_overrides_full): Modify signature to explicitly
19676         return a success/failure indication.
19677         (mono_metadata_interfaces_from_typedef_full): Ditto.
19678         (get_constraints): Ditto.
19680 2005-09-12  Zoltan Varga  <vargaz@gmail.com>
19682         * marshal.c (emit_marshal_array): Fix handling of null arrays.
19683         
19684         * marshal.c (emit_marshal_array): Add support for returning string
19685         arrays from delegates. Fixes #76063.
19687         * marshal.c: Use the emit_ldloc/stloc macros where possible.
19689 2005-09-11  Zoltan Varga  <vargaz@gmail.com>
19691         * threads.c (ves_icall_System_Threading_Thread_MemoryBarrier): New
19692         icall.
19694 2005-09-09  Zoltan Varga  <vargaz@gmail.com>
19696         * reflection.c icall.c: Fix after mono_get_exception_type_load
19697         signature change.
19699         * assembly.c (mono_assembly_get_assemblyref): New helper function.
19700         (mono_assembly_load_reference): Use the new helper.
19702         * class-internals.h (MonoLoaderError): New structure containing 
19703         information about type loading errors.
19705         * class-internals.h loader.c: Add APIs to store per-thread loader
19706         error information.
19708         * loader.c class.c: Set the loader error if needed.
19710         * exception.h exception.c: Add functions to throw MissingMethod/MissingFieldExceptions.
19712 Thu Sep 8 18:54:07 BST 2005 Paolo Molaro <lupus@ximian.com>
19714         * decimal.c: fixed to handle the broken ARM fp format.
19716 Wed Sep 7 22:17:58 BST 2005 Paolo Molaro <lupus@ximian.com>
19718         * icall.c: on ARM use the libc strtod(), since bsd_strtod() seems
19719         broken.
19721 2005-09-06  Martin Baulig  <martin@ximian.com>
19723         * domain.c (supported_runtimes): Added v2.0.50727.
19725 Tue Sep 6 11:40:24 CEST 2005 Paolo Molaro <lupus@ximian.com>
19727         * culture-info.h: reduce the size of some structures.
19729 2005-09-05  Martin Baulig  <martin@ximian.com>
19731         Reflect latest API changes in the August CTP.
19733         * icall.c
19734         ("Type.BindGenericParameters"): Renamed to "MakeGenericType".
19735         ("MonoType.HasGenericArguments"): Removed.
19736         ("MonoMethod.BindGenericParameters"): Renamed to
19737         "MakeGenericMethod".
19738         ("MethodBuilder.BindGenericParameters"): Renamed to
19739         "MakeGenericMethod".    
19741 2005-09-05  Martin Baulig  <martin@ximian.com>
19743         * mono-debug-debugger.c: Moved the debugger icalls into icall.c.
19745 2005-09-05  Martin Baulig  <martin@ximian.com>
19747         Applying a patch from Michal Moskal <malekith@nemerle.org>.
19749         * icall.c (ves_icall_Type_get_IsGenericType): Return true also if
19750         generic_container is non-NULL.
19752 2005-09-05  Martin Baulig  <martin@ximian.com>
19754         Applying a patch from Michal Moskal <malekith@nemerle.org>.
19756         * object.c (set_value): In MONO_TYPE_VALUETYPE, add generics support.
19758 2005-08-29  Michal Moskal  <malekith@nemerle.org>
19760         * reflection.c (encode_locals,
19761         mono_reflection_sighelper_get_signature_local): Increase buffer sizes
19762         for large generic types.
19764 2005-09-05  Martin Baulig  <martin@ximian.com>
19766         Applying a patch from Michal Moskal <malekith@nemerle.org>.
19768         * class.c (mono_dup_array_type): New public method.
19769         (mono_metadata_signature_deep_dup): New public method.
19770         (dup_type): Correctly duplicate array and function types.
19772 2005-09-05  Martin Baulig  <martin@ximian.com>
19774         Applying a patch from Michal Moskal <malekith@nemerle.org>.
19776         * reflection.c (get_default_param_value_blobs): Handle generic types
19777         and generic methods.
19779 2005-09-02  Sebastien Pouliot  <sebastien@ximian.com>
19781         * class.c: Fixed error reporting (method/class were inversed) for 
19782         inheritance demands.
19783         * security-manager.c|h: Added the AppDomain when calling the managed
19784         System.Security.SecurityManager.InheritanceDemand method.
19786 2005-09-01  Raja R Harinath  <rharinath@novell.com>
19788         * reflection.c (encode_marshal_blob): 'marshaltype' and
19789         'marshaltyperef' are alternate sources for the custom marshaler
19790         name.
19792 Wed Aug 31 17:39:54 CEST 2005 Paolo Molaro <lupus@ximian.com>
19794         * class.c: fix creation of array classes with rank == 1
19795         (patch by Ankit Jain <jankit@novell.com>).
19797 Wed Aug 31 17:35:19 CEST 2005 Paolo Molaro <lupus@ximian.com>
19799         * object.c: fix check for creating the bound data for arrays vs
19800         szarrays.
19802 2005-08-30 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19804         * object.c: configuration file name is now based on the executable name,
19805         not the image name. Fixes bug #75931.
19807 2005-08-29  Zoltan Varga  <vargaz@gmail.com>
19809         * marshal.c (emit_thread_interrupt_checkpoint_call): Load the
19810         flag using LDIND_U4 since it leads to smaller and faster code on ia64.
19812 2005-08-25  Zoltan Varga  <vargaz@gmail.com>
19814         * rand.c: Use wincrypt.h instead of WinCrypt.h.
19816 2005-08-24  Ankit Jain  <jankit@novell.com>
19817             Raja R Harinath  <rharinath@novell.com>
19819         * class.c (mono_class_from_typeref): Don't call mono_class_init as we might've been
19820           called by it recursively.
19821           (mono_class_init): Remove special case in pending_init handling, since it's
19822           superseded by the fix to mono_class_from_typeref.
19824 2005-08-22  Zoltan Varga  <vargaz@freemail.hu>
19826         * threads.c (ves_icall_System_Threading_Thread_Thread_internal): Remove the 
19827         BROKEN_THREAD_START stuff.
19829 2005-08-21  Zoltan Varga  <vargaz@freemail.hu>
19831         * class-internals.h object.c: Add a new kind of trampoline called a delegate 
19832         trampoline.
19834         * domain-internals.h domain.c: Add a has for delegate trampolines to MonoDomain.
19835         
19836         * object.c (mono_delegate_ctor): Replace the original function address with
19837         a delegate trampoline.
19839 2005-08-21 Gert Driesen <drieseng@users.sourceforge.net>
19841         * icall.c: add boolean argument to base64_to_byte_array and 
19842         InternalFromBase64String to control whether a whitespace-only string
19843         is allowed (or should casue a FormatException to be thrown). We need
19844         this as the behavior has changed between MS.NET 1.x and 2.0, and we
19845         to match the MS behaviour in both profiles.
19846         * appdomain.c: Bump corlib version.
19848 2005-08-20  Carlos Alberto Cortez <calberto.cortez@gmail.com>
19850         This patch implements a big portion of publisher policy
19851         support, used to bind assembly versions and redirect
19852         one assembly from version A to version B.
19854         * assembly.c:
19855         New GSList loaded_assembly_bindings, for storing the cached
19856         assembly bindings.
19857         (assembly_binding_maps_name): New static function for checking if a 
19858         assembly binding information maps an assembly name.
19859         (mono_assembly_binding_info_free): New function for freeing
19860         assembly binding information resources.
19861         (get_publisher_policy_info): New static function for retrieving 
19862         assembly binding information from a MonoImage.
19863         (compare_versions): New static function for comparing an assembly
19864         binding information data and the version of an assembly name.
19865         (check_policy_versions): New static function for checking if an
19866         assembly binding info mapping an assembly name is valid for it.
19867         (mono_assembly_load_publisher_policy): New static function for
19868         loading the 'policy.major.minor.MyAssembly' image for an assembly
19869         with an assembly name 'aname'.
19870         (mono_assembly_bind_version): New static function for updating
19871         assembly redirection.
19872         (mono_assembly_apply_binding): New static function for applying
19873         assembly binding.
19874         (search_binding_loaded): New static function for searching 
19875         loaded assembly binding infos in the cache domain.
19876         (mono_assembly_load_full): Don't apply assembly binding for
19877         reflection only assemblies.
19879         * metadata-internals.h: Add MonoAssemblyBindingInfo,
19880         which contains information about assembly binding. Also
19881         declare signature for mono_config_parse_publisher_policy ()
19882         function, used to retrieve pub policy info.
19883         
19884         * mono-config.c:
19885         (publisher_policy_start): New static function used to parse publisher 
19886         policy config files.
19887         (publisher_policy_parser): New static MonoParseHandler containing 
19888         the functions used when parsing config files.
19889         (mono_config_parse_publisher_policy): New function for parsing
19890         publisher policy files.
19891         
19892 2005-08-20  Zoltan Varga  <vargaz@freemail.hu>
19894         * object.c (mono_delegate_ctor): Add support for IA64 function descriptors.
19896         * marshal.c (mono_delegate_free_ftnptr): Ditto.
19898         * object.c (mono_get_addr_from_ftnptr): New helper function.
19900         * object.h (mono_array_addr): Fix unaligned access warnings on IA64.
19902         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
19904 2005-08-19  Dick Porter  <dick@ximian.com>
19906         * threads.c, threads.h, appdomain.c, appdomain.h,
19907         profiler-private.h, monitor.c, object.c, object-internals.h,
19908         profiler.c, mono-debug-debugger.h, profiler.h: Use a gsize to
19909         store the thread ID, so it can hold a 64 bit value if needed.
19911 2005-08-19  Zoltan Varga  <vargaz@freemail.hu>
19913         * reflection.c (mono_reflection_create_dynamic_method): Store the
19914         handle class into the method references as well so ldtoken works in
19915         dynamic methods.
19917         * icall.c (ves_icall_MonoField_GetValueInternal): Add support for generic
19918         types.
19920 2005-08-19  Ankit Jain <jankit@novell.com>
19922         Fix #75847.
19923         * marshal.c (mono_marshal_get_ptr_to_struct): Build method signature 
19924           here rather than using the method signature of a arbitrary function
19925           named 'System.Runtime.InteropServices.Marshal::PtrToStructure' with 
19926           two arguments.
19927           Hack done with Harinath.
19929 2005-08-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19931         * threadpool.c: disable printing stack traces when we get a exception
19932         in a threadpool thread. I need to do more testing to figure out which
19933         cases actually print this. Fixes bug #75828.
19935 2005-08-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19937         * icall.c: there might be ignored whitespace after the last '='. This
19938         fixes length computation and bug #75840.
19940 2005-08-18  Zoltan Varga  <vargaz@freemail.hu>
19942         * assembly.c (mono_assembly_load_full): Consider .exe extension as
19943         well. Fixes #75809.
19945         * reflection.c (create_custom_attr): Fix unmanaged memory leak. Fixes
19946         #75784.
19947         
19948         * reflection.c (create_custom_attr_data): Ditto.
19950 2005-08-17  Atsushi Enomoto  <atsushi@ximian.com>
19952         * locales.c, culture-info.h : removed RegionLCIDMap.
19953         * culture-info-tables.h : regenerated.
19955 2005-08-16  Martin Baulig  <martin@ximian.com>
19957         * class.c (mono_type_get_name_recurse): Small fix.
19959 2005-08-16  Atsushi Enomoto  <atsushi@ximian.com>
19961         * locales.c : indentation fixie.
19963 2005-08-15  Atsushi Enomoto  <atsushi@ximian.com>
19965         * object-internals.h,
19966           locales.h,
19967           locales.c,
19968           culture-info.h,
19969           icall.c : added RegionInfo table support.
19970         * culture-info-table.h : regenerated for region support.
19972 2005-08-14  Kamil Skalski  <nazgul@nemerle.org>
19974         * reflection.c (resolve_object): handle all kinds of MonoMethod
19975         including generic ones
19977 2005-08-12  Ankit Jain <jankit@novell.com>
19979         * get.c (dis_stringify_variant_type): New. Stringify MonoMarshalVariant.
19980           (dis_stringify_marshal_spec): Add new case for MONO_NATIVE_SAFEARRAY. 
19982 2005-09-12  Lluis Sanchez  <lluis@ximian.com>
19984         * process.c: Don't close a thread handle when it's NULL. This is a
19985         workaround for bug #75733.
19987 2005-08-11  Zoltan Varga  <vargaz@freemail.hu>
19989         * marshal.c (mono_marshal_get_string_encoding): Fix handling of CharSet.Auto. Fixes #75769.
19991 2005-08-10  Zoltan Varga  <vargaz@freemail.hu>
19993         * icall.c (ves_icall_Type_get_IsGenericType): New icall.
19995 2005-08-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19997         * threadpool.c: if a work item in the thread pool has a callback that
19998         catches a exception, don't propagate it after invoking the callback.
19999         Fixes bug #75336.
20001 2005-08-08  Zoltan Varga  <vargaz@freemail.hu>
20003         * class.c (class_compute_field_layout): Rename this to mono_class_setup_fields.
20005         * class-internals.h (MonoCachedClassInfo): Add some new fields.
20007         * class.c (mono_class_init): Load field info lazily in the AOT case.    
20009         * reflection.c (mono_image_load_module): Fix error checking. Fixes #75660.
20011 2005-08-03  Ankit Jain  <jankit@novell.com>
20013         Fix #75683.
20014         * loader.c (mono_method_signature_full): Use MONO_CALL_DEFAULT if
20015           PInvoke calling convention is 0.
20017 2005-08-02  Zoltan Varga  <vargaz@freemail.hu>
20019         * socket-io.c (convert_sockopt_level_and_name): Applied patch from 
20020         Julien Puydt (julien.puydt@laposte.net). Add check for IPV6_PKTINFO.
20022 Mon Aug 1 16:52:12 CEST 2005 Paolo Molaro <lupus@ximian.com>
20024         * gc-internal.h, threads.c, null-gc.c, boehm-gc.c: added interface
20025         to handle threads not started by the GC (patch by Michael Meeks
20026         <michael.meeks@novell.com>).
20028 2005-07-31  Kamil Skalski  <nazgul@omega.pl>
20030         * reflection.c: Make buffer used in emitting types larger for some
20031         big generic types (patch by Michal Moskal).
20033 2005-07-30  Zoltan Varga  <vargaz@freemail.hu>
20035         * mono-debug.c: Fix some (not all) alignment problems.
20037 2005-07-29  Carlos Alberto Cortez <calberto.cortez@gmail.com>
20039         * appdomain.c (ves_icall_System_AppDomain_LoadAssemblyRaw):
20040         Invoke mono_image_load_from_data_full passing the refonly
20041         parameter.
20043         * assembly.c
20044         (mono_assembly_open_from_bundle): Add the refonly argument, 
20045         in order to pass it to other methods it calls to.
20046         (do_mono_assembly_open): Add the refonly argument, in order 
20047         to pass it to other methods it calls to.
20048         (mono_assembly_open_full): Invoke do_mono_assembly_open passing
20049         the refonly parameter to it.
20051         * image.c: Add loaded_images_refonly_hash and
20052         loaded_images_refonly_guid_hash to cache the reflection
20053         only loaded images.
20054         (mono_images_init): Initialize the hash tables used for
20055         caching the reflection only images.
20056         (load_modules): Invoke mono_image_open_full passing the refonly
20057         parameter to load the modules the correct way.
20058         (build_guid_table): Add the refonly argument, to re-build the 
20059         correct hash table.
20060         (do_mono_image_open): Added the refonly argument, in order to
20061         define it for the loaded image.
20062         (mono_image_loaded_full): New function, which receives an
20063         additional parameter to look for the image in the refonly or
20064         non-refonly section.
20065         (mono_image_loaded): Updated, using mono_image_loaded_full.
20066         (mono_image_loaded_by_guid_full): The same case that happens
20067         with mono_image_loaded_full.
20068         (mono_image_loaded_by_guid): Likewise.
20069         (register_image): Use the ref_only variable inside MonoImage
20070         to decide in which hash table store the current image.
20071         (mono_image_open_from_data_full): Rename
20072         mono_image_open_from_data to mono_image_open_from_data_full,
20073         adding the refonly argument, to define the ref_only variable 
20074         inside MonoImage.
20075         (mono_image_open_from_data): Return 
20076         mono_image_open_from_data_full.
20077         (mono_image_open_full): Rename mono_image_open to
20078         mono_image_open_full, receiving the new refonly argument,
20079         to pass it to inner methods.
20080         (mono_pe_file_open): Update this function, to open
20081         a MonoImage as a non-refonly image.
20082         (mono_image_close): Use the refonly variable inside
20083         MonoImage to remove the image from the correct caches.
20085         * image.h: Add the signatures of mono_image_open_full,
20086         mono_image_open_from_data_full, mono_image_loaded_full,
20087         mono_image_loaded_by_guid_full.
20089         * metadata-internals.h: Add the ref_only field to 
20090         MonoImage.
20091         
20092 2005-07-29  Carlos Alberto Cortez <calberto.cortez@gmail.com>
20094         * icall.c (ves_icall_System_Reflection_GetReferencedAssemblies):
20095         Fix the last behavior, which used to load the assemblies and
20096         extract MonoReflectionAssemblyName information, instead of
20097         extract it from the metadata tables. Needed for Reflection
20098         Only assemblies.
20099         
20100 2005-07-29  Martin Baulig  <martin@ximian.com>
20102         * mono-debug-debugger.c
20103         (mono_debugger_lock, mono_debugger_unlock): g_assert() if we're
20104         not initialized.
20106         * mono-debug.c
20107         (mono_debug_address_from_il_offset): Check whether we have
20108         debugging support before attempting to take the lock.
20109         (mono_debug_source_location_from_address): Likewise.
20110         (mono_debug_source_location_from_il_offset): Likewise.
20111         (mono_debug_il_offset_from_address): Likewise.
20112         (mono_debug_address_from_il_offset): Likewise.
20114 2005-07-29  Zoltan Varga  <vargaz@freemail.hu>
20116         * class.c (mono_class_from_name_case): Add support for dynamic images.
20117         Fixes #75650.
20119         * object.c (mono_class_compute_gc_descriptor): Add a workaround
20120         for #75479.
20122 2005-07-28  Zoltan Varga  <vargaz@freemail.hu>
20123         
20124         * reflection.c (mono_method_get_object): Fix warning.
20126 2005-07-28  Martin Baulig  <martin@ximian.com>
20128         * mono-debug.c
20129         (mono_debug_add_wrapper): Also write the wrapper type.
20131 2005-07-28  Zoltan Varga  <vargaz@freemail.hu>
20133         * class-internals.h (MonoCachedClassInfo): Add has_nested_classes field.
20134         
20135         * class.c (mono_class_init): Avoid reading nested classes if the AOT
20136         data indicates the class has none.
20138 2005-07-26  Ben Maurer  <bmaurer@ximian.com>
20140         * mono-debug.c, debug-mono-symfile.c: Replace the use of the
20141         loader lock with the debugger lock. Prevents deadlocks for beagle.
20143         Beagle can now run on an smp box for a weekend without any
20144         issues. Woohoo!
20146 2005-07-26  Zoltan Varga  <vargaz@freemail.hu>
20148         * class.c (mono_bounded_array_class_get): Avoid crash if eclass is
20149         in a module. Fixes #75629.
20151 2005-07-26  Martin Baulig  <martin@ximian.com>
20153         * mono-debug.c (mono_debug_add_wrapper): New static method.
20154         (mono_debug_add_method): Call mono_debug_add_wrapper() if we're an
20155         interncall or a wrapper.
20157         * mono-debug.h (MonoDebugWrapperData): New public typedef.
20158         (MonoDebugDataItemType): Added `MONO_DEBUG_DATA_ITEM_WRAPPER'.
20159         (MONO_DEBUGGER_VERSION): Bump to 51.
20161         * mono-debug-debugger.c
20162         (mono_debugger_add_type): Removed this empty function.
20163         (mono_debugger_add_method): Likewise.
20165 2005-07-22  Zoltan Varga  <vargaz@freemail.hu>
20167         * icall.c (ves_icall_Type_GetMethodsByName): Call setup_vtable () 
20168         before accessing method->slot.
20170 2005-07-21  Jb Evain  <jbevain@gmail.com>
20172         * reflection.c (method_encode_clauses/class): Handle filters clauses.
20173         Fixes #75010.
20175 2005-07-21  Zoltan Varga  <vargaz@freemail.hu>
20177         * marshal.c (emit_marshal_custom): Implement byref marshalling. Fixes
20178         #75587.
20180 2005-07-20  Zoltan Varga  <vargaz@freemail.hu>
20182         * image.h image.c: Add mono_image_get_guid () API function.
20184 2005-07-19  Ben Maurer  <bmaurer@ximian.com>
20186         There were issues when multiple threads tried to load
20187         assemblies. A deadlock was created between assemblies_mutex and
20188         mono_domain_assemblies_lock. This fixes the issue by making the
20189         assembly ref counting be lock free. See bug 75586.
20190         
20191         * image.c (mono_image_close): The add ref function here was using
20192         Interlocked operations while the unref was using a mutex and a
20193         --. I don't think this was ever a bug that would be exposed in a
20194         non-pendantic way (ie, by an embedder doing a ref on one thread
20195         and an unref on another), but for the sake of correctness, this is
20196         now Interlocked.
20198         * assembly.c (mono_assembly_addref): Use InterlockedIncrement
20199         (mono_assembly_load_reference): Call mono_assembly_addref rather
20200         than touching the refcount ourselves.
20201         (mono_assembly_close): Use InterlockedDecrement to unref the
20202         assembly. Don't acquire the lock unless it is actually needed.
20204 2005-07-12  Zoltan Varga  <vargaz@freemail.hu>
20206         * class.c (mono_class_layout_fields): Fix calculation of has_references
20207         for generic types.
20209 2005-07-12  Martin Baulig  <martin@ximian.com>
20211         Applying a patch from Michal Moskal <malekith@nemerle.org>.
20213         * metadata.c
20214         (mono_type_hash): Provide better hashing for generic instances.
20215         (mono_generic_inst_hash): Improve hashing.
20216         (mono_generic_class_hash): Likewise.
20218         * reflection.c (mymono_metadata_type_hash): Improve hashing for
20219         generic instances.
20221 2005-07-12  Martin Baulig  <martin@ximian.com>
20223         * reflection.c (mono_reflection_create_runtime_class): Remove the
20224         hack for generic type definitions and non-`Run' assemblies.
20225         (mono_reflection_bind_generic_parameters): Also use
20226         `klass->wastypebuilder' to check for TypeBuilders.
20228 2005-07-12  Zoltan Varga  <vargaz@freemail.hu>
20230         * class.c (mono_class_layout_fields): Fix calculation of has_references
20231         for generic types.
20233         * class.c (inflate_generic_class): Fix a leak.
20234         (mono_class_init): Fix calculation of gchimpl and has_finalize fields
20235         for generic types.
20237 2005-07-11  Martin Baulig  <martin@ximian.com>
20239         * icall.c (ves_icall_Type_BindGenericParameters): Don't crash here
20240         on error.
20242 2005-07-11  Martin Baulig  <martin@ximian.com>
20244         * loader.c (find_method): Also lookup in
20245         `mono_defaults.object_class' if we're an interfaces; fixes #75460.
20247 2005-07-07  Zoltan Varga  <vargaz@freemail.hu>
20249         * appdomain.c (mono_domain_unload): Don't free the error message
20250         before passing it to mono_get_exception_...
20252         * reflection.c (CACHE_OBJECT): Fix the race introduced by the previous patch.
20253         
20254 Thu Jul 7 19:59:31 CEST 2005 Paolo Molaro <lupus@ximian.com>
20256         * threads.c: try to better guess an available RT signal (bug #75387).
20258 2005-07-07  Zoltan Varga  <vargaz@freemail.hu>
20260         * reflection.c (CACHE_OBJECT): Don't hold the domain lock between CHECK_OBJECT
20261         and CACHE_OBJECT.
20263 2005-07-07  Martin Baulig  <martin@ximian.com>
20265         * class.c (mono_type_get_name_full): Return NULL for
20266         MONO_TYPE_NAME_FORMAT_FULL_NAME if we have any generic parameters;
20267         fixes #75408.
20269 2005-07-07  Zoltan Varga  <vargaz@freemail.hu>
20271         * threads.c (mono_threads_abort_appdomain_threads): Wait for threads to
20272         exit the appdomain as well being aborted.
20274         * threadpool.c: Create all threadpool threads inside the root appdomain, and
20275         change back to the root domain after calling managed code. This enables
20276         appdomains using threadpools to be unloaded.
20278 2005-07-07  Martin Baulig  <martin@ximian.com>
20280         * class-internals.h
20281         (MonoInflatedGenericClass): Moved the `MonoType *parent' field
20282         into `MonoDynamicGenericClass' since we only need it for dynamic
20283         types.
20285         * reflection.c (mono_class_bind_generic_parameters): We don't need
20286         to compute the `parent' here.
20288 2005-07-07  Atsushi Enomoto  <atsushi@ximian.com>
20290         * culture-info-table.h : regenerated.
20292 2005-07-06  Martin Baulig  <martin@ximian.com>
20294         * icall.c
20295         (ves_icall_FieldInfo_SetValueInternal): Add MONO_TYPE_GENERICINST.
20297         * object.c (set_value): Add MONO_TYPE_GENERICINST; fixes #75299.
20299 2005-07-06  Martin Baulig  <martin@ximian.com>
20301         * metadata.c (mono_metadata_class_equal): Add MONO_TYPE_SZARRAY if
20302         we're doing a signature-only comparision; fixes #74945.
20304 2005-07-06  Martin Baulig  <martin@ximian.com>
20306         * class-internals.h (MonoGenericClass): Moved some things out into
20307         a new `MonoInflatedGenericClass' type.  
20308         (MonoInflatedGenericClass): New type; the `klass' of a
20309         `MonoGenericClass' is now computed lazyly in
20310         mono_get_inflated_generic_class().      
20312         * class.c (mono_get_inflated_generic_class): New public function.
20313         (mono_class_inflate_generic_method): Removed the unused
20314         `MonoClass *' argument.
20315         (setup_generic_vtable): Don't call mono_get_inflated_method() on
20316         all the methods.
20317         (mono_class_create_generic): Make this static and merge it with
20318         mono_class_create_generic_2(); we're now called automatically from
20319         mono_get_inflated_generic_class().
20321         * loader.c (mono_method_signature): Call
20322         mono_get_inflated_method() here.
20324 2005-07-06  Zoltan Varga  <vargaz@freemail.hu>
20326         * object.c (mono_class_create_runtime_vtable): Allow MONO_TYPE_FNPTR as
20327         type of fields with RVA.
20329         * class.c (mono_class_from_generic_parameter): Avoid calling mono_class_init ()
20330         for this pseudo class.
20331         (my_mono_class_from_generic_parameter): Likewise.
20332         (mono_class_init): Allow interfaces to have cctors.
20334 2005-07-05  Zoltan Varga  <vargaz@freemail.hu>
20336         * domain-internals.h domain.c: Add functionality to create MonoJitInfo structures
20337         lazily for AOT methods.
20339 2005-07-05  Martin Baulig  <martin@ximian.com>
20341         * loader.c (mono_lookup_pinvoke_call): g_ascii_strcasecmp()
20342         returns FALSE for a successful match, not TRUE.
20344 2005-07-05  Zoltan Varga  <vargaz@freemail.hu>
20346         * loader.c (mono_method_get_index): Optimize this a bit.
20348 2005-07-04  Martin Baulig  <martin@ximian.com>
20350         * class.c
20351         (class_compute_field_layout): Move the check for generic type
20352         definitions into mono_class_layout_fields().  Fixes #74684.
20353         (mono_class_from_generic_parameter): Correctly compute
20354         `klass->parent'; fixes #75457.
20356         * reflection.c (register_assembly, register_module): Make sure
20357         `domain->rejobject_hash' is already created.
20359 2005-07-02  Martin Baulig  <martin@ximian.com>
20361         * class-internals.h
20362         (MonoGenericClass): Move `count_ifaces' and `ifaces' into
20363         `MonoDynamicGenericClass'.      
20365 2005-07-01  Lluis Sanchez  <lluis@ximian.com>
20367         * icall.c: In ves_icall_InternalExecute() dont't assert if the value
20368         returned by a field getter is null, since null is a valid value.
20370 2005-07-01  Martin Baulig  <martin@ximian.com>
20372         * reflection.c (mono_reflection_generic_class_initialize): Update
20373         the `dgclass->fields [i].parent' to the correct class.
20374         (mono_image_get_fieldref_token): Use the declaring type, not the
20375         reflected type.
20377 2005-07-01  Martin Baulig  <martin@ximian.com>
20379         * loader.c (find_method): Also look in the interfaces; fixes #75429.
20381 2005-06-30  Ben Maurer  <bmaurer@ximian.com>
20383         * threads.c (thread_cleanup): assert that thread != NULL
20384         (wait_for_tids_or_state_change): We were using the wrong variable
20385         when accessing wait->threads. `i' was always out of the bounds of
20386         the array.
20388 2005-06-30 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20390         * loader.c: map user32 and kernel32 to libMonoSupportW
20392 2005-06-28  Zoltan Varga  <vargaz@freemail.hu>
20394         * appdomain.c (unload_thread_main): Mark this as WINAPI.
20396 2005-06-28  Martin Baulig  <martin@ximian.com>
20398         * loader.c (method_from_methodspec): Fix #75334.
20400 2005-06-28  Martin Baulig  <martin@ximian.com>
20402         Fix #74953 - Arrays now implement the generic IList<T> interface
20403         on the 2.0 platform.
20405         * class-internals.h (MonoDefaults): Added `generic_array_class'.
20407         * reflection.c (mono_class_bind_generic_parameters): New public
20408         function; similar to mono_reflection_bind_generic_parameters(),
20409         but operates on a `MonoType *' and not on a `MonoReflectionType *'.
20411         * domain.c (mono_init_internal): Try to initialize.
20412         `mono_defaults.generic_array_class' here; this'll only succeed if
20413         we're using the 2.0 corlib.
20415         * icall.c
20416         (ves_icall_System_Array_InternalArray_GetGenericValueImpl): Added
20417         interncall for "System.Array/InternalArray`1:GetGenericValueImpl".
20418         (mono_lookup_internal_call): Added support for nested classes.
20420         * loader.c
20421         (mono_get_method_from_token): Set `result->signature->pinvoke' if
20422         we're an interncall and have generic arguments.
20424         * class.c
20425         (mono_class_inflate_generic_methods): Allow interncalls and PInvoke.
20426         (mono_bounded_array_class_get): If we're on the 2.0 corlib, use an
20427         instance of System.Array.InternalArray<T> for arrays, so they
20428         implement the generic IList<T> interface.
20430 2005-06-27  Zoltan Varga  <vargaz@freemail.hu>
20432         * marshal.c (emit_marshal_string): Applied patch from Itamar Rogel
20433         (chastamar@yahoo.com). Fixes #75374.    
20435 2005-06-27  Atsushi Enomoto <atsushi@ximian.com>
20437         * culture-info-table.h: regenerated.
20439 2005-06-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20441         * icall.c: handle spaces correctly for base64 strings.
20443 2005-06-26  Ben Maurer  <bmaurer@ximian.com>
20445         * *.c: Kill some warnings.
20447 2005-06-23  Duncan Mak  <duncan@novell.com>
20449         * socket-io.c (is_loopback): Cast 'ptr' to 'struct in6_addr *' so
20450         that this builds on Solaris 10 (x86).
20452 2005-06-23  Martin Baulig  <martin@ximian.com>
20454         * class.c
20455         (mono_type_get_name_recurse): Don't use a duplicate '[', ']' for
20456         generic type definitions.
20458 2005-06-23  Martin Baulig  <martin@ximian.com>
20460         Fix #75331.
20462         * metadata.c (mono_class_get_overrides): Renamed to
20463         mono_class_get_overrides_full() and added a `MonoGenericContext *'.
20464         (method_from_method_def_or_ref): Added `MonoGenericContext *' and
20465         pass it to mono_get_method_full().
20467 2005-06-22  Ben Maurer  <bmaurer@ximian.com>
20469         * reflection.c (mono_reflection_create_runtime_class): take the
20470         mono_domain_lock in this method. Prevents deadlocks
20472 2005-06-22  Martin Baulig  <martin@ximian.com>
20474         * loader.c (method_from_methodspec): Fix #75330.
20476 2005-06-22  Martin Baulig  <martin@ximian.com>
20478         * reflection.c (type_get_qualified_name): Use
20479         mono_type_get_name_full() with MONO_TYPE_NAME_FORMAT_REFLECTION.
20480         (_mono_reflection_get_type_from_info): Added `MonoImage *image'
20481         argument; use it if we don't have an assembly name.
20483 2005-06-22  Lluis Sanchez Gual  <lluis@novell.com>
20485         * object.c: In mono_message_init, set "copy out" flag for in
20486         parameters with the [Out] flag.
20488 2005-06-21  Martin Baulig  <martin@ximian.com>
20490         * class.c
20491         (mono_type_get_name_recurse): Correctly handle MONO_TYPE_SZARRAY
20492         and MONO_TYPE_PTR.
20494 2005-06-21  Martin Baulig  <martin@ximian.com>
20496         * class.c (mono_class_init): Don't initialize `class->fields' for
20497         generic instances since they're initialized again in
20498         compute_field_layout(). 
20499         (compute_field_layout): Set the field's `generic_info' here; fix
20500         #75320. 
20502 2005-06-21  Martin Baulig  <martin@ximian.com>
20504         * class-internals.h
20505         (MonoGenericMethod): Added `MonoGenericClass *generic_class'.
20507         * metadata.c (mono_metadata_generic_method_equal): Also
20508         distinguish the `generic_class'; fixes #75334.
20510 2005-06-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20512         * domain.c:
20513         * appdomain.c:
20514         * domain-internals.h:
20515         * reflection.c: 'domain_assemblies' field is now protected by its own
20516         lock. Don't call into managed code to run the AssemblyLoad event if we
20517         now there are no registered delegates for it.
20519 2005-06-20  Martin Baulig  <martin@ximian.com>
20521         * class.c (mono_class_is_assignable_from): Use a custom version of
20522         mono_class_has_parent() to make things work for generic instances;
20523         fix #75300.
20525 2005-06-20  Martin Baulig  <martin@ximian.com>
20527         * loader.c (method_from_methodspec): Apply a patch from
20528         Kamil Skalski <nazgul@nemerle.org> to fix #75296.
20530 2005-06-20  Martin Baulig  <martin@ximian.com>
20532         * class.c (mono_class_init): Reverted Zoltan's last change; it
20533         breaks generics.
20535 2005-06-19  Zoltan Varga  <vargaz@freemail.hu>
20537         * threads.c (wait_for_tids_or_state_change): Add missing locking.
20539 2005-06-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20541         * socket-io.c: fix the index in the socket array for writable/error
20542         sockets. Fixes bug #75306.
20544 2005-06-17  Zoltan Varga  <vargaz@freemail.hu>
20546         * class.c (mono_class_init): Allow interfaces to have static ctors.
20548 2005-06-17  Martin Baulig  <martin@ximian.com>
20550         * loader.c (method_from_methodspec): Use `context->container' when
20551         parsing the `gmethod->inst'.
20553 2005-06-17  Martin Baulig  <martin@ximian.com>
20555         * class.c (mono_type_get_name_recurse): Don't add the assembly
20556         name for type arguments.
20558 2005-06-15  Martin Baulig  <martin@ximian.com>
20560         * reflection.c (mono_image_get_inflated_method_token): Encode
20561         correct klass; fixes #75260.
20563 2005-06-13 Michal Moskal <malekith@nemerle.org>
20565         * icall.c: Make GetCorrespondingMethod/Constructor take
20566         MonoReflectionMethod method not MonoMethod. Removed
20567         MonoType.GetCorrespondingField, and make
20568         MonoGenericType.GetCorrespondingField take name not
20569         MonoClassField.
20571 2005-06-13  Michal Moskal <malekith@nemerle.org>
20573         * reflection.c (field_encode_signature, encode_locals):
20574          Make sizes of buffers for types larger (for big generic types).
20575          (create_generic_typespec,
20576          mono_reflection_sighelper_get_signature_local,
20577          mono_reflection_sighelper_get_signature_field):
20578          Add asserts for too small buffers.
20580 2005-06-15  Martin Baulig  <martin@ximian.com>
20582         * icall.c (ves_icall_MonoGenericClass_GetParentType): Return NULL
20583         if our parent is not a dynamic type.
20585 2005-06-15  Martin Baulig  <martin@ximian.com>
20587         * class-internals.h (MonoTypeNameFormat): New enum.
20589         * class.c
20590         (mono_class_get_name_full): Renamed to mono_type_get_name_full().
20591         (mono_type_get_full_name): Removed.
20592         (mono_type_get_name_full): Take a `MonoTypeNameFormat format'
20593         argument instead of the boolean's.
20595         * icall.c (ves_icall_System_MonoType_getFullName):
20596         Added `gboolean assembly_qualified'.    
20598         * reflection.h
20599         (MonoTypeNameParse): Added `GPtrArray *type_arguments'.
20601         * reflection.c (mono_reflection_parse_type): Parse the new type
20602         name format.
20604 2005-06-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20606         * icall.c: no need to convert from utf16 to utf8 and then back again
20607         after the call to GetLogicalDrives.
20609 2005-06-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20611         * icall.c: frombase64. Fix problems exposed by new tests.
20613 2005-06-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20615         * icall.c: added internal calls for converting char [] and strings in
20616         base64 into byte [].
20618 2005-06-10  Martin Baulig  <martin@ximian.com>
20620         * class.c (mono_class_create_generic_2): Read the nested classes
20621         from the metadata rather than from `gklass->nested_classes' since
20622         `gklass' might not be initialized yet.
20624 2005-06-09  Duncan Mak  <duncan@novell.com>
20626         * *.h: Added G_BEGIN_DECLS and G_END_DECLS where appropriate to
20627         all public headers. Fixes #74919.
20629 2005-06-09  Lluis Sanchez Gual  <lluis@novell.com>
20631         * domain.c: The key for proxy_vtable_hash is now a pointer
20632         array. Added new GHashFunc and GCompareFunc functions for this.
20634         * class.h: The list of interfaces in MonoRemoteClass is known in
20635         advance and can't grow (we create a new MonoRemoteClass if needed),
20636         so now the interface array can be allocated together with
20637         MonoRemoteClass.
20638         
20639         * object.c: Added a new method create_remote_class_key.
20640         Fixed mono_remote_class so it does not depend on
20641         mono_upgrade_remote_class.
20642         Removed extend_interface_array.
20643         Added new method clone_remote_class(), which makes a copy of a remote
20644         class and adds a new interface or class to it.
20645         mono_upgrade_remote_class() now creates a new remote class (or gets
20646         it from the cache) if an vtable upgrade is needed. In this way
20647         we make sure that other objects sharing the same remote class
20648         don't get the new vtable with unwanted interfaces.
20649         
20650         * object-internals.h:
20651         * object.h: Moved mono_upgrade_remote_class to object-internals.h.
20652         
20653         * marshal.c: Track changes in mono_upgrade_remote_class().
20655 2005-06-08  Kamil Skalski <nazgul@nemerle.org>
20656         * icall.c: Add runtime methods for obtaining members of inflated
20657         class, which were created from supplied non-inflated members. It
20658         is used in internal Get{Method,Constructor,Field} methods in
20659         System.Type
20661 2005-06-09  Martin Baulig  <martin@ximian.com>
20663         * reflection.c
20664         (mono_reflection_bind_generic_method_parameters): Fix #75169.
20666 2005-06-08  Carlos Alberto Cortez <calberto.cortez@gmail.com>
20667         * reflection.c (mono_image_basic_init): Define
20668         Version in MonoDynamicAssembly. 
20669         
20670 2005-06-08  Martin Baulig  <martin@ximian.com>
20672         Fix #75136.
20674         * loader.c
20675         (mono_method_signature_full): New public method; takes a
20676         `MonoGenericContext *'.
20677         (find_method): Use mono_method_signature_full() and pass the
20678         klass'es context to it.
20680         * class.c (mono_class_is_inflated_method): Use
20681         mono_method_signature_full() and pass the context to it.
20683 Wed Jun 8 19:26:38 CEST 2005 Paolo Molaro <lupus@ximian.com>
20685         * object.c: add proper locking in mono_remote_class_vtable(),
20686         fixes possible memory corruption.
20688 2005-06-08  Michael Meeks  <michael.meeks@novell.com>
20690         * marshal.c (mono_remoting_marshal_init): set
20691         initialized after initialization.
20693 2005-06-08  Atsushi Enomoto  <atsushi@ximian.com>
20695         * locales.c : hush.
20697 2005-06-06  Michael Meeks  <michael.meeks@novell.com>
20699         * object.c (extend_interface_array): fix really silly
20700         memory corrupting / comparison bug.
20702 2005-06-07  Carlos Alberto Cortez <calberto.cortez@gmail.com>
20704         * reflection.c: Functions added to support the creation
20705         of CustomAttributeData, which includes Attribute data
20706         used by ReflectionOnly methods.
20708         * reflection.h:  mono_reflection_get_custom_attrs_data and
20709          mono_custom_attrs_data_construct added (functions exposed).
20711          * icall.c: Added mono_reflection_get_custom_attrs_data
20712          as icall.
20713         
20714 2005-06-07  Zoltan Varga  <vargaz@freemail.hu>
20716         * Makefile.am (libmonoruntime_la_SOURCES): Revert last change at
20717         lupus's request.
20719 2005-06-06  Zoltan Varga  <vargaz@freemail.hu>
20721         * icall.c (ves_icall_Mono_Runtime_GetDisplayName): Fix warning.
20723         * reflection.c (reflection_methodbuilder_to_mono_method): Fix encoding of
20724         dynamic DllImportAttribute.
20726         * icall.c (ves_icall_MonoMethod_GetDllImportAttribute): Fix decoding of 
20727         dynamic DllImportAttribute.
20729         * Makefile.am (libmonoruntimeinclude_HEADERS): Export tabledefs.h too.
20730         Fixes #75162.
20732 2005-06-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20734         * threads.c: avoid segfault when an unstarted thread is aborted.
20736 2005-06-05  Kornél Pál <kornelpal@hotmail.com>
20738         * icall.c: Added ves_icall_Mono_Runtime_GetDisplayName:
20739         Returns the name and version of the runtime for reporting.
20741 2005-06-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20743         * appdomain.c: bump corlib version.
20744         * object-internals.h: new field in MonoReflectionAssembly.
20746 2005-06-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20748         * object-internals.h: Carlos forgot to add this field.
20750 2005-06-03  Carlos Alberto Cortez <calberto.cortez@gmail.com>
20752         * icall.c: Added create_version to create instances
20753         of Version of MonoReflectionAssemblyName. This change helps
20754         the AssemblyName tests to keep running fine.
20755         
20756 2005-06-03  Lluis Sanchez Gual  <lluis@novell.com>
20757   
20758         * object.c (mono_method_return_message_restore): A somehow less
20759         intrusive fix for #75138.
20761 2005-06-03  Raja R Harinath  <rharinath@novell.com>
20763         * object.c (mono_method_return_message_restore): Fix computation
20764         of expected number of out args.
20766 2005-06-02  Zoltan Varga  <vargaz@freemail.hu>
20768         * reflection.c (mono_image_get_method_info): Fix the case when the
20769         charset is empty.
20771 2005-06-02  Lluis Sanchez Gual  <lluis@novell.com> 
20773         * object.c: Added missing null check in
20774           mono_method_return_message_restore.
20776 2005-06-02  Zoltan Varga  <vargaz@freemail.hu>
20778         * reflection.c (mono_image_get_method_info): Handle the case when
20779         dllentry is empty.
20781 2005-06-02  Lluis Sanchez Gual  <lluis@novell.com>
20783         * object.c: When creating the vtable for a proxy, take into account
20784         all inherited interfaces, not only the ones registered in
20785         iclass->interfaces. This fixs bug #74996.
20786         Also, in mono_method_return_message_restore, verify that the array
20787         of out args has the expected lengh.
20789 2005-06-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20791         * socket-io.c: update the timeout in Poll when the call is interrupte.
20793 2005-06-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20795         * socket-io.c: support abort/suspend in Select_internal after last
20796         change.
20798 2005-06-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20800         * threadpool.c: remove warning.
20802 2005-06-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20804         * icall.c:
20805         * socket-io.[ch]: Select_internal uses poll() now when available, thus
20806         removing the 1024 limit from select(). Runtime part of the fix for
20807         bug #71203.
20809 2005-05-30 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20811         * socket-io.c: when resolving the addresses for the same
20812         host returned by gethostname(), get the local IPs from the interface
20813         list. Loopback addresses are discarded if the are interfaces up with
20814         non-loopback ones. Fixes bug #63265.
20816 2005-05-27  Vladimir Vukicevic  <vladimir@pobox.com>
20818         * appdomain.c, verify.c, object-internals.h, reflection.c:
20819         bumped corlib number to 36, and added new extra_flags field
20820         to ReflectionMethodBuilder and friends.  Fixes #75060.
20822 Fri May 27 14:45:56 CEST 2005 Paolo Molaro <lupus@ximian.com>
20824         * gc.c: register a new weak link only if the object is non-null
20825         (fixes bug#75047).
20827 2005-05-26  Atsushi Enomoto  <atsushi@ximian.com>
20829         * culture-info.h : short time pattern too.
20831 2005-05-26  Atsushi Enomoto  <atsushi@ximian.com>
20833         * culture-info.h : expand long time pattern string length.
20835 2005-05-25  Atsushi Enomoto  <atsushi@ximian.com>
20837         * culture-info-table.h : update (more French date format; #72788).
20839 2005-05-25  Zoltan Varga  <vargaz@freemail.hu>
20841         * icall.c (ves_icall_InternalInvoke): Avoid type checks on this if
20842         the method is static. Fixes #75029.
20844 2005-05-25  Lluis Sanchez Gual  <lluis@novell.com>
20846         * reflection.c: Update the table_idx field of method builders after
20847         saving the module, since it can change. This is a workaround for
20848         bug #74914. 
20850 2005-05-25  Atsushi Enomoto  <atsushi@ximian.com>
20852         * culture-info-table.h : update (additional French date format).
20854 2005-05-20  Zoltan Varga  <vargaz@freemail.hu>
20856         * icall.c (ves_icall_type_Equals): Revert last change.
20857         
20858         * icall.c (ves_icall_type_Equals): Turn the g_print into an assert.
20860         * icall.c (ves_icall_type_GetTypeCode): Rename the icall to GetTypeCodeInternal.
20862 2005-05-20  Sebastien Pouliot  <sebastien@ximian.com>
20864         * class-internals.h: Added executioncontext_class field to 
20865         MonoDefaults structure.
20866         * domain.c: Cache System.Threading.ExecutionContext class in 
20867         mono_defaults.
20868         * object.c: Capture the ExecutionContext for asynchroneous calls in
20869          mono_async_result_new.
20870         * object-internals.h: Added execution_context and original_context 
20871         fields to MonoAsyncResult. Added execution_context to MonoThread.
20872         * security-manager.c|.h: Added mono_get_context_capture_method to 
20873         return the capture method (if required by the security manager or by
20874         the framework version used).
20875         * threadpool.c: Apply capture (if present) ExecutionContext in 
20876         mono_async_invoke and revert to original context after it completes.
20878 2005-05-19  Atsushi Enomoto  <atsushi@ximian.com>
20880         * culture-info-table.h : updated (real hacky solution for zh-CHT).
20882 2005-05-18  Atsushi Enomoto  <atsushi@ximian.com>
20884         * culture-info-table.h : zh-CHT related workaround.
20886 2005-05-12  Zoltan Varga  <vargaz@freemail.hu>
20888         * marshal.c (emit_marshal_custom): Add some error checking and call the
20889         methods in the ICustomMarshaler interface. Fixes #74875.
20890         
20891         * marshal.c (emit_marshal_array): Implement [Out] marshalling in
20892         native->managed wrappers.
20894 2005-05-12  Martin Baulig  <martin@ximian.com>
20896         * mono-debug-debugger.cs (mono_debugger_lock/unlock): Always lock
20897         here and use the loader lock.
20899         * mono-debug.c: Properly lock when the debugger is not attached.
20900         (mono_debug_init): Release the initial lock if we're not running
20901         in the debugger.
20903 2005-05-12  Zoltan Varga  <vargaz@freemail.hu>
20905         * marshal.c (emit_marshal_custom): Pass through NULL values without
20906         calling the custom marshalling routines.
20908         * marshal.c (emit_ptr_to_object_conv): Implement ftnptr->delegate
20909         conversion in structures. Fixes #74882.
20911 2005-05-12  Atsushi Enomoto  <atsushi@ximian.com>
20913         * culture-info-table.h : zh-* cultures were missing.
20915 2005-05-12  Lluis Sanchez Gual  <lluis@novell.com>
20917         * threads.c: Added a new event background_change_event which is signaled
20918         when a thread changes its background mode.
20919         Moved here several checks previously done in managed code. The checks
20920         require the thread lock, and using the thread lock in managed code
20921         can result in deadlocks.
20922         Merged Start_internal and Thread_internal into a single method. Now 
20923         Thread_internal does all work of creating and starting a thread.
20924         Added icalls for setting and getting the state of the object. Moved from
20925         managed code to avoid locking there.
20926         Added wait_for_tids_or_state_change() which is called instad of
20927         wait_for_tids when waiting for non-backround threads to end. This method
20928         will return if one of the threads ends or the background_change_event
20929         is signaled.
20930         * threadpool.c: use ves_icall_System_Threading_Thread_SetState() to set
20931         the background mode. This method signals the background_change_event
20932         event.
20933         * icall.c:
20934         * threads-types.h: Added icalls for ClrState, SetState and GetState, and
20935         removed Start_internal.
20936         
20937 2005-05-11  Martin Baulig  <martin@ximian.com>
20939         * mono-debug.h (MonoSymbolTable, MonoDebugMethodAddress): Changed
20940         to order of some fields to get proper alignment on 64-bit machines.
20942 2005-05-11  Martin Baulig  <martin@ximian.com>
20944         * mono-debug.c, mono-debug-debugger.c: Revert Paolo's locking
20945         changes as they're broken and completely fuck up the debugger.
20947         * mono-debug.c (mono_debug_add_method): Properly unlock on error.
20949 2005-05-10  Martin Baulig  <martin@ximian.com>
20951         * reflection.c (mono_reflection_generic_class_initialize): Don't
20952         call mono_class_setup_parent() here.
20954 2005-05-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20956         * metadata/socket-io.c: on windows, getsockopt/setsockopt for
20957         send/receive timeout use an integer in milliseconds. We were using a
20958         struct timeval.
20960 2005-05-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20962         * locales.c:
20963         (internal_get_cultures): reserve the first slot of the array for the
20964         InvariantCulture, which will be filled in managed code.
20966 2005-05-06  Zoltan Varga  <vargaz@freemail.hu>
20968         * reflection.c (mono_image_fill_module_table): Initialize the
20969         GENERATION field as well.
20971 2005-05-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20973         * monitor.c: ignore calls to Monitor.Exit even if no one ever called
20974         Monitor.Enter on the object.
20976 2005-05-05  Lluis Sanchez Gual  <lluis@novell.com>
20978         * threads.c: Enable the wait for running threads when exiting.
20979         * icall.c: Suspend all threads before exiting.
20981 2005-05-05  Zoltan Varga  <vargaz@freemail.hu>
20983         * assembly.c (mono_assembly_load_reference): Fix warning.
20985 2005-05-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20987         * threadpool.c: changed the default number of threads per cpu. From now
20988         on, the default will be 20 + (5 * number of cpus) instead of 50.
20990 2005-05-04  Zoltan Varga  <vargaz@freemail.hu>
20992         * loader.c (mono_method_get_signature_full): Add locking here.
20994 2005-05-03  Lluis Sanchez Gual <lluis@novell.com>
20996         * appdomain.c: Moved methods for parsing and freeing assembly
20997         names to assembly.c.
20998         * assembly.c, domain-internals.h: Created public methods for parsing
20999         assembly names. Fixed mono_assembly_load_with_partial_name:
21000         it now finds the best match, taking into account the version,
21001         token and culture specified in the partial name. Also return
21002         the latest version if no version information is specified.
21004 Mon May 2 15:47:57 CEST 2005 Paolo Molaro <lupus@ximian.com>
21006         * threadpool.c: replace check for SocketAsyncCall class.
21008 2005-05-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21010         * threadpool-internals.h:
21011         * Makefile.am: added threadpool-internals.h
21013         * threadpool.c: call mono_unhandled_exception on exceptions not handled
21014         that happen in threadpool threads (tested on MS).
21015         (mono_thread_pool_remove_socket): new function that dispatch any pending
21016         AIO call on a socket that is closing. By now only epoll really needs it,
21017         as select/poll wake up when the socket closes.
21020         * socket-io.c: call mono_thread_pool_remove_socket in Close_internal.
21022 2005-05-01  Zoltan Varga  <vargaz@freemail.hu>
21024         * marshal.c (mono_marshal_get_managed_wrapper): Handle changing the calling convention.
21026 2005-05-01  Lluis Sanchez Gual  <lluis@novell.com>
21028         * gc.c: In mono_gc_cleanup(), wait for 2 seconds, not 2000 seconds.
21030 2005-04-30  Lluis Sanchez Gual  <lluis@novell.com>
21032         * threads.c: In mono_thread_suspend_all_other_threads, if a thread
21033         has an abort request, convert it into a suspend request.
21035 2005-04-30  Ben Maurer  <bmaurer@ximian.com>
21037         * marshal.c (mono_marshal_get_managed_wrapper): give a friendly
21038         warning for the usage of `UnmanagedFunctionPointerAttribute' which
21039         is not supported yet.
21041 2005-04-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21043         * image.c: register assemblies loaded from data (bundles) in the loaded
21044         assemblies hash. Fixes bug #74772.
21046 2005-04-29  Martin Baulig  <martin@ximian.com>
21048         * class.c (mono_type_get_name_recurse): Update to the new naming
21049         schema from the latest .NET 2.x beta2.
21050         (mono_class_setup_vtable_general): If we're a generic instance,
21051         copy the vtable from our generic type definition and inflate all
21052         the methods in it.
21054         * loader.c (find_method): Update to the new naming schema from the
21055         latest .NET 2.x beta2.
21057 2005-04-29  Raja R Harinath  <harinath@gmail.com>
21059         * class.c (mono_class_init): Add a mono_loader_unlock to the
21060         #74734 fix.
21062 2005-04-28  Zoltan Varga  <vargaz@freemail.hu>
21064         * icall.c (ves_icall_System_Environment_Exit): Remove the 
21065         suspend_all_other_threads () call for the time being, since it can hang.
21067         * threads.c (mono_thread_manage): Similarly, disable the waiting for
21068         the background threads to exit, since it can also hang.
21070         * class.c (mono_class_init): Applied patch from Ankit Jain 
21071         (radical@gmail.com). Avoid pending init errors when a field refers
21072         to a nested class using a typeref. Fixes #74734.
21074         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): Fix
21075         this for dynamic modules.
21077 2005-04-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21079         * threads.c: don't wait for threads that are in the process of aborting
21080         or aborted. Set the 'shutting_down' flag before cleaning the threadpool
21081         and waiting for background threads to finish. This makes xsp and
21082         mod-mono-server exit without random length delays and/or hangs.
21084 2005-04-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21086         * icall.c: remove duplicate assignment from GetReferencedAssemblies.
21088 2005-04-25  Zoltan Varga  <vargaz@freemail.hu>
21090         * class.c (mono_class_is_assignable_from): Call is_assignable_to for
21091         dynamic types to prevent infinite loops. Fixes #74727.
21093         * reflection.c (mono_reflection_call_is_assignable_from): Rename to
21094         ..._is_assignable_to.
21096 2005-04-25  Sebastien Pouliot  <sebastien@ximian.com>
21098         * security.c: Fixed #74698 where sysconf returned -1 on FreeBSD.
21100 2005-04-25  Martin Baulig  <martin@ximian.com>
21102         Upgrade to the latest .NET 2.x beta (Visual Studio 2005 Beta 2).
21104         * domain.c
21105         (supported_runtimes): Change "v2.0.40607" -> "v2.0.50215".
21107         * row-indexes.h (MONO_GENERICPARAM_KIND): Removed.
21109         * reflection.c (build_compressed_metadata): Set metadata header
21110         version to 2.0.
21112 2005-04-23  Zoltan Varga  <vargaz@freemail.hu>
21114         * sysmath.c (ves_icall_System_Math_Round2): Use modf to decompose the
21115         number into an integral and a decimal part. Fixes #70473.
21117         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_OffsetOf): Ignore static fields. Fixes #74703.
21119 2005-04-23  Atsushi Enomoto  <atsushi@ximian.com>
21121         * culture-info-table.h : reflected the latest locale-builder output.
21123 2005-04-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21125         * threadpool.c: check for SuspendRequested too when deciding if
21126         mono_thread_interruption_checkpoint should be called.
21128 2005-04-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21130         * appdomain.[ch]: added function to set the shutting_down flag to TRUE.
21131         * threads.c: remove interruption_mutex and use Interlocked instead. When
21132         suspending all the threads, wait for all the suspended events at once.
21133         If we're shutting down and get an APC that is going to be queued,
21134         call mono_thread_execute_interruption immediately, as the thread might
21135         be sleeping on a pthread condition or mutex.
21137         * icall.c: call mono_runtime_set_shutting_down before suspending the
21138         threads.
21140         Fixes bug #74693. And now xsp is happier when exiting.
21142 2005-04-22  Zoltan Varga  <vargaz@freemail.hu>
21144         * loader.c (mono_stack_walk): Fix #74690.
21146 2005-04-22  Martin Baulig  <martin@ximian.com>
21148         * mono-debug.h (MonoDebugMethodJitInfo): Added
21149         `MonoDebugMethodJitInfo *jit'.
21151         * mono-debug.c (mono_debug_read_method): Cache the
21152         MonoDebugMethodJitInfo in `address->jit'.
21153         (mono_debug_free_method_jit_info): New public method.
21155 2005-04-22  Martin Baulig  <martin@ximian.com>
21157         * class.c (mono_class_is_assignable_from): Disallow
21158         type parameter -> interface.
21160 2005-04-21  Dick Porter  <dick@ximian.com>
21162         * threads.c (mono_thread_create): Turn an assertion into an error.
21164 2005-04-20  Zoltan Varga  <vargaz@freemail.hu>
21166         * threads.c object.c icall.c: Fix some gcc 4.0 warnings.
21167         
21168         * threads.c marshal.h marshal.c exceptions.h exceptions.c appdomain.c: 
21169         Fix some gcc 4.0 warnings.
21171 Wed Apr 20 16:09:06 CEST 2005 Paolo Molaro <lupus@ximian.com>
21173         * file-io.c: fix alt dir separator char on unix systems
21174         and cleanup (fixes bug #71214).
21176 2005-04-19  Lluis Sanchez Gual  <lluis@novell.com>
21178         * marshal.c: Use CALLVIRT instead of CALL when dispatching
21179         a call to a remote domain, since the method may be an
21180         interface method in the client domain. This fixes bug #74192.
21182 2005-04-17 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21184         * threadpool.c: recv/send are now performed before going back to managed
21185         code to save one transition.
21187 2005-04-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21189         * metadata/socket-io.c: fixed semantics in Socket.Blocking icall.
21191         * metadata/threadpool.c: removed hack to workaround the bug above.
21193         Fixes bug #74618.
21195 2005-04-16  Zoltan Varga  <vargaz@freemail.hu>
21197         * reflection.c reflection.h: Fix handling of parameter defaults in
21198         dynamic methods. Also fixes handling of parameter attributes.
21199         Fixes #74609.
21201         * mono-debug.c (mono_debug_close_image): Fix warning.
21203 2005-04-15 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21205         * socket-io.h: replaced old unused field with new 'blocking'.
21206         * threadpool.c: restore socket blocking state on windows(tm).
21208 2005-04-14  Sebastien Pouliot  <sebastien@ximian.com>
21210         * icall.c: don't return the codebase in the AssemblyName[] returned by
21211         ves_icall_System_Reflection_Assembly_GetReferencedAssemblies.
21212         * object-internals.h: Removed FIXME (fields were presents) and fixed
21213         versioncompat declaration.
21215 2005-04-14 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21217         * threadpool.c: sometimes we get EBADF from epoll but the epollfd is
21218         not closed, so don't cleanup when it happens.
21220 2005-04-13  Chris Toshok  <toshok@ximian.com>
21222         * mono-debug-debugger.h: change prototype for
21223         mono_debugger_lookup_type.
21225         * mono-debug-debugger.c (mono_debugger_lookup_type): reinstate
21226         this function, although it should probably be named
21227         mono_debugger_init_type.
21229 2005-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21231         * threadpool.c: fix non-AIO case.
21233 2005-04-13  Zoltan Varga  <vargaz@freemail.hu>
21235         * profiler.c (mono_profiler_install_simple): Add a 'jit' option to
21236         the built-in profiler to measure just JIT compilation times.
21238 2005-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21240         * threadpool.c: the epollfd might be closed by another thread at
21241         any time, so ignore EBADF at treat it as a "we're closing" sign.
21243 2005-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21245         * threadpool.c: release the semaphores with a count equals to the number
21246         of working threads in both IO and regular pools. Fixed typo that messed
21247         up the count of IO pool threads. Don't initialize the pipe handles if
21248         we're using epoll.
21250 2005-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21252         * threadpool.c: some systems don't like a NULL when deleting the socket
21253         from epoll.
21255 2005-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21257         * threadpool.c: fix semaphore allocation.
21259 2005-04-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21261         * threadpool.c: added epoll() based implementation for asynchronous IO
21262         that is used instead of the default poll() when available.
21263         It can be disabled by setting MONO_DISABLE_AIO.
21265 2005-04-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21267         * threadpool.c: windows needs 'closesocket' and instead of returning
21268         0 when the stream is closed while in select, it returns -1. Fixes bug
21269         #74573.
21271 2005-04-12  Zoltan Varga  <vargaz@freemail.hu>
21273         * class.c (class_compute_field_layout): Fix the regression caused by
21274         the previous try.
21276 2005-04-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21278         * threadpool.c: separate pool for socket async. IO.
21279         * threadpool.h: mono_max_worker_threads is not a global any more.
21281 2005-04-10  Zoltan Varga  <vargaz@freemail.hu>
21283         * class.c (class_compute_field_layout): Fix #74549.
21285 2005-04-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21287         * threadpool.c: select() on windows doesn't allow pipe handles, soooo
21288         use 2 connected sockets instead.
21290 2005-04-08  Miguel de Icaza  <miguel@novell.com>
21292         * mono-config.c: Add new entry point for mkbundle
21293         mono_config_parse_memory. 
21295 2005-04-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21297         * threadpool.c: removed another unused function.
21299 2005-04-08  Ankit Jain  <radical@corewars.org>
21301         * reflection.c (get_default_param_value_blobs): Add 'types'
21302         parameter to get the types encoded in the constant table.
21303         (mono_param_get_objects): Use the type from the constant table,
21304         not the type of the parameter, when creating default values.
21305         Handle null default values correctly.
21307 2005-04-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21309         * file-io.c:
21310         * file-io.h:
21311         * threadpool.c:
21312         * threadpool.h:
21313         * icall.c:
21314         * socket-io.c: removed dead code for async IO.
21316 2005-04-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21318         * socket-io.h: 2 more fields in MonoSocketAsyncResult.
21320         * threadpool.c: intercept socket async. calls and pass them to a thread
21321         that is polling and dispatching the job items to the threadpool as
21322         socket become ready. Fixes bugs #71217, #71933.
21324         * icall.c: Removed AsyncReceive and AsyncSend. Speed up for copies
21325         between char and short/ushort arrays.
21327         * socket-io.c: remove dead code.
21329 2005-04-06  Atsushi Enomoto  <atsushi@ximian.com>
21331         * locales.c,
21332           icall.c : removed InternalToUpper_Comp() and
21333           InternalToLower_Comp().
21335 2005-04-06  Atsushi Enomoto  <atsushi@ximian.com>
21337         * char-conversions.h : The tables were incorrectly generated. Should
21338           be generated against invariant culture.
21340 2005-04-04  Zoltan Varga  <vargaz@freemail.hu>
21342         * object.c (mono_runtime_invoke_array): Fix return value when 
21343         passing pre-created valuetype objects to ctors.
21345         * gc.c (mono_gchandle_is_in_domain): Applied patch from Jon Larimer 
21346         (jlarimer@gmail.com). Avoid crashes when the wrapper object is null.
21347         Fixes #74338.
21349 2005-03-30  Sebastien Pouliot  <sebastien@ximian.com>
21351         * domain.c: removed g_assert for runtimesecurityframe_class. This is 
21352         only used with --security and hides the wrong corlib version error.
21354 2005-03-30  Joshua Tauberer  <tauberer@for.net>
21356         * class.c: Changed mono_class_name_from_token so that types
21357         outside of a namespace don't have an initial period.  Improved
21358         the g_warning message used in _mono_class_get when loading
21359         fails.
21360         * assembly.c: In mono_assembly_load_reference, when an assembly
21361         can't be found, "No such file or directory" is misleading and
21362         unhelpful because a few paths were checked for the presence of
21363         the assembly.  When that happens (ENOENT), display a nicer
21364         message indicating the directories that were searched.  In all
21365         cases, the warning is made easier to read for non-hackers.
21367 2005-03-29  Sebastien Pouliot  <sebastien@ximian.com>
21369         * assembly.c: Set MONO_ASSEMBLIES to NULL when compiling from a VS.NET
21370         project/solution.
21371         * appdomain.h|domain.c: Removed inline from functions.
21372         * appdomain.c: Reduced warnings when compiling on windows.
21373         * icall.c: Fixed output_debug declaration to gunichar2*.
21374         * mono-config.c: Reduced warnings when compiling on windows.
21375         * rand.c: Added missing "windows.h". Added missing return value.
21376         * rawbuffer.c: Added missing winsock2.h for windows.
21377         * sysmath.h: Added mono-compiler.h header to allow/ease 
21378         compilation with non-GCC compilers.
21379         * threads.c: Fixed declarations to compile with VS.NET C compiler.
21380         Removed cast warnings.
21382         Adapted from the work of J Lothian (for VC6).
21384 2005-03-29  Zoltan Varga  <vargaz@freemail.hu>
21386         * assembly.c (mono_assembly_load_corlib): Do not try loading corlib
21387         from default_path.
21389 2005-03-27  Zoltan Varga  <vargaz@freemail.hu>
21391         * marshal.c (mono_marshal_get_managed_wrapper): Fix bogus assert on
21392         the 2.0 profile.
21394 2005-03-27  Raja R Harinath  <harinath@gmail.com>
21396         * Makefile.am (assembliesdir): Fix.  If it is arch-dependent it
21397         has to be in $(exec_prefix).  $(prefix) is for arch-independent
21398         stuff, and it would probably use $(prefix)/share rather than
21399         $(prefix)/lib.
21401 2005-03-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21403         * console-io.c: added 2 includes that might be missing.
21405 2005-03-24  Zoltan Varga  <vargaz@freemail.hu>
21407         * marshal.c (mono_marshal_get_managed_wrapper): Fix crashes in 2.0
21408         profile.
21410         * reflection.c (create_custom_attr): Allocate the params array using
21411         alloca so it gets GC tracking.
21413 2005-03-23  Chris Toshok  <toshok@ximian.com>
21415         * mono-debug-debugger.c (mono_debugger_runtime_invoke): comment
21416         out some spew.
21418 2005-03-24  Raja R Harinath  <rharinath@novell.com>
21420         * Makefile.am (assembly.lo, mono-config.lo): Rebuild when Makefile
21421         changes to pick up any changes in prefix, etc.
21423 2005-03-23  Zoltan Varga  <vargaz@freemail.hu>
21425         * marshal.c (mono_marshal_get_managed_wrapper): Remove fixme.
21426         
21427         * marshal.c (mono_marshal_get_managed_wrapper): Remove debugging output.
21428         * marshal.c (mono_marshal_get_managed_wrapper): Add support for the modopt(CallConvCdecl).
21430 2005-03-23  Zoltan Varga  <vargaz@freemail.hu>
21432         * class-internals.h object-internals.h class.c reflection.c: Extend the
21433         mono_lookup_dynamic_token () function to return the class of the
21434         token as well. 
21436         * class.c (mono_ldtoken): Handle MEMBERREFS in the dynamic case as
21437         well. Fixes #73848.
21439 2005-03-23  Sebastien Pouliot  <sebastien@ximian.com>
21441         * security-manager.c: Skip inheritance checks for intra-corlib
21442         class inheritance and method overrides. This skips a lot of checks
21443         and (anyway) permissions cannot work until corlib is loaded.
21445 2005-03-23  Martin Baulig  <martin@ximian.com>
21447         * marshal.c (mono_marshal_get_stfld_wrapper): Add support for
21448         MONO_TYPE_GENERICINST.  
21450 2005-03-23  Martin Baulig  <martin@ximian.com>
21452         * metadata.c (mono_type_to_unmanaged): Add MONO_TYPE_GENERICINST.
21454 Tue Mar 22 16:57:01 CET 2005 Paolo Molaro <lupus@ximian.com>
21456         * class.c: added locking comments to some functions.
21457         Cache the interface offsets arrays (saves about 20 KB
21458         of runtime memory in a typical app).
21459         Reduce the time overhead in mono_class_setup_supertypes ().
21461 Tue Mar 22 16:35:57 CET 2005 Paolo Molaro <lupus@ximian.com>
21463         * icall.c: speedup and fix leaks in GetMethodsByName and
21464         GetPropertiesByName.
21466 Tue Mar 22 16:34:29 CET 2005 Paolo Molaro <lupus@ximian.com>
21468         * reflection.c: some locking fixes.
21470 Tue Mar 22 15:13:54 CET 2005 Paolo Molaro <lupus@ximian.com>
21472         * metadata.c: added missing break in case statement.
21474 2005-03-22  Zoltan Varga  <vargaz@freemail.hu>
21476         * marshal.c (mono_marshal_get_runtime_invoke): Add support for
21477         typedbyref return values. Fixes #73941.
21479 2005-03-17  Sebastien Pouliot  <sebastien@ximian.com>
21481         * security-manager.c|h: Added demandunmanaged method and 
21482         suppressunmanagedcodesecurity class to MonoSecurityManager.
21483         Renamed aptc class to allowpartiallytrustedcallers.
21485 2005-03-17  Martin Baulig  <martin@ximian.com>
21487         * class.c (inflate_generic_type): Add MONO_TYPE_ARRAY.
21489 2005-03-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21491         * file-io.c: disabled file async. IO using aio_*. It uses the
21492         threadpool now. Workaround for bug #73718.
21494 Wed Mar 16 18:08:00 CET 2005 Paolo Molaro <lupus@ximian.com>
21496         * assembly.h, mono-config.c: added code to deal with bundled configs
21497         for bundled assemblies.
21499 Wed Mar 16 16:34:38 CET 2005 Paolo Molaro <lupus@ximian.com>
21501         * *.c, private.h: cleanup, removing old private.h header file.
21503 2005-03-16  Zoltan Varga  <vargaz@freemail.hu>
21505         * reflection.c (mono_image_get_method_info): Encode best_fit_mapping
21506         and throw_on_unmappable_char attributes.
21508 2005-03-13  Sebastien Pouliot  <sebastien@ximian.com>
21510         * process.c: Fix buffer length in ves_icall_System_Diagnostics_Process
21511         _ProcessName_internal.
21513 2005-03-13  Zoltan Varga  <vargaz@freemail.hu>
21515         * object.c (mono_array_new_full): Fix aligning of array size. Fixes
21516         #73631.
21518         * icall.c threads.c threads-types.h: Remove slothash icalls as they
21519         are no longer used.
21521 2005-03-11  Zoltan Varga  <vargaz@freemail.hu>
21523         * object.c (compute_class_bitmap): Add support for generics. Fixes
21524         #73527.
21526 2005-03-10  Zoltan Varga  <vargaz@freemail.hu>
21528         * reflection.c (mono_reflection_create_runtime_class): Fix 2.0 build.
21530 2005-03-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21532         * filewatcher.c: commented out the code for windows watcher, as we don't
21533         use it (we use the managed implementation instead).
21535 2005-03-10  Zoltan Varga  <vargaz@freemail.hu>
21537         * object-internals.h (MonoThread): Remove 'unused1' field.
21539         * appdomain.c: Bump corlib version.
21541         * marshal.c: Remove calls to Reset/RestoreDataStoreStatus ().
21543         * reflection.c (mono_reflection_create_runtime_class): Remove the
21544         AssemblyBuilder.Save optimization since it causes too many problems.
21546 2005-03-10  Sebastien Pouliot  <sebastien@ximian.com>
21548         * exception.c|h: Added mono_get_exception_reflection_type_load to
21549         create a ReflectionTypeLoadException object.
21550         * icall.c: Updated ves_icall_System_Reflection_Assembly_InternalGetType
21551         to return NULL is a InheritanceDemand fails during reflection. Updated
21552         ves_icall_System_Reflection_Assembly_GetTypes to throw a 
21553         ReflectionTypeLoadException if an InheritanceDemand fails during 
21554         reflection. Added icall mapping for GetLinkDemandSecurity.
21555         * security-manager.c|h: Added ves_icall_System_Security_
21556         SecurityManager_GetLinkDemandSecurity internal call to return the
21557         class and methods permissions set for a LinkDemand. Removed unused
21558         fields in MonoSecurityManager.
21560 2005-03-10  Martin Baulig  <martin@ximian.com>
21562         * class.c (mono_bounded_array_class_get): Initialize `eclass' if
21563         it's a generic instance.
21565 2005-03-09  Zoltan Varga  <vargaz@freemail.hu>
21567         * reflection.c (mono_get_object_from_blob): Applied patch from
21568         Ankit Jain (radical@gmail.com). Fix enum default values. Fixes #73457.
21570         * class.c (mono_class_is_assignable_from): Another try at fixing 
21571         #73469 without breaking anything.
21573 2005-03-08  Zoltan Varga  <vargaz@freemail.hu>
21575         * class.c: (mono_class_is_assignable_from): Revert the last changes
21576         since they don't work with generics.
21577         
21578         * class.c (mono_class_is_assignable_from): Fix build bustage.
21580         * class.c (mono_class_is_assignable_from): If oklass is dynamic, call
21581         the managed IsAssignableFrom method. Fixes #73469.
21583         * reflection.c (mono_reflection_call_is_assignable_from): New helper
21584         function.
21586 2005-03-04  Zoltan Varga  <vargaz@freemail.hu>
21588         * object.c (mono_load_remote_field_new): Fix returning uninitialized
21589         memory when the remoting callback does not sets the out arguments.
21590         Fixes #73007.
21592         * marshal.c (mono_delegate_free_ftnptr): Remove debug array checked in
21593         by mistake.
21595         * string-icalls.c: Return String.Empty where needed. Fixes #73310.
21597         * object-internals.h (MonoStackFrame): Sync with managed object layout.
21599         * appdomain.c: Bump corlib version.
21601 2005-03-03  Zoltan Varga  <vargaz@freemail.hu>
21603         * gc-internal.h boehm-gc.c null-gc.c: Add mono_gc_is_gc_thread () API
21604         function.
21606         * threads.c (mono_thread_attach): Detect threads which are not started
21607         by the GC pthread wrappers.
21609 2005-03-03  Sebastien Pouliot  <sebastien@ximian.com>
21611         * icall.c: Added new icall for RNG.
21612         * rand.c|h: Added new icall to open the RNG. This allows to share a 
21613         single handle on Linux to access /dev/urandom and fix #73183.
21615 Thu Mar 3 17:53:17 CET 2005 Paolo Molaro <lupus@ximian.com>
21617         * object.c: setting the new vtable in a transparent proxy object must
21618         not change the GC descriptor.
21620 Thu Mar 3 12:11:46 CET 2005 Paolo Molaro <lupus@ximian.com>
21622         * object.c: fixed compilation without GCJ support.
21623         * reflection.c: for runtime-created types ensure klass->has_references
21624         is correct (bug #73215).
21626 2005-03-02  Martin Baulig  <martin@ximian.com>
21628         * class.c (mono_class_is_assignable_from): Make this work if
21629         `oklass' is a generic instance; fixes #72831.
21631 2005-03-01  Zoltan Varga  <vargaz@freemail.hu>
21633         * marshal.c (mono_marshal_get_managed_wrapper): Fix handling of methods
21634         with hasthis set.
21635         
21636         * marshal.c (emit_marshal_array): Emit native->managed marshalling of blittable arrays.
21638         * marshal.c: Reorganize native->managed marshalling code to also use
21639         the emit_marshal_... functions.
21641 Tue Mar 1 16:16:42 CET 2005 Paolo Molaro <lupus@ximian.com>
21643         * object.c: typed allocs have issues with bitmap sizes > 30,
21644         so check for max_set >= 30.
21646 2005-03-01  Zoltan Varga  <vargaz@freemail.hu>
21648         * marshal.c (emit_marshal_array): Implement marshalling of arrays to
21649         managed code. Fixes #73012.
21651         * metadata.h (MonoMarshalSpec): Add elem_mult field.
21653         * metadata.c reflection.c: Load/Emit elem_mult as well.
21654         
21655         * metadata.h (MonoMarshalSpec): Add comment.
21657         * metadata.h: Add MONO_MARSHAL_CONV_LPTSTR_STR.
21659         * metadata.c (mono_metadata_parse_marshal_spec): Set param_num and
21660         num_elem to -1 if not given.
21662         * object-internals.h (MonoReflectionMarshal): Add has_size field.
21664         * reflection.c (encode_marshal_blob): Differentiate between 0 and not
21665         given values.
21667 2005-03-01  Marek Safar  <marek.safar@seznam.cz>
21669         * null-gc.c (mono_gc_free_fixed): Was not compilable.
21671 2005-02-28  Zoltan Varga  <vargaz@freemail.hu>
21673         * reflection.c (encode_marshal_blob): Encode param_num field as well.
21675         * object-internals.h (MonoReflectionMarshal): Add param_num field.
21677 Mon Feb 28 11:59:42 CET 2005 Paolo Molaro <lupus@ximian.com>
21679         * object.c: generalized the reference bitmap creation
21680         and added hooks for the new GC.
21681         * class-internals.c: removed the gc_bitmap field from MonoClass.
21683 Sat Feb 26 16:06:59 CET 2005 Paolo Molaro <lupus@ximian.com>
21685         * domain.c: help the compiler to produce better code
21686         in mono_jit_info_table_find ().
21688 Fri Feb 25 16:50:14 CET 2005 Paolo Molaro <lupus@ximian.com>
21690         * object.c: make all allocations look typed.
21692 Fri Feb 25 16:18:59 CET 2005 Paolo Molaro <lupus@ximian.com>
21694         * socket-io.c: load Mono.Posix if it's not loaded already
21695         (fixes bug#73033).
21697 2005-02-24  Martin Baulig  <martin@ximian.com>
21699         * class.c (dup_type): Correctly duplicate MONO_TYPE_PTR.
21700         * reflection.c (dup_type): Likewise.
21702 2005-02-24  Zoltan Varga  <vargaz@freemail.hu>
21704         * gc.c (run_finalize): Set the domain for finalizing delegates as well.
21705         Thanks to Willibald Krenn and Scott Mohekey for tracking this down.
21707 Thu Feb 24 15:19:35 CET 2005 Paolo Molaro <lupus@ximian.com>
21709         * domain.c, threads.c, object-internals.h: make the critical thread
21710         local vars use the fast access mode (even when we're compiled in
21711         a lib). Provide accessors to be used by the jit during codegen.
21713 2005-02-24  Carlos Alberto Cortez <calberto.cortez@gmail.com>
21715         * appdomain.c: Changed hook functios behavior to include
21716         support for the reflection only assemblies. Some icalls were changed
21717         to support the mentioned assemblies too. Signatures of static methods
21718         try_assembly_resolve and real_load now have an additional parameter:
21719         refonly.
21721         * assembly.c: General changes to mono_assembly_ methods to support
21722         reflection only api. Functions mono_assembly_open, mono_assembly_load,
21723         mono_assembly_load_from and mono_assembly_loaded have got a '_full'
21724         suffix, to support an additional gbool parameter to specify whether
21725         the assembli is reflection only or not. Created some new hook functions 
21726         to add support for reflection only assemblies. Signatures of static 
21727         methods load_in_path, search_loaded, and mono_assembly_load_from_gac 
21728         have now an additional parameter: refonly.
21730         * metadata-internals.h: MonoAssembly now has a gbool ref_only flag,
21731         indicating whether the assembly is reflection only or not.
21733         * exception.c: Add mono_get_exception_invalid_operation.
21735         * icall.c: Throw an InvalidOperationException when trying to invoke
21736         a property/method/event, or trying to set/get the value of a field.
21737         Also add an icall to retrieve the ref_only flag to the
21738         MonoReflectionAssembly.
21740 2005-02-23  Chris Toshok  <toshok@ximian.com>
21742         Part of fix for #72827.
21743         * mono-debug.c (mono_debug_add_method): add lexical block data to
21744         the info we write.  Kind of a hack at the moment - we copy the
21745         lexical block info from the MonoDebugMethodInfo to the
21746         MonoDebugMethodJitInfo here, before writing it.
21747         (mono_debug_read_method): read the lexical block info.
21749         * mono-debug.h (_MonoDebugMethodJitInfo): add lexical block slots.
21751         * debug-mono-symfile.h: add lexical block support.
21753         * debug-mono-symfile.c (mono_debug_find_method): add lexical block
21754         support.
21756 2005-02-23  Zoltan Varga  <vargaz@freemail.hu>
21758         * loader.c (mono_lookup_pinvoke_call): Fix warning.
21760         * object.c (mono_runtime_free_method): Call mono_free_method () and
21761         put the TODOs there.
21763         * loader.c (mono_free_method): Free up most memory allocated for 
21764         dynamic methods.
21766 Wed Feb 23 18:54:26 CET 2005 Paolo Molaro <lupus@ximian.com>
21768         * reflection.c: properly flag a Type argument to a
21769         named custom attr value (bug #72248).
21771 Wed Feb 23 18:32:35 CET 2005 Paolo Molaro <lupus@ximian.com>
21773         * reflection.c: reduce code duplication in named custom
21774         attribute encoding.
21776 Wed Feb 23 17:23:52 CET 2005 Paolo Molaro <lupus@ximian.com>
21778         * reflection.c: properly encode custom attrs of type object
21779         (bug #72649).
21781 2005-02-23  Zoltan Varga  <vargaz@freemail.hu>
21783         * marshal.c (mono_delegate_free_ftnptr): Make this thread safe.
21785 Tue Feb 22 21:54:47 CET 2005 Paolo Molaro <lupus@ximian.com>
21787         * socket-io.c: load System.dll if it's not loaded already
21788         (bug #72850 and #70477).
21790 2005-02-21  Martin Baulig  <martin@ximian.com>
21792         * marshal.c (mono_marshal_get_runtime_invoke): Add support for
21793         generic instances.
21795 2005-02-21  Martin Baulig  <martin@ximian.com>
21797         * reflection.c (mono_image_build_metadata): We also need to
21798         "fixup" the MethodImpl table after we computed the final method
21799         indices.  Call fixup_methodimpl() to do that.
21800         (fixup_methodimpl): New private method.
21802 Mon Feb 21 16:17:14 CET 2005 Paolo Molaro <lupus@ximian.com>
21804         * assembly.c: special case mscorlib.dll (bug#72536),
21805         patch from Carlos Alberto Cortez.
21807 2005-02-20  Zoltan Varga  <vargaz@freemail.hu>
21809         * threads-types.h threads.c: Fix build bustage.
21811         * threads.c: Use a union for long<->double conversions.
21813         * threads-types.h threads.c icall.c: Implement the net 2.0 interlocked
21814         functions based on a patch by Luca Barbieri (luca.barbieri@gmail.com).
21816         * marshal.c (emit_thread_interrupt_checkpoint_call): Mark the bblock 
21817         containing the checkpoint call with NOT_TAKEN.
21818         
21819         * marshal.c (mono_marshal_get_managed_wrapper): Emit interrupt 
21820         checkpoint before pushing the arguments, so they won't have to be
21821         spilled to stack.
21823 Sat Feb 19 15:19:46 CET 2005 Paolo Molaro <lupus@ximian.com>
21825         * domain.c, assembly.c, domain-internals.h: make some data
21826         const and relocation-free.
21828 Sat Feb 19 11:12:34 CET 2005 Paolo Molaro <lupus@ximian.com>
21830         * object.c, appdomain.c, class-internals.h: introduce the
21831         MonoClassRuntimeInfo structure to hold the info needed to
21832         use a class at runtime. Made mono_class_vtable() lock-free
21833         for all the appdomains.
21835 Sat Feb 19 11:11:12 CET 2005 Paolo Molaro <lupus@ximian.com>
21837         * metadata-internals.h, image.c: introduce a per-image mempool to
21838         be used for memory that has the same lifetime as the image.
21840 2005-02-18  Lluis Sanchez Gual  <lluis@novell.com>
21842         * domain.c: In mono_init_internal(), instead of selecting the first
21843         runtime version supported by an executable, get a list of all
21844         supported versions and select the one for which an mscorlib exists
21845         (since even if the runtime supports a given version, it doesn't mean
21846         that the framework for that version is installed).
21847         Modified get_runtimes_from_exe to support this behavior.
21848         In supported_runtimes, added information about additional system
21849         assembly versions.
21850         
21851         * assembly.c: Added support for more than one system assembly version
21852         per runtime version. Updated the assembly list.
21853         In mono_assembly_remap_version, removed the initial version check,
21854         since we don't know to which version we need to compare until we
21855         get the version set on which the assembly is based.
21856         Moved the code for loading corlib into the new method
21857         mono_assembly_load_corlib(), so it can be used by the initialization
21858         code.
21859         
21860         * domain-internals.h: Updated data structures and added declaration
21861         for mono_assembly_load_corlib.
21863 2005-02-17  Zoltan Varga  <vargaz@freemail.hu>
21865         * reflection.c (resolve_object): Fix the creation of the signature in 
21866         the SignatureHelper case.
21868         * assembly.c (mono_assembly_remap_version): Fix binary search.
21869         
21870 2005-02-17  Sebastien Pouliot  <sebastien@ximian.com>
21872         * class.c: Added inheritance check when a method is overloaded (from a
21873         virtual method or when implementing an interface) and when a class is
21874         inherited. Added functions to set a failure for a class and to 
21875         retreive the exception from a failure.
21876         * class-internals.h: Added fields to MonoClass to keep the exception
21877         information status for inheritance (or other exceptions) to be thrown
21878         later (i.e. not at load time).
21879         * object.c: Throw the inheritance SecurityException when a type is to 
21880         be created with either class or method inheritance violations.
21881         * reflection.c|h: Fix when getting declsec from a class. Removed 
21882         unrequired code for class. Improved sanity in parameter naming.
21883         * security-manager.c|h: Added functions to check for class and method
21884         inheritance.
21886 2005-02-17  Zoltan Varga  <vargaz@freemail.hu>
21888         * reflection.c (mono_reflection_create_runtime_class): Set has_cctor
21889         and has_finalize in dynamic types as well.
21891 2005-02-17  Atsushi Enomoto  <atsushi@ximian.com>
21893         * culture-info-table.h : fixed currency format for en-GB (and so on).
21895 Wed Feb 16 16:28:15 CET 2005 Paolo Molaro <lupus@ximian.com>
21897         * gc.c: ensure the GC handles never have 0 as a value.
21899 2005-02-16  Zoltan Varga  <vargaz@freemail.hu>
21901         * marshal.c (emit_marshal_ptr): Raise an exception if trying to pass
21902         a pointer to a struct to unmanaged code. Fixes #72625.
21904 2005-02-16  Martin Baulig  <martin@ximian.com>
21906         * mono-debug.c (mono_debug_open_image): Ignore dynamic images.
21908 2005-02-16  Zoltan Varga  <vargaz@freemail.hu>
21910         * marshal.c (emit_marshal_array): Only marshal unicode char arrays as [Out].
21912 2005-02-15  Zoltan Varga  <vargaz@freemail.hu>
21914         * loader.c (mono_lookup_pinvoke_call): Fix stdcall name mangling.
21916         * marshal.c (mono_ftnptr_to_delegate): If the delegate has the 
21917         UnmanagedFunctionPointerAttribute, use it for determining calling convention
21918         etc. Fixes #71471.
21920         * reflection.c (mono_custom_attrs_get_attr): New helper function.
21922         * object-internals.h: Add MonoReflectionUnmanagedFunctionPointerAttribute.
21924 Tue Feb 15 18:03:41 CET 2005 Paolo Molaro <lupus@ximian.com>
21926         * domain.c, appdomain.c, appdomain.h, object-internals.h, object.h:
21927         changes to make the current context a field in MonoThread.
21929 2005-02-15  Zoltan Varga  <vargaz@freemail.hu>
21931         * marshal.c (mono_marshal_get_native_wrapper): Fix a crash caused by
21932         the last change.
21933         
21934         * marshal.c (mono_marshal_emit_native_wrapper): New helper function
21935         extracted from mono_marshal_get_native_wrapper.
21937         * marshal.c (mono_marshal_get_native_func_wrapper): New helper function
21938         to create wrappers around native functions.
21940         * marshal.c (mono_ftnptr_to_delegate): Add support for creating 
21941         delegates for arbitrary function pointers. Fixes #71472.
21943 Tue Feb 15 11:01:09 CET 2005 Paolo Molaro <lupus@ximian.com>
21945         * threads.c: cleaned up the code a little.
21947 2005-02-15  Martin Baulig  <martin@ximian.com>
21949         * mono-debug.h (MonoSymbolTable): Allow variable-length chunks in
21950         the data table.
21952         * mono-debug.c (DATA_TABLE_CHUNK_SIZE): Set to 32768; we may now
21953         allocate larger chunks if needed.
21955 2005-02-14  Zoltan Varga  <vargaz@freemail.hu>
21957         * threads.c (start_wrapper): Remove #ifdef PLATFORM_WIN32 probably left
21958         in by mistake.
21960 Mon Feb 14 16:48:24 CET 2005 Paolo Molaro <lupus@ximian.com>
21962         * domain.c: keep the domains in an array and ensure the domain ids
21963         are kept small, so they can be used as indexes to domain-specific data
21964         with a small memory overhead.
21966 2005-02-14  Zoltan Varga  <vargaz@freemail.hu>
21968         * icall.c: Handle byref types in Type icalls. Fixes #72544.
21970 Mon Feb 14 15:39:56 CET 2005 Paolo Molaro <lupus@ximian.com>
21972         * Makefile.am: remove libmetadata: we build just libmonoruntime now.
21974 2005-02-13  Zoltan Varga  <vargaz@freemail.hu>
21976         * tabledefs.h (MANIFEST_RESOURCE_VISIBILITY_MASK): Add flags for ManifestResource.
21978         * loader.c (mono_lookup_pinvoke_call): Correct the search order used for different CharSet
21979         values.
21981         * marshal.c (mono_marshal_get_string_encoding): CHAR_SET_AUTO means Unicode on windows.
21982         
21983 2005-02-12  Ben Maurer  <bmaurer@ximian.com>
21985         * domain-internals.h: add the hashtable here.
21987         * class-internals.h: Remove `info' from MonoMethod
21989         * domain.c: Add a new hashtable, jit_trampoline_hash
21991 Fri Feb 11 17:11:20 CET 2005 Paolo Molaro <lupus@ximian.com>
21993         * object.c: don't set the value of static fields
21994         (fixes bug#72494).
21996 2005-02-11  Martin Baulig  <martin@ximian.com>
21998         * mono-debug.c (DATA_TABLE_CHUNK_SIZE): Increase to 131072.
21999         (mono_debug_add_method): Silently ignore the method if it's too big.
22000         (mono_debug_add_type): Likewise.
22002 Fri Feb 11 16:22:10 CET 2005 Paolo Molaro <lupus@ximian.com>
22004         * threads.c, appdomain.c: remove #ifdefs from the code.
22006 2005-02-10  Sebastien Pouliot  <sebastien@ximian.com>
22008         * metadata-internals.h: Added flags to MonoAssembly to cache the most
22009         common security informations. This allows us to stay in unmanaged code
22010         when doing LinkDemand and it's special cases (except for the first 
22011         time for initialization). The flags a very much used with --security.
22012         * reflection.c|h: Added code to get declarative security attributes 
22013         for LinkDemand and InheritanceDemand. This required to refactor the
22014         existing code for Demand.
22015         * security-manager.c|h: Added new method fields for the special cases
22016         of LinkDemand.
22018 2005-02-10  Martin Baulig  <martin@ximian.com>
22020         * icall.c (ves_icall_MonoDebugger_MakeArrayType): New interncall.
22021         (ves_icall_MonoDebugger_GetTypeToken): New interncall.
22023 2005-02-10  Martin Baulig  <martin@ximian.com>
22025         * mono-debug.c, mono-debug-debugger.c: Completely reworked the
22026         debugging code; this is almost a complete rewrite.
22028         * icall.c (ves_icall_MonoDebugger_GetMethodIndex): New interncall.
22030 Thu Feb 10 15:19:01 CET 2005 Paolo Molaro <lupus@ximian.com>
22032         * domain.c, object.h: expose mono_string_equal () and 
22033         mono_string_hash ().
22034         * icall.c, string-icalls.c: remove the string.GetHashCode () icall,
22035         it's implemented in managed code.
22037 Thu Feb 10 15:03:46 CET 2005 Paolo Molaro <lupus@ximian.com>
22039         * icall.c, gc.c, gc-internal.h: make sure gchandles can't be used
22040         lo leak objects between appdomains.
22042 Thu Feb 10 14:25:00 CET 2005 Paolo Molaro <lupus@ximian.com>
22044         * assembly.c: old compilers compilation fix from 
22045         robertj@gmx.net (Robert Jordan).
22047 2005-02-09  Ben Maurer  <bmaurer@ximian.com>
22049         * class-internals.h: Little reminder for the future.
22051         * debug-helpers.c: Fix up wrapper_type_names
22053 Wed Feb 9 19:34:29 CET 2005 Paolo Molaro <lupus@ximian.com>
22055         * image.c, metadata-internals.h: when loading an image from a file,
22056         mmap all of it and use the same codepaths as when using a
22057         in-memory image: the code is simpler and we use less memory
22058         (both writable and readonly).
22060 Wed Feb 9 18:32:51 CET 2005 Paolo Molaro <lupus@ximian.com>
22062         * gc-internal.h, null-gc.c, boehm-gc.c: added functions to the GC
22063         API to alloc runtime data structures that need to be tracked by the
22064         GC and contain pointers.
22065         * appdomain.c, threads.c, object.c, gc.c: use the above changes to
22066         make the code more readable and eventually use a different GC.
22068 2005-02-09  Zoltan Varga  <vargaz@freemail.hu>
22070         * marshal.c (emit_marshal_vtype): Don't do managed->native conversion
22071         for out arguments.
22072         
22073 2005-02-09  Lluis Sanchez Gual  <lluis@novell.com>
22075         * object.c: In release_type_locks(), don't release the cctor lock
22076         if it has already been released. This fixes a crash in the
22077         thread5 test.
22079 Tue Feb 8 19:02:59 CET 2005 Paolo Molaro <lupus@ximian.com>
22081         * gc.c, marshal.c, icall.c: register a delegate for finalization
22082         only when the native function pointer has been allocated for it.
22084 Tue Feb 8 18:12:27 CET 2005 Paolo Molaro <lupus@ximian.com>
22086         * object.c: cleaned up some code, allocate objects that are
22087         pointer free with the atomic malloc variant. Allocate memory
22088         for static data from the mempool if it's pointer-free.
22089         Allocate the bounds array at the end of the array data, when needed.
22090         * object-internals.h, object.h: move a private function in a private
22091         header.
22092         * class.c: handle missing case in tracking references in fields.
22094 Tue Feb 8 18:04:51 CET 2005 Paolo Molaro <lupus@ximian.com>
22096         * class.c, class-internals.h: keep track if a type has
22097         reference fields in either the instance or static fields.
22099 2005-02-07  Lluis Sanchez Gual  <lluis@novell.com>
22101         * domain.c, domain-internals.h: Moved RuntimeInfo to domain-internals.h,
22102         and renamed to MonoRuntimeInfo. Added fields to store the expected
22103         framework assembly version. Changed mono_get_framework_version and
22104         mono_get_runtime_version for a single mono_get_runtime_info method.
22105         
22106         * assembly.c: Added method to remap system assembly versions to the
22107         current executing runtime version. Removed old mapping code.
22108         Remap assembly versions in mono_assembly_load and mono_assembly_loaded.
22109         
22110         * icall.c, reflection.c: Track api changes.
22112 2005-02-06  Miguel de Icaza  <miguel@novell.com>
22114         * loader.c (method_from_memberref): Improve error reporting,
22115         produce the class name instead of the typeref/typedef index. 
22117 2005-02-07  Zoltan Varga  <vargaz@freemail.hu>
22119         * marshal.c (mono_marshal_get_stfld_remote_wrapper): Fix wrapper type.
22121 2005-02-05  Zoltan Varga  <vargaz@freemail.hu>
22123         * loader.c (mono_lookup_pinvoke_call): Allow for combination of
22124         stdcall and charset name mangling.  Reorganize the code and add
22125         some tracing stuff.
22127 2005-02-05  Ben Maurer  <bmaurer@ximian.com>
22129         * monodiet.c: More iters!
22131         * marshal.c: Iter usage.
22133         * icall.c: Iter usage.
22135         * object.c: Use iters.
22137         * debug-helpers.c: More iters
22139 2005-02-05  Zoltan Varga  <vargaz@freemail.hu>
22141         * loader.c (mono_lookup_pinvoke_call): Add brute-force checking for mangled function names
22142         under win32.
22144 2005-02-05  Ben Maurer  <bmaurer@ximian.com>
22146         * mono-debug-debugger.c: use iters
22148         * class.c, class-internals.h: mono_class_setup_events is static
22149         now
22151         * All callers: use iters
22153 2005-02-05  Zoltan Varga  <vargaz@freemail.hu>
22155         * class.c string-icalls.c marshal.c reflection.c: Applied patch from
22156         Robert Jordan (robertj@gmx.net). Fix compilation errors under gcc-2.95.
22158 2005-02-04  Zoltan Varga  <vargaz@freemail.hu>
22160         * object.c (mono_class_proxy_vtable): Add missing _setup () calls.
22162         * marshal.h: Add prototypes for ldfld/stfld_remote.
22164         * appdomain.c (mono_domain_fire_assembly_load): Handle the case when
22165         this is called during startup.
22166         
22167 Fri Feb 4 20:27:58 CET 2005 Paolo Molaro <lupus@ximian.com>
22169         * appdomain.c, monitor.c, monitor.h, threads-types.h: made the
22170         MonoThreadsSync struct private in monitor.c. Changed the way
22171         MonoThreadsSync is allocated so it's faster and there is no
22172         need to keep track of it with a finalizer and it uses less memory.
22173         This also finally allows us to allocate mono objects as ptrfree when
22174         there are no reference fields.
22176 Fri Feb 4 20:24:03 CET 2005 Paolo Molaro <lupus@ximian.com>
22178         * gc.c, null-gc.c, boehm-gc.c, gc-internal.h: added functions to deal with
22179         disappearing link to the GC interface and use them to simplify
22180         the gchandles code.
22182 2005-02-04  Zoltan Varga  <vargaz@freemail.hu>
22184         * class-internals.h marshal.c: Add two new wrappers, ldfld_remote and
22185         stfld_remote which call mono_load/store_field_new. This allows methods
22186         calling ldfld/stfld wrappers to be AOTed.
22188         * console-io.c: Include sys/filio.h under solaris.
22189         
22190         * console-io.c: Include curses.h if needed correctly.
22192 2005-02-03  Zoltan Varga  <vargaz@freemail.hu>
22193         
22194         * icall.c (ves_icall_MonoMethod_get_base_definition): Initialize
22195         method->klass as well.
22197         * class-internals.h (MonoCachedClassInfo): Add 'finalize_image' field.
22199         * class.c (mono_class_init): Switch on lazy initialization of 
22200         methods.
22202         * class.c (mono_class_get_finalizer): Handle the case when the 
22203         finalizer is inherited.
22205 2005-02-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
22207         * console-io.c: <curses.h> is needed by term.h on solaris.
22209 2005-02-03  Ben Maurer  <bmaurer@ximian.com>
22211         * icall.c, class-internals.h, monodiet.c, class.c: Remove
22212         mono_class_setup_properties where possible. Remove this ftn from
22213         the header file, and make it static.
22215 2005-02-03  Zoltan Varga  <vargaz@freemail.hu>
22217         * loader.c: Add missing setup_... call.
22219         * class.c: Add missing setup_... calls.
22221         * class.c (mono_class_init): Switch on lazy initialization of 
22222         the generic vtable.
22223         
22224         * class.c (mono_class_init): Fix generics broken by the recent changes.
22226         * monodiet.c (handle_type): Add missing setup_... calls.
22228         * class.c: Back out garbage in previous patch.
22229         
22230         * class.c: Add missing setup_... calls.
22232         * class.c (mono_class_get_method_from_name_flags): Avoid calling
22233         mono_class_setup_methods () if possible.
22235         * class-internals.h (MonoClass): Add 'has_cctor' flag.
22237         * class-internals.h (MonoCachedClassInfo): New structure.
22239         * class.c: Initialize properties and events fields of MonoClass lazily.
22241         * class.c: Add infrastructure for lazily initializing the methods and
22242         vtable fields of MonoClass. Not yet used.
22244         * class.c (mono_class_get_finalizer): New helper function.
22246         * class.c: Add infrastructure for loading some class related data from
22247         an AOT file.
22249         * object.c: Add infrastructure for initializing the vtable from data
22250         in the AOT file.
22252         * gc.c (run_finalize): Use mono_class_get_finalizer ().
22254         * class.c loader.c object.c icall.c gc.c reflection.c: Call the
22255         appropriate initialization function before accessing parts of the
22256         MonoClass structure.
22258         * marshal.c: Fix warnings.
22259         
22260         * marshal.c (emit_marshal_array): Add missing 'break'. Fixes #72169.
22262         * mono-debug-debugger.c (get_exception_message): Use 
22263         mono_class_get_method_from_name_flags ().
22265 2005-02-02  Ben Maurer  <bmaurer@ximian.com>
22267         * reflection.c, appdomain.c: Replace a few manual searches that
22268         Zoltan missed. (Paolo approved this part of my initial patch).
22270 Wed Feb 2 16:32:08 CET 2005 Paolo Molaro <lupus@ximian.com>
22272         * profiler.c: disable recording statistical events at report time.
22274 Wed Feb 2 14:14:00 CET 2005 Paolo Molaro <lupus@ximian.com>
22276         * icall.c: patch from Geoff Norton <gnorton@customerdna.com>
22277         to byteswap arrays of enum values, too (bug #72080).
22279 2005-02-02  Zoltan Varga  <vargaz@freemail.hu>
22281         * appdomain.c (set_domain_search_path): Allow this to be called if
22282         domain->setup is not yet set.
22284         * loader.c (mono_method_get_index): New helper function.
22286         * loader.c reflection.c: Use mono_method_get_index ().
22288         * class.c (mono_class_get_method_from_name_flags): New helper method.
22290         * debug-helpers.h debug-helpers.c (mono_find_method_by_name): Remove
22291         this.
22293         * class.c (mono_class_get_cctor): New helper method.
22295         * string-icalls.c object.c class.c marshal.c reflection.c: Use
22296         mono_class_get_method () to look up methods.
22298 2005-02-01  Miguel de Icaza  <miguel@novell.com>
22300         * console-io.c: Fix the build, this should work on Windows.
22302 2005-01-31  Ben Maurer  <bmaurer@ximian.com>
22304         * marshal.c (mono_marshal_xdomain_copy_out_value): cached_str must
22305         be set to null to keep things valid
22307 2005-01-31 Gonzalo Paniagua Javier <gonzalo@ximian.com>
22309         * icall.c: added Console 2.0 icalls.
22310         * Makefile.am: added console-io.[ch]
22311         * console-io.[ch]: internal calls for Console 2.0 API.
22313 Mon Jan 31 19:01:29 CET 2005 Paolo Molaro <lupus@ximian.com>
22315         * class.c: make sure we consider all the interfaces
22316         when calculating max_interface_id (bug found by
22317         Jeroen Frijters running ikvm).
22319 2005-01-31  Zoltan Varga  <vargaz@freemail.hu>
22321         * icall.c (ves_icall_FieldInfo_SetValueInternal): Handle setting of
22322         valuetype fields to null.
22324         * object.c (set_value): Ditto. Fixes #71669.    
22326 2005-01-31  Martin Baulig  <martin@ximian.com>
22328         * metadata.c (mono_metadata_has_generic_params): New public
22329         function; checks whether something is a generic method.
22331 Sun Jan 30 20:19:48 CET 2005 Paolo Molaro <lupus@ximian.com>
22333         * appdomain.c: fix infinite recursion when adding assemblies.
22335 2005-01-30  Sebastien Pouliot  <sebastien@ximian.com>
22337         * object.c: Fix small typo to return all items for Environment.
22338         GetCommandLineArgs.
22340 Sun Jan 30 16:49:01 CET 2005 Paolo Molaro <lupus@ximian.com>
22342         * domain.c, appdomain.c, assembly.c, image.c, domain-internals.h,
22343         reflection.c: more domain and assembly-unload related fixes
22344         and memory leaks plugs.
22346 2005-01-30  Zoltan Varga  <vargaz@freemail.hu>
22348         * 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.
22350 2005-01-29  Ben Maurer  <bmaurer@ximian.com>
22352         * loader.c (mono_method_signature): Make this method lazy
22353         (mono_get_method_from_token): Don't computate the signature here.
22355         Doing this saves quite a bit of memory. I got 90 kb on starting up
22356         monodoc. It should also save some disk reads on startup.
22358         * *: MonoMethod->signature might be NULL now. You *MUST* use
22359         mono_method_signature.
22361 2005-01-29  Zoltan Varga  <vargaz@freemail.hu>
22363         * object.c (mono_runtime_get_main_args): Return an array from the
22364         current domain here. Fixes #71938.
22366 Sat Jan 29 15:59:05 CET 2005 Paolo Molaro <lupus@ximian.com>
22368         * monitor.c: formatting changes to comply with the
22369         mono coding style and remove #ifdefs from the code.
22371 Sat Jan 29 15:18:54 CET 2005 Paolo Molaro <lupus@ximian.com>
22373         * metadata.c, private.h: remove some unneeded data
22374         and use a more compact representation for table schemas.
22376 Fri Jan 28 18:23:44 CET 2005 Paolo Molaro <lupus@ximian.com>
22378         * metadata.c, metadata-internals.h: add mono_aligned_addr_hash()
22379         to get a better distribution in hash tables.
22380         * *.c: use mono_aligned_addr_hash() where appropriate.
22381         * assembly.c: make var static.
22383 2005-01-28  Zoltan Varga  <vargaz@freemail.hu>
22385         * domain-internals.h: Put MonoJitInfo on a diet.
22387         * domain.c: Fix a warning.
22389 Wed Jan 26 22:20:46 CET 2005 Paolo Molaro <lupus@ximian.com>
22391         * gc.c: rework the gc handles code to reuse handles
22392         when freed.
22394 Wed Jan 26 17:34:09 CET 2005 Paolo Molaro <lupus@ximian.com>
22396         * domain.c: fixed long standing bug in mono_string_equal() which
22397         was brought to light with the ldstr changes.
22399 2005-01-26  Sebastien Pouliot  <sebastien@ximian.com>
22401         * reflection.c: Remove warning by adding missing include for marshal.h
22403 Tue Jan 25 18:06:00 CET 2005 Paolo Molaro <lupus@ximian.com>
22405         * domain.c, object.c: change the ldstr_table to hold
22406         MonoString* as keys: makes the runtime isinterned lookup
22407         faster and simplifies memory management.
22409 2005-01-25  Sebastien Pouliot  <sebastien@ximian.com> 
22411         * icall.c: Renamed GetEnvironmentVariable so internal* so it was
22412         possible to add imperative security checks before calling the icall.
22413         * reflection.c: Return security attributes on the original MonoMethod
22414         (and not the wrapped one). This fix permissions on icalls.
22416 2005-01-25  Dick Porter  <dick@ximian.com>
22418         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Make
22419         the check for mktime() support actually test the mktime() return
22420         value.  "Fixes" bug 71682, though the output is still different to
22421         MS.
22423 2005-01-25  Martin Baulig  <martin@ximian.com>
22425         * class.c (mono_class_is_assignable_from): Make this work for
22426         generic instances.
22428 2005-01-24  Ben Maurer  <bmaurer@ximian.com>
22430         * marshal.c (mono_string_utf8_to_builder)
22431         (mono_string_builder_to_utf16): We might not have ownership of the
22432         string. In thise case, we need to create a new buffer.
22434         * object-internals.h (mono_stringbuilder_capacity): sb->str might
22435         be null, in which case, use the default capacity.
22437 Mon Jan 24 16:42:29 CET 2005 Paolo Molaro <lupus@ximian.com>
22439         * gc-internal.h, null-gc.c, profiler.c, boehm-gc.c: hook the
22440         GC events to the profiler.
22442 Mon Jan 24 15:59:54 CET 2005 Paolo Molaro <lupus@ximian.com>
22444         * gc.c: remove valgrind detection nonsense. Set GC_DONT_GC
22445         if you don't want the GC to run.
22447 Mon Jan 24 15:53:25 CET 2005 Paolo Molaro <lupus@ximian.com>
22449         * Makefile.am, gc.c, mono-gc.h, boehm-gc.c, null-gc.c, gc-internal.h:
22450         start providing a GC API and keeping different implementations in
22451         their own file.
22452         * profiler.h, profiler.c, profiler-private.h: provide the GC events API.
22454 2005-01-22  Ben Maurer  <bmaurer@ximian.com>
22456         * debug-mono-symfile.c (mono_debug_open_mono_symbol_file): Use
22457         mmap rather than allocating a huge buffer.
22458         (mono_debug_close_mono_symbol_file): Free the buffer allocated
22459         above.
22461 2005-01-22  Sebastien Pouliot  <sebastien@ximian.com>
22463         * icall.c: Add new internal calls for SecurityManager.SecurityEnabled
22464         and CheckExecutionRights.
22465         * reflection.c|h: Keep the index of the declarative security to be 
22466         used, instead of the pointer, when AOT compiler is used. Also add 
22467         class initialization when requesting demands.
22468         * security-manager.c|h: Implement SecurityManager.SecurityEnabled and
22469         CheckExecutionRights. Both properties are now FALSE by default, and
22470         unmodifiable, unless the --security option is used.
22472 Fri Jan 21 15:29:27 CET 2005 Paolo Molaro <lupus@ximian.com>
22474         * domain.c, appdomain.c, assembly.c, image.c, metadata-internals.h,
22475         reflection.c: properly refcount images and assemblies, many leaks fixed.
22477 2005-01-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
22479         * threadpool.c: increase the timeout for threads in the thread pool to
22480         10s.  Fixes bug #67159.
22482 2005-01-20  Bernie Solomon  <bernard@ugsolutions.com>
22484         * class-internals.h: Sun's compiler insists on explicit
22485         signed on bit fields to handle then correctly.
22487 2005-01-19  Miguel de Icaza  <miguel@ximian.com>
22489         * file-io.c (ves_icall_System_IO_MonoIO_get_InvalidPathChars):
22490         Make the size of the array fit only the number of invalid path
22491         chars that we have.
22493         * class.c (_mono_class_get): Improve the error reporting when a
22494         class referenced is not found, to assist debugging. 
22496 Wed Jan 19 19:57:43 CET 2005 Paolo Molaro <lupus@ximian.com>
22498         * threads.c: fix off-by-one error.
22499         * domain.c: free data allocated in the domain.
22501 2005-01-19  Zoltan Varga  <vargaz@freemail.hu>
22503         * reflection.c (mono_method_body_get_object): Fill out exception info
22504         as well.
22506         * object-internals.h: Add MonoReflectionExceptionHandlingClause 
22507         structure.
22508         
22509 2005-01-19  Martin Baulig  <martin@ximian.com>
22511         * loader.c (mono_get_method_constrained): Make this work again.
22513 2005-01-19  Zoltan Varga  <vargaz@freemail.hu>
22515         * object-internals.h (_MonoReflectionMethodBody): Make local_index a 
22516         guint16 to match the managed side.
22518         * reflection.c (mono_reflection_body_get_object): Fill out local
22519         variables array.
22521         * reflection.c (mono_method_body_get_object): Fill out local_var_sig_token
22522         as well.
22524         * object-internals.h (_MonoReflectionMethodBody): Rename 'sig_token' to
22525         'local_var_sig_token'.
22527 2005-01-18  Zoltan Varga  <vargaz@freemail.hu>
22529         * loader.c (mono_lookup_pinvoke_call): Revert the previous patch as it breaks 
22530         System.Drawing.
22532         * reflection.c (mono_method_body_get_object): Handle abstract and
22533         runtime methods.
22535 Mon Jan 17 19:22:39 CET 2005 Paolo Molaro <lupus@ximian.com>
22537         * marshal.c, loader.c, class-internals.h, reflection.c:
22538         store the emthod data for a wrapper in an array instead of a list.
22540 Mon Jan 17 18:48:53 CET 2005 Paolo Molaro <lupus@ximian.com>
22542         * marshal.c: change the code to allocate memory more
22543         conservatively for method wrappers.
22545 Mon Jan 17 18:03:30 CET 2005 Paolo Molaro <lupus@ximian.com>
22547         * class-internals.h, marshal.c: move the str_to_ptr and ptr_to_str
22548         fields from MonoClass to the marshal info structure where they belong.
22550 Mon Jan 17 16:14:46 CET 2005 Paolo Molaro <lupus@ximian.com>
22552         * class.c, object.c, class-internals.h, marshal.c: rearrange
22553         some fields and tweak some types to lower memory usage.
22555 2005-01-17  Zoltan Varga  <vargaz@freemail.hu>
22557         * threads.c (signal_thread_state_change): Handle the case when the
22558         target thread is the current thread.
22560         * marshal.c (mono_struct_delete_old): Do not free lpwstr fields.
22562         * marshal.c: Rename emit_ptr_to_str_conv and its pair to 
22563         emit_ptr_to_object_conv. 
22565         * marshal.c (emit_ptr_to_object_conv): Add support for lpwstr->str
22566         marshalling. Fixes #71352.
22568 Mon Jan 17 10:59:20 CET 2005 Paolo Molaro <lupus@ximian.com>
22570         * metadata.h, blob.h: move table enum to blob.h so it can be included
22571         in any header.
22572         * image.c, metadata.c, metadata-internals.h, pedump.c, reflection.c:
22573         cut the size of MonoImage/MonoDynamicImage.
22575 2005-01-16  Zoltan Varga  <vargaz@freemail.hu>
22577         * profiler.c (mono_profiler_install_simple): Fix default arguments.
22579 Sun Jan 16 12:25:22 CET 2005 Paolo Molaro <lupus@ximian.com>
22581         * reflection.c, reflection.h, icall.c: add a function to check
22582         if an attribute type is defined for a metadata object.
22584 2005-01-14  Lluis Sanchez Gual  <lluis@novell.com>
22586         * object-internals.h: Added some needed fields from StringBuilder class.
22587         * marshal.c: Set the maxCapacity when creating a StringBuilder.
22589 2005-01-13  Zoltan Varga  <vargaz@freemail.hu>
22591         * icall.c (ves_icall_System_Environment_Exit): Suspend all managed
22592         threads before shutting down the runtime.
22594         * threads.c (mono_thread_suspend_all_other_threads): New helper function.
22596 Thu Jan 13 18:16:35 CET 2005 Paolo Molaro <lupus@ximian.com>
22598         * object-internal.h, threads.c: implement stacksize and 
22599         parameterized thread start functionality (requires
22600         matching corlib). Marked broken code for later removal.
22602 2005-01-12  Martin Baulig  <martin@ximian.com>
22604         * class-internals.h (MonoGenericClass): Moved the `initialized'
22605         flag to MonoDynamicGenericClass, removed `init_pending'.
22606         (MonoGenericInst): Added `is_reference' flag.
22608 2005-01-12  Zoltan Varga  <vargaz@freemail.hu>
22610         * reflection.c (mono_image_create_pefile): Only set the pe_offset
22611         inside the MSDOS header. Fixes #71201.
22613         * gc.c (mono_gc_cleanup): Handle the case when this is called from the
22614         gc thread.
22615         (mono_domain_finalize): Ditto.
22617 2005-01-12  Martin Baulig  <martin@ximian.com>
22619         * class.c (mono_get_shared_generic_class): Use the cache for
22620         non-dynamic generic classes.
22622         * class-internals.h (mono_class_create_generic_2): Removed
22623         function prototype, this function is now static inside class.c.
22625         * class.c (mono_class_create_generic_2): Made this static, only
22626         call it from mono_class_init() and mono_class_setup_parent().
22627         (collect_implemented_interfaces_aux): Call mono_class_init() on
22628         the interfaces we collect.
22629         (mono_class_setup_vtable): Call mono_class_init (class->parent).
22631 2005-01-11  Zoltan Varga  <vargaz@freemail.hu>
22633         * threads.c (mono_thread_attach): Call DuplicateHandle on the thread handle on win32 to make
22634         it a real thread handle.
22636         * domain-internals.h: Move exvar_offset from MonoJitInfo to 
22637         MonoJitExceptionInfo, since each catch clause needs its own variable.
22638         
22639 2005-01-11  Dick Porter  <dick@ximian.com>
22641         * image.c (mono_pe_file_open): New variant on mono_image_open()
22642         that does not set up the CLI metadata; used for FileVersionInfo so
22643         it can get the data for windows binaries too.
22644         
22645         * process.c (process_read_string_block): Don't read off the end of
22646         the StringTable block.
22648         These both fix bug 70766.
22650 Tue Jan 11 15:26:00 CET 2005 Paolo Molaro <lupus@ximian.comt>
22652         * gc.c: set some fields to NULL at GC cleanup time.
22653         * threads.c: if we quit the main thread, call exit ().
22655 2005-01-11  Zoltan Varga  <vargaz@freemail.hu>
22657         * threads.c (interruption_request_apc): Decore APC callbacks with CALLBACK under win32.
22659 Mon Jan 10 18:47:28 CET 2005 Paolo Molaro <lupus@ximian.com>
22661         * threads.h, threads.c, object.c: added accessor and settor for
22662         main_thread. Handle it specially when exiting from it: wait
22663         for other foreground threads to exit.
22665 Mon Jan 10 12:06:18 CET 2005 Paolo Molaro <lupus@ximian.com>
22667         * process.c, verify.c: remove some bloat.
22669 2005-01-09  Zoltan Varga  <vargaz@freemail.hu>
22671         * loader.c (mono_lookup_pinvoke_call): If we found the function without name mangling, change
22672         the calling convention to cdecl under win32.
22674 2005-01-08  Ben Maurer  <bmaurer@ximian.com>
22676         * object.c (mono_object_get_size): New function to get the size of
22677         an object instance.
22679         * profiler.c (simple_allocation): Use above.
22681 2005-01-08  Sebastien Pouliot  <sebastien@ximian.com>
22683         * appdomain.c: Replaced ves_icall_System_AppDomain_getDomainByID by
22684         ves_icall_System_AppDomain_getRootDomain (as it's not required to
22685         get an appdomain by it's id and we can't assume the root's id is 0).
22686         * domain-internals.h: Change the function prototype to match.
22687         * icall.c: Change the icall table for AppDomain.
22689 2005-01-08  Miguel de Icaza  <miguel@ximian.com>
22691         * locales.c (string_invariant_compare_char): Only compute
22692         GUnicodeTypes in the case where we need them.  Test for ordinality
22693         first and return if so.
22695         From the commit:
22697                 /*
22698                  * FIXME: here we must use the information from c1type and c2type
22699                  * to find out the proper collation, even on the InvariantCulture, the
22700                  * sorting is not done by computing the unicode values, but their
22701                  * actual sort order.
22702                  */
22704 Sat Jan 8 19:03:26 CET 2005 Paolo Molaro <lupus@ximian.com>
22706         * loader.c: for P/Invoke methods, allow the "Internal" shared
22707         library name to refer to the calling process symbol namespace.
22709 2005-01-07  Sebastien Pouliot  <sebastien@ximian.com>
22711         * Makefile.am: Add the security manager to the build.
22712         * security-manager.c|h: New. Initialization of the security manager.
22714 2005-01-07  Dick Porter  <dick@ximian.com>
22716         * threads.c: 
22717         * monitor.c: Update thread state during Monitor and WaitHandle
22718         waits.  Fixes bug 71031.
22720 2005-01-07  Zoltan Varga  <vargaz@freemail.hu>
22722         * reflection.c (property_encode_signature): Correctly handle when the
22723         property has no methods.
22725 2005-01-06  Zoltan Varga  <vargaz@freemail.hu>
22727         * reflection.c (reflection_methodbuilder_to_mono_method): Remove debug stuff.
22728         
22729         * reflection.c (reflection_methodbuilder_from_method_builder): Copy
22730         fields from mb, not rmb. Fixes #71017.
22732         * marshal.c (emit_ptr_to_str_conv): Add support for 
22733         ByValTStr -> string conversion. Fixes #71015.
22735         * appdomain.c (mono_domain_owns_vtable_slot): New helper function.
22737         * mempool.c (mono_mempool_contains_addr): New helper function.
22739 2005-01-05  Zoltan Varga  <vargaz@freemail.hu>
22741         * metadata.c (mono_metadata_compute_size): Fix size calculation of
22742         HasSematics encoded fields.
22743         
22744         * metadata.c (mono_type_to_unmanaged): Improve error message for 
22745         invalid string marshalling.
22747         * metadata.c: Fix warnings.
22748         
22749 Wed Jan 5 16:17:27 CET 2005 Paolo Molaro <lupus@ximian.com>
22751         * profiler-private.h, profiler.c, profiler.h, gc.c: sample statistical
22752         profiler support.
22754 2005-01-05  Zoltan Varga  <vargaz@freemail.hu>
22756         * domain.c object.c domain-internals.h: Revert part of r38077 since the
22757         keys to proxy_vtable_hash are GCd objects. Fixes running the class lib
22758         tests.
22760 2005-01-03  Zoltan Varga  <vargaz@freemail.hu>
22762         * marshal.c: Use MONO_CLASSCONST instead of MONO_LDPTR in some places,
22763         so methods containing these can be AOTed.
22765 2005-01-03  Martin Baulig  <martin@ximian.com>
22767         * loader.c (find_method): Removed the hack for generic instances.
22768         (method_from_memberref): If our parent is a generic instance, pass
22769         its generic type definition to find_method() and then inflate the
22770         method.
22771         (mono_get_method_constrained): Pass the generic type definition to
22772         find_method() and inflate the method later.
22774         * class-internals.h (MonoStats): Added `generic_class_count'.
22776         * icall.c (ves_icall_MonoGenericMethod_get_reflected_type):
22777         Renamed to ves_icall_MonoGenericMethod_get_ReflectedType().
22779         * reflection.c (mono_custom_attrs_from_params): Don't ignore
22780         generic type definitions.
22782 2004-12-30  Zoltan Varga  <vargaz@freemail.hu>
22784         * loader.c icall.c: Fix warnings.
22786 2004-12-29  Zoltan Varga  <vargaz@freemail.hu>
22788         * marshal.c (mono_marshal_get_managed_wrapper): Fix returning of
22789         blittable types. Fixes #70864.
22791 2004-12-29  Martin Baulig  <martin@ximian.com>
22793         * icall.c
22794         (ves_icall_MonoGenericMethod_get_reflected_type): New interncall.
22796         * reflection.c (mono_method_get_object): Create a
22797         "System.Reflection.MonoGenericMethod" for inflated methods; don't
22798         call mono_get_inflated_method().
22800         * class-internals.h (MonoStats): Added `inflated_method_count_2'.
22802 2004-12-27  Martin Baulig  <martin@ximian.com>
22804         * class-internals.h (MonoMethod): Added `is_inflated' flag.
22805         (MonoMethodInflated): Added `inflated' field.
22807         * class.c (mono_class_inflate_generic_method): Don't really
22808         inflate the method here; just set the `is_inflated' flag in the
22809         MonoMethod.
22810         (mono_class_get_inflated_method): Actually inflate the method here
22811         if it's not already inflated; we use the MonoMethodInflated's new
22812         `inflated' field as a cache.
22814 2004-12-26  Martin Baulig  <martin@ximian.com>
22816         * class.c
22817         (inflate_generic_class): Moved some code out of inflate_generic_type().
22818         (mono_class_inflate_generic_method): If we're already inflated,
22819         inflate the context and use the declaring method; ie. make sure
22820         the declaring method of an inflated method is always the generic
22821         method definition.
22822         (mono_class_create_from_typedef): Create
22823         `class->generic_container->context->gclass'.
22825 2004-12-24  Ben Maurer  <bmaurer@ximian.com>
22827         * metadata-internals.h, marshal.c, reflection.c: More
22828         MonoGHashTable->GHashTable.
22830         * domain-internals.h, class.c: Change MonoGHashTable's into
22831         GHashTables for some cases where no gc stuff is used
22833         All users: update apis
22835 2004-12-23  Ben Maurer  <bmaurer@ximian.com>
22837         * metadata.c (builtin_types): Make this `const'. Makes this get
22838         put into the shareable section.
22839         (mono_metadata_init): Casts to make gcc happy.
22841 2004-12-22  Zoltan Varga  <vargaz@freemail.hu>
22843         * gc.c (mono_gc_init): Add a '\n' to the valgrind warning.
22845 2004-12-21  Sebastien Pouliot  <sebastien@ximian.com> 
22847         * icall.c: Added an internal call to retrieve the position and length
22848         of assembly-level declarative security attributes (RequestMinimum, 
22849         RequestOptional and RequestRefuse). This is used by the Assembly class
22850         to re-create the corresponding permission sets.
22852 Tue Dec 21 14:50:31 CET 2004 Paolo Molaro <lupus@ximian.com>
22854         * marshal.c: fix the stelemref wrapper to be type correct
22855         (and faster).
22857 2004-12-20  Ben Maurer  <bmaurer@ximian.com>
22859         * icall.c (ves_icall_System_Object_GetHashCode): There was no need
22860         to do key & 0x7fffffff. Hashtable already does this. It just
22861         results in longer code.
22863 2004-12-20  Sebastien Pouliot  <sebastien@ximian.com>
22865         * appdomain.c: Bump corlib version.
22866         * class-internals.h: Added RuntimeSecurityFrame to mono_defaults.
22867         * domain.c: Add RuntimeSecurityFrame to mono_defaults.
22868         * reflection.c|h: Add functions to get declarative security infos
22869         (blob position and length) for assemblies, classes and methods.
22871 Mon Dec 20 15:28:54 CET 2004 Paolo Molaro <lupus@ximian.com>
22873         * reflection.c: sort the constant table (bug #70693).
22875 Mon Dec 20 12:19:37 CET 2004 Paolo Molaro <lupus@ximian.com>
22877         * object-internals.h, threads.c, domain.c: add accessors for
22878         the MonoThread and MonoDomain tls keys.
22880 2004-12-18  Martin Baulig  <martin@ximian.com>
22882         * class.c (inflate_generic_type): If we're inflating a generic
22883         instance, set `ngclass->context->container = context->container';
22884         ie. the container we inflated into.
22886         * metadata.c (mono_metadata_parse_generic_param): Reflect above
22887         inflate_generic_type() changes.
22889 2004-12-17  Martin Baulig  <martin@ximian.com>
22891         * class-internals.h
22892         (MonoGenericClass): Replaced `MonoType *generic_type' with
22893         `MonoClass *generic_class'.  Removed `dynamic_info'; if
22894         `is_dynamic' is true, we're a `MonoDynamicGenericClass'.
22895         (MonoDynamicGenericClass): Derive from `MonoGenericClass'.
22897 2004-12-16  Zoltan Varga  <vargaz@freemail.hu>
22899         * exception.c (mono_exception_from_token): New helper function.
22901 2004-12-15  Zoltan Varga  <vargaz@freemail.hu>
22903         * assembly.c (mono_assembly_load_with_partial_name): Call 
22904         mono_assembly_loaded before invoking the preload hooks. Fixes
22905         #70564.
22907         * object-internals.h (MonoThread): Change culture_info and 
22908         ui_culture_info into an array.
22910         * threads.c: Cache culture info objects from more than one appdomain.
22912         * threads.c threads-types.h icall.c: Add icalls for manipulating the 
22913         current UI culture.
22915 2004-12-14  Zoltan Varga  <vargaz@freemail.hu>
22917         * threads.h threads.c appdomain.c: Clear the culture_info field of
22918         all threads during unloading if they point to an object in the dying
22919         appdomain.
22921 2004-12-13  Ben Maurer  <bmaurer@ximian.com>
22923         * culture-info.h (TextInfoEntry): New struct
22924         * object-internals.h: sync with managed
22925         * locales.c: fill the `text_info_data' field
22926         * culture-info-tables.h: update
22928 Mon Dec 13 18:10:50 CET 2004 Paolo Molaro <lupus@ximian.com>
22930         * Makefile.am, monodiet.c: add monodiet, an IL code garbage
22931         collector.
22933 2004-12-12  Ben Maurer  <bmaurer@ximian.com>
22935         * icall.c (ves_icall_ModuleBuilder_getToken): Check for null
22936         (ves_icall_ModuleBuilder_getMethodToken): Ditto
22938 2004-12-12  Martin Baulig  <martin@ximian.com>
22940         * mono-debug-debugger.c (write_type): If we're an enum and the
22941         builtin types have already been initialized, call mono_class_init().
22943 2004-12-11  Martin Baulig  <martin@ximian.com>
22945         * metadata.c (mono_metadata_load_generic_params): Added
22946         `MonoGenericContainer *parent_container' argument; automatically
22947         compute `container->is_method'; pass the correct owner to
22948         get_constraints().      
22950         * reflection.c (compare_genericparam): Sort the GenericParam table
22951         according to increasing owners. 
22953 Fri Dec 10 18:43:46 CET 2004 Paolo Molaro <lupus@ximian.com>
22955         * profiler.c: allow disabling the default profiler.
22957 Fri Dec 10 18:42:11 CET 2004 Paolo Molaro <lupus@ximian.com>
22959         * decimal.c, icall.c: allow disabling System.Decimal support.
22961 2004-12-09  Marek Safar <marek.safar@seznam.cz>
22963         * reflection.c: Add support for null attribute arguments.
22965 2004-12-09  Martin Baulig  <martin@ximian.com>
22967         * metadata.h, loader.h: Use `idx' instead of `index' in parameter
22968         names to get rid of compiler warnings.
22970 2004-12-08  Zoltan Varga  <vargaz@freemail.hu>
22972         * marshal.c (mono_marshal_get_struct_to_ptr): Call 
22973         mono_marshal_load_type_info (). Fixes #69625.
22974         (mono_marshal_get_ptr_to_struct): Likewise.
22976 2004-12-08  Martin Baulig  <martin@ximian.com>
22978         * mono-debug.h: Bumped version number to 47.
22980         * mono-debug-debugger.c
22981         (mono_debugger_event_handler, mono_debugger_event): Take two
22982         guint64 arguments insteed of a gpointer and a guint32.  
22984 2004-12-08  Martin Baulig  <martin@ximian.com>
22986         * debug-mono-symfile.h
22987         (MonoDebugLineNumberEntry): Renamed `offset' to `il_offset' and
22988         `address' to `native_offset'.
22990 2004-12-08  Martin Baulig  <martin@ximian.com>
22992         * class.c (mono_class_create_from_typespec): Only inflate if we
22993         either have `context->gclass' or `context->gmethod'.
22995 2004-12-08  Zoltan Varga  <vargaz@freemail.hu>
22997         * metadata-internals.h (MonoAssembly): Add 'corlib_internal' field.
22999         * object-internals.h (MonoReflectionAssemblyBuilder): Move 'corlib_internal' field from Assembly to AssemblyBuilder.
23001         * reflection.c (mono_image_basic_init): Initialize assembly->corlib_internal from the assembly builder.
23003         * reflection.c (mono_assembly_get_object): Remove the workaround put
23004         in for the release.
23005         
23006         * appdomain.c: Use the corlib_internal field from MonoAssembly.
23008         * appdomain.c: Bump corlib version.
23010         * reflection.c (mono_assembly_get_object): Add a workaround so __MetadataTypes won't
23011         be visible in other appdomains.
23013 2004-12-07  Ben Maurer  <bmaurer@ximian.com>
23015         * threads.c: Interlocked inc and dec for longs were messed up,
23016         use a KISS based impl for this. Fixes 70234
23018 2004-12-07  Zoltan Varga  <vargaz@freemail.hu>
23020         * threads.c (ves_icall_System_Threading_Thread_GetCachedCurrentCulture): Make this lock-less.
23022 Tue Dec 7 10:47:09 CET 2004 Paolo Molaro <lupus@ximian.com>
23024         * icall.c: fix to follow policy not to allow struct
23025         arguments in icalls.
23027 2004-12-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
23029         * process.c: make the patch that handles spaces in file paths work
23030         on mono/windows too.
23032 2004-12-06  Martin Baulig  <martin@ximian.com>
23034         * class.c (mono_class_create_generic): Call
23035         mono_class_setup_supertypes() if we're dynamic.
23036         (mono_class_is_subclass_of): `g_assert (klass->idepth > 0)'.
23038 2004-12-06  Zoltan Varga  <vargaz@freemail.hu>
23040         * object-internals.h: Add new fields to MonoThread.
23042         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
23044         * icall.c threads-types.h threads.c: Add new icalls.
23046         * object-internals.h (MonoThread): Remove unused 'unmanaged' field.
23048         * object-internals.h (MonoReflectionAssembly): Sync object layout with
23049         managed side.
23051         * appdomain.c: Bump corlib version.
23053         * appdomain.c (ves_icall_System_AppDomain_GetAssemblies): Skip
23054         internal assemblies. Fixes #69181.
23056 2004-12-05  Martin Baulig  <martin@ximian.com>
23058         * class.c (mono_class_inflate_generic_signature): Make this a
23059         no-op if `context' is NULL or we don't have any type parameters;
23060         also copy `sentinelpos'.        
23062 2004-12-04  Zoltan Varga  <vargaz@freemail.hu>
23064         * image.c: Add unbox_wrapper_cache.
23066         * class-internals.h debug-helpers.c: Add MONO_WRAPPER_UNBOX.
23068         * marshal.h marshal.c (mono_marshal_get_unbox_wrapper): New wrapper
23069         function generator.
23070         
23071         * object.c (mono_delegate_ctor): Call unbox wrapper if neccesary.
23072         Fixes #70173.
23074         * metadata-internals.h image.c: Add MonoImage->unbox_wrapper_cache.
23075         
23076 2004-12-04  Martin Baulig  <martin@ximian.com>
23078         * loader.c (mono_method_get_signature_full): New public function;
23079         like mono_method_get_signature(), but with an additional
23080         `MonoGenericContext *' argument.
23082         * class.c (mono_class_inflate_generic_signature): Formerly known
23083         as inflate_generic_signature(); make this public.
23085 2004-12-04  Martin Baulig  <martin@ximian.com>
23087         * metadata.c
23088         (mono_metadata_parse_type_full): Take a `MonoGenericContext *'
23089         instead of a `MonoGenericContainer *'.  
23090         (mono_metadata_parse_array_full): Likewise.
23091         (mono_metadata_parse_signature_full): Likewise.
23092         (mono_metadata_parse_method_signature_full): Likewise.
23093         (mono_metadata_parse_generic_inst): Likewise.
23094         (mono_metadata_parse_generic_param): Likewise.
23095         (mono_metadata_parse_mh_full): Likewise.
23096         (mono_type_create_from_typespec_full): Likewise.
23098 2004-12-03  Martin Baulig  <martin@ximian.com>
23100         * class-internals.h (MonoGenericContainer): Replaced the
23101         `MonoGenericContext * pointer with a `MonoGenericContext'
23102         structure and made it the first element.
23104 2004-12-03  Martin Baulig  <martin@ximian.com>
23106         * class.c
23107         (inflate_generic_type): Set the `context->container' when creating
23108         a new MonoGenericContext.
23109         (mono_class_inflate_generic_method): Likewise.
23110         (mono_class_create_from_typespec): Just use `context->container'
23111         to get the container.
23113         * loader.c (method_from_methodspec): Set `context->parent' from
23114         `context->container' - and if that's a method container, use its
23115         parent.  Also set the `context->container' when creating a new
23116         MonoGenericContext.
23117         (mono_get_method_from_token): Use just `context->container' to get
23118         the container.
23120         * metadata.c (do_mono_metadata_parse_generic_class): Also set
23121         `gclass->context->container'.
23123         * reflection.c (do_mono_reflection_bind_generic_parameters): Set
23124         the `context->container' when creating a new MonoGenericContext.
23126 2004-12-03  Zoltan Varga  <vargaz@freemail.hu>
23128         * reflection.c (compare_genericparam): Sort params with identical
23129         owner by their number. Fixes gen-111 on sparc.
23131 2004-12-02  Zoltan Varga  <vargaz@freemail.hu>
23133         * threadpool.c (async_invoke_thread): Call push/pop_appdomain_ref
23134         around the domain changes.
23136         * appdomain.c (mono_domain_unload): Handle the case when the thread
23137         calling Unload is itself being aborted during unloading. Fixes #70022.
23139         * appdomain.h: Add prototype for mono_install_runtime_cleanup.
23141         * marshal.c (emit_thread_interrupt_checkpoint_call): Call 
23142         checkpoint_func as an icall so it gets a wrapper.
23143         (mono_marshal_get_xappdomain_invoke): Call push/pop_appdomain_ref ()
23144         in the cross-appdomain wrappers too.
23146         * threads.c (mono_thread_has_appdomain_ref): Make this public.
23148         * assembly.c (mono_assembly_open_from_bundle): Fix warning.
23150         * reflection.c: Fix some memory leaks.
23151         
23152 2004-12-02  Martin Baulig  <martin@ximian.com>
23154         * metadata-internals.h (MonoImage): Removed `generic_class_cache'.
23156         * metadata.c (generic_class_cache): New static hashtable.
23157         (mono_metadata_lookup_generic_class): New public method.
23159 2004-12-02  Martin Baulig  <martin@ximian.com>
23161         * class.c (mono_class_create_from_typedef): Call
23162         mono_class_setup_parent() and mono_class_create_mono_type() before
23163         parsing the interfaces.
23165 2004-12-02  Martin Baulig  <martin@ximian.com>
23167         * metadata.c (generic_inst_cache): New static hashtable.
23168         (mono_metadata_lookup_generic_inst): New public function.
23169         (mono_metadata_inflate_generic_inst): New public function.
23170         (mono_metadata_parse_generic_inst): New public function.
23171         (do_mono_metadata_parse_generic_class): Use the new
23172         mono_metadata_parse_generic_inst() for parsing the `gclass->inst'
23173         since this'll also use the cache.
23175         * reflection.c (mono_reflection_bind_generic_method_parameters):
23176         Use mono_metadata_lookup_generic_inst() to use the new cache.
23178         * class.c (inflate_mono_type): Use
23179         mono_metadata_inflate_generic_inst() to inflate a generic
23180         instance; this'll also use the new cache.
23182         * loader.c (method_from_methodspec): Use
23183         mono_metadata_parse_generic_inst() and
23184         mono_metadata_inflate_generic_inst() rather than parsing it
23185         manually, so we can use the new cache.
23187 2004-12-02  Zoltan Varga  <vargaz@freemail.hu>
23189         * threads.c (wait_for_tids): Do not incorrectly free threads when 
23190         the wait times out.
23192 2004-12-01  Neale Ferguson <Neale.Ferguson@SoftwareAG-usa.com>
23194         * icall.c (mono_ArgIterator_Setup) : Conditionally compile calculation of
23195         iter->args based on whether parameters are passed in registers (i.e.
23196         MONO_ARCH_REGPARMS is defined)
23198 2004-12-01  Zoltan Varga  <vargaz@freemail.hu>
23200         * loader.c (mono_lookup_pinvoke_call): Use the remapped dll name in
23201         the exception message. Fixes #70070.
23202         (method_from_methodspec): Fix warnings.
23204 2004-12-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
23206         * process.c: (complete_path) return the path quoted
23208 2004-12-01  Martin Baulig  <martin@ximian.com>
23210         * class-internals.h (MonoGenericInst): New structure.
23211         (MonoGenericClass): Replaced `type_argc', `type_argv' and
23212         `is_open' with `MonoGenericInst *inst'.
23213         (MonoGenericMethod): Replaced `mtype_argc', `mtype_argv' and
23214         `is_open' with `MonoGenericInst *inst'.
23216 2004-11-30  Martin Baulig  <martin@ximian.com>
23218         Generics API cleanup: renamed MonoGenericInst -> MonoGenericClass.
23220         * metadata-internals.h (MonoImage): Renamed `generic_inst_cache'
23221         to `generic_class_cache'.
23223         * metadata.c
23224         (mono_generic_inst_hash): Renamed to mono_generic_class_hash().
23225         (mono_generic_inst_equal): Renamed to mono_generic_class_equal().
23226         (mono_generic_inst_is_valuetype): Renamed to
23227         mono_generic_class_is_valuetype().
23229         * class-internals.h
23230         (MonoGenericInst): Renamed to MonoGenericClass.
23231         (MonoDynamicGenericInst): Renamed to MonoDynamicGenericClass.
23232         (MonoClass): Renamed `generic_inst' to `generic_class'.
23233         (MonoGenericContext): Renamed `ginst' to `gclass'.
23235         * object-internals.h
23236         (MonoReflectionGenericInst): Renamed to MonoReflectionGenericClass.
23238         * reflection.c (mono_reflection_generic_inst_initialize): Renamed to
23239         mono_reflection_generic_class_initialize().
23241         * icall.c (icall_entries): "System.Reflection.MonoGenericInst" is
23242         now known as "System.Reflection.MonoGenericClass".
23243         (monogenericinst_icalls): Renamed to monogenericclass_icalls.
23245 2004-11-29  Sebastien Pouliot  <sebastien@ximian.com>
23247         * class-internals.h: Added a flag field to MonoClass to cache the
23248         declarative security attributes actions associated with the class.
23249         * domain-internals.h: Added booleans to MonoJitInfo to cache the
23250         (class or method level) stack modifiers (Assert, Deny and PermitOnly)
23251         applicable to the JITted method.
23252         * reflection.c|h: Added functions to extract (as flags) which security
23253         actions are available (declaratively) for a method, class or assembly.
23254         * metadata.c|h: Added functions to search the declarative security
23255         table in the metadata.
23256         
23257 2004-11-29  Ben Maurer  <bmaurer@ximian.com>
23259         * icall.c (ves_icall_System_Reflection_Assembly_GetNamespaces):
23260         EXPORTEDTYPES are already in the class name cache, so there is no
23261         need to add extra code here to look at them. Just removes a bit of
23262         cruft.
23264         (ves_icall_System_Environment_get_TickCount): No need for #if
23265         WINDOWS. We already have the code in io-layer.
23267 2004-11-28  Martin Baulig  <martin@ximian.com>
23269         * loader.c
23270         (method_from_methodspec): Also inflate the `gmethod->mtype_argv'.
23271         Fixes gen-112.cs.
23273 2004-11-27  Miguel de Icaza  <miguel@ximian.com>
23275         * assembly.c (do_mono_assembly_open): Instead of having a
23276         conditional WITH_BUNDLE, incorporate support for bundles here, by
23277         having a global `bundles' variable holding a pointer to the actual
23278         bundles. 
23280         (mono_register_bundled_assemblies): New API call used by the
23281         bundle code. 
23283         See mkbundle.1 for details.
23284         
23285 2004-11-27  Martin Baulig  <martin@ximian.com>
23287         * object.c (mono_class_vtable): Store the `MonoMethod *' itself in
23288         the vtable for generic methods.
23290 2004-11-26  Martin Baulig  <martin@ximian.com>
23292         * metadata.c
23293         (mono_metadata_generic_method_hash): New public function.
23294         (mono_metadata_generic_method_equal): Likewise.
23296         * class-internals.h
23297         (MonoGenericContainer): Added `GHashTable *method_hash'.
23299         * reflection.c (ReflectionMethodBuilder): Added
23300         `MonoGenericContainer *generic_container'.
23301         (reflection_methodbuilder_to_mono_method): Don't create a new
23302         MonoGenericContainer each time we're called.
23303         (mono_reflection_bind_generic_method_parameters): Use
23304         `container->method_hash' to cache the results so we don't create a
23305         different method if we're called several times with the same
23306         arguments.
23308         * loader.c (method_from_methodspec): Use the new
23309         `container->method_hash' here, too.
23311 2004-11-26  Martin Baulig  <martin@ximian.com>
23313         * class.c (inflate_generic_signature): Correctly compute
23314         `res->has_type_parameters'.
23315         (mono_class_vtable): Use the `has_type_parameters' flag to
23316         determine whether we're a generic method.
23318         * metadata.c (mono_metadata_parse_method_signature_full): Likewise.
23320 2004-11-25  Zoltan Varga  <vargaz@freemail.hu>
23322         * object.c (mono_runtime_run_main): Fix a small memory leak.
23324 2004-11-25  Martin Baulig  <martin@ximian.com>
23326         * class.c (set_generic_param_owner): Fixed the loop.
23328 2004-11-25  Martin Baulig  <martin@ximian.com>
23330         * object.c (mono_class_vtable): Don't create any JIT wrappers for
23331         generic methods.
23333 2004-11-24  Zoltan Varga  <vargaz@freemail.hu>
23335         * reflection.c: Allow all kinds of whitespace, not just ' ' in type
23336         names. Fixes #69787.
23338 2004-11-24  Martin Baulig  <martin@ximian.com>
23340         * class.c (mono_class_create_generic_2): If we don't have a
23341         `ginst->parent', inflate `gklass->parent' to get our parent.
23343 2004-11-24  Martin Baulig  <martin@ximian.com>
23345         * reflection.c (compare_genericparam): Correctly sort the
23346         GenericParam table; fixes #69779.
23348 2004-11-23  Ben Maurer  <bmaurer@ximian.com>
23350         * reflection.c: When writing a PE file, don't create a huge
23351         buffer in memory. Just write the arrays we have to the file.
23352         This reduces memory usage.
23354         * metadata-internals.h: MonoDynamicStream pefile is no longer used
23355         globally.
23357 2004-11-17  Martin Baulig  <martin@ximian.com>
23359         * class.c (mono_class_init): Don't setup `class->parent' for
23360         dynamic instances; moved this to mono_class_generic_2().
23361         (mono_class_create_generic): Also set `klass->inited' for dynamic
23362         generic instances.
23363         (mono_class_create_generic_2): Don't do anything for dynamic
23364         generic instances.  Set `klass->parent' here and also call
23365         mono_class_setup_parent() here. 
23367         * reflection.c (do_mono_reflection_bind_generic_parameters): Added
23368         `MonoType *parent' argument; set `ginst->parent' before calling
23369         mono_class_create_generic_2(), so we set the correct parent.
23371 Thu Nov 18 17:10:32 CET 2004 Paolo Molaro <lupus@ximian.com>
23373         * reflection.c: allow getting attributes from ModuleBuilder
23374         (used by ikvm).
23376 2004-11-17  Martin Baulig  <martin@ximian.com>
23378         * class.c (mono_class_create_from_typedef): If a type parameter is
23379         inherited from an outer class, set its owner to that class.
23381 2004-11-17  Atsushi Enomoto  <atsushi@ximian.com>
23383         * reflection.c: (mono_image_create_pefile): Don't use NULL argument
23384           for (int*) written size. This fixes bug #69592.
23386 2004-11-15  Sebastien Pouliot  <sebastien@ximian.com>
23388         * icall.c: Added IsAuthenticodePresnet internal call.
23389         * image.c|h: New function that check a MonoImage for an Authenticode
23390         signature in the certificate PE data directory.
23391         * security.c|h: New internal call to ask the runtime if an 
23392         Authenticode signature seems referenced in the PE header.
23394 2004-11-15  Zoltan Varga  <vargaz@freemail.hu>
23396         * icall.c (ves_icall_type_isprimitive): Native int is a primitive type.
23398         * reflection.c (mono_image_create_pefile): Free the assembly streams
23399         after writing out the assembly file.
23401         * object.c (mono_runtime_run_main): Fix small memory leak.
23403         * icall.c (ves_icall_Type_GetPropertiesByName): Add support for
23404         property access modifiers. Fixes #69389.
23406 Mon Nov 15 11:54:22 CET 2004 Paolo Molaro <lupus@ximian.com>
23408         * domain.c, object.c, object-internals.h, domain-internals.h,
23409         object.h, marshal.c: keep dynamic code info per domain.
23411 2004-11-15  Martin Baulig  <martin@ximian.com>
23413         * class.c (mono_type_get_name_recurse): Put type arguments in
23414         `[',`]' instead of in `<','>'.  Thanks to Atsushi for the patch,
23415         see bug #68387.
23417 2004-11-15  Martin Baulig  <martin@ximian.com>
23419         * class.c (mono_type_get_name_recurse): Added `include_ns' flag.
23420         (mono_class_setup_vtable): When computing `the_cname' for a
23421         generic instance, don't include the namespace since we'd otherwise
23422         add it twice.
23424 2004-11-15  Martin Baulig  <martin@ximian.com>
23426         * class.c (mono_class_create_generic): Changed return type to void.
23427         (mono_class_create_generic_2): New public function; setup
23428         `class->method', `class->field' and `class->interfaces' here
23429         instead of in mono_class_init().
23431         * class.h (mono_class_create_generic): Moved to class-internals.h.
23433 2004-11-14  Ben Maurer  <bmaurer@ximian.com>
23435         * reflection.c (mono_image_create_pefile): take a file HANDLE.
23436         rather than writing to memory, write to this file. Right now,
23437         we are just writting into a buffer, and copying that. However
23438         we can avoid the buffer later.
23440         (mono_dynamic_stream_reset): new function
23442         * icall.c, object-internals.h: update for the above.
23444 2004-11-13  Ben Maurer  <bmaurer@ximian.com>
23446         * reflection.c: Remove *_ATOMIC macros. We really shouldn't
23447         have been using gc'd memory. First it is slower, unlikely
23448         the comment in the source code said, secondly, it increases
23449         our footprint to do it in the gc.
23451         * icall.c (WriteToFile): rename of getDataChunk. Rewrite
23452         the method so that it does not have to copy to managed code.
23454 2004-11-12  Zoltan Varga  <vargaz@freemail.hu>
23456         * loader.c (mono_method_get_header): Fix build for older glibs which does not define G_LIKELY.
23458 2004-11-12  Martin Baulig  <martin@localhost>
23460         * reflection.c (mono_image_create_token): Allow generic method
23461         definitions here, since they may appear in an `.override'; see
23462         gen-98/gen-99 for an example.
23464 2004-11-11  Zoltan Varga  <vargaz@freemail.hu>
23466         * icall.c (ves_icall_Type_GetField): Support BFLAGS_IgnoreCase. Fixes
23467         #69365.
23469         * marshal.c (mono_string_to_ansibstr): Make g_error messages more
23470         descriptive.
23472 2004-11-11  Martin Baulig  <martin@ximian.com>
23474         * class.c (mono_class_setup_vtable): In an explicit interface
23475         implementation, the method name now includes the arity.
23477 2004-11-10  Zoltan Varga  <vargaz@freemail.hu>
23479         * object.c (mono_array_full_copy): Fix warning.
23481 2004-11-10  Lluis Sanchez Gual  <lluis@novell.com>
23483         * appdomain.c: Removed look_for_method_by_name(). Use the new method
23484         mono_class_get_method_from_name() instead.
23485         
23486         * class-internals.h: Added two new types of wrappers. 
23487         Added MonoRemotingTarget enum. Added new trampoline function type, which
23488         takes an additional MonoRemotingTarget value as parameter, so it is
23489         possible to request a trampoline for a specific target.
23490         
23491         * class.c: Added new mono_class_get_method_from_name() method.
23492         
23493         * class.h: In MonoRemoteClass, we can have now to vtables, one for
23494         general remoting sinks and one specific for cross domain calls.
23495         
23496         * debug-helpers.c: Added new wrapper names.
23497         
23498         * icall.c: Use the new method mono_remote_class_vtable() to get the vtable
23499         of a remote class.
23500         
23501         * image.c: Porperly delete value objects form the remoting invoke hashtable.
23502         
23503         * marshal.c: Added mono_marshal_get_xappdomain_invoke(), which together
23504         with several other methods (mono_marshal_get_xappdomain_dispatch,
23505         mono_marshal_get_xappdomain_target, mono_marshal_get_serialize_exception,
23506         and others) can generate a fast remoting wrapper for cross domain calls.
23507         More information can be found in docs/remoting.
23508         Other changes: Removed mono_find_method_by_name, and used
23509         mono_class_get_method_from_name instead.
23510         Remoting wrappers are now stored in a MonoRemotingMethods struct, which
23511         is stored in the remoting invoke hashtable.
23512         
23513         * marshal.h: published the new method for getting the xdomain wrapper,
23514         and also added a method for getting the adequate wrapper for a given
23515         method and target.
23516         
23517         * object-internals.h, object.c: Added a couple of methods for capying and
23518         cloning arrays.
23519         Modified mono_install_remoting_trampoline, which takes the new remoting
23520         trampoline that has a remoting target as parameter.
23521         mono_class_proxy_vtable now also takes a remoting target as parameter, and
23522         will return the most suitable vtable for the target.
23523         Added mono_remote_class_vtable, which returns the vtable of a remote class
23524         (which can be the normal remoting vtable or the xdomain vtable).
23525         
23526         * threads.c: the xdomain invoke and dispatch wrappers must also be
23527         protected against interruptions.
23529 2004-11-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
23531         * icall.c: use memmove in BlockCopyInternal when the source and
23532         destination arrays are the same.
23534 2004-11-09  Martin Baulig  <martin@ximian.com>
23536         * class-internals.h (MonoGenericContainer): Removed `method' and
23537         `signature', replaced them with `is_method' and `is_signature'
23538         flags.  Added `context'.
23540         * loader.c (method_from_methodspec): Take a `MonoGenericContext *'
23541         instead of a `MonoGenericContainer *'.
23543         * metadata.c (mono_metadata_generic_param_equal): Removed the hack
23544         for dynamic type parameters.
23545         (mono_metadata_load_generic_params): Setup `container->context'.
23547         * reflection.c (mono_reflection_setup_generic_class): Setup
23548         `tb->generic_container->context'.
23549         (do_mono_reflection_bind_generic_parameters): Use
23550         mono_class_inflate_generic_type() to correctly inflate types,
23551         rather than using our own hack just for MONO_TYPE_VAR.
23553 2004-11-09  Martin Baulig  <martin@ximian.com>
23555         * class.c (mono_class_inflate_generic_method): Small fix; don't
23556         crash here.
23558         * icall.c
23559         (ves_icall_MonoType_GetGenericArguments): Don't ignore `byref' types.
23560         (ves_icall_Type_get_IsGenericTypeDefinition): Likewise.
23561         (ves_icall_Type_GetGenericTypeDefinition_impl): Likewise.
23562         (ves_icall_Type_BindGenericParameters): Likewise.
23563         (ves_icall_Type_get_IsGenericInstance): Likewise.
23564         (ves_icall_Type_GetGenericParameterPosition): Likewise.
23565         (ves_icall_MonoType_get_HasGenericArguments): Likewise.
23566         (ves_icall_MonoType_get_IsGenericParameter): Likewise.
23567         (ves_icall_MonoType_get_DeclaringMethod): Likewise.
23569 2004-11-09  Zoltan Varga  <vargaz@freemail.hu>
23571         * assembly.c (mono_assembly_names_equal): Reenable the comparison of
23572         assembly versions and public key tokens. Fixes #69113.
23574 Tue Nov 9 17:34:05 CET 2004 Paolo Molaro <lupus@ximian.com>
23576         * metadata.c: fix bug introduced with the type cache changes
23577         on 2004-11-06.
23579 Tue Nov 9 17:26:29 CET 2004 Paolo Molaro <lupus@ximian.com>
23581         * metadata.h, metadata.c, domain-internals.h, marshal.c: include
23582         the MonoClass pointer instead of the token in exception clauses.
23583         * reflection.c: updates for the above and make the code not depend
23584         on the structure of MonoExceptionClause.
23586 2004-11-08  Zoltan Varga  <vargaz@freemail.hu>
23588         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): 
23589         Add support for dynamic assemblies. Fixes #69114.
23591         * loader.c (mono_method_get_header): Handle icalls and pinvoke methods.
23593 2004-11-07  Ben Maurer  <bmaurer@ximian.com>
23595         * class-internals.h (MonoMethod): Move addr to MonoMethodPInvoke
23596         since most only those methods use it. the code member of
23597         MonoMethodPInvoke was dead, so that can be removed too. Also,
23598         remove inline_count (again, not used), and move slot so that it
23599         can share bits with some other flags. This saves 8 bytes in the
23600         structure and gives us about 50 kb back for mcs helloworld.cs
23602         * *.[ch]: Do naming changes for the above.
23604         * loader.c (mono_method_get_header): Lazily init the header
23605         on first access.
23606         (mono_get_method_from_token): don't init the header here
23607         (mono_free_method): the header may never be allocated
23609         Overall, this saves 150 kb of unmanaged allocations
23610         for mcs helloworld.cs. That accounts for 10% of the unmanaged
23611         memory at runtime.
23612         
23613         * loader.c, loader.h (mono_method_get_header): new accessor.
23615         * *.[ch]: use the above method. Prepares us to lazily load
23616         the header.
23618         * *.[ch]: Clean up all the pesky warnings. gcc now only gives
23619         three warnings, which are actual bugs (see 69206).
23621         * class-internals.h (MonoMethod): Remove remoting_tramp. It is
23622         unused. Saves a cool 4 bytes / method.
23624 2004-11-06  Ben Maurer  <bmaurer@ximian.com>
23626         * metadata.c (builtin_types): Add types for System.Object here.
23627         (mono_metadata_parse_type_full): Cache MonoType*'s that are
23628         for a class or valuetype from klass->this_arg or klass->byval_arg.
23630         On mcs for a hello world, this gets us down from 21836 MonoType's
23631         to 14560.
23633         (mono_metadata_free_type): Account for the above change.
23635 2004-11-06  Zoltan Varga  <vargaz@freemail.hu>
23637         * appdomain.c (ves_icall_System_AppDomain_GetData): Throw an 
23638         exception instead of asserting if name is null.
23639         (ves_icall_System_AppDomain_GetData): Ditto.
23641 2004-11-05  Zoltan Varga  <vargaz@freemail.hu>
23643         (ves_icall_get_enum_info): Avoid crash when called on a non-finished
23644         EnumBuilder.
23646         * icall.c (ves_icall_System_Reflection_Assembly_GetEntryAssembly): 
23647         Return NULL when the domain does not have entry_assembly set.
23649         * icall.c (ves_icall_System_Reflection_Assembly_GetFilesInternal): 
23650         Add a 'resource_modules' argument.
23651         (ves_icall_type_GetTypeCode): Fix typecode of byref types.
23653         * reflection.c (mono_reflection_create_runtime_class): Move setting
23654         of wastypebuilder here, so mono_get_type_object () returns a MonoType
23655         for enums too.
23657         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringAnsi): Return NULL here instead of an empty string to match MS behavior.
23658         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringAnsi_len):
23659         Throw an ArgumentNullException if 'ptr' is null.
23661         * appdomain.c (mono_domain_assembly_search): Avoid matching dynamic
23662         assemblies here. Fixes #69020.
23664 2004-11-05  Geoff Norton  <gnorton@customerdna.com>
23666         * reflection.c (build_compressed_metadata): Fix the previous patch for
23667         big endian systems.  GUINT32_FROM_LE isn't needed on strlen and was overwriting
23668         the stack.
23670 2004-11-04  Zoltan Varga  <vargaz@freemail.hu>
23672         * assembly.c (mono_assembly_names_equal): Allow a match if one of
23673         the cultures is false. Fixes #69090.
23675         * reflection.c (build_compressed_metadata): Fix invalid memory read 
23676         detected by valgrind.
23677         
23678         * reflection.c (mono_reflection_get_type): Avoid triggering a 
23679         TypeResolve multiple times for the same type. Fixes #65577.
23681 2004-11-04  Ben Maurer  <bmaurer@ximian.com>
23683         * marshal.c: Avoid using ldftn to call managed functions. It is
23684         much slower than just a call.
23686         * reflection.c (mono_module_get_object): free the basename we
23687         allocate here from glib.
23688         
23689         * reflection.c (ensure_runtime_vtable): make sure to free
23690         overrides.  Also, we were allocating an array of MonoMethod not an
23691         array of MonoMethod*.
23693         * marshal.c (mono_marshal_get_stelemref): do a mono_mb_free here.
23695         * image.c (mono_image_close): free image->guid here.
23697 2004-11-02  Zoltan Varga  <vargaz@freemail.hu>
23699         * reflection.c: Fix some spec conformance issues with the PE file
23700         structures so mcs compiled apps run on the Net 2.0 beta.
23702 2004-11-01  Zoltan Varga  <vargaz@freemail.hu>
23704         * string-icalls.c (ves_icall_System_String_ctor_encoding): 
23705         Implement this. Fixes #67264.
23707         * debug-helpers.h debug-helpers.c marshal.c: Move 
23708         mono_find_method_by_name to debug-helpers.c.
23710 2004-10-31  Zoltan Varga  <vargaz@freemail.hu>
23712         * object.c (mono_release_type_locks): type_initialization_hash is
23713         a GHashTable.
23715         * reflection.c object.c object-internals.h: Fix warnings.
23717         * icall.c (ves_icall_Type_GetPropertiesByName): Handle properties
23718         without accessors. Fixes #61561.
23720         * appdomain.c (ves_icall_System_AppDomain_createDomain): Inherit
23721         application base from the root domain if not set. Fixes #65641.
23722         (mono_runtime_init): Fix warning.
23724 2004-10-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
23726         * appdomain.c: call mono_thread_pool_init.
23727         * threadpool.[ch]: new mono_thread_pool_init that sets the max. number
23728         of worker threads based on the number of CPUs and the environment
23729         variable MONO_THREADS_PER_CPU if present. The defaults are 50 (25)
23730         for non-windows (windows) systems.
23732 2004-10-27  Chris Toshok  <toshok@ximian.com>
23734         * mono-debug-debugger.c (write_class): don't call mono_class_init
23735         here, as even with the check for (!klass->init_pending), we get
23736         into a situation where we're hitting cycles in class
23737         initialization.  Fixes #68816.
23739 2004-10-25  Zoltan Varga  <vargaz@freemail.hu>
23741         * image.c: Avoid overwriting values in the loaded_images_hash when an
23742         assembly is loaded multiple times. Fixes #61152.
23744         * assembly.c (mono_assembly_names_equal): Compare the cultures as well,
23745         so multiple satellite assemblies for the same name can be loaded.
23746         Fixes #68259.
23748         * mono_domain_assembly_preload: Actually return the loaded assembly, 
23749         not NULL.
23751         * icall.c (ves_icall_type_is_subtype_of): Fix this for byref types.
23752         (ves_icall_type_is_assignable_from): Ditto. Fixes #68582.
23754         * gc.c (finalize_domain_objects): Call GC_invoke_finalizers () so
23755         pending finalizers are not invoked after the appdomain has been 
23756         unloaded. Fixes #67862.
23758 2004-10-22  Martin Baulig  <martin@ximian.com>
23760         * mono-debug-debugger.c
23761         (mono_debugger_runtime_invoke): Don't box valuetypes.
23763 2004-10-22  Chris Toshok  <toshok@ximian.com>
23765         * mono-debug-debugger.c (do_write_class): handle .cctors too, and
23766         don't hide private methods.
23768 2004-10-22  Sebastien Pouliot  <sebastien@ximian.com>
23770         * icall.c: Allows the runtime to "share" (when known) the public key
23771         token of an assembly. This avoid the need to recalculate the token 
23772         (from the public key) in managed code.
23774 2004-10-21  Chris Toshok  <toshok@ximian.com>
23776         * debug-helpers.c (append_class_name): argh, revert last patch.
23777         
23778 2004-10-21  Chris Toshok  <toshok@ximian.com>
23780         * debug-helpers.c (append_class_name): use '+' as the delimiter,
23781         not '/', so that it matches what the debugger uses to look up
23782         methods.
23784 2004-10-21  Martin Baulig  <martin@ximian.com>
23786         * mono-debug-debugger.c (mono_debugger_throw_exception): New
23787         public method; this is called each time an exception is thrown and
23788         allows the debugger to use exception catch points.
23790 2004-10-21  Martin Baulig  <martin@ximian.com>
23792         * mono-debug-debugger.c (mono_debugger_handle_exception): Write
23793         the stack pointer and the exception object in some struct and pass
23794         that to the debugger.
23796 2004-10-21  Chris Toshok  <toshok@ximian.com>
23798         * mono-debug-debugger.c (do_write_class): add instance/static
23799         event support.  We don't expose "raise" or "other" yet.
23800         (event_is_static): new method.
23802 2004-10-20  Bernie Solomon  <bernard@ugsolutions.com>
23804         * mono-debug-debugger.c
23805         (mono_debugger_handle_exception): Remove
23806         bogus return value for fussy compilers.
23808 2004-10-20  Martin Baulig  <martin@ximian.com>
23810         * mono-debug-debugger.c
23811         (mono_debugger_unhandled_exception): Added `gpointer stack' argument.
23812         (mono_debugger_handled_exception): Likewise.
23814 2004-10-20  Martin Baulig  <martin@ximian.com>
23816         * mono-debug-debugger.h (MonoDebuggerEvent): Added
23817         MONO_DEBUGGER_EVENT_EXCEPTION.
23819         * mono-debug-debugger.c (mono_debugger_handle_exception): New
23820         public function to send the debugger a notification for an
23821         exception and inform it about a catch/finally clause.
23823 2004-10-19  Zoltan Varga  <vargaz@freemail.hu>
23825         * marshal.c, icall.c: Applied patch from Alexandre Rocha Lima e
23826         Marcondes (alexandremarcondes@psl-pr.softwarelivre.org). Really
23827         fix 2.95 build. 
23829         * icall.c (ves_icall_InternalExecute): Fix build for gcc-2.95.
23831 2004-10-18  Zoltan Varga  <vargaz@freemail.hu>
23833         * marshal.c (emit_marshal_object): Fix freeing of memory when a reference type is
23834         marshalled as [In,Out]. Fixes #58325.
23836 2004-10-14  Zoltan Varga  <vargaz@freemail.hu>
23838         * reflection.c (mono_method_body_get_object): Implement some fields.
23840 2004-10-12  Martin Baulig  <martin@ximian.com>
23842         * reflection.c (mono_reflection_bind_generic_parameters): Small
23843         fix, correctly retrieve our parent from a generic instance.
23845 2004-10-12  Martin Baulig  <martin@ximian.com>
23847         * metadata.c (mono_metadata_generic_param_equal): We always have
23848         an owner.
23850         * class.c
23851         (mono_class_from_generic_parameter): We need to have an owner.
23852         (my_mono_class_from_generic_parameter): Likewise.
23854         * reflection.c (mono_reflection_setup_generic_class): Renamed to
23855         mono_reflection_create_generic_class() and added a new
23856         mono_reflection_setup_generic_class().  
23857         (mono_reflection_initialize_generic_param): If we're a nested
23858         generic type and inherited from the containing class, set our
23859         owner to the outer class.
23861 2004-10-11  Zoltan Varga  <vargaz@freemail.hu>
23863         * icall.c (ves_icall_System_Reflection_MethodBase_GetMethodBodyInternal): New icall.
23865         * reflection.c (mono_method_body_get_object): New function to create
23866         a MethodBody object.
23868         * object-internals.h object.h: Add MonoReflectionMethodBody structure.
23870 2004-10-11  Martin Baulig  <martin@ximian.com>
23872         * metadata.c (_mono_metadata_type_equal): Renamed to
23873         do_mono_metadata_type_equal() and made static.
23875 2004-10-11  Martin Baulig  <martin@ximian.com>
23877         * appdomain.c: Bump corlib version number to 28.
23879 2004-10-10  Martin Baulig  <martin@ximian.com>
23881         * class-internals.h
23882         (MonoGenericInst): Added `MonoGenericContainer *container'.
23883         (MonoGenericMethod): Likewise.
23884         (MonoGenericContext): Likewise.
23885         (MonoGenericParam): Added `MonoGenericContainer *owner'.
23887         * metadata.c
23888         (do_mono_metadata_parse_type): Added a `MonoGenericContainer *' argument.
23889         (do_mono_metadata_parse_generic_inst): Likewise.
23890         (mono_metadata_parse_type_full): New public method.  This is the actual
23891         mono_metadata_parse_type() implementation - with an additional
23892         `MonoGenericContainer *' argument.
23893         (mono_metadata_parse_array_full): Likewise.
23894         (mono_metadata_parse_signature_full): Likewise.
23895         (mono_metadata_parse_method_signature_full): Likewise.
23896         (mono_metadata_parse_mh_full): Likewise.
23897         (mono_type_create_from_typespec): Likewise.
23898         (mono_metadata_interfaces_from_typedef_full): New public method;
23899         this is similar to the other _full() methods, but we take a
23900         `MonoGenericContext *' since we have to pass it to mono_class_get_full().
23901         (mono_metadata_parse_generic_param): Take an additional
23902         `MonoGenericContainer *' argument and lookup the MonoGenericParam
23903         from that container.
23904         (mono_metadata_generic_param_equal): New static method to compare
23905         two type parameters.
23906         (_mono_metadata_type_equal): New static method; takes an
23907         additional `gboolean signature_only' argument - if true, we don't
23908         compare the owners of generic parameters.
23909         (mono_metadata_signature_equal): Call _mono_metadata_type_equal()
23910         with a TRUE argument - do a signature-only comparision.
23912         * loader.c: Use the new _full() methods and pass the
23913         MonoGenericContainer to them.
23915         * object-internals.h (MonoReflectionTypeBuilder): Added
23916         `MonoGenericContainer *generic_container' field.
23917         (MonoReflectionMethodBuilder): Likewise.
23919 2004-10-08  Zoltan Varga  <vargaz@freemail.hu>
23921         * icall.c (ves_icall_System_Reflection_Module_GetGlobalType): Special
23922         case initial images of dynamic assemblies.
23924         * reflection.c (mono_image_basic_init): Set 'initial_image' field.
23926         * metadata-internals.h (MonoDynamicImage): Add 'initial_image' field.
23928         * reflection.c (mono_reflection_event_builder_get_event_info): Fix
23929         length of event->other array.
23930         (typebuilder_setup_events): Ditto.
23932         * domain-internals.h (MonoDomain): Rename 'assemblies' hash table to
23933         'assembly_by_name' and add an 'assemblies' list.
23935         * assembly.h assembly.c: Add a new search hook for determining whenever
23936         an assembly is already loaded. Use this instead of searching in the
23937         loaded_assemblies list.
23939         * domain.c appdomain.c: Implement the new search hook so loaded 
23940         assemblies are now scoped by appdomain. Fixes #67727.
23942 2004-10-07  Zoltan Varga  <vargaz@freemail.hu>
23944         * threads.c (mono_thread_attach): Initialize synch_lock field so
23945         mono_thread_detach works again.
23947         * loader.c (mono_lookup_pinvoke_call): Try the dllname prefixed with
23948         'lib' too. Fixes #63130.
23950 2004-10-06  Jackson Harper  <jackson@ximian.com>
23952         * culture-info-tables.h: regenerated.
23954 2004-10-06  Zoltan Varga  <vargaz@freemail.hu>
23956         * icall.c (ves_icall_Type_GetInterfaces): Include interfaces 
23957         implemented by other interfaces in the result. Fixes #65764.
23958         
23959         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): 
23960         Handle unloadable modules without crashing.
23962         * image.c (load_modules): Revert the previous patch since modules must
23963         have a fixed index inside the array.
23964         
23965         * image.c (load_modules): Don't include native modules in the modules
23966         array.
23968 2004-10-05  Zoltan Varga  <vargaz@freemail.hu>
23970         * reflection.h: Add param_defaults field.
23972         * reflection.c: Add support for parameter defaults in dynamic methods.
23973         Fixes #64595.
23975         * icall.c (ves_icall_MonoType_get_Namespace): Return NULL instead of
23976         an empty string when a type has no namespace. Fixes #64230.
23978 2004-10-04  Sebastien Pouliot  <sebastien@ximian.com>
23980         * tabledefs.h: Added "internal" security actions to support non-CAS
23981         permissions NonCasDemand, NonCasLinkDemand and NonCasInheritance. 
23982         Note: they do not seems to be used anymore in 2.0 (new metadata format)
23984 2004-10-04  Zoltan Varga  <vargaz@freemail.hu>
23986         * icall.c (ves_icall_InternalInvoke): Throw an exception when calling
23987         constructor of abstract class. Fixes #61689.
23989 2004-10-04  Martin Baulig  <martin@ximian.com>
23991         * class-internals.h (MonoGenericContainer): New type.
23992         (MonoMethodNormal): Replaced `MonoGenericParam *gen_params' with
23993         `MonoGenericContainer *generic_container'.
23994         (MonoClass): Replaced `gen_params' and `num_gen_params' with
23995         `MonoGenericContainer *generic_container'.
23997         * metadata.c (mono_metadata_load_generic_params): Return a
23998         `MonoGenericContainer *' instead of a `MonoGenericParam *';
23999         removed the `num' argument.
24001 2004-10-03  Zoltan Varga  <vargaz@freemail.hu>
24003         * icall.c (ves_icall_System_Reflection_Module_GetPEKind): Add support
24004         for dynamic images.
24006         * object-internals.h (MonoReflectionAssemblyBuilder): Add pe_kind and
24007         machine fields.
24009         * metadata-internals.h (MonoDynamicImage): Add pe_kind and machine fields.
24011         * reflection.c: Save pe_kind and machine values into the generated
24012         image file.
24014         * appdomain.c: Bump corlib version number.
24016         * object-internals.h: Reorganize layout of LocalBuilder.
24018         * class-internals.h class.c (mono_class_get_implemented_interfaces): 
24019         New helper function.
24021         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Return the
24022         created MonoType for dynamic types. Fixes #66180.
24024 2004-10-02  Ben Maurer  <bmaurer@ximian.com>
24026         * threadpool.c: the ares hashtable needs a critical section around it.
24027         this prevents some nasty segfaults
24029 2004-10-02  Massimiliano Mantione  <massi@ximian.com>
24031         * process.c: Fixed alignments to 32 bits as casting to unsigned is unsafe
24032         on 64 bits platforms, patch by will@exomi.com (Ville-Pertti Keinonen), see
24033         bug 67324).
24034         
24035 2004-09-30  Zoltan Varga  <vargaz@freemail.hu>
24037         * object-internals.h (MonoReflectionTypeBuilder): Add 'created' field.
24038         
24039 2004-09-30  Lluis Sanchez Gual  <lluis@novell.com>
24041         * image.c: Always canonicalize image file names, to avoid loading
24042         the same assembly twice when referenced using a relative path.
24044 2004-09-30  Zoltan Varga  <vargaz@freemail.hu>
24046         * marshal.h marshal.c icall.c: Fix bugs in previous patch.
24048         * marshal.c marshal.h icall.c: Add GetDelegateForFunctionPointerInternal icall.
24050         * marshal.c: Fix warnings.
24052 2004-09-29  Geoff Norton  <gnorton@customerdna.com>
24054         * marshal.c (mono_ftnptr_to_delegate): This method was improperly
24055         attempting to marshal the delegate_trampoline as the method_addr.
24056         This patch has a static hashtable of marshalled delegates so that 
24057         we can map delegate_trampoline addresses back to delegates.  This
24058         allows a delegate passed to managed code to be passed back into native
24059         code.  Fixes #67039
24061 2004-09-28  Zoltan Varga  <vargaz@freemail.hu>
24063         * icall.c: Add GetFunctionPointerForDelegateInternal icall.
24065         * reflection.c (method_encode_code): Align method headers properly.
24066         Fixes #66025.
24068 2004-09-28  Lluis Sanchez Gual  <lluis@novell.com>
24070         * marshal.c: In the runtime invoke wrapper, reset the abort
24071         exception if it is cached. This avoids the automatic rethrowal of 
24072         the exception after the catch of the wrapper. Also check for pending
24073         interruptions before calling the managed method. This is done using
24074         the new method emit_thread_force_interrupt_checkpoint, since the
24075         normal checkpoint method is ignored when running the invoke wrapper.
24076         * object.c: If the abort exception is rethrown, set the abort_exc
24077         field of the thread, so it will be rethrown aftere every catch.
24078         * threadpool.c: Only run an interruption checkpoint if what has been
24079         requested is a stop of the thread (aborts will be ignored).
24080         * threads.c: By default, a thread will now never be interrumped while
24081         running the runtime invoke wrapper (this ensures that runtime_invoke
24082         will always return to the caller if an exception pointer is provided).
24083         There is a new special method mono_thread_force_interruption_checkpoint()
24084         to force an interruption checkpoint even if running a protected
24085         wrapper, which is used by the same runtime invoke wrapper to do a check
24086         at a safe point.
24088 2004-09-28  Lluis Sanchez Gual  <lluis@novell.com>
24090         * object.c, object-internals.h: Implemented mono_release_type_locks,
24091         which releases the cctor locks held by a thread.
24092         * threads.c, threads.h: In thread_cleanup, release cctor locks held
24093         by a thread. Added mono_thread_exit() method to be used to safely stop
24094         a thread.
24096 2004-09-28  Raja R Harinath  <rharinath@novell.com>
24098         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): 
24099         Move null check before dereference.  Avoid indexing beyond the end
24100         of the 'modules' array.
24102 2004-09-28  Raja R Harinath  <rharinath@novell.com>
24104         * metadata-internals.h (MonoImage): Add module_count field.
24105         * image.c (load_modules): Set image->module_count.
24106         (mono_image_load_file_for_image): Use image->module_count.
24107         * reflection.c (mono_image_load_module): Append to image->modules array 
24108         of dynamic assembly.
24109         (mono_module_get_object): Fix loop to actually increment index.
24110         Use image->module_count.
24111         * assembly.c (mono_assembly_load_references): Use image->module_count.
24112         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal):
24113         Likewise.
24115 2004-09-28  Zoltan Varga  <vargaz@freemail.hu>
24117         * icall.c (ves_icall_System_Reflection_FieldInfo_GetUnmanagedMarshal): 
24118         Avoid assert on generic types.
24120 2004-09-26  Zoltan Varga  <vargaz@freemail.hu>
24122         * icall.c (ves_icall_System_Reflection_FieldInfo_GetUnmanagedMarshal): New icall.
24124         * reflection.c (mono_param_get_objects): Fill out MarshalAsImpl field.
24126         * reflection.c (mono_reflection_marshal_from_marshal_spec): New 
24127         function to convert a MarshalSpec structure to its managed counterpart.
24129         * reflection.c: Fix warnings.
24130         
24131         * object-internals.h (MonoReflectionParameter): Add MarshalAsImpl
24132         field.
24134         * icall.c (mono_create_icall_signature): Fix build.
24136 2004-09-25  Zoltan Varga  <vargaz@freemail.hu>
24138         * icall.c: Add MakePointType icall.
24140         * icall.c (ves_icall_System_Text_Encoding_InternalCodePage): Fix
24141         warnings.
24143 2004-09-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
24145         * threadpool.c: reuse allocated slots in the queue.
24147 2004-09-24  Zoltan Varga  <vargaz@freemail.hu>
24149         * object-internals.h (MonoReflectionDllImportAttribute): New structure.
24151         * icall.c: Add new icalls for GetDllImportAttribute and GetFieldOffset.
24153         * reflection.h reflection.c (mono_reflection_get_custom_attrs): Revert
24154         previous change.
24156         * tabledefs.h: Add constants for pinvoke attributes BestFit and
24157         ThrowOnUnmappableChar.
24159         * icall.c (ves_icall_Type_GetPacking): New icall.
24161 2004-09-24  Martin Baulig  <martin@ximian.com>
24163         * icall.c (ves_icall_Type_GetGenericParameterConstraints): New interncall.
24165 2004-09-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
24167         * appdomain.c:
24168         (mono_domain_set): allow setting a domain that is being unloaded.
24169         (mono_domain_unload): invoke the DomainUnload callbacks in the domain
24170         being unloaded.
24172 2004-09-23  Zoltan Varga  <vargaz@freemail.hu>
24174         * icall.c reflection.h reflection.c: Add a 'pseudo_attrs' argument to
24175         the GetCustomAttributes icall.
24177 2004-09-23  Martin Baulig  <martin@ximian.com>
24179         * object-internals.h (MonoReflectionGenericParam): Replaced
24180         'has_ctor_constraint', `has_reference_type' and `has_value_type'
24181         with `guint32 attrs'.
24183 2004-09-23  Martin Baulig  <martin@ximian.com>
24185         * icall.c (ves_icall_Type_GetGenericParameterAttributes): New interncall.
24187 2004-09-23  Martin Baulig  <martin@ximian.com>
24189         * object-internals.h (GenericParameterAttributes): New enum.
24191 2004-09-23  Zoltan Varga  <vargaz@freemail.hu>
24193         * object-internals.h (MonoEventInfo): Add 'other_methods' field.
24194         
24195         * class.c (init_events): Fill out event->other field.
24197         * class.c: Fix warnings.
24199         * icall.c (ves_icall_get_event_info): Fill out 'other_methods' field.
24201 Wed Sep 22 19:04:32 CEST 2004 Paolo Molaro <lupus@ximian.com>
24203         * class-internals.h, icall.c, loader.c, loader.h: added a faster stack
24204         walk which doesn't supply the IL offset.
24206 2004-09-22  Martin Baulig  <martin@ximian.com>
24208         * reflection.c (mono_reflection_setup_internal_class): If we're
24209         System.ValueType, System.Object or System.Enum, set
24210         `klass->instance_size' and create the vtable.
24211         (mono_reflection_create_internal_class): If we're an enum type,
24212         get the base class from our current corlib.
24214 2004-09-22  Zoltan Varga  <vargaz@freemail.hu>
24216         * reflection.h (MonoResolveTokenError): New type.
24218         * icall.c (ves_icall_System_Reflection_Module_ResolveMemberToken): New
24219         icall.
24221         * icall.c: Add an 'error' argument to the ResolveToken icalls.
24223 2004-09-22  Lluis Sanchez Gual  <lluis@novell.com>
24225         * icall.c: Support ContextBoundObject proxies in ves_icall_InternalExecute.
24226         Support also calling constructors, but only for already allocated objects.
24228 2004-09-17  Geoff Norton <gnorton@customerdna.com>
24230         * reflection.c (type_get_qualified_name): If the klass is null
24231         return the typename to avoid a NullRefEx.
24232         (encode_cattr_value): Get the qualified name of the boxed type,
24233         not the underlying enumtype.  Fixes #62984.
24235 2004-09-21  Zoltan Varga  <vargaz@freemail.hu>
24237         * marshal.c: Fix problems with previous checkin.
24239 2004-09-21    <vargaz@freemail.hu>
24241         * marshal.h marshal.c icall.c: Add new icalls for Alloc/FreeHGlobal. Change the
24242         existing mono_marshal_alloc/free functions to use CoTaskMemAlloc/Free under windows.
24244         * marshal.c: Allocate marshaller memory using mono_marshal_alloc/free.
24246 2004-09-21  Geoff Norton <gnorton@customerdna.com>
24248         * icall.c (ves_icall_MonoType_GetElementType): GetElementType
24249         should only return a type for pointers, arrays, and passbyref types.
24250         Fixes bug #63841.
24252 2004-09-21  Martin Baulig  <martin@ximian.com>
24254         * domain.c (mono_debugger_check_runtime_version): New public
24255         function.
24257         * icall.c (ves_icall_MonoDebugger_check_runtime_version): New icall.    
24259 2004-09-20  Sebastien Pouliot  <sebastien@ximian.com>
24261         * reflection.c: Added missing sort to the declarative security 
24262         attributes table. MS implementation stops seeing the attributes if the
24263         token number regress in the table (as shown by ildasm and permview).
24265 2004-09-20  Zoltan Varga  <vargaz@freemail.hu>
24267         * object-internals.h (MonoReflectionModule): Add 'token' field.
24268         
24269         * reflection.c (mono_reflection_get_token): Add support for Module
24270         and Assembly.
24271         (mono_module_get_object): Set 'token' field.
24272         (mono_module_file_get_object): Set 'token' field.
24274         * icall.c: Add new Assembly and Module icalls.
24276         * appdomain.c: Bump corlib version.
24278 2004-09-19  Zoltan Varga  <vargaz@freemail.hu>
24280         * loader.h loader.c class.h class.c: Add helper functions for obtaining
24281         tokens of metadata objects.
24283         * reflection.h reflection.c (mono_reflection_get_token): New function
24284         to obtain the token of a metadata object.
24286         * icall.c: Add icalls for MetadataToken and ModuleHandle methods.
24288 2004-09-17  Zoltan Varga  <vargaz@freemail.hu>
24290         * loader.c (mono_lookup_pinvoke_call): Try the underscore prefixed name as well.
24291         
24292         * loader.c (mono_lookup_pinvoke_call): Add support for stdcall name mangling.
24294 2004-09-16  Sebastien Pouliot  <sebastien@ximian.com>
24296         * appdomain.c: Bumped MONO_CORLIB_VERSION to 25.
24297         * object-internals.h: Added 3 MonoArray* members to MonoReflection
24298         AssemblyBuilder to access the permissions set in the class lib.
24299         * reflection.c: Added security attributes encoding step in 
24300         mono_image_build_metadata.
24301         * tabledefs.h: Added new security actions defined in 2.0:
24302         LinkDemandChoice, InheritanceDemandChoice and DemandChoice.
24304 2004-09-16  Lluis Sanchez Gual  <lluis@novell.com>
24306         * threads.c: Fixed SET_CURRENT_OBJECT macros, they were ignoring the
24307         macro parameter.
24309 2004-09-16  Lluis Sanchez Gual  <lluis@novell.com>
24311         * locales.c: nullify the ICU_collator member of CompareInfo when it is
24312           finalized. There where random SIGSEVs at program termination, when
24313           an object being finalized was trying to do a string comparison and
24314           the current culture was already finalized.
24316 2004-09-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
24318         * threads.c: call thread_cleanup before finishing the thread if we get
24319         there.
24321 2004-09-16  Zoltan Varga  <vargaz@freemail.hu>
24323         * appdomain.c (ves_icall_System_AppDomain_createDomain): Load all
24324         assemblies from the parent. Fixes #65665.
24326 2004-09-15  Zoltan Varga  <vargaz@freemail.hu>
24328         * metadata.c (mono_metadata_parse_type): Fix parsing of custom
24329         modifiers.
24331 2004-09-14  Bernie Solomon  <bernard@ugsolutions.com>
24333         * reflection.h: add prototype for mono_get_dbnull_object
24334         * reflection.c: add prototypes for get_default_param_value_blobs 
24335         and mono_get_object_from_blob for fussier compilers
24337 2004-09-14  Lluis Sanchez Gual  <lluis@novell.com>
24339         * object.c: Added a "done" flag to TypeInitializationLock. This avoids
24340         false deadlock checks in class initialization.
24342 2004-09-13  Zoltan Varga  <vargaz@freemail.hu>
24344         * image.c (mono_image_addref): Fix comment.
24346         * metadata.c (mono_metadata_parse_type): Avoid memory allocations if
24347         possible.
24349 2004-09-12  Jambunathan K  <kjambunathan@novell.com>
24351         * reflection.c (mono_param_get_objects): Modified to return
24352         ParameterInfo.DefaultValue object.
24354         (get_default_param_value_blobs):
24355         (mono_get_object_from_blob):
24356         (mono_get_dbnull_object): New helper routines. 
24358         * object.c (mono_get_constant_value_from_blob): New helper routine
24359         carved out from get_default_field_value ()
24361         * object-internals.h (mono_get_constant_value_from_blob): Added
24362         function declaration.
24364 2004-09-11  Zoltan Varga  <vargaz@freemail.hu>
24366         * assembly.c assembly.h icall.c class.c appdomain.c: Lazily load 
24367         referenced assemblies. Fixes #62135.
24369         * exception.h exception.c (mono_get_exception_file_not_found2): New
24370         helper function.
24372 2004-09-10  Zoltan Varga  <vargaz@freemail.hu>
24374         * class.h class.c: Add mono_type_get_underlying_type ().
24376 2004-09-09  Geoff Norton <gnorton@customerndna.com>
24378         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes):
24379         Fix GetTypes() to support dynamically created assemblies.
24381 2004-09-09  Zoltan Varga  <vargaz@freemail.hu>
24383         * reflection.c (reflection_methodbuilder_to_mono_method): Remove TODO.
24384         
24385         * reflection.c (reflection_methodbuilder_to_mono_method): Fix bug in
24386         previous patch.
24388         * reflection.h reflection.c loader.c: Allow dynamic construction of
24389         pinvoke methods. Fixes #65571.
24390         
24391         * reflection.c (mono_reflection_get_type): Revert previous change since
24392         it causes regressions.
24394 2004-09-08  Martin Baulig  <martin@ximian.com>
24396         * class.c (class_compute_field_layout): Don't call
24397         mono_class_layout_fields() for open generic instances.
24399 2004-09-08 Bernie Solomon <bernard@ugsolutions.com>
24400         * threads.c appdomain.c: fix typo in GC macro
24402 2004-09-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
24404         * threads.c: don't call mono_thread_detach() in start_wrapper(),
24405         avoiding a possible hang in GetCurrentThreadId(0). Fixes bug #65379.
24407 2004-09-08  Zoltan Varga  <vargaz@freemail.hu>
24409         * image.c (mono_image_close): Applied patch from 
24410         vasantha.paulraj@honeywell.com (Vasantha selvi). Fix crash when an
24411         assembly is loaded multiple times from data.
24412         
24413         * image.c (mono_image_open): Fix warning.
24415 2004-09-07  Zoltan Varga  <vargaz@freemail.hu>
24417         * reflection.h reflection.c icall.c: Only call TypeResolve handlers
24418         once. Fixes #58334.
24419         
24420         * reflection.c (mono_reflection_create_runtime_class): Initialize
24421         klass->nested_classes. Fixes #61224.
24423 Tue Sep 7 14:35:26 CEST 2004 Paolo Molaro <lupus@ximian.com>
24425         * threads.c: sched_yield() on exit, to allow threads to quit.
24427 2004-09-07  Zoltan Varga  <vargaz@freemail.hu>
24429         * object.c (mono_unhandled_exception): Remove leftover debug code.
24431 2004-09-07  Atsushi Enomoto  <atsushi@ximian.com>
24433         * appdomain.c, threads.c : don't use GC_CreateThread when with-gc=none
24435 2004-09-07  Zoltan Varga  <vargaz@freemail.hu>
24437         * marshal.c (emit_marshal_array): Really null terminate string arrays.
24438         
24439         * marshal.c (emit_marshal_string): Fix freeing of unicode strings.
24441 2004-09-06  Zoltan Varga  <vargaz@freemail.hu>
24443         * marshal.c (emit_marshal_array): Null terminate string arrays.
24444         
24445         * marshal.c (raise_auto_layout_exception): Fix warning.
24447         * reflection.c (mono_param_get_objects): Initialize the default value
24448         with DBNull.Value, not null. Fixes #62123.
24450 2004-09-01  Miguel de Icaza  <miguel@ximian.com>
24452         * marshal.c (mono_marshal_get_managed_wrapper): Remove FIXME and
24453         throw an exception with a cute explanation.
24455 2004-09-06  Dick Porter  <dick@ximian.com>
24457         * process.c (ves_icall_System_Diagnostics_Process_Start_internal):
24458         Close the new process's thread handle, as we don't use it.  The
24459         handle stays around forever otherwise.
24461 2004-09-06  Zoltan Varga  <vargaz@freemail.hu>
24463         * object.c (arith_overflow): Fix warning.
24465         * reflection.c (mono_image_get_methodref_token): Do not emit unmanaged
24466         calling conventions in method refs. Fixes #65352.
24468         * reflection.c: Fix warnings.
24470 2004-09-06 Ben Maurer  <bmaurer@users.sourceforge.net>
24472         * icall.c: Add a new icall for Array.Clear
24474 2004-09-06 Ben Maurer  <bmaurer@users.sourceforge.net>
24476         * object.c: When allocating an array, we have to throw
24477         an overflow exception if any of the lengths are < 0.
24479 2004-09-06  Zoltan Varga  <vargaz@freemail.hu>
24481         * marshal.h marshal.c: Free unmanaged memory allocated by managed code
24482         properly. Also move implementation of string array marshalling to 
24483         managed code. Fixes #42316.
24485 2004-09-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
24487         * assembly.c: provide more information when loading an assembly fails.
24489 2004-09-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
24491         * filewatcher.c: don't expect the development fam package to be
24492         installed.
24494 2004-09-03  Zoltan Varga  <vargaz@freemail.hu>
24496         * marshal.c: Make a copy of the signature cookie since it will be
24497         freed by the caller.
24498         
24499         * marshal.c (mono_delegate_to_ftnptr): Fix bug in previous patch.
24501         * marshal.c (mono_delegate_to_ftnptr): Fix memory leaks.
24503         * metadata.c (mono_metadata_free_marshal_spec): New function to free
24504         marshal specs.
24506         * marshal.c: More refactoring.
24507         
24508         * marshal.c: Refactor the mono_marshal_get_native_wrapper function into
24509         smaller functions.
24511 2004-09-03  Lluis Sanchez Gual  <lluis@novell.com>
24513         * object.c: In mono_message_invoke, fill the output parameter array after
24514           calling the managed method (it was done before the call). This fixes
24515           bug #59299.
24517 2004-09-02  Zoltan Varga  <vargaz@freemail.hu>
24519         * marshal.c (mono_marshal_alloc): Return a valid pointer on size 0
24520         as well.
24522 2004-09-02  Martin Baulig  <martin@ximian.com>
24524         * class.c (mono_class_instance_size): Don't allow generic type
24525         definitions or open generic instances.
24526         (mono_class_array_element_size): If we're a value type, call
24527         mono_class_instance_size() on the original class.
24529         * metadata.c (mono_type_size, mono_type_stack_size): Correctly
24530         handle generic instances.
24532         * mono-debug-debugger.c (write_type): Handle generic instances
24533         like classes.
24535 2004-09-02  Zoltan Varga  <vargaz@freemail.hu>
24537         * marshal.c (mono_marshal_alloc): Raise an OutOfMemory exception if
24538         the allocation request fails. Fixes #65089.
24540         * object.c (mono_runtime_free_method): Do not call mono_free_method.
24541         
24542         * object.c (mono_runtime_free_method): New function to free a dynamic
24543         method.
24545         * marshal.c (mono_delegate_free_ftnptr): New function to free the
24546         delegate trampoline.
24548         * marshal.c (mono_marshal_get_managed_wrapper): Mark managed wrapper
24549         with hasthis as dynamic,
24551         * icall.c (ves_icall_System_Delegate_FreeTrampoline): New icall.
24553         * domain.c (mono_jit_info_table_remove): New function to remove an
24554         entry from the jit info table.
24556         * class-internals.h (MonoMethod): Add 'dynamic' field.
24558         * loader.c: Fix warnings.
24560 2004-09-01  Martin Baulig  <martin@ximian.com>
24562         * mono-debug.c, debug-mono-symfile.c: Use mono_loader_lock()
24563         instead of mono_debugger_lock() because the latter one is a no-op
24564         unless running in the debugger.
24566 2004-09-01  Zoltan Varga  <vargaz@freemail.hu>
24568         * class.c (class_compute_field_layout): Classes with auto-layout or
24569         reference fields are not blittable.
24570         
24571 2004-09-01  Dick Porter  <dick@ximian.com>
24573         * icall.c (ves_icall_System_Reflection_Assembly_get_location): Use
24574         mono_image_get_filename() to get the assembly location.
24576         * icall.c:
24577         * metadata.h: Fix compile warnings
24579 2004-09-01  Zoltan Varga  <vargaz@freemail.hu>
24581         * class.c (class_compute_field_layout): System.Object is blittable.
24583         * marshal.c (mono_marshal_get_native_wrapper): Pass blittable classes
24584         as in/out. Fixes #59909.
24586 2004-09-01  Martin Baulig  <martin@ximian.com>
24588         * metadata.h (MONO_TYPE_ISREFERENCE): Call
24589         mono_metadata_generic_inst_is_valuetype() if we're a generic
24590         instance to check whether our underlying type is a reference type.
24592 2004-09-01  Martin Baulig  <martin@ximian.com>
24594         * metadata.c (mono_type_size): If we're a generic instance, call
24595         mono_class_value_size() for value types.
24597 2004-08-31  Zoltan Varga  <vargaz@freemail.hu>
24599         * marshal.c: Implement more custom marshalling functionality. Fixes
24600         #64915.
24602 Tue Aug 31 17:55:15 CEST 2004 Paolo Molaro <lupus@ximian.com>
24604         * mono-debug.c, debug-mono-symfile.c: add some locking love.
24606 2004-08-30  Zoltan Varga  <vargaz@freemail.hu>
24608         * domain-internals.h domain.c: Add a per-domain jump trampoline hash.
24610         * icall.c (ves_icall_System_Reflection_MethodBase_GetMethodFromHandle): Rename to ...Internal.
24612         * icall.c: Fix some warnings.
24614         * threads.c (abort_appdomain_thread): Fix unref errors.
24615         (mono_thread_current): Fix THREAD_DEBUG define.
24617 2004-08-29  Zoltan Varga  <vargaz@freemail.hu>
24619         * metadata.h (MONO_TYPE_ISSTRUCT): Fix warning.
24621         * icall.c (ves_icall_System_Reflection_MethodBase_GetMethodFromHandle): New icall.
24623 2004-08-28  Zoltan Varga  <vargaz@freemail.hu>
24625         * marshal.c (mono_marshal_get_native_wrapper): Add support for byref 
24626         string arrays.
24628 2004-08-28  Martin Baulig  <martin@ximian.com>
24630         * metadata.c
24631         (mono_metadata_generic_inst_is_valuetype): New public function.
24633         * metadata.h (MONO_TYPE_ISSTRUCT): Call
24634         mono_metadata_generic_inst_is_valuetype() if we're a generic
24635         instance to check whether our underlying type is a valuetype.
24637 2004-08-26  Zoltan Varga  <vargaz@freemail.hu>
24639         * class.c (mono_ptr_class_get): Fix name of pointer classes. Fixes
24640         #63768.
24642 2004-08-25  Martin Baulig  <martin@ximian.com>
24644         * loader.c (mono_get_method_from_token): Abstract methods can also
24645         be generic and thus have type parameters.
24647         * metadata-internals.h
24648         (MonoDynamicImage): Added `GPtrArray *gen_params'.
24650         * reflection.c (mono_image_get_generic_param_info): Don't create a
24651         metadata row, just add an entry to the `gen_params' array.
24652         (build_compressed_metadata): Sort the `gen_params' array and then
24653         actually create the metadata.
24655 2004-08-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
24657         * threadpool.c: remove unneeded 'if' around mono_monitor_enter.
24659 2004-08-25  Zoltan Varga  <vargaz@freemail.hu>
24661         * debug-helpers.c: Handle MONO_TYPE_GENERICINST.
24663 2004-08-24  Martin Baulig  <martin@ximian.com>
24665         * class.cs (mono_class_is_subclass_of): Like an interface, a
24666         generic instance also derives from System.Object.
24668 2004-08-23  Zoltan Varga  <vargaz@freemail.hu>
24670         * metadata.c (mono_metadata_parse_type): Alloc pinned, byref and
24671         custom modifiers to be in any order. Fixes #61990.
24673 2004-08-20  Zoltan Varga  <vargaz@freemail.hu>
24675         * object.c: Register mono_object_new_fast icall.
24676         
24677         * object.c (mono_class_get_allocation_ftn): Return to calling
24678         mono_object_new_fast, since it seems faster to compute the object 
24679         size in unmanaged code than passing it as a parameter.
24681         * object.c (mono_class_get_allocation_ftn): Add marshalbyref case.
24683         * gc-internal.h gc.c: Add mono_gc_out_of_memory () function. Register
24684         this function with Boehm as the oom handler, so we don't have to check
24685         the result of GC_malloc.
24687         * object.c: Remove checks for oom.
24689         * object.h object.c (mono_class_get_allocation_ftn): New function to
24690         return the icall which can be used to allocate an instance of a given
24691         class. 
24693         * object.c: Handle common allocation requests using GC_gcj_fast_malloc.
24695         * class-internals.h: Add 'enabled' field.
24697 2004-08-19  Zoltan Varga  <vargaz@freemail.hu>
24699         * domain.c (mono_init_internal): Call MONO_GC_PRE_INIT ().
24701 2004-08-18  Jambunathan K  <kjambunathan@novell.com>
24702         * tabledefs.h: Corretced PARAM_ATTRIBUTE_OPTIONAL to the right
24703         value 0x0010.
24705 2004-08-18 Ben Maurer  <bmaurer@users.sourceforge.net>
24707         * appdomain.c: use the Tls function for appdomain too,
24708         at Zoltan's request. Actually return in mono_context_get
24710         * appdomain.c, profiler.c, threads.c: use __thread
24712 2004-08-18  Zoltan Varga  <vargaz@freemail.hu>
24714         * appdomain.c threads.c: Call GC_CreateThread on windows.
24716         * Makefile.am (libmetadata_la_LIBADD): Avoid linking libmonoos into
24717         multiple libraries since this don't work on windows.
24719 2004-08-18  Martin Baulig  <martin@ximian.com>
24721         * class-internals.h
24722         (MonoMethodNormal): Moved `MonoGenericParam *gen_params' here from
24723         MonoMethodHeader.
24725         * metadata.h (MonoMethodHeader): Moved the `gen_params' field to
24726         MonoMethodNormal since we also need it for abstract and interface
24727         methods.
24729         * reflection.c
24730         (build_compressed_metadata): Sort the GenericParam table.
24731         (mono_image_create_token): Added `gboolean create_methodspec'
24732         argument; this is false when generating a MethodImpl token.
24733         (reflection_methodbuilder_to_mono_method): Abstract and interface
24734         methods may also have generic parameters.
24736 2004-08-17 Ben Maurer  <bmaurer@users.sourceforge.net>
24738         * appdomain.c: thread local alloc
24740 2004-08-17  Martin Baulig  <martin@ximian.com>
24742         * appdomain.c: Bumped MONO_CORLIB_VERSION to 24.
24744         * icall.c
24745         (ves_icall_System_MonoType_getFullName): Added `gboolean full_name'
24746         argument.
24748         * class.c (mono_type_get_full_name): New public function.
24749         (mono_type_get_name): Don't include the type arguments.
24751 2004-08-16  Zoltan Varga  <vargaz@freemail.hu>
24753         * Makefile.am: Build static versions of libmetadata and libmonoruntime
24754         for inclusion into the mono executable.
24756 2004-08-16  Martin Baulig  <martin@ximian.com>
24758         * metadata.c (do_mono_metadata_parse_generic_inst): Store the
24759         MonoGenericInst, not the MonoType in the `generic_inst_cache'.
24761 2004-08-14  Martin Baulig  <martin@ximian.com>
24763         * class.c (dup_type): Also copy the `byref' field.
24765 2004-08-15  Zoltan Varga  <vargaz@freemail.hu>
24767         * reflection.c (create_dynamic_mono_image): Revert the last change 
24768         since it breaks bootstrap.
24770 2004-08-14  Zoltan Varga  <vargaz@freemail.hu>
24772         * reflection.c (create_dynamic_mono_image): Set ref_count to 1.
24774         * image.c (mono_image_close): Dynamic images are GC_MALLOCed, so do
24775         not free them with g_free.
24777 2004-08-11  Martin Baulig  <martin@ximian.com>
24779         * reflection.c (mono_reflection_setup_internal_class): Also call
24780         mono_class_setup_mono_type() if we already have a `tb->type.type'.
24782 2004-08-09  Sebastien Pouliot  <sebastien@ximian.com>
24784         * appdomain.c: Fix ves_icall_System_AppDomain_getDomainByID when 
24785         called during default (first) AppDomain creation. Keep track of
24786         Evidence when loading assemblies.
24788 Mon Aug 9 14:41:45 CEST 2004 Paolo Molaro <lupus@ximian.com>
24790         * opcodes.c, opcodes.h: reduce runtime relocations.
24792 Mon Aug 9 13:30:53 CEST 2004 Paolo Molaro <lupus@ximian.com>
24794         * culture-info.h, locales.c: fixes and chages to sue the new
24795         optimized format of the locale data.
24796         * culture-info-tables.h: regenerated.
24798 2004-08-06  Geoff Norton <gnorton@customerdna.com>
24799         
24800         * filewatcher.c: If HAVE_KQUEUE return mode 3 to use the new kqueue watcher
24802 2004-08-05  Sebastien Pouliot  <sebastien@ximian.com>
24804         * appdomain.c: Bumped MONO_CORLIB_VERSION to 23. Added new icall
24805         ves_icall_System_AppDomain_getDomainByID to get an AppDomain by Id.
24806         * domain-internals.h: icall declaration.
24807         * icall.c: icall registration.
24808         * object-internals.h: New fields in MonoAssembly for CAS.
24810 2004-08-05  Duncan Mak  <duncan@ximian.com>
24812         * verify.c: Renamed CEE_STELEM to CEE_STELEM_ANY and CEE_LDELEM to
24813         CEE_LDELEM_ANY.
24815 Thu Aug 5 17:11:44 CEST 2004 Paolo Molaro <lupus@ximian.com>
24817         * reflection.c: fix to deal with object[] arrays in custom ctors
24818         (bug #62550).
24820 2004-08-05  Martin Baulig  <martin@ximian.com>
24822         * class.c (mono_class_array_element_size): Added support for
24823         generic instances and correctly handle "recursive" types.
24825 2004-08-05  Zoltan Varga  <vargaz@freemail.hu>
24827         * assembly.c: Fix warnings.
24829 2004-08-04  Martin Baulig  <martin@ximian.com>
24831         * class.c
24832         (mono_type_get_name_recurse): Added `gboolean include_arity'
24833         argument specifying whether or not we should include the generic
24834         arity in the type name.
24835         (_mono_type_get_name): New static function.
24836         (mono_class_setup_vtable): If we're a generic instance, don't
24837         include the generic arity in the names of explicit method
24838         implementations.        
24840 2004-08-03  Martin Baulig  <martin@ximian.com>
24842         * class.c (mono_type_get_name_recurse): Enclose the generic type
24843         arguments in `<', '>'.
24845 Tue Aug 3 17:54:17 CEST 2004 Paolo Molaro <lupus@ximian.com>
24847         * gc.c: make GC warning messages use the trace API, they are just
24848         noise to most of the users.
24850 2004-08-03  Martin Baulig  <martin@ximian.com>
24852         * debug-mono-symfile.c (read_string): Correctly read the string.
24854 2004-07-30  Zoltan Varga  <vargaz@freemail.hu>
24856         * marshal.c (signature_dup_add_this): Fix bug in previous patch.
24857         
24858         * marshal.c (mono_marshal_get_icall_wrapper): Add support for vararg
24859         icalls.
24860         (mono_marshal_get_runtime_invoke): Correctly handle valuetype methods.
24862 2004-07-30  Martin Baulig  <martin@ximian.com>
24864         * debug-mono-symfile.c, mono-debug.c, mono-debug-debugger.c:
24865         Reflect latest symbol writer changes.   
24867 Fri Jul 30 16:49:05 CEST 2004 Paolo Molaro <lupus@ximian.com>
24869         * object.c: always create an object if null is passed
24870         to Invoke() where a valuetype is expected.
24872 2004-07-29  Bernie Solomon  <bernard@ugsolutions.com>
24874         * marshal.c (mono_marshal_init): make managed
24875         signatures match native ones better for 64bits.
24877 2004-07-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
24879         * appdomain.c: hack to build correctly the private bin path on windows.
24880         Fixes bug #61991.
24882 2004-07-28  Lluis Sanchez Gual  <lluis@novell.com>
24884         * assembly.c: Load mscorlib from the correct framework directory
24885           (mono/<version>/mscorlib.dll).
24886         * appdomain.h: Added prototypes for new functions.
24887         * internals.h: Added some prototypes.
24888         * domain.c: When initializing the runtime, get from the executable and
24889           the configuration files the runtime version that the app supports.
24890           Added support methods for reading app.exe.config. Added list of versions
24891           supported by the JIT. Added two new methods: mono_init_from_assembly,
24892           which initializes the runtime and determines the required version from
24893           the provided exe file, and mono_init_version, which initializes
24894           the runtime using the provided version.
24895         * icall.c: Get machine.config from version-specific directory.
24896         * reflection.c: When generating an image, embed the version number
24897           of the current runtime.
24899 2004-07-28  Dick Porter  <dick@ximian.com>
24901         * socket-io.c
24902         (ves_icall_System_Net_Sockets_Socket_RecvFrom_internal): Check
24903         returned sockaddr size before creating the remote address object.
24904         Patch by Nick Vaughan (dev@6wardlaw.freeserve.co.uk), fixes bug
24905         61608.
24907 2004-07-28  Dick Porter  <dick@ximian.com>
24909         * locales.c (string_invariant_compare_char): Fix invariant char
24910         compares between upper and lower cases.  Fixes bug 61458.
24912 2004-07-27  Ben Maurer  <bmaurer@ximain.com>
24913         
24914         * marshal.c: actually cache stelem.ref wrappers.
24915         
24916 Tue Jul 27 16:56:55 CEST 2004 Paolo Molaro <lupus@ximian.com>
24918         * class.c, image.c, loader.c, cil-coff.h: lazily mmap the image 
24919         sections and remove the mono_cli_rva_map () function.
24921 Tue Jul 27 15:58:19 CEST 2004 Paolo Molaro <lupus@ximian.com>
24923         * debug-mono-symfile.c: fix one more endianess issue, from a patch
24924         by Geoff Norton (<gnorton@customerdna.com>).
24926 Tue Jul 27 15:47:17 CEST 2004 Paolo Molaro <lupus@ximian.com>
24928         * class.c: fix class loads for pointer types (typeof(int) !=
24929         typeof(int*)).
24931 2004-07-27  Martin Baulig  <martin@ximian.com>
24933         * debug-mono-symfile.c (mono_debug_open_mono_symbol_file): Support
24934         reading the debugging information from an external ".mdb" file.
24936 2004-07-24  Martin Baulig  <martin@ximian.com>
24938         * reflection.c (mono_image_get_type_info): Only write a class
24939         layout entry if we actually have a size or a packing size.
24941 2004-07-21  Bernie Solomon  <bernard@ugsolutions.com>
24943         * reflection.c (type_get_fully_qualified_name): 
24944         insert cast to get type checking of ?: with non-gcc compilers
24946 2004-07-21  Bernie Solomon  <bernard@ugsolutions.com>
24948         * rand.c: use g_getenv for both lookups of
24949         MONO_EGD_SOCKET
24951 2004-07-17  Martin Baulig  <martin@ximian.com>
24953         * reflection.c (mono_reflection_bind_generic_method_parameters):
24954         Set `gmethod->reflection_info'.
24956 2004-07-17  Martin Baulig  <martin@ximian.com>
24958         * class.c (mono_class_create_from_typedef): Insert the newly
24959         created class into the hash table before computing the interfaces
24960         since we could be called recursively.
24962 2004-07-16  Ben Maurer  <bmaurer@ximain.com>
24964         * marshal.[ch] (mono_marshal_get_stelemref): a new wrapper
24965         function to implement stelem.ref in managed code
24966         * class-internals.h, debug-helpers.c: a new wrapper type
24967         for the above.
24969 Wed Jul 14 19:26:05 CEST 2004 Paolo Molaro <lupus@ximian.com>
24971         * gc.c: allow GC handles to work even when no GC is compiled in.
24972         Fix part of bug #61134 (GetAddrOfPinnedObject).
24974 2004-07-13  Peter Williams  <peter@newton.cx>
24976         * process.c (complete_path): Make sure we don't attempt to execute
24977         directories.
24979 2004-07-12  Geoff Norton <gnorton@customerdna.com>
24981         * DateTime.cs: Patch for bug #61112.  Our DateTime wasn't roundtripping over timezone
24982           boundaries properly.  This patch checkes ToLocalTime() to see if we're tripping over a boundary
24983           and will add/subtract the hour if needed
24985 2004-07-12  Martin Baulig  <martin@ximian.com>
24987         * reflection.c (mono_field_get_object): If we have
24988         `field->generic_info', take the attributes from
24989         `field->generic_info->generic_type'.    
24991 2004-07-12  Martin Baulig  <martin@ximian.com>
24993         * mono-debug.c (mono_debug_init): Don't take a `MonoDomain *'.
24994         This function must be called before initializing the runtime.
24995         (mono_debug_init_1): New function; call this after initializing
24996         the runtime, but before loading the assembly.  It tells the
24997         debugger to load corlib and the builtin types.
24999         * mono-debug-debugger.c: Did some larger changes in the debugging
25000         code; support recursive class declarations, make sure we actually
25001         add all classes.
25003 2004-07-11 Gonzalo Paniagua Javier <gonzalo@ximian.com>
25005         * debug-helpers.c: undo my previous patch and fixed the real issue in
25006         ../mini/exceptions-x86.c
25008 2004-07-11 Gonzalo Paniagua Javier <gonzalo@ximian.com>
25010         * debug-helpers.c: prevent SIGSEGV. It happened running xsp on monodoc
25011         when no HOME env. variable was set and a NullRef was thrown in a .cctor
25012         called from other .cctors.
25014 2004-07-09  Miguel de Icaza  <miguel@ximian.com>
25016         * loader.c: Removed the mono_loader_wine_init hack now that we are
25017         doing a managed version of Windows.Forms.
25019 2004-07-09  Ben Maurer  <bmaurer@ximian.com>
25021         * domain.c, gc.c, marshal.c, mono-debug-debugger.c,
25022         threadpool.c, threads.c: remove static data from rootset.
25024 2004-07-09  Dick Porter  <dick@ximian.com>
25026         * locales.c (ves_icall_System_String_InternalReplace_Str_Comp):
25027         Don't do any more processing if the matched length was 0.  It was
25028         increasing the size of the string before.  Fixes bug 61167.
25030 2004-07-09  Dick Porter  <dick@ximian.com>
25032         * socket-io.h:
25033         * socket-io.c
25034         (ves_icall_System_Net_Sockets_Socket_GetSocketOption_obj_internal):
25035         Add support for SO_PEERCRED if its available.
25037 2004-07-09  Peter Bartok <pbartok@novell.com>
25038         * loader.c: winelib.exe.so error message is now only displayed if
25039         MONO_DEBUG is set. To help us avoid questions when people are trying
25040         out the new Managed.Windows.Forms.
25042 2004-07-08  Zoltan Varga  <vargaz@freemail.hu>
25044         * class-internals.h debug-helpers.c marshal.c: Add new wrapper types 
25045         for isinst and castclass wrappers.
25047         * class-internals.h icall.c: Move registration and lookup of JIT icalls
25048         to libmetadata from the JIT, so they could be used by the marshalling
25049         code and the interpreter.
25051         * marshal.c: Register marshalling related JIT icalls here instead of
25052         in mini.c. Use CEE_MONO_ICALL instead of the family of 
25053         CEE_MONO_PROC<x> opcodes to call marshalling functions.
25055         * metadata.h: Remove unneeded marshalling conversions.
25057         * opcodes.c: Update for new opcodes.
25058         
25059 2004-07-08  Martin Baulig  <martin@ximian.com>
25061         * mono-debug.c: Check for `handle->symfile' being non-NULL everywhere.
25062         (mono_debug_get_domain_data): Make this function static.
25064 Wed Jul 7 12:32:29 CEST 2004 Paolo Molaro <lupus@ximian.com>
25066         * gc.c, object.h: add nice GC handle API for embedders.
25068 2004-07-06  Ben Maurer  <bmaurer@ximian.com>
25070         * reflection.c: more changes for the new api
25072         * object.c: When we reflect on a field w/ a constant value, it
25073         will not have a memory location, so we must access metadata. Also,
25074         allow easier reading of strings so that we can read them from
25075         the constant data.
25077         * class.c (mono_class_layout_fields): no need for literal fields here.
25079         * class-internals.h: api changes for const fields
25081         * icall.c (ves_icall_get_enum_info): use new apis for const fields
25083 2004-07-06  Martin Baulig  <martin@ximian.com>
25085         * mono-debug.h: Increment version number to 44.
25087         * mono-debug.c (mono_debug_add_wrapper): The second argument is
25088         now a gpointer, rewrote this whole method.
25090         * mono-debug-debugger.c (mono_debugger_add_wrapper): New
25091         function.  Add information about the wrapper in a new "misc table".
25093         * mono-debug-debugger.h (MonoDebuggerSymbolTable): Added fields
25094         for the new misc table.
25096 2004-07-05  Zoltan Varga  <vargaz@freemail.hu>
25098         * metadata-internals.h image.c: Add a cache for helper signatures.
25100         * monosn.c: Applied patch from "grompf" (grompf@sublimeintervention.com). Fix compilation under OSX.
25102 2004-07-03  Zoltan Varga  <vargaz@freemail.hu>
25104         * marshal.c (mono_marshal_get_managed_wrapper): Handle returning
25105         delegates from a delegate. Fixes #61033.
25106         
25107         * marshal.c: Fix managed->native stringbuilder marshalling. Implement
25108         marshalling of stringbuilder arrays. Fixes #59900.
25110 2004-07-02  Zoltan Varga  <vargaz@freemail.hu>
25112         * icall.c: Add EnumBuilder:setup_enum_type icall.
25114 2004-06-30  Ben Maurer  <bmaurer@ximian.com>
25116         * icall.c: Added a new icall for the property version of
25117         OffsetOfStringData.
25119 2004-06-30  Zoltan Varga  <vargaz@freemail.hu>
25121         * class-internals.h (MonoVTable): Make max_interface_id a guint32 so
25122         it has a constant size across platforms.
25124         * marshal.c (mono_delegate_end_invoke): Avoid crash when there is no
25125         stack trace.
25127 2004-06-29  Martin Baulig  <martin@ximian.com>
25129         * mono-debug.c (mono_debug_add_method): Protect the whole function
25130         in mono_debugger_lock(), not just parts of it.
25132 Fri Jun 25 21:36:26 CEST 2004 Paolo Molaro <lupus@ximian.com>
25134         * reflection.c: make sure padding bytes in heaps are zeroed.
25136 2004-06-24  David Waite  <mass@akuma.org>
25138         * appdomain.c, class.c, domain.c, file-io.c, gc.c, icall.c,
25139         image.c, loader.c, locales.c, marshal.c, metadata.c,
25140         mono-debug.[ch], object.c, reflection.c, security.c, socket-io.c,
25141         string-icalls.c, threads.c: change to C90-style comments from C99 /
25142         C++ -style
25144 2004-06-24  Dick Porter  <dick@ximian.com>
25146         * threads.c
25147         (ves_icall_System_Threading_Mutex_CreateMutex_internal): Correctly
25148         return createdNew.  Fixes bug 60412.
25150         * threads-types.h: 
25151         * icall.c: Add createdNew parameter to CreateMutex icall
25153 Thu Jun 24 16:06:41 CEST 2004 Paolo Molaro <lupus@ximian.com>
25155         * reflection.c, object-internals.h: save default value in params.
25157 2004-06-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
25159         * appdomain.c: for paths in PrivateBinPath that are absolute, there's
25160         no need to build a new path combining that with the application base.
25161         Fixes bug #60442.
25163 Wed Jun 23 18:36:58 CEST 2004 Paolo Molaro <lupus@ximian.com>
25165         * reflection.c: fixed minor standard compliance issues.
25167 Wed Jun 23 17:59:29 CEST 2004 Paolo Molaro <lupus@ximian.com>
25169         * reflection.c: fixed issue with encoding some custom attributes
25170         (arrays in properties and fields, bug #60411).
25172 2004-06-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
25174         * reflection.c: fix start address when copying the public key token.
25176 2004-06-23  Martin Baulig  <martin@ximian.com>
25178         * mono-debug-debugger.c (mono_debugger_unhandled_exception): Store
25179         the `exc' object in a static object to put it into the GC's root set.
25181 Wed Jun 23 15:37:31 CEST 2004 Paolo Molaro <lupus@ximian.com>
25183         * reflection.c: make mono_reflection_setup_internal_class ()
25184         callable a second time to setup a new parent class.
25186 2004-06-23  Dick Porter  <dick@ximian.com>
25188         * threads.c: Check for WAIT_IO_COMPLETION return values.
25190 2004-06-22  Sebastien Pouliot  <sebastien@ximian.com>
25192         * appdomain.c: Removed the g_free on the public key token. Now copy 
25193         the pk token string into the MonoAssemblyName buffer using g_strlcpy.
25194         * assembly.c: Added public key token string value when loading 
25195         assemblies. Fix bug #60439.
25196         * icall.c: Added missing informations (like public key) in 
25197         GetReferencedAssemblies. Fix #60519.
25198         * image.h: Changed definition for public key token from const char*
25199         public_tok_value to guchar public_key_token [17];
25200         * reflection.c: Updated for changes to public key token.
25202 2004-06-22  Lluis Sanchez Gual
25204         * icall.c: In ves_icall_InternalExecute, when setting a filed, also look 
25205         for the field in base classes.
25207 Tue Jun 22 16:48:02 CEST 2004 Paolo Molaro <lupus@ximian.com>
25209         * mono-debug.h, mono-debug-debugger.h, debug-mono-symfile.h:
25210         mark headers as not supported, they are installed only for use by the
25211         debugger.
25213 Tue Jun 22 16:32:03 CEST 2004 Paolo Molaro <lupus@ximian.com>
25215         * *.c, *.h: avoid namespace pollution in public headers.
25217 2004-06-21  Martin Baulig  <martin@ximian.com>
25219         * exception.c (mono_get_exception_security): It's in
25220         "System.Security", not in "System".
25222         * mono-debug-debugger.c (mono_debugger_add_builtin_types): Add all
25223         the exception classes.
25225 2004-06-21  Martin Baulig  <martin@ximian.com>
25227         * mono-debug-debugger.c (mono_debugger_unhandled_exception):
25228         Protect the exception object from being finalized.
25230 2004-06-21  Martin Baulig  <martin@ximian.com>
25232         * mono-debug-debugger.h (mono_debugger_unhandled_exception): New
25233         public function.
25235 2004-06-21  Sebastien Pouliot  <sebastien@ximian.com>
25237         * reflection.c: Load the assembly in mono_reflection_type_from_name,
25238         if it was not loaded before. Fix parts of #60439.
25240 Mon Jun 21 16:04:43 CEST 2004 Paolo Molaro <lupus@ximian.com>
25242         * marshal.c, icall.c, object.c, image.c: fix the runtime_invoke ()
25243         code that was broken since Ben's change: wrappers are now
25244         dependent on the method signature only again.
25246 2004-06-21  Martin Baulig  <martin@ximian.com>
25248         * mono-debug-debugger.c (write_class): Cleaned this up a bit and
25249         added interface support.
25251 2004-06-21  Martin Baulig  <martin@ximian.com>
25253         * class.c (mono_vtable_get_static_field_data): New public method.
25255 2004-06-20  Atsushi Enomoto  <atsushi@ximian.com>
25257         * filewatcher.c : Windows build fix to be compliant with API changes.
25259 Sat Jun 19 19:04:50 CEST 2004 Paolo Molaro <lupus@ximian.com>
25261         * class.h, class.c: more accessors.
25262         * metadata.h, metadata.c: prepare for hiding MonoType and
25263         MonoMethodSignature: people should use the accessors from now on
25264         outside of the tree.
25266 Sat Jun 19 17:56:50 CEST 2004 Paolo Molaro <lupus@ximian.com>
25268         * *.c, *.h: more API cleanups.
25270 2004-06-18  Jackson Harper  <jackson@ximian.com>
25272         * assembly.c: Trace loading assemblies.
25273         * loader.c: Trace loading native libraries.
25274         * mono-config.c: Trace loading config files.
25275         
25276 2004-06-18  Dick Porter  <dick@ximian.com>
25278         * locales.c: Tell ICU the lengths of strings, it can cope with
25279         embedded \0 then.  Fixes bug 59274, and doesn't break bug 55822.
25281 Fri Jun 18 11:59:57 CEST 2004 Paolo Molaro <lupus@ximian.com>
25283         * image.c: swapped name/filename;
25285 2004-06-18  Martin Baulig  <martin@ximian.com>
25287         * mono-debug-debugger.c (write_class): Write the parent class at
25288         the end of the header.
25290 Thu Jun 17 16:50:44 CEST 2004 Paolo Molaro <lupus@ximian.com>
25292         * *.c, *.h, Makefile.am: more API cleanups and bugfixes.
25294 2004-06-17  Raja R Harinath  <rharinath@novell.com>
25296         * Makefile.am (PLATFORM_LIB): New.  Possibly refer to ../os/libmonoos.la.
25297         (bundle_obj): New conditional define.
25298         (BUILT_SOURCES): Remove.
25299         ($(bundle_srcs)): Make parallel-make safe.
25300         (libmonoruntime_la_LIBADD): Make unconditional.
25301         (libmetadata_la_LIBADD): Make unconditional.  Refer to $(bundle_obj).
25302         (libmetadata_la_SOURCES): Don't refer to $(bundle_srcs).
25304 2004-06-17  Atsushi Enomoto  <atsushi@ximian.com>
25306         * culture-info-tables.h: It was inconsistent with the latest
25307           supp info files.
25309 2004-06-17  Zoltan Varga  <vargaz@freemail.hu>
25311         * assembly.c (mono_assembly_open): Fix crash when the assembly can't
25312         be loaded.
25314         * threads.c (ves_icall_System_Threading_Thread_Resume): Fix compilation
25315         with gcc 2.95.
25317 Wed Jun 16 18:23:45 CEST 2004 Paolo Molaro <lupus@ximian.com>
25319         * threads.h, icall.c, object.c, threadpool.c, threads-types.h:
25320         cleaned up public header threads.h.
25322 Wed Jun 16 18:11:41 CEST 2004 Paolo Molaro <lupus@ximian.com>
25324         * Makefile.am, *.c, *.h: more API cleanups.
25326 Wed Jun 16 14:33:22 CEST 2004 Paolo Molaro <lupus@ximian.com>
25328         * Makefile.am: removed monosn from compilation.
25329         * appdomain.c, assembly.c, assembly.h, blob.h, class.c,
25330         debug-helpers.c, debug-mono-symfile.c, domain.c, icall.c,
25331         image.c, image.h, loader.c, marshal.c, metadata-internals.h,
25332         metadata.c, metadata.h, mono-config.c, mono-debug-debugger.c,
25333         mono-debug.c, object.c, opcodes.c, opcodes.h, pedump.c, process.c,
25334         reflection.c, reflection.h, verify.c: more API cleanups and fixes.
25336 2004-06-15  Jackson Harper  <jackson@ximian.com>
25338         * assembly.c: Make locales lower case when searching the GAC for
25339         assemblies. gacutil will always make locales lowercase when
25340         installing so this effectively makes them case insensitive.
25341         
25342 2004-06-15  Lluis Sanchez Gual  <lluis@ximian.com>
25344         * locales.c, threadpool.c: use mono_monitor_enter instead of mono_monitor_try_enter.
25345         * monitor.c: New method mono_monitor_try_enter_internal, which takes a new
25346           parameter which allows to choose whether the wait can be interrupted or 
25347           not. Also added the method mono_monitor_enter(), which locks the monitor
25348           using an infinite wait and without allowing interruption.
25349           In the Monitor.Enter and Wait icalls, retry the lock if the wait is
25350           interrupted.
25351         * object.h: Added new fields in MonoThread. suspend_event holds the event
25352           used to susped/resume the thread. synch_lock is the lock object to use for
25353           modifying the thread state.
25354         * threads.c: Use the new synch_lock object for locking, instead of "this",
25355           which can generate deadlocks.
25356           Moved thread state change in Thread.Sleep and Thread.Join from managed
25357           to unmanaged code. This avoids a deadlock when the thread was suspended
25358           just after acquiring the thread lock.
25359           In general, use mono_monitor_enter instead of mono_monitor_try_enter.
25360           Implemented Thread.Suspend using an event instead of ThreadSuspend,
25361           which is not fully implemented in the io-layer.
25362         * socket-io.c: Only try IPv6 DNS lookup if IPv4 fails.
25364 Tue Jun 15 18:34:21 CEST 2004 Paolo Molaro <lupus@ximian.com>
25366         * Makefile.am, monitor.h, object.h, threadpool.c, threadpool.h,
25367         threads-types.h: more API cleanups.
25369 Tue Jun 15 16:40:19 CEST 2004 Paolo Molaro <lupus@ximian.com>
25371         * domain-internals.h, Makefile.am, appdomain.c, appdomain.h,
25372         domain.c, gc.c, icall.c, mono-debug.c, object.c, reflection.c,
25373         threadpool.c, threads.c: first pass at the exported API cleanup.
25375 Tue Jun 15 15:29:47 CEST 2004 Paolo Molaro <lupus@ximian.com>
25377         * icall.c: fix signatures of some VolatileRead and VolatileWrite icalls.
25379 2004-06-15 Gonzalo Paniagua Javier <gonzalo@ximian.com>
25381         * icall.c: added internalGetHome.
25383 2004-06-14  Dick Porter  <dick@ximian.com>
25385         * file-io.c (ves_icall_System_IO_MonoIO_FindFirstFile): It was
25386         possible to return successfully when '.' or '..' were the only
25387         entries in a directory, but were skipped.  The MonoIOStat was not
25388         filled in in that case.  Now return ERROR_NO_MORE_FILES instead.
25389         Fixes bug 59574.
25391 Mon Jun 14 00:27:15 CEST 2004 Paolo Molaro <lupus@ximian.com>
25393         * reflection.c: make binaries run on .Net 1.1 by default.
25395 Sun Jun 13 18:22:40 CEST 2004 Paolo Molaro <lupus@ximian.com>
25397         * threadpool.c, threadpool.h: use the correct return type in SetMinThreads ().
25399 Sun Jun 13 16:44:39 CEST 2004 Paolo Molaro <lupus@ximian.com>
25401         * marshal.c: keep track of struct size with explicit layout
25402         (bug #59979).
25404 2004-06-12  Martin Baulig  <martin@ximian.com>
25406         * mono-debug-debugger.c: Comment out a debugging g_message().
25408 Sat Jun 12 14:15:02 CEST 2004 Paolo Molaro <lupus@ximian.com>
25410         * reflection.c, reflection.h: do not free custom attrs that are cached.
25411         * icall.c: use braces to make code clearer.
25413 2004-06-11  Martin Baulig  <martin@ximian.com>
25415         * class.h (MonoInflatedField): New type.
25416         (MonoClassField): Replaced `MonoType *generic_type' with
25417         `MonoInflatedField *generic_info'.
25419         * icall.c
25420         (ves_icall_MonoField_Mono_GetGenericFieldDefinition): New icall.
25422 2004-06-11  Martin Baulig  <martin@ximian.com>
25424         * reflection.c (mono_image_create_method_token): Correctly encode
25425         varargs methods.
25427 2004-06-11  Martin Baulig  <martin@ximian.com>
25429         * metadata.c (mono_metadata_parse_method_signature): When parsing
25430         a MethodDef which has VarArgs, also set sentinelpos if we don't
25431         have any parameters.
25433 2004-06-11  Martin Baulig  <martin@ximian.com>
25435         * verify.c (mono_method_verify): In CEE_CALL, use
25436         mono_method_get_signature() to get the method's signature, unless
25437         we're a PInvoke method.
25439 2004-06-10  Jackson Harper  <jackson@ximian.com>
25441         * assembly.c: Use <path>/lib/mono/gac for the extra paths
25442         lookup. Rename MONO_GAC_PATH to MONO_GAC_PREFIX, this is a more
25443         logical name as the supplied path is just a prefix to the gac not
25444         the direct path to it.
25445         
25446 Thu Jun 10 20:10:16 CEST 2004 Paolo Molaro <lupus@ximian.com>
25448         * reflection.c: make the token for a created method match
25449         the token of the MethodBuilder it was created from
25450         (IKVM requires this behaviour now).
25452 Thu Jun 10 16:02:27 CEST 2004 Paolo Molaro <lupus@ximian.com>
25454         * image.c, image.h, appdomain.c, assembly.c, loader.c, metadata.c,
25455         reflection.c, socket-io.c: leak fixes.
25457 Wed Jun 9 18:23:59 CEST 2004 Paolo Molaro <lupus@ximian.com>
25459         * icall.c: handle sentinel pos in vararg methods in position different
25460         from 0.
25462 2004-06-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25464         * culture-info-tables.h: freshly generated.
25466 2004-06-09  Martin Baulig  <martin@ximian.com>
25468         * loader.c (mono_get_method_constrained): Call `mono_class_init
25469         (constrained_class)'.   
25471 2004-06-08  Gert Driesen <drieseng@users.sourceforge.net>
25473         * icall.c (ves_icall_MonoType_GetEvent): Handle events without
25474         any methods. Fixes #59629.
25476 2004-06-08  Atsushi Enomoto  <atsushi@ximian.com>
25478         * culture-info-tables.h: reflecting locale-builder updates.
25480 2004-06-08  Dick Porter  <dick@ximian.com>
25482         * object.h:
25483         * locales.c: Fixed compile warnings, including a real bug in
25484         CompareInfo_internal_compare.
25485         
25486 2004-06-08  Dick Porter  <dick@ximian.com>
25488         * locales.c
25489         (ves_icall_System_Globalization_CompareInfo_internal_index):
25490         (ves_icall_System_Globalization_CompareInfo_internal_index_char):
25491         Double-check the resuls of usearches, because ICU currently
25492         ignores most of the collator settings here.  Fixes bug 59720.
25493         
25494 2004-06-08  Dick Porter  <dick@ximian.com>
25496         * locales.c
25497         (ves_icall_System_Globalization_CompareInfo_internal_index_char):
25498         Fix memory leak and segfault-causing typo.  No idea how this one
25499         lasted so long without being noticed.
25501 2004-06-09  Zoltan Varga  <vargaz@freemail.hu>
25503         * icall.c (ves_icall_Type_GetEvents_internal): Handle events without
25504         any methods. Fixes #59629.
25506 2004-06-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25508         * assembly.c:
25509         (mono_assembly_load): search_loaded -> mono_assembly_loaded (we didn't
25510         own the critical section before). Removed dead code (that's done
25511         in the preload hook).
25513         (mono_assembly_load_with_partial_name): call the preload hook.
25515 2004-06-08  Martin Baulig  <martin@ximian.com>
25517         * metadata.c (mono_metadata_signature_alloc): Default
25518         `sentinelpos' to -1.
25520         * reflection.c (mono_image_get_array_token): Likewise.
25522 2004-06-08  Martin Baulig  <martin@ximian.com>
25524         * icall.c (ves_icall_ModuleBuilder_getMethodToken): New icall.
25526         * metadata.c (mono_metadata_parse_method_signature): When parsing
25527         a MethodDef which has VarArgs, set sentinelpos.
25529         * metadata.h (MonoMethodSignature): Make `sentinalpos' a signed
25530         `gint16' since we're using -1 for non-varargs methods.
25532         * reflection.c
25533         (ReflectionMethodBuilder): Added `MonoArray *opt_types'.
25534         (method_encode_signature): Added varargs support.
25535         (method_builder_encode_signature): Likewise.
25536         (mono_image_get_varargs_method_token): New static method.
25537         (mono_image_create_method_token): New public method; this is
25538         called via an icall instead of mono_image_create_token() when
25539         calling a varargs method.       
25541 2004-06-08  Lluis Sanchez Gual  <lluis@ximian.com>
25543         * locales.c: Fixed memory leak in Char.ToLower/ToUpper.
25545 2004-06-08  Atsushi Enomoto  <atsushi@ximian.com>
25547         * culture-info-tables.h : Reflecting the latest locale-builder that
25548           fixed empty array representation ({} to {0}).
25550 2004-06-07  Jackson Harper  <jackson@ximian.com>
25552         * assembly.c: It should be <MONO_GAC_PATH>/lib/mono/gac when
25553         looking up extra gac paths. This allows MONO_GAC_PATH to act
25554         exactly like a prefix.
25555         
25556 2004-06-08  Zoltan Varga  <vargaz@freemail.hu>
25558         * reflection.c (mono_reflection_type_from_name): Make a copy of the
25559         type name before modifying it. Fixes #59405.
25561 2004-06-08  Atsushi Enomoto  <atsushi@ximian.com>
25563         * culture-info.h: added fields for "all datetime patterns".
25564         * locales.c: (  ves_icall_System_Globalization_CultureInfo
25565           _construct_datetime_format ()): fill xxx_patterns fields.
25566         * object.h: added fields for "all datetime patterns" to
25567           MonoDateTimeFormatInfo.
25568         * culture-info-tables.h: reflecting locale-builder updates.
25570 2004-06-08  Zoltan Varga  <vargaz@freemail.hu>
25572         * icall.c (ves_icall_Type_GetEvents_internal): Handle the case when
25573         the event has no add and remove methods. Fixes #59629.
25575 2004-06-05  Sebastien Pouliot  <sebastien@ximian.com>
25577         * object.c: Fixed possible integer overflow when allocating large
25578         strings.
25580 2004-06-05  Atsushi Enomoto  <atsushi@ximian.com>
25582         * culture-info-tables.h: reflecting locale-builder updates.
25584 2004-06-05  Atsushi Enomoto  <atsushi@ximian.com>
25586         * culture-info-tables.h: reflecting locale-builder updates.
25588 2004-06-03  Atsushi Enomoto  <atsushi@ximian.com>
25590         * culture-info-tables.h: reflecting locale-builder updates.
25592 2004-06-03  Lluis Sanchez Gual  <lluis@ximian.com>
25594         * threads.c: Made Thread.Sleep abortable.
25596 2004-06-02  Martin Baulig  <martin@ximian.com>
25598         * mono-debug.h (MONO_DEBUGGER_VERSION): Bumped version to 41.
25600         * debug-mono-symfile.h: Bumped symbol file version number to 37.
25602 2004-05-31  Zoltan Varga  <vargaz@freemail.hu>
25604         * marshal.c (mono_marshal_get_runtime_invoke): Fix CR/LFs.
25606 2004-05-30  Jackson Harper  <jackson@ximian.com>
25608         * reflection.c: Do not hardcode assembly versions or public key
25609         tokens anymore. All of this except the corlib section was dead
25610         code anyways.
25611         
25612 2004-05-29  Zoltan Varga  <vargaz@freemail.hu>
25614         * object.c (mono_runtime_invoke_array): Automatically create boxed
25615         objects for byref valuetypes if needed. Fixes #59300.
25616         
25617         * object.c (mono_method_return_message_restore): Handle 
25618         MONO_TYPE_OBJECT as well.
25620 2004-05-28  Jackson Harper  <jackson@ximian.com>
25622         * reflection.c: The modified type encoding was causing build
25623         problems. Reverted for now.
25624         
25625 2004-05-28  Jackson Harper  <jackson@ximian.com>
25627         * reflection.c/h: Take an assembly ref so that we dont create
25628         fully qualified names when encoding types in the same assembly as
25629         the custom attribute being emitted.
25630         * appdomain.c: Increment version number.
25631         
25632 2004-05-26  Duncan Mak  <duncan@ximian.com>
25634         * icall.c
25635         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies):
25636         Set the full version number (major, minor, build, revision).
25638 2004-05-28  Vladimir Vukicevic  <vladimir@pobox.com>
25640         * marshal.c (emit_struct_conv): increment src/dst after blit
25641         (mono_marshal_get_managed_wrapper,
25642         mono_marshal_get_native_wrapper): make sure we have marshalling
25643         info before marshalling params (info computation affects
25644         blittable)
25646         * class.c (class_compute_field_layout): correctly deal with
25647         blittable
25648         (mono_class_layout_fields): Don't do gc_aware_layout for AUTO
25649         value types (as per what windows dows by default)
25650         (mono_class_setup_mono_type): System.ValueType is blittable
25651         (mono_ptr_class_get, mono_fnptr_class_get): Pointer classes are
25652         blittable
25654         * marshal.c (mono_marshal_load_type_info): flag types  as
25655         non-blittable if the native layout doesn't match the managed
25656         layout
25658 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25660         * appdomain.c: don't add stuff in the private search path that is
25661         above the application base. If application base is not set, there's
25662         no private search path.
25664 2004-05-28  Zoltan Varga  <vargaz@freemail.hu>
25666         * marshal.c (mono_marshal_get_managed_wrapper): Add proper support for
25667         byref struct arguments in native->managed marshalling.
25669 2004-05-28      Patrik Torstensson      <totte@hiddenpeaks.com>
25671         * marshal.c (mono_marshal_get_runtime_invoke): correctly
25672         cache methods using signature (special case for methods
25673         that are value type or string class)
25674         
25675         * image.c (mono_image_close): clean up allocated GSList's
25676         in runtime_invoke_cache.
25678 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25680         * mono-config.c: set the correct path for mono_cfg_dir on windows when
25681         there's no MONO_CFG_DIR environment variable defined.
25683 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25685         * threads.c: windows version must be >= 0x0500 to include OpenThread.
25687 2004-05-28  Lluis Sanchez Gual  <lluis@ximian.com>
25689         * threadpool.c: Really wait for 500ms after the async call, even if the wait
25690           is interrumped.
25691         * threads.c: In mono_thread_manage, call OpenThread to ref each handle
25692           before waiting for it, and call CloseHandle after the wait to unref it.
25693           This will make sure that handles are not disposed too early.
25695 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25697         * appdomain.c:
25698         * appdomain.h:
25699         * icall.c: removed
25700         ves_icall_System_AppDomainSetup_InitAppDomainSetup as it's not
25701         needed now.
25703         * object.c: se the application_base only for the domain that runs
25704         Main. Fixes bug #59216,
25706 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25708         * appdomain.c:
25709         * object.c: only the domain in which Main is run have
25710         SetupInformation.ConfigurationFile set, so moved a few lines from
25711         appdomain.c to object.c.
25713 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25715         * appdomain.c: we tried to load [name].(dll|exe), but according
25716         to bug #57710, we must also try [culture]/[name].(dll|exe) and
25717         [culture]/[name]/[name](dll|exe). This patch fixes the bug.
25718         There's a test case attached to bug #58922.
25720 2004-05-27  Dick Porter  <dick@ximian.com>
25722         * icall.c:
25723         * file-io.c: Implemented icalls for locking and unlocking regions
25724         in a file.
25725         (ves_icall_System_IO_MonoIO_FindNextFile): FindNextFile() returns
25726         FALSE on error (fixes both compiler warning and real bug.)
25728 2004-05-27  Atsushi Enomoto  <atsushi@ximian.com>
25730         * culture-info-tables.h: reflecting locale-builder updates.
25732           (Added missing ChangeLog entry for 05/26)
25734 2004-05-27  Jackson Harper  <jackson@ximian.com>
25736         * locales.c: Fix some cut and paste errors.
25737         
25738 2004-05-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25740         * mono-config.c: set the correct path for config. directory on windows.
25742 2004-05-26  Atsushi Enomoto  <atsushi@ximian.com>
25744         * icall.c : Fixed ves_icall_System_DateTime_GetNow() to return utc
25745           on win32.
25747 2004-05-26  Zoltan Varga  <vargaz@freemail.hu>
25749         * marshal.c (mono_marshal_get_native_wrapper): Free strings returned
25750         from pinvoke functions.
25751         
25752         * marshal.c (mono_ftnptr_to_delegate): Implement this.
25754 2004-05-26  Atsushi Enomoto  <atsushi@ximian.com>
25756         * culture-info-tables.h: reflecting locale-builder updates.
25758 2004-05-26  Zoltan Varga  <vargaz@freemail.hu>
25760         * profiler.c (simple_allocation): Skip icall wrapper methods. Fixes
25761         #59086.
25763 2004-05-26  Sebastien Pouliot  <sebastien@ximian.com>
25765         * appdomain.cs: Bumped MONO_CORLIB_VERSION to 20.
25766         * icall.c: Modified icalls for RNG.
25767         * rand.c|h: Changed RNG interface to allow thread-safe usage under 
25768         Windows (CryptoAPI).
25770 2004-05-25  Zoltan Varga  <vargaz@freemail.hu>
25772         * locales.c: Fix build.
25774 2004-05-25  Atsushi Enomoto  <atsushi@ximian.com>
25776         * culture-info-tables.h: reflecting locale-builder updates.
25778 2004-05-25  Jackson Harper  <jackson@ximian.com>
25780         * locales.c: When creating the current culture use the $LANGs
25781         specific culture. So DateTimeFormat and NumberFormat entries are created.
25782         
25783 2004-05-25  Zoltan Varga  <vargaz@freemail.hu>
25785         * string-icalls.{h,c} icalls.c: Add new icalls for Strcpy which take
25786         a char array as parameter.
25788 2004-05-24  Lluis Sanchez Gual  <lluis@ximian.com>
25790         * image.c: In mono_image_open(), always use an absolute path name to
25791           look for already loaded images.
25793 2004-05-24  Sebastien Pouliot  <sebastien@ximian.com>
25795         * icall.c: Added define for CSIDL_FLAG_CREATE (0x8000) in case it is
25796         missing in the windows build (like older cygwin include files).
25798 2004-05-23  Sebastien Pouliot  <sebastien@ximian.com>
25800         * icall.c: Fixed check for possible integer overflow in Buffer_
25801         BlockCopy icall. Replaced comments style // by /* */.
25803 2004-05-22  Zoltan Varga  <vargaz@freemail.hu>
25805         * marshal.c (mono_ftnptr_to_delegate): Fix warning.
25806         
25807         * marshal.c (mono_marshal_get_proxy_cancast): Move thread interrupt
25808         check after MONO_VTADDR. Fixes pinvoke2.exe.
25810         * marshal.h marshal.c metadata.h: Add beginnings of support for
25811         ftnptr -> delegate marshalling.
25813 2004-05-21  Zoltan Varga  <vargaz@freemail.hu>
25815         * threads.c (ves_icall_System_Threading_Thread_ResetAbort): Fix compilation on gcc-2.95.
25816         * threads.c: Fix warnings.
25818 2004-05-20  Lluis Sanchez Gual  <lluis@ximian.com>
25820         * appdomain.c, gc.c: Make use of the new WaitForSingleObjectEx.
25821         * icall.c: Registered icalls for Suspend and Resume.
25822         * locales.c: Beware, mono_monitor_try_enter can now be interrupted by
25823           Thread.Abort.
25824         * monitor.c: Use WaitForSingleObjectEx. Added some interruption checkpoints.
25825         * mono-debug-debugger.c: Use WaitForSingleObjectEx et al.
25826         * process.c: Use WaitForSingleObjectEx.
25827         * threadpool.c: Use WaitForSingleObjectEx. Added some interruption 
25828           checkpoints.
25829         * threads.c, threads.h: Make use of new Ex wait methods. Improved
25830           implementation of Thread.Abort and Thread.ResetAbort icalls. Added icalls
25831           for Suspend and Resume. Added new mono_thread_stop, used for stoping
25832           background threads. Added basic support for Abort in Windows.
25833           Start new threads using a managed delegate invoke wrapper. This wrapper
25834           has an interruption checkpoint that is needed since an interruption
25835           can be requested before the thread leaves the unmanaged code that starts 
25836           the thread.
25837         * marshal.c: Added interruption checkpoint after every native call, and
25838           also before managed calls for wrappers called from unmanaged code to
25839           go into managed code.
25840         * object.h: Added new field in MonoThread to keep track of interruption
25841           requests.
25843 2004-05-20  Zoltan Varga  <vargaz@freemail.hu>
25845         * marshal.c: Insert SAVE_LMF and RESTORE_LMF opcodes around native
25846         calls.
25848 2004-05-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25850         * appdomain.c:
25851         * assembly.c:
25852         * gc.c:
25853         * locales.c:
25854         * mono-config.c:
25855         * rand.c: getenv -> g_getenv (windows!)
25857         * process.c: complete_path is also used on non-windows platforms.
25859 2004-05-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25861         * icall.c: new signature for Process_Start.
25863         * process.[ch]: new signature for Process_Start. If we're on windows
25864         and UseShellExecute is false, we have to search for the program by
25865         ourselves if we don't get a full path.
25867 2004-05-18  Zoltan Varga  <vargaz@freemail.hu>
25869         * marshal.c (mono_marshal_get_native_wrapper): Fix up custom 
25870         marshalling and call CleanUpNativeData if needed. Fixes #58646.
25872 2004-05-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25874         * socket-io.c: field value changed for Int32 from 'value' to 'm_value'.
25875         Fixes bug #58373.
25877 2004-05-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25879         * process.c: use double quotes to quote program name and arguments on
25880         windows. Fixes bug #58575.
25882 2004-05-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25884         * file-io.c: don't return "." and ".." when using windows Find*File.
25886 2003-05-17      Patrik Torstensson <totte@hiddenpeaks.com>
25888         * marshal.c: Don't pass wrappers to message init because method 
25889         addressed used to lookup metadata. part of remoting[2|3] fix.
25891 2004-05-15  Jackson Harper  <jackson@ximian.com>
25893         * assembly.c: Remove user gac and implement MONO_GAC_PATH, this
25894         path is essentially the same as MONO_PATH except that it points to
25895         GACs instead of lib directories.
25896         * loader.h: The user gac is gone so we dont need function to
25897         enable/disable it.
25898         * mono-config.c: user gac option is now gone.
25899         
25900 2004-05-15  Jackson Harper  <jackson@ximian.com>
25902         * culture-info.h: Make defines more consistent, add calendar data
25903         to the culture info table.
25904         * culture-info-tables.h: Add basic calendar data. Basically
25905         everyone gets default gregorian until all the data is
25906         updated.
25907         * locales.c: Use the new consistent defines. Set calendar data for
25908         culture info objects.
25909         * object.h: add a field for calendar data to CultureInfo
25910         
25911 2004-05-14 Ben Maurer  <bmaurer@users.sourceforge.net>
25913         * image.c: image->runtime_invoke_cache is keyed on signatures now.
25914         * marshal.c (mono_mb_emit_calli): new helper to emit a CEE_CALLI with
25915         a signature.
25916         (mono_mb_emit_managed_call, mono_mb_emit_native_call): use the above.
25917         (mono_marshal_get_runtime_invoke): The runtime invoke method now takes
25918         an extra param that is the pointer of the method to invoke. The IL for
25919         the invoke method is no longer specific to the method, but to the
25920         signature of the method. Thus, we can share the same code for multiple
25921         methods. This reduces the number of methods that have to be compiled.
25923 2004-05-14  Zoltan Varga  <vargaz@freemail.hu>
25925         * icall.c (ves_icall_System_Reflection_Assembly_load_with_partial_name): Fix warning.
25927         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
25929         * icall.c: Optimize Buffer.BlockCopy.
25931 2004-05-14  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25933         * culture-info-tables.h: seems like Spanish and Portuguese cultures had
25934         DateTimeFormatInfo.YearMonthPattern like "MMMM' yyyy" (note the single
25935         quote). Changed them to "MMMM yyyy".
25937 2004-05-12  Miguel de Icaza  <miguel@ximian.com>
25939         * rand.c
25940         (ves_icall_System_Security_Cryptography_RNGCryptoServiceProvider_InternalGetBytes): Always close the file. 
25942 2004-05-13  Zoltan Varga  <vargaz@freemail.hu>
25944         * reflection.h: Updated after changes to managed structures.
25946         * appdomain.c: Bump corlib version.
25948 2004-05-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25950         * Makefile.am: also add libmonoos to libmetadata. Fixes the build on
25951         windows.
25953 2004-05-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25955         * Makefile.am: link to ../os/libmonoos.la on windows.
25957         * assembly.c:
25958                 -If MONO_DEBUG, warn about non-existing directories in
25959                 MONO_PATH.
25960                 -Added mono_assembly_getrootdir() that replaces MONO_ASSEMBLIES
25961                 compile time variable.
25962                 -Removed init_default_path and call mono_set_rootdir from
25963                 libmonoos.a instead (windows only).
25965         * assembly.h: declare mono_assembly_getrootdir().
25967         * domain.c:
25968         * icall.c: use mono_assembly_getrootdir() instead of MONO_ASSEMBLIES.
25970         * loader.c: s/getenv/g_getenv/
25972 2004-05-11  Zoltan Varga  <vargaz@freemail.hu>
25974         * marshal.{h,c}: Add support for UnmanagedType.AsAny.
25976         * marshal.c: Use mono_metadata_signature_{alloc,dup} where appropriate.
25978         * metadata.h: Add new marshalling conversions.
25980         * metadata.h metadata.c (mono_metadata_signature_dup): New helper
25981         function.
25983         * reflection.c (mono_reflection_get_type): Lookup the type in all
25984         modules of a multi-module assembly. Fixes #58291.
25986 2004-05-11  Lluis Sanchez Gual  <lluis@ximian.com>
25988         * threads.c: Before aborting a background, set the StopRequested
25989         state.  This avoids throwing the Abort exception.
25990         In mono_thread_manage, don't continue with the shutdown until all
25991         aborted threads have actually stopped.
25993 2004-05-10  Jackson Harper  <jackson@ximian.com>
25995         * locales.c: Remove the modifier from culture names.
25996         
25997 2004-05-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25999         * Makefile.am: monosn is not installed any more. It has been deprecated
26000         in favor of sn.
26002 2004-05-07  Jackson Harper  <jackson@ximian.com>
26004         * locales.c
26005         (ves_icall_System_Globalization_CultureInfo_internal_get_cultures):
26006         Fix array construction, add bailout if the length is 0.
26008 2004-05-07  Dick Porter  <dick@ximian.com>
26010         * socket-io.c (addrinfo_to_IPHostEntry): Don't crash if the
26011         machine doesn't have a DNS entry.  Patch by Urs Muff
26012         (umuff@quark.com), fixes bug 57928.
26014 2004-05-06  Jackson Harper  <jackson@ximian.com>
26016         * reflection.c: Handle null PublicTokens properly. alloc mem for
26017         assembly names culture so we dont crash when freeing it.
26018         
26019 2004-05-06  Jackson Harper  <jackson@ximian.com>
26021         * assembly.c: Check the usergac when loading with partial names.
26022         
26023 2004-05-05  Sebastien Pouliot  <sebastien@ximian.com>
26025         * rand.c|h: Added new icall for (optionally) seeding the PRNG. This 
26026         does nothing for now (not required for Linux/Windows) but the class
26027         library can call it (and a newer or modified runtime could need it).
26028         * icall.c: Registred icall.
26030 2004-05-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26032         * loader.c: prints a message on module loading error we set MONO_DEBUG
26033         environment variable.
26035 2004-05-05  Jackson Harper  <jackson@ximian.com>
26037         * appdomain.c: Handle PublicKeyToken=null properly.
26038         
26039 2004-05-05  Sebastien Pouliot  <sebastien@ximian.com>
26041         * environment.c|h: Added icall ves_icall_System_Environment_
26042         GetOSVersionString to get the current OS version as a string.
26043         * icall.c: Registred icall.
26045 2004-05-05  Lluis Sanchez Gual  <lluis@ximian.com>
26047         * object.c: in mono_object_get_virtual_method(), take into account that
26048         non-virtual methods don't have a slot in the vtable. Check needed when
26049         the object is a proxy.
26051 2004-05-05  Zoltan Varga  <vargaz@freemail.hu>
26053         * marshal.h marshal.c icall.c: Applied patch from vladimir@pobox.com
26054         (Vladimir Vukicevic). Implement UnsafeAddrOfPinnedArrayElement.
26056         * object.c (mono_class_compute_gc_descriptor): Fix warning.
26058         * object.c (mono_runtime_invoke_array): Add an assert so null cannot be
26059         passed when a valuetype is expected.
26061         * object.c (mono_unhandled_exception): Only set the exit code if the
26062         exception happens in the main thread. Fixes thread5.exe.
26064         * appdomain.c (get_info_from_assembly_name): Fix infinite loop on
26065         invalid names. Fixes #58047.
26067 2004-05-03  Jackson Harper  <jackson@ximian.com>
26069         * assembly.c: This line was committed accidently and is unneeded.
26070         
26071 2004-05-03  Jackson Harper  <jackson@ximian.com>
26073         * icall.c: Add new icall for Assembly::LoadWithPartialName
26074         * assembly.c/.h: new function that probes the GAC to load partial
26075         assembly names by Paolo Molaro.
26076         
26077 2004-05-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26079         * appdomain.c: use g_strncasecmp when looking for 'Culture=' et al.
26080         * reflection.c: use g_strncasecmp when looking for 'Culture=' et al.
26081         (type_get_fully_qualified_name): Added PublicKeyToken when building a
26082         full type name.
26084 2004-05-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26086         * appdomain.c: fixed check for 'neutral' culture and removed warning.
26087         * reflection.c: fix bug when parsing a full type name and Version is not
26088         the last thing in the string.
26090 2004-05-03  Zoltan Varga  <vargaz@freemail.hu>
26092         * appdomain.c (get_info_from_assembly_name): Strdup "" to prevent
26093         crashes when it is freed.
26095 2004-05-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26097         * assembly.c: print the compat warning to stderr.
26099 2004-05-01  Miguel de Icaza  <miguel@ximian.com>
26101         * assembly.c (mono_assembly_load_references): Add a compatibility
26102         hack to run old applications that might be still referencing the
26103         3300-based assemblies, only do this for System.xxx.
26105 2004-05-01  Jackson Harper  <jackson@ximian.com>
26107         * appdomain.c: If the culture is neutral we set it to "".
26108         
26109 2004-04-29  Jackson Harper  <jackson@ximian.com>
26111         * locales.c: Add some missing MONO_ARCH_SAVE_REGS'.
26113 2004-04-29  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
26115         * string-icalls.c: added low overhead function for copying chars
26116         * icall.c: added needed icall for the above function
26118 2004-04-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26120         * icall.c: fix return value of get_global_assembly_cache.  Implemented
26121         Environment.GetLogicalDrives.
26123 2004-04-28  Bernie Solomon  <bernard@ugsolutions.com>
26125         * rand.c: try and talk to egd or prngd
26126         for random bytes if opening devices fail.
26128 2004-04-28  Zoltan Varga  <vargaz@freemail.hu>
26130         * marshal.c (mono_marshal_load_type_info): Calculate the minimum
26131         alignment for the type using the native alignment of its members 
26132         instead of using klass->min_align.
26134         * metadata.c (mono_type_stack_size): Fix size of TYPEDBYREF.
26136 2004-04-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26138         * file-io.c:
26139         * socket-io.c: added check for sys/aio.h.
26141 2004-04-28  Dick Porter  <dick@ximian.com>
26143         * threads.c: Don't abort a thread thats already aborting, when
26144         terminating everything.
26146 2004-04-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26148         * icall.c: added 2 new async calls for Socket.
26150         * socket-io.[ch]: fixed some warnings. Added support for asynchronous
26151         IO on *nix systems.
26153         * threadpool.c: removed unused variable.
26155 2004-04-27  Zoltan Varga  <vargaz@freemail.hu>
26157         * marshal.c: Handle null properly in PtrToString* icalls. Fixes #57706.
26159 Tue Apr 27 15:55:17 CEST 2004 Paolo Molaro <lupus@ximian.com>
26161         * locales.c: put back string_invariant_tolower () and
26162         string_invariant_toupper ().
26164 2004-04-26 David Waite <mass@akuma.org>
26166         * file-io.h:
26167         * socket-io.h:
26168         * threads.h:
26169         * unicode.h: remove comma from end of enumeration declarations
26171 2004-04-26 David Waite <mass@akuma.org>
26173         * debug-mono-symfile.h:
26174         * decimal.c:
26175         * mono_debug.h:
26176         * sysmath.c: Define 64 bit constants as long long types (i.e. 10ULL)
26179 2004-04-26  Jackson Harper  <jackson@ximian.com>
26181         * appdomain.c: Increment version number.
26182         
26183 2004-04-26  Jackson Harper  <jackson@ximian.com>
26185         * appdomain.c: Set assembly references public token value when
26186         PublicKeyToken is specified, not the hash_value. Free public token
26187         values when free assembly name data. Previously the public key
26188         token was hex decoded, however we are using hex encoded public key
26189         tokens, so this is not neccasary.
26190         * assembly.c: Lookup assemblies in the gac if their public token
26191         value is set. Add function to allow enabling user gac
26192         lookups. Specify whether or not the assembly was loaded from the
26193         GAC. Compare full assembly names when checking the cache for
26194         assemblies (Temporarily disabled see comment in code). Remove
26195         mscorlib -> corlib mapping cruft. Add trace-loading. When a user
26196         specifies trace-loader they get extra info to stdout on the
26197         loading of assemblies.
26198         * image.h: Add a field for an assembly references public token
26199         value to MonoAssemblyname. Add a field to MonoAssembly to specifiy
26200         whether an assembly has been loaded from the GAC.
26201         * image.c: Remove a corlib -> mscorlib name mapping.
26202         * loader.h: Add function to enable/disable the user gac.
26203         * mono-config.c: Check if the usergac is enabled in the config
26204         file.
26205         * icall.c: New icall to determine whether or not an assembly has
26206         been loaded from the GAC. Remove some mscorlib -> corlib mappings.
26207         * tabldefs.h: Add constant for assemblyref flag that specifies a
26208         full public key is used instead of a public token.
26209         * reflection.c: Remove mscorlib -> corlib mappings. Set
26210         PublicTokenValue instead of hash value. This value is a hex
26211         string so it does not need to be expanded.
26213 2004-04-26  Martin Baulig  <martin@ximian.com>
26215         * mono-debug-debugger.c (mono_debugger_initialize): Set
26216         `mono_debugger_initialized' before calling mono_debug_lock().
26218 2004-04-42  Robert Shade <rshade@dvsconsulting.com>
26220         * icall.c: icalls for Char.ToUpper/ToLower are now hooked to
26221           InternalToUpper/InternalToLower.
26222         * locales.c: (ves_icall_System_{Char,String}_InternalTo{Upper,Lower}_Comp)
26223           removed invariant culture shortcut.  This is now done in managed code.
26224         * locales.c: (string_invariant_toupper/tolower) removed.
26226 2004-04-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26228         * icall.c: added GetSupportsAsync for Socket (same as MonoIO).
26229         Added Poll internal call.
26231         * socket-io.[ch]: _wapi_socket == WSASocket. Added internal
26232         call for Poll. Select was too heavy for polling a single socket.
26234         * threadpool.[ch]: added mono_threadpool_cleanup.
26235         * threads.c: use it. Don't use Thread_Abort on windows.
26237 2004-04-23  Martin Baulig  <martin@ximian.com>
26239         * mono-debug-debugger.c (mono_debugger_lookup_assembly): New function.
26241 2004-04-23  Sebastien Pouliot  <sebastien@ximian.com>
26243         * icall.c: Registred new icalls for key pair protection and added an
26244         icall for Environment.GetFolderPath on Windows.
26245         * security.c|h: Added new icalls for key pair protection.
26247 2004-04-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26249         * socket-io.c: don't display the non-supported family warning for known
26250         families. Now this is not displayed on windows when checking support
26251         for IPv4/IPv6.
26253 2004-04-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26255         * class.c: don't display the layout warning for static fields.
26257 2004-04-21  Lluis Sanchez Gual <lluis@ximian.com>
26259         * icall.cs: Registered new icalls for Char.ToLower and Char.ToUpper.
26260         * locales.c, locales.h: Added new icalls for culture-specific
26261         Char.ToLower and Char.ToUpper.
26263 2004-04-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26265         * threads.c: the 2nd argument when aborting a thread is NULL now. Patch
26266         by David Waite.
26268 2004-04-20  Martin Baulig  <martin@ximian.com>
26270         * mono-debug-debugger.c (mono_debugger_lookup_type): Make a copy
26271         of the type name before passing it to mono_reflection_type_from_name().
26273 2004-04-19  Zoltan Varga  <vargaz@freemail.hu>
26275         * marshal.c (mono_marshal_get_managed_wrapper): Handle different string
26276         encodings here. Fixes #56965.
26278 2004-04-18  Bernie Solomon <bernard@ugsolutions.com>
26280         * icall.c (ves_icall_System_Text_Encoding_InternalCodePage):
26281         fix test on strstr result not that I can see anything that
26282         relies on the result.
26284 2004-04-18  Zoltan Varga  <vargaz@freemail.hu>
26286         * metadata.c (mono_type_to_unmanaged): Handle MONO_NATIVE_FUNC as well.
26287         Fixes #57081.
26289         * marshal.c (mono_marshal_get_string_encoding): New helper function.
26291         * marshal.c (mono_marshal_get_native_wrapper): Use the new helper
26292         function to determine which marshalling to use for strings. Fixes
26293         #56965.
26295         * marshal.c (mono_marshal_string_array_to_unicode): Fix warning.
26297         * reflection.c (encode_marshal_blob): Add support for LPARRAY.
26299 2004-04-15  Bernie Solomon  <bernard@ugsolutions.com>
26301         * icall.c: #include mono-config.h
26303 2004-04-15  Jackson Harper  <jackson@ximian.com>
26305         * culture-info-tables.h: Fix date formats for en-US culture.
26306         
26307 2004-04-15  Lluis Sanchez Gual  <lluis@ximian.com>
26309         * icall.c: Registered icalls for ThreadPool.GetMinThreads and 
26310         ThreadPool.SetMinThreads.
26311         * threadpool.c: Implemented ThreadPool.GetMinThreads and
26312         ThreadPool.SetMinThreads.
26314 Thu Apr 15 15:36:40 CEST 2004 Paolo Molaro <lupus@ximian.com>
26316         * mono-config.c: also load the .config file in the directory
26317         where the assembly was found.
26319 Thu Apr 15 14:24:49 CEST 2004 Paolo Molaro <lupus@ximian.com>
26321         * assembly.c: load per-assembly config files.
26322         * icall.c: decrapified code to get the config dir and moved to
26323         mono-config.c.
26324         * image.h, loader.c, loader.h, mono-config.c, mono-config.h: allow
26325         per-assembly config files. When doing a dll map lookup give precedence
26326         to the per-assembly data.
26328 2004-04-14  Martin Baulig  <martin@ximian.com>
26330         * mono-debug-debugger.h (MonoDebuggerEvent): Removed
26331         MONO_DEBUGGER_EVENT_TYPE_ADDED and MONO_DEBUGGER_EVENT_METHOD_ADDED
26332         and added MONO_DEBUGGER_EVENT_RELOAD_SYMTABS.
26334         * mono-debugger-debugger.c: While the debugger is locked, remember
26335         whether the symbol tables have changes and send one single
26336         MONO_DEBUGGER_EVENT_RELOAD_SYMTABS when releasing the lock.
26338 2004-04-14  Zoltan Varga  <vargaz@freemail.hu>
26340         * metadata.h: Add STRARRAY_STRWLPARRAY marshalling convention.
26342         * marshal.h marshal.c (mono_marshal_string_array_to_unicode): New 
26343         function.
26345         * marshal.c (mono_marshal_get_native_wrapper): Take CharSet into
26346         account when marshalling string arrays. Fixes #56965.
26348 2004-04-13  Sebastien Pouliot  <sebastien@ximian.com>
26350         * icall.c: Add new icalls mapping for security.
26351         * security.c|h: Add internal calls for WindowsIdentity,
26352         WindowsImpersonationContext and WindowsPrincipal.
26354 2004-04-13  Gert Driesen (drieseng@users.sourceforge.net)
26356         * class.c: Added comment to ensure the System.MonoDummy class
26357         is removed when no longer necessary
26359 2004-04-13  Miguel de Icaza  <miguel@ximian.com>
26361         * appdomain.c: Pass arguments to the bootstraping exceptions to
26362         minimize JITed methods at boot
26364         * metadata.c (mono_exception_from_name_two_strings): Allow for the
26365         second string to be null.
26367         * icall.c (ves_icall_System_Text_Encoding_InternalCodePage):
26368         Change the protocol to minimize the JIT methods at startup.  Now
26369         it Returns the internal codepage, if the value of "int_code_page"
26370         is 1 at entry, and we can not compute a suitable code page
26371         number, returns the code page as a string.
26373 2004-04-13  Jackson Harper  <jackson@ximian.com>
26375         * culture-info-tables.h: Fix number of decimal digits for all
26376         english locales.
26378 2004-04-13  Jackson Harper  <jackson@ximian.com>
26380         * icall.c: Clairfy out of sync error message. It is not always
26381         your corlib that is out of sync.
26383 2004-04-13  Zoltan Varga  <vargaz@freemail.hu>
26385         * icall.c (ves_icall_Type_GetPropertiesByName): Avoid duplicate
26386         properties when only the set accessor is overriden. Fixes #55874.
26388 2004-04-09  Zoltan Varga  <vargaz@freemail.hu>
26390         * assembly.c (mono_assembly_load_references): Make this thread safe.
26391         Fixes #56327.
26393 2004-04-08  Zoltan Varga  <vargaz@freemail.hu>
26395         * monosn.c: Add missing initialization calls.
26397 2004-04-08  Bernie Solomon  <bernard@ugsolutions.com>
26399         * locales.c:
26400         ves_icall_System_Globalization_CultureInfo_construct_number_format
26401         Fix g_assert so it compiles on fussier compilers re int/ptr
26402         mismatch
26404 2004-04-08  Dick Porter  <dick@ximian.com>
26406         * socket-io.h:
26407         * socket-io.c: Don't set SO_REUSEADDR on windows.  Fixes bug
26408         53992.  Also rearrange the code so that the internal calls return
26409         an error value and exceptions are thrown from managed code.
26411         * icall.c: Add type info to the socket icalls.
26413 2004-04-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26415         * object.h: synchronize MonoCompareInfo with CompareInfo class. Someone
26416         owes me a beer.
26418 2004-04-07  Martin Baulig  <martin@ximian.com>
26420         * class.c (mono_class_from_generic_parameter): Don't default
26421         `klass->parent' to `mono_defaults.object_type'.
26423 2004-04-07  Martin Baulig  <martin@ximian.com>
26425         * reflection.c (mono_reflection_initialize_generic_parameter): Set
26426         `param->pklass->reflection_info'.       
26428 2004-04-07  Jackson Harper  <jackson@ximian.com>
26430         * culture-info-tables.h: Fix date separator symbol.
26431         
26432 2004-04-07  Martin Baulig  <martin@ximian.com>
26434         * icall.c (ves_icall_Type_GetGenericArguments): Moved this icall
26435         from System.Type to System.MonoType.
26437 2004-04-07  Martin Baulig  <martin@ximian.com>
26439         * reflection.h
26440         (MonoReflectionGenericParam): Added `has_reference_type' and
26441         `has_value_type' fields.
26443         * reflection.c (mono_image_get_generic_param_info): Encode the
26444         correct flags if we have the `class' or `struct' constraint.
26446 2004-04-07  Martin Baulig  <martin@ximian.com>
26448         * reflection.h
26449         (MonoReflectionGenericParam): Added `MonoBoolean has_ctor_constraint'.
26451 2004-04-07  Jackson Harper  <jackson@ximian.com>
26453         * appdomain.c: Revert extra patches, just wanted to bump the
26454         version number.
26455         
26456 2004-04-07  Jackson Harper  <jackson@ximian.com>
26458         * Makefile.am: Add culture-info private headers.
26459         * icall.c: Add new icalls for contructing locales.
26460         * locales.c: Construct CultureInfo objects from lookup tables instead of using ICU.
26461         * locales.h: Declare new culture info construction methods.
26462         * object.h: Add new fields used to avoid the CultureMap to
26463         MonoCultureInfo.
26464         * culture-info.h: Definition of structs used in the culture info
26465         tables.
26466         * culture-info-tables.h: Autogenerated tables that contain culture
26467         info data. This file was generated with the locale-builder tool.
26468         * appdomain.c: Incement corlib version number.
26469         
26470 2004-04-07  Bernie Solomon  <bernard@ugsolutions.com>
26472         * appdomain.c: (mono_runtime_init) move mono_thread_init
26473         to before mono_object_new calls so critical sections
26474         are initialized before use.
26476 2004-04-07  Martin Baulig  <martin@ximian.com>
26478         * icall.c
26479         (ves_icall_TypeBuilder_define_generic_parameter): Removed.
26480         (ves_icall_MethodBuilder_define_generic_parameter): Removed.
26481         (ves_icall_MonoGenericParam_initialize): Removed.
26482         (monogenericparam_icalls): Removed.
26483         (generictypeparambuilder_icalls): Added new table for
26484         System.Reflection.Emit.GenericTypeParameterBuilder.
26486         * reflection.c
26487         (mono_reflection_define_generic_parameter): Removed.
26488         (mono_reflection_initialize_generic_parameter): This is now called
26489         from GenericTypeParameterBuilder's .ctor.
26491 2004-04-06  Martin Baulig  <martin@ximian.com>
26493         * class.c (mono_class_init): Don't inflate nested classes in a
26494         generic instance.
26495         (mono_type_get_name_recurse): Include the generic arguments for
26496         generic instances and generic type declarations.
26497         (inflate_generic_type): Correctly inflate MONO_TYPE_SZARRAY.
26498         (_mono_class_get_instantiation_name): Removed.
26499         (mono_class_create_generic): Always use `gklass->name' as our name.
26501         * class.h (MonoGenericInst): Removed `nested_in', and `nested'.
26503         * icall.c (ves_icall_MonoGenericInst_GetDeclaringType): Removed.
26504         (ves_icall_MonoGenericInst_GetNestedTypes): Removed.
26505         (ves_icall_MonoMethod_GetGenericParameters): Renamed to
26506         ves_icall_MonoMethod_GetGenericArguments() and correctly handle
26507         closed generic methods here.
26509         * reflection.c
26510         (mono_reflection_generic_inst_get_nested_types): Removed.
26511         (inflate_mono_method): Copy the generic parameters from the
26512         MonoMethodHeader into out MonoGenericMethod.
26514 2004-04-06  Martin Baulig  <martin@ximian.com>
26516         * row-indexes.h
26517         (MONO_GENERICPARAM_DEPRECATED_CONSTRAINT): Removed.
26519         * metadata.c (GenericParamSchema): Removed "DeprecatedConstraint".
26521         * reflection.c (build_compressed_metadata): If we have any entries
26522         in the GenericParam, MethodSpec or GenericParamConstraint tables,
26523         set the header version to 1.1.
26525 2004-04-06  Martin Baulig  <martin@ximian.com>
26527         * class.c (mono_class_init): If we're a generic instance,
26528         initialize our nested classes, too.
26529         (_mono_class_get_instantiation_name): Deal with the new `!%d'
26530         suffix. 
26532 2004-04-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26534         * process.c: quote the argument passed to the shell on windows.
26536 2004-04-05  Zoltan Varga  <vargaz@freemail.hu>
26538         * threads.c (mono_alloc_special_static_data): Allow this to be
26539         called during startup.
26541 2004-04-02  Martin Baulig  <martin@ximian.com>
26543         * icall.c
26544         (ves_icall_MonoGenericInst_GetDeclaringType): New icall.
26546 2004-04-02  Zoltan Varga  <vargaz@freemail.hu>
26548         * icall.c: Fix build.
26550 2004-04-02  Sebastien Pouliot  <sebastien@ximian.com>
26552         * Makefile.am: Added security.c|h.
26553         * icall.c: Added icall for get_UserName;
26554         * security.c: New file for security related icalls. Added function
26555         get_UserName for System.Environment (fix #56144).
26556         * security.h: New. Header file for security.c
26558 2004-04-02  Dick Porter  <dick@ximian.com>
26560         * icall.c: Deleted the icalls that were obsoleted some time ago
26561         by the ICU string code, and which were mixed into the icall
26562         rearranging.  Fixes bug 55969.
26564         * string-icalls.h: 
26565         * string-icalls.c: Deleted the code that those icalls reference.
26567 2004-04-01  Martin Baulig  <martin@ximian.com>
26569         * metadata.h (MONO_CLASS_IS_INTERFACE): New macro.
26571         * class.c (mono_class_from_generic_parameter): Don't set 
26572         TYPE_ATTRIBUTE_INTERFACE.
26573         (my_mono_class_from_generic_parameter): Likewise.
26575 2004-04-01  Martin Baulig  <martin@ximian.com>
26577         * loader.c (find_method): Added an optional `MonoClass *ic'
26578         argument to search in a specific interface.
26579         (mono_get_method_constrained): New public function.
26581 2004-04-01  Martin Baulig  <martin@ximian.com>
26583         * reflection.c (mono_image_get_generic_field_token): Use the
26584         `handleref' cache here.
26586 2004-04-01  Martin Baulig  <martin@ximian.com>
26588         * reflection.h (MonoDynamicImage): Added `GHashTable *typespec'.
26590         * reflection.c (create_generic_typespec): Use the `typespec' hash
26591         here, not the `typeref' one.    
26593 2004-04-01  Martin Baulig  <martin@ximian.com>
26595         * class.c (mono_class_inflate_generic_type): Moved the
26596         functionality into a new static inflate_generic_type() which
26597         returns NULL if it didn't do anything.  Only increment the
26598         `mono_stats.inflated_type_count' if we actually inflated
26599         something.
26600         (mono_class_get_full): Check the classes type to see whether we
26601         need to inflate it; also inflate MONO_TYPE_(M)VAR.
26603 2004-04-01  Jackson Harper  <jackson@ximian.com>
26605         * reflection.c: Set culture for assembly references.
26606         
26607 2004-04-01 Ben Maurer  <bmaurer@users.sourceforge.net>
26609         * reflection.[ch], icall.[ch], Fix support for pinning variables.
26611 2004-04-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26613         * assembly.c:
26614         (do_mono_assembly_open): the critical section also covers
26615         mono_image_open and mono_image_open_from_data. Fixes bug #56327.
26617 2004-03-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26619         * threads.c:
26620         (mono_manage_threads): abort the background threads when finishing.
26621         Fixes bug #47232.
26623 2004-03-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26625         * gc.c: only close the done_event handle if there was no timeout.
26626         C-ified comments.
26628 2004-03-30  Martin Baulig  <martin@ximian.com>
26630         * icall.c (icall_entries): It's called "System.Activator", not
26631         "System.Activation".    
26633 2004-03-30  Martin Baulig  <martin@ximian.com>
26635         * class.c (mono_ldtoken): Added `MonoGenericContext *' argument.
26636         (mono_class_create_from_typespec): Likewise.
26638 2004-03-30  Martin Baulig  <martin@ximian.com>
26640         * reflection.h (MonoReflectionGenericParam): Use MonoBoolean for
26641         `has_ctor_constraint' and `initialized'.
26643 2004-03-30  Martin Baulig  <martin@ximian.com>
26645         * reflection.c (encode_new_constraint): New static function to add
26646         the constructor constraint attribute to a type parameter.
26647         (encode_constraints): Call encode_new_constraint() if necessary.
26649         * reflection.h
26650         (MonoReflectionGenericParam): Added `guint32 has_ctor_constraint'.
26652         * row-indexes.h: Added CUSTOM_ATTR_GENERICPAR.
26653         
26654 2004-03-29 Ben Maurer  <bmaurer@users.sourceforge.net>
26656         * reflection.c, icall.c: add support for pinning variables. 
26658 2004-03-29  Bernie Solomon  <bernard@ugsolutions.com>
26660         * marshal.c (mono_marshal_get_managed_wrapper):
26661         init bool local with zero rather than null.
26663 2004-03-29  Martin Baulig  <martin@ximian.com>
26665         * icall.c (ves_icall_MonoMethod_get_HasGenericParameters): Show
26666         the "official" behavior here.
26667         (ves_icall_MonoMethod_get_Mono_IsInflatedMethod): New interncall.
26669 2004-03-29  Martin Baulig  <martin@ximian.com>
26671         * icall.c: Reflect latest API changes.
26673 2004-03-29  Martin Baulig  <martin@ximian.com>
26675         * loader.c (mono_get_method_from_token): Also call
26676         mono_metadata_load_generic_params () for abstract and interface
26677         methods; replace the type arguments in the method signature with
26678         the ones which are loaded from the metadata.
26680 2004-03-29  Lluis Sanchez Gual  <lluis@ximian.com>
26682         * monitor.c: In mono_monitor_exit(), don't throw an exception if the owner
26683         of the lock is not the current thread. MS.NET don't do it, in spite of
26684         what the documentation says. See bug #56157.
26686 2004-03-28  Martin Baulig  <martin@ximian.com>
26688         * class.c (mono_class_init): Don't call init_properties() and
26689         init_events() for generic instances; set `prop->parent' when
26690         inflating properties.
26692         * reflection.c (mono_generic_inst_get_object): Call
26693         `mono_class_init (ginst->klass)'.
26694         (mono_type_get_object): Only create a MonoGenericInst if your
26695         generic type is a TypeBuilder.
26696         (do_mono_reflection_bind_generic_parameters): Only set
26697         `ginst->is_dynamic' if our generic type is a TypeBuilder.
26699 2004-03-28  Zoltan Varga  <vargaz@freemail.hu>
26701         * appdomain.c (unload_thread_main): Do not clear proxy_vtable_hash.
26702         Fixes #56091.
26704 2004-03-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26706         * icall.c: added Kill_internal icall.
26707         * process.[ch]: added Kill_internal icall.
26709 2004-03-25  Martin Baulig  <martin@ximian.com>
26711         * class.h (MonoStats): Added `generic_instance_count',
26712         `inflated_method_count', `inflated_type_count' and
26713         `generics_metadata_size'.       
26715 2004-03-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26717         * reflection.c: no warnings now.
26719 2004-03-25  Martin Baulig  <martin@ximian.com>
26721         * class.c (mono_class_get_full): New public function; does a
26722         mono_class_get(), but also takes a `MonoGenericContext *'.
26724         * loader.c (mono_field_from_memberref): Renamed to
26725         `field_from_memberref', made static and added `MonoGenericContext *'
26726         argument.
26727         (mono_field_from_token): Added `MonoGenericInst *' argument.
26728         (method_from_memberef): Likewise.
26729         (mono_get_method_from_token): Likewise.
26730         (mono_get_method_full): New public function; does a
26731         mono_get_method(), but also takes a `MonoGenericContext *'.
26733         * verify.c (mono_method_verify): Get the method's generic context
26734         and pass it to mono_field_from_token(), mono_get_method_full() and
26735         mono_class_get_full().
26737 2004-03-25  Martin Baulig  <martin@ximian.com>
26739         * class.c (mono_class_inflate_generic_type): Take a
26740         `MonoGenericContext *' instead of a `MonoGenericInst *' and a
26741         `MonoGenericMethod *'.
26743 2004-03-25  Martin Baulig  <martin@ximian.com>
26745         * loader.h (MonoMethodInflated): Store the MonoGenericContext
26746         instead of the MonoGenericMethod here.
26748 2004-03-25  Martin Baulig  <martin@ximian.com>
26750         * class.h (MonoGenericInst): Added `MonoGenericContext *context';
26751         each time we create a new MonoGenericInst, we also create a new
26752         context which points back to us.
26754         * class.c (inflate_method): Use `ginst->context' instead of
26755         creating a new context.
26757         * loader.c (method_from_memberref): Use
26758         `klass->generic_inst->context' instead of creating a new context.
26760 2004-03-25  Martin Baulig  <martin@ximian.com>
26762         * class.h (MonoGenericContext): New struct.
26763         (MonoGenericMethod): Removed `generic_inst'.
26765         * class.c (mono_class_inflate_generic_method): Take a
26766         `MonoGenericContext *' instead of a `MonoGenericMethod *'.
26768 2004-03-25  Martin Baulig  <martin@ximian.com>
26770         * loader.h (MonoMethodInflated): New typedef.
26772         * metadata.h (MonoMethodSignature): Removed `gen_method', make
26773         `generic_param_count' consume just 30 bits, added `is_inflated'
26774         and `has_type_parameters' flags (one bit each).
26776         * class.c (mono_class_inflate_generic_method): Create a
26777         MonoMethodInflated instead of a MonoMethodNormal and set
26778         `is_inflated' in the method signature.
26780         * class.h (MonoGenericMethod): Removed `generic_method'.
26782 2004-03-25  Lluis Sanchez Gual  <lluis@ximian.com>
26784         * image.c: Make sure the name of a MonoImage is always an absolute path.
26785           This fixes bug #54415.
26787 2004-03-24  Martin Baulig  <martin@ximian.com>
26789         * class.c (mono_class_setup_vtable): If we're a generic instance,
26790         use our generic type's vtable size.
26792 2004-03-24  Zoltan Varga  <vargaz@freemail.hu>
26794         * appdomain.c (ves_icall_System_AppDomain_InternalUnload): Add
26795         MONO_NO_UNLOAD env var as a temporary workaround for unloading 
26796         problems.
26798 2004-03-23  Martin Baulig  <martin@ximian.com>
26800         * class.h (MonoDynamicGenericInst): Added `int count_events' and
26801         `MonoEvent *events'.
26803         * icall.c (ves_icall_MonoGenericInst_GetEvents): New interncall.
26804         (typebuilder_icalls): Added "get_event_info"; calls
26805         mono_reflection_event_builder_get_event_info(). 
26807         * reflection.c (mono_reflection_generic_inst_initialize): Added
26808         `MonoArray *events'.
26809         (mono_reflection_event_builder_get_event_info): New function.
26811 2004-03-23  Bernie Solomon  <bernard@ugsolutions.com>
26813         * object.h: add mono_type_initialization_init
26815         * object.c (mono_runtime_class_init): 
26816         implement class constructor synchronization rules
26817         to cope with threading issues.  
26818         add mono_type_initialization_init
26820         * appdomain.c (mono_runtime_init): call 
26821         mono_type_initialization_init
26823         * class.h: removing initializing field from MonoVTable
26825 2004-03-23  Martin Baulig  <martin@ximian.com>
26827         * class.c (my_mono_class_from_generic_parameter): Use
26828         `param->name' if it's not NULL. 
26830 2004-03-22 Ben Maurer  <bmaurer@users.sourceforge.net>
26832         * class.c: do not insert non-virtual methods in the vtable.
26833         * icall.c, mono-debug-debugger.c, object.c: if method->slot == -1,
26834         that means the method is non-virtual. This never would have
26835         happened before.
26837 2004-03-22  Lluis Sanchez Gual  <lluis@ximian.com>
26839         * profiler.c: Added lock for accessing coverage_hash.
26841 2004-03-22  Martin Baulig  <martin@ximian.com>
26843         * icall.c (ves_icall_MethodInfo_get_IsGenericMethod): Use
26844         `method->method->signature->generic_param_count != 0' to make it
26845         work for interface methods.
26847 2004-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26849         * process.c: quote the string passed to the shell using g_shell_quote.
26851 2004-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26853         * threads.c:
26854         (mono_threads_manage): don't remove the finalizer thread and self
26855         from the threads hash table so that mono_thread_manage can be called
26856         more than once.
26858 2004-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26860         * process.c: quote the arguments when UseShellExecute is true. Fixes
26861         bug #55790.
26863 2004-03-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26865         * threads.c: set mono_thread_detach as a cleanup routine for every
26866         thread. This way it's always executed upon thread termination, either
26867         aborted or finished normally. No more xsp hangs!
26869 2004-03-17  Martin Baulig  <martin@ximian.com>
26871         * class.h (MonoGenericInst): Replaced the `GList *nested' with an
26872         `int count_nested' and a `MonoType **nested'.
26874         * reflection.c (mono_reflection_bind_generic_parameters): Moved
26875         most of the functionality into a new static
26876         do_mono_reflection_bind_generic_parameters() and don't take a
26877         `MonoType *nested_in' argument any more.  Don't compute nested
26878         types here.
26879         (mono_reflection_generic_inst_get_nested_types): New public method
26880         to get nested types.
26882         * class.c (mono_class_create_generic): Set `klass->nested_in' if
26883         we're a nested class.
26885         * icall.c (ves_icall_MonoGenericInst_GetNestedTypes): Call
26886         mono_reflection_generic_inst_get_nested_types() to compute the
26887         nested types.
26889 2004-03-17  Zoltan Varga  <vargaz@freemail.hu>
26891         * threads.c (ves_icall_System_Threading_Thread_Abort): Add a more
26892         descriptive error message under windows.
26893         
26894 2004-03-17  Martin Baulig  <martin@ximian.com>
26896         * class.c (dup_type): Added `const MonoType *original' argument;
26897         copy the attrs from the original type.
26899 2004-03-17  Martin Baulig  <martin@ximian.com>
26901         * metadata.c (do_mono_metadata_parse_generic_inst): Use the
26902         `m->generic_inst_cache' here.
26904 2004-03-17  Zoltan Varga  <vargaz@freemail.hu>
26906         * exception.h exception.c: Add stack_overflow_exception.
26908 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26910         * threadpool.c:
26911         (overlapped_callback): call SetEvent *after* invoking the callback.
26912         No need to call CloseHandle.
26914 2004-03-16  Martin Baulig  <martin@ximian.com>
26916         * reflection.c (mono_image_get_fieldref_token): Take a
26917         `MonoReflectionField *' instead of a `MonoClassField *' and a
26918         `MonoClass *'; store the `MonoReflectionField *' in the hash.
26920 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26922         * appdomain.c: don't add the culture to the filename we're looking for
26923         if it's neutral or NULL. Fixes bug #53788. Removed redundant memset.
26925 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26927         * locales.c: don't ignore symbols when doing case insensitive compares.
26928         Thanks Dick! Fixes bug #54046.
26930         * threads.c: surround 'threads' usage with enter/leave in
26931         mono_thread_manage.
26933 2004-03-16  Zoltan Varga  <vargaz@freemail.hu>
26935         * marshal.c (mono_marshal_get_native_wrapper): Char arrays are 
26936         implicitly marshalled as [Out]. Fixes #55450.
26938         (mono_marshal_get_runtime_invoke): Zero out the result if there is
26939         an exception.
26941 2004-03-16  Martin Baulig  <martin@ximian.com>
26943         * class.c (mono_class_from_generic_parameter): Use the actual
26944         parameter name. 
26946 2004-03-16  Martin Baulig  <martin@ximian.com>
26948         * reflection.c (type_get_signature_size): New static function.
26949         Compues the size of the type in a method signature.
26950         (method_get_signature_size): New static function; calls
26951         type_get_signature_size() to compute the actual size of the
26952         method's signature.
26953         (method_encode_signature): Use method_get_signature_size() to get
26954         the signature's size rather than using `nparams * 10'.
26956 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26958         * file-io.h: define here WapiOverlapped on windows. I don't want the
26959         regular OVERLAPPED one.
26961         * file-io.c:
26962         * threadpool.c: somehow, BindIoCompletionCallback is not found.
26963         Disabling AIO on windows.
26965 2004-03-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26967         * marshal.c: Marshal.SizeOf throws an exception for AutoLayout. Fixes
26968         bug #55385.
26970 2004-03-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26972         * appdomain.c: upgraded corlib version.
26974         * file-io.c: implemented new icalls: GetSupportsAIO, BeginRead
26975         and BeginWrite. Allow opening files for asynchrnous operations.
26977         * file-io.h: new struct that maps FileStreamAsyncResult.
26978         * icall.c: added new icalls.
26979         * process.[ch]: support setting child process environment variables
26980         and use the SHELL or COMSPEC when UseShellExecute is true.
26982         * threadpool.[ch]: fixed warnings, moved ThreadPool icalls here. The
26983         callback for async. IO is here and also BindHandle.
26985         * threads.[ch]: added mono_thread_detach and removed ThreadPool icalls
26986         from here.
26988 2004-03-14  Zoltan Varga  <vargaz@freemail.hu>
26990         * reflection.c (create_custom_attr): Allow len == 0.
26992         * object.c (mono_class_compute_gc_descriptor): Fix descriptor
26993         computation on big-endian machines.
26995 2004-03-13  Martin Baulig  <martin@ximian.com>
26997         * class.h (MonoGenericInst): Added `int count_ifaces'.
26999         * iclass.c (ves_icall_MonoGenericInst_GetInterfaces): Use
27000         `ginst->count_ifaces' instead `klass->interface_count' since we
27001         may get called before the vtable is created.
27003         * loader.c (mono_method_get_param_names): If we're a generic
27004         instance, return and don't initialize the class.
27006         * reflection.c (mono_reflection_setup_generic_class): Don't call
27007         ensure_runtime_vtable().
27008         (mono_reflection_bind_generic_parameters): Set
27009         `ginst->count_ifaces'.
27011 2004-03-11  Jackson Harper <jackson@ximian.com>
27013         * icall.c:
27014         * unicode.c:
27015         * unicode.h: Remove unused System.Char icalls.
27016         
27017 2004-03-11  Miguel de Icaza  <miguel@ximian.com>
27019         * loader.c (mono_lookup_pinvoke_call): Call the Windows.Forms init
27020         code when we P/Invoke the first library in Windows.Forms, instead
27021         of when we first open the assembly.
27023         * assembly.c: Drop the lookup from here.
27025 2004-03-10  Martin Baulig  <martin@ximian.com>
27027         * reflection.c (mono_reflection_get_custom_attrs): Use the correct
27028         class for properties, fields and events.  Finally fixes #54945.
27030 2004-03-10  Martin Baulig  <martin@ximian.com>
27032         * metadata.c (mono_metadata_class_equal): New static function;
27033         checks whether two generic instances or two generic parameters are
27034         equal.
27035         (mono_metadata_type_equal): Use mono_metadata_class_equal() to
27036         compare classes.        
27038 2004-03-10  Martin Baulig  <martin@ximian.com>
27040         * class.h (MonoGenericMethod): Added `gpointer reflection_info'.
27042         * reflection.c (inflate_mono_method): Added `MonoObject *obj'
27043         argument and write it into the `reflection_info' field.
27045         * icall.c
27046         (ves_icall_MethodBase_GetGenericMethodDefinition): New interncall.
27047         (ves_icall_MethodBase_get_HasGenericParameters): New interncall.
27049 2004-03-09  Jackson Harper  <jackson@ximian.com>
27051         * char-conversions.h: use 8 bits for numeric data its all we need
27052         * icall.c: numeric data is only 8 bits now.
27054 2004-03-09  Martin Baulig  <martin@ximian.com>
27056         * class.h (MonoProperty, MonoEvent): Added `MonoClass *parent'.
27058         * class.c (init_properties, init_events): Initialize the new
27059         `parent' field.
27061         * reflection.c (typebuilder_setup_properties): Likewise.
27062         (typebuilder_setup_events): Likewise.
27064         * reflection.h (MonoEventInfo): Replaced `parent with
27065         `declaring_type' and `reflected_type'.
27067         * icall.c (ves_icall_get_property_info): Distinguish between
27068         declaring and reflected type.
27069         (ves_icall_get_event_info): Likewise.
27071 2004-03-09  Martin Baulig  <martin@ximian.com>
27073         * icall.c (ves_icall_Type_GetTypeCode): Added MONO_TYPE_GENERICINST.
27074         (ves_icall_Type_GetField): Correctly set field->klass.
27076 2004-03-09  Zoltan Varga  <vargaz@freemail.hu>
27078         * loader.h: Fix warning.
27080 2004-03-08  Miguel de Icaza  <miguel@ximian.com>
27082         *  loader.c, loader.h (mono_loader_wine_init): Loads the Wine/Lib
27083         library routine if present.  Notice that it will still continue
27084         executing even if its missing, for those working on the Gtk#
27085         edition of Windows.Forms.
27087         * assembly.c (do_mono_assembly_open): If loading the
27088         System.Windows.Forms call mono_loader_wini_init.
27090 2004-03-04  Lluis Sanchez Gual  <lluis@ximian.com>
27092         * class.h: Added MonoRemoteClass struct.
27093         * domain.c: Changed hash function for proxy_vtable_hash. It now uses a
27094         function for MonoStrings.
27095         * icall.c: In GetTransparentProxy, assign a MonoRemoteClass to the proxy.
27096         Added internal call for getting the proxy type.
27097         * marshal.c: Get the type of transparent proxies from its remote_class.
27098         Added methods that generate the IL for type checks and casts:
27099         mono_marshal_get_isinst, mono_marshal_get_castclass, 
27100         mono_marshal_get_proxy_cancast.
27101         * marshal.h: Declaration of the previous new methods.
27102         * object.c: Added new moethods for creating and updating MonoRemoteClass
27103         instances: mono_remote_class, mono_upgrade_remote_class, 
27104         * object.h: Added MonoRemoteClass reference in MonoTransparentProxy.
27105         * verify.c: FIx transparent_proxy_fields layout.
27106         * appdomain.c: Bump corlib version.
27108 2004-03-04  Jackson Harper  <jackson@ximian.com>
27110         * icall.c: Add icall to access char conversion tables.
27111         * char-conversions.h: Character conversion tables.
27112         * Makefile.am: Add char-conversions.h private header file.
27113         
27114 2004-03-04  Zoltan Varga  <vargaz@freemail.hu>
27116         * appdomain.c (unload_thread_main): Increase unloading timeout to
27117         10 sec as a temporary workaround for Nant problems.
27119 2004-02-29  Zoltan Varga  <vargaz@freemail.hu>
27121         * gc.c: Add checks for GC_enable and GC_disable.
27123         * string-icalls.c locales.c: Applied patch from Jaroslaw Kowalski
27124         (jaak@zd.com.pl). Fix memory corruption in String.Replace 
27125         (bug #54988).
27126         
27127 2004-02-27  Martin Baulig  <martin@ximian.com>
27129         * reflection.c (mono_reflection_bind_generic_parameters): Take a
27130         `MonoReflectionType *' instead of a `MonoType *'.
27132 2004-02-26  Zoltan Varga  <vargaz@freemail.hu>
27134         * gc.c (run_finalize): Avoid finalizing the object representing the
27135         finalizer thread.
27136         (finalizer_thread): Fix warning.
27138 2004-02-25  Martin Baulig  <martin@ximian.com>
27140         * class.c (_mono_class_get_instantiation_name): Added `int offset'
27141         argument for nested types.
27142         (mono_class_create_generic): Added support for nested generictypes.
27144         * class.h (MonoGenericInst): Added `MonoType *nested_in' and
27145         `GList *nested'.
27147         * icall.c (ves_icall_MonoGenericInst_GetNestedTypes): New icall.
27149         * reflection.c (method_encode_signature): Increase the minimum
27150         value of `size' from 10 to 11.
27151         (mono_reflection_bind_generic_parameters): Take `int type_argc'
27152         and `MonoType **types' arguments instead of the `MonoArray
27153         *types'; added `MonoType *nested_in'.  Recursively instantiate
27154         nested classes. 
27156 2004-02-23  Zoltan Varga  <vargaz@freemail.hu>
27158         * appdomain.h (MonoDomain): Add preallocated null_reference_ex and 
27159         stack_overflow_ex members which are used by exception handling.
27161         * appdomain.c (mono_runtime_init): Initialize the new members.
27163         * gc.c (mono_gc_enable): New helper function.
27164         * gc.c (mono_gc_disable): New helper function.
27166 2004-02-23  Martin Baulig  <martin@ximian.com>
27168         * icall.c: I must have been really stupid - make it actually work
27169         this time ;-)
27171 2004-02-23  Martin Baulig  <martin@ximian.com>
27173         * loader.c (method_from_memberref): Only inflate the method if
27174         it's in another klass.
27176 2004-02-23  Martin Baulig  <martin@ximian.com>
27178         * class.c (mono_class_inflate_generic_type): Fixed two bugs.
27179         (mono_class_init): If we're a generic instance and an interface,
27180         compute `class->interface_id'; also create `class->interfaces'
27181         here and inflate them.
27183         * metadata.c (do_mono_metadata_parse_generic_inst): Compute
27184         `ginst->is_open'.
27185         (mono_type_stack_size): Fix for MONO_TYPE_GENERICINST.
27187         * reflection.c (mono_image_create_token): Allow "MonoGenericInst".
27189 2004-02-15  Miguel de Icaza  <miguel@ximian.com>
27191         * reflection.c (method_encode_code): Improved the error message
27192         generated by the exception.
27194 2004-02-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27196         * icall.c: Martin did not do what he said in the ChangeLog for
27197         2004-02-18, but put back the changes for properties and events.
27198         Commenting those changes out again and adding comment to bug #54518.
27199         
27200         * process.c: removed warning.
27202 2004-02-20  Zoltan Varga  <vargaz@freemail.hu>
27204         * marshal.c (emit_struct_conv): Print an error message instead of
27205         asserting when a type does not have the StructLayout attribute.
27207 2004-02-20  Martin Baulig  <martin@ximian.com>
27209         * reflection.c (mono_type_get_object): Also use the cache for
27210         generic instances.
27211         (mono_reflection_bind_generic_parameters): Always compute
27212         `ginst->ifaces'.        
27214 2004-02-20  Martin Baulig  <martin@ximian.com>
27216         * class.h (MonoGenericMethod): Removed `klass'.
27218         * class.c (mono_class_inflate_generic_method): Added `MonoClass
27219         *klass' argument.
27221 2004-02-20  Martin Baulig  <martin@ximian.com>
27223         * reflection.c (method_encode_methodspec): Actually use the
27224         uninflated signature for the memberref.
27226 2004-02-20  Martin Baulig  <martin@ximian.com>
27228         * class.h (MonoGenericMethod): Removed `declaring'.
27230         * class.c (mono_class_inflate_generic_method): If `gmethod->klass'
27231         is NULL, compute it here.
27233 2004-02-20  Martin Baulig  <martin@ximian.com>
27235         * image.h (MonoImage): Added `GHashTable *generic_inst_cache'.
27237         * metadata.c (mono_metadata_generic_inst_hash): New method.
27238         (mono_metadata_generic_inst_equal): New method.
27240         * reflection.c (mono_reflection_bind_generic_parameters): Use the
27241         `klass->image->generic_inst_cache' cache to avoid creating
27242         duplicate MonoGenericInst's.
27244         * class.c (mono_class_inflate_generic_type): Use the cache.
27246 Thu Feb 19 19:39:09 CET 2004 Paolo Molaro <lupus@ximian.com>
27248         * object.c: fixed gc descriptor calculation for embedded valuetypes.
27250 2004-02-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27252         * icall.c: added Socket.WSAIoctl icall.
27254         * socket-io.[ch]: implemented
27255         ves_icall_System_Net_Sockets_Socket_WSAIoctl.
27257 2004-02-19  Atsushi Enomoto  <atsushi@ximian.com>
27259         * icall.c: removed IsDigit, IsSeparator, IsWhiteSpace from char_icalls.
27261 2004-02-18  Urs C Muff  <umuff@quark.com>
27263         * debug-mono-symfile.c, mono-debug-debugger.c, mono-debug.c: Make
27264         this work on PPC and other big-endian architectures.
27266         * debug-mono-symfile.h: Prepended the names of all the `guint32'
27267         fields with an underscore to make sure they're only accessed by
27268         the read32() macro.
27270 2004-02-18  Martin Baulig  <martin@ximian.com>
27272         * icall.c: Put the klass->refclass changes back for methods and
27273         fields, but not for properties and events.  We're currently not
27274         distinguishing between DeclaringType and ReflectedType for
27275         properties and events, that's what caused the regressions.
27277 2004-02-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27279         * object.c:
27280         (mono_async_result_new): the handle can be NULL.
27282         * threadpool.c: Use an event instead of a semaphore, don't initialize
27283         it until needed. This saves quite a few semaphores from being created
27284         when using the threadpool.
27286 2004-02-18  Zoltan Varga  <vargaz@freemail.hu>
27288         * object.c (mono_string_is_interned_lookup): Fix interning of long
27289         strings. Fixes #54473.
27291         * domain.c (ldstr_equal): Optimize if the two strings are equal.
27293         * icall.c: Revert the klass->refclass changes since they introduce
27294         regressions (bug #54518).
27296 2004-02-18  Martin Baulig  <martin@ximian.com>
27298         * class.c (mono_class_init): If we're a generic instance and don't
27299         come from a TypeBuilder, inflate our members here.
27300         (mono_class_from_generic): Removed; just use `ginst->klass' instead.
27301         (mono_class_create_generic): New public method.
27302         (mono_class_initialize_generic): Removed.
27303         (get_instantiation_name): Renamed to
27304         _mono_class_get_instantiation_name() and made it public.
27306 2004-02-18  Martin Baulig  <martin@ximian.com>
27308         * class.c (mono_class_inflate_generic_type): Clear the new
27309         instance's `nginst->klass' when inflating a generic instance.
27310         (mono_class_is_subclass_of): Added (basic) support for generic
27311         instances.
27313 Tue Feb 17 21:40:16 CET 2004 Paolo Molaro <lupus@ximian.com>
27315         * appdomain.h, domain.c: use a MonoCodeManager instead of a
27316         MonoMempool to hold compiled native code.
27318 2004-02-17  Martin Baulig  <martin@ximian.com>
27320         * class.h (MonoDynamicGenericInst): Added `count_properties' and
27321         `properties'.
27323         * reflection.c (mono_reflection_generic_inst_initialize): Added
27324         `MonoArray *properties' argument.
27326         * icall.c (ves_icall_MonoGenericInst_GetProperties): New interncall.    
27328 2004-02-17  Martin Baulig  <martin@ximian.com>
27330         * icall.c (ves_icall_Type_GetFields): Renamed to
27331         ves_icall_Type_GetFields_internal() and added a
27332         `MonoReflectionType *rtype' argument; pass it to
27333         mono_field_get_object() to set the field's "reflected" type.
27334         (ves_icall_Type_GetConstructors): Likewise.
27335         (ves_icall_Type_GetEvents): Likewise.
27336         (ves_icall_Type_GetMethodsByName): Added `MonoReflectionType *rtype'
27337         argument; pass it to mono_method_get_object() to set the method's
27338         "reflected" type.       
27340 2004-02-17  Martin Baulig  <martin@ximian.com>
27342         * class.h (MonoDynamicGenericInst): New type.
27343         (MonoGenericInst): Added `dynamic_info' and `is_dynamic' fields.
27345         * icall.c (ves_icall_MonoGenericInst_GetMethods): New interncall.
27346         (ves_icall_MonoGenericInst_GetConstructors): New interncall.
27347         (ves_icall_MonoGenericInst_GetFields): New interncall.
27349         * class.c (mono_class_from_generic): Don't call
27350         mono_class_initialize_generic() if this is a dynamic instance;
27351         ie. it's being created from a TypeBuilder.
27352         Use MONO_TYPE_GENERICINST for `class->this_arg.type' and
27353         `class->byval_arg.type'.
27355         * reflection.c (mono_reflection_inflate_method_or_ctor): Renamed
27356         to `inflate_method' and made static.
27357         (mono_reflection_inflate_field): Removed.
27358         (mono_reflection_generic_inst_initialize): New public method.
27360         * reflection.h (MonoReflectionGenericInst): Removed `methods',
27361         `ctors' and `fields'; added `initialized'.
27363 2004-02-14  Zoltan Varga  <vargaz@freemail.hu>
27365         * debug-helpers.c (mono_method_full_name): Fix output for empty
27366         namespaces.
27368 2004-02-12  Martin Baulig  <martin@ximian.com>
27370         * class.h (MonoClassField): Added `MonoType *generic_type'.
27372         * reflection.c (mono_image_get_fieldref_token): Added support for
27373         instantiated generic types.
27374         (field_encode_inflated_field): Removed.
27375         (mono_image_get_inflated_field_token): Removed.
27376         (mono_reflection_inflate_field): Return a `MonoReflectionField *'.
27378         * reflection.h (MonoReflectionInflatedField): Removed.
27380 2004-02-12  Martin Baulig  <martin@ximian.com>
27382         * metadata.h (MonoMethodHeader, MonoMethodSignature): Moved the
27383         `gen_method' field from MonoMethodHeader to MonoMethodSignature.
27385         * reflection.c (mono_image_get_methodspec_token): Take a
27386         `MonoMethod *' instead of a `MonoReflectionInflatedMethod *'.
27387         (mono_image_create_token): Check whether we have a
27388         `method->signature->gen_method' and call
27389         mono_image_get_methodspec_token() if appropriate.
27390         (inflated_method_get_object): Removed.
27391         (mono_reflection_bind_generic_method_parameters): Return a
27392         `MonoReflectionMethod *', not a `MonoReflectionInflatedMethod *'.
27393         (mono_reflection_inflate_method_or_ctor): Likewise.
27395         * reflection.h (MonoReflectionInflatedMethod): Removed.
27397 2004-02-12  Zoltan Varga  <vargaz@freemail.hu>
27399         * marshal.c (mono_marshal_get_native_wrapper): Implement proper support
27400         for custom valuetype marshalling.
27402         * icall.c (icall_entries): Diagnostic -> Diagnostics. Fixes #54261.
27404 2004-02-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27406         * icall.c: fixed WSAGetLastError_internal name.
27408 2004-02-11  Zoltan Varga  <vargaz@freemail.hu>
27410         * threads.c (mono_thread_attach): Allow this to be called multiple
27411         times for a thread.
27412         
27413         * threads.c (build_wait_tids): Do not wait for ourselves.
27415         * threads.c (mono_thread_pop_appdomain_ref): Avoid crash if the 
27416         appdomain list is empty.
27418         * marshal.c (mono_marshal_get_native_wrapper): Do not free the
27419         memory returned by mono_string_builder_to_utf16, since it points into
27420         managed memory. Thanks to Bernie Solomon for noticing this.
27422         * icall.c: Add AppDomainSetup icalls.
27424         * reflection.h (MonoReflectionMethodAux): Add 'param_cattr' field.
27426         * reflection.c (mono_custom_attrs_from_param): Add support for dynamic
27427         types.
27429         * reflection.c (reflection_methodbuilder_to_mono_method): Save
27430         custom attributes to the method_aux struct. Also fix array indexes etc.
27432         * loader.c (mono_method_get_param_names): Make dynamic case work again.
27433         
27434 Tue Feb 10 17:03:04 CET 2004 Paolo Molaro <lupus@ximian.com>
27436         * icall.c, loader.c: icall cleanup: we save quite a bit of memory
27437         (both static and runtime) and reduce startup time.
27439 2004-02-10  Zoltan Varga  <vargaz@freemail.hu>
27441         * marshal.c (mono_marshal_get_native_wrapper): Throw an exception on
27442         AsAny marshalling conversion instead of crashing.
27444         * marshal.c: Fix warnings.
27446 2004-02-09  Martin Baulig  <martin@ximian.com>
27448         * class.h (MonoGenericMethod): Added `MonoMethod *declaring'.
27450         * reflection.h (MonoReflectionInflatedMethod): Removed the
27451         `declaring' field, it's now in the unmanaged MonoGenericMethod.
27453         * reflection.c (method_encode_methodspec): Removed the `method'
27454         argument; we get it from `gmethod->declaring'.
27455         (inflated_method_get_object): Removed the `declaring' argument.
27457 2004-02-09  Martin Baulig  <martin@ximian.com>
27459         * class.h (MonoGenericMethod): New type.
27460         (MonoGenericInst): Remove `mtype_argc', `mtype_argv' and
27461         `generic_method'.
27463         * metadata.h (MonoMethodHeader): Replaced the `geninst' field with
27464         a `MonoGenericMethod *gen_method' one.
27466         * class.c (mono_class_inflate_generic_type): Take an additional
27467         `MonoGenericMethod * argument.  This is only non-NULL if we're
27468         inflating types for a generic method.   
27469         (mono_class_inflate_generic_signature): Renamed to
27470         inflate_generic_signature() and made static; take a
27471         `MonoGenericMethod *' argument instead of a `MonoGenericInst *'.
27472         (inflate_generic_header): Take a `MonoGenericMethod *' argument
27473         instead of a `MonoGenericInst *' one.
27474         (mono_class_inflate_generic_method): Likewise.
27476         * reflection.c (encode_generic_method_sig): Take a
27477         `MonoGenericMethod *' argument instead of a `MonoGenericInst *'.
27478         (method_encode_methodspec): Likewise.
27479         (inflated_method_get_object): Likewise. 
27481         * reflection.h (MonoReflectionGenericInst): Replaced the `ginst'
27482         field with a `MonoGenericMethod *gmethod' one.  
27484 2004-02-08  Bernie Solomon  <bernard@ugsolutions.com>
27486         * class.h (mono_class_has_parent): add parens to expansion
27487         so you can ! this.
27489 2004-02-08  Martin Baulig  <martin@ximian.com>
27491         * image.h (MonoImage): Removed `generics_cache'.
27493         * class.c (mono_class_from_generic): Take a `MonoGenericInst *'
27494         instead of a `MonoType *' argument; removed the `inflate_methods'
27495         argument.  Don't inflate methods here.
27497         * loader.c (find_method): If it's a generic instance, call
27498         mono_class_init() on the `sclass->generic_inst->generic_type'.
27500         * metadata.c (mono_type_size): Make this work on uninitialized
27501         generic instances; call it on the `ginst->generic_type's class.
27503         * reflection.c (mono_reflection_bind_generic_parameters): Call
27504         mono_class_from_generic() to create the `ginst->klass'.
27506 2004-02-08  Martin Baulig  <martin@ximian.com>
27508         * class.h (MonoClass): Changed type of `generic_inst' from
27509         `MonoType *' to `MonoGenericInst *'.
27511 2004-02-08  Martin Baulig  <martin@ximian.com>
27513         * icall.c (ves_icall_Type_BindGenericParameters): Just call
27514         mono_type_get_object(), this is now creating a `MonoGenericInst'
27515         for MONO_TYPE_GENERICINST.
27516         (ves_icall_MonoGenericInst_GetParentType): Likewise.
27517         (ves_icall_MonoGenericInst_GetInterfaces): Likewise.
27519         * reflection.c (mono_type_get_object): Return a `MonoGenericInst'
27520         instead instead of a `MonoType' for MONO_TYPE_GENERICINST.
27521         (inflated_method_get_object): Added `MonoClass *refclass' argument.
27522         (mono_reflection_inflate_method_or_ctor): Correctly set declaring
27523         and reflected type.
27525         * reflection.h (MonoReflectionInflatedMethod): Removed
27526         `declaring_type' and `reflected_type'.
27528 2004-02-08  Martin Baulig  <martin@ximian.com>
27530         * class.h (MonoGenericInst): Added `MonoType *parent' and
27531         `MonoType **ifaces'.
27533         * reflection.h (MonoReflectionGenericInst): Removed `klass',
27534         `parent' and `interfaces'.
27536         * reflection.c (mono_reflection_bind_generic_parameters): Take a
27537         `MonoType *' argument and return a `MonoType *'.
27539         * icall.c
27540         (ves_icall_MonoGenericInst_GetParentType): New interncall.
27541         (ves_icall_MonoGenericInst_GetInterfaces): Likewise.    
27543 2004-02-06  Zoltan Varga  <vargaz@freemail.hu>
27545         * marshal.c (mono_marshal_get_native_wrapper): Add support for custom
27546         valuetype marshalling.
27548 2004-02-06  Martin Baulig  <martin@ximian.com>
27550         * class.c
27551         (mono_class_from_generic_parameter): Added TYPE_ATTRIBUTE_PUBLIC.
27552         (my_mono_class_from_generic_parameter): Likewise.
27554 2004-02-06  Zoltan Varga  <vargaz@freemail.hu>
27556         * debug-mono-symfile.c debug-mono-symfile.h mono-debug.c: Read the
27557         contents of the symbol files lazily.
27559         * object.h (MonoThread): Add 'name' and 'name_len' fields.
27561         * threads.h threads.c icall.c: New icalls for getting and setting the
27562         threads name.
27564 2004-02-05  Zoltan Varga  <vargaz@freemail.hu>
27566         * appdomain.c (ves_icall_System_AppDomain_InternalPushDomainRefByID): 
27567         Raise an exception when the domain is not found.
27569 2004-02-03  Martin Baulig  <martin@ximian.com>
27571         * reflection.c (mono_image_get_methodspec_token): Use the
27572         uninflated signature; fixes gen-33.
27574 2004-02-02  Zoltan Varga  <vargaz@freemail.hu>
27576         * gc.c threads.c: Make the finalizer thread a normal managed thread so
27577         the finalizer code can use thread functionality.
27579         * gc.c (ves_icall_System_GC_WaitForPendingFinalizers): Fix check for 
27580         the finalizer thread.
27582         * threads.c: Make some functions more robust.
27584         * loader.c (mono_lookup_pinvoke_call): Another attempt at fixing #22532.
27586         * metadata.h: Add new marshalling conventions.
27588         * marshal.c (mono_marshal_get_native_wrapper): Add support for unicode
27589         stringbuilder marshalling. Fixes #53700.
27591         * reflection.h (MonoReflectionTypeBuilder): Add 'permissions' field.
27593         * reflection.c (mono_image_get_type_info): Save declarative security
27594         info.
27596         * reflection.c (mono_image_get_field_info): Handle uninitialized 
27597         unmanaged fields as well.
27599         * appdomain.c: Bump corlib version.
27601 2004-02-01  Martin Baulig  <martin@ximian.com>
27603         * loader.c (method_from_methodspec): Use `ginst->mtype_argc/v' for
27604         method type arguments.  
27606 2004-01-30  Duncan Mak  <duncan@ximian.com>
27608         * marshal.h: Add prototype for
27609         "ves_icall_System_Runtime_InteropServices_Marshal_AllocCoTaskMem"
27610         and
27611         "ves_icall_System_Runtime_InteropServices_Marshal_FreeCoTaskMem" to
27612         fix the build.
27614 2004-01-30  Zoltan Varga  <vargaz@freemail.hu>
27616         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_AllocCoTaskMem): New icall.
27617         (ves_icall_System_Runtime_InteropServices_Marshal_FreeCoTaskMem): New icall.
27619 2004-01-29  Zoltan Varga  <vargaz@freemail.hu>
27621         * marshal.c (mono_marshal_get_native_wrapper): Add support for
27622         custom marshalling of valuetypes.
27624         * marshal.c: Fix some warnings.
27626 2004-01-29  Martin Baulig  <martin@ximian.com>
27628         * class.h (MonoGenericInst): Added `mtype_argc' and `mtype_argv'
27629         for generic method parameters.
27631         * reflection.c (method_encode_methodspec): Write the uninflated
27632         signature into the methodspec table.
27633         (mono_reflection_inflate_method_or_ctor): Ensure `res->declaring'
27634         is always the uninflated method.
27635         (reflection_methodbuilder_to_mono_method): Copy the generic
27636         parameters from the MethodBuilder into `header->gen_params'.
27638 2004-01-29  Zoltan Varga  <vargaz@freemail.hu>
27640         * class.c (mono_class_from_generic_parameter): Fix warning.
27642 2004-01-27  Martin Baulig  <martin@ximian.com>
27644         * class.c (mono_class_from_generic_parameter): Don't create
27645         `klass->methods' here.  
27647 2004-01-26  Zoltan Varga  <vargaz@freemail.hu>
27649         * loader.c (mono_lookup_pinvoke_call): Disable trimming of .dll
27650         extension since it does not work with libraries named lib<FOO>.dll.so.
27652 2004-01-25  Martin Baulig  <martin@ximian.com>
27654         * class.c (mono_class_inflate_generic_type): Added support for
27655         MONO_TYPE_GENERICINST.
27657         * reflection.c (mono_reflection_inflate_method_or_ctor): Also
27658         inflate methods on open constructed types.      
27660 2004-01-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27662         * object.c: fire ProcessExit event in the root AppDomain after running
27663         Main. Fixes bug #53299.
27665 Fri Jan 23 21:27:40 CET 2004 Paolo Molaro <lupus@ximian.com>
27667         * socket-io.c: include the new socket-wrappers.h header.
27668         Use the wrappers instead of the unix socket functions to make the code
27669         more clear.
27671 2004-01-23  Zoltan Varga  <vargaz@freemail.hu>
27673         * profiler.c (merge_methods): Fix merging of profile info. Fixes #53010.
27675         * loader.c (mono_lookup_pinvoke_call): Strip .dll from library names.
27676         Fixes #22532.
27678 2004-01-22  Zoltan Varga  <vargaz@freemail.hu>
27680         * reflection.c (mono_image_create_pefile): Handle the case when the
27681         entry point is not a MethodBuilder.
27683         * reflection.h (MonoReflectionAssemblyBuilder): Change 'entry_point'
27684         field to ReflectionMethod since it is not allways a builder.
27686         * reflection.c (type_get_fully_qualified_name): New helper function to
27687         return the fully qualified name of a type.
27689         * reflection.c (encode_marshal_blob): Always emit the fully qualified
27690         type name for custom marshallers.
27692         * reflection.c (mono_marshal_spec_from_builder): Ditto.
27694         * class.c (mono_class_setup_vtable): If a parent class already 
27695         implements an interface, use the implementing methods from that class.
27696         Fixes #53148.
27698 2004-01-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27700         * threadpool.c: just return instead of ExitThread to allow for thread
27701         clean up earlier.
27703 2004-01-21  Zoltan Varga  <vargaz@freemail.hu>
27705         * icall.c (ves_icall_System_Reflection_Module_Close): Prevent assertion
27706         when closing resource modules.
27708         * reflection.c (mono_image_create_pefile): Handle the case when the
27709         entry point is not a MethodBuilder.
27711         * reflection.h (MonoReflectionAssemblyBuilder): Change 'entry_point'
27712         field to ReflectionMethod since it is not allways a builder.
27714 2004-01-20  Bernie Solomon  <bernard@ugsolutions.com>
27716         * marshal.c (mono_marshal_get_managed_wrapper): 
27717         mono_marshal_alloc takes native int so CONV_I
27718         the arg for 64bits.
27720 2004-01-20  Zoltan Varga  <vargaz@freemail.hu>
27722         * reflection.c (fixup_cattrs): New function to fixup the methoddef
27723         tokens in the cattr table. Fixes #53108.
27725 2004-01-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27727         * loader.c: don't trim ".dll" before looking up in the config file.
27728         Don't leak orig_scope. Reopened bug #22532 in the meanwhile.
27730 2004-01-19  Zoltan Varga  <vargaz@freemail.hu>
27732         * icall.c (ves_icall_System_Reflection_Assembly_GetManifestResourceInternal): 
27733         Return the module which contains the resource as well.
27734         (ves_icall_System_Reflection_Module_Close): New icall.
27736         * appdomain.c: Bump corlib version number.
27738         * image.c (mono_image_addref): New public function.
27740         * assembly.c: Call mono_image_addref.
27742         * reflection.c (mono_module_get_object): Increase reference count of 
27743         the image.
27745         * loader.c (mono_lookup_pinvoke_call): Strip .dll from library names.
27746         Fixes #22532.
27748         * exception.h exception.c loader.h loader.c icall.c marshal.h marshal.c:
27749         Applied patch from Bernie Solomon  <bernard@ugsolutions.com>. Throw
27750         proper exceptions on DllImport problems.
27752 Mon Jan 19 17:50:27 CET 2004 Paolo Molaro <lupus@ximian.com>
27754         * class.c, metadata.c: eliminate CSIZE macro.
27756 2004-01-19  Lluis Sanchez Gual  <lluis@ximian.com>
27758         * icall.c: Added ves_icall_type_IsInstanceOf internal call.
27759         * object.h: Added async_callback field in MonoAsyncResult.
27760         * marshal.c: In mono_delegate_begin_invoke, set the value of async_callback.
27761         * verify.c: Added async_callback in MonoAsyncResult layout.
27763 2004-01-17  Zoltan Varga  <vargaz@freemail.hu>
27765         * reflection.c (mono_reflection_get_custom_attrs): Add support
27766         for Modules.
27768 2004-01-16  Zoltan Varga  <vargaz@freemail.hu>
27770         * marshal.c (mono_string_builder_to_utf8): Fix stringbuilder 
27771         marshalling.
27772         (mono_marshal_method_from_wrapper): Add null pointer check.
27774 2004-01-16  Martin Baulig  <martin@ximian.com>
27776         * debug-mono-symfile.h: Set version number to 36 and reflect
27777         latest symbol writer changes.
27779 2004-01-16  Zoltan Varga  <vargaz@freemail.hu>
27781         * class.c (mono_bounded_array_class_get): Set 'bounded' to FALSE for
27782         multi-dimensional arrays.
27783         (mono_class_is_assignable_from): Check vectors<->one dim. arrays.
27784         (mono_class_from_mono_type): Use bounded_array_class_get.
27785         
27786         * class.c (mono_bounded_array_class_get): New function which takes
27787         a 'bounded' bool argument to distinguish vectors from one dimensional
27788         arrays.
27790         * icall.c (ves_icall_System_Array_CreateInstanceImpl): Call 
27791         bounded_array_class_get if the array has bounds.
27793         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): 
27794         Search modules loaded using AssemblyBuilder:AddModule as well.
27796 2004-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27798         * appdomain.c: increased corlib version.
27799         * filewatcher.c: removed g_print.
27800         * icall.c:
27801         (get_property_info): only allocate what is actually requested.
27802         (ves_icall_Type_GetInterfaces): free the bitset in case of early error.
27804 2004-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27806         * Makefile.am: added filewatcher.[ch]
27807         * filewatcher.[ch]: FileSystemWatcher runtime support.
27808         * icall.c: added new FSW icalls.
27810 Tue Jan 13 20:03:17 CET 2004 Paolo Molaro <lupus@ximian.com>
27812         * string-icalls.c: fix stringbuilder regression as suggested by
27813         Iain McCoy <iain@mccoy.id.au>.
27815 2004-01-13  Zoltan Varga  <vargaz@freemail.hu>
27817         * process.c (process_read_stringtable_block): Recognize '007f' as
27818         a language neutral stringtable block.
27820 2004-01-12  Patrik Torstensson
27822         * object.h (MonoStringBuilder) : Changed layout to support our
27823         new stringbuilder class.
27824         * marshal.c: Change marshalling to support the new layout of 
27825         string builder.
27826         * appdomain.c: increased version number because new layout of
27827         string builder.
27829 2004-01-12  Zoltan Varga  <vargaz@freemail.hu>
27831         * appdomain.c (ves_icall_System_AppDomain_LoadAssembly): Receive the
27832         assembly name as an string instead of an AssemblyName, since it is
27833         easier to extract info from it.
27835         * appdomain.c (mono_domain_assembly_preload): Look for assemblies in
27836         the culture subdirectories too. Fixes #52231.
27838 2004-01-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27840         * icall.c: renamed ves_icall_Type_GetMethods to GetMethodsByName.
27841         It takes 2 new parameters with an optional name for the method to look
27842         for and case ignoring info.
27844         * threadpool.c: removed unused variable.
27846 2004-01-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27848         * icall.c: renamed ves_icall_Type_GetProperties to GetPropertiesByName.
27849         It takes 2 new parameters with an optional name for the property to look
27850         for and case ignoring info.
27851         Fixes bug #52753.
27853 2004-01-09  Zoltan Varga  <vargaz@freemail.hu>
27855         * reflection.c: Applied patch from Benjamin Jemlich (pcgod@gmx.net).
27856         Fix #52451.
27858 2004-01-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27860         * appdomain.c:
27861         * assembly.c: escape the uri before passing it to g_filename_from_uri.
27862         Fixes bug #52630.
27864 2004-01-07  Zoltan Varga  <vargaz@freemail.hu>
27866         * reflection.c: Add support for more than one unmanaged resource.
27868         * icall.c (ves_icall_get_enum_info): Store the value of the enum fields
27869         in field->def_value, as done in all other cases.
27871         * reflection.c (mono_reflection_get_custom_attrs): Add support for
27872         TypeBuilders.
27874         * reflection.c (mono_reflection_create_runtime_class): Remove 
27875         errorneous assignment to klass->element_class, since it is already
27876         done in mono_reflection_setup_internal_class.
27878 2004-01-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27880         * gc.c: added missing LeaveCriticalSection.
27881         * icall.c: indented a couple of lines.
27882         * threadpool.c: remove dangling LeaveCriticalSection. Don't wait forever
27883         if we call EndInvoke inside a callback. Fixes bug #52601.
27885 2004-01-07  Martin Baulig  <martin@ximian.com>
27887         * mono-debug-debugger.h
27888         (MonoDebuggerIOLayer): Added `GetCurrentThreadID'.
27890 2004-01-06  Miguel de Icaza  <miguel@ximian.com>
27892         * appdomain.c: Use messages in NotImplementedException.
27894         * exception.c (mono_get_exception_not_implemented): Now this takes
27895         a message argument.
27897         * marshal.c (emit_str_to_ptr_conv): g_warning and throw an
27898         exception instead of g_asserting an aborting when something is not
27899         implemented.
27901         Add some inline docs.
27903 2004-01-05  Zoltan Varga  <vargaz@freemail.hu>
27905         * reflection.h: Update after changes to object layout.
27907         * reflection.c: Implement saving of unmanaged aka win32 resources.
27909         * appdomain.c: Bump version number.
27911         * appdomain.c (ves_icall_System_AppDomain_InternalSetDomainByID): 
27912         Handle missing domains gracefully.
27914 2004-01-05  Atsushi Enomoto <atsushi@ximian.com>
27916         * file-io.c : On Windows, there are much more invalid_path_chars.
27918 Fri Jan 2 13:35:48 CET 2004 Paolo Molaro <lupus@ximian.com>
27920         * class.h, object.c: prepare for GetType () speedup.
27922 2003-12-24  Atsushi Enomoto <atsushi@ximian.com>
27924         * profiler.c: workaround for --profile null reference exception on
27925           cygwin. Patch by Patrik Torstensson.
27927 2003-12-22  Bernie Solomon  <bernard@ugsolutions.com>
27929         * marshal.c: (ves_icall_System_Runtime_InteropServices_Marshal_Read/WriteXXX)
27930         make work for unaligned access.
27932 Mon Dec 22 18:37:02 CET 2003 Paolo Molaro <lupus@ximian.com>
27934         * class.c: small cleanup (class->fields [i] -> field).
27935         * image.c: check address of metadata is valid.
27937 2003-12-22  Zoltan Varga  <vargaz@freemail.hu>
27939         * assembly.h assembly.c (mono_assembly_loaded): New public function to
27940         search the list of loaded assemblies.
27942         * reflection.c (mono_reflection_type_from_name): Use 
27943         mono_assembly_loaded instead of mono_image_loaded.
27945         * reflection.c: Fix warnings.
27947 2003-12-20  Zoltan Varga  <vargaz@freemail.hu>
27949         * image.h (MonoImage): Add a new 'dynamic' field to denote that the image 
27950         is dynamic. This is needed since an assembly can contain both dynamic and
27951         non-dynamic images.
27953         * class.c loader.c metadata.c object.c: Use image->dynamic instead of 
27954         assembly->dynamic.
27956         * icall.c reflection.c: Add new AssemblyBuilder:AddModule icall.
27958         * reflection.h (MonoReflectionAssemblyBuilder): Add 'loaded_modules' field
27959         to store modules loaded using AddModule.
27961         * reflection.c (mono_image_fill_file_table): Generalize this so it works
27962         on Modules.
27964         * reflection.c (mono_image_fill_export_table_from_class): New helper function.
27966         * reflection.c (mono_image_fill_export_table_from_module): New function to
27967         fill out the EXPORTEDTYPES table from a module.
27969         * reflection.c (mono_image_emit_manifest): Refactor manifest creation code
27970         into a separate function. Also handle loaded non-dynamic modules.
27972         * reflection.c (mono_image_basic_init): Fix memory allocation.
27974         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
27976         * assembly.c (mono_assembly_load_references): Make this public.
27978 2003-12-19  Martin Baulig  <martin@ximian.com>
27980         * class.c (mono_class_initialize_generic): Made this static, take
27981         a `MonoGenericInst *' instead of a `MonoClass *'.
27982         (mono_class_from_generic): Call mono_class_initialize_generic()
27983         unless we're already initialized or being called from
27984         do_mono_metadata_parse_generic_inst().
27986         * class.h (MonoGenericInst): Added `initialized' and
27987         `init_pending' flags.
27989         * metadata.c (do_mono_metadata_parse_generic_inst): Don't call
27990         `mono_class_init (gklass)' or mono_class_initialize_generic()
27991         here; set `generic_inst->init_pending' while parsing the
27992         `type_argv'.
27994 2003-12-19  Bernie Solomon  <bernard@ugsolutions.com>
27996         * locales.c: include string.h for memxxx prototypes
27998 2003-12-19  Zoltan Varga  <vargaz@freemail.hu>
28000         * icall.c (ves_icall_MonoField_GetValueInternal): Do not run the class
28001         constructor when accessing literal fields.
28003 2003-12-17  Zoltan Varga  <vargaz@freemail.hu>
28005         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
28007         * reflection.c (assembly_add_resource_manifest): New function to fill
28008         the MANIFESTRESOURCE table.
28010         * reflection.c (mono_image_build_metadata): Emit MANIFESTRESOURCE table.
28012         * reflection.h: Update to changes in class layout.
28014         * icall.c (ves_icall_System_Environment_get_HasShutdownStarted): 
28015         Reenable call to mono_runtime_is_shutting_down ().
28017         * appdomain.c (mono_runtime_is_shutting_down): New helper function to
28018         determine if the runtime is shutting down.
28020 2003-12-16  Jackson Harper <jackson@ximian.com>
28022         * icall.c: comment out call to mono_runtime_is_shutting_down to
28023         fix build.
28024         
28025 2003-12-16  Zoltan Varga  <vargaz@freemail.hu>
28027         * icall.c (ves_icall_System_Reflection_Assembly_GetManifestResourceInternal): Add support for loading resources from modules.
28028         (ves_icall_System_Environment_get_HasShutdownStarted): New icall.
28030 2003-12-15  Bernie Solomon  <bernard@ugsolutions.com>
28032         * reflection.c: move definition of swap_with_size
28033         to before its first call
28035 2003-12-15  Zoltan Varga  <vargaz@freemail.hu>
28037         * appdomain.c (mono_runtime_is_shutting_down): New public function.
28039         * icall.c (ves_icall_System_Environment_get_HasShutdownStarted): New
28040         icall.
28042         * object.c: Fix warnings.
28044         * icall.c (ves_icall_Type_Get...): Only consider inherited static
28045         members if FlattenHierarchy is set.
28047         * reflection.c (mono_image_add_decl_security): New function to emit
28048         declarative security.
28050         * reflection.h reflection.c: Add support for declarative security.
28052         * appdomain.c (MONO_CORLIB_VERSION): Bump version number.
28053         
28054 2003-12-13  Zoltan Varga  <vargaz@freemail.hu>
28056         appdomain.c (MONO_CORLIB_VERSION): Bump version number.
28057         
28058         * appdomain.c verify.c: Moved corlib version checking into its own
28059         function in appdomain.c since it needs to create vtables etc.
28061 2003-12-13  Patrik Torstensson <p@rxc.se>
28063         * marshal.c (mono_remoting_wrapper): Fix bug 48015, using TP as this 
28064         instead of unwrapped server.
28066 2003-12-12  Zoltan Varga  <vargaz@freemail.hu>
28068         * verify.c (check_corlib): Fix field index.
28070 2003-12-10  Zoltan Varga  <vargaz@freemail.hu>
28072         * icall.c: Applied patch from Todd Berman (tbermann@gentoo.org). New
28073         GetGacPath icall.
28075 2003-12-10  Bernie Solomon  <bernard@ugsolutions.com>
28077         * process.c:  (ves_icall_System_Diagnostics_Process_GetWorkingSet_internal
28078         ves_icall_System_Diagnostics_Process_SetWorkingSet_internal):
28079         cope with sizeof(size_t) != sizeof(guint32).
28081 2003-12-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28083         * process.[ch]: the 'pid' field in MonoProcInfo stores GetLastError
28084         in case of failure.
28086 2003-12-10  Mark Crichton <crichton@gimp.org>
28088         * icall.c: removed the GetNonZeroBytes.  We now handle this case
28089         in managed code.
28091         * rand.c, rand.h: Same here.  Also cleaned up the clode slightly.
28093 Tue Dec 9 15:36:18 CET 2003 Paolo Molaro <lupus@ximian.com>
28095         * class.h, class.c, icall.c, marshal.c, object.c: ignore fields
28096         marked as deleted.
28098 2003-12-09  Zoltan Varga  <vargaz@freemail.hu>
28100         * verify.c (check_corlib): Handle the case when the version field is 
28101         initialized by a static constructor.
28103 2003-12-08  Patrik Torstensson  <p@rxc.se>
28105     * rand.c (InternalGetBytes): Implemented win32 version with cryptapi
28107 2003-12-08  Martin Baulig  <martin@ximian.com>
28109         * icall.c (ves_icall_TypeBuilder_define_generic_parameter): Return
28110         a MonoReflectionGenericParameter, also take the parameter index
28111         and name as arguments.
28112         (ves_icall_MethodBuilder_define_generic_parameter): Likewise.
28113         (ves_icall_MonoGenericParam_initialize): New interncall.
28114         (ves_icall_Type_make_byref_type): New interncall.
28116         * reflection.h (MonoReflectionGenericParam): Derive from
28117         MonoReflectionType, not just from MonoObject.  Added `refobj' and
28118         `index' fields.
28120         * reflection.c (mono_reflection_define_generic_parameter): Create
28121         and return a new MonoReflectionGenericParam; don't initialize the
28122         constraints here.
28123         (mono_reflection_initialize_generic_parameter): New public method;
28124         initializes the constraints and creates the `param->pklass'.
28126 2003-12-08  Zoltan Varga  <vargaz@freemail.hu>
28128         * reflection.h reflection.c: Use the new fields 'num_types', 
28129         'num_fields' and 'num_methods' to track the number of types etc.
28131         * verify.c (check_corlib): Check corlib version number.
28133 2003-12-07  Zoltan Varga  <vargaz@freemail.hu>
28135         * marshal.c (mono_marshal_method_from_wrapper): Remove assert so this
28136         function works on all methods.
28138 2003-12-07  Lluis Sanchez Gual  <lluis@ximian.com>
28140         * domain.c, loader.h: Added IRemotingTypeInfo interface in MonoDefaults.
28141         * icall.c: in, ves_icall_Remoting_RealProxy_GetTransparentProxy set
28142         the custom_type_info flag of the transparent proxy.
28143         * object.c: Added method mono_object_isinst_mbyref for casting mbyref
28144         objects that supports IRemotingTypeInfo.
28145         * object.h: Added custom_type_info field in transparent proxy.
28147 2003-12-06  Martin Baulig  <martin@ximian.com>
28149         * class.c (mono_class_create_from_generic): Removed.
28150         (mono_class_from_generic): Check `ginst->klass' before doing
28151         anything else.  This is important to fully support "recursive"
28152         generic types.
28154         * metadata.c (do_mono_metadata_parse_generic_inst): Create an
28155         empty `generic_inst->klass' before doing anything else.
28157 2003-12-06  Dick Porter  <dick@ximian.com>
28159         * verify.c: 
28160         * object.h:
28161         * icall.c:
28162         * locales.c: Use C structs to access class fields.  Don't do a
28163         conversion between MonoString and UChar because both are
28164         platform-endian UTF-16.  Compare now takes startindex and count
28165         parameters.  Add a char overload for IndexOf.  Speed up the
28166         invariant string IndexOf.
28168 2003-12-05  Zoltan Varga  <vargaz@freemail.hu>
28170         * Makefile.am (monosn_LDADD): Fix parallel build.
28172 2003-12-04  Martin Baulig  <martin@ximian.com>
28174         * icall.c
28175         (ves_icall_type_GetTypeCode): Added MONO_TYPE_VAR and MONO_TYPE_MVAR.
28176         (ves_icall_Type_make_array_type): New interncall.       
28178 2003-12-04  Martin Baulig  <martin@ximian.com>
28180         * locales.c: also change it in the !HAVE_ICU case.
28182 2003-12-04  Dick Porter  <dick@ximian.com>
28184         * icall.c:
28185         * locales.c: construct_compareinfo is now in CompareInfo, not
28186         CultureInfo.
28188 2003-12-04  Zoltan Varga  <vargaz@freemail.hu>
28190         * image.c (mono_image_load_file_for_image): Cache loaded images in the
28191         image->files array.
28193         * image.c (load_class_name): Load class names from the EXPORTEDTYPES
28194         table as well.
28196         * assembly.c (mono_assembly_load_references): Only load references
28197         once.
28199         * class.c (mono_class_from_name): Avoid linear search of the 
28200         EXPORTEDTYPE table.
28202         * loader.c (mono_field_from_token): Cache lookups of fieldrefs as well.
28204 2003-12-03  Zoltan Varga  <vargaz@freemail.hu>
28206         * image.h (MonoImage): Add 'field_cache' field.
28208         * loader.c (mono_field_from_token): Cache field lookups.
28209         
28210         * reflection.c (mono_module_get_object): Fix name property.
28212         * icall.c (ves_icall_get_enum_info): Update after changes to 
28213         mono_metadata_get_constant_index ().
28215         * icall.c: Get rid of get_type_info icall, use a separate icall for
28216         each type property to avoid needless memory allocations. Fixes #51514.
28218         * metadata.c (mono_metadata_get_constant_index): Add a 'hint' parameter
28219         to avoid needless binary searches.
28221         * class.c (class_compute_field_layout): Move the initialization of
28222         field->def_value to mono_class_vtable ().
28224         * class.c (mono_class_layout_fields): Enable GC aware auto layout for
28225         non-corlib types.
28227         * object.c (mono_object_allocate): Make it inline.
28229         * object.c (mono_object_allocate_spec): Make it inline.
28230         
28231 2003-12-02  Dick Porter  <dick@ximian.com>
28233         * locales.c (create_NumberFormat): NumberFormatInfo construction.
28234         Patch by Mohammad DAMT (mdamt@cdl2000.com).
28236 2003-12-01  Dick Porter  <dick@ximian.com>
28238         * threads.c: Fix signature and call in CreateMutex and
28239         CreateEvent.
28241 2003-12-01  Dick Porter  <dick@ximian.com>
28243         * icall.c: 
28244         * locales.c: Implement string compares and searching
28246         * object.h: Add extra Thread field
28248 2003-11-30  Zoltan Varga  <vargaz@freemail.hu>
28250         * reflection.c (fixup_method): Add support for MonoCMethod.
28252 2003-11-28  Zoltan Varga  <vargaz@freemail.hu>
28254         * gc.c: Fix hangs and error messages when GC_DONT_GC is set.
28256         * reflection.c (assembly_name_to_aname): Allow extra characters in
28257         assembly names. Fixes #51468.
28259 2003-11-26  Zoltan Varga  <vargaz@freemail.hu>
28261         * exception.c (mono_exception_from_name_domain): New helper function.
28263         * appdomain.c (ves_icall_System_AppDomain_createDomain): Create the
28264         exception object in the correct domain.
28266         * appdomain.c (ves_icall_System_AppDomain_LoadAssemblyRaw): Fix 
28267         formatting + make a copy a the input data.
28269         * loader.c (mono_get_method_from_token): Methods which contain
28270         native code do not have entries in the ImplMap.
28272         (ves_icall_System_AppDomain_LoadAssemblyRaw): Fix exception throw.
28273         Thanks to Gonzalo for spotting this.
28274         
28275         * appdomain.c (ves_icall_System_AppDomain_LoadAssemblyRaw): Applied
28276         patch from ztashev@openlinksw.co.uk (Zdravko Tashev). New icall.
28278         * assembly.h (mono_assembly_load_from): Split the second part of 
28279         assembly loading into a new public function.
28281         * exception.h (mono_get_exception_bad_image_format): New function.
28283 2003-11-24  Zoltan Varga  <vargaz@freemail.hu>
28285         icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): 
28286         Enumerate all modules inside a dynamic assembly. Fixes #51293.
28287         
28288         * icall.c: Add new icall for creating dynamic methods.
28290         * loader.h debug-helpers.c: Add new wrapper type for dynamic methods.
28292         * reflection.h (MonoReflectionDynamicMethod): Fix type of bool fields.
28294         * reflection.c (mono_reflection_create_dynamic_method): New icall to
28295         create a dynamic method.
28297         * reflection.c (resolve_object): New helper function.
28299         * reflection.c: Generalize ReflectionMethodBuilder and the functions
28300         which manipulate it so they can also work on dynamic methods.
28302         * reflection.c (reflection_method_builder_to_mono_method): Avoid 
28303         creating the MonoReflectionMethodAux structure if it is not needed.
28304         
28305         * reflection.h verify.c: Update after changes to object layout.
28307         * reflection.c (method_builder_encode_signature): Fix compilation on
28308         gcc 2.95.x.
28310 2003-11-21  Lluis Sanchez Gual  <lluis@ximian.com>
28312         * appdomain.h: Added support for context static fields. Added static_data
28313           field to MonoAppContext and renamed thread_static_fields to a more
28314           generic special_static_fields in MonoAppDomain, since it can now contain
28315           context static fields.
28316         * domain.c: Updated hashtable name.
28317         * object.c: Replaced field_is_thread_static() for a more generic
28318           field_is_special_static() which also checks for context static attribute.
28319           In mono_class_vtable(), added support for static context fields.
28320         * threads.c: Changed methods that manage thread static fields to more
28321           generic methods so they can be reused both for thread and context static
28322           data.
28323         * threads.h: Declared some new methods.
28325 2003-11-21  Zoltan Varga  <vargaz@freemail.hu>
28327         * reflection.h: Update after changes to the managed types.
28329         * reflection.c (encode_custom_modifiers): New helper function.
28331         * reflection.c (method_encode_signature): Emit custom modifiers.
28333         * reflection.c (field_encode_signature): Emit custom modifiers.
28335 2003-11-18  Zoltan Varga  <vargaz@freemail.hu>
28337         * reflection.h (MonoReflectionAssemblyName): Applied patch from Laurent Morichetti (l_m@pacbell.net). Fix type of 'flags' field.
28339         * icall.c (ves_icall_System_ValueType_Equals): New optimized 
28340         implementation.
28342         * icall.c (ves_icall_System_ValueType_InternalGetHashCode): New 
28343         icall.
28345         * object.c (mono_field_get_value_object): New function.
28347         * object.c appdomain.h appdomain.c: Make out_of_memory_ex domain
28348         specific.
28350 2003-11-17  Zoltan Varga  <vargaz@freemail.hu>
28352         * appdomain.c (mono_runtime_get_out_of_memory_ex): New function to
28353         return a preallocated out-of-memory exception instance.
28355         * object.c (out_of_memory): Use the new function.
28357         * metadata.c (mono_metadata_parse_type): Handle the case when the byref
28358         flag is before the custom modifiers. Fixes #49802.
28360 2003-11-16  Martin Baulig  <martin@ximian.com>
28362         * class.c (mono_class_is_open_constructed_type): Implemented the
28363         MONO_TYPE_GENERICINST case.
28365 2003-11-16  Zoltan Varga  <vargaz@freemail.hu>
28367         * assembly.c (mono_assembly_fill_assembly_name): New function to
28368         fill out the MonoAssemblyName structure.
28369         (mono_assembly_open): Use the new function.
28371         * icall.c (fill_reflection_assembly_name): New helper function.
28373         * icall.c (ves_icall_System_Reflection_Assembly_FillName): Use the
28374         new function.
28376         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetAssemblyName): New icall.
28378 2003-11-15  Martin Baulig  <martin@ximian.com>
28380         * class.c (mono_class_is_open_constructed_type): New public
28381         function; checks whether a type is an open constructed type,
28382         ie. whether it still contains type parameters.
28383         (mono_class_inflate_generic_type): If we're a type parameter and
28384         the inflated type is also a MONO_TYPE_(M)VAR, return the original
28385         type.
28387         * class.h (MonoGenericInst): Added `guint32 is_open'.
28389         * loader.c (method_from_methodspec): Check whether we're an open
28390         or closed constructed type and set `ginst->is_open'.
28392         * reflection.c (mono_reflection_bind_generic_parameters): Check
28393         whether we're an open or closed constructed type and set
28394         `ginst->is_open'.
28395         (mono_reflection_inflate_method_or_ctor): Don't inflate methods
28396         from open constructed types.
28398 2003-11-15  Martin Baulig  <martin@ximian.com>
28400         * reflection.c (mono_reflection_bind_generic_parameters): If we're
28401         a generic instance (instead of a generic type declaration) with
28402         unbound generic parameters, bind them to our actual types.
28404 2003-11-14  Martin Baulig  <martin@ximian.com>
28406         * reflection.h (MonoReflectionGenericInst): Added `MonoArray *interfaces'.
28408         * reflection.c (mono_reflection_bind_generic_parameters): If we're
28409         an interface type, populate `res->interfaces' with instantiated
28410         versions of all the interfaces we inherit.
28412 2003-11-13  Aleksey Demakov  <avd@openlinksw.com>
28414         * assembly.c (mono_assembly_load): Fixed problem finding mscorlib.dll
28415         when MONO_PATH is set but doesn't contain the install dir.
28417 2003-11-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28419         * icall.c:
28420         (ves_icall_Type_GetInterfaces): don't return an interface twice when
28421         it's also implemented in base classes. Fixes bug #50927.
28423 2003-11-13  Zoltan Varga  <vargaz@freemail.hu>
28425         * gc.c (ves_icall_System_GC_WaitForPendingFinalizers): Avoid deadlocks
28426         if this method is called from a finalizer. Fixes #50913.
28428 2003-11-12  Miguel de Icaza  <miguel@ximian.com>
28430         * threads.c: Implement VolatileRead/VolatileWrite
28432         * icall.c: Add new icalls for VolatileRead/VolatileWrite
28434 2003-11-12  Zoltan Varga  <vargaz@freemail.hu>
28436         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Applied 
28437         patch from Danilo Sagan (dsegan@gmx.net). Fix compilation under gcc
28438         2.95.3.
28440         * assembly.c (mono_assembly_open): Fix windows build. Applied patch 
28441         from Peter Ross (pro@missioncriticalit.com).
28442         
28443 2003-11-12  Lluis Sanchez Gual  <lluis@ximian.com>
28445         * icall.c: Added internal call for System.Environment::GetMachineConfigPath
28447 2003-11-12  Zoltan Varga  <vargaz@freemail.hu>
28449         * assembly.c (mono_assembly_load_references): Disable check because it
28450         triggers on older corlibs which lots of people have.
28452 2003-11-12  Jackson Harper  <jackson@ximian.com>
28454         * assembly.c: Change corlib name to mscorlib. Add a temp. hack to
28455         load corlib.dll if mscorlib.dll is not found.
28456         * assembly.h: Remove corlib name define.
28457         * class.c:
28458         * domain.c:
28459         * image.c: Change corlib name to mscorlib.
28460         
28461 2003-11-12  Zoltan Varga  <vargaz@freemail.hu>
28463         * debug-mono-symfile.c: Add patch from FreeBSD ports tree.
28465 2003-11-11  Miguel de Icaza  <miguel@ximian.com>
28467         * appdomain.h: Added loader_optimization here to sync with the C#
28468         code, and add disallow_binding_redirects field.
28470 2003-11-11  Zoltan Varga  <vargaz@freemail.hu>
28472         * mono-debug.c (mono_debug_add_method): Ignore unknown modules.
28474         * reflection.c (mono_image_build_metadata): Fix crash on modules
28475         with no types.
28477         * reflection.h (MonoMethodInfo): Track changes to the managed structure.
28479         * icall.c (ves_icall_get_method_info): Return callingConvention as
28480         well.
28482         * icall.c (ves_icall_System_Reflection_Assembly_GetNamespaces): Add 
28483         namespaces from the EXPORTEDTYPE table as well.
28485         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Merge types
28486         from all modules inside the assembly.
28487         
28488 2003-11-11  Martin Baulig  <martin@ximian.com>
28490         * reflection.c (mono_reflection_bind_generic_parameters): Make
28491         this work for interfaces.
28493 2003-11-11  Martin Baulig  <martin@ximian.com>
28495         * mono-debug.c (mono_debug_add_type): Ignore unknown modules.
28497 2003-11-11  Martin Baulig  <martin@ximian.com>
28499         * reflection.c (mono_reflection_inflate_method_or_ctor): Allow
28500         "MonoInflatedMethod" and "MonoInflatedCtor".
28502 2003-11-11  Zoltan Varga  <vargaz@freemail.hu>
28504         * reflection.c (resolution_scope_from_image): Use the assembly table
28505         from the manifest module, since other modules don't have it.
28507         * debug-helpers.c (mono_type_full_name): New helper function.
28509         * image.h (MonoAssembly): Change 'dynamic' to a boolean.
28511         * image.c (mono_image_load_file_for_image): New public function which
28512         is a replacement for the load_file_for_image in class.c.
28514         * assembly.c (mono_assembly_load_module): A wrapper for the function
28515         above which does assembly association and reference loading too.
28517         * class.c (mono_class_from_name): Call mono_assembly_load_module.
28519 2003-11-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28521         * appdomain.c: not all of the attributes for the full assembly name
28522         are required and the order doesn't matter. Fixes bug #50787.
28524 2003-11-10  Dick Porter  <dick@ximian.com>
28526         * locales.c: Use platform-endian UTF16
28528 2003-11-10  Zoltan Varga  <vargaz@freemail.hu>
28530         * reflection.c: Emit FILE and EXPORTEDTYPE tables.
28531         
28532 2003-11-10  Martin Baulig  <martin@ximian.com>
28534         * metadata.c
28535         (mono_metadata_load_generic_params): Make this actually work.
28537         * reflection.c (mono_reflection_bind_generic_parameters): If our
28538         parent is a generic instance, pass all the `types' to it, no
28539         matter whether it has the same number of type parameters or not.
28541 2003-11-10  Zoltan Varga  <vargaz@freemail.hu>
28543         * reflection.c: Emit FILE and EXPORTEDTYPE tables.
28545         * assembly.c (mono_assembly_load_references): Move the image<->assembly
28546         assignment code to this function so it gets called recursively for all
28547         modules.
28549         * image.c (load_modules): Remove the assembly assignment since it is
28550         now done by mono_assembly_load_references.
28551         
28552         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): 
28553         Add 'module' argument.
28554         (mono_module_get_types): New helper function.
28555         (ves_icall_System_Reflection_Module_InternalGetTypes): New icall.
28557 2003-11-08  Martin Baulig  <martin@ximian.com>
28559         * class.c (mono_class_inflate_generic_method): Interface method
28560         don't have a header.
28562         * reflection.c (mono_image_get_methodspec_token): Take an
28563         additional `MonoGenericInst *' argument instead of reading it from
28564         the header; this is necessary to support interfaces.
28565         (mono_image_create_token): Pass the `MonoGenericInst *' from the
28566         MonoReflectionInflatedMethod to mono_image_get_methodspec_token().
28567         (inflated_method_get_object): Take an additional `MonoGenericInst *'
28568         argument.
28570         * reflection.h (MonoReflectionInflatedMethod): Added
28571         `MonoGenericInst *ginst'.
28573 2003-11-07  Zoltan Varga  <vargaz@freemail.hu>
28575         * gc.c (mono_domain_finalize): Fix compilation for no GC case.
28577 2003-11-06  Zoltan Varga  <zovarga@ws-zovarga2>
28579         * appdomain.c (mono_domain_unload): Add a workaround for bug #27663.
28581 2003-11-06  Zoltan Varga  <vargaz@freemail.hu>
28583         * reflection.c 
28584         (reflection_methodbuilder_from_method_builder):
28585         (reflection_methodbuilder_from_ctor_builder): New helper functions to 
28586         initialize a ReflectionMethodBuilder structure.
28587         (mono_image_get_methodbuilder_token):
28588         (mono_image_get_ctorbuilder_token): New functions to emit memberref
28589         tokens which point to types in another module inside the same assembly.
28591         * reflection.c: Use the new helper functions.
28592         
28593         * reflection.c (mono_image_basic_init): Initialize basedir and culture.
28595         * icall.c loader.c reflection.c: Use ModuleBuilder->dynamic_image 
28596         instead of AssemblyBuilder->dynamic_assembly in the appropriate places.
28598         * reflection.c (resolution_scope_from_image): Emit a moduleref if
28599         neccesary.
28601         * reflection.c (mono_image_build_metadata): Emit metadata only for the
28602         current module. Emit the manifest only for the main module.
28604         * reflection.c (mono_image_create_token): Add assertion when a 
28605         memberref needs to be created.
28607         * reflection.c reflection.h (MonoDynamicAssembly): Remove unused fields.
28609         * reflection.c (mono_reflection_get_custom_attrs_blob): Allocate a 
28610         larger buffer for the custom attribute blob. Fixes #50637.
28611         
28612 2003-11-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28614         * threadpool.c: notify listener on async processing handles after
28615         invoking the async callback. Thanks to Zoltan.
28617 2003-11-03  Zoltan Varga  <vargaz@freemail.hu>
28619         * reflection.c (create_dynamic_mono_image): Call mono_image_init to 
28620         avoid code duplication.
28622         * reflection.h (MonoDynamicImage): New type which is currently unused,
28623         but will be used through the ref.emit code in place of 
28624         MonoDynamicAssembly.
28626         * reflection.h (MonoReflectionAssemblyBuilder): Track changes to the
28627         object layout.
28629         * reflection.c (create_dynamic_mono_image): Rewrote so it now creates
28630         a MonoDynamicImage instead of just a MonoImage.
28631         
28632         * reflection.h reflection.c icall.c: Move nearly all AssemblyBuilder
28633         icalls to ModuleBuilder but keep their semantics, so they will work
28634         with moduleb->assemblyb. This will change later.
28635         
28636 2003-11-03  Zoltan Varga  <vargaz@freemail.hu>
28638         * reflection.h (MonoReflectionAssemblyBuilder): Track changes to the
28639         object layout.
28641         * reflection.c (mono_image_build_metadata): Avoid creation of a default
28642         main module, since it is now done by the managed code.
28644 2003-11-03  Martin Baulig  <martin@ximian.com>
28646         * reflection.c (mono_reflection_inflate_method_or_ctor): Set
28647         `ginst->klass' here.
28648         (method_encode_methodspec): Don't use the `ginst->generic_method's
28649         klass if it's a generic instance, use `ginst->klass' in this case.
28651 2003-11-03  Martin Baulig  <martin@ximian.com>
28653         * reflection.c (mono_image_get_generic_method_param_info):
28654         Removed, use mono_image_get_generic_param_info() instead.
28655         (mono_image_get_type_info): Write the GenericParam table before
28656         the Method table.  This is neccessary because in the GenericParam
28657         table, type parameters of the class (ie. '!0' etc.) must come
28658         before the ones from its generic methods (ie. '!!0' etc).
28660 2003-11-03  Zoltan Varga  <vargaz@freemail.hu>
28662         * icall.c (ves_icall_System_Reflection_Assembly_FillName): Fill out AssemblyName->codebase. Fixes #50469.
28664 2003-11-02  Martin Baulig  <martin@ximian.com>
28666         * reflection.c (create_generic_typespec): Take a
28667         `MonoReflectionTypeBuilder *' instead of a `MonoType *' and get
28668         the generic parameters from it.
28670 2003-11-02  Martin Baulig  <martin@ximian.com>
28672         * reflection.c (fieldref_encode_signature): Take a `MonoType *'
28673         instead of a `MonoClassField *' since we just need the type.
28674         (create_generic_typespec): New static function.  Creates a
28675         TypeSpec token for a generic type declaration.
28676         (mono_image_get_generic_field_token): New static function.
28677         (mono_image_create_token): If we're a FieldBuilder in a generic
28678         type declaration, call mono_image_get_generic_field_token() to get
28679         the token.
28681 2003-11-02  Martin Baulig  <martin@ximian.com>
28683         * reflection.h
28684         (MonoReflectionInflatedMethod, MonoReflectionInflatedField): Added
28685         `MonoReflectionGenericInst *declaring_type' and
28686         `MonoReflectionGenericInst *reflected_type' fields.
28688         * reflection.c (mono_reflection_inflate_method_or_ctor): Take a
28689         `MonoReflectionGenericInst *declaring_type' and a
28690         `MonoReflectionGenericInst *reflected_type' argument instead of a
28691         single `MonoReflectionGenericInst *type' one.  Set
28692         `res->declaring_type' and `res->reflected_type' from them.
28693         (mono_reflection_inflate_field): Likewise.      
28695 2003-11-02  Martin Baulig  <martin@ximian.com>
28697         * class.c (mono_class_setup_vtable): Don't store generic methods
28698         in the vtable.  
28700 2003-11-02  Martin Baulig  <martin@ximian.com>
28702         * reflection.h (MonoReflectionGenericInst): Added
28703         `MonoReflectionType *declaring_type'.
28705         * reflection.c (mono_reflection_bind_generic_parameters): Use
28706         `if (tb->parent)' instead of `klass->parent'.
28708 2003-11-01  Zoltan Varga  <vargaz@freemail.hu>
28710         * assembly.c (mono_assembly_open): Avoid crash if a module is loaded
28711         with an empty ASSEMBLY table.
28713         * reflection.c (mono_image_build_metadata): Avoid using the same loop
28714         variable in the inner and outer loops.
28716 2003-10-31  Zoltan Varga  <vargaz@freemail.hu>
28718         * metadata.h (mono_metadata_make_token): Put parentheses around macro
28719         argument.
28721         * appdomain.h appdomain.c (ves_icall_System_AppDomain_InternalPushDomainRef): Fix signature.
28722         
28723         * appdomain.c appdomain.h icall.c: Get rid of the InvokeInDomain 
28724         icalls. Instead, do everything in managed code. This is needed since
28725         it is hard to restore the original domain etc. in unmanaged code in the
28726         presence of undeniable exceptions.
28728         * appdomain.c (ves_icall_System_AppDomain_InternalPushDomainRef): 
28729         New icalls to push and pop appdomain refs.
28731 2003-10-31  Martin Baulig  <martin@ximian.com>
28733         * class.c (inflate_generic_type): Renamed to
28734         mono_class_inflate_generic_type() and made it public.
28736         * icall.c ("System.Reflection.MonoGenericInst::inflate_field"):
28737         New interncall.
28739         * loader.c (mono_field_from_memberref): Also set the retklass for
28740         typespecs.
28742         * fielder.c (mono_image_get_inflated_field_token): New static
28743         method; creates a metadata token for an inflated field.
28744         (mono_image_create_token, fixup_method): Added support for
28745         "MonoInflatedField".
28746         (fieldbuilder_to_mono_class_field): New static function.
28747         (mono_reflection_inflate_field): New public function.
28749         * reflection.h
28750         (MonoReflectionGenericInst): Added `MonoArray *fields'.
28751         (MonoReflectionInflatedField): New typedef.     
28753 2003-10-30  Bernie Solomon  <bernard@ugsolutions.com>
28755         * socket-io.c (in6_addr ipaddress_to_struct_in6_addr): fix
28756         for Solaris and other platforms without s6_addr16
28758 2003-10-30  Martin Baulig  <martin@ximian.com>
28760         * class.c (inflate_generic_type): Take just one `MonoGenericInst *'
28761         argument instead of two.
28762         (mono_class_inflate_generic_signature): Likewise.
28763         (inflate_generic_header): Likewise.
28764         (mono_class_inflate_generic_method): Likewise.  In addition, if
28765         `ginst->klass' is set, it becomes the new `method->klass'.
28767         * class.h (MonoGenericInst): Removed the `gpointer mbuilder'
28768         field.
28770         * reflection.c (encode_generic_method_sig): Write a 0xa as the
28771         first byte. [FIXME]
28772         (method_encode_methodspec): If we have generic parameters, create
28773         a MethodSpec instead of a MethodRef.
28774         (fixup_method): Added support for "MonoInflatedMethod" and
28775         "MonoInflatedCtor".
28776         (mono_image_create_token): Added support for "MonoInflatedMethod"
28777         and "MonoInflatedCtor".
28778         (inflated_method_get_object): New static function; returns a
28779         managed "System.Reflection.MonoInflatedMethod" object.
28780         (mono_reflection_bind_generic_method_parameters): Return a
28781         `MonoReflectionInflatedMethod' instead of a `MonoReflectionMethod'.
28782         (mono_reflection_inflate_method_or_ctor): Likewise.
28783         (mono_image_get_generic_method_param_info): Initialize unused
28784         fields to zero.
28785         (mono_image_get_generic_param_info): Likewise.
28787         * reflection.h (MonoReflectionInflatedMethod): New public
28788         typedef.  Corresponds to the managed "S.R.MonoInflatedMethod" and
28789         "S.R.MonoInflatedCtor" classes.
28791         * loader.c (method_from_memberref): If we're a TypeSpec and it
28792         resolves to a generic instance, inflate the method.
28794 2003-10-28  Dick Porter  <dick@ximian.com>
28796         * object.c (mono_runtime_run_main): Convert command-line arguments
28797         into utf8, falling back to the user's locale encoding to do so.
28799 2003-10-27  Zoltan Varga  <vargaz@freemail.hu>
28801         * loader.c (mono_get_method_from_token): Avoid looking up the icalls
28802         at this time.
28804         * marshal.c (mono_marshal_get_native_wrapper): Lookup icalls here.
28806         * reflection.c (reflection_methodbuilder_to_mono_method): Avoid looking
28807         up icalls at method definition time. Partially fixes #33569.
28809 2003-10-25  Zoltan Varga  <vargaz@freemail.hu>
28811         * marshal.c (mono_marshal_get_native_wrapper): Add support for [Out]
28812         marshalling of arrays. Fixes #50116.
28814         * appdomain.c (ves_icall_System_AppDomain_InternalIsFinalizingForUnload): New icall.
28816         * appdomain.c (unload_thread_main): Clear class->cached_vtable if it
28817         points to a vtable in the dying appdomain.
28819         * appdomain.c (mono_domain_unload): Move the notification of OnUnload
28820         listeners into unmanaged code inside the lock.
28822         * object.c (mono_class_vtable): Turn off typed allocation in non-root
28823         domains and add some comments.
28825 2003-10-25  Martin Baulig  <martin@ximian.com>
28827         * class.h (MonoGenericInst): Added `MonoClass *klass' field.
28829         * image.h (MonoImage): Added `GHashTable *typespec_cache'.
28831         * metadata.c (mono_metadata_parse_generic_inst): Renamed to
28832         `do_mono_metadata_parse_generic_inst'; pass it the MonoType we're
28833         currently parsing.  Create the generic class and store it in
28834         `generic_inst->klass' before parsing the type arguments.  This is
28835         required to support "recursive" definitions; see mcs/tests/gen-23.cs
28836         for an example.
28837         (mono_type_create_from_typespec): Use a new `image->typespec_cache'
28838         to support recursive typespec entries.
28840         * class.c (mono_class_setup_parent): If our parent is a generic
28841         instance, we may get called before it has its name set.
28842         (mono_class_from_generic): Splitted into
28843         mono_class_create_from_generic() and mono_class_initialize_generic().
28845 2003-10-25  Martin Baulig  <martin@ximian.com>
28847         * icall.c (ves_icall_Type_BindGenericParameters): Return a
28848         `MonoReflectionGenericInst *' instead of a `MonoReflectionType *'.
28849         ("System.Reflection.MonoGenericInst::inflate_method"): New interncall.
28850         ("System.Reflection.MonoGenericInst::inflate_ctor"): New interncall.
28852         * reflection.c (my_mono_class_from_mono_type): Added MONO_TYPE_GENERICINST.
28853         (create_typespec): Likewise.
28854         (mono_reflection_bind_generic_parameters): Return a
28855         `MonoReflectionGenericInst *' instead of a `MonoClass *'.
28856         (mono_reflection_inflate_method_or_ctor): New public function.
28858         * reflection.h (MonoReflectionGenericInst): New typedef.        
28860 2003-10-24  Zoltan Varga  <vargaz@freemail.hu>
28862         * object.c (mono_class_proxy_vtable): Run the whole vtable construction
28863         inside the domain lock. Fixes #49993.
28864         
28865         * object.c (mono_class_vtable): When typed allocation is used, 
28866         allocate vtables in the GC heap instead of in the mempool, since the
28867         vtables contain GC descriptors which are used by the collector even
28868         after the domain owning the mempool is unloaded.
28870         * domain.c (mono_domain_set): Rename to mono_domain_set_internal.
28872         * domain.c (mono_domain_unload): Rename to mono_domain_free to better
28873         reflect what it does. Also invalidate mempools instead of freeing
28874         them if a define is set.
28876         * appdomain.h (MonoAppDomainState): New enumeration to hold the state
28877         of the appdomain.
28878         
28879         * appdomain.h (_MonoDomain): New field 'finalizable_object_hash' to
28880         hold the finalizable objects in this domain.
28882         * appdomain.h (_MonoDomain): New field 'state' to hold the state of the
28883         appdomain.
28885         * appdomain.c (mono_domain_set): New function to set the current
28886         appdomain, but only if it is not being unloaded.
28888         * appdomain.c threads.c threadpool.c object.c: Avoid entering an
28889         appdomain which is being unloaded.
28890         
28891         * appdomain.c (ves_icall_System_AppDomain_InternalUnload): Prevent
28892         unloading of the root appdomain.
28894         * appdomain.c (ves_icall_System_AppDomain_InternalInvokeInDomain): New
28895         icall to execute a method in another appdomain. Intended as a 
28896         replacement for InternalSetDomain, which can confuse the code 
28897         generation in the JIT.
28899         * appdomain.c (mono_domain_is_unloading): New function to determine
28900         whenever an appdomain is unloading.
28902         * appdomain.c (mono_domain_unload): New function to correctly unload
28903         an appdomain.
28905         * assembly.c (mono_assembly_load_references): Check that an assembly
28906         does not references itself.
28908         * gc.c (mono_domain_finalize): Rewrote so instead of finalizing a
28909         domain manually, it asks the finalizer thread to do it, then waits for
28910         the result. Also added a timeout.
28912         * icall.c: Register the new icalls.
28914         * threads.h threads.c: Export the mono_gc_stop_world and 
28915         mono_gc_start_world functions.
28916         
28917         * mempool.h mempool.c (mono_mempool_invalidate): New debugging 
28918         function to fill out the mempool with 0x2a.
28920 2003-10-22  Zoltan Varga  <vargaz@freemail.hu>
28922         * reflection.h (MonoReflectionMethodAux): New structure to store
28923         information which is rarely used, thus is not in the MonoMethod
28924         structure.
28926         * reflection.h (MonoDynamicAssembly): New field 'method_aux_hash' to
28927         store the aux info.
28929         * reflection.c (mono_methodbuilder_to_mono_method): Store param names
28930         and marshalling info into the aux structure.
28932         * loader.c (mono_method_get_marshal_info): Retrieve the marshal info
28933         from the aux structure.
28935         * loader.c (mono_method_get_param_names): Retrieve the param names from
28936         the aux structure.
28937         
28938 2003-10-21  Zoltan Varga  <vargaz@freemail.hu>
28940         * exception.h exception.c: Add AppDomainUnloadedException && fix 
28941         warning.
28943 2003-10-21  Dick Porter  <dick@ximian.com>
28945         * socket-io.c
28946         (ves_icall_System_Net_Sockets_Socket_Select_internal): Applied
28947         patch from Laramie Leavitt moving divide out of loop. (Bug 45381).
28949 2003-10-21  Martin Baulig  <martin@ximian.com>
28951         * reflection.c (mono_reflection_bind_generic_parameters):
28952         `klass->parent' is NULL for interfaces.
28954 2003-10-21  Martin Baulig  <martin@ximian.com>
28956         * reflection.c (create_typespec): Added MONO_TYPE_VAR and MONO_TYPE_MVAR.
28958 2003-10-20  Zoltan Varga  <vargaz@freemail.hu>
28960         * exception.c (mono_exception_from_name_msg): New helper function for
28961         creating exceptions and initializing their message field.
28963         * exception.c: Simplify functions using the new helper.
28965         * exception.h exception.c (mono_get_exception_cannot_unload_appdomain):
28966         New function.
28968         * object.h object.c: Remove G_GNUC_NORETURN from the signature of
28969         mono_raise_exception, since otherwise gcc doesn't generate the function
28970         epilog for raise_exception, confusing the stack unwinding in the JIT.
28971         Fixes #45043.
28973         * rawbuffer.c (mono_raw_buffer_load_mmap): Map mmap-ed memory with
28974         PROT_EXEC. This seems to prevent segmentation faults on Fedora Linux.
28975         Fixes #49499.
28977 2003-10-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28979         * icall.c: OutputDebugStringW expects 16-bit unicode characters, not
28980         utf8.
28982 2003-10-18  Lluis Sanchez Gual  <lluis@ximian.com>
28984         * icall.c: Removed GetUninitializedObject method because
28985           AllocateUninitializedClassInstance does the same.
28987 2003-10-18  Martin Baulig  <martin@ximian.com>
28989         * class.c (inflate_generic_signature): Renamed to
28990         mono_class_inflate_generic_signature() and made it public.
28991         (my_mono_class_from_generic_parameter): New static function; if we
28992         don't already have the generic parameter's MonoClass, create a
28993         very simple one which is just used internally in the runtime and
28994         not passed back to managed code.
28996         * class.h (MonoGenericInst): Added `gpointer mbuilder' field.
28998         * metadata.h (MonoMethodSignature): Moved the
28999         `MonoGenericParam *gen_params' to the MonoMethodHeader.
29000         (MonoMethodHeader): Moved the `MonoGenericParam *gen_params' here.
29002         * icall.c (ves_icall_MethodInfo_GetGenericArguments): Renamed to
29003         ves_icall_MonoMethod_GetGenericArguments(); this is now an
29004         interncall on the MonoMethod class, not on MethodInfo.
29005         (ves_icall_MethodInfo_BindGenericParameters): Removed, we're now
29006         calling mono_reflection_bind_generic_method_parameters() directly.
29008         * loader.c (mono_method_get_signature): If this is a MethodSpec;
29009         return the already computed `method->signature'.
29010         (method_from_methodspec): New static function to load a method
29011         from a MethodSpec entry.
29012         (mono_get_method_from_token): Call the new method_from_methodspec()
29013         for MethodSpec tokens.  
29014         (mono_get_method_from_token): If we're a generic method, load the
29015         type parameters.
29017         * reflection.c (mono_image_get_memberref_token): Allow
29018         MEMBERREF_PARENT_TYPEDEF here; this will be used in the MethodSpec
29019         table.
29020         (fixup_method): Added support for MONO_TABLE_METHODSPEC.
29021         (mono_image_create_token): First check whether it's a generic
29022         method (so we'd need to create a MethodSpec), then do the other
29023         two alternatives.
29024         (mono_reflection_bind_generic_method_parameters): Return a
29025         `MonoReflectionMethod *' instead of a `MonoMethod *'; we're now
29026         called directly from the interncall.
29028 2003-10-17  Zoltan Varga  <vargaz@freemail.hu>
29030         * reflection.c (load_public_key): Move loading of the public key
29031         into managed code.
29033         * image.h (MonoAssemblyName): Add public_key and hash_alg fields.
29035         * assembly.c (mono_assembly_open): Fill in public_key and hash_alg
29036         fields.
29038         * icall.c (ves_icall_System_Reflection_Assembly_FillName): Fill in
29039         culture, hash_alg and public_key. Fixes #49555.
29041 2003-10-17  Martin Baulig  <martin@ximian.com>
29043         * class.h (MonoGenericInst): Moved this declaration here and added
29044         `MonoMethod *generic_method'.
29046         * icall.c
29047         (ves_icall_MethodInfo_GetGenericArguments): New interncall.
29048         (ves_icall_MethodInfo_BindGenericParameters): New interncall.
29050         * metadata.c (mono_metadata_type_equal): Two types of
29051         MONO_TYPE_VAR or MONO_TYPE_MVAR equals if they have the same
29052         index; ie. don't compare the address of the `MonoGenericParam'
29053         structure.
29054         (mono_metadata_load_generic_params): Removed the `MonoMethod
29055         *method' argument.
29057         * metadata.h (MonoGenericInst): Moved declaration to class.h.
29058         (MonoMethodHeader): Added `MonoGenericInst *geninst'.
29060         * reflection.c (method_encode_signature): Encode the number of
29061         generic parameters.
29062         (encode_generic_method_sig): New static function.
29063         (method_encode_methodspec): New static function; creates an entry
29064         in the MethodSpec table for a generic method.
29065         (mono_image_get_methodspec_token): New static function.
29066         (mono_image_create_token): Call mono_image_get_methodspec_token()
29067         for generic methods.
29068         (mono_reflection_bind_generic_method_parameters): New public
29069         function.  Instantiates a generic method.
29071 2003-10-16  Martin Baulig  <martin@ximian.com>
29073         * metadata.h (MonoMethodSignature): Moved `MonoGenericParam
29074         *gen_params' here from MonoMethodHeader.
29076         * metadata.c (mono_metadata_parse_method_signature): If we have
29077         generic parameters, initialize `method->gen_params' and then set
29078         the correct `type->data.generic_param' in all the parameters.
29080 2003-10-16  Zoltan Varga  <vargaz@freemail.hu>
29082         * threads.c (mono_threads_get_default_stacksize): New function to 
29083         return the default stacksize.
29085         * gc.c (mono_gc_cleanup): Use a separate event for waiting for the
29086         termination of the finalizer thread, since the previous method had
29087         race conditions. Fixes #49628.
29089         * gc.c (mono_gc_init): Use the same stacksize for the finalizer thread
29090         as for the other managed threads.
29092 2003-10-16  Martin Baulig  <martin@ximian.com>
29094         * class.c (inflate_generic_signature): Copy `generic_param_count'
29095         and `gen_params'.
29097         * icall.c (ves_icall_MethodInfo_get_IsGenericMethodDefinition):
29098         New interncall.
29100         * metadata.c (mono_metadata_parse_method_signature): Actually set
29101         the `method->generic_param_count' here.
29102         (mono_metadata_load_generic_params): Initialize `pklass' to NULL.
29104 2003-10-15  Zoltan Varga  <vargaz@freemail.hu>
29106         * object.h: Add a new field to TypedRef to simplify the implementation
29107         of the REFANY opcodes in the JIT.
29109         * icall.c: Make use of the new field.
29111         * metadata.c (mono_type_size): Compute the size of TYPEDBYREF types
29112         dynamically.
29114 2003-10-15  Martin Baulig  <martin@ximian.com>
29116         * class.c (mono_class_from_gen_param): Renamed to
29117         mono_class_from_generic_parameter() and moved most of the
29118         functionality from mono_reflection_define_generic_parameter()
29119         here; ie. we create a "real" class here.
29120         (mono_class_from_mono_type): Only allow MONO_TYPE_VAR and
29121         MONO_TYPE_MVAR if mono_class_from_generic_parameter() has
29122         previously been called.
29124         * class.h (MonoGenericParam): Moved the declaration of this struct
29125         here from metadata.h and added `MonoMethod *method'.
29127         * icall.c (ves_icall_MonoType_get_DeclaringMethod): New
29128         interncall.
29130         * loader.c (mono_get_method_from_token): If we have any generic
29131         parameters, call mono_metadata_load_generic_params() to read them
29132         from the MONO_TABLE_GENERICPAR.
29134         * metadata.c (mono_metadata_load_generic_params): Added
29135         `MonoMethod *method' argument which is used MONO_TYPE_MVAR.
29137         * metadata.h (MonoMethodSignature): Replaced
29138         `MonoGenericInst *geninst' with `guint16 generic_param_count'.
29139         (MonoMethodHeader): Added `MonoGenericParam *gen_params'.
29141         * reflection.c (mono_reflection_define_generic_parameter): Moved
29142         most of the functionality into the new
29143         mono_class_from_generic_parameter(); set the `method' field if
29144         we're a method parameter.       
29146 2003-10-13 Bernie Solomon  <bernard@ugsolutions.com>
29148         * marshal.c (emit_struct_conv): if native size is 0
29149         emit no code.
29151 2003-10-14  Martin Baulig  <martin@ximian.com>
29153         * icall.c: The generics API has changed in the spec since it was
29154         added to System.Type; these modifications make it match the spec
29155         again.
29156         (ves_icall_Type_GetGenericParameters): Renamed to
29157         `ves_icall_Type_GetGenericArguments'.
29158         (ves_icall_Type_get_IsGenericTypeDefinition): New interncall.
29159         (ves_icall_MonoType_get_HasGenericParameteres): Renamed to
29160         `ves_icall_MonoType_get_HasGenericArguments'.
29161         (ves_icall_MonoType_get_IsUnboundGenericParameter): Renamed to
29162         `ves_icall_MonoType_get_IsGenericParameter'.
29163         (ves_icall_MonoType_get_HasUnboundGenericParameters): Removed;
29164         this is no interncall anymore.
29165         (ves_icall_TypeBuilder_get_IsUnboundGenericParameter): Renamed to
29166         `ves_icall_TypeBuilder_get_IsGenericParameter'.
29168 2003-10-14  Martin Baulig  <martin@ximian.com>
29170         * reflection.c (mono_reflection_bind_generic_parameters): Also
29171         inflate generic methods if we're reading the class from IL.
29173 2003-10-13  Martin Baulig  <martin@ximian.com>
29175         * reflection.c (mono_reflection_define_generic_parameter): This
29176         method isn't called directly from the icall anymore; take a
29177         `MonoReflectionAssemblyBuilder *' so we can use this for type and
29178         method generic parameters.
29179         (ReflectionMethodBuilder): Added `MonoArray *generic_param'.
29180         (method_builder_encode_signature): Encode generic parameters.
29181         (mono_image_get_method_info): Write generic params to the
29182         MONO_TABLE_GENERICPARAM table.
29184         * reflection.h (MonoReflectionMethodBuilder): Added
29185         `MonoArray *generic_params'.
29187         * metadata.h (MonoMethodSignature): Added `MonoGenericInst *geninst'.
29189         * icall.c (ves_icall_TypeBuilder_define_generic_parameter): Added
29190         wrapper for mono_reflection_define_generic_parameter().
29191         (ves_icall_MethodBuilder_define_generic_parameter): Likewise.   
29193 2003-10-13  Zoltan Varga  <vargaz@freemail.hu>
29195         * marshal.h: Add missing function to fix build.
29197         * marshal.c (mono_marshal_get_native_wrapper): Add support for 
29198         the SetLastError pinvoke attribute.
29200         * marshal.c (mono_marshal_set_last_error): New helper function called
29201         by the generated code.
29202         
29203         * marshal.c (mono_mb_emit_branch): New helper function.
29205         * marshal.c (mono_mb_emit_exception): Added exception name parameter.
29207         * marshal.c (mono_marshal_get_managed_wrapper): Added support for
29208         classes as parameters and return values of delegates. Fixes #29256. 
29210 2003-10-12  Bernie Solomon  <bernard@ugsolutions.com>
29212         * locales.c: use gint32 in non HAVE_ICU case
29214 2003-10-11  Martin Baulig  <martin@ximian.com>
29216         * mono-debug.c (mono_debug_add_method): Added a workaround for
29217         bug #48591.
29219 2003-10-10  Zoltan Varga  <vargaz@freemail.hu>
29221         * marshal.c (mono_marshal_get_managed_wrapper): Under windows,
29222         delegates passed to native code must use the STDCALL calling 
29223         convention. Fixes #35987.
29225 2003-10-10  Martin Baulig  <martin@ximian.com>
29227         * class.c (inflate_generic_type): If we're inflating for a generic
29228         type instance (and not for a generic method), return
29229         MONO_TYPE_MVAR unchanged.
29231 2003-10-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29233         * string-icalls.c: Join ignores null strings in the source array.
29234         * threadpool.[ch]: export busy_worker_threads, not mono_worker_threads.
29235         * threads.c: GetAvailableTheads is slightly more accurate.
29237 2003-10-09  Bernie Solomon  <bernard@ugsolutions.com>
29239         * threads.h threads.c : add mono_threads_set_default_stacksize
29240         and pass default to CreateThread calls.
29242 2003-10-09  Dick Porter  <dick@ximian.com>
29244         * icall.c:
29245         * locales.h:
29246         * locales.c: Internal calls for constructing CultureInfo and
29247         related objects from libicu (if its available.)
29249 2003-10-09  Zoltan Varga  <vargaz@freemail.hu>
29251         * debug-helpers.c (wrapper_type_names): Add 'unknown' wrapper type.
29253 2003-10-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29255         * threadpool.c: added an argument to async_invoke_thread that is the
29256         item to process, pass the MonoAsyncResult to the thread start function
29257         when creating a new thread. This way we don't need to acquire any lock
29258         when we're creating a new thread. Readded a semaphore for faster
29259         response times (instead of that Sleep i added).
29261 2003-10-08  Bernie Solomon  <bernard@ugsolutions.com>
29263         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData):
29264         get daylight change dates better on Windows, fix handling
29265         of platforms without tm_gmtoff.
29267 2003-10-06  Martin Baulig  <martin@ximian.com>
29269         * class.c (inflate_generic_method): Renamed to
29270         mono_class_inflate_generic_method() and made public.
29271         (mono_class_init): Don't inflate the generic methods here.
29272         (mono_class_from_generic): Added `gboolean inflate_methods'
29273         argument.  Inflate the methods here.
29275         * loader.c (mono_method_get_param_names): Ignore instances of
29276         generic types for the moment.
29278         * reflection.c (fixup_method): Added support for inflated methods.
29279         (mono_image_create_token): Use mono_image_get_methodref_token()
29280         for inflated methods.
29281         (mono_custom_attrs_from_param): Ignore instances of generic types
29282         for the moment.
29283         (mono_reflection_bind_generic_parameters): New public function.
29284         Moved all the functionality from
29285         ves_icall_Type_BindGenericParameters() here and added support for
29286         dynamic types.
29287         (mono_reflection_define_generic_parameter): Initialize
29288         `klass->methods' here.
29290         * icall.c (ves_icall_Type_BindGenericParameters): Moved all the
29291         functionality into mono_reflection_define_generic_parameter().
29292         (ves_icall_Type_GetGenericTypeDefinition): If we're coming from a
29293         TypeBuilder, return that TypeBuilder.
29295 2003-10-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29297         * appdomain.c: removed mono_delegate_semaphore.
29299         * threadpool.c:
29300         (mono_thread_pool_add): moved hash table creation inside and the thread 
29301         creation outside of the critical region.
29302         (mono_thread_pool_finish): removed obsolete code.
29303         (async_invoke_thread): don't use the semaphore. Use a plain Sleep and
29304         continue or exit the thread depending on the queue.
29306 2003-10-07  Bernie Solomon  <bernard@ugsolutions.com>
29308         * metadata.c (mono_type_to_unmanaged): allow bools to marshal as I1
29309         marshal.c (emit_ptr_to_str_conv & mono_marshal_get_native_wrapper):
29310         handle more bool marshalling options
29312 2003-10-07  Zoltan Varga  <vargaz@freemail.hu>
29314         * marshal.c (mono_marshal_get_native_wrapper): Fix marshalling of
29315         arrays of structs. Also add a more descriptive error message when
29316         a structure member is marshalled as LPArray.
29318 2003-10-06  Zoltan Varga  <vargaz@freemail.hu>
29320         * marshal.c (mono_marshal_get_native_wrapper): Add support for
29321         marshalling arrays of complex types. Fixes #29098. Also remove an
29322         usused and incomplete function.
29324 Mon Oct 6 15:38:40 CEST 2003 Paolo Molaro <lupus@ximian.com>
29326         * gc.c: report heap_size - free_bytes as total memory allocated
29327         (bug#49362).
29329 2003-10-05  Zoltan Varga  <vargaz@freemail.hu>
29331         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Finally 
29332         fix timezone handling problems on Windows.
29333         
29334         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Avoid
29335         asserts when the year is outside the range handled by ms the functions.
29337         * class.c (setup_interface_offsets): If the class is an interface,
29338         fill out its interface_offsets slot.
29340 2003-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29342         * threadpool.c: mark threadpool threads as background.
29344 2003-10-03  Bernie Solomon  <bernard@ugsolutions.com>
29346         * decimal.c - define DECINLINE to nothing if not using GCC
29348 2003-10-03  Zoltan Varga  <vargaz@freemail.hu>
29350         * assembly.c: More refcount fixes.
29352 2003-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29354         * string-icalls.c: if we're not trimming, return the same string.
29355         When not splitting, don't create a new string.
29357 2003-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29359         * image.c:
29360         (mono_image_open): increment the ref_count inside the critical section.
29362 2003-10-02  Zoltan Varga  <vargaz@freemail.hu>
29364         * image.c (mono_image_open): Fix reference counting bug.
29366 2003-09-30  Bernie Solomon  <bernard@ugsolutions.com>
29368         * marshal.c (mono_marshal_type_size) struct alignment changed for 
29369         64bit machines.  (emit_ptr_to_str_conv) Fix bool conversions for 
29370         64bits. Avoid leak in mono_marshal_get_native_wrapper when
29371         mono_lookup_pinvoke_call throws.        
29373 2003-09-30  Zoltan Varga  <vargaz@freemail.hu>
29375         * reflection.c (mono_reflection_parse_type): Fix #49114.
29377         * file-io.c (ves_icall_System_IO_MonoIO_GetFileAttributes): Add
29378         temporary workaround for cygwin header problem.
29380         * object.c (mono_object_isinst): Synchronize this with the code
29381         generated by the JIT for casts.
29383 2003-09-29  Zoltan Varga  <vargaz@freemail.hu>
29385         * reflection.c (encode_type): Fix #38332.
29387 2003-09-26  Zoltan Varga  <vargaz@freemail.hu>
29389         * marshal.c (mono_marshal_method_from_wrapper): New function to return
29390         the original method from the wrapper method.
29392 2003-09-25  Martin Baulig  <martin@ximian.com>
29394         * icall.c (ves_icall_Type_IsGenericTypeDefinition): Removed this
29395         interncall since it was identical to `Type.GetGenericTypeDefinition()'.
29396         (ves_icall_Type_get_IsGenericInstance): New interncall.
29398 2003-09-24 Bernie Solomon <bernard@ugsolutions.com>
29400         * object.c: fix cast warning in big endian code.
29402 2003-09-19 Jackson Harper <jackson@latitudegeo.com>
29404         * icall.c: Timezone patch from Zoltan Varga (vargaz@freemail.hu)
29405         
29406 2003-09-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29408         * assembly.c: don't call check_env from mono_assembly_load. It's
29409         already done once in mono_assemblies_init and may cause headaches when
29410         multiple threads are loading assemblies.
29412 2003-09-19  Martin Baulig  <martin@ximian.com>
29414         * reflection.c (mono_reflection_define_generic_parameter): Don't
29415         allocate `klass->methods', set `klass->flags' to
29416         TYPE_ATTRIBUTE_INTERFACE, not TYPE_ATTRIBUTE_ABSTRACT.
29418 2003-09-18  Martin Baulig  <martin@ximian.com>
29420         * class.c (mono_class_init): Don't create `class->methods' if it's
29421         already initialized.
29423         * metadata.c (mono_metadata_load_generic_params): Make this
29424         actually work.
29426         * reflection.c (mono_reflection_define_generic_parameter): Set
29427         parent class and interfaces from the constraints.
29429         * reflection.h (MonoReflectionGenericParam): Added `guint32 flags'
29430         to keep this struct in sync with the declaration in TypeBuilder.cs.
29432 2003-09-17  Martin Baulig  <martin@ximian.com>
29434         * metadata.h (MonoType): Replaced the data's `int type_param'
29435         field with `MonoGenericParam *generic_param'.
29436         (MonoGenericParam): Added `MonoClass *klass'.
29438         * class.c (mono_class_from_gen_param): Removed the
29439         `MonoImage *image' and `int type_num' arguments.
29441         * metadata.c (mono_metadata_parse_generic_param): New static
29442         method; creates a MonoGenericParam which just contains the index.
29443         (do_mono_metadata_parse_type): Call
29444         mono_metadata_parse_generic_param() for MONO_TYPE_VAR and
29445         MONO_TYPE_MVAR.
29447         * reflection.c (mono_image_typedef_or_ref): Generic type
29448         parameters may be in the same assembly, but never use a typedef
29449         for them.
29450         (mono_reflection_define_generic_parameter): We're now creating a
29451         "real" class for the type parameter; it's now safe to call
29452         mono_class_from_mono_type() on the class'es type, it'll do the
29453         right thing.
29455 2003-09-16  Martin Baulig  <martin@ximian.com>
29457         * mono-debug-debugger.c (allocate_symbol_file_entry): Initialize
29458         `symfile->range_entry_size' and `symfile->class_entry_size' here;
29459         the `symfile' data structure must be fully initialized before it
29460         gets added to the table.
29462 2003-09-15  Zoltan Varga  <vargaz@freemail.hu>
29464         * icall.c (ves_icall_Type_IsArrayImpl): Added MONO_ARCH_SAVE_REGS.
29466         * appdomain.h domain.c (MonoDomain): Added new hashtable to store the
29467         class init trampolines.
29469 2003-09-11  Zoltan Varga  <vargaz@freemail.hu>
29471         * profiler.c (mono_profiler_load): Added '-time' and '-alloc' options
29472         to the built-in profiler to turn off time and allocation profiling
29473         respectively.
29475 2003-09-10  Zoltan Varga  <vargaz@freemail.hu>
29477         * profiler.c (mono_profiler_coverage_alloc): Use NULL instead of
29478         g_direct_equal.
29480         * debug-helpers.c (mono_method_full_name): Print the wrapper type
29481         in human readable form.
29483 2003-09-08  Zoltan Varga  <vargaz@freemail.hu>
29485         * reflection.c icall.c: Fixed warnings.
29487         * image.c (load_class_names): Use a temporary hash table to hold the
29488         namespaces in order to avoid doing many string comparisons.
29490         * image.h: Fix typo.
29492         * image.c class.c rawbuffer.c reflection.c threads.c verify.c domain.c:
29493         Pass NULL instead of g_direct_equal to the GHashTable constructor 
29494         since the NULL case is short-circuited inside g_hash_table_lookup, 
29495         leading to better performance.  
29497         * metadata.c (mono_metadata_custom_attrs_from_index): New function to
29498         obtain the first custom attribute for a given index. Depends on the
29499         CustomAttribute table being sorted by the parent field.
29501         * reflection.c (mono_custom_attrs_from_index): Use the new function 
29502         for better performance.
29504 2003-09-07  Martin Baulig  <martin@ximian.com>
29506         * class.c (mono_class_init): If we're a generic instance, inflate
29507         all our methods instead of loading them from the image.
29508         (mono_class_from_generic): Set `class->methods = gklass->methods'.
29510 2003-09-07  Martin Baulig  <martin@ximian.com>
29512         * mono-debug-debugger.c: Added support for constructors.
29514 2003-09-06  Martin Baulig  <martin@ximian.com>
29516         * icall.c (ves_icall_TypeBuilder_get_IsUnboundGenericParameter):
29517         New interncall.
29519         * reflection.c (mono_reflection_setup_generic_class): Call
29520         ensure_runtime_vtable() to create the vtable.
29522 2003-09-05  Martin Baulig  <martin@ximian.com>
29524         * class.c (mono_class_array_element_size): Added MONO_TYPE_VAR and
29525         MONO_TYPE_MVAR.
29527 2003-09-04  Martin Baulig  <martin@ximian.com>
29529         * reflection.c (mono_reflection_define_generic_parameter): Generic
29530         parameters start with zero.
29532 2003-09-04  Martin Baulig  <martin@ximian.com>
29534         * metadata.c (mono_type_size): Added MONO_TYPE_VAR and MONO_TYPE_MVAR.
29536         * reflection.h (MonoReflectionGenericParam): New typedef.
29537         (MonoReflectionTypeBuilder): Added `generic_params' fields to get
29538         the generic parameters from the managed TypeBuilder.
29540         * reflection.c (mono_reflection_define_generic_parameter): New function.
29541         (mono_reflection_create_runtime_class): Encode generic parameters.
29542         (mono_reflection_setup_generic_class): New function; this is
29543         called after adding adding all generic params to the TypeBuilder.
29544         (encode_type): Added MONO_TYPE_VAR.
29546 2003-09-04  Zoltan Varga  <vargaz@freemail.hu>
29548         * class.h class.c (mono_class_needs_cctor_run): Moved this method
29549         here from the JIT.
29551         * assembly.h assembly.c: Moved the AOT loading code into an assembly
29552         load hook.
29554 2003-09-03  Zoltan Varga  <vargaz@freemail.hu>
29556         * reflection.h reflection.c class.h class.c: Delete duplicate 
29557         definition of mono_type_get_name () from reflection.c and export the
29558         one in class.c.
29560         * class.c: Class loading fixes from Bernie Solomon 
29561         (bernard@ugsolutions.com).
29563         * reflection.c: Endianness fixes from Bernie Solomon 
29564         (bernard@ugsolutions.com).
29565         
29566 2003-09-01  Zoltan Varga  <vargaz@freemail.hu>
29568         * assembly.h assembly.c: Define a file format version for AOT
29569         libraries.
29570         
29571         * assembly.c (mono_assembly_open): Fix leaking of MonoImage-s.
29573         * appdomain.h (MonoJitInfo): New field to determine whenever the
29574         code is domain neutral.
29575         
29576 2003-08-31  Miguel de Icaza  <miguel@ximian.com>
29578         * marshal.c (emit_struct_conv): Add MONO_TYPE_CHAR
29580 2003-08-30  Zoltan Varga  <vargaz@freemail.hu>
29582         * icall.c (ves_icall_System_Web_Util_ICalls_get_machine_install_dir): 
29583         (ves_icall_System_Configuration_DefaultConfig_get_machine_config_path):
29584         Avoid caching the result since strings must be domain specific. Fixes
29585         #48050.
29587 2003-08-29  Zoltan Varga  <vargaz@freemail.hu>
29589         * marshal.c (mono_marshal_init): Make this callable multiple times
29590         since it is hard to find a correct place to call it.
29592         * object.c (mono_runtime_class_init): Execute static constructors in
29593         the correct appdomain.
29595         * image.c (build_guid_table): Handle the case when multiple images have
29596         the same GUID.
29598 2003-08-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29600         * icall.c: added a couple of icalls for System.Web.
29602 2003-08-28  Martin Baulig  <martin@ximian.com>
29604         * icall.c (ves_icall_Type_BindGenericParameters): Use
29605         `klass->generic_inst' instead of `&klass->byval_arg' in the
29606         mono_type_get_object() call.  The returned type must be
29607         MONO_TYPE_GENERICINST and not MONO_TYPE_CLASS.
29609 2003-08-27  Zoltan Varga  <vargaz@freemail.hu>
29611         * NOTES: New file.
29613         * object.c (mono_class_proxy_vtable): Make it thread safe.
29615         * pedump.c: Fix warning.
29617         * object.c appdomain.h: Get rid of metadata_section. 
29618         It is no longer needed and it was causing deadlocks with domain->lock.
29620         * appdomain.c (add_assemblies_to_domain): Make it thread safe.
29622 2003-08-26  Martin Baulig  <martin@ximian.com>
29624         * pedump.c (main): Don't call mono_image_close() if `verify_pe'.
29626 2003-08-26  Martin Baulig  <martin@ximian.com>
29628         * pedump.c (main): Call mono_metadata_init(),
29629         mono_raw_buffer_init(), mono_images_init(), mono_assemblies_init()
29630         and mono_loader_init().
29632 2003-08-26  Zoltan Varga  <vargaz@freemail.hu>
29634         * loader.h: Add missing include to fix build.
29636         * image.h: mono_image_load_references is no more.
29638         * assembly.c: Reworked assembly loading to make it really thread safe.
29639         After these changes, the assembly returned by mono_assembly_open is
29640         fully initialized, i.e. all its references assemblies are loaded.
29642         * assembly.c (mono_image_load_references): Renamed to 
29643         mono_assembly_load_references, and made private, since clients no
29644         longer need to call it.
29646         * class.c: Removed calls to mono_assembly_load_references, since it was
29647         a source of deadlocks.
29649         * loader.h loader.c class.h class.c: Protect data structures using a 
29650         new lock, the loader lock.
29652         * class.c (mono_class_setup_vtable): Create temporary hash tables and
29653         GPtrArrays only when needed.
29655         * class.c (mono_class_layout_fields): Ignore the dummy field inserted 
29656         into empty structures by mcs. Fixes pinvoke7.cs.
29657         
29658         * domain.c (mono_init): Call a new initialization function.
29660         * appdomain.c (mono_runtime_init): Call the new initializer function
29661         of the marshal module.
29663         * marshal.c (mono_marshal_load_type_info): Ignore the dummy field
29664         inserted into empty structures by mcs. Fixes pinvoke7.cs.
29666         * marshal.h marshal.c: Added locks around the wrapper caches to make
29667         this module thread safe.
29669         * icall.c (ves_icall_InternalInvoke): Method wrappers doesn't require a
29670         this argument. Fixes pinvoke1.exe.
29672 2003-08-25  Lluis Sanchez <lluis@ximian.com>
29674         * object.h: Added call_type field to MonoMethodMessage and the corresponding
29675         enumeration of values. Removed fields to store remote call output values in
29676         MonoAsyncResult. Not needed any more.
29677         * object.c: Initialize call_type and async_result fields in mono_message_init.
29678         * marshal.c: mono_delegate_begin_invoke(): for proxies, set call_type before
29679         dispatching the message.
29680         mono_delegate_end_invoke (): delegate to the proxy the work of waiting for the
29681         async call to finish. To do it use a message with EndInvoke call type.
29683 2003-08-25  Zoltan Varga  <vargaz@freemail.hu>
29685         * loader.h loader.c (mono_method_hash_marhal_info): New function which
29686         determines whenever a method has marshalling info.
29688 2003-08-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29690         * assembly.c: fix the build on windows.
29692 2003-08-22 Lluis Sanchez <lluis@ximian.com>
29694         * object.cs: Fixed bug #47785.
29696 2003-08-22 Jackson Harper <jackson@latitudegeo.com>
29698         * string-icalls.c (StringReplace): If their are no occurances of
29699         the old string found return a reference to the supplied
29700         string. This saves some memory and matches MS behavoir.
29701         
29702 2003-08-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29704         * socket-io.c: fixed compilation for systems that define AF_INET6
29705         and don't define SOL_IP/SOL_IPV6.
29707 2003-08-21  Zoltan Varga  <vargaz@freemail.hu>
29709         * object.c (mono_object_isinst): Fix casts to TransparentProxy in
29710         the interpreter. Patch by Bernie Solomon (bernard@ugsolutions.com).
29712         * rawbuffer.c rawbuffer.h: Make this module thread safe.
29714         * domain.c: Make this module thread safe.
29716         * domain.c (mono_init): Call new initialization function.
29718         * icall.c (ves_icall_System_Array_SetValueImpl): Check types for
29719         reference types too. Fixes #38812.
29721         * image.c (mono_image_init): Fixed warnings.
29723         * class.c (mono_class_from_typeref): Handle assembly load failure
29724         correctly.
29726         * appdomain.c (add_assemblies_to_domain): Handle the case when
29727         the references of an assembly are not yet loaded.
29729         * metadata.c image.c assembly.c: Moved initialization of global
29730         variables to a separate function called at startup since lazy 
29731         initialization of these variables is not thread safe.
29732         
29733         * image.c assembly.c: Made this module thread safe by adding locks in 
29734         the appropriate places.
29736         * domain.c (mono_init): Call the new initialization functions of the
29737         three modules.
29739 2003-08-20  Lluis Sanchez Gual  <lluis@ximian.com>
29741         * marshal.c: mono_delegate_begin_invoke(): If the target is a proxy,
29742           make a direct call. It is proxy's work to make the call asynchronous.
29743           mono_delegate_end_invoke(): If the targe is a proxy, just collect
29744           the return values.
29745         * object.cs: mono_method_call_message_new(): read AsyncResult and
29746           state object from parameters list, if this info is requested.
29747         * object.h: Added fields to store remote call output values in
29748           MonoAsyncResult. Added AsyncResult field in MonoMethodMessage.
29750 Wed Aug 20 12:57:42 CEST 2003 Paolo Molaro <lupus@ximian.com>
29752         * object.h: add needed fields to MonoThread.
29753         * threads.c, threads.h: allow registering a function to cleanup data
29754         allocated per thread by the JIT.
29756 Tue Aug 19 18:22:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
29758         * loader.h: portability fix by Bernie Solomon
29759         * <bernard@ugsolutions.com>.
29761 2003-08-16  Zoltan Varga  <vargaz@freemail.hu>
29763         * reflection.h reflection.c (mono_param_get_objects): Changed this to 
29764         return a MonoArray. This simplifies the code and also ensures that
29765         the cache allways contains an object reference as a value.
29767         * icall.c (ves_icall_get_parameter_info): Simplified using the new
29768         function.
29770 2003-08-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29772         * socket-io.c: patch by Bernie Solomon <bernard@ugsolutions.com> that
29773         fixes a problem with byte ordering when getting the address family for
29774         a socket.
29776 2003-08-15  Zoltan Varga  <vargaz@freemail.hu>
29778         * .cvsignore: Added monosn.
29780         * reflection.h reflection.c loader.c: Added support for parameter
29781         marshalling to dynamically created types. Fixes #47295.
29783 Fri Aug 15 11:42:46 CEST 2003 Paolo Molaro <lupus@ximian.com>
29785         * rand.c: remove useless warnings.
29787 Wed Aug 13 15:49:57 CEST 2003 Paolo Molaro <lupus@ximian.com>
29789         * class.c: implemented ldtoken for methods and fieldrefs.
29791 2003-08-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29793         * threadpool.c: when mono_async_invoke was called, no one took care of
29794         monitoring the queue. So if the method invoked took some time and we
29795         got new async invoke requests after 500 ms (the thread created waited
29796         that long in WaitForSingleObject), the new async invoke was not called
29797         until the previous one finished.
29799         This is fixed now. Thanks to Totte for helping with it.
29801 2003-08-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29803         * threadpool.c: set threadpool_thread to TRUE. Patch by totte.
29805 2003-08-11  Martin Baulig  <martin@ximian.com>
29807         * mono-debug-debugger.c (mono_debugger_lookup_type): New function.
29809 2003-08-06  Martin Baulig  <martin@ximian.com>
29811         * mono-debug-debugger.c: Added support for static fields,
29812         properties and methods.
29814 2003-08-06  Martin Baulig  <martin@ximian.com>
29816         * mono-debug-debugger.c: Don't store the MonoString's vtable to
29817         make this work for applications with multiple application domains.
29819 2003-08-04  Martin Baulig  <martin@ximian.com>
29821         * mono-debug-debugger.c: Completely reworked the type support; the
29822         most important thing is that we're now just using one single
29823         `MonoType' instance per type.
29825 Sat Aug  2 13:05:27 BST 2003 Malte Hildingson <malte@amy.udd.htu.se>
29827         * mono-endian.h, mono-endian.c, icall.c: Added icall
29828         ves_icall_System_Double_AssertEndianity to assert double word endianity
29829         on ARM (FPA). The icall uses a macro defined in mono-endian.h.
29831 Fri Aug 1 16:51:13 CEST 2003 Paolo Molaro <lupus@ximian.com>
29833         * class.c, class.h, reflection.c, metadata.c, icall.c: more generics
29834         support, icalls and fixes.
29836 2003-07-31  Miguel de Icaza  <miguel@ximian.com>
29838         * unicode.c (ves_icall_System_Char_IsPunctuation): The set of
29839         classes that are a punctuation character in .NET is not the same a
29840         g_unichar_ispunct.
29842 Tue Jul 29 18:07:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
29844         * socket-io.c: ipv6 portability fixes from Felix Ortga (guile@lared.es).
29846 2003-07-29  Miguel de Icaza  <miguel@ximian.com>
29848         * icall.c: Add new MemCopy internalcall.
29849         (ves_icall_System_Reflection_Assembly_GetManifestResourceInternal):
29850         Simplified code; It is not necessary to handle all the cases here,
29851         as the C# code takes care of it.  Only handle the case of the name
29852         resource embedded into the assembly.
29854         Changed signature to return the data pointer and the size of the
29855         data. 
29857 2003-07-26  Miguel de Icaza  <miguel@ximian.com>
29859         * reflection.c (mono_image_get_method_info): Allow for 0x40 to be
29860         encoded.        (Partition II.22.1.7: PInvokeAttribute:SupportsLastErr).
29862 2003-07-29  Lluis Sanchez Gual  <lluis@ximian.com>
29864         * socket-io.c: ignore EINTR error in select.
29866 Tue Jul 29 15:25:01 CEST 2003 Paolo Molaro <lupus@ximian.com>
29868         * class.h, class.c: removed unused subclasses field in MonoClass.
29870 2003-07-29  Lluis Sanchez Gual  <lluis@ximian.com>
29872         * icall.c: improve fix of get_base_definition(). If the parent class
29873           doesn't have the mehod, look at the parent of the parent.
29874         * object.c: mono_message_init(): use the attribute PARAM_ATTRIBUTE_OUT
29875           to check if a parameter is an in or out parameter
29876           (PARAM_ATTRIBUTE_IN is not set by default).
29877           mono_method_return_message_restore(): Use mono_class_value_size to
29878           get the size of a value type. mono_type_stack_size (parameterType)
29879           does not return the correct value if parameterType is byRef.
29880           mono_load_remote_field(), mono_load_remote_field_new(),
29881           mono_store_remote_field(), mono_store_remote_field_new():
29882           raise exception if the remote call returns an exception.
29884 2003-07-28  Martin Baulig  <martin@ximian.com>
29886         * mono-debug-debugger.c (mono_debugger_runtime_invoke): New
29887         method.  This is a wrapper around mono_runtime_invoke() which
29888         boxes the instance object if neccessary.
29890 Fri Jul 25 19:14:13 CEST 2003 Paolo Molaro <lupus@ximian.com>
29892         * class.c, class.h, image.c, image.h, loader.c, metadata.c,
29893         metadata.h, row-indexes.h, verify.c: first cut of generics support.
29895 Thu Jul 24 11:34:20 CEST 2003 Paolo Molaro <lupus@ximian.com>
29897         * icall.c: disable mcs bug workaround.
29899 2003-07-21  Miguel de Icaza  <miguel@ximian.com>
29901         * object.c (mono_runtime_class_init): Take the metadata_section
29902         mutex before obtaining the domain mutex.
29904         * appdomain.h: Added definition of metadata_section mutex here. 
29906         * object.c: define metadata_mutex here.
29908 2003-07-24  Ravi Pratap  <ravi@ximian.com>
29910         * icall.c: Remove the FIXED_MCS_45127 workarounds - this has been
29911         fixed.
29913 2003-07-24  Lluis Sanchez Gual  <lluis@ximian.com>
29915         * reflection.c: Fix bug #46669
29917 2003-07-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29919         * exception.c:
29920         * exception.h:
29921         * icall.c:
29922         * object.h: fill in the type name for TypeLoadException.
29924 2003-07-23  Ravi Pratap  <ravi@ximian.com>
29926         * class.c: Fixes from Paolo in response to bug #45415 (Subclass
29927         relationship between TypeBuilders while compiling corlib) and bug
29928         45993 (Array types returned from the runtime while compiling
29929         corlib were from the loaded corlib).
29931 2003-07-22  Martin Baulig  <martin@ximian.com>
29933         * mono-debug-debugger.c: Reworked the type support a bit more;
29934         distinguish between types and classes.
29936 Tue Jul 22 15:48:50 CEST 2003 Paolo Molaro <lupus@ximian.com>
29938         * icall.c: add IsArrayImpl icall.
29940 2003-07-22  Zoltan Varga  <vargaz@freemail.hu>
29942         * class.c (mono_class_layout_fields): Fix gc aware auto layout by
29943         initializing real_size only once. Also fix bug #46602.
29945 2003-07-21  Jerome Laban <jlaban@wanadoo.fr>
29947         * object.c: Renamed mono_metadata_section to metadata_section.
29949 2003-07-21  Lluis Sanchez Gual  <lluis@ximian.com>
29951         * icall.c: in MS.NET ves_icall_Type_GetInterfaces returns an
29952           empty array if the type is an array. Fixed.
29953           ves_icall_MonoMethod_get_base_definition: if the base method
29954           is abstract, get the MethodInfo from the list of methods of
29955           the class.
29956         * reflection.c: ParameterInfo.PositionImpl should be zero-based
29957           and it was 1-based. Fixed in mono_param_get_objects.
29959 2003-07-20  Martin Baulig  <martin@ximian.com>
29961         * mono-debug.h: Set version number to 31.
29962         (mono_debug_init): Added `MonoDomain *' argument.
29964         * mono-debug-debugger.c: Reworked the type support; explicitly
29965         tell the debugger about builtin types; pass the `klass' address to
29966         the debugger.
29968 2003-07-20 Jackson Harper <jackson@latitudegeo.com>
29970         * image.c: Allow new metadata tables to be loaded without a
29971         warning. Also update the warning message to give the new constant value.
29972                 
29973 Fri Jul 18 13:12:21 CEST 2003 Paolo Molaro <lupus@ximian.com>
29975         * class.c, class.h, debug-helpers.c, icall.c, image.c, marshal.c,
29976         metadata.c, metadata.h, mono-debug-debugger.c, object.c, reflection.c: 
29977         array type representation changes.
29979 Fri Jul 18 11:26:58 CEST 2003 Paolo Molaro <lupus@ximian.com>
29981         * icall.c, appdomain.h, appdomain.c: support full runtime shutdown
29982         on Environment.Exit () call.
29984 Thu Jul 17 17:21:57 CEST 2003 Paolo Molaro <lupus@ximian.com>
29986         * icall.c, reflection.h, reflection.c, verify.c: cleanups,
29987         requires a matching corlib.
29989 2003-07-17  Lluis Sanchez Gual  <lluis@ximian.com>
29991         * Changelog: My editor decided to add a CR to each line. Sorry about that.
29992           Committed again without the CRs.
29993         
29994 2003-07-17  Lluis Sanchez Gual  <lluis@ximian.com>
29996         * socket-io.c: Get system_assembly using mono_image_loaded(), instead
29997           getting it from the "this" socket instance. Did not work
29998           if the socket is a subclass of Socket.
29999           Also fixed bug #35371.
30001 Thu Jul 17 13:39:32 CEST 2003 Paolo Molaro <lupus@ximian.com>
30003         * metadata.c: fixed size for TypedByRef.
30004         * loader.c: when searching for a method, consider the vararg amrker.
30005         * unicode.c, decimal.c: constify some arrays.
30007 2003-07-15  Dick Porter  <dick@ximian.com>
30009         * socket-io.c: Fixed compilation for gcc < 3.2.
30011         Fixed compilation for machines that don't have AF_INET6 (thanks to
30012         Bernie Solomon <bernard@ugsolutions.com> for that part.)
30014         Fixed compile warnings.
30015         
30016         Fixed formatting and line endings.
30018 2003-07-14  Jerome Laban <jlaban@wanadoo.fr>
30020         * socket-io.h:
30021         * socket-io.c: Added IPv6 support.
30023 2003-07-13  Zoltan Varga  <vargaz@freemail.hu>
30025         * class.c (mono_class_is_assignable_from): New function to implement
30026         the is_assignable_from logic. Used by mono_object_isinst, 
30027         Type::IsAssignableFrom () and the interpreter.
30029         * class.c (mono_class_is_subclass_of): Make all classes a subclass of
30030         Object, even interfaces.
30031         
30032         * object.c (mono_object_isinst): Implement in terms of 
30033         is_assignable_from.
30035         * icall.c (ves_icall_type_is_assignable_from): New icall.
30037 2003-07-11  Zoltan Varga  <vargaz@freemail.hu>
30039         * domain.c (foreach_domain): fix compiler warning.
30041 2003-07-11  Dietmar Maurer  <dietmar@ximian.com>
30043         * image.c (load_metadata_ptrs): use g_strndup because strndup is
30044         not available on all plattforms
30046 2003-07-10  Zoltan Varga  <vargaz@freemail.hu>
30048         * image.h image.c: Store the metadata version string in MonoImage.
30049         * icall.c: New icall to retrieve the image version.
30050         * reflection.c (create_dynamic_image): Fill in the image version field
30051         * reflection.c (build_compressed_metadata): Use the image version
30052         from the image structure.
30054 2003-07-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30056         * appdomain.c: modified comment.
30057         * gc.c: finalizer_thread can call finalizers even when finished == TRUE.
30058         That will be its last iteration when mono_gc_cleanup is called from
30059         mono_runtime_cleanup and before the domain is unloaded.
30061         Fixes bug #45962.
30063 2003-07-04  Dietmar Maurer  <dietmar@ximian.com>
30065         * marshal.c (mono_marshal_get_native_wrapper): fixes for [out]
30066         attributes.
30068 Thu Jul 3 17:22:20 CEST 2003 Paolo Molaro <lupus@ximian.com>
30070         * object.c, file-io.c, metadata.c, mono-endian.h, reflection.c,
30071         rawbuffer.c: more 64 bit and picky (or old) compiler fixes from
30072         Bernie Solomon <bernard@ugsolutions.com>.
30074 Thu Jul 3 17:17:39 CEST 2003 Paolo Molaro <lupus@ximian.com>
30076         * object.c, object.h: provide mono_object_new_fast() for faster
30077         allocation in some special cases.
30079 Wed Jul 2 13:21:26 CEST 2003 Paolo Molaro <lupus@ximian.com>
30081         * object.h, reflection.h, verify.c: fixes for some 64bit issues,
30082         mostly from a patch by Laramie Leavitt <lar@leavitt.us>.
30084 Tue Jul 1 21:24:14 CEST 2003 Paolo Molaro <lupus@ximian.com>
30086         * threadpool.c: fix leaks.
30088 2003-07-01  Dick Porter  <dick@ximian.com>
30090         * threadpool.c (mono_async_invoke): Use mono_g_hash_table_remove when
30091         using MonoGHashTables.  Fixes threadpool bug posted to list.
30093 Tue Jul 1 11:45:40 CEST 2003 Paolo Molaro <lupus@ximian.com>
30095         * image.h, image.c: added support to load an assembly from a byte array.
30096         * Makefile.am, assembly.c, make-bundle.pl, sample-bundle: added 
30097         assembly bundle support.
30099 2003-06-27  Dietmar Maurer  <dietmar@ximian.com>
30101         * threadpool.c (mono_thread_pool_add): keep a reference to the
30102         AsyncResult to prevent GC
30104 Thu Jun 26 12:13:25 CEST 2003 Paolo Molaro <lupus@ximian.com>
30106         * class.c: leak fix.
30108 2003-06-25  Dick Porter  <dick@ximian.com>
30110         * threadpool.c (mono_thread_pool_add): Don't set up a finaliser
30111         for the async object, the WaitHandle object will close the handle.
30112         Fixes bug 45321.
30114 Wed Jun 25 18:12:29 CEST 2003 Paolo Molaro <lupus@ximian.com>
30116         * class.c: in mono_array_class_get (), lookup from the hash with the
30117         same type we insert: this works around a bug in
30118         mono_metadata_type_hash() with SZARRAY and fixes a leak reported by
30119         lluis. The real fix will have to wait for after the release.
30121 Wed Jun 25 13:14:41 CEST 2003 Paolo Molaro <lupus@ximian.com>
30123         * icall.c: fix memory leak when getting type members.
30125 Mon Jun 23 16:12:48 CEST 2003 Paolo Molaro <lupus@ximian.com>
30127         * reflection.c: added more pubtoken special cases.
30129 Mon Jun 23 15:29:06 CEST 2003 Paolo Molaro <lupus@ximian.com>
30131         * class.c: handle field offset correctly when class size
30132         is set (bug# 45182, partially from a patch by jlaban@wanadoo.Fr (Jerome Laban)).
30134 2003-06-20  Martin Baulig  <martin@ximian.com>
30136         * mono-debug-debugger.h (MonoDebuggerSymbolFile): Added `MonoImage
30137         *image' field.
30139 2003-06-20  Martin Baulig  <martin@ximian.com>
30141         * image.h, mono-debug-debugger.h: Fixed compiler warnings.
30143 2003-06-20  Martin Baulig  <martin@ximian.com>
30145         * mono-debug.h (MONO_DEBUG_VAR_ADDRESS_MODE_STACK): Removed.  We
30146         just distinguish between variables in registers and variables at
30147         an offset relative to a register.
30149 2003-06-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30151         * icall.c: #ifdef out latest changes until mcs is fixed.
30153 Thu Jun 19 11:03:42 CEST 2003 Paolo Molaro <lupus@ximian.com>
30155         * icall.c: return members in metadata order.
30157 Wed Jun 18 15:26:58 CEST 2003 Paolo Molaro <lupus@ximian.com>
30159         * icall.c: avoid infinite loop in GetTimeZoneData.
30161 Wed Jun 18 12:47:43 CEST 2003 Paolo Molaro <lupus@ximian.com>
30163         * icall.c: added Marshal.Prelink/All icalls.
30165 Wed Jun 18 12:17:48 CEST 2003 Paolo Molaro <lupus@ximian.com>
30167         * object.c, object.h: fix warnings and do some overflow checking
30168         when creating arrays.
30170 2003-06-17  Dick Porter  <dick@ximian.com>
30172         * file-io.h:
30173         * file-io.c: File attributes need to be tweaked slightly when
30174         passed from the managed to the w32 world.
30176 2003-06-17  Zoltan Varga  <vargaz@freemail.hu>
30177         * profiler.h profiler-private.h profiler.c: Rework last patch
30178         based on suggestion by Paolo.
30179         
30180 2003-06-17  Zoltan Varga  <vargaz@freemail.hu>
30182         * profiler.h profiler-private.h profiler.c: Added infrastructure for 
30183         instruction level coverage data collection.
30184         * profiler.h profiler.c (: Added new callback function which can be
30185         used by the profiler to limit which functions should have coverage
30186         instrumentation.
30187         * profiler.c (mono_profiler_load): Call g_module_build_path to
30188         generate the file name of the profiler library.
30190 Mon Jun 16 18:11:13 CEST 2003 Paolo Molaro <lupus@ximian.com>
30192         * profiler.c, profiler.h, profiler-private.h: added basic block 
30193         coverage profiling API.
30195 2003-06-15  Zoltan Varga  <vargaz@freemail.hu>
30197         * reflection.c (mono_reflection_create_runtime_class): Add support
30198         for events in dynamically generated code.
30200         * gc.c: Start GCHandle indexes from 1, since 0 means the handle is
30201         not allocated.
30203 Sat Jun 14 19:01:32 CEST 2003 Paolo Molaro <lupus@ximian.com>
30205         * icall.c: when getting timezone info, return reasonable values if we
30206         can't get the actual data.
30208 2003-06-14  Dick Porter  <dick@ximian.com>
30210         * threads.c (start_wrapper): Remove the reference to the thread
30211         object in the TLS data, so the thread object can be finalized.
30212         This won't be reached if the thread threw an uncaught exception,
30213         so those thread handles will stay referenced :-( (This is due to
30214         missing support for scanning thread-specific data in the Boehm GC
30215         - the io-layer keeps a GC-visible hash of pointers to TLS data.)
30217 Sat Jun 14 13:16:17 CEST 2003 Paolo Molaro <lupus@ximian.com>
30219         * reflection.c: ensure streams and tables are first allocated with
30220         ALLOC_ATOMIC (GC_realloc uses plain GC_malloc otherwise).
30222 Sat Jun 14 13:13:20 CEST 2003 Paolo Molaro <lupus@ximian.com>
30224         * icall.c: fixed GetElementType for byrefs (bug# 44792).
30226 2003-06-13  Zoltan Varga  <vargaz@freemail.hu>
30228         * reflection.c (mono_reflection_create_runtime_class): Add support for
30229         properties to dynamically created classes.
30230         * reflection.c: Fix a few places where non-MonoObjects were inserted
30231         into the tokens hashtable.
30233 Fri Jun 13 19:10:55 CEST 2003 Paolo Molaro <lupus@ximian.com>
30235         * object.c: some support to handle out of memory exceptions.
30237 2003-06-12  Dietmar Maurer  <dietmar@ximian.com>
30239         * marshal.c (mono_marshal_get_native_wrapper): support reference
30240         return types
30242 Wed Jun 11 18:32:51 CEST 2003 Paolo Molaro <lupus@ximian.com>
30244         * object.h, object.c: more portability stuff from Bernie Solomon.
30245         Unexport mono_object_allocate(). Added mono_object_unbox ().
30246         Set exitcode when an unhandled exception is thrown.
30248 2003-06-11  Dietmar Maurer  <dietmar@ximian.com>
30250         * marshal.c (mono_marshal_get_native_wrapper): use custom
30251         marshaler for return types.
30253 2003-06-10  Dick Porter  <dick@ximian.com>
30255         * socket-io.c: Don't assume that one of struct ip_mreqn or struct
30256         ip_mreq is available
30258 Tue Jun 10 17:35:03 CEST 2003 Paolo Molaro <lupus@ximian.com>
30260         * debug-mono-symfile.c, marshal.c, metadata.c, monitor.c,
30261         mono-debug-debugger.c, mono-debug.c, process.c: portability fixes
30262         by Bernie Solomon <bernard@ugsolutions.com>.
30264 2003-06-10  Zoltan Varga  <vargaz@freemail.hu>
30266         * gc.c (mono_gc_init): Avoid error message on shutdown when
30267         GC_DONT_GC=1 is used.
30269         * icall.c (ves_icall_System_Reflection_Module_GetGuidInternal): 
30270         New icall to return the GUID of a module.
30272 Mon Jun 9 19:33:51 CEST 2003 Paolo Molaro <lupus@ximian.com>
30274         * class.c: ensure instance size always includes the parent's size
30275         even whem class size is set explicitly (fixes bug#44294).
30277 Thu Jun 5 19:51:49 CEST 2003 Paolo Molaro <lupus@ximian.com>
30279         * profiler.h, profiler.c: made the simple profiler thread-safe,
30280         get more accurate timing info. Allow the loading of an
30281         externally-developed profiler module.
30283 2003-06-05  Dietmar Maurer  <dietmar@ximian.com>
30285         * marshal.c (mono_marshal_get_native_wrapper): improved
30286         class/byref arguments.
30287         (mono_marshal_get_native_wrapper): better string marshaling support.
30289 Wed Jun 4 18:01:22 CEST 2003 Paolo Molaro <lupus@ximian.com>
30291         * class.c: ensure .pack and .size are handled correctly and
30292         simplified layout of static fields.
30294 2003-06-04  Dietmar Maurer  <dietmar@ximian.com>
30296         * appdomain.c
30297         (ves_icall_System_AppDomainSetup_InitAppDomainSetup): fix for bug 42934
30299         * loader.c (mono_lookup_pinvoke_call): look for modules in the
30300         current directory (fix bug 44008)
30302 2003-06-03  Dietmar Maurer  <dietmar@ximian.com>
30304         * marshal.c (mono_marshal_get_native_wrapper): started support for
30305         custom marshalers.
30306         (mono_delegate_to_ftnptr): consider marshalling specifications
30308 Tue Jun 3 11:17:02 CEST 2003 Paolo Molaro <lupus@ximian.com>
30310         * reflection.c, reflection.h: emit custom marshal info.
30312 2003-06-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30314         * object.c: free the GError.
30315         * icall.c: added CloseEvent_internal.
30316         * threads.[ch]:
30317         (ves_icall_System_Threading_Events_CloseEvent_internal): new internal
30318         call.
30320 2003-06-01  Zoltan Varga  <vargaz@freemail.hu>
30322         * loader.c (mono_method_get_signature): Add support for dynamic
30323         assemblies.
30325 Sat May 31 15:22:07 CEST 2003 Paolo Molaro <lupus@ximian.com>
30327         * reflection.c: fixed bug #43905.
30329 Fri May 30 12:56:29 CEST 2003 Paolo Molaro <lupus@ximian.com>
30331         * class.c, domain.c, icall.c, metadata.h, object.h: support for
30332         handling TypedReference and ArgIterator.
30333         * loader.c, loader.h: added function to get signature at call site.
30335 Thu May 29 11:34:55 CEST 2003 Paolo Molaro <lupus@ximian.com>
30337         * metadata.c, metadata.h, private.h, tokentype.h, loader.c: make more 
30338         data readonly. Buglets and warning fixes. Some MethodSpec support.
30340 Tue May 27 16:34:39 CEST 2003 Paolo Molaro <lupus@ximian.com>
30342         * class.h, class.c, object.c: remove relative numbering support.
30344 2003-05-26  Miguel de Icaza  <miguel@ximian.com>
30346         * marshal.c (mono_marshal_get_native_wrapper): For now, do not
30347         free the string, until we get a chance to fix Gtk#
30349 2003-05-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30351         * marshal.c: revert last patch.
30353 Mon May 26 20:21:52 CEST 2003 Paolo Molaro <lupus@ximian.com>
30355         * icall.c: updates for new mono_class_vtable() not calling
30356         the type constructor anymore.
30358 Mon May 26 12:10:35 CEST 2003 Paolo Molaro <lupus@ximian.com>
30360         * object.h, object.c: separate vtable creation from type
30361         initialization. Make running the .cctor thread safe.
30363 2003-05-26  Dietmar Maurer  <dietmar@ximian.com>
30365         * marshal.c (mono_marshal_get_native_wrapper): free string return values.
30367 2003-05-21  Dietmar Maurer  <dietmar@ximian.com>
30369         * loader.c (mono_get_method): consider calling convention
30371 2003-05-21  Zoltan Varga  <vargaz@freemail.hu>
30373         * icall.c (ves_icall_System_Reflection_Module_GetGlobalType): New icall
30374         to return the invisible global type for a module.
30376         * reflection.c (mono_image_build_metadata): Emit global fields too.
30378 2003-05-20  Peter Williams  <peterw@ximian.com>
30380         * loader.c (mono_lookup_internal_call): Add a few newlines.
30382 2003-05-20  Zoltan Varga  <vargaz@freemail.hu>
30384         * reflection.c (mono_reflection_lookup_dynamic_token): Intern dynamic
30385         literal strings.
30387         * appdomain.c (set_domain_search_path): Recalculate search path when
30388         AppDomainSetup.PrivateBinPath changes.
30390         * object.c (mono_class_compute_gc_descriptor): It turns out some
30391         parts of the class libs (like System.Thread) holds pointers to
30392         GC_MALLOC()-d memory in IntPtrs, which is wrong. The workaround is
30393         to treat native int a pointer type here.
30394         
30395 Tue May 20 17:18:16 CEST 2003 Paolo Molaro <lupus@ximian.com>
30397         * appdomain.h, domain.c: add hashtable for jump target resolution.
30399 2003-05-19  Zoltan Varga  <vargaz@freemail.hu>
30401         * reflection.h reflection.c icall.c: Added new icalls 
30402         GetManifestResourceInfoInternal, GetModulesInternal and support
30403         infrastructure.
30405 2003-05-16  Dick Porter  <dick@ximian.com>
30407         * icall.c:
30408         * file-io.h:
30409         * file-io.c: Implement System.IO.MonoIO::GetTempPath
30411 2003-05-14  Lluis Sanchez Gual  <lluis@ideary.com>
30413         * object.c: mono_store_remote_field: little fix to previous patch.
30415 Wed May 14 18:10:42 CEST 2003 Paolo Molaro <lupus@ximian.com>
30417         * class.c: add constructors to array classes.
30418         * icall.c: special case array construction for InternalInvoke (),
30420 2003-05-14  Zoltan Varga  <vargaz@freemail.hu>
30422         * class.h class.c reflection.c object.c: Added support for field
30423         defaults in dynamically generated classes.
30425 Wed May 14 13:35:27 CEST 2003 Paolo Molaro <lupus@ximian.com>
30427         * reflection.c: properly encode charset for ddlimport.
30429 Wed May 14 11:14:54 CEST 2003 Paolo Molaro <lupus@ximian.com>
30431         * threads.c: allow compiling without GC.
30433 Tue May 13 16:41:49 CEST 2003 Paolo Molaro <lupus@ximian.com>
30435         * appdomain.h, object.c, object.h, threads.c, threads.h: added
30436         handling of thread static data.
30438 Tue May 13 16:36:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
30440         * reflection.h, reflection.c: added mono_custom_attrs_free ().
30442 2003-05-13  Dietmar Maurer  <dietmar@ximian.com>
30444         * class.c (mono_array_class_get): always set the serializable flags
30445         (mono_array_class_get): always set the SEALED attribute for array types
30447 2003-05-12  Dietmar Maurer  <dietmar@ximian.com>
30449         * loader.c (mono_lookup_pinvoke_call): consider Ansi/Unicode
30450         attributes (fix for bug 42021).
30452 2003-05-12  Dick Porter  <dick@ximian.com>
30454         * gc.c: Don't run finalizers when the finalizer thread is
30455         finishing up, because the default domain has already been
30456         destroyed.
30458 2003-05-11  Miguel de Icaza  <miguel@ximian.com>
30460         * string-icalls.c (ves_icall_System_String_ctor_chara_int_int): if
30461         value is null, we should throw an exception.   This is slightly
30462         different than the other conventions used for the constructor.
30464 2003-05-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30466         * socket-io.c: fixed windows build.
30468 2003-05-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30470         * socket-io.c: patch by Jerome Laban that fixes bug #42393.
30472 2003-05-10  Zoltan Varga  <vargaz@freemail.hu>
30474         * object.c (mono_string_new_wrapper): Compatibility fix for MS
30475         compilers.
30477 2003-05-09  Zoltan Varga  <vargaz@freemail.hu>
30479         * class.c (mono_class_layout_fields): Add experimental GC aware
30480         auto layout facility. Requires class library changes to work correctly.
30482         (mono_class_setup_vtable): Avoid overriding explicit interface
30483         method implementations. Fixes iface3.exe test.
30485         * object.c (mono_class_compute_gc_descriptor): Type I can't hold an
30486         object reference.
30487         (mono_array_new_specific): Add MONO_ARCH_SAVE_REGS.
30488         (mono_string_new_wrapper): Add MONO_ARCH_SAVE_REGS.
30490         * metadata.h: Add new type classification macro which determines
30491         whenever the type holds an object reference.
30493 2003-05-08  Dietmar Maurer  <dietmar@ximian.com>
30495         * marshal.c (mono_marshal_get_native_wrapper): cleanups
30497 2003-05-07  Zoltan Varga  <vargaz@freemail.hu>
30499         * gc.c (finalizer_thread): Work around a GC bug.
30501 2003-05-07  Dietmar Maurer  <dietmar@ximian.com>
30503         * marshal.c (emit_struct_conv): allow unions
30505         * class.c (class_compute_field_layout): added patches from Jerome Laban <jlaban@wanadoo.fr>
30507 2003-05-06  Dietmar Maurer  <dietmar@ximian.com>
30509         * marshal.c (mono_marshal_get_native_wrapper): free strings after pinvoke
30511 2003-05-06  Martin Baulig  <martin@ximian.com>
30513         * mono-debug-debugger.h: #include <mono/io-layer/io-layer.h>.
30515 2003-05-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30517         * socket-io.c:
30518         (Select_internal): allow NULLs, don't create arrays if not needed.
30519         Coupled with Socket.cs changes.
30521         * threadpool.c:
30522         (mono_thread_pool_add): use GC_MALLOC to allocate the ASyncCall and
30523         register a finalizer for it that will close the semaphore handle. This
30524         fixes the leak and make Lupus' test run with > 4080 loops.
30526 2003-05-05  Dietmar Maurer  <dietmar@ximian.com>
30528         * marshal.c (mono_marshal_get_struct_to_ptr): added fixes from
30529         Jerome Laban (bug #42287)
30531 2003-05-02  Martin Baulig  <martin@ximian.com>
30533         * debug-mono-symfile.h
30534         (MonoSymbolFile): Moved declaration into mono-debug.h.
30535         (MonoDebugMethodJitInfo): Likewise.
30536         (mono_debug_open_mono_symbol_file): Take the MonoDebugHandle as
30537         argument.
30538         (_mono_debug_address_from_il_offset): Take a
30539         MonoDebugMethodJitInfo instead of a MonoDebugMethodInfo.
30541         * mono-debug.h
30542         (MonoDebugDomainData): New struct.
30543         (mono_debug_get_domain_data): New function.
30544         (mono_debug_add_method): Take an additional `MonoDomain *'
30545         argument.
30546         (mono_debug_source_location_from_address): Likewise.
30547         (mono_debug_il_offset_from_address): Likewise.
30548         (mono_debug_address_from_il_offset): Likewise.
30550 Thu May 1 19:40:37 CEST 2003 Paolo Molaro <lupus@ximian.com>
30552         * reflection.c: one more check for null type in custom attrs.
30554 2003-05-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30556         * reflection.c: avoid warning (comparison is always false due to limited
30557         range of data type).
30559 2003-05-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30561         * icall.c: throw an exception in Type.GetField if the argument 'name'
30562         is NULL.
30564 Wed Apr 30 10:53:09 CEST 2003 Paolo Molaro <lupus@ximian.com>
30566         * reflection.c: fixed handling of enums in named arguments to custom
30567         attributes (bug #42123).
30569 Tue Apr 29 19:15:10 CEST 2003 Paolo Molaro <lupus@ximian.com>
30571         * reflection.c: use the right array element type and handle
30572         a null for a Type argument, too.
30574 Tue Apr 29 15:46:00 CEST 2003 Paolo Molaro <lupus@ximian.com>
30576         * reflection.c: handle arrays as arguments to custom attributes.
30578 Tue Apr 29 11:43:01 CEST 2003 Paolo Molaro <lupus@ximian.com>
30580         * reflection.c: handle a string value in a custom attr
30581         ctor that takes an object.
30583 2003-04-29  Dietmar Maurer  <dietmar@ximian.com>
30585         * marshal.c (mono_mb_emit_restore_result): support MONO_TYPE_PTR
30586         (fix bug #42063)
30588 2003-04-28  Zoltan Varga  <vargaz@freemail.hu>
30590         * icall.c (ves_icall_Type_GetNestedType): Fixed warnings.
30592 2003-04-27  Martin Baulig  <martin@ximian.com>
30594         * mono-debug-debugger.h (MonoDebuggerEvent): Renamed
30595         MONO_DEBUGGER_EVENT_BREAKPOINT_TRAMPOLINE to
30596         MONO_DEBUGGER_EVENT_BREAKPOINT.
30597         (mono_breakpoint_trampoline_code): Removed.
30598         (mono_debugger_event_handler): The last argument is now a
30599         `guint32'.
30600         (mono_debugger_insert_breakpoint_full): Removed the
30601         `use_trampoline' argument.
30602         (mono_debugger_method_has_breakpoint): Likewise.
30603         (mono_debugger_trampoline_breakpoint_callback): Renamed to
30604         mono_debugger_breakpoint_callback(); take the method and
30605         breakpoint number as arguments.
30607 Sat Apr 26 19:25:31 CEST 2003 Paolo Molaro <lupus@ximian.com>
30609         * metadata.c: fix off by one when loading parameters attributes.
30611 2003-04-24  Martin Baulig  <martin@ximian.com>
30613         * mono-debug-debugger.c (mono_debugger_io_layer): Put this back.
30615 2003-04-24  Martin Baulig  <martin@ximian.com>
30617         * mono-debug-debugger.c: Moved all code which interacts with the
30618         Mono Debugger here.
30620         * debug-mono-symfile.c: This code now just deals with the symbol
30621         file itself, the debugger code is now in mono-debug-debugger.c.
30623 2003-04-23  Martin Baulig  <martin@ximian.com>
30625         * mono-debug.c (mono_debug_source_location_from_il_offset):
30626         New method; like mono_debug_source_location_from_address(), but
30627         takes an IL offset instead of a machine address.
30629 2003-04-23  Martin Baulig  <martin@ximian.com>
30631         * debug-mono-symfile.h (MonoDebugLineNumberEntry): Removed the
30632         `line' field; this is now computed by the debugger.
30634 2003-04-23  Martin Baulig  <martin@ximian.com>
30636         * mono-debug.[ch]: New files.  This is the new debugging interface.
30638         * mono-debug-debugger.[ch]: New files.  Moved all code which
30639         interacts with the Mono Debugger here.
30641 2003-04-22  Dietmar Maurer  <dietmar@ximian.com>
30643         * domain.c (mono_init): initialize mono_defaults.monitor_class
30645 2003-04-21  Miguel de Icaza  <miguel@ximian.com>
30647         * reflection.c (method_encode_code): Add a spicy exception to help
30648         future compiler authors.
30650 2003-04-21  Martin Baulig  <martin@ximian.com>
30652         * icall.c
30653         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies):
30654         Make this work with relative pathnames; g_filename_to_uri() needs
30655         an absolute filename.
30657 2003-04-18  Zoltan Varga  <vargaz@freemail.hu>
30659         * icall.c: Track name changes in Object and ValueType.
30661 2003-04-18  Dietmar Maurer  <dietmar@ximian.com>
30663         * metadata.c (mono_type_stack_size): size should be a multiple of
30664         sizeof (gpointer)
30666 2003-04-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30668         * gc.c:
30669         (internal_domain_finalize): moved into mono_domain_finalize. No need
30670         to create another thread because the finalizers will be run in the
30671         finalizer thread.
30672         
30673         (ves_icall_System_GC_WaitForPendingFinalizers): implemented.
30674         (finalizer_notify): if shutting down, wait 2 seconds for the finalizers
30675         to be run (MS does this too).
30677 2003-04-17  Zoltan Varga  <vargaz@freemail.hu>
30679         * object.c (mono_class_compute_gc_descriptor): Update comment.
30681         * loader.h marshal.h marshal.c: Added synchronized method wrappers.
30683         * image.h: Add synchronized wrapper cache.
30685         * image.c (do_mono_image_open): Initialize cache.
30687         * reflection.c (create_dynamic_mono_image): Initialize cache.
30689 2003-04-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30691         * icall.c: patch by Jerome Laban <jlaban@wanadoo.fr> that fixes
30692         ves_icall_System_Buffer_ByteLengthInternal.
30694 Tue Apr 15 13:56:55 CEST 2003 Paolo Molaro <lupus@ximian.com>
30696         * reflection.c: setup klass->nested_in earlier. Allow
30697         a dash in the assembly name.
30699 2003-04-15  Dietmar Maurer  <dietmar@ximian.com>
30701         * metadata.c (mono_type_to_unmanaged): dont access
30702         type->data.klass for MONO_TYPE_OBJECT
30703         (mono_type_to_unmanaged): consider System.Delegate class
30705 Tue Apr 15 11:16:05 CEST 2003 Paolo Molaro <lupus@ximian.com>
30707         * class.c: just setup supertypes in the proper place instead of
30708         initializing the full element class for arrays.
30710 Tue Apr 15 11:03:25 CEST 2003 Paolo Molaro <lupus@ximian.com>
30712         * class.c: ensure the element class of arrays is initialized.
30713         Setup the supertype info for array classes, too.
30715 2003-04-14  Miguel de Icaza  <miguel@ximian.com>
30717         * icall.c (ves_icall_Type_GetNestedType): Add new internal call.
30719 2003-04-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30721         * Makefile.am: re-added -m option when running cygpath. This way,
30722         MONO_ASSEMBLIES and MONO_CFG_DIR will contain '/' as directory
30723         separator.
30724         * mono-config.c: same codepath for locating mono config file for WIN32
30725         and the rest.
30726         * assembly.c: if mono_assembly_setrootdir is called, don't override
30727         the value set.
30729 2003-04-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30731         * Makefile.am: patch by Urs Muff <umuff@quark.com> that fixes
30732         MONO_ASSEMBLIES variable.
30734 Fri Apr 11 12:44:15 CEST 2003 Paolo Molaro <lupus@ximian.com>
30736         * icall.c: added Assembly::GetNamespaces() icall.
30738 2003-04-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30740         * reflection.c: fix from Jaak <jaak@zd.com.pl>.
30742 2003-04-10  Lluis Sanchez Gual  <lluis@ideary.com>
30744         * appdomain.c,appdomain.h,icall.c: Added internal method that returns the process guid
30745         * object.c: fixed bug in the construction of vtable for proxies
30747 2003-04-10  Zoltan Varga  <vargaz@freemail.hu>
30749         * object.c (mono_array_new): Mark mono_array_new as an icall.
30751 2003-04-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30753         * class.c: fixed test for public method when overriding interfaces.
30754         Closes bug #40970.
30756 Wed Apr 9 15:19:41 CEST 2003 Paolo Molaro <lupus@ximian.com>
30758         * appdomain.h, domain.c: added mono_domain_foreach() to
30759         be able to access the currently loaded appdomains.
30760         * object.c: make string interning work across sppdomains.
30761         Mark some functions for use as icalls.
30763 2003-04-09  Zoltan Varga  <vargaz@freemail.hu>
30765         * class.c reflection.c: Fix memory leaks reported by ccmalloc.
30767         * reflection.h reflection.c: Allocate long living data using 
30768         GC_MALLOC_ATOMIC so the collector does not need to scan it.
30770         * reflection.c: Double the allocation size in streams instead of
30771         increasing it, to prevent unneccesary copying on large assemblies.
30772         
30773         * reflection.c (mono_reflection_create_runtime_class): Avoid vtable
30774         creation if the assembly does not have the Run flag set.
30776 Tue Apr 8 11:19:53 CEST 2003 Paolo Molaro <lupus@ximian.com>
30778         * class.h: avoid the C++ keywords in header files (Jerome Laban
30779         spotted and fixed this).
30781 2003-04-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30783         * object.c:
30784         (mono_unhandled_exception): fill in the arguments for the
30785         UnhandledException event. Only trigger that event for the default
30786         domain (as MS does).
30788 2003-04-04  Zoltan Varga  <vargaz@freemail.hu>
30790         * object.c: Improve typed allocation stuff based on suggestions from
30791         Paolo. Also turn it on if the GC library supports it.
30793 2003-04-03  Zoltan Varga  <vargaz@freemail.hu>
30795         * object.c object.h class.h: Added experimental typed allocation
30796         facility using the interfaces in gc_gcj.h.
30798         * os/gc_wrapper.h: Added new include files.
30799         
30800 2003-04-03  Martin Baulig  <martin@ximian.com>
30802         All the following changes are conditional to `WITH_INCLUDED_LIBGC'
30803         which is not yet enabled by default.
30805         * gc.c (mono_gc_init): Set the gc_thread_vtable to our thread
30806         functions.
30807         (mono_gc_lock, mono_gc_unlock): New static functions.
30809         * threads.c (mono_gc_stop_world, mono_gc_start_world): New public
30810         functions; stop/start the world for the garbage collector.  This
30811         is using the windows API; we need to complete the SuspendThread()/
30812         ResumeThread() implementation in the io-layer to make this work on Unix.
30813         (mono_gc_push_all_stacks): New public function; tells the garbage
30814         collector about the stack pointers from all managed threads.
30816 2003-04-03  Martin Baulig  <martin@ximian.com>
30818         * object.h (MonoThread): Added `gpointer stack_ptr'.
30820         * threads.c (start_wrapper): Save the stack pointer in `stack_ptr'.
30822 2003-04-03  Martin Baulig  <martin@ximian.com>
30824         * Makefile.am: It's called `cygpath -w', not `cygpath -m'.
30826 2003-04-03  Zoltan Varga  <vargaz@freemail.hu>
30828         * reflection.c (typebuilder_setup_fields): Initialize field.first and
30829         field.last.
30831 2003-04-02  Miguel de Icaza  <miguel@ximian.com>
30833         * loader.c (mono_lookup_internal_call): Report the corlib that is
30834         out of sync.
30836 2003-03-05  Aleksey Demakov <avd@openlinksw.com>
30838         * icall.c (ves_icall_type_GetTypeCode): fixed check for
30839         System.DBNull (it's class not valuetype).
30841 Wed Apr 2 18:37:35 CEST 2003 Paolo Molaro <lupus@ximian.com>
30843         * reflection.c: set table_idx in MonoReflectionArrayMethod object even 
30844         if the array method was already assigned a token (fixes bug#40646).
30846 2003-04-02  Zoltan Varga  <vargaz@freemail.hu>
30848         * reflection.c (mono_reflection_get_type): Attempt type resolve even
30849         if no assembly is given.
30851 2003-04-01  Miguel de Icaza  <miguel@ximian.com>
30853         * metadata.h: Added the new tables.
30855         * row-indexes.h: Added definitions for new tables.
30857         * metadata.c: Add schemas for new tables, and add support for
30858         computing the sizes of them.
30860         * class.c: Update for handling the new type cases.
30862 2003-04-01  Dietmar Maurer  <dietmar@ximian.com>
30864         * metadata.h (MONO_TYPE_IS_VOID): new macro
30866 2003-03-31  Martin Baulig  <martin@ximian.com>
30868         * threads.h (MonoThreadCallbacks): Added `thread_created'.
30870         * threads.c (mono_thread_new_init): Call `thread_created' in the
30871         mono_thread_callbacks.
30873 2003-03-31  Lluis Sanchez Gual <lluis@ideary.com>
30875         * loader.h: added marshalbyrefobject_class to mono_defaults
30876         * domain.c: added initialization of mono_defaults.marshalbyrefobject_class 
30877         * icall.c: ves_icall_InternalExecute: fixed bug in field setter and in the
30878           generation of output parameters.
30879           ves_icall_Remoting_RealProxy_GetTransparentProxy: added support for interfaces.
30880         * marshal.c: mono_remoting_wrapper(): avoided call through proxy when the type is
30881           contextbound and the target object belongs to the context of the caller.
30882         * object.h: added context and unwrapped_server variables in MonoRealProxy.
30883         * object.c: Implemented support for interfaces and abstract classes
30884           in mono_class_proxy_vtable. Fixed several methods to avoid unneeded calls through
30885           proxy. Fixed problem when dealing with output parameters in mono_runtime_invoke_array.
30887 2003-03-30  Zoltan Varga  <vargaz@freemail.hu>
30889         * class.h class.c (mono_class_is_subclass_of): New function.
30890         
30891         * icall.c (ves_icall_System_Array_FastCopy): Added optimized copy
30892         routines for most common case (calls from ArrayList::ToArray).
30894         * icall.c (ves_icall_System_Environment_Exit): Call profiler shutdown 
30895         routine so programs which call Environment::Exit() can be profiled.
30897         * icall.c (ves_icall_System_Reflection_FieldInfo_internal_from_handle): 
30898         Added MONO_ARCH_SAVE_REGS.
30900         * icall.c (ves_icall_type_is_subtype_of): Use new function.
30902 2003-03-29  Miguel de Icaza  <miguel@ximian.com>
30904         * blob.h: Add a couple of new MonoType types definitions.
30906         * tabledefs.h: Add a couple of new call convs.
30908 2003-03-27  Zoltan Varga  <vargaz@freemail.h>
30910         * reflection.h (MonoReflectionDynamicAssembly): track changes in
30911         the layout of the class.
30913         * reflection.c (alloc_table): double the size on overflow to avoid
30914         unnecessary copying.
30916         * reflection.h reflection.c: If AssemblyBuilderAccess is Run, then
30917         avoid filling out metadata tables and blobs. Also set mb->ilgen to
30918         null so it can be garbage collected.
30919         
30920 2003-03-27  Zoltan Varga  <vargaz@freemail.hu>
30922         * reflection.c (mono_reflection_get_type): Return the resolved type
30923         only if it is in the assembly we searched.
30925         * reflection.c (ensure_runtime_vtable): Initialize method slots.
30927         * class.c (mono_class_setup_vtable): Set the slot of the overriding
30928         method.
30930 2003-03-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30932         * appdomain.c:
30933         (set_domain_search_path): allow 'file://blah'. It's an invalid URI,
30934         the right one is 'file:///blah', but MS allows it.
30935         * assembly.c:
30936         (mono_assembly_open): allow 'file://blah'
30938         Fixes bug #40306. Thanks to Mitko Iliev (imitko@openlinksw.co.uk).
30940 2003-03-26  Aleksey Demakov <avd@openlinksw.com>
30942         * socket-io.c: fixes bug #40310.
30944 2003-03-25  Zoltan Varga  <vargaz@freemail.hu>
30946         * reflection.c (mono_reflection_parse_type): handle deeply nested
30947         types correctly.
30949         * reflection.c (mono_image_create_token): Use unique token values
30950         since they will be put into a hash table.
30952         * class.c (mono_class_setup_vtable): If a method occurs in more than
30953         one place in the vtable, and it gets overriden, then change the
30954         other occurances too.
30956         * marshal.c (mono_marshal_get_managed_wrapper): Added support for
30957         object as return type.
30959 2003-03-22  Pedro Mart?nez Juli?  <yoros@wanadoo.es>
30961         * icall.c: Deleted "ToString" implementation for double and float
30962         because they are full implemented in managed code.
30964 Wed Mar 19 18:05:57 CET 2003 Paolo Molaro <lupus@ximian.com>
30966         * reflection.c, reflection.h: implemented and exported functions
30967         to retrieve info about custom attributes.
30969 2003-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30971         * appdomain.c: moved Uri handling to assembly.c
30972         * assembly.c: use g_filename_from_uri (). This makes assembly.LoadFrom
30973         work when using a file Uri in *nix and windows.
30975         * icall.c: fixed Assembly.CodeBase to return a valid Uri. The same for
30976         GetReferencedAssemblies.
30978 2003-03-18  Dick Porter  <dick@ximian.com>
30980         * icall.c: Rename a couple of internal calls
30982         * threads.c: Set the thread state to Stopped when a thread exits.
30983         Fixes bug 39377.
30985 2003-03-17  Zoltan Varga  <vargaz@freemail.hu>
30987         * icall.c (ves_icall_System_Reflection_FieldInfo_internal_from_handle):
30988         New icall.
30990         * object.c (mono_class_vtable): fix warning.
30992 2003-03-17  Zoltan Varga  <vargaz@freemail.hu>  
30994         * icall.c (ves_icall_type_is_subtype_of): Avoid vtable creation.
30996         * reflection.c (mono_blob_entry_hash): Avoid reading uninitialized
30997         memory.
30998         (method_encode_clauses): Create exception info structures in the right
30999         order.
31000         (mono_reflection_setup_internal_class): Initialize supertypes field.
31002         * class.c object.c: Handle interfaces which implement other interfaces 
31003         correctly.
31005         * class.h class.c: Move the supertypes array initialization code into 
31006         a separate function so it can be used for dynamic types too. Also call
31007         it earlier, in mono_class_init(), since it can be used before the
31008         type is initialized.
31010 2003-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31012         * Makefile.am:
31013         * assembly.c:
31014         * icall.c: make MONO_ASSEMBLIES and MONO_CFG_DIR work on windows.
31016         * appdomain.c:
31017         * appdomain.h:
31018         * marshal.c:
31019         * object.c: remove warnings.
31021 2003-03-13  Martin Baulig  <martin@ximian.com>
31023         * debug-mono-symfile.h (MonoSymbolFileLexicalBlockEntry): New type.
31024         (MonoDebugLexicalBlockEntry): New types.
31026         * debug-mono-symfile.c
31027         (_mono_debug_address_from_il_offset): Moved here from ../jit/debug.c.
31029 2003-03-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31031         * process.c: ret can be any non-zero value accroding to MS doc.
31033 2003-03-07  Miguel de Icaza  <miguel@ximian.com>
31035         * class.c (mono_marshal_load_type_info): Fix buglet:  Noticed when
31036         fixing a warning for a miss-used prototype, would have cause
31037         random memory corruption.
31039 2003-03-07  Martin Baulig  <martin@ximian.com>
31041         * marshal.c (mono_marshal_free_array): That "TESTFREE %p" was
31042         getting really annoying ....
31044 2003-03-07  Zoltan Varga  <vargaz@freemail.hu>
31046         * reflection.c (fixup_method): added support for array methods.
31048 Tue Mar 4 18:03:27 CET 2003 Paolo Molaro <lupus@ximian.com>
31050         * socket-io.c:  handle case when AF_INET6 and AF_IPX are not defined
31051         (pointed out by Michael Adams).
31053 2003-03-04  Dick Porter  <dick@ximian.com>
31055         * icall.c: Temporarily reverted the Double and Single ToString()
31056         change, because it broke nunit.
31058 Tue Mar 4 12:40:58 CET 2003 Paolo Molaro <lupus@ximian.com>
31060         * object.h, threads.h: make include files compatible with C++
31061         (patch by Jerome Laban <jlaban@wanadoo.fr>).
31063 2003-03-04  Pedro Mart?nez Juli?  <yoros@wanadoo.es>
31065         * icall.c: Erased ToString helper functions for Double and Single.
31066         Now, that implementations ar all in managed code (Double and Single
31067         Formatters).
31069 2003-03-03  Lluis Sanchez Gual  <lluis@ideary.com>
31071         * appdomain.c: Added method for initializing the default context of
31072         a domain. Added internal call for getting the default context.
31073         * appdomain.h: Added context variable in MonoDomain struct.
31074         * domain.c: mono_domain_set also sets the default context of the domain
31075         * icall.c: Mapped internal method InternalGetDefaultContext.
31076         * object.c: mono_object_get_virtual_method returns always a remoting
31077         wrapper if the object is a transparent proxy.
31078         mono_runtime_invoke_array: when creating an object by calling the
31079         constructor, if the created object is a proxy, then the constructor should
31080         be called using the a remoting wrapper.
31082 2003-03-03  Dick Porter  <dick@ximian.com>
31084         * socket-io.c (create_sockaddr_from_object): Rename sockaddr_un
31085         variable so it compiles on solaris.  Problem spotted by
31086         Christopher Taylor <ct@cs.clemson.edu>
31088 2003-03-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31090         * appdomain.c:
31091         (get_info_from_assembly_name): don't leak value.
31093         * icall.c:
31094         (ves_icall_System_Reflection_Assembly_GetFilesInternal): initialize
31095         result.
31097 Sat Mar 1 15:32:56 CET 2003 Paolo Molaro <lupus@ximian.com>
31099         * assembly.c: export mono_image_load_references ().
31100         * class.c: handle function pointers. mono_class_from_name() now
31101         supports nested type names directly.
31103 2003-02-28  Zoltan Varga  <vargaz@freemail.hu>
31105         * reflection.h reflection.c: Encode already created dynamic methods 
31106         and fields correctly as a DEF instead of a REF.
31108         * reflection.c: Get rid of the force_ref argument to 
31109         mono_image_typedef_or_ref since it was wrong in the first place.
31111         * string-icalls.c: add error checking to string constructors according
31112         to the MSDN docs.
31114         * reflection.c: Emit types in the order their TypeBuilders were 
31115         created. Previously, a new table index was assigned to each type before
31116         the tables were emitted. This was wrong because the signature blob
31117         might already refer to a type by its original table index.
31119 2003-02-27  Zoltan Varga  <vargaz@freemail.hu>
31121         * metadata.c (mono_metadata_nesting_typedef): fix bug in previous
31122         change.
31123         
31124 2003-02-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31126         * Makefile.am: make assemblies dir have \ instead of / on windows.
31128 2003-02-27  Zoltan Varga  <vargaz@freemail.hu>  
31130         * metadata.c metadata.h (mono_metadata_nesting_typedef): changed to
31131         iterate over the NESTEDCLASS table using a linear search since the
31132         table is not guaranteed to be sorted by the secondary key.
31134         * class.c (mono_class_create_from_typedef): fixed up call to
31135         mono_metadata_nesting_typedef.
31136         
31137 2003-02-27  Dietmar Maurer  <dietmar@ximian.com>
31139         * marshal.c (mono_string_to_byvalstr): clear the memory as
31140         suggested by Jerome Laban <jlaban@wanadoo.fr>
31142 2003-02-26  Dick Porter  <dick@ximian.com>
31144         * process.c: Cope with padding in .rsrc blocks
31146 2003-02-26  Dietmar Maurer  <dietmar@ximian.com>
31148         * metadata.h: reverted the filter_len change, it breaks reflection
31149         
31150 2003-02-26  Dietmar Maurer  <dietmar@ximian.com>
31152         * metadata.h: added a new field to store the filter_len
31153         
31155 Tue Feb 25 10:56:16 CET 2003 Paolo Molaro <lupus@ximian.com>
31157         * reflection.c: handle custom attributes for types and members
31158         created with Reflection.Emit (bug#38422).
31160 2003-02-22  Zoltan Varga  <vargaz@freemail.hu>
31162         * reflection.c: define RTSpecialName automatically for constructors for
31163         compatibility with MS.NET.
31165         * reflection.c (mono_reflection_create_runtime_class): initialize
31166         nested_in field of dynamically created classes.
31168 2003-02-22  Martin Baulig  <martin@ximian.com>
31170         * debug-mono-symfile.h: Incremented version number.
31172 2003-02-21  Zoltan Varga  <vargaz@freemail.hu>
31174         * object.h icall.c process.c: fix warnings.
31176 2003-02-21  Zoltan Varga  <vargaz@freemail.hu>
31178         * appdomain.h appdomain.c:
31179         (mono_domain_try_type_resolve): split the 
31180         name_or_tb argument into a name and a tb argument.
31181         (mono_domain_has_type_resolve): new function to check whenever the
31182         application has registered a TypeResolve event handler.
31183         
31184         * icall.c reflection.h reflection.c: move the type resolve logic into
31185         mono_reflection_get_type () so it will be invoked when 
31186         Assembly::GetType () is called.
31188         * reflection.c:
31189         (mono_reflection_get_type): renamed to get_type_internal.
31190         (mono_reflection_get_type): fixed type name generation so it works 
31191         for nested types too.
31192         (mono_reflection_get_type): call has_type_resolve () to avoid the 
31193         costly type name generation if there is no resolve event handler.
31195 Fri Feb 21 11:36:57 CET 2003 Paolo Molaro <lupus@ximian.com>
31197         * class.c, image.c: load exported types from file references.
31199 2003-02-19  Lluis Sanchez Gual  <lluis@ideary.com>
31201         * appdomain.h: Added in MonoDomain a couple of MonoMethod* variables
31202           used to cache the managed methods used to create proxies and make 
31203           remote invocation of methods.
31204         * class.h: Added in MonoVTable a flag to indicate that a class needs 
31205           to be remotely created.
31206         * object.c: Modified the method mono_class_vtable(). It now initializes 
31207           the remote flag of the vtable. Modified mono_object_new_specific(), 
31208           so now it checks the remote flag.
31209         * icall.c: Added a couple of internal methods, one for enabling instance 
31210           creation interception for a type, and one for creating objects bypassing
31211           the remote check.
31213 2003-02-18  Martin Baulig  <martin@ximian.com>
31215         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetMethodToken):
31216         New interncall to get a method's metadata token.
31218         * icall.c ("System.Reflection.Assembly::MonoDebugger_GetMethodToken"):
31219         New interncall for the debugger.
31221 2003-02-18  Dietmar Maurer  <dietmar@ximian.com>
31223         * class.c (mono_class_setup_vtable): allocate supertype array
31225 2003-02-18  Martin Baulig  <martin@ximian.com>
31227         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Added `has_this'.
31229 2003-02-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31231         * reflection.c:
31232         (assembly_name_to_aname): jump over unknown properties (i've found
31233         something like: 'type, assembly, version=xxx, custom=null, public...',
31234         so now will ignore custom=null and still get the rest of the values).
31236 2003-02-17  Dick Porter  <dick@ximian.com>
31238         * threads.c: Have Thread.Start() wait for a semaphore to signal
31239         that the thread has set up all its local data.  This fixes bug
31240         34323, where Abort() raced the new thread's TLS data.
31242         Also removes the handle_store() call from start_wrapper, because
31243         threads are now always created suspended and there is no longer a
31244         race between the parent and child threads to store the info.
31246 Mon Feb 17 13:13:31 CET 2003 Paolo Molaro <lupus@ximian.com>
31248         * image.c: explain the #- heap issue in a message, hopefully
31249         avoiding FAQs on mono-list.
31251 2003-02-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31253         * icall.c:
31254         (GetEntryAssembly): if the domain has not invoked
31255         AppDomain.ExecuteAssembly yet, return the assembly of the default
31256         AppDomain.
31258 2003-02-16  Zoltan Varga  <vargaz@freemail.hu>
31260         * class.c (mono_ldtoken): make it work in dynamic assemblies.
31262 Sun Feb 16 13:10:06 CET 2003 Paolo Molaro <lupus@ximian.com>
31264         * metadata.c, reflection.c: simple speedup to type hash
31265         and equals code.
31267 Sat Feb 15 15:15:03 CET 2003 Paolo Molaro <lupus@ximian.com>
31269         * image.c, image.h, class.c, assembly.c: move module loading
31270         to MonoImage. When loading metadata, consider alignemnet from
31271         the start of metadata, not from the metadata address in memory.
31273 2003-02-13  Zoltan Varga  <vargaz@freemail.hu>
31275         * reflection.c (mono_reflection_get_custom_attrs): Added support for 
31276         AssemblyBuilder objects. Factored out custom attribute creation into
31277         a separate function.
31278         (create_custom_attr): new function to create custom attributes.
31280 2003-02-12  Miguel de Icaza  <miguel@ximian.com>
31282         * Makefile.am: Got tired of typing the full pathname to pedump.
31283         Until there is another option, am installing this.
31285 2003-02-12  Dietmar Maurer  <dietmar@ximian.com>
31287         * class.c (class_compute_field_layout): always set field->parent 
31288         (mono_ldtoken): use mono_defaults.fieldhandle_class;
31290 2003-02-11  Dick Porter  <dick@ximian.com>
31292         * threads-types.h:
31293         * monitor.c: Rewrote Monitor, making lock much faster and
31294         Pulse/Wait work as specified.  Also uses much fewer handles, and only
31295         creates them as needed.
31297         * exception.c: Added SynchronizationLockException
31299         * threads.c: Deleted old Monitor implementation.  The new one is
31300         in a new file.
31302 Mon Feb 10 17:54:10 CET 2003 Paolo Molaro <lupus@ximian.com>
31304         * class.c: handled TypedReference type code. Set the correct size for
31305         class data. Setup interface_offsets for interface classes, too.
31307 2003-02-09  Martin Baulig  <martin@ximian.com>
31309         * debug-mono-symfile.h: Reflect latest symbol writer changes.
31311 Sun Feb 9 18:37:01 CET 2003 Paolo Molaro <lupus@ximian.com>
31313         * loader.c: implemented MEMBERREF_PARENT_TYPEDEF.
31314         * metadata.c, reflection.c: missing MONO_TYPE_TYPEDBYREF handling.
31315         * object.c: fixed mono_object_get_virtual_method () for interfaces.
31316         * verify.c: check for code that runs after the end of the method.
31318 2003-02-08  Pedro Mart?nez Juli?  <yoros@wanadoo.es>
31320         * icall.c: Added "System.Math::Floor", "System.Math::Round" and
31321         "System.Math::Round2".
31322         * sysmath.h: Added Floor, Round and Round2 definitions.
31323         * sysmath.c: Modified certain functions that were not 100% compliant
31324         with MS.NET (math precision) and added the implementation of Floor,
31325         Round and Round2.
31327 2003-02-07  Martin Baulig  <martin@ximian.com>
31329         * debug-mono-symfile.c (mono_debug_symfile_add_method): Ignore interncalls.
31331 2003-02-07  Martin Baulig  <martin@ximian.com>
31333         * debug-mono-symfile.c: Reflected latest symwriter changes.
31334         (mono_debug_create_mono_symbol_file): Removed.
31335         (mono_debug_open_mono_symbol_file): Take an argument which
31336         specifies whether to create a dynamic symbol file.
31338 2003-02-07  Dietmar Maurer  <dietmar@ximian.com>
31340         * class.c (mono_class_from_mono_type): added MONO_TYPE_TYPEDBYREF
31342 2003-02-05  Martin Baulig  <martin@ximian.com>
31344         * reflection.c (mono_image_build_metadata): Make this public,
31345         protect it against being called multiple times, don't create
31346         resources and don't build the compressed metadata here.
31347         (mono_image_create_pefile): Do this here.
31349         * icall.c
31350         ("System.Reflection.Emit.AssemblyBuilder::build_metadata"): Added.
31352 2003-02-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31354         * socket-io.c: fixed bug #36322.
31356 2003-02-06  Piers Haken <piersh@friskit.com>
31358         * appdomain.[ch]:
31359         * class.h:
31360         * debug-mono-symfile.c:
31361         * icall.c:
31362         * loader.c:
31363         * mono-config.c:
31364         * monosn.c:
31365         * reflection.c:
31366         * socket-io.c: warning cleanups
31368 2003-02-06  Dietmar Maurer  <dietmar@ximian.com>
31370         * marshal.c (mono_marshal_get_remoting_invoke_with_check): new
31371         function. works like remoting invoke, but does a check for the Proxy first.
31373 2003-02-05  Miguel de Icaza  <miguel@ximian.com>
31375         * appdomain.c (ves_icall_System_AppDomain_InternalUnload): Make it compiler.
31377 2003-02-05  Dietmar Maurer  <dietmar@ximian.com>
31379         * marshal.c (mono_marshal_get_native_wrapper): only allocate an
31380         array of pointers.
31381         (mono_marshal_get_ldfld_wrapper): only generate necessary ldfld wrappers.
31382         (mono_marshal_get_stfld_wrapper): only generate necessary stfld wrappers.
31384         * object.c (mono_store_remote_field_new): used by the new jit
31385         instead of mono_store_remote_field
31386         (mono_load_remote_field_new): used by the new jit
31387         instead of mono_load_remote_field
31389 2003-02-05  Patrik Torstensson
31391         * appdomain.c: changed unload to take the domain id instead
31392         of domain
31393         
31394         * icall.c: changed icall for AppDomain.Unload to AppDomain.InternalUnload
31397 2003-02-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31399         * appdomain.c: don't look for assemblies in ApplicationBase if
31400         PrivateBinPathProbe is set.
31402 2003-02-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31404         * object.c: make the first argument in main_args contain the absolute
31405         path to the assembly. Fixes bug #37511.
31407 2003-02-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31409         * icall.c: get correct UTC offset for countries not using daylight
31410         time saving. Fixes bug #30030.
31412 2003-02-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31414         * socket-io.c: support AF_UNIX and use the same layout as MS (bytes 0
31415         and 1 are the family).
31417 2003-02-04  Dietmar Maurer  <dietmar@ximian.com>
31419         * icall.c (ves_icall_InternalExecute): removed wrong assertion
31421         * marshal.c (mono_marshal_get_remoting_invoke): generate valid IL
31423 2003-02-04  Zoltan Varga  <vargaz@freemail.hu>
31425         * reflection.c: added support for SignatureHelper tokens, which is
31426         needed by the Calli opcode.
31428         * reflection.h: track changes to SignatureHelper class.
31430         * metadata.c (mono_metadata_parse_signature): handle dynamic tokens.
31432 2003-02-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31434         * appdomain.c: fixed loading assemblies from PrivateBinPath.
31436 2003-02-03  Patrik Torstensson
31437         * appdomain.[c|h], domain.c : 
31438          - Added support for getting a domain via domain id
31439          - Support for setting and getting domain from System.AppDomain 
31440            (used in cross appdomain channel)
31441          - Added support for get/set for a MonoAppContext on a thread 
31442            (Context class in System.Runtime.Remoting.Contexts),
31443          - Removed hack in Get/SetData and ExecuteAssembly.
31444         
31445         * icall.c : renamed GetTransparantProxy to InternalGetTransparantProxy to allow
31446         the managed world to get control when a proxy is created.
31448         * icall.c (ves_icall_InternalExecute) : bug fix, must return empty array
31449         
31450 2003-02-03  Miguel de Icaza  <miguel@ximian.com>
31452         * icall.c
31453         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies):
31454         Populate the codebase field as well.
31456 2003-02-02  Martin Baulig  <martin@ximian.com>
31458         * debug-mono-symfile.c
31459         (MonoSymbolFileMethodAddress): Added `wrapper_address' field.
31460         (mono_debug_symfile_add_method): Allow interncalls.
31462 2003-01-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31464         * icall.c: throw parse exception if strtod fails or the string is empty.
31466 Fri Jan 31 16:09:48 CET 2003 Paolo Molaro <lupus@ximian.com>
31468         * marshal.c: handle object type separately from defined
31469         class types.
31471 Fri Jan 31 16:01:20 CET 2003 Paolo Molaro <lupus@ximian.com>
31473         * marshal.c: handle NATIVE_LPSTR for strings when it's
31474         explicitly specified.
31476 Fri Jan 31 11:51:43 CET 2003 Paolo Molaro <lupus@ximian.com>
31478         * reflection.c, reflection.h, icall.c: setup the reflection
31479         handle cache for ModuleBuilders and AssemblyBuilders.
31481 2003-01-30  Dietmar Maurer  <dietmar@ximian.com>
31483         * reflection.c (reflection_methodbuilder_to_mono_method): set
31484         pinvoke flag
31486 2003-01-30  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31488         * icall.c: implemented ves_icall_MonoMethod_get_base_definition.
31490 2003-01-29  Dick Porter  <dick@ximian.com>
31492         * threads.c: No need for the fake_thread kludge now that Thread
31493         doesn't run a class constructor
31494         
31495 2003-01-29  Dick Porter  <dick@ximian.com>
31497         * threads.c: Use g_direct_hash instead of the rather bogus
31498         g_int_hash
31500 2003-01-29  Dietmar Maurer  <dietmar@ximian.com>
31502         * marshal.c (mono_marshal_get_native_wrapper): add check for null
31503         (fix pinvoke12.exe)
31504         (mono_marshal_get_struct_to_ptr): generate valid IL code
31505         (mono_marshal_get_ptr_to_struct): generate valid IL code
31506         (*): correctly set sig->pinvoke, we need to memdup the signature
31507         to do that
31509 Tue Jan 28 22:57:57 CET 2003 Paolo Molaro <lupus@ximian.com>
31511         * marshal.c, marshal.h: use larger integers in mono_mb_emit_add_to_local()
31512         to avoid overflows (bug spotted and fixed by Jerome Laban <jlaban@wanadoo.fr>).
31514 Tue Jan 28 18:55:19 CET 2003 Paolo Molaro <lupus@ximian.com>
31516         * profiler.c: provide more callers information.
31518 2003-01-28  Dietmar Maurer  <dietmar@ximian.com>
31520         * marshal.c (mono_marshal_get_managed_wrapper): generate valid IL code
31522         * appdomain.h:added fix from Patrik: _MonoAppDomain is a MBR object
31524         * marshal.c (mono_marshal_get_native_wrapper): generate valid IL code
31526 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
31528         * icall.c: (ves_icall_System_CurrentTimeZone_GetTimeZoneData): raise an
31529         exception instead of going into an infinite loop on dates which it 
31530         can't yet handle.
31532         * string-icalls.c (ves_icall_System_String_get_Chars): raise 
31533         out-of-range exception if needed.
31535         * class.c (mono_class_setup_vtable): allow a virtual method to provide
31536         an implementation for an interface method and to override an inherited
31537         method at the same time. 
31538         Imagine a scenario when a virtual method is used to override a
31539         virtual abstract method in a parent class, and this same method 
31540         provides an implementation for an method inherited from an interface. 
31541         In this case, the interface resolution code will set im->slot, which 
31542         means that the virtual method override pass will skip this method 
31543         which means a pointer to the abstract method inherited from the parent
31544         will remain in the vtable of this non-abstract class.
31546         * class.c: (mono_class_setup_vtable): continue search for a real 
31547         method if only an abstract method is found.     
31549 Mon Jan 27 17:12:19 CET 2003 Paolo Molaro <lupus@ximian.com>
31551         * reflection.c: add size to encoding for ByValStr and ByValArray
31552         marshal blob (from "Jerome Laban" <jlaban@wanadoo.fr>).
31554 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
31556         * class.c (mono_class_setup_vtable): pass the override info as an
31557         argument.
31559         * class.c (mono_class_setup_vtable): set the slot of overriding methods
31560         correctly.
31561         
31562         * reflection.c (ensure_runtime_vtable); add support for method 
31563         overrides.
31564         
31565 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
31567         * reflection.c (resolution_scope_from_image): Hack to work to work with
31568         dynamic assemblies.
31570         * reflection.c (mono_image_typedef_or_ref): renamed to ..._aux and 
31571         added a 'force_ref' argument to force this function to allways return 
31572         a TypeRef. This is needed by mono_image_get_memberref_token ().
31573         
31574 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
31576         * reflection.c (mono_image_get_type_info): interfaces really don't have
31577         a parent.
31579         * reflection.c (mono_image_basic_init): fill out missing fields of
31580         image structure.
31582         * reflection.c (mono_image_basic_init): Invoke assembly load hooks for 
31583         dynamic assemblies. This is required so dynamic assemblies show up in
31584         AppDomain.GetAssemblies (), emit an AssembyLoadEvent, gets searched by
31585         Type::GetType() etc. This is consistent with MS behaviour.
31587         * image.c image.h reflection.c: add newly created classes to the name 
31588         cache so mono_class_get () will find them.      
31590 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
31592         First part of changes to get IKVM.NET running under mono.
31593         
31594         * appdomain.h, appdomain.c: added new function 
31595         mono_domain_try_type_resolve() which will emit TypeResolve events. 
31596         This function will call AppDomain::DoTypeResolve to do the actual work.
31598         * class.h, class.c, loader.c, object.c, reflection.h, reflection.c: 
31599         moved existing code dealing with dynamic tokens to a new function 
31600         called mono_reflection_lookup_dynamic_token (). This function will 
31601         raise TypeResolve events when appropriate. Since reflection.c is not 
31602         part of libmetadata, a new hook function called 
31603         mono_lookup_dynamic_token() is added to class.c which will call this.
31605         * assembly.h assembly.c: make the invoke_load_hook function public,
31606         so it can be called for dynamic assemblies.
31608         * icall.c (ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_RunClassConstructor): skip interfaces since they do not have initializers.
31610         * icall.c (ves_icall_type_from_name): emit a TypeResolve event if the 
31611         type isn't found.
31613         * reflection.c reflection.h: change MonoDynamicAssembly.tokens to a 
31614         MonoGHashTable, since it contains pointers to objects which the GC 
31615         needs to track.
31617         * assembly.c (search_loaded): remove unused variable.
31618         
31619 Mon Jan 27 12:18:45 CET 2003 Paolo Molaro <lupus@ximian.com>
31621         * object.c: fixed issue exposed by gcc-generated IL programs
31622         that use RVA data for pointers.
31624 2003-01-25  Martin Baulig  <martin@ximian.com>
31626         * threads.c (start_wrapper): Moved the initialization of
31627         `start_func' above the mono_new_thread_init() call to which we
31628         pass it as argument.
31630 2003-01-24  Martin Baulig  <martin@ximian.com>
31632         * threads.h (MonoThreadCallbacks): Pass the thread ID instead of
31633         the MonoThread pointer.
31635 2003-01-21  Miguel de Icaza  <miguel@ximian.com>
31637         * icall.c: Rename `PowImpl' to Pow.
31639 2003-01-23  Dick Porter  <dick@ximian.com>
31641         * threads.c (start_wrapper): Create a Thread object if needed, so
31642         the Main() thread can do the class initialisation in a subthread
31643         that has been set up to allow managed code execution.
31645         Pass the thread ID instead of the MonoThread pointer to the thread
31646         start and attach callbacks.  This change is required, because the
31647         jit thread start callback must be called _before_ the Thread
31648         object can be created.
31649         
31650         (mono_thread_init): Removed much object creation code that is no
31651         longer needed.  No managed code is called from here now.
31653         * object.c (mono_runtime_exec_managed_code): Create a subthread
31654         for Main, and call back to the runtime to use it.
31655         Set the exit code when Main exits.
31657         * gc.c: Make sure domain finalisation happens in a subthread.
31658         Re-enable threaded GC, fixing bug 31333 (again).
31660         * environment.c: System.Environment internall calls (so far just
31661         ExitCode is here, the others are still in icall.c)
31663         * appdomain.c (mono_runtime_cleanup): All threads running managed
31664         code should have finished before mono_runtime_cleanup() is
31665         reached, so no need to clean up threads.
31667 2003-01-22  Martin Baulig  <martin@ximian.com>
31669         * appdomain.h (MonoThreadStartCB): Added `MonoThread *thread' and
31670         `gpointer func' arguments.      
31671         (MonoThreadAttachCB): New typedef; like the old MonoThreadStartCB,
31672         but added `MonoThread *thread' argument.
31673         (mono_runtime_init): The last argument is now a MonoThreadAttachCB.
31675         * threads.c (mono_new_thread_init): Added `gpointer func' argument
31676         and pass it to the mono_thread_start_cb callback.
31677         (mono_install_thread_callbacks): New public function to install a
31678         set of callbacks which are set by the debugger.
31679         (mono_thread_init): The last argument is now a MonoThreadAttachCB.
31681 2003-01-22  Martin Baulig  <martin@ximian.com>
31683         * Makefile.am: Install debug-mono-symfile.h.
31685 2003-01-21  Aleksey Demakov <avd@openlinksw.com>
31687         * marshal.c: fixed copy_from_managed and copy_to_unmanaged for 0 length.
31689 2003-01-21  Dietmar Maurer  <dietmar@ximian.com>
31691         * added the following fix from Jackson Harper <jackson@latitudegeo.com>
31692         * class.c (mono_ptr_class_get): correctly set access levels of pointers
31693         (mono_array_class_get): correctly set access levels of arrays
31695 2003-01-20      Patrik Torstensson
31696         * image.h (MonoAssemblyName): changed major, minor, build, revision
31697         from signed to unsigned.
31699 2003-01-20  sean kasun <skasun@azstarnet.com>
31701         * reflection.c (load_cattr_value): Now this handles
31702         MONO_TYPE_SZARRAY.  Fixes bug #35629
31704 2003-01-20  Miguel de Icaza  <miguel@ximian.com>
31706         * marshal.c (emit_struct_conv): Handle MONO_TYPE_PTR as an
31707         integer value
31709 2003-01-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31711         * decimal.c: fixed bug #26056.
31713 2003-01-17  Martin Baulig  <martin@ximian.com>
31715         * gc.c: Raise an ExecutionEngineException instead of using g_error().
31717 2003-01-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31719         * exception.[ch]:
31720         (mono_get_exception_type_initialization): new function.
31722         * object.c: throw a TypeInitializationException when an exception is
31723         thrown invoking the class constructor.
31725 2003-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31727         * reflection.c: fixed attribute reading.
31729 2003-01-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31731         * icall.c:
31732         (ves_icall_type_from_name): make it work as MS. Ie, if no assembly name
31733         provided, look for the type in the calling assembly and then in
31734         mscorlib; if the assembly name is provided, only try that one.
31736 Tue Jan 14 14:52:52 CET 2003 Paolo Molaro <lupus@ximian.com>
31738         * object.c: register the vtable before there is a chance it's
31739         queried again recursively.
31741 2003-01-13  Duncan Mak  <duncan@ximian.com>
31743         * Makefile.am (libmonoruntime_la_SOURCES): Change gc.h to
31744         gc-internal.h. 
31745         
31746 2003-01-12  Patrik Torstensson <totte@race-x-change.com>
31748         * string-icall.[c|h], icall.c: Added support for CompareOrdinal mode
31750 2003-01-11  Martin Baulig  <martin@ximian.com>
31752         * debug-mono-symfile.h (MONO_SYMBOL_FILE_DYNAMIC_VERSION): Incremented
31753         this to 20 for the release.
31755 2003-01-10  Dietmar Maurer  <dietmar@ximian.com>
31757         * marshal.c (emit_struct_conv): added support for EXPLICIT_LAYOUT
31759         * loader.c (mono_method_get_marshal_info): bug fix
31761         * marshal.c (mono_marshal_get_ptr_to_struct): don't convert
31762         structures with explicit layout
31764 Fri Jan 10 15:58:09 CET 2003 Paolo Molaro <lupus@ximian.com>
31766         * profiler.c: made the output more readable (and sorted). 
31767         Added caller information for the allocation profiler.
31769 2003-01-09  Sebastien Pouliot  <spouliot@videotron.ca>
31771         * icall.c, rand.c, rand.h: Prepended RNG functions with Internal.
31773 2003-01-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31775         * icall.c: added ves_icall_System_Activator_CreateInstanceInternal. Used
31776         to get value types.
31777         
31778 Thu Jan 9 19:43:11 CET 2003 Paolo Molaro <lupus@ximian.com>
31780         * object.c, profiler.h, profiler.c, profiler-private.h:
31781         Added object allocation profiler.
31783 Thu Jan 9 16:17:00 CET 2003 Paolo Molaro <lupus@ximian.com>
31785         * reflection.h, reflection.c: handle global methods.
31786         Compress blob entries.
31788 Thu Jan 9 15:54:53 CET 2003 Paolo Molaro <lupus@ximian.com>
31790         * marshal.c: fix compilation.
31792 2003-01-09  Dietmar Maurer  <dietmar@ximian.com>
31794         * loader.c (mono_method_get_marshal_info): impl.
31796         * metadata.c (mono_metadata_field_info): use mono_metadata_get_marshal_info
31798 2003-01-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31800         * icall.c: applied fix from Zoltan Varga that fixes Type.IsPrimitive
31801         for reference types.
31803 Wed Jan 8 20:11:46 CET 2003 Paolo Molaro <lupus@ximian.com>
31805         * loader.c: fixed off by one error in loaded parameter names.
31807 2003-01-08  Dietmar Maurer  <dietmar@ximian.com>
31809         * marshal.c (mono_marshal_get_icall_wrapper): like
31810         mono_marshal_get_native_wrapper, but simpler and use a MonoMethodSignature
31811         instead of a MonoMethod.
31813 2003-01-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31815         * decimal.c: fixed bug #36537.
31817 Mon Jan 6 19:37:59 CET 2003 Paolo Molaro <lupus@ximian.com>
31819         * marshal.c: throw a missing method exception if a
31820         P/Invoke method is not found.
31822 Sun Jan 5 11:57:09 CET 2003 Paolo Molaro <lupus@ximian.com>
31824         * icall.c: allow a null this for constructors.
31826 Sat Jan 4 18:28:42 CET 2003 Paolo Molaro <lupus@ximian.com>
31828         * icall.c: raise the proper exceptions if the arguments to the
31829         internal Invoke are incorrect.
31831 2003-01-03  Dietmar Maurer  <dietmar@ximian.com>
31833         * marshal.c (mono_marshal_get_ptr_to_struct): code cleanups
31835 2003-01-03  Martin Baulig  <martin@ximian.com>
31837         * debug-mono-symfile.h: Increment MONO_SYMBOL_FILE_DYNAMIC_VERSION.
31839 2002-12-31  Martin Baulig  <martin@ximian.com>
31841         * debug-mono-symfile.c: Completely rewrote the type section.
31842         Instead of using individual malloc()ed fields, we use one big
31843         continuous memory area and offsets into this area.
31844         See the comments in the source code for details.
31846 2002-12-30  Martin Baulig  <martin@ximian.com>
31848         * debug-mono-symfile.h (MonoDebugTypeInfo): Renamed to MonoDebugClassInfo.
31850 2002-12-30  Martin Baulig  <martin@ximian.com>
31852         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Include the
31853         line number table in this data blob instead of using an external
31854         pointer.
31856 2002-12-28  Martin Baulig  <martin@ximian.com>
31858         * debug-mono-symfile.h: Increment MONO_SYMBOL_FILE_DYNAMIC_VERSION.
31860 2002-12-22  Rachel Hestilow  <hestilow@ximian.com>
31862         * marshal.c (mono_marshal_get_runtime_invoke): Support MONO_TYPE_CHAR
31863         as a boxed return type.
31865 2002-12-21  Miguel de Icaza  <miguel@ximian.com>
31867         * appdomain.c
31868         (ves_icall_System_AppDomainSetup_InitAppDomainSetup): Use
31869         g_build_filename to properly get separators on the filename created.
31871         * object.h: Small change, introduce MonoMarshalByRefObject to
31872         track the layout of that structure in the C# universe as we make
31873         changes there.
31875 Thu Dec 19 16:23:19 CET 2002 Paolo Molaro <lupus@ximian.com>
31877         * object.c: removed assert to allow static fields on interfaces.
31878         * loader.c: a TypeSpec may be used for any type, not just arrays.
31880 Thu Dec 19 14:19:42 CET 2002 Paolo Molaro <lupus@ximian.com>
31882         * class.c, class.h: added mono_class_array_element_size ().
31883         Ignore static methods in interfaces.
31885 2002-12-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31887         * threads.c: fixed the build under cygwin.
31889 Wed Dec 18 18:43:47 CET 2002 Paolo Molaro <lupus@ximian.com>
31891         * reflection.c: handle nullref constants. Allocate keys for
31892         reflection handles with the GC.
31894 Wed Dec 18 11:34:18 CET 2002 Paolo Molaro <lupus@ximian.com>
31896         * threads.c, threads.h: added mono_thread_get_abort_signal()
31897         to get a suitable signal for thread abort.
31899 Wed Dec 18 11:26:18 CET 2002 Paolo Molaro <lupus@ximian.com>
31901         * metadata.c: fix handling of ExportedType table.
31903 2002-12-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31905         * icall.c: added WriteWindowsDebugString internal call.
31907 2002-12-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31909         * reflection.h: added fields to match C# implementation.
31911 2002-12-14  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31913         * icall.c: patch from Jaroslaw Kowalski to fix Environment.MachineName.
31915 2002-12-12  Juli Mallett  <jmallett@FreeBSD.org>
31917         * gc.h, gc-internal.h: Rename header for GC internal calls to
31918         gc-internal.h from gc.h as to not clash with Boehm GC having its
31919         header installed as <gc.h> in outside include paths.
31920         * appdomain.c, gc.c, icall.c, object.c: Account for aforementioned.
31921         * threads.c: If SIGRTMIN is not defined, fall back to SIGUSR1.
31923 2002-12-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31925         * icall.c: assign minor, build and revision in FillName.
31927 2002-12-11  Zoltan Varga  <vargaz@freemail.hu>
31929         * image.h reflection.h reflection.c class.h class.c loader.c object.c:
31930         Added support for running code generated by Reflection.Emit.
31932 2002-12-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31934         * appdomain.c: check for NULL argument in LoadFrom.
31936 2002-12-10  Dick Porter  <dick@ximian.com>
31938         * threads.c: WaitHandle fixes from Tum <tum@veridicus.com>
31940 2002-12-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31942         * appdomain.c: fix buglet when building exe file name.  Handle full
31943         assembly name (needed after latest changes to AssemblyName).
31944         * image.c:
31945         (mono_image_close): free some hashtables.
31947 2002-12-05  Dietmar Maurer  <dietmar@ximian.com>
31949         * threads.c (ves_icall_System_Threading_Thread_Abort): we use SIGRTMIN 
31950         instead of SIGUSR1, because SIGUSR1 is used by the pthread implementation 
31951         on some systems (redhat 7.3) 
31953 Thu Dec 5 16:13:40 CET 2002 Paolo Molaro <lupus@ximian.com>
31955         * threads.c: delete the critical section of a sync block,
31956         spotted and fixed by tum@veridicus.com (Thong (Tum) Nguyen).
31958 Thu Dec 5 12:52:52 CET 2002 Paolo Molaro <lupus@ximian.com>
31960         * pedump.c, cil-coff.h, monosn.c: add strong name cli header flag.
31962 2002-12-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31964         * appdomain.[ch]: handle the assembly preload event to try loading the
31965         assemblies using the paths we have in the current domain.
31967         * assembly.[ch]: created an assembly preload hook that is called to try
31968         loading the assembly by other means that the ones provided here.
31970         * domain.c: initialize the domain search path.
31972         From now on, assemblies (TODO: except corlib and System) are loaded
31973         according to these rules when using mono_assembly_load ():
31975                 1. It tries to load the assembly from the ApplicationBase
31976                 of the current domain appending .dll and .exe (TODO: have to
31977                 try loading from name/name.dll and name/name.exe).
31979                 2. It tries the search path specified in PrivateBinPath for the
31980                 current domain (if any).
31982                 3. Previous behavior.
31984 Wed Dec 4 16:02:25 CET 2002 Paolo Molaro <lupus@ximian.com>
31986         * icall.c: implemented GetInterfaceMap() related icall.
31987         * domain.c, loader.h: load MethodInfo in mono_defaults.
31989 Wed Dec 4 11:02:30 CET 2002 Paolo Molaro <lupus@ximian.com>
31991         * gc.c: disable the finalizer thread for now, untill all the issues
31992         with it are resolved.
31994 Wed Dec 4 10:44:01 CET 2002 Paolo Molaro <lupus@ximian.com>
31996         * string-icalls.c: handle embedded nulls in string ctor when the
31997         length is specified.
31999 Tue Dec 3 19:29:20 CET 2002 Paolo Molaro <lupus@ximian.com>
32001         * class.c: look for explicit interface implementation in parent
32002         classes, too.
32004 2002-12-03  Dietmar Maurer  <dietmar@ximian.com>
32006         * gc.c (run_finalize): dont run the finalizer (strange behaviour on rh7.3) 
32008 Tue Dec 3 12:40:06 CET 2002 Paolo Molaro <lupus@ximian.com>
32010         * gc.c: protect handles with a critical section.
32012 2002-12-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32014         * icall.c:
32015         (ves_icall_type_from_name): it now has throwOnError and ignoreCase
32016         parameters. If no assembly specified, try getting the type from all
32017         the assemblies in the current domain, else, load the assembly and get
32018         the type from it.
32020 2002-11-30  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32022         * marshal.c: applied patch from Aleksey Demakov that fixes
32023         ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringUni.
32025 2002-11-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32027         * icall.c: fixed get_location.
32029 2002-11-28  Dietmar Maurer  <dietmar@ximian.com>
32031         * icall.c: moved MONO_ARCH_SAVE_REGS to the end of the
32032         declarations to make it work with older gcc. 
32034         * loader.c (mono_get_method): set signature->pinvoke for native calls
32036 2002-11-20  Dick Porter  <dick@ximian.com>
32038         * threads.c (mono_thread_init): Set the main thread's handle
32040 Tue Nov 19 14:15:34 CET 2002 Paolo Molaro <lupus@ximian.com>
32042         * gc.c: allow compilation without GC support. Changed to match the
32043         mono coding style.
32045 Mon Nov 18 18:41:51 CET 2002 Paolo Molaro <lupus@ximian.com>
32047         * gc.c: don't start the finalizer thread if the env var GC_DONT_GC is set.
32049 Mon Nov 18 16:35:22 CET 2002 Paolo Molaro <lupus@ximian.com>
32051         * reflection.c: set a public key token on the core assemblies.
32053 2002-11-18  Dick Porter  <dick@ximian.com>
32055         * threads.c: Split out some thread initialisation so that other
32056         files can set the start callback function.
32058         * gc.c: Run finalisers in a separate thread, to avoid stack
32059         overflow.  Fixes bug 31333.
32061         * appdomain.c: Set up GC finalisation thread.
32063         * reflection.c: 
32064         * object.c: 
32065         * domain.c: Use gc.h macros for GC_malloc
32066         
32067 2002-11-15  Dick Porter  <dick@ximian.com>
32069         * threadpool.c: 
32070         * threads.c:
32071         * appdomain.c: Removed mono_runtime_init_with_attach(),
32072         mono_thread_create_arg(), and mono_thread_init_with_attach(), by
32073         merging the extra parameter with the existing function.  Removed
32074         unneeded code in mono_thread_attach().
32076 2002-11-14  Dietmar Maurer  <dietmar@ximian.com>
32078         * image.c (mono_image_loaded_by_guid): a method to get loaded
32079         images by guid. 
32080         (load_metadata_ptrs): we store the guid as string.
32082 2002-11-11  Dietmar Maurer  <dietmar@ximian.com>
32084         * assembly.c (mono_assembly_open): check the guid of aot compiled lib.
32086         * metadata.c (mono_guid_to_string): imported method form Zoltan
32087         Varga (slightly modified)
32089         * assembly.c (mono_assembly_open): load precompiled code
32091         * loader.h (MonoMethod): we store the method token for use in the
32092         aot compiler. 
32094 2002-11-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32096         * appdomain.c: insert the loaded assemblies in the domain->assemblies in
32097         the hook function called when an assembly is loaded.
32098         
32099         * domain.c: Modified file.
32100         (mono_domain_assembly_load): removed hash table insertion of assemblies.
32102         Fixes bug #33196.
32104 2002-11-07  Miguel de Icaza  <miguel@ximian.com>
32106         * reflection.c: Map PEFileKind to the value expected by the WinNT
32107         image loader. 
32109 2002-11-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32111         * rand.c: use /dev/urandom. If it fails to open, use the previous one.
32112         Read until the buffer is filled completely.
32114 2002-11-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32116         * icall.c: implemented MonoType.InternalGetEvent ().
32118 2002-11-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32120         * appdomain.c: implemented InitAppDomainSetup. Delayed
32121         AppDomain.SetupInformation until mono_runtime_exec_main, where we get
32122         the entry_assembly.
32124         * assembly.c: base_dir is now an absolute path ending with
32125         G_DIR_SEPARATOR.
32127         * icall.c: modified get_location according to the above changes.
32129         * object.c: init AppDomain.SetupInformation for the default domain after
32130         we have the entry assembly.
32132         * domain.c: when unloading a domain, setup = NULL.
32134 2002-11-04  Dietmar Maurer  <dietmar@ximian.com>
32136         * marshal.c (emit_ptr_to_str_conv): try to fix bug 29548
32138 Sun Nov 3 15:39:28 CET 2002 Paolo Molaro <lupus@ximian.com>
32140         * object.h, object.c: introduced mono_object_get_virtual_method ()
32141         to lookup the method invoked on an object when a callvirt is done on
32142         a method.
32143         * icall.c: make MethodInfo::Invoke() always do a virtual call.
32145 2002-11-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32147         * appdomain.c: invoke AssemblyLoad and AsemblyResolve events in the
32148         current domain when loaded an assembly and failed to load it.
32150         * icall.c: changed ...Assembly_GetType to Assembly_InternalGetType.
32152 2002-10-31  Dick Porter  <dick@ximian.com>
32154         * icall.c: 
32155         * file-io.h: 
32156         * file-io.c: Return the error status in a parameter, as the
32157         GetLastError() value has long since been blown away if we try and
32158         look it up in a subsequent internal call invocation.  Delete the
32159         GetLastError() internal call, because it's useless.
32161 2002-10-31  Dietmar Maurer  <dietmar@ximian.com>
32163         * class.[ch]: added cast_class to fix bug 29517
32165 Wed Oct 30 19:37:32 CET 2002 Paolo Molaro <lupus@ximian.com>
32167         * marshal.c: create valid IL code in the filter clause:
32168         the new JIT is less forgiving:-)
32170 2002-10-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32172         * icall.c: removed get_property internal call.
32174 2002-10-25  Zoltan Varga  <vargaz@freemail.hu>
32176         * appdomain.h domain.c: Added an ID to appdomains.
32177         
32178         * threads.c threads.h icall.c: Implement icall
32179         Thread:GetDomainID(), and remove unused icall 
32180         CurrentThreadDomain_internal.
32182 2002-10-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32184         * icall.c: Don't recurse through the base types in GetConstructor.
32185         Fixes bug #32063. 
32187 Thu Oct 24 16:56:00 CEST 2002 Paolo Molaro <lupus@ximian.com>
32189         * mempool.h, mempool.c: added mono_mempool_empty() and
32190         mono_mempool_stats().
32192 2002-10-23  Dick Porter  <dick@ximian.com>
32194         * file-io.c: 
32195         * file-io.h: 
32196         * icall.c: Added MonoIO.GetFileType internal call
32198 2002-10-17  Dick Porter  <dick@ximian.com>
32200         * appdomain.c (mono_runtime_cleanup): Don't signal the async
32201         delegate semaphore before waiting for all threads to finish,
32202         because new threads can also call async delegates.  Fixes bug
32203         32004.
32205         * threadpool.c (async_invoke_thread): Only wait for 500ms instead
32206         of 3 seconds, in case another async job is queued.  (This part is
32207         needed because the bug fix reintroduced the 3s exit lag.)  This
32208         makes the mono_runtime_shutdown flag superfluous.
32210 Thu Oct 17 13:11:39 CEST 2002 Paolo Molaro <lupus@ximian.com>
32212         * reflection.c: include ehader size in method section headers.
32213         Really check for suplicated modules entries.
32215 2002-10-17  Martin Baulig  <martin@gnome.org>
32217         * debug-mono-symfile.c: Added back support for locals.
32219 2002-10-14  Martin Baulig  <martin@gnome.org>
32221         * debug-mono-symfile.c: Added MONO_TYPE_I, MONO_TYPE_U and
32222         MONO_TYPE_VOID.
32224 2002-10-14  Martin Baulig  <martin@gnome.org>
32226         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetType): Use
32227         mono_class_get() instead of looking in the class cache. 
32229 2002-10-13  Martin Baulig  <martin@gnome.org>
32231         * debug-mono-symfile.c: Set version number to 28, include the
32232         signature in method names.
32234 2002-10-13  Martin Baulig  <martin@gnome.org>
32236         * debug-mono-symfile.h: Set version number to 27.
32238 2002-10-11  Martin Baulig  <martin@gnome.org>
32240         * gc.c: Don't register/unregister NULL pointers as disappearing links.
32242 Thu Oct 10 14:56:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
32244         * metadata.c, metadata.h: added helper function to allocate signatures.
32246 2002-10-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32248         * icall.c: added internal call to get the location of machine.config.
32250 2002-10-08  Martin Baulig  <martin@gnome.org>
32252         * debug-mono-symfile.c: Ignore classes with a pending init for the
32253         moment.
32255 2002-10-03  Dick Porter  <dick@ximian.com>
32257         * threads.c: Freebsd pthread_t is a pointer
32259 2002-10-03  Dick Porter  <dick@ximian.com>
32261         * socket-io.c: Implemented GetHostName_internal
32263 2002-10-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32265         * mono-config.c:
32266         (mono_config_parse_file): don't leak the text.
32268 2002-10-02  Martin Baulig  <martin@gnome.org>
32270         * debug-mono-symfile.c: Added support for methods.
32272 2002-10-01  Martin Baulig  <martin@gnome.org>
32274         * debug-mono-symfile.c: Don't emit methods and line numbers for
32275         the dynamic symbol file, just write the type table.  We can easily
32276         have an external helper program which creates a symbol file for an
32277         IL file.        
32279 2002-10-01  Dick Porter  <dick@ximian.com>
32281         * threads.c (ves_icall_System_Threading_Thread_Start_internal):
32282         Only add the handle to the cleanup array when we're about to
32283         launch the thread.  Bug 31425 deadlocked when the test was run on
32284         mono under w32.
32286 2002-10-01  Martin Baulig  <martin@gnome.org>
32288         * debug-mono-symfile.c: Added support for properties.
32290 Fri Sep 27 18:55:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
32292         * reflection.c: unaligned store fix from Mark Crichton
32293         <crichton@gimp.org>.
32295 2002-09-27  Martin Baulig  <martin@gnome.org>
32297         * icall.c ("System.Reflection.Assembly::GetReferencedAssemblies"):
32298         New interncall.
32300 Fri Sep 27 15:38:31 CEST 2002 Paolo Molaro <lupus@ximian.com>
32302         * assembly.h, assembly.c: use a sane API to hook into the assembly
32303         loading process instead of a useless special-purpouse hack
32304         (ngen needs a hook, too, for example).
32306 2002-09-27  Dick Porter  <dick@ximian.com>
32308         * threads.c (mono_thread_init): Call GetCurrentProcess() so
32309         io-layer can set up some process handle info.  Not needed on w32,
32310         but doesn't hurt either.
32312         * process.c: Pass the program name in the second parameter to
32313         CreateProcess, so the path is searched.  Include the working
32314         directory. Implemented process name, process enumeration, and some
32315         process detail internal calls.
32316         
32317         * icall.c: Added internal calls for process lookup, and some
32318         process details
32320 2002-09-26  Martin Baulig  <martin@gnome.org>
32322         * assembly.c (mono_install_open_assembly_hook): New global
32323         function to install a function to be invoked each time a new
32324         assembly is loaded.
32325         (mono_assembly_open): Run this callback function if set.
32327         * debug-mono-symfile.c: Put back line numbers for the dynamic
32328         symbol file and also record the .il file as source file.  This
32329         allows us to install the temporary symbol file as `file.dbg' just
32330         like a compiler-generated one.
32332 2002-09-26  Nick Zigarovich <nick@chemlab.org>
32334         * Corrected typo in gc.c (BOHEM vs BOEHM).
32336 2002-09-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32338         * icall.c: fixed bug #31235 by copying a few lines from GetMethods to
32339         GetProperties. Also avoid calling g_slist_length in GetProperties and
32340         GetMethods.
32342 Wed Sep 25 22:18:03 CEST 2002 Paolo Molaro <lupus@ximian.com>
32344         * reflection.c: avoid unaligned stores (bug spotted by
32345         Mark Crichton  <crichton@gimp.org>).
32347 2002-09-25  Martin Baulig  <martin@gnome.org>
32349         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Use pointers
32350         instead of guint64 for addresses and added prologue/epilogue info.
32352 2002-09-25  Martin Baulig  <martin@gnome.org>
32354         * debug-mono-symfile.h (MonoDebugLineNumberEntry): New type to
32355         store line number info.  For the dynamic symbol file, we only need
32356         to provide the JIT generated dynamic line number info for the dynamic
32357         symbol file.
32359 2002-09-25  Martin Baulig  <martin@gnome.org>
32361         * debug-mono-symfile.h: Incremented version number.
32363 2002-09-24  Martin Baulig  <martin@gnome.org>
32365         * class.c (mono_debugger_class_init_func): New global function
32366         pointer variable.
32367         (mono_class_init): If mono_debugger_class_init_func is non-NULL,
32368         call it.
32370         * debug-mono-symfile.c (mono_debug_symfile_add_type): New
32371         function.  This is called via the mono_debugger_class_init_func
32372         hook to add all types to the dynamic type table.
32373         (ves_icall_MonoDebugger_GetType): New interncall to get a class
32374         from its metadata token.
32376         * icall.c ("System.Reflection.Assembly::MonoDebugger_GetType"):
32377         New interncall for the debugger.
32379 2002-09-24  Nick Drochak <ndrochak@gol.com>
32381         * icall.c (ves_icall_System_Enum_ToObject): validate the type parameter
32382         before using it in case it is null.
32383         
32384 Tue Sep 24 13:24:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
32386         * metadata.c: allow custom modifiers in local var signatures
32387         (bug spotted by Zoltan Varga).
32389 Tue Sep 24 12:12:16 CEST 2002 Paolo Molaro <lupus@ximian.com>
32391         * class.c: deal with the <Module> class that may have a NULL vtable.
32392         Eliminate warnings.
32394 Tue Sep 24 11:28:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
32396         * image.c, image.h: more strong name helpers.
32397         * monosn.c: more work: convert pem keys to cryptoapi format.
32399 Tue Sep 24 11:27:38 CEST 2002 Paolo Molaro <lupus@ximian.com>
32401         * string-icalls.c: speedup IndexOf.
32403 Tue Sep 24 11:17:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
32405         * icall.c: updates from Zoltan.2.Varga@nokia.com.
32407 Tue Sep 24 11:09:17 CEST 2002 Paolo Molaro <lupus@ximian.com>
32409         * icall.c: cleanup: use mono_object_domain ().
32411 2002-09-23  Martin Baulig  <martin@gnome.org>
32413         * debug-mono-symfile.c: Improved type support.
32415 2002-09-22  Martin Baulig  <martin@gnome.org>
32417         * debug-mono-symfile.c: Added support for reference types and strings.
32419 2002-09-22  Martin Baulig  <martin@gnome.org>
32421         * debug-mono-symfile.c: Started to work on the type table.
32423 2002-09-21  Martin Baulig  <martin@gnome.org>
32425         * debug-mono-symfile.c: Largely reworked the symbol table format.
32426         The symbol table is now incrementally updated each time a new
32427         method is added.  We're now also using our own magic and version
32428         so that you don't need to recompile all your classes if the
32429         dynamic table changes.
32430         (mono_debug_update_mono_symbol_file): Removed.
32431         (mono_debug_symfile_add_method): New function to add a method.
32433 2002-09-21  Martin Baulig  <martin@gnome.org>
32435         * icall.c
32436         ("System.Reflection.Assembly::MonoDebugger_GetLocalTypeFromSignature"):
32437         New interncall.
32439         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetLocalTypeFromSignature):
32440         New interncall to get a method from its metadata token.
32442 2002-09-21  Martin Baulig  <martin@gnome.org>
32444         * debug-mono-symfile.c: Create type table.
32446 2002-09-20  Martin Baulig  <martin@gnome.org>
32448         * debug-mono-symfile.c: Reflect latest Mono.CSharp.Debugger changes.
32450 2002-09-20  Martin Baulig  <martin@gnome.org>
32452         * debug-mono-symfile.c: Provide information about params and locals.
32454 2002-09-20  Martin Baulig  <martin@gnome.org>
32456         * icall.c ("System.Reflection.Assembly::MonoDebugger_GetMethod"):
32457         New interncall.
32459         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetMethod): New
32460         interncall to get a method from its metadata token.
32462 2002-09-20  Martin Baulig  <martin@gnome.org>
32464         * debug-mono-symfile.c: Added a few checks for method->header
32465         being non-NULL.  This should never happen, but for the moment
32466         let's use a g_warning() rather than a g_assert().
32468 2002-09-19  Mark Crichton  <crichton@gimp.org>
32470         * gc.c: ves_icall_System_GCHandle_FreeHandle made a call to libgc
32471         even if support for it isn't present.  Added an #ifdef to fix this.
32473         * socket-io.c: Added checks back for Solaris support.
32475 2002-09-19  Martin Baulig  <martin@gnome.org>
32477         * debug-mono-symfile.c (read_string, write_string): Reflect latest
32478         changes in the symbol file format.
32480 2002-09-18  Martin Baulig  <martin@gnome.org>
32482         * debug-mono-symfile.c: Set version number to 21.
32484 2002-09-18  Dick Porter  <dick@ximian.com>
32486         * threads.c (mon_new): Use the GC_MALLOC macro to hide differences
32487         on netbsd.  Fixes bug 30051.
32489 2002-09-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32491         * reflection.c:
32492         (set_version_from_string): little fix.
32494 Mon Sep 16 18:57:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
32496         * monosn.c, Makefile.am: added strong name utility.
32497         * reflection.h, reflection.c: implemented delayed signing,
32498         locale, version and hash id assembly attributes.
32500 Mon Sep 16 18:51:47 CEST 2002 Paolo Molaro <lupus@ximian.com>
32502         * loader.c, metadata.c: load param attributes in signatures.
32504 2002-09-16  Martin Baulig  <martin@gnome.org>
32506         * debug-mono-symfile.c: Added string table with all method names.
32508 2002-09-14  Martin Baulig  <martin@gnome.org>
32510         * debug-mono-symfile.h (MonoSymbolFile): Added method range table for
32511         fast method lookup.
32513 Fri Sep 13 16:04:54 CEST 2002 Paolo Molaro <lupus@ximian.com>
32515         * reflection.c: record the public key token of referenced assemblies.
32517 Fri Sep 13 15:41:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
32519         * image.c, image.h: added functions to get the strong name and the
32520         public key of an assembly.
32521         * pedump.c: use them.
32523 2002-09-12  Dietmar Maurer  <dietmar@ximian.com>
32525         * marshal.c (emit_str_to_ptr_conv): support marshalling of delegates.
32527 2002-09-12  Miguel de Icaza  <miguel@ximian.com>
32529         * marshal.c (mono_marshal_get_managed_wrapper): Added
32530         MONO_TYPE_BOOLEAN 
32532 2002-09-11  Martin Baulig  <martin@gnome.org>
32534         * gc.c: Call GC_unregister_disappearing_link() on all links when
32535         finalizing them, this is necessary to aviod a crash in boehm's
32536         finalize handler.
32538 Wed Sep 11 17:06:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
32540         * gc.c: handle GetTarget for finalized objects spotted and fixed by
32541         nick@chemlab.org.
32543 Wed Sep 11 15:27:20 CEST 2002 Paolo Molaro <lupus@ximian.com>
32545         * icall.c: implemented MonoType::Module.
32546         * reflection.c, reflection.h: mono_module_get_object () from
32547         Tomi Pakarinen <tomi.pakarinen@welho.com>.
32549 Wed Sep 11 12:53:28 CEST 2002 Paolo Molaro <lupus@ximian.com>
32551         * icall.c: ignore overridden methods in GetMethods ().
32552         Fix for FieldInfo::SetValue().
32553         * object.c: handle float/double in runtime invoke.
32555 Tue Sep 10 15:51:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
32557         * object.c: allow a constructor to be called again on an object.
32559 Tue Sep 10 11:58:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
32561         * class.h, class.c: move field layout code to it's own function and
32562         export it. Get an interface id earlier. Move fields in MonoClass
32563         so they are more cache friendly and align the bitfields.
32564         * loader.c: temporary handle get_param_names() for a runtime method.
32565         * reflection.c, reflection.h: more code to handle runtime creation of
32566         types.
32568 2002-09-09  Martin Baulig  <martin@gnome.org>
32570         * marshal.c (mono_marshal_get_native_wrapper): We need to use a special
32571         signature with the pinvoke field being set for the actual call.
32573 Sat Sep 7 10:12:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
32575         * icall.c: removed some unused icalls. Start of map of glib charsets
32576         to corlib names. Implemented RuntimeMethod::GetFunctionPointer ().
32578 Fri Sep 6 16:08:44 CEST 2002 Paolo Molaro <lupus@ximian.com>
32580         * debug-helpers.c: break infinite loop (found and fixed by
32581         Holger Arnold <harnold@gmx.de>).
32583 Thu Sep 5 18:50:54 CEST 2002 Paolo Molaro <lupus@ximian.com>
32585         * icall.c: target may be null in create_delegate.
32587 Thu Sep 5 17:42:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
32589         * marshal.c: handle a boolean return type.
32591 Thu Sep 5 13:09:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
32593         * gc.c: put HIDE_POINTER/REVEAL_POINTER only here.
32595 Wed Sep 4 19:23:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
32597         * gc.c: fix weakreferences.
32599 Wed Sep 4 13:59:50 CEST 2002 Paolo Molaro <lupus@ximian.com>
32601         * icall.c: added icall to get default codepage.
32603 2002-09-03  Dick Porter  <dick@ximian.com>
32605         * threads.h: 
32606         * threads.c: Use MonoThread instead of MonoObject where
32607         apropriate.
32609         Store running thread objects in a hash table, so that we have all
32610         the info to hand when waiting for them to finish
32611         (means we don't need OpenThread() any more, so mingw builds should
32612         be fully functional again.)
32614         * verify.c:
32615         * object.h: Added thread ID to MonoThread
32617 2002-09-03  Martin Baulig  <martin@gnome.org>
32619         * icall.c (System.Reflection.Assembly::get_location): New interncall.
32621 2002-09-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32623         * icall.c: fixed leak in get_temp_path. Thanks lupus.
32625 2002-09-03  Martin Baulig  <martin@gnome.org>
32627         * debug-helpers.c (mono_disasm_code_one): Added `const guchar **endp'
32628         argument to store the end address of the disassembled instruction.
32630         * debug-mono-symfile.h (MonoDebugMethodInfo, MonoDebugVarInfo): Moved
32631         here from debug-symfile.h.
32632         (MonoDebugMethodJitInfo): Moved all fields which are filled out by the
32633         JIT into this struct.
32634         (MonoSymbolFile): Added `char *image_file' field.
32635         (MonoDebugGetMethodFunc): Removed.
32636         (mono_debug_update_mono_symbol_file): Removed the hash table argument.
32637         (mono_debug_create_mono_symbol_file): Removed the `source_file' argument.
32638         (mono_debug_find_method): New method.
32640         * debug-mono-symfile.c (mono_debug_create_mono_symbol_file): Always
32641         create a full symbol file.
32642         (mono_debug_update_mono_symbol_file): Don't distinguish between dynamic
32643         and static symbol files.
32644         (mono_debug_find_method): The symbol file keeps an internal method hash,
32645         call this to get a MonoDebugMethodInfo from a MonoMethod.
32647         * debug-symfile.[ch]: Removed.
32649 2002-08-29  Miguel de Icaza  <miguel@ximian.com>
32651         * image.c (do_mono_image_open): Remove linker version check.
32653 2002-08-29  Dietmar Maurer  <dietmar@ximian.com>
32655         * marshal.c (mono_marshal_get_managed_wrapper): don't cache
32656         wrappers for instance methods.
32657         
32658 2002-08-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32660         * icall.c: added ves_icall_System_IO_Path_get_temp_path.
32662 2002-08-28  Dick Porter  <dick@ximian.com>
32664         * Makefile.am: Export HOST_CC for w32 builds
32666 Tue Aug 27 18:34:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
32668         * file-io.c process.c: MonoString are null terminated, no
32669         need for mono_string_to_utf16() anymore.
32671 Tue Aug 27 17:51:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
32673         * icall.c, unicode.h, unicode.c: removed unused iconv stuff.
32675 Tue Aug 27 16:38:58 CEST 2002 Paolo Molaro <lupus@ximian.com>
32677         * icall.c, reflection.h: speedup System.MonoType.
32679 Tue Aug 27 16:37:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
32681         * reflection.c: allow null as the value of a string argument in
32682         custom attributes constructors.
32684 2002-08-27  Martin Baulig  <martin@gnome.org>
32686         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Removed the
32687         `trampoline_address' field.
32689 2002-08-27  Dietmar Maurer  <dietmar@ximian.com>
32691         * marshal.c (mono_marshal_get_native_wrapper): removed wrong null
32692         check (fixes bug #29486) 
32694 2002-08-27  Martin Baulig  <martin@gnome.org>
32696         * debug-mono-symfile.c: Changed the file format in a way that allows us
32697         open it read-only and to use a specially malloced area for all the
32698         dynamic data.  We can now also generate a symbol file on-the-fly if we're
32699         debugging IL code and there is no MCS generated symbol file for it.
32701 Mon Aug 26 16:47:37 CEST 2002 Paolo Molaro <lupus@ximian.com>
32703         * object.c: added a define for a good string and array
32704         creation speedup (not enabled by default because we need to deal with
32705         the synch stuff).
32707 2002-08-26  Martin Baulig  <martin@gnome.org>
32709         * debug-mono-symfile.c (mono_debug_create_mono_symbol_file): New
32710         function to create a dynamic symbol file.  This is used by the
32711         debugger to create a symbol file for IL code on-the-fly.
32713 2002-08-26  Martin Baulig  <martin@gnome.org>
32715         * loader.c (mono_lookup_pinvoke_call): Include the error message
32716         from g_module_error() in the error message.
32718 2002-08-24  Martin Baulig  <martin@gnome.org>
32720         * debug-mono-symfile.c (mono_debug_update_mono_symbol_file): New
32721         function to update the symbol file.  The symbol file is mmap()ed
32722         writable, but private.  This allows us to install the symbol file
32723         together with the assembly.
32725 2002-08-24  Martin Baulig  <martin@gnome.org>
32727         * debug-mono-symfile.[ch]: New files.  Similar to debug-symfile.[ch]
32728         but they can read the new symbol file format which mcs is now creating.
32730         * debug-symfile.c (mono_debug_find_source_location): Moved to
32731         debug-mono-symfile.c; this is now operating on the new symbol file.
32733 2002-08-23  Martin Baulig  <martin@gnome.org>
32735         * debug-helpers.c (mono_method_desc_from_method): New function to get
32736         a MonoMethodDesc from a MonoMethod.
32738 Fri Aug 23 15:54:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
32740         * object.c: fixes assertion failure caused by multiple ExecuteAssembly
32741         calls for same domain (patch by Tomi Pakarinen <Tomi.Pakarinen@iki.fi>).
32743 Fri Aug 23 12:14:45 CEST 2002 Paolo Molaro <lupus@ximian.com>
32745         * string-icalls.[ch]: make helper methods static.
32747 2002-08-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32749         * icall.c: re-applied patch to GetValueInternal. Also added R4 and R8
32750         types to it and to SetValueInternal.
32752         * object.c: Moved handle_enum label to its proper place. This was the
32753         f... bug! ;-)
32755         This time i compiled mcs and gtk-sharp and they both work.
32757 2002-08-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32759         * icall.c: reverted partially my previous patch until 
32760         object.c:set_value handles enums correcly.
32762 2002-08-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32764         * icall.c:
32765         (ves_icall_MonoField_GetValue): changed to use mono_field_get_value.
32766         (ves_icall_System_Environment_get_MachineName): removed warning when
32767         compiling under cygwin.
32769 Thu Aug 22 18:49:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
32771         * object.c: fixed field_get_value() for reference types.
32773 2002-08-22  Dick Porter  <dick@ximian.com>
32775         * socket-io.c (ves_icall_System_Net_Sockets_Socket_RecvFrom_internal):
32776         Don't free a buffer while it's still needed.  Patch from Jonathan
32777         Liger <Jonathan.liger@wanadoo.fr>
32779 2002-08-21  Miguel de Icaza  <miguel@ximian.com>
32781         * icall.c (ves_icall_System_Environment_get_Platform): Add new
32782         internal call.
32784 2002-08-21  Dietmar Maurer  <dietmar@ximian.com>
32786         * icall.c (ves_icall_get_method_info): s/MonoMethod/MonoReflectionMethod/
32787         (ves_icall_get_parameter_info): s/MonoMethod/MonoReflectionMethod/
32789         * marshal.c (mono_marshal_get_remoting_invoke): save lmf, because
32790         we call unmanaged code which throws exceptions.
32792 Wed Aug 21 12:56:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
32794         * appdomain.h: added per-domain entry_assembly.
32795         * appdomain.c: ensure mono_runtime_exec_main () gets non-null
32796         arguments.
32797         * icall.c: Assembly::GetEntryAssembly icall.
32798         * object.c: set domain->entry_assembly in mono_runtime_exec_main().
32799         Changes above from a patch by Tomi Pakarinen <tomi.pakarinen@welho.com>.
32801 Tue Aug 20 15:42:15 CEST 2002 Paolo Molaro <lupus@ximian.com>
32803         * appdomain.h, gc.c: added mono_domain_finalize ().
32805 2002-08-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32807         * object.c:
32808         (mono_print_unhandled_exception): changed g_warning by g_printerr
32809         because g_log has a 1024 characters limit (yeah, i got a big stack
32810         trace). Don't print exception name, that should be in ToString 
32811         returned string.
32813 2002-08-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32815         * icall.c: added ves_icall_FieldInfo_SetValueInternal.
32816         * object.c: added missing MONO_TYPE_ARRAY in mono_runtime_invoke_array.
32818 2002-08-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32820         * object.c:
32821         (mono_print_unhandled_exception): after previous commit, i realized
32822         that MS calls ToString on the exception. I changed this function to
32823         do that. This way we get stack_trace for free.
32825 2002-08-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32827         * object.c:
32828         (mono_print_unhandled_exception): invoke Message property instead of
32829         getting 'message' field from Exception. Don't allocate memory for
32830         'trace' and 'message' if not needed.
32832 2002-08-18  Dick Porter  <dick@ximian.com>
32834         * unicode.c: Fix asserts to match Encoder.cs checks
32836 Fri Aug 16 21:42:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
32838         * marshal.c: fix unaligned store issue and a few wrong
32839         opcode argument types.
32841 2002-08-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32843         * icall.c: added GetUninitializedObjectInternal internal call.
32845 2002-08-16  Dietmar Maurer  <dietmar@ximian.com>
32847         * appdomain.c (mono_runtime_invoke_in_domain): transfer Exception
32848         to the right domain.
32850 2002-08-14  Dietmar Maurer  <dietmar@ximian.com>
32852         * marshal.c (mono_marshal_get_runtime_invoke): unbox value types
32854         * class.c (class_compute_field_layout): set blittable to false for Strings
32856         * appdomain.c (mono_domain_transfer_object): added support for ISerializable
32858 Wed Aug 14 17:26:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
32860         * appdomain.h, reflection.c, icall.c, object.c, reflection.h:
32861         first chunk of code to create types at runtime. Code to
32862         handle ReflectedType/DeclaringType. Make reflection handles
32863         domain specific.
32865 Wed Aug 14 17:24:21 CEST 2002 Paolo Molaro <lupus@ximian.com>
32867         * class.c: set correct name in arrays.
32869 2002-08-13  Dietmar Maurer  <dietmar@ximian.com>
32871         * appdomain.c (mono_domain_transfer_object): make it work with
32872         valuetypes. bug fixes.
32874 2002-08-12  Dick Porter  <dick@ximian.com>
32876         * object.h: Rename some parameters to avoid c++ keywords (Patch
32877         from Joseph Wenninger <kde@jowenn.at>)
32879 Thu Aug 8 13:04:18 CEST 2002 Paolo Molaro <lupus@ximian.com>
32881         * icall.c: added icall to implement Assembly.GetFile*.
32883 Thu Aug 8 10:18:17 CEST 2002 Paolo Molaro <lupus@ximian.com>
32885         * reflection.h, reflection.c: code to embed managed resources.
32887 Tue Aug 6 17:59:44 CEST 2002 Paolo Molaro <lupus@ximian.com>
32889         * class.c: move all the type size stuff into
32890         class_compute_field_layout().
32892 Tue Aug 6 11:20:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
32894         * class.c: ensure enums have always the correct instance size.
32895         * unicode.c: remove wrong assert.
32897 Mon Aug 5 19:30:04 CEST 2002 Paolo Molaro <lupus@ximian.com>
32899         * assembly.c: fix mem corruption issue.
32900         * image.h, image.c: added mono_image_get_resource () to access
32901         managed resources.
32902         * icall.c: implemented Assembly.EntryPoint property and some
32903         Managed Resources related internalcalls.
32906 Mon Aug 5 18:18:03 CEST 2002 Paolo Molaro <lupus@ximian.com>
32908         * image.c, image.h: impemented mono_image_get_entry_point ().
32909         * appdomain.c: use mono_image_get_entry_point.
32911 Mon Aug 5 13:08:15 CEST 2002 Paolo Molaro <lupus@ximian.com>
32913         * reflection.c: support the object type argument when loading
32914         custom attributes.
32916 2002-08-05  Dietmar Maurer  <dietmar@ximian.com>
32918         * marshal.c (mono_marshal_get_managed_wrapper): add suppport for
32919         String as return type.
32921 Fri Aug 2 21:15:42 CEST 2002 Paolo Molaro <lupus@ximian.com>
32923         * reflection.c: fix encoding of named args for custom attrs to match
32924         the ms implementation. Read them back when instantiating custom
32925         attributes.
32927 2002-08-02  Radek Doulik  <rodo@ximian.com>
32929         * marshal.c (mono_mb_add_data): convert ret value to LE, suggested
32930         by Dietmar as quick fix
32931         (mono_marshal_get_delegate_begin_invoke): use sig->param_count +
32932         16 as stack size, used on more places as quick fix before Dietmar
32933         will fix it properly
32935 Fri Aug 2 17:48:17 CEST 2002 Paolo Molaro <lupus@ximian.com>
32937         * object.h, object.c: added accessors for fields and properties.
32939 Fri Aug 2 17:45:15 CEST 2002 Paolo Molaro <lupus@ximian.com>
32941         * class.c, class.h: made mono_class_get_field_from_name ()
32942         loop on parent types.
32943         Added mono_class_get_property_from_name ().
32945 Fri Aug 2 11:40:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
32947         * class.c, class.h: move the code to setup the type vtable in its own
32948         function so that it can be reused also for types created at runtime.
32949         Eliminate the "class" identifier from the header file.
32950         * reflection.c: setup the vtable for enums so that we can create
32951         objects for use in SetConstant ().
32953 2002-08-02  Dietmar Maurer  <dietmar@ximian.com>
32955         * marshal.c (mono_delegate_to_ftnptr): pass delegate->target
32956         instead of the delegate itself as this pointer (bug #28383)
32958 2002-08-01  Dietmar Maurer  <dietmar@ximian.com>
32960         * marshal.c (mono_marshal_get_managed_wrapper): added return type
32961         conversions.
32963 Wed Jul 31 16:49:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
32965         * loader.c: don't set the pinvoke bit on icalls.
32967 2002-07-31  Dietmar Maurer  <dietmar@ximian.com>
32969         * debug-helpers.c (mono_method_full_name): only print a number to
32970         indicate wrapper type (so that the output is more readable in traces).
32972 2002-07-30  Dietmar Maurer  <dietmar@ximian.com>
32974         * class.c (mono_class_init): include method override patch from Paolo
32976 Tue Jul 30 15:20:08 CEST 2002 Paolo Molaro <lupus@ximian.com>
32978         * icall.c: fixed GetTypeCode().
32980 2002-07-29  Dietmar Maurer  <dietmar@ximian.com>
32982         * threads.c (ves_icall_System_Threading_Thread_Thread_internal):
32983         use real delegate invoke function to make it work with multicast
32984         delegates (fix bug# 28291).
32986 Fri Jul 26 11:58:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
32988         * object.c: load constant strings.
32990 Fri Jul 26 11:36:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
32992         * reflection.c: no magic numbers.
32993         * tabledefs.h: security action enum.
32995 Fri Jul 26 11:22:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
32997         * assembly.c: fix possible memory corruption.
32999 Thu Jul 25 13:58:38 CEST 2002 Paolo Molaro <lupus@ximian.com>
33001         * reflection.h, reflection.c: added support for linking resources.
33002         * verify.c: check we have an updated corlib.
33004 2002-07-25  Dietmar Maurer  <dietmar@ximian.com>
33006         * marshal.c (mono_marshal_get_native_wrapper): correctly marshal
33007         string arrays.
33008         (mono_marshal_string_array): null terminate unmanaged string arrays.
33009         (mono_marshal_get_managed_wrapper): print warning for arrays (not implemented)
33011 Wed Jul 24 13:32:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
33013         * icall.c: Type.GetType () can now return also types from the
33014         calling assembly.
33016 Wed Jul 24 13:04:05 CEST 2002 Paolo Molaro <lupus@ximian.com>
33018         * loader.h, loader.c: stack walking support.
33019         * icall.c: implemented GetCurrentMethod, GetExecutingAssembly,
33020         GetCallingAssembly.
33022 2002-07-24  Dietmar Maurer  <dietmar@ximian.com>
33024         * marshal.c: added optimisations for blittable types 
33026         * class.c (mono_array_class_get): do not set blittable attribute on arrays
33027         (mono_class_setup_mono_type): set blittable attribute for single
33028         and double.
33030         * marshal.c (mono_string_utf8_to_builder): impl.
33031         (mono_string_builder_to_utf8): impl.
33032         (mono_marshal_get_native_wrapper): impl. StringBuilder marshaling
33034 2002-07-23  Dietmar Maurer  <dietmar@ximian.com>
33036         * marshal.c (mono_marshal_get_native_wrapper): impl. byref types
33037         (mono_marshal_get_managed_wrapper): impl. byref types
33039 2002-07-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33041         * icall.c:
33042         (search_method): don't display debug message. 
33044 2002-07-22  Dietmar Maurer  <dietmar@ximian.com>
33046         * metadata.c (mono_type_stack_size): removed temporary fix for new gcc
33048 Mon Jul 22 18:17:05 CEST 2002 Paolo Molaro <lupus@ximian.com>
33050         * appdomain.c: set the missing filename when throwing exception.
33052 2002-07-22  Dietmar Maurer  <dietmar@ximian.com>
33054         * metadata.c (mono_type_size): code cleanup
33055         (mono_type_stack_size): removed some test code
33057 2002-07-21  Miguel de Icaza  <miguel@ximian.com>
33059         * appdomain.c (ves_icall_System_Reflection_Assembly_LoadFrom): Use
33060         mono_get_exception_file_not_found now.
33062         * exception.c (mono_exception_from_name_two_strings): New version
33063         that will call a constructor with two string arguments. 
33064         (mono_get_exception_file_not_found): New helper routine, used to
33065         report file-not-found errors.
33067 2002-07-20  Dick Porter  <dick@ximian.com>
33069         * process.h:
33070         * process.c: Pass file handles to CreateProcess
33071         
33072         * icall.c:
33073         * file-io.h:
33074         * file-io.c: Implemented CreatePipe
33076 2002-07-19  Dietmar Maurer  <dietmar@ximian.com>
33078         * metadata.c (mono_get_param_info): set alignment for value types
33080 Fri Jul 19 18:58:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
33082         * appdomain.h, domain.c, threads-types.h: don't include config.h in headers.
33083         Constify mono_domain_assembly_open().
33084         * loader.c: handle null namespace in icalls.
33086 2002-07-19  Dietmar Maurer  <dietmar@ximian.com>
33088         * marshal.c (emit_ptr_to_str_conv): marshal object as structs
33089         (emit_str_to_ptr_conv): marshal object as structs
33091         * metadata.c (mono_type_to_unmanaged): marshal object as structs
33093         * marshal.c (mono_marshal_get_runtime_invoke): support value types
33095 2002-07-18  Dietmar Maurer  <dietmar@ximian.com>
33097         * marshal.c (mono_marshal_get_runtime_invoke): use exception filters
33098         (mono_marshal_get_native_wrapper): we an now return value types
33100 Wed Jul 17 18:21:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
33102         * verify.c: more checks implemented.
33104 2002-07-17  Dietmar Maurer  <dietmar@ximian.com>
33106         * marshal.c (mono_delegate_to_ftnptr): invoke the right method
33107         (fix bug #27695)
33108         (mono_marshal_get_native_wrapper): allow byref arguments
33109         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringXXX):
33110         impl. PtrToStringXXX methods
33111         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStructure_type): impl.
33112         (ves_icall_System_Runtime_InteropServices_Marshal_OffsetOf): impl.
33113         (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalAnsi): impl.
33114         (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalUni): impl.
33115         (ves_icall_System_Runtime_InteropServices_Marshal_DestroyStructure): impl.
33117 Tue Jul 16 19:00:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
33119         * reflection.c: fix buglet in parsing an assembly name.
33121 2002-07-16  Dietmar Maurer  <dietmar@ximian.com>
33123         * marshal.c (emit_ptr_to_str_conv): first impl.
33125 Tue Jul 16 12:39:33 CEST 2002 Paolo Molaro <lupus@ximian.com>
33127         * object.c, class.h: cache the vtable in the class as suggested by
33128         vargaz@freemail.hu (Zoltan Varga).
33130 Tue Jul 16 11:27:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
33132         * class.h, loader.c: added mono_field_from_token().
33133         * verify.c: first cut of type checking code.
33135 2002-07-16  Dietmar Maurer  <dietmar@ximian.com>
33137         * marshal.c (mono_marshal_get_native_wrapper): support valuetypes
33139 2002-07-15  Dietmar Maurer  <dietmar@ximian.com>
33141         * marshal.c (mono_marshal_get_native_wrapper): handle enum types
33142         (fix bug #27782)
33143         (mono_marshal_get_remoting_invoke): impl.
33144         (mono_delegate_begin_invoke): impl.
33145         (mono_mb_emit_save_args): impl.
33146         (mono_delegate_end_invoke): impl.
33147         (mono_marshal_get_delegate_begin_invoke):
33148         (mono_marshal_get_delegate_end_invoke):
33149         (mono_marshal_get_delegate_invoke): generate a special name for
33150         those methods (including the signature) and associate them whith
33151         the delegate class. 
33153 2002-07-13  Gonzalo Paniagua Javier <gonzalo@gnome-db.org>
33155         * reflection.[ch]: 
33156         (mono_reflection_type_from_name): now it has a MonoImage parameter
33157         which is used as the default image to search the type in. If the image
33158         is NULL or getting the type from it fails, it defaults to corlib.
33160         * icall.c: changed 1 call to mono_reflection_type_from_name to match
33161         new parameter.
33163 Sat Jul 13 19:32:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
33165         * reflection.c: update the parameter table index.
33167 Sat Jul 13 17:34:23 CEST 2002 Paolo Molaro <lupus@ximian.com>
33169         * domain.c: don't include the mark byte in the string hash.
33171 Sat Jul 13 15:06:23 CEST 2002 Paolo Molaro <lupus@ximian.com>
33173         * icall.cs: icall for Type.GetTypeCode ().
33174         * verify: a couple of fixes and disabled local initialization checks.
33176 2002-07-12  Dietmar Maurer  <dietmar@ximian.com>
33178         * marshal.c: better debugging support (DEBUG_RUNTIME_CODE)
33180         * debug-helpers.c (mono_method_full_name): print the type of the
33181         runtime wrapper
33183         * metadata.c (mono_signature_hash): a hash function for signatures
33184         (mono_signature_hash): better hash algorithm
33186         * marshal.c (mono_marshal_get_delegate_invoke): cache methods by signature
33188         * debug-helpers.c (mono_method_full_name): this can now generate
33189         method names with signatures
33191         * marshal.c (mono_marshal_get_managed_wrapper): bug fix: unmanaged
33192         method dont have this pointers.
33194 Fri Jul 12 11:35:48 CEST 2002 Paolo Molaro <lupus@ximian.com>
33196         * reflection.c: fixup typebuilder tokens.
33197         * image.c: fix buglet.
33198         * marshal.h: remove whitespace.
33199         * metadata.h, metadata.c: reinstate code that was removed.
33200         * verify.c: handle catch directives and fix another couple of bugs.
33202 2002-07-11  Dietmar Maurer  <dietmar@ximian.com>
33204         * marshal.c (mono_marshal_get_native_wrapper): support BOOLEAN
33205         (mono_marshal_get_native_wrapper): make it comp. with the old code
33206         (mono_marshal_get_native_wrapper): support boolean
33207         (mono_marshal_get_managed_wrapper): support more types
33209 2002-06-25  Dietmar Maurer  <dietmar@ximian.com>
33211         * class.c (class_compute_field_layout): compute class->blittable attribute.
33213 2002-07-09  Dick Porter  <dick@ximian.com>
33215         * threads.c: Make the thread cleaning up cope with threads that
33216         call ExitThread()
33218 2002-07-08  Radek Doulik  <rodo@ximian.com>
33220         * reflection.c (method_encode_code): use non-translated values to
33221         compute finally_start, this fixes exception handling on ppc, yay!
33223         * decimal.h (struct signscale): fix endianess
33225 2002-07-07  Radek Doulik  <rodo@ximian.com>
33227         * reflection.c: swap box_val and not val
33229 Mon Jul 8 15:18:59 CEST 2002 Paolo Molaro <lupus@ximian.com>
33231         * reflection.c, reflection.h: handle full assembly info in type name.
33232         Handle Type arguments when loading custom attributes.
33233         * icall.c: updated to use new mono_reflection_type_from_name () method.
33235 2002-07-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33237         * loader.c:
33238         (method_from_memberref): also print assembly name when method not found.
33240 2002-07-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33242         * icall.c:
33243         (ves_icall_TypeGetProperties): fixed bug #27473. 
33245 2002-07-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33247         * reflection.c: display image name and token when cannot find the
33248         .ctor for an attribute.
33250 2002-07-05  Martin Baulig  <martin@gnome.org>
33252         * debug-symfile.c: Reflect latest MonoDwarfFileWriter changes.
33254 2002-07-04  Dick Porter  <dick@ximian.com>
33256         * threads.c (mono_thread_cleanup): Nasty kludge to get this to
33257         compile on mingw.  This will cause mingw builds to not wait for
33258         subthreads to terminate after the main thread does.  I've lodged a
33259         bug with the mingw developers for them to wrap OpenThread().
33261 2002-07-03  Dick Porter  <dick@ximian.com>
33263         * threads.c: Store thread IDs instead of handles, because
33264         GetCurrentThread() returns a pseudohandle and therefore stores
33265         useless values.  mono_thread_cleanup() continues checking the
33266         array of threads until it is empty, to cope with subthreads
33267         spawning new threads after the main thread has finished.
33269         * profiler.h:
33270         * profiler.c:
33271         * profiler-private.h: Pass the thread ID to thread profiler
33272         functions, instead of a handle
33274 Wed Jul 3 17:43:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
33276         * verify.c: fixes to make it more usable.
33277         * pedump.c: added --verify code to verify IL code in an assembly.
33279 Tue Jul 2 20:40:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
33281         * reflection.c: turn errors into warnings to allow compiling corlib.
33283 Tue Jul 2 19:33:20 CEST 2002 Paolo Molaro <lupus@ximian.com>
33285         * reflection.c: add special cases to compile corlib.
33287 Mon Jul 1 18:00:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
33289         * reflection.c: handle properties with only a set method.
33291 Mon Jul 1 17:11:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
33293         * opcodes.h: add enum with opcodes in opval order.
33295 2002-07-01  Dick Porter  <dick@ximian.com>
33296         
33297         * object.h:
33298         * object.c (mono_runtime_run_main): Removed unneeded argument
33300 2002-06-28  Martin Baulig  <martin@gnome.org>
33302         * debug-symfile.c: Reflect latest MonoDwarfFileWriter changes.
33304 2002-06-27  Dick Porter  <dick@ximian.com>
33306         * threads.c: Store the handle in both the parent thread and in the
33307         subthread, to minimise the time between starting a new thread and
33308         storing its ID.
33310 2002-06-26  Dick Porter  <dick@ximian.com>
33312         * appdomain.c (mono_runtime_cleanup): Close the socket library
33313         after all the threads have finished, not before
33315 2002-06-26  Martin Baulig  <martin@gnome.org>
33317         * debug-symfile.c (mono_debug_find_source_location): Added
33318         `guint32 *line_number' argument.  If it's not NULL, store the line number
33319         there and return the file name without the line number.
33321 2002-06-25  Dick Porter  <dick@ximian.com>
33323         * icall.c:
33324         * process.h:
33325         * process.c: Process forking and other support functions
33327 2002-06-25  Dick Porter  <dick@ximian.com>
33329         * image.c (do_mono_image_open): Set ref_count to 1, so that bad
33330         things dont happen when the image is closed.
33331         (mono_image_lookup_resource): Walk the resource section looking
33332         for a particular entry
33334         * cil-coff.h: PE resource section decoding
33336 2002-06-25  Dick Porter  <dick@ximian.com>
33337         
33338         * assembly.h:
33339         * assembly.c: 
33340         (mono_assembly_foreach): Accessor functions to walk the list of
33341         loaded assemblies
33342         (mono_assembly_set_main):
33343         (mono_assembly_get_main): Process methods need to know which
33344         assembly is the "main" one
33346         * object.c (mono_runtime_run_main): Record the main assembly
33348         * debug-helpers.c: Fix typo
33350 2002-06-24  Dietmar Maurer  <dietmar@ximian.com>
33352         * icall.c (ves_icall_System_Runtime_InteropServices_Marshal_copy_to_unmanaged): impl.
33353         (ves_icall_System_Runtime_InteropServices_Marshal_copy_from_unmanaged): impl.
33355 Sat Jun 22 11:37:25 CEST 2002 Paolo Molaro <lupus@ximian.com>
33357         * icall.c: fix off-by-one in Assembly.GetTypes() reported by bob@karr.ath.cx.
33359 2002-06-21  Miguel de Icaza  <miguel@ximian.com>
33361         * image.c (do_mono_image_open): Initialize reference count,
33362         otherwise we leak the MonoImage.
33364 Fri Jun 21 19:16:47 CEST 2002 Paolo Molaro <lupus@ximian.com>
33366         * reflection.c: small tweak to handle self-hosting.
33368 Thu Jun 20 23:28:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
33370         * reflection.c: fix type name parse code.
33372 Thu Jun 20 19:24:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
33374         * reflection.c: break out of the loop.
33375         * image.c: special case corlib.
33377 Thu Jun 20 16:43:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
33379         * reflection.c: add all the custom attrs at the end to ensure the
33380         ctors have been properly initialized when the attributes are defined
33381         in the current assembly.
33383 Thu Jun 20 13:46:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
33385         * reflection.c: handle correctly multiple-nested types.
33387 Thu Jun 20 11:49:00 CEST 2002 Paolo Molaro <lupus@ximian.com>
33389         * row-indexes.h: fix typos.
33390         * reflection.c: adjust for typos and fix method_def_or_ref
33391         encoding in MethodImpl table.
33393 Wed Jun 19 21:57:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
33395         * reflection.c: fix entry point patching (thanks Serge!).
33397 2002-06-18  Dietmar Maurer  <dietmar@ximian.com>
33399         * verify.c: add check for System.Exception
33401 Mon Jun 17 20:23:23 CEST 2002 Paolo Molaro <lupus@ximian.com>
33403         * image.c, class.c: minifix for code just c&p'ed.
33404         * reflection.c: warning fix.
33405         * object.h, loader.h, domain.c: load also StringBuilder.
33407 Mon Jun 17 17:29:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
33409         * marshal.h, marshal.c: some support code to handle complex marshaling.
33411 Mon Jun 17 16:32:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
33413         * class.h, class.c, reflection.c: handle ignorecase in GetType ().
33414         Better signatures with vtable error dump.
33416 Mon Jun 17 16:13:35 CEST 2002 Paolo Molaro <lupus@ximian.com>
33418         * reflection.c, reflection.h, icall.c: fixes for multiple-nested types.
33420 2002-06-17  Dietmar Maurer  <dietmar@ximian.com>
33422         * icall.c (ves_icall_Type_GetField): impl.
33424 Mon Jun 17 16:08:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
33426         * metadata.h, metadata.c: added mono_metadata_get_marshal_info()
33427         to retrieve a marshal description blob for a field or param.
33429 Mon Jun 17 14:57:03 CEST 2002 Paolo Molaro <lupus@ximian.com>
33431         * reflection.h, reflection.c: change order of nested type emission
33432         to avoid table corruption. The NestedTypes table is sorted.
33433         * icall.c: change order of GetConstructor results to workaround mcs bug.
33435 Fri Jun 14 16:24:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
33437         * reflection.h, reflection.c: handle field and param marshal
33438         information.
33440 Wed Jun 12 16:30:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
33442         * icall.c, marshal.c marshal.h: more Marshal class implementation.
33444 Tue Jun 11 17:29:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
33446         * reflection.c: fix call convention.
33448 Tue Jun 11 16:52:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
33450         * reflection.h, reflection.c: mono_image_get_memberref_token()
33451         takes a type instead of a class, now. Added
33452         mono_image_get_array_token() to create tokens for the special
33453         multi-dim array methods.
33455 Tue Jun 11 13:21:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
33457         * assembly.c: handle modules (no assembly table). Split
33458         loading references in its own function.
33459         * class.c: handle moduleref resolution scope.
33460         * image.c, image.h: cache module name in image.
33462 2002-06-07  Martin Baulig  <martin@gnome.org>
33464         * reflection.c (mono_image_get_type_info): Only add a class layout entry
33465         if we actually have a `tb->class_size' (ie. it's not UnspecifiedTypeSize).
33467 Fri Jun 7 22:07:25 CEST 2002 Paolo Molaro <lupus@ximian.com>
33469         * icall.c: more signature fixes that used uint instead of int.
33471 Fri Jun 7 20:41:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
33473         * reflection.c: fixed signature of field refs.
33475 Fri Jun 7 19:41:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
33477         * class.c, reflection.c: handle typerefs of nested types
33478         (both on read and when writing files).
33480 Fri Jun 7 17:46:50 CEST 2002 Paolo Molaro <lupus@ximian.com>
33482         * icall.c: fix method signatures that tried to workaround the previous
33483         typo, d'oh!
33485 Fri Jun 7 17:36:33 CEST 2002 Paolo Molaro <lupus@ximian.com>
33487         * debug-helpers.c: fix typo.
33489 Fri Jun 7 17:00:04 CEST 2002 Paolo Molaro <lupus@ximian.com>
33491         * cil-coff.h, icall.c, image.c, reflection.c, reflection.h:
33492         rewrote the PE/COFF writing code (our programs are understood by the
33493         ms runtime, now).
33495 Tue Jun 4 18:10:47 CEST 2002 Paolo Molaro <lupus@ximian.com>
33497         * gc.c, gc.h, icall.c: weakreference support.
33499 Tue Jun 4 16:06:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
33501         * Makefile.am, mono-config.c: use $(sysconfdir).
33503 Mon Jun 3 13:13:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
33505         * icall.c: changed default precision of Double.ToString() to 15.
33506         Fixed memory leak. Unified with Single.ToString.
33508 Sat Jun 1 14:26:45 CEST 2002 Paolo Molaro <lupus@ximian.com>
33510         * sysmath.c: workaround systems missing NAN and/or HUGE_VAL.
33512 Sat Jun 1 13:46:54 CEST 2002 Paolo Molaro <lupus@ximian.com>
33514         * pedump.c, appdomain.c, appdomain.h, assembly.c, domain.c,
33515         gc.c, icall.c, image.c, mono-config.c, reflection.c: killed
33516         warnings and compilation fixes from Dennis Haney (davh@davh.dk)
33517         and myself.
33519 Fri May 31 16:58:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
33521         * debug-symfile.c, sysmath.c: yet more compilation fixes.
33523 Fri May 31 16:35:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
33525         * reflection.c, socket-io.c: more compilation fixes.
33527 Fri May 31 15:58:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
33529         * appdomain.c, class.c, class.h, debug-symfile.c, decimal.c,
33530         domain.c, loader.c, object.c, object.h, reflection.c, string-icalls.h,
33531         unicode.c: warning and compiler compatibility fixes.
33533 Fri May 31 15:36:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
33535         * class.h, metadata.c: fixed warnings/compilation errors.
33537 Fri May 31 13:08:25 CEST 2002 Paolo Molaro <lupus@ximian.com>
33539         * Makefile.am, mono-config.c, mono-config.h: configuration file
33540         support routines.
33541         * loader.c, loader.h: make Dll mapping configurable at runtime in the
33542         config file. Export methods to insert and lookup mappings.
33544 Fri May 31 12:45:38 CEST 2002 Paolo Molaro <lupus@ximian.com>
33546         * reflection.c: handle types and boxed objects in custom attr
33547         constructors.
33549 2002-05-30  Martin Baulig  <martin@gnome.org>
33551         * debug-symfile.c
33552         (ves_icall_Debugger_MonoSymbolWriter_method_builder_from_token): Removed.
33554 Thu May 30 14:15:02 CEST 2002 Paolo Molaro <lupus@ximian.com>
33556         * metadata.c, metadata.h: added mono_metadata_implmap_from_method()
33557         to lookup the implmap row for a P/Invoke method.
33558         * loader.c: added mono_lookup_pinvoke_call(): we only lookup a
33559         P/Invoke method from the runtime on an as needed basis.
33561 2002-05-28  Dietmar Maurer  <dietmar@ximian.com>
33563         * metadata.c (mono_metadata_parse_signature): impl.
33565 Tue May 28 16:02:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
33567         * class.c: handle .pack directive.
33569 Tue May 28 11:04:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
33571         * object.c: initialize static fields with RVA data.
33573 2002-05-25  Martin Baulig  <martin@gnome.org>
33575         * debug-symfile.c
33576         (ves_icall_Debugger_DwarfFileWriter_get_type_token): Removed.
33578 2002-05-24  Martin Baulig  <martin@gnome.org>
33580         * debug-symfile.c
33581         (ves_icall_Debugger_MonoSymbolWriter_get_local_type_from_sig): Removed.
33582         (ves_icall_Debugger_MonoSymbolWriter_method_from_token): Renamed to
33583         `ves_icall_Debugger_MonoSymbolWriter_method_builder_from_token'.
33585 Thu May 23 18:44:37 CEST 2002 Paolo Molaro <lupus@ximian.com>
33587         * object.c: special case string ctros in invoke.
33588         * gc.c: silly whitespace changes.
33590 2002-05-23  Dietmar Maurer  <dietmar@ximian.com>
33592         * threadpool.[ch]: impl. a threadpool that can
33593         be used by mint and mono.
33595 2002-05-22  Martin Baulig  <martin@gnome.org>
33597         * debug-symfile.c (ves_icall_Debugger_MonoSymbolWriter_method_from_token):
33598         The first argument is now a `MonoReflectionModuleBuilder *', the return
33599         value is a `MonoReflectionModuleBuilder *'.  Use the AssemblyBuilder's
33600         `methods' field to get the method builder.  The `token' argument is the
33601         unfixed token.
33603         * unicode.c (iconv_get_length, iconv_convert): Silently ignore all
33604         invalid characters instead of g_assert_not_reached()ing.  This seems
33605         to be the behaviour of mscorlib.
33607 2002-05-22  Dietmar Maurer  <dietmar@ximian.com>
33609         * object.c (mono_runtime_invoke_array): applied patch from Rachel
33610         Hestilow to fix bug #25104
33612 2002-05-21  Martin Baulig  <martin@gnome.org>
33614         * debug-symfile.c (mono_debug_find_source_location): New function.
33615         Looks up an IL offset in the line number table and returns the source
33616         location as a string.
33618 2002-05-21  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33620         * icall.c:
33621         (mono_double_ToStringImpl): changed %f by %g until we have something
33622         better.
33624 2002-05-21  Nick Drochak  <ndrochak@gol.com>
33626         * icall.c : Use different name for Math.Pow's icall.  Needed to check
33627         parameters first in C#.
33629 Mon May 20 17:36:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
33631         * icall.c, reflection.h: added icall to get info about an event.
33633 2002-05-20  Radek Doulik  <rodo@ximian.com>
33635         * object.c (mono_value_box): don't use memcpy for boxing on BIG
33636         endian
33637         (mono_value_box): don't use memcpy for small sizes on
33638         architectures with unaligned access
33640 2002-05-20  Martin Baulig  <martin@gnome.org>
33642         * reflection.c (mono_reflection_setup_internal_class): Don't crash
33643         if `tb->parent == NULL'.
33644         (mono_reflection_create_internal_class): New function.  This is
33645         called from TypeBuilder.CreateType() and sets `klass->enum_basetype'
33646         for enum types.
33648         * icall.c ("System.Reflection.Emit.TypeBuilder::create_internal_class"):
33649         New interncall.
33651 2002-05-19  Martin Baulig  <martin@gnome.org>
33653         * unicode.c (ves_icall_iconv_get_bytes): Actually use the `charCount'
33654         argument to get the length, don't default to the array length.
33656 2002-05-18  Miguel de Icaza  <miguel@ximian.com>
33658         * assembly.c (mono_assembly_setrootdir): New function used to
33659         override the MONO_ASSEMBLIES directory.
33661 Fri May 17 20:39:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
33663         * icall.c: ValueType_GetHashCode() initialize local var.
33665 Thu May 16 17:20:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
33667         * reflection.c: sort custom attributes table.
33669 Thu May 16 16:08:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
33671         * reflection.c: support named args in custom attributes (write support).
33673 Thu May 16 13:04:59 CEST 2002 Paolo Molaro <lupus@ximian.com>
33675         * reflection.c: fix finally position calculation.
33677 2002-05-15  Radek Doulik  <rodo@ximian.com>
33679         * reflection.c: fixed endianess at many places
33681         * icall.c (ves_icall_InitializeArray): comment out debug msg
33683 2002-05-15  Dietmar Maurer  <dietmar@ximian.com>
33685         * object.c (mono_unhandled_exception): new function to handle
33686         unhandled exceptions.
33687         (mono_unhandled_exception): call the UnhandledException event.
33688         (mono_runtime_delegate_invoke): impl.
33690 Wed May 15 15:59:55 CEST 2002 Paolo Molaro <lupus@ximian.com>
33692         * metadata.h, metadata.c, class.c: mono_metadata_field_info ()
33693         returns the RVA, not the direct pointer to the data. Handle the case
33694         when the class size is fixed.
33696 Tue May 14 16:59:44 CEST 2002 Paolo Molaro <lupus@ximian.com>
33698         * reflection.c: fix some endianess issues.
33700 2002-05-14  Dietmar Maurer  <dietmar@ximian.com>
33702         * object.c (mono_runtime_invoke): is now able to catch exceptions.
33704         * threads.c (mono_thread_init): added a callback which is invoked
33705         at thread start.
33707 2002-05-14  Dan Lewis  <dihlewis@yahoo.co.uk>
33708         
33709         * icall.c: make GetHashCode return non-negative values.
33711 2002-05-14  Dan Lewis  <dihlewis@yahoo.co.uk>
33713         * object.c, icall.c, gc.c: revert to address-based hashcode.
33715 2002-05-13  Miguel de Icaza  <miguel@ximian.com>
33717         * icall.c (mono_double_ParseImpl): Added ParseImpl method.
33719 Mon May 13 16:40:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
33721         * icall.c, class.c: special case <Module>.
33723 2002-05-13  Dan Lewis  <dihlewis@yahoo.co.uk>
33725         * icall.c: fix bug in GetNow().
33727 2002-05-11  Dietmar Maurer  <dietmar@ximian.com>
33729         * object.c (mono_runtime_class_init): make sure that we call all
33730         static class constructors.
33732 Fri May 10 18:14:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
33734         * reflection.c: sort methodsemantics table.
33736 Fri May 10 16:31:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
33738         * reflection.h, reflection.c: honour init locals setting.
33740 Thu May 9 18:50:00 EDT 2002 Daniel Morgan <danmorg@sc.rr.com>
33742         * icall.c: copied Double ToStringImpl for Single ToStringImpl
33744 Wed May 8 12:28:28 CEST 2002 Paolo Molaro <lupus@ximian.com>
33746         * reflection.c: support ContructorBuilders in attribute blob creation.
33748 Wed May 8 12:06:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
33750         * reflection.c: some changes to build a binary that can be run
33751         directly in windows.
33753 Mon May 6 13:10:34 CEST 2002 Paolo Molaro <lupus@ximian.com>
33755         * loader.c: print a big message when an icall can't be found.
33757 2002-05-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33759         * string-icalls.c: fix bug 24248.
33761 Sat May 4 14:03:21 CEST 2002 Paolo Molaro <lupus@ximian.com>
33763         * appdomain.c, appdomain.h, assembly.c, assembly.h, image.h,
33764         icall.c, reflection.h: separate assembly loading by pathname and by
33765         assembly name. Use the MONO_PATH env var to search for assemblies.
33767 Thu May 2 17:56:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
33769         * assembly.c, image.h: add some support for assemblies
33770         with multiple modules.
33771         * class.c, class.h: export mono_class_from_typeref().
33772         * loader.c: remove duplicated code and use mono_class_from_typeref(),
33773         instead.
33775 Thu May 2 15:51:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
33777         * unicode.c: Char.IsNumber doesn't include hex digits as the ms
33778         documentation says (the ECMA one is correct).
33780 2002-05-02  Dick Porter  <dick@ximian.com>
33782         * threads.c: Use GC_debug_register_finalizer with GC_debug_malloc.
33783         Don't name the synchronisation mutex.
33785 2002-04-30  Jeffrey Stedfast  <fejj@ximian.com>
33787         * rand.c
33788         (ves_icall_System_Security_Cryptography_RNGCryptoServiceProvider_GetBytes):
33789         Make the prototypes match.
33790         (ves_icall_System_Security_Cryptography_RNGCryptoServiceProvider_GetNonZeroBytes):
33791         Same.
33793         * icall.c
33794         (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Fixed for
33795         systems that use 'timezone' rather than tm.tm_gmtoff. Also, not
33796         all systems have tm.tm_zone, so use strftime() with %Z to print
33797         the timezone abreviation into a temp string.
33799         * object.c (mono_ldstr): Fixed to use mono_string_chars() macro
33800         rather than mono_array_addr() on a MonoString on Big Endian
33801         machines.
33803 2002-04-30  Dietmar Maurer  <dietmar@ximian.com>
33805         * string-icalls.c (ves_icall_System_String_InternalReplace_Str):
33806         fix bug 24041
33808 2002-04-30  Dick Porter  <dick@ximian.com>
33810         * socket-io.c: Cope with SOCKET being an integer rather than a
33811         pointer now.
33813         * threads.c: Added Thread_free_internal, to deal with thread
33814         handle cleanup.  Moved calls to handle_store() and handle_remove()
33815         to start_wrapper(), so each can only be called once.  Allocate
33816         synchronisation blocks with GC_malloc(), and use GC finalisation
33817         to close the handles.
33819         * icall.c: added System.Threading.Thread::Thread_free_internal
33821 Mon Apr 29 15:33:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
33823         * icall.c: support Environment.Exit, CommandLineArgs().
33825 Mon Apr 29 15:15:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
33827         * object.c, object.h: added mono_runtime_run_main () and
33828         mono_runtime_get_main_args () for use in System.Environment.
33830 Mon Apr 29 13:45:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
33832         * gc.c: fix thinko, enable actual finalization since the jit is now
33833         fixed.
33835 Mon Apr 29 12:47:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
33837         * gc.c, object.c: take into account that an object may be offset wrt the address
33838         returned by GC_malloc().
33840 Mon Apr 29 12:14:39 CEST 2002 Paolo Molaro <lupus@ximian.com>
33842         * image.c: handle files without entries in the assembly table (modules).
33844 2002-04-28 Patrik Torstensson <patrik.torstensson@intel.com>
33846         * reflection.c (mono_reflection_setup_internal_class): remove g_assert_not_reached() to allow 
33847         mcs selfhosting again (build breaker) and did move the check to class instead. parent is
33848         allowed to be null when it's System.Object class setup.
33850 2002-04-27  Martin Baulig  <martin@gnome.org>
33852         * reflection.c (mono_reflection_setup_internal_class): g_assert_not_reached()
33853         if `tb->parent == NULL' rather than crashing.
33855 2002-04-28  Nick Drochak  <ndrochak@gol.com>
33857         * sysmath.c (ves_icall_System_Math_Asin): Fix copy-paste error.  Was
33858         calling acos() where asin() should have been called.
33860 2002-04-26  Martin Baulig  <martin@gnome.org>
33862         * assembly.c (default_assembly_name_resolver): Use G_FILE_TEST_IS_REGULAR
33863         instead of G_FILE_TEST_EXISTS - if you're in mcs/class/corlib/System/Test,
33864         there's a subdirectory called `System', but we don't want to read that
33865         subdirectory as an assembly.
33867 2002-04-25  Martin Baulig  <martin@gnome.org>
33869         * debug-symfile.c: Reflect latest MonoString changes.
33871 Thu Apr 25 16:38:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
33873         * rand.c, rand.h: instance method icalls need to have an explicit
33874         this pointer as first argument in the C implementation.
33876 2002-04-25  Nick Drochak <ndrochak@gol.com>
33878         * icall.c: Fix typo in map for GetNonZeroBytes
33880 2002-04-24      Patrik Torstensson <patrik.torstensson@labs2.com>
33882         * string-icalls.c : String does now passes unit tests without any 
33883         errors, the following changes has been made:
33884         
33885         Implemented replace methods.
33886         Renaming of methods to (try) follow the standard.
33887         Fixed compare ordinal
33888         Made all memory allocated directly to function instead of via icall function.
33889         Small performance fix in is_in_array function
33890                         
33891  (2002-04-23) Changes from Duncan Mak <duncan@ximian.com>
33893         c (mono_string_Internal_ctor_charp_int_int):
33894         (mono_string_Internal_ctor_sbytep_int_int):  Removed check for
33895         sindex < 0, throw ArgumentOutOfRangeException instead of
33896         ArgumentNullException.
33898         Added new check for length == 0, however
33899         I need to make it return String.Empty from the C code.
33900         
33901         (mono_string_Internal_ctor_sbytep): Use mono_string_new, and let
33902         that calculate the length for us here.
33903         
33904         (mono_string_Internal_ctor_sbytep_int_int): Replaced
33905         mono_string_new_utf16 with mono_string_new, since value is utf8.
33907 Wed Apr 24 18:43:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
33909         * object.c: register the object for finalization if needed.
33910         Allocate one more char in the string for the terminating 0 char.
33912 Wed Apr 24 18:22:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
33914         * class.c, class.h, image.c: check if a type implemenst a destructor.
33915         Use the proper key for array class lookups.
33916         * icall.c: register the icalls in the System.GC class.
33917         * gc.c, gc.h: GC-related functions and icalls.
33919 2002-04-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33921         * icall.c:
33922         * socket-io.c:
33923         * unicode.c: free some strings gotten from mono_string_to_utf8 and
33924         changed a couple of free () by g_free ().
33926         * decimal.c: one-liner in the comments for decimal2string ().
33928 2002-04-24      Patrik Torstensson <patrik.torstensson@labs2.com>
33930         * object.c (mono_runtime_invoke_array) : Bug because of my incompetence.
33932 2002-04-24      Patrik Torstensson <patrik.torstensson@labs2.com>
33934         * reflection.c (mono_reflection_get_custom_attrs) : fixed image bug (crash)
33935         * object.c (mono_runtime_invoke_array) : handle null in params
33937 2002-04-23      Patrik Torstensson <patrik.torstensson@labs2.com>
33939         * string-icalls.c: fixed bug in split (one off bug)
33941 2002-04-23      Patrik Torstensson <patrik.torstensson@labs2.com>
33943         * string-icalls.c: fixed bug in remove and lastindexofany, add equals icall.
33944         * icalls.c: added String::Equals as internal method
33946 2002-04-23      Patrik Torstensson <patrik.torstensson@labs2.com>
33948         * threads.c: fixed bug in the double interlocked functions
33950 2002-04-22      Patrik Torstensson <patrik.torstensson@labs2.com>
33952         * threads.c: implemented all of the new interlocked icalls.
33953         * string-icalls.c: fix a bug in insert.
33954         * icalls.c: added the icalls for interlocked, removed old string functions.
33955         
33956 Mon Apr 22 19:44:16 CEST 2002 Paolo Molaro <lupus@ximian.com>
33958         * loader.c: fix off-by-one error when reading argument names.
33960 Mon Apr 22 19:28:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
33962         * profiler.c: win32 counter implementation (untested).
33963         * icall.cs: win32 GetNow() and GetTimeZoneData() implementations
33964         (the latter needs testing and more complete impl. from win32 folks).
33966 2002-04-21  Dan Lewis  <dihlewis@yahoo.co.uk>
33968         * object.c: mono_array_new_full workaround mono_array_class_get
33969         problem.
33971 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
33973         * string-icalls.c (mono_string_InternalRemove): Fixed overwrite bug.
33974         * object.h (mono_string_chars): Changed casting type.
33976 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
33978         * string-icalls.c: Fixed trim method, added the constructors done by Duncan, fixed
33979                            method signatures to use gunichar2 instead of gint16.
33981 2002-04-20  Dan Lewis  <dihlewis@yahoo.co.uk>
33983         * object.h, object.c: domain-specific versions of mono_object_new and
33984         mono_array_new.
33986 2002-04-20  Dietmar Maurer  <dietmar@ximian.com>
33988         * object.c: changed String layout
33990         * string-icalls.c (mono_string_Internal_ctor_chara): added
33991         internal string constructors.
33993 Sat Apr 20 13:33:07 CEST 2002 Paolo Molaro <lupus@ximian.com>
33995         * threads.c: pass 'this' to the thread start routine.
33997 2002-04-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33999         * string-icalls.c: fix IndexOf and LastIndexOf. Now
34000         InternalCompareStr don't call twice mono_string_cmp_char for the last
34001         character. Improved performance in mono_string_cmp_char.
34003 Fri Apr 19 19:26:28 CEST 2002 Paolo Molaro <lupus@ximian.com>
34005         * Makefile.am, appdomain.c, class.c, object.c: split runtime-depended
34006         code into its own library: libmonoruntime.
34008 2002-04-19  Dan Lewis  <dihlewis@yahoo.co.uk>
34010         * object.h, object.c: changed array format so that szarrays do not
34011         require a bounds structure.
34012         * icall.c, appdomain.c: support for new szarray format.
34014 Fri Apr 19 18:04:34 CEST 2002 Paolo Molaro <lupus@ximian.com>
34016         * metadata.c: compare also the retuns type when comparing signatures:
34017         we didn't do this as an optimization since really overloaded methods
34018         must differ also in the arguments, but this doesn't work with
34019         low-level IL code (or when using explicit conversion operators: see
34020         bug#23498 for an example).
34022 Fri Apr 19 16:14:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
34024         * loader.c: SZARRAY types can be saved as TYPESPEC, too.
34026 Thu Apr 18 17:15:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
34028         * icall.c: make MonoType::GetElementType its own icall.
34030 Thu Apr 18 16:41:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
34032         * icall.c: remove MonoMethod_get_Name().
34033         * reflection.c, reflection.h, verify: cache the method name in the MonoMethod
34034         object.
34036 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
34038         * string-icalls.c: optimized a few methods.
34040 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
34042         * icall.c: added all new string internal calls
34043         * string-icalls.c: added, new string internal call implementation.
34044         * object.c: added mono_string_new_size for allocating a string a size
34046 2002-04-17  Dietmar Maurer  <dietmar@ximian.com>
34048         * object.c (mono_object_isinst): use the same code as in the
34049         optimized x86 version.
34051 Wed Apr 17 14:14:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
34053         * profiler.c: TSC-based timer code (faster and more accurate).
34054         Not hooked up in configure, yet (set USE_X86TSC to 1).
34056 Wed Apr 17 12:33:10 CEST 2002 Paolo Molaro <lupus@ximian.com>
34058         * profiler.c, profiler.h: track time spent compiling methods.
34059         * threads.c: track thread creation/destruction.
34061 Tue Apr 16 20:08:43 CEST 2002 Paolo Molaro <lupus@ximian.com>
34063         * profiler.c, profiler.h, profiler-private.h: profiling interface
34064         and sample implementation. Moved here so that it can be used also by
34065         the jit.
34067 Tue Apr 16 12:58:12 CEST 2002 Paolo Molaro <lupus@ximian.com>
34069         * reflection.c, reflection.h: keep types and other handles separate in
34070         the hash tables for referred tokens. Add guid for modules.
34072 Mon Apr 15 11:37:33 CEST 2002 Paolo Molaro <lupus@ximian.com>
34074         * assembly.c: fix bugs found with valgrind.
34075         * metadata.h, metadata.c: added mono_metadata_guid_heap().
34077 2002-04-14      Patrik Torstensson <patrik.torstensson@labs2.com>
34079         * threads: added icall support for getting current domain for
34080                    the thread.
34082 2002-04-13  Martin Baulig  <martin@gnome.org>
34084         * debug-symfile.h (MonoDebugLocalInfo): Renamed to MonoDebugVarInfo.
34085         (MonoDebugVarInfo): Added `index' field for register based addresses.
34086         (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 9.
34087         (MonoDebugMethodInfo): Replaced `guint32 *param_offsets' with
34088         `MonoDebugVarInfo *params' and `guint32 this_offset' with
34089         `MonoDebugVarInfo *this_var'.
34091         * debug-symfile.c (relocate_variable): New static function to write
34092         a location description for a local variable or method parameter.
34094 2002-04-12  Martin Baulig  <martin@gnome.org>
34096         * debug-symfile.h (MonoDebugLocalInfo): New type. This contains the
34097         stack offset and begin/end scope address of a local variable.
34098         (MonoDebugMethodInfo): Replaced `guint32 *local_offsets' with
34099         'MonoDebugLocalInfo *locals', added `prologue_end' and `epilogue_begin'.
34100         (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 8.
34102         * debug-symfile.c (MRT_variable_start_scope, MRT_variable_end_scope):
34103         Added new relocation types for start/end scope of a local variable.
34105 Fri Apr 12 18:30:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
34107         * object.h: add mono_object_domain() macro.
34108         * reflection.c: handle typespecs.
34109         * icall.c: MonoMethod::get_Name() implementation.
34111 Thu Apr 11 12:29Ni:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
34113         * icall.c: String::GetHashCode() icall implementation.
34115 Wed Apr 10 21:16:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
34117         * icall.c: String::IndexOfAny icall.
34118         * object.c, object.h: make array->max_length more useful.
34119         Intrduced mono_object_class() and mono_string_length() macros.
34121 2002-04-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
34123         * unicode.c (ves_icall_System_Char_IsNumber): use g_unichar_isxdigit
34124         instead of g_unichar_isdigit.
34126 2002-04-11  Nick Drochak  <ndrochak@gol.com>
34128         * icall.c: Implement a simple Double.ToString().
34130 Tue Apr 9 21:31:16 CEST 2002 Paolo Molaro <lupus@ximian.com>
34132         * appdomain.h: only io-layer.h is supposed to be included.
34133         * icall.c: explicitly import environ. Fix warning.
34135 2002-04-10  Nick Drochak  <ndrochak@gol.com>
34137         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData) :
34138                 return true even if it's not Daylight Savings time.
34139                 Only return false for the case where the function isn't
34140                 implemented for a plaform (read Windows).
34142 Tue Apr 9 13:05:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
34144         * appdomain.h, appdomain.c, class.c, object.c: protect MonoDomain
34145         data with a mutex.
34147 2002-04-09  Dietmar Maurer  <dietmar@ximian.com>
34149         * mempool.c (mono_mempool_alloc): only use g_malloc when
34150         absolutely necessary.
34152 2002-04-08  Dietmar Maurer  <dietmar@ximian.com>
34154         * mempool.c (MEM_ALIGN): hardcode MEM_ALIGN to 8
34156         * class.c (mono_class_vtable): use domain mempool to allocate vtable
34157         (mono_class_proxy_vtable): use domain mempool
34159 Mon Apr 8 17:17:04 CEST 2002 Paolo Molaro <lupus@ximian.com>
34161         * appdomain.h, appdomain.c: split initialization that requires the
34162         execution engine support into mono_runtime_init().
34164 2002-04-08  Dietmar Maurer  <dietmar@ximian.com>
34166         * class.c (mono_class_init): don't include vtable inside MonoClass
34167         to save some memory, gather some statistics.
34168         (mono_class_vtable): use g_malloc instead of GC_malloc when possible
34170 Sat Apr 6 20:07:48 CEST 2002 Paolo Molaro <lupus@ximian.com>
34172         * icall.c: internalcall implementation for ValueType.Equals().
34174 2002-04-06  Dietmar Maurer  <dietmar@ximian.com>
34176         * object.c (mono_message_init): moved 
34177         (mono_runtime_exec_main): new arch. independent impl.
34178         (mono_runtime_invoke_array): new method - like
34179         mono_runtime_invoke, but you can pass an array of objects.
34180         (mono_remoting_invoke): new arch. independent impl.
34181         (mono_message_invoke): new arch. independent impl.
34182         (mono_runtime_class_init): new arch. independent impl.
34183         (mono_runtime_object_init): new arch. independent impl.
34185 Fri Apr 5 18:29:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
34187         * metadata.c, object.c, reflection.c: documented the exported
34188         functions.
34190 Fri Apr 5 15:42:31 CEST 2002 Paolo Molaro <lupus@ximian.com>
34192         * icall.c: simpler code to pass the assembly builder data to corlib.
34193         Implement GetNestedTypes() internalcall.
34195 Thu Apr 4 21:46:48 CEST 2002 Paolo Molaro <lupus@ximian.com>
34197         * class.c: warn if a type can't be loaded.
34199 2002-04-04  Dietmar Maurer  <dietmar@ximian.com>
34201         * image.h: typedef MonoImageOpenStatus
34202         * types.h: removed unused file
34203         
34204 2002-04-04  Dan Lewis  <dihlewis@yahoo.co.uk>
34206         * icall.c: Enum_ToObject accepts enum value arguments.
34208 Thu Apr 4 11:35:37 CEST 2002 Paolo Molaro <lupus@ximian.com>
34210         * class.c: move initialization of properties, events and nested
34211         classes, so that they happen for interfaces, too.
34213 Wed Apr 3 20:03:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
34215         * icall.c: cleanup some ugly casts in Array_SetValue*.
34217 Wed Apr 3 19:49:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
34219         * icall.c: the values array fro enums is of the correct type, now.
34220         Implement (correctly) getFullName instead of assQualifiedName for
34221         MonoType.
34222         * reflection.h, reflection.c: added mono_type_get_name ().
34224 Wed Apr 3 17:56:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
34226         * assembly.c, image.h: for each MonoImage, record from wich assembly
34227         it was loaded.
34228         * reflection.h, icall.c: added System_Reflection_Assembly_GetTypes().
34229         Make Type.Assembly work.
34231 2002-04-03  Dietmar Maurer  <dietmar@ximian.com>
34233         * debug-symfile.h: use char* instead of gpointer to avoid
34234         unnecessary casts.
34236         * appdomain.c (mono_jit_info_table_find): use char* instead of gpointer
34238         * icall.c (ves_icall_InternalExecute): impl. FielSetter
34239         (ves_icall_System_Array_SetValueImpl): removed strange MonoArray cast
34241 2002-03-30  Dietmar Maurer  <dietmar@ximian.com>
34243         * icall.c (mono_message_init): impl. (code cleanup)
34244         (ves_icall_InternalExecute): impl. FieldGetter
34246         * class.c (mono_class_init): added exerimental EXT_VTABLE_HACK, if
34247         defined we call all (non-static)methods through the vtable. 
34249 Fri Mar 29 18:09:08 CET 2002 Paolo Molaro <lupus@ximian.com>
34251         * class.c: it seems GC_debug_malloc() makes the Boehm GC call the
34252         finalizer even though the memory is still referenced (and the chunk of
34253         memory is not freed).
34255 Fri Mar 29 17:43:04 CET 2002 Paolo Molaro <lupus@ximian.com>
34257         * assembly.c: fix brokeness.
34259 Fri Mar 29 16:09:54 CET 2002 Paolo Molaro <lupus@ximian.com>
34261         * class.c: kill some warnings. Check explicit interface method
34262         implementation also without considering the namespace.
34263         Load also literal strings in static class data.
34265 2002-03-29  Miguel de Icaza  <miguel@ximian.com>
34267         * assembly.c (default_assembly_name_resolver): Kill memory leak. 
34268         (default_assembly_name_resolver): Make the resolver take the
34269         "base" directory where the assembly was originally defined, so we
34270         can load DLLs that are in the same directory as the assembly that
34271         is being referenced.
34273 2002-03-28  Dick Porter  <dick@ximian.com>
34275         * file-io.h: 
34276         * file-io.c:
34277         * socket-io.c: 
34278         * unicode.h: 
34279         * unicode.c: Warning cleanups
34281 Thu Mar 28 18:06:14 CET 2002 Paolo Molaro <lupus@ximian.com>
34283         * object.h, reflection.h: use the correct type instead of MonoObject.
34285 2002-03-28  Martin Baulig  <martin@gnome.org>
34287         * debug-symfile.c (mono_debug_class_get): Don't look in referenced assemblies.
34288         (mono_debug_update_symbol_file): Initialize classes if necessary.
34290 Thu Mar 28 15:58:43 CET 2002 Paolo Molaro <lupus@ximian.com>
34292         * assembly.c, debug-helpers.c, image.c, image.h, metadata.c, pedump.c,
34293         rawbuffer.c, reflection.c, verify.c: mare warning cleanups.
34295 Thu Mar 28 15:20:39 CET 2002 Paolo Molaro <lupus@ximian.com>
34297         * assembly.h: fix function prototype.
34298         * metadata.h, metadata.c, object.h, private.h: get rid of warnings.
34299         * mono-endian.h: use const cast.
34301 2002-03-28  Dietmar Maurer  <dietmar@ximian.com>
34303         * icall.c (ves_icall_MonoMethodMessage_InitMessage): moved from message.c
34305 Thu Mar 28 12:32:00 CET 2002 Paolo Molaro <lupus@ximian.com>
34307         * loader.c: don't assert when a typeref can't be loaded, give
34308         a chance to the runtime to trow an exception instead.
34309         * loader.h: fix warning.
34311 2002-03-28  Dietmar Maurer  <dietmar@ximian.com>
34313         * class.c (mono_class_proxy_vtable): added proxy support
34315 2002-03-27  Dan Lewis <dihlewis@yahoo.co.uk>
34317         * icall.c: removed last of PAL calls, added System.Environment
34318         * file-io.h, file-io.c: MonoIO implementation
34319         * object.h, object.c: mono_string_to_utf16() now returns gunichar2*
34321 Tue Mar 26 19:56:10 CET 2002 Paolo Molaro <lupus@ximian.com>
34323         * appdomain.c: do not use the byte marker in ldstr table lookup.
34324         * debug-helpers.c: allow two ':' to separate class and method name.
34325         * object.c: allocate arrays bounds with the GC, too.
34326         * verify: add a few more checks.
34328 Tue Mar 26 18:45:46 CET 2002 Paolo Molaro <lupus@ximian.com>
34330         * reflection.c: output also literal strings. Allocate parameter data
34331         with GC_malloc() (thanks, Martin, for catching this!).
34333 2002-03-26  Martin Baulig  <martin@gnome.org>
34335         * debug-symfile.h (MonoDebugMethodInfo): Added `this_offset', don't
34336         include the `this' offset in the `param_offsets'.
34338 2002-03-25  Martin Baulig  <martin@gnome.org>
34340         * debug-symfile.c (mono_debug_update_symbol_file): Use a new
34341         mono_debug_get_class() function to get the classes. Added new
34342         relocation types for arrays and strings.
34343         (mono_debug_get_class): New static function to search in all
34344         referenced assemblies for a metadata token.
34346         * debug-symfile.h (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 7.
34348 Mon Mar 25 13:08:18 CET 2002 Paolo Molaro <lupus@ximian.com>
34350         * reflection.h, reflection.c: use a gc-safe hash for hash tables that
34351         hold gc-allocated objects. Make the string heap a stream like the
34352         others. Removed duplicated code when writing stream info.
34353         Added asserts to catch possible buffer overflows. Set the sorted map
34354         for tables that need sorting. Added some documentation.
34356 Mon Mar 25 13:04:56 CET 2002 Paolo Molaro <lupus@ximian.com>
34358         * appdomain.h, appdomain.c, class.c, object.c: use a GC-safe hash table 
34359         for interned strings and vtables.
34361 2002-03-24  Martin Baulig  <martin@gnome.org>
34363         * icall.c (ves_icall_Type_GetFields): Reverse the list before storing
34364         it in the array since it was created with g_slist_prepend().
34366 2002-03-24  Martin Baulig  <martin@gnome.org>
34368         * debug-symfile.c (mono_debug_local_type_from_signature): Renamed
34369         to ves_icall_Debugger_MonoSymbolWriter_get_local_type_from_sig().
34370         (mono_debug_method_from_token): Renamed to
34371         ves_icall_Debugger_MonoSymbolWriter_method_from_token().
34372         (ves_icall_Debugger_DwarfFileWriter_get_type_token): New interncall.
34374         * debug-symfile.c (MRT_type_sizeof, MRT_type_field_offset): New
34375         relocation types.
34377         * debug-symfile.h (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 6.
34379 2002-03-24  Martin Baulig  <martin@gnome.org>
34381         * debug-symfile.c (mono_debug_local_type_from_signature): New func.
34382         (mono_debug_method_from_token): New func.
34384         * icall.c (Mono.CSharp.Debugger.MonoSymbolWriter::get_local_type_from_sig):
34385         New interncall, calls mono_debug_local_type_from_signature().
34386         (Mono.CSharp.Debugger.MonoSymbolWriter::get_method): New interncall,
34387         calls mono_debug_method_from_token().
34389 2002-03-23  Martin Baulig  <martin@gnome.org>
34391         * unicode.c (ves_icall_iconv_get_char_count): The `count' argument
34392         specifies the number of bytes to be converted, not the array size.
34393         Return the number of chars, not the number of bytes.
34394         (ves_icall_iconv_get_chars): The `byteCount' argument
34395         specifies the number of bytes to be converted, not the array size.
34397 2002-03-23  Martin Baulig  <martin@gnome.org>
34399         * reflection.h (MonoReflectionSigHelper): New type.
34401         * reflection.c (mono_reflection_sighelper_get_signature_local),
34402         (mono_reflection_sighelper_get_signature_local): New functions.
34404         * icall.c (System.Reflection.Emit.SignatureHelper::get_signature_local),
34405         (System.Reflection.Emit.SignatureHelper::get_signature_field): New
34406         interncalls.
34408 2002-03-23  Martin Baulig  <martin@gnome.org>
34410         * rawbuffer.c (mono_raw_buffer_load_mmap): Use MAP_SHARED when
34411         is_writeable is set.
34412         (mono_raw_buffer_update): New function to write the modified map
34413         back to disk.
34415         * debug-symfile.h (MonoDebugSymbolFile): Added `raw_contents_size'.
34417         * debug-symfile.c (mono_debug_update_symbol_file): Call
34418         mono_raw_buffer_update() when done writing.
34420 2002-03-23  Martin Baulig  <martin@gnome.org>
34422         * debug-symfile.h (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 5.
34424         * debug-symfile.c: Added support for arguments and local variables.
34426 2002-03-23  Dick Porter  <dick@ximian.com>
34428         * debug-symfile.c: Remove extraneous 'include <elf.h>' that wasn't
34429         protected by ifdefs, hence breaking the w32 build.
34431 Thu Mar 21 17:35:01 CET 2002 Paolo Molaro <lupus@ximian.com>
34433         * object.c: implement is_interned() the right way.
34435 2002-03-21  Martin Baulig  <martin@gnome.org>
34437         * debug-symfile.[ch]: New files to handle debugging information
34438         files. There's also support to dynamically update these symbol
34439         files to include machine dependent information.
34441 2002-03-20  Dietmar Maurer  <dietmar@ximian.com>
34443         * threads.c (mono_thread_create): new function to create thread
34444         from C
34446 2002-03-20  Martin Baulig  <martin@gnome.org>
34448         * icall.c (ves_icall_InternalInvoke): Create a new object if the
34449         method is a constructor.
34450         (icall_map): Added "System.Reflection.MonoCMethod::InternalInvoke",
34451         points to ves_icall_InternalInvoke().
34453 2002-03-20  Dan Lewis <dihlewis@yahoo.co.uk>
34455         * file-io.c: Flush shouldn't throw exceptions.
34457 2002-03-19  Dan Lewis <dihlewis@yahoo.co.uk>
34459         * file-io.c: FileStream flush support; FileSetLength now
34460         restores file pointer.
34462 Tue Mar 19 18:17:21 CET 2002 Paolo Molaro <lupus@ximian.com>
34464         * class.c: set image for pointer classes.
34466 2002/03/19  Nick Drochak <ndrochak@gol.com>
34468         * sysmath.c: Forgot one.
34470 2002-03-18  Miguel de Icaza  <miguel@ximian.com>
34472         * sysmath.c: Avoid redefining existing names.
34474 2002-03-18  Dan Lewis <dihlewis@yahoo.co.uk>
34476         * sysmath.c, sysmath.h, icall.c, Makefile.am: math routines now
34477         handled by runtime as icall rather than dllimport from libm.so
34478         * file-io.c, file-io.h: fixed handle argument type.
34480 2002-03-18  Dick Porter  <dick@ximian.com>
34482         * reflection.c (mono_image_get_type_info): rename interface to
34483         iface, because of "#define interface struct" on windows.
34485 Sat Mar 16 19:18:38 CET 2002 Paolo Molaro <lupus@ximian.com>
34487         * class.c, class.h: rename and export mono_ptr_class_get().
34488         * metadata.c: support MONO_TYPE_ARRAY in MonoType compare.
34489         * reflection.c, reflection.h, icall.c: better/saner type name
34490         parsing and MonoType creation. Handle MONO_TYPE_ARRAY in
34491         method signatures.
34493 2002-03-14  Dietmar Maurer  <dietmar@ximian.com>
34495         * class.c (mono_class_init): removed hardcoded GHC_SLOT
34497         * icall.c (ves_icall_InternalInvoke): impl.
34499 Wed Mar 13 00:27:30 CET 2002 Paolo Molaro <lupus@ximian.com>
34501         * reflection.c: output the interface map table, too.
34503 2002-03-12  Dietmar Maurer  <dietmar@ximian.com>
34505         * class.c (class_compute_field_layout): separate computation of 
34506         static field layout
34508 2002-03-12  Dan Lewis <dihlewis@yahoo.co.uk>
34510         * icall.c: added System.Buffer support.
34511         * file-io.c: moved file icalls from PAL to FileStream.
34513 2002-03-12  Dietmar Maurer  <dietmar@ximian.com>
34515         * icall.c (ves_icall_System_Object_GetHashCode): impl.
34517 2002-03-11  Dietmar Maurer  <dietmar@ximian.com>
34519         * icall.c (ves_icall_System_ValueType_GetHashCode): impl.
34521 Mon Mar 11 14:45:42 CET 2002 Paolo Molaro <lupus@ximian.com>
34523         * verify.c, verify.h: moved here the corlib/runtime consistency checks.
34525 Mon Mar 11 11:12:23 CET 2002 Paolo Molaro <lupus@ximian.com>
34527         * debug-helpers.{c,h}: moved here from monograph some useful functions
34528         to locate a method by name/signature in a class or image. Included
34529         also a small and flexible IL disassembler.
34531 Fri Mar 8 16:29:29 CET 2002 Paolo Molaro <lupus@ximian.com>
34533         * reflection.c: fixup tokens in methods with small header size, too.
34535 2002-03-08  Dietmar Maurer  <dietmar@ximian.com>
34537         * object.c (mono_string_to_utf8): remove assert(!error), instead
34538         print a warning. 
34540 Thu Mar 7 18:55:15 CET 2002 Paolo Molaro <lupus@ximian.com>
34542         * icall.c: update to the new mono_Array_class_get interface.
34544 Thu Mar 7 17:23:26 CET 2002 Paolo Molaro <lupus@ximian.com>
34546         * appdomain.c, object.c: Boehm-GC enable.
34547         * icall.c: make get_data_chunk() support split data requests.
34548         Ensure a class is initialized in more cases. Return only the first
34549         property found in GetProperties() or the compiler gets confused. 
34550         Implemented GetEvents(). Temporary fix to GetType(), needs rewriting.
34551         * reflection.h, reflection.c: add fixup mechanism for field and method
34552         tokens. Initialize assembly->typeref in a single place. Output
34553         properties after events. Support custom attributes for events, too.
34554         Typo fix for paramter custom attrs.
34556 2002-03-07  Martin Baulig  <martin@gnome.org>
34558         * icall.c (ves_icall_System_Array_FastCopy): Small fix.
34560 2002-03-07  Dietmar Maurer  <dietmar@ximian.com>
34562         * class.c (mono_array_class_get): fix. for multi. dim. arrays
34564 2002-03-06  Martin Baulig  <martin@gnome.org>
34566         * icall.c (ves_icall_System_Array_CreateInstanceImpl): Make this work with
34567         non-zero lower bounds. See testcases #F10-#F13.
34569 2002-03-05  Martin Baulig  <martin@gnome.org>
34571         * exception.c (mono_get_exception_argument_out_of_range): New exception.
34573         * icall.c (ves_icall_System_Array_GetValue): Moved actual implementation to
34574         ves_icall_System_Array_GetValue(), only calculate the absolute array position
34575         here.
34576         (ves_icall_System_Array_SetValue): Likewise.
34577         (ves_icall_System_Array_GetValueImpl): New interncall. Takes an array position
34578         as argument and does the actual work. This function is used when copying a
34579         multi-dimensional array.
34580         (ves_icall_System_Array_SetValueImpl): Almost completely rewrote this. It can
34581         now do all the widening conversions of value types.
34582         (ves_icall_System_Array_CreateInstanceImpl): Implemented.
34584 Tue Mar 5 18:14:01 CET 2002 Paolo Molaro <lupus@ximian.com>
34586         * class.c: remove some magic numbers and use the smbolic names,
34587         instead. Added init_events() to load event info at class init time.
34588         * metadata.h, metadata.c: added mono_metadata_events_from_typedef()
34589         and mono_metadata_methods_from_event().
34590         * reflection.h, reflection.c: added support for writing out the evnets
34591         related information.
34593 Mon Mar 4 20:32:43 CET 2002 Paolo Molaro <lupus@ximian.com>
34595         * reflection.h, icall.c: use a different method (GetInterfaces)
34596         to gather interface info and add isbyref, isprimitive and
34597         ispointer to the ves_icall_get_type_info() return value.
34599 Mon Mar 4 11:22:26 CET 2002 Paolo Molaro <lupus@ximian.com>
34601         * class.h: stared adding support for events.
34602         * icall.c: split find_members implementation. Added debug icall to get
34603         the address of an object.
34604         * reflection.c: handle TypeBuilders in mono_type_get_object().
34606 2002-03-01  Martin Baulig  <martin@gnome.org>
34608         * icall.c (ves_icall_System_Array_GetLength): This must throw an
34609         ArgumentOutOfRangeException(), not an ArgumentException().
34610         (ves_icall_System_Array_GetLowerBound): Likewise.
34611         (ves_icall_System_Array_GetValue): Improved argument checking.
34612         (ves_icall_System_Array_SetValue): Improved argument checking.
34614 2002-03-01  Martin Baulig  <martin@gnome.org>
34616         * icall.c (ves_icall_System_Array_GetValue): Raise an exception when
34617         called with invalid arguments rather than just dying with g_assert().
34618         (ves_icall_System_Array_SetValue): Likewise.
34619         (ves_icall_System_Array_CreateInstanceImpl): Don't g_assert_not_reached(),
34620         raise a NotImplementedException instead.
34621         (ves_icall_System_Array_GetLength): Added argument checking.
34622         (ves_icall_System_Array_GetLowerBound): Added argument checking.
34624 2002-03-01  Dietmar Maurer  <dietmar@ximian.com>
34626         * object.h (mono_assert): new macros mono_assert and
34627         mono_assert_not_reached
34629 2002-02-28  Martin Baulig  <martin@gnome.org>
34631         * icall.c: Rename "System::String::Intern" to "System::String::_Intern"
34632         and "System::String::IsInterned" to "System::String::_IsInterned".
34634 Thu Feb 28 19:19:35 CET 2002 Paolo Molaro <lupus@ximian.com>
34636         * icall.c: remove hacks for typebuilder. Added icall to create a
34637         modified type from a tybebuilder.
34638         * reflection.c: removed hacks for TypeBuilder. Create also a MonoImage
34639         in mono_image_basic_init (). Added mono_reflection_setup_internal_class ()
34640         to create a backing MonoClass for a TypeBuilder.
34642 Thu Feb 28 15:35:51 CET 2002 Paolo Molaro <lupus@ximian.com>
34644         * class.c, class.h: more refactoring of class init.
34645         Export mono_class_setup_mono_type() and mono_class_setup_parent().
34647 Thu Feb 28 12:33:41 CET 2002 Paolo Molaro <lupus@ximian.com>
34649         * marshal.c, marshal.h: start of marshaling interface.
34651 Wed Feb 27 22:15:17 CET 2002 Paolo Molaro <lupus@ximian.com>
34653         * icall.c: fix order in assembly qualified name icall.
34655 Wed Feb 27 18:45:03 CET 2002 Paolo Molaro <lupus@ximian.com>
34657         * class.c: do not free str, since we store it in the hash table.
34658         * reflection.h: add label field to MonoILExceptionInfo.
34659         * reflection.c: handle references to more than one assembly. Handle
34660         case when there isn't a module created in the assembly.
34662 Wed Feb 27 12:35:10 CET 2002 Paolo Molaro <lupus@ximian.com>
34664         * class.c: Fix typo. Start refactoring of class init code.
34666 Wed Feb 27 12:23:00 CET 2002 Paolo Molaro <lupus@ximian.com>
34668         * appdomain.c: exit with 1 on error.
34669         * class.c: we already have the name in MonoClassField.
34670         * image.c, image.h, metadata.c, pedump.c: use directly a pointer in
34671         MonoStreamHeader instead of an offset of image->raw_metadata.
34673 2002-02-26  Miguel de Icaza  <miguel@ximian.com>
34675         * appdomain.c (mono_init): Be even more descriptive about the error.
34677 Tue Feb 26 16:18:07 CET 2002 Paolo Molaro <lupus@ximian.com>
34679         * appdomain.c: give the user an informative message when corlib can't
34680         be loaded.
34682 2002-02-26  Martin Baulig  <martin@gnome.org>
34684         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData):
34685         New icall to get the time zone data.
34687 Mon Feb 25 15:51:51 CET 2002 Paolo Molaro <lupus@ximian.com>
34689         * reflection.c: set virtual and raw size of section correctly.
34690         * threads.c: transfer domain information to newly created threads.
34692 Fri Feb 22 18:55:57 CET 2002 Paolo Molaro <lupus@ximian.com>
34694         * class.c: when instancing a class in a domain, load the default
34695         vaules for static fields from the constant table. Fix System.Enum to
34696         not be an enum.
34697         * icall.c: implement Object::GetType() internalcall. Implemented
34698         MonoField::GetValue() internalcall. Avoid SEGV in search_method().
34699         Fixed checking of binding flags in find_members().
34700         * metadata.c, metadata.h: introduce mono_metadata_type_hash().
34701         * reflection.c: handle enumerations when writing to the constant
34702         table. Use a different object cache for types.
34705 2002-02-22  Dietmar Maurer  <dietmar@ximian.com>
34707         * object.c (mono_object_isinst): fix for arrays
34709         * icall.c (ves_icall_type_is_subtype_of): fix for 2 interfaces
34711 Thu Feb 21 21:00:13 CET 2002 Paolo Molaro <lupus@ximian.com>
34713         * object.c: don't use mprotect ()  and fix intern pool hash table
34714         lookup for big endian systems.
34716 Thu Feb 21 19:30:29 CET 2002 Paolo Molaro <lupus@ximian.com>
34718         * icall.c: change type_is_subtype_of () signature.
34720 2002-02-21  Mark Crichton  <crichton@gimp.org>
34722         * rand.c, rand.h: Added random number generator for
34723         System.Security.Cryptography classes.
34725         * exception.c, exception.h: Added mono_get_exception_not_implemeted.
34727         * icall.c: Added System.Security.Cryptography calls.
34729 Thu Feb 21 16:45:34 CET 2002 Paolo Molaro <lupus@ximian.com>
34731         * class.c, icall.c, metadata.c: better support for pointer types.
34732         Create a class for them as suggested by dietmar. Fix TYPE_ARRAY class.
34733         * reflection.c: Add support for getting custom attrs for properties
34734         and simplify some code.
34736 Wed Feb 20 22:20:29 CET 2002 Paolo Molaro <lupus@ximian.com>
34738         * icall.c: change getToken () and add custom attribute GetBlob()helper
34739         method.
34740         * reflection.h: add custom attrs array to the reflection builder structures.
34741         * reflection.c: encode and emit custom attributes for all the relevant
34742         reflection objects. Cache fieldref and methodref tokens. Change
34743         mono_image_create_token() interface to take a MonoDynamicAssembly.
34744         More complete custom attributes decoder. Load custom attributes for
34745         Assembly, Field, Method and Constructor objects, too. Make the
34746         returned array an Attribute[] one, not object[]. Added
34747         mono_reflection_get_custom_attrs_blob() to encode the arguments of a
34748         custom attribute constructor.
34750 2002-02-20  Dick Porter  <dick@ximian.com>
34752         * icall.c:
34753         * rawbuffer.c:
34754         * socket-io.c: Windows portability fixes (sometimes just ifdeffing
34755         problem code out for now).
34757 2002-02-19  Radek Doulik  <rodo@ximian.com>
34759         * object.c (mono_ldstr): use hash table to avoid multiple swapping
34761 Tue Feb 19 20:23:11 CET 2002 Paolo Molaro <lupus@ximian.com>
34763         * icall.c: register the GetCustomAttributes method.
34764         * object.c, object.h: add mono_string_new_len ().
34765         * reflection.h, reflection.c: added mono_runtime_invoke(),
34766         mono_install_runtime_invoke(). Added
34767         mono_reflection_get_custom_attrs () to load custom attributes and
34768         create the attribute objects.
34770 2002-02-19  Dick Porter  <dick@ximian.com>
34771         * threads-dummy-types.c:
34772         * threads-dummy-types.h:
34773         * threads-dummy.c:
34774         * threads-dummy.h:
34775         * threads-pthread-types.c:
34776         * threads-pthread-types.h:
34777         * threads-pthread.c:
34778         * threads-pthread.h:  Deleted obsolete files
34780 2002-02-19  Dietmar Maurer  <dietmar@ximian.com>
34782         * class.c (mono_class_vtable): runtime init the class when we
34783         allocate static class data.
34785         * icall.c (ves_icall_System_Array_SetValue): check for null values.
34787         * appdomain.c (mono_domain_transfer_object): impl. hack for Arrays
34788         and String - but we will need generic marshalling support in the
34789         future. 
34790         (mono_init): set the domain name in a ms compatible way
34792         * object.c (mono_string_new_utf16): bug fix: use char[] instead of
34793         String[].
34795 2002-02-18  Dietmar Maurer  <dietmar@ximian.com>
34797         * object.c (mono_array_clone): use alloca() instead of g_malloc  
34798         for sizes
34800         * appdomain.c (mono_domain_unload): impl.
34802 Mon Feb 18 15:52:20 CET 2002 Paolo Molaro <lupus@ximian.com>
34804         * appdomain.c, object.c: fix intern pool implementation.
34805         * class.c: fix alignment code.
34807 2002-02-16  Radek Doulik  <rodo@ximian.com>
34809         * icall.c (ves_icall_System_Enum_ToObject): in case of big endian
34810         and s2 > s1, just copy lower bytes to be compatible with little
34811         endian (i.e. 64bit value & 0xffffffff --> 32bit value)
34812         (ves_icall_System_Enum_ToObject): and likewise for s1 > s2
34814         * unicode.c (ves_icall_iconv_new_encoder): decide on big_endian,
34815         force big_endian to be 1 for big endian machines 
34816         (ves_icall_iconv_new_decoder): ditto
34818 2002-02-16  Jeffrey Stedfast  <fejj@ximian.com>
34820         * socket-io.c (convert_sockopt_level_and_name): If the system
34821         doesn't define SOL_IP or SOL_TCP, get them by hand using
34822         getprotobyname() and caching the values (because this could be a
34823         slow operation).
34824         (ves_icall_System_Net_Sockets_Socket_SetSocketOption_internal):
34825         Use the appropriate struct when the system does support it. Ie,
34826         not all systems have struct ip_mreqn so use struct ip_mreq when
34827         appropriate.
34829 Fri Feb 15 18:15:44 CET 2002 Paolo Molaro <lupus@ximian.com>
34831         * reflection.c: handle finally clauses.
34833 Fri Feb 15 15:06:33 CET 2002 Paolo Molaro <lupus@ximian.com>
34835         * socket-io.c: use g_snprintf() instead of snprintf.
34837 2002-02-14  Jeffrey Stedfast  <fejj@ximian.com>
34839         * reflection.c (mono_param_get_objects): Cast second argument to
34840         mono_method_get_param_names to a const char** to silence the
34841         compiler warning.
34843         * appdomain.c (mono_domain_assembly_open): Put parens around the
34844         truth statement in the for-loop.
34846         * unicode.c (iconv_convert): Got rid of a compiler warning about
34847         int i being unused when the system has a new iconv.
34848         (iconv_get_length): Same.
34850         * image.c (load_class_names): Cast the second argument to
34851         g_hash_table_insert() to char* to hush compiler warnings about the
34852         arg being a const.
34853         (mono_image_open): Same here.
34855         * socket-io.c: Don't conditionally include sys/filio.h or
34856         sys/sockio.h here anymore since we now get them from
34857         io-layer/io-layer.h
34858         (inet_pton): If the system doesn't support inet_aton, implement
34859         using inet_addr and also #define INADDR_NONE if it isn't defined
34860         by the system.
34862 Thu Feb 14 19:01:06 CET 2002 Paolo Molaro <lupus@ximian.com>
34864         * metadata.c, metadata.h: added function to get packing and size info
34865         of a typedef.
34866         * reflection.h, reflection.c: handle field RVA data. Save info about
34867         the table layout if needed. Assign typedef indexes to all the types
34868         before dumping the info about them to avoid forward reference problems.
34870 2002-02-14  Dietmar Maurer  <dietmar@ximian.com>
34872         * socket-io.c (convert_sockopt_level_and_name): ifdef
34873         SO_ACCEPTCONN because it is not defined on my system (old debian)
34875 Thu Feb 14 11:49:30 CET 2002 Paolo Molaro <lupus@ximian.com>
34877         * opcode.c: use stddef.h to get NULL.
34879 2002-02-14  Jeffrey Stedfast  <fejj@ximian.com>
34881         * socket-io.c: conditionally include sys/filio.h and sys/sockio.h
34882         for FIONBIO, FIONREAD and SIOCATMARK.
34883         (ves_icall_System_Net_Dns_GetHostByAddr_internal): SunOS doesn't
34884         define INADDR_NONE and besides, inet_addr() is deprecated and
34885         should not be used. Use inet_pton() instead - it also has the
34886         added bonus that it can easily handle IPv6 addresses as well.
34887         (inet_pton): Implement using inet_aton() ifndef HAVE_INET_PTON.
34889 Wed Feb 13 23:00:21 CET 2002 Paolo Molaro <lupus@ximian.com>
34891         * decimal.c: remove _MSC_VER conditional.
34893 2002-02-13  Dick Porter  <dick@ximian.com>
34895         * socket-io.c: 
34896         * icall.c: Internal calls for Blocking, Select, Shutdown,
34897         GetSocketOption and SetSocketOption
34899 Wed Feb 13 19:20:01 CET 2002 Paolo Molaro <lupus@ximian.com>
34901         * assembly.cs: better resolver: use it instead of some kludgy
34902         code.
34904 Wed Feb 13 18:25:55 CET 2002 Paolo Molaro <lupus@ximian.com>
34906         * reflection.c: the best way to speed-up the compiler is to avoid
34907         infinite loops.
34909 2002-02-13  Dietmar Maurer  <dietmar@ximian.com>
34911         * class.c (mono_class_vtable): changed the object layout
34912         (obj->vtable->class). 
34913         (mono_class_create_from_typespec): consider MONO_TYPE_PTR
34915 Tue Feb 12 20:06:01 CET 2002 Paolo Molaro <lupus@ximian.com>
34917         * assembly.c: look for assemblies in the assembly dir, too.
34919 Tue Feb 12 14:03:42 CET 2002 Paolo Molaro <lupus@ximian.com>
34921         * class.c: fix thinko in mono_class_from_type().
34923 Mon Feb 11 19:43:51 CET 2002 Paolo Molaro <lupus@ximian.com>
34925         * exception.h, exception.c: added TypeLoadException.
34926         * object.h, object.c: added mono_array_clone ().
34927         * icall.c: handle throwOnError in AssemblyGetType().
34928         Added Array.Clone().
34929         * opcode.h, opcode.c: use a single value for the opcode val.
34930         Compile fix for non-gcc compilers.
34932 Fri Feb 8 12:26:37 CET 2002 Paolo Molaro <lupus@ximian.com>
34934         * opcodes.c, opcodes.h: export interesting info about opcodes.
34936 2002-02-05  Dietmar Maurer  <dietmar@ximian.com>
34938         * object.h (MONO_CHECK_ARG, MONO_CHECK_ARG_NULL): new macro for
34939         icalls. 
34941         * class.c (class_compute_field_layout): set element_class for enums
34942         (mono_class_create_from_typedef): set element_class for normal classes
34944         * icall.c (ves_icall_System_Enum_get_value): impl.
34946         * class.c (mono_class_create_from_typedef): do not set valuetype
34947         flag for System.ValueType and System.Enum
34949 2002-02-04  Dietmar Maurer  <dietmar@ximian.com>
34951         * unicode.c (iconv_convert): fix big endian problem.
34953 Fri Feb 1 16:13:20 CET 2002 Paolo Molaro <lupus@ximian.com>
34955         * class.c: add asserts if we are ever going to scribble over memory.
34956         * socket-io.c: not all systems have AF_IRDA defined.
34958 2002-01-31  Dietmar Maurer  <dietmar@ximian.com>
34960         * class.c (class_compute_field_layout): do not consider static
34961         fields to compute alignment
34963 2002-01-25  Dietmar Maurer  <dietmar@ximian.com>
34965         * appdomain.c (mono_appdomain_get): impl.
34966         (ves_icall_System_AppDomain_ExecuteAssembly): impl.
34968 Thu Jan 24 12:59:23 CET 2002 Paolo Molaro <lupus@ximian.com>
34970         * icall.c: ignore "file://" prefix when loading an assembly.
34972 2002-01-23  Dick Porter  <dick@ximian.com>
34974         * socket-io.c:
34975         * icall.c:
34976         * Makefile.am: Added socket support
34978 2002-01-23  Miguel de Icaza  <miguel@ximian.com>
34980         * icall.c (ves_icall_appdomain_get_default_assemblies): put this
34981         code back.  This should return the assemblies that are loaded by
34982         the runtime on behalf of an application domain. 
34984         The current implementation is still broken, it just returns every
34985         assembly loaded, but until we get real applications domain this
34986         will do.
34988 2002-01-23  Dietmar Maurer  <dietmar@ximian.com>
34990         * icall.c (ves_icall_appdomain_get_cur_domain): runtime_init the
34991         AppDomain object.
34993 2002-01-23  Miguel de Icaza  <miguel@ximian.com>
34995         * icall.c (ves_icall_appdomain_get_cur_domain): Cache the value of
34996         the mono_class_from_name lookup.
34997         (ves_icall_get_parameter_info): ditto.
34998         (ves_icall_appdomain_get_assemblies, add_assembly): Implement new internal
34999         method.
35000         (ves_icall_System_Reflection_Assembly_get_code_base): Another new call.
35002 Tue Jan 22 22:43:47 CET 2002 Paolo Molaro <lupus@ximian.com>
35004         * class.c: load also nested classes on class init.
35005         System.ValueType instance methods gets passed boxed
35006         values, unless methods in derived classed that get a pointer to the
35007         data.
35008         * icall.c: use better name parsing code in GetType().
35009         * image.c, image.h: add mono_image_loaded ().
35010         * metadata.c, metadata.h: add mono_metadata_nesting_typedef ().
35011         * reflection.c, reflection.h: added mono_reflection_parse_type().
35013 2002-01-22  Veronica De Santis <veron78@interfree.it>
35015         * icall.c : Added mapping of internal calls for Manual and Auto reset events
35016         * threads.c : Added the implementation of internal calls for events
35017         * threads.h : Added prototypes of internal calls for events
35018         
35019 2002-01-21  Radek Doulik  <rodo@ximian.com>
35021         * icall.c (ves_icall_InitializeArray): swap bytes on big endians
35023 2002-01-21  Dietmar Maurer  <dietmar@ximian.com>
35025         * class.c (mono_class_init): set min_align to 1 (instead of 0)
35026         (mono_class_value_size): use min_align
35028 2002-01-20  Dick Porter  <dick@ximian.com>
35030         * threads.h:
35031         * threads.c: Replaced all instances of WapiHandle * with HANDLE,
35032         so it compiles on w32.
35034 2002-01-17  Dietmar Maurer  <dietmar@ximian.com>
35036         * metadata.c (mono_type_stack_size): impl.
35038         * class.c (mono_class_get_field): impl. memberref token
35040 2002-01-16 Veronica De Santis <veron78@@interfree.it>
35042         * icall.h : Added the internal calls mapping for CreateMutex_internal
35043                     and ReleaseMutex_internal.
35044         * threads.h : Added the prototype of mutexes internal calls.
35045         * threads.c : Added the implementations of mutexes internal calls.
35047 Tue Jan 15 22:47:57 CET 2002 Paolo Molaro <lupus@ximian.com>
35049         * metaparse.h: removed unused file.
35050         * reflection.c, reflection.h: added stream_data_align () function 
35051         to align data in streams and keep stream aligned. Add support for
35052         exception support in method headers.
35054 Tue Jan 15 19:42:50 CET 2002 Paolo Molaro <lupus@ximian.com>
35056         * unicode.c: make iconv_convert () return the number of bytess written
35057         in the output buffer.
35059 2002-01-15  Dick Porter  <dick@ximian.com>
35060         * threads.c: Make the runtime's idea of infinite timeouts coincide
35061         with the class library's
35063         Fix a particularly egregious bug in mono_thread_cleanup(). That
35064         code was so utterly bogus it must have been written on a Monday.
35066 Mon Jan 14 17:01:03 CET 2002 Paolo Molaro <lupus@ximian.com>
35068         * reflection.h: add subtypes field to TypeBuilder.
35069         * reflection.c: encode constants for literal fields.
35070         Handle subtypes. Fix user string token (and add a zero byte)
35071         at the end.
35072         
35073 2002-01-14  Dietmar Maurer  <dietmar@ximian.com>
35075         * class.c (mono_class_init): bug fix: assign slot numbers for
35076         abstract methods.
35078 Fri Jan 11 18:54:42 CET 2002 Paolo Molaro <lupus@ximian.com>
35080         * reflection.c: don't try to output a code RVA for abstract methods.
35081         Small fixes for method header format. Output parameter info to the
35082         ParamDef table. Save method overriding info to MethodImpl table.
35083         Fix property support. Allow typedef.extends to be a type in the
35084         building assembly.
35085         * verify.c: fix off-by-one error.
35087 Thu Jan 10 19:36:27 CET 2002 Paolo Molaro <lupus@ximian.com>
35089         * class.c: fix mono_class_from_mono_type () for szarray types.
35090         Remove unused cache check in mono_class_from_type_spec().
35091         * icall.c: *type_from_name () functions handle simple arrays and byref.
35092         * reflection.c: handle byref and szarray types. Handle methods without
35093         body (gets P/Invoke compilation working). Handle types and fields in
35094         get_token ().
35095         * reflection.h: add rank to MonoTypeInfo.
35097 2002-01-10  Dick Porter  <dick@ximian.com>
35099         * threads.c: Implemented WaitAll(), WaitAny() and WaitOne()
35100         internal calls
35102 Wed Jan 9 19:27:13 CET 2002 Paolo Molaro <lupus@ximian.com>
35104         * icall.c: initialize class in type_from_handle ().
35105         Loop also in parent classes for get_method ().
35106         * reflection.c: properly encode class and valuetype types.
35107         Start on encoding TypeBuilder types. Handle fieldrefs.
35108         Use correct length when registering a user string.
35109         Handle ConstructorBuilder and MonoMethod in get_token ().
35110         Make mono_type_get_object () aware of cached types.
35111         * object.c: back out change to mono_string_new ().
35113 Tue Jan 8 22:47:44 EST 2002 Matt Kimball <matt@kimball.net>
35114         * object.c: mono_string_new should return a NULL when the string 
35115         passed in is NULL -- not try to deference it.
35116         
35117 Sat Jan 5 15:48:04 CET 2002 Paolo Molaro <lupus@ximian.com>
35119         * icall.c: hack to make IsSubType work for TypeBuilders.
35120         * reflection.c: emit constructors before methods.
35121         Retrieve param names in mono_param_get_objects().
35123 2002/01/05  Nick Drochak  <ndrochak@gol.com>
35125         * Makefile.am: fix list of headers and sources so automake 1.5
35126         doesn't complain. Removed \# at end of list.
35128 Thu Jan 3 23:17:17 CET 2002 Paolo Molaro <lupus@ximian.com>
35130         * reflection.c: get token for a method ref. Set return type of
35131         constructor to void.
35132         * loader.c: debug message.
35133         * class.c: typo fix.
35135 Mon Dec 24 17:18:10 CET 2001 Paolo Molaro <lupus@ximian.com>
35137         * icall.c: fix array init with rank > 1. FindMembers
35138         loops in parent class as well.
35139         * image.c: do not insert nested types in name cache.
35140         * reflection.c: warning fix.
35141         * reflection.h: add override method (for interface impl).
35143 Mon Dec 24 16:16:56 CET 2001 Paolo Molaro <lupus@ximian.com>
35145         * metadata.c: fix customattr decoding.
35147 2001-12-21  Miguel de Icaza  <miguel@ximian.com>
35149         * rawbuffer.cs: Added native Win32 implementation, avoids using
35150         mmap on Cygwin.  This patch is from Dan Lewis (dihlewis@yahoo.co.uk)
35152 Thu Dec 20 20:11:26 CET 2001 Paolo Molaro <lupus@ximian.com>
35154         * class.c: make the low-level routines handle the cache.
35156 Thu Dec 20 15:20:35 CET 2001 Paolo Molaro <lupus@ximian.com>
35158         * image.c: fopen (file, "rb") ("David Dawkins" <david@dawkins.st>).
35160 Tue Dec 18 18:50:00 CET 2001 Paolo Molaro <lupus@ximian.com>
35162         * class.c: fix mono_array_element_size() for objects.
35163         * class.h, class.c: add properties to MonoClass and load them
35164         at init time.
35165         * icall.c: check with isinst() when assigning a value to an array
35166         instead of requiring the classes to match exactly.
35167         Implemented icall for System.Type::GetType().
35168         Implemented icalls to get ParameterInfo, ProprtyInfo and info about
35169         enums. Handle bindingflags when looking for methods and fields.
35170         * metadata.h, metadata.c: implemented mono_metadata_properties_from_typedef()
35171         and mono_metadata_methods_from_property().
35172         * reflection.h, reflection.c: added structures for propreties,
35173         parameters and enums. Implemented mono_property_get_object() and
35174         mono_param_get_objects().
35176 2001-12-18  Dick Porter  <dick@ximian.com>
35178         * file-io.c: Use mono_string_to_utf16() instead of
35179         mono_string_chars()
35181         * object.c: Added mono_string_to_utf16(), which copies the non
35182         NULL-terminated MonoString into a new double-null-terminated
35183         buffer.
35185 2001-12-17  Dietmar Maurer  <dietmar@ximian.com>
35187         * icall.c (ves_icall_System_DateTime_GetNow): added EPOCH adjustment
35189 2001-12-16  Dietmar Maurer  <dietmar@ximian.com>
35191         * file-io.c: raise exceptions if handle is invalid.
35193 Thu Dec 13 20:27:08 CET 2001 Paolo Molaro <lupus@ximian.com>
35195         * assembly.c: yet another check for mscorlib.
35196         * class.c, class.h: load nesting info for classes.
35197         * icall.c: many new functions to support the Reflection classes.
35198         * metadata.c, metadata.h: mono_metadata_nested_in_typedef() added.
35199         * reflection.h, reflection.c: mono_image_create_token(),
35200         mono_assembly_get_object(), mono_type_get_object(),
35201         mono_method_get_object(), mono_field_get_object(): methods to return
35202         objects that parallel the C representation of assemblies, types,
35203         methods, fields.
35205 2001-12-11  Dick Porter  <dick@ximian.com>
35207         * icall.c:
35208         * file-io.c: Internal calls for file IO.
35210 Thu Dec 6 16:21:30 CET 2001 Paolo Molaro <lupus@ximian.com>
35212         * tabledefs.h: missing FileAttributes.
35213         * verify.h, verify.c: use is_valid_string () to simplify and check for
35214         valid strings more correctly. Fix warnings and speeling.
35215         Check more tables: Filed, File, ModuleRef, StandAloneSig.
35216         Check code: branches, maxstack, method calls.
35218 2001-12-04  Dietmar Maurer  <dietmar@ximian.com>
35220         * object.c (mono_object_allocate): removed static, so that the jit
35221         can allocate value types.
35223         * icall.c (ves_icall_System_DateTime_GetNow): impl.
35225 Mon Dec 3 17:02:01 CET 2001 Paolo Molaro <lupus@ximian.com>
35227         * class.c: init enum types right away and register the
35228         token->MonoClass map in mono_class_create_from_typedef ().
35229         * verify.h, verify.c: first cut of the verifier.
35230         * pedump.c: add --verify switch to verify metadata tables.
35231         * tabledefs.h: add some missing enums.
35233 2001-11-30  Dietmar Maurer  <dietmar@ximian.com>
35235         * class.c (mono_install_runtime_class_init): impl.
35236         (mono_class_init): renamed mono_class_metadata_init to
35237         mono_class_init, also removed the metadata_inited flag
35239         * object.c (mono_object_isinst): use faster algorithm
35241 2001-11-30  Radek Doulik  <rodo@ximian.com>
35243         * mono-endian.h: reverted last change
35244         added function prototypes
35246         * Makefile.am (libmetadata_a_SOURCES): reverted my last change and
35247         add mono-endian.c back
35249         * mono-endian.c: returned back, as Paolo pointed out, it's needed
35250         for unaligned access, I've mistaked it with endianess. I am
35251         sorry.
35252         (mono_read16): fix reverted endianess
35253         (mono_read64): ditto
35254         (mono_read32): ditto
35256 2001-11-30  Dick Porter  <dick@ximian.com>
35258         * exception.c: Implement mono_exception_from_name()
35260 Fri Nov 30 12:01:02 CET 2001 Paolo Molaro <lupus@ximian.com>
35262         * metadata.h, metadata.c: remove params_size and locals_size and their
35263         calculation from the metadata code: they are only usefult to the
35264         interp.
35266 2001-11-29  Radek Doulik  <rodo@ximian.com>
35268         * object.c (mono_ldstr): swap bytes here, it's probably not the
35269         best place, but works for me now, I'll redo it once I know mono
35270         better, also note that I add PROT_WRITE and don't reset back, also
35271         note that it's only affects big endians, so x86 should be OK
35273         * mono-endian.h (read16): use just glib macros for both endians
35275         * mono-endian.c: removed as glib macros are used in in
35276         mono-endian.h so we don't need to care about endianess for read
35277         macros as glib does that for us already
35279 Thu Nov 29 18:20:58 CET 2001 Paolo Molaro <lupus@ximian.com>
35281         * class.h, class.h: take minimum alignment into consideration so
35282         that the fields of a class remain aligned also when in an array.
35284 Tue Nov 27 16:39:01 CET 2001 Paolo Molaro <lupus@ximian.com>
35286         * loader.h, loader.c: add mono_method_get_param_names().
35287         * class.c: 0-init class fields.
35289 2001-11-26  Dick Porter  <dick@ximian.com>
35291         * icall.c:
35292         * threads-types.h:
35293         * threads.c: New file that handles System.Threading on all platforms
35295         * object.c: 
35296         * object.h: Remove the synchronisation struct from MonoObject,
35297         replace it with a pointer that gets initialised on demand
35299         * Makefile.am: Replace all the system-specific threading code with
35300         a single file that uses the new wrapper library
35302 Mon Nov 19 11:37:14 CET 2001 Paolo Molaro <lupus@ximian.com>
35304         * class.c, class.h: add mono_install_trampoline() so that the runtime
35305         can register a function to create a trampoline: removes the ugly
35306         requirement that a runtime needed to export arch_create_jit_trampoline.
35307         * object.h, object.c: added mono_install_handler() so that the runtime
35308         can install an handler for exceptions generated in C code (with
35309         mono_raise_exception()). Added C struct for System.Delegate.
35310         * pedump.c: removed arch_create_jit_trampoline.
35311         * reflection.c: some cleanups to allow registering user strings and
35312         later getting a token for methodrefs and fieldrefs before the assembly
35313         is built.
35314         * row-indexes.h: updates and fixes from the new ECMA specs.
35316 Thu Nov 15 17:44:49 CET 2001 Paolo Molaro <lupus@ximian.com>
35318         * class.h, class.c: add enum_basetype field to MonoClass.
35319         * metadata.h, metadata.c: add mono_metadata_get_constant_index()
35320         to get index in the constant table reated to a field, param or
35321         property.
35322         * reflection.h, reflection.c: handle constructors. Set public-key and
35323         version number of the built assembly to 0.
35324         * row-indexes.h: update from new ECMA spec.
35326 Wed Nov 14 19:26:06 CET 2001 Paolo Molaro <lupus@ximian.com>
35328         * class.h, class.c: add a max_interface_id to MonoClass.
35329         * icall.c: rename my_mono_new_object() to my_mono_new_mono_type()
35330         since it's used to do that. Added mono_type_type_from_obj().
35331         Make GetType() return NULL instead of segfaulting if the type was not
35332         found. Handle simple arrays in assQualifiedName.
35333         * object.h: add a struct to represent an Exception.
35334         * reflection.c: output call convention in method signature.
35335         Add code to support P/Invoke methods and fixed offsets for fields.
35337 Mon Nov 12 12:41:32 CET 2001 Paolo Molaro <lupus@ximian.com>
35339         * decimal.c, decimal.h: mono_double2decimal() get the sign bit from
35340         the value.
35341         * icall.c: use mono_array_addr instead of array->vector: fixes the
35342         reflection image writing.
35343         * reflection.c: init call convention byte to 0 in method signature.
35344         Encode the property signature. Don't output property-related methods
35345         twice. Really process the properties for a type (don't cast a field to
35346         a property, my mom always told me that).
35347         Fix 64 bit issues in pointer alignment in a different and more
35348         readable way.
35350 2001-11-10  Sean MacIsaac  <macisaac@ximian.com>
35352         * loader.h: Removed type class from MonoDefaults, added monotype
35354         * loader.c: Loaded MonoType, removed loading of Type
35356         * icall.c (my_mono_new_object): Now returns a System.MonoType,
35357         and fills in System.Type._impl with a RuntimeTypeHandle rather
35358         than the actual MonoClass *
35360         (ves_icall_type_from_handle): change from type_class to
35361         monotype_class
35363         (ves_icall_System_Runtime_InteropServices_Marshal_ReadIntPtr):
35364         implemented
35366         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringAuto):
35367         implemented
35369         (ves_icall_System_Reflection_Assembly_LoadFrom): implemented
35371         (ves_icall_System_Reflection_Assembly_GetType): implemented
35373         (ves_icall_System_MonoType_assQualifiedName): implemented
35375         (ves_icall_System_PAL_OpSys_GetCurrentDirecotry): implemented
35377 2001-11-09  Miguel de Icaza  <miguel@ximian.com>
35379         * assembly.c (mono_assembly_open): Implement a cache for the
35380         assemblies. 
35382         (mono_assembly_close): only destroy the assembly when the last
35383         reference is gone.
35384         
35385 2001-11-09  Dick Porter  <dick@ximian.com>
35387         * Makefile.am (pedump_LDADD): Don't need THREAD_LIBS any more
35389 2001-11-09  Dietmar Maurer  <dietmar@ximian.com>
35391         * class.c (mono_class_metadata_init): bug fix: compute the right slot
35393 Fri Nov 9 15:48:02 CET 2001 Paolo Molaro <lupus@ximian.com>
35395         * icall.c, decimal.h, decimal.c: integrated decimal internalcalls
35396         from Martin Weindel.
35397         * object.h: add mono_string_chars ().
35399 2001-11-07  Miguel de Icaza  <miguel@ximian.com>
35401         * reflection.c (build_compressed_metadata): Eliminates warnings
35402         and uses 64-bit clean code.
35404         * metadata.c (mono_type_hash): Change signature to eliminate warnings.
35405         (mono_type_equal): Change signature to eliminate warnings.
35407 Wed Nov 7 15:40:01 CET 2001 Paolo Molaro <lupus@ximian.com>
35409         * icall.c, loader.c: remove the internalcall array constructors.
35410         Changes to match the new MonoArray structure.
35411         * object.h, object.c: an array object doesn't allocate an extra
35412         vector. Add mono_array_new_full () to create jagged arrays easily.
35414 Mon Nov 5 19:51:06 CET 2001 Paolo Molaro <lupus@ximian.com>
35416         * metadata.h, metadata.c: add mono_metadata_field_info () to
35417         retreive all the info about a field from vairous tables.
35418         * icall.c: implement S.Runtime.CServices::InitializeArray () icall.
35419         * class.h, class.c: augment MonoClassField with more info.
35420         Implemented mono_ldtoken for fields. Implemented ExplicitLayout
35421         policy and load a field's RVA if needed.
35423 2001-11-05  Dietmar Maurer  <dietmar@ximian.com>
35425         * class.c (mono_class_metadata_init): create a trampoline for all
35426         virtual functions instead of actually compiling them.
35428 Fri Nov 2 19:37:51 CET 2001 Paolo Molaro <lupus@ximian.com>
35430         * class.h, class.c: include name in MonoClassField.
35431         * class.c: fix fundamental type of System.Object and System.String.
35432         Set the right fundamental type for SZARRAY, too. Handle TypeSpec
35433         tokens in ldtoken.
35434         * icall.c: remove internalcalls for the Reflection stuff that is now
35435         done in C# code.
35436         * loader.c: mono_field_from_memberref () implementation.
35437         * mono-endian.c: thinko (s/struct/union/g).
35438         * object.c, object.h: make the mono_string_* prototypes actually use
35439         MonoString instead of MonoObject.
35440         * reflection.c, reflection.h: updates for changes in the reflection
35441         code in corlib: we use C structures that map to the actual C# classes.
35442         Handle SZARRAYs when encoding types. Handle locals in methods. Use a
35443         fat method header if needed and use the info from the ILGenerator for
35444         methods. Handle fields in types. Misc fixes.
35446 2001-10-17  Dietmar Maurer  <dietmar@ximian.com>
35448         * class.c (mono_class_metadata_init): bug fix: always allocate
35449         space for static class data
35451 2001-10-25  Dietmar Maurer  <dietmar@ximian.com>
35453         * class.c (mono_compute_relative_numbering): use relative
35454         numbering to support fast runtime type checks.
35456 2001-10-17  Sean MacIsaac  <macisaac@ximian.com>
35458         * class.c (mono_class_create_from_typeref): added debugging output
35459         to print class name when MonoDummy is returned instead of real class
35461 2001-10-15  Dietmar Maurer  <dietmar@ximian.com>
35463         * class.c (mono_class_metadata_init): interface offset table now
35464         contains pointers into the vtable - this is more efficient for the jit
35466 2001-10-12  Dietmar Maurer  <dietmar@ximian.com>
35468         * class.c (mono_class_metadata_init): use a temporary vtable (the
35469         old algorithm only worked for the interpreter, but not for the jit)
35471 2001-10-11  Dietmar Maurer  <dietmar@ximian.com>
35473         * loader.c (method_from_memberref): use mono_class_get to get the
35474         class of an array instead of using System.Array directly.
35475         (mono_get_method): also add MEMBERREF methods to the method cache
35476         which usefull for arrays.
35478 2001-10-10  Dietmar Maurer  <dietmar@ximian.com>
35480         * pedump.c (arch_compile_method): added to compute vtable entry
35482         * metadata.c (mono_metadata_interfaces_from_typedef): also return the
35483         number of interfaces.
35484         
35485         * class.h: merged MonoArrayClass into MonoClass
35487         * class.c (mono_class_create_from_typedef): compute the vtable size and
35488         allocate space to include the vtable inside MonoClass
35489         (mono_class_metadata_init): initialize the vtable
35491 Mon Oct 8 16:12:38 CEST 2001 Paolo Molaro <lupus@ximian.com>
35493         * metadata.c, metadata.h: use MonoArrayType to describe the shape of an array.
35494         Guard against calling bsearch with a NULL pointer (pointed out by Laurent Rioux, smoux).
35495         * image.c: endian fixes by Laurent Rioux.
35496         * object.h, object.c: rename MonoStringObject to MonoString and
35497         MonoArrayObject to MonoArray. Change some function names to conform to
35498         the style mono_<object>_<action>. mono_string_new_utf16 () takes a
35499         guint16* as first argument, so don't use char*.
35500         Provide macros to do the interesting things on arrays in a portable way.
35501         * threads-pthread.c: updates for the API changes and #include <sched.h>
35502         (required for sched_yield()).
35503         * icall.c: updates for the API changes above.
35504         * Makefile.am, mono-endian.c. mono-endian.h: include unaligned read routines for
35505         platforms that need them.
35507 Mon Oct 8 10:43:23 CEST 2001 Paolo Molaro <lupus@ximian.com>
35509         * class.c: set the correct type for all the fundamental
35510         type when loading the class.
35512 2001-10-05  Dick Porter  <dick@ximian.com>
35514         * threads-pthread.c (pthread_mutex_timedlock): Simple
35515         compatibility version for C libraries that lack this call.
35517 Thu Oct 4 19:10:30 CEST 2001 Paolo Molaro <lupus@ximian.com>
35519         * class.c: MonoTypes stored in MonoClass are stored as
35520         fundamental MonoTypes when the class represents a
35521         fundamental type (System.Int32, ...).
35522         The TypeHandle return by ldtoken is a MonoType*.
35523         * icall.c: ves_icall_get_data_chunk () write out all the
35524         PE/COFF stuff. Implement ves_icall_define_method (),
35525         ves_icall_set_method_body (), ves_icall_type_from_handle ().
35526         * image.c: properly skip unknown streams.
35527         * loader.h, loader.c: add type_class to mono_defaults.
35528         * metadata.c, metadata.h: export compute_size () as
35529         mono_metadata_compute_size () with a better interface.
35530         Typo and C&P fixes.
35531         * pedump.c: don't try to print the entry point RVA if there is no entry point.
35532         * reflection.c, reflection.h: many cleanups, fixes, output method
35533         signatures and headers, typedef and typeref info, compress the metadata
35534         tables, output all the heap streams, cli header etc.
35535         * row-indexes.h: typo fixes.
35537 2001-10-04  Dick Porter  <dick@ximian.com>
35539         * object.h: Add a synchronisation mutex struct to MonoObject
35541         * object.c (mono_new_object): Initialise the object
35542         synchronisation mutexes
35544         * icall.c: System.Threading.Monitor internal calls
35545         
35546         * threads-pthread.h:
35547         * threads-pthread.c: System.Threading.Monitor internal calls
35549         * threads-types.h: New file, includes the system-specific thread
35550         structures
35551         
35552         * threads-pthread-types.h:
35553         * threads-pthread-types.c: New files, handle pthread-specific
35554         synchronisation types
35556         * threads-dummy-types.h: 
35557         * threads-dummy-types.c: New files of dummy support for
35558         thread-specific types
35560         * metadata.c:
35561         * image.c:
35562         * pedump.c: include mono-endian.h not endian.h
35563         
35564         * Makefile.am: More threads files.
35565         Name mono-endian.h not endian.h
35567 Tue Oct 2 20:33:48 CEST 2001 Paolo Molaro <lupus@ximian.com>
35569         * Makefile.am, reflection.h, reflection.c: move here the reflection related 
35570         stuff and implement a few more bits.
35571         * icall.c: a field needs to be dereferenced twice. Do not use the same
35572         name for two variables in the same scope.
35573         * image.c, image.h: cleanups.
35575 2001-10-02  Dietmar Maurer  <dietmar@ximian.com>
35577         * class.c (mono_class_metadata_init): bug fix: compute the right size
35579 Mon Oct 1 20:43:57 CEST 2001 Paolo Molaro <lupus@ximian.com>
35581         * icall.c: implemented some of the Reflection internalcalls.
35582         * image.c, image.h: start writing out the PE/COFF image.
35583         * metadata.h, metadata.c: implement mono_metadata_encode_value ()
35584         that does the reverse than decode_blob_size ().
35585         * object.c: use mono_metadata_encode_value (). Move here
35586         temporary implementation of mono_string_to_utf8 ().
35587         * rawbuffer.c: make malloc_map static.
35589 Fri Sep 28 19:26:30 CEST 2001 Paolo Molaro <lupus@ximian.com>
35591         * metadata.c: fix type comparison for arrays.
35592         * loader.h, loader.c: half-assed fix to get more tests work in cygwin.
35593         Added a couple of new classes to monodefaults.
35594         * icall.c: added a couple of Reflection-related internalcalls.
35595         * class.h, class.c: implemented mono_ldtoken () for RuntimeTypeHandles.
35596         Added a byval_arg MonoType to MonoClass.
35598 2001-09-28  Dick Porter  <dick@ximian.com>
35600         * icall.c:
35601         * threads-pthread.h: 
35602         * threads-pthread.c: Implemented internal calls for
35603         LocalDataStoreSlot operations.  Applied mutexes around all shared
35604         data.  Reworked the thread creation and Start() operations to
35605         avoid a race condition.
35606         
35607         * threads-dummy.h:
35608         * threads-dummy.c: Dummy calls for the LocalDataStoreSlot operations
35610 Thu Sep 27 21:45:55 CEST 2001 Paolo Molaro <lupus@ximian.com>
35612         * rawbuffer.c: disable mmap on cygwin since it seems to be broken there.
35614 Thu Sep 27 19:52:11 CEST 2001 Paolo Molaro <lupus@ximian.com>
35616         * class.c, loader.c: warn and return NULL instead of erroring out.
35617         * icall.c: added System.AppDomain::getCurDomain().
35618         * loader.c: we don't need to lookup the typedef again for p/invoke calls.
35620 2001-09-25  Dick Porter  <dick@ximian.com>
35622         * threads-pthread.h:
35623         * threads-pthread.c: Implemented timed thread joining and added
35624         System.Threading.Thread::Join_internal internal call
35626         * icall.c: Added System.Threading.Thread::Join_internal internal call
35628         * threads-dummy.h:
35629         * threads-dummy.c: Dummy calls for System.Thread.Thread::Join_internal
35631 Mon Sep 24 18:56:59 CEST 2001 Paolo Molaro <lupus@ximian.com>
35633         * object.c, object.h: added mono_ldstr (), mono_string_is_interned () and
35634         mono_string_intern () to implement the semantics of the ldstr opcode
35635         and the interning of System.Strings.
35636         * icall.c: provide hooks to make String::IsIntern and String::Intern
35637         internalcalls.
35639 2001-09-23  Dick Porter  <dick@ximian.com>
35641         * threads-dummy.c: 
35642         * threads-dummy.h: New files of dummy threading routines
35644         * Makefile.am (THREAD_SOURCE): Arrange to compile different thread
35645         support code based on system specifics
35647         Rename PTHREAD_LIBS to THREAD_LIBS
35648         
35649 2001-09-23  Dick Porter  <dick@ximian.com>
35651         * threads-pthread.c: Implement the System.Threading.Thread::Sleep,
35652         Schedule (called when asked to Sleep for 0 ms) and CurrentThread
35653         internal calls.
35654         (mono_thread_init): Set up a Thread object instance to return when
35655         the main thread calls Thread.CurrentThread
35656         (mono_thread_cleanup): Wait for all subthreads to exit
35658         * icall.c: New internal calls for System.Threading.Thread::Sleep
35659         (including Schedule) and CurrentThread
35661         * threads.h: New file, to insulate thread-specific stuff from the
35662         rest of the code
35664 2001-09-21  Dick Porter  <dick@ximian.com>
35666         * threads-pthread.h: 
35667         * threads-pthread.c: New file, for handling pthreads-style
35668         threading support.  Start() now starts a new thread and executes
35669         the ThreadStart delegate instance.
35671         * icall.c: Added the internalcall for
35672         System.Threading.Thread::Start_internal
35674         * Makefile.am: Added new files, and PTHREADS_LIBS to the link line
35676 Thu Sep 20 19:37:39 CEST 2001 Paolo Molaro <lupus@ximian.com>
35678         * loader.c: work around the different signatures for delegates
35679         constructors csc generates in compiled code vs the ones compiled in mscorlib.
35681 Tue Sep 18 13:16:32 CEST 2001 Paolo Molaro <lupus@ximian.com>
35683         * class.h, class.c: add mono_class_get_field_from_name ().
35684         * *: Fix C comments and other ANSI C issues.
35686 Mon Sep 10 20:21:34 CEST 2001 Paolo Molaro <lupus@ximian.com>
35688         * endian.h, assembly.c: fix some endianness issues.
35690 Fri Sep 7 18:40:40 CEST 2001 Paolo Molaro <lupus@ximian.com>
35692         * loader.h, load.c: add delegate_class to mono_defaults.
35693         Handle runtime provided methods in mono_get_method ().
35695 2001-08-29  Dietmar Maurer  <dietmar@ximian.com>
35697         * loader.c (mono_get_method): use pinvoke for internal call
35699         * icall.c: use pinvoke for internal call
35701         * loader.c (method_from_memberref): set the method name
35703 Wed Aug 29 12:43:41 CEST 2001 Paolo Molaro <lupus@ximian.com>
35705         * metadata.c: help the compiler generate better code for
35706         mono_class_from_mono_type ().
35708 2001-08-28  Dietmar Maurer  <dietmar@ximian.com>
35710         * class.c (mono_class_metadata_init): delayed computing of the
35711         class size to mono_class_metadata_init ()
35713 Tue Aug 28 15:47:15 CEST 2001 Paolo Molaro <lupus@ximian.com>
35715         * class.c, class.h: add an interfaces member to MonoClass.
35716         * image.c, image.h: add assembly_name field to MonoImage
35717         from the assembly table.
35718         * metadata.c, metadata.h: add mono_metadata_interfaces_from_typedef ().
35720 Mon Aug 27 20:12:01 CEST 2001 Paolo Molaro <lupus@ximian.com>
35722         * class.c: Handle Array in mono_class_from_mono_type ().
35723         * metadata.c, pedump.c: some endian fixes.
35725 Mon Aug 27 15:23:23 CEST 2001 Paolo Molaro <lupus@ximian.com>
35727         * class.c, loader.c, loader.h: More types handled in mono_class_from_mono_type ().
35728         * metadata.c: fix small problem introduced with the latest commit.
35730 Mon Aug 27 12:17:17 CEST 2001 Paolo Molaro <lupus@ximian.com>
35732         * loader.c, metadata.c, metadata.h: Export mono_metadata_type_equal().
35733         We don't need a MonoMetadata pointer anymore to compare signatures in
35734         mono_metadata_signature_equal (), update callers.
35735         Reduced memory usage an number of allocations for MonoMethodHeader and
35736         MonoMethodSignature.
35738 Sun Aug 26 23:03:09 CEST 2001 Paolo Molaro <lupus@ximian.com>
35740         * metadata.c: added compare for szarray.
35742 Sun Aug 26 11:34:24 CEST 2001 Paolo Molaro <lupus@ximian.com>
35744         * class.h, class.c, loader.h, loader.c: export mono_class_from_mono_type ()
35745         and add a couple more types to it and mono_defaults. Give an hint on
35746         classes that need implementing in our corlib and are referenced
35747         in mscorlib.
35749 Sat Aug 25 12:52:54 CEST 2001 Paolo Molaro <lupus@ximian.com>
35751         * class.h, class.c: keep track if a class is also an Enum.
35752         * loader.c: Implement a couple more types for use in libffi
35753         marshalling. Gives better diagnostics when failing to dlopen
35754         a library. Set method->klass for P/Invoke methods, too.
35756 Fri Aug 24 19:30:25 CEST 2001 Paolo Molaro <lupus@ximian.com>
35758         * class.c, class.h: add a MonoType this_arg to MonoClass that
35759         represents a pointer to an object of the class' type that
35760         can be used by the interpreter and later the type cache.
35761         Add best guess alignment info for valuetype objects.
35763 Fri Aug 24 15:50:31 CEST 2001 Paolo Molaro <lupus@ximian.com>
35765         * metadata.h, metadata.c, class.h, class.c: squeezed MonoParam
35766         into MonoType: one less level of indirection and allocation and
35767         simplifies quite a bit of code. Added cache for MonoTypes that are
35768         used frequently, so that we don't need to allocate them all the time.
35770 2001-08-24  Dietmar Maurer  <dietmar@ximian.com>
35772         * class.c (mono_class_create_from_typedef): System.Enum is also a
35773         value type, although it does not derive from System.ValueType
35774         (maybe a bug in the ms compiler?)
35776         * metadata.c (mono_type_size): return the right size for value types
35778         * loader.c (mono_get_method): only initialize method header if not abstract
35780         * class.c (mono_class_from_mono_type): use mono_default values. 
35782 2001-08-23  Dietmar Maurer  <dietmar@ximian.com>
35784         * *: use MonoClass pointers instead of <type_tokens>
35785         
35786         * class.h: new flag: metadata_inited.
35788         * class.c (mono_class_metadata_init): impl.
35789         (mono_class_instance_size): impl.
35790         (mono_class_data_size): impl.
35792 Wed Aug 22 16:27:30 CEST 2001 Paolo Molaro <lupus@ximian.com>
35794         * metadata.c, loader.h, loader.c, image.h, image.c, class.h, class.c:
35795         MonoClass now has the name and name_space fields. 
35796         MonoMethod has a pointer to its MonoClass, instead of MonoImage.
35797         mono_get_method () takes and optional MonoClass as argument.
35798         Removed mono_typedef_from_name() and added mono_class_token_from_name()
35799         instead that takes advantage of a map from class names to typedef
35800         tokens in MonoImage.
35802 Tue Aug 21 18:54:58 CEST 2001 Paolo Molaro <lupus@ximian.com>
35804         * metadata.c: zero is not a valid alignment boundary.
35805         Merge MONO_TYPE_VOID in default decoding code.
35807 2001-08-21  Dietmar Maurer  <dietmar@ximian.com>
35809         * image.h: merged MonoMetadata into MonoImage
35811         * class.h: cleanup of MonoArrayClass, use a MonoClass pointer to
35812         identify the type of elements.
35814 Mon Aug 20 19:39:00 CEST 2001 Paolo Molaro <lupus@ximian.com>
35816         * blob.h: fix MONO_TYPE_TYPEDBYREF value.
35817         * cil-coff.h: split MonoMSDOSHeader and add size info.
35818         * image.c: add some consistency checks.
35819         * metadata.c: fix row size computation: one programmer
35820         error and one LAMESPEC. Handle MONO_TYPE_TYPEDBYREF.
35821         add explanation for the locator routine.
35822         Fix decoding of size in method header.
35823         
35824 2001-08-20  Miguel de Icaza  <miguel@ximian.com>
35826         * assembly.c    (g_concat_dir_and_file): Use _S for string concat.
35827         (g_concat_dir_and_file): Bring g_concat_dir_and_file
35828         function from gnome-libs.  This uses the right path separator
35829         based on the OS, and also works around a bug in some systems where
35830         a double slash is not allowed. 
35831         (default_assembly_name_resolver): Use g_concat_dir_and_file
35832         (mono_assembly_open): ditto.
35834 2001-08-20  Dietmar Maurer  <dietmar@ximian.com>
35836         * metadata.c (mono_metadata_signature_equal): impl.
35838         * *: void is now a realy MonoType (instead of using NULL)
35839         
35840         * metadata.c (do_mono_metadata_parse_type): use
35841         mono_metadata_parse_type to parse void value.
35843 Sat Aug 18 12:51:28 CEST 2001 Paolo Molaro <lupus@ximian.com>
35845         * metadata.c, metadata.h: in the signature and method header store
35846         only the space required for holding the loca vars and incoming arguments.
35848 2001-08-15  Dietmar Maurer  <dietmar@ximian.com>
35850         * metadata.c (do_mono_metadata_parse_type): treat void like any
35851         other type (instead of assigning NULL);
35853 2001-08-14  Dietmar Maurer  <dietmar@ximian.com>
35855         * metadata.c (mono_metadata_parse_mh): fixxed pinned/byref value
35857 2001-08-09  Dietmar Maurer  <dietmar@ximian.com>
35859         * image.c (do_mono_image_open): added a cache for arrays.
35861 Sat Aug 4 12:46:02 CEST 2001 Paolo Molaro <lupus@ximian.com>
35863         * metadata.h, metadata.c: add mono_metadata_decode_row_col () to
35864         decode a single column from a row in a metadata table and changes
35865         to take advantage of it in the typedef locator (gives a nice speed up).
35866         Store offset info for function params.
35868 2001-08-02  Dietmar Maurer  <dietmar@ximian.com>
35870         * image.h (MONO_IMAGE_IS_CORLIB): removed 
35872 Wed Aug 1 22:54:08 CEST 2001 Paolo Molaro <lupus@ximian.com>
35874         * assembly.c: how could mono_assembly_close () had ever worked?
35875         * metadata.c, metadata.h: provide offset info for local vars.
35876         Implement mono_type_size () to take care of alignment as well
35877         as size (it was mono_field_type_size in cli/class.c before).
35879 2001-08-01  Dietmar Maurer  <dietmar@ximian.com>
35881         * image.h (MONO_IMAGE_IS_CORLIB): new macro to check root image
35883         * assembly.h (CORLIB_NAME): set to corlib.dll
35885         * assembly.c (mono_assembly_open): replaced strcmp() with !strcmp()
35887 Tue Jul 31 17:54:02 CEST 2001 Paolo Molaro <lupus@ximian.com>
35889         * metadata.h, metadata.c, Makefile.am, private.h, assembly.c, blob.h,
35890         cil-coff.h, image.c, image.h, pedump.c, rawbuffer.c, rawbuffer.h, row-indexes.h,
35891         tokentype.h: massive namespace cleanup.
35893 Mon Jul 30 20:11:01 CEST 2001 Paolo Molaro <lupus@ximian.com>
35895         * metadata.h, metadata.c: decode exception clauses when parsing method header.
35897 2001-07-27  Dietmar Maurer  <dietmar@ximian.com>
35899         * metadata.c (mono_metadata_free_type): added check for type !=
35900         NULL (void) before calling mono_metadata_free_type()
35902 Thu Jul 26 19:11:19 CEST 2001 Paolo Molaro <lupus@ximian.com>
35904         * metadata.h, row_indexes.h: added header with enumerations to use
35905         to index in the columns from tables in metadata and to decode coded
35906         tokens: we should start using this instead of embedding magic numbers
35907         all over the code.
35909 Thu Jul 26 13:03:27 CEST 2001 Paolo Molaro <lupus@ximian.com>
35911         * assembly.c, cil-coff.h, image.c, image.h, pedump.c, typedef.c:
35912         Move metadata_t info from cli_image_info_t to MonoImage, where
35913         it's easily accessible. Changed all the uses accordingly.
35914         Added the method and class caches to MonoImage.
35915         * metadata.c, metadata.h: Changed mono_metadata_decode_blob_size ()
35916         and mono_metadata_decode_value () signature to be more consistent
35917         with the other parse functions (and simplify code). Taken advantage
35918         of zero-length array allocation with GCC. Removed reduntant (and
35919         wrong) MonoFieldType struct and use MonoParam instead. Changed
35920         mono_metadata_parse_field_type () to use common code for parsing.
35921         Added mono_metadata_typedef_from_field () and
35922         mono_metadata_typedef_from_method () to lookup a typedef index from a
35923         field or method token.
35924         Pack the MonoRetType structure more tightly (fits in 8 bytes now).
35926 2001-07-23  Miguel de Icaza  <miguel@ximian.com>
35928         * metadata.c (mono_metadata_parse_field_type): Implement. 
35929         (do_mono_metadata_parse_type): Split engine from
35930         mono_metadata_parse_type, so that we can create smaller structures
35931         for things that just have one pointer to the MonoType (look at
35932         the MonoFieldType)
35934 2001-07-20  Miguel de Icaza  <miguel@ximian.com>
35936         * metadata.c (mono_metadata_parse_mh): Correct the implementation,
35937         as Jan Gray found out, it is incorrect. 
35939 2001-07-18  Miguel de Icaza  <miguel@ximian.com>
35941         * assembly.c: Implement asssembly loading.  This loads an image
35942         and loads all the referenced assemblies.  Come to think of it, we
35943         could always do lazy loading of the assemblies. 
35945         * image.c (mono_image_open): Keep loaded images in a hashtable.
35947         * image.h (MonoImage): Add reference count.
35949 2001-07-17  Miguel de Icaza  <miguel@ximian.com>
35951         * assembly.c (mono_assembly_open): Keep track of the file name in
35952         case the assembly has no ASSEMBLY table.
35954         * metadata.h: Fixed Paolo's quick hack.  Put the documnentation
35955         from get.c here.
35957 Sun Jul 15 19:39:06 CEST 2001 Paolo Molaro <lupus@ximian.com>
35959         * metadata.c, metadata.h: decode local vars in method header
35960         parse function. Change callers accordingly.
35962 Sun Jul 15 17:40:47 CEST 2001 Paolo Molaro <lupus@ximian.com>
35964         * metadata.h, cil-coff.h: protect against multiple inclusion.
35965         Added some new structures to hold information decoded from metadata:
35966         MonoType, MonoParam, MonoArray, MonoMethod, MonoMethodSignature
35967         and relevant decoding/free functions.
35968         * metadata.c: implement decoding functions. Add warning for out of bounds
35969         index in mono_metadata_locate(). Implement mono_get_method () to retreive
35970         all the info about a method signature and invocation. Remove check on
35971         uninitialized local var in parse_mh() and fix memory leak.
35973 2001-07-12  Miguel de Icaza  <miguel@ximian.com>
35975         * metadata.h: More macros.
35977         * tokentype.h: New file.
35979 Fri Jul  6 11:30:53 CEST 2001 Paolo Molaro <lupus@ximian.com>
35981         * assembly.c: added a consistency check and initialize
35982         some structures with g_new0().
35983         * metadata.c: fixed a couple more bugs in table size computation
35984         and add other checks for out-of bound access to metadata.
35986 Thu Jul  5 22:34:21 CEST 2001 Paolo Molaro <lupus@ximian.com>
35988         * metatada.c: fix bugs computing table sizes. Spew a
35989         warning when index in string heap is out of bounds.
35991 2001-07-04  Miguel de Icaza  <miguel@ximian.com>
35993         * metadata.h: Add a couple of macros to manipulate tokens. 
35995 Tue Jul  3 18:33:32 CEST 2001 Paolo Molaro <lupus@ximian.com>
35997         * assembly.c: g_free(ii->cli_sections) (and avoid double free of
35998         cli_section_tables).
36000 2001-07-01  Miguel de Icaza  <miguel@ximian.com>
36002         * metadata.c (mono_metadata_user_string): New function, provides
36003         access to the UserString heap. 
36005 2001-06-27  Miguel de Icaza  <miguel@ximian.com>
36007         * metadata.c: Add inline documentation.
36009 2001-06-26  Miguel de Icaza  <miguel@ximian.com>
36011         * propertyattr.h, paramattr.h, methodsem.h, methodattr.h: New
36012         files. 
36014 2001-06-22  Miguel de Icaza  <miguel@ximian.com>
36016         * typeattr.h: New file, TypeAttribute flags. 
36018 2001-06-21  Miguel de Icaza  <miguel@ximian.com>
36020         * mono/metadata/assembly.c (mono_assembly_ensure_section_idx,
36021         mono_assembly_ensure_section): Section loading code.
36022         (load_section_tables): Load the sections.
36024         * mono/metadata/metadata.c (mono_metadata_locate_token,
36025         mono_metadata_locate): Functions to locate the information
36026         definition given a token or a table and an index.
36027         (mono_metadata_compute_table_bases): New.
36028         (compute_size): New function to compute the sizes of the various
36029         tables.
36031         * mono/metadata/metadata.h: Finish listing the different index
36032         types. 
36034         * mono/metadata/pedump.c: Improve to dump new information.
36036 2001-06-19  Miguel de Icaza  <miguel@ximian.com>
36038         * mono/metadata/metadata.c: Entered all the tables matching
36039         Beta2. 
36041         * mono/metadata/assembly.c (load_metadata_ptrs): Fix for Beta2