2010-03-09 Zoltan Varga <vargaz@gmail.com>
[mono/afaerber.git] / mono / metadata / ChangeLog
blobe5cd79441656ab3fd56660196b9127dc1d7a7771
1 2010-03-09  Sebastien Pouliot  <sebastien@ximian.com>
3         * assembly.c: Fix crash in moon-unit when aname->culture is NULL
4         instead of an empty string.
6 2010-03-09  Zoltan Varga  <vargaz@gmail.com>
8         * object-internals.h (_G_BOOLEAN_EXPR): Fix the definition of this to explicitly
9         convert to a boolean, recent gcc versions compile this differently.
11 2010-03-09  Mark Probst  <mark.probst@gmail.com>
13         * sgen-gc.c (STRING_SIZE): Off by one.
15 2010-03-09  Mark Probst  <mark.probst@gmail.com>
17         * sgen-archdep.h: Fix the signal context register access for
18         AMD64.
20 2010-03-09  Zoltan Varga  <vargaz@gmail.com>
22         * sgen-gray.c: Get rid of the unused 'start' field in GrayQueueSection.
24 2010-03-08  Rodrigo Kumpera  <rkumpera@novell.com>
26         * verify.c: Store the initial basic block returned by mono_basic_block_split
27         so we can release the whole list and not just the first one.
29 Mon Mar 8 17:30:44 CET 2010 Paolo Molaro <lupus@ximian.com>
31         * verify.c, debug-helpers.c, profiler.c, loader.c,
32         mono-basic-block.c, mono-debug.c, reflection.c: prepare to make
33         MonoMethodHeader a transient entity.
35 2010-03-08  Zoltan Varga  <vargaz@gmail.com>
37         * sgen-gc.c (scan_needed_big_objects): Call drain_gray_stack () to avoid
38         uncontrolled growth of the gray stack.
40         * sgen-gray.c: Rewrite this so it behaves like a stack, not a queue, so recently
41         added items are removed first, improving cache locality. Avoid freeing queue
42         segments in the fast path, use the list of segments as the free list, truncate
43         it to its max size at the start of collection.
45 Mon Mar 8 10:13:52 CET 2010 Paolo Molaro <lupus@ximian.com>
47         * metadata-internals.h: more memory savings, both with small config and without.
50 Sat Mar 6 19:12:12 CET 2010 Paolo Molaro <lupus@ximian.com>
52         * appdomain.c, domain-internals.h, domain.c, object.c:
53         make class_vtable_hash into an array to reduce memory usage.
55 Sat Mar 6 18:16:35 CET 2010 Paolo Molaro <lupus@ximian.com>
57         * mempool.c, class-internals.h, class.c, icall.c, metadata.c,
58         object-internals.h, object.c, reflection.c, threadpool.c:
59         reduce resource usage when the small config is selected.
60         In particular, up to 64K of methods/fields/properties/events
61         are allowed and "other" methods in events are ignored.
63 Fri Mar 5 19:05:47 CET 2010 Paolo Molaro <lupus@ximian.com>
65         * threads.c: reduce resource usage when compiled for a small config.
67 2010-03-05  Mark Probst  <mark.probst@gmail.com>
69         * sgen-gc.c: Also collect number of degraded-alloced objects with
70         heavy statistics.
72 2010-03-04  Geoff Norton  <gnorton@novell.com>
74         * assembly.c: Only support OSX bundling if the bundle is 
75         actually detectable.
77 2010-03-04  Geoff Norton  <gnorton@novell.com>
79         * loader.c: The marshal specs are freed at the end of the call
80         but it explicitly frees the strings as well as the container,
81         so we need to dup them too to avoid referencing free'd memory.
83 2010-03-04  Geoff Norton  <gnorton@novell.com>
85         * icall-def.h:
86         * icall.c: Add a new private internal icall to construct
87         an object from its type without running the ctor.
89 Thu Mar 4 15:37:09 CET 2010 Paolo Molaro <lupus@ximian.com>
91         * profiler.c: allow multiple profiler engines to be loaded
92         at the same time.
94 Wed Mar 3 20:19:45 CET 2010 Paolo Molaro <lupus@ximian.com>
96         * profiler-private.h, profiler.c, profiler.h, sgen-gc.c: introduce
97         profiler event to track object moves.
99 Wed Mar 3 19:20:39 CET 2010 Paolo Molaro <lupus@ximian.com>
101         * object.c, profiler.c, profiler.h, string-icalls.c:
102         remove the reduntant MONO_PROFILE_STRING_ALLOC profiler event.
104 2010-03-03  Miguel de Icaza  <miguel@novell.com>
106         * decimal.c (mono_double2decimal): Add support for reducing the
107         scale of a decimal.  It turns the 0.6000000000000 into 0.6 as
108         expected.
110 2010-03-03 Rodrigo Kumpera  <rkumpera@novell.com>
112         * icall-def.h:
113         * icall.c: Implement System.MonoType::get_core_clr_security_level icall.
115 2010-03-03  Marek Habersack  <mhabersack@novell.com>
117         * mono-config.c (mono_config_parse_assembly_bindings): added -
118         parses assembly binding redirections from appdomain's config
119         file.
121         * metadata-internals.h: added definition of a new function -
122         mono_config_parse_assembly_bindings - to support parsing assembly
123         binding redirections defined in appdomain's config file.
125         * domain-internals.h: added two new fields to _MonoDomain - a list
126         of assembly bindings and a flag to parse the config file only
127         once.
129         * assembly.c (assembly_binding_maps_name): empty culture name and
130         NULL culture name are considered equal.
131         (mono_assembly_apply_binding): added support for domain specific
132         assembly binding redirections, read from the appdomain's
133         configuration file. Fixes bug #580185
135 Wed Mar 3 11:46:06 CET 2010 Paolo Molaro <lupus@ximian.com>
137         * appdomain.c, domain.c, icall.c, image.c, marshal.c, object.c,
138         reflection.c, socket-io.c, threadpool.c, threads.c: removed 1.1/1.0
139         support.
141 2010-03-02 Rodrigo Kumpera  <rkumpera@novell.com>
143         * reflection.c (mono_image_get_memberref_token): Extract mono_image_add_memberef_row
144         from this function. The new function receive the parent token instead of a type.
146         * reflection.c (mono_image_get_methodref_token_for_methodbuilder):
147         * reflection.c (mono_image_get_ctorbuilder_token): Use new function to encode
148         typebuilders. This make it possible to properly encode generic type builders since
149         their unmanaged type don't have generics data while unfinished.
151         Fixes #583655.
153 2010-03-02  Mark Probst  <mark.probst@gmail.com>
155         * sgen-gc.c, sgen-protocol.c, sgen-protocol.h: New facility for
156         writing binary log files (can be enabled by #define'ing
157         BINARY_PROTOCOL) for better debugging of timing-dependent bugs or
158         bugs in longer running programs.
160 Mon Mar 1 19:35:32 CET 2010 Paolo Molaro <lupus@ximian.com>
162         * metadata.c: added some API documentation.
164 2010-03-01  Robert Jordan  <robertj@gmx.net>
166         * filewatcher.h: Include glib.h to fix the MSVC build.
168 2010-03-01  Zoltan Varga  <vargaz@gmail.com>
170         * class-internals.h (MonoClass): Get rid of the reflection_info field, add
171         a GC handle instead. This is a bit slower to access, but avoids burdening the
172         GC with 100s of individual roots.
174         * reflection.c (mono_class_get_ref_info):
175         (mono_class_set_ref_info):
176         (mono_class_free_ref_info): New internal helper fuctions.
178         * reflection.c appdomain.c icall.c class.c: Use the new helper functions instead
179         of accessing klass->reflection_info directly.
181         * sgen-gc.c (alloc_complex_descriptor): Fix the computation of the number of
182         words.
184         * gc.c (alloc_handle): Create a GC descriptor for the 'entries' array, free
185         the previous array.
187 2010-02-28  Zoltan Varga  <vargaz@gmail.com>
189         * marshal.c (get_runtime_invoke_type): Avoid sharing byref with I, as the latter
190         needs an indirection.
192 2010-02-26  Zoltan Varga  <vargaz@gmail.com>
194         * generic-sharing.c: Removed, moved its contents to mini/mini-generic-sharing.c,
195         so all generic sharing code is in one place.
197         * class.c (get_implicit_generic_array_interfaces): Fix the last change so
198         we don't call setup_interface_offsets () for unfinished types.
200 2010-02-26  Zoltan Varga  <vargaz@gmail.com>
202         * class.c (mono_class_generic_sharing_enabled): Move this to
203         generic-sharing.c.
205         * image.c: Add an unload hook which is called before an image is unloaded.
207         * generic-sharing.c: Use the unload hook to unregister per-image data, to avoid
208         metadata.c having to depend on generic sharing.
210 Fri Feb 26 19:23:18 CET 2010 Paolo Molaro <lupus@ximian.com>
212         * class.c: reduce size of ridiculously large cache.
214 2010-02-26  Martin Baulig  <martin@ximian.com>
216         * mono-debug.h
217         (MONO_DEBUGGER_MINOR_VERSION): Bump to 5.
219         * threads.c (mono_thread_internal_reset_abort): New method; resets
220         the abort, but doesn't throw any exception if no abort was requested.
222 2010-02-26  Zoltan Varga  <vargaz@gmail.com>
224         * class.c (get_implicit_generic_array_interfaces): Call
225         mono_class_setup_interface_offsets () before accessing
226         eclass->interface_offsets_count. This only shows up on platforms without IMT for
227         some reason.
229 Thu Feb 25 12:12:44 CET 2010 Paolo Molaro <lupus@ximian.com>
231         * environment.c, environment.h, icall.c: make the GetOSVersionString()
232         icall internal.
234 Thu Feb 25 11:37:50 CET 2010 Paolo Molaro <lupus@ximian.com>
236         * metadata.c, metadata.h: make MONO_TYPE_IS* functional without
237         direct access to the MonoType fields.
239 2010-02-25  Zoltan Varga  <vargaz@gmail.com>
241         * threads.h: Move some internal functions which were added to this header by
242         mistake to threads-types.h.
244         * class.c (mono_class_init): Get rid of mono_setup_vtable_in_class_init.
246 Wed Feb 24 17:45:27 CET 2010 Paolo Molaro <lupus@ximian.com>
248         * class-internals.h, class.h, object.h: make MonoRemoteClass
249         and mono_remote_class() internal.
251 Wed Feb 24 17:05:18 CET 2010 Paolo Molaro <lupus@ximian.com>
253         * metadata-internals.h, class-internals.h, metadata.h: make the
254         MonoType guts internal as well.
256 Wed Feb 24 16:02:42 CET 2010 Paolo Molaro <lupus@ximian.com>
258         * reflection.h: the MonoTypeNameParse guts are internal now.
259         * assembly.c, assembly.h, image.h: the MonoAssemblyName guts
260         are internal now, provide accessors as needed.
261         * metadata.h, metadata-internals.h: the MonoMethodSignature
262         guts are internal now.
263         * Makefile.am: mempool.h is an internal header now.
264         * *.h, *.c: remove glib.h usage from the public headers.
266 2010-02-24  Atsushi Enomoto  <atsushi@ximian.com>
268         * culture-info-table.h : regenerated.
270 2010-02-22  Rodrigo Kumpera  <rkumpera@novell.com>
272         * metadata.c: Add mono_method_get_header_summary which returns minimal
273         information about the header of a method. This is the information used
274         by the inline oracle to reject methods.
276         This method doesn't decode local variables and doesn't cache it's result,
277         so it should cause a minimal reduction in memory usage.
279         * metadata-internals.h: Add MonoMethodHeaderSummary structure and
280         mono_method_get_header_summary.
282 2010-02-22  Jeffrey Stedfast  <fejj@novell.com>
284         * threads.c (mono_thread_exit): Make sure that the main thread is
285         non-null before dereferencing it.
287 2010-02-21  Geoff Norton  <gnorton@novell.com>
289         * Makefile.am: Add CoreFoundation linkage on darwin to properly get the current
290         locale.
291         * locaes.c: When running on darwin, try to get the local from CoreFoundation 
292         before falling back to the posix lookup.
294 2010-02-19  Zoltan Varga  <vargaz@gmail.com>
296         * threads.c (mono_thread_suspend_all_other_threads): Ignore threads which have
297         the DONT_MANAGE flag set.
299 2010-02-19  Rodrigo Kumpera  <rkumpera@novell.com>
301         * domain.c: Remove old v1 version strings. Let the runtime
302         default to 2.0 instead of failing because it can't find a
303         working 1.0 instalation.
305 2010-02-19  Rodrigo Kumpera  <rkumpera@novell.com>
307         * domain.c: Add v4 RC version string.
309 2010-02-19  Rodrigo Kumpera  <rkumpera@novell.com>
311         * mono-basic-block.c (mono_opcode_value_and_size): Use pointer variant
312         of overflow checking function.
314 2010-02-18  Rodrigo Kumpera  <rkumpera@novell.com>
316         * reflection.c (mono_reflection_method_on_tb_inst_get_handle): Handle non
317         generic methods.
319         * reflection.c (mono_reflection_get_custom_attrs_info): Handle compiler context
320         cases for ParameterInfo.
322         Fixes #579493.
324 2010-02-18  Zoltan Varga  <vargaz@gmail.com>
326         * class.c (mono_class_get_cctor): Fix support for dynamic classes, which doesn't
327         have has_cctor set. Fixes #575946.
329 2010-02-16 Gonzalo Paniagua Javier <gonzalo@novell.com>
331         * appdomain.c: display a warning if the parsing the config file
332         produces any error.
333         Skip the BOM in UTF-8 files.
334         Copy the AppDomainSetup before setting the privateBinPath so that the
335         correct configuration file is read.
337 2010-02-15  Zoltan Varga  <vargaz@gmail.com>
339         * object.c: Instead of using one vtable trampoline, allow the JIT to use one
340         vtable trampoline per vtable slot index. Not used yet.
342 2010-02-13 Gonzalo Paniagua Javier <gonzalo@novell.com>
344         * icall-def.h:
345         * icall.c: add internal call that returns the system page size.
347 2010-02-13  Zoltan Varga  <vargaz@gmail.com>
349         * debug-helpers.c (mono_method_desc_search_in_image): Handle short names like
350         'int' for system classes.
352 Fri Feb 12 18:36:02 CET 2010 Paolo Molaro <lupus@ximian.com>
354         * icall.c, icall-def.h: new icall to check for sufficient
355         stack space.
357 2010-02-12  Mark Probst  <mark.probst@gmail.com>
359         * reflection.c (ensure_complete_type): Check that reflection_info
360         is set, too.  Fixes crash of corlib testsuite with -O=-all.
362 2010-02-11  Rodrigo Kumpera  <rkumpera@novell.com>
364         * attrdefs.h:
365         * tabledefs.h: Add NoOptimization flag.
367 2010-02-10  Mark Probst  <mark.probst@gmail.com>
369         * sgen-gc.c: Don't consider it a missing remset if the target
370         object is pinned - we might have done the store but not added the
371         remset yet.
373 2010-02-10  Mark Probst  <mark.probst@gmail.com>
375         * sgen-gc.c: When checking for missing remsets, don't assert on
376         the first one, but print them all and then assert.
378 2010-02-10  Mark Probst  <mark.probst@gmail.com>
380         * sgen-gc.c (find_in_remset_loc): Handle the small bitmap case.
382 2010-02-09  Miguel de Icaza  <miguel@novell.com>
384         * console-unix.c: On OSX Control-Y is assigned to
385         VDSUSP (non-Posix), the
386         suspend-program-next-time-it-tries-to-read-input command (this is
387         different than C-z, which suspends immediately).
389         Do the same thing that bash does and ignore this setting,
390         making our repl/getline support pasting.
392 2010-02-10  Mark Probst  <mark.probst@gmail.com>
394         * sgen-gc.c: Simple plausibility check for scan_starts.
396 2010-02-10  Mark Probst  <mark.probst@gmail.com>
398         * sgen-gc.c: Round up when calculating the number of scan starts.
400 2010-02-10  Rodrigo Kumpera  <rkumpera@novell.com>
402         * reflection.c: Export mono_get_object_from_blob.
404         * object-internals.h: Ditto.
406         * icall.c: New icall property_info_get_default_value to get the default
407         value of a property. Since using this is not common, no caching is done.
409         * icall-def.h: Add new icall.
411 2010-02-10  Rodrigo Kumpera  <rkumpera@novell.com>
413         * class.c: Add mono_class_get_property_default_value.
415         * class-internal.h: Export mono_class_get_property_default_value.
417 2010-02-10  Rodrigo Kumpera  <rkumpera@novell.com>
419         * reflection.c (mono_image_get_property_info): Encode the default value of a property.
421 Wed Feb 10 14:48:45 CET 2010 Paolo Molaro <lupus@ximian.com>
423         * sgen-gc.c: introduced critical regions to allow some lockless
424         operations and increase scalability.
426 2010-02-10  Geoff Norton  <gnorton@novell.com>
428         * reflection.c: Support building with DISABLE_REFLECTION
430 2010-02-09 Gonzalo Paniagua Javier <gonzalo@novell.com>
432         * threadpool.c: Fixes for SetMinThreads and SetMaxThreads.
433         Closes bug #566057.
435         * exception.c: fix typo in comment.
437 2010-02-09  Rodrigo Kumpera  <rkumpera@novell.com>
439         * icall.c (param_info_get_type_modifiers): Handle the case when the member object is a
440         property. This happens which instances returned by PropertyInfo::GetIndexParameters ().
442         * reflection.c (mono_reflection_get_custom_attrs_info): Ditto.
444         * object-internals.h: Export mono_class_is_reflection_method_or_constructor as part of
445         the internal API.
447         Fixes #574434.
449 2010-02-09  Mark Probst  <mark.probst@gmail.com>
451         * threads.c: Removed two assertions that were too strict.  Added a
452         clarifying comment.  Fixes #577090.
454 2010-02-08  Zoltan Varga  <vargaz@gmail.com>
456         * domain.c (mono_jit_info_table_find): Avoid looking in the root domain, since
457         the caller has no way of knowing the domain which owns the returned MonoJitInfo.
459         * appdomain.c (create_exceptions): Call mono_thread_push/popappdomain_ref ().
461         * verify.c (mono_type_get_stack_name): Fix a warning.
463 2010-02-07  Zoltan Varga  <vargaz@gmail.com>
465         * marshal.c (mono_marshal_get_wrapper_info): Rename from
466         mono_marshal_wrapper_info_from_wrapper.
468         * marshal.c (mono_marshal_set_wrapper_info): Rename from
469         mono_marshal_method_set_wrapper_data, and export.
471         * boehm-gc.c sgen-gc.c null-gc.c: Get rid of mono_gc_get_allocator_type, store
472         the allocator type in a AllocatorWrapperInfo structure instead, which is accesible
473         by calling mono_marshal_get_wrapper_info ().
475         * sgen-gc.c (mono_gc_get_managed_allocator): Add a specialized allocator for
476         small objects which does no size checks.
478 2010-02-05  Rodrigo Kumpera  <rkumpera@novell.com>
480         * icall-def.h: Rename get_MetadataToken to GetMetadataToken.
482 2010-02-04  Rodrigo Kumpera  <rkumpera@novell.com>
484         * verify.c (mono_method_verify): Use the new basic block formation pass
485         to avoid verifying dead basic blocks. This is the same behavior as the
486         runtime MS verifier.
488 2010-02-04  Rodrigo Kumpera  <rkumpera@novell.com>
490         * mono-basic-block.c:
491         * mono-basic-block.h: New implementation of a basic block formation pass.
492         The formation pass does static liveness analysis as well to detect dead
493         basic blocks.
495 2010-02-04  Zoltan Varga  <vargaz@gmail.com>
497         * marshal.c (mono_marshal_get_native_wrapper): Emit a null check for the
498         'this' argument in icalls.
500 2010-02-02  Zoltan Varga  <vargaz@gmail.com>
502         * reflection.c (resolve_object): Handle MonoArrayMethod. Fixes #575955.
504 2010-02-01  Mark Probst  <mark.probst@gmail.com>
506         * object.c, domain.c: When using SGen, we must register
507         vtable->type as a root if it's not a MonoType, because then it
508         wasn't pin-alloced.
510 2010-02-01  Mark Probst  <mark.probst@gmail.com>
512         * sgen-gc.c: Reset to_space_bumper to to_space_section->next_data
513         at the start of nursery collections, because we might have had
514         degraded allocations which changed next_data.
516 2010-01-30  Zoltan Varga  <vargaz@gmail.com>
518         * marshal.c (mono_marshal_get_managed_wrapper): Avoid constructing the
519         custom attr so this function works in cross-compiling mode.
521 2010-01-29  Zoltan Varga  <vargaz@gmail.com>
523         * class.c (make_generic_param_class): Initialize interface offsets since we
524         set klass->inited. Fixes #574819.
526 2010-01-28  Zoltan Varga  <vargaz@gmail.com>
528         * domain.c (mono_domain_free): Send the END_UNLOAD profiler event before
529         calling the JIT domain cleanup hook.
531 2010-01-28  Rodrigo Kumpera  <rkumpera@novell.com>
533         * pedump.c (main): Properly set the verifier mode when running the metadata
534         verifier.
536 2010-01-28  Rodrigo Kumpera  <rkumpera@novell.com>
538         * verify.c (verify_class_for_overlapping_reference_fields): Properly verify
539         overlapping fields now that we're called before has_references is set.
541         * pedump.c (dump_verify_info): Clear any loader error before verifying another
542         method. Otherwise all sort of weird stuff happens.
544 2010-01-27  Zoltan Varga  <vargaz@gmail.com>
546         * object.c (mono_field_get_value_object): Handle nullable types correctly.
547         Fixes #572874.
549 2010-01-25  Zoltan Varga  <vargaz@gmail.com>
551         * icall.c (ves_icall_System_Array_SetValueImpl): Handle nullable types correctly.
552         Fixes #573322.
554 2010-01-23  Mark Probst  <mark.probst@gmail.com>
556         * sgen-pinning.c (evacuate_pin_staging_area): Don't assume
557         pin_staging_area_index is greater than 0.
559 2010-01-22 Miguel de Icaza (miguel@novell.com)
561         * loader.c: Since we do nothing with the error returned, pass NULL
562         to ignore the error.
564 2010-01-21  Rodrigo Kumpera  <rkumpera@novell.com>
566         * reflection.c (typebuilder_setup_fields): Pretend field setup already
567         happened before starting to encode the actual fields. This avoid ciclic
568         dependencies and eventual crashes.
570         Fixes #572660.
572 2010-01-21  Mark Probst  <mark.probst@gmail.com>
574         * sgen-gc.c, gc-internal.h, object.c: Make string allocation
575         atomic and remove the half-constructed hack in SGen.
577 2010-01-21  Rodrigo Kumpera  <rkumpera@novell.com>
579         * metadata-verify.c (parse_generic_inst): Fail a type signature if it 
580         has a recursive reference to itself.
582         Fixes #571863.
584 2010-01-21  Rodrigo Kumpera  <rkumpera@novell.com>
586         * loader.c (mono_method_signature): Fix error message.
588 2010-01-21  Mark Probst  <mark.probst@gmail.com>
590         * sgen-gc.c: Reuse to-space sections between nursery collections.
592 2010-01-20 Gonzalo Paniagua Javier <gonzalo@novell.com>
594         * icall.c: don't raise AppDomain.TypeResolve when the type is loaded
595         from the current assembly or mscorlib. Fixes bug #322957.
597 2010-01-20  Zoltan Varga  <vargaz@gmail.com>
599         * marshal.c: Calculate the target class of the delegete invoke wrappers using
600         get_wrapper_target_class.
602 2010-01-19  Mark Probst  <mark.probst@gmail.com>
604         * sgen-gc.c: Fix warnings.
606 2010-01-19  Rodrigo Kumpera  <rkumpera@novell.com>
608         * verify.c (store_local): Better error message.
610 2010-01-19  Rodrigo Kumpera  <rkumpera@novell.com>
612         * object.c (mono_object_get_virtual_method): Handle generic interfaces with variant
613         arguments.
615 2010-01-19  Rodrigo Kumpera  <rkumpera@novell.com>
617         * icall.c (ves_icall_Remoting_RemotingServices_GetVirtualMethod): This
618         function is generics variance aware.
620 2010-01-19  Sebastien Pouliot  <sebastien@ximian.com>
622         * security-core-clr.c (mono_security_core_clr_can_access_internals):
623         Handle the case where 'basedir' can be NULL (e.g. SRE assemblies)
625 2010-01-19  Sylvain Dupont <duposyl@gmail.com>
627         * cominterop.c marshal.c: Added support for marshalling in, in/byref,
628           in/out, in/out/byref parameters of type SAFEARRAY[VARIANT].
630         Code is contributed under MIT/X11 license.
632 2010-01-19  Rodrigo Kumpera  <rkumpera@novell.com>
634         * icall.c (ves_icall_MonoMethod_GetGenericMethodDefinition): Handle inflated generic methods
635         on a GTD.
637 2010-01-19  Zoltan Varga  <vargaz@gmail.com>
639         * marshal.c (mono_marshal_wrapper_info_from_wrapper): New helper function to
640         return a point to a wrapper specific info structure describing the wrapper.
641         (mono_marshal_get_array_address): Store the rank+elem_size in the wrapper info.
643 2010-01-18  Mark Probst  <mark.probst@gmail.com>
645         * sgen-gc.c: Make minor collection section allowance adaptive,
646         depending on the amount of memory reclaimed in the last major
647         collection.  If more memory was reclaimed (i.e. more garbage
648         produced), do the next collection earlier.
650 2010-01-18  Rodrigo Kumpera  <rkumpera@novell.com>
652         * metadata-verify.c (parse_type): Fail a type signature if it has a recursive reference
653         to itself.
655         * metadata-verify.c (mono_verifier_verify_typespec_signature): Change signature to take
656         the token as parameter.
658         * verify-internals.h: Ditto.
660         * metadata.c (mono_type_create_from_typespec): Pass token to verifier.
662         Fixes #571460.
664 2010-01-18  Mark Probst  <mark.probst@gmail.com>
666         * sgen-gc.c: Make store_remset_buffer_index long.
668 2010-01-18  Rodrigo Kumpera  <rkumpera@novell.com>
670         * class.c (mono_class_from_typeref): Fail loading of self-referencing typeref tokens.
672         Fixes #569579.
674 2010-01-18  Zoltan Varga  <vargaz@gmail.com>
676         * sgen-gc.c (mono_gc_base_init): Add 'conservative_stack_mark' option to turn
677         off precise marking if it is available.
678         (mono_gc_get_bitmap_for_descr): Fix the handling of run length descriptors.
680 2010-01-17  Zoltan Varga  <vargaz@gmail.com>
682         * sgen-gc.c (mono_gc_conservatively_scan_area): Resurrect this.
684         * sgen-pinning.c (evacuate_pin_staging_area): Don't assert if there are no
685         pinned objects.
687         * sgen-gc.c (create_allocator): Add the missing n > MONO_ARRAY_MAX_INDEX check
688         to the array allocator.
690 2010-01-16  Zoltan Varga  <vargaz@gmail.com>
692         * generic-sharing.c (instantiate_other_info): Don't create ftnptr's from the
693         result of mono_compile_method (), it already includes an ftnptr.
695 2010-01-16  Zoltan Varga  <vargaz@gmail.com>
697         * metadata.c (get_image_set): Remove an assert which can happen in normal use.
699 2010-01-15  Zoltan Varga  <vargaz@gmail.com>
701         * metadata.c (mono_metadata_str_hash): New helper function to compute a stable
702         hash value which doesn't depend on glib/eglib versions.
703         (mono_metadata_type_hash): Use it.
705         * object.c (mono_method_get_imt_slot): Ditto.
707 2010-01-14  Rodrigo Kumpera  <rkumpera@novell.com>
709         * class.c (mono_type_has_exceptions): Check the generic instance. It can fail
710         independently of the GTD.
712         * class.c (mono_class_setup_fields): Fail if field has negative offset.
714         * class.c (mono_class_setup_fields): Fail if valuetype has zero size. Add sizeof(MonoObject)
715         to the upper limit since instance_size includes this amount.
717         * class.c (mono_class_layout_fields): Check if the types of the static fields have failed.
719         Fixes #569544.
721 2010-01-14  Zoltan Varga  <vargaz@gmail.com>
723         * object.c (build_imt_slots): Compute the vtable slot correctly for interfaces
724         with static methods.
726         * object.c (build_imt_slots): Avoid asserting when static methods are
727         encountered in an interface.
729 2010-01-13  Mark Probst  <mark.probst@gmail.com>
731         * sgen-gc.c (to_space_expand): Fix assertion.
733 Wed Jan 13 15:42:28 CET 2010 Paolo Molaro <lupus@ximian.com>
735         * string-icalls.c: missing declaration fixes.
736         * sgen-gc.c: portability fixes.
738 2010-01-12  Rodrigo Kumpera  <rkumpera@novell.com>
740         * class.c (mono_class_get_implemented_interfaces): Now take a MonoError argument.
742         * class.c:
743         * cominterop.c:
744         * icall.c:
745         * object.c: 
746         * class-internals.h: Adjust for new signature of mono_class_get_implemented_interfaces.
748 2010-01-12  Rodrigo Kumpera  <rkumpera@novell.com>
750         * class.c (mono_class_setup_interfaces): Now take a MonoError argument and
751         it can fail loading the type.
753         * class.c: Add mono_class_inflate_generic_class_checked.
755         * class.c:
756         * verify.c:
757         * class-internals.h: Adjust for new signature of mono_class_setup_interfaces.
759 2010-01-11  Zoltan Varga  <vargaz@gmail.com>
761         * loader.c (mono_method_signature_checked): New internal function taking an
762         MonoError argument.
764         * socket-io.c (AI_ADDRCONFIG): Applied patch from John Lightsey (jd@cpanel.net).
765         Fixes build on rh 7.3.
767 2010-01-10  Aaron Bockover  <abockover@novell.com>
769         * assembly.c (mono_set_rootdir): Support finding the mono paths on OS X
770         at runtime in the same way as on Windows, which yields a relocatable
771         Mono. Uses dyld's _NSGetExecutablePath and realpath to resolve the path
772         of the running mono process.
774         On TARGET_ARM, fallback () will always be executed.
776 2010-01-08  Rodrigo Kumpera  <rkumpera@novell.com>
778         * icall.c (ves_icall_Type_GetInterfaceMapData): This function is generics variance aware.
780 2010-01-08  Rodrigo Kumpera  <rkumpera@novell.com>
782         * class.c (mono_class_is_assignable_from_slow): Support variant
783         generic delegates.
785         * class.c (mono_class_implement_interface_slow): Support types with
786         variant generic arguments.
788 2010-01-08  Rodrigo Kumpera  <rkumpera@novell.com>
790         * verify.c: Remove some code duplication.
792 2010-01-07  Rodrigo Kumpera  <rkumpera@novell.com>
794         * object.c: Update docs.
796 2010-01-07  Rodrigo Kumpera  <rkumpera@novell.com>
798         * object.c (add_imt_builder_entry): Improve DEBUG_IMT spew.
800         * object.c (build_imt_slots): Interfaces with variant generic arguments use the
801         fallback trampoline as well.
803         * class.c (mono_class_interface_offset_with_variance): Add new non_exact_match
804         out argument that is set to TRUE if the match was direct. 
806         * class.c (mono_class_is_assignable_from): Delegates require variance testing as well.
808         * class-internal.h: Update prototype of mono_class_interface_offset_with_variance.
810 2010-01-07  Rodrigo Kumpera  <rkumpera@novell.com>
812         * class.c: Add mono_class_interface_offset_with_variance function that does same
813         as mono_class_interface_offset but takes variance into account.
815         * class-internal.h: Export mono_class_interface_offset_with_variance.
817         * object.c: Fix and improve DEBUG_IMT. Added an assert for IMT thunk building.
819 2010-01-07  Rodrigo Kumpera  <rkumpera@novell.com>
821         * object.c:
822         * icall.c:
823         * class.c: Add some FIXME for due to variant generic arguments.
825         object.c (mono_object_isinst_mbyref): Interfaces with variant generic arguments
826         can't use the simple bitfield check, so call mono_class_is_assignable_from if
827         the bitfield check fails.
829 2010-01-07  Rodrigo Kumpera  <rkumpera@novell.com>
831         * class.c (mono_class_is_assignable_from): Rework the generics variance code
832         to be easier to read and fix bugs in the case a non generic type implements a variant
833         interface.
835         * class.c (mono_class_has_variant_generic_params): Make non static.
837         * class-internals.h: Export mono_class_has_variant_generic_params as part of
838         the private API.
840 2010-01-07 Gonzalo Paniagua Javier <gonzalo@novell.com>
842         * assembly.c: fix MONO_PATH debug output.
844 2010-01-06  Atsushi Enomoto  <atsushi@ximian.com>
846         * culture-info-table.h : regenerated.
848 2010-01-04  Rodrigo Kumpera  <rkumpera@novell.com>
850         * verify.c (mono_verifier_verify_class): Properly check for broken parent. Ignore
851         types that are meant to not have a parent.
853 2010-01-04  Zoltan Varga  <vargaz@gmail.com>
855         * marshal.c (mono_marshal_get_runtime_invoke): Make a copy of the signature
856         from the image mempool, so it is not leaked.
858 2010-01-04  Zoltan Varga  <vargaz@gmail.com>
860         * metadata-internals.h (_MonoImage): Remove unused generic_class_cache field.
862 2010-01-04  Sebastien Pouliot  <sebastien@ximian.com>
864         * verify.c (verify_valuetype_layout_with_target): Fix case
865         that can lead to infinite recursion. Fix bug #567861
867 2010-01-04  Rodrigo Kumpera  <rkumpera@novell.com>
869         * pedump.c: Run code verifier even if image verification fails
870         due to a failed type we. This allows more errors to be shown.
872 2010-01-04  Rodrigo Kumpera  <rkumpera@novell.com>
874         * class.c (count_virtual_methods): Remove the assert and now
875         fail properly.
876         
877         * class.c (setup_interface_offsets): This can fail now.
879         * class.c (mono_class_setup_vtable_general): Check for parent vtable
880         errors. Check setup_interface_offsets errors.
882         * class.c (setup_interface_offsets): Simplify the return error logic
883         and remove class_init_ok.
885         Fixes #560327.
887 2010-01-04  Rodrigo Kumpera  <rkumpera@novell.com>
889         * class.c (mono_class_init): Do class verification at the beginning. Add
890         some asserts to avoid tripping into invalid memory.
892         * object.c (compute_class_bitmap): Replace a g_assert_not_reached with a
893         g_error and a decent message.
895         * verify.c (mono_verifier_verify_class): Verify for invalid super type.
897         Fixes #567548.
899 2010-01-03  Zoltan Varga  <vargaz@gmail.com>
901         * mempool-internals.h (g_list_prepend_mempool): Define this and related functions
902         as inline functions instead of defining them in mempool.c.
904         * metadata-internals.h (MonoImageSet): New structure representing a set of
905         MonoImages, which own a collection of generic instances.
907         * metadata.c: Get rid of the global generic caches, instead assign each generic
908         instance to the image set which consists of all the images referenced by the
909         instance. This greatly speeds up mono_metadata_clean_for_image (), and allows
910         the memory used by generic instances to be allocated from a per image-set mempool
911         later.
913 2010-01-03  Zoltan Varga  <vargaz@gmail.com>
915         * marshal.c (mono_marshal_get_runtime_invoke): Fix a memory leak.
917 2010-01-03  Zoltan Varga  <vargaz@gmail.com>
919         * appdomain.c (zero_static_data): Fix a warning.
921         * locales.c (construct_culture_from_specific_name): Applied patch from
922         José Antonio Sánchez Lázaro <jasl@darcysoft.es>. Fix a crash if a culture was
923         not found. Fixes #567900.
925 2009-12-31  Sebastien Pouliot  <sebastien@ximian.com>
927         * loader.c (mono_method_get_signature_full): Remove two asserts.
928         Return NULL instead so that the verifier can handle both cases 
929         gracefully.
931 2009-12-30  Rodrigo Kumpera  <rkumpera@novell.com>
933         * class.c (mono_class_setup_methods): Use checked version of mono_class_inflate_generic_method_full
934         so we can properly fail types instead of crashing.
936         Fixes #567676.
938 2009-12-30  Rodrigo Kumpera  <rkumpera@novell.com>
940         * reflection.c (reflection_methodbuilder_to_mono_method): Assert in case of a broken
941         generic method.
943 2009-12-30  Rodrigo Kumpera  <rkumpera@novell.com>
945         * marshal.c (mono_mb_emit_restore_result): Properly handle generic enums.
947 2009-12-26  Zoltan Varga  <vargaz@gmail.com>
949         * monitor.c (ves_icall_System_Threading_Monitor_Monitor_wait): Don't close the
950         wait handle if the wait is interrupted, since it is still in mon->wait_list, and
951         we can't remove it from it since we don't hold the lock.
952         (mon_new): Free the orphaned events here when a mon structure is added to the
953         freelist. Fixes #561239. Thanks to Mike Rieker <wmrieker@nii.net> for tracking
954         this down.
956 2009-12-26  Rodrigo Kumpera  <rkumpera@novell.com>
958         * verify.c (init_stack_with_value_at_exception_boundary): Do stack overflow checking here
959         as max stack might be zero.
961         Fixes #562320.
963 2009-12-26  Rodrigo Kumpera  <rkumpera@novell.com>
965         Rework all uses of mono_class_setup_methods to accept that it can fail now.
967         * class.c (mono_class_setup_methods): This function now can fail the class. Do so for generic
968         instances if the GTD did.
970         * class.c (mono_class_setup_properties): Ditto.
972         * class.c (mono_class_setup_events): Ditto.
974         * class.c (mono_class_setup_vtable): Fail early if the type is already broken.
976         * class.c (mono_class_setup_vtable_general): Add a few more missing broken type checks. Sanitize
977         error setting.
979         * class.c (mono_class_init): Fail if GTD did.
981         * cominterop.c:
982         * generic-sharing.c:
983         * icall.c:
984         * loader.c:
985         * object.c:
986         * verify.c: Properly handle failure of mono_class_setup_methods.
988 2009-12-26  Rodrigo Kumpera  <rkumpera@novell.com>
990         * class-internals.c: Add mono_class_inflate_generic_method_full_checked and make
991         mono_class_inflate_generic_method_full internal.
993         * class.c (inflate_generic_context): Now takes a MonoError argument.
995         * class.c (mono_class_inflate_generic_method_full): Now calls the _checked and abort on
996         errors.
998 2009-12-26  Zoltan Varga  <vargaz@gmail.com>
1000         * generic-sharing.c (instantiate_other_info): Avoid creating jump trampolines since
1001         they cannot be patched. Partly fixes #564408.
1003 2009-12-24  Mark Probst  <mark.probst@gmail.com>
1005         * metadata-internals.h, reflection.c: Use the
1006         MonoDynamicImage.handleref hash table only with unmanaged keys,
1007         and add a managed hash table handleref_managed for managed keys.
1009 2009-12-24  Mark Probst  <mark.probst@gmail.com>
1011         * sgen-gc.c: Unset to-space bumper between collections.  It might
1012         become invalid due to degraded allocations.
1014 2009-12-21  Rodrigo Kumpera  <rkumpera@novell.com>
1016         * loader.c (mono_method_get_signature_full): Check if the returned signature is compatible
1017         with the one from the original method.
1019         * metadata-verify.c (mono_verifier_is_sig_compatible): New function to verify signature
1020         compatibility.
1022         * verify-internals.h: Add new function to the internal API.
1024 2009-12-18  Dimitar Dobrev  <dpldobrev@yahoo.com>
1026         * culture-info-tables.h: regenerated it to include the Georgian culture.
1028 2009-12-18  Zoltan Varga  <vargaz@gmail.com>
1030         * sgen-gc.c: Include mono/utils/memcheck.h.
1032         * reflection.c (mono_reflection_get_type_internal_dynamic): Use assembly->domain
1033         instead of the current domain, since the two might not match if this is called
1034         from the debugger.
1036         * metadata-internals.h (MonoDynamicAssembly): Add a 'domain' field to specify the
1037         domain which created this assembly.
1039 2009-12-18  Zoltan Varga  <vargaz@gmail.com>
1041         * debug-helpers.c (dis_one): Avoid a glib assert on empty strings.
1043 2009-12-17  Mark Probst  <mark.probst@gmail.com>
1045         * sgen-gc.c: Managed implementation of the specialized generic
1046         store write barrier.
1048 2009-12-17  Rodrigo Kumpera  <rkumpera@novell.com>
1050         * icall.c (ves_icall_Type_GetMethodsByName): Don't pin virtual methods if they are newslot.
1051         A private virtual newslot method is used to implement an interface method without exposing
1052         it to users. When querying for public instance methods, such method would hide a public one
1053         on a parent type.
1055         Fixes #564379.
1057 2009-12-17  Zoltan Varga  <vargaz@gmail.com>
1059         * reflection.c (resolve_object): Fix the encoding of unmanaged calling
1060         conventions.
1062 2009-12-16  Rodrigo Kumpera  <rkumpera@novell.com>
1064         * reflection.c (mono_type_get_object): Guard against NULL generic param owner.
1066 2009-12-16  Rodrigo Kumpera  <rkumpera@novell.com>
1068         * class-internals.h (MonoDynamicGenericClass): Kill property and event related fields
1069         as they are no longer used.
1070         
1071          * metadata.c (free_generic_class_dependents): Remove reference to previous fields
1073         * reflection.c (mono_reflection_generic_class_initialize): Ditto.
1075 2009-12-16  Rodrigo Kumpera  <rkumpera@novell.com>
1077         * reflection.c (mono_type_get_object): If the type is VAR or MVAR check
1078         if the owner class has not been finished before returning reflection_info.      
1080         Fixes #565127.
1082 2009-12-16  Zoltan Varga  <vargaz@gmail.com>
1084         * reflection.c (mono_custom_attrs_from_param): Avoid a crash if a dynamic
1085         param doesn't have custom attributes. Fixes #565117.
1087         * class.c (mono_bounded_array_class_get): Make these classes PUBLIC. Fixes
1088         #565120.
1090 2009-12-15  Rodrigo Kumpera  <rkumpera@novell.com>
1092         * class.c (mono_class_setup_fields): Fail valuetypes that are bigger than 1Mb.
1094 2009-12-15  Rodrigo Kumpera  <rkumpera@novell.com>
1096         * pedump.c: Add partial-md mode that doesn't perform full metadata verification. It does the
1097         same amount done by a core-clr enabled runtime.
1099 2009-12-15  Marek Habersack  <mhabersack@novell.com>
1101         * appdomain.c (mono_make_shadow_copy): make sure access mode of
1102         the target files is reset to writable by owner and readable by
1103         everyone else to prevent problems when updating shadow copies of
1104         files whose source is read-only. Fixes bug #556884
1106 2009-12-15  Mark Probst  <mark.probst@gmail.com>
1108         * class.c (mono_generic_class_get_class): Allocate the generic
1109         class via malloc again, so that it can be freed when any one of
1110         the images of its constituent types is closed.
1112         * metadata.c: When closing an image, don't free generic insts and
1113         generic classes right away, but put them into a list for later
1114         freeing.
1116         * image.c, metadata-internals.h: Store the free list and in the
1117         second pass of closing an image, free it.
1119 2009-12-14  Rodrigo Kumpera  <rkumpera@novell.com>
1121         * reflection.c (mono_generic_class_get_object): Assert if this is ever called.
1123         * reflection.c (mono_reflection_register_with_runtime): Only register dynamic
1124         types in type_hash.
1126         * reflection.c (resolve_object): Call ensure_complete_type on the inflated field.
1128 2009-12-14  Rodrigo Kumpera  <rkumpera@novell.com>
1130         * reflection.c (mono_reflection_type_get_handle): Properly fail in case of a broken
1131         user type.
1133         * reflection.c (mono_reflection_register_with_runtime): Throws in case a bad user type
1134         is used.
1136 2009-12-14  Miguel de Icaza  <miguel@novell.com>
1138         * verify.c (mono_method_verify): The Unused opcodes produce an
1139         InvalidProgramException on .NET
1141 2009-12-14  Sebastien Pouliot  <sebastien@ximian.com>
1143         * loader.c (mono_method_get_header): Move assert after the verifier
1144         has been called on the method header.
1146 2009-12-12  Rodrigo Kumpera  <rkumpera@novell.com>
1148         * object-internals.h: Remove useless field from MonoReflectionGenericClass.
1150         * appdomain.c: Bump corlib version.
1152 2009-12-12  Rodrigo Kumpera  <rkumpera@novell.com>
1154         To properly support user types, MonoGenericClass has to be used for regular, non SRE,
1155         types as well since otherwise generic instances would not return UT as arguments but
1156         their undelying system type.
1158         * object-internals.h: Change field types of MonoGenericClass and *OnTypeBuilderInst
1159         to reflect the fact that they can have now multiple different types.
1161         * reflection.c (mono_image_get_field_on_inst_token): Handle MonoField.
1163         * reflection.c (mono_image_get_ctor_on_inst_token): Handle MonoCMethod.
1165         * reflection.c (mono_image_get_method_on_inst_token): Handle MonoMethod.
1167         * reflection.c (mono_reflection_register_with_runtime): Init super types
1168         if the image is not dynamic.
1170         * reflection.c (mono_reflection_bind_generic_parameters): In case of a MonoGenericClass,
1171         check if the generic type definition is a TypeBuilder.
1173         * reflection.c (mono_reflection_generic_class_initialize): If the generic type definition
1174         doesn't belong to a dynamic image, skip initialization.
1176         * reflection.c (resolve_object): Properly handle *OnTypeBuilderInst types where their
1177         base definition is not a dynamic type.
1179 2009-12-11  Marek Habersack  <mhabersack@novell.com>
1181         * object.c (mono_ldstr, mono_ldstr_metadata_sig): added calls to
1182         mono_profiler_string_allocation
1184         * string-icalls.c (ves_icall_System_String_InternalAllocateStr):
1185         if string profiling is enabled, call
1186         mono_profiler_string_allocation
1188         * profiler.h: added two MonoProfileFlags -
1189         MONO_PROFILE_IOMAP_EVENTS and MONO_PROFILE_STRING_ALLOC as well as
1190         installation functions for the hooks below.
1192         * profiler-private.h, profiler.c: added two hooks:
1193         mono_profiler_string_allocation called whenever a string is
1194         allocated by InternalAllocateStr and mono_profiler_iomap called
1195         whenever IOMAP code performs an adjustement on a file path.
1197 Fri Dec 11 18:24:04 CET 2009 Paolo Molaro <lupus@ximian.com>
1199         * boehm-gc.c: fixed race condition while getting the target of a
1200         disappearing link (bug #522233).
1202 2009-12-10  Rodrigo Kumpera  <rkumpera@novell.com>
1204         * class.c (mono_type_get_full): Produce warning instead of simply swallowing
1205         the error.
1207 2009-12-10  Rodrigo Kumpera  <rkumpera@novell.com>
1209         * reflection.c: Add mono_reflection_register_with_runtime icall to
1210         allow a MonoGenericClass to register itself as the managed mirror of
1211         a given generic instance.
1212         This is a temporary workaround until all MGC instantiation happens in
1213         managed code.
1215         * object-internals.h: Ditto.
1217         * icall-def.h: Ditto.
1219 2009-12-10  Mark Probst  <mark.probst@gmail.com>
1221         * sgen-gc.c (find_in_remsets): Also search the generic store
1222         remsets.
1224 2009-12-10  Mark Probst  <mark.probst@gmail.com>
1226         * sgen-gc.c: Don't access class names in debugging code when
1227         unloading a domain, because they might not be valid anymore.
1229 2009-12-10  Mark Probst  <mark.probst@gmail.com>
1231         * domain.c, domain-internals.h: New function mono_domain_unset().
1233         * appdomain.c (unload_thread_main): Detach the thread again at the
1234         end.
1236         * threads.c: When a thread exists or is detached, unset its domain
1237         so that it's NULL when, for example, a pthread destructor runs.
1239         * sgen-gc.c: Assert that there is no domain set after a thread is
1240         done.
1242 2009-12-10  Mark Probst  <mark.probst@gmail.com>
1244         * class.c (mono_generic_class_get_class),
1245         metadata.c (free_generic_class): Allocate generic MonoClass's from
1246         the image mempool, not via malloc.  The problem with malloc is
1247         that when unloading a domain those classes are freed before
1248         clearing the heap and SGen needs the classes.  Rewriting the
1249         unloading code to do the free later would be more work and there's
1250         no point in using malloc anyway.
1252 2009-12-09  Sebastien Pouliot  <sebastien@ximian.com>
1254         * loader.c (mono_method_signature): Always call mono_loader_unlock 
1255         before returning.
1257 2009-12-09  Rodrigo Kumpera  <rkumpera@novell.com>
1259         * metadata-verify.c: Add mono_verifier_verify_string_signature to check
1260         user string blobs.
1262         * verify-internals.h: Add new function to the internal API.
1264         * verify.c (do_ldstr): Call into mono_verifier_verify_string_signature to
1265         check if it's a valid string.
1267         * object.c (mono_ldstr): Ditto.
1269         Fixes #561943.
1271 2009-12-09  Rodrigo Kumpera  <rkumpera@novell.com>
1273         * icall.c (ves_icall_GetCurrentMethod): Drop all generic arguments
1274         from a method before returning it. This is the expected behavior.
1276 2009-12-08  Rodrigo Kumpera  <rkumpera@novell.com>
1278         * reflection.c (inflate_method): Handle the case of a regular system type.
1280 2009-12-08  Mark Probst  <mark.probst@gmail.com>
1282         * sgen-gc.c, sgen-pinning-stats.c, sgen-gray.c: More statistics
1283         gathering code.
1285         * mempool.c, mempool-internals.h: New function
1286         mono_mempool_get_bytes_allocated().
1288         * Makefile.am: sgen-pinning-stats.c added.
1290 2009-12-08  Mark Probst  <mark.probst@gmail.com>
1292         * sgen-gc.c (create_allocator): Only use the fast path if the
1293         object size is within the small object size limit.
1295 2009-12-07  Mark Probst  <mark.probst@gmail.com>
1297         * sgen-gc.c: Make sure section->data is aligned to 8 bytes by
1298         possibly adding padding to sizeof (GCMemSection).
1300 2009-12-07  Mark Probst  <mark.probst@gmail.com>
1302         * sgen-gc.c (mono_gc_wbarrier_nostore): Skip the remset if the
1303         reference is not in the nursery.
1305 2009-12-07  Rodrigo Kumpera  <rkumpera@novell.com>
1307         * class.c (mono_class_from_typeref): Bounds check idx against the 
1308         assemblyref table.
1310 2009-12-07  Mark Probst  <mark.probst@gmail.com>
1312         * sgen-gc.c, sgen-pinning.c: When pinning, make only one pass
1313         through the potential roots, then sort the results and find the
1314         pinned objects from there.
1316         * Makefile.am: sgen-pinning.c added.
1318 2009-12-07  Mark Probst  <mark.probst@gmail.com>
1320         * sgen-gc.c: Record generic stores in specialized remset buffers.
1322 2009-12-06  Mark Probst  <mark.probst@gmail.com>
1324         * sgen-gc.c: Make pinned chunks the same size as major heap
1325         sections, and align them as well, so that we can check whether an
1326         object is in a pinned chunk or a major section in constant time.
1328 2009-12-06  Mark Probst  <mark.probst@gmail.com>
1330         * sgen-gc.c (build_nursery_fragments): Don't leak fragments.
1332 2009-12-06  Mark Probst  <mark.probst@gmail.com>
1334         * sgen-gc.c: Make all major heap sections the same size (currently
1335         128k) and allocate them on aligned addresses.  Small heap sections
1336         give us better granularity with pinned objects - we can free up
1337         much more memory.
1339 2009-12-06  Mark Probst  <mark.probst@gmail.com>
1341         * string-icalls.c (ves_icall_System_String_GetLOSLimit): Debug
1342         output removed.
1344 2009-12-05  Zoltan Varga  <vargaz@gmail.com>
1346         Applied patch from Laurent Etiemble (laurent.etiemble@gmail.com).
1348         * mono/metadata/assembly.c: When opening an assembly image, pass the real
1349         names in addition to the runtime generated one.
1351         * mono/metadata/image.h: Add a function to take the real name of the assembly
1352         image.
1354         * mono/metadata/image.c: If a real name has been passed to load an assembly,
1355         use it instead of the runtime generated one.
1357         Code is contributed under MIT/X11 license.
1359 2009-12-05  Zoltan Varga  <vargaz@gmail.com>
1361         * marshal.c (emit_marshal_vtype): Do the klass == date_time_class checks
1362         before the other checks to prevent problems if the DateTime class is blittable.
1363         Hopefully fixes #559600.
1365 2009-12-05  Mark Probst  <mark.probst@gmail.com>
1367         * string-icalls.c, string-icalls.h, icall-def.h: New icall that
1368         returns the largest string length that will not be put into the
1369         LOS.
1371         * sgen-gc.c, gc-internal.h: New function that returns the largest
1372         object size that will not be put into the LOS.
1374         * appdomain.c: Bump corlib version.
1376 2009-12-05  Zoltan Varga  <vargaz@gmail.com>
1378         * class-internals.h: Add MONO_RGCTX_INFO_METHOD_DELEGATE_CODE.
1380         * generic-sharing.c: Handle MONO_RGCTX_INFO_METHOD_DELEGATE_CODE.
1382 2009-12-04  Rodrigo Kumpera  <rkumpera@novell.com>
1384         * reflection.c (inflate_method): Fix signature.
1386         * object-internals.h (MonoReflectionMethodOnTypeBuilderInst): Reflect change
1387         in managed code.
1389 2009-12-04  Rodrigo Kumpera  <rkumpera@novell.com>
1391         * reflection.c (inflate_method): Make this method work with TypeBuilder as well.
1393 2009-12-03  Mark Probst  <mark.probst@gmail.com>
1395         * sgen-gc.c: Abstract to-space handling.
1397 2009-12-03  Rodrigo Kumpera  <rkumpera@novell.com>
1399         * loader.c (find_method_in_class): Ignore methods with broken signatures.
1401         Fixes #559906.
1403 2009-12-03  Mark Probst  <mark.probst@gmail.com>
1405         * sgen-gc.c: Only add references from outside the nursery to
1406         within the nursery to the global remset list.
1408 2009-12-03  Mark Probst  <mark.probst@gmail.com>
1410         * appdomain.c (create_exceptions): Set the domain temporarily if
1411         necessary to avoid cross-domain references.
1413 2009-12-02  Rodrigo Kumpera  <rkumpera@novell.com>
1415         * verify.c (get_stack_type): Return that the type is invalid instead of
1416         asserting.
1418         * verify.c (mono_method_verify): Verify that all locals and arguments
1419         have valid stack types.
1421         Fixes #559913.
1423 2009-12-02  Rodrigo Kumpera  <rkumpera@novell.com>
1425         * verify.c (mono_method_verify): Bounds check the filter offset. Make all
1426         bounds checking overflow aware.
1428         Fixes #559910.
1430 2009-12-02  Rodrigo Kumpera  <rkumpera@novell.com>
1432         * verify.c (do_invoke_method): Check for invalid method signatures.
1434         Fixes #553450.
1436 2009-12-02  Jb Evain  <jbevain@novell.com>
1438         * appdomain.c (MONO_CORLIB_VERSION): bump.
1439         * icall-def.h (get_base_definition): renamed to get_base_method
1440         and add a boolean argument indicating we want the original
1441         method definition, or the immediate base method.
1442         * icall.c: apply the get_base_definition to get_base_method change.
1444 2009-12-02  Rodrigo Kumpera  <rkumpera@novell.com>
1446         * class.c (mono_class_setup_fields): Fail an enum without an instance field.
1448         Fixes #558042.
1450 Wed Dec 2 16:35:49 CET 2009 Paolo Molaro <lupus@ximian.com>
1452         * class.c: remove asserts for invalid type token in
1453         mono_class_name_from_token(), mono_assembly_name_from_token() and
1454         mono_class_create_from_typedef () (fixes bug #553318).
1456 Wed Dec 2 15:48:19 CET 2009 Paolo Molaro <lupus@ximian.com>
1458         * metadata.c, class.c, loader.c: remove assert after bsearch() for
1459         incorrect assemblies (bug #553322).
1461 2009-12-02  Rodrigo Kumpera  <rkumpera@novell.com>
1463         * metadata.c (mono_metadata_inflate_generic_inst): Add MonoError parameter.
1465         * metadata-internals.h: Change signature of mono_metadata_inflate_generic_inst. 
1467         * class.c (inflate_generic_type): Use new version of mono_metadata_inflate_generic_inst.
1469         * class.c (inflate_generic_context): Ditto.
1471         * loader.c (method_from_methodspec): Ditto.
1473         Fixes #558230.
1475 2009-12-02  Rodrigo Kumpera  <rkumpera@novell.com>
1477         * class.c (mono_type_retrieve_from_typespec): Use MonoError machinery to report errors.
1479         * class.c (mono_class_create_from_typespec): Ditto.
1481         * class.c (mono_class_get_full): Fix for change on the above 2 functions.
1483         * class.c (mono_type_get_full): Fix for change on the above 2 functions.
1485         Fixes #558184.
1487 2009-12-02  Rodrigo Kumpera  <rkumpera@novell.com>
1489         * verify.c (mono_class_has_default_constructor): Check fror broken signatures.
1491         * verify.c (verify_delegate_compatibility): Ditto.
1493         * verify.c (do_newobj): Ditto.
1495         Fixes #558046.
1497 2009-12-02  Mark Probst  <mark.probst@gmail.com>
1499         * sgen-gc.c: Use a gray queue instead of requiring that gray
1500         objects are in a contiguous region.
1502         * sgen-gray.c: The gray queue implementation.
1504         * Makefile.am: sgen-gray.c added.
1506 2009-12-02  Mark Probst  <mark.probst@gmail.com>
1508         * appdomain.c: When unloading a domain, zero its static data and
1509         perform a minor collection when using SGen.  That will get rid of
1510         all the remsets pointing into that domain's static data.
1512         * sgen-gc.c: Allow remsets into static data.  By doing this we
1513         need less checks so we're more efficient.
1515 2009-12-01  Rodrigo Kumpera  <rkumpera@novell.com>
1517         * verify.c (mono_method_verify): Check for catch clauses with broken
1518         types.
1520         Fixes #558465.
1522 2009-12-01  Jb Evain  <jbevain@novell.com>
1524         * class.c (make_generic_param_class): set the namespace of
1525         the generic parameter class from its owner, if available.
1527 2009-12-01  Rodrigo Kumpera  <rkumpera@novell.com>
1529         * verify.c (code_bounds_check): Do proper overflow checking.
1531         * verify.c (mono_method_verify): The number of switch entries is
1532         an unsigned int. Properly bounds check it.
1534         Fixes #558594.
1536 2009-12-01  Rodrigo Kumpera  <rkumpera@novell.com>
1538         * metadata.c: Kill mono_metadata_get_param_attrs_checked. Add
1539         mono_metadata_method_has_param_attrs which only checks if a given param
1540         list has a non zero flags entry.
1542         * metadata.c (mono_metadata_get_param_attrs): Add param_count parameter
1543         to inform how many params should we expect to decode.
1545         * loader.c (mono_method_signature): Use mono_metadata_method_has_param_attrs
1546         as it's faster than mono_metadata_get_param_attrs.
1548         * metadata-internals.h: Fix mono_metadata_get_param_attrs signature and
1549         add mono_metadata_method_has_param_attrs.
1551 2009-12-01  Rodrigo Kumpera  <rkumpera@novell.com>
1553         * class.c (mono_class_setup_vtable_general): Check for mono_method_get_vtable_slot
1554         failures.
1556         * class.c (mono_method_get_vtable_slot): Don't assert if the computed method slot
1557         is -1 but its class is broken.
1559         Fixes #558522.
1561 2009-12-01  Rodrigo Kumpera  <rkumpera@novell.com>
1563         * metadata.c: Introduce mono_metadata_get_param_attrs_checked which checks
1564         for parameter overflow.
1566         * metadata.c (mono_metadata_parse_method_signature_full): Use checked version
1567         of mono_metadata_get_param_attrs.
1569         * metadata-internals.h: Add mono_metadata_get_param_attrs_checked to the internal
1570         API.
1572         * loader.c (mono_method_signature): Use checked version of mono_metadata_get_param_attrs.
1574 2009-12-01  Rodrigo Kumpera  <rkumpera@novell.com>
1576         * class.c (mono_class_setup_fields): Check for fields with broken types.
1578         Fixes #558741.
1580 2009-11-28  Rodrigo Kumpera  <rkumpera@novell.com>
1582         * reflection.c (ensure_generic_class_runtime_vtable): Split this function in 2
1583         so we can avoid calling ensure_runtime_vtable multiple times for the GTD during
1584         its TypeBuilder::CreateType ().
1586         * reflection.c (ensure_generic_class_runtime_vtable): Avoid initializing interfaces
1587         if not needed.
1589         * reflection.c: Every time we change the interface array, set interfaces_packed to NULL
1590         to make setup_interface_offsets happy.
1592         * reflection.c (remove_instantiations_of_and_ensure_contents): Fix instances again as corlib
1593         compilation now works.
1595 2009-11-28  Zoltan Varga  <vargaz@gmail.com>
1597         * appdomain.c (create_exceptions): New helper function extracted from
1598         mono_runtime_init () to precreate objects used during exception handling.
1599         (mono_runtime_init): Call it.
1600         (mono_domain_create_appdomain_internal): Ditto. Fixes #555264.
1602 2009-11-27  Rodrigo Kumpera  <rkumpera@novell.com>
1604         * reflection.c (remove_instantiations_of_and_ensure_contents): Temp hack to fix corlib
1605         compilation until the proper one is found.
1607 2009-11-27  Zoltan Varga  <vargaz@gmail.com>
1609         * class.c (mono_class_setup_vtable_general): Cache the result of
1610         get_virtual_methods () since it can be slow because of the metadata
1611         optimization.
1613         * metadata-internals.h (_MonoImage): Change 'method_cache' to a GHashTable
1614         from a MonoValueHashTable for now, since the later is based on an earlier
1615         version of hpj's internal probing code and seems to have serious collision
1616         issues.
1618         * loader.c (mono_get_method_full): Update after the change above.
1620 2009-11-26  Zoltan Varga  <vargaz@gmail.com>
1622         * class-internals.h (MonoCachedClassInfo): Add 'is_generic_container' field.
1624 2009-11-26  Rodrigo Kumpera  <rkumpera@novell.com>
1626         * reflection.c (get_field_on_inst_generic_type): Try to fallback using the field from
1627         the GTD instead of the DGC instead of crashing.
1629         * reflection.c (ensure_generic_class_runtime_vtable): Only reinflate stuff that is
1630         required. Inflate fields if needed.
1632         * reflection.c (remove_instantiations_of): Ensure generic instances are properly
1633         finished. Renamed.
1635 2009-11-26  Rodrigo Kumpera  <rkumpera@novell.com>
1637         * class.c (check_interface_method_override): Check for NULL signatures and fail
1638         the type.
1640         * debug-helpers.c (mono_signature_get_desc): Return a fixed string for NULL signatures.
1642         Fixes #553428.
1644 2009-11-26  Zoltan Varga  <vargaz@gmail.com>
1646         * class.c (mono_class_get_virtual_methods): Call decode_row_col to obtain
1647         the MONO_METHOD_FLAGS column instead of decoding the whole row.
1649 2009-11-25  Rodrigo Kumpera  <rkumpera@novell.com>
1651         * loader.c (field_from_memberref): Resolve the class first then the field
1652         signature. Remove a lot of duplicated code and make sure we don't pass valid
1653         values to mono_loader_set_error_field_load.
1655         Fixes #553306.
1657 2009-11-25  Rodrigo Kumpera  <rkumpera@novell.com>
1659         * class.c (inflate_generic_type): Change code to use new signature of
1660         mono_error_set_bad_image.
1662         Fixes #558124.
1664 2009-11-25  Sebastien Pouliot  <sebastien@ximian.com> 
1666         * verify.c (mono_method_verify): Don't free ctx.params items if 
1667         we aborted while inflating the ctx.locals. Complete previous fix
1669 2009-11-25  Sebastien Pouliot  <sebastien@ximian.com>
1671         * verify.c (mono_method_verify): Use the uninflated type name, 
1672         when the inflated is null, to report errors. Also take care when
1673         freeing, not to free everything since, in case of an error, some
1674         stuff would be copies (i.e. not allocated by the function itself)
1675         Fix bug #558145
1677 2009-11-24  Rodrigo Kumpera  <rkumpera@novell.com>
1679         * verify.c (stack_push, stack_pop, stack_pop_safe): Assert if we underflow
1680         or overflow. The caller must have done this check explicitly. This guard us
1681         from accessing invalid memory.
1683         * verify.c (do_push_static_field): Check for stack overflow.
1685         Fixes #553333.
1687 2009-11-24  Rodrigo Kumpera  <rkumpera@novell.com>
1689         * loader.c (find_method_in_class): Don't crash if the signature cannot
1690         be resolved.
1692         * metadata.c (mono_metadata_parse_generic_param): Return NULL instead
1693         of asserting for the case of invalid params.
1695         Fixes #553304.
1697 2009-11-24  Sebastien Pouliot  <sebastien@ximian.com>
1699         * image.c (mono_image_load_module): Fix crash when a bad assembly
1700         has no module at all (fix bug #553412) and also replace the 
1701         g_assert with a return NULL (documented return value for failure)
1703 2009-11-23  Zoltan Varga  <vargaz@gmail.com>
1705         * debug-helpers.c (mono_type_get_desc): Handle typedbyref.
1707 2009-11-23  Miguel de Icaza  <miguel@novell.com>
1709         * file-io.c: Change FindFirst/FindNext/FindClose API to return the
1710         file attribute to managed code and avoid doing the mask/attribute
1711         checks here. 
1713 2009-11-22  Miguel de Icaza  <miguel@novell.com>
1715         * file-io.c: Surface a smart FindFirst/FindNext/FindClose API to
1716         the managed world.
1718         * icall-def.h: New entry points.
1719         
1720 2009-11-19  Mark Probst  <mark.probst@gmail.com>
1722         * process.c: Don't put references to managed objects into a
1723         g_ptr_array.
1725 2009-11-18  Sebastien Pouliot  <sebastien@ximian.com>
1727         * class.c (can_access_internals): Allow CoreCLR to participate in
1728         allowing (or not) [InternalsVisibleTo] between assemblies.
1729         * security-core-clr.c|h: Make sure that only trusted code (a 
1730         superset of platform code) can access the internals of platform
1731         code.
1733 Mon Nov 16 16:28:11 CET 2009 Paolo Molaro <lupus@ximian.com>
1735         * reflection.c: use the correct base class to get the virtual method
1736         "get_UnderlyingSystemType" and speed up the icall. Fixes bug #555013.
1738 2009-11-16  Sebastien Pouliot  <sebastien@ximian.com>
1740         * security-core-clr.c (get_caller_no_reflection_related): 
1741         [Mono]Type.InvokeMember is outside System.Reflection[.Emit] but
1742         it's still reflection and must be filtered correctly.
1744 2009-11-16  Mark Probst  <mark.probst@gmail.com>
1746         * object.c (compute_class_bitmap): Fix for large bitmaps.
1748 2009-11-15  Zoltan Varga  <vargaz@gmail.com>
1750         (mono_gc_get_suspend_signal): Fix the build with a system libgc.
1752         * boehm-gc.c (mono_gc_base_init): Applied patch from DKoushik K. Dutta (
1753         koush@koushikdutta.com). Disable GC_no_dls on android.
1755 2009-11-12  Mark Probst  <mark.probst@gmail.com>
1757         * sgen-gc.c (find_tlab_next_from_address): Handle the case where
1758         tlab_next points outside the TLAB because the allocator was
1759         interrupted.
1761 2009-11-09  Rodrigo Kumpera  <rkumpera@novell.com>
1763         * reflection.c (mono_image_module_basic_init): Handle exceptions correctly.
1765 2009-11-09  Rodrigo Kumpera  <rkumpera@novell.com>
1767         * object-internals.h: Change signature for mono_string_to_utf8_image.
1769         * object.c (mono_string_to_utf8_image): Change signature to take a MonoError
1770         argument.
1772         * reflection.c: Take care of mono_string_to_utf8_image change and avoid raising
1773         exceptions due to mono_string_to_utf8.
1775 2009-11-09  Rodrigo Kumpera  <rkumpera@novell.com>
1777         * object-internals.h: Change signature for mono_string_to_utf8_mp.
1779         * object.c (mono_remote_class): Make sure all resources are released before
1780         raising an exception.
1782         * object.c (mono_print_unhandled_exception): Avoid raising an exception.
1784 2009-11-09  Rodrigo Kumpera  <rkumpera@novell.com>
1786         * mono-perfcounters.c (network_get_impl): Change variable initialization
1787         ordering to fix potential memory leak in case of exceptions.
1789         * mono-perfcounters.c (mono_perfcounter_create): Properly handle badly
1790         encoded strings.
1791         
1792 2009-11-09  Rodrigo Kumpera  <rkumpera@novell.com>
1794         * file-io.c (ves_icall_System_IO_MonoIO_GetFileSystemEntries): Change
1795         variable initialization ordering to fix potential memory leak in case
1796         of exceptions.
1798 2009-11-09  Zoltan Varga  <vargaz@gmail.com>
1800         * icall.c (mono_ArgIterator_Setup): Remove the MONO_ARCH_REGPARMS stuff, its not
1801         needed.
1803 2009-11-07  Rodrigo Kumpera  <rkumpera@novell.com>
1805         * appdomain.c: Fix shadow path code to better deal with exceptions.
1807 2009-11-07  Rodrigo Kumpera  <rkumpera@novell.com>
1809         * appdomain.c: Use checked version of mono_string_to_utf8 to avoid raising an
1810         exception in the middle of the runtime code.
1812 2009-11-07  Rodrigo Kumpera  <rkumpera@novell.com>
1814         * icall.c (ves_icall_System_Environment_InternalSetEnvironmentVariable): Don't
1815         leak memory with broken envvar value.
1817 2009-11-06  Mark Probst  <mark.probst@gmail.com>
1819         * reflection.c (mono_reflection_setup_internal_class): Because
1820         nested classes are not added to the name cache, we must put them
1821         in the reflection_info_unregister_classes list.
1823 2009-11-05  Sebastien Pouliot  <sebastien@ximian.com>
1825         * class.c: When CoreCLR is enabled don't call mono_init_com_types
1826         if MONO_CLASS_IS_IMPORT return true unless the type reside in 
1827         platform (trusted) code. Instead we return a TypeLoadException to
1828         be thrown later. This is the exception thrown by Silverlight 2 if
1829         a type, inside application (user) code is marked with [ComImport]
1831 2009-11-05  Zoltan Varga  <vargaz@gmail.com>
1833         * icall.c (ves_icall_System_Diagnostics_Debugger_IsAttached_internal): Call
1834         mono_is_debugger_attached () too.
1836         * mono-debug.c (mono_is_debugger_attached): New helper function.
1837         (mono_set_is_debugger_attached): Ditto.
1839 2009-11-05  Rodrigo Kumpera  <rkumpera@novell.com>
1841         * object-internals.h: Add mono_string_to_utf8_checked.
1843         * object.c: Implement mono_string_to_utf8_checked.
1845 2009-11-05  Rodrigo Kumpera  <rkumpera@novell.com>
1847         * class.c: Add missing check for load errors after every
1848         call to mono_class_setup_fields
1850         Fixes #552282.
1852 2009-11-05  Rodrigo Kumpera  <rkumpera@novell.com>
1854         metadata-verify.c (verify_tables_schema): Fix the error message.
1856 2009-11-05  Rodrigo Kumpera  <rkumpera@novell.com>
1858         * metadata.c: Change event table schema to use TDOR for event type
1859         as this is what it's meant to be.
1861         * metadata.c (mono_metadata_compute_size): Change MONO_TABLE_ASSEMBLYPROCESSOR
1862         to MONO_TABLE_ASSEMBLYREFPROCESSOR, which is table that has a MONO_MT_TABLE_IDX
1863         entry.
1865         * metadata.c (mono_metadata_compute_size): Trim MT_TABLE_IDX of code that no
1866         longer makes sense: remove MONO_TABLE_EVENT and remove checks for non-existent
1867         rows in MONO_TABLE_GENERICPARAM.
1869         Fixes #552289.
1871 2009-11-05  Rodrigo Kumpera  <rkumpera@novell.com>
1873         * class.c (mono_image_add_to_name_cache): Assert on duplicate
1874         insertion.
1876         * reflection.c (mono_reflection_setup_internal_class): Avoid
1877         registering a gc root the same MonoClass multiple times.
1878         Don't register nested types on the global scope as they should
1879         not be available there.
1881 2009-11-05  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1883         * culture-info-tables.h: regenerated.
1885 2009-11-04 Gonzalo Paniagua Javier <gonzalo@novell.com>
1887         * debug-helpers.c: avoid g_strdup() in mono_type_full_name().
1889 2009-11-04  Sebastien Pouliot  <sebastien@ximian.com>
1891         * string-icalls.c|h: Remove string internal calls that are not 
1892         used anymore by the class libraries.
1893         * icall.c: Remove System_Reflection_FieldInfo_internal_from_handle
1894         which is not used in the class librairies.
1895         * icall-def.h: Update tables.
1897 2009-11-04  Rodrigo Kumpera  <rkumpera@novell.com>
1899         * class.h: Move mono_class_inflate_generic_type_checked...
1901         * class-internals.h: to here and make it internal. We don't want to
1902         further expose MonoGenericContext. 
1904 2009-11-04  Rodrigo Kumpera  <rkumpera@novell.com>
1906         * verify.c (mono_method_verify): Improve error message.
1908 2009-11-04  Rodrigo Kumpera  <rkumpera@novell.com>
1910         * reflection.c (fieldref_encode_signature): If field_image is NULL then
1911         the token is already properly encoded. Fixs 4.0 build.
1913 2009-11-04  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1915         * locales.c (construct_number_format): Check if the number index is
1916         valid before trying to use it, if not, just return.
1917         
1918 2009-11-04  Zoltan Varga  <vargaz@gmail.com>
1920         * marshal.c (mono_marshal_get_runtime_invoke): Don't reset abort exceptions,
1921         since that loses the abort state. Fixes #539394.
1923 2009-11-03  Zoltan Varga  <vargaz@gmail.com>
1925         * marshal.c (mono_marshal_get_native_wrapper): For icall wrappers, add an
1926         explicit this argument to the call signature.
1927         (mono_marshal_get_icall_wrapper): Ditto.
1929 2009-11-03  Rodrigo Kumpera  <rkumpera@novell.com>
1931         * reflection.c (fieldref_encode_signature): Add new field_image parameter
1932         to indicate which assembly to use when resolving a custom-mod.
1934         Fixes handling of volatile fields used across assemblies as reported in #551513.
1936 2009-11-03  Rodrigo Kumpera  <rkumpera@novell.com>
1938         * loader.c: Improve error messages.
1940 2009-11-03  Rodrigo Kumpera  <rkumpera@novell.com>
1942         * class.c (mono_class_setup_methods): Only give a slot for virtual methods
1943         of interfaces. Fixes IKVM.
1945         * class.c (mono_class_setup_vtable_general): Improve debug spew.
1947 2009-11-03  Rodrigo Kumpera  <rkumpera@novell.com>
1949         * verify.c (verifier_inflate_type): Return the inflated type on success.
1951 2009-11-02  Zoltan Varga  <vargaz@gmail.com>
1953         * debug-mono-symfile.c (check_line): Fix the handling of IL offset 0.
1955         * threads.c (mono_thread_attach): Call the profiler thread start callback.
1957         * object-internals.h (_MonoThreadInternal): Add a 'flags' field.
1959         * threads.c (build_wait_tids): Ignore threads which have the DONT_MANAGE
1960         flag set.
1962         * profiler.c: Add new profiler callbacks for runtime invoke.
1964         * object.c (mono_runtime_invoke): Call the runtime invoke callbacks.
1966 2009-11-01  Mark Probst  <mark.probst@gmail.com>
1968         * sgen-gc.c: Keep track of the reason for a major collection and
1969         write it to the heap-dump file.
1971 2009-10-31  Miguel de Icaza  <miguel@novell.com>
1973         * threads.c: refactor the code that initializes the
1974         thread_start_args into a reusable function and use this in the two
1975         methods that start up threads.
1977 2009-10-31  Zoltan Varga  <vargaz@gmail.com>
1979         * appdomain.c (mono_domain_try_unload): Applied patch from Romain Tartière.
1980         Fix returning when WaitForSingleObjectEx returns WAIT_IO_COMPLETION.
1982 2009-10-31 Gonzalo Paniagua Javier <gonzalo@novell.com>
1984         * mono-perfcounters.c: add the "_Total" instance for CPU counters.
1985         Until now, we only had the per-cpu(core) counters.
1987 2009-10-28  Mark Probst  <mark.probst@gmail.com>
1989         * gc-internal.h, boehm-gc, sgen-gc.c, null-gc: Add
1990         mono_gc_get_suspend_signal(), which returns the suspend signal
1991         number used by the GC.
1993 2009-10-25  Zoltan Varga  <vargaz@gmail.com>
1995         * threads.c (start_wrapper): Avoid an assert if thread_start_args () is NULL.
1997         * threads.c (start_wrapper): Call mono_profiler_thread_start () later after
1998         signalling start_notify.
2000 2009-10-24 Gonzalo Paniagua Javier <gonzalo@novell.com>
2002         * appdomain.c: do not test the st_mode field for shadow-copies.
2003         Fixes bug #545276.
2005 2009-10-24 Gonzalo Paniagua Javier <gonzalo@novell.com>
2007         * threadpool.[ch]: added hooks for thread start/finish and item
2008         processing begin/end. For monotouch use only.
2010 2009-10-24  Zoltan Varga  <vargaz@gmail.com>
2012         * threads.c (mono_thread_get_name): New helper function.
2014         * reflection.c (resolve_object): Set handle_class for strings too.
2015         (mono_reflection_create_custom_attr_data_args): New helper function to decode
2016         a cattr blob into a set of arrays and structures without creating the custom
2017         attributes themselves.
2018         (create_custom_attr_data): Simplify using create_custom_attr_data_args.
2020         * mono-debug.c (mono_debug_il_offset_from_address): New helper function.
2022         * debug-mono-symfile.c (mono_debug_symfile_get_line_numbers): New helper
2023         function.
2025 2009-10-23  Rodrigo Kumpera  <rkumpera@novell.com>
2027         * verify.c: Replace calls to mono_class_inflate_generic_type with
2028         mono_class_inflate_generic_type_checked. Fixes #480005.
2030 2009-10-23  Rodrigo Kumpera  <rkumpera@novell.com>
2032         * class.c (mono_class_inflate_generic_type_with_mempool): Clear the error
2033         object since not all paths lead to callees initing it.
2035 2009-10-23  Alp Toker  <alp@nuanti.com>
2037         Fix embedding API breakage from r144688. mono-compiler.h is an internal
2038         header and should not be shipped:
2040         * class.h: Back out MONO_DEPRECATED change. Currently depends on config.h
2041         which is specific to the mono build. Not going to work.
2043 2009-10-23  Sebastien Pouliot  <sebastien@ximian.com>
2045         * security-manager.c: Report if core-clr is active from
2046         ves_icall_System_Security_SecurityManager_get_SecurityEnabled
2047         to allow Moonlight BCL to behave appropriately (both in browser
2048         and outside, e.g. smcs)
2050 2009-10-23 Gonzalo Paniagua Javier <gonzalo@novell.com>
2052         * mono-config.c: ignore UTF-8 BOM and report parser errors.
2053         Fixes bug #549108.
2055 2009-10-22 Gonzalo Paniagua Javier <gonzalo@novell.com>
2057         * class.c: fix typo.
2059 2009-10-22  Rodrigo Kumpera  <rkumpera@novell.com>
2061         * class-internals.h: Change signature of mono_class_inflate_generic_type_with_mempool to take
2062         a MonoError parameter.
2064         * class.h: Mark mono_class_inflate_generic_type deprecated, add new mono_class_inflate_generic_type_checked
2065         version that can does proper error handling.
2067         * class.c (inflate_generic_type): Add a MonoError parameter. Don't assert on error, use new mono error machinery.
2069         * class.c (mono_class_inflate_generic_type_with_mempool): Add new MonoError parameter.
2071         * class.c, generics-sharing.c: Changes to handle mono_class_inflate_generic_type_with_mempool new signature.
2073 2009-10-20  Zoltan Varga  <vargaz@gmail.com>
2075         * debug-helpers.c (dis_one): Fix the disassembly of empty strings when
2076         NO_UNALIGNED_ACCESS is defined.
2078 2009-10-22  Zoltan Varga  <vargaz@gmail.com>
2080         * marshal.c (mono_string_builder_to_utf16): Applied patch from
2081         Hib Eris  <hib@hiberis.nl>. Return empty string for empty string builders.
2082         Fixes #549173.
2084 2009-10-22  Mark Probst  <mark.probst@gmail.com>
2086         * sgen-gc.c: Shorten sections whenever possible.
2088 2009-10-22  Mark Probst  <mark.probst@gmail.com>
2090         * sgen-gc.c: Use our portable semaphore #defines.
2092 2009-10-22  Mark Probst  <mark.probst@gmail.com>
2094         * sgen-gc.c: A debug option for dumping the heap layout to a file
2095         after each collection.
2097 2009-10-21  Mark Probst  <mark.probst@gmail.com>
2099         * sgen-gc.c: Make managed write barriers atomic via
2100         thread-restarts.
2102 2009-10-21  Rodrigo Kumpera  <rkumpera@novell.com>
2104         * verify.c (verify_delegate_compatibility): Properly verify delegate creation of static
2105         methods. Fixes #543021.
2107 2009-10-21 Gonzalo Paniagua Javier <gonzalo@novell.com>
2109         * socket-io.[ch]: fix VS build.
2111 2009-10-21 Gonzalo Paniagua Javier <gonzalo@novell.com>
2113         * icall-def.h:
2114         * socket-io.[ch]: implemented SendFile.
2116 2009-10-20  Zoltan Varga  <vargaz@gmail.com>
2118         * class.c (mono_class_create_from_typedef): Initialize class->element_class
2119         before the interfaces to avoid crashes later if class initialization fails.
2120         Fixes #548417.
2122         * marshal.c (emit_marshal_vtype): Implement byref marshalling of DateTime.
2123         Fixes #548276.
2125 2009-10-20  Marek Safar  <marek.safar@gmail.com>
2127         * domain.c: Bump 4.0 version.
2129 2009-10-19  Sebastien Pouliot  <sebastien@ximian.com>
2131         * assembly.c (mono_assembly_load_reference): Fix leak when 'status'
2132         code is known. (parse_public_key) Remove duplicate (unneeded) NULL
2133         check since 'pubkey' can't be NULL at this stage
2134         * icall.c (ves_icall_System_Array_FastCopy): Add comment about
2135         the check. (ves_icall_Type_GetInterfaceMapData) Remove duplicate
2136         initialization of 'iter'
2138 2009-10-16  Bill Holmes  <billholmes54@gmail.com>
2140         * cominterop.c : Search the interface parts of vtable to find 
2141           method matches.  Fixes 547030.
2143         Code is contributed under MIT/X11 license.
2145 2009-10-15 Gonzalo Paniagua Javier <gonzalo@novell.com>
2147         * marshal.c: BeginInvoke cannot be called on multicast delegates with
2148         multiple targets. Fixes bug #574426.
2150 2009-10-14  Massimiliano Mantione  <massi@ximian.com>
2152         * profiler.h: Put here the definition of
2153         MONO_PROFILER_MAX_STAT_CALL_CHAIN_DEPTH
2154         (and fix the build...).
2156 2009-10-14  Massimiliano Mantione  <massi@ximian.com>
2158         * profiler.c, profiler.h, profiler-private.h:
2159         Added support for different ways of getting call chains in stat mode.
2161 2009-10-12  Mark Probst  <mark.probst@gmail.com>
2163         * object.c, object-internals.h: New function for computing the
2164         size of an array, factored out of mono_array_new_full().  Use
2165         SGen's functions for allocating arrays and vectors.
2167         * sgen-gc.c, gc-internal.h: Special functions for allocating
2168         arrays and vectors without race conditions.  A managed array
2169         allocator method.
2171         * boehm-gc.c, null-gc.c: Don't provide a managed array allocator.
2173 2009-10-12  Mark Probst  <mark.probst@gmail.com>
2175         * object.c, object.h, icall.c: Write barriers do the copying now,
2176         as well, so no need for an additional memcpy.
2178         * sgen-gc.c: Lock when storing remsets.  Do the memory
2179         copying/moving in the write barriers.
2181         * null-gc.c, boehm-gc.c: Write barriers must copy here, too.
2183         * reflection.c: Added an assert.
2185 2009-10-12  Mark Probst  <mark.probst@gmail.com>
2187         * threads.c, process.c: A few missing write barriers.
2189 2009-10-12  Joel W. Reed <joelwreed@gmail.com>
2191         * mono-perfcounters.c, mono-perfcounters-def.h: Add
2192         network performance counters for bytes sent per second, bytes
2193         received per second, and bytes total per second.
2195         Code is contributed under MIT/X11 license.
2197 2009-10-09  Mark Probst  <mark.probst@gmail.com>
2199         * threads.c (ves_icall_System_Threading_Thread_GetAbortExceptionState):
2200         Fix warning.
2202 2009-10-09  Mark Probst  <mark.probst@gmail.com>
2204         * threads.c, object-internals.h, object.c: Move code for
2205         transferring an object to a different domain (via
2206         serialization/remoting) to object.c.
2208         * object.c (call_unhandled_exception_delegate): If the exception
2209         is in a different domain than the delegate, transfer the exception
2210         to that domain.
2212 2009-10-07  Zoltan Varga  <vargaz@gmail.com>
2214         * marshal.c (emit_marshal_vtype): Emit marshalling of DateTime to OLE DATE.
2215         Fixes #322934.
2217 2009-10-06  Zoltan Varga  <vargaz@gmail.com>
2219         * domain.c (DEFAULT_RUNTIME_VERSION): Change this to v2.0.
2221 2009-10-06  Mark Probst  <mark.probst@gmail.com>
2223         * object.c (mono_method_return_message_restore): Handle the case
2224         where the argument is an instance of a generic type.  Fixes
2225         #544446.
2227 2009-10-06  Mark Probst  <mark.probst@gmail.com>
2229         * object.c (set_value): Write barrier fix - we must pass the
2230         count, not the size.
2232 2009-10-05  Zoltan Varga  <vargaz@gmail.com>
2234         * domain.c (mono_init_internal): Print a useful error message when encountering
2235         an old mscorlib, instead of crashing. Fixes #544307.
2237 2009-10-04  Zoltan Varga  <vargaz@gmail.com>
2239         * appdomain.c (copy_app_domain_setup): Fix a warning.
2241         * debug-helpers.c (dis_one): Ditto.
2243 2009-10-04  Mark Probst  <mark.probst@gmail.com>
2245         * domain-internals.h, appdomain.c: The AppDomainSetup is copied
2246         into the new domain, instead of referencing the original one.
2248         * marshal.c, marshal.h: Make mono_marshal_xdomain_copy_value()
2249         non-static.
2251         * appdomain.c: Corlib version bump.
2253 2009-10-02 Gonzalo Paniagua Javier <gonzalo@novell.com>
2255         * threadpool.c: one more...
2257 2009-10-02 Gonzalo Paniagua Javier <gonzalo@novell.com>
2259         * threadpool.c: forgot a LeaveCriticalSection when telling the idle
2260         threads to die because we're shutting down. delgate5.exe works again.
2262 2009-10-01  Bill Holmes  <billholmes54@gmail.com>
2264         * cominterop.c (mono_marshal_free_ccw_entry): Updating the
2265           ccw_interface_hash table when a ccw is finalized.
2267         Code is contributed under MIT/X11 license.
2269 2009-09-30  Mark Probst  <mark.probst@gmail.com>
2271         * assembly.c, domain.c, image.c, metadata-internals.h: Split
2272         domain and image unloading into two steps.  We must do this
2273         because clearing the domain in SGen requires the class metadata to
2274         be intact, but we need to free the mono_g_hash_tables in case a
2275         collection occurs during domain unloading and the roots would trip
2276         up the GC.
2278 2009-09-30  Mark Probst  <mark.probst@gmail.com>
2280         * object-internals.h: Remove serialized culture fields from
2281         MonoInternalThread.
2283         * icall-def.h, thread-types.h, threads.c: Remove serialized
2284         culture icalls.
2286         * appdomain.c: Corlib version bump.
2288 2009-09-30  Zoltan Varga  <vargaz@gmail.com>
2290         * marshal.c (emit_marshal_object): Emit out marshalling of stringbuilders.
2291         Fixes #543133.
2293 2009-09-30  Mark Probst  <mark.probst@gmail.com>
2295         * sgen-gc.c: Try to shorten the new section after a major
2296         allocation to avoid ever-growing sections.
2298 2009-10-13  Martin Baulig  <martin@ximian.com>
2300         * mono-debug-debugger.h (MonoDebuggerEvent): Renamed
2301         `MONO_DEBUGGER_EVENT_TRAMPOLINE' into
2302         `MONO_DEBUGGER_EVENT_OLD_TRAMPOLINE' and added a new
2303         `MONO_DEBUGGER_EVENT_TRAMPOLINE'.
2305         * mono-debug.h (MONO_DEBUGGER_MINOR_VERSION): Bump to 4.
2307 2009-09-29 Gonzalo Paniagua Javier <gonzalo@novell.com>
2309         * threadpool.c: fixed the order in which 'completed' and the wait
2310         handle, if any, are set.  Fixes bug #542933 and delegate2.exe
2311         No need to use the wait_handle field of ASyncCall. Make sure the
2312         threadpool is active when adding a job or queueing an idle thread.
2314 2009-09-29  Zoltan Varga  <vargaz@gmail.com>
2316         * object.c (mono_unhandled_exception): Fix a crash if there is no main thread.
2318         * threads.c (build_wait_tids): Fix a crash if there is no main thread, like
2319         when using --compile-all.
2321 2009-09-27  Mark Probst  <mark.probst@gmail.com>
2323         * metadata.c (free_generic_class): Unregister the field_objects
2324         roots if we're using SGen.
2326 2009-09-27  Mark Probst  <mark.probst@gmail.com>
2328         * reflection.c (mono_dynamic_image_free): Deregister the GC root
2329         for GenericParamTableEntry.gparam.
2331 2009-09-27 Gonzalo Paniagua Javier <gonzalo@novell.com>
2333         * marshal.c: don't create the handle when calling. It is created later
2334         if needed.
2336 2009-09-26  Mark Probst  <mark.probst@gmail.com>
2338         * sgen-gc.c: Warning fixes.
2340 2009-09-26  Mark Probst  <mark.probst@gmail.com>
2342         * sgen-gc.c: New debug option "xdomain-checks", which scans the
2343         whole heap for cross-domain references before each collection.
2345         * sgen-scan-object.h: The scan action can now use SCAN to scan the
2346         object.
2348         * threadpool-internals.h, threadpool.c: New function
2349         mono_thread_pool_is_queue_array() for checking whether a given
2350         array is used as a (cross-domain) queue by the thread pool code.
2352 2009-09-26  Mark Probst  <mark.probst@gmail.com>
2354         * sgen-gc.c: New function mono_gc_scan_for_specific_ref() which
2355         searches the whole heap for objects containing a specific
2356         reference.  Only for debugging.
2358 2009-09-26  Mark Probst  <mark.probst@gmail.com>
2360         * appdomain.c (MONO_CORLIB_VERSION): Bumped.
2362         * icall-def.h, threads.c, threads-types.h: New icalls for copying
2363         byte arrays between domains.
2365 2009-09-25 Gonzalo Paniagua Javier <gonzalo@novell.com>
2367         * threadpool.c:
2368         * class-internals.h:
2369         * mono-perfcounters-def.h:
2370         * mono-perfcounters.c:
2371         -There is a list of idle threads
2372         -Each of those idle threads wait on their own WaitHandle instead
2373         of all of them using the same semaphore. When a new work item is
2374         added, the job is assigned directly to an idle thread or a newly
2375         created one if possible and then the handle for that thread is
2376         signaled. Compare that to the current approach where all the
2377         threads in the pool compete to dequeue a job from the same
2378         queue.
2379         -New struct ThreadPool that brings together the bunch of static
2380         variable for each threadpool (IO and regular).
2381         -New performance counters: # of items added and its rate per
2382         threadpool. The rate will be used later, perhaps together with
2383         other perf. counters, to decide when idle threads should exit.
2385 2009-09-25  Jonathan Chambers  <joncham@gmail.com>
2387         * socket-io.c (ves_icall_System_Net_Sockets_Socket_Receive_internal): 
2388         Fix typo on Windows build.      
2389         (ves_icall_System_Net_Sockets_Socket_Accept_internal): Fix typo on Windows build.
2390         
2391         Code is contributed under MIT/X11 license.
2393 2009-09-25  Mark Probst  <mark.probst@gmail.com>
2395         * object-internals.h: The Thread class is split up into Thread and
2396         InternalThread now.  We have exactly one InternalThread per
2397         thread, and at most one Thread per appdomain per thread.  Most
2398         data is stored in InternalThread.  All InternalThread objects live
2399         in the root domain.
2401         * class-internals.h: Add internal_thread_class to MonoDefaults.
2403         * appdomain.c (mono_domain_unload), attach.c (receiver_thread),
2404         domain.c, gc.c, icall-def.h, monitor.c, object.c, sgen-gc.c,
2405         socket-io.c, threadpool.c, thread-types.h, threads.c: Changes
2406         resulting from the split of the Thread class.
2408         * gc-internal.h: Prototype for new function for checking whether a
2409         thread is the finalizer thread.
2411         * appdomain.c: Corlib version bump.
2413 2009-09-25  Rolf Bjarne Kvinge  <RKvinge@novell.com>
2415         * appdomain.c|h: Add a mono_domain_try_unload method which is
2416         equivalent to mono_domain_unload, except that it returns an exception
2417         instead of throwing it. Make mono_domain_unload use the
2418         mono_domain_try_unload method to avoid code-duplication.
2420 2009-09-25  Zoltan Varga  <vargaz@gmail.com>
2422         * debug-helpers.c (dis_one): Avoid unaligned accesses on platforms where that is
2423         a problem.
2425 2009-09-24  Zoltan Varga  <vargaz@gmail.com>
2427         * marshal.c (emit_ptr_to_object_conv): Generate an exception instead of
2428         aborting when a conversion is not implemented.
2430 2009-09-23  Miguel de Icaza  <miguel@novell.com>
2432         * verify.c: when comparing culture strings, use g_ascii_strcmp
2434         * assembly.c (mono_public_tokens_are_equal): Change g_strcasecmp
2435         when comparing public key tokens to use memcmp on 16 bytes.   I do
2436         not believe this ever worked as advertised in the past.
2438         The standard Public Key is 00 00 00 00 00 00 00 00 04 00 00 00 00 00 00 00
2439         which would have always failed earlier.
2441 2009-06-25  Miguel de Icaza  <miguel@novell.com>
2443         * gc.c: Raise a NullArgumentException if the object passed is
2444         null.
2446 2009-09-22  Zoltan Varga  <vargaz@gmail.com>
2448         * image.c (mono_image_close): Atomically decrement the reference count and
2449         remove the image from the hash tables, to prevent another thread from seeing a
2450         dying MonoImage. Fixes #541194.
2452 2009-09-22 Gonzalo Paniagua Javier <gonzalo@novell.com>
2454         * threadpool.c: actually use the minimum number of 'completion ports'
2455         (for us is just a potential worker thread).
2457 2009-09-22 Gonzalo Paniagua Javier <gonzalo@novell.com>
2459         * threadpool.c: remove ares_htable. It does not make sense any more
2460         since the same objects are now stored in GC-tracked arrays while they are
2461         in the queue.
2463 2009-09-22 Gonzalo Paniagua Javier <gonzalo@novell.com>
2465         * threadpool.c: increase the minimum length of the queues to 128.
2466         Remove warning.
2468 2009-09-21  Zoltan Varga  <vargaz@gmail.com>
2470         * marshal.c (mono_marshal_get_string_ctor_signature): New internal function to
2471         return the modified signature used by string ctors.
2473 2009-09-20  Zoltan Varga  <vargaz@gmail.com>
2475         * marshal.c (mono_marshal_get_runtime_invoke_dynamic): New internal function
2476         to return a runtime-invoke wrapper which uses DYN_CALL to call the wrapped
2477         method, to be used by full-aot.
2479 2009-09-18  Rodrigo Kumpera  <rkumpera@novell.com>
2481         Since the runtime supports lazy initialization of a type's vtable and this can cause a type
2482         to fail, we need to ensure that the vtable is properly initialized at spots were the type must
2483         be known to be good.
2485         * class.c (mono_class_init): Fail array types if their element type fails initialization
2486         as well.
2488         * object.c (mono_class_create_runtime_vtable): Fail array types if their element type fails
2489         initialization, additionally we request the element_type vtable to be initialized as well.
2491         This is fine and should not increase the working set in any meaningful way since it's reasonable
2492         to assume       that most code will create an array and eventually populate it, which will require the
2493         type's vtable to be initialized.
2495         * loader.c (field_from_memberref): Add a comment for a possibly useless mono_class_init call.
2497 2009-09-17  Atsushi Enomoto  <atsushi@ximian.com>
2499         * normalization-tables.h : regenerated.
2501 2009-09-16  Zoltan Varga  <vargaz@gmail.com>
2503         * mono-debug.c (mono_debug_add_method): Increase the size of the buffer,
2504         a leb128 encoding can take up to 5 bytes.
2506 2009-09-15  Rodrigo Kumpera  <rkumpera@novell.com>
2508         * class.c (verify_class_overrides): Remove useless argument.
2510         * class.c (mono_class_setup_vtable_general): Move the overrides check to happen
2511         before interface enumeration as this is no longer required.
2513 2009-09-15  Rodrigo Kumpera  <rkumpera@novell.com>
2515         * class.c: New function mono_class_is_assignable_from_slow that is safe to be
2516         used under mono_class_init context. This functions avoid any code path that
2517         calls mono_class_init, which leads it to be slow as some things like the interface
2518         bitmap are not available.
2520         * class.c (verify_class_overrides): Use mono_class_is_assignable_from_slow instead
2521         of it's own broken version. Fixes the verifier part of #538588.
2523         * class-internals.h: Export mono_class_is_assignable_from_slow as part of the internal
2524         API.
2526 2009-09-15  Mark Probst  <mark.probst@gmail.com>
2528         * class.c (mono_class_init): Always set an exception in a class if
2529         vtable setup fails.  Fixes #538577.
2531         * generic-sharing.c: Raise an exception if mono_class_vtable()
2532         returns NULL.
2534 2009-09-13  Zoltan Varga  <vargaz@gmail.com>
2536         * marshal.c (mono_marshal_get_runtime_invoke): Don't share instance 
2537         methods of vtypes, as they could be incorrectly shared with static methods
2538         taking an IntPtr argument.
2540 2009-09-12 Gonzalo Paniagua Javier <gonzalo@novell.com>
2542         * domain.c:
2543         * object.c:
2544         * class-internals.h: renamed waithandle_class to
2545         manualresetevent_class.
2546         * marshal.c: propagate the exception if a remoting BeginInvoke call
2547         fails.
2549 2009-09-11  Rodrigo Kumpera  <rkumpera@novell.com>
2551         * object.c: Properly handle vtable failures.
2553 2009-09-11  Rodrigo Kumpera  <rkumpera@novell.com>
2555         * socket-io.c: Assert on vtable failure.
2557         * mono-mlist.c: Assert on vtable failure.
2559 2009-09-11  Rodrigo Kumpera  <rkumpera@novell.com>
2561         * marshal.c: Assert on vtable failure.
2563 2009-09-11  Rodrigo Kumpera  <rkumpera@novell.com>
2565         * icall.c: Properly handle vtable failures.
2567 2009-09-11  Rodrigo Kumpera  <rkumpera@novell.com>
2569         * debug-helpers.c (mono_class_describe_statics): Properly handle vtable failures.
2571 2009-09-11  Rodrigo Kumpera  <rkumpera@novell.com>
2573         * cominterop.c (ves_icall_System_ComObject_CreateRCW): Property handle vtable failures.
2575         * console-unix.c (do_console_cancel_event): Same.
2577 2009-09-11  Rodrigo Kumpera  <rkumpera@novell.com>
2579         * class-internals.h: Add mono_class_vtable_full function that allows control
2580         if an exception should be raised or not.
2582         * object.c (mono_class_vtable): Call into mono_class_vtable_full. Fix this function
2583         to do what its documentation say, that is to return NULL and set exception_type on
2584         failure.
2586         * object.c (mono_class_create_runtime_vtable): Add new raise_on_error parameter
2587         and change the code to honor it.
2589 2009-09-11  Rodrigo Kumpera  <rkumpera@novell.com>
2591         * verify.c: Fix typo in error message.
2593 2009-09-10  Sebastien Pouliot  <sebastien@ximian.com>
2595         * security-core-clr.c: Fix default_platform_check so it can run
2596         the runtime coreclr tests (without an infinite recursion when
2597         throwing an exception).
2599 2009-09-10  Rodrigo Kumpera  <rkumpera@novell.com>
2601         object.c (mono_delegate_ctor_with_method): Guard against null method.
2603 2009-09-10  Rodrigo Kumpera  <rkumpera@novell.com>
2605         * marshal.c (mono_marshal_get_xappdomain_dispatch): Add an assert
2606         that should be replaced with error handling later.
2608 2009-09-10  Rodrigo Kumpera  <rkumpera@novell.com>
2610         * marshal.c (mono_delegate_end_invoke): Fix warning.
2612 2009-09-10  Rodrigo Kumpera  <rkumpera@novell.com>
2614         * loader.c (mono_field_from_token): Properly handle invalid
2615         dynamic tokens.
2617 2009-09-10  Rodrigo Kumpera  <rkumpera@novell.com>
2619         * pedump.c (verify_image_file): Skip types that can't be
2620         decoded.
2622 2009-09-10  Rodrigo Kumpera  <rkumpera@novell.com>
2624         * verify.c: Look for recursive valuetypes only against the
2625         type been initialized as this is a lot simpler and works.
2627 2009-09-10  Rodrigo Kumpera  <rkumpera@novell.com>
2629         * verify.c: Ensure that fields are properly loaded before
2630         checking them.
2632 2009-09-10  Bill Holmes  <billholmes54@gmail.com>
2634         * object.c (mono_object_get_virtual_method) : Call 
2635           mono_cominterop_get_invoke if the object is a COM object.
2637         Code is contributed under MIT/X11 license.
2639 2009-09-09  Rodrigo Kumpera  <rkumpera@novell.com>
2641         * verify.c: Check for recursive valuetype definitions.
2643 2009-09-08  Rodrigo Kumpera  <rkumpera@novell.com>
2645         Use inheritance-aware interface offsets. Inherited types use the same offsets
2646         of their parents. This reduce offset duplication in case more than one type in
2647         the inheritance tree explicitly implements the same interface.
2649         This also removes a source of vtable bubbles found in #532409. An abstract type
2650         isn't required to provide abstract methods to all interfaces it implements, which
2651         resulted in a bubble with the previous scheme as the child would get a non-full
2652         vtable from its parent. We fail all concrete types with vtable bubbles, so this
2653         should be fixed.
2655         This change causes an increase of 1.7% in vtable memory usage for IronPython pystone but
2656         it's expected to not cause any significant increase beyond that.
2658         * class.c (setup_interface_offsets): Compute super class iface offsets
2659         first to force sharing.
2661         * class.c: Add VTABLE_SELECTOR macro to the vtable debug macros to help
2662         dumping only the relevant ones.
2664         * class.c (mono_class_setup_vtable_general): Give newslot, non final, virtual
2665         methods a new slot regardless if they belong to an interface or not. This allows
2666         an inherited type to override the iface method separately from the class one.
2668 2009-09-04 Gonzalo Paniagua Javier <gonzalo@novell.com>
2670         * threadpool.c: make the Sleep() alertable to prevent delays exiting
2671         applications that take less than 2s to execute.
2672         Bug #524984 fixed.
2674 2009-09-04  Zoltan Varga  <vargaz@gmail.com>
2676         * object-internals.h (MonoRuntimeCallbacks): Add a 'get_runtime_build_info' callback.
2678         * object.c (mono_get_runtime_callbacks): New helper function to return
2679         the runtime callbacks.
2681         * icall.c (ves_icall_Mono_Runtime_GetDisplayName): Use the result of
2682         mono_get_runtime_build_info () as the display name.
2683         
2684 2009-09-03  Zoltan Varga  <vargaz@gmail.com>
2686         * marshal.c (emit_marshal_array): Call conv.ovf.i on the array parameter
2687         argument, since NEWARR expects a native int. Fixes #481559.
2689 2009-09-03  Rodrigo Kumpera  <rkumpera@novell.com>
2691         * icall.c (ves_icall_MonoMethod_GetDllImportAttribute): Guard
2692         against broken SRE methods.
2694 2009-09-03  Rodrigo Kumpera  <rkumpera@novell.com>
2696         * class.c (mono_type_get_full): Don't call mono_metadata_free_type on
2697         a NULL variable. Abort early on failure.
2699 2009-09-03  Rodrigo Kumpera  <rkumpera@novell.com>
2701         * class.c (can_access_type): Fail visibility test for non nested
2702         types with nested visibility.
2704 2009-09-02  Sebastien Pouliot  <sebastien@ximian.com>
2706         * assembly.c (parse_public_key): Avoid allocating (and not 
2707         freeing) the public key array when it's not requested by the 
2708         caller.
2709         * threads.c (mono_thread_manage, mono_thread_create_internal, 
2710         ves_icall_System_Threading_Thread_Thread_internal): Free 
2711         allocated memory on error.
2713 2009-09-02  Rodrigo Kumpera  <rkumpera@novell.com>
2715         * icall.c, icall-def.h: Remove some dead code from early SRE changes.
2717 2009-09-02  Rodrigo Kumpera  <rkumpera@novell.com>
2719         * class.c (mono_class_setup_fields): Remove duplicated local variable
2720         named gklass.
2721         Rename gklass to gtd to reflect the fact that it points to the generic
2722         type definition.
2723         Remove the duplicated call to mono_class_setup_fields on gtd and move
2724         the error check to the beginning.
2726 2009-09-02  Rodrigo Kumpera  <rkumpera@novell.com>
2728         * marshal.c (mono_array_to_lparray): Do DISABLE_COM properly.
2729         Remove cruft of the previous patch.
2731 2009-09-01  Rodrigo Kumpera  <rkumpera@novell.com>
2733         * metadata-verify.c (verify_method_table): Check for abstract + final.
2734         Fixes #534175.
2736 2009-09-01  Rodrigo Kumpera  <rkumpera@novell.com>
2738         * verify.c (verify_class_fields): Check for duplicate fields.
2740 2009-09-01  Rodrigo Kumpera  <rkumpera@novell.com>
2742         * metadata-verify.c: Verify the typeref table for duplicates.
2744 2009-09-01  Rodrigo Kumpera  <rkumpera@novell.com>
2746         This reverts r140936 and properly handles interfaces with static methods. The
2747         right fix is to ensure vtables without bubles which is an easier to verify
2748         constraint. We should avoid such special cases as of the reverted patch as those
2749         only make the runtime more brittle.
2751         * class.c (mono_class_setup_vtable_general): Revert previous change that handle
2752         static methods on interfaces.
2754         * class.c (setup_interface_offsets): Use the number of virtual methods when
2755         calculating interface offsets instead of the number of methods. This way we
2756         avoid bubles on the layout.
2758 2009-08-31  Rodrigo Kumpera  <rkumpera@novell.com>
2760         * metadata-verify.c (verify_metadata_header): Some very smart
2761         obfuscators like to add extra stream headers. Ignore them.
2763 2009-08-30  Zoltan Varga  <vargaz@gmail.com>
2765         * class.c (mono_class_setup_vtable_general): Verify interfaces with static
2766         methods correctly.
2768 2009-08-29  Rodrigo Kumpera  <rkumpera@novell.com>
2770         * metadata-verify.c: Verify for duplicated types.
2772 2009-08-28  Rodrigo Kumpera  <rkumpera@novell.com>
2774         * metadata-verify.c (verify_typedef_table): Verify for nested types
2775         without an entry on the nested class table.
2777 2009-08-28  Zoltan Varga  <vargaz@gmail.com>
2779         * cominterop.c (cominterop_get_ccw): Applied patch from tom hindle
2780         <tom_hindle@sil.org>. Add locking around hash table accesses.
2782 2009-08-25  Rodrigo Kumpera  <rkumpera@novell.com>
2784         * verify.c (mono_verifier_verify_class): Verify all interface if
2785         really are interfaces. Fixes #534184.
2787 2009-08-27  Rodrigo Kumpera  <rkumpera@novell.com>
2789         * pedump.c: Initialize all types during metadata validation so we report
2790         errors only detected as part of class initialization.
2792 2009-08-26  Rodrigo Kumpera  <rkumpera@novell.com>
2794         * metadata-verify.c (verify_method_table): PInvoke requires method to
2795         be static. Fixes #534189
2797 2009-08-26  Zoltan Varga  <vargaz@gmail.com>
2799         * threads.c (mono_thread_suspend_all_other_threads): Handle 'threads_starting_ip'
2800         being NULL.
2802 2009-08-25  Rodrigo Kumpera  <rkumpera@novell.com>
2804         * class.c (mono_class_setup_vtable_general): Verify the resulting vtable
2805         for holes or bad methods. Fixes #525314.
2807 2009-08-25  Rodrigo Kumpera  <rkumpera@novell.com>
2809         * class.c (setup_interface_offsets): Don't allocate slot
2810         for the same interface multiple times. This creates bubbles
2811         that waster space and make vtable verification harder.
2813         The same interface get a slot multiple times since we need
2814         to get the closure of all implemented interfaces, which means
2815         the same interface is reported multiple times.
2817 2009-08-25  Rodrigo Kumpera  <rkumpera@novell.com>
2819         * verify.c (mono_verifier_verify_class): Don't check the fields
2820         of generic instances since the context on which they got expanded
2821         might lead to false positives.
2823         Such thing happens when a generic type is inflated in the context
2824         of a generic method and the inflated type of a field turns into a
2825         generic method argument, which causes the checking code to think
2826         it's an invalid class when it's not.
2828 2009-08-25  Rodrigo Kumpera  <rkumpera@novell.com>
2830         * verify.c (mono_type_is_valid_in_context): Verify if type
2831         is NULL and remove duplicate test.
2833 2009-08-24  Rodrigo Kumpera  <rkumpera@novell.com>
2835         * verify.c (mono_verifier_verify_class): Check fields for
2836         invalid generic arguments.
2838 2009-08-24  Rodrigo Kumpera  <rkumpera@novell.com>
2840         * class.c (verify_class_overrides): Verify if for static
2841         and non virtual methods.
2843 2009-08-24  Rodrigo Kumpera  <rkumpera@novell.com>
2845         * icaa.c (ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_RunClassConstructor):
2846         Check for errors after retrieving the vtable.
2848 2009-08-24  Rodrigo Kumpera  <rkumpera@novell.com>
2850         * class.c (mono_class_setup_vtable_general): Verify
2851         if method overrides are valid before processing them.
2853 2009-08-24  Rodrigo Kumpera  <rkumpera@novell.com>
2855         * marshal.c (mono_array_to_lparray): Fix minimal build with
2856         cominterop disabled.
2858         * marshal.c (mono_free_lparray): Same.
2860 2009-08-21  Mark Probst  <mark.probst@gmail.com>
2862         * threadpool.c (mono_thread_pool_init): Use mono_object_hash() as
2863         the hash function for the ares_htable.
2865 2009-08-20  Rodrigo Kumpera  <rkumpera@novell.com>
2867         * metadata-verify.c (verify_assembly_table): Accept 0x10 as a valid
2868         bit for assembly flags. MS is ok with it but there is no spec anywhere
2869         on its mean
2871 2009-08-19  Rodrigo Kumpera  <rkumpera@novell.com>
2873         * class.c (mono_class_create_from_typedef): Emit profiler events
2874         in all cases.
2876 2009-08-19  Rodrigo Kumpera  <rkumpera@novell.com>
2878         * icall.c (ves_icall_Type_GetMethodsByName): Don't leak loader errors.
2879         Release memory on failure.
2881 2009-08-19  Rodrigo Kumpera  <rkumpera@novell.com>
2883         * class-internals.h: Add mono_metadata_load_generic_param_constraints_full
2884         to the internal API.
2886         * metadata.c (get_constraints): Use a single-linked table as we don't
2887         traverse it backward. Fail and return FALSE if only of the contraint types
2888         is not found.
2890         * metadata.c (mono_metadata_load_generic_param_constraints_full): Identical
2891         to mono_metadata_load_generic_param_constraints except for having a return value.
2892         This has to be done since the later is part of the public API.
2894         * class.c (mono_class_create_from_typedef): Properly check the loading of constrains
2895         and fail the type.
2897         * loader.c (mono_get_method_from_token): Properly check the loading of constraints
2898         and fail the method.
2900 2009-08-19  Rodrigo Kumpera  <rkumpera@novell.com>
2902         * metadata-verify.c (is_valid_method_header): Add work-around to deal
2903         with MS broken behavior of emmitting EH section sizes without the
2904         header size added.
2906 2009-08-19  Rodrigo Kumpera  <rkumpera@novell.com>
2908         * metadata.c (mono_type_create_from_typespec): Don't allocate image
2909         memory until we're sure that we'll need it. This avoids leaking for
2910         broken types or duplicated instantiation.
2912 2009-08-19  Rodrigo Kumpera  <rkumpera@novell.com>
2914         * metadata-verify.c (is_valid_method_header): Fix stupid formating
2915         mistake.
2917 2009-08-19  Rodrigo Kumpera  <rkumpera@novell.com>
2919         * metadata-verify.c (is_valid_method_header): Fix number of clauses
2920         and expected size calculation.
2922 2009-08-18  Rodrigo Kumpera  <rkumpera@novell.com>
2924         * class.c (mono_class_get_field_idx): Add fixme for broken
2925         behavior for types with multiple fields with the same name.
2926         I would rather fix it, but have no idea on how to generate
2927         such artifact for testing.
2929 2009-08-18  Rodrigo Kumpera  <rkumpera@novell.com>
2931         * verify.c (verifier_load_field): We should allow references to
2932         fields to be made using the generic type definition. It's up to
2933         the loader system to fail invalid ops.
2935         * verify.c (get_boxable_mono_type): Only uninstantiated GTDs
2936         are invalid.
2938 2009-08-18  Rodrigo Kumpera  <rkumpera@novell.com>
2940         * class.c: Fix usage of mono_metadata_interfaces_from_typedef_full.
2942         * metadata-internals.h: Fix declaration of 
2943         mono_metadata_interfaces_from_typedef_full.
2945         * metadata.c (mono_metadata_interfaces_from_typedef_full): Add extra
2946         heap_alloc_result parameter that controls if the result should be
2947         g_malloc'd.
2949         * metadata.c (mono_metadata_interfaces_from_typedef): Let the resulting
2950         array be g_malloc'd and properly document this public API function.
2952 2009-08-18  Rodrigo Kumpera  <rkumpera@novell.com>
2954         * cil-coff.h: Fix METHOD_HEADER_FORMAT_MASK to be 2 bits and
2955         remove METHOD_HEADER_TINY_FORMAT1.
2957         * reflection.c: Remove reference to METHOD_HEADER_TINY_FORMAT1.
2959         * metadata.c (mono_metadata_parse_mh_full): Kill tiny format1.
2961         Both spec and MS uses only 2 bits to enumerate the kind of header.
2962         So given that 0x6 and 0x2 are equal under a 2 bits mask, tiny format1
2963         is superfluous, only used for tiny headers with odd code lengths.
2965         This change also make sure that mono doesn't wronly interpret bit 2
2966         of fat header flags, which is currently reserved.
2968 2009-08-18  Rodrigo Kumpera  <rkumpera@novell.com>
2970         * metadata.c (do_mono_metadata_parse_type): Do error
2971         checking for element types. Don't abort if presented
2972         with a broken type kind.
2974 2009-08-18  Rodrigo Kumpera  <rkumpera@novell.com>
2976         * metadata.c (mono_metadata_parse_method_signature_full):
2977         Gracefully fail bad vararg signatures.
2979 2009-08-18  Christian Hergert  <chris@dronelabs.com>
2981         * profiler.c:
2982         * class.c: Fix warnings for uninitialized variables.
2984 2009-08-18  Christian Hergert  <chris@dronelabs.com>
2986         * icall.c: Fix _NSGetEnviron method declaration warning.
2988 2009-08-18  Christian Hergert  <chris@dronelabs.com>
2990         * icall.c:
2991         * reflection.c: Make bitwise checks explicit.
2993 2009-08-18  Christian Hergert  <chris@dronelabs.com>
2995         * debug-helpers.c:
2996         * marshal.c: Fix printf warnings.
2998 2009-08-18  Zoltan Varga  <vargaz@gmail.com>
3000         * reflection.c (encode_cattr_value): Fix a warning.
3002 2009-08-17  Rodrigo Kumpera  <rkumpera@novell.com>
3004         * metadata.c (mono_metadata_parse_array_full): Fix memory leak
3005         of array bounds.
3007 2009-08-17  Rodrigo Kumpera  <rkumpera@novell.com>
3009         * loader.c (mono_method_signature): Don't assert on broken
3010         signature. Print a more useful error message.
3012 2009-08-17  Rodrigo Kumpera  <rkumpera@novell.com>
3014         * loader.c (mono_method_get_marshal_info): Assert if
3015         signature is invalid. Bounds check stores to the
3016         mspecs array;
3018 2009-08-17  Rodrigo Kumpera  <rkumpera@novell.com>
3020         * loader.c (field_from_memberref): Fix warning.
3022 2009-08-17  Rodrigo Kumpera  <rkumpera@novell.com>
3024         * loader.c (mono_method_get_param_names): Check if signature
3025         is null. Don't store beyond the size of the name array.
3027 2009-08-17  Rodrigo Kumpera  <rkumpera@novell.com>
3029         * loader.c (mono_get_method_constrained): Check if signature
3030         is null.
3032 2009-08-17  Rodrigo Kumpera  <rkumpera@novell.com>
3034         * loader.c (mono_loader_set_error_bad_image): Improve
3035         error messages.
3037 2009-08-17  Rodrigo Kumpera  <rkumpera@novell.com>
3039         * loader.c (mono_get_method_full): Convert an assertion
3040         into a loader error.
3042 2009-08-17  Rodrigo Kumpera  <rkumpera@novell.com>
3044         * class-internals.h, class.c: Better naming and documentation.
3046 2009-08-17  Zoltan Varga  <vargaz@gmail.com>
3048         * boehm-gc.c (mono_gc_add_weak_track_handle): Don't do any work if
3049         obj is NULL.
3051 2009-08-14  Rodrigo Kumpera  <rkumpera@novell.com>
3053         * loader.c (mono_method_get_signature_full): Fail gracefully if signature
3054         parsing fails.
3056 2009-08-14  Rodrigo Kumpera  <rkumpera@novell.com>
3058         * loader.c (mono_loader_error_prepare_exception): Handle missing field
3059         errors with no class set.
3061         * loader.c (field_from_memberref): If the field signature is of the wrong
3062         type fail with a MissingFieldException instead of a BadImageException as
3063         this is the behavior observed on MS. 
3065 2009-08-14  Rodrigo Kumpera  <rkumpera@novell.com>
3067         * loader.c (field_from_memberref): Don't crash if either the field
3068         signature or the typespec class are invalid.
3070 2009-08-14  Rodrigo Kumpera  <rkumpera@novell.com>
3072         * verify.c (verifier_load_field): Don't allow field related
3073         ops to reference fields on generic type definition.
3075 2009-08-14  Rodrigo Kumpera  <rkumpera@novell.com>
3077         * metadata-verify.c: Add new warning level for errors specified
3078         by ECMA 335 but that MS ignores.
3080         * metadata-verify.c (verify_method_table): Make compiler controled
3081         visibility + (rt)specialname error a warning as MS ignores this. Ignoring
3082         this check is safe because the end result will only be some visibility
3083         exceptions been thrown.
3085 2009-08-14  Rodrigo Kumpera  <rkumpera@novell.com>
3087         * verify.c (get_boxable_mono_type): Don't allow the
3088         use of the generic type definition on boxed type positions.
3090         Fixes #531237.
3092 2009-08-14  Mark Probst  <mark.probst@gmail.com>
3094         * threadpool.c: Make sure no cross-domain references remain in
3095         ares_htable or the arrays that are thrown away when resizing.
3097 2009-08-14  Mark Probst  <mark.probst@gmail.com>
3099         * appdomain.c, metadata-internals.h, image.c: In MonoImage add a
3100         list of classes for which we have to unregister reflection_info
3101         with the GC and which are not in the namespace cache.
3103         * reflection.c (mono_reflection_initialize_generic_parameter): Add
3104         the class to the list.
3106 2009-08-14  Mark Probst  <mark.probst@gmail.com>
3108         * domain.c (mono_domain_free): Unregister the GC roots in
3109         MonoDomain.
3111 2009-08-12  Rodrigo Kumpera  <rkumpera@novell.com>
3113         * reflection.c (mono_reflection_type_get_handle): Fix typo.
3115 2009-08-12  Rodrigo Kumpera  <rkumpera@novell.com>
3117         * class.c: Add mono_class_get_field_from_name_full which does
3118         the same as mono_class_get_field_from_name but does check field
3119         signature as well.
3121         * class-internals.h: Export mono_class_get_field_from_name_full as
3122         part of the internal API.
3124         * loader.c (field_from_memberref): Search fields by name and signature
3125         as it's valid to have two fields with same name but different types.
3127         Fixes #528055.
3129 2009-08-10  Rodrigo Kumpera  <rkumpera@novell.com>
3131         * icall-def.h: Add a bunch of temporary icalls to MonoGenericClass.
3133         * reflection.c (mono_reflection_type_get_handle): Handle MonoGenericClass.
3135         * reflection.c (encode_cattr_value): Use mono_reflection_type_get_handle to encode
3136         System.Type.
3138 2009-08-13  Zoltan Varga  <vargaz@gmail.com>
3140         * gc.c (GCHandle_CheckCurrentDomain): Moved this here from icall.c.
3142         * boehm-gc.c (mono_gc_add_weak_track_handle): Handle nulls.
3144 2009-08-12  Mark Probst  <mark.probst@gmail.com>
3146         * sgen-gc.c, sgen-scan-object.h: Object scanning code factored out
3147         to sgen-scan-object.h, which can be included and parameterized via
3148         macros.
3150         * Makefile.am: sgen-scan-object.h added.
3152 2009-08-12  Mark Probst  <mark.probst@gmail.com>
3154         * gc.c: #define GC_dont_gc if we're compiling with SGen.
3156 2009-08-12  Mark Probst  <mark.probst@gmail.com>
3158         * domain.c (mono_domain_free): Free a domain's mono_g_hash_tables
3159         before clearing a domain in the GC.
3161 2009-08-12  Mark Probst  <mark.probst@gmail.com>
3163         * exception.c (mono_exception_from_name_domain): Actually create
3164         the exception in the specified domain.
3166         * appdomain.c (mono_domain_create_appdomain_internal): Create the
3167         OutOfMemoryException a bit later so that the domain is inialized
3168         "enough" that it works.
3170 2009-08-12  Mark Probst  <mark.probst@gmail.com>
3172         * threads.c (thread_cleanup): Clean up the cached_culture_info
3173         array to prevent cross-domain references.
3175 Tue Aug 11 14:38:57 CEST 2009 Paolo Molaro <lupus@ximian.com>
3177         * metadata.c: more documentation for MonoType accessors.
3179 2009-08-11  Raja R Harinath  <harinath@hurrynot.org>
3181         Fix incorrect size definitions where the tail array isn't a list
3182         of pointers
3183         * class-internals.h (MONO_SIZEOF_MARSHAL_TYPE): Use offsetof to
3184         define size.
3185         * domain-internals.h (MONO_SIZEOF_JIT_INFO): Likewise.
3186         * metadata.h (MONO_SIZEOF_TYPE): Likewise.
3187         * reflection.h (MONO_SIZEOF_CUSTOM_ATTR_INFO): Likewise.
3189 2009-08-11 Gonzalo Paniagua Javier <gonzalo@novell.com>
3191         * reflection.h:
3192         * reflection.c: MONO_SIZEOF_CUSTOM_ATTR_INFO.
3194 2009-08-11 Gonzalo Paniagua Javier <gonzalo@novell.com>
3196         * metadata.c:
3197         * loader.c:
3198         * metadata-internals.h:
3199         * method-builder.c:
3200         * reflection.c: use MONO_SIZEOF_METHOD_HEADER.
3202 2009-08-11 Gonzalo Paniagua Javier <gonzalo@novell.com>
3204         * cominterop.c:
3205         * metadata.c:
3206         * metadata.h:
3207         * loader.c:
3208         * marshal.c:
3209         * reflection.c: #define for sizeof in MonoType and
3210         MonoMethodSignature.
3212 2009-08-11 Gonzalo Paniagua Javier <gonzalo@novell.com>
3214         * domain.c:
3215         * domain-internals.h: add and use #define's instead of sizeof()
3216         for MonoJitInfo and MonoJitInfoTable.
3218 2009-08-11 Gonzalo Paniagua Javier <gonzalo@novell.com>
3220         * object.c:
3221         * class.h: use #define instead of sizeof() for MonoRemoteClass.
3223 2009-08-10 Gonzalo Paniagua Javier <gonzalo@novell.com>
3225         * metadata.c:
3226         * metadata.h:
3227         * object.c:
3228         * class-internals.h:
3229         * generic-sharing.c:
3230         * marshal.c: use a #define instead of sizeof() for a few
3231         structures that use a zero-length array.
3233 2009-08-06  Rodrigo Kumpera  <rkumpera@novell.com>
3235         * object-internals.h (MonoReflectionMethodOnTypeBuilderInst): Add new fields
3236         to handle inflated generic methods.
3238         * appdomain.c: Bump corlib version.
3240         * reflection.c (mono_image_get_method_on_inst_token): Handle generic method
3241         instances.
3243         * reflection.c (fixup_method): Same
3245         * reflection.c (resolve_object): Same.
3247         * reflection.c (inflate_method): Replace a g_assert_not_reached with a
3248         g_error and a decent message.
3250 2009-08-06  Massimiliano Mantione  <massi@ximian.com>
3252         * bohem-gc.c (mono_gc_add_weak_track_handle): Get the domain
3253         from the object because it could not yet be available globally
3254         (it happens if the profiler tries to create a gchandle on the
3255         MonoThread object of a thread that is still registering itself
3256         with the runtime).
3258 2009-08-04  Rodrigo Kumpera  <rkumpera@novell.com>
3260         * reflection.c (mono_generic_class_get_object): Initialized the
3261         managed type arguments array.
3263         * object-internals.h (MonoReflectionGenericClass): Add type_arguments field.
3265         * appdomain.c: Bump corlib version.
3267 2009-08-04  Zoltan Varga  <vargaz@gmail.com>
3269         * threads.c (thread_cleanup): Free serialized_ui_culture_info. Fixes
3270         #527902.
3272 2009-08-03  Zoltan Varga  <vargaz@gmail.com>
3274         * threads.c (ves_icall_System_Threading_Thread_Thread_free_internal): 
3275         Avoid a crash if synch_cs is not set.
3276         
3277         * threads.c (ves_icall_System_Threading_Thread_Thread_free_internal): 
3278         Handle the case when the handle is 0.
3280         * appdomain.c: Bump corlib version.
3282 2009-08-02  Zoltan Varga  <vargaz@gmail.com>
3284         * reflection.c (mono_type_get_object): Fix a warning.
3286 2009-08-01  Mark Probst  <mark.probst@gmail.com>
3288         * sgen-gc.c (mono_gc_wbarrier_value_copy): Don't compute the GC
3289         descriptor here.  We assume it's already been computed.
3291         * generic-sharing.c (instantiate_other_info): Compute the GC
3292         descriptor for info type MONO_RGCTX_INFO_KLASS.
3294 2009-08-01  Mark Probst  <mark.probst@gmail.com>
3296         * reflection.c (mono_type_get_object): MonoDomain is an unmanaged
3297         type, so don't use MONO_OBJECT_SETREF to set a field.
3299 2009-08-01  Mark Probst  <mark.probst@gmail.com>
3301         * gc.c: We were missing one case where invoking a finalizer would
3302         not reset the domain.  Also, in the finalizer thread loop, assert
3303         that we're in the root domain.
3305 2009-07-31  Rodrigo Kumpera  <rkumpera@novell.com>
3307         * icall.c (ves_icall_MonoType_GetArrayRank): Throw ArgumentException
3308         if the type is not an array.
3310 2009-07-31  Rodrigo Kumpera  <rkumpera@novell.com>
3312         * icall.c (ves_icall_MonoType_get_DeclaringMethod): Return the
3313         method bound to the declaring type of the method. Raise an exception
3314         if the type is not a generic param.
3316 2009-07-31  Rodrigo Kumpera  <rkumpera@novell.com>
3318         * class.c (print_unimplemented_interface_method_info): Print the
3319         full type name.
3321         * class.c (mono_class_setup_vtable_general): When dealing with a
3322         generic instance first check if the generic type definition is
3323         not broken.
3325 2009-02-11 Tom Hindke <tom_hindle@sil.org>
3327         * marshal.c (mono_array_to_lparray): Implemented so managed object types are converted to native types.
3329         * marshal.c: Added new method mono_free_lparray to free memory allocated by mono_array_to_lparray
3331         * marshal.c (emit_marshal_array): call emit mono_free_lparray where approprate.
3333         * marshal.c (conv_to_icall): added MONO_MARSHAL_FREE_LPARRAY case
3335         * metadata.h (MonoMarshalConv enum): added MONO_MARSHAL_FREE_LPARRAY
3337         Code is contributed under MIT/X11 license
3339 2009-08-30  Rodrigo Kumpera  <rkumpera@novell.com>
3341         * verify.c: Fix naming of stelem and ldelem.
3343 2009-07-30  Mark Probst  <mark.probst@gmail.com>
3345         * generic-sharing.c: Replace the templates lock with the loader
3346         lock because of very hard to resolve deadlock issues.
3348 2009-07-30  Zoltan Varga  <vargaz@gmail.com>
3350         * icall.c (ves_icall_Type_GetMethodsByName): Use 
3351         mono_class_get_vtable_size () instead of accessing klass->vtable_size
3352         directly. Fixes #525338.
3354         * class.c (mono_class_get_vtable_size): New helper function.
3356         * icall.c (ves_icall_System_Reflection_FieldInfo_internal_from_handle_type): Fix the second argument, its a MonoType* not a MonoClass*. Check whenever
3357         the field belongs to the type. Fixes #525733.
3359 2009-07-30  Mark Probst  <mark.probst@gmail.com>
3361         * sgen-gc.c: When we stop a thread and its stack top is not within
3362         its allocated stack (because it's in an altstack signal handler),
3363         restart it and stop it again, until it is.
3365 2009-07-30  Mark Probst  <mark.probst@gmail.com>
3367         * sgen-gc.c: Take a thread's stack top and registers from the
3368         sigcontext in the suspend signal handler.
3370         * sgen-gc.h, sgen-archdep.h, Makefile.am: Move arch-dependent
3371         stuff to sgen-archdep.h.
3373         * gc.c, gc-internal.h: Remove the get_ip_from_sigctx installer and
3374         caller, because have code in sgen-archdep.h to acquire that data.
3376 2009-07-29  Massimiliano Mantione  <massi@ximian.com>
3378         * profiler.c, profiler.h, profiler-private.h:
3379         Added support for keeping track of code chunks and buffers.
3381 2009-07-29 Rodrigo Kumpera  <rkumpera@novell.com>
3383         * metadata-verify.c: Fix endianness problems on decoding functions.
3384         Based on a patch by Ulrich Weigand <uweigand@de.ibm.com>
3386 2009-07-28 Rodrigo Kumpera  <rkumpera@novell.com>
3388         * icall.c (ves_icall_Type_make_array_type): Handle the new encoding
3389         schema for vectors and one dimension SZARRAY.
3391 2009-07-28 Rodrigo Kumpera  <rkumpera@novell.com>
3393         * reflection.c (mono_reflection_type_get_handle): Handle the new encoding
3394         schema for vectors and one dimension SZARRAY.
3396 2009-07-27  Mark Probst  <mark.probst@gmail.com>
3398         * icall-def.h, thread-types.h, threads.c: New separate icalls for
3399         Interlocked.(Compare)Exchange with object arguments, which invoke
3400         write barriers.
3402 2009-07-26  Miguel de Icaza  <miguel@novell.com>
3404         * icall.c (ves_icall_Type_GetNestedType): Throw an exception when
3405         passed invalid arguments.   Fixes another crasher in the
3406         Silverlight test suite.
3408         * class.c (mono_class_array_element_size): Return 0 for the size
3409         of the class;  This fixes the crasher exposed by :
3411         typeof (void).MakeArrayType ();
3413         * icall.c (ves_icall_MonoType_GetEvent): Do not dereference method
3414         if there is no method to dereference.    Put all the code that
3415         depends on this inside the if (method) block.
3417         This fixes the crasher exposed by Microsoft's Silvelright CLR test
3418         suite  ./Reflection/Emit/TypeBuilder/TypeBuilderGetEvent.exe
3420         With this change, we pass the test.
3421         
3422         * reflection.c (mono_reflection_sighelper_get_signature_local):
3423         Only dereference the assembly if it has been set.    Fixes a
3424         crasher exposed by #525328
3426 2009-07-25  Mark Probst  <mark.probst@gmail.com>
3428         * sgen-gc.c, object.h, null-gc.c, boehm-gc.c, marshal.c: Really
3429         don't perform the store in mono_gc_wbarrier_generic_nostore().
3430         Remove the second argument (value), which is not needed.
3432 2009-07-24  Zoltan Varga  <vargaz@gmail.com>
3434         * null-gc.c (mono_gc_wbarrier_generic_nostore): Define this to fix
3435         the build.
3437         * boehm-gc.c: Ditto.
3438         
3439 2009-07-24  Mark Probst  <mark.probst@gmail.com>
3441         * sgen-gc.c, marshal.c, object.h: Make the managed write barrier
3442         not perform the store itself.  Introduce
3443         mono_gc_wbarrier_generic_nostore(), which is the same as
3444         mono_gc_wbarrier_generic_store(), except it doesn't perform the
3445         store.
3447 2009-07-24  Mark Probst  <mark.probst@gmail.com>
3449         * icall.c (ves_icall_System_Array_SetGenericValueImpl):
3450         mono_gc_wbarrier_value_copy() doesn't perform the copy itself, so
3451         we still need the memcpy().
3453 2009-07-22  Mark Probst  <mark.probst@gmail.com>
3455         * sgen-gc.c: Align array bounds calculation to mono_array_size_t
3456         so that big arrays are handled correctly.  Always use
3457         safe_object_get_size() to calculate array object sizes, which
3458         takes bounds into account.
3460 2009-07-22  Mark Probst  <mark.probst@gmail.com>
3462         * sgen-gc.c (mono_gc_wbarrier_value_copy): Make sure the class's
3463         GC descriptor is computed before we use it.
3465 2009-07-22  Mark Probst  <mark.probst@gmail.com>
3467         * icall.c (ves_icall_System_Array_SetGenericValueImpl): Use a
3468         write barrier if necessary.
3470 2009-07-22  Mark Probst  <mark.probst@gmail.com>
3472         * icall-def.h, icall.c, thread-types.h: New separate icall for
3473         VolatileWrite(object&,object) that uses a write barrier.
3475         * console-unix.c, file-io.c, icall.c, threads.c: Use write
3476         barriers in icalls which write to "ref" or "out" arguments.
3478 2009-07-21  Zoltan Varga  <vargaz@gmail.com>
3480         * marshal.c (mono_marshal_get_runtime_invoke): Do the work done in the exception
3481         handler in a separate icall, to reduce the size of the wrappers.
3483 2009-07-20 Rodrigo Kumpera  <rkumpera@novell.com>
3485         * metadata-verify.c (is_valid_typespec_blob): Fix error message.
3487 2009-07-20 Rodrigo Kumpera  <rkumpera@novell.com>
3489         * metadata-verify.c (parse_field): Allow byref field.
3491         * metadata-verify.c (parse_locals_signature): Allow byref locals.
3493         * metadata-verify.c (is_valid_typespec_blob): Allow byref typespec.
3495 2009-07-20 Rodrigo Kumpera  <rkumpera@novell.com>
3497         * verify.c (do_cast): Fail for any non reference type that isn't boxed.
3498         Fixes #522784.
3500 2009-07-20  Robert Jordan  <robertj@gmx.net>
3502         * cominterop.c (cominterop_get_managed_wrapper_adjusted):
3503         Fix invalid IL in valuetype handling (STOBJ must push the
3504         corresponding class). Fixes bug #523149.
3506         Code is contributed under MIT/X11 license.
3508 2009-07-20  Geoff Norton  <gnorton@novell.com>
3510         * gc.c: Use proper semaphores where available on posix and darwin.
3512 2009-07-19  Geoff Norton  <gnorton@novell.com>
3514         * gc.c: Unnamed posix semaphores are broken on darwin-arm too.
3516 2009-07-19 Rodrigo Kumpera  <rkumpera@novell.com>
3518         * refletion.c (is_sre_usertype): Change name to is_usertype and
3519         invert it's result so it returns true if the type is an user type
3520         and not the opposite.
3522         * reflection.c (is_*_type): Change all of those to use new macro
3523         check_corlib_type_cached that cached the type lookup so we don't
3524         need to do string comparisons all the type. Changed the signature
3525         to take a MonoClass instead.
3527         * reflection.c: Change mono_image_create_token and resolve_object
3528         to use is_sre_* functions.
3530 2009-07-18  Mark Probst  <mark.probst@gmail.com>
3532         * sgen-gc.c: Check for writes to the stack in the managed
3533         wbarrier as well.
3535 2009-07-18  Mark Probst  <mark.probst@gmail.com>
3537         * sgen-gc.c: When a thread is unregistered, don't free its remsets
3538         but put them on a list which is processed with the other thread's
3539         remsets.
3541 2009-07-18  Mark Probst  <mark.probst@gmail.com>
3543         * sgen-gc.c: Fix and enable the internal allocator instead of
3544         using malloc/free (which causes deadlocks).
3546 2009-07-16 Rodrigo Kumpera  <rkumpera@novell.com>
3548         * refletion.c: Fix builds with SRE disabled by adding a minimal
3549         implementation of mono_reflection_type_get_handle.
3551 2009-07-15 Rodrigo Kumpera  <rkumpera@novell.com>
3553         * refletion.c: Make mono_reflection_type_get_handle non static.
3555         * object-internals.h: Export mono_reflection_type_get_handle.
3557         * icall.c (ves_icall_MonoGenericClass_InflateType): Resolve the
3558         unmanaged handle using mono_reflection_type_get_handle.
3560 2009-07-15 Rodrigo Kumpera  <rkumpera@novell.com>
3562         * refletion.c: Replace all reads of MonoReflectionType::type with
3563         calls to mono_reflection_type_get_handle. Only the functions that
3564         deal with constructing TypeBuilder::type have not been changed
3565         because they have to deal with NULL values.
3567         This is a first step into supporting reflection types that don't
3568         map directly into their unmanaged counterpart.
3570 2009-07-14 Rodrigo Kumpera  <rkumpera@novell.com>
3572         * metadata-verify.c (parse_locals_signature): Don't complain
3573         on signature with zero locals since MS generates it and doesn't
3574         bother with.
3576 2009-07-14 Rodrigo Kumpera  <rkumpera@novell.com>
3578         * reflection.c (mono_image_get_array_token): Resolve return
3579         type using mono_reflection_type_get_handle.
3581         * reflection.c (mono_image_get_array_token): Resolve array method
3582         parent type using mono_reflection_type_get_handle.
3584 2009-07-14  Zoltan Varga  <vargaz@gmail.com>
3586         * reflection.c (mono_image_basic_init): Applied patch from
3587         <Dax@daxxfiles.net>. Set the public key token from the assembly
3588         builder. Fixes #518909.
3590         * appdomain.c: Bump corlib version.
3592 2009-07-13  Zoltan Varga  <vargaz@gmail.com>
3594         * class.c (mono_class_needs_cctor_run): Make this return false if
3595         the class has no cctor.
3597 2009-07-13  Mark Probst  <mark.probst@gmail.com>
3599         * sgen-gc.c: When the minor GC needs to allocate a new section,
3600         invoke the major GC afterwards.
3602 2009-07-14  Bill Holmes  <billholmes54@gmail.com>
3604         * process.c  (ves_icall_System_Diagnostics_Process_ShellExecuteEx_internal) :
3605           Applying the window_style field to the SHELLEXECUTEINFO struct.
3607         Code is contributed under MIT/X11 license.
3609 2009-07-13  Mark Probst  <mark.probst@gmail.com>
3611         * sgen-gc.c: Fix the race condition in the unmanaged allocator by
3612         locking earlier.  Fix it in the managed allocator by making sure
3613         that no thread is stopped there before the GC runs.  If we do stop
3614         a thread there, we restart it and let it run a but, until it stops
3615         somewhere else.
3617         * gc-internal.h, gc.c: Function for getting the IP from a signal
3618         context via a function registered by mini.
3620 2009-07-11  Zoltan Varga  <vargaz@gmail.com>
3622         * object-internals.h (MonoIntPtr): New structure describing a boxed
3623         IntPtr.
3625         * object.c (mono_runtime_invoke_array): Handle ptr arguments and
3626         returns. Fixes #519953.
3628         * marshal.c (mono_marshal_get_runtime_invoke): Handle pointer returns.
3630 2009-07-09  Mark Probst  <mark.probst@gmail.com>
3632         * class-internals.h, generic-sharing.c: New RGCTX info type for
3633         getting a remoting invoke with check wrapper.
3635 2009-07-07  Geoff Norton  <gnorton@novell.com>
3637         * icall-def.h: Fix the enable-minimal build.
3639 2009-07-07 Rodrigo Kumpera  <rkumpera@novell.com>
3641         * object-internals.h: Add MonoReflectionDerivedType.
3643         * reflection.c: Implement support for PointerType.
3644         Fixed tons of warnings.
3646 2009-07-07 Rodrigo Kumpera  <rkumpera@novell.com>
3648         * object-internals.h: Add MonoReflectionByRefType.
3650         * reflection.c: Implement support for ByRefType.
3652 2009-07-07 Rodrigo Kumpera  <rkumpera@novell.com>
3654         * icall-def.h: Add System.Reflection.Emit.DerivedType::create_unmanaged_type.
3656         * object-internals.h: Add MonoReflectionArrayType and
3657         mono_reflection_create_unmanaged_type.
3659         * reflection.c: Implement support for ArrayType.
3661 2009-07-07 Rodrigo Kumpera  <rkumpera@novell.com>
3663         * metadata-verify.c (is_valid_method_header): Parse EH block
3664         flags correctly.
3666 2009-07-03  Mark Probst  <mark.probst@gmail.com>
3668         * sgen-gc.c (finish_gray_stack): Set the to_space pointer after
3669         processing the disappearing links, and process disappearing links
3670         in a loop until no new objects are copied.
3672 2009-07-03  Mark Probst  <mark.probst@gmail.com>
3674         * object.c (handle_enum): Invoke the write barrier when copying
3675         value type instances.
3677         * sgen-gc.c: Register remsets for unmanaged write barriers only
3678         when the address written to is actually on the heap.  This makes
3679         set_value() in object.c work without requiring that the result be
3680         on the heap.
3682 2009-07-02 Rodrigo Kumpera  <rkumpera@novell.com>
3684         The runtime wrappers are all bound to a given type that must
3685         exist in the same image. For regular images we use the <Module>
3686         type, which is required to exist for all images.
3688         The <Module> type can't be used for dynamic images because it
3689         might not exist at the time the wrapper is required, so we create
3690         a synthetic type to use instead.
3692         The current code works because of the 2 stage setup of MonoClass,
3693         but once this is gone it will no longer work.
3695         * icall-def.h: Add ModuleBuilder::set_wrappers_type.
3697         * metadata-internals.h (MonoDynamicImage): Add wrappers_type.
3699         * object-internals.h: Export mono_image_set_wrappers_type icall
3700         as part of the internal API.
3702         * marshal.c (get_wrapper_target_class): If the image is dynamic,
3703         use MonoDynamicImage::wrappers_type instead of the <Module> type.
3705         reflection.c: Add mono_image_set_wrappers_type qhixh sets the dynamic
3706         image wrappers_type to the provided value.
3708 2009-07-01 Rodrigo Kumpera  <rkumpera@novell.com>
3710         * appdomain.c (deregister_reflection_info_roots): No need
3711         to use the image lock here.
3713 2009-07-02  Mark Probst  <mark.probst@gmail.com>
3715         * sgen-gc.c (collect_nursery): Also scan from write-barrier roots.
3717 2009-06-29  Zoltan Varga  <vargaz@gmail.com>
3719         * threads.c: Store the thread start argument in a hash table instead of
3720         registering it as a root, as libgc doesn't support unregistering roots
3721         under windows, leading to 'too many root sets' errors when many threads
3722         are created.
3724         * gc.c (mono_gc_run_finalize): Avoid finalizing dynamic methods during
3725         shutdown, they can still be referenced by the other dying objects.
3726         Fixes #514506.
3728 2009-06-27 Gonzalo Paniagua Javier <gonzalo@novell.com>
3730         * socket-io.c: DontLinger does not allow LingerOptions.
3732 2009-06-26 Rodrigo Kumpera  <rkumpera@novell.com>
3734         * metadata-verify.c: The spec doesn't mention that it's possible to add
3735         custom attribute to a generic parameter. Fixed.
3737 2009-06-26 Rodrigo Kumpera  <rkumpera@novell.com>
3739         * class.c (inflate_generic_type): Don't crash while trying to output a message
3740         on why we're aborting.
3742 2009-06-26 Gonzalo Paniagua Javier <gonzalo@novell.com>
3744         * socket-io.c: DontLinger can take an int or a boolean too.
3746 Fri Jun 26 17:00:04 CEST 2009 Paolo Molaro <lupus@ximian.com>
3748         * gc.c: check for a null argument to SuppressFinalize () and
3749         ReRegisterForFinalize ().
3751 2009-06-26 Rodrigo Kumpera  <rkumpera@novell.com>
3753         * loader.c (method_from_methodspec): Call into the verifier to check
3754         the signature.
3756         * metadata-verify.c: Addmono_verifier_verify_methodspec_signature.
3758         * verify-internals.h: Export mono_verifier_verify_methodspec_signature as
3759         part of the internal API.
3761 2009-06-25 Rodrigo Kumpera  <rkumpera@novell.com>
3763         * metadata.c (mono_type_create_from_typespec): Call into the verifier to check
3764         the signature.
3766         * metadata-verify.c: Add mono_verifier_verify_typespec_signature.
3768         * verify-internals.h: Export mono_verifier_verify_typespec_signature as
3769         part of the internal API.
3771 2009-06-25 Rodrigo Kumpera  <rkumpera@novell.com>
3773         * metadata.c (mono_metadata_parse_mh_full): Call into the verifier to check
3774         the signature.
3776         * metadata-verify.c: Add mono_verifier_verify_standalone_signature. Fix
3777         blob verification.
3779         * verify-internals.h: Export mono_verifier_verify_memberref_signature as
3780         part of the internal API.
3782 2009-06-25 Rodrigo Kumpera  <rkumpera@novell.com>
3784         * metadata-verify.c: Use is_valid_blob_object to verify blob validity
3785         when doing basic verification. 
3787         This check must be done since the runtime peeks into signatures in much
3788         more places than it does decoding so it makes sense to ensure that all
3789         pointers to blob objects are well formed.
3791 2009-06-25 Rodrigo Kumpera  <rkumpera@novell.com>
3793         * metadata-verify.c (is_valid_blob_object): Add extra minsize argument.
3794         Use proper overflow dectection. Fix usage of it.
3796 2009-06-25 Rodrigo Kumpera  <rkumpera@novell.com>
3798         * loader.c (field_from_memberref): Call into the verifier to check
3799         the signature.
3801         * loader.c (mono_method_get_signature_full): Same.
3803         * loader.c (method_from_memberref): Same.
3805         * metadata-verify.c: Add mono_verifier_verify_memberref_signature.
3807         * verify-internals.h: Export mono_verifier_verify_memberref_signature as
3808         part of the internal API.
3810 2009-06-25  Mark Probst  <mark.probst@gmail.com>
3812         * threadpool.c (mono_thread_pool_add): If the domain is unloading
3813         or unloaded, still return an AsyncResult, but don't add it to the
3814         threadpool.
3816 2009-06-25 Gonzalo Paniagua Javier <gonzalo@novell.com>
3818         * threads.c: fix missing colon when DEBUG is defined.
3820 2009-06-25  Mark Probst  <mark.probst@gmail.com>
3822         * threadpool.c: Don't add new calls to a threadpool if the domain
3823         of the call is unloading or unloaded.  When dequeuing a job, null
3824         the reference in the queue.
3826 2009-06-25  Mark Probst  <mark.probst@gmail.com>
3828         * sgen-gc.c (null_link_in_range): Add the dislink for the old
3829         generation if an object was moved.
3831 2009-06-25  Sylvain Dupont <duposyl@gmail.com>
3833         * cominterop.h cominterop.c marshal.c: Added support for marshalling out 
3834           parameters of type SAFEARRAY[VARIANT].
3836         * reflection.c (encode_marshal_blob): Properly generate element type
3837           (SafeArraySubType marshal attribute option).
3839         Code is contributed under MIT/X11 license.
3841 Thu Jun 25 15:48:09 CEST 2009 Paolo Molaro <lupus@ximian.com>
3843         * reflection.c: in mono_method_clear_object () really ensure all the
3844         objects are removed.
3846 2009-06-24 Rodrigo Kumpera  <rkumpera@novell.com>
3848         * loader.c (mono_method_signature): Call into the verifier to check
3849         the method signature.
3851         * metadata-verify.c (verify_method_table): Move signature verification
3852         to verify_method_table_full.
3854         * metadata-verify.c: Add mono_verifier_verify_method_signature.
3856         * verify-internals.h: Export mono_verifier_verify_method_signature as
3857         part of the internal API.
3859 2009-06-24 Rodrigo Kumpera  <rkumpera@novell.com>
3861         * loader.c (mono_method_get_header): Call into the verifier to
3862         check the method header.
3864         * metadata-verify.c: Add mono_verifier_verify_method_header.
3866         * verify-internals.h: Export mono_verifier_verify_method_header as
3867         part of the internal API.
3869 2009-06-24 Rodrigo Kumpera  <rkumpera@novell.com>
3871         * class.c (mono_class_find_enum_basetype): Call into the verifier to
3872         check the field signature. Replace an assert with an explicit check.
3874         * class.c (mono_class_setup_fields): Call into the verifier to check
3875         the field signature.
3877         * metadata-verify.c: Add mono_verifier_verify_field_signature.
3879         * verify-internals.h: Export mono_verifier_verify_field_signature as
3880         part of the internal API.
3882 2009-06-24 Rodrigo Kumpera  <rkumpera@novell.com>
3884         * class.c (mono_class_find_enum_basetype): Simplify this function
3885         by moving code outside of the loop and not decoding static fields.
3887 2009-06-24 Rodrigo Kumpera  <rkumpera@novell.com>
3889         * metadata-verify.c (verify_typedef_table): Check the extends
3890         token here. Move to here a flags check from verify_typedef_table_full.
3892 2009-06-24  Zoltan Varga  <vargaz@gmail.com>
3894         * metadata-verify.c (is_valid_method_header): Fix a warning.
3896         * metadata-internals.h (MonoImage): Remove the unused 
3897         static_rgctx_invoke_wrapper_cache.
3899         * image.c marshal.c: Ditto.
3901 2009-06-23 Rodrigo Kumpera  <rkumpera@novell.com>
3903         * image.c (do_mono_image_load): Enable table data verification.
3905 2009-06-23 Rodrigo Kumpera  <rkumpera@novell.com>
3907         * metadata-verify.c (is_valid_constant): Fix nullref check.
3909 2009-06-23 Rodrigo Kumpera  <rkumpera@novell.com>
3911         * metadata-verify.c (is_valid_constant): Fix string bounds check.
3913 2009-06-22  Mark Probst  <mark.probst@gmail.com>
3915         * sgen-gc.c: Managed allocation with pthreads TLS.
3917         * threads.c, threads-types.h: Functions for the JIT to tell the
3918         runtime whether it supports the MONO_TLS opcode.
3920 2009-06-22 Rodrigo Kumpera  <rkumpera@novell.com>
3922         * metadata-verify.c (verify_param_table): Fix a crash for assemblies
3923         without methods.
3925 2009-06-22 Rodrigo Kumpera  <rkumpera@novell.com>
3927         * metadata-verify.c (is_valid_constant): Fix the string length check.
3928         Use safe overflow checking. Add decent error messages.
3930 2009-06-22 Rodrigo Kumpera  <rkumpera@novell.com>
3932         * metadata-verify.c: Move remaininh blob checks to the offline
3933         verification path.
3935 2009-06-22 Rodrigo Kumpera  <rkumpera@novell.com>
3937         * metadata-verify.c: Move more blob checks to the offline verification
3938         path.
3940 2009-06-22  Bill Holmes  <billholmes54@gmail.com>
3942         * object-internals.h : Adding interrupt_on_stop field.
3944         * threads.c (mono_thread_request_interruption) : On Windows exit the
3945           thread if interrupt_on_stop is set.
3947         * socket-io.c (ves_icall_System_Net_Sockets_Socket_Accept_internal) :
3948          Removing old interrupt logic and setting the interrupt_on_stop for the
3949          thread when calling accept.
3951         * socket-io.c (ves_icall_System_Net_Sockets_Socket_Receive_internal) :
3952          setting the interrupt_on_stop for the thread when calling accept.
3954         Contributed under MIT/X11 license.
3956 2009-06-20  Martin Baulig  <martin@ximian.com>
3958         * mono-debug.h (MONO_DEBUGGER_MINOR_VERSION): Bump to 3.
3960 2009-06-21  Zoltan Varga  <vargaz@gmail.com>
3962         * appdomain.c (mono_try_assembly_resolve): Don't call managed code when
3963         running in no-exec mode.
3965 2009-06-19 Rodrigo Kumpera  <rkumpera@novell.com>
3967         * metadata-verify.c (verify_method_table): Move header
3968         checking to verify_method_table_full.
3970         * metata-verify.c (mono_verifier_verify_full_table_data):
3971         Call verify_method_table_full.
3973 2009-06-19 Rodrigo Kumpera  <rkumpera@novell.com>
3975         * metadata-verify.c (verify_field_table): Move signature
3976         checking to verify_field_table_full.
3978         * metata-verify.c (mono_verifier_verify_full_table_data):
3979         Call verify_field_table_full.
3981 2009-06-19 Rodrigo Kumpera  <rkumpera@novell.com>
3983         * metadata-verify.c (verify_typedef_table): Move remaining
3984         stuff to verify_typedef_table_full.
3986 2009-06-19 Rodrigo Kumpera  <rkumpera@novell.com>
3988         * metadata-verify.c: Kill is_corlib from VerifyContext.
3989         It is only used by the offline mode.
3990         So we better remove it from the runtime path.
3992 2009-06-19 Rodrigo Kumpera  <rkumpera@novell.com>
3994         * metadata-verify.c: Add new mono_verifier_verify_full_table_data
3995         function that perform the offline metadata verification steps.
3997         * metadata-verify.c (verify_typedef_table): Move some checks to
3998         verify_typedef_table_full and make it been called by new function
3999         mono_verifier_verify_full_table_data.
4001         * pedump.c: Call mono_verifier_verify_full_table_data.
4003         * verify-internals.h: Export mono_verifier_verify_full_table_data as
4004         part of the internal API.
4006 2009-06-19 Rodrigo Kumpera  <rkumpera@novell.com>
4008         * metadata-verify.c (typedef_is_system_object): Fix System.Object
4009         check.
4011         * metadata-verify.c (verify_implmap_table): Fix implmap invalid
4012         flags bits. SupportLastError was confused as bit 7 instead of 6.
4014         * metadata-verify.c (verify_implmap_table): Fix import scope verification
4015         to check against the module ref table instead of module.
4017         * metadata-verify.c (verify_implmap_table): Fix corlib check.
4019         * pedump.c: Call mono_image_load_names.
4021 2009-06-19 Rodrigo Kumpera  <rkumpera@novell.com>
4023         * image.c: Extract mono_image_load_names from do_mono_image_load.
4025         * metadata-internals.h: Export mono_image_load_names as part of
4026         the internal API.
4027         
4028 2009-06-19  Zoltan Varga  <vargaz@gmail.com>
4030         * metadata.c (mono_metadata_cleanup): Free the generic method cache
4031         first, as it could reference data in the other caches.
4033 2009-06-18 Rodrigo Kumpera  <rkumpera@novell.com>
4035         * metadata-verify.c: Finished with method header verification.
4037 2009-06-18 Rodrigo Kumpera  <rkumpera@novell.com>
4039         * metadata-verify.c: Added more header verification code.
4040         Now only EH clauses are missing.
4042 2009-06-17  Zoltan Varga  <vargaz@gmail.com>
4044         * marshal.c (get_runtime_invoke_type): Don't share primitive types
4045         for return values.
4047 2009-06-16 Rodrigo Kumpera  <rkumpera@novell.com>
4049         * metadata-verify.c: Initial method header verification.
4051 2009-06-16 Rodrigo Kumpera  <rkumpera@novell.com>
4053         * metadata-verify.c (verify_import_table): The IAT contents
4054         might end been patched by the windows DL when running with
4055         coree enabled.
4057 2009-06-15 Rodrigo Kumpera  <rkumpera@novell.com>
4059         * class.c (mono_class_from_typeref): If the enclosing type is not
4060         found return null instead of crashing. Fixes #508487.
4062 2009-06-15  Atsushi Enomoto  <atsushi@ximian.com>
4064         * normalization-tables.h : updated to the latest unicode charcter
4065           data.
4066         * appdomain.c : bump corlib version.
4068 2009-06-14  Zoltan Varga  <vargaz@gmail.com>
4070         * class.c (mono_class_from_name): Fix support for assembly references
4071         in the EXPORTEDTYPE table. Fixes #511704.
4073 2009-06-13  Geoff Norton  <gnorton@novell.com>
4075         * domain.c: Ensure that mono_domain_assembly_open actually opens the
4076         assembly in the target domain.
4078 2009-06-12  Robert Jordan  <robertj@gmx.net>
4080         * cominterop.c (cominterop_get_ccw): Increment mspec's SizeParamIndex
4081         because "this" of the managed signature has become an
4082         ordinary parameter in the unmanaged signature.
4084 2009-06-12  Zoltan Varga  <vargaz@gmail.com>
4086         * class-internals.h (struct _MonoGenericContainer): Add an 'image'
4087         field for owner-less generic containers.
4089         * reflection.c (mono_reflection_initialize_generic_parameter): Set the
4090         image field of the owner-less generic containers created here.
4092         * metadata.c (mono_metadata_load_generic_params): Ditto, the
4093         contain is ownerless until the caller sets its owner.
4095         * metadata.c (type_in_image): Handle owner-less generic containers
4096         correctly.
4097         
4098 2009-06-11  Zoltan Varga  <vargaz@gmail.com>
4100         * image.c (mono_image_close): Support debug_assembly_unload for
4101         dynamic images too.
4103 2009-06-11 Andrés G. Aragoneses  <aaragoneses@novell.com>
4105         * class.c: Fix some typos in comments.
4107 2009-06-11  Zoltan Varga  <vargaz@gmail.com>
4109         * reflection.c (add_custom_modifiers): Avoid reading invalid memory.
4111         * threads.c (mono_thread_execute_interruption): Avoid creating the
4112         abort exception object while holding the synch_cs lock.
4114 2009-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
4116         * metadata-verify.c: Verify basic cattr content.
4118 2009-06-10  Zoltan Varga  <vargaz@gmail.com>
4120         * reflection.c (add_exported_type): Don't set the FORWARDER flag on
4121         nested types.
4122         
4123         * reflection.c (mono_image_fill_export_table_from_type_forwarders): Add
4124         support for nested types. Fixes #511704.
4126 2009-06-09 Rodrigo Kumpera  <rkumpera@novell.com>
4128         * metadata-verify.c: Verify methodspec signatures.
4130 2009-06-09 Rodrigo Kumpera  <rkumpera@novell.com>
4132         * metadata-verify.c: Verify typespec signatures.
4134 2009-06-09  Zoltan Varga  <vargaz@gmail.com>
4136         * metadata.c (free_inflated_method): Call 
4137         mono_marshal_free_inflated_wrappers (), which was missed earlier.
4139 2009-06-08  Miguel de Icaza  <miguel@novell.com>
4141         * mono-config.c: Small change to report the PPC64/ILP32 model.
4143 2009-06-05 Rodrigo Kumpera  <rkumpera@novell.com>
4145         * metadata-verify.c (parse_type): Check szarray.
4147 2009-06-05 Rodrigo Kumpera  <rkumpera@novell.com>
4149         * metadata-verify.c (parse_type): Check fnptr.
4151 2009-06-05 Rodrigo Kumpera  <rkumpera@novell.com>
4153         * metadata-verify.c (parse_type): Check generic instances.
4155 2009-06-05 Rodrigo Kumpera  <rkumpera@novell.com>
4157         * metadata-verify.c (parse_type): Check array shape.
4159 2009-06-05  Robert Jordan  <robertj@gmx.net>
4161         * class.c (mono_class_create_from_typedef): Check only for
4162         mscorlib's System.Array.
4164 2009-06-04 Rodrigo Kumpera  <rkumpera@novell.com>
4166         * metadata-verify.c (parse_type): Check pointer, class/valuetype
4167         and generic params. 
4169         * metadata-verify.c (parse_field): Check the signature.
4171 2009-06-04 Rodrigo Kumpera  <rkumpera@novell.com>
4173         * metadata-verify.c: Implement locals signature check.
4175 2009-06-04  Marek Safar  <marek.safar@gmail.com>
4177         * domain.c: Add .NET 4.0 Beta 1 version.
4179 2009-06-04  Bill Holmes  <billholmes54@gmail.com>
4181         * cominterop.c (cominterop_ccw_queryinterface): Fix for bug 499566.
4182           For QueryInterface on CCWs consider the base class
4183           interfaces as well.
4185         Code is contributed under MIT/X11 license.
4187 2009-06-04  Zoltan Varga  <vargaz@gmail.com>
4189         * wrapper-types.h: Delete STATIC_RGCTX_INVOKE.
4191         * marshal.c (mono_marshal_ret_static_rgctx_invoke): Remove, no longer
4192         used.
4194         * icall.c (ves_icall_System_Delegate_CreateDelegate_internal): Avoid
4195         adding a static-rgctx invoke wrapper, it is done by the runtime trampolines.
4197         * generic-sharing.c (inflate_other_data): Ditto.
4198         
4199 2009-06-03 Rodrigo Kumpera  <rkumpera@novell.com>
4201         * metadata-verify.c: Implement property signature check.
4203 2009-06-04  Mark Probst  <mark.probst@gmail.com>
4205         * sgen-gc.h: Register saving support for PPC.
4207 2009-06-04  Mark Probst  <mark.probst@gmail.com>
4209         * sgen-gc.c: Fixed a pthread TLS screwup.
4211 2009-06-04  Mark Probst  <mark.probst@gmail.com>
4213         * sgen-gc.c: Do TLS using pthread API if __thread keyword is not
4214         supported.
4216 2009-06-04  Mark Probst  <mark.probst@gmail.com>
4218         * sgen-gc.c: Disable TLA and managed allocation if the __thread
4219         keyword is not supported.
4221 2009-06-04  Zoltan Varga  <vargaz@gmail.com>
4223         * marshal.c metadata.c: Applied patch from Ulrich Weigand 
4224         <uweigand@de.ibm.com>: Free the wrappers of inflated generic methods when
4225         the inflated method is freed. Fixes #508389.
4227         The code is contributed under the MIT/X11 license.
4228         
4229 2009-06-03  Zoltan Varga  <vargaz@gmail.com>
4231         * marshal.c (get_wrapper_target_class): New helper function.
4232         (mono_marshal_get_runtime_invoke): Place runtime-invoke wrappers into
4233         the <Module> class of the image. Fixes #509049.
4235 2009-06-01 Rodrigo Kumpera  <rkumpera@novell.com>
4237         * threads.c (ves_icall_System_Threading_Thread_Sleep_internal):
4238         Check if the thread was interrupted and proccess it straight away.
4239         Makes abortion much more responsive.
4241 2009-06-01 Rodrigo Kumpera  <rkumpera@novell.com>
4243         * threads.c (mono_thread_execute_interruption): Use atomic cas with
4244         MonoThread::interruption_requested to match it's counterpart.
4246         Fixes a hang in abort-stress-1 on a 2 core x86.
4248         * threads.c (ves_icall_System_Threading_Thread_GetAbortExceptionState):
4249         Fix warning.
4251 2009-06-01 Rodrigo Kumpera  <rkumpera@novell.com>
4253         Change MonoImage::name_cache to be protected by the image lock
4254         instead of the loader lock.
4256         * appdomain.c (deregister_reflection_info_roots): Protect access
4257         to name_cache.
4259         * class.c (mono_image_init_name_cache): Change from the loader lock
4260         to the image lock. Check if the cache wasn't already created.
4262         * class.c: Change from the loader to the image lock.
4264         * icall.c (ves_icall_System_Reflection_Assembly_GetNamespaces): Fix
4265         the code to hold the image lock while iterating over name_cache and
4266         not go into mono_array_new holding it.
4268         * metadata-internals.h: Add a comment about this change.
4270 2009-06-01 Rodrigo Kumpera  <rkumpera@novell.com>
4272         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType):
4273         Under the 2.0 profile raise the loader error.
4275         Fixes #508532.
4277 2009-06-01 Rodrigo Kumpera  <rkumpera@novell.com>
4279         * marshal.c (mono_marshal_get_runtime_invoke): Emit the right kind
4280         of ldind opcode for generic instances so we don't fail for direct wrappers.
4281         This only affect direct calls.
4283 2009-05-31  Zoltan Varga  <vargaz@gmail.com>
4285         * reflection.c (create_dynamic_mono_image): Fix warnings.
4287         * generic-sharing.c (other_info_equal): Ditto.
4288         
4289 2009-05-29 Rodrigo Kumpera  <rkumpera@novell.com>
4291         * metadata-verify.c: Implement field signature check.
4293 2009-05-29 Rodrigo Kumpera  <rkumpera@novell.com>
4295         * metadata-verify.c: Implement standalone signature check.
4297 2009-05-28 Rodrigo Kumpera  <rkumpera@novell.com>
4299         * metadata-verify.c: Implement methodref signature check.
4301 2009-05-28  Zoltan Varga  <vargaz@gmail.com>
4303         * object-internals.h (MonoRuntimeCallbacks): New structure containing
4304         callbacks supplied by the runtime.
4306         * object.c (mono_install_callbacks): New internal function to install
4307         the callbacks.
4309         * object.c (mono_create_ftnptr): Move the implementation of this to
4310         mini/.
4312         * object.c (mono_get_addr_from_ftnptr): Ditto.  
4314 2009-05-27 Rodrigo Kumpera  <rkumpera@novell.com>
4316         * metadata-verify.c (parse_return_type): Proper byref check.
4317         * metadata-verify.c (is_valid_method_signature): Check for zero arity
4318         generic signatures and method params.
4320 2009-05-27 Rodrigo Kumpera  <rkumpera@novell.com>
4322         * metadata-verify.c (decode_signature_header): Fix bounds check.
4324         * metadata-verify.c (parse_custom_mods): Check custom mods.
4326         * metadata-verify.c (parse_type): Do initial basic verification
4327         of valid values.
4328         
4329         * metadata-verify.c (is_valid_method_signature): Parse the generic
4330         param count.
4332 2009-05-26 Rodrigo Kumpera  <rkumpera@novell.com>
4334         * icall.c (ves_icall_Type_GetMethodsByName): Virtual methods should be
4335         discarded based on their most specific definition so we set the method_slots
4336         array before checking if the method is acceptable or not.
4338         Fixes #506757.
4340 2009-05-26  Mark Probst  <mark.probst@gmail.com>
4342         * icall.c: Free the old array when resizing a mono_ptr_array.
4344 2009-05-26  Mark Probst  <mark.probst@gmail.com>
4346         * reflection.c (create_dynamic_mono_image): Use mono_object_hash()
4347         for the hashes whose keys are managed objects.
4349 2009-05-26  Mark Probst  <mark.probst@gmail.com>
4351         * object-internals.h, threads.c: Set the execution context on
4352         thread start here, not in corlib.
4354         * appdomain.c: Bump corlib version.
4356 2009-05-27  Martin Baulig  <martin@ximian.com>
4358         * mono-debug.c (mono_debug_init): Use `MONO_DEBUG_FORMAT_DEBUGGER'
4359         if `_mono_debug_using_mono_debugger' is set to make things work
4360         properly when embedding Mono.
4362 2009-05-25 Rodrigo Kumpera  <rkumpera@novell.com>
4364         * class.c (mono_class_setup_fields): Don't mark simd types as having
4365         16 bytes alignment as the whole runtime doesn't support.
4367 2009-05-25 Rodrigo Kumpera  <rkumpera@novell.com>
4369         * metadata-verify.c (safe_read): Use endian safe read macros.
4371 2009-05-25  Zoltan Varga  <vargaz@gmail.com>
4373         * object.c (mono_create_ftnptr): Don't allocate from the code mempool since
4374         it is read-only when using full aot.
4376 2009-05-22 Rodrigo Kumpera  <rkumpera@novell.com>
4378         * metadata-verify.c (is_valid_method_signature): Verify parts
4379         of the return type. Provide an error message in case of failure.
4381 2009-05-22 Rodrigo Kumpera  <rkumpera@novell.com>
4383         * metadata-verify.c (is_valid_method_signature): Verify the call conv.
4385 2009-05-22 Rodrigo Kumpera  <rkumpera@novell.com>
4387         * metadata-verify.c: Include the size prefix in the bounds check.
4389 2009-05-22  Miguel de Icaza  <miguel@novell.com>
4391         * icall.c: Remove warnings.
4393         * mono-config.c: Allow for CONFIG_CPU to be set in config.h and
4394         prevent auto-detection based on GCC defines.
4396         Add PS3
4398         * metadata-verify.c: Do not include signal.h
4400         * generic-sharing.c, marshal.c: Add returns to avoid some warning
4401         messages.  Not sure why the g_assert_not_reached is not enough to
4402         quiet the compiler.
4403         
4405         * appdomain.c: Remove code that is not used when
4406         DISABLE_SHADOW_COPY is set.
4408         * image.c: use g_getenv
4410 2009-05-21  Miguel de Icaza  <miguel@novell.com>
4412         * reflection.c: Remove code that it not used with
4413         DISABLE_REFLECTION_EMIT is defined.
4415 2009-05-21  Zoltan Varga  <vargaz@gmail.com>
4417         * marshal.c (mono_marshal_get_runtime_invoke): Share more runtime
4418         invoke wrappers.
4420 2009-05-20  Miguel de Icaza  <miguel@novell.com>
4422         * socket-io.c
4423         (ves_icall_System_Net_Sockets_Socket_Available_internal): Remove
4424         the ifdef here and instead put that on io-layer
4426 2009-05-19 Rodrigo Kumpera  <rkumpera@novell.com>
4428         * metadata-verify.c: Verify the generic param constraint table.
4430 2009-05-19 Rodrigo Kumpera  <rkumpera@novell.com>
4432         * metadata-verify.c (verify_generic_param_table): Fix
4433         thinko on the valid flags bits for generic params.
4435 2009-05-19 Rodrigo Kumpera  <rkumpera@novell.com>
4437         * metadata-verify.c: Verify the methodspec table.
4439 2009-05-19 Rodrigo Kumpera  <rkumpera@novell.com>
4441         * metadata-verify.c: Verify the generic param table.
4443 2009-05-19  Mark Probst  <mark.probst@gmail.com>
4445         * sgen-gc.c: Store and use the count with REMSET_VTYPE.
4447 2009-05-19  Mark Probst  <mark.probst@gmail.com>
4449         * sgen-gc.c: Use generation enum more consistently and use the
4450         correct generation in mono_gc_register_for_finalization().
4452 2009-05-18 Rodrigo Kumpera  <rkumpera@novell.com>
4454         * metadata-verify.c: Verify the nested class table.
4456 2009-05-18 Rodrigo Kumpera  <rkumpera@novell.com>
4458         * metadata-verify.c: Verify the manifest resource table.
4460 2009-05-17  Zoltan Varga  <vargaz@gmail.com>
4462         * debug-helpers.c (dis_one): Add little-endian support for ldstr.
4464 2009-05-16  Zoltan Varga  <vargaz@gmail.com>
4466         * class.c (mono_class_get_vtable_entry): Avoid adding static-rgctx
4467         wrappers, this is now done in the JIT.
4468         
4469         * class.c (mono_set_generic_sharing_supported): New internal function.
4470         (mono_class_generic_sharing_enabled): Move the #ifdef stuff to the JIT.
4472 2009-05-15 Rodrigo Kumpera  <rkumpera@novell.com>
4474         * metadata-verify.c: Verify the exported type table.
4476 2009-05-15 Rodrigo Kumpera  <rkumpera@novell.com>
4478         * pedump.c (main): Fake an assembly for netmodules to make the verifier happy.
4480 2009-05-15 Rodrigo Kumpera  <rkumpera@novell.com>
4482         * metadata-verify.c: Verify the file table.
4484 2009-05-15 Rodrigo Kumpera  <rkumpera@novell.com>
4486         * metadata-verify.c (verify_assembly_table): Fix an error message.
4488         * metadata-verify.c: Verify the assemblyref table.
4490 2009-05-15 Rodrigo Kumpera  <rkumpera@novell.com>
4492         * metadata-verify.c (verify_assembly_table): Fix the valid
4493         bits mask for flags.
4495 2009-05-15  Zoltan Varga  <vargaz@gmail.com>
4497         * debug-helpers.c (mono_method_full_name): Print generic parameters of
4498         generic methods as well.
4500 2009-05-15  Geoff Norton  <gnorton@novell.com>
4502         * gc.c: MachO/Darwin supports and uses semaphores fine for this 
4503         use-case and is significantly more performant than the wapi layer.
4505 2009-05-13 Rodrigo Kumpera  <rkumpera@novell.com>
4507         * metadata-verify.c: Verify the assembly table.
4509 2009-05-13 Rodrigo Kumpera  <rkumpera@novell.com>
4511         * metadata-verify.c: Fix rows limit check.
4513 2009-05-13 Rodrigo Kumpera  <rkumpera@novell.com>
4515         * metadata-verify.c: Verify the fieldrva table.
4517 2009-05-13  Mark Probst  <mark.probst@gmail.com>
4519         * sgen.c: Speed up weak links and finalizers by grouping them by
4520         generation.
4522 2009-05-13  Mark Probst  <mark.probst@gmail.com>
4524         * marshal.c (delegate_hash_table_add): When overwriting an entry,
4525         free the old GCHandle (only applies to SGen).
4527 2009-05-13  Zoltan Varga  <vargaz@gmail.com>
4529         * loader.c (mono_get_method_from_token): Avoid the expensive call to
4530         mono_metadata_load_generic_params () for non-generic methods.
4532 2009-05-12  Mark Probst  <mark.probst@gmail.com>
4534         * monitor.c, monitor.h (mono_monitor_get_object_monitor_weak_link):
4535         New function for returning a monitor's weak link if it has one.
4537         * sgen-gc.c: Remove an object's monitor's weak link (if it has
4538         one) when clearing a domain.  These can still be around because
4539         the object might not have been collected.
4541 2009-05-12  Zoltan Varga  <vargaz@gmail.com>
4543         * gc.c: Fix a warning.
4545 2009-05-12  Kornél Pál  <kornelpal@gmail.com>
4547         * gc.c (mono_gc_init): Set gc_thread on creation. This avoids the
4548         prevous wait that resulted in a deadlock on Windows when initializing
4549         the runtime form DllMain. Also results in improved startup time.
4550         (finalizer_thread): Get rid of thread_started_event.
4551         * threads.c, threads-types.h (mono_thread_create_internal): Return the
4552         resulting MonoThread.
4554         Contributed under MIT/X11 license.
4556 2009-05-11 Rodrigo Kumpera  <rkumpera@novell.com>
4558         * metadata-verify.c: Verify the implmap table.
4559         Don't require that #US and #Strings be present.
4561 2009-05-11  Sebastien Pouliot  <sebastien@ximian.com>
4563         * security-core-clr.c: Delegate checks are done at creation time,
4564         not a invocation time. Fix exception for Telerik Silverlight demo
4566 2009-05-11  Mark Probst  <mark.probst@gmail.com>
4568         * sgen-gc.c (need_remove_object_for_domain): Remove the special
4569         case for the Thread class.
4571         * threads.c: Do clean-up of abort exception/state in
4572         thread_cleanup() instead of Thread.free_internal().  Also clean up
4573         current_appcontext.  The reason we have to do that is because
4574         those references might point into another domain and if that
4575         domain is unloaded before the thread is finalized, they point to
4576         invalid data.
4578 2009-05-10  Andreas Faerber  <andreas.faerber@web.de>
4580         * null-gc.c (mono_gc_weak_link_add, mono_gc_clear_domain): Fix
4581         stub signatures.
4582         
4583         Contributed unter MIT/X11 license.
4585 2009-05-09  Miguel de Icaza  <miguel@novell.com>
4587         * verify.c, metadata-verifier.c: Add support for disabling the
4588         verifier in some builds.
4590         [ Sorry, my previous commit accidentally commited some work in
4591         progress ]
4593 2009-05-08  Zoltan Varga  <vargaz@gmail.com>
4595         * class.c (mono_class_setup_fields): Set class->field.first for
4596         generic instances.
4598 2009-05-07 Rodrigo Kumpera  <rkumpera@novell.com>
4600         * metadata-verify.c: Verify the typespec table.
4602 2009-05-07 Rodrigo Kumpera  <rkumpera@novell.com>
4604         * metadata-verify.c: Verify the module table.
4606 2009-05-06 Rodrigo Kumpera  <rkumpera@novell.com>
4608         * metadata-verify.c: Verify the methodimpl table.
4610 2009-05-06 Rodrigo Kumpera  <rkumpera@novell.com>
4612         * metadata-verify.c: Verify the property table.
4614 2009-05-06  Zoltan Varga  <vargaz@gmail.com>
4616         * debug-helpers.c (mono_method_desc_match): Add support for generic
4617         glob patterns.
4619 2009-05-05 Rodrigo Kumpera  <rkumpera@novell.com>
4621         * metadata-verify.c: Verify the propertymap table.
4623 2009-05-04 Rodrigo Kumpera  <rkumpera@novell.com>
4625         * metadata-verify.c: Verify the event table.
4627         * metadata-verify.c (search_sorted_table): Fix offset
4628         calculation.
4630 2009-05-02  Zoltan Varga  <vargaz@gmail.com>
4632         * domain-internals.h (struct _MonoJitInfo): Add a 'from_llvm' flag.
4634 2009-05-01  Mark Probst  <mark.probst@gmail.com>
4636         * gc.c (mono_gc_run_finalize): Don't set the domain too late,
4637         because mono_delegate_free_ftnptr() needs it.
4639 2009-04-30 Rodrigo Kumpera  <rkumpera@novell.com>
4641         * metadata-verify.c: Verify the eventmap table.
4643 2009-04-30 Rodrigo Kumpera  <rkumpera@novell.com>
4645         * metadata-verify.c: Verify the standalonesig table.
4647 2009-04-30 Rodrigo Kumpera  <rkumpera@novell.com>
4649         * metadata-verify.c: Verify the field layout table.
4651 2009-04-30 Rodrigo Kumpera  <rkumpera@novell.com>
4653         * class.c (mono_type_get_name_recurse): Don't crash
4654         for ownerless generic params.
4656         * debug-helpers.c (mono_type_get_desc): Correct the format
4657         for ownerless generic params.
4659 2009-04-30 Rodrigo Kumpera  <rkumpera@novell.com>
4661         * metadata-verify.c: Verify the class layout table.
4663 2009-04-30 Rodrigo Kumpera  <rkumpera@novell.com>
4665         * metadata-verify.c: Verify the decl security table.
4667 2009-04-30  Mark Probst  <mark.probst@gmail.com>
4669         * domain.c (mono_domain_set_internal_with_options): Don't do
4670         anything if the old domain is the same as the old one.  Fixes
4671         #499326.
4673 2009-04-30  Mark Probst  <mark.probst@gmail.com>
4675         * appdomain.c: Deregister the reflection_info roots when unloading
4676         a domain.
4678         * sgen-gc.c, domain.c, gc-internal.h: mono_gc_clear_domain() nulls
4679         memory allocated by a domain and frees its disappearing links.
4681         * boehm-gc.c, null-gc.c: Empty implementation of
4682         mono_gc_clear_domain().
4684 2009-04-30  Mark Probst  <mark.probst@gmail.com>
4686         * appdomain.c (clear_cached_vtable): Free the static fields memory
4687         block.
4689 2009-04-30  Mark Probst  <mark.probst@gmail.com>
4691         * gc.c: Set the correct domain when invoking finalizers.
4693         * appdomain.c: Set the correct domain when creating threads.
4695 2009-04-30  Mark Probst  <mark.probst@gmail.com>
4697         * sgen-gc.c: Fix skip size for vectors.
4699 2009-05-03  Martin Baulig  <martin@ximian.com>
4701         * mono-debug-debugger.c
4702         (mono_debugger_check_breakpoints): Check class init handlers even
4703         if we don't have any method load handers.
4705 2009-04-30  Zoltan Varga  <vargaz@gmail.com>
4707         * appdomain.c (ves_icall_System_AppDomain_GetAssemblies): Avoid 
4708         returning refonly assemblies if refonly is FALSE. Fixes #499013.
4710 2009-04-29 Rodrigo Kumpera  <rkumpera@novell.com>
4712         * metadata-verify.c: Verify the field marshal table.
4714 2009-04-29 Rodrigo Kumpera  <rkumpera@novell.com>
4716         * metadata-verify.c: Verify the custom attribute table.
4718 2009-04-28 Rodrigo Kumpera  <rkumpera@novell.com>
4720         * metadata-verify.c: Verify the constant table.
4722 2009-04-28 Rodrigo Kumpera  <rkumpera@novell.com>
4724         * metadata-verify.c: Verify the memberef table.
4726 2009-04-28 Rodrigo Kumpera  <rkumpera@novell.com>
4728         * metadata-verify.c (get_coded_index_token): Remove
4729         dead argument.
4731 2009-04-28 Rodrigo Kumpera  <rkumpera@novell.com>
4733         * metadata-verify.c: Verify the interfaceimpl table.
4735 2009-04-28 Rodrigo Kumpera  <rkumpera@novell.com>
4737         * verify.c: Improve error message.
4739         * debug-helpers.c (mono_type_get_desc): Harden the code that
4740         deals with VAR and MVAR.
4742 2009-04-28  Zoltan Varga  <vargaz@gmail.com>
4744         * image.c (mono_image_fixup_vtable): Avoid casting an lvalue. Fixes 
4745         part of #498692.
4747 2009-04-23 Tom Hindle <tom_hindle@sil.org>
4749         * cominterop.c (ves_icall_System_Runtime_InteropServices_Marshal_ReleaseComObjectInternal):
4750         changed to match .Net behaviour of not aborting on additional calls to ReleaseComObject.
4752 2009-04-28  Sebastien Pouliot  <sebastien@ximian.com>
4754         * security-core-clr.c: Avoid redundant checks for platform code, 
4755         e.g. check for method and for class (very common) and check
4756         for class and outer class (less common)...
4758 2009-04-27  Zoltan Varga  <vargaz@gmail.com>
4760         * reflection.c: Avoid returning random cattrs for synthetic methods.
4761         Fixes #498545.
4763 2009-04-27 Gonzalo Paniagua Javier <gonzalo@novell.com>
4765         * assembly.c: assemblies in the GAC should never be shadow-copied.
4767 2009-04-26  Mark Probst  <mark.probst@gmail.com>
4769         * domain.c, domain-internals.h: Disable
4770         track_resurrection_{objects,handles}_hash in MonoDomain if using
4771         SGen.
4773 2009-04-24 Rodrigo Kumpera  <rkumpera@novell.com>
4775         * metadata-verify.c: Verify the param table.
4777 2009-04-24 Rodrigo Kumpera  <rkumpera@novell.com>
4779         * metadata-verify.c (verify_typedef_table): Range check FieldList and
4780         MethodList.
4782         * metadata-verify.c (verify_method_table): Proper check the ParamList
4783         field.
4785 2009-04-24 Rodrigo Kumpera  <rkumpera@novell.com>
4787         * metadata-verify.c (verify_method_table): Check for runtime
4788         implemented functions such as delegate .ctors. Remove spurious
4789         printf.
4790         
4791 2009-04-24 Rodrigo Kumpera  <rkumpera@novell.com>
4793         * pedump.c: Proper initialize the runtime forcing the 2.0 profile.
4795 2009-04-24  Raja R Harinath  <harinath@hurrynot.org>
4797         Don't allocate MonoGenericInfo for ownerless generic params.
4798         * class-internals.h (MonoGenericParam::info): Move field to ...
4799         (MonoGenericParamFull): ... this.  New struct.
4800         (MonoGenericContainer::type_params): Change type to
4801         MonoGenericParamFull.
4802         (MonoGenericParam, MonoGenericContainer): Update accessors.
4803         * metadata.c (mono_metadata_parse_generic_param): Don't initialize
4804         'info' field for ownerless generic param.
4805         (mono_metadata_load_generic_params): Update to changes.
4806         * reflection.c (mono_reflection_create_generic_class): Likewise.
4807         (reflection_methodbuilder_to_mono_method): Likewise.
4808         (mono_reflection_initialize_generic_parameter): Likewise.
4810 2009-04-24  Raja R Harinath  <harinath@hurrynot.org>
4812         Don't use MonoGenericParamInfo for ownerless generic params.
4813         * class.c (get_anon_gparam_class, set_anon_gparam_class): New.  Don't
4814         use ParamInfo class at all.
4815         (mono_class_from_generic_parameter): Use them.
4816         (make_generic_param_class): Fix a couple of instances where 'pinfo
4817         == NULL' wasn't handle.
4819 2009-04-24  Raja R Harinath  <harinath@hurrynot.org>
4821         * class.c (make_generic_param_class): Carve out of ...
4822         (mono_class_from_generic_parameter): ... here.
4824 2009-04-24  Raja R Harinath  <harinath@hurrynot.org>
4826         Simplify mono_class_from_generic_parameter
4827         * class-internals.h (MonoGenericParamInfo::token): New field.
4828         * metadata.c (mono_metadata_load_generic_params): Initialize it
4829         from metadata.
4830         * class.c (mono_class_from_generic_parameter): Use it instead of
4831         searching through metadata.
4833 2009-04-23 Rodrigo Kumpera  <rkumpera@novell.com>
4835         * metadata-verify.c: Add verification of the method table.
4837 2009-04-23 Rodrigo Kumpera  <rkumpera@novell.com>
4839         * icall.c (ves_icall_Type_GetMethodsByName): Fix memleak for the
4840         Delegate::Invoke optimization.
4842 2009-04-23 Rodrigo Kumpera  <rkumpera@novell.com>
4844         * appdomain.c (mono_domain_create_appdomain_internal): Free the
4845         string returned by get_shadow_assembly_location_base.
4847         * appdomain.c (get_shadow_assembly_location_base): Add a comment
4848         about caller's ownership.
4850 2009-04-23 Rodrigo Kumpera  <rkumpera@novell.com>
4852         * reflection.c: Add mono_reflection_cleanup_domain to cleanup
4853         reflection memory on domain unload.
4855         * domain.c (mono_domain_free): Don't free refobject_hash, let the
4856         reflection cleanup code do it.
4858         * domain-internals.h: Add mono_reflection_cleanup_domain.
4860         This fixes a memory leak for managed mirrors of reflection objects
4861         on domain unload. 
4863 2009-04-22 Rodrigo Kumpera  <rkumpera@novell.com>
4865         * metadata-verify.c: Implement more verification of the field table.
4867 2009-04-22 Rodrigo Kumpera  <rkumpera@novell.com>
4869         * pedump.c (main): Init mono with mscorlib so it defaults to 2.0 and
4870         doesn't try to parse the input assembly, which can be broken.
4872 2009-04-23  Mark Probst  <mark.probst@gmail.com>
4874         * boehm-gc.c, gc-internal.h, gc.c, monitor.c, null-gc.c,
4875         sgen-gc.c: Implement track resurrection in weak GC handles in SGen
4876         by using the lowest bit in the link to store whether the link is
4877         tracked.  Move the track_resurrection hashes into boehm-gc.c.
4879 2009-04-22  Miguel de Icaza  <miguel@novell.com>
4881         * Makefile.am: Split the console support in platform specific code
4882         and put together a framework for making this easy in the future so
4883         that we can start splitting code instead of having a mess of PLATFORM_WIN32
4885 2009-04-21 Rodrigo Kumpera  <rkumpera@novell.com>
4887         * pedump.c: Fix a warning.
4889 2009-04-21 Rodrigo Kumpera  <rkumpera@novell.com>
4891         * verify.c (mono_delegate_type_equal): Compare valuetypes using
4892         mono_class_from_mono_type to avoid bad interactions with the dual representation
4893         of the generic type definition.
4895 2009-04-21 Rodrigo Kumpera  <rkumpera@novell.com>
4897         * verify.c (do_invoke_method): Use mono_class_from_mono_type to
4898         get the MonoClass for the call context type as it might be a generic
4899         instance.
4901         Fixes #491483.
4903 2009-04-21  Mark Probst  <mark.probst@gmail.com>
4905         * object-internals.h: The Thread object has no execution_context
4906         member anymore.
4908         * threads.c, threadpool.c, threads-types.h: Accessor functions for
4909         the execution context.
4911         * appdomain.c: Bump corlib version.
4913 2009-04-20 Rodrigo Kumpera  <rkumpera@novell.com>
4915         * verify.c (do_newobj): Improve error message.
4917 2009-04-20 Rodrigo Kumpera  <rkumpera@novell.com>
4919         * verify.c (verify_clause_relationship): Only mask as an error if the exception clause
4920         is nested in the filter block.
4922         * verify.c (verify_clause_relationship): The disjoint check must verify if the exception
4923         block is not fully nested.
4925         Fixes #495656.
4927 2009-04-20 Rodrigo Kumpera  <rkumpera@novell.com>
4929         * verify.c (verify_type_compatibility_full): Compare MonoClass and
4930         not MonoType to check for equality of valuetypes as the generic type
4931         definition allows for two different encodings: the generic type definition
4932         class or a generic instance over the GTD arguments.
4934         Fixes #496175.
4936 2009-04-20 Rodrigo Kumpera  <rkumpera@novell.com>
4938         * verify.c (dump_stack_value): Fix compilation with extra debug turned on.
4940         * verify.c (do_initobj): Improve error message.
4942 2009-04-20 Rodrigo Kumpera  <rkumpera@novell.com>
4944         * metadata-verify.c: Enable pe verification as the issue with #496453
4945         is that the authenticode data directory have a different unspecified
4946         format. Ignore it for now.
4948         * pedump.c: Run the metadata verifier together with the IL verifier.
4950         Fixes ##496453.
4952 2009-04-20  Rolf Bjarne Kvinge  <RKvinge@novell.com>
4954         * metadata-verify.c: Temporarily disable pe verification due to #496453.
4956 2009-04-17 Rodrigo Kumpera  <rkumpera@novell.com>
4958         * class.c (can_access_type): Check visibility against
4959         the element type for pointers and arrays.
4961         Fixes #496150.
4963 2009-04-17 Rodrigo Kumpera  <rkumpera@novell.com>
4965         * metadata-verify.c: Fix cli and table verification to use information
4966         from the MonoImage. A lot of duplicated code got killed.
4968 2009-04-17 Rodrigo Kumpera  <rkumpera@novell.com>
4971         This patch starts to integrate the metadata verifier with the runtime code.
4973         This patch causes major regression in functionality for the metadata verifier
4974         as cli and table verification are disabled since they require to be ported to
4975         use MonoImage information.
4977         * image.c (do_mono_image_load): Split the code in this function
4978         into mono_image_load_pe_data and mono_image_load_cli_data.
4979         Add     care_about_pecoff parameter to not load pecoff data.
4980         Call into the metadata verifier for pecoff and cli verification.
4982         * image.c (mono_image_open_raw): New function that doesn't perform
4983         any parsing of the image contents.
4984         
4985         The reason for the 3 new functions is to give pedump better control
4986         into the interaction with the verifier.
4988         * metadata-internals.h: Add new functions from image.c as part of the
4989         internal mono API.
4991         * metadata-verify.c: Split mono_image_verify into mono_verifier_verify_pe_data,
4992         mono_verifier_verify_cli_data and mono_verifier_verify_table_data. Prepare
4993         to make those functions work together with the runtime.
4995         * verify.c: Add mono_verifier_is_enabled_for_image function that returns
4996         true if the image needs to be verified.
4998         * verify-internals.h: Export new functions from metadata-verify.c and verify.c.
5000         * pedump.c: Use new metadata verifier API.
5002 2009-04-19  Zoltan Varga  <vargaz@gmail.com>
5004         * object.c (mono_install_vtable_trampoline): Make this receive a
5005         trampoline creation function instead of trampoline, allowing the JIT
5006         to use a different trampoline for each vtable.
5008 2009-04-18  Mark Probst  <mark.probst@gmail.com>
5010         * object.c (mono_raise_exception): Don't reset the thread abort
5011         exception state here.
5013 2009-04-18  Mark Probst  <mark.probst@gmail.com>
5015         * icall-def.h: New icall for getting the thread abort exception
5016         state for a thread.
5018         * object.c, thread.c, object-internals.h: A thread's abort
5019         exception state is now a GC handle.  To get the object it stands
5020         for, we must move it into the current app domain, if it's
5021         different than the one where it originated from.
5023         * appdomain.c: Bump corlib version.
5025         * domain.c, domain-internals.h: New function for setting the
5026         domain and migrate the thread abort exception or not.
5028 2009-04-16 Rodrigo Kumpera  <rkumpera@novell.com>
5030         * metadata-verify.c: Add initial verification of the
5031         field table.
5033 2009-04-16 Rodrigo Kumpera  <rkumpera@novell.com>
5035         * metadata-verify.c: Add a macro to conditionally enable
5036         dumping of verification information. Add  make_coded_token
5037         and search_sorted_table to enable search sorted tables
5038         by a given coded token.
5040 2009-04-16 Rodrigo Kumpera  <rkumpera@novell.com>
5042         * metadata-verify.c: Add array mapping from table index
5043         to description offset. Add get_col_offset and get_col_size
5044         functions.
5046 2009-04-16 Rodrigo Kumpera  <rkumpera@novell.com>
5048         * metadata-verify.c: Add remaining table descriptions offsets.
5049         Add remaining coded index descriptions.
5051 2009-04-16 Rodrigo Kumpera  <rkumpera@novell.com>
5053         * metadata-verify.c: Fixed constant table description.
5054         Fixed calculation of HasCustomAttribute coded index size.
5055         Fixed calculation of size for many table indexes. 
5057 2009-04-16 Rodrigo Kumpera  <rkumpera@novell.com>
5059         * pedump.c (dump_metadata): Dump table offset instead
5060         of useless pointer in memory.
5062 2009-04-16 Rodrigo Kumpera  <rkumpera@novell.com>
5064         * metadata-verify.c (verify_typedef_table): Add tests for MethodList.
5066 2009-04-15 Rodrigo Kumpera  <rkumpera@novell.com>
5068         * metadata-verify.c (verify_typedef_table): Add tests for FieldList and
5069         a missing of for interface types.
5071 2009-04-15 Rodrigo Kumpera  <rkumpera@novell.com>
5073         * metadata-verify.c (verify_pe_optional_header): Add comment of why
5074         the code is commented.
5076         * metadata-verify.c (verify_resources_table): Remove spurious printf
5077         and don't fail if there are unmanaged resources. Gmcs generates a useless
5078         one     for all assemblies - I bet it's some MS compatibility junk.
5080 2009-04-15 Rodrigo Kumpera  <rkumpera@novell.com>
5082         * metadata-verify.c (verify_typedef_table): Verify the extends field.
5084         * metadata-verify.c (mono_image_verify): Add a is_corlib.
5086         * verify-internals.h: Same.
5088         * pedump.c: Fix for mono_image_verify new signature.
5090 2009-04-15 Rodrigo Kumpera  <rkumpera@novell.com>
5092         * metadata-verify.c (verify_typedef_table): Verify for some invalid
5093         flags combinations.
5095 2009-04-15 Rodrigo Kumpera  <rkumpera@novell.com>
5097         * metadata-verify.c (verify_module_table): Ignore the generation field.
5099 2009-04-15  Martin Baulig  <martin@ximian.com>
5101         * debug-mono-symfile.c
5102         (mono_debug_symfile_lookup_location): Don't print a warning for
5103         unknown extended opcodes if they're within 0x40 and 0x7f.
5105 2009-04-15  Zoltan Varga  <vargaz@gmail.com>
5107         * marshal.c (mono_marshal_get_runtime_invoke_sig): Don't share runtime
5108         invoke signatures returning an enum. Fixes #494847.
5110 2009-04-14 Rodrigo Kumpera  <rkumpera@novell.com>
5112         * metadata-verify.c: Initial code to verify the typedef table.
5114 2009-04-14 Rodrigo Kumpera  <rkumpera@novell.com>
5116         * verify.c (mono_method_verify): Don't fail if an unconditional branch
5117         with non empty stack happens before the beginning of a try block.
5119         Fixes #494812.
5121 2009-04-14 Rodrigo Kumpera  <rkumpera@novell.com>
5123         * metadata-verify.c: Verify typename and typenamespace fields of
5124         the typeref table.
5126 2009-04-13 Rodrigo Kumpera  <rkumpera@novell.com>
5128         * metadata-verify.c: Initial code to verify the typeref table.
5130 2009-04-13 Rodrigo Kumpera  <rkumpera@novell.com>
5132         * verify.c (verify_delegate_compatibility): Fix error message.
5134 2009-04-14  Sebastien Pouliot  <sebastien@ximian.com>
5136         * security-core-clr.c: Fix typo
5138 2009-04-14  Zoltan Varga  <vargaz@gmail.com>
5140         * marshal.c (delegate_hash_table_add): Make delegate_target_locations 
5141         a MonoGHashTable to keep its values alive.
5142         (emit_marshal_boolean): Fix a warning.
5144 2009-04-13 Gonzalo Paniagua Javier <gonzalo@novell.com>
5146         * socket-io.c: don't return IPv4/IPv6 addresses if the machine does
5147         not have any interface configured for IPv4/IPv6.
5149 2009-04-13 Gonzalo Paniagua Javier <gonzalo@novell.com>
5151         * assembly.c: fix typo in error message.
5153 2009-04-14  Zoltan Varga  <vargaz@gmail.com>
5155         * marshal.c (mono_delegate_to_ftnptr): Use mono_gc_alloc_fixed () for
5156         allocating the location holding the this argument to prevent
5157         'too many root sets' errors.
5159         * object.c (mono_class_create_runtime_vtable): Set field->offset to -1
5160         to mark fields as special static.
5161         (mono_field_static_get_value): Handle special static fields.
5162         (mono_field_static_set_value): Ditto.
5164         * class-internals.h (struct _MonoClassField): Document this.
5166 2009-04-13  Bill Holmes  <billholmes54@gmail.com>
5168         * cominterop.c (mono_cominterop_emit_marshal_com_interface): Assigning
5169           the argument a value of null for the MARSHAL_ACTION_MANAGED_CONV_OUT
5170           case.  This will handle when managed code returns null to native code.
5172         Code is contributed under MIT/X11 license.
5174 2009-04-13  Bill Holmes  <billholmes54@gmail.com>
5176         * object.c (build_imt_slots): Changing a free to a g_free to match
5177           the g_malloc0 in add_imt_builder_entry that allocated this memory.
5179         Code is contributed under MIT/X11 license.
5181 2009-04-13  Bill Holmes  <billholmes54@gmail.com>
5183         * marshal.c (emit_marshal_boolean): Adding code to ensure that
5184           the correct TRUE value is passed through the marshaling layer.
5186         Code is contributed under MIT/X11 license.
5188 2009-04-13  Zoltan Varga  <vargaz@gmail.com>
5190         * marshal.c (mono_marshal_emit_managed_wrapper): Handle closed delegates
5191         correctly. Fixes #492330.
5192         
5193         * marshal.c: Fix the embedding of object pointers into JITted code in
5194         the native-to-managed wrappers by allocating some GC tracked memory, and
5195         embedding the address of that.
5197 2009-04-11  Zoltan Varga  <vargaz@gmail.com>
5199         * object.c (mono_class_create_runtime_vtable): Avoid putting MonoMethod
5200         pointers into the vtable.
5202 2009-04-09 Rodrigo Kumpera  <rkumpera@novell.com>
5204         * verify.c (mono_delegate_type_equal): Proper check MONO_TYPE_CLASS.
5206         * verify.c (verify_ldftn_delegate): Improve error message.
5208 2009-04-09  Raja R Harinath  <harinath@hurrynot.org>
5210         * reflection.c (my_mono_class_from_mono_type): Remove.
5212 2009-04-09  Raja R Harinath  <harinath@hurrynot.org>
5214         Prepare to reduce memory usage of owner-less generic parameters (1/n)
5215         * class-internals.h (MonoGenericParam): Carve out pklass, name, flags
5216         and constraints fields into ...
5217         (MonoGenericParamInfo): ... this.
5218         (mono_generic_param_info, mono_generic_container_get_param_info):
5219         New accessors.
5220         * class.c, debug-helpers.c, icall.c: Update to changes.
5221         * metadata.c, reflection.c, verify.c: Likewise.
5223 2009-04-09  Zoltan Varga  <vargaz@gmail.com>
5225         * debug-helpers.c (dis_one): Fix decoding of strings in dynamic images.
5227         * marshal.c (get_runtime_invoke_type): Share enums with their base types.
5228         
5229         * marshal.c (get_runtime_invoke_type): Share pointers with ints and
5230         booleans with sbytes.
5232 2009-04-08 Rodrigo Kumpera  <rkumpera@novell.com>
5234         * class.c (can_access_instantiation): Verify accesibility of element types
5235         for arrays and pointers.
5237         * class.c (can_access_type): Return true if the target class is VAR or MVAR.
5239         * class.c (mono_method_can_access_method_full): Fix typos in the documentation.
5241         Fixes #493068.
5243 2009-04-08 Rodrigo Kumpera  <rkumpera@novell.com>
5245         * verify.c (do_invoke_method): Improve error messages.
5247 2009-04-08  Bill Holmes  <billholmes54@gmail.com>
5249         * verify.c:  Fixing the MSVC build.
5251         Code is contributed under MIT/X11 license.
5253 2009-04-08  Sebastien Pouliot  <sebastien@ximian.com>
5255         * security-core-clr.c: Simplify get_reflection_caller not to call
5256         mono_method_get_last_managed (another stack walk) and adjust the
5257         callers to handle a (should not happen) NULL return value.
5259 2009-04-08  Raja R Harinath  <harinath@hurrynot.org>
5261         Add accessors to some MonoGenericParam fields
5262         * class-internals.h (mono_generic_param_owner): New accessor.
5263         (mono_generic_param_num): Likewise.
5264         (mono_type_get_generic_param_owner): New helper.
5265         (mono_type_get_generic_param_num): New helper.
5266         * class.c, icall.c, metadata.c, reflection.c, verify.c: Use them.
5268 2009-04-08  Raja R Harinath  <harinath@hurrynot.org>
5270         * class-internals.h (mono_generic_container_get_param): New wrapper.
5271         * class.c, icall.c, metadata.c, verify.c: Use it.
5273 2009-04-08  Raja R Harinath  <harinath@hurrynot.org>
5275         Fix gtest-252.cs
5276         * verify.c (mono_type_is_valid_type_in_context): Rewrite to use
5277         the standard case/loop.  In particular, don't complain about
5278         references to generic type definitions.
5280 2009-04-07  Zoltan Varga  <vargaz@gmail.com>
5282         * debug-helpers.c (dis_one): Decode string arguments.
5284 2009-04-07 Rodrigo Kumpera  <rkumpera@novell.com>
5286         * pedump.c (dump_verify_info): Dump type name correctly.
5288 2009-04-07 Rodrigo Kumpera  <rkumpera@novell.com>
5290         * verify.c (mono_method_verify): Don't init code slots for exception boundaries if they
5291         are larger than code size.
5293         This can happen in valid code if the try/catch block is not followed by any instruction
5294         and do a backward branch on the leave instruction.
5296         Fixes #492494.
5298 2009-04-06  Sebastien Pouliot  <sebastien@ximian.com>
5300         * security-core-clr.c: Fix typo while comparing second method names
5301         in can_avoid_corlib_reflection_delegate_optimization
5303 2009-04-06 Rodrigo Kumpera  <rkumpera@novell.com>
5305         * verify.c (do_throw): Don't allow an unboxed generic param ar argument.
5307         Fixes #487738.
5309 2009-04-06 Rodrigo Kumpera  <rkumpera@novell.com>
5311         * metadata.c (do_mono_metadata_parse_type): Fail if we are decoding
5312         a MVAR using a class context.
5314         Fixes #490335.
5316 2009-04-06  Zoltan Varga  <vargaz@gmail.com>
5318         * object.c (mono_class_compute_gc_descriptor): Make this non-static.
5320         * domain-internals.h (struct _MonoJitInfo): Add a 'gc_info' field.
5322         * gc-internal.h (MonoGCCallbacks): New stucture containing the callback
5323         functions supplied by the JIT for the SGEN GC.
5325         * sgen-gc.c: Call the callbacks supplied by the JIT to do stack marking.
5326         
5327 2009-04-06  Massimiliano Mantione  <massi@ximian.com>
5329         monitor.c (mono_monitor_try_enter_internal):
5330         Added calls to profile monitor contentions.
5331         Also duplicated a small piece of code (the "get the monitor" logic)
5332         from the fast path to the slow path, and changed the relevant goto
5333         statements, so that monitor acquisition events can be emitted from the
5334         slow path (this is by Paolo Molaro).
5336 2009-04-06  Massimiliano Mantione  <massi@ximian.com>
5338         * profiler.c, profiler.h, profiler-private.h:
5339         Added support for profiling monitor contentions.
5341 2009-04-03 Rodrigo Kumpera  <rkumpera@novell.com>
5343         * metadata-verify.c: Verify the modules table.
5345 2009-04-02 Rodrigo Kumpera  <rkumpera@novell.com>
5347         * verify.c (mono_generic_param_is_constraint_compatible): Inflate the candidate
5348         using the context of the method been verifier and not of the method been called.
5350         * verify.c: Add verifier_inflate_type and mono_type_is_valid_type_in_context to
5351         safely inflate generic types. 
5353 2009-04-02  Sebastien Pouliot  <sebastien@ximian.com>
5355         * security-core-clr.c: Change the strategy for checking the 
5356         "reflection using delegates optimization" to avoid unneeded 
5357         attributes in multiple class libraries.
5359 2009-04-02  Mark Probst  <mark.probst@gmail.com>
5361         * sgen-gc.c: Remove object element in the disappearing link struct
5362         by storing the object pointer in the link.
5364 2009-03-31 Rodrigo Kumpera  <rkumpera@novell.com>
5366         * pedump.c (dump_verify_info): Don't crash if signature decoding fails.
5368 2009-03-31 Rodrigo Kumpera  <rkumpera@novell.com>
5370         * verify.c (verifier_load_field): Fail if the field parent could not be loaded.
5372         * verify.c (mono_method_verify): Do proper bounds checking of exception
5373         clause ranges.
5375 2009-03-31 Rodrigo Kumpera  <rkumpera@novell.com>
5377         * loader.c (mono_field_from_token): Don't crash if the field parent could
5378         not be decoded.
5380 2009-03-31  Mark Probst  <mark.probst@gmail.com>
5382         * sgen-gc.c: Execute critical finalizers after ordinary
5383         finalizers.
5385         * class-internals.h, domain.c: Add CriticalFinalizerObject to
5386         mono_defaults.
5388 2009-03-31 Jb Evain <jbevain@novell.com>
5390         * verify.c (do_ldstr): don't check if a string is in the user strings
5391         heap if the current image is dynamic.
5393 2009-03-31  Mark Probst  <mark.probst@gmail.com>
5395         * sgen-gc.c: Wait until the last finalizer has executed when
5396         returning from WaitForPendingFinalizers.
5398 2009-03-31  Martin Baulig  <martin@ximian.com>
5400         * mono-debug-debugger.h (MonoDebuggerEvent): Add
5401         `MONO_DEBUGGER_EVENT_CREATE_APPDOMAIN' and
5402         `MONO_DEBUGGER_EVENT_UNLOAD_APPDOMAIN'.
5403         (mono_debugger_event_create_appdomain): New function.
5404         (mono_debugger_event_unload_appdomain): New function.
5406         * appdomain.c (mono_domain_create_appdomain_internal): Call
5407         mono_debugger_event_create_appdomain().
5409 2009-03-31  Martin Baulig  <martin@ximian.com>
5411         * mono-debug-debugger.c
5412         (mono_debugger_register_class_init_callback): Also register the
5413         class init callback if the class is already initialized to make
5414         things work with shadow copied assemblies.
5416 2009-03-31  Sebastien Pouliot  <sebastien@ximian.com>
5418         * security-core-clr.c
5419         (mono_security_core_clr_ensure_reflection_access_field): Let 
5420         critical code access the field (just like we do for methods). Use
5421         check_field_access helper.
5422         (mono_security_core_clr_ensure_reflection_access_method): Use 
5423         check_field_access helper.
5425 2009-03-31  Mark Probst  <mark.probst@gmail.com>
5427         * sgen-gc.c: Remove data (callback) element from FinalizeEntry and
5428         call the run-finalize function directly.
5430         * gc.c, gc-internal.h: Make run_finalize() non-static.
5432 2009-03-31  Mark Probst  <mark.probst@gmail.com>
5434         * sgen-gc.c: Use a separate struct for disappearing links.
5436 2009-03-31 Gonzalo Paniagua Javier <gonzalo@novell.com>
5438         * socket-io.c: don't fail if the SocketOptionsFlag has Partial or
5439         * MaxIOVectorLength enabled, just ignore them.
5440         Fixes bug #349688.
5442 2009-03-30 Rodrigo Kumpera  <rkumpera@novell.com>
5444         * metadata-verify.c: Fix eglib build.
5446 2009-03-30  Zoltan Varga  <vargaz@gmail.com>
5448         * threads-types.h: Fix the win32 build.
5450 2009-03-28  Sebastien Pouliot  <sebastien@ximian.com>
5452         * class.c: move coreclr inheritance/override checks to 
5453         security-core.clr.c
5454         * security-core.clr.c|h: add code from class.c with additional
5455         documentation. Fix override check when the method is not critical.
5457 2009-03-28  Zoltan Varga  <vargaz@gmail.com>
5459         * debug-helpers.c (mono_method_desc_match): Make '*' match anything.
5460         (match_class): Ditto.
5462 2009-03-27 Rodrigo Kumpera  <rkumpera@novell.com>
5464         * metadata-verify.c: Rename bounds_check_offset to bounds_check_datadir.
5466         * metadata-verify.c: Implement table layout row size calculation. Verify
5467         the total size of the tables.
5469 2009-03-27 Rodrigo Kumpera  <rkumpera@novell.com>
5471         * metadata-verify.c: Verify heap sizes and size to decode row counts. 
5473 2009-03-27 Gonzalo Paniagua Javier <gonzalo@novell.com>
5475         * appdomain.c:
5476         * console-io.[ch]: added new mono_console_init() to make sure that
5477         file descriptors 0, 1 and 2 are opened.
5478         Bug #489019 fixed.
5480 2009-03-27  Sebastien Pouliot  <sebastien@ximian.com> 
5482         * appdomain.h: Export a new callback type and a new function to
5483         set this callback. This allow a mono host to provide it's own
5484         definition for "platform code".
5485         * metadata-internals.h: Add a core_clr_platform_code flag on 
5486         _MonoImage to (cache and) know if it is representing platform 
5487         code.
5488         * image.c (do_mono_image_open): Set core_clr_platform_code flag 
5489         on platform code images.
5490         * security-core-clr.c|h 
5491         (mono_security_set_core_clr_platform_callback): Allow the host
5492         to provide it's own platform check definition.
5493         (mono_security_core_clr_determine_platform_image): Detect if an 
5494         image is platform code (using the specified callback).
5495         (mono_security_core_clr_is_platform_image): Return cached value 
5496         for platform code.
5498 2009-03-27  Zoltan Varga  <vargaz@gmail.com>
5500         * threads.c (mono_create_thread): New helper function to wrap CreateThread
5501         which has different parameter types for the 'tid' argument in windows and
5502         the io-layer.
5504         * appdomain.c attach.c threads.c: Use the new helper.
5506 2009-03-26 Rodrigo Kumpera  <rkumpera@novell.com>
5508         * metadata-verify.c: Verify valid table bits.
5510 2009-03-26 Rodrigo Kumpera  <rkumpera@novell.com>
5512         * metadata-verify.c (verify_metadata_header): Store size in the size field.
5514         * metadata-verify.c: Add initial table schema verification.
5516 2009-03-26  Zoltan Varga  <vargaz@gmail.com>
5518         * icall.c (ves_icall_get_parameter_info): Add a 'member' argument, used to
5519         obtain the refclass argument needed by mono_param_get_objects (). Fixes
5520         #488383.
5522         * reflection.c (mono_param_get_objects_internal): Add a 'refclass' argument.
5524         * appdomain.c (MONO_CORLIB_VERSION): Bump this.
5526 2009-03-26  Sebastien Pouliot  <sebastien@ximian.com>
5528         * security-core-clr.c: Add/update documentation
5530 2009-03-26  Zoltan Varga  <vargaz@gmail.com>
5532         * marshal.c (emit_marshal_object): Generate code to throw an exception
5533         instead of throwing it. Fixes #488670.
5535 2009-03-25  Sebastien Pouliot  <sebastien@ximian.com>
5537         * appdomain.c: Bump MONO_CORLIB_VERSION to 73.
5538         * icall.c (ves_icall_System_Delegate_CreateDelegate_internal): Add
5539         an extra 'throwOnBindFailure' parameter to the icall. Remove FIXME
5540         and add a call to mono_security_core_clr_ensure_delegate_creation
5541         to do the extra checks required by CoreCLR.
5542         * security-core-clr.c|h: Add function to check delegate creation,
5543         both in the binding and accessibility, under CoreCLR.
5545 2009-03-25  Sebastien Pouliot  <sebastien@ximian.com> 
5547         * reflection.c (mono_reflection_create_dynamic_method): when 
5548         coreclr is enabled make sure that every resolved object are
5549         checked (e.g. field and method access).
5550         * security-core-clr.c|h: Add function to check objects resolved
5551         when a dynamic method is created.
5553 2009-03-24 Rodrigo Kumpera  <rkumpera@novell.com>
5555         * metadata-verify.c: Cache directory rva translations.
5557         * metadata-verify.c: Add cli-header and streams verification.
5559 2009-03-24 Rodrigo Kumpera  <rkumpera@novell.com>
5561         * image.c (load_metadata_ptrs): We decode MonoImage::md_version_minor at
5562         the wrong offset (8 instead of 6).
5564 2009-03-23  Zoltan Varga  <vargaz@gmail.com>
5566         * marshal.c (mono_delegate_to_ftnptr): For delegates wrapping pinvoke
5567         methods, return the native function address itself. Fixes
5568         #487758.
5570 2009-03-23 Gonzalo Paniagua Javier <gonzalo@novell.com>
5572         * console-io.c: some of the values for control characters might not be
5573         present.
5575 2009-03-21  Sebastien Pouliot  <sebastien@ximian.com>
5577         * exception.c|h: Add helpers to create [Field|Method]AccessException
5578         * icall.c: Add required coreclr check calls for field reflection.
5579         Move the existing (method) check logic into security-core-clr.c
5580         * security-core-clr.c: Add functions to check if the access of a
5581         field or method is allowed when reflecting under coreclr. This is
5582         mostly done using a stack walk to find the "real" caller: i.e. the
5583         code that is calling the reflection
5585 2009-03-20  Zoltan Varga  <vargaz@gmail.com>
5587         * gc-internal.h: Change location of gc_wrapper.h
5589 2009-03-20  Sebastien Pouliot  <sebastien@ximian.com> 
5591         * class.c: Simplification to coreclr checks for overrides that
5592         makes it easier to set breakpoints.
5594 2009-03-20  Sebastien Pouliot  <sebastien@ximian.com>
5596         * security-core-clr.c|h: (mono_security_core_clr_class_level, 
5597         mono_security_core_clr_method_level): Avoid potential 
5598         MonoCustomAttrInfo allocation for transparent assemblies (e.g. 
5599         user/application code) and make it easier to set breakpoints
5601 2009-03-19 Rodrigo Kumpera  <rkumpera@novell.com>
5603         * metadata-verify.c: Reject cli header tables that mono don't handle.
5605 2009-03-19 Rodrigo Kumpera  <rkumpera@novell.com>
5607         * pedump.c: Fix CLI header dumping.
5609 2009-03-19 Rodrigo Kumpera  <rkumpera@novell.com>
5611         * metadata-verify.c: More CLI header verification.
5613 2009-03-19  Zoltan Varga  <vargaz@gmail.com>
5615         * locales.c (get_current_locale_name): Use g_malloc instead of malloc.
5617 2009-03-18 Rodrigo Kumpera  <rkumpera@novell.com>
5619         * metadata-verify.c: Initial verification of the CLI header.
5621 2009-03-18 Rodrigo Kumpera  <rkumpera@novell.com>
5623         * metadata-verify.c (verify_resources_table): Fix verification of zero
5624         sized resource section and id entries count.
5626 2009-03-18  Zoltan Varga  <vargaz@gmail.com>
5628         * icall.c: Handle user types in many Type icalls. Fixes #486303.
5630 2009-03-17  Jb Evain  <jbevain@novell.com>
5632         * profiler.c: call mono_gc_base_init from mono_profiler_load.
5634 2009-03-17  Zoltan Varga  <vargaz@gmail.com>
5636         * sgen-gc.c (mono_gc_make_descr_for_object): Fix 64 bit support.
5637         (mono_gc_make_descr_for_array): Ditto.
5639 2009-03-17  Sebastien Pouliot  <sebastien@ximian.com>
5641         * verify.c (mono_verifier_is_class_full_trust): Add support for
5642         CoreCLR security mode where trusted assemblies are defined as
5643         "platform code".
5645 2009-03-16 Rodrigo Kumpera  <rkumpera@novell.com>
5647         * metadata-verify.c: Add minimal PECOFF resource verification.
5649 2009-03-16 Rodrigo Kumpera  <rkumpera@novell.com>
5651         * metadata-verify.c: Be less restrictive with some coff fields.
5653 2009-03-16 Rodrigo Kumpera  <rkumpera@novell.com>
5655         * verify.c (init_stack_with_value_at_exception_boundary): Init generic
5656         params as boxed values on stack. Fixes #485706.
5658 2009-03-16 Gonzalo Paniagua Javier <gonzalo@novell.com>
5660         * console-io.c: the termios values may vary in different flavors of unix.
5662 2009-03-16 Gonzalo Paniagua Javier <gonzalo@novell.com>
5664         * console-io.[ch]: return the entire set of control characters when
5665         initializing the terminal.
5666         * appdomain.c: bump corlib version.
5668 Mon Mar 16 11:11:26 CET 2009 Paolo Molaro <lupus@ximian.com>
5670         * mono-perfcounters.c: added support for in-process custom
5671         performance counters.
5673 2009-03-13 Rodrigo Kumpera  <rkumpera@novell.com>
5675         * metadata-verify.c: Small cleanup and add comment for IAT directory entry. 
5677 2009-03-13 Rodrigo Kumpera  <rkumpera@novell.com>
5679         * metadata-verify.c: Verify the data pointed by the import table. 
5681 2009-03-13 Rodrigo Kumpera  <rkumpera@novell.com>
5683         * metadata-verify.c (load_data_directories): Store data
5684         directory contents.
5686         * metadata-verify.c: Verify the import table. 
5688 2009-03-12 Rodrigo Kumpera  <rkumpera@novell.com>
5690         * metadata-verify.c: Verify data directories.
5692 2009-03-12 Rodrigo Kumpera  <rkumpera@novell.com>
5694         * metadata-verify.c: Check section header flags.
5696 2009-03-12 Gonzalo Paniagua Javier <gonzalo@novell.com>
5698         * appdomain.c: if the assembly name is a shadow-copied file, return
5699         TRUE from mono_is_shadow_copy_enabled but don't actually do anything
5700         in mono_make_shadow_copy.
5701         * icall.c: if the assembly name is a shadow-copied file, replace it
5702         with the original assembly path.
5704         Bug #484244 fixed. NUnit tests for corlib can be run without
5705         --noshadow now.
5707 2009-03-12  Zoltan Varga  <vargaz@gmail.com>
5709         * sgen-gc.c (add_to_global_remset): Fix the handling of root global remset
5710         entries when the table is reallocated.
5712         * icall.c: Allocate the memory used by the mono_ptr_array macros using
5713         mono_gc_alloc_fixed () since it contains GC refs.
5715 2009-03-10  Zoltan Varga  <vargaz@gmail.com>
5717         * reflection.c (ensure_complete_type): New helper function to call
5718         type resolve handlers for unfinished dynamic types.
5719         (resolve_object): Call it for MonoClassFields. Fixes #483852.
5721 2009-03-09  Zoltan Varga  <vargaz@gmail.com>
5723         * reflection.c (mono_custom_attrs_has_attr): Handle interfaces. Fixes
5724         #483247.
5726 2009-03-08 Rodrigo Kumpera  <rkumpera@novell.com>
5728         * appdomain.c (get_shadow_assembly_location): Fix memleak.
5730 2009-03-08  Zoltan Varga  <vargaz@gmail.com>
5732         * domain-internals.h (struct _MonoDomain): Add new hash tables mapping
5733         between GCHandles of type WeakTrackResurrection and the objects they
5734         point to.
5736         * gc.c: Partly implement the sematics of GCHandles of type 
5737         WeakTrackResurrection: these handles should only be cleared after the
5738         finalizer of the object they are pointing to has ran.
5740 2009-03-06  Mark Probst  <mark.probst@gmail.com>
5742         * icall.c: Partially revert r126631 because using the jump
5743         trampolines for generic shared methods makes it superfluous.
5745 2009-03-06  Zoltan Varga  <vargaz@gmail.com>
5747         * threads.c (handle_store): Create the 'threads' hash table with the proper
5748         MONO_HASH_VALUE_GC type.
5750 2009-03-05  Zoltan Varga  <vargaz@gmail.com>
5752         * domain-internals.h (struct _MonoDomain): Move 'typeof_void' before
5753         FIRST_GC_TRACKED.
5755         * domain.c (mono_domain_create): Register the fields between FIRST_GC_TRACKED
5756         and LAST_GC_TRACKED as a GC root.
5758         * gc-internal.h: Fix the comment of mono_gc_alloc_fixed.
5760         * object.c (mono_class_create_runtime_vtable): Create a GC descriptor for
5761         the static data even if it consists of 1 reference.
5763         * boehm-gc.c (mono_gc_alloc_fixed): Allocate using GC_MALLOC_EXPLICITLY_TYPED
5764         if there is a GC descriptor.
5766         * reflection.c (ALLOC_REFENTRY): Allocate ReflectedEntry-es using malloc
5767         instead of through the GC since they contain no object references.
5769 2009-03-05  Mark Probst  <mark.probst@gmail.com>
5771         * generic-sharing.c (instantiate_other_info): Always return a jump
5772         trampoline for method code.
5774 2009-03-05  Marek Habersack  <mhabersack@novell.com>
5776         * culture-info-tables.h: generated to include the en-tt culture.
5778 2009-03-04 Rodrigo Kumpera  <rkumpera@novell.com>
5780         * domain-internals.h (MonoDomain): Add two fields to cache invoke wrappers to
5781         capture the thread context.
5783         * object.c (mono_async_result_new): Cache the invoke wrappers to
5784         ExecutionContext::Capture.
5786 2009-03-04 Rodrigo Kumpera  <rkumpera@novell.com>
5788         * marshal.h: Add a prototype for what mono_compile_method returns
5789         for invoke wrappers.
5791         * gc.c: Use the new prototype declaration.
5793 2009-03-04  Geoff Norton  <gnorton@novell.com>
5795         * boehm-gc.c: Add some MONO_LOG tracing for the GC
5796         * gc-internal.h:
5797         * mono-gc.h: Expose mono_gc_invoke_finalizers in the embedding api.
5799 2009-03-04  Martin Baulig  <martin@ximian.com>
5801         * mono-debug.h
5802         (mono_debugger_runtime_invoke): Removed.
5804         * mono-debug-debugger.c
5805         (mono_runtime_invoke): Moved into ../mini/debug-mini.c.
5807 2009-03-02  Martin Baulig  <martin@ximian.com>
5809         * mono-debug.h
5810         (mono_debugger_unhandled_exception): Removed.
5811         (mono_debugger_handle_exception): Removed.
5812         (mono_debugger_throw_exception): Removed.
5814         * mono-debug.c
5815         (mono_debug_debugger_version): Bump to 5.
5817         * mono-debug-debugger.c: Moved the exception handling code to
5818         ../mini/debug-mini.c
5820 2009-03-03  Zoltan Varga  <vargaz@gmail.com>
5822         * domain-internals.h (struct _MonoDomain): Add a separate lock for the
5823         finalize_objects_hash.
5825         * gc.c: Use the separate lock to access the finalize_objects_hash field.
5826         
5827         * domain-internals.h (struct _MonoDomain): Add finalize_runtime_invoke
5828         field.
5830         * metadata-internals.h (struct _MonoImage): Add runtime_invoke_vcall_cache
5831         cache.
5833         * image.c (mono_image_close): Free it.
5834         
5835         * marshal.c (mono_marshal_get_runtime_invoke): Add a 'virtual' argument
5836         allowing a creation of a wrapper which invokes its method using a CALLVIRT
5837         on the this argument.
5839         * gc.c (run_finalize): Optimize the calling of the finalizers.
5841 2009-03-03  Martin Baulig  <martin@ximian.com>
5843         * mono-debug.h (MONO_DEBUGGER_MAJOR_VERSION): Bump to 81 because
5844         of the `MonoGenericInst' changes.
5846 2009-03-03 Rodrigo Kumpera  <rkumpera@novell.com>
5848         * icall.c (ves_icall_MonoType_GetGenericArguments): Use
5849         mono_array_class_get_cached to reduce locking contention. Extract
5850         a domain var.
5852         * icall.c (ves_icall_Type_GetFields_internal): Avoid allocating
5853         intermediary managed arrays. Use caching version of mono_array_new
5854         to allocate the result array.
5856         * icall.c (ves_icall_Type_GetEvents_internal): Same.    
5858         * icall.c (ves_icall_Type_GetNestedTypes): Same.        
5860         * locales.c (create_names_array_idx):  Use mono_array_new_cached
5861         to reduce locking contention.
5863 2009-03-03  Zoltan Varga  <vargaz@gmail.com>
5864                 
5865         * object.c (mono_method_add_generic_virtual_invocation): Put back the
5866         thunk builder code for the non-interface case.
5868 2009-03-02  Zoltan Varga  <vargaz@gmail.com>
5870         * object.c (get_generic_virtual_entries): New helper function to collect
5871         the virtual generic method instances which need to be added to an IMT
5872         thunk.
5873         (mono_method_add_generic_virtual_invocation): Add a 'vtable' argument.
5874         Instead of creating a new IMT thunk, reset the vtable slot to the
5875         trampoline, the thunk will be created the next time the trampoline is called.
5876         (build_imt_slots): Add support for virtual generic methods in interfaces by
5877         adding to the IMT thunk all the methods registered using 
5878         mono_method_add_generic_virtual_invocation ().
5880         * object-internals.h (_MonoImtBuilderEntry): Add a 'has_target_code' field.
5881         (struct _MonoIMTCheckItem): Ditto.
5883         * object.c (mono_method_add_generic_virtual_invocation): Take a
5884         MonoMethod argument instead of a MonoGenericInst. Fix the construction of
5885         the IMT thunk to include all items.
5886         
5887         * object.c (mono_class_create_runtime_vtable): Add a missing
5888         mono_loader_unlock ().
5890 2009-03-02 Rodrigo Kumpera  <rkumpera@novell.com>
5892         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
5894         * object-internals.h (MonoReflectionEvent): Add cached_add_event.
5896 2009-03-02 Rodrigo Kumpera  <rkumpera@novell.com>
5898         * object-internals.h: Rename _MonoReflectionEvent to
5899         MonoReflectionMonoEvent so it reflects the right managed type.
5900         Add a MonoReflectionEvent that correctly represents System.EventInfo.
5902         * icall.c:
5903         * reflection.c: Adjust code to use the new MonoReflectionMonoEvent
5904         type.
5906 2009-03-02 Rodrigo Kumpera  <rkumpera@novell.com>
5908         * icall.c (ves_icall_Type_GetMethodsByName): Avoid allocating
5909         intermediary managed arrays. Use caching version of mono_array_new
5910         to allocate the result array.
5912 2009-03-01 Rodrigo Kumpera  <rkumpera@novell.com>
5914         * reflection.c: Use cached version of mono_array_new alongside
5915         the mono_reflection_get_custom_attrs_by_type call path.
5917 2009-03-01 Rodrigo Kumpera  <rkumpera@novell.com>
5919         * icall.c (ves_icall_Type_GetInterfaces): Avoid allocating
5920         intermediary managed arrays. Use caching version of mono_array_new
5921         to allocate the result array.
5923         * icall.c (ves_icall_Type_GetConstructors_internal): Same.
5925 2009-03-01 Rodrigo Kumpera  <rkumpera@novell.com>
5927         * icall.c: Add small implementation of a growable stack bound array.
5929         * icall.c (ves_icall_System_Enum_get_hashcode): Fix warning.
5931         * icall.c (ves_icall_Type_GetPropertiesByName): Avoid allocating
5932         intermediary managed arrays. Use caching version of mono_array_new
5933         to allocate the result array.
5935 2009-02-27 Rodrigo Kumpera  <rkumpera@novell.com>
5937         * icall.c: New icall ves_icall_System_Enum_compare_value_to that
5938         helps Enum::CompareTo to be implemented without reboxing all enums
5939         to their underlying type.
5940 2009-02-27  Zoltan Varga  <vargaz@gmail.com>
5942         * domain.c (SET_APPDOMAIN): Avoid calling TlsSetValue () on some platforms,
5943         since it acquires a global lock leading to scalability problems.
5945         * profiler.c: Make the stat profiler work with multiple appdomains, this
5946         currently only works when no appdomains are unloaded.
5948 2009-02-26 Gonzalo Paniagua Javier <gonzalo@novell.com>
5950         * appdomain.c: make the check to avoid copying when the assembly is
5951         already shadow copied actually work.
5953 2009-02-26  Zoltan Varga  <vargaz@gmail.com>
5955         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
5957         * object-internals.h (struct _MonoReflectionGenericClass): Sync with
5958         changes to the managed side.
5960 2009-02-25  Zoltan Varga  <vargaz@gmail.com>
5962         * metadata-internals.h (struct _MonoImage): Add a new cache for szarray
5963         classes + a separate lock for it, as it is used frequently at runtime, not
5964         just during metadata loading/JIT compilation.
5966         * class.c (mono_bounded_array_class_get): Use the separate cache + lock
5967         for szarrays.
5968         
5969         * object-internals.h (mono_class_from_name_cached): New macro to cache
5970         the results of the lookup locally without having to declare a static
5971         variable to hold it.
5972         (mono_class_get_field_from_name_cached): Ditto.
5973         (mono_array_class_get_cached): Ditto.
5975         * threadpool.c threads.c locales.c icall.c reflection.c socket-io.c: Use
5976         the new macros.
5977         
5978         * object.c (mono_get_delegate_invoke): Call setup_methods () to avoid the
5979         slower search in metadata.
5981         * pedump.c: Fix a warning.
5983 2009-02-23  Zoltan Varga  <vargaz@gmail.com>
5985         * reflection.c (encode_locals): Add checks for user types.
5986         (method_encode_clauses): Ditto.
5987         (method_encode_code): Ditto.
5988         (mono_image_create_token): Ditto.
5990         * object-internals.h: Change the type of more fields from MonoReflectionType*
5991         to MonoObject*.
5993 2009-02-22  Zoltan Varga  <vargaz@gmail.com>
5995         * threads.c (mono_thread_suspend_all_other_threads): Handle the case when
5996         the a thread does not suspend within 100ms.
5998         * monitor.c (mono_monitor_try_enter_internal): Handle SuspendRequested
5999         in addition to StopRequested as well.
6001         * mono-debug.c: Call _mono_debug_get_image () while holding the debug lock.
6003         * debug-mono-symfile.c (mono_debug_symfile_lookup_method): Actually
6004         search the method_hash before inserting a new entry, to avoid crashes when
6005         the same method is inserted multiple times, causing the old 
6006         MonoDebugMethodInfo structure to be freed by the value dtor function.
6008 2009-02-22 Gonzalo Paniagua Javier <gonzalo@novell.com>
6010         * socket-io.c: support SO_MAXCONN, SO_USELOOPBACK and
6011         SO_EXLUSIVEADDRUSE where available.
6013 2009-02-21  Zoltan Varga  <vargaz@gmail.com>
6015         * marshal.c (mono_marshal_get_runtime_invoke): Fix _another_ bug sharing
6016         runtime invoke wrappers, this time it is string ctor wrappers, which
6017         pass a dummy string as 'this' instead of their obj argument. Fixes
6018         #478473.
6020 2009-02-21  Jb Evain  <jbevain@novell.com>
6022         * icall.c (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies):
6023         only get create_culture once.
6025 2009-02-20  Zoltan Varga  <vargaz@gmail.com>
6027         * reflection.c (mono_reflection_setup_internal_class): Move the user type
6028         check before the locking.
6029         
6030         * reflection.c (mono_reflection_setup_internal_class): Check for user types.
6031         (mono_reflection_create_runtime_class): Ditto.
6032         (mono_reflection_sighelper_get_signature_local): Ditto.
6033         (mono_reflection_sighelper_get_signature_field): Ditto.
6035         * object-internals.h (CHECK_MONOTYPE): New macro to check that a Type object
6036         is a System.MonoType object or similar.
6037         (monotype_cast): New helper function to cast a MonoObject to a 
6038         MonoReflectionType object.
6040         * object-internals.h: Change MonoReflectionType* members in structures to
6041         MonoObject* members to force the usage of the monotype_cast () function.
6043         * reflection.c icall.c: Use monotype_cast () for accessing Type members of
6044         structures/arrays. This causes us to assert instead of crashing when 
6045         instances of user defined subclasses of System.Type are encountered.
6047 2009-02-20 Gonzalo Paniagua Javier <gonzalo@novell.com>
6049         * cil-coff.h:
6050         * icall-def.h:
6051         * icall.c: add new GetUnmanagedResourcePtr that returns a pointer to a
6052         win32 resource loaded from a PE file.
6054         * image.c: fix mono_image_lookup_resource.
6056 2009-02-20 Gonzalo Paniagua Javier <gonzalo@novell.com>
6058         * icall-def.h:
6059         * threads-types.h:
6060         * threads.c: added internal call for WaitHandle.SignalAndWait.
6062 2009-02-19  Bill Holmes  <billholmes54@gmail.com>
6064         * cominterop.c : Adding cominterop_type_from_handle and 
6065           registering it as an icall.  Replacing all references
6066           to type_from_handle.
6068         Code is contributed under MIT/X11 license.
6070 2009-02-19 Rodrigo Kumpera  <rkumpera@novell.com>
6072         * Makefile.am: Add lock-tracer.h and lock-trace.c.
6074         * appdomain.c: Call the tracer init function.
6076         * domain-internals.h: Enable the tracer for the domain locks.
6078         * image.c: Enable the tracer for image locks.
6080         * loader.c: Enable the trace for the loader lock.
6082         * lock-tracer.h:
6083         * lock-tracer.c: Initial implementation of the lock trace utility.
6084         The tracer requires a compile time define to be enabled and a env var
6085         to be enabled at runtime.
6087 2009-02-19 Rodrigo Kumpera  <rkumpera@novell.com>
6089         * domain.c (mono_domain_code_foreach): Improve documentation.
6091 2009-02-19 Rodrigo Kumpera  <rkumpera@novell.com>
6093         * appdomain.c:
6094         * generic-sharing.c:
6095         * object.c:
6096         * reflection.c:  Adjust locking order to the new semantics where the loader lock
6097         comes first.
6099 2009-02-18 Rodrigo Kumpera  <rkumpera@novell.com>
6101         * domain.c: Add mono_domain_code_* functions that perform locking
6102         around the domain codeman.
6104         * domain-internals.h: Export those functions.
6106         * object.c: Use new functions instead of acquiring the domain lock.
6108 2009-02-19  Zoltan Varga  <vargaz@gmail.com>
6110         * marshal.c (mono_ftnptr_to_delegate): Convert a NULL ftnptr to a null
6111         delegate. Fixes #477396.
6113 2009-02-18  Zoltan Varga  <vargaz@gmail.com>
6115         * reflection.c (create_custom_attr): Get rid of alloca.
6117 2009-02-18  Bill Holmes  <billholmes54@gmail.com>
6119         * cominterop.c (cominterop_get_managed_wrapper_adjusted) :
6120           Adding exception handling for all CCW calls.
6122         Code is contributed under MIT/X11 license.
6124 2009-02-18  Zoltan Varga  <vargaz@gmail.com>
6126         * reflection.c (mono_reflection_init): Remove the unused reflection mutex.
6128         * marshal.c (emit_marshal_boolean): Add null checks to the new 
6129         native->managed marshalling code. Fixes #476247.
6131 2009-02-17  Zoltan Varga  <vargaz@gmail.com>
6133         * class.c (mono_class_get_vtable_entry): Move the addition of
6134         static rgctx invoke wrappers for vtable methods here, this simplifies
6135         a lot of code and causes fewer rgctx wrappers to be created.
6137         * marshal.c (mono_marshal_get_static_rgctx_invoke): Change the
6138         name of the statistics to begin with an uppercase.
6140 2009-02-17 Rodrigo Kumpera  <rkumpera@novell.com>
6142         * reflection.c: Revert previous change as it breaks the build.
6143         
6144 2009-02-17 Rodrigo Kumpera  <rkumpera@novell.com>
6146         * verify.c: Properly handle SZARRAY element type.
6148         Fixes #474271.
6150 2009-02-17 Rodrigo Kumpera  <rkumpera@novell.com>
6152         * reflection.c (mono_image_create_method_token): Correctly encode
6153         MethodDef MemberRefParent token.
6155         Fixes #472845.
6157 2009-02-17  Zoltan Varga  <vargaz@gmail.com>
6159         * image.c (mono_image_close): Delete the critical section before
6160         freeing the memory holding it.
6162 2009-02-16 Rodrigo Kumpera  <rkumpera@novell.com>
6164         * verify.c (mono_method_verify): rethrow opcode doesn not fall through.
6165         Fixes #476257.
6167 2009-02-16 Rodrigo Kumpera  <rkumpera@novell.com>
6169         * pedump.c (main): Call mono_marshal_init so pedump
6170         doesn't crash.
6172 2009-02-16 Rodrigo Kumpera  <rkumpera@novell.com>
6174         * loader.c (method_from_memberref): Properly fix #474271 and
6175         don't break the runtime bad.
6177 2009-02-16  Zoltan Varga  <vargaz@gmail.com>
6179         * domain.c (mono_domain_alloc): Add locking so the caller doesn't have to.
6180         (mono_domain_alloc0): Ditto.
6182 2009-02-16 Rodrigo Kumpera  <rkumpera@novell.com>
6184         * loader.c (method_from_memberref): Don't abort if the array
6185         method is not found. A regular loader failure is more informative
6186         and correct.
6188         Fixes #474271.
6190 2009-02-16 Rodrigo Kumpera  <rkumpera@novell.com>
6192         *loader.c: Guard MonoImage::method_cache/methodref_cache
6193         using the image lock instead of the loader lock.
6195         * metadata.h: Add comments about which fields are protected by
6196         the image lock.
6198 2009-02-16  Zoltan Varga  <vargaz@gmail.com>
6200         * appdomain.c (mono_set_private_bin_path_from_config): Fix a warning.
6202         * generic-sharing.c (mono_method_construct_object_context): Remove the
6203         wrapper_type == NONE assert, it is not needed.
6205 2009-02-15  Zoltan Varga  <vargaz@gmail.com>
6207         * reflection.c (clear_cached_object): New helper function.
6208         (mono_method_clear_object): New function to clear the cached reflection
6209         objects for a dynamic method.
6211         * object.c (mono_runtime_free_method): Call mono_method_clear_object ().
6212         Partly fixes # 463323.
6213         
6214 2009-02-14 Rodrigo Kumpera  <rkumpera@novell.com>
6216         * class.c:
6217         * loader.c:
6218         * reflection.c: Remove all explicit uses of MonoImage::property_hash.
6220 2009-02-14 Rodrigo Kumpera  <rkumpera@novell.com>
6222         * image.c: Add mono_image_property_(lookup,insert,remove) functions that
6223         take the image lock instead of the loader lock.
6225         * metadata-internals.h: Export new functions.
6227 2009-02-12  Miguel de Icaza  <miguel@novell.com>
6229         * domain.c (app_config_parse): Remove another use of stat that is
6230         not necessary as g_file_get_contents already does the presence
6231         check. 
6233 2009-02-13  Zoltan Varga  <vargaz@gmail.com>
6235         * cominterop.c icall-def.h: Fix the DISABLE_COM build.
6237         * marshal.c: Move the bstr handling code to cominterop.c.
6239         * marshal.c: Remove some COM interop code missed previously.
6241 2009-02-12  Miguel de Icaza  <miguel@novell.com>
6243         More Paolo patches from the Wii port:
6244         
6245         * security.c: Remove ves_icall_System_Environment_get_UserName
6246         from here.
6248         * icall.c: And put ves_icall_System_Environment_get_UserName
6249         here. 
6251         * appdomain.c (mono_set_private_bin_path_from_config): Remove
6252         redundant call to stat that was only used to test for the file
6253         existence.   Patch from Paolo.
6255         * gc.c (run_finalize): If COM is disabled, do not link in
6256         mono_marshal_free_ccw.
6258         * generic-sharing.c: Use alloca.h here as well.
6260 2009-02-13 Rodrigo Kumpera  <rkumpera@novell.com>
6262         * reflection.c (mono_reflection_lookup_dynamic_token): Do the locking properly.
6264 2009-02-13  Zoltan Varga  <vargaz@gmail.com>
6266         * cominterop.c cominterop.h: New files.
6268         * marshal.c: Move the COM interop related code to cominterop.c. Make a few
6269         function/typedefs which are needed by cominterop.c global.
6271 2009-02-12  Mark Probst  <mark.probst@gmail.com>
6273         * generic-sharing.c: Don't take the loader lock to guard image
6274         mempool allocs.
6276 2009-02-12 Rodrigo Kumpera  <rkumpera@novell.com>
6278         * reflection.c (mono_reflection_lookup_dynamic_token): This function might be
6279         called without the loader lock which is required to guard MonoImage:tokens.
6281 2009-02-12 Rodrigo Kumpera  <rkumpera@novell.com>
6283         * class.c:
6284         * metadata.c:
6285         * method-builder.c:
6286         * marshal.c:
6287         * reflection.c: Don't take the loader lock to alloc memory from the image mempool.
6289 2009-02-12 Rodrigo Kumpera  <rkumpera@novell.com>
6291         * metadata.c: Remove mono_image_alloc_lock and mono_image_alloc0_lock.
6292         Rework the code to use regular mono_image_alloc/0.
6294         * loader.c: Rework the code to use regular mono_image_alloc/0.
6296         * metadata-internals.h: Remove mono_image_alloc_lock and mono_image_alloc0_lock.
6298 2009-02-12  Bill Holmes  <billholmes54@gmail.com>
6300         * object-internals.h : Fixing a typo in the 
6301           MonoReflectionComVisibleAttribute struct.
6303         * marshal.c (cominterop_com_visible): Check the implemented 
6304           interfaces for ComImport.
6306         * marshal.c (cominterop_get_native_wrapper_adjusted): For COM calls 
6307           assume that bools should be treated as VARIANTBOOLs.
6309         * marshal.c (emit_marshal_boolean): Adding cases for 
6310           MARSHAL_ACTION_MANAGED_CONV_IN and MARSHAL_ACTION_MANAGED_CONV_OUT.
6312         * marshal.c (mono_marshal_emit_managed_wrapper): Adding calls to 
6313           emit_marshal MARSHAL_ACTION_MANAGED_CONV_IN and OUT for bools.
6315         * marshal.c (cominterop_get_ccw): For COM calls assume that bools
6316           should be treated as VARIANTBOOLs.    
6318         Code is contributed under MIT/X11 license.
6320 2009-02-12 Rodrigo Kumpera  <rkumpera@novell.com>
6322         * image.c (mono_image_alloc, mono_image_alloc0, mono_image_strdup): Guard mempool
6323         allocation with the image lock.
6325 2009-02-12 Rodrigo Kumpera  <rkumpera@novell.com>
6327         This patch is the last of a series to remove explicit reference of MonoImage::mempool
6328         and use mono_image_alloc set of functions instead. This time we finish with reflection.c
6330         * object.c: Add mono_string_to_utf8_image.
6332         * object-internals.h: Export mono_string_to_utf8_image.
6334         * reflection.c: Rework all explicit references to the the image mempool to go thought
6335         the mono_image_alloc set of functions.
6337 2009-02-12 Rodrigo Kumpera  <rkumpera@novell.com>
6339         This patch is the third of a series to remove explicit reference of MonoImage::mempool
6340         and use mono_image_alloc set of functions instead. This time we finish with marshal.c
6341         and generics-sharing.c.
6343         * generics-sharing.c (set_other_info_templates): Take a MonoImage instead of a MonoMemPool
6344         as first argument. Note that this function remains broken as it doesn't perform locking around the
6345         mempool allocation.
6347         * generics-sharing.c (rgctx_template_set_other_slot): Pass the image and not the mempool.
6349         * image.c: Add g_slist_append_image.
6351         * metadata.c (mono_metadata_field_info_with_mempool): Remove the mempool argument and use
6352         the supplied image for allocation. Move code into mono_metadata_field_info_full.
6354         * metadata.c (mono_metadata_parse_marshal_spec_full): Take a MonoImage instead of a MonoMemPool.
6355         Fix all related code to do the same.
6357         * marshal.c (mono_marshal_load_type_info): Pass the image instead of the mempool.
6359         * metadata-internals.h: Fix the signatures.
6361 2009-02-12 Rodrigo Kumpera  <rkumpera@novell.com>
6363         This patch is the second of a series to remove explicit reference of MonoImage::mempool
6364         and use mono_image_alloc set of functions instead. This time we rework mono_metadata_type_dup
6365         and similar to work using MonoImage.
6367         * class.c (mono_mempool_dup): Rename to mono_image_memdup and take a MonoImage instead of a
6368         MonoMemPool.
6370         * class.c (mono_dup_array_type): Take a MonoImage instead of a MonoMemPool as first argument.
6372         * class.c (mono_metadata_signature_deep_dup): Same.
6374         * class.c (inflate_generic_type): Same.
6376         * class.c (mono_class_inflate_generic_type_with_mempool): Same.
6378         * metadata.c (mono_metadata_signature_dup_full): Same.
6380         * metadata.c: Add mono_metadata_signature_dup_mempool and extract common functionality from 
6381         mono_metadata_signature_dup_full.
6383         * metadata.c (mono_metadata_type_dup): Same.
6385         * marshal.c: Pass the image to calls to mono_metadata_type_dup.
6387         * reflection.c: Same.
6389         * generic-sharing.c: Pass the image to calls to mono_class_inflate_generic_type_with_mempool.
6391         * metadata-internals.h: Fix the signatures.
6393         * class-internals.h: Same.
6395 2009-02-11 Rodrigo Kumpera  <rkumpera@novell.com>
6397         This patch is the first of a series to remove explicit reference of MonoImage::mempool
6398         and use mono_image_alloc set of functions instead. 
6400         * class.c (mono_class_inflate_generic_type_with_mempool_no_copy):
6401         Rename to mono_class_inflate_generic_type_no_copy and take a MonoImage instead
6402         of a MonoMemPool.
6404         * class.c (mono_class_setup_fields): Adapt to mono_class_inflate_generic_type_no_copy.
6406         * class.c (g_list_prepend_mempool): Removed.
6408         * class.c (mono_class_get_nested_types): Use g_list_prepend_image instead of g_list_prepend_mempool.
6410         * image.c: Add g_list_prepend_image.
6412         * metadata-internals.h (struct MonoImage): Fix comment. Export g_list_prepend_image as internal.
6414         * reflection.c (mono_reflection_create_runtime_class): Use g_list_prepend_image instead of g_list_prepend_mempool.
6417 2009-02-11 Rodrigo Kumpera  <rkumpera@novell.com>
6419         * metadata-internals.h (struct MonoImage): Add lock field. Export mono_image_lock and
6420         mono_image_unlock.
6422         * image.c (mono_image_init): Init the lock field.
6424         * image.c (mono_image_init): Cleanup the lock field.
6426         * image.c: Add mono_image_(un)lock functions.
6428 2009-02-11  Mark Probst  <mark.probst@gmail.com>
6430         * class.c, class-internals.h: mono_method_get_context_general()
6431         combines the functionality of mono_method_get_context() and
6432         mini_method_get_context().
6434         * generic-sharing.c, domain-internals.h:
6435         mono_method_construct_object_context() and
6436         mono_domain_lookup_shared_generic() moved from mini.
6438         * icall.c (ves_icall_InternalInvoke): Handle the case where the
6439         method doesn't have the correct instantiation because it's shared
6440         generic code.  Fixes #473999.
6442 2009-02-11  Zoltan Varga  <vargaz@gmail.com>
6444         * loader.c (mono_method_get_wrapper_data): Handle inflated methods as well.
6446         * loader.c (mono_loader_lock): Add a comment pointing to the locking document.
6447         
6448 2009-02-11 Rodrigo Kumpera  <rkumpera@novell.com>
6450         * metadata.c: Make mono_image_alloc_lock and mono_image_alloc0_lock non static.
6452         * metadata-internals.h: Export mono_image_alloc_lock and mono_image_alloc0_lock.
6454         * loader.c (mono_get_method_full): Drop the loader lock while constructing the method
6455         and recheck the cache for dups after it.
6457         * loader.c (mono_get_method_from_token): Use _lock version of mono_image_alloc0.
6459         Fixes one of the deadlocks found in #473150.
6461 2009-02-11  Bill Holmes  <billholmes54@gmail.com>
6463         * socket-io.c (ves_icall_System_Net_Sockets_Socket_Accept_internal):
6464           For Win32, add additional break conditions for accept.
6466         Code is contributed under MIT/X11 license.
6468 2009-02-10  Zoltan Varga  <vargaz@gmail.com>
6470         * marshal.c (mono_marshal_get_native_func_wrapper): Use get_cache to
6471         lazily initialize the native wrapper cache.
6472         (mono_marshal_get_native_wrapper): Put aot-ed native wrappers into a separate
6473         cache, since they are different from the normal wrappers.
6475         * image.c (mono_image_init): Initialize native_wrapper_cache lazily as well.
6477         * metadata-internals.h (struct _MonoImage): Add a new wrapper for
6478         AOT compiled native wrappers.
6480 2009-02-09  Geoff Norton  <gnorton@novell.com>
6482         * appdomain.h:
6483         * security-core-clr.c: Allow enabling core-clr from the embedding
6484         API.
6486 2009-02-07 Gonzalo Paniagua Javier <gonzalo@novell.com>
6488         * socket-io.c: when requesting all the local ips, if there are no
6489         interfaces up and running, MS returns 127.0.0.1.
6491 2009-02-07 Gonzalo Paniagua Javier <gonzalo@novell.com>
6493         * mono-perfcounters-def.h: processor time is an inverse time.
6494         Fixes bug #468625.
6496 2009-02-07 Gonzalo Paniagua Javier <gonzalo@novell.com>
6498         * socket-io.c: an empty host name returns the list of local IPs.
6499         Fixes bug #386637 part 1/2.
6501 2009-02-07  Zoltan Varga  <vargaz@gmail.com>
6503         * verify.c (mono_class_interface_implements_interface): Call
6504         mono_class_setup_interfaces ().
6505         (merge_stacks): Ditto.
6507 2009-02-06  Zoltan Varga  <vargaz@gmail.com>
6509         * class.c (mono_class_setup_interfaces): New function to lazily initalize
6510         klass->interfaces.
6511         (mono_generic_class_get_class): Don't initalize klass->interfaces.
6512         (mono_generic_class_get_class): Ditto.
6514 2009-02-06  U-QUACK\miguel  <miguel@quack>
6516         * icall-defs.h: Include also the Encrypt/Decrypt string methods as
6517         they live in security.c
6519         * debug-mono-symfile.c (mono_debug_open_mono_symbols): Integrated
6520         another bit from Paolo's code.
6522 2009-02-06  Zoltan Varga  <vargaz@gmail.com>
6524         * object.c (build_imt_slots): Add a small optimization to avoid inflating
6525         methods which will be discarded by add_imt_builder_entry ().
6527         * marshal.c (get_runtime_invoke_type): Avoid sharing enum types since they
6528         need to be boxed.
6530         * loader.c: Add a statistics for the size of the memberref signature cache.
6531         
6532         * loader.c (find_cached_memberref_sig): New helper function.
6533         (cache_memberref_sig): Ditto.
6535         * loader.c: Cache the result of parsing memberref signatures, since otherwise
6536         they will be parsed again for every generic instantiation, leading to unbounded
6537         memory growth.
6539 2009-02-05  Zoltan Varga  <vargaz@gmail.com>
6541         * loader.c (mono_get_method_from_token): Avoid creating class for the generic
6542         parameters of generic methods.
6544         * class.c (mono_class_inflate_generic_method_full): Set is_mb_open again
6545         after the original method is copied to the inflated method.
6546         (mono_class_get_vtable_entry): Handle rgctx invoke wrappers more efficiently.
6548         * class-internals.h (struct _MonoMethodInflated): Move the is_mb_open
6549         field to MonoMethod since it only consumes 1 bit there, and 4/8 bytes here.
6551         * class.c metadata.c: Update after the changes above.
6553 2009-02-05 Rodrigo Kumpera  <rkumpera@novell.com>
6555         * metadata-verify.c: Simplified error handling and added
6556         section table validation.
6558 2009-02-05  Zoltan Varga  <vargaz@gmail.com>
6560         * class-internals.h (MonoClassExt): New structure containing rarely used
6561         fields of MonoClass.
6562         (struct _MonoClass): Move rarely used fields to MonoClassExt, accessed
6563         through a new 'ext' field.
6565         * class.c (mono_class_alloc_ext): New helper function to allocate 
6566         class->ext.
6568         * class.c metadata.c reflection.c: Update after MonoClass structure changes.
6570 2009-02-05  Mark Probst  <mark.probst@gmail.com>
6572         * object.c (mono_object_get_virtual_method): Properly inflate
6573         generic methods.  Fixes #472692.
6575 2009-02-05 Rodrigo Kumpera  <rkumpera@novell.com>
6577         * class.c (mono_class_create_from_typedef): The CLR supports SystemF
6578         recursive types such as List<T>:Cons<T,List<T>> so when doing the lookup
6579         for the parent type, the created type must be ready to be used on a generic
6580         instantiation.
6581         We fill this_arg/byval_arg if the parent is a generic instance to make sure
6582         we won't have duplicated entries in generic_inst_cache.
6584         Fixes #469553.
6586 2009-02-05  Miguel De Icaza  <miguel@novell.com>
6588         * threadpool.c (socket_io_add_poll): Remove the BSD6 define and
6589         replace with plain BSD per the comments on the bug MONO77637.
6591 2009-02-05  Zoltan Varga  <vargaz@gmail.com>
6593         * class.c (mono_class_get_generic_class): New accessor function.
6594         (mono_class_get_generic_container): Ditto.
6596         * class-internals.h (struct _MonoClass): Add 'is_generic' and 'is_inflated'
6597         fields, similar to the ones in MonoMethod.
6599         * class.c (mono_generic_class_get_class): Set klass->is_inflated.
6600         (mono_class_create_from_typedef): Set klass->is_generic if needed.
6602         * reflection.c (mono_reflection_create_generic_class): Set klass->is_generic.
6603         
6604         * class-internals.h (struct _MonoClass): Remove enum_basetype, it contains
6605         the same information as element_class->byval_arg.
6607         * class.c reflection.c: Remove references to class->byval_arg.
6609         * class.c marshal.c: Use mono_class_enum_basetype () instead of accessing 
6610         klass->enum_basetype directly.
6612         * verify.c metadata.c object.c icall.c reflection.c: Use 
6613         mono_class_enum_basetype () instead of accessing klass->enum_basetype 
6614         directly.
6616 2009-02-04  Miguel de Icaza  <miguel@novell.com>
6618         * icall-def.h: Remove internal calls for sockets when
6619         DISABLE_SOCKET is defined, file system writing features when the
6620         OS only support reading and not writing data and Policy support if
6621         the Policy is disabled.
6622         
6623         * image.c (do_mono_image_open): Apply Paolo's patches for using
6624         mono_file_map_ APIs here.
6626         * assembly.c: Add support for platforms to avoid prefix
6627         auto-detection. 
6629 2009-02-04  Zoltan Varga  <vargaz@gmail.com>
6631         * generic-sharing.c (mono_method_fill_runtime_generic_context): Fix a
6632         warning.
6634         * class.c (mono_class_inflate_generic_class): New helper function.
6636         * class.c: Use mono_class_inflate_generic_class in a few places. Add
6637         statistics for inflated methods/classes.
6639         * loader.c (inflate_generic_header): Use mono_class_inflate_generic_class.
6641         * icall.c (ves_icall_Type_GetMethodsByName): Optimize the case when
6642         the call is made from Delegate.CreateDelegate () for the invoke method of
6643         a delegate.
6645         * loader.c: Add a statistics for the memory occupied by inflated signatures.
6647         * metadata.c (mono_metadata_signature_size): New helper function.
6649         * class.c (mono_class_get_method_from_name_flags): Add an optimization for
6650         generic instances.
6652         * metadata.c (inflated_method_in_image): Avoid calling 
6653         mono_method_signature () if the method does not already have a signature.
6655 2009-02-03 Rodrigo Kumpera  <rkumpera@novell.com>
6657         * verify.c (is_compatible_boxed_valuetype): When checking if the boxed 
6658         valuetype is compatible with target type, check by inheritance as a
6659         VT is not really compatible with System.ValueType, for example.
6661         * verify.c (do_invoke_method): Improve error message.
6663         * verify.c (do_box_value): If boxing a nullable, use the type argument
6664         on stack instead.
6666         * verify.c (do_newobj): Improve error message.  
6668         Fixes #469549.
6670 2009-02-03  Miguel de Icaza  <miguel@novell.com>
6672         * appdomain.c: Add support for DISABLE_SOCKETS and DISABLE_SHADOW_COPY
6674 2009-02-03  Mark Probst  <mark.probst@gmail.com>
6676         * generic-sharing.c: Don't hold domain lock when calling
6677         instantiate_other_info().  Fixes #471958.
6679         * domain-internals.h, loader.c: Describe locking policy of domain
6680         lock vs loader lock.
6682 2009-02-03 Rodrigo Kumpera  <rkumpera@novell.com>
6684         * verify.c (mono_delegate_signature_equal): Make it possible to check
6685         first-arg-bound delegates to static method.
6687         * verify.c (verify_delegate_compatibility): Correctly verify delegates to
6688         static methods with the first arg bound.
6690         Fixes #469529.
6692 2009-02-03 Rodrigo Kumpera  <rkumpera@novell.com>
6694         * verify.c: Added stack_slot_full_name to provide decent and more meanfull
6695         errors.
6697         * verify.c (is_compatible_boxed_valuetype): Be less restrictive when not
6698         under strict mode. Any type, when boxed can be seen as a reference type.
6700         Fixes #469528.
6702 2009-02-03 Rodrigo Kumpera  <rkumpera@novell.com>
6704         * object.h: The lower bound of an array is a signed integer value.
6705         Introduce mono_array_lower_bound_t typedef. It should be used instead of
6706         gint32 as under MONO_BIG_ARRAYS it will be a gint64.
6708         * icall.c: Cast MonoArrayBounds::length to a signed value so correctly
6709         calculate the upper bound.
6710         
6711         Fixes #471252.
6713 2009-02-02  Miguel de Icaza  <miguel@novell.com>
6715         From Paolo's work, refactored, cleared up:
6716         
6717         * threadpool.c, icall.c: ifdef code that requires a working socket
6718         stack.
6720         * metadata.c (mono_metadata_field_info): Do not attempt to return
6721         a value from a function declared as void.
6723         * console-io.c: Use MONO_NULL_TTYDRIVER to remove the tty driver
6724         from the console stack.
6726         * assembly.c: use strrchr instead of rindex.
6728         * class.c, object.c, marshal.c, icall.c, reflection.c: include
6729         alloca.h on systems that have it.
6731         * environment.c: Avoid code that uses stuff from
6732         HAVE_SYS_UTSNAME_H
6733         
6734         * appdomain.c: Include sys/time.h.
6736         * console-io.c: include sys/ioctl.h if it is available.
6738 2009-02-03  Zoltan Varga  <vargaz@gmail.com>
6740         * method-builder.h (_MonoMethodBuilder): Add a 'skip_visibility' flag.
6742         * method-builder.c (mono_mb_create_method): Set method->skip_visibility from
6743         the method builder.
6745         * marshal.c: Set mb->skip_visibility instead of setting it on the method
6746         after it was created and cached, as the later is not thread safe.
6747         
6748 2009-02-02  Zoltan Varga  <vargaz@gmail.com>
6750         * mono-debug.c (mono_debug_print_stack_frame): Avoid crashes when this is
6751         called while the debugging module is not initialized. Fixes #471669.
6753 2009-02-02 Rodrigo Kumpera  <rkumpera@novell.com>
6755         * icall.c (type_from_name): Ignore reflection frames to find out the real caller.
6757         Fixes #471255.
6759 2009-02-02  Mark Probst  <mark.probst@gmail.com>
6761         * generic-sharing.c (lookup_or_register_other_info): Make sure the
6762         loader lock is not taken while the templates lock is held.  Fixes
6763         #471089.
6765 2009-02-02  Mark Probst  <mark.probst@gmail.com>
6767         * metadata.c (type_in_image): Added a check to fix a monodis
6768         crash.
6770 2009-02-02  Zoltan Varga  <vargaz@gmail.com>
6772         * marshal.c (mono_marshal_get_runtime_invoke): Add support for byref
6773         nullable arguments.
6775         * object.c (mono_runtime_invoke_array): Ditto.
6776         
6777         * marshal.c (mono_marshal_free_dynamic_wrappers): New function for
6778         freeing wrappers of dynamic methods.
6780         * loader.c (mono_free_method): Call it. Fixes #463323.
6781         
6782         * marshal.c (mono_marshal_get_runtime_invoke): Disable sharing for
6783         methods taking vtype/byref arguments, to fix yet another bug caused by
6784         the sharing of runtime invoke wrappers. Partly fixes #471259.
6786 2009-02-01  Zoltan Varga  <vargaz@gmail.com>
6788         * debug-mono-symfile.c (check_line): Return NULL instead of returning
6789         <first file in file table>:1 when the IL offset does not have an associated
6790         line number.
6792 2009-01-31  Zoltan Varga  <vargaz@gmail.com>
6794         * mono-debug.c (mono_debug_lookup_locals): New function to return local
6795         variable info for a method.
6797         * debug-mono-symfile.c (mono_debug_symfile_lookup_locals): Ditto.
6798         
6799 2009-01-30  Jb Evain  <jbevain@novell.com>
6801         * pedump.c: reuse code from monodis to make sure pedump honors
6802         MONO_PATH, which is needed to verify net_2_1 assemblies.
6804 2009-01-29  Zoltan Varga  <vargaz@gmail.com>
6806         * mono-debug.c (mono_debug_print_stack_frame): Print the IL offset even when
6807         there is no line number info.
6809 2009-01-29  Raja R Harinath  <harinath@hurrynot.org>
6811         Avoid some MonoType allocations
6812         * reflection.c (mono_reflection_initialize_generic_parameter):
6813         Reuse MonoType from param->pklass rather than allocating one.
6814         (mono_dynamic_image_free): Update to changes.
6816 2009-01-28  Raja R Harinath  <harinath@hurrynot.org>
6818         Rearrange some code to improve consistency
6819         * reflection.c (mono_reflection_setup_generic_class): Move body ...
6820         (mono_reflection_initialize_generic_parameter): ... here.
6822 2009-01-28  Zoltan Varga  <vargaz@gmail.com>
6824         * generic-sharing.c (has_constraints): Enable gshared for methods/classes
6825         with type constraints as an experiment.
6827         * boehm-gc.c (on_gc_notification): Update mono_stats.
6829 2009-01-28  Raja R Harinath  <harinath@hurrynot.org>
6831         Avoid some allocations
6832         * class-internals.h (_MonoGenericInst::type_argv): Convert from
6833         pointer to tail array to avoid extra allocation.
6834         * metadata.c (free_generic_inst): Update to changes.
6835         (mono_metadata_get_generic_inst): Likewise.  Use alloca instead of
6836         on-stack struct.
6838 2009-01-27  Zoltan Varga  <vargaz@gmail.com>
6840         * icall.c (ves_icall_System_Type_EqualsInternal): For user-defined types,
6841         return TRUE if the two type objects are the same.
6843 2009-01-26  Zoltan Varga  <vargaz@gmail.com>
6845         * marshal.c (mono_marshal_load_type_info): Fill out info->min_align.
6846         (mono_class_native_size): Use klass->marshal_info->min_align instead of
6847         klass->min_align, since klass->min_align contains the managed alignment,
6848         while the native alignment can be different, like for longs on x86.
6849         Fixes #469135.
6851         * class-internals.h (MonoMarshalType): Add a min_align field.
6853 2009-01-26 Rodrigo Kumpera  <rkumpera@novell.com>
6855         * assembly.c (mono_assembly_try_decode_skip_verification): Add a hack to check
6856         the 1.0 format.
6858 2009-01-26  Zoltan Varga  <vargaz@gmail.com>
6860         * domain-internals.h (struct _MonoJitInfo): Add a 'from_aot' field plus
6861         some comments about the usage of the used_regs field.
6863         * marshal.c (emit_marshal_ptr): Allow pointers to blittable structures.
6864         Fixes #469217.
6866 2009-01-24 Gonzalo Paniagua Javier <gonzalo@novell.com>
6868         * appdomain.c: return NULL instead of throwing FileNotFoundException
6869         when LoadAssembly() fails.
6871 2009-01-23  Mark Probst  <mark.probst@gmail.com>
6873         * metadata.c (mono_metadata_generic_param_equal): Only compare the
6874         image if the owner is NULL.  Fixes the AOT failures.
6876 2009-01-23  Zoltan Varga  <vargaz@gmail.com>
6878         * metadata.c (mono_metadata_load_generic_params): Initialize the 
6879         MonoGenericParam structure using memset so the image field is initialized
6880         as well.
6882 2009-01-21 Rodrigo Kumpera  <rkumpera@novell.com>
6884         * appdomain.c (mono_domain_unload): Change the InterlockedIncrement to
6885         a plain store.
6887 2009-01-21  Zoltan Varga  <vargaz@gmail.com>
6889         * class.c (mono_class_setup_vtable_general): In the generic instance
6890         optimization, set method->slot for abstract virtual methods. Fixes part of
6891         #467834.
6893 2009-01-21 Rodrigo Kumpera  <rkumpera@novell.com>
6895         * domain-internals.h: Add new appdomain state MONO_APPDOMAIN_UNLOADING_START
6896         which signals that the unloading has started but all appdomain services must
6897         remain operational.
6899         * appdomain.c (mono_domain_unload): The initial state for unloading now
6900         is unloading_start and we switch to unloading after the managed call to
6901         AppDomain::DomainUnload has finished.
6903         The new unloading state has to be created because managed code in the
6904         DomainUnload event can depend on things like the threadpool still working.
6905         The domain must remain fully functional while the event executes.
6907         This shown as an issue due to Process::WaitForExit, which waits for
6908         async reads of stdout and stderr to complete. Since those are processed
6909         in the threadpool the code deadlocks because the DomainUnload callback 
6910         waits for the async read finished event, which should have been set by a
6911         threadpool job but has been discarded due to the domain been in unload
6912         state.
6914 2009-01-21  Mark Probst  <mark.probst@gmail.com>
6916         * metadata.c (mono_metadata_generic_param_equal): Owner as well as
6917         image must match.
6919 2009-01-21  Mark Probst  <mark.probst@gmail.com>
6921         * reflection.c (resolve_object): For fields, inflate the class and
6922         then get the field in the inflated class.
6924 2009-01-20  Mark Probst  <mark.probst@gmail.com>
6926         * object-internals.h (struct _MonoException): Added a comment
6927         explaining the new use of trace_ips.
6929 2009-01-20  Mark Probst  <mark.probst@gmail.com>
6931         * generic-sharing.c (inflate_other_data): Inflate array methods
6932         correctly.
6934         * loader.c, class-internals.h: Rename search_in_array_class() to
6935         mono_method_search_in_array_class() and make it non-static.
6937 2009-01-19  Zoltan Varga  <vargaz@gmail.com>
6939         * metadata.c (inflated_signature_in_image): Call signature_in_image as well.
6940         Hopefully fixes #458168.
6942 2009-01-19  Christian Hergert  <christian.hergert@gmail.com>
6944         * object.c (mono_raise_exception): Remove call to InterlockedIncrement
6945         as it is performed elsewhere.
6947         Code is contributed under MIT/X11 license
6949 2009-01-19  Christian Hergert  <christian.hergert@gmail.com>
6951         * mono-perfcounters-def.h: Add counters for asp.net requests total and
6952         requests queued.
6953         * object.c (mono_raise_exception): Increment the exceptions total
6954         counter when an exception is thrown.
6955         * class-internals.h: Add a location for storing the total number of
6956         asp.net requests served.
6957         * mono-perfcounters.c: Implement update support for asp.net counters
6958         from the class libraries. Implement read support for asp.net counters
6959         and exceptions total counter.
6961 2009-01-19  Zoltan Varga  <vargaz@gmail.com>
6963         * loader.c (search_in_array_class): Call mono_class_setup_methods () before
6964         accessing klass->methods. Fixes #467385.
6966 2009-01-18  Zoltan Varga  <vargaz@gmail.com>
6968         * marshal.c (emit_marshal_custom): Avoid calling MarshalNativeToManaged
6969         for byval arguments without an [Out] attribute. Fixes #467212.
6971         * attach.c: Applied patch from Koushik Dutta (koush@koushikdutta.com). 
6972         Fix compilation under android.
6973         
6974         * sgen-gc.c: Instead of scanning gray objects after all roots have been 
6975         processed, scan them directly after they are copied, to achieve better locality
6976         and cache usage.
6978         * socket-io.c: Applied patch from Koushik Dutta
6979         (koush@koushikdutta.com). Disable IPV6 when running under android.
6981 2009-01-18  Zoltan Varga  <vargaz@gmail.com>
6983         * icall.c (ves_icall_InternalExecute): Add write barriers.
6985         * marshal.c (mono_marshal_get_write_barrier): Remove, this is now done in
6986         the GC code.
6988         * sgen-gc.c: Implement write barriers in IL code.
6990 2009-01-17  Geoff Norton  <gnorton@novell.com>
6992         * image.c: Avoid trying to walk the reference table of dynamic assemblies.
6994 2009-01-17  Geoff Norton  <gnorton@novell.com>
6996         * image.c: When unloading the image->references table, there can be gaps
6997         in it.  Ensure that we iterate every entry to avoid leaking assembly references
6998         when unloading an appdomain.
7000 2009-01-16  Zoltan Varga  <vargaz@gmail.com>
7002         * sgen-gc.c: Add support for allocating a nursery at an aligned address, to
7003         speed up ptr-in-nursery checks.
7005         * threads.c (mono_threads_abort_appdomain_threads): Abort threads outside the
7006         threads_lock () to prevent deadlocks.
7008         * sgen-gc.c gc-internal.h: Add a new root type root-with-wbarrier, which
7009         does not need to be scanned during minor collections, since writes to it
7010         must use write barriers.
7012 2009-01-15 Rodrigo Kumpera  <rkumpera@novell.com>
7014         * metadata-verify.c: Add pe nt header verification.
7015         
7016 2009-01-15  Zoltan Varga  <vargaz@gmail.com>
7018         * gc.c: Fix a few warnings when using SGEN.
7020 2009-01-14 Rodrigo Kumpera  <rkumpera@novell.com>
7022         * metadata-verify.c: Add pe optional header verification.
7024 2009-01-15  Zoltan Varga  <vargaz@gmail.com>
7026         * sgen-gc.c: Add support for user defined marker functions, used by
7027         MonoGHashTable to avoid registering a GC root for every hash node.
7029 2009-01-14  Zoltan Varga  <vargaz@gmail.com>
7031         * sgen-gc.c: Fix warnings. Optimize copy_object () a bit. Split pinned/
7032         non-pinned roots into separate hashes to avoid having to traverse them
7033         in functions which are only interested in one kind.
7035 2009-01-13 Rodrigo Kumpera  <rkumpera@novell.com>
7037         * metadata-verify.c: Add pe header machine field verification.
7038         
7039 2009-01-13 Rodrigo Kumpera  <rkumpera@novell.com>
7041         * metadata-verify.c: Add pe header size verification.
7043 2009-01-14  Zoltan Varga  <vargaz@gmail.com>
7045         * reflection.c (ALLOC_REFENTRY): Don't allocate the ReflectionEntry structures
7046         using the GC, they don't contain references.
7048         * domain.c (mono_domain_create): Create ldstr_table using MONO_HASH_KEY_VALUE_GC.
7050 2009-01-13  Geoff Norton  <gnorton@novell.com>
7052         * appdomain.c|h: Expose mono_domain_unload to the embedding api so that 
7053         AppDomains created on the native side can be cleaned up on the native side.
7055 2009-01-13  Geoff Norton  <gnorton@novell.com>
7057         * appdomain.c: Ensure that we call mono_context_init for the embedding api
7058         as well as the managed api.
7060 2009-01-13  Geoff Norton  <gnorton@novell.com>
7062         * appdomain.h|c: New API for creating a MonoDomain in the embedding api
7063         with a MonoAppDomain initialized against it.
7065 2009-01-13  Zoltan Varga  <vargaz@gmail.com>
7067         * reflection.c (MOVING_GC_REGISTER): Fix a warning.
7068         
7069         * reflection.c (mono_image_get_generic_param_info): Use MOVING_GC_REGISTER.
7071         * marshal.c: Avoid setting the exception clauses after a method has been entered 
7072         into the wrapper caches. Fixes #465700.
7074         * method-builder.c (mono_mb_set_clauses): New function to set the clauses of the
7075         method builder.
7076         (mono_mb_create_method): Set the clauses from the method builder.
7078 2009-01-13 Gonzalo Paniagua Javier <gonzalo@novell.com>
7080         * threadpool.c: include sys/socket.h. Fixes compilation on FreeBSD.
7081         Patch from Makoto Kishimoto.
7083 2009-01-13  Zoltan Varga  <vargaz@gmail.com>
7085         * sgen-gc.c (mono_gc_make_descr_from_bitmap): Handle large bitmaps by 
7086         encoding them as ROOT_DESC_COMPLEX.
7087         (precisely_scan_objects_from): Implement support for ROOT_DESC_COMPLEX.
7089 2009-01-12  Zoltan Varga  <vargaz@gmail.com>
7091         * sgen-gc.c (scan_from_remsets): Clear the global remset of pointers which
7092         no longer point to the nursery.
7094         * sgen-gc.c: Add a few comments/FIXMEs.
7095         
7096         * sgen-gc.c: Implement scanning of the alloc_pinned objects.
7098         * marshal.c (mono_marshal_get_synchronized_wrapper): Make the 
7099         initialization of the various _method variables thread safe. Fixes
7100         #465377.
7102 2009-01-12  Mark Probst  <mark.probst@gmail.com>
7104         * domain.c, domain-internals.h: Remove the shared_generics_hash
7105         and its lookup functions.
7107 2009-01-12  Bill Holmes  <billholmes54@gmail.com>
7109         * socket-io.c:  Fixing the MSVC build. 
7111         Code is contributed under MIT/X11 license.
7113 2009-01-12 Rodrigo Kumpera  <rkumpera@novell.com>
7115         * metadata-verify.c: Add pe header watermark verification.
7117 2009-01-09 Rodrigo Kumpera  <rkumpera@novell.com>
7119         * metadata-verify.c: Add lfanew verification.
7121 2009-01-12  Jb Evain  <jbevain@novell.com>
7123         * tabldefs.h: rename METHOD_ATTRIBUTE_CHECK_ACCESS_ON_OVERRIDE to
7124         METHOD_ATTRIBUTE_STRICT to match the ECMA terminology.
7126 2009-01-10  Zoltan Varga  <vargaz@gmail.com>
7128         * socket-io.c: Fix the build.
7130         * environment.c: Fix an #ifdef.
7132 2009-01-09  Zoltan Varga  <vargaz@gmail.com>
7134         * threadpool.c (async_invoke_thread): Handle the wait function returning
7135         WAIT_IO_COMPLETION as well.
7136         (async_invoke_io_thread): Ditto.
7138 2009-01-09  Bill Holmes  <billholmes54@gmail.com>
7140         * threads.c: Fixing the Windows build.
7142         Code is contributed under MIT/X11 license.
7144 2009-01-09  Zoltan Varga  <vargaz@gmail.com>
7146         * threads.c (signal_thread_state_change): Call wapi_interrupt_thread () to
7147         interrupt a wait.
7148         (mono_thread_execute_interruption): Call wapi_clear_interruption () to enable
7149         the thread to wait again.
7151 2009-01-09 Rodrigo Kumpera  <rkumpera@novell.com>
7153         * metadata-verify.c: Initial skeleton of the metadata verifier.
7155         * pedump.c: Add support for the metadata verifier.
7157         * verify-internal.h: Export the whole assembly metadata verifier function.
7159 2009-01-09 Rodrigo Kumpera  <rkumpera@novell.com>
7161         * gc.c (mono_gc_init): Fix the comments about deadlock on windows.
7163 2009-01-09  Zoltan Varga  <vargaz@gmail.com>
7165         * Makefile.am: Upgrade dtrace-prelink.sh location.
7167 2009-01-08 Rodrigo Kumpera  <rkumpera@novell.com>
7169         * gc.c (mono_gc_init): Wait for finalizer thread to init on windows as
7170         well. Otherwise the shutdown deadlock that happens on unix will can happen
7171         as well.
7172         If the main thread code finishes too fast it's possible that the finalizer
7173         thread won't have executed yet, won't record itself as the finalizer thread
7174         and the shutdown sequence will wait on it forever.
7176 2009-01-08 Rodrigo Kumpera  <rkumpera@novell.com>
7178         * threads.c (mono_thread_current): Make THREAD_DEBUG work on windows
7179         with MSVC.
7181 2009-01-08  Miguel de Icaza  <miguel@novell.com>
7183         * appdomain.c: Initialize the mono_strtod_mutex here, thanks to
7184         Robert Jordan for pointing this out.
7186 2009-01-08  Christian Prochnow  <cproch@seculogix.de>
7188         * icall.c
7189         * icall-def.h: added internal calls ves_icall_System_IO_DriveInfo_GetDiskFreeSpace,
7190         ves_icall_System_IO_DriveInfo_GetDriveType.
7192 2009-01-07  Miguel de Icaza  <miguel@novell.com>
7194         * icall.c: Wrap calls to mono_strtod in CriticalSection
7195         invocations when using eglib, to work around #464316.
7197 2009-01-07 Rodrigo Kumpera  <rkumpera@novell.com>
7199         * file-io.c (ves_icall_System_IO_MonoIO_GetCurrentDirectory): Double check the
7200         return value of GetCurrentDirectory to never access unitialized memory.
7202 2009-01-07 Rodrigo Kumpera  <rkumpera@novell.com>
7204         * file-io.c (ves_icall_System_IO_MonoIO_GetCurrentDirectory): Properly check the
7205         return value of GetCurrentDirectory and expand the buffer if needed.
7207         Fixes #459094.
7209 2009-10-07 Tom Hindle  <tom_hindle@sil.org>
7211         * marshal.c (GetIUnknownForObjectInternal, GetIUnknownForObjectInternal) : 
7212           Adding a call to mono_init_com_types.
7214         Code is contributed under MIT/X11 license.
7216 2009-01-07  Geoff Norton  <gnorton@novell.com>
7218         * socket-io.c: ioctlsocket(FIONREAD) returns the size of the UDP header as well on 
7219         darwin.  Use getsockopt SO_NREAD instead to get the right values for TCP and UDP.
7220         ai_canonname can be null in some cases on darwin, where the runtime assumes it will 
7221         be the value of the ip buffer.
7223 2009-01-06 Rodrigo Kumpera  <rkumpera@novell.com>
7225         * verify.c (mono_class_interface_implements_interface): Verify parents as we can't rely on
7226         interfaces_packed here.
7228         Fixes part of #463294.
7230 2009-01-06 Rodrigo Kumpera  <rkumpera@novell.com>
7232         * verify.c (is_array_type_compatible): Ignore bounds and sizes when checking array compatibility.
7234         Fixes part of #463294.
7236 2009-01-06 Rodrigo Kumpera  <rkumpera@novell.com>
7238         * verify.c (stack_slot_is_complex_type_not_reference_type): Check if the type
7239         is a boxed complex as well.
7241         Fixes part of #463294.
7243 2009-01-06 Rodrigo Kumpera  <rkumpera@novell.com>
7245         * reflection.c (mono_image_get_methodref_token): Add an extra create_typespec parameter to
7246         control if a methodspec should be created for the generic method definition from external assemblies.
7247         Caching of methodspec is done using the handleref hash table.
7249         Fixes #462592.
7251 2009-01-05 Rodrigo Kumpera  <rkumpera@novell.com>
7253         * loader.c (find_method): When searching the interfaces of a class
7254         check the transitive closure of implemented interfaces.
7256         Fixes #463303.
7258 2009-01-03 Rodrigo Kumpera  <rkumpera@novell.com>
7260         * class.c (get_implicit_generic_array_interfaces): Improve debugging code.
7261         
7262 2009-01-03 Rodrigo Kumpera  <rkumpera@novell.com>
7264         * class.c (get_implicit_generic_array_interfaces): Extract valuetype
7265         interfaces calculation to fill_valuetype_array_derived_types.
7267         * class.c (get_implicit_generic_array_interfaces): Valuetypes need IList /
7268         ICollection / IEnumerator interfaces for their extra twin type - sbyte for byte
7269         for example.
7271         * class.c (get_implicit_generic_array_interfaces): InternalEnumerator gets
7272         interfaces for valuetypes if needed.    
7274         * class.c (fill_valuetype_array_derived_types): Enums should have interfaces
7275         for their basetype as well. Types are array expanded if rank is > 0.
7277         Fixes #400716.
7279 2008-12-30  Bill Holmes  <billholmes54@gmail.com>
7281         * socket-io.h : Changing the signature of
7282           ves_icall_System_Net_Sockets_Socket_Accept_internal to pass
7283           the blocking state.
7285         * icall-def.h :  Changing the signature of
7286           System.Net.Sockets.Socket.Accept_internal to pass the blocking state.
7288         * socket-io.c (ves_icall_System_Net_Sockets_Socket_Accept_internal) :
7289           For Windows only.  Avoid blocking when calling accept by
7290           querying for a connection via select.  The loop also queries
7291           the thread state every 1000 micro seconds for the thread
7292           stop state.  This will avoid the process hanging on shutdown
7293           when using a TcpChannel that is never connected to.
7295         Code is contributed under MIT/X11 license.
7297 2008-12-30  Marek Safar  <marek.safar@gmail.com>
7299         * tabledefs.h: Add METHOD_ATTRIBUTE_CHECK_ACCESS_ON_OVERRIDE.
7301 2008-12-26 Rodrigo Kumpera  <rkumpera@novell.com>
7303         * class.c (get_implicit_generic_array_interfaces): Extract common
7304         code to a helper function making it a lot easier on the eyes.
7306 2008-12-26 Rodrigo Kumpera  <rkumpera@novell.com>
7308         * class.c (get_implicit_generic_array_interfaces): If the internal
7309         enumerator is an interface inflate System.Object instead of itself.
7311         Fixes #461261.
7313 2008-12-24 Rodrigo Kumpera  <rkumpera@novell.com>
7315         * object.c (mono_runtime_invoke_array): Don't assert with
7316         byref nullable types.
7318         * marshal.c (mono_marshal_get_runtime_invoke): To handle
7319         byref nullables we unbox the object and store it on the
7320         stack. 
7321         We can't use the boxed object since it is the T of Nullable<T>
7322         and the boxed representation of a nullable it's underlying type
7323         or null.
7324         We could cheat and create a boxed nullable and use the same
7325         machinery of other byref VTs but this feels like a hack and
7326         using the stack has the bonus of reducing heap pressure.
7328         Fixes #461941.
7330 2008-12-23 Rodrigo Kumpera  <rkumpera@novell.com>
7332         * marshal.c (mono_marshal_emit_managed_wrapper): Handle char
7333         return value.
7335         Fixes #461867.
7337 2008-12-19  Bill Holmes  <billholmes54@gmail.com>
7339         * icall-def.h : Adding an internal call definition for 
7340           System.Environment.internalBroadcastSettingChange.
7342         * icall.c : Adding a Windows only implementation to broadcast a 
7343           WM_SETTINGCHANGE when an environment variable has changed.
7345         Code is contributed under MIT/X11 license.
7347 2008-12-19  Mark Probst  <mark.probst@gmail.com>
7349         * class.c, class-internals.h: Made
7350         mono_class_has_parent_and_ignore_generics() non-static.
7352 Thu Dec 18 16:35:22 CET 2008 Paolo Molaro <lupus@ximian.com>
7354         * image.c: deal with the mmap failing when loading an image.
7356 2008-12-17  Geoff Norton  <gnorton@novell.com>
7358         * threadpool.c: Ensure that the io_queue_lock is initialized
7359         in all circumstances, as we always attempt to cleanup against it.
7361 2008-12-17  Miguel de Icaza  <miguel@novell.com>
7363         * icall.c (ves_icall_System_Environment_get_Platform): For
7364         compatibility reasons for existing client code we will keep
7365         returning 4 for a while.   
7367         For how long will depend on the documentation being updated, and
7368         for us to give client code a chance to be updated.
7370         This reverts the original decison on #433108 since we did not
7371         catch roughly 33 instances of the broken code in our own source
7372         code base, we did not catch failures on the buildbots, and QA did
7373         not bring this as a problem.
7375         Only today I found some customer's code breaking due to our own
7376         class libraries not being fully updated and tracked it down to
7377         this change.  I am reverting it because if we could not even get
7378         our story straight in our own code base, how can we hope that our
7379         end user code be fixed?
7381         As of this morning, our Wiki page that documents how to detect
7382         Unix had not been fixed.    
7384 2008-12-16  Zoltan Varga  <vargaz@gmail.com>
7386         * metadata.c (inflated_method_in_image): Add a workaround for #458168.
7388         * class.c (mono_class_get_fields): Handle loading errors.
7390 2008-12-12 Mark Mason <mmason@upwardaccess.com>
7392         * 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.
7393         
7394 2008-12-12 Gonzalo Paniagua Javier <gonzalo@novell.com>
7396         * mono-perfcounters.c: avoid warning.
7398 2008-12-12 Rodrigo Kumpera  <rkumpera@novell.com>
7400         * reflection.c (ensure_runtime_vtable): Work on generic instances and
7401         make sure all interfaces have MonoClass::interface_id set.
7403         * reflection.c (ensure_generic_class_runtime_vtable): Ensure the
7404         method table is property set.
7406 2008-12-12 Rodrigo Kumpera  <rkumpera@novell.com>
7408         * class.c: New function mono_class_setup_interface_id that setup
7409         MonoClass::interface_id if needed.
7411         * class-internals.h: Export new function.
7413 2008-12-12 Rodrigo Kumpera  <rkumpera@novell.com>
7415         * class.c: Add code to sanity check the vtable after setup_vtable_general
7416         has done it's work.
7418 2008-12-11 Gonzalo Paniagua Javier <gonzalo@novell.com>
7420         * icall.c: make Assembly.GetExecutingAssembly work properly when
7421         reflection is used to invoke the method.
7422         Bug #321781 fixed.
7424 2008-12-11  Mark Probst  <mark.probst@gmail.com>
7426         * metadata/generic-sharing.c: Look for constraints in all type
7427         arguments, not just the first one.
7429 2008-12-10 Gonzalo Paniagua Javier <gonzalo@novell.com>
7431         * appdomain.c: return the correct CodeBase for an Assembly instance
7432         that was loaded from the shadow-copy directories.
7433         Bug #458190 fixed.
7435 2008-12-10  Zoltan Varga  <vargaz@gmail.com>
7437         * sgen-gc.c (build_nursery_fragments): Clear nursery_next/nursery_frag_real_end.
7439         * sgen-gc.c (check_object): New debugging helper function.
7441         * object.c: Fix calls to mono_value_copy_array ().
7443 2008-12-10 Rodrigo Kumpera  <rkumpera@novell.com>
7445         * class.c (mono_class_setup_fields): If working on an inflated class
7446         first check if the generic definition did init with success.
7448         Fixes #445361.
7450 2008-12-10 Rodrigo Kumpera  <rkumpera@novell.com>
7452         pedump.c (main): Fix a warning.
7454 2008-12-10  Bill Holmes  <billholmes54@gmail.com>
7456         * object-internals.h : Adding a definition for 
7457           MonoReflectionComVisibleAttribute.
7459         * marshal.c (cominterop_com_visible) :  Method added to check the 
7460           ComVisible attribute of a class.
7462         * marshal.c (cominterop_raise_hr_exception, cominterop_get_interface) :  
7463           cominterop_raise_hr_exception added to consolidate common code 
7464           to raise hr exceptions.
7466         * marshal.c (cominterop_can_support_dispatch) :  Method added to determine 
7467           if a managed class should support IDispatch.
7469         * marshal.c 
7470           (cominterop_get_idispatch_for_objec, cominterop_ccw_queryinterfacet) :  
7471           Added additional checks for managed object when getting 
7472           an IDispatch interface.
7474         Code is contributed under MIT/X11 license.
7476 2008-12-10 Rodrigo Kumpera  <rkumpera@novell.com>
7478         pedump.c (main): Handle mono_get_method () returning NULL. 
7480 2008-12-09  Zoltan Varga  <vargaz@gmail.com>
7482         * marshal.h: Fix a warning.
7484 2008-12-09  Bill Holmes  <billholmes54@gmail.com>
7486         * marshal.c : Adding cominterop_release_all_rcws to release all
7487           runtime callable wrappers held by the runtime.
7489         * marshal.h : Adding declaration for cominterop_release_all_rcws.
7490           
7491         Code is contributed under MIT/X11 license.
7493 2008-12-09  Zoltan Varga  <vargaz@gmail.com>
7495         * metadata.c (mono_image_alloc_lock): New helper function.
7496         (mono_image_alloc0_lock): Ditto.
7498         * metadata.c: Use the alloc_lock () helper functions for allocating
7499         memory from the image mempool.
7501 2008-12-08 Rodrigo Kumpera  <rkumpera@novell.com>
7503         * class.c (mono_class_from_generic_parameter): Document it's
7504         locking behavior. Fix double checked locking here, we stored in
7505         param->pklass a partially initialized MonoClass and no membar was used.
7507 2008-12-05  Marek Habersack  <mhabersack@novell.com>
7509         * sysmath.c (ves_icall_System_Math_Round2): if round (3) and rint
7510         (3) functions are present in the C library use them to do the
7511         job. If they are absent, make sure that the sum of int_part and
7512         dec_part is rounded before returning. This is necessary due to the
7513         division of dec_part by the power of 10 before the final addition
7514         is performed - if the result is not rounded in some cases it will
7515         yield invalid results.
7517 2008-12-04  Zoltan Varga  <vargaz@gmail.com>
7519         * marshal.c (mono_marshal_emit_native_wrapper): Add AOT support for pinvoke
7520         wrappers by emitting the function address using a CEE_MONO_ICALL_ADDR 
7521         instruction instead of a pointer constant.
7523 2008-12-03  Zoltan Varga  <vargaz@gmail.com>
7525         * loader.c (mono_method_get_header): Do most of the work outside the
7526         loader lock, to avoid assembly load hook deadlocks.
7528         * metadata.c (mono_metadata_parse_mh_full): Use finer-grained locking.
7529         (mono_metadata_parse_type_full): Ditto.
7531 2008-12-02 Rodrigo Kumpera  <rkumpera@novell.com>
7533         * mempool.c (mono_backtrace): Take the number of allocated bytes as argument.
7534         Make the stack depth fixed. Ensure proper argument passing to the backtrace
7535         funtions. Finally, use a lock to produce well ordered output.
7537         The lock looks silly, as all calls to the corlib mempool should be guarded
7538         with the loader lock, but for some reason this fact doesn't help. 
7540         * mempool.c (mono_mempool_alloc0): Add support for TRACE_ALLOCATIONS.
7542 2008-12-02  Mark Probst  <mark.probst@gmail.com>
7544         * socket-io.c: 64 bit big-endian fixes.
7546 2008-12-01 Rodrigo Kumpera  <rkumpera@novell.com>
7548         * verify.c (is_compatible_boxed_valuetype): Rewrite function to work properly with
7549         targets that require strict compatibility between the types.
7551         * verify.c (verify_stack_type_compatibility_full): Boxed values are not compatible
7552         to unboxed types. All cases that this is true are checked by is_compatible_boxed_valuetype.
7553         Kill the strict argument and create a new one valuetype_must_be_boxed.
7555         * verify.c (verify_delegate_compatibility): Use verify_stack_type_compatibility_full to
7556         state that all valuetypes must be boxed.
7558         Fixes #448560.
7560 2008-11-29  Kornél Pál  <kornelpal@gmail.com>
7562         * coree.c (MonoFixupExe): Use sizeof(IMAGE_BASE_RELOCATION) instead of
7563         IMAGE_SIZEOF_BASE_RELOCATION as newer Vista SDKs no longer define the latter.
7565         Contributed under MIT/X11 license.
7567 2008-11-28 Rodrigo Kumpera  <rkumpera@novell.com>
7569         * class.c (mono_class_setup_fields): Don't copy MonoType::attrs as
7570         the inflate_generic_type machinery should handle it.
7572         This avoids a crash when the field's flags is zero and it's type is
7573         a primitive.
7574         What happens is that mono_metadata_parse_type_full will see that opt_attrs
7575         is zero and will return one of the cached built-in primitive types. Since
7576         those types live in read-only memory, the code that copies it crashes.  
7578 2008-11-28  Mark Probst  <mark.probst@gmail.com>
7580         * object.c: Don't put function descriptors into generalized IMT
7581         thunks.
7583 2008-11-28  Mark Probst  <mark.probst@gmail.com>
7585         * class.c: Enable generic code sharing on PPC64.
7587 2008-11-27  Mark Probst  <mark.probst@gmail.com>
7589         * mempool.c, mempool-internals.h: Added g_slist_append_mempool()
7590         from mini/mini.c.
7592         * generic-sharing.c: Allocate the method template slists from the
7593         image mempool so it doesn't leak.
7595 2008-11-27 Rodrigo Kumpera  <rkumpera@novell.com>
7597         * class.c (generic_array_methods): Release the linked list.
7599 2008-11-27  Mark Probst  <mark.probst@gmail.com>
7601         * marshal.c (mono_string_builder_to_utf8): Fixed a wrong
7602         invocation to g_utf16_to_utf8().
7604 2008-11-26  Mark Probst  <mark.probst@gmail.com>
7606         * icall.c (mono_ArgIterator_IntGetNextArg): Handle sub-word sized
7607         arguments on big endian archs.
7609 2008-11-25 Gonzalo Paniagua Javier <gonzalo@novell.com>
7611         * reflection.c: (_mono_reflection_parse_type) skip leading spaces in
7612         the type name (test added in corlib).
7614 2008-11-25 Gonzalo Paniagua Javier <gonzalo@novell.com>
7616         * pedump.c: initialize perf. counters. Fixes a segv.
7618 2008-11-25  Martin Baulig  <martin@ximian.com>
7620         * mono-debug-debugger.c
7621         (mono_debugger_runtime_invoke): Return the exception object if an
7622         exception was thrown.  Visual Studio displays the exception object
7623         in the locals window.
7625 2008-11-24  Mark Probst  <mark.probst@gmail.com>
7627         * mini-trampolines.c (mono_delegate_trampoline): Don't return a
7628         ftnptr.
7630 2008-11-24  Mark Probst  <mark.probst@gmail.com>
7632         * marshal.c (mono_type_native_stack_size): MONO_TYPE_I and
7633         MONO_TYPE_U are sizeof (gpointer), too.
7635 2008-11-24  Mark Probst  <mark.probst@gmail.com>
7637         * marshal.c (mono_type_native_stack_size): Fixed size and
7638         alignment for reference types.
7640 2008-11-23  Mark Probst  <mark.probst@gmail.com>
7642         * class.c (mono_class_generic_sharing_enabled): Disable generic
7643         code sharing for PPC64.
7645 2008-11-21 Rodrigo Kumpera  <rkumpera@novell.com>
7647         * icall.c (mono_method_get_equivalent_method): Make sure
7648         method->klass->methods is inited before looping over it.
7650 2008-11-20 Gonzalo Paniagua Javier <gonzalo@novell.com>
7652         * object.c: when calling ExecuteAssembly in a newly created domain,
7653         the configuration file and application base are already set up.
7654         Bug #446353 take 2 fixed.
7656 2008-11-20  Zoltan Varga  <vargaz@gmail.com>
7658         * marshal.c: Add support for MONO_TYPE_GENERICINST to some functions.
7659         Fixes #444715. Fix a warning.
7661 2008-11-18 Gonzalo Paniagua Javier <gonzalo@novell.com>
7663         * appdomain.c: write the full path of the assembly to the .ini file
7664         created when "shadow-copying"
7665         Bug #446353 fixed.
7667 2008-11-18  Zoltan Varga  <vargaz@gmail.com>
7669         * debug-helpers.c (mono_method_full_name): Stringify wrapper types even
7670         if signature==FALSE.
7672 2008-11-17  Bill Holmes  <billholmes54@gmail.com>
7674         * marshal.h : Fix the cygwin build.
7675            marshal.c:12442: undefined reference to `_IID_IMarshal'
7676           
7677         Code is contributed under MIT/X11 license.
7679 2008-11-17  Bill Holmes  <billholmes54@gmail.com>
7681         * marshal.h : cominterop_ccw_getfreethreadedmarshaler added to return the
7682           free threaded marshaler when QueryInterface is called on a COM callable
7683           wrapper requesting the IMarshal interface.
7684           
7685         Code is contributed under MIT/X11 license.
7687 2008-11-14  Zoltan Varga  <vargaz@gmail.com>
7689         * domain-internals.h (MonoDomain): Update MONO_DOMAIN_LAST_GC_TRACKED.
7691         * reflection.c (mono_type_get_object): Special case the very common
7692         void type.
7694         * domain-internals.h (struct _MonoDomain): Add 'typeof_void' field to
7695         hold typeof(void).
7697 2008-11-13  Bill Holmes  <billholmes54@gmail.com>
7699         * process.h : Adding method declaration for
7700           ves_icall_System_Diagnostics_Process_WaitForInputIdle_internal.
7701           
7702         * process.c : Adding implementation for
7703           ves_icall_System_Diagnostics_Process_WaitForInputIdle_internal.
7704           
7705         * icall-def.h : Registering ICALL Processs.WaitForInputIdle_internal
7706           to ves_icall_System_Diagnostics_Process_WaitForInputIdle_internal.
7708         Code is contributed under MIT/X11 license.
7710 2008-11-10  Rodrigo Kumpera  <rkumpera@novell.com>
7712         * appdomain.c (unload_thread_main): Clean up threadpool by
7713         calling mono_thread_pool_remove_domain_jobs.
7715         * domain-internals.h (struct _MonoDomain): Add new fields to
7716         help coordinate the cleanup of the threadpool.
7718         * threadpool.c (mono_thread_pool_remove_domain_jobs): New fuction
7719         that cleans up the threadpool of all jobs associated with an appdomain.
7720         It does that by cleaning up the queues and making sure all active
7721         threads are accounted.
7723         * threadpool.c (async_invoke_io_thread): Ignore job if its domain is
7724         unloaded or in the process of. Take this is such way that there is
7725         no race condition between another thread starting the unload and the
7726         current thread acknowledging it.
7728         * threadpool.c (async_invoke_thread): Same.
7730         * threadpool.c (start_io_thread_or_queue): Increment threadpool_jobs before
7731         firing the new thread.
7733         * threadpool.c (start_tpthread): Same.
7735         * theadpool.c (append_job): Increment threadpool_jobs before queueing.
7737         * threadpool.h: Add mono_thread_pool_remove_domain_jobs.
7739 2008-11-06  Jonathan Chambers  <joncham@gmail.com>
7741         * file-io.c (ves_icall_System_IO_MonoIO_DuplicateHandle): 
7742         Add support for DuplicateHandle.
7743         
7744         * file-io.h (ves_icall_System_IO_MonoIO_DuplicateHandle): 
7745         Add support for DuplicateHandle.
7746         
7747         * icall-def.h (ves_icall_System_IO_MonoIO_DuplicateHandle): 
7748         Add support for DuplicateHandle.
7750         Code is contributed under MIT/X11 license.
7752 2008-11-06  Mark Probst  <mark.probst@gmail.com>
7754         * class-internals.h: Make min_align into a whole byte.
7756         * class.c: Set min_align for SIMD types to 16.
7758 2008-11-05  Geoff Norton  <gnorton@novell.com>
7760         * attach.c: Default the attacher to enabled for all cases including
7761         embedded.
7763 Wed Nov 5 16:33:41 CET 2008 Paolo Molaro <lupus@ximian.com>
7765         * monitor.c, class-internals.h, wrapper-types.h: revert incorrect
7766         change r117650.
7768 2008-11-04  Mark Probst  <mark.probst@gmail.com>
7770         * monitor.c, monitor.h: New function for querying offsets of
7771         members of MonoThreadsSync.
7773 2008-11-04  Zoltan Varga  <vargaz@gmail.com>
7775         * marshal.c (mono_marshal_get_runtime_invoke): Use runtime_invoke_direct_cache
7776         to speed up this function and to avoid the boundless memory growth caused by
7777         the signature_dup () calls.
7779 2008-11-02  Zoltan Varga  <vargaz@gmail.com>
7781         * monitor.c (mono_monitor_get_fast_enter_method): Add a proper type for the
7782         wrapper.
7784         * class-internals.h (struct _MonoMethod): Increase the size of 'wrapper_type'
7785         by 1 bit.
7787         * wrapper-types.h: Add MONO_WRAPPER_MONITOR_FAST_ENTER/EXIT.
7789 2008-10-31 Gonzalo Paniagua Javier <gonzalo@novell.com>
7791         * appdomain.c:
7792         * domain-internals.h: made mono_set_private_bin_path_from_config()
7793         "internal".
7794         * object.c: call the above function after setting the configuration
7795         file path for the root domain.
7796         Fixes bug #314478.
7798 2008-10-31 Gonzalo Paniagua Javier <gonzalo@novell.com>
7800         * assembly.c: when the assembly is loaded from an absolute path, end
7801         basedir with a directory separator.
7802         Bug #440781 fixed.
7804 2008-10-30  Mark Probst  <mark.probst@gmail.com>
7806         * monitor.c (mono_monitor_get_fast_enter_method): If
7807         CompareExchange is not available, don't create the fastpath
7808         instead of asserting.  (The method is missing in the 1.1 profile.)
7810 2008-10-30  Mark Probst  <mark.probst@gmail.com>
7812         * marshal.c, marshal.h: Rename signature_no_pinvoke() and make it non-static.
7814         * monitor.c, monitor.h: Code for generating Monitor.Enter and
7815         Monitor.Exit IL fastpaths.
7817 2008-10-28  Rodrigo Kumpera  <rkumpera@novell.com>
7819         * class.c (mono_class_create_from_typedef): Added Vector2ul.
7821 2008-10-28  Rodrigo Kumpera  <rkumpera@novell.com>
7823         * class.c (mono_class_create_from_typedef): Added Vector2l.
7825 2008-10-27  Rodrigo Kumpera  <rkumpera@novell.com>
7827         * class.c (mono_class_create_from_typedef): Added Vector2d.
7829 2008-10-27 Gonzalo Paniagua Javier <gonzalo@novell.com>
7831         * appdomain.c: translate \ into / for cache_path.
7832         * domain-internals.h: new mono_is_shadow_copy_enabled().
7833         * icall.c: (fill_reflection_assembly_name) do the same path
7834         manipulations that get_code_base does.
7835         (get_code_base) use mono_is_shadow_copy_enabled.
7837 2008-10-26 Gonzalo Paniagua Javier <gonzalo@novell.com>
7839         * appdomain.c: shadow-copied assemblies go to CachePath +
7840         ApplicationName when both are set. DynamicBase has nothing to do with
7841         shadow copies.
7842         Bug #406877 fixed.
7844 2008-10-26  Zoltan Varga  <vargaz@gmail.com>
7846         * reflection.c (encode_locals): Use a cache to avoid duplicate entries in the
7847         STANDALONESIG table.
7849         * metadata-internals.h (struct _MonoDynamicImage): Add cache for
7850         standalone signatures.
7852         * marshal.c (mono_marshal_get_runtime_invoke): Rewrite the signature 
7853         comparison code: instead of comparing the signatures using a custom
7854         equals function, transform them to a common signature and compare that. This
7855         works better with AOT.
7857 2008-10-25  Zoltan Varga  <vargaz@gmail.com>
7859         * Reapply r116521 with (!mono_debug_using_mono_debugger ()) checks.
7861         * class.c (mono_class_init): Remove unneccesary mono_class_setup_properties ()
7862         call for generic instances.
7863         (mono_class_setup_properties): Call setup_properties () before accessing
7864         gklass->properties.
7866         * class.c (mono_class_get_virtual_methods): New helper function to iterate
7867         over the virtual methods of a class using metadata if possible, avoiding the
7868         creation of MonoMethod's for non-virtual methods.
7869         
7870         * class.c (mono_class_setup_vtable_general): Rewrite this to use 
7871         get_virtual_methods () to iterate over the virtual methods of classes.
7873 2008-10-25  Martin Baulig  <martin@ximian.com>
7875         * mono-debug.h (MONO_DEBUG_VAR_ADDRESS_MODE_DEAD): New #define.
7877 2008-10-24  Rodrigo Kumpera  <rkumpera@novell.com>
7879         * class.c (mono_class_create_from_typedef): Added Vector4i.
7881 2008-10-24  Mark Probst  <mark.probst@gmail.com>
7883         * marshal.c (mono_marshal_get_synchronized_wrapper): Emit
7884         ldtoken+GetTypeFromHandle instead of i4+icall so that the JIT
7885         special-casing applies to eliminate the call completely.
7887 2008-10-24  Rodrigo Kumpera  <rkumpera@novell.com>
7889         * class.c (mono_class_create_from_typedef): Added Vector8s.
7891 2008-10-23  Rodrigo Kumpera  <rkumpera@novell.com>
7893         * class.c (mono_class_create_from_typedef): Added Vector16sb.
7895 2008-10-23 Gonzalo Paniagua Javier <gonzalo@novell.com>
7897         * icall.c: get rid of annoying warning.
7899 2008-10-23 Gonzalo Paniagua Javier <gonzalo@novell.com>
7901         * threadpool.c: in 1.x, if you change the background status of the
7902         threadpool thread, it's not reset.
7903         Remove unnecessary calls to SetState.
7905 2008-10-22 Gonzalo Paniagua Javier <gonzalo@novell.com>
7907         * threadpool.c: asynchronously create a set of idle threads upon first
7908         use of the threadpool. SetMinThreads will now start the appropriate
7909         number of idle threads if they are not already running. The default is
7910         1 threadpool thread per CPU. Increased the maximum number of threads
7911         per CPU to 10.
7913 2008-10-22  Martin Baulig  <martin@ximian.com>
7915         Revert r116521 from Zoltan, it breaks the debugger:
7917         * class.c (mono_class_get_virtual_methods): New helper function to iterate
7918         over the virtual methods of a class using metadata if possible, avoiding the
7919         creation of MonoMethod's for non-virtual methods.
7920         
7921         * class.c (mono_class_setup_vtable_general): Rewrite this to use 
7922         get_virtual_methods () to iterate over the virtual methods of classes.
7924 2008-10-22 Gonzalo Paniagua Javier <gonzalo@novell.com>
7926         * threads.c: when creating a threadpool thread, set its state to
7927         'background'.
7928         * threadpool.c: reset the background state of a threadpool thread
7929         after finishing each work item
7930         Bug #437888 fixed.
7932 2008-10-22  Zoltan Varga  <vargaz@gmail.com>
7934         * class.c (mono_class_get_vtable_entry): Add an optimization for szarrays.
7935         
7936         * class.c (mono_class_setup_vtable_general): Add an optimized version for
7937         generic instances which works by inflating the methods in the container
7938         class's vtable.
7940         * class.c (mono_class_inflate_generic_type_with_mempool_no_copy): New
7941         variant which doesn't make a copy if no inflation was done.
7942         (mono_class_setup_fields): Use it.
7944         * metadata.c (mono_metadata_get_shared_type): New helper function to
7945         return a shared instance of a given MonoType.
7947         * class.c (mono_class_inflate_generic_type_with_mempool): Avoid making
7948         a copy of most non-generic types.
7950 Wed Oct 22 18:00:46 CEST 2008 Paolo Molaro <lupus@ximian.com>
7952         * threadpool.c: remove one more GetSystemInfo () call.
7954 Wed Oct 22 17:45:48 CEST 2008 Paolo Molaro <lupus@ximian.com>
7956         * mono-perfcounters.c, icall-def.h, environment.c, environment.h:
7957         use the code in mono-proclib.h to get processor information.
7959 2008-10-22 Gonzalo Paniagua Javier <gonzalo@novell.com>
7961         * appdomain.c: fixed the logic that determines whether assemblies in a
7962         directory are "shadow-copied" or not. Bug #433483 fixed.
7964 2008-10-22  Zoltan Varga  <vargaz@gmail.com>
7966         * process.c (ves_icall_System_Diagnostics_Process_GetProcessData): Fix a
7967         warning.
7969 2008-10-21  Zoltan Varga  <vargaz@gmail.com>
7971         * marshal.c (runtime_invoke_signature_equal): Don't shared wrappers
7972         returning a vtype.
7974         * class.c debug-helpers.c object.c class-internals.h marshal.c icall.c
7975         reflection.c: Use mono_field_get_name () for accessing a field's name.
7977         * class-internals.h (MONO_CLASS_HAS_STATIC_METADATA): Move this here from
7978         class.c
7980         * class.c (mono_field_get_rva): Fix crash if this is called on a dynamic
7981         field.
7983         * loader.c (find_method_in_class): Reenable the metadata optimization by
7984         not using it for generic instances.
7986         * class-internals.h (MonoFieldDefaultValue): Extract the rarely used 
7987         data/def_type fields from MonoClassField into a separate structure.
7988         (struct MonoClassField): Remove data/def_type fields.
7989         (struct _MonoClass): Add a 'field_def_values' array to store the default
7990         values/RVA for fields.
7992         * class.c reflection.c: Update after the changes.
7993         
7994         * object.c (mono_class_create_runtime_vtable): Use mono_field_get_data ()
7995         for accessing field->data.
7997         * icall.c (ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_InitializeArray): Ditto.
7999         * loader.c (find_method_in_class): Revert the last change for now as
8000         it breaks Mono.C5 unit tests.
8002         * class-internals.h (struct _MonoDynamicGenericClass): Add fields
8003         'field_generic_types' and 'field_objects' which contain the information
8004         previously stored in MonoInflatedField.
8005         (MonoInflatedField): Delete.
8006         (struct _MonoClassField): Delete 'generic_info' field.
8008         * reflection.c: Store the information which was previously in 
8009         field->generic_info in MonoDynamicGenericClass instead.
8011         * metadata.c (free_generic_class): Update after MonoDynamicGenericClass/
8012         MonoClassField changes.
8014 Tue Oct 21 17:07:55 CEST 2008 Paolo Molaro <lupus@ximian.com>
8016         * marshal.c, method-builder.c: get rid of wrapper_hash and instead
8017         store the value inside the data array of the MonoMethodWrapper.
8018         This saves memory, is faster and fixes the lifetime issues (methods
8019         were never removed from the hash previously). May also fix bug#436996.
8021 2008-10-21  Zoltan Varga  <vargaz@gmail.com>
8023         * reflection.c (mono_image_get_fieldref_token): For fields of non-dynamic 
8024         generic instances, compute the type from the generic definition instead of
8025         looking in field->generic_info.
8027         * class.c (mono_class_setup_fields): Don't create a MonoInflatedField
8028         for inflated fields, the only user was get_fieldref_token () which no
8029         longer needs it.
8031         * class.c (mono_class_init): Revert the last change as it seems to cause
8032         crashes.
8034         * class-internals.h (struct _MonoClassField): Reorder fields to save 4
8035         bytes on 64 bit platforms.
8037         * object.c (mono_class_create_runtime_vtable): Fix a warning.
8038         
8039         * object.c (mono_class_create_runtime_vtable): Don't initalize
8040         field->data/field->def_type here, it is done lazily by 
8041         mono_class_get_field_default_value ().
8043         * icall.c (ves_icall_get_enum_info): Call 
8044         mono_class_get_field_default_value () instead of directly accessing
8045         field->data and field->def_type.
8047         * object.c (get_default_field_value): Ditto.
8049         * class.c (mono_field_get_data): Ditto.
8050         
8051         * class.c (mono_class_init): Remove unneccesary mono_class_setup_methods ()
8052         call for generic instances.
8054         * loader.c (find_method_in_class): If klass != from_class, then inflate
8055         the method with the context of from_class, since the caller assumes this.
8057 2008-10-20  Zoltan Varga  <vargaz@gmail.com>
8059         * class.c (mono_method_get_vtable_index): Use mono_method_get_vtable_slot ()
8060         for accessing method->slot.
8062 2008-10-20  Cedric Vivier  <cedricv@neonux.com>
8064         * icall-def.h, icall.c: Add icall for Debugger.IsAttached.
8066 2008-10-19  Zoltan Varga  <vargaz@gmail.com>
8068         * class.c (mono_method_get_vtable_index): Use
8069         mono_method_get_vtable_slot () for accessing method->slot.
8071         * object.c (build_imt_slots): Use mono_class_get_method_by_index () for
8072         accessing klass->methods.
8074         * class.c (mono_method_get_vtable_slot): New helper function.
8075         (mono_class_get_vtable_entry): Ditto.
8076         (mono_class_setup_vtable_general): Use mono_method_get_vtable_slot () for
8077         accessing method->slot.
8079         * generic-sharing.c (mono_class_get_method_generic): Pass the declaring
8080         method to get_inflated_method ().
8082         * class.c (mono_class_get_inflated_method): New helper method to obtain
8083         a method of an inflated class without calling setup_methods ().
8084         (mono_class_get_cctor): Use get_inflated_method.
8086         * generic-sharing.c (mono_class_get_method_generic): Ditto.
8087         
8088         * marshal.c image.c: Lazily create all the marshal caches.
8090         * image.c (mono_image_init): Move initialization of runtime_invoke
8091         caches to marshal.c.
8093         * marshal.c (get_cache): New helper function to lazily initialize a 
8094         wrapper cache.
8095         (mono_marshal_get_runtime_invoke): Share more runtime invoke wrappers.
8097         * debug-helpers.c (mono_method_full_name): Include generic arguments.
8099 Fri Oct 17 10:51:32 CEST 2008 Paolo Molaro <lupus@ximian.com>
8101         * loader.c: fixed check for interface type.
8103 Thu Oct 16 20:59:11 CEST 2008 Paolo Molaro <lupus@ximian.com>
8105         * appdomain.c: check for NULL setup before it's referenced.
8108 Thu Oct 16 16:12:23 CEST 2008 Paolo Molaro <lupus@ximian.com>
8110         * class.c: remove the unused old vtable setup code.
8112 Thu Oct 16 12:53:29 CEST 2008 Paolo Molaro <lupus@ximian.com>
8114         * class.c: don't depend on interface order in
8115         setup_interface_offsets (bug #435777).
8116         * reflection.c: sort the InterfaceImpl table (patch from
8117         Jb Evain  <jbevain@novell.com>).
8119 2008-10-13  Zoltan Varga  <vargaz@gmail.com>
8121         * assembly.c (mono_assembly_open_full): Avoid loading images while holding
8122         the low level assemblies lock.
8124 Mon Oct 13 16:35:26 CEST 2008 Paolo Molaro <lupus@ximian.com>
8126         * domain-internals.h, domain.c, icall.c, image.c, marshal.c,
8127         object.c, reflection.c, socket-io.c, threads.c: introduced
8128         mono_framework_version () to return the major framewrok version,
8129         changed the code that was using more complex patterns to use it.
8130         Return the correct value for PlatformID for OSX.
8132 Mon Oct 13 14:38:01 CEST 2008 Paolo Molaro <lupus@ximian.com>
8134         * icall-def.h, process.h, process.c: added an icall to get info about
8135         processes using mono-proclib.
8137 Mon Oct 13 11:14:44 CEST 2008 Paolo Molaro <lupus@ximian.com>
8139         * mono-perfcounters.c: use the mono-proclib functions to
8140         access process information.
8142 Mon Oct 13 11:00:49 CEST 2008 Paolo Molaro <lupus@ximian.com>
8144         * domain.c, assembly.c, debug-mono-symfile.c, debug-mono-symfile.h,
8145         monosn.c, Makefile.am, pedump.c, image.c, metadata-internals.h,
8146         reflection.c: remove rawbuffer usage: mmap support is more sanely
8147         provided by utils/mono-mmap.
8149 Sat Oct 11 19:46:19 CEST 2008 Paolo Molaro <lupus@ximian.com>
8151         * gc.c: use posix semaphores when possible so that
8152         mono_gc_finalize_notify() is signal safe.
8154 2008-10-11  Zoltan Varga  <vargaz@gmail.com>
8156         * reflection.c: Implement DISABLE_REFLECTION_EMIT, remove some
8157         #ifdef DISABLE_REFLECTION_SAVE stuff, only the exported functions need to
8158         be #ifdef-ed out, the linker will remove the rest.
8160         * marshal.c: Implement DISABLE_COM.
8162         * reflection.c: Implement DISABLE_REFLECTION_EMIT_SAVE.
8164 2008-10-11  Miguel de Icaza  <miguel@novell.com>
8166         * locales.c (string_invariant_compare_char): Optimization: do not
8167         call g_unichar_type unless we actually need the information.
8169 2008-10-10  Mark Probst  <mark.probst@gmail.com>
8171         * object.c, class-internals.h: Also create remoting trampolines
8172         for generic methods.  Pass the domain to the remoting trampoline
8173         creation function, too.
8175 2008-10-10  Zoltan Varga  <vargaz@gmail.com>
8177         * class.c (mono_class_init): Fix+re-enable the finalize optimization.
8179 2008-10-10  Rodrigo Kumpera  <rkumpera@novell.com>
8181         * class.c (mono_class_create_from_typedef): Vector4u was renamed to
8182         Vector4ui.
8184 2008-10-10 Gonzalo Paniagua Javier <gonzalo@novell.com>
8186         * assembly.c:
8187         * locales.c: remove the use of g_strdown. Fixes bug #322313.
8189 Fri Oct 10 17:01:42 CEST 2008 Paolo Molaro <lupus@ximian.com>
8191         * assembly.c: in mono_assembly_load_friends() take the assemblies lock
8192         for the least possible amount of time (extending the fix in r113458).
8194 2008-10-10  Rodrigo Kumpera  <rkumpera@novell.com>
8196         * class.c (mono_class_create_from_typedef): Retrofit to new type names.
8198 2008-10-09  Rodrigo Kumpera  <rkumpera@novell.com>
8200         * class.c (mono_class_create_from_typedef): Added Vector8u and Vector16u
8201         as possible simd intrinsic types.
8202         Optimized the test to check for the common prefix first.
8204 Thu Oct 9 17:38:24 CEST 2008 Paolo Molaro <lupus@ximian.com>
8206         * class.c: back out part of a broken optimization committed on
8207         May 23th (bug #433908).
8209 2008-10-09  Mark Probst  <mark.probst@gmail.com>
8211         * profiler.c (simple_shutdown): Don't call mono_thread_attach() on
8212         Win32.  Should fix #432388 for most cases until we have the new
8213         profiler on Win32.
8215 2008-10-08  Zoltan Varga  <vargaz@gmail.com>
8217         * metadata.c (mono_metadata_generic_context_hash): Call generic_inst_hash
8218         instead of using inst->id so the hash is stable for AOT.
8220 2008-10-07 Gonzalo Paniagua Javier <gonzalo@novell.com>
8222         * appdomain.c:
8223         * icall.c: create a .ini file for shadow-copied assemblies that
8224         contains the location of the original assembly. Use this to return the
8225         proper CodeBase for shadow-copied assemblies. Fixes bug #323606.
8226         Also fix the number of '/' for windows when returning the CodeBase.
8227         Fixes bug #430920.
8229 2008-10-07  Bill Holmes  <billholmes54@gmail.com>
8231         * marshal.c (cominterop_get_ccw) : Fixing a copy paste error from r115126.
8233         Code is contributed under MIT/X11 license.
8235 2008-10-07  Bill Holmes  <billholmes54@gmail.com>
8237         * marshal.c (cominterop_get_native_wrapper) : Adding a call to mono_class_setup_vtable
8238           if if the class vtable needs initialized.
8240         Code is contributed under MIT/X11 license.
8242 2008-10-07  Bill Holmes  <billholmes54@gmail.com>
8244         * marshal.c (cominterop_get_native_wrapper_adjusted, cominterop_get_ccw) : 
8245           Adding default MonoMarshalSpecs for COM methods.  OBJECT->STRUCT,
8246           STRING->BSTR, and CLASS->INTERFACE.
8248         Code is contributed under MIT/X11 license.
8250 2008-10-07  Marek Habersack  <mhabersack@novell.com>
8252         * sysmath.h: changed the declaration of the
8253         ves_icall_System_Math_Round2 icall by adding an extra
8254         away_from_zero parameter.
8256         * sysmath.c (ves_icall_System_Math_Round2): added support for
8257         away from zero rounding. The icall now takes an extra boolean
8258         parameter to signal that away from zero operation is requested.
8260 2008-10-06  Zoltan Varga  <vargaz@gmail.com>
8262         * marshal.c (mono_marshal_get_delegate_begin_invoke): Put the wrapper in
8263         the delegate klass so it can work with full-aot.
8264         (mono_marshal_get_delegate_end_invoke): Ditto.
8265         (mono_marshal_get_delegate_invoke): Ditto.
8267 Mon Oct 6 16:10:02 CEST 2008 Paolo Molaro <lupus@ximian.com>
8269         * gc.c, attach.h, attach.c: remove a bad pattern:
8270         add_finalizer_callback () is not implemented correctly, it can't
8271         without adding more overhead to the finalizer loop and it's not
8272         even needed, since we know exactly what we need to call, so there is
8273         no need to do so through an expensive function pointer.
8275 2008-10-04  Zoltan Varga  <vargaz@gmail.com>
8277         * gc.c: Define a dummy version of mono_gc_add_finalizer_thread_callback ()
8278         for the no-gc case.
8279         * attach.c (mono_attach_init): Remove the #ifdef.
8281 2008-10-04  Andreas Färber  <andreas.faerber@web.de>
8283         * attach.c (mono_attach_init): Don't use
8284         mono_gc_add_finalizer_thread_callback when compiling without GC.
8285         Fixes #432306.
8286         
8287         Code is contributed under MIT/X11 license.
8289 2008-10-03  Zoltan Varga  <vargaz@gmail.com>
8291         * class.c (mono_class_create_from_typedef): Remove the 
8292         #ifndef DISABLE_SIMD stuff.
8294 2008-10-03  Rodrigo Kumpera  <rkumpera@novell.com>
8296         * class-internals.h (MonoClass): Added simd_type bit field.
8298         * class.c (mono_class_create_from_typedef): Check if type is a simd
8299         intrinsic.
8301 2008-10-03  Mark Probst  <mark.probst@gmail.com>
8303         * object.c (mono_method_add_generic_virtual_invocation): Only add
8304         instantiations to the thunk whose count is at least as large as
8305         the threshold.
8307 2008-10-02 Gonzalo Paniagua Javier <gonzalo@novell.com>
8309         * icall.c: changed the Type of the exception thrown when trying to
8310         invoke a constructor on an abstract class. Part of the fix for bug
8311         #324185.
8313 2008-10-02  Mark Probst  <mark.probst@gmail.com>
8315         * class.c, class-internals.h (mono_method_get_vtable_index): New
8316         function which returns the index into the vtable and properly
8317         handles inflated virtual generic methods.
8319 2008-10-01  Mark Probst  <mark.probst@gmail.com>
8321         * object.c, domain.c, object-internals.h, domain-internals.h:
8322         Generalize IMT thunk machinery to also handle thunks for virtual
8323         generic method invokes.  When a virtual generic method is invoked
8324         more than a number of times we insert it into the thunk so that it
8325         can be called without lookup in unmanaged code.
8327         * generic-sharing.c, class-internals.h: Fetching a
8328         MonoGenericInst* for a method from an (M)RGCTX.
8330 2008-10-01  Zoltan Varga  <vargaz@gmail.com>
8332         * marshal.c (emit_marshal_string): Applied a variant of a patch by
8333         tom hindle <tom_hindle@sil.org>. Fix byref native-to-managed string
8334         marshalling. Fixes #431304.
8336 2008-10-01  Bill Holmes  <billholmes54@gmail.com>
8338         * marshal.c (emit_marshal_variant) : Change the attribute checks to 
8339           handle when ref is specified without In or Out.
8341         Code is contributed under MIT/X11 license.
8343 2008-09-30  Mark Probst  <mark.probst@gmail.com>
8345         * loader.c (mono_get_method_constrained): Don't expand method with
8346         the class's context, because it's already a method of that class.
8348 2008-09-30  Atsushi Enomoto  <atsushi@ximian.com>
8350         * attach.c : should be correct build fix.
8352 2008-09-29  Zoltan Varga  <vargaz@gmail.com>
8354         * attach.c: Fix the previous change.
8356 2008-09-29  Atsushi Enomoto  <atsushi@ximian.com>
8358         * attach.c : quick w32 build fix.
8360 2008-09-27  Miguel de Icaza  <miguel@novell.com>
8362         * Turn off MONO_GENERIC_SHARING=all and go back to corlib as it
8363         crashes MonoDevelop: #430455.
8365 2008-09-27  Zoltan Varga  <vargaz@gmail.com>
8367         * domain-internals.h (struct _MonoDomain): Move most fields used only by
8368         the JIT do MonoJitDomainInfo in ../mini/mini.h.
8370         * domain.c: Remove initialization/cleanup of the removed fields.
8372 2008-09-27  Mark Probst  <mark.probst@gmail.com>
8374         * class.c (mono_class_generic_sharing_enabled): Enable generic
8375         code sharing for PPC.
8377 2008-09-26  Bill Holmes  <billholmes54@gmail.com>
8379         * attach.c : Fixing the Windows builds.
8381         Code is contributed under MIT/X11 license.
8383 2008-09-25  Zoltan Varga  <vargaz@gmail.com>
8385         * class.c (mono_class_generic_sharing_enabled): Experimentally change 
8386         the default generic sharing mode to 'all'.
8388 2008-09-25  Mark Probst  <mark.probst@gmail.com>
8390         * generic-sharing.c, class-internals.h: New function for checking
8391         whether a method needs a static RGCTX invoke wrapper.  A few
8392         funtions moved from mini/generic-sharing.c.
8394         * icall.c: New function used.
8396 2008-09-25  Mark Probst  <mark.probst@gmail.com>
8398         * icall.c (ves_icall_System_Delegate_CreateDelegate_internal):
8399         Static RGCTX invoke wrapping applies to value type methods, too.
8401         * class.c (mono_class_setup_vtable_general): In generic-shared
8402         value types, wrap methods with a static RGCTX invoke wrapper.
8404 2008-09-25  Zoltan Varga  <vargaz@gmail.com>
8406         * attach.c (ipc_connect): Use AF_UNIX instead of AF_FILE to fix the
8407         osx build.
8409 2008-09-24  Zoltan Varga  <vargaz@gmail.com>
8411         * gc.c (mono_gc_add_finalizer_thread_callback): New function to
8412         register a callback which is called when the finalizer thread is woken
8413         up.
8414         (finalizer_thread): Call the callback if it exists.
8416         * attach.h attach.c: New files, implementing the attach mechanism.
8418         * appdomain.c: Init/cleanup the attach mechanism on startup/shutdown.
8419         
8420         * object.c (mono_object_get_virtual_method): Fix an assertion introduced
8421         by the previous change.
8423 Tue Sep 23 15:24:03 CEST 2008 Paolo Molaro <lupus@ximian.com>
8425         * class.c, domain-internals.h, domain.c, generic-sharing.c, image.c,
8426         loader.c, marshal.c, metadata-internals.h, metadata.c,
8427         method-builder.c, object.c, reflection.c: introduced specific functions
8428         to allocate from the domain and image mempools and cleaned up most of
8429         the code to use them (still missing a few in reflection.c).
8430         Keep the loader bytes counter updated.
8432 Mon Sep 22 17:33:12 CEST 2008 Paolo Molaro <lupus@ximian.com>
8434         * domain.c, monitor.c, boehm-gc.c, gc.c: update some of the GC and
8435         loader-related counters.
8437 Mon Sep 22 17:29:54 CEST 2008 Paolo Molaro <lupus@ximian.com>
8439         * mono-perfcounters-def.h, mono-perfcounters.c, class-internals.h:
8440         added more MS-compatible counters.
8442 2008-09-22  Zoltan Varga  <vargaz@gmail.com>
8444         * class.c (mono_class_setup_fields): Call setup_fields before accessing
8445         class->blittable. Fixes #428217.
8447 2008-09-21  Zoltan Varga  <vargaz@gmail.com>
8449         * reflection.c (mono_image_get_field_on_inst_token): Call 
8450         field_encode_signature () since that handles custom modifiers too.
8451         Fixes #424663.
8453 2008-09-20  Zoltan Varga  <vargaz@gmail.com>
8455         * reflection.c (add_custom_modifiers): New helper function to merge custom
8456         modifiers stored in objects to a MonoType.
8457         (fieldref_encode_signature): Encode custom modifiers.
8458         (mono_image_get_generic_field_token): Call add_custom_modifiers ().
8459         (fieldbuilder_to_mono_class_field): Ditto. Fixes #424663.
8461 2008-09-19  Kornél Pál  <kornelpal@gmail.com>
8463         * coree.c (_CorValidateImage): Some 64-bit IL only images have entry point
8464         calling _CorDllMain imported from mscoree.dll. Set entry point RVA to 0 for
8465         64-bit IL only images because imports are not resolved for IL only images.
8466         Special thanks to Bill Holmes for finding this bug and testing the patch.
8467         Also fail for 64-bit images marked as CLI_FLAGS_32BITREQUIRED.
8469         Contributed under MIT/X11 license.
8471 2008-09-19  Miguel de Icaza  <miguel@novell.com>
8473         * mono-config.c (dllmap_start): Add support for the bits keyword
8474         on dllentry and dllmap to easily detect 32 vs 64 bit systems.
8476 2008-09-19  Mark Probst  <mark.probst@gmail.com>
8478         * reflection.c (inflate_mono_method): When the class the method is
8479         to be inflated for is itself not inflated, just return the method.
8481 Fri Sep 19 11:51:36 CEST 2008 Paolo Molaro <lupus@ximian.com>
8483         * mono-perfcounters.c: use more user friendly process instance names.
8485 2008-09-18  Bill Holmes  <billholmes54@gmail.com>
8487         * marshal.c (emit_marshal_variant) : Change the attribute checks to 
8488           handle "[in] ref" and "[in][out] ref" cases.
8490         * marshal.c (cominterop_get_ccw) : The wrong signature was being passed
8491           to mono_mb_create_method.  This was causing problems calling native to
8492           managed passing Variants by value.
8494         Code is contributed under MIT/X11 license.
8496 2008-09-18  Zoltan Varga  <vargaz@gmail.com>
8498         * class.c (can_access_internals): Call mono_assembly_load_friends ()
8499         before accessing the friend_assembly_names field.
8501         * assembly.c (mono_assembly_load_friends): Make this callable multiple
8502         times.
8503         (mono_assembly_load_from_full): Avoid calling load_friends (), it is
8504         called lazily when it is needed.
8506         * metadata-internals.h (struct _MonoAssembly): Add 
8507         'friend_assembly_names_inited' flag.
8509 Thu Sep 18 18:18:47 CEST 2008 Paolo Molaro <lupus@ximian.com>
8511         * mono-perfcounters-def.h: fix the types of a few counters.
8512         * mono-perfcounters.c: implemented the instance names getter
8513         and a few bugfixes.
8515 2008-09-18  Atsushi Enomoot  <atsushi@ximian.com>
8517         * culture-info-table.h : regenerated.
8519 2008-09-17  Robert Jordan  <robertj@gmx.net>
8521         * marshal.c (mono_marshal_get_ldflda_wrapper): Add support for
8522         context bound objects. Fixes #415577.
8524         Code is contributed under MIT/X11 license.
8526 Tue Sep 16 21:03:58 CEST 2008 Paolo Molaro <lupus@ximian.com>
8528         * icall-def.h, threads-types.h, threads.c: fixed SpinWait()
8529         implementation (bug #423582).
8531 2008-09-16  Zoltan Varga  <vargaz@gmail.com>
8533         * object.c (mono_object_get_virtual_method): Handle the case method->slot
8534         is not set. Fixes #426309.
8536 2008-09-16  Jb Evain  <jbevain@novell.com>
8538         * class.c (mono_class_from_name): fix the exported type look up
8539         when the type is defined in a referenced assembly.
8541 2008-09-16  Jb Evain  <jbevain@novell.com>
8543         * reflection.c (mono_image_fill_export_table_from_type_forwarders):
8544         increment the next index counter on each iteration to make that work
8545         for more than one type forwarder. Unmanaged part to fix #422929.
8547 2008-09-15  Mark Probst  <mark.probst@gmail.com>
8549         * object-internals.h: enum ComInterfaceType in
8550         MonoInterfaceTypeAttribute is guint32, not guint16.
8552 2008-09-12  Mark Probst  <mark.probst@gmail.com>
8554         * cil-coff.h, image.c, reflection.c: Endianness fixes in image
8555         writing code.
8557 2008-09-11  Mark Probst  <mark.probst@gmail.com>
8559         * icall.c: Boolean arguments to a runtime invoke are MonoBoolean,
8560         not gboolean.
8562 2008-09-11  Mark Probst  <mark.probst@gmail.com>
8564         * debug-mono-symfile.c (mono_debug_symfile_lookup_location):
8565         Endianness fixes for MonoSymbolFileOffsetTable.
8567 2008-09-10  Bill Holmes  <billholmes54@gmail.com>
8569         * process.c (complete_path) : Removing quotes from the 
8570           input path.  The glib file routines do not handle file paths
8571           that have quotes around them.
8573         Code is contributed under MIT/X11 license.
8575 2008-09-10  Bill Holmes  <billholmes54@gmail.com>
8577         * socket-io.h : Adding a comment to provide locations where 
8578           changes to MonoSocketAsyncResult need to be synced.
8580         Code is contributed under MIT/X11 license.
8582 2008-09-10  Zoltan Varga  <vargaz@gmail.com>
8584         * marshal.c (emit_marshal_custom): Call NativeToManaged for non-out 
8585         parameters as well. Fixes #425001.
8587 2008-09-08  Miguel de Icaza  <miguel@novell.com>
8589         * console-io.c (ves_icall_System_ConsoleDriver_TtySetup): Fix
8590         windows build.
8592 2008-09-07  Miguel de Icaza  <miguel@novell.com>
8594         * console-io.c: Add support for tracking the window size if it
8595         changes.
8597         The setup is very simple: the TtySetup function will now return a
8598         pointer to a location in memory that tracks the current console
8599         size.  The managed code checks its current value every time its
8600         queried against the last value set, and updates accordingly.
8602         With this setup we can work with multiple consoles, and we do not
8603         require to poke into managed code from a signal handler.
8605         Additionally, the environment for COLUMNS and LINES is now handled
8606         in unmanaged code.
8608         (ves_icall_System_ConsoleDriver_GetTtySize): This is now gone.
8610 2008-09-07  Mark Probst  <mark.probst@gmail.com>
8612         * marshal.c (mono_type_native_stack_size): Treat
8613         MONO_TYPE_TYPEDBYREF like MONO_TYPE_VALUETYPE.
8615 2008-09-04  Jb Evain  <jbevain@novell.com>
8617         * class.c (mono_class_is_assignable_from): fix assignability of nullables
8618         to nullables.
8620 2008-09-03 Rodrigo Kumpera  <rkumpera@novell.com>
8622         * verify.c (verify_type_compatibility_full): Revert change
8623         to allow converting a native int to unmanaged pointer be verifiable
8624         under non-strict mode.
8625         It turns out that "(IntPtr)null" is indeed unverifiable, go figure.
8627         * verify.c: Added some TODOs.
8629 2008-09-02  Bill Holmes  <billholmes54@gmail.com>
8631         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalAnsi,
8632           ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalUni) :
8633           Changed to use GlobalAlloc for the memory returned on Windows platforms.
8635         Code is contributed under MIT/X11 license.
8637 2008-09-02  Jb Evain  <jbevain@novell.com>
8639         * object.c (mono_ldstr_metdata_sig): renamed to mono_ldstr_metadata_sig.
8641 2008-09-02 Rodrigo Kumpera  <rkumpera@novell.com>
8643         reflection.c (typebuilder_setup_fields): Handle classes with
8644         explicit size.
8646 2008-09-01 Rodrigo Kumpera  <rkumpera@novell.com>
8648         class.c (mono_class_setup_events): Add memory barrier due to
8649         double checked locking.
8650         
8651         class.c (mono_class_setup_properties): Same.
8653 2008-08-31  Zoltan Varga  <vargaz@gmail.com>
8655         * class.c (mono_class_is_assignable_from): Fix the build.
8656         
8657         * class.c (mono_class_is_assignable_from): Call mono_class_setup_vtable ()
8658         before accessing klass->interface_bitmap. Fixes #421744.
8660 2008-08-28  Zoltan Varga  <vargaz@gmail.com>
8662         * appdomain.c (mono_runtime_set_no_exec): New internal function setting
8663         the runtime into no-exec mode, useful when running the AOT compiler.
8665         * appdomain.c gc.c object.c: Avoid executing managed code when running
8666         in no-exec mode.
8667         
8668         * rawbuffer.c (mono_raw_buffer_load_mmap): Disable this on the iphone.
8670         * reflection.c (_mono_reflection_get_type_from_info): Handle the 
8671         special case when the mono_assembly_loaded () returns NULL because the 
8672         search hook is not installed.
8674 2008-08-25  Zoltan Varga  <vargaz@gmail.com>
8676         * marshal.c: Applied patch from tom hindle (tom_hindle@sil.org) to fix
8677         crashes in bstr marshalling on linux.
8679 2008-08-24  Zoltan Varga  <vargaz@gmail.com>
8681         * debug-helpers.c (mono_type_get_desc): Fix printing of generic instances
8682         with more than one parameter.
8684 2008-08-24  Miguel de Icaza  <miguel@novell.com>
8686         * console-io.c (ves_icall_System_ConsoleDriver_TtySetup): Disable
8687         start/stop flow control as well when turning off ICANON (allows
8688         C-s and C-q to be read by Console.ReadKey).
8690 2008-08-24  Zoltan Varga  <vargaz@gmail.com>
8692         * class.c (mono_class_init): Move the initialization of nested classes
8693         into mono_class_get_nested_types (). Fixes #418433.
8695         * class-internals.h (struct _MonoClass): Add a new 'nested_classes_inited'
8696         flag.
8698         * class.c reflection.c icall.c: Use mono_class_get_nested_types () for 
8699         iterating tough the nested classes of a class.
8701 2008-08-23  Zoltan Varga  <vargaz@gmail.com>
8703         * class.c (mono_class_generic_sharing_enabled): Enable generic sharing
8704         on arm.
8706 2008-08-22  Miguel de Icaza  <miguel@novell.com>
8708         * console-io.c (sigcont_handler): Support signal chaining for
8709         SIGCONT.
8711         (console_set_signal_handlers): Use best practices with sigaction,
8712         clear the structure before using it. 
8714 2008-08-22  Robert Jordan  <robertj@gmx.net>
8716         * console-io.c (ves_icall_System_ConsoleDriver_TtySetup):
8717         Fix the Windows build.
8719 2008-08-22  Zoltan Varga  <vargaz@gmail.com>
8721         * class.c (mono_class_generic_sharing_enabled): Make the default
8722         sharing mode 'corlib'.
8724 2008-08-21  Zoltan Varga  <vargaz@gmail.com>
8726         * console-io.c (console_set_signal_handlers): Fix a warning.
8728         * marshal.c (mono_marshal_get_synchronized_wrapper): Call the wrapper
8729         method normally, the JIT will take care of avoiding recursion.
8731 2008-08-20  Bill Holmes  <billholmes54@gmail.com>
8733         * console-io.c : Fixing builds for platforms that do not have <termios.h>.
8735         Code is contributed under MIT/X11 license.
8737 2008-08-20  Miguel de Icaza  <miguel@novell.com>
8739         * console-io.c (sigcont_handler): We need to restore the entire
8740         termios state, not only the original settings, as things like echo
8741         can be controlled after this (Booish exposes this issue with its
8742         own ReadLine implementation).
8744         Additionally, we need to set the terminal back into keypad_xmit
8745         mode.
8746         
8747         (ves_icall_System_ConsoleDriver_TtySetup): Take the keypad xmit
8748         string as a paramter as well.   Otherwise we get different
8749         keyboard sequences.
8751 2008-08-20  Zoltan Varga  <vargaz@gmail.com>
8753         * marshal.c (emit_marshal_object): Avoid managed-to-native marshalling of
8754         delegates with byref out parameter passing. Fixes #351520.
8756         * debug-helpers.c (mono_context_get_desc): New helper function to stringify
8757         a generic context.
8758         (mono_type_get_desc): Add the type arguments for GENERICINST.
8759         (mono_method_full_name): Stringify the class name using mono_type_full_name
8760         so it picks up generic arguments.
8762 2008-08-19  Gert Driesen  <drieseng@users.sourceforge.net>
8764         * console-io.c: Removed debug output.
8766 2008-08-19 Rodrigo Kumpera  <rkumpera@novell.com>
8768         reflection.c (mono_reflection_create_runtime_class): Alloc
8769         the nested classes linked list using the dynamic image mempool.
8770         Fixes leak in corlib compilation.
8772 2008-08-19  Miguel de Icaza  <miguel@novell.com>
8774         * console-io.c: Fix incredibly annoying behavior on the console
8775         after resuming execution after control-z.   This affected every
8776         console application.
8778 2008-08-18 Rodrigo Kumpera  <rkumpera@novell.com>
8780         * mempool-internals.h: Header for mono private mempool functions. The first
8781         two function are for allocating glib linked lists using pools.
8783         * mempool.c: Added g_list_prepend_mempool and g_slist_prepend_mempool.
8785         * Makefile.am: Added mempool-internals.h.
8787 2008-08-16  Zoltan Varga  <vargaz@gmail.com>
8789         * domain.c (mono_domain_create): Call the JIT domain hook if installed.
8790         (mono_domain_free): Ditto.
8792         * domain-internals.h (struct _MonoDomain): Add 'runtime_info' field, this could
8793         be used by the JIT to store its domain-specific information, instead of putting
8794         it directly into MonoDomain.
8796         * domain.c (mono_install_create_domain_hook): New helper function to install
8797         a hook which initializes domain->runtime_info.
8799         * domain.c (mono_install_free_domain_hook): Ditto.
8800         
8801 2008-08-15  Zoltan Varga  <vargaz@gmail.com>
8803         * marshal.c (mono_delegate_end_invoke): Raise an exception instead of
8804         asserting if the ares parameter is null.
8806         * mono-perfcounters.c: Fix warnings.
8808         * marshal.c (mono_marshal_get_delegate_begin_invoke): Don't set save_lmf, it
8809         is not needed, don't check for interruptions either.
8810         (mono_marshal_get_delegate_end_invoke): Ditto.
8812 2008-08-15  Marek Habersack  <mhabersack@novell.com>
8814         * mono-perfcounters.c (predef_readonly_counter): added support for
8815         reading the ASP.NET Requests Queued counter from another process.
8817 2008-08-12  Zoltan Varga  <vargaz@gmail.com>
8819         * metadata-internals.h: Move the 'aot_module' field from MonoAssembly to
8820         MonoImage to simplify the AOT code.
8822 2008-08-10  Zoltan Varga  <vargaz@gmail.com>
8824         * marshal.c (emit_marshal_object): Implement native-to-managed StringBuilder
8825         marshalling. Fixes #416078.
8827 2008-08-08  Zoltan Varga  <vargaz@gmail.com>
8828         
8829         * marshal.c (mono_marshal_get_native_wrapper): Add an 'aot' argument, when
8830         it is set, looking up the icall address is deferred to the JIT, since 
8831         in embedded scenarios, the icall might not be registered in the runtime
8832         doing the AOT compilation. Backported from the 2.0 branch.
8834 2008-08-08  Zoltan Varga  <vargaz@gmail.com>
8836         * marshal.c (mono_remoting_wrapper): Handle nullable types correctly.
8837         Fixes #415621.
8839 2008-08-05  Marek Habersack  <mhabersack@novell.com>
8841         * Makefile.am: added support for cross-compilation.
8843 2008-08-04  Zoltan Varga  <vargaz@gmail.com>
8845         * socket-io.c (get_socket_assembly): Make 'moonlight' variable static.
8847 Fri Aug 1 18:47:48 CEST 2008 Paolo Molaro <lupus@ximian.com>
8849         * mono-perfcounters.c: jitted methods and jitted bytes counters.
8851 Fri Aug 1 16:07:09 CEST 2008 Paolo Molaro <lupus@ximian.com>
8853         * class-internals.h, icall-def.h, mono-perfcounters-def.h,
8854         mono-perfcounters.c: performance counters implementation.
8856 2008-07-31  Zoltan Varga  <vargaz@gmail.com>
8858         * metadata-internals.h (struct _MonoAssembly): Change the type of 'aot_module'
8859         to gpointer, letting the AOT code decide what to store in it.
8861 2008-07-31  Bill Holmes  <billholmes54@gmail.com>
8863         * marshal.c (cominterop_get_native_wrapper) : Adding a call to 
8864           mono_class_setup_methods if the methods are not initialized.
8866         Code is contributed under MIT/X11 license.
8868 2008-07-30 Rodrigo Kumpera  <rkumpera@novell.com>
8870         * verify.c: Remove some debug code I commited by accident.
8872         * verify.c (mono_method_is_valid_in_context): Change the return value
8873         to make possible to distinguish between invalid and unverifiable.
8875         * verify.c (verifier_load_method): Don't return NULL for unverifiable
8876         methods.
8878 2008-07-30 Rodrigo Kumpera  <rkumpera@novell.com>
8880         * verify.c (mono_generic_param_is_constraint_compatible): Inflate type
8881         constraints. Fixes regression in gtest-253.
8883 2008-07-30 Rodrigo Kumpera  <rkumpera@novell.com>
8885         * verify.c (mono_verifier_verify_class): Don't allow generic types
8886         with explicit layout.
8888         * verify.c (mono_method_verify): Check locals and argument types.
8890 2008-07-29  Zoltan Varga  <vargaz@gmail.com>
8892         * monitor.c (mono_monitor_try_enter_internal): Allow nterruption of the
8893         wait if the thread is in StopRequested state.
8895         * class.c (mono_class_from_name): Refactor the module searching code into
8896         a separate function so it can be reused in the AOT case too.
8898 2008-07-28 Rodrigo Kumpera  <rkumpera@novell.com>
8900         * verify.c (mono_type_is_valid_in_context): Improve the error message.
8901         Check both the type and it's generic type definition for loader errors.
8902         
8903         * verify.c (mono_method_is_valid_in_context): Don't generate another
8904         error when a type errors occur, this leads to the wrong exception been
8905         thrown.
8907 2008-07-28  Dick Porter  <dick@ximian.com>
8909         * icall-def.h
8910         * process.c
8911         (ves_icall_System_Diagnostics_Process_ProcessHandle_duplicate):
8912         New internal calls to duplicate and close a process handle.
8914 2008-07-27  Andreas Färber  <andreas.faerber@web.de>
8916         * object.c (CHECK_ADD_OVERFLOW_UN): Add missing bracket. Fixes #412499.
8918 2008-07-27  Zoltan Varga  <vargaz@gmail.com>
8920         * appdomain.c (unload_thread_main): Attach the unload thread to the runtime.
8922 2008-07-27  Robert Jordan  <robertj@gmx.net>
8924         * class.c (mono_class_init): Don't compute class.has_finalize for
8925         valuetypes. Fixes #412477.
8927 2008-07-25 Rodrigo Kumpera  <rkumpera@novell.com>
8929         * verify.c: Implement constraint equivalence checking.
8930         This is required when a generic parameter is used as
8931         argument to a constrained one.
8933         Fixes #410637.
8935 2008-07-24  Zoltan Varga  <vargaz@gmail.com>
8937         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
8939         * domain-internals.h (struct _MonoDomain): Add 'method_code_hash' field.
8941         * object-internals.h (struct _MonoDelegate): Add 'method_code' field,
8942         synch with managed object layout.
8944 2008-07-24 Rodrigo Kumpera  <rkumpera@novell.com>
8946         * verify.c (do_branch_op): Handle valuetypes and generic
8947         arguments properly.
8949         * verify.c (do_cmp_op): Same.
8951         Fixes #410383.
8953 2008-07-24  Mark Probst  <mark.probst@gmail.com>
8955         * generic-sharing.c: Fix memory leaks.
8957         * class.c, class-internals.h: Make
8958         mono_class_inflate_generic_type_with_mempool() non-static.
8960 2008-07-24 Rodrigo Kumpera  <rkumpera@novell.com>
8962         * pedump.c (dump_verify_info): Dump full class name.
8964 2008-07-24  Mark Probst  <mark.probst@gmail.com>
8966         * generic-sharing.c: Removed some old code that didn't do anything.
8968 2008-07-24  Massimiliano Mantione  <massi@ximian.com>
8969         * profiler.c: Added runtime_initialized_event,
8970         mono_profiler_install_runtime_initialized and
8971         mono_profiler_runtime_initialized. This new hook tells the profiler
8972         when the runtime is sufficiently initialized to be able to call
8973         mono_thread_attach on the root appdomain.
8974         * profiler.h, profiler-private.h: Likewise.
8976 2008-07-23 Rodrigo Kumpera  <rkumpera@novell.com>
8978         * verify.c (do_cast): Do boxing for generic arguments as well.
8980         * class.c (is_nesting_type): Drop generic instantiations before
8981         checking for nesting.
8983         * class.c (can_access_instantiation): Allow access to generic
8984         arguments.
8986 2008-07-23 Rodrigo Kumpera  <rkumpera@novell.com>
8988         * verify.c (verify_class_for_overlapping_reference_fields):
8989         On some cases, the field size might be zero, guard against that.
8990         Fix the explicit layout check to work as expected.
8992 2008-07-23  Zoltan Varga  <vargaz@gmail.com>
8994         * threads.c (ves_icall_System_Threading_Thread_Abort): Avoid calling 
8995         mono_thread_resume () during shutdown, since the thread we want to abort
8996         might be suspended.
8998 2008-07-22  Zoltan Varga  <vargaz@gmail.com>
9000         * mono-debug-debugger.c (mono_debugger_check_breakpoints): Fix a 
9001         warning.
9003         * debug-mono-symfile.c: Fix a warning.
9005         * mono-perfcounters.c (get_cpu_times): Fix a warning.
9007         * object.c (mono_class_vtable): Check if exception_type is set, and return
9008         NULL as defined by the function comments.
9010 2008-07-22  Mark Probst  <mark.probst@gmail.com>
9012         * mempool.c: Use malloc for every single mempool allocation if the
9013         configure option is set.  This makes it easier to track mempool
9014         allocations with tools like Valgrind.
9016 2008-07-22  Jb Evain  <jbevain@novell.com>
9018         * reflection.c (create_dynamic_mono_image): emit the same
9019         metadata version that SL2 does when creating a SL2 image.
9021 2008-07-21 Rodrigo Kumpera  <rkumpera@novell.com>
9023         * icall-def.h:
9024         * icall.c: New icall System.Enum:get_hashcode. This function
9025         avoids the overhead of boxing the enum to the underlying type.
9027 2008-07-21  Mark Probst  <mark.probst@gmail.com>
9029         * reflection.c (mono_method_get_object): Don't let static RGCTX
9030         invoke wrappers get into MonoReflectionMethods.
9032 2008-07-17 Rodrigo Kumpera  <rkumpera@novell.com>
9034         * object-internals.h:
9035         * object.c: New mono_runtime_class_init_full function
9036         that makes throwing the exception optinal.
9038         * class-internals.h: New exception type MONO_EXCEPTION_OBJECT_SUPPLIED
9039         for the case where the exception object is supplied.
9041 2008-07-16  Kornél Pál  <kornelpal@gmail.com>
9043         * coree.h: Define __ImageBase as _image_base__ on cygwin that fixes build with
9044         old ld versions.
9046         Contributed under MIT/X11 license.
9048 2008-07-16 Rodrigo Kumpera  <rkumpera@novell.com>
9050         * string-icalls.c (ves_icall_System_String_InternalSplit):
9051         Optimize array allocation by caching the MonoClass of the
9052         array type.
9054         * icall.c (ves_icall_Type_GetMethodsByName): Same.
9056         * reflection.c (mono_param_get_objects): Same.
9058 2008-07-16 Rodrigo Kumpera  <rkumpera@novell.com>
9060         * icall-def.h:
9061         * icall.c: New ves_icall_MonoGenericClass_InflateType icall.
9062         It inflates the given type using the class context.
9064 2008-07-15 Rodrigo Kumpera  <rkumpera@novell.com>
9066         * object.c (mono_class_try_get_vtable): New function. Tries to fetch
9067         the vtable if it already exists.
9069         * object-internals.h: Add mono_class_try_get_vtable as part of the
9070         internal API.
9072         * reflection.c (mono_type_get_object): Use the MonoObject from the
9073         vtable when possible. Reduces locking contention on reflection heavy
9074         code.
9076 2008-07-15  Zoltan Varga  <vargaz@gmail.com>
9078         * decimal.c (my_g_bit_nth_msf): Implement this directly without calling
9079         g_bit_nth_msf () since that macro is not implemented in eglib.
9081 2008-07-13  Zoltan Varga  <vargaz@gmail.com>
9083         * class.c (mono_class_generic_sharing_enabled): Always disable generic sharing
9084         on platforms which do not support it.
9086 2008-07-12  Zoltan Varga  <vargaz@gmail.com>
9088         * marshal.c (mono_signature_to_name): Encode sig->hasthis as well.
9090 2008-07-11  Martin Baulig  <martin@ximian.com>
9092         * mono-debug-debugger.h
9093         (MonoDebuggerEvent): Add `MONO_DEBUGGER_EVENT_INTERRUPTION_REQUEST'.
9095         * mono-debug-debugger.c
9096         (_mono_debugger_interruption_request): New global volatile variable.
9097         (mono_debugger_check_interruption): New public function.
9099         * threads.c
9100         (mono_thread_current_check_pending_interrupt): Call
9101         mono_debugger_check_interruption().
9102         (mono_thread_interruption_checkpoint_request): Likewise.
9104 2008-07-11 Rodrigo Kumpera  <rkumpera@novell.com>
9106         * verify.c: Add more type checks for loaded types. Verify the result
9107         handle from ldtoken.
9109 2008-07-11 Rodrigo Kumpera  <rkumpera@novell.com>
9111         * loader.c (field_from_memberref): Don't crash if the field
9112         wasn't found.
9114 2008-07-11 Rodrigo Kumpera  <rkumpera@novell.com>
9116         * verify.c: Verify if type and method instantiations
9117         don't have invalid VAR or MVAR arguments.
9119 2008-07-11 Rodrigo Kumpera  <rkumpera@novell.com>
9121         * verify.c: Fix double free of function pointer list.
9123 2008-07-11 Rodrigo Kumpera  <rkumpera@novell.com>
9125         * object.c (mono_string_to_utf8): Comment the new code as it
9126         breaks under eglib.
9128 2008-07-08 Rodrigo Kumpera  <rkumpera@novell.com>
9130         * object.c (mono_string_to_utf8): Avoid allocating a temp array.
9132 2008-07-07  Bill Holmes  <billholmes54@gmail.com>
9134         * threads.c : Thread.Interrupt changes to ensure that ThreadInterruptedException
9135           is not throw too many times.
9137         Code is contributed under MIT/X11 license.
9139 2008-07-07  Zoltan Varga  <vargaz@gmail.com>
9141         * mono-debug.c (mono_debug_find_method): Allow this to be called even when
9142         debugging is turned off.
9144 2008-07-06  Zoltan Varga  <vargaz@gmail.com>
9146         * generic-sharing.c (mono_method_lookup_rgctx): Fix a warning.
9148 2008-07-04  Mark Probst  <mark.probst@gmail.com>
9150         * class-internals.h, class.c: Added new generic sharing option:
9151         Share only stuff in System.Collections.Generic, which is now the
9152         default.
9154 2008-07-04  Mark Probst  <mark.probst@gmail.com>
9156         * generic-sharing.c, class-internals.h: New function for getting a
9157         generic method in a generic class given the corresponding method
9158         for a different instantiation of the class.  Partly refactored
9159         from mini-trampolines.c.
9161         * class.c: Make sure generic methods have a class_inst if they are
9162         part of a generic class.
9164         * metadata.c (mono_type_stack_size_internal): Handle type
9165         variables.
9167 2008-07-04  Mark Probst  <mark.probst@gmail.com>
9169         * domain-internals.h: New field (has_this) in MonoGenericJitInfo.
9170         Signifies whether information on the this/vtable/mrgctx variable
9171         is available.
9173 2008-07-04  Mark Probst  <mark.probst@gmail.com>
9175         * object.c, object-internals.h, icall.c: New function
9176         mono_delegate_ctor_with_method(), which does the same as
9177         mono_delegate_ctor(), but takes an explicit method argument
9178         instead of taking the method from the jit info.
9180         * marshal.c: When creating a delegate with an inflated method take
9181         the "this" argument as the target class for the castclass.
9183 2008-07-03  Mark Probst  <mark.probst@gmail.com>
9185         * domain.c (mono_jit_info_table_find): Fixed a bug that caused
9186         mono_jit_info_table_find() to perform very badly in some cases.
9188 2008-07-02  Zoltan Varga  <vargaz@gmail.com>
9190         * icall.c (type_from_typename): Handle 'string'.
9192         * marshal.c (mono_marshal_get_runtime_invoke): Don't insert runtime invoke
9193         wrappers into the wrapper_hash, since the key is not a MonoMethod.
9195 2008-07-01  Zoltan Varga  <vargaz@gmail.com>
9197         * icall.c (mono_get_jit_icall_info): New function to return the jit icall hash table.
9199         * *-gc.c (mono_gc_get_managed_allocator_types): New function to return the
9200         number of available managed allocator types.
9202         * marshal.c (mono_marshal_init): Register Thread:ResetAbort as an icall ().
9203         (mono_marshal_get_runtime_invoke): Call ResetAbort as an icall.
9205 2008-06-30  Zoltan Varga  <vargaz@gmail.com>
9207         * domain-internals.h (struct _MonoDomain): Add 'jit_code_hash_lock' field,
9208         which is a low level lock protecting just the 'jit_code_hash' hash table.
9210         * domain.c: Initialize+cleanup jit_code_hash_lock.
9211         
9212 2008-06-30  Kornél Pál  <kornelpal@gmail.com>
9214         * coree.c (mono_load_coree): Set coree_module_handle global variable only
9215         after initialization.
9217         * coree.h: Make MonoFixupExe internal.
9219         Contributed under MIT/X11 license.
9221 2008-06-30  Kornél Pál  <kornelpal@gmail.com>
9223         * coree.c (_CorValidateImage): Retain IMAGE_DIRECTORY_ENTRY_SECURITY
9224         because that is platform independent. Check NumberOfRvaAndSizes in PE32
9225         as well.
9226         (MonoLoadImage): New wrapper function around LoadLibrary to ensure that the
9227         image being loaded is a CLI image and _CorValidateImage gets called.
9229         * coree.h: Add MonoLoadImage.
9231         * image.c (mono_image_open_full): Load CLI images using MonoLoadImage
9232         instead of LoadLibrary.
9234         Contributed under MIT/X11 license.
9236 2008-06-29 Rodrigo Kumpera  <rkumpera@novell.com>
9238         * icall.c (ves_icall_System_ValueType_Equals): Avoid allocating objects
9239         for any primitive type.
9241 2008-06-29  Zoltan Varga  <vargaz@gmail.com>
9243         * object.c (mono_array_new_specific): Optimize this and the other allocation
9244         functions a bit.
9245         
9246         * object.c (mono_class_create_runtime_vtable): Use typed allocation in other
9247         domains too if mono_dont_free_domains is set.
9249         * domain-internals.h (mono_dont_free_domains): New internal option controlling
9250         whenever to free appdomain data after it has been unloaded.
9252         * domain.c (mono_domain_free): Don't free appdomain data if the option is set.
9253         
9254 2008-06-28  Zoltan Varga  <vargaz@gmail.com>
9256         * icall.c (ves_icall_System_Enum_get_underlying_type): New icall.
9257         (mono_method_get_equivalent_method): Fix a warning.
9259         * object.c (mono_message_init): Avoid looking up array types for each call.
9261 2008-06-27  Zoltan Varga  <vargaz@gmail.com>
9263         * object.c (mono_message_invoke): Avoid looking up the object[] type for each
9264         call.
9266         * icall.c (ves_icall_System_ValueType_Equals): Optimize the comparison of enums
9267         even more.
9269         * class.c (mono_class_get_fields): Avoid calling setup_fields_locking () for
9270         each iteration.
9272         * icall.c (ves_icall_System_ValueType_Equals): Avoid traversing all the static
9273         fields of an enum.
9275 2008-06-26 Rodrigo Kumpera  <rkumpera@novell.com>
9277         * object.c (mono_value_box): Fix boxing of nullables.
9279 2008-06-26  Kornél Pál  <kornelpal@gmail.com>
9281         * assembly.c (mono_set_rootdir): Use __ImageBase instead of
9282         mono_module_handle that is defined by the linker; no initialization required.
9283         * coree.h: Remove mono_module_handle, add __ImageBase, update
9284         mono_image_open_from_module_handle.
9285         * coree.c (_CorValidateImage): Convert platform independent PE32 images to
9286         PE32+ on 64-bit Windows that makes the OS able to load CIL images as modules.
9287         (MonoFixupCorEE): Export Address Table RVAs are 32-bit unsigned integers so
9288         memory has to be allocated for trampolines (x64) or procedure labels (IA64) up
9289         to 4 GB away from image base address. IA64 version is not tested but was very
9290         easy to implement and should work if we ever need it.
9291         * domain.c (mono_init_internal): Avoid system error message boxes.
9292         * image.c (mono_image_open_from_module_handle): Replace ref_count argument
9293         with has_entry_point. Handle do_mono_image_load fauilre correctly.
9294         (mono_image_open_full, mono_image_close): Use has_entry_point instead of
9295         coff_attributes that is a more reliable way to detect if _CorDllMain was called.
9296         * metadata-internals.h: Add has_entry_point to _MonoImage on Windows.
9298         Contributed under MIT/X11 license.
9300 2008-06-25 Rodrigo Kumpera  <rkumpera@novell.com>
9302         * class.c, class-internals.h: Export mono_class_get_generic_type_definition
9303         as part of the private mono API.
9304         
9305         * loader.c (ves_icall_System_Reflection_MethodBase_GetMethodFromHandleInternalType):
9306         Do proper argument checking for methods that belong to generic classes.
9307         Do proper type resolution for GMFH/2.
9308         Fixes #377324.
9309         
9310 2008-06-25 Rodrigo Kumpera  <rkumpera@novell.com>
9312         * verify.c (do_switch): Fix a memory corruption bug with
9313         the jump index is out of bound.
9315 2008-06-25 Rodrigo Kumpera  <rkumpera@novell.com>
9317         * verify.c: Disable debug code.
9319 2008-06-25 Rodrigo Kumpera  <rkumpera@novell.com>
9321         * reflection.c (mono_image_get_methodbuilder_token): Use
9322         mono_image_get_methodspec_token_for_generic_method_definition
9323         instead of mono_image_get_memberref_token. We cache more memberef
9324         entries now.
9326 2008-06-24 Rodrigo Kumpera  <rkumpera@novell.com>
9328         * verify.c: Inflate exception clause types.
9329         Fixes #402606.
9330         
9331 2008-06-24 Rodrigo Kumpera  <rkumpera@novell.com>
9333         * reflection.c (mono_image_get_methodbuilder_token): Don't leak
9334         name.
9336         * reflection.c (mono_image_get_ctorbuilder_token): Same.
9338         * reflection.c (mono_image_create_method_token): Same.
9340 2008-06-24 Rodrigo Kumpera  <rkumpera@novell.com>
9342         * reflection.c: Added mono_image_get_methodref_token_for_methodbuilder.
9343         It does the same as mono_image_get_methodref_token but works on
9344         MethodBuilder.
9346         * reflection.c: Use mono_image_get_methodspec_token_for_generic_method_definition
9347         and always generate a methodspec. This follows the old behavior and fixes
9348         the regressions in System.Core. 
9350 2008-06-24  Zoltan Varga  <vargaz@gmail.com>
9352         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Collect exceptions for classes where 
9353         don't event mono_class_get () succeeds. Fixes #402182.
9355 2008-06-20 Rodrigo Kumpera  <rkumpera@novell.com>
9357         * metadata-internals.h: Added MonoDynamicImage::methodspec
9358         hashtable to store methodspec tokens created for MethodBuilders.
9360         * reflection.c (mono_image_get_methodbuilder_token): Encode generic
9361         MethodBuilders as open instantiations if a methodspec was requested.
9363         * reflection.c (fixup_method): Skip MethodBuilder with methodspec tokens.
9365         * reflection.c (create_dynamic_mono_image): Create the methodspec hashtable.
9367         * reflection.c (mono_dynamic_image_free): Release the methodspec hashtable.
9369         Fixes bug #349190.
9371 2008-06-20 Rodrigo Kumpera  <rkumpera@novell.com>
9373         * loader.c (method_from_methodspec): Avoid crashing if the
9374         method lookup fails.
9376 2008-06-20  Dick Porter  <dick@ximian.com>
9378         * socket-io.c (get_socket_assembly): Cope with Moonlight network
9379         classes being in a different assembly.  Fixes bug 399184.
9381 2008-06-20  Zoltan Varga  <vargaz@gmail.com>
9383         * loader.c (mono_loader_init): Make this callable multiple times.
9384         (mono_dllmap_insert): Call mono_loader_init () so this works even before
9385         the runtime is initialized. Fixes #401755.
9387 2008-06-19  Dick Porter  <dick@ximian.com>
9389         * socket-io.c (convert_socketflags): Ignore SocketFlags.Partial.
9390         Fixes bug 349688.
9392 2008-06-19  Dick Porter  <dick@ximian.com>
9394         * socket-io.c:
9395         * icall-def.h: Implement Socket generic Send() and Receive()
9396         methods.  Fixes bug 395168.
9398 2008-06-19  Kornél Pál  <kornelpal@gmail.com>
9400         * icall-def.h, icall.c: Add ves_icall_System_Reflection_Module_GetHINSTANCE.
9402         Contributed under MIT/X11 license.
9404 2008-06-18  Martin Baulig  <martin@ximian.com>
9406         * mono-debug.h (MONO_DEBUGGER_VERSION): Split into
9407         `MONO_DEBUGGER_MAJOR_VERSION' and `MONO_DEBUGGER_MINOR_VERSION';
9408         set to 80.0.  The debugger <-> runtime interface is now frozen as
9409         well.   
9411         * mono-debug.c
9412         (mono_debug_debugger_version): Bump to 4.
9414 2008-06-18  Martin Baulig  <martin@ximian.com>
9416         * debug-mono-symfile.c
9417         (load_symfile): Don't check the minor version.
9419         * debug-mono-symfile.h: Bump the version number to 50.0.
9421 2008-06-18  Martin Baulig  <martin@ximian.com>
9423         * debug-mono-symfile.c
9424         (load_symfile): Treat `MONO_SYMBOL_FILE_MINOR_VERSION' as a
9425         minimum required version.
9427 2008-06-17 Rodrigo Kumpera  <rkumpera@novell.com>
9429         * reflection.c (mono_custom_attrs_from_property): Fix support for
9430         retriveving cattrs of dynamic inflated generic types.
9432         * reflection.c (mono_custom_attrs_from_event): Same.
9434         * reflection.c (mono_custom_attrs_from_field): Same;
9436         * reflection.c (typebuilder_setup_events): Same cattrs of events.
9438         * loader.c (-mono_metadata_get_corresponding_field_from_generic_type_definition):
9439         Moved to metadata.c.
9441         * metadata.c: New functions to retrive the equivalent field, event
9442         of property from the generic type definition.
9444         * metadata-internals.h: Added new functions from metadata.c.
9446 2008-06-17 Rodrigo Kumpera  <rkumpera@novell.com>
9448         * reflection.c (mono_custom_attrs_from_builders): Mark MonoCustomAttrInfo
9449         to cached in a mempool is used.
9451         * metadata.c (free_generic_class): In some situations field generic_info type
9452         is not properly dup'ed and leads to double free'ing.
9454         Fixes #400643.
9456 2008-06-17  Mark Probst  <mark.probst@gmail.com>
9458         * marshal.c (mono_marshal_get_static_rgctx_invoke): Also handle
9459         this arguments (will be needed later for generic methods).
9460         Collect stats.
9462 2008-06-17  Mark Probst  <mark.probst@gmail.com>
9464         * icall.c (ves_icall_System_Delegate_CreateDelegate_internal):
9465         Create a static RGCTX invoke wrapper for methods which require it.
9467 2008-06-17  Mark Probst  <mark.probst@gmail.com>
9469         * object.c, class-internals.h: New function for checking whether
9470         an individual field is special static.
9472 2008-06-15  Zoltan Varga  <vargaz@gmail.com>
9474         * metadata.c (mono_metadata_get_generic_param_row): Use bsearch instead of
9475         linear search since the table is sorted.
9477         * gc.c (mono_gc_cleanup): Abort the finalizer thread more gracefully.
9478         Fixes #324180.
9480 2008-06-14  Zoltan Varga  <vargaz@gmail.com>
9482         * appdomain.c (unload_thread_main): Applied patch from Tim Howard 
9483         (timh@ict.om.org). Remove the timeouts when waiting for appdomains to unload.
9485         * gc.c (mono_domain_finalize): Allow an infinite timeout.
9487         * threads.c (mono_threads_abort_appdomain_threads): Ditto.
9488         
9489         * threads.c (mono_thread_request_interruption): Get rid of locking, use
9490         InterlockedCompareExchange to query and modify 
9491         thread->interruption_requested.
9493         * object-internals.h (struct _MonoThread): Change interruption_requested
9494         to a gint32 so it can be modified by atomic operations. Add 
9495         'critical_region_level' from the managed side, change small_id to a guint32,
9496         add new set of 'unused' fields.
9498         * appdomain.c: Bump corlib version.
9500 2008-06-13  Zoltan Varga  <vargaz@gmail.com>
9502         * class.c (mono_class_from_name): Search modules as well. Fixes
9503         #322332.
9505 2008-06-13  Mark Probst  <mark.probst@gmail.com>
9507         * generic-sharing.c: Code for maintaining the MRGCTX and MRGCTX
9508         templates.  Templates are generalized with an additional type_argc
9509         argument.  RGCTX templates have type_argc==0, MRGCTX templates
9510         have type_argc>0.
9512         * domain-internals.h, domain.c: New hash table for looking up
9513         MRGCTXs.
9515         * metadata.c, metadata-internals.h: Rename hash and equal
9516         functions for MonoGenericInst's and make them public.
9518         * class-internals.h: New data structures for the MRGCTX.  Macros
9519         for distinguishing slots in the RGCTX and the MRGCTX.
9521 2008-06-13  Mark Probst  <mark.probst@gmail.com>
9523         * object.c (mono_method_get_imt_slot): Put the same methods of
9524         different instantiations of the same generic interface in the same
9525         IMT slots, to make generic sharing simpler.
9527 2008-06-12 Rodrigo Kumpera  <rkumpera@novell.com>
9529         * metadata-internals.h: Added mono_metadata_field_info_with_mempool.
9531         * metadata.c (mono_metadata_field_info_with_mempool): Added.
9532         This function works just like mono_metadata_field_info, but
9533         accept a mempool as argument to be used allocating memory.
9535         * marshal.c (mono_marshal_load_type_info): Use new function
9536         to load marshal data into image mempool.
9538 2008-06-12 Rodrigo Kumpera  <rkumpera@novell.com>
9540         * class.c (mono_class_inflate_generic_type_with_mempool):
9541         This function allows to inflate a generic type using
9542         a mempool.
9544         * class.c (inflate_generic_type): Take a mempool as argument
9545         and use it to do type dup'ing.
9547         * class.c (mono_class_setup_fields): Field type for generic
9548         generic classes are allocated from the image mempool.
9550         * metadata.c (free_generic_class): Inflated field type is
9551         now allocated in the image mempool.
9553 2008-06-12 Rodrigo Kumpera  <rkumpera@novell.com>
9555         * threads.c (thread_cleanup): Free MonoThread::name.
9557 2008-06-12  Marek Habersack  <mhabersack@novell.com>
9559         * appdomain.c (ensure_directory_exists): avoid unnecessary
9560         mkdir(2) calls when the shadow directory already exists.
9561         (mono_make_shadow_copy): copy also satellite assemblies from the
9562         private bin directories.
9564 2008-06-11  Zoltan Varga  <vargaz@gmail.com>
9566         * threads.c (mono_thread_get_stack_bounds): Align the stack in all cases.
9567         
9568         * threads.c (mono_thread_get_stack_bounds): Align the stack address to
9569         a page boundary. Fixes #396219.
9571 2008-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
9573         * marshal.c (mono_marshal_load_type_info): Add a memory barrier
9574         due to double-checked locking.
9576 2008-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
9578         * assembly.c (build_assembly_name): Release memory on failure.
9580         * assembly.c (mono_assembly_name_parse_full): Release memory on failure.
9582 2008-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
9584         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): Release
9585         memory on failure.
9587 2008-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
9589         * icall.c (ves_icall_System_Reflection_AssemblyName_ParseName): Release
9590         memory on failure.
9592 2008-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
9594         * loader.c (field_from_memberref): Check if field signature type is equal
9595         to the non-inflated type of the field. Fixes #398980.
9597 2008-06-11  Zoltan Varga  <vargaz@gmail.com>
9599         * assembly.c (mono_assembly_load_from_full): Call 
9600         mono_assembly_load_friends () outside the assemblies lock, since it can
9601         acquire the loader lock. Fixes #323696.
9603         * reflection.c (resolve_object): Inflate the inst with the context for
9604         FieldOnTypeBuilderInst. Fixes #399010.
9606 2008-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
9608         * reflection.c (mono_image_get_field_on_inst_token): Don't
9609         inflate the field to encode it's signature. If it's a
9610         VAR or MVAR it should stay that way in the signature.
9611         Fixes #399047.
9613 2008-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
9615         * reflection.c (resolve_object): Release memory of inflated types.
9617 2008-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
9619         * loader.c (mono_method_get_signature_full): Remove assert about
9620         loading a methodspec to a generic method. We have such methods, such as
9621         System.Threading.Interlocked::CompareExchange<T>.
9622         This assert was removed since it crashes the verifier when it checks
9623         methods calling CompareExchange<T>.
9625 2008-06-10  Marek Safar  <marek.safar@gmail.com>
9627         * icall.c (ves_icall_MonoMethod_GetGenericArguments): Creates an instance
9628         of Type array and not MonoType.
9630 2008-06-10  Marek Habersack  <mhabersack@novell.com>
9632         * profiler.c: fix a segfault on shutdown. Patch from Paolo Molaro
9633         <lupus@ximian.com>
9635 2008-06-10  Martin Baulig  <martin@ximian.com>
9637         * debug-mono-symfile.h
9638         (MONO_SYMBOL_FILE_MINOR_VERSION): Bump to 6.  There were no
9639         changes to the file format, but we were generating incorrect
9640         source file indices in the line number table due to a bug, which
9641         made backtraces report an incorrect source file.
9643 2008-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
9645         * mono-debug.c: Moved mono_debug_free_method_jit_info from
9646         mini/debug-mini.c to here.
9648         * mono-debug.c (il_offset_from_address): Free memory from find_method.
9650         * mono-debug.h: Export mono_debug_free_method_jit_info, users should
9651         use it to release structs returned by mono_debug_find_method.
9653 2008-06-10  Zoltan Varga  <vargaz@gmail.com>
9655         * class.c (mono_class_setup_vtable): Call setup_methods even for interfaces
9656         since it needs to set method->slot for all interface methods.
9658 2008-06-09 Rodrigo Kumpera  <rkumpera@novell.com>
9660         * class-internals.h: Forgot to add.
9662 2008-06-09 Rodrigo Kumpera  <rkumpera@novell.com>
9664         * class-internals.h: Added MONO_PROP_DYNAMIC_CATTR.
9666         * reflection.c (lookup_custom_attr): Added a MonoImage argument.
9667         Lookup the custom attributes from property_hash.
9669         * reflection.c (mono_save_custom_attrs): Save the custom attributes
9670         in property_hash. Allocate all data using the image mempool.
9672         * reflection.c: Removed dynamic_custom_attrs. Changed all checks
9673         for dynamic_custom_attrs to checks if the image is dynamic.
9675 2008-06-09  Zoltan Varga  <vargaz@gmail.com>
9677         * appdomain.c (ves_icall_System_AppDomain_GetAssemblies): Free the
9678         assemblies array.
9679         
9680         * appdomain.c (ves_icall_System_AppDomain_GetAssemblies): Avoid calling
9681         runtime functions while holding the domain assemblies lock.
9683 2008-06-09 Rodrigo Kumpera  <rkumpera@novell.com>
9685         * verify.c: Reapplied the last bit of the reverted changes.
9687 2008-06-09 Rodrigo Kumpera  <rkumpera@novell.com>
9689         * verify.c: Reapplied more of the reverted changes.
9691 2008-06-09  Martin Baulig  <martin@ximian.com>
9693         * debug-mono-symfile.c (load_symfile): Check the major version
9694         first; if it's wrong, don't print the minor version in the error message.
9696 2008-06-09  Zoltan Varga  <vargaz@gmail.com>
9698         * appdomain.c (set_domain_search_path): Make this use the domain assemblies
9699         lock instead of the domain lock to avoid deadlocks, since the thread might
9700         already hold the loader lock.
9702         * threads.c (start_wrapper): Call mono_monitor_init_tls ().
9703         (mono_thread_attach): Ditto.
9705         * monitor.c: Use a TLS variable for holding the current thread id instead
9706         of calling pthread_self ().
9707         (mono_monitor_init_tls): New internal function to initialize the TLS
9708         variable.
9709         (mono_monitor_try_enter_internal): Put the owner == id check after the
9710         owner == 0 check.
9712         * object-internals.h (_G_BOOLEAN_EXPR): Redefine this glib macro to avoid
9713         missed optimizations when using gcc-4.3.
9715 2008-06-08 Rodrigo Kumpera  <rkumpera@novell.com>
9717         * reflection.c (mono_dynamic_image_free): Free the memory
9718         used by MonoGenericParam in MonoDynamicImage::gen_param.
9720         * reflection.c (mono_reflection_setup_generic_class): Allocate
9721         container from mempool.
9723         * reflection.c (mono_reflection_initialize_generic_parameter): Allocate
9724         container from mempool.
9726 2008-06-07  Zoltan Varga  <vargaz@gmail.com>
9728         * threads.c (mono_set_pending_exception): New internal function to set the
9729         pending exception of the current thread.
9730         (mono_thread_get_and_clear_pending_exception): Check for 
9731         thread->pending_exception as well.
9733         * object-internals.h (struct _MonoThread): Add 'pending_exception' field.
9735         * boehm-gc.c (mono_gc_base_init): Set GC_no_dls before calling GC_init () since
9736         it can trigger a collection.
9738 2008-06-06  Martin Baulig  <martin@ximian.com>
9740         Merged the `debugger-kahalo' branch.
9742         * mono-debug.h
9743         (MONO_DEBUGGER_VERSION): Bumped to 72.
9745         * debug-mono-symfile.h
9746         (MonoSymbolFileMethodIndexEntry): Removed.
9747         (MonoSymbolFileMethodEntry): New public typedef.
9748         (MonoSymbolFileOffsetTable): Added `_is_aspx_source'.
9749         (MonoSymbolFileSourceEntry): Remove everything except `index' and
9750         `data_offset'.
9751         (MonoSymbolFileMethodEntry): Removed.
9752         (MonoSymbolFileLexicalBlockEntry): Removed.
9753         (MonoSymbolFileLineNumberEntry): Removed.
9754         (MonoDebugLexicalBlockEntry): Removed.
9755         (MonoDebugMethodInfo): Replaced `entry' by `guint32 entry_offset';
9756         removed `num_il_offsets' and `il_offsets'.
9757         (MonoSymbolFile): Replace `version' with `major_version' and
9758         `minor_version'.
9759         (MONO_SYMBOL_FILE_VERSION): Replace with
9760         `MONO_SYMBOL_FILE_MAJOR_VERSION' and
9761         `MONO_SYMBOL_FILE_MINOR_VERSION'.
9763         * debug-mono-symfile.c
9764         (mono_debug_symfile_lookup_location): Add support for the new line
9765         number table format.
9767 2008-06-07 Rodrigo Kumpera  <rkumpera@novell.com>
9769         * metadata.c (free_generic_class): Release the inflated
9770         MonoClass of dynamic generic classes if it's not a generic
9771         type definition.
9773 2008-06-07 Rodrigo Kumpera  <rkumpera@novell.com>
9775         * verify.c: Reapplied more of the reverted changes.
9777 2008-06-07 Rodrigo Kumpera  <rkumpera@novell.com>
9779         * reflection.c (lookup_custom_attr): Clean the cached flag or
9780         nobody will free it. Fixes a memleak in MonoCustomAttrs::IsDefinedInternal
9781         for SRE types.
9783 2008-06-07 Rodrigo Kumpera  <rkumpera@novell.com>
9785         * verify.c: Reapplied a small part of the reverted changes.
9787 2008-06-07  Zoltan Varga  <vargaz@gmail.com>
9789         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
9791         * monitor.c (mono_monitor_try_enter_internal): Add NULL check which was 
9792         previously in managed code.
9793         (mono_monitor_exit): Ditto.
9794         (ves_icall_System_Threading_Monitor_Monitor_exit): Removed, not needed anymore.
9796         * icall-def.h: Rename the Enter/Exit icalls to simply Enter/Exit to match
9797         the managed definition.
9799 2008-06-06 Rodrigo Kumpera  <rkumpera@novell.com>
9801         * verify.c: Revert changes to see if it helps with weird buildbot crashes.
9803 2008-06-06  Zoltan Varga  <vargaz@gmail.com>
9805         * monitor.c: Redefine GetCurrentThreadId () with a macro on !win32.
9806         
9807         * monitor.c: Add some micro optimizations.
9809         * icall.c (type_from_typename): Handle 'bool'.
9811 2008-06-06 Rodrigo Kumpera  <rkumpera@novell.com>
9813         * verify.c: Implement constructor verification per P III 1.8.1.4.
9814         Fixes #396716.
9816 2008-06-06  Zoltan Varga  <vargaz@gmail.com>
9818         * assembly.c (mono_assembly_loaded_full): Avoid calling the search hooks while
9819         holding the assemblies lock here too.
9821 2008-06-05 Rodrigo Kumpera  <rkumpera@novell.com>
9823         * verify.c: Kill stack_top function.
9825 2008-06-05 Rodrigo Kumpera  <rkumpera@novell.com>
9827         * verify.c: Kill stack_get function.
9829 2008-06-05 Rodrigo Kumpera  <rkumpera@novell.com>
9831         * verify.c (mono_method_verify): Last change broke the build. Fixed.
9833 2008-06-05 Rodrigo Kumpera  <rkumpera@novell.com>
9835         * verify.c (verify_type_compatibility_full): Make SZARRAY checks
9836         more reliable.
9838         * verify.c (mono_method_verify): Inflate params and locals to avoid
9839         mismatch when checking for compatibility.
9841 2008-06-05  Jonathan Chambers  <joncham@gmail.com>
9843         * metadata.c (mono_string_from_bstr): Fix BSTR marshalling.
9844         Length prefix should be size in bytes. Fix bug #339530.
9845         
9846         * metadata.c (mono_string_to_bstr): Fix BSTR marshalling.
9847         Length prefix should be size in bytes. Fix bug #339530.
9849         Code is contributed under MIT/X11 license.
9851 2008-06-05  Bill Holmes <billholmes54@gmail.com>
9853         * decimal.c:  Adding MSVC implementation to my_g_bit_nth_msf.
9855         Contributed under MIT/X11 license.
9857 2008-06-05  Martin Baulig  <martin@ximian.com>
9859         * mono-debug-debugger.c
9860         (mono_debugger_check_breakpoints): Reflect latest runtime changes.
9862 2008-06-05  Zoltan Varga  <vargaz@gmail.com>
9864         * assembly.c (mono_assembly_load_from_full): Avoid calling the search hooks
9865         while holding the assemblies lock to prevent deadlocks. Handle the case
9866         where the search hook returns NULL but the assembly was still loaded.
9867         Fixes #323696.
9869         * appdomain.c (set_domain_search_path): Acquire the domain lock since we
9870         modify domain state.
9872 2008-06-05  Andreas Färber  <andreas.faerber@web.de>
9874         * boehm-gc.c: Add DTrace probes gc-{begin,end}.
9875         * Makefile.am (pedump_LDADD): Post-process object files and
9876         add dtrace-generated object file, if necessary.
9878         Code is contributed under MIT/X11 license.
9880 2008-06-04 Rodrigo Kumpera  <rkumpera@novell.com>
9882         * reflection.c (mono_dynamic_image_free): Free MonoDynamicImage::public_key.
9884 2008-06-04 Rodrigo Kumpera  <rkumpera@novell.com>
9886         * class.c (mono_type_get_full): Add a work-around for generic type definitions.
9888 2008-06-04  Mark Probst  <mark.probst@gmail.com>
9890         * threads.c: Try to free everything from the delayed free table
9891         when shutting down threads, and set the variable to NULL after the
9892         table is freed so that calling
9893         mono_thread_hazardous_try_free_all() when shutting down the root
9894         domain doesn't crash.
9896 2008-06-04 Rodrigo Kumpera  <rkumpera@novell.com>
9898         * class.c (mono_type_retrieve_from_typespec): Add an argument to inform
9899         the caller if resulting type was inflated.
9901         * class.c (mono_class_create_from_typespec): Free the MonoType if it
9902         was inflated.
9904         * class.c (mono_type_get_full): Free the MonoType if it was inflated.
9907 2008-06-04  Zoltan Varga  <vargaz@gmail.com>
9909         * decimal.c (rescale128): Rework the code a bit so it no longer crashes the
9910         class library tests.
9912         * icall.c (ves_icall_InternalInvoke): Applied patch from Andy Hume 
9913         (andyhume32@yahoo.co.uk). Add more useful exception messages. Fixes
9914         #396989.
9916 2008-06-04  Mark Probst  <mark.probst@gmail.com>
9918         * domain.c, domain-internals.h: The JIT infos are now freed by the
9919         JIT info table code.  They are freed immediately if there only a
9920         single JIT info table in circulation.  If there is more, the free
9921         is delayed via a queue.
9923         * threads.c, threads-types.h: New hazard pointer function for
9924         freeing all freeable delayed items in one sitting.
9926 2008-06-03 Rodrigo Kumpera  <rkumpera@novell.com>
9928         * reflection.c (typebuilder_setup_fields): Use mempool for allocations.
9930         * reflection.c (typebuilder_setup_properties): Same.
9932         * reflection.c (typebuilder_setup_events): Same.
9934 2008-06-03 Rodrigo Kumpera  <rkumpera@novell.com>
9936         * reflection.c (mono_custom_attrs_from_builders): Receive a MonoMemPool
9937         and use it for allocating memory.
9939         * reflection.c (mono_marshal_spec_from_builder): Same.
9941         * reflection.c: Change code to use new signatures.
9943         * metadata.c (mono_metadata_type_dup): Add a FIXME note.
9945 2008-06-03  Zoltan Varga  <vargaz@gmail.com>
9947         * decimal.c (rescale128): Put back one line which was accidently commented
9948         out.
9949         
9950         * decimal.c (rescale128): Disable the code added by the last patch, as it seems
9951         to cause crashes.
9953 2008-06-03 Rodrigo Kumpera  <rkumpera@novell.com>
9955         * reflection.c (mono_reflection_generic_class_initialize): Name must
9956         be always malloc'ed so we can free it later on. Do this for field, property
9957         and event.
9959         * metadata.c (free_generic_class): Free field, property and event names.
9961 2008-06-03 Rodrigo Kumpera  <rkumpera@novell.com>
9963         * reflection.c (fieldbuilder_to_mono_class_field): Use mono_metadata_type_dup
9964         instead of g_memdup.
9966         * reflection.c (typebuilder_setup_fields): Same.
9968 2008-06-03  Zoltan Varga  <vargaz@gmail.com>
9970         * decimal.c (rescale128): Optimize this function a bit more.
9972 2008-06-03 Rodrigo Kumpera  <rkumpera@novell.com>
9974         * metadata.c (free_generic_class): Release some memory from
9975         SRE generic classes.
9977 2008-06-03 Rodrigo Kumpera  <rkumpera@novell.com>
9979         * reflection.c (mono_image_get_generic_field_token): No reference
9980         to name is kept, free it.
9982         * reflection.c (mono_reflection_generic_class_initialize): Free
9983         more memory of the inflated field.
9985 2008-06-03  Zoltan Varga  <vargaz@gmail.com>
9987         * decimal.c (mono_decimalDiv): Moved equality checks here from managed
9988         code.
9990 2008-06-02 Rodrigo Kumpera  <rkumpera@novell.com>
9992         * reflection.c (mono_dynamic_image_free): Release memory used by
9993         MonoDynamicImage::array_methods elements.
9995         * reflection.c (assembly_add_win32_resources): Release memory after
9996         encoding.
9998 2008-06-02  Zoltan Varga  <vargaz@gmail.com>
10000         * decimal.c (log2_32): Use an optimized version for this function too.
10001         
10002         * decimal.c (log2_64): Fix this on 32 bit machines.
10004 2008-06-02 Rodrigo Kumpera  <rkumpera@novell.com>
10006         * class.c (mono_dup_array_type): Implement allocation using a mempool.
10008         * class.c (mono_metadata_signature_deep_dup): Same.
10010         * metadata.c (mono_metadata_signature_dup_full): Added, allow dup'ng with
10011         a mempool.
10013         * metadata.c (mono_metadata_signature_dup): Delegate to the _full version.
10015         * metadata.c (mono_metadata_type_dup): Remove asserts and FIXME.
10017         * metadata-internals.h: Added mono_metadata_signature_dup_full.
10019         * class-internals.h: Update signatures to take a MonoMemPool.
10021 2008-06-02  Dick Porter  <dick@ximian.com>
10023         * icall.c (ves_icall_System_ComponentModel_Win32Exception_W32ErrorMessage): 
10024         * icall-def.h: Add
10025         System.ComponentModel.Win32Exception.W32ErrorMessage, using the
10026         FormatMessage API to get the error text.  Fixes bug 321827.
10028 2008-06-02  Zoltan Varga  <vargaz@gmail.com>
10030         * decimal.c: Add some micro optimizations to make decimal operations faster.
10032 2008-06-01 Rodrigo Kumpera  <rkumpera@novell.com>
10034         * reflection.c (method_encode_clauses): Take a mempool
10035         as parameter and use it to allocate the clause array.
10037         * reflection.c (mono_image_get_field_on_inst_token): Free
10038         the inflated type after encoding it.
10040         * reflection.c (mono_dynamic_image_free): Free each element
10041         of MonoDynamicImage::gen_params.
10043         * reflection.c (reflection_methodbuilder_to_mono_method):
10044         Allocate the generic param array from the mempool.
10045         Allocate signature params from the mempool.
10047         * reflection.c (mono_reflection_generic_class_initialize):
10048         Free inflated fields after been used.
10050 2008-05-30 Rodrigo Kumpera  <rkumpera@novell.com>
10052         * icall.c: Reapply the memory leak fixes as they no
10053         longer make mono crash.
10055 2008-05-30 Rodrigo Kumpera  <rkumpera@novell.com>
10057         * reflection.c (mono_type_get_object): Don't store the suplied
10058         MonoType with type_hash. A caller which pass a type that
10059         was mono_metadata_type_dup'ed cannot free it reliably, as type_hash
10060         might end with a pointer to freed memory.
10061         The solution is to use byval_arg or this_arg from the associated
10062         MonoClass of the supplied type.
10064 2008-05-29  Zoltan Varga  <vargaz@gmail.com>
10066         * icall.c: Revert the rest of the last change as it breaks the build too.
10068 2008-05-29 Rodrigo Kumpera  <rkumpera@novell.com>
10070         * icall.c: Revert a leak fix as it's breaking the build.
10072 2008-05-29 Rodrigo Kumpera  <rkumpera@novell.com>
10074         * appdomain.c (mono_make_shadow_copy): Fix another leak of dir_name.
10076 2008-05-29 Rodrigo Kumpera  <rkumpera@novell.com>
10078         * appdomain.c (mono_make_shadow_copy): We leaked dir_name.
10080 2008-05-29 Rodrigo Kumpera  <rkumpera@novell.com>
10082         * icall.c: Fix some memory leaks.
10084 2008-05-29  Dick Porter  <dick@ximian.com>
10086         * threadpool.c (mono_thread_pool_remove_socket): Always remove the
10087         async socket operations from the pending list when a socket
10088         closes.  Leaving it until the threadpool services the event
10089         exposes a race condition when a socket descriptor is reused.
10090         Fixes bug 377589.
10092 2008-05-28 Rodrigo Kumpera  <rkumpera@novell.com>
10094         * object.c: Fix negative index check for array alocation.
10096 2008-05-28 Rodrigo Kumpera  <rkumpera@novell.com>
10098         * icall.c, marshal.c: Delegate wrappers should skip visibility.
10099         This check is performed by the verifier for IL created delegates
10100         and by Delegate::CreateDelegate for programatically created ones.
10101         Fixes #372406.
10103 2008-05-28 Rodrigo Kumpera  <rkumpera@novell.com>
10105         * sockey-io.c (ves_icall_System_Net_Sockets_Socket_Select_internal):
10106         Fix code to use mono_array_size_t instead of int.
10108         Based on patch by Luis F. Ortiz.
10109         Contributed under X11 license.
10110         http://lists.ximian.com/pipermail/mono-devel-list/2008-May/027995.html
10112 2008-05-28 Rodrigo Kumpera  <rkumpera@novell.com>
10114         * icall.c: Added ves_icall_System_Array_GetLongLength and
10115         ves_icall_System_Array_CreateInstanceImpl64. Both allow handling big
10116         arrays.
10118         * icall.h: Export both new functions.
10120         Based on patch by Luis F. Ortiz.
10121         Contributed under X11 license.
10122         http://lists.ximian.com/pipermail/mono-devel-list/2008-May/027995.html
10124 2008-05-28  Martin Baulig  <martin@ximian.com>
10126         The debugger now requires exactly r103463.
10128         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 71.
10129         This version is not supported by the debugger, wait for 72.
10131 2008-05-28 Rodrigo Kumpera  <rkumpera@novell.com>
10133         * object.h: Changed array related functions to use
10134         mono_array_size_t instead of guint32. Forgot to commit this file.
10136         Patch by Luis F. Ortiz.
10137         Contributed under X11 license.
10138         http://lists.ximian.com/pipermail/mono-devel-list/2008-May/027995.html
10141 2008-05-28 Rodrigo Kumpera  <rkumpera@novell.com>
10143         * object.h: Don't use G_MAXINT32 or G_MAXUINT32 as old glibs
10144         don't define it. Use the number literal instead.
10146 2008-05-27 Rodrigo Kumpera  <rkumpera@novell.com>
10148         * icall.c: Changed array related functions to use
10149         mono_array_size_t instead of guint32.
10151         * icall.c (ves_icall_System_Array_GetLength): Check for length
10152         overflow under MONO_BIG_ARRAYS.
10154         Based on patch by Luis F. Ortiz.
10155         Contributed under X11 license.
10156         http://lists.ximian.com/pipermail/mono-devel-list/2008-May/027995.html
10158 2008-05-27 Rodrigo Kumpera  <rkumpera@novell.com>
10160         * object.c: Add 64bits bounds check for arrays under MONO_BIG_ARRAYS.
10162         Based on patch by Luis F. Ortiz.
10163         Contributed under X11 license.
10164         http://lists.ximian.com/pipermail/mono-devel-list/2008-May/027995.html
10166 2008-05-27 Rodrigo Kumpera  <rkumpera@novell.com>
10168         * object.c, object.h: Changed array related functions to use
10169         mono_array_size_t instead of guint32.
10171         Patch by Luis F. Ortiz.
10172         Contributed under X11 license.
10173         http://lists.ximian.com/pipermail/mono-devel-list/2008-May/027995.html
10175 2008-05-27 Rodrigo Kumpera  <rkumpera@novell.com>
10177         * object.h: Introduced mono_array_size_t typedef. This must be used
10178         in all places an array length is expected. This is 64bits wide if
10179         MONO_BIG_ARRAYS is enabled.
10181         Patch by Luis F. Ortiz.
10182         Contributed under X11 license.
10183         http://lists.ximian.com/pipermail/mono-devel-list/2008-May/027995.html
10185 2008-05-27  Zoltan Varga  <vargaz@gmail.com>
10187         * security-manager.c class.c: Set the class exception info by calling
10188         mono_class_set_failure ().
10190         * class.c (mono_class_get_exception_data): New accessor function.
10191         (mono_class_set_failure): Store exception_data in the property hash.
10193         * class-internals.h (struct _MonoClass): Store 'exception_data' outside
10194         the struct as a property.
10196         * loader.c (mono_get_method_full): Store the lookup result for method
10197         tokens in method_cache, the others in methodref_cache to decrease the memory
10198         usage of hash tables.
10200         * image.c (mono_image_close): Destroy method_cache and methodref_cache.
10201         (mono_image_init): method_cache is lazy inited now.
10203         * metadata-internals.h (struct _MonoImage): Change method_cache to
10204         a MonoValueHashTable, add a separate methodref_cache.
10206 2008-05-27  Eyal Alaluf <eyala@mainsoft.com>
10208         * number-formatter.h: Fix tables to avoid arithemtic overflow in
10209           Double.ToString as exposed by Bug #383531.
10211 2008-05-26  Zoltan Varga  <vargaz@gmail.com>
10213         * number-formatter.h: Make some tables static.
10215         * class.c (mono_method_set_generic_container): New accessor function.
10216         (mono_method_get_generic_container): Ditto.
10218         * class-internals.h (struct _MonoMethod): Remove rarely used 
10219         'generic_container' field, store it in the property hash instead. Add 
10220         'is_generic' boolean field instead.
10222         * image.c (mono_image_init): Initialize property_hash.
10223         (mono_image_close): Destroy property_hash.
10225         * metadata-internals.h (struct _MonoImage): Add 'property_hash' hash table to
10226         hold rarely used fields of runtime structures belonging to this image.
10228         * class.c loader.c verify.c icall.c reflection.c: Use the new accessor functions
10229         to get/set method->generic_container.
10231         * loader.c (mono_get_method_from_token): Avoid loading the method header for
10232         generic methods.
10234 2008-05-25  Zoltan Varga  <vargaz@gmail.com>
10236         * class.c (mono_class_inflate_generic_method_full): Don't increase
10237         mono_stats.inflated_method_count for methods found in the cache.
10239         * threads.c (mono_thread_request_interruption): Add a comment about 
10240         QueueUserAPC ().
10242 2008-05-24  Zoltan Varga  <vargaz@gmail.com>
10244         * class.c (setup_interface_offsets): Use sizeof (guint16) when allocating the
10245         interface_offsets_packed table.
10246         
10247         * class.c (mono_class_init): Remove some dead code.
10249         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): Call
10250         mono_class_setup_vtable () when CAS is active to detect security problems.
10252 2008-05-23 Rodrigo Kumpera  <rkumpera@novell.com>
10254         * verify.c (mono_delegate_type_equal): Handle VAR, MVAR and GENERICINST.
10256         * verify.c (mono_delegate_signature_equal): Don't compar number of generic
10257         parameters as it's irrelevant for delegate checking.
10259 2008-05-23  Zoltan Varga  <vargaz@gmail.com>
10261         * class-internals.h class.c: Correct the name of the 'mono_no_setup_vtable_in_class_init' variable.
10263         * class.c (mono_class_init): Control the creation of a generic vtable using
10264         a global which is true by default, but set to false by the runtime startup code.
10265         
10266         * class.c (mono_class_init): Avoid constructing a generic vtable in most cases.
10267         Disabled for now since it breaks the embedding API.
10268         Move the setup of class->methods for arrays to mono_class_setup_methods ().
10269         (mono_class_setup_methods): Add a memory barrier.
10271         * object.c (mono_class_create_runtime_vtable): Add code to handle the case
10272         when mono_class_init () doesn't compute the generic vtable.
10273         
10274 2008-05-23  Massimiliano Mantione  <massi@ximian.com>
10275         * profiler.c: Added mono_profiler_install_statistical_call_chain,
10276         mono_profiler_stat_get_call_chain_depth and mono_profiler_stat_call_chain
10277         to support call chains (backtrace) in the stat profiler.
10278         * profiler.c, profiler-private.h: Likewise.
10280 2008-05-22  Mark Probst  <mark.probst@gmail.com>
10282         * generic-sharing.c: Init generic class when a method of it is
10283         requested via a runtime generic context.
10285 2008-05-22  Zoltan Varga  <vargaz@gmail.com>
10287         * class.c (mono_class_init): Add a comment about trying to avoid calling this.
10289         * reflection.c (mono_type_get_object): Add a FIXME.
10291         * loader.c (find_method_in_class): Use mono_class_get_method_by_index ().
10293         * class.c (mono_class_get_method_by_index): New helper function, returning an
10294         entry in the class->methods array.
10296 2008-05-21  Zoltan Varga  <vargaz@gmail.com>
10298         * class.c (mono_class_init): Only do the array optimization for szarrays. 
10299         Avoid creating a generic vtable for generic instances as well.
10300         (mono_class_get_method_from_name_flags): Don't search in the metadata for
10301         generic instances.
10303 2008-05-21 Rodrigo Kumpera  <rkumpera@novell.com>
10305         * loader.c (mono_get_method_constrained): Inflate the signature
10306         with class context. Fix #325283.
10308 2008-05-21  Zoltan Varga  <vargaz@gmail.com>
10310         * object.c (mono_class_create_runtime_vtable): Add a comment.
10312         * class.c (get_implicit_generic_array_interfaces): Call mono_class_init ()
10313         where needed.
10314         (setup_interface_offsets): Handle the case when this is called twice for arrays.
10315         (mono_class_setup_vtable_general): Add an assert.
10316         (mono_class_init): Avoid creating a generic vtable for arrays.
10318         * class.c (mono_generic_class_get_class): Don't call setup_interface_offsets ()
10319         here, let mono_class_init () do that.
10321         * class.c (mono_class_init): Avoid calling mono_class_setup_methods () for
10322         interfaces in mscorlib.
10324         * class.c (mono_class_setup_vtable): Avoid calling setup_methods () for
10325         interfaces. Add some comments.
10326         (mono_class_init): Call mono_class_setup_methods () here since it is no
10327         longer called by mono_class_setup_vtable ().
10329         * object.c (mono_class_proxy_vtable): Null out entries in pvt->vtable which are
10330         not set in class->vtable.
10331         (mono_class_create_runtime_vtable): Reenable the disabled code.
10333         * object.c (mono_class_create_runtime_vtable): Disable the last change for
10334         now as it causes some test failures.
10336         * object.c (mono_class_create_runtime_vtable): Avoid creating a generic vtable
10337         if using the vtable trampoline. Also remove some strange code which put the
10338         generic methods themselves into the vtable slots. Remove the AOT init_vtable
10339         stuff as it is no longer needed.
10341 2008-05-19 Rodrigo Kumpera  <rkumpera@novell.com>
10343         * pedump.c: Give make --verify all option check code as well.
10344         Using --verify code won't check for metadata now.
10346 2008-05-19  Martin Baulig  <martin@ximian.com>
10348         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 70.
10350         * mono-debug.c
10351         (_mono_debug_using_mono_debugger): New global variable; it's set
10352         directly by the debugger, so mono_debug_using_mono_debugger() also
10353         works after attaching.
10355 2008-05-18 Rodrigo Kumpera  <rkumpera@novell.com>
10357         * object.c (mono_class_create_runtime_vtable): Use memory barriers
10358         as we do double checked locking on MonoClass::runtime_info and
10359         MonoClassRuntimeInfo::domain_vtables.
10361 2008-05-18  Zoltan Varga  <vargaz@gmail.com>
10363         * debug-helpers.c (print_field_value): Fix a warning.
10365 2008-05-16  Zoltan Varga  <vargaz@gmail.com>
10367         * object.c (mono_object_get_virtual_method): Fix a crash if method->slot is not
10368         set in the AOT case.
10370 2008-05-16 Rodrigo Kumpera  <rkumpera@novell.com>
10372         * class.c (mono_class_setup_vtable_general): Use memory barriers
10373         as we do double checked locking on MonoClass::vtable.
10375 2008-05-16 Rodrigo Kumpera  <rkumpera@novell.com>
10377         * reflection.c (resolve_object): Inflate only if the generic context
10378         is not null. Fixes #389886.
10380 2008-05-15  Jonathan Chambers  <joncham@gmail.com>
10382         * metadata.c (emit_marshal_string): Free return strings using mono_marshal_free
10383         instead of g_free.
10385         Code is contributed under MIT/X11 license.
10387 2008-05-14 Rodrigo Kumpera  <rkumpera@novell.com>
10389         * class.c: Revert unrelated change.
10391 2008-05-14 Rodrigo Kumpera  <rkumpera@novell.com>
10393         * verify.c (check_is_valid_type_for_field_ops): Type on stack can be
10394         a generic instantiation, use mono_class_from_mono_type instead of playing
10395         with MonoType directly.
10397 2008-05-14 Rodrigo Kumpera  <rkumpera@novell.com>
10399         * class.c: Added mono_class_has_parent_and_ignore_generics. Visibility
10400         checks must ignore generic instantiations, so mono_class_has_parent is not
10401         suitable. Fixes #390128.
10403 2008-05-14  Zoltan Varga  <vargaz@gmail.com>
10405         * reflection.c (mono_image_create_token): Add a 'register_token' argument, and use
10406         it to avoid registering tokens during metadata generation. Fixes #390023.
10408 2008-05-14  Kornél Pál  <kornelpal@gmail.com>
10410         * coree.c: Rename dwOldProtect to OldProtect that makes naming convention
10411         consistent.
10413         Contributed under MIT/X11 license.
10415 2008-05-14  Kornél Pál  <kornelpal@gmail.com>
10417         * domain.c (mono_init_internal): Enable LoadLibrary support. Load EXE image
10418         even when get_runtimes_from_exe didn't load it that allows mono_fixup_exe_image
10419         to fixup the EXE image.
10420         (mono_cleanup): Use mono_close_exe_image.
10421         (mono_close_exe_image): New function.
10422         * image.c: Include "marshal.h".
10423         (mono_image_open_from_module_handle): Add ref_count argument. Return the image.
10424         (mono_image_open_full, mono_image_close): Fix LoadLibrary/FreeLibrary reference
10425         counting when the image is loaded outside of mono_image_open_full. Set status
10426         based on GetLastError.
10427         * coree.c: Include required headers. Add init_from_coree.
10428         (_CorDllMain): Support fix in mono_image_open_full, mono_image_close. Call
10429         mono_assembly_open only when the image has vtfixups. Set init_from_coree.
10430         (_CorExeMain): Set init_from_coree.
10431         (CorExitProcess): Only call ExitProcess for now.
10432         (CorBindToRuntimeEx): New stub implementation.
10433         (CorBindToRuntime): New function.
10434         (MonoFixupCorEE): Fixup CorBindToRuntime and CorBindToRuntimeEx.
10435         (MonoFixupExe): ILONLY executables require no fixups.
10436         (mono_set_act_ctx): New function to set activation context.
10437         (mono_load_coree): Use init_from_coree. Call mono_set_act_ctx.  
10438         * coree.h: Move STATUS_SUCCESS and STATUS_INVALID_IMAGE_FORMAT to header.
10439         Declare mono_module_handle, coree_module_handle, mono_get_module_file_name,
10440         mono_load_coree, mono_fixup_exe_image and mono_image_open_from_module_handle
10441         as MONO_INTERNAL.
10442         * domain-internals.h: Add mono_close_exe_image.
10444         Contributed under MIT/X11 license.
10446 2008-05-13 Rodrigo Kumpera  <rkumpera@novell.com>
10448         * metadata.c (mono_metadata_compute_size): Correctly calculate field
10449         size for generic param and event tables. Fixes #388977.
10451 2008-05-13  Zoltan Varga  <vargaz@gmail.com>
10453         * loader.c (mono_method_signature): Use memory barriers because of the double
10454         checked locking pattern.
10456         * threads.c (remove_and_abort_threads): Stop and wait for threads which are
10457         aborting or aborted as well. Fixes #376391.
10458         
10459         * threads.c (mono_thread_execute_interruption): Avoid depending on no longer
10460         existing runtime state in the Suspend handler during shutdown.
10462 2008-05-12  Zoltan Varga  <vargaz@gmail.com>
10464         * threads.c (mono_thread_request_interruption): Add some FIXMEs.
10466         * threads.c (mono_thread_suspend_all_other_threads): Add support for threads 
10467         which are starting up or shutting down.
10469         * threads.c (mono_threads_set_shutting_down): Don't return a value since
10470         this function never returns if the runtime is already shutting down.
10472         * icall.c (ves_icall_System_Environment_Exit): Update after 
10473         mono_threads_set_shutting_down () signature change.
10474         
10475 2008-05-09 Rodrigo Kumpera  <rkumpera@novell.com>
10477         * class.c: Added can_access_instantiation to verify if the instantiation
10478         is visible. Fix access check for nested types as they returned TRUE
10479         before doing type and generic instantiation visibility checks.
10481 2008-05-08 Rodrigo Kumpera  <rkumpera@novell.com>
10483         * reflection.c (mono_reflection_create_generic_class): The created type
10484         must have a different container from its TypeBuilder. Otherwise they
10485         will end sharing generic arguments, which is wrong.
10487         Due to the sharing, making a generic instance of the created type using
10488         the TypeBuider generic arguments resulted in the generic type definition
10489         been returned, which is wrong as well.
10491         As a bonus the code was leaking the type_params array. This memory should
10492         be allocated from the image mempool.
10494         This fixes bug #354047.
10496 2008-05-08 Rodrigo Kumpera  <rkumpera@novell.com>
10498         * metadata-internals.h: Move MONO_SECMAN_FLAG macros from mini/declsec.h
10499         to here         as they are now used in assembly.c new code.
10500         Added a skipverification flag to MonoAssembly.
10501         New internal function mono_assembly_has_skip_verification.
10503         * assembly.c: New function mono_assembly_has_skip_verification. It checks
10504         if an assembly has a version 2.0 SkipVerification security attribute. Fixes
10505         part of #387274.
10507 2008-05-07  Zoltan Varga  <vargaz@gmail.com>
10509         * object.c (mono_object_get_virtual_method): Inflate the resulting method if
10510         needed. Fixes #387034.
10512         * class.c (mono_class_inflate_generic_type): Avoid a crash if context is NULL.
10514 2008-05-06  Miguel de Icaza  <miguel@novell.com>
10516         * assembly.c (mono_assembly_load_reference): Prevent crash while
10517         disassembling Silverlight 2.0 executables while we still do not
10518         have GACed libraries.
10520 2008-05-07  Zoltan Varga  <vargaz@gmail.com>
10522         * reflection.c: Special case generic type definitions as well. Fixes #383444.
10524 2008-05-06  Zoltan Varga  <vargaz@gmail.com>
10526         * icall.c (ves_icall_System_Reflection_Module_ResolveTypeToken): Fix handling
10527         of the dynamic case. Fixes #387404.
10529 2008-05-06 Rodrigo Kumpera  <rkumpera@novell.com>
10531         *verify.c (mono_verifier_is_class_full_trust): If under
10532         verify_all and the verifier mode was not set, only
10533         gac and corlib types are fulltrust. This makes --verify-all
10534         usable to detect unverifiable code, which is the expected
10535         use case.
10537 2008-05-06 Rodrigo Kumpera  <rkumpera@novell.com>
10539         * verify.h: Ops, commited the header with debug
10540         enabled.
10542 2008-05-06 Rodrigo Kumpera  <rkumpera@novell.com>
10544         * verify.c (merge_stack): Use the new value on unverifiable
10545         stack merges.
10547         * verify.c (verify_type_compatibility_full): Comparison
10548         of nullable types can't use mono_class_is_assignable_from.
10550         * verify.c, verify.h: Added MONO_VERIFY_REPORT_ALL_ERRORS
10551         that makes all verification errors be reported.
10553         * pedump.c: Pass MONO_VERIFY_REPORT_ALL_ERRORS to
10554         mono_method_verify.
10556 2008-05-05  Robert Jordan  <robertj@gmx.net>
10558         * marshal.c (mono_marshal_get_thunk_invoke_wrapper):
10559         support for value types. See #386415.
10561         * object.c: comments.
10563         Code is contributed under MIT/X11 license.
10565 2008-05-05  Martin Baulig  <martin@ximian.com>
10567         * debug-mono-symfile.h
10568         (MONO_SYMBOL_FILE_COMPATIBILITY_VERSION): Removed; dropped support
10569         for old pre-terrania symbol files.
10571 2008-05-05  Andreas Färber  <andreas.faerber@web.de>
10573         * mono-config.c: Add ppc64 architecture.
10575         Code is contributed under MIT/X11 license.
10577 2008-05-05  Andreas Färber  <andreas.faerber@web.de>
10579         * object.c (mono_create_ftnptr, mono_get_addr_from_ftnptr):
10580           PPC64 uses function descriptors as well.
10582         Code is contributed under MIT/X11 license.
10584 2008-05-04  Zoltan Varga  <vargaz@gmail.com>
10586         * object.c (compute_class_bitmap): Ignore literal static fields.
10588         * sgen-gc.c (mono_gc_base_init): Print some help when the MONO_GC_DEBUG env
10589         var has an invalid format.
10590         (describe_ptr): Add some sanity checks for the vtable.
10591         (add_nursery_frag): Clear unused nursery fragments.
10592         (major_collection): Clear all remaining nursery fragments.
10594 2008-05-03  Robert Jordan  <robertj@gmx.net>
10596         * image.c, metadata-internals.h: add thunk_invoke_cache.
10598         * marshal.c, marshal.h: implement
10599         mono_marshal_get_thunk_invoke_wrapper ().
10601         * object.c, object.h: implement mono_method_get_unmanaged_thunk ().
10603         Code is contributed under MIT/X11 license.
10605 2008-05-02 Rodrigo Kumpera  <rkumpera@novell.com>
10607         * verify.c (do_leave): Empty the stack.
10609 2008-05-02 Rodrigo Kumpera  <rkumpera@novell.com>
10611         * class.c (mono_class_is_assignable_from): Variance
10612         doesn't work between reference and value types. For example,
10613         given type C<T+>, C<int32> is not assignable to C<object>.
10614         Break the argument checking loop on first error. 
10616 2008-05-02  Atsushi Enomoto  <atsushi@ximian.com>
10618         * icall.c : base64_to_byte_array() needs some more strict
10619           check for sequence of '=' characters. Patch by Santa
10620           Marta (http://deee.g.hatena.ne.jp/santamarta).
10622           Contributed under MIT/X11 license.
10623           (see http://www.lingr.com/room/mono-jp/archives/2008/04/20)
10625 2008-05-02  Jonathan Chambers  <joncham@gmail.com>
10627         * domain.c: Disable LoadLibrary support to fix Win32 build.
10629         Code is contributed under MIT/X11 license.
10631 2008-05-02  Zoltan Varga  <vargaz@gmail.com>
10633         * sgen-gc.c: Add support for clearing nursery memory when a tlab is allocated,
10634         to help with cache behaviour.
10636 2008-05-01  Miguel de Icaza  <miguel@novell.com>
10638         * appdomain.c (mono_domain_from_appdomain): Add new accessor
10639         method. 
10641 2008-05-01  Zoltan Varga  <vargaz@gmail.com>
10643         * sgen-gc.c: Implement thread-local allocation and a managed allocation routine.
10645 2008-05-01  Dick Porter  <dick@ximian.com>
10647         * process.c (process_get_fileversion): Only pass 16 bits of
10648         language ID to VerLanguageName.  Fixes bug 381204.
10650 2008-04-30 Rodrigo Kumpera  <rkumpera@novell.com>
10652         * verify.c (mono_method_verify): Fix the comparison
10653         operator for code bounds check.
10655 2008-04-30 Rodrigo Kumpera  <rkumpera@novell.com>
10657         * verify.c (mono_method_verify): Check the bounds of
10658         all access of the code array.
10660 2008-04-29  Kornél Pál  <kornelpal@gmail.com>
10662         * appdomain.c: Use HAVE_SYS_UTIME_H that fixes MSVC build.
10664 2008-04-28  Zoltan Varga  <vargaz@gmail.com>
10666         * image.c (mono_image_strong_name_position): Fix return value when the rva is
10667         not valid.
10669 2008-04-28  Kornél Pál  <kornelpal@gmail.com>
10671         * loader.c (mono_get_method_from_token, mono_method_signature): Add
10672         support for METHOD_IMPL_ATTRIBUTE_NATIVE.
10673         * domain.c (mono_init_internal): Load and fixup mscoree.dll on startup and
10674         fixup main EXE images when using mono.exe for mixed-mode assembly support.
10675         * domain-internals.h: Add MonoLoadFunc, mono_install_runtime_load and
10676         mono_runtime_load.
10677         * appdomain.c: Add mono_install_runtime_load, mono_runtime_load to support
10678         runtime initialization from metadata.
10679         * assembly.c: Remove obsolete ceGetModuleFileNameA.
10680         (mono_set_rootdir): Use mono_get_module_file_name.
10681         (mono_assembly_load_from_full): Call mono_image_fixup_vtable for module
10682         handles.
10683         * cil-coff.h: Add MonoVTableFixup. Update mono_cli_rva_image_map signature.
10684         * metadata-internals.h: Add is_module_handle to _MonoImage on Windows.
10685         * image.c (mono_cli_rva_image_map): Use MonoImage instead of
10686         MonoCLIImageInfo. Add support for module handles.
10687         (load_cli_header): Update mono_cli_rva_image_map signature.
10688         (load_metadata_ptrs): Update mono_cli_rva_image_map signature.
10689         (mono_image_strong_name_position): Use mono_cli_rva_image_map.
10690         (mono_image_rva_map): Add support for module handles.
10691         (mono_image_ensure_section_idx): Add support for module handles.
10692         (mono_image_close): Add support for module handles.
10693         (do_load_header): Add support for module handles.
10694         (mono_image_open_from_module_handle): New function for internal use.
10695         (mono_image_open_full): Load normal images using LoadLibrary on Windows.
10696         (mono_image_load_module): Call mono_image_fixup_vtable for module handles.
10697         (mono_image_load_file_for_image): Call mono_image_fixup_vtable for module
10698         handles.
10699         (mono_image_fixup_vtable): New function for mixed-mode assembly support.
10700         * image.h: Add mono_image_fixup_vtable.
10701         * coree.c: New file for mscoree.dll functions and mixed-mode assembly
10702         support.
10703         * coree.h: New file.
10704         * marshal.c (mono_marshal_get_native_wrapper): Throw exception for
10705         unsupported native code.
10706         (mono_marshal_set_callconv_from_modopt): New function splitted from
10707         mono_marshal_get_managed_wrapper.
10708         (mono_marshal_get_managed_wrapper): Use
10709         mono_marshal_set_callconv_from_modopt.
10710         (mono_marshal_get_vtfixup_ftnptr): New function for mixed-mode assembly support.
10711         * marshal.h: Add mono_marshal_get_vtfixup_ftnptr.
10712         * gc.c (mono_gc_init): Don't wait for the finalizer thread on Windows because
10713         that results in a deadlock when the runtime is loaded in _CorDllMain.
10714         * Makefile.am: Add coree.c and coree.h.
10716         Contributed under MIT/X11 license.
10718 2008-04-28  Mark Probst  <mark.probst@gmail.com>
10720         * generic-sharing.c: Search for type arguments in array element
10721         types as well.
10723 2008-04-28  Mark Probst  <mark.probst@gmail.com>
10725         * class-internals.h, generic-sharing.c: New, small runtime generic context.
10727         * metadata-internals.h, domain.c, image.c: Less bookkeeping is required for the new RGCTX.
10729         * object.c: Don't setup the RGCTX when the vtable is created,
10730         because we're setting it up lazily now.
10732 2008-04-26  Zoltan Varga  <vargaz@gmail.com>
10734         * sgen-gc.c: Make the 'desc' variables an mword instead of a guint32 to fix 
10735         64 bit support.
10737 2008-04-24 Rodrigo Kumpera  <rkumpera@novell.com>
10739         * verify.c (verify_class_for_overlapping_reference_fields): 
10740         If class is under fulltrust allow reference types to overllap
10741         if they have the same RVA.
10743 2008-04-24 Rodrigo Kumpera  <rkumpera@novell.com>
10745         * pedump.c: Added new flag valid-only, that makes the verifier
10746         behaves just like --security=validil. It won't fail type load
10747         due to unverifiable restrictions.
10749 2008-04-23 Rodrigo Kumpera  <rkumpera@novell.com>
10751         * class-internals.h (struct MonoMethod): Added a verification_success
10752         field to cache verifier executions. Reduced MonoMethod:slot size by
10753         one bit.
10755 2008-04-23  Zoltan Varga  <vargaz@gmail.com>
10757         * sgen-gc.c (OBJ_RUN_LEN_SIZE): Make this and other macros take a 'desc' argument
10758         instead of a 'vt' argument to save an indirection and to allow these to be used
10759         for valuetypes.
10760         (scan_vtype): New helper function to scan an area using a gc descriptor.
10761         (mono_gc_wbarrier_value_copy): Implement this.
10762         (handle_remset): Add support for REMSET_VTYPE.
10763         (find_in_remset_loc): Ditto.
10764         (mono_gc_base_init): Allow some debugging options to be controlled through the
10765         use of the MONO_GC_DEBUG env variable.
10766         (mono_gc_alloc_obj): Add support the 'collect-before-allocs' debug option.
10767         (collect_nursery): Add support for the 'check-at-minor-collection' debug option.
10769 2008-04-23  Martin Baulig  <martin@ximian.com>
10771         * domain.c (mono_domain_create): Move the call to
10772         mono_debug_domain_create() down, after allocating the domain id.
10774 2008-04-23 Rodrigo Kumpera  <rkumpera@novell.com>
10776         verify.c (verify_class_for_overlapping_reference_fields): Skip
10777         static fields while verifying for overlapping fields as they
10778         don't matter at all.
10780 2008-04-23  Marek Habersack  <mhabersack@novell.com>
10782         * domain-internals.h: added a declaration of
10783         mono_make_shadow_copy.
10785         * assembly.c (mono_assembly_open_full): shadow copying of
10786         assemblies moved to here, so that all the assemblies within the
10787         application domain's private binary directories can be
10788         processed. Fixes bug #380546
10790         * appdomain.c (mono_make_shadow_copy): make_shadow_copy renamed to
10791         mono_make_shadow_copy and made non-static. The decision whether
10792         to shadow-copy an assembly is made based on its location - it's
10793         copied if it's in one of the private application domain binary
10794         directories and its different to the target file in the shadow
10795         directory. Fixes bug #380546
10797 2008-04-22  Zoltan Varga  <vargaz@gmail.com>
10799         * reflection.c (fixup_method): Handle {Method|Constructor}OnTypeBuilderInst.
10801         * object-internals.h: Add MonoReflection{Method|Constructor}OnTypeBuilderInst
10802         types.
10804         * reflection.c (mono_image_create_token): Handle 
10805         Method/ConstructorOnTypeBuilderInst.
10806         (resolve_object): Ditto.
10807         (inflate_mono_method): Receive the inflated class instead of a MonoGenericClass
10808         so it can be called from resolve_object. Also handle the case when the inflated
10809         class already has its methods setup.
10811 2008-04-21  Martin Baulig  <martin@ximian.com>
10813         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 69.
10815 2008-04-20  Geoff Norton  <gnorton@novell.com>
10817         * icall.c: Fix the _NSGetEnviron define to prevent an impropoer
10818         pointer dereference.
10820 2008-04-15  Marek Habersack  <mhabersack@novell.com>
10822         * appdomain.c (try_load_from): if IOMAP is in effect, call the
10823         portability API to look up the assembly file. Fixes behavior in
10824         situations when the application has a bin/ directory, but the
10825         assembly search patch refers to Bin/ (and thus the requested file
10826         name is Bin/SomeLibrary.dll). Fixes bug #379888
10828 2008-04-15 Rodrigo Kumpera  <rkumpera@novell.com>
10830         verify.c (mono_type_is_generic_argument): Extracted this check
10831         from a dozen places to here.
10833         verify.c: Fixed all issues related to boxing generic arguments
10834         and their constraints.
10836 2008-04-14 Rodrigo Kumpera  <rkumpera@novell.com>
10838         verify.c (mono_class_interface_implements_interface): Fix win32 build.
10840 2008-04-14  Zoltan Varga  <vargaz@gmail.com>
10842         * reflection.c (mono_custom_attrs_construct): Fix crash when the cattr type
10843         isn't finished yet. Fixes #363447.
10845 2008-04-13  Zoltan Varga  <vargaz@gmail.com>
10847         * class.c (mono_bounded_array_class_get): Fix the name of bounded array types.
10848         Fixes #346419.
10850 2008-04-13  Jb Evain  <jbevain@novell.com>
10852         * domain.c: update the 2.1 profile versions.
10853         Merged from the Moonlight 2 branch.
10855 2008-04-12  Zoltan Varga  <vargaz@gmail.com>
10857         * assembly.c (mono_assembly_load_from_full): Do the check for loading other
10858         mscorlibs for the non-refonly case as well.
10860         * image.c (do_mono_image_load): Remove the mscorlib check, it is already done
10861         in mono_assembly_load_from_full (). Fixes #378924.
10863 2008-04-11  Geoff Norton  <gnorton@novell.com>
10865         * icall.c: The global extern environ doesn't exist on Mac.  We
10866         need to call NSGetEnviron instead.
10868 2008-04-10 Rodrigo Kumpera  <rkumpera@novell.com>
10870         verify.c: Add generic method constraint verification.
10872 2008-04-10 Rodrigo Kumpera  <rkumpera@novell.com>
10874         class.c (mono_class_inflate_generic_method_full): Add a long
10875         explanation to the is_mb_open hack. Remove the FIXME.
10877 2008-04-10 Rodrigo Kumpera  <rkumpera@novell.com>
10879         * verify.c (mono_method_verify): Mark all unknown opcodes
10880         as invalid. Mark jmp as unverifiable.
10882 2008-04-10 Rodrigo Kumpera  <rkumpera@novell.com>
10884         * verify.c: Add code to do type constraint verification on class instances.
10886         * verify.c (mono_verifier_verify_class): Use the type constraint 
10887         verification code.
10889 2008-04-10 Rodrigo Kumpera  <rkumpera@novell.com>
10891         * class.c (mono_class_get_field_default_value): Don't pass cindex
10892         as hint to mono_metadata_get_constant_index. The local is not initialized
10893         and should contain garbage most of the time. This could only work
10894         with a lot of luck.
10896 2008-04-09 Rodrigo Kumpera  <rkumpera@novell.com>
10898         * tokentype.h: Add MONO_TOKEN_GENERIC_PARAM.
10900 2008-04-09 Rodrigo Kumpera  <rkumpera@novell.com>
10902         * class-internals.h: Add generic_param_token to MonoClass::sizes union.
10904         * class.c (mono_class_from_generic_parameter): Save the token of the
10905         generic param in MonoClass::sizes.generic_param_token.
10907         * reflection.c (mono_custom_attrs_from_class): If the class type is
10908         VAR or MVAR retrieve the attributes of the generic param.
10910 2008-04-08 Rodrigo Kumpera  <rkumpera@novell.com>
10912         * class.c (mono_class_init): Do class verification if the verifier
10913         is enabled.
10915 2008-04-08 Rodrigo Kumpera  <rkumpera@novell.com>
10917         * verify-internal.h: Added mono_verifier_verify_class.
10919         * verify.c: Added mono_verifier_verify_class. It checks for
10920         classes with explicit layout that have overlapping reference fields.
10922         * pedump.c: Init the verifier state prior to verification. Fixed
10923         command line arguments.
10925 2008-04-08 Rodrigo Kumpera  <rkumpera@novell.com>
10927         * Makefile.am: Added verify-internals.h, hopefully fix the build.
10929 2008-04-08  Zoltan Varga  <vargaz@gmail.com>
10931         * verify-internals.h: Fix a warning.
10933 2008-04-07 Rodrigo Kumpera  <rkumpera@novell.com>
10935         * verify-internals.h: New header with the verifier configuration
10936         extracted from mini.c.
10938         * verify.c: Implemented the new functions exported by verify-internals.h.
10940 2008-04-07 Rodrigo Kumpera  <rkumpera@novell.com>
10942         * verify.c: Add proper verification of ckfinite.
10944 2008-04-04 Rodrigo Kumpera  <rkumpera@novell.com>
10946         * verify.c (do_conversion): Improved error message to something
10947         more meanfull.
10949         * verify.c (check_is_valid_type_for_field_ops): Fix to work
10950         with primitive types.
10952 2008-04-04 Rodrigo Kumpera  <rkumpera@novell.com>
10954         * verify.c: Added tail prefix checking. Marked icall
10955         as unverifible.
10957 2008-04-04 Rodrigo Kumpera  <rkumpera@novell.com>
10959         * verify.c: Fix the detection of branches to the middle
10960         of an instruction.
10962 2008-04-03 Rodrigo Kumpera  <rkumpera@novell.com>
10964         * verify.c: Implemented verification of volatile. and
10965         unaligned. prefix. Check if a type is valid after retrieving it.
10967 2008-04-01  Dick Porter  <dick@ximian.com>
10969         * process.c (process_get_fileversion): If there's no string block,
10970         set the file language to en_US.  Fixes the other new part of bug
10971         374600.
10973 2008-03-29 Rodrigo Kumpera  <rkumpera@novell.com>
10975         * class.c: New functions mono_method_can_access_field_full and
10976         mono_method_can_access_method_full. They perform type visibility
10977         and type site check.
10979         * class-internal.h: Added exported functions.
10981         * verify.c: Use new functions to implement proper visibility checks.
10983 2008-03-29  Zoltan Varga  <vargaz@gmail.com>
10985         * mono-config.h: Add missing G_BEGIN_DECLS/G_END_DECLS. Fixes #375188.
10987 2008-03-28  Dick Porter  <dick@ximian.com>
10989         * process.c (process_get_fileversion): Use the first language ID
10990         we see, rather than insisting on an invariant language.  Fixes bug
10991         374600.
10993 2008-03-28  Zoltan Varga  <vargaz@gmail.com>
10995         * reflection.c (calc_section_size): Use add_stream_zero to align the size of
10996         the streams to fix reading of invalid memory later.
10998         * metadata.h (MonoType): Use 'MonoTypeEnum' instead of int for the 'type' field
10999         to ease debugging.
11001 2008-03-26  Zoltan Varga  <vargaz@gmail.com>
11003         * marshal.c (signature_dup): Use mono_metadata_signature_alloc ().
11004         (cominterop_method_signature): Ditto. Fix the size passed to memcpy.
11006 2008-03-26  Massimiliano Mantione  <massi@ximian.com>
11007         * threads.h: Added MonoThreadManageCallback type and
11008         mono_thread_set_manage_callback prototype
11009         * object-internals.h: In _MonoThread, renamed unused6 to manage_callback
11010         (used to store the mono_thread_manage callback).
11011         * threads.c: Added mono_thread_set_manage_callback, and handle
11012         "MonoThread->manage_callback" in build_wait_tids.
11014 2008-03-26  Dick Porter  <dick@ximian.com>
11016         * process.c (process_get_fileversion): Set FileVersionInfo strings
11017         to Empty when the resource doesn't have the particular info.
11018         Fixes bug 355717.
11020 2008-03-25 Rodrigo Kumpera  <rkumpera@novell.com>
11022         * verify.c (mono_method_verify): Proper prefix validation.
11024 2008-03-25  Zoltan Varga  <vargaz@gmail.com>
11026         * icall.c (ves_icall_InternalInvoke): Return exceptions thrown by the icall
11027         itself in a separate argument instead of throwing them. Fixes #373448.
11029         * appdomain.c: Bump corlib version.
11031 2008-03-24 Rodrigo Kumpera  <rkumpera@novell.com>
11033         * verify.c: Implemented readonly prefix and verify controled mutability pointers.
11035 2008-03-20  Kornél Pál  <kornelpal@gmail.com>
11037         * file-io.c, filewatcher.c, threadpool.c, threads.c: Removed Windows
11038         version macros.
11040 2008-03-20  Mark Probst  <mark.probst@gmail.com>
11042         * generic-sharing.c, class-internals.h: Code for putting
11043         reflection types into the runtime generic context.
11045 2008-03-19 Rodrigo Kumpera  <rkumpera@novell.com>
11047         * icall.c (ves_icall_get_method_info): Return correct values for the call convention.
11048         Fixes #340662. 
11051 2008-03-17 Rodrigo Kumpera  <rkumpera@novell.com>
11053         * verify.c (VerifyContext): Added instruction prefix data to the struct.
11055         * verify.c (is_compatible_boxed_valuetype): Don't check if the type is a valuetype, been boxed is enough.
11057         * verify.c (do_invoke): Support constrained callvirt form. Grouped similar checks together.
11059         * verify.c (do_cast): Let the result value keep the boxed status.
11061         * verify.c (mono_method_verify): Add proper support for prefixed and implement contrained.
11063 2008-03-17  Jb Evain  <jbevain@novell.com>
11065         * reflection.c: when running on a 2.0 runtime, emit
11066         unconditionally the #~ header version as 2.0, and the
11067         CLI header version as 2.5, for symmetry's sake with csc.
11069 2008-03-16  Zoltan Varga  <vargaz@gmail.com>
11071         * class.c: Remove the unused cache_interface_offsets stuff.
11073         * class.c loader.c domain.c verify.c metadata.c debug-helpers.c threadpool.c
11074         profiler.c: Fix warnings.
11076 2008-03-16  Mark Probst  <mark.probst@gmail.com>
11078         * generic-sharing.c, class-internals.h: Support for putting
11079         methods into the runtime generic context.
11081 2008-03-16  Zoltan Varga  <vargaz@gmail.com>
11083         * class.c (mono_class_setup_fields): Ignore calls made to this function for
11084         classes which are generic instances of not-yet finished typebuilders. Fixes
11085         #351172.
11087         * reflection.c (fixup_method): Add support for FieldOnTypeBuilderInst.
11089 2008-03-15  Zoltan Varga  <vargaz@gmail.com>
11091         * metadata-internals.h (MonoDynamicImage): Add 'generic_def_objects' hash table.
11093         * class-internals.h (MonoMethodInflated): Remove the rarely used reflection_info
11094         field, replace it with a hash table in MonoDynamicImage.
11096         * reflection.c (inflate_mono_method): Access the generic definition object from
11097         image->generic_def_objects instead of imethod->reflection_info.
11099         * reflection.c (mono_reflection_bind_generic_method_parameters): Ditto. 
11101         * icall.c (ves_icall_MonoMethod_GetGenericMethodDefinition): Ditto.
11102         
11103         * image.c (mono_image_close): Move the dynamic image freeing code to a separate
11104         function in reflection.c so it is easier to keep in sync with the dynamic image
11105         creation code.
11107         * reflection.c (mono_dynamic_image_free): New internal function, extracted from
11108         mono_image_close ().
11110 2008-03-15  Mark Probst  <mark.probst@gmail.com>
11112         * class.c (mono_class_generic_sharing_enabled): Disable generic
11113         sharing for all architectures except AMD64 and x86 to fix build.
11115 2008-03-14 Rodrigo Kumpera  <rkumpera@novell.com>
11117         * verify.c: Use the generic definition MonoGenericContext when available.
11118         Remove code for checking generics instance compatibility in favor of
11119         mono_class_is_assignable_from.
11121 2008-03-14  Mark Probst  <mark.probst@gmail.com>
11123         * marshal.c, marshal.h, metadata-internals.h, image.c,
11124         wrapper-types.h: New wrapper for invoking a shared static method
11125         without having to pass the runtime generic context argument.
11127 2008-03-14 Rodrigo Kumpera  <rkumpera@novell.com>
11129         * icall-def.h: Add missing function PerformanceCounterCategory::GetInstanceNames.
11131 2008-03-14  Zoltan Varga  <vargaz@gmail.com>
11133         * reflection.c (mono_image_get_field_on_inst_token): Add caching.
11134         
11135         * reflection.c (mono_image_get_field_on_inst_token): New helper function to
11136         create a token from a FieldOnTypeBuilderInst.
11137         (mono_image_create_token): Handle FieldOnTypeBuilderInst.
11138         (resolve_object): Ditto.
11140         * object-internals.h (MonoReflectionFieldOnTypeBuilderInst): New structure
11141         mirroring System.Reflection.Emit.FieldOnTypeBuilderInst.
11143 2008-03-14  Martin Baulig  <martin@ximian.com>
11145         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 68.
11147         * debug-mono-symfile.h
11148         (MONO_SYMBOL_FILE_VERSION): Bump to 41.
11149         (MONO_SYMBOL_FILE_COMPATIBILITY_VERSION): New #define.
11151 2008-03-10  Martin Baulig  <martin@ximian.com>
11153         * debug-mono-symfile.h
11154         (MonoSymbolFileMethodAddress): Removed `num_lexical_blocks' and
11155         `lexical_block_table_offset'.
11156         (MonoDebugMethodInfo): Removed `num_lexical_blocks' and
11157         `lexical_blocks'.
11158         (MonoSymbolFile): Added `version'.
11160         * mono-debug.h
11161         (MonoDebugLexicalBlockEntry): Removed.
11162         (MonoDebugMethodJitInfo): Removed `num_lexical_blocks' and
11163         `lexical_blocks'.
11165         * mono-debug.c (mono_debug_add_method): Don't compute lexical
11166         blocks here; the debugger now does this internally.
11168 2008-02-27  Martin Baulig  <martin@ximian.com>
11170         * object.c (mono_runtime_exec_main): Call
11171         `mono_debugger_event (MONO_DEBUGGER_EVENT_REACHED_MAIN)' and
11172         `mono_debugger_event (MONO_DEBUGGER_EVENT_MAIN_EXITED)' here.
11174 2008-03-12 Rodrigo Kumpera  <rkumpera@novell.com>
11176         * verify.c (verify_type_compatibility_full): Allow native int to be converted
11177         to native pointer in non-strict mode. Required to "(IntPtr)null" work.
11179 2008-03-12 Rodrigo Kumpera  <rkumpera@novell.com>
11181         * verify.c (verify_ldftn_delegate): Accept a sealed type when using
11182         ldftn with a virtual method.
11184 2008-03-13  Geoff Norton  <gnorton@novell.com>
11186         * decimal.c:  Only include memory.h if the platform has it.
11188 Wed Mar 12 12:11:06 CET 2008 Paolo Molaro <lupus@ximian.com>
11190         * assembly.c, class.c, metadata-internals.h: make sure public key
11191         tokesns are compared in a case-insensitive way. Also, all
11192         the lookups in the GAC use a lowercase public key token
11193         (gaacutil already does the lowercasing on install). Fixes
11194         bug #369541.
11196 2008-03-11 Rodrigo Kumpera  <rkumpera@novell.com>
11198         * verify.c (mono_delegate_signature_equal): Do proper variance check on arguments
11199         and return value.
11201 Tue Mar 11 17:41:38 CET 2008 Paolo Molaro <lupus@ximian.com>
11203         * image.c: when someone loads a mscorlib from a file, return the
11204         currently loaded mscorlib (fixes bug #369253).
11206 Tue Mar 11 16:47:32 CET 2008 Paolo Molaro <lupus@ximian.com>
11208         * class.c: handle types with no parents by forcing them to have
11209         System.Object as a parent and marking them as broken (this currently
11210         allows the first part of bug #369173 to work as well, likely because
11211         we don't check for typeload exceptions everywhere yet).
11213 Tue Mar 11 15:23:54 CET 2008 Paolo Molaro <lupus@ximian.com>
11215         * class.c: more complete check that types belong to corlib
11216         (fixes second part of bug #369173).
11218 2007-03-10  Bill Holmes  <billholmes54@gmail.com>
11220         * generic-sharing.c:  Including glib.h for the MSVC builds to define
11221           "inline" to "__inline" before including mono-membar.h.
11222           
11223         * mono-perfcounters.c:  Adding HAVE_SYS_TIME_H check for MSVC builds.
11224           Rename "Unknown" to "CatTypeUnknown" to avoid name collisions for 
11225           MSVC builds.
11227         Contributed under MIT/X11 license.
11229 2008-03-10 Rodrigo Kumpera  <rkumpera@novell.com>
11231         * verify.c (do_invoke_method): Remove return type validation.
11233         * verify.c (do_ret): Do return type validation at return site instead of
11234         call site.
11236 2008-03-10 Rodrigo Kumpera  <rkumpera@novell.com>
11238         * verify.c (do_invoke_method): Mark callvirt to static methods unverifiable.
11240         * verify.c: Some todos cleaned and improved a few error messages.
11242 2008-03-08  Zoltan Varga  <vargaz@gmail.com>
11244         * class.c (mono_class_setup_mono_type): Improve the test for corlib.
11246 2008-03-07  Zoltan Varga  <vargaz@gmail.com>
11248         * class.c (mono_class_setup_mono_type): Handle types whose name clashes with
11249         system types correctly.
11251         * exception.h exception.c (mono_exception_from_token_two_strings): New helper
11252         function.
11254 2008-03-06  Zoltan Varga  <vargaz@gmail.com>
11256         * assembly.c (build_assembly_name): Fix a warning.
11258 Thu Mar 6 19:43:41 CET 2008 Paolo Molaro <lupus@ximian.com>
11260         * marshal.c: ldfld_remote and stfld_remote needs just one wrapper as
11261         the called function takes an object type argument. Fixes storing or
11262         valuetypes across remoting as well as reducing memory usage.
11263         * image.c, metadata-internals.h: remove now unused ldfld_remote and
11264         stfld_remote wrapper caches.
11266 2008-03-06  Zoltan Varga  <vargaz@gmail.com>
11268         * icall.c (mono_lookup_internal_call): Update the exception message when an icall
11269         is not found.
11271         * reflection.c (mono_image_register_token): New helper function to save
11272         a token->object mapping.        
11274         * icall.c (ves_icall_ModuleBuilder_RegisterToken): New icall to access it from
11275         managed code.
11277         * reflection.c (_mono_reflection_parse_type): Distinguish between vectors and
11278         one dimension arrays. Fixes #367670.
11279         (mono_reflection_get_type_internal): Ditto.
11281 Tue Mar 4 19:04:02 CET 2008 Paolo Molaro <lupus@ximian.com>
11283         * marshal.c: mono_load_remote_field_new() always returns object.
11284         so use the proper signature (fixes bug #366445).
11286 2008-03-04  Zoltan Varga  <vargaz@gmail.com>
11287         
11288         * class-internals.h (MonoMethod): Remove unused uses_this flag, 
11289         add an 'inline_failure' flag instead.
11291 2008-03-04  Mark Probst  <mark.probst@gmail.com>
11293         * domain-internals.h, domain.c: Replaced MonoGenericSharingContext
11294         with a new structure, MonoGenericJitInfo, in the MonoJitInfo.  It
11295         contains the location of "this", used for exception handling.
11297 2008-03-04  Zoltan Varga  <vargaz@gmail.com>
11299         * class.c (mono_class_layout_fields): Set the min alignment of small structs to
11300         their size on all platforms for perf reasons.
11302 2008-03-03 Rodrigo Kumpera  <rkumpera@novell.com>
11304         * reflection.h: Move mono_reflection_is_valid_dynamic_token to
11305         object-internal.h
11307         * object-internal.h: Same.
11309 2008-03-03 Rodrigo Kumpera  <rkumpera@novell.com>
11311         * reflection.h: Fix the build I just broke.
11313 2008-03-03 Rodrigo Kumpera  <rkumpera@novell.com>
11315         * reflection.c (mono_reflection_is_valid_dynamic_token): New function,
11316         Test if a token is valid, this remove explicit usage of 
11317         MonoDynamicImage::tokens from the verifier code.
11319         * reflection.h: Added mono_reflection_is_valid_dynamic_token.
11321         * verify.c (token_bounds_check): Use mono_reflection_is_valid_dynamic_token
11322         instead of direct access to MonoDynamicImage::tokens.
11324 2008-03-03 Rodrigo Kumpera  <rkumpera@novell.com>
11326         * verify.c (token_bounds_check): Fix the build I just broke.
11328 2008-03-03 Rodrigo Kumpera  <rkumpera@novell.com>
11330         * verify.c (token_bounds_check): Fix bounds check for dynamic images.
11332         * verify.c (verifier_load_method): Fixed the errors message.
11334         * verify.c (mono_method_verify): Fixed a debug message.
11336 Thu Feb 28 19:49:45 CET 2008 Paolo Molaro <lupus@ximian.com>
11338         * icall-def.h, domain.c, mono-perfcounters-def.h, mono-perfcounters.c,
11339         mono-perfcounters.h, class-internals.h: support for predefined
11340         writable counters, query of categories and counters, bugfixes.
11342 2008-02-28 Rodrigo Kumpera  <rkumpera@novell.com>
11344         * verify.c (do_refanytype): Verify the refanytype opcode.
11346         * verify.c (mono_method_verify): Use do_refanytype.
11348 2008-02-28 Rodrigo Kumpera  <rkumpera@novell.com>
11350         * verify.c (do_mkrefany): Verify the mkrefany opcode.
11352         * verify.c (mono_method_verify): Use do_mkrefany.
11354 Wed Feb 27 19:49:16 CET 2008 Paolo Molaro <lupus@ximian.com>
11356         * Makefile.am, icall-def.h, icall.c, mono-perfcounters-def.h,
11357         mono-perfcounters.c, mono-perfcounters.h: basic performance counter
11358         implementation.
11360 2008-02-27  Zoltan Varga  <vargaz@gmail.com>
11362         * marshal.c (mono_marshal_get_synchronized_wrapper): Fix the code which throws
11363         the type load exception.
11365 2008-02-27 Rodrigo Kumpera  <rkumpera@novell.com>
11367         * verify.c: Added a few FIXME for method signatures
11369         * verify.c (do_invoke_method): Use mono_method_get_signature_full instead
11370         of mono_method_get_signature and get vararg call working. Removed unused
11371         checks for return value.
11373         * verify.c (do_refanyval): Verify the refanyval opcode.
11375         * verify.c (mono_method_verify): Implemented verification of arglist and
11376         use do_refanyval.
11378 2008-02-27  Zoltan Varga  <vargaz@gmail.com>
11380         * class.c (mono_class_setup_methods): Move the check for synchronized methods on
11381         vtypes to marshal.c.
11383         * marshal.c (mono_marshal_get_synchronized_wrapper): Do the vtype check here so
11384         it works for AOT as well.
11386 Tue Feb 26 17:46:32 CET 2008 Paolo Molaro <lupus@ximian.com>
11388         * monitor.c, threads.c, threadpool.c: replace the use of GetTickCount ()
11389         with mono_msec_ticks () which is monotonic and doesn't cause bugs when
11390         the system time is adjusted.
11392 Tue Feb 26 17:40:10 CET 2008 Paolo Molaro <lupus@ximian.com>
11394         * icall.c, icall-def.h: use the new time functions (fixes the
11395         non-monotonic behaviour of TickCount).
11397 2008-02-26  Zoltan Varga  <vargaz@gmail.com>
11399         * reflection.c (mono_custom_attrs_from_builders): Revert the last change as
11400         it breaks the build.
11401         
11402         * reflection.c (mono_custom_attrs_from_builders): Assert instead of a crash if the
11403         cattr is not finished yet.
11405 2008-02-25 Rodrigo Kumpera  <rkumpera@novell.com>
11407         * verify.c: Proper token validation for field, method and type.
11409 2008-02-25 Rodrigo Kumpera  <rkumpera@novell.com>
11411         * loader.c (field_from_memberref): Generate a loader error if the type is not found.
11413         * loader.c (method_from_memberref): Generate type load error instead of method missing
11414         if the type is not found.
11416 2008-02-23  Zoltan Varga  <vargaz@gmail.com>
11418         * marshal.c (mono_marshal_emit_managed_wrapper): Avoid generating invalid IL if
11419         some of the conversions caused the generation of a marshal directive exception.
11421 2008-02-21 Rodrigo Kumpera  <rkumpera@novell.com>
11423         verify.c: Report which exception should be thrown by the JIT.
11424         Added a lot of FIXME notes.
11426 2008-02-22  Mark Probst  <mark.probst@gmail.com>
11428         * generic-sharing.c: Runtime generic context slots are not
11429         instantiated on init anymore.  Instead, provide function to do the
11430         instantiating on demand.
11432         * class-internals.h: Added vtable to runtime generic context.
11433         Macros for encoding direct and indirect slot offsets in one
11434         guint32.
11436 2008-02-21  Mark Probst  <mark.probst@gmail.com>
11438         * object.c, generic-sharing.c: Moved some generic sharing code
11439         from object.c to generic-sharing.c.
11441         * generic-sharing.c: Added support for extensible runtime generic
11442         context.
11444         * metadata-internals.h: Two new hash tables in MonoImage for
11445         extensible runtime generic context support.
11447         * domain.c: Unregister generic vtables upon domain unloading.
11449         * image.c: Destroy new hash tables upon image unloading.
11451         * metadata.c: Unregister generic subclasses upon image unloading.
11453         * class-internals.h: New data structure for runtime generic
11454         context template.  New fields in the runtime generic context for
11455         extensible part.
11457         * Makefile.am: Added generic-sharing.c.
11459 2008-02-21 Rodrigo Kumpera  <rkumpera@novell.com>
11461         icall.c (ves_icall_System_Reflection_Module_ResolveTypeToken): If
11462         there is a pending loader exception, raise it.
11464         icall.c (ves_icall_System_Reflection_Module_ResolveMethodToken): 
11465         same.
11467         icall.c (ves_icall_System_Reflection_Module_ResolveFieldToken): 
11468         same.
11470         Fixes #363450.
11472 2008-02-20  Zoltan Varga  <vargaz@gmail.com>
11474         * icall.c (ves_icall_Type_GetPacking): Handle dynamic types.
11476         * assembly.c (mono_assembly_load_from_full): Fix a leak in the previous patch.
11477         
11478         * assembly.c (mono_assembly_load_from_full): Return the non-refonly corlib for
11479         ref-only requests for compatibility with MS.
11481 2008-02-20  Raja R Harinath  <harinath@hurrynot.org>
11483         * reflection.c (mono_custom_attrs_from_method): Don't silently
11484         return an empty list for generic method instances.
11485         (mono_custom_attrs_from_param): Likewise.
11487 2008-02-20  Rodrigo Kumpera  <rkumpera@novell.com>
11488             Raja R Harinath  <harinath@hurrynot.org>
11490         Fix #354757
11491         * class-internals.h (struct _MonoMethodInflated.is_mb_open): Add.
11492         * class.c (mono_class_inflate_generic_method_full): Initialize it
11493         when a fully-open method is instantiated.
11494         * metadata.c (inflated_method_equal, inflated_method_hash): Update
11495         to new field.
11496         * reflection.c (inflate_mono_method): Don't create a temporary context.
11498 2008-02-20  Raja R Harinath  <harinath@hurrynot.org>
11500         * icall.c (ves_icall_MonoMethod_GetGenericMethodDefinition):
11501         Compute correct value, to prepare for imethod->reflection_info going away.
11503 2008-02-19  Zoltan Varga  <vargaz@gmail.com>
11505         * class.c (mono_class_setup_vtable_general): Ignore static methods in interfaces.
11507 2008-02-18 Rodrigo Kumpera  <rkumpera@novell.com>
11509         * verify.c: Implement skip visibility flag.
11511 2008-02-18 Rodrigo Kumpera  <rkumpera@novell.com>
11513         * verify.h: Added MONO_VERIFY_SKIP_VISIBILITY and struct MonoVerifyInfoExtended
11514         which contains an extra field to tell the kind of exception that should be thrown.
11516         * verify.c: Use MonoVerifyInfoExtended instead of MonoVerifyInfo.
11518 2008-02-17  Raja R Harinath  <harinath@hurrynot.org>
11520         * loader.c (mono_method_get_param_names): Initialize 'klass' after
11521         'method' is updated.
11523 2008-02-11  Zoltan Varga  <vargaz@gmail.com>
11525         * class.c (mono_class_layout_fields): Set class->min_align for classes using
11526         explicit layout as well. Fixes #360375.
11528 2008-02-11  Geoff Norton  <gnorton@novell.com>
11530         * loader.c: Guard and dereference against inflated generic methods
11532 2008-02-10  Gert Driesen  <drieseng@users.sourceforge.net>
11534         * class.c: Include Retargetable spec in assembly name.
11535         * assembly.c: Always include PublicKeyToken spec in assembly name
11536         (with value "null" if assembly is not signed), and include
11537         Retargetable spec.
11538         * icall-def.h: Added icall for Assembly.get_fullname.
11539         * icall.c: Added icall returning the fullname of an assembly.
11541 2008-02-09  Zoltan Varga  <vargaz@gmail.com>
11543         * class.c (mono_class_setup_vtable_general): Add a missing call to
11544         mono_class_setup_methods () which is needed in the AOT case.
11546 2008-02-08 Rodrigo Kumpera  <rkumpera@novell.com>
11548         * verify.c (mono_type_get_stack_name): Added. Return the name for the
11549         stack type of the given MonoType.
11551         * verify.c (verify_type_compatibility_full): Handle the void type.
11553         * verify.c (is_compatible_boxed_valuetype): Changed to fit the
11554         way stack merging works.
11556         * verify.c (store_local): Improved verification message.
11558         * verify.c (do_branch_op): If the merging is invalid, the method
11559         is unverifiable and not invalid. Improved error message.
11561         * verify.c (merge_stacks): Properly merge a boxed valuetype and
11562         a reference type diferent than System.Object. Improved error
11563         message.
11565 2008-02-07 Rodrigo Kumpera  <rkumpera@novell.com>
11567         * verify.c (mono_type_is_enum_type): Added. Test if a type is an enum.
11569         * verify.c (mono_type_get_underlying_type_any): Added. Return the underlying
11570         type of an enum even if the argument is byref.
11572         * verify.c: Replace all explicit uses of enumtype and enum_basetype
11573         to calls to mono_type_is_enum_type and mono_type_get_underlying_type_any.
11575         * verify.c: Check for an enum in all cases of MONO_TYPE_GENERICINST.
11577         *verify.c (verify_type_compatibility_full): Make enum types
11578         compatible with their base types.
11580         * verify.c (is_compatible_boxed_valuetype): Added. Check if both
11581         types are compatible for the special case of a boxed valuetype and
11582         System.Object.
11584         * verify.c (verify_stack_type_compatibility): The function
11585         is_compatible_boxed_valuetype was extracted from here.
11587         * verify.c (push_arg): Only set ctx->has_this_store if the method
11588         is not static.
11590         * verify.c (do_ldelem): Fixed a typo in an error message and added
11591         strict check for mixing int32 and native int as the array type
11592         and ldelem type.
11594         * verify.c (merge_stacks): Consider boxed valuetypes in the
11595         compatibility checks.
11597 2008-02-07  Massimiliano Mantione  <massi@ximian.com>
11598         * profiler.h: (MonoGCEvent): Added start-stop the world events.
11600 2008-02-06  Massimiliano Mantione  <massi@ximian.com>
11601         *class.c: use_new_interface_vtable_code: renamed the env var to have
11602         a "MONO_" prefix, and fix the logic to enable it by default.
11604 2008-02-06  Massimiliano Mantione  <massi@ximian.com>
11605         *class.c:
11606         mono_class_setup_vtable_general: rewrote the way in which interface
11607         methods are added to vtables. Makes bug-77127.exe pass, and hopefully
11608         makes the code more maintainable.
11609         For now the old code is still there, and can be activated setting
11610         the env var "USE_NEW_INTERFACE_VTABLE_CODE".
11612 2008-02-06 Rodrigo Kumpera  <rkumpera@novell.com>
11614         * verify.c: guarded some debug functions around and #ifdef.
11616         * verify.c (merge_stacks): implement proper PIII 1.8.1.3 stack state merging.
11618 2008-02-06  Zoltan Varga  <vargaz@gmail.com>
11620         * marshal.c (mono_marshal_get_runtime_invoke): Revert the direct_wrapper
11621         changes for now since they seem to break too many things.
11623 2008-02-05  Mark Probst  <mark.probst@gmail.com>
11625         * marshal.c, marshal.h (mono_marshal_find_bitfield_offset,
11626         mono_marshal_find_nonzero_bit_offset): Added macro and function
11627         for finding the byte- and bit-offset of a bitfield within a
11628         struct.
11630 2008-02-05  Zoltan Varga  <vargaz@gmail.com>
11632         * marshal.c (mono_marshal_get_ptr_to_struct): Make the signature non-pinvoke.
11633         (mono_marshal_get_struct_to_ptr): Ditto.
11635         * marshal.c (mono_marshal_get_runtime_invoke): Fix the signature of 
11636         cctor_signature.
11638 2008-02-03  Zoltan Varga  <vargaz@gmail.com>
11640         * marshal.c (mono_marshal_get_runtime_invoke): Fix sharing of runtime wrappers
11641         between methods for non-corlib types.
11643 2008-02-02  Geoff Norton  <gnorton@novell.com>
11645         * loader.c (mono_method_get_param_names): Populate the parameter name for 
11646         generic parameters as well. (Fixes #342536)
11648 2008-01-31 Rodrigo Kumpera  <rkumpera@novell.com>
11650         * verify.c (is_valid_bool_arg): Allow boxed values and null literals as well.
11652         * verify.c (do_invoke_method): Fix for calling with byref structs.
11654         * verify.c (do_cast): push a boxed value type based on the type token and not
11655         the type of stack.
11657 2008-01-31  William Holmes  <billholmes54@gmail.com>
11659         * process.c (process_module_string_read): Check the size returned form 
11660           VerQueryValue to avoid out of memory exception. 
11662 2008-01-30  Zoltan Varga  <vargaz@gmail.com>
11664         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): 
11665         Handle properly modules which are not in the moduleref table. Fixes
11666         #356938.
11668 2008-01-29  Zoltan Varga  <vargaz@gmail.com>
11670         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): Remove
11671         the dynamic case which is now in managed code.
11672         (ves_icall_System_Reflection_Assembly_GetTypes): Ditto.
11674         * marshal.c (mono_string_to_bstr): Fix a warning.
11675         (init_com_provider_ms): Ditto.
11677         * appdomain.c (ves_icall_System_AppDomain_createDomain): Add some FIXMEs.
11679         * exception.c (mono_get_exception_out_of_memory): New helper function.
11681 2008-01-28  Jonathan Chambers  <joncham@gmail.com>
11683         * marshal.c: Add support for BSTR marshalling
11684         using other COM systems.
11686         Code is contributed under MIT/X11 license.
11688 2008-01-28 Rodrigo Kumpera  <rkumpera@novell.com>
11690         * object.c (mono_runtime_invoke_array): reverted previous
11691         commit as it breaks the build.
11693 2008-01-28 Rodrigo Kumpera  <rkumpera@novell.com>
11695         * object.c (mono_runtime_invoke_array): Verify arguments for
11696         invalid types. Fixes #348522.
11698 2008-01-28 Rodrigo Kumpera  <rkumpera@novell.com>
11700         * verify.c: added IL_CODE_CALL_NONFINAL_VIRTUAL to track calls to
11701         non-final virtual calls using call. 
11703         * verify.c (do_invoke): fixed some TODOs.
11705         * verify.c (push_arg): set has_this_store for "ldarga 0".
11707 2008-01-27  Zoltan Varga  <vargaz@gmail.com>
11709         * reflection.c (reflection_methodbuilder_to_mono_method): Allow DynamicMethods
11710         which belong to an inflated class. Fixes #356531.
11712 2008-01-26  Robert Jordan  <robertj@gmx.net>
11714         * file-io.c: Implement and use wrappers for GetFileAttribute|Ex ()
11715         which resort to FindFirstFile when a certain error condition
11716         (ERROR_SHARING_VIOLATION) occured. Fixes bug #325212.
11717         Code is contributed under MIT/X11 license.
11719 2008-01-24  Jonathan Chambers  <joncham@gmail.com>
11721         * marshal.c (emit_marshal_string): Fix out string marshalling
11722         to use specified encoding. Fixes #323900.
11724         Code is contributed under MIT/X11 license.
11726 2008-01-24  Raja R Harinath  <harinath@hurrynot.org>
11728         * class.c (mono_class_inflate_generic_method_full): Don't modify
11729         iresult->context after cache check.
11731 2008-01-23  Zoltan Varga  <vargaz@gmail.com>
11733         * class.c (mono_class_inflate_generic_method_full): Change the
11734         struct assignments to memcpy for better visibility and add some comments.
11736 2008-01-23  Dick Porter  <dick@ximian.com>
11738         * threads.c (mono_threads_set_shutting_down): Simplify shutdown
11739         procedure, and make it work on windows.
11741 2008-01-22  Zoltan Varga  <vargaz@gmail.com>
11743         * object-internals.h (MonoReflectionGenericClass): Make the 'generic_type' field
11744         a MonoReflectionTypeBuilder since it is always of that type.
11746         * reflection.c (mono_type_get_object): Remove an unneccesary check.     
11748         * reflection.c (mono_generic_class_get_object): Simplify this a bit.
11750         * reflection.c (mono_reflection_bind_generic_parameters): Ditto.
11751         
11752         * icall.c (ves_icall_MonoGenericClass_GetParentType): Ditto.
11754         * icall.c (ves_icall_MonoGenericClass_GetInterfaces): Ditto.
11756         * reflection.c (mono_reflection_create_runtime_class): Remove already created
11757         instantiations from the type cache.
11759 2008-01-21 Rodrigo Kumpera  <rkumpera@novell.com>
11761         * verify.c (do_ldstr): fixed token verification. previous code was 100% broken.
11763         * verify.c (do_unbox_value): push a controled mutability managed pointer.
11765 2008-01-21 Rodrigo Kumpera  <rkumpera@novell.com>
11767         * verify.c (do_ldstr): added, verifies if the #US token is valid.
11769         * verify.c (mono_method_verify): removed old TODO
11771 2008-01-21 Rodrigo Kumpera  <rkumpera@novell.com>
11773         * verify.c (do_newobj): add visibility check.
11775 2008-01-21 Rodrigo Kumpera  <rkumpera@novell.com>
11777         * verify.c (do_load_function_ptr): add visibility check.
11779 2008-01-21  Massimiliano Mantione  <massi@ximian.com>
11780         *class.c:
11781         mono_generic_class_get_class: hook profiler events.
11782         mono_field_get_offset: added to support heap-shot in the new profiler.
11783         *class.h: exported mono_field_get_offset.
11784         * reflection.c:
11785         mono_reflection_setup_internal_class: hook profiler events.
11787 2008-01-20  Zoltan Varga  <vargaz@gmail.com>
11789         * marshal.c (mono_marshal_emit_native_wrapper): Add a 'check_exceptions' 
11790         argument here too and use it to avoid checking for pending exceptions if 
11791         possible.
11793 2008-01-20  Gert Driesen  <drieseng@users.sourceforge.net>
11795         * assembly.c (build_assembly_name): add arg for passing the assembly
11796         flags. Do not consider a PublicKey with value "null" valid.
11797         (mono_assembly_name_parse_full): added boolean argument that will be
11798         set if the assembly name contains a PublicKeyToken spec. Added support
11799         for the Retargetable spec for which only Yes or No are allowed as valid
11800         value. Consider assembly name invalid if Retargetable spec is set, but
11801         either version, culture or public key (token) are not specified.
11802         * metadata-internals.h: sync signature of mono_assembly_name_parse_full
11803         with implementation in assembly.c.
11804         * icall.c (fill_reflection_assembly_name): also copy assembly flags
11805         from MonoAssemblyName.
11806         (ves_icall_System_Reflection_AssemblyName_ParseName): use newly
11807         introduced argument for mono_assembly_name_parse_full to know if the
11808         assembly name has a PublicKeyToken spec, and if it has instruct
11809         fill_reflection_assembly_name to use default value for keyToken (if
11810         PublicKeyToken is null).
11812 2008-01-18  Rodrigo Kumpera  <rkumpera@novell.com>
11814         * verify.c (mono_method_verify): fixed ovf ops with
11815         float values. They are unverifiable now.
11817 2008-01-18  Rodrigo Kumpera  <rkumpera@novell.com>
11819         * class.c (set_failure_from_loader_error): add BadImageException to the
11820         list of exceptions that can cause a type to fail to load.
11822         * class.c (mono_class_get_exception_for_failure): same.
11824 2008-01-17  Rodrigo Kumpera  <rkumpera@novell.com>
11826         * verify.c (in_any_exception_block): added, check if offset
11827         is part of any exception handling clause.
11829         * verify.c (get_stack_type): added VAR and MVAR types.
11831         * verify.c (do_stobj): better error messages.
11833         * verify.c (do_cpobj): added, check cpobj.
11835         * verify.c (do_initobj): added, check initobj.
11837         * verify.c (do_sizeof): added, check sizeof.
11839         * verify.c (do_localloc): added, check localloc.
11841         * verify.c: adde proper verification for cpobj, initobj, sizeof and localloc.
11843 2008-01-17  Zoltan Varga  <vargaz@gmail.com>
11845         * method-builder.c (mono_mb_emit_native_call): Get rid of the unused
11846         save_lmf/restore_lmf opcodes.
11848         * threads.c (mono_threads_install_notify_pending_exc): New function to
11849         install a callback notifying the JIT there is a pending exception on a thread.
11850         (mono_thread_request_interruption): Call the new callback.
11851         (mono_thread_get_and_clear_pending_exception): New function to return the
11852         exception pending on a thread.
11854         * marshal.c (mono_marshal_get_icall_wrapper): Add a check_exceptions argument
11855         to turn off checking for pending exceptions.
11856         (mono_marshal_get_native_wrapper): Ditto.
11858 2008-01-16  Zoltan Varga  <vargaz@gmail.com>
11860         * threads-types.h: Get rid of the unnecessary extern declarations.
11862 2008-01-16  Gert Driesen  <drieseng@users.sourceforge.net>
11864         * icall.c (ves_icall_Type_GetField): if NonPublic flag is set, only
11865         return field from parent class if not private.
11866         (ves_icall_Type_GetFields_internal): if NonPublic flag is set, only
11867         returns fields from parent class if they are not private.
11868         (method_nonpublic): added function to determine if a given method
11869         should be considered non-public. Returns false for private methods
11870         on parent class, and internal methods from parent on the 1.0 profile.
11871         (ves_icall_Type_GetMethodsByName): if NonPublic flag is set, then
11872         use method_nonpublic function to determine whether method should be
11873         returned.
11874         (property_accessor_public): use newly introduced method_nonpublic
11875         function to determine whether accessor is non-public. 
11876         (ves_icall_MonoType_GetEvent): If NonPublic flag is set, only return
11877         event from parent class if not private. Only return static event if
11878         Static flag is set, and only return static event from parent class if
11879         FlattenHierarchy flag is set.
11880         (ves_icall_Type_GetEvents_internal): If NonPublic flag is set, only
11881         include non-private events from parent class.
11883 2008-01-16  Zoltan Varga  <vargaz@gmail.com>
11885         * icall.c (ves_icall_System_NumberFormatter_GetFormatterTables): Fix a
11886         warning.
11888 2008-01-16  Wade Berrier <wberrier@novell.com>
11890         * security.c: Add assembly.h header to appease some warnings
11892 2008-01-16  Dick Porter  <dick@ximian.com>
11894         * process.c (process_module_string_read): Remove trailing null
11895         when saving string.
11897 2008-01-16  Mark Probst  <mark.probst@gmail.com>
11899         * class-internals.h: A new data structure describing the layout of
11900         a runtime generic context (MonoRuntimeGenericContextTemplate).
11902         * metadata-internals.h: Added a hash table to MonoDomain that maps
11903         from open generic classes to their runtime generic context
11904         templates.
11906         * object.c: Building of the runtime generic context, including
11907         proper handling of generic type arguments of superclasses.
11908         Building of the runtime generic context according to the template.
11910 2008-01-15  Zoltan Varga  <vargaz@gmail.com>
11912         * class.c (mono_class_setup_fields): Set field.count for generic instances.
11913         Fixes #350856.
11915         * image.c (do_mono_image_open): Pass TRUE as last_exists to 
11916         mono_portability_find_file (). Fixes #325466.
11917         (mono_image_get_public_key): Fix a warning.
11919 2008-01-14  Zoltan Varga  <vargaz@gmail.com>
11921         * class.c (mono_class_from_name): Fix comments for NULL-ness of image parameter.
11922         Fixes #353550.
11923         (mono_class_from_name_case): Ditto.
11925 2008-01-13  Eyal Alaluf <eyala@mainsoft.com>
11927         * icall-def.h number-formatter.h icall.c: Implemented a cross app-domain
11928           common storage for the tables used in the System/NumberFormatter class.
11930 2008-01-13  Zoltan Varga  <vargaz@gmail.com>
11932         * marshal.c (mono_marshal_get_runtime_invoke): Fix a typo.
11934 2008-01-11  Rodrigo Kumpera  <rkumpera@novell.com>
11936         * verify.c (get_boxable_mono_type): check if the token is valid.
11938         * verify.c (set_stack_value): changed to add an error if an
11939         invalid type is set on stack. Changed all callers due to signature change.
11941         * verify.c (do_stobj): implement stobj validation.
11943 2008-01-11  Zoltan Varga  <vargaz@gmail.com>
11945         * reflection.c (reflection_methodbuilder_to_mono_method): No need to
11946         set container->is_method, it was set earlier.
11948         * metadata.c (type_in_image): Handle MVARs which belong to not finished
11949         generic methods.
11951         * reflection.c (mono_reflection_initialize_generic_parameter): Set
11952         is_method of the generic container to TRUE for methods.
11954 2008-01-10  Zoltan Varga  <vargaz@gmail.com>
11956         * metadata.c (type_in_image): Handle type parameters properly.
11958         * class-internals.h (MonoGenericParam): Add an 'image' argument to track
11959         memory ownership of this structure.
11961 2008-01-10  Rodrigo Kumpera  <rkumpera@novell.com>
11963         * verify.c (get_boxable_mono_type): make typedref types been just
11964         unverifiable. check for void type.
11966         * verify.c (do_unbox_any): added, verify opcode unbox.any.
11968         * verify.c (do_load_function_ptr): accept method spec tokens.
11970 2008-01-10  Zoltan Varga  <vargaz@gmail.com>
11972         * marshal.c (mono_class_native_size): Always set *align even if this is called
11973         recursively.
11975 2008-01-09  Zoltan Varga  <vargaz@gmail.com>
11977         * verify.c (mono_verify_corlib): Remove this as it was not used and was 
11978         out-of-date.
11980 2008-01-09  Rodrigo Kumpera  <rkumpera@novell.com>
11982         * verify.c: removed some old unused tables. A huge bunch of small fixes
11983         to things found while testing the verifier with mono basic.
11985         * verify.c (dump_stack_value): dump null literal flag to.
11987         * verify.c (verify_type_compatibility_full): fix comparison
11988         for types that have a generic super type.
11990         * verify.c (verify_stack_type_compatibility): fix compatibility
11991         between null literals and reference types. fix compatibility between
11992         boxed valuetypes and object. fix corner case test for enums.
11994         * verify.c (do_cmp_op): proper verification of cgt.un in case
11995         of reference types.
11997         * verify.c (do_invoke_method): fix error message.
11999         * verify.c (do_store_indirect
12001         * verify.c (check_is_valid_type_for_field_ops): proper verification
12002         of managed pointers to valuetypes and boxed valuetypes. proper verification
12003         of null literals.
12005         * verify.c (do_unbox_value): expect valuetypes to be always boxed. don't
12006         allow token to be a reference type.
12008         * verify.c (do_cast): proper handling of boxes valuetypes.
12010         * verify.c (do_stelem): proper handling of storing a boxed valuetype
12011         in object[].
12013         * verify.c (mono_method_verify): pass the opcode to do_cmp_op
12014         to handle cgt.un properly. Implement add/mul/sub ovf opcodes.
12015         fixed the decoding of unbox_any
12017 2008-01-08  Zoltan Varga  <vargaz@gmail.com>
12019         * boehm-gc.c (mono_gc_deregister_root): Fix the size passed to libgc.
12021 2008-01-08  Rodrigo Kumpera  <rkumpera@novell.com>
12023         * verify.c (do_newobj): do delegate verification.
12025         * verify.c (verify_delegate_compatibility): perform delegate
12026         verification.
12028         * verify.c (verify_ldftn_delegate): perform tests related to
12029         ldftn delegates.
12031         * verify.c (mono_delegate_signature_equal): perform the
12032         slightly diferent signature comparison required by delegates.
12034         * metadata.c (mono_metadata_type_equal_full): added and exported
12035         as MONO_INTERNAL. This is a version of mono_metadata_type_equal that
12036         allows signature only comparison.
12038         * metadata-internal.h (mono_metadata_type_equal_full): added and exported
12039         as MONO_INTERNAL.
12041 2008-01-07  Rodrigo Kumpera  <rkumpera@novell.com>
12043         * verify.c: added a bunch of stack_slot_* functions to
12044         make access to stack slot type easier. This is required to
12045         allow optional flags, like null literal, boxed value and
12046         this pointer.
12047         All access paths to IlStackDesc::stype have been changed 
12048         to use these new funcions.
12049         Removed a bunch of unused functions and cleared all warnings.
12050         This patch introduces the usage of the this pointer and 
12051         boxed value flags.
12053 2008-01-07  Zoltan Varga  <vargaz@gmail.com>
12055         * boehm-gc.c (mono_gc_deregister_root): Fix win32 build.
12057 2008-01-06  Zoltan Varga  <vargaz@gmail.com>
12059         * appdomain.c (ves_icall_System_AppDomain_ExecuteAssembly): Change signature to
12060         match managed version.
12062         * appdomain.c: Bump corlib version.
12063         
12064         * appdomain.c (ves_icall_System_AppDomain_ExecuteAssembly): Check for a null
12065         argument.
12067 2008-01-06  Gert Driesen  <drieseng@users.sourceforge.net>
12069         * icall.c (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies)
12070         Set public key token to zero-length byte array if assembly is not
12071         strongnamed.
12073 2008-01-05  Zoltan Varga  <vargaz@gmail.com>
12075         * icall.c (ves_icall_System_Array_SetValueImpl): Use a write barrier when
12076         writing a vtype array elem.
12078 2007-01-05  Gert Driesen  <drieseng@users.sourceforge.net>
12080         * assembly.c (build_assembly_name): return FALSE if length of token is
12081         not 16 (if not "null").
12082         (mono_assembly_name_parse_full): return FALSE if value of version,
12083         culture, token or key is 0.
12084         * icall.c (fill_reflection_assembly_name): add boolean arguments to
12085         specify whether public key and public key token must be set to default
12086         value (zero-length byte array) if not available. Set versioncompat to
12087         SameMachine. If public key is available or the default is set, then
12088         set PublicKey flag.
12089         (ves_icall_System_Reflection_Assembly_FillName): if no public key
12090         is available, use empty byte array as default value. On the 2.0
12091         profile, use default value for public key token if not set.
12092         (ves_icall_System_Reflection_InternalGetAssemblyName): on the 1.0
12093         profile, use default value for public key if not set. On the 2.0
12094         profile, use default value for public key token if not set.
12095         (ves_icall_System_Reflection_AssemblyName_ParseName): do not set
12096         default values for public key and public key token.
12098 2008-01-05  Zoltan Varga  <vargaz@gmail.com>
12100         * object-internals.h (MonoReflectionAssemblyName): Add 'processor_architecture'
12101         field to keep it in synch with the managed object.
12103         * marshal.c (emit_marshal_object): Add support for byref marshalling of
12104         delegates. Fixes #351520.
12106         * sgen-gc.c (conservatively_pin_objects_from): Tell valgrind that the pin queue
12107         contains defined memory.
12108         
12109         * sgen-gc.c: Fix 64 bit warnings. Fix some typos. Update GC stats in mono_stats.
12111         * sgen-gc.c (build_nursery_fragments): Handle half-constructed objects correctly.
12112         
12113         * sgen-gc.c (check_consistency): New helper function to do a consistency check
12114         of the GC data structures.
12116         * gc-internal.h: Moved the REGISTER/UNREGISTER macros here from os/gc_wrapper.h.
12118         * *.c: Include metadata/gc-internal.h instead of os/gc_wrapper.h.
12119         
12120         * object.c (mono_array_full_copy): Fix detection of whenever to use a write
12121         barrier.
12122         (mono_array_clone_in_domain): Ditto.
12123         (mono_array_clone_in_domain): Ditto.
12125         * threads.c (start_wrapper): Register the thread start argument as a GC root.
12126         (cache_culture): Use a write barrier.
12128         * icall.c (ves_icall_System_Array_SetValueImpl): Call a write barrier.
12129         (ves_icall_get_property_info): Ditto.
12131         * object.h (MONO_STRUCT_SETREF): New macro.
12133         * class-internals.h (MonoStats): Add some GC statistics.
12135         * boehm-gc.c null-gc.c: Define mono_gc_deregister_root ().
12137 2008-01-04  Andreas Faerber  <andreas.faerber@web.de>
12139         * exception.c (mono_exception_from_name_two_strings):
12140         Break from loop after method is found.
12142 2008-01-04  Dick Porter  <dick@ximian.com>
12144         * process.c (process_module_string_read): Rename variable to
12145         reflect correct usage, after fixing bug 345972.
12147 2008-01-03  Rodrigo Kumpera  <rkumpera@novell.com>
12149         * verify.c (mono_type_create_fnptr_from_mono_method): 
12150         created a MonoType function pointer instance to be used during
12151         verification. The verifier releases this memory at end.
12153         * verify.c (mono_method_is_constructor): extracted repeated
12154         checks for constructor into a single class.
12156         * verify.c (do_push_field): use new extracted method
12157         for constructor check.
12159         * verify.c (do_newobj): same.
12161         * verify.c (do_ldftn): renamed to do_load_function_ptr
12162         and make it verify ldvirtftn too.
12164         * verify.c (mono_method_verify: proper verification
12165         of ldvirtftn. release created MonoMethod instances.
12167 2007-12-31  Rodrigo Kumpera  <rkumpera@novell.com>
12169         * verify.c (token_bounds_check): added.
12171         * verify.c (do_ldftn): added.
12173         * verify.c (mono_method_verify): proper verificartion of ldftn.
12175 2007-12-31  Rodrigo Kumpera  <rkumpera@novell.com>
12177         * metadata.c (mono_metadata_decode_row): Assert if index is bigger
12178         than the table row count. It's the resposibility of the caller to
12179         make the bounds check and raise the correct error.
12181         * metadata.c (mono_metadata_decode_row_col): Same.
12183         * loader.c (mono_get_method_from_token): perform bounds check
12184         on token for methoddef table.
12186 2007-12-29  Miguel de Icaza  <miguel@novell.com>
12188         * icall.c
12189         (ves_icall_System_CurrentSystemTimeZone_GetTimeZoneData): Turn the
12190         assert into a negative result, the managed code already coped with
12191         that.
12193         Some folks on Windows reported this error. 
12195 2007-12-28  Gert Driesen  <drieseng@users.sourceforge.net>
12197         * appdomain.c: Bump corlib version.
12198         * icall.c:
12199         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies): Use
12200         CultureInfo.CreateCulture to create CultureInfo for name.
12201         (fill_reflection_assembly_name): Use CultureInfo.CreateCulture to
12202         create CultureInfo for name. Fixes bug #347174.
12204 2007-12-27  Rodrigo Kumpera  <rkumpera@novell.com>
12206         * verify.c: added IL_CODE_FLAG_STACK_INITED and IL_CODE_STACK_MERGED
12207         flags.
12209         * verify.c (is_valid_branch_instruction): allow branching to the
12210         first instruction of the protected block.
12212         * verify.c (is_valid_cmp_branch_instruction): same.
12214         * verify.c (stack_init): use IL_CODE_FLAG_STACK_INITED flag to
12215         avoid double initialization.
12217         * verify.c (merge_stacks): use IL_CODE_STACK_MERGED to
12218         detect which cases the eval stack should just be copied.
12220         * verify.c (mono_method_verify): check if the eval stack
12221         is empty when entering a protected block.
12223 2007-12-27  Rodrigo Kumpera  <rkumpera@novell.com>
12225         * verify.c: added is_clause_in_range, is_clause_inside_range,
12226         is_clause_nested and verify_clause_relationship. They perform
12227         the verifications stated in P1 12.4.2.7.
12229         * verify.c (mono_method_verify): remove some unused variables,
12230         add the new exception clause checks, add instruction border
12231         checks for protected block start/end, improved some error 
12232         messages and fixed a bug in the way invalid instruction access
12233         is detected.
12235 2007-12-26  Zoltan Varga  <vargaz@gmail.com>
12237         * boehm-gc.c (mono_gc_register_thread): Use the new GC_register_my_thread () routine
12238         from GC 7.0 if available.
12240         * object.c: Remove an unused define.
12241         
12242         * object.c (mono_class_compute_gc_descriptor): Fix a warning.
12244         * boehm-gc.c (mono_gc_make_descr_for_array): Implement.
12246         * null-gc.c (mono_gc_make_descr_for_array): Implement.
12248         * object.c (mono_class_compute_gc_descriptor): Remove an #ifdef SGEN_GC.
12250         * gc-internal.h: Change the signature of mono_gc_make_descr_for_string ()
12251         to take the same arguments as the other make_descr functions.
12253         * boehm-gc.c null-gc.c: Add implementation for make_descr functions.
12255         * objects.c: Get rid of the MAKE_DESCRIPTOR macros, call make_descr functions
12256         directly.
12258         * boehm-gc.c (mono_gc_base_init): Moved the setting of GC_stackbottom here from
12259         mini.c.
12261         * object.c (mono_class_compute_gc_descriptor): Move the GC_init_gcj_malloc () 
12262         call to boehm-gc.c.
12264         * boehm-gc.c (mono_gc_register_root): Fix a warning.
12266         * null-gc.c (mono_gc_register_root): Fix a warning.
12268         * reflection.c (ALLOC_REFENTRY): Use mono_gc_alloc_fixed for boehm as well.
12270         * boehm-gc.c (mono_gc_register_root): Moved definition here from gc_wrapper.h.
12271         (mono_gc_base_init): Call GC_init ().
12273         * null-gc.c: Define mono_gc_register_root () as a no-op.
12275         * domain.c appdomain.c: Call mono_gc_base_init () instead of MONO_GC_PRE_INIT ().
12277 2007-12-24  Rodrigo Kumpera  <rkumpera@novell.com>
12279         * verify.c: add prototype for merge_stacks at top
12281         * verify.c (do_switch): added.
12283         * verify.c (merge_stacks): on some cases the stack merging
12284         was not happening properly. Unequal stack sizes at merge
12285         points should be invalid.
12287         * verify.c (mono_method_verify): added more debug info on stack state.
12288         verify switch properly.
12290 2007-12-24  Zoltan Varga  <vargaz@gmail.com>
12292         * method-builder.h: New file, moved the mono_mb_ declarations here from 
12293         marshal.h.
12295         * boehm-gc.c marshal.c: Include method-builder.h.
12297         * marshal.c: Use mono_mb_emit_branch_label () in a few places.
12299         * marshal.c: Remove some code which is now in method-builder.c.
12301 2007-12-23  Zoltan Varga  <vargaz@gmail.com>
12303         * method-builder.c: New file, extraction of the method builder functionality 
12304         from marshal.c.
12306         * marshal.c: Move the mb functions into method-builder.c.
12308         * marshal.h marshal.c: Export some mono_mb_... functions.
12310         * marshal.c: Use mono_mb_get_label () and mono_mb_patch_branch () in all places.
12312         * loader.c (field_from_memberref): Remove the dynamic case, it is handled in
12313         the caller.
12315         * class.c (mono_class_get_full): Check the token type in the dynamic case.
12317         * loader.c (mono_field_from_token): Ditto.      
12319         * loader.c (mono_get_method_from_token): Change the check so it checks memberref
12320         type as well.
12321         
12322         * loader.c (mono_get_method_from_token): Check the token type in the dynamic case.
12323         Fixes #342565.
12325         * class-internals.h: Add new loader error type MONO_EXCEPTION_BAD_IMAGE plus
12326         a helper function for setting it.
12328         * loader.c (mono_loader_error_prepare_exception): Handle MONO_EXCEPTION_BAD_IMAGE.
12330         
12331         * assembly.c: Significally simplify code now that referenced assemblies are 
12332         loaded lazily. Get rid of the 'loading' hashtables. Hopefully fixes #347629.
12334         * threads.h: Don't include  the internal threads-types.h header file. Fixes
12335         #349952.
12337 2007-12-21  Rodrigo Kumpera  <rkumpera@novell.com>
12339         * verify.c: added enum value IL_CODE_FLAG_WAS_TARGET, to represent
12340         instructions that were target of branches or are at protected block boundaries.
12342         * verify.c (in_same_block): handle filter clauses.
12344         * verify.c (is_valid_branch_instruction): added. checks the target of
12345         instructions br or brtrue/false.
12347         * verify.c (is_valid_cmp_branch_instruction): added. checks the target of
12348         binary branch instructions such as beq and bge.
12350         * verify.c (init_stack_with_value): renamed to init_stack_with_value_at_exception_boundary
12351         and made it pin the instruction as been part of the exception block.
12353         * verify.c (do_boolean_branch_op): use is_valid_branch_instruction instead
12354         of in_same_block.
12356         * verify.c (do_branch_op): use is_valid_cmp_branch_instruction instead
12357         of in_same_block.
12359         * verify.c (do_ret): ret from a protected block is unverifiable and
12360         not invalid.
12362         * verify.c (do_static_branch): verify br and br.s instructions.
12364         * verify.c (merge_stacks): add extra param to support detection
12365         of branches in the middle of instructions.
12366         
12367         * verify.c (mono_method_verify): verify branches and exception blocks
12368         that target the middle of instructions. Proper verification of br and br.s.
12370 2007-12-21  Zoltan Varga  <vargaz@gmail.com>
12372         * reflection.c (reflection_methodbuilder_from_ctor_builder): Initialize
12373         skip_visibility field.
12374         (reflection_methodbuilder_from_dynamic_method): Ditto.
12376         * object.c (mono_class_compute_gc_descriptor): Remove more unused icall
12377         registrations. Fixes #348193.
12379         * threads.h: Move the internal mono_thread_get_pending_exception () to
12380         threads-types.h and rename it to mono_thread_get_undeniable_exception ().
12382 2007-12-20  Zoltan Varga  <vargaz@gmail.com>
12384         * object.c (mono_class_compute_gc_descriptor): Remove unused GC_gcj_fast_malloc
12385         icall registration. Fixes #348193.
12387         * marshal.c (mono_marshal_get_runtime_invoke): Put all runtime invoke wrappers
12388         for corlib classes into object. Fixes #349621.
12390 2007-12-20  Gert Driesen  <drieseng@users.sourceforge.net>
12392         * icall.c (property_accessor_nonpublic): new function to determine
12393         whether an accessor allows a property to be considered non-public.
12394         Returns false for private accessor(s) from parent class, and internal
12395         accessor(s) from parent on 2.0 profile (and higher).
12396         (ves_icall_Type_GetPropertiesByName): Use newly introduced function
12397         to determine whether property should be included if NonPublic flag
12398         is set. Fixes bug #349078.
12400 2007-12-20  Rodrigo Kumpera  <rkumpera@novell.com>
12402         * verify.c (init_stack_with_value): added.
12404         * verify.c (mono_method_verify): extracted common
12405         code for exception initialization into init_stack_with_value.
12407         * verify.c (mono_method_verify): initialize the exception
12408         for handler clauses as well.
12410         * verify.c (mono_method_verify): fix the exception clause
12411         ordering rules, it should use handler end offset and not
12412         start offset.
12414 Thu Dec 20 12:27:24 CET 2007 Paolo Molaro <lupus@ximian.com>
12416         * rawbuffer.c: remove useless warning.
12418 Thu Dec 20 12:10:38 CET 2007 Paolo Molaro <lupus@ximian.com>
12420         * threads.h, threads-types.h: move functions to the correct header
12421         (fixes bug#349952).
12423 2007-12-19  Rodrigo Kumpera  <rkumpera@novell.com>
12425         * verify.c (mono_method_verify): proper verification
12426         of exception handling clauses ranges and fallthru in
12427         and out of protected blocks.
12429 2007-12-19  Rodrigo Kumpera  <rkumpera@novell.com>
12431         * verify.c (mono_method_verify): fixed compilation issue.
12433 2007-12-19  Rodrigo Kumpera  <rkumpera@novell.com>
12435         * verify.c (mono_method_verify): a printf slipped in, changed
12436         to use verifier debug macro.
12438 2007-12-18  Rodrigo Kumpera  <rkumpera@novell.com>
12440         * verify.c (is_correct_leave): check for filter clauses.
12442         * verify.c (do_filter): added.
12444         * verify.c (mono_method_verify): property verification of leave.
12447 2007-12-18  Mark Probst  <mark.probst@gmail.com>
12449         * threads.c: Disable calls to _wapi_thread_signal_self() to fix
12450         Win32 build, until we figure out how to do the proper thing on
12451         Win32.
12453 2007-12-17  Zoltan Varga  <vargaz@gmail.com>
12455         * appdomain.c (ves_icall_System_AppDomain_LoadAssembly): Fix a crash introduced
12456         by the previous patch.
12457         
12458         * appdomain.c (ves_icall_System_AppDomain_LoadAssembly): Avoid calling
12459         the assembly resolve handler for refonly assemblies.
12461 2007-12-17  Mark Probst  <mark.probst@gmail.com>
12463         * threads.c, thread-types.h, icall.c: New shutdown safeguards.
12464         Make sure only one thread is allowed to commence shutdown, and
12465         don't allow new threads to be started once shutdown is in
12466         progress.
12468 2007-12-14  Rodrigo Kumpera  <rkumpera@novell.com>
12470         * verify.c (is_correct_endfilter): added.
12472         * verify.c (is_unverifiable_endfilter): added.
12474         * verify.c (do_endfilter): added.
12476         * verify.c (mono_method_verify): property verification of endfilter
12477         and fixed a corner case or endfinally.
12479 2007-12-13  Rodrigo Kumpera  <rkumpera@novell.com>
12481         * verify.h: new flags to support fail fast of unverifiable code and
12482         do non-strict verification. Non-strict verification is required to
12483         have MS runtime compatibility. There are a huge amount of unverifiable
12484         code that it accepts as verifiable. The strict mode verifies the code
12485         as the specs says.
12486         Non-strict mode will be required in cases where code needs to be
12487         accepted as verifiable but fails under strict mode.
12489         * pedump.c: added support to fail fast and non-strict verification.
12491         * verify.c: added support for both fail fast and non-strict verification.
12493 2007-12-12  Rodrigo Kumpera  <rkumpera@novell.com>
12495         * verify.c (is_correct_endfinally): added.
12497         * verify.c (mono_method_verify): property verification of endfinally.
12499 2007-12-11  Rodrigo Kumpera  <rkumpera@novell.com>
12501         * verify.c (in_any_block): check for filter clauses.
12503         * verify.c (is_correct_rethrow): added.
12505         * verify.c (mono_method_verify): property verification of rethrow.
12507         * metadata.h: added MONO_OFFSET_IN_FILTER macro.
12509 2007-12-11  Rodrigo Kumpera  <rkumpera@novell.com>
12511         * verify.c (do_throw): added.
12513         * verify.c (mono_method_verify): property verification of throw
12515 2007-12-11  Zoltan Varga  <vargaz@gmail.com>
12517         * assembly.c (mono_assembly_load_reference): Try an assembly resolve for ref-only
12518         assemblies. Fixes #346425.
12520 2007-12-10  Zoltan Varga  <vargaz@gmail.com>
12522         * reflection.c (mono_reflection_get_token): Call mono_image_create_token () for
12523         FieldBuilders.
12525         * icall.c (ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_RunClassConstructor): Fix a warning.
12527         * class.c (mono_lookup_dynamic_token_class): Add a 'valid token' argument to
12528         prevent asserts when this is called with a token which might not be valid.
12530         * icall.c (ves_icall_System_Reflection_Module_ResolveTypeToken): Call
12531         lookup_dynamic_token_class with valid_token == FALSE.
12533         * icall.c (ves_icall_System_Reflection_Module_ResolveMethodToken): Ditto.       
12535         * icall.c (ves_icall_System_Reflection_Module_ResolveStringToken): Ditto.
12537         * icall.c (ves_icall_System_Reflection_Module_ResolveFieldToken): Ditto.
12538         
12539 2007-12-10  Mark Probst  <mark.probst@gmail.com>
12541         * gc.c: Don't delay threadpool thread finalization unless Mono is
12542         shutting down.
12544 Mon Dec 10 11:06:23 CET 2007 Paolo Molaro <lupus@ximian.com>
12546         * threads.c: turn an assert into a non-fatal warning.
12548 2007-12-09  Robert Jordan  <robertj@gmx.net>
12550         * icall.c (GetVirtualMethod): Add missing argument validation.
12552 2007-12-06  Rodrigo Kumpera  <rkumpera@novell.com>
12554         * verify.c (do_cast): added.
12556         * verify.c (mono_method_verify): property verification of castclass and isinst.
12559 2007-12-06  Rodrigo Kumpera  <rkumpera@novell.com>
12561         * verify.c (mono_type_from_opcode): added opcodes for stelem.X.
12563         * verify.c (do_stelem): added.
12565         * verify.c (mono_method_verify): property verification of stelem.X.
12567 2007-12-07  Mark Probst  <mark.probst@gmail.com>
12569         * class.c, class-internals.h: Introduce an environment variable
12570         (MONO_GENERIC_SHARING) through which the extent of generic code
12571         sharing can be controlled (share all classes, share only corlib
12572         classes, or share nothing).
12574         * object.c: Only create runtime generic context for classes for
12575         which sharing is enabled.
12577 2007-12-06  Rodrigo Kumpera  <rkumpera@novell.com>
12579         * verify.c (do_ldelem): refactor it to work with ldelem.any.
12581         * verify.c (mono_method_verify): property verification of ldelem.any.
12583 2007-12-06  Rodrigo Kumpera  <rkumpera@novell.com>
12585         * verify.c (get_indirect_op_mono_type): renamed to mono_type_from_opcode,
12586         added ldelem.X opcodes.
12588         * verify.c (do_ldelema): fixed possible invalid usage of MonoType.
12590         * verify.c: proper verification of ldelem.X 
12592 2007-12-06  Zoltan Varga  <vargaz@gmail.com>
12594         * icall.c (ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_RunClassConstructor): Allow interface cctors to be called too.
12596 2007-12-05  Rodrigo Kumpera  <rkumpera@novell.com>
12598         * verify.c (mono_method_verify): null literal requires special handling,
12599         the value pushed on stack need to be flagged as so.
12601         * verify.c (do_ldelema): Verify ldelema properly.
12603 2007-12-05  Rodrigo Kumpera  <rkumpera@novell.com>
12605         * verify.c: Verify ldlen properly.
12607 2007-12-05  Zoltan Varga  <vargaz@gmail.com>
12609         * icall.c (ves_icall_MonoField_GetValueInternal): Check that the field belongs
12610         to the target object's type. Fixes #346160.
12612 2007-12-05  Dick Porter  <dick@ximian.com>
12614         * threadpool.c (socket_io_add_poll): Asynchronous connect() on
12615         Solaris needs the same workaround as BSD-derived systems.  Fixes
12616         bug 323524, patch by Burkhard Linke
12617         <burkhard.linke@CeBiTec.Uni-Bielefeld.DE>
12619 2007-12-04  Gert Driesen  <drieseng@users.sourceforge.net>
12621         * process.c: When ProcessStartInfo.ErrorDialog is true, pass window
12622         handle to use when error dialog is shown; otherwise, update mask
12623         to show no error dialog when an error occurs.
12625 2007-12-03  Zoltan Varga  <vargaz@gmail.com>
12627         * icall.c (ves_icall_MonoField_GetRawConstantValue): New icall.
12629         * class.c (mono_class_get_field_default_value): New helper function to initialize
12630         field->def_type and field->data.
12632 2007-11-30  Zoltan Varga  <vargaz@gmail.com>
12634         * icall.c (ves_icall_System_Delegate_SetMulticastInvoke): Use the delegate trampoline instead of
12635         the general one.
12637         * object.c (mono_runtime_create_delegate_trampoline): New helper function.
12639         * marshal.c: Avoid depending on delegate->method_info being set.
12641         * object.c (mono_delegate_ctor): Avoid initializing delegate->method_info.
12642         
12643         * object.c (mono_delegate_ctor): Set delegate->method.
12645         * object-internals.h (struct _MonoDelegate): Add 'method' field.
12647         * appdomain.c: Bump corlib version.
12649 2007-11-27  Raja R Harinath  <harinath@gmail.com>
12651         * metadata.c (mono_generic_inst_equal_full): Short-circuit
12652         equality check if we're comparing canonicalized MonoGenericInsts.
12654 2007-11-23  Zoltan Varga  <vargaz@gmail.com>
12656         * class.c (generic_array_methods): Call mono_class_setup_methods () before
12657         accessing class->methods.
12659 2007-11-22  Dick Porter  <dick@ximian.com>
12661         * threads.c: Ensure that the synch_cs is set before trying to use
12662         it.
12664 Thu Nov 22 12:34:04 CET 2007 Paolo Molaro <lupus@ximian.com>
12666         * profiler.c: r89126 broke the statistial profiler, unbreak.
12668 2007-11-22  Martin Baulig  <martin@ximian.com>
12670         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 66.
12672         * mono-debug.c
12673         (mono_debug_debugger_version): Bump to 3.
12674         (mono_debug_init): Hook `mono_debugger_class_loaded_methods_func'
12675         -> mono_debugger_class_initialized().
12677         * mono-debug-debugger.c
12678         (mono_debugger_add_type): Renamed into mono_debugger_class_initialized().
12680         * class.c
12681         (mono_debugger_start_class_init_func): Removed.
12682         (mono_debugger_class_loaded_methods_func): Added.
12683         (mono_class_setup_methods): Call it here.
12685 2007-11-22  Martin Baulig  <martin@ximian.com>
12687         * mono-debug.c
12688         (mono_debug_add_delegate_trampoline): New public method.
12689         (MonoDebugDataItemType): Added `MONO_DEBUG_DATA_ITEM_DELEGATE_TRAMPOLINE'.
12691         * mono-debug.h
12692         (MonoSymbolTable): Added `global_data_table'.
12693         (MonoDebuggerTypeKind): Removed.
12695 2007-11-21  Zoltan Varga  <vargaz@gmail.com>
12697         * marshal.c (mono_marshal_get_generic_array_helper): Skip visibility checks for
12698         these methods.
12700         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
12701         
12702 Tue Nov 20 23:10:41 CET 2007 Paolo Molaro <lupus@ximian.com>
12704         * object.c: some fields don't have a valid rva: ignore them (bug #343083).
12706 2007-11-20  Martin Baulig  <martin@ximian.com>
12708         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 65.
12710         * mono-debug-debugger.c
12711         (mono_debugger_insert_method_breakpoint): Moved here from debug-mini.c
12712         (mono_debugger_remove_breakpoint): Likewise.
12713         (mono_debugger_check_breakpoints): Likewise.
12714         (mono_debugger_register_class_init_callback): New public method.
12715         (mono_debugger_remove_class_init_callback): Likewise.
12716         (mono_debugger_add_type): Likewise.
12718         * mono-debug-debugger.h
12719         (MonoDebuggerEvent): Add `MONO_DEBUGGER_EVENT_CLASS_INITIALIZED'.
12721 Tue Nov 20 20:54:12 CET 2007 Paolo Molaro <lupus@ximian.com>
12723         * class.c: more interface implementations needed for the
12724         array enumerator (fixes bug #341112).
12726 2007-11-18  Gert Driesen  <drieseng@users.sourceforge.net>
12728         * icall.c: Renamed arguments for ves_icall_System_Enum_ToObject to
12729         fix ParamName of ArgumentNullExceptions.
12731 2007-11-17  Miguel de Icaza  <miguel@novell.com>
12733         * reflection.c (mono_reflection_encode_sighelper): Generate the
12734         modopts and modreqs.   I have a useless test that crashes monodis,
12735         but that shows the code working.
12737 2007-11-17  Zoltan Varga  <vargaz@gmail.com>
12739         * boehm-gc.c (create_allocator): Fix size calculation for the string allocator.
12740         (mono_gc_get_managed_allocator): Enable the string allocator on amd64.
12742 2007-11-15  Dick Porter  <dick@ximian.com>
12744         * threads.c (ves_icall_System_Threading_Thread_Join_internal):
12745         When joining a thread, it's the thread that's calling Join that
12746         gets WaitSleepJoin state not the target.  Fixes the standalone
12747         test case in bug 334740, and hopefully the whole bug too.
12749 2007-11-15  Dick Porter  <dick@ximian.com>
12751         * process.c: Read file version info from the files pointed at by
12752         process modules, not the current process.  Fixes bug 315969.
12754         Use windows typedef names in some places to fix warnings on the
12755         windows build.
12757 2007-11-15  Mark Probst  <mark.probst@gmail.com>
12759         * image.c, metadata-internals.h: Added a generic_class_cache hash
12760         to MonoImage for looking up generic classes when sharing generics.
12762 Thu Nov 15 16:11:30 CET 2007 Paolo Molaro <lupus@ximian.com>
12764         * sgen-gc.c: warning cleanups.
12766 2007-11-15  Zoltan Varga  <vargaz@gmail.com>
12768         * icall.c (ves_icall_Type_GetPropertiesByName): Implement proper hiding of
12769         inherited properties.
12771 2007-11-14  Mark Probst  <mark.probst@gmail.com>
12773         * object.c, class-internals.h: Added more information to the
12774         runtime generic context.
12776 2007-11-13  Zoltan Varga  <vargaz@gmail.com>
12778         * marshal.c (mono_marshal_get_delegate_invoke): Take a delegate as argument
12779         instead of just the target method. Generalize the abstract method handling to
12780         handle any non-static method.
12782         * icall.c (ves_icall_System_Delegate_SetMulticastInvoke): Update after
12783         mono_marshal_get_delegate_invoke () signature change.
12785 2007-11-13  Mark Probst  <mark.probst@gmail.com>
12787         * class.c, class-internals.h: Made
12788         mono_type_get_basic_type_from_generic () public.  Fixed member
12789         access check for shared generics.
12791         * loader.c: Don't insert field into field cache if it's part of a
12792         non-inflated generic class.
12794         * domain.c, domain-internals.h: The generic sharing context is now
12795         part of the jit info data structure.  Added two accessor
12796         functions.
12798 2007-11-12  Zoltan Varga  <vargaz@gmail.com>
12800         * marshal.c (mono_marshal_get_runtime_invoke): Create a non-shared wrapper for
12801         the array Get/Set/Address methods, since the JIT inlines them.
12803         * metadata-internals.h (MonoImage): Add 'runtime_invoke_direct_cache'.
12805         * image.c (mono_image_close): Free runtime_invoke_direct_cache.
12806         (mono_image_init): Initialize runtime_invoke_direct_cache.      
12808         * icall.c (ves_icall_System_Delegate_SetMulticastInvoke): Update after
12809         mono_marshal_get_delegate_invoke signature change.
12811         * marshal.c (mono_marshal_get_delegate_invoke): Receive the target_method as
12812         an additional argument. Add support for invoking abstract methods.
12814         * metadata-internals.h (MonoImage): Add 'delegate_abstract_invoke_cache'.
12816         * image.c (mono_image_close): Free delegate_abstract_invoke_cache.      
12818 2007-11-09  Mark Probst  <mark.probst@gmail.com>
12820         * class.c: Do field layout for open generic classes as well.
12822 2007-11-09  Mark Probst  <mark.probst@gmail.com>
12824         * gc.c, gc-internal.h: Don't finalize threadpool threads with
12825         other objects, because the threadpool is still around.  Put them
12826         in a list instead and after finalizing all other objects in the
12827         root domain shut down the thread pool and then finalize the
12828         threads.  Fixes bug #337383.
12830         * threads.c, thread-types.h: New mono_thread_create_internal()
12831         function for marking a thread with the threadpool flag before it
12832         started.  Set synch_cs to NULL after freeing it.
12834         * threadpool.c: Mark threadpool threads before they start.
12836 Thu Nov 8 15:31:21 CET 2007 Paolo Molaro <lupus@ximian.com>
12838         * reflection.h, reflection.c: don't export random functions
12839         and lazy load dbnull and missing objects.
12841 2007-11-07  Jonathan Chambers <joncham@gmail.com>
12843         * class.c: Initialize COM types if COM interfaces
12844         are present (not just COM classes).
12845         
12846         Code is contributed under MIT/X11 license.
12848 2007-11-07  Massimiliano Mantione  <massi@ximian.com>
12849         * reflection.c:
12850         create_dynamic_mono_image: hook module profiler events (dynamic case).
12851         mono_image_basic_init: hook assembly profiler events (dynamic case).
12853 2007-11-07  Massimiliano Mantione  <massi@ximian.com>
12854         * profiler.c:
12855         simple_appdomain_unload: completely terminate the profiler
12856         instead of only processing the statistical samples.
12857         simple_shutdown: make sure this is really called exactly once,
12858         even in multithreaded applications, and always listen to
12859         appdomain events.
12860         * gc.c (mono_domain_finalize): don't call mono_profiler_appdomain_event
12861         here, the "[un]load" functions will do it.
12862         Fixes bugs #333791 and #325261.
12864 2007-11-07  Geoff Norton  <gnorton@novell.com>
12866         * socket-io.c:  Use the configure defines for HAVE_SOCKADDR_IN(6)_SIN_LEN
12867         rather than depend on __APPLE__.
12869 2007-11-07  Mark Probst  <mark.probst@gmail.com>
12871         * icall.c: Safety checks in InitializeArray.  Fixes bug #324535.
12873 2007-11-06  Sebastien Pouliot  <sebastien@ximian.com> 
12875         * object.c: Fix mono_string_to_utf8 to handle NULL values inside the
12876         UTF16 MonoString. Fix the crash from bug #335488
12878 2007-11-06  Sebastien Pouliot  <sebastien@ximian.com>
12880         * marshal.c: Correct (for non-Win32 OS) length != size in 
12881         mono_string_from_bstr. Fix #339530.
12883 2007-11-06  Geoff Norton  <gnorton@novell.com>
12885         * socket-io.c: Apple requires sin(6)_len to be set for getnameinfo
12886         to succeed
12888 2007-11-05  Kornél Pál  <kornelpal@gmail.com>
12890         * process.c: Added run-time GetProcessId API detection for Windows.
12892 2007-11-04  Miguel de Icaza  <miguel@novell.com>
12894         * reflection.c  (mono_param_get_objects): If a parameter has the
12895         attribute [System.Runtime.InteropServices.Optional] we should
12896         set the DefaultValue of the ParameterInfo to be
12897         System.Reflection.Missing instead of DBNull.
12899         See bug #339013.
12901         (mono_get_reflection_missing_object): New method,
12902         returns the System.Reflection.Missing.Value singleton instance.
12904 2007-11-03  Atsushi Enomoto  <atsushi@ximian.com>
12906         * culture-info-table.h : regenerated.
12908 2007-11-02  Jonathan Chambers <joncham@gmail.com>
12910         * icall.c: Use GetEnvironmentStrings on windows
12911         so we are using the same environment block as 
12912         GetEnvironmentVariable/SetEnvironmentVariable. Fixes
12913         #333740.
12914         
12915         Code is contributed under MIT/X11 license.
12917 2007-10-31  Martin Baulig  <martin@ximian.com>
12919         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 64.
12921         * mono-debug-debugger.h
12922         (MonoDebuggerEvent): Add `MONO_DEBUGGER_EVENT_TRAMPOLINE'.
12924 2007-10-30  Zoltan Varga  <vargaz@gmail.com>
12926         * reflection.c (mono_custom_attrs_from_class): Add support for dynamic inflated 
12927         classes.
12929 2007-10-30  Atsushi Enomoto  <atsushi@ximian.com>
12931         * culture-info-table.h : regenerated.
12933 2007-10-30  Robert Jordan  <robertj@gmx.net>
12935         * icall-def.h, icall.c:
12936         Add ves_icall_Remoting_RemotingServices_GetVirtualMethod ().
12938         Code is contributed under MIT/X11 license.
12940 2007-10-29  Zoltan Varga  <vargaz@gmail.com>
12942         * class.c (mono_class_setup_vtable): Find the inflated methods in the
12943         inflated class instead of inflating them again.
12944         
12945         * class.c (mono_class_setup_vtable): Inflate the override methods in the 
12946         dynamic case.
12948         * class.c (mono_generic_class_get_class): Set klass->property.count as well.
12949         Call setup_supertypes () after klass->parent is set.
12950         (mono_class_setup_properties): Enable this to work on dynamic generic classes.
12952         * reflection.c (mono_type_get_object): Only return a MonoGenericClass object
12953         for inflated instances of not yet created dynamic generic classes.
12954         (ctorbuilder_to_mono_method): Handle the case when this is called multiple
12955         times from inflated_method.
12956         (methodbuilder_to_mono_method): Ditto.
12958 Mon Oct 29 21:02:53 CET 2007 Paolo Molaro <lupus@ximian.com>
12960         * gc.c: code cleanup and removed old untested option of not creating the
12961         finalizer thread.
12963 2007-10-29  Zoltan Varga  <vargaz@gmail.com>
12965         * icall.c (ves_icall_System_Delegate_CreateDelegate_internal): Avoid
12966         creating a jump trampoline for dynamic methods.
12968 2007-10-29 Rodrigo Kumpera <rkumpera@novell.com>
12970         * reflection.c (mono_image_create_token): Correctly encode methods and constructors of
12971         generic TypeBuilders when called from another method of the same type (bug #335131).
12974 2007-10-27  Zoltan Varga  <vargaz@gmail.com>
12976         * reflection.c (methodbuilder_to_mono_method): Revert the last change as it
12977         doesn't seem to work perfectly.
12978         
12979         * reflection.c (ctorbuilder_to_mono_method): Handle the case when this is
12980         called multiple times.
12981         (methodbuilder_to_mono_method): Ditto.
12982         (resolve_object): Inflate FieldBuilder's.
12984 Fri Oct 26 19:38:40 CEST 2007 Paolo Molaro <lupus@ximian.com>
12986         * string-icalls.c, string-icalls.h, appdomain.c: patch from
12987         Tyler Larson <mono-devel@tlarson.com> to fix the handling of
12988         RemoveEmptyEntries in the string.Split implementation (bug #322375).
12990 2007-10-26  Dick Porter  <dick@ximian.com>
12992         * appdomain.c (MONO_CORLIB_VERSION): Bump version because of
12993         Thread initialisation changes
12995 2007-10-26 Rodrigo Kumpera <rkumpera@novell.com>
12997         * verify.c: fix compatibility check between arrays and System.Array
12999 2007-10-26  Zoltan Varga  <vargaz@gmail.com>
13001         * reflection.c (mono_reflection_get_custom_attrs_info): Handle MonoGenericClass
13002         too. Fixes #336999.
13004 2007-10-25  Zoltan Varga  <vargaz@gmail.com>
13006         * object.c (mono_value_box): Use typed allocation here.
13008 2007-10-23  Zoltan Varga  <vargaz@gmail.com>
13010         * icall.c (ves_icall_System_Delegate_CreateDelegate_internal): Create a jump
13011         trampoline instead of compiling the method right away.
13013         * class-internals.h object.c: Add a JIT callback to create a jump trampoline.
13015 2007-10-21  Zoltan Varga  <vargaz@gmail.com>
13017         * class.c (mono_generic_class_get_class): Avoid setting klass->size_inited and
13018         related fields for dynamic classes. Fixes #334493.
13020 2007-10-20  Zoltan Varga  <vargaz@gmail.com>
13022         * class.c (mono_generic_class_get_class): Set klass->field.count as well.
13023         
13024         * class.c (mono_class_layout_fields): Use 1 instead of TRUE for consistency.
13026         * class.c (mono_class_layout_fields): Set size_inited for generic classes as well.
13027         (mono_class_setup_vtable): Obtain overrides for dynamic generic classes correctly.
13029         * class.c (mono_class_setup_methods): Handle dynamic inflated classes correctly.
13031         * reflection.c (create_generic_typespec): Initialize klass->generic_container
13032         if needed.
13033         (reflection_methodbuilder_to_mono_method): Set container->is_method to TRUE.
13035 2007-10-18  Jonathan Chambers <joncham@gmail.com>
13037         * marshal.c: Use correct key when removing item
13038         from ccw_hash.
13039         
13040         Code is contributed under MIT/X11 license.
13042 2007-10-17  William Holmes  <billholmes54@gmail.com>
13044         *marshal.c: Adding a case to marshal booleans to U1
13046         Code is contributed under MIT/X11 license.
13048 2007-10-18  Zoltan Varga  <vargaz@gmail.com>
13050         * class.c (mono_class_from_name): Search the modules compromising dynamic
13051         assemblies. Fixes #331601.
13053 2007-10-16  Zoltan Varga  <vargaz@gmail.com>
13055         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): Throw an
13056         exception if the type name contains an assembly component. Fixes #334203.
13058         * reflection.c (mono_reflection_get_type_with_rootimage): Search all the
13059         modules inside dynamic assemblies. Fixes #334200.
13060         
13061         * reflection.c: Set image->public_key and image->public_key_length;
13063         * metadata-internals.h (MonoDynamicImage): Add public_key and public_key_len
13064         fields.
13066         * image.c (mono_image_get_public_key): Handle dynamic assemblies. Fixes #334173.        
13067         
13068 2007-10-16  Mark Probst  <mark.probst@gmail.com>
13070         * metadata.c: Implemented correct comparing of generic classes.
13071         An inflated generic class can be equal to a non-inflated one if it
13072         is inflated with generic type variables as type arguments.  Fixes
13073         bug #333798.
13075 2007-10-15  Dick Porter  <dick@ximian.com>
13077         * monitor.c (mono_monitor_try_enter_internal): Set thread state to
13078         WaitSleepJoin while it is waiting to acquire a lock.  Fixes bug
13079         81646.
13081         * threads.c: Turn the thread synch_lock into a CRITICAL_SECTION,
13082         instead of a monitor lock.  This means that monitor_try_enter and
13083         co can set the thread state safely.
13084         (ves_icall_System_Threading_Thread_Interrupt_internal): Always set
13085         thread_interrupt_requested, so interrupt actually works.
13087         * socket-io.c (ves_icall_System_Net_Sockets_Socket_Poll_internal,
13088         ves_icall_System_Net_Sockets_Socket_Select_internal): Use thread
13089         state accessor function
13091 2007-10-15  Martin Baulig  <martin@ximian.com>
13093         * mono-debug.h
13094         (MONO_DEBUGGER_VERSION): Bump to 63 to make it impossible to use
13095         the debugger with the current runtime.
13097 Mon Oct 15 10:20:56 CEST 2007 Paolo Molaro <lupus@ximian.com>
13099         * object.c, object-internals.h: added the ability to set a single
13100         trampoline for all the slots in a vtable.
13102 Fri Oct 12 17:50:11 CEST 2007 Paolo Molaro <lupus@ximian.com>
13104         * marshal.c: deal with a possible race condition during multicast
13105         delegate invocation.
13107 Fri Oct 12 13:31:11 CEST 2007 Paolo Molaro <lupus@ximian.com>
13109         * class.c: ensure value type methods don't have the synchronized
13110         flag set.
13112 Fri Oct 12 08:10:59 CEST 2007 Paolo Molaro <lupus@ximian.com>
13114         * string-icalls.c, string-icalls.h: reverted unapproved patch that
13115         breaks the build.
13117 2007-10-11  Joel Reed  <joelwreed@comcast.com>
13119         * string-icalls.c, string-icalls.h: modify System_String_InternalSplit
13120         to take an options parameter so that empty entries can be removed during
13121         the split procedure. Patch from: Tyler Larson <mono-devel@tlarson.com>
13123 Thu Oct 11 20:16:58 CEST 2007 Paolo Molaro <lupus@ximian.com>
13125         * marshal.c: make sure we don't store the signature from a dynamic
13126         method into the runtime invoke cache (bug #327189).
13128 Thu Oct 11 18:22:31 CEST 2007 Paolo Molaro <lupus@ximian.com>
13130         * marshal.c: make sure the wrapper methods are properly initialized.
13132 2007-10-11  Mark Probst  <mark.probst@gmail.com>
13134         * metadata.c, metadata-internals.h: Generalized
13135         mono_type_stack_size() to mono_type_stack_size_internal() which
13136         takes an additional argument specifying whether it allows open
13137         types.
13139 2007-10-10  Rodrigo Kumpera  <rkumpera@novell.com>
13141         * verify.c (do_invoke_method): handle typedbyref params
13142         correctly and check for unverifiable return values.
13144         * verify.c (do_newobj): fix a warning.
13146 2007-10-09  Rodrigo Kumpera  <rkumpera@novell.com>
13148         * verify.c: don't tread typedbyref as allways unverifable,
13149         so uses, like (ld/st)loc.0 are valid. verify for the cases
13150         that it matters, like boxing related operations.
13152 2007-10-09  Rodrigo Kumpera  <rkumpera@novell.com>
13154         * verify.c: add verification of the newobj opcode. verification
13155         of delegate instantation still missing due ldftn and virldftn not
13156         pushing the function type on stack
13158 2007-10-08  Mark Probst  <mark.probst@gmail.com>
13160         * class-internals.h: Runtime generic context data structure
13161         definition.
13163         * object.c: Initialization of runtime generic context at runtime
13164         vtable creation time.
13166 2007-10-08  Massimiliano Mantione  <massi@ximian.com>
13167         * class.c (mono_class_create_from_typedef,
13168         mono_class_from_generic_parameter, mono_ptr_class_get,
13169         mono_fnptr_class_get, mono_bounded_array_class_get)
13170         * domain.c (mono_domain_create, mono_domain_free)
13171         * assembly.c (mono_assembly_load_from_full, mono_assembly_close)
13172         * image.c (do_mono_image_load, mono_image_close):
13173         Hooked up load-unload profiler events.
13175 Mon Oct 8 11:38:04 CEST 2007 Paolo Molaro <lupus@ximian.com>
13177         * domain.c: track statistics about the actual amount of native code
13178         allocated.
13180 Sat Oct 6 10:01:42 CEST 2007 Paolo Molaro <lupus@ximian.com>
13182         * class.c: the valuetype enumerators don't have the additional
13183         supertypes interfaces.
13185 Fri Oct 5 20:33:31 CEST 2007 Paolo Molaro <lupus@ximian.com>
13187         * class.c: need more interfaces setup for the IEnumerator<T>
13188         object created for arrays (tests/ienumerator-interfaces.2.cs).
13190 2007-10-05  Zoltan Varga  <vargaz@gmail.com>
13192         * class.c (mono_ldtoken): Handle methodspec tokens as well. Fixes #331097.
13194 2007-10-05  Alp Toker  <alp@atoker.com>
13196         * icall.c (ves_icall_MonoType_GetElementType): For enums, return null
13197         rather than the underlying type. Based on a patch by Ben Maurer. Fixes
13198         #315863.
13200 2007-10-04  Rodrigo Kumpera  <rkumpera@novell.com>
13202         * verify.c (verify_type_compatibility_full): verification of
13203         compatibility improved, validates correctly non-strict checks between
13204         native int and I4 types different than (unsigned)int32.
13206         * verify.c (do_store_indirect): added, do all verification of
13207         ldind.X opcodes. 
13209         * verify.c (get_load_indirect_mono_type): renamed to
13210         get_indirect_op_mono_type, as it now returns the MonoType for 
13211         ldind.X and stind.X opcodes.
13213 2007-10-04  Rodrigo Kumpera  <rkumpera@novell.com>
13215         * reflection.c: Fix the encoding of generic type definition for
13216         TypeBuilders.
13218         * reflection.c (mono_image_typedef_or_ref_full: do the same thing as
13219         mono_image_typedef_or_ref but allows to specify if typespec lookups should
13220         be made. Typespec check is done prior to typeref cache lookup.
13222         * reflection.c (mono_image_typedef_or_ref): now just delegate to
13223         mono_image_typedef_or_ref_full.
13225         * reflection.c (encode_generic_class): encode the generic class
13226         directly instead of calling encode_type.
13228         * reflection.c (encode_type): encode the generic type definition
13229         MonoClass as a generic instantiation.
13231         * reflection.c (create_typespec): cache typespec tokens in
13232         the assembly->typespec cache. Don't create typespec for a generic
13233         instance MonoClass. Create typespec for the generic type defintion.
13235         * reflection.c (create_generic_typespec): encode the generic
13236         class directly instead of calling encode_type.
13238         * reflection.c (mono_image_create_token): encode the generic
13239         type definition not using a typespec for MonoType instances.
13242 2007-10-04  Raja R Harinath  <rharinath@novell.com>
13244         Fix #328812
13245         * class.c (mono_image_init_name_cache): Don't return nested
13246         'protected internal' classes.
13247         (mono_class_from_name_case): Likewise.
13249 2007-10-04  Atsushi Enomoto  <atsushi@ximian.com>
13251         * icall-def.h, icall.c : get_bundled_machine_config() is now the
13252           common function used by both DefaultConfig in System.dll and
13253           InternalConfigurationHost in System.Configuration.dll.
13255 Wed Oct 3 17:26:58 CEST 2007 Paolo Molaro <lupus@ximian.com>
13257         * class.c: automatically add to vectors only a few essential explicit
13258         generic interfaces. The rest of the interfaces that arrays should
13259         provide are currently implicitly added (but still not lazily, see the
13260         design in the discussion of bug#325495 for the details of what is
13261         needed for that). Additionally, implicit interfaces are assigned the
13262         same vtable slot as the explicit interfaces (as they are compatible):
13263         this enables huge memory savings since we don't need to instantiate
13264         as many memthods and as large vtables anymore. Also, Since
13265         GetEnumerator<T> returns an instance of a type that is required to
13266         support a similarly large set of interfaces as arrays, we add
13267         implicit interfaces and interface offset sharing support to those
13268         types, too. This change adds all the required interfaces so that
13269         the anonarray.cs test case in the bug report works (we don't add
13270         all the interfaces to arrays of arrays 3-level deep and more because
13271         of the memory requirements explained in the bug and since they are much
13272         less common: the lazy-loading support will enabled them to work, too).
13274 2007-10-02  Rodrigo Kumpera  <rkumpera@novell.com>
13276         * verify.c (merge_stacks): major clean up, all type compatibility
13277         checks are done by verify_type_compatibility. This fix my earlier lack
13278         of understanding of the CLR type system and merge_stacks no longer looks
13279         scary.
13281         * verify.c: fixed some bad spelling.
13283 2007-10-02  Rodrigo Kumpera  <rkumpera@novell.com>
13285         * verify.c (mono_type_from_stack_slot): added. returns the MonoType for
13286         a given stack slock.
13287         
13288         * verify.c: killed verify_type_compat in favor of verify_type_compatibility and
13289         verify_type_compatibility_full. This removed a near indentical function and fixed
13290         handling of Int32 and IntPtr across all opcodes.
13292 Tue Oct 2 15:24:38 CEST 2007 Paolo Molaro <lupus@ximian.com>
13294         * class.c: only vectors have the additional generic interfaces.
13296 2007-10-01  Jonathan Chambers <joncham@gmail.com>
13298         * mono-config.c: Use g_strcasecmp instead of
13299         strcasecmp like everywhere else to fix
13300         compilation with MSVC.
13301         
13302         Code is contributed under MIT/X11 license.
13304 Mon Oct 1 14:39:11 CEST 2007 Paolo Molaro <lupus@ximian.com>
13306         * object.c, object-internals.h: refactored the IMT code to enable
13307         building a single slot at a time and lazily creating the IMT trampolines
13308         and thunks.
13310 2007-09-29  Zoltan Varga  <vargaz@gmail.com>
13312         * loader.c (inflate_generic_signature): Allocate inflated signatures from the heap.
13314         * metadata.c (mono_metadata_free_inflated_signature): Free the signature itself too.
13315         Fixes #328501.
13316         
13317 2007-09-29  Raja R Harinath  <harinath@gmail.com>
13319         * loader.c (method_from_methodspec): Rearrange to avoid
13320         un-necessary exposition.  Don't assert out if the method's
13321         declaring type is a generic type definition.
13323 2007-09-28  Martin Baulig  <martin@ximian.com>
13325         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 61.
13327 Fri Sep 28 20:15:47 CEST 2007 Paolo Molaro <lupus@ximian.com>
13329         * class-internals.h: optimize field layout of MonoClass to
13330         requires less cachelines at runtime and save a few bytes on 64 bit
13331         systems.
13333 2007-09-28  Jb Evain  <jbevain@novell.com>
13335         * reflection.c: when encoding type names in custom attributes,
13336         if the type is a closed generic type, its generic arguments
13337         have to be serialized as AssemblyQualifiedName, so that when
13338         they are deserialized, it's possible to re-create them properly.
13339         Fixes #329450.
13342 Fri Sep 28 19:19:49 CEST 2007 Paolo Molaro <lupus@ximian.com>
13344         * object.c, class-internals.h: added delegate-creation counter.
13346 Fri Sep 28 18:07:53 CEST 2007 Paolo Molaro <lupus@ximian.com>
13348         * class.c: cleanup of the code that synthetizes interfaces for
13349         arrays in 2.0: saves quit a bit of corlib mempool memory.
13350         Code to fix bug #325495 ifdeffed out for now until the issues
13351         with memory usage and O(n^2) behaviour are fixed.
13353 Fri Sep 28 17:19:40 CEST 2007 Paolo Molaro <lupus@ximian.com>
13355         * marshal.c: when possible, do not duplicate the name of the methods
13356         in the method builder and in the generated MonoMethod.
13358 2007-09-27  Rodrigo Kumpera  <rkumpera@novell.com>
13359         * verify.c: added support for type checking ldind_* opcodes.
13361 2007-09-27  Rodrigo Kumpera  <rkumpera@novell.com>
13363         * class-internals.h (struct _MonoGenericClass): new field is_tb_open
13364         which is used to distinguish the fully open instantiation of a TypeBuilder
13365         with the rest. This temporary hack is required to restore the property that
13366         the fully open instantiation is the same type of the generic type definition.
13368         * class-internals.h (mono_generic_class_is_generic_type_definition):
13369         new function as part of the internal API.
13371         * class.c (inflate_generic_type): return NULL when the generic inst is
13372         fully open. The fully open generic type is now the same as the generic type
13373         definition for non TypeBuilder types.
13375         * class.c (mono_generic_class_get_class): removed assert since it is
13376         no longer valid, gklass->cached_class can point to the generic type definition.
13378         * class.c (mono_generic_class_is_generic_type_definition): new.
13380         * metadata.c (mono_generic_class_hash): added is_tb_open field
13381         to the hash calculation.
13383         * metadata.c (free_generic_class): if the generic class is associated
13384         with the generic type definition, its field will come from the mempool and
13385         must not be freed.
13387         * metadata.c (mono_metadata_is_type_builder_generic_type_definition):
13388         new, this function identifies the corner case of a TypeBuilder fully open
13389         instantiation.
13391         * metadata.c (mono_metadata_lookup_generic_class): use is_tb_open
13392         for lookup. Set gclass->cached_class to be the container class in case of
13393         the fully open instantiation of non TypeBuilder types.
13395         * metadata.c (_mono_metadata_generic_class_equal): use is_tb_open
13396         to compare generic classes.
13398         * reflection.c (method_encode_methodspec): remove assert that
13399         no longer is valid.
13401         * reflection.c (mono_reflection_generic_class_initialize): add
13402         an aditional assert to ensure the proper type is used.
13404 2007-09-26  Rodrigo Kumpera  <rkumpera@novell.com>
13406         * verify.c: disabled all debug spew by default, define MONO_VERIFIER_DEBUG
13407         to enjoy it.
13409 2007-09-25  Rodrigo Kumpera  <rkumpera@novell.com>
13411         * verify.c (push_arg): Fixed support for ldarga
13412         * verify.c (set_stack_value): Removed superfluous parameter, fixed the
13413         MonoType used as first arg in case of instance calls.
13415 2007-09-25  Rodrigo Kumpera  <rkumpera@novell.com>
13417         * verify.c: Support for verifying VAR and MVAR types, 
13419 2007-09-25  Zoltan Varga  <vargaz@gmail.com>
13421         * icall.c (ves_icall_get_property_info): Set the reflected type of the
13422         accessors correctly.
13424 Tue Sep 25 14:56:03 CEST 2007 Paolo Molaro <lupus@ximian.com>
13426         * threads.c: support OSX and other systems in
13427         mono_thread_get_stack_bounds (bug #328026).
13429 2007-09-25  Martin Baulig  <martin@ximian.com>
13431         * mono-debug.h
13432         (MonoDebugVarInfo): Replace `MonoClass *klass' with `MonoType *type'.
13434 2007-09-24  Martin Baulig  <martin@ximian.com>
13436         * mono-debug.h
13437         (MonoDebugClassEntry): Moved the definition of this struct into
13438         mono-debug.c to make it private.
13440         * mono-debug.c
13441         (MonoDebugClassEntry): Removed `symfile_id'; since we now use one
13442         type table per symbol file, we don't need to store the symfile id
13443         any longer.
13445 2007-09-24  Martin Baulig  <martin@ximian.com>
13447         Create one type table per symbol file, since a `MonoClass *' gets
13448         invalid when its image is unloaded.
13450         * mono-debug.h (MonoSymbolTable): Removed `type_table'.
13451         (MonoDebugHandle): Added `type_table'.
13453 Mon Sep 24 17:25:43 CEST 2007 Paolo Molaro <lupus@ximian.com>
13455         * mempool.c, mempool.h: added mono_mempool_new_size () API
13456         to be able to specify a smaller initial size for the pool.
13457         Adjusted the code to slowly increase pool size before using
13458         the previous default size.
13459         * image.c: use a small initial size for image mempools.
13461 2007-09-23  Zoltan Varga  <vargaz@gmail.com>
13463         * marshal.c (emit_marshal_array): Generate valid IL for byref array case.
13464         Fixes ##320990.
13466         * icall.c (ves_icall_System_Reflection_Assembly_get_ManifestModuleInternal): 
13467         Rename this to ves_icall_System_Reflection_Assembly_GetManifestModuleInternal.
13469 2007-09-22  Zoltan Varga  <vargaz@gmail.com>
13471         * metadata.c (mono_type_create_from_typespec): Remove an invalid
13472         free. Fixes #327438.
13474 2007-09-21  Raja R Harinath  <harinath@gmail.com>
13476         * metadata.c (type_in_image) <MONO_TYPE_SZARRAY>: Handle arrays of
13477         generic instantiations, etc.
13478         <MONO_TYPE_ARRAY>: Likewise.
13480 2007-09-21  Martin Baulig  <martin@ximian.com>
13482         * mono-debug.h (MonoSymbolFilePriv, MonoDebugHandlePriv): Removed;
13483         these structs were never defined.
13484         (MonoDebugHandle): Removed the `_priv' field, it was never used.
13486 2007-09-21  Martin Baulig  <martin@ximian.com>
13488         * mono-debug.h (MonoDebugVarInfo): Add `MonoClass *klass'.
13490 Fri Sep 21 14:39:45 CEST 2007 Paolo Molaro <lupus@ximian.com>
13492         * image.c: removed the guid hash tables: we can get the same info
13493         without the additional memory usage hit (partially fixes also bug #327052).
13495 2007-09-10  Massimiliano Mantione  <massi@ximian.com>
13497         * profiler.h, profiler-private.h, profiler.c: add a new profiler
13498         event to handle unloading methods. After the event is called, the
13499         corresponding MonoMethod* must be considered invalid.
13500         * loader.c (mono_free_method): call the new mono_profiler_method_free
13501         event.
13503 2007-09-20  Mark Probst  <mark.probst@gmail.com>
13505         * domain-internals.h: New flag in MonoJitInfo which marks shared
13506         generic methods.  New hash table (shared_generics_hash) in
13507         MonoDomain to keep track of shared generic methods.  Prototypes
13508         for functions to register and lookup shared generic methods.
13510         * domain.c: Support for registering and looking up shared generic
13511         methods via a hash table (shared_generics_hash) in MonoDomain.
13513         * class-internals.h: New exception to signal failure of shared
13514         compilation of a generic method.  New counters for generics
13515         sharing in MonoStats.
13517 Thu Sep 20 16:59:36 CEST 2007 Paolo Molaro <lupus@ximian.com>
13519         * image.c, metadata-internals.h: don't keep a file descriptor open
13520         for loaded assemblies (bug#325988).
13522 2007-09-19  Raja R Harinath  <rharinath@novell.com>
13524         * metadata.c (signature_in_image): New.  Carve out of type_in_image.
13525         (ginst_in_image, gclass_in_image): Simplify.  Change signature to
13526         use the corresponding datatypes.
13527         (type_in_image): Update to changes.
13528         (CleanForImageUserData): Simplify.
13529         (steal_gclass_in_image): Carved out of old 'gclass_in_image'.
13530         Avoid quadratic behaviour in handling the "stolen" list by
13531         separating the filter predicate out, and by prepending the stolen
13532         items rather than appending them.
13533         (steal_ginst_in_image): Likewise.
13534         (mono_metadata_clean_for_image): Update to changes.
13536 2007-09-19  Martin Baulig  <martin@ximian.com>
13538         * domain.c (mono_cleanup): Call mono_debug_cleanup() here.
13540 2007-09-19  Martin Baulig  <martin@ximian.com>
13542         * mono-debug.c (mono_debug_cleanup): Don't call
13543         mono_debugger_cleanup(); this is now called earlier from mini_cleanup().
13545 2007-09-19  Raja R Harinath  <harinath@gmail.com>
13547         Fix crash on 'make run-test' in mcs/errors
13548         * metadata.c (type_in_image): New.  Carve out of ginst_in_image.
13549         Avoid more potential allocations in mono_class_from_mono_type.
13550         (ginst_in_image): Update to changes.
13551         (gclass_in_image): Rearrange slightly.
13553 2007-09-18  Zoltan Varga  <vargaz@gmail.com>
13555         * class.c (mono_class_init): Move the code that sets up class->methods to 
13556         mono_class_setup_methods () for inflated generic classes too. Ditto for properties.
13558         * metadata.c (mono_metadata_get_inflated_signature): New function to return a
13559         canonical instance of an inflated generic signature.
13560         (mono_type_create_from_typespec): Remove an invalid free.
13562         * loader.c (mono_method_get_signature_full): Use mono_metadata_get_inflated_signature.  
13564 2007-09-18  Marek Habersack  <mhabersack@novell.com>
13566         * domain-internals.h: added a declaration of the
13567         mono_assembly_load_full_nosearch internal function.
13569         * assembly.c (mono_assembly_load_with_partial_name): use
13570         mono_try_assembly_resolve return value properly.
13571         (mono_assembly_load_full_nosearch): copied the function body from
13572         mono_assembly_load_full, without the code to invoke assembly
13573         search hooks.
13574         (mono_assembly_load_full): calls the above new function and if the
13575         assembly is not resolved, invokes the search hooks.
13577         * appdomain.c (mono_runtime_init): restore the global postload
13578         assembly search handlers.
13580 2007-09-18  Zoltan Varga  <vargaz@gmail.com>
13582         * class.c (mono_class_init): Make sure class->methods and class->properties
13583         are never NULL in the generics case.
13585         * metadata.c (free_generic_class): Enable this again, skip the dynamic case.
13587 2007-09-17  Zoltan Varga  <vargaz@gmail.com>
13589         * metadata.c (free_generic_class): Disable some code to fix the build.
13591         * domain.c (mono_cleanup): Fix a crash introduced by a previous patch.
13593         * marshal.c (mono_marshal_get_xappdomain_dispatch): Allocate a piece of data
13594         from the image mempool.
13596         * metadata.c (free_generic_class): Free more data from the inflated class.
13598         * class.c (mono_class_from_generic_parameter): Allocate memory from the mempool.
13600         * metadata.c (mono_metadata_parse_generic_param): Allocate memory from the image
13601         mempool.
13602         (mono_type_create_from_typespec): Ditto.
13604         * domain.c (get_runtimes_from_exe): Add an out parameter to return the opened
13605         MonoImage to the caller.
13606         (mono_init_internal): Save the opened image in a global variable.
13607         (mono_cleanup): Close the image opened in get_runtimes_from_exe.
13609         * reflection.c (resolve_object): Fix a leak.
13611         * metadata.c: Fix the freeing of data in the generics caches.
13612         
13613         * metadata.c (free_generic_inst): Comment this out to fix the build.
13614         (free_generic_class): Ditto.
13616         * metadata.c: Free cached generic methods, instantinations and classes when
13617         they are removed from the caches.
13618         (mono_metadata_free_type): Free the type itself.
13620         * class.c: Free the result of mono_class_inflate_generic_type () in a few
13621         places.
13623 Mon Sep 17 16:14:07 CEST 2007 Paolo Molaro <lupus@ximian.com>
13625         * boehm-gc.c: restrict managed allocs to __thread supporting
13626         architectures.
13628 2007-09-16  Zoltan Varga  <vargaz@gmail.com>
13630         * class.c (mono_class_inflate_generic_type): Add a comment describing memory ownership.
13631         (mono_generic_class_get_class): Fix a leak.
13633         * metadata.c (do_mono_metadata_parse_type): Remove an unneccesary call to
13634         mono_metadata_free_type ().
13635         (mono_metadata_inflate_generic_inst): Fix a leak.
13637 2007-09-14  Zoltan Varga  <vargaz@gmail.com>
13639         * mono-debug.c (free_header_data): Fix a leak missed earlier.
13641         * metadata.c (mono_metadata_parse_array_full): Allocate memory from the image
13642         mempool.
13644         * mono-debug.c (mono_debug_close_image): Fix call to 
13645         g_hash_table_remove ().
13647 Fri Sep 14 19:36:37 CEST 2007 Paolo Molaro <lupus@ximian.com>
13649         * icall-def.h: redirect all the string ctor to the managed
13650         CreateString () methods.
13651         * string-icalls.c, string-icalls.h: removed dead code for string
13652         ctors and icalls.
13654 2007-09-14  Zoltan Varga  <vargaz@gmail.com>
13656         * mono-debug.c: Fix memory leaks.
13658 2007-09-14  Jonathan Chambers <joncham@gmail.com>
13660         * threads-types.h: Implement mono_hazard_pointer_set and 
13661         mono_hazard_pointer_clear macros using do/while(0) to fix
13662         compilation with MSVC.
13663         
13664         Code is contributed under MIT/X11 license.
13666 2007-09-14  Zoltan Varga  <vargaz@gmail.com>
13668         * gc.c (ves_icall_System_GCHandle_GetAddrOfPinnedObject): Use a return value of
13669         -2 to communicate to managed code that the handle is not pinned. Fixes #82848.
13671 Fri Sep 14 14:04:31 CEST 2007 Paolo Molaro <lupus@ximian.com>
13673         * icall-def.h, string-icalls.c: get rid of old, no longer used, string
13674         icalls.
13676 Fri Sep 14 11:41:31 CEST 2007 Paolo Molaro <lupus@ximian.com>
13678         * boehm-gc.c, gc-internal.h, object.c: allow strings to be
13679         managed-code allocated as well.
13681 2007-09-13  Zoltan Varga  <vargaz@gmail.com>
13683         * class.c (mono_class_is_assignable_from): Add support for generic variance.
13685 Thu Sep 13 11:55:55 CEST 2007 Paolo Molaro <lupus@ximian.com>
13687         * boehm-gc.c: fixed the build after the AOT changes.
13689 2007-09-13  Zoltan Varga  <vargaz@gmail.com>
13691         * wrapper-types.h: Add an ALLOC wrapper type.
13693         * gc-internals.h boehm-gc.c null-gc.c sgen-gc.c: Add functions needed by AOT to
13694         reference managed allocator methods.
13696 2007-09-12  Marek Safar  <marek.safar@gmail.com>
13698         * icall.c (ves_icall_MonoType_GetGenericArguments): Create an instance
13699         of Type array and not MonoType, a fix suggested by Hari.
13700         
13701 2007-09-12  Jonathan Chambers <joncham@gmail.com>
13703         * domain-internals.h, domain.c : Remove delegate_invoke_impl_with_target_hash
13704         and delegate_invoke_impl_no_target_hash from _MonoDomain struct.
13705         
13706         Code is contributed under MIT/X11 license.
13708 2007-09-10  Massimiliano Mantione  <massi@ximian.com>
13710         * domain.c, object.c, mono-config.c, object-internals.h: Fixed  #82416.
13712 2007-09-12  Marek Habersack  <mhabersack@novell.com>
13714         * image.c (do_mono_image_open): if assembly file fails to open and
13715         MONO_IOMAP is in effect, try to find the path in a
13716         case-insensitive way.
13718         * appdomain.c (mono_runtime_init): do not install postload hooks -
13719         tests show that MS.NET doesn't use anything of that sort to
13720         trigger the AppDomain.AssemblyResolve event.
13721         (mono_try_assembly_resolve): renamed from try_assembly_resolve and
13722         made non-static.
13723         (mono_runtime_init): init portability helpers here.
13725         * assembly.c (mono_assembly_load_with_partial_name): if other   
13726         attempts fail, trigger the AppDomain.AssemblyResolve event handler
13727         to resolve the assembly.
13729         * domain-internals.h: added mono_try_assembly_resolve and marked
13730         it as internal.
13732 2007-09-11  Jb Evain  <jbevain@novell.com>
13734         * object-internals.h (MonoReflectionDynamicMethod): add
13735         a `MonoReflectionType *owner` field. The owner is used
13736         * reflection.c:
13737         (mono_reflection_create_dynamic_method): use the owner of the dynamic
13738         method as the class declaring the dynamic method.
13739         (reflection_methodbuilder_from_dynamic_method): copy the owner of the
13740         dynamic method to the declaring type of the methodbuilder.
13742 2007-09-11  Mark Probst  <mark.probst@gmail.com>
13744         * icall.c (ves_icall_InternalInvoke): Enforce CoreCLR security
13745         rules for calling methods via reflection.
13747 2007-09-11  Zoltan Varga  <vargaz@gmail.com>
13749         * reflection.c (resolve_object): Add support for MonoGenericClass. 
13750         Inflate MonoType's.
13752 Tue Sep 11 16:08:08 CEST 2007 Paolo Molaro <lupus@ximian.com>
13754         * gc-internal.h, boehm-gc.c, null-gc.c, sgen-gc.c: allow the GC to
13755         provide a managed method that does fast allocations without needing
13756         a managed->unmanaged transition. Boehm GC implementation currently
13757         enabled for ptrfree objects on sane architectures.
13759 Tue Sep 11 16:00:35 CEST 2007 Paolo Molaro <lupus@ximian.com>
13761         * marshal.c, marshal.h: exported a couple of useful functions and
13762         added mono_mb_get_label () to easily handle backward branches.
13764 2007-09-10  Zoltan Varga  <vargaz@gmail.com>
13766         * reflection.c (resolve_object): Inflate generic methods. Fixes #82782.
13768 2007-09-10  Massimiliano Mantione  <massi@ximian.com>
13770         * loader.c (find_method): Fixed the regression introduced while
13771         fixing bug #81466.
13773 2007-09-09  Zoltan Varga  <vargaz@gmail.com>
13775         * class.c (mono_lookup_dynamic_token_class): Pass along the context here as
13776         well.
13777         
13778         * class.c loader.c metadata.c object.c class-internals.h object-internals.h
13779         icall.c reflection.c: Pass a MonoGenericContext argument to 
13780         mono_lookup_dynamic_token ().
13782         * reflection.c (resolve_object): Handle GenericTypeParameterBuilder. Fixes
13783         #82744.
13784         
13785 2007-09-09  Robert Jordan  <robertj@gmx.net>
13787         * object.c (mono_class_proxy_vtable): Don't create remoting trampolines
13788         for generic methods.
13790         * object.c (mono_object_get_virtual_method): Handle generic methods.
13791         Fixes bug #78882.
13793         Code is contributed under MIT/X11 license.
13795 Sat Sep 8 18:16:01 CEST 2007 Paolo Molaro <lupus@ximian.com>
13797         * image.c: fix locking in mono_image_load_file_for_image ().
13799 Thu Sep 6 19:48:00 CEST 2007 Paolo Molaro <lupus@ximian.com>
13801         * reflection.c, icall.c, icall-def.h: the methodinfos name field is
13802         used only as a cache: added an icall to fill it.
13804 2007-09-16  Rodrigo Kumpera  <rkumpera@novell.com>
13806         * reflection.h: exposed mono_reflection_free_type_info
13807         * reflection.c (mono_reflection_get_type_internal): type_args is always freed
13808         since mono_reflection_bind_generic_parameters makes a copy of it.
13809         * reflection.c (free_type_info): subinfos should be freed.
13810         * reflection.c (free_type_info): renamed to mono_reflection_free_type_info and 
13811         made non static.
13812         * icall.c (type_from_name and ves_icall_System_Reflection_Assembly_InternalGetType):
13813         replaced explicit cleanup of MonoTypeNameParse struct with a call to mono_reflection_free_type_info,
13814         this fixes #82695 and #81726.
13815    
13817 2007-09-03  Atsushi Enomoto  <atsushi@ximian.com>
13819         * process.h, process.c:  added support for user profile/info in
13820           ProcessStartInfo. For now only Windows works.
13822 Fri Aug 31 17:30:58 CEST 2007 Paolo Molaro <lupus@ximian.com>
13824         * metadata.c: consider the generic arguments when comparing
13825         signatures (bug #82614).
13827 Thu Aug 30 18:34:38 CEST 2007 Paolo Molaro <lupus@ximian.com>
13829         * cil-coff.h, image.c: updated assembly loader to cope with the
13830         PE32+ 64 bit file format.
13832 Thu Aug 30 16:47:38 CEST 2007 Paolo Molaro <lupus@ximian.com>
13834         * assembly.c, class.c, domain.c, loader.c: remove useless
13835         inclusion of cil-coff.h.
13837 2007-08-29  Jonathan Chambers  <joncham@gmail.com>
13839         * marshal.c (cominterop_get_ccw): Walk up interface hierarchy
13840         if interface is marked with CoClassAttribute. 
13841    
13842         Code is contributed under MIT/X11 license.
13844 Wed Aug 29 19:27:07 CEST 2007 Paolo Molaro <lupus@ximian.com>
13846         * sgen-gc.c: ensure no object from the to space is copied again or finalized
13847         if it's seen twice in major collections.
13849 Wed Aug 29 18:46:49 CEST 2007 Paolo Molaro <lupus@ximian.com>
13851         * sgen-gc.c: big objects are not copied to the gray area, but they
13852         need to be considered for scanning, too, if they are brought alive
13853         by an object ready for finalizations or a survived one.
13855 Wed Aug 29 18:43:11 CEST 2007 Paolo Molaro <lupus@ximian.com>
13857         * sgen-gc.c: properly account the number of disappearing links when
13858         they are nullified.
13860 Wed Aug 29 18:37:37 CEST 2007 Paolo Molaro <lupus@ximian.com>
13862         * sgen-gc.c: share the code to scan the registered roots between the
13863         different types of collections.
13865 2007-08-28  Zoltan Varga  <vargaz@gmail.com>
13867         * icall.c (ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_RunModuleConstructor): New icall.
13869 2007-08-28  Zoltan Varga  <vargaz@gmail.com>
13871         * object.c (mono_class_proxy_vtable): Use max_interface_id instead of
13872         class->max_interface_id in a one place. Fixes transparentproxy.exe test on ia64.
13874 2007-08-28  Mark Probst  <mark.probst@gmail.com>
13876         * security-manager.c (mono_security_manager_get_methods):
13877         LinkDemandSecurityException now has 2 arguments instead of 3.
13879 2007-08-27  Zoltan Varga  <vargaz@gmail.com>
13881         * class.c (mono_class_layout_fields): Only do the struct alignment hack on
13882         platforms which need it.
13884 Mon Aug 27 18:29:12 CEST 2007 Paolo Molaro <lupus@ximian.com>
13886         * sgen-gc.c: unregister thread data structures with a pthread_key_t
13887         dtor.
13889 Mon Aug 27 18:27:35 CEST 2007 Paolo Molaro <lupus@ximian.com>
13891         * threads.c: free the thread static data on thread exit.
13893 Mon Aug 27 10:55:54 CEST 2007 Paolo Molaro <lupus@ximian.com>
13895         * class.c: walk the hierarchy to find the generic definition for
13896         a class (fixes runtime part of bug #82498).
13898 2007-08-24  Zoltan Varga  <vargaz@gmail.com>
13900         * assembly.c (mono_assembly_close): Move the closing of the referenced assemblies to
13901         ...
13903         * image.c (mono_image_close): Here. Hopefully fixes #82510.
13905 2007-08-24  Mark Probst  <mark.probst@gmail.com>
13907         * monodiet.c (handle_cattrs): Fixed a custom attr leak.
13909 2007-08-24  Robert Jordan  <robertj@gmx.net>
13911         * appdomain.c: don't perform the ':'->';' substitution on Win32.
13913 2007-08-24  Jb Evain  <jbevain@novell.com>
13915         * class.c (mono_type_get_name_recurse): fix AssemblyQualifiedName
13916         for byref types.
13918 2007-08-24  Mark Probst  <mark.probst@gmail.com>
13920         * threads.c: Make sure a thread gets cleaned up only once.  Fixes
13921         #82286.
13923 2007-08-24  Zoltan Varga  <vargaz@gmail.com>
13925         * assembly.c: Fix a warning.
13926         
13927 2007-08-23  Marek Habersack  <mhabersack@novell.com>
13929         * appdomain.c: parse the <runtime> section looking for the probing
13930         element with the 'privatePath' attribute, which sets additional
13931         directories in which the runtime should look for assemblies.
13933 2007-08-23  Robert Jordan  <robertj@gmx.net>
13935         * marshal.c (Marshal_ReAllocHGlobal) : Fix GlobalReAlloc's flags.
13936         Fixes #82499.
13938 2007-08-23  Martin Baulig  <martin@ximian.com>
13940         * mono-debug.[ch]: Rename mono_debug_init_corlib() into
13941         _mono_debug_init_corlib() and remove it from the header file.
13943 2007-08-23  Martin Baulig  <martin@ximian.com>
13945         * mono-debug-debugger.c
13946         (mono_debugger_unhandled_exception): Ignore `ThreadAbortException';
13947         don't notify the debugger about it.
13949         * mono-debug-debugger.h
13950         (MonoDebuggerEvent): Removed `THREAD_ABORT'.
13952 2007-08-23  Robert Jordan  <robertj@gmx.net>
13954         * icall-def.h, process.*: implemented Get|SetPriorityClass icalls.
13955         Code is contributed under MIT/X11 license.
13957 Wed Aug 22 18:35:12 CEST 2007 Paolo Molaro <lupus@ximian.com>
13959         * sgen-gc.h, sgen-gc.c: abstracted most of the OS-specific code.
13961 2007-08-22  Martin Baulig  <martin@ximian.com>
13963         * mono-debug.c: Store debugging info on a per-domain basis and
13964         free it on domain unload.  Add support for unloading symbol files.
13966         * mono-debug.h
13967         (MonoDebugList): New typedef.
13968         (MonoSymbolTable):
13969         - add `data_tables and `type_table'.
13970         - replace 'symbol_files' and `num_symbol_files' with a
13971           `MonoDebugList *'.
13972         (mono_debug_data_table): Removed.
13973         (mono_debug_list_add): New public function.
13974         (mono_debug_list_remove): New public function.
13975         (mono_debug_init_1): Renamed into mono_debug_init_corlib().
13976         (mono_debug_init_2_memory): Renamed into
13977         mono_debug_open_image_from_memory().
13978         (mono_debug_close_image): New public function.
13979         (mono_debug_domain_create): Likewise.
13980         (mono_debug_domain_unload): Likewise.
13981         (MONO_DEBUGGER_VERSION): Bump to 60.
13983         * mono-debug-debugger.h
13984         (MonoDebuggerEvent):
13985         - remove `RELOAD_SYMTABS' and `METHOD_COMPILED'.
13986         - rename `ADD_MODULE' into `LOAD_MODULE'; add `UNLOAD_MODULE'.
13987         - add `DOMAIN_CREATE' and `DOMAIN_UNLOAD'.
13988         - rename `THREAD_CREATED' and `THREAD_EXITED' into
13989           `GC_THREAD_CREATED' and `GC_THREAD_EXITED'.
13990         - re-add `THREAD_CREATED' and `THREAD_EXITED'; with different
13991           meaning.
13992         (mono_debugger_add_symbol_file): Removed.
13993         (mono_debugger_add_type): Removed.
13994         (mono_debugger_lookup_type): Removed.
13995         (mono_debugger_lookup_assembly): Removed.
13997         * domain.c
13998         (mono_domain_create): Call mono_debug_domain_create().
13999         (mono_init_internal): Call mono_debug_init_corlib().
14001         * assembly.c
14002         (mono_assembly_close): Call mono_debug_close_image().
14004 Wed Aug 22 17:26:02 CEST 2007 Paolo Molaro <lupus@ximian.com>
14006         * sgen-gc.c: use the mono-mmap facilitites instead of hard-coding the
14007         mmap call.
14009 Wed Aug 22 17:17:09 CEST 2007 Paolo Molaro <lupus@ximian.com>
14011         * sgen-gc.c: ensure section->pin_queue_end is initialized
14012         correctly when non pinning objects in the section have been found.
14014 2007-08-22  Marek Habersack  <mhabersack@novell.com>
14016         * appdomain.c (set_domain_search_path): cope with PrivateBinPath
14017         containing a list of directories separated by ':'. MSDN docs say
14018         the directories should be separated with ';'. Part of a bugfix for
14019         bug #81446
14021 2007-08-21  Rodrigo Kumpera  <rkumpera@novell.com>
14023         * class.c (mono_type_retrieve_from_typespec) : fixed the return type
14024         it should MonoType and not MonoClass.
14026 2007-08-21  Atsushi Enomoto  <atsushi@ximian.com>
14028         * culture-info-table.h : regenerated.
14030 2007-08-20  William Holmes  <billholmes54@gmail.com>
14032         *file-io.c: Added ves_icall_System_IO_MonoIO_ReplaceFile
14033          to call ReplaceFile Kernel32 on windows or in io-layer.
14034         *file-io.h: Added deceleration for ves_icall_System_IO_MonoIO_ReplaceFile
14035         *icall-def.h: Register ves_icall_System_IO_MonoIO_ReplaceFile
14036          as an internal call.
14038         Code is contributed under MIT/X11 license.
14040 2007-08-20  Jb Evain  <jbevain@novell.com>
14042         * class-internals: add definitions for MONO_EXCEPTION_METHOD_ACCESS
14043         and MONO_EXCEPTION_FIELD_ACCESS.
14045         * debug-helpers.[c|h]: new mono_field_full_name function.
14047 2007-08-20  Mark Probst  <mark.probst@gmail.com>
14049         * class.c: Removed class_security_level() and moved it to
14050         security-core-clr.c.
14052         * security-core-clr.c, security-core-clr.h: class_security_level()
14053         is now public and renamed to mono_security_core_clr_class_level().
14054         It also looks for security attributes in the classes a class is
14055         nested in.
14057 2007-08-20  Mark Probst  <mark.probst@gmail.com>
14059         * security-core-clr.c, security-core-clr.h: CoreCLR security
14060         utility functions.
14062         * Makefile.am: Added security-core-clr.[ch].
14064         * security-manager.c, security-manager.h: Functions and enum for
14065         setting and getting the security mode.
14067         * class.c: CoreCLR security checks.
14069 Mon Aug 20 12:38:42 CEST 2007 Paolo Molaro <lupus@ximian.com>
14071         * icall-def.h, process.c, process.h: implemented icall to get
14072         user/system processor times.
14074 2007-08-17  Mark Probst  <mark.probst@gmail.com>
14076         * domain.c, threads.c, class-internals.h, domain-internals.h: New
14077         reader-lock-free jit_info_table.
14079 2007-08-17  Zoltan Varga  <vargaz@gmail.com>
14081         * metadata.c (mono_type_to_unmanaged): Handle MONO_NATIVE_CUSTOM.
14083         * marshal.c (mono_marshal_type_size): Ditto. Fixes #82465 and #82466.   
14085         * object-internals.h (MonoException): Add missing _data member.
14087 2007-08-08  Massimiliano Mantione  <massi@ximian.com>
14089         * loader.c (find_method, find_method_in_class): Fixed bug #81466,
14090         checking that only methods with matching qname or fqname are picked
14091         from implemented interfaces.
14093 2007-08-16  Rodrigo Kumpera  <rkumpera@novell.com>
14095         * verify.c (do_newarr):added, do type verification of
14096         newarr ops, push the right value on the eval stack.
14097         * verify.c (mono_method_verify): use do_newarr
14100 2007-08-16  Rodrigo Kumpera  <rkumpera@novell.com>
14102         * verify.c (do_ldobj_value, do_unbox_value and do_box_value):
14103         factored the common code into get_boxable_mono_type, which
14104         is now using mono_type_get_full, this fixed byref related tests.
14106 2007-08-16  Rodrigo Kumpera  <rkumpera@novell.com>
14108         * class.c: added mono_type_get_full, this function has the same
14109         behavior of mono_class_get_full but the returned MonoType has
14110         all metadata of the associated token in case of a typespec token.
14111         * class.c: added mono_type_retrieve_from_typespec, used by 
14112         mono_type_get_full to retrieve the token type.
14113         * class.c (mono_class_create_from_typespec): changed to use
14114         mono_type_retrieve_from_typespec.
14115         * class.c (mono_ldtoken): changed to use mono_type_get_full
14116         for MONO_TOKEN_TYPE_(DEF|REF|SPEC).
14117         * class-internals.h: exported mono_type_get_full for internal use.
14119 2007-08-16  Jb Evain  <jbevain@novell.com>
14121         * domain.c (supported_runtimes): add entry for
14122         the 'moonlight' runtime version.
14124 2007-08-15  Rodrigo Kumpera  <rkumpera@novell.com>
14126         * verify.c (mono_method_verify): small typo sliped in.  
14128 2007-08-15  Rodrigo Kumpera  <rkumpera@novell.com>
14130         * verify.c (do_unbox_value): added, do type verification of
14131         unboxing ops
14132         * verify.c (mono_method_verify): use do_unbox_value
14135 2007-08-15  Rodrigo Kumpera  <rkumpera@novell.com>
14137         * verify.c (dump_stack_value): fixed typo, was printing string
14138         instead of object on stack.
14139         * verify.c (do_box_value): moved the byref check up as it leads
14140         to invalid code and should be done earlier.
14141         * verify.c: improved error messages for and ldobj
14143 2007-08-15  William Holmes  <billholmes54@gmail.com>
14145         * marshal.c (emit_marshal_custom): Omit the call to 
14146           marshal_native_to_managed when calling native to managed 
14147           and the argument is specified as an out argument.
14149         Code is contributed under MIT/X11 license.
14151 2007-08-15  Rodrigo Kumpera  <rkumpera@novell.com>
14153         * verify.c: fixed the type checks for generics, function pointers and vectors.
14154         Added type verification for ldobj and ldtoken. The verifier
14155         would segfault if header or signature of a method contained references
14156         to non-existant types.
14158 2007-08-15  Jonathan Chambers  <joncham@gmail.com>
14160         * marshal.c (cominterop_get_ccw): Patch from
14161         Bill Holmes to no walk up interface hierarchy. 
14162         All parent methods should be present in the interface for COM.
14163    
14164         Code is contributed under MIT/X11 license.
14166 2007-08-15  Jonathan Chambers  <joncham@gmail.com>
14168         * marshal.c (emit_marshal_com_interface): Patch from
14169         Bill Holmes to handle COM Interfaces as return values
14170         for native->managed calls.
14171    
14172         Code is contributed under MIT/X11 license.
14174 2007-08-14  Jonathan Chambers  <joncham@gmail.com>
14176         * marshal.c (cominterop_get_idispatch_for_object): Implement
14177         for runtime callable wrappers.
14178    
14179         Code is contributed under MIT/X11 license.
14181 2007-08-13  Rodrigo Kumpera  <rkumpera@novell.com>
14183         * pedump.c (main): changed from mono_init to mono_init_from_assembly
14184         so 2.0 types are accessible
14187 2007-08-13  Miguel de Icaza  <miguel@novell.com>
14189         * domain.c (mono_init_internal): Call mono_assembly_load_friends
14190         once we load mscorlib.   Due to the order in which we initialize,
14191         the mono_assembly_load_full routine that loads mscorlib did not
14192         load friends.   We now load it once we load the
14193         mono_defaults.internals_visible_class class. 
14195         * assembly.c: Expose the mono_load_friend_assemblies method.
14197 2007-08-11  Rodrigo Kumpera  <rkumpera@novell.com>
14199         * verify.c: improved the handling of boxing, better
14200         type checking for unary ops and conversion. Fix bug
14201         regarding managed pointer compatibility checking
14203 2007-08-11  Zoltan Varga  <vargaz@gmail.com>
14205         * icall.c (ves_icall_System_Array_SetGenericValueImpl): New icall.
14207         * threads.c threads-types.h: Export mono_thread_get_stack_bounds.
14209 2007-08-09  Raja R Harinath  <rharinath@novell.com>
14211         * reflection.c (dup_type): Remove.
14212         * class.c (dup_type): Remove.
14213         (mono_metadata_signature_deep_dup): Use 'mono_metadata_type_dup'
14214         instead of the dodgy 'dup_type'.
14215         (inflate_generic_type): Likewise.  Fix the VAR/MVAR cases to
14216         handle the case where 'dup_type' needed the second argument.
14218 2007-08-08  Zoltan Varga  <vargaz@gmail.com>
14220         * domain.c: Fix a warning.
14222 2007-08-08  Massimiliano Mantione  <massi@ximian.com>
14224         * class.c (mono_class_setup_vtable_general): Fixed bug #77127,
14225         checking that methods with the same fqname are not overridden
14226         with a method from an ancestor.
14228 2007-08-07  Zoltan Varga  <vargaz@gmail.com>
14230         * threads.c (free_thread_static_data_helper): Avoid a crash if
14231         thread->static_data is not yet set.
14233 2007-08-07  Jonathan Chambers  <joncham@gmail.com>
14235         * marshal.c: Use correct image when emitting
14236         native wrapper for COM calls.
14237    
14238         Code is contributed under MIT/X11 license.
14240 2007-08-07  Atsushi Enomoto  <atsushi@ximian.com>
14242         * icall-def.h, security.c, security.h :
14243           added icall wrapper to ProtectedMemory.[Unprotect|Protect]Data().
14245 2007-08-07  Martin Baulig  <martin@ximian.com>
14247         * mono-debug-debugger.h
14248         (MonoDebuggerEvent): Add `MONO_DEBUGGER_EVENT_DOMAIN_UNLOAD'.
14250         * domain.c (mono_domain_free): Call
14251         `mono_debugger_event (MONO_DEBUGGER_EVENT_DOMAIN_UNLOAD)'.
14253 2007-08-06  Rodrigo Kumpera  <rkumpera@novell.com>
14255         * verify.c (check_underflow, check_overflow): error message now returns IL offset
14256         * verify.c (in_same_block): code should test if either offset is inside the clauses
14257         * verify.c (mono_method_verify): push the exception into the eval stack of exception
14258         and filter blocks
14260 2007-08-03  Zoltan Varga  <vargaz@gmail.com>
14262         * image.c (mono_image_close): Fix a leak.
14264         * object.c (mono_runtime_invoke_array): Avoid using alloca.
14266         * icall.c (ves_icall_FieldInfo_SetValueInternal): Ditto.        
14268 Fri Aug 3 19:54:23 CEST 2007 Paolo Molaro <lupus@ximian.com>
14270         * domain.c, threads.c, threads-types.h: fix memory retention issue
14271         with thread static variables not being cleared on domain unload.
14272         Reuse thread static slots after domain unload.
14274 2007-08-03  Zoltan Varga  <vargaz@gmail.com>
14276         * object.c (mono_runtime_invoke_array): Handle the case when the receiver is a
14277         nullable type.
14279         * marshal.c (mono_marshal_get_runtime_invoke): Revert the previous change, it is
14280         now done in mono_runtime_invoke_array.
14282         * marshal.c (mono_marshal_get_runtime_invoke): Handle the case when the 
14283         receiver is a nullable type.
14285         * class.c (mono_class_is_assignable_from): Handle the case when klass is a 
14286         generic parameter.
14288 2007-08-03  Jonathan Chambers  <joncham@gmail.com>
14290         * marshal.c: Implement COM Objects as return type for 
14291         managed->unmanaged calls. Added Release calls for COM Object
14292         out/return values in managed->unmanaged calls.
14294         Code is contributed under MIT/X11 license.
14296 Fri Aug 3 17:00:51 CEST 2007 Paolo Molaro <lupus@ximian.com>
14298         * threads.h, threads-type.h: move the hazard pointer declarations
14299         to the private header.
14301 Fri Aug 3 13:13:39 CEST 2007 Paolo Molaro <lupus@ximian.com>
14303         * file-io.c, appdomain.c: memory leak fixes.
14305 2007-08-02  Dick Porter  <dick@ximian.com>
14307         * socket-io.c
14308         (ves_icall_System_Net_Sockets_Socket_Socket_internal): Move the
14309         SO_REUSEADDR setting into io-layer/sockets.c.
14311 2007-08-01  Zoltan Varga  <vargaz@gmail.com>
14313         * icall.c (ves_icall_Type_GetMethodsByName): Return the members inherited
14314         from Object when called on a generic parameter. Fixes #82211.
14316 2007-08-01  Dick Porter  <dick@ximian.com>
14318         * file-io.c (convert_share): Test FileShare values bit-by-bit.
14319         Fixes bug 79250 yet again.
14321 2007-07-30  Martin Baulig  <martin@ximian.com>
14323         Merged the `debugger-dublin' branch.
14325         * mono-debug.h
14326         (MonoDebugDataTable): New typedef.
14327         (MonoDebugMethodAddressList): New typedef.
14328         (MonoDebugWrapperData): Removed.
14329         (MonoDebugSymbolTable): Removed `current_data_table',
14330         `current_data_table_size', `current_data_table_offset'.
14331         (MonoDebugDataItemType): Moved into mono-debug.c.
14332         (MonoDebugMethodJitInfo): Remove `address'.
14333         (mono_debug_data_table): New global variable.
14334         (mono_debug_lookup_method_addresses): New public function.
14335         (mono_debug_find_method): Take a `MonoMethod *', not a
14336         `MonoDebugMethodInfo *'.
14338         * mono-debug.c: Drop support for the old symbol tables.
14340 2007-06-28  Martin Baulig  <martin@ximian.com>
14342         * mono-debug.c (mono_debug_debugger_version): New public variable.
14344 2007-07-31  William Holmes  <billholmes54@gmail.com>
14346         * metadata.c Changed mono_type_create_from_typespec to not insert
14347           the type into the hash map until after
14348           do_mono_metadata_parse_type has completed.
14349         Fixes Bug #82194
14350         Code is contributed under MIT/X11 license.
14352 2007-07-31  Zoltan Varga  <vargaz@gmail.com>
14354         * icall.c (ves_icall_Type_GetMethodsByName): Avoid a crash when called on a
14355         generic parameter. Fixes #82211.
14357 2007-07-27  Jb Evain  <jbevain@novell.com>
14359         * pedump.c (dump_metadata, dump_metadata_header): dump
14360         versions contained in the metadata header.
14362 Fri Jul 27 17:07:40 CEST 2007 Paolo Molaro <lupus@ximian.com>
14364         * threads.c: register small_id_table with the GC.
14366 2007-07-27  Mark Probst  <mark.probst@gmail.com>
14368         * threads.c, threads.h, class-internals.h, object-internals.h:
14369         Hazard pointers, to be used by lock-free parallel algorithms.
14371 2007-07-26  Dick Porter  <dick@ximian.com>
14373         * appdomain.c (mono_runtime_cleanup): Invoke io-layer cleanup
14374         routine on non-windows platforms, as I've not managed to think of
14375         a non-kludgy way of doing this.  Finishes off bug 78739.
14377 Wed Jul 25 18:06:33 CEST 2007 Paolo Molaro <lupus@ximian.com>
14379         * object.c: properly setup interface_bitmap in proxy vtables.
14381 2007-07-25  Marek Habersack  <mhabersack@novell.com>
14383         * appdomain.c (get_shadow_assembly_location): do not use TickCount
14384         to create unique shadow copy target directories, use the domain's
14385         serial number instead. Each domain gets a unique target directory
14386         that way.
14388         * domain.c (mono_domain_create): added code to increment domain
14389         shadow copy serial number and cache the value in the current
14390         domain structure.
14392         * domain-internals.h (struct _MonoDomain): added a new field -
14393         shadow_serial to hold the serial number used in generation of
14394         shadow-copy directories. This is to make sure that the directory
14395         name is unique for each and every domain created. We avoid a race
14396         condition with overriding assemblies already in use by other app
14397         domains.
14399 2007-07-24  Rodrigo Kumpera  <rkumpera@novell.com>
14401         * class.c (mono_bounded_array_class_get): fixed memory leak when 
14402         binding generic parameters.
14404 2007-07-24  Raja R Harinath  <rharinath@novell.com>
14406         * metadata.c (do_mono_metadata_parse_generic_class): Use
14407         mono_metadata_lookup_generic_class.  Don't g_assert on a metadata
14408         error.
14410 Tue Jul 24 15:15:19 CEST 2007 Paolo Molaro <lupus@ximian.com>
14412         * loader.c, class-internals.h, reflection.c: removed the per-method
14413         generics hashtable: we use the global one through the call of
14414         mono_class_inflate_generic_method ().
14416 Mon Jul 23 19:43:14 CEST 2007 Paolo Molaro <lupus@ximian.com>
14418         * class.c, metadata.c, class-internals.h: introduce yet another
14419         generics global cache for inflated methods (fixes 98% of the perf
14420         issue in bug #81806).
14422 2007-07-23  Raja R Harinath  <rharinath@novell.com>
14424         Fix #81035 -- avoid allocating MonoGenericInsts willy-nilly
14425         * metadata.c (mono_metadata_lookup_generic_inst): Kill.
14426         (mono_metadata_get_generic_inst): New.  Given a list of MonoType*,
14427         return a MonoGenericInst containing (a copy) of those types.
14428         (mono_metadata_inflate_generic_inst): Update to changes.
14429         (mono_metadata_parse_generic_inst): Likewise.
14430         (mono_get_shared_generic_inst): Likewise.
14431         * reflection.c (mono_class_bind_generic_parameters): Likewise.
14432         (mono_reflection_bind_generic_method_parameters): Likewise.
14433         * metadata-internals.h: Likewise.
14434         * icall.c (free_generic_context): Kill.
14435         (init_generic_context_from_args): Use mono_metadata_get_generic_inst.
14437         * reflection.c (reflection_methodbuilder_to_mono_method): Use
14438         mono_metadata_type_dup.
14439         * marshal.c (mono_mb_create_method): Likewise.
14441         * metadata.c (mono_metadata_type_dup): Rename from
14442         mono_metadata_type_dup_mp.  Take an optional mempool instead of a
14443         MonoImage.  Handle a few more cases, esp. when no mempool is given.
14444         * marshal.c, metadata-internals.h: Update to changes.
14446 Mon Jul 23 11:43:31 CEST 2007 Paolo Molaro <lupus@ximian.com>
14448         * class.c: fixed a small leak for array classes and removed warning.
14450 2007-07-22  Zoltan Varga  <vargaz@gmail.com>
14452         * loader.c (mono_method_get_param_token): Make this work on generic methods.
14453         Return 0x8000000 for return parameters. Fixes #82161.
14455 2007-07-21  Marek Habersack  <grendello@gmail.com>
14457         * appdomain.c (get_shadow_assembly_location): append the current
14458         ticks value to the path. Avoids overwriting the same assemblies by
14459         several threads at the same time.
14461 2007-07-20  Atsushi Enomoto  <atsushi@ximian.com>
14462         and Raja R Harinath  <rharinath@novell.com>
14464         * icall.c (ves_icall_MonoMethod_get_IsGenericMethodDefinition):
14465         Simplify slightly.
14466         (ves_icall_MonoMethod_GetGenericMethodDefinition): Update
14467         property for testing if a method is a generic method definition.
14469 2007-07-20  Atsushi Enomoto  <atsushi@ximian.com>
14471         * domain-internals.h : added 2.0 member fields to MonoAppDomainSetup.
14473 2007-07-19  Rodrigo Kumpera  <rkumpera@novell.com>
14475         * verify.c: used function from private branch, reverted to the one in class.h 
14477 2007-07-19  Rodrigo Kumpera  <rkumpera@novell.com>
14479         * verify.c: a typo slipped in and the code wont compile
14481 2007-07-19  Rodrigo Kumpera  <rkumpera@novell.com>
14483         * verify.c: now all code use IS_MANAGED_POINTER and UNMASK_TYPE macros.
14484         disabled box instruction as it is doing the wrong thing
14485         improved stack dump messages, now it is easier to debug type related issues
14488 2007-07-19  Juraj Skripsky  <js@hotfeet.ch>
14490         * icall.c (ves_icall_System_MonoType_getFullName): Fix a leak. 
14492 2007-07-19  Rodrigo Kumpera  <rkumpera@novell.com>
14494         * verify.c: changed MONO_TYPE_TYPEDBYREF stack type from 
14495         TYPE_COMPLEX to TYPE_PTR, it did not make any sense to be
14496         grouped with class and valuetype. This change will simply 
14497         the code as it should be handled just like unmanaged pointers.
14499 2007-07-19  Mark Probst  <mark.probst@gmail.com>
14501         * class.c (concat_two_strings_with_zero): Fixed a silly bug.
14503 2007-07-19  Rodrigo Kumpera  <rkumpera@novell.com>
14505         * verify.c: several stack merge issues fixed, reference comparisons now
14506         check the type size. strict type check now works correctly.
14507         added more uses of IS_MANAGED_POINTER macro.
14508         fixed issues pointed by running the test suite against .net.
14509         
14511 2007-07-19  Mark Probst  <mark.probst@gmail.com>
14513         * class.c, loader.c, class-internals.h: Removed the
14514         MonoLoaderErrorKind enum and replaced it with the MONO_EXCEPTION_
14515         defines.
14517         * icall.c: Better error checking in some internal reflection
14518         methods.
14520 2007-07-18  William Holmes  <billholmes54@gmail.com>
14522         * filewatcher.c : removed unused variable 'filename' in 
14523           ves_icall_System_IO_FSW_SupportsFSW
14525 Mon Jul 16 19:36:16 CEST 2007 Paolo Molaro <lupus@ximian.com>
14527         * reflection.c, class.c, icall.c, loader.c: mono_get_inflated_method () is
14528         obsolete, removed.
14530 2007-07-15  Zoltan Varga  <vargaz@gmail.com>
14532         * icall.c (ves_icall_System_Reflection_FieldInfo_GetTypeModifiers): New icall.
14533         
14534         * icall.c (ves_icall_System_Reflection_Module_ResolveSignature): New icall.
14536 2007-07-14  Zoltan Varga  <vargaz@gmail.com>
14538         * icall.c (ves_icall_System_Reflection_Module_ResolveMethodToken): 
14539         Implement generics support.
14540         (ves_icall_System_Reflection_Module_ResolveFieldToken): Ditto.
14542         * icall.c (ves_icall_System_Reflection_Module_ResolveTypeToken): Add new
14543         type_args and method_args arguments.
14544         (ves_icall_System_Reflection_Module_ResolveMethodToken): Ditto.
14545         (ves_icall_System_Reflection_Module_ResolveFieldToken): Ditto.
14546         (ves_icall_System_Reflection_Module_ResolveMemberToken): Ditto.
14548 2007-07-13  Rodrigo Kumpera  <rkumpera@novell.com>
14550         * reflection.c: patch from Thong Nguyen to fix atribute resolution.
14551           It adds a rootimage parameter to mono_reflection_get_type_internal,
14552           adds new function mono_reflection_get_type_with_rootimage and use
14553           the rootimage to resolve the types instead of the current image
14555 2007-07-13  Rolf Bjarne Kvinge  <RKvinge@novell.com>
14557         * culture-info-table.h: Forgot to update after r78304.
14559 2007-07-13  Raja R Harinath  <rharinath@novell.com>
14561         * class.c (mono_class_is_open_constructed_type)
14562         <MONO_TYPE_GENERICINST>: Don't recompute a computed field.
14564 2007-07-12  Rodrigo Kumpera  <rkumpera@novell.com>
14566         * class.c (mono_bounded_array_class_get):  method fails if used with
14567         an incomplete TypeBuilder enum (no basetype field), fixed it by 
14568         avoiding calculating the size for such array as it cannot be instantiated.
14569         Fix bug #82015
14571 2007-07-12  Raja R Harinath  <rharinath@novell.com>
14573         * class-internals.h (_MonoGenericInst::is_reference): Remove bogus
14574         field.
14575         * metadata.c, reflection.c: Update to changes.
14577 2007-07-11  Rodrigo Kumpera  <rkumpera@novell.com>
14579         * class.c, class-internal.h: added mono_type_is_valid_enum_basetype and
14580         mono_class_is_valid_enum, they are used to valide a enum when loading.
14581         * reflection.c: used new functions to throw TypeLoadException when and
14582         invalid enum is build with TypeBuilder. Fixes #82018
14583   
14584 Wed Jul 11 14:47:07 CEST 2007 Paolo Molaro <lupus@ximian.com>
14586         * object.c: forgot commit of mono_class_setup_methods () to access
14587         iface->methods.
14588         * object-internals.h: added a few more handy fields to
14589         MonoIMTCheckItem.
14591 2007-07-11  Zoltan Varga  <vargaz@gmail.com>
14593         * object.c (build_imt): Call mono_class_setup_methods () before accessing 
14594         iface->methods.
14596 Tue Jul 10 16:49:01 CEST 2007 Paolo Molaro <lupus@ximian.com>
14598         * class-internals.h, object-internals.h, object.c: IMT-based
14599         interface invocation core from Massimiliano Mantione
14600         (massi@ximian.com) with a reworked arch-specific interface,
14601         bsearch implementation and a few bugfixes and memory savings by me.
14603 2007-07-10  Rodrigo Kumpera  <rkumpera@novell.com>
14605         * class.c (mono_class_create_from_typedef): mono would segfault if 
14606         an enum did not have a __value field. It now throws a TypeLoadException
14607         for such cases. Fix bug #82022
14609 2007-07-10  Zoltan Varga  <vargaz@gmail.com>
14611         * marshal.c (mono_marshal_string_to_utf16_copy): Fix allocation size.
14613 2007-07-09  Mark Probst  <mark.probst@gmail.com>
14615         * class.c (mono_class_init): If a class is already inited but has
14616         an exception_type set, return FALSE, not TRUE.  Fixes: 82050.
14618 2007-07-09  Mark Probst  <mark.probst@gmail.com>
14620         * class.c: Properly handle the case of an unimplemented interface
14621         method.  Fixes: 81673.
14623 Mon Jul 9 16:21:43 CEST 2007 Paolo Molaro <lupus@ximian.com>
14625         * class-internals.h, object.c: cleanup patch from massi: use
14626         MonoVTable->interface_bitmap since the vtable interfaces offset array
14627         is going away.
14629 2007-07-10  Zoltan Varga  <vargaz@gmail.com>
14631         * icall-def.h icall.c: Remove Module:get_MDStreamVersion icall and add a new
14632         GetMDStreamVersion icall instead.
14634 Mon Jul 9 11:34:17 CEST 2007 Paolo Molaro <lupus@ximian.com>
14636         * filewatcher.c: patch from Thong Nguyen <tum@veridicus.com> to
14637         not use mono_dl_build_path() with a full library name: makes
14638         fallbacks to libgaim and libfam work.
14640 2007-07-06  William Holmes  <billholmes54@gmail.com>
14642         * assembly.c: Added a continue statement in probe_for_partial_name when
14643          parse_assembly_directory_name fails.  Fixes : 82002
14645 2007-07-06  Rodrigo Kumpera  <rkumpera@novell.com>
14647         * verify.c (check_unmanaged_pointer_type): renamed to check_unverifiable_type
14648         and added a verification  for TYPEDBYREF.
14649         * verify.c (verify_stack_type_compatibility): fix handling of byref types,
14650         make native int interchangeable with int32 and some small cleanup and formating.
14651         * verify.c (push_arg): only ldarg on invalid argument is valid (but not verifiable) and
14652         handle byref of byref.
14653         * verify.c (push_local): handle byref of byref.
14654         * verify.c (do_binop): invalid mix of values is unverifiable
14655         * verify.c (do_invoke_method): fixed the handling of bad params on stack and
14656         added visibility checks
14657         * verify.c (field related method): added visibility checks
14658         * verify.c (do_push_field): cannot take the address of a temporary valuetype field
14660 2007-07-06  Zoltan Varga  <vargaz@gmail.com>
14662         * marshal.c (mono_marshal_string_to_utf16_copy): Null terminate the
14663         string.
14665 2007-07-05  Zoltan Varga  <vargaz@gmail.com>
14667         * profiler.c (mono_profiler_load): Fix an off-by-one error.
14669         * marshal.c (emit_marshal_string): When returning a string from managed code,
14670         allways make a copy even for unicode strings. Fixes #81990.
14672 Wed Jul 4 11:53:57 CEST 2007 Paolo Molaro <lupus@ximian.com>
14674         * object.c: cleaned up mono_runtime_invoke_array () and fixed handling
14675         of byref generic inst types (bug #81997).
14677 2007-07-03  Rodrigo Kumpera  <rkumpera@novell.com>
14679         * class.c: moved methods mono_method_can_access_field and mono_method_can_access_method from mini/mini.c
14680         * class.h: added declarations of mono_method_can_access_field() and mono_method_can_access_method()
14682 2007-07-02  Zoltan Varga  <vargaz@gmail.com>
14684         * marshal.c (emit_marshal_string): Add support for unicode strings in
14685         MARSHAL_ACTION_MANAGED_CONV_RESULT. Fixes #81990.
14687 2007-07-02 Rodrigo Kumpera  <rkumpera@novell.com>
14689         * verify.c: field load/store are now verified, missing only access checks now
14691 2007-06-28  Martin Baulig  <martin@ximian.com>
14693         * mono-debug.c (mono_debug_debugger_version): New public variable.
14695 2007-06-24  Gert Driesen  <drieseng@users.sourceforge.net>
14697         * locales.c: When constructing DateTimeFormat or NumberFormat for
14698         MonoCultureInfo, inherit readonly bit from MonoCultureInfo. The
14699         MonoCultureInfo contructed from the current locale is always
14700         read-only and has UseUserOverride set to true. All MonoCultureInfo
14701         instances returned for GetCultures have both IsReadOnly and
14702         UseUserOverride set to true. Fixes part of bug #81930.
14704 2007-06-22  Jonathan Chambers  <joncham@gmail.com>
14706        * icall-def.h: Update System.__ComObject icalls
14707        * marshal.c: Avoid managed transition (and object creation)
14708        when looking up COM interface in RCW.
14709        * marshal.h: Ditto.
14710        
14711        Code is contributed under MIT/X11 license.
14713 2007-06-22  Zoltan Varga  <vargaz@gmail.com>
14715         * marshal.c (mono_marshal_get_runtime_invoke): Cache in the method image for now
14716         to avoid crashes during assembly unloading.
14718 2007-06-22  Raja R Harinath  <rharinath@novell.com>
14720         Fix MethodInfo.IsGenericMethodDefinition
14721         * reflection.c (mono_reflection_bind_generic_method_parameters):
14722         Rearrange code to ensure we always uses a generic method definition.
14723         * class.c (mono_class_inflate_generic_method_full): Set
14724         'generic_container' field only for generic method definitions.
14725         * icall.c (ves_icall_MonoMethod_get_IsGenericMethodDefinition):
14726         Use presense of 'generic_container' field as indication of being a
14727         generic method definition.
14729 2007-06-21  Zoltan Varga  <vargaz@gmail.com>
14731         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
14733         * object-internals.h: Reflect changes in the layout of the managed Delegate
14734         class.
14735         
14736         * object-internals.h reflection.c icall-def.h: Applied patch from Robert
14737         Jordan (robertj@gmx.net). Add a dtor to dynamic methods which frees up the
14738         runtime memory used by the dynamic method. Fixes #77146.
14740 2007-06-21  Dick Porter  <dick@ximian.com>
14742         * file-io.h: 
14743         * file-io.c (convert_share): Cope with FileShare.Delete.  Patch
14744         from Wojtek Krawczyk <krawczyk.wojciech@gazeta.pl>, fixes bug
14745         81767.
14747 2007-06-21  Raja R Harinath  <rharinath@novell.com>
14749         * reflection.c (method_encode_methodspec): Add a tripwire.
14750         * class.c (inflate_generic_type): The fully open generic type is
14751         not the same as the generic type definition.
14753 2007-06-21  Martin Baulig  <martin@ximian.com>
14755         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 59.
14757         * mono-debug-debugger.h
14758         (MonoDebuggerBreakpointInfo): Removed.
14759         (mono_debugger_insert_breakpoint_full): Moved to ../mini/debug-mini.h.
14760         (mono_debugger_remove_breakpoint): Likewise.
14761         (mono_debugger_breakpoint_callback): Likewise.
14762         (mono_debugger_start_add_type): Renamed into mono_debugger_add_type().
14764 2007-06-21  Raja R Harinath  <rharinath@novell.com>
14766         * metadata.c (mono_metadata_lookup_generic_class): The fully open
14767         generic type is not the same as the generic type definition.
14768         * class.c (mono_generic_class_get_class): Likewise.
14770 2007-06-20  Geoff Norton  <gnorton@customerdna.com>
14772         * icall.c: The second argument to 
14773         System.Reflection.MethodBase.GetMethodFromHandleInternalType
14774         is a MonoType not a MonoClass.
14776 2007-06-20  Rodrigo Kumpera  <kumpera@gmail.com>
14778         * verify.c: support for function pointers in the verifier
14780 2007-06-20  Rodrigo Kumpera  <kumpera@gmail.com>
14782         * verify.c: unmanaged pointer verification checks (loading unmanaged pointers is unverifiable)
14784 Wed Jun 20 10:22:15 CEST 2007 Paolo Molaro <lupus@ximian.com>
14786         * assembly.c: removed Mono.Data.SqliteClient from the list of
14787         forward-compatible assemblies as it breaks the ABI (bug #81899).
14789 2007-06-19  Raja R Harinath  <rharinath@novell.com>
14791         * metadata.c (mono_metadata_lookup_generic_class): Protect cache
14792         lookup/update with the loader lock.
14793         * reflection.c (mono_class_bind_generic_parameters): No need to
14794         protect mono_metadata_lookup_* with the loader lock.
14795         * class.c (inflate_generic_type): Likewise.
14796         
14797         * metadata.c (ginst_in_image): Avoid mono_class_from_mono_type
14798         on a generic instantiated type.
14800 2007-06-18  Rodrigo Kumpera <kumpera@gmail.com>
14802         *verify.c: produce meanfull error messages on verification error
14803         *verify.c: fixed some cases of verification errors reported as validation errors
14804         *pedump.c: fixed the error name array, now it shows validation errors properly
14805         *verify.h: fixed the contant that should be used for verification errors
14807 Mon Jun 18 17:07:22 CEST 2007 Paolo Molaro <lupus@ximian.com>
14809         * metadata.c, image.c, metadata-internals.h: part of the fixes needed
14810         for bug #77596, 81858 and 80743 (generics data structures on domain
14811         unload).
14813 2007-06-15  Raja R Harinath  <rharinath@novell.com>
14815         Avoid allocating 'MonoGenericContext' on the heap.
14816         * class-internals (_MonoMethodInflated::context): Make field
14817         inline, not a pointer.
14818         * loader.c (method_from_methodspec): Allocate 'new_context' on the
14819         stack.  Use the context embedded within the inflated method as the
14820         hash key, rather than 'new_context'.
14821         * class.c (inflate_generic_context): Simplify.  Return a struct
14822         rather than allocating on the heap.
14823         (mono_class_inflate_generic_method_full): Update to changes.  Now,
14824         doesn't salt away a copy of the context -- simplifying the
14825         lifetime rules of a 'MonoGenericContext *'.
14826         (mono_method_get_context): Return pointer to embedded context.
14827         (setup_generic_array_ifaces): Allocate temporary context on stack.
14828         * reflection.c (inflate_mono_method): Likewise.
14829         (mono_reflection_bind_generic_method_parameters): Likewise.
14830         Use the context embedded within the inflated method as the hash key.
14832         Avoid a source of allocation of 'MonoGenericContext'.
14833         * class-internals.h (_MonoGenericClass::context): Combine 'inst'
14834         and 'cached_context' fields into embedded 'MonoGenericContext' field.
14835         * class.c: Update to changes.
14836         (mono_generic_class_get_context): Simplify drastically.  Now just
14837         returns a pointer to the field.
14838         * metadata-internals.h (mono_metadata_generic_context_hash): Mark
14839         argument as a const pointer.
14840         (mono_metadata_generic_context_equal): Likewise.
14841         * metadata.c, loader.c, icall.c, reflection.c, verify.c:
14842         Update to changes.
14844 2007-06-14  Rodrigo Kumpera  <kumpera@gmail.com>
14846         * verify.c improved the handling of brtrue/brfalse, factored out common code
14848 2007-06-14  Raja R Harinath  <rharinath@novell.com>
14850         Kill MonoGenericMethod.
14851         * class-internals.h (MonoGenericContext::method_inst): Rename from
14852         'gmethod' and convert to a MonoGenericInst.
14853         (MonoGenericMethod): Remove.
14854         * metadata.h (MonoGenericMethod): Note that the name is obsolete.
14855         * loader.c (method_from_methodspec): Update to changes.  Use a
14856         MonoGenericContext as the key to the hashtable.
14857         * metadata.c (mono_metadata_generic_context_equal): Rename from 
14858         'mono_metadata_generic_method_equal' and take MonoGenericContext.
14859         (mono_metadata_generic_context_hash): Likewise from
14860         'mono_metadata_generic_method_hash'.  Change hash function.
14861         (mono_metadata_load_generic_params): Update to changes.
14862         (mono_get_shared_generic_method): Remove.
14863         * metadata-internals.h (mono_get_shared_generic_method): Remove.
14864         * class.c (inflate_generic_type) [MONO_TYPE_MVAR]: Update to changes.
14865         (inflate_generic_context): Likewise.
14866         (mono_class_inflate_generic_method_full): Likewise.
14867         (setup_generic_array_ifaces): Likewise.
14868         (mono_class_create_from_typespec): Likewise.
14869         * reflection.c (encode_generic_method_sig): Take a MonoGenericContext.
14870         (method_encode_methodspec): Update callsite.
14871         (reflection_methodbuilder_to_mono_method): Update to changes.
14872         (mono_reflection_bind_generic_method_parameters): Likewise.  Use a
14873         MonoGenericContext as the key to the hashtable.
14874         (inflate_mono_method): Update to changes.
14876         * class-internals.h (MonoGenericMethod::container): Remove.
14877         * class.c, loader.c, metadata.c, reflection.c: Update to changes.
14879 Thu Jun 14 12:40:05 CEST 2007 Paolo Molaro <lupus@ximian.com>
14881         * profiler-private.h, profiler.c, profiler.h: added API to profile
14882         exception events.
14884 2007-06-13  Rodrigo Kumpera  <kumpera@gmail.com>
14886         * verify.c: Fixed pointer type handling, some code and message formating and two invalid assigments 
14888 2007-06-13  Rodrigo Kumpera  <kumpera@gmail.com>
14890         * verify.c: method invocation is now validated, now we verify parameter types on stack.
14891         Fixed overflow and underflow not aborting the verification process.
14893 2007-06-13  Mark Probst  <mark.probst@gmail.com>
14895         * class-internals.h (MonoStats): Added stats entries for dynamic
14896         code allocations.
14898 2007-06-12  Zoltan Varga  <vargaz@gmail.com>
14900         * loader.c (mono_free_method): Free header->locals and header->clauses.
14902         * marshal.c (mono_mb_create_method): Make a copy of the locals as well in the
14903         dynamic case.
14905         * threads.c (mono_thread_get_stack_bounds): Fix memory leak.
14907         * class.c (setup_interface_offsets): Allocate memory from the image mempool.
14909 2007-06-12  Raja R Harinath  <rharinath@novell.com>
14911         * verify.c (TYPE_MAX): Set it to 8 to match the dimensions of all
14912         the tables.
14914 2007-06-11  Rodrigo Kumpera  <kumpera@gmail.com>
14916         *pedump.c (main): return error code 4 if assembly cannot be loaded instead of segfaulting
14918 2007-06-11  Raja R Harinath  <harinath@gmail.com>
14920         MonoGenericMethod on a diet
14921         * class-internals.h (_MonoMethodInflated::reflection_info): Move
14922         here ...
14923         (_MonoGenericMethod::reflection_info): ... from here.
14924         * icall.c (ves_icall_MonoMethod_GetGenericMethodDefinition):
14925         Update to changes.
14926         * reflection.c (inflate_mono_method): Likewise.
14927         (mono_reflection_bind_generic_method_parameters): Likewise.
14929 2007-06-11  Rodrigo Kumpera  <kumpera@gmail.com>
14931         *verify.c: all debu printf statements are now guarded by VERIFY_DEBUG
14932         *verify.c: factored long ldarg forms to share code with short forms
14934 2007-06-11  Rodrigo Kumpera  <kumpera@gmail.com>
14936         *verify.c: fixed code formating factored some duplicate code
14937         into a new function
14939         *verify.h: fixed binary incompatibility introduced earlier
14941         *pedump.c: fixed formating
14943 2007-06-11  Raja R Harinath  <harinath@gmail.com>
14945         Fix assertion when disassembling Mono.C5.dll
14946         * loader.c (method_from_methodspec): Avoid inflating a method
14947         twice with the same context.  If the methodref is inflated, use
14948         the declaring method instead.
14950         * class.c (mono_class_from_generic_parameter): Fix case similar to
14951         bug #81830 handled below, but for method containers.
14953 2007-06-10  Raja R Harinath  <harinath@gmail.com>
14955         * class.c (inflate_generic_type) [MONO_TYPE_CLASS]: Don't call
14956         get_shared_generic_class.  Directly inflate the instance.
14957         [MONO_TYPE_GENERICINST]: Inline inflate_generic_class.
14958         (inflate_generic_class): Delete.
14959         (get_shared_generic_class): Delete.  Move setting of
14960         'cached_class' and 'cached_context' ...
14961         * metadata.c (mono_metadata_lookup_generic_class): ... here.
14963         * metadata.c (mono_metadata_lookup_generic_class): Change
14964         signature to take the components of a MonoGenericClass rather than
14965         an allocated MonoGenericClass.  Change semantics to be intern-like.
14966         * reflection.c (mono_class_bind_generic_parameters): Update to
14967         changes.  Make locking region tighter.
14968         * class.c (inflate_generic_class): Update to changes.
14969         (get_shared_generic_class): Likewise.
14970         * metadata-internals.h: Likewise.
14972         * reflection.c (mono_class_bind_generic_parameters): Take and
14973         return a MonoClass*, not a MonoType*.  Add 'is_dynamic' parameter.
14974         (mono_reflection_bind_generic_parameters): Use
14975         'mono_class_bind_generic_parameters' rather than duplicate the code.
14976         * class.c (mono_bounded_array_class_get): Update to changes.
14977         * object-internals.h: Likewise.
14979         * reflection.c (mono_class_bind_generic_parameters): Only support
14980         parameterizing generic type definitions.  Remove support for other
14981         open types.
14983 2007-06-08  Zoltan Varga  <vargaz@gmail.com>
14985         * loader.c (mono_free_method): Free method->signature as well. Fixes #81832.
14987         * marshal.c (mono_marshal_get_managed_wrapper): Allocate the signature using malloc
14988         in the dynamic case.
14990 2007-06-08  Gert Driesen  <drieseng@users.sourceforge.net>
14992         * threads.c: When cleaning up thread, reset the Background bit.
14993         Fixes bug #81720.
14995 2007-06-08  Jonathan Chambers  <joncham@gmail.com>
14997        * metadata.c: Move variable declarations to top of scope.
14998        * verify.c: Move variable declarations to top of scope.
15000        Code is contributed under MIT/X11 license.
15002 2007-06-08  Raja R Harinath  <rharinath@novell.com>
15004         * reflection.c (mono_class_bind_generic_parameters): Replace
15005         open-coded loop with mono_metadata_inflate_generic_inst.
15007         * class.c (get_shared_generic_class): Don't call
15008         mono_get_shared_generic_inst.  Use the container's own
15009         'class_inst'.
15011         * metadata.c (mono_metadata_load_generic_params): Move
15012         initialization of 'context' field here from ...
15013         * class.c (mono_class_create_from_typedef): ... here, and ...
15014         * loader.c (mono_get_method_from_token): ... here.
15016         * class.c (get_shared_generic_class): Rename from
15017         mono_get_shared_generic_class and make static.
15018         (mono_get_shared_generic_inst): Move to metadata.c.
15019         * loader.c (mono_get_shared_generic_method): Likewise.
15020         * class-internals.h, metadata-internals.h: Update to changes.
15022         Fix #81830
15023         * class.c (mono_class_from_generic_parameter): Don't assume a
15024         generic container owner exists.  Generic containers from monodis
15025         don't have any.
15027 2007-06-06  Rodrigo Kumpera  <kumpera@gmail.com>
15029         * pedump.c: pedump exists with 2 if assembly is not verifiable and 3 if invalid
15030         * verify.h: new typedefs to returns the non-verifiable status
15031         * verify.c: initial implementation of generics, stack merging and object compatibility check
15033 2007-06-06  Mark Probst  <mark.probst@gmail.com>
15035         * class.c, image.c, class-internals.h (MonoImage): class_cache is
15036         a MonoInternalHashTable again (fixed bug in internal hash table
15037         code).
15039 2007-06-06  Mark Probst  <mark.probst@gmail.com>
15041         * domain.c, domain-internals.h (MonoDomain): jit_code_hash is a
15042         MonoInternalHashTable again (fixed bug in internal hash table
15043         code).
15045 2007-06-06  Mark Probst  <mark.probst@gmail.com>
15047         * class.c, image.c, class-internals.h, domain.c,
15048         domain-internals.h (MonoImage): Reverting MonoInternalHashTable
15049         changes.  Have to figure out what makes them break the SWF
15050         regression.
15052 2007-06-04  Mark Probst  <mark.probst@gmail.com>
15054         * class.c, image.c, class-internals.h (MonoImage): class_cache is
15055         a MonoInternalHashTable now.
15057 2007-06-04  Mark Probst  <mark.probst@gmail.com>
15059         * domain.c, domain-internals.h (MonoDomain): jit_code_hash is a
15060         MonoInternalHashTable now.
15062 2007-05-31  Zoltan Varga  <vargaz@gmail.com>
15064         * domain-internals.h (MonoDomain): Add two new hash tables to store delegate
15065         invoke_impl code.
15067         * object-internals.h (_MonoDelegate): Reflect changes to managed object layout.
15069         * object.c (mono_delegate_ctor): Initialize invoke_impl field with an arch
15070         dependent trampoline.
15072         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
15074         * icall.c (ves_icall_System_Delegate_SetMulticastInvoke): New icall.
15076 2007-05-29  Robert Jordan  <robertj@gmx.net>
15078         * marshal.[c|h]: add mono_win32_compat_* wrappers. Fixes #81754.
15080 2007-05-28  Zoltan Varga  <vargaz@gmail.com>
15082         * icall.c (ves_icall_get_method_info): Handle loader errors. Fixes #81724.
15084 2007-05-25  Jonathan Chambers  <joncham@gmail.com>
15086        * marshal.c: Fix interface lookup loops for
15087        cominterop_get_com_slot_for_method and 
15088        cominterop_get_method_interface. Only need to lookup
15089        if type is a class, else use interface type method is on.
15091        Code is contributed under MIT/X11 license.
15093 2007-05-25  Sebastien Pouliot  <sebastien@ximian.com>
15095         * reflection.c: HasSecurity can be present even if no specially 
15096         encoded (CAS) attributes are available (e.g. SuppressUnmanagedCode
15097         SecurityAttribute). Fix CAS regression tests on buildbot.
15099 2007-05-24  Jonathan Chambers  <joncham@gmail.com>
15101        * appdomain.c: Add configure checks for header files.
15102        * image.c: Add configure checks for header files.
15103        * file-io.c: Add configure checks for header files.
15104        * debug-mono-symfile.c: Add configure checks for header files.
15105        * threadpool.c: Add configure checks for header files.
15106        * console-io.c: Add configure checks for header files.
15107        * profiler.c: Add configure checks for header files.
15108        * rawbuffer.c: Add configure checks for header files.
15109        * icall.c: Add configure checks for header files.
15110        * rand.c: Add configure checks for header files.
15111        * socket-io.c: Add configure checks for header files.
15113        Code is contributed under MIT/X11 license.
15115 2007-05-24  Zoltan Varga  <vargaz@gmail.com>
15117         * reflection.c (mono_custom_attrs_from_builders): Remove the 
15118         assertion as it breaks the build.
15119         
15120         * reflection.c (mono_custom_attrs_from_builders): Add an assertion.
15122         * reflection.c (lookup_custom_attr): Make a copy here too.
15124         * image.c (mono_image_check_for_module_cctor): Avoid accessing metadata in
15125         dynamic images.
15127         * class.c (mono_class_init): Avoid accessing the metadata in dynamic
15128         images.
15130         * reflection.c (mono_custom_attrs_from_param): Make a copy of the dynamic attr
15131         info.
15133 2007-05-22  Zoltan Varga  <vargaz@gmail.com>
15135         * reflection.c (encode_cattr_value): Fix yet another object cattr encoding issue.
15136         (load_cattr_value): Ditto.
15138 2007-05-20  Zoltan Varga  <vargaz@gmail.com>
15140         * marshal.c (mono_marshal_get_delegate_invoke): Improve the generated IL a little.
15142 2007-05-19  Gert Driesen  <drieseng@users.sourceforge.net>
15144         * threads.c: In "start_wrapper", set apartment_state to MTA if
15145         apartment_state is Unknown and we're running on 2.0 profile or
15146         higher.
15147         * object.c: In "mono_runtime_exec_main", if STAThread is not applied
15148         to main method, then set apartment_state to Unknown on 1.0 profile,
15149         and MTA on 2.0 profile.
15151 2007-05-16  Jb Evain  <jb@nurv.fr>
15153         * class-internals.h (MonoDefaults): Add an attribute_class and
15154           customattribute_data_class.
15155         * domain.c (mono_init_internal): Populate them.
15156         * reflection.c: Use them to remove duplicates. Make a vew
15157         MonoClass variables `static'.
15159 2007-05-15  Massimiliano Mantione  <massi@ximian.com>
15161         * class-internals.h: Added "MonoVTable.interface_bitmap" as a next
15162         step in implementing IMT, so that all isinst checks now can go
15163         through the bitmap.
15164         This was needed because vtables for TransparentProxy need to look
15165         like the vtable of the "target" class, so they need to point to
15166         its interface bitmap directly.
15168         * object.c: inside "mono_class_create_runtime_vtable" and
15169         "mono_class_proxy_vtable", initialize "MonoVTable.interface_bitmap".
15171 2007-05-15  Atsushi Enomoto  <atsushi@ximian.com>
15173         * object-internals.h
15174           culture-info.h : added territory field in MonoCulture and
15175           CultureInfoEntry foreach. Added lcid field in RegionInfoEntry.
15176         * locales.c : fill territory field above too.
15177         * culture-info-table.h : regenerated.
15179 2007-05-12  Zoltan Varga  <vargaz@gmail.com>
15181         * class-internals.h (_MonoGenericContainer): Widen type_argc filed to 31 bits.
15182         Fixes #81599.
15184 2007-05-11  Jonathan Chambers  <joncham@gmail.com>
15186         * object.c: Always initialize apartment, even if 
15187         there is no custom attributes on entry point.
15188         
15189         Code is contributed under MIT/X11 license.
15191 2007-05-10  Jonathan Chambers  <joncham@gmail.com>
15193         * marshal.c: LPTSTR == LPWSTR on Win32. Fixes #81370.
15194         * metadata.c: If no encoding is set, check for unicode
15195         on class.
15196         
15197         Code is contributed under MIT/X11 license.
15199 2007-05-09  Jonathan Chambers  <joncham@gmail.com>
15201         * threads.c: Handle if mono_thread_current returns NULL 
15202         
15203         Code is contributed under MIT/X11 license.
15205 2007-05-09  Jonathan Chambers  <joncham@gmail.com>
15207         * threads.c: Initialize Thread.AprtmentState and set on Thread.Start
15208         in start_wrapper. Added mono_thread_init_apartment_state and
15209         mono_thread_cleanup_apartment_state.
15210         * object.c: Initialize thread apartment state on main thread
15211         by checking for STAThreadAttribute on entry point.
15212         * object-internals.h: Add apartment_state field to MonoThread.
15213         * threads-types.h: Add unmanaged definition of 
15214         System.Threading.ApartmentState, MonoThreadApartmentState.
15215         
15216         Code is contributed under MIT/X11 license.
15217         
15218 2007-05-08  Jonathan Chambers  <joncham@gmail.com>
15220         * class.c: Fix windows build.
15221         * class-internals.h: Fix windows build.
15222         
15223         Code is contributed under MIT/X11 license.
15225 2007-05-08  Robert Jordan  <robertj@gmx.net>
15227         * process.c (CreateProcess_internal):
15228         Pass CREATE_NO_WINDOW to CreateProcess when ProcessStartupInfo
15229         .CreateNoWindow was specified. Fixes #81496.
15231 2007-05-08  Massimiliano Mantione  <massi@ximian.com>
15233         * class-internals.h: Removed "MonoClass.interface_offsets" as a first
15234         step in implementing IMT, replaced it with two compact arrays
15235         (interfaces_packed and interface_offsets_packed) and a bitmap that
15236         is used for isinst checks (interface_bitmap).
15238         * class.c: (compare_interface_ids): compare function to pass to
15239         bsearch when looking for an interface with a given id.
15240         (mono_class_interface_offset): reimplemented using bsearch on
15241         interfaces_packed, getting the offset from interface_offsets_packed.
15242         (print_implemented_interfaces): utility debugging function.
15243         (setup_interface_offsets): reworked to initialize interfaces_packed,
15244         interface_offsets_packed and interface_bitmap.
15246         * object.c: replaced all accesses to "MonoClass.interface_offsets"
15247         with uses of interfaces_packed and interface_offsets_packed.
15249 2007-05-08  Massimiliano Mantione  <massi@ximian.com>
15251         * class-internals.h: Added MONO_CLASS_IMPLEMENTS_INTERFACE macro and
15252         mono_class_interface_offset prototype to wrap all accesses to
15253         "MonoClass.interface_offsets".
15255         * class.c: Implemented mono_class_interface_offset, and wrapped all
15256         accesses to "MonoClass.interface_offsets".
15258         * monodiet.c, object.c, marshal.c, icall.c: wrapped all accesses to
15259         "MonoClass.interface_offsets".
15261 Tue May 8 13:02:09 CEST 2007 Paolo Molaro <lupus@ximian.com>
15263         * icall.c, icall-def.h: implemented new GetFieldFromHandle and
15264         GetMethodFromHandle overloads (bug #78637).
15266 Tue May 8 12:22:14 CEST 2007 Paolo Molaro <lupus@ximian.com>
15268         * assembly.c: parse ProcessorArchitecture in assembly name and ignore
15269         it for now (see mono-devel, from Marek Sieradzki <marek.sieradzki@gmail.com>).
15271 2007-05-01  Zoltan Varga  <vargaz@gmail.com>
15273         * icall.c (custom_attrs_get_by_type): Handle loading errors gracefully. Fixes
15274         #81498.
15276         * reflection.c (mono_reflection_get_custom_attrs_by_type): Handle loading errors
15277         gracefully.
15278         (mono_custom_attrs_from_index): Ditto.
15280         * icall.c (ves_icall_InternalInvoke): Allow calling ctors of abstract classes. 
15281         Fixes #81501.
15283 2007-04-30  Zoltan Varga  <vargaz@gmail.com>
15285         * metadata.c (mono_metadata_parse_type_full): Avoid an invalid free since the type
15286         is now allocated from a mempool.
15288 2007-04-28  Zoltan Varga  <vargaz@gmail.com>
15290         * threads.c (build_wait_tids): Do not call mono_monitor_enter () here since the
15291         caller holds threads_lock, leading to deadlocks. Fixes #81476.
15293 2007-04-26  Zoltan Varga  <vargaz@gmail.com>
15295         * loader.c (mono_loader_error_prepare_exception): Fix crash caused by calling
15296         mono_loader_clear_error () too late. Fixes #81463.
15298 2007-04-26  Atsushi Enomoto  <atsushi@ximian.com>
15300         * culture-info-table.h : regenerated.
15302 2007-04-25  Zoltan Varga  <vargaz@gmail.com>
15304         * appdomain.c (add_assemblies_to_domain): Fix crash when an assembly reference
15305         is missing.
15307 2007-04-25  Dick Porter  <dick@ximian.com>
15309         * Makefile.am: Put the mingw enforced-optimisation back into the
15310         PLATFORM_WIN32 section.
15312 2007-04-24  Zoltan Varga  <vargaz@gmail.com>
15314         * reflection.c (mono_image_load_module_dynamic): Fix crash introduced by previous
15315         patch.
15317         * image.c (mono_image_load_module): New API function to load a module reference.
15319         * image.c (load_modules): Load modules lazily. Fixes #80812.
15321         * class.c (mono_class_from_typeref): Use mono_image_load_module.
15322         
15323         * reflection.c (mono_image_load_module_dynamic): Copy image->modules_loaded too.
15325         * object-internals.h reflection.c icall-def.h (mono_image_load_module): Rename this 
15326         to mono_image_load_module_dynamic.
15328 2007-04-23  Jonathan Chambers  <joncham@gmail.com>
15330         * marshal.c: Fix calling convention for CCW on non-windows
15331         platforms. STDCALL on windows, CDECL everywhere else to work 
15332         with XPCOM and MainWin COM.
15333         
15334         Code is contributed under MIT/X11 license.
15336 2007-04-23  Martin Baulig  <martin@ximian.com>
15338         Fix #80969.
15340         * loader.c
15341         (method_from_memberref): Added `gboolean *used_context' argument.
15342         (mono_get_method_from_token): Likewise.
15343         (mono_get_method_full): Don't insert the method in the cache when
15344         `used_context' is true.
15346 2007-04-23  Raja R Harinath  <rharinath@novell.com>
15348         * monodiet.c (add_types_from_method): Fix "wrong type" warning.
15350         * reflection.c (mono_reflection_bind_generic_parameters): Don't
15351         create new MonoTypes for returned types.
15352         * class.c (mono_generic_class_get_class): Export mono-internal.
15353         * class-internals.h: Update to changes.
15355 Thu Apr 19 16:45:55 CEST 2007 Paolo Molaro <lupus@ximian.com>
15357         * threadpool.c, threadpool.h, icall-def.h: patch from
15358         Robert Jordan to implemnt ThreadPool.SetMaxThreads.
15360 2007-04-18  Zoltan Varga  <vargaz@gmail.com>
15362         * threads.c (mono_thread_get_stack_bounds): Fix windows build.
15363         
15364         * threads.c (mono_thread_get_stack_bounds): Remove an assert which can be triggered.
15366         * threads.c (mono_thread_get_stack_bounds): New helper function.
15368         * threads.c (mono_thread_attach): Applied patch from horst.reiterer@fabasoft.com.
15369         Correctly compute stack bounds when attaching. Fixes #81394.
15371 Wed Apr 18 18:28:41 BST 2007 Paolo Molaro <lupus@ximian.com>
15373         * reflection.c: fix handling of doubles in custom attributes
15374         for the arm-fpa format (bug #81368).
15376 2007-04-18  Raja R Harinath  <rharinath@novell.com>
15378         * reflection.c (assembly_add_win32_resources): Mildly relax an
15379         bounds check to let the end pointer point just past the end of the
15380         allocated buffer.  (may fix #81384)
15382 2007-04-17  Atsushi Enomoto  <atsushi@ximian.com>
15384         * culture-info-table.h : regenerated.
15386 2007-04-07  Zoltan Varga  <vargaz@gmail.com>
15388         * threads.c (start_wrapper): Call push_appdomain_ref () earlier to fix races where
15389         the thread is aborted early.
15391 2007-04-05  Dick Porter  <dick@ximian.com>
15393         * file-io.c (ves_icall_System_IO_MonoIO_GetFileSystemEntries): use
15394         FindFirstFile()/FindNextFile() to find entries.  This lets the
15395         io-layer versions use MONO_IOMAP compatibility helpers.  Fixes bug
15396         81038.
15398         * appdomain.c (MONO_CORLIB_VERSION): Increment, as the usage of
15399         the parameters of
15400         ves_icall_System_IO_MonoIO_GetFileSystemEntries() has changed.
15402 2007-04-04  Martin Baulig  <martin@ximian.com>
15404         * debug-helpers.c
15405         (mono_method_desc_full_match): Add support for nested classes.
15407 2007-04-02  Zoltan Varga  <vargaz@gmail.com>
15409         * marshal.c (cominterop_get_managed_wrapper_adjusted): Fix warnings.
15411 2007-04-01  Zoltan Varga  <vargaz@gmail.com>
15413         * threads.c (abort_appdomain_thread): Avoid handle leakage if we are
15414         waiting for too many threads.
15416 2007-03-28  Sebastien Pouliot  <sebastien@ximian.com>
15418         * environment.c: Fix return value check on uname so we can get the 
15419         executing version on Solaris operating systems.
15421 2007-03-28  Jb Evain  <jbevain@gmail.com>
15423         * class.c (mono_type_get_name_recurse): Complete the
15424         fix for the creation of assembly qualified names for
15425         pointer types. Fixes #81208.
15427 2007-03-27  Dick Porter  <dick@ximian.com>
15429         * appdomain.c (MONO_CORLIB_VERSION): Increment, as the signature
15430         of ves_icall_System_Threading_Mutex_ReleaseMutex_internal() has
15431         changed.
15433         * threads.c
15434         (ves_icall_System_Threading_Mutex_ReleaseMutex_internal): Return
15435         the value of ReleaseMutex().
15437 2007-03-27  Dick Porter  <dick@ximian.com>
15439         * socket-io.c (ipaddress_to_struct_in_addr): IPAddress is stored
15440         in little-endian order, not network endian, so must be converted
15441         to host endian here.  Fixes bug 80593.
15443 2007-03-22  Jb Evain  <jbevain@gmail.com>
15445         * class.c (mono_type_get_name_recurse): Fix the creation of assembly
15446         qualified names for pointer types. Fixes #81208.
15448 2007-03-21  Jonathan Chambers  <joncham@gmail.com>
15450         * marshal.c: Add support for PreserveSigAttribute. 
15451         
15452         Code is contributed under MIT/X11 license.
15454 2007-03-14  Zoltan Varga  <vargaz@gmail.com>
15456         * process.c: Fix endianness issues. Fixes #81126.
15458         * reflection.c (mono_reflection_create_dynamic_method): Fix the last change so
15459         multiple circular calls made from the same DynamicMethod work. Fixes #81141.
15461         * image.c (mono_image_lookup_resource): Make this work on big-endian
15462         machines.Change API contract so the caller needs to free the return value.
15463         
15464         * process.c (process_get_fileversion): Adapt to mono_image_lookup_resource ()
15465         API change.
15466         
15467 2007-03-14  Martin Baulig  <martin@ximian.com>
15469         * debug-helpers.c (mono_type_get_desc): In `MONO_TYPE_ARRAY', use
15470         mono_type_get_desc() as well.
15472 2007-03-13  Jonathan Chambers  <joncham@gmail.com>
15474         * icall.c:  Fix environ access in VS.  
15475         
15476 2007-03-13  Alp Toker  <alp@atoker.com>
15478         * icall.c (ves_icall_MonoType_GetElementType): For enums, return null
15479         rather than the underlying type. Based on a patch by Ben Maurer. Fixes
15480         #63841.
15482 2007-03-12  Zoltan Varga  <vargaz@gmail.com>
15484         * reflection.c (mono_reflection_create_dynamic_method): Add support for 
15485         circular references among dynamic methods. Fixes #81091.
15487         * object-internals.h (MonoReflectionDynamicMethod): Add 'referenced_by' field.
15489 2007-03-09  Martin Baulig  <martin@ximian.com>
15491         * reflection.c (encode_constant): Add support for MONO_TYPE_GENERICINST.
15493 2007-03-09  Jonathan Chambers  <joncham@gmail.com>
15495         * appdomain.c:  Fix shadow copy on Windows. Use g_snprintf instead
15496         of snprintf as it doesn't exist on Win32 (VS build); also for uniformity.  
15497         
15498         Code is contributed under MIT/X11 license.
15499         
15500 2007-03-09  Gert Driesen  <drieseng@users.souceforge.net>
15502         * loader.c: Reapply patch for bug #79424.
15504 2007-03-06  Zoltan Varga  <vargaz@gmail.com>
15506         * metadata.c (mono_type_to_unmanaged): Only convert object to
15507         MARSHAL_CONV_SAFEHANDLE on the 2.0 profile.
15509 Tue Mar 6 15:39:48 CET 2007 Paolo Molaro <lupus@ximian.com>
15511         * class-internals.h, class.c, metadata.c, reflection.c: removed unused
15512         (and incorrectly set) is_reference field from MonoGenericInst.
15514 2007-03-06  Zoltan Varga  <vargaz@gmail.com>
15516         * assembly.c (mono_assembly_load_from_full): Call mono_assemblies_unlock ()
15517         a little earlier.
15519         * icall.c (ves_icall_type_Equals): Rename this to ves_icall_System_Type_EqualsInternal.
15521         * icall-def.h: Rename Type:Equals to Type:EqualsInternal.
15523 2007-03-05  Miguel de Icaza  <miguel@novell.com>
15525         * file-io.c (ves_icall_System_IO_MonoIO_Open): Use the new
15526         FileOptions.1 value to mean "temporary", map that to
15527         FILE_ATTRIBUTE_TEMPORARY and use that to signal 600 permissions.
15529         Fixes 80688
15531 2007-03-03  Marek Habersack  <mhabersack@novell.com>
15533         * appdomain.c: implement MS .Net style shadow copying. Copies of
15534         the assemblies are made in a subdirectory of the dynamic base
15535         directory, the assembly names are preserved.
15536         Copy .mdb and .config files along with the assemblies being shadowed.
15538 2007-02-28  Zoltan Varga  <vargaz@gmail.com>
15540         * marshal.c (emit_object_to_ptr_conv): Emit valid IL for handling HandleRefs.
15541         (emit_marshal_handleref): Ditto.
15543         * profiler.c: Applied patch from Tor Lillqvist (tml@novell.com) to fix output
15544         on Visual C++. Fixes #80671.
15546 Wed Feb 28 16:53:40 CET 2007 Paolo Molaro <lupus@ximian.com>
15548         * boehm-gc.c, null-gc.c, object.h, object.c: sgen gc fixes
15549         for clone operations.
15551 2007-02-28  Zoltan Varga  <vargaz@gmail.com>
15553         * marshal.c: Fix warnings.
15555 Fri Feb 23 15:06:57 CET 2007 Paolo Molaro <lupus@ximian.com>
15557         * loader.c: allow case-insensitive matching of the dll name
15558         in dllmap handling when prefixed with "i:".
15560 2007-02-20  Jonathan Chambers  <joncham@gmail.com>
15562         * threads.c: Fix #ifdef for dummy_apc function for VS.
15564 Tue Feb 20 11:59:42 CET 2007 Paolo Molaro <lupus@ximian.com>
15566         * threads.c: don't throw in MemoryBarrier (), use lock/unlock.
15568 2007-02-19  Massimiliano Mantione  <massi@ximian.com>
15569         * class.c (mono_class_setup_vtable_general): Fix bug 75903,
15570         giving precedence to the methods with a fully qualified name
15571         (InterfaceName.MethodName) when building the interface sections
15572         of the vtable.
15574 2007-02-16  Dick Porter  <dick@ximian.com>
15576         * threadpool.c (append_job): Fix fast-path array handling, so it's
15577         less likely the array will grow exponentially when the load is
15578         heavy.
15580 Fri Feb 16 19:17:30 CET 2007 Paolo Molaro <lupus@ximian.com>
15582         * metadata-internals.h, loader.c: fix dllmap lookup order
15583         for non-function maps, too, and prepare for fallback code.
15585 2007-02-12  Robert Jordan  <robertj@gmx.net>
15587         * marshal.c, marshal.h, icall-def.h: rename mono_marshal_realloc
15588         to ves_icall_System_Runtime_InteropServices_Marshal_ReAllocHGlobal
15589         and use GlobalReAlloc on WIN32 to be in sync with GlobalAlloc,
15590         GlobalFree. Fixes a part of bug #77075.
15592 Mon Feb 12 21:10:07 CET 2007 Paolo Molaro <lupus@ximian.com>
15594         * loader.c: implemented typedef parent in field memberref.
15596 2007-02-11  Jonathan Chambers  <joncham@gmail.com>
15598         * marshal.c: Fix warnings and remember to call Release on
15599         IUnknown of RCW.
15600         
15601         Code is contributed under MIT/X11 license.
15603 2007-02-10  Miguel de Icaza  <miguel@novell.com>
15605         * class-internals.h: Add MonoHandleRef definition, and
15606         handleref_class to mono_defaults. 
15608         * metadata.c (mono_type_to_unmanaged): If we find HandleRefs in a
15609         structure, use new conversion MONO_MARSHAL_CONV_HANDLEREF.
15611         * marshal.c (emit_ptr_to_object_conv): Add support for HandleRefs
15612         (do nothing on this stage)
15613         (emit_object_to_ptr_conv): Extract the handle from the HandleRef.  
15614         (emit_marshal_handleref): New method, used for argument handling
15615         of HandleRefs. 
15617 2007-02-08  Jonathan Chambers  <joncham@gmail.com>
15619         * class.c (mono_class_setup_parent): Lazily init com types.
15620         * domain.c (mono_init_internal, mono_init_com_types): Lazily 
15621         init com types.
15622         * object.c (mono_remote_class_vtable): Lazily init com types.
15623         * class-internals.h: Add iunknown and idispatch to MonoDefaults.
15624         * object-internals.h: Add MonoComInteropProxy and MonoReflectionGuidAttribute.
15625         * domain-internals.h: Expose mono_init_com_types.
15626         * icall-def.h: Add icalls for ComInteropProxy, __ComObject, and Marshal.
15627         * marshal.c: Add mutex for cominterop use. Init locals for wrapper methods.
15628         Add support for COM Callable Wrapper marshalling.
15629         * marshal.h: Add icall definitions.
15630         * gc.c: Handle freeing of CCWs in finalizer code.
15631         
15632         Code is contributed under MIT/X11 license.
15634 Thu Feb 8 12:46:18 CET 2007 Paolo Molaro <lupus@ximian.com>
15636         * reflection.c: changed all the signature encoding code to use
15637         a variable-sized buffer.
15639 Wed Feb 7 20:37:23 CET 2007 Paolo Molaro <lupus@ximian.com>
15641         * marshal.c: locking fixes: never take the loader lock
15642         or other runtime locks when holding the marshal lock
15643         (fixes bug#80664).
15645 Wed Feb 7 18:49:10 CET 2007 Paolo Molaro <lupus@ximian.com>
15647         * marshal.c: make the delegate function pointer mapping
15648         work for the moving GC.
15650 Mon Jan 29 11:30:46 CET 2007 Paolo Molaro <lupus@ximian.com>
15652         * marshal.c: fix from Robert Jordan (robertj@gmx.net)
15653         for bug #80618.
15655 Fri Jan 26 12:49:23 CET 2007 Paolo Molaro <lupus@ximian.com>
15657         * image.h, loader.c, metadata-internals.h: use mono-dl instead of
15658         gmodule.
15660 Fri Jan 26 12:00:45 CET 2007 Paolo Molaro <lupus@ximian.com>
15662         * threadpool.c: made the code moving-GC safe.
15664 Thu Jan 25 20:31:41 CET 2007 Paolo Molaro <lupus@ximian.com>
15666         * assembly.c, boehm-gc.c, class-internals.h, class.c,
15667         debug-mono-symfile.c, domain.c, locales.c, marshal.c, metadata.c,
15668         monitor.c, mono-debug.c, mono-debug.h, object.c, profiler.c:
15669         warning cleanup.
15670         * reflection.c: warning cleanup, some threading and moving GC fixes.
15672 Thu Jan 25 16:22:36 CET 2007 Paolo Molaro <lupus@ximian.com>
15674         * class.c, loader.c: create the needed Set/Get/Address array methods
15675         as well as the .ctors in mono_class_init (), fixes bug #80567.
15677 2007-01-24  Zoltan Varga  <vargaz@gmail.com>
15679         * class.c (mono_class_layout_fields): When force-aligning a field, make sure
15680         we doesn't decrease its alignment. Should fix the sparc build.
15682 2007-01-24  Dick Porter  <dick@ximian.com>
15684         * socket-io.c
15685         (ves_icall_System_Net_Sockets_Socket_GetSocketOption_obj_internal):
15686         Create the returned object if we need to ignore an unsupported
15687         socket option.  Fixes a segfault reported by Atsushi.
15689 Tue Jan 23 18:09:21 CET 2007 Paolo Molaro <lupus@ximian.com>
15691         * class.c, object.c: restrict GC-tracked fields to
15692         UIntPtr fields used inside corlib, so we provide better
15693         type info to the GC and also allow broken packing as in
15694         bug #80580.
15696 Mon Jan 22 11:24:27 CET 2007 Paolo Molaro <lupus@ximian.com>
15698         * sgen-gc.c: removed duplicated function.
15700 2007-01-19  Miguel de Icaza  <miguel@novell.com>
15702         *  socket-io.c (convert_sockopt_level_and_name): return -2 as a
15703         value that means that the value is not supported, but that we
15704         should not return a failure, but instead report this as a
15705         successful operation.
15707 2007-01-19  Raja R Harinath  <rharinath@novell.com>
15709         Fix tests/bug79956.2.il
15710         * class.c (mono_type_get_underlying_type): Handle genericinst enums.
15711         (mono_generic_class_get_class): If the generic definition in an
15712         enum, copy over other fields related to it.
15714 Thu Jan 18 18:37:28 CET 2007 Paolo Molaro <lupus@ximian.com>
15716         * metadata.h: fix MONO_TYPE_ISSTRUCT() to not consider
15717         genericinst enums (bug #79215).
15719 2007-01-17  Massimiliano Mantione  <massi@ximian.com>
15720         * class.c: Fix bug 80307.
15722 Wed Jan 17 17:09:20 CET 2007 Paolo Molaro <lupus@ximian.com>
15724         * image.c: if the file table is not present, try to load
15725         all the modules, since we don't have info about them
15726         having or not metadata (bug #80517).
15727         * assembly.c: allow mono_assembly_load_references () to
15728         work for netmodules.
15730 Wed Jan 17 14:28:30 CET 2007 Paolo Molaro <lupus@ximian.com>
15732         * image.c, metadata-internals.h, object.c: execute module
15733         cctors when running on the 2 runtime if present (bug #80487).
15735 Tue Jan 16 15:32:53 CET 2007 Paolo Molaro <lupus@ximian.com>
15737         * icall.c: optimized InitializeArray() on bigendian.
15739 Tue Jan 16 13:18:51 CET 2007 Paolo Molaro <lupus@ximian.com>
15741         * icall.c: fix for the broken ARM FPA double format.
15743 Tue Jan 16 12:51:16 CET 2007 Paolo Molaro <lupus@ximian.com>
15745         * icall.c: handle endian issues for r4 and r8 types, too, in
15746         the InitializeArray() icall.
15748 2007-01-15  Miguel de Icaza  <miguel@novell.com>
15750         * loader.c (mono_loader_error_prepare_exception): Clear the error
15751         once we have extracted the information from it, do this before we
15752         call into the JIT's class loading mechanisms.
15754         * object.c (mono_class_create_runtime_vtable): Do not clear the
15755         loader error before calling mono_class_get_exception_for_failure
15756         as the loader error is needed inside
15757         mono_class_get_exception_for_failure to throw the error (thinko).
15759         Fixes #80521
15760         
15761 Mon Jan 15 10:27:31 CET 2007 Paolo Molaro <lupus@ximian.com>
15763         * reflection.c: align fields rva data so it's faster to load at
15764         runtime.
15766 2007-01-12  Raja R Harinath  <rharinath@novell.com>
15768         Prepare to simplify GenericMethod handling.
15769         * class-internals.h (mono_method_get_context): New accessor function.
15770         * class.c, icall.c, loader.c, reflection.c, verify.c: Use accessor
15771         rather than directly accessing '->context' field.
15773         * class-internals.h (_MonoGenericParam.method): Move ...
15774         (_MonoGenericContainer): ... here.  Add into union with klass field.
15775         * class.c, icall.c, loader.c, metadata.c, reflection.c:
15776         Update to changes.
15778 Fri Jan 12 11:58:52 CET 2007 Paolo Molaro <lupus@ximian.com>
15780         * Makefile.am, class-internals.h, debug-helpers.c: consolidate
15781         the wrapper type enum and reduce relocations.
15783 2007-01-12  Raja R Harinath  <rharinath@novell.com>
15785         * reflection.c (inflate_mono_method): Reuse method instantiation
15786         from the generic method, if available.
15788 2007-01-11  Jonathan Chambers  <joncham@gmail.com>
15790         * marshal.c (emit_marshal_variant): Fix conv_arg
15791         type in last commit, based on whether parameter is byref.
15792         
15793 2007-01-11  Jonathan Chambers  <joncham@gmail.com>
15795         * marshal.c (emit_marshal_variant): Handle unmanaged->managed
15796         marshalling.
15797         (mono_marshal_emit_managed_wrapper): Convert byref arguments of type
15798         MONO_TYPE_OBJECT back for VARIANT support.
15800 2007-01-11  Jonathan Chambers  <joncham@gmail.com>
15802         * marshal.c, marshal.h, icall-def.h: Implement 
15803         Marshal.ReAllocCoTaskMem.
15805 Thu Jan 11 19:00:03 CET 2007 Paolo Molaro <lupus@ximian.com>
15807         * marshal.c: memory retention fixes: use the proper
15808         image cache for runtime_invoke method lookups.
15810 Thu Jan 11 18:53:19 CET 2007 Paolo Molaro <lupus@ximian.com>
15812         * mempool.c: added code to help debug mempool allocations.
15814 2007-01-11  Dick Porter  <dick@ximian.com>
15816         * socket-io.c (convert_sockopt_level_and_name): Add DontFragment
15817         support (experimenting with faking it with IP_MTU_DISCOVER for
15818         systems that don't have IP_DONTFRAGMENT.)
15819         (ves_icall_System_Net_Sockets_Socket_Disconnect_internal): New
15820         icall.
15822         * icall-def.h: new System.Net.Sockets.Disconnect icall.
15824         * socket-io.h: Add new fields to MonoSocketAsyncResult
15825         corresponding to the new ones in Socket.cs.
15827 2007-01-11  Raja R Harinath  <rharinath@novell.com>
15829         Fix IronPython regression mentioned in #80249
15830         * metadata.c (do_mono_metadata_parse_generic_class): Clear
15831         'cached_context' field, since it may have been initialized as a
15832         side-effect of metadata parsing.
15834         * class-internals.h (_MonoGenericClass.is_inflated): Remove.
15835         (_MonoGenericClass.cached_class): Move here and rename from lone
15836         remaining field of ...
15837         (_MonoInflatedGenericClass): ... this.  Remove.
15838         * metadata.h, class.c, reflection.c, metadata.c, icall.c: Update
15839         to changes.
15841         Fix mcs/tests/test-128.cs regression.
15842         * reflection.c (encode_cattr_value) [MONO_TYPE_SZARRAY]: Revert
15843         2007-01-10 change below.
15844         [MONO_TYPE_OBJECT]: Recurse into array case.
15846 2007-01-11  Raja R Harinath  <harinath@gmail.com>
15848         * class-internals.h (mono_get_inflated_generic_class): Remove.
15849         * class.c (mono_get_inflated_generic_class): Remove.
15850         (mono_generic_class_get_class): Rename from
15851         mono_class_create_generic.
15852         (mono_class_from_mono_type) [GENERICINST]: Use it.
15853         * reflection.c, metadata.c: Update to changes.  Use
15854         'mono_class_from_mono_type'.
15856 Wed Jan 10 16:19:54 CET 2007 Paolo Molaro <lupus@ximian.com>
15858         * reflection.c: use passed type when encoding an array element
15859         in custom attributes (patch from David Mitchell, dmitchell@logos.com).
15861 2007-01-09  Robert Jordan  <robertj@gmx.net>
15863         * marshal.c (mono_delegate_end_invoke): Add check for unpaired asyc
15864         result arguments (someDelegate.EndInvoke (unrelatedAres)).
15865         Fixes bug #80392.
15867 2007-01-09  Raja R Harinath  <rharinath@novell.com>
15869         * class-internals.h (_MonoInflatedGenericClass.is_initialized): Remove.
15871         * object.c (set_value): Avoid aliasing between type->data.klass
15872         and type->data.generic_class.
15874         * class.c (mono_class_create_generic): Don't use 'is_initialized' field.
15876 2007-01-08  Raja R Harinath  <rharinath@novell.com>
15878         * marshal.c (mono_marshal_get_runtime_invoke): Avoid aliasing
15879         between type->data.klass and type->data.generic_class.
15881 2007-01-08  Lluis Sanchez  <lluis@ximian.com>
15883         * marshal.c: In MS.NET, StringBuilder objects are not copied by
15884         value in out parameters.
15886 2007-01-08  Raja R Harinath  <rharinath@novell.com>
15888         Simplify invariant for MonoGenericClass::klass field.
15889         * class.c (mono_class_create_generic): Verify 'klass' is null.
15890         * metadata.c (do_mono_metadata_parse_generic_class): Don't
15891         initialize 'klass' field.
15893 2007-01-05  Raja R Harinath  <rharinath@novell.com>
15895         Ongoing work to avoid redundant data and simplify invariants.
15896         * class-internals.h (_MonoGenericMethod.class_inst): Rename from
15897         'generic_class', and change type to a GenericInst.
15898         (_MonoGenericContext.class_inst): Likewise, rename from 'gclass'.
15899         * class.c, loader.c, metadata.c, reflection.c: Update to changes.
15901 2007-01-05  Atsushi Enomoto  <atsushi@ximian.com>
15903         * class.c : skip io-layer under PLATFORM_WIN32.
15905 2007-01-03  Tor Lillqvist  <tml@novell.com>
15907         Fix #80305: In a bundled executable, look in the bundled exe
15908         assembly to determine the runtime version. Add the possibility to
15909         bundle also the machine.config file.
15910         
15911         * assembly.c (mono_assembly_open_from_bundle): Make
15912         non-static. Allow being called even if we have no bundled
15913         assemblies, and return NULL right away in that case.
15915         * domain-internals.h: Declare mono_assembly_open_from_bundle()
15916         here.
15918         * domain.c (app_config_parse): Take an assembly exe file name as
15919         parameter instead of a config file name. Check for a bundled
15920         config file for that assembly by calling
15921         mono_config_string_for_assembly_file() (see below) before looking
15922         for one in the file system.
15923         (get_runtimes_from_exe): Corrsponding change to call of
15924         app_config_parse().
15925         (get_runtimes_from_exe): Check for bundled assembly exe file first
15926         by calling mono_assembly_open_from_bundle(). If no bundled
15927         assembly exe file is found, call mono_image_open() as before to
15928         look it up in the file system.
15930         * mono-config.c: Add variable bundled_machinec_onfig.
15931         (mono_config_string_for_assembly_file): New function.
15932         (mono_config_for_assembly): Move code snippet that looks for a
15933         bundled assembly .config file into the above new function. Call
15934         it.
15935         (mono_register_machine_config, mono_get_machine_config): New
15936         functions to set and retrieve
15938         * assembly.h: Declare mono_register_machine_config().
15940         * mono-config.h: Declare mono_get_machine_config() and
15941         mono_config_string_for_assembly_file().
15943         * icall.c: No declaration of environ necessary on Win32. It is
15944         declared (as a macro expanding to a function call) in stdlib.h.
15945         (ves_icall_System_Configuration_DefaultConfig_get_bundled_machine_config):
15946         New internal mono function. Returns the value of
15947         mono_get_machine_config() as a Mono string.
15949         * icall-def.h: Add get_bundled_machine_config().
15951 2007-01-04  Raja R Harinath  <rharinath@novell.com>
15953         Remove redundant field
15954         * class-internals.h (_MonoGenericContext.container): Remove field.
15955         * loader.c (mono_method_get_signature_full): Don't parse a
15956         "container" for a signature parse when the signature is inflated
15957         immediately.
15958         (method_from_methodspec): Likewise, for a generic_inst.
15959         * class.c, metadata.c, reflection.c: Update to changes.
15961 2006-01-04  Raja R Harinath  <rharinath@novell.com>
15963         * class-internals.h (_MonoGenericClass): Rename 'context' field to
15964         'cached_context', and change semantics -- it starts off NULL, and
15965         is initialized on demand.
15966         * class.c (mono_generic_class_get_context): New accessor to
15967         replace 'context' field accesses.
15968         (mono_class_get_context): New helper.
15969         (*): Update to changes.
15970         * icall.c, loader.c, metadata.c, reflection.c: Update to changes.
15972 2007-01-03  Miguel de Icaza  <miguel@novell.com>
15974         * marshal.c (mono_string_to_byvalstr): Fix thinko, shorten len
15975         before the memcpy.   Fixes Marshal2 regression.
15977 2007-01-02  Jb Evain  <jbevain@gmail.com>
15979         * blob.h: add a MONO_TYPE_ENUM definition
15980         * reflection.c (load_cattr_value, create_custom_attr, create_custom_attr_data):
15981         fix the encoding of arrays of enums in custom attributes.
15983         Fixes #79666.
15985 2007-01-01  Miguel de Icaza  <miguel@novell.com>
15987         * marshal.c (mono_string_to_byvalwstr): Fix this routine.   The
15988         string is null terminated, but only cut the string short if it
15989         overflows the buffer.   
15990         
15991         (mono_string_to_byvalstr): Also fix this routine.   The code here
15992         was not properly terminating a string (it was only terminated
15993         because of the previous catch-all memset). 
15995         I left the memset, because I do not know if applications expect
15996         the runtime to clear this region. 
15998         Fixes #79944.
16000         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType):
16001         Clear the error before returning to unmanaged code to prevent the
16002         runtime from being confused later on (fixes  80420).
16003         (ves_icall_type_from_name): Always call mono_loader_clear_error
16004         after parsing a type that could have failed.
16005         (ves_icall_System_Reflection_Assembly_GetTypes): ditto.
16007         * loader.c (mono_loader_clear_error): Fix indentation.
16009 2006-12-28  Martin Baulig  <martin@ximian.com>
16011         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 58.
16013 Fri Dec 22 20:04:57 CET 2006 Paolo Molaro <lupus@ximian.com>
16015         * reflection.c: patch from Rolf Bjarne Kvinge to fix
16016         getting a token for an EnumBuilder.
16018 Fri Dec 22 19:49:07 CET 2006 Paolo Molaro <lupus@ximian.com>
16020         * reflection.c: be more careful in case resource generation
16021         fails to create the data array.
16023 Fri Dec 22 18:17:40 CET 2006 Paolo Molaro <lupus@ximian.com>
16025         * sgen-gc.c: write barrier for clone and fix unregister handles.
16027 Fri Dec 22 18:15:33 CET 2006 Paolo Molaro <lupus@ximian.com>
16029         * reflection.c: some fixes needed in the generics code for the moving GC.
16031 2006-12-22  Robert Jordan  <robertj@gmx.net>
16033         * icall.c (ves_icall_System_Array_SetValueImpl): Take enums into
16034         account. Fixes bug #80299.
16036 2006-12-21  Raja R Harinath  <rharinath@novell.com>
16038         Fix WaitHandle usage in delegates.
16039         * object-internals.h (mono_wait_handle_get_HANDLE): Declare.
16040         * object.c (mono_wait_handle_new): Use the property set method to
16041         initialize the handle.
16042         (mono_wait_handle_get_handle): New.
16043         * threadpool.c (mono_async_invoke): Use it.
16044         * threads.c (ves_icall_System_Threading_WaitHandle_WaitAll_internal):
16045         Likewise.
16046         (ves_icall_System_Threading_WaitHandle_WaitAny_internal): Likewise.
16048 2006-12-21  Jonathan Chambers  <joncham@gmail.com>
16050         * marshal.c (emit_marshal): Call emit_marshal_variant and
16051         emit_marshal_com_interface when applicable.
16052         (emit_marshal_variant, emit_marshal_com_interface): Add
16053         methods for this case and remove if's from emit_marshal_object.
16054         
16055 Wed Dec 20 11:03:56 CET 2006 Paolo Molaro <lupus@ximian.com>
16057         * filewatcher.c: updated to use the mono-dl API instead of gmodule.
16059 2006-12-19  Jonathan Chambers  <joncham@gmail.com>
16061         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_AllocHGlobal,
16062         ves_icall_System_Runtime_InteropServices_Marshal_FreeHGlobal): Use GlobalAlloc
16063         and GlobalFree on Windows. Remove FIXME.
16065 Tue Dec 19 16:18:16 CET 2006 Paolo Molaro <lupus@ximian.com>
16067         * mono-mlist.h, mono-mlist.c, Makefile.am: linked list
16068         implementation for managed objects.
16070 Tue Dec 19 14:28:03 CET 2006 Paolo Molaro <lupus@ximian.com>
16072         * object.c: implemented code to be used for checking
16073         that no reference field overlaps with non-references.
16075 Tue Dec 19 14:10:37 CET 2006 Paolo Molaro <lupus@ximian.com>
16077         * threadpool.c: fix queue code to be compatible with the
16078         moving GC.
16080 2006-12-18  Miguel de Icaza  <miguel@novell.com>
16082         * marshal.c (emit_object_to_ptr_conv): Handle null safehandles
16083         in structures by throwing ArgumentNullException.
16085         (emit_marshal_safehandle): Also when they are null parameters.
16087         (emit_marshal_safehandle): Add support for ref
16088         SafeHandles parameters
16090 Mon Dec 18 19:14:44 CET 2006 Paolo Molaro <lupus@ximian.com>
16092         * profiler.c: updated to use the mono-dl API instead of
16093         gmodule.
16095 Mon Dec 18 19:02:37 CET 2006 Paolo Molaro <lupus@ximian.com>
16097         * profiler.c: updated to use the mono-dl dynamic loading
16098         API instead of gmodule.
16100 Mon Dec 18 18:16:22 CET 2006 Paolo Molaro <lupus@ximian.com>
16102         * profiler.c: use readlink, older versions of glib don't have
16103         g_file_read_link ().
16105 Mon Dec 18 16:40:34 CET 2006 Paolo Molaro <lupus@ximian.com>
16107         * profiler.c: try to detect the path to mono if libc fails to provide
16108         a useful name (bug #80286).
16110 2006-12-16  Raja R Harinath  <rharinath@novell.com>
16112         Fix #80242
16113         * icall.c (ves_icall_Type_GetNestedType): If the type is a generic
16114         instance, use the generic type definition instead.
16115         (ves_icall_Type_GetNestedTypes): Likewise.
16116         * class.c (mono_class_create_generic): Always set the
16117         nested_classes of a generic instance to NULL, even if the generic
16118         type definition has nested types.
16120 2006-12-15  Jonathan Chambers  <joncham@gmail.com>
16122         * marshal.c (mono_string_from_bstr): Revert previous Windows change
16123         and fix on Linux.
16124         
16125 2006-12-15  Miguel de Icaza  <miguel@novell.com>
16127         * marshal.c (mono_string_from_bstr): Jon Chambers pointed out that
16128         my arguments were in the wrong order.   I also fixed the Windows
16129         version which seems to have had the same issue.
16131         (mono_free_bstr): On Unix, this is g_free.
16132         (mono_string_from_bstr, mono_string_to_bstr): Implement bstr
16133         conversions (for the tests in corlib to pass).
16135 2006-12-14  Miguel de Icaza  <miguel@novell.com>
16137         * marshal.c (emit_ptr_to_object_conv): For now, ignore
16138         MONO_MARSHAL_CONV_SAFEHANDLE on return values (we need to throw an
16139         exception if a ref SafeHandle in a struct has changed).
16140         
16141         (emit_struct_conv): Do not perform layout checks for classes
16142         derived from SafeHandle, as those are specially handled. 
16144         (emit_object_to_ptr_conv): Add support for
16145         MONO_MARSHAL_CONV_SAFEHANDLE conversion. 
16147         (emit_marshal_safehandle): Implement conversion of return values
16148         of safehandles (MARSHAL_ACTION_CONV_RESULT).
16149         
16150         * threads.c: WaitHandle now is compiled with two different handles
16151         "IntPtr os_handle" for 1.x and "SafeWaitHandle safe_wait_handle"
16152         for 2.0.
16153         
16154         (ves_icall_System_Threading_WaitHandle_WaitAll_internal) 
16155         (ves_icall_System_Threading_WaitHandle_WaitAny_internal): Adjust
16156         these routines to cope with both kinds of fields.
16158 2006-12-12  Miguel de Icaza  <miguel@novell.com>
16160         * metadata.c (mono_type_to_unmanaged): Handle the case where
16161         type->data.klass is a SafeHandle, and in that case, return the
16162         size of a pointer (MONO_NATIVE_INT) and set the conversion to be
16163         MONO_MARSHAL_CONV_SAFEHANDLE. 
16165 2006-12-11  Miguel de Icaza  <miguel@novell.com>
16167         * marshal.c (emit_marshal): Hook up to the MONO_TYPE_CLASS and
16168         MONO_TYPE_OBJECT cases and check for a SafeHandle here before
16169         calling emit_marshal_object.
16171         (emit_marshal_safehandle): Implement marshalling of
16172         SafeHandle parameters (no ref support yet).
16174         (MarshalAction): Document the defines as I implement
16175         them for SafeHandle.
16177         (emit_marshal_object): indentation police.
16179         * class-internals.h: Define MonoSafeHandle.
16180         Add safehandle_class to MonoDefaults type.
16182         * verify.c: Add System.Runtime.InteropServices.SafeHandle to the
16183         list of classes to check for fields. 
16185         * domain.c (mono_init_internal): Add SafeHandle to the list of
16186         mono_defaults loaded.
16188 2006-12-15  Raja R Harinath  <rharinath@novell.com>
16190         Fix #80253
16191         * reflection.c (mono_reflection_bind_generic_parameters): If the
16192         generic type definition is a type builder, ensure that it is fully
16193         initialized before instantiating it.  Kill some dead code.
16195 Thu Dec 14 17:02:59 CET 2006 Paolo Molaro <lupus@ximian.com>
16197         * object.c: clear the loader_error () before loading
16198         more metadata stuff (bug #80258).
16200 Thu Dec 14 12:49:47 CET 2006 Paolo Molaro <lupus@ximian.com>
16202         * icall.c, icall-defs.h: type modifiers icalls for
16203         parameters and properties.
16205 Wed Dec 13 19:29:50 CET 2006 Paolo Molaro <lupus@ximian.com>
16207         * object.c, icall.c: fixed warnings.
16209 Mon Dec 11 11:03:10 CET 2006 Paolo Molaro <lupus@ximian.com>
16211         * marshal.c: fixed a couple of leaks and coding style in a few places.
16213 2006-12-08  Dick Porter  <dick@ximian.com>
16215         * process.c: Cope with NULL ProcessStartInfo arguments on windows
16216         too.  Patch from Jonathan Chambers <joncham@gmail.com>, fixes bug
16217         80173.
16219 Thu Dec 7 15:20:31 CET 2006 Paolo Molaro <lupus@ximian.com>
16221         * process.c: ProcessStartInfo may have only filename set and
16222         arguments can be NULL.
16224 Tue Dec 5 19:19:34 CET 2006 Paolo Molaro <lupus@ximian.com>
16226         * icall.c: fix leak found by Robert Jordan.
16228 Tue Dec 5 17:53:10 CET 2006 Paolo Molaro <lupus@ximian.com>
16230         * marshal.c, marshal.h: generate managed method to access an element
16231         of a multi-dimensional array.
16233 2006-11-30  Paolo Molaro (lupus@ximian.com)
16235         * metadata.c, marshal.c: locking fixes when writing to image->mempool.
16237 Thu Nov 30 11:11:37 CET 2006 Paolo Molaro <lupus@ximian.com>
16239         * icall.c: back out GetFields () fix until the serialization code is
16240         fixed to not depend on the incorrect behaviour.
16242 Wed Nov 29 22:01:46 CET 2006 Paolo Molaro <lupus@ximian.com>
16244         * profiler.c: provide defaults if none are set.
16246 Tue Nov 28 12:54:51 CET 2006 Paolo Molaro <lupus@ximian.com>
16248         * Makefile.am, attrdefs.h: new public header file with
16249         constants for attributes for use by embedders.
16251 Tue Nov 28 11:44:52 CET 2006 Paolo Molaro <lupus@ximian.com>
16253         * icall.c: GetFields () fix for bug #80064.
16255 Tue Nov 28 10:56:01 CET 2006 Paolo Molaro <lupus@ximian.com>
16257         * filewatcher.c, filewatcher.h, icall-def.h, icall.c, locales.c:
16258         removed long unused icalls.
16260 2006-11-27  Jonathan Chambers  <joncham@gmail.com>
16261   
16262         * marshal.c: 
16263                 (mono_marshal_emit_managed_wrapper): Level of indirection for 
16264                 mono_marshal_get_managed_wrapper so that a wrapper for a managed method
16265                 can be generated without a delegate class.
16266                 (mono_marshal_get_managed_wrapper): Move wrapper logic to mono_marshal_emit_managed_wrapper.
16267         
16268         Signed-off-by: Jonathan Chambers <joncham@gmail.com>
16270 2006-11-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
16272         * console-io.c: add the 'signal' call removed by mistake. Fixes bug
16273         #80069.
16275 Mon Nov 27 19:29:13 CET 2006 Paolo Molaro <lupus@ximian.com>
16277         * boehm-gc.c, null-gc.c, sgen-gc.c, mono-gc.h, icall.c,
16278         icall-def.h: added icalls needed by System.GC.
16280 Thu Nov 23 20:01:12 CET 2006 Paolo Molaro <lupus@ximian.com>
16282         * loader.c: ensure the class in catch clauses is handled
16283         correctly for generics methods (fixes bug#79980).
16285 Thu Nov 23 17:31:58 CET 2006 Paolo Molaro <lupus@ximian.com>
16287         * monitor.h, monitor.c: added mono_locks_dump () function
16288         to help debug deadlocks involving managed locks.
16290 2006-11-13  Dick Porter  <dick@ximian.com>
16292         * file-io.c (get_file_attributes): If the file is a symlink try
16293         and get the stat data for the target, but also add the
16294         FILE_ATTRIBUTE_REPARSE_POINT flag.  This is an attempt to follow
16295         the specs for the windows symlink support, but will probably have
16296         to be reworked when I have test data from a vista machine.  Fixes
16297         bug 79887.
16299 2006-11-13  Dick Porter  <dick@ximian.com>
16301         * gc.c (mono_domain_finalize): 
16302         * marshal.c (mono_delegate_begin_invoke): 
16303         * threadpool.c (socket_io_init, mono_thread_pool_init)
16304         (mono_thread_pool_finish): 
16305         * monitor.c (mono_monitor_try_enter_internal): 
16306         * threads.c (mono_thread_resume, mono_thread_init)
16307         (mono_thread_suspend_all_other_threads)
16308         (mono_thread_execute_interruption): 
16309         * appdomain.c (mono_domain_unload): Check for NULL error returns
16310         from CreateThread(), CreateEvent() and CreateSemaphore().  See bug
16311         75733.
16313 2006-11-11  Miguel de Icaza  <miguel@novell.com>
16315         * process.c
16316         (ves_icall_System_Diagnostics_Process_CreateProcess_internal):
16317         Only close the handle if the value of the handle is not
16318         INVALID_HANDLE_VALUE.  This just makes the process a bit more
16319         robust.
16321         Improvement for #75733, so that we do not run into this problem. 
16323         
16324         * assembly.c (check_path_env, check_extra_gac_path_env): Do not
16325         include empty directories from MONO_PATH or MONO_GAC_PREFIX in our
16326         internal variables.  Fixes #79462 
16327         
16329 2006-11-09  Dick Porter  <dick@ximian.com>
16331         * socket-io.c (ves_icall_System_Net_Sockets_Socket_Poll_internal):
16332         Use poll() not select().  Fixes bug 79397.
16334 2006-11-09  Raja R Harinath  <rharinath@novell.com>
16336         Fix #79872
16337         * assembly.c (mono_assembly_load_from_full): Check that the given
16338         image has an assembly manifest.
16340 2006-11-09  Ankit Jain  <jankit@novell.com>
16342         * tabledefs.h (ASSEMBLYREF_RETARGETABLE_FLAG):
16343         (ASSEMBLYREF_ENABLEJITCOMPILE_TRACKING_FLAG):
16344         (ASSEMBLYREF_DISABLEJITCOMPILE_OPTIMIZER_FLAG): Add AssemblyRef flags.
16346 2006-11-07  Dick Porter  <dick@ximian.com>
16348         * socket-io.c (ves_icall_System_Net_Dns_GetHostByAddr_internal):
16349         Put the old resolver behaviour back for pre-2.0 profiles.
16351 Tue Nov 7 16:56:24 CET 2006 Paolo Molaro <lupus@ximian.com>
16353         * threadpool.c: precise GC and locking fixes.
16355 Tue Nov 7 11:02:42 CET 2006 Paolo Molaro <lupus@ximian.com>
16357         * class.c: don't load types that have an explicit unaligned
16358         managed reference. Provide better info in the TypeLoad exception.
16359         Part of the fix for bug #79744.
16360         * object.c: use the correct check for class type load issues.
16362 Mon Nov 6 17:07:43 CET 2006 Paolo Molaro <lupus@ximian.com>
16364         * class.c: enforce alignment of fields with managed references
16365         even when Pack=1 is forced by the user (bug #77788).
16367 2006-11-03  Dick Porter  <dick@ximian.com>
16369         * socket-io.c (ves_icall_System_Net_Dns_GetHostByAddr_internal):
16370         If the address reverse lookup fails, return it as the hostname
16371         anyway.  Fixes bug 79721.
16373 2006-11-03  Dick Porter  <dick@ximian.com>
16375         * threads.c (ves_icall_System_Threading_Thread_SpinWait_internal):
16376         Fix build on Windows.
16378 2006-11-02  Dick Porter  <dick@ximian.com>
16380         * icall-def.h: 
16381         * object-internals.h: 
16382         * exception.c (mono_get_exception_thread_interrupted): 
16383         * threads.c: Implement Thread.Interrupt and Thread.SpinWait.
16384         Fixes bug 74525.
16386         * monitor.c (ves_icall_System_Threading_Monitor_Monitor_wait):
16387         Check for pending Thread.Interrupt.
16389 2006-10-27  Massimiliano Mantione  <massi@ximian.com>
16390         * loader.c: Fixed bug 79684.
16392 2006-10-27  Dick Porter  <dick@ximian.com>
16394         * file-io.c (get_file_attributes): Force symlinks to directories
16395         to be returned as a regular file.  Fixes bug 79733.
16396 2006-10-26  Dick Porter  <dick@ximian.com>
16398         * file-io.c (ves_icall_System_IO_MonoIO_Open): If we're calling
16399         CreateFile to open a directory then we need to set the
16400         FILE_FLAG_BACKUP_SEMANTICS flag.  Fixes bug 75285.
16402 2006-10-23  Zoltan Varga  <vargaz@gmail.com>
16404         * reflection.c (mono_method_get_object): Cache the MonoMethod class and its
16405         friends.
16407 Mon Oct 23 03:06:06 CEST 2006 Paolo Molaro <lupus@ximian.com>
16409         * sgengc.c: small cleanup of timer code.
16411 Mon Oct 23 02:49:08 CEST 2006 Paolo Molaro <lupus@ximian.com>
16413         * sgen-gc.c: fix some warnings and start adding support for
16414         complete object removal on domain unload.
16416 2006-10-22  Gert Driesen  <drieseng@users.sourceforge.net>
16418         * assembly.c: build_assembly_name should not consider a version
16419         number without build or revision number invalid. Fixes bug #79715.
16421 2006-10-18  Jonathan Chambers  <joncham@gmail.com>
16423         * icall.c: Have ves_icall_System_Diagnostics_DefaultTraceListener_WriteWindowsDebugString
16424         call kernel32 function OutputDebugString directly.
16425         
16426         Signed-off-by: Jonathan Chambers <joncham@gmail.com>
16427         
16428 Tue Oct 17 16:59:59 CEST 2006 Paolo Molaro <lupus@ximian.com>
16430         * reflection.c: small cleanup, using a function to insert a MonoString
16431         in the string heap.
16433 Tue Oct 17 16:45:27 CEST 2006 Paolo Molaro <lupus@ximian.com>
16435         * reflection.c: moving GC fixes.
16437 Mon Oct 16 16:53:12 CEST 2006 Paolo Molaro <lupus@ximian.com>
16439         * sgen-gc.c, gc-internal.h, gc.c: added API to collect and remove
16440         all the objects with finalizers belonging to an unloading appdomain.
16442 Mon Oct 16 15:08:41 CEST 2006 Paolo Molaro <lupus@ximian.com>
16444         * sgen-gc.c: added ability to allocate even when the nursery is fully
16445         pinned and fixed a couple of bugs.
16447 2006-10-15  Zoltan Varga  <vargaz@gmail.com>
16449         * threads.h: Revert the last change for now.
16451         * threads.h (mono_thread_get_pending_exception): Rename this to
16452         mono_thread_get_undeniable_exception ().
16454 2006-10-15  Gert Driesen  <drieseng@users.sourceforge.net>
16456         * appdomain.c: Use mono_get_exception_bad_image_format2 to construct
16457         BadImageFormatException in ves_icall_System_Reflection_Assembly_LoadFrom
16458         when fname does not refer to valid assembly. This result in a more
16459         meaningful error message.
16460         * exception.c: added mono_get_exception_bad_image_format2 which 
16461         constructs a BadImageFormatException using the ctor taking a custom
16462         message and the file name. Passing in a NULL msg results in a default
16463         message.
16464         * exception.h: define mono_get_exception_bad_image_format2 function.
16465         * icall.c: in InternalGetAssemblyName, throw BadImageFormatException 
16466         when file name pointed to an invalid IL image. Use 
16467         mono_get_exception_file_not_found2 to construct FileNotFoundException,
16468         as this results in a more meaningful error message.
16470 2006-10-15  Zoltan Varga  <vargaz@gmail.com>
16472         * reflection.c (encode_named_val): Implement proper encoding of arrays. Fixes
16473         #79465.
16475 2006-10-12  Zoltan Varga  <vargaz@gmail.com>
16477         * metadata.c (mono_type_size): Change the align parameter to guint32 for
16478         consistency with the other _size functions.
16479         (mono_type_stack_size): Ditto.
16481         * class.c object.c icall.c: Fix warnings caused by the above change.
16483         * class.c (mono_class_get_method_from_name_flags): Fix a typo.
16485         * image.c (load_metadata_ptrs): Reenable loading of modules with uncompressed metadata.
16487         * metadata.c class.c loader.c: Add proper support for uncompressed metadata.
16489 Wed Oct 11 17:27:05 CEST 2006 Paolo Molaro <lupus@ximian.com>
16491         * console-io.h, filewatcher.h, locales.h, marshal.h, monitor.h,
16492         process.h, rand.h, rawbuffer.h, security-manager.h, security.h,
16493         socket-io.h, string-icalls.h, sysmath.h, threadpool-internals.h,
16494         threadpool.h, threads-types.h: mark more internal functions.
16496 2006-10-11  Dick Porter  <dick@ximian.com>
16498         * socket-io.c (ves_icall_System_Net_Sockets_Socket_Poll_internal):
16499         Fix typo spotted by Robert Jordan in bug 79352 (though I can't
16500         reproduce the bug even before applying the fix.)
16502 Tue Oct 10 15:39:39 CEST 2006 Paolo Molaro <lupus@ximian.com>
16504         * reflection.c: allow retrieving attributes for arguments in generic
16505         methods (bug #79241).
16507 Tue Oct 10 11:45:50 CEST 2006 Paolo Molaro <lupus@ximian.com>
16509         * debug-mono-symfile.c: properly check fopen () result (found by
16510         coverity).
16512 Tue Oct 10 11:30:52 CEST 2006 Paolo Molaro <lupus@ximian.com>
16514         * reflection.c: make error message clearer and fixed two
16515         issuelets found by Coverity.
16517 2006-10-10  Zoltan Varga  <vargaz@gmail.com>
16519         * object-internals.h: Remove duplicate definition of mono_method_get_signature_full ().
16521 Mon Oct 9 19:41:44 CEST 2006 Paolo Molaro <lupus@ximian.com>
16523         * object-internals.h, gc-internal.h, profiler-private.h:
16524         mark internal functions.
16526 Mon Oct 9 19:28:56 CEST 2006 Paolo Molaro <lupus@ximian.com>
16528         * reflection.c: put data in the text section.
16529         * icall.c: recognize more types in type_from_typename ().
16530         * process.c, marshal.c: added some GC FIXMEs.
16532 Mon Oct 9 19:27:26 CEST 2006 Paolo Molaro <lupus@ximian.com>
16534         * loader.c: check for NULL before initializing.
16536 2006-10-09  Zoltan Varga  <vargaz@gmail.com>
16538         * gc.c (finalizer_thread): Use a non-alertable wait here.
16540         * class.c loader.c metadata.c: Revert the mono_metadata_decode_table_... changes,
16541         until the correct solution is found.
16543 2006-10-06  Zoltan Varga  <vargaz@gmail.com>
16545         * reflection.c (mono_module_get_object): Avoid an assert when operating on
16546         modules with no metadata. Fixes #79596.
16548         * image.c (load_metadata_ptrs): Put back the error message when
16549         the #- heap is encountered since the support is not complete yet.
16551 Fri Oct 6 16:57:26 CEST 2006 Paolo Molaro <lupus@ximian.com>
16553         * gc.c: do not allow the user to SuppressFinalize () a
16554         delegate because it would leak the trampoline if present.
16556 2006-10-06  Zoltan Varga  <vargaz@gmail.com>
16558         * class.c metadata.c row-indexes.h blob.h: Applied patch from Jb. Add support for the
16559         PropertyPtr table.
16561 2006-10-05  Zoltan Varga  <vargaz@gmail.com>
16563         * loader.c (mono_method_signature): Fix a use of MONO_TABLE_METHOD missed earlier.
16565         * metadata.c (mono_metadata_get_param_attrs): Ditto.
16567         * row-indexes.h: Add definitions for *Ptr tables.
16569         * metadata-internals.h (MonoImage): Add an 'uncompressed_metadata' flag.
16571         * metadata.c (mono_metadata_translate_token_index): New helper function to
16572         translate table indexes used in uncompressed metadata.
16573         (mono_metadata_decode_table_row): Ditto.
16574         (mono_metadata_decode_table_row_col): Ditto.
16576         * metadata.c: Add table schema for *Ptr tables.
16578         * class.c loader.c: Use the new helper function to access the affected metadata
16579         tables.
16580         
16581         * image.c (load_metadata_ptrs): Allow assemblies with uncompressed metadata. Fixes
16582         #38532.
16583         
16584 2006-10-04  Zoltan Varga  <vargaz@gmail.com>
16586         * marshal.c (emit_object_to_ptr_conv): Avoid using short branches around IL
16587         sequences which can be unbounded in size. Fixes #79583.
16589 2006-10-02  Zoltan Varga  <vargaz@gmail.com>
16591         * object.c (mono_runtime_class_init): Handle a corner case in handling failure of
16592         static initialization.
16594         * domain-internals.h (MonoDomain): Add a 'type_init_exception_hash' field.
16596         * class-internals.h (MonoVTable): Add an 'init_failed' flag.
16598         * domain.c (mono_domain_free): Free up type_init_exception_hash.
16600         * object.c (mono_runtime_class_init): Implement correct semantics when a static
16601         ctor fails, i.e. throw the same exception on subsequent accesses.
16602         
16603 2006-09-0  Jonathan Chambers  <joncham@gmail.com>
16605         * domain.c, class-internals.h: Added ComInteropProxy class to MonoDefaults.
16606         * marshal.c: Return correct unmanaged size for object when MarshalAs.Struct.
16607         Emit exception rather than crash in case of COM Callable Wrapper (not yet implemented).
16608         Handle marshalling of interfaces and VARIANTs contained in structs.
16609         
16610         Code is contributed under MIT/X11 license.
16611         
16612 2006-09-30  Zoltan Varga  <vargaz@gmail.com>
16614         * marshal.c (emit_marshal_custom): Fix some corner cases. Fixes #79471.
16615         
16616         * marshal.c (mono_marshal_load_type_info): Allocate memory from the image
16617         mempool.
16619 2006-09-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
16621         * console-io.c: ignore previous SIGINT handler.
16623 2006-09-27  Zoltan Varga  <vargaz@gmail.com>
16625         * metadata.c class.c: Applied patch from Ricardo Fernandez Pascual 
16626         (ricardo.fernandez@st.com). Add some new MonoClass and MonoType accessors. Fixes
16627         #79460, #79461, #79485.
16629         * class.c (mono_class_from_name_case): Fix incorrect comments. Fixes #79504.
16631         * marshal.c (mono_marshal_load_type_info): Fix a typo which caused an assert. Fixes
16632         #79217.
16634 2006-09-26  Zoltan Varga  <vargaz@gmail.com>
16636         * marshal.c (mono_marshal_get_delegate_invoke): Tweak the IL a little so better code
16637         could be generated from it.
16639 Mon Sep 25 13:29:53 CEST 2006 Paolo Molaro <lupus@ximian.com>
16641         * rand.c: fix read loop to correctly handle EINTR.
16643 Mon Sep 25 11:33:06 CEST 2006 Paolo Molaro <lupus@ximian.com>
16645         * Makefile.am, icall-def.h, icall.c, verify.c: changed the way
16646         internal calls are defined to keep methods closer to the declaring
16647         type and allow a significant reduction in runtime relocations and
16648         memory usage.
16650 2006-09-21 Gert Driesen  <drieseng@users.sourceforge.net>
16652         * appdomain.c: Pass NULL to mono_get_exception_file_not_found2 as
16653         exception message to have FileNotFoundException use the default
16654         assembly load error message. Fixes bug #79426.
16655         * exception.c: Support NULL msg in mono_get_exception_file_not_found2.
16657 2006-09-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>
16659         * threadpool.c: (start_thread_or_queue) use the root domain when
16660         creating the thread instead of the async object one.
16662 Thu Sep 21 19:30:04 CEST 2006 Paolo Molaro <lupus@ximian.com>
16664         * class.c, object.c, class-internals.h, reflection.c:
16665         for arrays, store element_size inside MonoClass (speedup
16666         for array object creation).
16668 Thu Sep 21 17:06:43 CEST 2006 Paolo Molaro <lupus@ximian.com>
16670         * icall.c: fixed CodeBase to use the file name and not the module
16671         name (bug #79365).
16673 Thu Sep 21 12:09:34 CEST 2006 Paolo Molaro <lupus@ximian.com>
16675         * mono-debug.c, mono-debug.h: export find_method as
16676         mono_debug_find_method ().
16678 Wed Sep 20 19:59:06 CEST 2006 Paolo Molaro <lupus@ximian.com>
16680         * debug-helpers.c, class-internals.h: added a few functions useful
16681         when debugging under gdb.
16683 2006-09-19 Gonzalo Paniagua Javier <gonzalo@ximian.com>
16685         * console-io.[ch]: trigger the ConsoleCancelEvent and retrieve
16686         characters that need special handling.
16688 Tue Sep 19 18:57:38 CEST 2006 Paolo Molaro <lupus@ximian.com>
16690         * mono-config.c: make the os/cpu specification more flexible,
16691         allowing lists and negation.
16693 2006-09-18  Jonathan Chambers  <joncham@gmail.com>
16695         * marshal.c: COM Interop fixes. Handle case where method->klass.
16696         is interface. Handle BSTR/MonoString when null. Use CDECL as 
16697         calling convention on non-windows platforms. This is for
16698         compatibility with XPCOM and MainWin COM.
16699         
16700         Code is contributed under MIT/X11 license.
16701         
16703 2006-09-18  Zoltan Varga  <vargaz@gmail.com>
16705         * marshal.c (mono_marshal_load_type_info): Handle concurrent and recursive calls
16706         correctly. Fixes #79217.
16708         * class-internals.h (MonoClass): Remove unused marshal_info_init_pending field.
16710 Mon Sep 18 16:59:54 CEST 2006 Paolo Molaro <lupus@ximian.com>
16712         * mono-config.c: allow both an os and cpu attribute for dllmap
16713         and dllentry elemnets to enable a single config file to be used
16714         for multiple architectures.
16716 2006-09-18  Gert Driesen  <drieseng@users.sourceforge.net>
16718         * loader.c: MonoLoaderError was cleared too soon on load failure.
16719         Fixes bug #79424.
16721 Mon Sep 18 15:37:13 CEST 2006 Paolo Molaro <lupus@ximian.com>
16723         * icall.c: use the defining class vtable when accessing a
16724         static field, not a pobblibly derived class.
16726 2006-09-17  Zoltan Varga  <vargaz@gmail.com>
16728         * icall.c string-icalls.c: Remove references to unicode.h.
16730         * unicode.h unicode.c Makefile.am: Remove these unused source files.
16732         * NOTES: Moved to ../../docs and renamed to thread-safety.txt.
16734         * marshal.c (mono_marshal_emit_native_wrapper): Add an 'image' argument, 
16735         indicating the image where custom marshaller types should be looked up.
16736         (mono_ftnptr_to_delegate): Use the image of the delegate type to look up
16737         custom marshallers, instead of corlib. Fixes #79425.
16739 2006-09-14  Zoltan Varga  <vargaz@gmail.com>
16741         * marshal.c (emit_marshal_object): Fix marshalling of blittable classes and null.
16743 2006-09-14  Jonathan Chambers  <joncham@gmail.com>
16745         * environment.c (ves_icall_System_Environment_get_ProcessorCount): 
16746         Implement Environment.ProcessorCount.
16747         
16748         * environment.h (ves_icall_System_Environment_get_ProcessorCount): 
16749         Implement Environment.ProcessorCount.
16750         
16751         * icall.c: 
16752         Add Environment.ProcessorCount icall.
16753         
16754         Patch by Jason McFall.
16756 2006-09-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
16758         * assembly.c: don't append .exe/.dll when the filename already contains
16759         one of those extensions.
16761 2006-09-12  Martin Baulig  <martin@ximian.com>
16763         * class.c (mono_bounded_array_class_get): Also add `IList<object>'
16764         to array interfaces.
16766 2006-09-11  Martin Baulig  <martin@ximian.com>
16768         * reflection.c (mono_image_build_metadata): Create the
16769         MethodImpl's after emitting all types and methods, so we don't
16770         need another fixup pass for them.
16772 2006-09-11  Zoltan Varga  <vargaz@gmail.com>
16774         * class.c (mono_class_from_name_case): Fix regression introduced by the last
16775         change.
16777 Mon Sep 11 12:57:15 CEST 2006 Paolo Molaro <lupus@ximian.com>
16779         * gc-internal.h, appdomain.c, gc.c: force-destroy GC handles on domain
16780         unload.
16782 2006-09-10  Zoltan Varga  <vargaz@gmail.com>
16784         * object.c (mono_method_return_message_restore): Avoid a crash if one of the out
16785         args is not set. Fixes #78926.
16787 2006-09-08  Zoltan Varga  <vargaz@gmail.com>
16789         * class.c (mono_class_init): Init class->no_special_static_fields from the cached info.
16791         * image.c (load_class_names): Move this to class.c, and rename it to 
16792         'mono_image_init_name_cache'.
16793         (load_modules): Fix a warning.
16795         * class.c icall.c image.c: Initialize image->name_cache lazily.
16797         * class-internals.h (MonoGetClassFromName): New hook function to find a class based
16798         on its name using information in the AOT file.
16800         * class.c (mono_class_from_name): Use the new hook function.
16802 2006-09-06  Zoltan Varga  <vargaz@gmail.com>
16804         * reflection.c (mono_param_get_objects): Handle enum default parameter values
16805         correctly.
16807         * marshal.c (emit_marshal_object): Implement [In, Out] byval marshalling of classes.
16808         Fixes #79289.
16809         
16810 2006-09-06  Martin Baulig  <martin@ximian.com>
16812         * icall.c (mono_lookup_internal_call): Small fix.
16814 2006-09-05  Raja R Harinath  <rharinath@novell.com>
16816         * debug-mono-symfile.c (mono_debug_open_mono_symbols): Remove
16817         double g_free.
16819 2006-09-04  Sebastien Pouliot  <sebastien@ximian.com>
16821         * debug-mono-symfile.c: Fix *some* memory leaks that happens only 
16822         when --debug is specified.
16824 2006-09-04  Zoltan Varga  <vargaz@gmail.com>
16826         * class.c (setup_generic_array_ifaces): Fix a warning.
16828 2006-09-04  Miguel de Icaza  <miguel@novell.com>
16830         * Temporarily remove the patch to assemly.c that checks the
16831         assembly versions as it breaks our gacutil.
16833 2006-09-03  Zoltan Varga  <vargaz@gmail.com>
16835         * metadata.c (mono_metadata_parse_mh_full): Fix an invalid free.
16837         * assembly.c (mono_assembly_load_from_full): Avoid loading net 2.0 assemblies into
16838         a net 1.0 runtime.
16840         * marshal.c (mono_string_builder_to_utf8): Fix marshalling of StringBuilders
16841         created using the default ctor. Fixes #79152.
16842         (mono_string_builder_to_utf16): Ditto.
16844 2006-09-01  Martin Baulig  <martin@ximian.com>
16846         Fix handling of the generic array interfaces.
16848         * class-internals.h
16849         (MonoDefaults): Removed `generic_array_class' and added
16850         `generic_ilist' class.
16852         * class.c
16853         (mono_bounded_array_class_get): Add the new generic array interfaces.
16854         (setup_generic_array_ifaces): New static method; create vtable
16855         entries for each method in the generic array interfaces.
16857         * metadata.c
16858         (select_container): Allow "parent-less" generic methods.
16860         * marshal.c
16861         (mono_marshal_get_generic_array_helper): New public method.
16863         * icall.c
16864         (ves_icall_System_Array_InternalArray_GetGenericValueImpl):
16865         Renamed into ves_icall_System_Array_GetGenericValueImpl() and
16866         moved the interncall into System.Array.
16868 2006-09-01  Raja R Harinath  <rharinath@novell.com>
16870         A few more cases of avoiding work on types with ->byref set.
16871         Has the real fix for #79238
16872         * icall.c (is_generic_parameter): New helper.
16873         (ves_icall_Type_GetGenericParameterPosition): Use it.
16874         (ves_icall_Type_GetGenericParameterAttributes): Likewise.
16875         (ves_icall_MonoType_get_IsGenericParameter): Likewise.
16876         (ves_icall_TypeBuilder_get_IsGenericParameter): Likewise.
16877         (ves_icall_Type_GetGenericTypeDefinition_impl): Return NULL on
16878         reference types.
16879         (ves_icall_Type_get_IsGenericTypeDefinition): Return FALSE on
16880         reference types.
16881         (ves_icall_Type_get_IsGenericInstance): Likewise.
16882         (ves_icall_Type_get_IsGenericType): Likewise.
16884 2006-09-01  Zoltan Varga  <vargaz@gmail.com>
16886         * class.c (mono_class_setup_vtable_general): Share identical vtables with the parent
16887         class if possible.
16889         * mempool.h (mono_mempool_get_allocated): New helper function.
16891         * object.c (mono_class_create_runtime_vtable): Fix problem introduced by last
16892         change.
16894         * mempool.c: Fix warnings and the calculation of stats.
16896         * object.c (mono_class_create_runtime_vtable): Fix the AOT optimization.
16898         * class.c (mono_class_setup_vtable): Update generic_vtable_count stat.
16900         * loader.c (mono_get_method_from_token): Update method_count stat.
16902         * class-internals.h (MonoStats): Add some stats.
16904 2006-08-31 Robert Jordan  <robertj@gmx.net>
16906         * icall.c: Replace the PtrToStringAuto, StringToHGlobalAuto icalls
16907         with managed variants.
16908         All code is contributed under the MIT/X11 license.
16909         
16910 2006-08-31  Zoltan Varga  <vargaz@gmail.com>
16912         * reflection.c (reflection_methodbuilder_to_mono_method): Set 
16913         method->skip_visibility based up the skipVisibility parameter of DynamicMethods.
16915         * class-internals.h (MonoMethod): Add a 'skip_visibility' field.
16917         * marshal.c (mono_marshal_load_type_info): Revert the last change as it can't cope
16918         with cycles in classes.
16920         * icall.c (ves_icall_MonoType_get_Name): Add a '&' for byref types. Fixes #79110.
16922         * marshal.c (emit_marshal_array): Avoid crash when a parameter with type array is 
16923         missing a [MarshalAs] directive. Fixes #79203.
16925         * marshal.c (mono_marshal_load_type_info): Fix a race in initializing 
16926         klass->marshal_info. Fixes #79217.
16928 2006-08-30  Martin Baulig  <martin@ximian.com>
16930         Committing a patch from Joachim Ante <joe@otee.dk>:
16931         Add support for binary data symbol stores.
16933         * debug-mono-symfile.c
16934         (mono_debug_open_mono_symbol_file): Renamed into
16935         mono_debug_open_mono_symbols() and added `raw_contents' and `size'
16936         arguments.
16938         * mono-debug.c
16939         (mono_debug_open_image): Added `raw_contents' and `size' args.
16940         (mono_debug_init_2_memory): New public function.
16942 Fri Aug 25 18:25:23 CEST 2006 Paolo Molaro <lupus@ximian.com>
16944         * icall.c: handle TypedReference in GetTypeCode (bug #79150).
16946 2006-08-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
16948         * appdomain.c: implement support for ShadowCopyFiles.
16950 2006-08-22  Sebastien Pouliot  <sebastien@ximian.com>
16952         * string-icalls.c: Add shortcut in ves_icall_System_String_ctor_charp
16953         when value is NULL (and should remove CID #51).
16955 2006-08-22 Gonzalo Paniagua Javier <gonzalo@ximian.com>
16957         * image.c: moved 2 functions to ../utils.
16959 Tue Aug 22 15:53:29 CEST 2006 Paolo Molaro <lupus@ximian.com>
16961         * gc.c: cope with the target object of a GC handle being NULL
16962         (bug #78877).
16964 Tue Aug 22 11:10:33 CEST 2006 Paolo Molaro <lupus@ximian.com>
16966         * class.c: recursively check parent's explicit implementations
16967         of interface methods (fixes bug #79125).
16969 2006-08-19  Miguel de Icaza  <miguel@novell.com>
16971         * filewatcher.c: Avoid warnings when building, do not redefine
16972         constants that are defined.
16974         Remove warnings.
16976 2006-08-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
16978         * image.c: don't fail when the link points to an absolute path.
16980 2006-08-18  Sebastien Pouliot  <sebastien@ximian.com>
16982         * decimal.c: Remove dead code (unrequired check) in mono_decimalIncr.
16983         Fix CID #3.
16985 2006-08-17  Miguel de Icaza  <miguel@novell.com>
16987         * image.c (full_path): A new method used to obtain the actual path
16988         of an assembly even in the presence of symbolic links.  
16990         This is necessary for the case where we are running a binary that
16991         has been GACed, but we are using the "published" path name
16992         ($prefix/mono/1.0/blah.exe) which happens to point to the real
16993         file in the GAC.
16995         This was the source of the failure for the `xsp' command with the
16996         recent AppDomain changes, as far as the runtime was concerned,
16997         there were two different assemblies: $prefix/mono/1.0/blah.exe and
16998         $prefix/mono/gac/blah/version/blah.exe.
17000         (do_mono_image_open): use full path
17002 2006-08-17  Zoltan Varga  <vargaz@gmail.com>
17004         * object.c (mono_class_create_runtime_vtable): Add a FIXME.
17006 2006-08-17  Sebastien Pouliot  <sebastien@ximian.com>
17008         * marshal.c: Fix mono_marshal_check_domain_image if an invalid 
17009         domain_id is supplied. Fix CID #241 and corlib's unit tests.
17011 2006-08-17  Zoltan Varga  <vargaz@gmail.com>
17013         * class.c (mono_class_layout_fields): Set min_align to a bigger value for
17014         small structures. Fixes #78990.
17016 2006-08-17  Zoltan Varga  <vargaz@gmail.com>
17018         * marshal.c (mono_marshal_get_xappdomain_invoke): Use the new helper functions here.
17020         * appdomain.c (ves_icall_System_AppDomain_createDomain): Fix a warning.
17022 2006-08-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
17024         * appdomain.c:
17025         * marshal.c: don't load all the assemblies from a domain into newly
17026         created ones. The new domains might have different rules and load
17027         assemblies from different locations. Fixes bug #76757.
17029         Patch by Lluis. Conflicts resolved by Brian Crowell.
17031 2006-08-16  Alp Toker  <alp@atoker.com>
17033         * socket-io.c: First half of the fix for #79084.
17034         Set sa_size to the length of the content, not that of the struct.
17035         Don't add NULL suffix to the content, this should be done in
17036         managed code if needed.
17038 2006-08-14  Raja R Harinath  <rharinath@novell.com>
17040         Fix part of #79012
17041         * metadata.c (do_mono_metadata_parse_generic_class): Don't SEGV if
17042         mono_metadata_parse_type returns NULL.
17044 2006-08-13  Atsushi Enomoto  <atsushi@ximian.com>
17046         * normalization-tables.h : new file for string normalization data.
17047         * locales.c, locales.h, icall.c :
17048           added load_normalization_resource() for string normalization,
17049           and icall as well.
17050         * Makefile.am : added normalization-tables.h to the sources.
17052 2006-08-13  Zoltan Varga  <vargaz@gmail.com>
17054         * marshal.c: Add more helper functions to reduce code duplication and use them
17055         everywhere.
17057 2006-08-12  Zoltan Varga  <vargaz@gmail.com>
17059         * marshal.c: Fix non-x86 stdcall warnings.
17060         
17061         * marshal.c marshal.h: Add some helper functions to emit/patch branches, and use 
17062         them everywhere.
17064 2006-08-11  Jonathan Chambers  <joncham@gmail.com>
17066         * class.c (mono_bounded_array_class_get): Fix if statement that caused incorrect
17067         type check on multi-dimensional arrays. Fixes #79000.
17069 2006-08-10  Jonathan Chambers  <joncham@gmail.com>
17071         * class.c (mono_class_setup_parent): setup is_com_object during class initialization.
17072         * object.c (mono_remote_class_vtable/mono_object_new_specific): Changed checks
17073         to use is_com_object instead of MONO_CLASS_IS_IMPORT() macro.
17074         * class-internals.h: add is_com_object to class structure.
17075         * marshal.c: Fixed marshalling for IDispatch and IUnknown, added
17076         null checks to COM object marshalling. Fix .ctor call on RCW.
17077         * icall.c: Added icall implementation for MonoType.IsCOMObjectImpl.
17078         
17079         All code is contributed under the MIT/X11 license.
17081 2006-08-09  Dick Porter  <dick@ximian.com>
17083         * monitor.c (mono_monitor_cleanup): mono_monitor_cleanup() is
17084         racing mono_monitor_allocator_lock() somewhere, so don't delete
17085         the critical section for now.  Found by running and exiting
17086         monodevelop.
17088 2006-08-10  Zoltan Varga  <vargaz@gmail.com>
17090         * marshal.c (cominterop_get_native_wrapper): Fix a warning.
17091         (ves_icall_System_ComObject_FindInterface): Ditto.
17092         (ves_icall_System_ComObject_CacheInterface): Ditto.
17094         * metadata.c (do_mono_metadata_type_equal): Applied patch from Roberto Costa
17095         (roberto.costa@st.com). Add support for MONO_TYPE_FNPTR.
17097 2006-08-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
17099         * threadpool.c: treat pipes from process asynchronous reads as sockets
17100         when reading from them, so we get select/poll or epoll to wait for
17101         data.
17103 2006-08-07  Sebastien Pouliot  <sebatien@ximian.com>
17105         * loader.c: Fix a typo (CID #233) in the null check.
17107 2006-08-07  Zoltan Varga  <vargaz@gmail.com>
17109         * appdomain.c (mono_domain_unload): Close the thread handle of the unload thread.
17110         Hopefully fixes #78949.
17111         
17112         * metadata.c (mono_metadata_parse_method_signature_full): Applied patch from 
17113         Roberto Costa (roberto.costa@st.com). Handle vararg signatures without SENTINEL
17114         bytes. Fixes #78972.
17116 2006-08-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
17118         * filewatcher.c: we need to set errno here.
17120 2006-08-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
17122         * filewatcher.c: let Win32Exception get the error value.
17124 2006-08-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
17126         * filewatcher.c: translate errno into win32 errors for Win32Exception
17127         to know what happened.
17129 2006-08-01  Zoltan Varga  <vargaz@gmail.com>
17131         * threadpool.c: Fix more warnings.
17133         * assembly.c (search_loaded): Fix warnings.
17135         * threadpool.c (mono_thread_pool_finish): Fix warnings.
17136         (mono_async_invoke): Ditto.
17138 2006-07-28  Jonathan Chambers  <joncham@gmail.com>
17140         * object.c (mono_remote_class_vtable): Need to create proxy vtable
17141         entries for __ComObject type in addition to ComImport types.
17142         * marshal.c: Added support for marshalling COM RCWs. Fixed warning
17143         about hash table.
17144         
17145         All code is contributed under the MIT/X11 license.
17147 Fri Jul 28 19:04:34 CEST 2006 Paolo Molaro <lupus@ximian.com>
17149         * image.c: avoid tentative loading of modulerefs that contain
17150         no metadata (P/Invoke library names).
17152 2006-07-28  Dick Porter  <dick@ximian.com>
17154         * loader.c (mono_loader_cleanup): mono_loader_cleanup() is racing
17155         mono_loader_lock() somewhere, so don't delete the critical section
17156         for now.  Found by running and exiting monodevelop.
17158 2006-07-26 Gonzalo Paniagua Javier <gonzalo@ximian.com>
17160         * filewatcher.c: define the inotify syscalls when we're building on
17161         linux and have sys/syscall.h. The build system might not have support
17162         for inotify but the target system might have it.
17164 2006-07-26  Miguel de Icaza  <miguel@novell.com>
17166         * domain.c: Documentation updates.
17168         * loader.c (mono_free_method): Do not release the method
17169         information if we are being profiled, as profilers will use this
17170         information at shut down to present some data to the user.
17172         This is needed so that the profiler does not crash, as the
17173         profiler tends to keep MonoMethods around, and they might become
17174         invalid if we free these.
17176         (mono_get_method_constrained): Return the original CIL stream
17177         method as well, so verification can be performed against it.
17179 2006-07-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
17181         * filewatcher.[ch]: support for inotify file system watcher.
17182         * icall.c: add new internal calls for the inotify file system watcher.
17184 2006-07-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>
17186         * threadpool.c: Windows also misbehaves on async. connects. Fixes bug
17187         #78888.
17189 2006-07-20  Dick Porter  <dick@ximian.com>
17191         * file-io.c (ves_icall_System_IO_MonoIO_Seek): Fix signed/unsigned
17192         warning.
17194 2006-07-20  Dick Porter  <dick@ximian.com>
17196         * threads.c (start_wrapper): Do the thread cleanup while we still
17197         hold a reference to its object.  Fixes bug 78123.
17199 2006-07-18  Kornél Pál  <kornelpal@gmail.com>
17201         * class-internals.h: Added MONO_WRAPPER_MANAGED_TO_MANAGED wrapper type.
17202         * debug-helpers.c: Map MONO_WRAPPER_MANAGED_TO_MANAGED to
17203           "managed-to-managed".
17204         * icall.c: Redirect string constructors that take sbyte* to
17205           ves_icall_System_String_ctor_RedirectToCreateString.
17206         * marshal.c: Redirect ves_icall_System_String_ctor_RedirectToCreateString
17207           to CreateString () methods with matching signature.
17208         * reflection.c: Use original security informations for
17209           MONO_WRAPPER_MANAGED_TO_MANAGED.
17210         * security-manager.c: Use original security informations for
17211           MONO_WRAPPER_MANAGED_TO_MANAGED.
17212         * string-icalls.c: Added ves_icall_System_String_ctor_RedirectToCreateString
17213           that is a placeholder and only its address should be used.
17214         * string-icalls.h: Added ves_icall_System_String_ctor_RedirectToCreateString
17215           that is a placeholder and only its address should be used.
17217 2006-07-15  Jonathan Chambers  <joncham@gmail.com>
17219         Begin implementing COM Interop.
17220         * appdomain.c: Increment corlib version.
17221         * class.c: Set ComImport classes' parent to __ComObject.
17222         * loader.c: Mark cominterop methods as such.
17223         * domain.c: Add __ComObject class to MonoDefaults structure.
17224         * image.c: Add 2 hashtables to the image for COM Interop related methods
17225         * metadata.c: Added mono_metadata_type_dup_mp to duplicate a type
17226         using the mempool allocator
17227         
17228         * metadata-internals.h: Add 2 hashtables to the image for COM Interop related methods
17229         * metadata.h: Added cominterop field to _MonoMethodSignature struct and
17230         declaration for mono_metadata_type_dup_mp.
17231         
17232         * debug-helpers.c: Added strings for two additional wrapper types
17233         * object.c: Create proxy objects for ComImport classes
17234         * class-internals.h: Define 2 new method wrapper types, COM Interop remoting target,
17235         and added __ComObject class to MonoDefaults structure.
17236         
17237         * object-internals.h: Finish MonoRealProxy definition, and add definition of
17238         MonoComInteropProxy and MonoComObject.
17239         
17240         * marshal.c: Added support for COM Interop
17241         (signature_cominterop): Converts managed signature to corresponding
17242         unmanaged COM signature.
17243         (cominterop_get_function_pointer): gets unmanaged function pointer via
17244         COM object vtable
17245         (cominterop_get_com_slot_for_method): returns vtable slot in COM interface of method
17246         (cominterop_get_method_interface): returns interface type that method is defined on
17247         (mono_mb_emit_cominterop_call): emits native call to function pointer
17248         gotten from vtable
17249         (cominterop_get_native_wrapper_adjusted): actual wrapper around unmanaged COM call
17250         that matches signature of unmanaged function.
17251         (cominterop_get_native_wrapper): wrapper around adjusted method call.
17252         (cominterop_get_invoke): forwards call from proxy to __ComObject
17253         (ves_icall_System_Runtime_InteropServices_Marshal_AddRef): Implements Marshal.AddRef 
17254         (ves_icall_System_Runtime_InteropServices_Marshal_QueryInterface): Implements Marshal.QueryInterface 
17255         (ves_icall_System_Runtime_InteropServices_Marshal_Release): Implements Marshal.Release 
17256         
17257         * marshal.h: Added Marshal icall declarations.
17258         * icall.c: Added __ComObject icalls. Need to store interfaces in unmanaged code
17259         so we can access them in finalizer
17260         
17261 2006-07-14  Dick Porter  <dick@ximian.com>
17263         * object.c (mono_type_initialization_cleanup): Fix a race
17264         condition by temporarily commenting out the critical section
17265         deletion.
17267 2006-07-14  Zoltan Varga  <vargaz@gmail.com>
17269         * reflection.c (create_custom_attr): Fix some warnings.
17270         (create_custom_attr_data): Ditto.
17271         (typebuilder_setup_properties): Save custom attrs for properties in dynamic
17272         types. Fixes #78855.
17274 2006-07-11  Zoltan Varga  <vargaz@gmail.com>
17276         * class.c (mono_type_get_name_recurse): Fix the name of 1 dimensional non-szarrays.
17278         * reflection.c (mono_custom_attrs_free): Fix freeing of dynamic cattr info.
17280 2006-07-08  Zoltan Varga  <vargaz@gmail.com>
17282         * reflection.c (resolve_object): Add support for DynamicMethod.
17284         * domain.c appdomain.c threads.c monitor.c object.c gc.c: Applied patch from
17285         Joachim Ante (joe@otee.dk). Fix some shutdown leaks.
17287 2006-07-06  Sebastien Pouliot  <sebastien@ximian.com>
17289         * process.c: In ves_icall_System_Diagnostics_Process_GetModules_internal 
17290         don't leak GPtrArray's pdata has we have no use (nor free) for it.
17292 2006-07-01  Zoltan Varga  <vargaz@gmail.com>
17294         * marshal.c (mono_marshal_get_runtime_invoke): Fix passing of generic valuetypes.
17295         Fixes #77888.
17297 2006-06-30  Raja R Harinath  <rharinath@novell.com>
17299         * icall.c (ves_icall_MonoMethod_get_base_definition): Simplify
17300         slightly: remove a shadow local variable.
17302 2006-06-29  Raja R Harinath  <rharinath@novell.com>
17304         * icall.c (ves_icall_MonoMethod_get_base_definition): Return the
17305         definition that introduces the virtual function slot.
17306         Also fix Coverity #105.
17308 2006-06-29  Zoltan Varga  <vargaz@gmail.com>
17310         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Fix support
17311         for dynamic assemblies. Fixes #78724.
17313 2006-06-28  Zoltan Varga  <vargaz@gmail.com>
17315         * marshal.c (mono_string_to_byvalwstr): Fix this completely broken function.
17316         Fixes #78722.
17318 2006-06-21  Martin Baulig  <martin@ximian.com>
17320         * reflection.c
17321         (method_encode_clauses): Don't assert on `ex_info->handlers' here;
17322         fixes #76484.
17324 2006-06-21  Zoltan Varga  <vargaz@gmail.com>
17326         * object.h (mono_array_setref): Cast value to (MonoObject*) to fix warnings.
17328 2006-06-20  Raja R Harinath  <rharinath@novell.com>
17330         Make 'mono_class_get_full' only inflate TYPESPECs, not TYPEDEFs
17331         nor TYPEREFs.
17332         * class.c (mono_class_create_from_typespec): Add 'context' argument.
17333         Inflate result if necessary.
17334         (mono_class_get_full): Remove old version.  Rename from
17335         'mono_class_get' and add 'context' argument.  Pass it to
17336         ..._create_from_typespec.
17337         (mono_class_get): New.  Simple wrapper to mono_class_get_full.
17338         (mono_ldtoken): Revert change below.
17340 2006-06-20  Martin Baulig  <martin@ximian.com>
17342         * class.c (mono_ldtoken): Don't pass the generic context to
17343         mono_class_get_full() for MONO_TOKEN_TYPE_DEF/REF.  Fixes #78053.
17345 2006-06-15  Zoltan Varga  <vargaz@gmail.com>
17347         * marshal.c (mono_ftnptr_to_delegate): Avoid allocating signature from mempool
17348         and later freeing it. Fixes #78638.
17350 2006-06-15  Miguel de Icaza  <miguel@novell.com>
17352         * icall.c (mono_class_get_throw): Revert over-zealous error
17353         throwing, the caller for mono_class_get_throw will cope with
17354         errors when classes are not properly initialized already.
17356         The code still copes with loader exceptions though.
17358         Fixes the regression in reftype1 and reftype3 from the CAS tests.
17359         
17360 2006-06-14  Miguel de Icaza  <miguel@novell.com>
17362         Fixes the `make run1' version of RuntimeAbort (to be commited,
17363         source is in Bugzilla).
17364         
17365         * metadata.c (mono_metadata_interfaces_from_typedef_full): Return
17366         FALSE on class loading failure instead of returning true.
17368         * class.c (mono_class_create_from_typedef): It is possible for
17369         mono_metadata_interfaces_from_typedef_full to fail if a class is
17370         not found, cope with this.
17371         
17373 2006-06-14  Dick Porter  <dick@ximian.com>
17375         * socket-io.c: 
17376         * process.c: Fix a bunch of signed/unsigned warnings from gcc
17377         4.1.1
17379 2006-06-12  Atsushi Enomoto  <atsushi@ximian.com>
17381         * culture-info-table.h : oops, forgot to make it nsync with r61548.
17383 2006-06-09  Jonathan Chambers  <jonathan.chambers@ansys.com>
17385         * icall.c: Another fix for building mono in Visual Studio.
17387 2006-06-09  Jonathan Chambers  <jonathan.chambers@ansys.com>
17389         * marshal.c icall.c: Minor fixes for building mono in Visual Studio.
17390         
17391 2006-06-09  Martin Baulig  <martin@ximian.com>
17393         * debug-mono-symfile.c: Put this back and really fix it this
17394         time. Sorry for all the trouble.
17396 2006-06-08  Zoltan Varga  <vargaz@gmail.com>
17398         * icall.c (mono_class_get_throw): Fix a warning.
17399         (ves_icall_System_Reflection_Assembly_GetTypes): Allways throw 
17400         ReflectionTypeLoadException if needed. Fixes #78606.
17402         * class.c (mono_class_setup_vtable_general): Handle loader errors a bit better.
17403         (mono_class_init): Ditto.
17405         * loader.c (mono_loader_set_error_assembly_load): Display a separate warning for
17406         ref_only exceptions.
17407         (mono_loader_clear_error): Make this work even if there is no error.
17409 2006-06-08  Jonathan Chambers  <jonathan.chambers@ansys.com>
17411         * object-internals.h marshal.c marshal.h icall.c: Implement method 
17412         Marshal.GetComSlotForMethodInfo using internal call.
17414 2006-06-07  Zoltan Varga  <vargaz@gmail.com>
17416         * class-internals.h: Add a new kind of loader error LOADER_ERROR_ASSEMBLY plus
17417         a function for signalling it.
17419         * class.c (mono_class_from_typeref): Use the new kind of loader error when
17420         a referenced assembly is not found.
17422         * loader.c (mono_loader_error_prepare_exception): Add support for 
17423         LOADER_ERROR_ASSEMBLY. Fix formatting.
17425 2006-06-05  Jonathan Chambers  <jonathan.chambers@ansys.com>
17427         * domain.c appdomain.c class-internals.h marshal.c: Add support 
17428         for VARIANT marshalling on windows and increment corlib version
17429         since Variant struct was added.
17431 2006-06-03  Miguel de Icaza  <miguel@novell.com>
17433         * debug-mono-symfile.c: Revert Martin's previous patch which broke
17434         stack trace line information:
17436         (Martin) (mono_debug_symfile_lookup_location): Fix the algorithm:
17437         (Martin) when looking up B which is between A and C, return A not C.
17439         Bug is #78573.
17441         Thanks to Alexander Olk for tracking this down.
17443 2006-06-02  Zoltan Varga  <vargaz@gmail.com>
17445         * marshal.c (mono_marshal_set_last_error_windows): Fix build.
17446         
17447         * marshal.c (mono_marshal_emit_native_wrapper): Call GetLastError () early and without a wrapper to
17448         avoid clobbering its value.
17449         (mono_string_to_lpstr): Fix a warning on windows.
17451 2006-05-31  Zoltan Varga  <vargaz@gmail.com>
17453         * class-internals.h (MonoClass): Removed obsolete 'dummy' flag.
17455         * reflection.c loader.c: Removed references to 'dummy' flag.
17457         * loader.c (mono_loader_error_prepare_exception): Fix a warning.
17459         * threadpool.c: Make ASyncCall a copy of the managed MonoAsyncCall class so
17460         it gets GC tracking.
17462         * object-internals.h (MonoAsyncResult): Add an 'object_data' field which has
17463         GC tracking.
17464         
17465         * object.c (mono_async_result_new): Add an additional parameter 'object_data'.
17467         * marshal.c threadpool.c: Update callers of mono_async_result_new.
17469         * appdomain.c: Bump corlib version.
17471 2006-05-30  Zoltan Varga  <vargaz@gmail.com>
17473         * marshal.c: Use mono_mb_emit_stloc in more places. Use CEE_LDIND_REF and
17474         CEE_STIND_REF when working with object references.
17476 2006-05-31  Zoltan Varga  <vargaz@gmail.com>
17478         * class.c (mono_class_setup_fields): Call mono_class_init () for class->parent.
17479         Fixes #78539.
17481 2006-05-30  Miguel de Icaza  <miguel@novell.com>
17483         * loader.c (method_from_memberref): Fix argument value for
17484         mono_loader_set_error_method_load (I was passing the MonoClass
17485         instead of the class name char *).
17487 2006-05-30  Zoltan Varga  <vargaz@gmail.com>
17489         * marshal.c: Use mono_mb_emit_stloc in more places. Use CEE_LDIND_REF and
17490         CEE_STIND_REF when working with object references.
17492 2006-05-30  Martin Baulig  <martin@ximian.com>
17494         * mono-debug.c (mono_debug_print_stack_frame): Reverted the
17495         mono_method_full_name() change and replace the ':' with a '.'
17496         here.
17498 2006-05-30  Martin Baulig  <martin@ximian.com>
17500         * debug-mono-symfile.c
17501         (mono_debug_symfile_lookup_location): Fix the algorithm:
17502         when looking up B which is between A and C, return A not C.
17504 2006-05-29  Martin Baulig  <martin@ximian.com>
17506         * mono-debug.h
17507         (MonoDebugMethodInfo): Make the typedef public.
17508         (MonoDebugSourceLocation): New public struct.
17510         * mono-debug.c
17511         (mono_debug_source_location_from_address): Removed.
17512         (mono_debug_source_location_from_il_offset): Removed.
17513         (mono_debug_il_offset_from_address): Removed.
17514         (mono_debug_address_from_il_offset): Removed.
17515         (mono_debug_lookup_method): New public function.
17516         (mono_debug_lookup_source_location): New public function; replaces
17517         the old mono_debug_source_location_from_*() functions; see the
17518         inline documentation.
17519         (mono_debug_free_source_location): New public function.
17520         (mono_debug_print_stack_frame): New public function; see the
17521         inline documentation.
17523         * debug-mono-symfile.c
17524         (mono_debug_find_source_location): Renamed into
17525         mono_debug_symfile_lookup_location(); only take a
17526         `MonoDebugMethodInfo *' and an `offset' argument; added inline
17527         documentation.
17528         (mono_debug_find_method): Renamed into
17529         mono_debug_symfile_lookup_method().
17531 2006-05-27  Zoltan Varga  <vargaz@gmail.com>
17533         * assembly.c (mono_assembly_open_full): Dont overwrite the status
17534         returned by mono_image_open_full ().
17536         * appdomain.c (ves_icall_System_Reflection_Assembly_LoadFrom): Convert
17537         MONO_IMAGE_IMAGE_INVALID into a BadImageFormatException. Fixes
17538         #78517.
17540         * object.c (compute_class_bitmap): Use class->class_size for static fields. Fixes
17541         #78518.
17543 2006-05-27  Miguel de Icaza  <miguel@novell.com>
17545         * class.c (mono_class_from_typeref): handle missing images
17546         earlier, deals with bug #78418.   Refactor code; 
17548         Fix a warning introduced in my previous commit (some stale code
17549         from before I revisited my patch).
17551         * class.c (mono_class_create_from_typedef): On failure, remove the
17552         class from the MonoImage->class_cache as the class is not
17553         initialized;   Fixes the leak pointed out by Paolo.
17555 2006-05-25  Dick Porter  <dick@ximian.com>
17557         * threads.c (mono_thread_cleanup): Build fix.  Comment out the
17558         DeleteCriticalSections until I figure out which one may still be
17559         sometimes locked when mono_thread_cleanup is called.
17561 2006-05-24  Dick Porter  <dick@ximian.com>
17563         * threads.c (mono_thread_cleanup): Move the threading cleanup out
17564         of mono_thread_manage and back into its own function, so it can be
17565         called after the finalizer thread has finished.
17567         * appdomain.c (mono_runtime_cleanup): Call mono_thread_cleanup
17569 2006-05-24  Zoltan Varga  <vargaz@gmail.com>
17571         * assembly.c (mono_assembly_open_full): Fix typo introduced by a previous change.
17572         Fixes #78495.
17574         * marshal.c (emit_ptr_to_object_conv): Implement marshalling of byval arrays
17575         with non-blittable elements.
17576         (emit_object_to_ptr_conv): Ditto. Fixes #78492.
17578 2006-05-24  Martin Baulig  <martin@ximian.com>
17580         * mono-debug-debugger.h (MonoDebuggerEvent): Added
17581         `MONO_DEBUGGER_EVENT_FINALIZE_MANAGED_CODE'.    
17583         * mono-debug-debugger.c (mono_debugger_cleanup): Send a
17584         `MONO_DEBUGGER_EVENT_FINALIZE_MANAGED_CODE' and then set
17585         `mono_debugger_event_handler' to NULL.
17587 2006-05-24  Martin Baulig  <martin@ximian.com>
17589         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 57.
17591 2006-05-24  Martin Baulig  <martin@ximian.com>
17593         * mono-debug-debugger.h
17594         (mono_debugger_create_notification_function): Added
17595         `MonoCodeManager *' argument.
17597 Tue May 23 16:05:47 CEST 2006 Paolo Molaro <lupus@ximian.com>
17599         * boehm-gc.c, null-gc.c: fix compilation on 64 bit systems.
17601 Tue May 23 13:44:11 CEST 2006 Paolo Molaro <lupus@ximian.com>
17603         * Makefile.am, gc-internal.h, reflection.c: updates for the new GC.
17604         * sgen.-gc.c, sgen-gc.h: simple generational compacting GC
17605         implementation.
17607 Tue May 23 13:40:30 CEST 2006 Paolo Molaro <lupus@ximian.com>
17609         * icall.c: precise GC support: objects can't be stored in unmanaged
17610         memory anymore, even if they are kept alive by other references: since
17611         they can move the GC needs to be able to always find them.
17613 Tue May 23 12:57:08 CEST 2006 Paolo Molaro <lupus@ximian.com>
17615         * object.c: precise GC support for static fields. Support
17616         for moving GCs: write barriers and pinned allocation for interned
17617         strings.
17619 Tue May 23 12:41:44 CEST 2006 Paolo Molaro <lupus@ximian.com>
17621         * domain.c, domain-internals.h: precise GC support for the MonoDomain
17622         structure.
17624 Tue May 23 12:38:56 CEST 2006 Paolo Molaro <lupus@ximian.com>
17626         * class.c, gc.c: sgen and precise GC updates.
17628 Tue May 23 12:33:24 CEST 2006 Paolo Molaro <lupus@ximian.com>
17630         * marshal.h, marshal.c: added write barrier wrapper and precise type
17631         fixes.
17633 Tue May 23 12:31:22 CEST 2006 Paolo Molaro <lupus@ximian.com>
17635         * object.h, null-gc.c, boehm-gc.c: more write barrier functions and
17636         support.
17638 Tue May 23 12:27:14 CEST 2006 Paolo Molaro <lupus@ximian.com>
17640         * reflection.c: precise and sgen GC updates.
17642 Tue May 23 12:21:46 CEST 2006 Paolo Molaro <lupus@ximian.com>
17644         * debug-helpers.c, class-internals.h: added write barrier wrapper type.
17646 2006-05-22  Zoltan Varga  <vargaz@gmail.com>
17648         * threads.c (start_wrapper): Fix a missed guint32 tid declaration.
17650 2006-05-20  Zoltan Varga  <vargaz@gmail.com>
17652         * reflection.c (encode_cattr_value): Fix yet another bug in the encoding of
17653         MONO_TYPE_OBJECT. Fixes #78462.
17655 2006-05-18  Zoltan Varga  <vargaz@gmail.com>
17657         * marshal.c (emit_marshal_vtype): Add support for UnmanagedType.LPStruct 
17658         and blittable types.
17660 2006-05-17  Miguel de Icaza  <miguel@novell.com>
17662         * class.c (mono_class_get_exception_for_failure): Implement parts
17663         of a TODO: if the loader error is set (instead of the class
17664         error), we return a Loader exception that can be properly thrown
17665         elsewhere.
17667         This was exposed by some Winforms 2.0 code that I tried to run
17668         (Atsushi pointed me to it).
17670 2006-05-17  Zoltan Varga  <vargaz@gmail.com>
17672         * marshal.c (mono_marshal_emit_native_wrapper): Make the marshalling code more
17673         uniform by moving stuff from this function to the proper emit_marshal_XXX functions.
17674         
17675         * marshal.c (emit_marshal_vtype): Add limited support for 
17676         UnmanagedType.LPStruct. Fixes #78427.
17678         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStructure): 
17679         Applied a patch from kangaroo to fix #77523.
17681 2006-05-17  Martin Baulig  <martin@ximian.com>
17683         * threads.c
17684         (debugger_thread_vtable): Moved into ../mini/debug-debugger.c.
17685         (debugger_thread_created): Removed.
17686         (debugger_thread_exited): Removed.
17688 2006-05-15  Zoltan Varga  <vargaz@gmail.com>
17690         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
17692         * object-internals.h (MonoReflectionResource): Sync with managed version.
17694 2006-05-12  Wade Berrier <wberrier@novell.com>
17696         * threads.c: Define G_GSIZE_FORMAT for systems with glib < 2.6
17698 2006-05-12  Zoltan Varga  <vargaz@gmail.com>
17700         * class.c (mono_fnptr_class_get): Set class->image to corlib for now, since other
17701         functions try to allocate from the image mempool.
17703 2006-05-12  Dick Porter  <dick@ximian.com>
17705         * threads.c (mono_thread_attach): Fix usage of GetCurrentThread().
17707 2006-05-12  Lluis Sanchez  <lluis@ximian.com>
17709         * object.c: The FieldGetter and FieldSetter methods require the full
17710         name of the class, not only the name. Fixes bug #78277.
17712 2006-05-11  Miguel de Icaza  <miguel@novell.com>
17714         * loader.c (method_from_memberref): Do not pass the NULL klass to
17715         mono_loader_set_error_() methods.  Pass the non-NULL value
17716         (class). 
17718 2006-05-11  Zoltan Varga  <vargaz@gmail.com>
17720         * assembly.c (mono_assembly_load_from_full): Fix a bunch of warnings.
17721         (mono_assembly_close): Null out assembly->image->references after freeing it.
17723         * image.c (mono_image_close): Free image->references.
17724         
17725         * reflection.c (mono_image_basic_init): Fix a small memory leak.
17727 2006-05-10  Sebastien Pouliot  <sebastien@ximian.com>
17729         * marshal.c: In function mono_mb_add_local don't use the mb pointer 
17730         before checking if it's NULL (g_assert).
17732 2006-05-10  Martin Baulig  <martin@ximian.com>
17734         * metadata.c (mono_type_size): Kill the g_assert() in MONO_TYPE_GENERICINST;
17735         I thought I already killed that two months ago, but now it somehow reappeared.
17737 2006-05-10  Martin Baulig  <martin@ximian.com>
17739         * mono-debug.c (mono_debug_add_method): Allow instantiated generic methods.
17741 2006-05-10  Zoltan Varga  <vargaz@gmail.com>
17743         * reflection.c: Allocate memory for dynamically created methods in the image
17744         mempools.
17746 2006-05-10  Sebastien Pouliot  <sebastien@ximian.com>
17748         * appdomain.c: In ves_icall_System_AppDomain_[Get|Set]Data functions, 
17749         don't use the ad pointer before checking if it's NULL (g_assert).
17751 2006-05-09  Zoltan Varga  <vargaz@gmail.com>
17753         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetAssemblyName): Remove
17754         a redundant (and incorrect) addref. Hopefully fixes sn.exe on windows.
17756         * marshal.c: Allocate all signatures from mempools.
17758         * marshal.c: Allocate some more signatures from mempools.
17760 2006-05-09  Miguel de Icaza  <miguel@novell.com>
17762         * object.c (mono_load_remote_field): The code used to provide a
17763         temporary variable for returning results if the user did not
17764         provide a result pointer.  But our temporary variable was allocted
17765         on the satck.
17767         Fix calling code to always pass a result area.   Coverity ID 103.
17769 2006-05-06  Zoltan Varga  <vargaz@gmail.com>
17771         * threads.c (ves_icall_System_Threading_Interlocked_Add_Int): Return the new
17772         value, not the old. Fixes #78312.
17773         (ves_icall_System_Threading_Interlocked_Add_Long): Ditto.
17775         * class.c (mono_bounded_array_class_get): Allocate data from the image mempool.
17776         (mono_ptr_class_get): Ditto. Also change the cache from a global one to a 
17777         per-image cache.
17779         * assembly.c (mono_assembly_close): Free image->references.
17781         * assembly.c (mono_assembly_names_equal): Fix a warning.
17782         (mono_assemblies_cleanup): Cleanup more global data.
17784         * metadata-internals.h (MonoImage): Add 'ptr_cache'.
17786         * image.c (mono_image_close): Free up the contents of 'array_cache', free up
17787         ptr_cache and image->modules.
17789         * image.c (mono_image_init): Allocate array_cache lazily.
17790         
17791 2006-05-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
17793         * assembly.c: use GetCurrentThreadId for the hash, as GetCurrentThread
17794         behavior was changed recently and has bad side effects.
17796 2006-05-05  Zoltan Varga  <vargaz@gmail.com>
17798         * assembly.c (mono_assembly_open_full): Add a missing mono_image_close ().
17799         
17800         * assembly.c (mono_assembly_close): Remove a debug printf.
17802         * profiler.c (create_profiler): Use mono_aligned_addr_hash.
17804         * metadata-internals.h image.c assembly.c: Change the reference counting scheme
17805         to also allow for temporary references between mono_image_open ()/close ().
17807         * domain.c (get_runtimes_from_exe): Add a FIXME.        
17809 2006-05-04  Zoltan Varga  <vargaz@gmail.com>
17811         * marshal.c: Fix support for dynamic methods.
17813         * appdomain.c (mono_runtime_cleanup): Call mono_marshal_cleanup ().
17815         * marshal.c (mono_marshal_cleanup): New cleanup function.
17817         * marshal.c: Rewrite the wrapper code to allocate most of its memory from the 
17818         image mempools.
17820         * class.c (mono_class_init): Fix leaking class->nested_classes.
17822         * metadata-internals.h (MonoImage): Add a couple of new wrapper caches.
17824         * image.c (mono_image_init): Initialize the new cashes.
17826         * image.c (mono_image_close): Destroy the new cashes.
17828         * marshal.c: Get rid of most of the static caches in favor of per-image caches.
17830         * mempool.c (mono_mempool_strdup): New helper function.
17832         * class-internals.h: Add prototype for mono_loader_unlock ().
17834         * domain.c (mono_jit_info_table_find): Fix a warning.
17835         (mono_debugger_check_runtime_version): Ditto.
17837         * rawbuffer.h rawbuffer.c metadata-internals.h metadata.c class-internals.h 
17838         class.c loader.c image.h image.c assembly.h assembly.c: Add init () and cleanup ()
17839         functions to these modules.
17841         * domain-internals.h domain (mono_cleanup): New internal method to cleanup most
17842         metadata modules.
17843         
17844         * marshal.c (mono_free_bstr): Fix a warning.
17846         * assembly.c (mono_assembly_open_full): Fix another small leak.
17848         * object.c: Fix some unload leaks in the remoting code.
17850         * object-internals.h object-internal.c (mono_string_to_utf8_mp): New helper
17851         function.
17853         * assembly.c (mono_assembly_close): Fix a leak when unloading dynamic assemblies.
17855         * reflection.c: Fix some unload leaks in dynamic assemblies.
17857 2006-05-02  Jonathan Chambers  <jonathan.chambers@ansys.com>
17859         * marshal.c: Add BSTR support on Win32 (all changes under MIT X11)
17860         * marshal.h: Add BSTR support on Win32
17861         * icall.c: Add BSTR icalls
17862         * metadata.h: Add BSTR enums
17864 2006-04-28  Miguel de Icaza  <miguel@novell.com>
17866         Work to catch the crash from #76795 and turn it into an
17867         exception.   As I stubbed out pieces of the VisualBasic support,
17868         I found a number of places where the code was failing and I added
17869         checks to those places. 
17870         
17871         * metadata.c (do_mono_metadata_parse_generic_class): Make this
17872         function return a status code.  If we fail to parse the signature
17873         from mono_metadata_parse_generic_inst, return FALSE.
17875         * loader.c (mono_get_method_from_token): If we fail to load the
17876         method (mono_class_get) return NULL.   
17878         * (method_from_memberref): Return NULL if we are unable to parse
17879         the method signature
17881         (mono_loader_error_prepare_exception): Since we now use the
17882         loader_error flag internally to stop processing, and obtaining
17883         exceptions that might be thrown will walk this code path the
17884         proper way of going from a MonoLoaderError into a
17885         MonoException was convoluted.   This new routine encapsulates the
17886         process of turning the error into an exception and *clearing* the
17887         error afterwards.
17888         
17889 2006-04-27  Miguel de Icaza  <miguel@novell.com>
17891         Work to catch the crashes from 75075 (cope in Assembly.GetTypes
17892         with missing assemblies), and to cope with:
17894                 * Missing fieldref from a non-existing assembly.
17895                 * Missing methodref from a non-existing assembly.
17897         The first batch of work to address *some* of the issues from 76661.
17898         
17899         * object.c (mono_class_create_runtime_vtable): If we fail to
17900         initialize the class raise the exception here. 
17902         * metadata.c (mono_class_get_overrides_full): If any methods fail
17903         to load return the failure to the caller.
17905         * assembly.c: Use REFERENCE_MISSING instead of (gpointer) -1 for
17906         flagging assemblies that failed to load.   
17908         Do not crash if we are unable to load the assembly.
17910         (mono_assembly_close): Do nothing with REFERENCE_MISSING
17911         assemblies. 
17913         * loader.c (mono_loader_set_error_type_load): Change the
17914         convention to always pass unallocated strings, so we make our own
17915         copies (I know our own code had duplicated strings before, but
17916         this keeps the normal conventions).
17917         (method_from_memberref): Call mono_loader_set_error_method_load
17918         for all possible failures of loading the class. 
17919         Remove assert, turn into a loader error.
17921         (mono_loader_error_to_exception): Move this routine from mini
17922         (mini_loader_error_to_exception) there was no need to have that in
17923         mini. 
17925         * class.c (mono_class_from_typeref): If we were not able to load
17926         the assembly with mono_assembly_load_reference, call the
17927         mono_loader_set_error_type_load to register the problem.
17929         (mono_class_setup_fields): If we fail to load the type from
17930         mono_metadata_parse_type_full, call mono_class_set_failure and
17931         break from the loop.
17933         If class->exception_type is set, we do not layout the fields as
17934         that might crash the runtime, and instead return (from breaking
17935         from the previous loop).
17937         (mono_class_setup_vtable): This now returns a boolean indicating
17938         whether the table was properly setup.   The decision is driven by
17939         mono_class_get_overrides_full which might run into non-existing
17940         methods. 
17941         
17942         (mono_class_init): Returns TRUE on success or FALSE if there was a
17943         problem in loading the type (incorrect assemblies, missing
17944         assemblies, methods, etc).
17946         When we call mono_class_setup_fields we also check for a potential
17947         error inside this call (either a class exception or a general
17948         loader exception).
17950         (mono_class_create_from_typedef): If the parent fails to load
17951         (calling mono_class_get_full) return NULL.
17952         
17953         ** Important **
17955         calls to mono_metadata_parse_type_full should be checked
17956         everywhere and set the mono_class_set_failure
17957         (MONO_EXCEPTION_TYPE_LOAD) if we are not able to get the type.
17959         The current patch checks the places where my manually constructed
17960         tests show the errors are showing up, but we should do it
17961         everywhere. 
17963         ** Important2 **
17965         mono_class_init return values should be tested everywhere, like
17966         the previous case this is something that we should audit
17967         everywhere and not only on the cases exposed by the tests I
17968         created. 
17970 2006-04-26  Miguel de Icaza  <miguel@novell.com>
17972         * file-io.c (ves_icall_System_IO_MonoIO_Open): Remove `async'
17973         boolean parameter and instead pass the information on `options'
17974         parameter (FileOptions).
17976         * icall.c: Register the new signature for MonoIO.Open.
17978         * debug-helpers.c (dis_one): Trying to understand how coverity
17979         works.  Fix Run 5, item 78.
17981 2006-04-26  Dick Porter  <dick@ximian.com>
17983         * socket-io.c (hostent_to_IPHostEntry2): Explicitly check for NULL
17984         dereference.
17986 2006-04-25  Martin Baulig  <martin@ximian.com>
17988         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 56.
17990         * threads.c (mono_thread_attach): Set `thread->stack_ptr' and call
17991         debugger_thread_created().
17992         (debugger_gc_push_all_stacks): Don't handle the main thread in any
17993         special way.
17994         (mono_debugger_init_threads): Removed the `main_thread_stack' arg.
17995         (mono_debugger_finalize_threads): New function; undo the effects
17996         of mono_debugger_init_threads().
17997         (mono_debugger_create_all_threads): Removed.
17999 2006-04-24  Zoltan Varga  <vargaz@gmail.com>
18001         * image.c (mono_image_close): Tidy up trace messages.
18003         * assembly.c (mono_assembly_close): Ditto.
18005         * assembly.c (mono_assembly_close): Clear out image->assembly so the image
18006         no longer references an already freed assembly. Fixes #78168.
18008 2006-04-21  Dick Porter  <dick@ximian.com>
18010         * threads.c (mono_thread_detach): Fix reference counting when
18011         detaching threads.
18013 2006-04-21  Zoltan Varga  <vargaz@gmail.com>
18015         * icall.c (ves_icall_System_Enum_ToObject): Improve exception messages. Fixes
18016         #78155.
18018 2006-04-19  Zoltan Varga  <vargaz@gmail.com>
18020         * marshal.c (mono_type_to_ldind): New helper function moved here from mini.c
18021         (mono_type_to_stind): Ditto.
18023         * marshal.c: Use the new helper functions to simplify code.
18025         * image.c (mono_image_close): Add some code for help debug assembly unloading
18026         problems.
18028         * metadata.c (mono_metadata_parse_type_full): Allocate MonoType's from the
18029         image mempool.
18031         * assembly.c (mono_assembly_open_full): Invoke the load hook when the
18032         assembly was already loaded in another appdomain. Fixes #78083.
18034 2006-04-13  Zoltan Varga  <vargaz@gmail.com>
18036         * assembly.c (mono_assembly_load_reference): Increase the refcount of the
18037         referenced assemblies.
18038         (mono_assembly_close): Decrease the refcount of the referenced assemblies.
18040         * domain.c (mono_domain_free): Add a trace message.
18042         * appdomain.c (add_assemblies_to_domain): Ditto.        
18044         * metadata-internals.h: (_MonoAssembly): Modify the meaning of the ref_count
18045         field.  
18047 2006-04-12  Zoltan Varga  <vargaz@gmail.com>
18049         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetAssemblyName): Fix image reference counting.
18051 2006-04-12  Martin Baulig  <martin@ximian.com>
18053         * threads.c: Use `MONO_DEBUGGER_SUPPORTED' as the conditional, not
18054         `USE_INCLUDED_LIBGC'.   
18056 2006-04-12  Zoltan Varga  <vargaz@gmail.com>
18058         * image.c (canonicalize_path): Avoid calling strncpy on overlapping strings if
18059         the patch contains ../ and a small directory name later. Hopefully fixes
18060         #78035.
18062 2006-04-10  Martin Baulig  <martin@ximian.com>
18064         Clean up the debugger's thread-handling code.
18066         The debugger's thread-handling code has been moved from
18067         ../mini/debug-debugger.c to threads.c.  We now iterate directly
18068         over the `threads' hash, keep track of exiting threads and also
18069         use proper locking.
18071         We can now debug XSP and XSP based applications with the debugger.
18073         * object-internals.h (MonoThread): Added `gpointer end_stack'.
18075         * threads.h
18076         (MonoThreadCallbacks): Removed; this was only used by the debugger.
18077         (mono_install_thread_callbacks): Likewise.      
18079         * threads.c (mono_thread_callbacks): Removed.
18080         (debugger_thread_created, debugger_thread_exited): New static functions.
18081         (start_wrapper): Call debugger_thread_created().
18082         (thread_cleanup): Call debugger_thread_exited().
18083         (mono_gc_stop_world, mono_gc_start_world): Removed; this was never used.
18084         (mono_debugger_init_threads): New public function.
18085         (debugger_thread_vtable): Moved here from debug-debugger.c; we now
18086         iterate directly over the `threads' hash and also use proper locking.
18088         * mono-debug.h (MONO_DEBUGGER_VERSION): Bumped to 55.
18090         * mono-debug-debugger.h
18091         (MonoDebuggerEvent): Added MONO_DEBUGGER_EVENT_THREAD_EXITED.
18093 2006-04-10  Zoltan Varga  <vargaz@gmail.com>
18095         * reflection.c (encode_cattr_value): Fix handling of parameter type=object, 
18096         argument type=array. Fixes #78057.
18098 2006-04-10  Atsushi Enomoto  <atsushi@ximian.com>
18100         * culture-info-table.h : regenerated. Fixed bug #69652.
18102 2006-04-07  Zoltan Varga  <vargaz@gmail.com>
18104         * loader.c metadata.c: Reapply a variant r59116.
18105         
18106         * loader.c metadata.c: Revert r59116 to see if it fixes the breakage.
18108         * class.c (mono_class_setup_interface_offsets): New internal function.
18110         * reflection.c (ensure_runtime_vtable): Setup interface offsets for dynamic
18111         interfaces too. Fixes #77398.
18113         * reflection.c (encode_cattr_value): Add support for 
18114         parameter type=object, argument type=array.
18115         (load_cattr_value): Ditto. Fixes #77916.
18117         * marshal.c (emit_object_to_ptr_conv): Add support for ARRAY_BYVALCHARARRAY.
18118         (emit_ptr_to_object_conv): Ditto. Fixes #77960.
18120         * metadata.c (mono_type_to_unmanaged): Use ARRAY_BYVALCHARARRAY when converting
18121         a byval char array and CharSet is Ansi.
18123         * metadata.h: Add new marshalling conversion ARRAY_BYVALCHARARRAY.
18125 2006-04-06  Zoltan Varga  <vargaz@gmail.com>
18127         * metadata.c: Add some locking comments.
18128         
18129         * metadata.c (mono_metadata_signature_alloc): Allocate signatures in the image
18130         mempool.
18131         (mono_metadata_free_method_signature): Don't free the signature itself.
18133         * loader.c (mono_free_method): Don't free the signature in non-dynamic methods. 
18135         * assembly.c (mono_assembly_open_full): Avoid the situation where two assemblies
18136         reference the same MonoImage.
18137         (mono_assembly_load_from_full): Add an assert.
18139 2006-04-05  Zoltan Varga  <vargaz@gmail.com>
18141         * image.c (mono_image_close): Don't put the image we are about to free into the
18142         loaded_images_guid_hash.
18144         * marshal.c (mono_mb_emit_ptr): Refactor a common code sequence into this function
18145         to reduce code duplication.
18147         * marshal.c: Register the native functions called by this module as icalls, to
18148         somewhat centralize the creation of MonoMethodSignature's.
18150         * loader.c (mono_method_signature): Add a cache for method signatures.
18152         * metadata.c (mono_metadata_get_param_attrs): New helper function to return
18153         the parameter attributes of a method.
18154         (mono_metadata_parse_method_signature_full): Refactored the computation of
18155         parameter attributes into a separate function. Also avoid one allocation in
18156         most cases.
18158         * assembly.c (mono_assembly_close): Ditto.
18160         * image.c (mono_image_close): Log trace messages with INFO level.
18162         * metadata-internals.h (MonoImage): Add a new 'method_signature' cache.
18164         * image.c reflection.c: Correct reference counting of image modules.
18165         
18166         * metadata.c (mono_metadata_interfaces_from_typedef_full): Allocate the result
18167         of this function from the image mempool.
18168         
18169         (mono_metadata_parse_type_full): Remove the mode != MONO_PARSE_PARAM restriction
18170         to allow more cached types to be used.
18172         * mono-debug.c (mono_debug_add_method): Appled patch from
18173         David S. Miller  <davem@sunset.davemloft.net>: Access 
18174         minfo->lexical_blocks[] entry elements using read32().
18176 2006-04-04  Zoltan Varga  <vargaz@gmail.com>
18178         * loader.c (mono_free_method): No longer free the method header for non-dynamic
18179         methods as it is allocated from the mempool.
18181         * metadata.c (mono_metadata_parse_mh_full): Allocate method headers from the
18182         image mempool.
18184         * metadata-internals.h: Add comments describing the reference counting scheme
18185         used for MonoImage and MonoAssembly.
18187         * image.c assembly.c reflection.c: Rework reference counting of images and 
18188         assemblies so they are freed when the runtime is shut down. Free some 
18189         additional memory structures when an image is unloaded.
18190         
18191 2006-04-03  Zoltan Varga  <vargaz@gmail.com>
18193         * class.c loader.c reflection.c: Allocate more data structures in
18194         the image mempool.
18196 2006-03-31  Miguel de Icaza  <miguel@novell.com>
18198         * icall.c
18199         (ves_icall_System_Environment_InternalSetEnvironmentVariable): Fix
18200         build on pre glib 2.4 systems.
18202 2006-03-31  Zoltan Varga  <vargaz@gmail.com>
18204         * icall.c (ves_icall_System_Environment_InternalSetEnvironmentVariable): New icall.
18206         * icall.c: Fix some warnings.
18208 2006-03-29  Atsushi Enomoto  <atsushi@ximian.com>
18210         * culture-info-table.h : regenerated.
18212 Wed Mar 29 18:24:42 CEST 2006 Paolo Molaro <lupus@ximian.com>
18214         * threads.c, object-internals.h, verify.c: changed the culture caching
18215         code to use a normal MonoArray for storage so the GC can keep track of
18216         them easily. Fixed bits of the cache logic, too and simplified the
18217         code.
18219 Wed Mar 29 17:18:16 CEST 2006 Paolo Molaro <lupus@ximian.com>
18221         * gc-internal.h, null-gc.c, boehm-gc.c, gc.c: enable the finalizer
18222         thread for non-Boehm GCs.
18224 Wed Mar 29 17:10:05 CEST 2006 Paolo Molaro <lupus@ximian.com>
18226         * domain.c, object.c, domain-internals.h: reduce the amount of memory
18227         needed to keep track of the data for static fields.
18229 2006-03-29  Raja R Harinath  <rharinath@novell.com>
18231         Fix #75172
18232         * icall.c (ves_icall_Type_GetMethodsByName): Don't use vtable_size
18233         for interface classes.  Use 'num_methods' instead.
18234         (ves_icall_Type_GetPropertiesByName): Likewise.  Setup vtable
18235         before using '->vtable_size' field.
18237 Wed Mar 29 12:53:28 CEST 2006 Paolo Molaro <lupus@ximian.com>
18239         * domain.c, object.c, domain-internals.h: proxy_vtable_hash
18240         doesn't contain managed pointers, so use a normal hashtable.
18242 Mon Mar 27 11:15:00 CEST 2006 Paolo Molaro <lupus@ximian.com>
18244         * reflection.c, class-internals.h, domain.c: fixed handling of types
18245         used as values for objects in custom attributes (bug #77915):
18247 2006-03-24  Martin Baulig  <martin@ximian.com>
18249         * class.c (mono_class_setup_fields): Added support for generic
18250         instances; fixes #77580.
18252 2006-03-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>
18254         * assembly.c: publickeytoken is case insensitive. Fixes bug #77898.
18256 2006-03-24  Dick Porter  <dick@ximian.com>
18258         * file-io.c (get_file_attributes): More stat macro breakage.
18259         Fixes bug 77759.
18261 Fri Mar 24 15:26:00 CET 2006 Paolo Molaro <lupus@ximian.com>
18263         * profiler.c: added the file=filename option in the default profiler
18264         to output the profile data to filename.
18266 2006-03-22 Gonzalo Paniagua Javier <gonzalo@ximian.com>
18268         * icall.c: CodeBase returns '/' instead of '\\' on windows. Fixes
18269         bug #77877.
18271 2006-03-22  Martin Baulig  <martin@ximian.com>
18273         * reflection.c (fieldbuilder_to_mono_class_field): Don't store the
18274         allocated `MonoClassField *' in `fb->handle'.
18276 Tue Mar 21 17:19:37 CET 2006 Paolo Molaro <lupus@ximian.com>
18278         * class.c, image.c, metadata-internals.h: implemented new mechanism to
18279         allocate interface ID to save memory and allow better ID reuse on
18280         appdomain unload. setup_generic_vtable () removal from Martin.
18282 Tue Mar 21 15:54:30 CET 2006 Paolo Molaro <lupus@ximian.com>
18284         * object.h, appdomain.c, domain.c, exception.c, icall.c,
18285         locales.c, marshal.c, object.c, reflection.c, threadpool.c,
18286         threads.c: introduced MONO_OBJECT_SETREF() macro to be able to insert
18287         write barriers for reference stores with managed objects accessed with
18288         C structures in the runtime and in embedding programs.
18290 2006-03-20  Raja R Harinath  <rharinath@novell.com>
18292         * icall.c (ves_icall_Type_GetInterfaces): Avoid using
18293         'interface_id' and 'max_interface_id' fields of MonoClasses
18294         representing open generic types.
18296 Fri Mar 17 18:06:06 CET 2006 Paolo Molaro <lupus@ximian.com>
18298         * object.h, object.c, icall.c: added functions to deal with
18299         storing valuetypes that contain references in managed objects.
18300         * reflection.c, string-icalls.c, threads.c, marshal.c: small
18301         fixes and comments around uses of mono_array_addr ().
18303 Thu Mar 16 17:16:45 CET 2006 Paolo Molaro <lupus@ximian.com>
18305         * object.h, icall.c, monitor.c: object.GetHashCode ()
18306         implementation that supports the moving garbage collector.
18308 Wed Mar 15 16:31:38 CET 2006 Paolo Molaro <lupus@ximian.com>
18310         * icall.c, threads-types.h, threads.c: implemented finalizer for
18311         LocalDataStoreSlot.
18313 2006-03-15  Zoltan Varga  <vargaz@gmail.com>
18315         * metadata.c (mono_type_size): Add a fixme.
18316         (mono_type_stack_size): Ditto.
18318         * object-internals.h (MonoReflectionAssemblyBuilder): Added 
18319         'type_forwarders' field.
18321         * tabledefs.h (TYPE_ATTRIBUTE_FORWARDER): Added new (undocumented) type
18322         attribute from net 2.0.
18324         * object.c (mono_vtable_get_static_field_data): Moved this to object.c
18325         from class.c.
18327         * class.c (mono_class_setup_fields): Fix a warning.
18328         
18329         * class.c (mono_class_from_name): Add support for assemblyref entries
18330         in the EXPORTEDTYPE table.
18332         * reflection.c: Add support for handling type forwarders under net 2.0.
18334         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.       
18335         
18336 2006-03-14  Zoltan Varga  <vargaz@gmail.com>
18338         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Avoid
18339         overwriting entries in ModuleBuild->types, also clean up the code
18340         a little. Fixes #77774.
18342 Tue Mar 14 20:21:18 CET 2006 Paolo Molaro <lupus@ximian.com>
18344         * domain.c, assembly.c, metadata-internals.h, class-internals.h:
18345         load friend assembly info when present.
18347 2006-03-14  Raja R Harinath  <rharinath@novell.com>
18349         Fix crasher on gtest-158.cs.
18350         * metadata.c (mono_metadata_parse_type_full): Avoid canonicalizing
18351         the return value if the MonoClass we want is yet in an
18352         inconsistent state.
18353         * class.c (mono_class_create_from_typedef): Add an comment
18354         explaining an order dependency between mono_class_setup_parent and
18355         mono_class_setup_mono_type.
18357 Mon Mar 13 21:13:27 CET 2006 Paolo Molaro <lupus@ximian.com>
18359         * class.c: documentation updates and events bug fix.
18361 Mon Mar 13 17:28:07 CET 2006 Paolo Molaro <lupus@ximian.com>
18363         * class.c: some cleanup, locking fixes.
18365 Mon Mar 13 10:46:17 CET 2006 Paolo Molaro <lupus@ximian.com>
18367         * class.c: fix the generics code to setup nested
18368         type info to the instantiated type (bug #77770).
18370 Sun Mar 12 16:21:31 CET 2006 Paolo Molaro <lupus@ximian.com>
18372         * marshal.c: fixed a few type correctness issues.
18374 Sat Mar 11 20:14:44 CET 2006 Paolo Molaro <lupus@ximian.com>
18376         * loader.c: the Set/Get/Addrtess array methods should be public.
18378 2006-03-11  Zoltan Varga  <vargaz@gmail.com>
18380         * icall.c (mono_register_jit_icall_wrapper): Fix a warning.
18381         
18382         * icall.c (mono_register_jit_icall_wrapper): Register the argument, not
18383         info->wrapper.
18385 2006-03-10  Zoltan Varga  <vargaz@gmail.com>
18387         * icall.c (mono_register_jit_icall): Allocate the structure using g_new0.
18389         * class-internals.h (MonoJitICallInfo): Add 'trampoline' field used by the JIT.
18391         * mempool.c (mono_mempool_alloc): Speed this up a bit.
18392         (mono_mempool_alloc0): Ditto.
18394 2006-03-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
18396         * socket-io.c:
18397         (create_object_from_sockaddr): it was allocating 4 extra bytes
18398         for the AF_UNIX data. Fixes bug #77747.
18400 2006-03-09  Zoltan Varga  <vargaz@gmail.com>
18402         * icall.c (ves_icall_System_MonoMethodInfo_get_retval_marshal): New icall.
18404 2006-03-09  Dick Porter  <dick@ximian.com>
18406         * file-io.c (get_file_attributes): Use S_ISLNK not "& S_IFLNK".
18407         Fixes bug 76966 again.
18409 2006-03-07  Peter Dennis Bartok  <pbartok@novell.com>
18411         * verify.c (dtfinfo_fields): Updated to match new (serializable) field
18412         names from r57532
18413         * appdomain.c: Bumped corlib version to 48 (due to r57532)
18415 2006-03-07  Martin Baulig  <martin@ximian.com>
18417         * object.c
18418         (mono_field_get_value_object): Add support for MONO_TYPE_GENERICINST.
18420 2006-03-07  Martin Baulig  <martin@ximian.com>
18422         * class.c
18423         (mono_class_get_full): Don't inflate TYPEDEF entries; fixes the
18424         regression introduced in r56970; see gtest-252.cs.
18426         * loader.c (mono_get_method_constrained): Correctly handle generic
18427         methods; see gtest-253.cs.
18429 2006-03-04  Zoltan Varga  <vargaz@gmail.com>
18431         * icall.c (ves_icall_type_Equals): Handle NULLs. Fixes #77700.
18433 2006-03-04  Martin Baulig  <martin@ximian.com>
18435         * icall.c (ves_icall_MonoGenericClass_GetParentType): Dynamically
18436         compute the parent type at runtime, just like we're already doing
18437         it for interfaces.
18439         * reflection.c
18440         (mono_reflection_bind_generic_parameters): Don't compute the
18441         parent type anymore.
18443         * class-internals.h (MonoDynamicGenericClass): Removed `parent'.
18445 2006-03-04  Martin Baulig  <martin@ximian.com>
18447         * mono-debug-debugger.h
18448         (mono_debugger_create_notification_function): Allocate memory at
18449         runtime and return a pointer to it.
18451 2006-03-03  Zoltan Varga  <vargaz@gmail.com>
18453         * assembly.c: Fix windows build.
18454         
18455         * assembly.c: Fix build.
18457         * assembly.c: Move the contents of os/{unix,win32}/util.c to this file. 
18459         * gc_wrapper.h: Move the contents of os/gc_wrapper.h to this file.
18460         
18461 2006-03-03  Dick Porter  <dick@ximian.com>
18463         * process.c
18464         (ves_icall_System_Diagnostics_Process_ShellExecuteEx_internal):
18465         Check parameters before dereferencing them.  Fixes Aaron's part of
18466         bug 77393.
18468 2006-03-03  Raja R Harinath  <rharinath@novell.com>
18470         Fix performance regression.
18471         * loader.c (find_method_in_class): Add 'from_class' argument.
18472         Rename 'klass' argument to 'in_class'.  The signature is compared
18473         against the method in 'in_class', and the corresponding method is
18474         returned from 'from_class'.
18475         (find_method): Walk both 'in_class' and 'from_class' in parallel.
18476         (method_from_memberref) [PARENT_TYPESPEC]: Use it to walk the
18477         type definition and generic instantiation in parallel.
18478         (mono_get_method_constrained): Update to changes.
18480 Thu Mar 2 12:27:41 CET 2006 Paolo Molaro <lupus@ximian.com>
18482         * threads.c: make sure the domain is correct, too when doing
18483         mono_thread_attach ().
18485 2006-03-01  Zoltan Varga  <vargaz@gmail.com>
18487         * class.c (mono_class_create_from_typedef): Mark classes using CharSet.Auto as unicode on
18488         windows. Fixes #77683.
18490 Wed Mar 1 20:09:25 CET 2006 Paolo Molaro <lupus@ximian.com>
18492         * object.h, *: introduced specific way to set elements of an array
18493         of references to be used as write barrier. Still need to audit the
18494         uses of mono_array_addr.
18496 2006-03-01  Miguel de Icaza  <miguel@novell.com>
18498         * object-internals.h: New field to cache the assmebly name, patch
18499         from Tambet Ingo (tambet@ximian.com)
18501 Wed Mar 1 19:13:30 CET 2006 Paolo Molaro <lupus@ximian.com>
18503         * decimal.h, class-internals.h, metadata-internals.h,
18504         file-io.h: mark a few function declarations as internal, to
18505         reduce the number of PLT entries.
18507 2006-02-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
18509         * file-io.c: fix typo in warning message.
18511 Tue Feb 28 17:43:20 CET 2006 Paolo Molaro <lupus@ximian.com>
18513         * loader.c: on unix, lookup the "*A" version of a function
18514         if charset is auto as a second option before failing.
18516 2006-02-28  Raja R Harinath  <rharinath@novell.com>
18518         * class.h (mono_class_inflate_generic_method): Revert to two
18519         argument version.
18520         * class-internals.h (MonoMethodInflated): Remove 'inflated' field.
18521         (mono_class_inflate_generic_method_full): Add.
18522         * class.c (mono_class_inflate_generic_method_full): Rename from
18523         'mono_class_inflate_generic_method'.  Don't set 'inflated' field.
18524         (mono_class_inflate_generic_method): New.  Wrapper around ..._full.
18525         * loader.c, reflection.c: Update to changes.
18527 Sat Feb 25 17:57:21 CET 2006 Paolo Molaro <lupus@ximian.com>
18529         * icall.c: const fixes and small improvements.
18531 2006-02-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>
18533         * threadpool.c: for asynchronous connect(), enable the same workaround
18534         for BSD 6 as for the Mac. Fixes bug #77637.
18536 2006-02-24  Zoltan Varga  <vargaz@gmail.com>
18538         * marshal.c (mono_marshal_free_asany): Fix handling of blittable
18539         formatted classes. Fixes #77524.
18541 2006-02-24  Raja R Harinath  <rharinath@novell.com>
18543         * class.c (inflate_generic_type): Add a couple more
18544         micro-optimizations.
18545         (inflate_generic_context): Don't use the 'gmethod' from
18546         'inflate_with'.
18547         (mono_class_inflate_generic_method): If the method has generic
18548         parameters, but the passed-in context doesn't have a 'gmethod',
18549         create one.  Use the possibly simplified generic instantiation
18550         from the declaring class instead of the one passed in.
18552 2006-02-24  Raja R Harinath  <harinath@gmail.com>
18554         Make generic method signature and method header handling lazy.
18555         * class.c (mono_class_inflate_generic_signature): Move to loader.c.
18556         (inflate_generic_header): Likewise.
18557         (mono_class_inflate_generic_method): Rewrite.  Add a 'klass_hint'
18558         parameter to avoid inflating types.
18559         (mono_get_inflated_method): Empty out.
18560         * class.h (mono_class_inflate_generic_method): Update to changes.
18561         * loader.c (mono_get_method_from_token): Don't parse signature for
18562         generic methods, nor methods of generic classes.
18563         (mono_method_signature): Rename from 'mono_method_signature'.
18564         Inflate signature on demand.
18565         (mono_method_get_header): Inflate method header on demand.
18566         * reflection.c: Update to changes.
18568 2006-02-23  Raja R Harinath  <rharinath@novell.com>
18570         * metadata.c (mono_metadata_inflate_generic_inst): If the
18571         instantiation is closed, don't bother expanding it in the new
18572         context.
18573         * class.c (inflate_generic_class): If the generic instantiation
18574         doesn't change after inflation, return the argument itself.
18575         (inflate_generic_type) [MONO_TYPE_MVAR, MONO_TYPE_VAR]:
18576         Add bounds checks.
18577         (inflate_generic_context): If neither the generic class nor the
18578         generic method instantiations change, return the original context.
18579         * reflection.c (mono_method_get_object): Do
18580         'mono_get_inflated_method' before accessing the ->klass field.
18581         (inflate_mono_method): Don't create a MonoGenericMethod unless
18582         necessary.
18583         (inflate_method): Don't pass a constructed type as the declaring
18584         type of a methodbuilder.
18586 Thu Feb 23 11:57:54 CET 2006 Paolo Molaro <lupus@ximian.com>
18588         * object.c: fix memory overwrite.
18590 2006-02-22  Dick Porter  <dick@ximian.com>
18592         * threads.c: Don't use G_GNUC_PRETTY_FUNCTION in debug messages,
18593         it doesn't work any more.
18594         (mono_threads_request_thread_dump): Fix unused variable warnings.
18596 Wed Feb 22 15:08:44 CET 2006 Paolo Molaro <lupus@ximian.com>
18598         * metadata.h, metadata-internals.h, monodiet.c, debug-helpers.c,
18599         mono-debug.c, profiler.c: cleanup: move MonoMethodHeader out of
18600         the public header file.
18602 2006-02-21  Zoltan Varga  <vargaz@gmail.com>
18604         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalUni): Fix writing past memory. Fixes #77613.
18606 Tue Feb 21 19:55:11 CET 2006 Paolo Molaro <lupus@ximian.com>
18608         * class-internals.h, object.c: reduce the size of MonoVTable
18609         and store the interface_offsets array at negative offsets.
18611 Tue Feb 21 19:53:26 CET 2006 Paolo Molaro <lupus@ximian.com>
18613         * metadata.c: tweak table descriptors data structures to reduce
18614         size and runtime relocations.
18616 Tue Feb 21 14:52:13 CET 2006 Paolo Molaro <lupus@ximian.com>
18618         * marshal.c: fix some types and opcodes to be type-safe
18619         in marshaling wrappers.
18621 2006-02-21  Ankit Jain  <jankit@novell.com>
18623         * metadata.h (mono_metadata_decode_signed_value): Add declaration.
18625 2006-02-21  Raja R Harinath  <rharinath@novell.com>
18627         * metadata.c (get_constraints): Relax debugging checks for monodis.
18629 2006-02-21  Ankit Jain  <jankit@novell.com>
18631         * metadata.c (mono_metadata_load_generic_params): Move the code
18632         checking for ambiguous generic params from here to mono/dis/get.c
18633         * metadata-internals.h (mono_generic_params_with_ambiguous_names): Remove.
18635 2006-02-21  Raja R Harinath  <harinath@gmail.com>
18637         Fix assertion triggered when compiling nemerle.
18638         * class.c (mono_get_shared_generic_inst): Rename from
18639         get_shared_inst and make non-static.
18640         * loader.c (mono_get_shared_generic_method): New.  Used to create
18641         the MonoGenericContext-equivalent of a MonoGenericContainer.
18642         (mono_get_method_from_token): Initialize the 'context' field of
18643         the created MonoGenericContainer.
18644         * reflection.c (reflection_methodbuilder_to_mono_method): Likewise.
18645         * metadata.c (get_constraints): Add sanity check.
18646         * class-internals.h: Add new internal methods.
18648         * reflection.c (verify_safe_for_managed_space): New sanity check.
18649         Currently checks that owner-less generic parameters aren't allowed
18650         in managed space.
18651         (mono_type_get_object): Use it.
18652         * icall.c (ves_icall_MonoType_GetGenericArguments): Remove checks
18653         that are now in mono_type_get_object.
18654         (ves_icall_MonoMethod_GetGenericArguments): Likewise.
18656 2006-02-19  Raja R Harinath  <harinath@gmail.com>
18658         * metadata.c (mono_type_create_from_typespec): Rename from
18659         mono_type_create_from_typespec_full.  Remove MonoGenericContainer*
18660         argument and caching of types in the generic container.
18661         (unwrap_arrays, find_generic_param): Remove.
18662         * metadata-internals.h: Update.
18663         * class-internals.h (_MonoGenericContainer): Remove 'types' field.
18665 2006-02-18  Zoltan Varga  <vargaz@gmail.com>
18667         * class.c (mono_class_get_exception_for_failure): Fix a warning.
18669         * marshal.c (mono_marshal_emit_native_wrapper): Handle FNPTR args and
18670         return values. Fixes #77581.
18672         * class.c (mono_fnptr_class_get): Switch name and name_space.
18674         * marshal.c (mono_marshal_asany): Fix marshalling of blittable formatted
18675         classes and add support for [In, Out] attributes.
18676         (mono_marshal_free_asany): Ditto. Fixes #77524.
18678 2006-02-18  Raja R Harinath  <harinath@gmail.com>
18680         * class.c (mono_class_from_generic_parameter): Make more robust to
18681         incomplete MonoGenericContainers from monodis.
18683 Fri Feb 17 16:10:34 CET 2006 Paolo Molaro <lupus@ximian.com>
18685         * class-internals.h: added some more exception types.
18686         * class.c, metadata.c: added a few checks to handle missing
18687         types.
18689 2006-02-17  Raja R Harinath  <rharinath@novell.com>
18691         Use owner-less generic-params some more.
18692         * class.c (my_mono_class_from_generic_parameter): Remove.
18693         (mono_class_from_generic_parameter): Handle null image,
18694         param->name and param->owner.
18695         (mono_class_from_mono_type): Update.
18696         (mono_class_create_from_typespec): Remove 'container' parameter.
18697         If that parameter is non-null, the result is always inflated by
18698         'mono_class_get_full' anyway.
18699         (mono_class_get): Rename from _mono_class_get.  Remove 'container'
18700         parameter.
18701         (mono_class_get_full): Update.
18703         * class.c (inflate_generic_type) [GENERICINST]: If the generic
18704         instance is not open, don't bother inflating.
18705         (mono_class_setup_fields): Hoist some loop-invariants.  Don't
18706         parse metadata for inflated classes.
18707         (_mono_class_get): Change GenericContext* parameter to
18708         GenericContainer*.
18709         (mono_class_create_from_typespec): Likewise.  Simplify, and
18710         implement trivially.  All the cases are handled in
18711         mono_class_from_mono_type.  Don't inflate returned class.
18712         (mono_class_get_full): Delegate GENERICINST optimization to
18713         inflate_generic_type.
18714         (mono_ldtoken) [TOKEN_TYPE_SPEC]: Use mono_class_get_full() here too.
18716 2006-02-16  Dick Porter  <dick@ximian.com>
18718         * socket-io.c (create_object_from_sockaddr): Fix typo.
18719         (create_sockaddr_from_object): Check array lengths before
18720         potentially accessing items off the end.
18721         (ves_icall_System_Net_Sockets_Socket_Receive_internal)
18722         (ves_icall_System_Net_Sockets_Socket_RecvFrom_internal)
18723         (ves_icall_System_Net_Sockets_Socket_Send_internal)
18724         (ves_icall_System_Net_Sockets_Socket_SendTo_internal): Fix buffer
18725         length checks to avoid wraparound overflows.
18726         (ves_icall_System_Net_Sockets_Socket_Select_internal): Check the
18727         contents of the array of sockets
18728         (hostent_to_IPHostEntry2)
18729         (addrinfo_to_IPHostEntry): IPv6 printed addresses can be 48 bytes.
18730         Check return value of inet_ntop ().
18731         (addrinfo_to_IPHostEntry): Fix typo
18733 2006-02-16  Raja R Harinath  <rharinath@novell.com>
18735         Type metadata parsing doesn't use generic-instantiation information.
18736         * metadata.c (mono_metadata_parse_array_full): Change
18737         MonoGenericContext* parameter to MonoGenericContainer*.
18738         (mono_metadata_parse_type_full): Likewise.
18739         (mono_type_create_from_typespec_full): Likewise.
18740         (mono_metadata_parse_mh_full): Likewise.
18741         (mono_metadata_parse_generic_inst): Likewise.
18742         (do_mono_metadata_parse_generic_class): Likewise.
18743         (do_mono_metadata_parse_type): Likewise.
18744         * metadata-internals.h: Update to changes.
18745         * class.c (mono_class_find_enum_basetype): Likewise.
18746         (mono_class_setup_fields): Likewise.
18747         (mono_class_create_from_typespec): Likewise.
18748         * loader.c (method_from_methodspec): Likewise.
18749         (mono_get_method_from_token): Likewise.
18750         (mono_method_get_header): Likewise.
18752 Thu Feb 16 15:42:13 CET 2006 Paolo Molaro <lupus@ximian.com>
18754         * marshal.c: handle additional GENERICINST case (patch from
18755         Thong Nguyen <tum@veridicus.com>).
18756         Fix a few cases where LDIND_I/STIND_I was used for references.
18758 2006-02-16  Raja R Harinath  <rharinath@novell.com>
18760         * reflection.c (mono_reflection_get_token): Remove unused variable.
18762 2006-02-16  Martin Baulig  <martin@ximian.com>
18764         * reflection.c (mono_reflection_get_token): Add support for fields
18765         in instantiated generic types.
18767         * icall.c
18768         (ves_icall_MonoField_Mono_GetGenericFieldDefinition): Removed.
18770 2006-02-15  Martin Baulig  <martin@ximian.com>
18772         * icall.c
18773         (ves_icall_MonoMethod_get_HasGenericParameters): Removed.
18774         (ves_icall_MonoMethod_get_Mono_IsInflatedMethod): Removed.
18775         (ves_icall_MonoMethod_get_IsGenericMethod): New icall.
18776         (ves_icall_MonoMethod_get_IsGenericMethodDefinition): New icall.
18778 Wed Feb 15 16:19:24 CET 2006 Paolo Molaro <lupus@ximian.com>
18780         * class.c, metadata.c, metadata.h, object.c, icall.c,
18781         marshal.c: changed mono_type_get_underlying_type () to do
18782         the sensible thing and introduced mono_type_generic_inst_is_valuetype().
18783         Fixed handling of instantiated generic valuetypes (bug #75479).
18785 2006-02-15  Raja R Harinath  <rharinath@novell.com>
18787         * metadata.c (mono_metadata_decode_signed_value): Simplify.
18788         Delegate to mono_metadata_decode_value, and work on the returned value.
18790         * icall.c (ves_icall_MonoType_GetGenericArguments):
18791         Add consistency check here too.
18792         
18793 2006-02-15  Ankit Jain  <jankit@novell.com>
18795         * metadata.c (mono_metadata_decode_signed_value): Use gint* instead of
18796         char/short etc.
18798 2006-02-15  Ankit Jain  <jankit@novell.com>
18800         * metadata.c (mono_metadata_decode_signed_value): New function to decode
18801         signed values, used only for representing lower bounds of arrays.
18802         (mono_metadata_parse_array_full): Use new
18803         mono_metadata_decode_signed_value to decode lower bounds.
18805 2006-02-14  Martin Baulig  <martin@ximian.com>
18807         * reflection.c
18808         (mono_reflection_get_token): Support "MonoGenericMethod" and
18809         "MonoGenericCMethod" and allow generic instances / methods.
18811 2006-02-11  Zoltan Varga  <vargaz@gmail.com>
18813         * console-io.c (ves_icall_System_ConsoleDriver_GetTtySize): New icall
18814         to obtain the terminal size using an ioctl.
18816         * object.c (mono_nullable_init): Revert this as nullable reference
18817         types are not valid.
18818         (mono_nullable_box): Ditto.
18820 2006-02-09  Dick Porter  <dick@ximian.com>
18822         * threads.c (mono_thread_detach): Drop a reference to the thread
18823         we're detaching.
18825 2006-02-09  Zoltan Varga  <vargaz@gmail.com>
18827         * object.c (mono_nullable_init): Handle nullable reference types.
18828         (mono_nullable_box): Ditto. Fixes #77446.
18830 2006-02-07  Martin Baulig  <martin@ximian.com>
18832         * icall.c (ves_icall_MonoMethod_get_IsGenericMethodDefinition): Removed.
18834 2006-02-07  Ankit Jain  <jankit@novell.com>
18836         * socket-io.h (MonoSocketFlags): New. Copy of System.Net.Sockets.SocketFlags
18837         * socket-io.c (convert_socketflags): New. Convert SocketFlags to native ones.
18838         (ves_icall_System_Net_Sockets_Socket_Receive_internal): Convert flags using convert_socketflags.
18839         (ves_icall_System_Net_Sockets_Socket_ReceiveFrom_internal): Likewise.
18840         (ves_icall_System_Net_Sockets_Socket_Send_internal): Likewise.
18841         (ves_icall_System_Net_Sockets_Socket_SendTo_internal): Likewise.
18843 2006-02-02  Zoltan Varga  <vargaz@gmail.com>
18845         * class.c (mono_class_create_generic): Set type_token as well.
18847         * object.c (mono_runtime_invoke_array): Fix handling of byref vtypes to be
18848         compatible with MS.
18850 2006-02-02  Martin Baulig  <martin@ximian.com>
18852         * threads.c, gc.c: Removed the `WITH_INCLUDED_LIBGC' section; it
18853         has never been used so far.
18855 2006-02-02  Martin Baulig  <martin@ximian.com>
18857         * mono-debug-debugger.h: Changed comment at the top of this file;
18858         the header is not installed, but it's safe to #include it from
18859         within the JIT.
18861         * mono-debug.c: Don't #define _IN_THE_MONO_DEBUGGER.
18862         * mono-debug-debugger.c, debug-mono-symfile.c: Likewise.
18864 2006-02-02  Martin Baulig  <martin@ximian.com>
18866         * mono-debug.h
18867         (MonoSymbolTable): Removed the `metadata_info' field.
18869         * mono-debug.c
18870         (mono_debug_init_1): Always set `mono_symbol_table->corlib'.
18872         * mono-debug-debugger.h (MonoDebuggerIOLayer): Removed.
18873         (mono_debugger_add_builtin_types): Removed.
18874         (MonoDebuggerInfo): Moved into ../mini/debug-debugger.h.
18875         (mono_debugger_create_notification_function): We now operate on a
18876         pre-allocated area; take a `gpointer' and return `void'.
18878         * mono-debug-debugger.c
18879         (MonoDebuggerMetadataInfo): Moved into ../mini/debug-debugger.h.
18880         (mono_debugger_add_builtin_types): Removed.
18882 2006-02-02  Martin Baulig  <martin@ximian.com>
18884         * threads.c (mono_debugger_create_all_threads): New public method.
18886 Wed Feb 1 18:22:34 CET 2006 Paolo Molaro <lupus@ximian.com>
18888         * gc-internal.h, boehm-gc.c, null-gc.c: back out the patch, since it
18889         breaks on several platforms.
18891 2006-02-01  Sebastien Pouliot  <sebastien@ximian.com>
18893         * assembly.c: the VS.NET build doesn't supply default values for
18894         MONO_ASSEMBLIES and MONO_CFG_DIR.
18896 2006-02-01  Zoltan Varga  <vargaz@gmail.com>
18898         * gc-internal.h boehm-gc.c null-gc.c (mono_gc_unregister_thread): New
18899         helper function.
18901         * threads.c (mono_thread_detach): Call mono_gc_unregister_thread ().
18903         * loader.c (method_from_memberref): Fix a warning.
18905         * metadata.c (mono_metadata_load_generic_params): Fix a warning.
18907         * marshal.c (emit_struct_conv): Fix marshalling of embedded structs
18908         with explicit layout. Fixes #77433.
18910 2006-01-31  Zoltan Varga  <vargaz@gmail.com>
18912         * icall.c (ves_icall_Type_GetInterfaceMapData): Make sure 
18913         max_interface_id is initialized before using it. Fixes #77398.
18914         (ves_icall_Type_GetInterfaces): Ditto.
18916 2006-01-30  Raja R Harinath  <rharinath@novell.com>
18918         * metadata.c (mono_metadata_parse_method_signature_full): Don't
18919         allocate memory for parameter attributes when parsing memberref
18920         signatures.
18921         * loader.c (mono_loader_set_error_method_load): Don't warn.
18922         (method_from_memberref): Ensure MissingMethodException gets thrown
18923         if method is not found.  Make warning more informative.
18925 2006-01-29  Raja R Harinath  <harinath@gmail.com>
18927         Fix #77397
18928         * icall.c (ves_icall_MonoType_get_IsGenericParameter): Don't
18929         return true if is byref.
18930         (ves_icall_TypeBuilder_get_IsGenericParameter): Likewise.
18931         (ves_icall_MonoType_get_DeclaringType): Return NULL on byref classes.
18932         (ves_icall_MonoType_get_DeclaringMethod): Likewise.
18934 2006-01-27  Raja R Harinath  <rharinath@novell.com>
18936         Fix tests/find-method.2.il
18937         * loader.c (find_method, find_method_in_class): Remove is_inflated
18938         argument.  Revert 2006-01-18 change.
18939         (method_from_memberref) [MONO_MEMBERREF_PARENT_TYPESPEC]: If type
18940         is generic, search for method in its generic definition.
18941         * class.c (mono_class_setup_vtable_general): Print generic
18942         arguments of generic types in debugging printf.
18944 2006-01-26  Zoltan Varga  <vargaz@gmail.com>
18946         * object-internals.h (MonoThread): Add 'thread_dump_requested' field.
18948         * threads.c (mono_threads_request_thread_dump): New helper function.
18950 2006-01-25  Raja R Harinath  <rharinath@novell.com>
18952         * metadata.c (mono_type_create_from_typespec_full): Fix caching of types.
18954 2006-01-25  Ankit Jain  <jankit@novell.com>
18956         * metadata-internals.h (mono_generic_params_with_ambiguous_names): Add declaration and
18957         move definition to ..
18958         * metadata.c (mono_generic_params_with_ambiguous_names): .. here.
18959         
18960 2006-01-25  Ankit Jain  <jankit@novell.com>
18961             Raja R Harinath  <rharinath@novell.com>
18963         * metadata-internals.h (mono_generic_params_with_ambiguous_names): New.
18964         * metadata.c (mono_metadata_load_generic_params): Fill mono_generic_params_with_ambiguous_names
18965         as necessary.
18967 2006-01-25  Martin Baulig  <martin@ximian.com>
18969         * mono-debug-debugger.h: Moved `MonoDebuggerManager' and
18970         `MonoDebuggerThread' into debug-debugger.c.
18972 Tue Jan 24 18:53:35 CET 2006 Paolo Molaro <lupus@ximian.com>
18974         * profiler.c: fix printing of data.
18976 2006-01-24  Atsushi Enomoto  <atsushi@ximian.com>
18978         * object.c, marshal.c : Fixed runtime part of bug #77315. Reject
18979           invalid surrogate in UTF7/UTF8 bytes and don't return NULL.
18981 Tue Jan 24 09:56:16 CET 2006 Paolo Molaro <lupus@ximian.com>
18983         * object.c: fix deadlock related to string interning.
18985 2006-01-23  Martin Baulig  <martin@ximian.com>
18987         * mono-debug-debugger.h (MonoDebuggerIOLayer): Removed.
18989         * mono-debug-debugger.c (mono_debugger_io_layer): Removed.
18991 2006-01-23  Martin Baulig  <martin@ximian.com>
18993         * mono-debug.h: Moved the prototypes of some functions which are
18994         used by the JIT here from mono-debug-debugger.h.
18996 2006-01-21  Martin Baulig  <martin@ximian.com>
18998         * Makefile.am: Don't install mono-debug-debugger.h.
19000 2006-01-21  Martin Baulig  <martin@ximian.com>
19002         * mono-debug-debugger.h: Enforce the private status of this header
19003         file and removed unneccessary #include's in metadata/*.c and mini/*.c.
19004         Moved some stuff from mono-debugger-jit-wrapper.h here.
19006 2006-01-20  Raja R Harinath  <rharinath@novell.com>
19008         * class.c (mono_class_from_typeref): Add a sanity test to help
19009         catch lack of assembly load/search hooks.
19011 2006-01-19  Zoltan Varga  <vargaz@gmail.com>
19013         * marshal.c (emit_struct_conv): Relax the fields with same offset
19014         check even more. Fixes #77230.
19016 2006-01-18  Martin Baulig  <martin@ximian.com>
19018         * loader.c (find_method_in_class): Added `gboolean is_inflated'
19019         argument; if false, we compare the uninstantiated signatures.
19020         (method_from_memberref): Compare the uninstantiated signatures;
19021         fixes #76417.
19023 2006-01-18  Robert Jordan  <robertj@gmx.net>
19025         * boehm-gc.c, null-gc.c (mono_gc_weak_link_remove):
19026         Clear the weak link. Fixes bug #77170.
19028         * gc.c (mono_gchandle_free):
19029         Reflect *-gc.c changes (tiny optimization).
19031 2006-01-18  Zoltan Varga  <vargaz@gmail.com>
19033         * metadata.c (mono_metadata_signature_dup): Applied patch from
19034         Aras Pranckevicius (aras@otee.dk). Fix crash when compiled with MSVC.
19035         Fixes #77288.
19037 2006-01-17  Zoltan Varga  <vargaz@gmail.com>
19039         * marshal.c (emit_struct_conv): Allow fields with the same offset when
19040         marshalling from native to managed code. Fixes #77230.
19042 2006-01-17 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19044         * threadpool.c: fix problem (Mac only) when more than one asynchronous
19045         connect. Fixes bug #77020.
19047 Mon Jan 16 19:20:43 CET 2006 Paolo Molaro <lupus@ximian.com>
19049         * class.c: fixed id assignement for nested interfaces (bug #77275).
19050         Added also better info for --print-vtable debugging.
19052 2006-01-12  Martin Baulig  <martin@ximian.com>
19054         * icall.c (ves_icall_MonoGenericClass_GetInterfaces): Inflate the
19055         interfaces on-the-fly; fixes #76625.
19057         * class-internals.h
19058         (MonoDynamicGenericClass): Removed `ifaces' and `count_ifaces'; we
19059         don't need that anymore.
19061 2006-01-12  Miguel de Icaza  <miguel@novell.com>
19063         * socket-io.c
19064         (ves_icall_System_Net_Sockets_Socket_GetSocketOption_obj_internal):
19065         To avoid initing the nested_classes when not needed I turned the
19066         PeerCredData as a toplevel internal class, as it has to be shared
19067         anyways. 
19069         Fixes the CASA issue.
19071 2006-01-11  Ben Maurer  <bmaurer@andrew.cmu.edu>
19073         * domain.c: Accessors for MonoJitInfo
19075         * profiler-private.h: Add jitinfo to the end jit hook
19077         * profiler.[ch]: Define new hooks, called after jitting which give
19078         the MonoJitInfo that was compiled
19080 2006-01-10  Martin Baulig  <martin@ximian.com>
19082         * class.c (mono_class_setup_events): Add support for generic
19083         classes; fixes #76440.
19085 2006-01-06  Raja R Harinath  <rharinath@novell.com>
19087         Fix #77160.
19088         * icall.c (ves_icall_InternalInvoke): Use mono_get_inflated_method
19089         on passed-in method.
19091 2006-01-03  Zoltan Varga  <vargaz@gmail.com>
19093         * object.c (mono_runtime_invoke_array): Add Nullable support.
19095         * icall.c (ves_icall_System_Activator_CreateInstanceInternal): Ditto.
19097 2006-01-03  Sebastien Pouliot  <sebastien@ximian.com>
19099         * file-io.c: Don't consider sockets as directory and avoid an endless
19100         loop. Fix bug #76966.
19102 2006-01-03  Zoltan Varga  <vargaz@gmail.com>
19104         * object.c (mono_nullable_init): New helper function.
19105         (mono_nullable_box): Ditto.
19107         * marshal.c (mono_marshal_get_runtime_invoke): Handle Nullables.
19109         * icall.c (ves_icall_FieldInfo_SetValueInternal): Handle Nullables.
19111         * icall.c (ves_icall_MonoField_GetValueInternal): Handle Nullables.
19112         
19113 2006-01-02  Zoltan Varga  <vargaz@gmail.com>
19115         * class.c (mono_class_is_assignable_from): Make T assignable to 
19116         Nullable<T>.
19118 2005-12-23  Sebastien Pouliot  <sebastien@ximian.com>
19120         * appdomain.c: Bump corlib version to 46.
19121         * icalls.c: Renamed CurrentTimeZone to CurrentSystemTimeZone (for
19122         serialization purpose) and changed ves_icall_System_Reflection_
19123         Assembly_get_code_base signature to accept a boolean (to escape, or 
19124         not, the assembly code base).
19126 2005-12-23  Dick Porter  <dick@ximian.com>
19128         * icall.c: 
19129         * threads-types.h: 
19130         * threads.c: Added OpenMutex, OpenSemaphore and OpenEvent icalls.
19131         CreateEvent icall now returns "created" boolean parameter.
19133 2005-12-22  Zoltan Varga  <vargaz@gmail.com>
19135         * marshal.c (mono_mb_emit_restore_result): Add generics support. Fixes
19136         #76967.
19138         * reflection.c (mono_custom_attrs_construct_by_type): Handle the case 
19139         when attr_klass is an interface. Fixes #77045.
19141 2005-12-20  Zoltan Varga  <vargaz@gmail.com>
19143         * marshal.c (emit_struct_conv): Fix previous patch.
19144         
19145         * marshal.c (emit_struct_conv): Add a check for fields with the same
19146         offset.
19148 2005-12-20  Raja R Harinath  <rharinath@novell.com>
19150         Fix regression in Mono.C5.
19151         * class.c (mono_class_create_generic): If 'klass' is an interface
19152         set up the interface offsets.
19153         (mono_class_is_assignable_from): Don't throw away generic arguments.
19155 2005-12-19  Raja R Harinath  <rharinath@novell.com>
19157         * icall.c (ves_icall_System_MonoType_getFullName): Return NULL for
19158         type parameters.
19160 2005-12-15  Raja R Harinath  <rharinath@novell.com>
19162         * metadata.c (mono_metadata_parse_method_signature_full): Remove a
19163         dead store.
19164         (do_mono_metadata_parse_generic_class): Don't pass the current
19165         generic context when parsing the type being instantiated: it
19166         cannot use it, anyway.
19168         * loader.c (method_from_memberref): Don't inflate a signature if
19169         it doesn't contain any type parameters.
19171 2005-12-15  Zoltan Varga  <vargaz@gmail.com>
19173         * class.c (mono_class_setup_vtable): Call mono_reflection_get_dynamic_overrides () to get the overrides in dynamic assemblies.
19175 2005-12-14  Martin Baulig  <martin@ximian.com>
19177         * class.c
19178         (mono_type_get_name_recurse): Don't return null for type
19179         parameters and open generic classes.
19180         (mono_class_setup_methods): Don't exclude generic instances.
19181         (mono_get_unique_iid): Use different IDs for different
19182         instantiations of the same generic type.
19183         (mono_class_setup_vtable): Only use setup_generic_vtable() for
19184         open generic instances; create a normal vtable for closed generic
19185         instances.
19186         (mono_class_setup_vtable_general): We're now also called for
19187         closed generic instances.
19189         * reflection.c
19190         (mono_reflection_bind_generic_parameters): Correctly use
19191         mono_metadata_lookup_generic_inst() everywhere.
19193 2005-12-14  Zoltan Varga  <vargaz@gmail.com>
19195         * object.c (mono_class_create_runtime_vtable): Call 
19196         mono_class_setup_vtable ().
19198         * reflection.c (mono_reflection_get_dynamic_overrides): New helper
19199         function.
19200         (ensure_runtime_vtable): Initialize the generic vtable lazily. Fixes
19201         #76959.
19203         * loader.c (mono_loader_set_error_type_load): Print the type load
19204         warnings to the console so they are more visible to the user.
19205         (mono_loader_set_error_method_load): Ditto.
19207         * reflection.c (ensure_runtime_vtable): Revert the last change as it
19208         is still broken.
19209         
19210         * reflection.c (ensure_runtime_vtable): Fix build.
19212         * reflection.c (ensure_runtime_vtable): Disable an optimization which
19213         doesn't work in all cases.
19215 2005-12-13  Zoltan Varga  <vargaz@gmail.com>
19217         * object.c (mono_array_new_full): Treat a single dimensional array
19218         with 0 lower bounds as an szarray. Fixes #76973.
19220         * reflection.c (custom_attr_visible): Really fix this.
19222 2005-12-12  Zoltan Varga  <vargaz@gmail.com>
19224         * reflection.c (custom_attr_visible): Allow nested public attributes
19225         as well.
19227         * class.c (mono_class_setup_vtable_general): Add missing != -1 to an
19228         interface check.
19230 2005-12-12  Raja R Harinath  <harinath@gmail.com>
19232         * class.c (set_generic_param_owner): Delete.
19233         (mono_class_create_from_typedef): Don't set ->owner field of
19234         generic parameters to "param containers" of enclosing classes.
19235         * reflection.c (mono_reflection_initialize_generic_parameter):
19236         Likewise.
19238 2005-12-11  Zoltan Varga  <vargaz@gmail.com>
19240         * reflection.c (custom_attr_visible): Fix build.
19242 2005-12-10  Zoltan Varga  <vargaz@gmail.com>
19244         * reflection.c (mono_custom_attrs_from_builders): Avoid returning
19245         private attributes.
19246         
19247         * reflection.c (reflection_methodbuilder_to_mono_method): Fix
19248         handling of null parameter defaults.
19250 2005-12-09  Raja R Harinath  <rharinath@novell.com>
19252         * class.c (mono_class_from_generic_parameter): Don't set
19253         klass->generic_container.
19254         (my_mono_class_from_generic_parameter): Likewise.
19256 2005-12-07  Zoltan Varga  <vargaz@gmail.com>
19258         * reflection.c (load_public_key): Fix a warning.
19259         (method_encode_code): Fix unaligned accesses.
19261 2005-12-07  Martin Baulig  <martin@ximian.com>
19263         * object-internals.h (MonoReflectionGenericParam): Added `cattrs'.
19265         * reflection.c
19266         (write_generic_param_entry): Encode our custom attrs.
19268         * appdomain.c (MONO_CORLIB_VERSION): Bump to 45.
19270 2005-12-07  Martin Baulig  <martin@ximian.com>
19272         * reflection.c (encode_new_constraint): Removed; we don't use the
19273         `NewConstraintAttribute' anymore.
19275 2005-12-06  Zoltan Varga  <vargaz@gmail.com>
19277         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): Do
19278         not fire a TypeResolve event when Assembly.GetType () is called.
19280 2005-12-05  Ben Maurer  <bmaurer@ximian.com>
19282         Beginning of support for nullable types in the runtime. Parts of
19283         this patch are from Martin.
19285         * appdomain.c (MONO_CORLIB_VERSION): Bump
19287         * domain.c (mono_init_internal): get the nullable type
19289         * class.c (mono_class_is_nullable): New method
19290         (mono_class_get_nullable_param): New mehod
19291         (mono_class_create_generic): In types T? set cast_class to T
19293         * class-internals.h (MonoDefaults): new nullable default class
19294         (mono_class_get_nullable_param, mono_class_get_nullable_param):
19295         new methods.
19297 2005-12-05  Raja R Harinath  <rharinath@novell.com>
19299         * metadata.c (select_container): New.  Refactor code to select the
19300         appropriate GenericContainer given the type of generic parameter
19301         we are looking for.
19302         (mono_metadata_parse_generic_param): Take a MonoGenericContainer,
19303         not a MonoGenericContext.  Use select_container.  Update parameters.
19304         (do_mono_metadata_parse_type): Combine the code for MONO_TYPE_VAR
19305         and MONO_TYPE_MVAR.
19306         (unwrap_arrays): Remove duplicate tests.
19307         (find_generic_param): Rename from 'has_same_context'.  Now walks a
19308         generic instantiated class to find any arguments that are generic
19309         parameters.
19310         (mono_type_create_from_typespec_full): Use find_generic_param to
19311         avoid evicting some generic instantiations from the typespec
19312         cache.
19314 Mon Dec 5 15:07:42 GMT 2005 Paolo Molaro <lupus@ximian.com>
19316         * reflection.c: fixed writing of doubles on ARM FPA.
19318 2005-12-02  Robert Jordan  <robertj@gmx.net>
19320         * icall.c: Fixed EventInfo.ReflectedType (#76829).
19322 2005-12-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19324         * filewatcher.c: try loading libgamin-1.so.0 before libfam, since at
19325         least on SUSE 10 they are not the same (on debian, they are just the
19326         same thing).
19328 2005-12-01  Raja R Harinath  <rharinath@novell.com>
19330         * icall.c (ves_icall_MonoType_get_DeclaringType): Implement
19331         DeclaringType for VARs and MVARs.
19332         * class.c (set_generic_param_owner): Fix initialization of owner
19333         fields.
19335 Wed Nov 30 15:48:22 CET 2005 Paolo Molaro <lupus@ximian.com>
19337         * icall.c: fixed Enum.ToObject() to correctly convert the values.
19339 2005-11-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19341         * threadpool.c: workaround for a bug that shows up on the Mac:
19342         select()+connect() on a blocking socket is not like it should
19343         be, so we proceed to connect() in that case, wasting the I/O
19344         threadpool thread until connect succeedes. Fixes bug #75436.
19346 2005-11-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19348         * threadpool.c: fix typo when setting file descriptor states.
19350 2005-11-28  Raja R Harinath  <rharinath@novell.com>
19352         * class-internals.h (MonoGenericContainer.is_signature): Remove.        
19353         * metadata.c (mono_metadata_parse_method_signature_full): Don't
19354         create a temporary signature container.
19355         (mono_metadata_parse_generic_param): Update to changes.
19356         (mono_type_create_from_typespec_full): Update to changes.
19357         * loader.c (method_from_memberref): Don't use a
19358         MonoGenericContainer while parsing a memberref signature.
19359         (method_from_methodspec): Remove dead-store of the 'container'
19360         variable.  It's overwritten before use.
19362         * metadata.c (mono_type_create_from_typespec_full): Make debugging
19363         checks tighter.
19364         (mono_metadata_parse_generic_param): Likewise.
19365         * loader.c (find_method_in_class): Does not need a
19366         MonoGenericContainer.  Use 'mono_method_signature' rather than
19367         'mono_method_signature_full'.
19368         (find_method, mono_get_method_constrained, method_from_memberref):
19369         Update to changes.
19371         * metadata.c (mono_type_create_from_typespec_full): Ensure that
19372         owner-less generic-parameters are never evicted from the typespec
19373         cache.
19375         * loader.c (method_from_memberref): Don't use the current context
19376         when parsing signatures.
19377         (method_from_methodspec, mono_get_method_from_token): Update to changes.
19379         * metadata.c (do_mono_metadata_parse_generic_class): Avoid
19380         side-effects in g_assert.
19381         * loader.c (mono_get_method_from_token): Resolve klass earlier so
19382         that we don't potentially lose information.
19384 2005-11-26  Dick Porter  <dick@ximian.com>
19386         * icall.c:
19387         * threads.c: icalls to implement basic (ie, not named)
19388         System.Threading.Semaphore.
19390 2005-11-24  Dick Porter  <dick@ximian.com>
19392         * process.c
19393         (ves_icall_System_Diagnostics_Process_ShellExecuteEx_internal):
19394         Use GetProcessId() if it's available.
19396 2005-11-23  Zoltan Varga  <vargaz@gmail.com>
19398         * icall.c threads-types.h threads.c: Add Exchange<T> icall.
19400 2005-11-23  Raja R Harinath  <rharinath@novell.com>
19401             Ankit Jain  <jankit@novell.com>
19403         * loader.c (mono_get_method_from_token): Initialize 'method' field
19404         of all generic parameters before parsing the signature.  Remove
19405         code that "fixed"-up MVAR references.
19407 2005-11-23  Ankit Jain  <jankit@novell.com>
19409         * metadata.c (mono_metadata_has_generic_params):
19410         (mono_metadata_load_generic_param_constraints):
19411         (mono_metadata_load_generic_params): Move duplicate code ...
19412         (mono_metadata_get_generic_param_row): ... here. Returns the
19413         first row-id in GenericParam table for a given owner (token).
19414         * metadata-internals.h (mono_metadata_get_generic_param_row): Add
19415         prototype.
19417 2005-11-23  Raja R Harinath  <rharinath@novell.com>
19418             Ankit Jain  <jankit@novell.com>
19420         * metadata.c (mono_metadata_class_equal): Pass signature_only when
19421         comparing VARs too.
19422         * icall.c (ves_icall_MonoType_get_DeclaringMethod): Look at 
19423         type->data.generic_param only if the type is an MVAR.
19424         (ves_icall_MonoMethod_GetGenericArguments): Ensure that we don't
19425         leak owner-less VARs and MVARs into managed space.
19427 2005-11-21  Martin Baulig  <martin@ximian.com>
19429         * class-internals.h
19430         (MonoMethod): Moved the `generic_container' here from
19431         `MonoMethodNormal' since we now also need it for
19432         `MonoMethodPInvoke';
19433         (MonoMethodNormal): Moved the `generic_container' to `MonoMethod'.
19434         (MonoMethodInflated): Replaced the `MonoMethodNormal nmethod' with
19435         an union containing both `MonoMethodNormal' and
19436         `MonoMethodPInvoke'.
19438         * loader.c
19439         (mono_get_method_from_token): Allow implementing generic methods
19440         as interncalls.
19442         * threads.c
19443         (ves_icall_System_Threading_Interlocked_CompareExchange_T): New
19444         icall.
19446 2005-11-17  Dick Porter  <dick@ximian.com>
19448         * icall.c: 
19449         * process.h: 
19450         * process.c: Split the Process Start_internal icall into
19451         ShellExecuteEx_internal and CreateProcess_internal, which are
19452         called depending on whether UseShellExecute is true.  Fixes bug
19453         76670.
19455         * appdomain.c (MONO_CORLIB_VERSION): Incremented
19457 2005-11-17  Zoltan Varga  <vargaz@gmail.com>
19459         * marshal.c (emit_ptr_to_object_conv): Get rid of the 'usize' and
19460         'msize' parameters, use the information in 'mspec' instead.
19461         (emit_object_to_ptr_conv): Ditto.
19463         * marshal.c (emit_struct_conv): Handle explicit layout structs with
19464         fields out of order. Fixes #76733.
19466 2005-11-17  Ankit Jain  <jankit@novell.com>
19468         * metadata.c (mono_type_create_from_typespec_full): Remove unnecessary g_assert.
19470 2005-11-16  Atsushi Enomoto  <atsushi@ximian.com>
19472         * icall.c : renamed MakeGenericMethod -> MakeGenericMethod_impl for
19473           bug #76575.
19475 2005-11-16  Zoltan Varga  <vargaz@gmail.com>
19477         * object.c (mono_class_compute_gc_descriptor): Disable typed allocation
19478         for types with non-auto layout. Fixes #76717.
19480 2005-11-16  Ankit Jain  <jankit@novell.com>
19482         * class.c (my_mono_class_from_generic_parameter): param->owner can be null.
19483         * metadata.c (mono_metadata_parse_generic_param): Create a dummy MonoGenericParam 
19484         if generic_context is null.
19485           (mono_metadata_generic_param_equal): param->owner can be null.
19486           (mono_type_create_from_typespec_full): Don't cache the MonoType if param->owner is
19487         null.
19489 2005-11-16  Zoltan Varga  <vargaz@gmail.com>
19491         * reflection.c (create_dynamic_mono_image): Set md_version_minor to
19492         the correct value.
19494 2005-11-15  Martin Baulig  <martin@ximian.com>
19496         * object.c (set_value): Use mono_class_from_mono_type() instead of
19497         the hack for generic instances; fixes #76136.
19499 2005-11-15  Zoltan Varga  <vargaz@gmail.com>
19501         * metadata-internals.h (_MonoImage): Add 'md_version_major/minor'
19502         fields.
19504         * image.c (load_metadata_ptrs): Initialize the new fields.
19506         * reflection.c (create_dynamic_mono_image): Ditto.
19508         * reflection.c (build_compressed_metadata): Use the new fields.
19510         * icall.c (ves_icall_System_Reflection_Module_get_MDStreamVersion): New
19511         icall.
19513         * icall.c (mono_assembly_icalls): Remove obsolete get_MetadataToken
19514         icall.
19515         
19516 2005-11-15  Ankit Jain  <jankit@novell.com>
19517             Raja R Harinath  <harinath@gmail.com>
19519         * class-internals.h (_MonoGenericContainer.types): New. Cache for MonoTypes.
19520         * metadata.c (mono_type_create_from_typespec_full): Use MonoType from the
19521         new per-generic_container cache if the cached MonoType's context matches
19522         the current context.
19523           (has_same_context): New. Check if the VARs or MVARs in a GENERIC_INST refer
19524         to the expected context.
19525           (unwrap_arrays): New. Get the element MonoType for an ARRAY/SZARRAY.
19527 2005-11-14  Carlos Alberto Cortez <calberto.cortez@gmail.com>
19529         * appdomain.c: Update MONO_CORLIB_VERSION to 42, since
19530         we changed the signature of an icall.
19531         * icall.c: Modify to mono_double_ParseImpl return true/false 
19532         depending on the success, instead of throwing the exception. This will
19533         help us in Double.TryParse methods.
19534         
19535 2005-11-14  Zoltan Varga  <vargaz@gmail.com>
19537         * marshal.c (emit_marshal_object): Throw an exception when
19538         marshalling 'object' instead of crashing. Fixes #76696.
19540 2005-11-11  Zoltan Varga  <vargaz@gmail.com>
19542         * class-internals.h: Add prototype for mono_type_get_full_name ().
19544 2005-11-11  Dick Porter  <dick@ximian.com>
19546         * threads.c (mono_thread_manage): Make sure the main thread has
19547         abandoned all its mutexes when cleaning up.  Fixes bug 74680.
19549 2005-11-11  Zoltan Varga  <vargaz@gmail.com>
19551         * loader.c (mono_loader_set_error_type_load): Log a warning to the
19552         console about the missing type.
19553         (mono_loader_set_error_method_load): Ditto.
19555 2005-11-09  Miguel de Icaza  <miguel@novell.com>
19557         * mono-config.c (mono_get_config_dir): Set the system defaults if
19558         none is specified.
19560         * assembly.c (mono_set_dirs): New API entry point to set the
19561         assembly and the config directory in one call
19563 2005-11-09  Zoltan Varga  <vargaz@gmail.com>
19565         * marshal.c (mono_ftnptr_to_delegate): Throw a NotSupportedException if
19566         the ftnptr was created from a delegate in a domain other than the
19567         current domain. Fixes #75377.
19569         * exception.h exception.c: Add mono_get_exception_not_supported ().
19571 2005-11-08  Martin Baulig  <martin@ximian.com>
19573         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 53.
19575 2005-11-07  Sebastien Pouliot  <sebastien@ximian.com>
19577         * security-manager.h: Added definitions to deal with strongname key 
19578         pairs bigger (and smaller) than 1024 bits.
19579         * reflection.c: Remove hardcoded strongname size (128 bytes) and 
19580         adjust wrt the public key length being used.
19582 2005-11-03  Atsushi Enomoto  <atsushi@ximian.com>
19584         * marshal.c, icall.c : reverted sig->pinvoke changes which broke
19585           Windows build (r51396-51397).
19587 2005-11-03  Martin Baulig  <martin@ximian.com>
19589         * class.c (mono_class_setup_vtable_general): Also add generic
19590         methods to the vtable; fixes #76581.
19592 2005-11-01  Miguel de Icaza  <miguel@novell.com>
19594         * string-icalls.c (ves_icall_System_String_ctor_encoding): Make
19595         sure that we lookup GetString method from the System.Text.Encoding
19596         class, not the derived class or we get an empty method.
19598         Fixed class #76612.
19600 2005-10-25  Miguel de Icaza  <miguel@novell.com>
19602         * assembly.c (mono_assemblies_init): Do not set the Mono root dir
19603         if it has been previously set (embedders). 
19605         Make mono_set_rootdir available also on Unix.
19607 005-10-24  Robert Jordan  <robertj@gmx.net>
19609         * assembly.c: fixed MONO_ASSEMBLIES to be NULL on cygwin as well.
19611 2005-10-30  Zoltan Varga  <vargaz@freemail.hu>
19613         * marshal.c icall.c: Clean up the usage of sig->pinvoke flag. Now
19614         only calls which are made to native code use this flag.
19616         * icall.c (ves_icall_System_Reflection_FieldInfo_GetUnmanagedMarshal): Remove the check for FieldBuilders as it is now done in managed code.
19618 2005-10-29  Zoltan Varga  <vargaz@freemail.hu>
19620         * icall.c (ves_icall_System_Reflection_FieldInfo_GetUnmanagedMarshal):
19621         Add support for FieldBuilders.
19623 2005-10-29  Martin Baulig  <martin@ximian.com>
19625         * mono-debug.c
19626         (mono_debug_using_mono_debugger): New public method; returns
19627         whether we're running inside the debugger.
19629 2005-10-27  Zoltan Varga  <vargaz@gmail.com>
19631         * reflection.c (mono_reflection_get_custom_attrs_info): Add support
19632         for Method/Constructor/FieldBuilders.
19634 2005-10-26  Zoltan Varga  <vargaz@gmail.com>
19636         * reflection.c (module_add_cattrs): Save custom attributes for global methods
19637         and fields as well.
19639 2005-10-26  Martin Baulig  <martin@ximian.com>
19641         * mono-debug-debugger.c
19642         (MonoDebuggerMetadataInfo): Added `klass_parent_offset'.
19644 2005-10-24  Raja R Harinath  <harinath@gmail.com>
19646         * icall.c (base64_to_byte_array): Don't pass an out-of-range
19647         integer to isspace.
19649 2005-10-21  Zoltan Varga  <vargaz@gmail.com>
19651         * marshal.c (emit_marshal_vtype): Correctly handle [In,Out] modifiers
19652         when passing valuetypes byref. Fixes #76502.
19654 2005-10-19  Jackson Harper  <jackson@ximian.com>
19656         * profiler.c: Don't put a . in front of types that are not in a
19657         namespace.
19659 2005-10-18  Zoltan Varga  <vargaz@gmail.com>
19661         * icall.c (ves_icall_Type_GetField): Applied patch from Robert Jordan (robertj@gmx.net). Fixes #75515.
19663 2005-10-15  Zoltan Varga  <vargaz@freemail.hu>
19665         * marshal.c: Add generics support to the ldfld/stfld wrappers. Fixes
19666         #76436.
19667         (mono_marshal_get_ldflda_wrapper): Fix a warning.
19669 2005-10-13  Carlos Alberto Cortez <calberto.cortez@gmail.com>
19671         * assembly.c metadata-internals.h icall.c: Define an additional
19672         parameter for mono_assembly_name_parse_full, so we can avoid creating
19673         S.R.AssemblyName.Version when no version info wasn't passed.
19674         
19675 2005-10-09  Miguel de Icaza  <miguel@novell.com>
19677         * class.c (mono_type_get_full_name): Reimplement method that was
19678         removed. 
19680         * image.c: Some docs
19682 2005-10-10  Zoltan Varga  <vargaz@gmail.com>
19684         * profiler.c (output_newobj_profile): Fix printing of Total memory
19685         on x86.
19687 2005-10-08  Zoltan Varga  <vargaz@freemail.hu>
19689         * profiler.c: Add support for allocations > 2GB. Fixes #74886.
19691 2005-10-08  Gert Driesen  <drieseng@users.sourceforge.net>
19693         * threads.c: remove debug output.
19695 2005-10-08  Zoltan Varga  <vargaz@freemail.hu>
19697         * threads.c (mono_thread_manage): Fix crashes if more than 64
19698         threads need to be aborted. Hopefully fixes #75899.
19700         * assembly.c (mono_stringify_assembly_name): New helper function.
19702         * class.c: Use mono_stringify_assembly_name instead of the similar
19703         static function.
19705         * assembly.h assembly.c: Add support for calling a postload search 
19706         hook if an assembly cannot be loaded.
19708         * appdomain.c: Register new search hooks which call the AssemblyResolve
19709         events in AppDomain. Fixes #75231
19711 2005-10-07  Martin Baulig  <martin@ximian.com>
19713         * mono-debug.c (mono_debug_add_method): Create a wrapper entry for
19714         methods without debug info.
19716 2005-10-07  Zoltan Varga  <vargaz@gmail.com>
19718         * class-internals.h debug-helpers.c marshal.h marshal.c: Add ldflda
19719         wrappers.
19721 2005-10-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19723         * file-io.c: now that we return symlinks, use lstat and, when the file
19724         is a symbolic link, stat, to get the file attributes. Also avoid the
19725         conversion to/from utf16/external.
19727 2005-10-06  Zoltan Varga  <vargaz@gmail.com>
19729         * class.c (mono_class_layout_fields): Compute klass->has_references
19730         correctly if an embedded valuetype is not yet initialized. Fixes
19731         #76331.
19733 2005-10-04  Martin Baulig  <martin@ximian.com>
19735         * metadata.c
19736         (mono_metadata_load_generic_param_constraints): New public
19737         function; splitted the constraints loading out from
19738         mono_metadata_load_generic_params().
19740         * class.c (mono_class_create_from_typedef): Call
19741         mono_metadata_load_generic_param_constraints() after setting up
19742         the type and creating our parent; fixes #75329.
19744 2005-10-04  Martin Baulig  <martin@ximian.com>
19746         * icall.c (ves_icall_MonoGenericClass_GetParentType): Allow
19747         non-dynamic parent classes.
19749 2005-10-04  Atsushi Enomoto  <atsushi@ximian.com>
19751         * file-io.c : win32 build fix (ETXTBSY seems not found).
19753 2005-10-04  Martin Baulig  <martin@ximian.com>
19755         * reflection.c
19756         (mono_image_get_methodspec_token): Make the cache actually work;
19757         fixes #75974.
19759 2005-10-04  Martin Baulig  <martin@ximian.com>
19761         * class.c (mono_class_name_from_token): Removed the unneccessary
19762         `MonoGenericContext *' argument.
19764 2005-10-04  Martin Baulig  <martin@ximian.com>
19766         * loader.c
19767         (method_from_methodspec): Make the caching work again; fixes the
19768         performance regression from #76262.
19770 2005-10-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19772         * file-io.c:
19773         * file-io.h:
19774         * icall.c: replace FindFirst/FindNext/FindClose calls with a new
19775         GetFileSystemEntries that performs the same work but without going
19776         into io-layer, locking, etc.
19778 2005-09-30  Zoltan Varga  <vargaz@gmail.com>
19780         * threads.c (ves_icall_System_Threading_Thread_Abort): Handle 
19781         ThreadState_Stopped as well. Fixes #76047.
19783 2005-09-29  Martin Baulig  <martin@ximian.com>
19785         * class.c
19786         (inflate_generic_context): If the new context has a `gmethod', set
19787         its `container' that that gmethod's `container'.
19789         * metadata.c
19790         (mono_metadata_parse_generic_param): Simplify things;
19791         `generic_container = generic_context->container;' is just fine.
19793         * loader.c (method_from_methodspec): Code cleanups.
19795 Wed Sep 28 17:06:01 CEST 2005 Paolo Molaro <lupus@ximian.com>
19797         * decimal.c: fix warning (and let gcc generate correct
19798         code on ARM with optimizations).
19800 2005-09-28  Martin Baulig  <martin@ximian.com>
19802         * loader.c
19803         (method_from_memberref): Added `MonoGenericContext *class_context'
19804         argument; this is used when parsing a MONO_MEMBERREF_PARENT_TYPESPEC.
19805         (method_from_methodspec): If we're a memberref, use the enclosing
19806         context when parsing its parent.  Fixes #76262; see gtest-206.cs.
19808 2005-09-28  Martin Baulig  <martin@ximian.com>
19810         * object.c (mono_runtime_invoke_array): Added support for
19811         MONO_TYPE_GENERICINST; fixes #75917.
19813 2005-09-27  Martin Baulig  <martin@ximian.com>
19815         * reflection.c (encode_type): For `MONO_TYPE_CLASS/VALUETYPE', use
19816         `k->byval_arg.type' to determine the actual type.
19818         * loader.c (method_from_methodspec): Removed some hacks.
19820 2005-09-27  Ben Maurer  <bmaurer@ximian.com>
19822         * class-internals.h (mono_field_is_deleted): Do the test for
19823         rtspecialname before we check the actual name of the field. This
19824         prevents us from dereferencing a pointer into the string table,
19825         saving us from accessing a few pages
19827         * *.c: Replace the use of {Enter,Leave}CriticalSection with
19828         macros. This will allow a deadlock debugger to easily be plugged
19829         in.
19831 2005-09-27  Martin Baulig  <martin@ximian.com>
19833         * loader.c (method_from_methodspec): Create a "signature"
19834         MonoGenericContainer and use mono_get_method_full().  Fixes #75584.
19836 2005-09-27  Martin Baulig  <martin@ximian.com>
19838         * class.c
19839         (inflate_generic_class): Correctly set the new context's
19840         container.
19842         * loader.c
19843         (find_method, find_method_in_class): Take a `MonoGenericContainer *'
19844         instead of a `MonoGenericContext *'.
19845         (mono_method_signature_full): Take a `MonoGenericContainer *'
19846         instead of a `MonoGenericContext *'.
19848         * metadata.c
19849         (mono_metadata_parse_signature_full): Take a `MonoGenericContainer *'
19850         instead of a `MonoGenericContext *'.
19851         (mono_metadata_parse_method_signature_full): Likewise.
19853 2005-09-26  Martin Baulig  <martin@ximian.com>
19855         * class.c
19856         (mono_class_from_generic_parameter): Set `klass->generic_container'
19857         (mono_class_from_generic_parameter): Likewise.
19858         (mono_bounded_array_class_get): We inherit the generic container
19859         from the element class.
19861         * loader.c
19862         (find_method, find_method_in_class): Take a `MonoGenericContext *'
19863         argument rather than computing it here.
19864         (method_from_memberref): Correctly set the generic context before
19865         parsing the signature.  Fixes #75681.
19867 2005-09-26  Zoltan Varga  <vargaz@gmail.com>
19869         * object.c (mono_class_has_special_static_fields): Fix warnings.
19871 2005-09-26  Carlos Alberto Cortez <calberto.cortez@gmail.com>
19873         * assembly.c: Add parse_public_key function, to
19874         par the public keys. Also added mono_assembly_name_parse_full,
19875         to define it the parsed key should be freed or not.
19876         * icall.c: Added ves_icall_System_Reflection_AssemblyName_ParseName,
19877         to parse a long format assembly name.
19878         * metadata-internals.h: Keep mono_assembly_name_parse_full as
19879         private, since calling it to preserve the key requires
19880         freeing it manually.
19881         
19882 2005-09-26  Atsushi Enomoto  <atsushi@ximian.com>
19884         * locales.c : removed HAVE_ICU part.
19886 2005-09-24  Zoltan Varga  <vargaz@freemail.hu>
19888         * object.c (mono_class_create_runtime_vtable): Avoid calling 
19889         field_is_special_static if the klass has no special static fields.
19891         * class-internals.h (MonoClass): Add 'no_special_static_fields' flag.
19892         (MonoCachedClassInfo): Likewise.
19894         * object.c (mono_class_has_special_static_fields): New helper function.
19896 2005-09-23  Zoltan Varga  <vargaz@gmail.com>
19898         * class.c (mono_class_create_from_typedef): Don't call 
19899         interfaces_from_typedef_full for enums.
19900         (mono_class_create_from_typedef): Compute the base types of enums directly
19901         without calling mono_class_setup_fields ().
19902         (mono_class_find_enum_basetype): New helper function.
19904         * reflection.c (mono_image_build_metadata): Emit type names+namespaces at
19905         one place inside the string heap.
19906         
19907 Fri Sep 23 19:37:46 CEST 2005 Paolo Molaro <lupus@ximian.com>
19909         * class.c: locking fixes, code cleanups, some docs added.
19910         Allocate some data structures in the image mempool.
19912 2005-09-23  Zoltan Varga  <vargaz@gmail.com>
19914         * rawbuffer.c: Remove unneccessary set_n_pagefaults () routine and update
19915         the example code.
19916         
19917 Fri Sep 23 18:27:02 CEST 2005 Paolo Molaro <lupus@ximian.com>
19919         * class-internals.h, class.c, reflection.c: reduce memory taken by
19920         MonoClass.
19922 Fri Sep 23 17:56:21 CEST 2005 Paolo Molaro <lupus@ximian.com>
19924         * metadata.c, metadata.h, loader.h: documentation updates, code and
19925         API cleanups.
19927 2005-09-23  Zoltan Varga  <vargaz@gmail.com>
19929         * rawbuffer.c: Remove unneccessary set_n_pagefaults () routine and update
19930         the example code.
19932         * rawbuffer.h rawbuffer.c: Add code and APIs to help determine the number of
19933         page faults caused by the runtime while reading metadata.
19935 2005-09-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19937         * socket-io.c: the field names were changed 3 months ago and no one
19938         realized until bug #76077 got filed!
19940 2005-09-20  Martin Baulig  <martin@ximian.com>
19942         * icall.c (assembly_icalls): Removed some unused debugger icalls.
19944 2005-09-20  Martin Baulig  <martin@ximian.com>
19946         * mono-debug.c (mono_debug_add_type): Ignore array types and don't
19947         write the rank into the class entry.
19949 2005-09-20  Martin Baulig  <martin@ximian.com>
19951         * mono-debug-debugger.c (MonoDebuggerMetadataInfo): Added some stuff.
19953 2005-09-19  Zoltan Varga  <vargaz@gmail.com>
19955         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
19957         * icall.c (custom_attrs_defined_internal): New icall.
19959         * reflection.c (mono_reflection_get_custom_attrs_by_type): New helper
19960         function.
19961         (mono_custom_attrs_construct_by_type): New helper function.
19963 2005-09-17  Zoltan Varga  <vargaz@freemail.hu>
19965         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalUni): Null
19966         terminate the resulting string. Fixes #76123.
19968 2005-09-16  Martin Baulig  <martin@ximian.com>
19970         * mono-debug.c
19971         (mono_debug_add_method): Ignore inflated methods for the moment.
19973 2005-09-14  Martin Baulig  <martin@ximian.com>
19975         * debug-mono-symfile.h (MONO_SYMBOL_FILE_VERSION): Bump version to 39.
19977 2005-09-13  Zoltan Varga  <vargaz@gmail.com>
19979         * metadata.c (mono_class_get_overrides_full): Modify signature to explicitly
19980         return a success/failure indication.
19981         (mono_metadata_interfaces_from_typedef_full): Ditto.
19982         (get_constraints): Ditto.
19984 2005-09-12  Zoltan Varga  <vargaz@gmail.com>
19986         * marshal.c (emit_marshal_array): Fix handling of null arrays.
19987         
19988         * marshal.c (emit_marshal_array): Add support for returning string
19989         arrays from delegates. Fixes #76063.
19991         * marshal.c: Use the emit_ldloc/stloc macros where possible.
19993 2005-09-11  Zoltan Varga  <vargaz@gmail.com>
19995         * threads.c (ves_icall_System_Threading_Thread_MemoryBarrier): New
19996         icall.
19998 2005-09-09  Zoltan Varga  <vargaz@gmail.com>
20000         * reflection.c icall.c: Fix after mono_get_exception_type_load
20001         signature change.
20003         * assembly.c (mono_assembly_get_assemblyref): New helper function.
20004         (mono_assembly_load_reference): Use the new helper.
20006         * class-internals.h (MonoLoaderError): New structure containing 
20007         information about type loading errors.
20009         * class-internals.h loader.c: Add APIs to store per-thread loader
20010         error information.
20012         * loader.c class.c: Set the loader error if needed.
20014         * exception.h exception.c: Add functions to throw MissingMethod/MissingFieldExceptions.
20016 Thu Sep 8 18:54:07 BST 2005 Paolo Molaro <lupus@ximian.com>
20018         * decimal.c: fixed to handle the broken ARM fp format.
20020 Wed Sep 7 22:17:58 BST 2005 Paolo Molaro <lupus@ximian.com>
20022         * icall.c: on ARM use the libc strtod(), since bsd_strtod() seems
20023         broken.
20025 2005-09-06  Martin Baulig  <martin@ximian.com>
20027         * domain.c (supported_runtimes): Added v2.0.50727.
20029 Tue Sep 6 11:40:24 CEST 2005 Paolo Molaro <lupus@ximian.com>
20031         * culture-info.h: reduce the size of some structures.
20033 2005-09-05  Martin Baulig  <martin@ximian.com>
20035         Reflect latest API changes in the August CTP.
20037         * icall.c
20038         ("Type.BindGenericParameters"): Renamed to "MakeGenericType".
20039         ("MonoType.HasGenericArguments"): Removed.
20040         ("MonoMethod.BindGenericParameters"): Renamed to
20041         "MakeGenericMethod".
20042         ("MethodBuilder.BindGenericParameters"): Renamed to
20043         "MakeGenericMethod".    
20045 2005-09-05  Martin Baulig  <martin@ximian.com>
20047         * mono-debug-debugger.c: Moved the debugger icalls into icall.c.
20049 2005-09-05  Martin Baulig  <martin@ximian.com>
20051         Applying a patch from Michal Moskal <malekith@nemerle.org>.
20053         * icall.c (ves_icall_Type_get_IsGenericType): Return true also if
20054         generic_container is non-NULL.
20056 2005-09-05  Martin Baulig  <martin@ximian.com>
20058         Applying a patch from Michal Moskal <malekith@nemerle.org>.
20060         * object.c (set_value): In MONO_TYPE_VALUETYPE, add generics support.
20062 2005-08-29  Michal Moskal  <malekith@nemerle.org>
20064         * reflection.c (encode_locals,
20065         mono_reflection_sighelper_get_signature_local): Increase buffer sizes
20066         for large generic types.
20068 2005-09-05  Martin Baulig  <martin@ximian.com>
20070         Applying a patch from Michal Moskal <malekith@nemerle.org>.
20072         * class.c (mono_dup_array_type): New public method.
20073         (mono_metadata_signature_deep_dup): New public method.
20074         (dup_type): Correctly duplicate array and function types.
20076 2005-09-05  Martin Baulig  <martin@ximian.com>
20078         Applying a patch from Michal Moskal <malekith@nemerle.org>.
20080         * reflection.c (get_default_param_value_blobs): Handle generic types
20081         and generic methods.
20083 2005-09-02  Sebastien Pouliot  <sebastien@ximian.com>
20085         * class.c: Fixed error reporting (method/class were inversed) for 
20086         inheritance demands.
20087         * security-manager.c|h: Added the AppDomain when calling the managed
20088         System.Security.SecurityManager.InheritanceDemand method.
20090 2005-09-01  Raja R Harinath  <rharinath@novell.com>
20092         * reflection.c (encode_marshal_blob): 'marshaltype' and
20093         'marshaltyperef' are alternate sources for the custom marshaler
20094         name.
20096 Wed Aug 31 17:39:54 CEST 2005 Paolo Molaro <lupus@ximian.com>
20098         * class.c: fix creation of array classes with rank == 1
20099         (patch by Ankit Jain <jankit@novell.com>).
20101 Wed Aug 31 17:35:19 CEST 2005 Paolo Molaro <lupus@ximian.com>
20103         * object.c: fix check for creating the bound data for arrays vs
20104         szarrays.
20106 2005-08-30 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20108         * object.c: configuration file name is now based on the executable name,
20109         not the image name. Fixes bug #75931.
20111 2005-08-29  Zoltan Varga  <vargaz@gmail.com>
20113         * marshal.c (emit_thread_interrupt_checkpoint_call): Load the
20114         flag using LDIND_U4 since it leads to smaller and faster code on ia64.
20116 2005-08-25  Zoltan Varga  <vargaz@gmail.com>
20118         * rand.c: Use wincrypt.h instead of WinCrypt.h.
20120 2005-08-24  Ankit Jain  <jankit@novell.com>
20121             Raja R Harinath  <rharinath@novell.com>
20123         * class.c (mono_class_from_typeref): Don't call mono_class_init as we might've been
20124           called by it recursively.
20125           (mono_class_init): Remove special case in pending_init handling, since it's
20126           superseded by the fix to mono_class_from_typeref.
20128 2005-08-22  Zoltan Varga  <vargaz@freemail.hu>
20130         * threads.c (ves_icall_System_Threading_Thread_Thread_internal): Remove the 
20131         BROKEN_THREAD_START stuff.
20133 2005-08-21  Zoltan Varga  <vargaz@freemail.hu>
20135         * class-internals.h object.c: Add a new kind of trampoline called a delegate 
20136         trampoline.
20138         * domain-internals.h domain.c: Add a has for delegate trampolines to MonoDomain.
20139         
20140         * object.c (mono_delegate_ctor): Replace the original function address with
20141         a delegate trampoline.
20143 2005-08-21 Gert Driesen <drieseng@users.sourceforge.net>
20145         * icall.c: add boolean argument to base64_to_byte_array and 
20146         InternalFromBase64String to control whether a whitespace-only string
20147         is allowed (or should casue a FormatException to be thrown). We need
20148         this as the behavior has changed between MS.NET 1.x and 2.0, and we
20149         to match the MS behaviour in both profiles.
20150         * appdomain.c: Bump corlib version.
20152 2005-08-20  Carlos Alberto Cortez <calberto.cortez@gmail.com>
20154         This patch implements a big portion of publisher policy
20155         support, used to bind assembly versions and redirect
20156         one assembly from version A to version B.
20158         * assembly.c:
20159         New GSList loaded_assembly_bindings, for storing the cached
20160         assembly bindings.
20161         (assembly_binding_maps_name): New static function for checking if a 
20162         assembly binding information maps an assembly name.
20163         (mono_assembly_binding_info_free): New function for freeing
20164         assembly binding information resources.
20165         (get_publisher_policy_info): New static function for retrieving 
20166         assembly binding information from a MonoImage.
20167         (compare_versions): New static function for comparing an assembly
20168         binding information data and the version of an assembly name.
20169         (check_policy_versions): New static function for checking if an
20170         assembly binding info mapping an assembly name is valid for it.
20171         (mono_assembly_load_publisher_policy): New static function for
20172         loading the 'policy.major.minor.MyAssembly' image for an assembly
20173         with an assembly name 'aname'.
20174         (mono_assembly_bind_version): New static function for updating
20175         assembly redirection.
20176         (mono_assembly_apply_binding): New static function for applying
20177         assembly binding.
20178         (search_binding_loaded): New static function for searching 
20179         loaded assembly binding infos in the cache domain.
20180         (mono_assembly_load_full): Don't apply assembly binding for
20181         reflection only assemblies.
20183         * metadata-internals.h: Add MonoAssemblyBindingInfo,
20184         which contains information about assembly binding. Also
20185         declare signature for mono_config_parse_publisher_policy ()
20186         function, used to retrieve pub policy info.
20187         
20188         * mono-config.c:
20189         (publisher_policy_start): New static function used to parse publisher 
20190         policy config files.
20191         (publisher_policy_parser): New static MonoParseHandler containing 
20192         the functions used when parsing config files.
20193         (mono_config_parse_publisher_policy): New function for parsing
20194         publisher policy files.
20195         
20196 2005-08-20  Zoltan Varga  <vargaz@freemail.hu>
20198         * object.c (mono_delegate_ctor): Add support for IA64 function descriptors.
20200         * marshal.c (mono_delegate_free_ftnptr): Ditto.
20202         * object.c (mono_get_addr_from_ftnptr): New helper function.
20204         * object.h (mono_array_addr): Fix unaligned access warnings on IA64.
20206         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
20208 2005-08-19  Dick Porter  <dick@ximian.com>
20210         * threads.c, threads.h, appdomain.c, appdomain.h,
20211         profiler-private.h, monitor.c, object.c, object-internals.h,
20212         profiler.c, mono-debug-debugger.h, profiler.h: Use a gsize to
20213         store the thread ID, so it can hold a 64 bit value if needed.
20215 2005-08-19  Zoltan Varga  <vargaz@freemail.hu>
20217         * reflection.c (mono_reflection_create_dynamic_method): Store the
20218         handle class into the method references as well so ldtoken works in
20219         dynamic methods.
20221         * icall.c (ves_icall_MonoField_GetValueInternal): Add support for generic
20222         types.
20224 2005-08-19  Ankit Jain <jankit@novell.com>
20226         Fix #75847.
20227         * marshal.c (mono_marshal_get_ptr_to_struct): Build method signature 
20228           here rather than using the method signature of a arbitrary function
20229           named 'System.Runtime.InteropServices.Marshal::PtrToStructure' with 
20230           two arguments.
20231           Hack done with Harinath.
20233 2005-08-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20235         * threadpool.c: disable printing stack traces when we get a exception
20236         in a threadpool thread. I need to do more testing to figure out which
20237         cases actually print this. Fixes bug #75828.
20239 2005-08-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20241         * icall.c: there might be ignored whitespace after the last '='. This
20242         fixes length computation and bug #75840.
20244 2005-08-18  Zoltan Varga  <vargaz@freemail.hu>
20246         * assembly.c (mono_assembly_load_full): Consider .exe extension as
20247         well. Fixes #75809.
20249         * reflection.c (create_custom_attr): Fix unmanaged memory leak. Fixes
20250         #75784.
20251         
20252         * reflection.c (create_custom_attr_data): Ditto.
20254 2005-08-17  Atsushi Enomoto  <atsushi@ximian.com>
20256         * locales.c, culture-info.h : removed RegionLCIDMap.
20257         * culture-info-tables.h : regenerated.
20259 2005-08-16  Martin Baulig  <martin@ximian.com>
20261         * class.c (mono_type_get_name_recurse): Small fix.
20263 2005-08-16  Atsushi Enomoto  <atsushi@ximian.com>
20265         * locales.c : indentation fixie.
20267 2005-08-15  Atsushi Enomoto  <atsushi@ximian.com>
20269         * object-internals.h,
20270           locales.h,
20271           locales.c,
20272           culture-info.h,
20273           icall.c : added RegionInfo table support.
20274         * culture-info-table.h : regenerated for region support.
20276 2005-08-14  Kamil Skalski  <nazgul@nemerle.org>
20278         * reflection.c (resolve_object): handle all kinds of MonoMethod
20279         including generic ones
20281 2005-08-12  Ankit Jain <jankit@novell.com>
20283         * get.c (dis_stringify_variant_type): New. Stringify MonoMarshalVariant.
20284           (dis_stringify_marshal_spec): Add new case for MONO_NATIVE_SAFEARRAY. 
20286 2005-09-12  Lluis Sanchez  <lluis@ximian.com>
20288         * process.c: Don't close a thread handle when it's NULL. This is a
20289         workaround for bug #75733.
20291 2005-08-11  Zoltan Varga  <vargaz@freemail.hu>
20293         * marshal.c (mono_marshal_get_string_encoding): Fix handling of CharSet.Auto. Fixes #75769.
20295 2005-08-10  Zoltan Varga  <vargaz@freemail.hu>
20297         * icall.c (ves_icall_Type_get_IsGenericType): New icall.
20299 2005-08-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20301         * threadpool.c: if a work item in the thread pool has a callback that
20302         catches a exception, don't propagate it after invoking the callback.
20303         Fixes bug #75336.
20305 2005-08-08  Zoltan Varga  <vargaz@freemail.hu>
20307         * class.c (class_compute_field_layout): Rename this to mono_class_setup_fields.
20309         * class-internals.h (MonoCachedClassInfo): Add some new fields.
20311         * class.c (mono_class_init): Load field info lazily in the AOT case.    
20313         * reflection.c (mono_image_load_module): Fix error checking. Fixes #75660.
20315 2005-08-03  Ankit Jain  <jankit@novell.com>
20317         Fix #75683.
20318         * loader.c (mono_method_signature_full): Use MONO_CALL_DEFAULT if
20319           PInvoke calling convention is 0.
20321 2005-08-02  Zoltan Varga  <vargaz@freemail.hu>
20323         * socket-io.c (convert_sockopt_level_and_name): Applied patch from 
20324         Julien Puydt (julien.puydt@laposte.net). Add check for IPV6_PKTINFO.
20326 Mon Aug 1 16:52:12 CEST 2005 Paolo Molaro <lupus@ximian.com>
20328         * gc-internal.h, threads.c, null-gc.c, boehm-gc.c: added interface
20329         to handle threads not started by the GC (patch by Michael Meeks
20330         <michael.meeks@novell.com>).
20332 2005-07-31  Kamil Skalski  <nazgul@omega.pl>
20334         * reflection.c: Make buffer used in emitting types larger for some
20335         big generic types (patch by Michal Moskal).
20337 2005-07-30  Zoltan Varga  <vargaz@freemail.hu>
20339         * mono-debug.c: Fix some (not all) alignment problems.
20341 2005-07-29  Carlos Alberto Cortez <calberto.cortez@gmail.com>
20343         * appdomain.c (ves_icall_System_AppDomain_LoadAssemblyRaw):
20344         Invoke mono_image_load_from_data_full passing the refonly
20345         parameter.
20347         * assembly.c
20348         (mono_assembly_open_from_bundle): Add the refonly argument, 
20349         in order to pass it to other methods it calls to.
20350         (do_mono_assembly_open): Add the refonly argument, in order 
20351         to pass it to other methods it calls to.
20352         (mono_assembly_open_full): Invoke do_mono_assembly_open passing
20353         the refonly parameter to it.
20355         * image.c: Add loaded_images_refonly_hash and
20356         loaded_images_refonly_guid_hash to cache the reflection
20357         only loaded images.
20358         (mono_images_init): Initialize the hash tables used for
20359         caching the reflection only images.
20360         (load_modules): Invoke mono_image_open_full passing the refonly
20361         parameter to load the modules the correct way.
20362         (build_guid_table): Add the refonly argument, to re-build the 
20363         correct hash table.
20364         (do_mono_image_open): Added the refonly argument, in order to
20365         define it for the loaded image.
20366         (mono_image_loaded_full): New function, which receives an
20367         additional parameter to look for the image in the refonly or
20368         non-refonly section.
20369         (mono_image_loaded): Updated, using mono_image_loaded_full.
20370         (mono_image_loaded_by_guid_full): The same case that happens
20371         with mono_image_loaded_full.
20372         (mono_image_loaded_by_guid): Likewise.
20373         (register_image): Use the ref_only variable inside MonoImage
20374         to decide in which hash table store the current image.
20375         (mono_image_open_from_data_full): Rename
20376         mono_image_open_from_data to mono_image_open_from_data_full,
20377         adding the refonly argument, to define the ref_only variable 
20378         inside MonoImage.
20379         (mono_image_open_from_data): Return 
20380         mono_image_open_from_data_full.
20381         (mono_image_open_full): Rename mono_image_open to
20382         mono_image_open_full, receiving the new refonly argument,
20383         to pass it to inner methods.
20384         (mono_pe_file_open): Update this function, to open
20385         a MonoImage as a non-refonly image.
20386         (mono_image_close): Use the refonly variable inside
20387         MonoImage to remove the image from the correct caches.
20389         * image.h: Add the signatures of mono_image_open_full,
20390         mono_image_open_from_data_full, mono_image_loaded_full,
20391         mono_image_loaded_by_guid_full.
20393         * metadata-internals.h: Add the ref_only field to 
20394         MonoImage.
20395         
20396 2005-07-29  Carlos Alberto Cortez <calberto.cortez@gmail.com>
20398         * icall.c (ves_icall_System_Reflection_GetReferencedAssemblies):
20399         Fix the last behavior, which used to load the assemblies and
20400         extract MonoReflectionAssemblyName information, instead of
20401         extract it from the metadata tables. Needed for Reflection
20402         Only assemblies.
20403         
20404 2005-07-29  Martin Baulig  <martin@ximian.com>
20406         * mono-debug-debugger.c
20407         (mono_debugger_lock, mono_debugger_unlock): g_assert() if we're
20408         not initialized.
20410         * mono-debug.c
20411         (mono_debug_address_from_il_offset): Check whether we have
20412         debugging support before attempting to take the lock.
20413         (mono_debug_source_location_from_address): Likewise.
20414         (mono_debug_source_location_from_il_offset): Likewise.
20415         (mono_debug_il_offset_from_address): Likewise.
20416         (mono_debug_address_from_il_offset): Likewise.
20418 2005-07-29  Zoltan Varga  <vargaz@freemail.hu>
20420         * class.c (mono_class_from_name_case): Add support for dynamic images.
20421         Fixes #75650.
20423         * object.c (mono_class_compute_gc_descriptor): Add a workaround
20424         for #75479.
20426 2005-07-28  Zoltan Varga  <vargaz@freemail.hu>
20427         
20428         * reflection.c (mono_method_get_object): Fix warning.
20430 2005-07-28  Martin Baulig  <martin@ximian.com>
20432         * mono-debug.c
20433         (mono_debug_add_wrapper): Also write the wrapper type.
20435 2005-07-28  Zoltan Varga  <vargaz@freemail.hu>
20437         * class-internals.h (MonoCachedClassInfo): Add has_nested_classes field.
20438         
20439         * class.c (mono_class_init): Avoid reading nested classes if the AOT
20440         data indicates the class has none.
20442 2005-07-26  Ben Maurer  <bmaurer@ximian.com>
20444         * mono-debug.c, debug-mono-symfile.c: Replace the use of the
20445         loader lock with the debugger lock. Prevents deadlocks for beagle.
20447         Beagle can now run on an smp box for a weekend without any
20448         issues. Woohoo!
20450 2005-07-26  Zoltan Varga  <vargaz@freemail.hu>
20452         * class.c (mono_bounded_array_class_get): Avoid crash if eclass is
20453         in a module. Fixes #75629.
20455 2005-07-26  Martin Baulig  <martin@ximian.com>
20457         * mono-debug.c (mono_debug_add_wrapper): New static method.
20458         (mono_debug_add_method): Call mono_debug_add_wrapper() if we're an
20459         interncall or a wrapper.
20461         * mono-debug.h (MonoDebugWrapperData): New public typedef.
20462         (MonoDebugDataItemType): Added `MONO_DEBUG_DATA_ITEM_WRAPPER'.
20463         (MONO_DEBUGGER_VERSION): Bump to 51.
20465         * mono-debug-debugger.c
20466         (mono_debugger_add_type): Removed this empty function.
20467         (mono_debugger_add_method): Likewise.
20469 2005-07-22  Zoltan Varga  <vargaz@freemail.hu>
20471         * icall.c (ves_icall_Type_GetMethodsByName): Call setup_vtable () 
20472         before accessing method->slot.
20474 2005-07-21  Jb Evain  <jbevain@gmail.com>
20476         * reflection.c (method_encode_clauses/class): Handle filters clauses.
20477         Fixes #75010.
20479 2005-07-21  Zoltan Varga  <vargaz@freemail.hu>
20481         * marshal.c (emit_marshal_custom): Implement byref marshalling. Fixes
20482         #75587.
20484 2005-07-20  Zoltan Varga  <vargaz@freemail.hu>
20486         * image.h image.c: Add mono_image_get_guid () API function.
20488 2005-07-19  Ben Maurer  <bmaurer@ximian.com>
20490         There were issues when multiple threads tried to load
20491         assemblies. A deadlock was created between assemblies_mutex and
20492         mono_domain_assemblies_lock. This fixes the issue by making the
20493         assembly ref counting be lock free. See bug 75586.
20494         
20495         * image.c (mono_image_close): The add ref function here was using
20496         Interlocked operations while the unref was using a mutex and a
20497         --. I don't think this was ever a bug that would be exposed in a
20498         non-pendantic way (ie, by an embedder doing a ref on one thread
20499         and an unref on another), but for the sake of correctness, this is
20500         now Interlocked.
20502         * assembly.c (mono_assembly_addref): Use InterlockedIncrement
20503         (mono_assembly_load_reference): Call mono_assembly_addref rather
20504         than touching the refcount ourselves.
20505         (mono_assembly_close): Use InterlockedDecrement to unref the
20506         assembly. Don't acquire the lock unless it is actually needed.
20508 2005-07-12  Zoltan Varga  <vargaz@freemail.hu>
20510         * class.c (mono_class_layout_fields): Fix calculation of has_references
20511         for generic types.
20513 2005-07-12  Martin Baulig  <martin@ximian.com>
20515         Applying a patch from Michal Moskal <malekith@nemerle.org>.
20517         * metadata.c
20518         (mono_type_hash): Provide better hashing for generic instances.
20519         (mono_generic_inst_hash): Improve hashing.
20520         (mono_generic_class_hash): Likewise.
20522         * reflection.c (mymono_metadata_type_hash): Improve hashing for
20523         generic instances.
20525 2005-07-12  Martin Baulig  <martin@ximian.com>
20527         * reflection.c (mono_reflection_create_runtime_class): Remove the
20528         hack for generic type definitions and non-`Run' assemblies.
20529         (mono_reflection_bind_generic_parameters): Also use
20530         `klass->wastypebuilder' to check for TypeBuilders.
20532 2005-07-12  Zoltan Varga  <vargaz@freemail.hu>
20534         * class.c (mono_class_layout_fields): Fix calculation of has_references
20535         for generic types.
20537         * class.c (inflate_generic_class): Fix a leak.
20538         (mono_class_init): Fix calculation of gchimpl and has_finalize fields
20539         for generic types.
20541 2005-07-11  Martin Baulig  <martin@ximian.com>
20543         * icall.c (ves_icall_Type_BindGenericParameters): Don't crash here
20544         on error.
20546 2005-07-11  Martin Baulig  <martin@ximian.com>
20548         * loader.c (find_method): Also lookup in
20549         `mono_defaults.object_class' if we're an interfaces; fixes #75460.
20551 2005-07-07  Zoltan Varga  <vargaz@freemail.hu>
20553         * appdomain.c (mono_domain_unload): Don't free the error message
20554         before passing it to mono_get_exception_...
20556         * reflection.c (CACHE_OBJECT): Fix the race introduced by the previous patch.
20557         
20558 Thu Jul 7 19:59:31 CEST 2005 Paolo Molaro <lupus@ximian.com>
20560         * threads.c: try to better guess an available RT signal (bug #75387).
20562 2005-07-07  Zoltan Varga  <vargaz@freemail.hu>
20564         * reflection.c (CACHE_OBJECT): Don't hold the domain lock between CHECK_OBJECT
20565         and CACHE_OBJECT.
20567 2005-07-07  Martin Baulig  <martin@ximian.com>
20569         * class.c (mono_type_get_name_full): Return NULL for
20570         MONO_TYPE_NAME_FORMAT_FULL_NAME if we have any generic parameters;
20571         fixes #75408.
20573 2005-07-07  Zoltan Varga  <vargaz@freemail.hu>
20575         * threads.c (mono_threads_abort_appdomain_threads): Wait for threads to
20576         exit the appdomain as well being aborted.
20578         * threadpool.c: Create all threadpool threads inside the root appdomain, and
20579         change back to the root domain after calling managed code. This enables
20580         appdomains using threadpools to be unloaded.
20582 2005-07-07  Martin Baulig  <martin@ximian.com>
20584         * class-internals.h
20585         (MonoInflatedGenericClass): Moved the `MonoType *parent' field
20586         into `MonoDynamicGenericClass' since we only need it for dynamic
20587         types.
20589         * reflection.c (mono_class_bind_generic_parameters): We don't need
20590         to compute the `parent' here.
20592 2005-07-07  Atsushi Enomoto  <atsushi@ximian.com>
20594         * culture-info-table.h : regenerated.
20596 2005-07-06  Martin Baulig  <martin@ximian.com>
20598         * icall.c
20599         (ves_icall_FieldInfo_SetValueInternal): Add MONO_TYPE_GENERICINST.
20601         * object.c (set_value): Add MONO_TYPE_GENERICINST; fixes #75299.
20603 2005-07-06  Martin Baulig  <martin@ximian.com>
20605         * metadata.c (mono_metadata_class_equal): Add MONO_TYPE_SZARRAY if
20606         we're doing a signature-only comparision; fixes #74945.
20608 2005-07-06  Martin Baulig  <martin@ximian.com>
20610         * class-internals.h (MonoGenericClass): Moved some things out into
20611         a new `MonoInflatedGenericClass' type.  
20612         (MonoInflatedGenericClass): New type; the `klass' of a
20613         `MonoGenericClass' is now computed lazyly in
20614         mono_get_inflated_generic_class().      
20616         * class.c (mono_get_inflated_generic_class): New public function.
20617         (mono_class_inflate_generic_method): Removed the unused
20618         `MonoClass *' argument.
20619         (setup_generic_vtable): Don't call mono_get_inflated_method() on
20620         all the methods.
20621         (mono_class_create_generic): Make this static and merge it with
20622         mono_class_create_generic_2(); we're now called automatically from
20623         mono_get_inflated_generic_class().
20625         * loader.c (mono_method_signature): Call
20626         mono_get_inflated_method() here.
20628 2005-07-06  Zoltan Varga  <vargaz@freemail.hu>
20630         * object.c (mono_class_create_runtime_vtable): Allow MONO_TYPE_FNPTR as
20631         type of fields with RVA.
20633         * class.c (mono_class_from_generic_parameter): Avoid calling mono_class_init ()
20634         for this pseudo class.
20635         (my_mono_class_from_generic_parameter): Likewise.
20636         (mono_class_init): Allow interfaces to have cctors.
20638 2005-07-05  Zoltan Varga  <vargaz@freemail.hu>
20640         * domain-internals.h domain.c: Add functionality to create MonoJitInfo structures
20641         lazily for AOT methods.
20643 2005-07-05  Martin Baulig  <martin@ximian.com>
20645         * loader.c (mono_lookup_pinvoke_call): g_ascii_strcasecmp()
20646         returns FALSE for a successful match, not TRUE.
20648 2005-07-05  Zoltan Varga  <vargaz@freemail.hu>
20650         * loader.c (mono_method_get_index): Optimize this a bit.
20652 2005-07-04  Martin Baulig  <martin@ximian.com>
20654         * class.c
20655         (class_compute_field_layout): Move the check for generic type
20656         definitions into mono_class_layout_fields().  Fixes #74684.
20657         (mono_class_from_generic_parameter): Correctly compute
20658         `klass->parent'; fixes #75457.
20660         * reflection.c (register_assembly, register_module): Make sure
20661         `domain->rejobject_hash' is already created.
20663 2005-07-02  Martin Baulig  <martin@ximian.com>
20665         * class-internals.h
20666         (MonoGenericClass): Move `count_ifaces' and `ifaces' into
20667         `MonoDynamicGenericClass'.      
20669 2005-07-01  Lluis Sanchez  <lluis@ximian.com>
20671         * icall.c: In ves_icall_InternalExecute() dont't assert if the value
20672         returned by a field getter is null, since null is a valid value.
20674 2005-07-01  Martin Baulig  <martin@ximian.com>
20676         * reflection.c (mono_reflection_generic_class_initialize): Update
20677         the `dgclass->fields [i].parent' to the correct class.
20678         (mono_image_get_fieldref_token): Use the declaring type, not the
20679         reflected type.
20681 2005-07-01  Martin Baulig  <martin@ximian.com>
20683         * loader.c (find_method): Also look in the interfaces; fixes #75429.
20685 2005-06-30  Ben Maurer  <bmaurer@ximian.com>
20687         * threads.c (thread_cleanup): assert that thread != NULL
20688         (wait_for_tids_or_state_change): We were using the wrong variable
20689         when accessing wait->threads. `i' was always out of the bounds of
20690         the array.
20692 2005-06-30 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20694         * loader.c: map user32 and kernel32 to libMonoSupportW
20696 2005-06-28  Zoltan Varga  <vargaz@freemail.hu>
20698         * appdomain.c (unload_thread_main): Mark this as WINAPI.
20700 2005-06-28  Martin Baulig  <martin@ximian.com>
20702         * loader.c (method_from_methodspec): Fix #75334.
20704 2005-06-28  Martin Baulig  <martin@ximian.com>
20706         Fix #74953 - Arrays now implement the generic IList<T> interface
20707         on the 2.0 platform.
20709         * class-internals.h (MonoDefaults): Added `generic_array_class'.
20711         * reflection.c (mono_class_bind_generic_parameters): New public
20712         function; similar to mono_reflection_bind_generic_parameters(),
20713         but operates on a `MonoType *' and not on a `MonoReflectionType *'.
20715         * domain.c (mono_init_internal): Try to initialize.
20716         `mono_defaults.generic_array_class' here; this'll only succeed if
20717         we're using the 2.0 corlib.
20719         * icall.c
20720         (ves_icall_System_Array_InternalArray_GetGenericValueImpl): Added
20721         interncall for "System.Array/InternalArray`1:GetGenericValueImpl".
20722         (mono_lookup_internal_call): Added support for nested classes.
20724         * loader.c
20725         (mono_get_method_from_token): Set `result->signature->pinvoke' if
20726         we're an interncall and have generic arguments.
20728         * class.c
20729         (mono_class_inflate_generic_methods): Allow interncalls and PInvoke.
20730         (mono_bounded_array_class_get): If we're on the 2.0 corlib, use an
20731         instance of System.Array.InternalArray<T> for arrays, so they
20732         implement the generic IList<T> interface.
20734 2005-06-27  Zoltan Varga  <vargaz@freemail.hu>
20736         * marshal.c (emit_marshal_string): Applied patch from Itamar Rogel
20737         (chastamar@yahoo.com). Fixes #75374.    
20739 2005-06-27  Atsushi Enomoto <atsushi@ximian.com>
20741         * culture-info-table.h: regenerated.
20743 2005-06-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20745         * icall.c: handle spaces correctly for base64 strings.
20747 2005-06-26  Ben Maurer  <bmaurer@ximian.com>
20749         * *.c: Kill some warnings.
20751 2005-06-23  Duncan Mak  <duncan@novell.com>
20753         * socket-io.c (is_loopback): Cast 'ptr' to 'struct in6_addr *' so
20754         that this builds on Solaris 10 (x86).
20756 2005-06-23  Martin Baulig  <martin@ximian.com>
20758         * class.c
20759         (mono_type_get_name_recurse): Don't use a duplicate '[', ']' for
20760         generic type definitions.
20762 2005-06-23  Martin Baulig  <martin@ximian.com>
20764         Fix #75331.
20766         * metadata.c (mono_class_get_overrides): Renamed to
20767         mono_class_get_overrides_full() and added a `MonoGenericContext *'.
20768         (method_from_method_def_or_ref): Added `MonoGenericContext *' and
20769         pass it to mono_get_method_full().
20771 2005-06-22  Ben Maurer  <bmaurer@ximian.com>
20773         * reflection.c (mono_reflection_create_runtime_class): take the
20774         mono_domain_lock in this method. Prevents deadlocks
20776 2005-06-22  Martin Baulig  <martin@ximian.com>
20778         * loader.c (method_from_methodspec): Fix #75330.
20780 2005-06-22  Martin Baulig  <martin@ximian.com>
20782         * reflection.c (type_get_qualified_name): Use
20783         mono_type_get_name_full() with MONO_TYPE_NAME_FORMAT_REFLECTION.
20784         (_mono_reflection_get_type_from_info): Added `MonoImage *image'
20785         argument; use it if we don't have an assembly name.
20787 2005-06-22  Lluis Sanchez Gual  <lluis@novell.com>
20789         * object.c: In mono_message_init, set "copy out" flag for in
20790         parameters with the [Out] flag.
20792 2005-06-21  Martin Baulig  <martin@ximian.com>
20794         * class.c
20795         (mono_type_get_name_recurse): Correctly handle MONO_TYPE_SZARRAY
20796         and MONO_TYPE_PTR.
20798 2005-06-21  Martin Baulig  <martin@ximian.com>
20800         * class.c (mono_class_init): Don't initialize `class->fields' for
20801         generic instances since they're initialized again in
20802         compute_field_layout(). 
20803         (compute_field_layout): Set the field's `generic_info' here; fix
20804         #75320. 
20806 2005-06-21  Martin Baulig  <martin@ximian.com>
20808         * class-internals.h
20809         (MonoGenericMethod): Added `MonoGenericClass *generic_class'.
20811         * metadata.c (mono_metadata_generic_method_equal): Also
20812         distinguish the `generic_class'; fixes #75334.
20814 2005-06-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20816         * domain.c:
20817         * appdomain.c:
20818         * domain-internals.h:
20819         * reflection.c: 'domain_assemblies' field is now protected by its own
20820         lock. Don't call into managed code to run the AssemblyLoad event if we
20821         now there are no registered delegates for it.
20823 2005-06-20  Martin Baulig  <martin@ximian.com>
20825         * class.c (mono_class_is_assignable_from): Use a custom version of
20826         mono_class_has_parent() to make things work for generic instances;
20827         fix #75300.
20829 2005-06-20  Martin Baulig  <martin@ximian.com>
20831         * loader.c (method_from_methodspec): Apply a patch from
20832         Kamil Skalski <nazgul@nemerle.org> to fix #75296.
20834 2005-06-20  Martin Baulig  <martin@ximian.com>
20836         * class.c (mono_class_init): Reverted Zoltan's last change; it
20837         breaks generics.
20839 2005-06-19  Zoltan Varga  <vargaz@freemail.hu>
20841         * threads.c (wait_for_tids_or_state_change): Add missing locking.
20843 2005-06-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20845         * socket-io.c: fix the index in the socket array for writable/error
20846         sockets. Fixes bug #75306.
20848 2005-06-17  Zoltan Varga  <vargaz@freemail.hu>
20850         * class.c (mono_class_init): Allow interfaces to have static ctors.
20852 2005-06-17  Martin Baulig  <martin@ximian.com>
20854         * loader.c (method_from_methodspec): Use `context->container' when
20855         parsing the `gmethod->inst'.
20857 2005-06-17  Martin Baulig  <martin@ximian.com>
20859         * class.c (mono_type_get_name_recurse): Don't add the assembly
20860         name for type arguments.
20862 2005-06-15  Martin Baulig  <martin@ximian.com>
20864         * reflection.c (mono_image_get_inflated_method_token): Encode
20865         correct klass; fixes #75260.
20867 2005-06-13 Michal Moskal <malekith@nemerle.org>
20869         * icall.c: Make GetCorrespondingMethod/Constructor take
20870         MonoReflectionMethod method not MonoMethod. Removed
20871         MonoType.GetCorrespondingField, and make
20872         MonoGenericType.GetCorrespondingField take name not
20873         MonoClassField.
20875 2005-06-13  Michal Moskal <malekith@nemerle.org>
20877         * reflection.c (field_encode_signature, encode_locals):
20878          Make sizes of buffers for types larger (for big generic types).
20879          (create_generic_typespec,
20880          mono_reflection_sighelper_get_signature_local,
20881          mono_reflection_sighelper_get_signature_field):
20882          Add asserts for too small buffers.
20884 2005-06-15  Martin Baulig  <martin@ximian.com>
20886         * icall.c (ves_icall_MonoGenericClass_GetParentType): Return NULL
20887         if our parent is not a dynamic type.
20889 2005-06-15  Martin Baulig  <martin@ximian.com>
20891         * class-internals.h (MonoTypeNameFormat): New enum.
20893         * class.c
20894         (mono_class_get_name_full): Renamed to mono_type_get_name_full().
20895         (mono_type_get_full_name): Removed.
20896         (mono_type_get_name_full): Take a `MonoTypeNameFormat format'
20897         argument instead of the boolean's.
20899         * icall.c (ves_icall_System_MonoType_getFullName):
20900         Added `gboolean assembly_qualified'.    
20902         * reflection.h
20903         (MonoTypeNameParse): Added `GPtrArray *type_arguments'.
20905         * reflection.c (mono_reflection_parse_type): Parse the new type
20906         name format.
20908 2005-06-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20910         * icall.c: no need to convert from utf16 to utf8 and then back again
20911         after the call to GetLogicalDrives.
20913 2005-06-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20915         * icall.c: frombase64. Fix problems exposed by new tests.
20917 2005-06-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20919         * icall.c: added internal calls for converting char [] and strings in
20920         base64 into byte [].
20922 2005-06-10  Martin Baulig  <martin@ximian.com>
20924         * class.c (mono_class_create_generic_2): Read the nested classes
20925         from the metadata rather than from `gklass->nested_classes' since
20926         `gklass' might not be initialized yet.
20928 2005-06-09  Duncan Mak  <duncan@novell.com>
20930         * *.h: Added G_BEGIN_DECLS and G_END_DECLS where appropriate to
20931         all public headers. Fixes #74919.
20933 2005-06-09  Lluis Sanchez Gual  <lluis@novell.com>
20935         * domain.c: The key for proxy_vtable_hash is now a pointer
20936         array. Added new GHashFunc and GCompareFunc functions for this.
20938         * class.h: The list of interfaces in MonoRemoteClass is known in
20939         advance and can't grow (we create a new MonoRemoteClass if needed),
20940         so now the interface array can be allocated together with
20941         MonoRemoteClass.
20942         
20943         * object.c: Added a new method create_remote_class_key.
20944         Fixed mono_remote_class so it does not depend on
20945         mono_upgrade_remote_class.
20946         Removed extend_interface_array.
20947         Added new method clone_remote_class(), which makes a copy of a remote
20948         class and adds a new interface or class to it.
20949         mono_upgrade_remote_class() now creates a new remote class (or gets
20950         it from the cache) if an vtable upgrade is needed. In this way
20951         we make sure that other objects sharing the same remote class
20952         don't get the new vtable with unwanted interfaces.
20953         
20954         * object-internals.h:
20955         * object.h: Moved mono_upgrade_remote_class to object-internals.h.
20956         
20957         * marshal.c: Track changes in mono_upgrade_remote_class().
20959 2005-06-08  Kamil Skalski <nazgul@nemerle.org>
20960         * icall.c: Add runtime methods for obtaining members of inflated
20961         class, which were created from supplied non-inflated members. It
20962         is used in internal Get{Method,Constructor,Field} methods in
20963         System.Type
20965 2005-06-09  Martin Baulig  <martin@ximian.com>
20967         * reflection.c
20968         (mono_reflection_bind_generic_method_parameters): Fix #75169.
20970 2005-06-08  Carlos Alberto Cortez <calberto.cortez@gmail.com>
20971         * reflection.c (mono_image_basic_init): Define
20972         Version in MonoDynamicAssembly. 
20973         
20974 2005-06-08  Martin Baulig  <martin@ximian.com>
20976         Fix #75136.
20978         * loader.c
20979         (mono_method_signature_full): New public method; takes a
20980         `MonoGenericContext *'.
20981         (find_method): Use mono_method_signature_full() and pass the
20982         klass'es context to it.
20984         * class.c (mono_class_is_inflated_method): Use
20985         mono_method_signature_full() and pass the context to it.
20987 Wed Jun 8 19:26:38 CEST 2005 Paolo Molaro <lupus@ximian.com>
20989         * object.c: add proper locking in mono_remote_class_vtable(),
20990         fixes possible memory corruption.
20992 2005-06-08  Michael Meeks  <michael.meeks@novell.com>
20994         * marshal.c (mono_remoting_marshal_init): set
20995         initialized after initialization.
20997 2005-06-08  Atsushi Enomoto  <atsushi@ximian.com>
20999         * locales.c : hush.
21001 2005-06-06  Michael Meeks  <michael.meeks@novell.com>
21003         * object.c (extend_interface_array): fix really silly
21004         memory corrupting / comparison bug.
21006 2005-06-07  Carlos Alberto Cortez <calberto.cortez@gmail.com>
21008         * reflection.c: Functions added to support the creation
21009         of CustomAttributeData, which includes Attribute data
21010         used by ReflectionOnly methods.
21012         * reflection.h:  mono_reflection_get_custom_attrs_data and
21013          mono_custom_attrs_data_construct added (functions exposed).
21015          * icall.c: Added mono_reflection_get_custom_attrs_data
21016          as icall.
21017         
21018 2005-06-07  Zoltan Varga  <vargaz@freemail.hu>
21020         * Makefile.am (libmonoruntime_la_SOURCES): Revert last change at
21021         lupus's request.
21023 2005-06-06  Zoltan Varga  <vargaz@freemail.hu>
21025         * icall.c (ves_icall_Mono_Runtime_GetDisplayName): Fix warning.
21027         * reflection.c (reflection_methodbuilder_to_mono_method): Fix encoding of
21028         dynamic DllImportAttribute.
21030         * icall.c (ves_icall_MonoMethod_GetDllImportAttribute): Fix decoding of 
21031         dynamic DllImportAttribute.
21033         * Makefile.am (libmonoruntimeinclude_HEADERS): Export tabledefs.h too.
21034         Fixes #75162.
21036 2005-06-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21038         * threads.c: avoid segfault when an unstarted thread is aborted.
21040 2005-06-05  Kornél Pál <kornelpal@hotmail.com>
21042         * icall.c: Added ves_icall_Mono_Runtime_GetDisplayName:
21043         Returns the name and version of the runtime for reporting.
21045 2005-06-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21047         * appdomain.c: bump corlib version.
21048         * object-internals.h: new field in MonoReflectionAssembly.
21050 2005-06-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21052         * object-internals.h: Carlos forgot to add this field.
21054 2005-06-03  Carlos Alberto Cortez <calberto.cortez@gmail.com>
21056         * icall.c: Added create_version to create instances
21057         of Version of MonoReflectionAssemblyName. This change helps
21058         the AssemblyName tests to keep running fine.
21059         
21060 2005-06-03  Lluis Sanchez Gual  <lluis@novell.com>
21061   
21062         * object.c (mono_method_return_message_restore): A somehow less
21063         intrusive fix for #75138.
21065 2005-06-03  Raja R Harinath  <rharinath@novell.com>
21067         * object.c (mono_method_return_message_restore): Fix computation
21068         of expected number of out args.
21070 2005-06-02  Zoltan Varga  <vargaz@freemail.hu>
21072         * reflection.c (mono_image_get_method_info): Fix the case when the
21073         charset is empty.
21075 2005-06-02  Lluis Sanchez Gual  <lluis@novell.com> 
21077         * object.c: Added missing null check in
21078           mono_method_return_message_restore.
21080 2005-06-02  Zoltan Varga  <vargaz@freemail.hu>
21082         * reflection.c (mono_image_get_method_info): Handle the case when
21083         dllentry is empty.
21085 2005-06-02  Lluis Sanchez Gual  <lluis@novell.com>
21087         * object.c: When creating the vtable for a proxy, take into account
21088         all inherited interfaces, not only the ones registered in
21089         iclass->interfaces. This fixs bug #74996.
21090         Also, in mono_method_return_message_restore, verify that the array
21091         of out args has the expected lengh.
21093 2005-06-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21095         * socket-io.c: update the timeout in Poll when the call is interrupte.
21097 2005-06-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21099         * socket-io.c: support abort/suspend in Select_internal after last
21100         change.
21102 2005-06-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21104         * threadpool.c: remove warning.
21106 2005-06-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21108         * icall.c:
21109         * socket-io.[ch]: Select_internal uses poll() now when available, thus
21110         removing the 1024 limit from select(). Runtime part of the fix for
21111         bug #71203.
21113 2005-05-30 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21115         * socket-io.c: when resolving the addresses for the same
21116         host returned by gethostname(), get the local IPs from the interface
21117         list. Loopback addresses are discarded if the are interfaces up with
21118         non-loopback ones. Fixes bug #63265.
21120 2005-05-27  Vladimir Vukicevic  <vladimir@pobox.com>
21122         * appdomain.c, verify.c, object-internals.h, reflection.c:
21123         bumped corlib number to 36, and added new extra_flags field
21124         to ReflectionMethodBuilder and friends.  Fixes #75060.
21126 Fri May 27 14:45:56 CEST 2005 Paolo Molaro <lupus@ximian.com>
21128         * gc.c: register a new weak link only if the object is non-null
21129         (fixes bug#75047).
21131 2005-05-26  Atsushi Enomoto  <atsushi@ximian.com>
21133         * culture-info.h : short time pattern too.
21135 2005-05-26  Atsushi Enomoto  <atsushi@ximian.com>
21137         * culture-info.h : expand long time pattern string length.
21139 2005-05-25  Atsushi Enomoto  <atsushi@ximian.com>
21141         * culture-info-table.h : update (more French date format; #72788).
21143 2005-05-25  Zoltan Varga  <vargaz@freemail.hu>
21145         * icall.c (ves_icall_InternalInvoke): Avoid type checks on this if
21146         the method is static. Fixes #75029.
21148 2005-05-25  Lluis Sanchez Gual  <lluis@novell.com>
21150         * reflection.c: Update the table_idx field of method builders after
21151         saving the module, since it can change. This is a workaround for
21152         bug #74914. 
21154 2005-05-25  Atsushi Enomoto  <atsushi@ximian.com>
21156         * culture-info-table.h : update (additional French date format).
21158 2005-05-20  Zoltan Varga  <vargaz@freemail.hu>
21160         * icall.c (ves_icall_type_Equals): Revert last change.
21161         
21162         * icall.c (ves_icall_type_Equals): Turn the g_print into an assert.
21164         * icall.c (ves_icall_type_GetTypeCode): Rename the icall to GetTypeCodeInternal.
21166 2005-05-20  Sebastien Pouliot  <sebastien@ximian.com>
21168         * class-internals.h: Added executioncontext_class field to 
21169         MonoDefaults structure.
21170         * domain.c: Cache System.Threading.ExecutionContext class in 
21171         mono_defaults.
21172         * object.c: Capture the ExecutionContext for asynchroneous calls in
21173          mono_async_result_new.
21174         * object-internals.h: Added execution_context and original_context 
21175         fields to MonoAsyncResult. Added execution_context to MonoThread.
21176         * security-manager.c|.h: Added mono_get_context_capture_method to 
21177         return the capture method (if required by the security manager or by
21178         the framework version used).
21179         * threadpool.c: Apply capture (if present) ExecutionContext in 
21180         mono_async_invoke and revert to original context after it completes.
21182 2005-05-19  Atsushi Enomoto  <atsushi@ximian.com>
21184         * culture-info-table.h : updated (real hacky solution for zh-CHT).
21186 2005-05-18  Atsushi Enomoto  <atsushi@ximian.com>
21188         * culture-info-table.h : zh-CHT related workaround.
21190 2005-05-12  Zoltan Varga  <vargaz@freemail.hu>
21192         * marshal.c (emit_marshal_custom): Add some error checking and call the
21193         methods in the ICustomMarshaler interface. Fixes #74875.
21194         
21195         * marshal.c (emit_marshal_array): Implement [Out] marshalling in
21196         native->managed wrappers.
21198 2005-05-12  Martin Baulig  <martin@ximian.com>
21200         * mono-debug-debugger.cs (mono_debugger_lock/unlock): Always lock
21201         here and use the loader lock.
21203         * mono-debug.c: Properly lock when the debugger is not attached.
21204         (mono_debug_init): Release the initial lock if we're not running
21205         in the debugger.
21207 2005-05-12  Zoltan Varga  <vargaz@freemail.hu>
21209         * marshal.c (emit_marshal_custom): Pass through NULL values without
21210         calling the custom marshalling routines.
21212         * marshal.c (emit_ptr_to_object_conv): Implement ftnptr->delegate
21213         conversion in structures. Fixes #74882.
21215 2005-05-12  Atsushi Enomoto  <atsushi@ximian.com>
21217         * culture-info-table.h : zh-* cultures were missing.
21219 2005-05-12  Lluis Sanchez Gual  <lluis@novell.com>
21221         * threads.c: Added a new event background_change_event which is signaled
21222         when a thread changes its background mode.
21223         Moved here several checks previously done in managed code. The checks
21224         require the thread lock, and using the thread lock in managed code
21225         can result in deadlocks.
21226         Merged Start_internal and Thread_internal into a single method. Now 
21227         Thread_internal does all work of creating and starting a thread.
21228         Added icalls for setting and getting the state of the object. Moved from
21229         managed code to avoid locking there.
21230         Added wait_for_tids_or_state_change() which is called instad of
21231         wait_for_tids when waiting for non-backround threads to end. This method
21232         will return if one of the threads ends or the background_change_event
21233         is signaled.
21234         * threadpool.c: use ves_icall_System_Threading_Thread_SetState() to set
21235         the background mode. This method signals the background_change_event
21236         event.
21237         * icall.c:
21238         * threads-types.h: Added icalls for ClrState, SetState and GetState, and
21239         removed Start_internal.
21240         
21241 2005-05-11  Martin Baulig  <martin@ximian.com>
21243         * mono-debug.h (MonoSymbolTable, MonoDebugMethodAddress): Changed
21244         to order of some fields to get proper alignment on 64-bit machines.
21246 2005-05-11  Martin Baulig  <martin@ximian.com>
21248         * mono-debug.c, mono-debug-debugger.c: Revert Paolo's locking
21249         changes as they're broken and completely fuck up the debugger.
21251         * mono-debug.c (mono_debug_add_method): Properly unlock on error.
21253 2005-05-10  Martin Baulig  <martin@ximian.com>
21255         * reflection.c (mono_reflection_generic_class_initialize): Don't
21256         call mono_class_setup_parent() here.
21258 2005-05-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21260         * metadata/socket-io.c: on windows, getsockopt/setsockopt for
21261         send/receive timeout use an integer in milliseconds. We were using a
21262         struct timeval.
21264 2005-05-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21266         * locales.c:
21267         (internal_get_cultures): reserve the first slot of the array for the
21268         InvariantCulture, which will be filled in managed code.
21270 2005-05-06  Zoltan Varga  <vargaz@freemail.hu>
21272         * reflection.c (mono_image_fill_module_table): Initialize the
21273         GENERATION field as well.
21275 2005-05-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21277         * monitor.c: ignore calls to Monitor.Exit even if no one ever called
21278         Monitor.Enter on the object.
21280 2005-05-05  Lluis Sanchez Gual  <lluis@novell.com>
21282         * threads.c: Enable the wait for running threads when exiting.
21283         * icall.c: Suspend all threads before exiting.
21285 2005-05-05  Zoltan Varga  <vargaz@freemail.hu>
21287         * assembly.c (mono_assembly_load_reference): Fix warning.
21289 2005-05-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21291         * threadpool.c: changed the default number of threads per cpu. From now
21292         on, the default will be 20 + (5 * number of cpus) instead of 50.
21294 2005-05-04  Zoltan Varga  <vargaz@freemail.hu>
21296         * loader.c (mono_method_get_signature_full): Add locking here.
21298 2005-05-03  Lluis Sanchez Gual <lluis@novell.com>
21300         * appdomain.c: Moved methods for parsing and freeing assembly
21301         names to assembly.c.
21302         * assembly.c, domain-internals.h: Created public methods for parsing
21303         assembly names. Fixed mono_assembly_load_with_partial_name:
21304         it now finds the best match, taking into account the version,
21305         token and culture specified in the partial name. Also return
21306         the latest version if no version information is specified.
21308 Mon May 2 15:47:57 CEST 2005 Paolo Molaro <lupus@ximian.com>
21310         * threadpool.c: replace check for SocketAsyncCall class.
21312 2005-05-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21314         * threadpool-internals.h:
21315         * Makefile.am: added threadpool-internals.h
21317         * threadpool.c: call mono_unhandled_exception on exceptions not handled
21318         that happen in threadpool threads (tested on MS).
21319         (mono_thread_pool_remove_socket): new function that dispatch any pending
21320         AIO call on a socket that is closing. By now only epoll really needs it,
21321         as select/poll wake up when the socket closes.
21324         * socket-io.c: call mono_thread_pool_remove_socket in Close_internal.
21326 2005-05-01  Zoltan Varga  <vargaz@freemail.hu>
21328         * marshal.c (mono_marshal_get_managed_wrapper): Handle changing the calling convention.
21330 2005-05-01  Lluis Sanchez Gual  <lluis@novell.com>
21332         * gc.c: In mono_gc_cleanup(), wait for 2 seconds, not 2000 seconds.
21334 2005-04-30  Lluis Sanchez Gual  <lluis@novell.com>
21336         * threads.c: In mono_thread_suspend_all_other_threads, if a thread
21337         has an abort request, convert it into a suspend request.
21339 2005-04-30  Ben Maurer  <bmaurer@ximian.com>
21341         * marshal.c (mono_marshal_get_managed_wrapper): give a friendly
21342         warning for the usage of `UnmanagedFunctionPointerAttribute' which
21343         is not supported yet.
21345 2005-04-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21347         * image.c: register assemblies loaded from data (bundles) in the loaded
21348         assemblies hash. Fixes bug #74772.
21350 2005-04-29  Martin Baulig  <martin@ximian.com>
21352         * class.c (mono_type_get_name_recurse): Update to the new naming
21353         schema from the latest .NET 2.x beta2.
21354         (mono_class_setup_vtable_general): If we're a generic instance,
21355         copy the vtable from our generic type definition and inflate all
21356         the methods in it.
21358         * loader.c (find_method): Update to the new naming schema from the
21359         latest .NET 2.x beta2.
21361 2005-04-29  Raja R Harinath  <harinath@gmail.com>
21363         * class.c (mono_class_init): Add a mono_loader_unlock to the
21364         #74734 fix.
21366 2005-04-28  Zoltan Varga  <vargaz@freemail.hu>
21368         * icall.c (ves_icall_System_Environment_Exit): Remove the 
21369         suspend_all_other_threads () call for the time being, since it can hang.
21371         * threads.c (mono_thread_manage): Similarly, disable the waiting for
21372         the background threads to exit, since it can also hang.
21374         * class.c (mono_class_init): Applied patch from Ankit Jain 
21375         (radical@gmail.com). Avoid pending init errors when a field refers
21376         to a nested class using a typeref. Fixes #74734.
21378         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): Fix
21379         this for dynamic modules.
21381 2005-04-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21383         * threads.c: don't wait for threads that are in the process of aborting
21384         or aborted. Set the 'shutting_down' flag before cleaning the threadpool
21385         and waiting for background threads to finish. This makes xsp and
21386         mod-mono-server exit without random length delays and/or hangs.
21388 2005-04-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21390         * icall.c: remove duplicate assignment from GetReferencedAssemblies.
21392 2005-04-25  Zoltan Varga  <vargaz@freemail.hu>
21394         * class.c (mono_class_is_assignable_from): Call is_assignable_to for
21395         dynamic types to prevent infinite loops. Fixes #74727.
21397         * reflection.c (mono_reflection_call_is_assignable_from): Rename to
21398         ..._is_assignable_to.
21400 2005-04-25  Sebastien Pouliot  <sebastien@ximian.com>
21402         * security.c: Fixed #74698 where sysconf returned -1 on FreeBSD.
21404 2005-04-25  Martin Baulig  <martin@ximian.com>
21406         Upgrade to the latest .NET 2.x beta (Visual Studio 2005 Beta 2).
21408         * domain.c
21409         (supported_runtimes): Change "v2.0.40607" -> "v2.0.50215".
21411         * row-indexes.h (MONO_GENERICPARAM_KIND): Removed.
21413         * reflection.c (build_compressed_metadata): Set metadata header
21414         version to 2.0.
21416 2005-04-23  Zoltan Varga  <vargaz@freemail.hu>
21418         * sysmath.c (ves_icall_System_Math_Round2): Use modf to decompose the
21419         number into an integral and a decimal part. Fixes #70473.
21421         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_OffsetOf): Ignore static fields. Fixes #74703.
21423 2005-04-23  Atsushi Enomoto  <atsushi@ximian.com>
21425         * culture-info-table.h : reflected the latest locale-builder output.
21427 2005-04-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21429         * threadpool.c: check for SuspendRequested too when deciding if
21430         mono_thread_interruption_checkpoint should be called.
21432 2005-04-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21434         * appdomain.[ch]: added function to set the shutting_down flag to TRUE.
21435         * threads.c: remove interruption_mutex and use Interlocked instead. When
21436         suspending all the threads, wait for all the suspended events at once.
21437         If we're shutting down and get an APC that is going to be queued,
21438         call mono_thread_execute_interruption immediately, as the thread might
21439         be sleeping on a pthread condition or mutex.
21441         * icall.c: call mono_runtime_set_shutting_down before suspending the
21442         threads.
21444         Fixes bug #74693. And now xsp is happier when exiting.
21446 2005-04-22  Zoltan Varga  <vargaz@freemail.hu>
21448         * loader.c (mono_stack_walk): Fix #74690.
21450 2005-04-22  Martin Baulig  <martin@ximian.com>
21452         * mono-debug.h (MonoDebugMethodJitInfo): Added
21453         `MonoDebugMethodJitInfo *jit'.
21455         * mono-debug.c (mono_debug_read_method): Cache the
21456         MonoDebugMethodJitInfo in `address->jit'.
21457         (mono_debug_free_method_jit_info): New public method.
21459 2005-04-22  Martin Baulig  <martin@ximian.com>
21461         * class.c (mono_class_is_assignable_from): Disallow
21462         type parameter -> interface.
21464 2005-04-21  Dick Porter  <dick@ximian.com>
21466         * threads.c (mono_thread_create): Turn an assertion into an error.
21468 2005-04-20  Zoltan Varga  <vargaz@freemail.hu>
21470         * threads.c object.c icall.c: Fix some gcc 4.0 warnings.
21471         
21472         * threads.c marshal.h marshal.c exceptions.h exceptions.c appdomain.c: 
21473         Fix some gcc 4.0 warnings.
21475 Wed Apr 20 16:09:06 CEST 2005 Paolo Molaro <lupus@ximian.com>
21477         * file-io.c: fix alt dir separator char on unix systems
21478         and cleanup (fixes bug #71214).
21480 2005-04-19  Lluis Sanchez Gual  <lluis@novell.com>
21482         * marshal.c: Use CALLVIRT instead of CALL when dispatching
21483         a call to a remote domain, since the method may be an
21484         interface method in the client domain. This fixes bug #74192.
21486 2005-04-17 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21488         * threadpool.c: recv/send are now performed before going back to managed
21489         code to save one transition.
21491 2005-04-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21493         * metadata/socket-io.c: fixed semantics in Socket.Blocking icall.
21495         * metadata/threadpool.c: removed hack to workaround the bug above.
21497         Fixes bug #74618.
21499 2005-04-16  Zoltan Varga  <vargaz@freemail.hu>
21501         * reflection.c reflection.h: Fix handling of parameter defaults in
21502         dynamic methods. Also fixes handling of parameter attributes.
21503         Fixes #74609.
21505         * mono-debug.c (mono_debug_close_image): Fix warning.
21507 2005-04-15 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21509         * socket-io.h: replaced old unused field with new 'blocking'.
21510         * threadpool.c: restore socket blocking state on windows(tm).
21512 2005-04-14  Sebastien Pouliot  <sebastien@ximian.com>
21514         * icall.c: don't return the codebase in the AssemblyName[] returned by
21515         ves_icall_System_Reflection_Assembly_GetReferencedAssemblies.
21516         * object-internals.h: Removed FIXME (fields were presents) and fixed
21517         versioncompat declaration.
21519 2005-04-14 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21521         * threadpool.c: sometimes we get EBADF from epoll but the epollfd is
21522         not closed, so don't cleanup when it happens.
21524 2005-04-13  Chris Toshok  <toshok@ximian.com>
21526         * mono-debug-debugger.h: change prototype for
21527         mono_debugger_lookup_type.
21529         * mono-debug-debugger.c (mono_debugger_lookup_type): reinstate
21530         this function, although it should probably be named
21531         mono_debugger_init_type.
21533 2005-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21535         * threadpool.c: fix non-AIO case.
21537 2005-04-13  Zoltan Varga  <vargaz@freemail.hu>
21539         * profiler.c (mono_profiler_install_simple): Add a 'jit' option to
21540         the built-in profiler to measure just JIT compilation times.
21542 2005-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21544         * threadpool.c: the epollfd might be closed by another thread at
21545         any time, so ignore EBADF at treat it as a "we're closing" sign.
21547 2005-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21549         * threadpool.c: release the semaphores with a count equals to the number
21550         of working threads in both IO and regular pools. Fixed typo that messed
21551         up the count of IO pool threads. Don't initialize the pipe handles if
21552         we're using epoll.
21554 2005-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21556         * threadpool.c: some systems don't like a NULL when deleting the socket
21557         from epoll.
21559 2005-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21561         * threadpool.c: fix semaphore allocation.
21563 2005-04-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21565         * threadpool.c: added epoll() based implementation for asynchronous IO
21566         that is used instead of the default poll() when available.
21567         It can be disabled by setting MONO_DISABLE_AIO.
21569 2005-04-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21571         * threadpool.c: windows needs 'closesocket' and instead of returning
21572         0 when the stream is closed while in select, it returns -1. Fixes bug
21573         #74573.
21575 2005-04-12  Zoltan Varga  <vargaz@freemail.hu>
21577         * class.c (class_compute_field_layout): Fix the regression caused by
21578         the previous try.
21580 2005-04-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21582         * threadpool.c: separate pool for socket async. IO.
21583         * threadpool.h: mono_max_worker_threads is not a global any more.
21585 2005-04-10  Zoltan Varga  <vargaz@freemail.hu>
21587         * class.c (class_compute_field_layout): Fix #74549.
21589 2005-04-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21591         * threadpool.c: select() on windows doesn't allow pipe handles, soooo
21592         use 2 connected sockets instead.
21594 2005-04-08  Miguel de Icaza  <miguel@novell.com>
21596         * mono-config.c: Add new entry point for mkbundle
21597         mono_config_parse_memory. 
21599 2005-04-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21601         * threadpool.c: removed another unused function.
21603 2005-04-08  Ankit Jain  <radical@corewars.org>
21605         * reflection.c (get_default_param_value_blobs): Add 'types'
21606         parameter to get the types encoded in the constant table.
21607         (mono_param_get_objects): Use the type from the constant table,
21608         not the type of the parameter, when creating default values.
21609         Handle null default values correctly.
21611 2005-04-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21613         * file-io.c:
21614         * file-io.h:
21615         * threadpool.c:
21616         * threadpool.h:
21617         * icall.c:
21618         * socket-io.c: removed dead code for async IO.
21620 2005-04-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21622         * socket-io.h: 2 more fields in MonoSocketAsyncResult.
21624         * threadpool.c: intercept socket async. calls and pass them to a thread
21625         that is polling and dispatching the job items to the threadpool as
21626         socket become ready. Fixes bugs #71217, #71933.
21628         * icall.c: Removed AsyncReceive and AsyncSend. Speed up for copies
21629         between char and short/ushort arrays.
21631         * socket-io.c: remove dead code.
21633 2005-04-06  Atsushi Enomoto  <atsushi@ximian.com>
21635         * locales.c,
21636           icall.c : removed InternalToUpper_Comp() and
21637           InternalToLower_Comp().
21639 2005-04-06  Atsushi Enomoto  <atsushi@ximian.com>
21641         * char-conversions.h : The tables were incorrectly generated. Should
21642           be generated against invariant culture.
21644 2005-04-04  Zoltan Varga  <vargaz@freemail.hu>
21646         * object.c (mono_runtime_invoke_array): Fix return value when 
21647         passing pre-created valuetype objects to ctors.
21649         * gc.c (mono_gchandle_is_in_domain): Applied patch from Jon Larimer 
21650         (jlarimer@gmail.com). Avoid crashes when the wrapper object is null.
21651         Fixes #74338.
21653 2005-03-30  Sebastien Pouliot  <sebastien@ximian.com>
21655         * domain.c: removed g_assert for runtimesecurityframe_class. This is 
21656         only used with --security and hides the wrong corlib version error.
21658 2005-03-30  Joshua Tauberer  <tauberer@for.net>
21660         * class.c: Changed mono_class_name_from_token so that types
21661         outside of a namespace don't have an initial period.  Improved
21662         the g_warning message used in _mono_class_get when loading
21663         fails.
21664         * assembly.c: In mono_assembly_load_reference, when an assembly
21665         can't be found, "No such file or directory" is misleading and
21666         unhelpful because a few paths were checked for the presence of
21667         the assembly.  When that happens (ENOENT), display a nicer
21668         message indicating the directories that were searched.  In all
21669         cases, the warning is made easier to read for non-hackers.
21671 2005-03-29  Sebastien Pouliot  <sebastien@ximian.com>
21673         * assembly.c: Set MONO_ASSEMBLIES to NULL when compiling from a VS.NET
21674         project/solution.
21675         * appdomain.h|domain.c: Removed inline from functions.
21676         * appdomain.c: Reduced warnings when compiling on windows.
21677         * icall.c: Fixed output_debug declaration to gunichar2*.
21678         * mono-config.c: Reduced warnings when compiling on windows.
21679         * rand.c: Added missing "windows.h". Added missing return value.
21680         * rawbuffer.c: Added missing winsock2.h for windows.
21681         * sysmath.h: Added mono-compiler.h header to allow/ease 
21682         compilation with non-GCC compilers.
21683         * threads.c: Fixed declarations to compile with VS.NET C compiler.
21684         Removed cast warnings.
21686         Adapted from the work of J Lothian (for VC6).
21688 2005-03-29  Zoltan Varga  <vargaz@freemail.hu>
21690         * assembly.c (mono_assembly_load_corlib): Do not try loading corlib
21691         from default_path.
21693 2005-03-27  Zoltan Varga  <vargaz@freemail.hu>
21695         * marshal.c (mono_marshal_get_managed_wrapper): Fix bogus assert on
21696         the 2.0 profile.
21698 2005-03-27  Raja R Harinath  <harinath@gmail.com>
21700         * Makefile.am (assembliesdir): Fix.  If it is arch-dependent it
21701         has to be in $(exec_prefix).  $(prefix) is for arch-independent
21702         stuff, and it would probably use $(prefix)/share rather than
21703         $(prefix)/lib.
21705 2005-03-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21707         * console-io.c: added 2 includes that might be missing.
21709 2005-03-24  Zoltan Varga  <vargaz@freemail.hu>
21711         * marshal.c (mono_marshal_get_managed_wrapper): Fix crashes in 2.0
21712         profile.
21714         * reflection.c (create_custom_attr): Allocate the params array using
21715         alloca so it gets GC tracking.
21717 2005-03-23  Chris Toshok  <toshok@ximian.com>
21719         * mono-debug-debugger.c (mono_debugger_runtime_invoke): comment
21720         out some spew.
21722 2005-03-24  Raja R Harinath  <rharinath@novell.com>
21724         * Makefile.am (assembly.lo, mono-config.lo): Rebuild when Makefile
21725         changes to pick up any changes in prefix, etc.
21727 2005-03-23  Zoltan Varga  <vargaz@freemail.hu>
21729         * marshal.c (mono_marshal_get_managed_wrapper): Remove fixme.
21730         
21731         * marshal.c (mono_marshal_get_managed_wrapper): Remove debugging output.
21732         * marshal.c (mono_marshal_get_managed_wrapper): Add support for the modopt(CallConvCdecl).
21734 2005-03-23  Zoltan Varga  <vargaz@freemail.hu>
21736         * class-internals.h object-internals.h class.c reflection.c: Extend the
21737         mono_lookup_dynamic_token () function to return the class of the
21738         token as well. 
21740         * class.c (mono_ldtoken): Handle MEMBERREFS in the dynamic case as
21741         well. Fixes #73848.
21743 2005-03-23  Sebastien Pouliot  <sebastien@ximian.com>
21745         * security-manager.c: Skip inheritance checks for intra-corlib
21746         class inheritance and method overrides. This skips a lot of checks
21747         and (anyway) permissions cannot work until corlib is loaded.
21749 2005-03-23  Martin Baulig  <martin@ximian.com>
21751         * marshal.c (mono_marshal_get_stfld_wrapper): Add support for
21752         MONO_TYPE_GENERICINST.  
21754 2005-03-23  Martin Baulig  <martin@ximian.com>
21756         * metadata.c (mono_type_to_unmanaged): Add MONO_TYPE_GENERICINST.
21758 Tue Mar 22 16:57:01 CET 2005 Paolo Molaro <lupus@ximian.com>
21760         * class.c: added locking comments to some functions.
21761         Cache the interface offsets arrays (saves about 20 KB
21762         of runtime memory in a typical app).
21763         Reduce the time overhead in mono_class_setup_supertypes ().
21765 Tue Mar 22 16:35:57 CET 2005 Paolo Molaro <lupus@ximian.com>
21767         * icall.c: speedup and fix leaks in GetMethodsByName and
21768         GetPropertiesByName.
21770 Tue Mar 22 16:34:29 CET 2005 Paolo Molaro <lupus@ximian.com>
21772         * reflection.c: some locking fixes.
21774 Tue Mar 22 15:13:54 CET 2005 Paolo Molaro <lupus@ximian.com>
21776         * metadata.c: added missing break in case statement.
21778 2005-03-22  Zoltan Varga  <vargaz@freemail.hu>
21780         * marshal.c (mono_marshal_get_runtime_invoke): Add support for
21781         typedbyref return values. Fixes #73941.
21783 2005-03-17  Sebastien Pouliot  <sebastien@ximian.com>
21785         * security-manager.c|h: Added demandunmanaged method and 
21786         suppressunmanagedcodesecurity class to MonoSecurityManager.
21787         Renamed aptc class to allowpartiallytrustedcallers.
21789 2005-03-17  Martin Baulig  <martin@ximian.com>
21791         * class.c (inflate_generic_type): Add MONO_TYPE_ARRAY.
21793 2005-03-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21795         * file-io.c: disabled file async. IO using aio_*. It uses the
21796         threadpool now. Workaround for bug #73718.
21798 Wed Mar 16 18:08:00 CET 2005 Paolo Molaro <lupus@ximian.com>
21800         * assembly.h, mono-config.c: added code to deal with bundled configs
21801         for bundled assemblies.
21803 Wed Mar 16 16:34:38 CET 2005 Paolo Molaro <lupus@ximian.com>
21805         * *.c, private.h: cleanup, removing old private.h header file.
21807 2005-03-16  Zoltan Varga  <vargaz@freemail.hu>
21809         * reflection.c (mono_image_get_method_info): Encode best_fit_mapping
21810         and throw_on_unmappable_char attributes.
21812 2005-03-13  Sebastien Pouliot  <sebastien@ximian.com>
21814         * process.c: Fix buffer length in ves_icall_System_Diagnostics_Process
21815         _ProcessName_internal.
21817 2005-03-13  Zoltan Varga  <vargaz@freemail.hu>
21819         * object.c (mono_array_new_full): Fix aligning of array size. Fixes
21820         #73631.
21822         * icall.c threads.c threads-types.h: Remove slothash icalls as they
21823         are no longer used.
21825 2005-03-11  Zoltan Varga  <vargaz@freemail.hu>
21827         * object.c (compute_class_bitmap): Add support for generics. Fixes
21828         #73527.
21830 2005-03-10  Zoltan Varga  <vargaz@freemail.hu>
21832         * reflection.c (mono_reflection_create_runtime_class): Fix 2.0 build.
21834 2005-03-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21836         * filewatcher.c: commented out the code for windows watcher, as we don't
21837         use it (we use the managed implementation instead).
21839 2005-03-10  Zoltan Varga  <vargaz@freemail.hu>
21841         * object-internals.h (MonoThread): Remove 'unused1' field.
21843         * appdomain.c: Bump corlib version.
21845         * marshal.c: Remove calls to Reset/RestoreDataStoreStatus ().
21847         * reflection.c (mono_reflection_create_runtime_class): Remove the
21848         AssemblyBuilder.Save optimization since it causes too many problems.
21850 2005-03-10  Sebastien Pouliot  <sebastien@ximian.com>
21852         * exception.c|h: Added mono_get_exception_reflection_type_load to
21853         create a ReflectionTypeLoadException object.
21854         * icall.c: Updated ves_icall_System_Reflection_Assembly_InternalGetType
21855         to return NULL is a InheritanceDemand fails during reflection. Updated
21856         ves_icall_System_Reflection_Assembly_GetTypes to throw a 
21857         ReflectionTypeLoadException if an InheritanceDemand fails during 
21858         reflection. Added icall mapping for GetLinkDemandSecurity.
21859         * security-manager.c|h: Added ves_icall_System_Security_
21860         SecurityManager_GetLinkDemandSecurity internal call to return the
21861         class and methods permissions set for a LinkDemand. Removed unused
21862         fields in MonoSecurityManager.
21864 2005-03-10  Martin Baulig  <martin@ximian.com>
21866         * class.c (mono_bounded_array_class_get): Initialize `eclass' if
21867         it's a generic instance.
21869 2005-03-09  Zoltan Varga  <vargaz@freemail.hu>
21871         * reflection.c (mono_get_object_from_blob): Applied patch from
21872         Ankit Jain (radical@gmail.com). Fix enum default values. Fixes #73457.
21874         * class.c (mono_class_is_assignable_from): Another try at fixing 
21875         #73469 without breaking anything.
21877 2005-03-08  Zoltan Varga  <vargaz@freemail.hu>
21879         * class.c: (mono_class_is_assignable_from): Revert the last changes
21880         since they don't work with generics.
21881         
21882         * class.c (mono_class_is_assignable_from): Fix build bustage.
21884         * class.c (mono_class_is_assignable_from): If oklass is dynamic, call
21885         the managed IsAssignableFrom method. Fixes #73469.
21887         * reflection.c (mono_reflection_call_is_assignable_from): New helper
21888         function.
21890 2005-03-04  Zoltan Varga  <vargaz@freemail.hu>
21892         * object.c (mono_load_remote_field_new): Fix returning uninitialized
21893         memory when the remoting callback does not sets the out arguments.
21894         Fixes #73007.
21896         * marshal.c (mono_delegate_free_ftnptr): Remove debug array checked in
21897         by mistake.
21899         * string-icalls.c: Return String.Empty where needed. Fixes #73310.
21901         * object-internals.h (MonoStackFrame): Sync with managed object layout.
21903         * appdomain.c: Bump corlib version.
21905 2005-03-03  Zoltan Varga  <vargaz@freemail.hu>
21907         * gc-internal.h boehm-gc.c null-gc.c: Add mono_gc_is_gc_thread () API
21908         function.
21910         * threads.c (mono_thread_attach): Detect threads which are not started
21911         by the GC pthread wrappers.
21913 2005-03-03  Sebastien Pouliot  <sebastien@ximian.com>
21915         * icall.c: Added new icall for RNG.
21916         * rand.c|h: Added new icall to open the RNG. This allows to share a 
21917         single handle on Linux to access /dev/urandom and fix #73183.
21919 Thu Mar 3 17:53:17 CET 2005 Paolo Molaro <lupus@ximian.com>
21921         * object.c: setting the new vtable in a transparent proxy object must
21922         not change the GC descriptor.
21924 Thu Mar 3 12:11:46 CET 2005 Paolo Molaro <lupus@ximian.com>
21926         * object.c: fixed compilation without GCJ support.
21927         * reflection.c: for runtime-created types ensure klass->has_references
21928         is correct (bug #73215).
21930 2005-03-02  Martin Baulig  <martin@ximian.com>
21932         * class.c (mono_class_is_assignable_from): Make this work if
21933         `oklass' is a generic instance; fixes #72831.
21935 2005-03-01  Zoltan Varga  <vargaz@freemail.hu>
21937         * marshal.c (mono_marshal_get_managed_wrapper): Fix handling of methods
21938         with hasthis set.
21939         
21940         * marshal.c (emit_marshal_array): Emit native->managed marshalling of blittable arrays.
21942         * marshal.c: Reorganize native->managed marshalling code to also use
21943         the emit_marshal_... functions.
21945 Tue Mar 1 16:16:42 CET 2005 Paolo Molaro <lupus@ximian.com>
21947         * object.c: typed allocs have issues with bitmap sizes > 30,
21948         so check for max_set >= 30.
21950 2005-03-01  Zoltan Varga  <vargaz@freemail.hu>
21952         * marshal.c (emit_marshal_array): Implement marshalling of arrays to
21953         managed code. Fixes #73012.
21955         * metadata.h (MonoMarshalSpec): Add elem_mult field.
21957         * metadata.c reflection.c: Load/Emit elem_mult as well.
21958         
21959         * metadata.h (MonoMarshalSpec): Add comment.
21961         * metadata.h: Add MONO_MARSHAL_CONV_LPTSTR_STR.
21963         * metadata.c (mono_metadata_parse_marshal_spec): Set param_num and
21964         num_elem to -1 if not given.
21966         * object-internals.h (MonoReflectionMarshal): Add has_size field.
21968         * reflection.c (encode_marshal_blob): Differentiate between 0 and not
21969         given values.
21971 2005-03-01  Marek Safar  <marek.safar@seznam.cz>
21973         * null-gc.c (mono_gc_free_fixed): Was not compilable.
21975 2005-02-28  Zoltan Varga  <vargaz@freemail.hu>
21977         * reflection.c (encode_marshal_blob): Encode param_num field as well.
21979         * object-internals.h (MonoReflectionMarshal): Add param_num field.
21981 Mon Feb 28 11:59:42 CET 2005 Paolo Molaro <lupus@ximian.com>
21983         * object.c: generalized the reference bitmap creation
21984         and added hooks for the new GC.
21985         * class-internals.c: removed the gc_bitmap field from MonoClass.
21987 Sat Feb 26 16:06:59 CET 2005 Paolo Molaro <lupus@ximian.com>
21989         * domain.c: help the compiler to produce better code
21990         in mono_jit_info_table_find ().
21992 Fri Feb 25 16:50:14 CET 2005 Paolo Molaro <lupus@ximian.com>
21994         * object.c: make all allocations look typed.
21996 Fri Feb 25 16:18:59 CET 2005 Paolo Molaro <lupus@ximian.com>
21998         * socket-io.c: load Mono.Posix if it's not loaded already
21999         (fixes bug#73033).
22001 2005-02-24  Martin Baulig  <martin@ximian.com>
22003         * class.c (dup_type): Correctly duplicate MONO_TYPE_PTR.
22004         * reflection.c (dup_type): Likewise.
22006 2005-02-24  Zoltan Varga  <vargaz@freemail.hu>
22008         * gc.c (run_finalize): Set the domain for finalizing delegates as well.
22009         Thanks to Willibald Krenn and Scott Mohekey for tracking this down.
22011 Thu Feb 24 15:19:35 CET 2005 Paolo Molaro <lupus@ximian.com>
22013         * domain.c, threads.c, object-internals.h: make the critical thread
22014         local vars use the fast access mode (even when we're compiled in
22015         a lib). Provide accessors to be used by the jit during codegen.
22017 2005-02-24  Carlos Alberto Cortez <calberto.cortez@gmail.com>
22019         * appdomain.c: Changed hook functios behavior to include
22020         support for the reflection only assemblies. Some icalls were changed
22021         to support the mentioned assemblies too. Signatures of static methods
22022         try_assembly_resolve and real_load now have an additional parameter:
22023         refonly.
22025         * assembly.c: General changes to mono_assembly_ methods to support
22026         reflection only api. Functions mono_assembly_open, mono_assembly_load,
22027         mono_assembly_load_from and mono_assembly_loaded have got a '_full'
22028         suffix, to support an additional gbool parameter to specify whether
22029         the assembli is reflection only or not. Created some new hook functions 
22030         to add support for reflection only assemblies. Signatures of static 
22031         methods load_in_path, search_loaded, and mono_assembly_load_from_gac 
22032         have now an additional parameter: refonly.
22034         * metadata-internals.h: MonoAssembly now has a gbool ref_only flag,
22035         indicating whether the assembly is reflection only or not.
22037         * exception.c: Add mono_get_exception_invalid_operation.
22039         * icall.c: Throw an InvalidOperationException when trying to invoke
22040         a property/method/event, or trying to set/get the value of a field.
22041         Also add an icall to retrieve the ref_only flag to the
22042         MonoReflectionAssembly.
22044 2005-02-23  Chris Toshok  <toshok@ximian.com>
22046         Part of fix for #72827.
22047         * mono-debug.c (mono_debug_add_method): add lexical block data to
22048         the info we write.  Kind of a hack at the moment - we copy the
22049         lexical block info from the MonoDebugMethodInfo to the
22050         MonoDebugMethodJitInfo here, before writing it.
22051         (mono_debug_read_method): read the lexical block info.
22053         * mono-debug.h (_MonoDebugMethodJitInfo): add lexical block slots.
22055         * debug-mono-symfile.h: add lexical block support.
22057         * debug-mono-symfile.c (mono_debug_find_method): add lexical block
22058         support.
22060 2005-02-23  Zoltan Varga  <vargaz@freemail.hu>
22062         * loader.c (mono_lookup_pinvoke_call): Fix warning.
22064         * object.c (mono_runtime_free_method): Call mono_free_method () and
22065         put the TODOs there.
22067         * loader.c (mono_free_method): Free up most memory allocated for 
22068         dynamic methods.
22070 Wed Feb 23 18:54:26 CET 2005 Paolo Molaro <lupus@ximian.com>
22072         * reflection.c: properly flag a Type argument to a
22073         named custom attr value (bug #72248).
22075 Wed Feb 23 18:32:35 CET 2005 Paolo Molaro <lupus@ximian.com>
22077         * reflection.c: reduce code duplication in named custom
22078         attribute encoding.
22080 Wed Feb 23 17:23:52 CET 2005 Paolo Molaro <lupus@ximian.com>
22082         * reflection.c: properly encode custom attrs of type object
22083         (bug #72649).
22085 2005-02-23  Zoltan Varga  <vargaz@freemail.hu>
22087         * marshal.c (mono_delegate_free_ftnptr): Make this thread safe.
22089 Tue Feb 22 21:54:47 CET 2005 Paolo Molaro <lupus@ximian.com>
22091         * socket-io.c: load System.dll if it's not loaded already
22092         (bug #72850 and #70477).
22094 2005-02-21  Martin Baulig  <martin@ximian.com>
22096         * marshal.c (mono_marshal_get_runtime_invoke): Add support for
22097         generic instances.
22099 2005-02-21  Martin Baulig  <martin@ximian.com>
22101         * reflection.c (mono_image_build_metadata): We also need to
22102         "fixup" the MethodImpl table after we computed the final method
22103         indices.  Call fixup_methodimpl() to do that.
22104         (fixup_methodimpl): New private method.
22106 Mon Feb 21 16:17:14 CET 2005 Paolo Molaro <lupus@ximian.com>
22108         * assembly.c: special case mscorlib.dll (bug#72536),
22109         patch from Carlos Alberto Cortez.
22111 2005-02-20  Zoltan Varga  <vargaz@freemail.hu>
22113         * threads-types.h threads.c: Fix build bustage.
22115         * threads.c: Use a union for long<->double conversions.
22117         * threads-types.h threads.c icall.c: Implement the net 2.0 interlocked
22118         functions based on a patch by Luca Barbieri (luca.barbieri@gmail.com).
22120         * marshal.c (emit_thread_interrupt_checkpoint_call): Mark the bblock 
22121         containing the checkpoint call with NOT_TAKEN.
22122         
22123         * marshal.c (mono_marshal_get_managed_wrapper): Emit interrupt 
22124         checkpoint before pushing the arguments, so they won't have to be
22125         spilled to stack.
22127 Sat Feb 19 15:19:46 CET 2005 Paolo Molaro <lupus@ximian.com>
22129         * domain.c, assembly.c, domain-internals.h: make some data
22130         const and relocation-free.
22132 Sat Feb 19 11:12:34 CET 2005 Paolo Molaro <lupus@ximian.com>
22134         * object.c, appdomain.c, class-internals.h: introduce the
22135         MonoClassRuntimeInfo structure to hold the info needed to
22136         use a class at runtime. Made mono_class_vtable() lock-free
22137         for all the appdomains.
22139 Sat Feb 19 11:11:12 CET 2005 Paolo Molaro <lupus@ximian.com>
22141         * metadata-internals.h, image.c: introduce a per-image mempool to
22142         be used for memory that has the same lifetime as the image.
22144 2005-02-18  Lluis Sanchez Gual  <lluis@novell.com>
22146         * domain.c: In mono_init_internal(), instead of selecting the first
22147         runtime version supported by an executable, get a list of all
22148         supported versions and select the one for which an mscorlib exists
22149         (since even if the runtime supports a given version, it doesn't mean
22150         that the framework for that version is installed).
22151         Modified get_runtimes_from_exe to support this behavior.
22152         In supported_runtimes, added information about additional system
22153         assembly versions.
22154         
22155         * assembly.c: Added support for more than one system assembly version
22156         per runtime version. Updated the assembly list.
22157         In mono_assembly_remap_version, removed the initial version check,
22158         since we don't know to which version we need to compare until we
22159         get the version set on which the assembly is based.
22160         Moved the code for loading corlib into the new method
22161         mono_assembly_load_corlib(), so it can be used by the initialization
22162         code.
22163         
22164         * domain-internals.h: Updated data structures and added declaration
22165         for mono_assembly_load_corlib.
22167 2005-02-17  Zoltan Varga  <vargaz@freemail.hu>
22169         * reflection.c (resolve_object): Fix the creation of the signature in 
22170         the SignatureHelper case.
22172         * assembly.c (mono_assembly_remap_version): Fix binary search.
22173         
22174 2005-02-17  Sebastien Pouliot  <sebastien@ximian.com>
22176         * class.c: Added inheritance check when a method is overloaded (from a
22177         virtual method or when implementing an interface) and when a class is
22178         inherited. Added functions to set a failure for a class and to 
22179         retreive the exception from a failure.
22180         * class-internals.h: Added fields to MonoClass to keep the exception
22181         information status for inheritance (or other exceptions) to be thrown
22182         later (i.e. not at load time).
22183         * object.c: Throw the inheritance SecurityException when a type is to 
22184         be created with either class or method inheritance violations.
22185         * reflection.c|h: Fix when getting declsec from a class. Removed 
22186         unrequired code for class. Improved sanity in parameter naming.
22187         * security-manager.c|h: Added functions to check for class and method
22188         inheritance.
22190 2005-02-17  Zoltan Varga  <vargaz@freemail.hu>
22192         * reflection.c (mono_reflection_create_runtime_class): Set has_cctor
22193         and has_finalize in dynamic types as well.
22195 2005-02-17  Atsushi Enomoto  <atsushi@ximian.com>
22197         * culture-info-table.h : fixed currency format for en-GB (and so on).
22199 Wed Feb 16 16:28:15 CET 2005 Paolo Molaro <lupus@ximian.com>
22201         * gc.c: ensure the GC handles never have 0 as a value.
22203 2005-02-16  Zoltan Varga  <vargaz@freemail.hu>
22205         * marshal.c (emit_marshal_ptr): Raise an exception if trying to pass
22206         a pointer to a struct to unmanaged code. Fixes #72625.
22208 2005-02-16  Martin Baulig  <martin@ximian.com>
22210         * mono-debug.c (mono_debug_open_image): Ignore dynamic images.
22212 2005-02-16  Zoltan Varga  <vargaz@freemail.hu>
22214         * marshal.c (emit_marshal_array): Only marshal unicode char arrays as [Out].
22216 2005-02-15  Zoltan Varga  <vargaz@freemail.hu>
22218         * loader.c (mono_lookup_pinvoke_call): Fix stdcall name mangling.
22220         * marshal.c (mono_ftnptr_to_delegate): If the delegate has the 
22221         UnmanagedFunctionPointerAttribute, use it for determining calling convention
22222         etc. Fixes #71471.
22224         * reflection.c (mono_custom_attrs_get_attr): New helper function.
22226         * object-internals.h: Add MonoReflectionUnmanagedFunctionPointerAttribute.
22228 Tue Feb 15 18:03:41 CET 2005 Paolo Molaro <lupus@ximian.com>
22230         * domain.c, appdomain.c, appdomain.h, object-internals.h, object.h:
22231         changes to make the current context a field in MonoThread.
22233 2005-02-15  Zoltan Varga  <vargaz@freemail.hu>
22235         * marshal.c (mono_marshal_get_native_wrapper): Fix a crash caused by
22236         the last change.
22237         
22238         * marshal.c (mono_marshal_emit_native_wrapper): New helper function
22239         extracted from mono_marshal_get_native_wrapper.
22241         * marshal.c (mono_marshal_get_native_func_wrapper): New helper function
22242         to create wrappers around native functions.
22244         * marshal.c (mono_ftnptr_to_delegate): Add support for creating 
22245         delegates for arbitrary function pointers. Fixes #71472.
22247 Tue Feb 15 11:01:09 CET 2005 Paolo Molaro <lupus@ximian.com>
22249         * threads.c: cleaned up the code a little.
22251 2005-02-15  Martin Baulig  <martin@ximian.com>
22253         * mono-debug.h (MonoSymbolTable): Allow variable-length chunks in
22254         the data table.
22256         * mono-debug.c (DATA_TABLE_CHUNK_SIZE): Set to 32768; we may now
22257         allocate larger chunks if needed.
22259 2005-02-14  Zoltan Varga  <vargaz@freemail.hu>
22261         * threads.c (start_wrapper): Remove #ifdef PLATFORM_WIN32 probably left
22262         in by mistake.
22264 Mon Feb 14 16:48:24 CET 2005 Paolo Molaro <lupus@ximian.com>
22266         * domain.c: keep the domains in an array and ensure the domain ids
22267         are kept small, so they can be used as indexes to domain-specific data
22268         with a small memory overhead.
22270 2005-02-14  Zoltan Varga  <vargaz@freemail.hu>
22272         * icall.c: Handle byref types in Type icalls. Fixes #72544.
22274 Mon Feb 14 15:39:56 CET 2005 Paolo Molaro <lupus@ximian.com>
22276         * Makefile.am: remove libmetadata: we build just libmonoruntime now.
22278 2005-02-13  Zoltan Varga  <vargaz@freemail.hu>
22280         * tabledefs.h (MANIFEST_RESOURCE_VISIBILITY_MASK): Add flags for ManifestResource.
22282         * loader.c (mono_lookup_pinvoke_call): Correct the search order used for different CharSet
22283         values.
22285         * marshal.c (mono_marshal_get_string_encoding): CHAR_SET_AUTO means Unicode on windows.
22286         
22287 2005-02-12  Ben Maurer  <bmaurer@ximian.com>
22289         * domain-internals.h: add the hashtable here.
22291         * class-internals.h: Remove `info' from MonoMethod
22293         * domain.c: Add a new hashtable, jit_trampoline_hash
22295 Fri Feb 11 17:11:20 CET 2005 Paolo Molaro <lupus@ximian.com>
22297         * object.c: don't set the value of static fields
22298         (fixes bug#72494).
22300 2005-02-11  Martin Baulig  <martin@ximian.com>
22302         * mono-debug.c (DATA_TABLE_CHUNK_SIZE): Increase to 131072.
22303         (mono_debug_add_method): Silently ignore the method if it's too big.
22304         (mono_debug_add_type): Likewise.
22306 Fri Feb 11 16:22:10 CET 2005 Paolo Molaro <lupus@ximian.com>
22308         * threads.c, appdomain.c: remove #ifdefs from the code.
22310 2005-02-10  Sebastien Pouliot  <sebastien@ximian.com>
22312         * metadata-internals.h: Added flags to MonoAssembly to cache the most
22313         common security informations. This allows us to stay in unmanaged code
22314         when doing LinkDemand and it's special cases (except for the first 
22315         time for initialization). The flags a very much used with --security.
22316         * reflection.c|h: Added code to get declarative security attributes 
22317         for LinkDemand and InheritanceDemand. This required to refactor the
22318         existing code for Demand.
22319         * security-manager.c|h: Added new method fields for the special cases
22320         of LinkDemand.
22322 2005-02-10  Martin Baulig  <martin@ximian.com>
22324         * icall.c (ves_icall_MonoDebugger_MakeArrayType): New interncall.
22325         (ves_icall_MonoDebugger_GetTypeToken): New interncall.
22327 2005-02-10  Martin Baulig  <martin@ximian.com>
22329         * mono-debug.c, mono-debug-debugger.c: Completely reworked the
22330         debugging code; this is almost a complete rewrite.
22332         * icall.c (ves_icall_MonoDebugger_GetMethodIndex): New interncall.
22334 Thu Feb 10 15:19:01 CET 2005 Paolo Molaro <lupus@ximian.com>
22336         * domain.c, object.h: expose mono_string_equal () and 
22337         mono_string_hash ().
22338         * icall.c, string-icalls.c: remove the string.GetHashCode () icall,
22339         it's implemented in managed code.
22341 Thu Feb 10 15:03:46 CET 2005 Paolo Molaro <lupus@ximian.com>
22343         * icall.c, gc.c, gc-internal.h: make sure gchandles can't be used
22344         lo leak objects between appdomains.
22346 Thu Feb 10 14:25:00 CET 2005 Paolo Molaro <lupus@ximian.com>
22348         * assembly.c: old compilers compilation fix from 
22349         robertj@gmx.net (Robert Jordan).
22351 2005-02-09  Ben Maurer  <bmaurer@ximian.com>
22353         * class-internals.h: Little reminder for the future.
22355         * debug-helpers.c: Fix up wrapper_type_names
22357 Wed Feb 9 19:34:29 CET 2005 Paolo Molaro <lupus@ximian.com>
22359         * image.c, metadata-internals.h: when loading an image from a file,
22360         mmap all of it and use the same codepaths as when using a
22361         in-memory image: the code is simpler and we use less memory
22362         (both writable and readonly).
22364 Wed Feb 9 18:32:51 CET 2005 Paolo Molaro <lupus@ximian.com>
22366         * gc-internal.h, null-gc.c, boehm-gc.c: added functions to the GC
22367         API to alloc runtime data structures that need to be tracked by the
22368         GC and contain pointers.
22369         * appdomain.c, threads.c, object.c, gc.c: use the above changes to
22370         make the code more readable and eventually use a different GC.
22372 2005-02-09  Zoltan Varga  <vargaz@freemail.hu>
22374         * marshal.c (emit_marshal_vtype): Don't do managed->native conversion
22375         for out arguments.
22376         
22377 2005-02-09  Lluis Sanchez Gual  <lluis@novell.com>
22379         * object.c: In release_type_locks(), don't release the cctor lock
22380         if it has already been released. This fixes a crash in the
22381         thread5 test.
22383 Tue Feb 8 19:02:59 CET 2005 Paolo Molaro <lupus@ximian.com>
22385         * gc.c, marshal.c, icall.c: register a delegate for finalization
22386         only when the native function pointer has been allocated for it.
22388 Tue Feb 8 18:12:27 CET 2005 Paolo Molaro <lupus@ximian.com>
22390         * object.c: cleaned up some code, allocate objects that are
22391         pointer free with the atomic malloc variant. Allocate memory
22392         for static data from the mempool if it's pointer-free.
22393         Allocate the bounds array at the end of the array data, when needed.
22394         * object-internals.h, object.h: move a private function in a private
22395         header.
22396         * class.c: handle missing case in tracking references in fields.
22398 Tue Feb 8 18:04:51 CET 2005 Paolo Molaro <lupus@ximian.com>
22400         * class.c, class-internals.h: keep track if a type has
22401         reference fields in either the instance or static fields.
22403 2005-02-07  Lluis Sanchez Gual  <lluis@novell.com>
22405         * domain.c, domain-internals.h: Moved RuntimeInfo to domain-internals.h,
22406         and renamed to MonoRuntimeInfo. Added fields to store the expected
22407         framework assembly version. Changed mono_get_framework_version and
22408         mono_get_runtime_version for a single mono_get_runtime_info method.
22409         
22410         * assembly.c: Added method to remap system assembly versions to the
22411         current executing runtime version. Removed old mapping code.
22412         Remap assembly versions in mono_assembly_load and mono_assembly_loaded.
22413         
22414         * icall.c, reflection.c: Track api changes.
22416 2005-02-06  Miguel de Icaza  <miguel@novell.com>
22418         * loader.c (method_from_memberref): Improve error reporting,
22419         produce the class name instead of the typeref/typedef index. 
22421 2005-02-07  Zoltan Varga  <vargaz@freemail.hu>
22423         * marshal.c (mono_marshal_get_stfld_remote_wrapper): Fix wrapper type.
22425 2005-02-05  Zoltan Varga  <vargaz@freemail.hu>
22427         * loader.c (mono_lookup_pinvoke_call): Allow for combination of
22428         stdcall and charset name mangling.  Reorganize the code and add
22429         some tracing stuff.
22431 2005-02-05  Ben Maurer  <bmaurer@ximian.com>
22433         * monodiet.c: More iters!
22435         * marshal.c: Iter usage.
22437         * icall.c: Iter usage.
22439         * object.c: Use iters.
22441         * debug-helpers.c: More iters
22443 2005-02-05  Zoltan Varga  <vargaz@freemail.hu>
22445         * loader.c (mono_lookup_pinvoke_call): Add brute-force checking for mangled function names
22446         under win32.
22448 2005-02-05  Ben Maurer  <bmaurer@ximian.com>
22450         * mono-debug-debugger.c: use iters
22452         * class.c, class-internals.h: mono_class_setup_events is static
22453         now
22455         * All callers: use iters
22457 2005-02-05  Zoltan Varga  <vargaz@freemail.hu>
22459         * class.c string-icalls.c marshal.c reflection.c: Applied patch from
22460         Robert Jordan (robertj@gmx.net). Fix compilation errors under gcc-2.95.
22462 2005-02-04  Zoltan Varga  <vargaz@freemail.hu>
22464         * object.c (mono_class_proxy_vtable): Add missing _setup () calls.
22466         * marshal.h: Add prototypes for ldfld/stfld_remote.
22468         * appdomain.c (mono_domain_fire_assembly_load): Handle the case when
22469         this is called during startup.
22470         
22471 Fri Feb 4 20:27:58 CET 2005 Paolo Molaro <lupus@ximian.com>
22473         * appdomain.c, monitor.c, monitor.h, threads-types.h: made the
22474         MonoThreadsSync struct private in monitor.c. Changed the way
22475         MonoThreadsSync is allocated so it's faster and there is no
22476         need to keep track of it with a finalizer and it uses less memory.
22477         This also finally allows us to allocate mono objects as ptrfree when
22478         there are no reference fields.
22480 Fri Feb 4 20:24:03 CET 2005 Paolo Molaro <lupus@ximian.com>
22482         * gc.c, null-gc.c, boehm-gc.c, gc-internal.h: added functions to deal with
22483         disappearing link to the GC interface and use them to simplify
22484         the gchandles code.
22486 2005-02-04  Zoltan Varga  <vargaz@freemail.hu>
22488         * class-internals.h marshal.c: Add two new wrappers, ldfld_remote and
22489         stfld_remote which call mono_load/store_field_new. This allows methods
22490         calling ldfld/stfld wrappers to be AOTed.
22492         * console-io.c: Include sys/filio.h under solaris.
22493         
22494         * console-io.c: Include curses.h if needed correctly.
22496 2005-02-03  Zoltan Varga  <vargaz@freemail.hu>
22497         
22498         * icall.c (ves_icall_MonoMethod_get_base_definition): Initialize
22499         method->klass as well.
22501         * class-internals.h (MonoCachedClassInfo): Add 'finalize_image' field.
22503         * class.c (mono_class_init): Switch on lazy initialization of 
22504         methods.
22506         * class.c (mono_class_get_finalizer): Handle the case when the 
22507         finalizer is inherited.
22509 2005-02-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
22511         * console-io.c: <curses.h> is needed by term.h on solaris.
22513 2005-02-03  Ben Maurer  <bmaurer@ximian.com>
22515         * icall.c, class-internals.h, monodiet.c, class.c: Remove
22516         mono_class_setup_properties where possible. Remove this ftn from
22517         the header file, and make it static.
22519 2005-02-03  Zoltan Varga  <vargaz@freemail.hu>
22521         * loader.c: Add missing setup_... call.
22523         * class.c: Add missing setup_... calls.
22525         * class.c (mono_class_init): Switch on lazy initialization of 
22526         the generic vtable.
22527         
22528         * class.c (mono_class_init): Fix generics broken by the recent changes.
22530         * monodiet.c (handle_type): Add missing setup_... calls.
22532         * class.c: Back out garbage in previous patch.
22533         
22534         * class.c: Add missing setup_... calls.
22536         * class.c (mono_class_get_method_from_name_flags): Avoid calling
22537         mono_class_setup_methods () if possible.
22539         * class-internals.h (MonoClass): Add 'has_cctor' flag.
22541         * class-internals.h (MonoCachedClassInfo): New structure.
22543         * class.c: Initialize properties and events fields of MonoClass lazily.
22545         * class.c: Add infrastructure for lazily initializing the methods and
22546         vtable fields of MonoClass. Not yet used.
22548         * class.c (mono_class_get_finalizer): New helper function.
22550         * class.c: Add infrastructure for loading some class related data from
22551         an AOT file.
22553         * object.c: Add infrastructure for initializing the vtable from data
22554         in the AOT file.
22556         * gc.c (run_finalize): Use mono_class_get_finalizer ().
22558         * class.c loader.c object.c icall.c gc.c reflection.c: Call the
22559         appropriate initialization function before accessing parts of the
22560         MonoClass structure.
22562         * marshal.c: Fix warnings.
22563         
22564         * marshal.c (emit_marshal_array): Add missing 'break'. Fixes #72169.
22566         * mono-debug-debugger.c (get_exception_message): Use 
22567         mono_class_get_method_from_name_flags ().
22569 2005-02-02  Ben Maurer  <bmaurer@ximian.com>
22571         * reflection.c, appdomain.c: Replace a few manual searches that
22572         Zoltan missed. (Paolo approved this part of my initial patch).
22574 Wed Feb 2 16:32:08 CET 2005 Paolo Molaro <lupus@ximian.com>
22576         * profiler.c: disable recording statistical events at report time.
22578 Wed Feb 2 14:14:00 CET 2005 Paolo Molaro <lupus@ximian.com>
22580         * icall.c: patch from Geoff Norton <gnorton@customerdna.com>
22581         to byteswap arrays of enum values, too (bug #72080).
22583 2005-02-02  Zoltan Varga  <vargaz@freemail.hu>
22585         * appdomain.c (set_domain_search_path): Allow this to be called if
22586         domain->setup is not yet set.
22588         * loader.c (mono_method_get_index): New helper function.
22590         * loader.c reflection.c: Use mono_method_get_index ().
22592         * class.c (mono_class_get_method_from_name_flags): New helper method.
22594         * debug-helpers.h debug-helpers.c (mono_find_method_by_name): Remove
22595         this.
22597         * class.c (mono_class_get_cctor): New helper method.
22599         * string-icalls.c object.c class.c marshal.c reflection.c: Use
22600         mono_class_get_method () to look up methods.
22602 2005-02-01  Miguel de Icaza  <miguel@novell.com>
22604         * console-io.c: Fix the build, this should work on Windows.
22606 2005-01-31  Ben Maurer  <bmaurer@ximian.com>
22608         * marshal.c (mono_marshal_xdomain_copy_out_value): cached_str must
22609         be set to null to keep things valid
22611 2005-01-31 Gonzalo Paniagua Javier <gonzalo@ximian.com>
22613         * icall.c: added Console 2.0 icalls.
22614         * Makefile.am: added console-io.[ch]
22615         * console-io.[ch]: internal calls for Console 2.0 API.
22617 Mon Jan 31 19:01:29 CET 2005 Paolo Molaro <lupus@ximian.com>
22619         * class.c: make sure we consider all the interfaces
22620         when calculating max_interface_id (bug found by
22621         Jeroen Frijters running ikvm).
22623 2005-01-31  Zoltan Varga  <vargaz@freemail.hu>
22625         * icall.c (ves_icall_FieldInfo_SetValueInternal): Handle setting of
22626         valuetype fields to null.
22628         * object.c (set_value): Ditto. Fixes #71669.    
22630 2005-01-31  Martin Baulig  <martin@ximian.com>
22632         * metadata.c (mono_metadata_has_generic_params): New public
22633         function; checks whether something is a generic method.
22635 Sun Jan 30 20:19:48 CET 2005 Paolo Molaro <lupus@ximian.com>
22637         * appdomain.c: fix infinite recursion when adding assemblies.
22639 2005-01-30  Sebastien Pouliot  <sebastien@ximian.com>
22641         * object.c: Fix small typo to return all items for Environment.
22642         GetCommandLineArgs.
22644 Sun Jan 30 16:49:01 CET 2005 Paolo Molaro <lupus@ximian.com>
22646         * domain.c, appdomain.c, assembly.c, image.c, domain-internals.h,
22647         reflection.c: more domain and assembly-unload related fixes
22648         and memory leaks plugs.
22650 2005-01-30  Zoltan Varga  <vargaz@freemail.hu>
22652         * 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.
22654 2005-01-29  Ben Maurer  <bmaurer@ximian.com>
22656         * loader.c (mono_method_signature): Make this method lazy
22657         (mono_get_method_from_token): Don't computate the signature here.
22659         Doing this saves quite a bit of memory. I got 90 kb on starting up
22660         monodoc. It should also save some disk reads on startup.
22662         * *: MonoMethod->signature might be NULL now. You *MUST* use
22663         mono_method_signature.
22665 2005-01-29  Zoltan Varga  <vargaz@freemail.hu>
22667         * object.c (mono_runtime_get_main_args): Return an array from the
22668         current domain here. Fixes #71938.
22670 Sat Jan 29 15:59:05 CET 2005 Paolo Molaro <lupus@ximian.com>
22672         * monitor.c: formatting changes to comply with the
22673         mono coding style and remove #ifdefs from the code.
22675 Sat Jan 29 15:18:54 CET 2005 Paolo Molaro <lupus@ximian.com>
22677         * metadata.c, private.h: remove some unneeded data
22678         and use a more compact representation for table schemas.
22680 Fri Jan 28 18:23:44 CET 2005 Paolo Molaro <lupus@ximian.com>
22682         * metadata.c, metadata-internals.h: add mono_aligned_addr_hash()
22683         to get a better distribution in hash tables.
22684         * *.c: use mono_aligned_addr_hash() where appropriate.
22685         * assembly.c: make var static.
22687 2005-01-28  Zoltan Varga  <vargaz@freemail.hu>
22689         * domain-internals.h: Put MonoJitInfo on a diet.
22691         * domain.c: Fix a warning.
22693 Wed Jan 26 22:20:46 CET 2005 Paolo Molaro <lupus@ximian.com>
22695         * gc.c: rework the gc handles code to reuse handles
22696         when freed.
22698 Wed Jan 26 17:34:09 CET 2005 Paolo Molaro <lupus@ximian.com>
22700         * domain.c: fixed long standing bug in mono_string_equal() which
22701         was brought to light with the ldstr changes.
22703 2005-01-26  Sebastien Pouliot  <sebastien@ximian.com>
22705         * reflection.c: Remove warning by adding missing include for marshal.h
22707 Tue Jan 25 18:06:00 CET 2005 Paolo Molaro <lupus@ximian.com>
22709         * domain.c, object.c: change the ldstr_table to hold
22710         MonoString* as keys: makes the runtime isinterned lookup
22711         faster and simplifies memory management.
22713 2005-01-25  Sebastien Pouliot  <sebastien@ximian.com> 
22715         * icall.c: Renamed GetEnvironmentVariable so internal* so it was
22716         possible to add imperative security checks before calling the icall.
22717         * reflection.c: Return security attributes on the original MonoMethod
22718         (and not the wrapped one). This fix permissions on icalls.
22720 2005-01-25  Dick Porter  <dick@ximian.com>
22722         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Make
22723         the check for mktime() support actually test the mktime() return
22724         value.  "Fixes" bug 71682, though the output is still different to
22725         MS.
22727 2005-01-25  Martin Baulig  <martin@ximian.com>
22729         * class.c (mono_class_is_assignable_from): Make this work for
22730         generic instances.
22732 2005-01-24  Ben Maurer  <bmaurer@ximian.com>
22734         * marshal.c (mono_string_utf8_to_builder)
22735         (mono_string_builder_to_utf16): We might not have ownership of the
22736         string. In thise case, we need to create a new buffer.
22738         * object-internals.h (mono_stringbuilder_capacity): sb->str might
22739         be null, in which case, use the default capacity.
22741 Mon Jan 24 16:42:29 CET 2005 Paolo Molaro <lupus@ximian.com>
22743         * gc-internal.h, null-gc.c, profiler.c, boehm-gc.c: hook the
22744         GC events to the profiler.
22746 Mon Jan 24 15:59:54 CET 2005 Paolo Molaro <lupus@ximian.com>
22748         * gc.c: remove valgrind detection nonsense. Set GC_DONT_GC
22749         if you don't want the GC to run.
22751 Mon Jan 24 15:53:25 CET 2005 Paolo Molaro <lupus@ximian.com>
22753         * Makefile.am, gc.c, mono-gc.h, boehm-gc.c, null-gc.c, gc-internal.h:
22754         start providing a GC API and keeping different implementations in
22755         their own file.
22756         * profiler.h, profiler.c, profiler-private.h: provide the GC events API.
22758 2005-01-22  Ben Maurer  <bmaurer@ximian.com>
22760         * debug-mono-symfile.c (mono_debug_open_mono_symbol_file): Use
22761         mmap rather than allocating a huge buffer.
22762         (mono_debug_close_mono_symbol_file): Free the buffer allocated
22763         above.
22765 2005-01-22  Sebastien Pouliot  <sebastien@ximian.com>
22767         * icall.c: Add new internal calls for SecurityManager.SecurityEnabled
22768         and CheckExecutionRights.
22769         * reflection.c|h: Keep the index of the declarative security to be 
22770         used, instead of the pointer, when AOT compiler is used. Also add 
22771         class initialization when requesting demands.
22772         * security-manager.c|h: Implement SecurityManager.SecurityEnabled and
22773         CheckExecutionRights. Both properties are now FALSE by default, and
22774         unmodifiable, unless the --security option is used.
22776 Fri Jan 21 15:29:27 CET 2005 Paolo Molaro <lupus@ximian.com>
22778         * domain.c, appdomain.c, assembly.c, image.c, metadata-internals.h,
22779         reflection.c: properly refcount images and assemblies, many leaks fixed.
22781 2005-01-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
22783         * threadpool.c: increase the timeout for threads in the thread pool to
22784         10s.  Fixes bug #67159.
22786 2005-01-20  Bernie Solomon  <bernard@ugsolutions.com>
22788         * class-internals.h: Sun's compiler insists on explicit
22789         signed on bit fields to handle then correctly.
22791 2005-01-19  Miguel de Icaza  <miguel@ximian.com>
22793         * file-io.c (ves_icall_System_IO_MonoIO_get_InvalidPathChars):
22794         Make the size of the array fit only the number of invalid path
22795         chars that we have.
22797         * class.c (_mono_class_get): Improve the error reporting when a
22798         class referenced is not found, to assist debugging. 
22800 Wed Jan 19 19:57:43 CET 2005 Paolo Molaro <lupus@ximian.com>
22802         * threads.c: fix off-by-one error.
22803         * domain.c: free data allocated in the domain.
22805 2005-01-19  Zoltan Varga  <vargaz@freemail.hu>
22807         * reflection.c (mono_method_body_get_object): Fill out exception info
22808         as well.
22810         * object-internals.h: Add MonoReflectionExceptionHandlingClause 
22811         structure.
22812         
22813 2005-01-19  Martin Baulig  <martin@ximian.com>
22815         * loader.c (mono_get_method_constrained): Make this work again.
22817 2005-01-19  Zoltan Varga  <vargaz@freemail.hu>
22819         * object-internals.h (_MonoReflectionMethodBody): Make local_index a 
22820         guint16 to match the managed side.
22822         * reflection.c (mono_reflection_body_get_object): Fill out local
22823         variables array.
22825         * reflection.c (mono_method_body_get_object): Fill out local_var_sig_token
22826         as well.
22828         * object-internals.h (_MonoReflectionMethodBody): Rename 'sig_token' to
22829         'local_var_sig_token'.
22831 2005-01-18  Zoltan Varga  <vargaz@freemail.hu>
22833         * loader.c (mono_lookup_pinvoke_call): Revert the previous patch as it breaks 
22834         System.Drawing.
22836         * reflection.c (mono_method_body_get_object): Handle abstract and
22837         runtime methods.
22839 Mon Jan 17 19:22:39 CET 2005 Paolo Molaro <lupus@ximian.com>
22841         * marshal.c, loader.c, class-internals.h, reflection.c:
22842         store the emthod data for a wrapper in an array instead of a list.
22844 Mon Jan 17 18:48:53 CET 2005 Paolo Molaro <lupus@ximian.com>
22846         * marshal.c: change the code to allocate memory more
22847         conservatively for method wrappers.
22849 Mon Jan 17 18:03:30 CET 2005 Paolo Molaro <lupus@ximian.com>
22851         * class-internals.h, marshal.c: move the str_to_ptr and ptr_to_str
22852         fields from MonoClass to the marshal info structure where they belong.
22854 Mon Jan 17 16:14:46 CET 2005 Paolo Molaro <lupus@ximian.com>
22856         * class.c, object.c, class-internals.h, marshal.c: rearrange
22857         some fields and tweak some types to lower memory usage.
22859 2005-01-17  Zoltan Varga  <vargaz@freemail.hu>
22861         * threads.c (signal_thread_state_change): Handle the case when the
22862         target thread is the current thread.
22864         * marshal.c (mono_struct_delete_old): Do not free lpwstr fields.
22866         * marshal.c: Rename emit_ptr_to_str_conv and its pair to 
22867         emit_ptr_to_object_conv. 
22869         * marshal.c (emit_ptr_to_object_conv): Add support for lpwstr->str
22870         marshalling. Fixes #71352.
22872 Mon Jan 17 10:59:20 CET 2005 Paolo Molaro <lupus@ximian.com>
22874         * metadata.h, blob.h: move table enum to blob.h so it can be included
22875         in any header.
22876         * image.c, metadata.c, metadata-internals.h, pedump.c, reflection.c:
22877         cut the size of MonoImage/MonoDynamicImage.
22879 2005-01-16  Zoltan Varga  <vargaz@freemail.hu>
22881         * profiler.c (mono_profiler_install_simple): Fix default arguments.
22883 Sun Jan 16 12:25:22 CET 2005 Paolo Molaro <lupus@ximian.com>
22885         * reflection.c, reflection.h, icall.c: add a function to check
22886         if an attribute type is defined for a metadata object.
22888 2005-01-14  Lluis Sanchez Gual  <lluis@novell.com>
22890         * object-internals.h: Added some needed fields from StringBuilder class.
22891         * marshal.c: Set the maxCapacity when creating a StringBuilder.
22893 2005-01-13  Zoltan Varga  <vargaz@freemail.hu>
22895         * icall.c (ves_icall_System_Environment_Exit): Suspend all managed
22896         threads before shutting down the runtime.
22898         * threads.c (mono_thread_suspend_all_other_threads): New helper function.
22900 Thu Jan 13 18:16:35 CET 2005 Paolo Molaro <lupus@ximian.com>
22902         * object-internal.h, threads.c: implement stacksize and 
22903         parameterized thread start functionality (requires
22904         matching corlib). Marked broken code for later removal.
22906 2005-01-12  Martin Baulig  <martin@ximian.com>
22908         * class-internals.h (MonoGenericClass): Moved the `initialized'
22909         flag to MonoDynamicGenericClass, removed `init_pending'.
22910         (MonoGenericInst): Added `is_reference' flag.
22912 2005-01-12  Zoltan Varga  <vargaz@freemail.hu>
22914         * reflection.c (mono_image_create_pefile): Only set the pe_offset
22915         inside the MSDOS header. Fixes #71201.
22917         * gc.c (mono_gc_cleanup): Handle the case when this is called from the
22918         gc thread.
22919         (mono_domain_finalize): Ditto.
22921 2005-01-12  Martin Baulig  <martin@ximian.com>
22923         * class.c (mono_get_shared_generic_class): Use the cache for
22924         non-dynamic generic classes.
22926         * class-internals.h (mono_class_create_generic_2): Removed
22927         function prototype, this function is now static inside class.c.
22929         * class.c (mono_class_create_generic_2): Made this static, only
22930         call it from mono_class_init() and mono_class_setup_parent().
22931         (collect_implemented_interfaces_aux): Call mono_class_init() on
22932         the interfaces we collect.
22933         (mono_class_setup_vtable): Call mono_class_init (class->parent).
22935 2005-01-11  Zoltan Varga  <vargaz@freemail.hu>
22937         * threads.c (mono_thread_attach): Call DuplicateHandle on the thread handle on win32 to make
22938         it a real thread handle.
22940         * domain-internals.h: Move exvar_offset from MonoJitInfo to 
22941         MonoJitExceptionInfo, since each catch clause needs its own variable.
22942         
22943 2005-01-11  Dick Porter  <dick@ximian.com>
22945         * image.c (mono_pe_file_open): New variant on mono_image_open()
22946         that does not set up the CLI metadata; used for FileVersionInfo so
22947         it can get the data for windows binaries too.
22948         
22949         * process.c (process_read_string_block): Don't read off the end of
22950         the StringTable block.
22952         These both fix bug 70766.
22954 Tue Jan 11 15:26:00 CET 2005 Paolo Molaro <lupus@ximian.comt>
22956         * gc.c: set some fields to NULL at GC cleanup time.
22957         * threads.c: if we quit the main thread, call exit ().
22959 2005-01-11  Zoltan Varga  <vargaz@freemail.hu>
22961         * threads.c (interruption_request_apc): Decore APC callbacks with CALLBACK under win32.
22963 Mon Jan 10 18:47:28 CET 2005 Paolo Molaro <lupus@ximian.com>
22965         * threads.h, threads.c, object.c: added accessor and settor for
22966         main_thread. Handle it specially when exiting from it: wait
22967         for other foreground threads to exit.
22969 Mon Jan 10 12:06:18 CET 2005 Paolo Molaro <lupus@ximian.com>
22971         * process.c, verify.c: remove some bloat.
22973 2005-01-09  Zoltan Varga  <vargaz@freemail.hu>
22975         * loader.c (mono_lookup_pinvoke_call): If we found the function without name mangling, change
22976         the calling convention to cdecl under win32.
22978 2005-01-08  Ben Maurer  <bmaurer@ximian.com>
22980         * object.c (mono_object_get_size): New function to get the size of
22981         an object instance.
22983         * profiler.c (simple_allocation): Use above.
22985 2005-01-08  Sebastien Pouliot  <sebastien@ximian.com>
22987         * appdomain.c: Replaced ves_icall_System_AppDomain_getDomainByID by
22988         ves_icall_System_AppDomain_getRootDomain (as it's not required to
22989         get an appdomain by it's id and we can't assume the root's id is 0).
22990         * domain-internals.h: Change the function prototype to match.
22991         * icall.c: Change the icall table for AppDomain.
22993 2005-01-08  Miguel de Icaza  <miguel@ximian.com>
22995         * locales.c (string_invariant_compare_char): Only compute
22996         GUnicodeTypes in the case where we need them.  Test for ordinality
22997         first and return if so.
22999         From the commit:
23001                 /*
23002                  * FIXME: here we must use the information from c1type and c2type
23003                  * to find out the proper collation, even on the InvariantCulture, the
23004                  * sorting is not done by computing the unicode values, but their
23005                  * actual sort order.
23006                  */
23008 Sat Jan 8 19:03:26 CET 2005 Paolo Molaro <lupus@ximian.com>
23010         * loader.c: for P/Invoke methods, allow the "Internal" shared
23011         library name to refer to the calling process symbol namespace.
23013 2005-01-07  Sebastien Pouliot  <sebastien@ximian.com>
23015         * Makefile.am: Add the security manager to the build.
23016         * security-manager.c|h: New. Initialization of the security manager.
23018 2005-01-07  Dick Porter  <dick@ximian.com>
23020         * threads.c: 
23021         * monitor.c: Update thread state during Monitor and WaitHandle
23022         waits.  Fixes bug 71031.
23024 2005-01-07  Zoltan Varga  <vargaz@freemail.hu>
23026         * reflection.c (property_encode_signature): Correctly handle when the
23027         property has no methods.
23029 2005-01-06  Zoltan Varga  <vargaz@freemail.hu>
23031         * reflection.c (reflection_methodbuilder_to_mono_method): Remove debug stuff.
23032         
23033         * reflection.c (reflection_methodbuilder_from_method_builder): Copy
23034         fields from mb, not rmb. Fixes #71017.
23036         * marshal.c (emit_ptr_to_str_conv): Add support for 
23037         ByValTStr -> string conversion. Fixes #71015.
23039         * appdomain.c (mono_domain_owns_vtable_slot): New helper function.
23041         * mempool.c (mono_mempool_contains_addr): New helper function.
23043 2005-01-05  Zoltan Varga  <vargaz@freemail.hu>
23045         * metadata.c (mono_metadata_compute_size): Fix size calculation of
23046         HasSematics encoded fields.
23047         
23048         * metadata.c (mono_type_to_unmanaged): Improve error message for 
23049         invalid string marshalling.
23051         * metadata.c: Fix warnings.
23052         
23053 Wed Jan 5 16:17:27 CET 2005 Paolo Molaro <lupus@ximian.com>
23055         * profiler-private.h, profiler.c, profiler.h, gc.c: sample statistical
23056         profiler support.
23058 2005-01-05  Zoltan Varga  <vargaz@freemail.hu>
23060         * domain.c object.c domain-internals.h: Revert part of r38077 since the
23061         keys to proxy_vtable_hash are GCd objects. Fixes running the class lib
23062         tests.
23064 2005-01-03  Zoltan Varga  <vargaz@freemail.hu>
23066         * marshal.c: Use MONO_CLASSCONST instead of MONO_LDPTR in some places,
23067         so methods containing these can be AOTed.
23069 2005-01-03  Martin Baulig  <martin@ximian.com>
23071         * loader.c (find_method): Removed the hack for generic instances.
23072         (method_from_memberref): If our parent is a generic instance, pass
23073         its generic type definition to find_method() and then inflate the
23074         method.
23075         (mono_get_method_constrained): Pass the generic type definition to
23076         find_method() and inflate the method later.
23078         * class-internals.h (MonoStats): Added `generic_class_count'.
23080         * icall.c (ves_icall_MonoGenericMethod_get_reflected_type):
23081         Renamed to ves_icall_MonoGenericMethod_get_ReflectedType().
23083         * reflection.c (mono_custom_attrs_from_params): Don't ignore
23084         generic type definitions.
23086 2004-12-30  Zoltan Varga  <vargaz@freemail.hu>
23088         * loader.c icall.c: Fix warnings.
23090 2004-12-29  Zoltan Varga  <vargaz@freemail.hu>
23092         * marshal.c (mono_marshal_get_managed_wrapper): Fix returning of
23093         blittable types. Fixes #70864.
23095 2004-12-29  Martin Baulig  <martin@ximian.com>
23097         * icall.c
23098         (ves_icall_MonoGenericMethod_get_reflected_type): New interncall.
23100         * reflection.c (mono_method_get_object): Create a
23101         "System.Reflection.MonoGenericMethod" for inflated methods; don't
23102         call mono_get_inflated_method().
23104         * class-internals.h (MonoStats): Added `inflated_method_count_2'.
23106 2004-12-27  Martin Baulig  <martin@ximian.com>
23108         * class-internals.h (MonoMethod): Added `is_inflated' flag.
23109         (MonoMethodInflated): Added `inflated' field.
23111         * class.c (mono_class_inflate_generic_method): Don't really
23112         inflate the method here; just set the `is_inflated' flag in the
23113         MonoMethod.
23114         (mono_class_get_inflated_method): Actually inflate the method here
23115         if it's not already inflated; we use the MonoMethodInflated's new
23116         `inflated' field as a cache.
23118 2004-12-26  Martin Baulig  <martin@ximian.com>
23120         * class.c
23121         (inflate_generic_class): Moved some code out of inflate_generic_type().
23122         (mono_class_inflate_generic_method): If we're already inflated,
23123         inflate the context and use the declaring method; ie. make sure
23124         the declaring method of an inflated method is always the generic
23125         method definition.
23126         (mono_class_create_from_typedef): Create
23127         `class->generic_container->context->gclass'.
23129 2004-12-24  Ben Maurer  <bmaurer@ximian.com>
23131         * metadata-internals.h, marshal.c, reflection.c: More
23132         MonoGHashTable->GHashTable.
23134         * domain-internals.h, class.c: Change MonoGHashTable's into
23135         GHashTables for some cases where no gc stuff is used
23137         All users: update apis
23139 2004-12-23  Ben Maurer  <bmaurer@ximian.com>
23141         * metadata.c (builtin_types): Make this `const'. Makes this get
23142         put into the shareable section.
23143         (mono_metadata_init): Casts to make gcc happy.
23145 2004-12-22  Zoltan Varga  <vargaz@freemail.hu>
23147         * gc.c (mono_gc_init): Add a '\n' to the valgrind warning.
23149 2004-12-21  Sebastien Pouliot  <sebastien@ximian.com> 
23151         * icall.c: Added an internal call to retrieve the position and length
23152         of assembly-level declarative security attributes (RequestMinimum, 
23153         RequestOptional and RequestRefuse). This is used by the Assembly class
23154         to re-create the corresponding permission sets.
23156 Tue Dec 21 14:50:31 CET 2004 Paolo Molaro <lupus@ximian.com>
23158         * marshal.c: fix the stelemref wrapper to be type correct
23159         (and faster).
23161 2004-12-20  Ben Maurer  <bmaurer@ximian.com>
23163         * icall.c (ves_icall_System_Object_GetHashCode): There was no need
23164         to do key & 0x7fffffff. Hashtable already does this. It just
23165         results in longer code.
23167 2004-12-20  Sebastien Pouliot  <sebastien@ximian.com>
23169         * appdomain.c: Bump corlib version.
23170         * class-internals.h: Added RuntimeSecurityFrame to mono_defaults.
23171         * domain.c: Add RuntimeSecurityFrame to mono_defaults.
23172         * reflection.c|h: Add functions to get declarative security infos
23173         (blob position and length) for assemblies, classes and methods.
23175 Mon Dec 20 15:28:54 CET 2004 Paolo Molaro <lupus@ximian.com>
23177         * reflection.c: sort the constant table (bug #70693).
23179 Mon Dec 20 12:19:37 CET 2004 Paolo Molaro <lupus@ximian.com>
23181         * object-internals.h, threads.c, domain.c: add accessors for
23182         the MonoThread and MonoDomain tls keys.
23184 2004-12-18  Martin Baulig  <martin@ximian.com>
23186         * class.c (inflate_generic_type): If we're inflating a generic
23187         instance, set `ngclass->context->container = context->container';
23188         ie. the container we inflated into.
23190         * metadata.c (mono_metadata_parse_generic_param): Reflect above
23191         inflate_generic_type() changes.
23193 2004-12-17  Martin Baulig  <martin@ximian.com>
23195         * class-internals.h
23196         (MonoGenericClass): Replaced `MonoType *generic_type' with
23197         `MonoClass *generic_class'.  Removed `dynamic_info'; if
23198         `is_dynamic' is true, we're a `MonoDynamicGenericClass'.
23199         (MonoDynamicGenericClass): Derive from `MonoGenericClass'.
23201 2004-12-16  Zoltan Varga  <vargaz@freemail.hu>
23203         * exception.c (mono_exception_from_token): New helper function.
23205 2004-12-15  Zoltan Varga  <vargaz@freemail.hu>
23207         * assembly.c (mono_assembly_load_with_partial_name): Call 
23208         mono_assembly_loaded before invoking the preload hooks. Fixes
23209         #70564.
23211         * object-internals.h (MonoThread): Change culture_info and 
23212         ui_culture_info into an array.
23214         * threads.c: Cache culture info objects from more than one appdomain.
23216         * threads.c threads-types.h icall.c: Add icalls for manipulating the 
23217         current UI culture.
23219 2004-12-14  Zoltan Varga  <vargaz@freemail.hu>
23221         * threads.h threads.c appdomain.c: Clear the culture_info field of
23222         all threads during unloading if they point to an object in the dying
23223         appdomain.
23225 2004-12-13  Ben Maurer  <bmaurer@ximian.com>
23227         * culture-info.h (TextInfoEntry): New struct
23228         * object-internals.h: sync with managed
23229         * locales.c: fill the `text_info_data' field
23230         * culture-info-tables.h: update
23232 Mon Dec 13 18:10:50 CET 2004 Paolo Molaro <lupus@ximian.com>
23234         * Makefile.am, monodiet.c: add monodiet, an IL code garbage
23235         collector.
23237 2004-12-12  Ben Maurer  <bmaurer@ximian.com>
23239         * icall.c (ves_icall_ModuleBuilder_getToken): Check for null
23240         (ves_icall_ModuleBuilder_getMethodToken): Ditto
23242 2004-12-12  Martin Baulig  <martin@ximian.com>
23244         * mono-debug-debugger.c (write_type): If we're an enum and the
23245         builtin types have already been initialized, call mono_class_init().
23247 2004-12-11  Martin Baulig  <martin@ximian.com>
23249         * metadata.c (mono_metadata_load_generic_params): Added
23250         `MonoGenericContainer *parent_container' argument; automatically
23251         compute `container->is_method'; pass the correct owner to
23252         get_constraints().      
23254         * reflection.c (compare_genericparam): Sort the GenericParam table
23255         according to increasing owners. 
23257 Fri Dec 10 18:43:46 CET 2004 Paolo Molaro <lupus@ximian.com>
23259         * profiler.c: allow disabling the default profiler.
23261 Fri Dec 10 18:42:11 CET 2004 Paolo Molaro <lupus@ximian.com>
23263         * decimal.c, icall.c: allow disabling System.Decimal support.
23265 2004-12-09  Marek Safar <marek.safar@seznam.cz>
23267         * reflection.c: Add support for null attribute arguments.
23269 2004-12-09  Martin Baulig  <martin@ximian.com>
23271         * metadata.h, loader.h: Use `idx' instead of `index' in parameter
23272         names to get rid of compiler warnings.
23274 2004-12-08  Zoltan Varga  <vargaz@freemail.hu>
23276         * marshal.c (mono_marshal_get_struct_to_ptr): Call 
23277         mono_marshal_load_type_info (). Fixes #69625.
23278         (mono_marshal_get_ptr_to_struct): Likewise.
23280 2004-12-08  Martin Baulig  <martin@ximian.com>
23282         * mono-debug.h: Bumped version number to 47.
23284         * mono-debug-debugger.c
23285         (mono_debugger_event_handler, mono_debugger_event): Take two
23286         guint64 arguments insteed of a gpointer and a guint32.  
23288 2004-12-08  Martin Baulig  <martin@ximian.com>
23290         * debug-mono-symfile.h
23291         (MonoDebugLineNumberEntry): Renamed `offset' to `il_offset' and
23292         `address' to `native_offset'.
23294 2004-12-08  Martin Baulig  <martin@ximian.com>
23296         * class.c (mono_class_create_from_typespec): Only inflate if we
23297         either have `context->gclass' or `context->gmethod'.
23299 2004-12-08  Zoltan Varga  <vargaz@freemail.hu>
23301         * metadata-internals.h (MonoAssembly): Add 'corlib_internal' field.
23303         * object-internals.h (MonoReflectionAssemblyBuilder): Move 'corlib_internal' field from Assembly to AssemblyBuilder.
23305         * reflection.c (mono_image_basic_init): Initialize assembly->corlib_internal from the assembly builder.
23307         * reflection.c (mono_assembly_get_object): Remove the workaround put
23308         in for the release.
23309         
23310         * appdomain.c: Use the corlib_internal field from MonoAssembly.
23312         * appdomain.c: Bump corlib version.
23314         * reflection.c (mono_assembly_get_object): Add a workaround so __MetadataTypes won't
23315         be visible in other appdomains.
23317 2004-12-07  Ben Maurer  <bmaurer@ximian.com>
23319         * threads.c: Interlocked inc and dec for longs were messed up,
23320         use a KISS based impl for this. Fixes 70234
23322 2004-12-07  Zoltan Varga  <vargaz@freemail.hu>
23324         * threads.c (ves_icall_System_Threading_Thread_GetCachedCurrentCulture): Make this lock-less.
23326 Tue Dec 7 10:47:09 CET 2004 Paolo Molaro <lupus@ximian.com>
23328         * icall.c: fix to follow policy not to allow struct
23329         arguments in icalls.
23331 2004-12-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
23333         * process.c: make the patch that handles spaces in file paths work
23334         on mono/windows too.
23336 2004-12-06  Martin Baulig  <martin@ximian.com>
23338         * class.c (mono_class_create_generic): Call
23339         mono_class_setup_supertypes() if we're dynamic.
23340         (mono_class_is_subclass_of): `g_assert (klass->idepth > 0)'.
23342 2004-12-06  Zoltan Varga  <vargaz@freemail.hu>
23344         * object-internals.h: Add new fields to MonoThread.
23346         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
23348         * icall.c threads-types.h threads.c: Add new icalls.
23350         * object-internals.h (MonoThread): Remove unused 'unmanaged' field.
23352         * object-internals.h (MonoReflectionAssembly): Sync object layout with
23353         managed side.
23355         * appdomain.c: Bump corlib version.
23357         * appdomain.c (ves_icall_System_AppDomain_GetAssemblies): Skip
23358         internal assemblies. Fixes #69181.
23360 2004-12-05  Martin Baulig  <martin@ximian.com>
23362         * class.c (mono_class_inflate_generic_signature): Make this a
23363         no-op if `context' is NULL or we don't have any type parameters;
23364         also copy `sentinelpos'.        
23366 2004-12-04  Zoltan Varga  <vargaz@freemail.hu>
23368         * image.c: Add unbox_wrapper_cache.
23370         * class-internals.h debug-helpers.c: Add MONO_WRAPPER_UNBOX.
23372         * marshal.h marshal.c (mono_marshal_get_unbox_wrapper): New wrapper
23373         function generator.
23374         
23375         * object.c (mono_delegate_ctor): Call unbox wrapper if neccesary.
23376         Fixes #70173.
23378         * metadata-internals.h image.c: Add MonoImage->unbox_wrapper_cache.
23379         
23380 2004-12-04  Martin Baulig  <martin@ximian.com>
23382         * loader.c (mono_method_get_signature_full): New public function;
23383         like mono_method_get_signature(), but with an additional
23384         `MonoGenericContext *' argument.
23386         * class.c (mono_class_inflate_generic_signature): Formerly known
23387         as inflate_generic_signature(); make this public.
23389 2004-12-04  Martin Baulig  <martin@ximian.com>
23391         * metadata.c
23392         (mono_metadata_parse_type_full): Take a `MonoGenericContext *'
23393         instead of a `MonoGenericContainer *'.  
23394         (mono_metadata_parse_array_full): Likewise.
23395         (mono_metadata_parse_signature_full): Likewise.
23396         (mono_metadata_parse_method_signature_full): Likewise.
23397         (mono_metadata_parse_generic_inst): Likewise.
23398         (mono_metadata_parse_generic_param): Likewise.
23399         (mono_metadata_parse_mh_full): Likewise.
23400         (mono_type_create_from_typespec_full): Likewise.
23402 2004-12-03  Martin Baulig  <martin@ximian.com>
23404         * class-internals.h (MonoGenericContainer): Replaced the
23405         `MonoGenericContext * pointer with a `MonoGenericContext'
23406         structure and made it the first element.
23408 2004-12-03  Martin Baulig  <martin@ximian.com>
23410         * class.c
23411         (inflate_generic_type): Set the `context->container' when creating
23412         a new MonoGenericContext.
23413         (mono_class_inflate_generic_method): Likewise.
23414         (mono_class_create_from_typespec): Just use `context->container'
23415         to get the container.
23417         * loader.c (method_from_methodspec): Set `context->parent' from
23418         `context->container' - and if that's a method container, use its
23419         parent.  Also set the `context->container' when creating a new
23420         MonoGenericContext.
23421         (mono_get_method_from_token): Use just `context->container' to get
23422         the container.
23424         * metadata.c (do_mono_metadata_parse_generic_class): Also set
23425         `gclass->context->container'.
23427         * reflection.c (do_mono_reflection_bind_generic_parameters): Set
23428         the `context->container' when creating a new MonoGenericContext.
23430 2004-12-03  Zoltan Varga  <vargaz@freemail.hu>
23432         * reflection.c (compare_genericparam): Sort params with identical
23433         owner by their number. Fixes gen-111 on sparc.
23435 2004-12-02  Zoltan Varga  <vargaz@freemail.hu>
23437         * threadpool.c (async_invoke_thread): Call push/pop_appdomain_ref
23438         around the domain changes.
23440         * appdomain.c (mono_domain_unload): Handle the case when the thread
23441         calling Unload is itself being aborted during unloading. Fixes #70022.
23443         * appdomain.h: Add prototype for mono_install_runtime_cleanup.
23445         * marshal.c (emit_thread_interrupt_checkpoint_call): Call 
23446         checkpoint_func as an icall so it gets a wrapper.
23447         (mono_marshal_get_xappdomain_invoke): Call push/pop_appdomain_ref ()
23448         in the cross-appdomain wrappers too.
23450         * threads.c (mono_thread_has_appdomain_ref): Make this public.
23452         * assembly.c (mono_assembly_open_from_bundle): Fix warning.
23454         * reflection.c: Fix some memory leaks.
23455         
23456 2004-12-02  Martin Baulig  <martin@ximian.com>
23458         * metadata-internals.h (MonoImage): Removed `generic_class_cache'.
23460         * metadata.c (generic_class_cache): New static hashtable.
23461         (mono_metadata_lookup_generic_class): New public method.
23463 2004-12-02  Martin Baulig  <martin@ximian.com>
23465         * class.c (mono_class_create_from_typedef): Call
23466         mono_class_setup_parent() and mono_class_create_mono_type() before
23467         parsing the interfaces.
23469 2004-12-02  Martin Baulig  <martin@ximian.com>
23471         * metadata.c (generic_inst_cache): New static hashtable.
23472         (mono_metadata_lookup_generic_inst): New public function.
23473         (mono_metadata_inflate_generic_inst): New public function.
23474         (mono_metadata_parse_generic_inst): New public function.
23475         (do_mono_metadata_parse_generic_class): Use the new
23476         mono_metadata_parse_generic_inst() for parsing the `gclass->inst'
23477         since this'll also use the cache.
23479         * reflection.c (mono_reflection_bind_generic_method_parameters):
23480         Use mono_metadata_lookup_generic_inst() to use the new cache.
23482         * class.c (inflate_mono_type): Use
23483         mono_metadata_inflate_generic_inst() to inflate a generic
23484         instance; this'll also use the new cache.
23486         * loader.c (method_from_methodspec): Use
23487         mono_metadata_parse_generic_inst() and
23488         mono_metadata_inflate_generic_inst() rather than parsing it
23489         manually, so we can use the new cache.
23491 2004-12-02  Zoltan Varga  <vargaz@freemail.hu>
23493         * threads.c (wait_for_tids): Do not incorrectly free threads when 
23494         the wait times out.
23496 2004-12-01  Neale Ferguson <Neale.Ferguson@SoftwareAG-usa.com>
23498         * icall.c (mono_ArgIterator_Setup) : Conditionally compile calculation of
23499         iter->args based on whether parameters are passed in registers (i.e.
23500         MONO_ARCH_REGPARMS is defined)
23502 2004-12-01  Zoltan Varga  <vargaz@freemail.hu>
23504         * loader.c (mono_lookup_pinvoke_call): Use the remapped dll name in
23505         the exception message. Fixes #70070.
23506         (method_from_methodspec): Fix warnings.
23508 2004-12-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
23510         * process.c: (complete_path) return the path quoted
23512 2004-12-01  Martin Baulig  <martin@ximian.com>
23514         * class-internals.h (MonoGenericInst): New structure.
23515         (MonoGenericClass): Replaced `type_argc', `type_argv' and
23516         `is_open' with `MonoGenericInst *inst'.
23517         (MonoGenericMethod): Replaced `mtype_argc', `mtype_argv' and
23518         `is_open' with `MonoGenericInst *inst'.
23520 2004-11-30  Martin Baulig  <martin@ximian.com>
23522         Generics API cleanup: renamed MonoGenericInst -> MonoGenericClass.
23524         * metadata-internals.h (MonoImage): Renamed `generic_inst_cache'
23525         to `generic_class_cache'.
23527         * metadata.c
23528         (mono_generic_inst_hash): Renamed to mono_generic_class_hash().
23529         (mono_generic_inst_equal): Renamed to mono_generic_class_equal().
23530         (mono_generic_inst_is_valuetype): Renamed to
23531         mono_generic_class_is_valuetype().
23533         * class-internals.h
23534         (MonoGenericInst): Renamed to MonoGenericClass.
23535         (MonoDynamicGenericInst): Renamed to MonoDynamicGenericClass.
23536         (MonoClass): Renamed `generic_inst' to `generic_class'.
23537         (MonoGenericContext): Renamed `ginst' to `gclass'.
23539         * object-internals.h
23540         (MonoReflectionGenericInst): Renamed to MonoReflectionGenericClass.
23542         * reflection.c (mono_reflection_generic_inst_initialize): Renamed to
23543         mono_reflection_generic_class_initialize().
23545         * icall.c (icall_entries): "System.Reflection.MonoGenericInst" is
23546         now known as "System.Reflection.MonoGenericClass".
23547         (monogenericinst_icalls): Renamed to monogenericclass_icalls.
23549 2004-11-29  Sebastien Pouliot  <sebastien@ximian.com>
23551         * class-internals.h: Added a flag field to MonoClass to cache the
23552         declarative security attributes actions associated with the class.
23553         * domain-internals.h: Added booleans to MonoJitInfo to cache the
23554         (class or method level) stack modifiers (Assert, Deny and PermitOnly)
23555         applicable to the JITted method.
23556         * reflection.c|h: Added functions to extract (as flags) which security
23557         actions are available (declaratively) for a method, class or assembly.
23558         * metadata.c|h: Added functions to search the declarative security
23559         table in the metadata.
23560         
23561 2004-11-29  Ben Maurer  <bmaurer@ximian.com>
23563         * icall.c (ves_icall_System_Reflection_Assembly_GetNamespaces):
23564         EXPORTEDTYPES are already in the class name cache, so there is no
23565         need to add extra code here to look at them. Just removes a bit of
23566         cruft.
23568         (ves_icall_System_Environment_get_TickCount): No need for #if
23569         WINDOWS. We already have the code in io-layer.
23571 2004-11-28  Martin Baulig  <martin@ximian.com>
23573         * loader.c
23574         (method_from_methodspec): Also inflate the `gmethod->mtype_argv'.
23575         Fixes gen-112.cs.
23577 2004-11-27  Miguel de Icaza  <miguel@ximian.com>
23579         * assembly.c (do_mono_assembly_open): Instead of having a
23580         conditional WITH_BUNDLE, incorporate support for bundles here, by
23581         having a global `bundles' variable holding a pointer to the actual
23582         bundles. 
23584         (mono_register_bundled_assemblies): New API call used by the
23585         bundle code. 
23587         See mkbundle.1 for details.
23588         
23589 2004-11-27  Martin Baulig  <martin@ximian.com>
23591         * object.c (mono_class_vtable): Store the `MonoMethod *' itself in
23592         the vtable for generic methods.
23594 2004-11-26  Martin Baulig  <martin@ximian.com>
23596         * metadata.c
23597         (mono_metadata_generic_method_hash): New public function.
23598         (mono_metadata_generic_method_equal): Likewise.
23600         * class-internals.h
23601         (MonoGenericContainer): Added `GHashTable *method_hash'.
23603         * reflection.c (ReflectionMethodBuilder): Added
23604         `MonoGenericContainer *generic_container'.
23605         (reflection_methodbuilder_to_mono_method): Don't create a new
23606         MonoGenericContainer each time we're called.
23607         (mono_reflection_bind_generic_method_parameters): Use
23608         `container->method_hash' to cache the results so we don't create a
23609         different method if we're called several times with the same
23610         arguments.
23612         * loader.c (method_from_methodspec): Use the new
23613         `container->method_hash' here, too.
23615 2004-11-26  Martin Baulig  <martin@ximian.com>
23617         * class.c (inflate_generic_signature): Correctly compute
23618         `res->has_type_parameters'.
23619         (mono_class_vtable): Use the `has_type_parameters' flag to
23620         determine whether we're a generic method.
23622         * metadata.c (mono_metadata_parse_method_signature_full): Likewise.
23624 2004-11-25  Zoltan Varga  <vargaz@freemail.hu>
23626         * object.c (mono_runtime_run_main): Fix a small memory leak.
23628 2004-11-25  Martin Baulig  <martin@ximian.com>
23630         * class.c (set_generic_param_owner): Fixed the loop.
23632 2004-11-25  Martin Baulig  <martin@ximian.com>
23634         * object.c (mono_class_vtable): Don't create any JIT wrappers for
23635         generic methods.
23637 2004-11-24  Zoltan Varga  <vargaz@freemail.hu>
23639         * reflection.c: Allow all kinds of whitespace, not just ' ' in type
23640         names. Fixes #69787.
23642 2004-11-24  Martin Baulig  <martin@ximian.com>
23644         * class.c (mono_class_create_generic_2): If we don't have a
23645         `ginst->parent', inflate `gklass->parent' to get our parent.
23647 2004-11-24  Martin Baulig  <martin@ximian.com>
23649         * reflection.c (compare_genericparam): Correctly sort the
23650         GenericParam table; fixes #69779.
23652 2004-11-23  Ben Maurer  <bmaurer@ximian.com>
23654         * reflection.c: When writing a PE file, don't create a huge
23655         buffer in memory. Just write the arrays we have to the file.
23656         This reduces memory usage.
23658         * metadata-internals.h: MonoDynamicStream pefile is no longer used
23659         globally.
23661 2004-11-17  Martin Baulig  <martin@ximian.com>
23663         * class.c (mono_class_init): Don't setup `class->parent' for
23664         dynamic instances; moved this to mono_class_generic_2().
23665         (mono_class_create_generic): Also set `klass->inited' for dynamic
23666         generic instances.
23667         (mono_class_create_generic_2): Don't do anything for dynamic
23668         generic instances.  Set `klass->parent' here and also call
23669         mono_class_setup_parent() here. 
23671         * reflection.c (do_mono_reflection_bind_generic_parameters): Added
23672         `MonoType *parent' argument; set `ginst->parent' before calling
23673         mono_class_create_generic_2(), so we set the correct parent.
23675 Thu Nov 18 17:10:32 CET 2004 Paolo Molaro <lupus@ximian.com>
23677         * reflection.c: allow getting attributes from ModuleBuilder
23678         (used by ikvm).
23680 2004-11-17  Martin Baulig  <martin@ximian.com>
23682         * class.c (mono_class_create_from_typedef): If a type parameter is
23683         inherited from an outer class, set its owner to that class.
23685 2004-11-17  Atsushi Enomoto  <atsushi@ximian.com>
23687         * reflection.c: (mono_image_create_pefile): Don't use NULL argument
23688           for (int*) written size. This fixes bug #69592.
23690 2004-11-15  Sebastien Pouliot  <sebastien@ximian.com>
23692         * icall.c: Added IsAuthenticodePresnet internal call.
23693         * image.c|h: New function that check a MonoImage for an Authenticode
23694         signature in the certificate PE data directory.
23695         * security.c|h: New internal call to ask the runtime if an 
23696         Authenticode signature seems referenced in the PE header.
23698 2004-11-15  Zoltan Varga  <vargaz@freemail.hu>
23700         * icall.c (ves_icall_type_isprimitive): Native int is a primitive type.
23702         * reflection.c (mono_image_create_pefile): Free the assembly streams
23703         after writing out the assembly file.
23705         * object.c (mono_runtime_run_main): Fix small memory leak.
23707         * icall.c (ves_icall_Type_GetPropertiesByName): Add support for
23708         property access modifiers. Fixes #69389.
23710 Mon Nov 15 11:54:22 CET 2004 Paolo Molaro <lupus@ximian.com>
23712         * domain.c, object.c, object-internals.h, domain-internals.h,
23713         object.h, marshal.c: keep dynamic code info per domain.
23715 2004-11-15  Martin Baulig  <martin@ximian.com>
23717         * class.c (mono_type_get_name_recurse): Put type arguments in
23718         `[',`]' instead of in `<','>'.  Thanks to Atsushi for the patch,
23719         see bug #68387.
23721 2004-11-15  Martin Baulig  <martin@ximian.com>
23723         * class.c (mono_type_get_name_recurse): Added `include_ns' flag.
23724         (mono_class_setup_vtable): When computing `the_cname' for a
23725         generic instance, don't include the namespace since we'd otherwise
23726         add it twice.
23728 2004-11-15  Martin Baulig  <martin@ximian.com>
23730         * class.c (mono_class_create_generic): Changed return type to void.
23731         (mono_class_create_generic_2): New public function; setup
23732         `class->method', `class->field' and `class->interfaces' here
23733         instead of in mono_class_init().
23735         * class.h (mono_class_create_generic): Moved to class-internals.h.
23737 2004-11-14  Ben Maurer  <bmaurer@ximian.com>
23739         * reflection.c (mono_image_create_pefile): take a file HANDLE.
23740         rather than writing to memory, write to this file. Right now,
23741         we are just writting into a buffer, and copying that. However
23742         we can avoid the buffer later.
23744         (mono_dynamic_stream_reset): new function
23746         * icall.c, object-internals.h: update for the above.
23748 2004-11-13  Ben Maurer  <bmaurer@ximian.com>
23750         * reflection.c: Remove *_ATOMIC macros. We really shouldn't
23751         have been using gc'd memory. First it is slower, unlikely
23752         the comment in the source code said, secondly, it increases
23753         our footprint to do it in the gc.
23755         * icall.c (WriteToFile): rename of getDataChunk. Rewrite
23756         the method so that it does not have to copy to managed code.
23758 2004-11-12  Zoltan Varga  <vargaz@freemail.hu>
23760         * loader.c (mono_method_get_header): Fix build for older glibs which does not define G_LIKELY.
23762 2004-11-12  Martin Baulig  <martin@localhost>
23764         * reflection.c (mono_image_create_token): Allow generic method
23765         definitions here, since they may appear in an `.override'; see
23766         gen-98/gen-99 for an example.
23768 2004-11-11  Zoltan Varga  <vargaz@freemail.hu>
23770         * icall.c (ves_icall_Type_GetField): Support BFLAGS_IgnoreCase. Fixes
23771         #69365.
23773         * marshal.c (mono_string_to_ansibstr): Make g_error messages more
23774         descriptive.
23776 2004-11-11  Martin Baulig  <martin@ximian.com>
23778         * class.c (mono_class_setup_vtable): In an explicit interface
23779         implementation, the method name now includes the arity.
23781 2004-11-10  Zoltan Varga  <vargaz@freemail.hu>
23783         * object.c (mono_array_full_copy): Fix warning.
23785 2004-11-10  Lluis Sanchez Gual  <lluis@novell.com>
23787         * appdomain.c: Removed look_for_method_by_name(). Use the new method
23788         mono_class_get_method_from_name() instead.
23789         
23790         * class-internals.h: Added two new types of wrappers. 
23791         Added MonoRemotingTarget enum. Added new trampoline function type, which
23792         takes an additional MonoRemotingTarget value as parameter, so it is
23793         possible to request a trampoline for a specific target.
23794         
23795         * class.c: Added new mono_class_get_method_from_name() method.
23796         
23797         * class.h: In MonoRemoteClass, we can have now to vtables, one for
23798         general remoting sinks and one specific for cross domain calls.
23799         
23800         * debug-helpers.c: Added new wrapper names.
23801         
23802         * icall.c: Use the new method mono_remote_class_vtable() to get the vtable
23803         of a remote class.
23804         
23805         * image.c: Porperly delete value objects form the remoting invoke hashtable.
23806         
23807         * marshal.c: Added mono_marshal_get_xappdomain_invoke(), which together
23808         with several other methods (mono_marshal_get_xappdomain_dispatch,
23809         mono_marshal_get_xappdomain_target, mono_marshal_get_serialize_exception,
23810         and others) can generate a fast remoting wrapper for cross domain calls.
23811         More information can be found in docs/remoting.
23812         Other changes: Removed mono_find_method_by_name, and used
23813         mono_class_get_method_from_name instead.
23814         Remoting wrappers are now stored in a MonoRemotingMethods struct, which
23815         is stored in the remoting invoke hashtable.
23816         
23817         * marshal.h: published the new method for getting the xdomain wrapper,
23818         and also added a method for getting the adequate wrapper for a given
23819         method and target.
23820         
23821         * object-internals.h, object.c: Added a couple of methods for capying and
23822         cloning arrays.
23823         Modified mono_install_remoting_trampoline, which takes the new remoting
23824         trampoline that has a remoting target as parameter.
23825         mono_class_proxy_vtable now also takes a remoting target as parameter, and
23826         will return the most suitable vtable for the target.
23827         Added mono_remote_class_vtable, which returns the vtable of a remote class
23828         (which can be the normal remoting vtable or the xdomain vtable).
23829         
23830         * threads.c: the xdomain invoke and dispatch wrappers must also be
23831         protected against interruptions.
23833 2004-11-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
23835         * icall.c: use memmove in BlockCopyInternal when the source and
23836         destination arrays are the same.
23838 2004-11-09  Martin Baulig  <martin@ximian.com>
23840         * class-internals.h (MonoGenericContainer): Removed `method' and
23841         `signature', replaced them with `is_method' and `is_signature'
23842         flags.  Added `context'.
23844         * loader.c (method_from_methodspec): Take a `MonoGenericContext *'
23845         instead of a `MonoGenericContainer *'.
23847         * metadata.c (mono_metadata_generic_param_equal): Removed the hack
23848         for dynamic type parameters.
23849         (mono_metadata_load_generic_params): Setup `container->context'.
23851         * reflection.c (mono_reflection_setup_generic_class): Setup
23852         `tb->generic_container->context'.
23853         (do_mono_reflection_bind_generic_parameters): Use
23854         mono_class_inflate_generic_type() to correctly inflate types,
23855         rather than using our own hack just for MONO_TYPE_VAR.
23857 2004-11-09  Martin Baulig  <martin@ximian.com>
23859         * class.c (mono_class_inflate_generic_method): Small fix; don't
23860         crash here.
23862         * icall.c
23863         (ves_icall_MonoType_GetGenericArguments): Don't ignore `byref' types.
23864         (ves_icall_Type_get_IsGenericTypeDefinition): Likewise.
23865         (ves_icall_Type_GetGenericTypeDefinition_impl): Likewise.
23866         (ves_icall_Type_BindGenericParameters): Likewise.
23867         (ves_icall_Type_get_IsGenericInstance): Likewise.
23868         (ves_icall_Type_GetGenericParameterPosition): Likewise.
23869         (ves_icall_MonoType_get_HasGenericArguments): Likewise.
23870         (ves_icall_MonoType_get_IsGenericParameter): Likewise.
23871         (ves_icall_MonoType_get_DeclaringMethod): Likewise.
23873 2004-11-09  Zoltan Varga  <vargaz@freemail.hu>
23875         * assembly.c (mono_assembly_names_equal): Reenable the comparison of
23876         assembly versions and public key tokens. Fixes #69113.
23878 Tue Nov 9 17:34:05 CET 2004 Paolo Molaro <lupus@ximian.com>
23880         * metadata.c: fix bug introduced with the type cache changes
23881         on 2004-11-06.
23883 Tue Nov 9 17:26:29 CET 2004 Paolo Molaro <lupus@ximian.com>
23885         * metadata.h, metadata.c, domain-internals.h, marshal.c: include
23886         the MonoClass pointer instead of the token in exception clauses.
23887         * reflection.c: updates for the above and make the code not depend
23888         on the structure of MonoExceptionClause.
23890 2004-11-08  Zoltan Varga  <vargaz@freemail.hu>
23892         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): 
23893         Add support for dynamic assemblies. Fixes #69114.
23895         * loader.c (mono_method_get_header): Handle icalls and pinvoke methods.
23897 2004-11-07  Ben Maurer  <bmaurer@ximian.com>
23899         * class-internals.h (MonoMethod): Move addr to MonoMethodPInvoke
23900         since most only those methods use it. the code member of
23901         MonoMethodPInvoke was dead, so that can be removed too. Also,
23902         remove inline_count (again, not used), and move slot so that it
23903         can share bits with some other flags. This saves 8 bytes in the
23904         structure and gives us about 50 kb back for mcs helloworld.cs
23906         * *.[ch]: Do naming changes for the above.
23908         * loader.c (mono_method_get_header): Lazily init the header
23909         on first access.
23910         (mono_get_method_from_token): don't init the header here
23911         (mono_free_method): the header may never be allocated
23913         Overall, this saves 150 kb of unmanaged allocations
23914         for mcs helloworld.cs. That accounts for 10% of the unmanaged
23915         memory at runtime.
23916         
23917         * loader.c, loader.h (mono_method_get_header): new accessor.
23919         * *.[ch]: use the above method. Prepares us to lazily load
23920         the header.
23922         * *.[ch]: Clean up all the pesky warnings. gcc now only gives
23923         three warnings, which are actual bugs (see 69206).
23925         * class-internals.h (MonoMethod): Remove remoting_tramp. It is
23926         unused. Saves a cool 4 bytes / method.
23928 2004-11-06  Ben Maurer  <bmaurer@ximian.com>
23930         * metadata.c (builtin_types): Add types for System.Object here.
23931         (mono_metadata_parse_type_full): Cache MonoType*'s that are
23932         for a class or valuetype from klass->this_arg or klass->byval_arg.
23934         On mcs for a hello world, this gets us down from 21836 MonoType's
23935         to 14560.
23937         (mono_metadata_free_type): Account for the above change.
23939 2004-11-06  Zoltan Varga  <vargaz@freemail.hu>
23941         * appdomain.c (ves_icall_System_AppDomain_GetData): Throw an 
23942         exception instead of asserting if name is null.
23943         (ves_icall_System_AppDomain_GetData): Ditto.
23945 2004-11-05  Zoltan Varga  <vargaz@freemail.hu>
23947         (ves_icall_get_enum_info): Avoid crash when called on a non-finished
23948         EnumBuilder.
23950         * icall.c (ves_icall_System_Reflection_Assembly_GetEntryAssembly): 
23951         Return NULL when the domain does not have entry_assembly set.
23953         * icall.c (ves_icall_System_Reflection_Assembly_GetFilesInternal): 
23954         Add a 'resource_modules' argument.
23955         (ves_icall_type_GetTypeCode): Fix typecode of byref types.
23957         * reflection.c (mono_reflection_create_runtime_class): Move setting
23958         of wastypebuilder here, so mono_get_type_object () returns a MonoType
23959         for enums too.
23961         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringAnsi): Return NULL here instead of an empty string to match MS behavior.
23962         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringAnsi_len):
23963         Throw an ArgumentNullException if 'ptr' is null.
23965         * appdomain.c (mono_domain_assembly_search): Avoid matching dynamic
23966         assemblies here. Fixes #69020.
23968 2004-11-05  Geoff Norton  <gnorton@customerdna.com>
23970         * reflection.c (build_compressed_metadata): Fix the previous patch for
23971         big endian systems.  GUINT32_FROM_LE isn't needed on strlen and was overwriting
23972         the stack.
23974 2004-11-04  Zoltan Varga  <vargaz@freemail.hu>
23976         * assembly.c (mono_assembly_names_equal): Allow a match if one of
23977         the cultures is false. Fixes #69090.
23979         * reflection.c (build_compressed_metadata): Fix invalid memory read 
23980         detected by valgrind.
23981         
23982         * reflection.c (mono_reflection_get_type): Avoid triggering a 
23983         TypeResolve multiple times for the same type. Fixes #65577.
23985 2004-11-04  Ben Maurer  <bmaurer@ximian.com>
23987         * marshal.c: Avoid using ldftn to call managed functions. It is
23988         much slower than just a call.
23990         * reflection.c (mono_module_get_object): free the basename we
23991         allocate here from glib.
23992         
23993         * reflection.c (ensure_runtime_vtable): make sure to free
23994         overrides.  Also, we were allocating an array of MonoMethod not an
23995         array of MonoMethod*.
23997         * marshal.c (mono_marshal_get_stelemref): do a mono_mb_free here.
23999         * image.c (mono_image_close): free image->guid here.
24001 2004-11-02  Zoltan Varga  <vargaz@freemail.hu>
24003         * reflection.c: Fix some spec conformance issues with the PE file
24004         structures so mcs compiled apps run on the Net 2.0 beta.
24006 2004-11-01  Zoltan Varga  <vargaz@freemail.hu>
24008         * string-icalls.c (ves_icall_System_String_ctor_encoding): 
24009         Implement this. Fixes #67264.
24011         * debug-helpers.h debug-helpers.c marshal.c: Move 
24012         mono_find_method_by_name to debug-helpers.c.
24014 2004-10-31  Zoltan Varga  <vargaz@freemail.hu>
24016         * object.c (mono_release_type_locks): type_initialization_hash is
24017         a GHashTable.
24019         * reflection.c object.c object-internals.h: Fix warnings.
24021         * icall.c (ves_icall_Type_GetPropertiesByName): Handle properties
24022         without accessors. Fixes #61561.
24024         * appdomain.c (ves_icall_System_AppDomain_createDomain): Inherit
24025         application base from the root domain if not set. Fixes #65641.
24026         (mono_runtime_init): Fix warning.
24028 2004-10-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
24030         * appdomain.c: call mono_thread_pool_init.
24031         * threadpool.[ch]: new mono_thread_pool_init that sets the max. number
24032         of worker threads based on the number of CPUs and the environment
24033         variable MONO_THREADS_PER_CPU if present. The defaults are 50 (25)
24034         for non-windows (windows) systems.
24036 2004-10-27  Chris Toshok  <toshok@ximian.com>
24038         * mono-debug-debugger.c (write_class): don't call mono_class_init
24039         here, as even with the check for (!klass->init_pending), we get
24040         into a situation where we're hitting cycles in class
24041         initialization.  Fixes #68816.
24043 2004-10-25  Zoltan Varga  <vargaz@freemail.hu>
24045         * image.c: Avoid overwriting values in the loaded_images_hash when an
24046         assembly is loaded multiple times. Fixes #61152.
24048         * assembly.c (mono_assembly_names_equal): Compare the cultures as well,
24049         so multiple satellite assemblies for the same name can be loaded.
24050         Fixes #68259.
24052         * mono_domain_assembly_preload: Actually return the loaded assembly, 
24053         not NULL.
24055         * icall.c (ves_icall_type_is_subtype_of): Fix this for byref types.
24056         (ves_icall_type_is_assignable_from): Ditto. Fixes #68582.
24058         * gc.c (finalize_domain_objects): Call GC_invoke_finalizers () so
24059         pending finalizers are not invoked after the appdomain has been 
24060         unloaded. Fixes #67862.
24062 2004-10-22  Martin Baulig  <martin@ximian.com>
24064         * mono-debug-debugger.c
24065         (mono_debugger_runtime_invoke): Don't box valuetypes.
24067 2004-10-22  Chris Toshok  <toshok@ximian.com>
24069         * mono-debug-debugger.c (do_write_class): handle .cctors too, and
24070         don't hide private methods.
24072 2004-10-22  Sebastien Pouliot  <sebastien@ximian.com>
24074         * icall.c: Allows the runtime to "share" (when known) the public key
24075         token of an assembly. This avoid the need to recalculate the token 
24076         (from the public key) in managed code.
24078 2004-10-21  Chris Toshok  <toshok@ximian.com>
24080         * debug-helpers.c (append_class_name): argh, revert last patch.
24081         
24082 2004-10-21  Chris Toshok  <toshok@ximian.com>
24084         * debug-helpers.c (append_class_name): use '+' as the delimiter,
24085         not '/', so that it matches what the debugger uses to look up
24086         methods.
24088 2004-10-21  Martin Baulig  <martin@ximian.com>
24090         * mono-debug-debugger.c (mono_debugger_throw_exception): New
24091         public method; this is called each time an exception is thrown and
24092         allows the debugger to use exception catch points.
24094 2004-10-21  Martin Baulig  <martin@ximian.com>
24096         * mono-debug-debugger.c (mono_debugger_handle_exception): Write
24097         the stack pointer and the exception object in some struct and pass
24098         that to the debugger.
24100 2004-10-21  Chris Toshok  <toshok@ximian.com>
24102         * mono-debug-debugger.c (do_write_class): add instance/static
24103         event support.  We don't expose "raise" or "other" yet.
24104         (event_is_static): new method.
24106 2004-10-20  Bernie Solomon  <bernard@ugsolutions.com>
24108         * mono-debug-debugger.c
24109         (mono_debugger_handle_exception): Remove
24110         bogus return value for fussy compilers.
24112 2004-10-20  Martin Baulig  <martin@ximian.com>
24114         * mono-debug-debugger.c
24115         (mono_debugger_unhandled_exception): Added `gpointer stack' argument.
24116         (mono_debugger_handled_exception): Likewise.
24118 2004-10-20  Martin Baulig  <martin@ximian.com>
24120         * mono-debug-debugger.h (MonoDebuggerEvent): Added
24121         MONO_DEBUGGER_EVENT_EXCEPTION.
24123         * mono-debug-debugger.c (mono_debugger_handle_exception): New
24124         public function to send the debugger a notification for an
24125         exception and inform it about a catch/finally clause.
24127 2004-10-19  Zoltan Varga  <vargaz@freemail.hu>
24129         * marshal.c, icall.c: Applied patch from Alexandre Rocha Lima e
24130         Marcondes (alexandremarcondes@psl-pr.softwarelivre.org). Really
24131         fix 2.95 build. 
24133         * icall.c (ves_icall_InternalExecute): Fix build for gcc-2.95.
24135 2004-10-18  Zoltan Varga  <vargaz@freemail.hu>
24137         * marshal.c (emit_marshal_object): Fix freeing of memory when a reference type is
24138         marshalled as [In,Out]. Fixes #58325.
24140 2004-10-14  Zoltan Varga  <vargaz@freemail.hu>
24142         * reflection.c (mono_method_body_get_object): Implement some fields.
24144 2004-10-12  Martin Baulig  <martin@ximian.com>
24146         * reflection.c (mono_reflection_bind_generic_parameters): Small
24147         fix, correctly retrieve our parent from a generic instance.
24149 2004-10-12  Martin Baulig  <martin@ximian.com>
24151         * metadata.c (mono_metadata_generic_param_equal): We always have
24152         an owner.
24154         * class.c
24155         (mono_class_from_generic_parameter): We need to have an owner.
24156         (my_mono_class_from_generic_parameter): Likewise.
24158         * reflection.c (mono_reflection_setup_generic_class): Renamed to
24159         mono_reflection_create_generic_class() and added a new
24160         mono_reflection_setup_generic_class().  
24161         (mono_reflection_initialize_generic_param): If we're a nested
24162         generic type and inherited from the containing class, set our
24163         owner to the outer class.
24165 2004-10-11  Zoltan Varga  <vargaz@freemail.hu>
24167         * icall.c (ves_icall_System_Reflection_MethodBase_GetMethodBodyInternal): New icall.
24169         * reflection.c (mono_method_body_get_object): New function to create
24170         a MethodBody object.
24172         * object-internals.h object.h: Add MonoReflectionMethodBody structure.
24174 2004-10-11  Martin Baulig  <martin@ximian.com>
24176         * metadata.c (_mono_metadata_type_equal): Renamed to
24177         do_mono_metadata_type_equal() and made static.
24179 2004-10-11  Martin Baulig  <martin@ximian.com>
24181         * appdomain.c: Bump corlib version number to 28.
24183 2004-10-10  Martin Baulig  <martin@ximian.com>
24185         * class-internals.h
24186         (MonoGenericInst): Added `MonoGenericContainer *container'.
24187         (MonoGenericMethod): Likewise.
24188         (MonoGenericContext): Likewise.
24189         (MonoGenericParam): Added `MonoGenericContainer *owner'.
24191         * metadata.c
24192         (do_mono_metadata_parse_type): Added a `MonoGenericContainer *' argument.
24193         (do_mono_metadata_parse_generic_inst): Likewise.
24194         (mono_metadata_parse_type_full): New public method.  This is the actual
24195         mono_metadata_parse_type() implementation - with an additional
24196         `MonoGenericContainer *' argument.
24197         (mono_metadata_parse_array_full): Likewise.
24198         (mono_metadata_parse_signature_full): Likewise.
24199         (mono_metadata_parse_method_signature_full): Likewise.
24200         (mono_metadata_parse_mh_full): Likewise.
24201         (mono_type_create_from_typespec): Likewise.
24202         (mono_metadata_interfaces_from_typedef_full): New public method;
24203         this is similar to the other _full() methods, but we take a
24204         `MonoGenericContext *' since we have to pass it to mono_class_get_full().
24205         (mono_metadata_parse_generic_param): Take an additional
24206         `MonoGenericContainer *' argument and lookup the MonoGenericParam
24207         from that container.
24208         (mono_metadata_generic_param_equal): New static method to compare
24209         two type parameters.
24210         (_mono_metadata_type_equal): New static method; takes an
24211         additional `gboolean signature_only' argument - if true, we don't
24212         compare the owners of generic parameters.
24213         (mono_metadata_signature_equal): Call _mono_metadata_type_equal()
24214         with a TRUE argument - do a signature-only comparision.
24216         * loader.c: Use the new _full() methods and pass the
24217         MonoGenericContainer to them.
24219         * object-internals.h (MonoReflectionTypeBuilder): Added
24220         `MonoGenericContainer *generic_container' field.
24221         (MonoReflectionMethodBuilder): Likewise.
24223 2004-10-08  Zoltan Varga  <vargaz@freemail.hu>
24225         * icall.c (ves_icall_System_Reflection_Module_GetGlobalType): Special
24226         case initial images of dynamic assemblies.
24228         * reflection.c (mono_image_basic_init): Set 'initial_image' field.
24230         * metadata-internals.h (MonoDynamicImage): Add 'initial_image' field.
24232         * reflection.c (mono_reflection_event_builder_get_event_info): Fix
24233         length of event->other array.
24234         (typebuilder_setup_events): Ditto.
24236         * domain-internals.h (MonoDomain): Rename 'assemblies' hash table to
24237         'assembly_by_name' and add an 'assemblies' list.
24239         * assembly.h assembly.c: Add a new search hook for determining whenever
24240         an assembly is already loaded. Use this instead of searching in the
24241         loaded_assemblies list.
24243         * domain.c appdomain.c: Implement the new search hook so loaded 
24244         assemblies are now scoped by appdomain. Fixes #67727.
24246 2004-10-07  Zoltan Varga  <vargaz@freemail.hu>
24248         * threads.c (mono_thread_attach): Initialize synch_lock field so
24249         mono_thread_detach works again.
24251         * loader.c (mono_lookup_pinvoke_call): Try the dllname prefixed with
24252         'lib' too. Fixes #63130.
24254 2004-10-06  Jackson Harper  <jackson@ximian.com>
24256         * culture-info-tables.h: regenerated.
24258 2004-10-06  Zoltan Varga  <vargaz@freemail.hu>
24260         * icall.c (ves_icall_Type_GetInterfaces): Include interfaces 
24261         implemented by other interfaces in the result. Fixes #65764.
24262         
24263         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): 
24264         Handle unloadable modules without crashing.
24266         * image.c (load_modules): Revert the previous patch since modules must
24267         have a fixed index inside the array.
24268         
24269         * image.c (load_modules): Don't include native modules in the modules
24270         array.
24272 2004-10-05  Zoltan Varga  <vargaz@freemail.hu>
24274         * reflection.h: Add param_defaults field.
24276         * reflection.c: Add support for parameter defaults in dynamic methods.
24277         Fixes #64595.
24279         * icall.c (ves_icall_MonoType_get_Namespace): Return NULL instead of
24280         an empty string when a type has no namespace. Fixes #64230.
24282 2004-10-04  Sebastien Pouliot  <sebastien@ximian.com>
24284         * tabledefs.h: Added "internal" security actions to support non-CAS
24285         permissions NonCasDemand, NonCasLinkDemand and NonCasInheritance. 
24286         Note: they do not seems to be used anymore in 2.0 (new metadata format)
24288 2004-10-04  Zoltan Varga  <vargaz@freemail.hu>
24290         * icall.c (ves_icall_InternalInvoke): Throw an exception when calling
24291         constructor of abstract class. Fixes #61689.
24293 2004-10-04  Martin Baulig  <martin@ximian.com>
24295         * class-internals.h (MonoGenericContainer): New type.
24296         (MonoMethodNormal): Replaced `MonoGenericParam *gen_params' with
24297         `MonoGenericContainer *generic_container'.
24298         (MonoClass): Replaced `gen_params' and `num_gen_params' with
24299         `MonoGenericContainer *generic_container'.
24301         * metadata.c (mono_metadata_load_generic_params): Return a
24302         `MonoGenericContainer *' instead of a `MonoGenericParam *';
24303         removed the `num' argument.
24305 2004-10-03  Zoltan Varga  <vargaz@freemail.hu>
24307         * icall.c (ves_icall_System_Reflection_Module_GetPEKind): Add support
24308         for dynamic images.
24310         * object-internals.h (MonoReflectionAssemblyBuilder): Add pe_kind and
24311         machine fields.
24313         * metadata-internals.h (MonoDynamicImage): Add pe_kind and machine fields.
24315         * reflection.c: Save pe_kind and machine values into the generated
24316         image file.
24318         * appdomain.c: Bump corlib version number.
24320         * object-internals.h: Reorganize layout of LocalBuilder.
24322         * class-internals.h class.c (mono_class_get_implemented_interfaces): 
24323         New helper function.
24325         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Return the
24326         created MonoType for dynamic types. Fixes #66180.
24328 2004-10-02  Ben Maurer  <bmaurer@ximian.com>
24330         * threadpool.c: the ares hashtable needs a critical section around it.
24331         this prevents some nasty segfaults
24333 2004-10-02  Massimiliano Mantione  <massi@ximian.com>
24335         * process.c: Fixed alignments to 32 bits as casting to unsigned is unsafe
24336         on 64 bits platforms, patch by will@exomi.com (Ville-Pertti Keinonen), see
24337         bug 67324).
24338         
24339 2004-09-30  Zoltan Varga  <vargaz@freemail.hu>
24341         * object-internals.h (MonoReflectionTypeBuilder): Add 'created' field.
24342         
24343 2004-09-30  Lluis Sanchez Gual  <lluis@novell.com>
24345         * image.c: Always canonicalize image file names, to avoid loading
24346         the same assembly twice when referenced using a relative path.
24348 2004-09-30  Zoltan Varga  <vargaz@freemail.hu>
24350         * marshal.h marshal.c icall.c: Fix bugs in previous patch.
24352         * marshal.c marshal.h icall.c: Add GetDelegateForFunctionPointerInternal icall.
24354         * marshal.c: Fix warnings.
24356 2004-09-29  Geoff Norton  <gnorton@customerdna.com>
24358         * marshal.c (mono_ftnptr_to_delegate): This method was improperly
24359         attempting to marshal the delegate_trampoline as the method_addr.
24360         This patch has a static hashtable of marshalled delegates so that 
24361         we can map delegate_trampoline addresses back to delegates.  This
24362         allows a delegate passed to managed code to be passed back into native
24363         code.  Fixes #67039
24365 2004-09-28  Zoltan Varga  <vargaz@freemail.hu>
24367         * icall.c: Add GetFunctionPointerForDelegateInternal icall.
24369         * reflection.c (method_encode_code): Align method headers properly.
24370         Fixes #66025.
24372 2004-09-28  Lluis Sanchez Gual  <lluis@novell.com>
24374         * marshal.c: In the runtime invoke wrapper, reset the abort
24375         exception if it is cached. This avoids the automatic rethrowal of 
24376         the exception after the catch of the wrapper. Also check for pending
24377         interruptions before calling the managed method. This is done using
24378         the new method emit_thread_force_interrupt_checkpoint, since the
24379         normal checkpoint method is ignored when running the invoke wrapper.
24380         * object.c: If the abort exception is rethrown, set the abort_exc
24381         field of the thread, so it will be rethrown aftere every catch.
24382         * threadpool.c: Only run an interruption checkpoint if what has been
24383         requested is a stop of the thread (aborts will be ignored).
24384         * threads.c: By default, a thread will now never be interrumped while
24385         running the runtime invoke wrapper (this ensures that runtime_invoke
24386         will always return to the caller if an exception pointer is provided).
24387         There is a new special method mono_thread_force_interruption_checkpoint()
24388         to force an interruption checkpoint even if running a protected
24389         wrapper, which is used by the same runtime invoke wrapper to do a check
24390         at a safe point.
24392 2004-09-28  Lluis Sanchez Gual  <lluis@novell.com>
24394         * object.c, object-internals.h: Implemented mono_release_type_locks,
24395         which releases the cctor locks held by a thread.
24396         * threads.c, threads.h: In thread_cleanup, release cctor locks held
24397         by a thread. Added mono_thread_exit() method to be used to safely stop
24398         a thread.
24400 2004-09-28  Raja R Harinath  <rharinath@novell.com>
24402         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): 
24403         Move null check before dereference.  Avoid indexing beyond the end
24404         of the 'modules' array.
24406 2004-09-28  Raja R Harinath  <rharinath@novell.com>
24408         * metadata-internals.h (MonoImage): Add module_count field.
24409         * image.c (load_modules): Set image->module_count.
24410         (mono_image_load_file_for_image): Use image->module_count.
24411         * reflection.c (mono_image_load_module): Append to image->modules array 
24412         of dynamic assembly.
24413         (mono_module_get_object): Fix loop to actually increment index.
24414         Use image->module_count.
24415         * assembly.c (mono_assembly_load_references): Use image->module_count.
24416         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal):
24417         Likewise.
24419 2004-09-28  Zoltan Varga  <vargaz@freemail.hu>
24421         * icall.c (ves_icall_System_Reflection_FieldInfo_GetUnmanagedMarshal): 
24422         Avoid assert on generic types.
24424 2004-09-26  Zoltan Varga  <vargaz@freemail.hu>
24426         * icall.c (ves_icall_System_Reflection_FieldInfo_GetUnmanagedMarshal): New icall.
24428         * reflection.c (mono_param_get_objects): Fill out MarshalAsImpl field.
24430         * reflection.c (mono_reflection_marshal_from_marshal_spec): New 
24431         function to convert a MarshalSpec structure to its managed counterpart.
24433         * reflection.c: Fix warnings.
24434         
24435         * object-internals.h (MonoReflectionParameter): Add MarshalAsImpl
24436         field.
24438         * icall.c (mono_create_icall_signature): Fix build.
24440 2004-09-25  Zoltan Varga  <vargaz@freemail.hu>
24442         * icall.c: Add MakePointType icall.
24444         * icall.c (ves_icall_System_Text_Encoding_InternalCodePage): Fix
24445         warnings.
24447 2004-09-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
24449         * threadpool.c: reuse allocated slots in the queue.
24451 2004-09-24  Zoltan Varga  <vargaz@freemail.hu>
24453         * object-internals.h (MonoReflectionDllImportAttribute): New structure.
24455         * icall.c: Add new icalls for GetDllImportAttribute and GetFieldOffset.
24457         * reflection.h reflection.c (mono_reflection_get_custom_attrs): Revert
24458         previous change.
24460         * tabledefs.h: Add constants for pinvoke attributes BestFit and
24461         ThrowOnUnmappableChar.
24463         * icall.c (ves_icall_Type_GetPacking): New icall.
24465 2004-09-24  Martin Baulig  <martin@ximian.com>
24467         * icall.c (ves_icall_Type_GetGenericParameterConstraints): New interncall.
24469 2004-09-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
24471         * appdomain.c:
24472         (mono_domain_set): allow setting a domain that is being unloaded.
24473         (mono_domain_unload): invoke the DomainUnload callbacks in the domain
24474         being unloaded.
24476 2004-09-23  Zoltan Varga  <vargaz@freemail.hu>
24478         * icall.c reflection.h reflection.c: Add a 'pseudo_attrs' argument to
24479         the GetCustomAttributes icall.
24481 2004-09-23  Martin Baulig  <martin@ximian.com>
24483         * object-internals.h (MonoReflectionGenericParam): Replaced
24484         'has_ctor_constraint', `has_reference_type' and `has_value_type'
24485         with `guint32 attrs'.
24487 2004-09-23  Martin Baulig  <martin@ximian.com>
24489         * icall.c (ves_icall_Type_GetGenericParameterAttributes): New interncall.
24491 2004-09-23  Martin Baulig  <martin@ximian.com>
24493         * object-internals.h (GenericParameterAttributes): New enum.
24495 2004-09-23  Zoltan Varga  <vargaz@freemail.hu>
24497         * object-internals.h (MonoEventInfo): Add 'other_methods' field.
24498         
24499         * class.c (init_events): Fill out event->other field.
24501         * class.c: Fix warnings.
24503         * icall.c (ves_icall_get_event_info): Fill out 'other_methods' field.
24505 Wed Sep 22 19:04:32 CEST 2004 Paolo Molaro <lupus@ximian.com>
24507         * class-internals.h, icall.c, loader.c, loader.h: added a faster stack
24508         walk which doesn't supply the IL offset.
24510 2004-09-22  Martin Baulig  <martin@ximian.com>
24512         * reflection.c (mono_reflection_setup_internal_class): If we're
24513         System.ValueType, System.Object or System.Enum, set
24514         `klass->instance_size' and create the vtable.
24515         (mono_reflection_create_internal_class): If we're an enum type,
24516         get the base class from our current corlib.
24518 2004-09-22  Zoltan Varga  <vargaz@freemail.hu>
24520         * reflection.h (MonoResolveTokenError): New type.
24522         * icall.c (ves_icall_System_Reflection_Module_ResolveMemberToken): New
24523         icall.
24525         * icall.c: Add an 'error' argument to the ResolveToken icalls.
24527 2004-09-22  Lluis Sanchez Gual  <lluis@novell.com>
24529         * icall.c: Support ContextBoundObject proxies in ves_icall_InternalExecute.
24530         Support also calling constructors, but only for already allocated objects.
24532 2004-09-17  Geoff Norton <gnorton@customerdna.com>
24534         * reflection.c (type_get_qualified_name): If the klass is null
24535         return the typename to avoid a NullRefEx.
24536         (encode_cattr_value): Get the qualified name of the boxed type,
24537         not the underlying enumtype.  Fixes #62984.
24539 2004-09-21  Zoltan Varga  <vargaz@freemail.hu>
24541         * marshal.c: Fix problems with previous checkin.
24543 2004-09-21    <vargaz@freemail.hu>
24545         * marshal.h marshal.c icall.c: Add new icalls for Alloc/FreeHGlobal. Change the
24546         existing mono_marshal_alloc/free functions to use CoTaskMemAlloc/Free under windows.
24548         * marshal.c: Allocate marshaller memory using mono_marshal_alloc/free.
24550 2004-09-21  Geoff Norton <gnorton@customerdna.com>
24552         * icall.c (ves_icall_MonoType_GetElementType): GetElementType
24553         should only return a type for pointers, arrays, and passbyref types.
24554         Fixes bug #63841.
24556 2004-09-21  Martin Baulig  <martin@ximian.com>
24558         * domain.c (mono_debugger_check_runtime_version): New public
24559         function.
24561         * icall.c (ves_icall_MonoDebugger_check_runtime_version): New icall.    
24563 2004-09-20  Sebastien Pouliot  <sebastien@ximian.com>
24565         * reflection.c: Added missing sort to the declarative security 
24566         attributes table. MS implementation stops seeing the attributes if the
24567         token number regress in the table (as shown by ildasm and permview).
24569 2004-09-20  Zoltan Varga  <vargaz@freemail.hu>
24571         * object-internals.h (MonoReflectionModule): Add 'token' field.
24572         
24573         * reflection.c (mono_reflection_get_token): Add support for Module
24574         and Assembly.
24575         (mono_module_get_object): Set 'token' field.
24576         (mono_module_file_get_object): Set 'token' field.
24578         * icall.c: Add new Assembly and Module icalls.
24580         * appdomain.c: Bump corlib version.
24582 2004-09-19  Zoltan Varga  <vargaz@freemail.hu>
24584         * loader.h loader.c class.h class.c: Add helper functions for obtaining
24585         tokens of metadata objects.
24587         * reflection.h reflection.c (mono_reflection_get_token): New function
24588         to obtain the token of a metadata object.
24590         * icall.c: Add icalls for MetadataToken and ModuleHandle methods.
24592 2004-09-17  Zoltan Varga  <vargaz@freemail.hu>
24594         * loader.c (mono_lookup_pinvoke_call): Try the underscore prefixed name as well.
24595         
24596         * loader.c (mono_lookup_pinvoke_call): Add support for stdcall name mangling.
24598 2004-09-16  Sebastien Pouliot  <sebastien@ximian.com>
24600         * appdomain.c: Bumped MONO_CORLIB_VERSION to 25.
24601         * object-internals.h: Added 3 MonoArray* members to MonoReflection
24602         AssemblyBuilder to access the permissions set in the class lib.
24603         * reflection.c: Added security attributes encoding step in 
24604         mono_image_build_metadata.
24605         * tabledefs.h: Added new security actions defined in 2.0:
24606         LinkDemandChoice, InheritanceDemandChoice and DemandChoice.
24608 2004-09-16  Lluis Sanchez Gual  <lluis@novell.com>
24610         * threads.c: Fixed SET_CURRENT_OBJECT macros, they were ignoring the
24611         macro parameter.
24613 2004-09-16  Lluis Sanchez Gual  <lluis@novell.com>
24615         * locales.c: nullify the ICU_collator member of CompareInfo when it is
24616           finalized. There where random SIGSEVs at program termination, when
24617           an object being finalized was trying to do a string comparison and
24618           the current culture was already finalized.
24620 2004-09-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
24622         * threads.c: call thread_cleanup before finishing the thread if we get
24623         there.
24625 2004-09-16  Zoltan Varga  <vargaz@freemail.hu>
24627         * appdomain.c (ves_icall_System_AppDomain_createDomain): Load all
24628         assemblies from the parent. Fixes #65665.
24630 2004-09-15  Zoltan Varga  <vargaz@freemail.hu>
24632         * metadata.c (mono_metadata_parse_type): Fix parsing of custom
24633         modifiers.
24635 2004-09-14  Bernie Solomon  <bernard@ugsolutions.com>
24637         * reflection.h: add prototype for mono_get_dbnull_object
24638         * reflection.c: add prototypes for get_default_param_value_blobs 
24639         and mono_get_object_from_blob for fussier compilers
24641 2004-09-14  Lluis Sanchez Gual  <lluis@novell.com>
24643         * object.c: Added a "done" flag to TypeInitializationLock. This avoids
24644         false deadlock checks in class initialization.
24646 2004-09-13  Zoltan Varga  <vargaz@freemail.hu>
24648         * image.c (mono_image_addref): Fix comment.
24650         * metadata.c (mono_metadata_parse_type): Avoid memory allocations if
24651         possible.
24653 2004-09-12  Jambunathan K  <kjambunathan@novell.com>
24655         * reflection.c (mono_param_get_objects): Modified to return
24656         ParameterInfo.DefaultValue object.
24658         (get_default_param_value_blobs):
24659         (mono_get_object_from_blob):
24660         (mono_get_dbnull_object): New helper routines. 
24662         * object.c (mono_get_constant_value_from_blob): New helper routine
24663         carved out from get_default_field_value ()
24665         * object-internals.h (mono_get_constant_value_from_blob): Added
24666         function declaration.
24668 2004-09-11  Zoltan Varga  <vargaz@freemail.hu>
24670         * assembly.c assembly.h icall.c class.c appdomain.c: Lazily load 
24671         referenced assemblies. Fixes #62135.
24673         * exception.h exception.c (mono_get_exception_file_not_found2): New
24674         helper function.
24676 2004-09-10  Zoltan Varga  <vargaz@freemail.hu>
24678         * class.h class.c: Add mono_type_get_underlying_type ().
24680 2004-09-09  Geoff Norton <gnorton@customerndna.com>
24682         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes):
24683         Fix GetTypes() to support dynamically created assemblies.
24685 2004-09-09  Zoltan Varga  <vargaz@freemail.hu>
24687         * reflection.c (reflection_methodbuilder_to_mono_method): Remove TODO.
24688         
24689         * reflection.c (reflection_methodbuilder_to_mono_method): Fix bug in
24690         previous patch.
24692         * reflection.h reflection.c loader.c: Allow dynamic construction of
24693         pinvoke methods. Fixes #65571.
24694         
24695         * reflection.c (mono_reflection_get_type): Revert previous change since
24696         it causes regressions.
24698 2004-09-08  Martin Baulig  <martin@ximian.com>
24700         * class.c (class_compute_field_layout): Don't call
24701         mono_class_layout_fields() for open generic instances.
24703 2004-09-08 Bernie Solomon <bernard@ugsolutions.com>
24704         * threads.c appdomain.c: fix typo in GC macro
24706 2004-09-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
24708         * threads.c: don't call mono_thread_detach() in start_wrapper(),
24709         avoiding a possible hang in GetCurrentThreadId(0). Fixes bug #65379.
24711 2004-09-08  Zoltan Varga  <vargaz@freemail.hu>
24713         * image.c (mono_image_close): Applied patch from 
24714         vasantha.paulraj@honeywell.com (Vasantha selvi). Fix crash when an
24715         assembly is loaded multiple times from data.
24716         
24717         * image.c (mono_image_open): Fix warning.
24719 2004-09-07  Zoltan Varga  <vargaz@freemail.hu>
24721         * reflection.h reflection.c icall.c: Only call TypeResolve handlers
24722         once. Fixes #58334.
24723         
24724         * reflection.c (mono_reflection_create_runtime_class): Initialize
24725         klass->nested_classes. Fixes #61224.
24727 Tue Sep 7 14:35:26 CEST 2004 Paolo Molaro <lupus@ximian.com>
24729         * threads.c: sched_yield() on exit, to allow threads to quit.
24731 2004-09-07  Zoltan Varga  <vargaz@freemail.hu>
24733         * object.c (mono_unhandled_exception): Remove leftover debug code.
24735 2004-09-07  Atsushi Enomoto  <atsushi@ximian.com>
24737         * appdomain.c, threads.c : don't use GC_CreateThread when with-gc=none
24739 2004-09-07  Zoltan Varga  <vargaz@freemail.hu>
24741         * marshal.c (emit_marshal_array): Really null terminate string arrays.
24742         
24743         * marshal.c (emit_marshal_string): Fix freeing of unicode strings.
24745 2004-09-06  Zoltan Varga  <vargaz@freemail.hu>
24747         * marshal.c (emit_marshal_array): Null terminate string arrays.
24748         
24749         * marshal.c (raise_auto_layout_exception): Fix warning.
24751         * reflection.c (mono_param_get_objects): Initialize the default value
24752         with DBNull.Value, not null. Fixes #62123.
24754 2004-09-01  Miguel de Icaza  <miguel@ximian.com>
24756         * marshal.c (mono_marshal_get_managed_wrapper): Remove FIXME and
24757         throw an exception with a cute explanation.
24759 2004-09-06  Dick Porter  <dick@ximian.com>
24761         * process.c (ves_icall_System_Diagnostics_Process_Start_internal):
24762         Close the new process's thread handle, as we don't use it.  The
24763         handle stays around forever otherwise.
24765 2004-09-06  Zoltan Varga  <vargaz@freemail.hu>
24767         * object.c (arith_overflow): Fix warning.
24769         * reflection.c (mono_image_get_methodref_token): Do not emit unmanaged
24770         calling conventions in method refs. Fixes #65352.
24772         * reflection.c: Fix warnings.
24774 2004-09-06 Ben Maurer  <bmaurer@users.sourceforge.net>
24776         * icall.c: Add a new icall for Array.Clear
24778 2004-09-06 Ben Maurer  <bmaurer@users.sourceforge.net>
24780         * object.c: When allocating an array, we have to throw
24781         an overflow exception if any of the lengths are < 0.
24783 2004-09-06  Zoltan Varga  <vargaz@freemail.hu>
24785         * marshal.h marshal.c: Free unmanaged memory allocated by managed code
24786         properly. Also move implementation of string array marshalling to 
24787         managed code. Fixes #42316.
24789 2004-09-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
24791         * assembly.c: provide more information when loading an assembly fails.
24793 2004-09-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
24795         * filewatcher.c: don't expect the development fam package to be
24796         installed.
24798 2004-09-03  Zoltan Varga  <vargaz@freemail.hu>
24800         * marshal.c: Make a copy of the signature cookie since it will be
24801         freed by the caller.
24802         
24803         * marshal.c (mono_delegate_to_ftnptr): Fix bug in previous patch.
24805         * marshal.c (mono_delegate_to_ftnptr): Fix memory leaks.
24807         * metadata.c (mono_metadata_free_marshal_spec): New function to free
24808         marshal specs.
24810         * marshal.c: More refactoring.
24811         
24812         * marshal.c: Refactor the mono_marshal_get_native_wrapper function into
24813         smaller functions.
24815 2004-09-03  Lluis Sanchez Gual  <lluis@novell.com>
24817         * object.c: In mono_message_invoke, fill the output parameter array after
24818           calling the managed method (it was done before the call). This fixes
24819           bug #59299.
24821 2004-09-02  Zoltan Varga  <vargaz@freemail.hu>
24823         * marshal.c (mono_marshal_alloc): Return a valid pointer on size 0
24824         as well.
24826 2004-09-02  Martin Baulig  <martin@ximian.com>
24828         * class.c (mono_class_instance_size): Don't allow generic type
24829         definitions or open generic instances.
24830         (mono_class_array_element_size): If we're a value type, call
24831         mono_class_instance_size() on the original class.
24833         * metadata.c (mono_type_size, mono_type_stack_size): Correctly
24834         handle generic instances.
24836         * mono-debug-debugger.c (write_type): Handle generic instances
24837         like classes.
24839 2004-09-02  Zoltan Varga  <vargaz@freemail.hu>
24841         * marshal.c (mono_marshal_alloc): Raise an OutOfMemory exception if
24842         the allocation request fails. Fixes #65089.
24844         * object.c (mono_runtime_free_method): Do not call mono_free_method.
24845         
24846         * object.c (mono_runtime_free_method): New function to free a dynamic
24847         method.
24849         * marshal.c (mono_delegate_free_ftnptr): New function to free the
24850         delegate trampoline.
24852         * marshal.c (mono_marshal_get_managed_wrapper): Mark managed wrapper
24853         with hasthis as dynamic,
24855         * icall.c (ves_icall_System_Delegate_FreeTrampoline): New icall.
24857         * domain.c (mono_jit_info_table_remove): New function to remove an
24858         entry from the jit info table.
24860         * class-internals.h (MonoMethod): Add 'dynamic' field.
24862         * loader.c: Fix warnings.
24864 2004-09-01  Martin Baulig  <martin@ximian.com>
24866         * mono-debug.c, debug-mono-symfile.c: Use mono_loader_lock()
24867         instead of mono_debugger_lock() because the latter one is a no-op
24868         unless running in the debugger.
24870 2004-09-01  Zoltan Varga  <vargaz@freemail.hu>
24872         * class.c (class_compute_field_layout): Classes with auto-layout or
24873         reference fields are not blittable.
24874         
24875 2004-09-01  Dick Porter  <dick@ximian.com>
24877         * icall.c (ves_icall_System_Reflection_Assembly_get_location): Use
24878         mono_image_get_filename() to get the assembly location.
24880         * icall.c:
24881         * metadata.h: Fix compile warnings
24883 2004-09-01  Zoltan Varga  <vargaz@freemail.hu>
24885         * class.c (class_compute_field_layout): System.Object is blittable.
24887         * marshal.c (mono_marshal_get_native_wrapper): Pass blittable classes
24888         as in/out. Fixes #59909.
24890 2004-09-01  Martin Baulig  <martin@ximian.com>
24892         * metadata.h (MONO_TYPE_ISREFERENCE): Call
24893         mono_metadata_generic_inst_is_valuetype() if we're a generic
24894         instance to check whether our underlying type is a reference type.
24896 2004-09-01  Martin Baulig  <martin@ximian.com>
24898         * metadata.c (mono_type_size): If we're a generic instance, call
24899         mono_class_value_size() for value types.
24901 2004-08-31  Zoltan Varga  <vargaz@freemail.hu>
24903         * marshal.c: Implement more custom marshalling functionality. Fixes
24904         #64915.
24906 Tue Aug 31 17:55:15 CEST 2004 Paolo Molaro <lupus@ximian.com>
24908         * mono-debug.c, debug-mono-symfile.c: add some locking love.
24910 2004-08-30  Zoltan Varga  <vargaz@freemail.hu>
24912         * domain-internals.h domain.c: Add a per-domain jump trampoline hash.
24914         * icall.c (ves_icall_System_Reflection_MethodBase_GetMethodFromHandle): Rename to ...Internal.
24916         * icall.c: Fix some warnings.
24918         * threads.c (abort_appdomain_thread): Fix unref errors.
24919         (mono_thread_current): Fix THREAD_DEBUG define.
24921 2004-08-29  Zoltan Varga  <vargaz@freemail.hu>
24923         * metadata.h (MONO_TYPE_ISSTRUCT): Fix warning.
24925         * icall.c (ves_icall_System_Reflection_MethodBase_GetMethodFromHandle): New icall.
24927 2004-08-28  Zoltan Varga  <vargaz@freemail.hu>
24929         * marshal.c (mono_marshal_get_native_wrapper): Add support for byref 
24930         string arrays.
24932 2004-08-28  Martin Baulig  <martin@ximian.com>
24934         * metadata.c
24935         (mono_metadata_generic_inst_is_valuetype): New public function.
24937         * metadata.h (MONO_TYPE_ISSTRUCT): Call
24938         mono_metadata_generic_inst_is_valuetype() if we're a generic
24939         instance to check whether our underlying type is a valuetype.
24941 2004-08-26  Zoltan Varga  <vargaz@freemail.hu>
24943         * class.c (mono_ptr_class_get): Fix name of pointer classes. Fixes
24944         #63768.
24946 2004-08-25  Martin Baulig  <martin@ximian.com>
24948         * loader.c (mono_get_method_from_token): Abstract methods can also
24949         be generic and thus have type parameters.
24951         * metadata-internals.h
24952         (MonoDynamicImage): Added `GPtrArray *gen_params'.
24954         * reflection.c (mono_image_get_generic_param_info): Don't create a
24955         metadata row, just add an entry to the `gen_params' array.
24956         (build_compressed_metadata): Sort the `gen_params' array and then
24957         actually create the metadata.
24959 2004-08-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
24961         * threadpool.c: remove unneeded 'if' around mono_monitor_enter.
24963 2004-08-25  Zoltan Varga  <vargaz@freemail.hu>
24965         * debug-helpers.c: Handle MONO_TYPE_GENERICINST.
24967 2004-08-24  Martin Baulig  <martin@ximian.com>
24969         * class.cs (mono_class_is_subclass_of): Like an interface, a
24970         generic instance also derives from System.Object.
24972 2004-08-23  Zoltan Varga  <vargaz@freemail.hu>
24974         * metadata.c (mono_metadata_parse_type): Alloc pinned, byref and
24975         custom modifiers to be in any order. Fixes #61990.
24977 2004-08-20  Zoltan Varga  <vargaz@freemail.hu>
24979         * object.c: Register mono_object_new_fast icall.
24980         
24981         * object.c (mono_class_get_allocation_ftn): Return to calling
24982         mono_object_new_fast, since it seems faster to compute the object 
24983         size in unmanaged code than passing it as a parameter.
24985         * object.c (mono_class_get_allocation_ftn): Add marshalbyref case.
24987         * gc-internal.h gc.c: Add mono_gc_out_of_memory () function. Register
24988         this function with Boehm as the oom handler, so we don't have to check
24989         the result of GC_malloc.
24991         * object.c: Remove checks for oom.
24993         * object.h object.c (mono_class_get_allocation_ftn): New function to
24994         return the icall which can be used to allocate an instance of a given
24995         class. 
24997         * object.c: Handle common allocation requests using GC_gcj_fast_malloc.
24999         * class-internals.h: Add 'enabled' field.
25001 2004-08-19  Zoltan Varga  <vargaz@freemail.hu>
25003         * domain.c (mono_init_internal): Call MONO_GC_PRE_INIT ().
25005 2004-08-18  Jambunathan K  <kjambunathan@novell.com>
25006         * tabledefs.h: Corretced PARAM_ATTRIBUTE_OPTIONAL to the right
25007         value 0x0010.
25009 2004-08-18 Ben Maurer  <bmaurer@users.sourceforge.net>
25011         * appdomain.c: use the Tls function for appdomain too,
25012         at Zoltan's request. Actually return in mono_context_get
25014         * appdomain.c, profiler.c, threads.c: use __thread
25016 2004-08-18  Zoltan Varga  <vargaz@freemail.hu>
25018         * appdomain.c threads.c: Call GC_CreateThread on windows.
25020         * Makefile.am (libmetadata_la_LIBADD): Avoid linking libmonoos into
25021         multiple libraries since this don't work on windows.
25023 2004-08-18  Martin Baulig  <martin@ximian.com>
25025         * class-internals.h
25026         (MonoMethodNormal): Moved `MonoGenericParam *gen_params' here from
25027         MonoMethodHeader.
25029         * metadata.h (MonoMethodHeader): Moved the `gen_params' field to
25030         MonoMethodNormal since we also need it for abstract and interface
25031         methods.
25033         * reflection.c
25034         (build_compressed_metadata): Sort the GenericParam table.
25035         (mono_image_create_token): Added `gboolean create_methodspec'
25036         argument; this is false when generating a MethodImpl token.
25037         (reflection_methodbuilder_to_mono_method): Abstract and interface
25038         methods may also have generic parameters.
25040 2004-08-17 Ben Maurer  <bmaurer@users.sourceforge.net>
25042         * appdomain.c: thread local alloc
25044 2004-08-17  Martin Baulig  <martin@ximian.com>
25046         * appdomain.c: Bumped MONO_CORLIB_VERSION to 24.
25048         * icall.c
25049         (ves_icall_System_MonoType_getFullName): Added `gboolean full_name'
25050         argument.
25052         * class.c (mono_type_get_full_name): New public function.
25053         (mono_type_get_name): Don't include the type arguments.
25055 2004-08-16  Zoltan Varga  <vargaz@freemail.hu>
25057         * Makefile.am: Build static versions of libmetadata and libmonoruntime
25058         for inclusion into the mono executable.
25060 2004-08-16  Martin Baulig  <martin@ximian.com>
25062         * metadata.c (do_mono_metadata_parse_generic_inst): Store the
25063         MonoGenericInst, not the MonoType in the `generic_inst_cache'.
25065 2004-08-14  Martin Baulig  <martin@ximian.com>
25067         * class.c (dup_type): Also copy the `byref' field.
25069 2004-08-15  Zoltan Varga  <vargaz@freemail.hu>
25071         * reflection.c (create_dynamic_mono_image): Revert the last change 
25072         since it breaks bootstrap.
25074 2004-08-14  Zoltan Varga  <vargaz@freemail.hu>
25076         * reflection.c (create_dynamic_mono_image): Set ref_count to 1.
25078         * image.c (mono_image_close): Dynamic images are GC_MALLOCed, so do
25079         not free them with g_free.
25081 2004-08-11  Martin Baulig  <martin@ximian.com>
25083         * reflection.c (mono_reflection_setup_internal_class): Also call
25084         mono_class_setup_mono_type() if we already have a `tb->type.type'.
25086 2004-08-09  Sebastien Pouliot  <sebastien@ximian.com>
25088         * appdomain.c: Fix ves_icall_System_AppDomain_getDomainByID when 
25089         called during default (first) AppDomain creation. Keep track of
25090         Evidence when loading assemblies.
25092 Mon Aug 9 14:41:45 CEST 2004 Paolo Molaro <lupus@ximian.com>
25094         * opcodes.c, opcodes.h: reduce runtime relocations.
25096 Mon Aug 9 13:30:53 CEST 2004 Paolo Molaro <lupus@ximian.com>
25098         * culture-info.h, locales.c: fixes and chages to sue the new
25099         optimized format of the locale data.
25100         * culture-info-tables.h: regenerated.
25102 2004-08-06  Geoff Norton <gnorton@customerdna.com>
25103         
25104         * filewatcher.c: If HAVE_KQUEUE return mode 3 to use the new kqueue watcher
25106 2004-08-05  Sebastien Pouliot  <sebastien@ximian.com>
25108         * appdomain.c: Bumped MONO_CORLIB_VERSION to 23. Added new icall
25109         ves_icall_System_AppDomain_getDomainByID to get an AppDomain by Id.
25110         * domain-internals.h: icall declaration.
25111         * icall.c: icall registration.
25112         * object-internals.h: New fields in MonoAssembly for CAS.
25114 2004-08-05  Duncan Mak  <duncan@ximian.com>
25116         * verify.c: Renamed CEE_STELEM to CEE_STELEM_ANY and CEE_LDELEM to
25117         CEE_LDELEM_ANY.
25119 Thu Aug 5 17:11:44 CEST 2004 Paolo Molaro <lupus@ximian.com>
25121         * reflection.c: fix to deal with object[] arrays in custom ctors
25122         (bug #62550).
25124 2004-08-05  Martin Baulig  <martin@ximian.com>
25126         * class.c (mono_class_array_element_size): Added support for
25127         generic instances and correctly handle "recursive" types.
25129 2004-08-05  Zoltan Varga  <vargaz@freemail.hu>
25131         * assembly.c: Fix warnings.
25133 2004-08-04  Martin Baulig  <martin@ximian.com>
25135         * class.c
25136         (mono_type_get_name_recurse): Added `gboolean include_arity'
25137         argument specifying whether or not we should include the generic
25138         arity in the type name.
25139         (_mono_type_get_name): New static function.
25140         (mono_class_setup_vtable): If we're a generic instance, don't
25141         include the generic arity in the names of explicit method
25142         implementations.        
25144 2004-08-03  Martin Baulig  <martin@ximian.com>
25146         * class.c (mono_type_get_name_recurse): Enclose the generic type
25147         arguments in `<', '>'.
25149 Tue Aug 3 17:54:17 CEST 2004 Paolo Molaro <lupus@ximian.com>
25151         * gc.c: make GC warning messages use the trace API, they are just
25152         noise to most of the users.
25154 2004-08-03  Martin Baulig  <martin@ximian.com>
25156         * debug-mono-symfile.c (read_string): Correctly read the string.
25158 2004-07-30  Zoltan Varga  <vargaz@freemail.hu>
25160         * marshal.c (signature_dup_add_this): Fix bug in previous patch.
25161         
25162         * marshal.c (mono_marshal_get_icall_wrapper): Add support for vararg
25163         icalls.
25164         (mono_marshal_get_runtime_invoke): Correctly handle valuetype methods.
25166 2004-07-30  Martin Baulig  <martin@ximian.com>
25168         * debug-mono-symfile.c, mono-debug.c, mono-debug-debugger.c:
25169         Reflect latest symbol writer changes.   
25171 Fri Jul 30 16:49:05 CEST 2004 Paolo Molaro <lupus@ximian.com>
25173         * object.c: always create an object if null is passed
25174         to Invoke() where a valuetype is expected.
25176 2004-07-29  Bernie Solomon  <bernard@ugsolutions.com>
25178         * marshal.c (mono_marshal_init): make managed
25179         signatures match native ones better for 64bits.
25181 2004-07-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25183         * appdomain.c: hack to build correctly the private bin path on windows.
25184         Fixes bug #61991.
25186 2004-07-28  Lluis Sanchez Gual  <lluis@novell.com>
25188         * assembly.c: Load mscorlib from the correct framework directory
25189           (mono/<version>/mscorlib.dll).
25190         * appdomain.h: Added prototypes for new functions.
25191         * internals.h: Added some prototypes.
25192         * domain.c: When initializing the runtime, get from the executable and
25193           the configuration files the runtime version that the app supports.
25194           Added support methods for reading app.exe.config. Added list of versions
25195           supported by the JIT. Added two new methods: mono_init_from_assembly,
25196           which initializes the runtime and determines the required version from
25197           the provided exe file, and mono_init_version, which initializes
25198           the runtime using the provided version.
25199         * icall.c: Get machine.config from version-specific directory.
25200         * reflection.c: When generating an image, embed the version number
25201           of the current runtime.
25203 2004-07-28  Dick Porter  <dick@ximian.com>
25205         * socket-io.c
25206         (ves_icall_System_Net_Sockets_Socket_RecvFrom_internal): Check
25207         returned sockaddr size before creating the remote address object.
25208         Patch by Nick Vaughan (dev@6wardlaw.freeserve.co.uk), fixes bug
25209         61608.
25211 2004-07-28  Dick Porter  <dick@ximian.com>
25213         * locales.c (string_invariant_compare_char): Fix invariant char
25214         compares between upper and lower cases.  Fixes bug 61458.
25216 2004-07-27  Ben Maurer  <bmaurer@ximain.com>
25217         
25218         * marshal.c: actually cache stelem.ref wrappers.
25219         
25220 Tue Jul 27 16:56:55 CEST 2004 Paolo Molaro <lupus@ximian.com>
25222         * class.c, image.c, loader.c, cil-coff.h: lazily mmap the image 
25223         sections and remove the mono_cli_rva_map () function.
25225 Tue Jul 27 15:58:19 CEST 2004 Paolo Molaro <lupus@ximian.com>
25227         * debug-mono-symfile.c: fix one more endianess issue, from a patch
25228         by Geoff Norton (<gnorton@customerdna.com>).
25230 Tue Jul 27 15:47:17 CEST 2004 Paolo Molaro <lupus@ximian.com>
25232         * class.c: fix class loads for pointer types (typeof(int) !=
25233         typeof(int*)).
25235 2004-07-27  Martin Baulig  <martin@ximian.com>
25237         * debug-mono-symfile.c (mono_debug_open_mono_symbol_file): Support
25238         reading the debugging information from an external ".mdb" file.
25240 2004-07-24  Martin Baulig  <martin@ximian.com>
25242         * reflection.c (mono_image_get_type_info): Only write a class
25243         layout entry if we actually have a size or a packing size.
25245 2004-07-21  Bernie Solomon  <bernard@ugsolutions.com>
25247         * reflection.c (type_get_fully_qualified_name): 
25248         insert cast to get type checking of ?: with non-gcc compilers
25250 2004-07-21  Bernie Solomon  <bernard@ugsolutions.com>
25252         * rand.c: use g_getenv for both lookups of
25253         MONO_EGD_SOCKET
25255 2004-07-17  Martin Baulig  <martin@ximian.com>
25257         * reflection.c (mono_reflection_bind_generic_method_parameters):
25258         Set `gmethod->reflection_info'.
25260 2004-07-17  Martin Baulig  <martin@ximian.com>
25262         * class.c (mono_class_create_from_typedef): Insert the newly
25263         created class into the hash table before computing the interfaces
25264         since we could be called recursively.
25266 2004-07-16  Ben Maurer  <bmaurer@ximain.com>
25268         * marshal.[ch] (mono_marshal_get_stelemref): a new wrapper
25269         function to implement stelem.ref in managed code
25270         * class-internals.h, debug-helpers.c: a new wrapper type
25271         for the above.
25273 Wed Jul 14 19:26:05 CEST 2004 Paolo Molaro <lupus@ximian.com>
25275         * gc.c: allow GC handles to work even when no GC is compiled in.
25276         Fix part of bug #61134 (GetAddrOfPinnedObject).
25278 2004-07-13  Peter Williams  <peter@newton.cx>
25280         * process.c (complete_path): Make sure we don't attempt to execute
25281         directories.
25283 2004-07-12  Geoff Norton <gnorton@customerdna.com>
25285         * DateTime.cs: Patch for bug #61112.  Our DateTime wasn't roundtripping over timezone
25286           boundaries properly.  This patch checkes ToLocalTime() to see if we're tripping over a boundary
25287           and will add/subtract the hour if needed
25289 2004-07-12  Martin Baulig  <martin@ximian.com>
25291         * reflection.c (mono_field_get_object): If we have
25292         `field->generic_info', take the attributes from
25293         `field->generic_info->generic_type'.    
25295 2004-07-12  Martin Baulig  <martin@ximian.com>
25297         * mono-debug.c (mono_debug_init): Don't take a `MonoDomain *'.
25298         This function must be called before initializing the runtime.
25299         (mono_debug_init_1): New function; call this after initializing
25300         the runtime, but before loading the assembly.  It tells the
25301         debugger to load corlib and the builtin types.
25303         * mono-debug-debugger.c: Did some larger changes in the debugging
25304         code; support recursive class declarations, make sure we actually
25305         add all classes.
25307 2004-07-11 Gonzalo Paniagua Javier <gonzalo@ximian.com>
25309         * debug-helpers.c: undo my previous patch and fixed the real issue in
25310         ../mini/exceptions-x86.c
25312 2004-07-11 Gonzalo Paniagua Javier <gonzalo@ximian.com>
25314         * debug-helpers.c: prevent SIGSEGV. It happened running xsp on monodoc
25315         when no HOME env. variable was set and a NullRef was thrown in a .cctor
25316         called from other .cctors.
25318 2004-07-09  Miguel de Icaza  <miguel@ximian.com>
25320         * loader.c: Removed the mono_loader_wine_init hack now that we are
25321         doing a managed version of Windows.Forms.
25323 2004-07-09  Ben Maurer  <bmaurer@ximian.com>
25325         * domain.c, gc.c, marshal.c, mono-debug-debugger.c,
25326         threadpool.c, threads.c: remove static data from rootset.
25328 2004-07-09  Dick Porter  <dick@ximian.com>
25330         * locales.c (ves_icall_System_String_InternalReplace_Str_Comp):
25331         Don't do any more processing if the matched length was 0.  It was
25332         increasing the size of the string before.  Fixes bug 61167.
25334 2004-07-09  Dick Porter  <dick@ximian.com>
25336         * socket-io.h:
25337         * socket-io.c
25338         (ves_icall_System_Net_Sockets_Socket_GetSocketOption_obj_internal):
25339         Add support for SO_PEERCRED if its available.
25341 2004-07-09  Peter Bartok <pbartok@novell.com>
25342         * loader.c: winelib.exe.so error message is now only displayed if
25343         MONO_DEBUG is set. To help us avoid questions when people are trying
25344         out the new Managed.Windows.Forms.
25346 2004-07-08  Zoltan Varga  <vargaz@freemail.hu>
25348         * class-internals.h debug-helpers.c marshal.c: Add new wrapper types 
25349         for isinst and castclass wrappers.
25351         * class-internals.h icall.c: Move registration and lookup of JIT icalls
25352         to libmetadata from the JIT, so they could be used by the marshalling
25353         code and the interpreter.
25355         * marshal.c: Register marshalling related JIT icalls here instead of
25356         in mini.c. Use CEE_MONO_ICALL instead of the family of 
25357         CEE_MONO_PROC<x> opcodes to call marshalling functions.
25359         * metadata.h: Remove unneeded marshalling conversions.
25361         * opcodes.c: Update for new opcodes.
25362         
25363 2004-07-08  Martin Baulig  <martin@ximian.com>
25365         * mono-debug.c: Check for `handle->symfile' being non-NULL everywhere.
25366         (mono_debug_get_domain_data): Make this function static.
25368 Wed Jul 7 12:32:29 CEST 2004 Paolo Molaro <lupus@ximian.com>
25370         * gc.c, object.h: add nice GC handle API for embedders.
25372 2004-07-06  Ben Maurer  <bmaurer@ximian.com>
25374         * reflection.c: more changes for the new api
25376         * object.c: When we reflect on a field w/ a constant value, it
25377         will not have a memory location, so we must access metadata. Also,
25378         allow easier reading of strings so that we can read them from
25379         the constant data.
25381         * class.c (mono_class_layout_fields): no need for literal fields here.
25383         * class-internals.h: api changes for const fields
25385         * icall.c (ves_icall_get_enum_info): use new apis for const fields
25387 2004-07-06  Martin Baulig  <martin@ximian.com>
25389         * mono-debug.h: Increment version number to 44.
25391         * mono-debug.c (mono_debug_add_wrapper): The second argument is
25392         now a gpointer, rewrote this whole method.
25394         * mono-debug-debugger.c (mono_debugger_add_wrapper): New
25395         function.  Add information about the wrapper in a new "misc table".
25397         * mono-debug-debugger.h (MonoDebuggerSymbolTable): Added fields
25398         for the new misc table.
25400 2004-07-05  Zoltan Varga  <vargaz@freemail.hu>
25402         * metadata-internals.h image.c: Add a cache for helper signatures.
25404         * monosn.c: Applied patch from "grompf" (grompf@sublimeintervention.com). Fix compilation under OSX.
25406 2004-07-03  Zoltan Varga  <vargaz@freemail.hu>
25408         * marshal.c (mono_marshal_get_managed_wrapper): Handle returning
25409         delegates from a delegate. Fixes #61033.
25410         
25411         * marshal.c: Fix managed->native stringbuilder marshalling. Implement
25412         marshalling of stringbuilder arrays. Fixes #59900.
25414 2004-07-02  Zoltan Varga  <vargaz@freemail.hu>
25416         * icall.c: Add EnumBuilder:setup_enum_type icall.
25418 2004-06-30  Ben Maurer  <bmaurer@ximian.com>
25420         * icall.c: Added a new icall for the property version of
25421         OffsetOfStringData.
25423 2004-06-30  Zoltan Varga  <vargaz@freemail.hu>
25425         * class-internals.h (MonoVTable): Make max_interface_id a guint32 so
25426         it has a constant size across platforms.
25428         * marshal.c (mono_delegate_end_invoke): Avoid crash when there is no
25429         stack trace.
25431 2004-06-29  Martin Baulig  <martin@ximian.com>
25433         * mono-debug.c (mono_debug_add_method): Protect the whole function
25434         in mono_debugger_lock(), not just parts of it.
25436 Fri Jun 25 21:36:26 CEST 2004 Paolo Molaro <lupus@ximian.com>
25438         * reflection.c: make sure padding bytes in heaps are zeroed.
25440 2004-06-24  David Waite  <mass@akuma.org>
25442         * appdomain.c, class.c, domain.c, file-io.c, gc.c, icall.c,
25443         image.c, loader.c, locales.c, marshal.c, metadata.c,
25444         mono-debug.[ch], object.c, reflection.c, security.c, socket-io.c,
25445         string-icalls.c, threads.c: change to C90-style comments from C99 /
25446         C++ -style
25448 2004-06-24  Dick Porter  <dick@ximian.com>
25450         * threads.c
25451         (ves_icall_System_Threading_Mutex_CreateMutex_internal): Correctly
25452         return createdNew.  Fixes bug 60412.
25454         * threads-types.h: 
25455         * icall.c: Add createdNew parameter to CreateMutex icall
25457 Thu Jun 24 16:06:41 CEST 2004 Paolo Molaro <lupus@ximian.com>
25459         * reflection.c, object-internals.h: save default value in params.
25461 2004-06-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
25463         * appdomain.c: for paths in PrivateBinPath that are absolute, there's
25464         no need to build a new path combining that with the application base.
25465         Fixes bug #60442.
25467 Wed Jun 23 18:36:58 CEST 2004 Paolo Molaro <lupus@ximian.com>
25469         * reflection.c: fixed minor standard compliance issues.
25471 Wed Jun 23 17:59:29 CEST 2004 Paolo Molaro <lupus@ximian.com>
25473         * reflection.c: fixed issue with encoding some custom attributes
25474         (arrays in properties and fields, bug #60411).
25476 2004-06-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
25478         * reflection.c: fix start address when copying the public key token.
25480 2004-06-23  Martin Baulig  <martin@ximian.com>
25482         * mono-debug-debugger.c (mono_debugger_unhandled_exception): Store
25483         the `exc' object in a static object to put it into the GC's root set.
25485 Wed Jun 23 15:37:31 CEST 2004 Paolo Molaro <lupus@ximian.com>
25487         * reflection.c: make mono_reflection_setup_internal_class ()
25488         callable a second time to setup a new parent class.
25490 2004-06-23  Dick Porter  <dick@ximian.com>
25492         * threads.c: Check for WAIT_IO_COMPLETION return values.
25494 2004-06-22  Sebastien Pouliot  <sebastien@ximian.com>
25496         * appdomain.c: Removed the g_free on the public key token. Now copy 
25497         the pk token string into the MonoAssemblyName buffer using g_strlcpy.
25498         * assembly.c: Added public key token string value when loading 
25499         assemblies. Fix bug #60439.
25500         * icall.c: Added missing informations (like public key) in 
25501         GetReferencedAssemblies. Fix #60519.
25502         * image.h: Changed definition for public key token from const char*
25503         public_tok_value to guchar public_key_token [17];
25504         * reflection.c: Updated for changes to public key token.
25506 2004-06-22  Lluis Sanchez Gual
25508         * icall.c: In ves_icall_InternalExecute, when setting a filed, also look 
25509         for the field in base classes.
25511 Tue Jun 22 16:48:02 CEST 2004 Paolo Molaro <lupus@ximian.com>
25513         * mono-debug.h, mono-debug-debugger.h, debug-mono-symfile.h:
25514         mark headers as not supported, they are installed only for use by the
25515         debugger.
25517 Tue Jun 22 16:32:03 CEST 2004 Paolo Molaro <lupus@ximian.com>
25519         * *.c, *.h: avoid namespace pollution in public headers.
25521 2004-06-21  Martin Baulig  <martin@ximian.com>
25523         * exception.c (mono_get_exception_security): It's in
25524         "System.Security", not in "System".
25526         * mono-debug-debugger.c (mono_debugger_add_builtin_types): Add all
25527         the exception classes.
25529 2004-06-21  Martin Baulig  <martin@ximian.com>
25531         * mono-debug-debugger.c (mono_debugger_unhandled_exception):
25532         Protect the exception object from being finalized.
25534 2004-06-21  Martin Baulig  <martin@ximian.com>
25536         * mono-debug-debugger.h (mono_debugger_unhandled_exception): New
25537         public function.
25539 2004-06-21  Sebastien Pouliot  <sebastien@ximian.com>
25541         * reflection.c: Load the assembly in mono_reflection_type_from_name,
25542         if it was not loaded before. Fix parts of #60439.
25544 Mon Jun 21 16:04:43 CEST 2004 Paolo Molaro <lupus@ximian.com>
25546         * marshal.c, icall.c, object.c, image.c: fix the runtime_invoke ()
25547         code that was broken since Ben's change: wrappers are now
25548         dependent on the method signature only again.
25550 2004-06-21  Martin Baulig  <martin@ximian.com>
25552         * mono-debug-debugger.c (write_class): Cleaned this up a bit and
25553         added interface support.
25555 2004-06-21  Martin Baulig  <martin@ximian.com>
25557         * class.c (mono_vtable_get_static_field_data): New public method.
25559 2004-06-20  Atsushi Enomoto  <atsushi@ximian.com>
25561         * filewatcher.c : Windows build fix to be compliant with API changes.
25563 Sat Jun 19 19:04:50 CEST 2004 Paolo Molaro <lupus@ximian.com>
25565         * class.h, class.c: more accessors.
25566         * metadata.h, metadata.c: prepare for hiding MonoType and
25567         MonoMethodSignature: people should use the accessors from now on
25568         outside of the tree.
25570 Sat Jun 19 17:56:50 CEST 2004 Paolo Molaro <lupus@ximian.com>
25572         * *.c, *.h: more API cleanups.
25574 2004-06-18  Jackson Harper  <jackson@ximian.com>
25576         * assembly.c: Trace loading assemblies.
25577         * loader.c: Trace loading native libraries.
25578         * mono-config.c: Trace loading config files.
25579         
25580 2004-06-18  Dick Porter  <dick@ximian.com>
25582         * locales.c: Tell ICU the lengths of strings, it can cope with
25583         embedded \0 then.  Fixes bug 59274, and doesn't break bug 55822.
25585 Fri Jun 18 11:59:57 CEST 2004 Paolo Molaro <lupus@ximian.com>
25587         * image.c: swapped name/filename;
25589 2004-06-18  Martin Baulig  <martin@ximian.com>
25591         * mono-debug-debugger.c (write_class): Write the parent class at
25592         the end of the header.
25594 Thu Jun 17 16:50:44 CEST 2004 Paolo Molaro <lupus@ximian.com>
25596         * *.c, *.h, Makefile.am: more API cleanups and bugfixes.
25598 2004-06-17  Raja R Harinath  <rharinath@novell.com>
25600         * Makefile.am (PLATFORM_LIB): New.  Possibly refer to ../os/libmonoos.la.
25601         (bundle_obj): New conditional define.
25602         (BUILT_SOURCES): Remove.
25603         ($(bundle_srcs)): Make parallel-make safe.
25604         (libmonoruntime_la_LIBADD): Make unconditional.
25605         (libmetadata_la_LIBADD): Make unconditional.  Refer to $(bundle_obj).
25606         (libmetadata_la_SOURCES): Don't refer to $(bundle_srcs).
25608 2004-06-17  Atsushi Enomoto  <atsushi@ximian.com>
25610         * culture-info-tables.h: It was inconsistent with the latest
25611           supp info files.
25613 2004-06-17  Zoltan Varga  <vargaz@freemail.hu>
25615         * assembly.c (mono_assembly_open): Fix crash when the assembly can't
25616         be loaded.
25618         * threads.c (ves_icall_System_Threading_Thread_Resume): Fix compilation
25619         with gcc 2.95.
25621 Wed Jun 16 18:23:45 CEST 2004 Paolo Molaro <lupus@ximian.com>
25623         * threads.h, icall.c, object.c, threadpool.c, threads-types.h:
25624         cleaned up public header threads.h.
25626 Wed Jun 16 18:11:41 CEST 2004 Paolo Molaro <lupus@ximian.com>
25628         * Makefile.am, *.c, *.h: more API cleanups.
25630 Wed Jun 16 14:33:22 CEST 2004 Paolo Molaro <lupus@ximian.com>
25632         * Makefile.am: removed monosn from compilation.
25633         * appdomain.c, assembly.c, assembly.h, blob.h, class.c,
25634         debug-helpers.c, debug-mono-symfile.c, domain.c, icall.c,
25635         image.c, image.h, loader.c, marshal.c, metadata-internals.h,
25636         metadata.c, metadata.h, mono-config.c, mono-debug-debugger.c,
25637         mono-debug.c, object.c, opcodes.c, opcodes.h, pedump.c, process.c,
25638         reflection.c, reflection.h, verify.c: more API cleanups and fixes.
25640 2004-06-15  Jackson Harper  <jackson@ximian.com>
25642         * assembly.c: Make locales lower case when searching the GAC for
25643         assemblies. gacutil will always make locales lowercase when
25644         installing so this effectively makes them case insensitive.
25645         
25646 2004-06-15  Lluis Sanchez Gual  <lluis@ximian.com>
25648         * locales.c, threadpool.c: use mono_monitor_enter instead of mono_monitor_try_enter.
25649         * monitor.c: New method mono_monitor_try_enter_internal, which takes a new
25650           parameter which allows to choose whether the wait can be interrupted or 
25651           not. Also added the method mono_monitor_enter(), which locks the monitor
25652           using an infinite wait and without allowing interruption.
25653           In the Monitor.Enter and Wait icalls, retry the lock if the wait is
25654           interrupted.
25655         * object.h: Added new fields in MonoThread. suspend_event holds the event
25656           used to susped/resume the thread. synch_lock is the lock object to use for
25657           modifying the thread state.
25658         * threads.c: Use the new synch_lock object for locking, instead of "this",
25659           which can generate deadlocks.
25660           Moved thread state change in Thread.Sleep and Thread.Join from managed
25661           to unmanaged code. This avoids a deadlock when the thread was suspended
25662           just after acquiring the thread lock.
25663           In general, use mono_monitor_enter instead of mono_monitor_try_enter.
25664           Implemented Thread.Suspend using an event instead of ThreadSuspend,
25665           which is not fully implemented in the io-layer.
25666         * socket-io.c: Only try IPv6 DNS lookup if IPv4 fails.
25668 Tue Jun 15 18:34:21 CEST 2004 Paolo Molaro <lupus@ximian.com>
25670         * Makefile.am, monitor.h, object.h, threadpool.c, threadpool.h,
25671         threads-types.h: more API cleanups.
25673 Tue Jun 15 16:40:19 CEST 2004 Paolo Molaro <lupus@ximian.com>
25675         * domain-internals.h, Makefile.am, appdomain.c, appdomain.h,
25676         domain.c, gc.c, icall.c, mono-debug.c, object.c, reflection.c,
25677         threadpool.c, threads.c: first pass at the exported API cleanup.
25679 Tue Jun 15 15:29:47 CEST 2004 Paolo Molaro <lupus@ximian.com>
25681         * icall.c: fix signatures of some VolatileRead and VolatileWrite icalls.
25683 2004-06-15 Gonzalo Paniagua Javier <gonzalo@ximian.com>
25685         * icall.c: added internalGetHome.
25687 2004-06-14  Dick Porter  <dick@ximian.com>
25689         * file-io.c (ves_icall_System_IO_MonoIO_FindFirstFile): It was
25690         possible to return successfully when '.' or '..' were the only
25691         entries in a directory, but were skipped.  The MonoIOStat was not
25692         filled in in that case.  Now return ERROR_NO_MORE_FILES instead.
25693         Fixes bug 59574.
25695 Mon Jun 14 00:27:15 CEST 2004 Paolo Molaro <lupus@ximian.com>
25697         * reflection.c: make binaries run on .Net 1.1 by default.
25699 Sun Jun 13 18:22:40 CEST 2004 Paolo Molaro <lupus@ximian.com>
25701         * threadpool.c, threadpool.h: use the correct return type in SetMinThreads ().
25703 Sun Jun 13 16:44:39 CEST 2004 Paolo Molaro <lupus@ximian.com>
25705         * marshal.c: keep track of struct size with explicit layout
25706         (bug #59979).
25708 2004-06-12  Martin Baulig  <martin@ximian.com>
25710         * mono-debug-debugger.c: Comment out a debugging g_message().
25712 Sat Jun 12 14:15:02 CEST 2004 Paolo Molaro <lupus@ximian.com>
25714         * reflection.c, reflection.h: do not free custom attrs that are cached.
25715         * icall.c: use braces to make code clearer.
25717 2004-06-11  Martin Baulig  <martin@ximian.com>
25719         * class.h (MonoInflatedField): New type.
25720         (MonoClassField): Replaced `MonoType *generic_type' with
25721         `MonoInflatedField *generic_info'.
25723         * icall.c
25724         (ves_icall_MonoField_Mono_GetGenericFieldDefinition): New icall.
25726 2004-06-11  Martin Baulig  <martin@ximian.com>
25728         * reflection.c (mono_image_create_method_token): Correctly encode
25729         varargs methods.
25731 2004-06-11  Martin Baulig  <martin@ximian.com>
25733         * metadata.c (mono_metadata_parse_method_signature): When parsing
25734         a MethodDef which has VarArgs, also set sentinelpos if we don't
25735         have any parameters.
25737 2004-06-11  Martin Baulig  <martin@ximian.com>
25739         * verify.c (mono_method_verify): In CEE_CALL, use
25740         mono_method_get_signature() to get the method's signature, unless
25741         we're a PInvoke method.
25743 2004-06-10  Jackson Harper  <jackson@ximian.com>
25745         * assembly.c: Use <path>/lib/mono/gac for the extra paths
25746         lookup. Rename MONO_GAC_PATH to MONO_GAC_PREFIX, this is a more
25747         logical name as the supplied path is just a prefix to the gac not
25748         the direct path to it.
25749         
25750 Thu Jun 10 20:10:16 CEST 2004 Paolo Molaro <lupus@ximian.com>
25752         * reflection.c: make the token for a created method match
25753         the token of the MethodBuilder it was created from
25754         (IKVM requires this behaviour now).
25756 Thu Jun 10 16:02:27 CEST 2004 Paolo Molaro <lupus@ximian.com>
25758         * image.c, image.h, appdomain.c, assembly.c, loader.c, metadata.c,
25759         reflection.c, socket-io.c: leak fixes.
25761 Wed Jun 9 18:23:59 CEST 2004 Paolo Molaro <lupus@ximian.com>
25763         * icall.c: handle sentinel pos in vararg methods in position different
25764         from 0.
25766 2004-06-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25768         * culture-info-tables.h: freshly generated.
25770 2004-06-09  Martin Baulig  <martin@ximian.com>
25772         * loader.c (mono_get_method_constrained): Call `mono_class_init
25773         (constrained_class)'.   
25775 2004-06-08  Gert Driesen <drieseng@users.sourceforge.net>
25777         * icall.c (ves_icall_MonoType_GetEvent): Handle events without
25778         any methods. Fixes #59629.
25780 2004-06-08  Atsushi Enomoto  <atsushi@ximian.com>
25782         * culture-info-tables.h: reflecting locale-builder updates.
25784 2004-06-08  Dick Porter  <dick@ximian.com>
25786         * object.h:
25787         * locales.c: Fixed compile warnings, including a real bug in
25788         CompareInfo_internal_compare.
25789         
25790 2004-06-08  Dick Porter  <dick@ximian.com>
25792         * locales.c
25793         (ves_icall_System_Globalization_CompareInfo_internal_index):
25794         (ves_icall_System_Globalization_CompareInfo_internal_index_char):
25795         Double-check the resuls of usearches, because ICU currently
25796         ignores most of the collator settings here.  Fixes bug 59720.
25797         
25798 2004-06-08  Dick Porter  <dick@ximian.com>
25800         * locales.c
25801         (ves_icall_System_Globalization_CompareInfo_internal_index_char):
25802         Fix memory leak and segfault-causing typo.  No idea how this one
25803         lasted so long without being noticed.
25805 2004-06-09  Zoltan Varga  <vargaz@freemail.hu>
25807         * icall.c (ves_icall_Type_GetEvents_internal): Handle events without
25808         any methods. Fixes #59629.
25810 2004-06-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25812         * assembly.c:
25813         (mono_assembly_load): search_loaded -> mono_assembly_loaded (we didn't
25814         own the critical section before). Removed dead code (that's done
25815         in the preload hook).
25817         (mono_assembly_load_with_partial_name): call the preload hook.
25819 2004-06-08  Martin Baulig  <martin@ximian.com>
25821         * metadata.c (mono_metadata_signature_alloc): Default
25822         `sentinelpos' to -1.
25824         * reflection.c (mono_image_get_array_token): Likewise.
25826 2004-06-08  Martin Baulig  <martin@ximian.com>
25828         * icall.c (ves_icall_ModuleBuilder_getMethodToken): New icall.
25830         * metadata.c (mono_metadata_parse_method_signature): When parsing
25831         a MethodDef which has VarArgs, set sentinelpos.
25833         * metadata.h (MonoMethodSignature): Make `sentinalpos' a signed
25834         `gint16' since we're using -1 for non-varargs methods.
25836         * reflection.c
25837         (ReflectionMethodBuilder): Added `MonoArray *opt_types'.
25838         (method_encode_signature): Added varargs support.
25839         (method_builder_encode_signature): Likewise.
25840         (mono_image_get_varargs_method_token): New static method.
25841         (mono_image_create_method_token): New public method; this is
25842         called via an icall instead of mono_image_create_token() when
25843         calling a varargs method.       
25845 2004-06-08  Lluis Sanchez Gual  <lluis@ximian.com>
25847         * locales.c: Fixed memory leak in Char.ToLower/ToUpper.
25849 2004-06-08  Atsushi Enomoto  <atsushi@ximian.com>
25851         * culture-info-tables.h : Reflecting the latest locale-builder that
25852           fixed empty array representation ({} to {0}).
25854 2004-06-07  Jackson Harper  <jackson@ximian.com>
25856         * assembly.c: It should be <MONO_GAC_PATH>/lib/mono/gac when
25857         looking up extra gac paths. This allows MONO_GAC_PATH to act
25858         exactly like a prefix.
25859         
25860 2004-06-08  Zoltan Varga  <vargaz@freemail.hu>
25862         * reflection.c (mono_reflection_type_from_name): Make a copy of the
25863         type name before modifying it. Fixes #59405.
25865 2004-06-08  Atsushi Enomoto  <atsushi@ximian.com>
25867         * culture-info.h: added fields for "all datetime patterns".
25868         * locales.c: (  ves_icall_System_Globalization_CultureInfo
25869           _construct_datetime_format ()): fill xxx_patterns fields.
25870         * object.h: added fields for "all datetime patterns" to
25871           MonoDateTimeFormatInfo.
25872         * culture-info-tables.h: reflecting locale-builder updates.
25874 2004-06-08  Zoltan Varga  <vargaz@freemail.hu>
25876         * icall.c (ves_icall_Type_GetEvents_internal): Handle the case when
25877         the event has no add and remove methods. Fixes #59629.
25879 2004-06-05  Sebastien Pouliot  <sebastien@ximian.com>
25881         * object.c: Fixed possible integer overflow when allocating large
25882         strings.
25884 2004-06-05  Atsushi Enomoto  <atsushi@ximian.com>
25886         * culture-info-tables.h: reflecting locale-builder updates.
25888 2004-06-05  Atsushi Enomoto  <atsushi@ximian.com>
25890         * culture-info-tables.h: reflecting locale-builder updates.
25892 2004-06-03  Atsushi Enomoto  <atsushi@ximian.com>
25894         * culture-info-tables.h: reflecting locale-builder updates.
25896 2004-06-03  Lluis Sanchez Gual  <lluis@ximian.com>
25898         * threads.c: Made Thread.Sleep abortable.
25900 2004-06-02  Martin Baulig  <martin@ximian.com>
25902         * mono-debug.h (MONO_DEBUGGER_VERSION): Bumped version to 41.
25904         * debug-mono-symfile.h: Bumped symbol file version number to 37.
25906 2004-05-31  Zoltan Varga  <vargaz@freemail.hu>
25908         * marshal.c (mono_marshal_get_runtime_invoke): Fix CR/LFs.
25910 2004-05-30  Jackson Harper  <jackson@ximian.com>
25912         * reflection.c: Do not hardcode assembly versions or public key
25913         tokens anymore. All of this except the corlib section was dead
25914         code anyways.
25915         
25916 2004-05-29  Zoltan Varga  <vargaz@freemail.hu>
25918         * object.c (mono_runtime_invoke_array): Automatically create boxed
25919         objects for byref valuetypes if needed. Fixes #59300.
25920         
25921         * object.c (mono_method_return_message_restore): Handle 
25922         MONO_TYPE_OBJECT as well.
25924 2004-05-28  Jackson Harper  <jackson@ximian.com>
25926         * reflection.c: The modified type encoding was causing build
25927         problems. Reverted for now.
25928         
25929 2004-05-28  Jackson Harper  <jackson@ximian.com>
25931         * reflection.c/h: Take an assembly ref so that we dont create
25932         fully qualified names when encoding types in the same assembly as
25933         the custom attribute being emitted.
25934         * appdomain.c: Increment version number.
25935         
25936 2004-05-26  Duncan Mak  <duncan@ximian.com>
25938         * icall.c
25939         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies):
25940         Set the full version number (major, minor, build, revision).
25942 2004-05-28  Vladimir Vukicevic  <vladimir@pobox.com>
25944         * marshal.c (emit_struct_conv): increment src/dst after blit
25945         (mono_marshal_get_managed_wrapper,
25946         mono_marshal_get_native_wrapper): make sure we have marshalling
25947         info before marshalling params (info computation affects
25948         blittable)
25950         * class.c (class_compute_field_layout): correctly deal with
25951         blittable
25952         (mono_class_layout_fields): Don't do gc_aware_layout for AUTO
25953         value types (as per what windows dows by default)
25954         (mono_class_setup_mono_type): System.ValueType is blittable
25955         (mono_ptr_class_get, mono_fnptr_class_get): Pointer classes are
25956         blittable
25958         * marshal.c (mono_marshal_load_type_info): flag types  as
25959         non-blittable if the native layout doesn't match the managed
25960         layout
25962 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25964         * appdomain.c: don't add stuff in the private search path that is
25965         above the application base. If application base is not set, there's
25966         no private search path.
25968 2004-05-28  Zoltan Varga  <vargaz@freemail.hu>
25970         * marshal.c (mono_marshal_get_managed_wrapper): Add proper support for
25971         byref struct arguments in native->managed marshalling.
25973 2004-05-28      Patrik Torstensson      <totte@hiddenpeaks.com>
25975         * marshal.c (mono_marshal_get_runtime_invoke): correctly
25976         cache methods using signature (special case for methods
25977         that are value type or string class)
25978         
25979         * image.c (mono_image_close): clean up allocated GSList's
25980         in runtime_invoke_cache.
25982 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25984         * mono-config.c: set the correct path for mono_cfg_dir on windows when
25985         there's no MONO_CFG_DIR environment variable defined.
25987 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25989         * threads.c: windows version must be >= 0x0500 to include OpenThread.
25991 2004-05-28  Lluis Sanchez Gual  <lluis@ximian.com>
25993         * threadpool.c: Really wait for 500ms after the async call, even if the wait
25994           is interrumped.
25995         * threads.c: In mono_thread_manage, call OpenThread to ref each handle
25996           before waiting for it, and call CloseHandle after the wait to unref it.
25997           This will make sure that handles are not disposed too early.
25999 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26001         * appdomain.c:
26002         * appdomain.h:
26003         * icall.c: removed
26004         ves_icall_System_AppDomainSetup_InitAppDomainSetup as it's not
26005         needed now.
26007         * object.c: se the application_base only for the domain that runs
26008         Main. Fixes bug #59216,
26010 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26012         * appdomain.c:
26013         * object.c: only the domain in which Main is run have
26014         SetupInformation.ConfigurationFile set, so moved a few lines from
26015         appdomain.c to object.c.
26017 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26019         * appdomain.c: we tried to load [name].(dll|exe), but according
26020         to bug #57710, we must also try [culture]/[name].(dll|exe) and
26021         [culture]/[name]/[name](dll|exe). This patch fixes the bug.
26022         There's a test case attached to bug #58922.
26024 2004-05-27  Dick Porter  <dick@ximian.com>
26026         * icall.c:
26027         * file-io.c: Implemented icalls for locking and unlocking regions
26028         in a file.
26029         (ves_icall_System_IO_MonoIO_FindNextFile): FindNextFile() returns
26030         FALSE on error (fixes both compiler warning and real bug.)
26032 2004-05-27  Atsushi Enomoto  <atsushi@ximian.com>
26034         * culture-info-tables.h: reflecting locale-builder updates.
26036           (Added missing ChangeLog entry for 05/26)
26038 2004-05-27  Jackson Harper  <jackson@ximian.com>
26040         * locales.c: Fix some cut and paste errors.
26041         
26042 2004-05-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26044         * mono-config.c: set the correct path for config. directory on windows.
26046 2004-05-26  Atsushi Enomoto  <atsushi@ximian.com>
26048         * icall.c : Fixed ves_icall_System_DateTime_GetNow() to return utc
26049           on win32.
26051 2004-05-26  Zoltan Varga  <vargaz@freemail.hu>
26053         * marshal.c (mono_marshal_get_native_wrapper): Free strings returned
26054         from pinvoke functions.
26055         
26056         * marshal.c (mono_ftnptr_to_delegate): Implement this.
26058 2004-05-26  Atsushi Enomoto  <atsushi@ximian.com>
26060         * culture-info-tables.h: reflecting locale-builder updates.
26062 2004-05-26  Zoltan Varga  <vargaz@freemail.hu>
26064         * profiler.c (simple_allocation): Skip icall wrapper methods. Fixes
26065         #59086.
26067 2004-05-26  Sebastien Pouliot  <sebastien@ximian.com>
26069         * appdomain.cs: Bumped MONO_CORLIB_VERSION to 20.
26070         * icall.c: Modified icalls for RNG.
26071         * rand.c|h: Changed RNG interface to allow thread-safe usage under 
26072         Windows (CryptoAPI).
26074 2004-05-25  Zoltan Varga  <vargaz@freemail.hu>
26076         * locales.c: Fix build.
26078 2004-05-25  Atsushi Enomoto  <atsushi@ximian.com>
26080         * culture-info-tables.h: reflecting locale-builder updates.
26082 2004-05-25  Jackson Harper  <jackson@ximian.com>
26084         * locales.c: When creating the current culture use the $LANGs
26085         specific culture. So DateTimeFormat and NumberFormat entries are created.
26086         
26087 2004-05-25  Zoltan Varga  <vargaz@freemail.hu>
26089         * string-icalls.{h,c} icalls.c: Add new icalls for Strcpy which take
26090         a char array as parameter.
26092 2004-05-24  Lluis Sanchez Gual  <lluis@ximian.com>
26094         * image.c: In mono_image_open(), always use an absolute path name to
26095           look for already loaded images.
26097 2004-05-24  Sebastien Pouliot  <sebastien@ximian.com>
26099         * icall.c: Added define for CSIDL_FLAG_CREATE (0x8000) in case it is
26100         missing in the windows build (like older cygwin include files).
26102 2004-05-23  Sebastien Pouliot  <sebastien@ximian.com>
26104         * icall.c: Fixed check for possible integer overflow in Buffer_
26105         BlockCopy icall. Replaced comments style // by /* */.
26107 2004-05-22  Zoltan Varga  <vargaz@freemail.hu>
26109         * marshal.c (mono_ftnptr_to_delegate): Fix warning.
26110         
26111         * marshal.c (mono_marshal_get_proxy_cancast): Move thread interrupt
26112         check after MONO_VTADDR. Fixes pinvoke2.exe.
26114         * marshal.h marshal.c metadata.h: Add beginnings of support for
26115         ftnptr -> delegate marshalling.
26117 2004-05-21  Zoltan Varga  <vargaz@freemail.hu>
26119         * threads.c (ves_icall_System_Threading_Thread_ResetAbort): Fix compilation on gcc-2.95.
26120         * threads.c: Fix warnings.
26122 2004-05-20  Lluis Sanchez Gual  <lluis@ximian.com>
26124         * appdomain.c, gc.c: Make use of the new WaitForSingleObjectEx.
26125         * icall.c: Registered icalls for Suspend and Resume.
26126         * locales.c: Beware, mono_monitor_try_enter can now be interrupted by
26127           Thread.Abort.
26128         * monitor.c: Use WaitForSingleObjectEx. Added some interruption checkpoints.
26129         * mono-debug-debugger.c: Use WaitForSingleObjectEx et al.
26130         * process.c: Use WaitForSingleObjectEx.
26131         * threadpool.c: Use WaitForSingleObjectEx. Added some interruption 
26132           checkpoints.
26133         * threads.c, threads.h: Make use of new Ex wait methods. Improved
26134           implementation of Thread.Abort and Thread.ResetAbort icalls. Added icalls
26135           for Suspend and Resume. Added new mono_thread_stop, used for stoping
26136           background threads. Added basic support for Abort in Windows.
26137           Start new threads using a managed delegate invoke wrapper. This wrapper
26138           has an interruption checkpoint that is needed since an interruption
26139           can be requested before the thread leaves the unmanaged code that starts 
26140           the thread.
26141         * marshal.c: Added interruption checkpoint after every native call, and
26142           also before managed calls for wrappers called from unmanaged code to
26143           go into managed code.
26144         * object.h: Added new field in MonoThread to keep track of interruption
26145           requests.
26147 2004-05-20  Zoltan Varga  <vargaz@freemail.hu>
26149         * marshal.c: Insert SAVE_LMF and RESTORE_LMF opcodes around native
26150         calls.
26152 2004-05-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26154         * appdomain.c:
26155         * assembly.c:
26156         * gc.c:
26157         * locales.c:
26158         * mono-config.c:
26159         * rand.c: getenv -> g_getenv (windows!)
26161         * process.c: complete_path is also used on non-windows platforms.
26163 2004-05-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26165         * icall.c: new signature for Process_Start.
26167         * process.[ch]: new signature for Process_Start. If we're on windows
26168         and UseShellExecute is false, we have to search for the program by
26169         ourselves if we don't get a full path.
26171 2004-05-18  Zoltan Varga  <vargaz@freemail.hu>
26173         * marshal.c (mono_marshal_get_native_wrapper): Fix up custom 
26174         marshalling and call CleanUpNativeData if needed. Fixes #58646.
26176 2004-05-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26178         * socket-io.c: field value changed for Int32 from 'value' to 'm_value'.
26179         Fixes bug #58373.
26181 2004-05-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26183         * process.c: use double quotes to quote program name and arguments on
26184         windows. Fixes bug #58575.
26186 2004-05-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26188         * file-io.c: don't return "." and ".." when using windows Find*File.
26190 2003-05-17      Patrik Torstensson <totte@hiddenpeaks.com>
26192         * marshal.c: Don't pass wrappers to message init because method 
26193         addressed used to lookup metadata. part of remoting[2|3] fix.
26195 2004-05-15  Jackson Harper  <jackson@ximian.com>
26197         * assembly.c: Remove user gac and implement MONO_GAC_PATH, this
26198         path is essentially the same as MONO_PATH except that it points to
26199         GACs instead of lib directories.
26200         * loader.h: The user gac is gone so we dont need function to
26201         enable/disable it.
26202         * mono-config.c: user gac option is now gone.
26203         
26204 2004-05-15  Jackson Harper  <jackson@ximian.com>
26206         * culture-info.h: Make defines more consistent, add calendar data
26207         to the culture info table.
26208         * culture-info-tables.h: Add basic calendar data. Basically
26209         everyone gets default gregorian until all the data is
26210         updated.
26211         * locales.c: Use the new consistent defines. Set calendar data for
26212         culture info objects.
26213         * object.h: add a field for calendar data to CultureInfo
26214         
26215 2004-05-14 Ben Maurer  <bmaurer@users.sourceforge.net>
26217         * image.c: image->runtime_invoke_cache is keyed on signatures now.
26218         * marshal.c (mono_mb_emit_calli): new helper to emit a CEE_CALLI with
26219         a signature.
26220         (mono_mb_emit_managed_call, mono_mb_emit_native_call): use the above.
26221         (mono_marshal_get_runtime_invoke): The runtime invoke method now takes
26222         an extra param that is the pointer of the method to invoke. The IL for
26223         the invoke method is no longer specific to the method, but to the
26224         signature of the method. Thus, we can share the same code for multiple
26225         methods. This reduces the number of methods that have to be compiled.
26227 2004-05-14  Zoltan Varga  <vargaz@freemail.hu>
26229         * icall.c (ves_icall_System_Reflection_Assembly_load_with_partial_name): Fix warning.
26231         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
26233         * icall.c: Optimize Buffer.BlockCopy.
26235 2004-05-14  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26237         * culture-info-tables.h: seems like Spanish and Portuguese cultures had
26238         DateTimeFormatInfo.YearMonthPattern like "MMMM' yyyy" (note the single
26239         quote). Changed them to "MMMM yyyy".
26241 2004-05-12  Miguel de Icaza  <miguel@ximian.com>
26243         * rand.c
26244         (ves_icall_System_Security_Cryptography_RNGCryptoServiceProvider_InternalGetBytes): Always close the file. 
26246 2004-05-13  Zoltan Varga  <vargaz@freemail.hu>
26248         * reflection.h: Updated after changes to managed structures.
26250         * appdomain.c: Bump corlib version.
26252 2004-05-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26254         * Makefile.am: also add libmonoos to libmetadata. Fixes the build on
26255         windows.
26257 2004-05-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26259         * Makefile.am: link to ../os/libmonoos.la on windows.
26261         * assembly.c:
26262                 -If MONO_DEBUG, warn about non-existing directories in
26263                 MONO_PATH.
26264                 -Added mono_assembly_getrootdir() that replaces MONO_ASSEMBLIES
26265                 compile time variable.
26266                 -Removed init_default_path and call mono_set_rootdir from
26267                 libmonoos.a instead (windows only).
26269         * assembly.h: declare mono_assembly_getrootdir().
26271         * domain.c:
26272         * icall.c: use mono_assembly_getrootdir() instead of MONO_ASSEMBLIES.
26274         * loader.c: s/getenv/g_getenv/
26276 2004-05-11  Zoltan Varga  <vargaz@freemail.hu>
26278         * marshal.{h,c}: Add support for UnmanagedType.AsAny.
26280         * marshal.c: Use mono_metadata_signature_{alloc,dup} where appropriate.
26282         * metadata.h: Add new marshalling conversions.
26284         * metadata.h metadata.c (mono_metadata_signature_dup): New helper
26285         function.
26287         * reflection.c (mono_reflection_get_type): Lookup the type in all
26288         modules of a multi-module assembly. Fixes #58291.
26290 2004-05-11  Lluis Sanchez Gual  <lluis@ximian.com>
26292         * threads.c: Before aborting a background, set the StopRequested
26293         state.  This avoids throwing the Abort exception.
26294         In mono_thread_manage, don't continue with the shutdown until all
26295         aborted threads have actually stopped.
26297 2004-05-10  Jackson Harper  <jackson@ximian.com>
26299         * locales.c: Remove the modifier from culture names.
26300         
26301 2004-05-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26303         * Makefile.am: monosn is not installed any more. It has been deprecated
26304         in favor of sn.
26306 2004-05-07  Jackson Harper  <jackson@ximian.com>
26308         * locales.c
26309         (ves_icall_System_Globalization_CultureInfo_internal_get_cultures):
26310         Fix array construction, add bailout if the length is 0.
26312 2004-05-07  Dick Porter  <dick@ximian.com>
26314         * socket-io.c (addrinfo_to_IPHostEntry): Don't crash if the
26315         machine doesn't have a DNS entry.  Patch by Urs Muff
26316         (umuff@quark.com), fixes bug 57928.
26318 2004-05-06  Jackson Harper  <jackson@ximian.com>
26320         * reflection.c: Handle null PublicTokens properly. alloc mem for
26321         assembly names culture so we dont crash when freeing it.
26322         
26323 2004-05-06  Jackson Harper  <jackson@ximian.com>
26325         * assembly.c: Check the usergac when loading with partial names.
26326         
26327 2004-05-05  Sebastien Pouliot  <sebastien@ximian.com>
26329         * rand.c|h: Added new icall for (optionally) seeding the PRNG. This 
26330         does nothing for now (not required for Linux/Windows) but the class
26331         library can call it (and a newer or modified runtime could need it).
26332         * icall.c: Registred icall.
26334 2004-05-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26336         * loader.c: prints a message on module loading error we set MONO_DEBUG
26337         environment variable.
26339 2004-05-05  Jackson Harper  <jackson@ximian.com>
26341         * appdomain.c: Handle PublicKeyToken=null properly.
26342         
26343 2004-05-05  Sebastien Pouliot  <sebastien@ximian.com>
26345         * environment.c|h: Added icall ves_icall_System_Environment_
26346         GetOSVersionString to get the current OS version as a string.
26347         * icall.c: Registred icall.
26349 2004-05-05  Lluis Sanchez Gual  <lluis@ximian.com>
26351         * object.c: in mono_object_get_virtual_method(), take into account that
26352         non-virtual methods don't have a slot in the vtable. Check needed when
26353         the object is a proxy.
26355 2004-05-05  Zoltan Varga  <vargaz@freemail.hu>
26357         * marshal.h marshal.c icall.c: Applied patch from vladimir@pobox.com
26358         (Vladimir Vukicevic). Implement UnsafeAddrOfPinnedArrayElement.
26360         * object.c (mono_class_compute_gc_descriptor): Fix warning.
26362         * object.c (mono_runtime_invoke_array): Add an assert so null cannot be
26363         passed when a valuetype is expected.
26365         * object.c (mono_unhandled_exception): Only set the exit code if the
26366         exception happens in the main thread. Fixes thread5.exe.
26368         * appdomain.c (get_info_from_assembly_name): Fix infinite loop on
26369         invalid names. Fixes #58047.
26371 2004-05-03  Jackson Harper  <jackson@ximian.com>
26373         * assembly.c: This line was committed accidently and is unneeded.
26374         
26375 2004-05-03  Jackson Harper  <jackson@ximian.com>
26377         * icall.c: Add new icall for Assembly::LoadWithPartialName
26378         * assembly.c/.h: new function that probes the GAC to load partial
26379         assembly names by Paolo Molaro.
26380         
26381 2004-05-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26383         * appdomain.c: use g_strncasecmp when looking for 'Culture=' et al.
26384         * reflection.c: use g_strncasecmp when looking for 'Culture=' et al.
26385         (type_get_fully_qualified_name): Added PublicKeyToken when building a
26386         full type name.
26388 2004-05-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26390         * appdomain.c: fixed check for 'neutral' culture and removed warning.
26391         * reflection.c: fix bug when parsing a full type name and Version is not
26392         the last thing in the string.
26394 2004-05-03  Zoltan Varga  <vargaz@freemail.hu>
26396         * appdomain.c (get_info_from_assembly_name): Strdup "" to prevent
26397         crashes when it is freed.
26399 2004-05-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26401         * assembly.c: print the compat warning to stderr.
26403 2004-05-01  Miguel de Icaza  <miguel@ximian.com>
26405         * assembly.c (mono_assembly_load_references): Add a compatibility
26406         hack to run old applications that might be still referencing the
26407         3300-based assemblies, only do this for System.xxx.
26409 2004-05-01  Jackson Harper  <jackson@ximian.com>
26411         * appdomain.c: If the culture is neutral we set it to "".
26412         
26413 2004-04-29  Jackson Harper  <jackson@ximian.com>
26415         * locales.c: Add some missing MONO_ARCH_SAVE_REGS'.
26417 2004-04-29  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
26419         * string-icalls.c: added low overhead function for copying chars
26420         * icall.c: added needed icall for the above function
26422 2004-04-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26424         * icall.c: fix return value of get_global_assembly_cache.  Implemented
26425         Environment.GetLogicalDrives.
26427 2004-04-28  Bernie Solomon  <bernard@ugsolutions.com>
26429         * rand.c: try and talk to egd or prngd
26430         for random bytes if opening devices fail.
26432 2004-04-28  Zoltan Varga  <vargaz@freemail.hu>
26434         * marshal.c (mono_marshal_load_type_info): Calculate the minimum
26435         alignment for the type using the native alignment of its members 
26436         instead of using klass->min_align.
26438         * metadata.c (mono_type_stack_size): Fix size of TYPEDBYREF.
26440 2004-04-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26442         * file-io.c:
26443         * socket-io.c: added check for sys/aio.h.
26445 2004-04-28  Dick Porter  <dick@ximian.com>
26447         * threads.c: Don't abort a thread thats already aborting, when
26448         terminating everything.
26450 2004-04-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26452         * icall.c: added 2 new async calls for Socket.
26454         * socket-io.[ch]: fixed some warnings. Added support for asynchronous
26455         IO on *nix systems.
26457         * threadpool.c: removed unused variable.
26459 2004-04-27  Zoltan Varga  <vargaz@freemail.hu>
26461         * marshal.c: Handle null properly in PtrToString* icalls. Fixes #57706.
26463 Tue Apr 27 15:55:17 CEST 2004 Paolo Molaro <lupus@ximian.com>
26465         * locales.c: put back string_invariant_tolower () and
26466         string_invariant_toupper ().
26468 2004-04-26 David Waite <mass@akuma.org>
26470         * file-io.h:
26471         * socket-io.h:
26472         * threads.h:
26473         * unicode.h: remove comma from end of enumeration declarations
26475 2004-04-26 David Waite <mass@akuma.org>
26477         * debug-mono-symfile.h:
26478         * decimal.c:
26479         * mono_debug.h:
26480         * sysmath.c: Define 64 bit constants as long long types (i.e. 10ULL)
26483 2004-04-26  Jackson Harper  <jackson@ximian.com>
26485         * appdomain.c: Increment version number.
26486         
26487 2004-04-26  Jackson Harper  <jackson@ximian.com>
26489         * appdomain.c: Set assembly references public token value when
26490         PublicKeyToken is specified, not the hash_value. Free public token
26491         values when free assembly name data. Previously the public key
26492         token was hex decoded, however we are using hex encoded public key
26493         tokens, so this is not neccasary.
26494         * assembly.c: Lookup assemblies in the gac if their public token
26495         value is set. Add function to allow enabling user gac
26496         lookups. Specify whether or not the assembly was loaded from the
26497         GAC. Compare full assembly names when checking the cache for
26498         assemblies (Temporarily disabled see comment in code). Remove
26499         mscorlib -> corlib mapping cruft. Add trace-loading. When a user
26500         specifies trace-loader they get extra info to stdout on the
26501         loading of assemblies.
26502         * image.h: Add a field for an assembly references public token
26503         value to MonoAssemblyname. Add a field to MonoAssembly to specifiy
26504         whether an assembly has been loaded from the GAC.
26505         * image.c: Remove a corlib -> mscorlib name mapping.
26506         * loader.h: Add function to enable/disable the user gac.
26507         * mono-config.c: Check if the usergac is enabled in the config
26508         file.
26509         * icall.c: New icall to determine whether or not an assembly has
26510         been loaded from the GAC. Remove some mscorlib -> corlib mappings.
26511         * tabldefs.h: Add constant for assemblyref flag that specifies a
26512         full public key is used instead of a public token.
26513         * reflection.c: Remove mscorlib -> corlib mappings. Set
26514         PublicTokenValue instead of hash value. This value is a hex
26515         string so it does not need to be expanded.
26517 2004-04-26  Martin Baulig  <martin@ximian.com>
26519         * mono-debug-debugger.c (mono_debugger_initialize): Set
26520         `mono_debugger_initialized' before calling mono_debug_lock().
26522 2004-04-42  Robert Shade <rshade@dvsconsulting.com>
26524         * icall.c: icalls for Char.ToUpper/ToLower are now hooked to
26525           InternalToUpper/InternalToLower.
26526         * locales.c: (ves_icall_System_{Char,String}_InternalTo{Upper,Lower}_Comp)
26527           removed invariant culture shortcut.  This is now done in managed code.
26528         * locales.c: (string_invariant_toupper/tolower) removed.
26530 2004-04-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26532         * icall.c: added GetSupportsAsync for Socket (same as MonoIO).
26533         Added Poll internal call.
26535         * socket-io.[ch]: _wapi_socket == WSASocket. Added internal
26536         call for Poll. Select was too heavy for polling a single socket.
26538         * threadpool.[ch]: added mono_threadpool_cleanup.
26539         * threads.c: use it. Don't use Thread_Abort on windows.
26541 2004-04-23  Martin Baulig  <martin@ximian.com>
26543         * mono-debug-debugger.c (mono_debugger_lookup_assembly): New function.
26545 2004-04-23  Sebastien Pouliot  <sebastien@ximian.com>
26547         * icall.c: Registred new icalls for key pair protection and added an
26548         icall for Environment.GetFolderPath on Windows.
26549         * security.c|h: Added new icalls for key pair protection.
26551 2004-04-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26553         * socket-io.c: don't display the non-supported family warning for known
26554         families. Now this is not displayed on windows when checking support
26555         for IPv4/IPv6.
26557 2004-04-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26559         * class.c: don't display the layout warning for static fields.
26561 2004-04-21  Lluis Sanchez Gual <lluis@ximian.com>
26563         * icall.cs: Registered new icalls for Char.ToLower and Char.ToUpper.
26564         * locales.c, locales.h: Added new icalls for culture-specific
26565         Char.ToLower and Char.ToUpper.
26567 2004-04-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26569         * threads.c: the 2nd argument when aborting a thread is NULL now. Patch
26570         by David Waite.
26572 2004-04-20  Martin Baulig  <martin@ximian.com>
26574         * mono-debug-debugger.c (mono_debugger_lookup_type): Make a copy
26575         of the type name before passing it to mono_reflection_type_from_name().
26577 2004-04-19  Zoltan Varga  <vargaz@freemail.hu>
26579         * marshal.c (mono_marshal_get_managed_wrapper): Handle different string
26580         encodings here. Fixes #56965.
26582 2004-04-18  Bernie Solomon <bernard@ugsolutions.com>
26584         * icall.c (ves_icall_System_Text_Encoding_InternalCodePage):
26585         fix test on strstr result not that I can see anything that
26586         relies on the result.
26588 2004-04-18  Zoltan Varga  <vargaz@freemail.hu>
26590         * metadata.c (mono_type_to_unmanaged): Handle MONO_NATIVE_FUNC as well.
26591         Fixes #57081.
26593         * marshal.c (mono_marshal_get_string_encoding): New helper function.
26595         * marshal.c (mono_marshal_get_native_wrapper): Use the new helper
26596         function to determine which marshalling to use for strings. Fixes
26597         #56965.
26599         * marshal.c (mono_marshal_string_array_to_unicode): Fix warning.
26601         * reflection.c (encode_marshal_blob): Add support for LPARRAY.
26603 2004-04-15  Bernie Solomon  <bernard@ugsolutions.com>
26605         * icall.c: #include mono-config.h
26607 2004-04-15  Jackson Harper  <jackson@ximian.com>
26609         * culture-info-tables.h: Fix date formats for en-US culture.
26610         
26611 2004-04-15  Lluis Sanchez Gual  <lluis@ximian.com>
26613         * icall.c: Registered icalls for ThreadPool.GetMinThreads and 
26614         ThreadPool.SetMinThreads.
26615         * threadpool.c: Implemented ThreadPool.GetMinThreads and
26616         ThreadPool.SetMinThreads.
26618 Thu Apr 15 15:36:40 CEST 2004 Paolo Molaro <lupus@ximian.com>
26620         * mono-config.c: also load the .config file in the directory
26621         where the assembly was found.
26623 Thu Apr 15 14:24:49 CEST 2004 Paolo Molaro <lupus@ximian.com>
26625         * assembly.c: load per-assembly config files.
26626         * icall.c: decrapified code to get the config dir and moved to
26627         mono-config.c.
26628         * image.h, loader.c, loader.h, mono-config.c, mono-config.h: allow
26629         per-assembly config files. When doing a dll map lookup give precedence
26630         to the per-assembly data.
26632 2004-04-14  Martin Baulig  <martin@ximian.com>
26634         * mono-debug-debugger.h (MonoDebuggerEvent): Removed
26635         MONO_DEBUGGER_EVENT_TYPE_ADDED and MONO_DEBUGGER_EVENT_METHOD_ADDED
26636         and added MONO_DEBUGGER_EVENT_RELOAD_SYMTABS.
26638         * mono-debugger-debugger.c: While the debugger is locked, remember
26639         whether the symbol tables have changes and send one single
26640         MONO_DEBUGGER_EVENT_RELOAD_SYMTABS when releasing the lock.
26642 2004-04-14  Zoltan Varga  <vargaz@freemail.hu>
26644         * metadata.h: Add STRARRAY_STRWLPARRAY marshalling convention.
26646         * marshal.h marshal.c (mono_marshal_string_array_to_unicode): New 
26647         function.
26649         * marshal.c (mono_marshal_get_native_wrapper): Take CharSet into
26650         account when marshalling string arrays. Fixes #56965.
26652 2004-04-13  Sebastien Pouliot  <sebastien@ximian.com>
26654         * icall.c: Add new icalls mapping for security.
26655         * security.c|h: Add internal calls for WindowsIdentity,
26656         WindowsImpersonationContext and WindowsPrincipal.
26658 2004-04-13  Gert Driesen (drieseng@users.sourceforge.net)
26660         * class.c: Added comment to ensure the System.MonoDummy class
26661         is removed when no longer necessary
26663 2004-04-13  Miguel de Icaza  <miguel@ximian.com>
26665         * appdomain.c: Pass arguments to the bootstraping exceptions to
26666         minimize JITed methods at boot
26668         * metadata.c (mono_exception_from_name_two_strings): Allow for the
26669         second string to be null.
26671         * icall.c (ves_icall_System_Text_Encoding_InternalCodePage):
26672         Change the protocol to minimize the JIT methods at startup.  Now
26673         it Returns the internal codepage, if the value of "int_code_page"
26674         is 1 at entry, and we can not compute a suitable code page
26675         number, returns the code page as a string.
26677 2004-04-13  Jackson Harper  <jackson@ximian.com>
26679         * culture-info-tables.h: Fix number of decimal digits for all
26680         english locales.
26682 2004-04-13  Jackson Harper  <jackson@ximian.com>
26684         * icall.c: Clairfy out of sync error message. It is not always
26685         your corlib that is out of sync.
26687 2004-04-13  Zoltan Varga  <vargaz@freemail.hu>
26689         * icall.c (ves_icall_Type_GetPropertiesByName): Avoid duplicate
26690         properties when only the set accessor is overriden. Fixes #55874.
26692 2004-04-09  Zoltan Varga  <vargaz@freemail.hu>
26694         * assembly.c (mono_assembly_load_references): Make this thread safe.
26695         Fixes #56327.
26697 2004-04-08  Zoltan Varga  <vargaz@freemail.hu>
26699         * monosn.c: Add missing initialization calls.
26701 2004-04-08  Bernie Solomon  <bernard@ugsolutions.com>
26703         * locales.c:
26704         ves_icall_System_Globalization_CultureInfo_construct_number_format
26705         Fix g_assert so it compiles on fussier compilers re int/ptr
26706         mismatch
26708 2004-04-08  Dick Porter  <dick@ximian.com>
26710         * socket-io.h:
26711         * socket-io.c: Don't set SO_REUSEADDR on windows.  Fixes bug
26712         53992.  Also rearrange the code so that the internal calls return
26713         an error value and exceptions are thrown from managed code.
26715         * icall.c: Add type info to the socket icalls.
26717 2004-04-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26719         * object.h: synchronize MonoCompareInfo with CompareInfo class. Someone
26720         owes me a beer.
26722 2004-04-07  Martin Baulig  <martin@ximian.com>
26724         * class.c (mono_class_from_generic_parameter): Don't default
26725         `klass->parent' to `mono_defaults.object_type'.
26727 2004-04-07  Martin Baulig  <martin@ximian.com>
26729         * reflection.c (mono_reflection_initialize_generic_parameter): Set
26730         `param->pklass->reflection_info'.       
26732 2004-04-07  Jackson Harper  <jackson@ximian.com>
26734         * culture-info-tables.h: Fix date separator symbol.
26735         
26736 2004-04-07  Martin Baulig  <martin@ximian.com>
26738         * icall.c (ves_icall_Type_GetGenericArguments): Moved this icall
26739         from System.Type to System.MonoType.
26741 2004-04-07  Martin Baulig  <martin@ximian.com>
26743         * reflection.h
26744         (MonoReflectionGenericParam): Added `has_reference_type' and
26745         `has_value_type' fields.
26747         * reflection.c (mono_image_get_generic_param_info): Encode the
26748         correct flags if we have the `class' or `struct' constraint.
26750 2004-04-07  Martin Baulig  <martin@ximian.com>
26752         * reflection.h
26753         (MonoReflectionGenericParam): Added `MonoBoolean has_ctor_constraint'.
26755 2004-04-07  Jackson Harper  <jackson@ximian.com>
26757         * appdomain.c: Revert extra patches, just wanted to bump the
26758         version number.
26759         
26760 2004-04-07  Jackson Harper  <jackson@ximian.com>
26762         * Makefile.am: Add culture-info private headers.
26763         * icall.c: Add new icalls for contructing locales.
26764         * locales.c: Construct CultureInfo objects from lookup tables instead of using ICU.
26765         * locales.h: Declare new culture info construction methods.
26766         * object.h: Add new fields used to avoid the CultureMap to
26767         MonoCultureInfo.
26768         * culture-info.h: Definition of structs used in the culture info
26769         tables.
26770         * culture-info-tables.h: Autogenerated tables that contain culture
26771         info data. This file was generated with the locale-builder tool.
26772         * appdomain.c: Incement corlib version number.
26773         
26774 2004-04-07  Bernie Solomon  <bernard@ugsolutions.com>
26776         * appdomain.c: (mono_runtime_init) move mono_thread_init
26777         to before mono_object_new calls so critical sections
26778         are initialized before use.
26780 2004-04-07  Martin Baulig  <martin@ximian.com>
26782         * icall.c
26783         (ves_icall_TypeBuilder_define_generic_parameter): Removed.
26784         (ves_icall_MethodBuilder_define_generic_parameter): Removed.
26785         (ves_icall_MonoGenericParam_initialize): Removed.
26786         (monogenericparam_icalls): Removed.
26787         (generictypeparambuilder_icalls): Added new table for
26788         System.Reflection.Emit.GenericTypeParameterBuilder.
26790         * reflection.c
26791         (mono_reflection_define_generic_parameter): Removed.
26792         (mono_reflection_initialize_generic_parameter): This is now called
26793         from GenericTypeParameterBuilder's .ctor.
26795 2004-04-06  Martin Baulig  <martin@ximian.com>
26797         * class.c (mono_class_init): Don't inflate nested classes in a
26798         generic instance.
26799         (mono_type_get_name_recurse): Include the generic arguments for
26800         generic instances and generic type declarations.
26801         (inflate_generic_type): Correctly inflate MONO_TYPE_SZARRAY.
26802         (_mono_class_get_instantiation_name): Removed.
26803         (mono_class_create_generic): Always use `gklass->name' as our name.
26805         * class.h (MonoGenericInst): Removed `nested_in', and `nested'.
26807         * icall.c (ves_icall_MonoGenericInst_GetDeclaringType): Removed.
26808         (ves_icall_MonoGenericInst_GetNestedTypes): Removed.
26809         (ves_icall_MonoMethod_GetGenericParameters): Renamed to
26810         ves_icall_MonoMethod_GetGenericArguments() and correctly handle
26811         closed generic methods here.
26813         * reflection.c
26814         (mono_reflection_generic_inst_get_nested_types): Removed.
26815         (inflate_mono_method): Copy the generic parameters from the
26816         MonoMethodHeader into out MonoGenericMethod.
26818 2004-04-06  Martin Baulig  <martin@ximian.com>
26820         * row-indexes.h
26821         (MONO_GENERICPARAM_DEPRECATED_CONSTRAINT): Removed.
26823         * metadata.c (GenericParamSchema): Removed "DeprecatedConstraint".
26825         * reflection.c (build_compressed_metadata): If we have any entries
26826         in the GenericParam, MethodSpec or GenericParamConstraint tables,
26827         set the header version to 1.1.
26829 2004-04-06  Martin Baulig  <martin@ximian.com>
26831         * class.c (mono_class_init): If we're a generic instance,
26832         initialize our nested classes, too.
26833         (_mono_class_get_instantiation_name): Deal with the new `!%d'
26834         suffix. 
26836 2004-04-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26838         * process.c: quote the argument passed to the shell on windows.
26840 2004-04-05  Zoltan Varga  <vargaz@freemail.hu>
26842         * threads.c (mono_alloc_special_static_data): Allow this to be
26843         called during startup.
26845 2004-04-02  Martin Baulig  <martin@ximian.com>
26847         * icall.c
26848         (ves_icall_MonoGenericInst_GetDeclaringType): New icall.
26850 2004-04-02  Zoltan Varga  <vargaz@freemail.hu>
26852         * icall.c: Fix build.
26854 2004-04-02  Sebastien Pouliot  <sebastien@ximian.com>
26856         * Makefile.am: Added security.c|h.
26857         * icall.c: Added icall for get_UserName;
26858         * security.c: New file for security related icalls. Added function
26859         get_UserName for System.Environment (fix #56144).
26860         * security.h: New. Header file for security.c
26862 2004-04-02  Dick Porter  <dick@ximian.com>
26864         * icall.c: Deleted the icalls that were obsoleted some time ago
26865         by the ICU string code, and which were mixed into the icall
26866         rearranging.  Fixes bug 55969.
26868         * string-icalls.h: 
26869         * string-icalls.c: Deleted the code that those icalls reference.
26871 2004-04-01  Martin Baulig  <martin@ximian.com>
26873         * metadata.h (MONO_CLASS_IS_INTERFACE): New macro.
26875         * class.c (mono_class_from_generic_parameter): Don't set 
26876         TYPE_ATTRIBUTE_INTERFACE.
26877         (my_mono_class_from_generic_parameter): Likewise.
26879 2004-04-01  Martin Baulig  <martin@ximian.com>
26881         * loader.c (find_method): Added an optional `MonoClass *ic'
26882         argument to search in a specific interface.
26883         (mono_get_method_constrained): New public function.
26885 2004-04-01  Martin Baulig  <martin@ximian.com>
26887         * reflection.c (mono_image_get_generic_field_token): Use the
26888         `handleref' cache here.
26890 2004-04-01  Martin Baulig  <martin@ximian.com>
26892         * reflection.h (MonoDynamicImage): Added `GHashTable *typespec'.
26894         * reflection.c (create_generic_typespec): Use the `typespec' hash
26895         here, not the `typeref' one.    
26897 2004-04-01  Martin Baulig  <martin@ximian.com>
26899         * class.c (mono_class_inflate_generic_type): Moved the
26900         functionality into a new static inflate_generic_type() which
26901         returns NULL if it didn't do anything.  Only increment the
26902         `mono_stats.inflated_type_count' if we actually inflated
26903         something.
26904         (mono_class_get_full): Check the classes type to see whether we
26905         need to inflate it; also inflate MONO_TYPE_(M)VAR.
26907 2004-04-01  Jackson Harper  <jackson@ximian.com>
26909         * reflection.c: Set culture for assembly references.
26910         
26911 2004-04-01 Ben Maurer  <bmaurer@users.sourceforge.net>
26913         * reflection.[ch], icall.[ch], Fix support for pinning variables.
26915 2004-04-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26917         * assembly.c:
26918         (do_mono_assembly_open): the critical section also covers
26919         mono_image_open and mono_image_open_from_data. Fixes bug #56327.
26921 2004-03-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26923         * threads.c:
26924         (mono_manage_threads): abort the background threads when finishing.
26925         Fixes bug #47232.
26927 2004-03-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26929         * gc.c: only close the done_event handle if there was no timeout.
26930         C-ified comments.
26932 2004-03-30  Martin Baulig  <martin@ximian.com>
26934         * icall.c (icall_entries): It's called "System.Activator", not
26935         "System.Activation".    
26937 2004-03-30  Martin Baulig  <martin@ximian.com>
26939         * class.c (mono_ldtoken): Added `MonoGenericContext *' argument.
26940         (mono_class_create_from_typespec): Likewise.
26942 2004-03-30  Martin Baulig  <martin@ximian.com>
26944         * reflection.h (MonoReflectionGenericParam): Use MonoBoolean for
26945         `has_ctor_constraint' and `initialized'.
26947 2004-03-30  Martin Baulig  <martin@ximian.com>
26949         * reflection.c (encode_new_constraint): New static function to add
26950         the constructor constraint attribute to a type parameter.
26951         (encode_constraints): Call encode_new_constraint() if necessary.
26953         * reflection.h
26954         (MonoReflectionGenericParam): Added `guint32 has_ctor_constraint'.
26956         * row-indexes.h: Added CUSTOM_ATTR_GENERICPAR.
26957         
26958 2004-03-29 Ben Maurer  <bmaurer@users.sourceforge.net>
26960         * reflection.c, icall.c: add support for pinning variables. 
26962 2004-03-29  Bernie Solomon  <bernard@ugsolutions.com>
26964         * marshal.c (mono_marshal_get_managed_wrapper):
26965         init bool local with zero rather than null.
26967 2004-03-29  Martin Baulig  <martin@ximian.com>
26969         * icall.c (ves_icall_MonoMethod_get_HasGenericParameters): Show
26970         the "official" behavior here.
26971         (ves_icall_MonoMethod_get_Mono_IsInflatedMethod): New interncall.
26973 2004-03-29  Martin Baulig  <martin@ximian.com>
26975         * icall.c: Reflect latest API changes.
26977 2004-03-29  Martin Baulig  <martin@ximian.com>
26979         * loader.c (mono_get_method_from_token): Also call
26980         mono_metadata_load_generic_params () for abstract and interface
26981         methods; replace the type arguments in the method signature with
26982         the ones which are loaded from the metadata.
26984 2004-03-29  Lluis Sanchez Gual  <lluis@ximian.com>
26986         * monitor.c: In mono_monitor_exit(), don't throw an exception if the owner
26987         of the lock is not the current thread. MS.NET don't do it, in spite of
26988         what the documentation says. See bug #56157.
26990 2004-03-28  Martin Baulig  <martin@ximian.com>
26992         * class.c (mono_class_init): Don't call init_properties() and
26993         init_events() for generic instances; set `prop->parent' when
26994         inflating properties.
26996         * reflection.c (mono_generic_inst_get_object): Call
26997         `mono_class_init (ginst->klass)'.
26998         (mono_type_get_object): Only create a MonoGenericInst if your
26999         generic type is a TypeBuilder.
27000         (do_mono_reflection_bind_generic_parameters): Only set
27001         `ginst->is_dynamic' if our generic type is a TypeBuilder.
27003 2004-03-28  Zoltan Varga  <vargaz@freemail.hu>
27005         * appdomain.c (unload_thread_main): Do not clear proxy_vtable_hash.
27006         Fixes #56091.
27008 2004-03-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27010         * icall.c: added Kill_internal icall.
27011         * process.[ch]: added Kill_internal icall.
27013 2004-03-25  Martin Baulig  <martin@ximian.com>
27015         * class.h (MonoStats): Added `generic_instance_count',
27016         `inflated_method_count', `inflated_type_count' and
27017         `generics_metadata_size'.       
27019 2004-03-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27021         * reflection.c: no warnings now.
27023 2004-03-25  Martin Baulig  <martin@ximian.com>
27025         * class.c (mono_class_get_full): New public function; does a
27026         mono_class_get(), but also takes a `MonoGenericContext *'.
27028         * loader.c (mono_field_from_memberref): Renamed to
27029         `field_from_memberref', made static and added `MonoGenericContext *'
27030         argument.
27031         (mono_field_from_token): Added `MonoGenericInst *' argument.
27032         (method_from_memberef): Likewise.
27033         (mono_get_method_from_token): Likewise.
27034         (mono_get_method_full): New public function; does a
27035         mono_get_method(), but also takes a `MonoGenericContext *'.
27037         * verify.c (mono_method_verify): Get the method's generic context
27038         and pass it to mono_field_from_token(), mono_get_method_full() and
27039         mono_class_get_full().
27041 2004-03-25  Martin Baulig  <martin@ximian.com>
27043         * class.c (mono_class_inflate_generic_type): Take a
27044         `MonoGenericContext *' instead of a `MonoGenericInst *' and a
27045         `MonoGenericMethod *'.
27047 2004-03-25  Martin Baulig  <martin@ximian.com>
27049         * loader.h (MonoMethodInflated): Store the MonoGenericContext
27050         instead of the MonoGenericMethod here.
27052 2004-03-25  Martin Baulig  <martin@ximian.com>
27054         * class.h (MonoGenericInst): Added `MonoGenericContext *context';
27055         each time we create a new MonoGenericInst, we also create a new
27056         context which points back to us.
27058         * class.c (inflate_method): Use `ginst->context' instead of
27059         creating a new context.
27061         * loader.c (method_from_memberref): Use
27062         `klass->generic_inst->context' instead of creating a new context.
27064 2004-03-25  Martin Baulig  <martin@ximian.com>
27066         * class.h (MonoGenericContext): New struct.
27067         (MonoGenericMethod): Removed `generic_inst'.
27069         * class.c (mono_class_inflate_generic_method): Take a
27070         `MonoGenericContext *' instead of a `MonoGenericMethod *'.
27072 2004-03-25  Martin Baulig  <martin@ximian.com>
27074         * loader.h (MonoMethodInflated): New typedef.
27076         * metadata.h (MonoMethodSignature): Removed `gen_method', make
27077         `generic_param_count' consume just 30 bits, added `is_inflated'
27078         and `has_type_parameters' flags (one bit each).
27080         * class.c (mono_class_inflate_generic_method): Create a
27081         MonoMethodInflated instead of a MonoMethodNormal and set
27082         `is_inflated' in the method signature.
27084         * class.h (MonoGenericMethod): Removed `generic_method'.
27086 2004-03-25  Lluis Sanchez Gual  <lluis@ximian.com>
27088         * image.c: Make sure the name of a MonoImage is always an absolute path.
27089           This fixes bug #54415.
27091 2004-03-24  Martin Baulig  <martin@ximian.com>
27093         * class.c (mono_class_setup_vtable): If we're a generic instance,
27094         use our generic type's vtable size.
27096 2004-03-24  Zoltan Varga  <vargaz@freemail.hu>
27098         * appdomain.c (ves_icall_System_AppDomain_InternalUnload): Add
27099         MONO_NO_UNLOAD env var as a temporary workaround for unloading 
27100         problems.
27102 2004-03-23  Martin Baulig  <martin@ximian.com>
27104         * class.h (MonoDynamicGenericInst): Added `int count_events' and
27105         `MonoEvent *events'.
27107         * icall.c (ves_icall_MonoGenericInst_GetEvents): New interncall.
27108         (typebuilder_icalls): Added "get_event_info"; calls
27109         mono_reflection_event_builder_get_event_info(). 
27111         * reflection.c (mono_reflection_generic_inst_initialize): Added
27112         `MonoArray *events'.
27113         (mono_reflection_event_builder_get_event_info): New function.
27115 2004-03-23  Bernie Solomon  <bernard@ugsolutions.com>
27117         * object.h: add mono_type_initialization_init
27119         * object.c (mono_runtime_class_init): 
27120         implement class constructor synchronization rules
27121         to cope with threading issues.  
27122         add mono_type_initialization_init
27124         * appdomain.c (mono_runtime_init): call 
27125         mono_type_initialization_init
27127         * class.h: removing initializing field from MonoVTable
27129 2004-03-23  Martin Baulig  <martin@ximian.com>
27131         * class.c (my_mono_class_from_generic_parameter): Use
27132         `param->name' if it's not NULL. 
27134 2004-03-22 Ben Maurer  <bmaurer@users.sourceforge.net>
27136         * class.c: do not insert non-virtual methods in the vtable.
27137         * icall.c, mono-debug-debugger.c, object.c: if method->slot == -1,
27138         that means the method is non-virtual. This never would have
27139         happened before.
27141 2004-03-22  Lluis Sanchez Gual  <lluis@ximian.com>
27143         * profiler.c: Added lock for accessing coverage_hash.
27145 2004-03-22  Martin Baulig  <martin@ximian.com>
27147         * icall.c (ves_icall_MethodInfo_get_IsGenericMethod): Use
27148         `method->method->signature->generic_param_count != 0' to make it
27149         work for interface methods.
27151 2004-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27153         * process.c: quote the string passed to the shell using g_shell_quote.
27155 2004-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27157         * threads.c:
27158         (mono_threads_manage): don't remove the finalizer thread and self
27159         from the threads hash table so that mono_thread_manage can be called
27160         more than once.
27162 2004-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27164         * process.c: quote the arguments when UseShellExecute is true. Fixes
27165         bug #55790.
27167 2004-03-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27169         * threads.c: set mono_thread_detach as a cleanup routine for every
27170         thread. This way it's always executed upon thread termination, either
27171         aborted or finished normally. No more xsp hangs!
27173 2004-03-17  Martin Baulig  <martin@ximian.com>
27175         * class.h (MonoGenericInst): Replaced the `GList *nested' with an
27176         `int count_nested' and a `MonoType **nested'.
27178         * reflection.c (mono_reflection_bind_generic_parameters): Moved
27179         most of the functionality into a new static
27180         do_mono_reflection_bind_generic_parameters() and don't take a
27181         `MonoType *nested_in' argument any more.  Don't compute nested
27182         types here.
27183         (mono_reflection_generic_inst_get_nested_types): New public method
27184         to get nested types.
27186         * class.c (mono_class_create_generic): Set `klass->nested_in' if
27187         we're a nested class.
27189         * icall.c (ves_icall_MonoGenericInst_GetNestedTypes): Call
27190         mono_reflection_generic_inst_get_nested_types() to compute the
27191         nested types.
27193 2004-03-17  Zoltan Varga  <vargaz@freemail.hu>
27195         * threads.c (ves_icall_System_Threading_Thread_Abort): Add a more
27196         descriptive error message under windows.
27197         
27198 2004-03-17  Martin Baulig  <martin@ximian.com>
27200         * class.c (dup_type): Added `const MonoType *original' argument;
27201         copy the attrs from the original type.
27203 2004-03-17  Martin Baulig  <martin@ximian.com>
27205         * metadata.c (do_mono_metadata_parse_generic_inst): Use the
27206         `m->generic_inst_cache' here.
27208 2004-03-17  Zoltan Varga  <vargaz@freemail.hu>
27210         * exception.h exception.c: Add stack_overflow_exception.
27212 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27214         * threadpool.c:
27215         (overlapped_callback): call SetEvent *after* invoking the callback.
27216         No need to call CloseHandle.
27218 2004-03-16  Martin Baulig  <martin@ximian.com>
27220         * reflection.c (mono_image_get_fieldref_token): Take a
27221         `MonoReflectionField *' instead of a `MonoClassField *' and a
27222         `MonoClass *'; store the `MonoReflectionField *' in the hash.
27224 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27226         * appdomain.c: don't add the culture to the filename we're looking for
27227         if it's neutral or NULL. Fixes bug #53788. Removed redundant memset.
27229 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27231         * locales.c: don't ignore symbols when doing case insensitive compares.
27232         Thanks Dick! Fixes bug #54046.
27234         * threads.c: surround 'threads' usage with enter/leave in
27235         mono_thread_manage.
27237 2004-03-16  Zoltan Varga  <vargaz@freemail.hu>
27239         * marshal.c (mono_marshal_get_native_wrapper): Char arrays are 
27240         implicitly marshalled as [Out]. Fixes #55450.
27242         (mono_marshal_get_runtime_invoke): Zero out the result if there is
27243         an exception.
27245 2004-03-16  Martin Baulig  <martin@ximian.com>
27247         * class.c (mono_class_from_generic_parameter): Use the actual
27248         parameter name. 
27250 2004-03-16  Martin Baulig  <martin@ximian.com>
27252         * reflection.c (type_get_signature_size): New static function.
27253         Compues the size of the type in a method signature.
27254         (method_get_signature_size): New static function; calls
27255         type_get_signature_size() to compute the actual size of the
27256         method's signature.
27257         (method_encode_signature): Use method_get_signature_size() to get
27258         the signature's size rather than using `nparams * 10'.
27260 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27262         * file-io.h: define here WapiOverlapped on windows. I don't want the
27263         regular OVERLAPPED one.
27265         * file-io.c:
27266         * threadpool.c: somehow, BindIoCompletionCallback is not found.
27267         Disabling AIO on windows.
27269 2004-03-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27271         * marshal.c: Marshal.SizeOf throws an exception for AutoLayout. Fixes
27272         bug #55385.
27274 2004-03-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27276         * appdomain.c: upgraded corlib version.
27278         * file-io.c: implemented new icalls: GetSupportsAIO, BeginRead
27279         and BeginWrite. Allow opening files for asynchrnous operations.
27281         * file-io.h: new struct that maps FileStreamAsyncResult.
27282         * icall.c: added new icalls.
27283         * process.[ch]: support setting child process environment variables
27284         and use the SHELL or COMSPEC when UseShellExecute is true.
27286         * threadpool.[ch]: fixed warnings, moved ThreadPool icalls here. The
27287         callback for async. IO is here and also BindHandle.
27289         * threads.[ch]: added mono_thread_detach and removed ThreadPool icalls
27290         from here.
27292 2004-03-14  Zoltan Varga  <vargaz@freemail.hu>
27294         * reflection.c (create_custom_attr): Allow len == 0.
27296         * object.c (mono_class_compute_gc_descriptor): Fix descriptor
27297         computation on big-endian machines.
27299 2004-03-13  Martin Baulig  <martin@ximian.com>
27301         * class.h (MonoGenericInst): Added `int count_ifaces'.
27303         * iclass.c (ves_icall_MonoGenericInst_GetInterfaces): Use
27304         `ginst->count_ifaces' instead `klass->interface_count' since we
27305         may get called before the vtable is created.
27307         * loader.c (mono_method_get_param_names): If we're a generic
27308         instance, return and don't initialize the class.
27310         * reflection.c (mono_reflection_setup_generic_class): Don't call
27311         ensure_runtime_vtable().
27312         (mono_reflection_bind_generic_parameters): Set
27313         `ginst->count_ifaces'.
27315 2004-03-11  Jackson Harper <jackson@ximian.com>
27317         * icall.c:
27318         * unicode.c:
27319         * unicode.h: Remove unused System.Char icalls.
27320         
27321 2004-03-11  Miguel de Icaza  <miguel@ximian.com>
27323         * loader.c (mono_lookup_pinvoke_call): Call the Windows.Forms init
27324         code when we P/Invoke the first library in Windows.Forms, instead
27325         of when we first open the assembly.
27327         * assembly.c: Drop the lookup from here.
27329 2004-03-10  Martin Baulig  <martin@ximian.com>
27331         * reflection.c (mono_reflection_get_custom_attrs): Use the correct
27332         class for properties, fields and events.  Finally fixes #54945.
27334 2004-03-10  Martin Baulig  <martin@ximian.com>
27336         * metadata.c (mono_metadata_class_equal): New static function;
27337         checks whether two generic instances or two generic parameters are
27338         equal.
27339         (mono_metadata_type_equal): Use mono_metadata_class_equal() to
27340         compare classes.        
27342 2004-03-10  Martin Baulig  <martin@ximian.com>
27344         * class.h (MonoGenericMethod): Added `gpointer reflection_info'.
27346         * reflection.c (inflate_mono_method): Added `MonoObject *obj'
27347         argument and write it into the `reflection_info' field.
27349         * icall.c
27350         (ves_icall_MethodBase_GetGenericMethodDefinition): New interncall.
27351         (ves_icall_MethodBase_get_HasGenericParameters): New interncall.
27353 2004-03-09  Jackson Harper  <jackson@ximian.com>
27355         * char-conversions.h: use 8 bits for numeric data its all we need
27356         * icall.c: numeric data is only 8 bits now.
27358 2004-03-09  Martin Baulig  <martin@ximian.com>
27360         * class.h (MonoProperty, MonoEvent): Added `MonoClass *parent'.
27362         * class.c (init_properties, init_events): Initialize the new
27363         `parent' field.
27365         * reflection.c (typebuilder_setup_properties): Likewise.
27366         (typebuilder_setup_events): Likewise.
27368         * reflection.h (MonoEventInfo): Replaced `parent with
27369         `declaring_type' and `reflected_type'.
27371         * icall.c (ves_icall_get_property_info): Distinguish between
27372         declaring and reflected type.
27373         (ves_icall_get_event_info): Likewise.
27375 2004-03-09  Martin Baulig  <martin@ximian.com>
27377         * icall.c (ves_icall_Type_GetTypeCode): Added MONO_TYPE_GENERICINST.
27378         (ves_icall_Type_GetField): Correctly set field->klass.
27380 2004-03-09  Zoltan Varga  <vargaz@freemail.hu>
27382         * loader.h: Fix warning.
27384 2004-03-08  Miguel de Icaza  <miguel@ximian.com>
27386         *  loader.c, loader.h (mono_loader_wine_init): Loads the Wine/Lib
27387         library routine if present.  Notice that it will still continue
27388         executing even if its missing, for those working on the Gtk#
27389         edition of Windows.Forms.
27391         * assembly.c (do_mono_assembly_open): If loading the
27392         System.Windows.Forms call mono_loader_wini_init.
27394 2004-03-04  Lluis Sanchez Gual  <lluis@ximian.com>
27396         * class.h: Added MonoRemoteClass struct.
27397         * domain.c: Changed hash function for proxy_vtable_hash. It now uses a
27398         function for MonoStrings.
27399         * icall.c: In GetTransparentProxy, assign a MonoRemoteClass to the proxy.
27400         Added internal call for getting the proxy type.
27401         * marshal.c: Get the type of transparent proxies from its remote_class.
27402         Added methods that generate the IL for type checks and casts:
27403         mono_marshal_get_isinst, mono_marshal_get_castclass, 
27404         mono_marshal_get_proxy_cancast.
27405         * marshal.h: Declaration of the previous new methods.
27406         * object.c: Added new moethods for creating and updating MonoRemoteClass
27407         instances: mono_remote_class, mono_upgrade_remote_class, 
27408         * object.h: Added MonoRemoteClass reference in MonoTransparentProxy.
27409         * verify.c: FIx transparent_proxy_fields layout.
27410         * appdomain.c: Bump corlib version.
27412 2004-03-04  Jackson Harper  <jackson@ximian.com>
27414         * icall.c: Add icall to access char conversion tables.
27415         * char-conversions.h: Character conversion tables.
27416         * Makefile.am: Add char-conversions.h private header file.
27417         
27418 2004-03-04  Zoltan Varga  <vargaz@freemail.hu>
27420         * appdomain.c (unload_thread_main): Increase unloading timeout to
27421         10 sec as a temporary workaround for Nant problems.
27423 2004-02-29  Zoltan Varga  <vargaz@freemail.hu>
27425         * gc.c: Add checks for GC_enable and GC_disable.
27427         * string-icalls.c locales.c: Applied patch from Jaroslaw Kowalski
27428         (jaak@zd.com.pl). Fix memory corruption in String.Replace 
27429         (bug #54988).
27430         
27431 2004-02-27  Martin Baulig  <martin@ximian.com>
27433         * reflection.c (mono_reflection_bind_generic_parameters): Take a
27434         `MonoReflectionType *' instead of a `MonoType *'.
27436 2004-02-26  Zoltan Varga  <vargaz@freemail.hu>
27438         * gc.c (run_finalize): Avoid finalizing the object representing the
27439         finalizer thread.
27440         (finalizer_thread): Fix warning.
27442 2004-02-25  Martin Baulig  <martin@ximian.com>
27444         * class.c (_mono_class_get_instantiation_name): Added `int offset'
27445         argument for nested types.
27446         (mono_class_create_generic): Added support for nested generictypes.
27448         * class.h (MonoGenericInst): Added `MonoType *nested_in' and
27449         `GList *nested'.
27451         * icall.c (ves_icall_MonoGenericInst_GetNestedTypes): New icall.
27453         * reflection.c (method_encode_signature): Increase the minimum
27454         value of `size' from 10 to 11.
27455         (mono_reflection_bind_generic_parameters): Take `int type_argc'
27456         and `MonoType **types' arguments instead of the `MonoArray
27457         *types'; added `MonoType *nested_in'.  Recursively instantiate
27458         nested classes. 
27460 2004-02-23  Zoltan Varga  <vargaz@freemail.hu>
27462         * appdomain.h (MonoDomain): Add preallocated null_reference_ex and 
27463         stack_overflow_ex members which are used by exception handling.
27465         * appdomain.c (mono_runtime_init): Initialize the new members.
27467         * gc.c (mono_gc_enable): New helper function.
27468         * gc.c (mono_gc_disable): New helper function.
27470 2004-02-23  Martin Baulig  <martin@ximian.com>
27472         * icall.c: I must have been really stupid - make it actually work
27473         this time ;-)
27475 2004-02-23  Martin Baulig  <martin@ximian.com>
27477         * loader.c (method_from_memberref): Only inflate the method if
27478         it's in another klass.
27480 2004-02-23  Martin Baulig  <martin@ximian.com>
27482         * class.c (mono_class_inflate_generic_type): Fixed two bugs.
27483         (mono_class_init): If we're a generic instance and an interface,
27484         compute `class->interface_id'; also create `class->interfaces'
27485         here and inflate them.
27487         * metadata.c (do_mono_metadata_parse_generic_inst): Compute
27488         `ginst->is_open'.
27489         (mono_type_stack_size): Fix for MONO_TYPE_GENERICINST.
27491         * reflection.c (mono_image_create_token): Allow "MonoGenericInst".
27493 2004-02-15  Miguel de Icaza  <miguel@ximian.com>
27495         * reflection.c (method_encode_code): Improved the error message
27496         generated by the exception.
27498 2004-02-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27500         * icall.c: Martin did not do what he said in the ChangeLog for
27501         2004-02-18, but put back the changes for properties and events.
27502         Commenting those changes out again and adding comment to bug #54518.
27503         
27504         * process.c: removed warning.
27506 2004-02-20  Zoltan Varga  <vargaz@freemail.hu>
27508         * marshal.c (emit_struct_conv): Print an error message instead of
27509         asserting when a type does not have the StructLayout attribute.
27511 2004-02-20  Martin Baulig  <martin@ximian.com>
27513         * reflection.c (mono_type_get_object): Also use the cache for
27514         generic instances.
27515         (mono_reflection_bind_generic_parameters): Always compute
27516         `ginst->ifaces'.        
27518 2004-02-20  Martin Baulig  <martin@ximian.com>
27520         * class.h (MonoGenericMethod): Removed `klass'.
27522         * class.c (mono_class_inflate_generic_method): Added `MonoClass
27523         *klass' argument.
27525 2004-02-20  Martin Baulig  <martin@ximian.com>
27527         * reflection.c (method_encode_methodspec): Actually use the
27528         uninflated signature for the memberref.
27530 2004-02-20  Martin Baulig  <martin@ximian.com>
27532         * class.h (MonoGenericMethod): Removed `declaring'.
27534         * class.c (mono_class_inflate_generic_method): If `gmethod->klass'
27535         is NULL, compute it here.
27537 2004-02-20  Martin Baulig  <martin@ximian.com>
27539         * image.h (MonoImage): Added `GHashTable *generic_inst_cache'.
27541         * metadata.c (mono_metadata_generic_inst_hash): New method.
27542         (mono_metadata_generic_inst_equal): New method.
27544         * reflection.c (mono_reflection_bind_generic_parameters): Use the
27545         `klass->image->generic_inst_cache' cache to avoid creating
27546         duplicate MonoGenericInst's.
27548         * class.c (mono_class_inflate_generic_type): Use the cache.
27550 Thu Feb 19 19:39:09 CET 2004 Paolo Molaro <lupus@ximian.com>
27552         * object.c: fixed gc descriptor calculation for embedded valuetypes.
27554 2004-02-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27556         * icall.c: added Socket.WSAIoctl icall.
27558         * socket-io.[ch]: implemented
27559         ves_icall_System_Net_Sockets_Socket_WSAIoctl.
27561 2004-02-19  Atsushi Enomoto  <atsushi@ximian.com>
27563         * icall.c: removed IsDigit, IsSeparator, IsWhiteSpace from char_icalls.
27565 2004-02-18  Urs C Muff  <umuff@quark.com>
27567         * debug-mono-symfile.c, mono-debug-debugger.c, mono-debug.c: Make
27568         this work on PPC and other big-endian architectures.
27570         * debug-mono-symfile.h: Prepended the names of all the `guint32'
27571         fields with an underscore to make sure they're only accessed by
27572         the read32() macro.
27574 2004-02-18  Martin Baulig  <martin@ximian.com>
27576         * icall.c: Put the klass->refclass changes back for methods and
27577         fields, but not for properties and events.  We're currently not
27578         distinguishing between DeclaringType and ReflectedType for
27579         properties and events, that's what caused the regressions.
27581 2004-02-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27583         * object.c:
27584         (mono_async_result_new): the handle can be NULL.
27586         * threadpool.c: Use an event instead of a semaphore, don't initialize
27587         it until needed. This saves quite a few semaphores from being created
27588         when using the threadpool.
27590 2004-02-18  Zoltan Varga  <vargaz@freemail.hu>
27592         * object.c (mono_string_is_interned_lookup): Fix interning of long
27593         strings. Fixes #54473.
27595         * domain.c (ldstr_equal): Optimize if the two strings are equal.
27597         * icall.c: Revert the klass->refclass changes since they introduce
27598         regressions (bug #54518).
27600 2004-02-18  Martin Baulig  <martin@ximian.com>
27602         * class.c (mono_class_init): If we're a generic instance and don't
27603         come from a TypeBuilder, inflate our members here.
27604         (mono_class_from_generic): Removed; just use `ginst->klass' instead.
27605         (mono_class_create_generic): New public method.
27606         (mono_class_initialize_generic): Removed.
27607         (get_instantiation_name): Renamed to
27608         _mono_class_get_instantiation_name() and made it public.
27610 2004-02-18  Martin Baulig  <martin@ximian.com>
27612         * class.c (mono_class_inflate_generic_type): Clear the new
27613         instance's `nginst->klass' when inflating a generic instance.
27614         (mono_class_is_subclass_of): Added (basic) support for generic
27615         instances.
27617 Tue Feb 17 21:40:16 CET 2004 Paolo Molaro <lupus@ximian.com>
27619         * appdomain.h, domain.c: use a MonoCodeManager instead of a
27620         MonoMempool to hold compiled native code.
27622 2004-02-17  Martin Baulig  <martin@ximian.com>
27624         * class.h (MonoDynamicGenericInst): Added `count_properties' and
27625         `properties'.
27627         * reflection.c (mono_reflection_generic_inst_initialize): Added
27628         `MonoArray *properties' argument.
27630         * icall.c (ves_icall_MonoGenericInst_GetProperties): New interncall.    
27632 2004-02-17  Martin Baulig  <martin@ximian.com>
27634         * icall.c (ves_icall_Type_GetFields): Renamed to
27635         ves_icall_Type_GetFields_internal() and added a
27636         `MonoReflectionType *rtype' argument; pass it to
27637         mono_field_get_object() to set the field's "reflected" type.
27638         (ves_icall_Type_GetConstructors): Likewise.
27639         (ves_icall_Type_GetEvents): Likewise.
27640         (ves_icall_Type_GetMethodsByName): Added `MonoReflectionType *rtype'
27641         argument; pass it to mono_method_get_object() to set the method's
27642         "reflected" type.       
27644 2004-02-17  Martin Baulig  <martin@ximian.com>
27646         * class.h (MonoDynamicGenericInst): New type.
27647         (MonoGenericInst): Added `dynamic_info' and `is_dynamic' fields.
27649         * icall.c (ves_icall_MonoGenericInst_GetMethods): New interncall.
27650         (ves_icall_MonoGenericInst_GetConstructors): New interncall.
27651         (ves_icall_MonoGenericInst_GetFields): New interncall.
27653         * class.c (mono_class_from_generic): Don't call
27654         mono_class_initialize_generic() if this is a dynamic instance;
27655         ie. it's being created from a TypeBuilder.
27656         Use MONO_TYPE_GENERICINST for `class->this_arg.type' and
27657         `class->byval_arg.type'.
27659         * reflection.c (mono_reflection_inflate_method_or_ctor): Renamed
27660         to `inflate_method' and made static.
27661         (mono_reflection_inflate_field): Removed.
27662         (mono_reflection_generic_inst_initialize): New public method.
27664         * reflection.h (MonoReflectionGenericInst): Removed `methods',
27665         `ctors' and `fields'; added `initialized'.
27667 2004-02-14  Zoltan Varga  <vargaz@freemail.hu>
27669         * debug-helpers.c (mono_method_full_name): Fix output for empty
27670         namespaces.
27672 2004-02-12  Martin Baulig  <martin@ximian.com>
27674         * class.h (MonoClassField): Added `MonoType *generic_type'.
27676         * reflection.c (mono_image_get_fieldref_token): Added support for
27677         instantiated generic types.
27678         (field_encode_inflated_field): Removed.
27679         (mono_image_get_inflated_field_token): Removed.
27680         (mono_reflection_inflate_field): Return a `MonoReflectionField *'.
27682         * reflection.h (MonoReflectionInflatedField): Removed.
27684 2004-02-12  Martin Baulig  <martin@ximian.com>
27686         * metadata.h (MonoMethodHeader, MonoMethodSignature): Moved the
27687         `gen_method' field from MonoMethodHeader to MonoMethodSignature.
27689         * reflection.c (mono_image_get_methodspec_token): Take a
27690         `MonoMethod *' instead of a `MonoReflectionInflatedMethod *'.
27691         (mono_image_create_token): Check whether we have a
27692         `method->signature->gen_method' and call
27693         mono_image_get_methodspec_token() if appropriate.
27694         (inflated_method_get_object): Removed.
27695         (mono_reflection_bind_generic_method_parameters): Return a
27696         `MonoReflectionMethod *', not a `MonoReflectionInflatedMethod *'.
27697         (mono_reflection_inflate_method_or_ctor): Likewise.
27699         * reflection.h (MonoReflectionInflatedMethod): Removed.
27701 2004-02-12  Zoltan Varga  <vargaz@freemail.hu>
27703         * marshal.c (mono_marshal_get_native_wrapper): Implement proper support
27704         for custom valuetype marshalling.
27706         * icall.c (icall_entries): Diagnostic -> Diagnostics. Fixes #54261.
27708 2004-02-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27710         * icall.c: fixed WSAGetLastError_internal name.
27712 2004-02-11  Zoltan Varga  <vargaz@freemail.hu>
27714         * threads.c (mono_thread_attach): Allow this to be called multiple
27715         times for a thread.
27716         
27717         * threads.c (build_wait_tids): Do not wait for ourselves.
27719         * threads.c (mono_thread_pop_appdomain_ref): Avoid crash if the 
27720         appdomain list is empty.
27722         * marshal.c (mono_marshal_get_native_wrapper): Do not free the
27723         memory returned by mono_string_builder_to_utf16, since it points into
27724         managed memory. Thanks to Bernie Solomon for noticing this.
27726         * icall.c: Add AppDomainSetup icalls.
27728         * reflection.h (MonoReflectionMethodAux): Add 'param_cattr' field.
27730         * reflection.c (mono_custom_attrs_from_param): Add support for dynamic
27731         types.
27733         * reflection.c (reflection_methodbuilder_to_mono_method): Save
27734         custom attributes to the method_aux struct. Also fix array indexes etc.
27736         * loader.c (mono_method_get_param_names): Make dynamic case work again.
27737         
27738 Tue Feb 10 17:03:04 CET 2004 Paolo Molaro <lupus@ximian.com>
27740         * icall.c, loader.c: icall cleanup: we save quite a bit of memory
27741         (both static and runtime) and reduce startup time.
27743 2004-02-10  Zoltan Varga  <vargaz@freemail.hu>
27745         * marshal.c (mono_marshal_get_native_wrapper): Throw an exception on
27746         AsAny marshalling conversion instead of crashing.
27748         * marshal.c: Fix warnings.
27750 2004-02-09  Martin Baulig  <martin@ximian.com>
27752         * class.h (MonoGenericMethod): Added `MonoMethod *declaring'.
27754         * reflection.h (MonoReflectionInflatedMethod): Removed the
27755         `declaring' field, it's now in the unmanaged MonoGenericMethod.
27757         * reflection.c (method_encode_methodspec): Removed the `method'
27758         argument; we get it from `gmethod->declaring'.
27759         (inflated_method_get_object): Removed the `declaring' argument.
27761 2004-02-09  Martin Baulig  <martin@ximian.com>
27763         * class.h (MonoGenericMethod): New type.
27764         (MonoGenericInst): Remove `mtype_argc', `mtype_argv' and
27765         `generic_method'.
27767         * metadata.h (MonoMethodHeader): Replaced the `geninst' field with
27768         a `MonoGenericMethod *gen_method' one.
27770         * class.c (mono_class_inflate_generic_type): Take an additional
27771         `MonoGenericMethod * argument.  This is only non-NULL if we're
27772         inflating types for a generic method.   
27773         (mono_class_inflate_generic_signature): Renamed to
27774         inflate_generic_signature() and made static; take a
27775         `MonoGenericMethod *' argument instead of a `MonoGenericInst *'.
27776         (inflate_generic_header): Take a `MonoGenericMethod *' argument
27777         instead of a `MonoGenericInst *' one.
27778         (mono_class_inflate_generic_method): Likewise.
27780         * reflection.c (encode_generic_method_sig): Take a
27781         `MonoGenericMethod *' argument instead of a `MonoGenericInst *'.
27782         (method_encode_methodspec): Likewise.
27783         (inflated_method_get_object): Likewise. 
27785         * reflection.h (MonoReflectionGenericInst): Replaced the `ginst'
27786         field with a `MonoGenericMethod *gmethod' one.  
27788 2004-02-08  Bernie Solomon  <bernard@ugsolutions.com>
27790         * class.h (mono_class_has_parent): add parens to expansion
27791         so you can ! this.
27793 2004-02-08  Martin Baulig  <martin@ximian.com>
27795         * image.h (MonoImage): Removed `generics_cache'.
27797         * class.c (mono_class_from_generic): Take a `MonoGenericInst *'
27798         instead of a `MonoType *' argument; removed the `inflate_methods'
27799         argument.  Don't inflate methods here.
27801         * loader.c (find_method): If it's a generic instance, call
27802         mono_class_init() on the `sclass->generic_inst->generic_type'.
27804         * metadata.c (mono_type_size): Make this work on uninitialized
27805         generic instances; call it on the `ginst->generic_type's class.
27807         * reflection.c (mono_reflection_bind_generic_parameters): Call
27808         mono_class_from_generic() to create the `ginst->klass'.
27810 2004-02-08  Martin Baulig  <martin@ximian.com>
27812         * class.h (MonoClass): Changed type of `generic_inst' from
27813         `MonoType *' to `MonoGenericInst *'.
27815 2004-02-08  Martin Baulig  <martin@ximian.com>
27817         * icall.c (ves_icall_Type_BindGenericParameters): Just call
27818         mono_type_get_object(), this is now creating a `MonoGenericInst'
27819         for MONO_TYPE_GENERICINST.
27820         (ves_icall_MonoGenericInst_GetParentType): Likewise.
27821         (ves_icall_MonoGenericInst_GetInterfaces): Likewise.
27823         * reflection.c (mono_type_get_object): Return a `MonoGenericInst'
27824         instead instead of a `MonoType' for MONO_TYPE_GENERICINST.
27825         (inflated_method_get_object): Added `MonoClass *refclass' argument.
27826         (mono_reflection_inflate_method_or_ctor): Correctly set declaring
27827         and reflected type.
27829         * reflection.h (MonoReflectionInflatedMethod): Removed
27830         `declaring_type' and `reflected_type'.
27832 2004-02-08  Martin Baulig  <martin@ximian.com>
27834         * class.h (MonoGenericInst): Added `MonoType *parent' and
27835         `MonoType **ifaces'.
27837         * reflection.h (MonoReflectionGenericInst): Removed `klass',
27838         `parent' and `interfaces'.
27840         * reflection.c (mono_reflection_bind_generic_parameters): Take a
27841         `MonoType *' argument and return a `MonoType *'.
27843         * icall.c
27844         (ves_icall_MonoGenericInst_GetParentType): New interncall.
27845         (ves_icall_MonoGenericInst_GetInterfaces): Likewise.    
27847 2004-02-06  Zoltan Varga  <vargaz@freemail.hu>
27849         * marshal.c (mono_marshal_get_native_wrapper): Add support for custom
27850         valuetype marshalling.
27852 2004-02-06  Martin Baulig  <martin@ximian.com>
27854         * class.c
27855         (mono_class_from_generic_parameter): Added TYPE_ATTRIBUTE_PUBLIC.
27856         (my_mono_class_from_generic_parameter): Likewise.
27858 2004-02-06  Zoltan Varga  <vargaz@freemail.hu>
27860         * debug-mono-symfile.c debug-mono-symfile.h mono-debug.c: Read the
27861         contents of the symbol files lazily.
27863         * object.h (MonoThread): Add 'name' and 'name_len' fields.
27865         * threads.h threads.c icall.c: New icalls for getting and setting the
27866         threads name.
27868 2004-02-05  Zoltan Varga  <vargaz@freemail.hu>
27870         * appdomain.c (ves_icall_System_AppDomain_InternalPushDomainRefByID): 
27871         Raise an exception when the domain is not found.
27873 2004-02-03  Martin Baulig  <martin@ximian.com>
27875         * reflection.c (mono_image_get_methodspec_token): Use the
27876         uninflated signature; fixes gen-33.
27878 2004-02-02  Zoltan Varga  <vargaz@freemail.hu>
27880         * gc.c threads.c: Make the finalizer thread a normal managed thread so
27881         the finalizer code can use thread functionality.
27883         * gc.c (ves_icall_System_GC_WaitForPendingFinalizers): Fix check for 
27884         the finalizer thread.
27886         * threads.c: Make some functions more robust.
27888         * loader.c (mono_lookup_pinvoke_call): Another attempt at fixing #22532.
27890         * metadata.h: Add new marshalling conventions.
27892         * marshal.c (mono_marshal_get_native_wrapper): Add support for unicode
27893         stringbuilder marshalling. Fixes #53700.
27895         * reflection.h (MonoReflectionTypeBuilder): Add 'permissions' field.
27897         * reflection.c (mono_image_get_type_info): Save declarative security
27898         info.
27900         * reflection.c (mono_image_get_field_info): Handle uninitialized 
27901         unmanaged fields as well.
27903         * appdomain.c: Bump corlib version.
27905 2004-02-01  Martin Baulig  <martin@ximian.com>
27907         * loader.c (method_from_methodspec): Use `ginst->mtype_argc/v' for
27908         method type arguments.  
27910 2004-01-30  Duncan Mak  <duncan@ximian.com>
27912         * marshal.h: Add prototype for
27913         "ves_icall_System_Runtime_InteropServices_Marshal_AllocCoTaskMem"
27914         and
27915         "ves_icall_System_Runtime_InteropServices_Marshal_FreeCoTaskMem" to
27916         fix the build.
27918 2004-01-30  Zoltan Varga  <vargaz@freemail.hu>
27920         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_AllocCoTaskMem): New icall.
27921         (ves_icall_System_Runtime_InteropServices_Marshal_FreeCoTaskMem): New icall.
27923 2004-01-29  Zoltan Varga  <vargaz@freemail.hu>
27925         * marshal.c (mono_marshal_get_native_wrapper): Add support for
27926         custom marshalling of valuetypes.
27928         * marshal.c: Fix some warnings.
27930 2004-01-29  Martin Baulig  <martin@ximian.com>
27932         * class.h (MonoGenericInst): Added `mtype_argc' and `mtype_argv'
27933         for generic method parameters.
27935         * reflection.c (method_encode_methodspec): Write the uninflated
27936         signature into the methodspec table.
27937         (mono_reflection_inflate_method_or_ctor): Ensure `res->declaring'
27938         is always the uninflated method.
27939         (reflection_methodbuilder_to_mono_method): Copy the generic
27940         parameters from the MethodBuilder into `header->gen_params'.
27942 2004-01-29  Zoltan Varga  <vargaz@freemail.hu>
27944         * class.c (mono_class_from_generic_parameter): Fix warning.
27946 2004-01-27  Martin Baulig  <martin@ximian.com>
27948         * class.c (mono_class_from_generic_parameter): Don't create
27949         `klass->methods' here.  
27951 2004-01-26  Zoltan Varga  <vargaz@freemail.hu>
27953         * loader.c (mono_lookup_pinvoke_call): Disable trimming of .dll
27954         extension since it does not work with libraries named lib<FOO>.dll.so.
27956 2004-01-25  Martin Baulig  <martin@ximian.com>
27958         * class.c (mono_class_inflate_generic_type): Added support for
27959         MONO_TYPE_GENERICINST.
27961         * reflection.c (mono_reflection_inflate_method_or_ctor): Also
27962         inflate methods on open constructed types.      
27964 2004-01-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27966         * object.c: fire ProcessExit event in the root AppDomain after running
27967         Main. Fixes bug #53299.
27969 Fri Jan 23 21:27:40 CET 2004 Paolo Molaro <lupus@ximian.com>
27971         * socket-io.c: include the new socket-wrappers.h header.
27972         Use the wrappers instead of the unix socket functions to make the code
27973         more clear.
27975 2004-01-23  Zoltan Varga  <vargaz@freemail.hu>
27977         * profiler.c (merge_methods): Fix merging of profile info. Fixes #53010.
27979         * loader.c (mono_lookup_pinvoke_call): Strip .dll from library names.
27980         Fixes #22532.
27982 2004-01-22  Zoltan Varga  <vargaz@freemail.hu>
27984         * reflection.c (mono_image_create_pefile): Handle the case when the
27985         entry point is not a MethodBuilder.
27987         * reflection.h (MonoReflectionAssemblyBuilder): Change 'entry_point'
27988         field to ReflectionMethod since it is not allways a builder.
27990         * reflection.c (type_get_fully_qualified_name): New helper function to
27991         return the fully qualified name of a type.
27993         * reflection.c (encode_marshal_blob): Always emit the fully qualified
27994         type name for custom marshallers.
27996         * reflection.c (mono_marshal_spec_from_builder): Ditto.
27998         * class.c (mono_class_setup_vtable): If a parent class already 
27999         implements an interface, use the implementing methods from that class.
28000         Fixes #53148.
28002 2004-01-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28004         * threadpool.c: just return instead of ExitThread to allow for thread
28005         clean up earlier.
28007 2004-01-21  Zoltan Varga  <vargaz@freemail.hu>
28009         * icall.c (ves_icall_System_Reflection_Module_Close): Prevent assertion
28010         when closing resource modules.
28012         * reflection.c (mono_image_create_pefile): Handle the case when the
28013         entry point is not a MethodBuilder.
28015         * reflection.h (MonoReflectionAssemblyBuilder): Change 'entry_point'
28016         field to ReflectionMethod since it is not allways a builder.
28018 2004-01-20  Bernie Solomon  <bernard@ugsolutions.com>
28020         * marshal.c (mono_marshal_get_managed_wrapper): 
28021         mono_marshal_alloc takes native int so CONV_I
28022         the arg for 64bits.
28024 2004-01-20  Zoltan Varga  <vargaz@freemail.hu>
28026         * reflection.c (fixup_cattrs): New function to fixup the methoddef
28027         tokens in the cattr table. Fixes #53108.
28029 2004-01-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28031         * loader.c: don't trim ".dll" before looking up in the config file.
28032         Don't leak orig_scope. Reopened bug #22532 in the meanwhile.
28034 2004-01-19  Zoltan Varga  <vargaz@freemail.hu>
28036         * icall.c (ves_icall_System_Reflection_Assembly_GetManifestResourceInternal): 
28037         Return the module which contains the resource as well.
28038         (ves_icall_System_Reflection_Module_Close): New icall.
28040         * appdomain.c: Bump corlib version number.
28042         * image.c (mono_image_addref): New public function.
28044         * assembly.c: Call mono_image_addref.
28046         * reflection.c (mono_module_get_object): Increase reference count of 
28047         the image.
28049         * loader.c (mono_lookup_pinvoke_call): Strip .dll from library names.
28050         Fixes #22532.
28052         * exception.h exception.c loader.h loader.c icall.c marshal.h marshal.c:
28053         Applied patch from Bernie Solomon  <bernard@ugsolutions.com>. Throw
28054         proper exceptions on DllImport problems.
28056 Mon Jan 19 17:50:27 CET 2004 Paolo Molaro <lupus@ximian.com>
28058         * class.c, metadata.c: eliminate CSIZE macro.
28060 2004-01-19  Lluis Sanchez Gual  <lluis@ximian.com>
28062         * icall.c: Added ves_icall_type_IsInstanceOf internal call.
28063         * object.h: Added async_callback field in MonoAsyncResult.
28064         * marshal.c: In mono_delegate_begin_invoke, set the value of async_callback.
28065         * verify.c: Added async_callback in MonoAsyncResult layout.
28067 2004-01-17  Zoltan Varga  <vargaz@freemail.hu>
28069         * reflection.c (mono_reflection_get_custom_attrs): Add support
28070         for Modules.
28072 2004-01-16  Zoltan Varga  <vargaz@freemail.hu>
28074         * marshal.c (mono_string_builder_to_utf8): Fix stringbuilder 
28075         marshalling.
28076         (mono_marshal_method_from_wrapper): Add null pointer check.
28078 2004-01-16  Martin Baulig  <martin@ximian.com>
28080         * debug-mono-symfile.h: Set version number to 36 and reflect
28081         latest symbol writer changes.
28083 2004-01-16  Zoltan Varga  <vargaz@freemail.hu>
28085         * class.c (mono_bounded_array_class_get): Set 'bounded' to FALSE for
28086         multi-dimensional arrays.
28087         (mono_class_is_assignable_from): Check vectors<->one dim. arrays.
28088         (mono_class_from_mono_type): Use bounded_array_class_get.
28089         
28090         * class.c (mono_bounded_array_class_get): New function which takes
28091         a 'bounded' bool argument to distinguish vectors from one dimensional
28092         arrays.
28094         * icall.c (ves_icall_System_Array_CreateInstanceImpl): Call 
28095         bounded_array_class_get if the array has bounds.
28097         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): 
28098         Search modules loaded using AssemblyBuilder:AddModule as well.
28100 2004-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28102         * appdomain.c: increased corlib version.
28103         * filewatcher.c: removed g_print.
28104         * icall.c:
28105         (get_property_info): only allocate what is actually requested.
28106         (ves_icall_Type_GetInterfaces): free the bitset in case of early error.
28108 2004-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28110         * Makefile.am: added filewatcher.[ch]
28111         * filewatcher.[ch]: FileSystemWatcher runtime support.
28112         * icall.c: added new FSW icalls.
28114 Tue Jan 13 20:03:17 CET 2004 Paolo Molaro <lupus@ximian.com>
28116         * string-icalls.c: fix stringbuilder regression as suggested by
28117         Iain McCoy <iain@mccoy.id.au>.
28119 2004-01-13  Zoltan Varga  <vargaz@freemail.hu>
28121         * process.c (process_read_stringtable_block): Recognize '007f' as
28122         a language neutral stringtable block.
28124 2004-01-12  Patrik Torstensson
28126         * object.h (MonoStringBuilder) : Changed layout to support our
28127         new stringbuilder class.
28128         * marshal.c: Change marshalling to support the new layout of 
28129         string builder.
28130         * appdomain.c: increased version number because new layout of
28131         string builder.
28133 2004-01-12  Zoltan Varga  <vargaz@freemail.hu>
28135         * appdomain.c (ves_icall_System_AppDomain_LoadAssembly): Receive the
28136         assembly name as an string instead of an AssemblyName, since it is
28137         easier to extract info from it.
28139         * appdomain.c (mono_domain_assembly_preload): Look for assemblies in
28140         the culture subdirectories too. Fixes #52231.
28142 2004-01-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28144         * icall.c: renamed ves_icall_Type_GetMethods to GetMethodsByName.
28145         It takes 2 new parameters with an optional name for the method to look
28146         for and case ignoring info.
28148         * threadpool.c: removed unused variable.
28150 2004-01-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28152         * icall.c: renamed ves_icall_Type_GetProperties to GetPropertiesByName.
28153         It takes 2 new parameters with an optional name for the property to look
28154         for and case ignoring info.
28155         Fixes bug #52753.
28157 2004-01-09  Zoltan Varga  <vargaz@freemail.hu>
28159         * reflection.c: Applied patch from Benjamin Jemlich (pcgod@gmx.net).
28160         Fix #52451.
28162 2004-01-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28164         * appdomain.c:
28165         * assembly.c: escape the uri before passing it to g_filename_from_uri.
28166         Fixes bug #52630.
28168 2004-01-07  Zoltan Varga  <vargaz@freemail.hu>
28170         * reflection.c: Add support for more than one unmanaged resource.
28172         * icall.c (ves_icall_get_enum_info): Store the value of the enum fields
28173         in field->def_value, as done in all other cases.
28175         * reflection.c (mono_reflection_get_custom_attrs): Add support for
28176         TypeBuilders.
28178         * reflection.c (mono_reflection_create_runtime_class): Remove 
28179         errorneous assignment to klass->element_class, since it is already
28180         done in mono_reflection_setup_internal_class.
28182 2004-01-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28184         * gc.c: added missing LeaveCriticalSection.
28185         * icall.c: indented a couple of lines.
28186         * threadpool.c: remove dangling LeaveCriticalSection. Don't wait forever
28187         if we call EndInvoke inside a callback. Fixes bug #52601.
28189 2004-01-07  Martin Baulig  <martin@ximian.com>
28191         * mono-debug-debugger.h
28192         (MonoDebuggerIOLayer): Added `GetCurrentThreadID'.
28194 2004-01-06  Miguel de Icaza  <miguel@ximian.com>
28196         * appdomain.c: Use messages in NotImplementedException.
28198         * exception.c (mono_get_exception_not_implemented): Now this takes
28199         a message argument.
28201         * marshal.c (emit_str_to_ptr_conv): g_warning and throw an
28202         exception instead of g_asserting an aborting when something is not
28203         implemented.
28205         Add some inline docs.
28207 2004-01-05  Zoltan Varga  <vargaz@freemail.hu>
28209         * reflection.h: Update after changes to object layout.
28211         * reflection.c: Implement saving of unmanaged aka win32 resources.
28213         * appdomain.c: Bump version number.
28215         * appdomain.c (ves_icall_System_AppDomain_InternalSetDomainByID): 
28216         Handle missing domains gracefully.
28218 2004-01-05  Atsushi Enomoto <atsushi@ximian.com>
28220         * file-io.c : On Windows, there are much more invalid_path_chars.
28222 Fri Jan 2 13:35:48 CET 2004 Paolo Molaro <lupus@ximian.com>
28224         * class.h, object.c: prepare for GetType () speedup.
28226 2003-12-24  Atsushi Enomoto <atsushi@ximian.com>
28228         * profiler.c: workaround for --profile null reference exception on
28229           cygwin. Patch by Patrik Torstensson.
28231 2003-12-22  Bernie Solomon  <bernard@ugsolutions.com>
28233         * marshal.c: (ves_icall_System_Runtime_InteropServices_Marshal_Read/WriteXXX)
28234         make work for unaligned access.
28236 Mon Dec 22 18:37:02 CET 2003 Paolo Molaro <lupus@ximian.com>
28238         * class.c: small cleanup (class->fields [i] -> field).
28239         * image.c: check address of metadata is valid.
28241 2003-12-22  Zoltan Varga  <vargaz@freemail.hu>
28243         * assembly.h assembly.c (mono_assembly_loaded): New public function to
28244         search the list of loaded assemblies.
28246         * reflection.c (mono_reflection_type_from_name): Use 
28247         mono_assembly_loaded instead of mono_image_loaded.
28249         * reflection.c: Fix warnings.
28251 2003-12-20  Zoltan Varga  <vargaz@freemail.hu>
28253         * image.h (MonoImage): Add a new 'dynamic' field to denote that the image 
28254         is dynamic. This is needed since an assembly can contain both dynamic and
28255         non-dynamic images.
28257         * class.c loader.c metadata.c object.c: Use image->dynamic instead of 
28258         assembly->dynamic.
28260         * icall.c reflection.c: Add new AssemblyBuilder:AddModule icall.
28262         * reflection.h (MonoReflectionAssemblyBuilder): Add 'loaded_modules' field
28263         to store modules loaded using AddModule.
28265         * reflection.c (mono_image_fill_file_table): Generalize this so it works
28266         on Modules.
28268         * reflection.c (mono_image_fill_export_table_from_class): New helper function.
28270         * reflection.c (mono_image_fill_export_table_from_module): New function to
28271         fill out the EXPORTEDTYPES table from a module.
28273         * reflection.c (mono_image_emit_manifest): Refactor manifest creation code
28274         into a separate function. Also handle loaded non-dynamic modules.
28276         * reflection.c (mono_image_basic_init): Fix memory allocation.
28278         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
28280         * assembly.c (mono_assembly_load_references): Make this public.
28282 2003-12-19  Martin Baulig  <martin@ximian.com>
28284         * class.c (mono_class_initialize_generic): Made this static, take
28285         a `MonoGenericInst *' instead of a `MonoClass *'.
28286         (mono_class_from_generic): Call mono_class_initialize_generic()
28287         unless we're already initialized or being called from
28288         do_mono_metadata_parse_generic_inst().
28290         * class.h (MonoGenericInst): Added `initialized' and
28291         `init_pending' flags.
28293         * metadata.c (do_mono_metadata_parse_generic_inst): Don't call
28294         `mono_class_init (gklass)' or mono_class_initialize_generic()
28295         here; set `generic_inst->init_pending' while parsing the
28296         `type_argv'.
28298 2003-12-19  Bernie Solomon  <bernard@ugsolutions.com>
28300         * locales.c: include string.h for memxxx prototypes
28302 2003-12-19  Zoltan Varga  <vargaz@freemail.hu>
28304         * icall.c (ves_icall_MonoField_GetValueInternal): Do not run the class
28305         constructor when accessing literal fields.
28307 2003-12-17  Zoltan Varga  <vargaz@freemail.hu>
28309         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
28311         * reflection.c (assembly_add_resource_manifest): New function to fill
28312         the MANIFESTRESOURCE table.
28314         * reflection.c (mono_image_build_metadata): Emit MANIFESTRESOURCE table.
28316         * reflection.h: Update to changes in class layout.
28318         * icall.c (ves_icall_System_Environment_get_HasShutdownStarted): 
28319         Reenable call to mono_runtime_is_shutting_down ().
28321         * appdomain.c (mono_runtime_is_shutting_down): New helper function to
28322         determine if the runtime is shutting down.
28324 2003-12-16  Jackson Harper <jackson@ximian.com>
28326         * icall.c: comment out call to mono_runtime_is_shutting_down to
28327         fix build.
28328         
28329 2003-12-16  Zoltan Varga  <vargaz@freemail.hu>
28331         * icall.c (ves_icall_System_Reflection_Assembly_GetManifestResourceInternal): Add support for loading resources from modules.
28332         (ves_icall_System_Environment_get_HasShutdownStarted): New icall.
28334 2003-12-15  Bernie Solomon  <bernard@ugsolutions.com>
28336         * reflection.c: move definition of swap_with_size
28337         to before its first call
28339 2003-12-15  Zoltan Varga  <vargaz@freemail.hu>
28341         * appdomain.c (mono_runtime_is_shutting_down): New public function.
28343         * icall.c (ves_icall_System_Environment_get_HasShutdownStarted): New
28344         icall.
28346         * object.c: Fix warnings.
28348         * icall.c (ves_icall_Type_Get...): Only consider inherited static
28349         members if FlattenHierarchy is set.
28351         * reflection.c (mono_image_add_decl_security): New function to emit
28352         declarative security.
28354         * reflection.h reflection.c: Add support for declarative security.
28356         * appdomain.c (MONO_CORLIB_VERSION): Bump version number.
28357         
28358 2003-12-13  Zoltan Varga  <vargaz@freemail.hu>
28360         appdomain.c (MONO_CORLIB_VERSION): Bump version number.
28361         
28362         * appdomain.c verify.c: Moved corlib version checking into its own
28363         function in appdomain.c since it needs to create vtables etc.
28365 2003-12-13  Patrik Torstensson <p@rxc.se>
28367         * marshal.c (mono_remoting_wrapper): Fix bug 48015, using TP as this 
28368         instead of unwrapped server.
28370 2003-12-12  Zoltan Varga  <vargaz@freemail.hu>
28372         * verify.c (check_corlib): Fix field index.
28374 2003-12-10  Zoltan Varga  <vargaz@freemail.hu>
28376         * icall.c: Applied patch from Todd Berman (tbermann@gentoo.org). New
28377         GetGacPath icall.
28379 2003-12-10  Bernie Solomon  <bernard@ugsolutions.com>
28381         * process.c:  (ves_icall_System_Diagnostics_Process_GetWorkingSet_internal
28382         ves_icall_System_Diagnostics_Process_SetWorkingSet_internal):
28383         cope with sizeof(size_t) != sizeof(guint32).
28385 2003-12-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28387         * process.[ch]: the 'pid' field in MonoProcInfo stores GetLastError
28388         in case of failure.
28390 2003-12-10  Mark Crichton <crichton@gimp.org>
28392         * icall.c: removed the GetNonZeroBytes.  We now handle this case
28393         in managed code.
28395         * rand.c, rand.h: Same here.  Also cleaned up the clode slightly.
28397 Tue Dec 9 15:36:18 CET 2003 Paolo Molaro <lupus@ximian.com>
28399         * class.h, class.c, icall.c, marshal.c, object.c: ignore fields
28400         marked as deleted.
28402 2003-12-09  Zoltan Varga  <vargaz@freemail.hu>
28404         * verify.c (check_corlib): Handle the case when the version field is 
28405         initialized by a static constructor.
28407 2003-12-08  Patrik Torstensson  <p@rxc.se>
28409     * rand.c (InternalGetBytes): Implemented win32 version with cryptapi
28411 2003-12-08  Martin Baulig  <martin@ximian.com>
28413         * icall.c (ves_icall_TypeBuilder_define_generic_parameter): Return
28414         a MonoReflectionGenericParameter, also take the parameter index
28415         and name as arguments.
28416         (ves_icall_MethodBuilder_define_generic_parameter): Likewise.
28417         (ves_icall_MonoGenericParam_initialize): New interncall.
28418         (ves_icall_Type_make_byref_type): New interncall.
28420         * reflection.h (MonoReflectionGenericParam): Derive from
28421         MonoReflectionType, not just from MonoObject.  Added `refobj' and
28422         `index' fields.
28424         * reflection.c (mono_reflection_define_generic_parameter): Create
28425         and return a new MonoReflectionGenericParam; don't initialize the
28426         constraints here.
28427         (mono_reflection_initialize_generic_parameter): New public method;
28428         initializes the constraints and creates the `param->pklass'.
28430 2003-12-08  Zoltan Varga  <vargaz@freemail.hu>
28432         * reflection.h reflection.c: Use the new fields 'num_types', 
28433         'num_fields' and 'num_methods' to track the number of types etc.
28435         * verify.c (check_corlib): Check corlib version number.
28437 2003-12-07  Zoltan Varga  <vargaz@freemail.hu>
28439         * marshal.c (mono_marshal_method_from_wrapper): Remove assert so this
28440         function works on all methods.
28442 2003-12-07  Lluis Sanchez Gual  <lluis@ximian.com>
28444         * domain.c, loader.h: Added IRemotingTypeInfo interface in MonoDefaults.
28445         * icall.c: in, ves_icall_Remoting_RealProxy_GetTransparentProxy set
28446         the custom_type_info flag of the transparent proxy.
28447         * object.c: Added method mono_object_isinst_mbyref for casting mbyref
28448         objects that supports IRemotingTypeInfo.
28449         * object.h: Added custom_type_info field in transparent proxy.
28451 2003-12-06  Martin Baulig  <martin@ximian.com>
28453         * class.c (mono_class_create_from_generic): Removed.
28454         (mono_class_from_generic): Check `ginst->klass' before doing
28455         anything else.  This is important to fully support "recursive"
28456         generic types.
28458         * metadata.c (do_mono_metadata_parse_generic_inst): Create an
28459         empty `generic_inst->klass' before doing anything else.
28461 2003-12-06  Dick Porter  <dick@ximian.com>
28463         * verify.c: 
28464         * object.h:
28465         * icall.c:
28466         * locales.c: Use C structs to access class fields.  Don't do a
28467         conversion between MonoString and UChar because both are
28468         platform-endian UTF-16.  Compare now takes startindex and count
28469         parameters.  Add a char overload for IndexOf.  Speed up the
28470         invariant string IndexOf.
28472 2003-12-05  Zoltan Varga  <vargaz@freemail.hu>
28474         * Makefile.am (monosn_LDADD): Fix parallel build.
28476 2003-12-04  Martin Baulig  <martin@ximian.com>
28478         * icall.c
28479         (ves_icall_type_GetTypeCode): Added MONO_TYPE_VAR and MONO_TYPE_MVAR.
28480         (ves_icall_Type_make_array_type): New interncall.       
28482 2003-12-04  Martin Baulig  <martin@ximian.com>
28484         * locales.c: also change it in the !HAVE_ICU case.
28486 2003-12-04  Dick Porter  <dick@ximian.com>
28488         * icall.c:
28489         * locales.c: construct_compareinfo is now in CompareInfo, not
28490         CultureInfo.
28492 2003-12-04  Zoltan Varga  <vargaz@freemail.hu>
28494         * image.c (mono_image_load_file_for_image): Cache loaded images in the
28495         image->files array.
28497         * image.c (load_class_name): Load class names from the EXPORTEDTYPES
28498         table as well.
28500         * assembly.c (mono_assembly_load_references): Only load references
28501         once.
28503         * class.c (mono_class_from_name): Avoid linear search of the 
28504         EXPORTEDTYPE table.
28506         * loader.c (mono_field_from_token): Cache lookups of fieldrefs as well.
28508 2003-12-03  Zoltan Varga  <vargaz@freemail.hu>
28510         * image.h (MonoImage): Add 'field_cache' field.
28512         * loader.c (mono_field_from_token): Cache field lookups.
28513         
28514         * reflection.c (mono_module_get_object): Fix name property.
28516         * icall.c (ves_icall_get_enum_info): Update after changes to 
28517         mono_metadata_get_constant_index ().
28519         * icall.c: Get rid of get_type_info icall, use a separate icall for
28520         each type property to avoid needless memory allocations. Fixes #51514.
28522         * metadata.c (mono_metadata_get_constant_index): Add a 'hint' parameter
28523         to avoid needless binary searches.
28525         * class.c (class_compute_field_layout): Move the initialization of
28526         field->def_value to mono_class_vtable ().
28528         * class.c (mono_class_layout_fields): Enable GC aware auto layout for
28529         non-corlib types.
28531         * object.c (mono_object_allocate): Make it inline.
28533         * object.c (mono_object_allocate_spec): Make it inline.
28534         
28535 2003-12-02  Dick Porter  <dick@ximian.com>
28537         * locales.c (create_NumberFormat): NumberFormatInfo construction.
28538         Patch by Mohammad DAMT (mdamt@cdl2000.com).
28540 2003-12-01  Dick Porter  <dick@ximian.com>
28542         * threads.c: Fix signature and call in CreateMutex and
28543         CreateEvent.
28545 2003-12-01  Dick Porter  <dick@ximian.com>
28547         * icall.c: 
28548         * locales.c: Implement string compares and searching
28550         * object.h: Add extra Thread field
28552 2003-11-30  Zoltan Varga  <vargaz@freemail.hu>
28554         * reflection.c (fixup_method): Add support for MonoCMethod.
28556 2003-11-28  Zoltan Varga  <vargaz@freemail.hu>
28558         * gc.c: Fix hangs and error messages when GC_DONT_GC is set.
28560         * reflection.c (assembly_name_to_aname): Allow extra characters in
28561         assembly names. Fixes #51468.
28563 2003-11-26  Zoltan Varga  <vargaz@freemail.hu>
28565         * exception.c (mono_exception_from_name_domain): New helper function.
28567         * appdomain.c (ves_icall_System_AppDomain_createDomain): Create the
28568         exception object in the correct domain.
28570         * appdomain.c (ves_icall_System_AppDomain_LoadAssemblyRaw): Fix 
28571         formatting + make a copy a the input data.
28573         * loader.c (mono_get_method_from_token): Methods which contain
28574         native code do not have entries in the ImplMap.
28576         (ves_icall_System_AppDomain_LoadAssemblyRaw): Fix exception throw.
28577         Thanks to Gonzalo for spotting this.
28578         
28579         * appdomain.c (ves_icall_System_AppDomain_LoadAssemblyRaw): Applied
28580         patch from ztashev@openlinksw.co.uk (Zdravko Tashev). New icall.
28582         * assembly.h (mono_assembly_load_from): Split the second part of 
28583         assembly loading into a new public function.
28585         * exception.h (mono_get_exception_bad_image_format): New function.
28587 2003-11-24  Zoltan Varga  <vargaz@freemail.hu>
28589         icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): 
28590         Enumerate all modules inside a dynamic assembly. Fixes #51293.
28591         
28592         * icall.c: Add new icall for creating dynamic methods.
28594         * loader.h debug-helpers.c: Add new wrapper type for dynamic methods.
28596         * reflection.h (MonoReflectionDynamicMethod): Fix type of bool fields.
28598         * reflection.c (mono_reflection_create_dynamic_method): New icall to
28599         create a dynamic method.
28601         * reflection.c (resolve_object): New helper function.
28603         * reflection.c: Generalize ReflectionMethodBuilder and the functions
28604         which manipulate it so they can also work on dynamic methods.
28606         * reflection.c (reflection_method_builder_to_mono_method): Avoid 
28607         creating the MonoReflectionMethodAux structure if it is not needed.
28608         
28609         * reflection.h verify.c: Update after changes to object layout.
28611         * reflection.c (method_builder_encode_signature): Fix compilation on
28612         gcc 2.95.x.
28614 2003-11-21  Lluis Sanchez Gual  <lluis@ximian.com>
28616         * appdomain.h: Added support for context static fields. Added static_data
28617           field to MonoAppContext and renamed thread_static_fields to a more
28618           generic special_static_fields in MonoAppDomain, since it can now contain
28619           context static fields.
28620         * domain.c: Updated hashtable name.
28621         * object.c: Replaced field_is_thread_static() for a more generic
28622           field_is_special_static() which also checks for context static attribute.
28623           In mono_class_vtable(), added support for static context fields.
28624         * threads.c: Changed methods that manage thread static fields to more
28625           generic methods so they can be reused both for thread and context static
28626           data.
28627         * threads.h: Declared some new methods.
28629 2003-11-21  Zoltan Varga  <vargaz@freemail.hu>
28631         * reflection.h: Update after changes to the managed types.
28633         * reflection.c (encode_custom_modifiers): New helper function.
28635         * reflection.c (method_encode_signature): Emit custom modifiers.
28637         * reflection.c (field_encode_signature): Emit custom modifiers.
28639 2003-11-18  Zoltan Varga  <vargaz@freemail.hu>
28641         * reflection.h (MonoReflectionAssemblyName): Applied patch from Laurent Morichetti (l_m@pacbell.net). Fix type of 'flags' field.
28643         * icall.c (ves_icall_System_ValueType_Equals): New optimized 
28644         implementation.
28646         * icall.c (ves_icall_System_ValueType_InternalGetHashCode): New 
28647         icall.
28649         * object.c (mono_field_get_value_object): New function.
28651         * object.c appdomain.h appdomain.c: Make out_of_memory_ex domain
28652         specific.
28654 2003-11-17  Zoltan Varga  <vargaz@freemail.hu>
28656         * appdomain.c (mono_runtime_get_out_of_memory_ex): New function to
28657         return a preallocated out-of-memory exception instance.
28659         * object.c (out_of_memory): Use the new function.
28661         * metadata.c (mono_metadata_parse_type): Handle the case when the byref
28662         flag is before the custom modifiers. Fixes #49802.
28664 2003-11-16  Martin Baulig  <martin@ximian.com>
28666         * class.c (mono_class_is_open_constructed_type): Implemented the
28667         MONO_TYPE_GENERICINST case.
28669 2003-11-16  Zoltan Varga  <vargaz@freemail.hu>
28671         * assembly.c (mono_assembly_fill_assembly_name): New function to
28672         fill out the MonoAssemblyName structure.
28673         (mono_assembly_open): Use the new function.
28675         * icall.c (fill_reflection_assembly_name): New helper function.
28677         * icall.c (ves_icall_System_Reflection_Assembly_FillName): Use the
28678         new function.
28680         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetAssemblyName): New icall.
28682 2003-11-15  Martin Baulig  <martin@ximian.com>
28684         * class.c (mono_class_is_open_constructed_type): New public
28685         function; checks whether a type is an open constructed type,
28686         ie. whether it still contains type parameters.
28687         (mono_class_inflate_generic_type): If we're a type parameter and
28688         the inflated type is also a MONO_TYPE_(M)VAR, return the original
28689         type.
28691         * class.h (MonoGenericInst): Added `guint32 is_open'.
28693         * loader.c (method_from_methodspec): Check whether we're an open
28694         or closed constructed type and set `ginst->is_open'.
28696         * reflection.c (mono_reflection_bind_generic_parameters): Check
28697         whether we're an open or closed constructed type and set
28698         `ginst->is_open'.
28699         (mono_reflection_inflate_method_or_ctor): Don't inflate methods
28700         from open constructed types.
28702 2003-11-15  Martin Baulig  <martin@ximian.com>
28704         * reflection.c (mono_reflection_bind_generic_parameters): If we're
28705         a generic instance (instead of a generic type declaration) with
28706         unbound generic parameters, bind them to our actual types.
28708 2003-11-14  Martin Baulig  <martin@ximian.com>
28710         * reflection.h (MonoReflectionGenericInst): Added `MonoArray *interfaces'.
28712         * reflection.c (mono_reflection_bind_generic_parameters): If we're
28713         an interface type, populate `res->interfaces' with instantiated
28714         versions of all the interfaces we inherit.
28716 2003-11-13  Aleksey Demakov  <avd@openlinksw.com>
28718         * assembly.c (mono_assembly_load): Fixed problem finding mscorlib.dll
28719         when MONO_PATH is set but doesn't contain the install dir.
28721 2003-11-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28723         * icall.c:
28724         (ves_icall_Type_GetInterfaces): don't return an interface twice when
28725         it's also implemented in base classes. Fixes bug #50927.
28727 2003-11-13  Zoltan Varga  <vargaz@freemail.hu>
28729         * gc.c (ves_icall_System_GC_WaitForPendingFinalizers): Avoid deadlocks
28730         if this method is called from a finalizer. Fixes #50913.
28732 2003-11-12  Miguel de Icaza  <miguel@ximian.com>
28734         * threads.c: Implement VolatileRead/VolatileWrite
28736         * icall.c: Add new icalls for VolatileRead/VolatileWrite
28738 2003-11-12  Zoltan Varga  <vargaz@freemail.hu>
28740         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Applied 
28741         patch from Danilo Sagan (dsegan@gmx.net). Fix compilation under gcc
28742         2.95.3.
28744         * assembly.c (mono_assembly_open): Fix windows build. Applied patch 
28745         from Peter Ross (pro@missioncriticalit.com).
28746         
28747 2003-11-12  Lluis Sanchez Gual  <lluis@ximian.com>
28749         * icall.c: Added internal call for System.Environment::GetMachineConfigPath
28751 2003-11-12  Zoltan Varga  <vargaz@freemail.hu>
28753         * assembly.c (mono_assembly_load_references): Disable check because it
28754         triggers on older corlibs which lots of people have.
28756 2003-11-12  Jackson Harper  <jackson@ximian.com>
28758         * assembly.c: Change corlib name to mscorlib. Add a temp. hack to
28759         load corlib.dll if mscorlib.dll is not found.
28760         * assembly.h: Remove corlib name define.
28761         * class.c:
28762         * domain.c:
28763         * image.c: Change corlib name to mscorlib.
28764         
28765 2003-11-12  Zoltan Varga  <vargaz@freemail.hu>
28767         * debug-mono-symfile.c: Add patch from FreeBSD ports tree.
28769 2003-11-11  Miguel de Icaza  <miguel@ximian.com>
28771         * appdomain.h: Added loader_optimization here to sync with the C#
28772         code, and add disallow_binding_redirects field.
28774 2003-11-11  Zoltan Varga  <vargaz@freemail.hu>
28776         * mono-debug.c (mono_debug_add_method): Ignore unknown modules.
28778         * reflection.c (mono_image_build_metadata): Fix crash on modules
28779         with no types.
28781         * reflection.h (MonoMethodInfo): Track changes to the managed structure.
28783         * icall.c (ves_icall_get_method_info): Return callingConvention as
28784         well.
28786         * icall.c (ves_icall_System_Reflection_Assembly_GetNamespaces): Add 
28787         namespaces from the EXPORTEDTYPE table as well.
28789         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Merge types
28790         from all modules inside the assembly.
28791         
28792 2003-11-11  Martin Baulig  <martin@ximian.com>
28794         * reflection.c (mono_reflection_bind_generic_parameters): Make
28795         this work for interfaces.
28797 2003-11-11  Martin Baulig  <martin@ximian.com>
28799         * mono-debug.c (mono_debug_add_type): Ignore unknown modules.
28801 2003-11-11  Martin Baulig  <martin@ximian.com>
28803         * reflection.c (mono_reflection_inflate_method_or_ctor): Allow
28804         "MonoInflatedMethod" and "MonoInflatedCtor".
28806 2003-11-11  Zoltan Varga  <vargaz@freemail.hu>
28808         * reflection.c (resolution_scope_from_image): Use the assembly table
28809         from the manifest module, since other modules don't have it.
28811         * debug-helpers.c (mono_type_full_name): New helper function.
28813         * image.h (MonoAssembly): Change 'dynamic' to a boolean.
28815         * image.c (mono_image_load_file_for_image): New public function which
28816         is a replacement for the load_file_for_image in class.c.
28818         * assembly.c (mono_assembly_load_module): A wrapper for the function
28819         above which does assembly association and reference loading too.
28821         * class.c (mono_class_from_name): Call mono_assembly_load_module.
28823 2003-11-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28825         * appdomain.c: not all of the attributes for the full assembly name
28826         are required and the order doesn't matter. Fixes bug #50787.
28828 2003-11-10  Dick Porter  <dick@ximian.com>
28830         * locales.c: Use platform-endian UTF16
28832 2003-11-10  Zoltan Varga  <vargaz@freemail.hu>
28834         * reflection.c: Emit FILE and EXPORTEDTYPE tables.
28835         
28836 2003-11-10  Martin Baulig  <martin@ximian.com>
28838         * metadata.c
28839         (mono_metadata_load_generic_params): Make this actually work.
28841         * reflection.c (mono_reflection_bind_generic_parameters): If our
28842         parent is a generic instance, pass all the `types' to it, no
28843         matter whether it has the same number of type parameters or not.
28845 2003-11-10  Zoltan Varga  <vargaz@freemail.hu>
28847         * reflection.c: Emit FILE and EXPORTEDTYPE tables.
28849         * assembly.c (mono_assembly_load_references): Move the image<->assembly
28850         assignment code to this function so it gets called recursively for all
28851         modules.
28853         * image.c (load_modules): Remove the assembly assignment since it is
28854         now done by mono_assembly_load_references.
28855         
28856         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): 
28857         Add 'module' argument.
28858         (mono_module_get_types): New helper function.
28859         (ves_icall_System_Reflection_Module_InternalGetTypes): New icall.
28861 2003-11-08  Martin Baulig  <martin@ximian.com>
28863         * class.c (mono_class_inflate_generic_method): Interface method
28864         don't have a header.
28866         * reflection.c (mono_image_get_methodspec_token): Take an
28867         additional `MonoGenericInst *' argument instead of reading it from
28868         the header; this is necessary to support interfaces.
28869         (mono_image_create_token): Pass the `MonoGenericInst *' from the
28870         MonoReflectionInflatedMethod to mono_image_get_methodspec_token().
28871         (inflated_method_get_object): Take an additional `MonoGenericInst *'
28872         argument.
28874         * reflection.h (MonoReflectionInflatedMethod): Added
28875         `MonoGenericInst *ginst'.
28877 2003-11-07  Zoltan Varga  <vargaz@freemail.hu>
28879         * gc.c (mono_domain_finalize): Fix compilation for no GC case.
28881 2003-11-06  Zoltan Varga  <zovarga@ws-zovarga2>
28883         * appdomain.c (mono_domain_unload): Add a workaround for bug #27663.
28885 2003-11-06  Zoltan Varga  <vargaz@freemail.hu>
28887         * reflection.c 
28888         (reflection_methodbuilder_from_method_builder):
28889         (reflection_methodbuilder_from_ctor_builder): New helper functions to 
28890         initialize a ReflectionMethodBuilder structure.
28891         (mono_image_get_methodbuilder_token):
28892         (mono_image_get_ctorbuilder_token): New functions to emit memberref
28893         tokens which point to types in another module inside the same assembly.
28895         * reflection.c: Use the new helper functions.
28896         
28897         * reflection.c (mono_image_basic_init): Initialize basedir and culture.
28899         * icall.c loader.c reflection.c: Use ModuleBuilder->dynamic_image 
28900         instead of AssemblyBuilder->dynamic_assembly in the appropriate places.
28902         * reflection.c (resolution_scope_from_image): Emit a moduleref if
28903         neccesary.
28905         * reflection.c (mono_image_build_metadata): Emit metadata only for the
28906         current module. Emit the manifest only for the main module.
28908         * reflection.c (mono_image_create_token): Add assertion when a 
28909         memberref needs to be created.
28911         * reflection.c reflection.h (MonoDynamicAssembly): Remove unused fields.
28913         * reflection.c (mono_reflection_get_custom_attrs_blob): Allocate a 
28914         larger buffer for the custom attribute blob. Fixes #50637.
28915         
28916 2003-11-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28918         * threadpool.c: notify listener on async processing handles after
28919         invoking the async callback. Thanks to Zoltan.
28921 2003-11-03  Zoltan Varga  <vargaz@freemail.hu>
28923         * reflection.c (create_dynamic_mono_image): Call mono_image_init to 
28924         avoid code duplication.
28926         * reflection.h (MonoDynamicImage): New type which is currently unused,
28927         but will be used through the ref.emit code in place of 
28928         MonoDynamicAssembly.
28930         * reflection.h (MonoReflectionAssemblyBuilder): Track changes to the
28931         object layout.
28933         * reflection.c (create_dynamic_mono_image): Rewrote so it now creates
28934         a MonoDynamicImage instead of just a MonoImage.
28935         
28936         * reflection.h reflection.c icall.c: Move nearly all AssemblyBuilder
28937         icalls to ModuleBuilder but keep their semantics, so they will work
28938         with moduleb->assemblyb. This will change later.
28939         
28940 2003-11-03  Zoltan Varga  <vargaz@freemail.hu>
28942         * reflection.h (MonoReflectionAssemblyBuilder): Track changes to the
28943         object layout.
28945         * reflection.c (mono_image_build_metadata): Avoid creation of a default
28946         main module, since it is now done by the managed code.
28948 2003-11-03  Martin Baulig  <martin@ximian.com>
28950         * reflection.c (mono_reflection_inflate_method_or_ctor): Set
28951         `ginst->klass' here.
28952         (method_encode_methodspec): Don't use the `ginst->generic_method's
28953         klass if it's a generic instance, use `ginst->klass' in this case.
28955 2003-11-03  Martin Baulig  <martin@ximian.com>
28957         * reflection.c (mono_image_get_generic_method_param_info):
28958         Removed, use mono_image_get_generic_param_info() instead.
28959         (mono_image_get_type_info): Write the GenericParam table before
28960         the Method table.  This is neccessary because in the GenericParam
28961         table, type parameters of the class (ie. '!0' etc.) must come
28962         before the ones from its generic methods (ie. '!!0' etc).
28964 2003-11-03  Zoltan Varga  <vargaz@freemail.hu>
28966         * icall.c (ves_icall_System_Reflection_Assembly_FillName): Fill out AssemblyName->codebase. Fixes #50469.
28968 2003-11-02  Martin Baulig  <martin@ximian.com>
28970         * reflection.c (create_generic_typespec): Take a
28971         `MonoReflectionTypeBuilder *' instead of a `MonoType *' and get
28972         the generic parameters from it.
28974 2003-11-02  Martin Baulig  <martin@ximian.com>
28976         * reflection.c (fieldref_encode_signature): Take a `MonoType *'
28977         instead of a `MonoClassField *' since we just need the type.
28978         (create_generic_typespec): New static function.  Creates a
28979         TypeSpec token for a generic type declaration.
28980         (mono_image_get_generic_field_token): New static function.
28981         (mono_image_create_token): If we're a FieldBuilder in a generic
28982         type declaration, call mono_image_get_generic_field_token() to get
28983         the token.
28985 2003-11-02  Martin Baulig  <martin@ximian.com>
28987         * reflection.h
28988         (MonoReflectionInflatedMethod, MonoReflectionInflatedField): Added
28989         `MonoReflectionGenericInst *declaring_type' and
28990         `MonoReflectionGenericInst *reflected_type' fields.
28992         * reflection.c (mono_reflection_inflate_method_or_ctor): Take a
28993         `MonoReflectionGenericInst *declaring_type' and a
28994         `MonoReflectionGenericInst *reflected_type' argument instead of a
28995         single `MonoReflectionGenericInst *type' one.  Set
28996         `res->declaring_type' and `res->reflected_type' from them.
28997         (mono_reflection_inflate_field): Likewise.      
28999 2003-11-02  Martin Baulig  <martin@ximian.com>
29001         * class.c (mono_class_setup_vtable): Don't store generic methods
29002         in the vtable.  
29004 2003-11-02  Martin Baulig  <martin@ximian.com>
29006         * reflection.h (MonoReflectionGenericInst): Added
29007         `MonoReflectionType *declaring_type'.
29009         * reflection.c (mono_reflection_bind_generic_parameters): Use
29010         `if (tb->parent)' instead of `klass->parent'.
29012 2003-11-01  Zoltan Varga  <vargaz@freemail.hu>
29014         * assembly.c (mono_assembly_open): Avoid crash if a module is loaded
29015         with an empty ASSEMBLY table.
29017         * reflection.c (mono_image_build_metadata): Avoid using the same loop
29018         variable in the inner and outer loops.
29020 2003-10-31  Zoltan Varga  <vargaz@freemail.hu>
29022         * metadata.h (mono_metadata_make_token): Put parentheses around macro
29023         argument.
29025         * appdomain.h appdomain.c (ves_icall_System_AppDomain_InternalPushDomainRef): Fix signature.
29026         
29027         * appdomain.c appdomain.h icall.c: Get rid of the InvokeInDomain 
29028         icalls. Instead, do everything in managed code. This is needed since
29029         it is hard to restore the original domain etc. in unmanaged code in the
29030         presence of undeniable exceptions.
29032         * appdomain.c (ves_icall_System_AppDomain_InternalPushDomainRef): 
29033         New icalls to push and pop appdomain refs.
29035 2003-10-31  Martin Baulig  <martin@ximian.com>
29037         * class.c (inflate_generic_type): Renamed to
29038         mono_class_inflate_generic_type() and made it public.
29040         * icall.c ("System.Reflection.MonoGenericInst::inflate_field"):
29041         New interncall.
29043         * loader.c (mono_field_from_memberref): Also set the retklass for
29044         typespecs.
29046         * fielder.c (mono_image_get_inflated_field_token): New static
29047         method; creates a metadata token for an inflated field.
29048         (mono_image_create_token, fixup_method): Added support for
29049         "MonoInflatedField".
29050         (fieldbuilder_to_mono_class_field): New static function.
29051         (mono_reflection_inflate_field): New public function.
29053         * reflection.h
29054         (MonoReflectionGenericInst): Added `MonoArray *fields'.
29055         (MonoReflectionInflatedField): New typedef.     
29057 2003-10-30  Bernie Solomon  <bernard@ugsolutions.com>
29059         * socket-io.c (in6_addr ipaddress_to_struct_in6_addr): fix
29060         for Solaris and other platforms without s6_addr16
29062 2003-10-30  Martin Baulig  <martin@ximian.com>
29064         * class.c (inflate_generic_type): Take just one `MonoGenericInst *'
29065         argument instead of two.
29066         (mono_class_inflate_generic_signature): Likewise.
29067         (inflate_generic_header): Likewise.
29068         (mono_class_inflate_generic_method): Likewise.  In addition, if
29069         `ginst->klass' is set, it becomes the new `method->klass'.
29071         * class.h (MonoGenericInst): Removed the `gpointer mbuilder'
29072         field.
29074         * reflection.c (encode_generic_method_sig): Write a 0xa as the
29075         first byte. [FIXME]
29076         (method_encode_methodspec): If we have generic parameters, create
29077         a MethodSpec instead of a MethodRef.
29078         (fixup_method): Added support for "MonoInflatedMethod" and
29079         "MonoInflatedCtor".
29080         (mono_image_create_token): Added support for "MonoInflatedMethod"
29081         and "MonoInflatedCtor".
29082         (inflated_method_get_object): New static function; returns a
29083         managed "System.Reflection.MonoInflatedMethod" object.
29084         (mono_reflection_bind_generic_method_parameters): Return a
29085         `MonoReflectionInflatedMethod' instead of a `MonoReflectionMethod'.
29086         (mono_reflection_inflate_method_or_ctor): Likewise.
29087         (mono_image_get_generic_method_param_info): Initialize unused
29088         fields to zero.
29089         (mono_image_get_generic_param_info): Likewise.
29091         * reflection.h (MonoReflectionInflatedMethod): New public
29092         typedef.  Corresponds to the managed "S.R.MonoInflatedMethod" and
29093         "S.R.MonoInflatedCtor" classes.
29095         * loader.c (method_from_memberref): If we're a TypeSpec and it
29096         resolves to a generic instance, inflate the method.
29098 2003-10-28  Dick Porter  <dick@ximian.com>
29100         * object.c (mono_runtime_run_main): Convert command-line arguments
29101         into utf8, falling back to the user's locale encoding to do so.
29103 2003-10-27  Zoltan Varga  <vargaz@freemail.hu>
29105         * loader.c (mono_get_method_from_token): Avoid looking up the icalls
29106         at this time.
29108         * marshal.c (mono_marshal_get_native_wrapper): Lookup icalls here.
29110         * reflection.c (reflection_methodbuilder_to_mono_method): Avoid looking
29111         up icalls at method definition time. Partially fixes #33569.
29113 2003-10-25  Zoltan Varga  <vargaz@freemail.hu>
29115         * marshal.c (mono_marshal_get_native_wrapper): Add support for [Out]
29116         marshalling of arrays. Fixes #50116.
29118         * appdomain.c (ves_icall_System_AppDomain_InternalIsFinalizingForUnload): New icall.
29120         * appdomain.c (unload_thread_main): Clear class->cached_vtable if it
29121         points to a vtable in the dying appdomain.
29123         * appdomain.c (mono_domain_unload): Move the notification of OnUnload
29124         listeners into unmanaged code inside the lock.
29126         * object.c (mono_class_vtable): Turn off typed allocation in non-root
29127         domains and add some comments.
29129 2003-10-25  Martin Baulig  <martin@ximian.com>
29131         * class.h (MonoGenericInst): Added `MonoClass *klass' field.
29133         * image.h (MonoImage): Added `GHashTable *typespec_cache'.
29135         * metadata.c (mono_metadata_parse_generic_inst): Renamed to
29136         `do_mono_metadata_parse_generic_inst'; pass it the MonoType we're
29137         currently parsing.  Create the generic class and store it in
29138         `generic_inst->klass' before parsing the type arguments.  This is
29139         required to support "recursive" definitions; see mcs/tests/gen-23.cs
29140         for an example.
29141         (mono_type_create_from_typespec): Use a new `image->typespec_cache'
29142         to support recursive typespec entries.
29144         * class.c (mono_class_setup_parent): If our parent is a generic
29145         instance, we may get called before it has its name set.
29146         (mono_class_from_generic): Splitted into
29147         mono_class_create_from_generic() and mono_class_initialize_generic().
29149 2003-10-25  Martin Baulig  <martin@ximian.com>
29151         * icall.c (ves_icall_Type_BindGenericParameters): Return a
29152         `MonoReflectionGenericInst *' instead of a `MonoReflectionType *'.
29153         ("System.Reflection.MonoGenericInst::inflate_method"): New interncall.
29154         ("System.Reflection.MonoGenericInst::inflate_ctor"): New interncall.
29156         * reflection.c (my_mono_class_from_mono_type): Added MONO_TYPE_GENERICINST.
29157         (create_typespec): Likewise.
29158         (mono_reflection_bind_generic_parameters): Return a
29159         `MonoReflectionGenericInst *' instead of a `MonoClass *'.
29160         (mono_reflection_inflate_method_or_ctor): New public function.
29162         * reflection.h (MonoReflectionGenericInst): New typedef.        
29164 2003-10-24  Zoltan Varga  <vargaz@freemail.hu>
29166         * object.c (mono_class_proxy_vtable): Run the whole vtable construction
29167         inside the domain lock. Fixes #49993.
29168         
29169         * object.c (mono_class_vtable): When typed allocation is used, 
29170         allocate vtables in the GC heap instead of in the mempool, since the
29171         vtables contain GC descriptors which are used by the collector even
29172         after the domain owning the mempool is unloaded.
29174         * domain.c (mono_domain_set): Rename to mono_domain_set_internal.
29176         * domain.c (mono_domain_unload): Rename to mono_domain_free to better
29177         reflect what it does. Also invalidate mempools instead of freeing
29178         them if a define is set.
29180         * appdomain.h (MonoAppDomainState): New enumeration to hold the state
29181         of the appdomain.
29182         
29183         * appdomain.h (_MonoDomain): New field 'finalizable_object_hash' to
29184         hold the finalizable objects in this domain.
29186         * appdomain.h (_MonoDomain): New field 'state' to hold the state of the
29187         appdomain.
29189         * appdomain.c (mono_domain_set): New function to set the current
29190         appdomain, but only if it is not being unloaded.
29192         * appdomain.c threads.c threadpool.c object.c: Avoid entering an
29193         appdomain which is being unloaded.
29194         
29195         * appdomain.c (ves_icall_System_AppDomain_InternalUnload): Prevent
29196         unloading of the root appdomain.
29198         * appdomain.c (ves_icall_System_AppDomain_InternalInvokeInDomain): New
29199         icall to execute a method in another appdomain. Intended as a 
29200         replacement for InternalSetDomain, which can confuse the code 
29201         generation in the JIT.
29203         * appdomain.c (mono_domain_is_unloading): New function to determine
29204         whenever an appdomain is unloading.
29206         * appdomain.c (mono_domain_unload): New function to correctly unload
29207         an appdomain.
29209         * assembly.c (mono_assembly_load_references): Check that an assembly
29210         does not references itself.
29212         * gc.c (mono_domain_finalize): Rewrote so instead of finalizing a
29213         domain manually, it asks the finalizer thread to do it, then waits for
29214         the result. Also added a timeout.
29216         * icall.c: Register the new icalls.
29218         * threads.h threads.c: Export the mono_gc_stop_world and 
29219         mono_gc_start_world functions.
29220         
29221         * mempool.h mempool.c (mono_mempool_invalidate): New debugging 
29222         function to fill out the mempool with 0x2a.
29224 2003-10-22  Zoltan Varga  <vargaz@freemail.hu>
29226         * reflection.h (MonoReflectionMethodAux): New structure to store
29227         information which is rarely used, thus is not in the MonoMethod
29228         structure.
29230         * reflection.h (MonoDynamicAssembly): New field 'method_aux_hash' to
29231         store the aux info.
29233         * reflection.c (mono_methodbuilder_to_mono_method): Store param names
29234         and marshalling info into the aux structure.
29236         * loader.c (mono_method_get_marshal_info): Retrieve the marshal info
29237         from the aux structure.
29239         * loader.c (mono_method_get_param_names): Retrieve the param names from
29240         the aux structure.
29241         
29242 2003-10-21  Zoltan Varga  <vargaz@freemail.hu>
29244         * exception.h exception.c: Add AppDomainUnloadedException && fix 
29245         warning.
29247 2003-10-21  Dick Porter  <dick@ximian.com>
29249         * socket-io.c
29250         (ves_icall_System_Net_Sockets_Socket_Select_internal): Applied
29251         patch from Laramie Leavitt moving divide out of loop. (Bug 45381).
29253 2003-10-21  Martin Baulig  <martin@ximian.com>
29255         * reflection.c (mono_reflection_bind_generic_parameters):
29256         `klass->parent' is NULL for interfaces.
29258 2003-10-21  Martin Baulig  <martin@ximian.com>
29260         * reflection.c (create_typespec): Added MONO_TYPE_VAR and MONO_TYPE_MVAR.
29262 2003-10-20  Zoltan Varga  <vargaz@freemail.hu>
29264         * exception.c (mono_exception_from_name_msg): New helper function for
29265         creating exceptions and initializing their message field.
29267         * exception.c: Simplify functions using the new helper.
29269         * exception.h exception.c (mono_get_exception_cannot_unload_appdomain):
29270         New function.
29272         * object.h object.c: Remove G_GNUC_NORETURN from the signature of
29273         mono_raise_exception, since otherwise gcc doesn't generate the function
29274         epilog for raise_exception, confusing the stack unwinding in the JIT.
29275         Fixes #45043.
29277         * rawbuffer.c (mono_raw_buffer_load_mmap): Map mmap-ed memory with
29278         PROT_EXEC. This seems to prevent segmentation faults on Fedora Linux.
29279         Fixes #49499.
29281 2003-10-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29283         * icall.c: OutputDebugStringW expects 16-bit unicode characters, not
29284         utf8.
29286 2003-10-18  Lluis Sanchez Gual  <lluis@ximian.com>
29288         * icall.c: Removed GetUninitializedObject method because
29289           AllocateUninitializedClassInstance does the same.
29291 2003-10-18  Martin Baulig  <martin@ximian.com>
29293         * class.c (inflate_generic_signature): Renamed to
29294         mono_class_inflate_generic_signature() and made it public.
29295         (my_mono_class_from_generic_parameter): New static function; if we
29296         don't already have the generic parameter's MonoClass, create a
29297         very simple one which is just used internally in the runtime and
29298         not passed back to managed code.
29300         * class.h (MonoGenericInst): Added `gpointer mbuilder' field.
29302         * metadata.h (MonoMethodSignature): Moved the
29303         `MonoGenericParam *gen_params' to the MonoMethodHeader.
29304         (MonoMethodHeader): Moved the `MonoGenericParam *gen_params' here.
29306         * icall.c (ves_icall_MethodInfo_GetGenericArguments): Renamed to
29307         ves_icall_MonoMethod_GetGenericArguments(); this is now an
29308         interncall on the MonoMethod class, not on MethodInfo.
29309         (ves_icall_MethodInfo_BindGenericParameters): Removed, we're now
29310         calling mono_reflection_bind_generic_method_parameters() directly.
29312         * loader.c (mono_method_get_signature): If this is a MethodSpec;
29313         return the already computed `method->signature'.
29314         (method_from_methodspec): New static function to load a method
29315         from a MethodSpec entry.
29316         (mono_get_method_from_token): Call the new method_from_methodspec()
29317         for MethodSpec tokens.  
29318         (mono_get_method_from_token): If we're a generic method, load the
29319         type parameters.
29321         * reflection.c (mono_image_get_memberref_token): Allow
29322         MEMBERREF_PARENT_TYPEDEF here; this will be used in the MethodSpec
29323         table.
29324         (fixup_method): Added support for MONO_TABLE_METHODSPEC.
29325         (mono_image_create_token): First check whether it's a generic
29326         method (so we'd need to create a MethodSpec), then do the other
29327         two alternatives.
29328         (mono_reflection_bind_generic_method_parameters): Return a
29329         `MonoReflectionMethod *' instead of a `MonoMethod *'; we're now
29330         called directly from the interncall.
29332 2003-10-17  Zoltan Varga  <vargaz@freemail.hu>
29334         * reflection.c (load_public_key): Move loading of the public key
29335         into managed code.
29337         * image.h (MonoAssemblyName): Add public_key and hash_alg fields.
29339         * assembly.c (mono_assembly_open): Fill in public_key and hash_alg
29340         fields.
29342         * icall.c (ves_icall_System_Reflection_Assembly_FillName): Fill in
29343         culture, hash_alg and public_key. Fixes #49555.
29345 2003-10-17  Martin Baulig  <martin@ximian.com>
29347         * class.h (MonoGenericInst): Moved this declaration here and added
29348         `MonoMethod *generic_method'.
29350         * icall.c
29351         (ves_icall_MethodInfo_GetGenericArguments): New interncall.
29352         (ves_icall_MethodInfo_BindGenericParameters): New interncall.
29354         * metadata.c (mono_metadata_type_equal): Two types of
29355         MONO_TYPE_VAR or MONO_TYPE_MVAR equals if they have the same
29356         index; ie. don't compare the address of the `MonoGenericParam'
29357         structure.
29358         (mono_metadata_load_generic_params): Removed the `MonoMethod
29359         *method' argument.
29361         * metadata.h (MonoGenericInst): Moved declaration to class.h.
29362         (MonoMethodHeader): Added `MonoGenericInst *geninst'.
29364         * reflection.c (method_encode_signature): Encode the number of
29365         generic parameters.
29366         (encode_generic_method_sig): New static function.
29367         (method_encode_methodspec): New static function; creates an entry
29368         in the MethodSpec table for a generic method.
29369         (mono_image_get_methodspec_token): New static function.
29370         (mono_image_create_token): Call mono_image_get_methodspec_token()
29371         for generic methods.
29372         (mono_reflection_bind_generic_method_parameters): New public
29373         function.  Instantiates a generic method.
29375 2003-10-16  Martin Baulig  <martin@ximian.com>
29377         * metadata.h (MonoMethodSignature): Moved `MonoGenericParam
29378         *gen_params' here from MonoMethodHeader.
29380         * metadata.c (mono_metadata_parse_method_signature): If we have
29381         generic parameters, initialize `method->gen_params' and then set
29382         the correct `type->data.generic_param' in all the parameters.
29384 2003-10-16  Zoltan Varga  <vargaz@freemail.hu>
29386         * threads.c (mono_threads_get_default_stacksize): New function to 
29387         return the default stacksize.
29389         * gc.c (mono_gc_cleanup): Use a separate event for waiting for the
29390         termination of the finalizer thread, since the previous method had
29391         race conditions. Fixes #49628.
29393         * gc.c (mono_gc_init): Use the same stacksize for the finalizer thread
29394         as for the other managed threads.
29396 2003-10-16  Martin Baulig  <martin@ximian.com>
29398         * class.c (inflate_generic_signature): Copy `generic_param_count'
29399         and `gen_params'.
29401         * icall.c (ves_icall_MethodInfo_get_IsGenericMethodDefinition):
29402         New interncall.
29404         * metadata.c (mono_metadata_parse_method_signature): Actually set
29405         the `method->generic_param_count' here.
29406         (mono_metadata_load_generic_params): Initialize `pklass' to NULL.
29408 2003-10-15  Zoltan Varga  <vargaz@freemail.hu>
29410         * object.h: Add a new field to TypedRef to simplify the implementation
29411         of the REFANY opcodes in the JIT.
29413         * icall.c: Make use of the new field.
29415         * metadata.c (mono_type_size): Compute the size of TYPEDBYREF types
29416         dynamically.
29418 2003-10-15  Martin Baulig  <martin@ximian.com>
29420         * class.c (mono_class_from_gen_param): Renamed to
29421         mono_class_from_generic_parameter() and moved most of the
29422         functionality from mono_reflection_define_generic_parameter()
29423         here; ie. we create a "real" class here.
29424         (mono_class_from_mono_type): Only allow MONO_TYPE_VAR and
29425         MONO_TYPE_MVAR if mono_class_from_generic_parameter() has
29426         previously been called.
29428         * class.h (MonoGenericParam): Moved the declaration of this struct
29429         here from metadata.h and added `MonoMethod *method'.
29431         * icall.c (ves_icall_MonoType_get_DeclaringMethod): New
29432         interncall.
29434         * loader.c (mono_get_method_from_token): If we have any generic
29435         parameters, call mono_metadata_load_generic_params() to read them
29436         from the MONO_TABLE_GENERICPAR.
29438         * metadata.c (mono_metadata_load_generic_params): Added
29439         `MonoMethod *method' argument which is used MONO_TYPE_MVAR.
29441         * metadata.h (MonoMethodSignature): Replaced
29442         `MonoGenericInst *geninst' with `guint16 generic_param_count'.
29443         (MonoMethodHeader): Added `MonoGenericParam *gen_params'.
29445         * reflection.c (mono_reflection_define_generic_parameter): Moved
29446         most of the functionality into the new
29447         mono_class_from_generic_parameter(); set the `method' field if
29448         we're a method parameter.       
29450 2003-10-13 Bernie Solomon  <bernard@ugsolutions.com>
29452         * marshal.c (emit_struct_conv): if native size is 0
29453         emit no code.
29455 2003-10-14  Martin Baulig  <martin@ximian.com>
29457         * icall.c: The generics API has changed in the spec since it was
29458         added to System.Type; these modifications make it match the spec
29459         again.
29460         (ves_icall_Type_GetGenericParameters): Renamed to
29461         `ves_icall_Type_GetGenericArguments'.
29462         (ves_icall_Type_get_IsGenericTypeDefinition): New interncall.
29463         (ves_icall_MonoType_get_HasGenericParameteres): Renamed to
29464         `ves_icall_MonoType_get_HasGenericArguments'.
29465         (ves_icall_MonoType_get_IsUnboundGenericParameter): Renamed to
29466         `ves_icall_MonoType_get_IsGenericParameter'.
29467         (ves_icall_MonoType_get_HasUnboundGenericParameters): Removed;
29468         this is no interncall anymore.
29469         (ves_icall_TypeBuilder_get_IsUnboundGenericParameter): Renamed to
29470         `ves_icall_TypeBuilder_get_IsGenericParameter'.
29472 2003-10-14  Martin Baulig  <martin@ximian.com>
29474         * reflection.c (mono_reflection_bind_generic_parameters): Also
29475         inflate generic methods if we're reading the class from IL.
29477 2003-10-13  Martin Baulig  <martin@ximian.com>
29479         * reflection.c (mono_reflection_define_generic_parameter): This
29480         method isn't called directly from the icall anymore; take a
29481         `MonoReflectionAssemblyBuilder *' so we can use this for type and
29482         method generic parameters.
29483         (ReflectionMethodBuilder): Added `MonoArray *generic_param'.
29484         (method_builder_encode_signature): Encode generic parameters.
29485         (mono_image_get_method_info): Write generic params to the
29486         MONO_TABLE_GENERICPARAM table.
29488         * reflection.h (MonoReflectionMethodBuilder): Added
29489         `MonoArray *generic_params'.
29491         * metadata.h (MonoMethodSignature): Added `MonoGenericInst *geninst'.
29493         * icall.c (ves_icall_TypeBuilder_define_generic_parameter): Added
29494         wrapper for mono_reflection_define_generic_parameter().
29495         (ves_icall_MethodBuilder_define_generic_parameter): Likewise.   
29497 2003-10-13  Zoltan Varga  <vargaz@freemail.hu>
29499         * marshal.h: Add missing function to fix build.
29501         * marshal.c (mono_marshal_get_native_wrapper): Add support for 
29502         the SetLastError pinvoke attribute.
29504         * marshal.c (mono_marshal_set_last_error): New helper function called
29505         by the generated code.
29506         
29507         * marshal.c (mono_mb_emit_branch): New helper function.
29509         * marshal.c (mono_mb_emit_exception): Added exception name parameter.
29511         * marshal.c (mono_marshal_get_managed_wrapper): Added support for
29512         classes as parameters and return values of delegates. Fixes #29256. 
29514 2003-10-12  Bernie Solomon  <bernard@ugsolutions.com>
29516         * locales.c: use gint32 in non HAVE_ICU case
29518 2003-10-11  Martin Baulig  <martin@ximian.com>
29520         * mono-debug.c (mono_debug_add_method): Added a workaround for
29521         bug #48591.
29523 2003-10-10  Zoltan Varga  <vargaz@freemail.hu>
29525         * marshal.c (mono_marshal_get_managed_wrapper): Under windows,
29526         delegates passed to native code must use the STDCALL calling 
29527         convention. Fixes #35987.
29529 2003-10-10  Martin Baulig  <martin@ximian.com>
29531         * class.c (inflate_generic_type): If we're inflating for a generic
29532         type instance (and not for a generic method), return
29533         MONO_TYPE_MVAR unchanged.
29535 2003-10-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29537         * string-icalls.c: Join ignores null strings in the source array.
29538         * threadpool.[ch]: export busy_worker_threads, not mono_worker_threads.
29539         * threads.c: GetAvailableTheads is slightly more accurate.
29541 2003-10-09  Bernie Solomon  <bernard@ugsolutions.com>
29543         * threads.h threads.c : add mono_threads_set_default_stacksize
29544         and pass default to CreateThread calls.
29546 2003-10-09  Dick Porter  <dick@ximian.com>
29548         * icall.c:
29549         * locales.h:
29550         * locales.c: Internal calls for constructing CultureInfo and
29551         related objects from libicu (if its available.)
29553 2003-10-09  Zoltan Varga  <vargaz@freemail.hu>
29555         * debug-helpers.c (wrapper_type_names): Add 'unknown' wrapper type.
29557 2003-10-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29559         * threadpool.c: added an argument to async_invoke_thread that is the
29560         item to process, pass the MonoAsyncResult to the thread start function
29561         when creating a new thread. This way we don't need to acquire any lock
29562         when we're creating a new thread. Readded a semaphore for faster
29563         response times (instead of that Sleep i added).
29565 2003-10-08  Bernie Solomon  <bernard@ugsolutions.com>
29567         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData):
29568         get daylight change dates better on Windows, fix handling
29569         of platforms without tm_gmtoff.
29571 2003-10-06  Martin Baulig  <martin@ximian.com>
29573         * class.c (inflate_generic_method): Renamed to
29574         mono_class_inflate_generic_method() and made public.
29575         (mono_class_init): Don't inflate the generic methods here.
29576         (mono_class_from_generic): Added `gboolean inflate_methods'
29577         argument.  Inflate the methods here.
29579         * loader.c (mono_method_get_param_names): Ignore instances of
29580         generic types for the moment.
29582         * reflection.c (fixup_method): Added support for inflated methods.
29583         (mono_image_create_token): Use mono_image_get_methodref_token()
29584         for inflated methods.
29585         (mono_custom_attrs_from_param): Ignore instances of generic types
29586         for the moment.
29587         (mono_reflection_bind_generic_parameters): New public function.
29588         Moved all the functionality from
29589         ves_icall_Type_BindGenericParameters() here and added support for
29590         dynamic types.
29591         (mono_reflection_define_generic_parameter): Initialize
29592         `klass->methods' here.
29594         * icall.c (ves_icall_Type_BindGenericParameters): Moved all the
29595         functionality into mono_reflection_define_generic_parameter().
29596         (ves_icall_Type_GetGenericTypeDefinition): If we're coming from a
29597         TypeBuilder, return that TypeBuilder.
29599 2003-10-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29601         * appdomain.c: removed mono_delegate_semaphore.
29603         * threadpool.c:
29604         (mono_thread_pool_add): moved hash table creation inside and the thread 
29605         creation outside of the critical region.
29606         (mono_thread_pool_finish): removed obsolete code.
29607         (async_invoke_thread): don't use the semaphore. Use a plain Sleep and
29608         continue or exit the thread depending on the queue.
29610 2003-10-07  Bernie Solomon  <bernard@ugsolutions.com>
29612         * metadata.c (mono_type_to_unmanaged): allow bools to marshal as I1
29613         marshal.c (emit_ptr_to_str_conv & mono_marshal_get_native_wrapper):
29614         handle more bool marshalling options
29616 2003-10-07  Zoltan Varga  <vargaz@freemail.hu>
29618         * marshal.c (mono_marshal_get_native_wrapper): Fix marshalling of
29619         arrays of structs. Also add a more descriptive error message when
29620         a structure member is marshalled as LPArray.
29622 2003-10-06  Zoltan Varga  <vargaz@freemail.hu>
29624         * marshal.c (mono_marshal_get_native_wrapper): Add support for
29625         marshalling arrays of complex types. Fixes #29098. Also remove an
29626         usused and incomplete function.
29628 Mon Oct 6 15:38:40 CEST 2003 Paolo Molaro <lupus@ximian.com>
29630         * gc.c: report heap_size - free_bytes as total memory allocated
29631         (bug#49362).
29633 2003-10-05  Zoltan Varga  <vargaz@freemail.hu>
29635         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Finally 
29636         fix timezone handling problems on Windows.
29637         
29638         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Avoid
29639         asserts when the year is outside the range handled by ms the functions.
29641         * class.c (setup_interface_offsets): If the class is an interface,
29642         fill out its interface_offsets slot.
29644 2003-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29646         * threadpool.c: mark threadpool threads as background.
29648 2003-10-03  Bernie Solomon  <bernard@ugsolutions.com>
29650         * decimal.c - define DECINLINE to nothing if not using GCC
29652 2003-10-03  Zoltan Varga  <vargaz@freemail.hu>
29654         * assembly.c: More refcount fixes.
29656 2003-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29658         * string-icalls.c: if we're not trimming, return the same string.
29659         When not splitting, don't create a new string.
29661 2003-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29663         * image.c:
29664         (mono_image_open): increment the ref_count inside the critical section.
29666 2003-10-02  Zoltan Varga  <vargaz@freemail.hu>
29668         * image.c (mono_image_open): Fix reference counting bug.
29670 2003-09-30  Bernie Solomon  <bernard@ugsolutions.com>
29672         * marshal.c (mono_marshal_type_size) struct alignment changed for 
29673         64bit machines.  (emit_ptr_to_str_conv) Fix bool conversions for 
29674         64bits. Avoid leak in mono_marshal_get_native_wrapper when
29675         mono_lookup_pinvoke_call throws.        
29677 2003-09-30  Zoltan Varga  <vargaz@freemail.hu>
29679         * reflection.c (mono_reflection_parse_type): Fix #49114.
29681         * file-io.c (ves_icall_System_IO_MonoIO_GetFileAttributes): Add
29682         temporary workaround for cygwin header problem.
29684         * object.c (mono_object_isinst): Synchronize this with the code
29685         generated by the JIT for casts.
29687 2003-09-29  Zoltan Varga  <vargaz@freemail.hu>
29689         * reflection.c (encode_type): Fix #38332.
29691 2003-09-26  Zoltan Varga  <vargaz@freemail.hu>
29693         * marshal.c (mono_marshal_method_from_wrapper): New function to return
29694         the original method from the wrapper method.
29696 2003-09-25  Martin Baulig  <martin@ximian.com>
29698         * icall.c (ves_icall_Type_IsGenericTypeDefinition): Removed this
29699         interncall since it was identical to `Type.GetGenericTypeDefinition()'.
29700         (ves_icall_Type_get_IsGenericInstance): New interncall.
29702 2003-09-24 Bernie Solomon <bernard@ugsolutions.com>
29704         * object.c: fix cast warning in big endian code.
29706 2003-09-19 Jackson Harper <jackson@latitudegeo.com>
29708         * icall.c: Timezone patch from Zoltan Varga (vargaz@freemail.hu)
29709         
29710 2003-09-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29712         * assembly.c: don't call check_env from mono_assembly_load. It's
29713         already done once in mono_assemblies_init and may cause headaches when
29714         multiple threads are loading assemblies.
29716 2003-09-19  Martin Baulig  <martin@ximian.com>
29718         * reflection.c (mono_reflection_define_generic_parameter): Don't
29719         allocate `klass->methods', set `klass->flags' to
29720         TYPE_ATTRIBUTE_INTERFACE, not TYPE_ATTRIBUTE_ABSTRACT.
29722 2003-09-18  Martin Baulig  <martin@ximian.com>
29724         * class.c (mono_class_init): Don't create `class->methods' if it's
29725         already initialized.
29727         * metadata.c (mono_metadata_load_generic_params): Make this
29728         actually work.
29730         * reflection.c (mono_reflection_define_generic_parameter): Set
29731         parent class and interfaces from the constraints.
29733         * reflection.h (MonoReflectionGenericParam): Added `guint32 flags'
29734         to keep this struct in sync with the declaration in TypeBuilder.cs.
29736 2003-09-17  Martin Baulig  <martin@ximian.com>
29738         * metadata.h (MonoType): Replaced the data's `int type_param'
29739         field with `MonoGenericParam *generic_param'.
29740         (MonoGenericParam): Added `MonoClass *klass'.
29742         * class.c (mono_class_from_gen_param): Removed the
29743         `MonoImage *image' and `int type_num' arguments.
29745         * metadata.c (mono_metadata_parse_generic_param): New static
29746         method; creates a MonoGenericParam which just contains the index.
29747         (do_mono_metadata_parse_type): Call
29748         mono_metadata_parse_generic_param() for MONO_TYPE_VAR and
29749         MONO_TYPE_MVAR.
29751         * reflection.c (mono_image_typedef_or_ref): Generic type
29752         parameters may be in the same assembly, but never use a typedef
29753         for them.
29754         (mono_reflection_define_generic_parameter): We're now creating a
29755         "real" class for the type parameter; it's now safe to call
29756         mono_class_from_mono_type() on the class'es type, it'll do the
29757         right thing.
29759 2003-09-16  Martin Baulig  <martin@ximian.com>
29761         * mono-debug-debugger.c (allocate_symbol_file_entry): Initialize
29762         `symfile->range_entry_size' and `symfile->class_entry_size' here;
29763         the `symfile' data structure must be fully initialized before it
29764         gets added to the table.
29766 2003-09-15  Zoltan Varga  <vargaz@freemail.hu>
29768         * icall.c (ves_icall_Type_IsArrayImpl): Added MONO_ARCH_SAVE_REGS.
29770         * appdomain.h domain.c (MonoDomain): Added new hashtable to store the
29771         class init trampolines.
29773 2003-09-11  Zoltan Varga  <vargaz@freemail.hu>
29775         * profiler.c (mono_profiler_load): Added '-time' and '-alloc' options
29776         to the built-in profiler to turn off time and allocation profiling
29777         respectively.
29779 2003-09-10  Zoltan Varga  <vargaz@freemail.hu>
29781         * profiler.c (mono_profiler_coverage_alloc): Use NULL instead of
29782         g_direct_equal.
29784         * debug-helpers.c (mono_method_full_name): Print the wrapper type
29785         in human readable form.
29787 2003-09-08  Zoltan Varga  <vargaz@freemail.hu>
29789         * reflection.c icall.c: Fixed warnings.
29791         * image.c (load_class_names): Use a temporary hash table to hold the
29792         namespaces in order to avoid doing many string comparisons.
29794         * image.h: Fix typo.
29796         * image.c class.c rawbuffer.c reflection.c threads.c verify.c domain.c:
29797         Pass NULL instead of g_direct_equal to the GHashTable constructor 
29798         since the NULL case is short-circuited inside g_hash_table_lookup, 
29799         leading to better performance.  
29801         * metadata.c (mono_metadata_custom_attrs_from_index): New function to
29802         obtain the first custom attribute for a given index. Depends on the
29803         CustomAttribute table being sorted by the parent field.
29805         * reflection.c (mono_custom_attrs_from_index): Use the new function 
29806         for better performance.
29808 2003-09-07  Martin Baulig  <martin@ximian.com>
29810         * class.c (mono_class_init): If we're a generic instance, inflate
29811         all our methods instead of loading them from the image.
29812         (mono_class_from_generic): Set `class->methods = gklass->methods'.
29814 2003-09-07  Martin Baulig  <martin@ximian.com>
29816         * mono-debug-debugger.c: Added support for constructors.
29818 2003-09-06  Martin Baulig  <martin@ximian.com>
29820         * icall.c (ves_icall_TypeBuilder_get_IsUnboundGenericParameter):
29821         New interncall.
29823         * reflection.c (mono_reflection_setup_generic_class): Call
29824         ensure_runtime_vtable() to create the vtable.
29826 2003-09-05  Martin Baulig  <martin@ximian.com>
29828         * class.c (mono_class_array_element_size): Added MONO_TYPE_VAR and
29829         MONO_TYPE_MVAR.
29831 2003-09-04  Martin Baulig  <martin@ximian.com>
29833         * reflection.c (mono_reflection_define_generic_parameter): Generic
29834         parameters start with zero.
29836 2003-09-04  Martin Baulig  <martin@ximian.com>
29838         * metadata.c (mono_type_size): Added MONO_TYPE_VAR and MONO_TYPE_MVAR.
29840         * reflection.h (MonoReflectionGenericParam): New typedef.
29841         (MonoReflectionTypeBuilder): Added `generic_params' fields to get
29842         the generic parameters from the managed TypeBuilder.
29844         * reflection.c (mono_reflection_define_generic_parameter): New function.
29845         (mono_reflection_create_runtime_class): Encode generic parameters.
29846         (mono_reflection_setup_generic_class): New function; this is
29847         called after adding adding all generic params to the TypeBuilder.
29848         (encode_type): Added MONO_TYPE_VAR.
29850 2003-09-04  Zoltan Varga  <vargaz@freemail.hu>
29852         * class.h class.c (mono_class_needs_cctor_run): Moved this method
29853         here from the JIT.
29855         * assembly.h assembly.c: Moved the AOT loading code into an assembly
29856         load hook.
29858 2003-09-03  Zoltan Varga  <vargaz@freemail.hu>
29860         * reflection.h reflection.c class.h class.c: Delete duplicate 
29861         definition of mono_type_get_name () from reflection.c and export the
29862         one in class.c.
29864         * class.c: Class loading fixes from Bernie Solomon 
29865         (bernard@ugsolutions.com).
29867         * reflection.c: Endianness fixes from Bernie Solomon 
29868         (bernard@ugsolutions.com).
29869         
29870 2003-09-01  Zoltan Varga  <vargaz@freemail.hu>
29872         * assembly.h assembly.c: Define a file format version for AOT
29873         libraries.
29874         
29875         * assembly.c (mono_assembly_open): Fix leaking of MonoImage-s.
29877         * appdomain.h (MonoJitInfo): New field to determine whenever the
29878         code is domain neutral.
29879         
29880 2003-08-31  Miguel de Icaza  <miguel@ximian.com>
29882         * marshal.c (emit_struct_conv): Add MONO_TYPE_CHAR
29884 2003-08-30  Zoltan Varga  <vargaz@freemail.hu>
29886         * icall.c (ves_icall_System_Web_Util_ICalls_get_machine_install_dir): 
29887         (ves_icall_System_Configuration_DefaultConfig_get_machine_config_path):
29888         Avoid caching the result since strings must be domain specific. Fixes
29889         #48050.
29891 2003-08-29  Zoltan Varga  <vargaz@freemail.hu>
29893         * marshal.c (mono_marshal_init): Make this callable multiple times
29894         since it is hard to find a correct place to call it.
29896         * object.c (mono_runtime_class_init): Execute static constructors in
29897         the correct appdomain.
29899         * image.c (build_guid_table): Handle the case when multiple images have
29900         the same GUID.
29902 2003-08-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29904         * icall.c: added a couple of icalls for System.Web.
29906 2003-08-28  Martin Baulig  <martin@ximian.com>
29908         * icall.c (ves_icall_Type_BindGenericParameters): Use
29909         `klass->generic_inst' instead of `&klass->byval_arg' in the
29910         mono_type_get_object() call.  The returned type must be
29911         MONO_TYPE_GENERICINST and not MONO_TYPE_CLASS.
29913 2003-08-27  Zoltan Varga  <vargaz@freemail.hu>
29915         * NOTES: New file.
29917         * object.c (mono_class_proxy_vtable): Make it thread safe.
29919         * pedump.c: Fix warning.
29921         * object.c appdomain.h: Get rid of metadata_section. 
29922         It is no longer needed and it was causing deadlocks with domain->lock.
29924         * appdomain.c (add_assemblies_to_domain): Make it thread safe.
29926 2003-08-26  Martin Baulig  <martin@ximian.com>
29928         * pedump.c (main): Don't call mono_image_close() if `verify_pe'.
29930 2003-08-26  Martin Baulig  <martin@ximian.com>
29932         * pedump.c (main): Call mono_metadata_init(),
29933         mono_raw_buffer_init(), mono_images_init(), mono_assemblies_init()
29934         and mono_loader_init().
29936 2003-08-26  Zoltan Varga  <vargaz@freemail.hu>
29938         * loader.h: Add missing include to fix build.
29940         * image.h: mono_image_load_references is no more.
29942         * assembly.c: Reworked assembly loading to make it really thread safe.
29943         After these changes, the assembly returned by mono_assembly_open is
29944         fully initialized, i.e. all its references assemblies are loaded.
29946         * assembly.c (mono_image_load_references): Renamed to 
29947         mono_assembly_load_references, and made private, since clients no
29948         longer need to call it.
29950         * class.c: Removed calls to mono_assembly_load_references, since it was
29951         a source of deadlocks.
29953         * loader.h loader.c class.h class.c: Protect data structures using a 
29954         new lock, the loader lock.
29956         * class.c (mono_class_setup_vtable): Create temporary hash tables and
29957         GPtrArrays only when needed.
29959         * class.c (mono_class_layout_fields): Ignore the dummy field inserted 
29960         into empty structures by mcs. Fixes pinvoke7.cs.
29961         
29962         * domain.c (mono_init): Call a new initialization function.
29964         * appdomain.c (mono_runtime_init): Call the new initializer function
29965         of the marshal module.
29967         * marshal.c (mono_marshal_load_type_info): Ignore the dummy field
29968         inserted into empty structures by mcs. Fixes pinvoke7.cs.
29970         * marshal.h marshal.c: Added locks around the wrapper caches to make
29971         this module thread safe.
29973         * icall.c (ves_icall_InternalInvoke): Method wrappers doesn't require a
29974         this argument. Fixes pinvoke1.exe.
29976 2003-08-25  Lluis Sanchez <lluis@ximian.com>
29978         * object.h: Added call_type field to MonoMethodMessage and the corresponding
29979         enumeration of values. Removed fields to store remote call output values in
29980         MonoAsyncResult. Not needed any more.
29981         * object.c: Initialize call_type and async_result fields in mono_message_init.
29982         * marshal.c: mono_delegate_begin_invoke(): for proxies, set call_type before
29983         dispatching the message.
29984         mono_delegate_end_invoke (): delegate to the proxy the work of waiting for the
29985         async call to finish. To do it use a message with EndInvoke call type.
29987 2003-08-25  Zoltan Varga  <vargaz@freemail.hu>
29989         * loader.h loader.c (mono_method_hash_marhal_info): New function which
29990         determines whenever a method has marshalling info.
29992 2003-08-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29994         * assembly.c: fix the build on windows.
29996 2003-08-22 Lluis Sanchez <lluis@ximian.com>
29998         * object.cs: Fixed bug #47785.
30000 2003-08-22 Jackson Harper <jackson@latitudegeo.com>
30002         * string-icalls.c (StringReplace): If their are no occurances of
30003         the old string found return a reference to the supplied
30004         string. This saves some memory and matches MS behavoir.
30005         
30006 2003-08-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30008         * socket-io.c: fixed compilation for systems that define AF_INET6
30009         and don't define SOL_IP/SOL_IPV6.
30011 2003-08-21  Zoltan Varga  <vargaz@freemail.hu>
30013         * object.c (mono_object_isinst): Fix casts to TransparentProxy in
30014         the interpreter. Patch by Bernie Solomon (bernard@ugsolutions.com).
30016         * rawbuffer.c rawbuffer.h: Make this module thread safe.
30018         * domain.c: Make this module thread safe.
30020         * domain.c (mono_init): Call new initialization function.
30022         * icall.c (ves_icall_System_Array_SetValueImpl): Check types for
30023         reference types too. Fixes #38812.
30025         * image.c (mono_image_init): Fixed warnings.
30027         * class.c (mono_class_from_typeref): Handle assembly load failure
30028         correctly.
30030         * appdomain.c (add_assemblies_to_domain): Handle the case when
30031         the references of an assembly are not yet loaded.
30033         * metadata.c image.c assembly.c: Moved initialization of global
30034         variables to a separate function called at startup since lazy 
30035         initialization of these variables is not thread safe.
30036         
30037         * image.c assembly.c: Made this module thread safe by adding locks in 
30038         the appropriate places.
30040         * domain.c (mono_init): Call the new initialization functions of the
30041         three modules.
30043 2003-08-20  Lluis Sanchez Gual  <lluis@ximian.com>
30045         * marshal.c: mono_delegate_begin_invoke(): If the target is a proxy,
30046           make a direct call. It is proxy's work to make the call asynchronous.
30047           mono_delegate_end_invoke(): If the targe is a proxy, just collect
30048           the return values.
30049         * object.cs: mono_method_call_message_new(): read AsyncResult and
30050           state object from parameters list, if this info is requested.
30051         * object.h: Added fields to store remote call output values in
30052           MonoAsyncResult. Added AsyncResult field in MonoMethodMessage.
30054 Wed Aug 20 12:57:42 CEST 2003 Paolo Molaro <lupus@ximian.com>
30056         * object.h: add needed fields to MonoThread.
30057         * threads.c, threads.h: allow registering a function to cleanup data
30058         allocated per thread by the JIT.
30060 Tue Aug 19 18:22:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
30062         * loader.h: portability fix by Bernie Solomon
30063         * <bernard@ugsolutions.com>.
30065 2003-08-16  Zoltan Varga  <vargaz@freemail.hu>
30067         * reflection.h reflection.c (mono_param_get_objects): Changed this to 
30068         return a MonoArray. This simplifies the code and also ensures that
30069         the cache allways contains an object reference as a value.
30071         * icall.c (ves_icall_get_parameter_info): Simplified using the new
30072         function.
30074 2003-08-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30076         * socket-io.c: patch by Bernie Solomon <bernard@ugsolutions.com> that
30077         fixes a problem with byte ordering when getting the address family for
30078         a socket.
30080 2003-08-15  Zoltan Varga  <vargaz@freemail.hu>
30082         * .cvsignore: Added monosn.
30084         * reflection.h reflection.c loader.c: Added support for parameter
30085         marshalling to dynamically created types. Fixes #47295.
30087 Fri Aug 15 11:42:46 CEST 2003 Paolo Molaro <lupus@ximian.com>
30089         * rand.c: remove useless warnings.
30091 Wed Aug 13 15:49:57 CEST 2003 Paolo Molaro <lupus@ximian.com>
30093         * class.c: implemented ldtoken for methods and fieldrefs.
30095 2003-08-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30097         * threadpool.c: when mono_async_invoke was called, no one took care of
30098         monitoring the queue. So if the method invoked took some time and we
30099         got new async invoke requests after 500 ms (the thread created waited
30100         that long in WaitForSingleObject), the new async invoke was not called
30101         until the previous one finished.
30103         This is fixed now. Thanks to Totte for helping with it.
30105 2003-08-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30107         * threadpool.c: set threadpool_thread to TRUE. Patch by totte.
30109 2003-08-11  Martin Baulig  <martin@ximian.com>
30111         * mono-debug-debugger.c (mono_debugger_lookup_type): New function.
30113 2003-08-06  Martin Baulig  <martin@ximian.com>
30115         * mono-debug-debugger.c: Added support for static fields,
30116         properties and methods.
30118 2003-08-06  Martin Baulig  <martin@ximian.com>
30120         * mono-debug-debugger.c: Don't store the MonoString's vtable to
30121         make this work for applications with multiple application domains.
30123 2003-08-04  Martin Baulig  <martin@ximian.com>
30125         * mono-debug-debugger.c: Completely reworked the type support; the
30126         most important thing is that we're now just using one single
30127         `MonoType' instance per type.
30129 Sat Aug  2 13:05:27 BST 2003 Malte Hildingson <malte@amy.udd.htu.se>
30131         * mono-endian.h, mono-endian.c, icall.c: Added icall
30132         ves_icall_System_Double_AssertEndianity to assert double word endianity
30133         on ARM (FPA). The icall uses a macro defined in mono-endian.h.
30135 Fri Aug 1 16:51:13 CEST 2003 Paolo Molaro <lupus@ximian.com>
30137         * class.c, class.h, reflection.c, metadata.c, icall.c: more generics
30138         support, icalls and fixes.
30140 2003-07-31  Miguel de Icaza  <miguel@ximian.com>
30142         * unicode.c (ves_icall_System_Char_IsPunctuation): The set of
30143         classes that are a punctuation character in .NET is not the same a
30144         g_unichar_ispunct.
30146 Tue Jul 29 18:07:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
30148         * socket-io.c: ipv6 portability fixes from Felix Ortga (guile@lared.es).
30150 2003-07-29  Miguel de Icaza  <miguel@ximian.com>
30152         * icall.c: Add new MemCopy internalcall.
30153         (ves_icall_System_Reflection_Assembly_GetManifestResourceInternal):
30154         Simplified code; It is not necessary to handle all the cases here,
30155         as the C# code takes care of it.  Only handle the case of the name
30156         resource embedded into the assembly.
30158         Changed signature to return the data pointer and the size of the
30159         data. 
30161 2003-07-26  Miguel de Icaza  <miguel@ximian.com>
30163         * reflection.c (mono_image_get_method_info): Allow for 0x40 to be
30164         encoded.        (Partition II.22.1.7: PInvokeAttribute:SupportsLastErr).
30166 2003-07-29  Lluis Sanchez Gual  <lluis@ximian.com>
30168         * socket-io.c: ignore EINTR error in select.
30170 Tue Jul 29 15:25:01 CEST 2003 Paolo Molaro <lupus@ximian.com>
30172         * class.h, class.c: removed unused subclasses field in MonoClass.
30174 2003-07-29  Lluis Sanchez Gual  <lluis@ximian.com>
30176         * icall.c: improve fix of get_base_definition(). If the parent class
30177           doesn't have the mehod, look at the parent of the parent.
30178         * object.c: mono_message_init(): use the attribute PARAM_ATTRIBUTE_OUT
30179           to check if a parameter is an in or out parameter
30180           (PARAM_ATTRIBUTE_IN is not set by default).
30181           mono_method_return_message_restore(): Use mono_class_value_size to
30182           get the size of a value type. mono_type_stack_size (parameterType)
30183           does not return the correct value if parameterType is byRef.
30184           mono_load_remote_field(), mono_load_remote_field_new(),
30185           mono_store_remote_field(), mono_store_remote_field_new():
30186           raise exception if the remote call returns an exception.
30188 2003-07-28  Martin Baulig  <martin@ximian.com>
30190         * mono-debug-debugger.c (mono_debugger_runtime_invoke): New
30191         method.  This is a wrapper around mono_runtime_invoke() which
30192         boxes the instance object if neccessary.
30194 Fri Jul 25 19:14:13 CEST 2003 Paolo Molaro <lupus@ximian.com>
30196         * class.c, class.h, image.c, image.h, loader.c, metadata.c,
30197         metadata.h, row-indexes.h, verify.c: first cut of generics support.
30199 Thu Jul 24 11:34:20 CEST 2003 Paolo Molaro <lupus@ximian.com>
30201         * icall.c: disable mcs bug workaround.
30203 2003-07-21  Miguel de Icaza  <miguel@ximian.com>
30205         * object.c (mono_runtime_class_init): Take the metadata_section
30206         mutex before obtaining the domain mutex.
30208         * appdomain.h: Added definition of metadata_section mutex here. 
30210         * object.c: define metadata_mutex here.
30212 2003-07-24  Ravi Pratap  <ravi@ximian.com>
30214         * icall.c: Remove the FIXED_MCS_45127 workarounds - this has been
30215         fixed.
30217 2003-07-24  Lluis Sanchez Gual  <lluis@ximian.com>
30219         * reflection.c: Fix bug #46669
30221 2003-07-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30223         * exception.c:
30224         * exception.h:
30225         * icall.c:
30226         * object.h: fill in the type name for TypeLoadException.
30228 2003-07-23  Ravi Pratap  <ravi@ximian.com>
30230         * class.c: Fixes from Paolo in response to bug #45415 (Subclass
30231         relationship between TypeBuilders while compiling corlib) and bug
30232         45993 (Array types returned from the runtime while compiling
30233         corlib were from the loaded corlib).
30235 2003-07-22  Martin Baulig  <martin@ximian.com>
30237         * mono-debug-debugger.c: Reworked the type support a bit more;
30238         distinguish between types and classes.
30240 Tue Jul 22 15:48:50 CEST 2003 Paolo Molaro <lupus@ximian.com>
30242         * icall.c: add IsArrayImpl icall.
30244 2003-07-22  Zoltan Varga  <vargaz@freemail.hu>
30246         * class.c (mono_class_layout_fields): Fix gc aware auto layout by
30247         initializing real_size only once. Also fix bug #46602.
30249 2003-07-21  Jerome Laban <jlaban@wanadoo.fr>
30251         * object.c: Renamed mono_metadata_section to metadata_section.
30253 2003-07-21  Lluis Sanchez Gual  <lluis@ximian.com>
30255         * icall.c: in MS.NET ves_icall_Type_GetInterfaces returns an
30256           empty array if the type is an array. Fixed.
30257           ves_icall_MonoMethod_get_base_definition: if the base method
30258           is abstract, get the MethodInfo from the list of methods of
30259           the class.
30260         * reflection.c: ParameterInfo.PositionImpl should be zero-based
30261           and it was 1-based. Fixed in mono_param_get_objects.
30263 2003-07-20  Martin Baulig  <martin@ximian.com>
30265         * mono-debug.h: Set version number to 31.
30266         (mono_debug_init): Added `MonoDomain *' argument.
30268         * mono-debug-debugger.c: Reworked the type support; explicitly
30269         tell the debugger about builtin types; pass the `klass' address to
30270         the debugger.
30272 2003-07-20 Jackson Harper <jackson@latitudegeo.com>
30274         * image.c: Allow new metadata tables to be loaded without a
30275         warning. Also update the warning message to give the new constant value.
30276                 
30277 Fri Jul 18 13:12:21 CEST 2003 Paolo Molaro <lupus@ximian.com>
30279         * class.c, class.h, debug-helpers.c, icall.c, image.c, marshal.c,
30280         metadata.c, metadata.h, mono-debug-debugger.c, object.c, reflection.c: 
30281         array type representation changes.
30283 Fri Jul 18 11:26:58 CEST 2003 Paolo Molaro <lupus@ximian.com>
30285         * icall.c, appdomain.h, appdomain.c: support full runtime shutdown
30286         on Environment.Exit () call.
30288 Thu Jul 17 17:21:57 CEST 2003 Paolo Molaro <lupus@ximian.com>
30290         * icall.c, reflection.h, reflection.c, verify.c: cleanups,
30291         requires a matching corlib.
30293 2003-07-17  Lluis Sanchez Gual  <lluis@ximian.com>
30295         * Changelog: My editor decided to add a CR to each line. Sorry about that.
30296           Committed again without the CRs.
30297         
30298 2003-07-17  Lluis Sanchez Gual  <lluis@ximian.com>
30300         * socket-io.c: Get system_assembly using mono_image_loaded(), instead
30301           getting it from the "this" socket instance. Did not work
30302           if the socket is a subclass of Socket.
30303           Also fixed bug #35371.
30305 Thu Jul 17 13:39:32 CEST 2003 Paolo Molaro <lupus@ximian.com>
30307         * metadata.c: fixed size for TypedByRef.
30308         * loader.c: when searching for a method, consider the vararg amrker.
30309         * unicode.c, decimal.c: constify some arrays.
30311 2003-07-15  Dick Porter  <dick@ximian.com>
30313         * socket-io.c: Fixed compilation for gcc < 3.2.
30315         Fixed compilation for machines that don't have AF_INET6 (thanks to
30316         Bernie Solomon <bernard@ugsolutions.com> for that part.)
30318         Fixed compile warnings.
30319         
30320         Fixed formatting and line endings.
30322 2003-07-14  Jerome Laban <jlaban@wanadoo.fr>
30324         * socket-io.h:
30325         * socket-io.c: Added IPv6 support.
30327 2003-07-13  Zoltan Varga  <vargaz@freemail.hu>
30329         * class.c (mono_class_is_assignable_from): New function to implement
30330         the is_assignable_from logic. Used by mono_object_isinst, 
30331         Type::IsAssignableFrom () and the interpreter.
30333         * class.c (mono_class_is_subclass_of): Make all classes a subclass of
30334         Object, even interfaces.
30335         
30336         * object.c (mono_object_isinst): Implement in terms of 
30337         is_assignable_from.
30339         * icall.c (ves_icall_type_is_assignable_from): New icall.
30341 2003-07-11  Zoltan Varga  <vargaz@freemail.hu>
30343         * domain.c (foreach_domain): fix compiler warning.
30345 2003-07-11  Dietmar Maurer  <dietmar@ximian.com>
30347         * image.c (load_metadata_ptrs): use g_strndup because strndup is
30348         not available on all plattforms
30350 2003-07-10  Zoltan Varga  <vargaz@freemail.hu>
30352         * image.h image.c: Store the metadata version string in MonoImage.
30353         * icall.c: New icall to retrieve the image version.
30354         * reflection.c (create_dynamic_image): Fill in the image version field
30355         * reflection.c (build_compressed_metadata): Use the image version
30356         from the image structure.
30358 2003-07-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30360         * appdomain.c: modified comment.
30361         * gc.c: finalizer_thread can call finalizers even when finished == TRUE.
30362         That will be its last iteration when mono_gc_cleanup is called from
30363         mono_runtime_cleanup and before the domain is unloaded.
30365         Fixes bug #45962.
30367 2003-07-04  Dietmar Maurer  <dietmar@ximian.com>
30369         * marshal.c (mono_marshal_get_native_wrapper): fixes for [out]
30370         attributes.
30372 Thu Jul 3 17:22:20 CEST 2003 Paolo Molaro <lupus@ximian.com>
30374         * object.c, file-io.c, metadata.c, mono-endian.h, reflection.c,
30375         rawbuffer.c: more 64 bit and picky (or old) compiler fixes from
30376         Bernie Solomon <bernard@ugsolutions.com>.
30378 Thu Jul 3 17:17:39 CEST 2003 Paolo Molaro <lupus@ximian.com>
30380         * object.c, object.h: provide mono_object_new_fast() for faster
30381         allocation in some special cases.
30383 Wed Jul 2 13:21:26 CEST 2003 Paolo Molaro <lupus@ximian.com>
30385         * object.h, reflection.h, verify.c: fixes for some 64bit issues,
30386         mostly from a patch by Laramie Leavitt <lar@leavitt.us>.
30388 Tue Jul 1 21:24:14 CEST 2003 Paolo Molaro <lupus@ximian.com>
30390         * threadpool.c: fix leaks.
30392 2003-07-01  Dick Porter  <dick@ximian.com>
30394         * threadpool.c (mono_async_invoke): Use mono_g_hash_table_remove when
30395         using MonoGHashTables.  Fixes threadpool bug posted to list.
30397 Tue Jul 1 11:45:40 CEST 2003 Paolo Molaro <lupus@ximian.com>
30399         * image.h, image.c: added support to load an assembly from a byte array.
30400         * Makefile.am, assembly.c, make-bundle.pl, sample-bundle: added 
30401         assembly bundle support.
30403 2003-06-27  Dietmar Maurer  <dietmar@ximian.com>
30405         * threadpool.c (mono_thread_pool_add): keep a reference to the
30406         AsyncResult to prevent GC
30408 Thu Jun 26 12:13:25 CEST 2003 Paolo Molaro <lupus@ximian.com>
30410         * class.c: leak fix.
30412 2003-06-25  Dick Porter  <dick@ximian.com>
30414         * threadpool.c (mono_thread_pool_add): Don't set up a finaliser
30415         for the async object, the WaitHandle object will close the handle.
30416         Fixes bug 45321.
30418 Wed Jun 25 18:12:29 CEST 2003 Paolo Molaro <lupus@ximian.com>
30420         * class.c: in mono_array_class_get (), lookup from the hash with the
30421         same type we insert: this works around a bug in
30422         mono_metadata_type_hash() with SZARRAY and fixes a leak reported by
30423         lluis. The real fix will have to wait for after the release.
30425 Wed Jun 25 13:14:41 CEST 2003 Paolo Molaro <lupus@ximian.com>
30427         * icall.c: fix memory leak when getting type members.
30429 Mon Jun 23 16:12:48 CEST 2003 Paolo Molaro <lupus@ximian.com>
30431         * reflection.c: added more pubtoken special cases.
30433 Mon Jun 23 15:29:06 CEST 2003 Paolo Molaro <lupus@ximian.com>
30435         * class.c: handle field offset correctly when class size
30436         is set (bug# 45182, partially from a patch by jlaban@wanadoo.Fr (Jerome Laban)).
30438 2003-06-20  Martin Baulig  <martin@ximian.com>
30440         * mono-debug-debugger.h (MonoDebuggerSymbolFile): Added `MonoImage
30441         *image' field.
30443 2003-06-20  Martin Baulig  <martin@ximian.com>
30445         * image.h, mono-debug-debugger.h: Fixed compiler warnings.
30447 2003-06-20  Martin Baulig  <martin@ximian.com>
30449         * mono-debug.h (MONO_DEBUG_VAR_ADDRESS_MODE_STACK): Removed.  We
30450         just distinguish between variables in registers and variables at
30451         an offset relative to a register.
30453 2003-06-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30455         * icall.c: #ifdef out latest changes until mcs is fixed.
30457 Thu Jun 19 11:03:42 CEST 2003 Paolo Molaro <lupus@ximian.com>
30459         * icall.c: return members in metadata order.
30461 Wed Jun 18 15:26:58 CEST 2003 Paolo Molaro <lupus@ximian.com>
30463         * icall.c: avoid infinite loop in GetTimeZoneData.
30465 Wed Jun 18 12:47:43 CEST 2003 Paolo Molaro <lupus@ximian.com>
30467         * icall.c: added Marshal.Prelink/All icalls.
30469 Wed Jun 18 12:17:48 CEST 2003 Paolo Molaro <lupus@ximian.com>
30471         * object.c, object.h: fix warnings and do some overflow checking
30472         when creating arrays.
30474 2003-06-17  Dick Porter  <dick@ximian.com>
30476         * file-io.h:
30477         * file-io.c: File attributes need to be tweaked slightly when
30478         passed from the managed to the w32 world.
30480 2003-06-17  Zoltan Varga  <vargaz@freemail.hu>
30481         * profiler.h profiler-private.h profiler.c: Rework last patch
30482         based on suggestion by Paolo.
30483         
30484 2003-06-17  Zoltan Varga  <vargaz@freemail.hu>
30486         * profiler.h profiler-private.h profiler.c: Added infrastructure for 
30487         instruction level coverage data collection.
30488         * profiler.h profiler.c (: Added new callback function which can be
30489         used by the profiler to limit which functions should have coverage
30490         instrumentation.
30491         * profiler.c (mono_profiler_load): Call g_module_build_path to
30492         generate the file name of the profiler library.
30494 Mon Jun 16 18:11:13 CEST 2003 Paolo Molaro <lupus@ximian.com>
30496         * profiler.c, profiler.h, profiler-private.h: added basic block 
30497         coverage profiling API.
30499 2003-06-15  Zoltan Varga  <vargaz@freemail.hu>
30501         * reflection.c (mono_reflection_create_runtime_class): Add support
30502         for events in dynamically generated code.
30504         * gc.c: Start GCHandle indexes from 1, since 0 means the handle is
30505         not allocated.
30507 Sat Jun 14 19:01:32 CEST 2003 Paolo Molaro <lupus@ximian.com>
30509         * icall.c: when getting timezone info, return reasonable values if we
30510         can't get the actual data.
30512 2003-06-14  Dick Porter  <dick@ximian.com>
30514         * threads.c (start_wrapper): Remove the reference to the thread
30515         object in the TLS data, so the thread object can be finalized.
30516         This won't be reached if the thread threw an uncaught exception,
30517         so those thread handles will stay referenced :-( (This is due to
30518         missing support for scanning thread-specific data in the Boehm GC
30519         - the io-layer keeps a GC-visible hash of pointers to TLS data.)
30521 Sat Jun 14 13:16:17 CEST 2003 Paolo Molaro <lupus@ximian.com>
30523         * reflection.c: ensure streams and tables are first allocated with
30524         ALLOC_ATOMIC (GC_realloc uses plain GC_malloc otherwise).
30526 Sat Jun 14 13:13:20 CEST 2003 Paolo Molaro <lupus@ximian.com>
30528         * icall.c: fixed GetElementType for byrefs (bug# 44792).
30530 2003-06-13  Zoltan Varga  <vargaz@freemail.hu>
30532         * reflection.c (mono_reflection_create_runtime_class): Add support for
30533         properties to dynamically created classes.
30534         * reflection.c: Fix a few places where non-MonoObjects were inserted
30535         into the tokens hashtable.
30537 Fri Jun 13 19:10:55 CEST 2003 Paolo Molaro <lupus@ximian.com>
30539         * object.c: some support to handle out of memory exceptions.
30541 2003-06-12  Dietmar Maurer  <dietmar@ximian.com>
30543         * marshal.c (mono_marshal_get_native_wrapper): support reference
30544         return types
30546 Wed Jun 11 18:32:51 CEST 2003 Paolo Molaro <lupus@ximian.com>
30548         * object.h, object.c: more portability stuff from Bernie Solomon.
30549         Unexport mono_object_allocate(). Added mono_object_unbox ().
30550         Set exitcode when an unhandled exception is thrown.
30552 2003-06-11  Dietmar Maurer  <dietmar@ximian.com>
30554         * marshal.c (mono_marshal_get_native_wrapper): use custom
30555         marshaler for return types.
30557 2003-06-10  Dick Porter  <dick@ximian.com>
30559         * socket-io.c: Don't assume that one of struct ip_mreqn or struct
30560         ip_mreq is available
30562 Tue Jun 10 17:35:03 CEST 2003 Paolo Molaro <lupus@ximian.com>
30564         * debug-mono-symfile.c, marshal.c, metadata.c, monitor.c,
30565         mono-debug-debugger.c, mono-debug.c, process.c: portability fixes
30566         by Bernie Solomon <bernard@ugsolutions.com>.
30568 2003-06-10  Zoltan Varga  <vargaz@freemail.hu>
30570         * gc.c (mono_gc_init): Avoid error message on shutdown when
30571         GC_DONT_GC=1 is used.
30573         * icall.c (ves_icall_System_Reflection_Module_GetGuidInternal): 
30574         New icall to return the GUID of a module.
30576 Mon Jun 9 19:33:51 CEST 2003 Paolo Molaro <lupus@ximian.com>
30578         * class.c: ensure instance size always includes the parent's size
30579         even whem class size is set explicitly (fixes bug#44294).
30581 Thu Jun 5 19:51:49 CEST 2003 Paolo Molaro <lupus@ximian.com>
30583         * profiler.h, profiler.c: made the simple profiler thread-safe,
30584         get more accurate timing info. Allow the loading of an
30585         externally-developed profiler module.
30587 2003-06-05  Dietmar Maurer  <dietmar@ximian.com>
30589         * marshal.c (mono_marshal_get_native_wrapper): improved
30590         class/byref arguments.
30591         (mono_marshal_get_native_wrapper): better string marshaling support.
30593 Wed Jun 4 18:01:22 CEST 2003 Paolo Molaro <lupus@ximian.com>
30595         * class.c: ensure .pack and .size are handled correctly and
30596         simplified layout of static fields.
30598 2003-06-04  Dietmar Maurer  <dietmar@ximian.com>
30600         * appdomain.c
30601         (ves_icall_System_AppDomainSetup_InitAppDomainSetup): fix for bug 42934
30603         * loader.c (mono_lookup_pinvoke_call): look for modules in the
30604         current directory (fix bug 44008)
30606 2003-06-03  Dietmar Maurer  <dietmar@ximian.com>
30608         * marshal.c (mono_marshal_get_native_wrapper): started support for
30609         custom marshalers.
30610         (mono_delegate_to_ftnptr): consider marshalling specifications
30612 Tue Jun 3 11:17:02 CEST 2003 Paolo Molaro <lupus@ximian.com>
30614         * reflection.c, reflection.h: emit custom marshal info.
30616 2003-06-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30618         * object.c: free the GError.
30619         * icall.c: added CloseEvent_internal.
30620         * threads.[ch]:
30621         (ves_icall_System_Threading_Events_CloseEvent_internal): new internal
30622         call.
30624 2003-06-01  Zoltan Varga  <vargaz@freemail.hu>
30626         * loader.c (mono_method_get_signature): Add support for dynamic
30627         assemblies.
30629 Sat May 31 15:22:07 CEST 2003 Paolo Molaro <lupus@ximian.com>
30631         * reflection.c: fixed bug #43905.
30633 Fri May 30 12:56:29 CEST 2003 Paolo Molaro <lupus@ximian.com>
30635         * class.c, domain.c, icall.c, metadata.h, object.h: support for
30636         handling TypedReference and ArgIterator.
30637         * loader.c, loader.h: added function to get signature at call site.
30639 Thu May 29 11:34:55 CEST 2003 Paolo Molaro <lupus@ximian.com>
30641         * metadata.c, metadata.h, private.h, tokentype.h, loader.c: make more 
30642         data readonly. Buglets and warning fixes. Some MethodSpec support.
30644 Tue May 27 16:34:39 CEST 2003 Paolo Molaro <lupus@ximian.com>
30646         * class.h, class.c, object.c: remove relative numbering support.
30648 2003-05-26  Miguel de Icaza  <miguel@ximian.com>
30650         * marshal.c (mono_marshal_get_native_wrapper): For now, do not
30651         free the string, until we get a chance to fix Gtk#
30653 2003-05-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30655         * marshal.c: revert last patch.
30657 Mon May 26 20:21:52 CEST 2003 Paolo Molaro <lupus@ximian.com>
30659         * icall.c: updates for new mono_class_vtable() not calling
30660         the type constructor anymore.
30662 Mon May 26 12:10:35 CEST 2003 Paolo Molaro <lupus@ximian.com>
30664         * object.h, object.c: separate vtable creation from type
30665         initialization. Make running the .cctor thread safe.
30667 2003-05-26  Dietmar Maurer  <dietmar@ximian.com>
30669         * marshal.c (mono_marshal_get_native_wrapper): free string return values.
30671 2003-05-21  Dietmar Maurer  <dietmar@ximian.com>
30673         * loader.c (mono_get_method): consider calling convention
30675 2003-05-21  Zoltan Varga  <vargaz@freemail.hu>
30677         * icall.c (ves_icall_System_Reflection_Module_GetGlobalType): New icall
30678         to return the invisible global type for a module.
30680         * reflection.c (mono_image_build_metadata): Emit global fields too.
30682 2003-05-20  Peter Williams  <peterw@ximian.com>
30684         * loader.c (mono_lookup_internal_call): Add a few newlines.
30686 2003-05-20  Zoltan Varga  <vargaz@freemail.hu>
30688         * reflection.c (mono_reflection_lookup_dynamic_token): Intern dynamic
30689         literal strings.
30691         * appdomain.c (set_domain_search_path): Recalculate search path when
30692         AppDomainSetup.PrivateBinPath changes.
30694         * object.c (mono_class_compute_gc_descriptor): It turns out some
30695         parts of the class libs (like System.Thread) holds pointers to
30696         GC_MALLOC()-d memory in IntPtrs, which is wrong. The workaround is
30697         to treat native int a pointer type here.
30698         
30699 Tue May 20 17:18:16 CEST 2003 Paolo Molaro <lupus@ximian.com>
30701         * appdomain.h, domain.c: add hashtable for jump target resolution.
30703 2003-05-19  Zoltan Varga  <vargaz@freemail.hu>
30705         * reflection.h reflection.c icall.c: Added new icalls 
30706         GetManifestResourceInfoInternal, GetModulesInternal and support
30707         infrastructure.
30709 2003-05-16  Dick Porter  <dick@ximian.com>
30711         * icall.c:
30712         * file-io.h:
30713         * file-io.c: Implement System.IO.MonoIO::GetTempPath
30715 2003-05-14  Lluis Sanchez Gual  <lluis@ideary.com>
30717         * object.c: mono_store_remote_field: little fix to previous patch.
30719 Wed May 14 18:10:42 CEST 2003 Paolo Molaro <lupus@ximian.com>
30721         * class.c: add constructors to array classes.
30722         * icall.c: special case array construction for InternalInvoke (),
30724 2003-05-14  Zoltan Varga  <vargaz@freemail.hu>
30726         * class.h class.c reflection.c object.c: Added support for field
30727         defaults in dynamically generated classes.
30729 Wed May 14 13:35:27 CEST 2003 Paolo Molaro <lupus@ximian.com>
30731         * reflection.c: properly encode charset for ddlimport.
30733 Wed May 14 11:14:54 CEST 2003 Paolo Molaro <lupus@ximian.com>
30735         * threads.c: allow compiling without GC.
30737 Tue May 13 16:41:49 CEST 2003 Paolo Molaro <lupus@ximian.com>
30739         * appdomain.h, object.c, object.h, threads.c, threads.h: added
30740         handling of thread static data.
30742 Tue May 13 16:36:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
30744         * reflection.h, reflection.c: added mono_custom_attrs_free ().
30746 2003-05-13  Dietmar Maurer  <dietmar@ximian.com>
30748         * class.c (mono_array_class_get): always set the serializable flags
30749         (mono_array_class_get): always set the SEALED attribute for array types
30751 2003-05-12  Dietmar Maurer  <dietmar@ximian.com>
30753         * loader.c (mono_lookup_pinvoke_call): consider Ansi/Unicode
30754         attributes (fix for bug 42021).
30756 2003-05-12  Dick Porter  <dick@ximian.com>
30758         * gc.c: Don't run finalizers when the finalizer thread is
30759         finishing up, because the default domain has already been
30760         destroyed.
30762 2003-05-11  Miguel de Icaza  <miguel@ximian.com>
30764         * string-icalls.c (ves_icall_System_String_ctor_chara_int_int): if
30765         value is null, we should throw an exception.   This is slightly
30766         different than the other conventions used for the constructor.
30768 2003-05-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30770         * socket-io.c: fixed windows build.
30772 2003-05-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30774         * socket-io.c: patch by Jerome Laban that fixes bug #42393.
30776 2003-05-10  Zoltan Varga  <vargaz@freemail.hu>
30778         * object.c (mono_string_new_wrapper): Compatibility fix for MS
30779         compilers.
30781 2003-05-09  Zoltan Varga  <vargaz@freemail.hu>
30783         * class.c (mono_class_layout_fields): Add experimental GC aware
30784         auto layout facility. Requires class library changes to work correctly.
30786         (mono_class_setup_vtable): Avoid overriding explicit interface
30787         method implementations. Fixes iface3.exe test.
30789         * object.c (mono_class_compute_gc_descriptor): Type I can't hold an
30790         object reference.
30791         (mono_array_new_specific): Add MONO_ARCH_SAVE_REGS.
30792         (mono_string_new_wrapper): Add MONO_ARCH_SAVE_REGS.
30794         * metadata.h: Add new type classification macro which determines
30795         whenever the type holds an object reference.
30797 2003-05-08  Dietmar Maurer  <dietmar@ximian.com>
30799         * marshal.c (mono_marshal_get_native_wrapper): cleanups
30801 2003-05-07  Zoltan Varga  <vargaz@freemail.hu>
30803         * gc.c (finalizer_thread): Work around a GC bug.
30805 2003-05-07  Dietmar Maurer  <dietmar@ximian.com>
30807         * marshal.c (emit_struct_conv): allow unions
30809         * class.c (class_compute_field_layout): added patches from Jerome Laban <jlaban@wanadoo.fr>
30811 2003-05-06  Dietmar Maurer  <dietmar@ximian.com>
30813         * marshal.c (mono_marshal_get_native_wrapper): free strings after pinvoke
30815 2003-05-06  Martin Baulig  <martin@ximian.com>
30817         * mono-debug-debugger.h: #include <mono/io-layer/io-layer.h>.
30819 2003-05-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30821         * socket-io.c:
30822         (Select_internal): allow NULLs, don't create arrays if not needed.
30823         Coupled with Socket.cs changes.
30825         * threadpool.c:
30826         (mono_thread_pool_add): use GC_MALLOC to allocate the ASyncCall and
30827         register a finalizer for it that will close the semaphore handle. This
30828         fixes the leak and make Lupus' test run with > 4080 loops.
30830 2003-05-05  Dietmar Maurer  <dietmar@ximian.com>
30832         * marshal.c (mono_marshal_get_struct_to_ptr): added fixes from
30833         Jerome Laban (bug #42287)
30835 2003-05-02  Martin Baulig  <martin@ximian.com>
30837         * debug-mono-symfile.h
30838         (MonoSymbolFile): Moved declaration into mono-debug.h.
30839         (MonoDebugMethodJitInfo): Likewise.
30840         (mono_debug_open_mono_symbol_file): Take the MonoDebugHandle as
30841         argument.
30842         (_mono_debug_address_from_il_offset): Take a
30843         MonoDebugMethodJitInfo instead of a MonoDebugMethodInfo.
30845         * mono-debug.h
30846         (MonoDebugDomainData): New struct.
30847         (mono_debug_get_domain_data): New function.
30848         (mono_debug_add_method): Take an additional `MonoDomain *'
30849         argument.
30850         (mono_debug_source_location_from_address): Likewise.
30851         (mono_debug_il_offset_from_address): Likewise.
30852         (mono_debug_address_from_il_offset): Likewise.
30854 Thu May 1 19:40:37 CEST 2003 Paolo Molaro <lupus@ximian.com>
30856         * reflection.c: one more check for null type in custom attrs.
30858 2003-05-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30860         * reflection.c: avoid warning (comparison is always false due to limited
30861         range of data type).
30863 2003-05-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30865         * icall.c: throw an exception in Type.GetField if the argument 'name'
30866         is NULL.
30868 Wed Apr 30 10:53:09 CEST 2003 Paolo Molaro <lupus@ximian.com>
30870         * reflection.c: fixed handling of enums in named arguments to custom
30871         attributes (bug #42123).
30873 Tue Apr 29 19:15:10 CEST 2003 Paolo Molaro <lupus@ximian.com>
30875         * reflection.c: use the right array element type and handle
30876         a null for a Type argument, too.
30878 Tue Apr 29 15:46:00 CEST 2003 Paolo Molaro <lupus@ximian.com>
30880         * reflection.c: handle arrays as arguments to custom attributes.
30882 Tue Apr 29 11:43:01 CEST 2003 Paolo Molaro <lupus@ximian.com>
30884         * reflection.c: handle a string value in a custom attr
30885         ctor that takes an object.
30887 2003-04-29  Dietmar Maurer  <dietmar@ximian.com>
30889         * marshal.c (mono_mb_emit_restore_result): support MONO_TYPE_PTR
30890         (fix bug #42063)
30892 2003-04-28  Zoltan Varga  <vargaz@freemail.hu>
30894         * icall.c (ves_icall_Type_GetNestedType): Fixed warnings.
30896 2003-04-27  Martin Baulig  <martin@ximian.com>
30898         * mono-debug-debugger.h (MonoDebuggerEvent): Renamed
30899         MONO_DEBUGGER_EVENT_BREAKPOINT_TRAMPOLINE to
30900         MONO_DEBUGGER_EVENT_BREAKPOINT.
30901         (mono_breakpoint_trampoline_code): Removed.
30902         (mono_debugger_event_handler): The last argument is now a
30903         `guint32'.
30904         (mono_debugger_insert_breakpoint_full): Removed the
30905         `use_trampoline' argument.
30906         (mono_debugger_method_has_breakpoint): Likewise.
30907         (mono_debugger_trampoline_breakpoint_callback): Renamed to
30908         mono_debugger_breakpoint_callback(); take the method and
30909         breakpoint number as arguments.
30911 Sat Apr 26 19:25:31 CEST 2003 Paolo Molaro <lupus@ximian.com>
30913         * metadata.c: fix off by one when loading parameters attributes.
30915 2003-04-24  Martin Baulig  <martin@ximian.com>
30917         * mono-debug-debugger.c (mono_debugger_io_layer): Put this back.
30919 2003-04-24  Martin Baulig  <martin@ximian.com>
30921         * mono-debug-debugger.c: Moved all code which interacts with the
30922         Mono Debugger here.
30924         * debug-mono-symfile.c: This code now just deals with the symbol
30925         file itself, the debugger code is now in mono-debug-debugger.c.
30927 2003-04-23  Martin Baulig  <martin@ximian.com>
30929         * mono-debug.c (mono_debug_source_location_from_il_offset):
30930         New method; like mono_debug_source_location_from_address(), but
30931         takes an IL offset instead of a machine address.
30933 2003-04-23  Martin Baulig  <martin@ximian.com>
30935         * debug-mono-symfile.h (MonoDebugLineNumberEntry): Removed the
30936         `line' field; this is now computed by the debugger.
30938 2003-04-23  Martin Baulig  <martin@ximian.com>
30940         * mono-debug.[ch]: New files.  This is the new debugging interface.
30942         * mono-debug-debugger.[ch]: New files.  Moved all code which
30943         interacts with the Mono Debugger here.
30945 2003-04-22  Dietmar Maurer  <dietmar@ximian.com>
30947         * domain.c (mono_init): initialize mono_defaults.monitor_class
30949 2003-04-21  Miguel de Icaza  <miguel@ximian.com>
30951         * reflection.c (method_encode_code): Add a spicy exception to help
30952         future compiler authors.
30954 2003-04-21  Martin Baulig  <martin@ximian.com>
30956         * icall.c
30957         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies):
30958         Make this work with relative pathnames; g_filename_to_uri() needs
30959         an absolute filename.
30961 2003-04-18  Zoltan Varga  <vargaz@freemail.hu>
30963         * icall.c: Track name changes in Object and ValueType.
30965 2003-04-18  Dietmar Maurer  <dietmar@ximian.com>
30967         * metadata.c (mono_type_stack_size): size should be a multiple of
30968         sizeof (gpointer)
30970 2003-04-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30972         * gc.c:
30973         (internal_domain_finalize): moved into mono_domain_finalize. No need
30974         to create another thread because the finalizers will be run in the
30975         finalizer thread.
30976         
30977         (ves_icall_System_GC_WaitForPendingFinalizers): implemented.
30978         (finalizer_notify): if shutting down, wait 2 seconds for the finalizers
30979         to be run (MS does this too).
30981 2003-04-17  Zoltan Varga  <vargaz@freemail.hu>
30983         * object.c (mono_class_compute_gc_descriptor): Update comment.
30985         * loader.h marshal.h marshal.c: Added synchronized method wrappers.
30987         * image.h: Add synchronized wrapper cache.
30989         * image.c (do_mono_image_open): Initialize cache.
30991         * reflection.c (create_dynamic_mono_image): Initialize cache.
30993 2003-04-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30995         * icall.c: patch by Jerome Laban <jlaban@wanadoo.fr> that fixes
30996         ves_icall_System_Buffer_ByteLengthInternal.
30998 Tue Apr 15 13:56:55 CEST 2003 Paolo Molaro <lupus@ximian.com>
31000         * reflection.c: setup klass->nested_in earlier. Allow
31001         a dash in the assembly name.
31003 2003-04-15  Dietmar Maurer  <dietmar@ximian.com>
31005         * metadata.c (mono_type_to_unmanaged): dont access
31006         type->data.klass for MONO_TYPE_OBJECT
31007         (mono_type_to_unmanaged): consider System.Delegate class
31009 Tue Apr 15 11:16:05 CEST 2003 Paolo Molaro <lupus@ximian.com>
31011         * class.c: just setup supertypes in the proper place instead of
31012         initializing the full element class for arrays.
31014 Tue Apr 15 11:03:25 CEST 2003 Paolo Molaro <lupus@ximian.com>
31016         * class.c: ensure the element class of arrays is initialized.
31017         Setup the supertype info for array classes, too.
31019 2003-04-14  Miguel de Icaza  <miguel@ximian.com>
31021         * icall.c (ves_icall_Type_GetNestedType): Add new internal call.
31023 2003-04-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31025         * Makefile.am: re-added -m option when running cygpath. This way,
31026         MONO_ASSEMBLIES and MONO_CFG_DIR will contain '/' as directory
31027         separator.
31028         * mono-config.c: same codepath for locating mono config file for WIN32
31029         and the rest.
31030         * assembly.c: if mono_assembly_setrootdir is called, don't override
31031         the value set.
31033 2003-04-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31035         * Makefile.am: patch by Urs Muff <umuff@quark.com> that fixes
31036         MONO_ASSEMBLIES variable.
31038 Fri Apr 11 12:44:15 CEST 2003 Paolo Molaro <lupus@ximian.com>
31040         * icall.c: added Assembly::GetNamespaces() icall.
31042 2003-04-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31044         * reflection.c: fix from Jaak <jaak@zd.com.pl>.
31046 2003-04-10  Lluis Sanchez Gual  <lluis@ideary.com>
31048         * appdomain.c,appdomain.h,icall.c: Added internal method that returns the process guid
31049         * object.c: fixed bug in the construction of vtable for proxies
31051 2003-04-10  Zoltan Varga  <vargaz@freemail.hu>
31053         * object.c (mono_array_new): Mark mono_array_new as an icall.
31055 2003-04-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31057         * class.c: fixed test for public method when overriding interfaces.
31058         Closes bug #40970.
31060 Wed Apr 9 15:19:41 CEST 2003 Paolo Molaro <lupus@ximian.com>
31062         * appdomain.h, domain.c: added mono_domain_foreach() to
31063         be able to access the currently loaded appdomains.
31064         * object.c: make string interning work across sppdomains.
31065         Mark some functions for use as icalls.
31067 2003-04-09  Zoltan Varga  <vargaz@freemail.hu>
31069         * class.c reflection.c: Fix memory leaks reported by ccmalloc.
31071         * reflection.h reflection.c: Allocate long living data using 
31072         GC_MALLOC_ATOMIC so the collector does not need to scan it.
31074         * reflection.c: Double the allocation size in streams instead of
31075         increasing it, to prevent unneccesary copying on large assemblies.
31076         
31077         * reflection.c (mono_reflection_create_runtime_class): Avoid vtable
31078         creation if the assembly does not have the Run flag set.
31080 Tue Apr 8 11:19:53 CEST 2003 Paolo Molaro <lupus@ximian.com>
31082         * class.h: avoid the C++ keywords in header files (Jerome Laban
31083         spotted and fixed this).
31085 2003-04-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31087         * object.c:
31088         (mono_unhandled_exception): fill in the arguments for the
31089         UnhandledException event. Only trigger that event for the default
31090         domain (as MS does).
31092 2003-04-04  Zoltan Varga  <vargaz@freemail.hu>
31094         * object.c: Improve typed allocation stuff based on suggestions from
31095         Paolo. Also turn it on if the GC library supports it.
31097 2003-04-03  Zoltan Varga  <vargaz@freemail.hu>
31099         * object.c object.h class.h: Added experimental typed allocation
31100         facility using the interfaces in gc_gcj.h.
31102         * os/gc_wrapper.h: Added new include files.
31103         
31104 2003-04-03  Martin Baulig  <martin@ximian.com>
31106         All the following changes are conditional to `WITH_INCLUDED_LIBGC'
31107         which is not yet enabled by default.
31109         * gc.c (mono_gc_init): Set the gc_thread_vtable to our thread
31110         functions.
31111         (mono_gc_lock, mono_gc_unlock): New static functions.
31113         * threads.c (mono_gc_stop_world, mono_gc_start_world): New public
31114         functions; stop/start the world for the garbage collector.  This
31115         is using the windows API; we need to complete the SuspendThread()/
31116         ResumeThread() implementation in the io-layer to make this work on Unix.
31117         (mono_gc_push_all_stacks): New public function; tells the garbage
31118         collector about the stack pointers from all managed threads.
31120 2003-04-03  Martin Baulig  <martin@ximian.com>
31122         * object.h (MonoThread): Added `gpointer stack_ptr'.
31124         * threads.c (start_wrapper): Save the stack pointer in `stack_ptr'.
31126 2003-04-03  Martin Baulig  <martin@ximian.com>
31128         * Makefile.am: It's called `cygpath -w', not `cygpath -m'.
31130 2003-04-03  Zoltan Varga  <vargaz@freemail.hu>
31132         * reflection.c (typebuilder_setup_fields): Initialize field.first and
31133         field.last.
31135 2003-04-02  Miguel de Icaza  <miguel@ximian.com>
31137         * loader.c (mono_lookup_internal_call): Report the corlib that is
31138         out of sync.
31140 2003-03-05  Aleksey Demakov <avd@openlinksw.com>
31142         * icall.c (ves_icall_type_GetTypeCode): fixed check for
31143         System.DBNull (it's class not valuetype).
31145 Wed Apr 2 18:37:35 CEST 2003 Paolo Molaro <lupus@ximian.com>
31147         * reflection.c: set table_idx in MonoReflectionArrayMethod object even 
31148         if the array method was already assigned a token (fixes bug#40646).
31150 2003-04-02  Zoltan Varga  <vargaz@freemail.hu>
31152         * reflection.c (mono_reflection_get_type): Attempt type resolve even
31153         if no assembly is given.
31155 2003-04-01  Miguel de Icaza  <miguel@ximian.com>
31157         * metadata.h: Added the new tables.
31159         * row-indexes.h: Added definitions for new tables.
31161         * metadata.c: Add schemas for new tables, and add support for
31162         computing the sizes of them.
31164         * class.c: Update for handling the new type cases.
31166 2003-04-01  Dietmar Maurer  <dietmar@ximian.com>
31168         * metadata.h (MONO_TYPE_IS_VOID): new macro
31170 2003-03-31  Martin Baulig  <martin@ximian.com>
31172         * threads.h (MonoThreadCallbacks): Added `thread_created'.
31174         * threads.c (mono_thread_new_init): Call `thread_created' in the
31175         mono_thread_callbacks.
31177 2003-03-31  Lluis Sanchez Gual <lluis@ideary.com>
31179         * loader.h: added marshalbyrefobject_class to mono_defaults
31180         * domain.c: added initialization of mono_defaults.marshalbyrefobject_class 
31181         * icall.c: ves_icall_InternalExecute: fixed bug in field setter and in the
31182           generation of output parameters.
31183           ves_icall_Remoting_RealProxy_GetTransparentProxy: added support for interfaces.
31184         * marshal.c: mono_remoting_wrapper(): avoided call through proxy when the type is
31185           contextbound and the target object belongs to the context of the caller.
31186         * object.h: added context and unwrapped_server variables in MonoRealProxy.
31187         * object.c: Implemented support for interfaces and abstract classes
31188           in mono_class_proxy_vtable. Fixed several methods to avoid unneeded calls through
31189           proxy. Fixed problem when dealing with output parameters in mono_runtime_invoke_array.
31191 2003-03-30  Zoltan Varga  <vargaz@freemail.hu>
31193         * class.h class.c (mono_class_is_subclass_of): New function.
31194         
31195         * icall.c (ves_icall_System_Array_FastCopy): Added optimized copy
31196         routines for most common case (calls from ArrayList::ToArray).
31198         * icall.c (ves_icall_System_Environment_Exit): Call profiler shutdown 
31199         routine so programs which call Environment::Exit() can be profiled.
31201         * icall.c (ves_icall_System_Reflection_FieldInfo_internal_from_handle): 
31202         Added MONO_ARCH_SAVE_REGS.
31204         * icall.c (ves_icall_type_is_subtype_of): Use new function.
31206 2003-03-29  Miguel de Icaza  <miguel@ximian.com>
31208         * blob.h: Add a couple of new MonoType types definitions.
31210         * tabledefs.h: Add a couple of new call convs.
31212 2003-03-27  Zoltan Varga  <vargaz@freemail.h>
31214         * reflection.h (MonoReflectionDynamicAssembly): track changes in
31215         the layout of the class.
31217         * reflection.c (alloc_table): double the size on overflow to avoid
31218         unnecessary copying.
31220         * reflection.h reflection.c: If AssemblyBuilderAccess is Run, then
31221         avoid filling out metadata tables and blobs. Also set mb->ilgen to
31222         null so it can be garbage collected.
31223         
31224 2003-03-27  Zoltan Varga  <vargaz@freemail.hu>
31226         * reflection.c (mono_reflection_get_type): Return the resolved type
31227         only if it is in the assembly we searched.
31229         * reflection.c (ensure_runtime_vtable): Initialize method slots.
31231         * class.c (mono_class_setup_vtable): Set the slot of the overriding
31232         method.
31234 2003-03-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31236         * appdomain.c:
31237         (set_domain_search_path): allow 'file://blah'. It's an invalid URI,
31238         the right one is 'file:///blah', but MS allows it.
31239         * assembly.c:
31240         (mono_assembly_open): allow 'file://blah'
31242         Fixes bug #40306. Thanks to Mitko Iliev (imitko@openlinksw.co.uk).
31244 2003-03-26  Aleksey Demakov <avd@openlinksw.com>
31246         * socket-io.c: fixes bug #40310.
31248 2003-03-25  Zoltan Varga  <vargaz@freemail.hu>
31250         * reflection.c (mono_reflection_parse_type): handle deeply nested
31251         types correctly.
31253         * reflection.c (mono_image_create_token): Use unique token values
31254         since they will be put into a hash table.
31256         * class.c (mono_class_setup_vtable): If a method occurs in more than
31257         one place in the vtable, and it gets overriden, then change the
31258         other occurances too.
31260         * marshal.c (mono_marshal_get_managed_wrapper): Added support for
31261         object as return type.
31263 2003-03-22  Pedro Mart?nez Juli?  <yoros@wanadoo.es>
31265         * icall.c: Deleted "ToString" implementation for double and float
31266         because they are full implemented in managed code.
31268 Wed Mar 19 18:05:57 CET 2003 Paolo Molaro <lupus@ximian.com>
31270         * reflection.c, reflection.h: implemented and exported functions
31271         to retrieve info about custom attributes.
31273 2003-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31275         * appdomain.c: moved Uri handling to assembly.c
31276         * assembly.c: use g_filename_from_uri (). This makes assembly.LoadFrom
31277         work when using a file Uri in *nix and windows.
31279         * icall.c: fixed Assembly.CodeBase to return a valid Uri. The same for
31280         GetReferencedAssemblies.
31282 2003-03-18  Dick Porter  <dick@ximian.com>
31284         * icall.c: Rename a couple of internal calls
31286         * threads.c: Set the thread state to Stopped when a thread exits.
31287         Fixes bug 39377.
31289 2003-03-17  Zoltan Varga  <vargaz@freemail.hu>
31291         * icall.c (ves_icall_System_Reflection_FieldInfo_internal_from_handle):
31292         New icall.
31294         * object.c (mono_class_vtable): fix warning.
31296 2003-03-17  Zoltan Varga  <vargaz@freemail.hu>  
31298         * icall.c (ves_icall_type_is_subtype_of): Avoid vtable creation.
31300         * reflection.c (mono_blob_entry_hash): Avoid reading uninitialized
31301         memory.
31302         (method_encode_clauses): Create exception info structures in the right
31303         order.
31304         (mono_reflection_setup_internal_class): Initialize supertypes field.
31306         * class.c object.c: Handle interfaces which implement other interfaces 
31307         correctly.
31309         * class.h class.c: Move the supertypes array initialization code into 
31310         a separate function so it can be used for dynamic types too. Also call
31311         it earlier, in mono_class_init(), since it can be used before the
31312         type is initialized.
31314 2003-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31316         * Makefile.am:
31317         * assembly.c:
31318         * icall.c: make MONO_ASSEMBLIES and MONO_CFG_DIR work on windows.
31320         * appdomain.c:
31321         * appdomain.h:
31322         * marshal.c:
31323         * object.c: remove warnings.
31325 2003-03-13  Martin Baulig  <martin@ximian.com>
31327         * debug-mono-symfile.h (MonoSymbolFileLexicalBlockEntry): New type.
31328         (MonoDebugLexicalBlockEntry): New types.
31330         * debug-mono-symfile.c
31331         (_mono_debug_address_from_il_offset): Moved here from ../jit/debug.c.
31333 2003-03-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31335         * process.c: ret can be any non-zero value accroding to MS doc.
31337 2003-03-07  Miguel de Icaza  <miguel@ximian.com>
31339         * class.c (mono_marshal_load_type_info): Fix buglet:  Noticed when
31340         fixing a warning for a miss-used prototype, would have cause
31341         random memory corruption.
31343 2003-03-07  Martin Baulig  <martin@ximian.com>
31345         * marshal.c (mono_marshal_free_array): That "TESTFREE %p" was
31346         getting really annoying ....
31348 2003-03-07  Zoltan Varga  <vargaz@freemail.hu>
31350         * reflection.c (fixup_method): added support for array methods.
31352 Tue Mar 4 18:03:27 CET 2003 Paolo Molaro <lupus@ximian.com>
31354         * socket-io.c:  handle case when AF_INET6 and AF_IPX are not defined
31355         (pointed out by Michael Adams).
31357 2003-03-04  Dick Porter  <dick@ximian.com>
31359         * icall.c: Temporarily reverted the Double and Single ToString()
31360         change, because it broke nunit.
31362 Tue Mar 4 12:40:58 CET 2003 Paolo Molaro <lupus@ximian.com>
31364         * object.h, threads.h: make include files compatible with C++
31365         (patch by Jerome Laban <jlaban@wanadoo.fr>).
31367 2003-03-04  Pedro Mart?nez Juli?  <yoros@wanadoo.es>
31369         * icall.c: Erased ToString helper functions for Double and Single.
31370         Now, that implementations ar all in managed code (Double and Single
31371         Formatters).
31373 2003-03-03  Lluis Sanchez Gual  <lluis@ideary.com>
31375         * appdomain.c: Added method for initializing the default context of
31376         a domain. Added internal call for getting the default context.
31377         * appdomain.h: Added context variable in MonoDomain struct.
31378         * domain.c: mono_domain_set also sets the default context of the domain
31379         * icall.c: Mapped internal method InternalGetDefaultContext.
31380         * object.c: mono_object_get_virtual_method returns always a remoting
31381         wrapper if the object is a transparent proxy.
31382         mono_runtime_invoke_array: when creating an object by calling the
31383         constructor, if the created object is a proxy, then the constructor should
31384         be called using the a remoting wrapper.
31386 2003-03-03  Dick Porter  <dick@ximian.com>
31388         * socket-io.c (create_sockaddr_from_object): Rename sockaddr_un
31389         variable so it compiles on solaris.  Problem spotted by
31390         Christopher Taylor <ct@cs.clemson.edu>
31392 2003-03-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31394         * appdomain.c:
31395         (get_info_from_assembly_name): don't leak value.
31397         * icall.c:
31398         (ves_icall_System_Reflection_Assembly_GetFilesInternal): initialize
31399         result.
31401 Sat Mar 1 15:32:56 CET 2003 Paolo Molaro <lupus@ximian.com>
31403         * assembly.c: export mono_image_load_references ().
31404         * class.c: handle function pointers. mono_class_from_name() now
31405         supports nested type names directly.
31407 2003-02-28  Zoltan Varga  <vargaz@freemail.hu>
31409         * reflection.h reflection.c: Encode already created dynamic methods 
31410         and fields correctly as a DEF instead of a REF.
31412         * reflection.c: Get rid of the force_ref argument to 
31413         mono_image_typedef_or_ref since it was wrong in the first place.
31415         * string-icalls.c: add error checking to string constructors according
31416         to the MSDN docs.
31418         * reflection.c: Emit types in the order their TypeBuilders were 
31419         created. Previously, a new table index was assigned to each type before
31420         the tables were emitted. This was wrong because the signature blob
31421         might already refer to a type by its original table index.
31423 2003-02-27  Zoltan Varga  <vargaz@freemail.hu>
31425         * metadata.c (mono_metadata_nesting_typedef): fix bug in previous
31426         change.
31427         
31428 2003-02-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31430         * Makefile.am: make assemblies dir have \ instead of / on windows.
31432 2003-02-27  Zoltan Varga  <vargaz@freemail.hu>  
31434         * metadata.c metadata.h (mono_metadata_nesting_typedef): changed to
31435         iterate over the NESTEDCLASS table using a linear search since the
31436         table is not guaranteed to be sorted by the secondary key.
31438         * class.c (mono_class_create_from_typedef): fixed up call to
31439         mono_metadata_nesting_typedef.
31440         
31441 2003-02-27  Dietmar Maurer  <dietmar@ximian.com>
31443         * marshal.c (mono_string_to_byvalstr): clear the memory as
31444         suggested by Jerome Laban <jlaban@wanadoo.fr>
31446 2003-02-26  Dick Porter  <dick@ximian.com>
31448         * process.c: Cope with padding in .rsrc blocks
31450 2003-02-26  Dietmar Maurer  <dietmar@ximian.com>
31452         * metadata.h: reverted the filter_len change, it breaks reflection
31453         
31454 2003-02-26  Dietmar Maurer  <dietmar@ximian.com>
31456         * metadata.h: added a new field to store the filter_len
31457         
31459 Tue Feb 25 10:56:16 CET 2003 Paolo Molaro <lupus@ximian.com>
31461         * reflection.c: handle custom attributes for types and members
31462         created with Reflection.Emit (bug#38422).
31464 2003-02-22  Zoltan Varga  <vargaz@freemail.hu>
31466         * reflection.c: define RTSpecialName automatically for constructors for
31467         compatibility with MS.NET.
31469         * reflection.c (mono_reflection_create_runtime_class): initialize
31470         nested_in field of dynamically created classes.
31472 2003-02-22  Martin Baulig  <martin@ximian.com>
31474         * debug-mono-symfile.h: Incremented version number.
31476 2003-02-21  Zoltan Varga  <vargaz@freemail.hu>
31478         * object.h icall.c process.c: fix warnings.
31480 2003-02-21  Zoltan Varga  <vargaz@freemail.hu>
31482         * appdomain.h appdomain.c:
31483         (mono_domain_try_type_resolve): split the 
31484         name_or_tb argument into a name and a tb argument.
31485         (mono_domain_has_type_resolve): new function to check whenever the
31486         application has registered a TypeResolve event handler.
31487         
31488         * icall.c reflection.h reflection.c: move the type resolve logic into
31489         mono_reflection_get_type () so it will be invoked when 
31490         Assembly::GetType () is called.
31492         * reflection.c:
31493         (mono_reflection_get_type): renamed to get_type_internal.
31494         (mono_reflection_get_type): fixed type name generation so it works 
31495         for nested types too.
31496         (mono_reflection_get_type): call has_type_resolve () to avoid the 
31497         costly type name generation if there is no resolve event handler.
31499 Fri Feb 21 11:36:57 CET 2003 Paolo Molaro <lupus@ximian.com>
31501         * class.c, image.c: load exported types from file references.
31503 2003-02-19  Lluis Sanchez Gual  <lluis@ideary.com>
31505         * appdomain.h: Added in MonoDomain a couple of MonoMethod* variables
31506           used to cache the managed methods used to create proxies and make 
31507           remote invocation of methods.
31508         * class.h: Added in MonoVTable a flag to indicate that a class needs 
31509           to be remotely created.
31510         * object.c: Modified the method mono_class_vtable(). It now initializes 
31511           the remote flag of the vtable. Modified mono_object_new_specific(), 
31512           so now it checks the remote flag.
31513         * icall.c: Added a couple of internal methods, one for enabling instance 
31514           creation interception for a type, and one for creating objects bypassing
31515           the remote check.
31517 2003-02-18  Martin Baulig  <martin@ximian.com>
31519         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetMethodToken):
31520         New interncall to get a method's metadata token.
31522         * icall.c ("System.Reflection.Assembly::MonoDebugger_GetMethodToken"):
31523         New interncall for the debugger.
31525 2003-02-18  Dietmar Maurer  <dietmar@ximian.com>
31527         * class.c (mono_class_setup_vtable): allocate supertype array
31529 2003-02-18  Martin Baulig  <martin@ximian.com>
31531         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Added `has_this'.
31533 2003-02-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31535         * reflection.c:
31536         (assembly_name_to_aname): jump over unknown properties (i've found
31537         something like: 'type, assembly, version=xxx, custom=null, public...',
31538         so now will ignore custom=null and still get the rest of the values).
31540 2003-02-17  Dick Porter  <dick@ximian.com>
31542         * threads.c: Have Thread.Start() wait for a semaphore to signal
31543         that the thread has set up all its local data.  This fixes bug
31544         34323, where Abort() raced the new thread's TLS data.
31546         Also removes the handle_store() call from start_wrapper, because
31547         threads are now always created suspended and there is no longer a
31548         race between the parent and child threads to store the info.
31550 Mon Feb 17 13:13:31 CET 2003 Paolo Molaro <lupus@ximian.com>
31552         * image.c: explain the #- heap issue in a message, hopefully
31553         avoiding FAQs on mono-list.
31555 2003-02-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31557         * icall.c:
31558         (GetEntryAssembly): if the domain has not invoked
31559         AppDomain.ExecuteAssembly yet, return the assembly of the default
31560         AppDomain.
31562 2003-02-16  Zoltan Varga  <vargaz@freemail.hu>
31564         * class.c (mono_ldtoken): make it work in dynamic assemblies.
31566 Sun Feb 16 13:10:06 CET 2003 Paolo Molaro <lupus@ximian.com>
31568         * metadata.c, reflection.c: simple speedup to type hash
31569         and equals code.
31571 Sat Feb 15 15:15:03 CET 2003 Paolo Molaro <lupus@ximian.com>
31573         * image.c, image.h, class.c, assembly.c: move module loading
31574         to MonoImage. When loading metadata, consider alignemnet from
31575         the start of metadata, not from the metadata address in memory.
31577 2003-02-13  Zoltan Varga  <vargaz@freemail.hu>
31579         * reflection.c (mono_reflection_get_custom_attrs): Added support for 
31580         AssemblyBuilder objects. Factored out custom attribute creation into
31581         a separate function.
31582         (create_custom_attr): new function to create custom attributes.
31584 2003-02-12  Miguel de Icaza  <miguel@ximian.com>
31586         * Makefile.am: Got tired of typing the full pathname to pedump.
31587         Until there is another option, am installing this.
31589 2003-02-12  Dietmar Maurer  <dietmar@ximian.com>
31591         * class.c (class_compute_field_layout): always set field->parent 
31592         (mono_ldtoken): use mono_defaults.fieldhandle_class;
31594 2003-02-11  Dick Porter  <dick@ximian.com>
31596         * threads-types.h:
31597         * monitor.c: Rewrote Monitor, making lock much faster and
31598         Pulse/Wait work as specified.  Also uses much fewer handles, and only
31599         creates them as needed.
31601         * exception.c: Added SynchronizationLockException
31603         * threads.c: Deleted old Monitor implementation.  The new one is
31604         in a new file.
31606 Mon Feb 10 17:54:10 CET 2003 Paolo Molaro <lupus@ximian.com>
31608         * class.c: handled TypedReference type code. Set the correct size for
31609         class data. Setup interface_offsets for interface classes, too.
31611 2003-02-09  Martin Baulig  <martin@ximian.com>
31613         * debug-mono-symfile.h: Reflect latest symbol writer changes.
31615 Sun Feb 9 18:37:01 CET 2003 Paolo Molaro <lupus@ximian.com>
31617         * loader.c: implemented MEMBERREF_PARENT_TYPEDEF.
31618         * metadata.c, reflection.c: missing MONO_TYPE_TYPEDBYREF handling.
31619         * object.c: fixed mono_object_get_virtual_method () for interfaces.
31620         * verify.c: check for code that runs after the end of the method.
31622 2003-02-08  Pedro Mart?nez Juli?  <yoros@wanadoo.es>
31624         * icall.c: Added "System.Math::Floor", "System.Math::Round" and
31625         "System.Math::Round2".
31626         * sysmath.h: Added Floor, Round and Round2 definitions.
31627         * sysmath.c: Modified certain functions that were not 100% compliant
31628         with MS.NET (math precision) and added the implementation of Floor,
31629         Round and Round2.
31631 2003-02-07  Martin Baulig  <martin@ximian.com>
31633         * debug-mono-symfile.c (mono_debug_symfile_add_method): Ignore interncalls.
31635 2003-02-07  Martin Baulig  <martin@ximian.com>
31637         * debug-mono-symfile.c: Reflected latest symwriter changes.
31638         (mono_debug_create_mono_symbol_file): Removed.
31639         (mono_debug_open_mono_symbol_file): Take an argument which
31640         specifies whether to create a dynamic symbol file.
31642 2003-02-07  Dietmar Maurer  <dietmar@ximian.com>
31644         * class.c (mono_class_from_mono_type): added MONO_TYPE_TYPEDBYREF
31646 2003-02-05  Martin Baulig  <martin@ximian.com>
31648         * reflection.c (mono_image_build_metadata): Make this public,
31649         protect it against being called multiple times, don't create
31650         resources and don't build the compressed metadata here.
31651         (mono_image_create_pefile): Do this here.
31653         * icall.c
31654         ("System.Reflection.Emit.AssemblyBuilder::build_metadata"): Added.
31656 2003-02-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31658         * socket-io.c: fixed bug #36322.
31660 2003-02-06  Piers Haken <piersh@friskit.com>
31662         * appdomain.[ch]:
31663         * class.h:
31664         * debug-mono-symfile.c:
31665         * icall.c:
31666         * loader.c:
31667         * mono-config.c:
31668         * monosn.c:
31669         * reflection.c:
31670         * socket-io.c: warning cleanups
31672 2003-02-06  Dietmar Maurer  <dietmar@ximian.com>
31674         * marshal.c (mono_marshal_get_remoting_invoke_with_check): new
31675         function. works like remoting invoke, but does a check for the Proxy first.
31677 2003-02-05  Miguel de Icaza  <miguel@ximian.com>
31679         * appdomain.c (ves_icall_System_AppDomain_InternalUnload): Make it compiler.
31681 2003-02-05  Dietmar Maurer  <dietmar@ximian.com>
31683         * marshal.c (mono_marshal_get_native_wrapper): only allocate an
31684         array of pointers.
31685         (mono_marshal_get_ldfld_wrapper): only generate necessary ldfld wrappers.
31686         (mono_marshal_get_stfld_wrapper): only generate necessary stfld wrappers.
31688         * object.c (mono_store_remote_field_new): used by the new jit
31689         instead of mono_store_remote_field
31690         (mono_load_remote_field_new): used by the new jit
31691         instead of mono_load_remote_field
31693 2003-02-05  Patrik Torstensson
31695         * appdomain.c: changed unload to take the domain id instead
31696         of domain
31697         
31698         * icall.c: changed icall for AppDomain.Unload to AppDomain.InternalUnload
31701 2003-02-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31703         * appdomain.c: don't look for assemblies in ApplicationBase if
31704         PrivateBinPathProbe is set.
31706 2003-02-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31708         * object.c: make the first argument in main_args contain the absolute
31709         path to the assembly. Fixes bug #37511.
31711 2003-02-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31713         * icall.c: get correct UTC offset for countries not using daylight
31714         time saving. Fixes bug #30030.
31716 2003-02-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31718         * socket-io.c: support AF_UNIX and use the same layout as MS (bytes 0
31719         and 1 are the family).
31721 2003-02-04  Dietmar Maurer  <dietmar@ximian.com>
31723         * icall.c (ves_icall_InternalExecute): removed wrong assertion
31725         * marshal.c (mono_marshal_get_remoting_invoke): generate valid IL
31727 2003-02-04  Zoltan Varga  <vargaz@freemail.hu>
31729         * reflection.c: added support for SignatureHelper tokens, which is
31730         needed by the Calli opcode.
31732         * reflection.h: track changes to SignatureHelper class.
31734         * metadata.c (mono_metadata_parse_signature): handle dynamic tokens.
31736 2003-02-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31738         * appdomain.c: fixed loading assemblies from PrivateBinPath.
31740 2003-02-03  Patrik Torstensson
31741         * appdomain.[c|h], domain.c : 
31742          - Added support for getting a domain via domain id
31743          - Support for setting and getting domain from System.AppDomain 
31744            (used in cross appdomain channel)
31745          - Added support for get/set for a MonoAppContext on a thread 
31746            (Context class in System.Runtime.Remoting.Contexts),
31747          - Removed hack in Get/SetData and ExecuteAssembly.
31748         
31749         * icall.c : renamed GetTransparantProxy to InternalGetTransparantProxy to allow
31750         the managed world to get control when a proxy is created.
31752         * icall.c (ves_icall_InternalExecute) : bug fix, must return empty array
31753         
31754 2003-02-03  Miguel de Icaza  <miguel@ximian.com>
31756         * icall.c
31757         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies):
31758         Populate the codebase field as well.
31760 2003-02-02  Martin Baulig  <martin@ximian.com>
31762         * debug-mono-symfile.c
31763         (MonoSymbolFileMethodAddress): Added `wrapper_address' field.
31764         (mono_debug_symfile_add_method): Allow interncalls.
31766 2003-01-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31768         * icall.c: throw parse exception if strtod fails or the string is empty.
31770 Fri Jan 31 16:09:48 CET 2003 Paolo Molaro <lupus@ximian.com>
31772         * marshal.c: handle object type separately from defined
31773         class types.
31775 Fri Jan 31 16:01:20 CET 2003 Paolo Molaro <lupus@ximian.com>
31777         * marshal.c: handle NATIVE_LPSTR for strings when it's
31778         explicitly specified.
31780 Fri Jan 31 11:51:43 CET 2003 Paolo Molaro <lupus@ximian.com>
31782         * reflection.c, reflection.h, icall.c: setup the reflection
31783         handle cache for ModuleBuilders and AssemblyBuilders.
31785 2003-01-30  Dietmar Maurer  <dietmar@ximian.com>
31787         * reflection.c (reflection_methodbuilder_to_mono_method): set
31788         pinvoke flag
31790 2003-01-30  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31792         * icall.c: implemented ves_icall_MonoMethod_get_base_definition.
31794 2003-01-29  Dick Porter  <dick@ximian.com>
31796         * threads.c: No need for the fake_thread kludge now that Thread
31797         doesn't run a class constructor
31798         
31799 2003-01-29  Dick Porter  <dick@ximian.com>
31801         * threads.c: Use g_direct_hash instead of the rather bogus
31802         g_int_hash
31804 2003-01-29  Dietmar Maurer  <dietmar@ximian.com>
31806         * marshal.c (mono_marshal_get_native_wrapper): add check for null
31807         (fix pinvoke12.exe)
31808         (mono_marshal_get_struct_to_ptr): generate valid IL code
31809         (mono_marshal_get_ptr_to_struct): generate valid IL code
31810         (*): correctly set sig->pinvoke, we need to memdup the signature
31811         to do that
31813 Tue Jan 28 22:57:57 CET 2003 Paolo Molaro <lupus@ximian.com>
31815         * marshal.c, marshal.h: use larger integers in mono_mb_emit_add_to_local()
31816         to avoid overflows (bug spotted and fixed by Jerome Laban <jlaban@wanadoo.fr>).
31818 Tue Jan 28 18:55:19 CET 2003 Paolo Molaro <lupus@ximian.com>
31820         * profiler.c: provide more callers information.
31822 2003-01-28  Dietmar Maurer  <dietmar@ximian.com>
31824         * marshal.c (mono_marshal_get_managed_wrapper): generate valid IL code
31826         * appdomain.h:added fix from Patrik: _MonoAppDomain is a MBR object
31828         * marshal.c (mono_marshal_get_native_wrapper): generate valid IL code
31830 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
31832         * icall.c: (ves_icall_System_CurrentTimeZone_GetTimeZoneData): raise an
31833         exception instead of going into an infinite loop on dates which it 
31834         can't yet handle.
31836         * string-icalls.c (ves_icall_System_String_get_Chars): raise 
31837         out-of-range exception if needed.
31839         * class.c (mono_class_setup_vtable): allow a virtual method to provide
31840         an implementation for an interface method and to override an inherited
31841         method at the same time. 
31842         Imagine a scenario when a virtual method is used to override a
31843         virtual abstract method in a parent class, and this same method 
31844         provides an implementation for an method inherited from an interface. 
31845         In this case, the interface resolution code will set im->slot, which 
31846         means that the virtual method override pass will skip this method 
31847         which means a pointer to the abstract method inherited from the parent
31848         will remain in the vtable of this non-abstract class.
31850         * class.c: (mono_class_setup_vtable): continue search for a real 
31851         method if only an abstract method is found.     
31853 Mon Jan 27 17:12:19 CET 2003 Paolo Molaro <lupus@ximian.com>
31855         * reflection.c: add size to encoding for ByValStr and ByValArray
31856         marshal blob (from "Jerome Laban" <jlaban@wanadoo.fr>).
31858 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
31860         * class.c (mono_class_setup_vtable): pass the override info as an
31861         argument.
31863         * class.c (mono_class_setup_vtable): set the slot of overriding methods
31864         correctly.
31865         
31866         * reflection.c (ensure_runtime_vtable); add support for method 
31867         overrides.
31868         
31869 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
31871         * reflection.c (resolution_scope_from_image): Hack to work to work with
31872         dynamic assemblies.
31874         * reflection.c (mono_image_typedef_or_ref): renamed to ..._aux and 
31875         added a 'force_ref' argument to force this function to allways return 
31876         a TypeRef. This is needed by mono_image_get_memberref_token ().
31877         
31878 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
31880         * reflection.c (mono_image_get_type_info): interfaces really don't have
31881         a parent.
31883         * reflection.c (mono_image_basic_init): fill out missing fields of
31884         image structure.
31886         * reflection.c (mono_image_basic_init): Invoke assembly load hooks for 
31887         dynamic assemblies. This is required so dynamic assemblies show up in
31888         AppDomain.GetAssemblies (), emit an AssembyLoadEvent, gets searched by
31889         Type::GetType() etc. This is consistent with MS behaviour.
31891         * image.c image.h reflection.c: add newly created classes to the name 
31892         cache so mono_class_get () will find them.      
31894 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
31896         First part of changes to get IKVM.NET running under mono.
31897         
31898         * appdomain.h, appdomain.c: added new function 
31899         mono_domain_try_type_resolve() which will emit TypeResolve events. 
31900         This function will call AppDomain::DoTypeResolve to do the actual work.
31902         * class.h, class.c, loader.c, object.c, reflection.h, reflection.c: 
31903         moved existing code dealing with dynamic tokens to a new function 
31904         called mono_reflection_lookup_dynamic_token (). This function will 
31905         raise TypeResolve events when appropriate. Since reflection.c is not 
31906         part of libmetadata, a new hook function called 
31907         mono_lookup_dynamic_token() is added to class.c which will call this.
31909         * assembly.h assembly.c: make the invoke_load_hook function public,
31910         so it can be called for dynamic assemblies.
31912         * icall.c (ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_RunClassConstructor): skip interfaces since they do not have initializers.
31914         * icall.c (ves_icall_type_from_name): emit a TypeResolve event if the 
31915         type isn't found.
31917         * reflection.c reflection.h: change MonoDynamicAssembly.tokens to a 
31918         MonoGHashTable, since it contains pointers to objects which the GC 
31919         needs to track.
31921         * assembly.c (search_loaded): remove unused variable.
31922         
31923 Mon Jan 27 12:18:45 CET 2003 Paolo Molaro <lupus@ximian.com>
31925         * object.c: fixed issue exposed by gcc-generated IL programs
31926         that use RVA data for pointers.
31928 2003-01-25  Martin Baulig  <martin@ximian.com>
31930         * threads.c (start_wrapper): Moved the initialization of
31931         `start_func' above the mono_new_thread_init() call to which we
31932         pass it as argument.
31934 2003-01-24  Martin Baulig  <martin@ximian.com>
31936         * threads.h (MonoThreadCallbacks): Pass the thread ID instead of
31937         the MonoThread pointer.
31939 2003-01-21  Miguel de Icaza  <miguel@ximian.com>
31941         * icall.c: Rename `PowImpl' to Pow.
31943 2003-01-23  Dick Porter  <dick@ximian.com>
31945         * threads.c (start_wrapper): Create a Thread object if needed, so
31946         the Main() thread can do the class initialisation in a subthread
31947         that has been set up to allow managed code execution.
31949         Pass the thread ID instead of the MonoThread pointer to the thread
31950         start and attach callbacks.  This change is required, because the
31951         jit thread start callback must be called _before_ the Thread
31952         object can be created.
31953         
31954         (mono_thread_init): Removed much object creation code that is no
31955         longer needed.  No managed code is called from here now.
31957         * object.c (mono_runtime_exec_managed_code): Create a subthread
31958         for Main, and call back to the runtime to use it.
31959         Set the exit code when Main exits.
31961         * gc.c: Make sure domain finalisation happens in a subthread.
31962         Re-enable threaded GC, fixing bug 31333 (again).
31964         * environment.c: System.Environment internall calls (so far just
31965         ExitCode is here, the others are still in icall.c)
31967         * appdomain.c (mono_runtime_cleanup): All threads running managed
31968         code should have finished before mono_runtime_cleanup() is
31969         reached, so no need to clean up threads.
31971 2003-01-22  Martin Baulig  <martin@ximian.com>
31973         * appdomain.h (MonoThreadStartCB): Added `MonoThread *thread' and
31974         `gpointer func' arguments.      
31975         (MonoThreadAttachCB): New typedef; like the old MonoThreadStartCB,
31976         but added `MonoThread *thread' argument.
31977         (mono_runtime_init): The last argument is now a MonoThreadAttachCB.
31979         * threads.c (mono_new_thread_init): Added `gpointer func' argument
31980         and pass it to the mono_thread_start_cb callback.
31981         (mono_install_thread_callbacks): New public function to install a
31982         set of callbacks which are set by the debugger.
31983         (mono_thread_init): The last argument is now a MonoThreadAttachCB.
31985 2003-01-22  Martin Baulig  <martin@ximian.com>
31987         * Makefile.am: Install debug-mono-symfile.h.
31989 2003-01-21  Aleksey Demakov <avd@openlinksw.com>
31991         * marshal.c: fixed copy_from_managed and copy_to_unmanaged for 0 length.
31993 2003-01-21  Dietmar Maurer  <dietmar@ximian.com>
31995         * added the following fix from Jackson Harper <jackson@latitudegeo.com>
31996         * class.c (mono_ptr_class_get): correctly set access levels of pointers
31997         (mono_array_class_get): correctly set access levels of arrays
31999 2003-01-20      Patrik Torstensson
32000         * image.h (MonoAssemblyName): changed major, minor, build, revision
32001         from signed to unsigned.
32003 2003-01-20  sean kasun <skasun@azstarnet.com>
32005         * reflection.c (load_cattr_value): Now this handles
32006         MONO_TYPE_SZARRAY.  Fixes bug #35629
32008 2003-01-20  Miguel de Icaza  <miguel@ximian.com>
32010         * marshal.c (emit_struct_conv): Handle MONO_TYPE_PTR as an
32011         integer value
32013 2003-01-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32015         * decimal.c: fixed bug #26056.
32017 2003-01-17  Martin Baulig  <martin@ximian.com>
32019         * gc.c: Raise an ExecutionEngineException instead of using g_error().
32021 2003-01-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32023         * exception.[ch]:
32024         (mono_get_exception_type_initialization): new function.
32026         * object.c: throw a TypeInitializationException when an exception is
32027         thrown invoking the class constructor.
32029 2003-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32031         * reflection.c: fixed attribute reading.
32033 2003-01-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32035         * icall.c:
32036         (ves_icall_type_from_name): make it work as MS. Ie, if no assembly name
32037         provided, look for the type in the calling assembly and then in
32038         mscorlib; if the assembly name is provided, only try that one.
32040 Tue Jan 14 14:52:52 CET 2003 Paolo Molaro <lupus@ximian.com>
32042         * object.c: register the vtable before there is a chance it's
32043         queried again recursively.
32045 2003-01-13  Duncan Mak  <duncan@ximian.com>
32047         * Makefile.am (libmonoruntime_la_SOURCES): Change gc.h to
32048         gc-internal.h. 
32049         
32050 2003-01-12  Patrik Torstensson <totte@race-x-change.com>
32052         * string-icall.[c|h], icall.c: Added support for CompareOrdinal mode
32054 2003-01-11  Martin Baulig  <martin@ximian.com>
32056         * debug-mono-symfile.h (MONO_SYMBOL_FILE_DYNAMIC_VERSION): Incremented
32057         this to 20 for the release.
32059 2003-01-10  Dietmar Maurer  <dietmar@ximian.com>
32061         * marshal.c (emit_struct_conv): added support for EXPLICIT_LAYOUT
32063         * loader.c (mono_method_get_marshal_info): bug fix
32065         * marshal.c (mono_marshal_get_ptr_to_struct): don't convert
32066         structures with explicit layout
32068 Fri Jan 10 15:58:09 CET 2003 Paolo Molaro <lupus@ximian.com>
32070         * profiler.c: made the output more readable (and sorted). 
32071         Added caller information for the allocation profiler.
32073 2003-01-09  Sebastien Pouliot  <spouliot@videotron.ca>
32075         * icall.c, rand.c, rand.h: Prepended RNG functions with Internal.
32077 2003-01-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32079         * icall.c: added ves_icall_System_Activator_CreateInstanceInternal. Used
32080         to get value types.
32081         
32082 Thu Jan 9 19:43:11 CET 2003 Paolo Molaro <lupus@ximian.com>
32084         * object.c, profiler.h, profiler.c, profiler-private.h:
32085         Added object allocation profiler.
32087 Thu Jan 9 16:17:00 CET 2003 Paolo Molaro <lupus@ximian.com>
32089         * reflection.h, reflection.c: handle global methods.
32090         Compress blob entries.
32092 Thu Jan 9 15:54:53 CET 2003 Paolo Molaro <lupus@ximian.com>
32094         * marshal.c: fix compilation.
32096 2003-01-09  Dietmar Maurer  <dietmar@ximian.com>
32098         * loader.c (mono_method_get_marshal_info): impl.
32100         * metadata.c (mono_metadata_field_info): use mono_metadata_get_marshal_info
32102 2003-01-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32104         * icall.c: applied fix from Zoltan Varga that fixes Type.IsPrimitive
32105         for reference types.
32107 Wed Jan 8 20:11:46 CET 2003 Paolo Molaro <lupus@ximian.com>
32109         * loader.c: fixed off by one error in loaded parameter names.
32111 2003-01-08  Dietmar Maurer  <dietmar@ximian.com>
32113         * marshal.c (mono_marshal_get_icall_wrapper): like
32114         mono_marshal_get_native_wrapper, but simpler and use a MonoMethodSignature
32115         instead of a MonoMethod.
32117 2003-01-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32119         * decimal.c: fixed bug #36537.
32121 Mon Jan 6 19:37:59 CET 2003 Paolo Molaro <lupus@ximian.com>
32123         * marshal.c: throw a missing method exception if a
32124         P/Invoke method is not found.
32126 Sun Jan 5 11:57:09 CET 2003 Paolo Molaro <lupus@ximian.com>
32128         * icall.c: allow a null this for constructors.
32130 Sat Jan 4 18:28:42 CET 2003 Paolo Molaro <lupus@ximian.com>
32132         * icall.c: raise the proper exceptions if the arguments to the
32133         internal Invoke are incorrect.
32135 2003-01-03  Dietmar Maurer  <dietmar@ximian.com>
32137         * marshal.c (mono_marshal_get_ptr_to_struct): code cleanups
32139 2003-01-03  Martin Baulig  <martin@ximian.com>
32141         * debug-mono-symfile.h: Increment MONO_SYMBOL_FILE_DYNAMIC_VERSION.
32143 2002-12-31  Martin Baulig  <martin@ximian.com>
32145         * debug-mono-symfile.c: Completely rewrote the type section.
32146         Instead of using individual malloc()ed fields, we use one big
32147         continuous memory area and offsets into this area.
32148         See the comments in the source code for details.
32150 2002-12-30  Martin Baulig  <martin@ximian.com>
32152         * debug-mono-symfile.h (MonoDebugTypeInfo): Renamed to MonoDebugClassInfo.
32154 2002-12-30  Martin Baulig  <martin@ximian.com>
32156         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Include the
32157         line number table in this data blob instead of using an external
32158         pointer.
32160 2002-12-28  Martin Baulig  <martin@ximian.com>
32162         * debug-mono-symfile.h: Increment MONO_SYMBOL_FILE_DYNAMIC_VERSION.
32164 2002-12-22  Rachel Hestilow  <hestilow@ximian.com>
32166         * marshal.c (mono_marshal_get_runtime_invoke): Support MONO_TYPE_CHAR
32167         as a boxed return type.
32169 2002-12-21  Miguel de Icaza  <miguel@ximian.com>
32171         * appdomain.c
32172         (ves_icall_System_AppDomainSetup_InitAppDomainSetup): Use
32173         g_build_filename to properly get separators on the filename created.
32175         * object.h: Small change, introduce MonoMarshalByRefObject to
32176         track the layout of that structure in the C# universe as we make
32177         changes there.
32179 Thu Dec 19 16:23:19 CET 2002 Paolo Molaro <lupus@ximian.com>
32181         * object.c: removed assert to allow static fields on interfaces.
32182         * loader.c: a TypeSpec may be used for any type, not just arrays.
32184 Thu Dec 19 14:19:42 CET 2002 Paolo Molaro <lupus@ximian.com>
32186         * class.c, class.h: added mono_class_array_element_size ().
32187         Ignore static methods in interfaces.
32189 2002-12-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32191         * threads.c: fixed the build under cygwin.
32193 Wed Dec 18 18:43:47 CET 2002 Paolo Molaro <lupus@ximian.com>
32195         * reflection.c: handle nullref constants. Allocate keys for
32196         reflection handles with the GC.
32198 Wed Dec 18 11:34:18 CET 2002 Paolo Molaro <lupus@ximian.com>
32200         * threads.c, threads.h: added mono_thread_get_abort_signal()
32201         to get a suitable signal for thread abort.
32203 Wed Dec 18 11:26:18 CET 2002 Paolo Molaro <lupus@ximian.com>
32205         * metadata.c: fix handling of ExportedType table.
32207 2002-12-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32209         * icall.c: added WriteWindowsDebugString internal call.
32211 2002-12-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32213         * reflection.h: added fields to match C# implementation.
32215 2002-12-14  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32217         * icall.c: patch from Jaroslaw Kowalski to fix Environment.MachineName.
32219 2002-12-12  Juli Mallett  <jmallett@FreeBSD.org>
32221         * gc.h, gc-internal.h: Rename header for GC internal calls to
32222         gc-internal.h from gc.h as to not clash with Boehm GC having its
32223         header installed as <gc.h> in outside include paths.
32224         * appdomain.c, gc.c, icall.c, object.c: Account for aforementioned.
32225         * threads.c: If SIGRTMIN is not defined, fall back to SIGUSR1.
32227 2002-12-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32229         * icall.c: assign minor, build and revision in FillName.
32231 2002-12-11  Zoltan Varga  <vargaz@freemail.hu>
32233         * image.h reflection.h reflection.c class.h class.c loader.c object.c:
32234         Added support for running code generated by Reflection.Emit.
32236 2002-12-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32238         * appdomain.c: check for NULL argument in LoadFrom.
32240 2002-12-10  Dick Porter  <dick@ximian.com>
32242         * threads.c: WaitHandle fixes from Tum <tum@veridicus.com>
32244 2002-12-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32246         * appdomain.c: fix buglet when building exe file name.  Handle full
32247         assembly name (needed after latest changes to AssemblyName).
32248         * image.c:
32249         (mono_image_close): free some hashtables.
32251 2002-12-05  Dietmar Maurer  <dietmar@ximian.com>
32253         * threads.c (ves_icall_System_Threading_Thread_Abort): we use SIGRTMIN 
32254         instead of SIGUSR1, because SIGUSR1 is used by the pthread implementation 
32255         on some systems (redhat 7.3) 
32257 Thu Dec 5 16:13:40 CET 2002 Paolo Molaro <lupus@ximian.com>
32259         * threads.c: delete the critical section of a sync block,
32260         spotted and fixed by tum@veridicus.com (Thong (Tum) Nguyen).
32262 Thu Dec 5 12:52:52 CET 2002 Paolo Molaro <lupus@ximian.com>
32264         * pedump.c, cil-coff.h, monosn.c: add strong name cli header flag.
32266 2002-12-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32268         * appdomain.[ch]: handle the assembly preload event to try loading the
32269         assemblies using the paths we have in the current domain.
32271         * assembly.[ch]: created an assembly preload hook that is called to try
32272         loading the assembly by other means that the ones provided here.
32274         * domain.c: initialize the domain search path.
32276         From now on, assemblies (TODO: except corlib and System) are loaded
32277         according to these rules when using mono_assembly_load ():
32279                 1. It tries to load the assembly from the ApplicationBase
32280                 of the current domain appending .dll and .exe (TODO: have to
32281                 try loading from name/name.dll and name/name.exe).
32283                 2. It tries the search path specified in PrivateBinPath for the
32284                 current domain (if any).
32286                 3. Previous behavior.
32288 Wed Dec 4 16:02:25 CET 2002 Paolo Molaro <lupus@ximian.com>
32290         * icall.c: implemented GetInterfaceMap() related icall.
32291         * domain.c, loader.h: load MethodInfo in mono_defaults.
32293 Wed Dec 4 11:02:30 CET 2002 Paolo Molaro <lupus@ximian.com>
32295         * gc.c: disable the finalizer thread for now, untill all the issues
32296         with it are resolved.
32298 Wed Dec 4 10:44:01 CET 2002 Paolo Molaro <lupus@ximian.com>
32300         * string-icalls.c: handle embedded nulls in string ctor when the
32301         length is specified.
32303 Tue Dec 3 19:29:20 CET 2002 Paolo Molaro <lupus@ximian.com>
32305         * class.c: look for explicit interface implementation in parent
32306         classes, too.
32308 2002-12-03  Dietmar Maurer  <dietmar@ximian.com>
32310         * gc.c (run_finalize): dont run the finalizer (strange behaviour on rh7.3) 
32312 Tue Dec 3 12:40:06 CET 2002 Paolo Molaro <lupus@ximian.com>
32314         * gc.c: protect handles with a critical section.
32316 2002-12-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32318         * icall.c:
32319         (ves_icall_type_from_name): it now has throwOnError and ignoreCase
32320         parameters. If no assembly specified, try getting the type from all
32321         the assemblies in the current domain, else, load the assembly and get
32322         the type from it.
32324 2002-11-30  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32326         * marshal.c: applied patch from Aleksey Demakov that fixes
32327         ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringUni.
32329 2002-11-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32331         * icall.c: fixed get_location.
32333 2002-11-28  Dietmar Maurer  <dietmar@ximian.com>
32335         * icall.c: moved MONO_ARCH_SAVE_REGS to the end of the
32336         declarations to make it work with older gcc. 
32338         * loader.c (mono_get_method): set signature->pinvoke for native calls
32340 2002-11-20  Dick Porter  <dick@ximian.com>
32342         * threads.c (mono_thread_init): Set the main thread's handle
32344 Tue Nov 19 14:15:34 CET 2002 Paolo Molaro <lupus@ximian.com>
32346         * gc.c: allow compilation without GC support. Changed to match the
32347         mono coding style.
32349 Mon Nov 18 18:41:51 CET 2002 Paolo Molaro <lupus@ximian.com>
32351         * gc.c: don't start the finalizer thread if the env var GC_DONT_GC is set.
32353 Mon Nov 18 16:35:22 CET 2002 Paolo Molaro <lupus@ximian.com>
32355         * reflection.c: set a public key token on the core assemblies.
32357 2002-11-18  Dick Porter  <dick@ximian.com>
32359         * threads.c: Split out some thread initialisation so that other
32360         files can set the start callback function.
32362         * gc.c: Run finalisers in a separate thread, to avoid stack
32363         overflow.  Fixes bug 31333.
32365         * appdomain.c: Set up GC finalisation thread.
32367         * reflection.c: 
32368         * object.c: 
32369         * domain.c: Use gc.h macros for GC_malloc
32370         
32371 2002-11-15  Dick Porter  <dick@ximian.com>
32373         * threadpool.c: 
32374         * threads.c:
32375         * appdomain.c: Removed mono_runtime_init_with_attach(),
32376         mono_thread_create_arg(), and mono_thread_init_with_attach(), by
32377         merging the extra parameter with the existing function.  Removed
32378         unneeded code in mono_thread_attach().
32380 2002-11-14  Dietmar Maurer  <dietmar@ximian.com>
32382         * image.c (mono_image_loaded_by_guid): a method to get loaded
32383         images by guid. 
32384         (load_metadata_ptrs): we store the guid as string.
32386 2002-11-11  Dietmar Maurer  <dietmar@ximian.com>
32388         * assembly.c (mono_assembly_open): check the guid of aot compiled lib.
32390         * metadata.c (mono_guid_to_string): imported method form Zoltan
32391         Varga (slightly modified)
32393         * assembly.c (mono_assembly_open): load precompiled code
32395         * loader.h (MonoMethod): we store the method token for use in the
32396         aot compiler. 
32398 2002-11-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32400         * appdomain.c: insert the loaded assemblies in the domain->assemblies in
32401         the hook function called when an assembly is loaded.
32402         
32403         * domain.c: Modified file.
32404         (mono_domain_assembly_load): removed hash table insertion of assemblies.
32406         Fixes bug #33196.
32408 2002-11-07  Miguel de Icaza  <miguel@ximian.com>
32410         * reflection.c: Map PEFileKind to the value expected by the WinNT
32411         image loader. 
32413 2002-11-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32415         * rand.c: use /dev/urandom. If it fails to open, use the previous one.
32416         Read until the buffer is filled completely.
32418 2002-11-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32420         * icall.c: implemented MonoType.InternalGetEvent ().
32422 2002-11-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32424         * appdomain.c: implemented InitAppDomainSetup. Delayed
32425         AppDomain.SetupInformation until mono_runtime_exec_main, where we get
32426         the entry_assembly.
32428         * assembly.c: base_dir is now an absolute path ending with
32429         G_DIR_SEPARATOR.
32431         * icall.c: modified get_location according to the above changes.
32433         * object.c: init AppDomain.SetupInformation for the default domain after
32434         we have the entry assembly.
32436         * domain.c: when unloading a domain, setup = NULL.
32438 2002-11-04  Dietmar Maurer  <dietmar@ximian.com>
32440         * marshal.c (emit_ptr_to_str_conv): try to fix bug 29548
32442 Sun Nov 3 15:39:28 CET 2002 Paolo Molaro <lupus@ximian.com>
32444         * object.h, object.c: introduced mono_object_get_virtual_method ()
32445         to lookup the method invoked on an object when a callvirt is done on
32446         a method.
32447         * icall.c: make MethodInfo::Invoke() always do a virtual call.
32449 2002-11-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32451         * appdomain.c: invoke AssemblyLoad and AsemblyResolve events in the
32452         current domain when loaded an assembly and failed to load it.
32454         * icall.c: changed ...Assembly_GetType to Assembly_InternalGetType.
32456 2002-10-31  Dick Porter  <dick@ximian.com>
32458         * icall.c: 
32459         * file-io.h: 
32460         * file-io.c: Return the error status in a parameter, as the
32461         GetLastError() value has long since been blown away if we try and
32462         look it up in a subsequent internal call invocation.  Delete the
32463         GetLastError() internal call, because it's useless.
32465 2002-10-31  Dietmar Maurer  <dietmar@ximian.com>
32467         * class.[ch]: added cast_class to fix bug 29517
32469 Wed Oct 30 19:37:32 CET 2002 Paolo Molaro <lupus@ximian.com>
32471         * marshal.c: create valid IL code in the filter clause:
32472         the new JIT is less forgiving:-)
32474 2002-10-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32476         * icall.c: removed get_property internal call.
32478 2002-10-25  Zoltan Varga  <vargaz@freemail.hu>
32480         * appdomain.h domain.c: Added an ID to appdomains.
32481         
32482         * threads.c threads.h icall.c: Implement icall
32483         Thread:GetDomainID(), and remove unused icall 
32484         CurrentThreadDomain_internal.
32486 2002-10-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32488         * icall.c: Don't recurse through the base types in GetConstructor.
32489         Fixes bug #32063. 
32491 Thu Oct 24 16:56:00 CEST 2002 Paolo Molaro <lupus@ximian.com>
32493         * mempool.h, mempool.c: added mono_mempool_empty() and
32494         mono_mempool_stats().
32496 2002-10-23  Dick Porter  <dick@ximian.com>
32498         * file-io.c: 
32499         * file-io.h: 
32500         * icall.c: Added MonoIO.GetFileType internal call
32502 2002-10-17  Dick Porter  <dick@ximian.com>
32504         * appdomain.c (mono_runtime_cleanup): Don't signal the async
32505         delegate semaphore before waiting for all threads to finish,
32506         because new threads can also call async delegates.  Fixes bug
32507         32004.
32509         * threadpool.c (async_invoke_thread): Only wait for 500ms instead
32510         of 3 seconds, in case another async job is queued.  (This part is
32511         needed because the bug fix reintroduced the 3s exit lag.)  This
32512         makes the mono_runtime_shutdown flag superfluous.
32514 Thu Oct 17 13:11:39 CEST 2002 Paolo Molaro <lupus@ximian.com>
32516         * reflection.c: include ehader size in method section headers.
32517         Really check for suplicated modules entries.
32519 2002-10-17  Martin Baulig  <martin@gnome.org>
32521         * debug-mono-symfile.c: Added back support for locals.
32523 2002-10-14  Martin Baulig  <martin@gnome.org>
32525         * debug-mono-symfile.c: Added MONO_TYPE_I, MONO_TYPE_U and
32526         MONO_TYPE_VOID.
32528 2002-10-14  Martin Baulig  <martin@gnome.org>
32530         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetType): Use
32531         mono_class_get() instead of looking in the class cache. 
32533 2002-10-13  Martin Baulig  <martin@gnome.org>
32535         * debug-mono-symfile.c: Set version number to 28, include the
32536         signature in method names.
32538 2002-10-13  Martin Baulig  <martin@gnome.org>
32540         * debug-mono-symfile.h: Set version number to 27.
32542 2002-10-11  Martin Baulig  <martin@gnome.org>
32544         * gc.c: Don't register/unregister NULL pointers as disappearing links.
32546 Thu Oct 10 14:56:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
32548         * metadata.c, metadata.h: added helper function to allocate signatures.
32550 2002-10-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32552         * icall.c: added internal call to get the location of machine.config.
32554 2002-10-08  Martin Baulig  <martin@gnome.org>
32556         * debug-mono-symfile.c: Ignore classes with a pending init for the
32557         moment.
32559 2002-10-03  Dick Porter  <dick@ximian.com>
32561         * threads.c: Freebsd pthread_t is a pointer
32563 2002-10-03  Dick Porter  <dick@ximian.com>
32565         * socket-io.c: Implemented GetHostName_internal
32567 2002-10-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32569         * mono-config.c:
32570         (mono_config_parse_file): don't leak the text.
32572 2002-10-02  Martin Baulig  <martin@gnome.org>
32574         * debug-mono-symfile.c: Added support for methods.
32576 2002-10-01  Martin Baulig  <martin@gnome.org>
32578         * debug-mono-symfile.c: Don't emit methods and line numbers for
32579         the dynamic symbol file, just write the type table.  We can easily
32580         have an external helper program which creates a symbol file for an
32581         IL file.        
32583 2002-10-01  Dick Porter  <dick@ximian.com>
32585         * threads.c (ves_icall_System_Threading_Thread_Start_internal):
32586         Only add the handle to the cleanup array when we're about to
32587         launch the thread.  Bug 31425 deadlocked when the test was run on
32588         mono under w32.
32590 2002-10-01  Martin Baulig  <martin@gnome.org>
32592         * debug-mono-symfile.c: Added support for properties.
32594 Fri Sep 27 18:55:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
32596         * reflection.c: unaligned store fix from Mark Crichton
32597         <crichton@gimp.org>.
32599 2002-09-27  Martin Baulig  <martin@gnome.org>
32601         * icall.c ("System.Reflection.Assembly::GetReferencedAssemblies"):
32602         New interncall.
32604 Fri Sep 27 15:38:31 CEST 2002 Paolo Molaro <lupus@ximian.com>
32606         * assembly.h, assembly.c: use a sane API to hook into the assembly
32607         loading process instead of a useless special-purpouse hack
32608         (ngen needs a hook, too, for example).
32610 2002-09-27  Dick Porter  <dick@ximian.com>
32612         * threads.c (mono_thread_init): Call GetCurrentProcess() so
32613         io-layer can set up some process handle info.  Not needed on w32,
32614         but doesn't hurt either.
32616         * process.c: Pass the program name in the second parameter to
32617         CreateProcess, so the path is searched.  Include the working
32618         directory. Implemented process name, process enumeration, and some
32619         process detail internal calls.
32620         
32621         * icall.c: Added internal calls for process lookup, and some
32622         process details
32624 2002-09-26  Martin Baulig  <martin@gnome.org>
32626         * assembly.c (mono_install_open_assembly_hook): New global
32627         function to install a function to be invoked each time a new
32628         assembly is loaded.
32629         (mono_assembly_open): Run this callback function if set.
32631         * debug-mono-symfile.c: Put back line numbers for the dynamic
32632         symbol file and also record the .il file as source file.  This
32633         allows us to install the temporary symbol file as `file.dbg' just
32634         like a compiler-generated one.
32636 2002-09-26  Nick Zigarovich <nick@chemlab.org>
32638         * Corrected typo in gc.c (BOHEM vs BOEHM).
32640 2002-09-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32642         * icall.c: fixed bug #31235 by copying a few lines from GetMethods to
32643         GetProperties. Also avoid calling g_slist_length in GetProperties and
32644         GetMethods.
32646 Wed Sep 25 22:18:03 CEST 2002 Paolo Molaro <lupus@ximian.com>
32648         * reflection.c: avoid unaligned stores (bug spotted by
32649         Mark Crichton  <crichton@gimp.org>).
32651 2002-09-25  Martin Baulig  <martin@gnome.org>
32653         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Use pointers
32654         instead of guint64 for addresses and added prologue/epilogue info.
32656 2002-09-25  Martin Baulig  <martin@gnome.org>
32658         * debug-mono-symfile.h (MonoDebugLineNumberEntry): New type to
32659         store line number info.  For the dynamic symbol file, we only need
32660         to provide the JIT generated dynamic line number info for the dynamic
32661         symbol file.
32663 2002-09-25  Martin Baulig  <martin@gnome.org>
32665         * debug-mono-symfile.h: Incremented version number.
32667 2002-09-24  Martin Baulig  <martin@gnome.org>
32669         * class.c (mono_debugger_class_init_func): New global function
32670         pointer variable.
32671         (mono_class_init): If mono_debugger_class_init_func is non-NULL,
32672         call it.
32674         * debug-mono-symfile.c (mono_debug_symfile_add_type): New
32675         function.  This is called via the mono_debugger_class_init_func
32676         hook to add all types to the dynamic type table.
32677         (ves_icall_MonoDebugger_GetType): New interncall to get a class
32678         from its metadata token.
32680         * icall.c ("System.Reflection.Assembly::MonoDebugger_GetType"):
32681         New interncall for the debugger.
32683 2002-09-24  Nick Drochak <ndrochak@gol.com>
32685         * icall.c (ves_icall_System_Enum_ToObject): validate the type parameter
32686         before using it in case it is null.
32687         
32688 Tue Sep 24 13:24:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
32690         * metadata.c: allow custom modifiers in local var signatures
32691         (bug spotted by Zoltan Varga).
32693 Tue Sep 24 12:12:16 CEST 2002 Paolo Molaro <lupus@ximian.com>
32695         * class.c: deal with the <Module> class that may have a NULL vtable.
32696         Eliminate warnings.
32698 Tue Sep 24 11:28:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
32700         * image.c, image.h: more strong name helpers.
32701         * monosn.c: more work: convert pem keys to cryptoapi format.
32703 Tue Sep 24 11:27:38 CEST 2002 Paolo Molaro <lupus@ximian.com>
32705         * string-icalls.c: speedup IndexOf.
32707 Tue Sep 24 11:17:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
32709         * icall.c: updates from Zoltan.2.Varga@nokia.com.
32711 Tue Sep 24 11:09:17 CEST 2002 Paolo Molaro <lupus@ximian.com>
32713         * icall.c: cleanup: use mono_object_domain ().
32715 2002-09-23  Martin Baulig  <martin@gnome.org>
32717         * debug-mono-symfile.c: Improved type support.
32719 2002-09-22  Martin Baulig  <martin@gnome.org>
32721         * debug-mono-symfile.c: Added support for reference types and strings.
32723 2002-09-22  Martin Baulig  <martin@gnome.org>
32725         * debug-mono-symfile.c: Started to work on the type table.
32727 2002-09-21  Martin Baulig  <martin@gnome.org>
32729         * debug-mono-symfile.c: Largely reworked the symbol table format.
32730         The symbol table is now incrementally updated each time a new
32731         method is added.  We're now also using our own magic and version
32732         so that you don't need to recompile all your classes if the
32733         dynamic table changes.
32734         (mono_debug_update_mono_symbol_file): Removed.
32735         (mono_debug_symfile_add_method): New function to add a method.
32737 2002-09-21  Martin Baulig  <martin@gnome.org>
32739         * icall.c
32740         ("System.Reflection.Assembly::MonoDebugger_GetLocalTypeFromSignature"):
32741         New interncall.
32743         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetLocalTypeFromSignature):
32744         New interncall to get a method from its metadata token.
32746 2002-09-21  Martin Baulig  <martin@gnome.org>
32748         * debug-mono-symfile.c: Create type table.
32750 2002-09-20  Martin Baulig  <martin@gnome.org>
32752         * debug-mono-symfile.c: Reflect latest Mono.CSharp.Debugger changes.
32754 2002-09-20  Martin Baulig  <martin@gnome.org>
32756         * debug-mono-symfile.c: Provide information about params and locals.
32758 2002-09-20  Martin Baulig  <martin@gnome.org>
32760         * icall.c ("System.Reflection.Assembly::MonoDebugger_GetMethod"):
32761         New interncall.
32763         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetMethod): New
32764         interncall to get a method from its metadata token.
32766 2002-09-20  Martin Baulig  <martin@gnome.org>
32768         * debug-mono-symfile.c: Added a few checks for method->header
32769         being non-NULL.  This should never happen, but for the moment
32770         let's use a g_warning() rather than a g_assert().
32772 2002-09-19  Mark Crichton  <crichton@gimp.org>
32774         * gc.c: ves_icall_System_GCHandle_FreeHandle made a call to libgc
32775         even if support for it isn't present.  Added an #ifdef to fix this.
32777         * socket-io.c: Added checks back for Solaris support.
32779 2002-09-19  Martin Baulig  <martin@gnome.org>
32781         * debug-mono-symfile.c (read_string, write_string): Reflect latest
32782         changes in the symbol file format.
32784 2002-09-18  Martin Baulig  <martin@gnome.org>
32786         * debug-mono-symfile.c: Set version number to 21.
32788 2002-09-18  Dick Porter  <dick@ximian.com>
32790         * threads.c (mon_new): Use the GC_MALLOC macro to hide differences
32791         on netbsd.  Fixes bug 30051.
32793 2002-09-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32795         * reflection.c:
32796         (set_version_from_string): little fix.
32798 Mon Sep 16 18:57:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
32800         * monosn.c, Makefile.am: added strong name utility.
32801         * reflection.h, reflection.c: implemented delayed signing,
32802         locale, version and hash id assembly attributes.
32804 Mon Sep 16 18:51:47 CEST 2002 Paolo Molaro <lupus@ximian.com>
32806         * loader.c, metadata.c: load param attributes in signatures.
32808 2002-09-16  Martin Baulig  <martin@gnome.org>
32810         * debug-mono-symfile.c: Added string table with all method names.
32812 2002-09-14  Martin Baulig  <martin@gnome.org>
32814         * debug-mono-symfile.h (MonoSymbolFile): Added method range table for
32815         fast method lookup.
32817 Fri Sep 13 16:04:54 CEST 2002 Paolo Molaro <lupus@ximian.com>
32819         * reflection.c: record the public key token of referenced assemblies.
32821 Fri Sep 13 15:41:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
32823         * image.c, image.h: added functions to get the strong name and the
32824         public key of an assembly.
32825         * pedump.c: use them.
32827 2002-09-12  Dietmar Maurer  <dietmar@ximian.com>
32829         * marshal.c (emit_str_to_ptr_conv): support marshalling of delegates.
32831 2002-09-12  Miguel de Icaza  <miguel@ximian.com>
32833         * marshal.c (mono_marshal_get_managed_wrapper): Added
32834         MONO_TYPE_BOOLEAN 
32836 2002-09-11  Martin Baulig  <martin@gnome.org>
32838         * gc.c: Call GC_unregister_disappearing_link() on all links when
32839         finalizing them, this is necessary to aviod a crash in boehm's
32840         finalize handler.
32842 Wed Sep 11 17:06:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
32844         * gc.c: handle GetTarget for finalized objects spotted and fixed by
32845         nick@chemlab.org.
32847 Wed Sep 11 15:27:20 CEST 2002 Paolo Molaro <lupus@ximian.com>
32849         * icall.c: implemented MonoType::Module.
32850         * reflection.c, reflection.h: mono_module_get_object () from
32851         Tomi Pakarinen <tomi.pakarinen@welho.com>.
32853 Wed Sep 11 12:53:28 CEST 2002 Paolo Molaro <lupus@ximian.com>
32855         * icall.c: ignore overridden methods in GetMethods ().
32856         Fix for FieldInfo::SetValue().
32857         * object.c: handle float/double in runtime invoke.
32859 Tue Sep 10 15:51:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
32861         * object.c: allow a constructor to be called again on an object.
32863 Tue Sep 10 11:58:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
32865         * class.h, class.c: move field layout code to it's own function and
32866         export it. Get an interface id earlier. Move fields in MonoClass
32867         so they are more cache friendly and align the bitfields.
32868         * loader.c: temporary handle get_param_names() for a runtime method.
32869         * reflection.c, reflection.h: more code to handle runtime creation of
32870         types.
32872 2002-09-09  Martin Baulig  <martin@gnome.org>
32874         * marshal.c (mono_marshal_get_native_wrapper): We need to use a special
32875         signature with the pinvoke field being set for the actual call.
32877 Sat Sep 7 10:12:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
32879         * icall.c: removed some unused icalls. Start of map of glib charsets
32880         to corlib names. Implemented RuntimeMethod::GetFunctionPointer ().
32882 Fri Sep 6 16:08:44 CEST 2002 Paolo Molaro <lupus@ximian.com>
32884         * debug-helpers.c: break infinite loop (found and fixed by
32885         Holger Arnold <harnold@gmx.de>).
32887 Thu Sep 5 18:50:54 CEST 2002 Paolo Molaro <lupus@ximian.com>
32889         * icall.c: target may be null in create_delegate.
32891 Thu Sep 5 17:42:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
32893         * marshal.c: handle a boolean return type.
32895 Thu Sep 5 13:09:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
32897         * gc.c: put HIDE_POINTER/REVEAL_POINTER only here.
32899 Wed Sep 4 19:23:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
32901         * gc.c: fix weakreferences.
32903 Wed Sep 4 13:59:50 CEST 2002 Paolo Molaro <lupus@ximian.com>
32905         * icall.c: added icall to get default codepage.
32907 2002-09-03  Dick Porter  <dick@ximian.com>
32909         * threads.h: 
32910         * threads.c: Use MonoThread instead of MonoObject where
32911         apropriate.
32913         Store running thread objects in a hash table, so that we have all
32914         the info to hand when waiting for them to finish
32915         (means we don't need OpenThread() any more, so mingw builds should
32916         be fully functional again.)
32918         * verify.c:
32919         * object.h: Added thread ID to MonoThread
32921 2002-09-03  Martin Baulig  <martin@gnome.org>
32923         * icall.c (System.Reflection.Assembly::get_location): New interncall.
32925 2002-09-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32927         * icall.c: fixed leak in get_temp_path. Thanks lupus.
32929 2002-09-03  Martin Baulig  <martin@gnome.org>
32931         * debug-helpers.c (mono_disasm_code_one): Added `const guchar **endp'
32932         argument to store the end address of the disassembled instruction.
32934         * debug-mono-symfile.h (MonoDebugMethodInfo, MonoDebugVarInfo): Moved
32935         here from debug-symfile.h.
32936         (MonoDebugMethodJitInfo): Moved all fields which are filled out by the
32937         JIT into this struct.
32938         (MonoSymbolFile): Added `char *image_file' field.
32939         (MonoDebugGetMethodFunc): Removed.
32940         (mono_debug_update_mono_symbol_file): Removed the hash table argument.
32941         (mono_debug_create_mono_symbol_file): Removed the `source_file' argument.
32942         (mono_debug_find_method): New method.
32944         * debug-mono-symfile.c (mono_debug_create_mono_symbol_file): Always
32945         create a full symbol file.
32946         (mono_debug_update_mono_symbol_file): Don't distinguish between dynamic
32947         and static symbol files.
32948         (mono_debug_find_method): The symbol file keeps an internal method hash,
32949         call this to get a MonoDebugMethodInfo from a MonoMethod.
32951         * debug-symfile.[ch]: Removed.
32953 2002-08-29  Miguel de Icaza  <miguel@ximian.com>
32955         * image.c (do_mono_image_open): Remove linker version check.
32957 2002-08-29  Dietmar Maurer  <dietmar@ximian.com>
32959         * marshal.c (mono_marshal_get_managed_wrapper): don't cache
32960         wrappers for instance methods.
32961         
32962 2002-08-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32964         * icall.c: added ves_icall_System_IO_Path_get_temp_path.
32966 2002-08-28  Dick Porter  <dick@ximian.com>
32968         * Makefile.am: Export HOST_CC for w32 builds
32970 Tue Aug 27 18:34:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
32972         * file-io.c process.c: MonoString are null terminated, no
32973         need for mono_string_to_utf16() anymore.
32975 Tue Aug 27 17:51:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
32977         * icall.c, unicode.h, unicode.c: removed unused iconv stuff.
32979 Tue Aug 27 16:38:58 CEST 2002 Paolo Molaro <lupus@ximian.com>
32981         * icall.c, reflection.h: speedup System.MonoType.
32983 Tue Aug 27 16:37:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
32985         * reflection.c: allow null as the value of a string argument in
32986         custom attributes constructors.
32988 2002-08-27  Martin Baulig  <martin@gnome.org>
32990         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Removed the
32991         `trampoline_address' field.
32993 2002-08-27  Dietmar Maurer  <dietmar@ximian.com>
32995         * marshal.c (mono_marshal_get_native_wrapper): removed wrong null
32996         check (fixes bug #29486) 
32998 2002-08-27  Martin Baulig  <martin@gnome.org>
33000         * debug-mono-symfile.c: Changed the file format in a way that allows us
33001         open it read-only and to use a specially malloced area for all the
33002         dynamic data.  We can now also generate a symbol file on-the-fly if we're
33003         debugging IL code and there is no MCS generated symbol file for it.
33005 Mon Aug 26 16:47:37 CEST 2002 Paolo Molaro <lupus@ximian.com>
33007         * object.c: added a define for a good string and array
33008         creation speedup (not enabled by default because we need to deal with
33009         the synch stuff).
33011 2002-08-26  Martin Baulig  <martin@gnome.org>
33013         * debug-mono-symfile.c (mono_debug_create_mono_symbol_file): New
33014         function to create a dynamic symbol file.  This is used by the
33015         debugger to create a symbol file for IL code on-the-fly.
33017 2002-08-26  Martin Baulig  <martin@gnome.org>
33019         * loader.c (mono_lookup_pinvoke_call): Include the error message
33020         from g_module_error() in the error message.
33022 2002-08-24  Martin Baulig  <martin@gnome.org>
33024         * debug-mono-symfile.c (mono_debug_update_mono_symbol_file): New
33025         function to update the symbol file.  The symbol file is mmap()ed
33026         writable, but private.  This allows us to install the symbol file
33027         together with the assembly.
33029 2002-08-24  Martin Baulig  <martin@gnome.org>
33031         * debug-mono-symfile.[ch]: New files.  Similar to debug-symfile.[ch]
33032         but they can read the new symbol file format which mcs is now creating.
33034         * debug-symfile.c (mono_debug_find_source_location): Moved to
33035         debug-mono-symfile.c; this is now operating on the new symbol file.
33037 2002-08-23  Martin Baulig  <martin@gnome.org>
33039         * debug-helpers.c (mono_method_desc_from_method): New function to get
33040         a MonoMethodDesc from a MonoMethod.
33042 Fri Aug 23 15:54:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
33044         * object.c: fixes assertion failure caused by multiple ExecuteAssembly
33045         calls for same domain (patch by Tomi Pakarinen <Tomi.Pakarinen@iki.fi>).
33047 Fri Aug 23 12:14:45 CEST 2002 Paolo Molaro <lupus@ximian.com>
33049         * string-icalls.[ch]: make helper methods static.
33051 2002-08-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33053         * icall.c: re-applied patch to GetValueInternal. Also added R4 and R8
33054         types to it and to SetValueInternal.
33056         * object.c: Moved handle_enum label to its proper place. This was the
33057         f... bug! ;-)
33059         This time i compiled mcs and gtk-sharp and they both work.
33061 2002-08-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33063         * icall.c: reverted partially my previous patch until 
33064         object.c:set_value handles enums correcly.
33066 2002-08-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33068         * icall.c:
33069         (ves_icall_MonoField_GetValue): changed to use mono_field_get_value.
33070         (ves_icall_System_Environment_get_MachineName): removed warning when
33071         compiling under cygwin.
33073 Thu Aug 22 18:49:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
33075         * object.c: fixed field_get_value() for reference types.
33077 2002-08-22  Dick Porter  <dick@ximian.com>
33079         * socket-io.c (ves_icall_System_Net_Sockets_Socket_RecvFrom_internal):
33080         Don't free a buffer while it's still needed.  Patch from Jonathan
33081         Liger <Jonathan.liger@wanadoo.fr>
33083 2002-08-21  Miguel de Icaza  <miguel@ximian.com>
33085         * icall.c (ves_icall_System_Environment_get_Platform): Add new
33086         internal call.
33088 2002-08-21  Dietmar Maurer  <dietmar@ximian.com>
33090         * icall.c (ves_icall_get_method_info): s/MonoMethod/MonoReflectionMethod/
33091         (ves_icall_get_parameter_info): s/MonoMethod/MonoReflectionMethod/
33093         * marshal.c (mono_marshal_get_remoting_invoke): save lmf, because
33094         we call unmanaged code which throws exceptions.
33096 Wed Aug 21 12:56:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
33098         * appdomain.h: added per-domain entry_assembly.
33099         * appdomain.c: ensure mono_runtime_exec_main () gets non-null
33100         arguments.
33101         * icall.c: Assembly::GetEntryAssembly icall.
33102         * object.c: set domain->entry_assembly in mono_runtime_exec_main().
33103         Changes above from a patch by Tomi Pakarinen <tomi.pakarinen@welho.com>.
33105 Tue Aug 20 15:42:15 CEST 2002 Paolo Molaro <lupus@ximian.com>
33107         * appdomain.h, gc.c: added mono_domain_finalize ().
33109 2002-08-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33111         * object.c:
33112         (mono_print_unhandled_exception): changed g_warning by g_printerr
33113         because g_log has a 1024 characters limit (yeah, i got a big stack
33114         trace). Don't print exception name, that should be in ToString 
33115         returned string.
33117 2002-08-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33119         * icall.c: added ves_icall_FieldInfo_SetValueInternal.
33120         * object.c: added missing MONO_TYPE_ARRAY in mono_runtime_invoke_array.
33122 2002-08-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33124         * object.c:
33125         (mono_print_unhandled_exception): after previous commit, i realized
33126         that MS calls ToString on the exception. I changed this function to
33127         do that. This way we get stack_trace for free.
33129 2002-08-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33131         * object.c:
33132         (mono_print_unhandled_exception): invoke Message property instead of
33133         getting 'message' field from Exception. Don't allocate memory for
33134         'trace' and 'message' if not needed.
33136 2002-08-18  Dick Porter  <dick@ximian.com>
33138         * unicode.c: Fix asserts to match Encoder.cs checks
33140 Fri Aug 16 21:42:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
33142         * marshal.c: fix unaligned store issue and a few wrong
33143         opcode argument types.
33145 2002-08-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33147         * icall.c: added GetUninitializedObjectInternal internal call.
33149 2002-08-16  Dietmar Maurer  <dietmar@ximian.com>
33151         * appdomain.c (mono_runtime_invoke_in_domain): transfer Exception
33152         to the right domain.
33154 2002-08-14  Dietmar Maurer  <dietmar@ximian.com>
33156         * marshal.c (mono_marshal_get_runtime_invoke): unbox value types
33158         * class.c (class_compute_field_layout): set blittable to false for Strings
33160         * appdomain.c (mono_domain_transfer_object): added support for ISerializable
33162 Wed Aug 14 17:26:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
33164         * appdomain.h, reflection.c, icall.c, object.c, reflection.h:
33165         first chunk of code to create types at runtime. Code to
33166         handle ReflectedType/DeclaringType. Make reflection handles
33167         domain specific.
33169 Wed Aug 14 17:24:21 CEST 2002 Paolo Molaro <lupus@ximian.com>
33171         * class.c: set correct name in arrays.
33173 2002-08-13  Dietmar Maurer  <dietmar@ximian.com>
33175         * appdomain.c (mono_domain_transfer_object): make it work with
33176         valuetypes. bug fixes.
33178 2002-08-12  Dick Porter  <dick@ximian.com>
33180         * object.h: Rename some parameters to avoid c++ keywords (Patch
33181         from Joseph Wenninger <kde@jowenn.at>)
33183 Thu Aug 8 13:04:18 CEST 2002 Paolo Molaro <lupus@ximian.com>
33185         * icall.c: added icall to implement Assembly.GetFile*.
33187 Thu Aug 8 10:18:17 CEST 2002 Paolo Molaro <lupus@ximian.com>
33189         * reflection.h, reflection.c: code to embed managed resources.
33191 Tue Aug 6 17:59:44 CEST 2002 Paolo Molaro <lupus@ximian.com>
33193         * class.c: move all the type size stuff into
33194         class_compute_field_layout().
33196 Tue Aug 6 11:20:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
33198         * class.c: ensure enums have always the correct instance size.
33199         * unicode.c: remove wrong assert.
33201 Mon Aug 5 19:30:04 CEST 2002 Paolo Molaro <lupus@ximian.com>
33203         * assembly.c: fix mem corruption issue.
33204         * image.h, image.c: added mono_image_get_resource () to access
33205         managed resources.
33206         * icall.c: implemented Assembly.EntryPoint property and some
33207         Managed Resources related internalcalls.
33210 Mon Aug 5 18:18:03 CEST 2002 Paolo Molaro <lupus@ximian.com>
33212         * image.c, image.h: impemented mono_image_get_entry_point ().
33213         * appdomain.c: use mono_image_get_entry_point.
33215 Mon Aug 5 13:08:15 CEST 2002 Paolo Molaro <lupus@ximian.com>
33217         * reflection.c: support the object type argument when loading
33218         custom attributes.
33220 2002-08-05  Dietmar Maurer  <dietmar@ximian.com>
33222         * marshal.c (mono_marshal_get_managed_wrapper): add suppport for
33223         String as return type.
33225 Fri Aug 2 21:15:42 CEST 2002 Paolo Molaro <lupus@ximian.com>
33227         * reflection.c: fix encoding of named args for custom attrs to match
33228         the ms implementation. Read them back when instantiating custom
33229         attributes.
33231 2002-08-02  Radek Doulik  <rodo@ximian.com>
33233         * marshal.c (mono_mb_add_data): convert ret value to LE, suggested
33234         by Dietmar as quick fix
33235         (mono_marshal_get_delegate_begin_invoke): use sig->param_count +
33236         16 as stack size, used on more places as quick fix before Dietmar
33237         will fix it properly
33239 Fri Aug 2 17:48:17 CEST 2002 Paolo Molaro <lupus@ximian.com>
33241         * object.h, object.c: added accessors for fields and properties.
33243 Fri Aug 2 17:45:15 CEST 2002 Paolo Molaro <lupus@ximian.com>
33245         * class.c, class.h: made mono_class_get_field_from_name ()
33246         loop on parent types.
33247         Added mono_class_get_property_from_name ().
33249 Fri Aug 2 11:40:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
33251         * class.c, class.h: move the code to setup the type vtable in its own
33252         function so that it can be reused also for types created at runtime.
33253         Eliminate the "class" identifier from the header file.
33254         * reflection.c: setup the vtable for enums so that we can create
33255         objects for use in SetConstant ().
33257 2002-08-02  Dietmar Maurer  <dietmar@ximian.com>
33259         * marshal.c (mono_delegate_to_ftnptr): pass delegate->target
33260         instead of the delegate itself as this pointer (bug #28383)
33262 2002-08-01  Dietmar Maurer  <dietmar@ximian.com>
33264         * marshal.c (mono_marshal_get_managed_wrapper): added return type
33265         conversions.
33267 Wed Jul 31 16:49:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
33269         * loader.c: don't set the pinvoke bit on icalls.
33271 2002-07-31  Dietmar Maurer  <dietmar@ximian.com>
33273         * debug-helpers.c (mono_method_full_name): only print a number to
33274         indicate wrapper type (so that the output is more readable in traces).
33276 2002-07-30  Dietmar Maurer  <dietmar@ximian.com>
33278         * class.c (mono_class_init): include method override patch from Paolo
33280 Tue Jul 30 15:20:08 CEST 2002 Paolo Molaro <lupus@ximian.com>
33282         * icall.c: fixed GetTypeCode().
33284 2002-07-29  Dietmar Maurer  <dietmar@ximian.com>
33286         * threads.c (ves_icall_System_Threading_Thread_Thread_internal):
33287         use real delegate invoke function to make it work with multicast
33288         delegates (fix bug# 28291).
33290 Fri Jul 26 11:58:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
33292         * object.c: load constant strings.
33294 Fri Jul 26 11:36:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
33296         * reflection.c: no magic numbers.
33297         * tabledefs.h: security action enum.
33299 Fri Jul 26 11:22:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
33301         * assembly.c: fix possible memory corruption.
33303 Thu Jul 25 13:58:38 CEST 2002 Paolo Molaro <lupus@ximian.com>
33305         * reflection.h, reflection.c: added support for linking resources.
33306         * verify.c: check we have an updated corlib.
33308 2002-07-25  Dietmar Maurer  <dietmar@ximian.com>
33310         * marshal.c (mono_marshal_get_native_wrapper): correctly marshal
33311         string arrays.
33312         (mono_marshal_string_array): null terminate unmanaged string arrays.
33313         (mono_marshal_get_managed_wrapper): print warning for arrays (not implemented)
33315 Wed Jul 24 13:32:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
33317         * icall.c: Type.GetType () can now return also types from the
33318         calling assembly.
33320 Wed Jul 24 13:04:05 CEST 2002 Paolo Molaro <lupus@ximian.com>
33322         * loader.h, loader.c: stack walking support.
33323         * icall.c: implemented GetCurrentMethod, GetExecutingAssembly,
33324         GetCallingAssembly.
33326 2002-07-24  Dietmar Maurer  <dietmar@ximian.com>
33328         * marshal.c: added optimisations for blittable types 
33330         * class.c (mono_array_class_get): do not set blittable attribute on arrays
33331         (mono_class_setup_mono_type): set blittable attribute for single
33332         and double.
33334         * marshal.c (mono_string_utf8_to_builder): impl.
33335         (mono_string_builder_to_utf8): impl.
33336         (mono_marshal_get_native_wrapper): impl. StringBuilder marshaling
33338 2002-07-23  Dietmar Maurer  <dietmar@ximian.com>
33340         * marshal.c (mono_marshal_get_native_wrapper): impl. byref types
33341         (mono_marshal_get_managed_wrapper): impl. byref types
33343 2002-07-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33345         * icall.c:
33346         (search_method): don't display debug message. 
33348 2002-07-22  Dietmar Maurer  <dietmar@ximian.com>
33350         * metadata.c (mono_type_stack_size): removed temporary fix for new gcc
33352 Mon Jul 22 18:17:05 CEST 2002 Paolo Molaro <lupus@ximian.com>
33354         * appdomain.c: set the missing filename when throwing exception.
33356 2002-07-22  Dietmar Maurer  <dietmar@ximian.com>
33358         * metadata.c (mono_type_size): code cleanup
33359         (mono_type_stack_size): removed some test code
33361 2002-07-21  Miguel de Icaza  <miguel@ximian.com>
33363         * appdomain.c (ves_icall_System_Reflection_Assembly_LoadFrom): Use
33364         mono_get_exception_file_not_found now.
33366         * exception.c (mono_exception_from_name_two_strings): New version
33367         that will call a constructor with two string arguments. 
33368         (mono_get_exception_file_not_found): New helper routine, used to
33369         report file-not-found errors.
33371 2002-07-20  Dick Porter  <dick@ximian.com>
33373         * process.h:
33374         * process.c: Pass file handles to CreateProcess
33375         
33376         * icall.c:
33377         * file-io.h:
33378         * file-io.c: Implemented CreatePipe
33380 2002-07-19  Dietmar Maurer  <dietmar@ximian.com>
33382         * metadata.c (mono_get_param_info): set alignment for value types
33384 Fri Jul 19 18:58:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
33386         * appdomain.h, domain.c, threads-types.h: don't include config.h in headers.
33387         Constify mono_domain_assembly_open().
33388         * loader.c: handle null namespace in icalls.
33390 2002-07-19  Dietmar Maurer  <dietmar@ximian.com>
33392         * marshal.c (emit_ptr_to_str_conv): marshal object as structs
33393         (emit_str_to_ptr_conv): marshal object as structs
33395         * metadata.c (mono_type_to_unmanaged): marshal object as structs
33397         * marshal.c (mono_marshal_get_runtime_invoke): support value types
33399 2002-07-18  Dietmar Maurer  <dietmar@ximian.com>
33401         * marshal.c (mono_marshal_get_runtime_invoke): use exception filters
33402         (mono_marshal_get_native_wrapper): we an now return value types
33404 Wed Jul 17 18:21:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
33406         * verify.c: more checks implemented.
33408 2002-07-17  Dietmar Maurer  <dietmar@ximian.com>
33410         * marshal.c (mono_delegate_to_ftnptr): invoke the right method
33411         (fix bug #27695)
33412         (mono_marshal_get_native_wrapper): allow byref arguments
33413         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringXXX):
33414         impl. PtrToStringXXX methods
33415         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStructure_type): impl.
33416         (ves_icall_System_Runtime_InteropServices_Marshal_OffsetOf): impl.
33417         (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalAnsi): impl.
33418         (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalUni): impl.
33419         (ves_icall_System_Runtime_InteropServices_Marshal_DestroyStructure): impl.
33421 Tue Jul 16 19:00:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
33423         * reflection.c: fix buglet in parsing an assembly name.
33425 2002-07-16  Dietmar Maurer  <dietmar@ximian.com>
33427         * marshal.c (emit_ptr_to_str_conv): first impl.
33429 Tue Jul 16 12:39:33 CEST 2002 Paolo Molaro <lupus@ximian.com>
33431         * object.c, class.h: cache the vtable in the class as suggested by
33432         vargaz@freemail.hu (Zoltan Varga).
33434 Tue Jul 16 11:27:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
33436         * class.h, loader.c: added mono_field_from_token().
33437         * verify.c: first cut of type checking code.
33439 2002-07-16  Dietmar Maurer  <dietmar@ximian.com>
33441         * marshal.c (mono_marshal_get_native_wrapper): support valuetypes
33443 2002-07-15  Dietmar Maurer  <dietmar@ximian.com>
33445         * marshal.c (mono_marshal_get_native_wrapper): handle enum types
33446         (fix bug #27782)
33447         (mono_marshal_get_remoting_invoke): impl.
33448         (mono_delegate_begin_invoke): impl.
33449         (mono_mb_emit_save_args): impl.
33450         (mono_delegate_end_invoke): impl.
33451         (mono_marshal_get_delegate_begin_invoke):
33452         (mono_marshal_get_delegate_end_invoke):
33453         (mono_marshal_get_delegate_invoke): generate a special name for
33454         those methods (including the signature) and associate them whith
33455         the delegate class. 
33457 2002-07-13  Gonzalo Paniagua Javier <gonzalo@gnome-db.org>
33459         * reflection.[ch]: 
33460         (mono_reflection_type_from_name): now it has a MonoImage parameter
33461         which is used as the default image to search the type in. If the image
33462         is NULL or getting the type from it fails, it defaults to corlib.
33464         * icall.c: changed 1 call to mono_reflection_type_from_name to match
33465         new parameter.
33467 Sat Jul 13 19:32:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
33469         * reflection.c: update the parameter table index.
33471 Sat Jul 13 17:34:23 CEST 2002 Paolo Molaro <lupus@ximian.com>
33473         * domain.c: don't include the mark byte in the string hash.
33475 Sat Jul 13 15:06:23 CEST 2002 Paolo Molaro <lupus@ximian.com>
33477         * icall.cs: icall for Type.GetTypeCode ().
33478         * verify: a couple of fixes and disabled local initialization checks.
33480 2002-07-12  Dietmar Maurer  <dietmar@ximian.com>
33482         * marshal.c: better debugging support (DEBUG_RUNTIME_CODE)
33484         * debug-helpers.c (mono_method_full_name): print the type of the
33485         runtime wrapper
33487         * metadata.c (mono_signature_hash): a hash function for signatures
33488         (mono_signature_hash): better hash algorithm
33490         * marshal.c (mono_marshal_get_delegate_invoke): cache methods by signature
33492         * debug-helpers.c (mono_method_full_name): this can now generate
33493         method names with signatures
33495         * marshal.c (mono_marshal_get_managed_wrapper): bug fix: unmanaged
33496         method dont have this pointers.
33498 Fri Jul 12 11:35:48 CEST 2002 Paolo Molaro <lupus@ximian.com>
33500         * reflection.c: fixup typebuilder tokens.
33501         * image.c: fix buglet.
33502         * marshal.h: remove whitespace.
33503         * metadata.h, metadata.c: reinstate code that was removed.
33504         * verify.c: handle catch directives and fix another couple of bugs.
33506 2002-07-11  Dietmar Maurer  <dietmar@ximian.com>
33508         * marshal.c (mono_marshal_get_native_wrapper): support BOOLEAN
33509         (mono_marshal_get_native_wrapper): make it comp. with the old code
33510         (mono_marshal_get_native_wrapper): support boolean
33511         (mono_marshal_get_managed_wrapper): support more types
33513 2002-06-25  Dietmar Maurer  <dietmar@ximian.com>
33515         * class.c (class_compute_field_layout): compute class->blittable attribute.
33517 2002-07-09  Dick Porter  <dick@ximian.com>
33519         * threads.c: Make the thread cleaning up cope with threads that
33520         call ExitThread()
33522 2002-07-08  Radek Doulik  <rodo@ximian.com>
33524         * reflection.c (method_encode_code): use non-translated values to
33525         compute finally_start, this fixes exception handling on ppc, yay!
33527         * decimal.h (struct signscale): fix endianess
33529 2002-07-07  Radek Doulik  <rodo@ximian.com>
33531         * reflection.c: swap box_val and not val
33533 Mon Jul 8 15:18:59 CEST 2002 Paolo Molaro <lupus@ximian.com>
33535         * reflection.c, reflection.h: handle full assembly info in type name.
33536         Handle Type arguments when loading custom attributes.
33537         * icall.c: updated to use new mono_reflection_type_from_name () method.
33539 2002-07-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33541         * loader.c:
33542         (method_from_memberref): also print assembly name when method not found.
33544 2002-07-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33546         * icall.c:
33547         (ves_icall_TypeGetProperties): fixed bug #27473. 
33549 2002-07-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33551         * reflection.c: display image name and token when cannot find the
33552         .ctor for an attribute.
33554 2002-07-05  Martin Baulig  <martin@gnome.org>
33556         * debug-symfile.c: Reflect latest MonoDwarfFileWriter changes.
33558 2002-07-04  Dick Porter  <dick@ximian.com>
33560         * threads.c (mono_thread_cleanup): Nasty kludge to get this to
33561         compile on mingw.  This will cause mingw builds to not wait for
33562         subthreads to terminate after the main thread does.  I've lodged a
33563         bug with the mingw developers for them to wrap OpenThread().
33565 2002-07-03  Dick Porter  <dick@ximian.com>
33567         * threads.c: Store thread IDs instead of handles, because
33568         GetCurrentThread() returns a pseudohandle and therefore stores
33569         useless values.  mono_thread_cleanup() continues checking the
33570         array of threads until it is empty, to cope with subthreads
33571         spawning new threads after the main thread has finished.
33573         * profiler.h:
33574         * profiler.c:
33575         * profiler-private.h: Pass the thread ID to thread profiler
33576         functions, instead of a handle
33578 Wed Jul 3 17:43:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
33580         * verify.c: fixes to make it more usable.
33581         * pedump.c: added --verify code to verify IL code in an assembly.
33583 Tue Jul 2 20:40:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
33585         * reflection.c: turn errors into warnings to allow compiling corlib.
33587 Tue Jul 2 19:33:20 CEST 2002 Paolo Molaro <lupus@ximian.com>
33589         * reflection.c: add special cases to compile corlib.
33591 Mon Jul 1 18:00:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
33593         * reflection.c: handle properties with only a set method.
33595 Mon Jul 1 17:11:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
33597         * opcodes.h: add enum with opcodes in opval order.
33599 2002-07-01  Dick Porter  <dick@ximian.com>
33600         
33601         * object.h:
33602         * object.c (mono_runtime_run_main): Removed unneeded argument
33604 2002-06-28  Martin Baulig  <martin@gnome.org>
33606         * debug-symfile.c: Reflect latest MonoDwarfFileWriter changes.
33608 2002-06-27  Dick Porter  <dick@ximian.com>
33610         * threads.c: Store the handle in both the parent thread and in the
33611         subthread, to minimise the time between starting a new thread and
33612         storing its ID.
33614 2002-06-26  Dick Porter  <dick@ximian.com>
33616         * appdomain.c (mono_runtime_cleanup): Close the socket library
33617         after all the threads have finished, not before
33619 2002-06-26  Martin Baulig  <martin@gnome.org>
33621         * debug-symfile.c (mono_debug_find_source_location): Added
33622         `guint32 *line_number' argument.  If it's not NULL, store the line number
33623         there and return the file name without the line number.
33625 2002-06-25  Dick Porter  <dick@ximian.com>
33627         * icall.c:
33628         * process.h:
33629         * process.c: Process forking and other support functions
33631 2002-06-25  Dick Porter  <dick@ximian.com>
33633         * image.c (do_mono_image_open): Set ref_count to 1, so that bad
33634         things dont happen when the image is closed.
33635         (mono_image_lookup_resource): Walk the resource section looking
33636         for a particular entry
33638         * cil-coff.h: PE resource section decoding
33640 2002-06-25  Dick Porter  <dick@ximian.com>
33641         
33642         * assembly.h:
33643         * assembly.c: 
33644         (mono_assembly_foreach): Accessor functions to walk the list of
33645         loaded assemblies
33646         (mono_assembly_set_main):
33647         (mono_assembly_get_main): Process methods need to know which
33648         assembly is the "main" one
33650         * object.c (mono_runtime_run_main): Record the main assembly
33652         * debug-helpers.c: Fix typo
33654 2002-06-24  Dietmar Maurer  <dietmar@ximian.com>
33656         * icall.c (ves_icall_System_Runtime_InteropServices_Marshal_copy_to_unmanaged): impl.
33657         (ves_icall_System_Runtime_InteropServices_Marshal_copy_from_unmanaged): impl.
33659 Sat Jun 22 11:37:25 CEST 2002 Paolo Molaro <lupus@ximian.com>
33661         * icall.c: fix off-by-one in Assembly.GetTypes() reported by bob@karr.ath.cx.
33663 2002-06-21  Miguel de Icaza  <miguel@ximian.com>
33665         * image.c (do_mono_image_open): Initialize reference count,
33666         otherwise we leak the MonoImage.
33668 Fri Jun 21 19:16:47 CEST 2002 Paolo Molaro <lupus@ximian.com>
33670         * reflection.c: small tweak to handle self-hosting.
33672 Thu Jun 20 23:28:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
33674         * reflection.c: fix type name parse code.
33676 Thu Jun 20 19:24:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
33678         * reflection.c: break out of the loop.
33679         * image.c: special case corlib.
33681 Thu Jun 20 16:43:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
33683         * reflection.c: add all the custom attrs at the end to ensure the
33684         ctors have been properly initialized when the attributes are defined
33685         in the current assembly.
33687 Thu Jun 20 13:46:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
33689         * reflection.c: handle correctly multiple-nested types.
33691 Thu Jun 20 11:49:00 CEST 2002 Paolo Molaro <lupus@ximian.com>
33693         * row-indexes.h: fix typos.
33694         * reflection.c: adjust for typos and fix method_def_or_ref
33695         encoding in MethodImpl table.
33697 Wed Jun 19 21:57:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
33699         * reflection.c: fix entry point patching (thanks Serge!).
33701 2002-06-18  Dietmar Maurer  <dietmar@ximian.com>
33703         * verify.c: add check for System.Exception
33705 Mon Jun 17 20:23:23 CEST 2002 Paolo Molaro <lupus@ximian.com>
33707         * image.c, class.c: minifix for code just c&p'ed.
33708         * reflection.c: warning fix.
33709         * object.h, loader.h, domain.c: load also StringBuilder.
33711 Mon Jun 17 17:29:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
33713         * marshal.h, marshal.c: some support code to handle complex marshaling.
33715 Mon Jun 17 16:32:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
33717         * class.h, class.c, reflection.c: handle ignorecase in GetType ().
33718         Better signatures with vtable error dump.
33720 Mon Jun 17 16:13:35 CEST 2002 Paolo Molaro <lupus@ximian.com>
33722         * reflection.c, reflection.h, icall.c: fixes for multiple-nested types.
33724 2002-06-17  Dietmar Maurer  <dietmar@ximian.com>
33726         * icall.c (ves_icall_Type_GetField): impl.
33728 Mon Jun 17 16:08:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
33730         * metadata.h, metadata.c: added mono_metadata_get_marshal_info()
33731         to retrieve a marshal description blob for a field or param.
33733 Mon Jun 17 14:57:03 CEST 2002 Paolo Molaro <lupus@ximian.com>
33735         * reflection.h, reflection.c: change order of nested type emission
33736         to avoid table corruption. The NestedTypes table is sorted.
33737         * icall.c: change order of GetConstructor results to workaround mcs bug.
33739 Fri Jun 14 16:24:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
33741         * reflection.h, reflection.c: handle field and param marshal
33742         information.
33744 Wed Jun 12 16:30:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
33746         * icall.c, marshal.c marshal.h: more Marshal class implementation.
33748 Tue Jun 11 17:29:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
33750         * reflection.c: fix call convention.
33752 Tue Jun 11 16:52:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
33754         * reflection.h, reflection.c: mono_image_get_memberref_token()
33755         takes a type instead of a class, now. Added
33756         mono_image_get_array_token() to create tokens for the special
33757         multi-dim array methods.
33759 Tue Jun 11 13:21:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
33761         * assembly.c: handle modules (no assembly table). Split
33762         loading references in its own function.
33763         * class.c: handle moduleref resolution scope.
33764         * image.c, image.h: cache module name in image.
33766 2002-06-07  Martin Baulig  <martin@gnome.org>
33768         * reflection.c (mono_image_get_type_info): Only add a class layout entry
33769         if we actually have a `tb->class_size' (ie. it's not UnspecifiedTypeSize).
33771 Fri Jun 7 22:07:25 CEST 2002 Paolo Molaro <lupus@ximian.com>
33773         * icall.c: more signature fixes that used uint instead of int.
33775 Fri Jun 7 20:41:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
33777         * reflection.c: fixed signature of field refs.
33779 Fri Jun 7 19:41:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
33781         * class.c, reflection.c: handle typerefs of nested types
33782         (both on read and when writing files).
33784 Fri Jun 7 17:46:50 CEST 2002 Paolo Molaro <lupus@ximian.com>
33786         * icall.c: fix method signatures that tried to workaround the previous
33787         typo, d'oh!
33789 Fri Jun 7 17:36:33 CEST 2002 Paolo Molaro <lupus@ximian.com>
33791         * debug-helpers.c: fix typo.
33793 Fri Jun 7 17:00:04 CEST 2002 Paolo Molaro <lupus@ximian.com>
33795         * cil-coff.h, icall.c, image.c, reflection.c, reflection.h:
33796         rewrote the PE/COFF writing code (our programs are understood by the
33797         ms runtime, now).
33799 Tue Jun 4 18:10:47 CEST 2002 Paolo Molaro <lupus@ximian.com>
33801         * gc.c, gc.h, icall.c: weakreference support.
33803 Tue Jun 4 16:06:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
33805         * Makefile.am, mono-config.c: use $(sysconfdir).
33807 Mon Jun 3 13:13:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
33809         * icall.c: changed default precision of Double.ToString() to 15.
33810         Fixed memory leak. Unified with Single.ToString.
33812 Sat Jun 1 14:26:45 CEST 2002 Paolo Molaro <lupus@ximian.com>
33814         * sysmath.c: workaround systems missing NAN and/or HUGE_VAL.
33816 Sat Jun 1 13:46:54 CEST 2002 Paolo Molaro <lupus@ximian.com>
33818         * pedump.c, appdomain.c, appdomain.h, assembly.c, domain.c,
33819         gc.c, icall.c, image.c, mono-config.c, reflection.c: killed
33820         warnings and compilation fixes from Dennis Haney (davh@davh.dk)
33821         and myself.
33823 Fri May 31 16:58:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
33825         * debug-symfile.c, sysmath.c: yet more compilation fixes.
33827 Fri May 31 16:35:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
33829         * reflection.c, socket-io.c: more compilation fixes.
33831 Fri May 31 15:58:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
33833         * appdomain.c, class.c, class.h, debug-symfile.c, decimal.c,
33834         domain.c, loader.c, object.c, object.h, reflection.c, string-icalls.h,
33835         unicode.c: warning and compiler compatibility fixes.
33837 Fri May 31 15:36:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
33839         * class.h, metadata.c: fixed warnings/compilation errors.
33841 Fri May 31 13:08:25 CEST 2002 Paolo Molaro <lupus@ximian.com>
33843         * Makefile.am, mono-config.c, mono-config.h: configuration file
33844         support routines.
33845         * loader.c, loader.h: make Dll mapping configurable at runtime in the
33846         config file. Export methods to insert and lookup mappings.
33848 Fri May 31 12:45:38 CEST 2002 Paolo Molaro <lupus@ximian.com>
33850         * reflection.c: handle types and boxed objects in custom attr
33851         constructors.
33853 2002-05-30  Martin Baulig  <martin@gnome.org>
33855         * debug-symfile.c
33856         (ves_icall_Debugger_MonoSymbolWriter_method_builder_from_token): Removed.
33858 Thu May 30 14:15:02 CEST 2002 Paolo Molaro <lupus@ximian.com>
33860         * metadata.c, metadata.h: added mono_metadata_implmap_from_method()
33861         to lookup the implmap row for a P/Invoke method.
33862         * loader.c: added mono_lookup_pinvoke_call(): we only lookup a
33863         P/Invoke method from the runtime on an as needed basis.
33865 2002-05-28  Dietmar Maurer  <dietmar@ximian.com>
33867         * metadata.c (mono_metadata_parse_signature): impl.
33869 Tue May 28 16:02:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
33871         * class.c: handle .pack directive.
33873 Tue May 28 11:04:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
33875         * object.c: initialize static fields with RVA data.
33877 2002-05-25  Martin Baulig  <martin@gnome.org>
33879         * debug-symfile.c
33880         (ves_icall_Debugger_DwarfFileWriter_get_type_token): Removed.
33882 2002-05-24  Martin Baulig  <martin@gnome.org>
33884         * debug-symfile.c
33885         (ves_icall_Debugger_MonoSymbolWriter_get_local_type_from_sig): Removed.
33886         (ves_icall_Debugger_MonoSymbolWriter_method_from_token): Renamed to
33887         `ves_icall_Debugger_MonoSymbolWriter_method_builder_from_token'.
33889 Thu May 23 18:44:37 CEST 2002 Paolo Molaro <lupus@ximian.com>
33891         * object.c: special case string ctros in invoke.
33892         * gc.c: silly whitespace changes.
33894 2002-05-23  Dietmar Maurer  <dietmar@ximian.com>
33896         * threadpool.[ch]: impl. a threadpool that can
33897         be used by mint and mono.
33899 2002-05-22  Martin Baulig  <martin@gnome.org>
33901         * debug-symfile.c (ves_icall_Debugger_MonoSymbolWriter_method_from_token):
33902         The first argument is now a `MonoReflectionModuleBuilder *', the return
33903         value is a `MonoReflectionModuleBuilder *'.  Use the AssemblyBuilder's
33904         `methods' field to get the method builder.  The `token' argument is the
33905         unfixed token.
33907         * unicode.c (iconv_get_length, iconv_convert): Silently ignore all
33908         invalid characters instead of g_assert_not_reached()ing.  This seems
33909         to be the behaviour of mscorlib.
33911 2002-05-22  Dietmar Maurer  <dietmar@ximian.com>
33913         * object.c (mono_runtime_invoke_array): applied patch from Rachel
33914         Hestilow to fix bug #25104
33916 2002-05-21  Martin Baulig  <martin@gnome.org>
33918         * debug-symfile.c (mono_debug_find_source_location): New function.
33919         Looks up an IL offset in the line number table and returns the source
33920         location as a string.
33922 2002-05-21  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33924         * icall.c:
33925         (mono_double_ToStringImpl): changed %f by %g until we have something
33926         better.
33928 2002-05-21  Nick Drochak  <ndrochak@gol.com>
33930         * icall.c : Use different name for Math.Pow's icall.  Needed to check
33931         parameters first in C#.
33933 Mon May 20 17:36:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
33935         * icall.c, reflection.h: added icall to get info about an event.
33937 2002-05-20  Radek Doulik  <rodo@ximian.com>
33939         * object.c (mono_value_box): don't use memcpy for boxing on BIG
33940         endian
33941         (mono_value_box): don't use memcpy for small sizes on
33942         architectures with unaligned access
33944 2002-05-20  Martin Baulig  <martin@gnome.org>
33946         * reflection.c (mono_reflection_setup_internal_class): Don't crash
33947         if `tb->parent == NULL'.
33948         (mono_reflection_create_internal_class): New function.  This is
33949         called from TypeBuilder.CreateType() and sets `klass->enum_basetype'
33950         for enum types.
33952         * icall.c ("System.Reflection.Emit.TypeBuilder::create_internal_class"):
33953         New interncall.
33955 2002-05-19  Martin Baulig  <martin@gnome.org>
33957         * unicode.c (ves_icall_iconv_get_bytes): Actually use the `charCount'
33958         argument to get the length, don't default to the array length.
33960 2002-05-18  Miguel de Icaza  <miguel@ximian.com>
33962         * assembly.c (mono_assembly_setrootdir): New function used to
33963         override the MONO_ASSEMBLIES directory.
33965 Fri May 17 20:39:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
33967         * icall.c: ValueType_GetHashCode() initialize local var.
33969 Thu May 16 17:20:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
33971         * reflection.c: sort custom attributes table.
33973 Thu May 16 16:08:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
33975         * reflection.c: support named args in custom attributes (write support).
33977 Thu May 16 13:04:59 CEST 2002 Paolo Molaro <lupus@ximian.com>
33979         * reflection.c: fix finally position calculation.
33981 2002-05-15  Radek Doulik  <rodo@ximian.com>
33983         * reflection.c: fixed endianess at many places
33985         * icall.c (ves_icall_InitializeArray): comment out debug msg
33987 2002-05-15  Dietmar Maurer  <dietmar@ximian.com>
33989         * object.c (mono_unhandled_exception): new function to handle
33990         unhandled exceptions.
33991         (mono_unhandled_exception): call the UnhandledException event.
33992         (mono_runtime_delegate_invoke): impl.
33994 Wed May 15 15:59:55 CEST 2002 Paolo Molaro <lupus@ximian.com>
33996         * metadata.h, metadata.c, class.c: mono_metadata_field_info ()
33997         returns the RVA, not the direct pointer to the data. Handle the case
33998         when the class size is fixed.
34000 Tue May 14 16:59:44 CEST 2002 Paolo Molaro <lupus@ximian.com>
34002         * reflection.c: fix some endianess issues.
34004 2002-05-14  Dietmar Maurer  <dietmar@ximian.com>
34006         * object.c (mono_runtime_invoke): is now able to catch exceptions.
34008         * threads.c (mono_thread_init): added a callback which is invoked
34009         at thread start.
34011 2002-05-14  Dan Lewis  <dihlewis@yahoo.co.uk>
34012         
34013         * icall.c: make GetHashCode return non-negative values.
34015 2002-05-14  Dan Lewis  <dihlewis@yahoo.co.uk>
34017         * object.c, icall.c, gc.c: revert to address-based hashcode.
34019 2002-05-13  Miguel de Icaza  <miguel@ximian.com>
34021         * icall.c (mono_double_ParseImpl): Added ParseImpl method.
34023 Mon May 13 16:40:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
34025         * icall.c, class.c: special case <Module>.
34027 2002-05-13  Dan Lewis  <dihlewis@yahoo.co.uk>
34029         * icall.c: fix bug in GetNow().
34031 2002-05-11  Dietmar Maurer  <dietmar@ximian.com>
34033         * object.c (mono_runtime_class_init): make sure that we call all
34034         static class constructors.
34036 Fri May 10 18:14:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
34038         * reflection.c: sort methodsemantics table.
34040 Fri May 10 16:31:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
34042         * reflection.h, reflection.c: honour init locals setting.
34044 Thu May 9 18:50:00 EDT 2002 Daniel Morgan <danmorg@sc.rr.com>
34046         * icall.c: copied Double ToStringImpl for Single ToStringImpl
34048 Wed May 8 12:28:28 CEST 2002 Paolo Molaro <lupus@ximian.com>
34050         * reflection.c: support ContructorBuilders in attribute blob creation.
34052 Wed May 8 12:06:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
34054         * reflection.c: some changes to build a binary that can be run
34055         directly in windows.
34057 Mon May 6 13:10:34 CEST 2002 Paolo Molaro <lupus@ximian.com>
34059         * loader.c: print a big message when an icall can't be found.
34061 2002-05-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
34063         * string-icalls.c: fix bug 24248.
34065 Sat May 4 14:03:21 CEST 2002 Paolo Molaro <lupus@ximian.com>
34067         * appdomain.c, appdomain.h, assembly.c, assembly.h, image.h,
34068         icall.c, reflection.h: separate assembly loading by pathname and by
34069         assembly name. Use the MONO_PATH env var to search for assemblies.
34071 Thu May 2 17:56:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
34073         * assembly.c, image.h: add some support for assemblies
34074         with multiple modules.
34075         * class.c, class.h: export mono_class_from_typeref().
34076         * loader.c: remove duplicated code and use mono_class_from_typeref(),
34077         instead.
34079 Thu May 2 15:51:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
34081         * unicode.c: Char.IsNumber doesn't include hex digits as the ms
34082         documentation says (the ECMA one is correct).
34084 2002-05-02  Dick Porter  <dick@ximian.com>
34086         * threads.c: Use GC_debug_register_finalizer with GC_debug_malloc.
34087         Don't name the synchronisation mutex.
34089 2002-04-30  Jeffrey Stedfast  <fejj@ximian.com>
34091         * rand.c
34092         (ves_icall_System_Security_Cryptography_RNGCryptoServiceProvider_GetBytes):
34093         Make the prototypes match.
34094         (ves_icall_System_Security_Cryptography_RNGCryptoServiceProvider_GetNonZeroBytes):
34095         Same.
34097         * icall.c
34098         (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Fixed for
34099         systems that use 'timezone' rather than tm.tm_gmtoff. Also, not
34100         all systems have tm.tm_zone, so use strftime() with %Z to print
34101         the timezone abreviation into a temp string.
34103         * object.c (mono_ldstr): Fixed to use mono_string_chars() macro
34104         rather than mono_array_addr() on a MonoString on Big Endian
34105         machines.
34107 2002-04-30  Dietmar Maurer  <dietmar@ximian.com>
34109         * string-icalls.c (ves_icall_System_String_InternalReplace_Str):
34110         fix bug 24041
34112 2002-04-30  Dick Porter  <dick@ximian.com>
34114         * socket-io.c: Cope with SOCKET being an integer rather than a
34115         pointer now.
34117         * threads.c: Added Thread_free_internal, to deal with thread
34118         handle cleanup.  Moved calls to handle_store() and handle_remove()
34119         to start_wrapper(), so each can only be called once.  Allocate
34120         synchronisation blocks with GC_malloc(), and use GC finalisation
34121         to close the handles.
34123         * icall.c: added System.Threading.Thread::Thread_free_internal
34125 Mon Apr 29 15:33:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
34127         * icall.c: support Environment.Exit, CommandLineArgs().
34129 Mon Apr 29 15:15:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
34131         * object.c, object.h: added mono_runtime_run_main () and
34132         mono_runtime_get_main_args () for use in System.Environment.
34134 Mon Apr 29 13:45:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
34136         * gc.c: fix thinko, enable actual finalization since the jit is now
34137         fixed.
34139 Mon Apr 29 12:47:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
34141         * gc.c, object.c: take into account that an object may be offset wrt the address
34142         returned by GC_malloc().
34144 Mon Apr 29 12:14:39 CEST 2002 Paolo Molaro <lupus@ximian.com>
34146         * image.c: handle files without entries in the assembly table (modules).
34148 2002-04-28 Patrik Torstensson <patrik.torstensson@intel.com>
34150         * reflection.c (mono_reflection_setup_internal_class): remove g_assert_not_reached() to allow 
34151         mcs selfhosting again (build breaker) and did move the check to class instead. parent is
34152         allowed to be null when it's System.Object class setup.
34154 2002-04-27  Martin Baulig  <martin@gnome.org>
34156         * reflection.c (mono_reflection_setup_internal_class): g_assert_not_reached()
34157         if `tb->parent == NULL' rather than crashing.
34159 2002-04-28  Nick Drochak  <ndrochak@gol.com>
34161         * sysmath.c (ves_icall_System_Math_Asin): Fix copy-paste error.  Was
34162         calling acos() where asin() should have been called.
34164 2002-04-26  Martin Baulig  <martin@gnome.org>
34166         * assembly.c (default_assembly_name_resolver): Use G_FILE_TEST_IS_REGULAR
34167         instead of G_FILE_TEST_EXISTS - if you're in mcs/class/corlib/System/Test,
34168         there's a subdirectory called `System', but we don't want to read that
34169         subdirectory as an assembly.
34171 2002-04-25  Martin Baulig  <martin@gnome.org>
34173         * debug-symfile.c: Reflect latest MonoString changes.
34175 Thu Apr 25 16:38:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
34177         * rand.c, rand.h: instance method icalls need to have an explicit
34178         this pointer as first argument in the C implementation.
34180 2002-04-25  Nick Drochak <ndrochak@gol.com>
34182         * icall.c: Fix typo in map for GetNonZeroBytes
34184 2002-04-24      Patrik Torstensson <patrik.torstensson@labs2.com>
34186         * string-icalls.c : String does now passes unit tests without any 
34187         errors, the following changes has been made:
34188         
34189         Implemented replace methods.
34190         Renaming of methods to (try) follow the standard.
34191         Fixed compare ordinal
34192         Made all memory allocated directly to function instead of via icall function.
34193         Small performance fix in is_in_array function
34194                         
34195  (2002-04-23) Changes from Duncan Mak <duncan@ximian.com>
34197         c (mono_string_Internal_ctor_charp_int_int):
34198         (mono_string_Internal_ctor_sbytep_int_int):  Removed check for
34199         sindex < 0, throw ArgumentOutOfRangeException instead of
34200         ArgumentNullException.
34202         Added new check for length == 0, however
34203         I need to make it return String.Empty from the C code.
34204         
34205         (mono_string_Internal_ctor_sbytep): Use mono_string_new, and let
34206         that calculate the length for us here.
34207         
34208         (mono_string_Internal_ctor_sbytep_int_int): Replaced
34209         mono_string_new_utf16 with mono_string_new, since value is utf8.
34211 Wed Apr 24 18:43:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
34213         * object.c: register the object for finalization if needed.
34214         Allocate one more char in the string for the terminating 0 char.
34216 Wed Apr 24 18:22:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
34218         * class.c, class.h, image.c: check if a type implemenst a destructor.
34219         Use the proper key for array class lookups.
34220         * icall.c: register the icalls in the System.GC class.
34221         * gc.c, gc.h: GC-related functions and icalls.
34223 2002-04-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
34225         * icall.c:
34226         * socket-io.c:
34227         * unicode.c: free some strings gotten from mono_string_to_utf8 and
34228         changed a couple of free () by g_free ().
34230         * decimal.c: one-liner in the comments for decimal2string ().
34232 2002-04-24      Patrik Torstensson <patrik.torstensson@labs2.com>
34234         * object.c (mono_runtime_invoke_array) : Bug because of my incompetence.
34236 2002-04-24      Patrik Torstensson <patrik.torstensson@labs2.com>
34238         * reflection.c (mono_reflection_get_custom_attrs) : fixed image bug (crash)
34239         * object.c (mono_runtime_invoke_array) : handle null in params
34241 2002-04-23      Patrik Torstensson <patrik.torstensson@labs2.com>
34243         * string-icalls.c: fixed bug in split (one off bug)
34245 2002-04-23      Patrik Torstensson <patrik.torstensson@labs2.com>
34247         * string-icalls.c: fixed bug in remove and lastindexofany, add equals icall.
34248         * icalls.c: added String::Equals as internal method
34250 2002-04-23      Patrik Torstensson <patrik.torstensson@labs2.com>
34252         * threads.c: fixed bug in the double interlocked functions
34254 2002-04-22      Patrik Torstensson <patrik.torstensson@labs2.com>
34256         * threads.c: implemented all of the new interlocked icalls.
34257         * string-icalls.c: fix a bug in insert.
34258         * icalls.c: added the icalls for interlocked, removed old string functions.
34259         
34260 Mon Apr 22 19:44:16 CEST 2002 Paolo Molaro <lupus@ximian.com>
34262         * loader.c: fix off-by-one error when reading argument names.
34264 Mon Apr 22 19:28:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
34266         * profiler.c: win32 counter implementation (untested).
34267         * icall.cs: win32 GetNow() and GetTimeZoneData() implementations
34268         (the latter needs testing and more complete impl. from win32 folks).
34270 2002-04-21  Dan Lewis  <dihlewis@yahoo.co.uk>
34272         * object.c: mono_array_new_full workaround mono_array_class_get
34273         problem.
34275 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
34277         * string-icalls.c (mono_string_InternalRemove): Fixed overwrite bug.
34278         * object.h (mono_string_chars): Changed casting type.
34280 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
34282         * string-icalls.c: Fixed trim method, added the constructors done by Duncan, fixed
34283                            method signatures to use gunichar2 instead of gint16.
34285 2002-04-20  Dan Lewis  <dihlewis@yahoo.co.uk>
34287         * object.h, object.c: domain-specific versions of mono_object_new and
34288         mono_array_new.
34290 2002-04-20  Dietmar Maurer  <dietmar@ximian.com>
34292         * object.c: changed String layout
34294         * string-icalls.c (mono_string_Internal_ctor_chara): added
34295         internal string constructors.
34297 Sat Apr 20 13:33:07 CEST 2002 Paolo Molaro <lupus@ximian.com>
34299         * threads.c: pass 'this' to the thread start routine.
34301 2002-04-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
34303         * string-icalls.c: fix IndexOf and LastIndexOf. Now
34304         InternalCompareStr don't call twice mono_string_cmp_char for the last
34305         character. Improved performance in mono_string_cmp_char.
34307 Fri Apr 19 19:26:28 CEST 2002 Paolo Molaro <lupus@ximian.com>
34309         * Makefile.am, appdomain.c, class.c, object.c: split runtime-depended
34310         code into its own library: libmonoruntime.
34312 2002-04-19  Dan Lewis  <dihlewis@yahoo.co.uk>
34314         * object.h, object.c: changed array format so that szarrays do not
34315         require a bounds structure.
34316         * icall.c, appdomain.c: support for new szarray format.
34318 Fri Apr 19 18:04:34 CEST 2002 Paolo Molaro <lupus@ximian.com>
34320         * metadata.c: compare also the retuns type when comparing signatures:
34321         we didn't do this as an optimization since really overloaded methods
34322         must differ also in the arguments, but this doesn't work with
34323         low-level IL code (or when using explicit conversion operators: see
34324         bug#23498 for an example).
34326 Fri Apr 19 16:14:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
34328         * loader.c: SZARRAY types can be saved as TYPESPEC, too.
34330 Thu Apr 18 17:15:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
34332         * icall.c: make MonoType::GetElementType its own icall.
34334 Thu Apr 18 16:41:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
34336         * icall.c: remove MonoMethod_get_Name().
34337         * reflection.c, reflection.h, verify: cache the method name in the MonoMethod
34338         object.
34340 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
34342         * string-icalls.c: optimized a few methods.
34344 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
34346         * icall.c: added all new string internal calls
34347         * string-icalls.c: added, new string internal call implementation.
34348         * object.c: added mono_string_new_size for allocating a string a size
34350 2002-04-17  Dietmar Maurer  <dietmar@ximian.com>
34352         * object.c (mono_object_isinst): use the same code as in the
34353         optimized x86 version.
34355 Wed Apr 17 14:14:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
34357         * profiler.c: TSC-based timer code (faster and more accurate).
34358         Not hooked up in configure, yet (set USE_X86TSC to 1).
34360 Wed Apr 17 12:33:10 CEST 2002 Paolo Molaro <lupus@ximian.com>
34362         * profiler.c, profiler.h: track time spent compiling methods.
34363         * threads.c: track thread creation/destruction.
34365 Tue Apr 16 20:08:43 CEST 2002 Paolo Molaro <lupus@ximian.com>
34367         * profiler.c, profiler.h, profiler-private.h: profiling interface
34368         and sample implementation. Moved here so that it can be used also by
34369         the jit.
34371 Tue Apr 16 12:58:12 CEST 2002 Paolo Molaro <lupus@ximian.com>
34373         * reflection.c, reflection.h: keep types and other handles separate in
34374         the hash tables for referred tokens. Add guid for modules.
34376 Mon Apr 15 11:37:33 CEST 2002 Paolo Molaro <lupus@ximian.com>
34378         * assembly.c: fix bugs found with valgrind.
34379         * metadata.h, metadata.c: added mono_metadata_guid_heap().
34381 2002-04-14      Patrik Torstensson <patrik.torstensson@labs2.com>
34383         * threads: added icall support for getting current domain for
34384                    the thread.
34386 2002-04-13  Martin Baulig  <martin@gnome.org>
34388         * debug-symfile.h (MonoDebugLocalInfo): Renamed to MonoDebugVarInfo.
34389         (MonoDebugVarInfo): Added `index' field for register based addresses.
34390         (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 9.
34391         (MonoDebugMethodInfo): Replaced `guint32 *param_offsets' with
34392         `MonoDebugVarInfo *params' and `guint32 this_offset' with
34393         `MonoDebugVarInfo *this_var'.
34395         * debug-symfile.c (relocate_variable): New static function to write
34396         a location description for a local variable or method parameter.
34398 2002-04-12  Martin Baulig  <martin@gnome.org>
34400         * debug-symfile.h (MonoDebugLocalInfo): New type. This contains the
34401         stack offset and begin/end scope address of a local variable.
34402         (MonoDebugMethodInfo): Replaced `guint32 *local_offsets' with
34403         'MonoDebugLocalInfo *locals', added `prologue_end' and `epilogue_begin'.
34404         (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 8.
34406         * debug-symfile.c (MRT_variable_start_scope, MRT_variable_end_scope):
34407         Added new relocation types for start/end scope of a local variable.
34409 Fri Apr 12 18:30:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
34411         * object.h: add mono_object_domain() macro.
34412         * reflection.c: handle typespecs.
34413         * icall.c: MonoMethod::get_Name() implementation.
34415 Thu Apr 11 12:29Ni:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
34417         * icall.c: String::GetHashCode() icall implementation.
34419 Wed Apr 10 21:16:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
34421         * icall.c: String::IndexOfAny icall.
34422         * object.c, object.h: make array->max_length more useful.
34423         Intrduced mono_object_class() and mono_string_length() macros.
34425 2002-04-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
34427         * unicode.c (ves_icall_System_Char_IsNumber): use g_unichar_isxdigit
34428         instead of g_unichar_isdigit.
34430 2002-04-11  Nick Drochak  <ndrochak@gol.com>
34432         * icall.c: Implement a simple Double.ToString().
34434 Tue Apr 9 21:31:16 CEST 2002 Paolo Molaro <lupus@ximian.com>
34436         * appdomain.h: only io-layer.h is supposed to be included.
34437         * icall.c: explicitly import environ. Fix warning.
34439 2002-04-10  Nick Drochak  <ndrochak@gol.com>
34441         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData) :
34442                 return true even if it's not Daylight Savings time.
34443                 Only return false for the case where the function isn't
34444                 implemented for a plaform (read Windows).
34446 Tue Apr 9 13:05:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
34448         * appdomain.h, appdomain.c, class.c, object.c: protect MonoDomain
34449         data with a mutex.
34451 2002-04-09  Dietmar Maurer  <dietmar@ximian.com>
34453         * mempool.c (mono_mempool_alloc): only use g_malloc when
34454         absolutely necessary.
34456 2002-04-08  Dietmar Maurer  <dietmar@ximian.com>
34458         * mempool.c (MEM_ALIGN): hardcode MEM_ALIGN to 8
34460         * class.c (mono_class_vtable): use domain mempool to allocate vtable
34461         (mono_class_proxy_vtable): use domain mempool
34463 Mon Apr 8 17:17:04 CEST 2002 Paolo Molaro <lupus@ximian.com>
34465         * appdomain.h, appdomain.c: split initialization that requires the
34466         execution engine support into mono_runtime_init().
34468 2002-04-08  Dietmar Maurer  <dietmar@ximian.com>
34470         * class.c (mono_class_init): don't include vtable inside MonoClass
34471         to save some memory, gather some statistics.
34472         (mono_class_vtable): use g_malloc instead of GC_malloc when possible
34474 Sat Apr 6 20:07:48 CEST 2002 Paolo Molaro <lupus@ximian.com>
34476         * icall.c: internalcall implementation for ValueType.Equals().
34478 2002-04-06  Dietmar Maurer  <dietmar@ximian.com>
34480         * object.c (mono_message_init): moved 
34481         (mono_runtime_exec_main): new arch. independent impl.
34482         (mono_runtime_invoke_array): new method - like
34483         mono_runtime_invoke, but you can pass an array of objects.
34484         (mono_remoting_invoke): new arch. independent impl.
34485         (mono_message_invoke): new arch. independent impl.
34486         (mono_runtime_class_init): new arch. independent impl.
34487         (mono_runtime_object_init): new arch. independent impl.
34489 Fri Apr 5 18:29:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
34491         * metadata.c, object.c, reflection.c: documented the exported
34492         functions.
34494 Fri Apr 5 15:42:31 CEST 2002 Paolo Molaro <lupus@ximian.com>
34496         * icall.c: simpler code to pass the assembly builder data to corlib.
34497         Implement GetNestedTypes() internalcall.
34499 Thu Apr 4 21:46:48 CEST 2002 Paolo Molaro <lupus@ximian.com>
34501         * class.c: warn if a type can't be loaded.
34503 2002-04-04  Dietmar Maurer  <dietmar@ximian.com>
34505         * image.h: typedef MonoImageOpenStatus
34506         * types.h: removed unused file
34507         
34508 2002-04-04  Dan Lewis  <dihlewis@yahoo.co.uk>
34510         * icall.c: Enum_ToObject accepts enum value arguments.
34512 Thu Apr 4 11:35:37 CEST 2002 Paolo Molaro <lupus@ximian.com>
34514         * class.c: move initialization of properties, events and nested
34515         classes, so that they happen for interfaces, too.
34517 Wed Apr 3 20:03:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
34519         * icall.c: cleanup some ugly casts in Array_SetValue*.
34521 Wed Apr 3 19:49:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
34523         * icall.c: the values array fro enums is of the correct type, now.
34524         Implement (correctly) getFullName instead of assQualifiedName for
34525         MonoType.
34526         * reflection.h, reflection.c: added mono_type_get_name ().
34528 Wed Apr 3 17:56:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
34530         * assembly.c, image.h: for each MonoImage, record from wich assembly
34531         it was loaded.
34532         * reflection.h, icall.c: added System_Reflection_Assembly_GetTypes().
34533         Make Type.Assembly work.
34535 2002-04-03  Dietmar Maurer  <dietmar@ximian.com>
34537         * debug-symfile.h: use char* instead of gpointer to avoid
34538         unnecessary casts.
34540         * appdomain.c (mono_jit_info_table_find): use char* instead of gpointer
34542         * icall.c (ves_icall_InternalExecute): impl. FielSetter
34543         (ves_icall_System_Array_SetValueImpl): removed strange MonoArray cast
34545 2002-03-30  Dietmar Maurer  <dietmar@ximian.com>
34547         * icall.c (mono_message_init): impl. (code cleanup)
34548         (ves_icall_InternalExecute): impl. FieldGetter
34550         * class.c (mono_class_init): added exerimental EXT_VTABLE_HACK, if
34551         defined we call all (non-static)methods through the vtable. 
34553 Fri Mar 29 18:09:08 CET 2002 Paolo Molaro <lupus@ximian.com>
34555         * class.c: it seems GC_debug_malloc() makes the Boehm GC call the
34556         finalizer even though the memory is still referenced (and the chunk of
34557         memory is not freed).
34559 Fri Mar 29 17:43:04 CET 2002 Paolo Molaro <lupus@ximian.com>
34561         * assembly.c: fix brokeness.
34563 Fri Mar 29 16:09:54 CET 2002 Paolo Molaro <lupus@ximian.com>
34565         * class.c: kill some warnings. Check explicit interface method
34566         implementation also without considering the namespace.
34567         Load also literal strings in static class data.
34569 2002-03-29  Miguel de Icaza  <miguel@ximian.com>
34571         * assembly.c (default_assembly_name_resolver): Kill memory leak. 
34572         (default_assembly_name_resolver): Make the resolver take the
34573         "base" directory where the assembly was originally defined, so we
34574         can load DLLs that are in the same directory as the assembly that
34575         is being referenced.
34577 2002-03-28  Dick Porter  <dick@ximian.com>
34579         * file-io.h: 
34580         * file-io.c:
34581         * socket-io.c: 
34582         * unicode.h: 
34583         * unicode.c: Warning cleanups
34585 Thu Mar 28 18:06:14 CET 2002 Paolo Molaro <lupus@ximian.com>
34587         * object.h, reflection.h: use the correct type instead of MonoObject.
34589 2002-03-28  Martin Baulig  <martin@gnome.org>
34591         * debug-symfile.c (mono_debug_class_get): Don't look in referenced assemblies.
34592         (mono_debug_update_symbol_file): Initialize classes if necessary.
34594 Thu Mar 28 15:58:43 CET 2002 Paolo Molaro <lupus@ximian.com>
34596         * assembly.c, debug-helpers.c, image.c, image.h, metadata.c, pedump.c,
34597         rawbuffer.c, reflection.c, verify.c: mare warning cleanups.
34599 Thu Mar 28 15:20:39 CET 2002 Paolo Molaro <lupus@ximian.com>
34601         * assembly.h: fix function prototype.
34602         * metadata.h, metadata.c, object.h, private.h: get rid of warnings.
34603         * mono-endian.h: use const cast.
34605 2002-03-28  Dietmar Maurer  <dietmar@ximian.com>
34607         * icall.c (ves_icall_MonoMethodMessage_InitMessage): moved from message.c
34609 Thu Mar 28 12:32:00 CET 2002 Paolo Molaro <lupus@ximian.com>
34611         * loader.c: don't assert when a typeref can't be loaded, give
34612         a chance to the runtime to trow an exception instead.
34613         * loader.h: fix warning.
34615 2002-03-28  Dietmar Maurer  <dietmar@ximian.com>
34617         * class.c (mono_class_proxy_vtable): added proxy support
34619 2002-03-27  Dan Lewis <dihlewis@yahoo.co.uk>
34621         * icall.c: removed last of PAL calls, added System.Environment
34622         * file-io.h, file-io.c: MonoIO implementation
34623         * object.h, object.c: mono_string_to_utf16() now returns gunichar2*
34625 Tue Mar 26 19:56:10 CET 2002 Paolo Molaro <lupus@ximian.com>
34627         * appdomain.c: do not use the byte marker in ldstr table lookup.
34628         * debug-helpers.c: allow two ':' to separate class and method name.
34629         * object.c: allocate arrays bounds with the GC, too.
34630         * verify: add a few more checks.
34632 Tue Mar 26 18:45:46 CET 2002 Paolo Molaro <lupus@ximian.com>
34634         * reflection.c: output also literal strings. Allocate parameter data
34635         with GC_malloc() (thanks, Martin, for catching this!).
34637 2002-03-26  Martin Baulig  <martin@gnome.org>
34639         * debug-symfile.h (MonoDebugMethodInfo): Added `this_offset', don't
34640         include the `this' offset in the `param_offsets'.
34642 2002-03-25  Martin Baulig  <martin@gnome.org>
34644         * debug-symfile.c (mono_debug_update_symbol_file): Use a new
34645         mono_debug_get_class() function to get the classes. Added new
34646         relocation types for arrays and strings.
34647         (mono_debug_get_class): New static function to search in all
34648         referenced assemblies for a metadata token.
34650         * debug-symfile.h (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 7.
34652 Mon Mar 25 13:08:18 CET 2002 Paolo Molaro <lupus@ximian.com>
34654         * reflection.h, reflection.c: use a gc-safe hash for hash tables that
34655         hold gc-allocated objects. Make the string heap a stream like the
34656         others. Removed duplicated code when writing stream info.
34657         Added asserts to catch possible buffer overflows. Set the sorted map
34658         for tables that need sorting. Added some documentation.
34660 Mon Mar 25 13:04:56 CET 2002 Paolo Molaro <lupus@ximian.com>
34662         * appdomain.h, appdomain.c, class.c, object.c: use a GC-safe hash table 
34663         for interned strings and vtables.
34665 2002-03-24  Martin Baulig  <martin@gnome.org>
34667         * icall.c (ves_icall_Type_GetFields): Reverse the list before storing
34668         it in the array since it was created with g_slist_prepend().
34670 2002-03-24  Martin Baulig  <martin@gnome.org>
34672         * debug-symfile.c (mono_debug_local_type_from_signature): Renamed
34673         to ves_icall_Debugger_MonoSymbolWriter_get_local_type_from_sig().
34674         (mono_debug_method_from_token): Renamed to
34675         ves_icall_Debugger_MonoSymbolWriter_method_from_token().
34676         (ves_icall_Debugger_DwarfFileWriter_get_type_token): New interncall.
34678         * debug-symfile.c (MRT_type_sizeof, MRT_type_field_offset): New
34679         relocation types.
34681         * debug-symfile.h (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 6.
34683 2002-03-24  Martin Baulig  <martin@gnome.org>
34685         * debug-symfile.c (mono_debug_local_type_from_signature): New func.
34686         (mono_debug_method_from_token): New func.
34688         * icall.c (Mono.CSharp.Debugger.MonoSymbolWriter::get_local_type_from_sig):
34689         New interncall, calls mono_debug_local_type_from_signature().
34690         (Mono.CSharp.Debugger.MonoSymbolWriter::get_method): New interncall,
34691         calls mono_debug_method_from_token().
34693 2002-03-23  Martin Baulig  <martin@gnome.org>
34695         * unicode.c (ves_icall_iconv_get_char_count): The `count' argument
34696         specifies the number of bytes to be converted, not the array size.
34697         Return the number of chars, not the number of bytes.
34698         (ves_icall_iconv_get_chars): The `byteCount' argument
34699         specifies the number of bytes to be converted, not the array size.
34701 2002-03-23  Martin Baulig  <martin@gnome.org>
34703         * reflection.h (MonoReflectionSigHelper): New type.
34705         * reflection.c (mono_reflection_sighelper_get_signature_local),
34706         (mono_reflection_sighelper_get_signature_local): New functions.
34708         * icall.c (System.Reflection.Emit.SignatureHelper::get_signature_local),
34709         (System.Reflection.Emit.SignatureHelper::get_signature_field): New
34710         interncalls.
34712 2002-03-23  Martin Baulig  <martin@gnome.org>
34714         * rawbuffer.c (mono_raw_buffer_load_mmap): Use MAP_SHARED when
34715         is_writeable is set.
34716         (mono_raw_buffer_update): New function to write the modified map
34717         back to disk.
34719         * debug-symfile.h (MonoDebugSymbolFile): Added `raw_contents_size'.
34721         * debug-symfile.c (mono_debug_update_symbol_file): Call
34722         mono_raw_buffer_update() when done writing.
34724 2002-03-23  Martin Baulig  <martin@gnome.org>
34726         * debug-symfile.h (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 5.
34728         * debug-symfile.c: Added support for arguments and local variables.
34730 2002-03-23  Dick Porter  <dick@ximian.com>
34732         * debug-symfile.c: Remove extraneous 'include <elf.h>' that wasn't
34733         protected by ifdefs, hence breaking the w32 build.
34735 Thu Mar 21 17:35:01 CET 2002 Paolo Molaro <lupus@ximian.com>
34737         * object.c: implement is_interned() the right way.
34739 2002-03-21  Martin Baulig  <martin@gnome.org>
34741         * debug-symfile.[ch]: New files to handle debugging information
34742         files. There's also support to dynamically update these symbol
34743         files to include machine dependent information.
34745 2002-03-20  Dietmar Maurer  <dietmar@ximian.com>
34747         * threads.c (mono_thread_create): new function to create thread
34748         from C
34750 2002-03-20  Martin Baulig  <martin@gnome.org>
34752         * icall.c (ves_icall_InternalInvoke): Create a new object if the
34753         method is a constructor.
34754         (icall_map): Added "System.Reflection.MonoCMethod::InternalInvoke",
34755         points to ves_icall_InternalInvoke().
34757 2002-03-20  Dan Lewis <dihlewis@yahoo.co.uk>
34759         * file-io.c: Flush shouldn't throw exceptions.
34761 2002-03-19  Dan Lewis <dihlewis@yahoo.co.uk>
34763         * file-io.c: FileStream flush support; FileSetLength now
34764         restores file pointer.
34766 Tue Mar 19 18:17:21 CET 2002 Paolo Molaro <lupus@ximian.com>
34768         * class.c: set image for pointer classes.
34770 2002/03/19  Nick Drochak <ndrochak@gol.com>
34772         * sysmath.c: Forgot one.
34774 2002-03-18  Miguel de Icaza  <miguel@ximian.com>
34776         * sysmath.c: Avoid redefining existing names.
34778 2002-03-18  Dan Lewis <dihlewis@yahoo.co.uk>
34780         * sysmath.c, sysmath.h, icall.c, Makefile.am: math routines now
34781         handled by runtime as icall rather than dllimport from libm.so
34782         * file-io.c, file-io.h: fixed handle argument type.
34784 2002-03-18  Dick Porter  <dick@ximian.com>
34786         * reflection.c (mono_image_get_type_info): rename interface to
34787         iface, because of "#define interface struct" on windows.
34789 Sat Mar 16 19:18:38 CET 2002 Paolo Molaro <lupus@ximian.com>
34791         * class.c, class.h: rename and export mono_ptr_class_get().
34792         * metadata.c: support MONO_TYPE_ARRAY in MonoType compare.
34793         * reflection.c, reflection.h, icall.c: better/saner type name
34794         parsing and MonoType creation. Handle MONO_TYPE_ARRAY in
34795         method signatures.
34797 2002-03-14  Dietmar Maurer  <dietmar@ximian.com>
34799         * class.c (mono_class_init): removed hardcoded GHC_SLOT
34801         * icall.c (ves_icall_InternalInvoke): impl.
34803 Wed Mar 13 00:27:30 CET 2002 Paolo Molaro <lupus@ximian.com>
34805         * reflection.c: output the interface map table, too.
34807 2002-03-12  Dietmar Maurer  <dietmar@ximian.com>
34809         * class.c (class_compute_field_layout): separate computation of 
34810         static field layout
34812 2002-03-12  Dan Lewis <dihlewis@yahoo.co.uk>
34814         * icall.c: added System.Buffer support.
34815         * file-io.c: moved file icalls from PAL to FileStream.
34817 2002-03-12  Dietmar Maurer  <dietmar@ximian.com>
34819         * icall.c (ves_icall_System_Object_GetHashCode): impl.
34821 2002-03-11  Dietmar Maurer  <dietmar@ximian.com>
34823         * icall.c (ves_icall_System_ValueType_GetHashCode): impl.
34825 Mon Mar 11 14:45:42 CET 2002 Paolo Molaro <lupus@ximian.com>
34827         * verify.c, verify.h: moved here the corlib/runtime consistency checks.
34829 Mon Mar 11 11:12:23 CET 2002 Paolo Molaro <lupus@ximian.com>
34831         * debug-helpers.{c,h}: moved here from monograph some useful functions
34832         to locate a method by name/signature in a class or image. Included
34833         also a small and flexible IL disassembler.
34835 Fri Mar 8 16:29:29 CET 2002 Paolo Molaro <lupus@ximian.com>
34837         * reflection.c: fixup tokens in methods with small header size, too.
34839 2002-03-08  Dietmar Maurer  <dietmar@ximian.com>
34841         * object.c (mono_string_to_utf8): remove assert(!error), instead
34842         print a warning. 
34844 Thu Mar 7 18:55:15 CET 2002 Paolo Molaro <lupus@ximian.com>
34846         * icall.c: update to the new mono_Array_class_get interface.
34848 Thu Mar 7 17:23:26 CET 2002 Paolo Molaro <lupus@ximian.com>
34850         * appdomain.c, object.c: Boehm-GC enable.
34851         * icall.c: make get_data_chunk() support split data requests.
34852         Ensure a class is initialized in more cases. Return only the first
34853         property found in GetProperties() or the compiler gets confused. 
34854         Implemented GetEvents(). Temporary fix to GetType(), needs rewriting.
34855         * reflection.h, reflection.c: add fixup mechanism for field and method
34856         tokens. Initialize assembly->typeref in a single place. Output
34857         properties after events. Support custom attributes for events, too.
34858         Typo fix for paramter custom attrs.
34860 2002-03-07  Martin Baulig  <martin@gnome.org>
34862         * icall.c (ves_icall_System_Array_FastCopy): Small fix.
34864 2002-03-07  Dietmar Maurer  <dietmar@ximian.com>
34866         * class.c (mono_array_class_get): fix. for multi. dim. arrays
34868 2002-03-06  Martin Baulig  <martin@gnome.org>
34870         * icall.c (ves_icall_System_Array_CreateInstanceImpl): Make this work with
34871         non-zero lower bounds. See testcases #F10-#F13.
34873 2002-03-05  Martin Baulig  <martin@gnome.org>
34875         * exception.c (mono_get_exception_argument_out_of_range): New exception.
34877         * icall.c (ves_icall_System_Array_GetValue): Moved actual implementation to
34878         ves_icall_System_Array_GetValue(), only calculate the absolute array position
34879         here.
34880         (ves_icall_System_Array_SetValue): Likewise.
34881         (ves_icall_System_Array_GetValueImpl): New interncall. Takes an array position
34882         as argument and does the actual work. This function is used when copying a
34883         multi-dimensional array.
34884         (ves_icall_System_Array_SetValueImpl): Almost completely rewrote this. It can
34885         now do all the widening conversions of value types.
34886         (ves_icall_System_Array_CreateInstanceImpl): Implemented.
34888 Tue Mar 5 18:14:01 CET 2002 Paolo Molaro <lupus@ximian.com>
34890         * class.c: remove some magic numbers and use the smbolic names,
34891         instead. Added init_events() to load event info at class init time.
34892         * metadata.h, metadata.c: added mono_metadata_events_from_typedef()
34893         and mono_metadata_methods_from_event().
34894         * reflection.h, reflection.c: added support for writing out the evnets
34895         related information.
34897 Mon Mar 4 20:32:43 CET 2002 Paolo Molaro <lupus@ximian.com>
34899         * reflection.h, icall.c: use a different method (GetInterfaces)
34900         to gather interface info and add isbyref, isprimitive and
34901         ispointer to the ves_icall_get_type_info() return value.
34903 Mon Mar 4 11:22:26 CET 2002 Paolo Molaro <lupus@ximian.com>
34905         * class.h: stared adding support for events.
34906         * icall.c: split find_members implementation. Added debug icall to get
34907         the address of an object.
34908         * reflection.c: handle TypeBuilders in mono_type_get_object().
34910 2002-03-01  Martin Baulig  <martin@gnome.org>
34912         * icall.c (ves_icall_System_Array_GetLength): This must throw an
34913         ArgumentOutOfRangeException(), not an ArgumentException().
34914         (ves_icall_System_Array_GetLowerBound): Likewise.
34915         (ves_icall_System_Array_GetValue): Improved argument checking.
34916         (ves_icall_System_Array_SetValue): Improved argument checking.
34918 2002-03-01  Martin Baulig  <martin@gnome.org>
34920         * icall.c (ves_icall_System_Array_GetValue): Raise an exception when
34921         called with invalid arguments rather than just dying with g_assert().
34922         (ves_icall_System_Array_SetValue): Likewise.
34923         (ves_icall_System_Array_CreateInstanceImpl): Don't g_assert_not_reached(),
34924         raise a NotImplementedException instead.
34925         (ves_icall_System_Array_GetLength): Added argument checking.
34926         (ves_icall_System_Array_GetLowerBound): Added argument checking.
34928 2002-03-01  Dietmar Maurer  <dietmar@ximian.com>
34930         * object.h (mono_assert): new macros mono_assert and
34931         mono_assert_not_reached
34933 2002-02-28  Martin Baulig  <martin@gnome.org>
34935         * icall.c: Rename "System::String::Intern" to "System::String::_Intern"
34936         and "System::String::IsInterned" to "System::String::_IsInterned".
34938 Thu Feb 28 19:19:35 CET 2002 Paolo Molaro <lupus@ximian.com>
34940         * icall.c: remove hacks for typebuilder. Added icall to create a
34941         modified type from a tybebuilder.
34942         * reflection.c: removed hacks for TypeBuilder. Create also a MonoImage
34943         in mono_image_basic_init (). Added mono_reflection_setup_internal_class ()
34944         to create a backing MonoClass for a TypeBuilder.
34946 Thu Feb 28 15:35:51 CET 2002 Paolo Molaro <lupus@ximian.com>
34948         * class.c, class.h: more refactoring of class init.
34949         Export mono_class_setup_mono_type() and mono_class_setup_parent().
34951 Thu Feb 28 12:33:41 CET 2002 Paolo Molaro <lupus@ximian.com>
34953         * marshal.c, marshal.h: start of marshaling interface.
34955 Wed Feb 27 22:15:17 CET 2002 Paolo Molaro <lupus@ximian.com>
34957         * icall.c: fix order in assembly qualified name icall.
34959 Wed Feb 27 18:45:03 CET 2002 Paolo Molaro <lupus@ximian.com>
34961         * class.c: do not free str, since we store it in the hash table.
34962         * reflection.h: add label field to MonoILExceptionInfo.
34963         * reflection.c: handle references to more than one assembly. Handle
34964         case when there isn't a module created in the assembly.
34966 Wed Feb 27 12:35:10 CET 2002 Paolo Molaro <lupus@ximian.com>
34968         * class.c: Fix typo. Start refactoring of class init code.
34970 Wed Feb 27 12:23:00 CET 2002 Paolo Molaro <lupus@ximian.com>
34972         * appdomain.c: exit with 1 on error.
34973         * class.c: we already have the name in MonoClassField.
34974         * image.c, image.h, metadata.c, pedump.c: use directly a pointer in
34975         MonoStreamHeader instead of an offset of image->raw_metadata.
34977 2002-02-26  Miguel de Icaza  <miguel@ximian.com>
34979         * appdomain.c (mono_init): Be even more descriptive about the error.
34981 Tue Feb 26 16:18:07 CET 2002 Paolo Molaro <lupus@ximian.com>
34983         * appdomain.c: give the user an informative message when corlib can't
34984         be loaded.
34986 2002-02-26  Martin Baulig  <martin@gnome.org>
34988         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData):
34989         New icall to get the time zone data.
34991 Mon Feb 25 15:51:51 CET 2002 Paolo Molaro <lupus@ximian.com>
34993         * reflection.c: set virtual and raw size of section correctly.
34994         * threads.c: transfer domain information to newly created threads.
34996 Fri Feb 22 18:55:57 CET 2002 Paolo Molaro <lupus@ximian.com>
34998         * class.c: when instancing a class in a domain, load the default
34999         vaules for static fields from the constant table. Fix System.Enum to
35000         not be an enum.
35001         * icall.c: implement Object::GetType() internalcall. Implemented
35002         MonoField::GetValue() internalcall. Avoid SEGV in search_method().
35003         Fixed checking of binding flags in find_members().
35004         * metadata.c, metadata.h: introduce mono_metadata_type_hash().
35005         * reflection.c: handle enumerations when writing to the constant
35006         table. Use a different object cache for types.
35009 2002-02-22  Dietmar Maurer  <dietmar@ximian.com>
35011         * object.c (mono_object_isinst): fix for arrays
35013         * icall.c (ves_icall_type_is_subtype_of): fix for 2 interfaces
35015 Thu Feb 21 21:00:13 CET 2002 Paolo Molaro <lupus@ximian.com>
35017         * object.c: don't use mprotect ()  and fix intern pool hash table
35018         lookup for big endian systems.
35020 Thu Feb 21 19:30:29 CET 2002 Paolo Molaro <lupus@ximian.com>
35022         * icall.c: change type_is_subtype_of () signature.
35024 2002-02-21  Mark Crichton  <crichton@gimp.org>
35026         * rand.c, rand.h: Added random number generator for
35027         System.Security.Cryptography classes.
35029         * exception.c, exception.h: Added mono_get_exception_not_implemeted.
35031         * icall.c: Added System.Security.Cryptography calls.
35033 Thu Feb 21 16:45:34 CET 2002 Paolo Molaro <lupus@ximian.com>
35035         * class.c, icall.c, metadata.c: better support for pointer types.
35036         Create a class for them as suggested by dietmar. Fix TYPE_ARRAY class.
35037         * reflection.c: Add support for getting custom attrs for properties
35038         and simplify some code.
35040 Wed Feb 20 22:20:29 CET 2002 Paolo Molaro <lupus@ximian.com>
35042         * icall.c: change getToken () and add custom attribute GetBlob()helper
35043         method.
35044         * reflection.h: add custom attrs array to the reflection builder structures.
35045         * reflection.c: encode and emit custom attributes for all the relevant
35046         reflection objects. Cache fieldref and methodref tokens. Change
35047         mono_image_create_token() interface to take a MonoDynamicAssembly.
35048         More complete custom attributes decoder. Load custom attributes for
35049         Assembly, Field, Method and Constructor objects, too. Make the
35050         returned array an Attribute[] one, not object[]. Added
35051         mono_reflection_get_custom_attrs_blob() to encode the arguments of a
35052         custom attribute constructor.
35054 2002-02-20  Dick Porter  <dick@ximian.com>
35056         * icall.c:
35057         * rawbuffer.c:
35058         * socket-io.c: Windows portability fixes (sometimes just ifdeffing
35059         problem code out for now).
35061 2002-02-19  Radek Doulik  <rodo@ximian.com>
35063         * object.c (mono_ldstr): use hash table to avoid multiple swapping
35065 Tue Feb 19 20:23:11 CET 2002 Paolo Molaro <lupus@ximian.com>
35067         * icall.c: register the GetCustomAttributes method.
35068         * object.c, object.h: add mono_string_new_len ().
35069         * reflection.h, reflection.c: added mono_runtime_invoke(),
35070         mono_install_runtime_invoke(). Added
35071         mono_reflection_get_custom_attrs () to load custom attributes and
35072         create the attribute objects.
35074 2002-02-19  Dick Porter  <dick@ximian.com>
35075         * threads-dummy-types.c:
35076         * threads-dummy-types.h:
35077         * threads-dummy.c:
35078         * threads-dummy.h:
35079         * threads-pthread-types.c:
35080         * threads-pthread-types.h:
35081         * threads-pthread.c:
35082         * threads-pthread.h:  Deleted obsolete files
35084 2002-02-19  Dietmar Maurer  <dietmar@ximian.com>
35086         * class.c (mono_class_vtable): runtime init the class when we
35087         allocate static class data.
35089         * icall.c (ves_icall_System_Array_SetValue): check for null values.
35091         * appdomain.c (mono_domain_transfer_object): impl. hack for Arrays
35092         and String - but we will need generic marshalling support in the
35093         future. 
35094         (mono_init): set the domain name in a ms compatible way
35096         * object.c (mono_string_new_utf16): bug fix: use char[] instead of
35097         String[].
35099 2002-02-18  Dietmar Maurer  <dietmar@ximian.com>
35101         * object.c (mono_array_clone): use alloca() instead of g_malloc  
35102         for sizes
35104         * appdomain.c (mono_domain_unload): impl.
35106 Mon Feb 18 15:52:20 CET 2002 Paolo Molaro <lupus@ximian.com>
35108         * appdomain.c, object.c: fix intern pool implementation.
35109         * class.c: fix alignment code.
35111 2002-02-16  Radek Doulik  <rodo@ximian.com>
35113         * icall.c (ves_icall_System_Enum_ToObject): in case of big endian
35114         and s2 > s1, just copy lower bytes to be compatible with little
35115         endian (i.e. 64bit value & 0xffffffff --> 32bit value)
35116         (ves_icall_System_Enum_ToObject): and likewise for s1 > s2
35118         * unicode.c (ves_icall_iconv_new_encoder): decide on big_endian,
35119         force big_endian to be 1 for big endian machines 
35120         (ves_icall_iconv_new_decoder): ditto
35122 2002-02-16  Jeffrey Stedfast  <fejj@ximian.com>
35124         * socket-io.c (convert_sockopt_level_and_name): If the system
35125         doesn't define SOL_IP or SOL_TCP, get them by hand using
35126         getprotobyname() and caching the values (because this could be a
35127         slow operation).
35128         (ves_icall_System_Net_Sockets_Socket_SetSocketOption_internal):
35129         Use the appropriate struct when the system does support it. Ie,
35130         not all systems have struct ip_mreqn so use struct ip_mreq when
35131         appropriate.
35133 Fri Feb 15 18:15:44 CET 2002 Paolo Molaro <lupus@ximian.com>
35135         * reflection.c: handle finally clauses.
35137 Fri Feb 15 15:06:33 CET 2002 Paolo Molaro <lupus@ximian.com>
35139         * socket-io.c: use g_snprintf() instead of snprintf.
35141 2002-02-14  Jeffrey Stedfast  <fejj@ximian.com>
35143         * reflection.c (mono_param_get_objects): Cast second argument to
35144         mono_method_get_param_names to a const char** to silence the
35145         compiler warning.
35147         * appdomain.c (mono_domain_assembly_open): Put parens around the
35148         truth statement in the for-loop.
35150         * unicode.c (iconv_convert): Got rid of a compiler warning about
35151         int i being unused when the system has a new iconv.
35152         (iconv_get_length): Same.
35154         * image.c (load_class_names): Cast the second argument to
35155         g_hash_table_insert() to char* to hush compiler warnings about the
35156         arg being a const.
35157         (mono_image_open): Same here.
35159         * socket-io.c: Don't conditionally include sys/filio.h or
35160         sys/sockio.h here anymore since we now get them from
35161         io-layer/io-layer.h
35162         (inet_pton): If the system doesn't support inet_aton, implement
35163         using inet_addr and also #define INADDR_NONE if it isn't defined
35164         by the system.
35166 Thu Feb 14 19:01:06 CET 2002 Paolo Molaro <lupus@ximian.com>
35168         * metadata.c, metadata.h: added function to get packing and size info
35169         of a typedef.
35170         * reflection.h, reflection.c: handle field RVA data. Save info about
35171         the table layout if needed. Assign typedef indexes to all the types
35172         before dumping the info about them to avoid forward reference problems.
35174 2002-02-14  Dietmar Maurer  <dietmar@ximian.com>
35176         * socket-io.c (convert_sockopt_level_and_name): ifdef
35177         SO_ACCEPTCONN because it is not defined on my system (old debian)
35179 Thu Feb 14 11:49:30 CET 2002 Paolo Molaro <lupus@ximian.com>
35181         * opcode.c: use stddef.h to get NULL.
35183 2002-02-14  Jeffrey Stedfast  <fejj@ximian.com>
35185         * socket-io.c: conditionally include sys/filio.h and sys/sockio.h
35186         for FIONBIO, FIONREAD and SIOCATMARK.
35187         (ves_icall_System_Net_Dns_GetHostByAddr_internal): SunOS doesn't
35188         define INADDR_NONE and besides, inet_addr() is deprecated and
35189         should not be used. Use inet_pton() instead - it also has the
35190         added bonus that it can easily handle IPv6 addresses as well.
35191         (inet_pton): Implement using inet_aton() ifndef HAVE_INET_PTON.
35193 Wed Feb 13 23:00:21 CET 2002 Paolo Molaro <lupus@ximian.com>
35195         * decimal.c: remove _MSC_VER conditional.
35197 2002-02-13  Dick Porter  <dick@ximian.com>
35199         * socket-io.c: 
35200         * icall.c: Internal calls for Blocking, Select, Shutdown,
35201         GetSocketOption and SetSocketOption
35203 Wed Feb 13 19:20:01 CET 2002 Paolo Molaro <lupus@ximian.com>
35205         * assembly.cs: better resolver: use it instead of some kludgy
35206         code.
35208 Wed Feb 13 18:25:55 CET 2002 Paolo Molaro <lupus@ximian.com>
35210         * reflection.c: the best way to speed-up the compiler is to avoid
35211         infinite loops.
35213 2002-02-13  Dietmar Maurer  <dietmar@ximian.com>
35215         * class.c (mono_class_vtable): changed the object layout
35216         (obj->vtable->class). 
35217         (mono_class_create_from_typespec): consider MONO_TYPE_PTR
35219 Tue Feb 12 20:06:01 CET 2002 Paolo Molaro <lupus@ximian.com>
35221         * assembly.c: look for assemblies in the assembly dir, too.
35223 Tue Feb 12 14:03:42 CET 2002 Paolo Molaro <lupus@ximian.com>
35225         * class.c: fix thinko in mono_class_from_type().
35227 Mon Feb 11 19:43:51 CET 2002 Paolo Molaro <lupus@ximian.com>
35229         * exception.h, exception.c: added TypeLoadException.
35230         * object.h, object.c: added mono_array_clone ().
35231         * icall.c: handle throwOnError in AssemblyGetType().
35232         Added Array.Clone().
35233         * opcode.h, opcode.c: use a single value for the opcode val.
35234         Compile fix for non-gcc compilers.
35236 Fri Feb 8 12:26:37 CET 2002 Paolo Molaro <lupus@ximian.com>
35238         * opcodes.c, opcodes.h: export interesting info about opcodes.
35240 2002-02-05  Dietmar Maurer  <dietmar@ximian.com>
35242         * object.h (MONO_CHECK_ARG, MONO_CHECK_ARG_NULL): new macro for
35243         icalls. 
35245         * class.c (class_compute_field_layout): set element_class for enums
35246         (mono_class_create_from_typedef): set element_class for normal classes
35248         * icall.c (ves_icall_System_Enum_get_value): impl.
35250         * class.c (mono_class_create_from_typedef): do not set valuetype
35251         flag for System.ValueType and System.Enum
35253 2002-02-04  Dietmar Maurer  <dietmar@ximian.com>
35255         * unicode.c (iconv_convert): fix big endian problem.
35257 Fri Feb 1 16:13:20 CET 2002 Paolo Molaro <lupus@ximian.com>
35259         * class.c: add asserts if we are ever going to scribble over memory.
35260         * socket-io.c: not all systems have AF_IRDA defined.
35262 2002-01-31  Dietmar Maurer  <dietmar@ximian.com>
35264         * class.c (class_compute_field_layout): do not consider static
35265         fields to compute alignment
35267 2002-01-25  Dietmar Maurer  <dietmar@ximian.com>
35269         * appdomain.c (mono_appdomain_get): impl.
35270         (ves_icall_System_AppDomain_ExecuteAssembly): impl.
35272 Thu Jan 24 12:59:23 CET 2002 Paolo Molaro <lupus@ximian.com>
35274         * icall.c: ignore "file://" prefix when loading an assembly.
35276 2002-01-23  Dick Porter  <dick@ximian.com>
35278         * socket-io.c:
35279         * icall.c:
35280         * Makefile.am: Added socket support
35282 2002-01-23  Miguel de Icaza  <miguel@ximian.com>
35284         * icall.c (ves_icall_appdomain_get_default_assemblies): put this
35285         code back.  This should return the assemblies that are loaded by
35286         the runtime on behalf of an application domain. 
35288         The current implementation is still broken, it just returns every
35289         assembly loaded, but until we get real applications domain this
35290         will do.
35292 2002-01-23  Dietmar Maurer  <dietmar@ximian.com>
35294         * icall.c (ves_icall_appdomain_get_cur_domain): runtime_init the
35295         AppDomain object.
35297 2002-01-23  Miguel de Icaza  <miguel@ximian.com>
35299         * icall.c (ves_icall_appdomain_get_cur_domain): Cache the value of
35300         the mono_class_from_name lookup.
35301         (ves_icall_get_parameter_info): ditto.
35302         (ves_icall_appdomain_get_assemblies, add_assembly): Implement new internal
35303         method.
35304         (ves_icall_System_Reflection_Assembly_get_code_base): Another new call.
35306 Tue Jan 22 22:43:47 CET 2002 Paolo Molaro <lupus@ximian.com>
35308         * class.c: load also nested classes on class init.
35309         System.ValueType instance methods gets passed boxed
35310         values, unless methods in derived classed that get a pointer to the
35311         data.
35312         * icall.c: use better name parsing code in GetType().
35313         * image.c, image.h: add mono_image_loaded ().
35314         * metadata.c, metadata.h: add mono_metadata_nesting_typedef ().
35315         * reflection.c, reflection.h: added mono_reflection_parse_type().
35317 2002-01-22  Veronica De Santis <veron78@interfree.it>
35319         * icall.c : Added mapping of internal calls for Manual and Auto reset events
35320         * threads.c : Added the implementation of internal calls for events
35321         * threads.h : Added prototypes of internal calls for events
35322         
35323 2002-01-21  Radek Doulik  <rodo@ximian.com>
35325         * icall.c (ves_icall_InitializeArray): swap bytes on big endians
35327 2002-01-21  Dietmar Maurer  <dietmar@ximian.com>
35329         * class.c (mono_class_init): set min_align to 1 (instead of 0)
35330         (mono_class_value_size): use min_align
35332 2002-01-20  Dick Porter  <dick@ximian.com>
35334         * threads.h:
35335         * threads.c: Replaced all instances of WapiHandle * with HANDLE,
35336         so it compiles on w32.
35338 2002-01-17  Dietmar Maurer  <dietmar@ximian.com>
35340         * metadata.c (mono_type_stack_size): impl.
35342         * class.c (mono_class_get_field): impl. memberref token
35344 2002-01-16 Veronica De Santis <veron78@@interfree.it>
35346         * icall.h : Added the internal calls mapping for CreateMutex_internal
35347                     and ReleaseMutex_internal.
35348         * threads.h : Added the prototype of mutexes internal calls.
35349         * threads.c : Added the implementations of mutexes internal calls.
35351 Tue Jan 15 22:47:57 CET 2002 Paolo Molaro <lupus@ximian.com>
35353         * metaparse.h: removed unused file.
35354         * reflection.c, reflection.h: added stream_data_align () function 
35355         to align data in streams and keep stream aligned. Add support for
35356         exception support in method headers.
35358 Tue Jan 15 19:42:50 CET 2002 Paolo Molaro <lupus@ximian.com>
35360         * unicode.c: make iconv_convert () return the number of bytess written
35361         in the output buffer.
35363 2002-01-15  Dick Porter  <dick@ximian.com>
35364         * threads.c: Make the runtime's idea of infinite timeouts coincide
35365         with the class library's
35367         Fix a particularly egregious bug in mono_thread_cleanup(). That
35368         code was so utterly bogus it must have been written on a Monday.
35370 Mon Jan 14 17:01:03 CET 2002 Paolo Molaro <lupus@ximian.com>
35372         * reflection.h: add subtypes field to TypeBuilder.
35373         * reflection.c: encode constants for literal fields.
35374         Handle subtypes. Fix user string token (and add a zero byte)
35375         at the end.
35376         
35377 2002-01-14  Dietmar Maurer  <dietmar@ximian.com>
35379         * class.c (mono_class_init): bug fix: assign slot numbers for
35380         abstract methods.
35382 Fri Jan 11 18:54:42 CET 2002 Paolo Molaro <lupus@ximian.com>
35384         * reflection.c: don't try to output a code RVA for abstract methods.
35385         Small fixes for method header format. Output parameter info to the
35386         ParamDef table. Save method overriding info to MethodImpl table.
35387         Fix property support. Allow typedef.extends to be a type in the
35388         building assembly.
35389         * verify.c: fix off-by-one error.
35391 Thu Jan 10 19:36:27 CET 2002 Paolo Molaro <lupus@ximian.com>
35393         * class.c: fix mono_class_from_mono_type () for szarray types.
35394         Remove unused cache check in mono_class_from_type_spec().
35395         * icall.c: *type_from_name () functions handle simple arrays and byref.
35396         * reflection.c: handle byref and szarray types. Handle methods without
35397         body (gets P/Invoke compilation working). Handle types and fields in
35398         get_token ().
35399         * reflection.h: add rank to MonoTypeInfo.
35401 2002-01-10  Dick Porter  <dick@ximian.com>
35403         * threads.c: Implemented WaitAll(), WaitAny() and WaitOne()
35404         internal calls
35406 Wed Jan 9 19:27:13 CET 2002 Paolo Molaro <lupus@ximian.com>
35408         * icall.c: initialize class in type_from_handle ().
35409         Loop also in parent classes for get_method ().
35410         * reflection.c: properly encode class and valuetype types.
35411         Start on encoding TypeBuilder types. Handle fieldrefs.
35412         Use correct length when registering a user string.
35413         Handle ConstructorBuilder and MonoMethod in get_token ().
35414         Make mono_type_get_object () aware of cached types.
35415         * object.c: back out change to mono_string_new ().
35417 Tue Jan 8 22:47:44 EST 2002 Matt Kimball <matt@kimball.net>
35418         * object.c: mono_string_new should return a NULL when the string 
35419         passed in is NULL -- not try to deference it.
35420         
35421 Sat Jan 5 15:48:04 CET 2002 Paolo Molaro <lupus@ximian.com>
35423         * icall.c: hack to make IsSubType work for TypeBuilders.
35424         * reflection.c: emit constructors before methods.
35425         Retrieve param names in mono_param_get_objects().
35427 2002/01/05  Nick Drochak  <ndrochak@gol.com>
35429         * Makefile.am: fix list of headers and sources so automake 1.5
35430         doesn't complain. Removed \# at end of list.
35432 Thu Jan 3 23:17:17 CET 2002 Paolo Molaro <lupus@ximian.com>
35434         * reflection.c: get token for a method ref. Set return type of
35435         constructor to void.
35436         * loader.c: debug message.
35437         * class.c: typo fix.
35439 Mon Dec 24 17:18:10 CET 2001 Paolo Molaro <lupus@ximian.com>
35441         * icall.c: fix array init with rank > 1. FindMembers
35442         loops in parent class as well.
35443         * image.c: do not insert nested types in name cache.
35444         * reflection.c: warning fix.
35445         * reflection.h: add override method (for interface impl).
35447 Mon Dec 24 16:16:56 CET 2001 Paolo Molaro <lupus@ximian.com>
35449         * metadata.c: fix customattr decoding.
35451 2001-12-21  Miguel de Icaza  <miguel@ximian.com>
35453         * rawbuffer.cs: Added native Win32 implementation, avoids using
35454         mmap on Cygwin.  This patch is from Dan Lewis (dihlewis@yahoo.co.uk)
35456 Thu Dec 20 20:11:26 CET 2001 Paolo Molaro <lupus@ximian.com>
35458         * class.c: make the low-level routines handle the cache.
35460 Thu Dec 20 15:20:35 CET 2001 Paolo Molaro <lupus@ximian.com>
35462         * image.c: fopen (file, "rb") ("David Dawkins" <david@dawkins.st>).
35464 Tue Dec 18 18:50:00 CET 2001 Paolo Molaro <lupus@ximian.com>
35466         * class.c: fix mono_array_element_size() for objects.
35467         * class.h, class.c: add properties to MonoClass and load them
35468         at init time.
35469         * icall.c: check with isinst() when assigning a value to an array
35470         instead of requiring the classes to match exactly.
35471         Implemented icall for System.Type::GetType().
35472         Implemented icalls to get ParameterInfo, ProprtyInfo and info about
35473         enums. Handle bindingflags when looking for methods and fields.
35474         * metadata.h, metadata.c: implemented mono_metadata_properties_from_typedef()
35475         and mono_metadata_methods_from_property().
35476         * reflection.h, reflection.c: added structures for propreties,
35477         parameters and enums. Implemented mono_property_get_object() and
35478         mono_param_get_objects().
35480 2001-12-18  Dick Porter  <dick@ximian.com>
35482         * file-io.c: Use mono_string_to_utf16() instead of
35483         mono_string_chars()
35485         * object.c: Added mono_string_to_utf16(), which copies the non
35486         NULL-terminated MonoString into a new double-null-terminated
35487         buffer.
35489 2001-12-17  Dietmar Maurer  <dietmar@ximian.com>
35491         * icall.c (ves_icall_System_DateTime_GetNow): added EPOCH adjustment
35493 2001-12-16  Dietmar Maurer  <dietmar@ximian.com>
35495         * file-io.c: raise exceptions if handle is invalid.
35497 Thu Dec 13 20:27:08 CET 2001 Paolo Molaro <lupus@ximian.com>
35499         * assembly.c: yet another check for mscorlib.
35500         * class.c, class.h: load nesting info for classes.
35501         * icall.c: many new functions to support the Reflection classes.
35502         * metadata.c, metadata.h: mono_metadata_nested_in_typedef() added.
35503         * reflection.h, reflection.c: mono_image_create_token(),
35504         mono_assembly_get_object(), mono_type_get_object(),
35505         mono_method_get_object(), mono_field_get_object(): methods to return
35506         objects that parallel the C representation of assemblies, types,
35507         methods, fields.
35509 2001-12-11  Dick Porter  <dick@ximian.com>
35511         * icall.c:
35512         * file-io.c: Internal calls for file IO.
35514 Thu Dec 6 16:21:30 CET 2001 Paolo Molaro <lupus@ximian.com>
35516         * tabledefs.h: missing FileAttributes.
35517         * verify.h, verify.c: use is_valid_string () to simplify and check for
35518         valid strings more correctly. Fix warnings and speeling.
35519         Check more tables: Filed, File, ModuleRef, StandAloneSig.
35520         Check code: branches, maxstack, method calls.
35522 2001-12-04  Dietmar Maurer  <dietmar@ximian.com>
35524         * object.c (mono_object_allocate): removed static, so that the jit
35525         can allocate value types.
35527         * icall.c (ves_icall_System_DateTime_GetNow): impl.
35529 Mon Dec 3 17:02:01 CET 2001 Paolo Molaro <lupus@ximian.com>
35531         * class.c: init enum types right away and register the
35532         token->MonoClass map in mono_class_create_from_typedef ().
35533         * verify.h, verify.c: first cut of the verifier.
35534         * pedump.c: add --verify switch to verify metadata tables.
35535         * tabledefs.h: add some missing enums.
35537 2001-11-30  Dietmar Maurer  <dietmar@ximian.com>
35539         * class.c (mono_install_runtime_class_init): impl.
35540         (mono_class_init): renamed mono_class_metadata_init to
35541         mono_class_init, also removed the metadata_inited flag
35543         * object.c (mono_object_isinst): use faster algorithm
35545 2001-11-30  Radek Doulik  <rodo@ximian.com>
35547         * mono-endian.h: reverted last change
35548         added function prototypes
35550         * Makefile.am (libmetadata_a_SOURCES): reverted my last change and
35551         add mono-endian.c back
35553         * mono-endian.c: returned back, as Paolo pointed out, it's needed
35554         for unaligned access, I've mistaked it with endianess. I am
35555         sorry.
35556         (mono_read16): fix reverted endianess
35557         (mono_read64): ditto
35558         (mono_read32): ditto
35560 2001-11-30  Dick Porter  <dick@ximian.com>
35562         * exception.c: Implement mono_exception_from_name()
35564 Fri Nov 30 12:01:02 CET 2001 Paolo Molaro <lupus@ximian.com>
35566         * metadata.h, metadata.c: remove params_size and locals_size and their
35567         calculation from the metadata code: they are only usefult to the
35568         interp.
35570 2001-11-29  Radek Doulik  <rodo@ximian.com>
35572         * object.c (mono_ldstr): swap bytes here, it's probably not the
35573         best place, but works for me now, I'll redo it once I know mono
35574         better, also note that I add PROT_WRITE and don't reset back, also
35575         note that it's only affects big endians, so x86 should be OK
35577         * mono-endian.h (read16): use just glib macros for both endians
35579         * mono-endian.c: removed as glib macros are used in in
35580         mono-endian.h so we don't need to care about endianess for read
35581         macros as glib does that for us already
35583 Thu Nov 29 18:20:58 CET 2001 Paolo Molaro <lupus@ximian.com>
35585         * class.h, class.h: take minimum alignment into consideration so
35586         that the fields of a class remain aligned also when in an array.
35588 Tue Nov 27 16:39:01 CET 2001 Paolo Molaro <lupus@ximian.com>
35590         * loader.h, loader.c: add mono_method_get_param_names().
35591         * class.c: 0-init class fields.
35593 2001-11-26  Dick Porter  <dick@ximian.com>
35595         * icall.c:
35596         * threads-types.h:
35597         * threads.c: New file that handles System.Threading on all platforms
35599         * object.c: 
35600         * object.h: Remove the synchronisation struct from MonoObject,
35601         replace it with a pointer that gets initialised on demand
35603         * Makefile.am: Replace all the system-specific threading code with
35604         a single file that uses the new wrapper library
35606 Mon Nov 19 11:37:14 CET 2001 Paolo Molaro <lupus@ximian.com>
35608         * class.c, class.h: add mono_install_trampoline() so that the runtime
35609         can register a function to create a trampoline: removes the ugly
35610         requirement that a runtime needed to export arch_create_jit_trampoline.
35611         * object.h, object.c: added mono_install_handler() so that the runtime
35612         can install an handler for exceptions generated in C code (with
35613         mono_raise_exception()). Added C struct for System.Delegate.
35614         * pedump.c: removed arch_create_jit_trampoline.
35615         * reflection.c: some cleanups to allow registering user strings and
35616         later getting a token for methodrefs and fieldrefs before the assembly
35617         is built.
35618         * row-indexes.h: updates and fixes from the new ECMA specs.
35620 Thu Nov 15 17:44:49 CET 2001 Paolo Molaro <lupus@ximian.com>
35622         * class.h, class.c: add enum_basetype field to MonoClass.
35623         * metadata.h, metadata.c: add mono_metadata_get_constant_index()
35624         to get index in the constant table reated to a field, param or
35625         property.
35626         * reflection.h, reflection.c: handle constructors. Set public-key and
35627         version number of the built assembly to 0.
35628         * row-indexes.h: update from new ECMA spec.
35630 Wed Nov 14 19:26:06 CET 2001 Paolo Molaro <lupus@ximian.com>
35632         * class.h, class.c: add a max_interface_id to MonoClass.
35633         * icall.c: rename my_mono_new_object() to my_mono_new_mono_type()
35634         since it's used to do that. Added mono_type_type_from_obj().
35635         Make GetType() return NULL instead of segfaulting if the type was not
35636         found. Handle simple arrays in assQualifiedName.
35637         * object.h: add a struct to represent an Exception.
35638         * reflection.c: output call convention in method signature.
35639         Add code to support P/Invoke methods and fixed offsets for fields.
35641 Mon Nov 12 12:41:32 CET 2001 Paolo Molaro <lupus@ximian.com>
35643         * decimal.c, decimal.h: mono_double2decimal() get the sign bit from
35644         the value.
35645         * icall.c: use mono_array_addr instead of array->vector: fixes the
35646         reflection image writing.
35647         * reflection.c: init call convention byte to 0 in method signature.
35648         Encode the property signature. Don't output property-related methods
35649         twice. Really process the properties for a type (don't cast a field to
35650         a property, my mom always told me that).
35651         Fix 64 bit issues in pointer alignment in a different and more
35652         readable way.
35654 2001-11-10  Sean MacIsaac  <macisaac@ximian.com>
35656         * loader.h: Removed type class from MonoDefaults, added monotype
35658         * loader.c: Loaded MonoType, removed loading of Type
35660         * icall.c (my_mono_new_object): Now returns a System.MonoType,
35661         and fills in System.Type._impl with a RuntimeTypeHandle rather
35662         than the actual MonoClass *
35664         (ves_icall_type_from_handle): change from type_class to
35665         monotype_class
35667         (ves_icall_System_Runtime_InteropServices_Marshal_ReadIntPtr):
35668         implemented
35670         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringAuto):
35671         implemented
35673         (ves_icall_System_Reflection_Assembly_LoadFrom): implemented
35675         (ves_icall_System_Reflection_Assembly_GetType): implemented
35677         (ves_icall_System_MonoType_assQualifiedName): implemented
35679         (ves_icall_System_PAL_OpSys_GetCurrentDirecotry): implemented
35681 2001-11-09  Miguel de Icaza  <miguel@ximian.com>
35683         * assembly.c (mono_assembly_open): Implement a cache for the
35684         assemblies. 
35686         (mono_assembly_close): only destroy the assembly when the last
35687         reference is gone.
35688         
35689 2001-11-09  Dick Porter  <dick@ximian.com>
35691         * Makefile.am (pedump_LDADD): Don't need THREAD_LIBS any more
35693 2001-11-09  Dietmar Maurer  <dietmar@ximian.com>
35695         * class.c (mono_class_metadata_init): bug fix: compute the right slot
35697 Fri Nov 9 15:48:02 CET 2001 Paolo Molaro <lupus@ximian.com>
35699         * icall.c, decimal.h, decimal.c: integrated decimal internalcalls
35700         from Martin Weindel.
35701         * object.h: add mono_string_chars ().
35703 2001-11-07  Miguel de Icaza  <miguel@ximian.com>
35705         * reflection.c (build_compressed_metadata): Eliminates warnings
35706         and uses 64-bit clean code.
35708         * metadata.c (mono_type_hash): Change signature to eliminate warnings.
35709         (mono_type_equal): Change signature to eliminate warnings.
35711 Wed Nov 7 15:40:01 CET 2001 Paolo Molaro <lupus@ximian.com>
35713         * icall.c, loader.c: remove the internalcall array constructors.
35714         Changes to match the new MonoArray structure.
35715         * object.h, object.c: an array object doesn't allocate an extra
35716         vector. Add mono_array_new_full () to create jagged arrays easily.
35718 Mon Nov 5 19:51:06 CET 2001 Paolo Molaro <lupus@ximian.com>
35720         * metadata.h, metadata.c: add mono_metadata_field_info () to
35721         retreive all the info about a field from vairous tables.
35722         * icall.c: implement S.Runtime.CServices::InitializeArray () icall.
35723         * class.h, class.c: augment MonoClassField with more info.
35724         Implemented mono_ldtoken for fields. Implemented ExplicitLayout
35725         policy and load a field's RVA if needed.
35727 2001-11-05  Dietmar Maurer  <dietmar@ximian.com>
35729         * class.c (mono_class_metadata_init): create a trampoline for all
35730         virtual functions instead of actually compiling them.
35732 Fri Nov 2 19:37:51 CET 2001 Paolo Molaro <lupus@ximian.com>
35734         * class.h, class.c: include name in MonoClassField.
35735         * class.c: fix fundamental type of System.Object and System.String.
35736         Set the right fundamental type for SZARRAY, too. Handle TypeSpec
35737         tokens in ldtoken.
35738         * icall.c: remove internalcalls for the Reflection stuff that is now
35739         done in C# code.
35740         * loader.c: mono_field_from_memberref () implementation.
35741         * mono-endian.c: thinko (s/struct/union/g).
35742         * object.c, object.h: make the mono_string_* prototypes actually use
35743         MonoString instead of MonoObject.
35744         * reflection.c, reflection.h: updates for changes in the reflection
35745         code in corlib: we use C structures that map to the actual C# classes.
35746         Handle SZARRAYs when encoding types. Handle locals in methods. Use a
35747         fat method header if needed and use the info from the ILGenerator for
35748         methods. Handle fields in types. Misc fixes.
35750 2001-10-17  Dietmar Maurer  <dietmar@ximian.com>
35752         * class.c (mono_class_metadata_init): bug fix: always allocate
35753         space for static class data
35755 2001-10-25  Dietmar Maurer  <dietmar@ximian.com>
35757         * class.c (mono_compute_relative_numbering): use relative
35758         numbering to support fast runtime type checks.
35760 2001-10-17  Sean MacIsaac  <macisaac@ximian.com>
35762         * class.c (mono_class_create_from_typeref): added debugging output
35763         to print class name when MonoDummy is returned instead of real class
35765 2001-10-15  Dietmar Maurer  <dietmar@ximian.com>
35767         * class.c (mono_class_metadata_init): interface offset table now
35768         contains pointers into the vtable - this is more efficient for the jit
35770 2001-10-12  Dietmar Maurer  <dietmar@ximian.com>
35772         * class.c (mono_class_metadata_init): use a temporary vtable (the
35773         old algorithm only worked for the interpreter, but not for the jit)
35775 2001-10-11  Dietmar Maurer  <dietmar@ximian.com>
35777         * loader.c (method_from_memberref): use mono_class_get to get the
35778         class of an array instead of using System.Array directly.
35779         (mono_get_method): also add MEMBERREF methods to the method cache
35780         which usefull for arrays.
35782 2001-10-10  Dietmar Maurer  <dietmar@ximian.com>
35784         * pedump.c (arch_compile_method): added to compute vtable entry
35786         * metadata.c (mono_metadata_interfaces_from_typedef): also return the
35787         number of interfaces.
35788         
35789         * class.h: merged MonoArrayClass into MonoClass
35791         * class.c (mono_class_create_from_typedef): compute the vtable size and
35792         allocate space to include the vtable inside MonoClass
35793         (mono_class_metadata_init): initialize the vtable
35795 Mon Oct 8 16:12:38 CEST 2001 Paolo Molaro <lupus@ximian.com>
35797         * metadata.c, metadata.h: use MonoArrayType to describe the shape of an array.
35798         Guard against calling bsearch with a NULL pointer (pointed out by Laurent Rioux, smoux).
35799         * image.c: endian fixes by Laurent Rioux.
35800         * object.h, object.c: rename MonoStringObject to MonoString and
35801         MonoArrayObject to MonoArray. Change some function names to conform to
35802         the style mono_<object>_<action>. mono_string_new_utf16 () takes a
35803         guint16* as first argument, so don't use char*.
35804         Provide macros to do the interesting things on arrays in a portable way.
35805         * threads-pthread.c: updates for the API changes and #include <sched.h>
35806         (required for sched_yield()).
35807         * icall.c: updates for the API changes above.
35808         * Makefile.am, mono-endian.c. mono-endian.h: include unaligned read routines for
35809         platforms that need them.
35811 Mon Oct 8 10:43:23 CEST 2001 Paolo Molaro <lupus@ximian.com>
35813         * class.c: set the correct type for all the fundamental
35814         type when loading the class.
35816 2001-10-05  Dick Porter  <dick@ximian.com>
35818         * threads-pthread.c (pthread_mutex_timedlock): Simple
35819         compatibility version for C libraries that lack this call.
35821 Thu Oct 4 19:10:30 CEST 2001 Paolo Molaro <lupus@ximian.com>
35823         * class.c: MonoTypes stored in MonoClass are stored as
35824         fundamental MonoTypes when the class represents a
35825         fundamental type (System.Int32, ...).
35826         The TypeHandle return by ldtoken is a MonoType*.
35827         * icall.c: ves_icall_get_data_chunk () write out all the
35828         PE/COFF stuff. Implement ves_icall_define_method (),
35829         ves_icall_set_method_body (), ves_icall_type_from_handle ().
35830         * image.c: properly skip unknown streams.
35831         * loader.h, loader.c: add type_class to mono_defaults.
35832         * metadata.c, metadata.h: export compute_size () as
35833         mono_metadata_compute_size () with a better interface.
35834         Typo and C&P fixes.
35835         * pedump.c: don't try to print the entry point RVA if there is no entry point.
35836         * reflection.c, reflection.h: many cleanups, fixes, output method
35837         signatures and headers, typedef and typeref info, compress the metadata
35838         tables, output all the heap streams, cli header etc.
35839         * row-indexes.h: typo fixes.
35841 2001-10-04  Dick Porter  <dick@ximian.com>
35843         * object.h: Add a synchronisation mutex struct to MonoObject
35845         * object.c (mono_new_object): Initialise the object
35846         synchronisation mutexes
35848         * icall.c: System.Threading.Monitor internal calls
35849         
35850         * threads-pthread.h:
35851         * threads-pthread.c: System.Threading.Monitor internal calls
35853         * threads-types.h: New file, includes the system-specific thread
35854         structures
35855         
35856         * threads-pthread-types.h:
35857         * threads-pthread-types.c: New files, handle pthread-specific
35858         synchronisation types
35860         * threads-dummy-types.h: 
35861         * threads-dummy-types.c: New files of dummy support for
35862         thread-specific types
35864         * metadata.c:
35865         * image.c:
35866         * pedump.c: include mono-endian.h not endian.h
35867         
35868         * Makefile.am: More threads files.
35869         Name mono-endian.h not endian.h
35871 Tue Oct 2 20:33:48 CEST 2001 Paolo Molaro <lupus@ximian.com>
35873         * Makefile.am, reflection.h, reflection.c: move here the reflection related 
35874         stuff and implement a few more bits.
35875         * icall.c: a field needs to be dereferenced twice. Do not use the same
35876         name for two variables in the same scope.
35877         * image.c, image.h: cleanups.
35879 2001-10-02  Dietmar Maurer  <dietmar@ximian.com>
35881         * class.c (mono_class_metadata_init): bug fix: compute the right size
35883 Mon Oct 1 20:43:57 CEST 2001 Paolo Molaro <lupus@ximian.com>
35885         * icall.c: implemented some of the Reflection internalcalls.
35886         * image.c, image.h: start writing out the PE/COFF image.
35887         * metadata.h, metadata.c: implement mono_metadata_encode_value ()
35888         that does the reverse than decode_blob_size ().
35889         * object.c: use mono_metadata_encode_value (). Move here
35890         temporary implementation of mono_string_to_utf8 ().
35891         * rawbuffer.c: make malloc_map static.
35893 Fri Sep 28 19:26:30 CEST 2001 Paolo Molaro <lupus@ximian.com>
35895         * metadata.c: fix type comparison for arrays.
35896         * loader.h, loader.c: half-assed fix to get more tests work in cygwin.
35897         Added a couple of new classes to monodefaults.
35898         * icall.c: added a couple of Reflection-related internalcalls.
35899         * class.h, class.c: implemented mono_ldtoken () for RuntimeTypeHandles.
35900         Added a byval_arg MonoType to MonoClass.
35902 2001-09-28  Dick Porter  <dick@ximian.com>
35904         * icall.c:
35905         * threads-pthread.h: 
35906         * threads-pthread.c: Implemented internal calls for
35907         LocalDataStoreSlot operations.  Applied mutexes around all shared
35908         data.  Reworked the thread creation and Start() operations to
35909         avoid a race condition.
35910         
35911         * threads-dummy.h:
35912         * threads-dummy.c: Dummy calls for the LocalDataStoreSlot operations
35914 Thu Sep 27 21:45:55 CEST 2001 Paolo Molaro <lupus@ximian.com>
35916         * rawbuffer.c: disable mmap on cygwin since it seems to be broken there.
35918 Thu Sep 27 19:52:11 CEST 2001 Paolo Molaro <lupus@ximian.com>
35920         * class.c, loader.c: warn and return NULL instead of erroring out.
35921         * icall.c: added System.AppDomain::getCurDomain().
35922         * loader.c: we don't need to lookup the typedef again for p/invoke calls.
35924 2001-09-25  Dick Porter  <dick@ximian.com>
35926         * threads-pthread.h:
35927         * threads-pthread.c: Implemented timed thread joining and added
35928         System.Threading.Thread::Join_internal internal call
35930         * icall.c: Added System.Threading.Thread::Join_internal internal call
35932         * threads-dummy.h:
35933         * threads-dummy.c: Dummy calls for System.Thread.Thread::Join_internal
35935 Mon Sep 24 18:56:59 CEST 2001 Paolo Molaro <lupus@ximian.com>
35937         * object.c, object.h: added mono_ldstr (), mono_string_is_interned () and
35938         mono_string_intern () to implement the semantics of the ldstr opcode
35939         and the interning of System.Strings.
35940         * icall.c: provide hooks to make String::IsIntern and String::Intern
35941         internalcalls.
35943 2001-09-23  Dick Porter  <dick@ximian.com>
35945         * threads-dummy.c: 
35946         * threads-dummy.h: New files of dummy threading routines
35948         * Makefile.am (THREAD_SOURCE): Arrange to compile different thread
35949         support code based on system specifics
35951         Rename PTHREAD_LIBS to THREAD_LIBS
35952         
35953 2001-09-23  Dick Porter  <dick@ximian.com>
35955         * threads-pthread.c: Implement the System.Threading.Thread::Sleep,
35956         Schedule (called when asked to Sleep for 0 ms) and CurrentThread
35957         internal calls.
35958         (mono_thread_init): Set up a Thread object instance to return when
35959         the main thread calls Thread.CurrentThread
35960         (mono_thread_cleanup): Wait for all subthreads to exit
35962         * icall.c: New internal calls for System.Threading.Thread::Sleep
35963         (including Schedule) and CurrentThread
35965         * threads.h: New file, to insulate thread-specific stuff from the
35966         rest of the code
35968 2001-09-21  Dick Porter  <dick@ximian.com>
35970         * threads-pthread.h: 
35971         * threads-pthread.c: New file, for handling pthreads-style
35972         threading support.  Start() now starts a new thread and executes
35973         the ThreadStart delegate instance.
35975         * icall.c: Added the internalcall for
35976         System.Threading.Thread::Start_internal
35978         * Makefile.am: Added new files, and PTHREADS_LIBS to the link line
35980 Thu Sep 20 19:37:39 CEST 2001 Paolo Molaro <lupus@ximian.com>
35982         * loader.c: work around the different signatures for delegates
35983         constructors csc generates in compiled code vs the ones compiled in mscorlib.
35985 Tue Sep 18 13:16:32 CEST 2001 Paolo Molaro <lupus@ximian.com>
35987         * class.h, class.c: add mono_class_get_field_from_name ().
35988         * *: Fix C comments and other ANSI C issues.
35990 Mon Sep 10 20:21:34 CEST 2001 Paolo Molaro <lupus@ximian.com>
35992         * endian.h, assembly.c: fix some endianness issues.
35994 Fri Sep 7 18:40:40 CEST 2001 Paolo Molaro <lupus@ximian.com>
35996         * loader.h, load.c: add delegate_class to mono_defaults.
35997         Handle runtime provided methods in mono_get_method ().
35999 2001-08-29  Dietmar Maurer  <dietmar@ximian.com>
36001         * loader.c (mono_get_method): use pinvoke for internal call
36003         * icall.c: use pinvoke for internal call
36005         * loader.c (method_from_memberref): set the method name
36007 Wed Aug 29 12:43:41 CEST 2001 Paolo Molaro <lupus@ximian.com>
36009         * metadata.c: help the compiler generate better code for
36010         mono_class_from_mono_type ().
36012 2001-08-28  Dietmar Maurer  <dietmar@ximian.com>
36014         * class.c (mono_class_metadata_init): delayed computing of the
36015         class size to mono_class_metadata_init ()
36017 Tue Aug 28 15:47:15 CEST 2001 Paolo Molaro <lupus@ximian.com>
36019         * class.c, class.h: add an interfaces member to MonoClass.
36020         * image.c, image.h: add assembly_name field to MonoImage
36021         from the assembly table.
36022         * metadata.c, metadata.h: add mono_metadata_interfaces_from_typedef ().
36024 Mon Aug 27 20:12:01 CEST 2001 Paolo Molaro <lupus@ximian.com>
36026         * class.c: Handle Array in mono_class_from_mono_type ().
36027         * metadata.c, pedump.c: some endian fixes.
36029 Mon Aug 27 15:23:23 CEST 2001 Paolo Molaro <lupus@ximian.com>
36031         * class.c, loader.c, loader.h: More types handled in mono_class_from_mono_type ().
36032         * metadata.c: fix small problem introduced with the latest commit.
36034 Mon Aug 27 12:17:17 CEST 2001 Paolo Molaro <lupus@ximian.com>
36036         * loader.c, metadata.c, metadata.h: Export mono_metadata_type_equal().
36037         We don't need a MonoMetadata pointer anymore to compare signatures in
36038         mono_metadata_signature_equal (), update callers.
36039         Reduced memory usage an number of allocations for MonoMethodHeader and
36040         MonoMethodSignature.
36042 Sun Aug 26 23:03:09 CEST 2001 Paolo Molaro <lupus@ximian.com>
36044         * metadata.c: added compare for szarray.
36046 Sun Aug 26 11:34:24 CEST 2001 Paolo Molaro <lupus@ximian.com>
36048         * class.h, class.c, loader.h, loader.c: export mono_class_from_mono_type ()
36049         and add a couple more types to it and mono_defaults. Give an hint on
36050         classes that need implementing in our corlib and are referenced
36051         in mscorlib.
36053 Sat Aug 25 12:52:54 CEST 2001 Paolo Molaro <lupus@ximian.com>
36055         * class.h, class.c: keep track if a class is also an Enum.
36056         * loader.c: Implement a couple more types for use in libffi
36057         marshalling. Gives better diagnostics when failing to dlopen
36058         a library. Set method->klass for P/Invoke methods, too.
36060 Fri Aug 24 19:30:25 CEST 2001 Paolo Molaro <lupus@ximian.com>
36062         * class.c, class.h: add a MonoType this_arg to MonoClass that
36063         represents a pointer to an object of the class' type that
36064         can be used by the interpreter and later the type cache.
36065         Add best guess alignment info for valuetype objects.
36067 Fri Aug 24 15:50:31 CEST 2001 Paolo Molaro <lupus@ximian.com>
36069         * metadata.h, metadata.c, class.h, class.c: squeezed MonoParam
36070         into MonoType: one less level of indirection and allocation and
36071         simplifies quite a bit of code. Added cache for MonoTypes that are
36072         used frequently, so that we don't need to allocate them all the time.
36074 2001-08-24  Dietmar Maurer  <dietmar@ximian.com>
36076         * class.c (mono_class_create_from_typedef): System.Enum is also a
36077         value type, although it does not derive from System.ValueType
36078         (maybe a bug in the ms compiler?)
36080         * metadata.c (mono_type_size): return the right size for value types
36082         * loader.c (mono_get_method): only initialize method header if not abstract
36084         * class.c (mono_class_from_mono_type): use mono_default values. 
36086 2001-08-23  Dietmar Maurer  <dietmar@ximian.com>
36088         * *: use MonoClass pointers instead of <type_tokens>
36089         
36090         * class.h: new flag: metadata_inited.
36092         * class.c (mono_class_metadata_init): impl.
36093         (mono_class_instance_size): impl.
36094         (mono_class_data_size): impl.
36096 Wed Aug 22 16:27:30 CEST 2001 Paolo Molaro <lupus@ximian.com>
36098         * metadata.c, loader.h, loader.c, image.h, image.c, class.h, class.c:
36099         MonoClass now has the name and name_space fields. 
36100         MonoMethod has a pointer to its MonoClass, instead of MonoImage.
36101         mono_get_method () takes and optional MonoClass as argument.
36102         Removed mono_typedef_from_name() and added mono_class_token_from_name()
36103         instead that takes advantage of a map from class names to typedef
36104         tokens in MonoImage.
36106 Tue Aug 21 18:54:58 CEST 2001 Paolo Molaro <lupus@ximian.com>
36108         * metadata.c: zero is not a valid alignment boundary.
36109         Merge MONO_TYPE_VOID in default decoding code.
36111 2001-08-21  Dietmar Maurer  <dietmar@ximian.com>
36113         * image.h: merged MonoMetadata into MonoImage
36115         * class.h: cleanup of MonoArrayClass, use a MonoClass pointer to
36116         identify the type of elements.
36118 Mon Aug 20 19:39:00 CEST 2001 Paolo Molaro <lupus@ximian.com>
36120         * blob.h: fix MONO_TYPE_TYPEDBYREF value.
36121         * cil-coff.h: split MonoMSDOSHeader and add size info.
36122         * image.c: add some consistency checks.
36123         * metadata.c: fix row size computation: one programmer
36124         error and one LAMESPEC. Handle MONO_TYPE_TYPEDBYREF.
36125         add explanation for the locator routine.
36126         Fix decoding of size in method header.
36127         
36128 2001-08-20  Miguel de Icaza  <miguel@ximian.com>
36130         * assembly.c    (g_concat_dir_and_file): Use _S for string concat.
36131         (g_concat_dir_and_file): Bring g_concat_dir_and_file
36132         function from gnome-libs.  This uses the right path separator
36133         based on the OS, and also works around a bug in some systems where
36134         a double slash is not allowed. 
36135         (default_assembly_name_resolver): Use g_concat_dir_and_file
36136         (mono_assembly_open): ditto.
36138 2001-08-20  Dietmar Maurer  <dietmar@ximian.com>
36140         * metadata.c (mono_metadata_signature_equal): impl.
36142         * *: void is now a realy MonoType (instead of using NULL)
36143         
36144         * metadata.c (do_mono_metadata_parse_type): use
36145         mono_metadata_parse_type to parse void value.
36147 Sat Aug 18 12:51:28 CEST 2001 Paolo Molaro <lupus@ximian.com>
36149         * metadata.c, metadata.h: in the signature and method header store
36150         only the space required for holding the loca vars and incoming arguments.
36152 2001-08-15  Dietmar Maurer  <dietmar@ximian.com>
36154         * metadata.c (do_mono_metadata_parse_type): treat void like any
36155         other type (instead of assigning NULL);
36157 2001-08-14  Dietmar Maurer  <dietmar@ximian.com>
36159         * metadata.c (mono_metadata_parse_mh): fixxed pinned/byref value
36161 2001-08-09  Dietmar Maurer  <dietmar@ximian.com>
36163         * image.c (do_mono_image_open): added a cache for arrays.
36165 Sat Aug 4 12:46:02 CEST 2001 Paolo Molaro <lupus@ximian.com>
36167         * metadata.h, metadata.c: add mono_metadata_decode_row_col () to
36168         decode a single column from a row in a metadata table and changes
36169         to take advantage of it in the typedef locator (gives a nice speed up).
36170         Store offset info for function params.
36172 2001-08-02  Dietmar Maurer  <dietmar@ximian.com>
36174         * image.h (MONO_IMAGE_IS_CORLIB): removed 
36176 Wed Aug 1 22:54:08 CEST 2001 Paolo Molaro <lupus@ximian.com>
36178         * assembly.c: how could mono_assembly_close () had ever worked?
36179         * metadata.c, metadata.h: provide offset info for local vars.
36180         Implement mono_type_size () to take care of alignment as well
36181         as size (it was mono_field_type_size in cli/class.c before).
36183 2001-08-01  Dietmar Maurer  <dietmar@ximian.com>
36185         * image.h (MONO_IMAGE_IS_CORLIB): new macro to check root image
36187         * assembly.h (CORLIB_NAME): set to corlib.dll
36189         * assembly.c (mono_assembly_open): replaced strcmp() with !strcmp()
36191 Tue Jul 31 17:54:02 CEST 2001 Paolo Molaro <lupus@ximian.com>
36193         * metadata.h, metadata.c, Makefile.am, private.h, assembly.c, blob.h,
36194         cil-coff.h, image.c, image.h, pedump.c, rawbuffer.c, rawbuffer.h, row-indexes.h,
36195         tokentype.h: massive namespace cleanup.
36197 Mon Jul 30 20:11:01 CEST 2001 Paolo Molaro <lupus@ximian.com>
36199         * metadata.h, metadata.c: decode exception clauses when parsing method header.
36201 2001-07-27  Dietmar Maurer  <dietmar@ximian.com>
36203         * metadata.c (mono_metadata_free_type): added check for type !=
36204         NULL (void) before calling mono_metadata_free_type()
36206 Thu Jul 26 19:11:19 CEST 2001 Paolo Molaro <lupus@ximian.com>
36208         * metadata.h, row_indexes.h: added header with enumerations to use
36209         to index in the columns from tables in metadata and to decode coded
36210         tokens: we should start using this instead of embedding magic numbers
36211         all over the code.
36213 Thu Jul 26 13:03:27 CEST 2001 Paolo Molaro <lupus@ximian.com>
36215         * assembly.c, cil-coff.h, image.c, image.h, pedump.c, typedef.c:
36216         Move metadata_t info from cli_image_info_t to MonoImage, where
36217         it's easily accessible. Changed all the uses accordingly.
36218         Added the method and class caches to MonoImage.
36219         * metadata.c, metadata.h: Changed mono_metadata_decode_blob_size ()
36220         and mono_metadata_decode_value () signature to be more consistent
36221         with the other parse functions (and simplify code). Taken advantage
36222         of zero-length array allocation with GCC. Removed reduntant (and
36223         wrong) MonoFieldType struct and use MonoParam instead. Changed
36224         mono_metadata_parse_field_type () to use common code for parsing.
36225         Added mono_metadata_typedef_from_field () and
36226         mono_metadata_typedef_from_method () to lookup a typedef index from a
36227         field or method token.
36228         Pack the MonoRetType structure more tightly (fits in 8 bytes now).
36230 2001-07-23  Miguel de Icaza  <miguel@ximian.com>
36232         * metadata.c (mono_metadata_parse_field_type): Implement. 
36233         (do_mono_metadata_parse_type): Split engine from
36234         mono_metadata_parse_type, so that we can create smaller structures
36235         for things that just have one pointer to the MonoType (look at
36236         the MonoFieldType)
36238 2001-07-20  Miguel de Icaza  <miguel@ximian.com>
36240         * metadata.c (mono_metadata_parse_mh): Correct the implementation,
36241         as Jan Gray found out, it is incorrect. 
36243 2001-07-18  Miguel de Icaza  <miguel@ximian.com>
36245         * assembly.c: Implement asssembly loading.  This loads an image
36246         and loads all the referenced assemblies.  Come to think of it, we
36247         could always do lazy loading of the assemblies. 
36249         * image.c (mono_image_open): Keep loaded images in a hashtable.
36251         * image.h (MonoImage): Add reference count.
36253 2001-07-17  Miguel de Icaza  <miguel@ximian.com>
36255         * assembly.c (mono_assembly_open): Keep track of the file name in
36256         case the assembly has no ASSEMBLY table.
36258         * metadata.h: Fixed Paolo's quick hack.  Put the documnentation
36259         from get.c here.
36261 Sun Jul 15 19:39:06 CEST 2001 Paolo Molaro <lupus@ximian.com>
36263         * metadata.c, metadata.h: decode local vars in method header
36264         parse function. Change callers accordingly.
36266 Sun Jul 15 17:40:47 CEST 2001 Paolo Molaro <lupus@ximian.com>
36268         * metadata.h, cil-coff.h: protect against multiple inclusion.
36269         Added some new structures to hold information decoded from metadata:
36270         MonoType, MonoParam, MonoArray, MonoMethod, MonoMethodSignature
36271         and relevant decoding/free functions.
36272         * metadata.c: implement decoding functions. Add warning for out of bounds
36273         index in mono_metadata_locate(). Implement mono_get_method () to retreive
36274         all the info about a method signature and invocation. Remove check on
36275         uninitialized local var in parse_mh() and fix memory leak.
36277 2001-07-12  Miguel de Icaza  <miguel@ximian.com>
36279         * metadata.h: More macros.
36281         * tokentype.h: New file.
36283 Fri Jul  6 11:30:53 CEST 2001 Paolo Molaro <lupus@ximian.com>
36285         * assembly.c: added a consistency check and initialize
36286         some structures with g_new0().
36287         * metadata.c: fixed a couple more bugs in table size computation
36288         and add other checks for out-of bound access to metadata.
36290 Thu Jul  5 22:34:21 CEST 2001 Paolo Molaro <lupus@ximian.com>
36292         * metatada.c: fix bugs computing table sizes. Spew a
36293         warning when index in string heap is out of bounds.
36295 2001-07-04  Miguel de Icaza  <miguel@ximian.com>
36297         * metadata.h: Add a couple of macros to manipulate tokens. 
36299 Tue Jul  3 18:33:32 CEST 2001 Paolo Molaro <lupus@ximian.com>
36301         * assembly.c: g_free(ii->cli_sections) (and avoid double free of
36302         cli_section_tables).
36304 2001-07-01  Miguel de Icaza  <miguel@ximian.com>
36306         * metadata.c (mono_metadata_user_string): New function, provides
36307         access to the UserString heap. 
36309 2001-06-27  Miguel de Icaza  <miguel@ximian.com>
36311         * metadata.c: Add inline documentation.
36313 2001-06-26  Miguel de Icaza  <miguel@ximian.com>
36315         * propertyattr.h, paramattr.h, methodsem.h, methodattr.h: New
36316         files. 
36318 2001-06-22  Miguel de Icaza  <miguel@ximian.com>
36320         * typeattr.h: New file, TypeAttribute flags. 
36322 2001-06-21  Miguel de Icaza  <miguel@ximian.com>
36324         * mono/metadata/assembly.c (mono_assembly_ensure_section_idx,
36325         mono_assembly_ensure_section): Section loading code.
36326         (load_section_tables): Load the sections.
36328         * mono/metadata/metadata.c (mono_metadata_locate_token,
36329         mono_metadata_locate): Functions to locate the information
36330         definition given a token or a table and an index.
36331         (mono_metadata_compute_table_bases): New.
36332         (compute_size): New function to compute the sizes of the various
36333         tables.
36335         * mono/metadata/metadata.h: Finish listing the different index
36336         types. 
36338         * mono/metadata/pedump.c: Improve to dump new information.
36340 2001-06-19  Miguel de Icaza  <miguel@ximian.com>
36342         * mono/metadata/metadata.c: Entered all the tables matching
36343         Beta2. 
36345         * mono/metadata/assembly.c (load_metadata_ptrs): Fix for Beta2