2010-03-04 Geoff Norton <gnorton@novell.com>
[mono.git] / mono / metadata / ChangeLog
blobe9135eed725873f373078c543f0a32aa80b6392d
1 2010-03-04  Geoff Norton  <gnorton@novell.com>
3         * icall-def.h:
4         * icall.c: Add a new private internal icall to construct
5         an object from its type without running the ctor.
7 Thu Mar 4 15:37:09 CET 2010 Paolo Molaro <lupus@ximian.com>
9         * profiler.c: allow multiple profiler engines to be loaded
10         at the same time.
12 Wed Mar 3 20:19:45 CET 2010 Paolo Molaro <lupus@ximian.com>
14         * profiler-private.h, profiler.c, profiler.h, sgen-gc.c: introduce
15         profiler event to track object moves.
17 Wed Mar 3 19:20:39 CET 2010 Paolo Molaro <lupus@ximian.com>
19         * object.c, profiler.c, profiler.h, string-icalls.c:
20         remove the reduntant MONO_PROFILE_STRING_ALLOC profiler event.
22 2010-03-03  Miguel de Icaza  <miguel@novell.com>
24         * decimal.c (mono_double2decimal): Add support for reducing the
25         scale of a decimal.  It turns the 0.6000000000000 into 0.6 as
26         expected.
28 2010-03-03 Rodrigo Kumpera  <rkumpera@novell.com>
30         * icall-def.h:
31         * icall.c: Implement System.MonoType::get_core_clr_security_level icall.
33 2010-03-03  Marek Habersack  <mhabersack@novell.com>
35         * mono-config.c (mono_config_parse_assembly_bindings): added -
36         parses assembly binding redirections from appdomain's config
37         file.
39         * metadata-internals.h: added definition of a new function -
40         mono_config_parse_assembly_bindings - to support parsing assembly
41         binding redirections defined in appdomain's config file.
43         * domain-internals.h: added two new fields to _MonoDomain - a list
44         of assembly bindings and a flag to parse the config file only
45         once.
47         * assembly.c (assembly_binding_maps_name): empty culture name and
48         NULL culture name are considered equal.
49         (mono_assembly_apply_binding): added support for domain specific
50         assembly binding redirections, read from the appdomain's
51         configuration file. Fixes bug #580185
53 Wed Mar 3 11:46:06 CET 2010 Paolo Molaro <lupus@ximian.com>
55         * appdomain.c, domain.c, icall.c, image.c, marshal.c, object.c,
56         reflection.c, socket-io.c, threadpool.c, threads.c: removed 1.1/1.0
57         support.
59 2010-03-02 Rodrigo Kumpera  <rkumpera@novell.com>
61         * reflection.c (mono_image_get_memberref_token): Extract mono_image_add_memberef_row
62         from this function. The new function receive the parent token instead of a type.
64         * reflection.c (mono_image_get_methodref_token_for_methodbuilder):
65         * reflection.c (mono_image_get_ctorbuilder_token): Use new function to encode
66         typebuilders. This make it possible to properly encode generic type builders since
67         their unmanaged type don't have generics data while unfinished.
69         Fixes #583655.
71 2010-03-02  Mark Probst  <mark.probst@gmail.com>
73         * sgen-gc.c, sgen-protocol.c, sgen-protocol.h: New facility for
74         writing binary log files (can be enabled by #define'ing
75         BINARY_PROTOCOL) for better debugging of timing-dependent bugs or
76         bugs in longer running programs.
78 Mon Mar 1 19:35:32 CET 2010 Paolo Molaro <lupus@ximian.com>
80         * metadata.c: added some API documentation.
82 2010-03-01  Robert Jordan  <robertj@gmx.net>
84         * filewatcher.h: Include glib.h to fix the MSVC build.
86 2010-03-01  Zoltan Varga  <vargaz@gmail.com>
88         * class-internals.h (MonoClass): Get rid of the reflection_info field, add
89         a GC handle instead. This is a bit slower to access, but avoids burdening the
90         GC with 100s of individual roots.
92         * reflection.c (mono_class_get_ref_info):
93         (mono_class_set_ref_info):
94         (mono_class_free_ref_info): New internal helper fuctions.
96         * reflection.c appdomain.c icall.c class.c: Use the new helper functions instead
97         of accessing klass->reflection_info directly.
99         * sgen-gc.c (alloc_complex_descriptor): Fix the computation of the number of
100         words.
102         * gc.c (alloc_handle): Create a GC descriptor for the 'entries' array, free
103         the previous array.
105 2010-02-28  Zoltan Varga  <vargaz@gmail.com>
107         * marshal.c (get_runtime_invoke_type): Avoid sharing byref with I, as the latter
108         needs an indirection.
110 2010-02-26  Zoltan Varga  <vargaz@gmail.com>
112         * generic-sharing.c: Removed, moved its contents to mini/mini-generic-sharing.c,
113         so all generic sharing code is in one place.
115         * class.c (get_implicit_generic_array_interfaces): Fix the last change so
116         we don't call setup_interface_offsets () for unfinished types.
118 2010-02-26  Zoltan Varga  <vargaz@gmail.com>
120         * class.c (mono_class_generic_sharing_enabled): Move this to
121         generic-sharing.c.
123         * image.c: Add an unload hook which is called before an image is unloaded.
125         * generic-sharing.c: Use the unload hook to unregister per-image data, to avoid
126         metadata.c having to depend on generic sharing.
128 Fri Feb 26 19:23:18 CET 2010 Paolo Molaro <lupus@ximian.com>
130         * class.c: reduce size of ridiculously large cache.
132 2010-02-26  Martin Baulig  <martin@ximian.com>
134         * mono-debug.h
135         (MONO_DEBUGGER_MINOR_VERSION): Bump to 5.
137         * threads.c (mono_thread_internal_reset_abort): New method; resets
138         the abort, but doesn't throw any exception if no abort was requested.
140 2010-02-26  Zoltan Varga  <vargaz@gmail.com>
142         * class.c (get_implicit_generic_array_interfaces): Call
143         mono_class_setup_interface_offsets () before accessing
144         eclass->interface_offsets_count. This only shows up on platforms without IMT for
145         some reason.
147 Thu Feb 25 12:12:44 CET 2010 Paolo Molaro <lupus@ximian.com>
149         * environment.c, environment.h, icall.c: make the GetOSVersionString()
150         icall internal.
152 Thu Feb 25 11:37:50 CET 2010 Paolo Molaro <lupus@ximian.com>
154         * metadata.c, metadata.h: make MONO_TYPE_IS* functional without
155         direct access to the MonoType fields.
157 2010-02-25  Zoltan Varga  <vargaz@gmail.com>
159         * threads.h: Move some internal functions which were added to this header by
160         mistake to threads-types.h.
162         * class.c (mono_class_init): Get rid of mono_setup_vtable_in_class_init.
164 Wed Feb 24 17:45:27 CET 2010 Paolo Molaro <lupus@ximian.com>
166         * class-internals.h, class.h, object.h: make MonoRemoteClass
167         and mono_remote_class() internal.
169 Wed Feb 24 17:05:18 CET 2010 Paolo Molaro <lupus@ximian.com>
171         * metadata-internals.h, class-internals.h, metadata.h: make the
172         MonoType guts internal as well.
174 Wed Feb 24 16:02:42 CET 2010 Paolo Molaro <lupus@ximian.com>
176         * reflection.h: the MonoTypeNameParse guts are internal now.
177         * assembly.c, assembly.h, image.h: the MonoAssemblyName guts
178         are internal now, provide accessors as needed.
179         * metadata.h, metadata-internals.h: the MonoMethodSignature
180         guts are internal now.
181         * Makefile.am: mempool.h is an internal header now.
182         * *.h, *.c: remove glib.h usage from the public headers.
184 2010-02-24  Atsushi Enomoto  <atsushi@ximian.com>
186         * culture-info-table.h : regenerated.
188 2010-02-22  Rodrigo Kumpera  <rkumpera@novell.com>
190         * metadata.c: Add mono_method_get_header_summary which returns minimal
191         information about the header of a method. This is the information used
192         by the inline oracle to reject methods.
194         This method doesn't decode local variables and doesn't cache it's result,
195         so it should cause a minimal reduction in memory usage.
197         * metadata-internals.h: Add MonoMethodHeaderSummary structure and
198         mono_method_get_header_summary.
200 2010-02-22  Jeffrey Stedfast  <fejj@novell.com>
202         * threads.c (mono_thread_exit): Make sure that the main thread is
203         non-null before dereferencing it.
205 2010-02-21  Geoff Norton  <gnorton@novell.com>
207         * Makefile.am: Add CoreFoundation linkage on darwin to properly get the current
208         locale.
209         * locaes.c: When running on darwin, try to get the local from CoreFoundation 
210         before falling back to the posix lookup.
212 2010-02-19  Zoltan Varga  <vargaz@gmail.com>
214         * threads.c (mono_thread_suspend_all_other_threads): Ignore threads which have
215         the DONT_MANAGE flag set.
217 2010-02-19  Rodrigo Kumpera  <rkumpera@novell.com>
219         * domain.c: Remove old v1 version strings. Let the runtime
220         default to 2.0 instead of failing because it can't find a
221         working 1.0 instalation.
223 2010-02-19  Rodrigo Kumpera  <rkumpera@novell.com>
225         * domain.c: Add v4 RC version string.
227 2010-02-19  Rodrigo Kumpera  <rkumpera@novell.com>
229         * mono-basic-block.c (mono_opcode_value_and_size): Use pointer variant
230         of overflow checking function.
232 2010-02-18  Rodrigo Kumpera  <rkumpera@novell.com>
234         * reflection.c (mono_reflection_method_on_tb_inst_get_handle): Handle non
235         generic methods.
237         * reflection.c (mono_reflection_get_custom_attrs_info): Handle compiler context
238         cases for ParameterInfo.
240         Fixes #579493.
242 2010-02-18  Zoltan Varga  <vargaz@gmail.com>
244         * class.c (mono_class_get_cctor): Fix support for dynamic classes, which doesn't
245         have has_cctor set. Fixes #575946.
247 2010-02-16 Gonzalo Paniagua Javier <gonzalo@novell.com>
249         * appdomain.c: display a warning if the parsing the config file
250         produces any error.
251         Skip the BOM in UTF-8 files.
252         Copy the AppDomainSetup before setting the privateBinPath so that the
253         correct configuration file is read.
255 2010-02-15  Zoltan Varga  <vargaz@gmail.com>
257         * object.c: Instead of using one vtable trampoline, allow the JIT to use one
258         vtable trampoline per vtable slot index. Not used yet.
260 2010-02-13 Gonzalo Paniagua Javier <gonzalo@novell.com>
262         * icall-def.h:
263         * icall.c: add internal call that returns the system page size.
265 2010-02-13  Zoltan Varga  <vargaz@gmail.com>
267         * debug-helpers.c (mono_method_desc_search_in_image): Handle short names like
268         'int' for system classes.
270 Fri Feb 12 18:36:02 CET 2010 Paolo Molaro <lupus@ximian.com>
272         * icall.c, icall-def.h: new icall to check for sufficient
273         stack space.
275 2010-02-12  Mark Probst  <mark.probst@gmail.com>
277         * reflection.c (ensure_complete_type): Check that reflection_info
278         is set, too.  Fixes crash of corlib testsuite with -O=-all.
280 2010-02-11  Rodrigo Kumpera  <rkumpera@novell.com>
282         * attrdefs.h:
283         * tabledefs.h: Add NoOptimization flag.
285 2010-02-10  Mark Probst  <mark.probst@gmail.com>
287         * sgen-gc.c: Don't consider it a missing remset if the target
288         object is pinned - we might have done the store but not added the
289         remset yet.
291 2010-02-10  Mark Probst  <mark.probst@gmail.com>
293         * sgen-gc.c: When checking for missing remsets, don't assert on
294         the first one, but print them all and then assert.
296 2010-02-10  Mark Probst  <mark.probst@gmail.com>
298         * sgen-gc.c (find_in_remset_loc): Handle the small bitmap case.
300 2010-02-09  Miguel de Icaza  <miguel@novell.com>
302         * console-unix.c: On OSX Control-Y is assigned to
303         VDSUSP (non-Posix), the
304         suspend-program-next-time-it-tries-to-read-input command (this is
305         different than C-z, which suspends immediately).
307         Do the same thing that bash does and ignore this setting,
308         making our repl/getline support pasting.
310 2010-02-10  Mark Probst  <mark.probst@gmail.com>
312         * sgen-gc.c: Simple plausibility check for scan_starts.
314 2010-02-10  Mark Probst  <mark.probst@gmail.com>
316         * sgen-gc.c: Round up when calculating the number of scan starts.
318 2010-02-10  Rodrigo Kumpera  <rkumpera@novell.com>
320         * reflection.c: Export mono_get_object_from_blob.
322         * object-internals.h: Ditto.
324         * icall.c: New icall property_info_get_default_value to get the default
325         value of a property. Since using this is not common, no caching is done.
327         * icall-def.h: Add new icall.
329 2010-02-10  Rodrigo Kumpera  <rkumpera@novell.com>
331         * class.c: Add mono_class_get_property_default_value.
333         * class-internal.h: Export mono_class_get_property_default_value.
335 2010-02-10  Rodrigo Kumpera  <rkumpera@novell.com>
337         * reflection.c (mono_image_get_property_info): Encode the default value of a property.
339 Wed Feb 10 14:48:45 CET 2010 Paolo Molaro <lupus@ximian.com>
341         * sgen-gc.c: introduced critical regions to allow some lockless
342         operations and increase scalability.
344 2010-02-10  Geoff Norton  <gnorton@novell.com>
346         * reflection.c: Support building with DISABLE_REFLECTION
348 2010-02-09 Gonzalo Paniagua Javier <gonzalo@novell.com>
350         * threadpool.c: Fixes for SetMinThreads and SetMaxThreads.
351         Closes bug #566057.
353         * exception.c: fix typo in comment.
355 2010-02-09  Rodrigo Kumpera  <rkumpera@novell.com>
357         * icall.c (param_info_get_type_modifiers): Handle the case when the member object is a
358         property. This happens which instances returned by PropertyInfo::GetIndexParameters ().
360         * reflection.c (mono_reflection_get_custom_attrs_info): Ditto.
362         * object-internals.h: Export mono_class_is_reflection_method_or_constructor as part of
363         the internal API.
365         Fixes #574434.
367 2010-02-09  Mark Probst  <mark.probst@gmail.com>
369         * threads.c: Removed two assertions that were too strict.  Added a
370         clarifying comment.  Fixes #577090.
372 2010-02-08  Zoltan Varga  <vargaz@gmail.com>
374         * domain.c (mono_jit_info_table_find): Avoid looking in the root domain, since
375         the caller has no way of knowing the domain which owns the returned MonoJitInfo.
377         * appdomain.c (create_exceptions): Call mono_thread_push/popappdomain_ref ().
379         * verify.c (mono_type_get_stack_name): Fix a warning.
381 2010-02-07  Zoltan Varga  <vargaz@gmail.com>
383         * marshal.c (mono_marshal_get_wrapper_info): Rename from
384         mono_marshal_wrapper_info_from_wrapper.
386         * marshal.c (mono_marshal_set_wrapper_info): Rename from
387         mono_marshal_method_set_wrapper_data, and export.
389         * boehm-gc.c sgen-gc.c null-gc.c: Get rid of mono_gc_get_allocator_type, store
390         the allocator type in a AllocatorWrapperInfo structure instead, which is accesible
391         by calling mono_marshal_get_wrapper_info ().
393         * sgen-gc.c (mono_gc_get_managed_allocator): Add a specialized allocator for
394         small objects which does no size checks.
396 2010-02-05  Rodrigo Kumpera  <rkumpera@novell.com>
398         * icall-def.h: Rename get_MetadataToken to GetMetadataToken.
400 2010-02-04  Rodrigo Kumpera  <rkumpera@novell.com>
402         * verify.c (mono_method_verify): Use the new basic block formation pass
403         to avoid verifying dead basic blocks. This is the same behavior as the
404         runtime MS verifier.
406 2010-02-04  Rodrigo Kumpera  <rkumpera@novell.com>
408         * mono-basic-block.c:
409         * mono-basic-block.h: New implementation of a basic block formation pass.
410         The formation pass does static liveness analysis as well to detect dead
411         basic blocks.
413 2010-02-04  Zoltan Varga  <vargaz@gmail.com>
415         * marshal.c (mono_marshal_get_native_wrapper): Emit a null check for the
416         'this' argument in icalls.
418 2010-02-02  Zoltan Varga  <vargaz@gmail.com>
420         * reflection.c (resolve_object): Handle MonoArrayMethod. Fixes #575955.
422 2010-02-01  Mark Probst  <mark.probst@gmail.com>
424         * object.c, domain.c: When using SGen, we must register
425         vtable->type as a root if it's not a MonoType, because then it
426         wasn't pin-alloced.
428 2010-02-01  Mark Probst  <mark.probst@gmail.com>
430         * sgen-gc.c: Reset to_space_bumper to to_space_section->next_data
431         at the start of nursery collections, because we might have had
432         degraded allocations which changed next_data.
434 2010-01-30  Zoltan Varga  <vargaz@gmail.com>
436         * marshal.c (mono_marshal_get_managed_wrapper): Avoid constructing the
437         custom attr so this function works in cross-compiling mode.
439 2010-01-29  Zoltan Varga  <vargaz@gmail.com>
441         * class.c (make_generic_param_class): Initialize interface offsets since we
442         set klass->inited. Fixes #574819.
444 2010-01-28  Zoltan Varga  <vargaz@gmail.com>
446         * domain.c (mono_domain_free): Send the END_UNLOAD profiler event before
447         calling the JIT domain cleanup hook.
449 2010-01-28  Rodrigo Kumpera  <rkumpera@novell.com>
451         * pedump.c (main): Properly set the verifier mode when running the metadata
452         verifier.
454 2010-01-28  Rodrigo Kumpera  <rkumpera@novell.com>
456         * verify.c (verify_class_for_overlapping_reference_fields): Properly verify
457         overlapping fields now that we're called before has_references is set.
459         * pedump.c (dump_verify_info): Clear any loader error before verifying another
460         method. Otherwise all sort of weird stuff happens.
462 2010-01-27  Zoltan Varga  <vargaz@gmail.com>
464         * object.c (mono_field_get_value_object): Handle nullable types correctly.
465         Fixes #572874.
467 2010-01-25  Zoltan Varga  <vargaz@gmail.com>
469         * icall.c (ves_icall_System_Array_SetValueImpl): Handle nullable types correctly.
470         Fixes #573322.
472 2010-01-23  Mark Probst  <mark.probst@gmail.com>
474         * sgen-pinning.c (evacuate_pin_staging_area): Don't assume
475         pin_staging_area_index is greater than 0.
477 2010-01-22 Miguel de Icaza (miguel@novell.com)
479         * loader.c: Since we do nothing with the error returned, pass NULL
480         to ignore the error.
482 2010-01-21  Rodrigo Kumpera  <rkumpera@novell.com>
484         * reflection.c (typebuilder_setup_fields): Pretend field setup already
485         happened before starting to encode the actual fields. This avoid ciclic
486         dependencies and eventual crashes.
488         Fixes #572660.
490 2010-01-21  Mark Probst  <mark.probst@gmail.com>
492         * sgen-gc.c, gc-internal.h, object.c: Make string allocation
493         atomic and remove the half-constructed hack in SGen.
495 2010-01-21  Rodrigo Kumpera  <rkumpera@novell.com>
497         * metadata-verify.c (parse_generic_inst): Fail a type signature if it 
498         has a recursive reference to itself.
500         Fixes #571863.
502 2010-01-21  Rodrigo Kumpera  <rkumpera@novell.com>
504         * loader.c (mono_method_signature): Fix error message.
506 2010-01-21  Mark Probst  <mark.probst@gmail.com>
508         * sgen-gc.c: Reuse to-space sections between nursery collections.
510 2010-01-20 Gonzalo Paniagua Javier <gonzalo@novell.com>
512         * icall.c: don't raise AppDomain.TypeResolve when the type is loaded
513         from the current assembly or mscorlib. Fixes bug #322957.
515 2010-01-20  Zoltan Varga  <vargaz@gmail.com>
517         * marshal.c: Calculate the target class of the delegete invoke wrappers using
518         get_wrapper_target_class.
520 2010-01-19  Mark Probst  <mark.probst@gmail.com>
522         * sgen-gc.c: Fix warnings.
524 2010-01-19  Rodrigo Kumpera  <rkumpera@novell.com>
526         * verify.c (store_local): Better error message.
528 2010-01-19  Rodrigo Kumpera  <rkumpera@novell.com>
530         * object.c (mono_object_get_virtual_method): Handle generic interfaces with variant
531         arguments.
533 2010-01-19  Rodrigo Kumpera  <rkumpera@novell.com>
535         * icall.c (ves_icall_Remoting_RemotingServices_GetVirtualMethod): This
536         function is generics variance aware.
538 2010-01-19  Sebastien Pouliot  <sebastien@ximian.com>
540         * security-core-clr.c (mono_security_core_clr_can_access_internals):
541         Handle the case where 'basedir' can be NULL (e.g. SRE assemblies)
543 2010-01-19  Sylvain Dupont <duposyl@gmail.com>
545         * cominterop.c marshal.c: Added support for marshalling in, in/byref,
546           in/out, in/out/byref parameters of type SAFEARRAY[VARIANT].
548         Code is contributed under MIT/X11 license.
550 2010-01-19  Rodrigo Kumpera  <rkumpera@novell.com>
552         * icall.c (ves_icall_MonoMethod_GetGenericMethodDefinition): Handle inflated generic methods
553         on a GTD.
555 2010-01-19  Zoltan Varga  <vargaz@gmail.com>
557         * marshal.c (mono_marshal_wrapper_info_from_wrapper): New helper function to
558         return a point to a wrapper specific info structure describing the wrapper.
559         (mono_marshal_get_array_address): Store the rank+elem_size in the wrapper info.
561 2010-01-18  Mark Probst  <mark.probst@gmail.com>
563         * sgen-gc.c: Make minor collection section allowance adaptive,
564         depending on the amount of memory reclaimed in the last major
565         collection.  If more memory was reclaimed (i.e. more garbage
566         produced), do the next collection earlier.
568 2010-01-18  Rodrigo Kumpera  <rkumpera@novell.com>
570         * metadata-verify.c (parse_type): Fail a type signature if it has a recursive reference
571         to itself.
573         * metadata-verify.c (mono_verifier_verify_typespec_signature): Change signature to take
574         the token as parameter.
576         * verify-internals.h: Ditto.
578         * metadata.c (mono_type_create_from_typespec): Pass token to verifier.
580         Fixes #571460.
582 2010-01-18  Mark Probst  <mark.probst@gmail.com>
584         * sgen-gc.c: Make store_remset_buffer_index long.
586 2010-01-18  Rodrigo Kumpera  <rkumpera@novell.com>
588         * class.c (mono_class_from_typeref): Fail loading of self-referencing typeref tokens.
590         Fixes #569579.
592 2010-01-18  Zoltan Varga  <vargaz@gmail.com>
594         * sgen-gc.c (mono_gc_base_init): Add 'conservative_stack_mark' option to turn
595         off precise marking if it is available.
596         (mono_gc_get_bitmap_for_descr): Fix the handling of run length descriptors.
598 2010-01-17  Zoltan Varga  <vargaz@gmail.com>
600         * sgen-gc.c (mono_gc_conservatively_scan_area): Resurrect this.
602         * sgen-pinning.c (evacuate_pin_staging_area): Don't assert if there are no
603         pinned objects.
605         * sgen-gc.c (create_allocator): Add the missing n > MONO_ARRAY_MAX_INDEX check
606         to the array allocator.
608 2010-01-16  Zoltan Varga  <vargaz@gmail.com>
610         * generic-sharing.c (instantiate_other_info): Don't create ftnptr's from the
611         result of mono_compile_method (), it already includes an ftnptr.
613 2010-01-16  Zoltan Varga  <vargaz@gmail.com>
615         * metadata.c (get_image_set): Remove an assert which can happen in normal use.
617 2010-01-15  Zoltan Varga  <vargaz@gmail.com>
619         * metadata.c (mono_metadata_str_hash): New helper function to compute a stable
620         hash value which doesn't depend on glib/eglib versions.
621         (mono_metadata_type_hash): Use it.
623         * object.c (mono_method_get_imt_slot): Ditto.
625 2010-01-14  Rodrigo Kumpera  <rkumpera@novell.com>
627         * class.c (mono_type_has_exceptions): Check the generic instance. It can fail
628         independently of the GTD.
630         * class.c (mono_class_setup_fields): Fail if field has negative offset.
632         * class.c (mono_class_setup_fields): Fail if valuetype has zero size. Add sizeof(MonoObject)
633         to the upper limit since instance_size includes this amount.
635         * class.c (mono_class_layout_fields): Check if the types of the static fields have failed.
637         Fixes #569544.
639 2010-01-14  Zoltan Varga  <vargaz@gmail.com>
641         * object.c (build_imt_slots): Compute the vtable slot correctly for interfaces
642         with static methods.
644         * object.c (build_imt_slots): Avoid asserting when static methods are
645         encountered in an interface.
647 2010-01-13  Mark Probst  <mark.probst@gmail.com>
649         * sgen-gc.c (to_space_expand): Fix assertion.
651 Wed Jan 13 15:42:28 CET 2010 Paolo Molaro <lupus@ximian.com>
653         * string-icalls.c: missing declaration fixes.
654         * sgen-gc.c: portability fixes.
656 2010-01-12  Rodrigo Kumpera  <rkumpera@novell.com>
658         * class.c (mono_class_get_implemented_interfaces): Now take a MonoError argument.
660         * class.c:
661         * cominterop.c:
662         * icall.c:
663         * object.c: 
664         * class-internals.h: Adjust for new signature of mono_class_get_implemented_interfaces.
666 2010-01-12  Rodrigo Kumpera  <rkumpera@novell.com>
668         * class.c (mono_class_setup_interfaces): Now take a MonoError argument and
669         it can fail loading the type.
671         * class.c: Add mono_class_inflate_generic_class_checked.
673         * class.c:
674         * verify.c:
675         * class-internals.h: Adjust for new signature of mono_class_setup_interfaces.
677 2010-01-11  Zoltan Varga  <vargaz@gmail.com>
679         * loader.c (mono_method_signature_checked): New internal function taking an
680         MonoError argument.
682         * socket-io.c (AI_ADDRCONFIG): Applied patch from John Lightsey (jd@cpanel.net).
683         Fixes build on rh 7.3.
685 2010-01-10  Aaron Bockover  <abockover@novell.com>
687         * assembly.c (mono_set_rootdir): Support finding the mono paths on OS X
688         at runtime in the same way as on Windows, which yields a relocatable
689         Mono. Uses dyld's _NSGetExecutablePath and realpath to resolve the path
690         of the running mono process.
692         On TARGET_ARM, fallback () will always be executed.
694 2010-01-08  Rodrigo Kumpera  <rkumpera@novell.com>
696         * icall.c (ves_icall_Type_GetInterfaceMapData): This function is generics variance aware.
698 2010-01-08  Rodrigo Kumpera  <rkumpera@novell.com>
700         * class.c (mono_class_is_assignable_from_slow): Support variant
701         generic delegates.
703         * class.c (mono_class_implement_interface_slow): Support types with
704         variant generic arguments.
706 2010-01-08  Rodrigo Kumpera  <rkumpera@novell.com>
708         * verify.c: Remove some code duplication.
710 2010-01-07  Rodrigo Kumpera  <rkumpera@novell.com>
712         * object.c: Update docs.
714 2010-01-07  Rodrigo Kumpera  <rkumpera@novell.com>
716         * object.c (add_imt_builder_entry): Improve DEBUG_IMT spew.
718         * object.c (build_imt_slots): Interfaces with variant generic arguments use the
719         fallback trampoline as well.
721         * class.c (mono_class_interface_offset_with_variance): Add new non_exact_match
722         out argument that is set to TRUE if the match was direct. 
724         * class.c (mono_class_is_assignable_from): Delegates require variance testing as well.
726         * class-internal.h: Update prototype of mono_class_interface_offset_with_variance.
728 2010-01-07  Rodrigo Kumpera  <rkumpera@novell.com>
730         * class.c: Add mono_class_interface_offset_with_variance function that does same
731         as mono_class_interface_offset but takes variance into account.
733         * class-internal.h: Export mono_class_interface_offset_with_variance.
735         * object.c: Fix and improve DEBUG_IMT. Added an assert for IMT thunk building.
737 2010-01-07  Rodrigo Kumpera  <rkumpera@novell.com>
739         * object.c:
740         * icall.c:
741         * class.c: Add some FIXME for due to variant generic arguments.
743         object.c (mono_object_isinst_mbyref): Interfaces with variant generic arguments
744         can't use the simple bitfield check, so call mono_class_is_assignable_from if
745         the bitfield check fails.
747 2010-01-07  Rodrigo Kumpera  <rkumpera@novell.com>
749         * class.c (mono_class_is_assignable_from): Rework the generics variance code
750         to be easier to read and fix bugs in the case a non generic type implements a variant
751         interface.
753         * class.c (mono_class_has_variant_generic_params): Make non static.
755         * class-internals.h: Export mono_class_has_variant_generic_params as part of
756         the private API.
758 2010-01-07 Gonzalo Paniagua Javier <gonzalo@novell.com>
760         * assembly.c: fix MONO_PATH debug output.
762 2010-01-06  Atsushi Enomoto  <atsushi@ximian.com>
764         * culture-info-table.h : regenerated.
766 2010-01-04  Rodrigo Kumpera  <rkumpera@novell.com>
768         * verify.c (mono_verifier_verify_class): Properly check for broken parent. Ignore
769         types that are meant to not have a parent.
771 2010-01-04  Zoltan Varga  <vargaz@gmail.com>
773         * marshal.c (mono_marshal_get_runtime_invoke): Make a copy of the signature
774         from the image mempool, so it is not leaked.
776 2010-01-04  Zoltan Varga  <vargaz@gmail.com>
778         * metadata-internals.h (_MonoImage): Remove unused generic_class_cache field.
780 2010-01-04  Sebastien Pouliot  <sebastien@ximian.com>
782         * verify.c (verify_valuetype_layout_with_target): Fix case
783         that can lead to infinite recursion. Fix bug #567861
785 2010-01-04  Rodrigo Kumpera  <rkumpera@novell.com>
787         * pedump.c: Run code verifier even if image verification fails
788         due to a failed type we. This allows more errors to be shown.
790 2010-01-04  Rodrigo Kumpera  <rkumpera@novell.com>
792         * class.c (count_virtual_methods): Remove the assert and now
793         fail properly.
794         
795         * class.c (setup_interface_offsets): This can fail now.
797         * class.c (mono_class_setup_vtable_general): Check for parent vtable
798         errors. Check setup_interface_offsets errors.
800         * class.c (setup_interface_offsets): Simplify the return error logic
801         and remove class_init_ok.
803         Fixes #560327.
805 2010-01-04  Rodrigo Kumpera  <rkumpera@novell.com>
807         * class.c (mono_class_init): Do class verification at the beginning. Add
808         some asserts to avoid tripping into invalid memory.
810         * object.c (compute_class_bitmap): Replace a g_assert_not_reached with a
811         g_error and a decent message.
813         * verify.c (mono_verifier_verify_class): Verify for invalid super type.
815         Fixes #567548.
817 2010-01-03  Zoltan Varga  <vargaz@gmail.com>
819         * mempool-internals.h (g_list_prepend_mempool): Define this and related functions
820         as inline functions instead of defining them in mempool.c.
822         * metadata-internals.h (MonoImageSet): New structure representing a set of
823         MonoImages, which own a collection of generic instances.
825         * metadata.c: Get rid of the global generic caches, instead assign each generic
826         instance to the image set which consists of all the images referenced by the
827         instance. This greatly speeds up mono_metadata_clean_for_image (), and allows
828         the memory used by generic instances to be allocated from a per image-set mempool
829         later.
831 2010-01-03  Zoltan Varga  <vargaz@gmail.com>
833         * marshal.c (mono_marshal_get_runtime_invoke): Fix a memory leak.
835 2010-01-03  Zoltan Varga  <vargaz@gmail.com>
837         * appdomain.c (zero_static_data): Fix a warning.
839         * locales.c (construct_culture_from_specific_name): Applied patch from
840         José Antonio Sánchez Lázaro <jasl@darcysoft.es>. Fix a crash if a culture was
841         not found. Fixes #567900.
843 2009-12-31  Sebastien Pouliot  <sebastien@ximian.com>
845         * loader.c (mono_method_get_signature_full): Remove two asserts.
846         Return NULL instead so that the verifier can handle both cases 
847         gracefully.
849 2009-12-30  Rodrigo Kumpera  <rkumpera@novell.com>
851         * class.c (mono_class_setup_methods): Use checked version of mono_class_inflate_generic_method_full
852         so we can properly fail types instead of crashing.
854         Fixes #567676.
856 2009-12-30  Rodrigo Kumpera  <rkumpera@novell.com>
858         * reflection.c (reflection_methodbuilder_to_mono_method): Assert in case of a broken
859         generic method.
861 2009-12-30  Rodrigo Kumpera  <rkumpera@novell.com>
863         * marshal.c (mono_mb_emit_restore_result): Properly handle generic enums.
865 2009-12-26  Zoltan Varga  <vargaz@gmail.com>
867         * monitor.c (ves_icall_System_Threading_Monitor_Monitor_wait): Don't close the
868         wait handle if the wait is interrupted, since it is still in mon->wait_list, and
869         we can't remove it from it since we don't hold the lock.
870         (mon_new): Free the orphaned events here when a mon structure is added to the
871         freelist. Fixes #561239. Thanks to Mike Rieker <wmrieker@nii.net> for tracking
872         this down.
874 2009-12-26  Rodrigo Kumpera  <rkumpera@novell.com>
876         * verify.c (init_stack_with_value_at_exception_boundary): Do stack overflow checking here
877         as max stack might be zero.
879         Fixes #562320.
881 2009-12-26  Rodrigo Kumpera  <rkumpera@novell.com>
883         Rework all uses of mono_class_setup_methods to accept that it can fail now.
885         * class.c (mono_class_setup_methods): This function now can fail the class. Do so for generic
886         instances if the GTD did.
888         * class.c (mono_class_setup_properties): Ditto.
890         * class.c (mono_class_setup_events): Ditto.
892         * class.c (mono_class_setup_vtable): Fail early if the type is already broken.
894         * class.c (mono_class_setup_vtable_general): Add a few more missing broken type checks. Sanitize
895         error setting.
897         * class.c (mono_class_init): Fail if GTD did.
899         * cominterop.c:
900         * generic-sharing.c:
901         * icall.c:
902         * loader.c:
903         * object.c:
904         * verify.c: Properly handle failure of mono_class_setup_methods.
906 2009-12-26  Rodrigo Kumpera  <rkumpera@novell.com>
908         * class-internals.c: Add mono_class_inflate_generic_method_full_checked and make
909         mono_class_inflate_generic_method_full internal.
911         * class.c (inflate_generic_context): Now takes a MonoError argument.
913         * class.c (mono_class_inflate_generic_method_full): Now calls the _checked and abort on
914         errors.
916 2009-12-26  Zoltan Varga  <vargaz@gmail.com>
918         * generic-sharing.c (instantiate_other_info): Avoid creating jump trampolines since
919         they cannot be patched. Partly fixes #564408.
921 2009-12-24  Mark Probst  <mark.probst@gmail.com>
923         * metadata-internals.h, reflection.c: Use the
924         MonoDynamicImage.handleref hash table only with unmanaged keys,
925         and add a managed hash table handleref_managed for managed keys.
927 2009-12-24  Mark Probst  <mark.probst@gmail.com>
929         * sgen-gc.c: Unset to-space bumper between collections.  It might
930         become invalid due to degraded allocations.
932 2009-12-21  Rodrigo Kumpera  <rkumpera@novell.com>
934         * loader.c (mono_method_get_signature_full): Check if the returned signature is compatible
935         with the one from the original method.
937         * metadata-verify.c (mono_verifier_is_sig_compatible): New function to verify signature
938         compatibility.
940         * verify-internals.h: Add new function to the internal API.
942 2009-12-18  Dimitar Dobrev  <dpldobrev@yahoo.com>
944         * culture-info-tables.h: regenerated it to include the Georgian culture.
946 2009-12-18  Zoltan Varga  <vargaz@gmail.com>
948         * sgen-gc.c: Include mono/utils/memcheck.h.
950         * reflection.c (mono_reflection_get_type_internal_dynamic): Use assembly->domain
951         instead of the current domain, since the two might not match if this is called
952         from the debugger.
954         * metadata-internals.h (MonoDynamicAssembly): Add a 'domain' field to specify the
955         domain which created this assembly.
957 2009-12-18  Zoltan Varga  <vargaz@gmail.com>
959         * debug-helpers.c (dis_one): Avoid a glib assert on empty strings.
961 2009-12-17  Mark Probst  <mark.probst@gmail.com>
963         * sgen-gc.c: Managed implementation of the specialized generic
964         store write barrier.
966 2009-12-17  Rodrigo Kumpera  <rkumpera@novell.com>
968         * icall.c (ves_icall_Type_GetMethodsByName): Don't pin virtual methods if they are newslot.
969         A private virtual newslot method is used to implement an interface method without exposing
970         it to users. When querying for public instance methods, such method would hide a public one
971         on a parent type.
973         Fixes #564379.
975 2009-12-17  Zoltan Varga  <vargaz@gmail.com>
977         * reflection.c (resolve_object): Fix the encoding of unmanaged calling
978         conventions.
980 2009-12-16  Rodrigo Kumpera  <rkumpera@novell.com>
982         * reflection.c (mono_type_get_object): Guard against NULL generic param owner.
984 2009-12-16  Rodrigo Kumpera  <rkumpera@novell.com>
986         * class-internals.h (MonoDynamicGenericClass): Kill property and event related fields
987         as they are no longer used.
988         
989          * metadata.c (free_generic_class_dependents): Remove reference to previous fields
991         * reflection.c (mono_reflection_generic_class_initialize): Ditto.
993 2009-12-16  Rodrigo Kumpera  <rkumpera@novell.com>
995         * reflection.c (mono_type_get_object): If the type is VAR or MVAR check
996         if the owner class has not been finished before returning reflection_info.      
998         Fixes #565127.
1000 2009-12-16  Zoltan Varga  <vargaz@gmail.com>
1002         * reflection.c (mono_custom_attrs_from_param): Avoid a crash if a dynamic
1003         param doesn't have custom attributes. Fixes #565117.
1005         * class.c (mono_bounded_array_class_get): Make these classes PUBLIC. Fixes
1006         #565120.
1008 2009-12-15  Rodrigo Kumpera  <rkumpera@novell.com>
1010         * class.c (mono_class_setup_fields): Fail valuetypes that are bigger than 1Mb.
1012 2009-12-15  Rodrigo Kumpera  <rkumpera@novell.com>
1014         * pedump.c: Add partial-md mode that doesn't perform full metadata verification. It does the
1015         same amount done by a core-clr enabled runtime.
1017 2009-12-15  Marek Habersack  <mhabersack@novell.com>
1019         * appdomain.c (mono_make_shadow_copy): make sure access mode of
1020         the target files is reset to writable by owner and readable by
1021         everyone else to prevent problems when updating shadow copies of
1022         files whose source is read-only. Fixes bug #556884
1024 2009-12-15  Mark Probst  <mark.probst@gmail.com>
1026         * class.c (mono_generic_class_get_class): Allocate the generic
1027         class via malloc again, so that it can be freed when any one of
1028         the images of its constituent types is closed.
1030         * metadata.c: When closing an image, don't free generic insts and
1031         generic classes right away, but put them into a list for later
1032         freeing.
1034         * image.c, metadata-internals.h: Store the free list and in the
1035         second pass of closing an image, free it.
1037 2009-12-14  Rodrigo Kumpera  <rkumpera@novell.com>
1039         * reflection.c (mono_generic_class_get_object): Assert if this is ever called.
1041         * reflection.c (mono_reflection_register_with_runtime): Only register dynamic
1042         types in type_hash.
1044         * reflection.c (resolve_object): Call ensure_complete_type on the inflated field.
1046 2009-12-14  Rodrigo Kumpera  <rkumpera@novell.com>
1048         * reflection.c (mono_reflection_type_get_handle): Properly fail in case of a broken
1049         user type.
1051         * reflection.c (mono_reflection_register_with_runtime): Throws in case a bad user type
1052         is used.
1054 2009-12-14  Miguel de Icaza  <miguel@novell.com>
1056         * verify.c (mono_method_verify): The Unused opcodes produce an
1057         InvalidProgramException on .NET
1059 2009-12-14  Sebastien Pouliot  <sebastien@ximian.com>
1061         * loader.c (mono_method_get_header): Move assert after the verifier
1062         has been called on the method header.
1064 2009-12-12  Rodrigo Kumpera  <rkumpera@novell.com>
1066         * object-internals.h: Remove useless field from MonoReflectionGenericClass.
1068         * appdomain.c: Bump corlib version.
1070 2009-12-12  Rodrigo Kumpera  <rkumpera@novell.com>
1072         To properly support user types, MonoGenericClass has to be used for regular, non SRE,
1073         types as well since otherwise generic instances would not return UT as arguments but
1074         their undelying system type.
1076         * object-internals.h: Change field types of MonoGenericClass and *OnTypeBuilderInst
1077         to reflect the fact that they can have now multiple different types.
1079         * reflection.c (mono_image_get_field_on_inst_token): Handle MonoField.
1081         * reflection.c (mono_image_get_ctor_on_inst_token): Handle MonoCMethod.
1083         * reflection.c (mono_image_get_method_on_inst_token): Handle MonoMethod.
1085         * reflection.c (mono_reflection_register_with_runtime): Init super types
1086         if the image is not dynamic.
1088         * reflection.c (mono_reflection_bind_generic_parameters): In case of a MonoGenericClass,
1089         check if the generic type definition is a TypeBuilder.
1091         * reflection.c (mono_reflection_generic_class_initialize): If the generic type definition
1092         doesn't belong to a dynamic image, skip initialization.
1094         * reflection.c (resolve_object): Properly handle *OnTypeBuilderInst types where their
1095         base definition is not a dynamic type.
1097 2009-12-11  Marek Habersack  <mhabersack@novell.com>
1099         * object.c (mono_ldstr, mono_ldstr_metadata_sig): added calls to
1100         mono_profiler_string_allocation
1102         * string-icalls.c (ves_icall_System_String_InternalAllocateStr):
1103         if string profiling is enabled, call
1104         mono_profiler_string_allocation
1106         * profiler.h: added two MonoProfileFlags -
1107         MONO_PROFILE_IOMAP_EVENTS and MONO_PROFILE_STRING_ALLOC as well as
1108         installation functions for the hooks below.
1110         * profiler-private.h, profiler.c: added two hooks:
1111         mono_profiler_string_allocation called whenever a string is
1112         allocated by InternalAllocateStr and mono_profiler_iomap called
1113         whenever IOMAP code performs an adjustement on a file path.
1115 Fri Dec 11 18:24:04 CET 2009 Paolo Molaro <lupus@ximian.com>
1117         * boehm-gc.c: fixed race condition while getting the target of a
1118         disappearing link (bug #522233).
1120 2009-12-10  Rodrigo Kumpera  <rkumpera@novell.com>
1122         * class.c (mono_type_get_full): Produce warning instead of simply swallowing
1123         the error.
1125 2009-12-10  Rodrigo Kumpera  <rkumpera@novell.com>
1127         * reflection.c: Add mono_reflection_register_with_runtime icall to
1128         allow a MonoGenericClass to register itself as the managed mirror of
1129         a given generic instance.
1130         This is a temporary workaround until all MGC instantiation happens in
1131         managed code.
1133         * object-internals.h: Ditto.
1135         * icall-def.h: Ditto.
1137 2009-12-10  Mark Probst  <mark.probst@gmail.com>
1139         * sgen-gc.c (find_in_remsets): Also search the generic store
1140         remsets.
1142 2009-12-10  Mark Probst  <mark.probst@gmail.com>
1144         * sgen-gc.c: Don't access class names in debugging code when
1145         unloading a domain, because they might not be valid anymore.
1147 2009-12-10  Mark Probst  <mark.probst@gmail.com>
1149         * domain.c, domain-internals.h: New function mono_domain_unset().
1151         * appdomain.c (unload_thread_main): Detach the thread again at the
1152         end.
1154         * threads.c: When a thread exists or is detached, unset its domain
1155         so that it's NULL when, for example, a pthread destructor runs.
1157         * sgen-gc.c: Assert that there is no domain set after a thread is
1158         done.
1160 2009-12-10  Mark Probst  <mark.probst@gmail.com>
1162         * class.c (mono_generic_class_get_class),
1163         metadata.c (free_generic_class): Allocate generic MonoClass's from
1164         the image mempool, not via malloc.  The problem with malloc is
1165         that when unloading a domain those classes are freed before
1166         clearing the heap and SGen needs the classes.  Rewriting the
1167         unloading code to do the free later would be more work and there's
1168         no point in using malloc anyway.
1170 2009-12-09  Sebastien Pouliot  <sebastien@ximian.com>
1172         * loader.c (mono_method_signature): Always call mono_loader_unlock 
1173         before returning.
1175 2009-12-09  Rodrigo Kumpera  <rkumpera@novell.com>
1177         * metadata-verify.c: Add mono_verifier_verify_string_signature to check
1178         user string blobs.
1180         * verify-internals.h: Add new function to the internal API.
1182         * verify.c (do_ldstr): Call into mono_verifier_verify_string_signature to
1183         check if it's a valid string.
1185         * object.c (mono_ldstr): Ditto.
1187         Fixes #561943.
1189 2009-12-09  Rodrigo Kumpera  <rkumpera@novell.com>
1191         * icall.c (ves_icall_GetCurrentMethod): Drop all generic arguments
1192         from a method before returning it. This is the expected behavior.
1194 2009-12-08  Rodrigo Kumpera  <rkumpera@novell.com>
1196         * reflection.c (inflate_method): Handle the case of a regular system type.
1198 2009-12-08  Mark Probst  <mark.probst@gmail.com>
1200         * sgen-gc.c, sgen-pinning-stats.c, sgen-gray.c: More statistics
1201         gathering code.
1203         * mempool.c, mempool-internals.h: New function
1204         mono_mempool_get_bytes_allocated().
1206         * Makefile.am: sgen-pinning-stats.c added.
1208 2009-12-08  Mark Probst  <mark.probst@gmail.com>
1210         * sgen-gc.c (create_allocator): Only use the fast path if the
1211         object size is within the small object size limit.
1213 2009-12-07  Mark Probst  <mark.probst@gmail.com>
1215         * sgen-gc.c: Make sure section->data is aligned to 8 bytes by
1216         possibly adding padding to sizeof (GCMemSection).
1218 2009-12-07  Mark Probst  <mark.probst@gmail.com>
1220         * sgen-gc.c (mono_gc_wbarrier_nostore): Skip the remset if the
1221         reference is not in the nursery.
1223 2009-12-07  Rodrigo Kumpera  <rkumpera@novell.com>
1225         * class.c (mono_class_from_typeref): Bounds check idx against the 
1226         assemblyref table.
1228 2009-12-07  Mark Probst  <mark.probst@gmail.com>
1230         * sgen-gc.c, sgen-pinning.c: When pinning, make only one pass
1231         through the potential roots, then sort the results and find the
1232         pinned objects from there.
1234         * Makefile.am: sgen-pinning.c added.
1236 2009-12-07  Mark Probst  <mark.probst@gmail.com>
1238         * sgen-gc.c: Record generic stores in specialized remset buffers.
1240 2009-12-06  Mark Probst  <mark.probst@gmail.com>
1242         * sgen-gc.c: Make pinned chunks the same size as major heap
1243         sections, and align them as well, so that we can check whether an
1244         object is in a pinned chunk or a major section in constant time.
1246 2009-12-06  Mark Probst  <mark.probst@gmail.com>
1248         * sgen-gc.c (build_nursery_fragments): Don't leak fragments.
1250 2009-12-06  Mark Probst  <mark.probst@gmail.com>
1252         * sgen-gc.c: Make all major heap sections the same size (currently
1253         128k) and allocate them on aligned addresses.  Small heap sections
1254         give us better granularity with pinned objects - we can free up
1255         much more memory.
1257 2009-12-06  Mark Probst  <mark.probst@gmail.com>
1259         * string-icalls.c (ves_icall_System_String_GetLOSLimit): Debug
1260         output removed.
1262 2009-12-05  Zoltan Varga  <vargaz@gmail.com>
1264         Applied patch from Laurent Etiemble (laurent.etiemble@gmail.com).
1266         * mono/metadata/assembly.c: When opening an assembly image, pass the real
1267         names in addition to the runtime generated one.
1269         * mono/metadata/image.h: Add a function to take the real name of the assembly
1270         image.
1272         * mono/metadata/image.c: If a real name has been passed to load an assembly,
1273         use it instead of the runtime generated one.
1275         Code is contributed under MIT/X11 license.
1277 2009-12-05  Zoltan Varga  <vargaz@gmail.com>
1279         * marshal.c (emit_marshal_vtype): Do the klass == date_time_class checks
1280         before the other checks to prevent problems if the DateTime class is blittable.
1281         Hopefully fixes #559600.
1283 2009-12-05  Mark Probst  <mark.probst@gmail.com>
1285         * string-icalls.c, string-icalls.h, icall-def.h: New icall that
1286         returns the largest string length that will not be put into the
1287         LOS.
1289         * sgen-gc.c, gc-internal.h: New function that returns the largest
1290         object size that will not be put into the LOS.
1292         * appdomain.c: Bump corlib version.
1294 2009-12-05  Zoltan Varga  <vargaz@gmail.com>
1296         * class-internals.h: Add MONO_RGCTX_INFO_METHOD_DELEGATE_CODE.
1298         * generic-sharing.c: Handle MONO_RGCTX_INFO_METHOD_DELEGATE_CODE.
1300 2009-12-04  Rodrigo Kumpera  <rkumpera@novell.com>
1302         * reflection.c (inflate_method): Fix signature.
1304         * object-internals.h (MonoReflectionMethodOnTypeBuilderInst): Reflect change
1305         in managed code.
1307 2009-12-04  Rodrigo Kumpera  <rkumpera@novell.com>
1309         * reflection.c (inflate_method): Make this method work with TypeBuilder as well.
1311 2009-12-03  Mark Probst  <mark.probst@gmail.com>
1313         * sgen-gc.c: Abstract to-space handling.
1315 2009-12-03  Rodrigo Kumpera  <rkumpera@novell.com>
1317         * loader.c (find_method_in_class): Ignore methods with broken signatures.
1319         Fixes #559906.
1321 2009-12-03  Mark Probst  <mark.probst@gmail.com>
1323         * sgen-gc.c: Only add references from outside the nursery to
1324         within the nursery to the global remset list.
1326 2009-12-03  Mark Probst  <mark.probst@gmail.com>
1328         * appdomain.c (create_exceptions): Set the domain temporarily if
1329         necessary to avoid cross-domain references.
1331 2009-12-02  Rodrigo Kumpera  <rkumpera@novell.com>
1333         * verify.c (get_stack_type): Return that the type is invalid instead of
1334         asserting.
1336         * verify.c (mono_method_verify): Verify that all locals and arguments
1337         have valid stack types.
1339         Fixes #559913.
1341 2009-12-02  Rodrigo Kumpera  <rkumpera@novell.com>
1343         * verify.c (mono_method_verify): Bounds check the filter offset. Make all
1344         bounds checking overflow aware.
1346         Fixes #559910.
1348 2009-12-02  Rodrigo Kumpera  <rkumpera@novell.com>
1350         * verify.c (do_invoke_method): Check for invalid method signatures.
1352         Fixes #553450.
1354 2009-12-02  Jb Evain  <jbevain@novell.com>
1356         * appdomain.c (MONO_CORLIB_VERSION): bump.
1357         * icall-def.h (get_base_definition): renamed to get_base_method
1358         and add a boolean argument indicating we want the original
1359         method definition, or the immediate base method.
1360         * icall.c: apply the get_base_definition to get_base_method change.
1362 2009-12-02  Rodrigo Kumpera  <rkumpera@novell.com>
1364         * class.c (mono_class_setup_fields): Fail an enum without an instance field.
1366         Fixes #558042.
1368 Wed Dec 2 16:35:49 CET 2009 Paolo Molaro <lupus@ximian.com>
1370         * class.c: remove asserts for invalid type token in
1371         mono_class_name_from_token(), mono_assembly_name_from_token() and
1372         mono_class_create_from_typedef () (fixes bug #553318).
1374 Wed Dec 2 15:48:19 CET 2009 Paolo Molaro <lupus@ximian.com>
1376         * metadata.c, class.c, loader.c: remove assert after bsearch() for
1377         incorrect assemblies (bug #553322).
1379 2009-12-02  Rodrigo Kumpera  <rkumpera@novell.com>
1381         * metadata.c (mono_metadata_inflate_generic_inst): Add MonoError parameter.
1383         * metadata-internals.h: Change signature of mono_metadata_inflate_generic_inst. 
1385         * class.c (inflate_generic_type): Use new version of mono_metadata_inflate_generic_inst.
1387         * class.c (inflate_generic_context): Ditto.
1389         * loader.c (method_from_methodspec): Ditto.
1391         Fixes #558230.
1393 2009-12-02  Rodrigo Kumpera  <rkumpera@novell.com>
1395         * class.c (mono_type_retrieve_from_typespec): Use MonoError machinery to report errors.
1397         * class.c (mono_class_create_from_typespec): Ditto.
1399         * class.c (mono_class_get_full): Fix for change on the above 2 functions.
1401         * class.c (mono_type_get_full): Fix for change on the above 2 functions.
1403         Fixes #558184.
1405 2009-12-02  Rodrigo Kumpera  <rkumpera@novell.com>
1407         * verify.c (mono_class_has_default_constructor): Check fror broken signatures.
1409         * verify.c (verify_delegate_compatibility): Ditto.
1411         * verify.c (do_newobj): Ditto.
1413         Fixes #558046.
1415 2009-12-02  Mark Probst  <mark.probst@gmail.com>
1417         * sgen-gc.c: Use a gray queue instead of requiring that gray
1418         objects are in a contiguous region.
1420         * sgen-gray.c: The gray queue implementation.
1422         * Makefile.am: sgen-gray.c added.
1424 2009-12-02  Mark Probst  <mark.probst@gmail.com>
1426         * appdomain.c: When unloading a domain, zero its static data and
1427         perform a minor collection when using SGen.  That will get rid of
1428         all the remsets pointing into that domain's static data.
1430         * sgen-gc.c: Allow remsets into static data.  By doing this we
1431         need less checks so we're more efficient.
1433 2009-12-01  Rodrigo Kumpera  <rkumpera@novell.com>
1435         * verify.c (mono_method_verify): Check for catch clauses with broken
1436         types.
1438         Fixes #558465.
1440 2009-12-01  Jb Evain  <jbevain@novell.com>
1442         * class.c (make_generic_param_class): set the namespace of
1443         the generic parameter class from its owner, if available.
1445 2009-12-01  Rodrigo Kumpera  <rkumpera@novell.com>
1447         * verify.c (code_bounds_check): Do proper overflow checking.
1449         * verify.c (mono_method_verify): The number of switch entries is
1450         an unsigned int. Properly bounds check it.
1452         Fixes #558594.
1454 2009-12-01  Rodrigo Kumpera  <rkumpera@novell.com>
1456         * metadata.c: Kill mono_metadata_get_param_attrs_checked. Add
1457         mono_metadata_method_has_param_attrs which only checks if a given param
1458         list has a non zero flags entry.
1460         * metadata.c (mono_metadata_get_param_attrs): Add param_count parameter
1461         to inform how many params should we expect to decode.
1463         * loader.c (mono_method_signature): Use mono_metadata_method_has_param_attrs
1464         as it's faster than mono_metadata_get_param_attrs.
1466         * metadata-internals.h: Fix mono_metadata_get_param_attrs signature and
1467         add mono_metadata_method_has_param_attrs.
1469 2009-12-01  Rodrigo Kumpera  <rkumpera@novell.com>
1471         * class.c (mono_class_setup_vtable_general): Check for mono_method_get_vtable_slot
1472         failures.
1474         * class.c (mono_method_get_vtable_slot): Don't assert if the computed method slot
1475         is -1 but its class is broken.
1477         Fixes #558522.
1479 2009-12-01  Rodrigo Kumpera  <rkumpera@novell.com>
1481         * metadata.c: Introduce mono_metadata_get_param_attrs_checked which checks
1482         for parameter overflow.
1484         * metadata.c (mono_metadata_parse_method_signature_full): Use checked version
1485         of mono_metadata_get_param_attrs.
1487         * metadata-internals.h: Add mono_metadata_get_param_attrs_checked to the internal
1488         API.
1490         * loader.c (mono_method_signature): Use checked version of mono_metadata_get_param_attrs.
1492 2009-12-01  Rodrigo Kumpera  <rkumpera@novell.com>
1494         * class.c (mono_class_setup_fields): Check for fields with broken types.
1496         Fixes #558741.
1498 2009-11-28  Rodrigo Kumpera  <rkumpera@novell.com>
1500         * reflection.c (ensure_generic_class_runtime_vtable): Split this function in 2
1501         so we can avoid calling ensure_runtime_vtable multiple times for the GTD during
1502         its TypeBuilder::CreateType ().
1504         * reflection.c (ensure_generic_class_runtime_vtable): Avoid initializing interfaces
1505         if not needed.
1507         * reflection.c: Every time we change the interface array, set interfaces_packed to NULL
1508         to make setup_interface_offsets happy.
1510         * reflection.c (remove_instantiations_of_and_ensure_contents): Fix instances again as corlib
1511         compilation now works.
1513 2009-11-28  Zoltan Varga  <vargaz@gmail.com>
1515         * appdomain.c (create_exceptions): New helper function extracted from
1516         mono_runtime_init () to precreate objects used during exception handling.
1517         (mono_runtime_init): Call it.
1518         (mono_domain_create_appdomain_internal): Ditto. Fixes #555264.
1520 2009-11-27  Rodrigo Kumpera  <rkumpera@novell.com>
1522         * reflection.c (remove_instantiations_of_and_ensure_contents): Temp hack to fix corlib
1523         compilation until the proper one is found.
1525 2009-11-27  Zoltan Varga  <vargaz@gmail.com>
1527         * class.c (mono_class_setup_vtable_general): Cache the result of
1528         get_virtual_methods () since it can be slow because of the metadata
1529         optimization.
1531         * metadata-internals.h (_MonoImage): Change 'method_cache' to a GHashTable
1532         from a MonoValueHashTable for now, since the later is based on an earlier
1533         version of hpj's internal probing code and seems to have serious collision
1534         issues.
1536         * loader.c (mono_get_method_full): Update after the change above.
1538 2009-11-26  Zoltan Varga  <vargaz@gmail.com>
1540         * class-internals.h (MonoCachedClassInfo): Add 'is_generic_container' field.
1542 2009-11-26  Rodrigo Kumpera  <rkumpera@novell.com>
1544         * reflection.c (get_field_on_inst_generic_type): Try to fallback using the field from
1545         the GTD instead of the DGC instead of crashing.
1547         * reflection.c (ensure_generic_class_runtime_vtable): Only reinflate stuff that is
1548         required. Inflate fields if needed.
1550         * reflection.c (remove_instantiations_of): Ensure generic instances are properly
1551         finished. Renamed.
1553 2009-11-26  Rodrigo Kumpera  <rkumpera@novell.com>
1555         * class.c (check_interface_method_override): Check for NULL signatures and fail
1556         the type.
1558         * debug-helpers.c (mono_signature_get_desc): Return a fixed string for NULL signatures.
1560         Fixes #553428.
1562 2009-11-26  Zoltan Varga  <vargaz@gmail.com>
1564         * class.c (mono_class_get_virtual_methods): Call decode_row_col to obtain
1565         the MONO_METHOD_FLAGS column instead of decoding the whole row.
1567 2009-11-25  Rodrigo Kumpera  <rkumpera@novell.com>
1569         * loader.c (field_from_memberref): Resolve the class first then the field
1570         signature. Remove a lot of duplicated code and make sure we don't pass valid
1571         values to mono_loader_set_error_field_load.
1573         Fixes #553306.
1575 2009-11-25  Rodrigo Kumpera  <rkumpera@novell.com>
1577         * class.c (inflate_generic_type): Change code to use new signature of
1578         mono_error_set_bad_image.
1580         Fixes #558124.
1582 2009-11-25  Sebastien Pouliot  <sebastien@ximian.com> 
1584         * verify.c (mono_method_verify): Don't free ctx.params items if 
1585         we aborted while inflating the ctx.locals. Complete previous fix
1587 2009-11-25  Sebastien Pouliot  <sebastien@ximian.com>
1589         * verify.c (mono_method_verify): Use the uninflated type name, 
1590         when the inflated is null, to report errors. Also take care when
1591         freeing, not to free everything since, in case of an error, some
1592         stuff would be copies (i.e. not allocated by the function itself)
1593         Fix bug #558145
1595 2009-11-24  Rodrigo Kumpera  <rkumpera@novell.com>
1597         * verify.c (stack_push, stack_pop, stack_pop_safe): Assert if we underflow
1598         or overflow. The caller must have done this check explicitly. This guard us
1599         from accessing invalid memory.
1601         * verify.c (do_push_static_field): Check for stack overflow.
1603         Fixes #553333.
1605 2009-11-24  Rodrigo Kumpera  <rkumpera@novell.com>
1607         * loader.c (find_method_in_class): Don't crash if the signature cannot
1608         be resolved.
1610         * metadata.c (mono_metadata_parse_generic_param): Return NULL instead
1611         of asserting for the case of invalid params.
1613         Fixes #553304.
1615 2009-11-24  Sebastien Pouliot  <sebastien@ximian.com>
1617         * image.c (mono_image_load_module): Fix crash when a bad assembly
1618         has no module at all (fix bug #553412) and also replace the 
1619         g_assert with a return NULL (documented return value for failure)
1621 2009-11-23  Zoltan Varga  <vargaz@gmail.com>
1623         * debug-helpers.c (mono_type_get_desc): Handle typedbyref.
1625 2009-11-23  Miguel de Icaza  <miguel@novell.com>
1627         * file-io.c: Change FindFirst/FindNext/FindClose API to return the
1628         file attribute to managed code and avoid doing the mask/attribute
1629         checks here. 
1631 2009-11-22  Miguel de Icaza  <miguel@novell.com>
1633         * file-io.c: Surface a smart FindFirst/FindNext/FindClose API to
1634         the managed world.
1636         * icall-def.h: New entry points.
1637         
1638 2009-11-19  Mark Probst  <mark.probst@gmail.com>
1640         * process.c: Don't put references to managed objects into a
1641         g_ptr_array.
1643 2009-11-18  Sebastien Pouliot  <sebastien@ximian.com>
1645         * class.c (can_access_internals): Allow CoreCLR to participate in
1646         allowing (or not) [InternalsVisibleTo] between assemblies.
1647         * security-core-clr.c|h: Make sure that only trusted code (a 
1648         superset of platform code) can access the internals of platform
1649         code.
1651 Mon Nov 16 16:28:11 CET 2009 Paolo Molaro <lupus@ximian.com>
1653         * reflection.c: use the correct base class to get the virtual method
1654         "get_UnderlyingSystemType" and speed up the icall. Fixes bug #555013.
1656 2009-11-16  Sebastien Pouliot  <sebastien@ximian.com>
1658         * security-core-clr.c (get_caller_no_reflection_related): 
1659         [Mono]Type.InvokeMember is outside System.Reflection[.Emit] but
1660         it's still reflection and must be filtered correctly.
1662 2009-11-16  Mark Probst  <mark.probst@gmail.com>
1664         * object.c (compute_class_bitmap): Fix for large bitmaps.
1666 2009-11-15  Zoltan Varga  <vargaz@gmail.com>
1668         (mono_gc_get_suspend_signal): Fix the build with a system libgc.
1670         * boehm-gc.c (mono_gc_base_init): Applied patch from DKoushik K. Dutta (
1671         koush@koushikdutta.com). Disable GC_no_dls on android.
1673 2009-11-12  Mark Probst  <mark.probst@gmail.com>
1675         * sgen-gc.c (find_tlab_next_from_address): Handle the case where
1676         tlab_next points outside the TLAB because the allocator was
1677         interrupted.
1679 2009-11-09  Rodrigo Kumpera  <rkumpera@novell.com>
1681         * reflection.c (mono_image_module_basic_init): Handle exceptions correctly.
1683 2009-11-09  Rodrigo Kumpera  <rkumpera@novell.com>
1685         * object-internals.h: Change signature for mono_string_to_utf8_image.
1687         * object.c (mono_string_to_utf8_image): Change signature to take a MonoError
1688         argument.
1690         * reflection.c: Take care of mono_string_to_utf8_image change and avoid raising
1691         exceptions due to mono_string_to_utf8.
1693 2009-11-09  Rodrigo Kumpera  <rkumpera@novell.com>
1695         * object-internals.h: Change signature for mono_string_to_utf8_mp.
1697         * object.c (mono_remote_class): Make sure all resources are released before
1698         raising an exception.
1700         * object.c (mono_print_unhandled_exception): Avoid raising an exception.
1702 2009-11-09  Rodrigo Kumpera  <rkumpera@novell.com>
1704         * mono-perfcounters.c (network_get_impl): Change variable initialization
1705         ordering to fix potential memory leak in case of exceptions.
1707         * mono-perfcounters.c (mono_perfcounter_create): Properly handle badly
1708         encoded strings.
1709         
1710 2009-11-09  Rodrigo Kumpera  <rkumpera@novell.com>
1712         * file-io.c (ves_icall_System_IO_MonoIO_GetFileSystemEntries): Change
1713         variable initialization ordering to fix potential memory leak in case
1714         of exceptions.
1716 2009-11-09  Zoltan Varga  <vargaz@gmail.com>
1718         * icall.c (mono_ArgIterator_Setup): Remove the MONO_ARCH_REGPARMS stuff, its not
1719         needed.
1721 2009-11-07  Rodrigo Kumpera  <rkumpera@novell.com>
1723         * appdomain.c: Fix shadow path code to better deal with exceptions.
1725 2009-11-07  Rodrigo Kumpera  <rkumpera@novell.com>
1727         * appdomain.c: Use checked version of mono_string_to_utf8 to avoid raising an
1728         exception in the middle of the runtime code.
1730 2009-11-07  Rodrigo Kumpera  <rkumpera@novell.com>
1732         * icall.c (ves_icall_System_Environment_InternalSetEnvironmentVariable): Don't
1733         leak memory with broken envvar value.
1735 2009-11-06  Mark Probst  <mark.probst@gmail.com>
1737         * reflection.c (mono_reflection_setup_internal_class): Because
1738         nested classes are not added to the name cache, we must put them
1739         in the reflection_info_unregister_classes list.
1741 2009-11-05  Sebastien Pouliot  <sebastien@ximian.com>
1743         * class.c: When CoreCLR is enabled don't call mono_init_com_types
1744         if MONO_CLASS_IS_IMPORT return true unless the type reside in 
1745         platform (trusted) code. Instead we return a TypeLoadException to
1746         be thrown later. This is the exception thrown by Silverlight 2 if
1747         a type, inside application (user) code is marked with [ComImport]
1749 2009-11-05  Zoltan Varga  <vargaz@gmail.com>
1751         * icall.c (ves_icall_System_Diagnostics_Debugger_IsAttached_internal): Call
1752         mono_is_debugger_attached () too.
1754         * mono-debug.c (mono_is_debugger_attached): New helper function.
1755         (mono_set_is_debugger_attached): Ditto.
1757 2009-11-05  Rodrigo Kumpera  <rkumpera@novell.com>
1759         * object-internals.h: Add mono_string_to_utf8_checked.
1761         * object.c: Implement mono_string_to_utf8_checked.
1763 2009-11-05  Rodrigo Kumpera  <rkumpera@novell.com>
1765         * class.c: Add missing check for load errors after every
1766         call to mono_class_setup_fields
1768         Fixes #552282.
1770 2009-11-05  Rodrigo Kumpera  <rkumpera@novell.com>
1772         metadata-verify.c (verify_tables_schema): Fix the error message.
1774 2009-11-05  Rodrigo Kumpera  <rkumpera@novell.com>
1776         * metadata.c: Change event table schema to use TDOR for event type
1777         as this is what it's meant to be.
1779         * metadata.c (mono_metadata_compute_size): Change MONO_TABLE_ASSEMBLYPROCESSOR
1780         to MONO_TABLE_ASSEMBLYREFPROCESSOR, which is table that has a MONO_MT_TABLE_IDX
1781         entry.
1783         * metadata.c (mono_metadata_compute_size): Trim MT_TABLE_IDX of code that no
1784         longer makes sense: remove MONO_TABLE_EVENT and remove checks for non-existent
1785         rows in MONO_TABLE_GENERICPARAM.
1787         Fixes #552289.
1789 2009-11-05  Rodrigo Kumpera  <rkumpera@novell.com>
1791         * class.c (mono_image_add_to_name_cache): Assert on duplicate
1792         insertion.
1794         * reflection.c (mono_reflection_setup_internal_class): Avoid
1795         registering a gc root the same MonoClass multiple times.
1796         Don't register nested types on the global scope as they should
1797         not be available there.
1799 2009-11-05  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1801         * culture-info-tables.h: regenerated.
1803 2009-11-04 Gonzalo Paniagua Javier <gonzalo@novell.com>
1805         * debug-helpers.c: avoid g_strdup() in mono_type_full_name().
1807 2009-11-04  Sebastien Pouliot  <sebastien@ximian.com>
1809         * string-icalls.c|h: Remove string internal calls that are not 
1810         used anymore by the class libraries.
1811         * icall.c: Remove System_Reflection_FieldInfo_internal_from_handle
1812         which is not used in the class librairies.
1813         * icall-def.h: Update tables.
1815 2009-11-04  Rodrigo Kumpera  <rkumpera@novell.com>
1817         * class.h: Move mono_class_inflate_generic_type_checked...
1819         * class-internals.h: to here and make it internal. We don't want to
1820         further expose MonoGenericContext. 
1822 2009-11-04  Rodrigo Kumpera  <rkumpera@novell.com>
1824         * verify.c (mono_method_verify): Improve error message.
1826 2009-11-04  Rodrigo Kumpera  <rkumpera@novell.com>
1828         * reflection.c (fieldref_encode_signature): If field_image is NULL then
1829         the token is already properly encoded. Fixs 4.0 build.
1831 2009-11-04  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1833         * locales.c (construct_number_format): Check if the number index is
1834         valid before trying to use it, if not, just return.
1835         
1836 2009-11-04  Zoltan Varga  <vargaz@gmail.com>
1838         * marshal.c (mono_marshal_get_runtime_invoke): Don't reset abort exceptions,
1839         since that loses the abort state. Fixes #539394.
1841 2009-11-03  Zoltan Varga  <vargaz@gmail.com>
1843         * marshal.c (mono_marshal_get_native_wrapper): For icall wrappers, add an
1844         explicit this argument to the call signature.
1845         (mono_marshal_get_icall_wrapper): Ditto.
1847 2009-11-03  Rodrigo Kumpera  <rkumpera@novell.com>
1849         * reflection.c (fieldref_encode_signature): Add new field_image parameter
1850         to indicate which assembly to use when resolving a custom-mod.
1852         Fixes handling of volatile fields used across assemblies as reported in #551513.
1854 2009-11-03  Rodrigo Kumpera  <rkumpera@novell.com>
1856         * loader.c: Improve error messages.
1858 2009-11-03  Rodrigo Kumpera  <rkumpera@novell.com>
1860         * class.c (mono_class_setup_methods): Only give a slot for virtual methods
1861         of interfaces. Fixes IKVM.
1863         * class.c (mono_class_setup_vtable_general): Improve debug spew.
1865 2009-11-03  Rodrigo Kumpera  <rkumpera@novell.com>
1867         * verify.c (verifier_inflate_type): Return the inflated type on success.
1869 2009-11-02  Zoltan Varga  <vargaz@gmail.com>
1871         * debug-mono-symfile.c (check_line): Fix the handling of IL offset 0.
1873         * threads.c (mono_thread_attach): Call the profiler thread start callback.
1875         * object-internals.h (_MonoThreadInternal): Add a 'flags' field.
1877         * threads.c (build_wait_tids): Ignore threads which have the DONT_MANAGE
1878         flag set.
1880         * profiler.c: Add new profiler callbacks for runtime invoke.
1882         * object.c (mono_runtime_invoke): Call the runtime invoke callbacks.
1884 2009-11-01  Mark Probst  <mark.probst@gmail.com>
1886         * sgen-gc.c: Keep track of the reason for a major collection and
1887         write it to the heap-dump file.
1889 2009-10-31  Miguel de Icaza  <miguel@novell.com>
1891         * threads.c: refactor the code that initializes the
1892         thread_start_args into a reusable function and use this in the two
1893         methods that start up threads.
1895 2009-10-31  Zoltan Varga  <vargaz@gmail.com>
1897         * appdomain.c (mono_domain_try_unload): Applied patch from Romain Tartière.
1898         Fix returning when WaitForSingleObjectEx returns WAIT_IO_COMPLETION.
1900 2009-10-31 Gonzalo Paniagua Javier <gonzalo@novell.com>
1902         * mono-perfcounters.c: add the "_Total" instance for CPU counters.
1903         Until now, we only had the per-cpu(core) counters.
1905 2009-10-28  Mark Probst  <mark.probst@gmail.com>
1907         * gc-internal.h, boehm-gc, sgen-gc.c, null-gc: Add
1908         mono_gc_get_suspend_signal(), which returns the suspend signal
1909         number used by the GC.
1911 2009-10-25  Zoltan Varga  <vargaz@gmail.com>
1913         * threads.c (start_wrapper): Avoid an assert if thread_start_args () is NULL.
1915         * threads.c (start_wrapper): Call mono_profiler_thread_start () later after
1916         signalling start_notify.
1918 2009-10-24 Gonzalo Paniagua Javier <gonzalo@novell.com>
1920         * appdomain.c: do not test the st_mode field for shadow-copies.
1921         Fixes bug #545276.
1923 2009-10-24 Gonzalo Paniagua Javier <gonzalo@novell.com>
1925         * threadpool.[ch]: added hooks for thread start/finish and item
1926         processing begin/end. For monotouch use only.
1928 2009-10-24  Zoltan Varga  <vargaz@gmail.com>
1930         * threads.c (mono_thread_get_name): New helper function.
1932         * reflection.c (resolve_object): Set handle_class for strings too.
1933         (mono_reflection_create_custom_attr_data_args): New helper function to decode
1934         a cattr blob into a set of arrays and structures without creating the custom
1935         attributes themselves.
1936         (create_custom_attr_data): Simplify using create_custom_attr_data_args.
1938         * mono-debug.c (mono_debug_il_offset_from_address): New helper function.
1940         * debug-mono-symfile.c (mono_debug_symfile_get_line_numbers): New helper
1941         function.
1943 2009-10-23  Rodrigo Kumpera  <rkumpera@novell.com>
1945         * verify.c: Replace calls to mono_class_inflate_generic_type with
1946         mono_class_inflate_generic_type_checked. Fixes #480005.
1948 2009-10-23  Rodrigo Kumpera  <rkumpera@novell.com>
1950         * class.c (mono_class_inflate_generic_type_with_mempool): Clear the error
1951         object since not all paths lead to callees initing it.
1953 2009-10-23  Alp Toker  <alp@nuanti.com>
1955         Fix embedding API breakage from r144688. mono-compiler.h is an internal
1956         header and should not be shipped:
1958         * class.h: Back out MONO_DEPRECATED change. Currently depends on config.h
1959         which is specific to the mono build. Not going to work.
1961 2009-10-23  Sebastien Pouliot  <sebastien@ximian.com>
1963         * security-manager.c: Report if core-clr is active from
1964         ves_icall_System_Security_SecurityManager_get_SecurityEnabled
1965         to allow Moonlight BCL to behave appropriately (both in browser
1966         and outside, e.g. smcs)
1968 2009-10-23 Gonzalo Paniagua Javier <gonzalo@novell.com>
1970         * mono-config.c: ignore UTF-8 BOM and report parser errors.
1971         Fixes bug #549108.
1973 2009-10-22 Gonzalo Paniagua Javier <gonzalo@novell.com>
1975         * class.c: fix typo.
1977 2009-10-22  Rodrigo Kumpera  <rkumpera@novell.com>
1979         * class-internals.h: Change signature of mono_class_inflate_generic_type_with_mempool to take
1980         a MonoError parameter.
1982         * class.h: Mark mono_class_inflate_generic_type deprecated, add new mono_class_inflate_generic_type_checked
1983         version that can does proper error handling.
1985         * class.c (inflate_generic_type): Add a MonoError parameter. Don't assert on error, use new mono error machinery.
1987         * class.c (mono_class_inflate_generic_type_with_mempool): Add new MonoError parameter.
1989         * class.c, generics-sharing.c: Changes to handle mono_class_inflate_generic_type_with_mempool new signature.
1991 2009-10-20  Zoltan Varga  <vargaz@gmail.com>
1993         * debug-helpers.c (dis_one): Fix the disassembly of empty strings when
1994         NO_UNALIGNED_ACCESS is defined.
1996 2009-10-22  Zoltan Varga  <vargaz@gmail.com>
1998         * marshal.c (mono_string_builder_to_utf16): Applied patch from
1999         Hib Eris  <hib@hiberis.nl>. Return empty string for empty string builders.
2000         Fixes #549173.
2002 2009-10-22  Mark Probst  <mark.probst@gmail.com>
2004         * sgen-gc.c: Shorten sections whenever possible.
2006 2009-10-22  Mark Probst  <mark.probst@gmail.com>
2008         * sgen-gc.c: Use our portable semaphore #defines.
2010 2009-10-22  Mark Probst  <mark.probst@gmail.com>
2012         * sgen-gc.c: A debug option for dumping the heap layout to a file
2013         after each collection.
2015 2009-10-21  Mark Probst  <mark.probst@gmail.com>
2017         * sgen-gc.c: Make managed write barriers atomic via
2018         thread-restarts.
2020 2009-10-21  Rodrigo Kumpera  <rkumpera@novell.com>
2022         * verify.c (verify_delegate_compatibility): Properly verify delegate creation of static
2023         methods. Fixes #543021.
2025 2009-10-21 Gonzalo Paniagua Javier <gonzalo@novell.com>
2027         * socket-io.[ch]: fix VS build.
2029 2009-10-21 Gonzalo Paniagua Javier <gonzalo@novell.com>
2031         * icall-def.h:
2032         * socket-io.[ch]: implemented SendFile.
2034 2009-10-20  Zoltan Varga  <vargaz@gmail.com>
2036         * class.c (mono_class_create_from_typedef): Initialize class->element_class
2037         before the interfaces to avoid crashes later if class initialization fails.
2038         Fixes #548417.
2040         * marshal.c (emit_marshal_vtype): Implement byref marshalling of DateTime.
2041         Fixes #548276.
2043 2009-10-20  Marek Safar  <marek.safar@gmail.com>
2045         * domain.c: Bump 4.0 version.
2047 2009-10-19  Sebastien Pouliot  <sebastien@ximian.com>
2049         * assembly.c (mono_assembly_load_reference): Fix leak when 'status'
2050         code is known. (parse_public_key) Remove duplicate (unneeded) NULL
2051         check since 'pubkey' can't be NULL at this stage
2052         * icall.c (ves_icall_System_Array_FastCopy): Add comment about
2053         the check. (ves_icall_Type_GetInterfaceMapData) Remove duplicate
2054         initialization of 'iter'
2056 2009-10-16  Bill Holmes  <billholmes54@gmail.com>
2058         * cominterop.c : Search the interface parts of vtable to find 
2059           method matches.  Fixes 547030.
2061         Code is contributed under MIT/X11 license.
2063 2009-10-15 Gonzalo Paniagua Javier <gonzalo@novell.com>
2065         * marshal.c: BeginInvoke cannot be called on multicast delegates with
2066         multiple targets. Fixes bug #574426.
2068 2009-10-14  Massimiliano Mantione  <massi@ximian.com>
2070         * profiler.h: Put here the definition of
2071         MONO_PROFILER_MAX_STAT_CALL_CHAIN_DEPTH
2072         (and fix the build...).
2074 2009-10-14  Massimiliano Mantione  <massi@ximian.com>
2076         * profiler.c, profiler.h, profiler-private.h:
2077         Added support for different ways of getting call chains in stat mode.
2079 2009-10-12  Mark Probst  <mark.probst@gmail.com>
2081         * object.c, object-internals.h: New function for computing the
2082         size of an array, factored out of mono_array_new_full().  Use
2083         SGen's functions for allocating arrays and vectors.
2085         * sgen-gc.c, gc-internal.h: Special functions for allocating
2086         arrays and vectors without race conditions.  A managed array
2087         allocator method.
2089         * boehm-gc.c, null-gc.c: Don't provide a managed array allocator.
2091 2009-10-12  Mark Probst  <mark.probst@gmail.com>
2093         * object.c, object.h, icall.c: Write barriers do the copying now,
2094         as well, so no need for an additional memcpy.
2096         * sgen-gc.c: Lock when storing remsets.  Do the memory
2097         copying/moving in the write barriers.
2099         * null-gc.c, boehm-gc.c: Write barriers must copy here, too.
2101         * reflection.c: Added an assert.
2103 2009-10-12  Mark Probst  <mark.probst@gmail.com>
2105         * threads.c, process.c: A few missing write barriers.
2107 2009-10-12  Joel W. Reed <joelwreed@gmail.com>
2109         * mono-perfcounters.c, mono-perfcounters-def.h: Add
2110         network performance counters for bytes sent per second, bytes
2111         received per second, and bytes total per second.
2113         Code is contributed under MIT/X11 license.
2115 2009-10-09  Mark Probst  <mark.probst@gmail.com>
2117         * threads.c (ves_icall_System_Threading_Thread_GetAbortExceptionState):
2118         Fix warning.
2120 2009-10-09  Mark Probst  <mark.probst@gmail.com>
2122         * threads.c, object-internals.h, object.c: Move code for
2123         transferring an object to a different domain (via
2124         serialization/remoting) to object.c.
2126         * object.c (call_unhandled_exception_delegate): If the exception
2127         is in a different domain than the delegate, transfer the exception
2128         to that domain.
2130 2009-10-07  Zoltan Varga  <vargaz@gmail.com>
2132         * marshal.c (emit_marshal_vtype): Emit marshalling of DateTime to OLE DATE.
2133         Fixes #322934.
2135 2009-10-06  Zoltan Varga  <vargaz@gmail.com>
2137         * domain.c (DEFAULT_RUNTIME_VERSION): Change this to v2.0.
2139 2009-10-06  Mark Probst  <mark.probst@gmail.com>
2141         * object.c (mono_method_return_message_restore): Handle the case
2142         where the argument is an instance of a generic type.  Fixes
2143         #544446.
2145 2009-10-06  Mark Probst  <mark.probst@gmail.com>
2147         * object.c (set_value): Write barrier fix - we must pass the
2148         count, not the size.
2150 2009-10-05  Zoltan Varga  <vargaz@gmail.com>
2152         * domain.c (mono_init_internal): Print a useful error message when encountering
2153         an old mscorlib, instead of crashing. Fixes #544307.
2155 2009-10-04  Zoltan Varga  <vargaz@gmail.com>
2157         * appdomain.c (copy_app_domain_setup): Fix a warning.
2159         * debug-helpers.c (dis_one): Ditto.
2161 2009-10-04  Mark Probst  <mark.probst@gmail.com>
2163         * domain-internals.h, appdomain.c: The AppDomainSetup is copied
2164         into the new domain, instead of referencing the original one.
2166         * marshal.c, marshal.h: Make mono_marshal_xdomain_copy_value()
2167         non-static.
2169         * appdomain.c: Corlib version bump.
2171 2009-10-02 Gonzalo Paniagua Javier <gonzalo@novell.com>
2173         * threadpool.c: one more...
2175 2009-10-02 Gonzalo Paniagua Javier <gonzalo@novell.com>
2177         * threadpool.c: forgot a LeaveCriticalSection when telling the idle
2178         threads to die because we're shutting down. delgate5.exe works again.
2180 2009-10-01  Bill Holmes  <billholmes54@gmail.com>
2182         * cominterop.c (mono_marshal_free_ccw_entry): Updating the
2183           ccw_interface_hash table when a ccw is finalized.
2185         Code is contributed under MIT/X11 license.
2187 2009-09-30  Mark Probst  <mark.probst@gmail.com>
2189         * assembly.c, domain.c, image.c, metadata-internals.h: Split
2190         domain and image unloading into two steps.  We must do this
2191         because clearing the domain in SGen requires the class metadata to
2192         be intact, but we need to free the mono_g_hash_tables in case a
2193         collection occurs during domain unloading and the roots would trip
2194         up the GC.
2196 2009-09-30  Mark Probst  <mark.probst@gmail.com>
2198         * object-internals.h: Remove serialized culture fields from
2199         MonoInternalThread.
2201         * icall-def.h, thread-types.h, threads.c: Remove serialized
2202         culture icalls.
2204         * appdomain.c: Corlib version bump.
2206 2009-09-30  Zoltan Varga  <vargaz@gmail.com>
2208         * marshal.c (emit_marshal_object): Emit out marshalling of stringbuilders.
2209         Fixes #543133.
2211 2009-09-30  Mark Probst  <mark.probst@gmail.com>
2213         * sgen-gc.c: Try to shorten the new section after a major
2214         allocation to avoid ever-growing sections.
2216 2009-10-13  Martin Baulig  <martin@ximian.com>
2218         * mono-debug-debugger.h (MonoDebuggerEvent): Renamed
2219         `MONO_DEBUGGER_EVENT_TRAMPOLINE' into
2220         `MONO_DEBUGGER_EVENT_OLD_TRAMPOLINE' and added a new
2221         `MONO_DEBUGGER_EVENT_TRAMPOLINE'.
2223         * mono-debug.h (MONO_DEBUGGER_MINOR_VERSION): Bump to 4.
2225 2009-09-29 Gonzalo Paniagua Javier <gonzalo@novell.com>
2227         * threadpool.c: fixed the order in which 'completed' and the wait
2228         handle, if any, are set.  Fixes bug #542933 and delegate2.exe
2229         No need to use the wait_handle field of ASyncCall. Make sure the
2230         threadpool is active when adding a job or queueing an idle thread.
2232 2009-09-29  Zoltan Varga  <vargaz@gmail.com>
2234         * object.c (mono_unhandled_exception): Fix a crash if there is no main thread.
2236         * threads.c (build_wait_tids): Fix a crash if there is no main thread, like
2237         when using --compile-all.
2239 2009-09-27  Mark Probst  <mark.probst@gmail.com>
2241         * metadata.c (free_generic_class): Unregister the field_objects
2242         roots if we're using SGen.
2244 2009-09-27  Mark Probst  <mark.probst@gmail.com>
2246         * reflection.c (mono_dynamic_image_free): Deregister the GC root
2247         for GenericParamTableEntry.gparam.
2249 2009-09-27 Gonzalo Paniagua Javier <gonzalo@novell.com>
2251         * marshal.c: don't create the handle when calling. It is created later
2252         if needed.
2254 2009-09-26  Mark Probst  <mark.probst@gmail.com>
2256         * sgen-gc.c: Warning fixes.
2258 2009-09-26  Mark Probst  <mark.probst@gmail.com>
2260         * sgen-gc.c: New debug option "xdomain-checks", which scans the
2261         whole heap for cross-domain references before each collection.
2263         * sgen-scan-object.h: The scan action can now use SCAN to scan the
2264         object.
2266         * threadpool-internals.h, threadpool.c: New function
2267         mono_thread_pool_is_queue_array() for checking whether a given
2268         array is used as a (cross-domain) queue by the thread pool code.
2270 2009-09-26  Mark Probst  <mark.probst@gmail.com>
2272         * sgen-gc.c: New function mono_gc_scan_for_specific_ref() which
2273         searches the whole heap for objects containing a specific
2274         reference.  Only for debugging.
2276 2009-09-26  Mark Probst  <mark.probst@gmail.com>
2278         * appdomain.c (MONO_CORLIB_VERSION): Bumped.
2280         * icall-def.h, threads.c, threads-types.h: New icalls for copying
2281         byte arrays between domains.
2283 2009-09-25 Gonzalo Paniagua Javier <gonzalo@novell.com>
2285         * threadpool.c:
2286         * class-internals.h:
2287         * mono-perfcounters-def.h:
2288         * mono-perfcounters.c:
2289         -There is a list of idle threads
2290         -Each of those idle threads wait on their own WaitHandle instead
2291         of all of them using the same semaphore. When a new work item is
2292         added, the job is assigned directly to an idle thread or a newly
2293         created one if possible and then the handle for that thread is
2294         signaled. Compare that to the current approach where all the
2295         threads in the pool compete to dequeue a job from the same
2296         queue.
2297         -New struct ThreadPool that brings together the bunch of static
2298         variable for each threadpool (IO and regular).
2299         -New performance counters: # of items added and its rate per
2300         threadpool. The rate will be used later, perhaps together with
2301         other perf. counters, to decide when idle threads should exit.
2303 2009-09-25  Jonathan Chambers  <joncham@gmail.com>
2305         * socket-io.c (ves_icall_System_Net_Sockets_Socket_Receive_internal): 
2306         Fix typo on Windows build.      
2307         (ves_icall_System_Net_Sockets_Socket_Accept_internal): Fix typo on Windows build.
2308         
2309         Code is contributed under MIT/X11 license.
2311 2009-09-25  Mark Probst  <mark.probst@gmail.com>
2313         * object-internals.h: The Thread class is split up into Thread and
2314         InternalThread now.  We have exactly one InternalThread per
2315         thread, and at most one Thread per appdomain per thread.  Most
2316         data is stored in InternalThread.  All InternalThread objects live
2317         in the root domain.
2319         * class-internals.h: Add internal_thread_class to MonoDefaults.
2321         * appdomain.c (mono_domain_unload), attach.c (receiver_thread),
2322         domain.c, gc.c, icall-def.h, monitor.c, object.c, sgen-gc.c,
2323         socket-io.c, threadpool.c, thread-types.h, threads.c: Changes
2324         resulting from the split of the Thread class.
2326         * gc-internal.h: Prototype for new function for checking whether a
2327         thread is the finalizer thread.
2329         * appdomain.c: Corlib version bump.
2331 2009-09-25  Rolf Bjarne Kvinge  <RKvinge@novell.com>
2333         * appdomain.c|h: Add a mono_domain_try_unload method which is
2334         equivalent to mono_domain_unload, except that it returns an exception
2335         instead of throwing it. Make mono_domain_unload use the
2336         mono_domain_try_unload method to avoid code-duplication.
2338 2009-09-25  Zoltan Varga  <vargaz@gmail.com>
2340         * debug-helpers.c (dis_one): Avoid unaligned accesses on platforms where that is
2341         a problem.
2343 2009-09-24  Zoltan Varga  <vargaz@gmail.com>
2345         * marshal.c (emit_ptr_to_object_conv): Generate an exception instead of
2346         aborting when a conversion is not implemented.
2348 2009-09-23  Miguel de Icaza  <miguel@novell.com>
2350         * verify.c: when comparing culture strings, use g_ascii_strcmp
2352         * assembly.c (mono_public_tokens_are_equal): Change g_strcasecmp
2353         when comparing public key tokens to use memcmp on 16 bytes.   I do
2354         not believe this ever worked as advertised in the past.
2356         The standard Public Key is 00 00 00 00 00 00 00 00 04 00 00 00 00 00 00 00
2357         which would have always failed earlier.
2359 2009-06-25  Miguel de Icaza  <miguel@novell.com>
2361         * gc.c: Raise a NullArgumentException if the object passed is
2362         null.
2364 2009-09-22  Zoltan Varga  <vargaz@gmail.com>
2366         * image.c (mono_image_close): Atomically decrement the reference count and
2367         remove the image from the hash tables, to prevent another thread from seeing a
2368         dying MonoImage. Fixes #541194.
2370 2009-09-22 Gonzalo Paniagua Javier <gonzalo@novell.com>
2372         * threadpool.c: actually use the minimum number of 'completion ports'
2373         (for us is just a potential worker thread).
2375 2009-09-22 Gonzalo Paniagua Javier <gonzalo@novell.com>
2377         * threadpool.c: remove ares_htable. It does not make sense any more
2378         since the same objects are now stored in GC-tracked arrays while they are
2379         in the queue.
2381 2009-09-22 Gonzalo Paniagua Javier <gonzalo@novell.com>
2383         * threadpool.c: increase the minimum length of the queues to 128.
2384         Remove warning.
2386 2009-09-21  Zoltan Varga  <vargaz@gmail.com>
2388         * marshal.c (mono_marshal_get_string_ctor_signature): New internal function to
2389         return the modified signature used by string ctors.
2391 2009-09-20  Zoltan Varga  <vargaz@gmail.com>
2393         * marshal.c (mono_marshal_get_runtime_invoke_dynamic): New internal function
2394         to return a runtime-invoke wrapper which uses DYN_CALL to call the wrapped
2395         method, to be used by full-aot.
2397 2009-09-18  Rodrigo Kumpera  <rkumpera@novell.com>
2399         Since the runtime supports lazy initialization of a type's vtable and this can cause a type
2400         to fail, we need to ensure that the vtable is properly initialized at spots were the type must
2401         be known to be good.
2403         * class.c (mono_class_init): Fail array types if their element type fails initialization
2404         as well.
2406         * object.c (mono_class_create_runtime_vtable): Fail array types if their element type fails
2407         initialization, additionally we request the element_type vtable to be initialized as well.
2409         This is fine and should not increase the working set in any meaningful way since it's reasonable
2410         to assume       that most code will create an array and eventually populate it, which will require the
2411         type's vtable to be initialized.
2413         * loader.c (field_from_memberref): Add a comment for a possibly useless mono_class_init call.
2415 2009-09-17  Atsushi Enomoto  <atsushi@ximian.com>
2417         * normalization-tables.h : regenerated.
2419 2009-09-16  Zoltan Varga  <vargaz@gmail.com>
2421         * mono-debug.c (mono_debug_add_method): Increase the size of the buffer,
2422         a leb128 encoding can take up to 5 bytes.
2424 2009-09-15  Rodrigo Kumpera  <rkumpera@novell.com>
2426         * class.c (verify_class_overrides): Remove useless argument.
2428         * class.c (mono_class_setup_vtable_general): Move the overrides check to happen
2429         before interface enumeration as this is no longer required.
2431 2009-09-15  Rodrigo Kumpera  <rkumpera@novell.com>
2433         * class.c: New function mono_class_is_assignable_from_slow that is safe to be
2434         used under mono_class_init context. This functions avoid any code path that
2435         calls mono_class_init, which leads it to be slow as some things like the interface
2436         bitmap are not available.
2438         * class.c (verify_class_overrides): Use mono_class_is_assignable_from_slow instead
2439         of it's own broken version. Fixes the verifier part of #538588.
2441         * class-internals.h: Export mono_class_is_assignable_from_slow as part of the internal
2442         API.
2444 2009-09-15  Mark Probst  <mark.probst@gmail.com>
2446         * class.c (mono_class_init): Always set an exception in a class if
2447         vtable setup fails.  Fixes #538577.
2449         * generic-sharing.c: Raise an exception if mono_class_vtable()
2450         returns NULL.
2452 2009-09-13  Zoltan Varga  <vargaz@gmail.com>
2454         * marshal.c (mono_marshal_get_runtime_invoke): Don't share instance 
2455         methods of vtypes, as they could be incorrectly shared with static methods
2456         taking an IntPtr argument.
2458 2009-09-12 Gonzalo Paniagua Javier <gonzalo@novell.com>
2460         * domain.c:
2461         * object.c:
2462         * class-internals.h: renamed waithandle_class to
2463         manualresetevent_class.
2464         * marshal.c: propagate the exception if a remoting BeginInvoke call
2465         fails.
2467 2009-09-11  Rodrigo Kumpera  <rkumpera@novell.com>
2469         * object.c: Properly handle vtable failures.
2471 2009-09-11  Rodrigo Kumpera  <rkumpera@novell.com>
2473         * socket-io.c: Assert on vtable failure.
2475         * mono-mlist.c: Assert on vtable failure.
2477 2009-09-11  Rodrigo Kumpera  <rkumpera@novell.com>
2479         * marshal.c: Assert on vtable failure.
2481 2009-09-11  Rodrigo Kumpera  <rkumpera@novell.com>
2483         * icall.c: Properly handle vtable failures.
2485 2009-09-11  Rodrigo Kumpera  <rkumpera@novell.com>
2487         * debug-helpers.c (mono_class_describe_statics): Properly handle vtable failures.
2489 2009-09-11  Rodrigo Kumpera  <rkumpera@novell.com>
2491         * cominterop.c (ves_icall_System_ComObject_CreateRCW): Property handle vtable failures.
2493         * console-unix.c (do_console_cancel_event): Same.
2495 2009-09-11  Rodrigo Kumpera  <rkumpera@novell.com>
2497         * class-internals.h: Add mono_class_vtable_full function that allows control
2498         if an exception should be raised or not.
2500         * object.c (mono_class_vtable): Call into mono_class_vtable_full. Fix this function
2501         to do what its documentation say, that is to return NULL and set exception_type on
2502         failure.
2504         * object.c (mono_class_create_runtime_vtable): Add new raise_on_error parameter
2505         and change the code to honor it.
2507 2009-09-11  Rodrigo Kumpera  <rkumpera@novell.com>
2509         * verify.c: Fix typo in error message.
2511 2009-09-10  Sebastien Pouliot  <sebastien@ximian.com>
2513         * security-core-clr.c: Fix default_platform_check so it can run
2514         the runtime coreclr tests (without an infinite recursion when
2515         throwing an exception).
2517 2009-09-10  Rodrigo Kumpera  <rkumpera@novell.com>
2519         object.c (mono_delegate_ctor_with_method): Guard against null method.
2521 2009-09-10  Rodrigo Kumpera  <rkumpera@novell.com>
2523         * marshal.c (mono_marshal_get_xappdomain_dispatch): Add an assert
2524         that should be replaced with error handling later.
2526 2009-09-10  Rodrigo Kumpera  <rkumpera@novell.com>
2528         * marshal.c (mono_delegate_end_invoke): Fix warning.
2530 2009-09-10  Rodrigo Kumpera  <rkumpera@novell.com>
2532         * loader.c (mono_field_from_token): Properly handle invalid
2533         dynamic tokens.
2535 2009-09-10  Rodrigo Kumpera  <rkumpera@novell.com>
2537         * pedump.c (verify_image_file): Skip types that can't be
2538         decoded.
2540 2009-09-10  Rodrigo Kumpera  <rkumpera@novell.com>
2542         * verify.c: Look for recursive valuetypes only against the
2543         type been initialized as this is a lot simpler and works.
2545 2009-09-10  Rodrigo Kumpera  <rkumpera@novell.com>
2547         * verify.c: Ensure that fields are properly loaded before
2548         checking them.
2550 2009-09-10  Bill Holmes  <billholmes54@gmail.com>
2552         * object.c (mono_object_get_virtual_method) : Call 
2553           mono_cominterop_get_invoke if the object is a COM object.
2555         Code is contributed under MIT/X11 license.
2557 2009-09-09  Rodrigo Kumpera  <rkumpera@novell.com>
2559         * verify.c: Check for recursive valuetype definitions.
2561 2009-09-08  Rodrigo Kumpera  <rkumpera@novell.com>
2563         Use inheritance-aware interface offsets. Inherited types use the same offsets
2564         of their parents. This reduce offset duplication in case more than one type in
2565         the inheritance tree explicitly implements the same interface.
2567         This also removes a source of vtable bubbles found in #532409. An abstract type
2568         isn't required to provide abstract methods to all interfaces it implements, which
2569         resulted in a bubble with the previous scheme as the child would get a non-full
2570         vtable from its parent. We fail all concrete types with vtable bubbles, so this
2571         should be fixed.
2573         This change causes an increase of 1.7% in vtable memory usage for IronPython pystone but
2574         it's expected to not cause any significant increase beyond that.
2576         * class.c (setup_interface_offsets): Compute super class iface offsets
2577         first to force sharing.
2579         * class.c: Add VTABLE_SELECTOR macro to the vtable debug macros to help
2580         dumping only the relevant ones.
2582         * class.c (mono_class_setup_vtable_general): Give newslot, non final, virtual
2583         methods a new slot regardless if they belong to an interface or not. This allows
2584         an inherited type to override the iface method separately from the class one.
2586 2009-09-04 Gonzalo Paniagua Javier <gonzalo@novell.com>
2588         * threadpool.c: make the Sleep() alertable to prevent delays exiting
2589         applications that take less than 2s to execute.
2590         Bug #524984 fixed.
2592 2009-09-04  Zoltan Varga  <vargaz@gmail.com>
2594         * object-internals.h (MonoRuntimeCallbacks): Add a 'get_runtime_build_info' callback.
2596         * object.c (mono_get_runtime_callbacks): New helper function to return
2597         the runtime callbacks.
2599         * icall.c (ves_icall_Mono_Runtime_GetDisplayName): Use the result of
2600         mono_get_runtime_build_info () as the display name.
2601         
2602 2009-09-03  Zoltan Varga  <vargaz@gmail.com>
2604         * marshal.c (emit_marshal_array): Call conv.ovf.i on the array parameter
2605         argument, since NEWARR expects a native int. Fixes #481559.
2607 2009-09-03  Rodrigo Kumpera  <rkumpera@novell.com>
2609         * icall.c (ves_icall_MonoMethod_GetDllImportAttribute): Guard
2610         against broken SRE methods.
2612 2009-09-03  Rodrigo Kumpera  <rkumpera@novell.com>
2614         * class.c (mono_type_get_full): Don't call mono_metadata_free_type on
2615         a NULL variable. Abort early on failure.
2617 2009-09-03  Rodrigo Kumpera  <rkumpera@novell.com>
2619         * class.c (can_access_type): Fail visibility test for non nested
2620         types with nested visibility.
2622 2009-09-02  Sebastien Pouliot  <sebastien@ximian.com>
2624         * assembly.c (parse_public_key): Avoid allocating (and not 
2625         freeing) the public key array when it's not requested by the 
2626         caller.
2627         * threads.c (mono_thread_manage, mono_thread_create_internal, 
2628         ves_icall_System_Threading_Thread_Thread_internal): Free 
2629         allocated memory on error.
2631 2009-09-02  Rodrigo Kumpera  <rkumpera@novell.com>
2633         * icall.c, icall-def.h: Remove some dead code from early SRE changes.
2635 2009-09-02  Rodrigo Kumpera  <rkumpera@novell.com>
2637         * class.c (mono_class_setup_fields): Remove duplicated local variable
2638         named gklass.
2639         Rename gklass to gtd to reflect the fact that it points to the generic
2640         type definition.
2641         Remove the duplicated call to mono_class_setup_fields on gtd and move
2642         the error check to the beginning.
2644 2009-09-02  Rodrigo Kumpera  <rkumpera@novell.com>
2646         * marshal.c (mono_array_to_lparray): Do DISABLE_COM properly.
2647         Remove cruft of the previous patch.
2649 2009-09-01  Rodrigo Kumpera  <rkumpera@novell.com>
2651         * metadata-verify.c (verify_method_table): Check for abstract + final.
2652         Fixes #534175.
2654 2009-09-01  Rodrigo Kumpera  <rkumpera@novell.com>
2656         * verify.c (verify_class_fields): Check for duplicate fields.
2658 2009-09-01  Rodrigo Kumpera  <rkumpera@novell.com>
2660         * metadata-verify.c: Verify the typeref table for duplicates.
2662 2009-09-01  Rodrigo Kumpera  <rkumpera@novell.com>
2664         This reverts r140936 and properly handles interfaces with static methods. The
2665         right fix is to ensure vtables without bubles which is an easier to verify
2666         constraint. We should avoid such special cases as of the reverted patch as those
2667         only make the runtime more brittle.
2669         * class.c (mono_class_setup_vtable_general): Revert previous change that handle
2670         static methods on interfaces.
2672         * class.c (setup_interface_offsets): Use the number of virtual methods when
2673         calculating interface offsets instead of the number of methods. This way we
2674         avoid bubles on the layout.
2676 2009-08-31  Rodrigo Kumpera  <rkumpera@novell.com>
2678         * metadata-verify.c (verify_metadata_header): Some very smart
2679         obfuscators like to add extra stream headers. Ignore them.
2681 2009-08-30  Zoltan Varga  <vargaz@gmail.com>
2683         * class.c (mono_class_setup_vtable_general): Verify interfaces with static
2684         methods correctly.
2686 2009-08-29  Rodrigo Kumpera  <rkumpera@novell.com>
2688         * metadata-verify.c: Verify for duplicated types.
2690 2009-08-28  Rodrigo Kumpera  <rkumpera@novell.com>
2692         * metadata-verify.c (verify_typedef_table): Verify for nested types
2693         without an entry on the nested class table.
2695 2009-08-28  Zoltan Varga  <vargaz@gmail.com>
2697         * cominterop.c (cominterop_get_ccw): Applied patch from tom hindle
2698         <tom_hindle@sil.org>. Add locking around hash table accesses.
2700 2009-08-25  Rodrigo Kumpera  <rkumpera@novell.com>
2702         * verify.c (mono_verifier_verify_class): Verify all interface if
2703         really are interfaces. Fixes #534184.
2705 2009-08-27  Rodrigo Kumpera  <rkumpera@novell.com>
2707         * pedump.c: Initialize all types during metadata validation so we report
2708         errors only detected as part of class initialization.
2710 2009-08-26  Rodrigo Kumpera  <rkumpera@novell.com>
2712         * metadata-verify.c (verify_method_table): PInvoke requires method to
2713         be static. Fixes #534189
2715 2009-08-26  Zoltan Varga  <vargaz@gmail.com>
2717         * threads.c (mono_thread_suspend_all_other_threads): Handle 'threads_starting_ip'
2718         being NULL.
2720 2009-08-25  Rodrigo Kumpera  <rkumpera@novell.com>
2722         * class.c (mono_class_setup_vtable_general): Verify the resulting vtable
2723         for holes or bad methods. Fixes #525314.
2725 2009-08-25  Rodrigo Kumpera  <rkumpera@novell.com>
2727         * class.c (setup_interface_offsets): Don't allocate slot
2728         for the same interface multiple times. This creates bubbles
2729         that waster space and make vtable verification harder.
2731         The same interface get a slot multiple times since we need
2732         to get the closure of all implemented interfaces, which means
2733         the same interface is reported multiple times.
2735 2009-08-25  Rodrigo Kumpera  <rkumpera@novell.com>
2737         * verify.c (mono_verifier_verify_class): Don't check the fields
2738         of generic instances since the context on which they got expanded
2739         might lead to false positives.
2741         Such thing happens when a generic type is inflated in the context
2742         of a generic method and the inflated type of a field turns into a
2743         generic method argument, which causes the checking code to think
2744         it's an invalid class when it's not.
2746 2009-08-25  Rodrigo Kumpera  <rkumpera@novell.com>
2748         * verify.c (mono_type_is_valid_in_context): Verify if type
2749         is NULL and remove duplicate test.
2751 2009-08-24  Rodrigo Kumpera  <rkumpera@novell.com>
2753         * verify.c (mono_verifier_verify_class): Check fields for
2754         invalid generic arguments.
2756 2009-08-24  Rodrigo Kumpera  <rkumpera@novell.com>
2758         * class.c (verify_class_overrides): Verify if for static
2759         and non virtual methods.
2761 2009-08-24  Rodrigo Kumpera  <rkumpera@novell.com>
2763         * icaa.c (ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_RunClassConstructor):
2764         Check for errors after retrieving the vtable.
2766 2009-08-24  Rodrigo Kumpera  <rkumpera@novell.com>
2768         * class.c (mono_class_setup_vtable_general): Verify
2769         if method overrides are valid before processing them.
2771 2009-08-24  Rodrigo Kumpera  <rkumpera@novell.com>
2773         * marshal.c (mono_array_to_lparray): Fix minimal build with
2774         cominterop disabled.
2776         * marshal.c (mono_free_lparray): Same.
2778 2009-08-21  Mark Probst  <mark.probst@gmail.com>
2780         * threadpool.c (mono_thread_pool_init): Use mono_object_hash() as
2781         the hash function for the ares_htable.
2783 2009-08-20  Rodrigo Kumpera  <rkumpera@novell.com>
2785         * metadata-verify.c (verify_assembly_table): Accept 0x10 as a valid
2786         bit for assembly flags. MS is ok with it but there is no spec anywhere
2787         on its mean
2789 2009-08-19  Rodrigo Kumpera  <rkumpera@novell.com>
2791         * class.c (mono_class_create_from_typedef): Emit profiler events
2792         in all cases.
2794 2009-08-19  Rodrigo Kumpera  <rkumpera@novell.com>
2796         * icall.c (ves_icall_Type_GetMethodsByName): Don't leak loader errors.
2797         Release memory on failure.
2799 2009-08-19  Rodrigo Kumpera  <rkumpera@novell.com>
2801         * class-internals.h: Add mono_metadata_load_generic_param_constraints_full
2802         to the internal API.
2804         * metadata.c (get_constraints): Use a single-linked table as we don't
2805         traverse it backward. Fail and return FALSE if only of the contraint types
2806         is not found.
2808         * metadata.c (mono_metadata_load_generic_param_constraints_full): Identical
2809         to mono_metadata_load_generic_param_constraints except for having a return value.
2810         This has to be done since the later is part of the public API.
2812         * class.c (mono_class_create_from_typedef): Properly check the loading of constrains
2813         and fail the type.
2815         * loader.c (mono_get_method_from_token): Properly check the loading of constraints
2816         and fail the method.
2818 2009-08-19  Rodrigo Kumpera  <rkumpera@novell.com>
2820         * metadata-verify.c (is_valid_method_header): Add work-around to deal
2821         with MS broken behavior of emmitting EH section sizes without the
2822         header size added.
2824 2009-08-19  Rodrigo Kumpera  <rkumpera@novell.com>
2826         * metadata.c (mono_type_create_from_typespec): Don't allocate image
2827         memory until we're sure that we'll need it. This avoids leaking for
2828         broken types or duplicated instantiation.
2830 2009-08-19  Rodrigo Kumpera  <rkumpera@novell.com>
2832         * metadata-verify.c (is_valid_method_header): Fix stupid formating
2833         mistake.
2835 2009-08-19  Rodrigo Kumpera  <rkumpera@novell.com>
2837         * metadata-verify.c (is_valid_method_header): Fix number of clauses
2838         and expected size calculation.
2840 2009-08-18  Rodrigo Kumpera  <rkumpera@novell.com>
2842         * class.c (mono_class_get_field_idx): Add fixme for broken
2843         behavior for types with multiple fields with the same name.
2844         I would rather fix it, but have no idea on how to generate
2845         such artifact for testing.
2847 2009-08-18  Rodrigo Kumpera  <rkumpera@novell.com>
2849         * verify.c (verifier_load_field): We should allow references to
2850         fields to be made using the generic type definition. It's up to
2851         the loader system to fail invalid ops.
2853         * verify.c (get_boxable_mono_type): Only uninstantiated GTDs
2854         are invalid.
2856 2009-08-18  Rodrigo Kumpera  <rkumpera@novell.com>
2858         * class.c: Fix usage of mono_metadata_interfaces_from_typedef_full.
2860         * metadata-internals.h: Fix declaration of 
2861         mono_metadata_interfaces_from_typedef_full.
2863         * metadata.c (mono_metadata_interfaces_from_typedef_full): Add extra
2864         heap_alloc_result parameter that controls if the result should be
2865         g_malloc'd.
2867         * metadata.c (mono_metadata_interfaces_from_typedef): Let the resulting
2868         array be g_malloc'd and properly document this public API function.
2870 2009-08-18  Rodrigo Kumpera  <rkumpera@novell.com>
2872         * cil-coff.h: Fix METHOD_HEADER_FORMAT_MASK to be 2 bits and
2873         remove METHOD_HEADER_TINY_FORMAT1.
2875         * reflection.c: Remove reference to METHOD_HEADER_TINY_FORMAT1.
2877         * metadata.c (mono_metadata_parse_mh_full): Kill tiny format1.
2879         Both spec and MS uses only 2 bits to enumerate the kind of header.
2880         So given that 0x6 and 0x2 are equal under a 2 bits mask, tiny format1
2881         is superfluous, only used for tiny headers with odd code lengths.
2883         This change also make sure that mono doesn't wronly interpret bit 2
2884         of fat header flags, which is currently reserved.
2886 2009-08-18  Rodrigo Kumpera  <rkumpera@novell.com>
2888         * metadata.c (do_mono_metadata_parse_type): Do error
2889         checking for element types. Don't abort if presented
2890         with a broken type kind.
2892 2009-08-18  Rodrigo Kumpera  <rkumpera@novell.com>
2894         * metadata.c (mono_metadata_parse_method_signature_full):
2895         Gracefully fail bad vararg signatures.
2897 2009-08-18  Christian Hergert  <chris@dronelabs.com>
2899         * profiler.c:
2900         * class.c: Fix warnings for uninitialized variables.
2902 2009-08-18  Christian Hergert  <chris@dronelabs.com>
2904         * icall.c: Fix _NSGetEnviron method declaration warning.
2906 2009-08-18  Christian Hergert  <chris@dronelabs.com>
2908         * icall.c:
2909         * reflection.c: Make bitwise checks explicit.
2911 2009-08-18  Christian Hergert  <chris@dronelabs.com>
2913         * debug-helpers.c:
2914         * marshal.c: Fix printf warnings.
2916 2009-08-18  Zoltan Varga  <vargaz@gmail.com>
2918         * reflection.c (encode_cattr_value): Fix a warning.
2920 2009-08-17  Rodrigo Kumpera  <rkumpera@novell.com>
2922         * metadata.c (mono_metadata_parse_array_full): Fix memory leak
2923         of array bounds.
2925 2009-08-17  Rodrigo Kumpera  <rkumpera@novell.com>
2927         * loader.c (mono_method_signature): Don't assert on broken
2928         signature. Print a more useful error message.
2930 2009-08-17  Rodrigo Kumpera  <rkumpera@novell.com>
2932         * loader.c (mono_method_get_marshal_info): Assert if
2933         signature is invalid. Bounds check stores to the
2934         mspecs array;
2936 2009-08-17  Rodrigo Kumpera  <rkumpera@novell.com>
2938         * loader.c (field_from_memberref): Fix warning.
2940 2009-08-17  Rodrigo Kumpera  <rkumpera@novell.com>
2942         * loader.c (mono_method_get_param_names): Check if signature
2943         is null. Don't store beyond the size of the name array.
2945 2009-08-17  Rodrigo Kumpera  <rkumpera@novell.com>
2947         * loader.c (mono_get_method_constrained): Check if signature
2948         is null.
2950 2009-08-17  Rodrigo Kumpera  <rkumpera@novell.com>
2952         * loader.c (mono_loader_set_error_bad_image): Improve
2953         error messages.
2955 2009-08-17  Rodrigo Kumpera  <rkumpera@novell.com>
2957         * loader.c (mono_get_method_full): Convert an assertion
2958         into a loader error.
2960 2009-08-17  Rodrigo Kumpera  <rkumpera@novell.com>
2962         * class-internals.h, class.c: Better naming and documentation.
2964 2009-08-17  Zoltan Varga  <vargaz@gmail.com>
2966         * boehm-gc.c (mono_gc_add_weak_track_handle): Don't do any work if
2967         obj is NULL.
2969 2009-08-14  Rodrigo Kumpera  <rkumpera@novell.com>
2971         * loader.c (mono_method_get_signature_full): Fail gracefully if signature
2972         parsing fails.
2974 2009-08-14  Rodrigo Kumpera  <rkumpera@novell.com>
2976         * loader.c (mono_loader_error_prepare_exception): Handle missing field
2977         errors with no class set.
2979         * loader.c (field_from_memberref): If the field signature is of the wrong
2980         type fail with a MissingFieldException instead of a BadImageException as
2981         this is the behavior observed on MS. 
2983 2009-08-14  Rodrigo Kumpera  <rkumpera@novell.com>
2985         * loader.c (field_from_memberref): Don't crash if either the field
2986         signature or the typespec class are invalid.
2988 2009-08-14  Rodrigo Kumpera  <rkumpera@novell.com>
2990         * verify.c (verifier_load_field): Don't allow field related
2991         ops to reference fields on generic type definition.
2993 2009-08-14  Rodrigo Kumpera  <rkumpera@novell.com>
2995         * metadata-verify.c: Add new warning level for errors specified
2996         by ECMA 335 but that MS ignores.
2998         * metadata-verify.c (verify_method_table): Make compiler controled
2999         visibility + (rt)specialname error a warning as MS ignores this. Ignoring
3000         this check is safe because the end result will only be some visibility
3001         exceptions been thrown.
3003 2009-08-14  Rodrigo Kumpera  <rkumpera@novell.com>
3005         * verify.c (get_boxable_mono_type): Don't allow the
3006         use of the generic type definition on boxed type positions.
3008         Fixes #531237.
3010 2009-08-14  Mark Probst  <mark.probst@gmail.com>
3012         * threadpool.c: Make sure no cross-domain references remain in
3013         ares_htable or the arrays that are thrown away when resizing.
3015 2009-08-14  Mark Probst  <mark.probst@gmail.com>
3017         * appdomain.c, metadata-internals.h, image.c: In MonoImage add a
3018         list of classes for which we have to unregister reflection_info
3019         with the GC and which are not in the namespace cache.
3021         * reflection.c (mono_reflection_initialize_generic_parameter): Add
3022         the class to the list.
3024 2009-08-14  Mark Probst  <mark.probst@gmail.com>
3026         * domain.c (mono_domain_free): Unregister the GC roots in
3027         MonoDomain.
3029 2009-08-12  Rodrigo Kumpera  <rkumpera@novell.com>
3031         * reflection.c (mono_reflection_type_get_handle): Fix typo.
3033 2009-08-12  Rodrigo Kumpera  <rkumpera@novell.com>
3035         * class.c: Add mono_class_get_field_from_name_full which does
3036         the same as mono_class_get_field_from_name but does check field
3037         signature as well.
3039         * class-internals.h: Export mono_class_get_field_from_name_full as
3040         part of the internal API.
3042         * loader.c (field_from_memberref): Search fields by name and signature
3043         as it's valid to have two fields with same name but different types.
3045         Fixes #528055.
3047 2009-08-10  Rodrigo Kumpera  <rkumpera@novell.com>
3049         * icall-def.h: Add a bunch of temporary icalls to MonoGenericClass.
3051         * reflection.c (mono_reflection_type_get_handle): Handle MonoGenericClass.
3053         * reflection.c (encode_cattr_value): Use mono_reflection_type_get_handle to encode
3054         System.Type.
3056 2009-08-13  Zoltan Varga  <vargaz@gmail.com>
3058         * gc.c (GCHandle_CheckCurrentDomain): Moved this here from icall.c.
3060         * boehm-gc.c (mono_gc_add_weak_track_handle): Handle nulls.
3062 2009-08-12  Mark Probst  <mark.probst@gmail.com>
3064         * sgen-gc.c, sgen-scan-object.h: Object scanning code factored out
3065         to sgen-scan-object.h, which can be included and parameterized via
3066         macros.
3068         * Makefile.am: sgen-scan-object.h added.
3070 2009-08-12  Mark Probst  <mark.probst@gmail.com>
3072         * gc.c: #define GC_dont_gc if we're compiling with SGen.
3074 2009-08-12  Mark Probst  <mark.probst@gmail.com>
3076         * domain.c (mono_domain_free): Free a domain's mono_g_hash_tables
3077         before clearing a domain in the GC.
3079 2009-08-12  Mark Probst  <mark.probst@gmail.com>
3081         * exception.c (mono_exception_from_name_domain): Actually create
3082         the exception in the specified domain.
3084         * appdomain.c (mono_domain_create_appdomain_internal): Create the
3085         OutOfMemoryException a bit later so that the domain is inialized
3086         "enough" that it works.
3088 2009-08-12  Mark Probst  <mark.probst@gmail.com>
3090         * threads.c (thread_cleanup): Clean up the cached_culture_info
3091         array to prevent cross-domain references.
3093 Tue Aug 11 14:38:57 CEST 2009 Paolo Molaro <lupus@ximian.com>
3095         * metadata.c: more documentation for MonoType accessors.
3097 2009-08-11  Raja R Harinath  <harinath@hurrynot.org>
3099         Fix incorrect size definitions where the tail array isn't a list
3100         of pointers
3101         * class-internals.h (MONO_SIZEOF_MARSHAL_TYPE): Use offsetof to
3102         define size.
3103         * domain-internals.h (MONO_SIZEOF_JIT_INFO): Likewise.
3104         * metadata.h (MONO_SIZEOF_TYPE): Likewise.
3105         * reflection.h (MONO_SIZEOF_CUSTOM_ATTR_INFO): Likewise.
3107 2009-08-11 Gonzalo Paniagua Javier <gonzalo@novell.com>
3109         * reflection.h:
3110         * reflection.c: MONO_SIZEOF_CUSTOM_ATTR_INFO.
3112 2009-08-11 Gonzalo Paniagua Javier <gonzalo@novell.com>
3114         * metadata.c:
3115         * loader.c:
3116         * metadata-internals.h:
3117         * method-builder.c:
3118         * reflection.c: use MONO_SIZEOF_METHOD_HEADER.
3120 2009-08-11 Gonzalo Paniagua Javier <gonzalo@novell.com>
3122         * cominterop.c:
3123         * metadata.c:
3124         * metadata.h:
3125         * loader.c:
3126         * marshal.c:
3127         * reflection.c: #define for sizeof in MonoType and
3128         MonoMethodSignature.
3130 2009-08-11 Gonzalo Paniagua Javier <gonzalo@novell.com>
3132         * domain.c:
3133         * domain-internals.h: add and use #define's instead of sizeof()
3134         for MonoJitInfo and MonoJitInfoTable.
3136 2009-08-11 Gonzalo Paniagua Javier <gonzalo@novell.com>
3138         * object.c:
3139         * class.h: use #define instead of sizeof() for MonoRemoteClass.
3141 2009-08-10 Gonzalo Paniagua Javier <gonzalo@novell.com>
3143         * metadata.c:
3144         * metadata.h:
3145         * object.c:
3146         * class-internals.h:
3147         * generic-sharing.c:
3148         * marshal.c: use a #define instead of sizeof() for a few
3149         structures that use a zero-length array.
3151 2009-08-06  Rodrigo Kumpera  <rkumpera@novell.com>
3153         * object-internals.h (MonoReflectionMethodOnTypeBuilderInst): Add new fields
3154         to handle inflated generic methods.
3156         * appdomain.c: Bump corlib version.
3158         * reflection.c (mono_image_get_method_on_inst_token): Handle generic method
3159         instances.
3161         * reflection.c (fixup_method): Same
3163         * reflection.c (resolve_object): Same.
3165         * reflection.c (inflate_method): Replace a g_assert_not_reached with a
3166         g_error and a decent message.
3168 2009-08-06  Massimiliano Mantione  <massi@ximian.com>
3170         * bohem-gc.c (mono_gc_add_weak_track_handle): Get the domain
3171         from the object because it could not yet be available globally
3172         (it happens if the profiler tries to create a gchandle on the
3173         MonoThread object of a thread that is still registering itself
3174         with the runtime).
3176 2009-08-04  Rodrigo Kumpera  <rkumpera@novell.com>
3178         * reflection.c (mono_generic_class_get_object): Initialized the
3179         managed type arguments array.
3181         * object-internals.h (MonoReflectionGenericClass): Add type_arguments field.
3183         * appdomain.c: Bump corlib version.
3185 2009-08-04  Zoltan Varga  <vargaz@gmail.com>
3187         * threads.c (thread_cleanup): Free serialized_ui_culture_info. Fixes
3188         #527902.
3190 2009-08-03  Zoltan Varga  <vargaz@gmail.com>
3192         * threads.c (ves_icall_System_Threading_Thread_Thread_free_internal): 
3193         Avoid a crash if synch_cs is not set.
3194         
3195         * threads.c (ves_icall_System_Threading_Thread_Thread_free_internal): 
3196         Handle the case when the handle is 0.
3198         * appdomain.c: Bump corlib version.
3200 2009-08-02  Zoltan Varga  <vargaz@gmail.com>
3202         * reflection.c (mono_type_get_object): Fix a warning.
3204 2009-08-01  Mark Probst  <mark.probst@gmail.com>
3206         * sgen-gc.c (mono_gc_wbarrier_value_copy): Don't compute the GC
3207         descriptor here.  We assume it's already been computed.
3209         * generic-sharing.c (instantiate_other_info): Compute the GC
3210         descriptor for info type MONO_RGCTX_INFO_KLASS.
3212 2009-08-01  Mark Probst  <mark.probst@gmail.com>
3214         * reflection.c (mono_type_get_object): MonoDomain is an unmanaged
3215         type, so don't use MONO_OBJECT_SETREF to set a field.
3217 2009-08-01  Mark Probst  <mark.probst@gmail.com>
3219         * gc.c: We were missing one case where invoking a finalizer would
3220         not reset the domain.  Also, in the finalizer thread loop, assert
3221         that we're in the root domain.
3223 2009-07-31  Rodrigo Kumpera  <rkumpera@novell.com>
3225         * icall.c (ves_icall_MonoType_GetArrayRank): Throw ArgumentException
3226         if the type is not an array.
3228 2009-07-31  Rodrigo Kumpera  <rkumpera@novell.com>
3230         * icall.c (ves_icall_MonoType_get_DeclaringMethod): Return the
3231         method bound to the declaring type of the method. Raise an exception
3232         if the type is not a generic param.
3234 2009-07-31  Rodrigo Kumpera  <rkumpera@novell.com>
3236         * class.c (print_unimplemented_interface_method_info): Print the
3237         full type name.
3239         * class.c (mono_class_setup_vtable_general): When dealing with a
3240         generic instance first check if the generic type definition is
3241         not broken.
3243 2009-02-11 Tom Hindke <tom_hindle@sil.org>
3245         * marshal.c (mono_array_to_lparray): Implemented so managed object types are converted to native types.
3247         * marshal.c: Added new method mono_free_lparray to free memory allocated by mono_array_to_lparray
3249         * marshal.c (emit_marshal_array): call emit mono_free_lparray where approprate.
3251         * marshal.c (conv_to_icall): added MONO_MARSHAL_FREE_LPARRAY case
3253         * metadata.h (MonoMarshalConv enum): added MONO_MARSHAL_FREE_LPARRAY
3255         Code is contributed under MIT/X11 license
3257 2009-08-30  Rodrigo Kumpera  <rkumpera@novell.com>
3259         * verify.c: Fix naming of stelem and ldelem.
3261 2009-07-30  Mark Probst  <mark.probst@gmail.com>
3263         * generic-sharing.c: Replace the templates lock with the loader
3264         lock because of very hard to resolve deadlock issues.
3266 2009-07-30  Zoltan Varga  <vargaz@gmail.com>
3268         * icall.c (ves_icall_Type_GetMethodsByName): Use 
3269         mono_class_get_vtable_size () instead of accessing klass->vtable_size
3270         directly. Fixes #525338.
3272         * class.c (mono_class_get_vtable_size): New helper function.
3274         * icall.c (ves_icall_System_Reflection_FieldInfo_internal_from_handle_type): Fix the second argument, its a MonoType* not a MonoClass*. Check whenever
3275         the field belongs to the type. Fixes #525733.
3277 2009-07-30  Mark Probst  <mark.probst@gmail.com>
3279         * sgen-gc.c: When we stop a thread and its stack top is not within
3280         its allocated stack (because it's in an altstack signal handler),
3281         restart it and stop it again, until it is.
3283 2009-07-30  Mark Probst  <mark.probst@gmail.com>
3285         * sgen-gc.c: Take a thread's stack top and registers from the
3286         sigcontext in the suspend signal handler.
3288         * sgen-gc.h, sgen-archdep.h, Makefile.am: Move arch-dependent
3289         stuff to sgen-archdep.h.
3291         * gc.c, gc-internal.h: Remove the get_ip_from_sigctx installer and
3292         caller, because have code in sgen-archdep.h to acquire that data.
3294 2009-07-29  Massimiliano Mantione  <massi@ximian.com>
3296         * profiler.c, profiler.h, profiler-private.h:
3297         Added support for keeping track of code chunks and buffers.
3299 2009-07-29 Rodrigo Kumpera  <rkumpera@novell.com>
3301         * metadata-verify.c: Fix endianness problems on decoding functions.
3302         Based on a patch by Ulrich Weigand <uweigand@de.ibm.com>
3304 2009-07-28 Rodrigo Kumpera  <rkumpera@novell.com>
3306         * icall.c (ves_icall_Type_make_array_type): Handle the new encoding
3307         schema for vectors and one dimension SZARRAY.
3309 2009-07-28 Rodrigo Kumpera  <rkumpera@novell.com>
3311         * reflection.c (mono_reflection_type_get_handle): Handle the new encoding
3312         schema for vectors and one dimension SZARRAY.
3314 2009-07-27  Mark Probst  <mark.probst@gmail.com>
3316         * icall-def.h, thread-types.h, threads.c: New separate icalls for
3317         Interlocked.(Compare)Exchange with object arguments, which invoke
3318         write barriers.
3320 2009-07-26  Miguel de Icaza  <miguel@novell.com>
3322         * icall.c (ves_icall_Type_GetNestedType): Throw an exception when
3323         passed invalid arguments.   Fixes another crasher in the
3324         Silverlight test suite.
3326         * class.c (mono_class_array_element_size): Return 0 for the size
3327         of the class;  This fixes the crasher exposed by :
3329         typeof (void).MakeArrayType ();
3331         * icall.c (ves_icall_MonoType_GetEvent): Do not dereference method
3332         if there is no method to dereference.    Put all the code that
3333         depends on this inside the if (method) block.
3335         This fixes the crasher exposed by Microsoft's Silvelright CLR test
3336         suite  ./Reflection/Emit/TypeBuilder/TypeBuilderGetEvent.exe
3338         With this change, we pass the test.
3339         
3340         * reflection.c (mono_reflection_sighelper_get_signature_local):
3341         Only dereference the assembly if it has been set.    Fixes a
3342         crasher exposed by #525328
3344 2009-07-25  Mark Probst  <mark.probst@gmail.com>
3346         * sgen-gc.c, object.h, null-gc.c, boehm-gc.c, marshal.c: Really
3347         don't perform the store in mono_gc_wbarrier_generic_nostore().
3348         Remove the second argument (value), which is not needed.
3350 2009-07-24  Zoltan Varga  <vargaz@gmail.com>
3352         * null-gc.c (mono_gc_wbarrier_generic_nostore): Define this to fix
3353         the build.
3355         * boehm-gc.c: Ditto.
3356         
3357 2009-07-24  Mark Probst  <mark.probst@gmail.com>
3359         * sgen-gc.c, marshal.c, object.h: Make the managed write barrier
3360         not perform the store itself.  Introduce
3361         mono_gc_wbarrier_generic_nostore(), which is the same as
3362         mono_gc_wbarrier_generic_store(), except it doesn't perform the
3363         store.
3365 2009-07-24  Mark Probst  <mark.probst@gmail.com>
3367         * icall.c (ves_icall_System_Array_SetGenericValueImpl):
3368         mono_gc_wbarrier_value_copy() doesn't perform the copy itself, so
3369         we still need the memcpy().
3371 2009-07-22  Mark Probst  <mark.probst@gmail.com>
3373         * sgen-gc.c: Align array bounds calculation to mono_array_size_t
3374         so that big arrays are handled correctly.  Always use
3375         safe_object_get_size() to calculate array object sizes, which
3376         takes bounds into account.
3378 2009-07-22  Mark Probst  <mark.probst@gmail.com>
3380         * sgen-gc.c (mono_gc_wbarrier_value_copy): Make sure the class's
3381         GC descriptor is computed before we use it.
3383 2009-07-22  Mark Probst  <mark.probst@gmail.com>
3385         * icall.c (ves_icall_System_Array_SetGenericValueImpl): Use a
3386         write barrier if necessary.
3388 2009-07-22  Mark Probst  <mark.probst@gmail.com>
3390         * icall-def.h, icall.c, thread-types.h: New separate icall for
3391         VolatileWrite(object&,object) that uses a write barrier.
3393         * console-unix.c, file-io.c, icall.c, threads.c: Use write
3394         barriers in icalls which write to "ref" or "out" arguments.
3396 2009-07-21  Zoltan Varga  <vargaz@gmail.com>
3398         * marshal.c (mono_marshal_get_runtime_invoke): Do the work done in the exception
3399         handler in a separate icall, to reduce the size of the wrappers.
3401 2009-07-20 Rodrigo Kumpera  <rkumpera@novell.com>
3403         * metadata-verify.c (is_valid_typespec_blob): Fix error message.
3405 2009-07-20 Rodrigo Kumpera  <rkumpera@novell.com>
3407         * metadata-verify.c (parse_field): Allow byref field.
3409         * metadata-verify.c (parse_locals_signature): Allow byref locals.
3411         * metadata-verify.c (is_valid_typespec_blob): Allow byref typespec.
3413 2009-07-20 Rodrigo Kumpera  <rkumpera@novell.com>
3415         * verify.c (do_cast): Fail for any non reference type that isn't boxed.
3416         Fixes #522784.
3418 2009-07-20  Robert Jordan  <robertj@gmx.net>
3420         * cominterop.c (cominterop_get_managed_wrapper_adjusted):
3421         Fix invalid IL in valuetype handling (STOBJ must push the
3422         corresponding class). Fixes bug #523149.
3424         Code is contributed under MIT/X11 license.
3426 2009-07-20  Geoff Norton  <gnorton@novell.com>
3428         * gc.c: Use proper semaphores where available on posix and darwin.
3430 2009-07-19  Geoff Norton  <gnorton@novell.com>
3432         * gc.c: Unnamed posix semaphores are broken on darwin-arm too.
3434 2009-07-19 Rodrigo Kumpera  <rkumpera@novell.com>
3436         * refletion.c (is_sre_usertype): Change name to is_usertype and
3437         invert it's result so it returns true if the type is an user type
3438         and not the opposite.
3440         * reflection.c (is_*_type): Change all of those to use new macro
3441         check_corlib_type_cached that cached the type lookup so we don't
3442         need to do string comparisons all the type. Changed the signature
3443         to take a MonoClass instead.
3445         * reflection.c: Change mono_image_create_token and resolve_object
3446         to use is_sre_* functions.
3448 2009-07-18  Mark Probst  <mark.probst@gmail.com>
3450         * sgen-gc.c: Check for writes to the stack in the managed
3451         wbarrier as well.
3453 2009-07-18  Mark Probst  <mark.probst@gmail.com>
3455         * sgen-gc.c: When a thread is unregistered, don't free its remsets
3456         but put them on a list which is processed with the other thread's
3457         remsets.
3459 2009-07-18  Mark Probst  <mark.probst@gmail.com>
3461         * sgen-gc.c: Fix and enable the internal allocator instead of
3462         using malloc/free (which causes deadlocks).
3464 2009-07-16 Rodrigo Kumpera  <rkumpera@novell.com>
3466         * refletion.c: Fix builds with SRE disabled by adding a minimal
3467         implementation of mono_reflection_type_get_handle.
3469 2009-07-15 Rodrigo Kumpera  <rkumpera@novell.com>
3471         * refletion.c: Make mono_reflection_type_get_handle non static.
3473         * object-internals.h: Export mono_reflection_type_get_handle.
3475         * icall.c (ves_icall_MonoGenericClass_InflateType): Resolve the
3476         unmanaged handle using mono_reflection_type_get_handle.
3478 2009-07-15 Rodrigo Kumpera  <rkumpera@novell.com>
3480         * refletion.c: Replace all reads of MonoReflectionType::type with
3481         calls to mono_reflection_type_get_handle. Only the functions that
3482         deal with constructing TypeBuilder::type have not been changed
3483         because they have to deal with NULL values.
3485         This is a first step into supporting reflection types that don't
3486         map directly into their unmanaged counterpart.
3488 2009-07-14 Rodrigo Kumpera  <rkumpera@novell.com>
3490         * metadata-verify.c (parse_locals_signature): Don't complain
3491         on signature with zero locals since MS generates it and doesn't
3492         bother with.
3494 2009-07-14 Rodrigo Kumpera  <rkumpera@novell.com>
3496         * reflection.c (mono_image_get_array_token): Resolve return
3497         type using mono_reflection_type_get_handle.
3499         * reflection.c (mono_image_get_array_token): Resolve array method
3500         parent type using mono_reflection_type_get_handle.
3502 2009-07-14  Zoltan Varga  <vargaz@gmail.com>
3504         * reflection.c (mono_image_basic_init): Applied patch from
3505         <Dax@daxxfiles.net>. Set the public key token from the assembly
3506         builder. Fixes #518909.
3508         * appdomain.c: Bump corlib version.
3510 2009-07-13  Zoltan Varga  <vargaz@gmail.com>
3512         * class.c (mono_class_needs_cctor_run): Make this return false if
3513         the class has no cctor.
3515 2009-07-13  Mark Probst  <mark.probst@gmail.com>
3517         * sgen-gc.c: When the minor GC needs to allocate a new section,
3518         invoke the major GC afterwards.
3520 2009-07-14  Bill Holmes  <billholmes54@gmail.com>
3522         * process.c  (ves_icall_System_Diagnostics_Process_ShellExecuteEx_internal) :
3523           Applying the window_style field to the SHELLEXECUTEINFO struct.
3525         Code is contributed under MIT/X11 license.
3527 2009-07-13  Mark Probst  <mark.probst@gmail.com>
3529         * sgen-gc.c: Fix the race condition in the unmanaged allocator by
3530         locking earlier.  Fix it in the managed allocator by making sure
3531         that no thread is stopped there before the GC runs.  If we do stop
3532         a thread there, we restart it and let it run a but, until it stops
3533         somewhere else.
3535         * gc-internal.h, gc.c: Function for getting the IP from a signal
3536         context via a function registered by mini.
3538 2009-07-11  Zoltan Varga  <vargaz@gmail.com>
3540         * object-internals.h (MonoIntPtr): New structure describing a boxed
3541         IntPtr.
3543         * object.c (mono_runtime_invoke_array): Handle ptr arguments and
3544         returns. Fixes #519953.
3546         * marshal.c (mono_marshal_get_runtime_invoke): Handle pointer returns.
3548 2009-07-09  Mark Probst  <mark.probst@gmail.com>
3550         * class-internals.h, generic-sharing.c: New RGCTX info type for
3551         getting a remoting invoke with check wrapper.
3553 2009-07-07  Geoff Norton  <gnorton@novell.com>
3555         * icall-def.h: Fix the enable-minimal build.
3557 2009-07-07 Rodrigo Kumpera  <rkumpera@novell.com>
3559         * object-internals.h: Add MonoReflectionDerivedType.
3561         * reflection.c: Implement support for PointerType.
3562         Fixed tons of warnings.
3564 2009-07-07 Rodrigo Kumpera  <rkumpera@novell.com>
3566         * object-internals.h: Add MonoReflectionByRefType.
3568         * reflection.c: Implement support for ByRefType.
3570 2009-07-07 Rodrigo Kumpera  <rkumpera@novell.com>
3572         * icall-def.h: Add System.Reflection.Emit.DerivedType::create_unmanaged_type.
3574         * object-internals.h: Add MonoReflectionArrayType and
3575         mono_reflection_create_unmanaged_type.
3577         * reflection.c: Implement support for ArrayType.
3579 2009-07-07 Rodrigo Kumpera  <rkumpera@novell.com>
3581         * metadata-verify.c (is_valid_method_header): Parse EH block
3582         flags correctly.
3584 2009-07-03  Mark Probst  <mark.probst@gmail.com>
3586         * sgen-gc.c (finish_gray_stack): Set the to_space pointer after
3587         processing the disappearing links, and process disappearing links
3588         in a loop until no new objects are copied.
3590 2009-07-03  Mark Probst  <mark.probst@gmail.com>
3592         * object.c (handle_enum): Invoke the write barrier when copying
3593         value type instances.
3595         * sgen-gc.c: Register remsets for unmanaged write barriers only
3596         when the address written to is actually on the heap.  This makes
3597         set_value() in object.c work without requiring that the result be
3598         on the heap.
3600 2009-07-02 Rodrigo Kumpera  <rkumpera@novell.com>
3602         The runtime wrappers are all bound to a given type that must
3603         exist in the same image. For regular images we use the <Module>
3604         type, which is required to exist for all images.
3606         The <Module> type can't be used for dynamic images because it
3607         might not exist at the time the wrapper is required, so we create
3608         a synthetic type to use instead.
3610         The current code works because of the 2 stage setup of MonoClass,
3611         but once this is gone it will no longer work.
3613         * icall-def.h: Add ModuleBuilder::set_wrappers_type.
3615         * metadata-internals.h (MonoDynamicImage): Add wrappers_type.
3617         * object-internals.h: Export mono_image_set_wrappers_type icall
3618         as part of the internal API.
3620         * marshal.c (get_wrapper_target_class): If the image is dynamic,
3621         use MonoDynamicImage::wrappers_type instead of the <Module> type.
3623         reflection.c: Add mono_image_set_wrappers_type qhixh sets the dynamic
3624         image wrappers_type to the provided value.
3626 2009-07-01 Rodrigo Kumpera  <rkumpera@novell.com>
3628         * appdomain.c (deregister_reflection_info_roots): No need
3629         to use the image lock here.
3631 2009-07-02  Mark Probst  <mark.probst@gmail.com>
3633         * sgen-gc.c (collect_nursery): Also scan from write-barrier roots.
3635 2009-06-29  Zoltan Varga  <vargaz@gmail.com>
3637         * threads.c: Store the thread start argument in a hash table instead of
3638         registering it as a root, as libgc doesn't support unregistering roots
3639         under windows, leading to 'too many root sets' errors when many threads
3640         are created.
3642         * gc.c (mono_gc_run_finalize): Avoid finalizing dynamic methods during
3643         shutdown, they can still be referenced by the other dying objects.
3644         Fixes #514506.
3646 2009-06-27 Gonzalo Paniagua Javier <gonzalo@novell.com>
3648         * socket-io.c: DontLinger does not allow LingerOptions.
3650 2009-06-26 Rodrigo Kumpera  <rkumpera@novell.com>
3652         * metadata-verify.c: The spec doesn't mention that it's possible to add
3653         custom attribute to a generic parameter. Fixed.
3655 2009-06-26 Rodrigo Kumpera  <rkumpera@novell.com>
3657         * class.c (inflate_generic_type): Don't crash while trying to output a message
3658         on why we're aborting.
3660 2009-06-26 Gonzalo Paniagua Javier <gonzalo@novell.com>
3662         * socket-io.c: DontLinger can take an int or a boolean too.
3664 Fri Jun 26 17:00:04 CEST 2009 Paolo Molaro <lupus@ximian.com>
3666         * gc.c: check for a null argument to SuppressFinalize () and
3667         ReRegisterForFinalize ().
3669 2009-06-26 Rodrigo Kumpera  <rkumpera@novell.com>
3671         * loader.c (method_from_methodspec): Call into the verifier to check
3672         the signature.
3674         * metadata-verify.c: Addmono_verifier_verify_methodspec_signature.
3676         * verify-internals.h: Export mono_verifier_verify_methodspec_signature as
3677         part of the internal API.
3679 2009-06-25 Rodrigo Kumpera  <rkumpera@novell.com>
3681         * metadata.c (mono_type_create_from_typespec): Call into the verifier to check
3682         the signature.
3684         * metadata-verify.c: Add mono_verifier_verify_typespec_signature.
3686         * verify-internals.h: Export mono_verifier_verify_typespec_signature as
3687         part of the internal API.
3689 2009-06-25 Rodrigo Kumpera  <rkumpera@novell.com>
3691         * metadata.c (mono_metadata_parse_mh_full): Call into the verifier to check
3692         the signature.
3694         * metadata-verify.c: Add mono_verifier_verify_standalone_signature. Fix
3695         blob verification.
3697         * verify-internals.h: Export mono_verifier_verify_memberref_signature as
3698         part of the internal API.
3700 2009-06-25 Rodrigo Kumpera  <rkumpera@novell.com>
3702         * metadata-verify.c: Use is_valid_blob_object to verify blob validity
3703         when doing basic verification. 
3705         This check must be done since the runtime peeks into signatures in much
3706         more places than it does decoding so it makes sense to ensure that all
3707         pointers to blob objects are well formed.
3709 2009-06-25 Rodrigo Kumpera  <rkumpera@novell.com>
3711         * metadata-verify.c (is_valid_blob_object): Add extra minsize argument.
3712         Use proper overflow dectection. Fix usage of it.
3714 2009-06-25 Rodrigo Kumpera  <rkumpera@novell.com>
3716         * loader.c (field_from_memberref): Call into the verifier to check
3717         the signature.
3719         * loader.c (mono_method_get_signature_full): Same.
3721         * loader.c (method_from_memberref): Same.
3723         * metadata-verify.c: Add mono_verifier_verify_memberref_signature.
3725         * verify-internals.h: Export mono_verifier_verify_memberref_signature as
3726         part of the internal API.
3728 2009-06-25  Mark Probst  <mark.probst@gmail.com>
3730         * threadpool.c (mono_thread_pool_add): If the domain is unloading
3731         or unloaded, still return an AsyncResult, but don't add it to the
3732         threadpool.
3734 2009-06-25 Gonzalo Paniagua Javier <gonzalo@novell.com>
3736         * threads.c: fix missing colon when DEBUG is defined.
3738 2009-06-25  Mark Probst  <mark.probst@gmail.com>
3740         * threadpool.c: Don't add new calls to a threadpool if the domain
3741         of the call is unloading or unloaded.  When dequeuing a job, null
3742         the reference in the queue.
3744 2009-06-25  Mark Probst  <mark.probst@gmail.com>
3746         * sgen-gc.c (null_link_in_range): Add the dislink for the old
3747         generation if an object was moved.
3749 2009-06-25  Sylvain Dupont <duposyl@gmail.com>
3751         * cominterop.h cominterop.c marshal.c: Added support for marshalling out 
3752           parameters of type SAFEARRAY[VARIANT].
3754         * reflection.c (encode_marshal_blob): Properly generate element type
3755           (SafeArraySubType marshal attribute option).
3757         Code is contributed under MIT/X11 license.
3759 Thu Jun 25 15:48:09 CEST 2009 Paolo Molaro <lupus@ximian.com>
3761         * reflection.c: in mono_method_clear_object () really ensure all the
3762         objects are removed.
3764 2009-06-24 Rodrigo Kumpera  <rkumpera@novell.com>
3766         * loader.c (mono_method_signature): Call into the verifier to check
3767         the method signature.
3769         * metadata-verify.c (verify_method_table): Move signature verification
3770         to verify_method_table_full.
3772         * metadata-verify.c: Add mono_verifier_verify_method_signature.
3774         * verify-internals.h: Export mono_verifier_verify_method_signature as
3775         part of the internal API.
3777 2009-06-24 Rodrigo Kumpera  <rkumpera@novell.com>
3779         * loader.c (mono_method_get_header): Call into the verifier to
3780         check the method header.
3782         * metadata-verify.c: Add mono_verifier_verify_method_header.
3784         * verify-internals.h: Export mono_verifier_verify_method_header as
3785         part of the internal API.
3787 2009-06-24 Rodrigo Kumpera  <rkumpera@novell.com>
3789         * class.c (mono_class_find_enum_basetype): Call into the verifier to
3790         check the field signature. Replace an assert with an explicit check.
3792         * class.c (mono_class_setup_fields): Call into the verifier to check
3793         the field signature.
3795         * metadata-verify.c: Add mono_verifier_verify_field_signature.
3797         * verify-internals.h: Export mono_verifier_verify_field_signature as
3798         part of the internal API.
3800 2009-06-24 Rodrigo Kumpera  <rkumpera@novell.com>
3802         * class.c (mono_class_find_enum_basetype): Simplify this function
3803         by moving code outside of the loop and not decoding static fields.
3805 2009-06-24 Rodrigo Kumpera  <rkumpera@novell.com>
3807         * metadata-verify.c (verify_typedef_table): Check the extends
3808         token here. Move to here a flags check from verify_typedef_table_full.
3810 2009-06-24  Zoltan Varga  <vargaz@gmail.com>
3812         * metadata-verify.c (is_valid_method_header): Fix a warning.
3814         * metadata-internals.h (MonoImage): Remove the unused 
3815         static_rgctx_invoke_wrapper_cache.
3817         * image.c marshal.c: Ditto.
3819 2009-06-23 Rodrigo Kumpera  <rkumpera@novell.com>
3821         * image.c (do_mono_image_load): Enable table data verification.
3823 2009-06-23 Rodrigo Kumpera  <rkumpera@novell.com>
3825         * metadata-verify.c (is_valid_constant): Fix nullref check.
3827 2009-06-23 Rodrigo Kumpera  <rkumpera@novell.com>
3829         * metadata-verify.c (is_valid_constant): Fix string bounds check.
3831 2009-06-22  Mark Probst  <mark.probst@gmail.com>
3833         * sgen-gc.c: Managed allocation with pthreads TLS.
3835         * threads.c, threads-types.h: Functions for the JIT to tell the
3836         runtime whether it supports the MONO_TLS opcode.
3838 2009-06-22 Rodrigo Kumpera  <rkumpera@novell.com>
3840         * metadata-verify.c (verify_param_table): Fix a crash for assemblies
3841         without methods.
3843 2009-06-22 Rodrigo Kumpera  <rkumpera@novell.com>
3845         * metadata-verify.c (is_valid_constant): Fix the string length check.
3846         Use safe overflow checking. Add decent error messages.
3848 2009-06-22 Rodrigo Kumpera  <rkumpera@novell.com>
3850         * metadata-verify.c: Move remaininh blob checks to the offline
3851         verification path.
3853 2009-06-22 Rodrigo Kumpera  <rkumpera@novell.com>
3855         * metadata-verify.c: Move more blob checks to the offline verification
3856         path.
3858 2009-06-22  Bill Holmes  <billholmes54@gmail.com>
3860         * object-internals.h : Adding interrupt_on_stop field.
3862         * threads.c (mono_thread_request_interruption) : On Windows exit the
3863           thread if interrupt_on_stop is set.
3865         * socket-io.c (ves_icall_System_Net_Sockets_Socket_Accept_internal) :
3866          Removing old interrupt logic and setting the interrupt_on_stop for the
3867          thread when calling accept.
3869         * socket-io.c (ves_icall_System_Net_Sockets_Socket_Receive_internal) :
3870          setting the interrupt_on_stop for the thread when calling accept.
3872         Contributed under MIT/X11 license.
3874 2009-06-20  Martin Baulig  <martin@ximian.com>
3876         * mono-debug.h (MONO_DEBUGGER_MINOR_VERSION): Bump to 3.
3878 2009-06-21  Zoltan Varga  <vargaz@gmail.com>
3880         * appdomain.c (mono_try_assembly_resolve): Don't call managed code when
3881         running in no-exec mode.
3883 2009-06-19 Rodrigo Kumpera  <rkumpera@novell.com>
3885         * metadata-verify.c (verify_method_table): Move header
3886         checking to verify_method_table_full.
3888         * metata-verify.c (mono_verifier_verify_full_table_data):
3889         Call verify_method_table_full.
3891 2009-06-19 Rodrigo Kumpera  <rkumpera@novell.com>
3893         * metadata-verify.c (verify_field_table): Move signature
3894         checking to verify_field_table_full.
3896         * metata-verify.c (mono_verifier_verify_full_table_data):
3897         Call verify_field_table_full.
3899 2009-06-19 Rodrigo Kumpera  <rkumpera@novell.com>
3901         * metadata-verify.c (verify_typedef_table): Move remaining
3902         stuff to verify_typedef_table_full.
3904 2009-06-19 Rodrigo Kumpera  <rkumpera@novell.com>
3906         * metadata-verify.c: Kill is_corlib from VerifyContext.
3907         It is only used by the offline mode.
3908         So we better remove it from the runtime path.
3910 2009-06-19 Rodrigo Kumpera  <rkumpera@novell.com>
3912         * metadata-verify.c: Add new mono_verifier_verify_full_table_data
3913         function that perform the offline metadata verification steps.
3915         * metadata-verify.c (verify_typedef_table): Move some checks to
3916         verify_typedef_table_full and make it been called by new function
3917         mono_verifier_verify_full_table_data.
3919         * pedump.c: Call mono_verifier_verify_full_table_data.
3921         * verify-internals.h: Export mono_verifier_verify_full_table_data as
3922         part of the internal API.
3924 2009-06-19 Rodrigo Kumpera  <rkumpera@novell.com>
3926         * metadata-verify.c (typedef_is_system_object): Fix System.Object
3927         check.
3929         * metadata-verify.c (verify_implmap_table): Fix implmap invalid
3930         flags bits. SupportLastError was confused as bit 7 instead of 6.
3932         * metadata-verify.c (verify_implmap_table): Fix import scope verification
3933         to check against the module ref table instead of module.
3935         * metadata-verify.c (verify_implmap_table): Fix corlib check.
3937         * pedump.c: Call mono_image_load_names.
3939 2009-06-19 Rodrigo Kumpera  <rkumpera@novell.com>
3941         * image.c: Extract mono_image_load_names from do_mono_image_load.
3943         * metadata-internals.h: Export mono_image_load_names as part of
3944         the internal API.
3945         
3946 2009-06-19  Zoltan Varga  <vargaz@gmail.com>
3948         * metadata.c (mono_metadata_cleanup): Free the generic method cache
3949         first, as it could reference data in the other caches.
3951 2009-06-18 Rodrigo Kumpera  <rkumpera@novell.com>
3953         * metadata-verify.c: Finished with method header verification.
3955 2009-06-18 Rodrigo Kumpera  <rkumpera@novell.com>
3957         * metadata-verify.c: Added more header verification code.
3958         Now only EH clauses are missing.
3960 2009-06-17  Zoltan Varga  <vargaz@gmail.com>
3962         * marshal.c (get_runtime_invoke_type): Don't share primitive types
3963         for return values.
3965 2009-06-16 Rodrigo Kumpera  <rkumpera@novell.com>
3967         * metadata-verify.c: Initial method header verification.
3969 2009-06-16 Rodrigo Kumpera  <rkumpera@novell.com>
3971         * metadata-verify.c (verify_import_table): The IAT contents
3972         might end been patched by the windows DL when running with
3973         coree enabled.
3975 2009-06-15 Rodrigo Kumpera  <rkumpera@novell.com>
3977         * class.c (mono_class_from_typeref): If the enclosing type is not
3978         found return null instead of crashing. Fixes #508487.
3980 2009-06-15  Atsushi Enomoto  <atsushi@ximian.com>
3982         * normalization-tables.h : updated to the latest unicode charcter
3983           data.
3984         * appdomain.c : bump corlib version.
3986 2009-06-14  Zoltan Varga  <vargaz@gmail.com>
3988         * class.c (mono_class_from_name): Fix support for assembly references
3989         in the EXPORTEDTYPE table. Fixes #511704.
3991 2009-06-13  Geoff Norton  <gnorton@novell.com>
3993         * domain.c: Ensure that mono_domain_assembly_open actually opens the
3994         assembly in the target domain.
3996 2009-06-12  Robert Jordan  <robertj@gmx.net>
3998         * cominterop.c (cominterop_get_ccw): Increment mspec's SizeParamIndex
3999         because "this" of the managed signature has become an
4000         ordinary parameter in the unmanaged signature.
4002 2009-06-12  Zoltan Varga  <vargaz@gmail.com>
4004         * class-internals.h (struct _MonoGenericContainer): Add an 'image'
4005         field for owner-less generic containers.
4007         * reflection.c (mono_reflection_initialize_generic_parameter): Set the
4008         image field of the owner-less generic containers created here.
4010         * metadata.c (mono_metadata_load_generic_params): Ditto, the
4011         contain is ownerless until the caller sets its owner.
4013         * metadata.c (type_in_image): Handle owner-less generic containers
4014         correctly.
4015         
4016 2009-06-11  Zoltan Varga  <vargaz@gmail.com>
4018         * image.c (mono_image_close): Support debug_assembly_unload for
4019         dynamic images too.
4021 2009-06-11 Andrés G. Aragoneses  <aaragoneses@novell.com>
4023         * class.c: Fix some typos in comments.
4025 2009-06-11  Zoltan Varga  <vargaz@gmail.com>
4027         * reflection.c (add_custom_modifiers): Avoid reading invalid memory.
4029         * threads.c (mono_thread_execute_interruption): Avoid creating the
4030         abort exception object while holding the synch_cs lock.
4032 2009-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
4034         * metadata-verify.c: Verify basic cattr content.
4036 2009-06-10  Zoltan Varga  <vargaz@gmail.com>
4038         * reflection.c (add_exported_type): Don't set the FORWARDER flag on
4039         nested types.
4040         
4041         * reflection.c (mono_image_fill_export_table_from_type_forwarders): Add
4042         support for nested types. Fixes #511704.
4044 2009-06-09 Rodrigo Kumpera  <rkumpera@novell.com>
4046         * metadata-verify.c: Verify methodspec signatures.
4048 2009-06-09 Rodrigo Kumpera  <rkumpera@novell.com>
4050         * metadata-verify.c: Verify typespec signatures.
4052 2009-06-09  Zoltan Varga  <vargaz@gmail.com>
4054         * metadata.c (free_inflated_method): Call 
4055         mono_marshal_free_inflated_wrappers (), which was missed earlier.
4057 2009-06-08  Miguel de Icaza  <miguel@novell.com>
4059         * mono-config.c: Small change to report the PPC64/ILP32 model.
4061 2009-06-05 Rodrigo Kumpera  <rkumpera@novell.com>
4063         * metadata-verify.c (parse_type): Check szarray.
4065 2009-06-05 Rodrigo Kumpera  <rkumpera@novell.com>
4067         * metadata-verify.c (parse_type): Check fnptr.
4069 2009-06-05 Rodrigo Kumpera  <rkumpera@novell.com>
4071         * metadata-verify.c (parse_type): Check generic instances.
4073 2009-06-05 Rodrigo Kumpera  <rkumpera@novell.com>
4075         * metadata-verify.c (parse_type): Check array shape.
4077 2009-06-05  Robert Jordan  <robertj@gmx.net>
4079         * class.c (mono_class_create_from_typedef): Check only for
4080         mscorlib's System.Array.
4082 2009-06-04 Rodrigo Kumpera  <rkumpera@novell.com>
4084         * metadata-verify.c (parse_type): Check pointer, class/valuetype
4085         and generic params. 
4087         * metadata-verify.c (parse_field): Check the signature.
4089 2009-06-04 Rodrigo Kumpera  <rkumpera@novell.com>
4091         * metadata-verify.c: Implement locals signature check.
4093 2009-06-04  Marek Safar  <marek.safar@gmail.com>
4095         * domain.c: Add .NET 4.0 Beta 1 version.
4097 2009-06-04  Bill Holmes  <billholmes54@gmail.com>
4099         * cominterop.c (cominterop_ccw_queryinterface): Fix for bug 499566.
4100           For QueryInterface on CCWs consider the base class
4101           interfaces as well.
4103         Code is contributed under MIT/X11 license.
4105 2009-06-04  Zoltan Varga  <vargaz@gmail.com>
4107         * wrapper-types.h: Delete STATIC_RGCTX_INVOKE.
4109         * marshal.c (mono_marshal_ret_static_rgctx_invoke): Remove, no longer
4110         used.
4112         * icall.c (ves_icall_System_Delegate_CreateDelegate_internal): Avoid
4113         adding a static-rgctx invoke wrapper, it is done by the runtime trampolines.
4115         * generic-sharing.c (inflate_other_data): Ditto.
4116         
4117 2009-06-03 Rodrigo Kumpera  <rkumpera@novell.com>
4119         * metadata-verify.c: Implement property signature check.
4121 2009-06-04  Mark Probst  <mark.probst@gmail.com>
4123         * sgen-gc.h: Register saving support for PPC.
4125 2009-06-04  Mark Probst  <mark.probst@gmail.com>
4127         * sgen-gc.c: Fixed a pthread TLS screwup.
4129 2009-06-04  Mark Probst  <mark.probst@gmail.com>
4131         * sgen-gc.c: Do TLS using pthread API if __thread keyword is not
4132         supported.
4134 2009-06-04  Mark Probst  <mark.probst@gmail.com>
4136         * sgen-gc.c: Disable TLA and managed allocation if the __thread
4137         keyword is not supported.
4139 2009-06-04  Zoltan Varga  <vargaz@gmail.com>
4141         * marshal.c metadata.c: Applied patch from Ulrich Weigand 
4142         <uweigand@de.ibm.com>: Free the wrappers of inflated generic methods when
4143         the inflated method is freed. Fixes #508389.
4145         The code is contributed under the MIT/X11 license.
4146         
4147 2009-06-03  Zoltan Varga  <vargaz@gmail.com>
4149         * marshal.c (get_wrapper_target_class): New helper function.
4150         (mono_marshal_get_runtime_invoke): Place runtime-invoke wrappers into
4151         the <Module> class of the image. Fixes #509049.
4153 2009-06-01 Rodrigo Kumpera  <rkumpera@novell.com>
4155         * threads.c (ves_icall_System_Threading_Thread_Sleep_internal):
4156         Check if the thread was interrupted and proccess it straight away.
4157         Makes abortion much more responsive.
4159 2009-06-01 Rodrigo Kumpera  <rkumpera@novell.com>
4161         * threads.c (mono_thread_execute_interruption): Use atomic cas with
4162         MonoThread::interruption_requested to match it's counterpart.
4164         Fixes a hang in abort-stress-1 on a 2 core x86.
4166         * threads.c (ves_icall_System_Threading_Thread_GetAbortExceptionState):
4167         Fix warning.
4169 2009-06-01 Rodrigo Kumpera  <rkumpera@novell.com>
4171         Change MonoImage::name_cache to be protected by the image lock
4172         instead of the loader lock.
4174         * appdomain.c (deregister_reflection_info_roots): Protect access
4175         to name_cache.
4177         * class.c (mono_image_init_name_cache): Change from the loader lock
4178         to the image lock. Check if the cache wasn't already created.
4180         * class.c: Change from the loader to the image lock.
4182         * icall.c (ves_icall_System_Reflection_Assembly_GetNamespaces): Fix
4183         the code to hold the image lock while iterating over name_cache and
4184         not go into mono_array_new holding it.
4186         * metadata-internals.h: Add a comment about this change.
4188 2009-06-01 Rodrigo Kumpera  <rkumpera@novell.com>
4190         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType):
4191         Under the 2.0 profile raise the loader error.
4193         Fixes #508532.
4195 2009-06-01 Rodrigo Kumpera  <rkumpera@novell.com>
4197         * marshal.c (mono_marshal_get_runtime_invoke): Emit the right kind
4198         of ldind opcode for generic instances so we don't fail for direct wrappers.
4199         This only affect direct calls.
4201 2009-05-31  Zoltan Varga  <vargaz@gmail.com>
4203         * reflection.c (create_dynamic_mono_image): Fix warnings.
4205         * generic-sharing.c (other_info_equal): Ditto.
4206         
4207 2009-05-29 Rodrigo Kumpera  <rkumpera@novell.com>
4209         * metadata-verify.c: Implement field signature check.
4211 2009-05-29 Rodrigo Kumpera  <rkumpera@novell.com>
4213         * metadata-verify.c: Implement standalone signature check.
4215 2009-05-28 Rodrigo Kumpera  <rkumpera@novell.com>
4217         * metadata-verify.c: Implement methodref signature check.
4219 2009-05-28  Zoltan Varga  <vargaz@gmail.com>
4221         * object-internals.h (MonoRuntimeCallbacks): New structure containing
4222         callbacks supplied by the runtime.
4224         * object.c (mono_install_callbacks): New internal function to install
4225         the callbacks.
4227         * object.c (mono_create_ftnptr): Move the implementation of this to
4228         mini/.
4230         * object.c (mono_get_addr_from_ftnptr): Ditto.  
4232 2009-05-27 Rodrigo Kumpera  <rkumpera@novell.com>
4234         * metadata-verify.c (parse_return_type): Proper byref check.
4235         * metadata-verify.c (is_valid_method_signature): Check for zero arity
4236         generic signatures and method params.
4238 2009-05-27 Rodrigo Kumpera  <rkumpera@novell.com>
4240         * metadata-verify.c (decode_signature_header): Fix bounds check.
4242         * metadata-verify.c (parse_custom_mods): Check custom mods.
4244         * metadata-verify.c (parse_type): Do initial basic verification
4245         of valid values.
4246         
4247         * metadata-verify.c (is_valid_method_signature): Parse the generic
4248         param count.
4250 2009-05-26 Rodrigo Kumpera  <rkumpera@novell.com>
4252         * icall.c (ves_icall_Type_GetMethodsByName): Virtual methods should be
4253         discarded based on their most specific definition so we set the method_slots
4254         array before checking if the method is acceptable or not.
4256         Fixes #506757.
4258 2009-05-26  Mark Probst  <mark.probst@gmail.com>
4260         * icall.c: Free the old array when resizing a mono_ptr_array.
4262 2009-05-26  Mark Probst  <mark.probst@gmail.com>
4264         * reflection.c (create_dynamic_mono_image): Use mono_object_hash()
4265         for the hashes whose keys are managed objects.
4267 2009-05-26  Mark Probst  <mark.probst@gmail.com>
4269         * object-internals.h, threads.c: Set the execution context on
4270         thread start here, not in corlib.
4272         * appdomain.c: Bump corlib version.
4274 2009-05-27  Martin Baulig  <martin@ximian.com>
4276         * mono-debug.c (mono_debug_init): Use `MONO_DEBUG_FORMAT_DEBUGGER'
4277         if `_mono_debug_using_mono_debugger' is set to make things work
4278         properly when embedding Mono.
4280 2009-05-25 Rodrigo Kumpera  <rkumpera@novell.com>
4282         * class.c (mono_class_setup_fields): Don't mark simd types as having
4283         16 bytes alignment as the whole runtime doesn't support.
4285 2009-05-25 Rodrigo Kumpera  <rkumpera@novell.com>
4287         * metadata-verify.c (safe_read): Use endian safe read macros.
4289 2009-05-25  Zoltan Varga  <vargaz@gmail.com>
4291         * object.c (mono_create_ftnptr): Don't allocate from the code mempool since
4292         it is read-only when using full aot.
4294 2009-05-22 Rodrigo Kumpera  <rkumpera@novell.com>
4296         * metadata-verify.c (is_valid_method_signature): Verify parts
4297         of the return type. Provide an error message in case of failure.
4299 2009-05-22 Rodrigo Kumpera  <rkumpera@novell.com>
4301         * metadata-verify.c (is_valid_method_signature): Verify the call conv.
4303 2009-05-22 Rodrigo Kumpera  <rkumpera@novell.com>
4305         * metadata-verify.c: Include the size prefix in the bounds check.
4307 2009-05-22  Miguel de Icaza  <miguel@novell.com>
4309         * icall.c: Remove warnings.
4311         * mono-config.c: Allow for CONFIG_CPU to be set in config.h and
4312         prevent auto-detection based on GCC defines.
4314         Add PS3
4316         * metadata-verify.c: Do not include signal.h
4318         * generic-sharing.c, marshal.c: Add returns to avoid some warning
4319         messages.  Not sure why the g_assert_not_reached is not enough to
4320         quiet the compiler.
4321         
4323         * appdomain.c: Remove code that is not used when
4324         DISABLE_SHADOW_COPY is set.
4326         * image.c: use g_getenv
4328 2009-05-21  Miguel de Icaza  <miguel@novell.com>
4330         * reflection.c: Remove code that it not used with
4331         DISABLE_REFLECTION_EMIT is defined.
4333 2009-05-21  Zoltan Varga  <vargaz@gmail.com>
4335         * marshal.c (mono_marshal_get_runtime_invoke): Share more runtime
4336         invoke wrappers.
4338 2009-05-20  Miguel de Icaza  <miguel@novell.com>
4340         * socket-io.c
4341         (ves_icall_System_Net_Sockets_Socket_Available_internal): Remove
4342         the ifdef here and instead put that on io-layer
4344 2009-05-19 Rodrigo Kumpera  <rkumpera@novell.com>
4346         * metadata-verify.c: Verify the generic param constraint table.
4348 2009-05-19 Rodrigo Kumpera  <rkumpera@novell.com>
4350         * metadata-verify.c (verify_generic_param_table): Fix
4351         thinko on the valid flags bits for generic params.
4353 2009-05-19 Rodrigo Kumpera  <rkumpera@novell.com>
4355         * metadata-verify.c: Verify the methodspec table.
4357 2009-05-19 Rodrigo Kumpera  <rkumpera@novell.com>
4359         * metadata-verify.c: Verify the generic param table.
4361 2009-05-19  Mark Probst  <mark.probst@gmail.com>
4363         * sgen-gc.c: Store and use the count with REMSET_VTYPE.
4365 2009-05-19  Mark Probst  <mark.probst@gmail.com>
4367         * sgen-gc.c: Use generation enum more consistently and use the
4368         correct generation in mono_gc_register_for_finalization().
4370 2009-05-18 Rodrigo Kumpera  <rkumpera@novell.com>
4372         * metadata-verify.c: Verify the nested class table.
4374 2009-05-18 Rodrigo Kumpera  <rkumpera@novell.com>
4376         * metadata-verify.c: Verify the manifest resource table.
4378 2009-05-17  Zoltan Varga  <vargaz@gmail.com>
4380         * debug-helpers.c (dis_one): Add little-endian support for ldstr.
4382 2009-05-16  Zoltan Varga  <vargaz@gmail.com>
4384         * class.c (mono_class_get_vtable_entry): Avoid adding static-rgctx
4385         wrappers, this is now done in the JIT.
4386         
4387         * class.c (mono_set_generic_sharing_supported): New internal function.
4388         (mono_class_generic_sharing_enabled): Move the #ifdef stuff to the JIT.
4390 2009-05-15 Rodrigo Kumpera  <rkumpera@novell.com>
4392         * metadata-verify.c: Verify the exported type table.
4394 2009-05-15 Rodrigo Kumpera  <rkumpera@novell.com>
4396         * pedump.c (main): Fake an assembly for netmodules to make the verifier happy.
4398 2009-05-15 Rodrigo Kumpera  <rkumpera@novell.com>
4400         * metadata-verify.c: Verify the file table.
4402 2009-05-15 Rodrigo Kumpera  <rkumpera@novell.com>
4404         * metadata-verify.c (verify_assembly_table): Fix an error message.
4406         * metadata-verify.c: Verify the assemblyref table.
4408 2009-05-15 Rodrigo Kumpera  <rkumpera@novell.com>
4410         * metadata-verify.c (verify_assembly_table): Fix the valid
4411         bits mask for flags.
4413 2009-05-15  Zoltan Varga  <vargaz@gmail.com>
4415         * debug-helpers.c (mono_method_full_name): Print generic parameters of
4416         generic methods as well.
4418 2009-05-15  Geoff Norton  <gnorton@novell.com>
4420         * gc.c: MachO/Darwin supports and uses semaphores fine for this 
4421         use-case and is significantly more performant than the wapi layer.
4423 2009-05-13 Rodrigo Kumpera  <rkumpera@novell.com>
4425         * metadata-verify.c: Verify the assembly table.
4427 2009-05-13 Rodrigo Kumpera  <rkumpera@novell.com>
4429         * metadata-verify.c: Fix rows limit check.
4431 2009-05-13 Rodrigo Kumpera  <rkumpera@novell.com>
4433         * metadata-verify.c: Verify the fieldrva table.
4435 2009-05-13  Mark Probst  <mark.probst@gmail.com>
4437         * sgen.c: Speed up weak links and finalizers by grouping them by
4438         generation.
4440 2009-05-13  Mark Probst  <mark.probst@gmail.com>
4442         * marshal.c (delegate_hash_table_add): When overwriting an entry,
4443         free the old GCHandle (only applies to SGen).
4445 2009-05-13  Zoltan Varga  <vargaz@gmail.com>
4447         * loader.c (mono_get_method_from_token): Avoid the expensive call to
4448         mono_metadata_load_generic_params () for non-generic methods.
4450 2009-05-12  Mark Probst  <mark.probst@gmail.com>
4452         * monitor.c, monitor.h (mono_monitor_get_object_monitor_weak_link):
4453         New function for returning a monitor's weak link if it has one.
4455         * sgen-gc.c: Remove an object's monitor's weak link (if it has
4456         one) when clearing a domain.  These can still be around because
4457         the object might not have been collected.
4459 2009-05-12  Zoltan Varga  <vargaz@gmail.com>
4461         * gc.c: Fix a warning.
4463 2009-05-12  Kornél Pál  <kornelpal@gmail.com>
4465         * gc.c (mono_gc_init): Set gc_thread on creation. This avoids the
4466         prevous wait that resulted in a deadlock on Windows when initializing
4467         the runtime form DllMain. Also results in improved startup time.
4468         (finalizer_thread): Get rid of thread_started_event.
4469         * threads.c, threads-types.h (mono_thread_create_internal): Return the
4470         resulting MonoThread.
4472         Contributed under MIT/X11 license.
4474 2009-05-11 Rodrigo Kumpera  <rkumpera@novell.com>
4476         * metadata-verify.c: Verify the implmap table.
4477         Don't require that #US and #Strings be present.
4479 2009-05-11  Sebastien Pouliot  <sebastien@ximian.com>
4481         * security-core-clr.c: Delegate checks are done at creation time,
4482         not a invocation time. Fix exception for Telerik Silverlight demo
4484 2009-05-11  Mark Probst  <mark.probst@gmail.com>
4486         * sgen-gc.c (need_remove_object_for_domain): Remove the special
4487         case for the Thread class.
4489         * threads.c: Do clean-up of abort exception/state in
4490         thread_cleanup() instead of Thread.free_internal().  Also clean up
4491         current_appcontext.  The reason we have to do that is because
4492         those references might point into another domain and if that
4493         domain is unloaded before the thread is finalized, they point to
4494         invalid data.
4496 2009-05-10  Andreas Faerber  <andreas.faerber@web.de>
4498         * null-gc.c (mono_gc_weak_link_add, mono_gc_clear_domain): Fix
4499         stub signatures.
4500         
4501         Contributed unter MIT/X11 license.
4503 2009-05-09  Miguel de Icaza  <miguel@novell.com>
4505         * verify.c, metadata-verifier.c: Add support for disabling the
4506         verifier in some builds.
4508         [ Sorry, my previous commit accidentally commited some work in
4509         progress ]
4511 2009-05-08  Zoltan Varga  <vargaz@gmail.com>
4513         * class.c (mono_class_setup_fields): Set class->field.first for
4514         generic instances.
4516 2009-05-07 Rodrigo Kumpera  <rkumpera@novell.com>
4518         * metadata-verify.c: Verify the typespec table.
4520 2009-05-07 Rodrigo Kumpera  <rkumpera@novell.com>
4522         * metadata-verify.c: Verify the module table.
4524 2009-05-06 Rodrigo Kumpera  <rkumpera@novell.com>
4526         * metadata-verify.c: Verify the methodimpl table.
4528 2009-05-06 Rodrigo Kumpera  <rkumpera@novell.com>
4530         * metadata-verify.c: Verify the property table.
4532 2009-05-06  Zoltan Varga  <vargaz@gmail.com>
4534         * debug-helpers.c (mono_method_desc_match): Add support for generic
4535         glob patterns.
4537 2009-05-05 Rodrigo Kumpera  <rkumpera@novell.com>
4539         * metadata-verify.c: Verify the propertymap table.
4541 2009-05-04 Rodrigo Kumpera  <rkumpera@novell.com>
4543         * metadata-verify.c: Verify the event table.
4545         * metadata-verify.c (search_sorted_table): Fix offset
4546         calculation.
4548 2009-05-02  Zoltan Varga  <vargaz@gmail.com>
4550         * domain-internals.h (struct _MonoJitInfo): Add a 'from_llvm' flag.
4552 2009-05-01  Mark Probst  <mark.probst@gmail.com>
4554         * gc.c (mono_gc_run_finalize): Don't set the domain too late,
4555         because mono_delegate_free_ftnptr() needs it.
4557 2009-04-30 Rodrigo Kumpera  <rkumpera@novell.com>
4559         * metadata-verify.c: Verify the eventmap table.
4561 2009-04-30 Rodrigo Kumpera  <rkumpera@novell.com>
4563         * metadata-verify.c: Verify the standalonesig table.
4565 2009-04-30 Rodrigo Kumpera  <rkumpera@novell.com>
4567         * metadata-verify.c: Verify the field layout table.
4569 2009-04-30 Rodrigo Kumpera  <rkumpera@novell.com>
4571         * class.c (mono_type_get_name_recurse): Don't crash
4572         for ownerless generic params.
4574         * debug-helpers.c (mono_type_get_desc): Correct the format
4575         for ownerless generic params.
4577 2009-04-30 Rodrigo Kumpera  <rkumpera@novell.com>
4579         * metadata-verify.c: Verify the class layout table.
4581 2009-04-30 Rodrigo Kumpera  <rkumpera@novell.com>
4583         * metadata-verify.c: Verify the decl security table.
4585 2009-04-30  Mark Probst  <mark.probst@gmail.com>
4587         * domain.c (mono_domain_set_internal_with_options): Don't do
4588         anything if the old domain is the same as the old one.  Fixes
4589         #499326.
4591 2009-04-30  Mark Probst  <mark.probst@gmail.com>
4593         * appdomain.c: Deregister the reflection_info roots when unloading
4594         a domain.
4596         * sgen-gc.c, domain.c, gc-internal.h: mono_gc_clear_domain() nulls
4597         memory allocated by a domain and frees its disappearing links.
4599         * boehm-gc.c, null-gc.c: Empty implementation of
4600         mono_gc_clear_domain().
4602 2009-04-30  Mark Probst  <mark.probst@gmail.com>
4604         * appdomain.c (clear_cached_vtable): Free the static fields memory
4605         block.
4607 2009-04-30  Mark Probst  <mark.probst@gmail.com>
4609         * gc.c: Set the correct domain when invoking finalizers.
4611         * appdomain.c: Set the correct domain when creating threads.
4613 2009-04-30  Mark Probst  <mark.probst@gmail.com>
4615         * sgen-gc.c: Fix skip size for vectors.
4617 2009-05-03  Martin Baulig  <martin@ximian.com>
4619         * mono-debug-debugger.c
4620         (mono_debugger_check_breakpoints): Check class init handlers even
4621         if we don't have any method load handers.
4623 2009-04-30  Zoltan Varga  <vargaz@gmail.com>
4625         * appdomain.c (ves_icall_System_AppDomain_GetAssemblies): Avoid 
4626         returning refonly assemblies if refonly is FALSE. Fixes #499013.
4628 2009-04-29 Rodrigo Kumpera  <rkumpera@novell.com>
4630         * metadata-verify.c: Verify the field marshal table.
4632 2009-04-29 Rodrigo Kumpera  <rkumpera@novell.com>
4634         * metadata-verify.c: Verify the custom attribute table.
4636 2009-04-28 Rodrigo Kumpera  <rkumpera@novell.com>
4638         * metadata-verify.c: Verify the constant table.
4640 2009-04-28 Rodrigo Kumpera  <rkumpera@novell.com>
4642         * metadata-verify.c: Verify the memberef table.
4644 2009-04-28 Rodrigo Kumpera  <rkumpera@novell.com>
4646         * metadata-verify.c (get_coded_index_token): Remove
4647         dead argument.
4649 2009-04-28 Rodrigo Kumpera  <rkumpera@novell.com>
4651         * metadata-verify.c: Verify the interfaceimpl table.
4653 2009-04-28 Rodrigo Kumpera  <rkumpera@novell.com>
4655         * verify.c: Improve error message.
4657         * debug-helpers.c (mono_type_get_desc): Harden the code that
4658         deals with VAR and MVAR.
4660 2009-04-28  Zoltan Varga  <vargaz@gmail.com>
4662         * image.c (mono_image_fixup_vtable): Avoid casting an lvalue. Fixes 
4663         part of #498692.
4665 2009-04-23 Tom Hindle <tom_hindle@sil.org>
4667         * cominterop.c (ves_icall_System_Runtime_InteropServices_Marshal_ReleaseComObjectInternal):
4668         changed to match .Net behaviour of not aborting on additional calls to ReleaseComObject.
4670 2009-04-28  Sebastien Pouliot  <sebastien@ximian.com>
4672         * security-core-clr.c: Avoid redundant checks for platform code, 
4673         e.g. check for method and for class (very common) and check
4674         for class and outer class (less common)...
4676 2009-04-27  Zoltan Varga  <vargaz@gmail.com>
4678         * reflection.c: Avoid returning random cattrs for synthetic methods.
4679         Fixes #498545.
4681 2009-04-27 Gonzalo Paniagua Javier <gonzalo@novell.com>
4683         * assembly.c: assemblies in the GAC should never be shadow-copied.
4685 2009-04-26  Mark Probst  <mark.probst@gmail.com>
4687         * domain.c, domain-internals.h: Disable
4688         track_resurrection_{objects,handles}_hash in MonoDomain if using
4689         SGen.
4691 2009-04-24 Rodrigo Kumpera  <rkumpera@novell.com>
4693         * metadata-verify.c: Verify the param table.
4695 2009-04-24 Rodrigo Kumpera  <rkumpera@novell.com>
4697         * metadata-verify.c (verify_typedef_table): Range check FieldList and
4698         MethodList.
4700         * metadata-verify.c (verify_method_table): Proper check the ParamList
4701         field.
4703 2009-04-24 Rodrigo Kumpera  <rkumpera@novell.com>
4705         * metadata-verify.c (verify_method_table): Check for runtime
4706         implemented functions such as delegate .ctors. Remove spurious
4707         printf.
4708         
4709 2009-04-24 Rodrigo Kumpera  <rkumpera@novell.com>
4711         * pedump.c: Proper initialize the runtime forcing the 2.0 profile.
4713 2009-04-24  Raja R Harinath  <harinath@hurrynot.org>
4715         Don't allocate MonoGenericInfo for ownerless generic params.
4716         * class-internals.h (MonoGenericParam::info): Move field to ...
4717         (MonoGenericParamFull): ... this.  New struct.
4718         (MonoGenericContainer::type_params): Change type to
4719         MonoGenericParamFull.
4720         (MonoGenericParam, MonoGenericContainer): Update accessors.
4721         * metadata.c (mono_metadata_parse_generic_param): Don't initialize
4722         'info' field for ownerless generic param.
4723         (mono_metadata_load_generic_params): Update to changes.
4724         * reflection.c (mono_reflection_create_generic_class): Likewise.
4725         (reflection_methodbuilder_to_mono_method): Likewise.
4726         (mono_reflection_initialize_generic_parameter): Likewise.
4728 2009-04-24  Raja R Harinath  <harinath@hurrynot.org>
4730         Don't use MonoGenericParamInfo for ownerless generic params.
4731         * class.c (get_anon_gparam_class, set_anon_gparam_class): New.  Don't
4732         use ParamInfo class at all.
4733         (mono_class_from_generic_parameter): Use them.
4734         (make_generic_param_class): Fix a couple of instances where 'pinfo
4735         == NULL' wasn't handle.
4737 2009-04-24  Raja R Harinath  <harinath@hurrynot.org>
4739         * class.c (make_generic_param_class): Carve out of ...
4740         (mono_class_from_generic_parameter): ... here.
4742 2009-04-24  Raja R Harinath  <harinath@hurrynot.org>
4744         Simplify mono_class_from_generic_parameter
4745         * class-internals.h (MonoGenericParamInfo::token): New field.
4746         * metadata.c (mono_metadata_load_generic_params): Initialize it
4747         from metadata.
4748         * class.c (mono_class_from_generic_parameter): Use it instead of
4749         searching through metadata.
4751 2009-04-23 Rodrigo Kumpera  <rkumpera@novell.com>
4753         * metadata-verify.c: Add verification of the method table.
4755 2009-04-23 Rodrigo Kumpera  <rkumpera@novell.com>
4757         * icall.c (ves_icall_Type_GetMethodsByName): Fix memleak for the
4758         Delegate::Invoke optimization.
4760 2009-04-23 Rodrigo Kumpera  <rkumpera@novell.com>
4762         * appdomain.c (mono_domain_create_appdomain_internal): Free the
4763         string returned by get_shadow_assembly_location_base.
4765         * appdomain.c (get_shadow_assembly_location_base): Add a comment
4766         about caller's ownership.
4768 2009-04-23 Rodrigo Kumpera  <rkumpera@novell.com>
4770         * reflection.c: Add mono_reflection_cleanup_domain to cleanup
4771         reflection memory on domain unload.
4773         * domain.c (mono_domain_free): Don't free refobject_hash, let the
4774         reflection cleanup code do it.
4776         * domain-internals.h: Add mono_reflection_cleanup_domain.
4778         This fixes a memory leak for managed mirrors of reflection objects
4779         on domain unload. 
4781 2009-04-22 Rodrigo Kumpera  <rkumpera@novell.com>
4783         * metadata-verify.c: Implement more verification of the field table.
4785 2009-04-22 Rodrigo Kumpera  <rkumpera@novell.com>
4787         * pedump.c (main): Init mono with mscorlib so it defaults to 2.0 and
4788         doesn't try to parse the input assembly, which can be broken.
4790 2009-04-23  Mark Probst  <mark.probst@gmail.com>
4792         * boehm-gc.c, gc-internal.h, gc.c, monitor.c, null-gc.c,
4793         sgen-gc.c: Implement track resurrection in weak GC handles in SGen
4794         by using the lowest bit in the link to store whether the link is
4795         tracked.  Move the track_resurrection hashes into boehm-gc.c.
4797 2009-04-22  Miguel de Icaza  <miguel@novell.com>
4799         * Makefile.am: Split the console support in platform specific code
4800         and put together a framework for making this easy in the future so
4801         that we can start splitting code instead of having a mess of PLATFORM_WIN32
4803 2009-04-21 Rodrigo Kumpera  <rkumpera@novell.com>
4805         * pedump.c: Fix a warning.
4807 2009-04-21 Rodrigo Kumpera  <rkumpera@novell.com>
4809         * verify.c (mono_delegate_type_equal): Compare valuetypes using
4810         mono_class_from_mono_type to avoid bad interactions with the dual representation
4811         of the generic type definition.
4813 2009-04-21 Rodrigo Kumpera  <rkumpera@novell.com>
4815         * verify.c (do_invoke_method): Use mono_class_from_mono_type to
4816         get the MonoClass for the call context type as it might be a generic
4817         instance.
4819         Fixes #491483.
4821 2009-04-21  Mark Probst  <mark.probst@gmail.com>
4823         * object-internals.h: The Thread object has no execution_context
4824         member anymore.
4826         * threads.c, threadpool.c, threads-types.h: Accessor functions for
4827         the execution context.
4829         * appdomain.c: Bump corlib version.
4831 2009-04-20 Rodrigo Kumpera  <rkumpera@novell.com>
4833         * verify.c (do_newobj): Improve error message.
4835 2009-04-20 Rodrigo Kumpera  <rkumpera@novell.com>
4837         * verify.c (verify_clause_relationship): Only mask as an error if the exception clause
4838         is nested in the filter block.
4840         * verify.c (verify_clause_relationship): The disjoint check must verify if the exception
4841         block is not fully nested.
4843         Fixes #495656.
4845 2009-04-20 Rodrigo Kumpera  <rkumpera@novell.com>
4847         * verify.c (verify_type_compatibility_full): Compare MonoClass and
4848         not MonoType to check for equality of valuetypes as the generic type
4849         definition allows for two different encodings: the generic type definition
4850         class or a generic instance over the GTD arguments.
4852         Fixes #496175.
4854 2009-04-20 Rodrigo Kumpera  <rkumpera@novell.com>
4856         * verify.c (dump_stack_value): Fix compilation with extra debug turned on.
4858         * verify.c (do_initobj): Improve error message.
4860 2009-04-20 Rodrigo Kumpera  <rkumpera@novell.com>
4862         * metadata-verify.c: Enable pe verification as the issue with #496453
4863         is that the authenticode data directory have a different unspecified
4864         format. Ignore it for now.
4866         * pedump.c: Run the metadata verifier together with the IL verifier.
4868         Fixes ##496453.
4870 2009-04-20  Rolf Bjarne Kvinge  <RKvinge@novell.com>
4872         * metadata-verify.c: Temporarily disable pe verification due to #496453.
4874 2009-04-17 Rodrigo Kumpera  <rkumpera@novell.com>
4876         * class.c (can_access_type): Check visibility against
4877         the element type for pointers and arrays.
4879         Fixes #496150.
4881 2009-04-17 Rodrigo Kumpera  <rkumpera@novell.com>
4883         * metadata-verify.c: Fix cli and table verification to use information
4884         from the MonoImage. A lot of duplicated code got killed.
4886 2009-04-17 Rodrigo Kumpera  <rkumpera@novell.com>
4889         This patch starts to integrate the metadata verifier with the runtime code.
4891         This patch causes major regression in functionality for the metadata verifier
4892         as cli and table verification are disabled since they require to be ported to
4893         use MonoImage information.
4895         * image.c (do_mono_image_load): Split the code in this function
4896         into mono_image_load_pe_data and mono_image_load_cli_data.
4897         Add     care_about_pecoff parameter to not load pecoff data.
4898         Call into the metadata verifier for pecoff and cli verification.
4900         * image.c (mono_image_open_raw): New function that doesn't perform
4901         any parsing of the image contents.
4902         
4903         The reason for the 3 new functions is to give pedump better control
4904         into the interaction with the verifier.
4906         * metadata-internals.h: Add new functions from image.c as part of the
4907         internal mono API.
4909         * metadata-verify.c: Split mono_image_verify into mono_verifier_verify_pe_data,
4910         mono_verifier_verify_cli_data and mono_verifier_verify_table_data. Prepare
4911         to make those functions work together with the runtime.
4913         * verify.c: Add mono_verifier_is_enabled_for_image function that returns
4914         true if the image needs to be verified.
4916         * verify-internals.h: Export new functions from metadata-verify.c and verify.c.
4918         * pedump.c: Use new metadata verifier API.
4920 2009-04-19  Zoltan Varga  <vargaz@gmail.com>
4922         * object.c (mono_install_vtable_trampoline): Make this receive a
4923         trampoline creation function instead of trampoline, allowing the JIT
4924         to use a different trampoline for each vtable.
4926 2009-04-18  Mark Probst  <mark.probst@gmail.com>
4928         * object.c (mono_raise_exception): Don't reset the thread abort
4929         exception state here.
4931 2009-04-18  Mark Probst  <mark.probst@gmail.com>
4933         * icall-def.h: New icall for getting the thread abort exception
4934         state for a thread.
4936         * object.c, thread.c, object-internals.h: A thread's abort
4937         exception state is now a GC handle.  To get the object it stands
4938         for, we must move it into the current app domain, if it's
4939         different than the one where it originated from.
4941         * appdomain.c: Bump corlib version.
4943         * domain.c, domain-internals.h: New function for setting the
4944         domain and migrate the thread abort exception or not.
4946 2009-04-16 Rodrigo Kumpera  <rkumpera@novell.com>
4948         * metadata-verify.c: Add initial verification of the
4949         field table.
4951 2009-04-16 Rodrigo Kumpera  <rkumpera@novell.com>
4953         * metadata-verify.c: Add a macro to conditionally enable
4954         dumping of verification information. Add  make_coded_token
4955         and search_sorted_table to enable search sorted tables
4956         by a given coded token.
4958 2009-04-16 Rodrigo Kumpera  <rkumpera@novell.com>
4960         * metadata-verify.c: Add array mapping from table index
4961         to description offset. Add get_col_offset and get_col_size
4962         functions.
4964 2009-04-16 Rodrigo Kumpera  <rkumpera@novell.com>
4966         * metadata-verify.c: Add remaining table descriptions offsets.
4967         Add remaining coded index descriptions.
4969 2009-04-16 Rodrigo Kumpera  <rkumpera@novell.com>
4971         * metadata-verify.c: Fixed constant table description.
4972         Fixed calculation of HasCustomAttribute coded index size.
4973         Fixed calculation of size for many table indexes. 
4975 2009-04-16 Rodrigo Kumpera  <rkumpera@novell.com>
4977         * pedump.c (dump_metadata): Dump table offset instead
4978         of useless pointer in memory.
4980 2009-04-16 Rodrigo Kumpera  <rkumpera@novell.com>
4982         * metadata-verify.c (verify_typedef_table): Add tests for MethodList.
4984 2009-04-15 Rodrigo Kumpera  <rkumpera@novell.com>
4986         * metadata-verify.c (verify_typedef_table): Add tests for FieldList and
4987         a missing of for interface types.
4989 2009-04-15 Rodrigo Kumpera  <rkumpera@novell.com>
4991         * metadata-verify.c (verify_pe_optional_header): Add comment of why
4992         the code is commented.
4994         * metadata-verify.c (verify_resources_table): Remove spurious printf
4995         and don't fail if there are unmanaged resources. Gmcs generates a useless
4996         one     for all assemblies - I bet it's some MS compatibility junk.
4998 2009-04-15 Rodrigo Kumpera  <rkumpera@novell.com>
5000         * metadata-verify.c (verify_typedef_table): Verify the extends field.
5002         * metadata-verify.c (mono_image_verify): Add a is_corlib.
5004         * verify-internals.h: Same.
5006         * pedump.c: Fix for mono_image_verify new signature.
5008 2009-04-15 Rodrigo Kumpera  <rkumpera@novell.com>
5010         * metadata-verify.c (verify_typedef_table): Verify for some invalid
5011         flags combinations.
5013 2009-04-15 Rodrigo Kumpera  <rkumpera@novell.com>
5015         * metadata-verify.c (verify_module_table): Ignore the generation field.
5017 2009-04-15  Martin Baulig  <martin@ximian.com>
5019         * debug-mono-symfile.c
5020         (mono_debug_symfile_lookup_location): Don't print a warning for
5021         unknown extended opcodes if they're within 0x40 and 0x7f.
5023 2009-04-15  Zoltan Varga  <vargaz@gmail.com>
5025         * marshal.c (mono_marshal_get_runtime_invoke_sig): Don't share runtime
5026         invoke signatures returning an enum. Fixes #494847.
5028 2009-04-14 Rodrigo Kumpera  <rkumpera@novell.com>
5030         * metadata-verify.c: Initial code to verify the typedef table.
5032 2009-04-14 Rodrigo Kumpera  <rkumpera@novell.com>
5034         * verify.c (mono_method_verify): Don't fail if an unconditional branch
5035         with non empty stack happens before the beginning of a try block.
5037         Fixes #494812.
5039 2009-04-14 Rodrigo Kumpera  <rkumpera@novell.com>
5041         * metadata-verify.c: Verify typename and typenamespace fields of
5042         the typeref table.
5044 2009-04-13 Rodrigo Kumpera  <rkumpera@novell.com>
5046         * metadata-verify.c: Initial code to verify the typeref table.
5048 2009-04-13 Rodrigo Kumpera  <rkumpera@novell.com>
5050         * verify.c (verify_delegate_compatibility): Fix error message.
5052 2009-04-14  Sebastien Pouliot  <sebastien@ximian.com>
5054         * security-core-clr.c: Fix typo
5056 2009-04-14  Zoltan Varga  <vargaz@gmail.com>
5058         * marshal.c (delegate_hash_table_add): Make delegate_target_locations 
5059         a MonoGHashTable to keep its values alive.
5060         (emit_marshal_boolean): Fix a warning.
5062 2009-04-13 Gonzalo Paniagua Javier <gonzalo@novell.com>
5064         * socket-io.c: don't return IPv4/IPv6 addresses if the machine does
5065         not have any interface configured for IPv4/IPv6.
5067 2009-04-13 Gonzalo Paniagua Javier <gonzalo@novell.com>
5069         * assembly.c: fix typo in error message.
5071 2009-04-14  Zoltan Varga  <vargaz@gmail.com>
5073         * marshal.c (mono_delegate_to_ftnptr): Use mono_gc_alloc_fixed () for
5074         allocating the location holding the this argument to prevent
5075         'too many root sets' errors.
5077         * object.c (mono_class_create_runtime_vtable): Set field->offset to -1
5078         to mark fields as special static.
5079         (mono_field_static_get_value): Handle special static fields.
5080         (mono_field_static_set_value): Ditto.
5082         * class-internals.h (struct _MonoClassField): Document this.
5084 2009-04-13  Bill Holmes  <billholmes54@gmail.com>
5086         * cominterop.c (mono_cominterop_emit_marshal_com_interface): Assigning
5087           the argument a value of null for the MARSHAL_ACTION_MANAGED_CONV_OUT
5088           case.  This will handle when managed code returns null to native code.
5090         Code is contributed under MIT/X11 license.
5092 2009-04-13  Bill Holmes  <billholmes54@gmail.com>
5094         * object.c (build_imt_slots): Changing a free to a g_free to match
5095           the g_malloc0 in add_imt_builder_entry that allocated this memory.
5097         Code is contributed under MIT/X11 license.
5099 2009-04-13  Bill Holmes  <billholmes54@gmail.com>
5101         * marshal.c (emit_marshal_boolean): Adding code to ensure that
5102           the correct TRUE value is passed through the marshaling layer.
5104         Code is contributed under MIT/X11 license.
5106 2009-04-13  Zoltan Varga  <vargaz@gmail.com>
5108         * marshal.c (mono_marshal_emit_managed_wrapper): Handle closed delegates
5109         correctly. Fixes #492330.
5110         
5111         * marshal.c: Fix the embedding of object pointers into JITted code in
5112         the native-to-managed wrappers by allocating some GC tracked memory, and
5113         embedding the address of that.
5115 2009-04-11  Zoltan Varga  <vargaz@gmail.com>
5117         * object.c (mono_class_create_runtime_vtable): Avoid putting MonoMethod
5118         pointers into the vtable.
5120 2009-04-09 Rodrigo Kumpera  <rkumpera@novell.com>
5122         * verify.c (mono_delegate_type_equal): Proper check MONO_TYPE_CLASS.
5124         * verify.c (verify_ldftn_delegate): Improve error message.
5126 2009-04-09  Raja R Harinath  <harinath@hurrynot.org>
5128         * reflection.c (my_mono_class_from_mono_type): Remove.
5130 2009-04-09  Raja R Harinath  <harinath@hurrynot.org>
5132         Prepare to reduce memory usage of owner-less generic parameters (1/n)
5133         * class-internals.h (MonoGenericParam): Carve out pklass, name, flags
5134         and constraints fields into ...
5135         (MonoGenericParamInfo): ... this.
5136         (mono_generic_param_info, mono_generic_container_get_param_info):
5137         New accessors.
5138         * class.c, debug-helpers.c, icall.c: Update to changes.
5139         * metadata.c, reflection.c, verify.c: Likewise.
5141 2009-04-09  Zoltan Varga  <vargaz@gmail.com>
5143         * debug-helpers.c (dis_one): Fix decoding of strings in dynamic images.
5145         * marshal.c (get_runtime_invoke_type): Share enums with their base types.
5146         
5147         * marshal.c (get_runtime_invoke_type): Share pointers with ints and
5148         booleans with sbytes.
5150 2009-04-08 Rodrigo Kumpera  <rkumpera@novell.com>
5152         * class.c (can_access_instantiation): Verify accesibility of element types
5153         for arrays and pointers.
5155         * class.c (can_access_type): Return true if the target class is VAR or MVAR.
5157         * class.c (mono_method_can_access_method_full): Fix typos in the documentation.
5159         Fixes #493068.
5161 2009-04-08 Rodrigo Kumpera  <rkumpera@novell.com>
5163         * verify.c (do_invoke_method): Improve error messages.
5165 2009-04-08  Bill Holmes  <billholmes54@gmail.com>
5167         * verify.c:  Fixing the MSVC build.
5169         Code is contributed under MIT/X11 license.
5171 2009-04-08  Sebastien Pouliot  <sebastien@ximian.com>
5173         * security-core-clr.c: Simplify get_reflection_caller not to call
5174         mono_method_get_last_managed (another stack walk) and adjust the
5175         callers to handle a (should not happen) NULL return value.
5177 2009-04-08  Raja R Harinath  <harinath@hurrynot.org>
5179         Add accessors to some MonoGenericParam fields
5180         * class-internals.h (mono_generic_param_owner): New accessor.
5181         (mono_generic_param_num): Likewise.
5182         (mono_type_get_generic_param_owner): New helper.
5183         (mono_type_get_generic_param_num): New helper.
5184         * class.c, icall.c, metadata.c, reflection.c, verify.c: Use them.
5186 2009-04-08  Raja R Harinath  <harinath@hurrynot.org>
5188         * class-internals.h (mono_generic_container_get_param): New wrapper.
5189         * class.c, icall.c, metadata.c, verify.c: Use it.
5191 2009-04-08  Raja R Harinath  <harinath@hurrynot.org>
5193         Fix gtest-252.cs
5194         * verify.c (mono_type_is_valid_type_in_context): Rewrite to use
5195         the standard case/loop.  In particular, don't complain about
5196         references to generic type definitions.
5198 2009-04-07  Zoltan Varga  <vargaz@gmail.com>
5200         * debug-helpers.c (dis_one): Decode string arguments.
5202 2009-04-07 Rodrigo Kumpera  <rkumpera@novell.com>
5204         * pedump.c (dump_verify_info): Dump type name correctly.
5206 2009-04-07 Rodrigo Kumpera  <rkumpera@novell.com>
5208         * verify.c (mono_method_verify): Don't init code slots for exception boundaries if they
5209         are larger than code size.
5211         This can happen in valid code if the try/catch block is not followed by any instruction
5212         and do a backward branch on the leave instruction.
5214         Fixes #492494.
5216 2009-04-06  Sebastien Pouliot  <sebastien@ximian.com>
5218         * security-core-clr.c: Fix typo while comparing second method names
5219         in can_avoid_corlib_reflection_delegate_optimization
5221 2009-04-06 Rodrigo Kumpera  <rkumpera@novell.com>
5223         * verify.c (do_throw): Don't allow an unboxed generic param ar argument.
5225         Fixes #487738.
5227 2009-04-06 Rodrigo Kumpera  <rkumpera@novell.com>
5229         * metadata.c (do_mono_metadata_parse_type): Fail if we are decoding
5230         a MVAR using a class context.
5232         Fixes #490335.
5234 2009-04-06  Zoltan Varga  <vargaz@gmail.com>
5236         * object.c (mono_class_compute_gc_descriptor): Make this non-static.
5238         * domain-internals.h (struct _MonoJitInfo): Add a 'gc_info' field.
5240         * gc-internal.h (MonoGCCallbacks): New stucture containing the callback
5241         functions supplied by the JIT for the SGEN GC.
5243         * sgen-gc.c: Call the callbacks supplied by the JIT to do stack marking.
5244         
5245 2009-04-06  Massimiliano Mantione  <massi@ximian.com>
5247         monitor.c (mono_monitor_try_enter_internal):
5248         Added calls to profile monitor contentions.
5249         Also duplicated a small piece of code (the "get the monitor" logic)
5250         from the fast path to the slow path, and changed the relevant goto
5251         statements, so that monitor acquisition events can be emitted from the
5252         slow path (this is by Paolo Molaro).
5254 2009-04-06  Massimiliano Mantione  <massi@ximian.com>
5256         * profiler.c, profiler.h, profiler-private.h:
5257         Added support for profiling monitor contentions.
5259 2009-04-03 Rodrigo Kumpera  <rkumpera@novell.com>
5261         * metadata-verify.c: Verify the modules table.
5263 2009-04-02 Rodrigo Kumpera  <rkumpera@novell.com>
5265         * verify.c (mono_generic_param_is_constraint_compatible): Inflate the candidate
5266         using the context of the method been verifier and not of the method been called.
5268         * verify.c: Add verifier_inflate_type and mono_type_is_valid_type_in_context to
5269         safely inflate generic types. 
5271 2009-04-02  Sebastien Pouliot  <sebastien@ximian.com>
5273         * security-core-clr.c: Change the strategy for checking the 
5274         "reflection using delegates optimization" to avoid unneeded 
5275         attributes in multiple class libraries.
5277 2009-04-02  Mark Probst  <mark.probst@gmail.com>
5279         * sgen-gc.c: Remove object element in the disappearing link struct
5280         by storing the object pointer in the link.
5282 2009-03-31 Rodrigo Kumpera  <rkumpera@novell.com>
5284         * pedump.c (dump_verify_info): Don't crash if signature decoding fails.
5286 2009-03-31 Rodrigo Kumpera  <rkumpera@novell.com>
5288         * verify.c (verifier_load_field): Fail if the field parent could not be loaded.
5290         * verify.c (mono_method_verify): Do proper bounds checking of exception
5291         clause ranges.
5293 2009-03-31 Rodrigo Kumpera  <rkumpera@novell.com>
5295         * loader.c (mono_field_from_token): Don't crash if the field parent could
5296         not be decoded.
5298 2009-03-31  Mark Probst  <mark.probst@gmail.com>
5300         * sgen-gc.c: Execute critical finalizers after ordinary
5301         finalizers.
5303         * class-internals.h, domain.c: Add CriticalFinalizerObject to
5304         mono_defaults.
5306 2009-03-31 Jb Evain <jbevain@novell.com>
5308         * verify.c (do_ldstr): don't check if a string is in the user strings
5309         heap if the current image is dynamic.
5311 2009-03-31  Mark Probst  <mark.probst@gmail.com>
5313         * sgen-gc.c: Wait until the last finalizer has executed when
5314         returning from WaitForPendingFinalizers.
5316 2009-03-31  Martin Baulig  <martin@ximian.com>
5318         * mono-debug-debugger.h (MonoDebuggerEvent): Add
5319         `MONO_DEBUGGER_EVENT_CREATE_APPDOMAIN' and
5320         `MONO_DEBUGGER_EVENT_UNLOAD_APPDOMAIN'.
5321         (mono_debugger_event_create_appdomain): New function.
5322         (mono_debugger_event_unload_appdomain): New function.
5324         * appdomain.c (mono_domain_create_appdomain_internal): Call
5325         mono_debugger_event_create_appdomain().
5327 2009-03-31  Martin Baulig  <martin@ximian.com>
5329         * mono-debug-debugger.c
5330         (mono_debugger_register_class_init_callback): Also register the
5331         class init callback if the class is already initialized to make
5332         things work with shadow copied assemblies.
5334 2009-03-31  Sebastien Pouliot  <sebastien@ximian.com>
5336         * security-core-clr.c
5337         (mono_security_core_clr_ensure_reflection_access_field): Let 
5338         critical code access the field (just like we do for methods). Use
5339         check_field_access helper.
5340         (mono_security_core_clr_ensure_reflection_access_method): Use 
5341         check_field_access helper.
5343 2009-03-31  Mark Probst  <mark.probst@gmail.com>
5345         * sgen-gc.c: Remove data (callback) element from FinalizeEntry and
5346         call the run-finalize function directly.
5348         * gc.c, gc-internal.h: Make run_finalize() non-static.
5350 2009-03-31  Mark Probst  <mark.probst@gmail.com>
5352         * sgen-gc.c: Use a separate struct for disappearing links.
5354 2009-03-31 Gonzalo Paniagua Javier <gonzalo@novell.com>
5356         * socket-io.c: don't fail if the SocketOptionsFlag has Partial or
5357         * MaxIOVectorLength enabled, just ignore them.
5358         Fixes bug #349688.
5360 2009-03-30 Rodrigo Kumpera  <rkumpera@novell.com>
5362         * metadata-verify.c: Fix eglib build.
5364 2009-03-30  Zoltan Varga  <vargaz@gmail.com>
5366         * threads-types.h: Fix the win32 build.
5368 2009-03-28  Sebastien Pouliot  <sebastien@ximian.com>
5370         * class.c: move coreclr inheritance/override checks to 
5371         security-core.clr.c
5372         * security-core.clr.c|h: add code from class.c with additional
5373         documentation. Fix override check when the method is not critical.
5375 2009-03-28  Zoltan Varga  <vargaz@gmail.com>
5377         * debug-helpers.c (mono_method_desc_match): Make '*' match anything.
5378         (match_class): Ditto.
5380 2009-03-27 Rodrigo Kumpera  <rkumpera@novell.com>
5382         * metadata-verify.c: Rename bounds_check_offset to bounds_check_datadir.
5384         * metadata-verify.c: Implement table layout row size calculation. Verify
5385         the total size of the tables.
5387 2009-03-27 Rodrigo Kumpera  <rkumpera@novell.com>
5389         * metadata-verify.c: Verify heap sizes and size to decode row counts. 
5391 2009-03-27 Gonzalo Paniagua Javier <gonzalo@novell.com>
5393         * appdomain.c:
5394         * console-io.[ch]: added new mono_console_init() to make sure that
5395         file descriptors 0, 1 and 2 are opened.
5396         Bug #489019 fixed.
5398 2009-03-27  Sebastien Pouliot  <sebastien@ximian.com> 
5400         * appdomain.h: Export a new callback type and a new function to
5401         set this callback. This allow a mono host to provide it's own
5402         definition for "platform code".
5403         * metadata-internals.h: Add a core_clr_platform_code flag on 
5404         _MonoImage to (cache and) know if it is representing platform 
5405         code.
5406         * image.c (do_mono_image_open): Set core_clr_platform_code flag 
5407         on platform code images.
5408         * security-core-clr.c|h 
5409         (mono_security_set_core_clr_platform_callback): Allow the host
5410         to provide it's own platform check definition.
5411         (mono_security_core_clr_determine_platform_image): Detect if an 
5412         image is platform code (using the specified callback).
5413         (mono_security_core_clr_is_platform_image): Return cached value 
5414         for platform code.
5416 2009-03-27  Zoltan Varga  <vargaz@gmail.com>
5418         * threads.c (mono_create_thread): New helper function to wrap CreateThread
5419         which has different parameter types for the 'tid' argument in windows and
5420         the io-layer.
5422         * appdomain.c attach.c threads.c: Use the new helper.
5424 2009-03-26 Rodrigo Kumpera  <rkumpera@novell.com>
5426         * metadata-verify.c: Verify valid table bits.
5428 2009-03-26 Rodrigo Kumpera  <rkumpera@novell.com>
5430         * metadata-verify.c (verify_metadata_header): Store size in the size field.
5432         * metadata-verify.c: Add initial table schema verification.
5434 2009-03-26  Zoltan Varga  <vargaz@gmail.com>
5436         * icall.c (ves_icall_get_parameter_info): Add a 'member' argument, used to
5437         obtain the refclass argument needed by mono_param_get_objects (). Fixes
5438         #488383.
5440         * reflection.c (mono_param_get_objects_internal): Add a 'refclass' argument.
5442         * appdomain.c (MONO_CORLIB_VERSION): Bump this.
5444 2009-03-26  Sebastien Pouliot  <sebastien@ximian.com>
5446         * security-core-clr.c: Add/update documentation
5448 2009-03-26  Zoltan Varga  <vargaz@gmail.com>
5450         * marshal.c (emit_marshal_object): Generate code to throw an exception
5451         instead of throwing it. Fixes #488670.
5453 2009-03-25  Sebastien Pouliot  <sebastien@ximian.com>
5455         * appdomain.c: Bump MONO_CORLIB_VERSION to 73.
5456         * icall.c (ves_icall_System_Delegate_CreateDelegate_internal): Add
5457         an extra 'throwOnBindFailure' parameter to the icall. Remove FIXME
5458         and add a call to mono_security_core_clr_ensure_delegate_creation
5459         to do the extra checks required by CoreCLR.
5460         * security-core-clr.c|h: Add function to check delegate creation,
5461         both in the binding and accessibility, under CoreCLR.
5463 2009-03-25  Sebastien Pouliot  <sebastien@ximian.com> 
5465         * reflection.c (mono_reflection_create_dynamic_method): when 
5466         coreclr is enabled make sure that every resolved object are
5467         checked (e.g. field and method access).
5468         * security-core-clr.c|h: Add function to check objects resolved
5469         when a dynamic method is created.
5471 2009-03-24 Rodrigo Kumpera  <rkumpera@novell.com>
5473         * metadata-verify.c: Cache directory rva translations.
5475         * metadata-verify.c: Add cli-header and streams verification.
5477 2009-03-24 Rodrigo Kumpera  <rkumpera@novell.com>
5479         * image.c (load_metadata_ptrs): We decode MonoImage::md_version_minor at
5480         the wrong offset (8 instead of 6).
5482 2009-03-23  Zoltan Varga  <vargaz@gmail.com>
5484         * marshal.c (mono_delegate_to_ftnptr): For delegates wrapping pinvoke
5485         methods, return the native function address itself. Fixes
5486         #487758.
5488 2009-03-23 Gonzalo Paniagua Javier <gonzalo@novell.com>
5490         * console-io.c: some of the values for control characters might not be
5491         present.
5493 2009-03-21  Sebastien Pouliot  <sebastien@ximian.com>
5495         * exception.c|h: Add helpers to create [Field|Method]AccessException
5496         * icall.c: Add required coreclr check calls for field reflection.
5497         Move the existing (method) check logic into security-core-clr.c
5498         * security-core-clr.c: Add functions to check if the access of a
5499         field or method is allowed when reflecting under coreclr. This is
5500         mostly done using a stack walk to find the "real" caller: i.e. the
5501         code that is calling the reflection
5503 2009-03-20  Zoltan Varga  <vargaz@gmail.com>
5505         * gc-internal.h: Change location of gc_wrapper.h
5507 2009-03-20  Sebastien Pouliot  <sebastien@ximian.com> 
5509         * class.c: Simplification to coreclr checks for overrides that
5510         makes it easier to set breakpoints.
5512 2009-03-20  Sebastien Pouliot  <sebastien@ximian.com>
5514         * security-core-clr.c|h: (mono_security_core_clr_class_level, 
5515         mono_security_core_clr_method_level): Avoid potential 
5516         MonoCustomAttrInfo allocation for transparent assemblies (e.g. 
5517         user/application code) and make it easier to set breakpoints
5519 2009-03-19 Rodrigo Kumpera  <rkumpera@novell.com>
5521         * metadata-verify.c: Reject cli header tables that mono don't handle.
5523 2009-03-19 Rodrigo Kumpera  <rkumpera@novell.com>
5525         * pedump.c: Fix CLI header dumping.
5527 2009-03-19 Rodrigo Kumpera  <rkumpera@novell.com>
5529         * metadata-verify.c: More CLI header verification.
5531 2009-03-19  Zoltan Varga  <vargaz@gmail.com>
5533         * locales.c (get_current_locale_name): Use g_malloc instead of malloc.
5535 2009-03-18 Rodrigo Kumpera  <rkumpera@novell.com>
5537         * metadata-verify.c: Initial verification of the CLI header.
5539 2009-03-18 Rodrigo Kumpera  <rkumpera@novell.com>
5541         * metadata-verify.c (verify_resources_table): Fix verification of zero
5542         sized resource section and id entries count.
5544 2009-03-18  Zoltan Varga  <vargaz@gmail.com>
5546         * icall.c: Handle user types in many Type icalls. Fixes #486303.
5548 2009-03-17  Jb Evain  <jbevain@novell.com>
5550         * profiler.c: call mono_gc_base_init from mono_profiler_load.
5552 2009-03-17  Zoltan Varga  <vargaz@gmail.com>
5554         * sgen-gc.c (mono_gc_make_descr_for_object): Fix 64 bit support.
5555         (mono_gc_make_descr_for_array): Ditto.
5557 2009-03-17  Sebastien Pouliot  <sebastien@ximian.com>
5559         * verify.c (mono_verifier_is_class_full_trust): Add support for
5560         CoreCLR security mode where trusted assemblies are defined as
5561         "platform code".
5563 2009-03-16 Rodrigo Kumpera  <rkumpera@novell.com>
5565         * metadata-verify.c: Add minimal PECOFF resource verification.
5567 2009-03-16 Rodrigo Kumpera  <rkumpera@novell.com>
5569         * metadata-verify.c: Be less restrictive with some coff fields.
5571 2009-03-16 Rodrigo Kumpera  <rkumpera@novell.com>
5573         * verify.c (init_stack_with_value_at_exception_boundary): Init generic
5574         params as boxed values on stack. Fixes #485706.
5576 2009-03-16 Gonzalo Paniagua Javier <gonzalo@novell.com>
5578         * console-io.c: the termios values may vary in different flavors of unix.
5580 2009-03-16 Gonzalo Paniagua Javier <gonzalo@novell.com>
5582         * console-io.[ch]: return the entire set of control characters when
5583         initializing the terminal.
5584         * appdomain.c: bump corlib version.
5586 Mon Mar 16 11:11:26 CET 2009 Paolo Molaro <lupus@ximian.com>
5588         * mono-perfcounters.c: added support for in-process custom
5589         performance counters.
5591 2009-03-13 Rodrigo Kumpera  <rkumpera@novell.com>
5593         * metadata-verify.c: Small cleanup and add comment for IAT directory entry. 
5595 2009-03-13 Rodrigo Kumpera  <rkumpera@novell.com>
5597         * metadata-verify.c: Verify the data pointed by the import table. 
5599 2009-03-13 Rodrigo Kumpera  <rkumpera@novell.com>
5601         * metadata-verify.c (load_data_directories): Store data
5602         directory contents.
5604         * metadata-verify.c: Verify the import table. 
5606 2009-03-12 Rodrigo Kumpera  <rkumpera@novell.com>
5608         * metadata-verify.c: Verify data directories.
5610 2009-03-12 Rodrigo Kumpera  <rkumpera@novell.com>
5612         * metadata-verify.c: Check section header flags.
5614 2009-03-12 Gonzalo Paniagua Javier <gonzalo@novell.com>
5616         * appdomain.c: if the assembly name is a shadow-copied file, return
5617         TRUE from mono_is_shadow_copy_enabled but don't actually do anything
5618         in mono_make_shadow_copy.
5619         * icall.c: if the assembly name is a shadow-copied file, replace it
5620         with the original assembly path.
5622         Bug #484244 fixed. NUnit tests for corlib can be run without
5623         --noshadow now.
5625 2009-03-12  Zoltan Varga  <vargaz@gmail.com>
5627         * sgen-gc.c (add_to_global_remset): Fix the handling of root global remset
5628         entries when the table is reallocated.
5630         * icall.c: Allocate the memory used by the mono_ptr_array macros using
5631         mono_gc_alloc_fixed () since it contains GC refs.
5633 2009-03-10  Zoltan Varga  <vargaz@gmail.com>
5635         * reflection.c (ensure_complete_type): New helper function to call
5636         type resolve handlers for unfinished dynamic types.
5637         (resolve_object): Call it for MonoClassFields. Fixes #483852.
5639 2009-03-09  Zoltan Varga  <vargaz@gmail.com>
5641         * reflection.c (mono_custom_attrs_has_attr): Handle interfaces. Fixes
5642         #483247.
5644 2009-03-08 Rodrigo Kumpera  <rkumpera@novell.com>
5646         * appdomain.c (get_shadow_assembly_location): Fix memleak.
5648 2009-03-08  Zoltan Varga  <vargaz@gmail.com>
5650         * domain-internals.h (struct _MonoDomain): Add new hash tables mapping
5651         between GCHandles of type WeakTrackResurrection and the objects they
5652         point to.
5654         * gc.c: Partly implement the sematics of GCHandles of type 
5655         WeakTrackResurrection: these handles should only be cleared after the
5656         finalizer of the object they are pointing to has ran.
5658 2009-03-06  Mark Probst  <mark.probst@gmail.com>
5660         * icall.c: Partially revert r126631 because using the jump
5661         trampolines for generic shared methods makes it superfluous.
5663 2009-03-06  Zoltan Varga  <vargaz@gmail.com>
5665         * threads.c (handle_store): Create the 'threads' hash table with the proper
5666         MONO_HASH_VALUE_GC type.
5668 2009-03-05  Zoltan Varga  <vargaz@gmail.com>
5670         * domain-internals.h (struct _MonoDomain): Move 'typeof_void' before
5671         FIRST_GC_TRACKED.
5673         * domain.c (mono_domain_create): Register the fields between FIRST_GC_TRACKED
5674         and LAST_GC_TRACKED as a GC root.
5676         * gc-internal.h: Fix the comment of mono_gc_alloc_fixed.
5678         * object.c (mono_class_create_runtime_vtable): Create a GC descriptor for
5679         the static data even if it consists of 1 reference.
5681         * boehm-gc.c (mono_gc_alloc_fixed): Allocate using GC_MALLOC_EXPLICITLY_TYPED
5682         if there is a GC descriptor.
5684         * reflection.c (ALLOC_REFENTRY): Allocate ReflectedEntry-es using malloc
5685         instead of through the GC since they contain no object references.
5687 2009-03-05  Mark Probst  <mark.probst@gmail.com>
5689         * generic-sharing.c (instantiate_other_info): Always return a jump
5690         trampoline for method code.
5692 2009-03-05  Marek Habersack  <mhabersack@novell.com>
5694         * culture-info-tables.h: generated to include the en-tt culture.
5696 2009-03-04 Rodrigo Kumpera  <rkumpera@novell.com>
5698         * domain-internals.h (MonoDomain): Add two fields to cache invoke wrappers to
5699         capture the thread context.
5701         * object.c (mono_async_result_new): Cache the invoke wrappers to
5702         ExecutionContext::Capture.
5704 2009-03-04 Rodrigo Kumpera  <rkumpera@novell.com>
5706         * marshal.h: Add a prototype for what mono_compile_method returns
5707         for invoke wrappers.
5709         * gc.c: Use the new prototype declaration.
5711 2009-03-04  Geoff Norton  <gnorton@novell.com>
5713         * boehm-gc.c: Add some MONO_LOG tracing for the GC
5714         * gc-internal.h:
5715         * mono-gc.h: Expose mono_gc_invoke_finalizers in the embedding api.
5717 2009-03-04  Martin Baulig  <martin@ximian.com>
5719         * mono-debug.h
5720         (mono_debugger_runtime_invoke): Removed.
5722         * mono-debug-debugger.c
5723         (mono_runtime_invoke): Moved into ../mini/debug-mini.c.
5725 2009-03-02  Martin Baulig  <martin@ximian.com>
5727         * mono-debug.h
5728         (mono_debugger_unhandled_exception): Removed.
5729         (mono_debugger_handle_exception): Removed.
5730         (mono_debugger_throw_exception): Removed.
5732         * mono-debug.c
5733         (mono_debug_debugger_version): Bump to 5.
5735         * mono-debug-debugger.c: Moved the exception handling code to
5736         ../mini/debug-mini.c
5738 2009-03-03  Zoltan Varga  <vargaz@gmail.com>
5740         * domain-internals.h (struct _MonoDomain): Add a separate lock for the
5741         finalize_objects_hash.
5743         * gc.c: Use the separate lock to access the finalize_objects_hash field.
5744         
5745         * domain-internals.h (struct _MonoDomain): Add finalize_runtime_invoke
5746         field.
5748         * metadata-internals.h (struct _MonoImage): Add runtime_invoke_vcall_cache
5749         cache.
5751         * image.c (mono_image_close): Free it.
5752         
5753         * marshal.c (mono_marshal_get_runtime_invoke): Add a 'virtual' argument
5754         allowing a creation of a wrapper which invokes its method using a CALLVIRT
5755         on the this argument.
5757         * gc.c (run_finalize): Optimize the calling of the finalizers.
5759 2009-03-03  Martin Baulig  <martin@ximian.com>
5761         * mono-debug.h (MONO_DEBUGGER_MAJOR_VERSION): Bump to 81 because
5762         of the `MonoGenericInst' changes.
5764 2009-03-03 Rodrigo Kumpera  <rkumpera@novell.com>
5766         * icall.c (ves_icall_MonoType_GetGenericArguments): Use
5767         mono_array_class_get_cached to reduce locking contention. Extract
5768         a domain var.
5770         * icall.c (ves_icall_Type_GetFields_internal): Avoid allocating
5771         intermediary managed arrays. Use caching version of mono_array_new
5772         to allocate the result array.
5774         * icall.c (ves_icall_Type_GetEvents_internal): Same.    
5776         * icall.c (ves_icall_Type_GetNestedTypes): Same.        
5778         * locales.c (create_names_array_idx):  Use mono_array_new_cached
5779         to reduce locking contention.
5781 2009-03-03  Zoltan Varga  <vargaz@gmail.com>
5782                 
5783         * object.c (mono_method_add_generic_virtual_invocation): Put back the
5784         thunk builder code for the non-interface case.
5786 2009-03-02  Zoltan Varga  <vargaz@gmail.com>
5788         * object.c (get_generic_virtual_entries): New helper function to collect
5789         the virtual generic method instances which need to be added to an IMT
5790         thunk.
5791         (mono_method_add_generic_virtual_invocation): Add a 'vtable' argument.
5792         Instead of creating a new IMT thunk, reset the vtable slot to the
5793         trampoline, the thunk will be created the next time the trampoline is called.
5794         (build_imt_slots): Add support for virtual generic methods in interfaces by
5795         adding to the IMT thunk all the methods registered using 
5796         mono_method_add_generic_virtual_invocation ().
5798         * object-internals.h (_MonoImtBuilderEntry): Add a 'has_target_code' field.
5799         (struct _MonoIMTCheckItem): Ditto.
5801         * object.c (mono_method_add_generic_virtual_invocation): Take a
5802         MonoMethod argument instead of a MonoGenericInst. Fix the construction of
5803         the IMT thunk to include all items.
5804         
5805         * object.c (mono_class_create_runtime_vtable): Add a missing
5806         mono_loader_unlock ().
5808 2009-03-02 Rodrigo Kumpera  <rkumpera@novell.com>
5810         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
5812         * object-internals.h (MonoReflectionEvent): Add cached_add_event.
5814 2009-03-02 Rodrigo Kumpera  <rkumpera@novell.com>
5816         * object-internals.h: Rename _MonoReflectionEvent to
5817         MonoReflectionMonoEvent so it reflects the right managed type.
5818         Add a MonoReflectionEvent that correctly represents System.EventInfo.
5820         * icall.c:
5821         * reflection.c: Adjust code to use the new MonoReflectionMonoEvent
5822         type.
5824 2009-03-02 Rodrigo Kumpera  <rkumpera@novell.com>
5826         * icall.c (ves_icall_Type_GetMethodsByName): Avoid allocating
5827         intermediary managed arrays. Use caching version of mono_array_new
5828         to allocate the result array.
5830 2009-03-01 Rodrigo Kumpera  <rkumpera@novell.com>
5832         * reflection.c: Use cached version of mono_array_new alongside
5833         the mono_reflection_get_custom_attrs_by_type call path.
5835 2009-03-01 Rodrigo Kumpera  <rkumpera@novell.com>
5837         * icall.c (ves_icall_Type_GetInterfaces): Avoid allocating
5838         intermediary managed arrays. Use caching version of mono_array_new
5839         to allocate the result array.
5841         * icall.c (ves_icall_Type_GetConstructors_internal): Same.
5843 2009-03-01 Rodrigo Kumpera  <rkumpera@novell.com>
5845         * icall.c: Add small implementation of a growable stack bound array.
5847         * icall.c (ves_icall_System_Enum_get_hashcode): Fix warning.
5849         * icall.c (ves_icall_Type_GetPropertiesByName): Avoid allocating
5850         intermediary managed arrays. Use caching version of mono_array_new
5851         to allocate the result array.
5853 2009-02-27 Rodrigo Kumpera  <rkumpera@novell.com>
5855         * icall.c: New icall ves_icall_System_Enum_compare_value_to that
5856         helps Enum::CompareTo to be implemented without reboxing all enums
5857         to their underlying type.
5858 2009-02-27  Zoltan Varga  <vargaz@gmail.com>
5860         * domain.c (SET_APPDOMAIN): Avoid calling TlsSetValue () on some platforms,
5861         since it acquires a global lock leading to scalability problems.
5863         * profiler.c: Make the stat profiler work with multiple appdomains, this
5864         currently only works when no appdomains are unloaded.
5866 2009-02-26 Gonzalo Paniagua Javier <gonzalo@novell.com>
5868         * appdomain.c: make the check to avoid copying when the assembly is
5869         already shadow copied actually work.
5871 2009-02-26  Zoltan Varga  <vargaz@gmail.com>
5873         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
5875         * object-internals.h (struct _MonoReflectionGenericClass): Sync with
5876         changes to the managed side.
5878 2009-02-25  Zoltan Varga  <vargaz@gmail.com>
5880         * metadata-internals.h (struct _MonoImage): Add a new cache for szarray
5881         classes + a separate lock for it, as it is used frequently at runtime, not
5882         just during metadata loading/JIT compilation.
5884         * class.c (mono_bounded_array_class_get): Use the separate cache + lock
5885         for szarrays.
5886         
5887         * object-internals.h (mono_class_from_name_cached): New macro to cache
5888         the results of the lookup locally without having to declare a static
5889         variable to hold it.
5890         (mono_class_get_field_from_name_cached): Ditto.
5891         (mono_array_class_get_cached): Ditto.
5893         * threadpool.c threads.c locales.c icall.c reflection.c socket-io.c: Use
5894         the new macros.
5895         
5896         * object.c (mono_get_delegate_invoke): Call setup_methods () to avoid the
5897         slower search in metadata.
5899         * pedump.c: Fix a warning.
5901 2009-02-23  Zoltan Varga  <vargaz@gmail.com>
5903         * reflection.c (encode_locals): Add checks for user types.
5904         (method_encode_clauses): Ditto.
5905         (method_encode_code): Ditto.
5906         (mono_image_create_token): Ditto.
5908         * object-internals.h: Change the type of more fields from MonoReflectionType*
5909         to MonoObject*.
5911 2009-02-22  Zoltan Varga  <vargaz@gmail.com>
5913         * threads.c (mono_thread_suspend_all_other_threads): Handle the case when
5914         the a thread does not suspend within 100ms.
5916         * monitor.c (mono_monitor_try_enter_internal): Handle SuspendRequested
5917         in addition to StopRequested as well.
5919         * mono-debug.c: Call _mono_debug_get_image () while holding the debug lock.
5921         * debug-mono-symfile.c (mono_debug_symfile_lookup_method): Actually
5922         search the method_hash before inserting a new entry, to avoid crashes when
5923         the same method is inserted multiple times, causing the old 
5924         MonoDebugMethodInfo structure to be freed by the value dtor function.
5926 2009-02-22 Gonzalo Paniagua Javier <gonzalo@novell.com>
5928         * socket-io.c: support SO_MAXCONN, SO_USELOOPBACK and
5929         SO_EXLUSIVEADDRUSE where available.
5931 2009-02-21  Zoltan Varga  <vargaz@gmail.com>
5933         * marshal.c (mono_marshal_get_runtime_invoke): Fix _another_ bug sharing
5934         runtime invoke wrappers, this time it is string ctor wrappers, which
5935         pass a dummy string as 'this' instead of their obj argument. Fixes
5936         #478473.
5938 2009-02-21  Jb Evain  <jbevain@novell.com>
5940         * icall.c (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies):
5941         only get create_culture once.
5943 2009-02-20  Zoltan Varga  <vargaz@gmail.com>
5945         * reflection.c (mono_reflection_setup_internal_class): Move the user type
5946         check before the locking.
5947         
5948         * reflection.c (mono_reflection_setup_internal_class): Check for user types.
5949         (mono_reflection_create_runtime_class): Ditto.
5950         (mono_reflection_sighelper_get_signature_local): Ditto.
5951         (mono_reflection_sighelper_get_signature_field): Ditto.
5953         * object-internals.h (CHECK_MONOTYPE): New macro to check that a Type object
5954         is a System.MonoType object or similar.
5955         (monotype_cast): New helper function to cast a MonoObject to a 
5956         MonoReflectionType object.
5958         * object-internals.h: Change MonoReflectionType* members in structures to
5959         MonoObject* members to force the usage of the monotype_cast () function.
5961         * reflection.c icall.c: Use monotype_cast () for accessing Type members of
5962         structures/arrays. This causes us to assert instead of crashing when 
5963         instances of user defined subclasses of System.Type are encountered.
5965 2009-02-20 Gonzalo Paniagua Javier <gonzalo@novell.com>
5967         * cil-coff.h:
5968         * icall-def.h:
5969         * icall.c: add new GetUnmanagedResourcePtr that returns a pointer to a
5970         win32 resource loaded from a PE file.
5972         * image.c: fix mono_image_lookup_resource.
5974 2009-02-20 Gonzalo Paniagua Javier <gonzalo@novell.com>
5976         * icall-def.h:
5977         * threads-types.h:
5978         * threads.c: added internal call for WaitHandle.SignalAndWait.
5980 2009-02-19  Bill Holmes  <billholmes54@gmail.com>
5982         * cominterop.c : Adding cominterop_type_from_handle and 
5983           registering it as an icall.  Replacing all references
5984           to type_from_handle.
5986         Code is contributed under MIT/X11 license.
5988 2009-02-19 Rodrigo Kumpera  <rkumpera@novell.com>
5990         * Makefile.am: Add lock-tracer.h and lock-trace.c.
5992         * appdomain.c: Call the tracer init function.
5994         * domain-internals.h: Enable the tracer for the domain locks.
5996         * image.c: Enable the tracer for image locks.
5998         * loader.c: Enable the trace for the loader lock.
6000         * lock-tracer.h:
6001         * lock-tracer.c: Initial implementation of the lock trace utility.
6002         The tracer requires a compile time define to be enabled and a env var
6003         to be enabled at runtime.
6005 2009-02-19 Rodrigo Kumpera  <rkumpera@novell.com>
6007         * domain.c (mono_domain_code_foreach): Improve documentation.
6009 2009-02-19 Rodrigo Kumpera  <rkumpera@novell.com>
6011         * appdomain.c:
6012         * generic-sharing.c:
6013         * object.c:
6014         * reflection.c:  Adjust locking order to the new semantics where the loader lock
6015         comes first.
6017 2009-02-18 Rodrigo Kumpera  <rkumpera@novell.com>
6019         * domain.c: Add mono_domain_code_* functions that perform locking
6020         around the domain codeman.
6022         * domain-internals.h: Export those functions.
6024         * object.c: Use new functions instead of acquiring the domain lock.
6026 2009-02-19  Zoltan Varga  <vargaz@gmail.com>
6028         * marshal.c (mono_ftnptr_to_delegate): Convert a NULL ftnptr to a null
6029         delegate. Fixes #477396.
6031 2009-02-18  Zoltan Varga  <vargaz@gmail.com>
6033         * reflection.c (create_custom_attr): Get rid of alloca.
6035 2009-02-18  Bill Holmes  <billholmes54@gmail.com>
6037         * cominterop.c (cominterop_get_managed_wrapper_adjusted) :
6038           Adding exception handling for all CCW calls.
6040         Code is contributed under MIT/X11 license.
6042 2009-02-18  Zoltan Varga  <vargaz@gmail.com>
6044         * reflection.c (mono_reflection_init): Remove the unused reflection mutex.
6046         * marshal.c (emit_marshal_boolean): Add null checks to the new 
6047         native->managed marshalling code. Fixes #476247.
6049 2009-02-17  Zoltan Varga  <vargaz@gmail.com>
6051         * class.c (mono_class_get_vtable_entry): Move the addition of
6052         static rgctx invoke wrappers for vtable methods here, this simplifies
6053         a lot of code and causes fewer rgctx wrappers to be created.
6055         * marshal.c (mono_marshal_get_static_rgctx_invoke): Change the
6056         name of the statistics to begin with an uppercase.
6058 2009-02-17 Rodrigo Kumpera  <rkumpera@novell.com>
6060         * reflection.c: Revert previous change as it breaks the build.
6061         
6062 2009-02-17 Rodrigo Kumpera  <rkumpera@novell.com>
6064         * verify.c: Properly handle SZARRAY element type.
6066         Fixes #474271.
6068 2009-02-17 Rodrigo Kumpera  <rkumpera@novell.com>
6070         * reflection.c (mono_image_create_method_token): Correctly encode
6071         MethodDef MemberRefParent token.
6073         Fixes #472845.
6075 2009-02-17  Zoltan Varga  <vargaz@gmail.com>
6077         * image.c (mono_image_close): Delete the critical section before
6078         freeing the memory holding it.
6080 2009-02-16 Rodrigo Kumpera  <rkumpera@novell.com>
6082         * verify.c (mono_method_verify): rethrow opcode doesn not fall through.
6083         Fixes #476257.
6085 2009-02-16 Rodrigo Kumpera  <rkumpera@novell.com>
6087         * pedump.c (main): Call mono_marshal_init so pedump
6088         doesn't crash.
6090 2009-02-16 Rodrigo Kumpera  <rkumpera@novell.com>
6092         * loader.c (method_from_memberref): Properly fix #474271 and
6093         don't break the runtime bad.
6095 2009-02-16  Zoltan Varga  <vargaz@gmail.com>
6097         * domain.c (mono_domain_alloc): Add locking so the caller doesn't have to.
6098         (mono_domain_alloc0): Ditto.
6100 2009-02-16 Rodrigo Kumpera  <rkumpera@novell.com>
6102         * loader.c (method_from_memberref): Don't abort if the array
6103         method is not found. A regular loader failure is more informative
6104         and correct.
6106         Fixes #474271.
6108 2009-02-16 Rodrigo Kumpera  <rkumpera@novell.com>
6110         *loader.c: Guard MonoImage::method_cache/methodref_cache
6111         using the image lock instead of the loader lock.
6113         * metadata.h: Add comments about which fields are protected by
6114         the image lock.
6116 2009-02-16  Zoltan Varga  <vargaz@gmail.com>
6118         * appdomain.c (mono_set_private_bin_path_from_config): Fix a warning.
6120         * generic-sharing.c (mono_method_construct_object_context): Remove the
6121         wrapper_type == NONE assert, it is not needed.
6123 2009-02-15  Zoltan Varga  <vargaz@gmail.com>
6125         * reflection.c (clear_cached_object): New helper function.
6126         (mono_method_clear_object): New function to clear the cached reflection
6127         objects for a dynamic method.
6129         * object.c (mono_runtime_free_method): Call mono_method_clear_object ().
6130         Partly fixes # 463323.
6131         
6132 2009-02-14 Rodrigo Kumpera  <rkumpera@novell.com>
6134         * class.c:
6135         * loader.c:
6136         * reflection.c: Remove all explicit uses of MonoImage::property_hash.
6138 2009-02-14 Rodrigo Kumpera  <rkumpera@novell.com>
6140         * image.c: Add mono_image_property_(lookup,insert,remove) functions that
6141         take the image lock instead of the loader lock.
6143         * metadata-internals.h: Export new functions.
6145 2009-02-12  Miguel de Icaza  <miguel@novell.com>
6147         * domain.c (app_config_parse): Remove another use of stat that is
6148         not necessary as g_file_get_contents already does the presence
6149         check. 
6151 2009-02-13  Zoltan Varga  <vargaz@gmail.com>
6153         * cominterop.c icall-def.h: Fix the DISABLE_COM build.
6155         * marshal.c: Move the bstr handling code to cominterop.c.
6157         * marshal.c: Remove some COM interop code missed previously.
6159 2009-02-12  Miguel de Icaza  <miguel@novell.com>
6161         More Paolo patches from the Wii port:
6162         
6163         * security.c: Remove ves_icall_System_Environment_get_UserName
6164         from here.
6166         * icall.c: And put ves_icall_System_Environment_get_UserName
6167         here. 
6169         * appdomain.c (mono_set_private_bin_path_from_config): Remove
6170         redundant call to stat that was only used to test for the file
6171         existence.   Patch from Paolo.
6173         * gc.c (run_finalize): If COM is disabled, do not link in
6174         mono_marshal_free_ccw.
6176         * generic-sharing.c: Use alloca.h here as well.
6178 2009-02-13 Rodrigo Kumpera  <rkumpera@novell.com>
6180         * reflection.c (mono_reflection_lookup_dynamic_token): Do the locking properly.
6182 2009-02-13  Zoltan Varga  <vargaz@gmail.com>
6184         * cominterop.c cominterop.h: New files.
6186         * marshal.c: Move the COM interop related code to cominterop.c. Make a few
6187         function/typedefs which are needed by cominterop.c global.
6189 2009-02-12  Mark Probst  <mark.probst@gmail.com>
6191         * generic-sharing.c: Don't take the loader lock to guard image
6192         mempool allocs.
6194 2009-02-12 Rodrigo Kumpera  <rkumpera@novell.com>
6196         * reflection.c (mono_reflection_lookup_dynamic_token): This function might be
6197         called without the loader lock which is required to guard MonoImage:tokens.
6199 2009-02-12 Rodrigo Kumpera  <rkumpera@novell.com>
6201         * class.c:
6202         * metadata.c:
6203         * method-builder.c:
6204         * marshal.c:
6205         * reflection.c: Don't take the loader lock to alloc memory from the image mempool.
6207 2009-02-12 Rodrigo Kumpera  <rkumpera@novell.com>
6209         * metadata.c: Remove mono_image_alloc_lock and mono_image_alloc0_lock.
6210         Rework the code to use regular mono_image_alloc/0.
6212         * loader.c: Rework the code to use regular mono_image_alloc/0.
6214         * metadata-internals.h: Remove mono_image_alloc_lock and mono_image_alloc0_lock.
6216 2009-02-12  Bill Holmes  <billholmes54@gmail.com>
6218         * object-internals.h : Fixing a typo in the 
6219           MonoReflectionComVisibleAttribute struct.
6221         * marshal.c (cominterop_com_visible): Check the implemented 
6222           interfaces for ComImport.
6224         * marshal.c (cominterop_get_native_wrapper_adjusted): For COM calls 
6225           assume that bools should be treated as VARIANTBOOLs.
6227         * marshal.c (emit_marshal_boolean): Adding cases for 
6228           MARSHAL_ACTION_MANAGED_CONV_IN and MARSHAL_ACTION_MANAGED_CONV_OUT.
6230         * marshal.c (mono_marshal_emit_managed_wrapper): Adding calls to 
6231           emit_marshal MARSHAL_ACTION_MANAGED_CONV_IN and OUT for bools.
6233         * marshal.c (cominterop_get_ccw): For COM calls assume that bools
6234           should be treated as VARIANTBOOLs.    
6236         Code is contributed under MIT/X11 license.
6238 2009-02-12 Rodrigo Kumpera  <rkumpera@novell.com>
6240         * image.c (mono_image_alloc, mono_image_alloc0, mono_image_strdup): Guard mempool
6241         allocation with the image lock.
6243 2009-02-12 Rodrigo Kumpera  <rkumpera@novell.com>
6245         This patch is the last of a series to remove explicit reference of MonoImage::mempool
6246         and use mono_image_alloc set of functions instead. This time we finish with reflection.c
6248         * object.c: Add mono_string_to_utf8_image.
6250         * object-internals.h: Export mono_string_to_utf8_image.
6252         * reflection.c: Rework all explicit references to the the image mempool to go thought
6253         the mono_image_alloc set of functions.
6255 2009-02-12 Rodrigo Kumpera  <rkumpera@novell.com>
6257         This patch is the third of a series to remove explicit reference of MonoImage::mempool
6258         and use mono_image_alloc set of functions instead. This time we finish with marshal.c
6259         and generics-sharing.c.
6261         * generics-sharing.c (set_other_info_templates): Take a MonoImage instead of a MonoMemPool
6262         as first argument. Note that this function remains broken as it doesn't perform locking around the
6263         mempool allocation.
6265         * generics-sharing.c (rgctx_template_set_other_slot): Pass the image and not the mempool.
6267         * image.c: Add g_slist_append_image.
6269         * metadata.c (mono_metadata_field_info_with_mempool): Remove the mempool argument and use
6270         the supplied image for allocation. Move code into mono_metadata_field_info_full.
6272         * metadata.c (mono_metadata_parse_marshal_spec_full): Take a MonoImage instead of a MonoMemPool.
6273         Fix all related code to do the same.
6275         * marshal.c (mono_marshal_load_type_info): Pass the image instead of the mempool.
6277         * metadata-internals.h: Fix the signatures.
6279 2009-02-12 Rodrigo Kumpera  <rkumpera@novell.com>
6281         This patch is the second of a series to remove explicit reference of MonoImage::mempool
6282         and use mono_image_alloc set of functions instead. This time we rework mono_metadata_type_dup
6283         and similar to work using MonoImage.
6285         * class.c (mono_mempool_dup): Rename to mono_image_memdup and take a MonoImage instead of a
6286         MonoMemPool.
6288         * class.c (mono_dup_array_type): Take a MonoImage instead of a MonoMemPool as first argument.
6290         * class.c (mono_metadata_signature_deep_dup): Same.
6292         * class.c (inflate_generic_type): Same.
6294         * class.c (mono_class_inflate_generic_type_with_mempool): Same.
6296         * metadata.c (mono_metadata_signature_dup_full): Same.
6298         * metadata.c: Add mono_metadata_signature_dup_mempool and extract common functionality from 
6299         mono_metadata_signature_dup_full.
6301         * metadata.c (mono_metadata_type_dup): Same.
6303         * marshal.c: Pass the image to calls to mono_metadata_type_dup.
6305         * reflection.c: Same.
6307         * generic-sharing.c: Pass the image to calls to mono_class_inflate_generic_type_with_mempool.
6309         * metadata-internals.h: Fix the signatures.
6311         * class-internals.h: Same.
6313 2009-02-11 Rodrigo Kumpera  <rkumpera@novell.com>
6315         This patch is the first of a series to remove explicit reference of MonoImage::mempool
6316         and use mono_image_alloc set of functions instead. 
6318         * class.c (mono_class_inflate_generic_type_with_mempool_no_copy):
6319         Rename to mono_class_inflate_generic_type_no_copy and take a MonoImage instead
6320         of a MonoMemPool.
6322         * class.c (mono_class_setup_fields): Adapt to mono_class_inflate_generic_type_no_copy.
6324         * class.c (g_list_prepend_mempool): Removed.
6326         * class.c (mono_class_get_nested_types): Use g_list_prepend_image instead of g_list_prepend_mempool.
6328         * image.c: Add g_list_prepend_image.
6330         * metadata-internals.h (struct MonoImage): Fix comment. Export g_list_prepend_image as internal.
6332         * reflection.c (mono_reflection_create_runtime_class): Use g_list_prepend_image instead of g_list_prepend_mempool.
6335 2009-02-11 Rodrigo Kumpera  <rkumpera@novell.com>
6337         * metadata-internals.h (struct MonoImage): Add lock field. Export mono_image_lock and
6338         mono_image_unlock.
6340         * image.c (mono_image_init): Init the lock field.
6342         * image.c (mono_image_init): Cleanup the lock field.
6344         * image.c: Add mono_image_(un)lock functions.
6346 2009-02-11  Mark Probst  <mark.probst@gmail.com>
6348         * class.c, class-internals.h: mono_method_get_context_general()
6349         combines the functionality of mono_method_get_context() and
6350         mini_method_get_context().
6352         * generic-sharing.c, domain-internals.h:
6353         mono_method_construct_object_context() and
6354         mono_domain_lookup_shared_generic() moved from mini.
6356         * icall.c (ves_icall_InternalInvoke): Handle the case where the
6357         method doesn't have the correct instantiation because it's shared
6358         generic code.  Fixes #473999.
6360 2009-02-11  Zoltan Varga  <vargaz@gmail.com>
6362         * loader.c (mono_method_get_wrapper_data): Handle inflated methods as well.
6364         * loader.c (mono_loader_lock): Add a comment pointing to the locking document.
6365         
6366 2009-02-11 Rodrigo Kumpera  <rkumpera@novell.com>
6368         * metadata.c: Make mono_image_alloc_lock and mono_image_alloc0_lock non static.
6370         * metadata-internals.h: Export mono_image_alloc_lock and mono_image_alloc0_lock.
6372         * loader.c (mono_get_method_full): Drop the loader lock while constructing the method
6373         and recheck the cache for dups after it.
6375         * loader.c (mono_get_method_from_token): Use _lock version of mono_image_alloc0.
6377         Fixes one of the deadlocks found in #473150.
6379 2009-02-11  Bill Holmes  <billholmes54@gmail.com>
6381         * socket-io.c (ves_icall_System_Net_Sockets_Socket_Accept_internal):
6382           For Win32, add additional break conditions for accept.
6384         Code is contributed under MIT/X11 license.
6386 2009-02-10  Zoltan Varga  <vargaz@gmail.com>
6388         * marshal.c (mono_marshal_get_native_func_wrapper): Use get_cache to
6389         lazily initialize the native wrapper cache.
6390         (mono_marshal_get_native_wrapper): Put aot-ed native wrappers into a separate
6391         cache, since they are different from the normal wrappers.
6393         * image.c (mono_image_init): Initialize native_wrapper_cache lazily as well.
6395         * metadata-internals.h (struct _MonoImage): Add a new wrapper for
6396         AOT compiled native wrappers.
6398 2009-02-09  Geoff Norton  <gnorton@novell.com>
6400         * appdomain.h:
6401         * security-core-clr.c: Allow enabling core-clr from the embedding
6402         API.
6404 2009-02-07 Gonzalo Paniagua Javier <gonzalo@novell.com>
6406         * socket-io.c: when requesting all the local ips, if there are no
6407         interfaces up and running, MS returns 127.0.0.1.
6409 2009-02-07 Gonzalo Paniagua Javier <gonzalo@novell.com>
6411         * mono-perfcounters-def.h: processor time is an inverse time.
6412         Fixes bug #468625.
6414 2009-02-07 Gonzalo Paniagua Javier <gonzalo@novell.com>
6416         * socket-io.c: an empty host name returns the list of local IPs.
6417         Fixes bug #386637 part 1/2.
6419 2009-02-07  Zoltan Varga  <vargaz@gmail.com>
6421         * verify.c (mono_class_interface_implements_interface): Call
6422         mono_class_setup_interfaces ().
6423         (merge_stacks): Ditto.
6425 2009-02-06  Zoltan Varga  <vargaz@gmail.com>
6427         * class.c (mono_class_setup_interfaces): New function to lazily initalize
6428         klass->interfaces.
6429         (mono_generic_class_get_class): Don't initalize klass->interfaces.
6430         (mono_generic_class_get_class): Ditto.
6432 2009-02-06  U-QUACK\miguel  <miguel@quack>
6434         * icall-defs.h: Include also the Encrypt/Decrypt string methods as
6435         they live in security.c
6437         * debug-mono-symfile.c (mono_debug_open_mono_symbols): Integrated
6438         another bit from Paolo's code.
6440 2009-02-06  Zoltan Varga  <vargaz@gmail.com>
6442         * object.c (build_imt_slots): Add a small optimization to avoid inflating
6443         methods which will be discarded by add_imt_builder_entry ().
6445         * marshal.c (get_runtime_invoke_type): Avoid sharing enum types since they
6446         need to be boxed.
6448         * loader.c: Add a statistics for the size of the memberref signature cache.
6449         
6450         * loader.c (find_cached_memberref_sig): New helper function.
6451         (cache_memberref_sig): Ditto.
6453         * loader.c: Cache the result of parsing memberref signatures, since otherwise
6454         they will be parsed again for every generic instantiation, leading to unbounded
6455         memory growth.
6457 2009-02-05  Zoltan Varga  <vargaz@gmail.com>
6459         * loader.c (mono_get_method_from_token): Avoid creating class for the generic
6460         parameters of generic methods.
6462         * class.c (mono_class_inflate_generic_method_full): Set is_mb_open again
6463         after the original method is copied to the inflated method.
6464         (mono_class_get_vtable_entry): Handle rgctx invoke wrappers more efficiently.
6466         * class-internals.h (struct _MonoMethodInflated): Move the is_mb_open
6467         field to MonoMethod since it only consumes 1 bit there, and 4/8 bytes here.
6469         * class.c metadata.c: Update after the changes above.
6471 2009-02-05 Rodrigo Kumpera  <rkumpera@novell.com>
6473         * metadata-verify.c: Simplified error handling and added
6474         section table validation.
6476 2009-02-05  Zoltan Varga  <vargaz@gmail.com>
6478         * class-internals.h (MonoClassExt): New structure containing rarely used
6479         fields of MonoClass.
6480         (struct _MonoClass): Move rarely used fields to MonoClassExt, accessed
6481         through a new 'ext' field.
6483         * class.c (mono_class_alloc_ext): New helper function to allocate 
6484         class->ext.
6486         * class.c metadata.c reflection.c: Update after MonoClass structure changes.
6488 2009-02-05  Mark Probst  <mark.probst@gmail.com>
6490         * object.c (mono_object_get_virtual_method): Properly inflate
6491         generic methods.  Fixes #472692.
6493 2009-02-05 Rodrigo Kumpera  <rkumpera@novell.com>
6495         * class.c (mono_class_create_from_typedef): The CLR supports SystemF
6496         recursive types such as List<T>:Cons<T,List<T>> so when doing the lookup
6497         for the parent type, the created type must be ready to be used on a generic
6498         instantiation.
6499         We fill this_arg/byval_arg if the parent is a generic instance to make sure
6500         we won't have duplicated entries in generic_inst_cache.
6502         Fixes #469553.
6504 2009-02-05  Miguel De Icaza  <miguel@novell.com>
6506         * threadpool.c (socket_io_add_poll): Remove the BSD6 define and
6507         replace with plain BSD per the comments on the bug MONO77637.
6509 2009-02-05  Zoltan Varga  <vargaz@gmail.com>
6511         * class.c (mono_class_get_generic_class): New accessor function.
6512         (mono_class_get_generic_container): Ditto.
6514         * class-internals.h (struct _MonoClass): Add 'is_generic' and 'is_inflated'
6515         fields, similar to the ones in MonoMethod.
6517         * class.c (mono_generic_class_get_class): Set klass->is_inflated.
6518         (mono_class_create_from_typedef): Set klass->is_generic if needed.
6520         * reflection.c (mono_reflection_create_generic_class): Set klass->is_generic.
6521         
6522         * class-internals.h (struct _MonoClass): Remove enum_basetype, it contains
6523         the same information as element_class->byval_arg.
6525         * class.c reflection.c: Remove references to class->byval_arg.
6527         * class.c marshal.c: Use mono_class_enum_basetype () instead of accessing 
6528         klass->enum_basetype directly.
6530         * verify.c metadata.c object.c icall.c reflection.c: Use 
6531         mono_class_enum_basetype () instead of accessing klass->enum_basetype 
6532         directly.
6534 2009-02-04  Miguel de Icaza  <miguel@novell.com>
6536         * icall-def.h: Remove internal calls for sockets when
6537         DISABLE_SOCKET is defined, file system writing features when the
6538         OS only support reading and not writing data and Policy support if
6539         the Policy is disabled.
6540         
6541         * image.c (do_mono_image_open): Apply Paolo's patches for using
6542         mono_file_map_ APIs here.
6544         * assembly.c: Add support for platforms to avoid prefix
6545         auto-detection. 
6547 2009-02-04  Zoltan Varga  <vargaz@gmail.com>
6549         * generic-sharing.c (mono_method_fill_runtime_generic_context): Fix a
6550         warning.
6552         * class.c (mono_class_inflate_generic_class): New helper function.
6554         * class.c: Use mono_class_inflate_generic_class in a few places. Add
6555         statistics for inflated methods/classes.
6557         * loader.c (inflate_generic_header): Use mono_class_inflate_generic_class.
6559         * icall.c (ves_icall_Type_GetMethodsByName): Optimize the case when
6560         the call is made from Delegate.CreateDelegate () for the invoke method of
6561         a delegate.
6563         * loader.c: Add a statistics for the memory occupied by inflated signatures.
6565         * metadata.c (mono_metadata_signature_size): New helper function.
6567         * class.c (mono_class_get_method_from_name_flags): Add an optimization for
6568         generic instances.
6570         * metadata.c (inflated_method_in_image): Avoid calling 
6571         mono_method_signature () if the method does not already have a signature.
6573 2009-02-03 Rodrigo Kumpera  <rkumpera@novell.com>
6575         * verify.c (is_compatible_boxed_valuetype): When checking if the boxed 
6576         valuetype is compatible with target type, check by inheritance as a
6577         VT is not really compatible with System.ValueType, for example.
6579         * verify.c (do_invoke_method): Improve error message.
6581         * verify.c (do_box_value): If boxing a nullable, use the type argument
6582         on stack instead.
6584         * verify.c (do_newobj): Improve error message.  
6586         Fixes #469549.
6588 2009-02-03  Miguel de Icaza  <miguel@novell.com>
6590         * appdomain.c: Add support for DISABLE_SOCKETS and DISABLE_SHADOW_COPY
6592 2009-02-03  Mark Probst  <mark.probst@gmail.com>
6594         * generic-sharing.c: Don't hold domain lock when calling
6595         instantiate_other_info().  Fixes #471958.
6597         * domain-internals.h, loader.c: Describe locking policy of domain
6598         lock vs loader lock.
6600 2009-02-03 Rodrigo Kumpera  <rkumpera@novell.com>
6602         * verify.c (mono_delegate_signature_equal): Make it possible to check
6603         first-arg-bound delegates to static method.
6605         * verify.c (verify_delegate_compatibility): Correctly verify delegates to
6606         static methods with the first arg bound.
6608         Fixes #469529.
6610 2009-02-03 Rodrigo Kumpera  <rkumpera@novell.com>
6612         * verify.c: Added stack_slot_full_name to provide decent and more meanfull
6613         errors.
6615         * verify.c (is_compatible_boxed_valuetype): Be less restrictive when not
6616         under strict mode. Any type, when boxed can be seen as a reference type.
6618         Fixes #469528.
6620 2009-02-03 Rodrigo Kumpera  <rkumpera@novell.com>
6622         * object.h: The lower bound of an array is a signed integer value.
6623         Introduce mono_array_lower_bound_t typedef. It should be used instead of
6624         gint32 as under MONO_BIG_ARRAYS it will be a gint64.
6626         * icall.c: Cast MonoArrayBounds::length to a signed value so correctly
6627         calculate the upper bound.
6628         
6629         Fixes #471252.
6631 2009-02-02  Miguel de Icaza  <miguel@novell.com>
6633         From Paolo's work, refactored, cleared up:
6634         
6635         * threadpool.c, icall.c: ifdef code that requires a working socket
6636         stack.
6638         * metadata.c (mono_metadata_field_info): Do not attempt to return
6639         a value from a function declared as void.
6641         * console-io.c: Use MONO_NULL_TTYDRIVER to remove the tty driver
6642         from the console stack.
6644         * assembly.c: use strrchr instead of rindex.
6646         * class.c, object.c, marshal.c, icall.c, reflection.c: include
6647         alloca.h on systems that have it.
6649         * environment.c: Avoid code that uses stuff from
6650         HAVE_SYS_UTSNAME_H
6651         
6652         * appdomain.c: Include sys/time.h.
6654         * console-io.c: include sys/ioctl.h if it is available.
6656 2009-02-03  Zoltan Varga  <vargaz@gmail.com>
6658         * method-builder.h (_MonoMethodBuilder): Add a 'skip_visibility' flag.
6660         * method-builder.c (mono_mb_create_method): Set method->skip_visibility from
6661         the method builder.
6663         * marshal.c: Set mb->skip_visibility instead of setting it on the method
6664         after it was created and cached, as the later is not thread safe.
6665         
6666 2009-02-02  Zoltan Varga  <vargaz@gmail.com>
6668         * mono-debug.c (mono_debug_print_stack_frame): Avoid crashes when this is
6669         called while the debugging module is not initialized. Fixes #471669.
6671 2009-02-02 Rodrigo Kumpera  <rkumpera@novell.com>
6673         * icall.c (type_from_name): Ignore reflection frames to find out the real caller.
6675         Fixes #471255.
6677 2009-02-02  Mark Probst  <mark.probst@gmail.com>
6679         * generic-sharing.c (lookup_or_register_other_info): Make sure the
6680         loader lock is not taken while the templates lock is held.  Fixes
6681         #471089.
6683 2009-02-02  Mark Probst  <mark.probst@gmail.com>
6685         * metadata.c (type_in_image): Added a check to fix a monodis
6686         crash.
6688 2009-02-02  Zoltan Varga  <vargaz@gmail.com>
6690         * marshal.c (mono_marshal_get_runtime_invoke): Add support for byref
6691         nullable arguments.
6693         * object.c (mono_runtime_invoke_array): Ditto.
6694         
6695         * marshal.c (mono_marshal_free_dynamic_wrappers): New function for
6696         freeing wrappers of dynamic methods.
6698         * loader.c (mono_free_method): Call it. Fixes #463323.
6699         
6700         * marshal.c (mono_marshal_get_runtime_invoke): Disable sharing for
6701         methods taking vtype/byref arguments, to fix yet another bug caused by
6702         the sharing of runtime invoke wrappers. Partly fixes #471259.
6704 2009-02-01  Zoltan Varga  <vargaz@gmail.com>
6706         * debug-mono-symfile.c (check_line): Return NULL instead of returning
6707         <first file in file table>:1 when the IL offset does not have an associated
6708         line number.
6710 2009-01-31  Zoltan Varga  <vargaz@gmail.com>
6712         * mono-debug.c (mono_debug_lookup_locals): New function to return local
6713         variable info for a method.
6715         * debug-mono-symfile.c (mono_debug_symfile_lookup_locals): Ditto.
6716         
6717 2009-01-30  Jb Evain  <jbevain@novell.com>
6719         * pedump.c: reuse code from monodis to make sure pedump honors
6720         MONO_PATH, which is needed to verify net_2_1 assemblies.
6722 2009-01-29  Zoltan Varga  <vargaz@gmail.com>
6724         * mono-debug.c (mono_debug_print_stack_frame): Print the IL offset even when
6725         there is no line number info.
6727 2009-01-29  Raja R Harinath  <harinath@hurrynot.org>
6729         Avoid some MonoType allocations
6730         * reflection.c (mono_reflection_initialize_generic_parameter):
6731         Reuse MonoType from param->pklass rather than allocating one.
6732         (mono_dynamic_image_free): Update to changes.
6734 2009-01-28  Raja R Harinath  <harinath@hurrynot.org>
6736         Rearrange some code to improve consistency
6737         * reflection.c (mono_reflection_setup_generic_class): Move body ...
6738         (mono_reflection_initialize_generic_parameter): ... here.
6740 2009-01-28  Zoltan Varga  <vargaz@gmail.com>
6742         * generic-sharing.c (has_constraints): Enable gshared for methods/classes
6743         with type constraints as an experiment.
6745         * boehm-gc.c (on_gc_notification): Update mono_stats.
6747 2009-01-28  Raja R Harinath  <harinath@hurrynot.org>
6749         Avoid some allocations
6750         * class-internals.h (_MonoGenericInst::type_argv): Convert from
6751         pointer to tail array to avoid extra allocation.
6752         * metadata.c (free_generic_inst): Update to changes.
6753         (mono_metadata_get_generic_inst): Likewise.  Use alloca instead of
6754         on-stack struct.
6756 2009-01-27  Zoltan Varga  <vargaz@gmail.com>
6758         * icall.c (ves_icall_System_Type_EqualsInternal): For user-defined types,
6759         return TRUE if the two type objects are the same.
6761 2009-01-26  Zoltan Varga  <vargaz@gmail.com>
6763         * marshal.c (mono_marshal_load_type_info): Fill out info->min_align.
6764         (mono_class_native_size): Use klass->marshal_info->min_align instead of
6765         klass->min_align, since klass->min_align contains the managed alignment,
6766         while the native alignment can be different, like for longs on x86.
6767         Fixes #469135.
6769         * class-internals.h (MonoMarshalType): Add a min_align field.
6771 2009-01-26 Rodrigo Kumpera  <rkumpera@novell.com>
6773         * assembly.c (mono_assembly_try_decode_skip_verification): Add a hack to check
6774         the 1.0 format.
6776 2009-01-26  Zoltan Varga  <vargaz@gmail.com>
6778         * domain-internals.h (struct _MonoJitInfo): Add a 'from_aot' field plus
6779         some comments about the usage of the used_regs field.
6781         * marshal.c (emit_marshal_ptr): Allow pointers to blittable structures.
6782         Fixes #469217.
6784 2009-01-24 Gonzalo Paniagua Javier <gonzalo@novell.com>
6786         * appdomain.c: return NULL instead of throwing FileNotFoundException
6787         when LoadAssembly() fails.
6789 2009-01-23  Mark Probst  <mark.probst@gmail.com>
6791         * metadata.c (mono_metadata_generic_param_equal): Only compare the
6792         image if the owner is NULL.  Fixes the AOT failures.
6794 2009-01-23  Zoltan Varga  <vargaz@gmail.com>
6796         * metadata.c (mono_metadata_load_generic_params): Initialize the 
6797         MonoGenericParam structure using memset so the image field is initialized
6798         as well.
6800 2009-01-21 Rodrigo Kumpera  <rkumpera@novell.com>
6802         * appdomain.c (mono_domain_unload): Change the InterlockedIncrement to
6803         a plain store.
6805 2009-01-21  Zoltan Varga  <vargaz@gmail.com>
6807         * class.c (mono_class_setup_vtable_general): In the generic instance
6808         optimization, set method->slot for abstract virtual methods. Fixes part of
6809         #467834.
6811 2009-01-21 Rodrigo Kumpera  <rkumpera@novell.com>
6813         * domain-internals.h: Add new appdomain state MONO_APPDOMAIN_UNLOADING_START
6814         which signals that the unloading has started but all appdomain services must
6815         remain operational.
6817         * appdomain.c (mono_domain_unload): The initial state for unloading now
6818         is unloading_start and we switch to unloading after the managed call to
6819         AppDomain::DomainUnload has finished.
6821         The new unloading state has to be created because managed code in the
6822         DomainUnload event can depend on things like the threadpool still working.
6823         The domain must remain fully functional while the event executes.
6825         This shown as an issue due to Process::WaitForExit, which waits for
6826         async reads of stdout and stderr to complete. Since those are processed
6827         in the threadpool the code deadlocks because the DomainUnload callback 
6828         waits for the async read finished event, which should have been set by a
6829         threadpool job but has been discarded due to the domain been in unload
6830         state.
6832 2009-01-21  Mark Probst  <mark.probst@gmail.com>
6834         * metadata.c (mono_metadata_generic_param_equal): Owner as well as
6835         image must match.
6837 2009-01-21  Mark Probst  <mark.probst@gmail.com>
6839         * reflection.c (resolve_object): For fields, inflate the class and
6840         then get the field in the inflated class.
6842 2009-01-20  Mark Probst  <mark.probst@gmail.com>
6844         * object-internals.h (struct _MonoException): Added a comment
6845         explaining the new use of trace_ips.
6847 2009-01-20  Mark Probst  <mark.probst@gmail.com>
6849         * generic-sharing.c (inflate_other_data): Inflate array methods
6850         correctly.
6852         * loader.c, class-internals.h: Rename search_in_array_class() to
6853         mono_method_search_in_array_class() and make it non-static.
6855 2009-01-19  Zoltan Varga  <vargaz@gmail.com>
6857         * metadata.c (inflated_signature_in_image): Call signature_in_image as well.
6858         Hopefully fixes #458168.
6860 2009-01-19  Christian Hergert  <christian.hergert@gmail.com>
6862         * object.c (mono_raise_exception): Remove call to InterlockedIncrement
6863         as it is performed elsewhere.
6865         Code is contributed under MIT/X11 license
6867 2009-01-19  Christian Hergert  <christian.hergert@gmail.com>
6869         * mono-perfcounters-def.h: Add counters for asp.net requests total and
6870         requests queued.
6871         * object.c (mono_raise_exception): Increment the exceptions total
6872         counter when an exception is thrown.
6873         * class-internals.h: Add a location for storing the total number of
6874         asp.net requests served.
6875         * mono-perfcounters.c: Implement update support for asp.net counters
6876         from the class libraries. Implement read support for asp.net counters
6877         and exceptions total counter.
6879 2009-01-19  Zoltan Varga  <vargaz@gmail.com>
6881         * loader.c (search_in_array_class): Call mono_class_setup_methods () before
6882         accessing klass->methods. Fixes #467385.
6884 2009-01-18  Zoltan Varga  <vargaz@gmail.com>
6886         * marshal.c (emit_marshal_custom): Avoid calling MarshalNativeToManaged
6887         for byval arguments without an [Out] attribute. Fixes #467212.
6889         * attach.c: Applied patch from Koushik Dutta (koush@koushikdutta.com). 
6890         Fix compilation under android.
6891         
6892         * sgen-gc.c: Instead of scanning gray objects after all roots have been 
6893         processed, scan them directly after they are copied, to achieve better locality
6894         and cache usage.
6896         * socket-io.c: Applied patch from Koushik Dutta
6897         (koush@koushikdutta.com). Disable IPV6 when running under android.
6899 2009-01-18  Zoltan Varga  <vargaz@gmail.com>
6901         * icall.c (ves_icall_InternalExecute): Add write barriers.
6903         * marshal.c (mono_marshal_get_write_barrier): Remove, this is now done in
6904         the GC code.
6906         * sgen-gc.c: Implement write barriers in IL code.
6908 2009-01-17  Geoff Norton  <gnorton@novell.com>
6910         * image.c: Avoid trying to walk the reference table of dynamic assemblies.
6912 2009-01-17  Geoff Norton  <gnorton@novell.com>
6914         * image.c: When unloading the image->references table, there can be gaps
6915         in it.  Ensure that we iterate every entry to avoid leaking assembly references
6916         when unloading an appdomain.
6918 2009-01-16  Zoltan Varga  <vargaz@gmail.com>
6920         * sgen-gc.c: Add support for allocating a nursery at an aligned address, to
6921         speed up ptr-in-nursery checks.
6923         * threads.c (mono_threads_abort_appdomain_threads): Abort threads outside the
6924         threads_lock () to prevent deadlocks.
6926         * sgen-gc.c gc-internal.h: Add a new root type root-with-wbarrier, which
6927         does not need to be scanned during minor collections, since writes to it
6928         must use write barriers.
6930 2009-01-15 Rodrigo Kumpera  <rkumpera@novell.com>
6932         * metadata-verify.c: Add pe nt header verification.
6933         
6934 2009-01-15  Zoltan Varga  <vargaz@gmail.com>
6936         * gc.c: Fix a few warnings when using SGEN.
6938 2009-01-14 Rodrigo Kumpera  <rkumpera@novell.com>
6940         * metadata-verify.c: Add pe optional header verification.
6942 2009-01-15  Zoltan Varga  <vargaz@gmail.com>
6944         * sgen-gc.c: Add support for user defined marker functions, used by
6945         MonoGHashTable to avoid registering a GC root for every hash node.
6947 2009-01-14  Zoltan Varga  <vargaz@gmail.com>
6949         * sgen-gc.c: Fix warnings. Optimize copy_object () a bit. Split pinned/
6950         non-pinned roots into separate hashes to avoid having to traverse them
6951         in functions which are only interested in one kind.
6953 2009-01-13 Rodrigo Kumpera  <rkumpera@novell.com>
6955         * metadata-verify.c: Add pe header machine field verification.
6956         
6957 2009-01-13 Rodrigo Kumpera  <rkumpera@novell.com>
6959         * metadata-verify.c: Add pe header size verification.
6961 2009-01-14  Zoltan Varga  <vargaz@gmail.com>
6963         * reflection.c (ALLOC_REFENTRY): Don't allocate the ReflectionEntry structures
6964         using the GC, they don't contain references.
6966         * domain.c (mono_domain_create): Create ldstr_table using MONO_HASH_KEY_VALUE_GC.
6968 2009-01-13  Geoff Norton  <gnorton@novell.com>
6970         * appdomain.c|h: Expose mono_domain_unload to the embedding api so that 
6971         AppDomains created on the native side can be cleaned up on the native side.
6973 2009-01-13  Geoff Norton  <gnorton@novell.com>
6975         * appdomain.c: Ensure that we call mono_context_init for the embedding api
6976         as well as the managed api.
6978 2009-01-13  Geoff Norton  <gnorton@novell.com>
6980         * appdomain.h|c: New API for creating a MonoDomain in the embedding api
6981         with a MonoAppDomain initialized against it.
6983 2009-01-13  Zoltan Varga  <vargaz@gmail.com>
6985         * reflection.c (MOVING_GC_REGISTER): Fix a warning.
6986         
6987         * reflection.c (mono_image_get_generic_param_info): Use MOVING_GC_REGISTER.
6989         * marshal.c: Avoid setting the exception clauses after a method has been entered 
6990         into the wrapper caches. Fixes #465700.
6992         * method-builder.c (mono_mb_set_clauses): New function to set the clauses of the
6993         method builder.
6994         (mono_mb_create_method): Set the clauses from the method builder.
6996 2009-01-13 Gonzalo Paniagua Javier <gonzalo@novell.com>
6998         * threadpool.c: include sys/socket.h. Fixes compilation on FreeBSD.
6999         Patch from Makoto Kishimoto.
7001 2009-01-13  Zoltan Varga  <vargaz@gmail.com>
7003         * sgen-gc.c (mono_gc_make_descr_from_bitmap): Handle large bitmaps by 
7004         encoding them as ROOT_DESC_COMPLEX.
7005         (precisely_scan_objects_from): Implement support for ROOT_DESC_COMPLEX.
7007 2009-01-12  Zoltan Varga  <vargaz@gmail.com>
7009         * sgen-gc.c (scan_from_remsets): Clear the global remset of pointers which
7010         no longer point to the nursery.
7012         * sgen-gc.c: Add a few comments/FIXMEs.
7013         
7014         * sgen-gc.c: Implement scanning of the alloc_pinned objects.
7016         * marshal.c (mono_marshal_get_synchronized_wrapper): Make the 
7017         initialization of the various _method variables thread safe. Fixes
7018         #465377.
7020 2009-01-12  Mark Probst  <mark.probst@gmail.com>
7022         * domain.c, domain-internals.h: Remove the shared_generics_hash
7023         and its lookup functions.
7025 2009-01-12  Bill Holmes  <billholmes54@gmail.com>
7027         * socket-io.c:  Fixing the MSVC build. 
7029         Code is contributed under MIT/X11 license.
7031 2009-01-12 Rodrigo Kumpera  <rkumpera@novell.com>
7033         * metadata-verify.c: Add pe header watermark verification.
7035 2009-01-09 Rodrigo Kumpera  <rkumpera@novell.com>
7037         * metadata-verify.c: Add lfanew verification.
7039 2009-01-12  Jb Evain  <jbevain@novell.com>
7041         * tabldefs.h: rename METHOD_ATTRIBUTE_CHECK_ACCESS_ON_OVERRIDE to
7042         METHOD_ATTRIBUTE_STRICT to match the ECMA terminology.
7044 2009-01-10  Zoltan Varga  <vargaz@gmail.com>
7046         * socket-io.c: Fix the build.
7048         * environment.c: Fix an #ifdef.
7050 2009-01-09  Zoltan Varga  <vargaz@gmail.com>
7052         * threadpool.c (async_invoke_thread): Handle the wait function returning
7053         WAIT_IO_COMPLETION as well.
7054         (async_invoke_io_thread): Ditto.
7056 2009-01-09  Bill Holmes  <billholmes54@gmail.com>
7058         * threads.c: Fixing the Windows build.
7060         Code is contributed under MIT/X11 license.
7062 2009-01-09  Zoltan Varga  <vargaz@gmail.com>
7064         * threads.c (signal_thread_state_change): Call wapi_interrupt_thread () to
7065         interrupt a wait.
7066         (mono_thread_execute_interruption): Call wapi_clear_interruption () to enable
7067         the thread to wait again.
7069 2009-01-09 Rodrigo Kumpera  <rkumpera@novell.com>
7071         * metadata-verify.c: Initial skeleton of the metadata verifier.
7073         * pedump.c: Add support for the metadata verifier.
7075         * verify-internal.h: Export the whole assembly metadata verifier function.
7077 2009-01-09 Rodrigo Kumpera  <rkumpera@novell.com>
7079         * gc.c (mono_gc_init): Fix the comments about deadlock on windows.
7081 2009-01-09  Zoltan Varga  <vargaz@gmail.com>
7083         * Makefile.am: Upgrade dtrace-prelink.sh location.
7085 2009-01-08 Rodrigo Kumpera  <rkumpera@novell.com>
7087         * gc.c (mono_gc_init): Wait for finalizer thread to init on windows as
7088         well. Otherwise the shutdown deadlock that happens on unix will can happen
7089         as well.
7090         If the main thread code finishes too fast it's possible that the finalizer
7091         thread won't have executed yet, won't record itself as the finalizer thread
7092         and the shutdown sequence will wait on it forever.
7094 2009-01-08 Rodrigo Kumpera  <rkumpera@novell.com>
7096         * threads.c (mono_thread_current): Make THREAD_DEBUG work on windows
7097         with MSVC.
7099 2009-01-08  Miguel de Icaza  <miguel@novell.com>
7101         * appdomain.c: Initialize the mono_strtod_mutex here, thanks to
7102         Robert Jordan for pointing this out.
7104 2009-01-08  Christian Prochnow  <cproch@seculogix.de>
7106         * icall.c
7107         * icall-def.h: added internal calls ves_icall_System_IO_DriveInfo_GetDiskFreeSpace,
7108         ves_icall_System_IO_DriveInfo_GetDriveType.
7110 2009-01-07  Miguel de Icaza  <miguel@novell.com>
7112         * icall.c: Wrap calls to mono_strtod in CriticalSection
7113         invocations when using eglib, to work around #464316.
7115 2009-01-07 Rodrigo Kumpera  <rkumpera@novell.com>
7117         * file-io.c (ves_icall_System_IO_MonoIO_GetCurrentDirectory): Double check the
7118         return value of GetCurrentDirectory to never access unitialized memory.
7120 2009-01-07 Rodrigo Kumpera  <rkumpera@novell.com>
7122         * file-io.c (ves_icall_System_IO_MonoIO_GetCurrentDirectory): Properly check the
7123         return value of GetCurrentDirectory and expand the buffer if needed.
7125         Fixes #459094.
7127 2009-10-07 Tom Hindle  <tom_hindle@sil.org>
7129         * marshal.c (GetIUnknownForObjectInternal, GetIUnknownForObjectInternal) : 
7130           Adding a call to mono_init_com_types.
7132         Code is contributed under MIT/X11 license.
7134 2009-01-07  Geoff Norton  <gnorton@novell.com>
7136         * socket-io.c: ioctlsocket(FIONREAD) returns the size of the UDP header as well on 
7137         darwin.  Use getsockopt SO_NREAD instead to get the right values for TCP and UDP.
7138         ai_canonname can be null in some cases on darwin, where the runtime assumes it will 
7139         be the value of the ip buffer.
7141 2009-01-06 Rodrigo Kumpera  <rkumpera@novell.com>
7143         * verify.c (mono_class_interface_implements_interface): Verify parents as we can't rely on
7144         interfaces_packed here.
7146         Fixes part of #463294.
7148 2009-01-06 Rodrigo Kumpera  <rkumpera@novell.com>
7150         * verify.c (is_array_type_compatible): Ignore bounds and sizes when checking array compatibility.
7152         Fixes part of #463294.
7154 2009-01-06 Rodrigo Kumpera  <rkumpera@novell.com>
7156         * verify.c (stack_slot_is_complex_type_not_reference_type): Check if the type
7157         is a boxed complex as well.
7159         Fixes part of #463294.
7161 2009-01-06 Rodrigo Kumpera  <rkumpera@novell.com>
7163         * reflection.c (mono_image_get_methodref_token): Add an extra create_typespec parameter to
7164         control if a methodspec should be created for the generic method definition from external assemblies.
7165         Caching of methodspec is done using the handleref hash table.
7167         Fixes #462592.
7169 2009-01-05 Rodrigo Kumpera  <rkumpera@novell.com>
7171         * loader.c (find_method): When searching the interfaces of a class
7172         check the transitive closure of implemented interfaces.
7174         Fixes #463303.
7176 2009-01-03 Rodrigo Kumpera  <rkumpera@novell.com>
7178         * class.c (get_implicit_generic_array_interfaces): Improve debugging code.
7179         
7180 2009-01-03 Rodrigo Kumpera  <rkumpera@novell.com>
7182         * class.c (get_implicit_generic_array_interfaces): Extract valuetype
7183         interfaces calculation to fill_valuetype_array_derived_types.
7185         * class.c (get_implicit_generic_array_interfaces): Valuetypes need IList /
7186         ICollection / IEnumerator interfaces for their extra twin type - sbyte for byte
7187         for example.
7189         * class.c (get_implicit_generic_array_interfaces): InternalEnumerator gets
7190         interfaces for valuetypes if needed.    
7192         * class.c (fill_valuetype_array_derived_types): Enums should have interfaces
7193         for their basetype as well. Types are array expanded if rank is > 0.
7195         Fixes #400716.
7197 2008-12-30  Bill Holmes  <billholmes54@gmail.com>
7199         * socket-io.h : Changing the signature of
7200           ves_icall_System_Net_Sockets_Socket_Accept_internal to pass
7201           the blocking state.
7203         * icall-def.h :  Changing the signature of
7204           System.Net.Sockets.Socket.Accept_internal to pass the blocking state.
7206         * socket-io.c (ves_icall_System_Net_Sockets_Socket_Accept_internal) :
7207           For Windows only.  Avoid blocking when calling accept by
7208           querying for a connection via select.  The loop also queries
7209           the thread state every 1000 micro seconds for the thread
7210           stop state.  This will avoid the process hanging on shutdown
7211           when using a TcpChannel that is never connected to.
7213         Code is contributed under MIT/X11 license.
7215 2008-12-30  Marek Safar  <marek.safar@gmail.com>
7217         * tabledefs.h: Add METHOD_ATTRIBUTE_CHECK_ACCESS_ON_OVERRIDE.
7219 2008-12-26 Rodrigo Kumpera  <rkumpera@novell.com>
7221         * class.c (get_implicit_generic_array_interfaces): Extract common
7222         code to a helper function making it a lot easier on the eyes.
7224 2008-12-26 Rodrigo Kumpera  <rkumpera@novell.com>
7226         * class.c (get_implicit_generic_array_interfaces): If the internal
7227         enumerator is an interface inflate System.Object instead of itself.
7229         Fixes #461261.
7231 2008-12-24 Rodrigo Kumpera  <rkumpera@novell.com>
7233         * object.c (mono_runtime_invoke_array): Don't assert with
7234         byref nullable types.
7236         * marshal.c (mono_marshal_get_runtime_invoke): To handle
7237         byref nullables we unbox the object and store it on the
7238         stack. 
7239         We can't use the boxed object since it is the T of Nullable<T>
7240         and the boxed representation of a nullable it's underlying type
7241         or null.
7242         We could cheat and create a boxed nullable and use the same
7243         machinery of other byref VTs but this feels like a hack and
7244         using the stack has the bonus of reducing heap pressure.
7246         Fixes #461941.
7248 2008-12-23 Rodrigo Kumpera  <rkumpera@novell.com>
7250         * marshal.c (mono_marshal_emit_managed_wrapper): Handle char
7251         return value.
7253         Fixes #461867.
7255 2008-12-19  Bill Holmes  <billholmes54@gmail.com>
7257         * icall-def.h : Adding an internal call definition for 
7258           System.Environment.internalBroadcastSettingChange.
7260         * icall.c : Adding a Windows only implementation to broadcast a 
7261           WM_SETTINGCHANGE when an environment variable has changed.
7263         Code is contributed under MIT/X11 license.
7265 2008-12-19  Mark Probst  <mark.probst@gmail.com>
7267         * class.c, class-internals.h: Made
7268         mono_class_has_parent_and_ignore_generics() non-static.
7270 Thu Dec 18 16:35:22 CET 2008 Paolo Molaro <lupus@ximian.com>
7272         * image.c: deal with the mmap failing when loading an image.
7274 2008-12-17  Geoff Norton  <gnorton@novell.com>
7276         * threadpool.c: Ensure that the io_queue_lock is initialized
7277         in all circumstances, as we always attempt to cleanup against it.
7279 2008-12-17  Miguel de Icaza  <miguel@novell.com>
7281         * icall.c (ves_icall_System_Environment_get_Platform): For
7282         compatibility reasons for existing client code we will keep
7283         returning 4 for a while.   
7285         For how long will depend on the documentation being updated, and
7286         for us to give client code a chance to be updated.
7288         This reverts the original decison on #433108 since we did not
7289         catch roughly 33 instances of the broken code in our own source
7290         code base, we did not catch failures on the buildbots, and QA did
7291         not bring this as a problem.
7293         Only today I found some customer's code breaking due to our own
7294         class libraries not being fully updated and tracked it down to
7295         this change.  I am reverting it because if we could not even get
7296         our story straight in our own code base, how can we hope that our
7297         end user code be fixed?
7299         As of this morning, our Wiki page that documents how to detect
7300         Unix had not been fixed.    
7302 2008-12-16  Zoltan Varga  <vargaz@gmail.com>
7304         * metadata.c (inflated_method_in_image): Add a workaround for #458168.
7306         * class.c (mono_class_get_fields): Handle loading errors.
7308 2008-12-12 Mark Mason <mmason@upwardaccess.com>
7310         * 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.
7311         
7312 2008-12-12 Gonzalo Paniagua Javier <gonzalo@novell.com>
7314         * mono-perfcounters.c: avoid warning.
7316 2008-12-12 Rodrigo Kumpera  <rkumpera@novell.com>
7318         * reflection.c (ensure_runtime_vtable): Work on generic instances and
7319         make sure all interfaces have MonoClass::interface_id set.
7321         * reflection.c (ensure_generic_class_runtime_vtable): Ensure the
7322         method table is property set.
7324 2008-12-12 Rodrigo Kumpera  <rkumpera@novell.com>
7326         * class.c: New function mono_class_setup_interface_id that setup
7327         MonoClass::interface_id if needed.
7329         * class-internals.h: Export new function.
7331 2008-12-12 Rodrigo Kumpera  <rkumpera@novell.com>
7333         * class.c: Add code to sanity check the vtable after setup_vtable_general
7334         has done it's work.
7336 2008-12-11 Gonzalo Paniagua Javier <gonzalo@novell.com>
7338         * icall.c: make Assembly.GetExecutingAssembly work properly when
7339         reflection is used to invoke the method.
7340         Bug #321781 fixed.
7342 2008-12-11  Mark Probst  <mark.probst@gmail.com>
7344         * metadata/generic-sharing.c: Look for constraints in all type
7345         arguments, not just the first one.
7347 2008-12-10 Gonzalo Paniagua Javier <gonzalo@novell.com>
7349         * appdomain.c: return the correct CodeBase for an Assembly instance
7350         that was loaded from the shadow-copy directories.
7351         Bug #458190 fixed.
7353 2008-12-10  Zoltan Varga  <vargaz@gmail.com>
7355         * sgen-gc.c (build_nursery_fragments): Clear nursery_next/nursery_frag_real_end.
7357         * sgen-gc.c (check_object): New debugging helper function.
7359         * object.c: Fix calls to mono_value_copy_array ().
7361 2008-12-10 Rodrigo Kumpera  <rkumpera@novell.com>
7363         * class.c (mono_class_setup_fields): If working on an inflated class
7364         first check if the generic definition did init with success.
7366         Fixes #445361.
7368 2008-12-10 Rodrigo Kumpera  <rkumpera@novell.com>
7370         pedump.c (main): Fix a warning.
7372 2008-12-10  Bill Holmes  <billholmes54@gmail.com>
7374         * object-internals.h : Adding a definition for 
7375           MonoReflectionComVisibleAttribute.
7377         * marshal.c (cominterop_com_visible) :  Method added to check the 
7378           ComVisible attribute of a class.
7380         * marshal.c (cominterop_raise_hr_exception, cominterop_get_interface) :  
7381           cominterop_raise_hr_exception added to consolidate common code 
7382           to raise hr exceptions.
7384         * marshal.c (cominterop_can_support_dispatch) :  Method added to determine 
7385           if a managed class should support IDispatch.
7387         * marshal.c 
7388           (cominterop_get_idispatch_for_objec, cominterop_ccw_queryinterfacet) :  
7389           Added additional checks for managed object when getting 
7390           an IDispatch interface.
7392         Code is contributed under MIT/X11 license.
7394 2008-12-10 Rodrigo Kumpera  <rkumpera@novell.com>
7396         pedump.c (main): Handle mono_get_method () returning NULL. 
7398 2008-12-09  Zoltan Varga  <vargaz@gmail.com>
7400         * marshal.h: Fix a warning.
7402 2008-12-09  Bill Holmes  <billholmes54@gmail.com>
7404         * marshal.c : Adding cominterop_release_all_rcws to release all
7405           runtime callable wrappers held by the runtime.
7407         * marshal.h : Adding declaration for cominterop_release_all_rcws.
7408           
7409         Code is contributed under MIT/X11 license.
7411 2008-12-09  Zoltan Varga  <vargaz@gmail.com>
7413         * metadata.c (mono_image_alloc_lock): New helper function.
7414         (mono_image_alloc0_lock): Ditto.
7416         * metadata.c: Use the alloc_lock () helper functions for allocating
7417         memory from the image mempool.
7419 2008-12-08 Rodrigo Kumpera  <rkumpera@novell.com>
7421         * class.c (mono_class_from_generic_parameter): Document it's
7422         locking behavior. Fix double checked locking here, we stored in
7423         param->pklass a partially initialized MonoClass and no membar was used.
7425 2008-12-05  Marek Habersack  <mhabersack@novell.com>
7427         * sysmath.c (ves_icall_System_Math_Round2): if round (3) and rint
7428         (3) functions are present in the C library use them to do the
7429         job. If they are absent, make sure that the sum of int_part and
7430         dec_part is rounded before returning. This is necessary due to the
7431         division of dec_part by the power of 10 before the final addition
7432         is performed - if the result is not rounded in some cases it will
7433         yield invalid results.
7435 2008-12-04  Zoltan Varga  <vargaz@gmail.com>
7437         * marshal.c (mono_marshal_emit_native_wrapper): Add AOT support for pinvoke
7438         wrappers by emitting the function address using a CEE_MONO_ICALL_ADDR 
7439         instruction instead of a pointer constant.
7441 2008-12-03  Zoltan Varga  <vargaz@gmail.com>
7443         * loader.c (mono_method_get_header): Do most of the work outside the
7444         loader lock, to avoid assembly load hook deadlocks.
7446         * metadata.c (mono_metadata_parse_mh_full): Use finer-grained locking.
7447         (mono_metadata_parse_type_full): Ditto.
7449 2008-12-02 Rodrigo Kumpera  <rkumpera@novell.com>
7451         * mempool.c (mono_backtrace): Take the number of allocated bytes as argument.
7452         Make the stack depth fixed. Ensure proper argument passing to the backtrace
7453         funtions. Finally, use a lock to produce well ordered output.
7455         The lock looks silly, as all calls to the corlib mempool should be guarded
7456         with the loader lock, but for some reason this fact doesn't help. 
7458         * mempool.c (mono_mempool_alloc0): Add support for TRACE_ALLOCATIONS.
7460 2008-12-02  Mark Probst  <mark.probst@gmail.com>
7462         * socket-io.c: 64 bit big-endian fixes.
7464 2008-12-01 Rodrigo Kumpera  <rkumpera@novell.com>
7466         * verify.c (is_compatible_boxed_valuetype): Rewrite function to work properly with
7467         targets that require strict compatibility between the types.
7469         * verify.c (verify_stack_type_compatibility_full): Boxed values are not compatible
7470         to unboxed types. All cases that this is true are checked by is_compatible_boxed_valuetype.
7471         Kill the strict argument and create a new one valuetype_must_be_boxed.
7473         * verify.c (verify_delegate_compatibility): Use verify_stack_type_compatibility_full to
7474         state that all valuetypes must be boxed.
7476         Fixes #448560.
7478 2008-11-29  Kornél Pál  <kornelpal@gmail.com>
7480         * coree.c (MonoFixupExe): Use sizeof(IMAGE_BASE_RELOCATION) instead of
7481         IMAGE_SIZEOF_BASE_RELOCATION as newer Vista SDKs no longer define the latter.
7483         Contributed under MIT/X11 license.
7485 2008-11-28 Rodrigo Kumpera  <rkumpera@novell.com>
7487         * class.c (mono_class_setup_fields): Don't copy MonoType::attrs as
7488         the inflate_generic_type machinery should handle it.
7490         This avoids a crash when the field's flags is zero and it's type is
7491         a primitive.
7492         What happens is that mono_metadata_parse_type_full will see that opt_attrs
7493         is zero and will return one of the cached built-in primitive types. Since
7494         those types live in read-only memory, the code that copies it crashes.  
7496 2008-11-28  Mark Probst  <mark.probst@gmail.com>
7498         * object.c: Don't put function descriptors into generalized IMT
7499         thunks.
7501 2008-11-28  Mark Probst  <mark.probst@gmail.com>
7503         * class.c: Enable generic code sharing on PPC64.
7505 2008-11-27  Mark Probst  <mark.probst@gmail.com>
7507         * mempool.c, mempool-internals.h: Added g_slist_append_mempool()
7508         from mini/mini.c.
7510         * generic-sharing.c: Allocate the method template slists from the
7511         image mempool so it doesn't leak.
7513 2008-11-27 Rodrigo Kumpera  <rkumpera@novell.com>
7515         * class.c (generic_array_methods): Release the linked list.
7517 2008-11-27  Mark Probst  <mark.probst@gmail.com>
7519         * marshal.c (mono_string_builder_to_utf8): Fixed a wrong
7520         invocation to g_utf16_to_utf8().
7522 2008-11-26  Mark Probst  <mark.probst@gmail.com>
7524         * icall.c (mono_ArgIterator_IntGetNextArg): Handle sub-word sized
7525         arguments on big endian archs.
7527 2008-11-25 Gonzalo Paniagua Javier <gonzalo@novell.com>
7529         * reflection.c: (_mono_reflection_parse_type) skip leading spaces in
7530         the type name (test added in corlib).
7532 2008-11-25 Gonzalo Paniagua Javier <gonzalo@novell.com>
7534         * pedump.c: initialize perf. counters. Fixes a segv.
7536 2008-11-25  Martin Baulig  <martin@ximian.com>
7538         * mono-debug-debugger.c
7539         (mono_debugger_runtime_invoke): Return the exception object if an
7540         exception was thrown.  Visual Studio displays the exception object
7541         in the locals window.
7543 2008-11-24  Mark Probst  <mark.probst@gmail.com>
7545         * mini-trampolines.c (mono_delegate_trampoline): Don't return a
7546         ftnptr.
7548 2008-11-24  Mark Probst  <mark.probst@gmail.com>
7550         * marshal.c (mono_type_native_stack_size): MONO_TYPE_I and
7551         MONO_TYPE_U are sizeof (gpointer), too.
7553 2008-11-24  Mark Probst  <mark.probst@gmail.com>
7555         * marshal.c (mono_type_native_stack_size): Fixed size and
7556         alignment for reference types.
7558 2008-11-23  Mark Probst  <mark.probst@gmail.com>
7560         * class.c (mono_class_generic_sharing_enabled): Disable generic
7561         code sharing for PPC64.
7563 2008-11-21 Rodrigo Kumpera  <rkumpera@novell.com>
7565         * icall.c (mono_method_get_equivalent_method): Make sure
7566         method->klass->methods is inited before looping over it.
7568 2008-11-20 Gonzalo Paniagua Javier <gonzalo@novell.com>
7570         * object.c: when calling ExecuteAssembly in a newly created domain,
7571         the configuration file and application base are already set up.
7572         Bug #446353 take 2 fixed.
7574 2008-11-20  Zoltan Varga  <vargaz@gmail.com>
7576         * marshal.c: Add support for MONO_TYPE_GENERICINST to some functions.
7577         Fixes #444715. Fix a warning.
7579 2008-11-18 Gonzalo Paniagua Javier <gonzalo@novell.com>
7581         * appdomain.c: write the full path of the assembly to the .ini file
7582         created when "shadow-copying"
7583         Bug #446353 fixed.
7585 2008-11-18  Zoltan Varga  <vargaz@gmail.com>
7587         * debug-helpers.c (mono_method_full_name): Stringify wrapper types even
7588         if signature==FALSE.
7590 2008-11-17  Bill Holmes  <billholmes54@gmail.com>
7592         * marshal.h : Fix the cygwin build.
7593            marshal.c:12442: undefined reference to `_IID_IMarshal'
7594           
7595         Code is contributed under MIT/X11 license.
7597 2008-11-17  Bill Holmes  <billholmes54@gmail.com>
7599         * marshal.h : cominterop_ccw_getfreethreadedmarshaler added to return the
7600           free threaded marshaler when QueryInterface is called on a COM callable
7601           wrapper requesting the IMarshal interface.
7602           
7603         Code is contributed under MIT/X11 license.
7605 2008-11-14  Zoltan Varga  <vargaz@gmail.com>
7607         * domain-internals.h (MonoDomain): Update MONO_DOMAIN_LAST_GC_TRACKED.
7609         * reflection.c (mono_type_get_object): Special case the very common
7610         void type.
7612         * domain-internals.h (struct _MonoDomain): Add 'typeof_void' field to
7613         hold typeof(void).
7615 2008-11-13  Bill Holmes  <billholmes54@gmail.com>
7617         * process.h : Adding method declaration for
7618           ves_icall_System_Diagnostics_Process_WaitForInputIdle_internal.
7619           
7620         * process.c : Adding implementation for
7621           ves_icall_System_Diagnostics_Process_WaitForInputIdle_internal.
7622           
7623         * icall-def.h : Registering ICALL Processs.WaitForInputIdle_internal
7624           to ves_icall_System_Diagnostics_Process_WaitForInputIdle_internal.
7626         Code is contributed under MIT/X11 license.
7628 2008-11-10  Rodrigo Kumpera  <rkumpera@novell.com>
7630         * appdomain.c (unload_thread_main): Clean up threadpool by
7631         calling mono_thread_pool_remove_domain_jobs.
7633         * domain-internals.h (struct _MonoDomain): Add new fields to
7634         help coordinate the cleanup of the threadpool.
7636         * threadpool.c (mono_thread_pool_remove_domain_jobs): New fuction
7637         that cleans up the threadpool of all jobs associated with an appdomain.
7638         It does that by cleaning up the queues and making sure all active
7639         threads are accounted.
7641         * threadpool.c (async_invoke_io_thread): Ignore job if its domain is
7642         unloaded or in the process of. Take this is such way that there is
7643         no race condition between another thread starting the unload and the
7644         current thread acknowledging it.
7646         * threadpool.c (async_invoke_thread): Same.
7648         * threadpool.c (start_io_thread_or_queue): Increment threadpool_jobs before
7649         firing the new thread.
7651         * threadpool.c (start_tpthread): Same.
7653         * theadpool.c (append_job): Increment threadpool_jobs before queueing.
7655         * threadpool.h: Add mono_thread_pool_remove_domain_jobs.
7657 2008-11-06  Jonathan Chambers  <joncham@gmail.com>
7659         * file-io.c (ves_icall_System_IO_MonoIO_DuplicateHandle): 
7660         Add support for DuplicateHandle.
7661         
7662         * file-io.h (ves_icall_System_IO_MonoIO_DuplicateHandle): 
7663         Add support for DuplicateHandle.
7664         
7665         * icall-def.h (ves_icall_System_IO_MonoIO_DuplicateHandle): 
7666         Add support for DuplicateHandle.
7668         Code is contributed under MIT/X11 license.
7670 2008-11-06  Mark Probst  <mark.probst@gmail.com>
7672         * class-internals.h: Make min_align into a whole byte.
7674         * class.c: Set min_align for SIMD types to 16.
7676 2008-11-05  Geoff Norton  <gnorton@novell.com>
7678         * attach.c: Default the attacher to enabled for all cases including
7679         embedded.
7681 Wed Nov 5 16:33:41 CET 2008 Paolo Molaro <lupus@ximian.com>
7683         * monitor.c, class-internals.h, wrapper-types.h: revert incorrect
7684         change r117650.
7686 2008-11-04  Mark Probst  <mark.probst@gmail.com>
7688         * monitor.c, monitor.h: New function for querying offsets of
7689         members of MonoThreadsSync.
7691 2008-11-04  Zoltan Varga  <vargaz@gmail.com>
7693         * marshal.c (mono_marshal_get_runtime_invoke): Use runtime_invoke_direct_cache
7694         to speed up this function and to avoid the boundless memory growth caused by
7695         the signature_dup () calls.
7697 2008-11-02  Zoltan Varga  <vargaz@gmail.com>
7699         * monitor.c (mono_monitor_get_fast_enter_method): Add a proper type for the
7700         wrapper.
7702         * class-internals.h (struct _MonoMethod): Increase the size of 'wrapper_type'
7703         by 1 bit.
7705         * wrapper-types.h: Add MONO_WRAPPER_MONITOR_FAST_ENTER/EXIT.
7707 2008-10-31 Gonzalo Paniagua Javier <gonzalo@novell.com>
7709         * appdomain.c:
7710         * domain-internals.h: made mono_set_private_bin_path_from_config()
7711         "internal".
7712         * object.c: call the above function after setting the configuration
7713         file path for the root domain.
7714         Fixes bug #314478.
7716 2008-10-31 Gonzalo Paniagua Javier <gonzalo@novell.com>
7718         * assembly.c: when the assembly is loaded from an absolute path, end
7719         basedir with a directory separator.
7720         Bug #440781 fixed.
7722 2008-10-30  Mark Probst  <mark.probst@gmail.com>
7724         * monitor.c (mono_monitor_get_fast_enter_method): If
7725         CompareExchange is not available, don't create the fastpath
7726         instead of asserting.  (The method is missing in the 1.1 profile.)
7728 2008-10-30  Mark Probst  <mark.probst@gmail.com>
7730         * marshal.c, marshal.h: Rename signature_no_pinvoke() and make it non-static.
7732         * monitor.c, monitor.h: Code for generating Monitor.Enter and
7733         Monitor.Exit IL fastpaths.
7735 2008-10-28  Rodrigo Kumpera  <rkumpera@novell.com>
7737         * class.c (mono_class_create_from_typedef): Added Vector2ul.
7739 2008-10-28  Rodrigo Kumpera  <rkumpera@novell.com>
7741         * class.c (mono_class_create_from_typedef): Added Vector2l.
7743 2008-10-27  Rodrigo Kumpera  <rkumpera@novell.com>
7745         * class.c (mono_class_create_from_typedef): Added Vector2d.
7747 2008-10-27 Gonzalo Paniagua Javier <gonzalo@novell.com>
7749         * appdomain.c: translate \ into / for cache_path.
7750         * domain-internals.h: new mono_is_shadow_copy_enabled().
7751         * icall.c: (fill_reflection_assembly_name) do the same path
7752         manipulations that get_code_base does.
7753         (get_code_base) use mono_is_shadow_copy_enabled.
7755 2008-10-26 Gonzalo Paniagua Javier <gonzalo@novell.com>
7757         * appdomain.c: shadow-copied assemblies go to CachePath +
7758         ApplicationName when both are set. DynamicBase has nothing to do with
7759         shadow copies.
7760         Bug #406877 fixed.
7762 2008-10-26  Zoltan Varga  <vargaz@gmail.com>
7764         * reflection.c (encode_locals): Use a cache to avoid duplicate entries in the
7765         STANDALONESIG table.
7767         * metadata-internals.h (struct _MonoDynamicImage): Add cache for
7768         standalone signatures.
7770         * marshal.c (mono_marshal_get_runtime_invoke): Rewrite the signature 
7771         comparison code: instead of comparing the signatures using a custom
7772         equals function, transform them to a common signature and compare that. This
7773         works better with AOT.
7775 2008-10-25  Zoltan Varga  <vargaz@gmail.com>
7777         * Reapply r116521 with (!mono_debug_using_mono_debugger ()) checks.
7779         * class.c (mono_class_init): Remove unneccesary mono_class_setup_properties ()
7780         call for generic instances.
7781         (mono_class_setup_properties): Call setup_properties () before accessing
7782         gklass->properties.
7784         * class.c (mono_class_get_virtual_methods): New helper function to iterate
7785         over the virtual methods of a class using metadata if possible, avoiding the
7786         creation of MonoMethod's for non-virtual methods.
7787         
7788         * class.c (mono_class_setup_vtable_general): Rewrite this to use 
7789         get_virtual_methods () to iterate over the virtual methods of classes.
7791 2008-10-25  Martin Baulig  <martin@ximian.com>
7793         * mono-debug.h (MONO_DEBUG_VAR_ADDRESS_MODE_DEAD): New #define.
7795 2008-10-24  Rodrigo Kumpera  <rkumpera@novell.com>
7797         * class.c (mono_class_create_from_typedef): Added Vector4i.
7799 2008-10-24  Mark Probst  <mark.probst@gmail.com>
7801         * marshal.c (mono_marshal_get_synchronized_wrapper): Emit
7802         ldtoken+GetTypeFromHandle instead of i4+icall so that the JIT
7803         special-casing applies to eliminate the call completely.
7805 2008-10-24  Rodrigo Kumpera  <rkumpera@novell.com>
7807         * class.c (mono_class_create_from_typedef): Added Vector8s.
7809 2008-10-23  Rodrigo Kumpera  <rkumpera@novell.com>
7811         * class.c (mono_class_create_from_typedef): Added Vector16sb.
7813 2008-10-23 Gonzalo Paniagua Javier <gonzalo@novell.com>
7815         * icall.c: get rid of annoying warning.
7817 2008-10-23 Gonzalo Paniagua Javier <gonzalo@novell.com>
7819         * threadpool.c: in 1.x, if you change the background status of the
7820         threadpool thread, it's not reset.
7821         Remove unnecessary calls to SetState.
7823 2008-10-22 Gonzalo Paniagua Javier <gonzalo@novell.com>
7825         * threadpool.c: asynchronously create a set of idle threads upon first
7826         use of the threadpool. SetMinThreads will now start the appropriate
7827         number of idle threads if they are not already running. The default is
7828         1 threadpool thread per CPU. Increased the maximum number of threads
7829         per CPU to 10.
7831 2008-10-22  Martin Baulig  <martin@ximian.com>
7833         Revert r116521 from Zoltan, it breaks the debugger:
7835         * class.c (mono_class_get_virtual_methods): New helper function to iterate
7836         over the virtual methods of a class using metadata if possible, avoiding the
7837         creation of MonoMethod's for non-virtual methods.
7838         
7839         * class.c (mono_class_setup_vtable_general): Rewrite this to use 
7840         get_virtual_methods () to iterate over the virtual methods of classes.
7842 2008-10-22 Gonzalo Paniagua Javier <gonzalo@novell.com>
7844         * threads.c: when creating a threadpool thread, set its state to
7845         'background'.
7846         * threadpool.c: reset the background state of a threadpool thread
7847         after finishing each work item
7848         Bug #437888 fixed.
7850 2008-10-22  Zoltan Varga  <vargaz@gmail.com>
7852         * class.c (mono_class_get_vtable_entry): Add an optimization for szarrays.
7853         
7854         * class.c (mono_class_setup_vtable_general): Add an optimized version for
7855         generic instances which works by inflating the methods in the container
7856         class's vtable.
7858         * class.c (mono_class_inflate_generic_type_with_mempool_no_copy): New
7859         variant which doesn't make a copy if no inflation was done.
7860         (mono_class_setup_fields): Use it.
7862         * metadata.c (mono_metadata_get_shared_type): New helper function to
7863         return a shared instance of a given MonoType.
7865         * class.c (mono_class_inflate_generic_type_with_mempool): Avoid making
7866         a copy of most non-generic types.
7868 Wed Oct 22 18:00:46 CEST 2008 Paolo Molaro <lupus@ximian.com>
7870         * threadpool.c: remove one more GetSystemInfo () call.
7872 Wed Oct 22 17:45:48 CEST 2008 Paolo Molaro <lupus@ximian.com>
7874         * mono-perfcounters.c, icall-def.h, environment.c, environment.h:
7875         use the code in mono-proclib.h to get processor information.
7877 2008-10-22 Gonzalo Paniagua Javier <gonzalo@novell.com>
7879         * appdomain.c: fixed the logic that determines whether assemblies in a
7880         directory are "shadow-copied" or not. Bug #433483 fixed.
7882 2008-10-22  Zoltan Varga  <vargaz@gmail.com>
7884         * process.c (ves_icall_System_Diagnostics_Process_GetProcessData): Fix a
7885         warning.
7887 2008-10-21  Zoltan Varga  <vargaz@gmail.com>
7889         * marshal.c (runtime_invoke_signature_equal): Don't shared wrappers
7890         returning a vtype.
7892         * class.c debug-helpers.c object.c class-internals.h marshal.c icall.c
7893         reflection.c: Use mono_field_get_name () for accessing a field's name.
7895         * class-internals.h (MONO_CLASS_HAS_STATIC_METADATA): Move this here from
7896         class.c
7898         * class.c (mono_field_get_rva): Fix crash if this is called on a dynamic
7899         field.
7901         * loader.c (find_method_in_class): Reenable the metadata optimization by
7902         not using it for generic instances.
7904         * class-internals.h (MonoFieldDefaultValue): Extract the rarely used 
7905         data/def_type fields from MonoClassField into a separate structure.
7906         (struct MonoClassField): Remove data/def_type fields.
7907         (struct _MonoClass): Add a 'field_def_values' array to store the default
7908         values/RVA for fields.
7910         * class.c reflection.c: Update after the changes.
7911         
7912         * object.c (mono_class_create_runtime_vtable): Use mono_field_get_data ()
7913         for accessing field->data.
7915         * icall.c (ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_InitializeArray): Ditto.
7917         * loader.c (find_method_in_class): Revert the last change for now as
7918         it breaks Mono.C5 unit tests.
7920         * class-internals.h (struct _MonoDynamicGenericClass): Add fields
7921         'field_generic_types' and 'field_objects' which contain the information
7922         previously stored in MonoInflatedField.
7923         (MonoInflatedField): Delete.
7924         (struct _MonoClassField): Delete 'generic_info' field.
7926         * reflection.c: Store the information which was previously in 
7927         field->generic_info in MonoDynamicGenericClass instead.
7929         * metadata.c (free_generic_class): Update after MonoDynamicGenericClass/
7930         MonoClassField changes.
7932 Tue Oct 21 17:07:55 CEST 2008 Paolo Molaro <lupus@ximian.com>
7934         * marshal.c, method-builder.c: get rid of wrapper_hash and instead
7935         store the value inside the data array of the MonoMethodWrapper.
7936         This saves memory, is faster and fixes the lifetime issues (methods
7937         were never removed from the hash previously). May also fix bug#436996.
7939 2008-10-21  Zoltan Varga  <vargaz@gmail.com>
7941         * reflection.c (mono_image_get_fieldref_token): For fields of non-dynamic 
7942         generic instances, compute the type from the generic definition instead of
7943         looking in field->generic_info.
7945         * class.c (mono_class_setup_fields): Don't create a MonoInflatedField
7946         for inflated fields, the only user was get_fieldref_token () which no
7947         longer needs it.
7949         * class.c (mono_class_init): Revert the last change as it seems to cause
7950         crashes.
7952         * class-internals.h (struct _MonoClassField): Reorder fields to save 4
7953         bytes on 64 bit platforms.
7955         * object.c (mono_class_create_runtime_vtable): Fix a warning.
7956         
7957         * object.c (mono_class_create_runtime_vtable): Don't initalize
7958         field->data/field->def_type here, it is done lazily by 
7959         mono_class_get_field_default_value ().
7961         * icall.c (ves_icall_get_enum_info): Call 
7962         mono_class_get_field_default_value () instead of directly accessing
7963         field->data and field->def_type.
7965         * object.c (get_default_field_value): Ditto.
7967         * class.c (mono_field_get_data): Ditto.
7968         
7969         * class.c (mono_class_init): Remove unneccesary mono_class_setup_methods ()
7970         call for generic instances.
7972         * loader.c (find_method_in_class): If klass != from_class, then inflate
7973         the method with the context of from_class, since the caller assumes this.
7975 2008-10-20  Zoltan Varga  <vargaz@gmail.com>
7977         * class.c (mono_method_get_vtable_index): Use mono_method_get_vtable_slot ()
7978         for accessing method->slot.
7980 2008-10-20  Cedric Vivier  <cedricv@neonux.com>
7982         * icall-def.h, icall.c: Add icall for Debugger.IsAttached.
7984 2008-10-19  Zoltan Varga  <vargaz@gmail.com>
7986         * class.c (mono_method_get_vtable_index): Use
7987         mono_method_get_vtable_slot () for accessing method->slot.
7989         * object.c (build_imt_slots): Use mono_class_get_method_by_index () for
7990         accessing klass->methods.
7992         * class.c (mono_method_get_vtable_slot): New helper function.
7993         (mono_class_get_vtable_entry): Ditto.
7994         (mono_class_setup_vtable_general): Use mono_method_get_vtable_slot () for
7995         accessing method->slot.
7997         * generic-sharing.c (mono_class_get_method_generic): Pass the declaring
7998         method to get_inflated_method ().
8000         * class.c (mono_class_get_inflated_method): New helper method to obtain
8001         a method of an inflated class without calling setup_methods ().
8002         (mono_class_get_cctor): Use get_inflated_method.
8004         * generic-sharing.c (mono_class_get_method_generic): Ditto.
8005         
8006         * marshal.c image.c: Lazily create all the marshal caches.
8008         * image.c (mono_image_init): Move initialization of runtime_invoke
8009         caches to marshal.c.
8011         * marshal.c (get_cache): New helper function to lazily initialize a 
8012         wrapper cache.
8013         (mono_marshal_get_runtime_invoke): Share more runtime invoke wrappers.
8015         * debug-helpers.c (mono_method_full_name): Include generic arguments.
8017 Fri Oct 17 10:51:32 CEST 2008 Paolo Molaro <lupus@ximian.com>
8019         * loader.c: fixed check for interface type.
8021 Thu Oct 16 20:59:11 CEST 2008 Paolo Molaro <lupus@ximian.com>
8023         * appdomain.c: check for NULL setup before it's referenced.
8026 Thu Oct 16 16:12:23 CEST 2008 Paolo Molaro <lupus@ximian.com>
8028         * class.c: remove the unused old vtable setup code.
8030 Thu Oct 16 12:53:29 CEST 2008 Paolo Molaro <lupus@ximian.com>
8032         * class.c: don't depend on interface order in
8033         setup_interface_offsets (bug #435777).
8034         * reflection.c: sort the InterfaceImpl table (patch from
8035         Jb Evain  <jbevain@novell.com>).
8037 2008-10-13  Zoltan Varga  <vargaz@gmail.com>
8039         * assembly.c (mono_assembly_open_full): Avoid loading images while holding
8040         the low level assemblies lock.
8042 Mon Oct 13 16:35:26 CEST 2008 Paolo Molaro <lupus@ximian.com>
8044         * domain-internals.h, domain.c, icall.c, image.c, marshal.c,
8045         object.c, reflection.c, socket-io.c, threads.c: introduced
8046         mono_framework_version () to return the major framewrok version,
8047         changed the code that was using more complex patterns to use it.
8048         Return the correct value for PlatformID for OSX.
8050 Mon Oct 13 14:38:01 CEST 2008 Paolo Molaro <lupus@ximian.com>
8052         * icall-def.h, process.h, process.c: added an icall to get info about
8053         processes using mono-proclib.
8055 Mon Oct 13 11:14:44 CEST 2008 Paolo Molaro <lupus@ximian.com>
8057         * mono-perfcounters.c: use the mono-proclib functions to
8058         access process information.
8060 Mon Oct 13 11:00:49 CEST 2008 Paolo Molaro <lupus@ximian.com>
8062         * domain.c, assembly.c, debug-mono-symfile.c, debug-mono-symfile.h,
8063         monosn.c, Makefile.am, pedump.c, image.c, metadata-internals.h,
8064         reflection.c: remove rawbuffer usage: mmap support is more sanely
8065         provided by utils/mono-mmap.
8067 Sat Oct 11 19:46:19 CEST 2008 Paolo Molaro <lupus@ximian.com>
8069         * gc.c: use posix semaphores when possible so that
8070         mono_gc_finalize_notify() is signal safe.
8072 2008-10-11  Zoltan Varga  <vargaz@gmail.com>
8074         * reflection.c: Implement DISABLE_REFLECTION_EMIT, remove some
8075         #ifdef DISABLE_REFLECTION_SAVE stuff, only the exported functions need to
8076         be #ifdef-ed out, the linker will remove the rest.
8078         * marshal.c: Implement DISABLE_COM.
8080         * reflection.c: Implement DISABLE_REFLECTION_EMIT_SAVE.
8082 2008-10-11  Miguel de Icaza  <miguel@novell.com>
8084         * locales.c (string_invariant_compare_char): Optimization: do not
8085         call g_unichar_type unless we actually need the information.
8087 2008-10-10  Mark Probst  <mark.probst@gmail.com>
8089         * object.c, class-internals.h: Also create remoting trampolines
8090         for generic methods.  Pass the domain to the remoting trampoline
8091         creation function, too.
8093 2008-10-10  Zoltan Varga  <vargaz@gmail.com>
8095         * class.c (mono_class_init): Fix+re-enable the finalize optimization.
8097 2008-10-10  Rodrigo Kumpera  <rkumpera@novell.com>
8099         * class.c (mono_class_create_from_typedef): Vector4u was renamed to
8100         Vector4ui.
8102 2008-10-10 Gonzalo Paniagua Javier <gonzalo@novell.com>
8104         * assembly.c:
8105         * locales.c: remove the use of g_strdown. Fixes bug #322313.
8107 Fri Oct 10 17:01:42 CEST 2008 Paolo Molaro <lupus@ximian.com>
8109         * assembly.c: in mono_assembly_load_friends() take the assemblies lock
8110         for the least possible amount of time (extending the fix in r113458).
8112 2008-10-10  Rodrigo Kumpera  <rkumpera@novell.com>
8114         * class.c (mono_class_create_from_typedef): Retrofit to new type names.
8116 2008-10-09  Rodrigo Kumpera  <rkumpera@novell.com>
8118         * class.c (mono_class_create_from_typedef): Added Vector8u and Vector16u
8119         as possible simd intrinsic types.
8120         Optimized the test to check for the common prefix first.
8122 Thu Oct 9 17:38:24 CEST 2008 Paolo Molaro <lupus@ximian.com>
8124         * class.c: back out part of a broken optimization committed on
8125         May 23th (bug #433908).
8127 2008-10-09  Mark Probst  <mark.probst@gmail.com>
8129         * profiler.c (simple_shutdown): Don't call mono_thread_attach() on
8130         Win32.  Should fix #432388 for most cases until we have the new
8131         profiler on Win32.
8133 2008-10-08  Zoltan Varga  <vargaz@gmail.com>
8135         * metadata.c (mono_metadata_generic_context_hash): Call generic_inst_hash
8136         instead of using inst->id so the hash is stable for AOT.
8138 2008-10-07 Gonzalo Paniagua Javier <gonzalo@novell.com>
8140         * appdomain.c:
8141         * icall.c: create a .ini file for shadow-copied assemblies that
8142         contains the location of the original assembly. Use this to return the
8143         proper CodeBase for shadow-copied assemblies. Fixes bug #323606.
8144         Also fix the number of '/' for windows when returning the CodeBase.
8145         Fixes bug #430920.
8147 2008-10-07  Bill Holmes  <billholmes54@gmail.com>
8149         * marshal.c (cominterop_get_ccw) : Fixing a copy paste error from r115126.
8151         Code is contributed under MIT/X11 license.
8153 2008-10-07  Bill Holmes  <billholmes54@gmail.com>
8155         * marshal.c (cominterop_get_native_wrapper) : Adding a call to mono_class_setup_vtable
8156           if if the class vtable needs initialized.
8158         Code is contributed under MIT/X11 license.
8160 2008-10-07  Bill Holmes  <billholmes54@gmail.com>
8162         * marshal.c (cominterop_get_native_wrapper_adjusted, cominterop_get_ccw) : 
8163           Adding default MonoMarshalSpecs for COM methods.  OBJECT->STRUCT,
8164           STRING->BSTR, and CLASS->INTERFACE.
8166         Code is contributed under MIT/X11 license.
8168 2008-10-07  Marek Habersack  <mhabersack@novell.com>
8170         * sysmath.h: changed the declaration of the
8171         ves_icall_System_Math_Round2 icall by adding an extra
8172         away_from_zero parameter.
8174         * sysmath.c (ves_icall_System_Math_Round2): added support for
8175         away from zero rounding. The icall now takes an extra boolean
8176         parameter to signal that away from zero operation is requested.
8178 2008-10-06  Zoltan Varga  <vargaz@gmail.com>
8180         * marshal.c (mono_marshal_get_delegate_begin_invoke): Put the wrapper in
8181         the delegate klass so it can work with full-aot.
8182         (mono_marshal_get_delegate_end_invoke): Ditto.
8183         (mono_marshal_get_delegate_invoke): Ditto.
8185 Mon Oct 6 16:10:02 CEST 2008 Paolo Molaro <lupus@ximian.com>
8187         * gc.c, attach.h, attach.c: remove a bad pattern:
8188         add_finalizer_callback () is not implemented correctly, it can't
8189         without adding more overhead to the finalizer loop and it's not
8190         even needed, since we know exactly what we need to call, so there is
8191         no need to do so through an expensive function pointer.
8193 2008-10-04  Zoltan Varga  <vargaz@gmail.com>
8195         * gc.c: Define a dummy version of mono_gc_add_finalizer_thread_callback ()
8196         for the no-gc case.
8197         * attach.c (mono_attach_init): Remove the #ifdef.
8199 2008-10-04  Andreas Färber  <andreas.faerber@web.de>
8201         * attach.c (mono_attach_init): Don't use
8202         mono_gc_add_finalizer_thread_callback when compiling without GC.
8203         Fixes #432306.
8204         
8205         Code is contributed under MIT/X11 license.
8207 2008-10-03  Zoltan Varga  <vargaz@gmail.com>
8209         * class.c (mono_class_create_from_typedef): Remove the 
8210         #ifndef DISABLE_SIMD stuff.
8212 2008-10-03  Rodrigo Kumpera  <rkumpera@novell.com>
8214         * class-internals.h (MonoClass): Added simd_type bit field.
8216         * class.c (mono_class_create_from_typedef): Check if type is a simd
8217         intrinsic.
8219 2008-10-03  Mark Probst  <mark.probst@gmail.com>
8221         * object.c (mono_method_add_generic_virtual_invocation): Only add
8222         instantiations to the thunk whose count is at least as large as
8223         the threshold.
8225 2008-10-02 Gonzalo Paniagua Javier <gonzalo@novell.com>
8227         * icall.c: changed the Type of the exception thrown when trying to
8228         invoke a constructor on an abstract class. Part of the fix for bug
8229         #324185.
8231 2008-10-02  Mark Probst  <mark.probst@gmail.com>
8233         * class.c, class-internals.h (mono_method_get_vtable_index): New
8234         function which returns the index into the vtable and properly
8235         handles inflated virtual generic methods.
8237 2008-10-01  Mark Probst  <mark.probst@gmail.com>
8239         * object.c, domain.c, object-internals.h, domain-internals.h:
8240         Generalize IMT thunk machinery to also handle thunks for virtual
8241         generic method invokes.  When a virtual generic method is invoked
8242         more than a number of times we insert it into the thunk so that it
8243         can be called without lookup in unmanaged code.
8245         * generic-sharing.c, class-internals.h: Fetching a
8246         MonoGenericInst* for a method from an (M)RGCTX.
8248 2008-10-01  Zoltan Varga  <vargaz@gmail.com>
8250         * marshal.c (emit_marshal_string): Applied a variant of a patch by
8251         tom hindle <tom_hindle@sil.org>. Fix byref native-to-managed string
8252         marshalling. Fixes #431304.
8254 2008-10-01  Bill Holmes  <billholmes54@gmail.com>
8256         * marshal.c (emit_marshal_variant) : Change the attribute checks to 
8257           handle when ref is specified without In or Out.
8259         Code is contributed under MIT/X11 license.
8261 2008-09-30  Mark Probst  <mark.probst@gmail.com>
8263         * loader.c (mono_get_method_constrained): Don't expand method with
8264         the class's context, because it's already a method of that class.
8266 2008-09-30  Atsushi Enomoto  <atsushi@ximian.com>
8268         * attach.c : should be correct build fix.
8270 2008-09-29  Zoltan Varga  <vargaz@gmail.com>
8272         * attach.c: Fix the previous change.
8274 2008-09-29  Atsushi Enomoto  <atsushi@ximian.com>
8276         * attach.c : quick w32 build fix.
8278 2008-09-27  Miguel de Icaza  <miguel@novell.com>
8280         * Turn off MONO_GENERIC_SHARING=all and go back to corlib as it
8281         crashes MonoDevelop: #430455.
8283 2008-09-27  Zoltan Varga  <vargaz@gmail.com>
8285         * domain-internals.h (struct _MonoDomain): Move most fields used only by
8286         the JIT do MonoJitDomainInfo in ../mini/mini.h.
8288         * domain.c: Remove initialization/cleanup of the removed fields.
8290 2008-09-27  Mark Probst  <mark.probst@gmail.com>
8292         * class.c (mono_class_generic_sharing_enabled): Enable generic
8293         code sharing for PPC.
8295 2008-09-26  Bill Holmes  <billholmes54@gmail.com>
8297         * attach.c : Fixing the Windows builds.
8299         Code is contributed under MIT/X11 license.
8301 2008-09-25  Zoltan Varga  <vargaz@gmail.com>
8303         * class.c (mono_class_generic_sharing_enabled): Experimentally change 
8304         the default generic sharing mode to 'all'.
8306 2008-09-25  Mark Probst  <mark.probst@gmail.com>
8308         * generic-sharing.c, class-internals.h: New function for checking
8309         whether a method needs a static RGCTX invoke wrapper.  A few
8310         funtions moved from mini/generic-sharing.c.
8312         * icall.c: New function used.
8314 2008-09-25  Mark Probst  <mark.probst@gmail.com>
8316         * icall.c (ves_icall_System_Delegate_CreateDelegate_internal):
8317         Static RGCTX invoke wrapping applies to value type methods, too.
8319         * class.c (mono_class_setup_vtable_general): In generic-shared
8320         value types, wrap methods with a static RGCTX invoke wrapper.
8322 2008-09-25  Zoltan Varga  <vargaz@gmail.com>
8324         * attach.c (ipc_connect): Use AF_UNIX instead of AF_FILE to fix the
8325         osx build.
8327 2008-09-24  Zoltan Varga  <vargaz@gmail.com>
8329         * gc.c (mono_gc_add_finalizer_thread_callback): New function to
8330         register a callback which is called when the finalizer thread is woken
8331         up.
8332         (finalizer_thread): Call the callback if it exists.
8334         * attach.h attach.c: New files, implementing the attach mechanism.
8336         * appdomain.c: Init/cleanup the attach mechanism on startup/shutdown.
8337         
8338         * object.c (mono_object_get_virtual_method): Fix an assertion introduced
8339         by the previous change.
8341 Tue Sep 23 15:24:03 CEST 2008 Paolo Molaro <lupus@ximian.com>
8343         * class.c, domain-internals.h, domain.c, generic-sharing.c, image.c,
8344         loader.c, marshal.c, metadata-internals.h, metadata.c,
8345         method-builder.c, object.c, reflection.c: introduced specific functions
8346         to allocate from the domain and image mempools and cleaned up most of
8347         the code to use them (still missing a few in reflection.c).
8348         Keep the loader bytes counter updated.
8350 Mon Sep 22 17:33:12 CEST 2008 Paolo Molaro <lupus@ximian.com>
8352         * domain.c, monitor.c, boehm-gc.c, gc.c: update some of the GC and
8353         loader-related counters.
8355 Mon Sep 22 17:29:54 CEST 2008 Paolo Molaro <lupus@ximian.com>
8357         * mono-perfcounters-def.h, mono-perfcounters.c, class-internals.h:
8358         added more MS-compatible counters.
8360 2008-09-22  Zoltan Varga  <vargaz@gmail.com>
8362         * class.c (mono_class_setup_fields): Call setup_fields before accessing
8363         class->blittable. Fixes #428217.
8365 2008-09-21  Zoltan Varga  <vargaz@gmail.com>
8367         * reflection.c (mono_image_get_field_on_inst_token): Call 
8368         field_encode_signature () since that handles custom modifiers too.
8369         Fixes #424663.
8371 2008-09-20  Zoltan Varga  <vargaz@gmail.com>
8373         * reflection.c (add_custom_modifiers): New helper function to merge custom
8374         modifiers stored in objects to a MonoType.
8375         (fieldref_encode_signature): Encode custom modifiers.
8376         (mono_image_get_generic_field_token): Call add_custom_modifiers ().
8377         (fieldbuilder_to_mono_class_field): Ditto. Fixes #424663.
8379 2008-09-19  Kornél Pál  <kornelpal@gmail.com>
8381         * coree.c (_CorValidateImage): Some 64-bit IL only images have entry point
8382         calling _CorDllMain imported from mscoree.dll. Set entry point RVA to 0 for
8383         64-bit IL only images because imports are not resolved for IL only images.
8384         Special thanks to Bill Holmes for finding this bug and testing the patch.
8385         Also fail for 64-bit images marked as CLI_FLAGS_32BITREQUIRED.
8387         Contributed under MIT/X11 license.
8389 2008-09-19  Miguel de Icaza  <miguel@novell.com>
8391         * mono-config.c (dllmap_start): Add support for the bits keyword
8392         on dllentry and dllmap to easily detect 32 vs 64 bit systems.
8394 2008-09-19  Mark Probst  <mark.probst@gmail.com>
8396         * reflection.c (inflate_mono_method): When the class the method is
8397         to be inflated for is itself not inflated, just return the method.
8399 Fri Sep 19 11:51:36 CEST 2008 Paolo Molaro <lupus@ximian.com>
8401         * mono-perfcounters.c: use more user friendly process instance names.
8403 2008-09-18  Bill Holmes  <billholmes54@gmail.com>
8405         * marshal.c (emit_marshal_variant) : Change the attribute checks to 
8406           handle "[in] ref" and "[in][out] ref" cases.
8408         * marshal.c (cominterop_get_ccw) : The wrong signature was being passed
8409           to mono_mb_create_method.  This was causing problems calling native to
8410           managed passing Variants by value.
8412         Code is contributed under MIT/X11 license.
8414 2008-09-18  Zoltan Varga  <vargaz@gmail.com>
8416         * class.c (can_access_internals): Call mono_assembly_load_friends ()
8417         before accessing the friend_assembly_names field.
8419         * assembly.c (mono_assembly_load_friends): Make this callable multiple
8420         times.
8421         (mono_assembly_load_from_full): Avoid calling load_friends (), it is
8422         called lazily when it is needed.
8424         * metadata-internals.h (struct _MonoAssembly): Add 
8425         'friend_assembly_names_inited' flag.
8427 Thu Sep 18 18:18:47 CEST 2008 Paolo Molaro <lupus@ximian.com>
8429         * mono-perfcounters-def.h: fix the types of a few counters.
8430         * mono-perfcounters.c: implemented the instance names getter
8431         and a few bugfixes.
8433 2008-09-18  Atsushi Enomoot  <atsushi@ximian.com>
8435         * culture-info-table.h : regenerated.
8437 2008-09-17  Robert Jordan  <robertj@gmx.net>
8439         * marshal.c (mono_marshal_get_ldflda_wrapper): Add support for
8440         context bound objects. Fixes #415577.
8442         Code is contributed under MIT/X11 license.
8444 Tue Sep 16 21:03:58 CEST 2008 Paolo Molaro <lupus@ximian.com>
8446         * icall-def.h, threads-types.h, threads.c: fixed SpinWait()
8447         implementation (bug #423582).
8449 2008-09-16  Zoltan Varga  <vargaz@gmail.com>
8451         * object.c (mono_object_get_virtual_method): Handle the case method->slot
8452         is not set. Fixes #426309.
8454 2008-09-16  Jb Evain  <jbevain@novell.com>
8456         * class.c (mono_class_from_name): fix the exported type look up
8457         when the type is defined in a referenced assembly.
8459 2008-09-16  Jb Evain  <jbevain@novell.com>
8461         * reflection.c (mono_image_fill_export_table_from_type_forwarders):
8462         increment the next index counter on each iteration to make that work
8463         for more than one type forwarder. Unmanaged part to fix #422929.
8465 2008-09-15  Mark Probst  <mark.probst@gmail.com>
8467         * object-internals.h: enum ComInterfaceType in
8468         MonoInterfaceTypeAttribute is guint32, not guint16.
8470 2008-09-12  Mark Probst  <mark.probst@gmail.com>
8472         * cil-coff.h, image.c, reflection.c: Endianness fixes in image
8473         writing code.
8475 2008-09-11  Mark Probst  <mark.probst@gmail.com>
8477         * icall.c: Boolean arguments to a runtime invoke are MonoBoolean,
8478         not gboolean.
8480 2008-09-11  Mark Probst  <mark.probst@gmail.com>
8482         * debug-mono-symfile.c (mono_debug_symfile_lookup_location):
8483         Endianness fixes for MonoSymbolFileOffsetTable.
8485 2008-09-10  Bill Holmes  <billholmes54@gmail.com>
8487         * process.c (complete_path) : Removing quotes from the 
8488           input path.  The glib file routines do not handle file paths
8489           that have quotes around them.
8491         Code is contributed under MIT/X11 license.
8493 2008-09-10  Bill Holmes  <billholmes54@gmail.com>
8495         * socket-io.h : Adding a comment to provide locations where 
8496           changes to MonoSocketAsyncResult need to be synced.
8498         Code is contributed under MIT/X11 license.
8500 2008-09-10  Zoltan Varga  <vargaz@gmail.com>
8502         * marshal.c (emit_marshal_custom): Call NativeToManaged for non-out 
8503         parameters as well. Fixes #425001.
8505 2008-09-08  Miguel de Icaza  <miguel@novell.com>
8507         * console-io.c (ves_icall_System_ConsoleDriver_TtySetup): Fix
8508         windows build.
8510 2008-09-07  Miguel de Icaza  <miguel@novell.com>
8512         * console-io.c: Add support for tracking the window size if it
8513         changes.
8515         The setup is very simple: the TtySetup function will now return a
8516         pointer to a location in memory that tracks the current console
8517         size.  The managed code checks its current value every time its
8518         queried against the last value set, and updates accordingly.
8520         With this setup we can work with multiple consoles, and we do not
8521         require to poke into managed code from a signal handler.
8523         Additionally, the environment for COLUMNS and LINES is now handled
8524         in unmanaged code.
8526         (ves_icall_System_ConsoleDriver_GetTtySize): This is now gone.
8528 2008-09-07  Mark Probst  <mark.probst@gmail.com>
8530         * marshal.c (mono_type_native_stack_size): Treat
8531         MONO_TYPE_TYPEDBYREF like MONO_TYPE_VALUETYPE.
8533 2008-09-04  Jb Evain  <jbevain@novell.com>
8535         * class.c (mono_class_is_assignable_from): fix assignability of nullables
8536         to nullables.
8538 2008-09-03 Rodrigo Kumpera  <rkumpera@novell.com>
8540         * verify.c (verify_type_compatibility_full): Revert change
8541         to allow converting a native int to unmanaged pointer be verifiable
8542         under non-strict mode.
8543         It turns out that "(IntPtr)null" is indeed unverifiable, go figure.
8545         * verify.c: Added some TODOs.
8547 2008-09-02  Bill Holmes  <billholmes54@gmail.com>
8549         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalAnsi,
8550           ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalUni) :
8551           Changed to use GlobalAlloc for the memory returned on Windows platforms.
8553         Code is contributed under MIT/X11 license.
8555 2008-09-02  Jb Evain  <jbevain@novell.com>
8557         * object.c (mono_ldstr_metdata_sig): renamed to mono_ldstr_metadata_sig.
8559 2008-09-02 Rodrigo Kumpera  <rkumpera@novell.com>
8561         reflection.c (typebuilder_setup_fields): Handle classes with
8562         explicit size.
8564 2008-09-01 Rodrigo Kumpera  <rkumpera@novell.com>
8566         class.c (mono_class_setup_events): Add memory barrier due to
8567         double checked locking.
8568         
8569         class.c (mono_class_setup_properties): Same.
8571 2008-08-31  Zoltan Varga  <vargaz@gmail.com>
8573         * class.c (mono_class_is_assignable_from): Fix the build.
8574         
8575         * class.c (mono_class_is_assignable_from): Call mono_class_setup_vtable ()
8576         before accessing klass->interface_bitmap. Fixes #421744.
8578 2008-08-28  Zoltan Varga  <vargaz@gmail.com>
8580         * appdomain.c (mono_runtime_set_no_exec): New internal function setting
8581         the runtime into no-exec mode, useful when running the AOT compiler.
8583         * appdomain.c gc.c object.c: Avoid executing managed code when running
8584         in no-exec mode.
8585         
8586         * rawbuffer.c (mono_raw_buffer_load_mmap): Disable this on the iphone.
8588         * reflection.c (_mono_reflection_get_type_from_info): Handle the 
8589         special case when the mono_assembly_loaded () returns NULL because the 
8590         search hook is not installed.
8592 2008-08-25  Zoltan Varga  <vargaz@gmail.com>
8594         * marshal.c: Applied patch from tom hindle (tom_hindle@sil.org) to fix
8595         crashes in bstr marshalling on linux.
8597 2008-08-24  Zoltan Varga  <vargaz@gmail.com>
8599         * debug-helpers.c (mono_type_get_desc): Fix printing of generic instances
8600         with more than one parameter.
8602 2008-08-24  Miguel de Icaza  <miguel@novell.com>
8604         * console-io.c (ves_icall_System_ConsoleDriver_TtySetup): Disable
8605         start/stop flow control as well when turning off ICANON (allows
8606         C-s and C-q to be read by Console.ReadKey).
8608 2008-08-24  Zoltan Varga  <vargaz@gmail.com>
8610         * class.c (mono_class_init): Move the initialization of nested classes
8611         into mono_class_get_nested_types (). Fixes #418433.
8613         * class-internals.h (struct _MonoClass): Add a new 'nested_classes_inited'
8614         flag.
8616         * class.c reflection.c icall.c: Use mono_class_get_nested_types () for 
8617         iterating tough the nested classes of a class.
8619 2008-08-23  Zoltan Varga  <vargaz@gmail.com>
8621         * class.c (mono_class_generic_sharing_enabled): Enable generic sharing
8622         on arm.
8624 2008-08-22  Miguel de Icaza  <miguel@novell.com>
8626         * console-io.c (sigcont_handler): Support signal chaining for
8627         SIGCONT.
8629         (console_set_signal_handlers): Use best practices with sigaction,
8630         clear the structure before using it. 
8632 2008-08-22  Robert Jordan  <robertj@gmx.net>
8634         * console-io.c (ves_icall_System_ConsoleDriver_TtySetup):
8635         Fix the Windows build.
8637 2008-08-22  Zoltan Varga  <vargaz@gmail.com>
8639         * class.c (mono_class_generic_sharing_enabled): Make the default
8640         sharing mode 'corlib'.
8642 2008-08-21  Zoltan Varga  <vargaz@gmail.com>
8644         * console-io.c (console_set_signal_handlers): Fix a warning.
8646         * marshal.c (mono_marshal_get_synchronized_wrapper): Call the wrapper
8647         method normally, the JIT will take care of avoiding recursion.
8649 2008-08-20  Bill Holmes  <billholmes54@gmail.com>
8651         * console-io.c : Fixing builds for platforms that do not have <termios.h>.
8653         Code is contributed under MIT/X11 license.
8655 2008-08-20  Miguel de Icaza  <miguel@novell.com>
8657         * console-io.c (sigcont_handler): We need to restore the entire
8658         termios state, not only the original settings, as things like echo
8659         can be controlled after this (Booish exposes this issue with its
8660         own ReadLine implementation).
8662         Additionally, we need to set the terminal back into keypad_xmit
8663         mode.
8664         
8665         (ves_icall_System_ConsoleDriver_TtySetup): Take the keypad xmit
8666         string as a paramter as well.   Otherwise we get different
8667         keyboard sequences.
8669 2008-08-20  Zoltan Varga  <vargaz@gmail.com>
8671         * marshal.c (emit_marshal_object): Avoid managed-to-native marshalling of
8672         delegates with byref out parameter passing. Fixes #351520.
8674         * debug-helpers.c (mono_context_get_desc): New helper function to stringify
8675         a generic context.
8676         (mono_type_get_desc): Add the type arguments for GENERICINST.
8677         (mono_method_full_name): Stringify the class name using mono_type_full_name
8678         so it picks up generic arguments.
8680 2008-08-19  Gert Driesen  <drieseng@users.sourceforge.net>
8682         * console-io.c: Removed debug output.
8684 2008-08-19 Rodrigo Kumpera  <rkumpera@novell.com>
8686         reflection.c (mono_reflection_create_runtime_class): Alloc
8687         the nested classes linked list using the dynamic image mempool.
8688         Fixes leak in corlib compilation.
8690 2008-08-19  Miguel de Icaza  <miguel@novell.com>
8692         * console-io.c: Fix incredibly annoying behavior on the console
8693         after resuming execution after control-z.   This affected every
8694         console application.
8696 2008-08-18 Rodrigo Kumpera  <rkumpera@novell.com>
8698         * mempool-internals.h: Header for mono private mempool functions. The first
8699         two function are for allocating glib linked lists using pools.
8701         * mempool.c: Added g_list_prepend_mempool and g_slist_prepend_mempool.
8703         * Makefile.am: Added mempool-internals.h.
8705 2008-08-16  Zoltan Varga  <vargaz@gmail.com>
8707         * domain.c (mono_domain_create): Call the JIT domain hook if installed.
8708         (mono_domain_free): Ditto.
8710         * domain-internals.h (struct _MonoDomain): Add 'runtime_info' field, this could
8711         be used by the JIT to store its domain-specific information, instead of putting
8712         it directly into MonoDomain.
8714         * domain.c (mono_install_create_domain_hook): New helper function to install
8715         a hook which initializes domain->runtime_info.
8717         * domain.c (mono_install_free_domain_hook): Ditto.
8718         
8719 2008-08-15  Zoltan Varga  <vargaz@gmail.com>
8721         * marshal.c (mono_delegate_end_invoke): Raise an exception instead of
8722         asserting if the ares parameter is null.
8724         * mono-perfcounters.c: Fix warnings.
8726         * marshal.c (mono_marshal_get_delegate_begin_invoke): Don't set save_lmf, it
8727         is not needed, don't check for interruptions either.
8728         (mono_marshal_get_delegate_end_invoke): Ditto.
8730 2008-08-15  Marek Habersack  <mhabersack@novell.com>
8732         * mono-perfcounters.c (predef_readonly_counter): added support for
8733         reading the ASP.NET Requests Queued counter from another process.
8735 2008-08-12  Zoltan Varga  <vargaz@gmail.com>
8737         * metadata-internals.h: Move the 'aot_module' field from MonoAssembly to
8738         MonoImage to simplify the AOT code.
8740 2008-08-10  Zoltan Varga  <vargaz@gmail.com>
8742         * marshal.c (emit_marshal_object): Implement native-to-managed StringBuilder
8743         marshalling. Fixes #416078.
8745 2008-08-08  Zoltan Varga  <vargaz@gmail.com>
8746         
8747         * marshal.c (mono_marshal_get_native_wrapper): Add an 'aot' argument, when
8748         it is set, looking up the icall address is deferred to the JIT, since 
8749         in embedded scenarios, the icall might not be registered in the runtime
8750         doing the AOT compilation. Backported from the 2.0 branch.
8752 2008-08-08  Zoltan Varga  <vargaz@gmail.com>
8754         * marshal.c (mono_remoting_wrapper): Handle nullable types correctly.
8755         Fixes #415621.
8757 2008-08-05  Marek Habersack  <mhabersack@novell.com>
8759         * Makefile.am: added support for cross-compilation.
8761 2008-08-04  Zoltan Varga  <vargaz@gmail.com>
8763         * socket-io.c (get_socket_assembly): Make 'moonlight' variable static.
8765 Fri Aug 1 18:47:48 CEST 2008 Paolo Molaro <lupus@ximian.com>
8767         * mono-perfcounters.c: jitted methods and jitted bytes counters.
8769 Fri Aug 1 16:07:09 CEST 2008 Paolo Molaro <lupus@ximian.com>
8771         * class-internals.h, icall-def.h, mono-perfcounters-def.h,
8772         mono-perfcounters.c: performance counters implementation.
8774 2008-07-31  Zoltan Varga  <vargaz@gmail.com>
8776         * metadata-internals.h (struct _MonoAssembly): Change the type of 'aot_module'
8777         to gpointer, letting the AOT code decide what to store in it.
8779 2008-07-31  Bill Holmes  <billholmes54@gmail.com>
8781         * marshal.c (cominterop_get_native_wrapper) : Adding a call to 
8782           mono_class_setup_methods if the methods are not initialized.
8784         Code is contributed under MIT/X11 license.
8786 2008-07-30 Rodrigo Kumpera  <rkumpera@novell.com>
8788         * verify.c: Remove some debug code I commited by accident.
8790         * verify.c (mono_method_is_valid_in_context): Change the return value
8791         to make possible to distinguish between invalid and unverifiable.
8793         * verify.c (verifier_load_method): Don't return NULL for unverifiable
8794         methods.
8796 2008-07-30 Rodrigo Kumpera  <rkumpera@novell.com>
8798         * verify.c (mono_generic_param_is_constraint_compatible): Inflate type
8799         constraints. Fixes regression in gtest-253.
8801 2008-07-30 Rodrigo Kumpera  <rkumpera@novell.com>
8803         * verify.c (mono_verifier_verify_class): Don't allow generic types
8804         with explicit layout.
8806         * verify.c (mono_method_verify): Check locals and argument types.
8808 2008-07-29  Zoltan Varga  <vargaz@gmail.com>
8810         * monitor.c (mono_monitor_try_enter_internal): Allow nterruption of the
8811         wait if the thread is in StopRequested state.
8813         * class.c (mono_class_from_name): Refactor the module searching code into
8814         a separate function so it can be reused in the AOT case too.
8816 2008-07-28 Rodrigo Kumpera  <rkumpera@novell.com>
8818         * verify.c (mono_type_is_valid_in_context): Improve the error message.
8819         Check both the type and it's generic type definition for loader errors.
8820         
8821         * verify.c (mono_method_is_valid_in_context): Don't generate another
8822         error when a type errors occur, this leads to the wrong exception been
8823         thrown.
8825 2008-07-28  Dick Porter  <dick@ximian.com>
8827         * icall-def.h
8828         * process.c
8829         (ves_icall_System_Diagnostics_Process_ProcessHandle_duplicate):
8830         New internal calls to duplicate and close a process handle.
8832 2008-07-27  Andreas Färber  <andreas.faerber@web.de>
8834         * object.c (CHECK_ADD_OVERFLOW_UN): Add missing bracket. Fixes #412499.
8836 2008-07-27  Zoltan Varga  <vargaz@gmail.com>
8838         * appdomain.c (unload_thread_main): Attach the unload thread to the runtime.
8840 2008-07-27  Robert Jordan  <robertj@gmx.net>
8842         * class.c (mono_class_init): Don't compute class.has_finalize for
8843         valuetypes. Fixes #412477.
8845 2008-07-25 Rodrigo Kumpera  <rkumpera@novell.com>
8847         * verify.c: Implement constraint equivalence checking.
8848         This is required when a generic parameter is used as
8849         argument to a constrained one.
8851         Fixes #410637.
8853 2008-07-24  Zoltan Varga  <vargaz@gmail.com>
8855         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
8857         * domain-internals.h (struct _MonoDomain): Add 'method_code_hash' field.
8859         * object-internals.h (struct _MonoDelegate): Add 'method_code' field,
8860         synch with managed object layout.
8862 2008-07-24 Rodrigo Kumpera  <rkumpera@novell.com>
8864         * verify.c (do_branch_op): Handle valuetypes and generic
8865         arguments properly.
8867         * verify.c (do_cmp_op): Same.
8869         Fixes #410383.
8871 2008-07-24  Mark Probst  <mark.probst@gmail.com>
8873         * generic-sharing.c: Fix memory leaks.
8875         * class.c, class-internals.h: Make
8876         mono_class_inflate_generic_type_with_mempool() non-static.
8878 2008-07-24 Rodrigo Kumpera  <rkumpera@novell.com>
8880         * pedump.c (dump_verify_info): Dump full class name.
8882 2008-07-24  Mark Probst  <mark.probst@gmail.com>
8884         * generic-sharing.c: Removed some old code that didn't do anything.
8886 2008-07-24  Massimiliano Mantione  <massi@ximian.com>
8887         * profiler.c: Added runtime_initialized_event,
8888         mono_profiler_install_runtime_initialized and
8889         mono_profiler_runtime_initialized. This new hook tells the profiler
8890         when the runtime is sufficiently initialized to be able to call
8891         mono_thread_attach on the root appdomain.
8892         * profiler.h, profiler-private.h: Likewise.
8894 2008-07-23 Rodrigo Kumpera  <rkumpera@novell.com>
8896         * verify.c (do_cast): Do boxing for generic arguments as well.
8898         * class.c (is_nesting_type): Drop generic instantiations before
8899         checking for nesting.
8901         * class.c (can_access_instantiation): Allow access to generic
8902         arguments.
8904 2008-07-23 Rodrigo Kumpera  <rkumpera@novell.com>
8906         * verify.c (verify_class_for_overlapping_reference_fields):
8907         On some cases, the field size might be zero, guard against that.
8908         Fix the explicit layout check to work as expected.
8910 2008-07-23  Zoltan Varga  <vargaz@gmail.com>
8912         * threads.c (ves_icall_System_Threading_Thread_Abort): Avoid calling 
8913         mono_thread_resume () during shutdown, since the thread we want to abort
8914         might be suspended.
8916 2008-07-22  Zoltan Varga  <vargaz@gmail.com>
8918         * mono-debug-debugger.c (mono_debugger_check_breakpoints): Fix a 
8919         warning.
8921         * debug-mono-symfile.c: Fix a warning.
8923         * mono-perfcounters.c (get_cpu_times): Fix a warning.
8925         * object.c (mono_class_vtable): Check if exception_type is set, and return
8926         NULL as defined by the function comments.
8928 2008-07-22  Mark Probst  <mark.probst@gmail.com>
8930         * mempool.c: Use malloc for every single mempool allocation if the
8931         configure option is set.  This makes it easier to track mempool
8932         allocations with tools like Valgrind.
8934 2008-07-22  Jb Evain  <jbevain@novell.com>
8936         * reflection.c (create_dynamic_mono_image): emit the same
8937         metadata version that SL2 does when creating a SL2 image.
8939 2008-07-21 Rodrigo Kumpera  <rkumpera@novell.com>
8941         * icall-def.h:
8942         * icall.c: New icall System.Enum:get_hashcode. This function
8943         avoids the overhead of boxing the enum to the underlying type.
8945 2008-07-21  Mark Probst  <mark.probst@gmail.com>
8947         * reflection.c (mono_method_get_object): Don't let static RGCTX
8948         invoke wrappers get into MonoReflectionMethods.
8950 2008-07-17 Rodrigo Kumpera  <rkumpera@novell.com>
8952         * object-internals.h:
8953         * object.c: New mono_runtime_class_init_full function
8954         that makes throwing the exception optinal.
8956         * class-internals.h: New exception type MONO_EXCEPTION_OBJECT_SUPPLIED
8957         for the case where the exception object is supplied.
8959 2008-07-16  Kornél Pál  <kornelpal@gmail.com>
8961         * coree.h: Define __ImageBase as _image_base__ on cygwin that fixes build with
8962         old ld versions.
8964         Contributed under MIT/X11 license.
8966 2008-07-16 Rodrigo Kumpera  <rkumpera@novell.com>
8968         * string-icalls.c (ves_icall_System_String_InternalSplit):
8969         Optimize array allocation by caching the MonoClass of the
8970         array type.
8972         * icall.c (ves_icall_Type_GetMethodsByName): Same.
8974         * reflection.c (mono_param_get_objects): Same.
8976 2008-07-16 Rodrigo Kumpera  <rkumpera@novell.com>
8978         * icall-def.h:
8979         * icall.c: New ves_icall_MonoGenericClass_InflateType icall.
8980         It inflates the given type using the class context.
8982 2008-07-15 Rodrigo Kumpera  <rkumpera@novell.com>
8984         * object.c (mono_class_try_get_vtable): New function. Tries to fetch
8985         the vtable if it already exists.
8987         * object-internals.h: Add mono_class_try_get_vtable as part of the
8988         internal API.
8990         * reflection.c (mono_type_get_object): Use the MonoObject from the
8991         vtable when possible. Reduces locking contention on reflection heavy
8992         code.
8994 2008-07-15  Zoltan Varga  <vargaz@gmail.com>
8996         * decimal.c (my_g_bit_nth_msf): Implement this directly without calling
8997         g_bit_nth_msf () since that macro is not implemented in eglib.
8999 2008-07-13  Zoltan Varga  <vargaz@gmail.com>
9001         * class.c (mono_class_generic_sharing_enabled): Always disable generic sharing
9002         on platforms which do not support it.
9004 2008-07-12  Zoltan Varga  <vargaz@gmail.com>
9006         * marshal.c (mono_signature_to_name): Encode sig->hasthis as well.
9008 2008-07-11  Martin Baulig  <martin@ximian.com>
9010         * mono-debug-debugger.h
9011         (MonoDebuggerEvent): Add `MONO_DEBUGGER_EVENT_INTERRUPTION_REQUEST'.
9013         * mono-debug-debugger.c
9014         (_mono_debugger_interruption_request): New global volatile variable.
9015         (mono_debugger_check_interruption): New public function.
9017         * threads.c
9018         (mono_thread_current_check_pending_interrupt): Call
9019         mono_debugger_check_interruption().
9020         (mono_thread_interruption_checkpoint_request): Likewise.
9022 2008-07-11 Rodrigo Kumpera  <rkumpera@novell.com>
9024         * verify.c: Add more type checks for loaded types. Verify the result
9025         handle from ldtoken.
9027 2008-07-11 Rodrigo Kumpera  <rkumpera@novell.com>
9029         * loader.c (field_from_memberref): Don't crash if the field
9030         wasn't found.
9032 2008-07-11 Rodrigo Kumpera  <rkumpera@novell.com>
9034         * verify.c: Verify if type and method instantiations
9035         don't have invalid VAR or MVAR arguments.
9037 2008-07-11 Rodrigo Kumpera  <rkumpera@novell.com>
9039         * verify.c: Fix double free of function pointer list.
9041 2008-07-11 Rodrigo Kumpera  <rkumpera@novell.com>
9043         * object.c (mono_string_to_utf8): Comment the new code as it
9044         breaks under eglib.
9046 2008-07-08 Rodrigo Kumpera  <rkumpera@novell.com>
9048         * object.c (mono_string_to_utf8): Avoid allocating a temp array.
9050 2008-07-07  Bill Holmes  <billholmes54@gmail.com>
9052         * threads.c : Thread.Interrupt changes to ensure that ThreadInterruptedException
9053           is not throw too many times.
9055         Code is contributed under MIT/X11 license.
9057 2008-07-07  Zoltan Varga  <vargaz@gmail.com>
9059         * mono-debug.c (mono_debug_find_method): Allow this to be called even when
9060         debugging is turned off.
9062 2008-07-06  Zoltan Varga  <vargaz@gmail.com>
9064         * generic-sharing.c (mono_method_lookup_rgctx): Fix a warning.
9066 2008-07-04  Mark Probst  <mark.probst@gmail.com>
9068         * class-internals.h, class.c: Added new generic sharing option:
9069         Share only stuff in System.Collections.Generic, which is now the
9070         default.
9072 2008-07-04  Mark Probst  <mark.probst@gmail.com>
9074         * generic-sharing.c, class-internals.h: New function for getting a
9075         generic method in a generic class given the corresponding method
9076         for a different instantiation of the class.  Partly refactored
9077         from mini-trampolines.c.
9079         * class.c: Make sure generic methods have a class_inst if they are
9080         part of a generic class.
9082         * metadata.c (mono_type_stack_size_internal): Handle type
9083         variables.
9085 2008-07-04  Mark Probst  <mark.probst@gmail.com>
9087         * domain-internals.h: New field (has_this) in MonoGenericJitInfo.
9088         Signifies whether information on the this/vtable/mrgctx variable
9089         is available.
9091 2008-07-04  Mark Probst  <mark.probst@gmail.com>
9093         * object.c, object-internals.h, icall.c: New function
9094         mono_delegate_ctor_with_method(), which does the same as
9095         mono_delegate_ctor(), but takes an explicit method argument
9096         instead of taking the method from the jit info.
9098         * marshal.c: When creating a delegate with an inflated method take
9099         the "this" argument as the target class for the castclass.
9101 2008-07-03  Mark Probst  <mark.probst@gmail.com>
9103         * domain.c (mono_jit_info_table_find): Fixed a bug that caused
9104         mono_jit_info_table_find() to perform very badly in some cases.
9106 2008-07-02  Zoltan Varga  <vargaz@gmail.com>
9108         * icall.c (type_from_typename): Handle 'string'.
9110         * marshal.c (mono_marshal_get_runtime_invoke): Don't insert runtime invoke
9111         wrappers into the wrapper_hash, since the key is not a MonoMethod.
9113 2008-07-01  Zoltan Varga  <vargaz@gmail.com>
9115         * icall.c (mono_get_jit_icall_info): New function to return the jit icall hash table.
9117         * *-gc.c (mono_gc_get_managed_allocator_types): New function to return the
9118         number of available managed allocator types.
9120         * marshal.c (mono_marshal_init): Register Thread:ResetAbort as an icall ().
9121         (mono_marshal_get_runtime_invoke): Call ResetAbort as an icall.
9123 2008-06-30  Zoltan Varga  <vargaz@gmail.com>
9125         * domain-internals.h (struct _MonoDomain): Add 'jit_code_hash_lock' field,
9126         which is a low level lock protecting just the 'jit_code_hash' hash table.
9128         * domain.c: Initialize+cleanup jit_code_hash_lock.
9129         
9130 2008-06-30  Kornél Pál  <kornelpal@gmail.com>
9132         * coree.c (mono_load_coree): Set coree_module_handle global variable only
9133         after initialization.
9135         * coree.h: Make MonoFixupExe internal.
9137         Contributed under MIT/X11 license.
9139 2008-06-30  Kornél Pál  <kornelpal@gmail.com>
9141         * coree.c (_CorValidateImage): Retain IMAGE_DIRECTORY_ENTRY_SECURITY
9142         because that is platform independent. Check NumberOfRvaAndSizes in PE32
9143         as well.
9144         (MonoLoadImage): New wrapper function around LoadLibrary to ensure that the
9145         image being loaded is a CLI image and _CorValidateImage gets called.
9147         * coree.h: Add MonoLoadImage.
9149         * image.c (mono_image_open_full): Load CLI images using MonoLoadImage
9150         instead of LoadLibrary.
9152         Contributed under MIT/X11 license.
9154 2008-06-29 Rodrigo Kumpera  <rkumpera@novell.com>
9156         * icall.c (ves_icall_System_ValueType_Equals): Avoid allocating objects
9157         for any primitive type.
9159 2008-06-29  Zoltan Varga  <vargaz@gmail.com>
9161         * object.c (mono_array_new_specific): Optimize this and the other allocation
9162         functions a bit.
9163         
9164         * object.c (mono_class_create_runtime_vtable): Use typed allocation in other
9165         domains too if mono_dont_free_domains is set.
9167         * domain-internals.h (mono_dont_free_domains): New internal option controlling
9168         whenever to free appdomain data after it has been unloaded.
9170         * domain.c (mono_domain_free): Don't free appdomain data if the option is set.
9171         
9172 2008-06-28  Zoltan Varga  <vargaz@gmail.com>
9174         * icall.c (ves_icall_System_Enum_get_underlying_type): New icall.
9175         (mono_method_get_equivalent_method): Fix a warning.
9177         * object.c (mono_message_init): Avoid looking up array types for each call.
9179 2008-06-27  Zoltan Varga  <vargaz@gmail.com>
9181         * object.c (mono_message_invoke): Avoid looking up the object[] type for each
9182         call.
9184         * icall.c (ves_icall_System_ValueType_Equals): Optimize the comparison of enums
9185         even more.
9187         * class.c (mono_class_get_fields): Avoid calling setup_fields_locking () for
9188         each iteration.
9190         * icall.c (ves_icall_System_ValueType_Equals): Avoid traversing all the static
9191         fields of an enum.
9193 2008-06-26 Rodrigo Kumpera  <rkumpera@novell.com>
9195         * object.c (mono_value_box): Fix boxing of nullables.
9197 2008-06-26  Kornél Pál  <kornelpal@gmail.com>
9199         * assembly.c (mono_set_rootdir): Use __ImageBase instead of
9200         mono_module_handle that is defined by the linker; no initialization required.
9201         * coree.h: Remove mono_module_handle, add __ImageBase, update
9202         mono_image_open_from_module_handle.
9203         * coree.c (_CorValidateImage): Convert platform independent PE32 images to
9204         PE32+ on 64-bit Windows that makes the OS able to load CIL images as modules.
9205         (MonoFixupCorEE): Export Address Table RVAs are 32-bit unsigned integers so
9206         memory has to be allocated for trampolines (x64) or procedure labels (IA64) up
9207         to 4 GB away from image base address. IA64 version is not tested but was very
9208         easy to implement and should work if we ever need it.
9209         * domain.c (mono_init_internal): Avoid system error message boxes.
9210         * image.c (mono_image_open_from_module_handle): Replace ref_count argument
9211         with has_entry_point. Handle do_mono_image_load fauilre correctly.
9212         (mono_image_open_full, mono_image_close): Use has_entry_point instead of
9213         coff_attributes that is a more reliable way to detect if _CorDllMain was called.
9214         * metadata-internals.h: Add has_entry_point to _MonoImage on Windows.
9216         Contributed under MIT/X11 license.
9218 2008-06-25 Rodrigo Kumpera  <rkumpera@novell.com>
9220         * class.c, class-internals.h: Export mono_class_get_generic_type_definition
9221         as part of the private mono API.
9222         
9223         * loader.c (ves_icall_System_Reflection_MethodBase_GetMethodFromHandleInternalType):
9224         Do proper argument checking for methods that belong to generic classes.
9225         Do proper type resolution for GMFH/2.
9226         Fixes #377324.
9227         
9228 2008-06-25 Rodrigo Kumpera  <rkumpera@novell.com>
9230         * verify.c (do_switch): Fix a memory corruption bug with
9231         the jump index is out of bound.
9233 2008-06-25 Rodrigo Kumpera  <rkumpera@novell.com>
9235         * verify.c: Disable debug code.
9237 2008-06-25 Rodrigo Kumpera  <rkumpera@novell.com>
9239         * reflection.c (mono_image_get_methodbuilder_token): Use
9240         mono_image_get_methodspec_token_for_generic_method_definition
9241         instead of mono_image_get_memberref_token. We cache more memberef
9242         entries now.
9244 2008-06-24 Rodrigo Kumpera  <rkumpera@novell.com>
9246         * verify.c: Inflate exception clause types.
9247         Fixes #402606.
9248         
9249 2008-06-24 Rodrigo Kumpera  <rkumpera@novell.com>
9251         * reflection.c (mono_image_get_methodbuilder_token): Don't leak
9252         name.
9254         * reflection.c (mono_image_get_ctorbuilder_token): Same.
9256         * reflection.c (mono_image_create_method_token): Same.
9258 2008-06-24 Rodrigo Kumpera  <rkumpera@novell.com>
9260         * reflection.c: Added mono_image_get_methodref_token_for_methodbuilder.
9261         It does the same as mono_image_get_methodref_token but works on
9262         MethodBuilder.
9264         * reflection.c: Use mono_image_get_methodspec_token_for_generic_method_definition
9265         and always generate a methodspec. This follows the old behavior and fixes
9266         the regressions in System.Core. 
9268 2008-06-24  Zoltan Varga  <vargaz@gmail.com>
9270         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Collect exceptions for classes where 
9271         don't event mono_class_get () succeeds. Fixes #402182.
9273 2008-06-20 Rodrigo Kumpera  <rkumpera@novell.com>
9275         * metadata-internals.h: Added MonoDynamicImage::methodspec
9276         hashtable to store methodspec tokens created for MethodBuilders.
9278         * reflection.c (mono_image_get_methodbuilder_token): Encode generic
9279         MethodBuilders as open instantiations if a methodspec was requested.
9281         * reflection.c (fixup_method): Skip MethodBuilder with methodspec tokens.
9283         * reflection.c (create_dynamic_mono_image): Create the methodspec hashtable.
9285         * reflection.c (mono_dynamic_image_free): Release the methodspec hashtable.
9287         Fixes bug #349190.
9289 2008-06-20 Rodrigo Kumpera  <rkumpera@novell.com>
9291         * loader.c (method_from_methodspec): Avoid crashing if the
9292         method lookup fails.
9294 2008-06-20  Dick Porter  <dick@ximian.com>
9296         * socket-io.c (get_socket_assembly): Cope with Moonlight network
9297         classes being in a different assembly.  Fixes bug 399184.
9299 2008-06-20  Zoltan Varga  <vargaz@gmail.com>
9301         * loader.c (mono_loader_init): Make this callable multiple times.
9302         (mono_dllmap_insert): Call mono_loader_init () so this works even before
9303         the runtime is initialized. Fixes #401755.
9305 2008-06-19  Dick Porter  <dick@ximian.com>
9307         * socket-io.c (convert_socketflags): Ignore SocketFlags.Partial.
9308         Fixes bug 349688.
9310 2008-06-19  Dick Porter  <dick@ximian.com>
9312         * socket-io.c:
9313         * icall-def.h: Implement Socket generic Send() and Receive()
9314         methods.  Fixes bug 395168.
9316 2008-06-19  Kornél Pál  <kornelpal@gmail.com>
9318         * icall-def.h, icall.c: Add ves_icall_System_Reflection_Module_GetHINSTANCE.
9320         Contributed under MIT/X11 license.
9322 2008-06-18  Martin Baulig  <martin@ximian.com>
9324         * mono-debug.h (MONO_DEBUGGER_VERSION): Split into
9325         `MONO_DEBUGGER_MAJOR_VERSION' and `MONO_DEBUGGER_MINOR_VERSION';
9326         set to 80.0.  The debugger <-> runtime interface is now frozen as
9327         well.   
9329         * mono-debug.c
9330         (mono_debug_debugger_version): Bump to 4.
9332 2008-06-18  Martin Baulig  <martin@ximian.com>
9334         * debug-mono-symfile.c
9335         (load_symfile): Don't check the minor version.
9337         * debug-mono-symfile.h: Bump the version number to 50.0.
9339 2008-06-18  Martin Baulig  <martin@ximian.com>
9341         * debug-mono-symfile.c
9342         (load_symfile): Treat `MONO_SYMBOL_FILE_MINOR_VERSION' as a
9343         minimum required version.
9345 2008-06-17 Rodrigo Kumpera  <rkumpera@novell.com>
9347         * reflection.c (mono_custom_attrs_from_property): Fix support for
9348         retriveving cattrs of dynamic inflated generic types.
9350         * reflection.c (mono_custom_attrs_from_event): Same.
9352         * reflection.c (mono_custom_attrs_from_field): Same;
9354         * reflection.c (typebuilder_setup_events): Same cattrs of events.
9356         * loader.c (-mono_metadata_get_corresponding_field_from_generic_type_definition):
9357         Moved to metadata.c.
9359         * metadata.c: New functions to retrive the equivalent field, event
9360         of property from the generic type definition.
9362         * metadata-internals.h: Added new functions from metadata.c.
9364 2008-06-17 Rodrigo Kumpera  <rkumpera@novell.com>
9366         * reflection.c (mono_custom_attrs_from_builders): Mark MonoCustomAttrInfo
9367         to cached in a mempool is used.
9369         * metadata.c (free_generic_class): In some situations field generic_info type
9370         is not properly dup'ed and leads to double free'ing.
9372         Fixes #400643.
9374 2008-06-17  Mark Probst  <mark.probst@gmail.com>
9376         * marshal.c (mono_marshal_get_static_rgctx_invoke): Also handle
9377         this arguments (will be needed later for generic methods).
9378         Collect stats.
9380 2008-06-17  Mark Probst  <mark.probst@gmail.com>
9382         * icall.c (ves_icall_System_Delegate_CreateDelegate_internal):
9383         Create a static RGCTX invoke wrapper for methods which require it.
9385 2008-06-17  Mark Probst  <mark.probst@gmail.com>
9387         * object.c, class-internals.h: New function for checking whether
9388         an individual field is special static.
9390 2008-06-15  Zoltan Varga  <vargaz@gmail.com>
9392         * metadata.c (mono_metadata_get_generic_param_row): Use bsearch instead of
9393         linear search since the table is sorted.
9395         * gc.c (mono_gc_cleanup): Abort the finalizer thread more gracefully.
9396         Fixes #324180.
9398 2008-06-14  Zoltan Varga  <vargaz@gmail.com>
9400         * appdomain.c (unload_thread_main): Applied patch from Tim Howard 
9401         (timh@ict.om.org). Remove the timeouts when waiting for appdomains to unload.
9403         * gc.c (mono_domain_finalize): Allow an infinite timeout.
9405         * threads.c (mono_threads_abort_appdomain_threads): Ditto.
9406         
9407         * threads.c (mono_thread_request_interruption): Get rid of locking, use
9408         InterlockedCompareExchange to query and modify 
9409         thread->interruption_requested.
9411         * object-internals.h (struct _MonoThread): Change interruption_requested
9412         to a gint32 so it can be modified by atomic operations. Add 
9413         'critical_region_level' from the managed side, change small_id to a guint32,
9414         add new set of 'unused' fields.
9416         * appdomain.c: Bump corlib version.
9418 2008-06-13  Zoltan Varga  <vargaz@gmail.com>
9420         * class.c (mono_class_from_name): Search modules as well. Fixes
9421         #322332.
9423 2008-06-13  Mark Probst  <mark.probst@gmail.com>
9425         * generic-sharing.c: Code for maintaining the MRGCTX and MRGCTX
9426         templates.  Templates are generalized with an additional type_argc
9427         argument.  RGCTX templates have type_argc==0, MRGCTX templates
9428         have type_argc>0.
9430         * domain-internals.h, domain.c: New hash table for looking up
9431         MRGCTXs.
9433         * metadata.c, metadata-internals.h: Rename hash and equal
9434         functions for MonoGenericInst's and make them public.
9436         * class-internals.h: New data structures for the MRGCTX.  Macros
9437         for distinguishing slots in the RGCTX and the MRGCTX.
9439 2008-06-13  Mark Probst  <mark.probst@gmail.com>
9441         * object.c (mono_method_get_imt_slot): Put the same methods of
9442         different instantiations of the same generic interface in the same
9443         IMT slots, to make generic sharing simpler.
9445 2008-06-12 Rodrigo Kumpera  <rkumpera@novell.com>
9447         * metadata-internals.h: Added mono_metadata_field_info_with_mempool.
9449         * metadata.c (mono_metadata_field_info_with_mempool): Added.
9450         This function works just like mono_metadata_field_info, but
9451         accept a mempool as argument to be used allocating memory.
9453         * marshal.c (mono_marshal_load_type_info): Use new function
9454         to load marshal data into image mempool.
9456 2008-06-12 Rodrigo Kumpera  <rkumpera@novell.com>
9458         * class.c (mono_class_inflate_generic_type_with_mempool):
9459         This function allows to inflate a generic type using
9460         a mempool.
9462         * class.c (inflate_generic_type): Take a mempool as argument
9463         and use it to do type dup'ing.
9465         * class.c (mono_class_setup_fields): Field type for generic
9466         generic classes are allocated from the image mempool.
9468         * metadata.c (free_generic_class): Inflated field type is
9469         now allocated in the image mempool.
9471 2008-06-12 Rodrigo Kumpera  <rkumpera@novell.com>
9473         * threads.c (thread_cleanup): Free MonoThread::name.
9475 2008-06-12  Marek Habersack  <mhabersack@novell.com>
9477         * appdomain.c (ensure_directory_exists): avoid unnecessary
9478         mkdir(2) calls when the shadow directory already exists.
9479         (mono_make_shadow_copy): copy also satellite assemblies from the
9480         private bin directories.
9482 2008-06-11  Zoltan Varga  <vargaz@gmail.com>
9484         * threads.c (mono_thread_get_stack_bounds): Align the stack in all cases.
9485         
9486         * threads.c (mono_thread_get_stack_bounds): Align the stack address to
9487         a page boundary. Fixes #396219.
9489 2008-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
9491         * marshal.c (mono_marshal_load_type_info): Add a memory barrier
9492         due to double-checked locking.
9494 2008-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
9496         * assembly.c (build_assembly_name): Release memory on failure.
9498         * assembly.c (mono_assembly_name_parse_full): Release memory on failure.
9500 2008-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
9502         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): Release
9503         memory on failure.
9505 2008-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
9507         * icall.c (ves_icall_System_Reflection_AssemblyName_ParseName): Release
9508         memory on failure.
9510 2008-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
9512         * loader.c (field_from_memberref): Check if field signature type is equal
9513         to the non-inflated type of the field. Fixes #398980.
9515 2008-06-11  Zoltan Varga  <vargaz@gmail.com>
9517         * assembly.c (mono_assembly_load_from_full): Call 
9518         mono_assembly_load_friends () outside the assemblies lock, since it can
9519         acquire the loader lock. Fixes #323696.
9521         * reflection.c (resolve_object): Inflate the inst with the context for
9522         FieldOnTypeBuilderInst. Fixes #399010.
9524 2008-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
9526         * reflection.c (mono_image_get_field_on_inst_token): Don't
9527         inflate the field to encode it's signature. If it's a
9528         VAR or MVAR it should stay that way in the signature.
9529         Fixes #399047.
9531 2008-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
9533         * reflection.c (resolve_object): Release memory of inflated types.
9535 2008-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
9537         * loader.c (mono_method_get_signature_full): Remove assert about
9538         loading a methodspec to a generic method. We have such methods, such as
9539         System.Threading.Interlocked::CompareExchange<T>.
9540         This assert was removed since it crashes the verifier when it checks
9541         methods calling CompareExchange<T>.
9543 2008-06-10  Marek Safar  <marek.safar@gmail.com>
9545         * icall.c (ves_icall_MonoMethod_GetGenericArguments): Creates an instance
9546         of Type array and not MonoType.
9548 2008-06-10  Marek Habersack  <mhabersack@novell.com>
9550         * profiler.c: fix a segfault on shutdown. Patch from Paolo Molaro
9551         <lupus@ximian.com>
9553 2008-06-10  Martin Baulig  <martin@ximian.com>
9555         * debug-mono-symfile.h
9556         (MONO_SYMBOL_FILE_MINOR_VERSION): Bump to 6.  There were no
9557         changes to the file format, but we were generating incorrect
9558         source file indices in the line number table due to a bug, which
9559         made backtraces report an incorrect source file.
9561 2008-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
9563         * mono-debug.c: Moved mono_debug_free_method_jit_info from
9564         mini/debug-mini.c to here.
9566         * mono-debug.c (il_offset_from_address): Free memory from find_method.
9568         * mono-debug.h: Export mono_debug_free_method_jit_info, users should
9569         use it to release structs returned by mono_debug_find_method.
9571 2008-06-10  Zoltan Varga  <vargaz@gmail.com>
9573         * class.c (mono_class_setup_vtable): Call setup_methods even for interfaces
9574         since it needs to set method->slot for all interface methods.
9576 2008-06-09 Rodrigo Kumpera  <rkumpera@novell.com>
9578         * class-internals.h: Forgot to add.
9580 2008-06-09 Rodrigo Kumpera  <rkumpera@novell.com>
9582         * class-internals.h: Added MONO_PROP_DYNAMIC_CATTR.
9584         * reflection.c (lookup_custom_attr): Added a MonoImage argument.
9585         Lookup the custom attributes from property_hash.
9587         * reflection.c (mono_save_custom_attrs): Save the custom attributes
9588         in property_hash. Allocate all data using the image mempool.
9590         * reflection.c: Removed dynamic_custom_attrs. Changed all checks
9591         for dynamic_custom_attrs to checks if the image is dynamic.
9593 2008-06-09  Zoltan Varga  <vargaz@gmail.com>
9595         * appdomain.c (ves_icall_System_AppDomain_GetAssemblies): Free the
9596         assemblies array.
9597         
9598         * appdomain.c (ves_icall_System_AppDomain_GetAssemblies): Avoid calling
9599         runtime functions while holding the domain assemblies lock.
9601 2008-06-09 Rodrigo Kumpera  <rkumpera@novell.com>
9603         * verify.c: Reapplied the last bit of the reverted changes.
9605 2008-06-09 Rodrigo Kumpera  <rkumpera@novell.com>
9607         * verify.c: Reapplied more of the reverted changes.
9609 2008-06-09  Martin Baulig  <martin@ximian.com>
9611         * debug-mono-symfile.c (load_symfile): Check the major version
9612         first; if it's wrong, don't print the minor version in the error message.
9614 2008-06-09  Zoltan Varga  <vargaz@gmail.com>
9616         * appdomain.c (set_domain_search_path): Make this use the domain assemblies
9617         lock instead of the domain lock to avoid deadlocks, since the thread might
9618         already hold the loader lock.
9620         * threads.c (start_wrapper): Call mono_monitor_init_tls ().
9621         (mono_thread_attach): Ditto.
9623         * monitor.c: Use a TLS variable for holding the current thread id instead
9624         of calling pthread_self ().
9625         (mono_monitor_init_tls): New internal function to initialize the TLS
9626         variable.
9627         (mono_monitor_try_enter_internal): Put the owner == id check after the
9628         owner == 0 check.
9630         * object-internals.h (_G_BOOLEAN_EXPR): Redefine this glib macro to avoid
9631         missed optimizations when using gcc-4.3.
9633 2008-06-08 Rodrigo Kumpera  <rkumpera@novell.com>
9635         * reflection.c (mono_dynamic_image_free): Free the memory
9636         used by MonoGenericParam in MonoDynamicImage::gen_param.
9638         * reflection.c (mono_reflection_setup_generic_class): Allocate
9639         container from mempool.
9641         * reflection.c (mono_reflection_initialize_generic_parameter): Allocate
9642         container from mempool.
9644 2008-06-07  Zoltan Varga  <vargaz@gmail.com>
9646         * threads.c (mono_set_pending_exception): New internal function to set the
9647         pending exception of the current thread.
9648         (mono_thread_get_and_clear_pending_exception): Check for 
9649         thread->pending_exception as well.
9651         * object-internals.h (struct _MonoThread): Add 'pending_exception' field.
9653         * boehm-gc.c (mono_gc_base_init): Set GC_no_dls before calling GC_init () since
9654         it can trigger a collection.
9656 2008-06-06  Martin Baulig  <martin@ximian.com>
9658         Merged the `debugger-kahalo' branch.
9660         * mono-debug.h
9661         (MONO_DEBUGGER_VERSION): Bumped to 72.
9663         * debug-mono-symfile.h
9664         (MonoSymbolFileMethodIndexEntry): Removed.
9665         (MonoSymbolFileMethodEntry): New public typedef.
9666         (MonoSymbolFileOffsetTable): Added `_is_aspx_source'.
9667         (MonoSymbolFileSourceEntry): Remove everything except `index' and
9668         `data_offset'.
9669         (MonoSymbolFileMethodEntry): Removed.
9670         (MonoSymbolFileLexicalBlockEntry): Removed.
9671         (MonoSymbolFileLineNumberEntry): Removed.
9672         (MonoDebugLexicalBlockEntry): Removed.
9673         (MonoDebugMethodInfo): Replaced `entry' by `guint32 entry_offset';
9674         removed `num_il_offsets' and `il_offsets'.
9675         (MonoSymbolFile): Replace `version' with `major_version' and
9676         `minor_version'.
9677         (MONO_SYMBOL_FILE_VERSION): Replace with
9678         `MONO_SYMBOL_FILE_MAJOR_VERSION' and
9679         `MONO_SYMBOL_FILE_MINOR_VERSION'.
9681         * debug-mono-symfile.c
9682         (mono_debug_symfile_lookup_location): Add support for the new line
9683         number table format.
9685 2008-06-07 Rodrigo Kumpera  <rkumpera@novell.com>
9687         * metadata.c (free_generic_class): Release the inflated
9688         MonoClass of dynamic generic classes if it's not a generic
9689         type definition.
9691 2008-06-07 Rodrigo Kumpera  <rkumpera@novell.com>
9693         * verify.c: Reapplied more of the reverted changes.
9695 2008-06-07 Rodrigo Kumpera  <rkumpera@novell.com>
9697         * reflection.c (lookup_custom_attr): Clean the cached flag or
9698         nobody will free it. Fixes a memleak in MonoCustomAttrs::IsDefinedInternal
9699         for SRE types.
9701 2008-06-07 Rodrigo Kumpera  <rkumpera@novell.com>
9703         * verify.c: Reapplied a small part of the reverted changes.
9705 2008-06-07  Zoltan Varga  <vargaz@gmail.com>
9707         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
9709         * monitor.c (mono_monitor_try_enter_internal): Add NULL check which was 
9710         previously in managed code.
9711         (mono_monitor_exit): Ditto.
9712         (ves_icall_System_Threading_Monitor_Monitor_exit): Removed, not needed anymore.
9714         * icall-def.h: Rename the Enter/Exit icalls to simply Enter/Exit to match
9715         the managed definition.
9717 2008-06-06 Rodrigo Kumpera  <rkumpera@novell.com>
9719         * verify.c: Revert changes to see if it helps with weird buildbot crashes.
9721 2008-06-06  Zoltan Varga  <vargaz@gmail.com>
9723         * monitor.c: Redefine GetCurrentThreadId () with a macro on !win32.
9724         
9725         * monitor.c: Add some micro optimizations.
9727         * icall.c (type_from_typename): Handle 'bool'.
9729 2008-06-06 Rodrigo Kumpera  <rkumpera@novell.com>
9731         * verify.c: Implement constructor verification per P III 1.8.1.4.
9732         Fixes #396716.
9734 2008-06-06  Zoltan Varga  <vargaz@gmail.com>
9736         * assembly.c (mono_assembly_loaded_full): Avoid calling the search hooks while
9737         holding the assemblies lock here too.
9739 2008-06-05 Rodrigo Kumpera  <rkumpera@novell.com>
9741         * verify.c: Kill stack_top function.
9743 2008-06-05 Rodrigo Kumpera  <rkumpera@novell.com>
9745         * verify.c: Kill stack_get function.
9747 2008-06-05 Rodrigo Kumpera  <rkumpera@novell.com>
9749         * verify.c (mono_method_verify): Last change broke the build. Fixed.
9751 2008-06-05 Rodrigo Kumpera  <rkumpera@novell.com>
9753         * verify.c (verify_type_compatibility_full): Make SZARRAY checks
9754         more reliable.
9756         * verify.c (mono_method_verify): Inflate params and locals to avoid
9757         mismatch when checking for compatibility.
9759 2008-06-05  Jonathan Chambers  <joncham@gmail.com>
9761         * metadata.c (mono_string_from_bstr): Fix BSTR marshalling.
9762         Length prefix should be size in bytes. Fix bug #339530.
9763         
9764         * metadata.c (mono_string_to_bstr): Fix BSTR marshalling.
9765         Length prefix should be size in bytes. Fix bug #339530.
9767         Code is contributed under MIT/X11 license.
9769 2008-06-05  Bill Holmes <billholmes54@gmail.com>
9771         * decimal.c:  Adding MSVC implementation to my_g_bit_nth_msf.
9773         Contributed under MIT/X11 license.
9775 2008-06-05  Martin Baulig  <martin@ximian.com>
9777         * mono-debug-debugger.c
9778         (mono_debugger_check_breakpoints): Reflect latest runtime changes.
9780 2008-06-05  Zoltan Varga  <vargaz@gmail.com>
9782         * assembly.c (mono_assembly_load_from_full): Avoid calling the search hooks
9783         while holding the assemblies lock to prevent deadlocks. Handle the case
9784         where the search hook returns NULL but the assembly was still loaded.
9785         Fixes #323696.
9787         * appdomain.c (set_domain_search_path): Acquire the domain lock since we
9788         modify domain state.
9790 2008-06-05  Andreas Färber  <andreas.faerber@web.de>
9792         * boehm-gc.c: Add DTrace probes gc-{begin,end}.
9793         * Makefile.am (pedump_LDADD): Post-process object files and
9794         add dtrace-generated object file, if necessary.
9796         Code is contributed under MIT/X11 license.
9798 2008-06-04 Rodrigo Kumpera  <rkumpera@novell.com>
9800         * reflection.c (mono_dynamic_image_free): Free MonoDynamicImage::public_key.
9802 2008-06-04 Rodrigo Kumpera  <rkumpera@novell.com>
9804         * class.c (mono_type_get_full): Add a work-around for generic type definitions.
9806 2008-06-04  Mark Probst  <mark.probst@gmail.com>
9808         * threads.c: Try to free everything from the delayed free table
9809         when shutting down threads, and set the variable to NULL after the
9810         table is freed so that calling
9811         mono_thread_hazardous_try_free_all() when shutting down the root
9812         domain doesn't crash.
9814 2008-06-04 Rodrigo Kumpera  <rkumpera@novell.com>
9816         * class.c (mono_type_retrieve_from_typespec): Add an argument to inform
9817         the caller if resulting type was inflated.
9819         * class.c (mono_class_create_from_typespec): Free the MonoType if it
9820         was inflated.
9822         * class.c (mono_type_get_full): Free the MonoType if it was inflated.
9825 2008-06-04  Zoltan Varga  <vargaz@gmail.com>
9827         * decimal.c (rescale128): Rework the code a bit so it no longer crashes the
9828         class library tests.
9830         * icall.c (ves_icall_InternalInvoke): Applied patch from Andy Hume 
9831         (andyhume32@yahoo.co.uk). Add more useful exception messages. Fixes
9832         #396989.
9834 2008-06-04  Mark Probst  <mark.probst@gmail.com>
9836         * domain.c, domain-internals.h: The JIT infos are now freed by the
9837         JIT info table code.  They are freed immediately if there only a
9838         single JIT info table in circulation.  If there is more, the free
9839         is delayed via a queue.
9841         * threads.c, threads-types.h: New hazard pointer function for
9842         freeing all freeable delayed items in one sitting.
9844 2008-06-03 Rodrigo Kumpera  <rkumpera@novell.com>
9846         * reflection.c (typebuilder_setup_fields): Use mempool for allocations.
9848         * reflection.c (typebuilder_setup_properties): Same.
9850         * reflection.c (typebuilder_setup_events): Same.
9852 2008-06-03 Rodrigo Kumpera  <rkumpera@novell.com>
9854         * reflection.c (mono_custom_attrs_from_builders): Receive a MonoMemPool
9855         and use it for allocating memory.
9857         * reflection.c (mono_marshal_spec_from_builder): Same.
9859         * reflection.c: Change code to use new signatures.
9861         * metadata.c (mono_metadata_type_dup): Add a FIXME note.
9863 2008-06-03  Zoltan Varga  <vargaz@gmail.com>
9865         * decimal.c (rescale128): Put back one line which was accidently commented
9866         out.
9867         
9868         * decimal.c (rescale128): Disable the code added by the last patch, as it seems
9869         to cause crashes.
9871 2008-06-03 Rodrigo Kumpera  <rkumpera@novell.com>
9873         * reflection.c (mono_reflection_generic_class_initialize): Name must
9874         be always malloc'ed so we can free it later on. Do this for field, property
9875         and event.
9877         * metadata.c (free_generic_class): Free field, property and event names.
9879 2008-06-03 Rodrigo Kumpera  <rkumpera@novell.com>
9881         * reflection.c (fieldbuilder_to_mono_class_field): Use mono_metadata_type_dup
9882         instead of g_memdup.
9884         * reflection.c (typebuilder_setup_fields): Same.
9886 2008-06-03  Zoltan Varga  <vargaz@gmail.com>
9888         * decimal.c (rescale128): Optimize this function a bit more.
9890 2008-06-03 Rodrigo Kumpera  <rkumpera@novell.com>
9892         * metadata.c (free_generic_class): Release some memory from
9893         SRE generic classes.
9895 2008-06-03 Rodrigo Kumpera  <rkumpera@novell.com>
9897         * reflection.c (mono_image_get_generic_field_token): No reference
9898         to name is kept, free it.
9900         * reflection.c (mono_reflection_generic_class_initialize): Free
9901         more memory of the inflated field.
9903 2008-06-03  Zoltan Varga  <vargaz@gmail.com>
9905         * decimal.c (mono_decimalDiv): Moved equality checks here from managed
9906         code.
9908 2008-06-02 Rodrigo Kumpera  <rkumpera@novell.com>
9910         * reflection.c (mono_dynamic_image_free): Release memory used by
9911         MonoDynamicImage::array_methods elements.
9913         * reflection.c (assembly_add_win32_resources): Release memory after
9914         encoding.
9916 2008-06-02  Zoltan Varga  <vargaz@gmail.com>
9918         * decimal.c (log2_32): Use an optimized version for this function too.
9919         
9920         * decimal.c (log2_64): Fix this on 32 bit machines.
9922 2008-06-02 Rodrigo Kumpera  <rkumpera@novell.com>
9924         * class.c (mono_dup_array_type): Implement allocation using a mempool.
9926         * class.c (mono_metadata_signature_deep_dup): Same.
9928         * metadata.c (mono_metadata_signature_dup_full): Added, allow dup'ng with
9929         a mempool.
9931         * metadata.c (mono_metadata_signature_dup): Delegate to the _full version.
9933         * metadata.c (mono_metadata_type_dup): Remove asserts and FIXME.
9935         * metadata-internals.h: Added mono_metadata_signature_dup_full.
9937         * class-internals.h: Update signatures to take a MonoMemPool.
9939 2008-06-02  Dick Porter  <dick@ximian.com>
9941         * icall.c (ves_icall_System_ComponentModel_Win32Exception_W32ErrorMessage): 
9942         * icall-def.h: Add
9943         System.ComponentModel.Win32Exception.W32ErrorMessage, using the
9944         FormatMessage API to get the error text.  Fixes bug 321827.
9946 2008-06-02  Zoltan Varga  <vargaz@gmail.com>
9948         * decimal.c: Add some micro optimizations to make decimal operations faster.
9950 2008-06-01 Rodrigo Kumpera  <rkumpera@novell.com>
9952         * reflection.c (method_encode_clauses): Take a mempool
9953         as parameter and use it to allocate the clause array.
9955         * reflection.c (mono_image_get_field_on_inst_token): Free
9956         the inflated type after encoding it.
9958         * reflection.c (mono_dynamic_image_free): Free each element
9959         of MonoDynamicImage::gen_params.
9961         * reflection.c (reflection_methodbuilder_to_mono_method):
9962         Allocate the generic param array from the mempool.
9963         Allocate signature params from the mempool.
9965         * reflection.c (mono_reflection_generic_class_initialize):
9966         Free inflated fields after been used.
9968 2008-05-30 Rodrigo Kumpera  <rkumpera@novell.com>
9970         * icall.c: Reapply the memory leak fixes as they no
9971         longer make mono crash.
9973 2008-05-30 Rodrigo Kumpera  <rkumpera@novell.com>
9975         * reflection.c (mono_type_get_object): Don't store the suplied
9976         MonoType with type_hash. A caller which pass a type that
9977         was mono_metadata_type_dup'ed cannot free it reliably, as type_hash
9978         might end with a pointer to freed memory.
9979         The solution is to use byval_arg or this_arg from the associated
9980         MonoClass of the supplied type.
9982 2008-05-29  Zoltan Varga  <vargaz@gmail.com>
9984         * icall.c: Revert the rest of the last change as it breaks the build too.
9986 2008-05-29 Rodrigo Kumpera  <rkumpera@novell.com>
9988         * icall.c: Revert a leak fix as it's breaking the build.
9990 2008-05-29 Rodrigo Kumpera  <rkumpera@novell.com>
9992         * appdomain.c (mono_make_shadow_copy): Fix another leak of dir_name.
9994 2008-05-29 Rodrigo Kumpera  <rkumpera@novell.com>
9996         * appdomain.c (mono_make_shadow_copy): We leaked dir_name.
9998 2008-05-29 Rodrigo Kumpera  <rkumpera@novell.com>
10000         * icall.c: Fix some memory leaks.
10002 2008-05-29  Dick Porter  <dick@ximian.com>
10004         * threadpool.c (mono_thread_pool_remove_socket): Always remove the
10005         async socket operations from the pending list when a socket
10006         closes.  Leaving it until the threadpool services the event
10007         exposes a race condition when a socket descriptor is reused.
10008         Fixes bug 377589.
10010 2008-05-28 Rodrigo Kumpera  <rkumpera@novell.com>
10012         * object.c: Fix negative index check for array alocation.
10014 2008-05-28 Rodrigo Kumpera  <rkumpera@novell.com>
10016         * icall.c, marshal.c: Delegate wrappers should skip visibility.
10017         This check is performed by the verifier for IL created delegates
10018         and by Delegate::CreateDelegate for programatically created ones.
10019         Fixes #372406.
10021 2008-05-28 Rodrigo Kumpera  <rkumpera@novell.com>
10023         * sockey-io.c (ves_icall_System_Net_Sockets_Socket_Select_internal):
10024         Fix code to use mono_array_size_t instead of int.
10026         Based on patch by Luis F. Ortiz.
10027         Contributed under X11 license.
10028         http://lists.ximian.com/pipermail/mono-devel-list/2008-May/027995.html
10030 2008-05-28 Rodrigo Kumpera  <rkumpera@novell.com>
10032         * icall.c: Added ves_icall_System_Array_GetLongLength and
10033         ves_icall_System_Array_CreateInstanceImpl64. Both allow handling big
10034         arrays.
10036         * icall.h: Export both new functions.
10038         Based on patch by Luis F. Ortiz.
10039         Contributed under X11 license.
10040         http://lists.ximian.com/pipermail/mono-devel-list/2008-May/027995.html
10042 2008-05-28  Martin Baulig  <martin@ximian.com>
10044         The debugger now requires exactly r103463.
10046         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 71.
10047         This version is not supported by the debugger, wait for 72.
10049 2008-05-28 Rodrigo Kumpera  <rkumpera@novell.com>
10051         * object.h: Changed array related functions to use
10052         mono_array_size_t instead of guint32. Forgot to commit this file.
10054         Patch by Luis F. Ortiz.
10055         Contributed under X11 license.
10056         http://lists.ximian.com/pipermail/mono-devel-list/2008-May/027995.html
10059 2008-05-28 Rodrigo Kumpera  <rkumpera@novell.com>
10061         * object.h: Don't use G_MAXINT32 or G_MAXUINT32 as old glibs
10062         don't define it. Use the number literal instead.
10064 2008-05-27 Rodrigo Kumpera  <rkumpera@novell.com>
10066         * icall.c: Changed array related functions to use
10067         mono_array_size_t instead of guint32.
10069         * icall.c (ves_icall_System_Array_GetLength): Check for length
10070         overflow under MONO_BIG_ARRAYS.
10072         Based on patch by Luis F. Ortiz.
10073         Contributed under X11 license.
10074         http://lists.ximian.com/pipermail/mono-devel-list/2008-May/027995.html
10076 2008-05-27 Rodrigo Kumpera  <rkumpera@novell.com>
10078         * object.c: Add 64bits bounds check for arrays under MONO_BIG_ARRAYS.
10080         Based on patch by Luis F. Ortiz.
10081         Contributed under X11 license.
10082         http://lists.ximian.com/pipermail/mono-devel-list/2008-May/027995.html
10084 2008-05-27 Rodrigo Kumpera  <rkumpera@novell.com>
10086         * object.c, object.h: Changed array related functions to use
10087         mono_array_size_t instead of guint32.
10089         Patch by Luis F. Ortiz.
10090         Contributed under X11 license.
10091         http://lists.ximian.com/pipermail/mono-devel-list/2008-May/027995.html
10093 2008-05-27 Rodrigo Kumpera  <rkumpera@novell.com>
10095         * object.h: Introduced mono_array_size_t typedef. This must be used
10096         in all places an array length is expected. This is 64bits wide if
10097         MONO_BIG_ARRAYS is enabled.
10099         Patch by Luis F. Ortiz.
10100         Contributed under X11 license.
10101         http://lists.ximian.com/pipermail/mono-devel-list/2008-May/027995.html
10103 2008-05-27  Zoltan Varga  <vargaz@gmail.com>
10105         * security-manager.c class.c: Set the class exception info by calling
10106         mono_class_set_failure ().
10108         * class.c (mono_class_get_exception_data): New accessor function.
10109         (mono_class_set_failure): Store exception_data in the property hash.
10111         * class-internals.h (struct _MonoClass): Store 'exception_data' outside
10112         the struct as a property.
10114         * loader.c (mono_get_method_full): Store the lookup result for method
10115         tokens in method_cache, the others in methodref_cache to decrease the memory
10116         usage of hash tables.
10118         * image.c (mono_image_close): Destroy method_cache and methodref_cache.
10119         (mono_image_init): method_cache is lazy inited now.
10121         * metadata-internals.h (struct _MonoImage): Change method_cache to
10122         a MonoValueHashTable, add a separate methodref_cache.
10124 2008-05-27  Eyal Alaluf <eyala@mainsoft.com>
10126         * number-formatter.h: Fix tables to avoid arithemtic overflow in
10127           Double.ToString as exposed by Bug #383531.
10129 2008-05-26  Zoltan Varga  <vargaz@gmail.com>
10131         * number-formatter.h: Make some tables static.
10133         * class.c (mono_method_set_generic_container): New accessor function.
10134         (mono_method_get_generic_container): Ditto.
10136         * class-internals.h (struct _MonoMethod): Remove rarely used 
10137         'generic_container' field, store it in the property hash instead. Add 
10138         'is_generic' boolean field instead.
10140         * image.c (mono_image_init): Initialize property_hash.
10141         (mono_image_close): Destroy property_hash.
10143         * metadata-internals.h (struct _MonoImage): Add 'property_hash' hash table to
10144         hold rarely used fields of runtime structures belonging to this image.
10146         * class.c loader.c verify.c icall.c reflection.c: Use the new accessor functions
10147         to get/set method->generic_container.
10149         * loader.c (mono_get_method_from_token): Avoid loading the method header for
10150         generic methods.
10152 2008-05-25  Zoltan Varga  <vargaz@gmail.com>
10154         * class.c (mono_class_inflate_generic_method_full): Don't increase
10155         mono_stats.inflated_method_count for methods found in the cache.
10157         * threads.c (mono_thread_request_interruption): Add a comment about 
10158         QueueUserAPC ().
10160 2008-05-24  Zoltan Varga  <vargaz@gmail.com>
10162         * class.c (setup_interface_offsets): Use sizeof (guint16) when allocating the
10163         interface_offsets_packed table.
10164         
10165         * class.c (mono_class_init): Remove some dead code.
10167         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): Call
10168         mono_class_setup_vtable () when CAS is active to detect security problems.
10170 2008-05-23 Rodrigo Kumpera  <rkumpera@novell.com>
10172         * verify.c (mono_delegate_type_equal): Handle VAR, MVAR and GENERICINST.
10174         * verify.c (mono_delegate_signature_equal): Don't compar number of generic
10175         parameters as it's irrelevant for delegate checking.
10177 2008-05-23  Zoltan Varga  <vargaz@gmail.com>
10179         * class-internals.h class.c: Correct the name of the 'mono_no_setup_vtable_in_class_init' variable.
10181         * class.c (mono_class_init): Control the creation of a generic vtable using
10182         a global which is true by default, but set to false by the runtime startup code.
10183         
10184         * class.c (mono_class_init): Avoid constructing a generic vtable in most cases.
10185         Disabled for now since it breaks the embedding API.
10186         Move the setup of class->methods for arrays to mono_class_setup_methods ().
10187         (mono_class_setup_methods): Add a memory barrier.
10189         * object.c (mono_class_create_runtime_vtable): Add code to handle the case
10190         when mono_class_init () doesn't compute the generic vtable.
10191         
10192 2008-05-23  Massimiliano Mantione  <massi@ximian.com>
10193         * profiler.c: Added mono_profiler_install_statistical_call_chain,
10194         mono_profiler_stat_get_call_chain_depth and mono_profiler_stat_call_chain
10195         to support call chains (backtrace) in the stat profiler.
10196         * profiler.c, profiler-private.h: Likewise.
10198 2008-05-22  Mark Probst  <mark.probst@gmail.com>
10200         * generic-sharing.c: Init generic class when a method of it is
10201         requested via a runtime generic context.
10203 2008-05-22  Zoltan Varga  <vargaz@gmail.com>
10205         * class.c (mono_class_init): Add a comment about trying to avoid calling this.
10207         * reflection.c (mono_type_get_object): Add a FIXME.
10209         * loader.c (find_method_in_class): Use mono_class_get_method_by_index ().
10211         * class.c (mono_class_get_method_by_index): New helper function, returning an
10212         entry in the class->methods array.
10214 2008-05-21  Zoltan Varga  <vargaz@gmail.com>
10216         * class.c (mono_class_init): Only do the array optimization for szarrays. 
10217         Avoid creating a generic vtable for generic instances as well.
10218         (mono_class_get_method_from_name_flags): Don't search in the metadata for
10219         generic instances.
10221 2008-05-21 Rodrigo Kumpera  <rkumpera@novell.com>
10223         * loader.c (mono_get_method_constrained): Inflate the signature
10224         with class context. Fix #325283.
10226 2008-05-21  Zoltan Varga  <vargaz@gmail.com>
10228         * object.c (mono_class_create_runtime_vtable): Add a comment.
10230         * class.c (get_implicit_generic_array_interfaces): Call mono_class_init ()
10231         where needed.
10232         (setup_interface_offsets): Handle the case when this is called twice for arrays.
10233         (mono_class_setup_vtable_general): Add an assert.
10234         (mono_class_init): Avoid creating a generic vtable for arrays.
10236         * class.c (mono_generic_class_get_class): Don't call setup_interface_offsets ()
10237         here, let mono_class_init () do that.
10239         * class.c (mono_class_init): Avoid calling mono_class_setup_methods () for
10240         interfaces in mscorlib.
10242         * class.c (mono_class_setup_vtable): Avoid calling setup_methods () for
10243         interfaces. Add some comments.
10244         (mono_class_init): Call mono_class_setup_methods () here since it is no
10245         longer called by mono_class_setup_vtable ().
10247         * object.c (mono_class_proxy_vtable): Null out entries in pvt->vtable which are
10248         not set in class->vtable.
10249         (mono_class_create_runtime_vtable): Reenable the disabled code.
10251         * object.c (mono_class_create_runtime_vtable): Disable the last change for
10252         now as it causes some test failures.
10254         * object.c (mono_class_create_runtime_vtable): Avoid creating a generic vtable
10255         if using the vtable trampoline. Also remove some strange code which put the
10256         generic methods themselves into the vtable slots. Remove the AOT init_vtable
10257         stuff as it is no longer needed.
10259 2008-05-19 Rodrigo Kumpera  <rkumpera@novell.com>
10261         * pedump.c: Give make --verify all option check code as well.
10262         Using --verify code won't check for metadata now.
10264 2008-05-19  Martin Baulig  <martin@ximian.com>
10266         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 70.
10268         * mono-debug.c
10269         (_mono_debug_using_mono_debugger): New global variable; it's set
10270         directly by the debugger, so mono_debug_using_mono_debugger() also
10271         works after attaching.
10273 2008-05-18 Rodrigo Kumpera  <rkumpera@novell.com>
10275         * object.c (mono_class_create_runtime_vtable): Use memory barriers
10276         as we do double checked locking on MonoClass::runtime_info and
10277         MonoClassRuntimeInfo::domain_vtables.
10279 2008-05-18  Zoltan Varga  <vargaz@gmail.com>
10281         * debug-helpers.c (print_field_value): Fix a warning.
10283 2008-05-16  Zoltan Varga  <vargaz@gmail.com>
10285         * object.c (mono_object_get_virtual_method): Fix a crash if method->slot is not
10286         set in the AOT case.
10288 2008-05-16 Rodrigo Kumpera  <rkumpera@novell.com>
10290         * class.c (mono_class_setup_vtable_general): Use memory barriers
10291         as we do double checked locking on MonoClass::vtable.
10293 2008-05-16 Rodrigo Kumpera  <rkumpera@novell.com>
10295         * reflection.c (resolve_object): Inflate only if the generic context
10296         is not null. Fixes #389886.
10298 2008-05-15  Jonathan Chambers  <joncham@gmail.com>
10300         * metadata.c (emit_marshal_string): Free return strings using mono_marshal_free
10301         instead of g_free.
10303         Code is contributed under MIT/X11 license.
10305 2008-05-14 Rodrigo Kumpera  <rkumpera@novell.com>
10307         * class.c: Revert unrelated change.
10309 2008-05-14 Rodrigo Kumpera  <rkumpera@novell.com>
10311         * verify.c (check_is_valid_type_for_field_ops): Type on stack can be
10312         a generic instantiation, use mono_class_from_mono_type instead of playing
10313         with MonoType directly.
10315 2008-05-14 Rodrigo Kumpera  <rkumpera@novell.com>
10317         * class.c: Added mono_class_has_parent_and_ignore_generics. Visibility
10318         checks must ignore generic instantiations, so mono_class_has_parent is not
10319         suitable. Fixes #390128.
10321 2008-05-14  Zoltan Varga  <vargaz@gmail.com>
10323         * reflection.c (mono_image_create_token): Add a 'register_token' argument, and use
10324         it to avoid registering tokens during metadata generation. Fixes #390023.
10326 2008-05-14  Kornél Pál  <kornelpal@gmail.com>
10328         * coree.c: Rename dwOldProtect to OldProtect that makes naming convention
10329         consistent.
10331         Contributed under MIT/X11 license.
10333 2008-05-14  Kornél Pál  <kornelpal@gmail.com>
10335         * domain.c (mono_init_internal): Enable LoadLibrary support. Load EXE image
10336         even when get_runtimes_from_exe didn't load it that allows mono_fixup_exe_image
10337         to fixup the EXE image.
10338         (mono_cleanup): Use mono_close_exe_image.
10339         (mono_close_exe_image): New function.
10340         * image.c: Include "marshal.h".
10341         (mono_image_open_from_module_handle): Add ref_count argument. Return the image.
10342         (mono_image_open_full, mono_image_close): Fix LoadLibrary/FreeLibrary reference
10343         counting when the image is loaded outside of mono_image_open_full. Set status
10344         based on GetLastError.
10345         * coree.c: Include required headers. Add init_from_coree.
10346         (_CorDllMain): Support fix in mono_image_open_full, mono_image_close. Call
10347         mono_assembly_open only when the image has vtfixups. Set init_from_coree.
10348         (_CorExeMain): Set init_from_coree.
10349         (CorExitProcess): Only call ExitProcess for now.
10350         (CorBindToRuntimeEx): New stub implementation.
10351         (CorBindToRuntime): New function.
10352         (MonoFixupCorEE): Fixup CorBindToRuntime and CorBindToRuntimeEx.
10353         (MonoFixupExe): ILONLY executables require no fixups.
10354         (mono_set_act_ctx): New function to set activation context.
10355         (mono_load_coree): Use init_from_coree. Call mono_set_act_ctx.  
10356         * coree.h: Move STATUS_SUCCESS and STATUS_INVALID_IMAGE_FORMAT to header.
10357         Declare mono_module_handle, coree_module_handle, mono_get_module_file_name,
10358         mono_load_coree, mono_fixup_exe_image and mono_image_open_from_module_handle
10359         as MONO_INTERNAL.
10360         * domain-internals.h: Add mono_close_exe_image.
10362         Contributed under MIT/X11 license.
10364 2008-05-13 Rodrigo Kumpera  <rkumpera@novell.com>
10366         * metadata.c (mono_metadata_compute_size): Correctly calculate field
10367         size for generic param and event tables. Fixes #388977.
10369 2008-05-13  Zoltan Varga  <vargaz@gmail.com>
10371         * loader.c (mono_method_signature): Use memory barriers because of the double
10372         checked locking pattern.
10374         * threads.c (remove_and_abort_threads): Stop and wait for threads which are
10375         aborting or aborted as well. Fixes #376391.
10376         
10377         * threads.c (mono_thread_execute_interruption): Avoid depending on no longer
10378         existing runtime state in the Suspend handler during shutdown.
10380 2008-05-12  Zoltan Varga  <vargaz@gmail.com>
10382         * threads.c (mono_thread_request_interruption): Add some FIXMEs.
10384         * threads.c (mono_thread_suspend_all_other_threads): Add support for threads 
10385         which are starting up or shutting down.
10387         * threads.c (mono_threads_set_shutting_down): Don't return a value since
10388         this function never returns if the runtime is already shutting down.
10390         * icall.c (ves_icall_System_Environment_Exit): Update after 
10391         mono_threads_set_shutting_down () signature change.
10392         
10393 2008-05-09 Rodrigo Kumpera  <rkumpera@novell.com>
10395         * class.c: Added can_access_instantiation to verify if the instantiation
10396         is visible. Fix access check for nested types as they returned TRUE
10397         before doing type and generic instantiation visibility checks.
10399 2008-05-08 Rodrigo Kumpera  <rkumpera@novell.com>
10401         * reflection.c (mono_reflection_create_generic_class): The created type
10402         must have a different container from its TypeBuilder. Otherwise they
10403         will end sharing generic arguments, which is wrong.
10405         Due to the sharing, making a generic instance of the created type using
10406         the TypeBuider generic arguments resulted in the generic type definition
10407         been returned, which is wrong as well.
10409         As a bonus the code was leaking the type_params array. This memory should
10410         be allocated from the image mempool.
10412         This fixes bug #354047.
10414 2008-05-08 Rodrigo Kumpera  <rkumpera@novell.com>
10416         * metadata-internals.h: Move MONO_SECMAN_FLAG macros from mini/declsec.h
10417         to here         as they are now used in assembly.c new code.
10418         Added a skipverification flag to MonoAssembly.
10419         New internal function mono_assembly_has_skip_verification.
10421         * assembly.c: New function mono_assembly_has_skip_verification. It checks
10422         if an assembly has a version 2.0 SkipVerification security attribute. Fixes
10423         part of #387274.
10425 2008-05-07  Zoltan Varga  <vargaz@gmail.com>
10427         * object.c (mono_object_get_virtual_method): Inflate the resulting method if
10428         needed. Fixes #387034.
10430         * class.c (mono_class_inflate_generic_type): Avoid a crash if context is NULL.
10432 2008-05-06  Miguel de Icaza  <miguel@novell.com>
10434         * assembly.c (mono_assembly_load_reference): Prevent crash while
10435         disassembling Silverlight 2.0 executables while we still do not
10436         have GACed libraries.
10438 2008-05-07  Zoltan Varga  <vargaz@gmail.com>
10440         * reflection.c: Special case generic type definitions as well. Fixes #383444.
10442 2008-05-06  Zoltan Varga  <vargaz@gmail.com>
10444         * icall.c (ves_icall_System_Reflection_Module_ResolveTypeToken): Fix handling
10445         of the dynamic case. Fixes #387404.
10447 2008-05-06 Rodrigo Kumpera  <rkumpera@novell.com>
10449         *verify.c (mono_verifier_is_class_full_trust): If under
10450         verify_all and the verifier mode was not set, only
10451         gac and corlib types are fulltrust. This makes --verify-all
10452         usable to detect unverifiable code, which is the expected
10453         use case.
10455 2008-05-06 Rodrigo Kumpera  <rkumpera@novell.com>
10457         * verify.h: Ops, commited the header with debug
10458         enabled.
10460 2008-05-06 Rodrigo Kumpera  <rkumpera@novell.com>
10462         * verify.c (merge_stack): Use the new value on unverifiable
10463         stack merges.
10465         * verify.c (verify_type_compatibility_full): Comparison
10466         of nullable types can't use mono_class_is_assignable_from.
10468         * verify.c, verify.h: Added MONO_VERIFY_REPORT_ALL_ERRORS
10469         that makes all verification errors be reported.
10471         * pedump.c: Pass MONO_VERIFY_REPORT_ALL_ERRORS to
10472         mono_method_verify.
10474 2008-05-05  Robert Jordan  <robertj@gmx.net>
10476         * marshal.c (mono_marshal_get_thunk_invoke_wrapper):
10477         support for value types. See #386415.
10479         * object.c: comments.
10481         Code is contributed under MIT/X11 license.
10483 2008-05-05  Martin Baulig  <martin@ximian.com>
10485         * debug-mono-symfile.h
10486         (MONO_SYMBOL_FILE_COMPATIBILITY_VERSION): Removed; dropped support
10487         for old pre-terrania symbol files.
10489 2008-05-05  Andreas Färber  <andreas.faerber@web.de>
10491         * mono-config.c: Add ppc64 architecture.
10493         Code is contributed under MIT/X11 license.
10495 2008-05-05  Andreas Färber  <andreas.faerber@web.de>
10497         * object.c (mono_create_ftnptr, mono_get_addr_from_ftnptr):
10498           PPC64 uses function descriptors as well.
10500         Code is contributed under MIT/X11 license.
10502 2008-05-04  Zoltan Varga  <vargaz@gmail.com>
10504         * object.c (compute_class_bitmap): Ignore literal static fields.
10506         * sgen-gc.c (mono_gc_base_init): Print some help when the MONO_GC_DEBUG env
10507         var has an invalid format.
10508         (describe_ptr): Add some sanity checks for the vtable.
10509         (add_nursery_frag): Clear unused nursery fragments.
10510         (major_collection): Clear all remaining nursery fragments.
10512 2008-05-03  Robert Jordan  <robertj@gmx.net>
10514         * image.c, metadata-internals.h: add thunk_invoke_cache.
10516         * marshal.c, marshal.h: implement
10517         mono_marshal_get_thunk_invoke_wrapper ().
10519         * object.c, object.h: implement mono_method_get_unmanaged_thunk ().
10521         Code is contributed under MIT/X11 license.
10523 2008-05-02 Rodrigo Kumpera  <rkumpera@novell.com>
10525         * verify.c (do_leave): Empty the stack.
10527 2008-05-02 Rodrigo Kumpera  <rkumpera@novell.com>
10529         * class.c (mono_class_is_assignable_from): Variance
10530         doesn't work between reference and value types. For example,
10531         given type C<T+>, C<int32> is not assignable to C<object>.
10532         Break the argument checking loop on first error. 
10534 2008-05-02  Atsushi Enomoto  <atsushi@ximian.com>
10536         * icall.c : base64_to_byte_array() needs some more strict
10537           check for sequence of '=' characters. Patch by Santa
10538           Marta (http://deee.g.hatena.ne.jp/santamarta).
10540           Contributed under MIT/X11 license.
10541           (see http://www.lingr.com/room/mono-jp/archives/2008/04/20)
10543 2008-05-02  Jonathan Chambers  <joncham@gmail.com>
10545         * domain.c: Disable LoadLibrary support to fix Win32 build.
10547         Code is contributed under MIT/X11 license.
10549 2008-05-02  Zoltan Varga  <vargaz@gmail.com>
10551         * sgen-gc.c: Add support for clearing nursery memory when a tlab is allocated,
10552         to help with cache behaviour.
10554 2008-05-01  Miguel de Icaza  <miguel@novell.com>
10556         * appdomain.c (mono_domain_from_appdomain): Add new accessor
10557         method. 
10559 2008-05-01  Zoltan Varga  <vargaz@gmail.com>
10561         * sgen-gc.c: Implement thread-local allocation and a managed allocation routine.
10563 2008-05-01  Dick Porter  <dick@ximian.com>
10565         * process.c (process_get_fileversion): Only pass 16 bits of
10566         language ID to VerLanguageName.  Fixes bug 381204.
10568 2008-04-30 Rodrigo Kumpera  <rkumpera@novell.com>
10570         * verify.c (mono_method_verify): Fix the comparison
10571         operator for code bounds check.
10573 2008-04-30 Rodrigo Kumpera  <rkumpera@novell.com>
10575         * verify.c (mono_method_verify): Check the bounds of
10576         all access of the code array.
10578 2008-04-29  Kornél Pál  <kornelpal@gmail.com>
10580         * appdomain.c: Use HAVE_SYS_UTIME_H that fixes MSVC build.
10582 2008-04-28  Zoltan Varga  <vargaz@gmail.com>
10584         * image.c (mono_image_strong_name_position): Fix return value when the rva is
10585         not valid.
10587 2008-04-28  Kornél Pál  <kornelpal@gmail.com>
10589         * loader.c (mono_get_method_from_token, mono_method_signature): Add
10590         support for METHOD_IMPL_ATTRIBUTE_NATIVE.
10591         * domain.c (mono_init_internal): Load and fixup mscoree.dll on startup and
10592         fixup main EXE images when using mono.exe for mixed-mode assembly support.
10593         * domain-internals.h: Add MonoLoadFunc, mono_install_runtime_load and
10594         mono_runtime_load.
10595         * appdomain.c: Add mono_install_runtime_load, mono_runtime_load to support
10596         runtime initialization from metadata.
10597         * assembly.c: Remove obsolete ceGetModuleFileNameA.
10598         (mono_set_rootdir): Use mono_get_module_file_name.
10599         (mono_assembly_load_from_full): Call mono_image_fixup_vtable for module
10600         handles.
10601         * cil-coff.h: Add MonoVTableFixup. Update mono_cli_rva_image_map signature.
10602         * metadata-internals.h: Add is_module_handle to _MonoImage on Windows.
10603         * image.c (mono_cli_rva_image_map): Use MonoImage instead of
10604         MonoCLIImageInfo. Add support for module handles.
10605         (load_cli_header): Update mono_cli_rva_image_map signature.
10606         (load_metadata_ptrs): Update mono_cli_rva_image_map signature.
10607         (mono_image_strong_name_position): Use mono_cli_rva_image_map.
10608         (mono_image_rva_map): Add support for module handles.
10609         (mono_image_ensure_section_idx): Add support for module handles.
10610         (mono_image_close): Add support for module handles.
10611         (do_load_header): Add support for module handles.
10612         (mono_image_open_from_module_handle): New function for internal use.
10613         (mono_image_open_full): Load normal images using LoadLibrary on Windows.
10614         (mono_image_load_module): Call mono_image_fixup_vtable for module handles.
10615         (mono_image_load_file_for_image): Call mono_image_fixup_vtable for module
10616         handles.
10617         (mono_image_fixup_vtable): New function for mixed-mode assembly support.
10618         * image.h: Add mono_image_fixup_vtable.
10619         * coree.c: New file for mscoree.dll functions and mixed-mode assembly
10620         support.
10621         * coree.h: New file.
10622         * marshal.c (mono_marshal_get_native_wrapper): Throw exception for
10623         unsupported native code.
10624         (mono_marshal_set_callconv_from_modopt): New function splitted from
10625         mono_marshal_get_managed_wrapper.
10626         (mono_marshal_get_managed_wrapper): Use
10627         mono_marshal_set_callconv_from_modopt.
10628         (mono_marshal_get_vtfixup_ftnptr): New function for mixed-mode assembly support.
10629         * marshal.h: Add mono_marshal_get_vtfixup_ftnptr.
10630         * gc.c (mono_gc_init): Don't wait for the finalizer thread on Windows because
10631         that results in a deadlock when the runtime is loaded in _CorDllMain.
10632         * Makefile.am: Add coree.c and coree.h.
10634         Contributed under MIT/X11 license.
10636 2008-04-28  Mark Probst  <mark.probst@gmail.com>
10638         * generic-sharing.c: Search for type arguments in array element
10639         types as well.
10641 2008-04-28  Mark Probst  <mark.probst@gmail.com>
10643         * class-internals.h, generic-sharing.c: New, small runtime generic context.
10645         * metadata-internals.h, domain.c, image.c: Less bookkeeping is required for the new RGCTX.
10647         * object.c: Don't setup the RGCTX when the vtable is created,
10648         because we're setting it up lazily now.
10650 2008-04-26  Zoltan Varga  <vargaz@gmail.com>
10652         * sgen-gc.c: Make the 'desc' variables an mword instead of a guint32 to fix 
10653         64 bit support.
10655 2008-04-24 Rodrigo Kumpera  <rkumpera@novell.com>
10657         * verify.c (verify_class_for_overlapping_reference_fields): 
10658         If class is under fulltrust allow reference types to overllap
10659         if they have the same RVA.
10661 2008-04-24 Rodrigo Kumpera  <rkumpera@novell.com>
10663         * pedump.c: Added new flag valid-only, that makes the verifier
10664         behaves just like --security=validil. It won't fail type load
10665         due to unverifiable restrictions.
10667 2008-04-23 Rodrigo Kumpera  <rkumpera@novell.com>
10669         * class-internals.h (struct MonoMethod): Added a verification_success
10670         field to cache verifier executions. Reduced MonoMethod:slot size by
10671         one bit.
10673 2008-04-23  Zoltan Varga  <vargaz@gmail.com>
10675         * sgen-gc.c (OBJ_RUN_LEN_SIZE): Make this and other macros take a 'desc' argument
10676         instead of a 'vt' argument to save an indirection and to allow these to be used
10677         for valuetypes.
10678         (scan_vtype): New helper function to scan an area using a gc descriptor.
10679         (mono_gc_wbarrier_value_copy): Implement this.
10680         (handle_remset): Add support for REMSET_VTYPE.
10681         (find_in_remset_loc): Ditto.
10682         (mono_gc_base_init): Allow some debugging options to be controlled through the
10683         use of the MONO_GC_DEBUG env variable.
10684         (mono_gc_alloc_obj): Add support the 'collect-before-allocs' debug option.
10685         (collect_nursery): Add support for the 'check-at-minor-collection' debug option.
10687 2008-04-23  Martin Baulig  <martin@ximian.com>
10689         * domain.c (mono_domain_create): Move the call to
10690         mono_debug_domain_create() down, after allocating the domain id.
10692 2008-04-23 Rodrigo Kumpera  <rkumpera@novell.com>
10694         verify.c (verify_class_for_overlapping_reference_fields): Skip
10695         static fields while verifying for overlapping fields as they
10696         don't matter at all.
10698 2008-04-23  Marek Habersack  <mhabersack@novell.com>
10700         * domain-internals.h: added a declaration of
10701         mono_make_shadow_copy.
10703         * assembly.c (mono_assembly_open_full): shadow copying of
10704         assemblies moved to here, so that all the assemblies within the
10705         application domain's private binary directories can be
10706         processed. Fixes bug #380546
10708         * appdomain.c (mono_make_shadow_copy): make_shadow_copy renamed to
10709         mono_make_shadow_copy and made non-static. The decision whether
10710         to shadow-copy an assembly is made based on its location - it's
10711         copied if it's in one of the private application domain binary
10712         directories and its different to the target file in the shadow
10713         directory. Fixes bug #380546
10715 2008-04-22  Zoltan Varga  <vargaz@gmail.com>
10717         * reflection.c (fixup_method): Handle {Method|Constructor}OnTypeBuilderInst.
10719         * object-internals.h: Add MonoReflection{Method|Constructor}OnTypeBuilderInst
10720         types.
10722         * reflection.c (mono_image_create_token): Handle 
10723         Method/ConstructorOnTypeBuilderInst.
10724         (resolve_object): Ditto.
10725         (inflate_mono_method): Receive the inflated class instead of a MonoGenericClass
10726         so it can be called from resolve_object. Also handle the case when the inflated
10727         class already has its methods setup.
10729 2008-04-21  Martin Baulig  <martin@ximian.com>
10731         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 69.
10733 2008-04-20  Geoff Norton  <gnorton@novell.com>
10735         * icall.c: Fix the _NSGetEnviron define to prevent an impropoer
10736         pointer dereference.
10738 2008-04-15  Marek Habersack  <mhabersack@novell.com>
10740         * appdomain.c (try_load_from): if IOMAP is in effect, call the
10741         portability API to look up the assembly file. Fixes behavior in
10742         situations when the application has a bin/ directory, but the
10743         assembly search patch refers to Bin/ (and thus the requested file
10744         name is Bin/SomeLibrary.dll). Fixes bug #379888
10746 2008-04-15 Rodrigo Kumpera  <rkumpera@novell.com>
10748         verify.c (mono_type_is_generic_argument): Extracted this check
10749         from a dozen places to here.
10751         verify.c: Fixed all issues related to boxing generic arguments
10752         and their constraints.
10754 2008-04-14 Rodrigo Kumpera  <rkumpera@novell.com>
10756         verify.c (mono_class_interface_implements_interface): Fix win32 build.
10758 2008-04-14  Zoltan Varga  <vargaz@gmail.com>
10760         * reflection.c (mono_custom_attrs_construct): Fix crash when the cattr type
10761         isn't finished yet. Fixes #363447.
10763 2008-04-13  Zoltan Varga  <vargaz@gmail.com>
10765         * class.c (mono_bounded_array_class_get): Fix the name of bounded array types.
10766         Fixes #346419.
10768 2008-04-13  Jb Evain  <jbevain@novell.com>
10770         * domain.c: update the 2.1 profile versions.
10771         Merged from the Moonlight 2 branch.
10773 2008-04-12  Zoltan Varga  <vargaz@gmail.com>
10775         * assembly.c (mono_assembly_load_from_full): Do the check for loading other
10776         mscorlibs for the non-refonly case as well.
10778         * image.c (do_mono_image_load): Remove the mscorlib check, it is already done
10779         in mono_assembly_load_from_full (). Fixes #378924.
10781 2008-04-11  Geoff Norton  <gnorton@novell.com>
10783         * icall.c: The global extern environ doesn't exist on Mac.  We
10784         need to call NSGetEnviron instead.
10786 2008-04-10 Rodrigo Kumpera  <rkumpera@novell.com>
10788         verify.c: Add generic method constraint verification.
10790 2008-04-10 Rodrigo Kumpera  <rkumpera@novell.com>
10792         class.c (mono_class_inflate_generic_method_full): Add a long
10793         explanation to the is_mb_open hack. Remove the FIXME.
10795 2008-04-10 Rodrigo Kumpera  <rkumpera@novell.com>
10797         * verify.c (mono_method_verify): Mark all unknown opcodes
10798         as invalid. Mark jmp as unverifiable.
10800 2008-04-10 Rodrigo Kumpera  <rkumpera@novell.com>
10802         * verify.c: Add code to do type constraint verification on class instances.
10804         * verify.c (mono_verifier_verify_class): Use the type constraint 
10805         verification code.
10807 2008-04-10 Rodrigo Kumpera  <rkumpera@novell.com>
10809         * class.c (mono_class_get_field_default_value): Don't pass cindex
10810         as hint to mono_metadata_get_constant_index. The local is not initialized
10811         and should contain garbage most of the time. This could only work
10812         with a lot of luck.
10814 2008-04-09 Rodrigo Kumpera  <rkumpera@novell.com>
10816         * tokentype.h: Add MONO_TOKEN_GENERIC_PARAM.
10818 2008-04-09 Rodrigo Kumpera  <rkumpera@novell.com>
10820         * class-internals.h: Add generic_param_token to MonoClass::sizes union.
10822         * class.c (mono_class_from_generic_parameter): Save the token of the
10823         generic param in MonoClass::sizes.generic_param_token.
10825         * reflection.c (mono_custom_attrs_from_class): If the class type is
10826         VAR or MVAR retrieve the attributes of the generic param.
10828 2008-04-08 Rodrigo Kumpera  <rkumpera@novell.com>
10830         * class.c (mono_class_init): Do class verification if the verifier
10831         is enabled.
10833 2008-04-08 Rodrigo Kumpera  <rkumpera@novell.com>
10835         * verify-internal.h: Added mono_verifier_verify_class.
10837         * verify.c: Added mono_verifier_verify_class. It checks for
10838         classes with explicit layout that have overlapping reference fields.
10840         * pedump.c: Init the verifier state prior to verification. Fixed
10841         command line arguments.
10843 2008-04-08 Rodrigo Kumpera  <rkumpera@novell.com>
10845         * Makefile.am: Added verify-internals.h, hopefully fix the build.
10847 2008-04-08  Zoltan Varga  <vargaz@gmail.com>
10849         * verify-internals.h: Fix a warning.
10851 2008-04-07 Rodrigo Kumpera  <rkumpera@novell.com>
10853         * verify-internals.h: New header with the verifier configuration
10854         extracted from mini.c.
10856         * verify.c: Implemented the new functions exported by verify-internals.h.
10858 2008-04-07 Rodrigo Kumpera  <rkumpera@novell.com>
10860         * verify.c: Add proper verification of ckfinite.
10862 2008-04-04 Rodrigo Kumpera  <rkumpera@novell.com>
10864         * verify.c (do_conversion): Improved error message to something
10865         more meanfull.
10867         * verify.c (check_is_valid_type_for_field_ops): Fix to work
10868         with primitive types.
10870 2008-04-04 Rodrigo Kumpera  <rkumpera@novell.com>
10872         * verify.c: Added tail prefix checking. Marked icall
10873         as unverifible.
10875 2008-04-04 Rodrigo Kumpera  <rkumpera@novell.com>
10877         * verify.c: Fix the detection of branches to the middle
10878         of an instruction.
10880 2008-04-03 Rodrigo Kumpera  <rkumpera@novell.com>
10882         * verify.c: Implemented verification of volatile. and
10883         unaligned. prefix. Check if a type is valid after retrieving it.
10885 2008-04-01  Dick Porter  <dick@ximian.com>
10887         * process.c (process_get_fileversion): If there's no string block,
10888         set the file language to en_US.  Fixes the other new part of bug
10889         374600.
10891 2008-03-29 Rodrigo Kumpera  <rkumpera@novell.com>
10893         * class.c: New functions mono_method_can_access_field_full and
10894         mono_method_can_access_method_full. They perform type visibility
10895         and type site check.
10897         * class-internal.h: Added exported functions.
10899         * verify.c: Use new functions to implement proper visibility checks.
10901 2008-03-29  Zoltan Varga  <vargaz@gmail.com>
10903         * mono-config.h: Add missing G_BEGIN_DECLS/G_END_DECLS. Fixes #375188.
10905 2008-03-28  Dick Porter  <dick@ximian.com>
10907         * process.c (process_get_fileversion): Use the first language ID
10908         we see, rather than insisting on an invariant language.  Fixes bug
10909         374600.
10911 2008-03-28  Zoltan Varga  <vargaz@gmail.com>
10913         * reflection.c (calc_section_size): Use add_stream_zero to align the size of
10914         the streams to fix reading of invalid memory later.
10916         * metadata.h (MonoType): Use 'MonoTypeEnum' instead of int for the 'type' field
10917         to ease debugging.
10919 2008-03-26  Zoltan Varga  <vargaz@gmail.com>
10921         * marshal.c (signature_dup): Use mono_metadata_signature_alloc ().
10922         (cominterop_method_signature): Ditto. Fix the size passed to memcpy.
10924 2008-03-26  Massimiliano Mantione  <massi@ximian.com>
10925         * threads.h: Added MonoThreadManageCallback type and
10926         mono_thread_set_manage_callback prototype
10927         * object-internals.h: In _MonoThread, renamed unused6 to manage_callback
10928         (used to store the mono_thread_manage callback).
10929         * threads.c: Added mono_thread_set_manage_callback, and handle
10930         "MonoThread->manage_callback" in build_wait_tids.
10932 2008-03-26  Dick Porter  <dick@ximian.com>
10934         * process.c (process_get_fileversion): Set FileVersionInfo strings
10935         to Empty when the resource doesn't have the particular info.
10936         Fixes bug 355717.
10938 2008-03-25 Rodrigo Kumpera  <rkumpera@novell.com>
10940         * verify.c (mono_method_verify): Proper prefix validation.
10942 2008-03-25  Zoltan Varga  <vargaz@gmail.com>
10944         * icall.c (ves_icall_InternalInvoke): Return exceptions thrown by the icall
10945         itself in a separate argument instead of throwing them. Fixes #373448.
10947         * appdomain.c: Bump corlib version.
10949 2008-03-24 Rodrigo Kumpera  <rkumpera@novell.com>
10951         * verify.c: Implemented readonly prefix and verify controled mutability pointers.
10953 2008-03-20  Kornél Pál  <kornelpal@gmail.com>
10955         * file-io.c, filewatcher.c, threadpool.c, threads.c: Removed Windows
10956         version macros.
10958 2008-03-20  Mark Probst  <mark.probst@gmail.com>
10960         * generic-sharing.c, class-internals.h: Code for putting
10961         reflection types into the runtime generic context.
10963 2008-03-19 Rodrigo Kumpera  <rkumpera@novell.com>
10965         * icall.c (ves_icall_get_method_info): Return correct values for the call convention.
10966         Fixes #340662. 
10969 2008-03-17 Rodrigo Kumpera  <rkumpera@novell.com>
10971         * verify.c (VerifyContext): Added instruction prefix data to the struct.
10973         * verify.c (is_compatible_boxed_valuetype): Don't check if the type is a valuetype, been boxed is enough.
10975         * verify.c (do_invoke): Support constrained callvirt form. Grouped similar checks together.
10977         * verify.c (do_cast): Let the result value keep the boxed status.
10979         * verify.c (mono_method_verify): Add proper support for prefixed and implement contrained.
10981 2008-03-17  Jb Evain  <jbevain@novell.com>
10983         * reflection.c: when running on a 2.0 runtime, emit
10984         unconditionally the #~ header version as 2.0, and the
10985         CLI header version as 2.5, for symmetry's sake with csc.
10987 2008-03-16  Zoltan Varga  <vargaz@gmail.com>
10989         * class.c: Remove the unused cache_interface_offsets stuff.
10991         * class.c loader.c domain.c verify.c metadata.c debug-helpers.c threadpool.c
10992         profiler.c: Fix warnings.
10994 2008-03-16  Mark Probst  <mark.probst@gmail.com>
10996         * generic-sharing.c, class-internals.h: Support for putting
10997         methods into the runtime generic context.
10999 2008-03-16  Zoltan Varga  <vargaz@gmail.com>
11001         * class.c (mono_class_setup_fields): Ignore calls made to this function for
11002         classes which are generic instances of not-yet finished typebuilders. Fixes
11003         #351172.
11005         * reflection.c (fixup_method): Add support for FieldOnTypeBuilderInst.
11007 2008-03-15  Zoltan Varga  <vargaz@gmail.com>
11009         * metadata-internals.h (MonoDynamicImage): Add 'generic_def_objects' hash table.
11011         * class-internals.h (MonoMethodInflated): Remove the rarely used reflection_info
11012         field, replace it with a hash table in MonoDynamicImage.
11014         * reflection.c (inflate_mono_method): Access the generic definition object from
11015         image->generic_def_objects instead of imethod->reflection_info.
11017         * reflection.c (mono_reflection_bind_generic_method_parameters): Ditto. 
11019         * icall.c (ves_icall_MonoMethod_GetGenericMethodDefinition): Ditto.
11020         
11021         * image.c (mono_image_close): Move the dynamic image freeing code to a separate
11022         function in reflection.c so it is easier to keep in sync with the dynamic image
11023         creation code.
11025         * reflection.c (mono_dynamic_image_free): New internal function, extracted from
11026         mono_image_close ().
11028 2008-03-15  Mark Probst  <mark.probst@gmail.com>
11030         * class.c (mono_class_generic_sharing_enabled): Disable generic
11031         sharing for all architectures except AMD64 and x86 to fix build.
11033 2008-03-14 Rodrigo Kumpera  <rkumpera@novell.com>
11035         * verify.c: Use the generic definition MonoGenericContext when available.
11036         Remove code for checking generics instance compatibility in favor of
11037         mono_class_is_assignable_from.
11039 2008-03-14  Mark Probst  <mark.probst@gmail.com>
11041         * marshal.c, marshal.h, metadata-internals.h, image.c,
11042         wrapper-types.h: New wrapper for invoking a shared static method
11043         without having to pass the runtime generic context argument.
11045 2008-03-14 Rodrigo Kumpera  <rkumpera@novell.com>
11047         * icall-def.h: Add missing function PerformanceCounterCategory::GetInstanceNames.
11049 2008-03-14  Zoltan Varga  <vargaz@gmail.com>
11051         * reflection.c (mono_image_get_field_on_inst_token): Add caching.
11052         
11053         * reflection.c (mono_image_get_field_on_inst_token): New helper function to
11054         create a token from a FieldOnTypeBuilderInst.
11055         (mono_image_create_token): Handle FieldOnTypeBuilderInst.
11056         (resolve_object): Ditto.
11058         * object-internals.h (MonoReflectionFieldOnTypeBuilderInst): New structure
11059         mirroring System.Reflection.Emit.FieldOnTypeBuilderInst.
11061 2008-03-14  Martin Baulig  <martin@ximian.com>
11063         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 68.
11065         * debug-mono-symfile.h
11066         (MONO_SYMBOL_FILE_VERSION): Bump to 41.
11067         (MONO_SYMBOL_FILE_COMPATIBILITY_VERSION): New #define.
11069 2008-03-10  Martin Baulig  <martin@ximian.com>
11071         * debug-mono-symfile.h
11072         (MonoSymbolFileMethodAddress): Removed `num_lexical_blocks' and
11073         `lexical_block_table_offset'.
11074         (MonoDebugMethodInfo): Removed `num_lexical_blocks' and
11075         `lexical_blocks'.
11076         (MonoSymbolFile): Added `version'.
11078         * mono-debug.h
11079         (MonoDebugLexicalBlockEntry): Removed.
11080         (MonoDebugMethodJitInfo): Removed `num_lexical_blocks' and
11081         `lexical_blocks'.
11083         * mono-debug.c (mono_debug_add_method): Don't compute lexical
11084         blocks here; the debugger now does this internally.
11086 2008-02-27  Martin Baulig  <martin@ximian.com>
11088         * object.c (mono_runtime_exec_main): Call
11089         `mono_debugger_event (MONO_DEBUGGER_EVENT_REACHED_MAIN)' and
11090         `mono_debugger_event (MONO_DEBUGGER_EVENT_MAIN_EXITED)' here.
11092 2008-03-12 Rodrigo Kumpera  <rkumpera@novell.com>
11094         * verify.c (verify_type_compatibility_full): Allow native int to be converted
11095         to native pointer in non-strict mode. Required to "(IntPtr)null" work.
11097 2008-03-12 Rodrigo Kumpera  <rkumpera@novell.com>
11099         * verify.c (verify_ldftn_delegate): Accept a sealed type when using
11100         ldftn with a virtual method.
11102 2008-03-13  Geoff Norton  <gnorton@novell.com>
11104         * decimal.c:  Only include memory.h if the platform has it.
11106 Wed Mar 12 12:11:06 CET 2008 Paolo Molaro <lupus@ximian.com>
11108         * assembly.c, class.c, metadata-internals.h: make sure public key
11109         tokesns are compared in a case-insensitive way. Also, all
11110         the lookups in the GAC use a lowercase public key token
11111         (gaacutil already does the lowercasing on install). Fixes
11112         bug #369541.
11114 2008-03-11 Rodrigo Kumpera  <rkumpera@novell.com>
11116         * verify.c (mono_delegate_signature_equal): Do proper variance check on arguments
11117         and return value.
11119 Tue Mar 11 17:41:38 CET 2008 Paolo Molaro <lupus@ximian.com>
11121         * image.c: when someone loads a mscorlib from a file, return the
11122         currently loaded mscorlib (fixes bug #369253).
11124 Tue Mar 11 16:47:32 CET 2008 Paolo Molaro <lupus@ximian.com>
11126         * class.c: handle types with no parents by forcing them to have
11127         System.Object as a parent and marking them as broken (this currently
11128         allows the first part of bug #369173 to work as well, likely because
11129         we don't check for typeload exceptions everywhere yet).
11131 Tue Mar 11 15:23:54 CET 2008 Paolo Molaro <lupus@ximian.com>
11133         * class.c: more complete check that types belong to corlib
11134         (fixes second part of bug #369173).
11136 2007-03-10  Bill Holmes  <billholmes54@gmail.com>
11138         * generic-sharing.c:  Including glib.h for the MSVC builds to define
11139           "inline" to "__inline" before including mono-membar.h.
11140           
11141         * mono-perfcounters.c:  Adding HAVE_SYS_TIME_H check for MSVC builds.
11142           Rename "Unknown" to "CatTypeUnknown" to avoid name collisions for 
11143           MSVC builds.
11145         Contributed under MIT/X11 license.
11147 2008-03-10 Rodrigo Kumpera  <rkumpera@novell.com>
11149         * verify.c (do_invoke_method): Remove return type validation.
11151         * verify.c (do_ret): Do return type validation at return site instead of
11152         call site.
11154 2008-03-10 Rodrigo Kumpera  <rkumpera@novell.com>
11156         * verify.c (do_invoke_method): Mark callvirt to static methods unverifiable.
11158         * verify.c: Some todos cleaned and improved a few error messages.
11160 2008-03-08  Zoltan Varga  <vargaz@gmail.com>
11162         * class.c (mono_class_setup_mono_type): Improve the test for corlib.
11164 2008-03-07  Zoltan Varga  <vargaz@gmail.com>
11166         * class.c (mono_class_setup_mono_type): Handle types whose name clashes with
11167         system types correctly.
11169         * exception.h exception.c (mono_exception_from_token_two_strings): New helper
11170         function.
11172 2008-03-06  Zoltan Varga  <vargaz@gmail.com>
11174         * assembly.c (build_assembly_name): Fix a warning.
11176 Thu Mar 6 19:43:41 CET 2008 Paolo Molaro <lupus@ximian.com>
11178         * marshal.c: ldfld_remote and stfld_remote needs just one wrapper as
11179         the called function takes an object type argument. Fixes storing or
11180         valuetypes across remoting as well as reducing memory usage.
11181         * image.c, metadata-internals.h: remove now unused ldfld_remote and
11182         stfld_remote wrapper caches.
11184 2008-03-06  Zoltan Varga  <vargaz@gmail.com>
11186         * icall.c (mono_lookup_internal_call): Update the exception message when an icall
11187         is not found.
11189         * reflection.c (mono_image_register_token): New helper function to save
11190         a token->object mapping.        
11192         * icall.c (ves_icall_ModuleBuilder_RegisterToken): New icall to access it from
11193         managed code.
11195         * reflection.c (_mono_reflection_parse_type): Distinguish between vectors and
11196         one dimension arrays. Fixes #367670.
11197         (mono_reflection_get_type_internal): Ditto.
11199 Tue Mar 4 19:04:02 CET 2008 Paolo Molaro <lupus@ximian.com>
11201         * marshal.c: mono_load_remote_field_new() always returns object.
11202         so use the proper signature (fixes bug #366445).
11204 2008-03-04  Zoltan Varga  <vargaz@gmail.com>
11205         
11206         * class-internals.h (MonoMethod): Remove unused uses_this flag, 
11207         add an 'inline_failure' flag instead.
11209 2008-03-04  Mark Probst  <mark.probst@gmail.com>
11211         * domain-internals.h, domain.c: Replaced MonoGenericSharingContext
11212         with a new structure, MonoGenericJitInfo, in the MonoJitInfo.  It
11213         contains the location of "this", used for exception handling.
11215 2008-03-04  Zoltan Varga  <vargaz@gmail.com>
11217         * class.c (mono_class_layout_fields): Set the min alignment of small structs to
11218         their size on all platforms for perf reasons.
11220 2008-03-03 Rodrigo Kumpera  <rkumpera@novell.com>
11222         * reflection.h: Move mono_reflection_is_valid_dynamic_token to
11223         object-internal.h
11225         * object-internal.h: Same.
11227 2008-03-03 Rodrigo Kumpera  <rkumpera@novell.com>
11229         * reflection.h: Fix the build I just broke.
11231 2008-03-03 Rodrigo Kumpera  <rkumpera@novell.com>
11233         * reflection.c (mono_reflection_is_valid_dynamic_token): New function,
11234         Test if a token is valid, this remove explicit usage of 
11235         MonoDynamicImage::tokens from the verifier code.
11237         * reflection.h: Added mono_reflection_is_valid_dynamic_token.
11239         * verify.c (token_bounds_check): Use mono_reflection_is_valid_dynamic_token
11240         instead of direct access to MonoDynamicImage::tokens.
11242 2008-03-03 Rodrigo Kumpera  <rkumpera@novell.com>
11244         * verify.c (token_bounds_check): Fix the build I just broke.
11246 2008-03-03 Rodrigo Kumpera  <rkumpera@novell.com>
11248         * verify.c (token_bounds_check): Fix bounds check for dynamic images.
11250         * verify.c (verifier_load_method): Fixed the errors message.
11252         * verify.c (mono_method_verify): Fixed a debug message.
11254 Thu Feb 28 19:49:45 CET 2008 Paolo Molaro <lupus@ximian.com>
11256         * icall-def.h, domain.c, mono-perfcounters-def.h, mono-perfcounters.c,
11257         mono-perfcounters.h, class-internals.h: support for predefined
11258         writable counters, query of categories and counters, bugfixes.
11260 2008-02-28 Rodrigo Kumpera  <rkumpera@novell.com>
11262         * verify.c (do_refanytype): Verify the refanytype opcode.
11264         * verify.c (mono_method_verify): Use do_refanytype.
11266 2008-02-28 Rodrigo Kumpera  <rkumpera@novell.com>
11268         * verify.c (do_mkrefany): Verify the mkrefany opcode.
11270         * verify.c (mono_method_verify): Use do_mkrefany.
11272 Wed Feb 27 19:49:16 CET 2008 Paolo Molaro <lupus@ximian.com>
11274         * Makefile.am, icall-def.h, icall.c, mono-perfcounters-def.h,
11275         mono-perfcounters.c, mono-perfcounters.h: basic performance counter
11276         implementation.
11278 2008-02-27  Zoltan Varga  <vargaz@gmail.com>
11280         * marshal.c (mono_marshal_get_synchronized_wrapper): Fix the code which throws
11281         the type load exception.
11283 2008-02-27 Rodrigo Kumpera  <rkumpera@novell.com>
11285         * verify.c: Added a few FIXME for method signatures
11287         * verify.c (do_invoke_method): Use mono_method_get_signature_full instead
11288         of mono_method_get_signature and get vararg call working. Removed unused
11289         checks for return value.
11291         * verify.c (do_refanyval): Verify the refanyval opcode.
11293         * verify.c (mono_method_verify): Implemented verification of arglist and
11294         use do_refanyval.
11296 2008-02-27  Zoltan Varga  <vargaz@gmail.com>
11298         * class.c (mono_class_setup_methods): Move the check for synchronized methods on
11299         vtypes to marshal.c.
11301         * marshal.c (mono_marshal_get_synchronized_wrapper): Do the vtype check here so
11302         it works for AOT as well.
11304 Tue Feb 26 17:46:32 CET 2008 Paolo Molaro <lupus@ximian.com>
11306         * monitor.c, threads.c, threadpool.c: replace the use of GetTickCount ()
11307         with mono_msec_ticks () which is monotonic and doesn't cause bugs when
11308         the system time is adjusted.
11310 Tue Feb 26 17:40:10 CET 2008 Paolo Molaro <lupus@ximian.com>
11312         * icall.c, icall-def.h: use the new time functions (fixes the
11313         non-monotonic behaviour of TickCount).
11315 2008-02-26  Zoltan Varga  <vargaz@gmail.com>
11317         * reflection.c (mono_custom_attrs_from_builders): Revert the last change as
11318         it breaks the build.
11319         
11320         * reflection.c (mono_custom_attrs_from_builders): Assert instead of a crash if the
11321         cattr is not finished yet.
11323 2008-02-25 Rodrigo Kumpera  <rkumpera@novell.com>
11325         * verify.c: Proper token validation for field, method and type.
11327 2008-02-25 Rodrigo Kumpera  <rkumpera@novell.com>
11329         * loader.c (field_from_memberref): Generate a loader error if the type is not found.
11331         * loader.c (method_from_memberref): Generate type load error instead of method missing
11332         if the type is not found.
11334 2008-02-23  Zoltan Varga  <vargaz@gmail.com>
11336         * marshal.c (mono_marshal_emit_managed_wrapper): Avoid generating invalid IL if
11337         some of the conversions caused the generation of a marshal directive exception.
11339 2008-02-21 Rodrigo Kumpera  <rkumpera@novell.com>
11341         verify.c: Report which exception should be thrown by the JIT.
11342         Added a lot of FIXME notes.
11344 2008-02-22  Mark Probst  <mark.probst@gmail.com>
11346         * generic-sharing.c: Runtime generic context slots are not
11347         instantiated on init anymore.  Instead, provide function to do the
11348         instantiating on demand.
11350         * class-internals.h: Added vtable to runtime generic context.
11351         Macros for encoding direct and indirect slot offsets in one
11352         guint32.
11354 2008-02-21  Mark Probst  <mark.probst@gmail.com>
11356         * object.c, generic-sharing.c: Moved some generic sharing code
11357         from object.c to generic-sharing.c.
11359         * generic-sharing.c: Added support for extensible runtime generic
11360         context.
11362         * metadata-internals.h: Two new hash tables in MonoImage for
11363         extensible runtime generic context support.
11365         * domain.c: Unregister generic vtables upon domain unloading.
11367         * image.c: Destroy new hash tables upon image unloading.
11369         * metadata.c: Unregister generic subclasses upon image unloading.
11371         * class-internals.h: New data structure for runtime generic
11372         context template.  New fields in the runtime generic context for
11373         extensible part.
11375         * Makefile.am: Added generic-sharing.c.
11377 2008-02-21 Rodrigo Kumpera  <rkumpera@novell.com>
11379         icall.c (ves_icall_System_Reflection_Module_ResolveTypeToken): If
11380         there is a pending loader exception, raise it.
11382         icall.c (ves_icall_System_Reflection_Module_ResolveMethodToken): 
11383         same.
11385         icall.c (ves_icall_System_Reflection_Module_ResolveFieldToken): 
11386         same.
11388         Fixes #363450.
11390 2008-02-20  Zoltan Varga  <vargaz@gmail.com>
11392         * icall.c (ves_icall_Type_GetPacking): Handle dynamic types.
11394         * assembly.c (mono_assembly_load_from_full): Fix a leak in the previous patch.
11395         
11396         * assembly.c (mono_assembly_load_from_full): Return the non-refonly corlib for
11397         ref-only requests for compatibility with MS.
11399 2008-02-20  Raja R Harinath  <harinath@hurrynot.org>
11401         * reflection.c (mono_custom_attrs_from_method): Don't silently
11402         return an empty list for generic method instances.
11403         (mono_custom_attrs_from_param): Likewise.
11405 2008-02-20  Rodrigo Kumpera  <rkumpera@novell.com>
11406             Raja R Harinath  <harinath@hurrynot.org>
11408         Fix #354757
11409         * class-internals.h (struct _MonoMethodInflated.is_mb_open): Add.
11410         * class.c (mono_class_inflate_generic_method_full): Initialize it
11411         when a fully-open method is instantiated.
11412         * metadata.c (inflated_method_equal, inflated_method_hash): Update
11413         to new field.
11414         * reflection.c (inflate_mono_method): Don't create a temporary context.
11416 2008-02-20  Raja R Harinath  <harinath@hurrynot.org>
11418         * icall.c (ves_icall_MonoMethod_GetGenericMethodDefinition):
11419         Compute correct value, to prepare for imethod->reflection_info going away.
11421 2008-02-19  Zoltan Varga  <vargaz@gmail.com>
11423         * class.c (mono_class_setup_vtable_general): Ignore static methods in interfaces.
11425 2008-02-18 Rodrigo Kumpera  <rkumpera@novell.com>
11427         * verify.c: Implement skip visibility flag.
11429 2008-02-18 Rodrigo Kumpera  <rkumpera@novell.com>
11431         * verify.h: Added MONO_VERIFY_SKIP_VISIBILITY and struct MonoVerifyInfoExtended
11432         which contains an extra field to tell the kind of exception that should be thrown.
11434         * verify.c: Use MonoVerifyInfoExtended instead of MonoVerifyInfo.
11436 2008-02-17  Raja R Harinath  <harinath@hurrynot.org>
11438         * loader.c (mono_method_get_param_names): Initialize 'klass' after
11439         'method' is updated.
11441 2008-02-11  Zoltan Varga  <vargaz@gmail.com>
11443         * class.c (mono_class_layout_fields): Set class->min_align for classes using
11444         explicit layout as well. Fixes #360375.
11446 2008-02-11  Geoff Norton  <gnorton@novell.com>
11448         * loader.c: Guard and dereference against inflated generic methods
11450 2008-02-10  Gert Driesen  <drieseng@users.sourceforge.net>
11452         * class.c: Include Retargetable spec in assembly name.
11453         * assembly.c: Always include PublicKeyToken spec in assembly name
11454         (with value "null" if assembly is not signed), and include
11455         Retargetable spec.
11456         * icall-def.h: Added icall for Assembly.get_fullname.
11457         * icall.c: Added icall returning the fullname of an assembly.
11459 2008-02-09  Zoltan Varga  <vargaz@gmail.com>
11461         * class.c (mono_class_setup_vtable_general): Add a missing call to
11462         mono_class_setup_methods () which is needed in the AOT case.
11464 2008-02-08 Rodrigo Kumpera  <rkumpera@novell.com>
11466         * verify.c (mono_type_get_stack_name): Added. Return the name for the
11467         stack type of the given MonoType.
11469         * verify.c (verify_type_compatibility_full): Handle the void type.
11471         * verify.c (is_compatible_boxed_valuetype): Changed to fit the
11472         way stack merging works.
11474         * verify.c (store_local): Improved verification message.
11476         * verify.c (do_branch_op): If the merging is invalid, the method
11477         is unverifiable and not invalid. Improved error message.
11479         * verify.c (merge_stacks): Properly merge a boxed valuetype and
11480         a reference type diferent than System.Object. Improved error
11481         message.
11483 2008-02-07 Rodrigo Kumpera  <rkumpera@novell.com>
11485         * verify.c (mono_type_is_enum_type): Added. Test if a type is an enum.
11487         * verify.c (mono_type_get_underlying_type_any): Added. Return the underlying
11488         type of an enum even if the argument is byref.
11490         * verify.c: Replace all explicit uses of enumtype and enum_basetype
11491         to calls to mono_type_is_enum_type and mono_type_get_underlying_type_any.
11493         * verify.c: Check for an enum in all cases of MONO_TYPE_GENERICINST.
11495         *verify.c (verify_type_compatibility_full): Make enum types
11496         compatible with their base types.
11498         * verify.c (is_compatible_boxed_valuetype): Added. Check if both
11499         types are compatible for the special case of a boxed valuetype and
11500         System.Object.
11502         * verify.c (verify_stack_type_compatibility): The function
11503         is_compatible_boxed_valuetype was extracted from here.
11505         * verify.c (push_arg): Only set ctx->has_this_store if the method
11506         is not static.
11508         * verify.c (do_ldelem): Fixed a typo in an error message and added
11509         strict check for mixing int32 and native int as the array type
11510         and ldelem type.
11512         * verify.c (merge_stacks): Consider boxed valuetypes in the
11513         compatibility checks.
11515 2008-02-07  Massimiliano Mantione  <massi@ximian.com>
11516         * profiler.h: (MonoGCEvent): Added start-stop the world events.
11518 2008-02-06  Massimiliano Mantione  <massi@ximian.com>
11519         *class.c: use_new_interface_vtable_code: renamed the env var to have
11520         a "MONO_" prefix, and fix the logic to enable it by default.
11522 2008-02-06  Massimiliano Mantione  <massi@ximian.com>
11523         *class.c:
11524         mono_class_setup_vtable_general: rewrote the way in which interface
11525         methods are added to vtables. Makes bug-77127.exe pass, and hopefully
11526         makes the code more maintainable.
11527         For now the old code is still there, and can be activated setting
11528         the env var "USE_NEW_INTERFACE_VTABLE_CODE".
11530 2008-02-06 Rodrigo Kumpera  <rkumpera@novell.com>
11532         * verify.c: guarded some debug functions around and #ifdef.
11534         * verify.c (merge_stacks): implement proper PIII 1.8.1.3 stack state merging.
11536 2008-02-06  Zoltan Varga  <vargaz@gmail.com>
11538         * marshal.c (mono_marshal_get_runtime_invoke): Revert the direct_wrapper
11539         changes for now since they seem to break too many things.
11541 2008-02-05  Mark Probst  <mark.probst@gmail.com>
11543         * marshal.c, marshal.h (mono_marshal_find_bitfield_offset,
11544         mono_marshal_find_nonzero_bit_offset): Added macro and function
11545         for finding the byte- and bit-offset of a bitfield within a
11546         struct.
11548 2008-02-05  Zoltan Varga  <vargaz@gmail.com>
11550         * marshal.c (mono_marshal_get_ptr_to_struct): Make the signature non-pinvoke.
11551         (mono_marshal_get_struct_to_ptr): Ditto.
11553         * marshal.c (mono_marshal_get_runtime_invoke): Fix the signature of 
11554         cctor_signature.
11556 2008-02-03  Zoltan Varga  <vargaz@gmail.com>
11558         * marshal.c (mono_marshal_get_runtime_invoke): Fix sharing of runtime wrappers
11559         between methods for non-corlib types.
11561 2008-02-02  Geoff Norton  <gnorton@novell.com>
11563         * loader.c (mono_method_get_param_names): Populate the parameter name for 
11564         generic parameters as well. (Fixes #342536)
11566 2008-01-31 Rodrigo Kumpera  <rkumpera@novell.com>
11568         * verify.c (is_valid_bool_arg): Allow boxed values and null literals as well.
11570         * verify.c (do_invoke_method): Fix for calling with byref structs.
11572         * verify.c (do_cast): push a boxed value type based on the type token and not
11573         the type of stack.
11575 2008-01-31  William Holmes  <billholmes54@gmail.com>
11577         * process.c (process_module_string_read): Check the size returned form 
11578           VerQueryValue to avoid out of memory exception. 
11580 2008-01-30  Zoltan Varga  <vargaz@gmail.com>
11582         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): 
11583         Handle properly modules which are not in the moduleref table. Fixes
11584         #356938.
11586 2008-01-29  Zoltan Varga  <vargaz@gmail.com>
11588         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): Remove
11589         the dynamic case which is now in managed code.
11590         (ves_icall_System_Reflection_Assembly_GetTypes): Ditto.
11592         * marshal.c (mono_string_to_bstr): Fix a warning.
11593         (init_com_provider_ms): Ditto.
11595         * appdomain.c (ves_icall_System_AppDomain_createDomain): Add some FIXMEs.
11597         * exception.c (mono_get_exception_out_of_memory): New helper function.
11599 2008-01-28  Jonathan Chambers  <joncham@gmail.com>
11601         * marshal.c: Add support for BSTR marshalling
11602         using other COM systems.
11604         Code is contributed under MIT/X11 license.
11606 2008-01-28 Rodrigo Kumpera  <rkumpera@novell.com>
11608         * object.c (mono_runtime_invoke_array): reverted previous
11609         commit as it breaks the build.
11611 2008-01-28 Rodrigo Kumpera  <rkumpera@novell.com>
11613         * object.c (mono_runtime_invoke_array): Verify arguments for
11614         invalid types. Fixes #348522.
11616 2008-01-28 Rodrigo Kumpera  <rkumpera@novell.com>
11618         * verify.c: added IL_CODE_CALL_NONFINAL_VIRTUAL to track calls to
11619         non-final virtual calls using call. 
11621         * verify.c (do_invoke): fixed some TODOs.
11623         * verify.c (push_arg): set has_this_store for "ldarga 0".
11625 2008-01-27  Zoltan Varga  <vargaz@gmail.com>
11627         * reflection.c (reflection_methodbuilder_to_mono_method): Allow DynamicMethods
11628         which belong to an inflated class. Fixes #356531.
11630 2008-01-26  Robert Jordan  <robertj@gmx.net>
11632         * file-io.c: Implement and use wrappers for GetFileAttribute|Ex ()
11633         which resort to FindFirstFile when a certain error condition
11634         (ERROR_SHARING_VIOLATION) occured. Fixes bug #325212.
11635         Code is contributed under MIT/X11 license.
11637 2008-01-24  Jonathan Chambers  <joncham@gmail.com>
11639         * marshal.c (emit_marshal_string): Fix out string marshalling
11640         to use specified encoding. Fixes #323900.
11642         Code is contributed under MIT/X11 license.
11644 2008-01-24  Raja R Harinath  <harinath@hurrynot.org>
11646         * class.c (mono_class_inflate_generic_method_full): Don't modify
11647         iresult->context after cache check.
11649 2008-01-23  Zoltan Varga  <vargaz@gmail.com>
11651         * class.c (mono_class_inflate_generic_method_full): Change the
11652         struct assignments to memcpy for better visibility and add some comments.
11654 2008-01-23  Dick Porter  <dick@ximian.com>
11656         * threads.c (mono_threads_set_shutting_down): Simplify shutdown
11657         procedure, and make it work on windows.
11659 2008-01-22  Zoltan Varga  <vargaz@gmail.com>
11661         * object-internals.h (MonoReflectionGenericClass): Make the 'generic_type' field
11662         a MonoReflectionTypeBuilder since it is always of that type.
11664         * reflection.c (mono_type_get_object): Remove an unneccesary check.     
11666         * reflection.c (mono_generic_class_get_object): Simplify this a bit.
11668         * reflection.c (mono_reflection_bind_generic_parameters): Ditto.
11669         
11670         * icall.c (ves_icall_MonoGenericClass_GetParentType): Ditto.
11672         * icall.c (ves_icall_MonoGenericClass_GetInterfaces): Ditto.
11674         * reflection.c (mono_reflection_create_runtime_class): Remove already created
11675         instantiations from the type cache.
11677 2008-01-21 Rodrigo Kumpera  <rkumpera@novell.com>
11679         * verify.c (do_ldstr): fixed token verification. previous code was 100% broken.
11681         * verify.c (do_unbox_value): push a controled mutability managed pointer.
11683 2008-01-21 Rodrigo Kumpera  <rkumpera@novell.com>
11685         * verify.c (do_ldstr): added, verifies if the #US token is valid.
11687         * verify.c (mono_method_verify): removed old TODO
11689 2008-01-21 Rodrigo Kumpera  <rkumpera@novell.com>
11691         * verify.c (do_newobj): add visibility check.
11693 2008-01-21 Rodrigo Kumpera  <rkumpera@novell.com>
11695         * verify.c (do_load_function_ptr): add visibility check.
11697 2008-01-21  Massimiliano Mantione  <massi@ximian.com>
11698         *class.c:
11699         mono_generic_class_get_class: hook profiler events.
11700         mono_field_get_offset: added to support heap-shot in the new profiler.
11701         *class.h: exported mono_field_get_offset.
11702         * reflection.c:
11703         mono_reflection_setup_internal_class: hook profiler events.
11705 2008-01-20  Zoltan Varga  <vargaz@gmail.com>
11707         * marshal.c (mono_marshal_emit_native_wrapper): Add a 'check_exceptions' 
11708         argument here too and use it to avoid checking for pending exceptions if 
11709         possible.
11711 2008-01-20  Gert Driesen  <drieseng@users.sourceforge.net>
11713         * assembly.c (build_assembly_name): add arg for passing the assembly
11714         flags. Do not consider a PublicKey with value "null" valid.
11715         (mono_assembly_name_parse_full): added boolean argument that will be
11716         set if the assembly name contains a PublicKeyToken spec. Added support
11717         for the Retargetable spec for which only Yes or No are allowed as valid
11718         value. Consider assembly name invalid if Retargetable spec is set, but
11719         either version, culture or public key (token) are not specified.
11720         * metadata-internals.h: sync signature of mono_assembly_name_parse_full
11721         with implementation in assembly.c.
11722         * icall.c (fill_reflection_assembly_name): also copy assembly flags
11723         from MonoAssemblyName.
11724         (ves_icall_System_Reflection_AssemblyName_ParseName): use newly
11725         introduced argument for mono_assembly_name_parse_full to know if the
11726         assembly name has a PublicKeyToken spec, and if it has instruct
11727         fill_reflection_assembly_name to use default value for keyToken (if
11728         PublicKeyToken is null).
11730 2008-01-18  Rodrigo Kumpera  <rkumpera@novell.com>
11732         * verify.c (mono_method_verify): fixed ovf ops with
11733         float values. They are unverifiable now.
11735 2008-01-18  Rodrigo Kumpera  <rkumpera@novell.com>
11737         * class.c (set_failure_from_loader_error): add BadImageException to the
11738         list of exceptions that can cause a type to fail to load.
11740         * class.c (mono_class_get_exception_for_failure): same.
11742 2008-01-17  Rodrigo Kumpera  <rkumpera@novell.com>
11744         * verify.c (in_any_exception_block): added, check if offset
11745         is part of any exception handling clause.
11747         * verify.c (get_stack_type): added VAR and MVAR types.
11749         * verify.c (do_stobj): better error messages.
11751         * verify.c (do_cpobj): added, check cpobj.
11753         * verify.c (do_initobj): added, check initobj.
11755         * verify.c (do_sizeof): added, check sizeof.
11757         * verify.c (do_localloc): added, check localloc.
11759         * verify.c: adde proper verification for cpobj, initobj, sizeof and localloc.
11761 2008-01-17  Zoltan Varga  <vargaz@gmail.com>
11763         * method-builder.c (mono_mb_emit_native_call): Get rid of the unused
11764         save_lmf/restore_lmf opcodes.
11766         * threads.c (mono_threads_install_notify_pending_exc): New function to
11767         install a callback notifying the JIT there is a pending exception on a thread.
11768         (mono_thread_request_interruption): Call the new callback.
11769         (mono_thread_get_and_clear_pending_exception): New function to return the
11770         exception pending on a thread.
11772         * marshal.c (mono_marshal_get_icall_wrapper): Add a check_exceptions argument
11773         to turn off checking for pending exceptions.
11774         (mono_marshal_get_native_wrapper): Ditto.
11776 2008-01-16  Zoltan Varga  <vargaz@gmail.com>
11778         * threads-types.h: Get rid of the unnecessary extern declarations.
11780 2008-01-16  Gert Driesen  <drieseng@users.sourceforge.net>
11782         * icall.c (ves_icall_Type_GetField): if NonPublic flag is set, only
11783         return field from parent class if not private.
11784         (ves_icall_Type_GetFields_internal): if NonPublic flag is set, only
11785         returns fields from parent class if they are not private.
11786         (method_nonpublic): added function to determine if a given method
11787         should be considered non-public. Returns false for private methods
11788         on parent class, and internal methods from parent on the 1.0 profile.
11789         (ves_icall_Type_GetMethodsByName): if NonPublic flag is set, then
11790         use method_nonpublic function to determine whether method should be
11791         returned.
11792         (property_accessor_public): use newly introduced method_nonpublic
11793         function to determine whether accessor is non-public. 
11794         (ves_icall_MonoType_GetEvent): If NonPublic flag is set, only return
11795         event from parent class if not private. Only return static event if
11796         Static flag is set, and only return static event from parent class if
11797         FlattenHierarchy flag is set.
11798         (ves_icall_Type_GetEvents_internal): If NonPublic flag is set, only
11799         include non-private events from parent class.
11801 2008-01-16  Zoltan Varga  <vargaz@gmail.com>
11803         * icall.c (ves_icall_System_NumberFormatter_GetFormatterTables): Fix a
11804         warning.
11806 2008-01-16  Wade Berrier <wberrier@novell.com>
11808         * security.c: Add assembly.h header to appease some warnings
11810 2008-01-16  Dick Porter  <dick@ximian.com>
11812         * process.c (process_module_string_read): Remove trailing null
11813         when saving string.
11815 2008-01-16  Mark Probst  <mark.probst@gmail.com>
11817         * class-internals.h: A new data structure describing the layout of
11818         a runtime generic context (MonoRuntimeGenericContextTemplate).
11820         * metadata-internals.h: Added a hash table to MonoDomain that maps
11821         from open generic classes to their runtime generic context
11822         templates.
11824         * object.c: Building of the runtime generic context, including
11825         proper handling of generic type arguments of superclasses.
11826         Building of the runtime generic context according to the template.
11828 2008-01-15  Zoltan Varga  <vargaz@gmail.com>
11830         * class.c (mono_class_setup_fields): Set field.count for generic instances.
11831         Fixes #350856.
11833         * image.c (do_mono_image_open): Pass TRUE as last_exists to 
11834         mono_portability_find_file (). Fixes #325466.
11835         (mono_image_get_public_key): Fix a warning.
11837 2008-01-14  Zoltan Varga  <vargaz@gmail.com>
11839         * class.c (mono_class_from_name): Fix comments for NULL-ness of image parameter.
11840         Fixes #353550.
11841         (mono_class_from_name_case): Ditto.
11843 2008-01-13  Eyal Alaluf <eyala@mainsoft.com>
11845         * icall-def.h number-formatter.h icall.c: Implemented a cross app-domain
11846           common storage for the tables used in the System/NumberFormatter class.
11848 2008-01-13  Zoltan Varga  <vargaz@gmail.com>
11850         * marshal.c (mono_marshal_get_runtime_invoke): Fix a typo.
11852 2008-01-11  Rodrigo Kumpera  <rkumpera@novell.com>
11854         * verify.c (get_boxable_mono_type): check if the token is valid.
11856         * verify.c (set_stack_value): changed to add an error if an
11857         invalid type is set on stack. Changed all callers due to signature change.
11859         * verify.c (do_stobj): implement stobj validation.
11861 2008-01-11  Zoltan Varga  <vargaz@gmail.com>
11863         * reflection.c (reflection_methodbuilder_to_mono_method): No need to
11864         set container->is_method, it was set earlier.
11866         * metadata.c (type_in_image): Handle MVARs which belong to not finished
11867         generic methods.
11869         * reflection.c (mono_reflection_initialize_generic_parameter): Set
11870         is_method of the generic container to TRUE for methods.
11872 2008-01-10  Zoltan Varga  <vargaz@gmail.com>
11874         * metadata.c (type_in_image): Handle type parameters properly.
11876         * class-internals.h (MonoGenericParam): Add an 'image' argument to track
11877         memory ownership of this structure.
11879 2008-01-10  Rodrigo Kumpera  <rkumpera@novell.com>
11881         * verify.c (get_boxable_mono_type): make typedref types been just
11882         unverifiable. check for void type.
11884         * verify.c (do_unbox_any): added, verify opcode unbox.any.
11886         * verify.c (do_load_function_ptr): accept method spec tokens.
11888 2008-01-10  Zoltan Varga  <vargaz@gmail.com>
11890         * marshal.c (mono_class_native_size): Always set *align even if this is called
11891         recursively.
11893 2008-01-09  Zoltan Varga  <vargaz@gmail.com>
11895         * verify.c (mono_verify_corlib): Remove this as it was not used and was 
11896         out-of-date.
11898 2008-01-09  Rodrigo Kumpera  <rkumpera@novell.com>
11900         * verify.c: removed some old unused tables. A huge bunch of small fixes
11901         to things found while testing the verifier with mono basic.
11903         * verify.c (dump_stack_value): dump null literal flag to.
11905         * verify.c (verify_type_compatibility_full): fix comparison
11906         for types that have a generic super type.
11908         * verify.c (verify_stack_type_compatibility): fix compatibility
11909         between null literals and reference types. fix compatibility between
11910         boxed valuetypes and object. fix corner case test for enums.
11912         * verify.c (do_cmp_op): proper verification of cgt.un in case
11913         of reference types.
11915         * verify.c (do_invoke_method): fix error message.
11917         * verify.c (do_store_indirect
11919         * verify.c (check_is_valid_type_for_field_ops): proper verification
11920         of managed pointers to valuetypes and boxed valuetypes. proper verification
11921         of null literals.
11923         * verify.c (do_unbox_value): expect valuetypes to be always boxed. don't
11924         allow token to be a reference type.
11926         * verify.c (do_cast): proper handling of boxes valuetypes.
11928         * verify.c (do_stelem): proper handling of storing a boxed valuetype
11929         in object[].
11931         * verify.c (mono_method_verify): pass the opcode to do_cmp_op
11932         to handle cgt.un properly. Implement add/mul/sub ovf opcodes.
11933         fixed the decoding of unbox_any
11935 2008-01-08  Zoltan Varga  <vargaz@gmail.com>
11937         * boehm-gc.c (mono_gc_deregister_root): Fix the size passed to libgc.
11939 2008-01-08  Rodrigo Kumpera  <rkumpera@novell.com>
11941         * verify.c (do_newobj): do delegate verification.
11943         * verify.c (verify_delegate_compatibility): perform delegate
11944         verification.
11946         * verify.c (verify_ldftn_delegate): perform tests related to
11947         ldftn delegates.
11949         * verify.c (mono_delegate_signature_equal): perform the
11950         slightly diferent signature comparison required by delegates.
11952         * metadata.c (mono_metadata_type_equal_full): added and exported
11953         as MONO_INTERNAL. This is a version of mono_metadata_type_equal that
11954         allows signature only comparison.
11956         * metadata-internal.h (mono_metadata_type_equal_full): added and exported
11957         as MONO_INTERNAL.
11959 2008-01-07  Rodrigo Kumpera  <rkumpera@novell.com>
11961         * verify.c: added a bunch of stack_slot_* functions to
11962         make access to stack slot type easier. This is required to
11963         allow optional flags, like null literal, boxed value and
11964         this pointer.
11965         All access paths to IlStackDesc::stype have been changed 
11966         to use these new funcions.
11967         Removed a bunch of unused functions and cleared all warnings.
11968         This patch introduces the usage of the this pointer and 
11969         boxed value flags.
11971 2008-01-07  Zoltan Varga  <vargaz@gmail.com>
11973         * boehm-gc.c (mono_gc_deregister_root): Fix win32 build.
11975 2008-01-06  Zoltan Varga  <vargaz@gmail.com>
11977         * appdomain.c (ves_icall_System_AppDomain_ExecuteAssembly): Change signature to
11978         match managed version.
11980         * appdomain.c: Bump corlib version.
11981         
11982         * appdomain.c (ves_icall_System_AppDomain_ExecuteAssembly): Check for a null
11983         argument.
11985 2008-01-06  Gert Driesen  <drieseng@users.sourceforge.net>
11987         * icall.c (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies)
11988         Set public key token to zero-length byte array if assembly is not
11989         strongnamed.
11991 2008-01-05  Zoltan Varga  <vargaz@gmail.com>
11993         * icall.c (ves_icall_System_Array_SetValueImpl): Use a write barrier when
11994         writing a vtype array elem.
11996 2007-01-05  Gert Driesen  <drieseng@users.sourceforge.net>
11998         * assembly.c (build_assembly_name): return FALSE if length of token is
11999         not 16 (if not "null").
12000         (mono_assembly_name_parse_full): return FALSE if value of version,
12001         culture, token or key is 0.
12002         * icall.c (fill_reflection_assembly_name): add boolean arguments to
12003         specify whether public key and public key token must be set to default
12004         value (zero-length byte array) if not available. Set versioncompat to
12005         SameMachine. If public key is available or the default is set, then
12006         set PublicKey flag.
12007         (ves_icall_System_Reflection_Assembly_FillName): if no public key
12008         is available, use empty byte array as default value. On the 2.0
12009         profile, use default value for public key token if not set.
12010         (ves_icall_System_Reflection_InternalGetAssemblyName): on the 1.0
12011         profile, use default value for public key if not set. On the 2.0
12012         profile, use default value for public key token if not set.
12013         (ves_icall_System_Reflection_AssemblyName_ParseName): do not set
12014         default values for public key and public key token.
12016 2008-01-05  Zoltan Varga  <vargaz@gmail.com>
12018         * object-internals.h (MonoReflectionAssemblyName): Add 'processor_architecture'
12019         field to keep it in synch with the managed object.
12021         * marshal.c (emit_marshal_object): Add support for byref marshalling of
12022         delegates. Fixes #351520.
12024         * sgen-gc.c (conservatively_pin_objects_from): Tell valgrind that the pin queue
12025         contains defined memory.
12026         
12027         * sgen-gc.c: Fix 64 bit warnings. Fix some typos. Update GC stats in mono_stats.
12029         * sgen-gc.c (build_nursery_fragments): Handle half-constructed objects correctly.
12030         
12031         * sgen-gc.c (check_consistency): New helper function to do a consistency check
12032         of the GC data structures.
12034         * gc-internal.h: Moved the REGISTER/UNREGISTER macros here from os/gc_wrapper.h.
12036         * *.c: Include metadata/gc-internal.h instead of os/gc_wrapper.h.
12037         
12038         * object.c (mono_array_full_copy): Fix detection of whenever to use a write
12039         barrier.
12040         (mono_array_clone_in_domain): Ditto.
12041         (mono_array_clone_in_domain): Ditto.
12043         * threads.c (start_wrapper): Register the thread start argument as a GC root.
12044         (cache_culture): Use a write barrier.
12046         * icall.c (ves_icall_System_Array_SetValueImpl): Call a write barrier.
12047         (ves_icall_get_property_info): Ditto.
12049         * object.h (MONO_STRUCT_SETREF): New macro.
12051         * class-internals.h (MonoStats): Add some GC statistics.
12053         * boehm-gc.c null-gc.c: Define mono_gc_deregister_root ().
12055 2008-01-04  Andreas Faerber  <andreas.faerber@web.de>
12057         * exception.c (mono_exception_from_name_two_strings):
12058         Break from loop after method is found.
12060 2008-01-04  Dick Porter  <dick@ximian.com>
12062         * process.c (process_module_string_read): Rename variable to
12063         reflect correct usage, after fixing bug 345972.
12065 2008-01-03  Rodrigo Kumpera  <rkumpera@novell.com>
12067         * verify.c (mono_type_create_fnptr_from_mono_method): 
12068         created a MonoType function pointer instance to be used during
12069         verification. The verifier releases this memory at end.
12071         * verify.c (mono_method_is_constructor): extracted repeated
12072         checks for constructor into a single class.
12074         * verify.c (do_push_field): use new extracted method
12075         for constructor check.
12077         * verify.c (do_newobj): same.
12079         * verify.c (do_ldftn): renamed to do_load_function_ptr
12080         and make it verify ldvirtftn too.
12082         * verify.c (mono_method_verify: proper verification
12083         of ldvirtftn. release created MonoMethod instances.
12085 2007-12-31  Rodrigo Kumpera  <rkumpera@novell.com>
12087         * verify.c (token_bounds_check): added.
12089         * verify.c (do_ldftn): added.
12091         * verify.c (mono_method_verify): proper verificartion of ldftn.
12093 2007-12-31  Rodrigo Kumpera  <rkumpera@novell.com>
12095         * metadata.c (mono_metadata_decode_row): Assert if index is bigger
12096         than the table row count. It's the resposibility of the caller to
12097         make the bounds check and raise the correct error.
12099         * metadata.c (mono_metadata_decode_row_col): Same.
12101         * loader.c (mono_get_method_from_token): perform bounds check
12102         on token for methoddef table.
12104 2007-12-29  Miguel de Icaza  <miguel@novell.com>
12106         * icall.c
12107         (ves_icall_System_CurrentSystemTimeZone_GetTimeZoneData): Turn the
12108         assert into a negative result, the managed code already coped with
12109         that.
12111         Some folks on Windows reported this error. 
12113 2007-12-28  Gert Driesen  <drieseng@users.sourceforge.net>
12115         * appdomain.c: Bump corlib version.
12116         * icall.c:
12117         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies): Use
12118         CultureInfo.CreateCulture to create CultureInfo for name.
12119         (fill_reflection_assembly_name): Use CultureInfo.CreateCulture to
12120         create CultureInfo for name. Fixes bug #347174.
12122 2007-12-27  Rodrigo Kumpera  <rkumpera@novell.com>
12124         * verify.c: added IL_CODE_FLAG_STACK_INITED and IL_CODE_STACK_MERGED
12125         flags.
12127         * verify.c (is_valid_branch_instruction): allow branching to the
12128         first instruction of the protected block.
12130         * verify.c (is_valid_cmp_branch_instruction): same.
12132         * verify.c (stack_init): use IL_CODE_FLAG_STACK_INITED flag to
12133         avoid double initialization.
12135         * verify.c (merge_stacks): use IL_CODE_STACK_MERGED to
12136         detect which cases the eval stack should just be copied.
12138         * verify.c (mono_method_verify): check if the eval stack
12139         is empty when entering a protected block.
12141 2007-12-27  Rodrigo Kumpera  <rkumpera@novell.com>
12143         * verify.c: added is_clause_in_range, is_clause_inside_range,
12144         is_clause_nested and verify_clause_relationship. They perform
12145         the verifications stated in P1 12.4.2.7.
12147         * verify.c (mono_method_verify): remove some unused variables,
12148         add the new exception clause checks, add instruction border
12149         checks for protected block start/end, improved some error 
12150         messages and fixed a bug in the way invalid instruction access
12151         is detected.
12153 2007-12-26  Zoltan Varga  <vargaz@gmail.com>
12155         * boehm-gc.c (mono_gc_register_thread): Use the new GC_register_my_thread () routine
12156         from GC 7.0 if available.
12158         * object.c: Remove an unused define.
12159         
12160         * object.c (mono_class_compute_gc_descriptor): Fix a warning.
12162         * boehm-gc.c (mono_gc_make_descr_for_array): Implement.
12164         * null-gc.c (mono_gc_make_descr_for_array): Implement.
12166         * object.c (mono_class_compute_gc_descriptor): Remove an #ifdef SGEN_GC.
12168         * gc-internal.h: Change the signature of mono_gc_make_descr_for_string ()
12169         to take the same arguments as the other make_descr functions.
12171         * boehm-gc.c null-gc.c: Add implementation for make_descr functions.
12173         * objects.c: Get rid of the MAKE_DESCRIPTOR macros, call make_descr functions
12174         directly.
12176         * boehm-gc.c (mono_gc_base_init): Moved the setting of GC_stackbottom here from
12177         mini.c.
12179         * object.c (mono_class_compute_gc_descriptor): Move the GC_init_gcj_malloc () 
12180         call to boehm-gc.c.
12182         * boehm-gc.c (mono_gc_register_root): Fix a warning.
12184         * null-gc.c (mono_gc_register_root): Fix a warning.
12186         * reflection.c (ALLOC_REFENTRY): Use mono_gc_alloc_fixed for boehm as well.
12188         * boehm-gc.c (mono_gc_register_root): Moved definition here from gc_wrapper.h.
12189         (mono_gc_base_init): Call GC_init ().
12191         * null-gc.c: Define mono_gc_register_root () as a no-op.
12193         * domain.c appdomain.c: Call mono_gc_base_init () instead of MONO_GC_PRE_INIT ().
12195 2007-12-24  Rodrigo Kumpera  <rkumpera@novell.com>
12197         * verify.c: add prototype for merge_stacks at top
12199         * verify.c (do_switch): added.
12201         * verify.c (merge_stacks): on some cases the stack merging
12202         was not happening properly. Unequal stack sizes at merge
12203         points should be invalid.
12205         * verify.c (mono_method_verify): added more debug info on stack state.
12206         verify switch properly.
12208 2007-12-24  Zoltan Varga  <vargaz@gmail.com>
12210         * method-builder.h: New file, moved the mono_mb_ declarations here from 
12211         marshal.h.
12213         * boehm-gc.c marshal.c: Include method-builder.h.
12215         * marshal.c: Use mono_mb_emit_branch_label () in a few places.
12217         * marshal.c: Remove some code which is now in method-builder.c.
12219 2007-12-23  Zoltan Varga  <vargaz@gmail.com>
12221         * method-builder.c: New file, extraction of the method builder functionality 
12222         from marshal.c.
12224         * marshal.c: Move the mb functions into method-builder.c.
12226         * marshal.h marshal.c: Export some mono_mb_... functions.
12228         * marshal.c: Use mono_mb_get_label () and mono_mb_patch_branch () in all places.
12230         * loader.c (field_from_memberref): Remove the dynamic case, it is handled in
12231         the caller.
12233         * class.c (mono_class_get_full): Check the token type in the dynamic case.
12235         * loader.c (mono_field_from_token): Ditto.      
12237         * loader.c (mono_get_method_from_token): Change the check so it checks memberref
12238         type as well.
12239         
12240         * loader.c (mono_get_method_from_token): Check the token type in the dynamic case.
12241         Fixes #342565.
12243         * class-internals.h: Add new loader error type MONO_EXCEPTION_BAD_IMAGE plus
12244         a helper function for setting it.
12246         * loader.c (mono_loader_error_prepare_exception): Handle MONO_EXCEPTION_BAD_IMAGE.
12248         
12249         * assembly.c: Significally simplify code now that referenced assemblies are 
12250         loaded lazily. Get rid of the 'loading' hashtables. Hopefully fixes #347629.
12252         * threads.h: Don't include  the internal threads-types.h header file. Fixes
12253         #349952.
12255 2007-12-21  Rodrigo Kumpera  <rkumpera@novell.com>
12257         * verify.c: added enum value IL_CODE_FLAG_WAS_TARGET, to represent
12258         instructions that were target of branches or are at protected block boundaries.
12260         * verify.c (in_same_block): handle filter clauses.
12262         * verify.c (is_valid_branch_instruction): added. checks the target of
12263         instructions br or brtrue/false.
12265         * verify.c (is_valid_cmp_branch_instruction): added. checks the target of
12266         binary branch instructions such as beq and bge.
12268         * verify.c (init_stack_with_value): renamed to init_stack_with_value_at_exception_boundary
12269         and made it pin the instruction as been part of the exception block.
12271         * verify.c (do_boolean_branch_op): use is_valid_branch_instruction instead
12272         of in_same_block.
12274         * verify.c (do_branch_op): use is_valid_cmp_branch_instruction instead
12275         of in_same_block.
12277         * verify.c (do_ret): ret from a protected block is unverifiable and
12278         not invalid.
12280         * verify.c (do_static_branch): verify br and br.s instructions.
12282         * verify.c (merge_stacks): add extra param to support detection
12283         of branches in the middle of instructions.
12284         
12285         * verify.c (mono_method_verify): verify branches and exception blocks
12286         that target the middle of instructions. Proper verification of br and br.s.
12288 2007-12-21  Zoltan Varga  <vargaz@gmail.com>
12290         * reflection.c (reflection_methodbuilder_from_ctor_builder): Initialize
12291         skip_visibility field.
12292         (reflection_methodbuilder_from_dynamic_method): Ditto.
12294         * object.c (mono_class_compute_gc_descriptor): Remove more unused icall
12295         registrations. Fixes #348193.
12297         * threads.h: Move the internal mono_thread_get_pending_exception () to
12298         threads-types.h and rename it to mono_thread_get_undeniable_exception ().
12300 2007-12-20  Zoltan Varga  <vargaz@gmail.com>
12302         * object.c (mono_class_compute_gc_descriptor): Remove unused GC_gcj_fast_malloc
12303         icall registration. Fixes #348193.
12305         * marshal.c (mono_marshal_get_runtime_invoke): Put all runtime invoke wrappers
12306         for corlib classes into object. Fixes #349621.
12308 2007-12-20  Gert Driesen  <drieseng@users.sourceforge.net>
12310         * icall.c (property_accessor_nonpublic): new function to determine
12311         whether an accessor allows a property to be considered non-public.
12312         Returns false for private accessor(s) from parent class, and internal
12313         accessor(s) from parent on 2.0 profile (and higher).
12314         (ves_icall_Type_GetPropertiesByName): Use newly introduced function
12315         to determine whether property should be included if NonPublic flag
12316         is set. Fixes bug #349078.
12318 2007-12-20  Rodrigo Kumpera  <rkumpera@novell.com>
12320         * verify.c (init_stack_with_value): added.
12322         * verify.c (mono_method_verify): extracted common
12323         code for exception initialization into init_stack_with_value.
12325         * verify.c (mono_method_verify): initialize the exception
12326         for handler clauses as well.
12328         * verify.c (mono_method_verify): fix the exception clause
12329         ordering rules, it should use handler end offset and not
12330         start offset.
12332 Thu Dec 20 12:27:24 CET 2007 Paolo Molaro <lupus@ximian.com>
12334         * rawbuffer.c: remove useless warning.
12336 Thu Dec 20 12:10:38 CET 2007 Paolo Molaro <lupus@ximian.com>
12338         * threads.h, threads-types.h: move functions to the correct header
12339         (fixes bug#349952).
12341 2007-12-19  Rodrigo Kumpera  <rkumpera@novell.com>
12343         * verify.c (mono_method_verify): proper verification
12344         of exception handling clauses ranges and fallthru in
12345         and out of protected blocks.
12347 2007-12-19  Rodrigo Kumpera  <rkumpera@novell.com>
12349         * verify.c (mono_method_verify): fixed compilation issue.
12351 2007-12-19  Rodrigo Kumpera  <rkumpera@novell.com>
12353         * verify.c (mono_method_verify): a printf slipped in, changed
12354         to use verifier debug macro.
12356 2007-12-18  Rodrigo Kumpera  <rkumpera@novell.com>
12358         * verify.c (is_correct_leave): check for filter clauses.
12360         * verify.c (do_filter): added.
12362         * verify.c (mono_method_verify): property verification of leave.
12365 2007-12-18  Mark Probst  <mark.probst@gmail.com>
12367         * threads.c: Disable calls to _wapi_thread_signal_self() to fix
12368         Win32 build, until we figure out how to do the proper thing on
12369         Win32.
12371 2007-12-17  Zoltan Varga  <vargaz@gmail.com>
12373         * appdomain.c (ves_icall_System_AppDomain_LoadAssembly): Fix a crash introduced
12374         by the previous patch.
12375         
12376         * appdomain.c (ves_icall_System_AppDomain_LoadAssembly): Avoid calling
12377         the assembly resolve handler for refonly assemblies.
12379 2007-12-17  Mark Probst  <mark.probst@gmail.com>
12381         * threads.c, thread-types.h, icall.c: New shutdown safeguards.
12382         Make sure only one thread is allowed to commence shutdown, and
12383         don't allow new threads to be started once shutdown is in
12384         progress.
12386 2007-12-14  Rodrigo Kumpera  <rkumpera@novell.com>
12388         * verify.c (is_correct_endfilter): added.
12390         * verify.c (is_unverifiable_endfilter): added.
12392         * verify.c (do_endfilter): added.
12394         * verify.c (mono_method_verify): property verification of endfilter
12395         and fixed a corner case or endfinally.
12397 2007-12-13  Rodrigo Kumpera  <rkumpera@novell.com>
12399         * verify.h: new flags to support fail fast of unverifiable code and
12400         do non-strict verification. Non-strict verification is required to
12401         have MS runtime compatibility. There are a huge amount of unverifiable
12402         code that it accepts as verifiable. The strict mode verifies the code
12403         as the specs says.
12404         Non-strict mode will be required in cases where code needs to be
12405         accepted as verifiable but fails under strict mode.
12407         * pedump.c: added support to fail fast and non-strict verification.
12409         * verify.c: added support for both fail fast and non-strict verification.
12411 2007-12-12  Rodrigo Kumpera  <rkumpera@novell.com>
12413         * verify.c (is_correct_endfinally): added.
12415         * verify.c (mono_method_verify): property verification of endfinally.
12417 2007-12-11  Rodrigo Kumpera  <rkumpera@novell.com>
12419         * verify.c (in_any_block): check for filter clauses.
12421         * verify.c (is_correct_rethrow): added.
12423         * verify.c (mono_method_verify): property verification of rethrow.
12425         * metadata.h: added MONO_OFFSET_IN_FILTER macro.
12427 2007-12-11  Rodrigo Kumpera  <rkumpera@novell.com>
12429         * verify.c (do_throw): added.
12431         * verify.c (mono_method_verify): property verification of throw
12433 2007-12-11  Zoltan Varga  <vargaz@gmail.com>
12435         * assembly.c (mono_assembly_load_reference): Try an assembly resolve for ref-only
12436         assemblies. Fixes #346425.
12438 2007-12-10  Zoltan Varga  <vargaz@gmail.com>
12440         * reflection.c (mono_reflection_get_token): Call mono_image_create_token () for
12441         FieldBuilders.
12443         * icall.c (ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_RunClassConstructor): Fix a warning.
12445         * class.c (mono_lookup_dynamic_token_class): Add a 'valid token' argument to
12446         prevent asserts when this is called with a token which might not be valid.
12448         * icall.c (ves_icall_System_Reflection_Module_ResolveTypeToken): Call
12449         lookup_dynamic_token_class with valid_token == FALSE.
12451         * icall.c (ves_icall_System_Reflection_Module_ResolveMethodToken): Ditto.       
12453         * icall.c (ves_icall_System_Reflection_Module_ResolveStringToken): Ditto.
12455         * icall.c (ves_icall_System_Reflection_Module_ResolveFieldToken): Ditto.
12456         
12457 2007-12-10  Mark Probst  <mark.probst@gmail.com>
12459         * gc.c: Don't delay threadpool thread finalization unless Mono is
12460         shutting down.
12462 Mon Dec 10 11:06:23 CET 2007 Paolo Molaro <lupus@ximian.com>
12464         * threads.c: turn an assert into a non-fatal warning.
12466 2007-12-09  Robert Jordan  <robertj@gmx.net>
12468         * icall.c (GetVirtualMethod): Add missing argument validation.
12470 2007-12-06  Rodrigo Kumpera  <rkumpera@novell.com>
12472         * verify.c (do_cast): added.
12474         * verify.c (mono_method_verify): property verification of castclass and isinst.
12477 2007-12-06  Rodrigo Kumpera  <rkumpera@novell.com>
12479         * verify.c (mono_type_from_opcode): added opcodes for stelem.X.
12481         * verify.c (do_stelem): added.
12483         * verify.c (mono_method_verify): property verification of stelem.X.
12485 2007-12-07  Mark Probst  <mark.probst@gmail.com>
12487         * class.c, class-internals.h: Introduce an environment variable
12488         (MONO_GENERIC_SHARING) through which the extent of generic code
12489         sharing can be controlled (share all classes, share only corlib
12490         classes, or share nothing).
12492         * object.c: Only create runtime generic context for classes for
12493         which sharing is enabled.
12495 2007-12-06  Rodrigo Kumpera  <rkumpera@novell.com>
12497         * verify.c (do_ldelem): refactor it to work with ldelem.any.
12499         * verify.c (mono_method_verify): property verification of ldelem.any.
12501 2007-12-06  Rodrigo Kumpera  <rkumpera@novell.com>
12503         * verify.c (get_indirect_op_mono_type): renamed to mono_type_from_opcode,
12504         added ldelem.X opcodes.
12506         * verify.c (do_ldelema): fixed possible invalid usage of MonoType.
12508         * verify.c: proper verification of ldelem.X 
12510 2007-12-06  Zoltan Varga  <vargaz@gmail.com>
12512         * icall.c (ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_RunClassConstructor): Allow interface cctors to be called too.
12514 2007-12-05  Rodrigo Kumpera  <rkumpera@novell.com>
12516         * verify.c (mono_method_verify): null literal requires special handling,
12517         the value pushed on stack need to be flagged as so.
12519         * verify.c (do_ldelema): Verify ldelema properly.
12521 2007-12-05  Rodrigo Kumpera  <rkumpera@novell.com>
12523         * verify.c: Verify ldlen properly.
12525 2007-12-05  Zoltan Varga  <vargaz@gmail.com>
12527         * icall.c (ves_icall_MonoField_GetValueInternal): Check that the field belongs
12528         to the target object's type. Fixes #346160.
12530 2007-12-05  Dick Porter  <dick@ximian.com>
12532         * threadpool.c (socket_io_add_poll): Asynchronous connect() on
12533         Solaris needs the same workaround as BSD-derived systems.  Fixes
12534         bug 323524, patch by Burkhard Linke
12535         <burkhard.linke@CeBiTec.Uni-Bielefeld.DE>
12537 2007-12-04  Gert Driesen  <drieseng@users.sourceforge.net>
12539         * process.c: When ProcessStartInfo.ErrorDialog is true, pass window
12540         handle to use when error dialog is shown; otherwise, update mask
12541         to show no error dialog when an error occurs.
12543 2007-12-03  Zoltan Varga  <vargaz@gmail.com>
12545         * icall.c (ves_icall_MonoField_GetRawConstantValue): New icall.
12547         * class.c (mono_class_get_field_default_value): New helper function to initialize
12548         field->def_type and field->data.
12550 2007-11-30  Zoltan Varga  <vargaz@gmail.com>
12552         * icall.c (ves_icall_System_Delegate_SetMulticastInvoke): Use the delegate trampoline instead of
12553         the general one.
12555         * object.c (mono_runtime_create_delegate_trampoline): New helper function.
12557         * marshal.c: Avoid depending on delegate->method_info being set.
12559         * object.c (mono_delegate_ctor): Avoid initializing delegate->method_info.
12560         
12561         * object.c (mono_delegate_ctor): Set delegate->method.
12563         * object-internals.h (struct _MonoDelegate): Add 'method' field.
12565         * appdomain.c: Bump corlib version.
12567 2007-11-27  Raja R Harinath  <harinath@gmail.com>
12569         * metadata.c (mono_generic_inst_equal_full): Short-circuit
12570         equality check if we're comparing canonicalized MonoGenericInsts.
12572 2007-11-23  Zoltan Varga  <vargaz@gmail.com>
12574         * class.c (generic_array_methods): Call mono_class_setup_methods () before
12575         accessing class->methods.
12577 2007-11-22  Dick Porter  <dick@ximian.com>
12579         * threads.c: Ensure that the synch_cs is set before trying to use
12580         it.
12582 Thu Nov 22 12:34:04 CET 2007 Paolo Molaro <lupus@ximian.com>
12584         * profiler.c: r89126 broke the statistial profiler, unbreak.
12586 2007-11-22  Martin Baulig  <martin@ximian.com>
12588         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 66.
12590         * mono-debug.c
12591         (mono_debug_debugger_version): Bump to 3.
12592         (mono_debug_init): Hook `mono_debugger_class_loaded_methods_func'
12593         -> mono_debugger_class_initialized().
12595         * mono-debug-debugger.c
12596         (mono_debugger_add_type): Renamed into mono_debugger_class_initialized().
12598         * class.c
12599         (mono_debugger_start_class_init_func): Removed.
12600         (mono_debugger_class_loaded_methods_func): Added.
12601         (mono_class_setup_methods): Call it here.
12603 2007-11-22  Martin Baulig  <martin@ximian.com>
12605         * mono-debug.c
12606         (mono_debug_add_delegate_trampoline): New public method.
12607         (MonoDebugDataItemType): Added `MONO_DEBUG_DATA_ITEM_DELEGATE_TRAMPOLINE'.
12609         * mono-debug.h
12610         (MonoSymbolTable): Added `global_data_table'.
12611         (MonoDebuggerTypeKind): Removed.
12613 2007-11-21  Zoltan Varga  <vargaz@gmail.com>
12615         * marshal.c (mono_marshal_get_generic_array_helper): Skip visibility checks for
12616         these methods.
12618         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
12619         
12620 Tue Nov 20 23:10:41 CET 2007 Paolo Molaro <lupus@ximian.com>
12622         * object.c: some fields don't have a valid rva: ignore them (bug #343083).
12624 2007-11-20  Martin Baulig  <martin@ximian.com>
12626         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 65.
12628         * mono-debug-debugger.c
12629         (mono_debugger_insert_method_breakpoint): Moved here from debug-mini.c
12630         (mono_debugger_remove_breakpoint): Likewise.
12631         (mono_debugger_check_breakpoints): Likewise.
12632         (mono_debugger_register_class_init_callback): New public method.
12633         (mono_debugger_remove_class_init_callback): Likewise.
12634         (mono_debugger_add_type): Likewise.
12636         * mono-debug-debugger.h
12637         (MonoDebuggerEvent): Add `MONO_DEBUGGER_EVENT_CLASS_INITIALIZED'.
12639 Tue Nov 20 20:54:12 CET 2007 Paolo Molaro <lupus@ximian.com>
12641         * class.c: more interface implementations needed for the
12642         array enumerator (fixes bug #341112).
12644 2007-11-18  Gert Driesen  <drieseng@users.sourceforge.net>
12646         * icall.c: Renamed arguments for ves_icall_System_Enum_ToObject to
12647         fix ParamName of ArgumentNullExceptions.
12649 2007-11-17  Miguel de Icaza  <miguel@novell.com>
12651         * reflection.c (mono_reflection_encode_sighelper): Generate the
12652         modopts and modreqs.   I have a useless test that crashes monodis,
12653         but that shows the code working.
12655 2007-11-17  Zoltan Varga  <vargaz@gmail.com>
12657         * boehm-gc.c (create_allocator): Fix size calculation for the string allocator.
12658         (mono_gc_get_managed_allocator): Enable the string allocator on amd64.
12660 2007-11-15  Dick Porter  <dick@ximian.com>
12662         * threads.c (ves_icall_System_Threading_Thread_Join_internal):
12663         When joining a thread, it's the thread that's calling Join that
12664         gets WaitSleepJoin state not the target.  Fixes the standalone
12665         test case in bug 334740, and hopefully the whole bug too.
12667 2007-11-15  Dick Porter  <dick@ximian.com>
12669         * process.c: Read file version info from the files pointed at by
12670         process modules, not the current process.  Fixes bug 315969.
12672         Use windows typedef names in some places to fix warnings on the
12673         windows build.
12675 2007-11-15  Mark Probst  <mark.probst@gmail.com>
12677         * image.c, metadata-internals.h: Added a generic_class_cache hash
12678         to MonoImage for looking up generic classes when sharing generics.
12680 Thu Nov 15 16:11:30 CET 2007 Paolo Molaro <lupus@ximian.com>
12682         * sgen-gc.c: warning cleanups.
12684 2007-11-15  Zoltan Varga  <vargaz@gmail.com>
12686         * icall.c (ves_icall_Type_GetPropertiesByName): Implement proper hiding of
12687         inherited properties.
12689 2007-11-14  Mark Probst  <mark.probst@gmail.com>
12691         * object.c, class-internals.h: Added more information to the
12692         runtime generic context.
12694 2007-11-13  Zoltan Varga  <vargaz@gmail.com>
12696         * marshal.c (mono_marshal_get_delegate_invoke): Take a delegate as argument
12697         instead of just the target method. Generalize the abstract method handling to
12698         handle any non-static method.
12700         * icall.c (ves_icall_System_Delegate_SetMulticastInvoke): Update after
12701         mono_marshal_get_delegate_invoke () signature change.
12703 2007-11-13  Mark Probst  <mark.probst@gmail.com>
12705         * class.c, class-internals.h: Made
12706         mono_type_get_basic_type_from_generic () public.  Fixed member
12707         access check for shared generics.
12709         * loader.c: Don't insert field into field cache if it's part of a
12710         non-inflated generic class.
12712         * domain.c, domain-internals.h: The generic sharing context is now
12713         part of the jit info data structure.  Added two accessor
12714         functions.
12716 2007-11-12  Zoltan Varga  <vargaz@gmail.com>
12718         * marshal.c (mono_marshal_get_runtime_invoke): Create a non-shared wrapper for
12719         the array Get/Set/Address methods, since the JIT inlines them.
12721         * metadata-internals.h (MonoImage): Add 'runtime_invoke_direct_cache'.
12723         * image.c (mono_image_close): Free runtime_invoke_direct_cache.
12724         (mono_image_init): Initialize runtime_invoke_direct_cache.      
12726         * icall.c (ves_icall_System_Delegate_SetMulticastInvoke): Update after
12727         mono_marshal_get_delegate_invoke signature change.
12729         * marshal.c (mono_marshal_get_delegate_invoke): Receive the target_method as
12730         an additional argument. Add support for invoking abstract methods.
12732         * metadata-internals.h (MonoImage): Add 'delegate_abstract_invoke_cache'.
12734         * image.c (mono_image_close): Free delegate_abstract_invoke_cache.      
12736 2007-11-09  Mark Probst  <mark.probst@gmail.com>
12738         * class.c: Do field layout for open generic classes as well.
12740 2007-11-09  Mark Probst  <mark.probst@gmail.com>
12742         * gc.c, gc-internal.h: Don't finalize threadpool threads with
12743         other objects, because the threadpool is still around.  Put them
12744         in a list instead and after finalizing all other objects in the
12745         root domain shut down the thread pool and then finalize the
12746         threads.  Fixes bug #337383.
12748         * threads.c, thread-types.h: New mono_thread_create_internal()
12749         function for marking a thread with the threadpool flag before it
12750         started.  Set synch_cs to NULL after freeing it.
12752         * threadpool.c: Mark threadpool threads before they start.
12754 Thu Nov 8 15:31:21 CET 2007 Paolo Molaro <lupus@ximian.com>
12756         * reflection.h, reflection.c: don't export random functions
12757         and lazy load dbnull and missing objects.
12759 2007-11-07  Jonathan Chambers <joncham@gmail.com>
12761         * class.c: Initialize COM types if COM interfaces
12762         are present (not just COM classes).
12763         
12764         Code is contributed under MIT/X11 license.
12766 2007-11-07  Massimiliano Mantione  <massi@ximian.com>
12767         * reflection.c:
12768         create_dynamic_mono_image: hook module profiler events (dynamic case).
12769         mono_image_basic_init: hook assembly profiler events (dynamic case).
12771 2007-11-07  Massimiliano Mantione  <massi@ximian.com>
12772         * profiler.c:
12773         simple_appdomain_unload: completely terminate the profiler
12774         instead of only processing the statistical samples.
12775         simple_shutdown: make sure this is really called exactly once,
12776         even in multithreaded applications, and always listen to
12777         appdomain events.
12778         * gc.c (mono_domain_finalize): don't call mono_profiler_appdomain_event
12779         here, the "[un]load" functions will do it.
12780         Fixes bugs #333791 and #325261.
12782 2007-11-07  Geoff Norton  <gnorton@novell.com>
12784         * socket-io.c:  Use the configure defines for HAVE_SOCKADDR_IN(6)_SIN_LEN
12785         rather than depend on __APPLE__.
12787 2007-11-07  Mark Probst  <mark.probst@gmail.com>
12789         * icall.c: Safety checks in InitializeArray.  Fixes bug #324535.
12791 2007-11-06  Sebastien Pouliot  <sebastien@ximian.com> 
12793         * object.c: Fix mono_string_to_utf8 to handle NULL values inside the
12794         UTF16 MonoString. Fix the crash from bug #335488
12796 2007-11-06  Sebastien Pouliot  <sebastien@ximian.com>
12798         * marshal.c: Correct (for non-Win32 OS) length != size in 
12799         mono_string_from_bstr. Fix #339530.
12801 2007-11-06  Geoff Norton  <gnorton@novell.com>
12803         * socket-io.c: Apple requires sin(6)_len to be set for getnameinfo
12804         to succeed
12806 2007-11-05  Kornél Pál  <kornelpal@gmail.com>
12808         * process.c: Added run-time GetProcessId API detection for Windows.
12810 2007-11-04  Miguel de Icaza  <miguel@novell.com>
12812         * reflection.c  (mono_param_get_objects): If a parameter has the
12813         attribute [System.Runtime.InteropServices.Optional] we should
12814         set the DefaultValue of the ParameterInfo to be
12815         System.Reflection.Missing instead of DBNull.
12817         See bug #339013.
12819         (mono_get_reflection_missing_object): New method,
12820         returns the System.Reflection.Missing.Value singleton instance.
12822 2007-11-03  Atsushi Enomoto  <atsushi@ximian.com>
12824         * culture-info-table.h : regenerated.
12826 2007-11-02  Jonathan Chambers <joncham@gmail.com>
12828         * icall.c: Use GetEnvironmentStrings on windows
12829         so we are using the same environment block as 
12830         GetEnvironmentVariable/SetEnvironmentVariable. Fixes
12831         #333740.
12832         
12833         Code is contributed under MIT/X11 license.
12835 2007-10-31  Martin Baulig  <martin@ximian.com>
12837         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 64.
12839         * mono-debug-debugger.h
12840         (MonoDebuggerEvent): Add `MONO_DEBUGGER_EVENT_TRAMPOLINE'.
12842 2007-10-30  Zoltan Varga  <vargaz@gmail.com>
12844         * reflection.c (mono_custom_attrs_from_class): Add support for dynamic inflated 
12845         classes.
12847 2007-10-30  Atsushi Enomoto  <atsushi@ximian.com>
12849         * culture-info-table.h : regenerated.
12851 2007-10-30  Robert Jordan  <robertj@gmx.net>
12853         * icall-def.h, icall.c:
12854         Add ves_icall_Remoting_RemotingServices_GetVirtualMethod ().
12856         Code is contributed under MIT/X11 license.
12858 2007-10-29  Zoltan Varga  <vargaz@gmail.com>
12860         * class.c (mono_class_setup_vtable): Find the inflated methods in the
12861         inflated class instead of inflating them again.
12862         
12863         * class.c (mono_class_setup_vtable): Inflate the override methods in the 
12864         dynamic case.
12866         * class.c (mono_generic_class_get_class): Set klass->property.count as well.
12867         Call setup_supertypes () after klass->parent is set.
12868         (mono_class_setup_properties): Enable this to work on dynamic generic classes.
12870         * reflection.c (mono_type_get_object): Only return a MonoGenericClass object
12871         for inflated instances of not yet created dynamic generic classes.
12872         (ctorbuilder_to_mono_method): Handle the case when this is called multiple
12873         times from inflated_method.
12874         (methodbuilder_to_mono_method): Ditto.
12876 Mon Oct 29 21:02:53 CET 2007 Paolo Molaro <lupus@ximian.com>
12878         * gc.c: code cleanup and removed old untested option of not creating the
12879         finalizer thread.
12881 2007-10-29  Zoltan Varga  <vargaz@gmail.com>
12883         * icall.c (ves_icall_System_Delegate_CreateDelegate_internal): Avoid
12884         creating a jump trampoline for dynamic methods.
12886 2007-10-29 Rodrigo Kumpera <rkumpera@novell.com>
12888         * reflection.c (mono_image_create_token): Correctly encode methods and constructors of
12889         generic TypeBuilders when called from another method of the same type (bug #335131).
12892 2007-10-27  Zoltan Varga  <vargaz@gmail.com>
12894         * reflection.c (methodbuilder_to_mono_method): Revert the last change as it
12895         doesn't seem to work perfectly.
12896         
12897         * reflection.c (ctorbuilder_to_mono_method): Handle the case when this is
12898         called multiple times.
12899         (methodbuilder_to_mono_method): Ditto.
12900         (resolve_object): Inflate FieldBuilder's.
12902 Fri Oct 26 19:38:40 CEST 2007 Paolo Molaro <lupus@ximian.com>
12904         * string-icalls.c, string-icalls.h, appdomain.c: patch from
12905         Tyler Larson <mono-devel@tlarson.com> to fix the handling of
12906         RemoveEmptyEntries in the string.Split implementation (bug #322375).
12908 2007-10-26  Dick Porter  <dick@ximian.com>
12910         * appdomain.c (MONO_CORLIB_VERSION): Bump version because of
12911         Thread initialisation changes
12913 2007-10-26 Rodrigo Kumpera <rkumpera@novell.com>
12915         * verify.c: fix compatibility check between arrays and System.Array
12917 2007-10-26  Zoltan Varga  <vargaz@gmail.com>
12919         * reflection.c (mono_reflection_get_custom_attrs_info): Handle MonoGenericClass
12920         too. Fixes #336999.
12922 2007-10-25  Zoltan Varga  <vargaz@gmail.com>
12924         * object.c (mono_value_box): Use typed allocation here.
12926 2007-10-23  Zoltan Varga  <vargaz@gmail.com>
12928         * icall.c (ves_icall_System_Delegate_CreateDelegate_internal): Create a jump
12929         trampoline instead of compiling the method right away.
12931         * class-internals.h object.c: Add a JIT callback to create a jump trampoline.
12933 2007-10-21  Zoltan Varga  <vargaz@gmail.com>
12935         * class.c (mono_generic_class_get_class): Avoid setting klass->size_inited and
12936         related fields for dynamic classes. Fixes #334493.
12938 2007-10-20  Zoltan Varga  <vargaz@gmail.com>
12940         * class.c (mono_generic_class_get_class): Set klass->field.count as well.
12941         
12942         * class.c (mono_class_layout_fields): Use 1 instead of TRUE for consistency.
12944         * class.c (mono_class_layout_fields): Set size_inited for generic classes as well.
12945         (mono_class_setup_vtable): Obtain overrides for dynamic generic classes correctly.
12947         * class.c (mono_class_setup_methods): Handle dynamic inflated classes correctly.
12949         * reflection.c (create_generic_typespec): Initialize klass->generic_container
12950         if needed.
12951         (reflection_methodbuilder_to_mono_method): Set container->is_method to TRUE.
12953 2007-10-18  Jonathan Chambers <joncham@gmail.com>
12955         * marshal.c: Use correct key when removing item
12956         from ccw_hash.
12957         
12958         Code is contributed under MIT/X11 license.
12960 2007-10-17  William Holmes  <billholmes54@gmail.com>
12962         *marshal.c: Adding a case to marshal booleans to U1
12964         Code is contributed under MIT/X11 license.
12966 2007-10-18  Zoltan Varga  <vargaz@gmail.com>
12968         * class.c (mono_class_from_name): Search the modules compromising dynamic
12969         assemblies. Fixes #331601.
12971 2007-10-16  Zoltan Varga  <vargaz@gmail.com>
12973         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): Throw an
12974         exception if the type name contains an assembly component. Fixes #334203.
12976         * reflection.c (mono_reflection_get_type_with_rootimage): Search all the
12977         modules inside dynamic assemblies. Fixes #334200.
12978         
12979         * reflection.c: Set image->public_key and image->public_key_length;
12981         * metadata-internals.h (MonoDynamicImage): Add public_key and public_key_len
12982         fields.
12984         * image.c (mono_image_get_public_key): Handle dynamic assemblies. Fixes #334173.        
12985         
12986 2007-10-16  Mark Probst  <mark.probst@gmail.com>
12988         * metadata.c: Implemented correct comparing of generic classes.
12989         An inflated generic class can be equal to a non-inflated one if it
12990         is inflated with generic type variables as type arguments.  Fixes
12991         bug #333798.
12993 2007-10-15  Dick Porter  <dick@ximian.com>
12995         * monitor.c (mono_monitor_try_enter_internal): Set thread state to
12996         WaitSleepJoin while it is waiting to acquire a lock.  Fixes bug
12997         81646.
12999         * threads.c: Turn the thread synch_lock into a CRITICAL_SECTION,
13000         instead of a monitor lock.  This means that monitor_try_enter and
13001         co can set the thread state safely.
13002         (ves_icall_System_Threading_Thread_Interrupt_internal): Always set
13003         thread_interrupt_requested, so interrupt actually works.
13005         * socket-io.c (ves_icall_System_Net_Sockets_Socket_Poll_internal,
13006         ves_icall_System_Net_Sockets_Socket_Select_internal): Use thread
13007         state accessor function
13009 2007-10-15  Martin Baulig  <martin@ximian.com>
13011         * mono-debug.h
13012         (MONO_DEBUGGER_VERSION): Bump to 63 to make it impossible to use
13013         the debugger with the current runtime.
13015 Mon Oct 15 10:20:56 CEST 2007 Paolo Molaro <lupus@ximian.com>
13017         * object.c, object-internals.h: added the ability to set a single
13018         trampoline for all the slots in a vtable.
13020 Fri Oct 12 17:50:11 CEST 2007 Paolo Molaro <lupus@ximian.com>
13022         * marshal.c: deal with a possible race condition during multicast
13023         delegate invocation.
13025 Fri Oct 12 13:31:11 CEST 2007 Paolo Molaro <lupus@ximian.com>
13027         * class.c: ensure value type methods don't have the synchronized
13028         flag set.
13030 Fri Oct 12 08:10:59 CEST 2007 Paolo Molaro <lupus@ximian.com>
13032         * string-icalls.c, string-icalls.h: reverted unapproved patch that
13033         breaks the build.
13035 2007-10-11  Joel Reed  <joelwreed@comcast.com>
13037         * string-icalls.c, string-icalls.h: modify System_String_InternalSplit
13038         to take an options parameter so that empty entries can be removed during
13039         the split procedure. Patch from: Tyler Larson <mono-devel@tlarson.com>
13041 Thu Oct 11 20:16:58 CEST 2007 Paolo Molaro <lupus@ximian.com>
13043         * marshal.c: make sure we don't store the signature from a dynamic
13044         method into the runtime invoke cache (bug #327189).
13046 Thu Oct 11 18:22:31 CEST 2007 Paolo Molaro <lupus@ximian.com>
13048         * marshal.c: make sure the wrapper methods are properly initialized.
13050 2007-10-11  Mark Probst  <mark.probst@gmail.com>
13052         * metadata.c, metadata-internals.h: Generalized
13053         mono_type_stack_size() to mono_type_stack_size_internal() which
13054         takes an additional argument specifying whether it allows open
13055         types.
13057 2007-10-10  Rodrigo Kumpera  <rkumpera@novell.com>
13059         * verify.c (do_invoke_method): handle typedbyref params
13060         correctly and check for unverifiable return values.
13062         * verify.c (do_newobj): fix a warning.
13064 2007-10-09  Rodrigo Kumpera  <rkumpera@novell.com>
13066         * verify.c: don't tread typedbyref as allways unverifable,
13067         so uses, like (ld/st)loc.0 are valid. verify for the cases
13068         that it matters, like boxing related operations.
13070 2007-10-09  Rodrigo Kumpera  <rkumpera@novell.com>
13072         * verify.c: add verification of the newobj opcode. verification
13073         of delegate instantation still missing due ldftn and virldftn not
13074         pushing the function type on stack
13076 2007-10-08  Mark Probst  <mark.probst@gmail.com>
13078         * class-internals.h: Runtime generic context data structure
13079         definition.
13081         * object.c: Initialization of runtime generic context at runtime
13082         vtable creation time.
13084 2007-10-08  Massimiliano Mantione  <massi@ximian.com>
13085         * class.c (mono_class_create_from_typedef,
13086         mono_class_from_generic_parameter, mono_ptr_class_get,
13087         mono_fnptr_class_get, mono_bounded_array_class_get)
13088         * domain.c (mono_domain_create, mono_domain_free)
13089         * assembly.c (mono_assembly_load_from_full, mono_assembly_close)
13090         * image.c (do_mono_image_load, mono_image_close):
13091         Hooked up load-unload profiler events.
13093 Mon Oct 8 11:38:04 CEST 2007 Paolo Molaro <lupus@ximian.com>
13095         * domain.c: track statistics about the actual amount of native code
13096         allocated.
13098 Sat Oct 6 10:01:42 CEST 2007 Paolo Molaro <lupus@ximian.com>
13100         * class.c: the valuetype enumerators don't have the additional
13101         supertypes interfaces.
13103 Fri Oct 5 20:33:31 CEST 2007 Paolo Molaro <lupus@ximian.com>
13105         * class.c: need more interfaces setup for the IEnumerator<T>
13106         object created for arrays (tests/ienumerator-interfaces.2.cs).
13108 2007-10-05  Zoltan Varga  <vargaz@gmail.com>
13110         * class.c (mono_ldtoken): Handle methodspec tokens as well. Fixes #331097.
13112 2007-10-05  Alp Toker  <alp@atoker.com>
13114         * icall.c (ves_icall_MonoType_GetElementType): For enums, return null
13115         rather than the underlying type. Based on a patch by Ben Maurer. Fixes
13116         #315863.
13118 2007-10-04  Rodrigo Kumpera  <rkumpera@novell.com>
13120         * verify.c (verify_type_compatibility_full): verification of
13121         compatibility improved, validates correctly non-strict checks between
13122         native int and I4 types different than (unsigned)int32.
13124         * verify.c (do_store_indirect): added, do all verification of
13125         ldind.X opcodes. 
13127         * verify.c (get_load_indirect_mono_type): renamed to
13128         get_indirect_op_mono_type, as it now returns the MonoType for 
13129         ldind.X and stind.X opcodes.
13131 2007-10-04  Rodrigo Kumpera  <rkumpera@novell.com>
13133         * reflection.c: Fix the encoding of generic type definition for
13134         TypeBuilders.
13136         * reflection.c (mono_image_typedef_or_ref_full: do the same thing as
13137         mono_image_typedef_or_ref but allows to specify if typespec lookups should
13138         be made. Typespec check is done prior to typeref cache lookup.
13140         * reflection.c (mono_image_typedef_or_ref): now just delegate to
13141         mono_image_typedef_or_ref_full.
13143         * reflection.c (encode_generic_class): encode the generic class
13144         directly instead of calling encode_type.
13146         * reflection.c (encode_type): encode the generic type definition
13147         MonoClass as a generic instantiation.
13149         * reflection.c (create_typespec): cache typespec tokens in
13150         the assembly->typespec cache. Don't create typespec for a generic
13151         instance MonoClass. Create typespec for the generic type defintion.
13153         * reflection.c (create_generic_typespec): encode the generic
13154         class directly instead of calling encode_type.
13156         * reflection.c (mono_image_create_token): encode the generic
13157         type definition not using a typespec for MonoType instances.
13160 2007-10-04  Raja R Harinath  <rharinath@novell.com>
13162         Fix #328812
13163         * class.c (mono_image_init_name_cache): Don't return nested
13164         'protected internal' classes.
13165         (mono_class_from_name_case): Likewise.
13167 2007-10-04  Atsushi Enomoto  <atsushi@ximian.com>
13169         * icall-def.h, icall.c : get_bundled_machine_config() is now the
13170           common function used by both DefaultConfig in System.dll and
13171           InternalConfigurationHost in System.Configuration.dll.
13173 Wed Oct 3 17:26:58 CEST 2007 Paolo Molaro <lupus@ximian.com>
13175         * class.c: automatically add to vectors only a few essential explicit
13176         generic interfaces. The rest of the interfaces that arrays should
13177         provide are currently implicitly added (but still not lazily, see the
13178         design in the discussion of bug#325495 for the details of what is
13179         needed for that). Additionally, implicit interfaces are assigned the
13180         same vtable slot as the explicit interfaces (as they are compatible):
13181         this enables huge memory savings since we don't need to instantiate
13182         as many memthods and as large vtables anymore. Also, Since
13183         GetEnumerator<T> returns an instance of a type that is required to
13184         support a similarly large set of interfaces as arrays, we add
13185         implicit interfaces and interface offset sharing support to those
13186         types, too. This change adds all the required interfaces so that
13187         the anonarray.cs test case in the bug report works (we don't add
13188         all the interfaces to arrays of arrays 3-level deep and more because
13189         of the memory requirements explained in the bug and since they are much
13190         less common: the lazy-loading support will enabled them to work, too).
13192 2007-10-02  Rodrigo Kumpera  <rkumpera@novell.com>
13194         * verify.c (merge_stacks): major clean up, all type compatibility
13195         checks are done by verify_type_compatibility. This fix my earlier lack
13196         of understanding of the CLR type system and merge_stacks no longer looks
13197         scary.
13199         * verify.c: fixed some bad spelling.
13201 2007-10-02  Rodrigo Kumpera  <rkumpera@novell.com>
13203         * verify.c (mono_type_from_stack_slot): added. returns the MonoType for
13204         a given stack slock.
13205         
13206         * verify.c: killed verify_type_compat in favor of verify_type_compatibility and
13207         verify_type_compatibility_full. This removed a near indentical function and fixed
13208         handling of Int32 and IntPtr across all opcodes.
13210 Tue Oct 2 15:24:38 CEST 2007 Paolo Molaro <lupus@ximian.com>
13212         * class.c: only vectors have the additional generic interfaces.
13214 2007-10-01  Jonathan Chambers <joncham@gmail.com>
13216         * mono-config.c: Use g_strcasecmp instead of
13217         strcasecmp like everywhere else to fix
13218         compilation with MSVC.
13219         
13220         Code is contributed under MIT/X11 license.
13222 Mon Oct 1 14:39:11 CEST 2007 Paolo Molaro <lupus@ximian.com>
13224         * object.c, object-internals.h: refactored the IMT code to enable
13225         building a single slot at a time and lazily creating the IMT trampolines
13226         and thunks.
13228 2007-09-29  Zoltan Varga  <vargaz@gmail.com>
13230         * loader.c (inflate_generic_signature): Allocate inflated signatures from the heap.
13232         * metadata.c (mono_metadata_free_inflated_signature): Free the signature itself too.
13233         Fixes #328501.
13234         
13235 2007-09-29  Raja R Harinath  <harinath@gmail.com>
13237         * loader.c (method_from_methodspec): Rearrange to avoid
13238         un-necessary exposition.  Don't assert out if the method's
13239         declaring type is a generic type definition.
13241 2007-09-28  Martin Baulig  <martin@ximian.com>
13243         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 61.
13245 Fri Sep 28 20:15:47 CEST 2007 Paolo Molaro <lupus@ximian.com>
13247         * class-internals.h: optimize field layout of MonoClass to
13248         requires less cachelines at runtime and save a few bytes on 64 bit
13249         systems.
13251 2007-09-28  Jb Evain  <jbevain@novell.com>
13253         * reflection.c: when encoding type names in custom attributes,
13254         if the type is a closed generic type, its generic arguments
13255         have to be serialized as AssemblyQualifiedName, so that when
13256         they are deserialized, it's possible to re-create them properly.
13257         Fixes #329450.
13260 Fri Sep 28 19:19:49 CEST 2007 Paolo Molaro <lupus@ximian.com>
13262         * object.c, class-internals.h: added delegate-creation counter.
13264 Fri Sep 28 18:07:53 CEST 2007 Paolo Molaro <lupus@ximian.com>
13266         * class.c: cleanup of the code that synthetizes interfaces for
13267         arrays in 2.0: saves quit a bit of corlib mempool memory.
13268         Code to fix bug #325495 ifdeffed out for now until the issues
13269         with memory usage and O(n^2) behaviour are fixed.
13271 Fri Sep 28 17:19:40 CEST 2007 Paolo Molaro <lupus@ximian.com>
13273         * marshal.c: when possible, do not duplicate the name of the methods
13274         in the method builder and in the generated MonoMethod.
13276 2007-09-27  Rodrigo Kumpera  <rkumpera@novell.com>
13277         * verify.c: added support for type checking ldind_* opcodes.
13279 2007-09-27  Rodrigo Kumpera  <rkumpera@novell.com>
13281         * class-internals.h (struct _MonoGenericClass): new field is_tb_open
13282         which is used to distinguish the fully open instantiation of a TypeBuilder
13283         with the rest. This temporary hack is required to restore the property that
13284         the fully open instantiation is the same type of the generic type definition.
13286         * class-internals.h (mono_generic_class_is_generic_type_definition):
13287         new function as part of the internal API.
13289         * class.c (inflate_generic_type): return NULL when the generic inst is
13290         fully open. The fully open generic type is now the same as the generic type
13291         definition for non TypeBuilder types.
13293         * class.c (mono_generic_class_get_class): removed assert since it is
13294         no longer valid, gklass->cached_class can point to the generic type definition.
13296         * class.c (mono_generic_class_is_generic_type_definition): new.
13298         * metadata.c (mono_generic_class_hash): added is_tb_open field
13299         to the hash calculation.
13301         * metadata.c (free_generic_class): if the generic class is associated
13302         with the generic type definition, its field will come from the mempool and
13303         must not be freed.
13305         * metadata.c (mono_metadata_is_type_builder_generic_type_definition):
13306         new, this function identifies the corner case of a TypeBuilder fully open
13307         instantiation.
13309         * metadata.c (mono_metadata_lookup_generic_class): use is_tb_open
13310         for lookup. Set gclass->cached_class to be the container class in case of
13311         the fully open instantiation of non TypeBuilder types.
13313         * metadata.c (_mono_metadata_generic_class_equal): use is_tb_open
13314         to compare generic classes.
13316         * reflection.c (method_encode_methodspec): remove assert that
13317         no longer is valid.
13319         * reflection.c (mono_reflection_generic_class_initialize): add
13320         an aditional assert to ensure the proper type is used.
13322 2007-09-26  Rodrigo Kumpera  <rkumpera@novell.com>
13324         * verify.c: disabled all debug spew by default, define MONO_VERIFIER_DEBUG
13325         to enjoy it.
13327 2007-09-25  Rodrigo Kumpera  <rkumpera@novell.com>
13329         * verify.c (push_arg): Fixed support for ldarga
13330         * verify.c (set_stack_value): Removed superfluous parameter, fixed the
13331         MonoType used as first arg in case of instance calls.
13333 2007-09-25  Rodrigo Kumpera  <rkumpera@novell.com>
13335         * verify.c: Support for verifying VAR and MVAR types, 
13337 2007-09-25  Zoltan Varga  <vargaz@gmail.com>
13339         * icall.c (ves_icall_get_property_info): Set the reflected type of the
13340         accessors correctly.
13342 Tue Sep 25 14:56:03 CEST 2007 Paolo Molaro <lupus@ximian.com>
13344         * threads.c: support OSX and other systems in
13345         mono_thread_get_stack_bounds (bug #328026).
13347 2007-09-25  Martin Baulig  <martin@ximian.com>
13349         * mono-debug.h
13350         (MonoDebugVarInfo): Replace `MonoClass *klass' with `MonoType *type'.
13352 2007-09-24  Martin Baulig  <martin@ximian.com>
13354         * mono-debug.h
13355         (MonoDebugClassEntry): Moved the definition of this struct into
13356         mono-debug.c to make it private.
13358         * mono-debug.c
13359         (MonoDebugClassEntry): Removed `symfile_id'; since we now use one
13360         type table per symbol file, we don't need to store the symfile id
13361         any longer.
13363 2007-09-24  Martin Baulig  <martin@ximian.com>
13365         Create one type table per symbol file, since a `MonoClass *' gets
13366         invalid when its image is unloaded.
13368         * mono-debug.h (MonoSymbolTable): Removed `type_table'.
13369         (MonoDebugHandle): Added `type_table'.
13371 Mon Sep 24 17:25:43 CEST 2007 Paolo Molaro <lupus@ximian.com>
13373         * mempool.c, mempool.h: added mono_mempool_new_size () API
13374         to be able to specify a smaller initial size for the pool.
13375         Adjusted the code to slowly increase pool size before using
13376         the previous default size.
13377         * image.c: use a small initial size for image mempools.
13379 2007-09-23  Zoltan Varga  <vargaz@gmail.com>
13381         * marshal.c (emit_marshal_array): Generate valid IL for byref array case.
13382         Fixes ##320990.
13384         * icall.c (ves_icall_System_Reflection_Assembly_get_ManifestModuleInternal): 
13385         Rename this to ves_icall_System_Reflection_Assembly_GetManifestModuleInternal.
13387 2007-09-22  Zoltan Varga  <vargaz@gmail.com>
13389         * metadata.c (mono_type_create_from_typespec): Remove an invalid
13390         free. Fixes #327438.
13392 2007-09-21  Raja R Harinath  <harinath@gmail.com>
13394         * metadata.c (type_in_image) <MONO_TYPE_SZARRAY>: Handle arrays of
13395         generic instantiations, etc.
13396         <MONO_TYPE_ARRAY>: Likewise.
13398 2007-09-21  Martin Baulig  <martin@ximian.com>
13400         * mono-debug.h (MonoSymbolFilePriv, MonoDebugHandlePriv): Removed;
13401         these structs were never defined.
13402         (MonoDebugHandle): Removed the `_priv' field, it was never used.
13404 2007-09-21  Martin Baulig  <martin@ximian.com>
13406         * mono-debug.h (MonoDebugVarInfo): Add `MonoClass *klass'.
13408 Fri Sep 21 14:39:45 CEST 2007 Paolo Molaro <lupus@ximian.com>
13410         * image.c: removed the guid hash tables: we can get the same info
13411         without the additional memory usage hit (partially fixes also bug #327052).
13413 2007-09-10  Massimiliano Mantione  <massi@ximian.com>
13415         * profiler.h, profiler-private.h, profiler.c: add a new profiler
13416         event to handle unloading methods. After the event is called, the
13417         corresponding MonoMethod* must be considered invalid.
13418         * loader.c (mono_free_method): call the new mono_profiler_method_free
13419         event.
13421 2007-09-20  Mark Probst  <mark.probst@gmail.com>
13423         * domain-internals.h: New flag in MonoJitInfo which marks shared
13424         generic methods.  New hash table (shared_generics_hash) in
13425         MonoDomain to keep track of shared generic methods.  Prototypes
13426         for functions to register and lookup shared generic methods.
13428         * domain.c: Support for registering and looking up shared generic
13429         methods via a hash table (shared_generics_hash) in MonoDomain.
13431         * class-internals.h: New exception to signal failure of shared
13432         compilation of a generic method.  New counters for generics
13433         sharing in MonoStats.
13435 Thu Sep 20 16:59:36 CEST 2007 Paolo Molaro <lupus@ximian.com>
13437         * image.c, metadata-internals.h: don't keep a file descriptor open
13438         for loaded assemblies (bug#325988).
13440 2007-09-19  Raja R Harinath  <rharinath@novell.com>
13442         * metadata.c (signature_in_image): New.  Carve out of type_in_image.
13443         (ginst_in_image, gclass_in_image): Simplify.  Change signature to
13444         use the corresponding datatypes.
13445         (type_in_image): Update to changes.
13446         (CleanForImageUserData): Simplify.
13447         (steal_gclass_in_image): Carved out of old 'gclass_in_image'.
13448         Avoid quadratic behaviour in handling the "stolen" list by
13449         separating the filter predicate out, and by prepending the stolen
13450         items rather than appending them.
13451         (steal_ginst_in_image): Likewise.
13452         (mono_metadata_clean_for_image): Update to changes.
13454 2007-09-19  Martin Baulig  <martin@ximian.com>
13456         * domain.c (mono_cleanup): Call mono_debug_cleanup() here.
13458 2007-09-19  Martin Baulig  <martin@ximian.com>
13460         * mono-debug.c (mono_debug_cleanup): Don't call
13461         mono_debugger_cleanup(); this is now called earlier from mini_cleanup().
13463 2007-09-19  Raja R Harinath  <harinath@gmail.com>
13465         Fix crash on 'make run-test' in mcs/errors
13466         * metadata.c (type_in_image): New.  Carve out of ginst_in_image.
13467         Avoid more potential allocations in mono_class_from_mono_type.
13468         (ginst_in_image): Update to changes.
13469         (gclass_in_image): Rearrange slightly.
13471 2007-09-18  Zoltan Varga  <vargaz@gmail.com>
13473         * class.c (mono_class_init): Move the code that sets up class->methods to 
13474         mono_class_setup_methods () for inflated generic classes too. Ditto for properties.
13476         * metadata.c (mono_metadata_get_inflated_signature): New function to return a
13477         canonical instance of an inflated generic signature.
13478         (mono_type_create_from_typespec): Remove an invalid free.
13480         * loader.c (mono_method_get_signature_full): Use mono_metadata_get_inflated_signature.  
13482 2007-09-18  Marek Habersack  <mhabersack@novell.com>
13484         * domain-internals.h: added a declaration of the
13485         mono_assembly_load_full_nosearch internal function.
13487         * assembly.c (mono_assembly_load_with_partial_name): use
13488         mono_try_assembly_resolve return value properly.
13489         (mono_assembly_load_full_nosearch): copied the function body from
13490         mono_assembly_load_full, without the code to invoke assembly
13491         search hooks.
13492         (mono_assembly_load_full): calls the above new function and if the
13493         assembly is not resolved, invokes the search hooks.
13495         * appdomain.c (mono_runtime_init): restore the global postload
13496         assembly search handlers.
13498 2007-09-18  Zoltan Varga  <vargaz@gmail.com>
13500         * class.c (mono_class_init): Make sure class->methods and class->properties
13501         are never NULL in the generics case.
13503         * metadata.c (free_generic_class): Enable this again, skip the dynamic case.
13505 2007-09-17  Zoltan Varga  <vargaz@gmail.com>
13507         * metadata.c (free_generic_class): Disable some code to fix the build.
13509         * domain.c (mono_cleanup): Fix a crash introduced by a previous patch.
13511         * marshal.c (mono_marshal_get_xappdomain_dispatch): Allocate a piece of data
13512         from the image mempool.
13514         * metadata.c (free_generic_class): Free more data from the inflated class.
13516         * class.c (mono_class_from_generic_parameter): Allocate memory from the mempool.
13518         * metadata.c (mono_metadata_parse_generic_param): Allocate memory from the image
13519         mempool.
13520         (mono_type_create_from_typespec): Ditto.
13522         * domain.c (get_runtimes_from_exe): Add an out parameter to return the opened
13523         MonoImage to the caller.
13524         (mono_init_internal): Save the opened image in a global variable.
13525         (mono_cleanup): Close the image opened in get_runtimes_from_exe.
13527         * reflection.c (resolve_object): Fix a leak.
13529         * metadata.c: Fix the freeing of data in the generics caches.
13530         
13531         * metadata.c (free_generic_inst): Comment this out to fix the build.
13532         (free_generic_class): Ditto.
13534         * metadata.c: Free cached generic methods, instantinations and classes when
13535         they are removed from the caches.
13536         (mono_metadata_free_type): Free the type itself.
13538         * class.c: Free the result of mono_class_inflate_generic_type () in a few
13539         places.
13541 Mon Sep 17 16:14:07 CEST 2007 Paolo Molaro <lupus@ximian.com>
13543         * boehm-gc.c: restrict managed allocs to __thread supporting
13544         architectures.
13546 2007-09-16  Zoltan Varga  <vargaz@gmail.com>
13548         * class.c (mono_class_inflate_generic_type): Add a comment describing memory ownership.
13549         (mono_generic_class_get_class): Fix a leak.
13551         * metadata.c (do_mono_metadata_parse_type): Remove an unneccesary call to
13552         mono_metadata_free_type ().
13553         (mono_metadata_inflate_generic_inst): Fix a leak.
13555 2007-09-14  Zoltan Varga  <vargaz@gmail.com>
13557         * mono-debug.c (free_header_data): Fix a leak missed earlier.
13559         * metadata.c (mono_metadata_parse_array_full): Allocate memory from the image
13560         mempool.
13562         * mono-debug.c (mono_debug_close_image): Fix call to 
13563         g_hash_table_remove ().
13565 Fri Sep 14 19:36:37 CEST 2007 Paolo Molaro <lupus@ximian.com>
13567         * icall-def.h: redirect all the string ctor to the managed
13568         CreateString () methods.
13569         * string-icalls.c, string-icalls.h: removed dead code for string
13570         ctors and icalls.
13572 2007-09-14  Zoltan Varga  <vargaz@gmail.com>
13574         * mono-debug.c: Fix memory leaks.
13576 2007-09-14  Jonathan Chambers <joncham@gmail.com>
13578         * threads-types.h: Implement mono_hazard_pointer_set and 
13579         mono_hazard_pointer_clear macros using do/while(0) to fix
13580         compilation with MSVC.
13581         
13582         Code is contributed under MIT/X11 license.
13584 2007-09-14  Zoltan Varga  <vargaz@gmail.com>
13586         * gc.c (ves_icall_System_GCHandle_GetAddrOfPinnedObject): Use a return value of
13587         -2 to communicate to managed code that the handle is not pinned. Fixes #82848.
13589 Fri Sep 14 14:04:31 CEST 2007 Paolo Molaro <lupus@ximian.com>
13591         * icall-def.h, string-icalls.c: get rid of old, no longer used, string
13592         icalls.
13594 Fri Sep 14 11:41:31 CEST 2007 Paolo Molaro <lupus@ximian.com>
13596         * boehm-gc.c, gc-internal.h, object.c: allow strings to be
13597         managed-code allocated as well.
13599 2007-09-13  Zoltan Varga  <vargaz@gmail.com>
13601         * class.c (mono_class_is_assignable_from): Add support for generic variance.
13603 Thu Sep 13 11:55:55 CEST 2007 Paolo Molaro <lupus@ximian.com>
13605         * boehm-gc.c: fixed the build after the AOT changes.
13607 2007-09-13  Zoltan Varga  <vargaz@gmail.com>
13609         * wrapper-types.h: Add an ALLOC wrapper type.
13611         * gc-internals.h boehm-gc.c null-gc.c sgen-gc.c: Add functions needed by AOT to
13612         reference managed allocator methods.
13614 2007-09-12  Marek Safar  <marek.safar@gmail.com>
13616         * icall.c (ves_icall_MonoType_GetGenericArguments): Create an instance
13617         of Type array and not MonoType, a fix suggested by Hari.
13618         
13619 2007-09-12  Jonathan Chambers <joncham@gmail.com>
13621         * domain-internals.h, domain.c : Remove delegate_invoke_impl_with_target_hash
13622         and delegate_invoke_impl_no_target_hash from _MonoDomain struct.
13623         
13624         Code is contributed under MIT/X11 license.
13626 2007-09-10  Massimiliano Mantione  <massi@ximian.com>
13628         * domain.c, object.c, mono-config.c, object-internals.h: Fixed  #82416.
13630 2007-09-12  Marek Habersack  <mhabersack@novell.com>
13632         * image.c (do_mono_image_open): if assembly file fails to open and
13633         MONO_IOMAP is in effect, try to find the path in a
13634         case-insensitive way.
13636         * appdomain.c (mono_runtime_init): do not install postload hooks -
13637         tests show that MS.NET doesn't use anything of that sort to
13638         trigger the AppDomain.AssemblyResolve event.
13639         (mono_try_assembly_resolve): renamed from try_assembly_resolve and
13640         made non-static.
13641         (mono_runtime_init): init portability helpers here.
13643         * assembly.c (mono_assembly_load_with_partial_name): if other   
13644         attempts fail, trigger the AppDomain.AssemblyResolve event handler
13645         to resolve the assembly.
13647         * domain-internals.h: added mono_try_assembly_resolve and marked
13648         it as internal.
13650 2007-09-11  Jb Evain  <jbevain@novell.com>
13652         * object-internals.h (MonoReflectionDynamicMethod): add
13653         a `MonoReflectionType *owner` field. The owner is used
13654         * reflection.c:
13655         (mono_reflection_create_dynamic_method): use the owner of the dynamic
13656         method as the class declaring the dynamic method.
13657         (reflection_methodbuilder_from_dynamic_method): copy the owner of the
13658         dynamic method to the declaring type of the methodbuilder.
13660 2007-09-11  Mark Probst  <mark.probst@gmail.com>
13662         * icall.c (ves_icall_InternalInvoke): Enforce CoreCLR security
13663         rules for calling methods via reflection.
13665 2007-09-11  Zoltan Varga  <vargaz@gmail.com>
13667         * reflection.c (resolve_object): Add support for MonoGenericClass. 
13668         Inflate MonoType's.
13670 Tue Sep 11 16:08:08 CEST 2007 Paolo Molaro <lupus@ximian.com>
13672         * gc-internal.h, boehm-gc.c, null-gc.c, sgen-gc.c: allow the GC to
13673         provide a managed method that does fast allocations without needing
13674         a managed->unmanaged transition. Boehm GC implementation currently
13675         enabled for ptrfree objects on sane architectures.
13677 Tue Sep 11 16:00:35 CEST 2007 Paolo Molaro <lupus@ximian.com>
13679         * marshal.c, marshal.h: exported a couple of useful functions and
13680         added mono_mb_get_label () to easily handle backward branches.
13682 2007-09-10  Zoltan Varga  <vargaz@gmail.com>
13684         * reflection.c (resolve_object): Inflate generic methods. Fixes #82782.
13686 2007-09-10  Massimiliano Mantione  <massi@ximian.com>
13688         * loader.c (find_method): Fixed the regression introduced while
13689         fixing bug #81466.
13691 2007-09-09  Zoltan Varga  <vargaz@gmail.com>
13693         * class.c (mono_lookup_dynamic_token_class): Pass along the context here as
13694         well.
13695         
13696         * class.c loader.c metadata.c object.c class-internals.h object-internals.h
13697         icall.c reflection.c: Pass a MonoGenericContext argument to 
13698         mono_lookup_dynamic_token ().
13700         * reflection.c (resolve_object): Handle GenericTypeParameterBuilder. Fixes
13701         #82744.
13702         
13703 2007-09-09  Robert Jordan  <robertj@gmx.net>
13705         * object.c (mono_class_proxy_vtable): Don't create remoting trampolines
13706         for generic methods.
13708         * object.c (mono_object_get_virtual_method): Handle generic methods.
13709         Fixes bug #78882.
13711         Code is contributed under MIT/X11 license.
13713 Sat Sep 8 18:16:01 CEST 2007 Paolo Molaro <lupus@ximian.com>
13715         * image.c: fix locking in mono_image_load_file_for_image ().
13717 Thu Sep 6 19:48:00 CEST 2007 Paolo Molaro <lupus@ximian.com>
13719         * reflection.c, icall.c, icall-def.h: the methodinfos name field is
13720         used only as a cache: added an icall to fill it.
13722 2007-09-16  Rodrigo Kumpera  <rkumpera@novell.com>
13724         * reflection.h: exposed mono_reflection_free_type_info
13725         * reflection.c (mono_reflection_get_type_internal): type_args is always freed
13726         since mono_reflection_bind_generic_parameters makes a copy of it.
13727         * reflection.c (free_type_info): subinfos should be freed.
13728         * reflection.c (free_type_info): renamed to mono_reflection_free_type_info and 
13729         made non static.
13730         * icall.c (type_from_name and ves_icall_System_Reflection_Assembly_InternalGetType):
13731         replaced explicit cleanup of MonoTypeNameParse struct with a call to mono_reflection_free_type_info,
13732         this fixes #82695 and #81726.
13733    
13735 2007-09-03  Atsushi Enomoto  <atsushi@ximian.com>
13737         * process.h, process.c:  added support for user profile/info in
13738           ProcessStartInfo. For now only Windows works.
13740 Fri Aug 31 17:30:58 CEST 2007 Paolo Molaro <lupus@ximian.com>
13742         * metadata.c: consider the generic arguments when comparing
13743         signatures (bug #82614).
13745 Thu Aug 30 18:34:38 CEST 2007 Paolo Molaro <lupus@ximian.com>
13747         * cil-coff.h, image.c: updated assembly loader to cope with the
13748         PE32+ 64 bit file format.
13750 Thu Aug 30 16:47:38 CEST 2007 Paolo Molaro <lupus@ximian.com>
13752         * assembly.c, class.c, domain.c, loader.c: remove useless
13753         inclusion of cil-coff.h.
13755 2007-08-29  Jonathan Chambers  <joncham@gmail.com>
13757         * marshal.c (cominterop_get_ccw): Walk up interface hierarchy
13758         if interface is marked with CoClassAttribute. 
13759    
13760         Code is contributed under MIT/X11 license.
13762 Wed Aug 29 19:27:07 CEST 2007 Paolo Molaro <lupus@ximian.com>
13764         * sgen-gc.c: ensure no object from the to space is copied again or finalized
13765         if it's seen twice in major collections.
13767 Wed Aug 29 18:46:49 CEST 2007 Paolo Molaro <lupus@ximian.com>
13769         * sgen-gc.c: big objects are not copied to the gray area, but they
13770         need to be considered for scanning, too, if they are brought alive
13771         by an object ready for finalizations or a survived one.
13773 Wed Aug 29 18:43:11 CEST 2007 Paolo Molaro <lupus@ximian.com>
13775         * sgen-gc.c: properly account the number of disappearing links when
13776         they are nullified.
13778 Wed Aug 29 18:37:37 CEST 2007 Paolo Molaro <lupus@ximian.com>
13780         * sgen-gc.c: share the code to scan the registered roots between the
13781         different types of collections.
13783 2007-08-28  Zoltan Varga  <vargaz@gmail.com>
13785         * icall.c (ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_RunModuleConstructor): New icall.
13787 2007-08-28  Zoltan Varga  <vargaz@gmail.com>
13789         * object.c (mono_class_proxy_vtable): Use max_interface_id instead of
13790         class->max_interface_id in a one place. Fixes transparentproxy.exe test on ia64.
13792 2007-08-28  Mark Probst  <mark.probst@gmail.com>
13794         * security-manager.c (mono_security_manager_get_methods):
13795         LinkDemandSecurityException now has 2 arguments instead of 3.
13797 2007-08-27  Zoltan Varga  <vargaz@gmail.com>
13799         * class.c (mono_class_layout_fields): Only do the struct alignment hack on
13800         platforms which need it.
13802 Mon Aug 27 18:29:12 CEST 2007 Paolo Molaro <lupus@ximian.com>
13804         * sgen-gc.c: unregister thread data structures with a pthread_key_t
13805         dtor.
13807 Mon Aug 27 18:27:35 CEST 2007 Paolo Molaro <lupus@ximian.com>
13809         * threads.c: free the thread static data on thread exit.
13811 Mon Aug 27 10:55:54 CEST 2007 Paolo Molaro <lupus@ximian.com>
13813         * class.c: walk the hierarchy to find the generic definition for
13814         a class (fixes runtime part of bug #82498).
13816 2007-08-24  Zoltan Varga  <vargaz@gmail.com>
13818         * assembly.c (mono_assembly_close): Move the closing of the referenced assemblies to
13819         ...
13821         * image.c (mono_image_close): Here. Hopefully fixes #82510.
13823 2007-08-24  Mark Probst  <mark.probst@gmail.com>
13825         * monodiet.c (handle_cattrs): Fixed a custom attr leak.
13827 2007-08-24  Robert Jordan  <robertj@gmx.net>
13829         * appdomain.c: don't perform the ':'->';' substitution on Win32.
13831 2007-08-24  Jb Evain  <jbevain@novell.com>
13833         * class.c (mono_type_get_name_recurse): fix AssemblyQualifiedName
13834         for byref types.
13836 2007-08-24  Mark Probst  <mark.probst@gmail.com>
13838         * threads.c: Make sure a thread gets cleaned up only once.  Fixes
13839         #82286.
13841 2007-08-24  Zoltan Varga  <vargaz@gmail.com>
13843         * assembly.c: Fix a warning.
13844         
13845 2007-08-23  Marek Habersack  <mhabersack@novell.com>
13847         * appdomain.c: parse the <runtime> section looking for the probing
13848         element with the 'privatePath' attribute, which sets additional
13849         directories in which the runtime should look for assemblies.
13851 2007-08-23  Robert Jordan  <robertj@gmx.net>
13853         * marshal.c (Marshal_ReAllocHGlobal) : Fix GlobalReAlloc's flags.
13854         Fixes #82499.
13856 2007-08-23  Martin Baulig  <martin@ximian.com>
13858         * mono-debug.[ch]: Rename mono_debug_init_corlib() into
13859         _mono_debug_init_corlib() and remove it from the header file.
13861 2007-08-23  Martin Baulig  <martin@ximian.com>
13863         * mono-debug-debugger.c
13864         (mono_debugger_unhandled_exception): Ignore `ThreadAbortException';
13865         don't notify the debugger about it.
13867         * mono-debug-debugger.h
13868         (MonoDebuggerEvent): Removed `THREAD_ABORT'.
13870 2007-08-23  Robert Jordan  <robertj@gmx.net>
13872         * icall-def.h, process.*: implemented Get|SetPriorityClass icalls.
13873         Code is contributed under MIT/X11 license.
13875 Wed Aug 22 18:35:12 CEST 2007 Paolo Molaro <lupus@ximian.com>
13877         * sgen-gc.h, sgen-gc.c: abstracted most of the OS-specific code.
13879 2007-08-22  Martin Baulig  <martin@ximian.com>
13881         * mono-debug.c: Store debugging info on a per-domain basis and
13882         free it on domain unload.  Add support for unloading symbol files.
13884         * mono-debug.h
13885         (MonoDebugList): New typedef.
13886         (MonoSymbolTable):
13887         - add `data_tables and `type_table'.
13888         - replace 'symbol_files' and `num_symbol_files' with a
13889           `MonoDebugList *'.
13890         (mono_debug_data_table): Removed.
13891         (mono_debug_list_add): New public function.
13892         (mono_debug_list_remove): New public function.
13893         (mono_debug_init_1): Renamed into mono_debug_init_corlib().
13894         (mono_debug_init_2_memory): Renamed into
13895         mono_debug_open_image_from_memory().
13896         (mono_debug_close_image): New public function.
13897         (mono_debug_domain_create): Likewise.
13898         (mono_debug_domain_unload): Likewise.
13899         (MONO_DEBUGGER_VERSION): Bump to 60.
13901         * mono-debug-debugger.h
13902         (MonoDebuggerEvent):
13903         - remove `RELOAD_SYMTABS' and `METHOD_COMPILED'.
13904         - rename `ADD_MODULE' into `LOAD_MODULE'; add `UNLOAD_MODULE'.
13905         - add `DOMAIN_CREATE' and `DOMAIN_UNLOAD'.
13906         - rename `THREAD_CREATED' and `THREAD_EXITED' into
13907           `GC_THREAD_CREATED' and `GC_THREAD_EXITED'.
13908         - re-add `THREAD_CREATED' and `THREAD_EXITED'; with different
13909           meaning.
13910         (mono_debugger_add_symbol_file): Removed.
13911         (mono_debugger_add_type): Removed.
13912         (mono_debugger_lookup_type): Removed.
13913         (mono_debugger_lookup_assembly): Removed.
13915         * domain.c
13916         (mono_domain_create): Call mono_debug_domain_create().
13917         (mono_init_internal): Call mono_debug_init_corlib().
13919         * assembly.c
13920         (mono_assembly_close): Call mono_debug_close_image().
13922 Wed Aug 22 17:26:02 CEST 2007 Paolo Molaro <lupus@ximian.com>
13924         * sgen-gc.c: use the mono-mmap facilitites instead of hard-coding the
13925         mmap call.
13927 Wed Aug 22 17:17:09 CEST 2007 Paolo Molaro <lupus@ximian.com>
13929         * sgen-gc.c: ensure section->pin_queue_end is initialized
13930         correctly when non pinning objects in the section have been found.
13932 2007-08-22  Marek Habersack  <mhabersack@novell.com>
13934         * appdomain.c (set_domain_search_path): cope with PrivateBinPath
13935         containing a list of directories separated by ':'. MSDN docs say
13936         the directories should be separated with ';'. Part of a bugfix for
13937         bug #81446
13939 2007-08-21  Rodrigo Kumpera  <rkumpera@novell.com>
13941         * class.c (mono_type_retrieve_from_typespec) : fixed the return type
13942         it should MonoType and not MonoClass.
13944 2007-08-21  Atsushi Enomoto  <atsushi@ximian.com>
13946         * culture-info-table.h : regenerated.
13948 2007-08-20  William Holmes  <billholmes54@gmail.com>
13950         *file-io.c: Added ves_icall_System_IO_MonoIO_ReplaceFile
13951          to call ReplaceFile Kernel32 on windows or in io-layer.
13952         *file-io.h: Added deceleration for ves_icall_System_IO_MonoIO_ReplaceFile
13953         *icall-def.h: Register ves_icall_System_IO_MonoIO_ReplaceFile
13954          as an internal call.
13956         Code is contributed under MIT/X11 license.
13958 2007-08-20  Jb Evain  <jbevain@novell.com>
13960         * class-internals: add definitions for MONO_EXCEPTION_METHOD_ACCESS
13961         and MONO_EXCEPTION_FIELD_ACCESS.
13963         * debug-helpers.[c|h]: new mono_field_full_name function.
13965 2007-08-20  Mark Probst  <mark.probst@gmail.com>
13967         * class.c: Removed class_security_level() and moved it to
13968         security-core-clr.c.
13970         * security-core-clr.c, security-core-clr.h: class_security_level()
13971         is now public and renamed to mono_security_core_clr_class_level().
13972         It also looks for security attributes in the classes a class is
13973         nested in.
13975 2007-08-20  Mark Probst  <mark.probst@gmail.com>
13977         * security-core-clr.c, security-core-clr.h: CoreCLR security
13978         utility functions.
13980         * Makefile.am: Added security-core-clr.[ch].
13982         * security-manager.c, security-manager.h: Functions and enum for
13983         setting and getting the security mode.
13985         * class.c: CoreCLR security checks.
13987 Mon Aug 20 12:38:42 CEST 2007 Paolo Molaro <lupus@ximian.com>
13989         * icall-def.h, process.c, process.h: implemented icall to get
13990         user/system processor times.
13992 2007-08-17  Mark Probst  <mark.probst@gmail.com>
13994         * domain.c, threads.c, class-internals.h, domain-internals.h: New
13995         reader-lock-free jit_info_table.
13997 2007-08-17  Zoltan Varga  <vargaz@gmail.com>
13999         * metadata.c (mono_type_to_unmanaged): Handle MONO_NATIVE_CUSTOM.
14001         * marshal.c (mono_marshal_type_size): Ditto. Fixes #82465 and #82466.   
14003         * object-internals.h (MonoException): Add missing _data member.
14005 2007-08-08  Massimiliano Mantione  <massi@ximian.com>
14007         * loader.c (find_method, find_method_in_class): Fixed bug #81466,
14008         checking that only methods with matching qname or fqname are picked
14009         from implemented interfaces.
14011 2007-08-16  Rodrigo Kumpera  <rkumpera@novell.com>
14013         * verify.c (do_newarr):added, do type verification of
14014         newarr ops, push the right value on the eval stack.
14015         * verify.c (mono_method_verify): use do_newarr
14018 2007-08-16  Rodrigo Kumpera  <rkumpera@novell.com>
14020         * verify.c (do_ldobj_value, do_unbox_value and do_box_value):
14021         factored the common code into get_boxable_mono_type, which
14022         is now using mono_type_get_full, this fixed byref related tests.
14024 2007-08-16  Rodrigo Kumpera  <rkumpera@novell.com>
14026         * class.c: added mono_type_get_full, this function has the same
14027         behavior of mono_class_get_full but the returned MonoType has
14028         all metadata of the associated token in case of a typespec token.
14029         * class.c: added mono_type_retrieve_from_typespec, used by 
14030         mono_type_get_full to retrieve the token type.
14031         * class.c (mono_class_create_from_typespec): changed to use
14032         mono_type_retrieve_from_typespec.
14033         * class.c (mono_ldtoken): changed to use mono_type_get_full
14034         for MONO_TOKEN_TYPE_(DEF|REF|SPEC).
14035         * class-internals.h: exported mono_type_get_full for internal use.
14037 2007-08-16  Jb Evain  <jbevain@novell.com>
14039         * domain.c (supported_runtimes): add entry for
14040         the 'moonlight' runtime version.
14042 2007-08-15  Rodrigo Kumpera  <rkumpera@novell.com>
14044         * verify.c (mono_method_verify): small typo sliped in.  
14046 2007-08-15  Rodrigo Kumpera  <rkumpera@novell.com>
14048         * verify.c (do_unbox_value): added, do type verification of
14049         unboxing ops
14050         * verify.c (mono_method_verify): use do_unbox_value
14053 2007-08-15  Rodrigo Kumpera  <rkumpera@novell.com>
14055         * verify.c (dump_stack_value): fixed typo, was printing string
14056         instead of object on stack.
14057         * verify.c (do_box_value): moved the byref check up as it leads
14058         to invalid code and should be done earlier.
14059         * verify.c: improved error messages for and ldobj
14061 2007-08-15  William Holmes  <billholmes54@gmail.com>
14063         * marshal.c (emit_marshal_custom): Omit the call to 
14064           marshal_native_to_managed when calling native to managed 
14065           and the argument is specified as an out argument.
14067         Code is contributed under MIT/X11 license.
14069 2007-08-15  Rodrigo Kumpera  <rkumpera@novell.com>
14071         * verify.c: fixed the type checks for generics, function pointers and vectors.
14072         Added type verification for ldobj and ldtoken. The verifier
14073         would segfault if header or signature of a method contained references
14074         to non-existant types.
14076 2007-08-15  Jonathan Chambers  <joncham@gmail.com>
14078         * marshal.c (cominterop_get_ccw): Patch from
14079         Bill Holmes to no walk up interface hierarchy. 
14080         All parent methods should be present in the interface for COM.
14081    
14082         Code is contributed under MIT/X11 license.
14084 2007-08-15  Jonathan Chambers  <joncham@gmail.com>
14086         * marshal.c (emit_marshal_com_interface): Patch from
14087         Bill Holmes to handle COM Interfaces as return values
14088         for native->managed calls.
14089    
14090         Code is contributed under MIT/X11 license.
14092 2007-08-14  Jonathan Chambers  <joncham@gmail.com>
14094         * marshal.c (cominterop_get_idispatch_for_object): Implement
14095         for runtime callable wrappers.
14096    
14097         Code is contributed under MIT/X11 license.
14099 2007-08-13  Rodrigo Kumpera  <rkumpera@novell.com>
14101         * pedump.c (main): changed from mono_init to mono_init_from_assembly
14102         so 2.0 types are accessible
14105 2007-08-13  Miguel de Icaza  <miguel@novell.com>
14107         * domain.c (mono_init_internal): Call mono_assembly_load_friends
14108         once we load mscorlib.   Due to the order in which we initialize,
14109         the mono_assembly_load_full routine that loads mscorlib did not
14110         load friends.   We now load it once we load the
14111         mono_defaults.internals_visible_class class. 
14113         * assembly.c: Expose the mono_load_friend_assemblies method.
14115 2007-08-11  Rodrigo Kumpera  <rkumpera@novell.com>
14117         * verify.c: improved the handling of boxing, better
14118         type checking for unary ops and conversion. Fix bug
14119         regarding managed pointer compatibility checking
14121 2007-08-11  Zoltan Varga  <vargaz@gmail.com>
14123         * icall.c (ves_icall_System_Array_SetGenericValueImpl): New icall.
14125         * threads.c threads-types.h: Export mono_thread_get_stack_bounds.
14127 2007-08-09  Raja R Harinath  <rharinath@novell.com>
14129         * reflection.c (dup_type): Remove.
14130         * class.c (dup_type): Remove.
14131         (mono_metadata_signature_deep_dup): Use 'mono_metadata_type_dup'
14132         instead of the dodgy 'dup_type'.
14133         (inflate_generic_type): Likewise.  Fix the VAR/MVAR cases to
14134         handle the case where 'dup_type' needed the second argument.
14136 2007-08-08  Zoltan Varga  <vargaz@gmail.com>
14138         * domain.c: Fix a warning.
14140 2007-08-08  Massimiliano Mantione  <massi@ximian.com>
14142         * class.c (mono_class_setup_vtable_general): Fixed bug #77127,
14143         checking that methods with the same fqname are not overridden
14144         with a method from an ancestor.
14146 2007-08-07  Zoltan Varga  <vargaz@gmail.com>
14148         * threads.c (free_thread_static_data_helper): Avoid a crash if
14149         thread->static_data is not yet set.
14151 2007-08-07  Jonathan Chambers  <joncham@gmail.com>
14153         * marshal.c: Use correct image when emitting
14154         native wrapper for COM calls.
14155    
14156         Code is contributed under MIT/X11 license.
14158 2007-08-07  Atsushi Enomoto  <atsushi@ximian.com>
14160         * icall-def.h, security.c, security.h :
14161           added icall wrapper to ProtectedMemory.[Unprotect|Protect]Data().
14163 2007-08-07  Martin Baulig  <martin@ximian.com>
14165         * mono-debug-debugger.h
14166         (MonoDebuggerEvent): Add `MONO_DEBUGGER_EVENT_DOMAIN_UNLOAD'.
14168         * domain.c (mono_domain_free): Call
14169         `mono_debugger_event (MONO_DEBUGGER_EVENT_DOMAIN_UNLOAD)'.
14171 2007-08-06  Rodrigo Kumpera  <rkumpera@novell.com>
14173         * verify.c (check_underflow, check_overflow): error message now returns IL offset
14174         * verify.c (in_same_block): code should test if either offset is inside the clauses
14175         * verify.c (mono_method_verify): push the exception into the eval stack of exception
14176         and filter blocks
14178 2007-08-03  Zoltan Varga  <vargaz@gmail.com>
14180         * image.c (mono_image_close): Fix a leak.
14182         * object.c (mono_runtime_invoke_array): Avoid using alloca.
14184         * icall.c (ves_icall_FieldInfo_SetValueInternal): Ditto.        
14186 Fri Aug 3 19:54:23 CEST 2007 Paolo Molaro <lupus@ximian.com>
14188         * domain.c, threads.c, threads-types.h: fix memory retention issue
14189         with thread static variables not being cleared on domain unload.
14190         Reuse thread static slots after domain unload.
14192 2007-08-03  Zoltan Varga  <vargaz@gmail.com>
14194         * object.c (mono_runtime_invoke_array): Handle the case when the receiver is a
14195         nullable type.
14197         * marshal.c (mono_marshal_get_runtime_invoke): Revert the previous change, it is
14198         now done in mono_runtime_invoke_array.
14200         * marshal.c (mono_marshal_get_runtime_invoke): Handle the case when the 
14201         receiver is a nullable type.
14203         * class.c (mono_class_is_assignable_from): Handle the case when klass is a 
14204         generic parameter.
14206 2007-08-03  Jonathan Chambers  <joncham@gmail.com>
14208         * marshal.c: Implement COM Objects as return type for 
14209         managed->unmanaged calls. Added Release calls for COM Object
14210         out/return values in managed->unmanaged calls.
14212         Code is contributed under MIT/X11 license.
14214 Fri Aug 3 17:00:51 CEST 2007 Paolo Molaro <lupus@ximian.com>
14216         * threads.h, threads-type.h: move the hazard pointer declarations
14217         to the private header.
14219 Fri Aug 3 13:13:39 CEST 2007 Paolo Molaro <lupus@ximian.com>
14221         * file-io.c, appdomain.c: memory leak fixes.
14223 2007-08-02  Dick Porter  <dick@ximian.com>
14225         * socket-io.c
14226         (ves_icall_System_Net_Sockets_Socket_Socket_internal): Move the
14227         SO_REUSEADDR setting into io-layer/sockets.c.
14229 2007-08-01  Zoltan Varga  <vargaz@gmail.com>
14231         * icall.c (ves_icall_Type_GetMethodsByName): Return the members inherited
14232         from Object when called on a generic parameter. Fixes #82211.
14234 2007-08-01  Dick Porter  <dick@ximian.com>
14236         * file-io.c (convert_share): Test FileShare values bit-by-bit.
14237         Fixes bug 79250 yet again.
14239 2007-07-30  Martin Baulig  <martin@ximian.com>
14241         Merged the `debugger-dublin' branch.
14243         * mono-debug.h
14244         (MonoDebugDataTable): New typedef.
14245         (MonoDebugMethodAddressList): New typedef.
14246         (MonoDebugWrapperData): Removed.
14247         (MonoDebugSymbolTable): Removed `current_data_table',
14248         `current_data_table_size', `current_data_table_offset'.
14249         (MonoDebugDataItemType): Moved into mono-debug.c.
14250         (MonoDebugMethodJitInfo): Remove `address'.
14251         (mono_debug_data_table): New global variable.
14252         (mono_debug_lookup_method_addresses): New public function.
14253         (mono_debug_find_method): Take a `MonoMethod *', not a
14254         `MonoDebugMethodInfo *'.
14256         * mono-debug.c: Drop support for the old symbol tables.
14258 2007-06-28  Martin Baulig  <martin@ximian.com>
14260         * mono-debug.c (mono_debug_debugger_version): New public variable.
14262 2007-07-31  William Holmes  <billholmes54@gmail.com>
14264         * metadata.c Changed mono_type_create_from_typespec to not insert
14265           the type into the hash map until after
14266           do_mono_metadata_parse_type has completed.
14267         Fixes Bug #82194
14268         Code is contributed under MIT/X11 license.
14270 2007-07-31  Zoltan Varga  <vargaz@gmail.com>
14272         * icall.c (ves_icall_Type_GetMethodsByName): Avoid a crash when called on a
14273         generic parameter. Fixes #82211.
14275 2007-07-27  Jb Evain  <jbevain@novell.com>
14277         * pedump.c (dump_metadata, dump_metadata_header): dump
14278         versions contained in the metadata header.
14280 Fri Jul 27 17:07:40 CEST 2007 Paolo Molaro <lupus@ximian.com>
14282         * threads.c: register small_id_table with the GC.
14284 2007-07-27  Mark Probst  <mark.probst@gmail.com>
14286         * threads.c, threads.h, class-internals.h, object-internals.h:
14287         Hazard pointers, to be used by lock-free parallel algorithms.
14289 2007-07-26  Dick Porter  <dick@ximian.com>
14291         * appdomain.c (mono_runtime_cleanup): Invoke io-layer cleanup
14292         routine on non-windows platforms, as I've not managed to think of
14293         a non-kludgy way of doing this.  Finishes off bug 78739.
14295 Wed Jul 25 18:06:33 CEST 2007 Paolo Molaro <lupus@ximian.com>
14297         * object.c: properly setup interface_bitmap in proxy vtables.
14299 2007-07-25  Marek Habersack  <mhabersack@novell.com>
14301         * appdomain.c (get_shadow_assembly_location): do not use TickCount
14302         to create unique shadow copy target directories, use the domain's
14303         serial number instead. Each domain gets a unique target directory
14304         that way.
14306         * domain.c (mono_domain_create): added code to increment domain
14307         shadow copy serial number and cache the value in the current
14308         domain structure.
14310         * domain-internals.h (struct _MonoDomain): added a new field -
14311         shadow_serial to hold the serial number used in generation of
14312         shadow-copy directories. This is to make sure that the directory
14313         name is unique for each and every domain created. We avoid a race
14314         condition with overriding assemblies already in use by other app
14315         domains.
14317 2007-07-24  Rodrigo Kumpera  <rkumpera@novell.com>
14319         * class.c (mono_bounded_array_class_get): fixed memory leak when 
14320         binding generic parameters.
14322 2007-07-24  Raja R Harinath  <rharinath@novell.com>
14324         * metadata.c (do_mono_metadata_parse_generic_class): Use
14325         mono_metadata_lookup_generic_class.  Don't g_assert on a metadata
14326         error.
14328 Tue Jul 24 15:15:19 CEST 2007 Paolo Molaro <lupus@ximian.com>
14330         * loader.c, class-internals.h, reflection.c: removed the per-method
14331         generics hashtable: we use the global one through the call of
14332         mono_class_inflate_generic_method ().
14334 Mon Jul 23 19:43:14 CEST 2007 Paolo Molaro <lupus@ximian.com>
14336         * class.c, metadata.c, class-internals.h: introduce yet another
14337         generics global cache for inflated methods (fixes 98% of the perf
14338         issue in bug #81806).
14340 2007-07-23  Raja R Harinath  <rharinath@novell.com>
14342         Fix #81035 -- avoid allocating MonoGenericInsts willy-nilly
14343         * metadata.c (mono_metadata_lookup_generic_inst): Kill.
14344         (mono_metadata_get_generic_inst): New.  Given a list of MonoType*,
14345         return a MonoGenericInst containing (a copy) of those types.
14346         (mono_metadata_inflate_generic_inst): Update to changes.
14347         (mono_metadata_parse_generic_inst): Likewise.
14348         (mono_get_shared_generic_inst): Likewise.
14349         * reflection.c (mono_class_bind_generic_parameters): Likewise.
14350         (mono_reflection_bind_generic_method_parameters): Likewise.
14351         * metadata-internals.h: Likewise.
14352         * icall.c (free_generic_context): Kill.
14353         (init_generic_context_from_args): Use mono_metadata_get_generic_inst.
14355         * reflection.c (reflection_methodbuilder_to_mono_method): Use
14356         mono_metadata_type_dup.
14357         * marshal.c (mono_mb_create_method): Likewise.
14359         * metadata.c (mono_metadata_type_dup): Rename from
14360         mono_metadata_type_dup_mp.  Take an optional mempool instead of a
14361         MonoImage.  Handle a few more cases, esp. when no mempool is given.
14362         * marshal.c, metadata-internals.h: Update to changes.
14364 Mon Jul 23 11:43:31 CEST 2007 Paolo Molaro <lupus@ximian.com>
14366         * class.c: fixed a small leak for array classes and removed warning.
14368 2007-07-22  Zoltan Varga  <vargaz@gmail.com>
14370         * loader.c (mono_method_get_param_token): Make this work on generic methods.
14371         Return 0x8000000 for return parameters. Fixes #82161.
14373 2007-07-21  Marek Habersack  <grendello@gmail.com>
14375         * appdomain.c (get_shadow_assembly_location): append the current
14376         ticks value to the path. Avoids overwriting the same assemblies by
14377         several threads at the same time.
14379 2007-07-20  Atsushi Enomoto  <atsushi@ximian.com>
14380         and Raja R Harinath  <rharinath@novell.com>
14382         * icall.c (ves_icall_MonoMethod_get_IsGenericMethodDefinition):
14383         Simplify slightly.
14384         (ves_icall_MonoMethod_GetGenericMethodDefinition): Update
14385         property for testing if a method is a generic method definition.
14387 2007-07-20  Atsushi Enomoto  <atsushi@ximian.com>
14389         * domain-internals.h : added 2.0 member fields to MonoAppDomainSetup.
14391 2007-07-19  Rodrigo Kumpera  <rkumpera@novell.com>
14393         * verify.c: used function from private branch, reverted to the one in class.h 
14395 2007-07-19  Rodrigo Kumpera  <rkumpera@novell.com>
14397         * verify.c: a typo slipped in and the code wont compile
14399 2007-07-19  Rodrigo Kumpera  <rkumpera@novell.com>
14401         * verify.c: now all code use IS_MANAGED_POINTER and UNMASK_TYPE macros.
14402         disabled box instruction as it is doing the wrong thing
14403         improved stack dump messages, now it is easier to debug type related issues
14406 2007-07-19  Juraj Skripsky  <js@hotfeet.ch>
14408         * icall.c (ves_icall_System_MonoType_getFullName): Fix a leak. 
14410 2007-07-19  Rodrigo Kumpera  <rkumpera@novell.com>
14412         * verify.c: changed MONO_TYPE_TYPEDBYREF stack type from 
14413         TYPE_COMPLEX to TYPE_PTR, it did not make any sense to be
14414         grouped with class and valuetype. This change will simply 
14415         the code as it should be handled just like unmanaged pointers.
14417 2007-07-19  Mark Probst  <mark.probst@gmail.com>
14419         * class.c (concat_two_strings_with_zero): Fixed a silly bug.
14421 2007-07-19  Rodrigo Kumpera  <rkumpera@novell.com>
14423         * verify.c: several stack merge issues fixed, reference comparisons now
14424         check the type size. strict type check now works correctly.
14425         added more uses of IS_MANAGED_POINTER macro.
14426         fixed issues pointed by running the test suite against .net.
14427         
14429 2007-07-19  Mark Probst  <mark.probst@gmail.com>
14431         * class.c, loader.c, class-internals.h: Removed the
14432         MonoLoaderErrorKind enum and replaced it with the MONO_EXCEPTION_
14433         defines.
14435         * icall.c: Better error checking in some internal reflection
14436         methods.
14438 2007-07-18  William Holmes  <billholmes54@gmail.com>
14440         * filewatcher.c : removed unused variable 'filename' in 
14441           ves_icall_System_IO_FSW_SupportsFSW
14443 Mon Jul 16 19:36:16 CEST 2007 Paolo Molaro <lupus@ximian.com>
14445         * reflection.c, class.c, icall.c, loader.c: mono_get_inflated_method () is
14446         obsolete, removed.
14448 2007-07-15  Zoltan Varga  <vargaz@gmail.com>
14450         * icall.c (ves_icall_System_Reflection_FieldInfo_GetTypeModifiers): New icall.
14451         
14452         * icall.c (ves_icall_System_Reflection_Module_ResolveSignature): New icall.
14454 2007-07-14  Zoltan Varga  <vargaz@gmail.com>
14456         * icall.c (ves_icall_System_Reflection_Module_ResolveMethodToken): 
14457         Implement generics support.
14458         (ves_icall_System_Reflection_Module_ResolveFieldToken): Ditto.
14460         * icall.c (ves_icall_System_Reflection_Module_ResolveTypeToken): Add new
14461         type_args and method_args arguments.
14462         (ves_icall_System_Reflection_Module_ResolveMethodToken): Ditto.
14463         (ves_icall_System_Reflection_Module_ResolveFieldToken): Ditto.
14464         (ves_icall_System_Reflection_Module_ResolveMemberToken): Ditto.
14466 2007-07-13  Rodrigo Kumpera  <rkumpera@novell.com>
14468         * reflection.c: patch from Thong Nguyen to fix atribute resolution.
14469           It adds a rootimage parameter to mono_reflection_get_type_internal,
14470           adds new function mono_reflection_get_type_with_rootimage and use
14471           the rootimage to resolve the types instead of the current image
14473 2007-07-13  Rolf Bjarne Kvinge  <RKvinge@novell.com>
14475         * culture-info-table.h: Forgot to update after r78304.
14477 2007-07-13  Raja R Harinath  <rharinath@novell.com>
14479         * class.c (mono_class_is_open_constructed_type)
14480         <MONO_TYPE_GENERICINST>: Don't recompute a computed field.
14482 2007-07-12  Rodrigo Kumpera  <rkumpera@novell.com>
14484         * class.c (mono_bounded_array_class_get):  method fails if used with
14485         an incomplete TypeBuilder enum (no basetype field), fixed it by 
14486         avoiding calculating the size for such array as it cannot be instantiated.
14487         Fix bug #82015
14489 2007-07-12  Raja R Harinath  <rharinath@novell.com>
14491         * class-internals.h (_MonoGenericInst::is_reference): Remove bogus
14492         field.
14493         * metadata.c, reflection.c: Update to changes.
14495 2007-07-11  Rodrigo Kumpera  <rkumpera@novell.com>
14497         * class.c, class-internal.h: added mono_type_is_valid_enum_basetype and
14498         mono_class_is_valid_enum, they are used to valide a enum when loading.
14499         * reflection.c: used new functions to throw TypeLoadException when and
14500         invalid enum is build with TypeBuilder. Fixes #82018
14501   
14502 Wed Jul 11 14:47:07 CEST 2007 Paolo Molaro <lupus@ximian.com>
14504         * object.c: forgot commit of mono_class_setup_methods () to access
14505         iface->methods.
14506         * object-internals.h: added a few more handy fields to
14507         MonoIMTCheckItem.
14509 2007-07-11  Zoltan Varga  <vargaz@gmail.com>
14511         * object.c (build_imt): Call mono_class_setup_methods () before accessing 
14512         iface->methods.
14514 Tue Jul 10 16:49:01 CEST 2007 Paolo Molaro <lupus@ximian.com>
14516         * class-internals.h, object-internals.h, object.c: IMT-based
14517         interface invocation core from Massimiliano Mantione
14518         (massi@ximian.com) with a reworked arch-specific interface,
14519         bsearch implementation and a few bugfixes and memory savings by me.
14521 2007-07-10  Rodrigo Kumpera  <rkumpera@novell.com>
14523         * class.c (mono_class_create_from_typedef): mono would segfault if 
14524         an enum did not have a __value field. It now throws a TypeLoadException
14525         for such cases. Fix bug #82022
14527 2007-07-10  Zoltan Varga  <vargaz@gmail.com>
14529         * marshal.c (mono_marshal_string_to_utf16_copy): Fix allocation size.
14531 2007-07-09  Mark Probst  <mark.probst@gmail.com>
14533         * class.c (mono_class_init): If a class is already inited but has
14534         an exception_type set, return FALSE, not TRUE.  Fixes: 82050.
14536 2007-07-09  Mark Probst  <mark.probst@gmail.com>
14538         * class.c: Properly handle the case of an unimplemented interface
14539         method.  Fixes: 81673.
14541 Mon Jul 9 16:21:43 CEST 2007 Paolo Molaro <lupus@ximian.com>
14543         * class-internals.h, object.c: cleanup patch from massi: use
14544         MonoVTable->interface_bitmap since the vtable interfaces offset array
14545         is going away.
14547 2007-07-10  Zoltan Varga  <vargaz@gmail.com>
14549         * icall-def.h icall.c: Remove Module:get_MDStreamVersion icall and add a new
14550         GetMDStreamVersion icall instead.
14552 Mon Jul 9 11:34:17 CEST 2007 Paolo Molaro <lupus@ximian.com>
14554         * filewatcher.c: patch from Thong Nguyen <tum@veridicus.com> to
14555         not use mono_dl_build_path() with a full library name: makes
14556         fallbacks to libgaim and libfam work.
14558 2007-07-06  William Holmes  <billholmes54@gmail.com>
14560         * assembly.c: Added a continue statement in probe_for_partial_name when
14561          parse_assembly_directory_name fails.  Fixes : 82002
14563 2007-07-06  Rodrigo Kumpera  <rkumpera@novell.com>
14565         * verify.c (check_unmanaged_pointer_type): renamed to check_unverifiable_type
14566         and added a verification  for TYPEDBYREF.
14567         * verify.c (verify_stack_type_compatibility): fix handling of byref types,
14568         make native int interchangeable with int32 and some small cleanup and formating.
14569         * verify.c (push_arg): only ldarg on invalid argument is valid (but not verifiable) and
14570         handle byref of byref.
14571         * verify.c (push_local): handle byref of byref.
14572         * verify.c (do_binop): invalid mix of values is unverifiable
14573         * verify.c (do_invoke_method): fixed the handling of bad params on stack and
14574         added visibility checks
14575         * verify.c (field related method): added visibility checks
14576         * verify.c (do_push_field): cannot take the address of a temporary valuetype field
14578 2007-07-06  Zoltan Varga  <vargaz@gmail.com>
14580         * marshal.c (mono_marshal_string_to_utf16_copy): Null terminate the
14581         string.
14583 2007-07-05  Zoltan Varga  <vargaz@gmail.com>
14585         * profiler.c (mono_profiler_load): Fix an off-by-one error.
14587         * marshal.c (emit_marshal_string): When returning a string from managed code,
14588         allways make a copy even for unicode strings. Fixes #81990.
14590 Wed Jul 4 11:53:57 CEST 2007 Paolo Molaro <lupus@ximian.com>
14592         * object.c: cleaned up mono_runtime_invoke_array () and fixed handling
14593         of byref generic inst types (bug #81997).
14595 2007-07-03  Rodrigo Kumpera  <rkumpera@novell.com>
14597         * class.c: moved methods mono_method_can_access_field and mono_method_can_access_method from mini/mini.c
14598         * class.h: added declarations of mono_method_can_access_field() and mono_method_can_access_method()
14600 2007-07-02  Zoltan Varga  <vargaz@gmail.com>
14602         * marshal.c (emit_marshal_string): Add support for unicode strings in
14603         MARSHAL_ACTION_MANAGED_CONV_RESULT. Fixes #81990.
14605 2007-07-02 Rodrigo Kumpera  <rkumpera@novell.com>
14607         * verify.c: field load/store are now verified, missing only access checks now
14609 2007-06-28  Martin Baulig  <martin@ximian.com>
14611         * mono-debug.c (mono_debug_debugger_version): New public variable.
14613 2007-06-24  Gert Driesen  <drieseng@users.sourceforge.net>
14615         * locales.c: When constructing DateTimeFormat or NumberFormat for
14616         MonoCultureInfo, inherit readonly bit from MonoCultureInfo. The
14617         MonoCultureInfo contructed from the current locale is always
14618         read-only and has UseUserOverride set to true. All MonoCultureInfo
14619         instances returned for GetCultures have both IsReadOnly and
14620         UseUserOverride set to true. Fixes part of bug #81930.
14622 2007-06-22  Jonathan Chambers  <joncham@gmail.com>
14624        * icall-def.h: Update System.__ComObject icalls
14625        * marshal.c: Avoid managed transition (and object creation)
14626        when looking up COM interface in RCW.
14627        * marshal.h: Ditto.
14628        
14629        Code is contributed under MIT/X11 license.
14631 2007-06-22  Zoltan Varga  <vargaz@gmail.com>
14633         * marshal.c (mono_marshal_get_runtime_invoke): Cache in the method image for now
14634         to avoid crashes during assembly unloading.
14636 2007-06-22  Raja R Harinath  <rharinath@novell.com>
14638         Fix MethodInfo.IsGenericMethodDefinition
14639         * reflection.c (mono_reflection_bind_generic_method_parameters):
14640         Rearrange code to ensure we always uses a generic method definition.
14641         * class.c (mono_class_inflate_generic_method_full): Set
14642         'generic_container' field only for generic method definitions.
14643         * icall.c (ves_icall_MonoMethod_get_IsGenericMethodDefinition):
14644         Use presense of 'generic_container' field as indication of being a
14645         generic method definition.
14647 2007-06-21  Zoltan Varga  <vargaz@gmail.com>
14649         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
14651         * object-internals.h: Reflect changes in the layout of the managed Delegate
14652         class.
14653         
14654         * object-internals.h reflection.c icall-def.h: Applied patch from Robert
14655         Jordan (robertj@gmx.net). Add a dtor to dynamic methods which frees up the
14656         runtime memory used by the dynamic method. Fixes #77146.
14658 2007-06-21  Dick Porter  <dick@ximian.com>
14660         * file-io.h: 
14661         * file-io.c (convert_share): Cope with FileShare.Delete.  Patch
14662         from Wojtek Krawczyk <krawczyk.wojciech@gazeta.pl>, fixes bug
14663         81767.
14665 2007-06-21  Raja R Harinath  <rharinath@novell.com>
14667         * reflection.c (method_encode_methodspec): Add a tripwire.
14668         * class.c (inflate_generic_type): The fully open generic type is
14669         not the same as the generic type definition.
14671 2007-06-21  Martin Baulig  <martin@ximian.com>
14673         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 59.
14675         * mono-debug-debugger.h
14676         (MonoDebuggerBreakpointInfo): Removed.
14677         (mono_debugger_insert_breakpoint_full): Moved to ../mini/debug-mini.h.
14678         (mono_debugger_remove_breakpoint): Likewise.
14679         (mono_debugger_breakpoint_callback): Likewise.
14680         (mono_debugger_start_add_type): Renamed into mono_debugger_add_type().
14682 2007-06-21  Raja R Harinath  <rharinath@novell.com>
14684         * metadata.c (mono_metadata_lookup_generic_class): The fully open
14685         generic type is not the same as the generic type definition.
14686         * class.c (mono_generic_class_get_class): Likewise.
14688 2007-06-20  Geoff Norton  <gnorton@customerdna.com>
14690         * icall.c: The second argument to 
14691         System.Reflection.MethodBase.GetMethodFromHandleInternalType
14692         is a MonoType not a MonoClass.
14694 2007-06-20  Rodrigo Kumpera  <kumpera@gmail.com>
14696         * verify.c: support for function pointers in the verifier
14698 2007-06-20  Rodrigo Kumpera  <kumpera@gmail.com>
14700         * verify.c: unmanaged pointer verification checks (loading unmanaged pointers is unverifiable)
14702 Wed Jun 20 10:22:15 CEST 2007 Paolo Molaro <lupus@ximian.com>
14704         * assembly.c: removed Mono.Data.SqliteClient from the list of
14705         forward-compatible assemblies as it breaks the ABI (bug #81899).
14707 2007-06-19  Raja R Harinath  <rharinath@novell.com>
14709         * metadata.c (mono_metadata_lookup_generic_class): Protect cache
14710         lookup/update with the loader lock.
14711         * reflection.c (mono_class_bind_generic_parameters): No need to
14712         protect mono_metadata_lookup_* with the loader lock.
14713         * class.c (inflate_generic_type): Likewise.
14714         
14715         * metadata.c (ginst_in_image): Avoid mono_class_from_mono_type
14716         on a generic instantiated type.
14718 2007-06-18  Rodrigo Kumpera <kumpera@gmail.com>
14720         *verify.c: produce meanfull error messages on verification error
14721         *verify.c: fixed some cases of verification errors reported as validation errors
14722         *pedump.c: fixed the error name array, now it shows validation errors properly
14723         *verify.h: fixed the contant that should be used for verification errors
14725 Mon Jun 18 17:07:22 CEST 2007 Paolo Molaro <lupus@ximian.com>
14727         * metadata.c, image.c, metadata-internals.h: part of the fixes needed
14728         for bug #77596, 81858 and 80743 (generics data structures on domain
14729         unload).
14731 2007-06-15  Raja R Harinath  <rharinath@novell.com>
14733         Avoid allocating 'MonoGenericContext' on the heap.
14734         * class-internals (_MonoMethodInflated::context): Make field
14735         inline, not a pointer.
14736         * loader.c (method_from_methodspec): Allocate 'new_context' on the
14737         stack.  Use the context embedded within the inflated method as the
14738         hash key, rather than 'new_context'.
14739         * class.c (inflate_generic_context): Simplify.  Return a struct
14740         rather than allocating on the heap.
14741         (mono_class_inflate_generic_method_full): Update to changes.  Now,
14742         doesn't salt away a copy of the context -- simplifying the
14743         lifetime rules of a 'MonoGenericContext *'.
14744         (mono_method_get_context): Return pointer to embedded context.
14745         (setup_generic_array_ifaces): Allocate temporary context on stack.
14746         * reflection.c (inflate_mono_method): Likewise.
14747         (mono_reflection_bind_generic_method_parameters): Likewise.
14748         Use the context embedded within the inflated method as the hash key.
14750         Avoid a source of allocation of 'MonoGenericContext'.
14751         * class-internals.h (_MonoGenericClass::context): Combine 'inst'
14752         and 'cached_context' fields into embedded 'MonoGenericContext' field.
14753         * class.c: Update to changes.
14754         (mono_generic_class_get_context): Simplify drastically.  Now just
14755         returns a pointer to the field.
14756         * metadata-internals.h (mono_metadata_generic_context_hash): Mark
14757         argument as a const pointer.
14758         (mono_metadata_generic_context_equal): Likewise.
14759         * metadata.c, loader.c, icall.c, reflection.c, verify.c:
14760         Update to changes.
14762 2007-06-14  Rodrigo Kumpera  <kumpera@gmail.com>
14764         * verify.c improved the handling of brtrue/brfalse, factored out common code
14766 2007-06-14  Raja R Harinath  <rharinath@novell.com>
14768         Kill MonoGenericMethod.
14769         * class-internals.h (MonoGenericContext::method_inst): Rename from
14770         'gmethod' and convert to a MonoGenericInst.
14771         (MonoGenericMethod): Remove.
14772         * metadata.h (MonoGenericMethod): Note that the name is obsolete.
14773         * loader.c (method_from_methodspec): Update to changes.  Use a
14774         MonoGenericContext as the key to the hashtable.
14775         * metadata.c (mono_metadata_generic_context_equal): Rename from 
14776         'mono_metadata_generic_method_equal' and take MonoGenericContext.
14777         (mono_metadata_generic_context_hash): Likewise from
14778         'mono_metadata_generic_method_hash'.  Change hash function.
14779         (mono_metadata_load_generic_params): Update to changes.
14780         (mono_get_shared_generic_method): Remove.
14781         * metadata-internals.h (mono_get_shared_generic_method): Remove.
14782         * class.c (inflate_generic_type) [MONO_TYPE_MVAR]: Update to changes.
14783         (inflate_generic_context): Likewise.
14784         (mono_class_inflate_generic_method_full): Likewise.
14785         (setup_generic_array_ifaces): Likewise.
14786         (mono_class_create_from_typespec): Likewise.
14787         * reflection.c (encode_generic_method_sig): Take a MonoGenericContext.
14788         (method_encode_methodspec): Update callsite.
14789         (reflection_methodbuilder_to_mono_method): Update to changes.
14790         (mono_reflection_bind_generic_method_parameters): Likewise.  Use a
14791         MonoGenericContext as the key to the hashtable.
14792         (inflate_mono_method): Update to changes.
14794         * class-internals.h (MonoGenericMethod::container): Remove.
14795         * class.c, loader.c, metadata.c, reflection.c: Update to changes.
14797 Thu Jun 14 12:40:05 CEST 2007 Paolo Molaro <lupus@ximian.com>
14799         * profiler-private.h, profiler.c, profiler.h: added API to profile
14800         exception events.
14802 2007-06-13  Rodrigo Kumpera  <kumpera@gmail.com>
14804         * verify.c: Fixed pointer type handling, some code and message formating and two invalid assigments 
14806 2007-06-13  Rodrigo Kumpera  <kumpera@gmail.com>
14808         * verify.c: method invocation is now validated, now we verify parameter types on stack.
14809         Fixed overflow and underflow not aborting the verification process.
14811 2007-06-13  Mark Probst  <mark.probst@gmail.com>
14813         * class-internals.h (MonoStats): Added stats entries for dynamic
14814         code allocations.
14816 2007-06-12  Zoltan Varga  <vargaz@gmail.com>
14818         * loader.c (mono_free_method): Free header->locals and header->clauses.
14820         * marshal.c (mono_mb_create_method): Make a copy of the locals as well in the
14821         dynamic case.
14823         * threads.c (mono_thread_get_stack_bounds): Fix memory leak.
14825         * class.c (setup_interface_offsets): Allocate memory from the image mempool.
14827 2007-06-12  Raja R Harinath  <rharinath@novell.com>
14829         * verify.c (TYPE_MAX): Set it to 8 to match the dimensions of all
14830         the tables.
14832 2007-06-11  Rodrigo Kumpera  <kumpera@gmail.com>
14834         *pedump.c (main): return error code 4 if assembly cannot be loaded instead of segfaulting
14836 2007-06-11  Raja R Harinath  <harinath@gmail.com>
14838         MonoGenericMethod on a diet
14839         * class-internals.h (_MonoMethodInflated::reflection_info): Move
14840         here ...
14841         (_MonoGenericMethod::reflection_info): ... from here.
14842         * icall.c (ves_icall_MonoMethod_GetGenericMethodDefinition):
14843         Update to changes.
14844         * reflection.c (inflate_mono_method): Likewise.
14845         (mono_reflection_bind_generic_method_parameters): Likewise.
14847 2007-06-11  Rodrigo Kumpera  <kumpera@gmail.com>
14849         *verify.c: all debu printf statements are now guarded by VERIFY_DEBUG
14850         *verify.c: factored long ldarg forms to share code with short forms
14852 2007-06-11  Rodrigo Kumpera  <kumpera@gmail.com>
14854         *verify.c: fixed code formating factored some duplicate code
14855         into a new function
14857         *verify.h: fixed binary incompatibility introduced earlier
14859         *pedump.c: fixed formating
14861 2007-06-11  Raja R Harinath  <harinath@gmail.com>
14863         Fix assertion when disassembling Mono.C5.dll
14864         * loader.c (method_from_methodspec): Avoid inflating a method
14865         twice with the same context.  If the methodref is inflated, use
14866         the declaring method instead.
14868         * class.c (mono_class_from_generic_parameter): Fix case similar to
14869         bug #81830 handled below, but for method containers.
14871 2007-06-10  Raja R Harinath  <harinath@gmail.com>
14873         * class.c (inflate_generic_type) [MONO_TYPE_CLASS]: Don't call
14874         get_shared_generic_class.  Directly inflate the instance.
14875         [MONO_TYPE_GENERICINST]: Inline inflate_generic_class.
14876         (inflate_generic_class): Delete.
14877         (get_shared_generic_class): Delete.  Move setting of
14878         'cached_class' and 'cached_context' ...
14879         * metadata.c (mono_metadata_lookup_generic_class): ... here.
14881         * metadata.c (mono_metadata_lookup_generic_class): Change
14882         signature to take the components of a MonoGenericClass rather than
14883         an allocated MonoGenericClass.  Change semantics to be intern-like.
14884         * reflection.c (mono_class_bind_generic_parameters): Update to
14885         changes.  Make locking region tighter.
14886         * class.c (inflate_generic_class): Update to changes.
14887         (get_shared_generic_class): Likewise.
14888         * metadata-internals.h: Likewise.
14890         * reflection.c (mono_class_bind_generic_parameters): Take and
14891         return a MonoClass*, not a MonoType*.  Add 'is_dynamic' parameter.
14892         (mono_reflection_bind_generic_parameters): Use
14893         'mono_class_bind_generic_parameters' rather than duplicate the code.
14894         * class.c (mono_bounded_array_class_get): Update to changes.
14895         * object-internals.h: Likewise.
14897         * reflection.c (mono_class_bind_generic_parameters): Only support
14898         parameterizing generic type definitions.  Remove support for other
14899         open types.
14901 2007-06-08  Zoltan Varga  <vargaz@gmail.com>
14903         * loader.c (mono_free_method): Free method->signature as well. Fixes #81832.
14905         * marshal.c (mono_marshal_get_managed_wrapper): Allocate the signature using malloc
14906         in the dynamic case.
14908 2007-06-08  Gert Driesen  <drieseng@users.sourceforge.net>
14910         * threads.c: When cleaning up thread, reset the Background bit.
14911         Fixes bug #81720.
14913 2007-06-08  Jonathan Chambers  <joncham@gmail.com>
14915        * metadata.c: Move variable declarations to top of scope.
14916        * verify.c: Move variable declarations to top of scope.
14918        Code is contributed under MIT/X11 license.
14920 2007-06-08  Raja R Harinath  <rharinath@novell.com>
14922         * reflection.c (mono_class_bind_generic_parameters): Replace
14923         open-coded loop with mono_metadata_inflate_generic_inst.
14925         * class.c (get_shared_generic_class): Don't call
14926         mono_get_shared_generic_inst.  Use the container's own
14927         'class_inst'.
14929         * metadata.c (mono_metadata_load_generic_params): Move
14930         initialization of 'context' field here from ...
14931         * class.c (mono_class_create_from_typedef): ... here, and ...
14932         * loader.c (mono_get_method_from_token): ... here.
14934         * class.c (get_shared_generic_class): Rename from
14935         mono_get_shared_generic_class and make static.
14936         (mono_get_shared_generic_inst): Move to metadata.c.
14937         * loader.c (mono_get_shared_generic_method): Likewise.
14938         * class-internals.h, metadata-internals.h: Update to changes.
14940         Fix #81830
14941         * class.c (mono_class_from_generic_parameter): Don't assume a
14942         generic container owner exists.  Generic containers from monodis
14943         don't have any.
14945 2007-06-06  Rodrigo Kumpera  <kumpera@gmail.com>
14947         * pedump.c: pedump exists with 2 if assembly is not verifiable and 3 if invalid
14948         * verify.h: new typedefs to returns the non-verifiable status
14949         * verify.c: initial implementation of generics, stack merging and object compatibility check
14951 2007-06-06  Mark Probst  <mark.probst@gmail.com>
14953         * class.c, image.c, class-internals.h (MonoImage): class_cache is
14954         a MonoInternalHashTable again (fixed bug in internal hash table
14955         code).
14957 2007-06-06  Mark Probst  <mark.probst@gmail.com>
14959         * domain.c, domain-internals.h (MonoDomain): jit_code_hash is a
14960         MonoInternalHashTable again (fixed bug in internal hash table
14961         code).
14963 2007-06-06  Mark Probst  <mark.probst@gmail.com>
14965         * class.c, image.c, class-internals.h, domain.c,
14966         domain-internals.h (MonoImage): Reverting MonoInternalHashTable
14967         changes.  Have to figure out what makes them break the SWF
14968         regression.
14970 2007-06-04  Mark Probst  <mark.probst@gmail.com>
14972         * class.c, image.c, class-internals.h (MonoImage): class_cache is
14973         a MonoInternalHashTable now.
14975 2007-06-04  Mark Probst  <mark.probst@gmail.com>
14977         * domain.c, domain-internals.h (MonoDomain): jit_code_hash is a
14978         MonoInternalHashTable now.
14980 2007-05-31  Zoltan Varga  <vargaz@gmail.com>
14982         * domain-internals.h (MonoDomain): Add two new hash tables to store delegate
14983         invoke_impl code.
14985         * object-internals.h (_MonoDelegate): Reflect changes to managed object layout.
14987         * object.c (mono_delegate_ctor): Initialize invoke_impl field with an arch
14988         dependent trampoline.
14990         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
14992         * icall.c (ves_icall_System_Delegate_SetMulticastInvoke): New icall.
14994 2007-05-29  Robert Jordan  <robertj@gmx.net>
14996         * marshal.[c|h]: add mono_win32_compat_* wrappers. Fixes #81754.
14998 2007-05-28  Zoltan Varga  <vargaz@gmail.com>
15000         * icall.c (ves_icall_get_method_info): Handle loader errors. Fixes #81724.
15002 2007-05-25  Jonathan Chambers  <joncham@gmail.com>
15004        * marshal.c: Fix interface lookup loops for
15005        cominterop_get_com_slot_for_method and 
15006        cominterop_get_method_interface. Only need to lookup
15007        if type is a class, else use interface type method is on.
15009        Code is contributed under MIT/X11 license.
15011 2007-05-25  Sebastien Pouliot  <sebastien@ximian.com>
15013         * reflection.c: HasSecurity can be present even if no specially 
15014         encoded (CAS) attributes are available (e.g. SuppressUnmanagedCode
15015         SecurityAttribute). Fix CAS regression tests on buildbot.
15017 2007-05-24  Jonathan Chambers  <joncham@gmail.com>
15019        * appdomain.c: Add configure checks for header files.
15020        * image.c: Add configure checks for header files.
15021        * file-io.c: Add configure checks for header files.
15022        * debug-mono-symfile.c: Add configure checks for header files.
15023        * threadpool.c: Add configure checks for header files.
15024        * console-io.c: Add configure checks for header files.
15025        * profiler.c: Add configure checks for header files.
15026        * rawbuffer.c: Add configure checks for header files.
15027        * icall.c: Add configure checks for header files.
15028        * rand.c: Add configure checks for header files.
15029        * socket-io.c: Add configure checks for header files.
15031        Code is contributed under MIT/X11 license.
15033 2007-05-24  Zoltan Varga  <vargaz@gmail.com>
15035         * reflection.c (mono_custom_attrs_from_builders): Remove the 
15036         assertion as it breaks the build.
15037         
15038         * reflection.c (mono_custom_attrs_from_builders): Add an assertion.
15040         * reflection.c (lookup_custom_attr): Make a copy here too.
15042         * image.c (mono_image_check_for_module_cctor): Avoid accessing metadata in
15043         dynamic images.
15045         * class.c (mono_class_init): Avoid accessing the metadata in dynamic
15046         images.
15048         * reflection.c (mono_custom_attrs_from_param): Make a copy of the dynamic attr
15049         info.
15051 2007-05-22  Zoltan Varga  <vargaz@gmail.com>
15053         * reflection.c (encode_cattr_value): Fix yet another object cattr encoding issue.
15054         (load_cattr_value): Ditto.
15056 2007-05-20  Zoltan Varga  <vargaz@gmail.com>
15058         * marshal.c (mono_marshal_get_delegate_invoke): Improve the generated IL a little.
15060 2007-05-19  Gert Driesen  <drieseng@users.sourceforge.net>
15062         * threads.c: In "start_wrapper", set apartment_state to MTA if
15063         apartment_state is Unknown and we're running on 2.0 profile or
15064         higher.
15065         * object.c: In "mono_runtime_exec_main", if STAThread is not applied
15066         to main method, then set apartment_state to Unknown on 1.0 profile,
15067         and MTA on 2.0 profile.
15069 2007-05-16  Jb Evain  <jb@nurv.fr>
15071         * class-internals.h (MonoDefaults): Add an attribute_class and
15072           customattribute_data_class.
15073         * domain.c (mono_init_internal): Populate them.
15074         * reflection.c: Use them to remove duplicates. Make a vew
15075         MonoClass variables `static'.
15077 2007-05-15  Massimiliano Mantione  <massi@ximian.com>
15079         * class-internals.h: Added "MonoVTable.interface_bitmap" as a next
15080         step in implementing IMT, so that all isinst checks now can go
15081         through the bitmap.
15082         This was needed because vtables for TransparentProxy need to look
15083         like the vtable of the "target" class, so they need to point to
15084         its interface bitmap directly.
15086         * object.c: inside "mono_class_create_runtime_vtable" and
15087         "mono_class_proxy_vtable", initialize "MonoVTable.interface_bitmap".
15089 2007-05-15  Atsushi Enomoto  <atsushi@ximian.com>
15091         * object-internals.h
15092           culture-info.h : added territory field in MonoCulture and
15093           CultureInfoEntry foreach. Added lcid field in RegionInfoEntry.
15094         * locales.c : fill territory field above too.
15095         * culture-info-table.h : regenerated.
15097 2007-05-12  Zoltan Varga  <vargaz@gmail.com>
15099         * class-internals.h (_MonoGenericContainer): Widen type_argc filed to 31 bits.
15100         Fixes #81599.
15102 2007-05-11  Jonathan Chambers  <joncham@gmail.com>
15104         * object.c: Always initialize apartment, even if 
15105         there is no custom attributes on entry point.
15106         
15107         Code is contributed under MIT/X11 license.
15109 2007-05-10  Jonathan Chambers  <joncham@gmail.com>
15111         * marshal.c: LPTSTR == LPWSTR on Win32. Fixes #81370.
15112         * metadata.c: If no encoding is set, check for unicode
15113         on class.
15114         
15115         Code is contributed under MIT/X11 license.
15117 2007-05-09  Jonathan Chambers  <joncham@gmail.com>
15119         * threads.c: Handle if mono_thread_current returns NULL 
15120         
15121         Code is contributed under MIT/X11 license.
15123 2007-05-09  Jonathan Chambers  <joncham@gmail.com>
15125         * threads.c: Initialize Thread.AprtmentState and set on Thread.Start
15126         in start_wrapper. Added mono_thread_init_apartment_state and
15127         mono_thread_cleanup_apartment_state.
15128         * object.c: Initialize thread apartment state on main thread
15129         by checking for STAThreadAttribute on entry point.
15130         * object-internals.h: Add apartment_state field to MonoThread.
15131         * threads-types.h: Add unmanaged definition of 
15132         System.Threading.ApartmentState, MonoThreadApartmentState.
15133         
15134         Code is contributed under MIT/X11 license.
15135         
15136 2007-05-08  Jonathan Chambers  <joncham@gmail.com>
15138         * class.c: Fix windows build.
15139         * class-internals.h: Fix windows build.
15140         
15141         Code is contributed under MIT/X11 license.
15143 2007-05-08  Robert Jordan  <robertj@gmx.net>
15145         * process.c (CreateProcess_internal):
15146         Pass CREATE_NO_WINDOW to CreateProcess when ProcessStartupInfo
15147         .CreateNoWindow was specified. Fixes #81496.
15149 2007-05-08  Massimiliano Mantione  <massi@ximian.com>
15151         * class-internals.h: Removed "MonoClass.interface_offsets" as a first
15152         step in implementing IMT, replaced it with two compact arrays
15153         (interfaces_packed and interface_offsets_packed) and a bitmap that
15154         is used for isinst checks (interface_bitmap).
15156         * class.c: (compare_interface_ids): compare function to pass to
15157         bsearch when looking for an interface with a given id.
15158         (mono_class_interface_offset): reimplemented using bsearch on
15159         interfaces_packed, getting the offset from interface_offsets_packed.
15160         (print_implemented_interfaces): utility debugging function.
15161         (setup_interface_offsets): reworked to initialize interfaces_packed,
15162         interface_offsets_packed and interface_bitmap.
15164         * object.c: replaced all accesses to "MonoClass.interface_offsets"
15165         with uses of interfaces_packed and interface_offsets_packed.
15167 2007-05-08  Massimiliano Mantione  <massi@ximian.com>
15169         * class-internals.h: Added MONO_CLASS_IMPLEMENTS_INTERFACE macro and
15170         mono_class_interface_offset prototype to wrap all accesses to
15171         "MonoClass.interface_offsets".
15173         * class.c: Implemented mono_class_interface_offset, and wrapped all
15174         accesses to "MonoClass.interface_offsets".
15176         * monodiet.c, object.c, marshal.c, icall.c: wrapped all accesses to
15177         "MonoClass.interface_offsets".
15179 Tue May 8 13:02:09 CEST 2007 Paolo Molaro <lupus@ximian.com>
15181         * icall.c, icall-def.h: implemented new GetFieldFromHandle and
15182         GetMethodFromHandle overloads (bug #78637).
15184 Tue May 8 12:22:14 CEST 2007 Paolo Molaro <lupus@ximian.com>
15186         * assembly.c: parse ProcessorArchitecture in assembly name and ignore
15187         it for now (see mono-devel, from Marek Sieradzki <marek.sieradzki@gmail.com>).
15189 2007-05-01  Zoltan Varga  <vargaz@gmail.com>
15191         * icall.c (custom_attrs_get_by_type): Handle loading errors gracefully. Fixes
15192         #81498.
15194         * reflection.c (mono_reflection_get_custom_attrs_by_type): Handle loading errors
15195         gracefully.
15196         (mono_custom_attrs_from_index): Ditto.
15198         * icall.c (ves_icall_InternalInvoke): Allow calling ctors of abstract classes. 
15199         Fixes #81501.
15201 2007-04-30  Zoltan Varga  <vargaz@gmail.com>
15203         * metadata.c (mono_metadata_parse_type_full): Avoid an invalid free since the type
15204         is now allocated from a mempool.
15206 2007-04-28  Zoltan Varga  <vargaz@gmail.com>
15208         * threads.c (build_wait_tids): Do not call mono_monitor_enter () here since the
15209         caller holds threads_lock, leading to deadlocks. Fixes #81476.
15211 2007-04-26  Zoltan Varga  <vargaz@gmail.com>
15213         * loader.c (mono_loader_error_prepare_exception): Fix crash caused by calling
15214         mono_loader_clear_error () too late. Fixes #81463.
15216 2007-04-26  Atsushi Enomoto  <atsushi@ximian.com>
15218         * culture-info-table.h : regenerated.
15220 2007-04-25  Zoltan Varga  <vargaz@gmail.com>
15222         * appdomain.c (add_assemblies_to_domain): Fix crash when an assembly reference
15223         is missing.
15225 2007-04-25  Dick Porter  <dick@ximian.com>
15227         * Makefile.am: Put the mingw enforced-optimisation back into the
15228         PLATFORM_WIN32 section.
15230 2007-04-24  Zoltan Varga  <vargaz@gmail.com>
15232         * reflection.c (mono_image_load_module_dynamic): Fix crash introduced by previous
15233         patch.
15235         * image.c (mono_image_load_module): New API function to load a module reference.
15237         * image.c (load_modules): Load modules lazily. Fixes #80812.
15239         * class.c (mono_class_from_typeref): Use mono_image_load_module.
15240         
15241         * reflection.c (mono_image_load_module_dynamic): Copy image->modules_loaded too.
15243         * object-internals.h reflection.c icall-def.h (mono_image_load_module): Rename this 
15244         to mono_image_load_module_dynamic.
15246 2007-04-23  Jonathan Chambers  <joncham@gmail.com>
15248         * marshal.c: Fix calling convention for CCW on non-windows
15249         platforms. STDCALL on windows, CDECL everywhere else to work 
15250         with XPCOM and MainWin COM.
15251         
15252         Code is contributed under MIT/X11 license.
15254 2007-04-23  Martin Baulig  <martin@ximian.com>
15256         Fix #80969.
15258         * loader.c
15259         (method_from_memberref): Added `gboolean *used_context' argument.
15260         (mono_get_method_from_token): Likewise.
15261         (mono_get_method_full): Don't insert the method in the cache when
15262         `used_context' is true.
15264 2007-04-23  Raja R Harinath  <rharinath@novell.com>
15266         * monodiet.c (add_types_from_method): Fix "wrong type" warning.
15268         * reflection.c (mono_reflection_bind_generic_parameters): Don't
15269         create new MonoTypes for returned types.
15270         * class.c (mono_generic_class_get_class): Export mono-internal.
15271         * class-internals.h: Update to changes.
15273 Thu Apr 19 16:45:55 CEST 2007 Paolo Molaro <lupus@ximian.com>
15275         * threadpool.c, threadpool.h, icall-def.h: patch from
15276         Robert Jordan to implemnt ThreadPool.SetMaxThreads.
15278 2007-04-18  Zoltan Varga  <vargaz@gmail.com>
15280         * threads.c (mono_thread_get_stack_bounds): Fix windows build.
15281         
15282         * threads.c (mono_thread_get_stack_bounds): Remove an assert which can be triggered.
15284         * threads.c (mono_thread_get_stack_bounds): New helper function.
15286         * threads.c (mono_thread_attach): Applied patch from horst.reiterer@fabasoft.com.
15287         Correctly compute stack bounds when attaching. Fixes #81394.
15289 Wed Apr 18 18:28:41 BST 2007 Paolo Molaro <lupus@ximian.com>
15291         * reflection.c: fix handling of doubles in custom attributes
15292         for the arm-fpa format (bug #81368).
15294 2007-04-18  Raja R Harinath  <rharinath@novell.com>
15296         * reflection.c (assembly_add_win32_resources): Mildly relax an
15297         bounds check to let the end pointer point just past the end of the
15298         allocated buffer.  (may fix #81384)
15300 2007-04-17  Atsushi Enomoto  <atsushi@ximian.com>
15302         * culture-info-table.h : regenerated.
15304 2007-04-07  Zoltan Varga  <vargaz@gmail.com>
15306         * threads.c (start_wrapper): Call push_appdomain_ref () earlier to fix races where
15307         the thread is aborted early.
15309 2007-04-05  Dick Porter  <dick@ximian.com>
15311         * file-io.c (ves_icall_System_IO_MonoIO_GetFileSystemEntries): use
15312         FindFirstFile()/FindNextFile() to find entries.  This lets the
15313         io-layer versions use MONO_IOMAP compatibility helpers.  Fixes bug
15314         81038.
15316         * appdomain.c (MONO_CORLIB_VERSION): Increment, as the usage of
15317         the parameters of
15318         ves_icall_System_IO_MonoIO_GetFileSystemEntries() has changed.
15320 2007-04-04  Martin Baulig  <martin@ximian.com>
15322         * debug-helpers.c
15323         (mono_method_desc_full_match): Add support for nested classes.
15325 2007-04-02  Zoltan Varga  <vargaz@gmail.com>
15327         * marshal.c (cominterop_get_managed_wrapper_adjusted): Fix warnings.
15329 2007-04-01  Zoltan Varga  <vargaz@gmail.com>
15331         * threads.c (abort_appdomain_thread): Avoid handle leakage if we are
15332         waiting for too many threads.
15334 2007-03-28  Sebastien Pouliot  <sebastien@ximian.com>
15336         * environment.c: Fix return value check on uname so we can get the 
15337         executing version on Solaris operating systems.
15339 2007-03-28  Jb Evain  <jbevain@gmail.com>
15341         * class.c (mono_type_get_name_recurse): Complete the
15342         fix for the creation of assembly qualified names for
15343         pointer types. Fixes #81208.
15345 2007-03-27  Dick Porter  <dick@ximian.com>
15347         * appdomain.c (MONO_CORLIB_VERSION): Increment, as the signature
15348         of ves_icall_System_Threading_Mutex_ReleaseMutex_internal() has
15349         changed.
15351         * threads.c
15352         (ves_icall_System_Threading_Mutex_ReleaseMutex_internal): Return
15353         the value of ReleaseMutex().
15355 2007-03-27  Dick Porter  <dick@ximian.com>
15357         * socket-io.c (ipaddress_to_struct_in_addr): IPAddress is stored
15358         in little-endian order, not network endian, so must be converted
15359         to host endian here.  Fixes bug 80593.
15361 2007-03-22  Jb Evain  <jbevain@gmail.com>
15363         * class.c (mono_type_get_name_recurse): Fix the creation of assembly
15364         qualified names for pointer types. Fixes #81208.
15366 2007-03-21  Jonathan Chambers  <joncham@gmail.com>
15368         * marshal.c: Add support for PreserveSigAttribute. 
15369         
15370         Code is contributed under MIT/X11 license.
15372 2007-03-14  Zoltan Varga  <vargaz@gmail.com>
15374         * process.c: Fix endianness issues. Fixes #81126.
15376         * reflection.c (mono_reflection_create_dynamic_method): Fix the last change so
15377         multiple circular calls made from the same DynamicMethod work. Fixes #81141.
15379         * image.c (mono_image_lookup_resource): Make this work on big-endian
15380         machines.Change API contract so the caller needs to free the return value.
15381         
15382         * process.c (process_get_fileversion): Adapt to mono_image_lookup_resource ()
15383         API change.
15384         
15385 2007-03-14  Martin Baulig  <martin@ximian.com>
15387         * debug-helpers.c (mono_type_get_desc): In `MONO_TYPE_ARRAY', use
15388         mono_type_get_desc() as well.
15390 2007-03-13  Jonathan Chambers  <joncham@gmail.com>
15392         * icall.c:  Fix environ access in VS.  
15393         
15394 2007-03-13  Alp Toker  <alp@atoker.com>
15396         * icall.c (ves_icall_MonoType_GetElementType): For enums, return null
15397         rather than the underlying type. Based on a patch by Ben Maurer. Fixes
15398         #63841.
15400 2007-03-12  Zoltan Varga  <vargaz@gmail.com>
15402         * reflection.c (mono_reflection_create_dynamic_method): Add support for 
15403         circular references among dynamic methods. Fixes #81091.
15405         * object-internals.h (MonoReflectionDynamicMethod): Add 'referenced_by' field.
15407 2007-03-09  Martin Baulig  <martin@ximian.com>
15409         * reflection.c (encode_constant): Add support for MONO_TYPE_GENERICINST.
15411 2007-03-09  Jonathan Chambers  <joncham@gmail.com>
15413         * appdomain.c:  Fix shadow copy on Windows. Use g_snprintf instead
15414         of snprintf as it doesn't exist on Win32 (VS build); also for uniformity.  
15415         
15416         Code is contributed under MIT/X11 license.
15417         
15418 2007-03-09  Gert Driesen  <drieseng@users.souceforge.net>
15420         * loader.c: Reapply patch for bug #79424.
15422 2007-03-06  Zoltan Varga  <vargaz@gmail.com>
15424         * metadata.c (mono_type_to_unmanaged): Only convert object to
15425         MARSHAL_CONV_SAFEHANDLE on the 2.0 profile.
15427 Tue Mar 6 15:39:48 CET 2007 Paolo Molaro <lupus@ximian.com>
15429         * class-internals.h, class.c, metadata.c, reflection.c: removed unused
15430         (and incorrectly set) is_reference field from MonoGenericInst.
15432 2007-03-06  Zoltan Varga  <vargaz@gmail.com>
15434         * assembly.c (mono_assembly_load_from_full): Call mono_assemblies_unlock ()
15435         a little earlier.
15437         * icall.c (ves_icall_type_Equals): Rename this to ves_icall_System_Type_EqualsInternal.
15439         * icall-def.h: Rename Type:Equals to Type:EqualsInternal.
15441 2007-03-05  Miguel de Icaza  <miguel@novell.com>
15443         * file-io.c (ves_icall_System_IO_MonoIO_Open): Use the new
15444         FileOptions.1 value to mean "temporary", map that to
15445         FILE_ATTRIBUTE_TEMPORARY and use that to signal 600 permissions.
15447         Fixes 80688
15449 2007-03-03  Marek Habersack  <mhabersack@novell.com>
15451         * appdomain.c: implement MS .Net style shadow copying. Copies of
15452         the assemblies are made in a subdirectory of the dynamic base
15453         directory, the assembly names are preserved.
15454         Copy .mdb and .config files along with the assemblies being shadowed.
15456 2007-02-28  Zoltan Varga  <vargaz@gmail.com>
15458         * marshal.c (emit_object_to_ptr_conv): Emit valid IL for handling HandleRefs.
15459         (emit_marshal_handleref): Ditto.
15461         * profiler.c: Applied patch from Tor Lillqvist (tml@novell.com) to fix output
15462         on Visual C++. Fixes #80671.
15464 Wed Feb 28 16:53:40 CET 2007 Paolo Molaro <lupus@ximian.com>
15466         * boehm-gc.c, null-gc.c, object.h, object.c: sgen gc fixes
15467         for clone operations.
15469 2007-02-28  Zoltan Varga  <vargaz@gmail.com>
15471         * marshal.c: Fix warnings.
15473 Fri Feb 23 15:06:57 CET 2007 Paolo Molaro <lupus@ximian.com>
15475         * loader.c: allow case-insensitive matching of the dll name
15476         in dllmap handling when prefixed with "i:".
15478 2007-02-20  Jonathan Chambers  <joncham@gmail.com>
15480         * threads.c: Fix #ifdef for dummy_apc function for VS.
15482 Tue Feb 20 11:59:42 CET 2007 Paolo Molaro <lupus@ximian.com>
15484         * threads.c: don't throw in MemoryBarrier (), use lock/unlock.
15486 2007-02-19  Massimiliano Mantione  <massi@ximian.com>
15487         * class.c (mono_class_setup_vtable_general): Fix bug 75903,
15488         giving precedence to the methods with a fully qualified name
15489         (InterfaceName.MethodName) when building the interface sections
15490         of the vtable.
15492 2007-02-16  Dick Porter  <dick@ximian.com>
15494         * threadpool.c (append_job): Fix fast-path array handling, so it's
15495         less likely the array will grow exponentially when the load is
15496         heavy.
15498 Fri Feb 16 19:17:30 CET 2007 Paolo Molaro <lupus@ximian.com>
15500         * metadata-internals.h, loader.c: fix dllmap lookup order
15501         for non-function maps, too, and prepare for fallback code.
15503 2007-02-12  Robert Jordan  <robertj@gmx.net>
15505         * marshal.c, marshal.h, icall-def.h: rename mono_marshal_realloc
15506         to ves_icall_System_Runtime_InteropServices_Marshal_ReAllocHGlobal
15507         and use GlobalReAlloc on WIN32 to be in sync with GlobalAlloc,
15508         GlobalFree. Fixes a part of bug #77075.
15510 Mon Feb 12 21:10:07 CET 2007 Paolo Molaro <lupus@ximian.com>
15512         * loader.c: implemented typedef parent in field memberref.
15514 2007-02-11  Jonathan Chambers  <joncham@gmail.com>
15516         * marshal.c: Fix warnings and remember to call Release on
15517         IUnknown of RCW.
15518         
15519         Code is contributed under MIT/X11 license.
15521 2007-02-10  Miguel de Icaza  <miguel@novell.com>
15523         * class-internals.h: Add MonoHandleRef definition, and
15524         handleref_class to mono_defaults. 
15526         * metadata.c (mono_type_to_unmanaged): If we find HandleRefs in a
15527         structure, use new conversion MONO_MARSHAL_CONV_HANDLEREF.
15529         * marshal.c (emit_ptr_to_object_conv): Add support for HandleRefs
15530         (do nothing on this stage)
15531         (emit_object_to_ptr_conv): Extract the handle from the HandleRef.  
15532         (emit_marshal_handleref): New method, used for argument handling
15533         of HandleRefs. 
15535 2007-02-08  Jonathan Chambers  <joncham@gmail.com>
15537         * class.c (mono_class_setup_parent): Lazily init com types.
15538         * domain.c (mono_init_internal, mono_init_com_types): Lazily 
15539         init com types.
15540         * object.c (mono_remote_class_vtable): Lazily init com types.
15541         * class-internals.h: Add iunknown and idispatch to MonoDefaults.
15542         * object-internals.h: Add MonoComInteropProxy and MonoReflectionGuidAttribute.
15543         * domain-internals.h: Expose mono_init_com_types.
15544         * icall-def.h: Add icalls for ComInteropProxy, __ComObject, and Marshal.
15545         * marshal.c: Add mutex for cominterop use. Init locals for wrapper methods.
15546         Add support for COM Callable Wrapper marshalling.
15547         * marshal.h: Add icall definitions.
15548         * gc.c: Handle freeing of CCWs in finalizer code.
15549         
15550         Code is contributed under MIT/X11 license.
15552 Thu Feb 8 12:46:18 CET 2007 Paolo Molaro <lupus@ximian.com>
15554         * reflection.c: changed all the signature encoding code to use
15555         a variable-sized buffer.
15557 Wed Feb 7 20:37:23 CET 2007 Paolo Molaro <lupus@ximian.com>
15559         * marshal.c: locking fixes: never take the loader lock
15560         or other runtime locks when holding the marshal lock
15561         (fixes bug#80664).
15563 Wed Feb 7 18:49:10 CET 2007 Paolo Molaro <lupus@ximian.com>
15565         * marshal.c: make the delegate function pointer mapping
15566         work for the moving GC.
15568 Mon Jan 29 11:30:46 CET 2007 Paolo Molaro <lupus@ximian.com>
15570         * marshal.c: fix from Robert Jordan (robertj@gmx.net)
15571         for bug #80618.
15573 Fri Jan 26 12:49:23 CET 2007 Paolo Molaro <lupus@ximian.com>
15575         * image.h, loader.c, metadata-internals.h: use mono-dl instead of
15576         gmodule.
15578 Fri Jan 26 12:00:45 CET 2007 Paolo Molaro <lupus@ximian.com>
15580         * threadpool.c: made the code moving-GC safe.
15582 Thu Jan 25 20:31:41 CET 2007 Paolo Molaro <lupus@ximian.com>
15584         * assembly.c, boehm-gc.c, class-internals.h, class.c,
15585         debug-mono-symfile.c, domain.c, locales.c, marshal.c, metadata.c,
15586         monitor.c, mono-debug.c, mono-debug.h, object.c, profiler.c:
15587         warning cleanup.
15588         * reflection.c: warning cleanup, some threading and moving GC fixes.
15590 Thu Jan 25 16:22:36 CET 2007 Paolo Molaro <lupus@ximian.com>
15592         * class.c, loader.c: create the needed Set/Get/Address array methods
15593         as well as the .ctors in mono_class_init (), fixes bug #80567.
15595 2007-01-24  Zoltan Varga  <vargaz@gmail.com>
15597         * class.c (mono_class_layout_fields): When force-aligning a field, make sure
15598         we doesn't decrease its alignment. Should fix the sparc build.
15600 2007-01-24  Dick Porter  <dick@ximian.com>
15602         * socket-io.c
15603         (ves_icall_System_Net_Sockets_Socket_GetSocketOption_obj_internal):
15604         Create the returned object if we need to ignore an unsupported
15605         socket option.  Fixes a segfault reported by Atsushi.
15607 Tue Jan 23 18:09:21 CET 2007 Paolo Molaro <lupus@ximian.com>
15609         * class.c, object.c: restrict GC-tracked fields to
15610         UIntPtr fields used inside corlib, so we provide better
15611         type info to the GC and also allow broken packing as in
15612         bug #80580.
15614 Mon Jan 22 11:24:27 CET 2007 Paolo Molaro <lupus@ximian.com>
15616         * sgen-gc.c: removed duplicated function.
15618 2007-01-19  Miguel de Icaza  <miguel@novell.com>
15620         *  socket-io.c (convert_sockopt_level_and_name): return -2 as a
15621         value that means that the value is not supported, but that we
15622         should not return a failure, but instead report this as a
15623         successful operation.
15625 2007-01-19  Raja R Harinath  <rharinath@novell.com>
15627         Fix tests/bug79956.2.il
15628         * class.c (mono_type_get_underlying_type): Handle genericinst enums.
15629         (mono_generic_class_get_class): If the generic definition in an
15630         enum, copy over other fields related to it.
15632 Thu Jan 18 18:37:28 CET 2007 Paolo Molaro <lupus@ximian.com>
15634         * metadata.h: fix MONO_TYPE_ISSTRUCT() to not consider
15635         genericinst enums (bug #79215).
15637 2007-01-17  Massimiliano Mantione  <massi@ximian.com>
15638         * class.c: Fix bug 80307.
15640 Wed Jan 17 17:09:20 CET 2007 Paolo Molaro <lupus@ximian.com>
15642         * image.c: if the file table is not present, try to load
15643         all the modules, since we don't have info about them
15644         having or not metadata (bug #80517).
15645         * assembly.c: allow mono_assembly_load_references () to
15646         work for netmodules.
15648 Wed Jan 17 14:28:30 CET 2007 Paolo Molaro <lupus@ximian.com>
15650         * image.c, metadata-internals.h, object.c: execute module
15651         cctors when running on the 2 runtime if present (bug #80487).
15653 Tue Jan 16 15:32:53 CET 2007 Paolo Molaro <lupus@ximian.com>
15655         * icall.c: optimized InitializeArray() on bigendian.
15657 Tue Jan 16 13:18:51 CET 2007 Paolo Molaro <lupus@ximian.com>
15659         * icall.c: fix for the broken ARM FPA double format.
15661 Tue Jan 16 12:51:16 CET 2007 Paolo Molaro <lupus@ximian.com>
15663         * icall.c: handle endian issues for r4 and r8 types, too, in
15664         the InitializeArray() icall.
15666 2007-01-15  Miguel de Icaza  <miguel@novell.com>
15668         * loader.c (mono_loader_error_prepare_exception): Clear the error
15669         once we have extracted the information from it, do this before we
15670         call into the JIT's class loading mechanisms.
15672         * object.c (mono_class_create_runtime_vtable): Do not clear the
15673         loader error before calling mono_class_get_exception_for_failure
15674         as the loader error is needed inside
15675         mono_class_get_exception_for_failure to throw the error (thinko).
15677         Fixes #80521
15678         
15679 Mon Jan 15 10:27:31 CET 2007 Paolo Molaro <lupus@ximian.com>
15681         * reflection.c: align fields rva data so it's faster to load at
15682         runtime.
15684 2007-01-12  Raja R Harinath  <rharinath@novell.com>
15686         Prepare to simplify GenericMethod handling.
15687         * class-internals.h (mono_method_get_context): New accessor function.
15688         * class.c, icall.c, loader.c, reflection.c, verify.c: Use accessor
15689         rather than directly accessing '->context' field.
15691         * class-internals.h (_MonoGenericParam.method): Move ...
15692         (_MonoGenericContainer): ... here.  Add into union with klass field.
15693         * class.c, icall.c, loader.c, metadata.c, reflection.c:
15694         Update to changes.
15696 Fri Jan 12 11:58:52 CET 2007 Paolo Molaro <lupus@ximian.com>
15698         * Makefile.am, class-internals.h, debug-helpers.c: consolidate
15699         the wrapper type enum and reduce relocations.
15701 2007-01-12  Raja R Harinath  <rharinath@novell.com>
15703         * reflection.c (inflate_mono_method): Reuse method instantiation
15704         from the generic method, if available.
15706 2007-01-11  Jonathan Chambers  <joncham@gmail.com>
15708         * marshal.c (emit_marshal_variant): Fix conv_arg
15709         type in last commit, based on whether parameter is byref.
15710         
15711 2007-01-11  Jonathan Chambers  <joncham@gmail.com>
15713         * marshal.c (emit_marshal_variant): Handle unmanaged->managed
15714         marshalling.
15715         (mono_marshal_emit_managed_wrapper): Convert byref arguments of type
15716         MONO_TYPE_OBJECT back for VARIANT support.
15718 2007-01-11  Jonathan Chambers  <joncham@gmail.com>
15720         * marshal.c, marshal.h, icall-def.h: Implement 
15721         Marshal.ReAllocCoTaskMem.
15723 Thu Jan 11 19:00:03 CET 2007 Paolo Molaro <lupus@ximian.com>
15725         * marshal.c: memory retention fixes: use the proper
15726         image cache for runtime_invoke method lookups.
15728 Thu Jan 11 18:53:19 CET 2007 Paolo Molaro <lupus@ximian.com>
15730         * mempool.c: added code to help debug mempool allocations.
15732 2007-01-11  Dick Porter  <dick@ximian.com>
15734         * socket-io.c (convert_sockopt_level_and_name): Add DontFragment
15735         support (experimenting with faking it with IP_MTU_DISCOVER for
15736         systems that don't have IP_DONTFRAGMENT.)
15737         (ves_icall_System_Net_Sockets_Socket_Disconnect_internal): New
15738         icall.
15740         * icall-def.h: new System.Net.Sockets.Disconnect icall.
15742         * socket-io.h: Add new fields to MonoSocketAsyncResult
15743         corresponding to the new ones in Socket.cs.
15745 2007-01-11  Raja R Harinath  <rharinath@novell.com>
15747         Fix IronPython regression mentioned in #80249
15748         * metadata.c (do_mono_metadata_parse_generic_class): Clear
15749         'cached_context' field, since it may have been initialized as a
15750         side-effect of metadata parsing.
15752         * class-internals.h (_MonoGenericClass.is_inflated): Remove.
15753         (_MonoGenericClass.cached_class): Move here and rename from lone
15754         remaining field of ...
15755         (_MonoInflatedGenericClass): ... this.  Remove.
15756         * metadata.h, class.c, reflection.c, metadata.c, icall.c: Update
15757         to changes.
15759         Fix mcs/tests/test-128.cs regression.
15760         * reflection.c (encode_cattr_value) [MONO_TYPE_SZARRAY]: Revert
15761         2007-01-10 change below.
15762         [MONO_TYPE_OBJECT]: Recurse into array case.
15764 2007-01-11  Raja R Harinath  <harinath@gmail.com>
15766         * class-internals.h (mono_get_inflated_generic_class): Remove.
15767         * class.c (mono_get_inflated_generic_class): Remove.
15768         (mono_generic_class_get_class): Rename from
15769         mono_class_create_generic.
15770         (mono_class_from_mono_type) [GENERICINST]: Use it.
15771         * reflection.c, metadata.c: Update to changes.  Use
15772         'mono_class_from_mono_type'.
15774 Wed Jan 10 16:19:54 CET 2007 Paolo Molaro <lupus@ximian.com>
15776         * reflection.c: use passed type when encoding an array element
15777         in custom attributes (patch from David Mitchell, dmitchell@logos.com).
15779 2007-01-09  Robert Jordan  <robertj@gmx.net>
15781         * marshal.c (mono_delegate_end_invoke): Add check for unpaired asyc
15782         result arguments (someDelegate.EndInvoke (unrelatedAres)).
15783         Fixes bug #80392.
15785 2007-01-09  Raja R Harinath  <rharinath@novell.com>
15787         * class-internals.h (_MonoInflatedGenericClass.is_initialized): Remove.
15789         * object.c (set_value): Avoid aliasing between type->data.klass
15790         and type->data.generic_class.
15792         * class.c (mono_class_create_generic): Don't use 'is_initialized' field.
15794 2007-01-08  Raja R Harinath  <rharinath@novell.com>
15796         * marshal.c (mono_marshal_get_runtime_invoke): Avoid aliasing
15797         between type->data.klass and type->data.generic_class.
15799 2007-01-08  Lluis Sanchez  <lluis@ximian.com>
15801         * marshal.c: In MS.NET, StringBuilder objects are not copied by
15802         value in out parameters.
15804 2007-01-08  Raja R Harinath  <rharinath@novell.com>
15806         Simplify invariant for MonoGenericClass::klass field.
15807         * class.c (mono_class_create_generic): Verify 'klass' is null.
15808         * metadata.c (do_mono_metadata_parse_generic_class): Don't
15809         initialize 'klass' field.
15811 2007-01-05  Raja R Harinath  <rharinath@novell.com>
15813         Ongoing work to avoid redundant data and simplify invariants.
15814         * class-internals.h (_MonoGenericMethod.class_inst): Rename from
15815         'generic_class', and change type to a GenericInst.
15816         (_MonoGenericContext.class_inst): Likewise, rename from 'gclass'.
15817         * class.c, loader.c, metadata.c, reflection.c: Update to changes.
15819 2007-01-05  Atsushi Enomoto  <atsushi@ximian.com>
15821         * class.c : skip io-layer under PLATFORM_WIN32.
15823 2007-01-03  Tor Lillqvist  <tml@novell.com>
15825         Fix #80305: In a bundled executable, look in the bundled exe
15826         assembly to determine the runtime version. Add the possibility to
15827         bundle also the machine.config file.
15828         
15829         * assembly.c (mono_assembly_open_from_bundle): Make
15830         non-static. Allow being called even if we have no bundled
15831         assemblies, and return NULL right away in that case.
15833         * domain-internals.h: Declare mono_assembly_open_from_bundle()
15834         here.
15836         * domain.c (app_config_parse): Take an assembly exe file name as
15837         parameter instead of a config file name. Check for a bundled
15838         config file for that assembly by calling
15839         mono_config_string_for_assembly_file() (see below) before looking
15840         for one in the file system.
15841         (get_runtimes_from_exe): Corrsponding change to call of
15842         app_config_parse().
15843         (get_runtimes_from_exe): Check for bundled assembly exe file first
15844         by calling mono_assembly_open_from_bundle(). If no bundled
15845         assembly exe file is found, call mono_image_open() as before to
15846         look it up in the file system.
15848         * mono-config.c: Add variable bundled_machinec_onfig.
15849         (mono_config_string_for_assembly_file): New function.
15850         (mono_config_for_assembly): Move code snippet that looks for a
15851         bundled assembly .config file into the above new function. Call
15852         it.
15853         (mono_register_machine_config, mono_get_machine_config): New
15854         functions to set and retrieve
15856         * assembly.h: Declare mono_register_machine_config().
15858         * mono-config.h: Declare mono_get_machine_config() and
15859         mono_config_string_for_assembly_file().
15861         * icall.c: No declaration of environ necessary on Win32. It is
15862         declared (as a macro expanding to a function call) in stdlib.h.
15863         (ves_icall_System_Configuration_DefaultConfig_get_bundled_machine_config):
15864         New internal mono function. Returns the value of
15865         mono_get_machine_config() as a Mono string.
15867         * icall-def.h: Add get_bundled_machine_config().
15869 2007-01-04  Raja R Harinath  <rharinath@novell.com>
15871         Remove redundant field
15872         * class-internals.h (_MonoGenericContext.container): Remove field.
15873         * loader.c (mono_method_get_signature_full): Don't parse a
15874         "container" for a signature parse when the signature is inflated
15875         immediately.
15876         (method_from_methodspec): Likewise, for a generic_inst.
15877         * class.c, metadata.c, reflection.c: Update to changes.
15879 2006-01-04  Raja R Harinath  <rharinath@novell.com>
15881         * class-internals.h (_MonoGenericClass): Rename 'context' field to
15882         'cached_context', and change semantics -- it starts off NULL, and
15883         is initialized on demand.
15884         * class.c (mono_generic_class_get_context): New accessor to
15885         replace 'context' field accesses.
15886         (mono_class_get_context): New helper.
15887         (*): Update to changes.
15888         * icall.c, loader.c, metadata.c, reflection.c: Update to changes.
15890 2007-01-03  Miguel de Icaza  <miguel@novell.com>
15892         * marshal.c (mono_string_to_byvalstr): Fix thinko, shorten len
15893         before the memcpy.   Fixes Marshal2 regression.
15895 2007-01-02  Jb Evain  <jbevain@gmail.com>
15897         * blob.h: add a MONO_TYPE_ENUM definition
15898         * reflection.c (load_cattr_value, create_custom_attr, create_custom_attr_data):
15899         fix the encoding of arrays of enums in custom attributes.
15901         Fixes #79666.
15903 2007-01-01  Miguel de Icaza  <miguel@novell.com>
15905         * marshal.c (mono_string_to_byvalwstr): Fix this routine.   The
15906         string is null terminated, but only cut the string short if it
15907         overflows the buffer.   
15908         
15909         (mono_string_to_byvalstr): Also fix this routine.   The code here
15910         was not properly terminating a string (it was only terminated
15911         because of the previous catch-all memset). 
15913         I left the memset, because I do not know if applications expect
15914         the runtime to clear this region. 
15916         Fixes #79944.
15918         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType):
15919         Clear the error before returning to unmanaged code to prevent the
15920         runtime from being confused later on (fixes  80420).
15921         (ves_icall_type_from_name): Always call mono_loader_clear_error
15922         after parsing a type that could have failed.
15923         (ves_icall_System_Reflection_Assembly_GetTypes): ditto.
15925         * loader.c (mono_loader_clear_error): Fix indentation.
15927 2006-12-28  Martin Baulig  <martin@ximian.com>
15929         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 58.
15931 Fri Dec 22 20:04:57 CET 2006 Paolo Molaro <lupus@ximian.com>
15933         * reflection.c: patch from Rolf Bjarne Kvinge to fix
15934         getting a token for an EnumBuilder.
15936 Fri Dec 22 19:49:07 CET 2006 Paolo Molaro <lupus@ximian.com>
15938         * reflection.c: be more careful in case resource generation
15939         fails to create the data array.
15941 Fri Dec 22 18:17:40 CET 2006 Paolo Molaro <lupus@ximian.com>
15943         * sgen-gc.c: write barrier for clone and fix unregister handles.
15945 Fri Dec 22 18:15:33 CET 2006 Paolo Molaro <lupus@ximian.com>
15947         * reflection.c: some fixes needed in the generics code for the moving GC.
15949 2006-12-22  Robert Jordan  <robertj@gmx.net>
15951         * icall.c (ves_icall_System_Array_SetValueImpl): Take enums into
15952         account. Fixes bug #80299.
15954 2006-12-21  Raja R Harinath  <rharinath@novell.com>
15956         Fix WaitHandle usage in delegates.
15957         * object-internals.h (mono_wait_handle_get_HANDLE): Declare.
15958         * object.c (mono_wait_handle_new): Use the property set method to
15959         initialize the handle.
15960         (mono_wait_handle_get_handle): New.
15961         * threadpool.c (mono_async_invoke): Use it.
15962         * threads.c (ves_icall_System_Threading_WaitHandle_WaitAll_internal):
15963         Likewise.
15964         (ves_icall_System_Threading_WaitHandle_WaitAny_internal): Likewise.
15966 2006-12-21  Jonathan Chambers  <joncham@gmail.com>
15968         * marshal.c (emit_marshal): Call emit_marshal_variant and
15969         emit_marshal_com_interface when applicable.
15970         (emit_marshal_variant, emit_marshal_com_interface): Add
15971         methods for this case and remove if's from emit_marshal_object.
15972         
15973 Wed Dec 20 11:03:56 CET 2006 Paolo Molaro <lupus@ximian.com>
15975         * filewatcher.c: updated to use the mono-dl API instead of gmodule.
15977 2006-12-19  Jonathan Chambers  <joncham@gmail.com>
15979         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_AllocHGlobal,
15980         ves_icall_System_Runtime_InteropServices_Marshal_FreeHGlobal): Use GlobalAlloc
15981         and GlobalFree on Windows. Remove FIXME.
15983 Tue Dec 19 16:18:16 CET 2006 Paolo Molaro <lupus@ximian.com>
15985         * mono-mlist.h, mono-mlist.c, Makefile.am: linked list
15986         implementation for managed objects.
15988 Tue Dec 19 14:28:03 CET 2006 Paolo Molaro <lupus@ximian.com>
15990         * object.c: implemented code to be used for checking
15991         that no reference field overlaps with non-references.
15993 Tue Dec 19 14:10:37 CET 2006 Paolo Molaro <lupus@ximian.com>
15995         * threadpool.c: fix queue code to be compatible with the
15996         moving GC.
15998 2006-12-18  Miguel de Icaza  <miguel@novell.com>
16000         * marshal.c (emit_object_to_ptr_conv): Handle null safehandles
16001         in structures by throwing ArgumentNullException.
16003         (emit_marshal_safehandle): Also when they are null parameters.
16005         (emit_marshal_safehandle): Add support for ref
16006         SafeHandles parameters
16008 Mon Dec 18 19:14:44 CET 2006 Paolo Molaro <lupus@ximian.com>
16010         * profiler.c: updated to use the mono-dl API instead of
16011         gmodule.
16013 Mon Dec 18 19:02:37 CET 2006 Paolo Molaro <lupus@ximian.com>
16015         * profiler.c: updated to use the mono-dl dynamic loading
16016         API instead of gmodule.
16018 Mon Dec 18 18:16:22 CET 2006 Paolo Molaro <lupus@ximian.com>
16020         * profiler.c: use readlink, older versions of glib don't have
16021         g_file_read_link ().
16023 Mon Dec 18 16:40:34 CET 2006 Paolo Molaro <lupus@ximian.com>
16025         * profiler.c: try to detect the path to mono if libc fails to provide
16026         a useful name (bug #80286).
16028 2006-12-16  Raja R Harinath  <rharinath@novell.com>
16030         Fix #80242
16031         * icall.c (ves_icall_Type_GetNestedType): If the type is a generic
16032         instance, use the generic type definition instead.
16033         (ves_icall_Type_GetNestedTypes): Likewise.
16034         * class.c (mono_class_create_generic): Always set the
16035         nested_classes of a generic instance to NULL, even if the generic
16036         type definition has nested types.
16038 2006-12-15  Jonathan Chambers  <joncham@gmail.com>
16040         * marshal.c (mono_string_from_bstr): Revert previous Windows change
16041         and fix on Linux.
16042         
16043 2006-12-15  Miguel de Icaza  <miguel@novell.com>
16045         * marshal.c (mono_string_from_bstr): Jon Chambers pointed out that
16046         my arguments were in the wrong order.   I also fixed the Windows
16047         version which seems to have had the same issue.
16049         (mono_free_bstr): On Unix, this is g_free.
16050         (mono_string_from_bstr, mono_string_to_bstr): Implement bstr
16051         conversions (for the tests in corlib to pass).
16053 2006-12-14  Miguel de Icaza  <miguel@novell.com>
16055         * marshal.c (emit_ptr_to_object_conv): For now, ignore
16056         MONO_MARSHAL_CONV_SAFEHANDLE on return values (we need to throw an
16057         exception if a ref SafeHandle in a struct has changed).
16058         
16059         (emit_struct_conv): Do not perform layout checks for classes
16060         derived from SafeHandle, as those are specially handled. 
16062         (emit_object_to_ptr_conv): Add support for
16063         MONO_MARSHAL_CONV_SAFEHANDLE conversion. 
16065         (emit_marshal_safehandle): Implement conversion of return values
16066         of safehandles (MARSHAL_ACTION_CONV_RESULT).
16067         
16068         * threads.c: WaitHandle now is compiled with two different handles
16069         "IntPtr os_handle" for 1.x and "SafeWaitHandle safe_wait_handle"
16070         for 2.0.
16071         
16072         (ves_icall_System_Threading_WaitHandle_WaitAll_internal) 
16073         (ves_icall_System_Threading_WaitHandle_WaitAny_internal): Adjust
16074         these routines to cope with both kinds of fields.
16076 2006-12-12  Miguel de Icaza  <miguel@novell.com>
16078         * metadata.c (mono_type_to_unmanaged): Handle the case where
16079         type->data.klass is a SafeHandle, and in that case, return the
16080         size of a pointer (MONO_NATIVE_INT) and set the conversion to be
16081         MONO_MARSHAL_CONV_SAFEHANDLE. 
16083 2006-12-11  Miguel de Icaza  <miguel@novell.com>
16085         * marshal.c (emit_marshal): Hook up to the MONO_TYPE_CLASS and
16086         MONO_TYPE_OBJECT cases and check for a SafeHandle here before
16087         calling emit_marshal_object.
16089         (emit_marshal_safehandle): Implement marshalling of
16090         SafeHandle parameters (no ref support yet).
16092         (MarshalAction): Document the defines as I implement
16093         them for SafeHandle.
16095         (emit_marshal_object): indentation police.
16097         * class-internals.h: Define MonoSafeHandle.
16098         Add safehandle_class to MonoDefaults type.
16100         * verify.c: Add System.Runtime.InteropServices.SafeHandle to the
16101         list of classes to check for fields. 
16103         * domain.c (mono_init_internal): Add SafeHandle to the list of
16104         mono_defaults loaded.
16106 2006-12-15  Raja R Harinath  <rharinath@novell.com>
16108         Fix #80253
16109         * reflection.c (mono_reflection_bind_generic_parameters): If the
16110         generic type definition is a type builder, ensure that it is fully
16111         initialized before instantiating it.  Kill some dead code.
16113 Thu Dec 14 17:02:59 CET 2006 Paolo Molaro <lupus@ximian.com>
16115         * object.c: clear the loader_error () before loading
16116         more metadata stuff (bug #80258).
16118 Thu Dec 14 12:49:47 CET 2006 Paolo Molaro <lupus@ximian.com>
16120         * icall.c, icall-defs.h: type modifiers icalls for
16121         parameters and properties.
16123 Wed Dec 13 19:29:50 CET 2006 Paolo Molaro <lupus@ximian.com>
16125         * object.c, icall.c: fixed warnings.
16127 Mon Dec 11 11:03:10 CET 2006 Paolo Molaro <lupus@ximian.com>
16129         * marshal.c: fixed a couple of leaks and coding style in a few places.
16131 2006-12-08  Dick Porter  <dick@ximian.com>
16133         * process.c: Cope with NULL ProcessStartInfo arguments on windows
16134         too.  Patch from Jonathan Chambers <joncham@gmail.com>, fixes bug
16135         80173.
16137 Thu Dec 7 15:20:31 CET 2006 Paolo Molaro <lupus@ximian.com>
16139         * process.c: ProcessStartInfo may have only filename set and
16140         arguments can be NULL.
16142 Tue Dec 5 19:19:34 CET 2006 Paolo Molaro <lupus@ximian.com>
16144         * icall.c: fix leak found by Robert Jordan.
16146 Tue Dec 5 17:53:10 CET 2006 Paolo Molaro <lupus@ximian.com>
16148         * marshal.c, marshal.h: generate managed method to access an element
16149         of a multi-dimensional array.
16151 2006-11-30  Paolo Molaro (lupus@ximian.com)
16153         * metadata.c, marshal.c: locking fixes when writing to image->mempool.
16155 Thu Nov 30 11:11:37 CET 2006 Paolo Molaro <lupus@ximian.com>
16157         * icall.c: back out GetFields () fix until the serialization code is
16158         fixed to not depend on the incorrect behaviour.
16160 Wed Nov 29 22:01:46 CET 2006 Paolo Molaro <lupus@ximian.com>
16162         * profiler.c: provide defaults if none are set.
16164 Tue Nov 28 12:54:51 CET 2006 Paolo Molaro <lupus@ximian.com>
16166         * Makefile.am, attrdefs.h: new public header file with
16167         constants for attributes for use by embedders.
16169 Tue Nov 28 11:44:52 CET 2006 Paolo Molaro <lupus@ximian.com>
16171         * icall.c: GetFields () fix for bug #80064.
16173 Tue Nov 28 10:56:01 CET 2006 Paolo Molaro <lupus@ximian.com>
16175         * filewatcher.c, filewatcher.h, icall-def.h, icall.c, locales.c:
16176         removed long unused icalls.
16178 2006-11-27  Jonathan Chambers  <joncham@gmail.com>
16179   
16180         * marshal.c: 
16181                 (mono_marshal_emit_managed_wrapper): Level of indirection for 
16182                 mono_marshal_get_managed_wrapper so that a wrapper for a managed method
16183                 can be generated without a delegate class.
16184                 (mono_marshal_get_managed_wrapper): Move wrapper logic to mono_marshal_emit_managed_wrapper.
16185         
16186         Signed-off-by: Jonathan Chambers <joncham@gmail.com>
16188 2006-11-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
16190         * console-io.c: add the 'signal' call removed by mistake. Fixes bug
16191         #80069.
16193 Mon Nov 27 19:29:13 CET 2006 Paolo Molaro <lupus@ximian.com>
16195         * boehm-gc.c, null-gc.c, sgen-gc.c, mono-gc.h, icall.c,
16196         icall-def.h: added icalls needed by System.GC.
16198 Thu Nov 23 20:01:12 CET 2006 Paolo Molaro <lupus@ximian.com>
16200         * loader.c: ensure the class in catch clauses is handled
16201         correctly for generics methods (fixes bug#79980).
16203 Thu Nov 23 17:31:58 CET 2006 Paolo Molaro <lupus@ximian.com>
16205         * monitor.h, monitor.c: added mono_locks_dump () function
16206         to help debug deadlocks involving managed locks.
16208 2006-11-13  Dick Porter  <dick@ximian.com>
16210         * file-io.c (get_file_attributes): If the file is a symlink try
16211         and get the stat data for the target, but also add the
16212         FILE_ATTRIBUTE_REPARSE_POINT flag.  This is an attempt to follow
16213         the specs for the windows symlink support, but will probably have
16214         to be reworked when I have test data from a vista machine.  Fixes
16215         bug 79887.
16217 2006-11-13  Dick Porter  <dick@ximian.com>
16219         * gc.c (mono_domain_finalize): 
16220         * marshal.c (mono_delegate_begin_invoke): 
16221         * threadpool.c (socket_io_init, mono_thread_pool_init)
16222         (mono_thread_pool_finish): 
16223         * monitor.c (mono_monitor_try_enter_internal): 
16224         * threads.c (mono_thread_resume, mono_thread_init)
16225         (mono_thread_suspend_all_other_threads)
16226         (mono_thread_execute_interruption): 
16227         * appdomain.c (mono_domain_unload): Check for NULL error returns
16228         from CreateThread(), CreateEvent() and CreateSemaphore().  See bug
16229         75733.
16231 2006-11-11  Miguel de Icaza  <miguel@novell.com>
16233         * process.c
16234         (ves_icall_System_Diagnostics_Process_CreateProcess_internal):
16235         Only close the handle if the value of the handle is not
16236         INVALID_HANDLE_VALUE.  This just makes the process a bit more
16237         robust.
16239         Improvement for #75733, so that we do not run into this problem. 
16241         
16242         * assembly.c (check_path_env, check_extra_gac_path_env): Do not
16243         include empty directories from MONO_PATH or MONO_GAC_PREFIX in our
16244         internal variables.  Fixes #79462 
16245         
16247 2006-11-09  Dick Porter  <dick@ximian.com>
16249         * socket-io.c (ves_icall_System_Net_Sockets_Socket_Poll_internal):
16250         Use poll() not select().  Fixes bug 79397.
16252 2006-11-09  Raja R Harinath  <rharinath@novell.com>
16254         Fix #79872
16255         * assembly.c (mono_assembly_load_from_full): Check that the given
16256         image has an assembly manifest.
16258 2006-11-09  Ankit Jain  <jankit@novell.com>
16260         * tabledefs.h (ASSEMBLYREF_RETARGETABLE_FLAG):
16261         (ASSEMBLYREF_ENABLEJITCOMPILE_TRACKING_FLAG):
16262         (ASSEMBLYREF_DISABLEJITCOMPILE_OPTIMIZER_FLAG): Add AssemblyRef flags.
16264 2006-11-07  Dick Porter  <dick@ximian.com>
16266         * socket-io.c (ves_icall_System_Net_Dns_GetHostByAddr_internal):
16267         Put the old resolver behaviour back for pre-2.0 profiles.
16269 Tue Nov 7 16:56:24 CET 2006 Paolo Molaro <lupus@ximian.com>
16271         * threadpool.c: precise GC and locking fixes.
16273 Tue Nov 7 11:02:42 CET 2006 Paolo Molaro <lupus@ximian.com>
16275         * class.c: don't load types that have an explicit unaligned
16276         managed reference. Provide better info in the TypeLoad exception.
16277         Part of the fix for bug #79744.
16278         * object.c: use the correct check for class type load issues.
16280 Mon Nov 6 17:07:43 CET 2006 Paolo Molaro <lupus@ximian.com>
16282         * class.c: enforce alignment of fields with managed references
16283         even when Pack=1 is forced by the user (bug #77788).
16285 2006-11-03  Dick Porter  <dick@ximian.com>
16287         * socket-io.c (ves_icall_System_Net_Dns_GetHostByAddr_internal):
16288         If the address reverse lookup fails, return it as the hostname
16289         anyway.  Fixes bug 79721.
16291 2006-11-03  Dick Porter  <dick@ximian.com>
16293         * threads.c (ves_icall_System_Threading_Thread_SpinWait_internal):
16294         Fix build on Windows.
16296 2006-11-02  Dick Porter  <dick@ximian.com>
16298         * icall-def.h: 
16299         * object-internals.h: 
16300         * exception.c (mono_get_exception_thread_interrupted): 
16301         * threads.c: Implement Thread.Interrupt and Thread.SpinWait.
16302         Fixes bug 74525.
16304         * monitor.c (ves_icall_System_Threading_Monitor_Monitor_wait):
16305         Check for pending Thread.Interrupt.
16307 2006-10-27  Massimiliano Mantione  <massi@ximian.com>
16308         * loader.c: Fixed bug 79684.
16310 2006-10-27  Dick Porter  <dick@ximian.com>
16312         * file-io.c (get_file_attributes): Force symlinks to directories
16313         to be returned as a regular file.  Fixes bug 79733.
16314 2006-10-26  Dick Porter  <dick@ximian.com>
16316         * file-io.c (ves_icall_System_IO_MonoIO_Open): If we're calling
16317         CreateFile to open a directory then we need to set the
16318         FILE_FLAG_BACKUP_SEMANTICS flag.  Fixes bug 75285.
16320 2006-10-23  Zoltan Varga  <vargaz@gmail.com>
16322         * reflection.c (mono_method_get_object): Cache the MonoMethod class and its
16323         friends.
16325 Mon Oct 23 03:06:06 CEST 2006 Paolo Molaro <lupus@ximian.com>
16327         * sgengc.c: small cleanup of timer code.
16329 Mon Oct 23 02:49:08 CEST 2006 Paolo Molaro <lupus@ximian.com>
16331         * sgen-gc.c: fix some warnings and start adding support for
16332         complete object removal on domain unload.
16334 2006-10-22  Gert Driesen  <drieseng@users.sourceforge.net>
16336         * assembly.c: build_assembly_name should not consider a version
16337         number without build or revision number invalid. Fixes bug #79715.
16339 2006-10-18  Jonathan Chambers  <joncham@gmail.com>
16341         * icall.c: Have ves_icall_System_Diagnostics_DefaultTraceListener_WriteWindowsDebugString
16342         call kernel32 function OutputDebugString directly.
16343         
16344         Signed-off-by: Jonathan Chambers <joncham@gmail.com>
16345         
16346 Tue Oct 17 16:59:59 CEST 2006 Paolo Molaro <lupus@ximian.com>
16348         * reflection.c: small cleanup, using a function to insert a MonoString
16349         in the string heap.
16351 Tue Oct 17 16:45:27 CEST 2006 Paolo Molaro <lupus@ximian.com>
16353         * reflection.c: moving GC fixes.
16355 Mon Oct 16 16:53:12 CEST 2006 Paolo Molaro <lupus@ximian.com>
16357         * sgen-gc.c, gc-internal.h, gc.c: added API to collect and remove
16358         all the objects with finalizers belonging to an unloading appdomain.
16360 Mon Oct 16 15:08:41 CEST 2006 Paolo Molaro <lupus@ximian.com>
16362         * sgen-gc.c: added ability to allocate even when the nursery is fully
16363         pinned and fixed a couple of bugs.
16365 2006-10-15  Zoltan Varga  <vargaz@gmail.com>
16367         * threads.h: Revert the last change for now.
16369         * threads.h (mono_thread_get_pending_exception): Rename this to
16370         mono_thread_get_undeniable_exception ().
16372 2006-10-15  Gert Driesen  <drieseng@users.sourceforge.net>
16374         * appdomain.c: Use mono_get_exception_bad_image_format2 to construct
16375         BadImageFormatException in ves_icall_System_Reflection_Assembly_LoadFrom
16376         when fname does not refer to valid assembly. This result in a more
16377         meaningful error message.
16378         * exception.c: added mono_get_exception_bad_image_format2 which 
16379         constructs a BadImageFormatException using the ctor taking a custom
16380         message and the file name. Passing in a NULL msg results in a default
16381         message.
16382         * exception.h: define mono_get_exception_bad_image_format2 function.
16383         * icall.c: in InternalGetAssemblyName, throw BadImageFormatException 
16384         when file name pointed to an invalid IL image. Use 
16385         mono_get_exception_file_not_found2 to construct FileNotFoundException,
16386         as this results in a more meaningful error message.
16388 2006-10-15  Zoltan Varga  <vargaz@gmail.com>
16390         * reflection.c (encode_named_val): Implement proper encoding of arrays. Fixes
16391         #79465.
16393 2006-10-12  Zoltan Varga  <vargaz@gmail.com>
16395         * metadata.c (mono_type_size): Change the align parameter to guint32 for
16396         consistency with the other _size functions.
16397         (mono_type_stack_size): Ditto.
16399         * class.c object.c icall.c: Fix warnings caused by the above change.
16401         * class.c (mono_class_get_method_from_name_flags): Fix a typo.
16403         * image.c (load_metadata_ptrs): Reenable loading of modules with uncompressed metadata.
16405         * metadata.c class.c loader.c: Add proper support for uncompressed metadata.
16407 Wed Oct 11 17:27:05 CEST 2006 Paolo Molaro <lupus@ximian.com>
16409         * console-io.h, filewatcher.h, locales.h, marshal.h, monitor.h,
16410         process.h, rand.h, rawbuffer.h, security-manager.h, security.h,
16411         socket-io.h, string-icalls.h, sysmath.h, threadpool-internals.h,
16412         threadpool.h, threads-types.h: mark more internal functions.
16414 2006-10-11  Dick Porter  <dick@ximian.com>
16416         * socket-io.c (ves_icall_System_Net_Sockets_Socket_Poll_internal):
16417         Fix typo spotted by Robert Jordan in bug 79352 (though I can't
16418         reproduce the bug even before applying the fix.)
16420 Tue Oct 10 15:39:39 CEST 2006 Paolo Molaro <lupus@ximian.com>
16422         * reflection.c: allow retrieving attributes for arguments in generic
16423         methods (bug #79241).
16425 Tue Oct 10 11:45:50 CEST 2006 Paolo Molaro <lupus@ximian.com>
16427         * debug-mono-symfile.c: properly check fopen () result (found by
16428         coverity).
16430 Tue Oct 10 11:30:52 CEST 2006 Paolo Molaro <lupus@ximian.com>
16432         * reflection.c: make error message clearer and fixed two
16433         issuelets found by Coverity.
16435 2006-10-10  Zoltan Varga  <vargaz@gmail.com>
16437         * object-internals.h: Remove duplicate definition of mono_method_get_signature_full ().
16439 Mon Oct 9 19:41:44 CEST 2006 Paolo Molaro <lupus@ximian.com>
16441         * object-internals.h, gc-internal.h, profiler-private.h:
16442         mark internal functions.
16444 Mon Oct 9 19:28:56 CEST 2006 Paolo Molaro <lupus@ximian.com>
16446         * reflection.c: put data in the text section.
16447         * icall.c: recognize more types in type_from_typename ().
16448         * process.c, marshal.c: added some GC FIXMEs.
16450 Mon Oct 9 19:27:26 CEST 2006 Paolo Molaro <lupus@ximian.com>
16452         * loader.c: check for NULL before initializing.
16454 2006-10-09  Zoltan Varga  <vargaz@gmail.com>
16456         * gc.c (finalizer_thread): Use a non-alertable wait here.
16458         * class.c loader.c metadata.c: Revert the mono_metadata_decode_table_... changes,
16459         until the correct solution is found.
16461 2006-10-06  Zoltan Varga  <vargaz@gmail.com>
16463         * reflection.c (mono_module_get_object): Avoid an assert when operating on
16464         modules with no metadata. Fixes #79596.
16466         * image.c (load_metadata_ptrs): Put back the error message when
16467         the #- heap is encountered since the support is not complete yet.
16469 Fri Oct 6 16:57:26 CEST 2006 Paolo Molaro <lupus@ximian.com>
16471         * gc.c: do not allow the user to SuppressFinalize () a
16472         delegate because it would leak the trampoline if present.
16474 2006-10-06  Zoltan Varga  <vargaz@gmail.com>
16476         * class.c metadata.c row-indexes.h blob.h: Applied patch from Jb. Add support for the
16477         PropertyPtr table.
16479 2006-10-05  Zoltan Varga  <vargaz@gmail.com>
16481         * loader.c (mono_method_signature): Fix a use of MONO_TABLE_METHOD missed earlier.
16483         * metadata.c (mono_metadata_get_param_attrs): Ditto.
16485         * row-indexes.h: Add definitions for *Ptr tables.
16487         * metadata-internals.h (MonoImage): Add an 'uncompressed_metadata' flag.
16489         * metadata.c (mono_metadata_translate_token_index): New helper function to
16490         translate table indexes used in uncompressed metadata.
16491         (mono_metadata_decode_table_row): Ditto.
16492         (mono_metadata_decode_table_row_col): Ditto.
16494         * metadata.c: Add table schema for *Ptr tables.
16496         * class.c loader.c: Use the new helper function to access the affected metadata
16497         tables.
16498         
16499         * image.c (load_metadata_ptrs): Allow assemblies with uncompressed metadata. Fixes
16500         #38532.
16501         
16502 2006-10-04  Zoltan Varga  <vargaz@gmail.com>
16504         * marshal.c (emit_object_to_ptr_conv): Avoid using short branches around IL
16505         sequences which can be unbounded in size. Fixes #79583.
16507 2006-10-02  Zoltan Varga  <vargaz@gmail.com>
16509         * object.c (mono_runtime_class_init): Handle a corner case in handling failure of
16510         static initialization.
16512         * domain-internals.h (MonoDomain): Add a 'type_init_exception_hash' field.
16514         * class-internals.h (MonoVTable): Add an 'init_failed' flag.
16516         * domain.c (mono_domain_free): Free up type_init_exception_hash.
16518         * object.c (mono_runtime_class_init): Implement correct semantics when a static
16519         ctor fails, i.e. throw the same exception on subsequent accesses.
16520         
16521 2006-09-0  Jonathan Chambers  <joncham@gmail.com>
16523         * domain.c, class-internals.h: Added ComInteropProxy class to MonoDefaults.
16524         * marshal.c: Return correct unmanaged size for object when MarshalAs.Struct.
16525         Emit exception rather than crash in case of COM Callable Wrapper (not yet implemented).
16526         Handle marshalling of interfaces and VARIANTs contained in structs.
16527         
16528         Code is contributed under MIT/X11 license.
16529         
16530 2006-09-30  Zoltan Varga  <vargaz@gmail.com>
16532         * marshal.c (emit_marshal_custom): Fix some corner cases. Fixes #79471.
16533         
16534         * marshal.c (mono_marshal_load_type_info): Allocate memory from the image
16535         mempool.
16537 2006-09-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
16539         * console-io.c: ignore previous SIGINT handler.
16541 2006-09-27  Zoltan Varga  <vargaz@gmail.com>
16543         * metadata.c class.c: Applied patch from Ricardo Fernandez Pascual 
16544         (ricardo.fernandez@st.com). Add some new MonoClass and MonoType accessors. Fixes
16545         #79460, #79461, #79485.
16547         * class.c (mono_class_from_name_case): Fix incorrect comments. Fixes #79504.
16549         * marshal.c (mono_marshal_load_type_info): Fix a typo which caused an assert. Fixes
16550         #79217.
16552 2006-09-26  Zoltan Varga  <vargaz@gmail.com>
16554         * marshal.c (mono_marshal_get_delegate_invoke): Tweak the IL a little so better code
16555         could be generated from it.
16557 Mon Sep 25 13:29:53 CEST 2006 Paolo Molaro <lupus@ximian.com>
16559         * rand.c: fix read loop to correctly handle EINTR.
16561 Mon Sep 25 11:33:06 CEST 2006 Paolo Molaro <lupus@ximian.com>
16563         * Makefile.am, icall-def.h, icall.c, verify.c: changed the way
16564         internal calls are defined to keep methods closer to the declaring
16565         type and allow a significant reduction in runtime relocations and
16566         memory usage.
16568 2006-09-21 Gert Driesen  <drieseng@users.sourceforge.net>
16570         * appdomain.c: Pass NULL to mono_get_exception_file_not_found2 as
16571         exception message to have FileNotFoundException use the default
16572         assembly load error message. Fixes bug #79426.
16573         * exception.c: Support NULL msg in mono_get_exception_file_not_found2.
16575 2006-09-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>
16577         * threadpool.c: (start_thread_or_queue) use the root domain when
16578         creating the thread instead of the async object one.
16580 Thu Sep 21 19:30:04 CEST 2006 Paolo Molaro <lupus@ximian.com>
16582         * class.c, object.c, class-internals.h, reflection.c:
16583         for arrays, store element_size inside MonoClass (speedup
16584         for array object creation).
16586 Thu Sep 21 17:06:43 CEST 2006 Paolo Molaro <lupus@ximian.com>
16588         * icall.c: fixed CodeBase to use the file name and not the module
16589         name (bug #79365).
16591 Thu Sep 21 12:09:34 CEST 2006 Paolo Molaro <lupus@ximian.com>
16593         * mono-debug.c, mono-debug.h: export find_method as
16594         mono_debug_find_method ().
16596 Wed Sep 20 19:59:06 CEST 2006 Paolo Molaro <lupus@ximian.com>
16598         * debug-helpers.c, class-internals.h: added a few functions useful
16599         when debugging under gdb.
16601 2006-09-19 Gonzalo Paniagua Javier <gonzalo@ximian.com>
16603         * console-io.[ch]: trigger the ConsoleCancelEvent and retrieve
16604         characters that need special handling.
16606 Tue Sep 19 18:57:38 CEST 2006 Paolo Molaro <lupus@ximian.com>
16608         * mono-config.c: make the os/cpu specification more flexible,
16609         allowing lists and negation.
16611 2006-09-18  Jonathan Chambers  <joncham@gmail.com>
16613         * marshal.c: COM Interop fixes. Handle case where method->klass.
16614         is interface. Handle BSTR/MonoString when null. Use CDECL as 
16615         calling convention on non-windows platforms. This is for
16616         compatibility with XPCOM and MainWin COM.
16617         
16618         Code is contributed under MIT/X11 license.
16619         
16621 2006-09-18  Zoltan Varga  <vargaz@gmail.com>
16623         * marshal.c (mono_marshal_load_type_info): Handle concurrent and recursive calls
16624         correctly. Fixes #79217.
16626         * class-internals.h (MonoClass): Remove unused marshal_info_init_pending field.
16628 Mon Sep 18 16:59:54 CEST 2006 Paolo Molaro <lupus@ximian.com>
16630         * mono-config.c: allow both an os and cpu attribute for dllmap
16631         and dllentry elemnets to enable a single config file to be used
16632         for multiple architectures.
16634 2006-09-18  Gert Driesen  <drieseng@users.sourceforge.net>
16636         * loader.c: MonoLoaderError was cleared too soon on load failure.
16637         Fixes bug #79424.
16639 Mon Sep 18 15:37:13 CEST 2006 Paolo Molaro <lupus@ximian.com>
16641         * icall.c: use the defining class vtable when accessing a
16642         static field, not a pobblibly derived class.
16644 2006-09-17  Zoltan Varga  <vargaz@gmail.com>
16646         * icall.c string-icalls.c: Remove references to unicode.h.
16648         * unicode.h unicode.c Makefile.am: Remove these unused source files.
16650         * NOTES: Moved to ../../docs and renamed to thread-safety.txt.
16652         * marshal.c (mono_marshal_emit_native_wrapper): Add an 'image' argument, 
16653         indicating the image where custom marshaller types should be looked up.
16654         (mono_ftnptr_to_delegate): Use the image of the delegate type to look up
16655         custom marshallers, instead of corlib. Fixes #79425.
16657 2006-09-14  Zoltan Varga  <vargaz@gmail.com>
16659         * marshal.c (emit_marshal_object): Fix marshalling of blittable classes and null.
16661 2006-09-14  Jonathan Chambers  <joncham@gmail.com>
16663         * environment.c (ves_icall_System_Environment_get_ProcessorCount): 
16664         Implement Environment.ProcessorCount.
16665         
16666         * environment.h (ves_icall_System_Environment_get_ProcessorCount): 
16667         Implement Environment.ProcessorCount.
16668         
16669         * icall.c: 
16670         Add Environment.ProcessorCount icall.
16671         
16672         Patch by Jason McFall.
16674 2006-09-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
16676         * assembly.c: don't append .exe/.dll when the filename already contains
16677         one of those extensions.
16679 2006-09-12  Martin Baulig  <martin@ximian.com>
16681         * class.c (mono_bounded_array_class_get): Also add `IList<object>'
16682         to array interfaces.
16684 2006-09-11  Martin Baulig  <martin@ximian.com>
16686         * reflection.c (mono_image_build_metadata): Create the
16687         MethodImpl's after emitting all types and methods, so we don't
16688         need another fixup pass for them.
16690 2006-09-11  Zoltan Varga  <vargaz@gmail.com>
16692         * class.c (mono_class_from_name_case): Fix regression introduced by the last
16693         change.
16695 Mon Sep 11 12:57:15 CEST 2006 Paolo Molaro <lupus@ximian.com>
16697         * gc-internal.h, appdomain.c, gc.c: force-destroy GC handles on domain
16698         unload.
16700 2006-09-10  Zoltan Varga  <vargaz@gmail.com>
16702         * object.c (mono_method_return_message_restore): Avoid a crash if one of the out
16703         args is not set. Fixes #78926.
16705 2006-09-08  Zoltan Varga  <vargaz@gmail.com>
16707         * class.c (mono_class_init): Init class->no_special_static_fields from the cached info.
16709         * image.c (load_class_names): Move this to class.c, and rename it to 
16710         'mono_image_init_name_cache'.
16711         (load_modules): Fix a warning.
16713         * class.c icall.c image.c: Initialize image->name_cache lazily.
16715         * class-internals.h (MonoGetClassFromName): New hook function to find a class based
16716         on its name using information in the AOT file.
16718         * class.c (mono_class_from_name): Use the new hook function.
16720 2006-09-06  Zoltan Varga  <vargaz@gmail.com>
16722         * reflection.c (mono_param_get_objects): Handle enum default parameter values
16723         correctly.
16725         * marshal.c (emit_marshal_object): Implement [In, Out] byval marshalling of classes.
16726         Fixes #79289.
16727         
16728 2006-09-06  Martin Baulig  <martin@ximian.com>
16730         * icall.c (mono_lookup_internal_call): Small fix.
16732 2006-09-05  Raja R Harinath  <rharinath@novell.com>
16734         * debug-mono-symfile.c (mono_debug_open_mono_symbols): Remove
16735         double g_free.
16737 2006-09-04  Sebastien Pouliot  <sebastien@ximian.com>
16739         * debug-mono-symfile.c: Fix *some* memory leaks that happens only 
16740         when --debug is specified.
16742 2006-09-04  Zoltan Varga  <vargaz@gmail.com>
16744         * class.c (setup_generic_array_ifaces): Fix a warning.
16746 2006-09-04  Miguel de Icaza  <miguel@novell.com>
16748         * Temporarily remove the patch to assemly.c that checks the
16749         assembly versions as it breaks our gacutil.
16751 2006-09-03  Zoltan Varga  <vargaz@gmail.com>
16753         * metadata.c (mono_metadata_parse_mh_full): Fix an invalid free.
16755         * assembly.c (mono_assembly_load_from_full): Avoid loading net 2.0 assemblies into
16756         a net 1.0 runtime.
16758         * marshal.c (mono_string_builder_to_utf8): Fix marshalling of StringBuilders
16759         created using the default ctor. Fixes #79152.
16760         (mono_string_builder_to_utf16): Ditto.
16762 2006-09-01  Martin Baulig  <martin@ximian.com>
16764         Fix handling of the generic array interfaces.
16766         * class-internals.h
16767         (MonoDefaults): Removed `generic_array_class' and added
16768         `generic_ilist' class.
16770         * class.c
16771         (mono_bounded_array_class_get): Add the new generic array interfaces.
16772         (setup_generic_array_ifaces): New static method; create vtable
16773         entries for each method in the generic array interfaces.
16775         * metadata.c
16776         (select_container): Allow "parent-less" generic methods.
16778         * marshal.c
16779         (mono_marshal_get_generic_array_helper): New public method.
16781         * icall.c
16782         (ves_icall_System_Array_InternalArray_GetGenericValueImpl):
16783         Renamed into ves_icall_System_Array_GetGenericValueImpl() and
16784         moved the interncall into System.Array.
16786 2006-09-01  Raja R Harinath  <rharinath@novell.com>
16788         A few more cases of avoiding work on types with ->byref set.
16789         Has the real fix for #79238
16790         * icall.c (is_generic_parameter): New helper.
16791         (ves_icall_Type_GetGenericParameterPosition): Use it.
16792         (ves_icall_Type_GetGenericParameterAttributes): Likewise.
16793         (ves_icall_MonoType_get_IsGenericParameter): Likewise.
16794         (ves_icall_TypeBuilder_get_IsGenericParameter): Likewise.
16795         (ves_icall_Type_GetGenericTypeDefinition_impl): Return NULL on
16796         reference types.
16797         (ves_icall_Type_get_IsGenericTypeDefinition): Return FALSE on
16798         reference types.
16799         (ves_icall_Type_get_IsGenericInstance): Likewise.
16800         (ves_icall_Type_get_IsGenericType): Likewise.
16802 2006-09-01  Zoltan Varga  <vargaz@gmail.com>
16804         * class.c (mono_class_setup_vtable_general): Share identical vtables with the parent
16805         class if possible.
16807         * mempool.h (mono_mempool_get_allocated): New helper function.
16809         * object.c (mono_class_create_runtime_vtable): Fix problem introduced by last
16810         change.
16812         * mempool.c: Fix warnings and the calculation of stats.
16814         * object.c (mono_class_create_runtime_vtable): Fix the AOT optimization.
16816         * class.c (mono_class_setup_vtable): Update generic_vtable_count stat.
16818         * loader.c (mono_get_method_from_token): Update method_count stat.
16820         * class-internals.h (MonoStats): Add some stats.
16822 2006-08-31 Robert Jordan  <robertj@gmx.net>
16824         * icall.c: Replace the PtrToStringAuto, StringToHGlobalAuto icalls
16825         with managed variants.
16826         All code is contributed under the MIT/X11 license.
16827         
16828 2006-08-31  Zoltan Varga  <vargaz@gmail.com>
16830         * reflection.c (reflection_methodbuilder_to_mono_method): Set 
16831         method->skip_visibility based up the skipVisibility parameter of DynamicMethods.
16833         * class-internals.h (MonoMethod): Add a 'skip_visibility' field.
16835         * marshal.c (mono_marshal_load_type_info): Revert the last change as it can't cope
16836         with cycles in classes.
16838         * icall.c (ves_icall_MonoType_get_Name): Add a '&' for byref types. Fixes #79110.
16840         * marshal.c (emit_marshal_array): Avoid crash when a parameter with type array is 
16841         missing a [MarshalAs] directive. Fixes #79203.
16843         * marshal.c (mono_marshal_load_type_info): Fix a race in initializing 
16844         klass->marshal_info. Fixes #79217.
16846 2006-08-30  Martin Baulig  <martin@ximian.com>
16848         Committing a patch from Joachim Ante <joe@otee.dk>:
16849         Add support for binary data symbol stores.
16851         * debug-mono-symfile.c
16852         (mono_debug_open_mono_symbol_file): Renamed into
16853         mono_debug_open_mono_symbols() and added `raw_contents' and `size'
16854         arguments.
16856         * mono-debug.c
16857         (mono_debug_open_image): Added `raw_contents' and `size' args.
16858         (mono_debug_init_2_memory): New public function.
16860 Fri Aug 25 18:25:23 CEST 2006 Paolo Molaro <lupus@ximian.com>
16862         * icall.c: handle TypedReference in GetTypeCode (bug #79150).
16864 2006-08-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
16866         * appdomain.c: implement support for ShadowCopyFiles.
16868 2006-08-22  Sebastien Pouliot  <sebastien@ximian.com>
16870         * string-icalls.c: Add shortcut in ves_icall_System_String_ctor_charp
16871         when value is NULL (and should remove CID #51).
16873 2006-08-22 Gonzalo Paniagua Javier <gonzalo@ximian.com>
16875         * image.c: moved 2 functions to ../utils.
16877 Tue Aug 22 15:53:29 CEST 2006 Paolo Molaro <lupus@ximian.com>
16879         * gc.c: cope with the target object of a GC handle being NULL
16880         (bug #78877).
16882 Tue Aug 22 11:10:33 CEST 2006 Paolo Molaro <lupus@ximian.com>
16884         * class.c: recursively check parent's explicit implementations
16885         of interface methods (fixes bug #79125).
16887 2006-08-19  Miguel de Icaza  <miguel@novell.com>
16889         * filewatcher.c: Avoid warnings when building, do not redefine
16890         constants that are defined.
16892         Remove warnings.
16894 2006-08-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
16896         * image.c: don't fail when the link points to an absolute path.
16898 2006-08-18  Sebastien Pouliot  <sebastien@ximian.com>
16900         * decimal.c: Remove dead code (unrequired check) in mono_decimalIncr.
16901         Fix CID #3.
16903 2006-08-17  Miguel de Icaza  <miguel@novell.com>
16905         * image.c (full_path): A new method used to obtain the actual path
16906         of an assembly even in the presence of symbolic links.  
16908         This is necessary for the case where we are running a binary that
16909         has been GACed, but we are using the "published" path name
16910         ($prefix/mono/1.0/blah.exe) which happens to point to the real
16911         file in the GAC.
16913         This was the source of the failure for the `xsp' command with the
16914         recent AppDomain changes, as far as the runtime was concerned,
16915         there were two different assemblies: $prefix/mono/1.0/blah.exe and
16916         $prefix/mono/gac/blah/version/blah.exe.
16918         (do_mono_image_open): use full path
16920 2006-08-17  Zoltan Varga  <vargaz@gmail.com>
16922         * object.c (mono_class_create_runtime_vtable): Add a FIXME.
16924 2006-08-17  Sebastien Pouliot  <sebastien@ximian.com>
16926         * marshal.c: Fix mono_marshal_check_domain_image if an invalid 
16927         domain_id is supplied. Fix CID #241 and corlib's unit tests.
16929 2006-08-17  Zoltan Varga  <vargaz@gmail.com>
16931         * class.c (mono_class_layout_fields): Set min_align to a bigger value for
16932         small structures. Fixes #78990.
16934 2006-08-17  Zoltan Varga  <vargaz@gmail.com>
16936         * marshal.c (mono_marshal_get_xappdomain_invoke): Use the new helper functions here.
16938         * appdomain.c (ves_icall_System_AppDomain_createDomain): Fix a warning.
16940 2006-08-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
16942         * appdomain.c:
16943         * marshal.c: don't load all the assemblies from a domain into newly
16944         created ones. The new domains might have different rules and load
16945         assemblies from different locations. Fixes bug #76757.
16947         Patch by Lluis. Conflicts resolved by Brian Crowell.
16949 2006-08-16  Alp Toker  <alp@atoker.com>
16951         * socket-io.c: First half of the fix for #79084.
16952         Set sa_size to the length of the content, not that of the struct.
16953         Don't add NULL suffix to the content, this should be done in
16954         managed code if needed.
16956 2006-08-14  Raja R Harinath  <rharinath@novell.com>
16958         Fix part of #79012
16959         * metadata.c (do_mono_metadata_parse_generic_class): Don't SEGV if
16960         mono_metadata_parse_type returns NULL.
16962 2006-08-13  Atsushi Enomoto  <atsushi@ximian.com>
16964         * normalization-tables.h : new file for string normalization data.
16965         * locales.c, locales.h, icall.c :
16966           added load_normalization_resource() for string normalization,
16967           and icall as well.
16968         * Makefile.am : added normalization-tables.h to the sources.
16970 2006-08-13  Zoltan Varga  <vargaz@gmail.com>
16972         * marshal.c: Add more helper functions to reduce code duplication and use them
16973         everywhere.
16975 2006-08-12  Zoltan Varga  <vargaz@gmail.com>
16977         * marshal.c: Fix non-x86 stdcall warnings.
16978         
16979         * marshal.c marshal.h: Add some helper functions to emit/patch branches, and use 
16980         them everywhere.
16982 2006-08-11  Jonathan Chambers  <joncham@gmail.com>
16984         * class.c (mono_bounded_array_class_get): Fix if statement that caused incorrect
16985         type check on multi-dimensional arrays. Fixes #79000.
16987 2006-08-10  Jonathan Chambers  <joncham@gmail.com>
16989         * class.c (mono_class_setup_parent): setup is_com_object during class initialization.
16990         * object.c (mono_remote_class_vtable/mono_object_new_specific): Changed checks
16991         to use is_com_object instead of MONO_CLASS_IS_IMPORT() macro.
16992         * class-internals.h: add is_com_object to class structure.
16993         * marshal.c: Fixed marshalling for IDispatch and IUnknown, added
16994         null checks to COM object marshalling. Fix .ctor call on RCW.
16995         * icall.c: Added icall implementation for MonoType.IsCOMObjectImpl.
16996         
16997         All code is contributed under the MIT/X11 license.
16999 2006-08-09  Dick Porter  <dick@ximian.com>
17001         * monitor.c (mono_monitor_cleanup): mono_monitor_cleanup() is
17002         racing mono_monitor_allocator_lock() somewhere, so don't delete
17003         the critical section for now.  Found by running and exiting
17004         monodevelop.
17006 2006-08-10  Zoltan Varga  <vargaz@gmail.com>
17008         * marshal.c (cominterop_get_native_wrapper): Fix a warning.
17009         (ves_icall_System_ComObject_FindInterface): Ditto.
17010         (ves_icall_System_ComObject_CacheInterface): Ditto.
17012         * metadata.c (do_mono_metadata_type_equal): Applied patch from Roberto Costa
17013         (roberto.costa@st.com). Add support for MONO_TYPE_FNPTR.
17015 2006-08-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
17017         * threadpool.c: treat pipes from process asynchronous reads as sockets
17018         when reading from them, so we get select/poll or epoll to wait for
17019         data.
17021 2006-08-07  Sebastien Pouliot  <sebatien@ximian.com>
17023         * loader.c: Fix a typo (CID #233) in the null check.
17025 2006-08-07  Zoltan Varga  <vargaz@gmail.com>
17027         * appdomain.c (mono_domain_unload): Close the thread handle of the unload thread.
17028         Hopefully fixes #78949.
17029         
17030         * metadata.c (mono_metadata_parse_method_signature_full): Applied patch from 
17031         Roberto Costa (roberto.costa@st.com). Handle vararg signatures without SENTINEL
17032         bytes. Fixes #78972.
17034 2006-08-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
17036         * filewatcher.c: we need to set errno here.
17038 2006-08-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
17040         * filewatcher.c: let Win32Exception get the error value.
17042 2006-08-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
17044         * filewatcher.c: translate errno into win32 errors for Win32Exception
17045         to know what happened.
17047 2006-08-01  Zoltan Varga  <vargaz@gmail.com>
17049         * threadpool.c: Fix more warnings.
17051         * assembly.c (search_loaded): Fix warnings.
17053         * threadpool.c (mono_thread_pool_finish): Fix warnings.
17054         (mono_async_invoke): Ditto.
17056 2006-07-28  Jonathan Chambers  <joncham@gmail.com>
17058         * object.c (mono_remote_class_vtable): Need to create proxy vtable
17059         entries for __ComObject type in addition to ComImport types.
17060         * marshal.c: Added support for marshalling COM RCWs. Fixed warning
17061         about hash table.
17062         
17063         All code is contributed under the MIT/X11 license.
17065 Fri Jul 28 19:04:34 CEST 2006 Paolo Molaro <lupus@ximian.com>
17067         * image.c: avoid tentative loading of modulerefs that contain
17068         no metadata (P/Invoke library names).
17070 2006-07-28  Dick Porter  <dick@ximian.com>
17072         * loader.c (mono_loader_cleanup): mono_loader_cleanup() is racing
17073         mono_loader_lock() somewhere, so don't delete the critical section
17074         for now.  Found by running and exiting monodevelop.
17076 2006-07-26 Gonzalo Paniagua Javier <gonzalo@ximian.com>
17078         * filewatcher.c: define the inotify syscalls when we're building on
17079         linux and have sys/syscall.h. The build system might not have support
17080         for inotify but the target system might have it.
17082 2006-07-26  Miguel de Icaza  <miguel@novell.com>
17084         * domain.c: Documentation updates.
17086         * loader.c (mono_free_method): Do not release the method
17087         information if we are being profiled, as profilers will use this
17088         information at shut down to present some data to the user.
17090         This is needed so that the profiler does not crash, as the
17091         profiler tends to keep MonoMethods around, and they might become
17092         invalid if we free these.
17094         (mono_get_method_constrained): Return the original CIL stream
17095         method as well, so verification can be performed against it.
17097 2006-07-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
17099         * filewatcher.[ch]: support for inotify file system watcher.
17100         * icall.c: add new internal calls for the inotify file system watcher.
17102 2006-07-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>
17104         * threadpool.c: Windows also misbehaves on async. connects. Fixes bug
17105         #78888.
17107 2006-07-20  Dick Porter  <dick@ximian.com>
17109         * file-io.c (ves_icall_System_IO_MonoIO_Seek): Fix signed/unsigned
17110         warning.
17112 2006-07-20  Dick Porter  <dick@ximian.com>
17114         * threads.c (start_wrapper): Do the thread cleanup while we still
17115         hold a reference to its object.  Fixes bug 78123.
17117 2006-07-18  Kornél Pál  <kornelpal@gmail.com>
17119         * class-internals.h: Added MONO_WRAPPER_MANAGED_TO_MANAGED wrapper type.
17120         * debug-helpers.c: Map MONO_WRAPPER_MANAGED_TO_MANAGED to
17121           "managed-to-managed".
17122         * icall.c: Redirect string constructors that take sbyte* to
17123           ves_icall_System_String_ctor_RedirectToCreateString.
17124         * marshal.c: Redirect ves_icall_System_String_ctor_RedirectToCreateString
17125           to CreateString () methods with matching signature.
17126         * reflection.c: Use original security informations for
17127           MONO_WRAPPER_MANAGED_TO_MANAGED.
17128         * security-manager.c: Use original security informations for
17129           MONO_WRAPPER_MANAGED_TO_MANAGED.
17130         * string-icalls.c: Added ves_icall_System_String_ctor_RedirectToCreateString
17131           that is a placeholder and only its address should be used.
17132         * string-icalls.h: Added ves_icall_System_String_ctor_RedirectToCreateString
17133           that is a placeholder and only its address should be used.
17135 2006-07-15  Jonathan Chambers  <joncham@gmail.com>
17137         Begin implementing COM Interop.
17138         * appdomain.c: Increment corlib version.
17139         * class.c: Set ComImport classes' parent to __ComObject.
17140         * loader.c: Mark cominterop methods as such.
17141         * domain.c: Add __ComObject class to MonoDefaults structure.
17142         * image.c: Add 2 hashtables to the image for COM Interop related methods
17143         * metadata.c: Added mono_metadata_type_dup_mp to duplicate a type
17144         using the mempool allocator
17145         
17146         * metadata-internals.h: Add 2 hashtables to the image for COM Interop related methods
17147         * metadata.h: Added cominterop field to _MonoMethodSignature struct and
17148         declaration for mono_metadata_type_dup_mp.
17149         
17150         * debug-helpers.c: Added strings for two additional wrapper types
17151         * object.c: Create proxy objects for ComImport classes
17152         * class-internals.h: Define 2 new method wrapper types, COM Interop remoting target,
17153         and added __ComObject class to MonoDefaults structure.
17154         
17155         * object-internals.h: Finish MonoRealProxy definition, and add definition of
17156         MonoComInteropProxy and MonoComObject.
17157         
17158         * marshal.c: Added support for COM Interop
17159         (signature_cominterop): Converts managed signature to corresponding
17160         unmanaged COM signature.
17161         (cominterop_get_function_pointer): gets unmanaged function pointer via
17162         COM object vtable
17163         (cominterop_get_com_slot_for_method): returns vtable slot in COM interface of method
17164         (cominterop_get_method_interface): returns interface type that method is defined on
17165         (mono_mb_emit_cominterop_call): emits native call to function pointer
17166         gotten from vtable
17167         (cominterop_get_native_wrapper_adjusted): actual wrapper around unmanaged COM call
17168         that matches signature of unmanaged function.
17169         (cominterop_get_native_wrapper): wrapper around adjusted method call.
17170         (cominterop_get_invoke): forwards call from proxy to __ComObject
17171         (ves_icall_System_Runtime_InteropServices_Marshal_AddRef): Implements Marshal.AddRef 
17172         (ves_icall_System_Runtime_InteropServices_Marshal_QueryInterface): Implements Marshal.QueryInterface 
17173         (ves_icall_System_Runtime_InteropServices_Marshal_Release): Implements Marshal.Release 
17174         
17175         * marshal.h: Added Marshal icall declarations.
17176         * icall.c: Added __ComObject icalls. Need to store interfaces in unmanaged code
17177         so we can access them in finalizer
17178         
17179 2006-07-14  Dick Porter  <dick@ximian.com>
17181         * object.c (mono_type_initialization_cleanup): Fix a race
17182         condition by temporarily commenting out the critical section
17183         deletion.
17185 2006-07-14  Zoltan Varga  <vargaz@gmail.com>
17187         * reflection.c (create_custom_attr): Fix some warnings.
17188         (create_custom_attr_data): Ditto.
17189         (typebuilder_setup_properties): Save custom attrs for properties in dynamic
17190         types. Fixes #78855.
17192 2006-07-11  Zoltan Varga  <vargaz@gmail.com>
17194         * class.c (mono_type_get_name_recurse): Fix the name of 1 dimensional non-szarrays.
17196         * reflection.c (mono_custom_attrs_free): Fix freeing of dynamic cattr info.
17198 2006-07-08  Zoltan Varga  <vargaz@gmail.com>
17200         * reflection.c (resolve_object): Add support for DynamicMethod.
17202         * domain.c appdomain.c threads.c monitor.c object.c gc.c: Applied patch from
17203         Joachim Ante (joe@otee.dk). Fix some shutdown leaks.
17205 2006-07-06  Sebastien Pouliot  <sebastien@ximian.com>
17207         * process.c: In ves_icall_System_Diagnostics_Process_GetModules_internal 
17208         don't leak GPtrArray's pdata has we have no use (nor free) for it.
17210 2006-07-01  Zoltan Varga  <vargaz@gmail.com>
17212         * marshal.c (mono_marshal_get_runtime_invoke): Fix passing of generic valuetypes.
17213         Fixes #77888.
17215 2006-06-30  Raja R Harinath  <rharinath@novell.com>
17217         * icall.c (ves_icall_MonoMethod_get_base_definition): Simplify
17218         slightly: remove a shadow local variable.
17220 2006-06-29  Raja R Harinath  <rharinath@novell.com>
17222         * icall.c (ves_icall_MonoMethod_get_base_definition): Return the
17223         definition that introduces the virtual function slot.
17224         Also fix Coverity #105.
17226 2006-06-29  Zoltan Varga  <vargaz@gmail.com>
17228         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Fix support
17229         for dynamic assemblies. Fixes #78724.
17231 2006-06-28  Zoltan Varga  <vargaz@gmail.com>
17233         * marshal.c (mono_string_to_byvalwstr): Fix this completely broken function.
17234         Fixes #78722.
17236 2006-06-21  Martin Baulig  <martin@ximian.com>
17238         * reflection.c
17239         (method_encode_clauses): Don't assert on `ex_info->handlers' here;
17240         fixes #76484.
17242 2006-06-21  Zoltan Varga  <vargaz@gmail.com>
17244         * object.h (mono_array_setref): Cast value to (MonoObject*) to fix warnings.
17246 2006-06-20  Raja R Harinath  <rharinath@novell.com>
17248         Make 'mono_class_get_full' only inflate TYPESPECs, not TYPEDEFs
17249         nor TYPEREFs.
17250         * class.c (mono_class_create_from_typespec): Add 'context' argument.
17251         Inflate result if necessary.
17252         (mono_class_get_full): Remove old version.  Rename from
17253         'mono_class_get' and add 'context' argument.  Pass it to
17254         ..._create_from_typespec.
17255         (mono_class_get): New.  Simple wrapper to mono_class_get_full.
17256         (mono_ldtoken): Revert change below.
17258 2006-06-20  Martin Baulig  <martin@ximian.com>
17260         * class.c (mono_ldtoken): Don't pass the generic context to
17261         mono_class_get_full() for MONO_TOKEN_TYPE_DEF/REF.  Fixes #78053.
17263 2006-06-15  Zoltan Varga  <vargaz@gmail.com>
17265         * marshal.c (mono_ftnptr_to_delegate): Avoid allocating signature from mempool
17266         and later freeing it. Fixes #78638.
17268 2006-06-15  Miguel de Icaza  <miguel@novell.com>
17270         * icall.c (mono_class_get_throw): Revert over-zealous error
17271         throwing, the caller for mono_class_get_throw will cope with
17272         errors when classes are not properly initialized already.
17274         The code still copes with loader exceptions though.
17276         Fixes the regression in reftype1 and reftype3 from the CAS tests.
17277         
17278 2006-06-14  Miguel de Icaza  <miguel@novell.com>
17280         Fixes the `make run1' version of RuntimeAbort (to be commited,
17281         source is in Bugzilla).
17282         
17283         * metadata.c (mono_metadata_interfaces_from_typedef_full): Return
17284         FALSE on class loading failure instead of returning true.
17286         * class.c (mono_class_create_from_typedef): It is possible for
17287         mono_metadata_interfaces_from_typedef_full to fail if a class is
17288         not found, cope with this.
17289         
17291 2006-06-14  Dick Porter  <dick@ximian.com>
17293         * socket-io.c: 
17294         * process.c: Fix a bunch of signed/unsigned warnings from gcc
17295         4.1.1
17297 2006-06-12  Atsushi Enomoto  <atsushi@ximian.com>
17299         * culture-info-table.h : oops, forgot to make it nsync with r61548.
17301 2006-06-09  Jonathan Chambers  <jonathan.chambers@ansys.com>
17303         * icall.c: Another fix for building mono in Visual Studio.
17305 2006-06-09  Jonathan Chambers  <jonathan.chambers@ansys.com>
17307         * marshal.c icall.c: Minor fixes for building mono in Visual Studio.
17308         
17309 2006-06-09  Martin Baulig  <martin@ximian.com>
17311         * debug-mono-symfile.c: Put this back and really fix it this
17312         time. Sorry for all the trouble.
17314 2006-06-08  Zoltan Varga  <vargaz@gmail.com>
17316         * icall.c (mono_class_get_throw): Fix a warning.
17317         (ves_icall_System_Reflection_Assembly_GetTypes): Allways throw 
17318         ReflectionTypeLoadException if needed. Fixes #78606.
17320         * class.c (mono_class_setup_vtable_general): Handle loader errors a bit better.
17321         (mono_class_init): Ditto.
17323         * loader.c (mono_loader_set_error_assembly_load): Display a separate warning for
17324         ref_only exceptions.
17325         (mono_loader_clear_error): Make this work even if there is no error.
17327 2006-06-08  Jonathan Chambers  <jonathan.chambers@ansys.com>
17329         * object-internals.h marshal.c marshal.h icall.c: Implement method 
17330         Marshal.GetComSlotForMethodInfo using internal call.
17332 2006-06-07  Zoltan Varga  <vargaz@gmail.com>
17334         * class-internals.h: Add a new kind of loader error LOADER_ERROR_ASSEMBLY plus
17335         a function for signalling it.
17337         * class.c (mono_class_from_typeref): Use the new kind of loader error when
17338         a referenced assembly is not found.
17340         * loader.c (mono_loader_error_prepare_exception): Add support for 
17341         LOADER_ERROR_ASSEMBLY. Fix formatting.
17343 2006-06-05  Jonathan Chambers  <jonathan.chambers@ansys.com>
17345         * domain.c appdomain.c class-internals.h marshal.c: Add support 
17346         for VARIANT marshalling on windows and increment corlib version
17347         since Variant struct was added.
17349 2006-06-03  Miguel de Icaza  <miguel@novell.com>
17351         * debug-mono-symfile.c: Revert Martin's previous patch which broke
17352         stack trace line information:
17354         (Martin) (mono_debug_symfile_lookup_location): Fix the algorithm:
17355         (Martin) when looking up B which is between A and C, return A not C.
17357         Bug is #78573.
17359         Thanks to Alexander Olk for tracking this down.
17361 2006-06-02  Zoltan Varga  <vargaz@gmail.com>
17363         * marshal.c (mono_marshal_set_last_error_windows): Fix build.
17364         
17365         * marshal.c (mono_marshal_emit_native_wrapper): Call GetLastError () early and without a wrapper to
17366         avoid clobbering its value.
17367         (mono_string_to_lpstr): Fix a warning on windows.
17369 2006-05-31  Zoltan Varga  <vargaz@gmail.com>
17371         * class-internals.h (MonoClass): Removed obsolete 'dummy' flag.
17373         * reflection.c loader.c: Removed references to 'dummy' flag.
17375         * loader.c (mono_loader_error_prepare_exception): Fix a warning.
17377         * threadpool.c: Make ASyncCall a copy of the managed MonoAsyncCall class so
17378         it gets GC tracking.
17380         * object-internals.h (MonoAsyncResult): Add an 'object_data' field which has
17381         GC tracking.
17382         
17383         * object.c (mono_async_result_new): Add an additional parameter 'object_data'.
17385         * marshal.c threadpool.c: Update callers of mono_async_result_new.
17387         * appdomain.c: Bump corlib version.
17389 2006-05-30  Zoltan Varga  <vargaz@gmail.com>
17391         * marshal.c: Use mono_mb_emit_stloc in more places. Use CEE_LDIND_REF and
17392         CEE_STIND_REF when working with object references.
17394 2006-05-31  Zoltan Varga  <vargaz@gmail.com>
17396         * class.c (mono_class_setup_fields): Call mono_class_init () for class->parent.
17397         Fixes #78539.
17399 2006-05-30  Miguel de Icaza  <miguel@novell.com>
17401         * loader.c (method_from_memberref): Fix argument value for
17402         mono_loader_set_error_method_load (I was passing the MonoClass
17403         instead of the class name char *).
17405 2006-05-30  Zoltan Varga  <vargaz@gmail.com>
17407         * marshal.c: Use mono_mb_emit_stloc in more places. Use CEE_LDIND_REF and
17408         CEE_STIND_REF when working with object references.
17410 2006-05-30  Martin Baulig  <martin@ximian.com>
17412         * mono-debug.c (mono_debug_print_stack_frame): Reverted the
17413         mono_method_full_name() change and replace the ':' with a '.'
17414         here.
17416 2006-05-30  Martin Baulig  <martin@ximian.com>
17418         * debug-mono-symfile.c
17419         (mono_debug_symfile_lookup_location): Fix the algorithm:
17420         when looking up B which is between A and C, return A not C.
17422 2006-05-29  Martin Baulig  <martin@ximian.com>
17424         * mono-debug.h
17425         (MonoDebugMethodInfo): Make the typedef public.
17426         (MonoDebugSourceLocation): New public struct.
17428         * mono-debug.c
17429         (mono_debug_source_location_from_address): Removed.
17430         (mono_debug_source_location_from_il_offset): Removed.
17431         (mono_debug_il_offset_from_address): Removed.
17432         (mono_debug_address_from_il_offset): Removed.
17433         (mono_debug_lookup_method): New public function.
17434         (mono_debug_lookup_source_location): New public function; replaces
17435         the old mono_debug_source_location_from_*() functions; see the
17436         inline documentation.
17437         (mono_debug_free_source_location): New public function.
17438         (mono_debug_print_stack_frame): New public function; see the
17439         inline documentation.
17441         * debug-mono-symfile.c
17442         (mono_debug_find_source_location): Renamed into
17443         mono_debug_symfile_lookup_location(); only take a
17444         `MonoDebugMethodInfo *' and an `offset' argument; added inline
17445         documentation.
17446         (mono_debug_find_method): Renamed into
17447         mono_debug_symfile_lookup_method().
17449 2006-05-27  Zoltan Varga  <vargaz@gmail.com>
17451         * assembly.c (mono_assembly_open_full): Dont overwrite the status
17452         returned by mono_image_open_full ().
17454         * appdomain.c (ves_icall_System_Reflection_Assembly_LoadFrom): Convert
17455         MONO_IMAGE_IMAGE_INVALID into a BadImageFormatException. Fixes
17456         #78517.
17458         * object.c (compute_class_bitmap): Use class->class_size for static fields. Fixes
17459         #78518.
17461 2006-05-27  Miguel de Icaza  <miguel@novell.com>
17463         * class.c (mono_class_from_typeref): handle missing images
17464         earlier, deals with bug #78418.   Refactor code; 
17466         Fix a warning introduced in my previous commit (some stale code
17467         from before I revisited my patch).
17469         * class.c (mono_class_create_from_typedef): On failure, remove the
17470         class from the MonoImage->class_cache as the class is not
17471         initialized;   Fixes the leak pointed out by Paolo.
17473 2006-05-25  Dick Porter  <dick@ximian.com>
17475         * threads.c (mono_thread_cleanup): Build fix.  Comment out the
17476         DeleteCriticalSections until I figure out which one may still be
17477         sometimes locked when mono_thread_cleanup is called.
17479 2006-05-24  Dick Porter  <dick@ximian.com>
17481         * threads.c (mono_thread_cleanup): Move the threading cleanup out
17482         of mono_thread_manage and back into its own function, so it can be
17483         called after the finalizer thread has finished.
17485         * appdomain.c (mono_runtime_cleanup): Call mono_thread_cleanup
17487 2006-05-24  Zoltan Varga  <vargaz@gmail.com>
17489         * assembly.c (mono_assembly_open_full): Fix typo introduced by a previous change.
17490         Fixes #78495.
17492         * marshal.c (emit_ptr_to_object_conv): Implement marshalling of byval arrays
17493         with non-blittable elements.
17494         (emit_object_to_ptr_conv): Ditto. Fixes #78492.
17496 2006-05-24  Martin Baulig  <martin@ximian.com>
17498         * mono-debug-debugger.h (MonoDebuggerEvent): Added
17499         `MONO_DEBUGGER_EVENT_FINALIZE_MANAGED_CODE'.    
17501         * mono-debug-debugger.c (mono_debugger_cleanup): Send a
17502         `MONO_DEBUGGER_EVENT_FINALIZE_MANAGED_CODE' and then set
17503         `mono_debugger_event_handler' to NULL.
17505 2006-05-24  Martin Baulig  <martin@ximian.com>
17507         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 57.
17509 2006-05-24  Martin Baulig  <martin@ximian.com>
17511         * mono-debug-debugger.h
17512         (mono_debugger_create_notification_function): Added
17513         `MonoCodeManager *' argument.
17515 Tue May 23 16:05:47 CEST 2006 Paolo Molaro <lupus@ximian.com>
17517         * boehm-gc.c, null-gc.c: fix compilation on 64 bit systems.
17519 Tue May 23 13:44:11 CEST 2006 Paolo Molaro <lupus@ximian.com>
17521         * Makefile.am, gc-internal.h, reflection.c: updates for the new GC.
17522         * sgen.-gc.c, sgen-gc.h: simple generational compacting GC
17523         implementation.
17525 Tue May 23 13:40:30 CEST 2006 Paolo Molaro <lupus@ximian.com>
17527         * icall.c: precise GC support: objects can't be stored in unmanaged
17528         memory anymore, even if they are kept alive by other references: since
17529         they can move the GC needs to be able to always find them.
17531 Tue May 23 12:57:08 CEST 2006 Paolo Molaro <lupus@ximian.com>
17533         * object.c: precise GC support for static fields. Support
17534         for moving GCs: write barriers and pinned allocation for interned
17535         strings.
17537 Tue May 23 12:41:44 CEST 2006 Paolo Molaro <lupus@ximian.com>
17539         * domain.c, domain-internals.h: precise GC support for the MonoDomain
17540         structure.
17542 Tue May 23 12:38:56 CEST 2006 Paolo Molaro <lupus@ximian.com>
17544         * class.c, gc.c: sgen and precise GC updates.
17546 Tue May 23 12:33:24 CEST 2006 Paolo Molaro <lupus@ximian.com>
17548         * marshal.h, marshal.c: added write barrier wrapper and precise type
17549         fixes.
17551 Tue May 23 12:31:22 CEST 2006 Paolo Molaro <lupus@ximian.com>
17553         * object.h, null-gc.c, boehm-gc.c: more write barrier functions and
17554         support.
17556 Tue May 23 12:27:14 CEST 2006 Paolo Molaro <lupus@ximian.com>
17558         * reflection.c: precise and sgen GC updates.
17560 Tue May 23 12:21:46 CEST 2006 Paolo Molaro <lupus@ximian.com>
17562         * debug-helpers.c, class-internals.h: added write barrier wrapper type.
17564 2006-05-22  Zoltan Varga  <vargaz@gmail.com>
17566         * threads.c (start_wrapper): Fix a missed guint32 tid declaration.
17568 2006-05-20  Zoltan Varga  <vargaz@gmail.com>
17570         * reflection.c (encode_cattr_value): Fix yet another bug in the encoding of
17571         MONO_TYPE_OBJECT. Fixes #78462.
17573 2006-05-18  Zoltan Varga  <vargaz@gmail.com>
17575         * marshal.c (emit_marshal_vtype): Add support for UnmanagedType.LPStruct 
17576         and blittable types.
17578 2006-05-17  Miguel de Icaza  <miguel@novell.com>
17580         * class.c (mono_class_get_exception_for_failure): Implement parts
17581         of a TODO: if the loader error is set (instead of the class
17582         error), we return a Loader exception that can be properly thrown
17583         elsewhere.
17585         This was exposed by some Winforms 2.0 code that I tried to run
17586         (Atsushi pointed me to it).
17588 2006-05-17  Zoltan Varga  <vargaz@gmail.com>
17590         * marshal.c (mono_marshal_emit_native_wrapper): Make the marshalling code more
17591         uniform by moving stuff from this function to the proper emit_marshal_XXX functions.
17592         
17593         * marshal.c (emit_marshal_vtype): Add limited support for 
17594         UnmanagedType.LPStruct. Fixes #78427.
17596         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStructure): 
17597         Applied a patch from kangaroo to fix #77523.
17599 2006-05-17  Martin Baulig  <martin@ximian.com>
17601         * threads.c
17602         (debugger_thread_vtable): Moved into ../mini/debug-debugger.c.
17603         (debugger_thread_created): Removed.
17604         (debugger_thread_exited): Removed.
17606 2006-05-15  Zoltan Varga  <vargaz@gmail.com>
17608         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
17610         * object-internals.h (MonoReflectionResource): Sync with managed version.
17612 2006-05-12  Wade Berrier <wberrier@novell.com>
17614         * threads.c: Define G_GSIZE_FORMAT for systems with glib < 2.6
17616 2006-05-12  Zoltan Varga  <vargaz@gmail.com>
17618         * class.c (mono_fnptr_class_get): Set class->image to corlib for now, since other
17619         functions try to allocate from the image mempool.
17621 2006-05-12  Dick Porter  <dick@ximian.com>
17623         * threads.c (mono_thread_attach): Fix usage of GetCurrentThread().
17625 2006-05-12  Lluis Sanchez  <lluis@ximian.com>
17627         * object.c: The FieldGetter and FieldSetter methods require the full
17628         name of the class, not only the name. Fixes bug #78277.
17630 2006-05-11  Miguel de Icaza  <miguel@novell.com>
17632         * loader.c (method_from_memberref): Do not pass the NULL klass to
17633         mono_loader_set_error_() methods.  Pass the non-NULL value
17634         (class). 
17636 2006-05-11  Zoltan Varga  <vargaz@gmail.com>
17638         * assembly.c (mono_assembly_load_from_full): Fix a bunch of warnings.
17639         (mono_assembly_close): Null out assembly->image->references after freeing it.
17641         * image.c (mono_image_close): Free image->references.
17642         
17643         * reflection.c (mono_image_basic_init): Fix a small memory leak.
17645 2006-05-10  Sebastien Pouliot  <sebastien@ximian.com>
17647         * marshal.c: In function mono_mb_add_local don't use the mb pointer 
17648         before checking if it's NULL (g_assert).
17650 2006-05-10  Martin Baulig  <martin@ximian.com>
17652         * metadata.c (mono_type_size): Kill the g_assert() in MONO_TYPE_GENERICINST;
17653         I thought I already killed that two months ago, but now it somehow reappeared.
17655 2006-05-10  Martin Baulig  <martin@ximian.com>
17657         * mono-debug.c (mono_debug_add_method): Allow instantiated generic methods.
17659 2006-05-10  Zoltan Varga  <vargaz@gmail.com>
17661         * reflection.c: Allocate memory for dynamically created methods in the image
17662         mempools.
17664 2006-05-10  Sebastien Pouliot  <sebastien@ximian.com>
17666         * appdomain.c: In ves_icall_System_AppDomain_[Get|Set]Data functions, 
17667         don't use the ad pointer before checking if it's NULL (g_assert).
17669 2006-05-09  Zoltan Varga  <vargaz@gmail.com>
17671         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetAssemblyName): Remove
17672         a redundant (and incorrect) addref. Hopefully fixes sn.exe on windows.
17674         * marshal.c: Allocate all signatures from mempools.
17676         * marshal.c: Allocate some more signatures from mempools.
17678 2006-05-09  Miguel de Icaza  <miguel@novell.com>
17680         * object.c (mono_load_remote_field): The code used to provide a
17681         temporary variable for returning results if the user did not
17682         provide a result pointer.  But our temporary variable was allocted
17683         on the satck.
17685         Fix calling code to always pass a result area.   Coverity ID 103.
17687 2006-05-06  Zoltan Varga  <vargaz@gmail.com>
17689         * threads.c (ves_icall_System_Threading_Interlocked_Add_Int): Return the new
17690         value, not the old. Fixes #78312.
17691         (ves_icall_System_Threading_Interlocked_Add_Long): Ditto.
17693         * class.c (mono_bounded_array_class_get): Allocate data from the image mempool.
17694         (mono_ptr_class_get): Ditto. Also change the cache from a global one to a 
17695         per-image cache.
17697         * assembly.c (mono_assembly_close): Free image->references.
17699         * assembly.c (mono_assembly_names_equal): Fix a warning.
17700         (mono_assemblies_cleanup): Cleanup more global data.
17702         * metadata-internals.h (MonoImage): Add 'ptr_cache'.
17704         * image.c (mono_image_close): Free up the contents of 'array_cache', free up
17705         ptr_cache and image->modules.
17707         * image.c (mono_image_init): Allocate array_cache lazily.
17708         
17709 2006-05-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
17711         * assembly.c: use GetCurrentThreadId for the hash, as GetCurrentThread
17712         behavior was changed recently and has bad side effects.
17714 2006-05-05  Zoltan Varga  <vargaz@gmail.com>
17716         * assembly.c (mono_assembly_open_full): Add a missing mono_image_close ().
17717         
17718         * assembly.c (mono_assembly_close): Remove a debug printf.
17720         * profiler.c (create_profiler): Use mono_aligned_addr_hash.
17722         * metadata-internals.h image.c assembly.c: Change the reference counting scheme
17723         to also allow for temporary references between mono_image_open ()/close ().
17725         * domain.c (get_runtimes_from_exe): Add a FIXME.        
17727 2006-05-04  Zoltan Varga  <vargaz@gmail.com>
17729         * marshal.c: Fix support for dynamic methods.
17731         * appdomain.c (mono_runtime_cleanup): Call mono_marshal_cleanup ().
17733         * marshal.c (mono_marshal_cleanup): New cleanup function.
17735         * marshal.c: Rewrite the wrapper code to allocate most of its memory from the 
17736         image mempools.
17738         * class.c (mono_class_init): Fix leaking class->nested_classes.
17740         * metadata-internals.h (MonoImage): Add a couple of new wrapper caches.
17742         * image.c (mono_image_init): Initialize the new cashes.
17744         * image.c (mono_image_close): Destroy the new cashes.
17746         * marshal.c: Get rid of most of the static caches in favor of per-image caches.
17748         * mempool.c (mono_mempool_strdup): New helper function.
17750         * class-internals.h: Add prototype for mono_loader_unlock ().
17752         * domain.c (mono_jit_info_table_find): Fix a warning.
17753         (mono_debugger_check_runtime_version): Ditto.
17755         * rawbuffer.h rawbuffer.c metadata-internals.h metadata.c class-internals.h 
17756         class.c loader.c image.h image.c assembly.h assembly.c: Add init () and cleanup ()
17757         functions to these modules.
17759         * domain-internals.h domain (mono_cleanup): New internal method to cleanup most
17760         metadata modules.
17761         
17762         * marshal.c (mono_free_bstr): Fix a warning.
17764         * assembly.c (mono_assembly_open_full): Fix another small leak.
17766         * object.c: Fix some unload leaks in the remoting code.
17768         * object-internals.h object-internal.c (mono_string_to_utf8_mp): New helper
17769         function.
17771         * assembly.c (mono_assembly_close): Fix a leak when unloading dynamic assemblies.
17773         * reflection.c: Fix some unload leaks in dynamic assemblies.
17775 2006-05-02  Jonathan Chambers  <jonathan.chambers@ansys.com>
17777         * marshal.c: Add BSTR support on Win32 (all changes under MIT X11)
17778         * marshal.h: Add BSTR support on Win32
17779         * icall.c: Add BSTR icalls
17780         * metadata.h: Add BSTR enums
17782 2006-04-28  Miguel de Icaza  <miguel@novell.com>
17784         Work to catch the crash from #76795 and turn it into an
17785         exception.   As I stubbed out pieces of the VisualBasic support,
17786         I found a number of places where the code was failing and I added
17787         checks to those places. 
17788         
17789         * metadata.c (do_mono_metadata_parse_generic_class): Make this
17790         function return a status code.  If we fail to parse the signature
17791         from mono_metadata_parse_generic_inst, return FALSE.
17793         * loader.c (mono_get_method_from_token): If we fail to load the
17794         method (mono_class_get) return NULL.   
17796         * (method_from_memberref): Return NULL if we are unable to parse
17797         the method signature
17799         (mono_loader_error_prepare_exception): Since we now use the
17800         loader_error flag internally to stop processing, and obtaining
17801         exceptions that might be thrown will walk this code path the
17802         proper way of going from a MonoLoaderError into a
17803         MonoException was convoluted.   This new routine encapsulates the
17804         process of turning the error into an exception and *clearing* the
17805         error afterwards.
17806         
17807 2006-04-27  Miguel de Icaza  <miguel@novell.com>
17809         Work to catch the crashes from 75075 (cope in Assembly.GetTypes
17810         with missing assemblies), and to cope with:
17812                 * Missing fieldref from a non-existing assembly.
17813                 * Missing methodref from a non-existing assembly.
17815         The first batch of work to address *some* of the issues from 76661.
17816         
17817         * object.c (mono_class_create_runtime_vtable): If we fail to
17818         initialize the class raise the exception here. 
17820         * metadata.c (mono_class_get_overrides_full): If any methods fail
17821         to load return the failure to the caller.
17823         * assembly.c: Use REFERENCE_MISSING instead of (gpointer) -1 for
17824         flagging assemblies that failed to load.   
17826         Do not crash if we are unable to load the assembly.
17828         (mono_assembly_close): Do nothing with REFERENCE_MISSING
17829         assemblies. 
17831         * loader.c (mono_loader_set_error_type_load): Change the
17832         convention to always pass unallocated strings, so we make our own
17833         copies (I know our own code had duplicated strings before, but
17834         this keeps the normal conventions).
17835         (method_from_memberref): Call mono_loader_set_error_method_load
17836         for all possible failures of loading the class. 
17837         Remove assert, turn into a loader error.
17839         (mono_loader_error_to_exception): Move this routine from mini
17840         (mini_loader_error_to_exception) there was no need to have that in
17841         mini. 
17843         * class.c (mono_class_from_typeref): If we were not able to load
17844         the assembly with mono_assembly_load_reference, call the
17845         mono_loader_set_error_type_load to register the problem.
17847         (mono_class_setup_fields): If we fail to load the type from
17848         mono_metadata_parse_type_full, call mono_class_set_failure and
17849         break from the loop.
17851         If class->exception_type is set, we do not layout the fields as
17852         that might crash the runtime, and instead return (from breaking
17853         from the previous loop).
17855         (mono_class_setup_vtable): This now returns a boolean indicating
17856         whether the table was properly setup.   The decision is driven by
17857         mono_class_get_overrides_full which might run into non-existing
17858         methods. 
17859         
17860         (mono_class_init): Returns TRUE on success or FALSE if there was a
17861         problem in loading the type (incorrect assemblies, missing
17862         assemblies, methods, etc).
17864         When we call mono_class_setup_fields we also check for a potential
17865         error inside this call (either a class exception or a general
17866         loader exception).
17868         (mono_class_create_from_typedef): If the parent fails to load
17869         (calling mono_class_get_full) return NULL.
17870         
17871         ** Important **
17873         calls to mono_metadata_parse_type_full should be checked
17874         everywhere and set the mono_class_set_failure
17875         (MONO_EXCEPTION_TYPE_LOAD) if we are not able to get the type.
17877         The current patch checks the places where my manually constructed
17878         tests show the errors are showing up, but we should do it
17879         everywhere. 
17881         ** Important2 **
17883         mono_class_init return values should be tested everywhere, like
17884         the previous case this is something that we should audit
17885         everywhere and not only on the cases exposed by the tests I
17886         created. 
17888 2006-04-26  Miguel de Icaza  <miguel@novell.com>
17890         * file-io.c (ves_icall_System_IO_MonoIO_Open): Remove `async'
17891         boolean parameter and instead pass the information on `options'
17892         parameter (FileOptions).
17894         * icall.c: Register the new signature for MonoIO.Open.
17896         * debug-helpers.c (dis_one): Trying to understand how coverity
17897         works.  Fix Run 5, item 78.
17899 2006-04-26  Dick Porter  <dick@ximian.com>
17901         * socket-io.c (hostent_to_IPHostEntry2): Explicitly check for NULL
17902         dereference.
17904 2006-04-25  Martin Baulig  <martin@ximian.com>
17906         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 56.
17908         * threads.c (mono_thread_attach): Set `thread->stack_ptr' and call
17909         debugger_thread_created().
17910         (debugger_gc_push_all_stacks): Don't handle the main thread in any
17911         special way.
17912         (mono_debugger_init_threads): Removed the `main_thread_stack' arg.
17913         (mono_debugger_finalize_threads): New function; undo the effects
17914         of mono_debugger_init_threads().
17915         (mono_debugger_create_all_threads): Removed.
17917 2006-04-24  Zoltan Varga  <vargaz@gmail.com>
17919         * image.c (mono_image_close): Tidy up trace messages.
17921         * assembly.c (mono_assembly_close): Ditto.
17923         * assembly.c (mono_assembly_close): Clear out image->assembly so the image
17924         no longer references an already freed assembly. Fixes #78168.
17926 2006-04-21  Dick Porter  <dick@ximian.com>
17928         * threads.c (mono_thread_detach): Fix reference counting when
17929         detaching threads.
17931 2006-04-21  Zoltan Varga  <vargaz@gmail.com>
17933         * icall.c (ves_icall_System_Enum_ToObject): Improve exception messages. Fixes
17934         #78155.
17936 2006-04-19  Zoltan Varga  <vargaz@gmail.com>
17938         * marshal.c (mono_type_to_ldind): New helper function moved here from mini.c
17939         (mono_type_to_stind): Ditto.
17941         * marshal.c: Use the new helper functions to simplify code.
17943         * image.c (mono_image_close): Add some code for help debug assembly unloading
17944         problems.
17946         * metadata.c (mono_metadata_parse_type_full): Allocate MonoType's from the
17947         image mempool.
17949         * assembly.c (mono_assembly_open_full): Invoke the load hook when the
17950         assembly was already loaded in another appdomain. Fixes #78083.
17952 2006-04-13  Zoltan Varga  <vargaz@gmail.com>
17954         * assembly.c (mono_assembly_load_reference): Increase the refcount of the
17955         referenced assemblies.
17956         (mono_assembly_close): Decrease the refcount of the referenced assemblies.
17958         * domain.c (mono_domain_free): Add a trace message.
17960         * appdomain.c (add_assemblies_to_domain): Ditto.        
17962         * metadata-internals.h: (_MonoAssembly): Modify the meaning of the ref_count
17963         field.  
17965 2006-04-12  Zoltan Varga  <vargaz@gmail.com>
17967         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetAssemblyName): Fix image reference counting.
17969 2006-04-12  Martin Baulig  <martin@ximian.com>
17971         * threads.c: Use `MONO_DEBUGGER_SUPPORTED' as the conditional, not
17972         `USE_INCLUDED_LIBGC'.   
17974 2006-04-12  Zoltan Varga  <vargaz@gmail.com>
17976         * image.c (canonicalize_path): Avoid calling strncpy on overlapping strings if
17977         the patch contains ../ and a small directory name later. Hopefully fixes
17978         #78035.
17980 2006-04-10  Martin Baulig  <martin@ximian.com>
17982         Clean up the debugger's thread-handling code.
17984         The debugger's thread-handling code has been moved from
17985         ../mini/debug-debugger.c to threads.c.  We now iterate directly
17986         over the `threads' hash, keep track of exiting threads and also
17987         use proper locking.
17989         We can now debug XSP and XSP based applications with the debugger.
17991         * object-internals.h (MonoThread): Added `gpointer end_stack'.
17993         * threads.h
17994         (MonoThreadCallbacks): Removed; this was only used by the debugger.
17995         (mono_install_thread_callbacks): Likewise.      
17997         * threads.c (mono_thread_callbacks): Removed.
17998         (debugger_thread_created, debugger_thread_exited): New static functions.
17999         (start_wrapper): Call debugger_thread_created().
18000         (thread_cleanup): Call debugger_thread_exited().
18001         (mono_gc_stop_world, mono_gc_start_world): Removed; this was never used.
18002         (mono_debugger_init_threads): New public function.
18003         (debugger_thread_vtable): Moved here from debug-debugger.c; we now
18004         iterate directly over the `threads' hash and also use proper locking.
18006         * mono-debug.h (MONO_DEBUGGER_VERSION): Bumped to 55.
18008         * mono-debug-debugger.h
18009         (MonoDebuggerEvent): Added MONO_DEBUGGER_EVENT_THREAD_EXITED.
18011 2006-04-10  Zoltan Varga  <vargaz@gmail.com>
18013         * reflection.c (encode_cattr_value): Fix handling of parameter type=object, 
18014         argument type=array. Fixes #78057.
18016 2006-04-10  Atsushi Enomoto  <atsushi@ximian.com>
18018         * culture-info-table.h : regenerated. Fixed bug #69652.
18020 2006-04-07  Zoltan Varga  <vargaz@gmail.com>
18022         * loader.c metadata.c: Reapply a variant r59116.
18023         
18024         * loader.c metadata.c: Revert r59116 to see if it fixes the breakage.
18026         * class.c (mono_class_setup_interface_offsets): New internal function.
18028         * reflection.c (ensure_runtime_vtable): Setup interface offsets for dynamic
18029         interfaces too. Fixes #77398.
18031         * reflection.c (encode_cattr_value): Add support for 
18032         parameter type=object, argument type=array.
18033         (load_cattr_value): Ditto. Fixes #77916.
18035         * marshal.c (emit_object_to_ptr_conv): Add support for ARRAY_BYVALCHARARRAY.
18036         (emit_ptr_to_object_conv): Ditto. Fixes #77960.
18038         * metadata.c (mono_type_to_unmanaged): Use ARRAY_BYVALCHARARRAY when converting
18039         a byval char array and CharSet is Ansi.
18041         * metadata.h: Add new marshalling conversion ARRAY_BYVALCHARARRAY.
18043 2006-04-06  Zoltan Varga  <vargaz@gmail.com>
18045         * metadata.c: Add some locking comments.
18046         
18047         * metadata.c (mono_metadata_signature_alloc): Allocate signatures in the image
18048         mempool.
18049         (mono_metadata_free_method_signature): Don't free the signature itself.
18051         * loader.c (mono_free_method): Don't free the signature in non-dynamic methods. 
18053         * assembly.c (mono_assembly_open_full): Avoid the situation where two assemblies
18054         reference the same MonoImage.
18055         (mono_assembly_load_from_full): Add an assert.
18057 2006-04-05  Zoltan Varga  <vargaz@gmail.com>
18059         * image.c (mono_image_close): Don't put the image we are about to free into the
18060         loaded_images_guid_hash.
18062         * marshal.c (mono_mb_emit_ptr): Refactor a common code sequence into this function
18063         to reduce code duplication.
18065         * marshal.c: Register the native functions called by this module as icalls, to
18066         somewhat centralize the creation of MonoMethodSignature's.
18068         * loader.c (mono_method_signature): Add a cache for method signatures.
18070         * metadata.c (mono_metadata_get_param_attrs): New helper function to return
18071         the parameter attributes of a method.
18072         (mono_metadata_parse_method_signature_full): Refactored the computation of
18073         parameter attributes into a separate function. Also avoid one allocation in
18074         most cases.
18076         * assembly.c (mono_assembly_close): Ditto.
18078         * image.c (mono_image_close): Log trace messages with INFO level.
18080         * metadata-internals.h (MonoImage): Add a new 'method_signature' cache.
18082         * image.c reflection.c: Correct reference counting of image modules.
18083         
18084         * metadata.c (mono_metadata_interfaces_from_typedef_full): Allocate the result
18085         of this function from the image mempool.
18086         
18087         (mono_metadata_parse_type_full): Remove the mode != MONO_PARSE_PARAM restriction
18088         to allow more cached types to be used.
18090         * mono-debug.c (mono_debug_add_method): Appled patch from
18091         David S. Miller  <davem@sunset.davemloft.net>: Access 
18092         minfo->lexical_blocks[] entry elements using read32().
18094 2006-04-04  Zoltan Varga  <vargaz@gmail.com>
18096         * loader.c (mono_free_method): No longer free the method header for non-dynamic
18097         methods as it is allocated from the mempool.
18099         * metadata.c (mono_metadata_parse_mh_full): Allocate method headers from the
18100         image mempool.
18102         * metadata-internals.h: Add comments describing the reference counting scheme
18103         used for MonoImage and MonoAssembly.
18105         * image.c assembly.c reflection.c: Rework reference counting of images and 
18106         assemblies so they are freed when the runtime is shut down. Free some 
18107         additional memory structures when an image is unloaded.
18108         
18109 2006-04-03  Zoltan Varga  <vargaz@gmail.com>
18111         * class.c loader.c reflection.c: Allocate more data structures in
18112         the image mempool.
18114 2006-03-31  Miguel de Icaza  <miguel@novell.com>
18116         * icall.c
18117         (ves_icall_System_Environment_InternalSetEnvironmentVariable): Fix
18118         build on pre glib 2.4 systems.
18120 2006-03-31  Zoltan Varga  <vargaz@gmail.com>
18122         * icall.c (ves_icall_System_Environment_InternalSetEnvironmentVariable): New icall.
18124         * icall.c: Fix some warnings.
18126 2006-03-29  Atsushi Enomoto  <atsushi@ximian.com>
18128         * culture-info-table.h : regenerated.
18130 Wed Mar 29 18:24:42 CEST 2006 Paolo Molaro <lupus@ximian.com>
18132         * threads.c, object-internals.h, verify.c: changed the culture caching
18133         code to use a normal MonoArray for storage so the GC can keep track of
18134         them easily. Fixed bits of the cache logic, too and simplified the
18135         code.
18137 Wed Mar 29 17:18:16 CEST 2006 Paolo Molaro <lupus@ximian.com>
18139         * gc-internal.h, null-gc.c, boehm-gc.c, gc.c: enable the finalizer
18140         thread for non-Boehm GCs.
18142 Wed Mar 29 17:10:05 CEST 2006 Paolo Molaro <lupus@ximian.com>
18144         * domain.c, object.c, domain-internals.h: reduce the amount of memory
18145         needed to keep track of the data for static fields.
18147 2006-03-29  Raja R Harinath  <rharinath@novell.com>
18149         Fix #75172
18150         * icall.c (ves_icall_Type_GetMethodsByName): Don't use vtable_size
18151         for interface classes.  Use 'num_methods' instead.
18152         (ves_icall_Type_GetPropertiesByName): Likewise.  Setup vtable
18153         before using '->vtable_size' field.
18155 Wed Mar 29 12:53:28 CEST 2006 Paolo Molaro <lupus@ximian.com>
18157         * domain.c, object.c, domain-internals.h: proxy_vtable_hash
18158         doesn't contain managed pointers, so use a normal hashtable.
18160 Mon Mar 27 11:15:00 CEST 2006 Paolo Molaro <lupus@ximian.com>
18162         * reflection.c, class-internals.h, domain.c: fixed handling of types
18163         used as values for objects in custom attributes (bug #77915):
18165 2006-03-24  Martin Baulig  <martin@ximian.com>
18167         * class.c (mono_class_setup_fields): Added support for generic
18168         instances; fixes #77580.
18170 2006-03-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>
18172         * assembly.c: publickeytoken is case insensitive. Fixes bug #77898.
18174 2006-03-24  Dick Porter  <dick@ximian.com>
18176         * file-io.c (get_file_attributes): More stat macro breakage.
18177         Fixes bug 77759.
18179 Fri Mar 24 15:26:00 CET 2006 Paolo Molaro <lupus@ximian.com>
18181         * profiler.c: added the file=filename option in the default profiler
18182         to output the profile data to filename.
18184 2006-03-22 Gonzalo Paniagua Javier <gonzalo@ximian.com>
18186         * icall.c: CodeBase returns '/' instead of '\\' on windows. Fixes
18187         bug #77877.
18189 2006-03-22  Martin Baulig  <martin@ximian.com>
18191         * reflection.c (fieldbuilder_to_mono_class_field): Don't store the
18192         allocated `MonoClassField *' in `fb->handle'.
18194 Tue Mar 21 17:19:37 CET 2006 Paolo Molaro <lupus@ximian.com>
18196         * class.c, image.c, metadata-internals.h: implemented new mechanism to
18197         allocate interface ID to save memory and allow better ID reuse on
18198         appdomain unload. setup_generic_vtable () removal from Martin.
18200 Tue Mar 21 15:54:30 CET 2006 Paolo Molaro <lupus@ximian.com>
18202         * object.h, appdomain.c, domain.c, exception.c, icall.c,
18203         locales.c, marshal.c, object.c, reflection.c, threadpool.c,
18204         threads.c: introduced MONO_OBJECT_SETREF() macro to be able to insert
18205         write barriers for reference stores with managed objects accessed with
18206         C structures in the runtime and in embedding programs.
18208 2006-03-20  Raja R Harinath  <rharinath@novell.com>
18210         * icall.c (ves_icall_Type_GetInterfaces): Avoid using
18211         'interface_id' and 'max_interface_id' fields of MonoClasses
18212         representing open generic types.
18214 Fri Mar 17 18:06:06 CET 2006 Paolo Molaro <lupus@ximian.com>
18216         * object.h, object.c, icall.c: added functions to deal with
18217         storing valuetypes that contain references in managed objects.
18218         * reflection.c, string-icalls.c, threads.c, marshal.c: small
18219         fixes and comments around uses of mono_array_addr ().
18221 Thu Mar 16 17:16:45 CET 2006 Paolo Molaro <lupus@ximian.com>
18223         * object.h, icall.c, monitor.c: object.GetHashCode ()
18224         implementation that supports the moving garbage collector.
18226 Wed Mar 15 16:31:38 CET 2006 Paolo Molaro <lupus@ximian.com>
18228         * icall.c, threads-types.h, threads.c: implemented finalizer for
18229         LocalDataStoreSlot.
18231 2006-03-15  Zoltan Varga  <vargaz@gmail.com>
18233         * metadata.c (mono_type_size): Add a fixme.
18234         (mono_type_stack_size): Ditto.
18236         * object-internals.h (MonoReflectionAssemblyBuilder): Added 
18237         'type_forwarders' field.
18239         * tabledefs.h (TYPE_ATTRIBUTE_FORWARDER): Added new (undocumented) type
18240         attribute from net 2.0.
18242         * object.c (mono_vtable_get_static_field_data): Moved this to object.c
18243         from class.c.
18245         * class.c (mono_class_setup_fields): Fix a warning.
18246         
18247         * class.c (mono_class_from_name): Add support for assemblyref entries
18248         in the EXPORTEDTYPE table.
18250         * reflection.c: Add support for handling type forwarders under net 2.0.
18252         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.       
18253         
18254 2006-03-14  Zoltan Varga  <vargaz@gmail.com>
18256         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Avoid
18257         overwriting entries in ModuleBuild->types, also clean up the code
18258         a little. Fixes #77774.
18260 Tue Mar 14 20:21:18 CET 2006 Paolo Molaro <lupus@ximian.com>
18262         * domain.c, assembly.c, metadata-internals.h, class-internals.h:
18263         load friend assembly info when present.
18265 2006-03-14  Raja R Harinath  <rharinath@novell.com>
18267         Fix crasher on gtest-158.cs.
18268         * metadata.c (mono_metadata_parse_type_full): Avoid canonicalizing
18269         the return value if the MonoClass we want is yet in an
18270         inconsistent state.
18271         * class.c (mono_class_create_from_typedef): Add an comment
18272         explaining an order dependency between mono_class_setup_parent and
18273         mono_class_setup_mono_type.
18275 Mon Mar 13 21:13:27 CET 2006 Paolo Molaro <lupus@ximian.com>
18277         * class.c: documentation updates and events bug fix.
18279 Mon Mar 13 17:28:07 CET 2006 Paolo Molaro <lupus@ximian.com>
18281         * class.c: some cleanup, locking fixes.
18283 Mon Mar 13 10:46:17 CET 2006 Paolo Molaro <lupus@ximian.com>
18285         * class.c: fix the generics code to setup nested
18286         type info to the instantiated type (bug #77770).
18288 Sun Mar 12 16:21:31 CET 2006 Paolo Molaro <lupus@ximian.com>
18290         * marshal.c: fixed a few type correctness issues.
18292 Sat Mar 11 20:14:44 CET 2006 Paolo Molaro <lupus@ximian.com>
18294         * loader.c: the Set/Get/Addrtess array methods should be public.
18296 2006-03-11  Zoltan Varga  <vargaz@gmail.com>
18298         * icall.c (mono_register_jit_icall_wrapper): Fix a warning.
18299         
18300         * icall.c (mono_register_jit_icall_wrapper): Register the argument, not
18301         info->wrapper.
18303 2006-03-10  Zoltan Varga  <vargaz@gmail.com>
18305         * icall.c (mono_register_jit_icall): Allocate the structure using g_new0.
18307         * class-internals.h (MonoJitICallInfo): Add 'trampoline' field used by the JIT.
18309         * mempool.c (mono_mempool_alloc): Speed this up a bit.
18310         (mono_mempool_alloc0): Ditto.
18312 2006-03-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
18314         * socket-io.c:
18315         (create_object_from_sockaddr): it was allocating 4 extra bytes
18316         for the AF_UNIX data. Fixes bug #77747.
18318 2006-03-09  Zoltan Varga  <vargaz@gmail.com>
18320         * icall.c (ves_icall_System_MonoMethodInfo_get_retval_marshal): New icall.
18322 2006-03-09  Dick Porter  <dick@ximian.com>
18324         * file-io.c (get_file_attributes): Use S_ISLNK not "& S_IFLNK".
18325         Fixes bug 76966 again.
18327 2006-03-07  Peter Dennis Bartok  <pbartok@novell.com>
18329         * verify.c (dtfinfo_fields): Updated to match new (serializable) field
18330         names from r57532
18331         * appdomain.c: Bumped corlib version to 48 (due to r57532)
18333 2006-03-07  Martin Baulig  <martin@ximian.com>
18335         * object.c
18336         (mono_field_get_value_object): Add support for MONO_TYPE_GENERICINST.
18338 2006-03-07  Martin Baulig  <martin@ximian.com>
18340         * class.c
18341         (mono_class_get_full): Don't inflate TYPEDEF entries; fixes the
18342         regression introduced in r56970; see gtest-252.cs.
18344         * loader.c (mono_get_method_constrained): Correctly handle generic
18345         methods; see gtest-253.cs.
18347 2006-03-04  Zoltan Varga  <vargaz@gmail.com>
18349         * icall.c (ves_icall_type_Equals): Handle NULLs. Fixes #77700.
18351 2006-03-04  Martin Baulig  <martin@ximian.com>
18353         * icall.c (ves_icall_MonoGenericClass_GetParentType): Dynamically
18354         compute the parent type at runtime, just like we're already doing
18355         it for interfaces.
18357         * reflection.c
18358         (mono_reflection_bind_generic_parameters): Don't compute the
18359         parent type anymore.
18361         * class-internals.h (MonoDynamicGenericClass): Removed `parent'.
18363 2006-03-04  Martin Baulig  <martin@ximian.com>
18365         * mono-debug-debugger.h
18366         (mono_debugger_create_notification_function): Allocate memory at
18367         runtime and return a pointer to it.
18369 2006-03-03  Zoltan Varga  <vargaz@gmail.com>
18371         * assembly.c: Fix windows build.
18372         
18373         * assembly.c: Fix build.
18375         * assembly.c: Move the contents of os/{unix,win32}/util.c to this file. 
18377         * gc_wrapper.h: Move the contents of os/gc_wrapper.h to this file.
18378         
18379 2006-03-03  Dick Porter  <dick@ximian.com>
18381         * process.c
18382         (ves_icall_System_Diagnostics_Process_ShellExecuteEx_internal):
18383         Check parameters before dereferencing them.  Fixes Aaron's part of
18384         bug 77393.
18386 2006-03-03  Raja R Harinath  <rharinath@novell.com>
18388         Fix performance regression.
18389         * loader.c (find_method_in_class): Add 'from_class' argument.
18390         Rename 'klass' argument to 'in_class'.  The signature is compared
18391         against the method in 'in_class', and the corresponding method is
18392         returned from 'from_class'.
18393         (find_method): Walk both 'in_class' and 'from_class' in parallel.
18394         (method_from_memberref) [PARENT_TYPESPEC]: Use it to walk the
18395         type definition and generic instantiation in parallel.
18396         (mono_get_method_constrained): Update to changes.
18398 Thu Mar 2 12:27:41 CET 2006 Paolo Molaro <lupus@ximian.com>
18400         * threads.c: make sure the domain is correct, too when doing
18401         mono_thread_attach ().
18403 2006-03-01  Zoltan Varga  <vargaz@gmail.com>
18405         * class.c (mono_class_create_from_typedef): Mark classes using CharSet.Auto as unicode on
18406         windows. Fixes #77683.
18408 Wed Mar 1 20:09:25 CET 2006 Paolo Molaro <lupus@ximian.com>
18410         * object.h, *: introduced specific way to set elements of an array
18411         of references to be used as write barrier. Still need to audit the
18412         uses of mono_array_addr.
18414 2006-03-01  Miguel de Icaza  <miguel@novell.com>
18416         * object-internals.h: New field to cache the assmebly name, patch
18417         from Tambet Ingo (tambet@ximian.com)
18419 Wed Mar 1 19:13:30 CET 2006 Paolo Molaro <lupus@ximian.com>
18421         * decimal.h, class-internals.h, metadata-internals.h,
18422         file-io.h: mark a few function declarations as internal, to
18423         reduce the number of PLT entries.
18425 2006-02-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
18427         * file-io.c: fix typo in warning message.
18429 Tue Feb 28 17:43:20 CET 2006 Paolo Molaro <lupus@ximian.com>
18431         * loader.c: on unix, lookup the "*A" version of a function
18432         if charset is auto as a second option before failing.
18434 2006-02-28  Raja R Harinath  <rharinath@novell.com>
18436         * class.h (mono_class_inflate_generic_method): Revert to two
18437         argument version.
18438         * class-internals.h (MonoMethodInflated): Remove 'inflated' field.
18439         (mono_class_inflate_generic_method_full): Add.
18440         * class.c (mono_class_inflate_generic_method_full): Rename from
18441         'mono_class_inflate_generic_method'.  Don't set 'inflated' field.
18442         (mono_class_inflate_generic_method): New.  Wrapper around ..._full.
18443         * loader.c, reflection.c: Update to changes.
18445 Sat Feb 25 17:57:21 CET 2006 Paolo Molaro <lupus@ximian.com>
18447         * icall.c: const fixes and small improvements.
18449 2006-02-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>
18451         * threadpool.c: for asynchronous connect(), enable the same workaround
18452         for BSD 6 as for the Mac. Fixes bug #77637.
18454 2006-02-24  Zoltan Varga  <vargaz@gmail.com>
18456         * marshal.c (mono_marshal_free_asany): Fix handling of blittable
18457         formatted classes. Fixes #77524.
18459 2006-02-24  Raja R Harinath  <rharinath@novell.com>
18461         * class.c (inflate_generic_type): Add a couple more
18462         micro-optimizations.
18463         (inflate_generic_context): Don't use the 'gmethod' from
18464         'inflate_with'.
18465         (mono_class_inflate_generic_method): If the method has generic
18466         parameters, but the passed-in context doesn't have a 'gmethod',
18467         create one.  Use the possibly simplified generic instantiation
18468         from the declaring class instead of the one passed in.
18470 2006-02-24  Raja R Harinath  <harinath@gmail.com>
18472         Make generic method signature and method header handling lazy.
18473         * class.c (mono_class_inflate_generic_signature): Move to loader.c.
18474         (inflate_generic_header): Likewise.
18475         (mono_class_inflate_generic_method): Rewrite.  Add a 'klass_hint'
18476         parameter to avoid inflating types.
18477         (mono_get_inflated_method): Empty out.
18478         * class.h (mono_class_inflate_generic_method): Update to changes.
18479         * loader.c (mono_get_method_from_token): Don't parse signature for
18480         generic methods, nor methods of generic classes.
18481         (mono_method_signature): Rename from 'mono_method_signature'.
18482         Inflate signature on demand.
18483         (mono_method_get_header): Inflate method header on demand.
18484         * reflection.c: Update to changes.
18486 2006-02-23  Raja R Harinath  <rharinath@novell.com>
18488         * metadata.c (mono_metadata_inflate_generic_inst): If the
18489         instantiation is closed, don't bother expanding it in the new
18490         context.
18491         * class.c (inflate_generic_class): If the generic instantiation
18492         doesn't change after inflation, return the argument itself.
18493         (inflate_generic_type) [MONO_TYPE_MVAR, MONO_TYPE_VAR]:
18494         Add bounds checks.
18495         (inflate_generic_context): If neither the generic class nor the
18496         generic method instantiations change, return the original context.
18497         * reflection.c (mono_method_get_object): Do
18498         'mono_get_inflated_method' before accessing the ->klass field.
18499         (inflate_mono_method): Don't create a MonoGenericMethod unless
18500         necessary.
18501         (inflate_method): Don't pass a constructed type as the declaring
18502         type of a methodbuilder.
18504 Thu Feb 23 11:57:54 CET 2006 Paolo Molaro <lupus@ximian.com>
18506         * object.c: fix memory overwrite.
18508 2006-02-22  Dick Porter  <dick@ximian.com>
18510         * threads.c: Don't use G_GNUC_PRETTY_FUNCTION in debug messages,
18511         it doesn't work any more.
18512         (mono_threads_request_thread_dump): Fix unused variable warnings.
18514 Wed Feb 22 15:08:44 CET 2006 Paolo Molaro <lupus@ximian.com>
18516         * metadata.h, metadata-internals.h, monodiet.c, debug-helpers.c,
18517         mono-debug.c, profiler.c: cleanup: move MonoMethodHeader out of
18518         the public header file.
18520 2006-02-21  Zoltan Varga  <vargaz@gmail.com>
18522         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalUni): Fix writing past memory. Fixes #77613.
18524 Tue Feb 21 19:55:11 CET 2006 Paolo Molaro <lupus@ximian.com>
18526         * class-internals.h, object.c: reduce the size of MonoVTable
18527         and store the interface_offsets array at negative offsets.
18529 Tue Feb 21 19:53:26 CET 2006 Paolo Molaro <lupus@ximian.com>
18531         * metadata.c: tweak table descriptors data structures to reduce
18532         size and runtime relocations.
18534 Tue Feb 21 14:52:13 CET 2006 Paolo Molaro <lupus@ximian.com>
18536         * marshal.c: fix some types and opcodes to be type-safe
18537         in marshaling wrappers.
18539 2006-02-21  Ankit Jain  <jankit@novell.com>
18541         * metadata.h (mono_metadata_decode_signed_value): Add declaration.
18543 2006-02-21  Raja R Harinath  <rharinath@novell.com>
18545         * metadata.c (get_constraints): Relax debugging checks for monodis.
18547 2006-02-21  Ankit Jain  <jankit@novell.com>
18549         * metadata.c (mono_metadata_load_generic_params): Move the code
18550         checking for ambiguous generic params from here to mono/dis/get.c
18551         * metadata-internals.h (mono_generic_params_with_ambiguous_names): Remove.
18553 2006-02-21  Raja R Harinath  <harinath@gmail.com>
18555         Fix assertion triggered when compiling nemerle.
18556         * class.c (mono_get_shared_generic_inst): Rename from
18557         get_shared_inst and make non-static.
18558         * loader.c (mono_get_shared_generic_method): New.  Used to create
18559         the MonoGenericContext-equivalent of a MonoGenericContainer.
18560         (mono_get_method_from_token): Initialize the 'context' field of
18561         the created MonoGenericContainer.
18562         * reflection.c (reflection_methodbuilder_to_mono_method): Likewise.
18563         * metadata.c (get_constraints): Add sanity check.
18564         * class-internals.h: Add new internal methods.
18566         * reflection.c (verify_safe_for_managed_space): New sanity check.
18567         Currently checks that owner-less generic parameters aren't allowed
18568         in managed space.
18569         (mono_type_get_object): Use it.
18570         * icall.c (ves_icall_MonoType_GetGenericArguments): Remove checks
18571         that are now in mono_type_get_object.
18572         (ves_icall_MonoMethod_GetGenericArguments): Likewise.
18574 2006-02-19  Raja R Harinath  <harinath@gmail.com>
18576         * metadata.c (mono_type_create_from_typespec): Rename from
18577         mono_type_create_from_typespec_full.  Remove MonoGenericContainer*
18578         argument and caching of types in the generic container.
18579         (unwrap_arrays, find_generic_param): Remove.
18580         * metadata-internals.h: Update.
18581         * class-internals.h (_MonoGenericContainer): Remove 'types' field.
18583 2006-02-18  Zoltan Varga  <vargaz@gmail.com>
18585         * class.c (mono_class_get_exception_for_failure): Fix a warning.
18587         * marshal.c (mono_marshal_emit_native_wrapper): Handle FNPTR args and
18588         return values. Fixes #77581.
18590         * class.c (mono_fnptr_class_get): Switch name and name_space.
18592         * marshal.c (mono_marshal_asany): Fix marshalling of blittable formatted
18593         classes and add support for [In, Out] attributes.
18594         (mono_marshal_free_asany): Ditto. Fixes #77524.
18596 2006-02-18  Raja R Harinath  <harinath@gmail.com>
18598         * class.c (mono_class_from_generic_parameter): Make more robust to
18599         incomplete MonoGenericContainers from monodis.
18601 Fri Feb 17 16:10:34 CET 2006 Paolo Molaro <lupus@ximian.com>
18603         * class-internals.h: added some more exception types.
18604         * class.c, metadata.c: added a few checks to handle missing
18605         types.
18607 2006-02-17  Raja R Harinath  <rharinath@novell.com>
18609         Use owner-less generic-params some more.
18610         * class.c (my_mono_class_from_generic_parameter): Remove.
18611         (mono_class_from_generic_parameter): Handle null image,
18612         param->name and param->owner.
18613         (mono_class_from_mono_type): Update.
18614         (mono_class_create_from_typespec): Remove 'container' parameter.
18615         If that parameter is non-null, the result is always inflated by
18616         'mono_class_get_full' anyway.
18617         (mono_class_get): Rename from _mono_class_get.  Remove 'container'
18618         parameter.
18619         (mono_class_get_full): Update.
18621         * class.c (inflate_generic_type) [GENERICINST]: If the generic
18622         instance is not open, don't bother inflating.
18623         (mono_class_setup_fields): Hoist some loop-invariants.  Don't
18624         parse metadata for inflated classes.
18625         (_mono_class_get): Change GenericContext* parameter to
18626         GenericContainer*.
18627         (mono_class_create_from_typespec): Likewise.  Simplify, and
18628         implement trivially.  All the cases are handled in
18629         mono_class_from_mono_type.  Don't inflate returned class.
18630         (mono_class_get_full): Delegate GENERICINST optimization to
18631         inflate_generic_type.
18632         (mono_ldtoken) [TOKEN_TYPE_SPEC]: Use mono_class_get_full() here too.
18634 2006-02-16  Dick Porter  <dick@ximian.com>
18636         * socket-io.c (create_object_from_sockaddr): Fix typo.
18637         (create_sockaddr_from_object): Check array lengths before
18638         potentially accessing items off the end.
18639         (ves_icall_System_Net_Sockets_Socket_Receive_internal)
18640         (ves_icall_System_Net_Sockets_Socket_RecvFrom_internal)
18641         (ves_icall_System_Net_Sockets_Socket_Send_internal)
18642         (ves_icall_System_Net_Sockets_Socket_SendTo_internal): Fix buffer
18643         length checks to avoid wraparound overflows.
18644         (ves_icall_System_Net_Sockets_Socket_Select_internal): Check the
18645         contents of the array of sockets
18646         (hostent_to_IPHostEntry2)
18647         (addrinfo_to_IPHostEntry): IPv6 printed addresses can be 48 bytes.
18648         Check return value of inet_ntop ().
18649         (addrinfo_to_IPHostEntry): Fix typo
18651 2006-02-16  Raja R Harinath  <rharinath@novell.com>
18653         Type metadata parsing doesn't use generic-instantiation information.
18654         * metadata.c (mono_metadata_parse_array_full): Change
18655         MonoGenericContext* parameter to MonoGenericContainer*.
18656         (mono_metadata_parse_type_full): Likewise.
18657         (mono_type_create_from_typespec_full): Likewise.
18658         (mono_metadata_parse_mh_full): Likewise.
18659         (mono_metadata_parse_generic_inst): Likewise.
18660         (do_mono_metadata_parse_generic_class): Likewise.
18661         (do_mono_metadata_parse_type): Likewise.
18662         * metadata-internals.h: Update to changes.
18663         * class.c (mono_class_find_enum_basetype): Likewise.
18664         (mono_class_setup_fields): Likewise.
18665         (mono_class_create_from_typespec): Likewise.
18666         * loader.c (method_from_methodspec): Likewise.
18667         (mono_get_method_from_token): Likewise.
18668         (mono_method_get_header): Likewise.
18670 Thu Feb 16 15:42:13 CET 2006 Paolo Molaro <lupus@ximian.com>
18672         * marshal.c: handle additional GENERICINST case (patch from
18673         Thong Nguyen <tum@veridicus.com>).
18674         Fix a few cases where LDIND_I/STIND_I was used for references.
18676 2006-02-16  Raja R Harinath  <rharinath@novell.com>
18678         * reflection.c (mono_reflection_get_token): Remove unused variable.
18680 2006-02-16  Martin Baulig  <martin@ximian.com>
18682         * reflection.c (mono_reflection_get_token): Add support for fields
18683         in instantiated generic types.
18685         * icall.c
18686         (ves_icall_MonoField_Mono_GetGenericFieldDefinition): Removed.
18688 2006-02-15  Martin Baulig  <martin@ximian.com>
18690         * icall.c
18691         (ves_icall_MonoMethod_get_HasGenericParameters): Removed.
18692         (ves_icall_MonoMethod_get_Mono_IsInflatedMethod): Removed.
18693         (ves_icall_MonoMethod_get_IsGenericMethod): New icall.
18694         (ves_icall_MonoMethod_get_IsGenericMethodDefinition): New icall.
18696 Wed Feb 15 16:19:24 CET 2006 Paolo Molaro <lupus@ximian.com>
18698         * class.c, metadata.c, metadata.h, object.c, icall.c,
18699         marshal.c: changed mono_type_get_underlying_type () to do
18700         the sensible thing and introduced mono_type_generic_inst_is_valuetype().
18701         Fixed handling of instantiated generic valuetypes (bug #75479).
18703 2006-02-15  Raja R Harinath  <rharinath@novell.com>
18705         * metadata.c (mono_metadata_decode_signed_value): Simplify.
18706         Delegate to mono_metadata_decode_value, and work on the returned value.
18708         * icall.c (ves_icall_MonoType_GetGenericArguments):
18709         Add consistency check here too.
18710         
18711 2006-02-15  Ankit Jain  <jankit@novell.com>
18713         * metadata.c (mono_metadata_decode_signed_value): Use gint* instead of
18714         char/short etc.
18716 2006-02-15  Ankit Jain  <jankit@novell.com>
18718         * metadata.c (mono_metadata_decode_signed_value): New function to decode
18719         signed values, used only for representing lower bounds of arrays.
18720         (mono_metadata_parse_array_full): Use new
18721         mono_metadata_decode_signed_value to decode lower bounds.
18723 2006-02-14  Martin Baulig  <martin@ximian.com>
18725         * reflection.c
18726         (mono_reflection_get_token): Support "MonoGenericMethod" and
18727         "MonoGenericCMethod" and allow generic instances / methods.
18729 2006-02-11  Zoltan Varga  <vargaz@gmail.com>
18731         * console-io.c (ves_icall_System_ConsoleDriver_GetTtySize): New icall
18732         to obtain the terminal size using an ioctl.
18734         * object.c (mono_nullable_init): Revert this as nullable reference
18735         types are not valid.
18736         (mono_nullable_box): Ditto.
18738 2006-02-09  Dick Porter  <dick@ximian.com>
18740         * threads.c (mono_thread_detach): Drop a reference to the thread
18741         we're detaching.
18743 2006-02-09  Zoltan Varga  <vargaz@gmail.com>
18745         * object.c (mono_nullable_init): Handle nullable reference types.
18746         (mono_nullable_box): Ditto. Fixes #77446.
18748 2006-02-07  Martin Baulig  <martin@ximian.com>
18750         * icall.c (ves_icall_MonoMethod_get_IsGenericMethodDefinition): Removed.
18752 2006-02-07  Ankit Jain  <jankit@novell.com>
18754         * socket-io.h (MonoSocketFlags): New. Copy of System.Net.Sockets.SocketFlags
18755         * socket-io.c (convert_socketflags): New. Convert SocketFlags to native ones.
18756         (ves_icall_System_Net_Sockets_Socket_Receive_internal): Convert flags using convert_socketflags.
18757         (ves_icall_System_Net_Sockets_Socket_ReceiveFrom_internal): Likewise.
18758         (ves_icall_System_Net_Sockets_Socket_Send_internal): Likewise.
18759         (ves_icall_System_Net_Sockets_Socket_SendTo_internal): Likewise.
18761 2006-02-02  Zoltan Varga  <vargaz@gmail.com>
18763         * class.c (mono_class_create_generic): Set type_token as well.
18765         * object.c (mono_runtime_invoke_array): Fix handling of byref vtypes to be
18766         compatible with MS.
18768 2006-02-02  Martin Baulig  <martin@ximian.com>
18770         * threads.c, gc.c: Removed the `WITH_INCLUDED_LIBGC' section; it
18771         has never been used so far.
18773 2006-02-02  Martin Baulig  <martin@ximian.com>
18775         * mono-debug-debugger.h: Changed comment at the top of this file;
18776         the header is not installed, but it's safe to #include it from
18777         within the JIT.
18779         * mono-debug.c: Don't #define _IN_THE_MONO_DEBUGGER.
18780         * mono-debug-debugger.c, debug-mono-symfile.c: Likewise.
18782 2006-02-02  Martin Baulig  <martin@ximian.com>
18784         * mono-debug.h
18785         (MonoSymbolTable): Removed the `metadata_info' field.
18787         * mono-debug.c
18788         (mono_debug_init_1): Always set `mono_symbol_table->corlib'.
18790         * mono-debug-debugger.h (MonoDebuggerIOLayer): Removed.
18791         (mono_debugger_add_builtin_types): Removed.
18792         (MonoDebuggerInfo): Moved into ../mini/debug-debugger.h.
18793         (mono_debugger_create_notification_function): We now operate on a
18794         pre-allocated area; take a `gpointer' and return `void'.
18796         * mono-debug-debugger.c
18797         (MonoDebuggerMetadataInfo): Moved into ../mini/debug-debugger.h.
18798         (mono_debugger_add_builtin_types): Removed.
18800 2006-02-02  Martin Baulig  <martin@ximian.com>
18802         * threads.c (mono_debugger_create_all_threads): New public method.
18804 Wed Feb 1 18:22:34 CET 2006 Paolo Molaro <lupus@ximian.com>
18806         * gc-internal.h, boehm-gc.c, null-gc.c: back out the patch, since it
18807         breaks on several platforms.
18809 2006-02-01  Sebastien Pouliot  <sebastien@ximian.com>
18811         * assembly.c: the VS.NET build doesn't supply default values for
18812         MONO_ASSEMBLIES and MONO_CFG_DIR.
18814 2006-02-01  Zoltan Varga  <vargaz@gmail.com>
18816         * gc-internal.h boehm-gc.c null-gc.c (mono_gc_unregister_thread): New
18817         helper function.
18819         * threads.c (mono_thread_detach): Call mono_gc_unregister_thread ().
18821         * loader.c (method_from_memberref): Fix a warning.
18823         * metadata.c (mono_metadata_load_generic_params): Fix a warning.
18825         * marshal.c (emit_struct_conv): Fix marshalling of embedded structs
18826         with explicit layout. Fixes #77433.
18828 2006-01-31  Zoltan Varga  <vargaz@gmail.com>
18830         * icall.c (ves_icall_Type_GetInterfaceMapData): Make sure 
18831         max_interface_id is initialized before using it. Fixes #77398.
18832         (ves_icall_Type_GetInterfaces): Ditto.
18834 2006-01-30  Raja R Harinath  <rharinath@novell.com>
18836         * metadata.c (mono_metadata_parse_method_signature_full): Don't
18837         allocate memory for parameter attributes when parsing memberref
18838         signatures.
18839         * loader.c (mono_loader_set_error_method_load): Don't warn.
18840         (method_from_memberref): Ensure MissingMethodException gets thrown
18841         if method is not found.  Make warning more informative.
18843 2006-01-29  Raja R Harinath  <harinath@gmail.com>
18845         Fix #77397
18846         * icall.c (ves_icall_MonoType_get_IsGenericParameter): Don't
18847         return true if is byref.
18848         (ves_icall_TypeBuilder_get_IsGenericParameter): Likewise.
18849         (ves_icall_MonoType_get_DeclaringType): Return NULL on byref classes.
18850         (ves_icall_MonoType_get_DeclaringMethod): Likewise.
18852 2006-01-27  Raja R Harinath  <rharinath@novell.com>
18854         Fix tests/find-method.2.il
18855         * loader.c (find_method, find_method_in_class): Remove is_inflated
18856         argument.  Revert 2006-01-18 change.
18857         (method_from_memberref) [MONO_MEMBERREF_PARENT_TYPESPEC]: If type
18858         is generic, search for method in its generic definition.
18859         * class.c (mono_class_setup_vtable_general): Print generic
18860         arguments of generic types in debugging printf.
18862 2006-01-26  Zoltan Varga  <vargaz@gmail.com>
18864         * object-internals.h (MonoThread): Add 'thread_dump_requested' field.
18866         * threads.c (mono_threads_request_thread_dump): New helper function.
18868 2006-01-25  Raja R Harinath  <rharinath@novell.com>
18870         * metadata.c (mono_type_create_from_typespec_full): Fix caching of types.
18872 2006-01-25  Ankit Jain  <jankit@novell.com>
18874         * metadata-internals.h (mono_generic_params_with_ambiguous_names): Add declaration and
18875         move definition to ..
18876         * metadata.c (mono_generic_params_with_ambiguous_names): .. here.
18877         
18878 2006-01-25  Ankit Jain  <jankit@novell.com>
18879             Raja R Harinath  <rharinath@novell.com>
18881         * metadata-internals.h (mono_generic_params_with_ambiguous_names): New.
18882         * metadata.c (mono_metadata_load_generic_params): Fill mono_generic_params_with_ambiguous_names
18883         as necessary.
18885 2006-01-25  Martin Baulig  <martin@ximian.com>
18887         * mono-debug-debugger.h: Moved `MonoDebuggerManager' and
18888         `MonoDebuggerThread' into debug-debugger.c.
18890 Tue Jan 24 18:53:35 CET 2006 Paolo Molaro <lupus@ximian.com>
18892         * profiler.c: fix printing of data.
18894 2006-01-24  Atsushi Enomoto  <atsushi@ximian.com>
18896         * object.c, marshal.c : Fixed runtime part of bug #77315. Reject
18897           invalid surrogate in UTF7/UTF8 bytes and don't return NULL.
18899 Tue Jan 24 09:56:16 CET 2006 Paolo Molaro <lupus@ximian.com>
18901         * object.c: fix deadlock related to string interning.
18903 2006-01-23  Martin Baulig  <martin@ximian.com>
18905         * mono-debug-debugger.h (MonoDebuggerIOLayer): Removed.
18907         * mono-debug-debugger.c (mono_debugger_io_layer): Removed.
18909 2006-01-23  Martin Baulig  <martin@ximian.com>
18911         * mono-debug.h: Moved the prototypes of some functions which are
18912         used by the JIT here from mono-debug-debugger.h.
18914 2006-01-21  Martin Baulig  <martin@ximian.com>
18916         * Makefile.am: Don't install mono-debug-debugger.h.
18918 2006-01-21  Martin Baulig  <martin@ximian.com>
18920         * mono-debug-debugger.h: Enforce the private status of this header
18921         file and removed unneccessary #include's in metadata/*.c and mini/*.c.
18922         Moved some stuff from mono-debugger-jit-wrapper.h here.
18924 2006-01-20  Raja R Harinath  <rharinath@novell.com>
18926         * class.c (mono_class_from_typeref): Add a sanity test to help
18927         catch lack of assembly load/search hooks.
18929 2006-01-19  Zoltan Varga  <vargaz@gmail.com>
18931         * marshal.c (emit_struct_conv): Relax the fields with same offset
18932         check even more. Fixes #77230.
18934 2006-01-18  Martin Baulig  <martin@ximian.com>
18936         * loader.c (find_method_in_class): Added `gboolean is_inflated'
18937         argument; if false, we compare the uninstantiated signatures.
18938         (method_from_memberref): Compare the uninstantiated signatures;
18939         fixes #76417.
18941 2006-01-18  Robert Jordan  <robertj@gmx.net>
18943         * boehm-gc.c, null-gc.c (mono_gc_weak_link_remove):
18944         Clear the weak link. Fixes bug #77170.
18946         * gc.c (mono_gchandle_free):
18947         Reflect *-gc.c changes (tiny optimization).
18949 2006-01-18  Zoltan Varga  <vargaz@gmail.com>
18951         * metadata.c (mono_metadata_signature_dup): Applied patch from
18952         Aras Pranckevicius (aras@otee.dk). Fix crash when compiled with MSVC.
18953         Fixes #77288.
18955 2006-01-17  Zoltan Varga  <vargaz@gmail.com>
18957         * marshal.c (emit_struct_conv): Allow fields with the same offset when
18958         marshalling from native to managed code. Fixes #77230.
18960 2006-01-17 Gonzalo Paniagua Javier <gonzalo@ximian.com>
18962         * threadpool.c: fix problem (Mac only) when more than one asynchronous
18963         connect. Fixes bug #77020.
18965 Mon Jan 16 19:20:43 CET 2006 Paolo Molaro <lupus@ximian.com>
18967         * class.c: fixed id assignement for nested interfaces (bug #77275).
18968         Added also better info for --print-vtable debugging.
18970 2006-01-12  Martin Baulig  <martin@ximian.com>
18972         * icall.c (ves_icall_MonoGenericClass_GetInterfaces): Inflate the
18973         interfaces on-the-fly; fixes #76625.
18975         * class-internals.h
18976         (MonoDynamicGenericClass): Removed `ifaces' and `count_ifaces'; we
18977         don't need that anymore.
18979 2006-01-12  Miguel de Icaza  <miguel@novell.com>
18981         * socket-io.c
18982         (ves_icall_System_Net_Sockets_Socket_GetSocketOption_obj_internal):
18983         To avoid initing the nested_classes when not needed I turned the
18984         PeerCredData as a toplevel internal class, as it has to be shared
18985         anyways. 
18987         Fixes the CASA issue.
18989 2006-01-11  Ben Maurer  <bmaurer@andrew.cmu.edu>
18991         * domain.c: Accessors for MonoJitInfo
18993         * profiler-private.h: Add jitinfo to the end jit hook
18995         * profiler.[ch]: Define new hooks, called after jitting which give
18996         the MonoJitInfo that was compiled
18998 2006-01-10  Martin Baulig  <martin@ximian.com>
19000         * class.c (mono_class_setup_events): Add support for generic
19001         classes; fixes #76440.
19003 2006-01-06  Raja R Harinath  <rharinath@novell.com>
19005         Fix #77160.
19006         * icall.c (ves_icall_InternalInvoke): Use mono_get_inflated_method
19007         on passed-in method.
19009 2006-01-03  Zoltan Varga  <vargaz@gmail.com>
19011         * object.c (mono_runtime_invoke_array): Add Nullable support.
19013         * icall.c (ves_icall_System_Activator_CreateInstanceInternal): Ditto.
19015 2006-01-03  Sebastien Pouliot  <sebastien@ximian.com>
19017         * file-io.c: Don't consider sockets as directory and avoid an endless
19018         loop. Fix bug #76966.
19020 2006-01-03  Zoltan Varga  <vargaz@gmail.com>
19022         * object.c (mono_nullable_init): New helper function.
19023         (mono_nullable_box): Ditto.
19025         * marshal.c (mono_marshal_get_runtime_invoke): Handle Nullables.
19027         * icall.c (ves_icall_FieldInfo_SetValueInternal): Handle Nullables.
19029         * icall.c (ves_icall_MonoField_GetValueInternal): Handle Nullables.
19030         
19031 2006-01-02  Zoltan Varga  <vargaz@gmail.com>
19033         * class.c (mono_class_is_assignable_from): Make T assignable to 
19034         Nullable<T>.
19036 2005-12-23  Sebastien Pouliot  <sebastien@ximian.com>
19038         * appdomain.c: Bump corlib version to 46.
19039         * icalls.c: Renamed CurrentTimeZone to CurrentSystemTimeZone (for
19040         serialization purpose) and changed ves_icall_System_Reflection_
19041         Assembly_get_code_base signature to accept a boolean (to escape, or 
19042         not, the assembly code base).
19044 2005-12-23  Dick Porter  <dick@ximian.com>
19046         * icall.c: 
19047         * threads-types.h: 
19048         * threads.c: Added OpenMutex, OpenSemaphore and OpenEvent icalls.
19049         CreateEvent icall now returns "created" boolean parameter.
19051 2005-12-22  Zoltan Varga  <vargaz@gmail.com>
19053         * marshal.c (mono_mb_emit_restore_result): Add generics support. Fixes
19054         #76967.
19056         * reflection.c (mono_custom_attrs_construct_by_type): Handle the case 
19057         when attr_klass is an interface. Fixes #77045.
19059 2005-12-20  Zoltan Varga  <vargaz@gmail.com>
19061         * marshal.c (emit_struct_conv): Fix previous patch.
19062         
19063         * marshal.c (emit_struct_conv): Add a check for fields with the same
19064         offset.
19066 2005-12-20  Raja R Harinath  <rharinath@novell.com>
19068         Fix regression in Mono.C5.
19069         * class.c (mono_class_create_generic): If 'klass' is an interface
19070         set up the interface offsets.
19071         (mono_class_is_assignable_from): Don't throw away generic arguments.
19073 2005-12-19  Raja R Harinath  <rharinath@novell.com>
19075         * icall.c (ves_icall_System_MonoType_getFullName): Return NULL for
19076         type parameters.
19078 2005-12-15  Raja R Harinath  <rharinath@novell.com>
19080         * metadata.c (mono_metadata_parse_method_signature_full): Remove a
19081         dead store.
19082         (do_mono_metadata_parse_generic_class): Don't pass the current
19083         generic context when parsing the type being instantiated: it
19084         cannot use it, anyway.
19086         * loader.c (method_from_memberref): Don't inflate a signature if
19087         it doesn't contain any type parameters.
19089 2005-12-15  Zoltan Varga  <vargaz@gmail.com>
19091         * class.c (mono_class_setup_vtable): Call mono_reflection_get_dynamic_overrides () to get the overrides in dynamic assemblies.
19093 2005-12-14  Martin Baulig  <martin@ximian.com>
19095         * class.c
19096         (mono_type_get_name_recurse): Don't return null for type
19097         parameters and open generic classes.
19098         (mono_class_setup_methods): Don't exclude generic instances.
19099         (mono_get_unique_iid): Use different IDs for different
19100         instantiations of the same generic type.
19101         (mono_class_setup_vtable): Only use setup_generic_vtable() for
19102         open generic instances; create a normal vtable for closed generic
19103         instances.
19104         (mono_class_setup_vtable_general): We're now also called for
19105         closed generic instances.
19107         * reflection.c
19108         (mono_reflection_bind_generic_parameters): Correctly use
19109         mono_metadata_lookup_generic_inst() everywhere.
19111 2005-12-14  Zoltan Varga  <vargaz@gmail.com>
19113         * object.c (mono_class_create_runtime_vtable): Call 
19114         mono_class_setup_vtable ().
19116         * reflection.c (mono_reflection_get_dynamic_overrides): New helper
19117         function.
19118         (ensure_runtime_vtable): Initialize the generic vtable lazily. Fixes
19119         #76959.
19121         * loader.c (mono_loader_set_error_type_load): Print the type load
19122         warnings to the console so they are more visible to the user.
19123         (mono_loader_set_error_method_load): Ditto.
19125         * reflection.c (ensure_runtime_vtable): Revert the last change as it
19126         is still broken.
19127         
19128         * reflection.c (ensure_runtime_vtable): Fix build.
19130         * reflection.c (ensure_runtime_vtable): Disable an optimization which
19131         doesn't work in all cases.
19133 2005-12-13  Zoltan Varga  <vargaz@gmail.com>
19135         * object.c (mono_array_new_full): Treat a single dimensional array
19136         with 0 lower bounds as an szarray. Fixes #76973.
19138         * reflection.c (custom_attr_visible): Really fix this.
19140 2005-12-12  Zoltan Varga  <vargaz@gmail.com>
19142         * reflection.c (custom_attr_visible): Allow nested public attributes
19143         as well.
19145         * class.c (mono_class_setup_vtable_general): Add missing != -1 to an
19146         interface check.
19148 2005-12-12  Raja R Harinath  <harinath@gmail.com>
19150         * class.c (set_generic_param_owner): Delete.
19151         (mono_class_create_from_typedef): Don't set ->owner field of
19152         generic parameters to "param containers" of enclosing classes.
19153         * reflection.c (mono_reflection_initialize_generic_parameter):
19154         Likewise.
19156 2005-12-11  Zoltan Varga  <vargaz@gmail.com>
19158         * reflection.c (custom_attr_visible): Fix build.
19160 2005-12-10  Zoltan Varga  <vargaz@gmail.com>
19162         * reflection.c (mono_custom_attrs_from_builders): Avoid returning
19163         private attributes.
19164         
19165         * reflection.c (reflection_methodbuilder_to_mono_method): Fix
19166         handling of null parameter defaults.
19168 2005-12-09  Raja R Harinath  <rharinath@novell.com>
19170         * class.c (mono_class_from_generic_parameter): Don't set
19171         klass->generic_container.
19172         (my_mono_class_from_generic_parameter): Likewise.
19174 2005-12-07  Zoltan Varga  <vargaz@gmail.com>
19176         * reflection.c (load_public_key): Fix a warning.
19177         (method_encode_code): Fix unaligned accesses.
19179 2005-12-07  Martin Baulig  <martin@ximian.com>
19181         * object-internals.h (MonoReflectionGenericParam): Added `cattrs'.
19183         * reflection.c
19184         (write_generic_param_entry): Encode our custom attrs.
19186         * appdomain.c (MONO_CORLIB_VERSION): Bump to 45.
19188 2005-12-07  Martin Baulig  <martin@ximian.com>
19190         * reflection.c (encode_new_constraint): Removed; we don't use the
19191         `NewConstraintAttribute' anymore.
19193 2005-12-06  Zoltan Varga  <vargaz@gmail.com>
19195         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): Do
19196         not fire a TypeResolve event when Assembly.GetType () is called.
19198 2005-12-05  Ben Maurer  <bmaurer@ximian.com>
19200         Beginning of support for nullable types in the runtime. Parts of
19201         this patch are from Martin.
19203         * appdomain.c (MONO_CORLIB_VERSION): Bump
19205         * domain.c (mono_init_internal): get the nullable type
19207         * class.c (mono_class_is_nullable): New method
19208         (mono_class_get_nullable_param): New mehod
19209         (mono_class_create_generic): In types T? set cast_class to T
19211         * class-internals.h (MonoDefaults): new nullable default class
19212         (mono_class_get_nullable_param, mono_class_get_nullable_param):
19213         new methods.
19215 2005-12-05  Raja R Harinath  <rharinath@novell.com>
19217         * metadata.c (select_container): New.  Refactor code to select the
19218         appropriate GenericContainer given the type of generic parameter
19219         we are looking for.
19220         (mono_metadata_parse_generic_param): Take a MonoGenericContainer,
19221         not a MonoGenericContext.  Use select_container.  Update parameters.
19222         (do_mono_metadata_parse_type): Combine the code for MONO_TYPE_VAR
19223         and MONO_TYPE_MVAR.
19224         (unwrap_arrays): Remove duplicate tests.
19225         (find_generic_param): Rename from 'has_same_context'.  Now walks a
19226         generic instantiated class to find any arguments that are generic
19227         parameters.
19228         (mono_type_create_from_typespec_full): Use find_generic_param to
19229         avoid evicting some generic instantiations from the typespec
19230         cache.
19232 Mon Dec 5 15:07:42 GMT 2005 Paolo Molaro <lupus@ximian.com>
19234         * reflection.c: fixed writing of doubles on ARM FPA.
19236 2005-12-02  Robert Jordan  <robertj@gmx.net>
19238         * icall.c: Fixed EventInfo.ReflectedType (#76829).
19240 2005-12-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19242         * filewatcher.c: try loading libgamin-1.so.0 before libfam, since at
19243         least on SUSE 10 they are not the same (on debian, they are just the
19244         same thing).
19246 2005-12-01  Raja R Harinath  <rharinath@novell.com>
19248         * icall.c (ves_icall_MonoType_get_DeclaringType): Implement
19249         DeclaringType for VARs and MVARs.
19250         * class.c (set_generic_param_owner): Fix initialization of owner
19251         fields.
19253 Wed Nov 30 15:48:22 CET 2005 Paolo Molaro <lupus@ximian.com>
19255         * icall.c: fixed Enum.ToObject() to correctly convert the values.
19257 2005-11-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19259         * threadpool.c: workaround for a bug that shows up on the Mac:
19260         select()+connect() on a blocking socket is not like it should
19261         be, so we proceed to connect() in that case, wasting the I/O
19262         threadpool thread until connect succeedes. Fixes bug #75436.
19264 2005-11-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19266         * threadpool.c: fix typo when setting file descriptor states.
19268 2005-11-28  Raja R Harinath  <rharinath@novell.com>
19270         * class-internals.h (MonoGenericContainer.is_signature): Remove.        
19271         * metadata.c (mono_metadata_parse_method_signature_full): Don't
19272         create a temporary signature container.
19273         (mono_metadata_parse_generic_param): Update to changes.
19274         (mono_type_create_from_typespec_full): Update to changes.
19275         * loader.c (method_from_memberref): Don't use a
19276         MonoGenericContainer while parsing a memberref signature.
19277         (method_from_methodspec): Remove dead-store of the 'container'
19278         variable.  It's overwritten before use.
19280         * metadata.c (mono_type_create_from_typespec_full): Make debugging
19281         checks tighter.
19282         (mono_metadata_parse_generic_param): Likewise.
19283         * loader.c (find_method_in_class): Does not need a
19284         MonoGenericContainer.  Use 'mono_method_signature' rather than
19285         'mono_method_signature_full'.
19286         (find_method, mono_get_method_constrained, method_from_memberref):
19287         Update to changes.
19289         * metadata.c (mono_type_create_from_typespec_full): Ensure that
19290         owner-less generic-parameters are never evicted from the typespec
19291         cache.
19293         * loader.c (method_from_memberref): Don't use the current context
19294         when parsing signatures.
19295         (method_from_methodspec, mono_get_method_from_token): Update to changes.
19297         * metadata.c (do_mono_metadata_parse_generic_class): Avoid
19298         side-effects in g_assert.
19299         * loader.c (mono_get_method_from_token): Resolve klass earlier so
19300         that we don't potentially lose information.
19302 2005-11-26  Dick Porter  <dick@ximian.com>
19304         * icall.c:
19305         * threads.c: icalls to implement basic (ie, not named)
19306         System.Threading.Semaphore.
19308 2005-11-24  Dick Porter  <dick@ximian.com>
19310         * process.c
19311         (ves_icall_System_Diagnostics_Process_ShellExecuteEx_internal):
19312         Use GetProcessId() if it's available.
19314 2005-11-23  Zoltan Varga  <vargaz@gmail.com>
19316         * icall.c threads-types.h threads.c: Add Exchange<T> icall.
19318 2005-11-23  Raja R Harinath  <rharinath@novell.com>
19319             Ankit Jain  <jankit@novell.com>
19321         * loader.c (mono_get_method_from_token): Initialize 'method' field
19322         of all generic parameters before parsing the signature.  Remove
19323         code that "fixed"-up MVAR references.
19325 2005-11-23  Ankit Jain  <jankit@novell.com>
19327         * metadata.c (mono_metadata_has_generic_params):
19328         (mono_metadata_load_generic_param_constraints):
19329         (mono_metadata_load_generic_params): Move duplicate code ...
19330         (mono_metadata_get_generic_param_row): ... here. Returns the
19331         first row-id in GenericParam table for a given owner (token).
19332         * metadata-internals.h (mono_metadata_get_generic_param_row): Add
19333         prototype.
19335 2005-11-23  Raja R Harinath  <rharinath@novell.com>
19336             Ankit Jain  <jankit@novell.com>
19338         * metadata.c (mono_metadata_class_equal): Pass signature_only when
19339         comparing VARs too.
19340         * icall.c (ves_icall_MonoType_get_DeclaringMethod): Look at 
19341         type->data.generic_param only if the type is an MVAR.
19342         (ves_icall_MonoMethod_GetGenericArguments): Ensure that we don't
19343         leak owner-less VARs and MVARs into managed space.
19345 2005-11-21  Martin Baulig  <martin@ximian.com>
19347         * class-internals.h
19348         (MonoMethod): Moved the `generic_container' here from
19349         `MonoMethodNormal' since we now also need it for
19350         `MonoMethodPInvoke';
19351         (MonoMethodNormal): Moved the `generic_container' to `MonoMethod'.
19352         (MonoMethodInflated): Replaced the `MonoMethodNormal nmethod' with
19353         an union containing both `MonoMethodNormal' and
19354         `MonoMethodPInvoke'.
19356         * loader.c
19357         (mono_get_method_from_token): Allow implementing generic methods
19358         as interncalls.
19360         * threads.c
19361         (ves_icall_System_Threading_Interlocked_CompareExchange_T): New
19362         icall.
19364 2005-11-17  Dick Porter  <dick@ximian.com>
19366         * icall.c: 
19367         * process.h: 
19368         * process.c: Split the Process Start_internal icall into
19369         ShellExecuteEx_internal and CreateProcess_internal, which are
19370         called depending on whether UseShellExecute is true.  Fixes bug
19371         76670.
19373         * appdomain.c (MONO_CORLIB_VERSION): Incremented
19375 2005-11-17  Zoltan Varga  <vargaz@gmail.com>
19377         * marshal.c (emit_ptr_to_object_conv): Get rid of the 'usize' and
19378         'msize' parameters, use the information in 'mspec' instead.
19379         (emit_object_to_ptr_conv): Ditto.
19381         * marshal.c (emit_struct_conv): Handle explicit layout structs with
19382         fields out of order. Fixes #76733.
19384 2005-11-17  Ankit Jain  <jankit@novell.com>
19386         * metadata.c (mono_type_create_from_typespec_full): Remove unnecessary g_assert.
19388 2005-11-16  Atsushi Enomoto  <atsushi@ximian.com>
19390         * icall.c : renamed MakeGenericMethod -> MakeGenericMethod_impl for
19391           bug #76575.
19393 2005-11-16  Zoltan Varga  <vargaz@gmail.com>
19395         * object.c (mono_class_compute_gc_descriptor): Disable typed allocation
19396         for types with non-auto layout. Fixes #76717.
19398 2005-11-16  Ankit Jain  <jankit@novell.com>
19400         * class.c (my_mono_class_from_generic_parameter): param->owner can be null.
19401         * metadata.c (mono_metadata_parse_generic_param): Create a dummy MonoGenericParam 
19402         if generic_context is null.
19403           (mono_metadata_generic_param_equal): param->owner can be null.
19404           (mono_type_create_from_typespec_full): Don't cache the MonoType if param->owner is
19405         null.
19407 2005-11-16  Zoltan Varga  <vargaz@gmail.com>
19409         * reflection.c (create_dynamic_mono_image): Set md_version_minor to
19410         the correct value.
19412 2005-11-15  Martin Baulig  <martin@ximian.com>
19414         * object.c (set_value): Use mono_class_from_mono_type() instead of
19415         the hack for generic instances; fixes #76136.
19417 2005-11-15  Zoltan Varga  <vargaz@gmail.com>
19419         * metadata-internals.h (_MonoImage): Add 'md_version_major/minor'
19420         fields.
19422         * image.c (load_metadata_ptrs): Initialize the new fields.
19424         * reflection.c (create_dynamic_mono_image): Ditto.
19426         * reflection.c (build_compressed_metadata): Use the new fields.
19428         * icall.c (ves_icall_System_Reflection_Module_get_MDStreamVersion): New
19429         icall.
19431         * icall.c (mono_assembly_icalls): Remove obsolete get_MetadataToken
19432         icall.
19433         
19434 2005-11-15  Ankit Jain  <jankit@novell.com>
19435             Raja R Harinath  <harinath@gmail.com>
19437         * class-internals.h (_MonoGenericContainer.types): New. Cache for MonoTypes.
19438         * metadata.c (mono_type_create_from_typespec_full): Use MonoType from the
19439         new per-generic_container cache if the cached MonoType's context matches
19440         the current context.
19441           (has_same_context): New. Check if the VARs or MVARs in a GENERIC_INST refer
19442         to the expected context.
19443           (unwrap_arrays): New. Get the element MonoType for an ARRAY/SZARRAY.
19445 2005-11-14  Carlos Alberto Cortez <calberto.cortez@gmail.com>
19447         * appdomain.c: Update MONO_CORLIB_VERSION to 42, since
19448         we changed the signature of an icall.
19449         * icall.c: Modify to mono_double_ParseImpl return true/false 
19450         depending on the success, instead of throwing the exception. This will
19451         help us in Double.TryParse methods.
19452         
19453 2005-11-14  Zoltan Varga  <vargaz@gmail.com>
19455         * marshal.c (emit_marshal_object): Throw an exception when
19456         marshalling 'object' instead of crashing. Fixes #76696.
19458 2005-11-11  Zoltan Varga  <vargaz@gmail.com>
19460         * class-internals.h: Add prototype for mono_type_get_full_name ().
19462 2005-11-11  Dick Porter  <dick@ximian.com>
19464         * threads.c (mono_thread_manage): Make sure the main thread has
19465         abandoned all its mutexes when cleaning up.  Fixes bug 74680.
19467 2005-11-11  Zoltan Varga  <vargaz@gmail.com>
19469         * loader.c (mono_loader_set_error_type_load): Log a warning to the
19470         console about the missing type.
19471         (mono_loader_set_error_method_load): Ditto.
19473 2005-11-09  Miguel de Icaza  <miguel@novell.com>
19475         * mono-config.c (mono_get_config_dir): Set the system defaults if
19476         none is specified.
19478         * assembly.c (mono_set_dirs): New API entry point to set the
19479         assembly and the config directory in one call
19481 2005-11-09  Zoltan Varga  <vargaz@gmail.com>
19483         * marshal.c (mono_ftnptr_to_delegate): Throw a NotSupportedException if
19484         the ftnptr was created from a delegate in a domain other than the
19485         current domain. Fixes #75377.
19487         * exception.h exception.c: Add mono_get_exception_not_supported ().
19489 2005-11-08  Martin Baulig  <martin@ximian.com>
19491         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 53.
19493 2005-11-07  Sebastien Pouliot  <sebastien@ximian.com>
19495         * security-manager.h: Added definitions to deal with strongname key 
19496         pairs bigger (and smaller) than 1024 bits.
19497         * reflection.c: Remove hardcoded strongname size (128 bytes) and 
19498         adjust wrt the public key length being used.
19500 2005-11-03  Atsushi Enomoto  <atsushi@ximian.com>
19502         * marshal.c, icall.c : reverted sig->pinvoke changes which broke
19503           Windows build (r51396-51397).
19505 2005-11-03  Martin Baulig  <martin@ximian.com>
19507         * class.c (mono_class_setup_vtable_general): Also add generic
19508         methods to the vtable; fixes #76581.
19510 2005-11-01  Miguel de Icaza  <miguel@novell.com>
19512         * string-icalls.c (ves_icall_System_String_ctor_encoding): Make
19513         sure that we lookup GetString method from the System.Text.Encoding
19514         class, not the derived class or we get an empty method.
19516         Fixed class #76612.
19518 2005-10-25  Miguel de Icaza  <miguel@novell.com>
19520         * assembly.c (mono_assemblies_init): Do not set the Mono root dir
19521         if it has been previously set (embedders). 
19523         Make mono_set_rootdir available also on Unix.
19525 005-10-24  Robert Jordan  <robertj@gmx.net>
19527         * assembly.c: fixed MONO_ASSEMBLIES to be NULL on cygwin as well.
19529 2005-10-30  Zoltan Varga  <vargaz@freemail.hu>
19531         * marshal.c icall.c: Clean up the usage of sig->pinvoke flag. Now
19532         only calls which are made to native code use this flag.
19534         * icall.c (ves_icall_System_Reflection_FieldInfo_GetUnmanagedMarshal): Remove the check for FieldBuilders as it is now done in managed code.
19536 2005-10-29  Zoltan Varga  <vargaz@freemail.hu>
19538         * icall.c (ves_icall_System_Reflection_FieldInfo_GetUnmanagedMarshal):
19539         Add support for FieldBuilders.
19541 2005-10-29  Martin Baulig  <martin@ximian.com>
19543         * mono-debug.c
19544         (mono_debug_using_mono_debugger): New public method; returns
19545         whether we're running inside the debugger.
19547 2005-10-27  Zoltan Varga  <vargaz@gmail.com>
19549         * reflection.c (mono_reflection_get_custom_attrs_info): Add support
19550         for Method/Constructor/FieldBuilders.
19552 2005-10-26  Zoltan Varga  <vargaz@gmail.com>
19554         * reflection.c (module_add_cattrs): Save custom attributes for global methods
19555         and fields as well.
19557 2005-10-26  Martin Baulig  <martin@ximian.com>
19559         * mono-debug-debugger.c
19560         (MonoDebuggerMetadataInfo): Added `klass_parent_offset'.
19562 2005-10-24  Raja R Harinath  <harinath@gmail.com>
19564         * icall.c (base64_to_byte_array): Don't pass an out-of-range
19565         integer to isspace.
19567 2005-10-21  Zoltan Varga  <vargaz@gmail.com>
19569         * marshal.c (emit_marshal_vtype): Correctly handle [In,Out] modifiers
19570         when passing valuetypes byref. Fixes #76502.
19572 2005-10-19  Jackson Harper  <jackson@ximian.com>
19574         * profiler.c: Don't put a . in front of types that are not in a
19575         namespace.
19577 2005-10-18  Zoltan Varga  <vargaz@gmail.com>
19579         * icall.c (ves_icall_Type_GetField): Applied patch from Robert Jordan (robertj@gmx.net). Fixes #75515.
19581 2005-10-15  Zoltan Varga  <vargaz@freemail.hu>
19583         * marshal.c: Add generics support to the ldfld/stfld wrappers. Fixes
19584         #76436.
19585         (mono_marshal_get_ldflda_wrapper): Fix a warning.
19587 2005-10-13  Carlos Alberto Cortez <calberto.cortez@gmail.com>
19589         * assembly.c metadata-internals.h icall.c: Define an additional
19590         parameter for mono_assembly_name_parse_full, so we can avoid creating
19591         S.R.AssemblyName.Version when no version info wasn't passed.
19592         
19593 2005-10-09  Miguel de Icaza  <miguel@novell.com>
19595         * class.c (mono_type_get_full_name): Reimplement method that was
19596         removed. 
19598         * image.c: Some docs
19600 2005-10-10  Zoltan Varga  <vargaz@gmail.com>
19602         * profiler.c (output_newobj_profile): Fix printing of Total memory
19603         on x86.
19605 2005-10-08  Zoltan Varga  <vargaz@freemail.hu>
19607         * profiler.c: Add support for allocations > 2GB. Fixes #74886.
19609 2005-10-08  Gert Driesen  <drieseng@users.sourceforge.net>
19611         * threads.c: remove debug output.
19613 2005-10-08  Zoltan Varga  <vargaz@freemail.hu>
19615         * threads.c (mono_thread_manage): Fix crashes if more than 64
19616         threads need to be aborted. Hopefully fixes #75899.
19618         * assembly.c (mono_stringify_assembly_name): New helper function.
19620         * class.c: Use mono_stringify_assembly_name instead of the similar
19621         static function.
19623         * assembly.h assembly.c: Add support for calling a postload search 
19624         hook if an assembly cannot be loaded.
19626         * appdomain.c: Register new search hooks which call the AssemblyResolve
19627         events in AppDomain. Fixes #75231
19629 2005-10-07  Martin Baulig  <martin@ximian.com>
19631         * mono-debug.c (mono_debug_add_method): Create a wrapper entry for
19632         methods without debug info.
19634 2005-10-07  Zoltan Varga  <vargaz@gmail.com>
19636         * class-internals.h debug-helpers.c marshal.h marshal.c: Add ldflda
19637         wrappers.
19639 2005-10-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19641         * file-io.c: now that we return symlinks, use lstat and, when the file
19642         is a symbolic link, stat, to get the file attributes. Also avoid the
19643         conversion to/from utf16/external.
19645 2005-10-06  Zoltan Varga  <vargaz@gmail.com>
19647         * class.c (mono_class_layout_fields): Compute klass->has_references
19648         correctly if an embedded valuetype is not yet initialized. Fixes
19649         #76331.
19651 2005-10-04  Martin Baulig  <martin@ximian.com>
19653         * metadata.c
19654         (mono_metadata_load_generic_param_constraints): New public
19655         function; splitted the constraints loading out from
19656         mono_metadata_load_generic_params().
19658         * class.c (mono_class_create_from_typedef): Call
19659         mono_metadata_load_generic_param_constraints() after setting up
19660         the type and creating our parent; fixes #75329.
19662 2005-10-04  Martin Baulig  <martin@ximian.com>
19664         * icall.c (ves_icall_MonoGenericClass_GetParentType): Allow
19665         non-dynamic parent classes.
19667 2005-10-04  Atsushi Enomoto  <atsushi@ximian.com>
19669         * file-io.c : win32 build fix (ETXTBSY seems not found).
19671 2005-10-04  Martin Baulig  <martin@ximian.com>
19673         * reflection.c
19674         (mono_image_get_methodspec_token): Make the cache actually work;
19675         fixes #75974.
19677 2005-10-04  Martin Baulig  <martin@ximian.com>
19679         * class.c (mono_class_name_from_token): Removed the unneccessary
19680         `MonoGenericContext *' argument.
19682 2005-10-04  Martin Baulig  <martin@ximian.com>
19684         * loader.c
19685         (method_from_methodspec): Make the caching work again; fixes the
19686         performance regression from #76262.
19688 2005-10-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19690         * file-io.c:
19691         * file-io.h:
19692         * icall.c: replace FindFirst/FindNext/FindClose calls with a new
19693         GetFileSystemEntries that performs the same work but without going
19694         into io-layer, locking, etc.
19696 2005-09-30  Zoltan Varga  <vargaz@gmail.com>
19698         * threads.c (ves_icall_System_Threading_Thread_Abort): Handle 
19699         ThreadState_Stopped as well. Fixes #76047.
19701 2005-09-29  Martin Baulig  <martin@ximian.com>
19703         * class.c
19704         (inflate_generic_context): If the new context has a `gmethod', set
19705         its `container' that that gmethod's `container'.
19707         * metadata.c
19708         (mono_metadata_parse_generic_param): Simplify things;
19709         `generic_container = generic_context->container;' is just fine.
19711         * loader.c (method_from_methodspec): Code cleanups.
19713 Wed Sep 28 17:06:01 CEST 2005 Paolo Molaro <lupus@ximian.com>
19715         * decimal.c: fix warning (and let gcc generate correct
19716         code on ARM with optimizations).
19718 2005-09-28  Martin Baulig  <martin@ximian.com>
19720         * loader.c
19721         (method_from_memberref): Added `MonoGenericContext *class_context'
19722         argument; this is used when parsing a MONO_MEMBERREF_PARENT_TYPESPEC.
19723         (method_from_methodspec): If we're a memberref, use the enclosing
19724         context when parsing its parent.  Fixes #76262; see gtest-206.cs.
19726 2005-09-28  Martin Baulig  <martin@ximian.com>
19728         * object.c (mono_runtime_invoke_array): Added support for
19729         MONO_TYPE_GENERICINST; fixes #75917.
19731 2005-09-27  Martin Baulig  <martin@ximian.com>
19733         * reflection.c (encode_type): For `MONO_TYPE_CLASS/VALUETYPE', use
19734         `k->byval_arg.type' to determine the actual type.
19736         * loader.c (method_from_methodspec): Removed some hacks.
19738 2005-09-27  Ben Maurer  <bmaurer@ximian.com>
19740         * class-internals.h (mono_field_is_deleted): Do the test for
19741         rtspecialname before we check the actual name of the field. This
19742         prevents us from dereferencing a pointer into the string table,
19743         saving us from accessing a few pages
19745         * *.c: Replace the use of {Enter,Leave}CriticalSection with
19746         macros. This will allow a deadlock debugger to easily be plugged
19747         in.
19749 2005-09-27  Martin Baulig  <martin@ximian.com>
19751         * loader.c (method_from_methodspec): Create a "signature"
19752         MonoGenericContainer and use mono_get_method_full().  Fixes #75584.
19754 2005-09-27  Martin Baulig  <martin@ximian.com>
19756         * class.c
19757         (inflate_generic_class): Correctly set the new context's
19758         container.
19760         * loader.c
19761         (find_method, find_method_in_class): Take a `MonoGenericContainer *'
19762         instead of a `MonoGenericContext *'.
19763         (mono_method_signature_full): Take a `MonoGenericContainer *'
19764         instead of a `MonoGenericContext *'.
19766         * metadata.c
19767         (mono_metadata_parse_signature_full): Take a `MonoGenericContainer *'
19768         instead of a `MonoGenericContext *'.
19769         (mono_metadata_parse_method_signature_full): Likewise.
19771 2005-09-26  Martin Baulig  <martin@ximian.com>
19773         * class.c
19774         (mono_class_from_generic_parameter): Set `klass->generic_container'
19775         (mono_class_from_generic_parameter): Likewise.
19776         (mono_bounded_array_class_get): We inherit the generic container
19777         from the element class.
19779         * loader.c
19780         (find_method, find_method_in_class): Take a `MonoGenericContext *'
19781         argument rather than computing it here.
19782         (method_from_memberref): Correctly set the generic context before
19783         parsing the signature.  Fixes #75681.
19785 2005-09-26  Zoltan Varga  <vargaz@gmail.com>
19787         * object.c (mono_class_has_special_static_fields): Fix warnings.
19789 2005-09-26  Carlos Alberto Cortez <calberto.cortez@gmail.com>
19791         * assembly.c: Add parse_public_key function, to
19792         par the public keys. Also added mono_assembly_name_parse_full,
19793         to define it the parsed key should be freed or not.
19794         * icall.c: Added ves_icall_System_Reflection_AssemblyName_ParseName,
19795         to parse a long format assembly name.
19796         * metadata-internals.h: Keep mono_assembly_name_parse_full as
19797         private, since calling it to preserve the key requires
19798         freeing it manually.
19799         
19800 2005-09-26  Atsushi Enomoto  <atsushi@ximian.com>
19802         * locales.c : removed HAVE_ICU part.
19804 2005-09-24  Zoltan Varga  <vargaz@freemail.hu>
19806         * object.c (mono_class_create_runtime_vtable): Avoid calling 
19807         field_is_special_static if the klass has no special static fields.
19809         * class-internals.h (MonoClass): Add 'no_special_static_fields' flag.
19810         (MonoCachedClassInfo): Likewise.
19812         * object.c (mono_class_has_special_static_fields): New helper function.
19814 2005-09-23  Zoltan Varga  <vargaz@gmail.com>
19816         * class.c (mono_class_create_from_typedef): Don't call 
19817         interfaces_from_typedef_full for enums.
19818         (mono_class_create_from_typedef): Compute the base types of enums directly
19819         without calling mono_class_setup_fields ().
19820         (mono_class_find_enum_basetype): New helper function.
19822         * reflection.c (mono_image_build_metadata): Emit type names+namespaces at
19823         one place inside the string heap.
19824         
19825 Fri Sep 23 19:37:46 CEST 2005 Paolo Molaro <lupus@ximian.com>
19827         * class.c: locking fixes, code cleanups, some docs added.
19828         Allocate some data structures in the image mempool.
19830 2005-09-23  Zoltan Varga  <vargaz@gmail.com>
19832         * rawbuffer.c: Remove unneccessary set_n_pagefaults () routine and update
19833         the example code.
19834         
19835 Fri Sep 23 18:27:02 CEST 2005 Paolo Molaro <lupus@ximian.com>
19837         * class-internals.h, class.c, reflection.c: reduce memory taken by
19838         MonoClass.
19840 Fri Sep 23 17:56:21 CEST 2005 Paolo Molaro <lupus@ximian.com>
19842         * metadata.c, metadata.h, loader.h: documentation updates, code and
19843         API cleanups.
19845 2005-09-23  Zoltan Varga  <vargaz@gmail.com>
19847         * rawbuffer.c: Remove unneccessary set_n_pagefaults () routine and update
19848         the example code.
19850         * rawbuffer.h rawbuffer.c: Add code and APIs to help determine the number of
19851         page faults caused by the runtime while reading metadata.
19853 2005-09-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19855         * socket-io.c: the field names were changed 3 months ago and no one
19856         realized until bug #76077 got filed!
19858 2005-09-20  Martin Baulig  <martin@ximian.com>
19860         * icall.c (assembly_icalls): Removed some unused debugger icalls.
19862 2005-09-20  Martin Baulig  <martin@ximian.com>
19864         * mono-debug.c (mono_debug_add_type): Ignore array types and don't
19865         write the rank into the class entry.
19867 2005-09-20  Martin Baulig  <martin@ximian.com>
19869         * mono-debug-debugger.c (MonoDebuggerMetadataInfo): Added some stuff.
19871 2005-09-19  Zoltan Varga  <vargaz@gmail.com>
19873         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
19875         * icall.c (custom_attrs_defined_internal): New icall.
19877         * reflection.c (mono_reflection_get_custom_attrs_by_type): New helper
19878         function.
19879         (mono_custom_attrs_construct_by_type): New helper function.
19881 2005-09-17  Zoltan Varga  <vargaz@freemail.hu>
19883         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalUni): Null
19884         terminate the resulting string. Fixes #76123.
19886 2005-09-16  Martin Baulig  <martin@ximian.com>
19888         * mono-debug.c
19889         (mono_debug_add_method): Ignore inflated methods for the moment.
19891 2005-09-14  Martin Baulig  <martin@ximian.com>
19893         * debug-mono-symfile.h (MONO_SYMBOL_FILE_VERSION): Bump version to 39.
19895 2005-09-13  Zoltan Varga  <vargaz@gmail.com>
19897         * metadata.c (mono_class_get_overrides_full): Modify signature to explicitly
19898         return a success/failure indication.
19899         (mono_metadata_interfaces_from_typedef_full): Ditto.
19900         (get_constraints): Ditto.
19902 2005-09-12  Zoltan Varga  <vargaz@gmail.com>
19904         * marshal.c (emit_marshal_array): Fix handling of null arrays.
19905         
19906         * marshal.c (emit_marshal_array): Add support for returning string
19907         arrays from delegates. Fixes #76063.
19909         * marshal.c: Use the emit_ldloc/stloc macros where possible.
19911 2005-09-11  Zoltan Varga  <vargaz@gmail.com>
19913         * threads.c (ves_icall_System_Threading_Thread_MemoryBarrier): New
19914         icall.
19916 2005-09-09  Zoltan Varga  <vargaz@gmail.com>
19918         * reflection.c icall.c: Fix after mono_get_exception_type_load
19919         signature change.
19921         * assembly.c (mono_assembly_get_assemblyref): New helper function.
19922         (mono_assembly_load_reference): Use the new helper.
19924         * class-internals.h (MonoLoaderError): New structure containing 
19925         information about type loading errors.
19927         * class-internals.h loader.c: Add APIs to store per-thread loader
19928         error information.
19930         * loader.c class.c: Set the loader error if needed.
19932         * exception.h exception.c: Add functions to throw MissingMethod/MissingFieldExceptions.
19934 Thu Sep 8 18:54:07 BST 2005 Paolo Molaro <lupus@ximian.com>
19936         * decimal.c: fixed to handle the broken ARM fp format.
19938 Wed Sep 7 22:17:58 BST 2005 Paolo Molaro <lupus@ximian.com>
19940         * icall.c: on ARM use the libc strtod(), since bsd_strtod() seems
19941         broken.
19943 2005-09-06  Martin Baulig  <martin@ximian.com>
19945         * domain.c (supported_runtimes): Added v2.0.50727.
19947 Tue Sep 6 11:40:24 CEST 2005 Paolo Molaro <lupus@ximian.com>
19949         * culture-info.h: reduce the size of some structures.
19951 2005-09-05  Martin Baulig  <martin@ximian.com>
19953         Reflect latest API changes in the August CTP.
19955         * icall.c
19956         ("Type.BindGenericParameters"): Renamed to "MakeGenericType".
19957         ("MonoType.HasGenericArguments"): Removed.
19958         ("MonoMethod.BindGenericParameters"): Renamed to
19959         "MakeGenericMethod".
19960         ("MethodBuilder.BindGenericParameters"): Renamed to
19961         "MakeGenericMethod".    
19963 2005-09-05  Martin Baulig  <martin@ximian.com>
19965         * mono-debug-debugger.c: Moved the debugger icalls into icall.c.
19967 2005-09-05  Martin Baulig  <martin@ximian.com>
19969         Applying a patch from Michal Moskal <malekith@nemerle.org>.
19971         * icall.c (ves_icall_Type_get_IsGenericType): Return true also if
19972         generic_container is non-NULL.
19974 2005-09-05  Martin Baulig  <martin@ximian.com>
19976         Applying a patch from Michal Moskal <malekith@nemerle.org>.
19978         * object.c (set_value): In MONO_TYPE_VALUETYPE, add generics support.
19980 2005-08-29  Michal Moskal  <malekith@nemerle.org>
19982         * reflection.c (encode_locals,
19983         mono_reflection_sighelper_get_signature_local): Increase buffer sizes
19984         for large generic types.
19986 2005-09-05  Martin Baulig  <martin@ximian.com>
19988         Applying a patch from Michal Moskal <malekith@nemerle.org>.
19990         * class.c (mono_dup_array_type): New public method.
19991         (mono_metadata_signature_deep_dup): New public method.
19992         (dup_type): Correctly duplicate array and function types.
19994 2005-09-05  Martin Baulig  <martin@ximian.com>
19996         Applying a patch from Michal Moskal <malekith@nemerle.org>.
19998         * reflection.c (get_default_param_value_blobs): Handle generic types
19999         and generic methods.
20001 2005-09-02  Sebastien Pouliot  <sebastien@ximian.com>
20003         * class.c: Fixed error reporting (method/class were inversed) for 
20004         inheritance demands.
20005         * security-manager.c|h: Added the AppDomain when calling the managed
20006         System.Security.SecurityManager.InheritanceDemand method.
20008 2005-09-01  Raja R Harinath  <rharinath@novell.com>
20010         * reflection.c (encode_marshal_blob): 'marshaltype' and
20011         'marshaltyperef' are alternate sources for the custom marshaler
20012         name.
20014 Wed Aug 31 17:39:54 CEST 2005 Paolo Molaro <lupus@ximian.com>
20016         * class.c: fix creation of array classes with rank == 1
20017         (patch by Ankit Jain <jankit@novell.com>).
20019 Wed Aug 31 17:35:19 CEST 2005 Paolo Molaro <lupus@ximian.com>
20021         * object.c: fix check for creating the bound data for arrays vs
20022         szarrays.
20024 2005-08-30 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20026         * object.c: configuration file name is now based on the executable name,
20027         not the image name. Fixes bug #75931.
20029 2005-08-29  Zoltan Varga  <vargaz@gmail.com>
20031         * marshal.c (emit_thread_interrupt_checkpoint_call): Load the
20032         flag using LDIND_U4 since it leads to smaller and faster code on ia64.
20034 2005-08-25  Zoltan Varga  <vargaz@gmail.com>
20036         * rand.c: Use wincrypt.h instead of WinCrypt.h.
20038 2005-08-24  Ankit Jain  <jankit@novell.com>
20039             Raja R Harinath  <rharinath@novell.com>
20041         * class.c (mono_class_from_typeref): Don't call mono_class_init as we might've been
20042           called by it recursively.
20043           (mono_class_init): Remove special case in pending_init handling, since it's
20044           superseded by the fix to mono_class_from_typeref.
20046 2005-08-22  Zoltan Varga  <vargaz@freemail.hu>
20048         * threads.c (ves_icall_System_Threading_Thread_Thread_internal): Remove the 
20049         BROKEN_THREAD_START stuff.
20051 2005-08-21  Zoltan Varga  <vargaz@freemail.hu>
20053         * class-internals.h object.c: Add a new kind of trampoline called a delegate 
20054         trampoline.
20056         * domain-internals.h domain.c: Add a has for delegate trampolines to MonoDomain.
20057         
20058         * object.c (mono_delegate_ctor): Replace the original function address with
20059         a delegate trampoline.
20061 2005-08-21 Gert Driesen <drieseng@users.sourceforge.net>
20063         * icall.c: add boolean argument to base64_to_byte_array and 
20064         InternalFromBase64String to control whether a whitespace-only string
20065         is allowed (or should casue a FormatException to be thrown). We need
20066         this as the behavior has changed between MS.NET 1.x and 2.0, and we
20067         to match the MS behaviour in both profiles.
20068         * appdomain.c: Bump corlib version.
20070 2005-08-20  Carlos Alberto Cortez <calberto.cortez@gmail.com>
20072         This patch implements a big portion of publisher policy
20073         support, used to bind assembly versions and redirect
20074         one assembly from version A to version B.
20076         * assembly.c:
20077         New GSList loaded_assembly_bindings, for storing the cached
20078         assembly bindings.
20079         (assembly_binding_maps_name): New static function for checking if a 
20080         assembly binding information maps an assembly name.
20081         (mono_assembly_binding_info_free): New function for freeing
20082         assembly binding information resources.
20083         (get_publisher_policy_info): New static function for retrieving 
20084         assembly binding information from a MonoImage.
20085         (compare_versions): New static function for comparing an assembly
20086         binding information data and the version of an assembly name.
20087         (check_policy_versions): New static function for checking if an
20088         assembly binding info mapping an assembly name is valid for it.
20089         (mono_assembly_load_publisher_policy): New static function for
20090         loading the 'policy.major.minor.MyAssembly' image for an assembly
20091         with an assembly name 'aname'.
20092         (mono_assembly_bind_version): New static function for updating
20093         assembly redirection.
20094         (mono_assembly_apply_binding): New static function for applying
20095         assembly binding.
20096         (search_binding_loaded): New static function for searching 
20097         loaded assembly binding infos in the cache domain.
20098         (mono_assembly_load_full): Don't apply assembly binding for
20099         reflection only assemblies.
20101         * metadata-internals.h: Add MonoAssemblyBindingInfo,
20102         which contains information about assembly binding. Also
20103         declare signature for mono_config_parse_publisher_policy ()
20104         function, used to retrieve pub policy info.
20105         
20106         * mono-config.c:
20107         (publisher_policy_start): New static function used to parse publisher 
20108         policy config files.
20109         (publisher_policy_parser): New static MonoParseHandler containing 
20110         the functions used when parsing config files.
20111         (mono_config_parse_publisher_policy): New function for parsing
20112         publisher policy files.
20113         
20114 2005-08-20  Zoltan Varga  <vargaz@freemail.hu>
20116         * object.c (mono_delegate_ctor): Add support for IA64 function descriptors.
20118         * marshal.c (mono_delegate_free_ftnptr): Ditto.
20120         * object.c (mono_get_addr_from_ftnptr): New helper function.
20122         * object.h (mono_array_addr): Fix unaligned access warnings on IA64.
20124         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
20126 2005-08-19  Dick Porter  <dick@ximian.com>
20128         * threads.c, threads.h, appdomain.c, appdomain.h,
20129         profiler-private.h, monitor.c, object.c, object-internals.h,
20130         profiler.c, mono-debug-debugger.h, profiler.h: Use a gsize to
20131         store the thread ID, so it can hold a 64 bit value if needed.
20133 2005-08-19  Zoltan Varga  <vargaz@freemail.hu>
20135         * reflection.c (mono_reflection_create_dynamic_method): Store the
20136         handle class into the method references as well so ldtoken works in
20137         dynamic methods.
20139         * icall.c (ves_icall_MonoField_GetValueInternal): Add support for generic
20140         types.
20142 2005-08-19  Ankit Jain <jankit@novell.com>
20144         Fix #75847.
20145         * marshal.c (mono_marshal_get_ptr_to_struct): Build method signature 
20146           here rather than using the method signature of a arbitrary function
20147           named 'System.Runtime.InteropServices.Marshal::PtrToStructure' with 
20148           two arguments.
20149           Hack done with Harinath.
20151 2005-08-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20153         * threadpool.c: disable printing stack traces when we get a exception
20154         in a threadpool thread. I need to do more testing to figure out which
20155         cases actually print this. Fixes bug #75828.
20157 2005-08-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20159         * icall.c: there might be ignored whitespace after the last '='. This
20160         fixes length computation and bug #75840.
20162 2005-08-18  Zoltan Varga  <vargaz@freemail.hu>
20164         * assembly.c (mono_assembly_load_full): Consider .exe extension as
20165         well. Fixes #75809.
20167         * reflection.c (create_custom_attr): Fix unmanaged memory leak. Fixes
20168         #75784.
20169         
20170         * reflection.c (create_custom_attr_data): Ditto.
20172 2005-08-17  Atsushi Enomoto  <atsushi@ximian.com>
20174         * locales.c, culture-info.h : removed RegionLCIDMap.
20175         * culture-info-tables.h : regenerated.
20177 2005-08-16  Martin Baulig  <martin@ximian.com>
20179         * class.c (mono_type_get_name_recurse): Small fix.
20181 2005-08-16  Atsushi Enomoto  <atsushi@ximian.com>
20183         * locales.c : indentation fixie.
20185 2005-08-15  Atsushi Enomoto  <atsushi@ximian.com>
20187         * object-internals.h,
20188           locales.h,
20189           locales.c,
20190           culture-info.h,
20191           icall.c : added RegionInfo table support.
20192         * culture-info-table.h : regenerated for region support.
20194 2005-08-14  Kamil Skalski  <nazgul@nemerle.org>
20196         * reflection.c (resolve_object): handle all kinds of MonoMethod
20197         including generic ones
20199 2005-08-12  Ankit Jain <jankit@novell.com>
20201         * get.c (dis_stringify_variant_type): New. Stringify MonoMarshalVariant.
20202           (dis_stringify_marshal_spec): Add new case for MONO_NATIVE_SAFEARRAY. 
20204 2005-09-12  Lluis Sanchez  <lluis@ximian.com>
20206         * process.c: Don't close a thread handle when it's NULL. This is a
20207         workaround for bug #75733.
20209 2005-08-11  Zoltan Varga  <vargaz@freemail.hu>
20211         * marshal.c (mono_marshal_get_string_encoding): Fix handling of CharSet.Auto. Fixes #75769.
20213 2005-08-10  Zoltan Varga  <vargaz@freemail.hu>
20215         * icall.c (ves_icall_Type_get_IsGenericType): New icall.
20217 2005-08-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20219         * threadpool.c: if a work item in the thread pool has a callback that
20220         catches a exception, don't propagate it after invoking the callback.
20221         Fixes bug #75336.
20223 2005-08-08  Zoltan Varga  <vargaz@freemail.hu>
20225         * class.c (class_compute_field_layout): Rename this to mono_class_setup_fields.
20227         * class-internals.h (MonoCachedClassInfo): Add some new fields.
20229         * class.c (mono_class_init): Load field info lazily in the AOT case.    
20231         * reflection.c (mono_image_load_module): Fix error checking. Fixes #75660.
20233 2005-08-03  Ankit Jain  <jankit@novell.com>
20235         Fix #75683.
20236         * loader.c (mono_method_signature_full): Use MONO_CALL_DEFAULT if
20237           PInvoke calling convention is 0.
20239 2005-08-02  Zoltan Varga  <vargaz@freemail.hu>
20241         * socket-io.c (convert_sockopt_level_and_name): Applied patch from 
20242         Julien Puydt (julien.puydt@laposte.net). Add check for IPV6_PKTINFO.
20244 Mon Aug 1 16:52:12 CEST 2005 Paolo Molaro <lupus@ximian.com>
20246         * gc-internal.h, threads.c, null-gc.c, boehm-gc.c: added interface
20247         to handle threads not started by the GC (patch by Michael Meeks
20248         <michael.meeks@novell.com>).
20250 2005-07-31  Kamil Skalski  <nazgul@omega.pl>
20252         * reflection.c: Make buffer used in emitting types larger for some
20253         big generic types (patch by Michal Moskal).
20255 2005-07-30  Zoltan Varga  <vargaz@freemail.hu>
20257         * mono-debug.c: Fix some (not all) alignment problems.
20259 2005-07-29  Carlos Alberto Cortez <calberto.cortez@gmail.com>
20261         * appdomain.c (ves_icall_System_AppDomain_LoadAssemblyRaw):
20262         Invoke mono_image_load_from_data_full passing the refonly
20263         parameter.
20265         * assembly.c
20266         (mono_assembly_open_from_bundle): Add the refonly argument, 
20267         in order to pass it to other methods it calls to.
20268         (do_mono_assembly_open): Add the refonly argument, in order 
20269         to pass it to other methods it calls to.
20270         (mono_assembly_open_full): Invoke do_mono_assembly_open passing
20271         the refonly parameter to it.
20273         * image.c: Add loaded_images_refonly_hash and
20274         loaded_images_refonly_guid_hash to cache the reflection
20275         only loaded images.
20276         (mono_images_init): Initialize the hash tables used for
20277         caching the reflection only images.
20278         (load_modules): Invoke mono_image_open_full passing the refonly
20279         parameter to load the modules the correct way.
20280         (build_guid_table): Add the refonly argument, to re-build the 
20281         correct hash table.
20282         (do_mono_image_open): Added the refonly argument, in order to
20283         define it for the loaded image.
20284         (mono_image_loaded_full): New function, which receives an
20285         additional parameter to look for the image in the refonly or
20286         non-refonly section.
20287         (mono_image_loaded): Updated, using mono_image_loaded_full.
20288         (mono_image_loaded_by_guid_full): The same case that happens
20289         with mono_image_loaded_full.
20290         (mono_image_loaded_by_guid): Likewise.
20291         (register_image): Use the ref_only variable inside MonoImage
20292         to decide in which hash table store the current image.
20293         (mono_image_open_from_data_full): Rename
20294         mono_image_open_from_data to mono_image_open_from_data_full,
20295         adding the refonly argument, to define the ref_only variable 
20296         inside MonoImage.
20297         (mono_image_open_from_data): Return 
20298         mono_image_open_from_data_full.
20299         (mono_image_open_full): Rename mono_image_open to
20300         mono_image_open_full, receiving the new refonly argument,
20301         to pass it to inner methods.
20302         (mono_pe_file_open): Update this function, to open
20303         a MonoImage as a non-refonly image.
20304         (mono_image_close): Use the refonly variable inside
20305         MonoImage to remove the image from the correct caches.
20307         * image.h: Add the signatures of mono_image_open_full,
20308         mono_image_open_from_data_full, mono_image_loaded_full,
20309         mono_image_loaded_by_guid_full.
20311         * metadata-internals.h: Add the ref_only field to 
20312         MonoImage.
20313         
20314 2005-07-29  Carlos Alberto Cortez <calberto.cortez@gmail.com>
20316         * icall.c (ves_icall_System_Reflection_GetReferencedAssemblies):
20317         Fix the last behavior, which used to load the assemblies and
20318         extract MonoReflectionAssemblyName information, instead of
20319         extract it from the metadata tables. Needed for Reflection
20320         Only assemblies.
20321         
20322 2005-07-29  Martin Baulig  <martin@ximian.com>
20324         * mono-debug-debugger.c
20325         (mono_debugger_lock, mono_debugger_unlock): g_assert() if we're
20326         not initialized.
20328         * mono-debug.c
20329         (mono_debug_address_from_il_offset): Check whether we have
20330         debugging support before attempting to take the lock.
20331         (mono_debug_source_location_from_address): Likewise.
20332         (mono_debug_source_location_from_il_offset): Likewise.
20333         (mono_debug_il_offset_from_address): Likewise.
20334         (mono_debug_address_from_il_offset): Likewise.
20336 2005-07-29  Zoltan Varga  <vargaz@freemail.hu>
20338         * class.c (mono_class_from_name_case): Add support for dynamic images.
20339         Fixes #75650.
20341         * object.c (mono_class_compute_gc_descriptor): Add a workaround
20342         for #75479.
20344 2005-07-28  Zoltan Varga  <vargaz@freemail.hu>
20345         
20346         * reflection.c (mono_method_get_object): Fix warning.
20348 2005-07-28  Martin Baulig  <martin@ximian.com>
20350         * mono-debug.c
20351         (mono_debug_add_wrapper): Also write the wrapper type.
20353 2005-07-28  Zoltan Varga  <vargaz@freemail.hu>
20355         * class-internals.h (MonoCachedClassInfo): Add has_nested_classes field.
20356         
20357         * class.c (mono_class_init): Avoid reading nested classes if the AOT
20358         data indicates the class has none.
20360 2005-07-26  Ben Maurer  <bmaurer@ximian.com>
20362         * mono-debug.c, debug-mono-symfile.c: Replace the use of the
20363         loader lock with the debugger lock. Prevents deadlocks for beagle.
20365         Beagle can now run on an smp box for a weekend without any
20366         issues. Woohoo!
20368 2005-07-26  Zoltan Varga  <vargaz@freemail.hu>
20370         * class.c (mono_bounded_array_class_get): Avoid crash if eclass is
20371         in a module. Fixes #75629.
20373 2005-07-26  Martin Baulig  <martin@ximian.com>
20375         * mono-debug.c (mono_debug_add_wrapper): New static method.
20376         (mono_debug_add_method): Call mono_debug_add_wrapper() if we're an
20377         interncall or a wrapper.
20379         * mono-debug.h (MonoDebugWrapperData): New public typedef.
20380         (MonoDebugDataItemType): Added `MONO_DEBUG_DATA_ITEM_WRAPPER'.
20381         (MONO_DEBUGGER_VERSION): Bump to 51.
20383         * mono-debug-debugger.c
20384         (mono_debugger_add_type): Removed this empty function.
20385         (mono_debugger_add_method): Likewise.
20387 2005-07-22  Zoltan Varga  <vargaz@freemail.hu>
20389         * icall.c (ves_icall_Type_GetMethodsByName): Call setup_vtable () 
20390         before accessing method->slot.
20392 2005-07-21  Jb Evain  <jbevain@gmail.com>
20394         * reflection.c (method_encode_clauses/class): Handle filters clauses.
20395         Fixes #75010.
20397 2005-07-21  Zoltan Varga  <vargaz@freemail.hu>
20399         * marshal.c (emit_marshal_custom): Implement byref marshalling. Fixes
20400         #75587.
20402 2005-07-20  Zoltan Varga  <vargaz@freemail.hu>
20404         * image.h image.c: Add mono_image_get_guid () API function.
20406 2005-07-19  Ben Maurer  <bmaurer@ximian.com>
20408         There were issues when multiple threads tried to load
20409         assemblies. A deadlock was created between assemblies_mutex and
20410         mono_domain_assemblies_lock. This fixes the issue by making the
20411         assembly ref counting be lock free. See bug 75586.
20412         
20413         * image.c (mono_image_close): The add ref function here was using
20414         Interlocked operations while the unref was using a mutex and a
20415         --. I don't think this was ever a bug that would be exposed in a
20416         non-pendantic way (ie, by an embedder doing a ref on one thread
20417         and an unref on another), but for the sake of correctness, this is
20418         now Interlocked.
20420         * assembly.c (mono_assembly_addref): Use InterlockedIncrement
20421         (mono_assembly_load_reference): Call mono_assembly_addref rather
20422         than touching the refcount ourselves.
20423         (mono_assembly_close): Use InterlockedDecrement to unref the
20424         assembly. Don't acquire the lock unless it is actually needed.
20426 2005-07-12  Zoltan Varga  <vargaz@freemail.hu>
20428         * class.c (mono_class_layout_fields): Fix calculation of has_references
20429         for generic types.
20431 2005-07-12  Martin Baulig  <martin@ximian.com>
20433         Applying a patch from Michal Moskal <malekith@nemerle.org>.
20435         * metadata.c
20436         (mono_type_hash): Provide better hashing for generic instances.
20437         (mono_generic_inst_hash): Improve hashing.
20438         (mono_generic_class_hash): Likewise.
20440         * reflection.c (mymono_metadata_type_hash): Improve hashing for
20441         generic instances.
20443 2005-07-12  Martin Baulig  <martin@ximian.com>
20445         * reflection.c (mono_reflection_create_runtime_class): Remove the
20446         hack for generic type definitions and non-`Run' assemblies.
20447         (mono_reflection_bind_generic_parameters): Also use
20448         `klass->wastypebuilder' to check for TypeBuilders.
20450 2005-07-12  Zoltan Varga  <vargaz@freemail.hu>
20452         * class.c (mono_class_layout_fields): Fix calculation of has_references
20453         for generic types.
20455         * class.c (inflate_generic_class): Fix a leak.
20456         (mono_class_init): Fix calculation of gchimpl and has_finalize fields
20457         for generic types.
20459 2005-07-11  Martin Baulig  <martin@ximian.com>
20461         * icall.c (ves_icall_Type_BindGenericParameters): Don't crash here
20462         on error.
20464 2005-07-11  Martin Baulig  <martin@ximian.com>
20466         * loader.c (find_method): Also lookup in
20467         `mono_defaults.object_class' if we're an interfaces; fixes #75460.
20469 2005-07-07  Zoltan Varga  <vargaz@freemail.hu>
20471         * appdomain.c (mono_domain_unload): Don't free the error message
20472         before passing it to mono_get_exception_...
20474         * reflection.c (CACHE_OBJECT): Fix the race introduced by the previous patch.
20475         
20476 Thu Jul 7 19:59:31 CEST 2005 Paolo Molaro <lupus@ximian.com>
20478         * threads.c: try to better guess an available RT signal (bug #75387).
20480 2005-07-07  Zoltan Varga  <vargaz@freemail.hu>
20482         * reflection.c (CACHE_OBJECT): Don't hold the domain lock between CHECK_OBJECT
20483         and CACHE_OBJECT.
20485 2005-07-07  Martin Baulig  <martin@ximian.com>
20487         * class.c (mono_type_get_name_full): Return NULL for
20488         MONO_TYPE_NAME_FORMAT_FULL_NAME if we have any generic parameters;
20489         fixes #75408.
20491 2005-07-07  Zoltan Varga  <vargaz@freemail.hu>
20493         * threads.c (mono_threads_abort_appdomain_threads): Wait for threads to
20494         exit the appdomain as well being aborted.
20496         * threadpool.c: Create all threadpool threads inside the root appdomain, and
20497         change back to the root domain after calling managed code. This enables
20498         appdomains using threadpools to be unloaded.
20500 2005-07-07  Martin Baulig  <martin@ximian.com>
20502         * class-internals.h
20503         (MonoInflatedGenericClass): Moved the `MonoType *parent' field
20504         into `MonoDynamicGenericClass' since we only need it for dynamic
20505         types.
20507         * reflection.c (mono_class_bind_generic_parameters): We don't need
20508         to compute the `parent' here.
20510 2005-07-07  Atsushi Enomoto  <atsushi@ximian.com>
20512         * culture-info-table.h : regenerated.
20514 2005-07-06  Martin Baulig  <martin@ximian.com>
20516         * icall.c
20517         (ves_icall_FieldInfo_SetValueInternal): Add MONO_TYPE_GENERICINST.
20519         * object.c (set_value): Add MONO_TYPE_GENERICINST; fixes #75299.
20521 2005-07-06  Martin Baulig  <martin@ximian.com>
20523         * metadata.c (mono_metadata_class_equal): Add MONO_TYPE_SZARRAY if
20524         we're doing a signature-only comparision; fixes #74945.
20526 2005-07-06  Martin Baulig  <martin@ximian.com>
20528         * class-internals.h (MonoGenericClass): Moved some things out into
20529         a new `MonoInflatedGenericClass' type.  
20530         (MonoInflatedGenericClass): New type; the `klass' of a
20531         `MonoGenericClass' is now computed lazyly in
20532         mono_get_inflated_generic_class().      
20534         * class.c (mono_get_inflated_generic_class): New public function.
20535         (mono_class_inflate_generic_method): Removed the unused
20536         `MonoClass *' argument.
20537         (setup_generic_vtable): Don't call mono_get_inflated_method() on
20538         all the methods.
20539         (mono_class_create_generic): Make this static and merge it with
20540         mono_class_create_generic_2(); we're now called automatically from
20541         mono_get_inflated_generic_class().
20543         * loader.c (mono_method_signature): Call
20544         mono_get_inflated_method() here.
20546 2005-07-06  Zoltan Varga  <vargaz@freemail.hu>
20548         * object.c (mono_class_create_runtime_vtable): Allow MONO_TYPE_FNPTR as
20549         type of fields with RVA.
20551         * class.c (mono_class_from_generic_parameter): Avoid calling mono_class_init ()
20552         for this pseudo class.
20553         (my_mono_class_from_generic_parameter): Likewise.
20554         (mono_class_init): Allow interfaces to have cctors.
20556 2005-07-05  Zoltan Varga  <vargaz@freemail.hu>
20558         * domain-internals.h domain.c: Add functionality to create MonoJitInfo structures
20559         lazily for AOT methods.
20561 2005-07-05  Martin Baulig  <martin@ximian.com>
20563         * loader.c (mono_lookup_pinvoke_call): g_ascii_strcasecmp()
20564         returns FALSE for a successful match, not TRUE.
20566 2005-07-05  Zoltan Varga  <vargaz@freemail.hu>
20568         * loader.c (mono_method_get_index): Optimize this a bit.
20570 2005-07-04  Martin Baulig  <martin@ximian.com>
20572         * class.c
20573         (class_compute_field_layout): Move the check for generic type
20574         definitions into mono_class_layout_fields().  Fixes #74684.
20575         (mono_class_from_generic_parameter): Correctly compute
20576         `klass->parent'; fixes #75457.
20578         * reflection.c (register_assembly, register_module): Make sure
20579         `domain->rejobject_hash' is already created.
20581 2005-07-02  Martin Baulig  <martin@ximian.com>
20583         * class-internals.h
20584         (MonoGenericClass): Move `count_ifaces' and `ifaces' into
20585         `MonoDynamicGenericClass'.      
20587 2005-07-01  Lluis Sanchez  <lluis@ximian.com>
20589         * icall.c: In ves_icall_InternalExecute() dont't assert if the value
20590         returned by a field getter is null, since null is a valid value.
20592 2005-07-01  Martin Baulig  <martin@ximian.com>
20594         * reflection.c (mono_reflection_generic_class_initialize): Update
20595         the `dgclass->fields [i].parent' to the correct class.
20596         (mono_image_get_fieldref_token): Use the declaring type, not the
20597         reflected type.
20599 2005-07-01  Martin Baulig  <martin@ximian.com>
20601         * loader.c (find_method): Also look in the interfaces; fixes #75429.
20603 2005-06-30  Ben Maurer  <bmaurer@ximian.com>
20605         * threads.c (thread_cleanup): assert that thread != NULL
20606         (wait_for_tids_or_state_change): We were using the wrong variable
20607         when accessing wait->threads. `i' was always out of the bounds of
20608         the array.
20610 2005-06-30 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20612         * loader.c: map user32 and kernel32 to libMonoSupportW
20614 2005-06-28  Zoltan Varga  <vargaz@freemail.hu>
20616         * appdomain.c (unload_thread_main): Mark this as WINAPI.
20618 2005-06-28  Martin Baulig  <martin@ximian.com>
20620         * loader.c (method_from_methodspec): Fix #75334.
20622 2005-06-28  Martin Baulig  <martin@ximian.com>
20624         Fix #74953 - Arrays now implement the generic IList<T> interface
20625         on the 2.0 platform.
20627         * class-internals.h (MonoDefaults): Added `generic_array_class'.
20629         * reflection.c (mono_class_bind_generic_parameters): New public
20630         function; similar to mono_reflection_bind_generic_parameters(),
20631         but operates on a `MonoType *' and not on a `MonoReflectionType *'.
20633         * domain.c (mono_init_internal): Try to initialize.
20634         `mono_defaults.generic_array_class' here; this'll only succeed if
20635         we're using the 2.0 corlib.
20637         * icall.c
20638         (ves_icall_System_Array_InternalArray_GetGenericValueImpl): Added
20639         interncall for "System.Array/InternalArray`1:GetGenericValueImpl".
20640         (mono_lookup_internal_call): Added support for nested classes.
20642         * loader.c
20643         (mono_get_method_from_token): Set `result->signature->pinvoke' if
20644         we're an interncall and have generic arguments.
20646         * class.c
20647         (mono_class_inflate_generic_methods): Allow interncalls and PInvoke.
20648         (mono_bounded_array_class_get): If we're on the 2.0 corlib, use an
20649         instance of System.Array.InternalArray<T> for arrays, so they
20650         implement the generic IList<T> interface.
20652 2005-06-27  Zoltan Varga  <vargaz@freemail.hu>
20654         * marshal.c (emit_marshal_string): Applied patch from Itamar Rogel
20655         (chastamar@yahoo.com). Fixes #75374.    
20657 2005-06-27  Atsushi Enomoto <atsushi@ximian.com>
20659         * culture-info-table.h: regenerated.
20661 2005-06-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20663         * icall.c: handle spaces correctly for base64 strings.
20665 2005-06-26  Ben Maurer  <bmaurer@ximian.com>
20667         * *.c: Kill some warnings.
20669 2005-06-23  Duncan Mak  <duncan@novell.com>
20671         * socket-io.c (is_loopback): Cast 'ptr' to 'struct in6_addr *' so
20672         that this builds on Solaris 10 (x86).
20674 2005-06-23  Martin Baulig  <martin@ximian.com>
20676         * class.c
20677         (mono_type_get_name_recurse): Don't use a duplicate '[', ']' for
20678         generic type definitions.
20680 2005-06-23  Martin Baulig  <martin@ximian.com>
20682         Fix #75331.
20684         * metadata.c (mono_class_get_overrides): Renamed to
20685         mono_class_get_overrides_full() and added a `MonoGenericContext *'.
20686         (method_from_method_def_or_ref): Added `MonoGenericContext *' and
20687         pass it to mono_get_method_full().
20689 2005-06-22  Ben Maurer  <bmaurer@ximian.com>
20691         * reflection.c (mono_reflection_create_runtime_class): take the
20692         mono_domain_lock in this method. Prevents deadlocks
20694 2005-06-22  Martin Baulig  <martin@ximian.com>
20696         * loader.c (method_from_methodspec): Fix #75330.
20698 2005-06-22  Martin Baulig  <martin@ximian.com>
20700         * reflection.c (type_get_qualified_name): Use
20701         mono_type_get_name_full() with MONO_TYPE_NAME_FORMAT_REFLECTION.
20702         (_mono_reflection_get_type_from_info): Added `MonoImage *image'
20703         argument; use it if we don't have an assembly name.
20705 2005-06-22  Lluis Sanchez Gual  <lluis@novell.com>
20707         * object.c: In mono_message_init, set "copy out" flag for in
20708         parameters with the [Out] flag.
20710 2005-06-21  Martin Baulig  <martin@ximian.com>
20712         * class.c
20713         (mono_type_get_name_recurse): Correctly handle MONO_TYPE_SZARRAY
20714         and MONO_TYPE_PTR.
20716 2005-06-21  Martin Baulig  <martin@ximian.com>
20718         * class.c (mono_class_init): Don't initialize `class->fields' for
20719         generic instances since they're initialized again in
20720         compute_field_layout(). 
20721         (compute_field_layout): Set the field's `generic_info' here; fix
20722         #75320. 
20724 2005-06-21  Martin Baulig  <martin@ximian.com>
20726         * class-internals.h
20727         (MonoGenericMethod): Added `MonoGenericClass *generic_class'.
20729         * metadata.c (mono_metadata_generic_method_equal): Also
20730         distinguish the `generic_class'; fixes #75334.
20732 2005-06-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20734         * domain.c:
20735         * appdomain.c:
20736         * domain-internals.h:
20737         * reflection.c: 'domain_assemblies' field is now protected by its own
20738         lock. Don't call into managed code to run the AssemblyLoad event if we
20739         now there are no registered delegates for it.
20741 2005-06-20  Martin Baulig  <martin@ximian.com>
20743         * class.c (mono_class_is_assignable_from): Use a custom version of
20744         mono_class_has_parent() to make things work for generic instances;
20745         fix #75300.
20747 2005-06-20  Martin Baulig  <martin@ximian.com>
20749         * loader.c (method_from_methodspec): Apply a patch from
20750         Kamil Skalski <nazgul@nemerle.org> to fix #75296.
20752 2005-06-20  Martin Baulig  <martin@ximian.com>
20754         * class.c (mono_class_init): Reverted Zoltan's last change; it
20755         breaks generics.
20757 2005-06-19  Zoltan Varga  <vargaz@freemail.hu>
20759         * threads.c (wait_for_tids_or_state_change): Add missing locking.
20761 2005-06-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20763         * socket-io.c: fix the index in the socket array for writable/error
20764         sockets. Fixes bug #75306.
20766 2005-06-17  Zoltan Varga  <vargaz@freemail.hu>
20768         * class.c (mono_class_init): Allow interfaces to have static ctors.
20770 2005-06-17  Martin Baulig  <martin@ximian.com>
20772         * loader.c (method_from_methodspec): Use `context->container' when
20773         parsing the `gmethod->inst'.
20775 2005-06-17  Martin Baulig  <martin@ximian.com>
20777         * class.c (mono_type_get_name_recurse): Don't add the assembly
20778         name for type arguments.
20780 2005-06-15  Martin Baulig  <martin@ximian.com>
20782         * reflection.c (mono_image_get_inflated_method_token): Encode
20783         correct klass; fixes #75260.
20785 2005-06-13 Michal Moskal <malekith@nemerle.org>
20787         * icall.c: Make GetCorrespondingMethod/Constructor take
20788         MonoReflectionMethod method not MonoMethod. Removed
20789         MonoType.GetCorrespondingField, and make
20790         MonoGenericType.GetCorrespondingField take name not
20791         MonoClassField.
20793 2005-06-13  Michal Moskal <malekith@nemerle.org>
20795         * reflection.c (field_encode_signature, encode_locals):
20796          Make sizes of buffers for types larger (for big generic types).
20797          (create_generic_typespec,
20798          mono_reflection_sighelper_get_signature_local,
20799          mono_reflection_sighelper_get_signature_field):
20800          Add asserts for too small buffers.
20802 2005-06-15  Martin Baulig  <martin@ximian.com>
20804         * icall.c (ves_icall_MonoGenericClass_GetParentType): Return NULL
20805         if our parent is not a dynamic type.
20807 2005-06-15  Martin Baulig  <martin@ximian.com>
20809         * class-internals.h (MonoTypeNameFormat): New enum.
20811         * class.c
20812         (mono_class_get_name_full): Renamed to mono_type_get_name_full().
20813         (mono_type_get_full_name): Removed.
20814         (mono_type_get_name_full): Take a `MonoTypeNameFormat format'
20815         argument instead of the boolean's.
20817         * icall.c (ves_icall_System_MonoType_getFullName):
20818         Added `gboolean assembly_qualified'.    
20820         * reflection.h
20821         (MonoTypeNameParse): Added `GPtrArray *type_arguments'.
20823         * reflection.c (mono_reflection_parse_type): Parse the new type
20824         name format.
20826 2005-06-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20828         * icall.c: no need to convert from utf16 to utf8 and then back again
20829         after the call to GetLogicalDrives.
20831 2005-06-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20833         * icall.c: frombase64. Fix problems exposed by new tests.
20835 2005-06-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20837         * icall.c: added internal calls for converting char [] and strings in
20838         base64 into byte [].
20840 2005-06-10  Martin Baulig  <martin@ximian.com>
20842         * class.c (mono_class_create_generic_2): Read the nested classes
20843         from the metadata rather than from `gklass->nested_classes' since
20844         `gklass' might not be initialized yet.
20846 2005-06-09  Duncan Mak  <duncan@novell.com>
20848         * *.h: Added G_BEGIN_DECLS and G_END_DECLS where appropriate to
20849         all public headers. Fixes #74919.
20851 2005-06-09  Lluis Sanchez Gual  <lluis@novell.com>
20853         * domain.c: The key for proxy_vtable_hash is now a pointer
20854         array. Added new GHashFunc and GCompareFunc functions for this.
20856         * class.h: The list of interfaces in MonoRemoteClass is known in
20857         advance and can't grow (we create a new MonoRemoteClass if needed),
20858         so now the interface array can be allocated together with
20859         MonoRemoteClass.
20860         
20861         * object.c: Added a new method create_remote_class_key.
20862         Fixed mono_remote_class so it does not depend on
20863         mono_upgrade_remote_class.
20864         Removed extend_interface_array.
20865         Added new method clone_remote_class(), which makes a copy of a remote
20866         class and adds a new interface or class to it.
20867         mono_upgrade_remote_class() now creates a new remote class (or gets
20868         it from the cache) if an vtable upgrade is needed. In this way
20869         we make sure that other objects sharing the same remote class
20870         don't get the new vtable with unwanted interfaces.
20871         
20872         * object-internals.h:
20873         * object.h: Moved mono_upgrade_remote_class to object-internals.h.
20874         
20875         * marshal.c: Track changes in mono_upgrade_remote_class().
20877 2005-06-08  Kamil Skalski <nazgul@nemerle.org>
20878         * icall.c: Add runtime methods for obtaining members of inflated
20879         class, which were created from supplied non-inflated members. It
20880         is used in internal Get{Method,Constructor,Field} methods in
20881         System.Type
20883 2005-06-09  Martin Baulig  <martin@ximian.com>
20885         * reflection.c
20886         (mono_reflection_bind_generic_method_parameters): Fix #75169.
20888 2005-06-08  Carlos Alberto Cortez <calberto.cortez@gmail.com>
20889         * reflection.c (mono_image_basic_init): Define
20890         Version in MonoDynamicAssembly. 
20891         
20892 2005-06-08  Martin Baulig  <martin@ximian.com>
20894         Fix #75136.
20896         * loader.c
20897         (mono_method_signature_full): New public method; takes a
20898         `MonoGenericContext *'.
20899         (find_method): Use mono_method_signature_full() and pass the
20900         klass'es context to it.
20902         * class.c (mono_class_is_inflated_method): Use
20903         mono_method_signature_full() and pass the context to it.
20905 Wed Jun 8 19:26:38 CEST 2005 Paolo Molaro <lupus@ximian.com>
20907         * object.c: add proper locking in mono_remote_class_vtable(),
20908         fixes possible memory corruption.
20910 2005-06-08  Michael Meeks  <michael.meeks@novell.com>
20912         * marshal.c (mono_remoting_marshal_init): set
20913         initialized after initialization.
20915 2005-06-08  Atsushi Enomoto  <atsushi@ximian.com>
20917         * locales.c : hush.
20919 2005-06-06  Michael Meeks  <michael.meeks@novell.com>
20921         * object.c (extend_interface_array): fix really silly
20922         memory corrupting / comparison bug.
20924 2005-06-07  Carlos Alberto Cortez <calberto.cortez@gmail.com>
20926         * reflection.c: Functions added to support the creation
20927         of CustomAttributeData, which includes Attribute data
20928         used by ReflectionOnly methods.
20930         * reflection.h:  mono_reflection_get_custom_attrs_data and
20931          mono_custom_attrs_data_construct added (functions exposed).
20933          * icall.c: Added mono_reflection_get_custom_attrs_data
20934          as icall.
20935         
20936 2005-06-07  Zoltan Varga  <vargaz@freemail.hu>
20938         * Makefile.am (libmonoruntime_la_SOURCES): Revert last change at
20939         lupus's request.
20941 2005-06-06  Zoltan Varga  <vargaz@freemail.hu>
20943         * icall.c (ves_icall_Mono_Runtime_GetDisplayName): Fix warning.
20945         * reflection.c (reflection_methodbuilder_to_mono_method): Fix encoding of
20946         dynamic DllImportAttribute.
20948         * icall.c (ves_icall_MonoMethod_GetDllImportAttribute): Fix decoding of 
20949         dynamic DllImportAttribute.
20951         * Makefile.am (libmonoruntimeinclude_HEADERS): Export tabledefs.h too.
20952         Fixes #75162.
20954 2005-06-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20956         * threads.c: avoid segfault when an unstarted thread is aborted.
20958 2005-06-05  Kornél Pál <kornelpal@hotmail.com>
20960         * icall.c: Added ves_icall_Mono_Runtime_GetDisplayName:
20961         Returns the name and version of the runtime for reporting.
20963 2005-06-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20965         * appdomain.c: bump corlib version.
20966         * object-internals.h: new field in MonoReflectionAssembly.
20968 2005-06-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20970         * object-internals.h: Carlos forgot to add this field.
20972 2005-06-03  Carlos Alberto Cortez <calberto.cortez@gmail.com>
20974         * icall.c: Added create_version to create instances
20975         of Version of MonoReflectionAssemblyName. This change helps
20976         the AssemblyName tests to keep running fine.
20977         
20978 2005-06-03  Lluis Sanchez Gual  <lluis@novell.com>
20979   
20980         * object.c (mono_method_return_message_restore): A somehow less
20981         intrusive fix for #75138.
20983 2005-06-03  Raja R Harinath  <rharinath@novell.com>
20985         * object.c (mono_method_return_message_restore): Fix computation
20986         of expected number of out args.
20988 2005-06-02  Zoltan Varga  <vargaz@freemail.hu>
20990         * reflection.c (mono_image_get_method_info): Fix the case when the
20991         charset is empty.
20993 2005-06-02  Lluis Sanchez Gual  <lluis@novell.com> 
20995         * object.c: Added missing null check in
20996           mono_method_return_message_restore.
20998 2005-06-02  Zoltan Varga  <vargaz@freemail.hu>
21000         * reflection.c (mono_image_get_method_info): Handle the case when
21001         dllentry is empty.
21003 2005-06-02  Lluis Sanchez Gual  <lluis@novell.com>
21005         * object.c: When creating the vtable for a proxy, take into account
21006         all inherited interfaces, not only the ones registered in
21007         iclass->interfaces. This fixs bug #74996.
21008         Also, in mono_method_return_message_restore, verify that the array
21009         of out args has the expected lengh.
21011 2005-06-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21013         * socket-io.c: update the timeout in Poll when the call is interrupte.
21015 2005-06-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21017         * socket-io.c: support abort/suspend in Select_internal after last
21018         change.
21020 2005-06-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21022         * threadpool.c: remove warning.
21024 2005-06-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21026         * icall.c:
21027         * socket-io.[ch]: Select_internal uses poll() now when available, thus
21028         removing the 1024 limit from select(). Runtime part of the fix for
21029         bug #71203.
21031 2005-05-30 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21033         * socket-io.c: when resolving the addresses for the same
21034         host returned by gethostname(), get the local IPs from the interface
21035         list. Loopback addresses are discarded if the are interfaces up with
21036         non-loopback ones. Fixes bug #63265.
21038 2005-05-27  Vladimir Vukicevic  <vladimir@pobox.com>
21040         * appdomain.c, verify.c, object-internals.h, reflection.c:
21041         bumped corlib number to 36, and added new extra_flags field
21042         to ReflectionMethodBuilder and friends.  Fixes #75060.
21044 Fri May 27 14:45:56 CEST 2005 Paolo Molaro <lupus@ximian.com>
21046         * gc.c: register a new weak link only if the object is non-null
21047         (fixes bug#75047).
21049 2005-05-26  Atsushi Enomoto  <atsushi@ximian.com>
21051         * culture-info.h : short time pattern too.
21053 2005-05-26  Atsushi Enomoto  <atsushi@ximian.com>
21055         * culture-info.h : expand long time pattern string length.
21057 2005-05-25  Atsushi Enomoto  <atsushi@ximian.com>
21059         * culture-info-table.h : update (more French date format; #72788).
21061 2005-05-25  Zoltan Varga  <vargaz@freemail.hu>
21063         * icall.c (ves_icall_InternalInvoke): Avoid type checks on this if
21064         the method is static. Fixes #75029.
21066 2005-05-25  Lluis Sanchez Gual  <lluis@novell.com>
21068         * reflection.c: Update the table_idx field of method builders after
21069         saving the module, since it can change. This is a workaround for
21070         bug #74914. 
21072 2005-05-25  Atsushi Enomoto  <atsushi@ximian.com>
21074         * culture-info-table.h : update (additional French date format).
21076 2005-05-20  Zoltan Varga  <vargaz@freemail.hu>
21078         * icall.c (ves_icall_type_Equals): Revert last change.
21079         
21080         * icall.c (ves_icall_type_Equals): Turn the g_print into an assert.
21082         * icall.c (ves_icall_type_GetTypeCode): Rename the icall to GetTypeCodeInternal.
21084 2005-05-20  Sebastien Pouliot  <sebastien@ximian.com>
21086         * class-internals.h: Added executioncontext_class field to 
21087         MonoDefaults structure.
21088         * domain.c: Cache System.Threading.ExecutionContext class in 
21089         mono_defaults.
21090         * object.c: Capture the ExecutionContext for asynchroneous calls in
21091          mono_async_result_new.
21092         * object-internals.h: Added execution_context and original_context 
21093         fields to MonoAsyncResult. Added execution_context to MonoThread.
21094         * security-manager.c|.h: Added mono_get_context_capture_method to 
21095         return the capture method (if required by the security manager or by
21096         the framework version used).
21097         * threadpool.c: Apply capture (if present) ExecutionContext in 
21098         mono_async_invoke and revert to original context after it completes.
21100 2005-05-19  Atsushi Enomoto  <atsushi@ximian.com>
21102         * culture-info-table.h : updated (real hacky solution for zh-CHT).
21104 2005-05-18  Atsushi Enomoto  <atsushi@ximian.com>
21106         * culture-info-table.h : zh-CHT related workaround.
21108 2005-05-12  Zoltan Varga  <vargaz@freemail.hu>
21110         * marshal.c (emit_marshal_custom): Add some error checking and call the
21111         methods in the ICustomMarshaler interface. Fixes #74875.
21112         
21113         * marshal.c (emit_marshal_array): Implement [Out] marshalling in
21114         native->managed wrappers.
21116 2005-05-12  Martin Baulig  <martin@ximian.com>
21118         * mono-debug-debugger.cs (mono_debugger_lock/unlock): Always lock
21119         here and use the loader lock.
21121         * mono-debug.c: Properly lock when the debugger is not attached.
21122         (mono_debug_init): Release the initial lock if we're not running
21123         in the debugger.
21125 2005-05-12  Zoltan Varga  <vargaz@freemail.hu>
21127         * marshal.c (emit_marshal_custom): Pass through NULL values without
21128         calling the custom marshalling routines.
21130         * marshal.c (emit_ptr_to_object_conv): Implement ftnptr->delegate
21131         conversion in structures. Fixes #74882.
21133 2005-05-12  Atsushi Enomoto  <atsushi@ximian.com>
21135         * culture-info-table.h : zh-* cultures were missing.
21137 2005-05-12  Lluis Sanchez Gual  <lluis@novell.com>
21139         * threads.c: Added a new event background_change_event which is signaled
21140         when a thread changes its background mode.
21141         Moved here several checks previously done in managed code. The checks
21142         require the thread lock, and using the thread lock in managed code
21143         can result in deadlocks.
21144         Merged Start_internal and Thread_internal into a single method. Now 
21145         Thread_internal does all work of creating and starting a thread.
21146         Added icalls for setting and getting the state of the object. Moved from
21147         managed code to avoid locking there.
21148         Added wait_for_tids_or_state_change() which is called instad of
21149         wait_for_tids when waiting for non-backround threads to end. This method
21150         will return if one of the threads ends or the background_change_event
21151         is signaled.
21152         * threadpool.c: use ves_icall_System_Threading_Thread_SetState() to set
21153         the background mode. This method signals the background_change_event
21154         event.
21155         * icall.c:
21156         * threads-types.h: Added icalls for ClrState, SetState and GetState, and
21157         removed Start_internal.
21158         
21159 2005-05-11  Martin Baulig  <martin@ximian.com>
21161         * mono-debug.h (MonoSymbolTable, MonoDebugMethodAddress): Changed
21162         to order of some fields to get proper alignment on 64-bit machines.
21164 2005-05-11  Martin Baulig  <martin@ximian.com>
21166         * mono-debug.c, mono-debug-debugger.c: Revert Paolo's locking
21167         changes as they're broken and completely fuck up the debugger.
21169         * mono-debug.c (mono_debug_add_method): Properly unlock on error.
21171 2005-05-10  Martin Baulig  <martin@ximian.com>
21173         * reflection.c (mono_reflection_generic_class_initialize): Don't
21174         call mono_class_setup_parent() here.
21176 2005-05-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21178         * metadata/socket-io.c: on windows, getsockopt/setsockopt for
21179         send/receive timeout use an integer in milliseconds. We were using a
21180         struct timeval.
21182 2005-05-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21184         * locales.c:
21185         (internal_get_cultures): reserve the first slot of the array for the
21186         InvariantCulture, which will be filled in managed code.
21188 2005-05-06  Zoltan Varga  <vargaz@freemail.hu>
21190         * reflection.c (mono_image_fill_module_table): Initialize the
21191         GENERATION field as well.
21193 2005-05-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21195         * monitor.c: ignore calls to Monitor.Exit even if no one ever called
21196         Monitor.Enter on the object.
21198 2005-05-05  Lluis Sanchez Gual  <lluis@novell.com>
21200         * threads.c: Enable the wait for running threads when exiting.
21201         * icall.c: Suspend all threads before exiting.
21203 2005-05-05  Zoltan Varga  <vargaz@freemail.hu>
21205         * assembly.c (mono_assembly_load_reference): Fix warning.
21207 2005-05-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21209         * threadpool.c: changed the default number of threads per cpu. From now
21210         on, the default will be 20 + (5 * number of cpus) instead of 50.
21212 2005-05-04  Zoltan Varga  <vargaz@freemail.hu>
21214         * loader.c (mono_method_get_signature_full): Add locking here.
21216 2005-05-03  Lluis Sanchez Gual <lluis@novell.com>
21218         * appdomain.c: Moved methods for parsing and freeing assembly
21219         names to assembly.c.
21220         * assembly.c, domain-internals.h: Created public methods for parsing
21221         assembly names. Fixed mono_assembly_load_with_partial_name:
21222         it now finds the best match, taking into account the version,
21223         token and culture specified in the partial name. Also return
21224         the latest version if no version information is specified.
21226 Mon May 2 15:47:57 CEST 2005 Paolo Molaro <lupus@ximian.com>
21228         * threadpool.c: replace check for SocketAsyncCall class.
21230 2005-05-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21232         * threadpool-internals.h:
21233         * Makefile.am: added threadpool-internals.h
21235         * threadpool.c: call mono_unhandled_exception on exceptions not handled
21236         that happen in threadpool threads (tested on MS).
21237         (mono_thread_pool_remove_socket): new function that dispatch any pending
21238         AIO call on a socket that is closing. By now only epoll really needs it,
21239         as select/poll wake up when the socket closes.
21242         * socket-io.c: call mono_thread_pool_remove_socket in Close_internal.
21244 2005-05-01  Zoltan Varga  <vargaz@freemail.hu>
21246         * marshal.c (mono_marshal_get_managed_wrapper): Handle changing the calling convention.
21248 2005-05-01  Lluis Sanchez Gual  <lluis@novell.com>
21250         * gc.c: In mono_gc_cleanup(), wait for 2 seconds, not 2000 seconds.
21252 2005-04-30  Lluis Sanchez Gual  <lluis@novell.com>
21254         * threads.c: In mono_thread_suspend_all_other_threads, if a thread
21255         has an abort request, convert it into a suspend request.
21257 2005-04-30  Ben Maurer  <bmaurer@ximian.com>
21259         * marshal.c (mono_marshal_get_managed_wrapper): give a friendly
21260         warning for the usage of `UnmanagedFunctionPointerAttribute' which
21261         is not supported yet.
21263 2005-04-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21265         * image.c: register assemblies loaded from data (bundles) in the loaded
21266         assemblies hash. Fixes bug #74772.
21268 2005-04-29  Martin Baulig  <martin@ximian.com>
21270         * class.c (mono_type_get_name_recurse): Update to the new naming
21271         schema from the latest .NET 2.x beta2.
21272         (mono_class_setup_vtable_general): If we're a generic instance,
21273         copy the vtable from our generic type definition and inflate all
21274         the methods in it.
21276         * loader.c (find_method): Update to the new naming schema from the
21277         latest .NET 2.x beta2.
21279 2005-04-29  Raja R Harinath  <harinath@gmail.com>
21281         * class.c (mono_class_init): Add a mono_loader_unlock to the
21282         #74734 fix.
21284 2005-04-28  Zoltan Varga  <vargaz@freemail.hu>
21286         * icall.c (ves_icall_System_Environment_Exit): Remove the 
21287         suspend_all_other_threads () call for the time being, since it can hang.
21289         * threads.c (mono_thread_manage): Similarly, disable the waiting for
21290         the background threads to exit, since it can also hang.
21292         * class.c (mono_class_init): Applied patch from Ankit Jain 
21293         (radical@gmail.com). Avoid pending init errors when a field refers
21294         to a nested class using a typeref. Fixes #74734.
21296         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): Fix
21297         this for dynamic modules.
21299 2005-04-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21301         * threads.c: don't wait for threads that are in the process of aborting
21302         or aborted. Set the 'shutting_down' flag before cleaning the threadpool
21303         and waiting for background threads to finish. This makes xsp and
21304         mod-mono-server exit without random length delays and/or hangs.
21306 2005-04-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21308         * icall.c: remove duplicate assignment from GetReferencedAssemblies.
21310 2005-04-25  Zoltan Varga  <vargaz@freemail.hu>
21312         * class.c (mono_class_is_assignable_from): Call is_assignable_to for
21313         dynamic types to prevent infinite loops. Fixes #74727.
21315         * reflection.c (mono_reflection_call_is_assignable_from): Rename to
21316         ..._is_assignable_to.
21318 2005-04-25  Sebastien Pouliot  <sebastien@ximian.com>
21320         * security.c: Fixed #74698 where sysconf returned -1 on FreeBSD.
21322 2005-04-25  Martin Baulig  <martin@ximian.com>
21324         Upgrade to the latest .NET 2.x beta (Visual Studio 2005 Beta 2).
21326         * domain.c
21327         (supported_runtimes): Change "v2.0.40607" -> "v2.0.50215".
21329         * row-indexes.h (MONO_GENERICPARAM_KIND): Removed.
21331         * reflection.c (build_compressed_metadata): Set metadata header
21332         version to 2.0.
21334 2005-04-23  Zoltan Varga  <vargaz@freemail.hu>
21336         * sysmath.c (ves_icall_System_Math_Round2): Use modf to decompose the
21337         number into an integral and a decimal part. Fixes #70473.
21339         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_OffsetOf): Ignore static fields. Fixes #74703.
21341 2005-04-23  Atsushi Enomoto  <atsushi@ximian.com>
21343         * culture-info-table.h : reflected the latest locale-builder output.
21345 2005-04-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21347         * threadpool.c: check for SuspendRequested too when deciding if
21348         mono_thread_interruption_checkpoint should be called.
21350 2005-04-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21352         * appdomain.[ch]: added function to set the shutting_down flag to TRUE.
21353         * threads.c: remove interruption_mutex and use Interlocked instead. When
21354         suspending all the threads, wait for all the suspended events at once.
21355         If we're shutting down and get an APC that is going to be queued,
21356         call mono_thread_execute_interruption immediately, as the thread might
21357         be sleeping on a pthread condition or mutex.
21359         * icall.c: call mono_runtime_set_shutting_down before suspending the
21360         threads.
21362         Fixes bug #74693. And now xsp is happier when exiting.
21364 2005-04-22  Zoltan Varga  <vargaz@freemail.hu>
21366         * loader.c (mono_stack_walk): Fix #74690.
21368 2005-04-22  Martin Baulig  <martin@ximian.com>
21370         * mono-debug.h (MonoDebugMethodJitInfo): Added
21371         `MonoDebugMethodJitInfo *jit'.
21373         * mono-debug.c (mono_debug_read_method): Cache the
21374         MonoDebugMethodJitInfo in `address->jit'.
21375         (mono_debug_free_method_jit_info): New public method.
21377 2005-04-22  Martin Baulig  <martin@ximian.com>
21379         * class.c (mono_class_is_assignable_from): Disallow
21380         type parameter -> interface.
21382 2005-04-21  Dick Porter  <dick@ximian.com>
21384         * threads.c (mono_thread_create): Turn an assertion into an error.
21386 2005-04-20  Zoltan Varga  <vargaz@freemail.hu>
21388         * threads.c object.c icall.c: Fix some gcc 4.0 warnings.
21389         
21390         * threads.c marshal.h marshal.c exceptions.h exceptions.c appdomain.c: 
21391         Fix some gcc 4.0 warnings.
21393 Wed Apr 20 16:09:06 CEST 2005 Paolo Molaro <lupus@ximian.com>
21395         * file-io.c: fix alt dir separator char on unix systems
21396         and cleanup (fixes bug #71214).
21398 2005-04-19  Lluis Sanchez Gual  <lluis@novell.com>
21400         * marshal.c: Use CALLVIRT instead of CALL when dispatching
21401         a call to a remote domain, since the method may be an
21402         interface method in the client domain. This fixes bug #74192.
21404 2005-04-17 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21406         * threadpool.c: recv/send are now performed before going back to managed
21407         code to save one transition.
21409 2005-04-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21411         * metadata/socket-io.c: fixed semantics in Socket.Blocking icall.
21413         * metadata/threadpool.c: removed hack to workaround the bug above.
21415         Fixes bug #74618.
21417 2005-04-16  Zoltan Varga  <vargaz@freemail.hu>
21419         * reflection.c reflection.h: Fix handling of parameter defaults in
21420         dynamic methods. Also fixes handling of parameter attributes.
21421         Fixes #74609.
21423         * mono-debug.c (mono_debug_close_image): Fix warning.
21425 2005-04-15 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21427         * socket-io.h: replaced old unused field with new 'blocking'.
21428         * threadpool.c: restore socket blocking state on windows(tm).
21430 2005-04-14  Sebastien Pouliot  <sebastien@ximian.com>
21432         * icall.c: don't return the codebase in the AssemblyName[] returned by
21433         ves_icall_System_Reflection_Assembly_GetReferencedAssemblies.
21434         * object-internals.h: Removed FIXME (fields were presents) and fixed
21435         versioncompat declaration.
21437 2005-04-14 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21439         * threadpool.c: sometimes we get EBADF from epoll but the epollfd is
21440         not closed, so don't cleanup when it happens.
21442 2005-04-13  Chris Toshok  <toshok@ximian.com>
21444         * mono-debug-debugger.h: change prototype for
21445         mono_debugger_lookup_type.
21447         * mono-debug-debugger.c (mono_debugger_lookup_type): reinstate
21448         this function, although it should probably be named
21449         mono_debugger_init_type.
21451 2005-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21453         * threadpool.c: fix non-AIO case.
21455 2005-04-13  Zoltan Varga  <vargaz@freemail.hu>
21457         * profiler.c (mono_profiler_install_simple): Add a 'jit' option to
21458         the built-in profiler to measure just JIT compilation times.
21460 2005-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21462         * threadpool.c: the epollfd might be closed by another thread at
21463         any time, so ignore EBADF at treat it as a "we're closing" sign.
21465 2005-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21467         * threadpool.c: release the semaphores with a count equals to the number
21468         of working threads in both IO and regular pools. Fixed typo that messed
21469         up the count of IO pool threads. Don't initialize the pipe handles if
21470         we're using epoll.
21472 2005-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21474         * threadpool.c: some systems don't like a NULL when deleting the socket
21475         from epoll.
21477 2005-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21479         * threadpool.c: fix semaphore allocation.
21481 2005-04-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21483         * threadpool.c: added epoll() based implementation for asynchronous IO
21484         that is used instead of the default poll() when available.
21485         It can be disabled by setting MONO_DISABLE_AIO.
21487 2005-04-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21489         * threadpool.c: windows needs 'closesocket' and instead of returning
21490         0 when the stream is closed while in select, it returns -1. Fixes bug
21491         #74573.
21493 2005-04-12  Zoltan Varga  <vargaz@freemail.hu>
21495         * class.c (class_compute_field_layout): Fix the regression caused by
21496         the previous try.
21498 2005-04-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21500         * threadpool.c: separate pool for socket async. IO.
21501         * threadpool.h: mono_max_worker_threads is not a global any more.
21503 2005-04-10  Zoltan Varga  <vargaz@freemail.hu>
21505         * class.c (class_compute_field_layout): Fix #74549.
21507 2005-04-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21509         * threadpool.c: select() on windows doesn't allow pipe handles, soooo
21510         use 2 connected sockets instead.
21512 2005-04-08  Miguel de Icaza  <miguel@novell.com>
21514         * mono-config.c: Add new entry point for mkbundle
21515         mono_config_parse_memory. 
21517 2005-04-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21519         * threadpool.c: removed another unused function.
21521 2005-04-08  Ankit Jain  <radical@corewars.org>
21523         * reflection.c (get_default_param_value_blobs): Add 'types'
21524         parameter to get the types encoded in the constant table.
21525         (mono_param_get_objects): Use the type from the constant table,
21526         not the type of the parameter, when creating default values.
21527         Handle null default values correctly.
21529 2005-04-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21531         * file-io.c:
21532         * file-io.h:
21533         * threadpool.c:
21534         * threadpool.h:
21535         * icall.c:
21536         * socket-io.c: removed dead code for async IO.
21538 2005-04-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21540         * socket-io.h: 2 more fields in MonoSocketAsyncResult.
21542         * threadpool.c: intercept socket async. calls and pass them to a thread
21543         that is polling and dispatching the job items to the threadpool as
21544         socket become ready. Fixes bugs #71217, #71933.
21546         * icall.c: Removed AsyncReceive and AsyncSend. Speed up for copies
21547         between char and short/ushort arrays.
21549         * socket-io.c: remove dead code.
21551 2005-04-06  Atsushi Enomoto  <atsushi@ximian.com>
21553         * locales.c,
21554           icall.c : removed InternalToUpper_Comp() and
21555           InternalToLower_Comp().
21557 2005-04-06  Atsushi Enomoto  <atsushi@ximian.com>
21559         * char-conversions.h : The tables were incorrectly generated. Should
21560           be generated against invariant culture.
21562 2005-04-04  Zoltan Varga  <vargaz@freemail.hu>
21564         * object.c (mono_runtime_invoke_array): Fix return value when 
21565         passing pre-created valuetype objects to ctors.
21567         * gc.c (mono_gchandle_is_in_domain): Applied patch from Jon Larimer 
21568         (jlarimer@gmail.com). Avoid crashes when the wrapper object is null.
21569         Fixes #74338.
21571 2005-03-30  Sebastien Pouliot  <sebastien@ximian.com>
21573         * domain.c: removed g_assert for runtimesecurityframe_class. This is 
21574         only used with --security and hides the wrong corlib version error.
21576 2005-03-30  Joshua Tauberer  <tauberer@for.net>
21578         * class.c: Changed mono_class_name_from_token so that types
21579         outside of a namespace don't have an initial period.  Improved
21580         the g_warning message used in _mono_class_get when loading
21581         fails.
21582         * assembly.c: In mono_assembly_load_reference, when an assembly
21583         can't be found, "No such file or directory" is misleading and
21584         unhelpful because a few paths were checked for the presence of
21585         the assembly.  When that happens (ENOENT), display a nicer
21586         message indicating the directories that were searched.  In all
21587         cases, the warning is made easier to read for non-hackers.
21589 2005-03-29  Sebastien Pouliot  <sebastien@ximian.com>
21591         * assembly.c: Set MONO_ASSEMBLIES to NULL when compiling from a VS.NET
21592         project/solution.
21593         * appdomain.h|domain.c: Removed inline from functions.
21594         * appdomain.c: Reduced warnings when compiling on windows.
21595         * icall.c: Fixed output_debug declaration to gunichar2*.
21596         * mono-config.c: Reduced warnings when compiling on windows.
21597         * rand.c: Added missing "windows.h". Added missing return value.
21598         * rawbuffer.c: Added missing winsock2.h for windows.
21599         * sysmath.h: Added mono-compiler.h header to allow/ease 
21600         compilation with non-GCC compilers.
21601         * threads.c: Fixed declarations to compile with VS.NET C compiler.
21602         Removed cast warnings.
21604         Adapted from the work of J Lothian (for VC6).
21606 2005-03-29  Zoltan Varga  <vargaz@freemail.hu>
21608         * assembly.c (mono_assembly_load_corlib): Do not try loading corlib
21609         from default_path.
21611 2005-03-27  Zoltan Varga  <vargaz@freemail.hu>
21613         * marshal.c (mono_marshal_get_managed_wrapper): Fix bogus assert on
21614         the 2.0 profile.
21616 2005-03-27  Raja R Harinath  <harinath@gmail.com>
21618         * Makefile.am (assembliesdir): Fix.  If it is arch-dependent it
21619         has to be in $(exec_prefix).  $(prefix) is for arch-independent
21620         stuff, and it would probably use $(prefix)/share rather than
21621         $(prefix)/lib.
21623 2005-03-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21625         * console-io.c: added 2 includes that might be missing.
21627 2005-03-24  Zoltan Varga  <vargaz@freemail.hu>
21629         * marshal.c (mono_marshal_get_managed_wrapper): Fix crashes in 2.0
21630         profile.
21632         * reflection.c (create_custom_attr): Allocate the params array using
21633         alloca so it gets GC tracking.
21635 2005-03-23  Chris Toshok  <toshok@ximian.com>
21637         * mono-debug-debugger.c (mono_debugger_runtime_invoke): comment
21638         out some spew.
21640 2005-03-24  Raja R Harinath  <rharinath@novell.com>
21642         * Makefile.am (assembly.lo, mono-config.lo): Rebuild when Makefile
21643         changes to pick up any changes in prefix, etc.
21645 2005-03-23  Zoltan Varga  <vargaz@freemail.hu>
21647         * marshal.c (mono_marshal_get_managed_wrapper): Remove fixme.
21648         
21649         * marshal.c (mono_marshal_get_managed_wrapper): Remove debugging output.
21650         * marshal.c (mono_marshal_get_managed_wrapper): Add support for the modopt(CallConvCdecl).
21652 2005-03-23  Zoltan Varga  <vargaz@freemail.hu>
21654         * class-internals.h object-internals.h class.c reflection.c: Extend the
21655         mono_lookup_dynamic_token () function to return the class of the
21656         token as well. 
21658         * class.c (mono_ldtoken): Handle MEMBERREFS in the dynamic case as
21659         well. Fixes #73848.
21661 2005-03-23  Sebastien Pouliot  <sebastien@ximian.com>
21663         * security-manager.c: Skip inheritance checks for intra-corlib
21664         class inheritance and method overrides. This skips a lot of checks
21665         and (anyway) permissions cannot work until corlib is loaded.
21667 2005-03-23  Martin Baulig  <martin@ximian.com>
21669         * marshal.c (mono_marshal_get_stfld_wrapper): Add support for
21670         MONO_TYPE_GENERICINST.  
21672 2005-03-23  Martin Baulig  <martin@ximian.com>
21674         * metadata.c (mono_type_to_unmanaged): Add MONO_TYPE_GENERICINST.
21676 Tue Mar 22 16:57:01 CET 2005 Paolo Molaro <lupus@ximian.com>
21678         * class.c: added locking comments to some functions.
21679         Cache the interface offsets arrays (saves about 20 KB
21680         of runtime memory in a typical app).
21681         Reduce the time overhead in mono_class_setup_supertypes ().
21683 Tue Mar 22 16:35:57 CET 2005 Paolo Molaro <lupus@ximian.com>
21685         * icall.c: speedup and fix leaks in GetMethodsByName and
21686         GetPropertiesByName.
21688 Tue Mar 22 16:34:29 CET 2005 Paolo Molaro <lupus@ximian.com>
21690         * reflection.c: some locking fixes.
21692 Tue Mar 22 15:13:54 CET 2005 Paolo Molaro <lupus@ximian.com>
21694         * metadata.c: added missing break in case statement.
21696 2005-03-22  Zoltan Varga  <vargaz@freemail.hu>
21698         * marshal.c (mono_marshal_get_runtime_invoke): Add support for
21699         typedbyref return values. Fixes #73941.
21701 2005-03-17  Sebastien Pouliot  <sebastien@ximian.com>
21703         * security-manager.c|h: Added demandunmanaged method and 
21704         suppressunmanagedcodesecurity class to MonoSecurityManager.
21705         Renamed aptc class to allowpartiallytrustedcallers.
21707 2005-03-17  Martin Baulig  <martin@ximian.com>
21709         * class.c (inflate_generic_type): Add MONO_TYPE_ARRAY.
21711 2005-03-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21713         * file-io.c: disabled file async. IO using aio_*. It uses the
21714         threadpool now. Workaround for bug #73718.
21716 Wed Mar 16 18:08:00 CET 2005 Paolo Molaro <lupus@ximian.com>
21718         * assembly.h, mono-config.c: added code to deal with bundled configs
21719         for bundled assemblies.
21721 Wed Mar 16 16:34:38 CET 2005 Paolo Molaro <lupus@ximian.com>
21723         * *.c, private.h: cleanup, removing old private.h header file.
21725 2005-03-16  Zoltan Varga  <vargaz@freemail.hu>
21727         * reflection.c (mono_image_get_method_info): Encode best_fit_mapping
21728         and throw_on_unmappable_char attributes.
21730 2005-03-13  Sebastien Pouliot  <sebastien@ximian.com>
21732         * process.c: Fix buffer length in ves_icall_System_Diagnostics_Process
21733         _ProcessName_internal.
21735 2005-03-13  Zoltan Varga  <vargaz@freemail.hu>
21737         * object.c (mono_array_new_full): Fix aligning of array size. Fixes
21738         #73631.
21740         * icall.c threads.c threads-types.h: Remove slothash icalls as they
21741         are no longer used.
21743 2005-03-11  Zoltan Varga  <vargaz@freemail.hu>
21745         * object.c (compute_class_bitmap): Add support for generics. Fixes
21746         #73527.
21748 2005-03-10  Zoltan Varga  <vargaz@freemail.hu>
21750         * reflection.c (mono_reflection_create_runtime_class): Fix 2.0 build.
21752 2005-03-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21754         * filewatcher.c: commented out the code for windows watcher, as we don't
21755         use it (we use the managed implementation instead).
21757 2005-03-10  Zoltan Varga  <vargaz@freemail.hu>
21759         * object-internals.h (MonoThread): Remove 'unused1' field.
21761         * appdomain.c: Bump corlib version.
21763         * marshal.c: Remove calls to Reset/RestoreDataStoreStatus ().
21765         * reflection.c (mono_reflection_create_runtime_class): Remove the
21766         AssemblyBuilder.Save optimization since it causes too many problems.
21768 2005-03-10  Sebastien Pouliot  <sebastien@ximian.com>
21770         * exception.c|h: Added mono_get_exception_reflection_type_load to
21771         create a ReflectionTypeLoadException object.
21772         * icall.c: Updated ves_icall_System_Reflection_Assembly_InternalGetType
21773         to return NULL is a InheritanceDemand fails during reflection. Updated
21774         ves_icall_System_Reflection_Assembly_GetTypes to throw a 
21775         ReflectionTypeLoadException if an InheritanceDemand fails during 
21776         reflection. Added icall mapping for GetLinkDemandSecurity.
21777         * security-manager.c|h: Added ves_icall_System_Security_
21778         SecurityManager_GetLinkDemandSecurity internal call to return the
21779         class and methods permissions set for a LinkDemand. Removed unused
21780         fields in MonoSecurityManager.
21782 2005-03-10  Martin Baulig  <martin@ximian.com>
21784         * class.c (mono_bounded_array_class_get): Initialize `eclass' if
21785         it's a generic instance.
21787 2005-03-09  Zoltan Varga  <vargaz@freemail.hu>
21789         * reflection.c (mono_get_object_from_blob): Applied patch from
21790         Ankit Jain (radical@gmail.com). Fix enum default values. Fixes #73457.
21792         * class.c (mono_class_is_assignable_from): Another try at fixing 
21793         #73469 without breaking anything.
21795 2005-03-08  Zoltan Varga  <vargaz@freemail.hu>
21797         * class.c: (mono_class_is_assignable_from): Revert the last changes
21798         since they don't work with generics.
21799         
21800         * class.c (mono_class_is_assignable_from): Fix build bustage.
21802         * class.c (mono_class_is_assignable_from): If oklass is dynamic, call
21803         the managed IsAssignableFrom method. Fixes #73469.
21805         * reflection.c (mono_reflection_call_is_assignable_from): New helper
21806         function.
21808 2005-03-04  Zoltan Varga  <vargaz@freemail.hu>
21810         * object.c (mono_load_remote_field_new): Fix returning uninitialized
21811         memory when the remoting callback does not sets the out arguments.
21812         Fixes #73007.
21814         * marshal.c (mono_delegate_free_ftnptr): Remove debug array checked in
21815         by mistake.
21817         * string-icalls.c: Return String.Empty where needed. Fixes #73310.
21819         * object-internals.h (MonoStackFrame): Sync with managed object layout.
21821         * appdomain.c: Bump corlib version.
21823 2005-03-03  Zoltan Varga  <vargaz@freemail.hu>
21825         * gc-internal.h boehm-gc.c null-gc.c: Add mono_gc_is_gc_thread () API
21826         function.
21828         * threads.c (mono_thread_attach): Detect threads which are not started
21829         by the GC pthread wrappers.
21831 2005-03-03  Sebastien Pouliot  <sebastien@ximian.com>
21833         * icall.c: Added new icall for RNG.
21834         * rand.c|h: Added new icall to open the RNG. This allows to share a 
21835         single handle on Linux to access /dev/urandom and fix #73183.
21837 Thu Mar 3 17:53:17 CET 2005 Paolo Molaro <lupus@ximian.com>
21839         * object.c: setting the new vtable in a transparent proxy object must
21840         not change the GC descriptor.
21842 Thu Mar 3 12:11:46 CET 2005 Paolo Molaro <lupus@ximian.com>
21844         * object.c: fixed compilation without GCJ support.
21845         * reflection.c: for runtime-created types ensure klass->has_references
21846         is correct (bug #73215).
21848 2005-03-02  Martin Baulig  <martin@ximian.com>
21850         * class.c (mono_class_is_assignable_from): Make this work if
21851         `oklass' is a generic instance; fixes #72831.
21853 2005-03-01  Zoltan Varga  <vargaz@freemail.hu>
21855         * marshal.c (mono_marshal_get_managed_wrapper): Fix handling of methods
21856         with hasthis set.
21857         
21858         * marshal.c (emit_marshal_array): Emit native->managed marshalling of blittable arrays.
21860         * marshal.c: Reorganize native->managed marshalling code to also use
21861         the emit_marshal_... functions.
21863 Tue Mar 1 16:16:42 CET 2005 Paolo Molaro <lupus@ximian.com>
21865         * object.c: typed allocs have issues with bitmap sizes > 30,
21866         so check for max_set >= 30.
21868 2005-03-01  Zoltan Varga  <vargaz@freemail.hu>
21870         * marshal.c (emit_marshal_array): Implement marshalling of arrays to
21871         managed code. Fixes #73012.
21873         * metadata.h (MonoMarshalSpec): Add elem_mult field.
21875         * metadata.c reflection.c: Load/Emit elem_mult as well.
21876         
21877         * metadata.h (MonoMarshalSpec): Add comment.
21879         * metadata.h: Add MONO_MARSHAL_CONV_LPTSTR_STR.
21881         * metadata.c (mono_metadata_parse_marshal_spec): Set param_num and
21882         num_elem to -1 if not given.
21884         * object-internals.h (MonoReflectionMarshal): Add has_size field.
21886         * reflection.c (encode_marshal_blob): Differentiate between 0 and not
21887         given values.
21889 2005-03-01  Marek Safar  <marek.safar@seznam.cz>
21891         * null-gc.c (mono_gc_free_fixed): Was not compilable.
21893 2005-02-28  Zoltan Varga  <vargaz@freemail.hu>
21895         * reflection.c (encode_marshal_blob): Encode param_num field as well.
21897         * object-internals.h (MonoReflectionMarshal): Add param_num field.
21899 Mon Feb 28 11:59:42 CET 2005 Paolo Molaro <lupus@ximian.com>
21901         * object.c: generalized the reference bitmap creation
21902         and added hooks for the new GC.
21903         * class-internals.c: removed the gc_bitmap field from MonoClass.
21905 Sat Feb 26 16:06:59 CET 2005 Paolo Molaro <lupus@ximian.com>
21907         * domain.c: help the compiler to produce better code
21908         in mono_jit_info_table_find ().
21910 Fri Feb 25 16:50:14 CET 2005 Paolo Molaro <lupus@ximian.com>
21912         * object.c: make all allocations look typed.
21914 Fri Feb 25 16:18:59 CET 2005 Paolo Molaro <lupus@ximian.com>
21916         * socket-io.c: load Mono.Posix if it's not loaded already
21917         (fixes bug#73033).
21919 2005-02-24  Martin Baulig  <martin@ximian.com>
21921         * class.c (dup_type): Correctly duplicate MONO_TYPE_PTR.
21922         * reflection.c (dup_type): Likewise.
21924 2005-02-24  Zoltan Varga  <vargaz@freemail.hu>
21926         * gc.c (run_finalize): Set the domain for finalizing delegates as well.
21927         Thanks to Willibald Krenn and Scott Mohekey for tracking this down.
21929 Thu Feb 24 15:19:35 CET 2005 Paolo Molaro <lupus@ximian.com>
21931         * domain.c, threads.c, object-internals.h: make the critical thread
21932         local vars use the fast access mode (even when we're compiled in
21933         a lib). Provide accessors to be used by the jit during codegen.
21935 2005-02-24  Carlos Alberto Cortez <calberto.cortez@gmail.com>
21937         * appdomain.c: Changed hook functios behavior to include
21938         support for the reflection only assemblies. Some icalls were changed
21939         to support the mentioned assemblies too. Signatures of static methods
21940         try_assembly_resolve and real_load now have an additional parameter:
21941         refonly.
21943         * assembly.c: General changes to mono_assembly_ methods to support
21944         reflection only api. Functions mono_assembly_open, mono_assembly_load,
21945         mono_assembly_load_from and mono_assembly_loaded have got a '_full'
21946         suffix, to support an additional gbool parameter to specify whether
21947         the assembli is reflection only or not. Created some new hook functions 
21948         to add support for reflection only assemblies. Signatures of static 
21949         methods load_in_path, search_loaded, and mono_assembly_load_from_gac 
21950         have now an additional parameter: refonly.
21952         * metadata-internals.h: MonoAssembly now has a gbool ref_only flag,
21953         indicating whether the assembly is reflection only or not.
21955         * exception.c: Add mono_get_exception_invalid_operation.
21957         * icall.c: Throw an InvalidOperationException when trying to invoke
21958         a property/method/event, or trying to set/get the value of a field.
21959         Also add an icall to retrieve the ref_only flag to the
21960         MonoReflectionAssembly.
21962 2005-02-23  Chris Toshok  <toshok@ximian.com>
21964         Part of fix for #72827.
21965         * mono-debug.c (mono_debug_add_method): add lexical block data to
21966         the info we write.  Kind of a hack at the moment - we copy the
21967         lexical block info from the MonoDebugMethodInfo to the
21968         MonoDebugMethodJitInfo here, before writing it.
21969         (mono_debug_read_method): read the lexical block info.
21971         * mono-debug.h (_MonoDebugMethodJitInfo): add lexical block slots.
21973         * debug-mono-symfile.h: add lexical block support.
21975         * debug-mono-symfile.c (mono_debug_find_method): add lexical block
21976         support.
21978 2005-02-23  Zoltan Varga  <vargaz@freemail.hu>
21980         * loader.c (mono_lookup_pinvoke_call): Fix warning.
21982         * object.c (mono_runtime_free_method): Call mono_free_method () and
21983         put the TODOs there.
21985         * loader.c (mono_free_method): Free up most memory allocated for 
21986         dynamic methods.
21988 Wed Feb 23 18:54:26 CET 2005 Paolo Molaro <lupus@ximian.com>
21990         * reflection.c: properly flag a Type argument to a
21991         named custom attr value (bug #72248).
21993 Wed Feb 23 18:32:35 CET 2005 Paolo Molaro <lupus@ximian.com>
21995         * reflection.c: reduce code duplication in named custom
21996         attribute encoding.
21998 Wed Feb 23 17:23:52 CET 2005 Paolo Molaro <lupus@ximian.com>
22000         * reflection.c: properly encode custom attrs of type object
22001         (bug #72649).
22003 2005-02-23  Zoltan Varga  <vargaz@freemail.hu>
22005         * marshal.c (mono_delegate_free_ftnptr): Make this thread safe.
22007 Tue Feb 22 21:54:47 CET 2005 Paolo Molaro <lupus@ximian.com>
22009         * socket-io.c: load System.dll if it's not loaded already
22010         (bug #72850 and #70477).
22012 2005-02-21  Martin Baulig  <martin@ximian.com>
22014         * marshal.c (mono_marshal_get_runtime_invoke): Add support for
22015         generic instances.
22017 2005-02-21  Martin Baulig  <martin@ximian.com>
22019         * reflection.c (mono_image_build_metadata): We also need to
22020         "fixup" the MethodImpl table after we computed the final method
22021         indices.  Call fixup_methodimpl() to do that.
22022         (fixup_methodimpl): New private method.
22024 Mon Feb 21 16:17:14 CET 2005 Paolo Molaro <lupus@ximian.com>
22026         * assembly.c: special case mscorlib.dll (bug#72536),
22027         patch from Carlos Alberto Cortez.
22029 2005-02-20  Zoltan Varga  <vargaz@freemail.hu>
22031         * threads-types.h threads.c: Fix build bustage.
22033         * threads.c: Use a union for long<->double conversions.
22035         * threads-types.h threads.c icall.c: Implement the net 2.0 interlocked
22036         functions based on a patch by Luca Barbieri (luca.barbieri@gmail.com).
22038         * marshal.c (emit_thread_interrupt_checkpoint_call): Mark the bblock 
22039         containing the checkpoint call with NOT_TAKEN.
22040         
22041         * marshal.c (mono_marshal_get_managed_wrapper): Emit interrupt 
22042         checkpoint before pushing the arguments, so they won't have to be
22043         spilled to stack.
22045 Sat Feb 19 15:19:46 CET 2005 Paolo Molaro <lupus@ximian.com>
22047         * domain.c, assembly.c, domain-internals.h: make some data
22048         const and relocation-free.
22050 Sat Feb 19 11:12:34 CET 2005 Paolo Molaro <lupus@ximian.com>
22052         * object.c, appdomain.c, class-internals.h: introduce the
22053         MonoClassRuntimeInfo structure to hold the info needed to
22054         use a class at runtime. Made mono_class_vtable() lock-free
22055         for all the appdomains.
22057 Sat Feb 19 11:11:12 CET 2005 Paolo Molaro <lupus@ximian.com>
22059         * metadata-internals.h, image.c: introduce a per-image mempool to
22060         be used for memory that has the same lifetime as the image.
22062 2005-02-18  Lluis Sanchez Gual  <lluis@novell.com>
22064         * domain.c: In mono_init_internal(), instead of selecting the first
22065         runtime version supported by an executable, get a list of all
22066         supported versions and select the one for which an mscorlib exists
22067         (since even if the runtime supports a given version, it doesn't mean
22068         that the framework for that version is installed).
22069         Modified get_runtimes_from_exe to support this behavior.
22070         In supported_runtimes, added information about additional system
22071         assembly versions.
22072         
22073         * assembly.c: Added support for more than one system assembly version
22074         per runtime version. Updated the assembly list.
22075         In mono_assembly_remap_version, removed the initial version check,
22076         since we don't know to which version we need to compare until we
22077         get the version set on which the assembly is based.
22078         Moved the code for loading corlib into the new method
22079         mono_assembly_load_corlib(), so it can be used by the initialization
22080         code.
22081         
22082         * domain-internals.h: Updated data structures and added declaration
22083         for mono_assembly_load_corlib.
22085 2005-02-17  Zoltan Varga  <vargaz@freemail.hu>
22087         * reflection.c (resolve_object): Fix the creation of the signature in 
22088         the SignatureHelper case.
22090         * assembly.c (mono_assembly_remap_version): Fix binary search.
22091         
22092 2005-02-17  Sebastien Pouliot  <sebastien@ximian.com>
22094         * class.c: Added inheritance check when a method is overloaded (from a
22095         virtual method or when implementing an interface) and when a class is
22096         inherited. Added functions to set a failure for a class and to 
22097         retreive the exception from a failure.
22098         * class-internals.h: Added fields to MonoClass to keep the exception
22099         information status for inheritance (or other exceptions) to be thrown
22100         later (i.e. not at load time).
22101         * object.c: Throw the inheritance SecurityException when a type is to 
22102         be created with either class or method inheritance violations.
22103         * reflection.c|h: Fix when getting declsec from a class. Removed 
22104         unrequired code for class. Improved sanity in parameter naming.
22105         * security-manager.c|h: Added functions to check for class and method
22106         inheritance.
22108 2005-02-17  Zoltan Varga  <vargaz@freemail.hu>
22110         * reflection.c (mono_reflection_create_runtime_class): Set has_cctor
22111         and has_finalize in dynamic types as well.
22113 2005-02-17  Atsushi Enomoto  <atsushi@ximian.com>
22115         * culture-info-table.h : fixed currency format for en-GB (and so on).
22117 Wed Feb 16 16:28:15 CET 2005 Paolo Molaro <lupus@ximian.com>
22119         * gc.c: ensure the GC handles never have 0 as a value.
22121 2005-02-16  Zoltan Varga  <vargaz@freemail.hu>
22123         * marshal.c (emit_marshal_ptr): Raise an exception if trying to pass
22124         a pointer to a struct to unmanaged code. Fixes #72625.
22126 2005-02-16  Martin Baulig  <martin@ximian.com>
22128         * mono-debug.c (mono_debug_open_image): Ignore dynamic images.
22130 2005-02-16  Zoltan Varga  <vargaz@freemail.hu>
22132         * marshal.c (emit_marshal_array): Only marshal unicode char arrays as [Out].
22134 2005-02-15  Zoltan Varga  <vargaz@freemail.hu>
22136         * loader.c (mono_lookup_pinvoke_call): Fix stdcall name mangling.
22138         * marshal.c (mono_ftnptr_to_delegate): If the delegate has the 
22139         UnmanagedFunctionPointerAttribute, use it for determining calling convention
22140         etc. Fixes #71471.
22142         * reflection.c (mono_custom_attrs_get_attr): New helper function.
22144         * object-internals.h: Add MonoReflectionUnmanagedFunctionPointerAttribute.
22146 Tue Feb 15 18:03:41 CET 2005 Paolo Molaro <lupus@ximian.com>
22148         * domain.c, appdomain.c, appdomain.h, object-internals.h, object.h:
22149         changes to make the current context a field in MonoThread.
22151 2005-02-15  Zoltan Varga  <vargaz@freemail.hu>
22153         * marshal.c (mono_marshal_get_native_wrapper): Fix a crash caused by
22154         the last change.
22155         
22156         * marshal.c (mono_marshal_emit_native_wrapper): New helper function
22157         extracted from mono_marshal_get_native_wrapper.
22159         * marshal.c (mono_marshal_get_native_func_wrapper): New helper function
22160         to create wrappers around native functions.
22162         * marshal.c (mono_ftnptr_to_delegate): Add support for creating 
22163         delegates for arbitrary function pointers. Fixes #71472.
22165 Tue Feb 15 11:01:09 CET 2005 Paolo Molaro <lupus@ximian.com>
22167         * threads.c: cleaned up the code a little.
22169 2005-02-15  Martin Baulig  <martin@ximian.com>
22171         * mono-debug.h (MonoSymbolTable): Allow variable-length chunks in
22172         the data table.
22174         * mono-debug.c (DATA_TABLE_CHUNK_SIZE): Set to 32768; we may now
22175         allocate larger chunks if needed.
22177 2005-02-14  Zoltan Varga  <vargaz@freemail.hu>
22179         * threads.c (start_wrapper): Remove #ifdef PLATFORM_WIN32 probably left
22180         in by mistake.
22182 Mon Feb 14 16:48:24 CET 2005 Paolo Molaro <lupus@ximian.com>
22184         * domain.c: keep the domains in an array and ensure the domain ids
22185         are kept small, so they can be used as indexes to domain-specific data
22186         with a small memory overhead.
22188 2005-02-14  Zoltan Varga  <vargaz@freemail.hu>
22190         * icall.c: Handle byref types in Type icalls. Fixes #72544.
22192 Mon Feb 14 15:39:56 CET 2005 Paolo Molaro <lupus@ximian.com>
22194         * Makefile.am: remove libmetadata: we build just libmonoruntime now.
22196 2005-02-13  Zoltan Varga  <vargaz@freemail.hu>
22198         * tabledefs.h (MANIFEST_RESOURCE_VISIBILITY_MASK): Add flags for ManifestResource.
22200         * loader.c (mono_lookup_pinvoke_call): Correct the search order used for different CharSet
22201         values.
22203         * marshal.c (mono_marshal_get_string_encoding): CHAR_SET_AUTO means Unicode on windows.
22204         
22205 2005-02-12  Ben Maurer  <bmaurer@ximian.com>
22207         * domain-internals.h: add the hashtable here.
22209         * class-internals.h: Remove `info' from MonoMethod
22211         * domain.c: Add a new hashtable, jit_trampoline_hash
22213 Fri Feb 11 17:11:20 CET 2005 Paolo Molaro <lupus@ximian.com>
22215         * object.c: don't set the value of static fields
22216         (fixes bug#72494).
22218 2005-02-11  Martin Baulig  <martin@ximian.com>
22220         * mono-debug.c (DATA_TABLE_CHUNK_SIZE): Increase to 131072.
22221         (mono_debug_add_method): Silently ignore the method if it's too big.
22222         (mono_debug_add_type): Likewise.
22224 Fri Feb 11 16:22:10 CET 2005 Paolo Molaro <lupus@ximian.com>
22226         * threads.c, appdomain.c: remove #ifdefs from the code.
22228 2005-02-10  Sebastien Pouliot  <sebastien@ximian.com>
22230         * metadata-internals.h: Added flags to MonoAssembly to cache the most
22231         common security informations. This allows us to stay in unmanaged code
22232         when doing LinkDemand and it's special cases (except for the first 
22233         time for initialization). The flags a very much used with --security.
22234         * reflection.c|h: Added code to get declarative security attributes 
22235         for LinkDemand and InheritanceDemand. This required to refactor the
22236         existing code for Demand.
22237         * security-manager.c|h: Added new method fields for the special cases
22238         of LinkDemand.
22240 2005-02-10  Martin Baulig  <martin@ximian.com>
22242         * icall.c (ves_icall_MonoDebugger_MakeArrayType): New interncall.
22243         (ves_icall_MonoDebugger_GetTypeToken): New interncall.
22245 2005-02-10  Martin Baulig  <martin@ximian.com>
22247         * mono-debug.c, mono-debug-debugger.c: Completely reworked the
22248         debugging code; this is almost a complete rewrite.
22250         * icall.c (ves_icall_MonoDebugger_GetMethodIndex): New interncall.
22252 Thu Feb 10 15:19:01 CET 2005 Paolo Molaro <lupus@ximian.com>
22254         * domain.c, object.h: expose mono_string_equal () and 
22255         mono_string_hash ().
22256         * icall.c, string-icalls.c: remove the string.GetHashCode () icall,
22257         it's implemented in managed code.
22259 Thu Feb 10 15:03:46 CET 2005 Paolo Molaro <lupus@ximian.com>
22261         * icall.c, gc.c, gc-internal.h: make sure gchandles can't be used
22262         lo leak objects between appdomains.
22264 Thu Feb 10 14:25:00 CET 2005 Paolo Molaro <lupus@ximian.com>
22266         * assembly.c: old compilers compilation fix from 
22267         robertj@gmx.net (Robert Jordan).
22269 2005-02-09  Ben Maurer  <bmaurer@ximian.com>
22271         * class-internals.h: Little reminder for the future.
22273         * debug-helpers.c: Fix up wrapper_type_names
22275 Wed Feb 9 19:34:29 CET 2005 Paolo Molaro <lupus@ximian.com>
22277         * image.c, metadata-internals.h: when loading an image from a file,
22278         mmap all of it and use the same codepaths as when using a
22279         in-memory image: the code is simpler and we use less memory
22280         (both writable and readonly).
22282 Wed Feb 9 18:32:51 CET 2005 Paolo Molaro <lupus@ximian.com>
22284         * gc-internal.h, null-gc.c, boehm-gc.c: added functions to the GC
22285         API to alloc runtime data structures that need to be tracked by the
22286         GC and contain pointers.
22287         * appdomain.c, threads.c, object.c, gc.c: use the above changes to
22288         make the code more readable and eventually use a different GC.
22290 2005-02-09  Zoltan Varga  <vargaz@freemail.hu>
22292         * marshal.c (emit_marshal_vtype): Don't do managed->native conversion
22293         for out arguments.
22294         
22295 2005-02-09  Lluis Sanchez Gual  <lluis@novell.com>
22297         * object.c: In release_type_locks(), don't release the cctor lock
22298         if it has already been released. This fixes a crash in the
22299         thread5 test.
22301 Tue Feb 8 19:02:59 CET 2005 Paolo Molaro <lupus@ximian.com>
22303         * gc.c, marshal.c, icall.c: register a delegate for finalization
22304         only when the native function pointer has been allocated for it.
22306 Tue Feb 8 18:12:27 CET 2005 Paolo Molaro <lupus@ximian.com>
22308         * object.c: cleaned up some code, allocate objects that are
22309         pointer free with the atomic malloc variant. Allocate memory
22310         for static data from the mempool if it's pointer-free.
22311         Allocate the bounds array at the end of the array data, when needed.
22312         * object-internals.h, object.h: move a private function in a private
22313         header.
22314         * class.c: handle missing case in tracking references in fields.
22316 Tue Feb 8 18:04:51 CET 2005 Paolo Molaro <lupus@ximian.com>
22318         * class.c, class-internals.h: keep track if a type has
22319         reference fields in either the instance or static fields.
22321 2005-02-07  Lluis Sanchez Gual  <lluis@novell.com>
22323         * domain.c, domain-internals.h: Moved RuntimeInfo to domain-internals.h,
22324         and renamed to MonoRuntimeInfo. Added fields to store the expected
22325         framework assembly version. Changed mono_get_framework_version and
22326         mono_get_runtime_version for a single mono_get_runtime_info method.
22327         
22328         * assembly.c: Added method to remap system assembly versions to the
22329         current executing runtime version. Removed old mapping code.
22330         Remap assembly versions in mono_assembly_load and mono_assembly_loaded.
22331         
22332         * icall.c, reflection.c: Track api changes.
22334 2005-02-06  Miguel de Icaza  <miguel@novell.com>
22336         * loader.c (method_from_memberref): Improve error reporting,
22337         produce the class name instead of the typeref/typedef index. 
22339 2005-02-07  Zoltan Varga  <vargaz@freemail.hu>
22341         * marshal.c (mono_marshal_get_stfld_remote_wrapper): Fix wrapper type.
22343 2005-02-05  Zoltan Varga  <vargaz@freemail.hu>
22345         * loader.c (mono_lookup_pinvoke_call): Allow for combination of
22346         stdcall and charset name mangling.  Reorganize the code and add
22347         some tracing stuff.
22349 2005-02-05  Ben Maurer  <bmaurer@ximian.com>
22351         * monodiet.c: More iters!
22353         * marshal.c: Iter usage.
22355         * icall.c: Iter usage.
22357         * object.c: Use iters.
22359         * debug-helpers.c: More iters
22361 2005-02-05  Zoltan Varga  <vargaz@freemail.hu>
22363         * loader.c (mono_lookup_pinvoke_call): Add brute-force checking for mangled function names
22364         under win32.
22366 2005-02-05  Ben Maurer  <bmaurer@ximian.com>
22368         * mono-debug-debugger.c: use iters
22370         * class.c, class-internals.h: mono_class_setup_events is static
22371         now
22373         * All callers: use iters
22375 2005-02-05  Zoltan Varga  <vargaz@freemail.hu>
22377         * class.c string-icalls.c marshal.c reflection.c: Applied patch from
22378         Robert Jordan (robertj@gmx.net). Fix compilation errors under gcc-2.95.
22380 2005-02-04  Zoltan Varga  <vargaz@freemail.hu>
22382         * object.c (mono_class_proxy_vtable): Add missing _setup () calls.
22384         * marshal.h: Add prototypes for ldfld/stfld_remote.
22386         * appdomain.c (mono_domain_fire_assembly_load): Handle the case when
22387         this is called during startup.
22388         
22389 Fri Feb 4 20:27:58 CET 2005 Paolo Molaro <lupus@ximian.com>
22391         * appdomain.c, monitor.c, monitor.h, threads-types.h: made the
22392         MonoThreadsSync struct private in monitor.c. Changed the way
22393         MonoThreadsSync is allocated so it's faster and there is no
22394         need to keep track of it with a finalizer and it uses less memory.
22395         This also finally allows us to allocate mono objects as ptrfree when
22396         there are no reference fields.
22398 Fri Feb 4 20:24:03 CET 2005 Paolo Molaro <lupus@ximian.com>
22400         * gc.c, null-gc.c, boehm-gc.c, gc-internal.h: added functions to deal with
22401         disappearing link to the GC interface and use them to simplify
22402         the gchandles code.
22404 2005-02-04  Zoltan Varga  <vargaz@freemail.hu>
22406         * class-internals.h marshal.c: Add two new wrappers, ldfld_remote and
22407         stfld_remote which call mono_load/store_field_new. This allows methods
22408         calling ldfld/stfld wrappers to be AOTed.
22410         * console-io.c: Include sys/filio.h under solaris.
22411         
22412         * console-io.c: Include curses.h if needed correctly.
22414 2005-02-03  Zoltan Varga  <vargaz@freemail.hu>
22415         
22416         * icall.c (ves_icall_MonoMethod_get_base_definition): Initialize
22417         method->klass as well.
22419         * class-internals.h (MonoCachedClassInfo): Add 'finalize_image' field.
22421         * class.c (mono_class_init): Switch on lazy initialization of 
22422         methods.
22424         * class.c (mono_class_get_finalizer): Handle the case when the 
22425         finalizer is inherited.
22427 2005-02-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
22429         * console-io.c: <curses.h> is needed by term.h on solaris.
22431 2005-02-03  Ben Maurer  <bmaurer@ximian.com>
22433         * icall.c, class-internals.h, monodiet.c, class.c: Remove
22434         mono_class_setup_properties where possible. Remove this ftn from
22435         the header file, and make it static.
22437 2005-02-03  Zoltan Varga  <vargaz@freemail.hu>
22439         * loader.c: Add missing setup_... call.
22441         * class.c: Add missing setup_... calls.
22443         * class.c (mono_class_init): Switch on lazy initialization of 
22444         the generic vtable.
22445         
22446         * class.c (mono_class_init): Fix generics broken by the recent changes.
22448         * monodiet.c (handle_type): Add missing setup_... calls.
22450         * class.c: Back out garbage in previous patch.
22451         
22452         * class.c: Add missing setup_... calls.
22454         * class.c (mono_class_get_method_from_name_flags): Avoid calling
22455         mono_class_setup_methods () if possible.
22457         * class-internals.h (MonoClass): Add 'has_cctor' flag.
22459         * class-internals.h (MonoCachedClassInfo): New structure.
22461         * class.c: Initialize properties and events fields of MonoClass lazily.
22463         * class.c: Add infrastructure for lazily initializing the methods and
22464         vtable fields of MonoClass. Not yet used.
22466         * class.c (mono_class_get_finalizer): New helper function.
22468         * class.c: Add infrastructure for loading some class related data from
22469         an AOT file.
22471         * object.c: Add infrastructure for initializing the vtable from data
22472         in the AOT file.
22474         * gc.c (run_finalize): Use mono_class_get_finalizer ().
22476         * class.c loader.c object.c icall.c gc.c reflection.c: Call the
22477         appropriate initialization function before accessing parts of the
22478         MonoClass structure.
22480         * marshal.c: Fix warnings.
22481         
22482         * marshal.c (emit_marshal_array): Add missing 'break'. Fixes #72169.
22484         * mono-debug-debugger.c (get_exception_message): Use 
22485         mono_class_get_method_from_name_flags ().
22487 2005-02-02  Ben Maurer  <bmaurer@ximian.com>
22489         * reflection.c, appdomain.c: Replace a few manual searches that
22490         Zoltan missed. (Paolo approved this part of my initial patch).
22492 Wed Feb 2 16:32:08 CET 2005 Paolo Molaro <lupus@ximian.com>
22494         * profiler.c: disable recording statistical events at report time.
22496 Wed Feb 2 14:14:00 CET 2005 Paolo Molaro <lupus@ximian.com>
22498         * icall.c: patch from Geoff Norton <gnorton@customerdna.com>
22499         to byteswap arrays of enum values, too (bug #72080).
22501 2005-02-02  Zoltan Varga  <vargaz@freemail.hu>
22503         * appdomain.c (set_domain_search_path): Allow this to be called if
22504         domain->setup is not yet set.
22506         * loader.c (mono_method_get_index): New helper function.
22508         * loader.c reflection.c: Use mono_method_get_index ().
22510         * class.c (mono_class_get_method_from_name_flags): New helper method.
22512         * debug-helpers.h debug-helpers.c (mono_find_method_by_name): Remove
22513         this.
22515         * class.c (mono_class_get_cctor): New helper method.
22517         * string-icalls.c object.c class.c marshal.c reflection.c: Use
22518         mono_class_get_method () to look up methods.
22520 2005-02-01  Miguel de Icaza  <miguel@novell.com>
22522         * console-io.c: Fix the build, this should work on Windows.
22524 2005-01-31  Ben Maurer  <bmaurer@ximian.com>
22526         * marshal.c (mono_marshal_xdomain_copy_out_value): cached_str must
22527         be set to null to keep things valid
22529 2005-01-31 Gonzalo Paniagua Javier <gonzalo@ximian.com>
22531         * icall.c: added Console 2.0 icalls.
22532         * Makefile.am: added console-io.[ch]
22533         * console-io.[ch]: internal calls for Console 2.0 API.
22535 Mon Jan 31 19:01:29 CET 2005 Paolo Molaro <lupus@ximian.com>
22537         * class.c: make sure we consider all the interfaces
22538         when calculating max_interface_id (bug found by
22539         Jeroen Frijters running ikvm).
22541 2005-01-31  Zoltan Varga  <vargaz@freemail.hu>
22543         * icall.c (ves_icall_FieldInfo_SetValueInternal): Handle setting of
22544         valuetype fields to null.
22546         * object.c (set_value): Ditto. Fixes #71669.    
22548 2005-01-31  Martin Baulig  <martin@ximian.com>
22550         * metadata.c (mono_metadata_has_generic_params): New public
22551         function; checks whether something is a generic method.
22553 Sun Jan 30 20:19:48 CET 2005 Paolo Molaro <lupus@ximian.com>
22555         * appdomain.c: fix infinite recursion when adding assemblies.
22557 2005-01-30  Sebastien Pouliot  <sebastien@ximian.com>
22559         * object.c: Fix small typo to return all items for Environment.
22560         GetCommandLineArgs.
22562 Sun Jan 30 16:49:01 CET 2005 Paolo Molaro <lupus@ximian.com>
22564         * domain.c, appdomain.c, assembly.c, image.c, domain-internals.h,
22565         reflection.c: more domain and assembly-unload related fixes
22566         and memory leaks plugs.
22568 2005-01-30  Zoltan Varga  <vargaz@freemail.hu>
22570         * 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.
22572 2005-01-29  Ben Maurer  <bmaurer@ximian.com>
22574         * loader.c (mono_method_signature): Make this method lazy
22575         (mono_get_method_from_token): Don't computate the signature here.
22577         Doing this saves quite a bit of memory. I got 90 kb on starting up
22578         monodoc. It should also save some disk reads on startup.
22580         * *: MonoMethod->signature might be NULL now. You *MUST* use
22581         mono_method_signature.
22583 2005-01-29  Zoltan Varga  <vargaz@freemail.hu>
22585         * object.c (mono_runtime_get_main_args): Return an array from the
22586         current domain here. Fixes #71938.
22588 Sat Jan 29 15:59:05 CET 2005 Paolo Molaro <lupus@ximian.com>
22590         * monitor.c: formatting changes to comply with the
22591         mono coding style and remove #ifdefs from the code.
22593 Sat Jan 29 15:18:54 CET 2005 Paolo Molaro <lupus@ximian.com>
22595         * metadata.c, private.h: remove some unneeded data
22596         and use a more compact representation for table schemas.
22598 Fri Jan 28 18:23:44 CET 2005 Paolo Molaro <lupus@ximian.com>
22600         * metadata.c, metadata-internals.h: add mono_aligned_addr_hash()
22601         to get a better distribution in hash tables.
22602         * *.c: use mono_aligned_addr_hash() where appropriate.
22603         * assembly.c: make var static.
22605 2005-01-28  Zoltan Varga  <vargaz@freemail.hu>
22607         * domain-internals.h: Put MonoJitInfo on a diet.
22609         * domain.c: Fix a warning.
22611 Wed Jan 26 22:20:46 CET 2005 Paolo Molaro <lupus@ximian.com>
22613         * gc.c: rework the gc handles code to reuse handles
22614         when freed.
22616 Wed Jan 26 17:34:09 CET 2005 Paolo Molaro <lupus@ximian.com>
22618         * domain.c: fixed long standing bug in mono_string_equal() which
22619         was brought to light with the ldstr changes.
22621 2005-01-26  Sebastien Pouliot  <sebastien@ximian.com>
22623         * reflection.c: Remove warning by adding missing include for marshal.h
22625 Tue Jan 25 18:06:00 CET 2005 Paolo Molaro <lupus@ximian.com>
22627         * domain.c, object.c: change the ldstr_table to hold
22628         MonoString* as keys: makes the runtime isinterned lookup
22629         faster and simplifies memory management.
22631 2005-01-25  Sebastien Pouliot  <sebastien@ximian.com> 
22633         * icall.c: Renamed GetEnvironmentVariable so internal* so it was
22634         possible to add imperative security checks before calling the icall.
22635         * reflection.c: Return security attributes on the original MonoMethod
22636         (and not the wrapped one). This fix permissions on icalls.
22638 2005-01-25  Dick Porter  <dick@ximian.com>
22640         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Make
22641         the check for mktime() support actually test the mktime() return
22642         value.  "Fixes" bug 71682, though the output is still different to
22643         MS.
22645 2005-01-25  Martin Baulig  <martin@ximian.com>
22647         * class.c (mono_class_is_assignable_from): Make this work for
22648         generic instances.
22650 2005-01-24  Ben Maurer  <bmaurer@ximian.com>
22652         * marshal.c (mono_string_utf8_to_builder)
22653         (mono_string_builder_to_utf16): We might not have ownership of the
22654         string. In thise case, we need to create a new buffer.
22656         * object-internals.h (mono_stringbuilder_capacity): sb->str might
22657         be null, in which case, use the default capacity.
22659 Mon Jan 24 16:42:29 CET 2005 Paolo Molaro <lupus@ximian.com>
22661         * gc-internal.h, null-gc.c, profiler.c, boehm-gc.c: hook the
22662         GC events to the profiler.
22664 Mon Jan 24 15:59:54 CET 2005 Paolo Molaro <lupus@ximian.com>
22666         * gc.c: remove valgrind detection nonsense. Set GC_DONT_GC
22667         if you don't want the GC to run.
22669 Mon Jan 24 15:53:25 CET 2005 Paolo Molaro <lupus@ximian.com>
22671         * Makefile.am, gc.c, mono-gc.h, boehm-gc.c, null-gc.c, gc-internal.h:
22672         start providing a GC API and keeping different implementations in
22673         their own file.
22674         * profiler.h, profiler.c, profiler-private.h: provide the GC events API.
22676 2005-01-22  Ben Maurer  <bmaurer@ximian.com>
22678         * debug-mono-symfile.c (mono_debug_open_mono_symbol_file): Use
22679         mmap rather than allocating a huge buffer.
22680         (mono_debug_close_mono_symbol_file): Free the buffer allocated
22681         above.
22683 2005-01-22  Sebastien Pouliot  <sebastien@ximian.com>
22685         * icall.c: Add new internal calls for SecurityManager.SecurityEnabled
22686         and CheckExecutionRights.
22687         * reflection.c|h: Keep the index of the declarative security to be 
22688         used, instead of the pointer, when AOT compiler is used. Also add 
22689         class initialization when requesting demands.
22690         * security-manager.c|h: Implement SecurityManager.SecurityEnabled and
22691         CheckExecutionRights. Both properties are now FALSE by default, and
22692         unmodifiable, unless the --security option is used.
22694 Fri Jan 21 15:29:27 CET 2005 Paolo Molaro <lupus@ximian.com>
22696         * domain.c, appdomain.c, assembly.c, image.c, metadata-internals.h,
22697         reflection.c: properly refcount images and assemblies, many leaks fixed.
22699 2005-01-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
22701         * threadpool.c: increase the timeout for threads in the thread pool to
22702         10s.  Fixes bug #67159.
22704 2005-01-20  Bernie Solomon  <bernard@ugsolutions.com>
22706         * class-internals.h: Sun's compiler insists on explicit
22707         signed on bit fields to handle then correctly.
22709 2005-01-19  Miguel de Icaza  <miguel@ximian.com>
22711         * file-io.c (ves_icall_System_IO_MonoIO_get_InvalidPathChars):
22712         Make the size of the array fit only the number of invalid path
22713         chars that we have.
22715         * class.c (_mono_class_get): Improve the error reporting when a
22716         class referenced is not found, to assist debugging. 
22718 Wed Jan 19 19:57:43 CET 2005 Paolo Molaro <lupus@ximian.com>
22720         * threads.c: fix off-by-one error.
22721         * domain.c: free data allocated in the domain.
22723 2005-01-19  Zoltan Varga  <vargaz@freemail.hu>
22725         * reflection.c (mono_method_body_get_object): Fill out exception info
22726         as well.
22728         * object-internals.h: Add MonoReflectionExceptionHandlingClause 
22729         structure.
22730         
22731 2005-01-19  Martin Baulig  <martin@ximian.com>
22733         * loader.c (mono_get_method_constrained): Make this work again.
22735 2005-01-19  Zoltan Varga  <vargaz@freemail.hu>
22737         * object-internals.h (_MonoReflectionMethodBody): Make local_index a 
22738         guint16 to match the managed side.
22740         * reflection.c (mono_reflection_body_get_object): Fill out local
22741         variables array.
22743         * reflection.c (mono_method_body_get_object): Fill out local_var_sig_token
22744         as well.
22746         * object-internals.h (_MonoReflectionMethodBody): Rename 'sig_token' to
22747         'local_var_sig_token'.
22749 2005-01-18  Zoltan Varga  <vargaz@freemail.hu>
22751         * loader.c (mono_lookup_pinvoke_call): Revert the previous patch as it breaks 
22752         System.Drawing.
22754         * reflection.c (mono_method_body_get_object): Handle abstract and
22755         runtime methods.
22757 Mon Jan 17 19:22:39 CET 2005 Paolo Molaro <lupus@ximian.com>
22759         * marshal.c, loader.c, class-internals.h, reflection.c:
22760         store the emthod data for a wrapper in an array instead of a list.
22762 Mon Jan 17 18:48:53 CET 2005 Paolo Molaro <lupus@ximian.com>
22764         * marshal.c: change the code to allocate memory more
22765         conservatively for method wrappers.
22767 Mon Jan 17 18:03:30 CET 2005 Paolo Molaro <lupus@ximian.com>
22769         * class-internals.h, marshal.c: move the str_to_ptr and ptr_to_str
22770         fields from MonoClass to the marshal info structure where they belong.
22772 Mon Jan 17 16:14:46 CET 2005 Paolo Molaro <lupus@ximian.com>
22774         * class.c, object.c, class-internals.h, marshal.c: rearrange
22775         some fields and tweak some types to lower memory usage.
22777 2005-01-17  Zoltan Varga  <vargaz@freemail.hu>
22779         * threads.c (signal_thread_state_change): Handle the case when the
22780         target thread is the current thread.
22782         * marshal.c (mono_struct_delete_old): Do not free lpwstr fields.
22784         * marshal.c: Rename emit_ptr_to_str_conv and its pair to 
22785         emit_ptr_to_object_conv. 
22787         * marshal.c (emit_ptr_to_object_conv): Add support for lpwstr->str
22788         marshalling. Fixes #71352.
22790 Mon Jan 17 10:59:20 CET 2005 Paolo Molaro <lupus@ximian.com>
22792         * metadata.h, blob.h: move table enum to blob.h so it can be included
22793         in any header.
22794         * image.c, metadata.c, metadata-internals.h, pedump.c, reflection.c:
22795         cut the size of MonoImage/MonoDynamicImage.
22797 2005-01-16  Zoltan Varga  <vargaz@freemail.hu>
22799         * profiler.c (mono_profiler_install_simple): Fix default arguments.
22801 Sun Jan 16 12:25:22 CET 2005 Paolo Molaro <lupus@ximian.com>
22803         * reflection.c, reflection.h, icall.c: add a function to check
22804         if an attribute type is defined for a metadata object.
22806 2005-01-14  Lluis Sanchez Gual  <lluis@novell.com>
22808         * object-internals.h: Added some needed fields from StringBuilder class.
22809         * marshal.c: Set the maxCapacity when creating a StringBuilder.
22811 2005-01-13  Zoltan Varga  <vargaz@freemail.hu>
22813         * icall.c (ves_icall_System_Environment_Exit): Suspend all managed
22814         threads before shutting down the runtime.
22816         * threads.c (mono_thread_suspend_all_other_threads): New helper function.
22818 Thu Jan 13 18:16:35 CET 2005 Paolo Molaro <lupus@ximian.com>
22820         * object-internal.h, threads.c: implement stacksize and 
22821         parameterized thread start functionality (requires
22822         matching corlib). Marked broken code for later removal.
22824 2005-01-12  Martin Baulig  <martin@ximian.com>
22826         * class-internals.h (MonoGenericClass): Moved the `initialized'
22827         flag to MonoDynamicGenericClass, removed `init_pending'.
22828         (MonoGenericInst): Added `is_reference' flag.
22830 2005-01-12  Zoltan Varga  <vargaz@freemail.hu>
22832         * reflection.c (mono_image_create_pefile): Only set the pe_offset
22833         inside the MSDOS header. Fixes #71201.
22835         * gc.c (mono_gc_cleanup): Handle the case when this is called from the
22836         gc thread.
22837         (mono_domain_finalize): Ditto.
22839 2005-01-12  Martin Baulig  <martin@ximian.com>
22841         * class.c (mono_get_shared_generic_class): Use the cache for
22842         non-dynamic generic classes.
22844         * class-internals.h (mono_class_create_generic_2): Removed
22845         function prototype, this function is now static inside class.c.
22847         * class.c (mono_class_create_generic_2): Made this static, only
22848         call it from mono_class_init() and mono_class_setup_parent().
22849         (collect_implemented_interfaces_aux): Call mono_class_init() on
22850         the interfaces we collect.
22851         (mono_class_setup_vtable): Call mono_class_init (class->parent).
22853 2005-01-11  Zoltan Varga  <vargaz@freemail.hu>
22855         * threads.c (mono_thread_attach): Call DuplicateHandle on the thread handle on win32 to make
22856         it a real thread handle.
22858         * domain-internals.h: Move exvar_offset from MonoJitInfo to 
22859         MonoJitExceptionInfo, since each catch clause needs its own variable.
22860         
22861 2005-01-11  Dick Porter  <dick@ximian.com>
22863         * image.c (mono_pe_file_open): New variant on mono_image_open()
22864         that does not set up the CLI metadata; used for FileVersionInfo so
22865         it can get the data for windows binaries too.
22866         
22867         * process.c (process_read_string_block): Don't read off the end of
22868         the StringTable block.
22870         These both fix bug 70766.
22872 Tue Jan 11 15:26:00 CET 2005 Paolo Molaro <lupus@ximian.comt>
22874         * gc.c: set some fields to NULL at GC cleanup time.
22875         * threads.c: if we quit the main thread, call exit ().
22877 2005-01-11  Zoltan Varga  <vargaz@freemail.hu>
22879         * threads.c (interruption_request_apc): Decore APC callbacks with CALLBACK under win32.
22881 Mon Jan 10 18:47:28 CET 2005 Paolo Molaro <lupus@ximian.com>
22883         * threads.h, threads.c, object.c: added accessor and settor for
22884         main_thread. Handle it specially when exiting from it: wait
22885         for other foreground threads to exit.
22887 Mon Jan 10 12:06:18 CET 2005 Paolo Molaro <lupus@ximian.com>
22889         * process.c, verify.c: remove some bloat.
22891 2005-01-09  Zoltan Varga  <vargaz@freemail.hu>
22893         * loader.c (mono_lookup_pinvoke_call): If we found the function without name mangling, change
22894         the calling convention to cdecl under win32.
22896 2005-01-08  Ben Maurer  <bmaurer@ximian.com>
22898         * object.c (mono_object_get_size): New function to get the size of
22899         an object instance.
22901         * profiler.c (simple_allocation): Use above.
22903 2005-01-08  Sebastien Pouliot  <sebastien@ximian.com>
22905         * appdomain.c: Replaced ves_icall_System_AppDomain_getDomainByID by
22906         ves_icall_System_AppDomain_getRootDomain (as it's not required to
22907         get an appdomain by it's id and we can't assume the root's id is 0).
22908         * domain-internals.h: Change the function prototype to match.
22909         * icall.c: Change the icall table for AppDomain.
22911 2005-01-08  Miguel de Icaza  <miguel@ximian.com>
22913         * locales.c (string_invariant_compare_char): Only compute
22914         GUnicodeTypes in the case where we need them.  Test for ordinality
22915         first and return if so.
22917         From the commit:
22919                 /*
22920                  * FIXME: here we must use the information from c1type and c2type
22921                  * to find out the proper collation, even on the InvariantCulture, the
22922                  * sorting is not done by computing the unicode values, but their
22923                  * actual sort order.
22924                  */
22926 Sat Jan 8 19:03:26 CET 2005 Paolo Molaro <lupus@ximian.com>
22928         * loader.c: for P/Invoke methods, allow the "Internal" shared
22929         library name to refer to the calling process symbol namespace.
22931 2005-01-07  Sebastien Pouliot  <sebastien@ximian.com>
22933         * Makefile.am: Add the security manager to the build.
22934         * security-manager.c|h: New. Initialization of the security manager.
22936 2005-01-07  Dick Porter  <dick@ximian.com>
22938         * threads.c: 
22939         * monitor.c: Update thread state during Monitor and WaitHandle
22940         waits.  Fixes bug 71031.
22942 2005-01-07  Zoltan Varga  <vargaz@freemail.hu>
22944         * reflection.c (property_encode_signature): Correctly handle when the
22945         property has no methods.
22947 2005-01-06  Zoltan Varga  <vargaz@freemail.hu>
22949         * reflection.c (reflection_methodbuilder_to_mono_method): Remove debug stuff.
22950         
22951         * reflection.c (reflection_methodbuilder_from_method_builder): Copy
22952         fields from mb, not rmb. Fixes #71017.
22954         * marshal.c (emit_ptr_to_str_conv): Add support for 
22955         ByValTStr -> string conversion. Fixes #71015.
22957         * appdomain.c (mono_domain_owns_vtable_slot): New helper function.
22959         * mempool.c (mono_mempool_contains_addr): New helper function.
22961 2005-01-05  Zoltan Varga  <vargaz@freemail.hu>
22963         * metadata.c (mono_metadata_compute_size): Fix size calculation of
22964         HasSematics encoded fields.
22965         
22966         * metadata.c (mono_type_to_unmanaged): Improve error message for 
22967         invalid string marshalling.
22969         * metadata.c: Fix warnings.
22970         
22971 Wed Jan 5 16:17:27 CET 2005 Paolo Molaro <lupus@ximian.com>
22973         * profiler-private.h, profiler.c, profiler.h, gc.c: sample statistical
22974         profiler support.
22976 2005-01-05  Zoltan Varga  <vargaz@freemail.hu>
22978         * domain.c object.c domain-internals.h: Revert part of r38077 since the
22979         keys to proxy_vtable_hash are GCd objects. Fixes running the class lib
22980         tests.
22982 2005-01-03  Zoltan Varga  <vargaz@freemail.hu>
22984         * marshal.c: Use MONO_CLASSCONST instead of MONO_LDPTR in some places,
22985         so methods containing these can be AOTed.
22987 2005-01-03  Martin Baulig  <martin@ximian.com>
22989         * loader.c (find_method): Removed the hack for generic instances.
22990         (method_from_memberref): If our parent is a generic instance, pass
22991         its generic type definition to find_method() and then inflate the
22992         method.
22993         (mono_get_method_constrained): Pass the generic type definition to
22994         find_method() and inflate the method later.
22996         * class-internals.h (MonoStats): Added `generic_class_count'.
22998         * icall.c (ves_icall_MonoGenericMethod_get_reflected_type):
22999         Renamed to ves_icall_MonoGenericMethod_get_ReflectedType().
23001         * reflection.c (mono_custom_attrs_from_params): Don't ignore
23002         generic type definitions.
23004 2004-12-30  Zoltan Varga  <vargaz@freemail.hu>
23006         * loader.c icall.c: Fix warnings.
23008 2004-12-29  Zoltan Varga  <vargaz@freemail.hu>
23010         * marshal.c (mono_marshal_get_managed_wrapper): Fix returning of
23011         blittable types. Fixes #70864.
23013 2004-12-29  Martin Baulig  <martin@ximian.com>
23015         * icall.c
23016         (ves_icall_MonoGenericMethod_get_reflected_type): New interncall.
23018         * reflection.c (mono_method_get_object): Create a
23019         "System.Reflection.MonoGenericMethod" for inflated methods; don't
23020         call mono_get_inflated_method().
23022         * class-internals.h (MonoStats): Added `inflated_method_count_2'.
23024 2004-12-27  Martin Baulig  <martin@ximian.com>
23026         * class-internals.h (MonoMethod): Added `is_inflated' flag.
23027         (MonoMethodInflated): Added `inflated' field.
23029         * class.c (mono_class_inflate_generic_method): Don't really
23030         inflate the method here; just set the `is_inflated' flag in the
23031         MonoMethod.
23032         (mono_class_get_inflated_method): Actually inflate the method here
23033         if it's not already inflated; we use the MonoMethodInflated's new
23034         `inflated' field as a cache.
23036 2004-12-26  Martin Baulig  <martin@ximian.com>
23038         * class.c
23039         (inflate_generic_class): Moved some code out of inflate_generic_type().
23040         (mono_class_inflate_generic_method): If we're already inflated,
23041         inflate the context and use the declaring method; ie. make sure
23042         the declaring method of an inflated method is always the generic
23043         method definition.
23044         (mono_class_create_from_typedef): Create
23045         `class->generic_container->context->gclass'.
23047 2004-12-24  Ben Maurer  <bmaurer@ximian.com>
23049         * metadata-internals.h, marshal.c, reflection.c: More
23050         MonoGHashTable->GHashTable.
23052         * domain-internals.h, class.c: Change MonoGHashTable's into
23053         GHashTables for some cases where no gc stuff is used
23055         All users: update apis
23057 2004-12-23  Ben Maurer  <bmaurer@ximian.com>
23059         * metadata.c (builtin_types): Make this `const'. Makes this get
23060         put into the shareable section.
23061         (mono_metadata_init): Casts to make gcc happy.
23063 2004-12-22  Zoltan Varga  <vargaz@freemail.hu>
23065         * gc.c (mono_gc_init): Add a '\n' to the valgrind warning.
23067 2004-12-21  Sebastien Pouliot  <sebastien@ximian.com> 
23069         * icall.c: Added an internal call to retrieve the position and length
23070         of assembly-level declarative security attributes (RequestMinimum, 
23071         RequestOptional and RequestRefuse). This is used by the Assembly class
23072         to re-create the corresponding permission sets.
23074 Tue Dec 21 14:50:31 CET 2004 Paolo Molaro <lupus@ximian.com>
23076         * marshal.c: fix the stelemref wrapper to be type correct
23077         (and faster).
23079 2004-12-20  Ben Maurer  <bmaurer@ximian.com>
23081         * icall.c (ves_icall_System_Object_GetHashCode): There was no need
23082         to do key & 0x7fffffff. Hashtable already does this. It just
23083         results in longer code.
23085 2004-12-20  Sebastien Pouliot  <sebastien@ximian.com>
23087         * appdomain.c: Bump corlib version.
23088         * class-internals.h: Added RuntimeSecurityFrame to mono_defaults.
23089         * domain.c: Add RuntimeSecurityFrame to mono_defaults.
23090         * reflection.c|h: Add functions to get declarative security infos
23091         (blob position and length) for assemblies, classes and methods.
23093 Mon Dec 20 15:28:54 CET 2004 Paolo Molaro <lupus@ximian.com>
23095         * reflection.c: sort the constant table (bug #70693).
23097 Mon Dec 20 12:19:37 CET 2004 Paolo Molaro <lupus@ximian.com>
23099         * object-internals.h, threads.c, domain.c: add accessors for
23100         the MonoThread and MonoDomain tls keys.
23102 2004-12-18  Martin Baulig  <martin@ximian.com>
23104         * class.c (inflate_generic_type): If we're inflating a generic
23105         instance, set `ngclass->context->container = context->container';
23106         ie. the container we inflated into.
23108         * metadata.c (mono_metadata_parse_generic_param): Reflect above
23109         inflate_generic_type() changes.
23111 2004-12-17  Martin Baulig  <martin@ximian.com>
23113         * class-internals.h
23114         (MonoGenericClass): Replaced `MonoType *generic_type' with
23115         `MonoClass *generic_class'.  Removed `dynamic_info'; if
23116         `is_dynamic' is true, we're a `MonoDynamicGenericClass'.
23117         (MonoDynamicGenericClass): Derive from `MonoGenericClass'.
23119 2004-12-16  Zoltan Varga  <vargaz@freemail.hu>
23121         * exception.c (mono_exception_from_token): New helper function.
23123 2004-12-15  Zoltan Varga  <vargaz@freemail.hu>
23125         * assembly.c (mono_assembly_load_with_partial_name): Call 
23126         mono_assembly_loaded before invoking the preload hooks. Fixes
23127         #70564.
23129         * object-internals.h (MonoThread): Change culture_info and 
23130         ui_culture_info into an array.
23132         * threads.c: Cache culture info objects from more than one appdomain.
23134         * threads.c threads-types.h icall.c: Add icalls for manipulating the 
23135         current UI culture.
23137 2004-12-14  Zoltan Varga  <vargaz@freemail.hu>
23139         * threads.h threads.c appdomain.c: Clear the culture_info field of
23140         all threads during unloading if they point to an object in the dying
23141         appdomain.
23143 2004-12-13  Ben Maurer  <bmaurer@ximian.com>
23145         * culture-info.h (TextInfoEntry): New struct
23146         * object-internals.h: sync with managed
23147         * locales.c: fill the `text_info_data' field
23148         * culture-info-tables.h: update
23150 Mon Dec 13 18:10:50 CET 2004 Paolo Molaro <lupus@ximian.com>
23152         * Makefile.am, monodiet.c: add monodiet, an IL code garbage
23153         collector.
23155 2004-12-12  Ben Maurer  <bmaurer@ximian.com>
23157         * icall.c (ves_icall_ModuleBuilder_getToken): Check for null
23158         (ves_icall_ModuleBuilder_getMethodToken): Ditto
23160 2004-12-12  Martin Baulig  <martin@ximian.com>
23162         * mono-debug-debugger.c (write_type): If we're an enum and the
23163         builtin types have already been initialized, call mono_class_init().
23165 2004-12-11  Martin Baulig  <martin@ximian.com>
23167         * metadata.c (mono_metadata_load_generic_params): Added
23168         `MonoGenericContainer *parent_container' argument; automatically
23169         compute `container->is_method'; pass the correct owner to
23170         get_constraints().      
23172         * reflection.c (compare_genericparam): Sort the GenericParam table
23173         according to increasing owners. 
23175 Fri Dec 10 18:43:46 CET 2004 Paolo Molaro <lupus@ximian.com>
23177         * profiler.c: allow disabling the default profiler.
23179 Fri Dec 10 18:42:11 CET 2004 Paolo Molaro <lupus@ximian.com>
23181         * decimal.c, icall.c: allow disabling System.Decimal support.
23183 2004-12-09  Marek Safar <marek.safar@seznam.cz>
23185         * reflection.c: Add support for null attribute arguments.
23187 2004-12-09  Martin Baulig  <martin@ximian.com>
23189         * metadata.h, loader.h: Use `idx' instead of `index' in parameter
23190         names to get rid of compiler warnings.
23192 2004-12-08  Zoltan Varga  <vargaz@freemail.hu>
23194         * marshal.c (mono_marshal_get_struct_to_ptr): Call 
23195         mono_marshal_load_type_info (). Fixes #69625.
23196         (mono_marshal_get_ptr_to_struct): Likewise.
23198 2004-12-08  Martin Baulig  <martin@ximian.com>
23200         * mono-debug.h: Bumped version number to 47.
23202         * mono-debug-debugger.c
23203         (mono_debugger_event_handler, mono_debugger_event): Take two
23204         guint64 arguments insteed of a gpointer and a guint32.  
23206 2004-12-08  Martin Baulig  <martin@ximian.com>
23208         * debug-mono-symfile.h
23209         (MonoDebugLineNumberEntry): Renamed `offset' to `il_offset' and
23210         `address' to `native_offset'.
23212 2004-12-08  Martin Baulig  <martin@ximian.com>
23214         * class.c (mono_class_create_from_typespec): Only inflate if we
23215         either have `context->gclass' or `context->gmethod'.
23217 2004-12-08  Zoltan Varga  <vargaz@freemail.hu>
23219         * metadata-internals.h (MonoAssembly): Add 'corlib_internal' field.
23221         * object-internals.h (MonoReflectionAssemblyBuilder): Move 'corlib_internal' field from Assembly to AssemblyBuilder.
23223         * reflection.c (mono_image_basic_init): Initialize assembly->corlib_internal from the assembly builder.
23225         * reflection.c (mono_assembly_get_object): Remove the workaround put
23226         in for the release.
23227         
23228         * appdomain.c: Use the corlib_internal field from MonoAssembly.
23230         * appdomain.c: Bump corlib version.
23232         * reflection.c (mono_assembly_get_object): Add a workaround so __MetadataTypes won't
23233         be visible in other appdomains.
23235 2004-12-07  Ben Maurer  <bmaurer@ximian.com>
23237         * threads.c: Interlocked inc and dec for longs were messed up,
23238         use a KISS based impl for this. Fixes 70234
23240 2004-12-07  Zoltan Varga  <vargaz@freemail.hu>
23242         * threads.c (ves_icall_System_Threading_Thread_GetCachedCurrentCulture): Make this lock-less.
23244 Tue Dec 7 10:47:09 CET 2004 Paolo Molaro <lupus@ximian.com>
23246         * icall.c: fix to follow policy not to allow struct
23247         arguments in icalls.
23249 2004-12-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
23251         * process.c: make the patch that handles spaces in file paths work
23252         on mono/windows too.
23254 2004-12-06  Martin Baulig  <martin@ximian.com>
23256         * class.c (mono_class_create_generic): Call
23257         mono_class_setup_supertypes() if we're dynamic.
23258         (mono_class_is_subclass_of): `g_assert (klass->idepth > 0)'.
23260 2004-12-06  Zoltan Varga  <vargaz@freemail.hu>
23262         * object-internals.h: Add new fields to MonoThread.
23264         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
23266         * icall.c threads-types.h threads.c: Add new icalls.
23268         * object-internals.h (MonoThread): Remove unused 'unmanaged' field.
23270         * object-internals.h (MonoReflectionAssembly): Sync object layout with
23271         managed side.
23273         * appdomain.c: Bump corlib version.
23275         * appdomain.c (ves_icall_System_AppDomain_GetAssemblies): Skip
23276         internal assemblies. Fixes #69181.
23278 2004-12-05  Martin Baulig  <martin@ximian.com>
23280         * class.c (mono_class_inflate_generic_signature): Make this a
23281         no-op if `context' is NULL or we don't have any type parameters;
23282         also copy `sentinelpos'.        
23284 2004-12-04  Zoltan Varga  <vargaz@freemail.hu>
23286         * image.c: Add unbox_wrapper_cache.
23288         * class-internals.h debug-helpers.c: Add MONO_WRAPPER_UNBOX.
23290         * marshal.h marshal.c (mono_marshal_get_unbox_wrapper): New wrapper
23291         function generator.
23292         
23293         * object.c (mono_delegate_ctor): Call unbox wrapper if neccesary.
23294         Fixes #70173.
23296         * metadata-internals.h image.c: Add MonoImage->unbox_wrapper_cache.
23297         
23298 2004-12-04  Martin Baulig  <martin@ximian.com>
23300         * loader.c (mono_method_get_signature_full): New public function;
23301         like mono_method_get_signature(), but with an additional
23302         `MonoGenericContext *' argument.
23304         * class.c (mono_class_inflate_generic_signature): Formerly known
23305         as inflate_generic_signature(); make this public.
23307 2004-12-04  Martin Baulig  <martin@ximian.com>
23309         * metadata.c
23310         (mono_metadata_parse_type_full): Take a `MonoGenericContext *'
23311         instead of a `MonoGenericContainer *'.  
23312         (mono_metadata_parse_array_full): Likewise.
23313         (mono_metadata_parse_signature_full): Likewise.
23314         (mono_metadata_parse_method_signature_full): Likewise.
23315         (mono_metadata_parse_generic_inst): Likewise.
23316         (mono_metadata_parse_generic_param): Likewise.
23317         (mono_metadata_parse_mh_full): Likewise.
23318         (mono_type_create_from_typespec_full): Likewise.
23320 2004-12-03  Martin Baulig  <martin@ximian.com>
23322         * class-internals.h (MonoGenericContainer): Replaced the
23323         `MonoGenericContext * pointer with a `MonoGenericContext'
23324         structure and made it the first element.
23326 2004-12-03  Martin Baulig  <martin@ximian.com>
23328         * class.c
23329         (inflate_generic_type): Set the `context->container' when creating
23330         a new MonoGenericContext.
23331         (mono_class_inflate_generic_method): Likewise.
23332         (mono_class_create_from_typespec): Just use `context->container'
23333         to get the container.
23335         * loader.c (method_from_methodspec): Set `context->parent' from
23336         `context->container' - and if that's a method container, use its
23337         parent.  Also set the `context->container' when creating a new
23338         MonoGenericContext.
23339         (mono_get_method_from_token): Use just `context->container' to get
23340         the container.
23342         * metadata.c (do_mono_metadata_parse_generic_class): Also set
23343         `gclass->context->container'.
23345         * reflection.c (do_mono_reflection_bind_generic_parameters): Set
23346         the `context->container' when creating a new MonoGenericContext.
23348 2004-12-03  Zoltan Varga  <vargaz@freemail.hu>
23350         * reflection.c (compare_genericparam): Sort params with identical
23351         owner by their number. Fixes gen-111 on sparc.
23353 2004-12-02  Zoltan Varga  <vargaz@freemail.hu>
23355         * threadpool.c (async_invoke_thread): Call push/pop_appdomain_ref
23356         around the domain changes.
23358         * appdomain.c (mono_domain_unload): Handle the case when the thread
23359         calling Unload is itself being aborted during unloading. Fixes #70022.
23361         * appdomain.h: Add prototype for mono_install_runtime_cleanup.
23363         * marshal.c (emit_thread_interrupt_checkpoint_call): Call 
23364         checkpoint_func as an icall so it gets a wrapper.
23365         (mono_marshal_get_xappdomain_invoke): Call push/pop_appdomain_ref ()
23366         in the cross-appdomain wrappers too.
23368         * threads.c (mono_thread_has_appdomain_ref): Make this public.
23370         * assembly.c (mono_assembly_open_from_bundle): Fix warning.
23372         * reflection.c: Fix some memory leaks.
23373         
23374 2004-12-02  Martin Baulig  <martin@ximian.com>
23376         * metadata-internals.h (MonoImage): Removed `generic_class_cache'.
23378         * metadata.c (generic_class_cache): New static hashtable.
23379         (mono_metadata_lookup_generic_class): New public method.
23381 2004-12-02  Martin Baulig  <martin@ximian.com>
23383         * class.c (mono_class_create_from_typedef): Call
23384         mono_class_setup_parent() and mono_class_create_mono_type() before
23385         parsing the interfaces.
23387 2004-12-02  Martin Baulig  <martin@ximian.com>
23389         * metadata.c (generic_inst_cache): New static hashtable.
23390         (mono_metadata_lookup_generic_inst): New public function.
23391         (mono_metadata_inflate_generic_inst): New public function.
23392         (mono_metadata_parse_generic_inst): New public function.
23393         (do_mono_metadata_parse_generic_class): Use the new
23394         mono_metadata_parse_generic_inst() for parsing the `gclass->inst'
23395         since this'll also use the cache.
23397         * reflection.c (mono_reflection_bind_generic_method_parameters):
23398         Use mono_metadata_lookup_generic_inst() to use the new cache.
23400         * class.c (inflate_mono_type): Use
23401         mono_metadata_inflate_generic_inst() to inflate a generic
23402         instance; this'll also use the new cache.
23404         * loader.c (method_from_methodspec): Use
23405         mono_metadata_parse_generic_inst() and
23406         mono_metadata_inflate_generic_inst() rather than parsing it
23407         manually, so we can use the new cache.
23409 2004-12-02  Zoltan Varga  <vargaz@freemail.hu>
23411         * threads.c (wait_for_tids): Do not incorrectly free threads when 
23412         the wait times out.
23414 2004-12-01  Neale Ferguson <Neale.Ferguson@SoftwareAG-usa.com>
23416         * icall.c (mono_ArgIterator_Setup) : Conditionally compile calculation of
23417         iter->args based on whether parameters are passed in registers (i.e.
23418         MONO_ARCH_REGPARMS is defined)
23420 2004-12-01  Zoltan Varga  <vargaz@freemail.hu>
23422         * loader.c (mono_lookup_pinvoke_call): Use the remapped dll name in
23423         the exception message. Fixes #70070.
23424         (method_from_methodspec): Fix warnings.
23426 2004-12-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
23428         * process.c: (complete_path) return the path quoted
23430 2004-12-01  Martin Baulig  <martin@ximian.com>
23432         * class-internals.h (MonoGenericInst): New structure.
23433         (MonoGenericClass): Replaced `type_argc', `type_argv' and
23434         `is_open' with `MonoGenericInst *inst'.
23435         (MonoGenericMethod): Replaced `mtype_argc', `mtype_argv' and
23436         `is_open' with `MonoGenericInst *inst'.
23438 2004-11-30  Martin Baulig  <martin@ximian.com>
23440         Generics API cleanup: renamed MonoGenericInst -> MonoGenericClass.
23442         * metadata-internals.h (MonoImage): Renamed `generic_inst_cache'
23443         to `generic_class_cache'.
23445         * metadata.c
23446         (mono_generic_inst_hash): Renamed to mono_generic_class_hash().
23447         (mono_generic_inst_equal): Renamed to mono_generic_class_equal().
23448         (mono_generic_inst_is_valuetype): Renamed to
23449         mono_generic_class_is_valuetype().
23451         * class-internals.h
23452         (MonoGenericInst): Renamed to MonoGenericClass.
23453         (MonoDynamicGenericInst): Renamed to MonoDynamicGenericClass.
23454         (MonoClass): Renamed `generic_inst' to `generic_class'.
23455         (MonoGenericContext): Renamed `ginst' to `gclass'.
23457         * object-internals.h
23458         (MonoReflectionGenericInst): Renamed to MonoReflectionGenericClass.
23460         * reflection.c (mono_reflection_generic_inst_initialize): Renamed to
23461         mono_reflection_generic_class_initialize().
23463         * icall.c (icall_entries): "System.Reflection.MonoGenericInst" is
23464         now known as "System.Reflection.MonoGenericClass".
23465         (monogenericinst_icalls): Renamed to monogenericclass_icalls.
23467 2004-11-29  Sebastien Pouliot  <sebastien@ximian.com>
23469         * class-internals.h: Added a flag field to MonoClass to cache the
23470         declarative security attributes actions associated with the class.
23471         * domain-internals.h: Added booleans to MonoJitInfo to cache the
23472         (class or method level) stack modifiers (Assert, Deny and PermitOnly)
23473         applicable to the JITted method.
23474         * reflection.c|h: Added functions to extract (as flags) which security
23475         actions are available (declaratively) for a method, class or assembly.
23476         * metadata.c|h: Added functions to search the declarative security
23477         table in the metadata.
23478         
23479 2004-11-29  Ben Maurer  <bmaurer@ximian.com>
23481         * icall.c (ves_icall_System_Reflection_Assembly_GetNamespaces):
23482         EXPORTEDTYPES are already in the class name cache, so there is no
23483         need to add extra code here to look at them. Just removes a bit of
23484         cruft.
23486         (ves_icall_System_Environment_get_TickCount): No need for #if
23487         WINDOWS. We already have the code in io-layer.
23489 2004-11-28  Martin Baulig  <martin@ximian.com>
23491         * loader.c
23492         (method_from_methodspec): Also inflate the `gmethod->mtype_argv'.
23493         Fixes gen-112.cs.
23495 2004-11-27  Miguel de Icaza  <miguel@ximian.com>
23497         * assembly.c (do_mono_assembly_open): Instead of having a
23498         conditional WITH_BUNDLE, incorporate support for bundles here, by
23499         having a global `bundles' variable holding a pointer to the actual
23500         bundles. 
23502         (mono_register_bundled_assemblies): New API call used by the
23503         bundle code. 
23505         See mkbundle.1 for details.
23506         
23507 2004-11-27  Martin Baulig  <martin@ximian.com>
23509         * object.c (mono_class_vtable): Store the `MonoMethod *' itself in
23510         the vtable for generic methods.
23512 2004-11-26  Martin Baulig  <martin@ximian.com>
23514         * metadata.c
23515         (mono_metadata_generic_method_hash): New public function.
23516         (mono_metadata_generic_method_equal): Likewise.
23518         * class-internals.h
23519         (MonoGenericContainer): Added `GHashTable *method_hash'.
23521         * reflection.c (ReflectionMethodBuilder): Added
23522         `MonoGenericContainer *generic_container'.
23523         (reflection_methodbuilder_to_mono_method): Don't create a new
23524         MonoGenericContainer each time we're called.
23525         (mono_reflection_bind_generic_method_parameters): Use
23526         `container->method_hash' to cache the results so we don't create a
23527         different method if we're called several times with the same
23528         arguments.
23530         * loader.c (method_from_methodspec): Use the new
23531         `container->method_hash' here, too.
23533 2004-11-26  Martin Baulig  <martin@ximian.com>
23535         * class.c (inflate_generic_signature): Correctly compute
23536         `res->has_type_parameters'.
23537         (mono_class_vtable): Use the `has_type_parameters' flag to
23538         determine whether we're a generic method.
23540         * metadata.c (mono_metadata_parse_method_signature_full): Likewise.
23542 2004-11-25  Zoltan Varga  <vargaz@freemail.hu>
23544         * object.c (mono_runtime_run_main): Fix a small memory leak.
23546 2004-11-25  Martin Baulig  <martin@ximian.com>
23548         * class.c (set_generic_param_owner): Fixed the loop.
23550 2004-11-25  Martin Baulig  <martin@ximian.com>
23552         * object.c (mono_class_vtable): Don't create any JIT wrappers for
23553         generic methods.
23555 2004-11-24  Zoltan Varga  <vargaz@freemail.hu>
23557         * reflection.c: Allow all kinds of whitespace, not just ' ' in type
23558         names. Fixes #69787.
23560 2004-11-24  Martin Baulig  <martin@ximian.com>
23562         * class.c (mono_class_create_generic_2): If we don't have a
23563         `ginst->parent', inflate `gklass->parent' to get our parent.
23565 2004-11-24  Martin Baulig  <martin@ximian.com>
23567         * reflection.c (compare_genericparam): Correctly sort the
23568         GenericParam table; fixes #69779.
23570 2004-11-23  Ben Maurer  <bmaurer@ximian.com>
23572         * reflection.c: When writing a PE file, don't create a huge
23573         buffer in memory. Just write the arrays we have to the file.
23574         This reduces memory usage.
23576         * metadata-internals.h: MonoDynamicStream pefile is no longer used
23577         globally.
23579 2004-11-17  Martin Baulig  <martin@ximian.com>
23581         * class.c (mono_class_init): Don't setup `class->parent' for
23582         dynamic instances; moved this to mono_class_generic_2().
23583         (mono_class_create_generic): Also set `klass->inited' for dynamic
23584         generic instances.
23585         (mono_class_create_generic_2): Don't do anything for dynamic
23586         generic instances.  Set `klass->parent' here and also call
23587         mono_class_setup_parent() here. 
23589         * reflection.c (do_mono_reflection_bind_generic_parameters): Added
23590         `MonoType *parent' argument; set `ginst->parent' before calling
23591         mono_class_create_generic_2(), so we set the correct parent.
23593 Thu Nov 18 17:10:32 CET 2004 Paolo Molaro <lupus@ximian.com>
23595         * reflection.c: allow getting attributes from ModuleBuilder
23596         (used by ikvm).
23598 2004-11-17  Martin Baulig  <martin@ximian.com>
23600         * class.c (mono_class_create_from_typedef): If a type parameter is
23601         inherited from an outer class, set its owner to that class.
23603 2004-11-17  Atsushi Enomoto  <atsushi@ximian.com>
23605         * reflection.c: (mono_image_create_pefile): Don't use NULL argument
23606           for (int*) written size. This fixes bug #69592.
23608 2004-11-15  Sebastien Pouliot  <sebastien@ximian.com>
23610         * icall.c: Added IsAuthenticodePresnet internal call.
23611         * image.c|h: New function that check a MonoImage for an Authenticode
23612         signature in the certificate PE data directory.
23613         * security.c|h: New internal call to ask the runtime if an 
23614         Authenticode signature seems referenced in the PE header.
23616 2004-11-15  Zoltan Varga  <vargaz@freemail.hu>
23618         * icall.c (ves_icall_type_isprimitive): Native int is a primitive type.
23620         * reflection.c (mono_image_create_pefile): Free the assembly streams
23621         after writing out the assembly file.
23623         * object.c (mono_runtime_run_main): Fix small memory leak.
23625         * icall.c (ves_icall_Type_GetPropertiesByName): Add support for
23626         property access modifiers. Fixes #69389.
23628 Mon Nov 15 11:54:22 CET 2004 Paolo Molaro <lupus@ximian.com>
23630         * domain.c, object.c, object-internals.h, domain-internals.h,
23631         object.h, marshal.c: keep dynamic code info per domain.
23633 2004-11-15  Martin Baulig  <martin@ximian.com>
23635         * class.c (mono_type_get_name_recurse): Put type arguments in
23636         `[',`]' instead of in `<','>'.  Thanks to Atsushi for the patch,
23637         see bug #68387.
23639 2004-11-15  Martin Baulig  <martin@ximian.com>
23641         * class.c (mono_type_get_name_recurse): Added `include_ns' flag.
23642         (mono_class_setup_vtable): When computing `the_cname' for a
23643         generic instance, don't include the namespace since we'd otherwise
23644         add it twice.
23646 2004-11-15  Martin Baulig  <martin@ximian.com>
23648         * class.c (mono_class_create_generic): Changed return type to void.
23649         (mono_class_create_generic_2): New public function; setup
23650         `class->method', `class->field' and `class->interfaces' here
23651         instead of in mono_class_init().
23653         * class.h (mono_class_create_generic): Moved to class-internals.h.
23655 2004-11-14  Ben Maurer  <bmaurer@ximian.com>
23657         * reflection.c (mono_image_create_pefile): take a file HANDLE.
23658         rather than writing to memory, write to this file. Right now,
23659         we are just writting into a buffer, and copying that. However
23660         we can avoid the buffer later.
23662         (mono_dynamic_stream_reset): new function
23664         * icall.c, object-internals.h: update for the above.
23666 2004-11-13  Ben Maurer  <bmaurer@ximian.com>
23668         * reflection.c: Remove *_ATOMIC macros. We really shouldn't
23669         have been using gc'd memory. First it is slower, unlikely
23670         the comment in the source code said, secondly, it increases
23671         our footprint to do it in the gc.
23673         * icall.c (WriteToFile): rename of getDataChunk. Rewrite
23674         the method so that it does not have to copy to managed code.
23676 2004-11-12  Zoltan Varga  <vargaz@freemail.hu>
23678         * loader.c (mono_method_get_header): Fix build for older glibs which does not define G_LIKELY.
23680 2004-11-12  Martin Baulig  <martin@localhost>
23682         * reflection.c (mono_image_create_token): Allow generic method
23683         definitions here, since they may appear in an `.override'; see
23684         gen-98/gen-99 for an example.
23686 2004-11-11  Zoltan Varga  <vargaz@freemail.hu>
23688         * icall.c (ves_icall_Type_GetField): Support BFLAGS_IgnoreCase. Fixes
23689         #69365.
23691         * marshal.c (mono_string_to_ansibstr): Make g_error messages more
23692         descriptive.
23694 2004-11-11  Martin Baulig  <martin@ximian.com>
23696         * class.c (mono_class_setup_vtable): In an explicit interface
23697         implementation, the method name now includes the arity.
23699 2004-11-10  Zoltan Varga  <vargaz@freemail.hu>
23701         * object.c (mono_array_full_copy): Fix warning.
23703 2004-11-10  Lluis Sanchez Gual  <lluis@novell.com>
23705         * appdomain.c: Removed look_for_method_by_name(). Use the new method
23706         mono_class_get_method_from_name() instead.
23707         
23708         * class-internals.h: Added two new types of wrappers. 
23709         Added MonoRemotingTarget enum. Added new trampoline function type, which
23710         takes an additional MonoRemotingTarget value as parameter, so it is
23711         possible to request a trampoline for a specific target.
23712         
23713         * class.c: Added new mono_class_get_method_from_name() method.
23714         
23715         * class.h: In MonoRemoteClass, we can have now to vtables, one for
23716         general remoting sinks and one specific for cross domain calls.
23717         
23718         * debug-helpers.c: Added new wrapper names.
23719         
23720         * icall.c: Use the new method mono_remote_class_vtable() to get the vtable
23721         of a remote class.
23722         
23723         * image.c: Porperly delete value objects form the remoting invoke hashtable.
23724         
23725         * marshal.c: Added mono_marshal_get_xappdomain_invoke(), which together
23726         with several other methods (mono_marshal_get_xappdomain_dispatch,
23727         mono_marshal_get_xappdomain_target, mono_marshal_get_serialize_exception,
23728         and others) can generate a fast remoting wrapper for cross domain calls.
23729         More information can be found in docs/remoting.
23730         Other changes: Removed mono_find_method_by_name, and used
23731         mono_class_get_method_from_name instead.
23732         Remoting wrappers are now stored in a MonoRemotingMethods struct, which
23733         is stored in the remoting invoke hashtable.
23734         
23735         * marshal.h: published the new method for getting the xdomain wrapper,
23736         and also added a method for getting the adequate wrapper for a given
23737         method and target.
23738         
23739         * object-internals.h, object.c: Added a couple of methods for capying and
23740         cloning arrays.
23741         Modified mono_install_remoting_trampoline, which takes the new remoting
23742         trampoline that has a remoting target as parameter.
23743         mono_class_proxy_vtable now also takes a remoting target as parameter, and
23744         will return the most suitable vtable for the target.
23745         Added mono_remote_class_vtable, which returns the vtable of a remote class
23746         (which can be the normal remoting vtable or the xdomain vtable).
23747         
23748         * threads.c: the xdomain invoke and dispatch wrappers must also be
23749         protected against interruptions.
23751 2004-11-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
23753         * icall.c: use memmove in BlockCopyInternal when the source and
23754         destination arrays are the same.
23756 2004-11-09  Martin Baulig  <martin@ximian.com>
23758         * class-internals.h (MonoGenericContainer): Removed `method' and
23759         `signature', replaced them with `is_method' and `is_signature'
23760         flags.  Added `context'.
23762         * loader.c (method_from_methodspec): Take a `MonoGenericContext *'
23763         instead of a `MonoGenericContainer *'.
23765         * metadata.c (mono_metadata_generic_param_equal): Removed the hack
23766         for dynamic type parameters.
23767         (mono_metadata_load_generic_params): Setup `container->context'.
23769         * reflection.c (mono_reflection_setup_generic_class): Setup
23770         `tb->generic_container->context'.
23771         (do_mono_reflection_bind_generic_parameters): Use
23772         mono_class_inflate_generic_type() to correctly inflate types,
23773         rather than using our own hack just for MONO_TYPE_VAR.
23775 2004-11-09  Martin Baulig  <martin@ximian.com>
23777         * class.c (mono_class_inflate_generic_method): Small fix; don't
23778         crash here.
23780         * icall.c
23781         (ves_icall_MonoType_GetGenericArguments): Don't ignore `byref' types.
23782         (ves_icall_Type_get_IsGenericTypeDefinition): Likewise.
23783         (ves_icall_Type_GetGenericTypeDefinition_impl): Likewise.
23784         (ves_icall_Type_BindGenericParameters): Likewise.
23785         (ves_icall_Type_get_IsGenericInstance): Likewise.
23786         (ves_icall_Type_GetGenericParameterPosition): Likewise.
23787         (ves_icall_MonoType_get_HasGenericArguments): Likewise.
23788         (ves_icall_MonoType_get_IsGenericParameter): Likewise.
23789         (ves_icall_MonoType_get_DeclaringMethod): Likewise.
23791 2004-11-09  Zoltan Varga  <vargaz@freemail.hu>
23793         * assembly.c (mono_assembly_names_equal): Reenable the comparison of
23794         assembly versions and public key tokens. Fixes #69113.
23796 Tue Nov 9 17:34:05 CET 2004 Paolo Molaro <lupus@ximian.com>
23798         * metadata.c: fix bug introduced with the type cache changes
23799         on 2004-11-06.
23801 Tue Nov 9 17:26:29 CET 2004 Paolo Molaro <lupus@ximian.com>
23803         * metadata.h, metadata.c, domain-internals.h, marshal.c: include
23804         the MonoClass pointer instead of the token in exception clauses.
23805         * reflection.c: updates for the above and make the code not depend
23806         on the structure of MonoExceptionClause.
23808 2004-11-08  Zoltan Varga  <vargaz@freemail.hu>
23810         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): 
23811         Add support for dynamic assemblies. Fixes #69114.
23813         * loader.c (mono_method_get_header): Handle icalls and pinvoke methods.
23815 2004-11-07  Ben Maurer  <bmaurer@ximian.com>
23817         * class-internals.h (MonoMethod): Move addr to MonoMethodPInvoke
23818         since most only those methods use it. the code member of
23819         MonoMethodPInvoke was dead, so that can be removed too. Also,
23820         remove inline_count (again, not used), and move slot so that it
23821         can share bits with some other flags. This saves 8 bytes in the
23822         structure and gives us about 50 kb back for mcs helloworld.cs
23824         * *.[ch]: Do naming changes for the above.
23826         * loader.c (mono_method_get_header): Lazily init the header
23827         on first access.
23828         (mono_get_method_from_token): don't init the header here
23829         (mono_free_method): the header may never be allocated
23831         Overall, this saves 150 kb of unmanaged allocations
23832         for mcs helloworld.cs. That accounts for 10% of the unmanaged
23833         memory at runtime.
23834         
23835         * loader.c, loader.h (mono_method_get_header): new accessor.
23837         * *.[ch]: use the above method. Prepares us to lazily load
23838         the header.
23840         * *.[ch]: Clean up all the pesky warnings. gcc now only gives
23841         three warnings, which are actual bugs (see 69206).
23843         * class-internals.h (MonoMethod): Remove remoting_tramp. It is
23844         unused. Saves a cool 4 bytes / method.
23846 2004-11-06  Ben Maurer  <bmaurer@ximian.com>
23848         * metadata.c (builtin_types): Add types for System.Object here.
23849         (mono_metadata_parse_type_full): Cache MonoType*'s that are
23850         for a class or valuetype from klass->this_arg or klass->byval_arg.
23852         On mcs for a hello world, this gets us down from 21836 MonoType's
23853         to 14560.
23855         (mono_metadata_free_type): Account for the above change.
23857 2004-11-06  Zoltan Varga  <vargaz@freemail.hu>
23859         * appdomain.c (ves_icall_System_AppDomain_GetData): Throw an 
23860         exception instead of asserting if name is null.
23861         (ves_icall_System_AppDomain_GetData): Ditto.
23863 2004-11-05  Zoltan Varga  <vargaz@freemail.hu>
23865         (ves_icall_get_enum_info): Avoid crash when called on a non-finished
23866         EnumBuilder.
23868         * icall.c (ves_icall_System_Reflection_Assembly_GetEntryAssembly): 
23869         Return NULL when the domain does not have entry_assembly set.
23871         * icall.c (ves_icall_System_Reflection_Assembly_GetFilesInternal): 
23872         Add a 'resource_modules' argument.
23873         (ves_icall_type_GetTypeCode): Fix typecode of byref types.
23875         * reflection.c (mono_reflection_create_runtime_class): Move setting
23876         of wastypebuilder here, so mono_get_type_object () returns a MonoType
23877         for enums too.
23879         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringAnsi): Return NULL here instead of an empty string to match MS behavior.
23880         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringAnsi_len):
23881         Throw an ArgumentNullException if 'ptr' is null.
23883         * appdomain.c (mono_domain_assembly_search): Avoid matching dynamic
23884         assemblies here. Fixes #69020.
23886 2004-11-05  Geoff Norton  <gnorton@customerdna.com>
23888         * reflection.c (build_compressed_metadata): Fix the previous patch for
23889         big endian systems.  GUINT32_FROM_LE isn't needed on strlen and was overwriting
23890         the stack.
23892 2004-11-04  Zoltan Varga  <vargaz@freemail.hu>
23894         * assembly.c (mono_assembly_names_equal): Allow a match if one of
23895         the cultures is false. Fixes #69090.
23897         * reflection.c (build_compressed_metadata): Fix invalid memory read 
23898         detected by valgrind.
23899         
23900         * reflection.c (mono_reflection_get_type): Avoid triggering a 
23901         TypeResolve multiple times for the same type. Fixes #65577.
23903 2004-11-04  Ben Maurer  <bmaurer@ximian.com>
23905         * marshal.c: Avoid using ldftn to call managed functions. It is
23906         much slower than just a call.
23908         * reflection.c (mono_module_get_object): free the basename we
23909         allocate here from glib.
23910         
23911         * reflection.c (ensure_runtime_vtable): make sure to free
23912         overrides.  Also, we were allocating an array of MonoMethod not an
23913         array of MonoMethod*.
23915         * marshal.c (mono_marshal_get_stelemref): do a mono_mb_free here.
23917         * image.c (mono_image_close): free image->guid here.
23919 2004-11-02  Zoltan Varga  <vargaz@freemail.hu>
23921         * reflection.c: Fix some spec conformance issues with the PE file
23922         structures so mcs compiled apps run on the Net 2.0 beta.
23924 2004-11-01  Zoltan Varga  <vargaz@freemail.hu>
23926         * string-icalls.c (ves_icall_System_String_ctor_encoding): 
23927         Implement this. Fixes #67264.
23929         * debug-helpers.h debug-helpers.c marshal.c: Move 
23930         mono_find_method_by_name to debug-helpers.c.
23932 2004-10-31  Zoltan Varga  <vargaz@freemail.hu>
23934         * object.c (mono_release_type_locks): type_initialization_hash is
23935         a GHashTable.
23937         * reflection.c object.c object-internals.h: Fix warnings.
23939         * icall.c (ves_icall_Type_GetPropertiesByName): Handle properties
23940         without accessors. Fixes #61561.
23942         * appdomain.c (ves_icall_System_AppDomain_createDomain): Inherit
23943         application base from the root domain if not set. Fixes #65641.
23944         (mono_runtime_init): Fix warning.
23946 2004-10-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
23948         * appdomain.c: call mono_thread_pool_init.
23949         * threadpool.[ch]: new mono_thread_pool_init that sets the max. number
23950         of worker threads based on the number of CPUs and the environment
23951         variable MONO_THREADS_PER_CPU if present. The defaults are 50 (25)
23952         for non-windows (windows) systems.
23954 2004-10-27  Chris Toshok  <toshok@ximian.com>
23956         * mono-debug-debugger.c (write_class): don't call mono_class_init
23957         here, as even with the check for (!klass->init_pending), we get
23958         into a situation where we're hitting cycles in class
23959         initialization.  Fixes #68816.
23961 2004-10-25  Zoltan Varga  <vargaz@freemail.hu>
23963         * image.c: Avoid overwriting values in the loaded_images_hash when an
23964         assembly is loaded multiple times. Fixes #61152.
23966         * assembly.c (mono_assembly_names_equal): Compare the cultures as well,
23967         so multiple satellite assemblies for the same name can be loaded.
23968         Fixes #68259.
23970         * mono_domain_assembly_preload: Actually return the loaded assembly, 
23971         not NULL.
23973         * icall.c (ves_icall_type_is_subtype_of): Fix this for byref types.
23974         (ves_icall_type_is_assignable_from): Ditto. Fixes #68582.
23976         * gc.c (finalize_domain_objects): Call GC_invoke_finalizers () so
23977         pending finalizers are not invoked after the appdomain has been 
23978         unloaded. Fixes #67862.
23980 2004-10-22  Martin Baulig  <martin@ximian.com>
23982         * mono-debug-debugger.c
23983         (mono_debugger_runtime_invoke): Don't box valuetypes.
23985 2004-10-22  Chris Toshok  <toshok@ximian.com>
23987         * mono-debug-debugger.c (do_write_class): handle .cctors too, and
23988         don't hide private methods.
23990 2004-10-22  Sebastien Pouliot  <sebastien@ximian.com>
23992         * icall.c: Allows the runtime to "share" (when known) the public key
23993         token of an assembly. This avoid the need to recalculate the token 
23994         (from the public key) in managed code.
23996 2004-10-21  Chris Toshok  <toshok@ximian.com>
23998         * debug-helpers.c (append_class_name): argh, revert last patch.
23999         
24000 2004-10-21  Chris Toshok  <toshok@ximian.com>
24002         * debug-helpers.c (append_class_name): use '+' as the delimiter,
24003         not '/', so that it matches what the debugger uses to look up
24004         methods.
24006 2004-10-21  Martin Baulig  <martin@ximian.com>
24008         * mono-debug-debugger.c (mono_debugger_throw_exception): New
24009         public method; this is called each time an exception is thrown and
24010         allows the debugger to use exception catch points.
24012 2004-10-21  Martin Baulig  <martin@ximian.com>
24014         * mono-debug-debugger.c (mono_debugger_handle_exception): Write
24015         the stack pointer and the exception object in some struct and pass
24016         that to the debugger.
24018 2004-10-21  Chris Toshok  <toshok@ximian.com>
24020         * mono-debug-debugger.c (do_write_class): add instance/static
24021         event support.  We don't expose "raise" or "other" yet.
24022         (event_is_static): new method.
24024 2004-10-20  Bernie Solomon  <bernard@ugsolutions.com>
24026         * mono-debug-debugger.c
24027         (mono_debugger_handle_exception): Remove
24028         bogus return value for fussy compilers.
24030 2004-10-20  Martin Baulig  <martin@ximian.com>
24032         * mono-debug-debugger.c
24033         (mono_debugger_unhandled_exception): Added `gpointer stack' argument.
24034         (mono_debugger_handled_exception): Likewise.
24036 2004-10-20  Martin Baulig  <martin@ximian.com>
24038         * mono-debug-debugger.h (MonoDebuggerEvent): Added
24039         MONO_DEBUGGER_EVENT_EXCEPTION.
24041         * mono-debug-debugger.c (mono_debugger_handle_exception): New
24042         public function to send the debugger a notification for an
24043         exception and inform it about a catch/finally clause.
24045 2004-10-19  Zoltan Varga  <vargaz@freemail.hu>
24047         * marshal.c, icall.c: Applied patch from Alexandre Rocha Lima e
24048         Marcondes (alexandremarcondes@psl-pr.softwarelivre.org). Really
24049         fix 2.95 build. 
24051         * icall.c (ves_icall_InternalExecute): Fix build for gcc-2.95.
24053 2004-10-18  Zoltan Varga  <vargaz@freemail.hu>
24055         * marshal.c (emit_marshal_object): Fix freeing of memory when a reference type is
24056         marshalled as [In,Out]. Fixes #58325.
24058 2004-10-14  Zoltan Varga  <vargaz@freemail.hu>
24060         * reflection.c (mono_method_body_get_object): Implement some fields.
24062 2004-10-12  Martin Baulig  <martin@ximian.com>
24064         * reflection.c (mono_reflection_bind_generic_parameters): Small
24065         fix, correctly retrieve our parent from a generic instance.
24067 2004-10-12  Martin Baulig  <martin@ximian.com>
24069         * metadata.c (mono_metadata_generic_param_equal): We always have
24070         an owner.
24072         * class.c
24073         (mono_class_from_generic_parameter): We need to have an owner.
24074         (my_mono_class_from_generic_parameter): Likewise.
24076         * reflection.c (mono_reflection_setup_generic_class): Renamed to
24077         mono_reflection_create_generic_class() and added a new
24078         mono_reflection_setup_generic_class().  
24079         (mono_reflection_initialize_generic_param): If we're a nested
24080         generic type and inherited from the containing class, set our
24081         owner to the outer class.
24083 2004-10-11  Zoltan Varga  <vargaz@freemail.hu>
24085         * icall.c (ves_icall_System_Reflection_MethodBase_GetMethodBodyInternal): New icall.
24087         * reflection.c (mono_method_body_get_object): New function to create
24088         a MethodBody object.
24090         * object-internals.h object.h: Add MonoReflectionMethodBody structure.
24092 2004-10-11  Martin Baulig  <martin@ximian.com>
24094         * metadata.c (_mono_metadata_type_equal): Renamed to
24095         do_mono_metadata_type_equal() and made static.
24097 2004-10-11  Martin Baulig  <martin@ximian.com>
24099         * appdomain.c: Bump corlib version number to 28.
24101 2004-10-10  Martin Baulig  <martin@ximian.com>
24103         * class-internals.h
24104         (MonoGenericInst): Added `MonoGenericContainer *container'.
24105         (MonoGenericMethod): Likewise.
24106         (MonoGenericContext): Likewise.
24107         (MonoGenericParam): Added `MonoGenericContainer *owner'.
24109         * metadata.c
24110         (do_mono_metadata_parse_type): Added a `MonoGenericContainer *' argument.
24111         (do_mono_metadata_parse_generic_inst): Likewise.
24112         (mono_metadata_parse_type_full): New public method.  This is the actual
24113         mono_metadata_parse_type() implementation - with an additional
24114         `MonoGenericContainer *' argument.
24115         (mono_metadata_parse_array_full): Likewise.
24116         (mono_metadata_parse_signature_full): Likewise.
24117         (mono_metadata_parse_method_signature_full): Likewise.
24118         (mono_metadata_parse_mh_full): Likewise.
24119         (mono_type_create_from_typespec): Likewise.
24120         (mono_metadata_interfaces_from_typedef_full): New public method;
24121         this is similar to the other _full() methods, but we take a
24122         `MonoGenericContext *' since we have to pass it to mono_class_get_full().
24123         (mono_metadata_parse_generic_param): Take an additional
24124         `MonoGenericContainer *' argument and lookup the MonoGenericParam
24125         from that container.
24126         (mono_metadata_generic_param_equal): New static method to compare
24127         two type parameters.
24128         (_mono_metadata_type_equal): New static method; takes an
24129         additional `gboolean signature_only' argument - if true, we don't
24130         compare the owners of generic parameters.
24131         (mono_metadata_signature_equal): Call _mono_metadata_type_equal()
24132         with a TRUE argument - do a signature-only comparision.
24134         * loader.c: Use the new _full() methods and pass the
24135         MonoGenericContainer to them.
24137         * object-internals.h (MonoReflectionTypeBuilder): Added
24138         `MonoGenericContainer *generic_container' field.
24139         (MonoReflectionMethodBuilder): Likewise.
24141 2004-10-08  Zoltan Varga  <vargaz@freemail.hu>
24143         * icall.c (ves_icall_System_Reflection_Module_GetGlobalType): Special
24144         case initial images of dynamic assemblies.
24146         * reflection.c (mono_image_basic_init): Set 'initial_image' field.
24148         * metadata-internals.h (MonoDynamicImage): Add 'initial_image' field.
24150         * reflection.c (mono_reflection_event_builder_get_event_info): Fix
24151         length of event->other array.
24152         (typebuilder_setup_events): Ditto.
24154         * domain-internals.h (MonoDomain): Rename 'assemblies' hash table to
24155         'assembly_by_name' and add an 'assemblies' list.
24157         * assembly.h assembly.c: Add a new search hook for determining whenever
24158         an assembly is already loaded. Use this instead of searching in the
24159         loaded_assemblies list.
24161         * domain.c appdomain.c: Implement the new search hook so loaded 
24162         assemblies are now scoped by appdomain. Fixes #67727.
24164 2004-10-07  Zoltan Varga  <vargaz@freemail.hu>
24166         * threads.c (mono_thread_attach): Initialize synch_lock field so
24167         mono_thread_detach works again.
24169         * loader.c (mono_lookup_pinvoke_call): Try the dllname prefixed with
24170         'lib' too. Fixes #63130.
24172 2004-10-06  Jackson Harper  <jackson@ximian.com>
24174         * culture-info-tables.h: regenerated.
24176 2004-10-06  Zoltan Varga  <vargaz@freemail.hu>
24178         * icall.c (ves_icall_Type_GetInterfaces): Include interfaces 
24179         implemented by other interfaces in the result. Fixes #65764.
24180         
24181         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): 
24182         Handle unloadable modules without crashing.
24184         * image.c (load_modules): Revert the previous patch since modules must
24185         have a fixed index inside the array.
24186         
24187         * image.c (load_modules): Don't include native modules in the modules
24188         array.
24190 2004-10-05  Zoltan Varga  <vargaz@freemail.hu>
24192         * reflection.h: Add param_defaults field.
24194         * reflection.c: Add support for parameter defaults in dynamic methods.
24195         Fixes #64595.
24197         * icall.c (ves_icall_MonoType_get_Namespace): Return NULL instead of
24198         an empty string when a type has no namespace. Fixes #64230.
24200 2004-10-04  Sebastien Pouliot  <sebastien@ximian.com>
24202         * tabledefs.h: Added "internal" security actions to support non-CAS
24203         permissions NonCasDemand, NonCasLinkDemand and NonCasInheritance. 
24204         Note: they do not seems to be used anymore in 2.0 (new metadata format)
24206 2004-10-04  Zoltan Varga  <vargaz@freemail.hu>
24208         * icall.c (ves_icall_InternalInvoke): Throw an exception when calling
24209         constructor of abstract class. Fixes #61689.
24211 2004-10-04  Martin Baulig  <martin@ximian.com>
24213         * class-internals.h (MonoGenericContainer): New type.
24214         (MonoMethodNormal): Replaced `MonoGenericParam *gen_params' with
24215         `MonoGenericContainer *generic_container'.
24216         (MonoClass): Replaced `gen_params' and `num_gen_params' with
24217         `MonoGenericContainer *generic_container'.
24219         * metadata.c (mono_metadata_load_generic_params): Return a
24220         `MonoGenericContainer *' instead of a `MonoGenericParam *';
24221         removed the `num' argument.
24223 2004-10-03  Zoltan Varga  <vargaz@freemail.hu>
24225         * icall.c (ves_icall_System_Reflection_Module_GetPEKind): Add support
24226         for dynamic images.
24228         * object-internals.h (MonoReflectionAssemblyBuilder): Add pe_kind and
24229         machine fields.
24231         * metadata-internals.h (MonoDynamicImage): Add pe_kind and machine fields.
24233         * reflection.c: Save pe_kind and machine values into the generated
24234         image file.
24236         * appdomain.c: Bump corlib version number.
24238         * object-internals.h: Reorganize layout of LocalBuilder.
24240         * class-internals.h class.c (mono_class_get_implemented_interfaces): 
24241         New helper function.
24243         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Return the
24244         created MonoType for dynamic types. Fixes #66180.
24246 2004-10-02  Ben Maurer  <bmaurer@ximian.com>
24248         * threadpool.c: the ares hashtable needs a critical section around it.
24249         this prevents some nasty segfaults
24251 2004-10-02  Massimiliano Mantione  <massi@ximian.com>
24253         * process.c: Fixed alignments to 32 bits as casting to unsigned is unsafe
24254         on 64 bits platforms, patch by will@exomi.com (Ville-Pertti Keinonen), see
24255         bug 67324).
24256         
24257 2004-09-30  Zoltan Varga  <vargaz@freemail.hu>
24259         * object-internals.h (MonoReflectionTypeBuilder): Add 'created' field.
24260         
24261 2004-09-30  Lluis Sanchez Gual  <lluis@novell.com>
24263         * image.c: Always canonicalize image file names, to avoid loading
24264         the same assembly twice when referenced using a relative path.
24266 2004-09-30  Zoltan Varga  <vargaz@freemail.hu>
24268         * marshal.h marshal.c icall.c: Fix bugs in previous patch.
24270         * marshal.c marshal.h icall.c: Add GetDelegateForFunctionPointerInternal icall.
24272         * marshal.c: Fix warnings.
24274 2004-09-29  Geoff Norton  <gnorton@customerdna.com>
24276         * marshal.c (mono_ftnptr_to_delegate): This method was improperly
24277         attempting to marshal the delegate_trampoline as the method_addr.
24278         This patch has a static hashtable of marshalled delegates so that 
24279         we can map delegate_trampoline addresses back to delegates.  This
24280         allows a delegate passed to managed code to be passed back into native
24281         code.  Fixes #67039
24283 2004-09-28  Zoltan Varga  <vargaz@freemail.hu>
24285         * icall.c: Add GetFunctionPointerForDelegateInternal icall.
24287         * reflection.c (method_encode_code): Align method headers properly.
24288         Fixes #66025.
24290 2004-09-28  Lluis Sanchez Gual  <lluis@novell.com>
24292         * marshal.c: In the runtime invoke wrapper, reset the abort
24293         exception if it is cached. This avoids the automatic rethrowal of 
24294         the exception after the catch of the wrapper. Also check for pending
24295         interruptions before calling the managed method. This is done using
24296         the new method emit_thread_force_interrupt_checkpoint, since the
24297         normal checkpoint method is ignored when running the invoke wrapper.
24298         * object.c: If the abort exception is rethrown, set the abort_exc
24299         field of the thread, so it will be rethrown aftere every catch.
24300         * threadpool.c: Only run an interruption checkpoint if what has been
24301         requested is a stop of the thread (aborts will be ignored).
24302         * threads.c: By default, a thread will now never be interrumped while
24303         running the runtime invoke wrapper (this ensures that runtime_invoke
24304         will always return to the caller if an exception pointer is provided).
24305         There is a new special method mono_thread_force_interruption_checkpoint()
24306         to force an interruption checkpoint even if running a protected
24307         wrapper, which is used by the same runtime invoke wrapper to do a check
24308         at a safe point.
24310 2004-09-28  Lluis Sanchez Gual  <lluis@novell.com>
24312         * object.c, object-internals.h: Implemented mono_release_type_locks,
24313         which releases the cctor locks held by a thread.
24314         * threads.c, threads.h: In thread_cleanup, release cctor locks held
24315         by a thread. Added mono_thread_exit() method to be used to safely stop
24316         a thread.
24318 2004-09-28  Raja R Harinath  <rharinath@novell.com>
24320         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): 
24321         Move null check before dereference.  Avoid indexing beyond the end
24322         of the 'modules' array.
24324 2004-09-28  Raja R Harinath  <rharinath@novell.com>
24326         * metadata-internals.h (MonoImage): Add module_count field.
24327         * image.c (load_modules): Set image->module_count.
24328         (mono_image_load_file_for_image): Use image->module_count.
24329         * reflection.c (mono_image_load_module): Append to image->modules array 
24330         of dynamic assembly.
24331         (mono_module_get_object): Fix loop to actually increment index.
24332         Use image->module_count.
24333         * assembly.c (mono_assembly_load_references): Use image->module_count.
24334         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal):
24335         Likewise.
24337 2004-09-28  Zoltan Varga  <vargaz@freemail.hu>
24339         * icall.c (ves_icall_System_Reflection_FieldInfo_GetUnmanagedMarshal): 
24340         Avoid assert on generic types.
24342 2004-09-26  Zoltan Varga  <vargaz@freemail.hu>
24344         * icall.c (ves_icall_System_Reflection_FieldInfo_GetUnmanagedMarshal): New icall.
24346         * reflection.c (mono_param_get_objects): Fill out MarshalAsImpl field.
24348         * reflection.c (mono_reflection_marshal_from_marshal_spec): New 
24349         function to convert a MarshalSpec structure to its managed counterpart.
24351         * reflection.c: Fix warnings.
24352         
24353         * object-internals.h (MonoReflectionParameter): Add MarshalAsImpl
24354         field.
24356         * icall.c (mono_create_icall_signature): Fix build.
24358 2004-09-25  Zoltan Varga  <vargaz@freemail.hu>
24360         * icall.c: Add MakePointType icall.
24362         * icall.c (ves_icall_System_Text_Encoding_InternalCodePage): Fix
24363         warnings.
24365 2004-09-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
24367         * threadpool.c: reuse allocated slots in the queue.
24369 2004-09-24  Zoltan Varga  <vargaz@freemail.hu>
24371         * object-internals.h (MonoReflectionDllImportAttribute): New structure.
24373         * icall.c: Add new icalls for GetDllImportAttribute and GetFieldOffset.
24375         * reflection.h reflection.c (mono_reflection_get_custom_attrs): Revert
24376         previous change.
24378         * tabledefs.h: Add constants for pinvoke attributes BestFit and
24379         ThrowOnUnmappableChar.
24381         * icall.c (ves_icall_Type_GetPacking): New icall.
24383 2004-09-24  Martin Baulig  <martin@ximian.com>
24385         * icall.c (ves_icall_Type_GetGenericParameterConstraints): New interncall.
24387 2004-09-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
24389         * appdomain.c:
24390         (mono_domain_set): allow setting a domain that is being unloaded.
24391         (mono_domain_unload): invoke the DomainUnload callbacks in the domain
24392         being unloaded.
24394 2004-09-23  Zoltan Varga  <vargaz@freemail.hu>
24396         * icall.c reflection.h reflection.c: Add a 'pseudo_attrs' argument to
24397         the GetCustomAttributes icall.
24399 2004-09-23  Martin Baulig  <martin@ximian.com>
24401         * object-internals.h (MonoReflectionGenericParam): Replaced
24402         'has_ctor_constraint', `has_reference_type' and `has_value_type'
24403         with `guint32 attrs'.
24405 2004-09-23  Martin Baulig  <martin@ximian.com>
24407         * icall.c (ves_icall_Type_GetGenericParameterAttributes): New interncall.
24409 2004-09-23  Martin Baulig  <martin@ximian.com>
24411         * object-internals.h (GenericParameterAttributes): New enum.
24413 2004-09-23  Zoltan Varga  <vargaz@freemail.hu>
24415         * object-internals.h (MonoEventInfo): Add 'other_methods' field.
24416         
24417         * class.c (init_events): Fill out event->other field.
24419         * class.c: Fix warnings.
24421         * icall.c (ves_icall_get_event_info): Fill out 'other_methods' field.
24423 Wed Sep 22 19:04:32 CEST 2004 Paolo Molaro <lupus@ximian.com>
24425         * class-internals.h, icall.c, loader.c, loader.h: added a faster stack
24426         walk which doesn't supply the IL offset.
24428 2004-09-22  Martin Baulig  <martin@ximian.com>
24430         * reflection.c (mono_reflection_setup_internal_class): If we're
24431         System.ValueType, System.Object or System.Enum, set
24432         `klass->instance_size' and create the vtable.
24433         (mono_reflection_create_internal_class): If we're an enum type,
24434         get the base class from our current corlib.
24436 2004-09-22  Zoltan Varga  <vargaz@freemail.hu>
24438         * reflection.h (MonoResolveTokenError): New type.
24440         * icall.c (ves_icall_System_Reflection_Module_ResolveMemberToken): New
24441         icall.
24443         * icall.c: Add an 'error' argument to the ResolveToken icalls.
24445 2004-09-22  Lluis Sanchez Gual  <lluis@novell.com>
24447         * icall.c: Support ContextBoundObject proxies in ves_icall_InternalExecute.
24448         Support also calling constructors, but only for already allocated objects.
24450 2004-09-17  Geoff Norton <gnorton@customerdna.com>
24452         * reflection.c (type_get_qualified_name): If the klass is null
24453         return the typename to avoid a NullRefEx.
24454         (encode_cattr_value): Get the qualified name of the boxed type,
24455         not the underlying enumtype.  Fixes #62984.
24457 2004-09-21  Zoltan Varga  <vargaz@freemail.hu>
24459         * marshal.c: Fix problems with previous checkin.
24461 2004-09-21    <vargaz@freemail.hu>
24463         * marshal.h marshal.c icall.c: Add new icalls for Alloc/FreeHGlobal. Change the
24464         existing mono_marshal_alloc/free functions to use CoTaskMemAlloc/Free under windows.
24466         * marshal.c: Allocate marshaller memory using mono_marshal_alloc/free.
24468 2004-09-21  Geoff Norton <gnorton@customerdna.com>
24470         * icall.c (ves_icall_MonoType_GetElementType): GetElementType
24471         should only return a type for pointers, arrays, and passbyref types.
24472         Fixes bug #63841.
24474 2004-09-21  Martin Baulig  <martin@ximian.com>
24476         * domain.c (mono_debugger_check_runtime_version): New public
24477         function.
24479         * icall.c (ves_icall_MonoDebugger_check_runtime_version): New icall.    
24481 2004-09-20  Sebastien Pouliot  <sebastien@ximian.com>
24483         * reflection.c: Added missing sort to the declarative security 
24484         attributes table. MS implementation stops seeing the attributes if the
24485         token number regress in the table (as shown by ildasm and permview).
24487 2004-09-20  Zoltan Varga  <vargaz@freemail.hu>
24489         * object-internals.h (MonoReflectionModule): Add 'token' field.
24490         
24491         * reflection.c (mono_reflection_get_token): Add support for Module
24492         and Assembly.
24493         (mono_module_get_object): Set 'token' field.
24494         (mono_module_file_get_object): Set 'token' field.
24496         * icall.c: Add new Assembly and Module icalls.
24498         * appdomain.c: Bump corlib version.
24500 2004-09-19  Zoltan Varga  <vargaz@freemail.hu>
24502         * loader.h loader.c class.h class.c: Add helper functions for obtaining
24503         tokens of metadata objects.
24505         * reflection.h reflection.c (mono_reflection_get_token): New function
24506         to obtain the token of a metadata object.
24508         * icall.c: Add icalls for MetadataToken and ModuleHandle methods.
24510 2004-09-17  Zoltan Varga  <vargaz@freemail.hu>
24512         * loader.c (mono_lookup_pinvoke_call): Try the underscore prefixed name as well.
24513         
24514         * loader.c (mono_lookup_pinvoke_call): Add support for stdcall name mangling.
24516 2004-09-16  Sebastien Pouliot  <sebastien@ximian.com>
24518         * appdomain.c: Bumped MONO_CORLIB_VERSION to 25.
24519         * object-internals.h: Added 3 MonoArray* members to MonoReflection
24520         AssemblyBuilder to access the permissions set in the class lib.
24521         * reflection.c: Added security attributes encoding step in 
24522         mono_image_build_metadata.
24523         * tabledefs.h: Added new security actions defined in 2.0:
24524         LinkDemandChoice, InheritanceDemandChoice and DemandChoice.
24526 2004-09-16  Lluis Sanchez Gual  <lluis@novell.com>
24528         * threads.c: Fixed SET_CURRENT_OBJECT macros, they were ignoring the
24529         macro parameter.
24531 2004-09-16  Lluis Sanchez Gual  <lluis@novell.com>
24533         * locales.c: nullify the ICU_collator member of CompareInfo when it is
24534           finalized. There where random SIGSEVs at program termination, when
24535           an object being finalized was trying to do a string comparison and
24536           the current culture was already finalized.
24538 2004-09-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
24540         * threads.c: call thread_cleanup before finishing the thread if we get
24541         there.
24543 2004-09-16  Zoltan Varga  <vargaz@freemail.hu>
24545         * appdomain.c (ves_icall_System_AppDomain_createDomain): Load all
24546         assemblies from the parent. Fixes #65665.
24548 2004-09-15  Zoltan Varga  <vargaz@freemail.hu>
24550         * metadata.c (mono_metadata_parse_type): Fix parsing of custom
24551         modifiers.
24553 2004-09-14  Bernie Solomon  <bernard@ugsolutions.com>
24555         * reflection.h: add prototype for mono_get_dbnull_object
24556         * reflection.c: add prototypes for get_default_param_value_blobs 
24557         and mono_get_object_from_blob for fussier compilers
24559 2004-09-14  Lluis Sanchez Gual  <lluis@novell.com>
24561         * object.c: Added a "done" flag to TypeInitializationLock. This avoids
24562         false deadlock checks in class initialization.
24564 2004-09-13  Zoltan Varga  <vargaz@freemail.hu>
24566         * image.c (mono_image_addref): Fix comment.
24568         * metadata.c (mono_metadata_parse_type): Avoid memory allocations if
24569         possible.
24571 2004-09-12  Jambunathan K  <kjambunathan@novell.com>
24573         * reflection.c (mono_param_get_objects): Modified to return
24574         ParameterInfo.DefaultValue object.
24576         (get_default_param_value_blobs):
24577         (mono_get_object_from_blob):
24578         (mono_get_dbnull_object): New helper routines. 
24580         * object.c (mono_get_constant_value_from_blob): New helper routine
24581         carved out from get_default_field_value ()
24583         * object-internals.h (mono_get_constant_value_from_blob): Added
24584         function declaration.
24586 2004-09-11  Zoltan Varga  <vargaz@freemail.hu>
24588         * assembly.c assembly.h icall.c class.c appdomain.c: Lazily load 
24589         referenced assemblies. Fixes #62135.
24591         * exception.h exception.c (mono_get_exception_file_not_found2): New
24592         helper function.
24594 2004-09-10  Zoltan Varga  <vargaz@freemail.hu>
24596         * class.h class.c: Add mono_type_get_underlying_type ().
24598 2004-09-09  Geoff Norton <gnorton@customerndna.com>
24600         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes):
24601         Fix GetTypes() to support dynamically created assemblies.
24603 2004-09-09  Zoltan Varga  <vargaz@freemail.hu>
24605         * reflection.c (reflection_methodbuilder_to_mono_method): Remove TODO.
24606         
24607         * reflection.c (reflection_methodbuilder_to_mono_method): Fix bug in
24608         previous patch.
24610         * reflection.h reflection.c loader.c: Allow dynamic construction of
24611         pinvoke methods. Fixes #65571.
24612         
24613         * reflection.c (mono_reflection_get_type): Revert previous change since
24614         it causes regressions.
24616 2004-09-08  Martin Baulig  <martin@ximian.com>
24618         * class.c (class_compute_field_layout): Don't call
24619         mono_class_layout_fields() for open generic instances.
24621 2004-09-08 Bernie Solomon <bernard@ugsolutions.com>
24622         * threads.c appdomain.c: fix typo in GC macro
24624 2004-09-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
24626         * threads.c: don't call mono_thread_detach() in start_wrapper(),
24627         avoiding a possible hang in GetCurrentThreadId(0). Fixes bug #65379.
24629 2004-09-08  Zoltan Varga  <vargaz@freemail.hu>
24631         * image.c (mono_image_close): Applied patch from 
24632         vasantha.paulraj@honeywell.com (Vasantha selvi). Fix crash when an
24633         assembly is loaded multiple times from data.
24634         
24635         * image.c (mono_image_open): Fix warning.
24637 2004-09-07  Zoltan Varga  <vargaz@freemail.hu>
24639         * reflection.h reflection.c icall.c: Only call TypeResolve handlers
24640         once. Fixes #58334.
24641         
24642         * reflection.c (mono_reflection_create_runtime_class): Initialize
24643         klass->nested_classes. Fixes #61224.
24645 Tue Sep 7 14:35:26 CEST 2004 Paolo Molaro <lupus@ximian.com>
24647         * threads.c: sched_yield() on exit, to allow threads to quit.
24649 2004-09-07  Zoltan Varga  <vargaz@freemail.hu>
24651         * object.c (mono_unhandled_exception): Remove leftover debug code.
24653 2004-09-07  Atsushi Enomoto  <atsushi@ximian.com>
24655         * appdomain.c, threads.c : don't use GC_CreateThread when with-gc=none
24657 2004-09-07  Zoltan Varga  <vargaz@freemail.hu>
24659         * marshal.c (emit_marshal_array): Really null terminate string arrays.
24660         
24661         * marshal.c (emit_marshal_string): Fix freeing of unicode strings.
24663 2004-09-06  Zoltan Varga  <vargaz@freemail.hu>
24665         * marshal.c (emit_marshal_array): Null terminate string arrays.
24666         
24667         * marshal.c (raise_auto_layout_exception): Fix warning.
24669         * reflection.c (mono_param_get_objects): Initialize the default value
24670         with DBNull.Value, not null. Fixes #62123.
24672 2004-09-01  Miguel de Icaza  <miguel@ximian.com>
24674         * marshal.c (mono_marshal_get_managed_wrapper): Remove FIXME and
24675         throw an exception with a cute explanation.
24677 2004-09-06  Dick Porter  <dick@ximian.com>
24679         * process.c (ves_icall_System_Diagnostics_Process_Start_internal):
24680         Close the new process's thread handle, as we don't use it.  The
24681         handle stays around forever otherwise.
24683 2004-09-06  Zoltan Varga  <vargaz@freemail.hu>
24685         * object.c (arith_overflow): Fix warning.
24687         * reflection.c (mono_image_get_methodref_token): Do not emit unmanaged
24688         calling conventions in method refs. Fixes #65352.
24690         * reflection.c: Fix warnings.
24692 2004-09-06 Ben Maurer  <bmaurer@users.sourceforge.net>
24694         * icall.c: Add a new icall for Array.Clear
24696 2004-09-06 Ben Maurer  <bmaurer@users.sourceforge.net>
24698         * object.c: When allocating an array, we have to throw
24699         an overflow exception if any of the lengths are < 0.
24701 2004-09-06  Zoltan Varga  <vargaz@freemail.hu>
24703         * marshal.h marshal.c: Free unmanaged memory allocated by managed code
24704         properly. Also move implementation of string array marshalling to 
24705         managed code. Fixes #42316.
24707 2004-09-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
24709         * assembly.c: provide more information when loading an assembly fails.
24711 2004-09-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
24713         * filewatcher.c: don't expect the development fam package to be
24714         installed.
24716 2004-09-03  Zoltan Varga  <vargaz@freemail.hu>
24718         * marshal.c: Make a copy of the signature cookie since it will be
24719         freed by the caller.
24720         
24721         * marshal.c (mono_delegate_to_ftnptr): Fix bug in previous patch.
24723         * marshal.c (mono_delegate_to_ftnptr): Fix memory leaks.
24725         * metadata.c (mono_metadata_free_marshal_spec): New function to free
24726         marshal specs.
24728         * marshal.c: More refactoring.
24729         
24730         * marshal.c: Refactor the mono_marshal_get_native_wrapper function into
24731         smaller functions.
24733 2004-09-03  Lluis Sanchez Gual  <lluis@novell.com>
24735         * object.c: In mono_message_invoke, fill the output parameter array after
24736           calling the managed method (it was done before the call). This fixes
24737           bug #59299.
24739 2004-09-02  Zoltan Varga  <vargaz@freemail.hu>
24741         * marshal.c (mono_marshal_alloc): Return a valid pointer on size 0
24742         as well.
24744 2004-09-02  Martin Baulig  <martin@ximian.com>
24746         * class.c (mono_class_instance_size): Don't allow generic type
24747         definitions or open generic instances.
24748         (mono_class_array_element_size): If we're a value type, call
24749         mono_class_instance_size() on the original class.
24751         * metadata.c (mono_type_size, mono_type_stack_size): Correctly
24752         handle generic instances.
24754         * mono-debug-debugger.c (write_type): Handle generic instances
24755         like classes.
24757 2004-09-02  Zoltan Varga  <vargaz@freemail.hu>
24759         * marshal.c (mono_marshal_alloc): Raise an OutOfMemory exception if
24760         the allocation request fails. Fixes #65089.
24762         * object.c (mono_runtime_free_method): Do not call mono_free_method.
24763         
24764         * object.c (mono_runtime_free_method): New function to free a dynamic
24765         method.
24767         * marshal.c (mono_delegate_free_ftnptr): New function to free the
24768         delegate trampoline.
24770         * marshal.c (mono_marshal_get_managed_wrapper): Mark managed wrapper
24771         with hasthis as dynamic,
24773         * icall.c (ves_icall_System_Delegate_FreeTrampoline): New icall.
24775         * domain.c (mono_jit_info_table_remove): New function to remove an
24776         entry from the jit info table.
24778         * class-internals.h (MonoMethod): Add 'dynamic' field.
24780         * loader.c: Fix warnings.
24782 2004-09-01  Martin Baulig  <martin@ximian.com>
24784         * mono-debug.c, debug-mono-symfile.c: Use mono_loader_lock()
24785         instead of mono_debugger_lock() because the latter one is a no-op
24786         unless running in the debugger.
24788 2004-09-01  Zoltan Varga  <vargaz@freemail.hu>
24790         * class.c (class_compute_field_layout): Classes with auto-layout or
24791         reference fields are not blittable.
24792         
24793 2004-09-01  Dick Porter  <dick@ximian.com>
24795         * icall.c (ves_icall_System_Reflection_Assembly_get_location): Use
24796         mono_image_get_filename() to get the assembly location.
24798         * icall.c:
24799         * metadata.h: Fix compile warnings
24801 2004-09-01  Zoltan Varga  <vargaz@freemail.hu>
24803         * class.c (class_compute_field_layout): System.Object is blittable.
24805         * marshal.c (mono_marshal_get_native_wrapper): Pass blittable classes
24806         as in/out. Fixes #59909.
24808 2004-09-01  Martin Baulig  <martin@ximian.com>
24810         * metadata.h (MONO_TYPE_ISREFERENCE): Call
24811         mono_metadata_generic_inst_is_valuetype() if we're a generic
24812         instance to check whether our underlying type is a reference type.
24814 2004-09-01  Martin Baulig  <martin@ximian.com>
24816         * metadata.c (mono_type_size): If we're a generic instance, call
24817         mono_class_value_size() for value types.
24819 2004-08-31  Zoltan Varga  <vargaz@freemail.hu>
24821         * marshal.c: Implement more custom marshalling functionality. Fixes
24822         #64915.
24824 Tue Aug 31 17:55:15 CEST 2004 Paolo Molaro <lupus@ximian.com>
24826         * mono-debug.c, debug-mono-symfile.c: add some locking love.
24828 2004-08-30  Zoltan Varga  <vargaz@freemail.hu>
24830         * domain-internals.h domain.c: Add a per-domain jump trampoline hash.
24832         * icall.c (ves_icall_System_Reflection_MethodBase_GetMethodFromHandle): Rename to ...Internal.
24834         * icall.c: Fix some warnings.
24836         * threads.c (abort_appdomain_thread): Fix unref errors.
24837         (mono_thread_current): Fix THREAD_DEBUG define.
24839 2004-08-29  Zoltan Varga  <vargaz@freemail.hu>
24841         * metadata.h (MONO_TYPE_ISSTRUCT): Fix warning.
24843         * icall.c (ves_icall_System_Reflection_MethodBase_GetMethodFromHandle): New icall.
24845 2004-08-28  Zoltan Varga  <vargaz@freemail.hu>
24847         * marshal.c (mono_marshal_get_native_wrapper): Add support for byref 
24848         string arrays.
24850 2004-08-28  Martin Baulig  <martin@ximian.com>
24852         * metadata.c
24853         (mono_metadata_generic_inst_is_valuetype): New public function.
24855         * metadata.h (MONO_TYPE_ISSTRUCT): Call
24856         mono_metadata_generic_inst_is_valuetype() if we're a generic
24857         instance to check whether our underlying type is a valuetype.
24859 2004-08-26  Zoltan Varga  <vargaz@freemail.hu>
24861         * class.c (mono_ptr_class_get): Fix name of pointer classes. Fixes
24862         #63768.
24864 2004-08-25  Martin Baulig  <martin@ximian.com>
24866         * loader.c (mono_get_method_from_token): Abstract methods can also
24867         be generic and thus have type parameters.
24869         * metadata-internals.h
24870         (MonoDynamicImage): Added `GPtrArray *gen_params'.
24872         * reflection.c (mono_image_get_generic_param_info): Don't create a
24873         metadata row, just add an entry to the `gen_params' array.
24874         (build_compressed_metadata): Sort the `gen_params' array and then
24875         actually create the metadata.
24877 2004-08-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
24879         * threadpool.c: remove unneeded 'if' around mono_monitor_enter.
24881 2004-08-25  Zoltan Varga  <vargaz@freemail.hu>
24883         * debug-helpers.c: Handle MONO_TYPE_GENERICINST.
24885 2004-08-24  Martin Baulig  <martin@ximian.com>
24887         * class.cs (mono_class_is_subclass_of): Like an interface, a
24888         generic instance also derives from System.Object.
24890 2004-08-23  Zoltan Varga  <vargaz@freemail.hu>
24892         * metadata.c (mono_metadata_parse_type): Alloc pinned, byref and
24893         custom modifiers to be in any order. Fixes #61990.
24895 2004-08-20  Zoltan Varga  <vargaz@freemail.hu>
24897         * object.c: Register mono_object_new_fast icall.
24898         
24899         * object.c (mono_class_get_allocation_ftn): Return to calling
24900         mono_object_new_fast, since it seems faster to compute the object 
24901         size in unmanaged code than passing it as a parameter.
24903         * object.c (mono_class_get_allocation_ftn): Add marshalbyref case.
24905         * gc-internal.h gc.c: Add mono_gc_out_of_memory () function. Register
24906         this function with Boehm as the oom handler, so we don't have to check
24907         the result of GC_malloc.
24909         * object.c: Remove checks for oom.
24911         * object.h object.c (mono_class_get_allocation_ftn): New function to
24912         return the icall which can be used to allocate an instance of a given
24913         class. 
24915         * object.c: Handle common allocation requests using GC_gcj_fast_malloc.
24917         * class-internals.h: Add 'enabled' field.
24919 2004-08-19  Zoltan Varga  <vargaz@freemail.hu>
24921         * domain.c (mono_init_internal): Call MONO_GC_PRE_INIT ().
24923 2004-08-18  Jambunathan K  <kjambunathan@novell.com>
24924         * tabledefs.h: Corretced PARAM_ATTRIBUTE_OPTIONAL to the right
24925         value 0x0010.
24927 2004-08-18 Ben Maurer  <bmaurer@users.sourceforge.net>
24929         * appdomain.c: use the Tls function for appdomain too,
24930         at Zoltan's request. Actually return in mono_context_get
24932         * appdomain.c, profiler.c, threads.c: use __thread
24934 2004-08-18  Zoltan Varga  <vargaz@freemail.hu>
24936         * appdomain.c threads.c: Call GC_CreateThread on windows.
24938         * Makefile.am (libmetadata_la_LIBADD): Avoid linking libmonoos into
24939         multiple libraries since this don't work on windows.
24941 2004-08-18  Martin Baulig  <martin@ximian.com>
24943         * class-internals.h
24944         (MonoMethodNormal): Moved `MonoGenericParam *gen_params' here from
24945         MonoMethodHeader.
24947         * metadata.h (MonoMethodHeader): Moved the `gen_params' field to
24948         MonoMethodNormal since we also need it for abstract and interface
24949         methods.
24951         * reflection.c
24952         (build_compressed_metadata): Sort the GenericParam table.
24953         (mono_image_create_token): Added `gboolean create_methodspec'
24954         argument; this is false when generating a MethodImpl token.
24955         (reflection_methodbuilder_to_mono_method): Abstract and interface
24956         methods may also have generic parameters.
24958 2004-08-17 Ben Maurer  <bmaurer@users.sourceforge.net>
24960         * appdomain.c: thread local alloc
24962 2004-08-17  Martin Baulig  <martin@ximian.com>
24964         * appdomain.c: Bumped MONO_CORLIB_VERSION to 24.
24966         * icall.c
24967         (ves_icall_System_MonoType_getFullName): Added `gboolean full_name'
24968         argument.
24970         * class.c (mono_type_get_full_name): New public function.
24971         (mono_type_get_name): Don't include the type arguments.
24973 2004-08-16  Zoltan Varga  <vargaz@freemail.hu>
24975         * Makefile.am: Build static versions of libmetadata and libmonoruntime
24976         for inclusion into the mono executable.
24978 2004-08-16  Martin Baulig  <martin@ximian.com>
24980         * metadata.c (do_mono_metadata_parse_generic_inst): Store the
24981         MonoGenericInst, not the MonoType in the `generic_inst_cache'.
24983 2004-08-14  Martin Baulig  <martin@ximian.com>
24985         * class.c (dup_type): Also copy the `byref' field.
24987 2004-08-15  Zoltan Varga  <vargaz@freemail.hu>
24989         * reflection.c (create_dynamic_mono_image): Revert the last change 
24990         since it breaks bootstrap.
24992 2004-08-14  Zoltan Varga  <vargaz@freemail.hu>
24994         * reflection.c (create_dynamic_mono_image): Set ref_count to 1.
24996         * image.c (mono_image_close): Dynamic images are GC_MALLOCed, so do
24997         not free them with g_free.
24999 2004-08-11  Martin Baulig  <martin@ximian.com>
25001         * reflection.c (mono_reflection_setup_internal_class): Also call
25002         mono_class_setup_mono_type() if we already have a `tb->type.type'.
25004 2004-08-09  Sebastien Pouliot  <sebastien@ximian.com>
25006         * appdomain.c: Fix ves_icall_System_AppDomain_getDomainByID when 
25007         called during default (first) AppDomain creation. Keep track of
25008         Evidence when loading assemblies.
25010 Mon Aug 9 14:41:45 CEST 2004 Paolo Molaro <lupus@ximian.com>
25012         * opcodes.c, opcodes.h: reduce runtime relocations.
25014 Mon Aug 9 13:30:53 CEST 2004 Paolo Molaro <lupus@ximian.com>
25016         * culture-info.h, locales.c: fixes and chages to sue the new
25017         optimized format of the locale data.
25018         * culture-info-tables.h: regenerated.
25020 2004-08-06  Geoff Norton <gnorton@customerdna.com>
25021         
25022         * filewatcher.c: If HAVE_KQUEUE return mode 3 to use the new kqueue watcher
25024 2004-08-05  Sebastien Pouliot  <sebastien@ximian.com>
25026         * appdomain.c: Bumped MONO_CORLIB_VERSION to 23. Added new icall
25027         ves_icall_System_AppDomain_getDomainByID to get an AppDomain by Id.
25028         * domain-internals.h: icall declaration.
25029         * icall.c: icall registration.
25030         * object-internals.h: New fields in MonoAssembly for CAS.
25032 2004-08-05  Duncan Mak  <duncan@ximian.com>
25034         * verify.c: Renamed CEE_STELEM to CEE_STELEM_ANY and CEE_LDELEM to
25035         CEE_LDELEM_ANY.
25037 Thu Aug 5 17:11:44 CEST 2004 Paolo Molaro <lupus@ximian.com>
25039         * reflection.c: fix to deal with object[] arrays in custom ctors
25040         (bug #62550).
25042 2004-08-05  Martin Baulig  <martin@ximian.com>
25044         * class.c (mono_class_array_element_size): Added support for
25045         generic instances and correctly handle "recursive" types.
25047 2004-08-05  Zoltan Varga  <vargaz@freemail.hu>
25049         * assembly.c: Fix warnings.
25051 2004-08-04  Martin Baulig  <martin@ximian.com>
25053         * class.c
25054         (mono_type_get_name_recurse): Added `gboolean include_arity'
25055         argument specifying whether or not we should include the generic
25056         arity in the type name.
25057         (_mono_type_get_name): New static function.
25058         (mono_class_setup_vtable): If we're a generic instance, don't
25059         include the generic arity in the names of explicit method
25060         implementations.        
25062 2004-08-03  Martin Baulig  <martin@ximian.com>
25064         * class.c (mono_type_get_name_recurse): Enclose the generic type
25065         arguments in `<', '>'.
25067 Tue Aug 3 17:54:17 CEST 2004 Paolo Molaro <lupus@ximian.com>
25069         * gc.c: make GC warning messages use the trace API, they are just
25070         noise to most of the users.
25072 2004-08-03  Martin Baulig  <martin@ximian.com>
25074         * debug-mono-symfile.c (read_string): Correctly read the string.
25076 2004-07-30  Zoltan Varga  <vargaz@freemail.hu>
25078         * marshal.c (signature_dup_add_this): Fix bug in previous patch.
25079         
25080         * marshal.c (mono_marshal_get_icall_wrapper): Add support for vararg
25081         icalls.
25082         (mono_marshal_get_runtime_invoke): Correctly handle valuetype methods.
25084 2004-07-30  Martin Baulig  <martin@ximian.com>
25086         * debug-mono-symfile.c, mono-debug.c, mono-debug-debugger.c:
25087         Reflect latest symbol writer changes.   
25089 Fri Jul 30 16:49:05 CEST 2004 Paolo Molaro <lupus@ximian.com>
25091         * object.c: always create an object if null is passed
25092         to Invoke() where a valuetype is expected.
25094 2004-07-29  Bernie Solomon  <bernard@ugsolutions.com>
25096         * marshal.c (mono_marshal_init): make managed
25097         signatures match native ones better for 64bits.
25099 2004-07-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25101         * appdomain.c: hack to build correctly the private bin path on windows.
25102         Fixes bug #61991.
25104 2004-07-28  Lluis Sanchez Gual  <lluis@novell.com>
25106         * assembly.c: Load mscorlib from the correct framework directory
25107           (mono/<version>/mscorlib.dll).
25108         * appdomain.h: Added prototypes for new functions.
25109         * internals.h: Added some prototypes.
25110         * domain.c: When initializing the runtime, get from the executable and
25111           the configuration files the runtime version that the app supports.
25112           Added support methods for reading app.exe.config. Added list of versions
25113           supported by the JIT. Added two new methods: mono_init_from_assembly,
25114           which initializes the runtime and determines the required version from
25115           the provided exe file, and mono_init_version, which initializes
25116           the runtime using the provided version.
25117         * icall.c: Get machine.config from version-specific directory.
25118         * reflection.c: When generating an image, embed the version number
25119           of the current runtime.
25121 2004-07-28  Dick Porter  <dick@ximian.com>
25123         * socket-io.c
25124         (ves_icall_System_Net_Sockets_Socket_RecvFrom_internal): Check
25125         returned sockaddr size before creating the remote address object.
25126         Patch by Nick Vaughan (dev@6wardlaw.freeserve.co.uk), fixes bug
25127         61608.
25129 2004-07-28  Dick Porter  <dick@ximian.com>
25131         * locales.c (string_invariant_compare_char): Fix invariant char
25132         compares between upper and lower cases.  Fixes bug 61458.
25134 2004-07-27  Ben Maurer  <bmaurer@ximain.com>
25135         
25136         * marshal.c: actually cache stelem.ref wrappers.
25137         
25138 Tue Jul 27 16:56:55 CEST 2004 Paolo Molaro <lupus@ximian.com>
25140         * class.c, image.c, loader.c, cil-coff.h: lazily mmap the image 
25141         sections and remove the mono_cli_rva_map () function.
25143 Tue Jul 27 15:58:19 CEST 2004 Paolo Molaro <lupus@ximian.com>
25145         * debug-mono-symfile.c: fix one more endianess issue, from a patch
25146         by Geoff Norton (<gnorton@customerdna.com>).
25148 Tue Jul 27 15:47:17 CEST 2004 Paolo Molaro <lupus@ximian.com>
25150         * class.c: fix class loads for pointer types (typeof(int) !=
25151         typeof(int*)).
25153 2004-07-27  Martin Baulig  <martin@ximian.com>
25155         * debug-mono-symfile.c (mono_debug_open_mono_symbol_file): Support
25156         reading the debugging information from an external ".mdb" file.
25158 2004-07-24  Martin Baulig  <martin@ximian.com>
25160         * reflection.c (mono_image_get_type_info): Only write a class
25161         layout entry if we actually have a size or a packing size.
25163 2004-07-21  Bernie Solomon  <bernard@ugsolutions.com>
25165         * reflection.c (type_get_fully_qualified_name): 
25166         insert cast to get type checking of ?: with non-gcc compilers
25168 2004-07-21  Bernie Solomon  <bernard@ugsolutions.com>
25170         * rand.c: use g_getenv for both lookups of
25171         MONO_EGD_SOCKET
25173 2004-07-17  Martin Baulig  <martin@ximian.com>
25175         * reflection.c (mono_reflection_bind_generic_method_parameters):
25176         Set `gmethod->reflection_info'.
25178 2004-07-17  Martin Baulig  <martin@ximian.com>
25180         * class.c (mono_class_create_from_typedef): Insert the newly
25181         created class into the hash table before computing the interfaces
25182         since we could be called recursively.
25184 2004-07-16  Ben Maurer  <bmaurer@ximain.com>
25186         * marshal.[ch] (mono_marshal_get_stelemref): a new wrapper
25187         function to implement stelem.ref in managed code
25188         * class-internals.h, debug-helpers.c: a new wrapper type
25189         for the above.
25191 Wed Jul 14 19:26:05 CEST 2004 Paolo Molaro <lupus@ximian.com>
25193         * gc.c: allow GC handles to work even when no GC is compiled in.
25194         Fix part of bug #61134 (GetAddrOfPinnedObject).
25196 2004-07-13  Peter Williams  <peter@newton.cx>
25198         * process.c (complete_path): Make sure we don't attempt to execute
25199         directories.
25201 2004-07-12  Geoff Norton <gnorton@customerdna.com>
25203         * DateTime.cs: Patch for bug #61112.  Our DateTime wasn't roundtripping over timezone
25204           boundaries properly.  This patch checkes ToLocalTime() to see if we're tripping over a boundary
25205           and will add/subtract the hour if needed
25207 2004-07-12  Martin Baulig  <martin@ximian.com>
25209         * reflection.c (mono_field_get_object): If we have
25210         `field->generic_info', take the attributes from
25211         `field->generic_info->generic_type'.    
25213 2004-07-12  Martin Baulig  <martin@ximian.com>
25215         * mono-debug.c (mono_debug_init): Don't take a `MonoDomain *'.
25216         This function must be called before initializing the runtime.
25217         (mono_debug_init_1): New function; call this after initializing
25218         the runtime, but before loading the assembly.  It tells the
25219         debugger to load corlib and the builtin types.
25221         * mono-debug-debugger.c: Did some larger changes in the debugging
25222         code; support recursive class declarations, make sure we actually
25223         add all classes.
25225 2004-07-11 Gonzalo Paniagua Javier <gonzalo@ximian.com>
25227         * debug-helpers.c: undo my previous patch and fixed the real issue in
25228         ../mini/exceptions-x86.c
25230 2004-07-11 Gonzalo Paniagua Javier <gonzalo@ximian.com>
25232         * debug-helpers.c: prevent SIGSEGV. It happened running xsp on monodoc
25233         when no HOME env. variable was set and a NullRef was thrown in a .cctor
25234         called from other .cctors.
25236 2004-07-09  Miguel de Icaza  <miguel@ximian.com>
25238         * loader.c: Removed the mono_loader_wine_init hack now that we are
25239         doing a managed version of Windows.Forms.
25241 2004-07-09  Ben Maurer  <bmaurer@ximian.com>
25243         * domain.c, gc.c, marshal.c, mono-debug-debugger.c,
25244         threadpool.c, threads.c: remove static data from rootset.
25246 2004-07-09  Dick Porter  <dick@ximian.com>
25248         * locales.c (ves_icall_System_String_InternalReplace_Str_Comp):
25249         Don't do any more processing if the matched length was 0.  It was
25250         increasing the size of the string before.  Fixes bug 61167.
25252 2004-07-09  Dick Porter  <dick@ximian.com>
25254         * socket-io.h:
25255         * socket-io.c
25256         (ves_icall_System_Net_Sockets_Socket_GetSocketOption_obj_internal):
25257         Add support for SO_PEERCRED if its available.
25259 2004-07-09  Peter Bartok <pbartok@novell.com>
25260         * loader.c: winelib.exe.so error message is now only displayed if
25261         MONO_DEBUG is set. To help us avoid questions when people are trying
25262         out the new Managed.Windows.Forms.
25264 2004-07-08  Zoltan Varga  <vargaz@freemail.hu>
25266         * class-internals.h debug-helpers.c marshal.c: Add new wrapper types 
25267         for isinst and castclass wrappers.
25269         * class-internals.h icall.c: Move registration and lookup of JIT icalls
25270         to libmetadata from the JIT, so they could be used by the marshalling
25271         code and the interpreter.
25273         * marshal.c: Register marshalling related JIT icalls here instead of
25274         in mini.c. Use CEE_MONO_ICALL instead of the family of 
25275         CEE_MONO_PROC<x> opcodes to call marshalling functions.
25277         * metadata.h: Remove unneeded marshalling conversions.
25279         * opcodes.c: Update for new opcodes.
25280         
25281 2004-07-08  Martin Baulig  <martin@ximian.com>
25283         * mono-debug.c: Check for `handle->symfile' being non-NULL everywhere.
25284         (mono_debug_get_domain_data): Make this function static.
25286 Wed Jul 7 12:32:29 CEST 2004 Paolo Molaro <lupus@ximian.com>
25288         * gc.c, object.h: add nice GC handle API for embedders.
25290 2004-07-06  Ben Maurer  <bmaurer@ximian.com>
25292         * reflection.c: more changes for the new api
25294         * object.c: When we reflect on a field w/ a constant value, it
25295         will not have a memory location, so we must access metadata. Also,
25296         allow easier reading of strings so that we can read them from
25297         the constant data.
25299         * class.c (mono_class_layout_fields): no need for literal fields here.
25301         * class-internals.h: api changes for const fields
25303         * icall.c (ves_icall_get_enum_info): use new apis for const fields
25305 2004-07-06  Martin Baulig  <martin@ximian.com>
25307         * mono-debug.h: Increment version number to 44.
25309         * mono-debug.c (mono_debug_add_wrapper): The second argument is
25310         now a gpointer, rewrote this whole method.
25312         * mono-debug-debugger.c (mono_debugger_add_wrapper): New
25313         function.  Add information about the wrapper in a new "misc table".
25315         * mono-debug-debugger.h (MonoDebuggerSymbolTable): Added fields
25316         for the new misc table.
25318 2004-07-05  Zoltan Varga  <vargaz@freemail.hu>
25320         * metadata-internals.h image.c: Add a cache for helper signatures.
25322         * monosn.c: Applied patch from "grompf" (grompf@sublimeintervention.com). Fix compilation under OSX.
25324 2004-07-03  Zoltan Varga  <vargaz@freemail.hu>
25326         * marshal.c (mono_marshal_get_managed_wrapper): Handle returning
25327         delegates from a delegate. Fixes #61033.
25328         
25329         * marshal.c: Fix managed->native stringbuilder marshalling. Implement
25330         marshalling of stringbuilder arrays. Fixes #59900.
25332 2004-07-02  Zoltan Varga  <vargaz@freemail.hu>
25334         * icall.c: Add EnumBuilder:setup_enum_type icall.
25336 2004-06-30  Ben Maurer  <bmaurer@ximian.com>
25338         * icall.c: Added a new icall for the property version of
25339         OffsetOfStringData.
25341 2004-06-30  Zoltan Varga  <vargaz@freemail.hu>
25343         * class-internals.h (MonoVTable): Make max_interface_id a guint32 so
25344         it has a constant size across platforms.
25346         * marshal.c (mono_delegate_end_invoke): Avoid crash when there is no
25347         stack trace.
25349 2004-06-29  Martin Baulig  <martin@ximian.com>
25351         * mono-debug.c (mono_debug_add_method): Protect the whole function
25352         in mono_debugger_lock(), not just parts of it.
25354 Fri Jun 25 21:36:26 CEST 2004 Paolo Molaro <lupus@ximian.com>
25356         * reflection.c: make sure padding bytes in heaps are zeroed.
25358 2004-06-24  David Waite  <mass@akuma.org>
25360         * appdomain.c, class.c, domain.c, file-io.c, gc.c, icall.c,
25361         image.c, loader.c, locales.c, marshal.c, metadata.c,
25362         mono-debug.[ch], object.c, reflection.c, security.c, socket-io.c,
25363         string-icalls.c, threads.c: change to C90-style comments from C99 /
25364         C++ -style
25366 2004-06-24  Dick Porter  <dick@ximian.com>
25368         * threads.c
25369         (ves_icall_System_Threading_Mutex_CreateMutex_internal): Correctly
25370         return createdNew.  Fixes bug 60412.
25372         * threads-types.h: 
25373         * icall.c: Add createdNew parameter to CreateMutex icall
25375 Thu Jun 24 16:06:41 CEST 2004 Paolo Molaro <lupus@ximian.com>
25377         * reflection.c, object-internals.h: save default value in params.
25379 2004-06-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
25381         * appdomain.c: for paths in PrivateBinPath that are absolute, there's
25382         no need to build a new path combining that with the application base.
25383         Fixes bug #60442.
25385 Wed Jun 23 18:36:58 CEST 2004 Paolo Molaro <lupus@ximian.com>
25387         * reflection.c: fixed minor standard compliance issues.
25389 Wed Jun 23 17:59:29 CEST 2004 Paolo Molaro <lupus@ximian.com>
25391         * reflection.c: fixed issue with encoding some custom attributes
25392         (arrays in properties and fields, bug #60411).
25394 2004-06-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
25396         * reflection.c: fix start address when copying the public key token.
25398 2004-06-23  Martin Baulig  <martin@ximian.com>
25400         * mono-debug-debugger.c (mono_debugger_unhandled_exception): Store
25401         the `exc' object in a static object to put it into the GC's root set.
25403 Wed Jun 23 15:37:31 CEST 2004 Paolo Molaro <lupus@ximian.com>
25405         * reflection.c: make mono_reflection_setup_internal_class ()
25406         callable a second time to setup a new parent class.
25408 2004-06-23  Dick Porter  <dick@ximian.com>
25410         * threads.c: Check for WAIT_IO_COMPLETION return values.
25412 2004-06-22  Sebastien Pouliot  <sebastien@ximian.com>
25414         * appdomain.c: Removed the g_free on the public key token. Now copy 
25415         the pk token string into the MonoAssemblyName buffer using g_strlcpy.
25416         * assembly.c: Added public key token string value when loading 
25417         assemblies. Fix bug #60439.
25418         * icall.c: Added missing informations (like public key) in 
25419         GetReferencedAssemblies. Fix #60519.
25420         * image.h: Changed definition for public key token from const char*
25421         public_tok_value to guchar public_key_token [17];
25422         * reflection.c: Updated for changes to public key token.
25424 2004-06-22  Lluis Sanchez Gual
25426         * icall.c: In ves_icall_InternalExecute, when setting a filed, also look 
25427         for the field in base classes.
25429 Tue Jun 22 16:48:02 CEST 2004 Paolo Molaro <lupus@ximian.com>
25431         * mono-debug.h, mono-debug-debugger.h, debug-mono-symfile.h:
25432         mark headers as not supported, they are installed only for use by the
25433         debugger.
25435 Tue Jun 22 16:32:03 CEST 2004 Paolo Molaro <lupus@ximian.com>
25437         * *.c, *.h: avoid namespace pollution in public headers.
25439 2004-06-21  Martin Baulig  <martin@ximian.com>
25441         * exception.c (mono_get_exception_security): It's in
25442         "System.Security", not in "System".
25444         * mono-debug-debugger.c (mono_debugger_add_builtin_types): Add all
25445         the exception classes.
25447 2004-06-21  Martin Baulig  <martin@ximian.com>
25449         * mono-debug-debugger.c (mono_debugger_unhandled_exception):
25450         Protect the exception object from being finalized.
25452 2004-06-21  Martin Baulig  <martin@ximian.com>
25454         * mono-debug-debugger.h (mono_debugger_unhandled_exception): New
25455         public function.
25457 2004-06-21  Sebastien Pouliot  <sebastien@ximian.com>
25459         * reflection.c: Load the assembly in mono_reflection_type_from_name,
25460         if it was not loaded before. Fix parts of #60439.
25462 Mon Jun 21 16:04:43 CEST 2004 Paolo Molaro <lupus@ximian.com>
25464         * marshal.c, icall.c, object.c, image.c: fix the runtime_invoke ()
25465         code that was broken since Ben's change: wrappers are now
25466         dependent on the method signature only again.
25468 2004-06-21  Martin Baulig  <martin@ximian.com>
25470         * mono-debug-debugger.c (write_class): Cleaned this up a bit and
25471         added interface support.
25473 2004-06-21  Martin Baulig  <martin@ximian.com>
25475         * class.c (mono_vtable_get_static_field_data): New public method.
25477 2004-06-20  Atsushi Enomoto  <atsushi@ximian.com>
25479         * filewatcher.c : Windows build fix to be compliant with API changes.
25481 Sat Jun 19 19:04:50 CEST 2004 Paolo Molaro <lupus@ximian.com>
25483         * class.h, class.c: more accessors.
25484         * metadata.h, metadata.c: prepare for hiding MonoType and
25485         MonoMethodSignature: people should use the accessors from now on
25486         outside of the tree.
25488 Sat Jun 19 17:56:50 CEST 2004 Paolo Molaro <lupus@ximian.com>
25490         * *.c, *.h: more API cleanups.
25492 2004-06-18  Jackson Harper  <jackson@ximian.com>
25494         * assembly.c: Trace loading assemblies.
25495         * loader.c: Trace loading native libraries.
25496         * mono-config.c: Trace loading config files.
25497         
25498 2004-06-18  Dick Porter  <dick@ximian.com>
25500         * locales.c: Tell ICU the lengths of strings, it can cope with
25501         embedded \0 then.  Fixes bug 59274, and doesn't break bug 55822.
25503 Fri Jun 18 11:59:57 CEST 2004 Paolo Molaro <lupus@ximian.com>
25505         * image.c: swapped name/filename;
25507 2004-06-18  Martin Baulig  <martin@ximian.com>
25509         * mono-debug-debugger.c (write_class): Write the parent class at
25510         the end of the header.
25512 Thu Jun 17 16:50:44 CEST 2004 Paolo Molaro <lupus@ximian.com>
25514         * *.c, *.h, Makefile.am: more API cleanups and bugfixes.
25516 2004-06-17  Raja R Harinath  <rharinath@novell.com>
25518         * Makefile.am (PLATFORM_LIB): New.  Possibly refer to ../os/libmonoos.la.
25519         (bundle_obj): New conditional define.
25520         (BUILT_SOURCES): Remove.
25521         ($(bundle_srcs)): Make parallel-make safe.
25522         (libmonoruntime_la_LIBADD): Make unconditional.
25523         (libmetadata_la_LIBADD): Make unconditional.  Refer to $(bundle_obj).
25524         (libmetadata_la_SOURCES): Don't refer to $(bundle_srcs).
25526 2004-06-17  Atsushi Enomoto  <atsushi@ximian.com>
25528         * culture-info-tables.h: It was inconsistent with the latest
25529           supp info files.
25531 2004-06-17  Zoltan Varga  <vargaz@freemail.hu>
25533         * assembly.c (mono_assembly_open): Fix crash when the assembly can't
25534         be loaded.
25536         * threads.c (ves_icall_System_Threading_Thread_Resume): Fix compilation
25537         with gcc 2.95.
25539 Wed Jun 16 18:23:45 CEST 2004 Paolo Molaro <lupus@ximian.com>
25541         * threads.h, icall.c, object.c, threadpool.c, threads-types.h:
25542         cleaned up public header threads.h.
25544 Wed Jun 16 18:11:41 CEST 2004 Paolo Molaro <lupus@ximian.com>
25546         * Makefile.am, *.c, *.h: more API cleanups.
25548 Wed Jun 16 14:33:22 CEST 2004 Paolo Molaro <lupus@ximian.com>
25550         * Makefile.am: removed monosn from compilation.
25551         * appdomain.c, assembly.c, assembly.h, blob.h, class.c,
25552         debug-helpers.c, debug-mono-symfile.c, domain.c, icall.c,
25553         image.c, image.h, loader.c, marshal.c, metadata-internals.h,
25554         metadata.c, metadata.h, mono-config.c, mono-debug-debugger.c,
25555         mono-debug.c, object.c, opcodes.c, opcodes.h, pedump.c, process.c,
25556         reflection.c, reflection.h, verify.c: more API cleanups and fixes.
25558 2004-06-15  Jackson Harper  <jackson@ximian.com>
25560         * assembly.c: Make locales lower case when searching the GAC for
25561         assemblies. gacutil will always make locales lowercase when
25562         installing so this effectively makes them case insensitive.
25563         
25564 2004-06-15  Lluis Sanchez Gual  <lluis@ximian.com>
25566         * locales.c, threadpool.c: use mono_monitor_enter instead of mono_monitor_try_enter.
25567         * monitor.c: New method mono_monitor_try_enter_internal, which takes a new
25568           parameter which allows to choose whether the wait can be interrupted or 
25569           not. Also added the method mono_monitor_enter(), which locks the monitor
25570           using an infinite wait and without allowing interruption.
25571           In the Monitor.Enter and Wait icalls, retry the lock if the wait is
25572           interrupted.
25573         * object.h: Added new fields in MonoThread. suspend_event holds the event
25574           used to susped/resume the thread. synch_lock is the lock object to use for
25575           modifying the thread state.
25576         * threads.c: Use the new synch_lock object for locking, instead of "this",
25577           which can generate deadlocks.
25578           Moved thread state change in Thread.Sleep and Thread.Join from managed
25579           to unmanaged code. This avoids a deadlock when the thread was suspended
25580           just after acquiring the thread lock.
25581           In general, use mono_monitor_enter instead of mono_monitor_try_enter.
25582           Implemented Thread.Suspend using an event instead of ThreadSuspend,
25583           which is not fully implemented in the io-layer.
25584         * socket-io.c: Only try IPv6 DNS lookup if IPv4 fails.
25586 Tue Jun 15 18:34:21 CEST 2004 Paolo Molaro <lupus@ximian.com>
25588         * Makefile.am, monitor.h, object.h, threadpool.c, threadpool.h,
25589         threads-types.h: more API cleanups.
25591 Tue Jun 15 16:40:19 CEST 2004 Paolo Molaro <lupus@ximian.com>
25593         * domain-internals.h, Makefile.am, appdomain.c, appdomain.h,
25594         domain.c, gc.c, icall.c, mono-debug.c, object.c, reflection.c,
25595         threadpool.c, threads.c: first pass at the exported API cleanup.
25597 Tue Jun 15 15:29:47 CEST 2004 Paolo Molaro <lupus@ximian.com>
25599         * icall.c: fix signatures of some VolatileRead and VolatileWrite icalls.
25601 2004-06-15 Gonzalo Paniagua Javier <gonzalo@ximian.com>
25603         * icall.c: added internalGetHome.
25605 2004-06-14  Dick Porter  <dick@ximian.com>
25607         * file-io.c (ves_icall_System_IO_MonoIO_FindFirstFile): It was
25608         possible to return successfully when '.' or '..' were the only
25609         entries in a directory, but were skipped.  The MonoIOStat was not
25610         filled in in that case.  Now return ERROR_NO_MORE_FILES instead.
25611         Fixes bug 59574.
25613 Mon Jun 14 00:27:15 CEST 2004 Paolo Molaro <lupus@ximian.com>
25615         * reflection.c: make binaries run on .Net 1.1 by default.
25617 Sun Jun 13 18:22:40 CEST 2004 Paolo Molaro <lupus@ximian.com>
25619         * threadpool.c, threadpool.h: use the correct return type in SetMinThreads ().
25621 Sun Jun 13 16:44:39 CEST 2004 Paolo Molaro <lupus@ximian.com>
25623         * marshal.c: keep track of struct size with explicit layout
25624         (bug #59979).
25626 2004-06-12  Martin Baulig  <martin@ximian.com>
25628         * mono-debug-debugger.c: Comment out a debugging g_message().
25630 Sat Jun 12 14:15:02 CEST 2004 Paolo Molaro <lupus@ximian.com>
25632         * reflection.c, reflection.h: do not free custom attrs that are cached.
25633         * icall.c: use braces to make code clearer.
25635 2004-06-11  Martin Baulig  <martin@ximian.com>
25637         * class.h (MonoInflatedField): New type.
25638         (MonoClassField): Replaced `MonoType *generic_type' with
25639         `MonoInflatedField *generic_info'.
25641         * icall.c
25642         (ves_icall_MonoField_Mono_GetGenericFieldDefinition): New icall.
25644 2004-06-11  Martin Baulig  <martin@ximian.com>
25646         * reflection.c (mono_image_create_method_token): Correctly encode
25647         varargs methods.
25649 2004-06-11  Martin Baulig  <martin@ximian.com>
25651         * metadata.c (mono_metadata_parse_method_signature): When parsing
25652         a MethodDef which has VarArgs, also set sentinelpos if we don't
25653         have any parameters.
25655 2004-06-11  Martin Baulig  <martin@ximian.com>
25657         * verify.c (mono_method_verify): In CEE_CALL, use
25658         mono_method_get_signature() to get the method's signature, unless
25659         we're a PInvoke method.
25661 2004-06-10  Jackson Harper  <jackson@ximian.com>
25663         * assembly.c: Use <path>/lib/mono/gac for the extra paths
25664         lookup. Rename MONO_GAC_PATH to MONO_GAC_PREFIX, this is a more
25665         logical name as the supplied path is just a prefix to the gac not
25666         the direct path to it.
25667         
25668 Thu Jun 10 20:10:16 CEST 2004 Paolo Molaro <lupus@ximian.com>
25670         * reflection.c: make the token for a created method match
25671         the token of the MethodBuilder it was created from
25672         (IKVM requires this behaviour now).
25674 Thu Jun 10 16:02:27 CEST 2004 Paolo Molaro <lupus@ximian.com>
25676         * image.c, image.h, appdomain.c, assembly.c, loader.c, metadata.c,
25677         reflection.c, socket-io.c: leak fixes.
25679 Wed Jun 9 18:23:59 CEST 2004 Paolo Molaro <lupus@ximian.com>
25681         * icall.c: handle sentinel pos in vararg methods in position different
25682         from 0.
25684 2004-06-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25686         * culture-info-tables.h: freshly generated.
25688 2004-06-09  Martin Baulig  <martin@ximian.com>
25690         * loader.c (mono_get_method_constrained): Call `mono_class_init
25691         (constrained_class)'.   
25693 2004-06-08  Gert Driesen <drieseng@users.sourceforge.net>
25695         * icall.c (ves_icall_MonoType_GetEvent): Handle events without
25696         any methods. Fixes #59629.
25698 2004-06-08  Atsushi Enomoto  <atsushi@ximian.com>
25700         * culture-info-tables.h: reflecting locale-builder updates.
25702 2004-06-08  Dick Porter  <dick@ximian.com>
25704         * object.h:
25705         * locales.c: Fixed compile warnings, including a real bug in
25706         CompareInfo_internal_compare.
25707         
25708 2004-06-08  Dick Porter  <dick@ximian.com>
25710         * locales.c
25711         (ves_icall_System_Globalization_CompareInfo_internal_index):
25712         (ves_icall_System_Globalization_CompareInfo_internal_index_char):
25713         Double-check the resuls of usearches, because ICU currently
25714         ignores most of the collator settings here.  Fixes bug 59720.
25715         
25716 2004-06-08  Dick Porter  <dick@ximian.com>
25718         * locales.c
25719         (ves_icall_System_Globalization_CompareInfo_internal_index_char):
25720         Fix memory leak and segfault-causing typo.  No idea how this one
25721         lasted so long without being noticed.
25723 2004-06-09  Zoltan Varga  <vargaz@freemail.hu>
25725         * icall.c (ves_icall_Type_GetEvents_internal): Handle events without
25726         any methods. Fixes #59629.
25728 2004-06-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25730         * assembly.c:
25731         (mono_assembly_load): search_loaded -> mono_assembly_loaded (we didn't
25732         own the critical section before). Removed dead code (that's done
25733         in the preload hook).
25735         (mono_assembly_load_with_partial_name): call the preload hook.
25737 2004-06-08  Martin Baulig  <martin@ximian.com>
25739         * metadata.c (mono_metadata_signature_alloc): Default
25740         `sentinelpos' to -1.
25742         * reflection.c (mono_image_get_array_token): Likewise.
25744 2004-06-08  Martin Baulig  <martin@ximian.com>
25746         * icall.c (ves_icall_ModuleBuilder_getMethodToken): New icall.
25748         * metadata.c (mono_metadata_parse_method_signature): When parsing
25749         a MethodDef which has VarArgs, set sentinelpos.
25751         * metadata.h (MonoMethodSignature): Make `sentinalpos' a signed
25752         `gint16' since we're using -1 for non-varargs methods.
25754         * reflection.c
25755         (ReflectionMethodBuilder): Added `MonoArray *opt_types'.
25756         (method_encode_signature): Added varargs support.
25757         (method_builder_encode_signature): Likewise.
25758         (mono_image_get_varargs_method_token): New static method.
25759         (mono_image_create_method_token): New public method; this is
25760         called via an icall instead of mono_image_create_token() when
25761         calling a varargs method.       
25763 2004-06-08  Lluis Sanchez Gual  <lluis@ximian.com>
25765         * locales.c: Fixed memory leak in Char.ToLower/ToUpper.
25767 2004-06-08  Atsushi Enomoto  <atsushi@ximian.com>
25769         * culture-info-tables.h : Reflecting the latest locale-builder that
25770           fixed empty array representation ({} to {0}).
25772 2004-06-07  Jackson Harper  <jackson@ximian.com>
25774         * assembly.c: It should be <MONO_GAC_PATH>/lib/mono/gac when
25775         looking up extra gac paths. This allows MONO_GAC_PATH to act
25776         exactly like a prefix.
25777         
25778 2004-06-08  Zoltan Varga  <vargaz@freemail.hu>
25780         * reflection.c (mono_reflection_type_from_name): Make a copy of the
25781         type name before modifying it. Fixes #59405.
25783 2004-06-08  Atsushi Enomoto  <atsushi@ximian.com>
25785         * culture-info.h: added fields for "all datetime patterns".
25786         * locales.c: (  ves_icall_System_Globalization_CultureInfo
25787           _construct_datetime_format ()): fill xxx_patterns fields.
25788         * object.h: added fields for "all datetime patterns" to
25789           MonoDateTimeFormatInfo.
25790         * culture-info-tables.h: reflecting locale-builder updates.
25792 2004-06-08  Zoltan Varga  <vargaz@freemail.hu>
25794         * icall.c (ves_icall_Type_GetEvents_internal): Handle the case when
25795         the event has no add and remove methods. Fixes #59629.
25797 2004-06-05  Sebastien Pouliot  <sebastien@ximian.com>
25799         * object.c: Fixed possible integer overflow when allocating large
25800         strings.
25802 2004-06-05  Atsushi Enomoto  <atsushi@ximian.com>
25804         * culture-info-tables.h: reflecting locale-builder updates.
25806 2004-06-05  Atsushi Enomoto  <atsushi@ximian.com>
25808         * culture-info-tables.h: reflecting locale-builder updates.
25810 2004-06-03  Atsushi Enomoto  <atsushi@ximian.com>
25812         * culture-info-tables.h: reflecting locale-builder updates.
25814 2004-06-03  Lluis Sanchez Gual  <lluis@ximian.com>
25816         * threads.c: Made Thread.Sleep abortable.
25818 2004-06-02  Martin Baulig  <martin@ximian.com>
25820         * mono-debug.h (MONO_DEBUGGER_VERSION): Bumped version to 41.
25822         * debug-mono-symfile.h: Bumped symbol file version number to 37.
25824 2004-05-31  Zoltan Varga  <vargaz@freemail.hu>
25826         * marshal.c (mono_marshal_get_runtime_invoke): Fix CR/LFs.
25828 2004-05-30  Jackson Harper  <jackson@ximian.com>
25830         * reflection.c: Do not hardcode assembly versions or public key
25831         tokens anymore. All of this except the corlib section was dead
25832         code anyways.
25833         
25834 2004-05-29  Zoltan Varga  <vargaz@freemail.hu>
25836         * object.c (mono_runtime_invoke_array): Automatically create boxed
25837         objects for byref valuetypes if needed. Fixes #59300.
25838         
25839         * object.c (mono_method_return_message_restore): Handle 
25840         MONO_TYPE_OBJECT as well.
25842 2004-05-28  Jackson Harper  <jackson@ximian.com>
25844         * reflection.c: The modified type encoding was causing build
25845         problems. Reverted for now.
25846         
25847 2004-05-28  Jackson Harper  <jackson@ximian.com>
25849         * reflection.c/h: Take an assembly ref so that we dont create
25850         fully qualified names when encoding types in the same assembly as
25851         the custom attribute being emitted.
25852         * appdomain.c: Increment version number.
25853         
25854 2004-05-26  Duncan Mak  <duncan@ximian.com>
25856         * icall.c
25857         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies):
25858         Set the full version number (major, minor, build, revision).
25860 2004-05-28  Vladimir Vukicevic  <vladimir@pobox.com>
25862         * marshal.c (emit_struct_conv): increment src/dst after blit
25863         (mono_marshal_get_managed_wrapper,
25864         mono_marshal_get_native_wrapper): make sure we have marshalling
25865         info before marshalling params (info computation affects
25866         blittable)
25868         * class.c (class_compute_field_layout): correctly deal with
25869         blittable
25870         (mono_class_layout_fields): Don't do gc_aware_layout for AUTO
25871         value types (as per what windows dows by default)
25872         (mono_class_setup_mono_type): System.ValueType is blittable
25873         (mono_ptr_class_get, mono_fnptr_class_get): Pointer classes are
25874         blittable
25876         * marshal.c (mono_marshal_load_type_info): flag types  as
25877         non-blittable if the native layout doesn't match the managed
25878         layout
25880 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25882         * appdomain.c: don't add stuff in the private search path that is
25883         above the application base. If application base is not set, there's
25884         no private search path.
25886 2004-05-28  Zoltan Varga  <vargaz@freemail.hu>
25888         * marshal.c (mono_marshal_get_managed_wrapper): Add proper support for
25889         byref struct arguments in native->managed marshalling.
25891 2004-05-28      Patrik Torstensson      <totte@hiddenpeaks.com>
25893         * marshal.c (mono_marshal_get_runtime_invoke): correctly
25894         cache methods using signature (special case for methods
25895         that are value type or string class)
25896         
25897         * image.c (mono_image_close): clean up allocated GSList's
25898         in runtime_invoke_cache.
25900 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25902         * mono-config.c: set the correct path for mono_cfg_dir on windows when
25903         there's no MONO_CFG_DIR environment variable defined.
25905 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25907         * threads.c: windows version must be >= 0x0500 to include OpenThread.
25909 2004-05-28  Lluis Sanchez Gual  <lluis@ximian.com>
25911         * threadpool.c: Really wait for 500ms after the async call, even if the wait
25912           is interrumped.
25913         * threads.c: In mono_thread_manage, call OpenThread to ref each handle
25914           before waiting for it, and call CloseHandle after the wait to unref it.
25915           This will make sure that handles are not disposed too early.
25917 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25919         * appdomain.c:
25920         * appdomain.h:
25921         * icall.c: removed
25922         ves_icall_System_AppDomainSetup_InitAppDomainSetup as it's not
25923         needed now.
25925         * object.c: se the application_base only for the domain that runs
25926         Main. Fixes bug #59216,
25928 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25930         * appdomain.c:
25931         * object.c: only the domain in which Main is run have
25932         SetupInformation.ConfigurationFile set, so moved a few lines from
25933         appdomain.c to object.c.
25935 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25937         * appdomain.c: we tried to load [name].(dll|exe), but according
25938         to bug #57710, we must also try [culture]/[name].(dll|exe) and
25939         [culture]/[name]/[name](dll|exe). This patch fixes the bug.
25940         There's a test case attached to bug #58922.
25942 2004-05-27  Dick Porter  <dick@ximian.com>
25944         * icall.c:
25945         * file-io.c: Implemented icalls for locking and unlocking regions
25946         in a file.
25947         (ves_icall_System_IO_MonoIO_FindNextFile): FindNextFile() returns
25948         FALSE on error (fixes both compiler warning and real bug.)
25950 2004-05-27  Atsushi Enomoto  <atsushi@ximian.com>
25952         * culture-info-tables.h: reflecting locale-builder updates.
25954           (Added missing ChangeLog entry for 05/26)
25956 2004-05-27  Jackson Harper  <jackson@ximian.com>
25958         * locales.c: Fix some cut and paste errors.
25959         
25960 2004-05-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25962         * mono-config.c: set the correct path for config. directory on windows.
25964 2004-05-26  Atsushi Enomoto  <atsushi@ximian.com>
25966         * icall.c : Fixed ves_icall_System_DateTime_GetNow() to return utc
25967           on win32.
25969 2004-05-26  Zoltan Varga  <vargaz@freemail.hu>
25971         * marshal.c (mono_marshal_get_native_wrapper): Free strings returned
25972         from pinvoke functions.
25973         
25974         * marshal.c (mono_ftnptr_to_delegate): Implement this.
25976 2004-05-26  Atsushi Enomoto  <atsushi@ximian.com>
25978         * culture-info-tables.h: reflecting locale-builder updates.
25980 2004-05-26  Zoltan Varga  <vargaz@freemail.hu>
25982         * profiler.c (simple_allocation): Skip icall wrapper methods. Fixes
25983         #59086.
25985 2004-05-26  Sebastien Pouliot  <sebastien@ximian.com>
25987         * appdomain.cs: Bumped MONO_CORLIB_VERSION to 20.
25988         * icall.c: Modified icalls for RNG.
25989         * rand.c|h: Changed RNG interface to allow thread-safe usage under 
25990         Windows (CryptoAPI).
25992 2004-05-25  Zoltan Varga  <vargaz@freemail.hu>
25994         * locales.c: Fix build.
25996 2004-05-25  Atsushi Enomoto  <atsushi@ximian.com>
25998         * culture-info-tables.h: reflecting locale-builder updates.
26000 2004-05-25  Jackson Harper  <jackson@ximian.com>
26002         * locales.c: When creating the current culture use the $LANGs
26003         specific culture. So DateTimeFormat and NumberFormat entries are created.
26004         
26005 2004-05-25  Zoltan Varga  <vargaz@freemail.hu>
26007         * string-icalls.{h,c} icalls.c: Add new icalls for Strcpy which take
26008         a char array as parameter.
26010 2004-05-24  Lluis Sanchez Gual  <lluis@ximian.com>
26012         * image.c: In mono_image_open(), always use an absolute path name to
26013           look for already loaded images.
26015 2004-05-24  Sebastien Pouliot  <sebastien@ximian.com>
26017         * icall.c: Added define for CSIDL_FLAG_CREATE (0x8000) in case it is
26018         missing in the windows build (like older cygwin include files).
26020 2004-05-23  Sebastien Pouliot  <sebastien@ximian.com>
26022         * icall.c: Fixed check for possible integer overflow in Buffer_
26023         BlockCopy icall. Replaced comments style // by /* */.
26025 2004-05-22  Zoltan Varga  <vargaz@freemail.hu>
26027         * marshal.c (mono_ftnptr_to_delegate): Fix warning.
26028         
26029         * marshal.c (mono_marshal_get_proxy_cancast): Move thread interrupt
26030         check after MONO_VTADDR. Fixes pinvoke2.exe.
26032         * marshal.h marshal.c metadata.h: Add beginnings of support for
26033         ftnptr -> delegate marshalling.
26035 2004-05-21  Zoltan Varga  <vargaz@freemail.hu>
26037         * threads.c (ves_icall_System_Threading_Thread_ResetAbort): Fix compilation on gcc-2.95.
26038         * threads.c: Fix warnings.
26040 2004-05-20  Lluis Sanchez Gual  <lluis@ximian.com>
26042         * appdomain.c, gc.c: Make use of the new WaitForSingleObjectEx.
26043         * icall.c: Registered icalls for Suspend and Resume.
26044         * locales.c: Beware, mono_monitor_try_enter can now be interrupted by
26045           Thread.Abort.
26046         * monitor.c: Use WaitForSingleObjectEx. Added some interruption checkpoints.
26047         * mono-debug-debugger.c: Use WaitForSingleObjectEx et al.
26048         * process.c: Use WaitForSingleObjectEx.
26049         * threadpool.c: Use WaitForSingleObjectEx. Added some interruption 
26050           checkpoints.
26051         * threads.c, threads.h: Make use of new Ex wait methods. Improved
26052           implementation of Thread.Abort and Thread.ResetAbort icalls. Added icalls
26053           for Suspend and Resume. Added new mono_thread_stop, used for stoping
26054           background threads. Added basic support for Abort in Windows.
26055           Start new threads using a managed delegate invoke wrapper. This wrapper
26056           has an interruption checkpoint that is needed since an interruption
26057           can be requested before the thread leaves the unmanaged code that starts 
26058           the thread.
26059         * marshal.c: Added interruption checkpoint after every native call, and
26060           also before managed calls for wrappers called from unmanaged code to
26061           go into managed code.
26062         * object.h: Added new field in MonoThread to keep track of interruption
26063           requests.
26065 2004-05-20  Zoltan Varga  <vargaz@freemail.hu>
26067         * marshal.c: Insert SAVE_LMF and RESTORE_LMF opcodes around native
26068         calls.
26070 2004-05-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26072         * appdomain.c:
26073         * assembly.c:
26074         * gc.c:
26075         * locales.c:
26076         * mono-config.c:
26077         * rand.c: getenv -> g_getenv (windows!)
26079         * process.c: complete_path is also used on non-windows platforms.
26081 2004-05-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26083         * icall.c: new signature for Process_Start.
26085         * process.[ch]: new signature for Process_Start. If we're on windows
26086         and UseShellExecute is false, we have to search for the program by
26087         ourselves if we don't get a full path.
26089 2004-05-18  Zoltan Varga  <vargaz@freemail.hu>
26091         * marshal.c (mono_marshal_get_native_wrapper): Fix up custom 
26092         marshalling and call CleanUpNativeData if needed. Fixes #58646.
26094 2004-05-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26096         * socket-io.c: field value changed for Int32 from 'value' to 'm_value'.
26097         Fixes bug #58373.
26099 2004-05-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26101         * process.c: use double quotes to quote program name and arguments on
26102         windows. Fixes bug #58575.
26104 2004-05-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26106         * file-io.c: don't return "." and ".." when using windows Find*File.
26108 2003-05-17      Patrik Torstensson <totte@hiddenpeaks.com>
26110         * marshal.c: Don't pass wrappers to message init because method 
26111         addressed used to lookup metadata. part of remoting[2|3] fix.
26113 2004-05-15  Jackson Harper  <jackson@ximian.com>
26115         * assembly.c: Remove user gac and implement MONO_GAC_PATH, this
26116         path is essentially the same as MONO_PATH except that it points to
26117         GACs instead of lib directories.
26118         * loader.h: The user gac is gone so we dont need function to
26119         enable/disable it.
26120         * mono-config.c: user gac option is now gone.
26121         
26122 2004-05-15  Jackson Harper  <jackson@ximian.com>
26124         * culture-info.h: Make defines more consistent, add calendar data
26125         to the culture info table.
26126         * culture-info-tables.h: Add basic calendar data. Basically
26127         everyone gets default gregorian until all the data is
26128         updated.
26129         * locales.c: Use the new consistent defines. Set calendar data for
26130         culture info objects.
26131         * object.h: add a field for calendar data to CultureInfo
26132         
26133 2004-05-14 Ben Maurer  <bmaurer@users.sourceforge.net>
26135         * image.c: image->runtime_invoke_cache is keyed on signatures now.
26136         * marshal.c (mono_mb_emit_calli): new helper to emit a CEE_CALLI with
26137         a signature.
26138         (mono_mb_emit_managed_call, mono_mb_emit_native_call): use the above.
26139         (mono_marshal_get_runtime_invoke): The runtime invoke method now takes
26140         an extra param that is the pointer of the method to invoke. The IL for
26141         the invoke method is no longer specific to the method, but to the
26142         signature of the method. Thus, we can share the same code for multiple
26143         methods. This reduces the number of methods that have to be compiled.
26145 2004-05-14  Zoltan Varga  <vargaz@freemail.hu>
26147         * icall.c (ves_icall_System_Reflection_Assembly_load_with_partial_name): Fix warning.
26149         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
26151         * icall.c: Optimize Buffer.BlockCopy.
26153 2004-05-14  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26155         * culture-info-tables.h: seems like Spanish and Portuguese cultures had
26156         DateTimeFormatInfo.YearMonthPattern like "MMMM' yyyy" (note the single
26157         quote). Changed them to "MMMM yyyy".
26159 2004-05-12  Miguel de Icaza  <miguel@ximian.com>
26161         * rand.c
26162         (ves_icall_System_Security_Cryptography_RNGCryptoServiceProvider_InternalGetBytes): Always close the file. 
26164 2004-05-13  Zoltan Varga  <vargaz@freemail.hu>
26166         * reflection.h: Updated after changes to managed structures.
26168         * appdomain.c: Bump corlib version.
26170 2004-05-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26172         * Makefile.am: also add libmonoos to libmetadata. Fixes the build on
26173         windows.
26175 2004-05-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26177         * Makefile.am: link to ../os/libmonoos.la on windows.
26179         * assembly.c:
26180                 -If MONO_DEBUG, warn about non-existing directories in
26181                 MONO_PATH.
26182                 -Added mono_assembly_getrootdir() that replaces MONO_ASSEMBLIES
26183                 compile time variable.
26184                 -Removed init_default_path and call mono_set_rootdir from
26185                 libmonoos.a instead (windows only).
26187         * assembly.h: declare mono_assembly_getrootdir().
26189         * domain.c:
26190         * icall.c: use mono_assembly_getrootdir() instead of MONO_ASSEMBLIES.
26192         * loader.c: s/getenv/g_getenv/
26194 2004-05-11  Zoltan Varga  <vargaz@freemail.hu>
26196         * marshal.{h,c}: Add support for UnmanagedType.AsAny.
26198         * marshal.c: Use mono_metadata_signature_{alloc,dup} where appropriate.
26200         * metadata.h: Add new marshalling conversions.
26202         * metadata.h metadata.c (mono_metadata_signature_dup): New helper
26203         function.
26205         * reflection.c (mono_reflection_get_type): Lookup the type in all
26206         modules of a multi-module assembly. Fixes #58291.
26208 2004-05-11  Lluis Sanchez Gual  <lluis@ximian.com>
26210         * threads.c: Before aborting a background, set the StopRequested
26211         state.  This avoids throwing the Abort exception.
26212         In mono_thread_manage, don't continue with the shutdown until all
26213         aborted threads have actually stopped.
26215 2004-05-10  Jackson Harper  <jackson@ximian.com>
26217         * locales.c: Remove the modifier from culture names.
26218         
26219 2004-05-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26221         * Makefile.am: monosn is not installed any more. It has been deprecated
26222         in favor of sn.
26224 2004-05-07  Jackson Harper  <jackson@ximian.com>
26226         * locales.c
26227         (ves_icall_System_Globalization_CultureInfo_internal_get_cultures):
26228         Fix array construction, add bailout if the length is 0.
26230 2004-05-07  Dick Porter  <dick@ximian.com>
26232         * socket-io.c (addrinfo_to_IPHostEntry): Don't crash if the
26233         machine doesn't have a DNS entry.  Patch by Urs Muff
26234         (umuff@quark.com), fixes bug 57928.
26236 2004-05-06  Jackson Harper  <jackson@ximian.com>
26238         * reflection.c: Handle null PublicTokens properly. alloc mem for
26239         assembly names culture so we dont crash when freeing it.
26240         
26241 2004-05-06  Jackson Harper  <jackson@ximian.com>
26243         * assembly.c: Check the usergac when loading with partial names.
26244         
26245 2004-05-05  Sebastien Pouliot  <sebastien@ximian.com>
26247         * rand.c|h: Added new icall for (optionally) seeding the PRNG. This 
26248         does nothing for now (not required for Linux/Windows) but the class
26249         library can call it (and a newer or modified runtime could need it).
26250         * icall.c: Registred icall.
26252 2004-05-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26254         * loader.c: prints a message on module loading error we set MONO_DEBUG
26255         environment variable.
26257 2004-05-05  Jackson Harper  <jackson@ximian.com>
26259         * appdomain.c: Handle PublicKeyToken=null properly.
26260         
26261 2004-05-05  Sebastien Pouliot  <sebastien@ximian.com>
26263         * environment.c|h: Added icall ves_icall_System_Environment_
26264         GetOSVersionString to get the current OS version as a string.
26265         * icall.c: Registred icall.
26267 2004-05-05  Lluis Sanchez Gual  <lluis@ximian.com>
26269         * object.c: in mono_object_get_virtual_method(), take into account that
26270         non-virtual methods don't have a slot in the vtable. Check needed when
26271         the object is a proxy.
26273 2004-05-05  Zoltan Varga  <vargaz@freemail.hu>
26275         * marshal.h marshal.c icall.c: Applied patch from vladimir@pobox.com
26276         (Vladimir Vukicevic). Implement UnsafeAddrOfPinnedArrayElement.
26278         * object.c (mono_class_compute_gc_descriptor): Fix warning.
26280         * object.c (mono_runtime_invoke_array): Add an assert so null cannot be
26281         passed when a valuetype is expected.
26283         * object.c (mono_unhandled_exception): Only set the exit code if the
26284         exception happens in the main thread. Fixes thread5.exe.
26286         * appdomain.c (get_info_from_assembly_name): Fix infinite loop on
26287         invalid names. Fixes #58047.
26289 2004-05-03  Jackson Harper  <jackson@ximian.com>
26291         * assembly.c: This line was committed accidently and is unneeded.
26292         
26293 2004-05-03  Jackson Harper  <jackson@ximian.com>
26295         * icall.c: Add new icall for Assembly::LoadWithPartialName
26296         * assembly.c/.h: new function that probes the GAC to load partial
26297         assembly names by Paolo Molaro.
26298         
26299 2004-05-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26301         * appdomain.c: use g_strncasecmp when looking for 'Culture=' et al.
26302         * reflection.c: use g_strncasecmp when looking for 'Culture=' et al.
26303         (type_get_fully_qualified_name): Added PublicKeyToken when building a
26304         full type name.
26306 2004-05-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26308         * appdomain.c: fixed check for 'neutral' culture and removed warning.
26309         * reflection.c: fix bug when parsing a full type name and Version is not
26310         the last thing in the string.
26312 2004-05-03  Zoltan Varga  <vargaz@freemail.hu>
26314         * appdomain.c (get_info_from_assembly_name): Strdup "" to prevent
26315         crashes when it is freed.
26317 2004-05-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26319         * assembly.c: print the compat warning to stderr.
26321 2004-05-01  Miguel de Icaza  <miguel@ximian.com>
26323         * assembly.c (mono_assembly_load_references): Add a compatibility
26324         hack to run old applications that might be still referencing the
26325         3300-based assemblies, only do this for System.xxx.
26327 2004-05-01  Jackson Harper  <jackson@ximian.com>
26329         * appdomain.c: If the culture is neutral we set it to "".
26330         
26331 2004-04-29  Jackson Harper  <jackson@ximian.com>
26333         * locales.c: Add some missing MONO_ARCH_SAVE_REGS'.
26335 2004-04-29  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
26337         * string-icalls.c: added low overhead function for copying chars
26338         * icall.c: added needed icall for the above function
26340 2004-04-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26342         * icall.c: fix return value of get_global_assembly_cache.  Implemented
26343         Environment.GetLogicalDrives.
26345 2004-04-28  Bernie Solomon  <bernard@ugsolutions.com>
26347         * rand.c: try and talk to egd or prngd
26348         for random bytes if opening devices fail.
26350 2004-04-28  Zoltan Varga  <vargaz@freemail.hu>
26352         * marshal.c (mono_marshal_load_type_info): Calculate the minimum
26353         alignment for the type using the native alignment of its members 
26354         instead of using klass->min_align.
26356         * metadata.c (mono_type_stack_size): Fix size of TYPEDBYREF.
26358 2004-04-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26360         * file-io.c:
26361         * socket-io.c: added check for sys/aio.h.
26363 2004-04-28  Dick Porter  <dick@ximian.com>
26365         * threads.c: Don't abort a thread thats already aborting, when
26366         terminating everything.
26368 2004-04-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26370         * icall.c: added 2 new async calls for Socket.
26372         * socket-io.[ch]: fixed some warnings. Added support for asynchronous
26373         IO on *nix systems.
26375         * threadpool.c: removed unused variable.
26377 2004-04-27  Zoltan Varga  <vargaz@freemail.hu>
26379         * marshal.c: Handle null properly in PtrToString* icalls. Fixes #57706.
26381 Tue Apr 27 15:55:17 CEST 2004 Paolo Molaro <lupus@ximian.com>
26383         * locales.c: put back string_invariant_tolower () and
26384         string_invariant_toupper ().
26386 2004-04-26 David Waite <mass@akuma.org>
26388         * file-io.h:
26389         * socket-io.h:
26390         * threads.h:
26391         * unicode.h: remove comma from end of enumeration declarations
26393 2004-04-26 David Waite <mass@akuma.org>
26395         * debug-mono-symfile.h:
26396         * decimal.c:
26397         * mono_debug.h:
26398         * sysmath.c: Define 64 bit constants as long long types (i.e. 10ULL)
26401 2004-04-26  Jackson Harper  <jackson@ximian.com>
26403         * appdomain.c: Increment version number.
26404         
26405 2004-04-26  Jackson Harper  <jackson@ximian.com>
26407         * appdomain.c: Set assembly references public token value when
26408         PublicKeyToken is specified, not the hash_value. Free public token
26409         values when free assembly name data. Previously the public key
26410         token was hex decoded, however we are using hex encoded public key
26411         tokens, so this is not neccasary.
26412         * assembly.c: Lookup assemblies in the gac if their public token
26413         value is set. Add function to allow enabling user gac
26414         lookups. Specify whether or not the assembly was loaded from the
26415         GAC. Compare full assembly names when checking the cache for
26416         assemblies (Temporarily disabled see comment in code). Remove
26417         mscorlib -> corlib mapping cruft. Add trace-loading. When a user
26418         specifies trace-loader they get extra info to stdout on the
26419         loading of assemblies.
26420         * image.h: Add a field for an assembly references public token
26421         value to MonoAssemblyname. Add a field to MonoAssembly to specifiy
26422         whether an assembly has been loaded from the GAC.
26423         * image.c: Remove a corlib -> mscorlib name mapping.
26424         * loader.h: Add function to enable/disable the user gac.
26425         * mono-config.c: Check if the usergac is enabled in the config
26426         file.
26427         * icall.c: New icall to determine whether or not an assembly has
26428         been loaded from the GAC. Remove some mscorlib -> corlib mappings.
26429         * tabldefs.h: Add constant for assemblyref flag that specifies a
26430         full public key is used instead of a public token.
26431         * reflection.c: Remove mscorlib -> corlib mappings. Set
26432         PublicTokenValue instead of hash value. This value is a hex
26433         string so it does not need to be expanded.
26435 2004-04-26  Martin Baulig  <martin@ximian.com>
26437         * mono-debug-debugger.c (mono_debugger_initialize): Set
26438         `mono_debugger_initialized' before calling mono_debug_lock().
26440 2004-04-42  Robert Shade <rshade@dvsconsulting.com>
26442         * icall.c: icalls for Char.ToUpper/ToLower are now hooked to
26443           InternalToUpper/InternalToLower.
26444         * locales.c: (ves_icall_System_{Char,String}_InternalTo{Upper,Lower}_Comp)
26445           removed invariant culture shortcut.  This is now done in managed code.
26446         * locales.c: (string_invariant_toupper/tolower) removed.
26448 2004-04-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26450         * icall.c: added GetSupportsAsync for Socket (same as MonoIO).
26451         Added Poll internal call.
26453         * socket-io.[ch]: _wapi_socket == WSASocket. Added internal
26454         call for Poll. Select was too heavy for polling a single socket.
26456         * threadpool.[ch]: added mono_threadpool_cleanup.
26457         * threads.c: use it. Don't use Thread_Abort on windows.
26459 2004-04-23  Martin Baulig  <martin@ximian.com>
26461         * mono-debug-debugger.c (mono_debugger_lookup_assembly): New function.
26463 2004-04-23  Sebastien Pouliot  <sebastien@ximian.com>
26465         * icall.c: Registred new icalls for key pair protection and added an
26466         icall for Environment.GetFolderPath on Windows.
26467         * security.c|h: Added new icalls for key pair protection.
26469 2004-04-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26471         * socket-io.c: don't display the non-supported family warning for known
26472         families. Now this is not displayed on windows when checking support
26473         for IPv4/IPv6.
26475 2004-04-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26477         * class.c: don't display the layout warning for static fields.
26479 2004-04-21  Lluis Sanchez Gual <lluis@ximian.com>
26481         * icall.cs: Registered new icalls for Char.ToLower and Char.ToUpper.
26482         * locales.c, locales.h: Added new icalls for culture-specific
26483         Char.ToLower and Char.ToUpper.
26485 2004-04-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26487         * threads.c: the 2nd argument when aborting a thread is NULL now. Patch
26488         by David Waite.
26490 2004-04-20  Martin Baulig  <martin@ximian.com>
26492         * mono-debug-debugger.c (mono_debugger_lookup_type): Make a copy
26493         of the type name before passing it to mono_reflection_type_from_name().
26495 2004-04-19  Zoltan Varga  <vargaz@freemail.hu>
26497         * marshal.c (mono_marshal_get_managed_wrapper): Handle different string
26498         encodings here. Fixes #56965.
26500 2004-04-18  Bernie Solomon <bernard@ugsolutions.com>
26502         * icall.c (ves_icall_System_Text_Encoding_InternalCodePage):
26503         fix test on strstr result not that I can see anything that
26504         relies on the result.
26506 2004-04-18  Zoltan Varga  <vargaz@freemail.hu>
26508         * metadata.c (mono_type_to_unmanaged): Handle MONO_NATIVE_FUNC as well.
26509         Fixes #57081.
26511         * marshal.c (mono_marshal_get_string_encoding): New helper function.
26513         * marshal.c (mono_marshal_get_native_wrapper): Use the new helper
26514         function to determine which marshalling to use for strings. Fixes
26515         #56965.
26517         * marshal.c (mono_marshal_string_array_to_unicode): Fix warning.
26519         * reflection.c (encode_marshal_blob): Add support for LPARRAY.
26521 2004-04-15  Bernie Solomon  <bernard@ugsolutions.com>
26523         * icall.c: #include mono-config.h
26525 2004-04-15  Jackson Harper  <jackson@ximian.com>
26527         * culture-info-tables.h: Fix date formats for en-US culture.
26528         
26529 2004-04-15  Lluis Sanchez Gual  <lluis@ximian.com>
26531         * icall.c: Registered icalls for ThreadPool.GetMinThreads and 
26532         ThreadPool.SetMinThreads.
26533         * threadpool.c: Implemented ThreadPool.GetMinThreads and
26534         ThreadPool.SetMinThreads.
26536 Thu Apr 15 15:36:40 CEST 2004 Paolo Molaro <lupus@ximian.com>
26538         * mono-config.c: also load the .config file in the directory
26539         where the assembly was found.
26541 Thu Apr 15 14:24:49 CEST 2004 Paolo Molaro <lupus@ximian.com>
26543         * assembly.c: load per-assembly config files.
26544         * icall.c: decrapified code to get the config dir and moved to
26545         mono-config.c.
26546         * image.h, loader.c, loader.h, mono-config.c, mono-config.h: allow
26547         per-assembly config files. When doing a dll map lookup give precedence
26548         to the per-assembly data.
26550 2004-04-14  Martin Baulig  <martin@ximian.com>
26552         * mono-debug-debugger.h (MonoDebuggerEvent): Removed
26553         MONO_DEBUGGER_EVENT_TYPE_ADDED and MONO_DEBUGGER_EVENT_METHOD_ADDED
26554         and added MONO_DEBUGGER_EVENT_RELOAD_SYMTABS.
26556         * mono-debugger-debugger.c: While the debugger is locked, remember
26557         whether the symbol tables have changes and send one single
26558         MONO_DEBUGGER_EVENT_RELOAD_SYMTABS when releasing the lock.
26560 2004-04-14  Zoltan Varga  <vargaz@freemail.hu>
26562         * metadata.h: Add STRARRAY_STRWLPARRAY marshalling convention.
26564         * marshal.h marshal.c (mono_marshal_string_array_to_unicode): New 
26565         function.
26567         * marshal.c (mono_marshal_get_native_wrapper): Take CharSet into
26568         account when marshalling string arrays. Fixes #56965.
26570 2004-04-13  Sebastien Pouliot  <sebastien@ximian.com>
26572         * icall.c: Add new icalls mapping for security.
26573         * security.c|h: Add internal calls for WindowsIdentity,
26574         WindowsImpersonationContext and WindowsPrincipal.
26576 2004-04-13  Gert Driesen (drieseng@users.sourceforge.net)
26578         * class.c: Added comment to ensure the System.MonoDummy class
26579         is removed when no longer necessary
26581 2004-04-13  Miguel de Icaza  <miguel@ximian.com>
26583         * appdomain.c: Pass arguments to the bootstraping exceptions to
26584         minimize JITed methods at boot
26586         * metadata.c (mono_exception_from_name_two_strings): Allow for the
26587         second string to be null.
26589         * icall.c (ves_icall_System_Text_Encoding_InternalCodePage):
26590         Change the protocol to minimize the JIT methods at startup.  Now
26591         it Returns the internal codepage, if the value of "int_code_page"
26592         is 1 at entry, and we can not compute a suitable code page
26593         number, returns the code page as a string.
26595 2004-04-13  Jackson Harper  <jackson@ximian.com>
26597         * culture-info-tables.h: Fix number of decimal digits for all
26598         english locales.
26600 2004-04-13  Jackson Harper  <jackson@ximian.com>
26602         * icall.c: Clairfy out of sync error message. It is not always
26603         your corlib that is out of sync.
26605 2004-04-13  Zoltan Varga  <vargaz@freemail.hu>
26607         * icall.c (ves_icall_Type_GetPropertiesByName): Avoid duplicate
26608         properties when only the set accessor is overriden. Fixes #55874.
26610 2004-04-09  Zoltan Varga  <vargaz@freemail.hu>
26612         * assembly.c (mono_assembly_load_references): Make this thread safe.
26613         Fixes #56327.
26615 2004-04-08  Zoltan Varga  <vargaz@freemail.hu>
26617         * monosn.c: Add missing initialization calls.
26619 2004-04-08  Bernie Solomon  <bernard@ugsolutions.com>
26621         * locales.c:
26622         ves_icall_System_Globalization_CultureInfo_construct_number_format
26623         Fix g_assert so it compiles on fussier compilers re int/ptr
26624         mismatch
26626 2004-04-08  Dick Porter  <dick@ximian.com>
26628         * socket-io.h:
26629         * socket-io.c: Don't set SO_REUSEADDR on windows.  Fixes bug
26630         53992.  Also rearrange the code so that the internal calls return
26631         an error value and exceptions are thrown from managed code.
26633         * icall.c: Add type info to the socket icalls.
26635 2004-04-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26637         * object.h: synchronize MonoCompareInfo with CompareInfo class. Someone
26638         owes me a beer.
26640 2004-04-07  Martin Baulig  <martin@ximian.com>
26642         * class.c (mono_class_from_generic_parameter): Don't default
26643         `klass->parent' to `mono_defaults.object_type'.
26645 2004-04-07  Martin Baulig  <martin@ximian.com>
26647         * reflection.c (mono_reflection_initialize_generic_parameter): Set
26648         `param->pklass->reflection_info'.       
26650 2004-04-07  Jackson Harper  <jackson@ximian.com>
26652         * culture-info-tables.h: Fix date separator symbol.
26653         
26654 2004-04-07  Martin Baulig  <martin@ximian.com>
26656         * icall.c (ves_icall_Type_GetGenericArguments): Moved this icall
26657         from System.Type to System.MonoType.
26659 2004-04-07  Martin Baulig  <martin@ximian.com>
26661         * reflection.h
26662         (MonoReflectionGenericParam): Added `has_reference_type' and
26663         `has_value_type' fields.
26665         * reflection.c (mono_image_get_generic_param_info): Encode the
26666         correct flags if we have the `class' or `struct' constraint.
26668 2004-04-07  Martin Baulig  <martin@ximian.com>
26670         * reflection.h
26671         (MonoReflectionGenericParam): Added `MonoBoolean has_ctor_constraint'.
26673 2004-04-07  Jackson Harper  <jackson@ximian.com>
26675         * appdomain.c: Revert extra patches, just wanted to bump the
26676         version number.
26677         
26678 2004-04-07  Jackson Harper  <jackson@ximian.com>
26680         * Makefile.am: Add culture-info private headers.
26681         * icall.c: Add new icalls for contructing locales.
26682         * locales.c: Construct CultureInfo objects from lookup tables instead of using ICU.
26683         * locales.h: Declare new culture info construction methods.
26684         * object.h: Add new fields used to avoid the CultureMap to
26685         MonoCultureInfo.
26686         * culture-info.h: Definition of structs used in the culture info
26687         tables.
26688         * culture-info-tables.h: Autogenerated tables that contain culture
26689         info data. This file was generated with the locale-builder tool.
26690         * appdomain.c: Incement corlib version number.
26691         
26692 2004-04-07  Bernie Solomon  <bernard@ugsolutions.com>
26694         * appdomain.c: (mono_runtime_init) move mono_thread_init
26695         to before mono_object_new calls so critical sections
26696         are initialized before use.
26698 2004-04-07  Martin Baulig  <martin@ximian.com>
26700         * icall.c
26701         (ves_icall_TypeBuilder_define_generic_parameter): Removed.
26702         (ves_icall_MethodBuilder_define_generic_parameter): Removed.
26703         (ves_icall_MonoGenericParam_initialize): Removed.
26704         (monogenericparam_icalls): Removed.
26705         (generictypeparambuilder_icalls): Added new table for
26706         System.Reflection.Emit.GenericTypeParameterBuilder.
26708         * reflection.c
26709         (mono_reflection_define_generic_parameter): Removed.
26710         (mono_reflection_initialize_generic_parameter): This is now called
26711         from GenericTypeParameterBuilder's .ctor.
26713 2004-04-06  Martin Baulig  <martin@ximian.com>
26715         * class.c (mono_class_init): Don't inflate nested classes in a
26716         generic instance.
26717         (mono_type_get_name_recurse): Include the generic arguments for
26718         generic instances and generic type declarations.
26719         (inflate_generic_type): Correctly inflate MONO_TYPE_SZARRAY.
26720         (_mono_class_get_instantiation_name): Removed.
26721         (mono_class_create_generic): Always use `gklass->name' as our name.
26723         * class.h (MonoGenericInst): Removed `nested_in', and `nested'.
26725         * icall.c (ves_icall_MonoGenericInst_GetDeclaringType): Removed.
26726         (ves_icall_MonoGenericInst_GetNestedTypes): Removed.
26727         (ves_icall_MonoMethod_GetGenericParameters): Renamed to
26728         ves_icall_MonoMethod_GetGenericArguments() and correctly handle
26729         closed generic methods here.
26731         * reflection.c
26732         (mono_reflection_generic_inst_get_nested_types): Removed.
26733         (inflate_mono_method): Copy the generic parameters from the
26734         MonoMethodHeader into out MonoGenericMethod.
26736 2004-04-06  Martin Baulig  <martin@ximian.com>
26738         * row-indexes.h
26739         (MONO_GENERICPARAM_DEPRECATED_CONSTRAINT): Removed.
26741         * metadata.c (GenericParamSchema): Removed "DeprecatedConstraint".
26743         * reflection.c (build_compressed_metadata): If we have any entries
26744         in the GenericParam, MethodSpec or GenericParamConstraint tables,
26745         set the header version to 1.1.
26747 2004-04-06  Martin Baulig  <martin@ximian.com>
26749         * class.c (mono_class_init): If we're a generic instance,
26750         initialize our nested classes, too.
26751         (_mono_class_get_instantiation_name): Deal with the new `!%d'
26752         suffix. 
26754 2004-04-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26756         * process.c: quote the argument passed to the shell on windows.
26758 2004-04-05  Zoltan Varga  <vargaz@freemail.hu>
26760         * threads.c (mono_alloc_special_static_data): Allow this to be
26761         called during startup.
26763 2004-04-02  Martin Baulig  <martin@ximian.com>
26765         * icall.c
26766         (ves_icall_MonoGenericInst_GetDeclaringType): New icall.
26768 2004-04-02  Zoltan Varga  <vargaz@freemail.hu>
26770         * icall.c: Fix build.
26772 2004-04-02  Sebastien Pouliot  <sebastien@ximian.com>
26774         * Makefile.am: Added security.c|h.
26775         * icall.c: Added icall for get_UserName;
26776         * security.c: New file for security related icalls. Added function
26777         get_UserName for System.Environment (fix #56144).
26778         * security.h: New. Header file for security.c
26780 2004-04-02  Dick Porter  <dick@ximian.com>
26782         * icall.c: Deleted the icalls that were obsoleted some time ago
26783         by the ICU string code, and which were mixed into the icall
26784         rearranging.  Fixes bug 55969.
26786         * string-icalls.h: 
26787         * string-icalls.c: Deleted the code that those icalls reference.
26789 2004-04-01  Martin Baulig  <martin@ximian.com>
26791         * metadata.h (MONO_CLASS_IS_INTERFACE): New macro.
26793         * class.c (mono_class_from_generic_parameter): Don't set 
26794         TYPE_ATTRIBUTE_INTERFACE.
26795         (my_mono_class_from_generic_parameter): Likewise.
26797 2004-04-01  Martin Baulig  <martin@ximian.com>
26799         * loader.c (find_method): Added an optional `MonoClass *ic'
26800         argument to search in a specific interface.
26801         (mono_get_method_constrained): New public function.
26803 2004-04-01  Martin Baulig  <martin@ximian.com>
26805         * reflection.c (mono_image_get_generic_field_token): Use the
26806         `handleref' cache here.
26808 2004-04-01  Martin Baulig  <martin@ximian.com>
26810         * reflection.h (MonoDynamicImage): Added `GHashTable *typespec'.
26812         * reflection.c (create_generic_typespec): Use the `typespec' hash
26813         here, not the `typeref' one.    
26815 2004-04-01  Martin Baulig  <martin@ximian.com>
26817         * class.c (mono_class_inflate_generic_type): Moved the
26818         functionality into a new static inflate_generic_type() which
26819         returns NULL if it didn't do anything.  Only increment the
26820         `mono_stats.inflated_type_count' if we actually inflated
26821         something.
26822         (mono_class_get_full): Check the classes type to see whether we
26823         need to inflate it; also inflate MONO_TYPE_(M)VAR.
26825 2004-04-01  Jackson Harper  <jackson@ximian.com>
26827         * reflection.c: Set culture for assembly references.
26828         
26829 2004-04-01 Ben Maurer  <bmaurer@users.sourceforge.net>
26831         * reflection.[ch], icall.[ch], Fix support for pinning variables.
26833 2004-04-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26835         * assembly.c:
26836         (do_mono_assembly_open): the critical section also covers
26837         mono_image_open and mono_image_open_from_data. Fixes bug #56327.
26839 2004-03-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26841         * threads.c:
26842         (mono_manage_threads): abort the background threads when finishing.
26843         Fixes bug #47232.
26845 2004-03-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26847         * gc.c: only close the done_event handle if there was no timeout.
26848         C-ified comments.
26850 2004-03-30  Martin Baulig  <martin@ximian.com>
26852         * icall.c (icall_entries): It's called "System.Activator", not
26853         "System.Activation".    
26855 2004-03-30  Martin Baulig  <martin@ximian.com>
26857         * class.c (mono_ldtoken): Added `MonoGenericContext *' argument.
26858         (mono_class_create_from_typespec): Likewise.
26860 2004-03-30  Martin Baulig  <martin@ximian.com>
26862         * reflection.h (MonoReflectionGenericParam): Use MonoBoolean for
26863         `has_ctor_constraint' and `initialized'.
26865 2004-03-30  Martin Baulig  <martin@ximian.com>
26867         * reflection.c (encode_new_constraint): New static function to add
26868         the constructor constraint attribute to a type parameter.
26869         (encode_constraints): Call encode_new_constraint() if necessary.
26871         * reflection.h
26872         (MonoReflectionGenericParam): Added `guint32 has_ctor_constraint'.
26874         * row-indexes.h: Added CUSTOM_ATTR_GENERICPAR.
26875         
26876 2004-03-29 Ben Maurer  <bmaurer@users.sourceforge.net>
26878         * reflection.c, icall.c: add support for pinning variables. 
26880 2004-03-29  Bernie Solomon  <bernard@ugsolutions.com>
26882         * marshal.c (mono_marshal_get_managed_wrapper):
26883         init bool local with zero rather than null.
26885 2004-03-29  Martin Baulig  <martin@ximian.com>
26887         * icall.c (ves_icall_MonoMethod_get_HasGenericParameters): Show
26888         the "official" behavior here.
26889         (ves_icall_MonoMethod_get_Mono_IsInflatedMethod): New interncall.
26891 2004-03-29  Martin Baulig  <martin@ximian.com>
26893         * icall.c: Reflect latest API changes.
26895 2004-03-29  Martin Baulig  <martin@ximian.com>
26897         * loader.c (mono_get_method_from_token): Also call
26898         mono_metadata_load_generic_params () for abstract and interface
26899         methods; replace the type arguments in the method signature with
26900         the ones which are loaded from the metadata.
26902 2004-03-29  Lluis Sanchez Gual  <lluis@ximian.com>
26904         * monitor.c: In mono_monitor_exit(), don't throw an exception if the owner
26905         of the lock is not the current thread. MS.NET don't do it, in spite of
26906         what the documentation says. See bug #56157.
26908 2004-03-28  Martin Baulig  <martin@ximian.com>
26910         * class.c (mono_class_init): Don't call init_properties() and
26911         init_events() for generic instances; set `prop->parent' when
26912         inflating properties.
26914         * reflection.c (mono_generic_inst_get_object): Call
26915         `mono_class_init (ginst->klass)'.
26916         (mono_type_get_object): Only create a MonoGenericInst if your
26917         generic type is a TypeBuilder.
26918         (do_mono_reflection_bind_generic_parameters): Only set
26919         `ginst->is_dynamic' if our generic type is a TypeBuilder.
26921 2004-03-28  Zoltan Varga  <vargaz@freemail.hu>
26923         * appdomain.c (unload_thread_main): Do not clear proxy_vtable_hash.
26924         Fixes #56091.
26926 2004-03-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26928         * icall.c: added Kill_internal icall.
26929         * process.[ch]: added Kill_internal icall.
26931 2004-03-25  Martin Baulig  <martin@ximian.com>
26933         * class.h (MonoStats): Added `generic_instance_count',
26934         `inflated_method_count', `inflated_type_count' and
26935         `generics_metadata_size'.       
26937 2004-03-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26939         * reflection.c: no warnings now.
26941 2004-03-25  Martin Baulig  <martin@ximian.com>
26943         * class.c (mono_class_get_full): New public function; does a
26944         mono_class_get(), but also takes a `MonoGenericContext *'.
26946         * loader.c (mono_field_from_memberref): Renamed to
26947         `field_from_memberref', made static and added `MonoGenericContext *'
26948         argument.
26949         (mono_field_from_token): Added `MonoGenericInst *' argument.
26950         (method_from_memberef): Likewise.
26951         (mono_get_method_from_token): Likewise.
26952         (mono_get_method_full): New public function; does a
26953         mono_get_method(), but also takes a `MonoGenericContext *'.
26955         * verify.c (mono_method_verify): Get the method's generic context
26956         and pass it to mono_field_from_token(), mono_get_method_full() and
26957         mono_class_get_full().
26959 2004-03-25  Martin Baulig  <martin@ximian.com>
26961         * class.c (mono_class_inflate_generic_type): Take a
26962         `MonoGenericContext *' instead of a `MonoGenericInst *' and a
26963         `MonoGenericMethod *'.
26965 2004-03-25  Martin Baulig  <martin@ximian.com>
26967         * loader.h (MonoMethodInflated): Store the MonoGenericContext
26968         instead of the MonoGenericMethod here.
26970 2004-03-25  Martin Baulig  <martin@ximian.com>
26972         * class.h (MonoGenericInst): Added `MonoGenericContext *context';
26973         each time we create a new MonoGenericInst, we also create a new
26974         context which points back to us.
26976         * class.c (inflate_method): Use `ginst->context' instead of
26977         creating a new context.
26979         * loader.c (method_from_memberref): Use
26980         `klass->generic_inst->context' instead of creating a new context.
26982 2004-03-25  Martin Baulig  <martin@ximian.com>
26984         * class.h (MonoGenericContext): New struct.
26985         (MonoGenericMethod): Removed `generic_inst'.
26987         * class.c (mono_class_inflate_generic_method): Take a
26988         `MonoGenericContext *' instead of a `MonoGenericMethod *'.
26990 2004-03-25  Martin Baulig  <martin@ximian.com>
26992         * loader.h (MonoMethodInflated): New typedef.
26994         * metadata.h (MonoMethodSignature): Removed `gen_method', make
26995         `generic_param_count' consume just 30 bits, added `is_inflated'
26996         and `has_type_parameters' flags (one bit each).
26998         * class.c (mono_class_inflate_generic_method): Create a
26999         MonoMethodInflated instead of a MonoMethodNormal and set
27000         `is_inflated' in the method signature.
27002         * class.h (MonoGenericMethod): Removed `generic_method'.
27004 2004-03-25  Lluis Sanchez Gual  <lluis@ximian.com>
27006         * image.c: Make sure the name of a MonoImage is always an absolute path.
27007           This fixes bug #54415.
27009 2004-03-24  Martin Baulig  <martin@ximian.com>
27011         * class.c (mono_class_setup_vtable): If we're a generic instance,
27012         use our generic type's vtable size.
27014 2004-03-24  Zoltan Varga  <vargaz@freemail.hu>
27016         * appdomain.c (ves_icall_System_AppDomain_InternalUnload): Add
27017         MONO_NO_UNLOAD env var as a temporary workaround for unloading 
27018         problems.
27020 2004-03-23  Martin Baulig  <martin@ximian.com>
27022         * class.h (MonoDynamicGenericInst): Added `int count_events' and
27023         `MonoEvent *events'.
27025         * icall.c (ves_icall_MonoGenericInst_GetEvents): New interncall.
27026         (typebuilder_icalls): Added "get_event_info"; calls
27027         mono_reflection_event_builder_get_event_info(). 
27029         * reflection.c (mono_reflection_generic_inst_initialize): Added
27030         `MonoArray *events'.
27031         (mono_reflection_event_builder_get_event_info): New function.
27033 2004-03-23  Bernie Solomon  <bernard@ugsolutions.com>
27035         * object.h: add mono_type_initialization_init
27037         * object.c (mono_runtime_class_init): 
27038         implement class constructor synchronization rules
27039         to cope with threading issues.  
27040         add mono_type_initialization_init
27042         * appdomain.c (mono_runtime_init): call 
27043         mono_type_initialization_init
27045         * class.h: removing initializing field from MonoVTable
27047 2004-03-23  Martin Baulig  <martin@ximian.com>
27049         * class.c (my_mono_class_from_generic_parameter): Use
27050         `param->name' if it's not NULL. 
27052 2004-03-22 Ben Maurer  <bmaurer@users.sourceforge.net>
27054         * class.c: do not insert non-virtual methods in the vtable.
27055         * icall.c, mono-debug-debugger.c, object.c: if method->slot == -1,
27056         that means the method is non-virtual. This never would have
27057         happened before.
27059 2004-03-22  Lluis Sanchez Gual  <lluis@ximian.com>
27061         * profiler.c: Added lock for accessing coverage_hash.
27063 2004-03-22  Martin Baulig  <martin@ximian.com>
27065         * icall.c (ves_icall_MethodInfo_get_IsGenericMethod): Use
27066         `method->method->signature->generic_param_count != 0' to make it
27067         work for interface methods.
27069 2004-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27071         * process.c: quote the string passed to the shell using g_shell_quote.
27073 2004-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27075         * threads.c:
27076         (mono_threads_manage): don't remove the finalizer thread and self
27077         from the threads hash table so that mono_thread_manage can be called
27078         more than once.
27080 2004-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27082         * process.c: quote the arguments when UseShellExecute is true. Fixes
27083         bug #55790.
27085 2004-03-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27087         * threads.c: set mono_thread_detach as a cleanup routine for every
27088         thread. This way it's always executed upon thread termination, either
27089         aborted or finished normally. No more xsp hangs!
27091 2004-03-17  Martin Baulig  <martin@ximian.com>
27093         * class.h (MonoGenericInst): Replaced the `GList *nested' with an
27094         `int count_nested' and a `MonoType **nested'.
27096         * reflection.c (mono_reflection_bind_generic_parameters): Moved
27097         most of the functionality into a new static
27098         do_mono_reflection_bind_generic_parameters() and don't take a
27099         `MonoType *nested_in' argument any more.  Don't compute nested
27100         types here.
27101         (mono_reflection_generic_inst_get_nested_types): New public method
27102         to get nested types.
27104         * class.c (mono_class_create_generic): Set `klass->nested_in' if
27105         we're a nested class.
27107         * icall.c (ves_icall_MonoGenericInst_GetNestedTypes): Call
27108         mono_reflection_generic_inst_get_nested_types() to compute the
27109         nested types.
27111 2004-03-17  Zoltan Varga  <vargaz@freemail.hu>
27113         * threads.c (ves_icall_System_Threading_Thread_Abort): Add a more
27114         descriptive error message under windows.
27115         
27116 2004-03-17  Martin Baulig  <martin@ximian.com>
27118         * class.c (dup_type): Added `const MonoType *original' argument;
27119         copy the attrs from the original type.
27121 2004-03-17  Martin Baulig  <martin@ximian.com>
27123         * metadata.c (do_mono_metadata_parse_generic_inst): Use the
27124         `m->generic_inst_cache' here.
27126 2004-03-17  Zoltan Varga  <vargaz@freemail.hu>
27128         * exception.h exception.c: Add stack_overflow_exception.
27130 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27132         * threadpool.c:
27133         (overlapped_callback): call SetEvent *after* invoking the callback.
27134         No need to call CloseHandle.
27136 2004-03-16  Martin Baulig  <martin@ximian.com>
27138         * reflection.c (mono_image_get_fieldref_token): Take a
27139         `MonoReflectionField *' instead of a `MonoClassField *' and a
27140         `MonoClass *'; store the `MonoReflectionField *' in the hash.
27142 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27144         * appdomain.c: don't add the culture to the filename we're looking for
27145         if it's neutral or NULL. Fixes bug #53788. Removed redundant memset.
27147 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27149         * locales.c: don't ignore symbols when doing case insensitive compares.
27150         Thanks Dick! Fixes bug #54046.
27152         * threads.c: surround 'threads' usage with enter/leave in
27153         mono_thread_manage.
27155 2004-03-16  Zoltan Varga  <vargaz@freemail.hu>
27157         * marshal.c (mono_marshal_get_native_wrapper): Char arrays are 
27158         implicitly marshalled as [Out]. Fixes #55450.
27160         (mono_marshal_get_runtime_invoke): Zero out the result if there is
27161         an exception.
27163 2004-03-16  Martin Baulig  <martin@ximian.com>
27165         * class.c (mono_class_from_generic_parameter): Use the actual
27166         parameter name. 
27168 2004-03-16  Martin Baulig  <martin@ximian.com>
27170         * reflection.c (type_get_signature_size): New static function.
27171         Compues the size of the type in a method signature.
27172         (method_get_signature_size): New static function; calls
27173         type_get_signature_size() to compute the actual size of the
27174         method's signature.
27175         (method_encode_signature): Use method_get_signature_size() to get
27176         the signature's size rather than using `nparams * 10'.
27178 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27180         * file-io.h: define here WapiOverlapped on windows. I don't want the
27181         regular OVERLAPPED one.
27183         * file-io.c:
27184         * threadpool.c: somehow, BindIoCompletionCallback is not found.
27185         Disabling AIO on windows.
27187 2004-03-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27189         * marshal.c: Marshal.SizeOf throws an exception for AutoLayout. Fixes
27190         bug #55385.
27192 2004-03-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27194         * appdomain.c: upgraded corlib version.
27196         * file-io.c: implemented new icalls: GetSupportsAIO, BeginRead
27197         and BeginWrite. Allow opening files for asynchrnous operations.
27199         * file-io.h: new struct that maps FileStreamAsyncResult.
27200         * icall.c: added new icalls.
27201         * process.[ch]: support setting child process environment variables
27202         and use the SHELL or COMSPEC when UseShellExecute is true.
27204         * threadpool.[ch]: fixed warnings, moved ThreadPool icalls here. The
27205         callback for async. IO is here and also BindHandle.
27207         * threads.[ch]: added mono_thread_detach and removed ThreadPool icalls
27208         from here.
27210 2004-03-14  Zoltan Varga  <vargaz@freemail.hu>
27212         * reflection.c (create_custom_attr): Allow len == 0.
27214         * object.c (mono_class_compute_gc_descriptor): Fix descriptor
27215         computation on big-endian machines.
27217 2004-03-13  Martin Baulig  <martin@ximian.com>
27219         * class.h (MonoGenericInst): Added `int count_ifaces'.
27221         * iclass.c (ves_icall_MonoGenericInst_GetInterfaces): Use
27222         `ginst->count_ifaces' instead `klass->interface_count' since we
27223         may get called before the vtable is created.
27225         * loader.c (mono_method_get_param_names): If we're a generic
27226         instance, return and don't initialize the class.
27228         * reflection.c (mono_reflection_setup_generic_class): Don't call
27229         ensure_runtime_vtable().
27230         (mono_reflection_bind_generic_parameters): Set
27231         `ginst->count_ifaces'.
27233 2004-03-11  Jackson Harper <jackson@ximian.com>
27235         * icall.c:
27236         * unicode.c:
27237         * unicode.h: Remove unused System.Char icalls.
27238         
27239 2004-03-11  Miguel de Icaza  <miguel@ximian.com>
27241         * loader.c (mono_lookup_pinvoke_call): Call the Windows.Forms init
27242         code when we P/Invoke the first library in Windows.Forms, instead
27243         of when we first open the assembly.
27245         * assembly.c: Drop the lookup from here.
27247 2004-03-10  Martin Baulig  <martin@ximian.com>
27249         * reflection.c (mono_reflection_get_custom_attrs): Use the correct
27250         class for properties, fields and events.  Finally fixes #54945.
27252 2004-03-10  Martin Baulig  <martin@ximian.com>
27254         * metadata.c (mono_metadata_class_equal): New static function;
27255         checks whether two generic instances or two generic parameters are
27256         equal.
27257         (mono_metadata_type_equal): Use mono_metadata_class_equal() to
27258         compare classes.        
27260 2004-03-10  Martin Baulig  <martin@ximian.com>
27262         * class.h (MonoGenericMethod): Added `gpointer reflection_info'.
27264         * reflection.c (inflate_mono_method): Added `MonoObject *obj'
27265         argument and write it into the `reflection_info' field.
27267         * icall.c
27268         (ves_icall_MethodBase_GetGenericMethodDefinition): New interncall.
27269         (ves_icall_MethodBase_get_HasGenericParameters): New interncall.
27271 2004-03-09  Jackson Harper  <jackson@ximian.com>
27273         * char-conversions.h: use 8 bits for numeric data its all we need
27274         * icall.c: numeric data is only 8 bits now.
27276 2004-03-09  Martin Baulig  <martin@ximian.com>
27278         * class.h (MonoProperty, MonoEvent): Added `MonoClass *parent'.
27280         * class.c (init_properties, init_events): Initialize the new
27281         `parent' field.
27283         * reflection.c (typebuilder_setup_properties): Likewise.
27284         (typebuilder_setup_events): Likewise.
27286         * reflection.h (MonoEventInfo): Replaced `parent with
27287         `declaring_type' and `reflected_type'.
27289         * icall.c (ves_icall_get_property_info): Distinguish between
27290         declaring and reflected type.
27291         (ves_icall_get_event_info): Likewise.
27293 2004-03-09  Martin Baulig  <martin@ximian.com>
27295         * icall.c (ves_icall_Type_GetTypeCode): Added MONO_TYPE_GENERICINST.
27296         (ves_icall_Type_GetField): Correctly set field->klass.
27298 2004-03-09  Zoltan Varga  <vargaz@freemail.hu>
27300         * loader.h: Fix warning.
27302 2004-03-08  Miguel de Icaza  <miguel@ximian.com>
27304         *  loader.c, loader.h (mono_loader_wine_init): Loads the Wine/Lib
27305         library routine if present.  Notice that it will still continue
27306         executing even if its missing, for those working on the Gtk#
27307         edition of Windows.Forms.
27309         * assembly.c (do_mono_assembly_open): If loading the
27310         System.Windows.Forms call mono_loader_wini_init.
27312 2004-03-04  Lluis Sanchez Gual  <lluis@ximian.com>
27314         * class.h: Added MonoRemoteClass struct.
27315         * domain.c: Changed hash function for proxy_vtable_hash. It now uses a
27316         function for MonoStrings.
27317         * icall.c: In GetTransparentProxy, assign a MonoRemoteClass to the proxy.
27318         Added internal call for getting the proxy type.
27319         * marshal.c: Get the type of transparent proxies from its remote_class.
27320         Added methods that generate the IL for type checks and casts:
27321         mono_marshal_get_isinst, mono_marshal_get_castclass, 
27322         mono_marshal_get_proxy_cancast.
27323         * marshal.h: Declaration of the previous new methods.
27324         * object.c: Added new moethods for creating and updating MonoRemoteClass
27325         instances: mono_remote_class, mono_upgrade_remote_class, 
27326         * object.h: Added MonoRemoteClass reference in MonoTransparentProxy.
27327         * verify.c: FIx transparent_proxy_fields layout.
27328         * appdomain.c: Bump corlib version.
27330 2004-03-04  Jackson Harper  <jackson@ximian.com>
27332         * icall.c: Add icall to access char conversion tables.
27333         * char-conversions.h: Character conversion tables.
27334         * Makefile.am: Add char-conversions.h private header file.
27335         
27336 2004-03-04  Zoltan Varga  <vargaz@freemail.hu>
27338         * appdomain.c (unload_thread_main): Increase unloading timeout to
27339         10 sec as a temporary workaround for Nant problems.
27341 2004-02-29  Zoltan Varga  <vargaz@freemail.hu>
27343         * gc.c: Add checks for GC_enable and GC_disable.
27345         * string-icalls.c locales.c: Applied patch from Jaroslaw Kowalski
27346         (jaak@zd.com.pl). Fix memory corruption in String.Replace 
27347         (bug #54988).
27348         
27349 2004-02-27  Martin Baulig  <martin@ximian.com>
27351         * reflection.c (mono_reflection_bind_generic_parameters): Take a
27352         `MonoReflectionType *' instead of a `MonoType *'.
27354 2004-02-26  Zoltan Varga  <vargaz@freemail.hu>
27356         * gc.c (run_finalize): Avoid finalizing the object representing the
27357         finalizer thread.
27358         (finalizer_thread): Fix warning.
27360 2004-02-25  Martin Baulig  <martin@ximian.com>
27362         * class.c (_mono_class_get_instantiation_name): Added `int offset'
27363         argument for nested types.
27364         (mono_class_create_generic): Added support for nested generictypes.
27366         * class.h (MonoGenericInst): Added `MonoType *nested_in' and
27367         `GList *nested'.
27369         * icall.c (ves_icall_MonoGenericInst_GetNestedTypes): New icall.
27371         * reflection.c (method_encode_signature): Increase the minimum
27372         value of `size' from 10 to 11.
27373         (mono_reflection_bind_generic_parameters): Take `int type_argc'
27374         and `MonoType **types' arguments instead of the `MonoArray
27375         *types'; added `MonoType *nested_in'.  Recursively instantiate
27376         nested classes. 
27378 2004-02-23  Zoltan Varga  <vargaz@freemail.hu>
27380         * appdomain.h (MonoDomain): Add preallocated null_reference_ex and 
27381         stack_overflow_ex members which are used by exception handling.
27383         * appdomain.c (mono_runtime_init): Initialize the new members.
27385         * gc.c (mono_gc_enable): New helper function.
27386         * gc.c (mono_gc_disable): New helper function.
27388 2004-02-23  Martin Baulig  <martin@ximian.com>
27390         * icall.c: I must have been really stupid - make it actually work
27391         this time ;-)
27393 2004-02-23  Martin Baulig  <martin@ximian.com>
27395         * loader.c (method_from_memberref): Only inflate the method if
27396         it's in another klass.
27398 2004-02-23  Martin Baulig  <martin@ximian.com>
27400         * class.c (mono_class_inflate_generic_type): Fixed two bugs.
27401         (mono_class_init): If we're a generic instance and an interface,
27402         compute `class->interface_id'; also create `class->interfaces'
27403         here and inflate them.
27405         * metadata.c (do_mono_metadata_parse_generic_inst): Compute
27406         `ginst->is_open'.
27407         (mono_type_stack_size): Fix for MONO_TYPE_GENERICINST.
27409         * reflection.c (mono_image_create_token): Allow "MonoGenericInst".
27411 2004-02-15  Miguel de Icaza  <miguel@ximian.com>
27413         * reflection.c (method_encode_code): Improved the error message
27414         generated by the exception.
27416 2004-02-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27418         * icall.c: Martin did not do what he said in the ChangeLog for
27419         2004-02-18, but put back the changes for properties and events.
27420         Commenting those changes out again and adding comment to bug #54518.
27421         
27422         * process.c: removed warning.
27424 2004-02-20  Zoltan Varga  <vargaz@freemail.hu>
27426         * marshal.c (emit_struct_conv): Print an error message instead of
27427         asserting when a type does not have the StructLayout attribute.
27429 2004-02-20  Martin Baulig  <martin@ximian.com>
27431         * reflection.c (mono_type_get_object): Also use the cache for
27432         generic instances.
27433         (mono_reflection_bind_generic_parameters): Always compute
27434         `ginst->ifaces'.        
27436 2004-02-20  Martin Baulig  <martin@ximian.com>
27438         * class.h (MonoGenericMethod): Removed `klass'.
27440         * class.c (mono_class_inflate_generic_method): Added `MonoClass
27441         *klass' argument.
27443 2004-02-20  Martin Baulig  <martin@ximian.com>
27445         * reflection.c (method_encode_methodspec): Actually use the
27446         uninflated signature for the memberref.
27448 2004-02-20  Martin Baulig  <martin@ximian.com>
27450         * class.h (MonoGenericMethod): Removed `declaring'.
27452         * class.c (mono_class_inflate_generic_method): If `gmethod->klass'
27453         is NULL, compute it here.
27455 2004-02-20  Martin Baulig  <martin@ximian.com>
27457         * image.h (MonoImage): Added `GHashTable *generic_inst_cache'.
27459         * metadata.c (mono_metadata_generic_inst_hash): New method.
27460         (mono_metadata_generic_inst_equal): New method.
27462         * reflection.c (mono_reflection_bind_generic_parameters): Use the
27463         `klass->image->generic_inst_cache' cache to avoid creating
27464         duplicate MonoGenericInst's.
27466         * class.c (mono_class_inflate_generic_type): Use the cache.
27468 Thu Feb 19 19:39:09 CET 2004 Paolo Molaro <lupus@ximian.com>
27470         * object.c: fixed gc descriptor calculation for embedded valuetypes.
27472 2004-02-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27474         * icall.c: added Socket.WSAIoctl icall.
27476         * socket-io.[ch]: implemented
27477         ves_icall_System_Net_Sockets_Socket_WSAIoctl.
27479 2004-02-19  Atsushi Enomoto  <atsushi@ximian.com>
27481         * icall.c: removed IsDigit, IsSeparator, IsWhiteSpace from char_icalls.
27483 2004-02-18  Urs C Muff  <umuff@quark.com>
27485         * debug-mono-symfile.c, mono-debug-debugger.c, mono-debug.c: Make
27486         this work on PPC and other big-endian architectures.
27488         * debug-mono-symfile.h: Prepended the names of all the `guint32'
27489         fields with an underscore to make sure they're only accessed by
27490         the read32() macro.
27492 2004-02-18  Martin Baulig  <martin@ximian.com>
27494         * icall.c: Put the klass->refclass changes back for methods and
27495         fields, but not for properties and events.  We're currently not
27496         distinguishing between DeclaringType and ReflectedType for
27497         properties and events, that's what caused the regressions.
27499 2004-02-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27501         * object.c:
27502         (mono_async_result_new): the handle can be NULL.
27504         * threadpool.c: Use an event instead of a semaphore, don't initialize
27505         it until needed. This saves quite a few semaphores from being created
27506         when using the threadpool.
27508 2004-02-18  Zoltan Varga  <vargaz@freemail.hu>
27510         * object.c (mono_string_is_interned_lookup): Fix interning of long
27511         strings. Fixes #54473.
27513         * domain.c (ldstr_equal): Optimize if the two strings are equal.
27515         * icall.c: Revert the klass->refclass changes since they introduce
27516         regressions (bug #54518).
27518 2004-02-18  Martin Baulig  <martin@ximian.com>
27520         * class.c (mono_class_init): If we're a generic instance and don't
27521         come from a TypeBuilder, inflate our members here.
27522         (mono_class_from_generic): Removed; just use `ginst->klass' instead.
27523         (mono_class_create_generic): New public method.
27524         (mono_class_initialize_generic): Removed.
27525         (get_instantiation_name): Renamed to
27526         _mono_class_get_instantiation_name() and made it public.
27528 2004-02-18  Martin Baulig  <martin@ximian.com>
27530         * class.c (mono_class_inflate_generic_type): Clear the new
27531         instance's `nginst->klass' when inflating a generic instance.
27532         (mono_class_is_subclass_of): Added (basic) support for generic
27533         instances.
27535 Tue Feb 17 21:40:16 CET 2004 Paolo Molaro <lupus@ximian.com>
27537         * appdomain.h, domain.c: use a MonoCodeManager instead of a
27538         MonoMempool to hold compiled native code.
27540 2004-02-17  Martin Baulig  <martin@ximian.com>
27542         * class.h (MonoDynamicGenericInst): Added `count_properties' and
27543         `properties'.
27545         * reflection.c (mono_reflection_generic_inst_initialize): Added
27546         `MonoArray *properties' argument.
27548         * icall.c (ves_icall_MonoGenericInst_GetProperties): New interncall.    
27550 2004-02-17  Martin Baulig  <martin@ximian.com>
27552         * icall.c (ves_icall_Type_GetFields): Renamed to
27553         ves_icall_Type_GetFields_internal() and added a
27554         `MonoReflectionType *rtype' argument; pass it to
27555         mono_field_get_object() to set the field's "reflected" type.
27556         (ves_icall_Type_GetConstructors): Likewise.
27557         (ves_icall_Type_GetEvents): Likewise.
27558         (ves_icall_Type_GetMethodsByName): Added `MonoReflectionType *rtype'
27559         argument; pass it to mono_method_get_object() to set the method's
27560         "reflected" type.       
27562 2004-02-17  Martin Baulig  <martin@ximian.com>
27564         * class.h (MonoDynamicGenericInst): New type.
27565         (MonoGenericInst): Added `dynamic_info' and `is_dynamic' fields.
27567         * icall.c (ves_icall_MonoGenericInst_GetMethods): New interncall.
27568         (ves_icall_MonoGenericInst_GetConstructors): New interncall.
27569         (ves_icall_MonoGenericInst_GetFields): New interncall.
27571         * class.c (mono_class_from_generic): Don't call
27572         mono_class_initialize_generic() if this is a dynamic instance;
27573         ie. it's being created from a TypeBuilder.
27574         Use MONO_TYPE_GENERICINST for `class->this_arg.type' and
27575         `class->byval_arg.type'.
27577         * reflection.c (mono_reflection_inflate_method_or_ctor): Renamed
27578         to `inflate_method' and made static.
27579         (mono_reflection_inflate_field): Removed.
27580         (mono_reflection_generic_inst_initialize): New public method.
27582         * reflection.h (MonoReflectionGenericInst): Removed `methods',
27583         `ctors' and `fields'; added `initialized'.
27585 2004-02-14  Zoltan Varga  <vargaz@freemail.hu>
27587         * debug-helpers.c (mono_method_full_name): Fix output for empty
27588         namespaces.
27590 2004-02-12  Martin Baulig  <martin@ximian.com>
27592         * class.h (MonoClassField): Added `MonoType *generic_type'.
27594         * reflection.c (mono_image_get_fieldref_token): Added support for
27595         instantiated generic types.
27596         (field_encode_inflated_field): Removed.
27597         (mono_image_get_inflated_field_token): Removed.
27598         (mono_reflection_inflate_field): Return a `MonoReflectionField *'.
27600         * reflection.h (MonoReflectionInflatedField): Removed.
27602 2004-02-12  Martin Baulig  <martin@ximian.com>
27604         * metadata.h (MonoMethodHeader, MonoMethodSignature): Moved the
27605         `gen_method' field from MonoMethodHeader to MonoMethodSignature.
27607         * reflection.c (mono_image_get_methodspec_token): Take a
27608         `MonoMethod *' instead of a `MonoReflectionInflatedMethod *'.
27609         (mono_image_create_token): Check whether we have a
27610         `method->signature->gen_method' and call
27611         mono_image_get_methodspec_token() if appropriate.
27612         (inflated_method_get_object): Removed.
27613         (mono_reflection_bind_generic_method_parameters): Return a
27614         `MonoReflectionMethod *', not a `MonoReflectionInflatedMethod *'.
27615         (mono_reflection_inflate_method_or_ctor): Likewise.
27617         * reflection.h (MonoReflectionInflatedMethod): Removed.
27619 2004-02-12  Zoltan Varga  <vargaz@freemail.hu>
27621         * marshal.c (mono_marshal_get_native_wrapper): Implement proper support
27622         for custom valuetype marshalling.
27624         * icall.c (icall_entries): Diagnostic -> Diagnostics. Fixes #54261.
27626 2004-02-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27628         * icall.c: fixed WSAGetLastError_internal name.
27630 2004-02-11  Zoltan Varga  <vargaz@freemail.hu>
27632         * threads.c (mono_thread_attach): Allow this to be called multiple
27633         times for a thread.
27634         
27635         * threads.c (build_wait_tids): Do not wait for ourselves.
27637         * threads.c (mono_thread_pop_appdomain_ref): Avoid crash if the 
27638         appdomain list is empty.
27640         * marshal.c (mono_marshal_get_native_wrapper): Do not free the
27641         memory returned by mono_string_builder_to_utf16, since it points into
27642         managed memory. Thanks to Bernie Solomon for noticing this.
27644         * icall.c: Add AppDomainSetup icalls.
27646         * reflection.h (MonoReflectionMethodAux): Add 'param_cattr' field.
27648         * reflection.c (mono_custom_attrs_from_param): Add support for dynamic
27649         types.
27651         * reflection.c (reflection_methodbuilder_to_mono_method): Save
27652         custom attributes to the method_aux struct. Also fix array indexes etc.
27654         * loader.c (mono_method_get_param_names): Make dynamic case work again.
27655         
27656 Tue Feb 10 17:03:04 CET 2004 Paolo Molaro <lupus@ximian.com>
27658         * icall.c, loader.c: icall cleanup: we save quite a bit of memory
27659         (both static and runtime) and reduce startup time.
27661 2004-02-10  Zoltan Varga  <vargaz@freemail.hu>
27663         * marshal.c (mono_marshal_get_native_wrapper): Throw an exception on
27664         AsAny marshalling conversion instead of crashing.
27666         * marshal.c: Fix warnings.
27668 2004-02-09  Martin Baulig  <martin@ximian.com>
27670         * class.h (MonoGenericMethod): Added `MonoMethod *declaring'.
27672         * reflection.h (MonoReflectionInflatedMethod): Removed the
27673         `declaring' field, it's now in the unmanaged MonoGenericMethod.
27675         * reflection.c (method_encode_methodspec): Removed the `method'
27676         argument; we get it from `gmethod->declaring'.
27677         (inflated_method_get_object): Removed the `declaring' argument.
27679 2004-02-09  Martin Baulig  <martin@ximian.com>
27681         * class.h (MonoGenericMethod): New type.
27682         (MonoGenericInst): Remove `mtype_argc', `mtype_argv' and
27683         `generic_method'.
27685         * metadata.h (MonoMethodHeader): Replaced the `geninst' field with
27686         a `MonoGenericMethod *gen_method' one.
27688         * class.c (mono_class_inflate_generic_type): Take an additional
27689         `MonoGenericMethod * argument.  This is only non-NULL if we're
27690         inflating types for a generic method.   
27691         (mono_class_inflate_generic_signature): Renamed to
27692         inflate_generic_signature() and made static; take a
27693         `MonoGenericMethod *' argument instead of a `MonoGenericInst *'.
27694         (inflate_generic_header): Take a `MonoGenericMethod *' argument
27695         instead of a `MonoGenericInst *' one.
27696         (mono_class_inflate_generic_method): Likewise.
27698         * reflection.c (encode_generic_method_sig): Take a
27699         `MonoGenericMethod *' argument instead of a `MonoGenericInst *'.
27700         (method_encode_methodspec): Likewise.
27701         (inflated_method_get_object): Likewise. 
27703         * reflection.h (MonoReflectionGenericInst): Replaced the `ginst'
27704         field with a `MonoGenericMethod *gmethod' one.  
27706 2004-02-08  Bernie Solomon  <bernard@ugsolutions.com>
27708         * class.h (mono_class_has_parent): add parens to expansion
27709         so you can ! this.
27711 2004-02-08  Martin Baulig  <martin@ximian.com>
27713         * image.h (MonoImage): Removed `generics_cache'.
27715         * class.c (mono_class_from_generic): Take a `MonoGenericInst *'
27716         instead of a `MonoType *' argument; removed the `inflate_methods'
27717         argument.  Don't inflate methods here.
27719         * loader.c (find_method): If it's a generic instance, call
27720         mono_class_init() on the `sclass->generic_inst->generic_type'.
27722         * metadata.c (mono_type_size): Make this work on uninitialized
27723         generic instances; call it on the `ginst->generic_type's class.
27725         * reflection.c (mono_reflection_bind_generic_parameters): Call
27726         mono_class_from_generic() to create the `ginst->klass'.
27728 2004-02-08  Martin Baulig  <martin@ximian.com>
27730         * class.h (MonoClass): Changed type of `generic_inst' from
27731         `MonoType *' to `MonoGenericInst *'.
27733 2004-02-08  Martin Baulig  <martin@ximian.com>
27735         * icall.c (ves_icall_Type_BindGenericParameters): Just call
27736         mono_type_get_object(), this is now creating a `MonoGenericInst'
27737         for MONO_TYPE_GENERICINST.
27738         (ves_icall_MonoGenericInst_GetParentType): Likewise.
27739         (ves_icall_MonoGenericInst_GetInterfaces): Likewise.
27741         * reflection.c (mono_type_get_object): Return a `MonoGenericInst'
27742         instead instead of a `MonoType' for MONO_TYPE_GENERICINST.
27743         (inflated_method_get_object): Added `MonoClass *refclass' argument.
27744         (mono_reflection_inflate_method_or_ctor): Correctly set declaring
27745         and reflected type.
27747         * reflection.h (MonoReflectionInflatedMethod): Removed
27748         `declaring_type' and `reflected_type'.
27750 2004-02-08  Martin Baulig  <martin@ximian.com>
27752         * class.h (MonoGenericInst): Added `MonoType *parent' and
27753         `MonoType **ifaces'.
27755         * reflection.h (MonoReflectionGenericInst): Removed `klass',
27756         `parent' and `interfaces'.
27758         * reflection.c (mono_reflection_bind_generic_parameters): Take a
27759         `MonoType *' argument and return a `MonoType *'.
27761         * icall.c
27762         (ves_icall_MonoGenericInst_GetParentType): New interncall.
27763         (ves_icall_MonoGenericInst_GetInterfaces): Likewise.    
27765 2004-02-06  Zoltan Varga  <vargaz@freemail.hu>
27767         * marshal.c (mono_marshal_get_native_wrapper): Add support for custom
27768         valuetype marshalling.
27770 2004-02-06  Martin Baulig  <martin@ximian.com>
27772         * class.c
27773         (mono_class_from_generic_parameter): Added TYPE_ATTRIBUTE_PUBLIC.
27774         (my_mono_class_from_generic_parameter): Likewise.
27776 2004-02-06  Zoltan Varga  <vargaz@freemail.hu>
27778         * debug-mono-symfile.c debug-mono-symfile.h mono-debug.c: Read the
27779         contents of the symbol files lazily.
27781         * object.h (MonoThread): Add 'name' and 'name_len' fields.
27783         * threads.h threads.c icall.c: New icalls for getting and setting the
27784         threads name.
27786 2004-02-05  Zoltan Varga  <vargaz@freemail.hu>
27788         * appdomain.c (ves_icall_System_AppDomain_InternalPushDomainRefByID): 
27789         Raise an exception when the domain is not found.
27791 2004-02-03  Martin Baulig  <martin@ximian.com>
27793         * reflection.c (mono_image_get_methodspec_token): Use the
27794         uninflated signature; fixes gen-33.
27796 2004-02-02  Zoltan Varga  <vargaz@freemail.hu>
27798         * gc.c threads.c: Make the finalizer thread a normal managed thread so
27799         the finalizer code can use thread functionality.
27801         * gc.c (ves_icall_System_GC_WaitForPendingFinalizers): Fix check for 
27802         the finalizer thread.
27804         * threads.c: Make some functions more robust.
27806         * loader.c (mono_lookup_pinvoke_call): Another attempt at fixing #22532.
27808         * metadata.h: Add new marshalling conventions.
27810         * marshal.c (mono_marshal_get_native_wrapper): Add support for unicode
27811         stringbuilder marshalling. Fixes #53700.
27813         * reflection.h (MonoReflectionTypeBuilder): Add 'permissions' field.
27815         * reflection.c (mono_image_get_type_info): Save declarative security
27816         info.
27818         * reflection.c (mono_image_get_field_info): Handle uninitialized 
27819         unmanaged fields as well.
27821         * appdomain.c: Bump corlib version.
27823 2004-02-01  Martin Baulig  <martin@ximian.com>
27825         * loader.c (method_from_methodspec): Use `ginst->mtype_argc/v' for
27826         method type arguments.  
27828 2004-01-30  Duncan Mak  <duncan@ximian.com>
27830         * marshal.h: Add prototype for
27831         "ves_icall_System_Runtime_InteropServices_Marshal_AllocCoTaskMem"
27832         and
27833         "ves_icall_System_Runtime_InteropServices_Marshal_FreeCoTaskMem" to
27834         fix the build.
27836 2004-01-30  Zoltan Varga  <vargaz@freemail.hu>
27838         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_AllocCoTaskMem): New icall.
27839         (ves_icall_System_Runtime_InteropServices_Marshal_FreeCoTaskMem): New icall.
27841 2004-01-29  Zoltan Varga  <vargaz@freemail.hu>
27843         * marshal.c (mono_marshal_get_native_wrapper): Add support for
27844         custom marshalling of valuetypes.
27846         * marshal.c: Fix some warnings.
27848 2004-01-29  Martin Baulig  <martin@ximian.com>
27850         * class.h (MonoGenericInst): Added `mtype_argc' and `mtype_argv'
27851         for generic method parameters.
27853         * reflection.c (method_encode_methodspec): Write the uninflated
27854         signature into the methodspec table.
27855         (mono_reflection_inflate_method_or_ctor): Ensure `res->declaring'
27856         is always the uninflated method.
27857         (reflection_methodbuilder_to_mono_method): Copy the generic
27858         parameters from the MethodBuilder into `header->gen_params'.
27860 2004-01-29  Zoltan Varga  <vargaz@freemail.hu>
27862         * class.c (mono_class_from_generic_parameter): Fix warning.
27864 2004-01-27  Martin Baulig  <martin@ximian.com>
27866         * class.c (mono_class_from_generic_parameter): Don't create
27867         `klass->methods' here.  
27869 2004-01-26  Zoltan Varga  <vargaz@freemail.hu>
27871         * loader.c (mono_lookup_pinvoke_call): Disable trimming of .dll
27872         extension since it does not work with libraries named lib<FOO>.dll.so.
27874 2004-01-25  Martin Baulig  <martin@ximian.com>
27876         * class.c (mono_class_inflate_generic_type): Added support for
27877         MONO_TYPE_GENERICINST.
27879         * reflection.c (mono_reflection_inflate_method_or_ctor): Also
27880         inflate methods on open constructed types.      
27882 2004-01-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27884         * object.c: fire ProcessExit event in the root AppDomain after running
27885         Main. Fixes bug #53299.
27887 Fri Jan 23 21:27:40 CET 2004 Paolo Molaro <lupus@ximian.com>
27889         * socket-io.c: include the new socket-wrappers.h header.
27890         Use the wrappers instead of the unix socket functions to make the code
27891         more clear.
27893 2004-01-23  Zoltan Varga  <vargaz@freemail.hu>
27895         * profiler.c (merge_methods): Fix merging of profile info. Fixes #53010.
27897         * loader.c (mono_lookup_pinvoke_call): Strip .dll from library names.
27898         Fixes #22532.
27900 2004-01-22  Zoltan Varga  <vargaz@freemail.hu>
27902         * reflection.c (mono_image_create_pefile): Handle the case when the
27903         entry point is not a MethodBuilder.
27905         * reflection.h (MonoReflectionAssemblyBuilder): Change 'entry_point'
27906         field to ReflectionMethod since it is not allways a builder.
27908         * reflection.c (type_get_fully_qualified_name): New helper function to
27909         return the fully qualified name of a type.
27911         * reflection.c (encode_marshal_blob): Always emit the fully qualified
27912         type name for custom marshallers.
27914         * reflection.c (mono_marshal_spec_from_builder): Ditto.
27916         * class.c (mono_class_setup_vtable): If a parent class already 
27917         implements an interface, use the implementing methods from that class.
27918         Fixes #53148.
27920 2004-01-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27922         * threadpool.c: just return instead of ExitThread to allow for thread
27923         clean up earlier.
27925 2004-01-21  Zoltan Varga  <vargaz@freemail.hu>
27927         * icall.c (ves_icall_System_Reflection_Module_Close): Prevent assertion
27928         when closing resource modules.
27930         * reflection.c (mono_image_create_pefile): Handle the case when the
27931         entry point is not a MethodBuilder.
27933         * reflection.h (MonoReflectionAssemblyBuilder): Change 'entry_point'
27934         field to ReflectionMethod since it is not allways a builder.
27936 2004-01-20  Bernie Solomon  <bernard@ugsolutions.com>
27938         * marshal.c (mono_marshal_get_managed_wrapper): 
27939         mono_marshal_alloc takes native int so CONV_I
27940         the arg for 64bits.
27942 2004-01-20  Zoltan Varga  <vargaz@freemail.hu>
27944         * reflection.c (fixup_cattrs): New function to fixup the methoddef
27945         tokens in the cattr table. Fixes #53108.
27947 2004-01-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27949         * loader.c: don't trim ".dll" before looking up in the config file.
27950         Don't leak orig_scope. Reopened bug #22532 in the meanwhile.
27952 2004-01-19  Zoltan Varga  <vargaz@freemail.hu>
27954         * icall.c (ves_icall_System_Reflection_Assembly_GetManifestResourceInternal): 
27955         Return the module which contains the resource as well.
27956         (ves_icall_System_Reflection_Module_Close): New icall.
27958         * appdomain.c: Bump corlib version number.
27960         * image.c (mono_image_addref): New public function.
27962         * assembly.c: Call mono_image_addref.
27964         * reflection.c (mono_module_get_object): Increase reference count of 
27965         the image.
27967         * loader.c (mono_lookup_pinvoke_call): Strip .dll from library names.
27968         Fixes #22532.
27970         * exception.h exception.c loader.h loader.c icall.c marshal.h marshal.c:
27971         Applied patch from Bernie Solomon  <bernard@ugsolutions.com>. Throw
27972         proper exceptions on DllImport problems.
27974 Mon Jan 19 17:50:27 CET 2004 Paolo Molaro <lupus@ximian.com>
27976         * class.c, metadata.c: eliminate CSIZE macro.
27978 2004-01-19  Lluis Sanchez Gual  <lluis@ximian.com>
27980         * icall.c: Added ves_icall_type_IsInstanceOf internal call.
27981         * object.h: Added async_callback field in MonoAsyncResult.
27982         * marshal.c: In mono_delegate_begin_invoke, set the value of async_callback.
27983         * verify.c: Added async_callback in MonoAsyncResult layout.
27985 2004-01-17  Zoltan Varga  <vargaz@freemail.hu>
27987         * reflection.c (mono_reflection_get_custom_attrs): Add support
27988         for Modules.
27990 2004-01-16  Zoltan Varga  <vargaz@freemail.hu>
27992         * marshal.c (mono_string_builder_to_utf8): Fix stringbuilder 
27993         marshalling.
27994         (mono_marshal_method_from_wrapper): Add null pointer check.
27996 2004-01-16  Martin Baulig  <martin@ximian.com>
27998         * debug-mono-symfile.h: Set version number to 36 and reflect
27999         latest symbol writer changes.
28001 2004-01-16  Zoltan Varga  <vargaz@freemail.hu>
28003         * class.c (mono_bounded_array_class_get): Set 'bounded' to FALSE for
28004         multi-dimensional arrays.
28005         (mono_class_is_assignable_from): Check vectors<->one dim. arrays.
28006         (mono_class_from_mono_type): Use bounded_array_class_get.
28007         
28008         * class.c (mono_bounded_array_class_get): New function which takes
28009         a 'bounded' bool argument to distinguish vectors from one dimensional
28010         arrays.
28012         * icall.c (ves_icall_System_Array_CreateInstanceImpl): Call 
28013         bounded_array_class_get if the array has bounds.
28015         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): 
28016         Search modules loaded using AssemblyBuilder:AddModule as well.
28018 2004-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28020         * appdomain.c: increased corlib version.
28021         * filewatcher.c: removed g_print.
28022         * icall.c:
28023         (get_property_info): only allocate what is actually requested.
28024         (ves_icall_Type_GetInterfaces): free the bitset in case of early error.
28026 2004-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28028         * Makefile.am: added filewatcher.[ch]
28029         * filewatcher.[ch]: FileSystemWatcher runtime support.
28030         * icall.c: added new FSW icalls.
28032 Tue Jan 13 20:03:17 CET 2004 Paolo Molaro <lupus@ximian.com>
28034         * string-icalls.c: fix stringbuilder regression as suggested by
28035         Iain McCoy <iain@mccoy.id.au>.
28037 2004-01-13  Zoltan Varga  <vargaz@freemail.hu>
28039         * process.c (process_read_stringtable_block): Recognize '007f' as
28040         a language neutral stringtable block.
28042 2004-01-12  Patrik Torstensson
28044         * object.h (MonoStringBuilder) : Changed layout to support our
28045         new stringbuilder class.
28046         * marshal.c: Change marshalling to support the new layout of 
28047         string builder.
28048         * appdomain.c: increased version number because new layout of
28049         string builder.
28051 2004-01-12  Zoltan Varga  <vargaz@freemail.hu>
28053         * appdomain.c (ves_icall_System_AppDomain_LoadAssembly): Receive the
28054         assembly name as an string instead of an AssemblyName, since it is
28055         easier to extract info from it.
28057         * appdomain.c (mono_domain_assembly_preload): Look for assemblies in
28058         the culture subdirectories too. Fixes #52231.
28060 2004-01-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28062         * icall.c: renamed ves_icall_Type_GetMethods to GetMethodsByName.
28063         It takes 2 new parameters with an optional name for the method to look
28064         for and case ignoring info.
28066         * threadpool.c: removed unused variable.
28068 2004-01-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28070         * icall.c: renamed ves_icall_Type_GetProperties to GetPropertiesByName.
28071         It takes 2 new parameters with an optional name for the property to look
28072         for and case ignoring info.
28073         Fixes bug #52753.
28075 2004-01-09  Zoltan Varga  <vargaz@freemail.hu>
28077         * reflection.c: Applied patch from Benjamin Jemlich (pcgod@gmx.net).
28078         Fix #52451.
28080 2004-01-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28082         * appdomain.c:
28083         * assembly.c: escape the uri before passing it to g_filename_from_uri.
28084         Fixes bug #52630.
28086 2004-01-07  Zoltan Varga  <vargaz@freemail.hu>
28088         * reflection.c: Add support for more than one unmanaged resource.
28090         * icall.c (ves_icall_get_enum_info): Store the value of the enum fields
28091         in field->def_value, as done in all other cases.
28093         * reflection.c (mono_reflection_get_custom_attrs): Add support for
28094         TypeBuilders.
28096         * reflection.c (mono_reflection_create_runtime_class): Remove 
28097         errorneous assignment to klass->element_class, since it is already
28098         done in mono_reflection_setup_internal_class.
28100 2004-01-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28102         * gc.c: added missing LeaveCriticalSection.
28103         * icall.c: indented a couple of lines.
28104         * threadpool.c: remove dangling LeaveCriticalSection. Don't wait forever
28105         if we call EndInvoke inside a callback. Fixes bug #52601.
28107 2004-01-07  Martin Baulig  <martin@ximian.com>
28109         * mono-debug-debugger.h
28110         (MonoDebuggerIOLayer): Added `GetCurrentThreadID'.
28112 2004-01-06  Miguel de Icaza  <miguel@ximian.com>
28114         * appdomain.c: Use messages in NotImplementedException.
28116         * exception.c (mono_get_exception_not_implemented): Now this takes
28117         a message argument.
28119         * marshal.c (emit_str_to_ptr_conv): g_warning and throw an
28120         exception instead of g_asserting an aborting when something is not
28121         implemented.
28123         Add some inline docs.
28125 2004-01-05  Zoltan Varga  <vargaz@freemail.hu>
28127         * reflection.h: Update after changes to object layout.
28129         * reflection.c: Implement saving of unmanaged aka win32 resources.
28131         * appdomain.c: Bump version number.
28133         * appdomain.c (ves_icall_System_AppDomain_InternalSetDomainByID): 
28134         Handle missing domains gracefully.
28136 2004-01-05  Atsushi Enomoto <atsushi@ximian.com>
28138         * file-io.c : On Windows, there are much more invalid_path_chars.
28140 Fri Jan 2 13:35:48 CET 2004 Paolo Molaro <lupus@ximian.com>
28142         * class.h, object.c: prepare for GetType () speedup.
28144 2003-12-24  Atsushi Enomoto <atsushi@ximian.com>
28146         * profiler.c: workaround for --profile null reference exception on
28147           cygwin. Patch by Patrik Torstensson.
28149 2003-12-22  Bernie Solomon  <bernard@ugsolutions.com>
28151         * marshal.c: (ves_icall_System_Runtime_InteropServices_Marshal_Read/WriteXXX)
28152         make work for unaligned access.
28154 Mon Dec 22 18:37:02 CET 2003 Paolo Molaro <lupus@ximian.com>
28156         * class.c: small cleanup (class->fields [i] -> field).
28157         * image.c: check address of metadata is valid.
28159 2003-12-22  Zoltan Varga  <vargaz@freemail.hu>
28161         * assembly.h assembly.c (mono_assembly_loaded): New public function to
28162         search the list of loaded assemblies.
28164         * reflection.c (mono_reflection_type_from_name): Use 
28165         mono_assembly_loaded instead of mono_image_loaded.
28167         * reflection.c: Fix warnings.
28169 2003-12-20  Zoltan Varga  <vargaz@freemail.hu>
28171         * image.h (MonoImage): Add a new 'dynamic' field to denote that the image 
28172         is dynamic. This is needed since an assembly can contain both dynamic and
28173         non-dynamic images.
28175         * class.c loader.c metadata.c object.c: Use image->dynamic instead of 
28176         assembly->dynamic.
28178         * icall.c reflection.c: Add new AssemblyBuilder:AddModule icall.
28180         * reflection.h (MonoReflectionAssemblyBuilder): Add 'loaded_modules' field
28181         to store modules loaded using AddModule.
28183         * reflection.c (mono_image_fill_file_table): Generalize this so it works
28184         on Modules.
28186         * reflection.c (mono_image_fill_export_table_from_class): New helper function.
28188         * reflection.c (mono_image_fill_export_table_from_module): New function to
28189         fill out the EXPORTEDTYPES table from a module.
28191         * reflection.c (mono_image_emit_manifest): Refactor manifest creation code
28192         into a separate function. Also handle loaded non-dynamic modules.
28194         * reflection.c (mono_image_basic_init): Fix memory allocation.
28196         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
28198         * assembly.c (mono_assembly_load_references): Make this public.
28200 2003-12-19  Martin Baulig  <martin@ximian.com>
28202         * class.c (mono_class_initialize_generic): Made this static, take
28203         a `MonoGenericInst *' instead of a `MonoClass *'.
28204         (mono_class_from_generic): Call mono_class_initialize_generic()
28205         unless we're already initialized or being called from
28206         do_mono_metadata_parse_generic_inst().
28208         * class.h (MonoGenericInst): Added `initialized' and
28209         `init_pending' flags.
28211         * metadata.c (do_mono_metadata_parse_generic_inst): Don't call
28212         `mono_class_init (gklass)' or mono_class_initialize_generic()
28213         here; set `generic_inst->init_pending' while parsing the
28214         `type_argv'.
28216 2003-12-19  Bernie Solomon  <bernard@ugsolutions.com>
28218         * locales.c: include string.h for memxxx prototypes
28220 2003-12-19  Zoltan Varga  <vargaz@freemail.hu>
28222         * icall.c (ves_icall_MonoField_GetValueInternal): Do not run the class
28223         constructor when accessing literal fields.
28225 2003-12-17  Zoltan Varga  <vargaz@freemail.hu>
28227         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
28229         * reflection.c (assembly_add_resource_manifest): New function to fill
28230         the MANIFESTRESOURCE table.
28232         * reflection.c (mono_image_build_metadata): Emit MANIFESTRESOURCE table.
28234         * reflection.h: Update to changes in class layout.
28236         * icall.c (ves_icall_System_Environment_get_HasShutdownStarted): 
28237         Reenable call to mono_runtime_is_shutting_down ().
28239         * appdomain.c (mono_runtime_is_shutting_down): New helper function to
28240         determine if the runtime is shutting down.
28242 2003-12-16  Jackson Harper <jackson@ximian.com>
28244         * icall.c: comment out call to mono_runtime_is_shutting_down to
28245         fix build.
28246         
28247 2003-12-16  Zoltan Varga  <vargaz@freemail.hu>
28249         * icall.c (ves_icall_System_Reflection_Assembly_GetManifestResourceInternal): Add support for loading resources from modules.
28250         (ves_icall_System_Environment_get_HasShutdownStarted): New icall.
28252 2003-12-15  Bernie Solomon  <bernard@ugsolutions.com>
28254         * reflection.c: move definition of swap_with_size
28255         to before its first call
28257 2003-12-15  Zoltan Varga  <vargaz@freemail.hu>
28259         * appdomain.c (mono_runtime_is_shutting_down): New public function.
28261         * icall.c (ves_icall_System_Environment_get_HasShutdownStarted): New
28262         icall.
28264         * object.c: Fix warnings.
28266         * icall.c (ves_icall_Type_Get...): Only consider inherited static
28267         members if FlattenHierarchy is set.
28269         * reflection.c (mono_image_add_decl_security): New function to emit
28270         declarative security.
28272         * reflection.h reflection.c: Add support for declarative security.
28274         * appdomain.c (MONO_CORLIB_VERSION): Bump version number.
28275         
28276 2003-12-13  Zoltan Varga  <vargaz@freemail.hu>
28278         appdomain.c (MONO_CORLIB_VERSION): Bump version number.
28279         
28280         * appdomain.c verify.c: Moved corlib version checking into its own
28281         function in appdomain.c since it needs to create vtables etc.
28283 2003-12-13  Patrik Torstensson <p@rxc.se>
28285         * marshal.c (mono_remoting_wrapper): Fix bug 48015, using TP as this 
28286         instead of unwrapped server.
28288 2003-12-12  Zoltan Varga  <vargaz@freemail.hu>
28290         * verify.c (check_corlib): Fix field index.
28292 2003-12-10  Zoltan Varga  <vargaz@freemail.hu>
28294         * icall.c: Applied patch from Todd Berman (tbermann@gentoo.org). New
28295         GetGacPath icall.
28297 2003-12-10  Bernie Solomon  <bernard@ugsolutions.com>
28299         * process.c:  (ves_icall_System_Diagnostics_Process_GetWorkingSet_internal
28300         ves_icall_System_Diagnostics_Process_SetWorkingSet_internal):
28301         cope with sizeof(size_t) != sizeof(guint32).
28303 2003-12-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28305         * process.[ch]: the 'pid' field in MonoProcInfo stores GetLastError
28306         in case of failure.
28308 2003-12-10  Mark Crichton <crichton@gimp.org>
28310         * icall.c: removed the GetNonZeroBytes.  We now handle this case
28311         in managed code.
28313         * rand.c, rand.h: Same here.  Also cleaned up the clode slightly.
28315 Tue Dec 9 15:36:18 CET 2003 Paolo Molaro <lupus@ximian.com>
28317         * class.h, class.c, icall.c, marshal.c, object.c: ignore fields
28318         marked as deleted.
28320 2003-12-09  Zoltan Varga  <vargaz@freemail.hu>
28322         * verify.c (check_corlib): Handle the case when the version field is 
28323         initialized by a static constructor.
28325 2003-12-08  Patrik Torstensson  <p@rxc.se>
28327     * rand.c (InternalGetBytes): Implemented win32 version with cryptapi
28329 2003-12-08  Martin Baulig  <martin@ximian.com>
28331         * icall.c (ves_icall_TypeBuilder_define_generic_parameter): Return
28332         a MonoReflectionGenericParameter, also take the parameter index
28333         and name as arguments.
28334         (ves_icall_MethodBuilder_define_generic_parameter): Likewise.
28335         (ves_icall_MonoGenericParam_initialize): New interncall.
28336         (ves_icall_Type_make_byref_type): New interncall.
28338         * reflection.h (MonoReflectionGenericParam): Derive from
28339         MonoReflectionType, not just from MonoObject.  Added `refobj' and
28340         `index' fields.
28342         * reflection.c (mono_reflection_define_generic_parameter): Create
28343         and return a new MonoReflectionGenericParam; don't initialize the
28344         constraints here.
28345         (mono_reflection_initialize_generic_parameter): New public method;
28346         initializes the constraints and creates the `param->pklass'.
28348 2003-12-08  Zoltan Varga  <vargaz@freemail.hu>
28350         * reflection.h reflection.c: Use the new fields 'num_types', 
28351         'num_fields' and 'num_methods' to track the number of types etc.
28353         * verify.c (check_corlib): Check corlib version number.
28355 2003-12-07  Zoltan Varga  <vargaz@freemail.hu>
28357         * marshal.c (mono_marshal_method_from_wrapper): Remove assert so this
28358         function works on all methods.
28360 2003-12-07  Lluis Sanchez Gual  <lluis@ximian.com>
28362         * domain.c, loader.h: Added IRemotingTypeInfo interface in MonoDefaults.
28363         * icall.c: in, ves_icall_Remoting_RealProxy_GetTransparentProxy set
28364         the custom_type_info flag of the transparent proxy.
28365         * object.c: Added method mono_object_isinst_mbyref for casting mbyref
28366         objects that supports IRemotingTypeInfo.
28367         * object.h: Added custom_type_info field in transparent proxy.
28369 2003-12-06  Martin Baulig  <martin@ximian.com>
28371         * class.c (mono_class_create_from_generic): Removed.
28372         (mono_class_from_generic): Check `ginst->klass' before doing
28373         anything else.  This is important to fully support "recursive"
28374         generic types.
28376         * metadata.c (do_mono_metadata_parse_generic_inst): Create an
28377         empty `generic_inst->klass' before doing anything else.
28379 2003-12-06  Dick Porter  <dick@ximian.com>
28381         * verify.c: 
28382         * object.h:
28383         * icall.c:
28384         * locales.c: Use C structs to access class fields.  Don't do a
28385         conversion between MonoString and UChar because both are
28386         platform-endian UTF-16.  Compare now takes startindex and count
28387         parameters.  Add a char overload for IndexOf.  Speed up the
28388         invariant string IndexOf.
28390 2003-12-05  Zoltan Varga  <vargaz@freemail.hu>
28392         * Makefile.am (monosn_LDADD): Fix parallel build.
28394 2003-12-04  Martin Baulig  <martin@ximian.com>
28396         * icall.c
28397         (ves_icall_type_GetTypeCode): Added MONO_TYPE_VAR and MONO_TYPE_MVAR.
28398         (ves_icall_Type_make_array_type): New interncall.       
28400 2003-12-04  Martin Baulig  <martin@ximian.com>
28402         * locales.c: also change it in the !HAVE_ICU case.
28404 2003-12-04  Dick Porter  <dick@ximian.com>
28406         * icall.c:
28407         * locales.c: construct_compareinfo is now in CompareInfo, not
28408         CultureInfo.
28410 2003-12-04  Zoltan Varga  <vargaz@freemail.hu>
28412         * image.c (mono_image_load_file_for_image): Cache loaded images in the
28413         image->files array.
28415         * image.c (load_class_name): Load class names from the EXPORTEDTYPES
28416         table as well.
28418         * assembly.c (mono_assembly_load_references): Only load references
28419         once.
28421         * class.c (mono_class_from_name): Avoid linear search of the 
28422         EXPORTEDTYPE table.
28424         * loader.c (mono_field_from_token): Cache lookups of fieldrefs as well.
28426 2003-12-03  Zoltan Varga  <vargaz@freemail.hu>
28428         * image.h (MonoImage): Add 'field_cache' field.
28430         * loader.c (mono_field_from_token): Cache field lookups.
28431         
28432         * reflection.c (mono_module_get_object): Fix name property.
28434         * icall.c (ves_icall_get_enum_info): Update after changes to 
28435         mono_metadata_get_constant_index ().
28437         * icall.c: Get rid of get_type_info icall, use a separate icall for
28438         each type property to avoid needless memory allocations. Fixes #51514.
28440         * metadata.c (mono_metadata_get_constant_index): Add a 'hint' parameter
28441         to avoid needless binary searches.
28443         * class.c (class_compute_field_layout): Move the initialization of
28444         field->def_value to mono_class_vtable ().
28446         * class.c (mono_class_layout_fields): Enable GC aware auto layout for
28447         non-corlib types.
28449         * object.c (mono_object_allocate): Make it inline.
28451         * object.c (mono_object_allocate_spec): Make it inline.
28452         
28453 2003-12-02  Dick Porter  <dick@ximian.com>
28455         * locales.c (create_NumberFormat): NumberFormatInfo construction.
28456         Patch by Mohammad DAMT (mdamt@cdl2000.com).
28458 2003-12-01  Dick Porter  <dick@ximian.com>
28460         * threads.c: Fix signature and call in CreateMutex and
28461         CreateEvent.
28463 2003-12-01  Dick Porter  <dick@ximian.com>
28465         * icall.c: 
28466         * locales.c: Implement string compares and searching
28468         * object.h: Add extra Thread field
28470 2003-11-30  Zoltan Varga  <vargaz@freemail.hu>
28472         * reflection.c (fixup_method): Add support for MonoCMethod.
28474 2003-11-28  Zoltan Varga  <vargaz@freemail.hu>
28476         * gc.c: Fix hangs and error messages when GC_DONT_GC is set.
28478         * reflection.c (assembly_name_to_aname): Allow extra characters in
28479         assembly names. Fixes #51468.
28481 2003-11-26  Zoltan Varga  <vargaz@freemail.hu>
28483         * exception.c (mono_exception_from_name_domain): New helper function.
28485         * appdomain.c (ves_icall_System_AppDomain_createDomain): Create the
28486         exception object in the correct domain.
28488         * appdomain.c (ves_icall_System_AppDomain_LoadAssemblyRaw): Fix 
28489         formatting + make a copy a the input data.
28491         * loader.c (mono_get_method_from_token): Methods which contain
28492         native code do not have entries in the ImplMap.
28494         (ves_icall_System_AppDomain_LoadAssemblyRaw): Fix exception throw.
28495         Thanks to Gonzalo for spotting this.
28496         
28497         * appdomain.c (ves_icall_System_AppDomain_LoadAssemblyRaw): Applied
28498         patch from ztashev@openlinksw.co.uk (Zdravko Tashev). New icall.
28500         * assembly.h (mono_assembly_load_from): Split the second part of 
28501         assembly loading into a new public function.
28503         * exception.h (mono_get_exception_bad_image_format): New function.
28505 2003-11-24  Zoltan Varga  <vargaz@freemail.hu>
28507         icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): 
28508         Enumerate all modules inside a dynamic assembly. Fixes #51293.
28509         
28510         * icall.c: Add new icall for creating dynamic methods.
28512         * loader.h debug-helpers.c: Add new wrapper type for dynamic methods.
28514         * reflection.h (MonoReflectionDynamicMethod): Fix type of bool fields.
28516         * reflection.c (mono_reflection_create_dynamic_method): New icall to
28517         create a dynamic method.
28519         * reflection.c (resolve_object): New helper function.
28521         * reflection.c: Generalize ReflectionMethodBuilder and the functions
28522         which manipulate it so they can also work on dynamic methods.
28524         * reflection.c (reflection_method_builder_to_mono_method): Avoid 
28525         creating the MonoReflectionMethodAux structure if it is not needed.
28526         
28527         * reflection.h verify.c: Update after changes to object layout.
28529         * reflection.c (method_builder_encode_signature): Fix compilation on
28530         gcc 2.95.x.
28532 2003-11-21  Lluis Sanchez Gual  <lluis@ximian.com>
28534         * appdomain.h: Added support for context static fields. Added static_data
28535           field to MonoAppContext and renamed thread_static_fields to a more
28536           generic special_static_fields in MonoAppDomain, since it can now contain
28537           context static fields.
28538         * domain.c: Updated hashtable name.
28539         * object.c: Replaced field_is_thread_static() for a more generic
28540           field_is_special_static() which also checks for context static attribute.
28541           In mono_class_vtable(), added support for static context fields.
28542         * threads.c: Changed methods that manage thread static fields to more
28543           generic methods so they can be reused both for thread and context static
28544           data.
28545         * threads.h: Declared some new methods.
28547 2003-11-21  Zoltan Varga  <vargaz@freemail.hu>
28549         * reflection.h: Update after changes to the managed types.
28551         * reflection.c (encode_custom_modifiers): New helper function.
28553         * reflection.c (method_encode_signature): Emit custom modifiers.
28555         * reflection.c (field_encode_signature): Emit custom modifiers.
28557 2003-11-18  Zoltan Varga  <vargaz@freemail.hu>
28559         * reflection.h (MonoReflectionAssemblyName): Applied patch from Laurent Morichetti (l_m@pacbell.net). Fix type of 'flags' field.
28561         * icall.c (ves_icall_System_ValueType_Equals): New optimized 
28562         implementation.
28564         * icall.c (ves_icall_System_ValueType_InternalGetHashCode): New 
28565         icall.
28567         * object.c (mono_field_get_value_object): New function.
28569         * object.c appdomain.h appdomain.c: Make out_of_memory_ex domain
28570         specific.
28572 2003-11-17  Zoltan Varga  <vargaz@freemail.hu>
28574         * appdomain.c (mono_runtime_get_out_of_memory_ex): New function to
28575         return a preallocated out-of-memory exception instance.
28577         * object.c (out_of_memory): Use the new function.
28579         * metadata.c (mono_metadata_parse_type): Handle the case when the byref
28580         flag is before the custom modifiers. Fixes #49802.
28582 2003-11-16  Martin Baulig  <martin@ximian.com>
28584         * class.c (mono_class_is_open_constructed_type): Implemented the
28585         MONO_TYPE_GENERICINST case.
28587 2003-11-16  Zoltan Varga  <vargaz@freemail.hu>
28589         * assembly.c (mono_assembly_fill_assembly_name): New function to
28590         fill out the MonoAssemblyName structure.
28591         (mono_assembly_open): Use the new function.
28593         * icall.c (fill_reflection_assembly_name): New helper function.
28595         * icall.c (ves_icall_System_Reflection_Assembly_FillName): Use the
28596         new function.
28598         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetAssemblyName): New icall.
28600 2003-11-15  Martin Baulig  <martin@ximian.com>
28602         * class.c (mono_class_is_open_constructed_type): New public
28603         function; checks whether a type is an open constructed type,
28604         ie. whether it still contains type parameters.
28605         (mono_class_inflate_generic_type): If we're a type parameter and
28606         the inflated type is also a MONO_TYPE_(M)VAR, return the original
28607         type.
28609         * class.h (MonoGenericInst): Added `guint32 is_open'.
28611         * loader.c (method_from_methodspec): Check whether we're an open
28612         or closed constructed type and set `ginst->is_open'.
28614         * reflection.c (mono_reflection_bind_generic_parameters): Check
28615         whether we're an open or closed constructed type and set
28616         `ginst->is_open'.
28617         (mono_reflection_inflate_method_or_ctor): Don't inflate methods
28618         from open constructed types.
28620 2003-11-15  Martin Baulig  <martin@ximian.com>
28622         * reflection.c (mono_reflection_bind_generic_parameters): If we're
28623         a generic instance (instead of a generic type declaration) with
28624         unbound generic parameters, bind them to our actual types.
28626 2003-11-14  Martin Baulig  <martin@ximian.com>
28628         * reflection.h (MonoReflectionGenericInst): Added `MonoArray *interfaces'.
28630         * reflection.c (mono_reflection_bind_generic_parameters): If we're
28631         an interface type, populate `res->interfaces' with instantiated
28632         versions of all the interfaces we inherit.
28634 2003-11-13  Aleksey Demakov  <avd@openlinksw.com>
28636         * assembly.c (mono_assembly_load): Fixed problem finding mscorlib.dll
28637         when MONO_PATH is set but doesn't contain the install dir.
28639 2003-11-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28641         * icall.c:
28642         (ves_icall_Type_GetInterfaces): don't return an interface twice when
28643         it's also implemented in base classes. Fixes bug #50927.
28645 2003-11-13  Zoltan Varga  <vargaz@freemail.hu>
28647         * gc.c (ves_icall_System_GC_WaitForPendingFinalizers): Avoid deadlocks
28648         if this method is called from a finalizer. Fixes #50913.
28650 2003-11-12  Miguel de Icaza  <miguel@ximian.com>
28652         * threads.c: Implement VolatileRead/VolatileWrite
28654         * icall.c: Add new icalls for VolatileRead/VolatileWrite
28656 2003-11-12  Zoltan Varga  <vargaz@freemail.hu>
28658         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Applied 
28659         patch from Danilo Sagan (dsegan@gmx.net). Fix compilation under gcc
28660         2.95.3.
28662         * assembly.c (mono_assembly_open): Fix windows build. Applied patch 
28663         from Peter Ross (pro@missioncriticalit.com).
28664         
28665 2003-11-12  Lluis Sanchez Gual  <lluis@ximian.com>
28667         * icall.c: Added internal call for System.Environment::GetMachineConfigPath
28669 2003-11-12  Zoltan Varga  <vargaz@freemail.hu>
28671         * assembly.c (mono_assembly_load_references): Disable check because it
28672         triggers on older corlibs which lots of people have.
28674 2003-11-12  Jackson Harper  <jackson@ximian.com>
28676         * assembly.c: Change corlib name to mscorlib. Add a temp. hack to
28677         load corlib.dll if mscorlib.dll is not found.
28678         * assembly.h: Remove corlib name define.
28679         * class.c:
28680         * domain.c:
28681         * image.c: Change corlib name to mscorlib.
28682         
28683 2003-11-12  Zoltan Varga  <vargaz@freemail.hu>
28685         * debug-mono-symfile.c: Add patch from FreeBSD ports tree.
28687 2003-11-11  Miguel de Icaza  <miguel@ximian.com>
28689         * appdomain.h: Added loader_optimization here to sync with the C#
28690         code, and add disallow_binding_redirects field.
28692 2003-11-11  Zoltan Varga  <vargaz@freemail.hu>
28694         * mono-debug.c (mono_debug_add_method): Ignore unknown modules.
28696         * reflection.c (mono_image_build_metadata): Fix crash on modules
28697         with no types.
28699         * reflection.h (MonoMethodInfo): Track changes to the managed structure.
28701         * icall.c (ves_icall_get_method_info): Return callingConvention as
28702         well.
28704         * icall.c (ves_icall_System_Reflection_Assembly_GetNamespaces): Add 
28705         namespaces from the EXPORTEDTYPE table as well.
28707         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Merge types
28708         from all modules inside the assembly.
28709         
28710 2003-11-11  Martin Baulig  <martin@ximian.com>
28712         * reflection.c (mono_reflection_bind_generic_parameters): Make
28713         this work for interfaces.
28715 2003-11-11  Martin Baulig  <martin@ximian.com>
28717         * mono-debug.c (mono_debug_add_type): Ignore unknown modules.
28719 2003-11-11  Martin Baulig  <martin@ximian.com>
28721         * reflection.c (mono_reflection_inflate_method_or_ctor): Allow
28722         "MonoInflatedMethod" and "MonoInflatedCtor".
28724 2003-11-11  Zoltan Varga  <vargaz@freemail.hu>
28726         * reflection.c (resolution_scope_from_image): Use the assembly table
28727         from the manifest module, since other modules don't have it.
28729         * debug-helpers.c (mono_type_full_name): New helper function.
28731         * image.h (MonoAssembly): Change 'dynamic' to a boolean.
28733         * image.c (mono_image_load_file_for_image): New public function which
28734         is a replacement for the load_file_for_image in class.c.
28736         * assembly.c (mono_assembly_load_module): A wrapper for the function
28737         above which does assembly association and reference loading too.
28739         * class.c (mono_class_from_name): Call mono_assembly_load_module.
28741 2003-11-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28743         * appdomain.c: not all of the attributes for the full assembly name
28744         are required and the order doesn't matter. Fixes bug #50787.
28746 2003-11-10  Dick Porter  <dick@ximian.com>
28748         * locales.c: Use platform-endian UTF16
28750 2003-11-10  Zoltan Varga  <vargaz@freemail.hu>
28752         * reflection.c: Emit FILE and EXPORTEDTYPE tables.
28753         
28754 2003-11-10  Martin Baulig  <martin@ximian.com>
28756         * metadata.c
28757         (mono_metadata_load_generic_params): Make this actually work.
28759         * reflection.c (mono_reflection_bind_generic_parameters): If our
28760         parent is a generic instance, pass all the `types' to it, no
28761         matter whether it has the same number of type parameters or not.
28763 2003-11-10  Zoltan Varga  <vargaz@freemail.hu>
28765         * reflection.c: Emit FILE and EXPORTEDTYPE tables.
28767         * assembly.c (mono_assembly_load_references): Move the image<->assembly
28768         assignment code to this function so it gets called recursively for all
28769         modules.
28771         * image.c (load_modules): Remove the assembly assignment since it is
28772         now done by mono_assembly_load_references.
28773         
28774         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): 
28775         Add 'module' argument.
28776         (mono_module_get_types): New helper function.
28777         (ves_icall_System_Reflection_Module_InternalGetTypes): New icall.
28779 2003-11-08  Martin Baulig  <martin@ximian.com>
28781         * class.c (mono_class_inflate_generic_method): Interface method
28782         don't have a header.
28784         * reflection.c (mono_image_get_methodspec_token): Take an
28785         additional `MonoGenericInst *' argument instead of reading it from
28786         the header; this is necessary to support interfaces.
28787         (mono_image_create_token): Pass the `MonoGenericInst *' from the
28788         MonoReflectionInflatedMethod to mono_image_get_methodspec_token().
28789         (inflated_method_get_object): Take an additional `MonoGenericInst *'
28790         argument.
28792         * reflection.h (MonoReflectionInflatedMethod): Added
28793         `MonoGenericInst *ginst'.
28795 2003-11-07  Zoltan Varga  <vargaz@freemail.hu>
28797         * gc.c (mono_domain_finalize): Fix compilation for no GC case.
28799 2003-11-06  Zoltan Varga  <zovarga@ws-zovarga2>
28801         * appdomain.c (mono_domain_unload): Add a workaround for bug #27663.
28803 2003-11-06  Zoltan Varga  <vargaz@freemail.hu>
28805         * reflection.c 
28806         (reflection_methodbuilder_from_method_builder):
28807         (reflection_methodbuilder_from_ctor_builder): New helper functions to 
28808         initialize a ReflectionMethodBuilder structure.
28809         (mono_image_get_methodbuilder_token):
28810         (mono_image_get_ctorbuilder_token): New functions to emit memberref
28811         tokens which point to types in another module inside the same assembly.
28813         * reflection.c: Use the new helper functions.
28814         
28815         * reflection.c (mono_image_basic_init): Initialize basedir and culture.
28817         * icall.c loader.c reflection.c: Use ModuleBuilder->dynamic_image 
28818         instead of AssemblyBuilder->dynamic_assembly in the appropriate places.
28820         * reflection.c (resolution_scope_from_image): Emit a moduleref if
28821         neccesary.
28823         * reflection.c (mono_image_build_metadata): Emit metadata only for the
28824         current module. Emit the manifest only for the main module.
28826         * reflection.c (mono_image_create_token): Add assertion when a 
28827         memberref needs to be created.
28829         * reflection.c reflection.h (MonoDynamicAssembly): Remove unused fields.
28831         * reflection.c (mono_reflection_get_custom_attrs_blob): Allocate a 
28832         larger buffer for the custom attribute blob. Fixes #50637.
28833         
28834 2003-11-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28836         * threadpool.c: notify listener on async processing handles after
28837         invoking the async callback. Thanks to Zoltan.
28839 2003-11-03  Zoltan Varga  <vargaz@freemail.hu>
28841         * reflection.c (create_dynamic_mono_image): Call mono_image_init to 
28842         avoid code duplication.
28844         * reflection.h (MonoDynamicImage): New type which is currently unused,
28845         but will be used through the ref.emit code in place of 
28846         MonoDynamicAssembly.
28848         * reflection.h (MonoReflectionAssemblyBuilder): Track changes to the
28849         object layout.
28851         * reflection.c (create_dynamic_mono_image): Rewrote so it now creates
28852         a MonoDynamicImage instead of just a MonoImage.
28853         
28854         * reflection.h reflection.c icall.c: Move nearly all AssemblyBuilder
28855         icalls to ModuleBuilder but keep their semantics, so they will work
28856         with moduleb->assemblyb. This will change later.
28857         
28858 2003-11-03  Zoltan Varga  <vargaz@freemail.hu>
28860         * reflection.h (MonoReflectionAssemblyBuilder): Track changes to the
28861         object layout.
28863         * reflection.c (mono_image_build_metadata): Avoid creation of a default
28864         main module, since it is now done by the managed code.
28866 2003-11-03  Martin Baulig  <martin@ximian.com>
28868         * reflection.c (mono_reflection_inflate_method_or_ctor): Set
28869         `ginst->klass' here.
28870         (method_encode_methodspec): Don't use the `ginst->generic_method's
28871         klass if it's a generic instance, use `ginst->klass' in this case.
28873 2003-11-03  Martin Baulig  <martin@ximian.com>
28875         * reflection.c (mono_image_get_generic_method_param_info):
28876         Removed, use mono_image_get_generic_param_info() instead.
28877         (mono_image_get_type_info): Write the GenericParam table before
28878         the Method table.  This is neccessary because in the GenericParam
28879         table, type parameters of the class (ie. '!0' etc.) must come
28880         before the ones from its generic methods (ie. '!!0' etc).
28882 2003-11-03  Zoltan Varga  <vargaz@freemail.hu>
28884         * icall.c (ves_icall_System_Reflection_Assembly_FillName): Fill out AssemblyName->codebase. Fixes #50469.
28886 2003-11-02  Martin Baulig  <martin@ximian.com>
28888         * reflection.c (create_generic_typespec): Take a
28889         `MonoReflectionTypeBuilder *' instead of a `MonoType *' and get
28890         the generic parameters from it.
28892 2003-11-02  Martin Baulig  <martin@ximian.com>
28894         * reflection.c (fieldref_encode_signature): Take a `MonoType *'
28895         instead of a `MonoClassField *' since we just need the type.
28896         (create_generic_typespec): New static function.  Creates a
28897         TypeSpec token for a generic type declaration.
28898         (mono_image_get_generic_field_token): New static function.
28899         (mono_image_create_token): If we're a FieldBuilder in a generic
28900         type declaration, call mono_image_get_generic_field_token() to get
28901         the token.
28903 2003-11-02  Martin Baulig  <martin@ximian.com>
28905         * reflection.h
28906         (MonoReflectionInflatedMethod, MonoReflectionInflatedField): Added
28907         `MonoReflectionGenericInst *declaring_type' and
28908         `MonoReflectionGenericInst *reflected_type' fields.
28910         * reflection.c (mono_reflection_inflate_method_or_ctor): Take a
28911         `MonoReflectionGenericInst *declaring_type' and a
28912         `MonoReflectionGenericInst *reflected_type' argument instead of a
28913         single `MonoReflectionGenericInst *type' one.  Set
28914         `res->declaring_type' and `res->reflected_type' from them.
28915         (mono_reflection_inflate_field): Likewise.      
28917 2003-11-02  Martin Baulig  <martin@ximian.com>
28919         * class.c (mono_class_setup_vtable): Don't store generic methods
28920         in the vtable.  
28922 2003-11-02  Martin Baulig  <martin@ximian.com>
28924         * reflection.h (MonoReflectionGenericInst): Added
28925         `MonoReflectionType *declaring_type'.
28927         * reflection.c (mono_reflection_bind_generic_parameters): Use
28928         `if (tb->parent)' instead of `klass->parent'.
28930 2003-11-01  Zoltan Varga  <vargaz@freemail.hu>
28932         * assembly.c (mono_assembly_open): Avoid crash if a module is loaded
28933         with an empty ASSEMBLY table.
28935         * reflection.c (mono_image_build_metadata): Avoid using the same loop
28936         variable in the inner and outer loops.
28938 2003-10-31  Zoltan Varga  <vargaz@freemail.hu>
28940         * metadata.h (mono_metadata_make_token): Put parentheses around macro
28941         argument.
28943         * appdomain.h appdomain.c (ves_icall_System_AppDomain_InternalPushDomainRef): Fix signature.
28944         
28945         * appdomain.c appdomain.h icall.c: Get rid of the InvokeInDomain 
28946         icalls. Instead, do everything in managed code. This is needed since
28947         it is hard to restore the original domain etc. in unmanaged code in the
28948         presence of undeniable exceptions.
28950         * appdomain.c (ves_icall_System_AppDomain_InternalPushDomainRef): 
28951         New icalls to push and pop appdomain refs.
28953 2003-10-31  Martin Baulig  <martin@ximian.com>
28955         * class.c (inflate_generic_type): Renamed to
28956         mono_class_inflate_generic_type() and made it public.
28958         * icall.c ("System.Reflection.MonoGenericInst::inflate_field"):
28959         New interncall.
28961         * loader.c (mono_field_from_memberref): Also set the retklass for
28962         typespecs.
28964         * fielder.c (mono_image_get_inflated_field_token): New static
28965         method; creates a metadata token for an inflated field.
28966         (mono_image_create_token, fixup_method): Added support for
28967         "MonoInflatedField".
28968         (fieldbuilder_to_mono_class_field): New static function.
28969         (mono_reflection_inflate_field): New public function.
28971         * reflection.h
28972         (MonoReflectionGenericInst): Added `MonoArray *fields'.
28973         (MonoReflectionInflatedField): New typedef.     
28975 2003-10-30  Bernie Solomon  <bernard@ugsolutions.com>
28977         * socket-io.c (in6_addr ipaddress_to_struct_in6_addr): fix
28978         for Solaris and other platforms without s6_addr16
28980 2003-10-30  Martin Baulig  <martin@ximian.com>
28982         * class.c (inflate_generic_type): Take just one `MonoGenericInst *'
28983         argument instead of two.
28984         (mono_class_inflate_generic_signature): Likewise.
28985         (inflate_generic_header): Likewise.
28986         (mono_class_inflate_generic_method): Likewise.  In addition, if
28987         `ginst->klass' is set, it becomes the new `method->klass'.
28989         * class.h (MonoGenericInst): Removed the `gpointer mbuilder'
28990         field.
28992         * reflection.c (encode_generic_method_sig): Write a 0xa as the
28993         first byte. [FIXME]
28994         (method_encode_methodspec): If we have generic parameters, create
28995         a MethodSpec instead of a MethodRef.
28996         (fixup_method): Added support for "MonoInflatedMethod" and
28997         "MonoInflatedCtor".
28998         (mono_image_create_token): Added support for "MonoInflatedMethod"
28999         and "MonoInflatedCtor".
29000         (inflated_method_get_object): New static function; returns a
29001         managed "System.Reflection.MonoInflatedMethod" object.
29002         (mono_reflection_bind_generic_method_parameters): Return a
29003         `MonoReflectionInflatedMethod' instead of a `MonoReflectionMethod'.
29004         (mono_reflection_inflate_method_or_ctor): Likewise.
29005         (mono_image_get_generic_method_param_info): Initialize unused
29006         fields to zero.
29007         (mono_image_get_generic_param_info): Likewise.
29009         * reflection.h (MonoReflectionInflatedMethod): New public
29010         typedef.  Corresponds to the managed "S.R.MonoInflatedMethod" and
29011         "S.R.MonoInflatedCtor" classes.
29013         * loader.c (method_from_memberref): If we're a TypeSpec and it
29014         resolves to a generic instance, inflate the method.
29016 2003-10-28  Dick Porter  <dick@ximian.com>
29018         * object.c (mono_runtime_run_main): Convert command-line arguments
29019         into utf8, falling back to the user's locale encoding to do so.
29021 2003-10-27  Zoltan Varga  <vargaz@freemail.hu>
29023         * loader.c (mono_get_method_from_token): Avoid looking up the icalls
29024         at this time.
29026         * marshal.c (mono_marshal_get_native_wrapper): Lookup icalls here.
29028         * reflection.c (reflection_methodbuilder_to_mono_method): Avoid looking
29029         up icalls at method definition time. Partially fixes #33569.
29031 2003-10-25  Zoltan Varga  <vargaz@freemail.hu>
29033         * marshal.c (mono_marshal_get_native_wrapper): Add support for [Out]
29034         marshalling of arrays. Fixes #50116.
29036         * appdomain.c (ves_icall_System_AppDomain_InternalIsFinalizingForUnload): New icall.
29038         * appdomain.c (unload_thread_main): Clear class->cached_vtable if it
29039         points to a vtable in the dying appdomain.
29041         * appdomain.c (mono_domain_unload): Move the notification of OnUnload
29042         listeners into unmanaged code inside the lock.
29044         * object.c (mono_class_vtable): Turn off typed allocation in non-root
29045         domains and add some comments.
29047 2003-10-25  Martin Baulig  <martin@ximian.com>
29049         * class.h (MonoGenericInst): Added `MonoClass *klass' field.
29051         * image.h (MonoImage): Added `GHashTable *typespec_cache'.
29053         * metadata.c (mono_metadata_parse_generic_inst): Renamed to
29054         `do_mono_metadata_parse_generic_inst'; pass it the MonoType we're
29055         currently parsing.  Create the generic class and store it in
29056         `generic_inst->klass' before parsing the type arguments.  This is
29057         required to support "recursive" definitions; see mcs/tests/gen-23.cs
29058         for an example.
29059         (mono_type_create_from_typespec): Use a new `image->typespec_cache'
29060         to support recursive typespec entries.
29062         * class.c (mono_class_setup_parent): If our parent is a generic
29063         instance, we may get called before it has its name set.
29064         (mono_class_from_generic): Splitted into
29065         mono_class_create_from_generic() and mono_class_initialize_generic().
29067 2003-10-25  Martin Baulig  <martin@ximian.com>
29069         * icall.c (ves_icall_Type_BindGenericParameters): Return a
29070         `MonoReflectionGenericInst *' instead of a `MonoReflectionType *'.
29071         ("System.Reflection.MonoGenericInst::inflate_method"): New interncall.
29072         ("System.Reflection.MonoGenericInst::inflate_ctor"): New interncall.
29074         * reflection.c (my_mono_class_from_mono_type): Added MONO_TYPE_GENERICINST.
29075         (create_typespec): Likewise.
29076         (mono_reflection_bind_generic_parameters): Return a
29077         `MonoReflectionGenericInst *' instead of a `MonoClass *'.
29078         (mono_reflection_inflate_method_or_ctor): New public function.
29080         * reflection.h (MonoReflectionGenericInst): New typedef.        
29082 2003-10-24  Zoltan Varga  <vargaz@freemail.hu>
29084         * object.c (mono_class_proxy_vtable): Run the whole vtable construction
29085         inside the domain lock. Fixes #49993.
29086         
29087         * object.c (mono_class_vtable): When typed allocation is used, 
29088         allocate vtables in the GC heap instead of in the mempool, since the
29089         vtables contain GC descriptors which are used by the collector even
29090         after the domain owning the mempool is unloaded.
29092         * domain.c (mono_domain_set): Rename to mono_domain_set_internal.
29094         * domain.c (mono_domain_unload): Rename to mono_domain_free to better
29095         reflect what it does. Also invalidate mempools instead of freeing
29096         them if a define is set.
29098         * appdomain.h (MonoAppDomainState): New enumeration to hold the state
29099         of the appdomain.
29100         
29101         * appdomain.h (_MonoDomain): New field 'finalizable_object_hash' to
29102         hold the finalizable objects in this domain.
29104         * appdomain.h (_MonoDomain): New field 'state' to hold the state of the
29105         appdomain.
29107         * appdomain.c (mono_domain_set): New function to set the current
29108         appdomain, but only if it is not being unloaded.
29110         * appdomain.c threads.c threadpool.c object.c: Avoid entering an
29111         appdomain which is being unloaded.
29112         
29113         * appdomain.c (ves_icall_System_AppDomain_InternalUnload): Prevent
29114         unloading of the root appdomain.
29116         * appdomain.c (ves_icall_System_AppDomain_InternalInvokeInDomain): New
29117         icall to execute a method in another appdomain. Intended as a 
29118         replacement for InternalSetDomain, which can confuse the code 
29119         generation in the JIT.
29121         * appdomain.c (mono_domain_is_unloading): New function to determine
29122         whenever an appdomain is unloading.
29124         * appdomain.c (mono_domain_unload): New function to correctly unload
29125         an appdomain.
29127         * assembly.c (mono_assembly_load_references): Check that an assembly
29128         does not references itself.
29130         * gc.c (mono_domain_finalize): Rewrote so instead of finalizing a
29131         domain manually, it asks the finalizer thread to do it, then waits for
29132         the result. Also added a timeout.
29134         * icall.c: Register the new icalls.
29136         * threads.h threads.c: Export the mono_gc_stop_world and 
29137         mono_gc_start_world functions.
29138         
29139         * mempool.h mempool.c (mono_mempool_invalidate): New debugging 
29140         function to fill out the mempool with 0x2a.
29142 2003-10-22  Zoltan Varga  <vargaz@freemail.hu>
29144         * reflection.h (MonoReflectionMethodAux): New structure to store
29145         information which is rarely used, thus is not in the MonoMethod
29146         structure.
29148         * reflection.h (MonoDynamicAssembly): New field 'method_aux_hash' to
29149         store the aux info.
29151         * reflection.c (mono_methodbuilder_to_mono_method): Store param names
29152         and marshalling info into the aux structure.
29154         * loader.c (mono_method_get_marshal_info): Retrieve the marshal info
29155         from the aux structure.
29157         * loader.c (mono_method_get_param_names): Retrieve the param names from
29158         the aux structure.
29159         
29160 2003-10-21  Zoltan Varga  <vargaz@freemail.hu>
29162         * exception.h exception.c: Add AppDomainUnloadedException && fix 
29163         warning.
29165 2003-10-21  Dick Porter  <dick@ximian.com>
29167         * socket-io.c
29168         (ves_icall_System_Net_Sockets_Socket_Select_internal): Applied
29169         patch from Laramie Leavitt moving divide out of loop. (Bug 45381).
29171 2003-10-21  Martin Baulig  <martin@ximian.com>
29173         * reflection.c (mono_reflection_bind_generic_parameters):
29174         `klass->parent' is NULL for interfaces.
29176 2003-10-21  Martin Baulig  <martin@ximian.com>
29178         * reflection.c (create_typespec): Added MONO_TYPE_VAR and MONO_TYPE_MVAR.
29180 2003-10-20  Zoltan Varga  <vargaz@freemail.hu>
29182         * exception.c (mono_exception_from_name_msg): New helper function for
29183         creating exceptions and initializing their message field.
29185         * exception.c: Simplify functions using the new helper.
29187         * exception.h exception.c (mono_get_exception_cannot_unload_appdomain):
29188         New function.
29190         * object.h object.c: Remove G_GNUC_NORETURN from the signature of
29191         mono_raise_exception, since otherwise gcc doesn't generate the function
29192         epilog for raise_exception, confusing the stack unwinding in the JIT.
29193         Fixes #45043.
29195         * rawbuffer.c (mono_raw_buffer_load_mmap): Map mmap-ed memory with
29196         PROT_EXEC. This seems to prevent segmentation faults on Fedora Linux.
29197         Fixes #49499.
29199 2003-10-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29201         * icall.c: OutputDebugStringW expects 16-bit unicode characters, not
29202         utf8.
29204 2003-10-18  Lluis Sanchez Gual  <lluis@ximian.com>
29206         * icall.c: Removed GetUninitializedObject method because
29207           AllocateUninitializedClassInstance does the same.
29209 2003-10-18  Martin Baulig  <martin@ximian.com>
29211         * class.c (inflate_generic_signature): Renamed to
29212         mono_class_inflate_generic_signature() and made it public.
29213         (my_mono_class_from_generic_parameter): New static function; if we
29214         don't already have the generic parameter's MonoClass, create a
29215         very simple one which is just used internally in the runtime and
29216         not passed back to managed code.
29218         * class.h (MonoGenericInst): Added `gpointer mbuilder' field.
29220         * metadata.h (MonoMethodSignature): Moved the
29221         `MonoGenericParam *gen_params' to the MonoMethodHeader.
29222         (MonoMethodHeader): Moved the `MonoGenericParam *gen_params' here.
29224         * icall.c (ves_icall_MethodInfo_GetGenericArguments): Renamed to
29225         ves_icall_MonoMethod_GetGenericArguments(); this is now an
29226         interncall on the MonoMethod class, not on MethodInfo.
29227         (ves_icall_MethodInfo_BindGenericParameters): Removed, we're now
29228         calling mono_reflection_bind_generic_method_parameters() directly.
29230         * loader.c (mono_method_get_signature): If this is a MethodSpec;
29231         return the already computed `method->signature'.
29232         (method_from_methodspec): New static function to load a method
29233         from a MethodSpec entry.
29234         (mono_get_method_from_token): Call the new method_from_methodspec()
29235         for MethodSpec tokens.  
29236         (mono_get_method_from_token): If we're a generic method, load the
29237         type parameters.
29239         * reflection.c (mono_image_get_memberref_token): Allow
29240         MEMBERREF_PARENT_TYPEDEF here; this will be used in the MethodSpec
29241         table.
29242         (fixup_method): Added support for MONO_TABLE_METHODSPEC.
29243         (mono_image_create_token): First check whether it's a generic
29244         method (so we'd need to create a MethodSpec), then do the other
29245         two alternatives.
29246         (mono_reflection_bind_generic_method_parameters): Return a
29247         `MonoReflectionMethod *' instead of a `MonoMethod *'; we're now
29248         called directly from the interncall.
29250 2003-10-17  Zoltan Varga  <vargaz@freemail.hu>
29252         * reflection.c (load_public_key): Move loading of the public key
29253         into managed code.
29255         * image.h (MonoAssemblyName): Add public_key and hash_alg fields.
29257         * assembly.c (mono_assembly_open): Fill in public_key and hash_alg
29258         fields.
29260         * icall.c (ves_icall_System_Reflection_Assembly_FillName): Fill in
29261         culture, hash_alg and public_key. Fixes #49555.
29263 2003-10-17  Martin Baulig  <martin@ximian.com>
29265         * class.h (MonoGenericInst): Moved this declaration here and added
29266         `MonoMethod *generic_method'.
29268         * icall.c
29269         (ves_icall_MethodInfo_GetGenericArguments): New interncall.
29270         (ves_icall_MethodInfo_BindGenericParameters): New interncall.
29272         * metadata.c (mono_metadata_type_equal): Two types of
29273         MONO_TYPE_VAR or MONO_TYPE_MVAR equals if they have the same
29274         index; ie. don't compare the address of the `MonoGenericParam'
29275         structure.
29276         (mono_metadata_load_generic_params): Removed the `MonoMethod
29277         *method' argument.
29279         * metadata.h (MonoGenericInst): Moved declaration to class.h.
29280         (MonoMethodHeader): Added `MonoGenericInst *geninst'.
29282         * reflection.c (method_encode_signature): Encode the number of
29283         generic parameters.
29284         (encode_generic_method_sig): New static function.
29285         (method_encode_methodspec): New static function; creates an entry
29286         in the MethodSpec table for a generic method.
29287         (mono_image_get_methodspec_token): New static function.
29288         (mono_image_create_token): Call mono_image_get_methodspec_token()
29289         for generic methods.
29290         (mono_reflection_bind_generic_method_parameters): New public
29291         function.  Instantiates a generic method.
29293 2003-10-16  Martin Baulig  <martin@ximian.com>
29295         * metadata.h (MonoMethodSignature): Moved `MonoGenericParam
29296         *gen_params' here from MonoMethodHeader.
29298         * metadata.c (mono_metadata_parse_method_signature): If we have
29299         generic parameters, initialize `method->gen_params' and then set
29300         the correct `type->data.generic_param' in all the parameters.
29302 2003-10-16  Zoltan Varga  <vargaz@freemail.hu>
29304         * threads.c (mono_threads_get_default_stacksize): New function to 
29305         return the default stacksize.
29307         * gc.c (mono_gc_cleanup): Use a separate event for waiting for the
29308         termination of the finalizer thread, since the previous method had
29309         race conditions. Fixes #49628.
29311         * gc.c (mono_gc_init): Use the same stacksize for the finalizer thread
29312         as for the other managed threads.
29314 2003-10-16  Martin Baulig  <martin@ximian.com>
29316         * class.c (inflate_generic_signature): Copy `generic_param_count'
29317         and `gen_params'.
29319         * icall.c (ves_icall_MethodInfo_get_IsGenericMethodDefinition):
29320         New interncall.
29322         * metadata.c (mono_metadata_parse_method_signature): Actually set
29323         the `method->generic_param_count' here.
29324         (mono_metadata_load_generic_params): Initialize `pklass' to NULL.
29326 2003-10-15  Zoltan Varga  <vargaz@freemail.hu>
29328         * object.h: Add a new field to TypedRef to simplify the implementation
29329         of the REFANY opcodes in the JIT.
29331         * icall.c: Make use of the new field.
29333         * metadata.c (mono_type_size): Compute the size of TYPEDBYREF types
29334         dynamically.
29336 2003-10-15  Martin Baulig  <martin@ximian.com>
29338         * class.c (mono_class_from_gen_param): Renamed to
29339         mono_class_from_generic_parameter() and moved most of the
29340         functionality from mono_reflection_define_generic_parameter()
29341         here; ie. we create a "real" class here.
29342         (mono_class_from_mono_type): Only allow MONO_TYPE_VAR and
29343         MONO_TYPE_MVAR if mono_class_from_generic_parameter() has
29344         previously been called.
29346         * class.h (MonoGenericParam): Moved the declaration of this struct
29347         here from metadata.h and added `MonoMethod *method'.
29349         * icall.c (ves_icall_MonoType_get_DeclaringMethod): New
29350         interncall.
29352         * loader.c (mono_get_method_from_token): If we have any generic
29353         parameters, call mono_metadata_load_generic_params() to read them
29354         from the MONO_TABLE_GENERICPAR.
29356         * metadata.c (mono_metadata_load_generic_params): Added
29357         `MonoMethod *method' argument which is used MONO_TYPE_MVAR.
29359         * metadata.h (MonoMethodSignature): Replaced
29360         `MonoGenericInst *geninst' with `guint16 generic_param_count'.
29361         (MonoMethodHeader): Added `MonoGenericParam *gen_params'.
29363         * reflection.c (mono_reflection_define_generic_parameter): Moved
29364         most of the functionality into the new
29365         mono_class_from_generic_parameter(); set the `method' field if
29366         we're a method parameter.       
29368 2003-10-13 Bernie Solomon  <bernard@ugsolutions.com>
29370         * marshal.c (emit_struct_conv): if native size is 0
29371         emit no code.
29373 2003-10-14  Martin Baulig  <martin@ximian.com>
29375         * icall.c: The generics API has changed in the spec since it was
29376         added to System.Type; these modifications make it match the spec
29377         again.
29378         (ves_icall_Type_GetGenericParameters): Renamed to
29379         `ves_icall_Type_GetGenericArguments'.
29380         (ves_icall_Type_get_IsGenericTypeDefinition): New interncall.
29381         (ves_icall_MonoType_get_HasGenericParameteres): Renamed to
29382         `ves_icall_MonoType_get_HasGenericArguments'.
29383         (ves_icall_MonoType_get_IsUnboundGenericParameter): Renamed to
29384         `ves_icall_MonoType_get_IsGenericParameter'.
29385         (ves_icall_MonoType_get_HasUnboundGenericParameters): Removed;
29386         this is no interncall anymore.
29387         (ves_icall_TypeBuilder_get_IsUnboundGenericParameter): Renamed to
29388         `ves_icall_TypeBuilder_get_IsGenericParameter'.
29390 2003-10-14  Martin Baulig  <martin@ximian.com>
29392         * reflection.c (mono_reflection_bind_generic_parameters): Also
29393         inflate generic methods if we're reading the class from IL.
29395 2003-10-13  Martin Baulig  <martin@ximian.com>
29397         * reflection.c (mono_reflection_define_generic_parameter): This
29398         method isn't called directly from the icall anymore; take a
29399         `MonoReflectionAssemblyBuilder *' so we can use this for type and
29400         method generic parameters.
29401         (ReflectionMethodBuilder): Added `MonoArray *generic_param'.
29402         (method_builder_encode_signature): Encode generic parameters.
29403         (mono_image_get_method_info): Write generic params to the
29404         MONO_TABLE_GENERICPARAM table.
29406         * reflection.h (MonoReflectionMethodBuilder): Added
29407         `MonoArray *generic_params'.
29409         * metadata.h (MonoMethodSignature): Added `MonoGenericInst *geninst'.
29411         * icall.c (ves_icall_TypeBuilder_define_generic_parameter): Added
29412         wrapper for mono_reflection_define_generic_parameter().
29413         (ves_icall_MethodBuilder_define_generic_parameter): Likewise.   
29415 2003-10-13  Zoltan Varga  <vargaz@freemail.hu>
29417         * marshal.h: Add missing function to fix build.
29419         * marshal.c (mono_marshal_get_native_wrapper): Add support for 
29420         the SetLastError pinvoke attribute.
29422         * marshal.c (mono_marshal_set_last_error): New helper function called
29423         by the generated code.
29424         
29425         * marshal.c (mono_mb_emit_branch): New helper function.
29427         * marshal.c (mono_mb_emit_exception): Added exception name parameter.
29429         * marshal.c (mono_marshal_get_managed_wrapper): Added support for
29430         classes as parameters and return values of delegates. Fixes #29256. 
29432 2003-10-12  Bernie Solomon  <bernard@ugsolutions.com>
29434         * locales.c: use gint32 in non HAVE_ICU case
29436 2003-10-11  Martin Baulig  <martin@ximian.com>
29438         * mono-debug.c (mono_debug_add_method): Added a workaround for
29439         bug #48591.
29441 2003-10-10  Zoltan Varga  <vargaz@freemail.hu>
29443         * marshal.c (mono_marshal_get_managed_wrapper): Under windows,
29444         delegates passed to native code must use the STDCALL calling 
29445         convention. Fixes #35987.
29447 2003-10-10  Martin Baulig  <martin@ximian.com>
29449         * class.c (inflate_generic_type): If we're inflating for a generic
29450         type instance (and not for a generic method), return
29451         MONO_TYPE_MVAR unchanged.
29453 2003-10-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29455         * string-icalls.c: Join ignores null strings in the source array.
29456         * threadpool.[ch]: export busy_worker_threads, not mono_worker_threads.
29457         * threads.c: GetAvailableTheads is slightly more accurate.
29459 2003-10-09  Bernie Solomon  <bernard@ugsolutions.com>
29461         * threads.h threads.c : add mono_threads_set_default_stacksize
29462         and pass default to CreateThread calls.
29464 2003-10-09  Dick Porter  <dick@ximian.com>
29466         * icall.c:
29467         * locales.h:
29468         * locales.c: Internal calls for constructing CultureInfo and
29469         related objects from libicu (if its available.)
29471 2003-10-09  Zoltan Varga  <vargaz@freemail.hu>
29473         * debug-helpers.c (wrapper_type_names): Add 'unknown' wrapper type.
29475 2003-10-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29477         * threadpool.c: added an argument to async_invoke_thread that is the
29478         item to process, pass the MonoAsyncResult to the thread start function
29479         when creating a new thread. This way we don't need to acquire any lock
29480         when we're creating a new thread. Readded a semaphore for faster
29481         response times (instead of that Sleep i added).
29483 2003-10-08  Bernie Solomon  <bernard@ugsolutions.com>
29485         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData):
29486         get daylight change dates better on Windows, fix handling
29487         of platforms without tm_gmtoff.
29489 2003-10-06  Martin Baulig  <martin@ximian.com>
29491         * class.c (inflate_generic_method): Renamed to
29492         mono_class_inflate_generic_method() and made public.
29493         (mono_class_init): Don't inflate the generic methods here.
29494         (mono_class_from_generic): Added `gboolean inflate_methods'
29495         argument.  Inflate the methods here.
29497         * loader.c (mono_method_get_param_names): Ignore instances of
29498         generic types for the moment.
29500         * reflection.c (fixup_method): Added support for inflated methods.
29501         (mono_image_create_token): Use mono_image_get_methodref_token()
29502         for inflated methods.
29503         (mono_custom_attrs_from_param): Ignore instances of generic types
29504         for the moment.
29505         (mono_reflection_bind_generic_parameters): New public function.
29506         Moved all the functionality from
29507         ves_icall_Type_BindGenericParameters() here and added support for
29508         dynamic types.
29509         (mono_reflection_define_generic_parameter): Initialize
29510         `klass->methods' here.
29512         * icall.c (ves_icall_Type_BindGenericParameters): Moved all the
29513         functionality into mono_reflection_define_generic_parameter().
29514         (ves_icall_Type_GetGenericTypeDefinition): If we're coming from a
29515         TypeBuilder, return that TypeBuilder.
29517 2003-10-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29519         * appdomain.c: removed mono_delegate_semaphore.
29521         * threadpool.c:
29522         (mono_thread_pool_add): moved hash table creation inside and the thread 
29523         creation outside of the critical region.
29524         (mono_thread_pool_finish): removed obsolete code.
29525         (async_invoke_thread): don't use the semaphore. Use a plain Sleep and
29526         continue or exit the thread depending on the queue.
29528 2003-10-07  Bernie Solomon  <bernard@ugsolutions.com>
29530         * metadata.c (mono_type_to_unmanaged): allow bools to marshal as I1
29531         marshal.c (emit_ptr_to_str_conv & mono_marshal_get_native_wrapper):
29532         handle more bool marshalling options
29534 2003-10-07  Zoltan Varga  <vargaz@freemail.hu>
29536         * marshal.c (mono_marshal_get_native_wrapper): Fix marshalling of
29537         arrays of structs. Also add a more descriptive error message when
29538         a structure member is marshalled as LPArray.
29540 2003-10-06  Zoltan Varga  <vargaz@freemail.hu>
29542         * marshal.c (mono_marshal_get_native_wrapper): Add support for
29543         marshalling arrays of complex types. Fixes #29098. Also remove an
29544         usused and incomplete function.
29546 Mon Oct 6 15:38:40 CEST 2003 Paolo Molaro <lupus@ximian.com>
29548         * gc.c: report heap_size - free_bytes as total memory allocated
29549         (bug#49362).
29551 2003-10-05  Zoltan Varga  <vargaz@freemail.hu>
29553         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Finally 
29554         fix timezone handling problems on Windows.
29555         
29556         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Avoid
29557         asserts when the year is outside the range handled by ms the functions.
29559         * class.c (setup_interface_offsets): If the class is an interface,
29560         fill out its interface_offsets slot.
29562 2003-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29564         * threadpool.c: mark threadpool threads as background.
29566 2003-10-03  Bernie Solomon  <bernard@ugsolutions.com>
29568         * decimal.c - define DECINLINE to nothing if not using GCC
29570 2003-10-03  Zoltan Varga  <vargaz@freemail.hu>
29572         * assembly.c: More refcount fixes.
29574 2003-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29576         * string-icalls.c: if we're not trimming, return the same string.
29577         When not splitting, don't create a new string.
29579 2003-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29581         * image.c:
29582         (mono_image_open): increment the ref_count inside the critical section.
29584 2003-10-02  Zoltan Varga  <vargaz@freemail.hu>
29586         * image.c (mono_image_open): Fix reference counting bug.
29588 2003-09-30  Bernie Solomon  <bernard@ugsolutions.com>
29590         * marshal.c (mono_marshal_type_size) struct alignment changed for 
29591         64bit machines.  (emit_ptr_to_str_conv) Fix bool conversions for 
29592         64bits. Avoid leak in mono_marshal_get_native_wrapper when
29593         mono_lookup_pinvoke_call throws.        
29595 2003-09-30  Zoltan Varga  <vargaz@freemail.hu>
29597         * reflection.c (mono_reflection_parse_type): Fix #49114.
29599         * file-io.c (ves_icall_System_IO_MonoIO_GetFileAttributes): Add
29600         temporary workaround for cygwin header problem.
29602         * object.c (mono_object_isinst): Synchronize this with the code
29603         generated by the JIT for casts.
29605 2003-09-29  Zoltan Varga  <vargaz@freemail.hu>
29607         * reflection.c (encode_type): Fix #38332.
29609 2003-09-26  Zoltan Varga  <vargaz@freemail.hu>
29611         * marshal.c (mono_marshal_method_from_wrapper): New function to return
29612         the original method from the wrapper method.
29614 2003-09-25  Martin Baulig  <martin@ximian.com>
29616         * icall.c (ves_icall_Type_IsGenericTypeDefinition): Removed this
29617         interncall since it was identical to `Type.GetGenericTypeDefinition()'.
29618         (ves_icall_Type_get_IsGenericInstance): New interncall.
29620 2003-09-24 Bernie Solomon <bernard@ugsolutions.com>
29622         * object.c: fix cast warning in big endian code.
29624 2003-09-19 Jackson Harper <jackson@latitudegeo.com>
29626         * icall.c: Timezone patch from Zoltan Varga (vargaz@freemail.hu)
29627         
29628 2003-09-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29630         * assembly.c: don't call check_env from mono_assembly_load. It's
29631         already done once in mono_assemblies_init and may cause headaches when
29632         multiple threads are loading assemblies.
29634 2003-09-19  Martin Baulig  <martin@ximian.com>
29636         * reflection.c (mono_reflection_define_generic_parameter): Don't
29637         allocate `klass->methods', set `klass->flags' to
29638         TYPE_ATTRIBUTE_INTERFACE, not TYPE_ATTRIBUTE_ABSTRACT.
29640 2003-09-18  Martin Baulig  <martin@ximian.com>
29642         * class.c (mono_class_init): Don't create `class->methods' if it's
29643         already initialized.
29645         * metadata.c (mono_metadata_load_generic_params): Make this
29646         actually work.
29648         * reflection.c (mono_reflection_define_generic_parameter): Set
29649         parent class and interfaces from the constraints.
29651         * reflection.h (MonoReflectionGenericParam): Added `guint32 flags'
29652         to keep this struct in sync with the declaration in TypeBuilder.cs.
29654 2003-09-17  Martin Baulig  <martin@ximian.com>
29656         * metadata.h (MonoType): Replaced the data's `int type_param'
29657         field with `MonoGenericParam *generic_param'.
29658         (MonoGenericParam): Added `MonoClass *klass'.
29660         * class.c (mono_class_from_gen_param): Removed the
29661         `MonoImage *image' and `int type_num' arguments.
29663         * metadata.c (mono_metadata_parse_generic_param): New static
29664         method; creates a MonoGenericParam which just contains the index.
29665         (do_mono_metadata_parse_type): Call
29666         mono_metadata_parse_generic_param() for MONO_TYPE_VAR and
29667         MONO_TYPE_MVAR.
29669         * reflection.c (mono_image_typedef_or_ref): Generic type
29670         parameters may be in the same assembly, but never use a typedef
29671         for them.
29672         (mono_reflection_define_generic_parameter): We're now creating a
29673         "real" class for the type parameter; it's now safe to call
29674         mono_class_from_mono_type() on the class'es type, it'll do the
29675         right thing.
29677 2003-09-16  Martin Baulig  <martin@ximian.com>
29679         * mono-debug-debugger.c (allocate_symbol_file_entry): Initialize
29680         `symfile->range_entry_size' and `symfile->class_entry_size' here;
29681         the `symfile' data structure must be fully initialized before it
29682         gets added to the table.
29684 2003-09-15  Zoltan Varga  <vargaz@freemail.hu>
29686         * icall.c (ves_icall_Type_IsArrayImpl): Added MONO_ARCH_SAVE_REGS.
29688         * appdomain.h domain.c (MonoDomain): Added new hashtable to store the
29689         class init trampolines.
29691 2003-09-11  Zoltan Varga  <vargaz@freemail.hu>
29693         * profiler.c (mono_profiler_load): Added '-time' and '-alloc' options
29694         to the built-in profiler to turn off time and allocation profiling
29695         respectively.
29697 2003-09-10  Zoltan Varga  <vargaz@freemail.hu>
29699         * profiler.c (mono_profiler_coverage_alloc): Use NULL instead of
29700         g_direct_equal.
29702         * debug-helpers.c (mono_method_full_name): Print the wrapper type
29703         in human readable form.
29705 2003-09-08  Zoltan Varga  <vargaz@freemail.hu>
29707         * reflection.c icall.c: Fixed warnings.
29709         * image.c (load_class_names): Use a temporary hash table to hold the
29710         namespaces in order to avoid doing many string comparisons.
29712         * image.h: Fix typo.
29714         * image.c class.c rawbuffer.c reflection.c threads.c verify.c domain.c:
29715         Pass NULL instead of g_direct_equal to the GHashTable constructor 
29716         since the NULL case is short-circuited inside g_hash_table_lookup, 
29717         leading to better performance.  
29719         * metadata.c (mono_metadata_custom_attrs_from_index): New function to
29720         obtain the first custom attribute for a given index. Depends on the
29721         CustomAttribute table being sorted by the parent field.
29723         * reflection.c (mono_custom_attrs_from_index): Use the new function 
29724         for better performance.
29726 2003-09-07  Martin Baulig  <martin@ximian.com>
29728         * class.c (mono_class_init): If we're a generic instance, inflate
29729         all our methods instead of loading them from the image.
29730         (mono_class_from_generic): Set `class->methods = gklass->methods'.
29732 2003-09-07  Martin Baulig  <martin@ximian.com>
29734         * mono-debug-debugger.c: Added support for constructors.
29736 2003-09-06  Martin Baulig  <martin@ximian.com>
29738         * icall.c (ves_icall_TypeBuilder_get_IsUnboundGenericParameter):
29739         New interncall.
29741         * reflection.c (mono_reflection_setup_generic_class): Call
29742         ensure_runtime_vtable() to create the vtable.
29744 2003-09-05  Martin Baulig  <martin@ximian.com>
29746         * class.c (mono_class_array_element_size): Added MONO_TYPE_VAR and
29747         MONO_TYPE_MVAR.
29749 2003-09-04  Martin Baulig  <martin@ximian.com>
29751         * reflection.c (mono_reflection_define_generic_parameter): Generic
29752         parameters start with zero.
29754 2003-09-04  Martin Baulig  <martin@ximian.com>
29756         * metadata.c (mono_type_size): Added MONO_TYPE_VAR and MONO_TYPE_MVAR.
29758         * reflection.h (MonoReflectionGenericParam): New typedef.
29759         (MonoReflectionTypeBuilder): Added `generic_params' fields to get
29760         the generic parameters from the managed TypeBuilder.
29762         * reflection.c (mono_reflection_define_generic_parameter): New function.
29763         (mono_reflection_create_runtime_class): Encode generic parameters.
29764         (mono_reflection_setup_generic_class): New function; this is
29765         called after adding adding all generic params to the TypeBuilder.
29766         (encode_type): Added MONO_TYPE_VAR.
29768 2003-09-04  Zoltan Varga  <vargaz@freemail.hu>
29770         * class.h class.c (mono_class_needs_cctor_run): Moved this method
29771         here from the JIT.
29773         * assembly.h assembly.c: Moved the AOT loading code into an assembly
29774         load hook.
29776 2003-09-03  Zoltan Varga  <vargaz@freemail.hu>
29778         * reflection.h reflection.c class.h class.c: Delete duplicate 
29779         definition of mono_type_get_name () from reflection.c and export the
29780         one in class.c.
29782         * class.c: Class loading fixes from Bernie Solomon 
29783         (bernard@ugsolutions.com).
29785         * reflection.c: Endianness fixes from Bernie Solomon 
29786         (bernard@ugsolutions.com).
29787         
29788 2003-09-01  Zoltan Varga  <vargaz@freemail.hu>
29790         * assembly.h assembly.c: Define a file format version for AOT
29791         libraries.
29792         
29793         * assembly.c (mono_assembly_open): Fix leaking of MonoImage-s.
29795         * appdomain.h (MonoJitInfo): New field to determine whenever the
29796         code is domain neutral.
29797         
29798 2003-08-31  Miguel de Icaza  <miguel@ximian.com>
29800         * marshal.c (emit_struct_conv): Add MONO_TYPE_CHAR
29802 2003-08-30  Zoltan Varga  <vargaz@freemail.hu>
29804         * icall.c (ves_icall_System_Web_Util_ICalls_get_machine_install_dir): 
29805         (ves_icall_System_Configuration_DefaultConfig_get_machine_config_path):
29806         Avoid caching the result since strings must be domain specific. Fixes
29807         #48050.
29809 2003-08-29  Zoltan Varga  <vargaz@freemail.hu>
29811         * marshal.c (mono_marshal_init): Make this callable multiple times
29812         since it is hard to find a correct place to call it.
29814         * object.c (mono_runtime_class_init): Execute static constructors in
29815         the correct appdomain.
29817         * image.c (build_guid_table): Handle the case when multiple images have
29818         the same GUID.
29820 2003-08-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29822         * icall.c: added a couple of icalls for System.Web.
29824 2003-08-28  Martin Baulig  <martin@ximian.com>
29826         * icall.c (ves_icall_Type_BindGenericParameters): Use
29827         `klass->generic_inst' instead of `&klass->byval_arg' in the
29828         mono_type_get_object() call.  The returned type must be
29829         MONO_TYPE_GENERICINST and not MONO_TYPE_CLASS.
29831 2003-08-27  Zoltan Varga  <vargaz@freemail.hu>
29833         * NOTES: New file.
29835         * object.c (mono_class_proxy_vtable): Make it thread safe.
29837         * pedump.c: Fix warning.
29839         * object.c appdomain.h: Get rid of metadata_section. 
29840         It is no longer needed and it was causing deadlocks with domain->lock.
29842         * appdomain.c (add_assemblies_to_domain): Make it thread safe.
29844 2003-08-26  Martin Baulig  <martin@ximian.com>
29846         * pedump.c (main): Don't call mono_image_close() if `verify_pe'.
29848 2003-08-26  Martin Baulig  <martin@ximian.com>
29850         * pedump.c (main): Call mono_metadata_init(),
29851         mono_raw_buffer_init(), mono_images_init(), mono_assemblies_init()
29852         and mono_loader_init().
29854 2003-08-26  Zoltan Varga  <vargaz@freemail.hu>
29856         * loader.h: Add missing include to fix build.
29858         * image.h: mono_image_load_references is no more.
29860         * assembly.c: Reworked assembly loading to make it really thread safe.
29861         After these changes, the assembly returned by mono_assembly_open is
29862         fully initialized, i.e. all its references assemblies are loaded.
29864         * assembly.c (mono_image_load_references): Renamed to 
29865         mono_assembly_load_references, and made private, since clients no
29866         longer need to call it.
29868         * class.c: Removed calls to mono_assembly_load_references, since it was
29869         a source of deadlocks.
29871         * loader.h loader.c class.h class.c: Protect data structures using a 
29872         new lock, the loader lock.
29874         * class.c (mono_class_setup_vtable): Create temporary hash tables and
29875         GPtrArrays only when needed.
29877         * class.c (mono_class_layout_fields): Ignore the dummy field inserted 
29878         into empty structures by mcs. Fixes pinvoke7.cs.
29879         
29880         * domain.c (mono_init): Call a new initialization function.
29882         * appdomain.c (mono_runtime_init): Call the new initializer function
29883         of the marshal module.
29885         * marshal.c (mono_marshal_load_type_info): Ignore the dummy field
29886         inserted into empty structures by mcs. Fixes pinvoke7.cs.
29888         * marshal.h marshal.c: Added locks around the wrapper caches to make
29889         this module thread safe.
29891         * icall.c (ves_icall_InternalInvoke): Method wrappers doesn't require a
29892         this argument. Fixes pinvoke1.exe.
29894 2003-08-25  Lluis Sanchez <lluis@ximian.com>
29896         * object.h: Added call_type field to MonoMethodMessage and the corresponding
29897         enumeration of values. Removed fields to store remote call output values in
29898         MonoAsyncResult. Not needed any more.
29899         * object.c: Initialize call_type and async_result fields in mono_message_init.
29900         * marshal.c: mono_delegate_begin_invoke(): for proxies, set call_type before
29901         dispatching the message.
29902         mono_delegate_end_invoke (): delegate to the proxy the work of waiting for the
29903         async call to finish. To do it use a message with EndInvoke call type.
29905 2003-08-25  Zoltan Varga  <vargaz@freemail.hu>
29907         * loader.h loader.c (mono_method_hash_marhal_info): New function which
29908         determines whenever a method has marshalling info.
29910 2003-08-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29912         * assembly.c: fix the build on windows.
29914 2003-08-22 Lluis Sanchez <lluis@ximian.com>
29916         * object.cs: Fixed bug #47785.
29918 2003-08-22 Jackson Harper <jackson@latitudegeo.com>
29920         * string-icalls.c (StringReplace): If their are no occurances of
29921         the old string found return a reference to the supplied
29922         string. This saves some memory and matches MS behavoir.
29923         
29924 2003-08-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29926         * socket-io.c: fixed compilation for systems that define AF_INET6
29927         and don't define SOL_IP/SOL_IPV6.
29929 2003-08-21  Zoltan Varga  <vargaz@freemail.hu>
29931         * object.c (mono_object_isinst): Fix casts to TransparentProxy in
29932         the interpreter. Patch by Bernie Solomon (bernard@ugsolutions.com).
29934         * rawbuffer.c rawbuffer.h: Make this module thread safe.
29936         * domain.c: Make this module thread safe.
29938         * domain.c (mono_init): Call new initialization function.
29940         * icall.c (ves_icall_System_Array_SetValueImpl): Check types for
29941         reference types too. Fixes #38812.
29943         * image.c (mono_image_init): Fixed warnings.
29945         * class.c (mono_class_from_typeref): Handle assembly load failure
29946         correctly.
29948         * appdomain.c (add_assemblies_to_domain): Handle the case when
29949         the references of an assembly are not yet loaded.
29951         * metadata.c image.c assembly.c: Moved initialization of global
29952         variables to a separate function called at startup since lazy 
29953         initialization of these variables is not thread safe.
29954         
29955         * image.c assembly.c: Made this module thread safe by adding locks in 
29956         the appropriate places.
29958         * domain.c (mono_init): Call the new initialization functions of the
29959         three modules.
29961 2003-08-20  Lluis Sanchez Gual  <lluis@ximian.com>
29963         * marshal.c: mono_delegate_begin_invoke(): If the target is a proxy,
29964           make a direct call. It is proxy's work to make the call asynchronous.
29965           mono_delegate_end_invoke(): If the targe is a proxy, just collect
29966           the return values.
29967         * object.cs: mono_method_call_message_new(): read AsyncResult and
29968           state object from parameters list, if this info is requested.
29969         * object.h: Added fields to store remote call output values in
29970           MonoAsyncResult. Added AsyncResult field in MonoMethodMessage.
29972 Wed Aug 20 12:57:42 CEST 2003 Paolo Molaro <lupus@ximian.com>
29974         * object.h: add needed fields to MonoThread.
29975         * threads.c, threads.h: allow registering a function to cleanup data
29976         allocated per thread by the JIT.
29978 Tue Aug 19 18:22:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
29980         * loader.h: portability fix by Bernie Solomon
29981         * <bernard@ugsolutions.com>.
29983 2003-08-16  Zoltan Varga  <vargaz@freemail.hu>
29985         * reflection.h reflection.c (mono_param_get_objects): Changed this to 
29986         return a MonoArray. This simplifies the code and also ensures that
29987         the cache allways contains an object reference as a value.
29989         * icall.c (ves_icall_get_parameter_info): Simplified using the new
29990         function.
29992 2003-08-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29994         * socket-io.c: patch by Bernie Solomon <bernard@ugsolutions.com> that
29995         fixes a problem with byte ordering when getting the address family for
29996         a socket.
29998 2003-08-15  Zoltan Varga  <vargaz@freemail.hu>
30000         * .cvsignore: Added monosn.
30002         * reflection.h reflection.c loader.c: Added support for parameter
30003         marshalling to dynamically created types. Fixes #47295.
30005 Fri Aug 15 11:42:46 CEST 2003 Paolo Molaro <lupus@ximian.com>
30007         * rand.c: remove useless warnings.
30009 Wed Aug 13 15:49:57 CEST 2003 Paolo Molaro <lupus@ximian.com>
30011         * class.c: implemented ldtoken for methods and fieldrefs.
30013 2003-08-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30015         * threadpool.c: when mono_async_invoke was called, no one took care of
30016         monitoring the queue. So if the method invoked took some time and we
30017         got new async invoke requests after 500 ms (the thread created waited
30018         that long in WaitForSingleObject), the new async invoke was not called
30019         until the previous one finished.
30021         This is fixed now. Thanks to Totte for helping with it.
30023 2003-08-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30025         * threadpool.c: set threadpool_thread to TRUE. Patch by totte.
30027 2003-08-11  Martin Baulig  <martin@ximian.com>
30029         * mono-debug-debugger.c (mono_debugger_lookup_type): New function.
30031 2003-08-06  Martin Baulig  <martin@ximian.com>
30033         * mono-debug-debugger.c: Added support for static fields,
30034         properties and methods.
30036 2003-08-06  Martin Baulig  <martin@ximian.com>
30038         * mono-debug-debugger.c: Don't store the MonoString's vtable to
30039         make this work for applications with multiple application domains.
30041 2003-08-04  Martin Baulig  <martin@ximian.com>
30043         * mono-debug-debugger.c: Completely reworked the type support; the
30044         most important thing is that we're now just using one single
30045         `MonoType' instance per type.
30047 Sat Aug  2 13:05:27 BST 2003 Malte Hildingson <malte@amy.udd.htu.se>
30049         * mono-endian.h, mono-endian.c, icall.c: Added icall
30050         ves_icall_System_Double_AssertEndianity to assert double word endianity
30051         on ARM (FPA). The icall uses a macro defined in mono-endian.h.
30053 Fri Aug 1 16:51:13 CEST 2003 Paolo Molaro <lupus@ximian.com>
30055         * class.c, class.h, reflection.c, metadata.c, icall.c: more generics
30056         support, icalls and fixes.
30058 2003-07-31  Miguel de Icaza  <miguel@ximian.com>
30060         * unicode.c (ves_icall_System_Char_IsPunctuation): The set of
30061         classes that are a punctuation character in .NET is not the same a
30062         g_unichar_ispunct.
30064 Tue Jul 29 18:07:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
30066         * socket-io.c: ipv6 portability fixes from Felix Ortga (guile@lared.es).
30068 2003-07-29  Miguel de Icaza  <miguel@ximian.com>
30070         * icall.c: Add new MemCopy internalcall.
30071         (ves_icall_System_Reflection_Assembly_GetManifestResourceInternal):
30072         Simplified code; It is not necessary to handle all the cases here,
30073         as the C# code takes care of it.  Only handle the case of the name
30074         resource embedded into the assembly.
30076         Changed signature to return the data pointer and the size of the
30077         data. 
30079 2003-07-26  Miguel de Icaza  <miguel@ximian.com>
30081         * reflection.c (mono_image_get_method_info): Allow for 0x40 to be
30082         encoded.        (Partition II.22.1.7: PInvokeAttribute:SupportsLastErr).
30084 2003-07-29  Lluis Sanchez Gual  <lluis@ximian.com>
30086         * socket-io.c: ignore EINTR error in select.
30088 Tue Jul 29 15:25:01 CEST 2003 Paolo Molaro <lupus@ximian.com>
30090         * class.h, class.c: removed unused subclasses field in MonoClass.
30092 2003-07-29  Lluis Sanchez Gual  <lluis@ximian.com>
30094         * icall.c: improve fix of get_base_definition(). If the parent class
30095           doesn't have the mehod, look at the parent of the parent.
30096         * object.c: mono_message_init(): use the attribute PARAM_ATTRIBUTE_OUT
30097           to check if a parameter is an in or out parameter
30098           (PARAM_ATTRIBUTE_IN is not set by default).
30099           mono_method_return_message_restore(): Use mono_class_value_size to
30100           get the size of a value type. mono_type_stack_size (parameterType)
30101           does not return the correct value if parameterType is byRef.
30102           mono_load_remote_field(), mono_load_remote_field_new(),
30103           mono_store_remote_field(), mono_store_remote_field_new():
30104           raise exception if the remote call returns an exception.
30106 2003-07-28  Martin Baulig  <martin@ximian.com>
30108         * mono-debug-debugger.c (mono_debugger_runtime_invoke): New
30109         method.  This is a wrapper around mono_runtime_invoke() which
30110         boxes the instance object if neccessary.
30112 Fri Jul 25 19:14:13 CEST 2003 Paolo Molaro <lupus@ximian.com>
30114         * class.c, class.h, image.c, image.h, loader.c, metadata.c,
30115         metadata.h, row-indexes.h, verify.c: first cut of generics support.
30117 Thu Jul 24 11:34:20 CEST 2003 Paolo Molaro <lupus@ximian.com>
30119         * icall.c: disable mcs bug workaround.
30121 2003-07-21  Miguel de Icaza  <miguel@ximian.com>
30123         * object.c (mono_runtime_class_init): Take the metadata_section
30124         mutex before obtaining the domain mutex.
30126         * appdomain.h: Added definition of metadata_section mutex here. 
30128         * object.c: define metadata_mutex here.
30130 2003-07-24  Ravi Pratap  <ravi@ximian.com>
30132         * icall.c: Remove the FIXED_MCS_45127 workarounds - this has been
30133         fixed.
30135 2003-07-24  Lluis Sanchez Gual  <lluis@ximian.com>
30137         * reflection.c: Fix bug #46669
30139 2003-07-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30141         * exception.c:
30142         * exception.h:
30143         * icall.c:
30144         * object.h: fill in the type name for TypeLoadException.
30146 2003-07-23  Ravi Pratap  <ravi@ximian.com>
30148         * class.c: Fixes from Paolo in response to bug #45415 (Subclass
30149         relationship between TypeBuilders while compiling corlib) and bug
30150         45993 (Array types returned from the runtime while compiling
30151         corlib were from the loaded corlib).
30153 2003-07-22  Martin Baulig  <martin@ximian.com>
30155         * mono-debug-debugger.c: Reworked the type support a bit more;
30156         distinguish between types and classes.
30158 Tue Jul 22 15:48:50 CEST 2003 Paolo Molaro <lupus@ximian.com>
30160         * icall.c: add IsArrayImpl icall.
30162 2003-07-22  Zoltan Varga  <vargaz@freemail.hu>
30164         * class.c (mono_class_layout_fields): Fix gc aware auto layout by
30165         initializing real_size only once. Also fix bug #46602.
30167 2003-07-21  Jerome Laban <jlaban@wanadoo.fr>
30169         * object.c: Renamed mono_metadata_section to metadata_section.
30171 2003-07-21  Lluis Sanchez Gual  <lluis@ximian.com>
30173         * icall.c: in MS.NET ves_icall_Type_GetInterfaces returns an
30174           empty array if the type is an array. Fixed.
30175           ves_icall_MonoMethod_get_base_definition: if the base method
30176           is abstract, get the MethodInfo from the list of methods of
30177           the class.
30178         * reflection.c: ParameterInfo.PositionImpl should be zero-based
30179           and it was 1-based. Fixed in mono_param_get_objects.
30181 2003-07-20  Martin Baulig  <martin@ximian.com>
30183         * mono-debug.h: Set version number to 31.
30184         (mono_debug_init): Added `MonoDomain *' argument.
30186         * mono-debug-debugger.c: Reworked the type support; explicitly
30187         tell the debugger about builtin types; pass the `klass' address to
30188         the debugger.
30190 2003-07-20 Jackson Harper <jackson@latitudegeo.com>
30192         * image.c: Allow new metadata tables to be loaded without a
30193         warning. Also update the warning message to give the new constant value.
30194                 
30195 Fri Jul 18 13:12:21 CEST 2003 Paolo Molaro <lupus@ximian.com>
30197         * class.c, class.h, debug-helpers.c, icall.c, image.c, marshal.c,
30198         metadata.c, metadata.h, mono-debug-debugger.c, object.c, reflection.c: 
30199         array type representation changes.
30201 Fri Jul 18 11:26:58 CEST 2003 Paolo Molaro <lupus@ximian.com>
30203         * icall.c, appdomain.h, appdomain.c: support full runtime shutdown
30204         on Environment.Exit () call.
30206 Thu Jul 17 17:21:57 CEST 2003 Paolo Molaro <lupus@ximian.com>
30208         * icall.c, reflection.h, reflection.c, verify.c: cleanups,
30209         requires a matching corlib.
30211 2003-07-17  Lluis Sanchez Gual  <lluis@ximian.com>
30213         * Changelog: My editor decided to add a CR to each line. Sorry about that.
30214           Committed again without the CRs.
30215         
30216 2003-07-17  Lluis Sanchez Gual  <lluis@ximian.com>
30218         * socket-io.c: Get system_assembly using mono_image_loaded(), instead
30219           getting it from the "this" socket instance. Did not work
30220           if the socket is a subclass of Socket.
30221           Also fixed bug #35371.
30223 Thu Jul 17 13:39:32 CEST 2003 Paolo Molaro <lupus@ximian.com>
30225         * metadata.c: fixed size for TypedByRef.
30226         * loader.c: when searching for a method, consider the vararg amrker.
30227         * unicode.c, decimal.c: constify some arrays.
30229 2003-07-15  Dick Porter  <dick@ximian.com>
30231         * socket-io.c: Fixed compilation for gcc < 3.2.
30233         Fixed compilation for machines that don't have AF_INET6 (thanks to
30234         Bernie Solomon <bernard@ugsolutions.com> for that part.)
30236         Fixed compile warnings.
30237         
30238         Fixed formatting and line endings.
30240 2003-07-14  Jerome Laban <jlaban@wanadoo.fr>
30242         * socket-io.h:
30243         * socket-io.c: Added IPv6 support.
30245 2003-07-13  Zoltan Varga  <vargaz@freemail.hu>
30247         * class.c (mono_class_is_assignable_from): New function to implement
30248         the is_assignable_from logic. Used by mono_object_isinst, 
30249         Type::IsAssignableFrom () and the interpreter.
30251         * class.c (mono_class_is_subclass_of): Make all classes a subclass of
30252         Object, even interfaces.
30253         
30254         * object.c (mono_object_isinst): Implement in terms of 
30255         is_assignable_from.
30257         * icall.c (ves_icall_type_is_assignable_from): New icall.
30259 2003-07-11  Zoltan Varga  <vargaz@freemail.hu>
30261         * domain.c (foreach_domain): fix compiler warning.
30263 2003-07-11  Dietmar Maurer  <dietmar@ximian.com>
30265         * image.c (load_metadata_ptrs): use g_strndup because strndup is
30266         not available on all plattforms
30268 2003-07-10  Zoltan Varga  <vargaz@freemail.hu>
30270         * image.h image.c: Store the metadata version string in MonoImage.
30271         * icall.c: New icall to retrieve the image version.
30272         * reflection.c (create_dynamic_image): Fill in the image version field
30273         * reflection.c (build_compressed_metadata): Use the image version
30274         from the image structure.
30276 2003-07-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30278         * appdomain.c: modified comment.
30279         * gc.c: finalizer_thread can call finalizers even when finished == TRUE.
30280         That will be its last iteration when mono_gc_cleanup is called from
30281         mono_runtime_cleanup and before the domain is unloaded.
30283         Fixes bug #45962.
30285 2003-07-04  Dietmar Maurer  <dietmar@ximian.com>
30287         * marshal.c (mono_marshal_get_native_wrapper): fixes for [out]
30288         attributes.
30290 Thu Jul 3 17:22:20 CEST 2003 Paolo Molaro <lupus@ximian.com>
30292         * object.c, file-io.c, metadata.c, mono-endian.h, reflection.c,
30293         rawbuffer.c: more 64 bit and picky (or old) compiler fixes from
30294         Bernie Solomon <bernard@ugsolutions.com>.
30296 Thu Jul 3 17:17:39 CEST 2003 Paolo Molaro <lupus@ximian.com>
30298         * object.c, object.h: provide mono_object_new_fast() for faster
30299         allocation in some special cases.
30301 Wed Jul 2 13:21:26 CEST 2003 Paolo Molaro <lupus@ximian.com>
30303         * object.h, reflection.h, verify.c: fixes for some 64bit issues,
30304         mostly from a patch by Laramie Leavitt <lar@leavitt.us>.
30306 Tue Jul 1 21:24:14 CEST 2003 Paolo Molaro <lupus@ximian.com>
30308         * threadpool.c: fix leaks.
30310 2003-07-01  Dick Porter  <dick@ximian.com>
30312         * threadpool.c (mono_async_invoke): Use mono_g_hash_table_remove when
30313         using MonoGHashTables.  Fixes threadpool bug posted to list.
30315 Tue Jul 1 11:45:40 CEST 2003 Paolo Molaro <lupus@ximian.com>
30317         * image.h, image.c: added support to load an assembly from a byte array.
30318         * Makefile.am, assembly.c, make-bundle.pl, sample-bundle: added 
30319         assembly bundle support.
30321 2003-06-27  Dietmar Maurer  <dietmar@ximian.com>
30323         * threadpool.c (mono_thread_pool_add): keep a reference to the
30324         AsyncResult to prevent GC
30326 Thu Jun 26 12:13:25 CEST 2003 Paolo Molaro <lupus@ximian.com>
30328         * class.c: leak fix.
30330 2003-06-25  Dick Porter  <dick@ximian.com>
30332         * threadpool.c (mono_thread_pool_add): Don't set up a finaliser
30333         for the async object, the WaitHandle object will close the handle.
30334         Fixes bug 45321.
30336 Wed Jun 25 18:12:29 CEST 2003 Paolo Molaro <lupus@ximian.com>
30338         * class.c: in mono_array_class_get (), lookup from the hash with the
30339         same type we insert: this works around a bug in
30340         mono_metadata_type_hash() with SZARRAY and fixes a leak reported by
30341         lluis. The real fix will have to wait for after the release.
30343 Wed Jun 25 13:14:41 CEST 2003 Paolo Molaro <lupus@ximian.com>
30345         * icall.c: fix memory leak when getting type members.
30347 Mon Jun 23 16:12:48 CEST 2003 Paolo Molaro <lupus@ximian.com>
30349         * reflection.c: added more pubtoken special cases.
30351 Mon Jun 23 15:29:06 CEST 2003 Paolo Molaro <lupus@ximian.com>
30353         * class.c: handle field offset correctly when class size
30354         is set (bug# 45182, partially from a patch by jlaban@wanadoo.Fr (Jerome Laban)).
30356 2003-06-20  Martin Baulig  <martin@ximian.com>
30358         * mono-debug-debugger.h (MonoDebuggerSymbolFile): Added `MonoImage
30359         *image' field.
30361 2003-06-20  Martin Baulig  <martin@ximian.com>
30363         * image.h, mono-debug-debugger.h: Fixed compiler warnings.
30365 2003-06-20  Martin Baulig  <martin@ximian.com>
30367         * mono-debug.h (MONO_DEBUG_VAR_ADDRESS_MODE_STACK): Removed.  We
30368         just distinguish between variables in registers and variables at
30369         an offset relative to a register.
30371 2003-06-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30373         * icall.c: #ifdef out latest changes until mcs is fixed.
30375 Thu Jun 19 11:03:42 CEST 2003 Paolo Molaro <lupus@ximian.com>
30377         * icall.c: return members in metadata order.
30379 Wed Jun 18 15:26:58 CEST 2003 Paolo Molaro <lupus@ximian.com>
30381         * icall.c: avoid infinite loop in GetTimeZoneData.
30383 Wed Jun 18 12:47:43 CEST 2003 Paolo Molaro <lupus@ximian.com>
30385         * icall.c: added Marshal.Prelink/All icalls.
30387 Wed Jun 18 12:17:48 CEST 2003 Paolo Molaro <lupus@ximian.com>
30389         * object.c, object.h: fix warnings and do some overflow checking
30390         when creating arrays.
30392 2003-06-17  Dick Porter  <dick@ximian.com>
30394         * file-io.h:
30395         * file-io.c: File attributes need to be tweaked slightly when
30396         passed from the managed to the w32 world.
30398 2003-06-17  Zoltan Varga  <vargaz@freemail.hu>
30399         * profiler.h profiler-private.h profiler.c: Rework last patch
30400         based on suggestion by Paolo.
30401         
30402 2003-06-17  Zoltan Varga  <vargaz@freemail.hu>
30404         * profiler.h profiler-private.h profiler.c: Added infrastructure for 
30405         instruction level coverage data collection.
30406         * profiler.h profiler.c (: Added new callback function which can be
30407         used by the profiler to limit which functions should have coverage
30408         instrumentation.
30409         * profiler.c (mono_profiler_load): Call g_module_build_path to
30410         generate the file name of the profiler library.
30412 Mon Jun 16 18:11:13 CEST 2003 Paolo Molaro <lupus@ximian.com>
30414         * profiler.c, profiler.h, profiler-private.h: added basic block 
30415         coverage profiling API.
30417 2003-06-15  Zoltan Varga  <vargaz@freemail.hu>
30419         * reflection.c (mono_reflection_create_runtime_class): Add support
30420         for events in dynamically generated code.
30422         * gc.c: Start GCHandle indexes from 1, since 0 means the handle is
30423         not allocated.
30425 Sat Jun 14 19:01:32 CEST 2003 Paolo Molaro <lupus@ximian.com>
30427         * icall.c: when getting timezone info, return reasonable values if we
30428         can't get the actual data.
30430 2003-06-14  Dick Porter  <dick@ximian.com>
30432         * threads.c (start_wrapper): Remove the reference to the thread
30433         object in the TLS data, so the thread object can be finalized.
30434         This won't be reached if the thread threw an uncaught exception,
30435         so those thread handles will stay referenced :-( (This is due to
30436         missing support for scanning thread-specific data in the Boehm GC
30437         - the io-layer keeps a GC-visible hash of pointers to TLS data.)
30439 Sat Jun 14 13:16:17 CEST 2003 Paolo Molaro <lupus@ximian.com>
30441         * reflection.c: ensure streams and tables are first allocated with
30442         ALLOC_ATOMIC (GC_realloc uses plain GC_malloc otherwise).
30444 Sat Jun 14 13:13:20 CEST 2003 Paolo Molaro <lupus@ximian.com>
30446         * icall.c: fixed GetElementType for byrefs (bug# 44792).
30448 2003-06-13  Zoltan Varga  <vargaz@freemail.hu>
30450         * reflection.c (mono_reflection_create_runtime_class): Add support for
30451         properties to dynamically created classes.
30452         * reflection.c: Fix a few places where non-MonoObjects were inserted
30453         into the tokens hashtable.
30455 Fri Jun 13 19:10:55 CEST 2003 Paolo Molaro <lupus@ximian.com>
30457         * object.c: some support to handle out of memory exceptions.
30459 2003-06-12  Dietmar Maurer  <dietmar@ximian.com>
30461         * marshal.c (mono_marshal_get_native_wrapper): support reference
30462         return types
30464 Wed Jun 11 18:32:51 CEST 2003 Paolo Molaro <lupus@ximian.com>
30466         * object.h, object.c: more portability stuff from Bernie Solomon.
30467         Unexport mono_object_allocate(). Added mono_object_unbox ().
30468         Set exitcode when an unhandled exception is thrown.
30470 2003-06-11  Dietmar Maurer  <dietmar@ximian.com>
30472         * marshal.c (mono_marshal_get_native_wrapper): use custom
30473         marshaler for return types.
30475 2003-06-10  Dick Porter  <dick@ximian.com>
30477         * socket-io.c: Don't assume that one of struct ip_mreqn or struct
30478         ip_mreq is available
30480 Tue Jun 10 17:35:03 CEST 2003 Paolo Molaro <lupus@ximian.com>
30482         * debug-mono-symfile.c, marshal.c, metadata.c, monitor.c,
30483         mono-debug-debugger.c, mono-debug.c, process.c: portability fixes
30484         by Bernie Solomon <bernard@ugsolutions.com>.
30486 2003-06-10  Zoltan Varga  <vargaz@freemail.hu>
30488         * gc.c (mono_gc_init): Avoid error message on shutdown when
30489         GC_DONT_GC=1 is used.
30491         * icall.c (ves_icall_System_Reflection_Module_GetGuidInternal): 
30492         New icall to return the GUID of a module.
30494 Mon Jun 9 19:33:51 CEST 2003 Paolo Molaro <lupus@ximian.com>
30496         * class.c: ensure instance size always includes the parent's size
30497         even whem class size is set explicitly (fixes bug#44294).
30499 Thu Jun 5 19:51:49 CEST 2003 Paolo Molaro <lupus@ximian.com>
30501         * profiler.h, profiler.c: made the simple profiler thread-safe,
30502         get more accurate timing info. Allow the loading of an
30503         externally-developed profiler module.
30505 2003-06-05  Dietmar Maurer  <dietmar@ximian.com>
30507         * marshal.c (mono_marshal_get_native_wrapper): improved
30508         class/byref arguments.
30509         (mono_marshal_get_native_wrapper): better string marshaling support.
30511 Wed Jun 4 18:01:22 CEST 2003 Paolo Molaro <lupus@ximian.com>
30513         * class.c: ensure .pack and .size are handled correctly and
30514         simplified layout of static fields.
30516 2003-06-04  Dietmar Maurer  <dietmar@ximian.com>
30518         * appdomain.c
30519         (ves_icall_System_AppDomainSetup_InitAppDomainSetup): fix for bug 42934
30521         * loader.c (mono_lookup_pinvoke_call): look for modules in the
30522         current directory (fix bug 44008)
30524 2003-06-03  Dietmar Maurer  <dietmar@ximian.com>
30526         * marshal.c (mono_marshal_get_native_wrapper): started support for
30527         custom marshalers.
30528         (mono_delegate_to_ftnptr): consider marshalling specifications
30530 Tue Jun 3 11:17:02 CEST 2003 Paolo Molaro <lupus@ximian.com>
30532         * reflection.c, reflection.h: emit custom marshal info.
30534 2003-06-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30536         * object.c: free the GError.
30537         * icall.c: added CloseEvent_internal.
30538         * threads.[ch]:
30539         (ves_icall_System_Threading_Events_CloseEvent_internal): new internal
30540         call.
30542 2003-06-01  Zoltan Varga  <vargaz@freemail.hu>
30544         * loader.c (mono_method_get_signature): Add support for dynamic
30545         assemblies.
30547 Sat May 31 15:22:07 CEST 2003 Paolo Molaro <lupus@ximian.com>
30549         * reflection.c: fixed bug #43905.
30551 Fri May 30 12:56:29 CEST 2003 Paolo Molaro <lupus@ximian.com>
30553         * class.c, domain.c, icall.c, metadata.h, object.h: support for
30554         handling TypedReference and ArgIterator.
30555         * loader.c, loader.h: added function to get signature at call site.
30557 Thu May 29 11:34:55 CEST 2003 Paolo Molaro <lupus@ximian.com>
30559         * metadata.c, metadata.h, private.h, tokentype.h, loader.c: make more 
30560         data readonly. Buglets and warning fixes. Some MethodSpec support.
30562 Tue May 27 16:34:39 CEST 2003 Paolo Molaro <lupus@ximian.com>
30564         * class.h, class.c, object.c: remove relative numbering support.
30566 2003-05-26  Miguel de Icaza  <miguel@ximian.com>
30568         * marshal.c (mono_marshal_get_native_wrapper): For now, do not
30569         free the string, until we get a chance to fix Gtk#
30571 2003-05-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30573         * marshal.c: revert last patch.
30575 Mon May 26 20:21:52 CEST 2003 Paolo Molaro <lupus@ximian.com>
30577         * icall.c: updates for new mono_class_vtable() not calling
30578         the type constructor anymore.
30580 Mon May 26 12:10:35 CEST 2003 Paolo Molaro <lupus@ximian.com>
30582         * object.h, object.c: separate vtable creation from type
30583         initialization. Make running the .cctor thread safe.
30585 2003-05-26  Dietmar Maurer  <dietmar@ximian.com>
30587         * marshal.c (mono_marshal_get_native_wrapper): free string return values.
30589 2003-05-21  Dietmar Maurer  <dietmar@ximian.com>
30591         * loader.c (mono_get_method): consider calling convention
30593 2003-05-21  Zoltan Varga  <vargaz@freemail.hu>
30595         * icall.c (ves_icall_System_Reflection_Module_GetGlobalType): New icall
30596         to return the invisible global type for a module.
30598         * reflection.c (mono_image_build_metadata): Emit global fields too.
30600 2003-05-20  Peter Williams  <peterw@ximian.com>
30602         * loader.c (mono_lookup_internal_call): Add a few newlines.
30604 2003-05-20  Zoltan Varga  <vargaz@freemail.hu>
30606         * reflection.c (mono_reflection_lookup_dynamic_token): Intern dynamic
30607         literal strings.
30609         * appdomain.c (set_domain_search_path): Recalculate search path when
30610         AppDomainSetup.PrivateBinPath changes.
30612         * object.c (mono_class_compute_gc_descriptor): It turns out some
30613         parts of the class libs (like System.Thread) holds pointers to
30614         GC_MALLOC()-d memory in IntPtrs, which is wrong. The workaround is
30615         to treat native int a pointer type here.
30616         
30617 Tue May 20 17:18:16 CEST 2003 Paolo Molaro <lupus@ximian.com>
30619         * appdomain.h, domain.c: add hashtable for jump target resolution.
30621 2003-05-19  Zoltan Varga  <vargaz@freemail.hu>
30623         * reflection.h reflection.c icall.c: Added new icalls 
30624         GetManifestResourceInfoInternal, GetModulesInternal and support
30625         infrastructure.
30627 2003-05-16  Dick Porter  <dick@ximian.com>
30629         * icall.c:
30630         * file-io.h:
30631         * file-io.c: Implement System.IO.MonoIO::GetTempPath
30633 2003-05-14  Lluis Sanchez Gual  <lluis@ideary.com>
30635         * object.c: mono_store_remote_field: little fix to previous patch.
30637 Wed May 14 18:10:42 CEST 2003 Paolo Molaro <lupus@ximian.com>
30639         * class.c: add constructors to array classes.
30640         * icall.c: special case array construction for InternalInvoke (),
30642 2003-05-14  Zoltan Varga  <vargaz@freemail.hu>
30644         * class.h class.c reflection.c object.c: Added support for field
30645         defaults in dynamically generated classes.
30647 Wed May 14 13:35:27 CEST 2003 Paolo Molaro <lupus@ximian.com>
30649         * reflection.c: properly encode charset for ddlimport.
30651 Wed May 14 11:14:54 CEST 2003 Paolo Molaro <lupus@ximian.com>
30653         * threads.c: allow compiling without GC.
30655 Tue May 13 16:41:49 CEST 2003 Paolo Molaro <lupus@ximian.com>
30657         * appdomain.h, object.c, object.h, threads.c, threads.h: added
30658         handling of thread static data.
30660 Tue May 13 16:36:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
30662         * reflection.h, reflection.c: added mono_custom_attrs_free ().
30664 2003-05-13  Dietmar Maurer  <dietmar@ximian.com>
30666         * class.c (mono_array_class_get): always set the serializable flags
30667         (mono_array_class_get): always set the SEALED attribute for array types
30669 2003-05-12  Dietmar Maurer  <dietmar@ximian.com>
30671         * loader.c (mono_lookup_pinvoke_call): consider Ansi/Unicode
30672         attributes (fix for bug 42021).
30674 2003-05-12  Dick Porter  <dick@ximian.com>
30676         * gc.c: Don't run finalizers when the finalizer thread is
30677         finishing up, because the default domain has already been
30678         destroyed.
30680 2003-05-11  Miguel de Icaza  <miguel@ximian.com>
30682         * string-icalls.c (ves_icall_System_String_ctor_chara_int_int): if
30683         value is null, we should throw an exception.   This is slightly
30684         different than the other conventions used for the constructor.
30686 2003-05-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30688         * socket-io.c: fixed windows build.
30690 2003-05-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30692         * socket-io.c: patch by Jerome Laban that fixes bug #42393.
30694 2003-05-10  Zoltan Varga  <vargaz@freemail.hu>
30696         * object.c (mono_string_new_wrapper): Compatibility fix for MS
30697         compilers.
30699 2003-05-09  Zoltan Varga  <vargaz@freemail.hu>
30701         * class.c (mono_class_layout_fields): Add experimental GC aware
30702         auto layout facility. Requires class library changes to work correctly.
30704         (mono_class_setup_vtable): Avoid overriding explicit interface
30705         method implementations. Fixes iface3.exe test.
30707         * object.c (mono_class_compute_gc_descriptor): Type I can't hold an
30708         object reference.
30709         (mono_array_new_specific): Add MONO_ARCH_SAVE_REGS.
30710         (mono_string_new_wrapper): Add MONO_ARCH_SAVE_REGS.
30712         * metadata.h: Add new type classification macro which determines
30713         whenever the type holds an object reference.
30715 2003-05-08  Dietmar Maurer  <dietmar@ximian.com>
30717         * marshal.c (mono_marshal_get_native_wrapper): cleanups
30719 2003-05-07  Zoltan Varga  <vargaz@freemail.hu>
30721         * gc.c (finalizer_thread): Work around a GC bug.
30723 2003-05-07  Dietmar Maurer  <dietmar@ximian.com>
30725         * marshal.c (emit_struct_conv): allow unions
30727         * class.c (class_compute_field_layout): added patches from Jerome Laban <jlaban@wanadoo.fr>
30729 2003-05-06  Dietmar Maurer  <dietmar@ximian.com>
30731         * marshal.c (mono_marshal_get_native_wrapper): free strings after pinvoke
30733 2003-05-06  Martin Baulig  <martin@ximian.com>
30735         * mono-debug-debugger.h: #include <mono/io-layer/io-layer.h>.
30737 2003-05-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30739         * socket-io.c:
30740         (Select_internal): allow NULLs, don't create arrays if not needed.
30741         Coupled with Socket.cs changes.
30743         * threadpool.c:
30744         (mono_thread_pool_add): use GC_MALLOC to allocate the ASyncCall and
30745         register a finalizer for it that will close the semaphore handle. This
30746         fixes the leak and make Lupus' test run with > 4080 loops.
30748 2003-05-05  Dietmar Maurer  <dietmar@ximian.com>
30750         * marshal.c (mono_marshal_get_struct_to_ptr): added fixes from
30751         Jerome Laban (bug #42287)
30753 2003-05-02  Martin Baulig  <martin@ximian.com>
30755         * debug-mono-symfile.h
30756         (MonoSymbolFile): Moved declaration into mono-debug.h.
30757         (MonoDebugMethodJitInfo): Likewise.
30758         (mono_debug_open_mono_symbol_file): Take the MonoDebugHandle as
30759         argument.
30760         (_mono_debug_address_from_il_offset): Take a
30761         MonoDebugMethodJitInfo instead of a MonoDebugMethodInfo.
30763         * mono-debug.h
30764         (MonoDebugDomainData): New struct.
30765         (mono_debug_get_domain_data): New function.
30766         (mono_debug_add_method): Take an additional `MonoDomain *'
30767         argument.
30768         (mono_debug_source_location_from_address): Likewise.
30769         (mono_debug_il_offset_from_address): Likewise.
30770         (mono_debug_address_from_il_offset): Likewise.
30772 Thu May 1 19:40:37 CEST 2003 Paolo Molaro <lupus@ximian.com>
30774         * reflection.c: one more check for null type in custom attrs.
30776 2003-05-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30778         * reflection.c: avoid warning (comparison is always false due to limited
30779         range of data type).
30781 2003-05-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30783         * icall.c: throw an exception in Type.GetField if the argument 'name'
30784         is NULL.
30786 Wed Apr 30 10:53:09 CEST 2003 Paolo Molaro <lupus@ximian.com>
30788         * reflection.c: fixed handling of enums in named arguments to custom
30789         attributes (bug #42123).
30791 Tue Apr 29 19:15:10 CEST 2003 Paolo Molaro <lupus@ximian.com>
30793         * reflection.c: use the right array element type and handle
30794         a null for a Type argument, too.
30796 Tue Apr 29 15:46:00 CEST 2003 Paolo Molaro <lupus@ximian.com>
30798         * reflection.c: handle arrays as arguments to custom attributes.
30800 Tue Apr 29 11:43:01 CEST 2003 Paolo Molaro <lupus@ximian.com>
30802         * reflection.c: handle a string value in a custom attr
30803         ctor that takes an object.
30805 2003-04-29  Dietmar Maurer  <dietmar@ximian.com>
30807         * marshal.c (mono_mb_emit_restore_result): support MONO_TYPE_PTR
30808         (fix bug #42063)
30810 2003-04-28  Zoltan Varga  <vargaz@freemail.hu>
30812         * icall.c (ves_icall_Type_GetNestedType): Fixed warnings.
30814 2003-04-27  Martin Baulig  <martin@ximian.com>
30816         * mono-debug-debugger.h (MonoDebuggerEvent): Renamed
30817         MONO_DEBUGGER_EVENT_BREAKPOINT_TRAMPOLINE to
30818         MONO_DEBUGGER_EVENT_BREAKPOINT.
30819         (mono_breakpoint_trampoline_code): Removed.
30820         (mono_debugger_event_handler): The last argument is now a
30821         `guint32'.
30822         (mono_debugger_insert_breakpoint_full): Removed the
30823         `use_trampoline' argument.
30824         (mono_debugger_method_has_breakpoint): Likewise.
30825         (mono_debugger_trampoline_breakpoint_callback): Renamed to
30826         mono_debugger_breakpoint_callback(); take the method and
30827         breakpoint number as arguments.
30829 Sat Apr 26 19:25:31 CEST 2003 Paolo Molaro <lupus@ximian.com>
30831         * metadata.c: fix off by one when loading parameters attributes.
30833 2003-04-24  Martin Baulig  <martin@ximian.com>
30835         * mono-debug-debugger.c (mono_debugger_io_layer): Put this back.
30837 2003-04-24  Martin Baulig  <martin@ximian.com>
30839         * mono-debug-debugger.c: Moved all code which interacts with the
30840         Mono Debugger here.
30842         * debug-mono-symfile.c: This code now just deals with the symbol
30843         file itself, the debugger code is now in mono-debug-debugger.c.
30845 2003-04-23  Martin Baulig  <martin@ximian.com>
30847         * mono-debug.c (mono_debug_source_location_from_il_offset):
30848         New method; like mono_debug_source_location_from_address(), but
30849         takes an IL offset instead of a machine address.
30851 2003-04-23  Martin Baulig  <martin@ximian.com>
30853         * debug-mono-symfile.h (MonoDebugLineNumberEntry): Removed the
30854         `line' field; this is now computed by the debugger.
30856 2003-04-23  Martin Baulig  <martin@ximian.com>
30858         * mono-debug.[ch]: New files.  This is the new debugging interface.
30860         * mono-debug-debugger.[ch]: New files.  Moved all code which
30861         interacts with the Mono Debugger here.
30863 2003-04-22  Dietmar Maurer  <dietmar@ximian.com>
30865         * domain.c (mono_init): initialize mono_defaults.monitor_class
30867 2003-04-21  Miguel de Icaza  <miguel@ximian.com>
30869         * reflection.c (method_encode_code): Add a spicy exception to help
30870         future compiler authors.
30872 2003-04-21  Martin Baulig  <martin@ximian.com>
30874         * icall.c
30875         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies):
30876         Make this work with relative pathnames; g_filename_to_uri() needs
30877         an absolute filename.
30879 2003-04-18  Zoltan Varga  <vargaz@freemail.hu>
30881         * icall.c: Track name changes in Object and ValueType.
30883 2003-04-18  Dietmar Maurer  <dietmar@ximian.com>
30885         * metadata.c (mono_type_stack_size): size should be a multiple of
30886         sizeof (gpointer)
30888 2003-04-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30890         * gc.c:
30891         (internal_domain_finalize): moved into mono_domain_finalize. No need
30892         to create another thread because the finalizers will be run in the
30893         finalizer thread.
30894         
30895         (ves_icall_System_GC_WaitForPendingFinalizers): implemented.
30896         (finalizer_notify): if shutting down, wait 2 seconds for the finalizers
30897         to be run (MS does this too).
30899 2003-04-17  Zoltan Varga  <vargaz@freemail.hu>
30901         * object.c (mono_class_compute_gc_descriptor): Update comment.
30903         * loader.h marshal.h marshal.c: Added synchronized method wrappers.
30905         * image.h: Add synchronized wrapper cache.
30907         * image.c (do_mono_image_open): Initialize cache.
30909         * reflection.c (create_dynamic_mono_image): Initialize cache.
30911 2003-04-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30913         * icall.c: patch by Jerome Laban <jlaban@wanadoo.fr> that fixes
30914         ves_icall_System_Buffer_ByteLengthInternal.
30916 Tue Apr 15 13:56:55 CEST 2003 Paolo Molaro <lupus@ximian.com>
30918         * reflection.c: setup klass->nested_in earlier. Allow
30919         a dash in the assembly name.
30921 2003-04-15  Dietmar Maurer  <dietmar@ximian.com>
30923         * metadata.c (mono_type_to_unmanaged): dont access
30924         type->data.klass for MONO_TYPE_OBJECT
30925         (mono_type_to_unmanaged): consider System.Delegate class
30927 Tue Apr 15 11:16:05 CEST 2003 Paolo Molaro <lupus@ximian.com>
30929         * class.c: just setup supertypes in the proper place instead of
30930         initializing the full element class for arrays.
30932 Tue Apr 15 11:03:25 CEST 2003 Paolo Molaro <lupus@ximian.com>
30934         * class.c: ensure the element class of arrays is initialized.
30935         Setup the supertype info for array classes, too.
30937 2003-04-14  Miguel de Icaza  <miguel@ximian.com>
30939         * icall.c (ves_icall_Type_GetNestedType): Add new internal call.
30941 2003-04-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30943         * Makefile.am: re-added -m option when running cygpath. This way,
30944         MONO_ASSEMBLIES and MONO_CFG_DIR will contain '/' as directory
30945         separator.
30946         * mono-config.c: same codepath for locating mono config file for WIN32
30947         and the rest.
30948         * assembly.c: if mono_assembly_setrootdir is called, don't override
30949         the value set.
30951 2003-04-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30953         * Makefile.am: patch by Urs Muff <umuff@quark.com> that fixes
30954         MONO_ASSEMBLIES variable.
30956 Fri Apr 11 12:44:15 CEST 2003 Paolo Molaro <lupus@ximian.com>
30958         * icall.c: added Assembly::GetNamespaces() icall.
30960 2003-04-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30962         * reflection.c: fix from Jaak <jaak@zd.com.pl>.
30964 2003-04-10  Lluis Sanchez Gual  <lluis@ideary.com>
30966         * appdomain.c,appdomain.h,icall.c: Added internal method that returns the process guid
30967         * object.c: fixed bug in the construction of vtable for proxies
30969 2003-04-10  Zoltan Varga  <vargaz@freemail.hu>
30971         * object.c (mono_array_new): Mark mono_array_new as an icall.
30973 2003-04-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30975         * class.c: fixed test for public method when overriding interfaces.
30976         Closes bug #40970.
30978 Wed Apr 9 15:19:41 CEST 2003 Paolo Molaro <lupus@ximian.com>
30980         * appdomain.h, domain.c: added mono_domain_foreach() to
30981         be able to access the currently loaded appdomains.
30982         * object.c: make string interning work across sppdomains.
30983         Mark some functions for use as icalls.
30985 2003-04-09  Zoltan Varga  <vargaz@freemail.hu>
30987         * class.c reflection.c: Fix memory leaks reported by ccmalloc.
30989         * reflection.h reflection.c: Allocate long living data using 
30990         GC_MALLOC_ATOMIC so the collector does not need to scan it.
30992         * reflection.c: Double the allocation size in streams instead of
30993         increasing it, to prevent unneccesary copying on large assemblies.
30994         
30995         * reflection.c (mono_reflection_create_runtime_class): Avoid vtable
30996         creation if the assembly does not have the Run flag set.
30998 Tue Apr 8 11:19:53 CEST 2003 Paolo Molaro <lupus@ximian.com>
31000         * class.h: avoid the C++ keywords in header files (Jerome Laban
31001         spotted and fixed this).
31003 2003-04-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31005         * object.c:
31006         (mono_unhandled_exception): fill in the arguments for the
31007         UnhandledException event. Only trigger that event for the default
31008         domain (as MS does).
31010 2003-04-04  Zoltan Varga  <vargaz@freemail.hu>
31012         * object.c: Improve typed allocation stuff based on suggestions from
31013         Paolo. Also turn it on if the GC library supports it.
31015 2003-04-03  Zoltan Varga  <vargaz@freemail.hu>
31017         * object.c object.h class.h: Added experimental typed allocation
31018         facility using the interfaces in gc_gcj.h.
31020         * os/gc_wrapper.h: Added new include files.
31021         
31022 2003-04-03  Martin Baulig  <martin@ximian.com>
31024         All the following changes are conditional to `WITH_INCLUDED_LIBGC'
31025         which is not yet enabled by default.
31027         * gc.c (mono_gc_init): Set the gc_thread_vtable to our thread
31028         functions.
31029         (mono_gc_lock, mono_gc_unlock): New static functions.
31031         * threads.c (mono_gc_stop_world, mono_gc_start_world): New public
31032         functions; stop/start the world for the garbage collector.  This
31033         is using the windows API; we need to complete the SuspendThread()/
31034         ResumeThread() implementation in the io-layer to make this work on Unix.
31035         (mono_gc_push_all_stacks): New public function; tells the garbage
31036         collector about the stack pointers from all managed threads.
31038 2003-04-03  Martin Baulig  <martin@ximian.com>
31040         * object.h (MonoThread): Added `gpointer stack_ptr'.
31042         * threads.c (start_wrapper): Save the stack pointer in `stack_ptr'.
31044 2003-04-03  Martin Baulig  <martin@ximian.com>
31046         * Makefile.am: It's called `cygpath -w', not `cygpath -m'.
31048 2003-04-03  Zoltan Varga  <vargaz@freemail.hu>
31050         * reflection.c (typebuilder_setup_fields): Initialize field.first and
31051         field.last.
31053 2003-04-02  Miguel de Icaza  <miguel@ximian.com>
31055         * loader.c (mono_lookup_internal_call): Report the corlib that is
31056         out of sync.
31058 2003-03-05  Aleksey Demakov <avd@openlinksw.com>
31060         * icall.c (ves_icall_type_GetTypeCode): fixed check for
31061         System.DBNull (it's class not valuetype).
31063 Wed Apr 2 18:37:35 CEST 2003 Paolo Molaro <lupus@ximian.com>
31065         * reflection.c: set table_idx in MonoReflectionArrayMethod object even 
31066         if the array method was already assigned a token (fixes bug#40646).
31068 2003-04-02  Zoltan Varga  <vargaz@freemail.hu>
31070         * reflection.c (mono_reflection_get_type): Attempt type resolve even
31071         if no assembly is given.
31073 2003-04-01  Miguel de Icaza  <miguel@ximian.com>
31075         * metadata.h: Added the new tables.
31077         * row-indexes.h: Added definitions for new tables.
31079         * metadata.c: Add schemas for new tables, and add support for
31080         computing the sizes of them.
31082         * class.c: Update for handling the new type cases.
31084 2003-04-01  Dietmar Maurer  <dietmar@ximian.com>
31086         * metadata.h (MONO_TYPE_IS_VOID): new macro
31088 2003-03-31  Martin Baulig  <martin@ximian.com>
31090         * threads.h (MonoThreadCallbacks): Added `thread_created'.
31092         * threads.c (mono_thread_new_init): Call `thread_created' in the
31093         mono_thread_callbacks.
31095 2003-03-31  Lluis Sanchez Gual <lluis@ideary.com>
31097         * loader.h: added marshalbyrefobject_class to mono_defaults
31098         * domain.c: added initialization of mono_defaults.marshalbyrefobject_class 
31099         * icall.c: ves_icall_InternalExecute: fixed bug in field setter and in the
31100           generation of output parameters.
31101           ves_icall_Remoting_RealProxy_GetTransparentProxy: added support for interfaces.
31102         * marshal.c: mono_remoting_wrapper(): avoided call through proxy when the type is
31103           contextbound and the target object belongs to the context of the caller.
31104         * object.h: added context and unwrapped_server variables in MonoRealProxy.
31105         * object.c: Implemented support for interfaces and abstract classes
31106           in mono_class_proxy_vtable. Fixed several methods to avoid unneeded calls through
31107           proxy. Fixed problem when dealing with output parameters in mono_runtime_invoke_array.
31109 2003-03-30  Zoltan Varga  <vargaz@freemail.hu>
31111         * class.h class.c (mono_class_is_subclass_of): New function.
31112         
31113         * icall.c (ves_icall_System_Array_FastCopy): Added optimized copy
31114         routines for most common case (calls from ArrayList::ToArray).
31116         * icall.c (ves_icall_System_Environment_Exit): Call profiler shutdown 
31117         routine so programs which call Environment::Exit() can be profiled.
31119         * icall.c (ves_icall_System_Reflection_FieldInfo_internal_from_handle): 
31120         Added MONO_ARCH_SAVE_REGS.
31122         * icall.c (ves_icall_type_is_subtype_of): Use new function.
31124 2003-03-29  Miguel de Icaza  <miguel@ximian.com>
31126         * blob.h: Add a couple of new MonoType types definitions.
31128         * tabledefs.h: Add a couple of new call convs.
31130 2003-03-27  Zoltan Varga  <vargaz@freemail.h>
31132         * reflection.h (MonoReflectionDynamicAssembly): track changes in
31133         the layout of the class.
31135         * reflection.c (alloc_table): double the size on overflow to avoid
31136         unnecessary copying.
31138         * reflection.h reflection.c: If AssemblyBuilderAccess is Run, then
31139         avoid filling out metadata tables and blobs. Also set mb->ilgen to
31140         null so it can be garbage collected.
31141         
31142 2003-03-27  Zoltan Varga  <vargaz@freemail.hu>
31144         * reflection.c (mono_reflection_get_type): Return the resolved type
31145         only if it is in the assembly we searched.
31147         * reflection.c (ensure_runtime_vtable): Initialize method slots.
31149         * class.c (mono_class_setup_vtable): Set the slot of the overriding
31150         method.
31152 2003-03-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31154         * appdomain.c:
31155         (set_domain_search_path): allow 'file://blah'. It's an invalid URI,
31156         the right one is 'file:///blah', but MS allows it.
31157         * assembly.c:
31158         (mono_assembly_open): allow 'file://blah'
31160         Fixes bug #40306. Thanks to Mitko Iliev (imitko@openlinksw.co.uk).
31162 2003-03-26  Aleksey Demakov <avd@openlinksw.com>
31164         * socket-io.c: fixes bug #40310.
31166 2003-03-25  Zoltan Varga  <vargaz@freemail.hu>
31168         * reflection.c (mono_reflection_parse_type): handle deeply nested
31169         types correctly.
31171         * reflection.c (mono_image_create_token): Use unique token values
31172         since they will be put into a hash table.
31174         * class.c (mono_class_setup_vtable): If a method occurs in more than
31175         one place in the vtable, and it gets overriden, then change the
31176         other occurances too.
31178         * marshal.c (mono_marshal_get_managed_wrapper): Added support for
31179         object as return type.
31181 2003-03-22  Pedro Mart?nez Juli?  <yoros@wanadoo.es>
31183         * icall.c: Deleted "ToString" implementation for double and float
31184         because they are full implemented in managed code.
31186 Wed Mar 19 18:05:57 CET 2003 Paolo Molaro <lupus@ximian.com>
31188         * reflection.c, reflection.h: implemented and exported functions
31189         to retrieve info about custom attributes.
31191 2003-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31193         * appdomain.c: moved Uri handling to assembly.c
31194         * assembly.c: use g_filename_from_uri (). This makes assembly.LoadFrom
31195         work when using a file Uri in *nix and windows.
31197         * icall.c: fixed Assembly.CodeBase to return a valid Uri. The same for
31198         GetReferencedAssemblies.
31200 2003-03-18  Dick Porter  <dick@ximian.com>
31202         * icall.c: Rename a couple of internal calls
31204         * threads.c: Set the thread state to Stopped when a thread exits.
31205         Fixes bug 39377.
31207 2003-03-17  Zoltan Varga  <vargaz@freemail.hu>
31209         * icall.c (ves_icall_System_Reflection_FieldInfo_internal_from_handle):
31210         New icall.
31212         * object.c (mono_class_vtable): fix warning.
31214 2003-03-17  Zoltan Varga  <vargaz@freemail.hu>  
31216         * icall.c (ves_icall_type_is_subtype_of): Avoid vtable creation.
31218         * reflection.c (mono_blob_entry_hash): Avoid reading uninitialized
31219         memory.
31220         (method_encode_clauses): Create exception info structures in the right
31221         order.
31222         (mono_reflection_setup_internal_class): Initialize supertypes field.
31224         * class.c object.c: Handle interfaces which implement other interfaces 
31225         correctly.
31227         * class.h class.c: Move the supertypes array initialization code into 
31228         a separate function so it can be used for dynamic types too. Also call
31229         it earlier, in mono_class_init(), since it can be used before the
31230         type is initialized.
31232 2003-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31234         * Makefile.am:
31235         * assembly.c:
31236         * icall.c: make MONO_ASSEMBLIES and MONO_CFG_DIR work on windows.
31238         * appdomain.c:
31239         * appdomain.h:
31240         * marshal.c:
31241         * object.c: remove warnings.
31243 2003-03-13  Martin Baulig  <martin@ximian.com>
31245         * debug-mono-symfile.h (MonoSymbolFileLexicalBlockEntry): New type.
31246         (MonoDebugLexicalBlockEntry): New types.
31248         * debug-mono-symfile.c
31249         (_mono_debug_address_from_il_offset): Moved here from ../jit/debug.c.
31251 2003-03-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31253         * process.c: ret can be any non-zero value accroding to MS doc.
31255 2003-03-07  Miguel de Icaza  <miguel@ximian.com>
31257         * class.c (mono_marshal_load_type_info): Fix buglet:  Noticed when
31258         fixing a warning for a miss-used prototype, would have cause
31259         random memory corruption.
31261 2003-03-07  Martin Baulig  <martin@ximian.com>
31263         * marshal.c (mono_marshal_free_array): That "TESTFREE %p" was
31264         getting really annoying ....
31266 2003-03-07  Zoltan Varga  <vargaz@freemail.hu>
31268         * reflection.c (fixup_method): added support for array methods.
31270 Tue Mar 4 18:03:27 CET 2003 Paolo Molaro <lupus@ximian.com>
31272         * socket-io.c:  handle case when AF_INET6 and AF_IPX are not defined
31273         (pointed out by Michael Adams).
31275 2003-03-04  Dick Porter  <dick@ximian.com>
31277         * icall.c: Temporarily reverted the Double and Single ToString()
31278         change, because it broke nunit.
31280 Tue Mar 4 12:40:58 CET 2003 Paolo Molaro <lupus@ximian.com>
31282         * object.h, threads.h: make include files compatible with C++
31283         (patch by Jerome Laban <jlaban@wanadoo.fr>).
31285 2003-03-04  Pedro Mart?nez Juli?  <yoros@wanadoo.es>
31287         * icall.c: Erased ToString helper functions for Double and Single.
31288         Now, that implementations ar all in managed code (Double and Single
31289         Formatters).
31291 2003-03-03  Lluis Sanchez Gual  <lluis@ideary.com>
31293         * appdomain.c: Added method for initializing the default context of
31294         a domain. Added internal call for getting the default context.
31295         * appdomain.h: Added context variable in MonoDomain struct.
31296         * domain.c: mono_domain_set also sets the default context of the domain
31297         * icall.c: Mapped internal method InternalGetDefaultContext.
31298         * object.c: mono_object_get_virtual_method returns always a remoting
31299         wrapper if the object is a transparent proxy.
31300         mono_runtime_invoke_array: when creating an object by calling the
31301         constructor, if the created object is a proxy, then the constructor should
31302         be called using the a remoting wrapper.
31304 2003-03-03  Dick Porter  <dick@ximian.com>
31306         * socket-io.c (create_sockaddr_from_object): Rename sockaddr_un
31307         variable so it compiles on solaris.  Problem spotted by
31308         Christopher Taylor <ct@cs.clemson.edu>
31310 2003-03-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31312         * appdomain.c:
31313         (get_info_from_assembly_name): don't leak value.
31315         * icall.c:
31316         (ves_icall_System_Reflection_Assembly_GetFilesInternal): initialize
31317         result.
31319 Sat Mar 1 15:32:56 CET 2003 Paolo Molaro <lupus@ximian.com>
31321         * assembly.c: export mono_image_load_references ().
31322         * class.c: handle function pointers. mono_class_from_name() now
31323         supports nested type names directly.
31325 2003-02-28  Zoltan Varga  <vargaz@freemail.hu>
31327         * reflection.h reflection.c: Encode already created dynamic methods 
31328         and fields correctly as a DEF instead of a REF.
31330         * reflection.c: Get rid of the force_ref argument to 
31331         mono_image_typedef_or_ref since it was wrong in the first place.
31333         * string-icalls.c: add error checking to string constructors according
31334         to the MSDN docs.
31336         * reflection.c: Emit types in the order their TypeBuilders were 
31337         created. Previously, a new table index was assigned to each type before
31338         the tables were emitted. This was wrong because the signature blob
31339         might already refer to a type by its original table index.
31341 2003-02-27  Zoltan Varga  <vargaz@freemail.hu>
31343         * metadata.c (mono_metadata_nesting_typedef): fix bug in previous
31344         change.
31345         
31346 2003-02-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31348         * Makefile.am: make assemblies dir have \ instead of / on windows.
31350 2003-02-27  Zoltan Varga  <vargaz@freemail.hu>  
31352         * metadata.c metadata.h (mono_metadata_nesting_typedef): changed to
31353         iterate over the NESTEDCLASS table using a linear search since the
31354         table is not guaranteed to be sorted by the secondary key.
31356         * class.c (mono_class_create_from_typedef): fixed up call to
31357         mono_metadata_nesting_typedef.
31358         
31359 2003-02-27  Dietmar Maurer  <dietmar@ximian.com>
31361         * marshal.c (mono_string_to_byvalstr): clear the memory as
31362         suggested by Jerome Laban <jlaban@wanadoo.fr>
31364 2003-02-26  Dick Porter  <dick@ximian.com>
31366         * process.c: Cope with padding in .rsrc blocks
31368 2003-02-26  Dietmar Maurer  <dietmar@ximian.com>
31370         * metadata.h: reverted the filter_len change, it breaks reflection
31371         
31372 2003-02-26  Dietmar Maurer  <dietmar@ximian.com>
31374         * metadata.h: added a new field to store the filter_len
31375         
31377 Tue Feb 25 10:56:16 CET 2003 Paolo Molaro <lupus@ximian.com>
31379         * reflection.c: handle custom attributes for types and members
31380         created with Reflection.Emit (bug#38422).
31382 2003-02-22  Zoltan Varga  <vargaz@freemail.hu>
31384         * reflection.c: define RTSpecialName automatically for constructors for
31385         compatibility with MS.NET.
31387         * reflection.c (mono_reflection_create_runtime_class): initialize
31388         nested_in field of dynamically created classes.
31390 2003-02-22  Martin Baulig  <martin@ximian.com>
31392         * debug-mono-symfile.h: Incremented version number.
31394 2003-02-21  Zoltan Varga  <vargaz@freemail.hu>
31396         * object.h icall.c process.c: fix warnings.
31398 2003-02-21  Zoltan Varga  <vargaz@freemail.hu>
31400         * appdomain.h appdomain.c:
31401         (mono_domain_try_type_resolve): split the 
31402         name_or_tb argument into a name and a tb argument.
31403         (mono_domain_has_type_resolve): new function to check whenever the
31404         application has registered a TypeResolve event handler.
31405         
31406         * icall.c reflection.h reflection.c: move the type resolve logic into
31407         mono_reflection_get_type () so it will be invoked when 
31408         Assembly::GetType () is called.
31410         * reflection.c:
31411         (mono_reflection_get_type): renamed to get_type_internal.
31412         (mono_reflection_get_type): fixed type name generation so it works 
31413         for nested types too.
31414         (mono_reflection_get_type): call has_type_resolve () to avoid the 
31415         costly type name generation if there is no resolve event handler.
31417 Fri Feb 21 11:36:57 CET 2003 Paolo Molaro <lupus@ximian.com>
31419         * class.c, image.c: load exported types from file references.
31421 2003-02-19  Lluis Sanchez Gual  <lluis@ideary.com>
31423         * appdomain.h: Added in MonoDomain a couple of MonoMethod* variables
31424           used to cache the managed methods used to create proxies and make 
31425           remote invocation of methods.
31426         * class.h: Added in MonoVTable a flag to indicate that a class needs 
31427           to be remotely created.
31428         * object.c: Modified the method mono_class_vtable(). It now initializes 
31429           the remote flag of the vtable. Modified mono_object_new_specific(), 
31430           so now it checks the remote flag.
31431         * icall.c: Added a couple of internal methods, one for enabling instance 
31432           creation interception for a type, and one for creating objects bypassing
31433           the remote check.
31435 2003-02-18  Martin Baulig  <martin@ximian.com>
31437         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetMethodToken):
31438         New interncall to get a method's metadata token.
31440         * icall.c ("System.Reflection.Assembly::MonoDebugger_GetMethodToken"):
31441         New interncall for the debugger.
31443 2003-02-18  Dietmar Maurer  <dietmar@ximian.com>
31445         * class.c (mono_class_setup_vtable): allocate supertype array
31447 2003-02-18  Martin Baulig  <martin@ximian.com>
31449         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Added `has_this'.
31451 2003-02-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31453         * reflection.c:
31454         (assembly_name_to_aname): jump over unknown properties (i've found
31455         something like: 'type, assembly, version=xxx, custom=null, public...',
31456         so now will ignore custom=null and still get the rest of the values).
31458 2003-02-17  Dick Porter  <dick@ximian.com>
31460         * threads.c: Have Thread.Start() wait for a semaphore to signal
31461         that the thread has set up all its local data.  This fixes bug
31462         34323, where Abort() raced the new thread's TLS data.
31464         Also removes the handle_store() call from start_wrapper, because
31465         threads are now always created suspended and there is no longer a
31466         race between the parent and child threads to store the info.
31468 Mon Feb 17 13:13:31 CET 2003 Paolo Molaro <lupus@ximian.com>
31470         * image.c: explain the #- heap issue in a message, hopefully
31471         avoiding FAQs on mono-list.
31473 2003-02-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31475         * icall.c:
31476         (GetEntryAssembly): if the domain has not invoked
31477         AppDomain.ExecuteAssembly yet, return the assembly of the default
31478         AppDomain.
31480 2003-02-16  Zoltan Varga  <vargaz@freemail.hu>
31482         * class.c (mono_ldtoken): make it work in dynamic assemblies.
31484 Sun Feb 16 13:10:06 CET 2003 Paolo Molaro <lupus@ximian.com>
31486         * metadata.c, reflection.c: simple speedup to type hash
31487         and equals code.
31489 Sat Feb 15 15:15:03 CET 2003 Paolo Molaro <lupus@ximian.com>
31491         * image.c, image.h, class.c, assembly.c: move module loading
31492         to MonoImage. When loading metadata, consider alignemnet from
31493         the start of metadata, not from the metadata address in memory.
31495 2003-02-13  Zoltan Varga  <vargaz@freemail.hu>
31497         * reflection.c (mono_reflection_get_custom_attrs): Added support for 
31498         AssemblyBuilder objects. Factored out custom attribute creation into
31499         a separate function.
31500         (create_custom_attr): new function to create custom attributes.
31502 2003-02-12  Miguel de Icaza  <miguel@ximian.com>
31504         * Makefile.am: Got tired of typing the full pathname to pedump.
31505         Until there is another option, am installing this.
31507 2003-02-12  Dietmar Maurer  <dietmar@ximian.com>
31509         * class.c (class_compute_field_layout): always set field->parent 
31510         (mono_ldtoken): use mono_defaults.fieldhandle_class;
31512 2003-02-11  Dick Porter  <dick@ximian.com>
31514         * threads-types.h:
31515         * monitor.c: Rewrote Monitor, making lock much faster and
31516         Pulse/Wait work as specified.  Also uses much fewer handles, and only
31517         creates them as needed.
31519         * exception.c: Added SynchronizationLockException
31521         * threads.c: Deleted old Monitor implementation.  The new one is
31522         in a new file.
31524 Mon Feb 10 17:54:10 CET 2003 Paolo Molaro <lupus@ximian.com>
31526         * class.c: handled TypedReference type code. Set the correct size for
31527         class data. Setup interface_offsets for interface classes, too.
31529 2003-02-09  Martin Baulig  <martin@ximian.com>
31531         * debug-mono-symfile.h: Reflect latest symbol writer changes.
31533 Sun Feb 9 18:37:01 CET 2003 Paolo Molaro <lupus@ximian.com>
31535         * loader.c: implemented MEMBERREF_PARENT_TYPEDEF.
31536         * metadata.c, reflection.c: missing MONO_TYPE_TYPEDBYREF handling.
31537         * object.c: fixed mono_object_get_virtual_method () for interfaces.
31538         * verify.c: check for code that runs after the end of the method.
31540 2003-02-08  Pedro Mart?nez Juli?  <yoros@wanadoo.es>
31542         * icall.c: Added "System.Math::Floor", "System.Math::Round" and
31543         "System.Math::Round2".
31544         * sysmath.h: Added Floor, Round and Round2 definitions.
31545         * sysmath.c: Modified certain functions that were not 100% compliant
31546         with MS.NET (math precision) and added the implementation of Floor,
31547         Round and Round2.
31549 2003-02-07  Martin Baulig  <martin@ximian.com>
31551         * debug-mono-symfile.c (mono_debug_symfile_add_method): Ignore interncalls.
31553 2003-02-07  Martin Baulig  <martin@ximian.com>
31555         * debug-mono-symfile.c: Reflected latest symwriter changes.
31556         (mono_debug_create_mono_symbol_file): Removed.
31557         (mono_debug_open_mono_symbol_file): Take an argument which
31558         specifies whether to create a dynamic symbol file.
31560 2003-02-07  Dietmar Maurer  <dietmar@ximian.com>
31562         * class.c (mono_class_from_mono_type): added MONO_TYPE_TYPEDBYREF
31564 2003-02-05  Martin Baulig  <martin@ximian.com>
31566         * reflection.c (mono_image_build_metadata): Make this public,
31567         protect it against being called multiple times, don't create
31568         resources and don't build the compressed metadata here.
31569         (mono_image_create_pefile): Do this here.
31571         * icall.c
31572         ("System.Reflection.Emit.AssemblyBuilder::build_metadata"): Added.
31574 2003-02-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31576         * socket-io.c: fixed bug #36322.
31578 2003-02-06  Piers Haken <piersh@friskit.com>
31580         * appdomain.[ch]:
31581         * class.h:
31582         * debug-mono-symfile.c:
31583         * icall.c:
31584         * loader.c:
31585         * mono-config.c:
31586         * monosn.c:
31587         * reflection.c:
31588         * socket-io.c: warning cleanups
31590 2003-02-06  Dietmar Maurer  <dietmar@ximian.com>
31592         * marshal.c (mono_marshal_get_remoting_invoke_with_check): new
31593         function. works like remoting invoke, but does a check for the Proxy first.
31595 2003-02-05  Miguel de Icaza  <miguel@ximian.com>
31597         * appdomain.c (ves_icall_System_AppDomain_InternalUnload): Make it compiler.
31599 2003-02-05  Dietmar Maurer  <dietmar@ximian.com>
31601         * marshal.c (mono_marshal_get_native_wrapper): only allocate an
31602         array of pointers.
31603         (mono_marshal_get_ldfld_wrapper): only generate necessary ldfld wrappers.
31604         (mono_marshal_get_stfld_wrapper): only generate necessary stfld wrappers.
31606         * object.c (mono_store_remote_field_new): used by the new jit
31607         instead of mono_store_remote_field
31608         (mono_load_remote_field_new): used by the new jit
31609         instead of mono_load_remote_field
31611 2003-02-05  Patrik Torstensson
31613         * appdomain.c: changed unload to take the domain id instead
31614         of domain
31615         
31616         * icall.c: changed icall for AppDomain.Unload to AppDomain.InternalUnload
31619 2003-02-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31621         * appdomain.c: don't look for assemblies in ApplicationBase if
31622         PrivateBinPathProbe is set.
31624 2003-02-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31626         * object.c: make the first argument in main_args contain the absolute
31627         path to the assembly. Fixes bug #37511.
31629 2003-02-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31631         * icall.c: get correct UTC offset for countries not using daylight
31632         time saving. Fixes bug #30030.
31634 2003-02-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31636         * socket-io.c: support AF_UNIX and use the same layout as MS (bytes 0
31637         and 1 are the family).
31639 2003-02-04  Dietmar Maurer  <dietmar@ximian.com>
31641         * icall.c (ves_icall_InternalExecute): removed wrong assertion
31643         * marshal.c (mono_marshal_get_remoting_invoke): generate valid IL
31645 2003-02-04  Zoltan Varga  <vargaz@freemail.hu>
31647         * reflection.c: added support for SignatureHelper tokens, which is
31648         needed by the Calli opcode.
31650         * reflection.h: track changes to SignatureHelper class.
31652         * metadata.c (mono_metadata_parse_signature): handle dynamic tokens.
31654 2003-02-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31656         * appdomain.c: fixed loading assemblies from PrivateBinPath.
31658 2003-02-03  Patrik Torstensson
31659         * appdomain.[c|h], domain.c : 
31660          - Added support for getting a domain via domain id
31661          - Support for setting and getting domain from System.AppDomain 
31662            (used in cross appdomain channel)
31663          - Added support for get/set for a MonoAppContext on a thread 
31664            (Context class in System.Runtime.Remoting.Contexts),
31665          - Removed hack in Get/SetData and ExecuteAssembly.
31666         
31667         * icall.c : renamed GetTransparantProxy to InternalGetTransparantProxy to allow
31668         the managed world to get control when a proxy is created.
31670         * icall.c (ves_icall_InternalExecute) : bug fix, must return empty array
31671         
31672 2003-02-03  Miguel de Icaza  <miguel@ximian.com>
31674         * icall.c
31675         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies):
31676         Populate the codebase field as well.
31678 2003-02-02  Martin Baulig  <martin@ximian.com>
31680         * debug-mono-symfile.c
31681         (MonoSymbolFileMethodAddress): Added `wrapper_address' field.
31682         (mono_debug_symfile_add_method): Allow interncalls.
31684 2003-01-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31686         * icall.c: throw parse exception if strtod fails or the string is empty.
31688 Fri Jan 31 16:09:48 CET 2003 Paolo Molaro <lupus@ximian.com>
31690         * marshal.c: handle object type separately from defined
31691         class types.
31693 Fri Jan 31 16:01:20 CET 2003 Paolo Molaro <lupus@ximian.com>
31695         * marshal.c: handle NATIVE_LPSTR for strings when it's
31696         explicitly specified.
31698 Fri Jan 31 11:51:43 CET 2003 Paolo Molaro <lupus@ximian.com>
31700         * reflection.c, reflection.h, icall.c: setup the reflection
31701         handle cache for ModuleBuilders and AssemblyBuilders.
31703 2003-01-30  Dietmar Maurer  <dietmar@ximian.com>
31705         * reflection.c (reflection_methodbuilder_to_mono_method): set
31706         pinvoke flag
31708 2003-01-30  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31710         * icall.c: implemented ves_icall_MonoMethod_get_base_definition.
31712 2003-01-29  Dick Porter  <dick@ximian.com>
31714         * threads.c: No need for the fake_thread kludge now that Thread
31715         doesn't run a class constructor
31716         
31717 2003-01-29  Dick Porter  <dick@ximian.com>
31719         * threads.c: Use g_direct_hash instead of the rather bogus
31720         g_int_hash
31722 2003-01-29  Dietmar Maurer  <dietmar@ximian.com>
31724         * marshal.c (mono_marshal_get_native_wrapper): add check for null
31725         (fix pinvoke12.exe)
31726         (mono_marshal_get_struct_to_ptr): generate valid IL code
31727         (mono_marshal_get_ptr_to_struct): generate valid IL code
31728         (*): correctly set sig->pinvoke, we need to memdup the signature
31729         to do that
31731 Tue Jan 28 22:57:57 CET 2003 Paolo Molaro <lupus@ximian.com>
31733         * marshal.c, marshal.h: use larger integers in mono_mb_emit_add_to_local()
31734         to avoid overflows (bug spotted and fixed by Jerome Laban <jlaban@wanadoo.fr>).
31736 Tue Jan 28 18:55:19 CET 2003 Paolo Molaro <lupus@ximian.com>
31738         * profiler.c: provide more callers information.
31740 2003-01-28  Dietmar Maurer  <dietmar@ximian.com>
31742         * marshal.c (mono_marshal_get_managed_wrapper): generate valid IL code
31744         * appdomain.h:added fix from Patrik: _MonoAppDomain is a MBR object
31746         * marshal.c (mono_marshal_get_native_wrapper): generate valid IL code
31748 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
31750         * icall.c: (ves_icall_System_CurrentTimeZone_GetTimeZoneData): raise an
31751         exception instead of going into an infinite loop on dates which it 
31752         can't yet handle.
31754         * string-icalls.c (ves_icall_System_String_get_Chars): raise 
31755         out-of-range exception if needed.
31757         * class.c (mono_class_setup_vtable): allow a virtual method to provide
31758         an implementation for an interface method and to override an inherited
31759         method at the same time. 
31760         Imagine a scenario when a virtual method is used to override a
31761         virtual abstract method in a parent class, and this same method 
31762         provides an implementation for an method inherited from an interface. 
31763         In this case, the interface resolution code will set im->slot, which 
31764         means that the virtual method override pass will skip this method 
31765         which means a pointer to the abstract method inherited from the parent
31766         will remain in the vtable of this non-abstract class.
31768         * class.c: (mono_class_setup_vtable): continue search for a real 
31769         method if only an abstract method is found.     
31771 Mon Jan 27 17:12:19 CET 2003 Paolo Molaro <lupus@ximian.com>
31773         * reflection.c: add size to encoding for ByValStr and ByValArray
31774         marshal blob (from "Jerome Laban" <jlaban@wanadoo.fr>).
31776 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
31778         * class.c (mono_class_setup_vtable): pass the override info as an
31779         argument.
31781         * class.c (mono_class_setup_vtable): set the slot of overriding methods
31782         correctly.
31783         
31784         * reflection.c (ensure_runtime_vtable); add support for method 
31785         overrides.
31786         
31787 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
31789         * reflection.c (resolution_scope_from_image): Hack to work to work with
31790         dynamic assemblies.
31792         * reflection.c (mono_image_typedef_or_ref): renamed to ..._aux and 
31793         added a 'force_ref' argument to force this function to allways return 
31794         a TypeRef. This is needed by mono_image_get_memberref_token ().
31795         
31796 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
31798         * reflection.c (mono_image_get_type_info): interfaces really don't have
31799         a parent.
31801         * reflection.c (mono_image_basic_init): fill out missing fields of
31802         image structure.
31804         * reflection.c (mono_image_basic_init): Invoke assembly load hooks for 
31805         dynamic assemblies. This is required so dynamic assemblies show up in
31806         AppDomain.GetAssemblies (), emit an AssembyLoadEvent, gets searched by
31807         Type::GetType() etc. This is consistent with MS behaviour.
31809         * image.c image.h reflection.c: add newly created classes to the name 
31810         cache so mono_class_get () will find them.      
31812 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
31814         First part of changes to get IKVM.NET running under mono.
31815         
31816         * appdomain.h, appdomain.c: added new function 
31817         mono_domain_try_type_resolve() which will emit TypeResolve events. 
31818         This function will call AppDomain::DoTypeResolve to do the actual work.
31820         * class.h, class.c, loader.c, object.c, reflection.h, reflection.c: 
31821         moved existing code dealing with dynamic tokens to a new function 
31822         called mono_reflection_lookup_dynamic_token (). This function will 
31823         raise TypeResolve events when appropriate. Since reflection.c is not 
31824         part of libmetadata, a new hook function called 
31825         mono_lookup_dynamic_token() is added to class.c which will call this.
31827         * assembly.h assembly.c: make the invoke_load_hook function public,
31828         so it can be called for dynamic assemblies.
31830         * icall.c (ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_RunClassConstructor): skip interfaces since they do not have initializers.
31832         * icall.c (ves_icall_type_from_name): emit a TypeResolve event if the 
31833         type isn't found.
31835         * reflection.c reflection.h: change MonoDynamicAssembly.tokens to a 
31836         MonoGHashTable, since it contains pointers to objects which the GC 
31837         needs to track.
31839         * assembly.c (search_loaded): remove unused variable.
31840         
31841 Mon Jan 27 12:18:45 CET 2003 Paolo Molaro <lupus@ximian.com>
31843         * object.c: fixed issue exposed by gcc-generated IL programs
31844         that use RVA data for pointers.
31846 2003-01-25  Martin Baulig  <martin@ximian.com>
31848         * threads.c (start_wrapper): Moved the initialization of
31849         `start_func' above the mono_new_thread_init() call to which we
31850         pass it as argument.
31852 2003-01-24  Martin Baulig  <martin@ximian.com>
31854         * threads.h (MonoThreadCallbacks): Pass the thread ID instead of
31855         the MonoThread pointer.
31857 2003-01-21  Miguel de Icaza  <miguel@ximian.com>
31859         * icall.c: Rename `PowImpl' to Pow.
31861 2003-01-23  Dick Porter  <dick@ximian.com>
31863         * threads.c (start_wrapper): Create a Thread object if needed, so
31864         the Main() thread can do the class initialisation in a subthread
31865         that has been set up to allow managed code execution.
31867         Pass the thread ID instead of the MonoThread pointer to the thread
31868         start and attach callbacks.  This change is required, because the
31869         jit thread start callback must be called _before_ the Thread
31870         object can be created.
31871         
31872         (mono_thread_init): Removed much object creation code that is no
31873         longer needed.  No managed code is called from here now.
31875         * object.c (mono_runtime_exec_managed_code): Create a subthread
31876         for Main, and call back to the runtime to use it.
31877         Set the exit code when Main exits.
31879         * gc.c: Make sure domain finalisation happens in a subthread.
31880         Re-enable threaded GC, fixing bug 31333 (again).
31882         * environment.c: System.Environment internall calls (so far just
31883         ExitCode is here, the others are still in icall.c)
31885         * appdomain.c (mono_runtime_cleanup): All threads running managed
31886         code should have finished before mono_runtime_cleanup() is
31887         reached, so no need to clean up threads.
31889 2003-01-22  Martin Baulig  <martin@ximian.com>
31891         * appdomain.h (MonoThreadStartCB): Added `MonoThread *thread' and
31892         `gpointer func' arguments.      
31893         (MonoThreadAttachCB): New typedef; like the old MonoThreadStartCB,
31894         but added `MonoThread *thread' argument.
31895         (mono_runtime_init): The last argument is now a MonoThreadAttachCB.
31897         * threads.c (mono_new_thread_init): Added `gpointer func' argument
31898         and pass it to the mono_thread_start_cb callback.
31899         (mono_install_thread_callbacks): New public function to install a
31900         set of callbacks which are set by the debugger.
31901         (mono_thread_init): The last argument is now a MonoThreadAttachCB.
31903 2003-01-22  Martin Baulig  <martin@ximian.com>
31905         * Makefile.am: Install debug-mono-symfile.h.
31907 2003-01-21  Aleksey Demakov <avd@openlinksw.com>
31909         * marshal.c: fixed copy_from_managed and copy_to_unmanaged for 0 length.
31911 2003-01-21  Dietmar Maurer  <dietmar@ximian.com>
31913         * added the following fix from Jackson Harper <jackson@latitudegeo.com>
31914         * class.c (mono_ptr_class_get): correctly set access levels of pointers
31915         (mono_array_class_get): correctly set access levels of arrays
31917 2003-01-20      Patrik Torstensson
31918         * image.h (MonoAssemblyName): changed major, minor, build, revision
31919         from signed to unsigned.
31921 2003-01-20  sean kasun <skasun@azstarnet.com>
31923         * reflection.c (load_cattr_value): Now this handles
31924         MONO_TYPE_SZARRAY.  Fixes bug #35629
31926 2003-01-20  Miguel de Icaza  <miguel@ximian.com>
31928         * marshal.c (emit_struct_conv): Handle MONO_TYPE_PTR as an
31929         integer value
31931 2003-01-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31933         * decimal.c: fixed bug #26056.
31935 2003-01-17  Martin Baulig  <martin@ximian.com>
31937         * gc.c: Raise an ExecutionEngineException instead of using g_error().
31939 2003-01-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31941         * exception.[ch]:
31942         (mono_get_exception_type_initialization): new function.
31944         * object.c: throw a TypeInitializationException when an exception is
31945         thrown invoking the class constructor.
31947 2003-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31949         * reflection.c: fixed attribute reading.
31951 2003-01-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31953         * icall.c:
31954         (ves_icall_type_from_name): make it work as MS. Ie, if no assembly name
31955         provided, look for the type in the calling assembly and then in
31956         mscorlib; if the assembly name is provided, only try that one.
31958 Tue Jan 14 14:52:52 CET 2003 Paolo Molaro <lupus@ximian.com>
31960         * object.c: register the vtable before there is a chance it's
31961         queried again recursively.
31963 2003-01-13  Duncan Mak  <duncan@ximian.com>
31965         * Makefile.am (libmonoruntime_la_SOURCES): Change gc.h to
31966         gc-internal.h. 
31967         
31968 2003-01-12  Patrik Torstensson <totte@race-x-change.com>
31970         * string-icall.[c|h], icall.c: Added support for CompareOrdinal mode
31972 2003-01-11  Martin Baulig  <martin@ximian.com>
31974         * debug-mono-symfile.h (MONO_SYMBOL_FILE_DYNAMIC_VERSION): Incremented
31975         this to 20 for the release.
31977 2003-01-10  Dietmar Maurer  <dietmar@ximian.com>
31979         * marshal.c (emit_struct_conv): added support for EXPLICIT_LAYOUT
31981         * loader.c (mono_method_get_marshal_info): bug fix
31983         * marshal.c (mono_marshal_get_ptr_to_struct): don't convert
31984         structures with explicit layout
31986 Fri Jan 10 15:58:09 CET 2003 Paolo Molaro <lupus@ximian.com>
31988         * profiler.c: made the output more readable (and sorted). 
31989         Added caller information for the allocation profiler.
31991 2003-01-09  Sebastien Pouliot  <spouliot@videotron.ca>
31993         * icall.c, rand.c, rand.h: Prepended RNG functions with Internal.
31995 2003-01-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31997         * icall.c: added ves_icall_System_Activator_CreateInstanceInternal. Used
31998         to get value types.
31999         
32000 Thu Jan 9 19:43:11 CET 2003 Paolo Molaro <lupus@ximian.com>
32002         * object.c, profiler.h, profiler.c, profiler-private.h:
32003         Added object allocation profiler.
32005 Thu Jan 9 16:17:00 CET 2003 Paolo Molaro <lupus@ximian.com>
32007         * reflection.h, reflection.c: handle global methods.
32008         Compress blob entries.
32010 Thu Jan 9 15:54:53 CET 2003 Paolo Molaro <lupus@ximian.com>
32012         * marshal.c: fix compilation.
32014 2003-01-09  Dietmar Maurer  <dietmar@ximian.com>
32016         * loader.c (mono_method_get_marshal_info): impl.
32018         * metadata.c (mono_metadata_field_info): use mono_metadata_get_marshal_info
32020 2003-01-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32022         * icall.c: applied fix from Zoltan Varga that fixes Type.IsPrimitive
32023         for reference types.
32025 Wed Jan 8 20:11:46 CET 2003 Paolo Molaro <lupus@ximian.com>
32027         * loader.c: fixed off by one error in loaded parameter names.
32029 2003-01-08  Dietmar Maurer  <dietmar@ximian.com>
32031         * marshal.c (mono_marshal_get_icall_wrapper): like
32032         mono_marshal_get_native_wrapper, but simpler and use a MonoMethodSignature
32033         instead of a MonoMethod.
32035 2003-01-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32037         * decimal.c: fixed bug #36537.
32039 Mon Jan 6 19:37:59 CET 2003 Paolo Molaro <lupus@ximian.com>
32041         * marshal.c: throw a missing method exception if a
32042         P/Invoke method is not found.
32044 Sun Jan 5 11:57:09 CET 2003 Paolo Molaro <lupus@ximian.com>
32046         * icall.c: allow a null this for constructors.
32048 Sat Jan 4 18:28:42 CET 2003 Paolo Molaro <lupus@ximian.com>
32050         * icall.c: raise the proper exceptions if the arguments to the
32051         internal Invoke are incorrect.
32053 2003-01-03  Dietmar Maurer  <dietmar@ximian.com>
32055         * marshal.c (mono_marshal_get_ptr_to_struct): code cleanups
32057 2003-01-03  Martin Baulig  <martin@ximian.com>
32059         * debug-mono-symfile.h: Increment MONO_SYMBOL_FILE_DYNAMIC_VERSION.
32061 2002-12-31  Martin Baulig  <martin@ximian.com>
32063         * debug-mono-symfile.c: Completely rewrote the type section.
32064         Instead of using individual malloc()ed fields, we use one big
32065         continuous memory area and offsets into this area.
32066         See the comments in the source code for details.
32068 2002-12-30  Martin Baulig  <martin@ximian.com>
32070         * debug-mono-symfile.h (MonoDebugTypeInfo): Renamed to MonoDebugClassInfo.
32072 2002-12-30  Martin Baulig  <martin@ximian.com>
32074         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Include the
32075         line number table in this data blob instead of using an external
32076         pointer.
32078 2002-12-28  Martin Baulig  <martin@ximian.com>
32080         * debug-mono-symfile.h: Increment MONO_SYMBOL_FILE_DYNAMIC_VERSION.
32082 2002-12-22  Rachel Hestilow  <hestilow@ximian.com>
32084         * marshal.c (mono_marshal_get_runtime_invoke): Support MONO_TYPE_CHAR
32085         as a boxed return type.
32087 2002-12-21  Miguel de Icaza  <miguel@ximian.com>
32089         * appdomain.c
32090         (ves_icall_System_AppDomainSetup_InitAppDomainSetup): Use
32091         g_build_filename to properly get separators on the filename created.
32093         * object.h: Small change, introduce MonoMarshalByRefObject to
32094         track the layout of that structure in the C# universe as we make
32095         changes there.
32097 Thu Dec 19 16:23:19 CET 2002 Paolo Molaro <lupus@ximian.com>
32099         * object.c: removed assert to allow static fields on interfaces.
32100         * loader.c: a TypeSpec may be used for any type, not just arrays.
32102 Thu Dec 19 14:19:42 CET 2002 Paolo Molaro <lupus@ximian.com>
32104         * class.c, class.h: added mono_class_array_element_size ().
32105         Ignore static methods in interfaces.
32107 2002-12-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32109         * threads.c: fixed the build under cygwin.
32111 Wed Dec 18 18:43:47 CET 2002 Paolo Molaro <lupus@ximian.com>
32113         * reflection.c: handle nullref constants. Allocate keys for
32114         reflection handles with the GC.
32116 Wed Dec 18 11:34:18 CET 2002 Paolo Molaro <lupus@ximian.com>
32118         * threads.c, threads.h: added mono_thread_get_abort_signal()
32119         to get a suitable signal for thread abort.
32121 Wed Dec 18 11:26:18 CET 2002 Paolo Molaro <lupus@ximian.com>
32123         * metadata.c: fix handling of ExportedType table.
32125 2002-12-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32127         * icall.c: added WriteWindowsDebugString internal call.
32129 2002-12-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32131         * reflection.h: added fields to match C# implementation.
32133 2002-12-14  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32135         * icall.c: patch from Jaroslaw Kowalski to fix Environment.MachineName.
32137 2002-12-12  Juli Mallett  <jmallett@FreeBSD.org>
32139         * gc.h, gc-internal.h: Rename header for GC internal calls to
32140         gc-internal.h from gc.h as to not clash with Boehm GC having its
32141         header installed as <gc.h> in outside include paths.
32142         * appdomain.c, gc.c, icall.c, object.c: Account for aforementioned.
32143         * threads.c: If SIGRTMIN is not defined, fall back to SIGUSR1.
32145 2002-12-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32147         * icall.c: assign minor, build and revision in FillName.
32149 2002-12-11  Zoltan Varga  <vargaz@freemail.hu>
32151         * image.h reflection.h reflection.c class.h class.c loader.c object.c:
32152         Added support for running code generated by Reflection.Emit.
32154 2002-12-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32156         * appdomain.c: check for NULL argument in LoadFrom.
32158 2002-12-10  Dick Porter  <dick@ximian.com>
32160         * threads.c: WaitHandle fixes from Tum <tum@veridicus.com>
32162 2002-12-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32164         * appdomain.c: fix buglet when building exe file name.  Handle full
32165         assembly name (needed after latest changes to AssemblyName).
32166         * image.c:
32167         (mono_image_close): free some hashtables.
32169 2002-12-05  Dietmar Maurer  <dietmar@ximian.com>
32171         * threads.c (ves_icall_System_Threading_Thread_Abort): we use SIGRTMIN 
32172         instead of SIGUSR1, because SIGUSR1 is used by the pthread implementation 
32173         on some systems (redhat 7.3) 
32175 Thu Dec 5 16:13:40 CET 2002 Paolo Molaro <lupus@ximian.com>
32177         * threads.c: delete the critical section of a sync block,
32178         spotted and fixed by tum@veridicus.com (Thong (Tum) Nguyen).
32180 Thu Dec 5 12:52:52 CET 2002 Paolo Molaro <lupus@ximian.com>
32182         * pedump.c, cil-coff.h, monosn.c: add strong name cli header flag.
32184 2002-12-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32186         * appdomain.[ch]: handle the assembly preload event to try loading the
32187         assemblies using the paths we have in the current domain.
32189         * assembly.[ch]: created an assembly preload hook that is called to try
32190         loading the assembly by other means that the ones provided here.
32192         * domain.c: initialize the domain search path.
32194         From now on, assemblies (TODO: except corlib and System) are loaded
32195         according to these rules when using mono_assembly_load ():
32197                 1. It tries to load the assembly from the ApplicationBase
32198                 of the current domain appending .dll and .exe (TODO: have to
32199                 try loading from name/name.dll and name/name.exe).
32201                 2. It tries the search path specified in PrivateBinPath for the
32202                 current domain (if any).
32204                 3. Previous behavior.
32206 Wed Dec 4 16:02:25 CET 2002 Paolo Molaro <lupus@ximian.com>
32208         * icall.c: implemented GetInterfaceMap() related icall.
32209         * domain.c, loader.h: load MethodInfo in mono_defaults.
32211 Wed Dec 4 11:02:30 CET 2002 Paolo Molaro <lupus@ximian.com>
32213         * gc.c: disable the finalizer thread for now, untill all the issues
32214         with it are resolved.
32216 Wed Dec 4 10:44:01 CET 2002 Paolo Molaro <lupus@ximian.com>
32218         * string-icalls.c: handle embedded nulls in string ctor when the
32219         length is specified.
32221 Tue Dec 3 19:29:20 CET 2002 Paolo Molaro <lupus@ximian.com>
32223         * class.c: look for explicit interface implementation in parent
32224         classes, too.
32226 2002-12-03  Dietmar Maurer  <dietmar@ximian.com>
32228         * gc.c (run_finalize): dont run the finalizer (strange behaviour on rh7.3) 
32230 Tue Dec 3 12:40:06 CET 2002 Paolo Molaro <lupus@ximian.com>
32232         * gc.c: protect handles with a critical section.
32234 2002-12-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32236         * icall.c:
32237         (ves_icall_type_from_name): it now has throwOnError and ignoreCase
32238         parameters. If no assembly specified, try getting the type from all
32239         the assemblies in the current domain, else, load the assembly and get
32240         the type from it.
32242 2002-11-30  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32244         * marshal.c: applied patch from Aleksey Demakov that fixes
32245         ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringUni.
32247 2002-11-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32249         * icall.c: fixed get_location.
32251 2002-11-28  Dietmar Maurer  <dietmar@ximian.com>
32253         * icall.c: moved MONO_ARCH_SAVE_REGS to the end of the
32254         declarations to make it work with older gcc. 
32256         * loader.c (mono_get_method): set signature->pinvoke for native calls
32258 2002-11-20  Dick Porter  <dick@ximian.com>
32260         * threads.c (mono_thread_init): Set the main thread's handle
32262 Tue Nov 19 14:15:34 CET 2002 Paolo Molaro <lupus@ximian.com>
32264         * gc.c: allow compilation without GC support. Changed to match the
32265         mono coding style.
32267 Mon Nov 18 18:41:51 CET 2002 Paolo Molaro <lupus@ximian.com>
32269         * gc.c: don't start the finalizer thread if the env var GC_DONT_GC is set.
32271 Mon Nov 18 16:35:22 CET 2002 Paolo Molaro <lupus@ximian.com>
32273         * reflection.c: set a public key token on the core assemblies.
32275 2002-11-18  Dick Porter  <dick@ximian.com>
32277         * threads.c: Split out some thread initialisation so that other
32278         files can set the start callback function.
32280         * gc.c: Run finalisers in a separate thread, to avoid stack
32281         overflow.  Fixes bug 31333.
32283         * appdomain.c: Set up GC finalisation thread.
32285         * reflection.c: 
32286         * object.c: 
32287         * domain.c: Use gc.h macros for GC_malloc
32288         
32289 2002-11-15  Dick Porter  <dick@ximian.com>
32291         * threadpool.c: 
32292         * threads.c:
32293         * appdomain.c: Removed mono_runtime_init_with_attach(),
32294         mono_thread_create_arg(), and mono_thread_init_with_attach(), by
32295         merging the extra parameter with the existing function.  Removed
32296         unneeded code in mono_thread_attach().
32298 2002-11-14  Dietmar Maurer  <dietmar@ximian.com>
32300         * image.c (mono_image_loaded_by_guid): a method to get loaded
32301         images by guid. 
32302         (load_metadata_ptrs): we store the guid as string.
32304 2002-11-11  Dietmar Maurer  <dietmar@ximian.com>
32306         * assembly.c (mono_assembly_open): check the guid of aot compiled lib.
32308         * metadata.c (mono_guid_to_string): imported method form Zoltan
32309         Varga (slightly modified)
32311         * assembly.c (mono_assembly_open): load precompiled code
32313         * loader.h (MonoMethod): we store the method token for use in the
32314         aot compiler. 
32316 2002-11-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32318         * appdomain.c: insert the loaded assemblies in the domain->assemblies in
32319         the hook function called when an assembly is loaded.
32320         
32321         * domain.c: Modified file.
32322         (mono_domain_assembly_load): removed hash table insertion of assemblies.
32324         Fixes bug #33196.
32326 2002-11-07  Miguel de Icaza  <miguel@ximian.com>
32328         * reflection.c: Map PEFileKind to the value expected by the WinNT
32329         image loader. 
32331 2002-11-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32333         * rand.c: use /dev/urandom. If it fails to open, use the previous one.
32334         Read until the buffer is filled completely.
32336 2002-11-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32338         * icall.c: implemented MonoType.InternalGetEvent ().
32340 2002-11-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32342         * appdomain.c: implemented InitAppDomainSetup. Delayed
32343         AppDomain.SetupInformation until mono_runtime_exec_main, where we get
32344         the entry_assembly.
32346         * assembly.c: base_dir is now an absolute path ending with
32347         G_DIR_SEPARATOR.
32349         * icall.c: modified get_location according to the above changes.
32351         * object.c: init AppDomain.SetupInformation for the default domain after
32352         we have the entry assembly.
32354         * domain.c: when unloading a domain, setup = NULL.
32356 2002-11-04  Dietmar Maurer  <dietmar@ximian.com>
32358         * marshal.c (emit_ptr_to_str_conv): try to fix bug 29548
32360 Sun Nov 3 15:39:28 CET 2002 Paolo Molaro <lupus@ximian.com>
32362         * object.h, object.c: introduced mono_object_get_virtual_method ()
32363         to lookup the method invoked on an object when a callvirt is done on
32364         a method.
32365         * icall.c: make MethodInfo::Invoke() always do a virtual call.
32367 2002-11-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32369         * appdomain.c: invoke AssemblyLoad and AsemblyResolve events in the
32370         current domain when loaded an assembly and failed to load it.
32372         * icall.c: changed ...Assembly_GetType to Assembly_InternalGetType.
32374 2002-10-31  Dick Porter  <dick@ximian.com>
32376         * icall.c: 
32377         * file-io.h: 
32378         * file-io.c: Return the error status in a parameter, as the
32379         GetLastError() value has long since been blown away if we try and
32380         look it up in a subsequent internal call invocation.  Delete the
32381         GetLastError() internal call, because it's useless.
32383 2002-10-31  Dietmar Maurer  <dietmar@ximian.com>
32385         * class.[ch]: added cast_class to fix bug 29517
32387 Wed Oct 30 19:37:32 CET 2002 Paolo Molaro <lupus@ximian.com>
32389         * marshal.c: create valid IL code in the filter clause:
32390         the new JIT is less forgiving:-)
32392 2002-10-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32394         * icall.c: removed get_property internal call.
32396 2002-10-25  Zoltan Varga  <vargaz@freemail.hu>
32398         * appdomain.h domain.c: Added an ID to appdomains.
32399         
32400         * threads.c threads.h icall.c: Implement icall
32401         Thread:GetDomainID(), and remove unused icall 
32402         CurrentThreadDomain_internal.
32404 2002-10-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32406         * icall.c: Don't recurse through the base types in GetConstructor.
32407         Fixes bug #32063. 
32409 Thu Oct 24 16:56:00 CEST 2002 Paolo Molaro <lupus@ximian.com>
32411         * mempool.h, mempool.c: added mono_mempool_empty() and
32412         mono_mempool_stats().
32414 2002-10-23  Dick Porter  <dick@ximian.com>
32416         * file-io.c: 
32417         * file-io.h: 
32418         * icall.c: Added MonoIO.GetFileType internal call
32420 2002-10-17  Dick Porter  <dick@ximian.com>
32422         * appdomain.c (mono_runtime_cleanup): Don't signal the async
32423         delegate semaphore before waiting for all threads to finish,
32424         because new threads can also call async delegates.  Fixes bug
32425         32004.
32427         * threadpool.c (async_invoke_thread): Only wait for 500ms instead
32428         of 3 seconds, in case another async job is queued.  (This part is
32429         needed because the bug fix reintroduced the 3s exit lag.)  This
32430         makes the mono_runtime_shutdown flag superfluous.
32432 Thu Oct 17 13:11:39 CEST 2002 Paolo Molaro <lupus@ximian.com>
32434         * reflection.c: include ehader size in method section headers.
32435         Really check for suplicated modules entries.
32437 2002-10-17  Martin Baulig  <martin@gnome.org>
32439         * debug-mono-symfile.c: Added back support for locals.
32441 2002-10-14  Martin Baulig  <martin@gnome.org>
32443         * debug-mono-symfile.c: Added MONO_TYPE_I, MONO_TYPE_U and
32444         MONO_TYPE_VOID.
32446 2002-10-14  Martin Baulig  <martin@gnome.org>
32448         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetType): Use
32449         mono_class_get() instead of looking in the class cache. 
32451 2002-10-13  Martin Baulig  <martin@gnome.org>
32453         * debug-mono-symfile.c: Set version number to 28, include the
32454         signature in method names.
32456 2002-10-13  Martin Baulig  <martin@gnome.org>
32458         * debug-mono-symfile.h: Set version number to 27.
32460 2002-10-11  Martin Baulig  <martin@gnome.org>
32462         * gc.c: Don't register/unregister NULL pointers as disappearing links.
32464 Thu Oct 10 14:56:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
32466         * metadata.c, metadata.h: added helper function to allocate signatures.
32468 2002-10-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32470         * icall.c: added internal call to get the location of machine.config.
32472 2002-10-08  Martin Baulig  <martin@gnome.org>
32474         * debug-mono-symfile.c: Ignore classes with a pending init for the
32475         moment.
32477 2002-10-03  Dick Porter  <dick@ximian.com>
32479         * threads.c: Freebsd pthread_t is a pointer
32481 2002-10-03  Dick Porter  <dick@ximian.com>
32483         * socket-io.c: Implemented GetHostName_internal
32485 2002-10-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32487         * mono-config.c:
32488         (mono_config_parse_file): don't leak the text.
32490 2002-10-02  Martin Baulig  <martin@gnome.org>
32492         * debug-mono-symfile.c: Added support for methods.
32494 2002-10-01  Martin Baulig  <martin@gnome.org>
32496         * debug-mono-symfile.c: Don't emit methods and line numbers for
32497         the dynamic symbol file, just write the type table.  We can easily
32498         have an external helper program which creates a symbol file for an
32499         IL file.        
32501 2002-10-01  Dick Porter  <dick@ximian.com>
32503         * threads.c (ves_icall_System_Threading_Thread_Start_internal):
32504         Only add the handle to the cleanup array when we're about to
32505         launch the thread.  Bug 31425 deadlocked when the test was run on
32506         mono under w32.
32508 2002-10-01  Martin Baulig  <martin@gnome.org>
32510         * debug-mono-symfile.c: Added support for properties.
32512 Fri Sep 27 18:55:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
32514         * reflection.c: unaligned store fix from Mark Crichton
32515         <crichton@gimp.org>.
32517 2002-09-27  Martin Baulig  <martin@gnome.org>
32519         * icall.c ("System.Reflection.Assembly::GetReferencedAssemblies"):
32520         New interncall.
32522 Fri Sep 27 15:38:31 CEST 2002 Paolo Molaro <lupus@ximian.com>
32524         * assembly.h, assembly.c: use a sane API to hook into the assembly
32525         loading process instead of a useless special-purpouse hack
32526         (ngen needs a hook, too, for example).
32528 2002-09-27  Dick Porter  <dick@ximian.com>
32530         * threads.c (mono_thread_init): Call GetCurrentProcess() so
32531         io-layer can set up some process handle info.  Not needed on w32,
32532         but doesn't hurt either.
32534         * process.c: Pass the program name in the second parameter to
32535         CreateProcess, so the path is searched.  Include the working
32536         directory. Implemented process name, process enumeration, and some
32537         process detail internal calls.
32538         
32539         * icall.c: Added internal calls for process lookup, and some
32540         process details
32542 2002-09-26  Martin Baulig  <martin@gnome.org>
32544         * assembly.c (mono_install_open_assembly_hook): New global
32545         function to install a function to be invoked each time a new
32546         assembly is loaded.
32547         (mono_assembly_open): Run this callback function if set.
32549         * debug-mono-symfile.c: Put back line numbers for the dynamic
32550         symbol file and also record the .il file as source file.  This
32551         allows us to install the temporary symbol file as `file.dbg' just
32552         like a compiler-generated one.
32554 2002-09-26  Nick Zigarovich <nick@chemlab.org>
32556         * Corrected typo in gc.c (BOHEM vs BOEHM).
32558 2002-09-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32560         * icall.c: fixed bug #31235 by copying a few lines from GetMethods to
32561         GetProperties. Also avoid calling g_slist_length in GetProperties and
32562         GetMethods.
32564 Wed Sep 25 22:18:03 CEST 2002 Paolo Molaro <lupus@ximian.com>
32566         * reflection.c: avoid unaligned stores (bug spotted by
32567         Mark Crichton  <crichton@gimp.org>).
32569 2002-09-25  Martin Baulig  <martin@gnome.org>
32571         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Use pointers
32572         instead of guint64 for addresses and added prologue/epilogue info.
32574 2002-09-25  Martin Baulig  <martin@gnome.org>
32576         * debug-mono-symfile.h (MonoDebugLineNumberEntry): New type to
32577         store line number info.  For the dynamic symbol file, we only need
32578         to provide the JIT generated dynamic line number info for the dynamic
32579         symbol file.
32581 2002-09-25  Martin Baulig  <martin@gnome.org>
32583         * debug-mono-symfile.h: Incremented version number.
32585 2002-09-24  Martin Baulig  <martin@gnome.org>
32587         * class.c (mono_debugger_class_init_func): New global function
32588         pointer variable.
32589         (mono_class_init): If mono_debugger_class_init_func is non-NULL,
32590         call it.
32592         * debug-mono-symfile.c (mono_debug_symfile_add_type): New
32593         function.  This is called via the mono_debugger_class_init_func
32594         hook to add all types to the dynamic type table.
32595         (ves_icall_MonoDebugger_GetType): New interncall to get a class
32596         from its metadata token.
32598         * icall.c ("System.Reflection.Assembly::MonoDebugger_GetType"):
32599         New interncall for the debugger.
32601 2002-09-24  Nick Drochak <ndrochak@gol.com>
32603         * icall.c (ves_icall_System_Enum_ToObject): validate the type parameter
32604         before using it in case it is null.
32605         
32606 Tue Sep 24 13:24:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
32608         * metadata.c: allow custom modifiers in local var signatures
32609         (bug spotted by Zoltan Varga).
32611 Tue Sep 24 12:12:16 CEST 2002 Paolo Molaro <lupus@ximian.com>
32613         * class.c: deal with the <Module> class that may have a NULL vtable.
32614         Eliminate warnings.
32616 Tue Sep 24 11:28:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
32618         * image.c, image.h: more strong name helpers.
32619         * monosn.c: more work: convert pem keys to cryptoapi format.
32621 Tue Sep 24 11:27:38 CEST 2002 Paolo Molaro <lupus@ximian.com>
32623         * string-icalls.c: speedup IndexOf.
32625 Tue Sep 24 11:17:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
32627         * icall.c: updates from Zoltan.2.Varga@nokia.com.
32629 Tue Sep 24 11:09:17 CEST 2002 Paolo Molaro <lupus@ximian.com>
32631         * icall.c: cleanup: use mono_object_domain ().
32633 2002-09-23  Martin Baulig  <martin@gnome.org>
32635         * debug-mono-symfile.c: Improved type support.
32637 2002-09-22  Martin Baulig  <martin@gnome.org>
32639         * debug-mono-symfile.c: Added support for reference types and strings.
32641 2002-09-22  Martin Baulig  <martin@gnome.org>
32643         * debug-mono-symfile.c: Started to work on the type table.
32645 2002-09-21  Martin Baulig  <martin@gnome.org>
32647         * debug-mono-symfile.c: Largely reworked the symbol table format.
32648         The symbol table is now incrementally updated each time a new
32649         method is added.  We're now also using our own magic and version
32650         so that you don't need to recompile all your classes if the
32651         dynamic table changes.
32652         (mono_debug_update_mono_symbol_file): Removed.
32653         (mono_debug_symfile_add_method): New function to add a method.
32655 2002-09-21  Martin Baulig  <martin@gnome.org>
32657         * icall.c
32658         ("System.Reflection.Assembly::MonoDebugger_GetLocalTypeFromSignature"):
32659         New interncall.
32661         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetLocalTypeFromSignature):
32662         New interncall to get a method from its metadata token.
32664 2002-09-21  Martin Baulig  <martin@gnome.org>
32666         * debug-mono-symfile.c: Create type table.
32668 2002-09-20  Martin Baulig  <martin@gnome.org>
32670         * debug-mono-symfile.c: Reflect latest Mono.CSharp.Debugger changes.
32672 2002-09-20  Martin Baulig  <martin@gnome.org>
32674         * debug-mono-symfile.c: Provide information about params and locals.
32676 2002-09-20  Martin Baulig  <martin@gnome.org>
32678         * icall.c ("System.Reflection.Assembly::MonoDebugger_GetMethod"):
32679         New interncall.
32681         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetMethod): New
32682         interncall to get a method from its metadata token.
32684 2002-09-20  Martin Baulig  <martin@gnome.org>
32686         * debug-mono-symfile.c: Added a few checks for method->header
32687         being non-NULL.  This should never happen, but for the moment
32688         let's use a g_warning() rather than a g_assert().
32690 2002-09-19  Mark Crichton  <crichton@gimp.org>
32692         * gc.c: ves_icall_System_GCHandle_FreeHandle made a call to libgc
32693         even if support for it isn't present.  Added an #ifdef to fix this.
32695         * socket-io.c: Added checks back for Solaris support.
32697 2002-09-19  Martin Baulig  <martin@gnome.org>
32699         * debug-mono-symfile.c (read_string, write_string): Reflect latest
32700         changes in the symbol file format.
32702 2002-09-18  Martin Baulig  <martin@gnome.org>
32704         * debug-mono-symfile.c: Set version number to 21.
32706 2002-09-18  Dick Porter  <dick@ximian.com>
32708         * threads.c (mon_new): Use the GC_MALLOC macro to hide differences
32709         on netbsd.  Fixes bug 30051.
32711 2002-09-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32713         * reflection.c:
32714         (set_version_from_string): little fix.
32716 Mon Sep 16 18:57:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
32718         * monosn.c, Makefile.am: added strong name utility.
32719         * reflection.h, reflection.c: implemented delayed signing,
32720         locale, version and hash id assembly attributes.
32722 Mon Sep 16 18:51:47 CEST 2002 Paolo Molaro <lupus@ximian.com>
32724         * loader.c, metadata.c: load param attributes in signatures.
32726 2002-09-16  Martin Baulig  <martin@gnome.org>
32728         * debug-mono-symfile.c: Added string table with all method names.
32730 2002-09-14  Martin Baulig  <martin@gnome.org>
32732         * debug-mono-symfile.h (MonoSymbolFile): Added method range table for
32733         fast method lookup.
32735 Fri Sep 13 16:04:54 CEST 2002 Paolo Molaro <lupus@ximian.com>
32737         * reflection.c: record the public key token of referenced assemblies.
32739 Fri Sep 13 15:41:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
32741         * image.c, image.h: added functions to get the strong name and the
32742         public key of an assembly.
32743         * pedump.c: use them.
32745 2002-09-12  Dietmar Maurer  <dietmar@ximian.com>
32747         * marshal.c (emit_str_to_ptr_conv): support marshalling of delegates.
32749 2002-09-12  Miguel de Icaza  <miguel@ximian.com>
32751         * marshal.c (mono_marshal_get_managed_wrapper): Added
32752         MONO_TYPE_BOOLEAN 
32754 2002-09-11  Martin Baulig  <martin@gnome.org>
32756         * gc.c: Call GC_unregister_disappearing_link() on all links when
32757         finalizing them, this is necessary to aviod a crash in boehm's
32758         finalize handler.
32760 Wed Sep 11 17:06:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
32762         * gc.c: handle GetTarget for finalized objects spotted and fixed by
32763         nick@chemlab.org.
32765 Wed Sep 11 15:27:20 CEST 2002 Paolo Molaro <lupus@ximian.com>
32767         * icall.c: implemented MonoType::Module.
32768         * reflection.c, reflection.h: mono_module_get_object () from
32769         Tomi Pakarinen <tomi.pakarinen@welho.com>.
32771 Wed Sep 11 12:53:28 CEST 2002 Paolo Molaro <lupus@ximian.com>
32773         * icall.c: ignore overridden methods in GetMethods ().
32774         Fix for FieldInfo::SetValue().
32775         * object.c: handle float/double in runtime invoke.
32777 Tue Sep 10 15:51:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
32779         * object.c: allow a constructor to be called again on an object.
32781 Tue Sep 10 11:58:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
32783         * class.h, class.c: move field layout code to it's own function and
32784         export it. Get an interface id earlier. Move fields in MonoClass
32785         so they are more cache friendly and align the bitfields.
32786         * loader.c: temporary handle get_param_names() for a runtime method.
32787         * reflection.c, reflection.h: more code to handle runtime creation of
32788         types.
32790 2002-09-09  Martin Baulig  <martin@gnome.org>
32792         * marshal.c (mono_marshal_get_native_wrapper): We need to use a special
32793         signature with the pinvoke field being set for the actual call.
32795 Sat Sep 7 10:12:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
32797         * icall.c: removed some unused icalls. Start of map of glib charsets
32798         to corlib names. Implemented RuntimeMethod::GetFunctionPointer ().
32800 Fri Sep 6 16:08:44 CEST 2002 Paolo Molaro <lupus@ximian.com>
32802         * debug-helpers.c: break infinite loop (found and fixed by
32803         Holger Arnold <harnold@gmx.de>).
32805 Thu Sep 5 18:50:54 CEST 2002 Paolo Molaro <lupus@ximian.com>
32807         * icall.c: target may be null in create_delegate.
32809 Thu Sep 5 17:42:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
32811         * marshal.c: handle a boolean return type.
32813 Thu Sep 5 13:09:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
32815         * gc.c: put HIDE_POINTER/REVEAL_POINTER only here.
32817 Wed Sep 4 19:23:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
32819         * gc.c: fix weakreferences.
32821 Wed Sep 4 13:59:50 CEST 2002 Paolo Molaro <lupus@ximian.com>
32823         * icall.c: added icall to get default codepage.
32825 2002-09-03  Dick Porter  <dick@ximian.com>
32827         * threads.h: 
32828         * threads.c: Use MonoThread instead of MonoObject where
32829         apropriate.
32831         Store running thread objects in a hash table, so that we have all
32832         the info to hand when waiting for them to finish
32833         (means we don't need OpenThread() any more, so mingw builds should
32834         be fully functional again.)
32836         * verify.c:
32837         * object.h: Added thread ID to MonoThread
32839 2002-09-03  Martin Baulig  <martin@gnome.org>
32841         * icall.c (System.Reflection.Assembly::get_location): New interncall.
32843 2002-09-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32845         * icall.c: fixed leak in get_temp_path. Thanks lupus.
32847 2002-09-03  Martin Baulig  <martin@gnome.org>
32849         * debug-helpers.c (mono_disasm_code_one): Added `const guchar **endp'
32850         argument to store the end address of the disassembled instruction.
32852         * debug-mono-symfile.h (MonoDebugMethodInfo, MonoDebugVarInfo): Moved
32853         here from debug-symfile.h.
32854         (MonoDebugMethodJitInfo): Moved all fields which are filled out by the
32855         JIT into this struct.
32856         (MonoSymbolFile): Added `char *image_file' field.
32857         (MonoDebugGetMethodFunc): Removed.
32858         (mono_debug_update_mono_symbol_file): Removed the hash table argument.
32859         (mono_debug_create_mono_symbol_file): Removed the `source_file' argument.
32860         (mono_debug_find_method): New method.
32862         * debug-mono-symfile.c (mono_debug_create_mono_symbol_file): Always
32863         create a full symbol file.
32864         (mono_debug_update_mono_symbol_file): Don't distinguish between dynamic
32865         and static symbol files.
32866         (mono_debug_find_method): The symbol file keeps an internal method hash,
32867         call this to get a MonoDebugMethodInfo from a MonoMethod.
32869         * debug-symfile.[ch]: Removed.
32871 2002-08-29  Miguel de Icaza  <miguel@ximian.com>
32873         * image.c (do_mono_image_open): Remove linker version check.
32875 2002-08-29  Dietmar Maurer  <dietmar@ximian.com>
32877         * marshal.c (mono_marshal_get_managed_wrapper): don't cache
32878         wrappers for instance methods.
32879         
32880 2002-08-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32882         * icall.c: added ves_icall_System_IO_Path_get_temp_path.
32884 2002-08-28  Dick Porter  <dick@ximian.com>
32886         * Makefile.am: Export HOST_CC for w32 builds
32888 Tue Aug 27 18:34:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
32890         * file-io.c process.c: MonoString are null terminated, no
32891         need for mono_string_to_utf16() anymore.
32893 Tue Aug 27 17:51:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
32895         * icall.c, unicode.h, unicode.c: removed unused iconv stuff.
32897 Tue Aug 27 16:38:58 CEST 2002 Paolo Molaro <lupus@ximian.com>
32899         * icall.c, reflection.h: speedup System.MonoType.
32901 Tue Aug 27 16:37:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
32903         * reflection.c: allow null as the value of a string argument in
32904         custom attributes constructors.
32906 2002-08-27  Martin Baulig  <martin@gnome.org>
32908         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Removed the
32909         `trampoline_address' field.
32911 2002-08-27  Dietmar Maurer  <dietmar@ximian.com>
32913         * marshal.c (mono_marshal_get_native_wrapper): removed wrong null
32914         check (fixes bug #29486) 
32916 2002-08-27  Martin Baulig  <martin@gnome.org>
32918         * debug-mono-symfile.c: Changed the file format in a way that allows us
32919         open it read-only and to use a specially malloced area for all the
32920         dynamic data.  We can now also generate a symbol file on-the-fly if we're
32921         debugging IL code and there is no MCS generated symbol file for it.
32923 Mon Aug 26 16:47:37 CEST 2002 Paolo Molaro <lupus@ximian.com>
32925         * object.c: added a define for a good string and array
32926         creation speedup (not enabled by default because we need to deal with
32927         the synch stuff).
32929 2002-08-26  Martin Baulig  <martin@gnome.org>
32931         * debug-mono-symfile.c (mono_debug_create_mono_symbol_file): New
32932         function to create a dynamic symbol file.  This is used by the
32933         debugger to create a symbol file for IL code on-the-fly.
32935 2002-08-26  Martin Baulig  <martin@gnome.org>
32937         * loader.c (mono_lookup_pinvoke_call): Include the error message
32938         from g_module_error() in the error message.
32940 2002-08-24  Martin Baulig  <martin@gnome.org>
32942         * debug-mono-symfile.c (mono_debug_update_mono_symbol_file): New
32943         function to update the symbol file.  The symbol file is mmap()ed
32944         writable, but private.  This allows us to install the symbol file
32945         together with the assembly.
32947 2002-08-24  Martin Baulig  <martin@gnome.org>
32949         * debug-mono-symfile.[ch]: New files.  Similar to debug-symfile.[ch]
32950         but they can read the new symbol file format which mcs is now creating.
32952         * debug-symfile.c (mono_debug_find_source_location): Moved to
32953         debug-mono-symfile.c; this is now operating on the new symbol file.
32955 2002-08-23  Martin Baulig  <martin@gnome.org>
32957         * debug-helpers.c (mono_method_desc_from_method): New function to get
32958         a MonoMethodDesc from a MonoMethod.
32960 Fri Aug 23 15:54:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
32962         * object.c: fixes assertion failure caused by multiple ExecuteAssembly
32963         calls for same domain (patch by Tomi Pakarinen <Tomi.Pakarinen@iki.fi>).
32965 Fri Aug 23 12:14:45 CEST 2002 Paolo Molaro <lupus@ximian.com>
32967         * string-icalls.[ch]: make helper methods static.
32969 2002-08-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32971         * icall.c: re-applied patch to GetValueInternal. Also added R4 and R8
32972         types to it and to SetValueInternal.
32974         * object.c: Moved handle_enum label to its proper place. This was the
32975         f... bug! ;-)
32977         This time i compiled mcs and gtk-sharp and they both work.
32979 2002-08-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32981         * icall.c: reverted partially my previous patch until 
32982         object.c:set_value handles enums correcly.
32984 2002-08-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32986         * icall.c:
32987         (ves_icall_MonoField_GetValue): changed to use mono_field_get_value.
32988         (ves_icall_System_Environment_get_MachineName): removed warning when
32989         compiling under cygwin.
32991 Thu Aug 22 18:49:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
32993         * object.c: fixed field_get_value() for reference types.
32995 2002-08-22  Dick Porter  <dick@ximian.com>
32997         * socket-io.c (ves_icall_System_Net_Sockets_Socket_RecvFrom_internal):
32998         Don't free a buffer while it's still needed.  Patch from Jonathan
32999         Liger <Jonathan.liger@wanadoo.fr>
33001 2002-08-21  Miguel de Icaza  <miguel@ximian.com>
33003         * icall.c (ves_icall_System_Environment_get_Platform): Add new
33004         internal call.
33006 2002-08-21  Dietmar Maurer  <dietmar@ximian.com>
33008         * icall.c (ves_icall_get_method_info): s/MonoMethod/MonoReflectionMethod/
33009         (ves_icall_get_parameter_info): s/MonoMethod/MonoReflectionMethod/
33011         * marshal.c (mono_marshal_get_remoting_invoke): save lmf, because
33012         we call unmanaged code which throws exceptions.
33014 Wed Aug 21 12:56:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
33016         * appdomain.h: added per-domain entry_assembly.
33017         * appdomain.c: ensure mono_runtime_exec_main () gets non-null
33018         arguments.
33019         * icall.c: Assembly::GetEntryAssembly icall.
33020         * object.c: set domain->entry_assembly in mono_runtime_exec_main().
33021         Changes above from a patch by Tomi Pakarinen <tomi.pakarinen@welho.com>.
33023 Tue Aug 20 15:42:15 CEST 2002 Paolo Molaro <lupus@ximian.com>
33025         * appdomain.h, gc.c: added mono_domain_finalize ().
33027 2002-08-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33029         * object.c:
33030         (mono_print_unhandled_exception): changed g_warning by g_printerr
33031         because g_log has a 1024 characters limit (yeah, i got a big stack
33032         trace). Don't print exception name, that should be in ToString 
33033         returned string.
33035 2002-08-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33037         * icall.c: added ves_icall_FieldInfo_SetValueInternal.
33038         * object.c: added missing MONO_TYPE_ARRAY in mono_runtime_invoke_array.
33040 2002-08-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33042         * object.c:
33043         (mono_print_unhandled_exception): after previous commit, i realized
33044         that MS calls ToString on the exception. I changed this function to
33045         do that. This way we get stack_trace for free.
33047 2002-08-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33049         * object.c:
33050         (mono_print_unhandled_exception): invoke Message property instead of
33051         getting 'message' field from Exception. Don't allocate memory for
33052         'trace' and 'message' if not needed.
33054 2002-08-18  Dick Porter  <dick@ximian.com>
33056         * unicode.c: Fix asserts to match Encoder.cs checks
33058 Fri Aug 16 21:42:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
33060         * marshal.c: fix unaligned store issue and a few wrong
33061         opcode argument types.
33063 2002-08-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33065         * icall.c: added GetUninitializedObjectInternal internal call.
33067 2002-08-16  Dietmar Maurer  <dietmar@ximian.com>
33069         * appdomain.c (mono_runtime_invoke_in_domain): transfer Exception
33070         to the right domain.
33072 2002-08-14  Dietmar Maurer  <dietmar@ximian.com>
33074         * marshal.c (mono_marshal_get_runtime_invoke): unbox value types
33076         * class.c (class_compute_field_layout): set blittable to false for Strings
33078         * appdomain.c (mono_domain_transfer_object): added support for ISerializable
33080 Wed Aug 14 17:26:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
33082         * appdomain.h, reflection.c, icall.c, object.c, reflection.h:
33083         first chunk of code to create types at runtime. Code to
33084         handle ReflectedType/DeclaringType. Make reflection handles
33085         domain specific.
33087 Wed Aug 14 17:24:21 CEST 2002 Paolo Molaro <lupus@ximian.com>
33089         * class.c: set correct name in arrays.
33091 2002-08-13  Dietmar Maurer  <dietmar@ximian.com>
33093         * appdomain.c (mono_domain_transfer_object): make it work with
33094         valuetypes. bug fixes.
33096 2002-08-12  Dick Porter  <dick@ximian.com>
33098         * object.h: Rename some parameters to avoid c++ keywords (Patch
33099         from Joseph Wenninger <kde@jowenn.at>)
33101 Thu Aug 8 13:04:18 CEST 2002 Paolo Molaro <lupus@ximian.com>
33103         * icall.c: added icall to implement Assembly.GetFile*.
33105 Thu Aug 8 10:18:17 CEST 2002 Paolo Molaro <lupus@ximian.com>
33107         * reflection.h, reflection.c: code to embed managed resources.
33109 Tue Aug 6 17:59:44 CEST 2002 Paolo Molaro <lupus@ximian.com>
33111         * class.c: move all the type size stuff into
33112         class_compute_field_layout().
33114 Tue Aug 6 11:20:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
33116         * class.c: ensure enums have always the correct instance size.
33117         * unicode.c: remove wrong assert.
33119 Mon Aug 5 19:30:04 CEST 2002 Paolo Molaro <lupus@ximian.com>
33121         * assembly.c: fix mem corruption issue.
33122         * image.h, image.c: added mono_image_get_resource () to access
33123         managed resources.
33124         * icall.c: implemented Assembly.EntryPoint property and some
33125         Managed Resources related internalcalls.
33128 Mon Aug 5 18:18:03 CEST 2002 Paolo Molaro <lupus@ximian.com>
33130         * image.c, image.h: impemented mono_image_get_entry_point ().
33131         * appdomain.c: use mono_image_get_entry_point.
33133 Mon Aug 5 13:08:15 CEST 2002 Paolo Molaro <lupus@ximian.com>
33135         * reflection.c: support the object type argument when loading
33136         custom attributes.
33138 2002-08-05  Dietmar Maurer  <dietmar@ximian.com>
33140         * marshal.c (mono_marshal_get_managed_wrapper): add suppport for
33141         String as return type.
33143 Fri Aug 2 21:15:42 CEST 2002 Paolo Molaro <lupus@ximian.com>
33145         * reflection.c: fix encoding of named args for custom attrs to match
33146         the ms implementation. Read them back when instantiating custom
33147         attributes.
33149 2002-08-02  Radek Doulik  <rodo@ximian.com>
33151         * marshal.c (mono_mb_add_data): convert ret value to LE, suggested
33152         by Dietmar as quick fix
33153         (mono_marshal_get_delegate_begin_invoke): use sig->param_count +
33154         16 as stack size, used on more places as quick fix before Dietmar
33155         will fix it properly
33157 Fri Aug 2 17:48:17 CEST 2002 Paolo Molaro <lupus@ximian.com>
33159         * object.h, object.c: added accessors for fields and properties.
33161 Fri Aug 2 17:45:15 CEST 2002 Paolo Molaro <lupus@ximian.com>
33163         * class.c, class.h: made mono_class_get_field_from_name ()
33164         loop on parent types.
33165         Added mono_class_get_property_from_name ().
33167 Fri Aug 2 11:40:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
33169         * class.c, class.h: move the code to setup the type vtable in its own
33170         function so that it can be reused also for types created at runtime.
33171         Eliminate the "class" identifier from the header file.
33172         * reflection.c: setup the vtable for enums so that we can create
33173         objects for use in SetConstant ().
33175 2002-08-02  Dietmar Maurer  <dietmar@ximian.com>
33177         * marshal.c (mono_delegate_to_ftnptr): pass delegate->target
33178         instead of the delegate itself as this pointer (bug #28383)
33180 2002-08-01  Dietmar Maurer  <dietmar@ximian.com>
33182         * marshal.c (mono_marshal_get_managed_wrapper): added return type
33183         conversions.
33185 Wed Jul 31 16:49:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
33187         * loader.c: don't set the pinvoke bit on icalls.
33189 2002-07-31  Dietmar Maurer  <dietmar@ximian.com>
33191         * debug-helpers.c (mono_method_full_name): only print a number to
33192         indicate wrapper type (so that the output is more readable in traces).
33194 2002-07-30  Dietmar Maurer  <dietmar@ximian.com>
33196         * class.c (mono_class_init): include method override patch from Paolo
33198 Tue Jul 30 15:20:08 CEST 2002 Paolo Molaro <lupus@ximian.com>
33200         * icall.c: fixed GetTypeCode().
33202 2002-07-29  Dietmar Maurer  <dietmar@ximian.com>
33204         * threads.c (ves_icall_System_Threading_Thread_Thread_internal):
33205         use real delegate invoke function to make it work with multicast
33206         delegates (fix bug# 28291).
33208 Fri Jul 26 11:58:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
33210         * object.c: load constant strings.
33212 Fri Jul 26 11:36:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
33214         * reflection.c: no magic numbers.
33215         * tabledefs.h: security action enum.
33217 Fri Jul 26 11:22:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
33219         * assembly.c: fix possible memory corruption.
33221 Thu Jul 25 13:58:38 CEST 2002 Paolo Molaro <lupus@ximian.com>
33223         * reflection.h, reflection.c: added support for linking resources.
33224         * verify.c: check we have an updated corlib.
33226 2002-07-25  Dietmar Maurer  <dietmar@ximian.com>
33228         * marshal.c (mono_marshal_get_native_wrapper): correctly marshal
33229         string arrays.
33230         (mono_marshal_string_array): null terminate unmanaged string arrays.
33231         (mono_marshal_get_managed_wrapper): print warning for arrays (not implemented)
33233 Wed Jul 24 13:32:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
33235         * icall.c: Type.GetType () can now return also types from the
33236         calling assembly.
33238 Wed Jul 24 13:04:05 CEST 2002 Paolo Molaro <lupus@ximian.com>
33240         * loader.h, loader.c: stack walking support.
33241         * icall.c: implemented GetCurrentMethod, GetExecutingAssembly,
33242         GetCallingAssembly.
33244 2002-07-24  Dietmar Maurer  <dietmar@ximian.com>
33246         * marshal.c: added optimisations for blittable types 
33248         * class.c (mono_array_class_get): do not set blittable attribute on arrays
33249         (mono_class_setup_mono_type): set blittable attribute for single
33250         and double.
33252         * marshal.c (mono_string_utf8_to_builder): impl.
33253         (mono_string_builder_to_utf8): impl.
33254         (mono_marshal_get_native_wrapper): impl. StringBuilder marshaling
33256 2002-07-23  Dietmar Maurer  <dietmar@ximian.com>
33258         * marshal.c (mono_marshal_get_native_wrapper): impl. byref types
33259         (mono_marshal_get_managed_wrapper): impl. byref types
33261 2002-07-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33263         * icall.c:
33264         (search_method): don't display debug message. 
33266 2002-07-22  Dietmar Maurer  <dietmar@ximian.com>
33268         * metadata.c (mono_type_stack_size): removed temporary fix for new gcc
33270 Mon Jul 22 18:17:05 CEST 2002 Paolo Molaro <lupus@ximian.com>
33272         * appdomain.c: set the missing filename when throwing exception.
33274 2002-07-22  Dietmar Maurer  <dietmar@ximian.com>
33276         * metadata.c (mono_type_size): code cleanup
33277         (mono_type_stack_size): removed some test code
33279 2002-07-21  Miguel de Icaza  <miguel@ximian.com>
33281         * appdomain.c (ves_icall_System_Reflection_Assembly_LoadFrom): Use
33282         mono_get_exception_file_not_found now.
33284         * exception.c (mono_exception_from_name_two_strings): New version
33285         that will call a constructor with two string arguments. 
33286         (mono_get_exception_file_not_found): New helper routine, used to
33287         report file-not-found errors.
33289 2002-07-20  Dick Porter  <dick@ximian.com>
33291         * process.h:
33292         * process.c: Pass file handles to CreateProcess
33293         
33294         * icall.c:
33295         * file-io.h:
33296         * file-io.c: Implemented CreatePipe
33298 2002-07-19  Dietmar Maurer  <dietmar@ximian.com>
33300         * metadata.c (mono_get_param_info): set alignment for value types
33302 Fri Jul 19 18:58:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
33304         * appdomain.h, domain.c, threads-types.h: don't include config.h in headers.
33305         Constify mono_domain_assembly_open().
33306         * loader.c: handle null namespace in icalls.
33308 2002-07-19  Dietmar Maurer  <dietmar@ximian.com>
33310         * marshal.c (emit_ptr_to_str_conv): marshal object as structs
33311         (emit_str_to_ptr_conv): marshal object as structs
33313         * metadata.c (mono_type_to_unmanaged): marshal object as structs
33315         * marshal.c (mono_marshal_get_runtime_invoke): support value types
33317 2002-07-18  Dietmar Maurer  <dietmar@ximian.com>
33319         * marshal.c (mono_marshal_get_runtime_invoke): use exception filters
33320         (mono_marshal_get_native_wrapper): we an now return value types
33322 Wed Jul 17 18:21:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
33324         * verify.c: more checks implemented.
33326 2002-07-17  Dietmar Maurer  <dietmar@ximian.com>
33328         * marshal.c (mono_delegate_to_ftnptr): invoke the right method
33329         (fix bug #27695)
33330         (mono_marshal_get_native_wrapper): allow byref arguments
33331         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringXXX):
33332         impl. PtrToStringXXX methods
33333         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStructure_type): impl.
33334         (ves_icall_System_Runtime_InteropServices_Marshal_OffsetOf): impl.
33335         (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalAnsi): impl.
33336         (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalUni): impl.
33337         (ves_icall_System_Runtime_InteropServices_Marshal_DestroyStructure): impl.
33339 Tue Jul 16 19:00:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
33341         * reflection.c: fix buglet in parsing an assembly name.
33343 2002-07-16  Dietmar Maurer  <dietmar@ximian.com>
33345         * marshal.c (emit_ptr_to_str_conv): first impl.
33347 Tue Jul 16 12:39:33 CEST 2002 Paolo Molaro <lupus@ximian.com>
33349         * object.c, class.h: cache the vtable in the class as suggested by
33350         vargaz@freemail.hu (Zoltan Varga).
33352 Tue Jul 16 11:27:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
33354         * class.h, loader.c: added mono_field_from_token().
33355         * verify.c: first cut of type checking code.
33357 2002-07-16  Dietmar Maurer  <dietmar@ximian.com>
33359         * marshal.c (mono_marshal_get_native_wrapper): support valuetypes
33361 2002-07-15  Dietmar Maurer  <dietmar@ximian.com>
33363         * marshal.c (mono_marshal_get_native_wrapper): handle enum types
33364         (fix bug #27782)
33365         (mono_marshal_get_remoting_invoke): impl.
33366         (mono_delegate_begin_invoke): impl.
33367         (mono_mb_emit_save_args): impl.
33368         (mono_delegate_end_invoke): impl.
33369         (mono_marshal_get_delegate_begin_invoke):
33370         (mono_marshal_get_delegate_end_invoke):
33371         (mono_marshal_get_delegate_invoke): generate a special name for
33372         those methods (including the signature) and associate them whith
33373         the delegate class. 
33375 2002-07-13  Gonzalo Paniagua Javier <gonzalo@gnome-db.org>
33377         * reflection.[ch]: 
33378         (mono_reflection_type_from_name): now it has a MonoImage parameter
33379         which is used as the default image to search the type in. If the image
33380         is NULL or getting the type from it fails, it defaults to corlib.
33382         * icall.c: changed 1 call to mono_reflection_type_from_name to match
33383         new parameter.
33385 Sat Jul 13 19:32:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
33387         * reflection.c: update the parameter table index.
33389 Sat Jul 13 17:34:23 CEST 2002 Paolo Molaro <lupus@ximian.com>
33391         * domain.c: don't include the mark byte in the string hash.
33393 Sat Jul 13 15:06:23 CEST 2002 Paolo Molaro <lupus@ximian.com>
33395         * icall.cs: icall for Type.GetTypeCode ().
33396         * verify: a couple of fixes and disabled local initialization checks.
33398 2002-07-12  Dietmar Maurer  <dietmar@ximian.com>
33400         * marshal.c: better debugging support (DEBUG_RUNTIME_CODE)
33402         * debug-helpers.c (mono_method_full_name): print the type of the
33403         runtime wrapper
33405         * metadata.c (mono_signature_hash): a hash function for signatures
33406         (mono_signature_hash): better hash algorithm
33408         * marshal.c (mono_marshal_get_delegate_invoke): cache methods by signature
33410         * debug-helpers.c (mono_method_full_name): this can now generate
33411         method names with signatures
33413         * marshal.c (mono_marshal_get_managed_wrapper): bug fix: unmanaged
33414         method dont have this pointers.
33416 Fri Jul 12 11:35:48 CEST 2002 Paolo Molaro <lupus@ximian.com>
33418         * reflection.c: fixup typebuilder tokens.
33419         * image.c: fix buglet.
33420         * marshal.h: remove whitespace.
33421         * metadata.h, metadata.c: reinstate code that was removed.
33422         * verify.c: handle catch directives and fix another couple of bugs.
33424 2002-07-11  Dietmar Maurer  <dietmar@ximian.com>
33426         * marshal.c (mono_marshal_get_native_wrapper): support BOOLEAN
33427         (mono_marshal_get_native_wrapper): make it comp. with the old code
33428         (mono_marshal_get_native_wrapper): support boolean
33429         (mono_marshal_get_managed_wrapper): support more types
33431 2002-06-25  Dietmar Maurer  <dietmar@ximian.com>
33433         * class.c (class_compute_field_layout): compute class->blittable attribute.
33435 2002-07-09  Dick Porter  <dick@ximian.com>
33437         * threads.c: Make the thread cleaning up cope with threads that
33438         call ExitThread()
33440 2002-07-08  Radek Doulik  <rodo@ximian.com>
33442         * reflection.c (method_encode_code): use non-translated values to
33443         compute finally_start, this fixes exception handling on ppc, yay!
33445         * decimal.h (struct signscale): fix endianess
33447 2002-07-07  Radek Doulik  <rodo@ximian.com>
33449         * reflection.c: swap box_val and not val
33451 Mon Jul 8 15:18:59 CEST 2002 Paolo Molaro <lupus@ximian.com>
33453         * reflection.c, reflection.h: handle full assembly info in type name.
33454         Handle Type arguments when loading custom attributes.
33455         * icall.c: updated to use new mono_reflection_type_from_name () method.
33457 2002-07-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33459         * loader.c:
33460         (method_from_memberref): also print assembly name when method not found.
33462 2002-07-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33464         * icall.c:
33465         (ves_icall_TypeGetProperties): fixed bug #27473. 
33467 2002-07-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33469         * reflection.c: display image name and token when cannot find the
33470         .ctor for an attribute.
33472 2002-07-05  Martin Baulig  <martin@gnome.org>
33474         * debug-symfile.c: Reflect latest MonoDwarfFileWriter changes.
33476 2002-07-04  Dick Porter  <dick@ximian.com>
33478         * threads.c (mono_thread_cleanup): Nasty kludge to get this to
33479         compile on mingw.  This will cause mingw builds to not wait for
33480         subthreads to terminate after the main thread does.  I've lodged a
33481         bug with the mingw developers for them to wrap OpenThread().
33483 2002-07-03  Dick Porter  <dick@ximian.com>
33485         * threads.c: Store thread IDs instead of handles, because
33486         GetCurrentThread() returns a pseudohandle and therefore stores
33487         useless values.  mono_thread_cleanup() continues checking the
33488         array of threads until it is empty, to cope with subthreads
33489         spawning new threads after the main thread has finished.
33491         * profiler.h:
33492         * profiler.c:
33493         * profiler-private.h: Pass the thread ID to thread profiler
33494         functions, instead of a handle
33496 Wed Jul 3 17:43:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
33498         * verify.c: fixes to make it more usable.
33499         * pedump.c: added --verify code to verify IL code in an assembly.
33501 Tue Jul 2 20:40:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
33503         * reflection.c: turn errors into warnings to allow compiling corlib.
33505 Tue Jul 2 19:33:20 CEST 2002 Paolo Molaro <lupus@ximian.com>
33507         * reflection.c: add special cases to compile corlib.
33509 Mon Jul 1 18:00:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
33511         * reflection.c: handle properties with only a set method.
33513 Mon Jul 1 17:11:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
33515         * opcodes.h: add enum with opcodes in opval order.
33517 2002-07-01  Dick Porter  <dick@ximian.com>
33518         
33519         * object.h:
33520         * object.c (mono_runtime_run_main): Removed unneeded argument
33522 2002-06-28  Martin Baulig  <martin@gnome.org>
33524         * debug-symfile.c: Reflect latest MonoDwarfFileWriter changes.
33526 2002-06-27  Dick Porter  <dick@ximian.com>
33528         * threads.c: Store the handle in both the parent thread and in the
33529         subthread, to minimise the time between starting a new thread and
33530         storing its ID.
33532 2002-06-26  Dick Porter  <dick@ximian.com>
33534         * appdomain.c (mono_runtime_cleanup): Close the socket library
33535         after all the threads have finished, not before
33537 2002-06-26  Martin Baulig  <martin@gnome.org>
33539         * debug-symfile.c (mono_debug_find_source_location): Added
33540         `guint32 *line_number' argument.  If it's not NULL, store the line number
33541         there and return the file name without the line number.
33543 2002-06-25  Dick Porter  <dick@ximian.com>
33545         * icall.c:
33546         * process.h:
33547         * process.c: Process forking and other support functions
33549 2002-06-25  Dick Porter  <dick@ximian.com>
33551         * image.c (do_mono_image_open): Set ref_count to 1, so that bad
33552         things dont happen when the image is closed.
33553         (mono_image_lookup_resource): Walk the resource section looking
33554         for a particular entry
33556         * cil-coff.h: PE resource section decoding
33558 2002-06-25  Dick Porter  <dick@ximian.com>
33559         
33560         * assembly.h:
33561         * assembly.c: 
33562         (mono_assembly_foreach): Accessor functions to walk the list of
33563         loaded assemblies
33564         (mono_assembly_set_main):
33565         (mono_assembly_get_main): Process methods need to know which
33566         assembly is the "main" one
33568         * object.c (mono_runtime_run_main): Record the main assembly
33570         * debug-helpers.c: Fix typo
33572 2002-06-24  Dietmar Maurer  <dietmar@ximian.com>
33574         * icall.c (ves_icall_System_Runtime_InteropServices_Marshal_copy_to_unmanaged): impl.
33575         (ves_icall_System_Runtime_InteropServices_Marshal_copy_from_unmanaged): impl.
33577 Sat Jun 22 11:37:25 CEST 2002 Paolo Molaro <lupus@ximian.com>
33579         * icall.c: fix off-by-one in Assembly.GetTypes() reported by bob@karr.ath.cx.
33581 2002-06-21  Miguel de Icaza  <miguel@ximian.com>
33583         * image.c (do_mono_image_open): Initialize reference count,
33584         otherwise we leak the MonoImage.
33586 Fri Jun 21 19:16:47 CEST 2002 Paolo Molaro <lupus@ximian.com>
33588         * reflection.c: small tweak to handle self-hosting.
33590 Thu Jun 20 23:28:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
33592         * reflection.c: fix type name parse code.
33594 Thu Jun 20 19:24:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
33596         * reflection.c: break out of the loop.
33597         * image.c: special case corlib.
33599 Thu Jun 20 16:43:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
33601         * reflection.c: add all the custom attrs at the end to ensure the
33602         ctors have been properly initialized when the attributes are defined
33603         in the current assembly.
33605 Thu Jun 20 13:46:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
33607         * reflection.c: handle correctly multiple-nested types.
33609 Thu Jun 20 11:49:00 CEST 2002 Paolo Molaro <lupus@ximian.com>
33611         * row-indexes.h: fix typos.
33612         * reflection.c: adjust for typos and fix method_def_or_ref
33613         encoding in MethodImpl table.
33615 Wed Jun 19 21:57:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
33617         * reflection.c: fix entry point patching (thanks Serge!).
33619 2002-06-18  Dietmar Maurer  <dietmar@ximian.com>
33621         * verify.c: add check for System.Exception
33623 Mon Jun 17 20:23:23 CEST 2002 Paolo Molaro <lupus@ximian.com>
33625         * image.c, class.c: minifix for code just c&p'ed.
33626         * reflection.c: warning fix.
33627         * object.h, loader.h, domain.c: load also StringBuilder.
33629 Mon Jun 17 17:29:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
33631         * marshal.h, marshal.c: some support code to handle complex marshaling.
33633 Mon Jun 17 16:32:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
33635         * class.h, class.c, reflection.c: handle ignorecase in GetType ().
33636         Better signatures with vtable error dump.
33638 Mon Jun 17 16:13:35 CEST 2002 Paolo Molaro <lupus@ximian.com>
33640         * reflection.c, reflection.h, icall.c: fixes for multiple-nested types.
33642 2002-06-17  Dietmar Maurer  <dietmar@ximian.com>
33644         * icall.c (ves_icall_Type_GetField): impl.
33646 Mon Jun 17 16:08:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
33648         * metadata.h, metadata.c: added mono_metadata_get_marshal_info()
33649         to retrieve a marshal description blob for a field or param.
33651 Mon Jun 17 14:57:03 CEST 2002 Paolo Molaro <lupus@ximian.com>
33653         * reflection.h, reflection.c: change order of nested type emission
33654         to avoid table corruption. The NestedTypes table is sorted.
33655         * icall.c: change order of GetConstructor results to workaround mcs bug.
33657 Fri Jun 14 16:24:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
33659         * reflection.h, reflection.c: handle field and param marshal
33660         information.
33662 Wed Jun 12 16:30:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
33664         * icall.c, marshal.c marshal.h: more Marshal class implementation.
33666 Tue Jun 11 17:29:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
33668         * reflection.c: fix call convention.
33670 Tue Jun 11 16:52:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
33672         * reflection.h, reflection.c: mono_image_get_memberref_token()
33673         takes a type instead of a class, now. Added
33674         mono_image_get_array_token() to create tokens for the special
33675         multi-dim array methods.
33677 Tue Jun 11 13:21:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
33679         * assembly.c: handle modules (no assembly table). Split
33680         loading references in its own function.
33681         * class.c: handle moduleref resolution scope.
33682         * image.c, image.h: cache module name in image.
33684 2002-06-07  Martin Baulig  <martin@gnome.org>
33686         * reflection.c (mono_image_get_type_info): Only add a class layout entry
33687         if we actually have a `tb->class_size' (ie. it's not UnspecifiedTypeSize).
33689 Fri Jun 7 22:07:25 CEST 2002 Paolo Molaro <lupus@ximian.com>
33691         * icall.c: more signature fixes that used uint instead of int.
33693 Fri Jun 7 20:41:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
33695         * reflection.c: fixed signature of field refs.
33697 Fri Jun 7 19:41:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
33699         * class.c, reflection.c: handle typerefs of nested types
33700         (both on read and when writing files).
33702 Fri Jun 7 17:46:50 CEST 2002 Paolo Molaro <lupus@ximian.com>
33704         * icall.c: fix method signatures that tried to workaround the previous
33705         typo, d'oh!
33707 Fri Jun 7 17:36:33 CEST 2002 Paolo Molaro <lupus@ximian.com>
33709         * debug-helpers.c: fix typo.
33711 Fri Jun 7 17:00:04 CEST 2002 Paolo Molaro <lupus@ximian.com>
33713         * cil-coff.h, icall.c, image.c, reflection.c, reflection.h:
33714         rewrote the PE/COFF writing code (our programs are understood by the
33715         ms runtime, now).
33717 Tue Jun 4 18:10:47 CEST 2002 Paolo Molaro <lupus@ximian.com>
33719         * gc.c, gc.h, icall.c: weakreference support.
33721 Tue Jun 4 16:06:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
33723         * Makefile.am, mono-config.c: use $(sysconfdir).
33725 Mon Jun 3 13:13:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
33727         * icall.c: changed default precision of Double.ToString() to 15.
33728         Fixed memory leak. Unified with Single.ToString.
33730 Sat Jun 1 14:26:45 CEST 2002 Paolo Molaro <lupus@ximian.com>
33732         * sysmath.c: workaround systems missing NAN and/or HUGE_VAL.
33734 Sat Jun 1 13:46:54 CEST 2002 Paolo Molaro <lupus@ximian.com>
33736         * pedump.c, appdomain.c, appdomain.h, assembly.c, domain.c,
33737         gc.c, icall.c, image.c, mono-config.c, reflection.c: killed
33738         warnings and compilation fixes from Dennis Haney (davh@davh.dk)
33739         and myself.
33741 Fri May 31 16:58:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
33743         * debug-symfile.c, sysmath.c: yet more compilation fixes.
33745 Fri May 31 16:35:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
33747         * reflection.c, socket-io.c: more compilation fixes.
33749 Fri May 31 15:58:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
33751         * appdomain.c, class.c, class.h, debug-symfile.c, decimal.c,
33752         domain.c, loader.c, object.c, object.h, reflection.c, string-icalls.h,
33753         unicode.c: warning and compiler compatibility fixes.
33755 Fri May 31 15:36:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
33757         * class.h, metadata.c: fixed warnings/compilation errors.
33759 Fri May 31 13:08:25 CEST 2002 Paolo Molaro <lupus@ximian.com>
33761         * Makefile.am, mono-config.c, mono-config.h: configuration file
33762         support routines.
33763         * loader.c, loader.h: make Dll mapping configurable at runtime in the
33764         config file. Export methods to insert and lookup mappings.
33766 Fri May 31 12:45:38 CEST 2002 Paolo Molaro <lupus@ximian.com>
33768         * reflection.c: handle types and boxed objects in custom attr
33769         constructors.
33771 2002-05-30  Martin Baulig  <martin@gnome.org>
33773         * debug-symfile.c
33774         (ves_icall_Debugger_MonoSymbolWriter_method_builder_from_token): Removed.
33776 Thu May 30 14:15:02 CEST 2002 Paolo Molaro <lupus@ximian.com>
33778         * metadata.c, metadata.h: added mono_metadata_implmap_from_method()
33779         to lookup the implmap row for a P/Invoke method.
33780         * loader.c: added mono_lookup_pinvoke_call(): we only lookup a
33781         P/Invoke method from the runtime on an as needed basis.
33783 2002-05-28  Dietmar Maurer  <dietmar@ximian.com>
33785         * metadata.c (mono_metadata_parse_signature): impl.
33787 Tue May 28 16:02:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
33789         * class.c: handle .pack directive.
33791 Tue May 28 11:04:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
33793         * object.c: initialize static fields with RVA data.
33795 2002-05-25  Martin Baulig  <martin@gnome.org>
33797         * debug-symfile.c
33798         (ves_icall_Debugger_DwarfFileWriter_get_type_token): Removed.
33800 2002-05-24  Martin Baulig  <martin@gnome.org>
33802         * debug-symfile.c
33803         (ves_icall_Debugger_MonoSymbolWriter_get_local_type_from_sig): Removed.
33804         (ves_icall_Debugger_MonoSymbolWriter_method_from_token): Renamed to
33805         `ves_icall_Debugger_MonoSymbolWriter_method_builder_from_token'.
33807 Thu May 23 18:44:37 CEST 2002 Paolo Molaro <lupus@ximian.com>
33809         * object.c: special case string ctros in invoke.
33810         * gc.c: silly whitespace changes.
33812 2002-05-23  Dietmar Maurer  <dietmar@ximian.com>
33814         * threadpool.[ch]: impl. a threadpool that can
33815         be used by mint and mono.
33817 2002-05-22  Martin Baulig  <martin@gnome.org>
33819         * debug-symfile.c (ves_icall_Debugger_MonoSymbolWriter_method_from_token):
33820         The first argument is now a `MonoReflectionModuleBuilder *', the return
33821         value is a `MonoReflectionModuleBuilder *'.  Use the AssemblyBuilder's
33822         `methods' field to get the method builder.  The `token' argument is the
33823         unfixed token.
33825         * unicode.c (iconv_get_length, iconv_convert): Silently ignore all
33826         invalid characters instead of g_assert_not_reached()ing.  This seems
33827         to be the behaviour of mscorlib.
33829 2002-05-22  Dietmar Maurer  <dietmar@ximian.com>
33831         * object.c (mono_runtime_invoke_array): applied patch from Rachel
33832         Hestilow to fix bug #25104
33834 2002-05-21  Martin Baulig  <martin@gnome.org>
33836         * debug-symfile.c (mono_debug_find_source_location): New function.
33837         Looks up an IL offset in the line number table and returns the source
33838         location as a string.
33840 2002-05-21  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33842         * icall.c:
33843         (mono_double_ToStringImpl): changed %f by %g until we have something
33844         better.
33846 2002-05-21  Nick Drochak  <ndrochak@gol.com>
33848         * icall.c : Use different name for Math.Pow's icall.  Needed to check
33849         parameters first in C#.
33851 Mon May 20 17:36:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
33853         * icall.c, reflection.h: added icall to get info about an event.
33855 2002-05-20  Radek Doulik  <rodo@ximian.com>
33857         * object.c (mono_value_box): don't use memcpy for boxing on BIG
33858         endian
33859         (mono_value_box): don't use memcpy for small sizes on
33860         architectures with unaligned access
33862 2002-05-20  Martin Baulig  <martin@gnome.org>
33864         * reflection.c (mono_reflection_setup_internal_class): Don't crash
33865         if `tb->parent == NULL'.
33866         (mono_reflection_create_internal_class): New function.  This is
33867         called from TypeBuilder.CreateType() and sets `klass->enum_basetype'
33868         for enum types.
33870         * icall.c ("System.Reflection.Emit.TypeBuilder::create_internal_class"):
33871         New interncall.
33873 2002-05-19  Martin Baulig  <martin@gnome.org>
33875         * unicode.c (ves_icall_iconv_get_bytes): Actually use the `charCount'
33876         argument to get the length, don't default to the array length.
33878 2002-05-18  Miguel de Icaza  <miguel@ximian.com>
33880         * assembly.c (mono_assembly_setrootdir): New function used to
33881         override the MONO_ASSEMBLIES directory.
33883 Fri May 17 20:39:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
33885         * icall.c: ValueType_GetHashCode() initialize local var.
33887 Thu May 16 17:20:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
33889         * reflection.c: sort custom attributes table.
33891 Thu May 16 16:08:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
33893         * reflection.c: support named args in custom attributes (write support).
33895 Thu May 16 13:04:59 CEST 2002 Paolo Molaro <lupus@ximian.com>
33897         * reflection.c: fix finally position calculation.
33899 2002-05-15  Radek Doulik  <rodo@ximian.com>
33901         * reflection.c: fixed endianess at many places
33903         * icall.c (ves_icall_InitializeArray): comment out debug msg
33905 2002-05-15  Dietmar Maurer  <dietmar@ximian.com>
33907         * object.c (mono_unhandled_exception): new function to handle
33908         unhandled exceptions.
33909         (mono_unhandled_exception): call the UnhandledException event.
33910         (mono_runtime_delegate_invoke): impl.
33912 Wed May 15 15:59:55 CEST 2002 Paolo Molaro <lupus@ximian.com>
33914         * metadata.h, metadata.c, class.c: mono_metadata_field_info ()
33915         returns the RVA, not the direct pointer to the data. Handle the case
33916         when the class size is fixed.
33918 Tue May 14 16:59:44 CEST 2002 Paolo Molaro <lupus@ximian.com>
33920         * reflection.c: fix some endianess issues.
33922 2002-05-14  Dietmar Maurer  <dietmar@ximian.com>
33924         * object.c (mono_runtime_invoke): is now able to catch exceptions.
33926         * threads.c (mono_thread_init): added a callback which is invoked
33927         at thread start.
33929 2002-05-14  Dan Lewis  <dihlewis@yahoo.co.uk>
33930         
33931         * icall.c: make GetHashCode return non-negative values.
33933 2002-05-14  Dan Lewis  <dihlewis@yahoo.co.uk>
33935         * object.c, icall.c, gc.c: revert to address-based hashcode.
33937 2002-05-13  Miguel de Icaza  <miguel@ximian.com>
33939         * icall.c (mono_double_ParseImpl): Added ParseImpl method.
33941 Mon May 13 16:40:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
33943         * icall.c, class.c: special case <Module>.
33945 2002-05-13  Dan Lewis  <dihlewis@yahoo.co.uk>
33947         * icall.c: fix bug in GetNow().
33949 2002-05-11  Dietmar Maurer  <dietmar@ximian.com>
33951         * object.c (mono_runtime_class_init): make sure that we call all
33952         static class constructors.
33954 Fri May 10 18:14:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
33956         * reflection.c: sort methodsemantics table.
33958 Fri May 10 16:31:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
33960         * reflection.h, reflection.c: honour init locals setting.
33962 Thu May 9 18:50:00 EDT 2002 Daniel Morgan <danmorg@sc.rr.com>
33964         * icall.c: copied Double ToStringImpl for Single ToStringImpl
33966 Wed May 8 12:28:28 CEST 2002 Paolo Molaro <lupus@ximian.com>
33968         * reflection.c: support ContructorBuilders in attribute blob creation.
33970 Wed May 8 12:06:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
33972         * reflection.c: some changes to build a binary that can be run
33973         directly in windows.
33975 Mon May 6 13:10:34 CEST 2002 Paolo Molaro <lupus@ximian.com>
33977         * loader.c: print a big message when an icall can't be found.
33979 2002-05-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33981         * string-icalls.c: fix bug 24248.
33983 Sat May 4 14:03:21 CEST 2002 Paolo Molaro <lupus@ximian.com>
33985         * appdomain.c, appdomain.h, assembly.c, assembly.h, image.h,
33986         icall.c, reflection.h: separate assembly loading by pathname and by
33987         assembly name. Use the MONO_PATH env var to search for assemblies.
33989 Thu May 2 17:56:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
33991         * assembly.c, image.h: add some support for assemblies
33992         with multiple modules.
33993         * class.c, class.h: export mono_class_from_typeref().
33994         * loader.c: remove duplicated code and use mono_class_from_typeref(),
33995         instead.
33997 Thu May 2 15:51:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
33999         * unicode.c: Char.IsNumber doesn't include hex digits as the ms
34000         documentation says (the ECMA one is correct).
34002 2002-05-02  Dick Porter  <dick@ximian.com>
34004         * threads.c: Use GC_debug_register_finalizer with GC_debug_malloc.
34005         Don't name the synchronisation mutex.
34007 2002-04-30  Jeffrey Stedfast  <fejj@ximian.com>
34009         * rand.c
34010         (ves_icall_System_Security_Cryptography_RNGCryptoServiceProvider_GetBytes):
34011         Make the prototypes match.
34012         (ves_icall_System_Security_Cryptography_RNGCryptoServiceProvider_GetNonZeroBytes):
34013         Same.
34015         * icall.c
34016         (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Fixed for
34017         systems that use 'timezone' rather than tm.tm_gmtoff. Also, not
34018         all systems have tm.tm_zone, so use strftime() with %Z to print
34019         the timezone abreviation into a temp string.
34021         * object.c (mono_ldstr): Fixed to use mono_string_chars() macro
34022         rather than mono_array_addr() on a MonoString on Big Endian
34023         machines.
34025 2002-04-30  Dietmar Maurer  <dietmar@ximian.com>
34027         * string-icalls.c (ves_icall_System_String_InternalReplace_Str):
34028         fix bug 24041
34030 2002-04-30  Dick Porter  <dick@ximian.com>
34032         * socket-io.c: Cope with SOCKET being an integer rather than a
34033         pointer now.
34035         * threads.c: Added Thread_free_internal, to deal with thread
34036         handle cleanup.  Moved calls to handle_store() and handle_remove()
34037         to start_wrapper(), so each can only be called once.  Allocate
34038         synchronisation blocks with GC_malloc(), and use GC finalisation
34039         to close the handles.
34041         * icall.c: added System.Threading.Thread::Thread_free_internal
34043 Mon Apr 29 15:33:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
34045         * icall.c: support Environment.Exit, CommandLineArgs().
34047 Mon Apr 29 15:15:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
34049         * object.c, object.h: added mono_runtime_run_main () and
34050         mono_runtime_get_main_args () for use in System.Environment.
34052 Mon Apr 29 13:45:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
34054         * gc.c: fix thinko, enable actual finalization since the jit is now
34055         fixed.
34057 Mon Apr 29 12:47:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
34059         * gc.c, object.c: take into account that an object may be offset wrt the address
34060         returned by GC_malloc().
34062 Mon Apr 29 12:14:39 CEST 2002 Paolo Molaro <lupus@ximian.com>
34064         * image.c: handle files without entries in the assembly table (modules).
34066 2002-04-28 Patrik Torstensson <patrik.torstensson@intel.com>
34068         * reflection.c (mono_reflection_setup_internal_class): remove g_assert_not_reached() to allow 
34069         mcs selfhosting again (build breaker) and did move the check to class instead. parent is
34070         allowed to be null when it's System.Object class setup.
34072 2002-04-27  Martin Baulig  <martin@gnome.org>
34074         * reflection.c (mono_reflection_setup_internal_class): g_assert_not_reached()
34075         if `tb->parent == NULL' rather than crashing.
34077 2002-04-28  Nick Drochak  <ndrochak@gol.com>
34079         * sysmath.c (ves_icall_System_Math_Asin): Fix copy-paste error.  Was
34080         calling acos() where asin() should have been called.
34082 2002-04-26  Martin Baulig  <martin@gnome.org>
34084         * assembly.c (default_assembly_name_resolver): Use G_FILE_TEST_IS_REGULAR
34085         instead of G_FILE_TEST_EXISTS - if you're in mcs/class/corlib/System/Test,
34086         there's a subdirectory called `System', but we don't want to read that
34087         subdirectory as an assembly.
34089 2002-04-25  Martin Baulig  <martin@gnome.org>
34091         * debug-symfile.c: Reflect latest MonoString changes.
34093 Thu Apr 25 16:38:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
34095         * rand.c, rand.h: instance method icalls need to have an explicit
34096         this pointer as first argument in the C implementation.
34098 2002-04-25  Nick Drochak <ndrochak@gol.com>
34100         * icall.c: Fix typo in map for GetNonZeroBytes
34102 2002-04-24      Patrik Torstensson <patrik.torstensson@labs2.com>
34104         * string-icalls.c : String does now passes unit tests without any 
34105         errors, the following changes has been made:
34106         
34107         Implemented replace methods.
34108         Renaming of methods to (try) follow the standard.
34109         Fixed compare ordinal
34110         Made all memory allocated directly to function instead of via icall function.
34111         Small performance fix in is_in_array function
34112                         
34113  (2002-04-23) Changes from Duncan Mak <duncan@ximian.com>
34115         c (mono_string_Internal_ctor_charp_int_int):
34116         (mono_string_Internal_ctor_sbytep_int_int):  Removed check for
34117         sindex < 0, throw ArgumentOutOfRangeException instead of
34118         ArgumentNullException.
34120         Added new check for length == 0, however
34121         I need to make it return String.Empty from the C code.
34122         
34123         (mono_string_Internal_ctor_sbytep): Use mono_string_new, and let
34124         that calculate the length for us here.
34125         
34126         (mono_string_Internal_ctor_sbytep_int_int): Replaced
34127         mono_string_new_utf16 with mono_string_new, since value is utf8.
34129 Wed Apr 24 18:43:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
34131         * object.c: register the object for finalization if needed.
34132         Allocate one more char in the string for the terminating 0 char.
34134 Wed Apr 24 18:22:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
34136         * class.c, class.h, image.c: check if a type implemenst a destructor.
34137         Use the proper key for array class lookups.
34138         * icall.c: register the icalls in the System.GC class.
34139         * gc.c, gc.h: GC-related functions and icalls.
34141 2002-04-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
34143         * icall.c:
34144         * socket-io.c:
34145         * unicode.c: free some strings gotten from mono_string_to_utf8 and
34146         changed a couple of free () by g_free ().
34148         * decimal.c: one-liner in the comments for decimal2string ().
34150 2002-04-24      Patrik Torstensson <patrik.torstensson@labs2.com>
34152         * object.c (mono_runtime_invoke_array) : Bug because of my incompetence.
34154 2002-04-24      Patrik Torstensson <patrik.torstensson@labs2.com>
34156         * reflection.c (mono_reflection_get_custom_attrs) : fixed image bug (crash)
34157         * object.c (mono_runtime_invoke_array) : handle null in params
34159 2002-04-23      Patrik Torstensson <patrik.torstensson@labs2.com>
34161         * string-icalls.c: fixed bug in split (one off bug)
34163 2002-04-23      Patrik Torstensson <patrik.torstensson@labs2.com>
34165         * string-icalls.c: fixed bug in remove and lastindexofany, add equals icall.
34166         * icalls.c: added String::Equals as internal method
34168 2002-04-23      Patrik Torstensson <patrik.torstensson@labs2.com>
34170         * threads.c: fixed bug in the double interlocked functions
34172 2002-04-22      Patrik Torstensson <patrik.torstensson@labs2.com>
34174         * threads.c: implemented all of the new interlocked icalls.
34175         * string-icalls.c: fix a bug in insert.
34176         * icalls.c: added the icalls for interlocked, removed old string functions.
34177         
34178 Mon Apr 22 19:44:16 CEST 2002 Paolo Molaro <lupus@ximian.com>
34180         * loader.c: fix off-by-one error when reading argument names.
34182 Mon Apr 22 19:28:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
34184         * profiler.c: win32 counter implementation (untested).
34185         * icall.cs: win32 GetNow() and GetTimeZoneData() implementations
34186         (the latter needs testing and more complete impl. from win32 folks).
34188 2002-04-21  Dan Lewis  <dihlewis@yahoo.co.uk>
34190         * object.c: mono_array_new_full workaround mono_array_class_get
34191         problem.
34193 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
34195         * string-icalls.c (mono_string_InternalRemove): Fixed overwrite bug.
34196         * object.h (mono_string_chars): Changed casting type.
34198 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
34200         * string-icalls.c: Fixed trim method, added the constructors done by Duncan, fixed
34201                            method signatures to use gunichar2 instead of gint16.
34203 2002-04-20  Dan Lewis  <dihlewis@yahoo.co.uk>
34205         * object.h, object.c: domain-specific versions of mono_object_new and
34206         mono_array_new.
34208 2002-04-20  Dietmar Maurer  <dietmar@ximian.com>
34210         * object.c: changed String layout
34212         * string-icalls.c (mono_string_Internal_ctor_chara): added
34213         internal string constructors.
34215 Sat Apr 20 13:33:07 CEST 2002 Paolo Molaro <lupus@ximian.com>
34217         * threads.c: pass 'this' to the thread start routine.
34219 2002-04-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
34221         * string-icalls.c: fix IndexOf and LastIndexOf. Now
34222         InternalCompareStr don't call twice mono_string_cmp_char for the last
34223         character. Improved performance in mono_string_cmp_char.
34225 Fri Apr 19 19:26:28 CEST 2002 Paolo Molaro <lupus@ximian.com>
34227         * Makefile.am, appdomain.c, class.c, object.c: split runtime-depended
34228         code into its own library: libmonoruntime.
34230 2002-04-19  Dan Lewis  <dihlewis@yahoo.co.uk>
34232         * object.h, object.c: changed array format so that szarrays do not
34233         require a bounds structure.
34234         * icall.c, appdomain.c: support for new szarray format.
34236 Fri Apr 19 18:04:34 CEST 2002 Paolo Molaro <lupus@ximian.com>
34238         * metadata.c: compare also the retuns type when comparing signatures:
34239         we didn't do this as an optimization since really overloaded methods
34240         must differ also in the arguments, but this doesn't work with
34241         low-level IL code (or when using explicit conversion operators: see
34242         bug#23498 for an example).
34244 Fri Apr 19 16:14:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
34246         * loader.c: SZARRAY types can be saved as TYPESPEC, too.
34248 Thu Apr 18 17:15:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
34250         * icall.c: make MonoType::GetElementType its own icall.
34252 Thu Apr 18 16:41:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
34254         * icall.c: remove MonoMethod_get_Name().
34255         * reflection.c, reflection.h, verify: cache the method name in the MonoMethod
34256         object.
34258 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
34260         * string-icalls.c: optimized a few methods.
34262 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
34264         * icall.c: added all new string internal calls
34265         * string-icalls.c: added, new string internal call implementation.
34266         * object.c: added mono_string_new_size for allocating a string a size
34268 2002-04-17  Dietmar Maurer  <dietmar@ximian.com>
34270         * object.c (mono_object_isinst): use the same code as in the
34271         optimized x86 version.
34273 Wed Apr 17 14:14:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
34275         * profiler.c: TSC-based timer code (faster and more accurate).
34276         Not hooked up in configure, yet (set USE_X86TSC to 1).
34278 Wed Apr 17 12:33:10 CEST 2002 Paolo Molaro <lupus@ximian.com>
34280         * profiler.c, profiler.h: track time spent compiling methods.
34281         * threads.c: track thread creation/destruction.
34283 Tue Apr 16 20:08:43 CEST 2002 Paolo Molaro <lupus@ximian.com>
34285         * profiler.c, profiler.h, profiler-private.h: profiling interface
34286         and sample implementation. Moved here so that it can be used also by
34287         the jit.
34289 Tue Apr 16 12:58:12 CEST 2002 Paolo Molaro <lupus@ximian.com>
34291         * reflection.c, reflection.h: keep types and other handles separate in
34292         the hash tables for referred tokens. Add guid for modules.
34294 Mon Apr 15 11:37:33 CEST 2002 Paolo Molaro <lupus@ximian.com>
34296         * assembly.c: fix bugs found with valgrind.
34297         * metadata.h, metadata.c: added mono_metadata_guid_heap().
34299 2002-04-14      Patrik Torstensson <patrik.torstensson@labs2.com>
34301         * threads: added icall support for getting current domain for
34302                    the thread.
34304 2002-04-13  Martin Baulig  <martin@gnome.org>
34306         * debug-symfile.h (MonoDebugLocalInfo): Renamed to MonoDebugVarInfo.
34307         (MonoDebugVarInfo): Added `index' field for register based addresses.
34308         (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 9.
34309         (MonoDebugMethodInfo): Replaced `guint32 *param_offsets' with
34310         `MonoDebugVarInfo *params' and `guint32 this_offset' with
34311         `MonoDebugVarInfo *this_var'.
34313         * debug-symfile.c (relocate_variable): New static function to write
34314         a location description for a local variable or method parameter.
34316 2002-04-12  Martin Baulig  <martin@gnome.org>
34318         * debug-symfile.h (MonoDebugLocalInfo): New type. This contains the
34319         stack offset and begin/end scope address of a local variable.
34320         (MonoDebugMethodInfo): Replaced `guint32 *local_offsets' with
34321         'MonoDebugLocalInfo *locals', added `prologue_end' and `epilogue_begin'.
34322         (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 8.
34324         * debug-symfile.c (MRT_variable_start_scope, MRT_variable_end_scope):
34325         Added new relocation types for start/end scope of a local variable.
34327 Fri Apr 12 18:30:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
34329         * object.h: add mono_object_domain() macro.
34330         * reflection.c: handle typespecs.
34331         * icall.c: MonoMethod::get_Name() implementation.
34333 Thu Apr 11 12:29Ni:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
34335         * icall.c: String::GetHashCode() icall implementation.
34337 Wed Apr 10 21:16:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
34339         * icall.c: String::IndexOfAny icall.
34340         * object.c, object.h: make array->max_length more useful.
34341         Intrduced mono_object_class() and mono_string_length() macros.
34343 2002-04-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
34345         * unicode.c (ves_icall_System_Char_IsNumber): use g_unichar_isxdigit
34346         instead of g_unichar_isdigit.
34348 2002-04-11  Nick Drochak  <ndrochak@gol.com>
34350         * icall.c: Implement a simple Double.ToString().
34352 Tue Apr 9 21:31:16 CEST 2002 Paolo Molaro <lupus@ximian.com>
34354         * appdomain.h: only io-layer.h is supposed to be included.
34355         * icall.c: explicitly import environ. Fix warning.
34357 2002-04-10  Nick Drochak  <ndrochak@gol.com>
34359         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData) :
34360                 return true even if it's not Daylight Savings time.
34361                 Only return false for the case where the function isn't
34362                 implemented for a plaform (read Windows).
34364 Tue Apr 9 13:05:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
34366         * appdomain.h, appdomain.c, class.c, object.c: protect MonoDomain
34367         data with a mutex.
34369 2002-04-09  Dietmar Maurer  <dietmar@ximian.com>
34371         * mempool.c (mono_mempool_alloc): only use g_malloc when
34372         absolutely necessary.
34374 2002-04-08  Dietmar Maurer  <dietmar@ximian.com>
34376         * mempool.c (MEM_ALIGN): hardcode MEM_ALIGN to 8
34378         * class.c (mono_class_vtable): use domain mempool to allocate vtable
34379         (mono_class_proxy_vtable): use domain mempool
34381 Mon Apr 8 17:17:04 CEST 2002 Paolo Molaro <lupus@ximian.com>
34383         * appdomain.h, appdomain.c: split initialization that requires the
34384         execution engine support into mono_runtime_init().
34386 2002-04-08  Dietmar Maurer  <dietmar@ximian.com>
34388         * class.c (mono_class_init): don't include vtable inside MonoClass
34389         to save some memory, gather some statistics.
34390         (mono_class_vtable): use g_malloc instead of GC_malloc when possible
34392 Sat Apr 6 20:07:48 CEST 2002 Paolo Molaro <lupus@ximian.com>
34394         * icall.c: internalcall implementation for ValueType.Equals().
34396 2002-04-06  Dietmar Maurer  <dietmar@ximian.com>
34398         * object.c (mono_message_init): moved 
34399         (mono_runtime_exec_main): new arch. independent impl.
34400         (mono_runtime_invoke_array): new method - like
34401         mono_runtime_invoke, but you can pass an array of objects.
34402         (mono_remoting_invoke): new arch. independent impl.
34403         (mono_message_invoke): new arch. independent impl.
34404         (mono_runtime_class_init): new arch. independent impl.
34405         (mono_runtime_object_init): new arch. independent impl.
34407 Fri Apr 5 18:29:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
34409         * metadata.c, object.c, reflection.c: documented the exported
34410         functions.
34412 Fri Apr 5 15:42:31 CEST 2002 Paolo Molaro <lupus@ximian.com>
34414         * icall.c: simpler code to pass the assembly builder data to corlib.
34415         Implement GetNestedTypes() internalcall.
34417 Thu Apr 4 21:46:48 CEST 2002 Paolo Molaro <lupus@ximian.com>
34419         * class.c: warn if a type can't be loaded.
34421 2002-04-04  Dietmar Maurer  <dietmar@ximian.com>
34423         * image.h: typedef MonoImageOpenStatus
34424         * types.h: removed unused file
34425         
34426 2002-04-04  Dan Lewis  <dihlewis@yahoo.co.uk>
34428         * icall.c: Enum_ToObject accepts enum value arguments.
34430 Thu Apr 4 11:35:37 CEST 2002 Paolo Molaro <lupus@ximian.com>
34432         * class.c: move initialization of properties, events and nested
34433         classes, so that they happen for interfaces, too.
34435 Wed Apr 3 20:03:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
34437         * icall.c: cleanup some ugly casts in Array_SetValue*.
34439 Wed Apr 3 19:49:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
34441         * icall.c: the values array fro enums is of the correct type, now.
34442         Implement (correctly) getFullName instead of assQualifiedName for
34443         MonoType.
34444         * reflection.h, reflection.c: added mono_type_get_name ().
34446 Wed Apr 3 17:56:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
34448         * assembly.c, image.h: for each MonoImage, record from wich assembly
34449         it was loaded.
34450         * reflection.h, icall.c: added System_Reflection_Assembly_GetTypes().
34451         Make Type.Assembly work.
34453 2002-04-03  Dietmar Maurer  <dietmar@ximian.com>
34455         * debug-symfile.h: use char* instead of gpointer to avoid
34456         unnecessary casts.
34458         * appdomain.c (mono_jit_info_table_find): use char* instead of gpointer
34460         * icall.c (ves_icall_InternalExecute): impl. FielSetter
34461         (ves_icall_System_Array_SetValueImpl): removed strange MonoArray cast
34463 2002-03-30  Dietmar Maurer  <dietmar@ximian.com>
34465         * icall.c (mono_message_init): impl. (code cleanup)
34466         (ves_icall_InternalExecute): impl. FieldGetter
34468         * class.c (mono_class_init): added exerimental EXT_VTABLE_HACK, if
34469         defined we call all (non-static)methods through the vtable. 
34471 Fri Mar 29 18:09:08 CET 2002 Paolo Molaro <lupus@ximian.com>
34473         * class.c: it seems GC_debug_malloc() makes the Boehm GC call the
34474         finalizer even though the memory is still referenced (and the chunk of
34475         memory is not freed).
34477 Fri Mar 29 17:43:04 CET 2002 Paolo Molaro <lupus@ximian.com>
34479         * assembly.c: fix brokeness.
34481 Fri Mar 29 16:09:54 CET 2002 Paolo Molaro <lupus@ximian.com>
34483         * class.c: kill some warnings. Check explicit interface method
34484         implementation also without considering the namespace.
34485         Load also literal strings in static class data.
34487 2002-03-29  Miguel de Icaza  <miguel@ximian.com>
34489         * assembly.c (default_assembly_name_resolver): Kill memory leak. 
34490         (default_assembly_name_resolver): Make the resolver take the
34491         "base" directory where the assembly was originally defined, so we
34492         can load DLLs that are in the same directory as the assembly that
34493         is being referenced.
34495 2002-03-28  Dick Porter  <dick@ximian.com>
34497         * file-io.h: 
34498         * file-io.c:
34499         * socket-io.c: 
34500         * unicode.h: 
34501         * unicode.c: Warning cleanups
34503 Thu Mar 28 18:06:14 CET 2002 Paolo Molaro <lupus@ximian.com>
34505         * object.h, reflection.h: use the correct type instead of MonoObject.
34507 2002-03-28  Martin Baulig  <martin@gnome.org>
34509         * debug-symfile.c (mono_debug_class_get): Don't look in referenced assemblies.
34510         (mono_debug_update_symbol_file): Initialize classes if necessary.
34512 Thu Mar 28 15:58:43 CET 2002 Paolo Molaro <lupus@ximian.com>
34514         * assembly.c, debug-helpers.c, image.c, image.h, metadata.c, pedump.c,
34515         rawbuffer.c, reflection.c, verify.c: mare warning cleanups.
34517 Thu Mar 28 15:20:39 CET 2002 Paolo Molaro <lupus@ximian.com>
34519         * assembly.h: fix function prototype.
34520         * metadata.h, metadata.c, object.h, private.h: get rid of warnings.
34521         * mono-endian.h: use const cast.
34523 2002-03-28  Dietmar Maurer  <dietmar@ximian.com>
34525         * icall.c (ves_icall_MonoMethodMessage_InitMessage): moved from message.c
34527 Thu Mar 28 12:32:00 CET 2002 Paolo Molaro <lupus@ximian.com>
34529         * loader.c: don't assert when a typeref can't be loaded, give
34530         a chance to the runtime to trow an exception instead.
34531         * loader.h: fix warning.
34533 2002-03-28  Dietmar Maurer  <dietmar@ximian.com>
34535         * class.c (mono_class_proxy_vtable): added proxy support
34537 2002-03-27  Dan Lewis <dihlewis@yahoo.co.uk>
34539         * icall.c: removed last of PAL calls, added System.Environment
34540         * file-io.h, file-io.c: MonoIO implementation
34541         * object.h, object.c: mono_string_to_utf16() now returns gunichar2*
34543 Tue Mar 26 19:56:10 CET 2002 Paolo Molaro <lupus@ximian.com>
34545         * appdomain.c: do not use the byte marker in ldstr table lookup.
34546         * debug-helpers.c: allow two ':' to separate class and method name.
34547         * object.c: allocate arrays bounds with the GC, too.
34548         * verify: add a few more checks.
34550 Tue Mar 26 18:45:46 CET 2002 Paolo Molaro <lupus@ximian.com>
34552         * reflection.c: output also literal strings. Allocate parameter data
34553         with GC_malloc() (thanks, Martin, for catching this!).
34555 2002-03-26  Martin Baulig  <martin@gnome.org>
34557         * debug-symfile.h (MonoDebugMethodInfo): Added `this_offset', don't
34558         include the `this' offset in the `param_offsets'.
34560 2002-03-25  Martin Baulig  <martin@gnome.org>
34562         * debug-symfile.c (mono_debug_update_symbol_file): Use a new
34563         mono_debug_get_class() function to get the classes. Added new
34564         relocation types for arrays and strings.
34565         (mono_debug_get_class): New static function to search in all
34566         referenced assemblies for a metadata token.
34568         * debug-symfile.h (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 7.
34570 Mon Mar 25 13:08:18 CET 2002 Paolo Molaro <lupus@ximian.com>
34572         * reflection.h, reflection.c: use a gc-safe hash for hash tables that
34573         hold gc-allocated objects. Make the string heap a stream like the
34574         others. Removed duplicated code when writing stream info.
34575         Added asserts to catch possible buffer overflows. Set the sorted map
34576         for tables that need sorting. Added some documentation.
34578 Mon Mar 25 13:04:56 CET 2002 Paolo Molaro <lupus@ximian.com>
34580         * appdomain.h, appdomain.c, class.c, object.c: use a GC-safe hash table 
34581         for interned strings and vtables.
34583 2002-03-24  Martin Baulig  <martin@gnome.org>
34585         * icall.c (ves_icall_Type_GetFields): Reverse the list before storing
34586         it in the array since it was created with g_slist_prepend().
34588 2002-03-24  Martin Baulig  <martin@gnome.org>
34590         * debug-symfile.c (mono_debug_local_type_from_signature): Renamed
34591         to ves_icall_Debugger_MonoSymbolWriter_get_local_type_from_sig().
34592         (mono_debug_method_from_token): Renamed to
34593         ves_icall_Debugger_MonoSymbolWriter_method_from_token().
34594         (ves_icall_Debugger_DwarfFileWriter_get_type_token): New interncall.
34596         * debug-symfile.c (MRT_type_sizeof, MRT_type_field_offset): New
34597         relocation types.
34599         * debug-symfile.h (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 6.
34601 2002-03-24  Martin Baulig  <martin@gnome.org>
34603         * debug-symfile.c (mono_debug_local_type_from_signature): New func.
34604         (mono_debug_method_from_token): New func.
34606         * icall.c (Mono.CSharp.Debugger.MonoSymbolWriter::get_local_type_from_sig):
34607         New interncall, calls mono_debug_local_type_from_signature().
34608         (Mono.CSharp.Debugger.MonoSymbolWriter::get_method): New interncall,
34609         calls mono_debug_method_from_token().
34611 2002-03-23  Martin Baulig  <martin@gnome.org>
34613         * unicode.c (ves_icall_iconv_get_char_count): The `count' argument
34614         specifies the number of bytes to be converted, not the array size.
34615         Return the number of chars, not the number of bytes.
34616         (ves_icall_iconv_get_chars): The `byteCount' argument
34617         specifies the number of bytes to be converted, not the array size.
34619 2002-03-23  Martin Baulig  <martin@gnome.org>
34621         * reflection.h (MonoReflectionSigHelper): New type.
34623         * reflection.c (mono_reflection_sighelper_get_signature_local),
34624         (mono_reflection_sighelper_get_signature_local): New functions.
34626         * icall.c (System.Reflection.Emit.SignatureHelper::get_signature_local),
34627         (System.Reflection.Emit.SignatureHelper::get_signature_field): New
34628         interncalls.
34630 2002-03-23  Martin Baulig  <martin@gnome.org>
34632         * rawbuffer.c (mono_raw_buffer_load_mmap): Use MAP_SHARED when
34633         is_writeable is set.
34634         (mono_raw_buffer_update): New function to write the modified map
34635         back to disk.
34637         * debug-symfile.h (MonoDebugSymbolFile): Added `raw_contents_size'.
34639         * debug-symfile.c (mono_debug_update_symbol_file): Call
34640         mono_raw_buffer_update() when done writing.
34642 2002-03-23  Martin Baulig  <martin@gnome.org>
34644         * debug-symfile.h (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 5.
34646         * debug-symfile.c: Added support for arguments and local variables.
34648 2002-03-23  Dick Porter  <dick@ximian.com>
34650         * debug-symfile.c: Remove extraneous 'include <elf.h>' that wasn't
34651         protected by ifdefs, hence breaking the w32 build.
34653 Thu Mar 21 17:35:01 CET 2002 Paolo Molaro <lupus@ximian.com>
34655         * object.c: implement is_interned() the right way.
34657 2002-03-21  Martin Baulig  <martin@gnome.org>
34659         * debug-symfile.[ch]: New files to handle debugging information
34660         files. There's also support to dynamically update these symbol
34661         files to include machine dependent information.
34663 2002-03-20  Dietmar Maurer  <dietmar@ximian.com>
34665         * threads.c (mono_thread_create): new function to create thread
34666         from C
34668 2002-03-20  Martin Baulig  <martin@gnome.org>
34670         * icall.c (ves_icall_InternalInvoke): Create a new object if the
34671         method is a constructor.
34672         (icall_map): Added "System.Reflection.MonoCMethod::InternalInvoke",
34673         points to ves_icall_InternalInvoke().
34675 2002-03-20  Dan Lewis <dihlewis@yahoo.co.uk>
34677         * file-io.c: Flush shouldn't throw exceptions.
34679 2002-03-19  Dan Lewis <dihlewis@yahoo.co.uk>
34681         * file-io.c: FileStream flush support; FileSetLength now
34682         restores file pointer.
34684 Tue Mar 19 18:17:21 CET 2002 Paolo Molaro <lupus@ximian.com>
34686         * class.c: set image for pointer classes.
34688 2002/03/19  Nick Drochak <ndrochak@gol.com>
34690         * sysmath.c: Forgot one.
34692 2002-03-18  Miguel de Icaza  <miguel@ximian.com>
34694         * sysmath.c: Avoid redefining existing names.
34696 2002-03-18  Dan Lewis <dihlewis@yahoo.co.uk>
34698         * sysmath.c, sysmath.h, icall.c, Makefile.am: math routines now
34699         handled by runtime as icall rather than dllimport from libm.so
34700         * file-io.c, file-io.h: fixed handle argument type.
34702 2002-03-18  Dick Porter  <dick@ximian.com>
34704         * reflection.c (mono_image_get_type_info): rename interface to
34705         iface, because of "#define interface struct" on windows.
34707 Sat Mar 16 19:18:38 CET 2002 Paolo Molaro <lupus@ximian.com>
34709         * class.c, class.h: rename and export mono_ptr_class_get().
34710         * metadata.c: support MONO_TYPE_ARRAY in MonoType compare.
34711         * reflection.c, reflection.h, icall.c: better/saner type name
34712         parsing and MonoType creation. Handle MONO_TYPE_ARRAY in
34713         method signatures.
34715 2002-03-14  Dietmar Maurer  <dietmar@ximian.com>
34717         * class.c (mono_class_init): removed hardcoded GHC_SLOT
34719         * icall.c (ves_icall_InternalInvoke): impl.
34721 Wed Mar 13 00:27:30 CET 2002 Paolo Molaro <lupus@ximian.com>
34723         * reflection.c: output the interface map table, too.
34725 2002-03-12  Dietmar Maurer  <dietmar@ximian.com>
34727         * class.c (class_compute_field_layout): separate computation of 
34728         static field layout
34730 2002-03-12  Dan Lewis <dihlewis@yahoo.co.uk>
34732         * icall.c: added System.Buffer support.
34733         * file-io.c: moved file icalls from PAL to FileStream.
34735 2002-03-12  Dietmar Maurer  <dietmar@ximian.com>
34737         * icall.c (ves_icall_System_Object_GetHashCode): impl.
34739 2002-03-11  Dietmar Maurer  <dietmar@ximian.com>
34741         * icall.c (ves_icall_System_ValueType_GetHashCode): impl.
34743 Mon Mar 11 14:45:42 CET 2002 Paolo Molaro <lupus@ximian.com>
34745         * verify.c, verify.h: moved here the corlib/runtime consistency checks.
34747 Mon Mar 11 11:12:23 CET 2002 Paolo Molaro <lupus@ximian.com>
34749         * debug-helpers.{c,h}: moved here from monograph some useful functions
34750         to locate a method by name/signature in a class or image. Included
34751         also a small and flexible IL disassembler.
34753 Fri Mar 8 16:29:29 CET 2002 Paolo Molaro <lupus@ximian.com>
34755         * reflection.c: fixup tokens in methods with small header size, too.
34757 2002-03-08  Dietmar Maurer  <dietmar@ximian.com>
34759         * object.c (mono_string_to_utf8): remove assert(!error), instead
34760         print a warning. 
34762 Thu Mar 7 18:55:15 CET 2002 Paolo Molaro <lupus@ximian.com>
34764         * icall.c: update to the new mono_Array_class_get interface.
34766 Thu Mar 7 17:23:26 CET 2002 Paolo Molaro <lupus@ximian.com>
34768         * appdomain.c, object.c: Boehm-GC enable.
34769         * icall.c: make get_data_chunk() support split data requests.
34770         Ensure a class is initialized in more cases. Return only the first
34771         property found in GetProperties() or the compiler gets confused. 
34772         Implemented GetEvents(). Temporary fix to GetType(), needs rewriting.
34773         * reflection.h, reflection.c: add fixup mechanism for field and method
34774         tokens. Initialize assembly->typeref in a single place. Output
34775         properties after events. Support custom attributes for events, too.
34776         Typo fix for paramter custom attrs.
34778 2002-03-07  Martin Baulig  <martin@gnome.org>
34780         * icall.c (ves_icall_System_Array_FastCopy): Small fix.
34782 2002-03-07  Dietmar Maurer  <dietmar@ximian.com>
34784         * class.c (mono_array_class_get): fix. for multi. dim. arrays
34786 2002-03-06  Martin Baulig  <martin@gnome.org>
34788         * icall.c (ves_icall_System_Array_CreateInstanceImpl): Make this work with
34789         non-zero lower bounds. See testcases #F10-#F13.
34791 2002-03-05  Martin Baulig  <martin@gnome.org>
34793         * exception.c (mono_get_exception_argument_out_of_range): New exception.
34795         * icall.c (ves_icall_System_Array_GetValue): Moved actual implementation to
34796         ves_icall_System_Array_GetValue(), only calculate the absolute array position
34797         here.
34798         (ves_icall_System_Array_SetValue): Likewise.
34799         (ves_icall_System_Array_GetValueImpl): New interncall. Takes an array position
34800         as argument and does the actual work. This function is used when copying a
34801         multi-dimensional array.
34802         (ves_icall_System_Array_SetValueImpl): Almost completely rewrote this. It can
34803         now do all the widening conversions of value types.
34804         (ves_icall_System_Array_CreateInstanceImpl): Implemented.
34806 Tue Mar 5 18:14:01 CET 2002 Paolo Molaro <lupus@ximian.com>
34808         * class.c: remove some magic numbers and use the smbolic names,
34809         instead. Added init_events() to load event info at class init time.
34810         * metadata.h, metadata.c: added mono_metadata_events_from_typedef()
34811         and mono_metadata_methods_from_event().
34812         * reflection.h, reflection.c: added support for writing out the evnets
34813         related information.
34815 Mon Mar 4 20:32:43 CET 2002 Paolo Molaro <lupus@ximian.com>
34817         * reflection.h, icall.c: use a different method (GetInterfaces)
34818         to gather interface info and add isbyref, isprimitive and
34819         ispointer to the ves_icall_get_type_info() return value.
34821 Mon Mar 4 11:22:26 CET 2002 Paolo Molaro <lupus@ximian.com>
34823         * class.h: stared adding support for events.
34824         * icall.c: split find_members implementation. Added debug icall to get
34825         the address of an object.
34826         * reflection.c: handle TypeBuilders in mono_type_get_object().
34828 2002-03-01  Martin Baulig  <martin@gnome.org>
34830         * icall.c (ves_icall_System_Array_GetLength): This must throw an
34831         ArgumentOutOfRangeException(), not an ArgumentException().
34832         (ves_icall_System_Array_GetLowerBound): Likewise.
34833         (ves_icall_System_Array_GetValue): Improved argument checking.
34834         (ves_icall_System_Array_SetValue): Improved argument checking.
34836 2002-03-01  Martin Baulig  <martin@gnome.org>
34838         * icall.c (ves_icall_System_Array_GetValue): Raise an exception when
34839         called with invalid arguments rather than just dying with g_assert().
34840         (ves_icall_System_Array_SetValue): Likewise.
34841         (ves_icall_System_Array_CreateInstanceImpl): Don't g_assert_not_reached(),
34842         raise a NotImplementedException instead.
34843         (ves_icall_System_Array_GetLength): Added argument checking.
34844         (ves_icall_System_Array_GetLowerBound): Added argument checking.
34846 2002-03-01  Dietmar Maurer  <dietmar@ximian.com>
34848         * object.h (mono_assert): new macros mono_assert and
34849         mono_assert_not_reached
34851 2002-02-28  Martin Baulig  <martin@gnome.org>
34853         * icall.c: Rename "System::String::Intern" to "System::String::_Intern"
34854         and "System::String::IsInterned" to "System::String::_IsInterned".
34856 Thu Feb 28 19:19:35 CET 2002 Paolo Molaro <lupus@ximian.com>
34858         * icall.c: remove hacks for typebuilder. Added icall to create a
34859         modified type from a tybebuilder.
34860         * reflection.c: removed hacks for TypeBuilder. Create also a MonoImage
34861         in mono_image_basic_init (). Added mono_reflection_setup_internal_class ()
34862         to create a backing MonoClass for a TypeBuilder.
34864 Thu Feb 28 15:35:51 CET 2002 Paolo Molaro <lupus@ximian.com>
34866         * class.c, class.h: more refactoring of class init.
34867         Export mono_class_setup_mono_type() and mono_class_setup_parent().
34869 Thu Feb 28 12:33:41 CET 2002 Paolo Molaro <lupus@ximian.com>
34871         * marshal.c, marshal.h: start of marshaling interface.
34873 Wed Feb 27 22:15:17 CET 2002 Paolo Molaro <lupus@ximian.com>
34875         * icall.c: fix order in assembly qualified name icall.
34877 Wed Feb 27 18:45:03 CET 2002 Paolo Molaro <lupus@ximian.com>
34879         * class.c: do not free str, since we store it in the hash table.
34880         * reflection.h: add label field to MonoILExceptionInfo.
34881         * reflection.c: handle references to more than one assembly. Handle
34882         case when there isn't a module created in the assembly.
34884 Wed Feb 27 12:35:10 CET 2002 Paolo Molaro <lupus@ximian.com>
34886         * class.c: Fix typo. Start refactoring of class init code.
34888 Wed Feb 27 12:23:00 CET 2002 Paolo Molaro <lupus@ximian.com>
34890         * appdomain.c: exit with 1 on error.
34891         * class.c: we already have the name in MonoClassField.
34892         * image.c, image.h, metadata.c, pedump.c: use directly a pointer in
34893         MonoStreamHeader instead of an offset of image->raw_metadata.
34895 2002-02-26  Miguel de Icaza  <miguel@ximian.com>
34897         * appdomain.c (mono_init): Be even more descriptive about the error.
34899 Tue Feb 26 16:18:07 CET 2002 Paolo Molaro <lupus@ximian.com>
34901         * appdomain.c: give the user an informative message when corlib can't
34902         be loaded.
34904 2002-02-26  Martin Baulig  <martin@gnome.org>
34906         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData):
34907         New icall to get the time zone data.
34909 Mon Feb 25 15:51:51 CET 2002 Paolo Molaro <lupus@ximian.com>
34911         * reflection.c: set virtual and raw size of section correctly.
34912         * threads.c: transfer domain information to newly created threads.
34914 Fri Feb 22 18:55:57 CET 2002 Paolo Molaro <lupus@ximian.com>
34916         * class.c: when instancing a class in a domain, load the default
34917         vaules for static fields from the constant table. Fix System.Enum to
34918         not be an enum.
34919         * icall.c: implement Object::GetType() internalcall. Implemented
34920         MonoField::GetValue() internalcall. Avoid SEGV in search_method().
34921         Fixed checking of binding flags in find_members().
34922         * metadata.c, metadata.h: introduce mono_metadata_type_hash().
34923         * reflection.c: handle enumerations when writing to the constant
34924         table. Use a different object cache for types.
34927 2002-02-22  Dietmar Maurer  <dietmar@ximian.com>
34929         * object.c (mono_object_isinst): fix for arrays
34931         * icall.c (ves_icall_type_is_subtype_of): fix for 2 interfaces
34933 Thu Feb 21 21:00:13 CET 2002 Paolo Molaro <lupus@ximian.com>
34935         * object.c: don't use mprotect ()  and fix intern pool hash table
34936         lookup for big endian systems.
34938 Thu Feb 21 19:30:29 CET 2002 Paolo Molaro <lupus@ximian.com>
34940         * icall.c: change type_is_subtype_of () signature.
34942 2002-02-21  Mark Crichton  <crichton@gimp.org>
34944         * rand.c, rand.h: Added random number generator for
34945         System.Security.Cryptography classes.
34947         * exception.c, exception.h: Added mono_get_exception_not_implemeted.
34949         * icall.c: Added System.Security.Cryptography calls.
34951 Thu Feb 21 16:45:34 CET 2002 Paolo Molaro <lupus@ximian.com>
34953         * class.c, icall.c, metadata.c: better support for pointer types.
34954         Create a class for them as suggested by dietmar. Fix TYPE_ARRAY class.
34955         * reflection.c: Add support for getting custom attrs for properties
34956         and simplify some code.
34958 Wed Feb 20 22:20:29 CET 2002 Paolo Molaro <lupus@ximian.com>
34960         * icall.c: change getToken () and add custom attribute GetBlob()helper
34961         method.
34962         * reflection.h: add custom attrs array to the reflection builder structures.
34963         * reflection.c: encode and emit custom attributes for all the relevant
34964         reflection objects. Cache fieldref and methodref tokens. Change
34965         mono_image_create_token() interface to take a MonoDynamicAssembly.
34966         More complete custom attributes decoder. Load custom attributes for
34967         Assembly, Field, Method and Constructor objects, too. Make the
34968         returned array an Attribute[] one, not object[]. Added
34969         mono_reflection_get_custom_attrs_blob() to encode the arguments of a
34970         custom attribute constructor.
34972 2002-02-20  Dick Porter  <dick@ximian.com>
34974         * icall.c:
34975         * rawbuffer.c:
34976         * socket-io.c: Windows portability fixes (sometimes just ifdeffing
34977         problem code out for now).
34979 2002-02-19  Radek Doulik  <rodo@ximian.com>
34981         * object.c (mono_ldstr): use hash table to avoid multiple swapping
34983 Tue Feb 19 20:23:11 CET 2002 Paolo Molaro <lupus@ximian.com>
34985         * icall.c: register the GetCustomAttributes method.
34986         * object.c, object.h: add mono_string_new_len ().
34987         * reflection.h, reflection.c: added mono_runtime_invoke(),
34988         mono_install_runtime_invoke(). Added
34989         mono_reflection_get_custom_attrs () to load custom attributes and
34990         create the attribute objects.
34992 2002-02-19  Dick Porter  <dick@ximian.com>
34993         * threads-dummy-types.c:
34994         * threads-dummy-types.h:
34995         * threads-dummy.c:
34996         * threads-dummy.h:
34997         * threads-pthread-types.c:
34998         * threads-pthread-types.h:
34999         * threads-pthread.c:
35000         * threads-pthread.h:  Deleted obsolete files
35002 2002-02-19  Dietmar Maurer  <dietmar@ximian.com>
35004         * class.c (mono_class_vtable): runtime init the class when we
35005         allocate static class data.
35007         * icall.c (ves_icall_System_Array_SetValue): check for null values.
35009         * appdomain.c (mono_domain_transfer_object): impl. hack for Arrays
35010         and String - but we will need generic marshalling support in the
35011         future. 
35012         (mono_init): set the domain name in a ms compatible way
35014         * object.c (mono_string_new_utf16): bug fix: use char[] instead of
35015         String[].
35017 2002-02-18  Dietmar Maurer  <dietmar@ximian.com>
35019         * object.c (mono_array_clone): use alloca() instead of g_malloc  
35020         for sizes
35022         * appdomain.c (mono_domain_unload): impl.
35024 Mon Feb 18 15:52:20 CET 2002 Paolo Molaro <lupus@ximian.com>
35026         * appdomain.c, object.c: fix intern pool implementation.
35027         * class.c: fix alignment code.
35029 2002-02-16  Radek Doulik  <rodo@ximian.com>
35031         * icall.c (ves_icall_System_Enum_ToObject): in case of big endian
35032         and s2 > s1, just copy lower bytes to be compatible with little
35033         endian (i.e. 64bit value & 0xffffffff --> 32bit value)
35034         (ves_icall_System_Enum_ToObject): and likewise for s1 > s2
35036         * unicode.c (ves_icall_iconv_new_encoder): decide on big_endian,
35037         force big_endian to be 1 for big endian machines 
35038         (ves_icall_iconv_new_decoder): ditto
35040 2002-02-16  Jeffrey Stedfast  <fejj@ximian.com>
35042         * socket-io.c (convert_sockopt_level_and_name): If the system
35043         doesn't define SOL_IP or SOL_TCP, get them by hand using
35044         getprotobyname() and caching the values (because this could be a
35045         slow operation).
35046         (ves_icall_System_Net_Sockets_Socket_SetSocketOption_internal):
35047         Use the appropriate struct when the system does support it. Ie,
35048         not all systems have struct ip_mreqn so use struct ip_mreq when
35049         appropriate.
35051 Fri Feb 15 18:15:44 CET 2002 Paolo Molaro <lupus@ximian.com>
35053         * reflection.c: handle finally clauses.
35055 Fri Feb 15 15:06:33 CET 2002 Paolo Molaro <lupus@ximian.com>
35057         * socket-io.c: use g_snprintf() instead of snprintf.
35059 2002-02-14  Jeffrey Stedfast  <fejj@ximian.com>
35061         * reflection.c (mono_param_get_objects): Cast second argument to
35062         mono_method_get_param_names to a const char** to silence the
35063         compiler warning.
35065         * appdomain.c (mono_domain_assembly_open): Put parens around the
35066         truth statement in the for-loop.
35068         * unicode.c (iconv_convert): Got rid of a compiler warning about
35069         int i being unused when the system has a new iconv.
35070         (iconv_get_length): Same.
35072         * image.c (load_class_names): Cast the second argument to
35073         g_hash_table_insert() to char* to hush compiler warnings about the
35074         arg being a const.
35075         (mono_image_open): Same here.
35077         * socket-io.c: Don't conditionally include sys/filio.h or
35078         sys/sockio.h here anymore since we now get them from
35079         io-layer/io-layer.h
35080         (inet_pton): If the system doesn't support inet_aton, implement
35081         using inet_addr and also #define INADDR_NONE if it isn't defined
35082         by the system.
35084 Thu Feb 14 19:01:06 CET 2002 Paolo Molaro <lupus@ximian.com>
35086         * metadata.c, metadata.h: added function to get packing and size info
35087         of a typedef.
35088         * reflection.h, reflection.c: handle field RVA data. Save info about
35089         the table layout if needed. Assign typedef indexes to all the types
35090         before dumping the info about them to avoid forward reference problems.
35092 2002-02-14  Dietmar Maurer  <dietmar@ximian.com>
35094         * socket-io.c (convert_sockopt_level_and_name): ifdef
35095         SO_ACCEPTCONN because it is not defined on my system (old debian)
35097 Thu Feb 14 11:49:30 CET 2002 Paolo Molaro <lupus@ximian.com>
35099         * opcode.c: use stddef.h to get NULL.
35101 2002-02-14  Jeffrey Stedfast  <fejj@ximian.com>
35103         * socket-io.c: conditionally include sys/filio.h and sys/sockio.h
35104         for FIONBIO, FIONREAD and SIOCATMARK.
35105         (ves_icall_System_Net_Dns_GetHostByAddr_internal): SunOS doesn't
35106         define INADDR_NONE and besides, inet_addr() is deprecated and
35107         should not be used. Use inet_pton() instead - it also has the
35108         added bonus that it can easily handle IPv6 addresses as well.
35109         (inet_pton): Implement using inet_aton() ifndef HAVE_INET_PTON.
35111 Wed Feb 13 23:00:21 CET 2002 Paolo Molaro <lupus@ximian.com>
35113         * decimal.c: remove _MSC_VER conditional.
35115 2002-02-13  Dick Porter  <dick@ximian.com>
35117         * socket-io.c: 
35118         * icall.c: Internal calls for Blocking, Select, Shutdown,
35119         GetSocketOption and SetSocketOption
35121 Wed Feb 13 19:20:01 CET 2002 Paolo Molaro <lupus@ximian.com>
35123         * assembly.cs: better resolver: use it instead of some kludgy
35124         code.
35126 Wed Feb 13 18:25:55 CET 2002 Paolo Molaro <lupus@ximian.com>
35128         * reflection.c: the best way to speed-up the compiler is to avoid
35129         infinite loops.
35131 2002-02-13  Dietmar Maurer  <dietmar@ximian.com>
35133         * class.c (mono_class_vtable): changed the object layout
35134         (obj->vtable->class). 
35135         (mono_class_create_from_typespec): consider MONO_TYPE_PTR
35137 Tue Feb 12 20:06:01 CET 2002 Paolo Molaro <lupus@ximian.com>
35139         * assembly.c: look for assemblies in the assembly dir, too.
35141 Tue Feb 12 14:03:42 CET 2002 Paolo Molaro <lupus@ximian.com>
35143         * class.c: fix thinko in mono_class_from_type().
35145 Mon Feb 11 19:43:51 CET 2002 Paolo Molaro <lupus@ximian.com>
35147         * exception.h, exception.c: added TypeLoadException.
35148         * object.h, object.c: added mono_array_clone ().
35149         * icall.c: handle throwOnError in AssemblyGetType().
35150         Added Array.Clone().
35151         * opcode.h, opcode.c: use a single value for the opcode val.
35152         Compile fix for non-gcc compilers.
35154 Fri Feb 8 12:26:37 CET 2002 Paolo Molaro <lupus@ximian.com>
35156         * opcodes.c, opcodes.h: export interesting info about opcodes.
35158 2002-02-05  Dietmar Maurer  <dietmar@ximian.com>
35160         * object.h (MONO_CHECK_ARG, MONO_CHECK_ARG_NULL): new macro for
35161         icalls. 
35163         * class.c (class_compute_field_layout): set element_class for enums
35164         (mono_class_create_from_typedef): set element_class for normal classes
35166         * icall.c (ves_icall_System_Enum_get_value): impl.
35168         * class.c (mono_class_create_from_typedef): do not set valuetype
35169         flag for System.ValueType and System.Enum
35171 2002-02-04  Dietmar Maurer  <dietmar@ximian.com>
35173         * unicode.c (iconv_convert): fix big endian problem.
35175 Fri Feb 1 16:13:20 CET 2002 Paolo Molaro <lupus@ximian.com>
35177         * class.c: add asserts if we are ever going to scribble over memory.
35178         * socket-io.c: not all systems have AF_IRDA defined.
35180 2002-01-31  Dietmar Maurer  <dietmar@ximian.com>
35182         * class.c (class_compute_field_layout): do not consider static
35183         fields to compute alignment
35185 2002-01-25  Dietmar Maurer  <dietmar@ximian.com>
35187         * appdomain.c (mono_appdomain_get): impl.
35188         (ves_icall_System_AppDomain_ExecuteAssembly): impl.
35190 Thu Jan 24 12:59:23 CET 2002 Paolo Molaro <lupus@ximian.com>
35192         * icall.c: ignore "file://" prefix when loading an assembly.
35194 2002-01-23  Dick Porter  <dick@ximian.com>
35196         * socket-io.c:
35197         * icall.c:
35198         * Makefile.am: Added socket support
35200 2002-01-23  Miguel de Icaza  <miguel@ximian.com>
35202         * icall.c (ves_icall_appdomain_get_default_assemblies): put this
35203         code back.  This should return the assemblies that are loaded by
35204         the runtime on behalf of an application domain. 
35206         The current implementation is still broken, it just returns every
35207         assembly loaded, but until we get real applications domain this
35208         will do.
35210 2002-01-23  Dietmar Maurer  <dietmar@ximian.com>
35212         * icall.c (ves_icall_appdomain_get_cur_domain): runtime_init the
35213         AppDomain object.
35215 2002-01-23  Miguel de Icaza  <miguel@ximian.com>
35217         * icall.c (ves_icall_appdomain_get_cur_domain): Cache the value of
35218         the mono_class_from_name lookup.
35219         (ves_icall_get_parameter_info): ditto.
35220         (ves_icall_appdomain_get_assemblies, add_assembly): Implement new internal
35221         method.
35222         (ves_icall_System_Reflection_Assembly_get_code_base): Another new call.
35224 Tue Jan 22 22:43:47 CET 2002 Paolo Molaro <lupus@ximian.com>
35226         * class.c: load also nested classes on class init.
35227         System.ValueType instance methods gets passed boxed
35228         values, unless methods in derived classed that get a pointer to the
35229         data.
35230         * icall.c: use better name parsing code in GetType().
35231         * image.c, image.h: add mono_image_loaded ().
35232         * metadata.c, metadata.h: add mono_metadata_nesting_typedef ().
35233         * reflection.c, reflection.h: added mono_reflection_parse_type().
35235 2002-01-22  Veronica De Santis <veron78@interfree.it>
35237         * icall.c : Added mapping of internal calls for Manual and Auto reset events
35238         * threads.c : Added the implementation of internal calls for events
35239         * threads.h : Added prototypes of internal calls for events
35240         
35241 2002-01-21  Radek Doulik  <rodo@ximian.com>
35243         * icall.c (ves_icall_InitializeArray): swap bytes on big endians
35245 2002-01-21  Dietmar Maurer  <dietmar@ximian.com>
35247         * class.c (mono_class_init): set min_align to 1 (instead of 0)
35248         (mono_class_value_size): use min_align
35250 2002-01-20  Dick Porter  <dick@ximian.com>
35252         * threads.h:
35253         * threads.c: Replaced all instances of WapiHandle * with HANDLE,
35254         so it compiles on w32.
35256 2002-01-17  Dietmar Maurer  <dietmar@ximian.com>
35258         * metadata.c (mono_type_stack_size): impl.
35260         * class.c (mono_class_get_field): impl. memberref token
35262 2002-01-16 Veronica De Santis <veron78@@interfree.it>
35264         * icall.h : Added the internal calls mapping for CreateMutex_internal
35265                     and ReleaseMutex_internal.
35266         * threads.h : Added the prototype of mutexes internal calls.
35267         * threads.c : Added the implementations of mutexes internal calls.
35269 Tue Jan 15 22:47:57 CET 2002 Paolo Molaro <lupus@ximian.com>
35271         * metaparse.h: removed unused file.
35272         * reflection.c, reflection.h: added stream_data_align () function 
35273         to align data in streams and keep stream aligned. Add support for
35274         exception support in method headers.
35276 Tue Jan 15 19:42:50 CET 2002 Paolo Molaro <lupus@ximian.com>
35278         * unicode.c: make iconv_convert () return the number of bytess written
35279         in the output buffer.
35281 2002-01-15  Dick Porter  <dick@ximian.com>
35282         * threads.c: Make the runtime's idea of infinite timeouts coincide
35283         with the class library's
35285         Fix a particularly egregious bug in mono_thread_cleanup(). That
35286         code was so utterly bogus it must have been written on a Monday.
35288 Mon Jan 14 17:01:03 CET 2002 Paolo Molaro <lupus@ximian.com>
35290         * reflection.h: add subtypes field to TypeBuilder.
35291         * reflection.c: encode constants for literal fields.
35292         Handle subtypes. Fix user string token (and add a zero byte)
35293         at the end.
35294         
35295 2002-01-14  Dietmar Maurer  <dietmar@ximian.com>
35297         * class.c (mono_class_init): bug fix: assign slot numbers for
35298         abstract methods.
35300 Fri Jan 11 18:54:42 CET 2002 Paolo Molaro <lupus@ximian.com>
35302         * reflection.c: don't try to output a code RVA for abstract methods.
35303         Small fixes for method header format. Output parameter info to the
35304         ParamDef table. Save method overriding info to MethodImpl table.
35305         Fix property support. Allow typedef.extends to be a type in the
35306         building assembly.
35307         * verify.c: fix off-by-one error.
35309 Thu Jan 10 19:36:27 CET 2002 Paolo Molaro <lupus@ximian.com>
35311         * class.c: fix mono_class_from_mono_type () for szarray types.
35312         Remove unused cache check in mono_class_from_type_spec().
35313         * icall.c: *type_from_name () functions handle simple arrays and byref.
35314         * reflection.c: handle byref and szarray types. Handle methods without
35315         body (gets P/Invoke compilation working). Handle types and fields in
35316         get_token ().
35317         * reflection.h: add rank to MonoTypeInfo.
35319 2002-01-10  Dick Porter  <dick@ximian.com>
35321         * threads.c: Implemented WaitAll(), WaitAny() and WaitOne()
35322         internal calls
35324 Wed Jan 9 19:27:13 CET 2002 Paolo Molaro <lupus@ximian.com>
35326         * icall.c: initialize class in type_from_handle ().
35327         Loop also in parent classes for get_method ().
35328         * reflection.c: properly encode class and valuetype types.
35329         Start on encoding TypeBuilder types. Handle fieldrefs.
35330         Use correct length when registering a user string.
35331         Handle ConstructorBuilder and MonoMethod in get_token ().
35332         Make mono_type_get_object () aware of cached types.
35333         * object.c: back out change to mono_string_new ().
35335 Tue Jan 8 22:47:44 EST 2002 Matt Kimball <matt@kimball.net>
35336         * object.c: mono_string_new should return a NULL when the string 
35337         passed in is NULL -- not try to deference it.
35338         
35339 Sat Jan 5 15:48:04 CET 2002 Paolo Molaro <lupus@ximian.com>
35341         * icall.c: hack to make IsSubType work for TypeBuilders.
35342         * reflection.c: emit constructors before methods.
35343         Retrieve param names in mono_param_get_objects().
35345 2002/01/05  Nick Drochak  <ndrochak@gol.com>
35347         * Makefile.am: fix list of headers and sources so automake 1.5
35348         doesn't complain. Removed \# at end of list.
35350 Thu Jan 3 23:17:17 CET 2002 Paolo Molaro <lupus@ximian.com>
35352         * reflection.c: get token for a method ref. Set return type of
35353         constructor to void.
35354         * loader.c: debug message.
35355         * class.c: typo fix.
35357 Mon Dec 24 17:18:10 CET 2001 Paolo Molaro <lupus@ximian.com>
35359         * icall.c: fix array init with rank > 1. FindMembers
35360         loops in parent class as well.
35361         * image.c: do not insert nested types in name cache.
35362         * reflection.c: warning fix.
35363         * reflection.h: add override method (for interface impl).
35365 Mon Dec 24 16:16:56 CET 2001 Paolo Molaro <lupus@ximian.com>
35367         * metadata.c: fix customattr decoding.
35369 2001-12-21  Miguel de Icaza  <miguel@ximian.com>
35371         * rawbuffer.cs: Added native Win32 implementation, avoids using
35372         mmap on Cygwin.  This patch is from Dan Lewis (dihlewis@yahoo.co.uk)
35374 Thu Dec 20 20:11:26 CET 2001 Paolo Molaro <lupus@ximian.com>
35376         * class.c: make the low-level routines handle the cache.
35378 Thu Dec 20 15:20:35 CET 2001 Paolo Molaro <lupus@ximian.com>
35380         * image.c: fopen (file, "rb") ("David Dawkins" <david@dawkins.st>).
35382 Tue Dec 18 18:50:00 CET 2001 Paolo Molaro <lupus@ximian.com>
35384         * class.c: fix mono_array_element_size() for objects.
35385         * class.h, class.c: add properties to MonoClass and load them
35386         at init time.
35387         * icall.c: check with isinst() when assigning a value to an array
35388         instead of requiring the classes to match exactly.
35389         Implemented icall for System.Type::GetType().
35390         Implemented icalls to get ParameterInfo, ProprtyInfo and info about
35391         enums. Handle bindingflags when looking for methods and fields.
35392         * metadata.h, metadata.c: implemented mono_metadata_properties_from_typedef()
35393         and mono_metadata_methods_from_property().
35394         * reflection.h, reflection.c: added structures for propreties,
35395         parameters and enums. Implemented mono_property_get_object() and
35396         mono_param_get_objects().
35398 2001-12-18  Dick Porter  <dick@ximian.com>
35400         * file-io.c: Use mono_string_to_utf16() instead of
35401         mono_string_chars()
35403         * object.c: Added mono_string_to_utf16(), which copies the non
35404         NULL-terminated MonoString into a new double-null-terminated
35405         buffer.
35407 2001-12-17  Dietmar Maurer  <dietmar@ximian.com>
35409         * icall.c (ves_icall_System_DateTime_GetNow): added EPOCH adjustment
35411 2001-12-16  Dietmar Maurer  <dietmar@ximian.com>
35413         * file-io.c: raise exceptions if handle is invalid.
35415 Thu Dec 13 20:27:08 CET 2001 Paolo Molaro <lupus@ximian.com>
35417         * assembly.c: yet another check for mscorlib.
35418         * class.c, class.h: load nesting info for classes.
35419         * icall.c: many new functions to support the Reflection classes.
35420         * metadata.c, metadata.h: mono_metadata_nested_in_typedef() added.
35421         * reflection.h, reflection.c: mono_image_create_token(),
35422         mono_assembly_get_object(), mono_type_get_object(),
35423         mono_method_get_object(), mono_field_get_object(): methods to return
35424         objects that parallel the C representation of assemblies, types,
35425         methods, fields.
35427 2001-12-11  Dick Porter  <dick@ximian.com>
35429         * icall.c:
35430         * file-io.c: Internal calls for file IO.
35432 Thu Dec 6 16:21:30 CET 2001 Paolo Molaro <lupus@ximian.com>
35434         * tabledefs.h: missing FileAttributes.
35435         * verify.h, verify.c: use is_valid_string () to simplify and check for
35436         valid strings more correctly. Fix warnings and speeling.
35437         Check more tables: Filed, File, ModuleRef, StandAloneSig.
35438         Check code: branches, maxstack, method calls.
35440 2001-12-04  Dietmar Maurer  <dietmar@ximian.com>
35442         * object.c (mono_object_allocate): removed static, so that the jit
35443         can allocate value types.
35445         * icall.c (ves_icall_System_DateTime_GetNow): impl.
35447 Mon Dec 3 17:02:01 CET 2001 Paolo Molaro <lupus@ximian.com>
35449         * class.c: init enum types right away and register the
35450         token->MonoClass map in mono_class_create_from_typedef ().
35451         * verify.h, verify.c: first cut of the verifier.
35452         * pedump.c: add --verify switch to verify metadata tables.
35453         * tabledefs.h: add some missing enums.
35455 2001-11-30  Dietmar Maurer  <dietmar@ximian.com>
35457         * class.c (mono_install_runtime_class_init): impl.
35458         (mono_class_init): renamed mono_class_metadata_init to
35459         mono_class_init, also removed the metadata_inited flag
35461         * object.c (mono_object_isinst): use faster algorithm
35463 2001-11-30  Radek Doulik  <rodo@ximian.com>
35465         * mono-endian.h: reverted last change
35466         added function prototypes
35468         * Makefile.am (libmetadata_a_SOURCES): reverted my last change and
35469         add mono-endian.c back
35471         * mono-endian.c: returned back, as Paolo pointed out, it's needed
35472         for unaligned access, I've mistaked it with endianess. I am
35473         sorry.
35474         (mono_read16): fix reverted endianess
35475         (mono_read64): ditto
35476         (mono_read32): ditto
35478 2001-11-30  Dick Porter  <dick@ximian.com>
35480         * exception.c: Implement mono_exception_from_name()
35482 Fri Nov 30 12:01:02 CET 2001 Paolo Molaro <lupus@ximian.com>
35484         * metadata.h, metadata.c: remove params_size and locals_size and their
35485         calculation from the metadata code: they are only usefult to the
35486         interp.
35488 2001-11-29  Radek Doulik  <rodo@ximian.com>
35490         * object.c (mono_ldstr): swap bytes here, it's probably not the
35491         best place, but works for me now, I'll redo it once I know mono
35492         better, also note that I add PROT_WRITE and don't reset back, also
35493         note that it's only affects big endians, so x86 should be OK
35495         * mono-endian.h (read16): use just glib macros for both endians
35497         * mono-endian.c: removed as glib macros are used in in
35498         mono-endian.h so we don't need to care about endianess for read
35499         macros as glib does that for us already
35501 Thu Nov 29 18:20:58 CET 2001 Paolo Molaro <lupus@ximian.com>
35503         * class.h, class.h: take minimum alignment into consideration so
35504         that the fields of a class remain aligned also when in an array.
35506 Tue Nov 27 16:39:01 CET 2001 Paolo Molaro <lupus@ximian.com>
35508         * loader.h, loader.c: add mono_method_get_param_names().
35509         * class.c: 0-init class fields.
35511 2001-11-26  Dick Porter  <dick@ximian.com>
35513         * icall.c:
35514         * threads-types.h:
35515         * threads.c: New file that handles System.Threading on all platforms
35517         * object.c: 
35518         * object.h: Remove the synchronisation struct from MonoObject,
35519         replace it with a pointer that gets initialised on demand
35521         * Makefile.am: Replace all the system-specific threading code with
35522         a single file that uses the new wrapper library
35524 Mon Nov 19 11:37:14 CET 2001 Paolo Molaro <lupus@ximian.com>
35526         * class.c, class.h: add mono_install_trampoline() so that the runtime
35527         can register a function to create a trampoline: removes the ugly
35528         requirement that a runtime needed to export arch_create_jit_trampoline.
35529         * object.h, object.c: added mono_install_handler() so that the runtime
35530         can install an handler for exceptions generated in C code (with
35531         mono_raise_exception()). Added C struct for System.Delegate.
35532         * pedump.c: removed arch_create_jit_trampoline.
35533         * reflection.c: some cleanups to allow registering user strings and
35534         later getting a token for methodrefs and fieldrefs before the assembly
35535         is built.
35536         * row-indexes.h: updates and fixes from the new ECMA specs.
35538 Thu Nov 15 17:44:49 CET 2001 Paolo Molaro <lupus@ximian.com>
35540         * class.h, class.c: add enum_basetype field to MonoClass.
35541         * metadata.h, metadata.c: add mono_metadata_get_constant_index()
35542         to get index in the constant table reated to a field, param or
35543         property.
35544         * reflection.h, reflection.c: handle constructors. Set public-key and
35545         version number of the built assembly to 0.
35546         * row-indexes.h: update from new ECMA spec.
35548 Wed Nov 14 19:26:06 CET 2001 Paolo Molaro <lupus@ximian.com>
35550         * class.h, class.c: add a max_interface_id to MonoClass.
35551         * icall.c: rename my_mono_new_object() to my_mono_new_mono_type()
35552         since it's used to do that. Added mono_type_type_from_obj().
35553         Make GetType() return NULL instead of segfaulting if the type was not
35554         found. Handle simple arrays in assQualifiedName.
35555         * object.h: add a struct to represent an Exception.
35556         * reflection.c: output call convention in method signature.
35557         Add code to support P/Invoke methods and fixed offsets for fields.
35559 Mon Nov 12 12:41:32 CET 2001 Paolo Molaro <lupus@ximian.com>
35561         * decimal.c, decimal.h: mono_double2decimal() get the sign bit from
35562         the value.
35563         * icall.c: use mono_array_addr instead of array->vector: fixes the
35564         reflection image writing.
35565         * reflection.c: init call convention byte to 0 in method signature.
35566         Encode the property signature. Don't output property-related methods
35567         twice. Really process the properties for a type (don't cast a field to
35568         a property, my mom always told me that).
35569         Fix 64 bit issues in pointer alignment in a different and more
35570         readable way.
35572 2001-11-10  Sean MacIsaac  <macisaac@ximian.com>
35574         * loader.h: Removed type class from MonoDefaults, added monotype
35576         * loader.c: Loaded MonoType, removed loading of Type
35578         * icall.c (my_mono_new_object): Now returns a System.MonoType,
35579         and fills in System.Type._impl with a RuntimeTypeHandle rather
35580         than the actual MonoClass *
35582         (ves_icall_type_from_handle): change from type_class to
35583         monotype_class
35585         (ves_icall_System_Runtime_InteropServices_Marshal_ReadIntPtr):
35586         implemented
35588         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringAuto):
35589         implemented
35591         (ves_icall_System_Reflection_Assembly_LoadFrom): implemented
35593         (ves_icall_System_Reflection_Assembly_GetType): implemented
35595         (ves_icall_System_MonoType_assQualifiedName): implemented
35597         (ves_icall_System_PAL_OpSys_GetCurrentDirecotry): implemented
35599 2001-11-09  Miguel de Icaza  <miguel@ximian.com>
35601         * assembly.c (mono_assembly_open): Implement a cache for the
35602         assemblies. 
35604         (mono_assembly_close): only destroy the assembly when the last
35605         reference is gone.
35606         
35607 2001-11-09  Dick Porter  <dick@ximian.com>
35609         * Makefile.am (pedump_LDADD): Don't need THREAD_LIBS any more
35611 2001-11-09  Dietmar Maurer  <dietmar@ximian.com>
35613         * class.c (mono_class_metadata_init): bug fix: compute the right slot
35615 Fri Nov 9 15:48:02 CET 2001 Paolo Molaro <lupus@ximian.com>
35617         * icall.c, decimal.h, decimal.c: integrated decimal internalcalls
35618         from Martin Weindel.
35619         * object.h: add mono_string_chars ().
35621 2001-11-07  Miguel de Icaza  <miguel@ximian.com>
35623         * reflection.c (build_compressed_metadata): Eliminates warnings
35624         and uses 64-bit clean code.
35626         * metadata.c (mono_type_hash): Change signature to eliminate warnings.
35627         (mono_type_equal): Change signature to eliminate warnings.
35629 Wed Nov 7 15:40:01 CET 2001 Paolo Molaro <lupus@ximian.com>
35631         * icall.c, loader.c: remove the internalcall array constructors.
35632         Changes to match the new MonoArray structure.
35633         * object.h, object.c: an array object doesn't allocate an extra
35634         vector. Add mono_array_new_full () to create jagged arrays easily.
35636 Mon Nov 5 19:51:06 CET 2001 Paolo Molaro <lupus@ximian.com>
35638         * metadata.h, metadata.c: add mono_metadata_field_info () to
35639         retreive all the info about a field from vairous tables.
35640         * icall.c: implement S.Runtime.CServices::InitializeArray () icall.
35641         * class.h, class.c: augment MonoClassField with more info.
35642         Implemented mono_ldtoken for fields. Implemented ExplicitLayout
35643         policy and load a field's RVA if needed.
35645 2001-11-05  Dietmar Maurer  <dietmar@ximian.com>
35647         * class.c (mono_class_metadata_init): create a trampoline for all
35648         virtual functions instead of actually compiling them.
35650 Fri Nov 2 19:37:51 CET 2001 Paolo Molaro <lupus@ximian.com>
35652         * class.h, class.c: include name in MonoClassField.
35653         * class.c: fix fundamental type of System.Object and System.String.
35654         Set the right fundamental type for SZARRAY, too. Handle TypeSpec
35655         tokens in ldtoken.
35656         * icall.c: remove internalcalls for the Reflection stuff that is now
35657         done in C# code.
35658         * loader.c: mono_field_from_memberref () implementation.
35659         * mono-endian.c: thinko (s/struct/union/g).
35660         * object.c, object.h: make the mono_string_* prototypes actually use
35661         MonoString instead of MonoObject.
35662         * reflection.c, reflection.h: updates for changes in the reflection
35663         code in corlib: we use C structures that map to the actual C# classes.
35664         Handle SZARRAYs when encoding types. Handle locals in methods. Use a
35665         fat method header if needed and use the info from the ILGenerator for
35666         methods. Handle fields in types. Misc fixes.
35668 2001-10-17  Dietmar Maurer  <dietmar@ximian.com>
35670         * class.c (mono_class_metadata_init): bug fix: always allocate
35671         space for static class data
35673 2001-10-25  Dietmar Maurer  <dietmar@ximian.com>
35675         * class.c (mono_compute_relative_numbering): use relative
35676         numbering to support fast runtime type checks.
35678 2001-10-17  Sean MacIsaac  <macisaac@ximian.com>
35680         * class.c (mono_class_create_from_typeref): added debugging output
35681         to print class name when MonoDummy is returned instead of real class
35683 2001-10-15  Dietmar Maurer  <dietmar@ximian.com>
35685         * class.c (mono_class_metadata_init): interface offset table now
35686         contains pointers into the vtable - this is more efficient for the jit
35688 2001-10-12  Dietmar Maurer  <dietmar@ximian.com>
35690         * class.c (mono_class_metadata_init): use a temporary vtable (the
35691         old algorithm only worked for the interpreter, but not for the jit)
35693 2001-10-11  Dietmar Maurer  <dietmar@ximian.com>
35695         * loader.c (method_from_memberref): use mono_class_get to get the
35696         class of an array instead of using System.Array directly.
35697         (mono_get_method): also add MEMBERREF methods to the method cache
35698         which usefull for arrays.
35700 2001-10-10  Dietmar Maurer  <dietmar@ximian.com>
35702         * pedump.c (arch_compile_method): added to compute vtable entry
35704         * metadata.c (mono_metadata_interfaces_from_typedef): also return the
35705         number of interfaces.
35706         
35707         * class.h: merged MonoArrayClass into MonoClass
35709         * class.c (mono_class_create_from_typedef): compute the vtable size and
35710         allocate space to include the vtable inside MonoClass
35711         (mono_class_metadata_init): initialize the vtable
35713 Mon Oct 8 16:12:38 CEST 2001 Paolo Molaro <lupus@ximian.com>
35715         * metadata.c, metadata.h: use MonoArrayType to describe the shape of an array.
35716         Guard against calling bsearch with a NULL pointer (pointed out by Laurent Rioux, smoux).
35717         * image.c: endian fixes by Laurent Rioux.
35718         * object.h, object.c: rename MonoStringObject to MonoString and
35719         MonoArrayObject to MonoArray. Change some function names to conform to
35720         the style mono_<object>_<action>. mono_string_new_utf16 () takes a
35721         guint16* as first argument, so don't use char*.
35722         Provide macros to do the interesting things on arrays in a portable way.
35723         * threads-pthread.c: updates for the API changes and #include <sched.h>
35724         (required for sched_yield()).
35725         * icall.c: updates for the API changes above.
35726         * Makefile.am, mono-endian.c. mono-endian.h: include unaligned read routines for
35727         platforms that need them.
35729 Mon Oct 8 10:43:23 CEST 2001 Paolo Molaro <lupus@ximian.com>
35731         * class.c: set the correct type for all the fundamental
35732         type when loading the class.
35734 2001-10-05  Dick Porter  <dick@ximian.com>
35736         * threads-pthread.c (pthread_mutex_timedlock): Simple
35737         compatibility version for C libraries that lack this call.
35739 Thu Oct 4 19:10:30 CEST 2001 Paolo Molaro <lupus@ximian.com>
35741         * class.c: MonoTypes stored in MonoClass are stored as
35742         fundamental MonoTypes when the class represents a
35743         fundamental type (System.Int32, ...).
35744         The TypeHandle return by ldtoken is a MonoType*.
35745         * icall.c: ves_icall_get_data_chunk () write out all the
35746         PE/COFF stuff. Implement ves_icall_define_method (),
35747         ves_icall_set_method_body (), ves_icall_type_from_handle ().
35748         * image.c: properly skip unknown streams.
35749         * loader.h, loader.c: add type_class to mono_defaults.
35750         * metadata.c, metadata.h: export compute_size () as
35751         mono_metadata_compute_size () with a better interface.
35752         Typo and C&P fixes.
35753         * pedump.c: don't try to print the entry point RVA if there is no entry point.
35754         * reflection.c, reflection.h: many cleanups, fixes, output method
35755         signatures and headers, typedef and typeref info, compress the metadata
35756         tables, output all the heap streams, cli header etc.
35757         * row-indexes.h: typo fixes.
35759 2001-10-04  Dick Porter  <dick@ximian.com>
35761         * object.h: Add a synchronisation mutex struct to MonoObject
35763         * object.c (mono_new_object): Initialise the object
35764         synchronisation mutexes
35766         * icall.c: System.Threading.Monitor internal calls
35767         
35768         * threads-pthread.h:
35769         * threads-pthread.c: System.Threading.Monitor internal calls
35771         * threads-types.h: New file, includes the system-specific thread
35772         structures
35773         
35774         * threads-pthread-types.h:
35775         * threads-pthread-types.c: New files, handle pthread-specific
35776         synchronisation types
35778         * threads-dummy-types.h: 
35779         * threads-dummy-types.c: New files of dummy support for
35780         thread-specific types
35782         * metadata.c:
35783         * image.c:
35784         * pedump.c: include mono-endian.h not endian.h
35785         
35786         * Makefile.am: More threads files.
35787         Name mono-endian.h not endian.h
35789 Tue Oct 2 20:33:48 CEST 2001 Paolo Molaro <lupus@ximian.com>
35791         * Makefile.am, reflection.h, reflection.c: move here the reflection related 
35792         stuff and implement a few more bits.
35793         * icall.c: a field needs to be dereferenced twice. Do not use the same
35794         name for two variables in the same scope.
35795         * image.c, image.h: cleanups.
35797 2001-10-02  Dietmar Maurer  <dietmar@ximian.com>
35799         * class.c (mono_class_metadata_init): bug fix: compute the right size
35801 Mon Oct 1 20:43:57 CEST 2001 Paolo Molaro <lupus@ximian.com>
35803         * icall.c: implemented some of the Reflection internalcalls.
35804         * image.c, image.h: start writing out the PE/COFF image.
35805         * metadata.h, metadata.c: implement mono_metadata_encode_value ()
35806         that does the reverse than decode_blob_size ().
35807         * object.c: use mono_metadata_encode_value (). Move here
35808         temporary implementation of mono_string_to_utf8 ().
35809         * rawbuffer.c: make malloc_map static.
35811 Fri Sep 28 19:26:30 CEST 2001 Paolo Molaro <lupus@ximian.com>
35813         * metadata.c: fix type comparison for arrays.
35814         * loader.h, loader.c: half-assed fix to get more tests work in cygwin.
35815         Added a couple of new classes to monodefaults.
35816         * icall.c: added a couple of Reflection-related internalcalls.
35817         * class.h, class.c: implemented mono_ldtoken () for RuntimeTypeHandles.
35818         Added a byval_arg MonoType to MonoClass.
35820 2001-09-28  Dick Porter  <dick@ximian.com>
35822         * icall.c:
35823         * threads-pthread.h: 
35824         * threads-pthread.c: Implemented internal calls for
35825         LocalDataStoreSlot operations.  Applied mutexes around all shared
35826         data.  Reworked the thread creation and Start() operations to
35827         avoid a race condition.
35828         
35829         * threads-dummy.h:
35830         * threads-dummy.c: Dummy calls for the LocalDataStoreSlot operations
35832 Thu Sep 27 21:45:55 CEST 2001 Paolo Molaro <lupus@ximian.com>
35834         * rawbuffer.c: disable mmap on cygwin since it seems to be broken there.
35836 Thu Sep 27 19:52:11 CEST 2001 Paolo Molaro <lupus@ximian.com>
35838         * class.c, loader.c: warn and return NULL instead of erroring out.
35839         * icall.c: added System.AppDomain::getCurDomain().
35840         * loader.c: we don't need to lookup the typedef again for p/invoke calls.
35842 2001-09-25  Dick Porter  <dick@ximian.com>
35844         * threads-pthread.h:
35845         * threads-pthread.c: Implemented timed thread joining and added
35846         System.Threading.Thread::Join_internal internal call
35848         * icall.c: Added System.Threading.Thread::Join_internal internal call
35850         * threads-dummy.h:
35851         * threads-dummy.c: Dummy calls for System.Thread.Thread::Join_internal
35853 Mon Sep 24 18:56:59 CEST 2001 Paolo Molaro <lupus@ximian.com>
35855         * object.c, object.h: added mono_ldstr (), mono_string_is_interned () and
35856         mono_string_intern () to implement the semantics of the ldstr opcode
35857         and the interning of System.Strings.
35858         * icall.c: provide hooks to make String::IsIntern and String::Intern
35859         internalcalls.
35861 2001-09-23  Dick Porter  <dick@ximian.com>
35863         * threads-dummy.c: 
35864         * threads-dummy.h: New files of dummy threading routines
35866         * Makefile.am (THREAD_SOURCE): Arrange to compile different thread
35867         support code based on system specifics
35869         Rename PTHREAD_LIBS to THREAD_LIBS
35870         
35871 2001-09-23  Dick Porter  <dick@ximian.com>
35873         * threads-pthread.c: Implement the System.Threading.Thread::Sleep,
35874         Schedule (called when asked to Sleep for 0 ms) and CurrentThread
35875         internal calls.
35876         (mono_thread_init): Set up a Thread object instance to return when
35877         the main thread calls Thread.CurrentThread
35878         (mono_thread_cleanup): Wait for all subthreads to exit
35880         * icall.c: New internal calls for System.Threading.Thread::Sleep
35881         (including Schedule) and CurrentThread
35883         * threads.h: New file, to insulate thread-specific stuff from the
35884         rest of the code
35886 2001-09-21  Dick Porter  <dick@ximian.com>
35888         * threads-pthread.h: 
35889         * threads-pthread.c: New file, for handling pthreads-style
35890         threading support.  Start() now starts a new thread and executes
35891         the ThreadStart delegate instance.
35893         * icall.c: Added the internalcall for
35894         System.Threading.Thread::Start_internal
35896         * Makefile.am: Added new files, and PTHREADS_LIBS to the link line
35898 Thu Sep 20 19:37:39 CEST 2001 Paolo Molaro <lupus@ximian.com>
35900         * loader.c: work around the different signatures for delegates
35901         constructors csc generates in compiled code vs the ones compiled in mscorlib.
35903 Tue Sep 18 13:16:32 CEST 2001 Paolo Molaro <lupus@ximian.com>
35905         * class.h, class.c: add mono_class_get_field_from_name ().
35906         * *: Fix C comments and other ANSI C issues.
35908 Mon Sep 10 20:21:34 CEST 2001 Paolo Molaro <lupus@ximian.com>
35910         * endian.h, assembly.c: fix some endianness issues.
35912 Fri Sep 7 18:40:40 CEST 2001 Paolo Molaro <lupus@ximian.com>
35914         * loader.h, load.c: add delegate_class to mono_defaults.
35915         Handle runtime provided methods in mono_get_method ().
35917 2001-08-29  Dietmar Maurer  <dietmar@ximian.com>
35919         * loader.c (mono_get_method): use pinvoke for internal call
35921         * icall.c: use pinvoke for internal call
35923         * loader.c (method_from_memberref): set the method name
35925 Wed Aug 29 12:43:41 CEST 2001 Paolo Molaro <lupus@ximian.com>
35927         * metadata.c: help the compiler generate better code for
35928         mono_class_from_mono_type ().
35930 2001-08-28  Dietmar Maurer  <dietmar@ximian.com>
35932         * class.c (mono_class_metadata_init): delayed computing of the
35933         class size to mono_class_metadata_init ()
35935 Tue Aug 28 15:47:15 CEST 2001 Paolo Molaro <lupus@ximian.com>
35937         * class.c, class.h: add an interfaces member to MonoClass.
35938         * image.c, image.h: add assembly_name field to MonoImage
35939         from the assembly table.
35940         * metadata.c, metadata.h: add mono_metadata_interfaces_from_typedef ().
35942 Mon Aug 27 20:12:01 CEST 2001 Paolo Molaro <lupus@ximian.com>
35944         * class.c: Handle Array in mono_class_from_mono_type ().
35945         * metadata.c, pedump.c: some endian fixes.
35947 Mon Aug 27 15:23:23 CEST 2001 Paolo Molaro <lupus@ximian.com>
35949         * class.c, loader.c, loader.h: More types handled in mono_class_from_mono_type ().
35950         * metadata.c: fix small problem introduced with the latest commit.
35952 Mon Aug 27 12:17:17 CEST 2001 Paolo Molaro <lupus@ximian.com>
35954         * loader.c, metadata.c, metadata.h: Export mono_metadata_type_equal().
35955         We don't need a MonoMetadata pointer anymore to compare signatures in
35956         mono_metadata_signature_equal (), update callers.
35957         Reduced memory usage an number of allocations for MonoMethodHeader and
35958         MonoMethodSignature.
35960 Sun Aug 26 23:03:09 CEST 2001 Paolo Molaro <lupus@ximian.com>
35962         * metadata.c: added compare for szarray.
35964 Sun Aug 26 11:34:24 CEST 2001 Paolo Molaro <lupus@ximian.com>
35966         * class.h, class.c, loader.h, loader.c: export mono_class_from_mono_type ()
35967         and add a couple more types to it and mono_defaults. Give an hint on
35968         classes that need implementing in our corlib and are referenced
35969         in mscorlib.
35971 Sat Aug 25 12:52:54 CEST 2001 Paolo Molaro <lupus@ximian.com>
35973         * class.h, class.c: keep track if a class is also an Enum.
35974         * loader.c: Implement a couple more types for use in libffi
35975         marshalling. Gives better diagnostics when failing to dlopen
35976         a library. Set method->klass for P/Invoke methods, too.
35978 Fri Aug 24 19:30:25 CEST 2001 Paolo Molaro <lupus@ximian.com>
35980         * class.c, class.h: add a MonoType this_arg to MonoClass that
35981         represents a pointer to an object of the class' type that
35982         can be used by the interpreter and later the type cache.
35983         Add best guess alignment info for valuetype objects.
35985 Fri Aug 24 15:50:31 CEST 2001 Paolo Molaro <lupus@ximian.com>
35987         * metadata.h, metadata.c, class.h, class.c: squeezed MonoParam
35988         into MonoType: one less level of indirection and allocation and
35989         simplifies quite a bit of code. Added cache for MonoTypes that are
35990         used frequently, so that we don't need to allocate them all the time.
35992 2001-08-24  Dietmar Maurer  <dietmar@ximian.com>
35994         * class.c (mono_class_create_from_typedef): System.Enum is also a
35995         value type, although it does not derive from System.ValueType
35996         (maybe a bug in the ms compiler?)
35998         * metadata.c (mono_type_size): return the right size for value types
36000         * loader.c (mono_get_method): only initialize method header if not abstract
36002         * class.c (mono_class_from_mono_type): use mono_default values. 
36004 2001-08-23  Dietmar Maurer  <dietmar@ximian.com>
36006         * *: use MonoClass pointers instead of <type_tokens>
36007         
36008         * class.h: new flag: metadata_inited.
36010         * class.c (mono_class_metadata_init): impl.
36011         (mono_class_instance_size): impl.
36012         (mono_class_data_size): impl.
36014 Wed Aug 22 16:27:30 CEST 2001 Paolo Molaro <lupus@ximian.com>
36016         * metadata.c, loader.h, loader.c, image.h, image.c, class.h, class.c:
36017         MonoClass now has the name and name_space fields. 
36018         MonoMethod has a pointer to its MonoClass, instead of MonoImage.
36019         mono_get_method () takes and optional MonoClass as argument.
36020         Removed mono_typedef_from_name() and added mono_class_token_from_name()
36021         instead that takes advantage of a map from class names to typedef
36022         tokens in MonoImage.
36024 Tue Aug 21 18:54:58 CEST 2001 Paolo Molaro <lupus@ximian.com>
36026         * metadata.c: zero is not a valid alignment boundary.
36027         Merge MONO_TYPE_VOID in default decoding code.
36029 2001-08-21  Dietmar Maurer  <dietmar@ximian.com>
36031         * image.h: merged MonoMetadata into MonoImage
36033         * class.h: cleanup of MonoArrayClass, use a MonoClass pointer to
36034         identify the type of elements.
36036 Mon Aug 20 19:39:00 CEST 2001 Paolo Molaro <lupus@ximian.com>
36038         * blob.h: fix MONO_TYPE_TYPEDBYREF value.
36039         * cil-coff.h: split MonoMSDOSHeader and add size info.
36040         * image.c: add some consistency checks.
36041         * metadata.c: fix row size computation: one programmer
36042         error and one LAMESPEC. Handle MONO_TYPE_TYPEDBYREF.
36043         add explanation for the locator routine.
36044         Fix decoding of size in method header.
36045         
36046 2001-08-20  Miguel de Icaza  <miguel@ximian.com>
36048         * assembly.c    (g_concat_dir_and_file): Use _S for string concat.
36049         (g_concat_dir_and_file): Bring g_concat_dir_and_file
36050         function from gnome-libs.  This uses the right path separator
36051         based on the OS, and also works around a bug in some systems where
36052         a double slash is not allowed. 
36053         (default_assembly_name_resolver): Use g_concat_dir_and_file
36054         (mono_assembly_open): ditto.
36056 2001-08-20  Dietmar Maurer  <dietmar@ximian.com>
36058         * metadata.c (mono_metadata_signature_equal): impl.
36060         * *: void is now a realy MonoType (instead of using NULL)
36061         
36062         * metadata.c (do_mono_metadata_parse_type): use
36063         mono_metadata_parse_type to parse void value.
36065 Sat Aug 18 12:51:28 CEST 2001 Paolo Molaro <lupus@ximian.com>
36067         * metadata.c, metadata.h: in the signature and method header store
36068         only the space required for holding the loca vars and incoming arguments.
36070 2001-08-15  Dietmar Maurer  <dietmar@ximian.com>
36072         * metadata.c (do_mono_metadata_parse_type): treat void like any
36073         other type (instead of assigning NULL);
36075 2001-08-14  Dietmar Maurer  <dietmar@ximian.com>
36077         * metadata.c (mono_metadata_parse_mh): fixxed pinned/byref value
36079 2001-08-09  Dietmar Maurer  <dietmar@ximian.com>
36081         * image.c (do_mono_image_open): added a cache for arrays.
36083 Sat Aug 4 12:46:02 CEST 2001 Paolo Molaro <lupus@ximian.com>
36085         * metadata.h, metadata.c: add mono_metadata_decode_row_col () to
36086         decode a single column from a row in a metadata table and changes
36087         to take advantage of it in the typedef locator (gives a nice speed up).
36088         Store offset info for function params.
36090 2001-08-02  Dietmar Maurer  <dietmar@ximian.com>
36092         * image.h (MONO_IMAGE_IS_CORLIB): removed 
36094 Wed Aug 1 22:54:08 CEST 2001 Paolo Molaro <lupus@ximian.com>
36096         * assembly.c: how could mono_assembly_close () had ever worked?
36097         * metadata.c, metadata.h: provide offset info for local vars.
36098         Implement mono_type_size () to take care of alignment as well
36099         as size (it was mono_field_type_size in cli/class.c before).
36101 2001-08-01  Dietmar Maurer  <dietmar@ximian.com>
36103         * image.h (MONO_IMAGE_IS_CORLIB): new macro to check root image
36105         * assembly.h (CORLIB_NAME): set to corlib.dll
36107         * assembly.c (mono_assembly_open): replaced strcmp() with !strcmp()
36109 Tue Jul 31 17:54:02 CEST 2001 Paolo Molaro <lupus@ximian.com>
36111         * metadata.h, metadata.c, Makefile.am, private.h, assembly.c, blob.h,
36112         cil-coff.h, image.c, image.h, pedump.c, rawbuffer.c, rawbuffer.h, row-indexes.h,
36113         tokentype.h: massive namespace cleanup.
36115 Mon Jul 30 20:11:01 CEST 2001 Paolo Molaro <lupus@ximian.com>
36117         * metadata.h, metadata.c: decode exception clauses when parsing method header.
36119 2001-07-27  Dietmar Maurer  <dietmar@ximian.com>
36121         * metadata.c (mono_metadata_free_type): added check for type !=
36122         NULL (void) before calling mono_metadata_free_type()
36124 Thu Jul 26 19:11:19 CEST 2001 Paolo Molaro <lupus@ximian.com>
36126         * metadata.h, row_indexes.h: added header with enumerations to use
36127         to index in the columns from tables in metadata and to decode coded
36128         tokens: we should start using this instead of embedding magic numbers
36129         all over the code.
36131 Thu Jul 26 13:03:27 CEST 2001 Paolo Molaro <lupus@ximian.com>
36133         * assembly.c, cil-coff.h, image.c, image.h, pedump.c, typedef.c:
36134         Move metadata_t info from cli_image_info_t to MonoImage, where
36135         it's easily accessible. Changed all the uses accordingly.
36136         Added the method and class caches to MonoImage.
36137         * metadata.c, metadata.h: Changed mono_metadata_decode_blob_size ()
36138         and mono_metadata_decode_value () signature to be more consistent
36139         with the other parse functions (and simplify code). Taken advantage
36140         of zero-length array allocation with GCC. Removed reduntant (and
36141         wrong) MonoFieldType struct and use MonoParam instead. Changed
36142         mono_metadata_parse_field_type () to use common code for parsing.
36143         Added mono_metadata_typedef_from_field () and
36144         mono_metadata_typedef_from_method () to lookup a typedef index from a
36145         field or method token.
36146         Pack the MonoRetType structure more tightly (fits in 8 bytes now).
36148 2001-07-23  Miguel de Icaza  <miguel@ximian.com>
36150         * metadata.c (mono_metadata_parse_field_type): Implement. 
36151         (do_mono_metadata_parse_type): Split engine from
36152         mono_metadata_parse_type, so that we can create smaller structures
36153         for things that just have one pointer to the MonoType (look at
36154         the MonoFieldType)
36156 2001-07-20  Miguel de Icaza  <miguel@ximian.com>
36158         * metadata.c (mono_metadata_parse_mh): Correct the implementation,
36159         as Jan Gray found out, it is incorrect. 
36161 2001-07-18  Miguel de Icaza  <miguel@ximian.com>
36163         * assembly.c: Implement asssembly loading.  This loads an image
36164         and loads all the referenced assemblies.  Come to think of it, we
36165         could always do lazy loading of the assemblies. 
36167         * image.c (mono_image_open): Keep loaded images in a hashtable.
36169         * image.h (MonoImage): Add reference count.
36171 2001-07-17  Miguel de Icaza  <miguel@ximian.com>
36173         * assembly.c (mono_assembly_open): Keep track of the file name in
36174         case the assembly has no ASSEMBLY table.
36176         * metadata.h: Fixed Paolo's quick hack.  Put the documnentation
36177         from get.c here.
36179 Sun Jul 15 19:39:06 CEST 2001 Paolo Molaro <lupus@ximian.com>
36181         * metadata.c, metadata.h: decode local vars in method header
36182         parse function. Change callers accordingly.
36184 Sun Jul 15 17:40:47 CEST 2001 Paolo Molaro <lupus@ximian.com>
36186         * metadata.h, cil-coff.h: protect against multiple inclusion.
36187         Added some new structures to hold information decoded from metadata:
36188         MonoType, MonoParam, MonoArray, MonoMethod, MonoMethodSignature
36189         and relevant decoding/free functions.
36190         * metadata.c: implement decoding functions. Add warning for out of bounds
36191         index in mono_metadata_locate(). Implement mono_get_method () to retreive
36192         all the info about a method signature and invocation. Remove check on
36193         uninitialized local var in parse_mh() and fix memory leak.
36195 2001-07-12  Miguel de Icaza  <miguel@ximian.com>
36197         * metadata.h: More macros.
36199         * tokentype.h: New file.
36201 Fri Jul  6 11:30:53 CEST 2001 Paolo Molaro <lupus@ximian.com>
36203         * assembly.c: added a consistency check and initialize
36204         some structures with g_new0().
36205         * metadata.c: fixed a couple more bugs in table size computation
36206         and add other checks for out-of bound access to metadata.
36208 Thu Jul  5 22:34:21 CEST 2001 Paolo Molaro <lupus@ximian.com>
36210         * metatada.c: fix bugs computing table sizes. Spew a
36211         warning when index in string heap is out of bounds.
36213 2001-07-04  Miguel de Icaza  <miguel@ximian.com>
36215         * metadata.h: Add a couple of macros to manipulate tokens. 
36217 Tue Jul  3 18:33:32 CEST 2001 Paolo Molaro <lupus@ximian.com>
36219         * assembly.c: g_free(ii->cli_sections) (and avoid double free of
36220         cli_section_tables).
36222 2001-07-01  Miguel de Icaza  <miguel@ximian.com>
36224         * metadata.c (mono_metadata_user_string): New function, provides
36225         access to the UserString heap. 
36227 2001-06-27  Miguel de Icaza  <miguel@ximian.com>
36229         * metadata.c: Add inline documentation.
36231 2001-06-26  Miguel de Icaza  <miguel@ximian.com>
36233         * propertyattr.h, paramattr.h, methodsem.h, methodattr.h: New
36234         files. 
36236 2001-06-22  Miguel de Icaza  <miguel@ximian.com>
36238         * typeattr.h: New file, TypeAttribute flags. 
36240 2001-06-21  Miguel de Icaza  <miguel@ximian.com>
36242         * mono/metadata/assembly.c (mono_assembly_ensure_section_idx,
36243         mono_assembly_ensure_section): Section loading code.
36244         (load_section_tables): Load the sections.
36246         * mono/metadata/metadata.c (mono_metadata_locate_token,
36247         mono_metadata_locate): Functions to locate the information
36248         definition given a token or a table and an index.
36249         (mono_metadata_compute_table_bases): New.
36250         (compute_size): New function to compute the sizes of the various
36251         tables.
36253         * mono/metadata/metadata.h: Finish listing the different index
36254         types. 
36256         * mono/metadata/pedump.c: Improve to dump new information.
36258 2001-06-19  Miguel de Icaza  <miguel@ximian.com>
36260         * mono/metadata/metadata.c: Entered all the tables matching
36261         Beta2. 
36263         * mono/metadata/assembly.c (load_metadata_ptrs): Fix for Beta2