2010-03-08 Zoltan Varga <vargaz@gmail.com>
[mono/afaerber.git] / mono / metadata / ChangeLog
blob8f11863ddd735f32a22dad7b122e163f99b225c4
1 2010-03-08  Zoltan Varga  <vargaz@gmail.com>
3         * sgen-gc.c (scan_needed_big_objects): Call drain_gray_stack () to avoid
4         uncontrolled growth of the gray stack.
6         * sgen-gray.c: Rewrite this so it behaves like a stack, not a queue, so recently
7         added items are removed first, improving cache locality. Avoid freeing queue
8         segments in the fast path, use the list of segments as the free list, truncate
9         it to its max size at the start of collection.
11 Mon Mar 8 10:13:52 CET 2010 Paolo Molaro <lupus@ximian.com>
13         * metadata-internals.h: more memory savings, both with small config and without.
16 Sat Mar 6 19:12:12 CET 2010 Paolo Molaro <lupus@ximian.com>
18         * appdomain.c, domain-internals.h, domain.c, object.c:
19         make class_vtable_hash into an array to reduce memory usage.
21 Sat Mar 6 18:16:35 CET 2010 Paolo Molaro <lupus@ximian.com>
23         * mempool.c, class-internals.h, class.c, icall.c, metadata.c,
24         object-internals.h, object.c, reflection.c, threadpool.c:
25         reduce resource usage when the small config is selected.
26         In particular, up to 64K of methods/fields/properties/events
27         are allowed and "other" methods in events are ignored.
29 Fri Mar 5 19:05:47 CET 2010 Paolo Molaro <lupus@ximian.com>
31         * threads.c: reduce resource usage when compiled for a small config.
33 2010-03-05  Mark Probst  <mark.probst@gmail.com>
35         * sgen-gc.c: Also collect number of degraded-alloced objects with
36         heavy statistics.
38 2010-03-04  Geoff Norton  <gnorton@novell.com>
40         * assembly.c: Only support OSX bundling if the bundle is 
41         actually detectable.
43 2010-03-04  Geoff Norton  <gnorton@novell.com>
45         * loader.c: The marshal specs are freed at the end of the call
46         but it explicitly frees the strings as well as the container,
47         so we need to dup them too to avoid referencing free'd memory.
49 2010-03-04  Geoff Norton  <gnorton@novell.com>
51         * icall-def.h:
52         * icall.c: Add a new private internal icall to construct
53         an object from its type without running the ctor.
55 Thu Mar 4 15:37:09 CET 2010 Paolo Molaro <lupus@ximian.com>
57         * profiler.c: allow multiple profiler engines to be loaded
58         at the same time.
60 Wed Mar 3 20:19:45 CET 2010 Paolo Molaro <lupus@ximian.com>
62         * profiler-private.h, profiler.c, profiler.h, sgen-gc.c: introduce
63         profiler event to track object moves.
65 Wed Mar 3 19:20:39 CET 2010 Paolo Molaro <lupus@ximian.com>
67         * object.c, profiler.c, profiler.h, string-icalls.c:
68         remove the reduntant MONO_PROFILE_STRING_ALLOC profiler event.
70 2010-03-03  Miguel de Icaza  <miguel@novell.com>
72         * decimal.c (mono_double2decimal): Add support for reducing the
73         scale of a decimal.  It turns the 0.6000000000000 into 0.6 as
74         expected.
76 2010-03-03 Rodrigo Kumpera  <rkumpera@novell.com>
78         * icall-def.h:
79         * icall.c: Implement System.MonoType::get_core_clr_security_level icall.
81 2010-03-03  Marek Habersack  <mhabersack@novell.com>
83         * mono-config.c (mono_config_parse_assembly_bindings): added -
84         parses assembly binding redirections from appdomain's config
85         file.
87         * metadata-internals.h: added definition of a new function -
88         mono_config_parse_assembly_bindings - to support parsing assembly
89         binding redirections defined in appdomain's config file.
91         * domain-internals.h: added two new fields to _MonoDomain - a list
92         of assembly bindings and a flag to parse the config file only
93         once.
95         * assembly.c (assembly_binding_maps_name): empty culture name and
96         NULL culture name are considered equal.
97         (mono_assembly_apply_binding): added support for domain specific
98         assembly binding redirections, read from the appdomain's
99         configuration file. Fixes bug #580185
101 Wed Mar 3 11:46:06 CET 2010 Paolo Molaro <lupus@ximian.com>
103         * appdomain.c, domain.c, icall.c, image.c, marshal.c, object.c,
104         reflection.c, socket-io.c, threadpool.c, threads.c: removed 1.1/1.0
105         support.
107 2010-03-02 Rodrigo Kumpera  <rkumpera@novell.com>
109         * reflection.c (mono_image_get_memberref_token): Extract mono_image_add_memberef_row
110         from this function. The new function receive the parent token instead of a type.
112         * reflection.c (mono_image_get_methodref_token_for_methodbuilder):
113         * reflection.c (mono_image_get_ctorbuilder_token): Use new function to encode
114         typebuilders. This make it possible to properly encode generic type builders since
115         their unmanaged type don't have generics data while unfinished.
117         Fixes #583655.
119 2010-03-02  Mark Probst  <mark.probst@gmail.com>
121         * sgen-gc.c, sgen-protocol.c, sgen-protocol.h: New facility for
122         writing binary log files (can be enabled by #define'ing
123         BINARY_PROTOCOL) for better debugging of timing-dependent bugs or
124         bugs in longer running programs.
126 Mon Mar 1 19:35:32 CET 2010 Paolo Molaro <lupus@ximian.com>
128         * metadata.c: added some API documentation.
130 2010-03-01  Robert Jordan  <robertj@gmx.net>
132         * filewatcher.h: Include glib.h to fix the MSVC build.
134 2010-03-01  Zoltan Varga  <vargaz@gmail.com>
136         * class-internals.h (MonoClass): Get rid of the reflection_info field, add
137         a GC handle instead. This is a bit slower to access, but avoids burdening the
138         GC with 100s of individual roots.
140         * reflection.c (mono_class_get_ref_info):
141         (mono_class_set_ref_info):
142         (mono_class_free_ref_info): New internal helper fuctions.
144         * reflection.c appdomain.c icall.c class.c: Use the new helper functions instead
145         of accessing klass->reflection_info directly.
147         * sgen-gc.c (alloc_complex_descriptor): Fix the computation of the number of
148         words.
150         * gc.c (alloc_handle): Create a GC descriptor for the 'entries' array, free
151         the previous array.
153 2010-02-28  Zoltan Varga  <vargaz@gmail.com>
155         * marshal.c (get_runtime_invoke_type): Avoid sharing byref with I, as the latter
156         needs an indirection.
158 2010-02-26  Zoltan Varga  <vargaz@gmail.com>
160         * generic-sharing.c: Removed, moved its contents to mini/mini-generic-sharing.c,
161         so all generic sharing code is in one place.
163         * class.c (get_implicit_generic_array_interfaces): Fix the last change so
164         we don't call setup_interface_offsets () for unfinished types.
166 2010-02-26  Zoltan Varga  <vargaz@gmail.com>
168         * class.c (mono_class_generic_sharing_enabled): Move this to
169         generic-sharing.c.
171         * image.c: Add an unload hook which is called before an image is unloaded.
173         * generic-sharing.c: Use the unload hook to unregister per-image data, to avoid
174         metadata.c having to depend on generic sharing.
176 Fri Feb 26 19:23:18 CET 2010 Paolo Molaro <lupus@ximian.com>
178         * class.c: reduce size of ridiculously large cache.
180 2010-02-26  Martin Baulig  <martin@ximian.com>
182         * mono-debug.h
183         (MONO_DEBUGGER_MINOR_VERSION): Bump to 5.
185         * threads.c (mono_thread_internal_reset_abort): New method; resets
186         the abort, but doesn't throw any exception if no abort was requested.
188 2010-02-26  Zoltan Varga  <vargaz@gmail.com>
190         * class.c (get_implicit_generic_array_interfaces): Call
191         mono_class_setup_interface_offsets () before accessing
192         eclass->interface_offsets_count. This only shows up on platforms without IMT for
193         some reason.
195 Thu Feb 25 12:12:44 CET 2010 Paolo Molaro <lupus@ximian.com>
197         * environment.c, environment.h, icall.c: make the GetOSVersionString()
198         icall internal.
200 Thu Feb 25 11:37:50 CET 2010 Paolo Molaro <lupus@ximian.com>
202         * metadata.c, metadata.h: make MONO_TYPE_IS* functional without
203         direct access to the MonoType fields.
205 2010-02-25  Zoltan Varga  <vargaz@gmail.com>
207         * threads.h: Move some internal functions which were added to this header by
208         mistake to threads-types.h.
210         * class.c (mono_class_init): Get rid of mono_setup_vtable_in_class_init.
212 Wed Feb 24 17:45:27 CET 2010 Paolo Molaro <lupus@ximian.com>
214         * class-internals.h, class.h, object.h: make MonoRemoteClass
215         and mono_remote_class() internal.
217 Wed Feb 24 17:05:18 CET 2010 Paolo Molaro <lupus@ximian.com>
219         * metadata-internals.h, class-internals.h, metadata.h: make the
220         MonoType guts internal as well.
222 Wed Feb 24 16:02:42 CET 2010 Paolo Molaro <lupus@ximian.com>
224         * reflection.h: the MonoTypeNameParse guts are internal now.
225         * assembly.c, assembly.h, image.h: the MonoAssemblyName guts
226         are internal now, provide accessors as needed.
227         * metadata.h, metadata-internals.h: the MonoMethodSignature
228         guts are internal now.
229         * Makefile.am: mempool.h is an internal header now.
230         * *.h, *.c: remove glib.h usage from the public headers.
232 2010-02-24  Atsushi Enomoto  <atsushi@ximian.com>
234         * culture-info-table.h : regenerated.
236 2010-02-22  Rodrigo Kumpera  <rkumpera@novell.com>
238         * metadata.c: Add mono_method_get_header_summary which returns minimal
239         information about the header of a method. This is the information used
240         by the inline oracle to reject methods.
242         This method doesn't decode local variables and doesn't cache it's result,
243         so it should cause a minimal reduction in memory usage.
245         * metadata-internals.h: Add MonoMethodHeaderSummary structure and
246         mono_method_get_header_summary.
248 2010-02-22  Jeffrey Stedfast  <fejj@novell.com>
250         * threads.c (mono_thread_exit): Make sure that the main thread is
251         non-null before dereferencing it.
253 2010-02-21  Geoff Norton  <gnorton@novell.com>
255         * Makefile.am: Add CoreFoundation linkage on darwin to properly get the current
256         locale.
257         * locaes.c: When running on darwin, try to get the local from CoreFoundation 
258         before falling back to the posix lookup.
260 2010-02-19  Zoltan Varga  <vargaz@gmail.com>
262         * threads.c (mono_thread_suspend_all_other_threads): Ignore threads which have
263         the DONT_MANAGE flag set.
265 2010-02-19  Rodrigo Kumpera  <rkumpera@novell.com>
267         * domain.c: Remove old v1 version strings. Let the runtime
268         default to 2.0 instead of failing because it can't find a
269         working 1.0 instalation.
271 2010-02-19  Rodrigo Kumpera  <rkumpera@novell.com>
273         * domain.c: Add v4 RC version string.
275 2010-02-19  Rodrigo Kumpera  <rkumpera@novell.com>
277         * mono-basic-block.c (mono_opcode_value_and_size): Use pointer variant
278         of overflow checking function.
280 2010-02-18  Rodrigo Kumpera  <rkumpera@novell.com>
282         * reflection.c (mono_reflection_method_on_tb_inst_get_handle): Handle non
283         generic methods.
285         * reflection.c (mono_reflection_get_custom_attrs_info): Handle compiler context
286         cases for ParameterInfo.
288         Fixes #579493.
290 2010-02-18  Zoltan Varga  <vargaz@gmail.com>
292         * class.c (mono_class_get_cctor): Fix support for dynamic classes, which doesn't
293         have has_cctor set. Fixes #575946.
295 2010-02-16 Gonzalo Paniagua Javier <gonzalo@novell.com>
297         * appdomain.c: display a warning if the parsing the config file
298         produces any error.
299         Skip the BOM in UTF-8 files.
300         Copy the AppDomainSetup before setting the privateBinPath so that the
301         correct configuration file is read.
303 2010-02-15  Zoltan Varga  <vargaz@gmail.com>
305         * object.c: Instead of using one vtable trampoline, allow the JIT to use one
306         vtable trampoline per vtable slot index. Not used yet.
308 2010-02-13 Gonzalo Paniagua Javier <gonzalo@novell.com>
310         * icall-def.h:
311         * icall.c: add internal call that returns the system page size.
313 2010-02-13  Zoltan Varga  <vargaz@gmail.com>
315         * debug-helpers.c (mono_method_desc_search_in_image): Handle short names like
316         'int' for system classes.
318 Fri Feb 12 18:36:02 CET 2010 Paolo Molaro <lupus@ximian.com>
320         * icall.c, icall-def.h: new icall to check for sufficient
321         stack space.
323 2010-02-12  Mark Probst  <mark.probst@gmail.com>
325         * reflection.c (ensure_complete_type): Check that reflection_info
326         is set, too.  Fixes crash of corlib testsuite with -O=-all.
328 2010-02-11  Rodrigo Kumpera  <rkumpera@novell.com>
330         * attrdefs.h:
331         * tabledefs.h: Add NoOptimization flag.
333 2010-02-10  Mark Probst  <mark.probst@gmail.com>
335         * sgen-gc.c: Don't consider it a missing remset if the target
336         object is pinned - we might have done the store but not added the
337         remset yet.
339 2010-02-10  Mark Probst  <mark.probst@gmail.com>
341         * sgen-gc.c: When checking for missing remsets, don't assert on
342         the first one, but print them all and then assert.
344 2010-02-10  Mark Probst  <mark.probst@gmail.com>
346         * sgen-gc.c (find_in_remset_loc): Handle the small bitmap case.
348 2010-02-09  Miguel de Icaza  <miguel@novell.com>
350         * console-unix.c: On OSX Control-Y is assigned to
351         VDSUSP (non-Posix), the
352         suspend-program-next-time-it-tries-to-read-input command (this is
353         different than C-z, which suspends immediately).
355         Do the same thing that bash does and ignore this setting,
356         making our repl/getline support pasting.
358 2010-02-10  Mark Probst  <mark.probst@gmail.com>
360         * sgen-gc.c: Simple plausibility check for scan_starts.
362 2010-02-10  Mark Probst  <mark.probst@gmail.com>
364         * sgen-gc.c: Round up when calculating the number of scan starts.
366 2010-02-10  Rodrigo Kumpera  <rkumpera@novell.com>
368         * reflection.c: Export mono_get_object_from_blob.
370         * object-internals.h: Ditto.
372         * icall.c: New icall property_info_get_default_value to get the default
373         value of a property. Since using this is not common, no caching is done.
375         * icall-def.h: Add new icall.
377 2010-02-10  Rodrigo Kumpera  <rkumpera@novell.com>
379         * class.c: Add mono_class_get_property_default_value.
381         * class-internal.h: Export mono_class_get_property_default_value.
383 2010-02-10  Rodrigo Kumpera  <rkumpera@novell.com>
385         * reflection.c (mono_image_get_property_info): Encode the default value of a property.
387 Wed Feb 10 14:48:45 CET 2010 Paolo Molaro <lupus@ximian.com>
389         * sgen-gc.c: introduced critical regions to allow some lockless
390         operations and increase scalability.
392 2010-02-10  Geoff Norton  <gnorton@novell.com>
394         * reflection.c: Support building with DISABLE_REFLECTION
396 2010-02-09 Gonzalo Paniagua Javier <gonzalo@novell.com>
398         * threadpool.c: Fixes for SetMinThreads and SetMaxThreads.
399         Closes bug #566057.
401         * exception.c: fix typo in comment.
403 2010-02-09  Rodrigo Kumpera  <rkumpera@novell.com>
405         * icall.c (param_info_get_type_modifiers): Handle the case when the member object is a
406         property. This happens which instances returned by PropertyInfo::GetIndexParameters ().
408         * reflection.c (mono_reflection_get_custom_attrs_info): Ditto.
410         * object-internals.h: Export mono_class_is_reflection_method_or_constructor as part of
411         the internal API.
413         Fixes #574434.
415 2010-02-09  Mark Probst  <mark.probst@gmail.com>
417         * threads.c: Removed two assertions that were too strict.  Added a
418         clarifying comment.  Fixes #577090.
420 2010-02-08  Zoltan Varga  <vargaz@gmail.com>
422         * domain.c (mono_jit_info_table_find): Avoid looking in the root domain, since
423         the caller has no way of knowing the domain which owns the returned MonoJitInfo.
425         * appdomain.c (create_exceptions): Call mono_thread_push/popappdomain_ref ().
427         * verify.c (mono_type_get_stack_name): Fix a warning.
429 2010-02-07  Zoltan Varga  <vargaz@gmail.com>
431         * marshal.c (mono_marshal_get_wrapper_info): Rename from
432         mono_marshal_wrapper_info_from_wrapper.
434         * marshal.c (mono_marshal_set_wrapper_info): Rename from
435         mono_marshal_method_set_wrapper_data, and export.
437         * boehm-gc.c sgen-gc.c null-gc.c: Get rid of mono_gc_get_allocator_type, store
438         the allocator type in a AllocatorWrapperInfo structure instead, which is accesible
439         by calling mono_marshal_get_wrapper_info ().
441         * sgen-gc.c (mono_gc_get_managed_allocator): Add a specialized allocator for
442         small objects which does no size checks.
444 2010-02-05  Rodrigo Kumpera  <rkumpera@novell.com>
446         * icall-def.h: Rename get_MetadataToken to GetMetadataToken.
448 2010-02-04  Rodrigo Kumpera  <rkumpera@novell.com>
450         * verify.c (mono_method_verify): Use the new basic block formation pass
451         to avoid verifying dead basic blocks. This is the same behavior as the
452         runtime MS verifier.
454 2010-02-04  Rodrigo Kumpera  <rkumpera@novell.com>
456         * mono-basic-block.c:
457         * mono-basic-block.h: New implementation of a basic block formation pass.
458         The formation pass does static liveness analysis as well to detect dead
459         basic blocks.
461 2010-02-04  Zoltan Varga  <vargaz@gmail.com>
463         * marshal.c (mono_marshal_get_native_wrapper): Emit a null check for the
464         'this' argument in icalls.
466 2010-02-02  Zoltan Varga  <vargaz@gmail.com>
468         * reflection.c (resolve_object): Handle MonoArrayMethod. Fixes #575955.
470 2010-02-01  Mark Probst  <mark.probst@gmail.com>
472         * object.c, domain.c: When using SGen, we must register
473         vtable->type as a root if it's not a MonoType, because then it
474         wasn't pin-alloced.
476 2010-02-01  Mark Probst  <mark.probst@gmail.com>
478         * sgen-gc.c: Reset to_space_bumper to to_space_section->next_data
479         at the start of nursery collections, because we might have had
480         degraded allocations which changed next_data.
482 2010-01-30  Zoltan Varga  <vargaz@gmail.com>
484         * marshal.c (mono_marshal_get_managed_wrapper): Avoid constructing the
485         custom attr so this function works in cross-compiling mode.
487 2010-01-29  Zoltan Varga  <vargaz@gmail.com>
489         * class.c (make_generic_param_class): Initialize interface offsets since we
490         set klass->inited. Fixes #574819.
492 2010-01-28  Zoltan Varga  <vargaz@gmail.com>
494         * domain.c (mono_domain_free): Send the END_UNLOAD profiler event before
495         calling the JIT domain cleanup hook.
497 2010-01-28  Rodrigo Kumpera  <rkumpera@novell.com>
499         * pedump.c (main): Properly set the verifier mode when running the metadata
500         verifier.
502 2010-01-28  Rodrigo Kumpera  <rkumpera@novell.com>
504         * verify.c (verify_class_for_overlapping_reference_fields): Properly verify
505         overlapping fields now that we're called before has_references is set.
507         * pedump.c (dump_verify_info): Clear any loader error before verifying another
508         method. Otherwise all sort of weird stuff happens.
510 2010-01-27  Zoltan Varga  <vargaz@gmail.com>
512         * object.c (mono_field_get_value_object): Handle nullable types correctly.
513         Fixes #572874.
515 2010-01-25  Zoltan Varga  <vargaz@gmail.com>
517         * icall.c (ves_icall_System_Array_SetValueImpl): Handle nullable types correctly.
518         Fixes #573322.
520 2010-01-23  Mark Probst  <mark.probst@gmail.com>
522         * sgen-pinning.c (evacuate_pin_staging_area): Don't assume
523         pin_staging_area_index is greater than 0.
525 2010-01-22 Miguel de Icaza (miguel@novell.com)
527         * loader.c: Since we do nothing with the error returned, pass NULL
528         to ignore the error.
530 2010-01-21  Rodrigo Kumpera  <rkumpera@novell.com>
532         * reflection.c (typebuilder_setup_fields): Pretend field setup already
533         happened before starting to encode the actual fields. This avoid ciclic
534         dependencies and eventual crashes.
536         Fixes #572660.
538 2010-01-21  Mark Probst  <mark.probst@gmail.com>
540         * sgen-gc.c, gc-internal.h, object.c: Make string allocation
541         atomic and remove the half-constructed hack in SGen.
543 2010-01-21  Rodrigo Kumpera  <rkumpera@novell.com>
545         * metadata-verify.c (parse_generic_inst): Fail a type signature if it 
546         has a recursive reference to itself.
548         Fixes #571863.
550 2010-01-21  Rodrigo Kumpera  <rkumpera@novell.com>
552         * loader.c (mono_method_signature): Fix error message.
554 2010-01-21  Mark Probst  <mark.probst@gmail.com>
556         * sgen-gc.c: Reuse to-space sections between nursery collections.
558 2010-01-20 Gonzalo Paniagua Javier <gonzalo@novell.com>
560         * icall.c: don't raise AppDomain.TypeResolve when the type is loaded
561         from the current assembly or mscorlib. Fixes bug #322957.
563 2010-01-20  Zoltan Varga  <vargaz@gmail.com>
565         * marshal.c: Calculate the target class of the delegete invoke wrappers using
566         get_wrapper_target_class.
568 2010-01-19  Mark Probst  <mark.probst@gmail.com>
570         * sgen-gc.c: Fix warnings.
572 2010-01-19  Rodrigo Kumpera  <rkumpera@novell.com>
574         * verify.c (store_local): Better error message.
576 2010-01-19  Rodrigo Kumpera  <rkumpera@novell.com>
578         * object.c (mono_object_get_virtual_method): Handle generic interfaces with variant
579         arguments.
581 2010-01-19  Rodrigo Kumpera  <rkumpera@novell.com>
583         * icall.c (ves_icall_Remoting_RemotingServices_GetVirtualMethod): This
584         function is generics variance aware.
586 2010-01-19  Sebastien Pouliot  <sebastien@ximian.com>
588         * security-core-clr.c (mono_security_core_clr_can_access_internals):
589         Handle the case where 'basedir' can be NULL (e.g. SRE assemblies)
591 2010-01-19  Sylvain Dupont <duposyl@gmail.com>
593         * cominterop.c marshal.c: Added support for marshalling in, in/byref,
594           in/out, in/out/byref parameters of type SAFEARRAY[VARIANT].
596         Code is contributed under MIT/X11 license.
598 2010-01-19  Rodrigo Kumpera  <rkumpera@novell.com>
600         * icall.c (ves_icall_MonoMethod_GetGenericMethodDefinition): Handle inflated generic methods
601         on a GTD.
603 2010-01-19  Zoltan Varga  <vargaz@gmail.com>
605         * marshal.c (mono_marshal_wrapper_info_from_wrapper): New helper function to
606         return a point to a wrapper specific info structure describing the wrapper.
607         (mono_marshal_get_array_address): Store the rank+elem_size in the wrapper info.
609 2010-01-18  Mark Probst  <mark.probst@gmail.com>
611         * sgen-gc.c: Make minor collection section allowance adaptive,
612         depending on the amount of memory reclaimed in the last major
613         collection.  If more memory was reclaimed (i.e. more garbage
614         produced), do the next collection earlier.
616 2010-01-18  Rodrigo Kumpera  <rkumpera@novell.com>
618         * metadata-verify.c (parse_type): Fail a type signature if it has a recursive reference
619         to itself.
621         * metadata-verify.c (mono_verifier_verify_typespec_signature): Change signature to take
622         the token as parameter.
624         * verify-internals.h: Ditto.
626         * metadata.c (mono_type_create_from_typespec): Pass token to verifier.
628         Fixes #571460.
630 2010-01-18  Mark Probst  <mark.probst@gmail.com>
632         * sgen-gc.c: Make store_remset_buffer_index long.
634 2010-01-18  Rodrigo Kumpera  <rkumpera@novell.com>
636         * class.c (mono_class_from_typeref): Fail loading of self-referencing typeref tokens.
638         Fixes #569579.
640 2010-01-18  Zoltan Varga  <vargaz@gmail.com>
642         * sgen-gc.c (mono_gc_base_init): Add 'conservative_stack_mark' option to turn
643         off precise marking if it is available.
644         (mono_gc_get_bitmap_for_descr): Fix the handling of run length descriptors.
646 2010-01-17  Zoltan Varga  <vargaz@gmail.com>
648         * sgen-gc.c (mono_gc_conservatively_scan_area): Resurrect this.
650         * sgen-pinning.c (evacuate_pin_staging_area): Don't assert if there are no
651         pinned objects.
653         * sgen-gc.c (create_allocator): Add the missing n > MONO_ARRAY_MAX_INDEX check
654         to the array allocator.
656 2010-01-16  Zoltan Varga  <vargaz@gmail.com>
658         * generic-sharing.c (instantiate_other_info): Don't create ftnptr's from the
659         result of mono_compile_method (), it already includes an ftnptr.
661 2010-01-16  Zoltan Varga  <vargaz@gmail.com>
663         * metadata.c (get_image_set): Remove an assert which can happen in normal use.
665 2010-01-15  Zoltan Varga  <vargaz@gmail.com>
667         * metadata.c (mono_metadata_str_hash): New helper function to compute a stable
668         hash value which doesn't depend on glib/eglib versions.
669         (mono_metadata_type_hash): Use it.
671         * object.c (mono_method_get_imt_slot): Ditto.
673 2010-01-14  Rodrigo Kumpera  <rkumpera@novell.com>
675         * class.c (mono_type_has_exceptions): Check the generic instance. It can fail
676         independently of the GTD.
678         * class.c (mono_class_setup_fields): Fail if field has negative offset.
680         * class.c (mono_class_setup_fields): Fail if valuetype has zero size. Add sizeof(MonoObject)
681         to the upper limit since instance_size includes this amount.
683         * class.c (mono_class_layout_fields): Check if the types of the static fields have failed.
685         Fixes #569544.
687 2010-01-14  Zoltan Varga  <vargaz@gmail.com>
689         * object.c (build_imt_slots): Compute the vtable slot correctly for interfaces
690         with static methods.
692         * object.c (build_imt_slots): Avoid asserting when static methods are
693         encountered in an interface.
695 2010-01-13  Mark Probst  <mark.probst@gmail.com>
697         * sgen-gc.c (to_space_expand): Fix assertion.
699 Wed Jan 13 15:42:28 CET 2010 Paolo Molaro <lupus@ximian.com>
701         * string-icalls.c: missing declaration fixes.
702         * sgen-gc.c: portability fixes.
704 2010-01-12  Rodrigo Kumpera  <rkumpera@novell.com>
706         * class.c (mono_class_get_implemented_interfaces): Now take a MonoError argument.
708         * class.c:
709         * cominterop.c:
710         * icall.c:
711         * object.c: 
712         * class-internals.h: Adjust for new signature of mono_class_get_implemented_interfaces.
714 2010-01-12  Rodrigo Kumpera  <rkumpera@novell.com>
716         * class.c (mono_class_setup_interfaces): Now take a MonoError argument and
717         it can fail loading the type.
719         * class.c: Add mono_class_inflate_generic_class_checked.
721         * class.c:
722         * verify.c:
723         * class-internals.h: Adjust for new signature of mono_class_setup_interfaces.
725 2010-01-11  Zoltan Varga  <vargaz@gmail.com>
727         * loader.c (mono_method_signature_checked): New internal function taking an
728         MonoError argument.
730         * socket-io.c (AI_ADDRCONFIG): Applied patch from John Lightsey (jd@cpanel.net).
731         Fixes build on rh 7.3.
733 2010-01-10  Aaron Bockover  <abockover@novell.com>
735         * assembly.c (mono_set_rootdir): Support finding the mono paths on OS X
736         at runtime in the same way as on Windows, which yields a relocatable
737         Mono. Uses dyld's _NSGetExecutablePath and realpath to resolve the path
738         of the running mono process.
740         On TARGET_ARM, fallback () will always be executed.
742 2010-01-08  Rodrigo Kumpera  <rkumpera@novell.com>
744         * icall.c (ves_icall_Type_GetInterfaceMapData): This function is generics variance aware.
746 2010-01-08  Rodrigo Kumpera  <rkumpera@novell.com>
748         * class.c (mono_class_is_assignable_from_slow): Support variant
749         generic delegates.
751         * class.c (mono_class_implement_interface_slow): Support types with
752         variant generic arguments.
754 2010-01-08  Rodrigo Kumpera  <rkumpera@novell.com>
756         * verify.c: Remove some code duplication.
758 2010-01-07  Rodrigo Kumpera  <rkumpera@novell.com>
760         * object.c: Update docs.
762 2010-01-07  Rodrigo Kumpera  <rkumpera@novell.com>
764         * object.c (add_imt_builder_entry): Improve DEBUG_IMT spew.
766         * object.c (build_imt_slots): Interfaces with variant generic arguments use the
767         fallback trampoline as well.
769         * class.c (mono_class_interface_offset_with_variance): Add new non_exact_match
770         out argument that is set to TRUE if the match was direct. 
772         * class.c (mono_class_is_assignable_from): Delegates require variance testing as well.
774         * class-internal.h: Update prototype of mono_class_interface_offset_with_variance.
776 2010-01-07  Rodrigo Kumpera  <rkumpera@novell.com>
778         * class.c: Add mono_class_interface_offset_with_variance function that does same
779         as mono_class_interface_offset but takes variance into account.
781         * class-internal.h: Export mono_class_interface_offset_with_variance.
783         * object.c: Fix and improve DEBUG_IMT. Added an assert for IMT thunk building.
785 2010-01-07  Rodrigo Kumpera  <rkumpera@novell.com>
787         * object.c:
788         * icall.c:
789         * class.c: Add some FIXME for due to variant generic arguments.
791         object.c (mono_object_isinst_mbyref): Interfaces with variant generic arguments
792         can't use the simple bitfield check, so call mono_class_is_assignable_from if
793         the bitfield check fails.
795 2010-01-07  Rodrigo Kumpera  <rkumpera@novell.com>
797         * class.c (mono_class_is_assignable_from): Rework the generics variance code
798         to be easier to read and fix bugs in the case a non generic type implements a variant
799         interface.
801         * class.c (mono_class_has_variant_generic_params): Make non static.
803         * class-internals.h: Export mono_class_has_variant_generic_params as part of
804         the private API.
806 2010-01-07 Gonzalo Paniagua Javier <gonzalo@novell.com>
808         * assembly.c: fix MONO_PATH debug output.
810 2010-01-06  Atsushi Enomoto  <atsushi@ximian.com>
812         * culture-info-table.h : regenerated.
814 2010-01-04  Rodrigo Kumpera  <rkumpera@novell.com>
816         * verify.c (mono_verifier_verify_class): Properly check for broken parent. Ignore
817         types that are meant to not have a parent.
819 2010-01-04  Zoltan Varga  <vargaz@gmail.com>
821         * marshal.c (mono_marshal_get_runtime_invoke): Make a copy of the signature
822         from the image mempool, so it is not leaked.
824 2010-01-04  Zoltan Varga  <vargaz@gmail.com>
826         * metadata-internals.h (_MonoImage): Remove unused generic_class_cache field.
828 2010-01-04  Sebastien Pouliot  <sebastien@ximian.com>
830         * verify.c (verify_valuetype_layout_with_target): Fix case
831         that can lead to infinite recursion. Fix bug #567861
833 2010-01-04  Rodrigo Kumpera  <rkumpera@novell.com>
835         * pedump.c: Run code verifier even if image verification fails
836         due to a failed type we. This allows more errors to be shown.
838 2010-01-04  Rodrigo Kumpera  <rkumpera@novell.com>
840         * class.c (count_virtual_methods): Remove the assert and now
841         fail properly.
842         
843         * class.c (setup_interface_offsets): This can fail now.
845         * class.c (mono_class_setup_vtable_general): Check for parent vtable
846         errors. Check setup_interface_offsets errors.
848         * class.c (setup_interface_offsets): Simplify the return error logic
849         and remove class_init_ok.
851         Fixes #560327.
853 2010-01-04  Rodrigo Kumpera  <rkumpera@novell.com>
855         * class.c (mono_class_init): Do class verification at the beginning. Add
856         some asserts to avoid tripping into invalid memory.
858         * object.c (compute_class_bitmap): Replace a g_assert_not_reached with a
859         g_error and a decent message.
861         * verify.c (mono_verifier_verify_class): Verify for invalid super type.
863         Fixes #567548.
865 2010-01-03  Zoltan Varga  <vargaz@gmail.com>
867         * mempool-internals.h (g_list_prepend_mempool): Define this and related functions
868         as inline functions instead of defining them in mempool.c.
870         * metadata-internals.h (MonoImageSet): New structure representing a set of
871         MonoImages, which own a collection of generic instances.
873         * metadata.c: Get rid of the global generic caches, instead assign each generic
874         instance to the image set which consists of all the images referenced by the
875         instance. This greatly speeds up mono_metadata_clean_for_image (), and allows
876         the memory used by generic instances to be allocated from a per image-set mempool
877         later.
879 2010-01-03  Zoltan Varga  <vargaz@gmail.com>
881         * marshal.c (mono_marshal_get_runtime_invoke): Fix a memory leak.
883 2010-01-03  Zoltan Varga  <vargaz@gmail.com>
885         * appdomain.c (zero_static_data): Fix a warning.
887         * locales.c (construct_culture_from_specific_name): Applied patch from
888         José Antonio Sánchez Lázaro <jasl@darcysoft.es>. Fix a crash if a culture was
889         not found. Fixes #567900.
891 2009-12-31  Sebastien Pouliot  <sebastien@ximian.com>
893         * loader.c (mono_method_get_signature_full): Remove two asserts.
894         Return NULL instead so that the verifier can handle both cases 
895         gracefully.
897 2009-12-30  Rodrigo Kumpera  <rkumpera@novell.com>
899         * class.c (mono_class_setup_methods): Use checked version of mono_class_inflate_generic_method_full
900         so we can properly fail types instead of crashing.
902         Fixes #567676.
904 2009-12-30  Rodrigo Kumpera  <rkumpera@novell.com>
906         * reflection.c (reflection_methodbuilder_to_mono_method): Assert in case of a broken
907         generic method.
909 2009-12-30  Rodrigo Kumpera  <rkumpera@novell.com>
911         * marshal.c (mono_mb_emit_restore_result): Properly handle generic enums.
913 2009-12-26  Zoltan Varga  <vargaz@gmail.com>
915         * monitor.c (ves_icall_System_Threading_Monitor_Monitor_wait): Don't close the
916         wait handle if the wait is interrupted, since it is still in mon->wait_list, and
917         we can't remove it from it since we don't hold the lock.
918         (mon_new): Free the orphaned events here when a mon structure is added to the
919         freelist. Fixes #561239. Thanks to Mike Rieker <wmrieker@nii.net> for tracking
920         this down.
922 2009-12-26  Rodrigo Kumpera  <rkumpera@novell.com>
924         * verify.c (init_stack_with_value_at_exception_boundary): Do stack overflow checking here
925         as max stack might be zero.
927         Fixes #562320.
929 2009-12-26  Rodrigo Kumpera  <rkumpera@novell.com>
931         Rework all uses of mono_class_setup_methods to accept that it can fail now.
933         * class.c (mono_class_setup_methods): This function now can fail the class. Do so for generic
934         instances if the GTD did.
936         * class.c (mono_class_setup_properties): Ditto.
938         * class.c (mono_class_setup_events): Ditto.
940         * class.c (mono_class_setup_vtable): Fail early if the type is already broken.
942         * class.c (mono_class_setup_vtable_general): Add a few more missing broken type checks. Sanitize
943         error setting.
945         * class.c (mono_class_init): Fail if GTD did.
947         * cominterop.c:
948         * generic-sharing.c:
949         * icall.c:
950         * loader.c:
951         * object.c:
952         * verify.c: Properly handle failure of mono_class_setup_methods.
954 2009-12-26  Rodrigo Kumpera  <rkumpera@novell.com>
956         * class-internals.c: Add mono_class_inflate_generic_method_full_checked and make
957         mono_class_inflate_generic_method_full internal.
959         * class.c (inflate_generic_context): Now takes a MonoError argument.
961         * class.c (mono_class_inflate_generic_method_full): Now calls the _checked and abort on
962         errors.
964 2009-12-26  Zoltan Varga  <vargaz@gmail.com>
966         * generic-sharing.c (instantiate_other_info): Avoid creating jump trampolines since
967         they cannot be patched. Partly fixes #564408.
969 2009-12-24  Mark Probst  <mark.probst@gmail.com>
971         * metadata-internals.h, reflection.c: Use the
972         MonoDynamicImage.handleref hash table only with unmanaged keys,
973         and add a managed hash table handleref_managed for managed keys.
975 2009-12-24  Mark Probst  <mark.probst@gmail.com>
977         * sgen-gc.c: Unset to-space bumper between collections.  It might
978         become invalid due to degraded allocations.
980 2009-12-21  Rodrigo Kumpera  <rkumpera@novell.com>
982         * loader.c (mono_method_get_signature_full): Check if the returned signature is compatible
983         with the one from the original method.
985         * metadata-verify.c (mono_verifier_is_sig_compatible): New function to verify signature
986         compatibility.
988         * verify-internals.h: Add new function to the internal API.
990 2009-12-18  Dimitar Dobrev  <dpldobrev@yahoo.com>
992         * culture-info-tables.h: regenerated it to include the Georgian culture.
994 2009-12-18  Zoltan Varga  <vargaz@gmail.com>
996         * sgen-gc.c: Include mono/utils/memcheck.h.
998         * reflection.c (mono_reflection_get_type_internal_dynamic): Use assembly->domain
999         instead of the current domain, since the two might not match if this is called
1000         from the debugger.
1002         * metadata-internals.h (MonoDynamicAssembly): Add a 'domain' field to specify the
1003         domain which created this assembly.
1005 2009-12-18  Zoltan Varga  <vargaz@gmail.com>
1007         * debug-helpers.c (dis_one): Avoid a glib assert on empty strings.
1009 2009-12-17  Mark Probst  <mark.probst@gmail.com>
1011         * sgen-gc.c: Managed implementation of the specialized generic
1012         store write barrier.
1014 2009-12-17  Rodrigo Kumpera  <rkumpera@novell.com>
1016         * icall.c (ves_icall_Type_GetMethodsByName): Don't pin virtual methods if they are newslot.
1017         A private virtual newslot method is used to implement an interface method without exposing
1018         it to users. When querying for public instance methods, such method would hide a public one
1019         on a parent type.
1021         Fixes #564379.
1023 2009-12-17  Zoltan Varga  <vargaz@gmail.com>
1025         * reflection.c (resolve_object): Fix the encoding of unmanaged calling
1026         conventions.
1028 2009-12-16  Rodrigo Kumpera  <rkumpera@novell.com>
1030         * reflection.c (mono_type_get_object): Guard against NULL generic param owner.
1032 2009-12-16  Rodrigo Kumpera  <rkumpera@novell.com>
1034         * class-internals.h (MonoDynamicGenericClass): Kill property and event related fields
1035         as they are no longer used.
1036         
1037          * metadata.c (free_generic_class_dependents): Remove reference to previous fields
1039         * reflection.c (mono_reflection_generic_class_initialize): Ditto.
1041 2009-12-16  Rodrigo Kumpera  <rkumpera@novell.com>
1043         * reflection.c (mono_type_get_object): If the type is VAR or MVAR check
1044         if the owner class has not been finished before returning reflection_info.      
1046         Fixes #565127.
1048 2009-12-16  Zoltan Varga  <vargaz@gmail.com>
1050         * reflection.c (mono_custom_attrs_from_param): Avoid a crash if a dynamic
1051         param doesn't have custom attributes. Fixes #565117.
1053         * class.c (mono_bounded_array_class_get): Make these classes PUBLIC. Fixes
1054         #565120.
1056 2009-12-15  Rodrigo Kumpera  <rkumpera@novell.com>
1058         * class.c (mono_class_setup_fields): Fail valuetypes that are bigger than 1Mb.
1060 2009-12-15  Rodrigo Kumpera  <rkumpera@novell.com>
1062         * pedump.c: Add partial-md mode that doesn't perform full metadata verification. It does the
1063         same amount done by a core-clr enabled runtime.
1065 2009-12-15  Marek Habersack  <mhabersack@novell.com>
1067         * appdomain.c (mono_make_shadow_copy): make sure access mode of
1068         the target files is reset to writable by owner and readable by
1069         everyone else to prevent problems when updating shadow copies of
1070         files whose source is read-only. Fixes bug #556884
1072 2009-12-15  Mark Probst  <mark.probst@gmail.com>
1074         * class.c (mono_generic_class_get_class): Allocate the generic
1075         class via malloc again, so that it can be freed when any one of
1076         the images of its constituent types is closed.
1078         * metadata.c: When closing an image, don't free generic insts and
1079         generic classes right away, but put them into a list for later
1080         freeing.
1082         * image.c, metadata-internals.h: Store the free list and in the
1083         second pass of closing an image, free it.
1085 2009-12-14  Rodrigo Kumpera  <rkumpera@novell.com>
1087         * reflection.c (mono_generic_class_get_object): Assert if this is ever called.
1089         * reflection.c (mono_reflection_register_with_runtime): Only register dynamic
1090         types in type_hash.
1092         * reflection.c (resolve_object): Call ensure_complete_type on the inflated field.
1094 2009-12-14  Rodrigo Kumpera  <rkumpera@novell.com>
1096         * reflection.c (mono_reflection_type_get_handle): Properly fail in case of a broken
1097         user type.
1099         * reflection.c (mono_reflection_register_with_runtime): Throws in case a bad user type
1100         is used.
1102 2009-12-14  Miguel de Icaza  <miguel@novell.com>
1104         * verify.c (mono_method_verify): The Unused opcodes produce an
1105         InvalidProgramException on .NET
1107 2009-12-14  Sebastien Pouliot  <sebastien@ximian.com>
1109         * loader.c (mono_method_get_header): Move assert after the verifier
1110         has been called on the method header.
1112 2009-12-12  Rodrigo Kumpera  <rkumpera@novell.com>
1114         * object-internals.h: Remove useless field from MonoReflectionGenericClass.
1116         * appdomain.c: Bump corlib version.
1118 2009-12-12  Rodrigo Kumpera  <rkumpera@novell.com>
1120         To properly support user types, MonoGenericClass has to be used for regular, non SRE,
1121         types as well since otherwise generic instances would not return UT as arguments but
1122         their undelying system type.
1124         * object-internals.h: Change field types of MonoGenericClass and *OnTypeBuilderInst
1125         to reflect the fact that they can have now multiple different types.
1127         * reflection.c (mono_image_get_field_on_inst_token): Handle MonoField.
1129         * reflection.c (mono_image_get_ctor_on_inst_token): Handle MonoCMethod.
1131         * reflection.c (mono_image_get_method_on_inst_token): Handle MonoMethod.
1133         * reflection.c (mono_reflection_register_with_runtime): Init super types
1134         if the image is not dynamic.
1136         * reflection.c (mono_reflection_bind_generic_parameters): In case of a MonoGenericClass,
1137         check if the generic type definition is a TypeBuilder.
1139         * reflection.c (mono_reflection_generic_class_initialize): If the generic type definition
1140         doesn't belong to a dynamic image, skip initialization.
1142         * reflection.c (resolve_object): Properly handle *OnTypeBuilderInst types where their
1143         base definition is not a dynamic type.
1145 2009-12-11  Marek Habersack  <mhabersack@novell.com>
1147         * object.c (mono_ldstr, mono_ldstr_metadata_sig): added calls to
1148         mono_profiler_string_allocation
1150         * string-icalls.c (ves_icall_System_String_InternalAllocateStr):
1151         if string profiling is enabled, call
1152         mono_profiler_string_allocation
1154         * profiler.h: added two MonoProfileFlags -
1155         MONO_PROFILE_IOMAP_EVENTS and MONO_PROFILE_STRING_ALLOC as well as
1156         installation functions for the hooks below.
1158         * profiler-private.h, profiler.c: added two hooks:
1159         mono_profiler_string_allocation called whenever a string is
1160         allocated by InternalAllocateStr and mono_profiler_iomap called
1161         whenever IOMAP code performs an adjustement on a file path.
1163 Fri Dec 11 18:24:04 CET 2009 Paolo Molaro <lupus@ximian.com>
1165         * boehm-gc.c: fixed race condition while getting the target of a
1166         disappearing link (bug #522233).
1168 2009-12-10  Rodrigo Kumpera  <rkumpera@novell.com>
1170         * class.c (mono_type_get_full): Produce warning instead of simply swallowing
1171         the error.
1173 2009-12-10  Rodrigo Kumpera  <rkumpera@novell.com>
1175         * reflection.c: Add mono_reflection_register_with_runtime icall to
1176         allow a MonoGenericClass to register itself as the managed mirror of
1177         a given generic instance.
1178         This is a temporary workaround until all MGC instantiation happens in
1179         managed code.
1181         * object-internals.h: Ditto.
1183         * icall-def.h: Ditto.
1185 2009-12-10  Mark Probst  <mark.probst@gmail.com>
1187         * sgen-gc.c (find_in_remsets): Also search the generic store
1188         remsets.
1190 2009-12-10  Mark Probst  <mark.probst@gmail.com>
1192         * sgen-gc.c: Don't access class names in debugging code when
1193         unloading a domain, because they might not be valid anymore.
1195 2009-12-10  Mark Probst  <mark.probst@gmail.com>
1197         * domain.c, domain-internals.h: New function mono_domain_unset().
1199         * appdomain.c (unload_thread_main): Detach the thread again at the
1200         end.
1202         * threads.c: When a thread exists or is detached, unset its domain
1203         so that it's NULL when, for example, a pthread destructor runs.
1205         * sgen-gc.c: Assert that there is no domain set after a thread is
1206         done.
1208 2009-12-10  Mark Probst  <mark.probst@gmail.com>
1210         * class.c (mono_generic_class_get_class),
1211         metadata.c (free_generic_class): Allocate generic MonoClass's from
1212         the image mempool, not via malloc.  The problem with malloc is
1213         that when unloading a domain those classes are freed before
1214         clearing the heap and SGen needs the classes.  Rewriting the
1215         unloading code to do the free later would be more work and there's
1216         no point in using malloc anyway.
1218 2009-12-09  Sebastien Pouliot  <sebastien@ximian.com>
1220         * loader.c (mono_method_signature): Always call mono_loader_unlock 
1221         before returning.
1223 2009-12-09  Rodrigo Kumpera  <rkumpera@novell.com>
1225         * metadata-verify.c: Add mono_verifier_verify_string_signature to check
1226         user string blobs.
1228         * verify-internals.h: Add new function to the internal API.
1230         * verify.c (do_ldstr): Call into mono_verifier_verify_string_signature to
1231         check if it's a valid string.
1233         * object.c (mono_ldstr): Ditto.
1235         Fixes #561943.
1237 2009-12-09  Rodrigo Kumpera  <rkumpera@novell.com>
1239         * icall.c (ves_icall_GetCurrentMethod): Drop all generic arguments
1240         from a method before returning it. This is the expected behavior.
1242 2009-12-08  Rodrigo Kumpera  <rkumpera@novell.com>
1244         * reflection.c (inflate_method): Handle the case of a regular system type.
1246 2009-12-08  Mark Probst  <mark.probst@gmail.com>
1248         * sgen-gc.c, sgen-pinning-stats.c, sgen-gray.c: More statistics
1249         gathering code.
1251         * mempool.c, mempool-internals.h: New function
1252         mono_mempool_get_bytes_allocated().
1254         * Makefile.am: sgen-pinning-stats.c added.
1256 2009-12-08  Mark Probst  <mark.probst@gmail.com>
1258         * sgen-gc.c (create_allocator): Only use the fast path if the
1259         object size is within the small object size limit.
1261 2009-12-07  Mark Probst  <mark.probst@gmail.com>
1263         * sgen-gc.c: Make sure section->data is aligned to 8 bytes by
1264         possibly adding padding to sizeof (GCMemSection).
1266 2009-12-07  Mark Probst  <mark.probst@gmail.com>
1268         * sgen-gc.c (mono_gc_wbarrier_nostore): Skip the remset if the
1269         reference is not in the nursery.
1271 2009-12-07  Rodrigo Kumpera  <rkumpera@novell.com>
1273         * class.c (mono_class_from_typeref): Bounds check idx against the 
1274         assemblyref table.
1276 2009-12-07  Mark Probst  <mark.probst@gmail.com>
1278         * sgen-gc.c, sgen-pinning.c: When pinning, make only one pass
1279         through the potential roots, then sort the results and find the
1280         pinned objects from there.
1282         * Makefile.am: sgen-pinning.c added.
1284 2009-12-07  Mark Probst  <mark.probst@gmail.com>
1286         * sgen-gc.c: Record generic stores in specialized remset buffers.
1288 2009-12-06  Mark Probst  <mark.probst@gmail.com>
1290         * sgen-gc.c: Make pinned chunks the same size as major heap
1291         sections, and align them as well, so that we can check whether an
1292         object is in a pinned chunk or a major section in constant time.
1294 2009-12-06  Mark Probst  <mark.probst@gmail.com>
1296         * sgen-gc.c (build_nursery_fragments): Don't leak fragments.
1298 2009-12-06  Mark Probst  <mark.probst@gmail.com>
1300         * sgen-gc.c: Make all major heap sections the same size (currently
1301         128k) and allocate them on aligned addresses.  Small heap sections
1302         give us better granularity with pinned objects - we can free up
1303         much more memory.
1305 2009-12-06  Mark Probst  <mark.probst@gmail.com>
1307         * string-icalls.c (ves_icall_System_String_GetLOSLimit): Debug
1308         output removed.
1310 2009-12-05  Zoltan Varga  <vargaz@gmail.com>
1312         Applied patch from Laurent Etiemble (laurent.etiemble@gmail.com).
1314         * mono/metadata/assembly.c: When opening an assembly image, pass the real
1315         names in addition to the runtime generated one.
1317         * mono/metadata/image.h: Add a function to take the real name of the assembly
1318         image.
1320         * mono/metadata/image.c: If a real name has been passed to load an assembly,
1321         use it instead of the runtime generated one.
1323         Code is contributed under MIT/X11 license.
1325 2009-12-05  Zoltan Varga  <vargaz@gmail.com>
1327         * marshal.c (emit_marshal_vtype): Do the klass == date_time_class checks
1328         before the other checks to prevent problems if the DateTime class is blittable.
1329         Hopefully fixes #559600.
1331 2009-12-05  Mark Probst  <mark.probst@gmail.com>
1333         * string-icalls.c, string-icalls.h, icall-def.h: New icall that
1334         returns the largest string length that will not be put into the
1335         LOS.
1337         * sgen-gc.c, gc-internal.h: New function that returns the largest
1338         object size that will not be put into the LOS.
1340         * appdomain.c: Bump corlib version.
1342 2009-12-05  Zoltan Varga  <vargaz@gmail.com>
1344         * class-internals.h: Add MONO_RGCTX_INFO_METHOD_DELEGATE_CODE.
1346         * generic-sharing.c: Handle MONO_RGCTX_INFO_METHOD_DELEGATE_CODE.
1348 2009-12-04  Rodrigo Kumpera  <rkumpera@novell.com>
1350         * reflection.c (inflate_method): Fix signature.
1352         * object-internals.h (MonoReflectionMethodOnTypeBuilderInst): Reflect change
1353         in managed code.
1355 2009-12-04  Rodrigo Kumpera  <rkumpera@novell.com>
1357         * reflection.c (inflate_method): Make this method work with TypeBuilder as well.
1359 2009-12-03  Mark Probst  <mark.probst@gmail.com>
1361         * sgen-gc.c: Abstract to-space handling.
1363 2009-12-03  Rodrigo Kumpera  <rkumpera@novell.com>
1365         * loader.c (find_method_in_class): Ignore methods with broken signatures.
1367         Fixes #559906.
1369 2009-12-03  Mark Probst  <mark.probst@gmail.com>
1371         * sgen-gc.c: Only add references from outside the nursery to
1372         within the nursery to the global remset list.
1374 2009-12-03  Mark Probst  <mark.probst@gmail.com>
1376         * appdomain.c (create_exceptions): Set the domain temporarily if
1377         necessary to avoid cross-domain references.
1379 2009-12-02  Rodrigo Kumpera  <rkumpera@novell.com>
1381         * verify.c (get_stack_type): Return that the type is invalid instead of
1382         asserting.
1384         * verify.c (mono_method_verify): Verify that all locals and arguments
1385         have valid stack types.
1387         Fixes #559913.
1389 2009-12-02  Rodrigo Kumpera  <rkumpera@novell.com>
1391         * verify.c (mono_method_verify): Bounds check the filter offset. Make all
1392         bounds checking overflow aware.
1394         Fixes #559910.
1396 2009-12-02  Rodrigo Kumpera  <rkumpera@novell.com>
1398         * verify.c (do_invoke_method): Check for invalid method signatures.
1400         Fixes #553450.
1402 2009-12-02  Jb Evain  <jbevain@novell.com>
1404         * appdomain.c (MONO_CORLIB_VERSION): bump.
1405         * icall-def.h (get_base_definition): renamed to get_base_method
1406         and add a boolean argument indicating we want the original
1407         method definition, or the immediate base method.
1408         * icall.c: apply the get_base_definition to get_base_method change.
1410 2009-12-02  Rodrigo Kumpera  <rkumpera@novell.com>
1412         * class.c (mono_class_setup_fields): Fail an enum without an instance field.
1414         Fixes #558042.
1416 Wed Dec 2 16:35:49 CET 2009 Paolo Molaro <lupus@ximian.com>
1418         * class.c: remove asserts for invalid type token in
1419         mono_class_name_from_token(), mono_assembly_name_from_token() and
1420         mono_class_create_from_typedef () (fixes bug #553318).
1422 Wed Dec 2 15:48:19 CET 2009 Paolo Molaro <lupus@ximian.com>
1424         * metadata.c, class.c, loader.c: remove assert after bsearch() for
1425         incorrect assemblies (bug #553322).
1427 2009-12-02  Rodrigo Kumpera  <rkumpera@novell.com>
1429         * metadata.c (mono_metadata_inflate_generic_inst): Add MonoError parameter.
1431         * metadata-internals.h: Change signature of mono_metadata_inflate_generic_inst. 
1433         * class.c (inflate_generic_type): Use new version of mono_metadata_inflate_generic_inst.
1435         * class.c (inflate_generic_context): Ditto.
1437         * loader.c (method_from_methodspec): Ditto.
1439         Fixes #558230.
1441 2009-12-02  Rodrigo Kumpera  <rkumpera@novell.com>
1443         * class.c (mono_type_retrieve_from_typespec): Use MonoError machinery to report errors.
1445         * class.c (mono_class_create_from_typespec): Ditto.
1447         * class.c (mono_class_get_full): Fix for change on the above 2 functions.
1449         * class.c (mono_type_get_full): Fix for change on the above 2 functions.
1451         Fixes #558184.
1453 2009-12-02  Rodrigo Kumpera  <rkumpera@novell.com>
1455         * verify.c (mono_class_has_default_constructor): Check fror broken signatures.
1457         * verify.c (verify_delegate_compatibility): Ditto.
1459         * verify.c (do_newobj): Ditto.
1461         Fixes #558046.
1463 2009-12-02  Mark Probst  <mark.probst@gmail.com>
1465         * sgen-gc.c: Use a gray queue instead of requiring that gray
1466         objects are in a contiguous region.
1468         * sgen-gray.c: The gray queue implementation.
1470         * Makefile.am: sgen-gray.c added.
1472 2009-12-02  Mark Probst  <mark.probst@gmail.com>
1474         * appdomain.c: When unloading a domain, zero its static data and
1475         perform a minor collection when using SGen.  That will get rid of
1476         all the remsets pointing into that domain's static data.
1478         * sgen-gc.c: Allow remsets into static data.  By doing this we
1479         need less checks so we're more efficient.
1481 2009-12-01  Rodrigo Kumpera  <rkumpera@novell.com>
1483         * verify.c (mono_method_verify): Check for catch clauses with broken
1484         types.
1486         Fixes #558465.
1488 2009-12-01  Jb Evain  <jbevain@novell.com>
1490         * class.c (make_generic_param_class): set the namespace of
1491         the generic parameter class from its owner, if available.
1493 2009-12-01  Rodrigo Kumpera  <rkumpera@novell.com>
1495         * verify.c (code_bounds_check): Do proper overflow checking.
1497         * verify.c (mono_method_verify): The number of switch entries is
1498         an unsigned int. Properly bounds check it.
1500         Fixes #558594.
1502 2009-12-01  Rodrigo Kumpera  <rkumpera@novell.com>
1504         * metadata.c: Kill mono_metadata_get_param_attrs_checked. Add
1505         mono_metadata_method_has_param_attrs which only checks if a given param
1506         list has a non zero flags entry.
1508         * metadata.c (mono_metadata_get_param_attrs): Add param_count parameter
1509         to inform how many params should we expect to decode.
1511         * loader.c (mono_method_signature): Use mono_metadata_method_has_param_attrs
1512         as it's faster than mono_metadata_get_param_attrs.
1514         * metadata-internals.h: Fix mono_metadata_get_param_attrs signature and
1515         add mono_metadata_method_has_param_attrs.
1517 2009-12-01  Rodrigo Kumpera  <rkumpera@novell.com>
1519         * class.c (mono_class_setup_vtable_general): Check for mono_method_get_vtable_slot
1520         failures.
1522         * class.c (mono_method_get_vtable_slot): Don't assert if the computed method slot
1523         is -1 but its class is broken.
1525         Fixes #558522.
1527 2009-12-01  Rodrigo Kumpera  <rkumpera@novell.com>
1529         * metadata.c: Introduce mono_metadata_get_param_attrs_checked which checks
1530         for parameter overflow.
1532         * metadata.c (mono_metadata_parse_method_signature_full): Use checked version
1533         of mono_metadata_get_param_attrs.
1535         * metadata-internals.h: Add mono_metadata_get_param_attrs_checked to the internal
1536         API.
1538         * loader.c (mono_method_signature): Use checked version of mono_metadata_get_param_attrs.
1540 2009-12-01  Rodrigo Kumpera  <rkumpera@novell.com>
1542         * class.c (mono_class_setup_fields): Check for fields with broken types.
1544         Fixes #558741.
1546 2009-11-28  Rodrigo Kumpera  <rkumpera@novell.com>
1548         * reflection.c (ensure_generic_class_runtime_vtable): Split this function in 2
1549         so we can avoid calling ensure_runtime_vtable multiple times for the GTD during
1550         its TypeBuilder::CreateType ().
1552         * reflection.c (ensure_generic_class_runtime_vtable): Avoid initializing interfaces
1553         if not needed.
1555         * reflection.c: Every time we change the interface array, set interfaces_packed to NULL
1556         to make setup_interface_offsets happy.
1558         * reflection.c (remove_instantiations_of_and_ensure_contents): Fix instances again as corlib
1559         compilation now works.
1561 2009-11-28  Zoltan Varga  <vargaz@gmail.com>
1563         * appdomain.c (create_exceptions): New helper function extracted from
1564         mono_runtime_init () to precreate objects used during exception handling.
1565         (mono_runtime_init): Call it.
1566         (mono_domain_create_appdomain_internal): Ditto. Fixes #555264.
1568 2009-11-27  Rodrigo Kumpera  <rkumpera@novell.com>
1570         * reflection.c (remove_instantiations_of_and_ensure_contents): Temp hack to fix corlib
1571         compilation until the proper one is found.
1573 2009-11-27  Zoltan Varga  <vargaz@gmail.com>
1575         * class.c (mono_class_setup_vtable_general): Cache the result of
1576         get_virtual_methods () since it can be slow because of the metadata
1577         optimization.
1579         * metadata-internals.h (_MonoImage): Change 'method_cache' to a GHashTable
1580         from a MonoValueHashTable for now, since the later is based on an earlier
1581         version of hpj's internal probing code and seems to have serious collision
1582         issues.
1584         * loader.c (mono_get_method_full): Update after the change above.
1586 2009-11-26  Zoltan Varga  <vargaz@gmail.com>
1588         * class-internals.h (MonoCachedClassInfo): Add 'is_generic_container' field.
1590 2009-11-26  Rodrigo Kumpera  <rkumpera@novell.com>
1592         * reflection.c (get_field_on_inst_generic_type): Try to fallback using the field from
1593         the GTD instead of the DGC instead of crashing.
1595         * reflection.c (ensure_generic_class_runtime_vtable): Only reinflate stuff that is
1596         required. Inflate fields if needed.
1598         * reflection.c (remove_instantiations_of): Ensure generic instances are properly
1599         finished. Renamed.
1601 2009-11-26  Rodrigo Kumpera  <rkumpera@novell.com>
1603         * class.c (check_interface_method_override): Check for NULL signatures and fail
1604         the type.
1606         * debug-helpers.c (mono_signature_get_desc): Return a fixed string for NULL signatures.
1608         Fixes #553428.
1610 2009-11-26  Zoltan Varga  <vargaz@gmail.com>
1612         * class.c (mono_class_get_virtual_methods): Call decode_row_col to obtain
1613         the MONO_METHOD_FLAGS column instead of decoding the whole row.
1615 2009-11-25  Rodrigo Kumpera  <rkumpera@novell.com>
1617         * loader.c (field_from_memberref): Resolve the class first then the field
1618         signature. Remove a lot of duplicated code and make sure we don't pass valid
1619         values to mono_loader_set_error_field_load.
1621         Fixes #553306.
1623 2009-11-25  Rodrigo Kumpera  <rkumpera@novell.com>
1625         * class.c (inflate_generic_type): Change code to use new signature of
1626         mono_error_set_bad_image.
1628         Fixes #558124.
1630 2009-11-25  Sebastien Pouliot  <sebastien@ximian.com> 
1632         * verify.c (mono_method_verify): Don't free ctx.params items if 
1633         we aborted while inflating the ctx.locals. Complete previous fix
1635 2009-11-25  Sebastien Pouliot  <sebastien@ximian.com>
1637         * verify.c (mono_method_verify): Use the uninflated type name, 
1638         when the inflated is null, to report errors. Also take care when
1639         freeing, not to free everything since, in case of an error, some
1640         stuff would be copies (i.e. not allocated by the function itself)
1641         Fix bug #558145
1643 2009-11-24  Rodrigo Kumpera  <rkumpera@novell.com>
1645         * verify.c (stack_push, stack_pop, stack_pop_safe): Assert if we underflow
1646         or overflow. The caller must have done this check explicitly. This guard us
1647         from accessing invalid memory.
1649         * verify.c (do_push_static_field): Check for stack overflow.
1651         Fixes #553333.
1653 2009-11-24  Rodrigo Kumpera  <rkumpera@novell.com>
1655         * loader.c (find_method_in_class): Don't crash if the signature cannot
1656         be resolved.
1658         * metadata.c (mono_metadata_parse_generic_param): Return NULL instead
1659         of asserting for the case of invalid params.
1661         Fixes #553304.
1663 2009-11-24  Sebastien Pouliot  <sebastien@ximian.com>
1665         * image.c (mono_image_load_module): Fix crash when a bad assembly
1666         has no module at all (fix bug #553412) and also replace the 
1667         g_assert with a return NULL (documented return value for failure)
1669 2009-11-23  Zoltan Varga  <vargaz@gmail.com>
1671         * debug-helpers.c (mono_type_get_desc): Handle typedbyref.
1673 2009-11-23  Miguel de Icaza  <miguel@novell.com>
1675         * file-io.c: Change FindFirst/FindNext/FindClose API to return the
1676         file attribute to managed code and avoid doing the mask/attribute
1677         checks here. 
1679 2009-11-22  Miguel de Icaza  <miguel@novell.com>
1681         * file-io.c: Surface a smart FindFirst/FindNext/FindClose API to
1682         the managed world.
1684         * icall-def.h: New entry points.
1685         
1686 2009-11-19  Mark Probst  <mark.probst@gmail.com>
1688         * process.c: Don't put references to managed objects into a
1689         g_ptr_array.
1691 2009-11-18  Sebastien Pouliot  <sebastien@ximian.com>
1693         * class.c (can_access_internals): Allow CoreCLR to participate in
1694         allowing (or not) [InternalsVisibleTo] between assemblies.
1695         * security-core-clr.c|h: Make sure that only trusted code (a 
1696         superset of platform code) can access the internals of platform
1697         code.
1699 Mon Nov 16 16:28:11 CET 2009 Paolo Molaro <lupus@ximian.com>
1701         * reflection.c: use the correct base class to get the virtual method
1702         "get_UnderlyingSystemType" and speed up the icall. Fixes bug #555013.
1704 2009-11-16  Sebastien Pouliot  <sebastien@ximian.com>
1706         * security-core-clr.c (get_caller_no_reflection_related): 
1707         [Mono]Type.InvokeMember is outside System.Reflection[.Emit] but
1708         it's still reflection and must be filtered correctly.
1710 2009-11-16  Mark Probst  <mark.probst@gmail.com>
1712         * object.c (compute_class_bitmap): Fix for large bitmaps.
1714 2009-11-15  Zoltan Varga  <vargaz@gmail.com>
1716         (mono_gc_get_suspend_signal): Fix the build with a system libgc.
1718         * boehm-gc.c (mono_gc_base_init): Applied patch from DKoushik K. Dutta (
1719         koush@koushikdutta.com). Disable GC_no_dls on android.
1721 2009-11-12  Mark Probst  <mark.probst@gmail.com>
1723         * sgen-gc.c (find_tlab_next_from_address): Handle the case where
1724         tlab_next points outside the TLAB because the allocator was
1725         interrupted.
1727 2009-11-09  Rodrigo Kumpera  <rkumpera@novell.com>
1729         * reflection.c (mono_image_module_basic_init): Handle exceptions correctly.
1731 2009-11-09  Rodrigo Kumpera  <rkumpera@novell.com>
1733         * object-internals.h: Change signature for mono_string_to_utf8_image.
1735         * object.c (mono_string_to_utf8_image): Change signature to take a MonoError
1736         argument.
1738         * reflection.c: Take care of mono_string_to_utf8_image change and avoid raising
1739         exceptions due to mono_string_to_utf8.
1741 2009-11-09  Rodrigo Kumpera  <rkumpera@novell.com>
1743         * object-internals.h: Change signature for mono_string_to_utf8_mp.
1745         * object.c (mono_remote_class): Make sure all resources are released before
1746         raising an exception.
1748         * object.c (mono_print_unhandled_exception): Avoid raising an exception.
1750 2009-11-09  Rodrigo Kumpera  <rkumpera@novell.com>
1752         * mono-perfcounters.c (network_get_impl): Change variable initialization
1753         ordering to fix potential memory leak in case of exceptions.
1755         * mono-perfcounters.c (mono_perfcounter_create): Properly handle badly
1756         encoded strings.
1757         
1758 2009-11-09  Rodrigo Kumpera  <rkumpera@novell.com>
1760         * file-io.c (ves_icall_System_IO_MonoIO_GetFileSystemEntries): Change
1761         variable initialization ordering to fix potential memory leak in case
1762         of exceptions.
1764 2009-11-09  Zoltan Varga  <vargaz@gmail.com>
1766         * icall.c (mono_ArgIterator_Setup): Remove the MONO_ARCH_REGPARMS stuff, its not
1767         needed.
1769 2009-11-07  Rodrigo Kumpera  <rkumpera@novell.com>
1771         * appdomain.c: Fix shadow path code to better deal with exceptions.
1773 2009-11-07  Rodrigo Kumpera  <rkumpera@novell.com>
1775         * appdomain.c: Use checked version of mono_string_to_utf8 to avoid raising an
1776         exception in the middle of the runtime code.
1778 2009-11-07  Rodrigo Kumpera  <rkumpera@novell.com>
1780         * icall.c (ves_icall_System_Environment_InternalSetEnvironmentVariable): Don't
1781         leak memory with broken envvar value.
1783 2009-11-06  Mark Probst  <mark.probst@gmail.com>
1785         * reflection.c (mono_reflection_setup_internal_class): Because
1786         nested classes are not added to the name cache, we must put them
1787         in the reflection_info_unregister_classes list.
1789 2009-11-05  Sebastien Pouliot  <sebastien@ximian.com>
1791         * class.c: When CoreCLR is enabled don't call mono_init_com_types
1792         if MONO_CLASS_IS_IMPORT return true unless the type reside in 
1793         platform (trusted) code. Instead we return a TypeLoadException to
1794         be thrown later. This is the exception thrown by Silverlight 2 if
1795         a type, inside application (user) code is marked with [ComImport]
1797 2009-11-05  Zoltan Varga  <vargaz@gmail.com>
1799         * icall.c (ves_icall_System_Diagnostics_Debugger_IsAttached_internal): Call
1800         mono_is_debugger_attached () too.
1802         * mono-debug.c (mono_is_debugger_attached): New helper function.
1803         (mono_set_is_debugger_attached): Ditto.
1805 2009-11-05  Rodrigo Kumpera  <rkumpera@novell.com>
1807         * object-internals.h: Add mono_string_to_utf8_checked.
1809         * object.c: Implement mono_string_to_utf8_checked.
1811 2009-11-05  Rodrigo Kumpera  <rkumpera@novell.com>
1813         * class.c: Add missing check for load errors after every
1814         call to mono_class_setup_fields
1816         Fixes #552282.
1818 2009-11-05  Rodrigo Kumpera  <rkumpera@novell.com>
1820         metadata-verify.c (verify_tables_schema): Fix the error message.
1822 2009-11-05  Rodrigo Kumpera  <rkumpera@novell.com>
1824         * metadata.c: Change event table schema to use TDOR for event type
1825         as this is what it's meant to be.
1827         * metadata.c (mono_metadata_compute_size): Change MONO_TABLE_ASSEMBLYPROCESSOR
1828         to MONO_TABLE_ASSEMBLYREFPROCESSOR, which is table that has a MONO_MT_TABLE_IDX
1829         entry.
1831         * metadata.c (mono_metadata_compute_size): Trim MT_TABLE_IDX of code that no
1832         longer makes sense: remove MONO_TABLE_EVENT and remove checks for non-existent
1833         rows in MONO_TABLE_GENERICPARAM.
1835         Fixes #552289.
1837 2009-11-05  Rodrigo Kumpera  <rkumpera@novell.com>
1839         * class.c (mono_image_add_to_name_cache): Assert on duplicate
1840         insertion.
1842         * reflection.c (mono_reflection_setup_internal_class): Avoid
1843         registering a gc root the same MonoClass multiple times.
1844         Don't register nested types on the global scope as they should
1845         not be available there.
1847 2009-11-05  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1849         * culture-info-tables.h: regenerated.
1851 2009-11-04 Gonzalo Paniagua Javier <gonzalo@novell.com>
1853         * debug-helpers.c: avoid g_strdup() in mono_type_full_name().
1855 2009-11-04  Sebastien Pouliot  <sebastien@ximian.com>
1857         * string-icalls.c|h: Remove string internal calls that are not 
1858         used anymore by the class libraries.
1859         * icall.c: Remove System_Reflection_FieldInfo_internal_from_handle
1860         which is not used in the class librairies.
1861         * icall-def.h: Update tables.
1863 2009-11-04  Rodrigo Kumpera  <rkumpera@novell.com>
1865         * class.h: Move mono_class_inflate_generic_type_checked...
1867         * class-internals.h: to here and make it internal. We don't want to
1868         further expose MonoGenericContext. 
1870 2009-11-04  Rodrigo Kumpera  <rkumpera@novell.com>
1872         * verify.c (mono_method_verify): Improve error message.
1874 2009-11-04  Rodrigo Kumpera  <rkumpera@novell.com>
1876         * reflection.c (fieldref_encode_signature): If field_image is NULL then
1877         the token is already properly encoded. Fixs 4.0 build.
1879 2009-11-04  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1881         * locales.c (construct_number_format): Check if the number index is
1882         valid before trying to use it, if not, just return.
1883         
1884 2009-11-04  Zoltan Varga  <vargaz@gmail.com>
1886         * marshal.c (mono_marshal_get_runtime_invoke): Don't reset abort exceptions,
1887         since that loses the abort state. Fixes #539394.
1889 2009-11-03  Zoltan Varga  <vargaz@gmail.com>
1891         * marshal.c (mono_marshal_get_native_wrapper): For icall wrappers, add an
1892         explicit this argument to the call signature.
1893         (mono_marshal_get_icall_wrapper): Ditto.
1895 2009-11-03  Rodrigo Kumpera  <rkumpera@novell.com>
1897         * reflection.c (fieldref_encode_signature): Add new field_image parameter
1898         to indicate which assembly to use when resolving a custom-mod.
1900         Fixes handling of volatile fields used across assemblies as reported in #551513.
1902 2009-11-03  Rodrigo Kumpera  <rkumpera@novell.com>
1904         * loader.c: Improve error messages.
1906 2009-11-03  Rodrigo Kumpera  <rkumpera@novell.com>
1908         * class.c (mono_class_setup_methods): Only give a slot for virtual methods
1909         of interfaces. Fixes IKVM.
1911         * class.c (mono_class_setup_vtable_general): Improve debug spew.
1913 2009-11-03  Rodrigo Kumpera  <rkumpera@novell.com>
1915         * verify.c (verifier_inflate_type): Return the inflated type on success.
1917 2009-11-02  Zoltan Varga  <vargaz@gmail.com>
1919         * debug-mono-symfile.c (check_line): Fix the handling of IL offset 0.
1921         * threads.c (mono_thread_attach): Call the profiler thread start callback.
1923         * object-internals.h (_MonoThreadInternal): Add a 'flags' field.
1925         * threads.c (build_wait_tids): Ignore threads which have the DONT_MANAGE
1926         flag set.
1928         * profiler.c: Add new profiler callbacks for runtime invoke.
1930         * object.c (mono_runtime_invoke): Call the runtime invoke callbacks.
1932 2009-11-01  Mark Probst  <mark.probst@gmail.com>
1934         * sgen-gc.c: Keep track of the reason for a major collection and
1935         write it to the heap-dump file.
1937 2009-10-31  Miguel de Icaza  <miguel@novell.com>
1939         * threads.c: refactor the code that initializes the
1940         thread_start_args into a reusable function and use this in the two
1941         methods that start up threads.
1943 2009-10-31  Zoltan Varga  <vargaz@gmail.com>
1945         * appdomain.c (mono_domain_try_unload): Applied patch from Romain Tartière.
1946         Fix returning when WaitForSingleObjectEx returns WAIT_IO_COMPLETION.
1948 2009-10-31 Gonzalo Paniagua Javier <gonzalo@novell.com>
1950         * mono-perfcounters.c: add the "_Total" instance for CPU counters.
1951         Until now, we only had the per-cpu(core) counters.
1953 2009-10-28  Mark Probst  <mark.probst@gmail.com>
1955         * gc-internal.h, boehm-gc, sgen-gc.c, null-gc: Add
1956         mono_gc_get_suspend_signal(), which returns the suspend signal
1957         number used by the GC.
1959 2009-10-25  Zoltan Varga  <vargaz@gmail.com>
1961         * threads.c (start_wrapper): Avoid an assert if thread_start_args () is NULL.
1963         * threads.c (start_wrapper): Call mono_profiler_thread_start () later after
1964         signalling start_notify.
1966 2009-10-24 Gonzalo Paniagua Javier <gonzalo@novell.com>
1968         * appdomain.c: do not test the st_mode field for shadow-copies.
1969         Fixes bug #545276.
1971 2009-10-24 Gonzalo Paniagua Javier <gonzalo@novell.com>
1973         * threadpool.[ch]: added hooks for thread start/finish and item
1974         processing begin/end. For monotouch use only.
1976 2009-10-24  Zoltan Varga  <vargaz@gmail.com>
1978         * threads.c (mono_thread_get_name): New helper function.
1980         * reflection.c (resolve_object): Set handle_class for strings too.
1981         (mono_reflection_create_custom_attr_data_args): New helper function to decode
1982         a cattr blob into a set of arrays and structures without creating the custom
1983         attributes themselves.
1984         (create_custom_attr_data): Simplify using create_custom_attr_data_args.
1986         * mono-debug.c (mono_debug_il_offset_from_address): New helper function.
1988         * debug-mono-symfile.c (mono_debug_symfile_get_line_numbers): New helper
1989         function.
1991 2009-10-23  Rodrigo Kumpera  <rkumpera@novell.com>
1993         * verify.c: Replace calls to mono_class_inflate_generic_type with
1994         mono_class_inflate_generic_type_checked. Fixes #480005.
1996 2009-10-23  Rodrigo Kumpera  <rkumpera@novell.com>
1998         * class.c (mono_class_inflate_generic_type_with_mempool): Clear the error
1999         object since not all paths lead to callees initing it.
2001 2009-10-23  Alp Toker  <alp@nuanti.com>
2003         Fix embedding API breakage from r144688. mono-compiler.h is an internal
2004         header and should not be shipped:
2006         * class.h: Back out MONO_DEPRECATED change. Currently depends on config.h
2007         which is specific to the mono build. Not going to work.
2009 2009-10-23  Sebastien Pouliot  <sebastien@ximian.com>
2011         * security-manager.c: Report if core-clr is active from
2012         ves_icall_System_Security_SecurityManager_get_SecurityEnabled
2013         to allow Moonlight BCL to behave appropriately (both in browser
2014         and outside, e.g. smcs)
2016 2009-10-23 Gonzalo Paniagua Javier <gonzalo@novell.com>
2018         * mono-config.c: ignore UTF-8 BOM and report parser errors.
2019         Fixes bug #549108.
2021 2009-10-22 Gonzalo Paniagua Javier <gonzalo@novell.com>
2023         * class.c: fix typo.
2025 2009-10-22  Rodrigo Kumpera  <rkumpera@novell.com>
2027         * class-internals.h: Change signature of mono_class_inflate_generic_type_with_mempool to take
2028         a MonoError parameter.
2030         * class.h: Mark mono_class_inflate_generic_type deprecated, add new mono_class_inflate_generic_type_checked
2031         version that can does proper error handling.
2033         * class.c (inflate_generic_type): Add a MonoError parameter. Don't assert on error, use new mono error machinery.
2035         * class.c (mono_class_inflate_generic_type_with_mempool): Add new MonoError parameter.
2037         * class.c, generics-sharing.c: Changes to handle mono_class_inflate_generic_type_with_mempool new signature.
2039 2009-10-20  Zoltan Varga  <vargaz@gmail.com>
2041         * debug-helpers.c (dis_one): Fix the disassembly of empty strings when
2042         NO_UNALIGNED_ACCESS is defined.
2044 2009-10-22  Zoltan Varga  <vargaz@gmail.com>
2046         * marshal.c (mono_string_builder_to_utf16): Applied patch from
2047         Hib Eris  <hib@hiberis.nl>. Return empty string for empty string builders.
2048         Fixes #549173.
2050 2009-10-22  Mark Probst  <mark.probst@gmail.com>
2052         * sgen-gc.c: Shorten sections whenever possible.
2054 2009-10-22  Mark Probst  <mark.probst@gmail.com>
2056         * sgen-gc.c: Use our portable semaphore #defines.
2058 2009-10-22  Mark Probst  <mark.probst@gmail.com>
2060         * sgen-gc.c: A debug option for dumping the heap layout to a file
2061         after each collection.
2063 2009-10-21  Mark Probst  <mark.probst@gmail.com>
2065         * sgen-gc.c: Make managed write barriers atomic via
2066         thread-restarts.
2068 2009-10-21  Rodrigo Kumpera  <rkumpera@novell.com>
2070         * verify.c (verify_delegate_compatibility): Properly verify delegate creation of static
2071         methods. Fixes #543021.
2073 2009-10-21 Gonzalo Paniagua Javier <gonzalo@novell.com>
2075         * socket-io.[ch]: fix VS build.
2077 2009-10-21 Gonzalo Paniagua Javier <gonzalo@novell.com>
2079         * icall-def.h:
2080         * socket-io.[ch]: implemented SendFile.
2082 2009-10-20  Zoltan Varga  <vargaz@gmail.com>
2084         * class.c (mono_class_create_from_typedef): Initialize class->element_class
2085         before the interfaces to avoid crashes later if class initialization fails.
2086         Fixes #548417.
2088         * marshal.c (emit_marshal_vtype): Implement byref marshalling of DateTime.
2089         Fixes #548276.
2091 2009-10-20  Marek Safar  <marek.safar@gmail.com>
2093         * domain.c: Bump 4.0 version.
2095 2009-10-19  Sebastien Pouliot  <sebastien@ximian.com>
2097         * assembly.c (mono_assembly_load_reference): Fix leak when 'status'
2098         code is known. (parse_public_key) Remove duplicate (unneeded) NULL
2099         check since 'pubkey' can't be NULL at this stage
2100         * icall.c (ves_icall_System_Array_FastCopy): Add comment about
2101         the check. (ves_icall_Type_GetInterfaceMapData) Remove duplicate
2102         initialization of 'iter'
2104 2009-10-16  Bill Holmes  <billholmes54@gmail.com>
2106         * cominterop.c : Search the interface parts of vtable to find 
2107           method matches.  Fixes 547030.
2109         Code is contributed under MIT/X11 license.
2111 2009-10-15 Gonzalo Paniagua Javier <gonzalo@novell.com>
2113         * marshal.c: BeginInvoke cannot be called on multicast delegates with
2114         multiple targets. Fixes bug #574426.
2116 2009-10-14  Massimiliano Mantione  <massi@ximian.com>
2118         * profiler.h: Put here the definition of
2119         MONO_PROFILER_MAX_STAT_CALL_CHAIN_DEPTH
2120         (and fix the build...).
2122 2009-10-14  Massimiliano Mantione  <massi@ximian.com>
2124         * profiler.c, profiler.h, profiler-private.h:
2125         Added support for different ways of getting call chains in stat mode.
2127 2009-10-12  Mark Probst  <mark.probst@gmail.com>
2129         * object.c, object-internals.h: New function for computing the
2130         size of an array, factored out of mono_array_new_full().  Use
2131         SGen's functions for allocating arrays and vectors.
2133         * sgen-gc.c, gc-internal.h: Special functions for allocating
2134         arrays and vectors without race conditions.  A managed array
2135         allocator method.
2137         * boehm-gc.c, null-gc.c: Don't provide a managed array allocator.
2139 2009-10-12  Mark Probst  <mark.probst@gmail.com>
2141         * object.c, object.h, icall.c: Write barriers do the copying now,
2142         as well, so no need for an additional memcpy.
2144         * sgen-gc.c: Lock when storing remsets.  Do the memory
2145         copying/moving in the write barriers.
2147         * null-gc.c, boehm-gc.c: Write barriers must copy here, too.
2149         * reflection.c: Added an assert.
2151 2009-10-12  Mark Probst  <mark.probst@gmail.com>
2153         * threads.c, process.c: A few missing write barriers.
2155 2009-10-12  Joel W. Reed <joelwreed@gmail.com>
2157         * mono-perfcounters.c, mono-perfcounters-def.h: Add
2158         network performance counters for bytes sent per second, bytes
2159         received per second, and bytes total per second.
2161         Code is contributed under MIT/X11 license.
2163 2009-10-09  Mark Probst  <mark.probst@gmail.com>
2165         * threads.c (ves_icall_System_Threading_Thread_GetAbortExceptionState):
2166         Fix warning.
2168 2009-10-09  Mark Probst  <mark.probst@gmail.com>
2170         * threads.c, object-internals.h, object.c: Move code for
2171         transferring an object to a different domain (via
2172         serialization/remoting) to object.c.
2174         * object.c (call_unhandled_exception_delegate): If the exception
2175         is in a different domain than the delegate, transfer the exception
2176         to that domain.
2178 2009-10-07  Zoltan Varga  <vargaz@gmail.com>
2180         * marshal.c (emit_marshal_vtype): Emit marshalling of DateTime to OLE DATE.
2181         Fixes #322934.
2183 2009-10-06  Zoltan Varga  <vargaz@gmail.com>
2185         * domain.c (DEFAULT_RUNTIME_VERSION): Change this to v2.0.
2187 2009-10-06  Mark Probst  <mark.probst@gmail.com>
2189         * object.c (mono_method_return_message_restore): Handle the case
2190         where the argument is an instance of a generic type.  Fixes
2191         #544446.
2193 2009-10-06  Mark Probst  <mark.probst@gmail.com>
2195         * object.c (set_value): Write barrier fix - we must pass the
2196         count, not the size.
2198 2009-10-05  Zoltan Varga  <vargaz@gmail.com>
2200         * domain.c (mono_init_internal): Print a useful error message when encountering
2201         an old mscorlib, instead of crashing. Fixes #544307.
2203 2009-10-04  Zoltan Varga  <vargaz@gmail.com>
2205         * appdomain.c (copy_app_domain_setup): Fix a warning.
2207         * debug-helpers.c (dis_one): Ditto.
2209 2009-10-04  Mark Probst  <mark.probst@gmail.com>
2211         * domain-internals.h, appdomain.c: The AppDomainSetup is copied
2212         into the new domain, instead of referencing the original one.
2214         * marshal.c, marshal.h: Make mono_marshal_xdomain_copy_value()
2215         non-static.
2217         * appdomain.c: Corlib version bump.
2219 2009-10-02 Gonzalo Paniagua Javier <gonzalo@novell.com>
2221         * threadpool.c: one more...
2223 2009-10-02 Gonzalo Paniagua Javier <gonzalo@novell.com>
2225         * threadpool.c: forgot a LeaveCriticalSection when telling the idle
2226         threads to die because we're shutting down. delgate5.exe works again.
2228 2009-10-01  Bill Holmes  <billholmes54@gmail.com>
2230         * cominterop.c (mono_marshal_free_ccw_entry): Updating the
2231           ccw_interface_hash table when a ccw is finalized.
2233         Code is contributed under MIT/X11 license.
2235 2009-09-30  Mark Probst  <mark.probst@gmail.com>
2237         * assembly.c, domain.c, image.c, metadata-internals.h: Split
2238         domain and image unloading into two steps.  We must do this
2239         because clearing the domain in SGen requires the class metadata to
2240         be intact, but we need to free the mono_g_hash_tables in case a
2241         collection occurs during domain unloading and the roots would trip
2242         up the GC.
2244 2009-09-30  Mark Probst  <mark.probst@gmail.com>
2246         * object-internals.h: Remove serialized culture fields from
2247         MonoInternalThread.
2249         * icall-def.h, thread-types.h, threads.c: Remove serialized
2250         culture icalls.
2252         * appdomain.c: Corlib version bump.
2254 2009-09-30  Zoltan Varga  <vargaz@gmail.com>
2256         * marshal.c (emit_marshal_object): Emit out marshalling of stringbuilders.
2257         Fixes #543133.
2259 2009-09-30  Mark Probst  <mark.probst@gmail.com>
2261         * sgen-gc.c: Try to shorten the new section after a major
2262         allocation to avoid ever-growing sections.
2264 2009-10-13  Martin Baulig  <martin@ximian.com>
2266         * mono-debug-debugger.h (MonoDebuggerEvent): Renamed
2267         `MONO_DEBUGGER_EVENT_TRAMPOLINE' into
2268         `MONO_DEBUGGER_EVENT_OLD_TRAMPOLINE' and added a new
2269         `MONO_DEBUGGER_EVENT_TRAMPOLINE'.
2271         * mono-debug.h (MONO_DEBUGGER_MINOR_VERSION): Bump to 4.
2273 2009-09-29 Gonzalo Paniagua Javier <gonzalo@novell.com>
2275         * threadpool.c: fixed the order in which 'completed' and the wait
2276         handle, if any, are set.  Fixes bug #542933 and delegate2.exe
2277         No need to use the wait_handle field of ASyncCall. Make sure the
2278         threadpool is active when adding a job or queueing an idle thread.
2280 2009-09-29  Zoltan Varga  <vargaz@gmail.com>
2282         * object.c (mono_unhandled_exception): Fix a crash if there is no main thread.
2284         * threads.c (build_wait_tids): Fix a crash if there is no main thread, like
2285         when using --compile-all.
2287 2009-09-27  Mark Probst  <mark.probst@gmail.com>
2289         * metadata.c (free_generic_class): Unregister the field_objects
2290         roots if we're using SGen.
2292 2009-09-27  Mark Probst  <mark.probst@gmail.com>
2294         * reflection.c (mono_dynamic_image_free): Deregister the GC root
2295         for GenericParamTableEntry.gparam.
2297 2009-09-27 Gonzalo Paniagua Javier <gonzalo@novell.com>
2299         * marshal.c: don't create the handle when calling. It is created later
2300         if needed.
2302 2009-09-26  Mark Probst  <mark.probst@gmail.com>
2304         * sgen-gc.c: Warning fixes.
2306 2009-09-26  Mark Probst  <mark.probst@gmail.com>
2308         * sgen-gc.c: New debug option "xdomain-checks", which scans the
2309         whole heap for cross-domain references before each collection.
2311         * sgen-scan-object.h: The scan action can now use SCAN to scan the
2312         object.
2314         * threadpool-internals.h, threadpool.c: New function
2315         mono_thread_pool_is_queue_array() for checking whether a given
2316         array is used as a (cross-domain) queue by the thread pool code.
2318 2009-09-26  Mark Probst  <mark.probst@gmail.com>
2320         * sgen-gc.c: New function mono_gc_scan_for_specific_ref() which
2321         searches the whole heap for objects containing a specific
2322         reference.  Only for debugging.
2324 2009-09-26  Mark Probst  <mark.probst@gmail.com>
2326         * appdomain.c (MONO_CORLIB_VERSION): Bumped.
2328         * icall-def.h, threads.c, threads-types.h: New icalls for copying
2329         byte arrays between domains.
2331 2009-09-25 Gonzalo Paniagua Javier <gonzalo@novell.com>
2333         * threadpool.c:
2334         * class-internals.h:
2335         * mono-perfcounters-def.h:
2336         * mono-perfcounters.c:
2337         -There is a list of idle threads
2338         -Each of those idle threads wait on their own WaitHandle instead
2339         of all of them using the same semaphore. When a new work item is
2340         added, the job is assigned directly to an idle thread or a newly
2341         created one if possible and then the handle for that thread is
2342         signaled. Compare that to the current approach where all the
2343         threads in the pool compete to dequeue a job from the same
2344         queue.
2345         -New struct ThreadPool that brings together the bunch of static
2346         variable for each threadpool (IO and regular).
2347         -New performance counters: # of items added and its rate per
2348         threadpool. The rate will be used later, perhaps together with
2349         other perf. counters, to decide when idle threads should exit.
2351 2009-09-25  Jonathan Chambers  <joncham@gmail.com>
2353         * socket-io.c (ves_icall_System_Net_Sockets_Socket_Receive_internal): 
2354         Fix typo on Windows build.      
2355         (ves_icall_System_Net_Sockets_Socket_Accept_internal): Fix typo on Windows build.
2356         
2357         Code is contributed under MIT/X11 license.
2359 2009-09-25  Mark Probst  <mark.probst@gmail.com>
2361         * object-internals.h: The Thread class is split up into Thread and
2362         InternalThread now.  We have exactly one InternalThread per
2363         thread, and at most one Thread per appdomain per thread.  Most
2364         data is stored in InternalThread.  All InternalThread objects live
2365         in the root domain.
2367         * class-internals.h: Add internal_thread_class to MonoDefaults.
2369         * appdomain.c (mono_domain_unload), attach.c (receiver_thread),
2370         domain.c, gc.c, icall-def.h, monitor.c, object.c, sgen-gc.c,
2371         socket-io.c, threadpool.c, thread-types.h, threads.c: Changes
2372         resulting from the split of the Thread class.
2374         * gc-internal.h: Prototype for new function for checking whether a
2375         thread is the finalizer thread.
2377         * appdomain.c: Corlib version bump.
2379 2009-09-25  Rolf Bjarne Kvinge  <RKvinge@novell.com>
2381         * appdomain.c|h: Add a mono_domain_try_unload method which is
2382         equivalent to mono_domain_unload, except that it returns an exception
2383         instead of throwing it. Make mono_domain_unload use the
2384         mono_domain_try_unload method to avoid code-duplication.
2386 2009-09-25  Zoltan Varga  <vargaz@gmail.com>
2388         * debug-helpers.c (dis_one): Avoid unaligned accesses on platforms where that is
2389         a problem.
2391 2009-09-24  Zoltan Varga  <vargaz@gmail.com>
2393         * marshal.c (emit_ptr_to_object_conv): Generate an exception instead of
2394         aborting when a conversion is not implemented.
2396 2009-09-23  Miguel de Icaza  <miguel@novell.com>
2398         * verify.c: when comparing culture strings, use g_ascii_strcmp
2400         * assembly.c (mono_public_tokens_are_equal): Change g_strcasecmp
2401         when comparing public key tokens to use memcmp on 16 bytes.   I do
2402         not believe this ever worked as advertised in the past.
2404         The standard Public Key is 00 00 00 00 00 00 00 00 04 00 00 00 00 00 00 00
2405         which would have always failed earlier.
2407 2009-06-25  Miguel de Icaza  <miguel@novell.com>
2409         * gc.c: Raise a NullArgumentException if the object passed is
2410         null.
2412 2009-09-22  Zoltan Varga  <vargaz@gmail.com>
2414         * image.c (mono_image_close): Atomically decrement the reference count and
2415         remove the image from the hash tables, to prevent another thread from seeing a
2416         dying MonoImage. Fixes #541194.
2418 2009-09-22 Gonzalo Paniagua Javier <gonzalo@novell.com>
2420         * threadpool.c: actually use the minimum number of 'completion ports'
2421         (for us is just a potential worker thread).
2423 2009-09-22 Gonzalo Paniagua Javier <gonzalo@novell.com>
2425         * threadpool.c: remove ares_htable. It does not make sense any more
2426         since the same objects are now stored in GC-tracked arrays while they are
2427         in the queue.
2429 2009-09-22 Gonzalo Paniagua Javier <gonzalo@novell.com>
2431         * threadpool.c: increase the minimum length of the queues to 128.
2432         Remove warning.
2434 2009-09-21  Zoltan Varga  <vargaz@gmail.com>
2436         * marshal.c (mono_marshal_get_string_ctor_signature): New internal function to
2437         return the modified signature used by string ctors.
2439 2009-09-20  Zoltan Varga  <vargaz@gmail.com>
2441         * marshal.c (mono_marshal_get_runtime_invoke_dynamic): New internal function
2442         to return a runtime-invoke wrapper which uses DYN_CALL to call the wrapped
2443         method, to be used by full-aot.
2445 2009-09-18  Rodrigo Kumpera  <rkumpera@novell.com>
2447         Since the runtime supports lazy initialization of a type's vtable and this can cause a type
2448         to fail, we need to ensure that the vtable is properly initialized at spots were the type must
2449         be known to be good.
2451         * class.c (mono_class_init): Fail array types if their element type fails initialization
2452         as well.
2454         * object.c (mono_class_create_runtime_vtable): Fail array types if their element type fails
2455         initialization, additionally we request the element_type vtable to be initialized as well.
2457         This is fine and should not increase the working set in any meaningful way since it's reasonable
2458         to assume       that most code will create an array and eventually populate it, which will require the
2459         type's vtable to be initialized.
2461         * loader.c (field_from_memberref): Add a comment for a possibly useless mono_class_init call.
2463 2009-09-17  Atsushi Enomoto  <atsushi@ximian.com>
2465         * normalization-tables.h : regenerated.
2467 2009-09-16  Zoltan Varga  <vargaz@gmail.com>
2469         * mono-debug.c (mono_debug_add_method): Increase the size of the buffer,
2470         a leb128 encoding can take up to 5 bytes.
2472 2009-09-15  Rodrigo Kumpera  <rkumpera@novell.com>
2474         * class.c (verify_class_overrides): Remove useless argument.
2476         * class.c (mono_class_setup_vtable_general): Move the overrides check to happen
2477         before interface enumeration as this is no longer required.
2479 2009-09-15  Rodrigo Kumpera  <rkumpera@novell.com>
2481         * class.c: New function mono_class_is_assignable_from_slow that is safe to be
2482         used under mono_class_init context. This functions avoid any code path that
2483         calls mono_class_init, which leads it to be slow as some things like the interface
2484         bitmap are not available.
2486         * class.c (verify_class_overrides): Use mono_class_is_assignable_from_slow instead
2487         of it's own broken version. Fixes the verifier part of #538588.
2489         * class-internals.h: Export mono_class_is_assignable_from_slow as part of the internal
2490         API.
2492 2009-09-15  Mark Probst  <mark.probst@gmail.com>
2494         * class.c (mono_class_init): Always set an exception in a class if
2495         vtable setup fails.  Fixes #538577.
2497         * generic-sharing.c: Raise an exception if mono_class_vtable()
2498         returns NULL.
2500 2009-09-13  Zoltan Varga  <vargaz@gmail.com>
2502         * marshal.c (mono_marshal_get_runtime_invoke): Don't share instance 
2503         methods of vtypes, as they could be incorrectly shared with static methods
2504         taking an IntPtr argument.
2506 2009-09-12 Gonzalo Paniagua Javier <gonzalo@novell.com>
2508         * domain.c:
2509         * object.c:
2510         * class-internals.h: renamed waithandle_class to
2511         manualresetevent_class.
2512         * marshal.c: propagate the exception if a remoting BeginInvoke call
2513         fails.
2515 2009-09-11  Rodrigo Kumpera  <rkumpera@novell.com>
2517         * object.c: Properly handle vtable failures.
2519 2009-09-11  Rodrigo Kumpera  <rkumpera@novell.com>
2521         * socket-io.c: Assert on vtable failure.
2523         * mono-mlist.c: Assert on vtable failure.
2525 2009-09-11  Rodrigo Kumpera  <rkumpera@novell.com>
2527         * marshal.c: Assert on vtable failure.
2529 2009-09-11  Rodrigo Kumpera  <rkumpera@novell.com>
2531         * icall.c: Properly handle vtable failures.
2533 2009-09-11  Rodrigo Kumpera  <rkumpera@novell.com>
2535         * debug-helpers.c (mono_class_describe_statics): Properly handle vtable failures.
2537 2009-09-11  Rodrigo Kumpera  <rkumpera@novell.com>
2539         * cominterop.c (ves_icall_System_ComObject_CreateRCW): Property handle vtable failures.
2541         * console-unix.c (do_console_cancel_event): Same.
2543 2009-09-11  Rodrigo Kumpera  <rkumpera@novell.com>
2545         * class-internals.h: Add mono_class_vtable_full function that allows control
2546         if an exception should be raised or not.
2548         * object.c (mono_class_vtable): Call into mono_class_vtable_full. Fix this function
2549         to do what its documentation say, that is to return NULL and set exception_type on
2550         failure.
2552         * object.c (mono_class_create_runtime_vtable): Add new raise_on_error parameter
2553         and change the code to honor it.
2555 2009-09-11  Rodrigo Kumpera  <rkumpera@novell.com>
2557         * verify.c: Fix typo in error message.
2559 2009-09-10  Sebastien Pouliot  <sebastien@ximian.com>
2561         * security-core-clr.c: Fix default_platform_check so it can run
2562         the runtime coreclr tests (without an infinite recursion when
2563         throwing an exception).
2565 2009-09-10  Rodrigo Kumpera  <rkumpera@novell.com>
2567         object.c (mono_delegate_ctor_with_method): Guard against null method.
2569 2009-09-10  Rodrigo Kumpera  <rkumpera@novell.com>
2571         * marshal.c (mono_marshal_get_xappdomain_dispatch): Add an assert
2572         that should be replaced with error handling later.
2574 2009-09-10  Rodrigo Kumpera  <rkumpera@novell.com>
2576         * marshal.c (mono_delegate_end_invoke): Fix warning.
2578 2009-09-10  Rodrigo Kumpera  <rkumpera@novell.com>
2580         * loader.c (mono_field_from_token): Properly handle invalid
2581         dynamic tokens.
2583 2009-09-10  Rodrigo Kumpera  <rkumpera@novell.com>
2585         * pedump.c (verify_image_file): Skip types that can't be
2586         decoded.
2588 2009-09-10  Rodrigo Kumpera  <rkumpera@novell.com>
2590         * verify.c: Look for recursive valuetypes only against the
2591         type been initialized as this is a lot simpler and works.
2593 2009-09-10  Rodrigo Kumpera  <rkumpera@novell.com>
2595         * verify.c: Ensure that fields are properly loaded before
2596         checking them.
2598 2009-09-10  Bill Holmes  <billholmes54@gmail.com>
2600         * object.c (mono_object_get_virtual_method) : Call 
2601           mono_cominterop_get_invoke if the object is a COM object.
2603         Code is contributed under MIT/X11 license.
2605 2009-09-09  Rodrigo Kumpera  <rkumpera@novell.com>
2607         * verify.c: Check for recursive valuetype definitions.
2609 2009-09-08  Rodrigo Kumpera  <rkumpera@novell.com>
2611         Use inheritance-aware interface offsets. Inherited types use the same offsets
2612         of their parents. This reduce offset duplication in case more than one type in
2613         the inheritance tree explicitly implements the same interface.
2615         This also removes a source of vtable bubbles found in #532409. An abstract type
2616         isn't required to provide abstract methods to all interfaces it implements, which
2617         resulted in a bubble with the previous scheme as the child would get a non-full
2618         vtable from its parent. We fail all concrete types with vtable bubbles, so this
2619         should be fixed.
2621         This change causes an increase of 1.7% in vtable memory usage for IronPython pystone but
2622         it's expected to not cause any significant increase beyond that.
2624         * class.c (setup_interface_offsets): Compute super class iface offsets
2625         first to force sharing.
2627         * class.c: Add VTABLE_SELECTOR macro to the vtable debug macros to help
2628         dumping only the relevant ones.
2630         * class.c (mono_class_setup_vtable_general): Give newslot, non final, virtual
2631         methods a new slot regardless if they belong to an interface or not. This allows
2632         an inherited type to override the iface method separately from the class one.
2634 2009-09-04 Gonzalo Paniagua Javier <gonzalo@novell.com>
2636         * threadpool.c: make the Sleep() alertable to prevent delays exiting
2637         applications that take less than 2s to execute.
2638         Bug #524984 fixed.
2640 2009-09-04  Zoltan Varga  <vargaz@gmail.com>
2642         * object-internals.h (MonoRuntimeCallbacks): Add a 'get_runtime_build_info' callback.
2644         * object.c (mono_get_runtime_callbacks): New helper function to return
2645         the runtime callbacks.
2647         * icall.c (ves_icall_Mono_Runtime_GetDisplayName): Use the result of
2648         mono_get_runtime_build_info () as the display name.
2649         
2650 2009-09-03  Zoltan Varga  <vargaz@gmail.com>
2652         * marshal.c (emit_marshal_array): Call conv.ovf.i on the array parameter
2653         argument, since NEWARR expects a native int. Fixes #481559.
2655 2009-09-03  Rodrigo Kumpera  <rkumpera@novell.com>
2657         * icall.c (ves_icall_MonoMethod_GetDllImportAttribute): Guard
2658         against broken SRE methods.
2660 2009-09-03  Rodrigo Kumpera  <rkumpera@novell.com>
2662         * class.c (mono_type_get_full): Don't call mono_metadata_free_type on
2663         a NULL variable. Abort early on failure.
2665 2009-09-03  Rodrigo Kumpera  <rkumpera@novell.com>
2667         * class.c (can_access_type): Fail visibility test for non nested
2668         types with nested visibility.
2670 2009-09-02  Sebastien Pouliot  <sebastien@ximian.com>
2672         * assembly.c (parse_public_key): Avoid allocating (and not 
2673         freeing) the public key array when it's not requested by the 
2674         caller.
2675         * threads.c (mono_thread_manage, mono_thread_create_internal, 
2676         ves_icall_System_Threading_Thread_Thread_internal): Free 
2677         allocated memory on error.
2679 2009-09-02  Rodrigo Kumpera  <rkumpera@novell.com>
2681         * icall.c, icall-def.h: Remove some dead code from early SRE changes.
2683 2009-09-02  Rodrigo Kumpera  <rkumpera@novell.com>
2685         * class.c (mono_class_setup_fields): Remove duplicated local variable
2686         named gklass.
2687         Rename gklass to gtd to reflect the fact that it points to the generic
2688         type definition.
2689         Remove the duplicated call to mono_class_setup_fields on gtd and move
2690         the error check to the beginning.
2692 2009-09-02  Rodrigo Kumpera  <rkumpera@novell.com>
2694         * marshal.c (mono_array_to_lparray): Do DISABLE_COM properly.
2695         Remove cruft of the previous patch.
2697 2009-09-01  Rodrigo Kumpera  <rkumpera@novell.com>
2699         * metadata-verify.c (verify_method_table): Check for abstract + final.
2700         Fixes #534175.
2702 2009-09-01  Rodrigo Kumpera  <rkumpera@novell.com>
2704         * verify.c (verify_class_fields): Check for duplicate fields.
2706 2009-09-01  Rodrigo Kumpera  <rkumpera@novell.com>
2708         * metadata-verify.c: Verify the typeref table for duplicates.
2710 2009-09-01  Rodrigo Kumpera  <rkumpera@novell.com>
2712         This reverts r140936 and properly handles interfaces with static methods. The
2713         right fix is to ensure vtables without bubles which is an easier to verify
2714         constraint. We should avoid such special cases as of the reverted patch as those
2715         only make the runtime more brittle.
2717         * class.c (mono_class_setup_vtable_general): Revert previous change that handle
2718         static methods on interfaces.
2720         * class.c (setup_interface_offsets): Use the number of virtual methods when
2721         calculating interface offsets instead of the number of methods. This way we
2722         avoid bubles on the layout.
2724 2009-08-31  Rodrigo Kumpera  <rkumpera@novell.com>
2726         * metadata-verify.c (verify_metadata_header): Some very smart
2727         obfuscators like to add extra stream headers. Ignore them.
2729 2009-08-30  Zoltan Varga  <vargaz@gmail.com>
2731         * class.c (mono_class_setup_vtable_general): Verify interfaces with static
2732         methods correctly.
2734 2009-08-29  Rodrigo Kumpera  <rkumpera@novell.com>
2736         * metadata-verify.c: Verify for duplicated types.
2738 2009-08-28  Rodrigo Kumpera  <rkumpera@novell.com>
2740         * metadata-verify.c (verify_typedef_table): Verify for nested types
2741         without an entry on the nested class table.
2743 2009-08-28  Zoltan Varga  <vargaz@gmail.com>
2745         * cominterop.c (cominterop_get_ccw): Applied patch from tom hindle
2746         <tom_hindle@sil.org>. Add locking around hash table accesses.
2748 2009-08-25  Rodrigo Kumpera  <rkumpera@novell.com>
2750         * verify.c (mono_verifier_verify_class): Verify all interface if
2751         really are interfaces. Fixes #534184.
2753 2009-08-27  Rodrigo Kumpera  <rkumpera@novell.com>
2755         * pedump.c: Initialize all types during metadata validation so we report
2756         errors only detected as part of class initialization.
2758 2009-08-26  Rodrigo Kumpera  <rkumpera@novell.com>
2760         * metadata-verify.c (verify_method_table): PInvoke requires method to
2761         be static. Fixes #534189
2763 2009-08-26  Zoltan Varga  <vargaz@gmail.com>
2765         * threads.c (mono_thread_suspend_all_other_threads): Handle 'threads_starting_ip'
2766         being NULL.
2768 2009-08-25  Rodrigo Kumpera  <rkumpera@novell.com>
2770         * class.c (mono_class_setup_vtable_general): Verify the resulting vtable
2771         for holes or bad methods. Fixes #525314.
2773 2009-08-25  Rodrigo Kumpera  <rkumpera@novell.com>
2775         * class.c (setup_interface_offsets): Don't allocate slot
2776         for the same interface multiple times. This creates bubbles
2777         that waster space and make vtable verification harder.
2779         The same interface get a slot multiple times since we need
2780         to get the closure of all implemented interfaces, which means
2781         the same interface is reported multiple times.
2783 2009-08-25  Rodrigo Kumpera  <rkumpera@novell.com>
2785         * verify.c (mono_verifier_verify_class): Don't check the fields
2786         of generic instances since the context on which they got expanded
2787         might lead to false positives.
2789         Such thing happens when a generic type is inflated in the context
2790         of a generic method and the inflated type of a field turns into a
2791         generic method argument, which causes the checking code to think
2792         it's an invalid class when it's not.
2794 2009-08-25  Rodrigo Kumpera  <rkumpera@novell.com>
2796         * verify.c (mono_type_is_valid_in_context): Verify if type
2797         is NULL and remove duplicate test.
2799 2009-08-24  Rodrigo Kumpera  <rkumpera@novell.com>
2801         * verify.c (mono_verifier_verify_class): Check fields for
2802         invalid generic arguments.
2804 2009-08-24  Rodrigo Kumpera  <rkumpera@novell.com>
2806         * class.c (verify_class_overrides): Verify if for static
2807         and non virtual methods.
2809 2009-08-24  Rodrigo Kumpera  <rkumpera@novell.com>
2811         * icaa.c (ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_RunClassConstructor):
2812         Check for errors after retrieving the vtable.
2814 2009-08-24  Rodrigo Kumpera  <rkumpera@novell.com>
2816         * class.c (mono_class_setup_vtable_general): Verify
2817         if method overrides are valid before processing them.
2819 2009-08-24  Rodrigo Kumpera  <rkumpera@novell.com>
2821         * marshal.c (mono_array_to_lparray): Fix minimal build with
2822         cominterop disabled.
2824         * marshal.c (mono_free_lparray): Same.
2826 2009-08-21  Mark Probst  <mark.probst@gmail.com>
2828         * threadpool.c (mono_thread_pool_init): Use mono_object_hash() as
2829         the hash function for the ares_htable.
2831 2009-08-20  Rodrigo Kumpera  <rkumpera@novell.com>
2833         * metadata-verify.c (verify_assembly_table): Accept 0x10 as a valid
2834         bit for assembly flags. MS is ok with it but there is no spec anywhere
2835         on its mean
2837 2009-08-19  Rodrigo Kumpera  <rkumpera@novell.com>
2839         * class.c (mono_class_create_from_typedef): Emit profiler events
2840         in all cases.
2842 2009-08-19  Rodrigo Kumpera  <rkumpera@novell.com>
2844         * icall.c (ves_icall_Type_GetMethodsByName): Don't leak loader errors.
2845         Release memory on failure.
2847 2009-08-19  Rodrigo Kumpera  <rkumpera@novell.com>
2849         * class-internals.h: Add mono_metadata_load_generic_param_constraints_full
2850         to the internal API.
2852         * metadata.c (get_constraints): Use a single-linked table as we don't
2853         traverse it backward. Fail and return FALSE if only of the contraint types
2854         is not found.
2856         * metadata.c (mono_metadata_load_generic_param_constraints_full): Identical
2857         to mono_metadata_load_generic_param_constraints except for having a return value.
2858         This has to be done since the later is part of the public API.
2860         * class.c (mono_class_create_from_typedef): Properly check the loading of constrains
2861         and fail the type.
2863         * loader.c (mono_get_method_from_token): Properly check the loading of constraints
2864         and fail the method.
2866 2009-08-19  Rodrigo Kumpera  <rkumpera@novell.com>
2868         * metadata-verify.c (is_valid_method_header): Add work-around to deal
2869         with MS broken behavior of emmitting EH section sizes without the
2870         header size added.
2872 2009-08-19  Rodrigo Kumpera  <rkumpera@novell.com>
2874         * metadata.c (mono_type_create_from_typespec): Don't allocate image
2875         memory until we're sure that we'll need it. This avoids leaking for
2876         broken types or duplicated instantiation.
2878 2009-08-19  Rodrigo Kumpera  <rkumpera@novell.com>
2880         * metadata-verify.c (is_valid_method_header): Fix stupid formating
2881         mistake.
2883 2009-08-19  Rodrigo Kumpera  <rkumpera@novell.com>
2885         * metadata-verify.c (is_valid_method_header): Fix number of clauses
2886         and expected size calculation.
2888 2009-08-18  Rodrigo Kumpera  <rkumpera@novell.com>
2890         * class.c (mono_class_get_field_idx): Add fixme for broken
2891         behavior for types with multiple fields with the same name.
2892         I would rather fix it, but have no idea on how to generate
2893         such artifact for testing.
2895 2009-08-18  Rodrigo Kumpera  <rkumpera@novell.com>
2897         * verify.c (verifier_load_field): We should allow references to
2898         fields to be made using the generic type definition. It's up to
2899         the loader system to fail invalid ops.
2901         * verify.c (get_boxable_mono_type): Only uninstantiated GTDs
2902         are invalid.
2904 2009-08-18  Rodrigo Kumpera  <rkumpera@novell.com>
2906         * class.c: Fix usage of mono_metadata_interfaces_from_typedef_full.
2908         * metadata-internals.h: Fix declaration of 
2909         mono_metadata_interfaces_from_typedef_full.
2911         * metadata.c (mono_metadata_interfaces_from_typedef_full): Add extra
2912         heap_alloc_result parameter that controls if the result should be
2913         g_malloc'd.
2915         * metadata.c (mono_metadata_interfaces_from_typedef): Let the resulting
2916         array be g_malloc'd and properly document this public API function.
2918 2009-08-18  Rodrigo Kumpera  <rkumpera@novell.com>
2920         * cil-coff.h: Fix METHOD_HEADER_FORMAT_MASK to be 2 bits and
2921         remove METHOD_HEADER_TINY_FORMAT1.
2923         * reflection.c: Remove reference to METHOD_HEADER_TINY_FORMAT1.
2925         * metadata.c (mono_metadata_parse_mh_full): Kill tiny format1.
2927         Both spec and MS uses only 2 bits to enumerate the kind of header.
2928         So given that 0x6 and 0x2 are equal under a 2 bits mask, tiny format1
2929         is superfluous, only used for tiny headers with odd code lengths.
2931         This change also make sure that mono doesn't wronly interpret bit 2
2932         of fat header flags, which is currently reserved.
2934 2009-08-18  Rodrigo Kumpera  <rkumpera@novell.com>
2936         * metadata.c (do_mono_metadata_parse_type): Do error
2937         checking for element types. Don't abort if presented
2938         with a broken type kind.
2940 2009-08-18  Rodrigo Kumpera  <rkumpera@novell.com>
2942         * metadata.c (mono_metadata_parse_method_signature_full):
2943         Gracefully fail bad vararg signatures.
2945 2009-08-18  Christian Hergert  <chris@dronelabs.com>
2947         * profiler.c:
2948         * class.c: Fix warnings for uninitialized variables.
2950 2009-08-18  Christian Hergert  <chris@dronelabs.com>
2952         * icall.c: Fix _NSGetEnviron method declaration warning.
2954 2009-08-18  Christian Hergert  <chris@dronelabs.com>
2956         * icall.c:
2957         * reflection.c: Make bitwise checks explicit.
2959 2009-08-18  Christian Hergert  <chris@dronelabs.com>
2961         * debug-helpers.c:
2962         * marshal.c: Fix printf warnings.
2964 2009-08-18  Zoltan Varga  <vargaz@gmail.com>
2966         * reflection.c (encode_cattr_value): Fix a warning.
2968 2009-08-17  Rodrigo Kumpera  <rkumpera@novell.com>
2970         * metadata.c (mono_metadata_parse_array_full): Fix memory leak
2971         of array bounds.
2973 2009-08-17  Rodrigo Kumpera  <rkumpera@novell.com>
2975         * loader.c (mono_method_signature): Don't assert on broken
2976         signature. Print a more useful error message.
2978 2009-08-17  Rodrigo Kumpera  <rkumpera@novell.com>
2980         * loader.c (mono_method_get_marshal_info): Assert if
2981         signature is invalid. Bounds check stores to the
2982         mspecs array;
2984 2009-08-17  Rodrigo Kumpera  <rkumpera@novell.com>
2986         * loader.c (field_from_memberref): Fix warning.
2988 2009-08-17  Rodrigo Kumpera  <rkumpera@novell.com>
2990         * loader.c (mono_method_get_param_names): Check if signature
2991         is null. Don't store beyond the size of the name array.
2993 2009-08-17  Rodrigo Kumpera  <rkumpera@novell.com>
2995         * loader.c (mono_get_method_constrained): Check if signature
2996         is null.
2998 2009-08-17  Rodrigo Kumpera  <rkumpera@novell.com>
3000         * loader.c (mono_loader_set_error_bad_image): Improve
3001         error messages.
3003 2009-08-17  Rodrigo Kumpera  <rkumpera@novell.com>
3005         * loader.c (mono_get_method_full): Convert an assertion
3006         into a loader error.
3008 2009-08-17  Rodrigo Kumpera  <rkumpera@novell.com>
3010         * class-internals.h, class.c: Better naming and documentation.
3012 2009-08-17  Zoltan Varga  <vargaz@gmail.com>
3014         * boehm-gc.c (mono_gc_add_weak_track_handle): Don't do any work if
3015         obj is NULL.
3017 2009-08-14  Rodrigo Kumpera  <rkumpera@novell.com>
3019         * loader.c (mono_method_get_signature_full): Fail gracefully if signature
3020         parsing fails.
3022 2009-08-14  Rodrigo Kumpera  <rkumpera@novell.com>
3024         * loader.c (mono_loader_error_prepare_exception): Handle missing field
3025         errors with no class set.
3027         * loader.c (field_from_memberref): If the field signature is of the wrong
3028         type fail with a MissingFieldException instead of a BadImageException as
3029         this is the behavior observed on MS. 
3031 2009-08-14  Rodrigo Kumpera  <rkumpera@novell.com>
3033         * loader.c (field_from_memberref): Don't crash if either the field
3034         signature or the typespec class are invalid.
3036 2009-08-14  Rodrigo Kumpera  <rkumpera@novell.com>
3038         * verify.c (verifier_load_field): Don't allow field related
3039         ops to reference fields on generic type definition.
3041 2009-08-14  Rodrigo Kumpera  <rkumpera@novell.com>
3043         * metadata-verify.c: Add new warning level for errors specified
3044         by ECMA 335 but that MS ignores.
3046         * metadata-verify.c (verify_method_table): Make compiler controled
3047         visibility + (rt)specialname error a warning as MS ignores this. Ignoring
3048         this check is safe because the end result will only be some visibility
3049         exceptions been thrown.
3051 2009-08-14  Rodrigo Kumpera  <rkumpera@novell.com>
3053         * verify.c (get_boxable_mono_type): Don't allow the
3054         use of the generic type definition on boxed type positions.
3056         Fixes #531237.
3058 2009-08-14  Mark Probst  <mark.probst@gmail.com>
3060         * threadpool.c: Make sure no cross-domain references remain in
3061         ares_htable or the arrays that are thrown away when resizing.
3063 2009-08-14  Mark Probst  <mark.probst@gmail.com>
3065         * appdomain.c, metadata-internals.h, image.c: In MonoImage add a
3066         list of classes for which we have to unregister reflection_info
3067         with the GC and which are not in the namespace cache.
3069         * reflection.c (mono_reflection_initialize_generic_parameter): Add
3070         the class to the list.
3072 2009-08-14  Mark Probst  <mark.probst@gmail.com>
3074         * domain.c (mono_domain_free): Unregister the GC roots in
3075         MonoDomain.
3077 2009-08-12  Rodrigo Kumpera  <rkumpera@novell.com>
3079         * reflection.c (mono_reflection_type_get_handle): Fix typo.
3081 2009-08-12  Rodrigo Kumpera  <rkumpera@novell.com>
3083         * class.c: Add mono_class_get_field_from_name_full which does
3084         the same as mono_class_get_field_from_name but does check field
3085         signature as well.
3087         * class-internals.h: Export mono_class_get_field_from_name_full as
3088         part of the internal API.
3090         * loader.c (field_from_memberref): Search fields by name and signature
3091         as it's valid to have two fields with same name but different types.
3093         Fixes #528055.
3095 2009-08-10  Rodrigo Kumpera  <rkumpera@novell.com>
3097         * icall-def.h: Add a bunch of temporary icalls to MonoGenericClass.
3099         * reflection.c (mono_reflection_type_get_handle): Handle MonoGenericClass.
3101         * reflection.c (encode_cattr_value): Use mono_reflection_type_get_handle to encode
3102         System.Type.
3104 2009-08-13  Zoltan Varga  <vargaz@gmail.com>
3106         * gc.c (GCHandle_CheckCurrentDomain): Moved this here from icall.c.
3108         * boehm-gc.c (mono_gc_add_weak_track_handle): Handle nulls.
3110 2009-08-12  Mark Probst  <mark.probst@gmail.com>
3112         * sgen-gc.c, sgen-scan-object.h: Object scanning code factored out
3113         to sgen-scan-object.h, which can be included and parameterized via
3114         macros.
3116         * Makefile.am: sgen-scan-object.h added.
3118 2009-08-12  Mark Probst  <mark.probst@gmail.com>
3120         * gc.c: #define GC_dont_gc if we're compiling with SGen.
3122 2009-08-12  Mark Probst  <mark.probst@gmail.com>
3124         * domain.c (mono_domain_free): Free a domain's mono_g_hash_tables
3125         before clearing a domain in the GC.
3127 2009-08-12  Mark Probst  <mark.probst@gmail.com>
3129         * exception.c (mono_exception_from_name_domain): Actually create
3130         the exception in the specified domain.
3132         * appdomain.c (mono_domain_create_appdomain_internal): Create the
3133         OutOfMemoryException a bit later so that the domain is inialized
3134         "enough" that it works.
3136 2009-08-12  Mark Probst  <mark.probst@gmail.com>
3138         * threads.c (thread_cleanup): Clean up the cached_culture_info
3139         array to prevent cross-domain references.
3141 Tue Aug 11 14:38:57 CEST 2009 Paolo Molaro <lupus@ximian.com>
3143         * metadata.c: more documentation for MonoType accessors.
3145 2009-08-11  Raja R Harinath  <harinath@hurrynot.org>
3147         Fix incorrect size definitions where the tail array isn't a list
3148         of pointers
3149         * class-internals.h (MONO_SIZEOF_MARSHAL_TYPE): Use offsetof to
3150         define size.
3151         * domain-internals.h (MONO_SIZEOF_JIT_INFO): Likewise.
3152         * metadata.h (MONO_SIZEOF_TYPE): Likewise.
3153         * reflection.h (MONO_SIZEOF_CUSTOM_ATTR_INFO): Likewise.
3155 2009-08-11 Gonzalo Paniagua Javier <gonzalo@novell.com>
3157         * reflection.h:
3158         * reflection.c: MONO_SIZEOF_CUSTOM_ATTR_INFO.
3160 2009-08-11 Gonzalo Paniagua Javier <gonzalo@novell.com>
3162         * metadata.c:
3163         * loader.c:
3164         * metadata-internals.h:
3165         * method-builder.c:
3166         * reflection.c: use MONO_SIZEOF_METHOD_HEADER.
3168 2009-08-11 Gonzalo Paniagua Javier <gonzalo@novell.com>
3170         * cominterop.c:
3171         * metadata.c:
3172         * metadata.h:
3173         * loader.c:
3174         * marshal.c:
3175         * reflection.c: #define for sizeof in MonoType and
3176         MonoMethodSignature.
3178 2009-08-11 Gonzalo Paniagua Javier <gonzalo@novell.com>
3180         * domain.c:
3181         * domain-internals.h: add and use #define's instead of sizeof()
3182         for MonoJitInfo and MonoJitInfoTable.
3184 2009-08-11 Gonzalo Paniagua Javier <gonzalo@novell.com>
3186         * object.c:
3187         * class.h: use #define instead of sizeof() for MonoRemoteClass.
3189 2009-08-10 Gonzalo Paniagua Javier <gonzalo@novell.com>
3191         * metadata.c:
3192         * metadata.h:
3193         * object.c:
3194         * class-internals.h:
3195         * generic-sharing.c:
3196         * marshal.c: use a #define instead of sizeof() for a few
3197         structures that use a zero-length array.
3199 2009-08-06  Rodrigo Kumpera  <rkumpera@novell.com>
3201         * object-internals.h (MonoReflectionMethodOnTypeBuilderInst): Add new fields
3202         to handle inflated generic methods.
3204         * appdomain.c: Bump corlib version.
3206         * reflection.c (mono_image_get_method_on_inst_token): Handle generic method
3207         instances.
3209         * reflection.c (fixup_method): Same
3211         * reflection.c (resolve_object): Same.
3213         * reflection.c (inflate_method): Replace a g_assert_not_reached with a
3214         g_error and a decent message.
3216 2009-08-06  Massimiliano Mantione  <massi@ximian.com>
3218         * bohem-gc.c (mono_gc_add_weak_track_handle): Get the domain
3219         from the object because it could not yet be available globally
3220         (it happens if the profiler tries to create a gchandle on the
3221         MonoThread object of a thread that is still registering itself
3222         with the runtime).
3224 2009-08-04  Rodrigo Kumpera  <rkumpera@novell.com>
3226         * reflection.c (mono_generic_class_get_object): Initialized the
3227         managed type arguments array.
3229         * object-internals.h (MonoReflectionGenericClass): Add type_arguments field.
3231         * appdomain.c: Bump corlib version.
3233 2009-08-04  Zoltan Varga  <vargaz@gmail.com>
3235         * threads.c (thread_cleanup): Free serialized_ui_culture_info. Fixes
3236         #527902.
3238 2009-08-03  Zoltan Varga  <vargaz@gmail.com>
3240         * threads.c (ves_icall_System_Threading_Thread_Thread_free_internal): 
3241         Avoid a crash if synch_cs is not set.
3242         
3243         * threads.c (ves_icall_System_Threading_Thread_Thread_free_internal): 
3244         Handle the case when the handle is 0.
3246         * appdomain.c: Bump corlib version.
3248 2009-08-02  Zoltan Varga  <vargaz@gmail.com>
3250         * reflection.c (mono_type_get_object): Fix a warning.
3252 2009-08-01  Mark Probst  <mark.probst@gmail.com>
3254         * sgen-gc.c (mono_gc_wbarrier_value_copy): Don't compute the GC
3255         descriptor here.  We assume it's already been computed.
3257         * generic-sharing.c (instantiate_other_info): Compute the GC
3258         descriptor for info type MONO_RGCTX_INFO_KLASS.
3260 2009-08-01  Mark Probst  <mark.probst@gmail.com>
3262         * reflection.c (mono_type_get_object): MonoDomain is an unmanaged
3263         type, so don't use MONO_OBJECT_SETREF to set a field.
3265 2009-08-01  Mark Probst  <mark.probst@gmail.com>
3267         * gc.c: We were missing one case where invoking a finalizer would
3268         not reset the domain.  Also, in the finalizer thread loop, assert
3269         that we're in the root domain.
3271 2009-07-31  Rodrigo Kumpera  <rkumpera@novell.com>
3273         * icall.c (ves_icall_MonoType_GetArrayRank): Throw ArgumentException
3274         if the type is not an array.
3276 2009-07-31  Rodrigo Kumpera  <rkumpera@novell.com>
3278         * icall.c (ves_icall_MonoType_get_DeclaringMethod): Return the
3279         method bound to the declaring type of the method. Raise an exception
3280         if the type is not a generic param.
3282 2009-07-31  Rodrigo Kumpera  <rkumpera@novell.com>
3284         * class.c (print_unimplemented_interface_method_info): Print the
3285         full type name.
3287         * class.c (mono_class_setup_vtable_general): When dealing with a
3288         generic instance first check if the generic type definition is
3289         not broken.
3291 2009-02-11 Tom Hindke <tom_hindle@sil.org>
3293         * marshal.c (mono_array_to_lparray): Implemented so managed object types are converted to native types.
3295         * marshal.c: Added new method mono_free_lparray to free memory allocated by mono_array_to_lparray
3297         * marshal.c (emit_marshal_array): call emit mono_free_lparray where approprate.
3299         * marshal.c (conv_to_icall): added MONO_MARSHAL_FREE_LPARRAY case
3301         * metadata.h (MonoMarshalConv enum): added MONO_MARSHAL_FREE_LPARRAY
3303         Code is contributed under MIT/X11 license
3305 2009-08-30  Rodrigo Kumpera  <rkumpera@novell.com>
3307         * verify.c: Fix naming of stelem and ldelem.
3309 2009-07-30  Mark Probst  <mark.probst@gmail.com>
3311         * generic-sharing.c: Replace the templates lock with the loader
3312         lock because of very hard to resolve deadlock issues.
3314 2009-07-30  Zoltan Varga  <vargaz@gmail.com>
3316         * icall.c (ves_icall_Type_GetMethodsByName): Use 
3317         mono_class_get_vtable_size () instead of accessing klass->vtable_size
3318         directly. Fixes #525338.
3320         * class.c (mono_class_get_vtable_size): New helper function.
3322         * icall.c (ves_icall_System_Reflection_FieldInfo_internal_from_handle_type): Fix the second argument, its a MonoType* not a MonoClass*. Check whenever
3323         the field belongs to the type. Fixes #525733.
3325 2009-07-30  Mark Probst  <mark.probst@gmail.com>
3327         * sgen-gc.c: When we stop a thread and its stack top is not within
3328         its allocated stack (because it's in an altstack signal handler),
3329         restart it and stop it again, until it is.
3331 2009-07-30  Mark Probst  <mark.probst@gmail.com>
3333         * sgen-gc.c: Take a thread's stack top and registers from the
3334         sigcontext in the suspend signal handler.
3336         * sgen-gc.h, sgen-archdep.h, Makefile.am: Move arch-dependent
3337         stuff to sgen-archdep.h.
3339         * gc.c, gc-internal.h: Remove the get_ip_from_sigctx installer and
3340         caller, because have code in sgen-archdep.h to acquire that data.
3342 2009-07-29  Massimiliano Mantione  <massi@ximian.com>
3344         * profiler.c, profiler.h, profiler-private.h:
3345         Added support for keeping track of code chunks and buffers.
3347 2009-07-29 Rodrigo Kumpera  <rkumpera@novell.com>
3349         * metadata-verify.c: Fix endianness problems on decoding functions.
3350         Based on a patch by Ulrich Weigand <uweigand@de.ibm.com>
3352 2009-07-28 Rodrigo Kumpera  <rkumpera@novell.com>
3354         * icall.c (ves_icall_Type_make_array_type): Handle the new encoding
3355         schema for vectors and one dimension SZARRAY.
3357 2009-07-28 Rodrigo Kumpera  <rkumpera@novell.com>
3359         * reflection.c (mono_reflection_type_get_handle): Handle the new encoding
3360         schema for vectors and one dimension SZARRAY.
3362 2009-07-27  Mark Probst  <mark.probst@gmail.com>
3364         * icall-def.h, thread-types.h, threads.c: New separate icalls for
3365         Interlocked.(Compare)Exchange with object arguments, which invoke
3366         write barriers.
3368 2009-07-26  Miguel de Icaza  <miguel@novell.com>
3370         * icall.c (ves_icall_Type_GetNestedType): Throw an exception when
3371         passed invalid arguments.   Fixes another crasher in the
3372         Silverlight test suite.
3374         * class.c (mono_class_array_element_size): Return 0 for the size
3375         of the class;  This fixes the crasher exposed by :
3377         typeof (void).MakeArrayType ();
3379         * icall.c (ves_icall_MonoType_GetEvent): Do not dereference method
3380         if there is no method to dereference.    Put all the code that
3381         depends on this inside the if (method) block.
3383         This fixes the crasher exposed by Microsoft's Silvelright CLR test
3384         suite  ./Reflection/Emit/TypeBuilder/TypeBuilderGetEvent.exe
3386         With this change, we pass the test.
3387         
3388         * reflection.c (mono_reflection_sighelper_get_signature_local):
3389         Only dereference the assembly if it has been set.    Fixes a
3390         crasher exposed by #525328
3392 2009-07-25  Mark Probst  <mark.probst@gmail.com>
3394         * sgen-gc.c, object.h, null-gc.c, boehm-gc.c, marshal.c: Really
3395         don't perform the store in mono_gc_wbarrier_generic_nostore().
3396         Remove the second argument (value), which is not needed.
3398 2009-07-24  Zoltan Varga  <vargaz@gmail.com>
3400         * null-gc.c (mono_gc_wbarrier_generic_nostore): Define this to fix
3401         the build.
3403         * boehm-gc.c: Ditto.
3404         
3405 2009-07-24  Mark Probst  <mark.probst@gmail.com>
3407         * sgen-gc.c, marshal.c, object.h: Make the managed write barrier
3408         not perform the store itself.  Introduce
3409         mono_gc_wbarrier_generic_nostore(), which is the same as
3410         mono_gc_wbarrier_generic_store(), except it doesn't perform the
3411         store.
3413 2009-07-24  Mark Probst  <mark.probst@gmail.com>
3415         * icall.c (ves_icall_System_Array_SetGenericValueImpl):
3416         mono_gc_wbarrier_value_copy() doesn't perform the copy itself, so
3417         we still need the memcpy().
3419 2009-07-22  Mark Probst  <mark.probst@gmail.com>
3421         * sgen-gc.c: Align array bounds calculation to mono_array_size_t
3422         so that big arrays are handled correctly.  Always use
3423         safe_object_get_size() to calculate array object sizes, which
3424         takes bounds into account.
3426 2009-07-22  Mark Probst  <mark.probst@gmail.com>
3428         * sgen-gc.c (mono_gc_wbarrier_value_copy): Make sure the class's
3429         GC descriptor is computed before we use it.
3431 2009-07-22  Mark Probst  <mark.probst@gmail.com>
3433         * icall.c (ves_icall_System_Array_SetGenericValueImpl): Use a
3434         write barrier if necessary.
3436 2009-07-22  Mark Probst  <mark.probst@gmail.com>
3438         * icall-def.h, icall.c, thread-types.h: New separate icall for
3439         VolatileWrite(object&,object) that uses a write barrier.
3441         * console-unix.c, file-io.c, icall.c, threads.c: Use write
3442         barriers in icalls which write to "ref" or "out" arguments.
3444 2009-07-21  Zoltan Varga  <vargaz@gmail.com>
3446         * marshal.c (mono_marshal_get_runtime_invoke): Do the work done in the exception
3447         handler in a separate icall, to reduce the size of the wrappers.
3449 2009-07-20 Rodrigo Kumpera  <rkumpera@novell.com>
3451         * metadata-verify.c (is_valid_typespec_blob): Fix error message.
3453 2009-07-20 Rodrigo Kumpera  <rkumpera@novell.com>
3455         * metadata-verify.c (parse_field): Allow byref field.
3457         * metadata-verify.c (parse_locals_signature): Allow byref locals.
3459         * metadata-verify.c (is_valid_typespec_blob): Allow byref typespec.
3461 2009-07-20 Rodrigo Kumpera  <rkumpera@novell.com>
3463         * verify.c (do_cast): Fail for any non reference type that isn't boxed.
3464         Fixes #522784.
3466 2009-07-20  Robert Jordan  <robertj@gmx.net>
3468         * cominterop.c (cominterop_get_managed_wrapper_adjusted):
3469         Fix invalid IL in valuetype handling (STOBJ must push the
3470         corresponding class). Fixes bug #523149.
3472         Code is contributed under MIT/X11 license.
3474 2009-07-20  Geoff Norton  <gnorton@novell.com>
3476         * gc.c: Use proper semaphores where available on posix and darwin.
3478 2009-07-19  Geoff Norton  <gnorton@novell.com>
3480         * gc.c: Unnamed posix semaphores are broken on darwin-arm too.
3482 2009-07-19 Rodrigo Kumpera  <rkumpera@novell.com>
3484         * refletion.c (is_sre_usertype): Change name to is_usertype and
3485         invert it's result so it returns true if the type is an user type
3486         and not the opposite.
3488         * reflection.c (is_*_type): Change all of those to use new macro
3489         check_corlib_type_cached that cached the type lookup so we don't
3490         need to do string comparisons all the type. Changed the signature
3491         to take a MonoClass instead.
3493         * reflection.c: Change mono_image_create_token and resolve_object
3494         to use is_sre_* functions.
3496 2009-07-18  Mark Probst  <mark.probst@gmail.com>
3498         * sgen-gc.c: Check for writes to the stack in the managed
3499         wbarrier as well.
3501 2009-07-18  Mark Probst  <mark.probst@gmail.com>
3503         * sgen-gc.c: When a thread is unregistered, don't free its remsets
3504         but put them on a list which is processed with the other thread's
3505         remsets.
3507 2009-07-18  Mark Probst  <mark.probst@gmail.com>
3509         * sgen-gc.c: Fix and enable the internal allocator instead of
3510         using malloc/free (which causes deadlocks).
3512 2009-07-16 Rodrigo Kumpera  <rkumpera@novell.com>
3514         * refletion.c: Fix builds with SRE disabled by adding a minimal
3515         implementation of mono_reflection_type_get_handle.
3517 2009-07-15 Rodrigo Kumpera  <rkumpera@novell.com>
3519         * refletion.c: Make mono_reflection_type_get_handle non static.
3521         * object-internals.h: Export mono_reflection_type_get_handle.
3523         * icall.c (ves_icall_MonoGenericClass_InflateType): Resolve the
3524         unmanaged handle using mono_reflection_type_get_handle.
3526 2009-07-15 Rodrigo Kumpera  <rkumpera@novell.com>
3528         * refletion.c: Replace all reads of MonoReflectionType::type with
3529         calls to mono_reflection_type_get_handle. Only the functions that
3530         deal with constructing TypeBuilder::type have not been changed
3531         because they have to deal with NULL values.
3533         This is a first step into supporting reflection types that don't
3534         map directly into their unmanaged counterpart.
3536 2009-07-14 Rodrigo Kumpera  <rkumpera@novell.com>
3538         * metadata-verify.c (parse_locals_signature): Don't complain
3539         on signature with zero locals since MS generates it and doesn't
3540         bother with.
3542 2009-07-14 Rodrigo Kumpera  <rkumpera@novell.com>
3544         * reflection.c (mono_image_get_array_token): Resolve return
3545         type using mono_reflection_type_get_handle.
3547         * reflection.c (mono_image_get_array_token): Resolve array method
3548         parent type using mono_reflection_type_get_handle.
3550 2009-07-14  Zoltan Varga  <vargaz@gmail.com>
3552         * reflection.c (mono_image_basic_init): Applied patch from
3553         <Dax@daxxfiles.net>. Set the public key token from the assembly
3554         builder. Fixes #518909.
3556         * appdomain.c: Bump corlib version.
3558 2009-07-13  Zoltan Varga  <vargaz@gmail.com>
3560         * class.c (mono_class_needs_cctor_run): Make this return false if
3561         the class has no cctor.
3563 2009-07-13  Mark Probst  <mark.probst@gmail.com>
3565         * sgen-gc.c: When the minor GC needs to allocate a new section,
3566         invoke the major GC afterwards.
3568 2009-07-14  Bill Holmes  <billholmes54@gmail.com>
3570         * process.c  (ves_icall_System_Diagnostics_Process_ShellExecuteEx_internal) :
3571           Applying the window_style field to the SHELLEXECUTEINFO struct.
3573         Code is contributed under MIT/X11 license.
3575 2009-07-13  Mark Probst  <mark.probst@gmail.com>
3577         * sgen-gc.c: Fix the race condition in the unmanaged allocator by
3578         locking earlier.  Fix it in the managed allocator by making sure
3579         that no thread is stopped there before the GC runs.  If we do stop
3580         a thread there, we restart it and let it run a but, until it stops
3581         somewhere else.
3583         * gc-internal.h, gc.c: Function for getting the IP from a signal
3584         context via a function registered by mini.
3586 2009-07-11  Zoltan Varga  <vargaz@gmail.com>
3588         * object-internals.h (MonoIntPtr): New structure describing a boxed
3589         IntPtr.
3591         * object.c (mono_runtime_invoke_array): Handle ptr arguments and
3592         returns. Fixes #519953.
3594         * marshal.c (mono_marshal_get_runtime_invoke): Handle pointer returns.
3596 2009-07-09  Mark Probst  <mark.probst@gmail.com>
3598         * class-internals.h, generic-sharing.c: New RGCTX info type for
3599         getting a remoting invoke with check wrapper.
3601 2009-07-07  Geoff Norton  <gnorton@novell.com>
3603         * icall-def.h: Fix the enable-minimal build.
3605 2009-07-07 Rodrigo Kumpera  <rkumpera@novell.com>
3607         * object-internals.h: Add MonoReflectionDerivedType.
3609         * reflection.c: Implement support for PointerType.
3610         Fixed tons of warnings.
3612 2009-07-07 Rodrigo Kumpera  <rkumpera@novell.com>
3614         * object-internals.h: Add MonoReflectionByRefType.
3616         * reflection.c: Implement support for ByRefType.
3618 2009-07-07 Rodrigo Kumpera  <rkumpera@novell.com>
3620         * icall-def.h: Add System.Reflection.Emit.DerivedType::create_unmanaged_type.
3622         * object-internals.h: Add MonoReflectionArrayType and
3623         mono_reflection_create_unmanaged_type.
3625         * reflection.c: Implement support for ArrayType.
3627 2009-07-07 Rodrigo Kumpera  <rkumpera@novell.com>
3629         * metadata-verify.c (is_valid_method_header): Parse EH block
3630         flags correctly.
3632 2009-07-03  Mark Probst  <mark.probst@gmail.com>
3634         * sgen-gc.c (finish_gray_stack): Set the to_space pointer after
3635         processing the disappearing links, and process disappearing links
3636         in a loop until no new objects are copied.
3638 2009-07-03  Mark Probst  <mark.probst@gmail.com>
3640         * object.c (handle_enum): Invoke the write barrier when copying
3641         value type instances.
3643         * sgen-gc.c: Register remsets for unmanaged write barriers only
3644         when the address written to is actually on the heap.  This makes
3645         set_value() in object.c work without requiring that the result be
3646         on the heap.
3648 2009-07-02 Rodrigo Kumpera  <rkumpera@novell.com>
3650         The runtime wrappers are all bound to a given type that must
3651         exist in the same image. For regular images we use the <Module>
3652         type, which is required to exist for all images.
3654         The <Module> type can't be used for dynamic images because it
3655         might not exist at the time the wrapper is required, so we create
3656         a synthetic type to use instead.
3658         The current code works because of the 2 stage setup of MonoClass,
3659         but once this is gone it will no longer work.
3661         * icall-def.h: Add ModuleBuilder::set_wrappers_type.
3663         * metadata-internals.h (MonoDynamicImage): Add wrappers_type.
3665         * object-internals.h: Export mono_image_set_wrappers_type icall
3666         as part of the internal API.
3668         * marshal.c (get_wrapper_target_class): If the image is dynamic,
3669         use MonoDynamicImage::wrappers_type instead of the <Module> type.
3671         reflection.c: Add mono_image_set_wrappers_type qhixh sets the dynamic
3672         image wrappers_type to the provided value.
3674 2009-07-01 Rodrigo Kumpera  <rkumpera@novell.com>
3676         * appdomain.c (deregister_reflection_info_roots): No need
3677         to use the image lock here.
3679 2009-07-02  Mark Probst  <mark.probst@gmail.com>
3681         * sgen-gc.c (collect_nursery): Also scan from write-barrier roots.
3683 2009-06-29  Zoltan Varga  <vargaz@gmail.com>
3685         * threads.c: Store the thread start argument in a hash table instead of
3686         registering it as a root, as libgc doesn't support unregistering roots
3687         under windows, leading to 'too many root sets' errors when many threads
3688         are created.
3690         * gc.c (mono_gc_run_finalize): Avoid finalizing dynamic methods during
3691         shutdown, they can still be referenced by the other dying objects.
3692         Fixes #514506.
3694 2009-06-27 Gonzalo Paniagua Javier <gonzalo@novell.com>
3696         * socket-io.c: DontLinger does not allow LingerOptions.
3698 2009-06-26 Rodrigo Kumpera  <rkumpera@novell.com>
3700         * metadata-verify.c: The spec doesn't mention that it's possible to add
3701         custom attribute to a generic parameter. Fixed.
3703 2009-06-26 Rodrigo Kumpera  <rkumpera@novell.com>
3705         * class.c (inflate_generic_type): Don't crash while trying to output a message
3706         on why we're aborting.
3708 2009-06-26 Gonzalo Paniagua Javier <gonzalo@novell.com>
3710         * socket-io.c: DontLinger can take an int or a boolean too.
3712 Fri Jun 26 17:00:04 CEST 2009 Paolo Molaro <lupus@ximian.com>
3714         * gc.c: check for a null argument to SuppressFinalize () and
3715         ReRegisterForFinalize ().
3717 2009-06-26 Rodrigo Kumpera  <rkumpera@novell.com>
3719         * loader.c (method_from_methodspec): Call into the verifier to check
3720         the signature.
3722         * metadata-verify.c: Addmono_verifier_verify_methodspec_signature.
3724         * verify-internals.h: Export mono_verifier_verify_methodspec_signature as
3725         part of the internal API.
3727 2009-06-25 Rodrigo Kumpera  <rkumpera@novell.com>
3729         * metadata.c (mono_type_create_from_typespec): Call into the verifier to check
3730         the signature.
3732         * metadata-verify.c: Add mono_verifier_verify_typespec_signature.
3734         * verify-internals.h: Export mono_verifier_verify_typespec_signature as
3735         part of the internal API.
3737 2009-06-25 Rodrigo Kumpera  <rkumpera@novell.com>
3739         * metadata.c (mono_metadata_parse_mh_full): Call into the verifier to check
3740         the signature.
3742         * metadata-verify.c: Add mono_verifier_verify_standalone_signature. Fix
3743         blob verification.
3745         * verify-internals.h: Export mono_verifier_verify_memberref_signature as
3746         part of the internal API.
3748 2009-06-25 Rodrigo Kumpera  <rkumpera@novell.com>
3750         * metadata-verify.c: Use is_valid_blob_object to verify blob validity
3751         when doing basic verification. 
3753         This check must be done since the runtime peeks into signatures in much
3754         more places than it does decoding so it makes sense to ensure that all
3755         pointers to blob objects are well formed.
3757 2009-06-25 Rodrigo Kumpera  <rkumpera@novell.com>
3759         * metadata-verify.c (is_valid_blob_object): Add extra minsize argument.
3760         Use proper overflow dectection. Fix usage of it.
3762 2009-06-25 Rodrigo Kumpera  <rkumpera@novell.com>
3764         * loader.c (field_from_memberref): Call into the verifier to check
3765         the signature.
3767         * loader.c (mono_method_get_signature_full): Same.
3769         * loader.c (method_from_memberref): Same.
3771         * metadata-verify.c: Add mono_verifier_verify_memberref_signature.
3773         * verify-internals.h: Export mono_verifier_verify_memberref_signature as
3774         part of the internal API.
3776 2009-06-25  Mark Probst  <mark.probst@gmail.com>
3778         * threadpool.c (mono_thread_pool_add): If the domain is unloading
3779         or unloaded, still return an AsyncResult, but don't add it to the
3780         threadpool.
3782 2009-06-25 Gonzalo Paniagua Javier <gonzalo@novell.com>
3784         * threads.c: fix missing colon when DEBUG is defined.
3786 2009-06-25  Mark Probst  <mark.probst@gmail.com>
3788         * threadpool.c: Don't add new calls to a threadpool if the domain
3789         of the call is unloading or unloaded.  When dequeuing a job, null
3790         the reference in the queue.
3792 2009-06-25  Mark Probst  <mark.probst@gmail.com>
3794         * sgen-gc.c (null_link_in_range): Add the dislink for the old
3795         generation if an object was moved.
3797 2009-06-25  Sylvain Dupont <duposyl@gmail.com>
3799         * cominterop.h cominterop.c marshal.c: Added support for marshalling out 
3800           parameters of type SAFEARRAY[VARIANT].
3802         * reflection.c (encode_marshal_blob): Properly generate element type
3803           (SafeArraySubType marshal attribute option).
3805         Code is contributed under MIT/X11 license.
3807 Thu Jun 25 15:48:09 CEST 2009 Paolo Molaro <lupus@ximian.com>
3809         * reflection.c: in mono_method_clear_object () really ensure all the
3810         objects are removed.
3812 2009-06-24 Rodrigo Kumpera  <rkumpera@novell.com>
3814         * loader.c (mono_method_signature): Call into the verifier to check
3815         the method signature.
3817         * metadata-verify.c (verify_method_table): Move signature verification
3818         to verify_method_table_full.
3820         * metadata-verify.c: Add mono_verifier_verify_method_signature.
3822         * verify-internals.h: Export mono_verifier_verify_method_signature as
3823         part of the internal API.
3825 2009-06-24 Rodrigo Kumpera  <rkumpera@novell.com>
3827         * loader.c (mono_method_get_header): Call into the verifier to
3828         check the method header.
3830         * metadata-verify.c: Add mono_verifier_verify_method_header.
3832         * verify-internals.h: Export mono_verifier_verify_method_header as
3833         part of the internal API.
3835 2009-06-24 Rodrigo Kumpera  <rkumpera@novell.com>
3837         * class.c (mono_class_find_enum_basetype): Call into the verifier to
3838         check the field signature. Replace an assert with an explicit check.
3840         * class.c (mono_class_setup_fields): Call into the verifier to check
3841         the field signature.
3843         * metadata-verify.c: Add mono_verifier_verify_field_signature.
3845         * verify-internals.h: Export mono_verifier_verify_field_signature as
3846         part of the internal API.
3848 2009-06-24 Rodrigo Kumpera  <rkumpera@novell.com>
3850         * class.c (mono_class_find_enum_basetype): Simplify this function
3851         by moving code outside of the loop and not decoding static fields.
3853 2009-06-24 Rodrigo Kumpera  <rkumpera@novell.com>
3855         * metadata-verify.c (verify_typedef_table): Check the extends
3856         token here. Move to here a flags check from verify_typedef_table_full.
3858 2009-06-24  Zoltan Varga  <vargaz@gmail.com>
3860         * metadata-verify.c (is_valid_method_header): Fix a warning.
3862         * metadata-internals.h (MonoImage): Remove the unused 
3863         static_rgctx_invoke_wrapper_cache.
3865         * image.c marshal.c: Ditto.
3867 2009-06-23 Rodrigo Kumpera  <rkumpera@novell.com>
3869         * image.c (do_mono_image_load): Enable table data verification.
3871 2009-06-23 Rodrigo Kumpera  <rkumpera@novell.com>
3873         * metadata-verify.c (is_valid_constant): Fix nullref check.
3875 2009-06-23 Rodrigo Kumpera  <rkumpera@novell.com>
3877         * metadata-verify.c (is_valid_constant): Fix string bounds check.
3879 2009-06-22  Mark Probst  <mark.probst@gmail.com>
3881         * sgen-gc.c: Managed allocation with pthreads TLS.
3883         * threads.c, threads-types.h: Functions for the JIT to tell the
3884         runtime whether it supports the MONO_TLS opcode.
3886 2009-06-22 Rodrigo Kumpera  <rkumpera@novell.com>
3888         * metadata-verify.c (verify_param_table): Fix a crash for assemblies
3889         without methods.
3891 2009-06-22 Rodrigo Kumpera  <rkumpera@novell.com>
3893         * metadata-verify.c (is_valid_constant): Fix the string length check.
3894         Use safe overflow checking. Add decent error messages.
3896 2009-06-22 Rodrigo Kumpera  <rkumpera@novell.com>
3898         * metadata-verify.c: Move remaininh blob checks to the offline
3899         verification path.
3901 2009-06-22 Rodrigo Kumpera  <rkumpera@novell.com>
3903         * metadata-verify.c: Move more blob checks to the offline verification
3904         path.
3906 2009-06-22  Bill Holmes  <billholmes54@gmail.com>
3908         * object-internals.h : Adding interrupt_on_stop field.
3910         * threads.c (mono_thread_request_interruption) : On Windows exit the
3911           thread if interrupt_on_stop is set.
3913         * socket-io.c (ves_icall_System_Net_Sockets_Socket_Accept_internal) :
3914          Removing old interrupt logic and setting the interrupt_on_stop for the
3915          thread when calling accept.
3917         * socket-io.c (ves_icall_System_Net_Sockets_Socket_Receive_internal) :
3918          setting the interrupt_on_stop for the thread when calling accept.
3920         Contributed under MIT/X11 license.
3922 2009-06-20  Martin Baulig  <martin@ximian.com>
3924         * mono-debug.h (MONO_DEBUGGER_MINOR_VERSION): Bump to 3.
3926 2009-06-21  Zoltan Varga  <vargaz@gmail.com>
3928         * appdomain.c (mono_try_assembly_resolve): Don't call managed code when
3929         running in no-exec mode.
3931 2009-06-19 Rodrigo Kumpera  <rkumpera@novell.com>
3933         * metadata-verify.c (verify_method_table): Move header
3934         checking to verify_method_table_full.
3936         * metata-verify.c (mono_verifier_verify_full_table_data):
3937         Call verify_method_table_full.
3939 2009-06-19 Rodrigo Kumpera  <rkumpera@novell.com>
3941         * metadata-verify.c (verify_field_table): Move signature
3942         checking to verify_field_table_full.
3944         * metata-verify.c (mono_verifier_verify_full_table_data):
3945         Call verify_field_table_full.
3947 2009-06-19 Rodrigo Kumpera  <rkumpera@novell.com>
3949         * metadata-verify.c (verify_typedef_table): Move remaining
3950         stuff to verify_typedef_table_full.
3952 2009-06-19 Rodrigo Kumpera  <rkumpera@novell.com>
3954         * metadata-verify.c: Kill is_corlib from VerifyContext.
3955         It is only used by the offline mode.
3956         So we better remove it from the runtime path.
3958 2009-06-19 Rodrigo Kumpera  <rkumpera@novell.com>
3960         * metadata-verify.c: Add new mono_verifier_verify_full_table_data
3961         function that perform the offline metadata verification steps.
3963         * metadata-verify.c (verify_typedef_table): Move some checks to
3964         verify_typedef_table_full and make it been called by new function
3965         mono_verifier_verify_full_table_data.
3967         * pedump.c: Call mono_verifier_verify_full_table_data.
3969         * verify-internals.h: Export mono_verifier_verify_full_table_data as
3970         part of the internal API.
3972 2009-06-19 Rodrigo Kumpera  <rkumpera@novell.com>
3974         * metadata-verify.c (typedef_is_system_object): Fix System.Object
3975         check.
3977         * metadata-verify.c (verify_implmap_table): Fix implmap invalid
3978         flags bits. SupportLastError was confused as bit 7 instead of 6.
3980         * metadata-verify.c (verify_implmap_table): Fix import scope verification
3981         to check against the module ref table instead of module.
3983         * metadata-verify.c (verify_implmap_table): Fix corlib check.
3985         * pedump.c: Call mono_image_load_names.
3987 2009-06-19 Rodrigo Kumpera  <rkumpera@novell.com>
3989         * image.c: Extract mono_image_load_names from do_mono_image_load.
3991         * metadata-internals.h: Export mono_image_load_names as part of
3992         the internal API.
3993         
3994 2009-06-19  Zoltan Varga  <vargaz@gmail.com>
3996         * metadata.c (mono_metadata_cleanup): Free the generic method cache
3997         first, as it could reference data in the other caches.
3999 2009-06-18 Rodrigo Kumpera  <rkumpera@novell.com>
4001         * metadata-verify.c: Finished with method header verification.
4003 2009-06-18 Rodrigo Kumpera  <rkumpera@novell.com>
4005         * metadata-verify.c: Added more header verification code.
4006         Now only EH clauses are missing.
4008 2009-06-17  Zoltan Varga  <vargaz@gmail.com>
4010         * marshal.c (get_runtime_invoke_type): Don't share primitive types
4011         for return values.
4013 2009-06-16 Rodrigo Kumpera  <rkumpera@novell.com>
4015         * metadata-verify.c: Initial method header verification.
4017 2009-06-16 Rodrigo Kumpera  <rkumpera@novell.com>
4019         * metadata-verify.c (verify_import_table): The IAT contents
4020         might end been patched by the windows DL when running with
4021         coree enabled.
4023 2009-06-15 Rodrigo Kumpera  <rkumpera@novell.com>
4025         * class.c (mono_class_from_typeref): If the enclosing type is not
4026         found return null instead of crashing. Fixes #508487.
4028 2009-06-15  Atsushi Enomoto  <atsushi@ximian.com>
4030         * normalization-tables.h : updated to the latest unicode charcter
4031           data.
4032         * appdomain.c : bump corlib version.
4034 2009-06-14  Zoltan Varga  <vargaz@gmail.com>
4036         * class.c (mono_class_from_name): Fix support for assembly references
4037         in the EXPORTEDTYPE table. Fixes #511704.
4039 2009-06-13  Geoff Norton  <gnorton@novell.com>
4041         * domain.c: Ensure that mono_domain_assembly_open actually opens the
4042         assembly in the target domain.
4044 2009-06-12  Robert Jordan  <robertj@gmx.net>
4046         * cominterop.c (cominterop_get_ccw): Increment mspec's SizeParamIndex
4047         because "this" of the managed signature has become an
4048         ordinary parameter in the unmanaged signature.
4050 2009-06-12  Zoltan Varga  <vargaz@gmail.com>
4052         * class-internals.h (struct _MonoGenericContainer): Add an 'image'
4053         field for owner-less generic containers.
4055         * reflection.c (mono_reflection_initialize_generic_parameter): Set the
4056         image field of the owner-less generic containers created here.
4058         * metadata.c (mono_metadata_load_generic_params): Ditto, the
4059         contain is ownerless until the caller sets its owner.
4061         * metadata.c (type_in_image): Handle owner-less generic containers
4062         correctly.
4063         
4064 2009-06-11  Zoltan Varga  <vargaz@gmail.com>
4066         * image.c (mono_image_close): Support debug_assembly_unload for
4067         dynamic images too.
4069 2009-06-11 Andrés G. Aragoneses  <aaragoneses@novell.com>
4071         * class.c: Fix some typos in comments.
4073 2009-06-11  Zoltan Varga  <vargaz@gmail.com>
4075         * reflection.c (add_custom_modifiers): Avoid reading invalid memory.
4077         * threads.c (mono_thread_execute_interruption): Avoid creating the
4078         abort exception object while holding the synch_cs lock.
4080 2009-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
4082         * metadata-verify.c: Verify basic cattr content.
4084 2009-06-10  Zoltan Varga  <vargaz@gmail.com>
4086         * reflection.c (add_exported_type): Don't set the FORWARDER flag on
4087         nested types.
4088         
4089         * reflection.c (mono_image_fill_export_table_from_type_forwarders): Add
4090         support for nested types. Fixes #511704.
4092 2009-06-09 Rodrigo Kumpera  <rkumpera@novell.com>
4094         * metadata-verify.c: Verify methodspec signatures.
4096 2009-06-09 Rodrigo Kumpera  <rkumpera@novell.com>
4098         * metadata-verify.c: Verify typespec signatures.
4100 2009-06-09  Zoltan Varga  <vargaz@gmail.com>
4102         * metadata.c (free_inflated_method): Call 
4103         mono_marshal_free_inflated_wrappers (), which was missed earlier.
4105 2009-06-08  Miguel de Icaza  <miguel@novell.com>
4107         * mono-config.c: Small change to report the PPC64/ILP32 model.
4109 2009-06-05 Rodrigo Kumpera  <rkumpera@novell.com>
4111         * metadata-verify.c (parse_type): Check szarray.
4113 2009-06-05 Rodrigo Kumpera  <rkumpera@novell.com>
4115         * metadata-verify.c (parse_type): Check fnptr.
4117 2009-06-05 Rodrigo Kumpera  <rkumpera@novell.com>
4119         * metadata-verify.c (parse_type): Check generic instances.
4121 2009-06-05 Rodrigo Kumpera  <rkumpera@novell.com>
4123         * metadata-verify.c (parse_type): Check array shape.
4125 2009-06-05  Robert Jordan  <robertj@gmx.net>
4127         * class.c (mono_class_create_from_typedef): Check only for
4128         mscorlib's System.Array.
4130 2009-06-04 Rodrigo Kumpera  <rkumpera@novell.com>
4132         * metadata-verify.c (parse_type): Check pointer, class/valuetype
4133         and generic params. 
4135         * metadata-verify.c (parse_field): Check the signature.
4137 2009-06-04 Rodrigo Kumpera  <rkumpera@novell.com>
4139         * metadata-verify.c: Implement locals signature check.
4141 2009-06-04  Marek Safar  <marek.safar@gmail.com>
4143         * domain.c: Add .NET 4.0 Beta 1 version.
4145 2009-06-04  Bill Holmes  <billholmes54@gmail.com>
4147         * cominterop.c (cominterop_ccw_queryinterface): Fix for bug 499566.
4148           For QueryInterface on CCWs consider the base class
4149           interfaces as well.
4151         Code is contributed under MIT/X11 license.
4153 2009-06-04  Zoltan Varga  <vargaz@gmail.com>
4155         * wrapper-types.h: Delete STATIC_RGCTX_INVOKE.
4157         * marshal.c (mono_marshal_ret_static_rgctx_invoke): Remove, no longer
4158         used.
4160         * icall.c (ves_icall_System_Delegate_CreateDelegate_internal): Avoid
4161         adding a static-rgctx invoke wrapper, it is done by the runtime trampolines.
4163         * generic-sharing.c (inflate_other_data): Ditto.
4164         
4165 2009-06-03 Rodrigo Kumpera  <rkumpera@novell.com>
4167         * metadata-verify.c: Implement property signature check.
4169 2009-06-04  Mark Probst  <mark.probst@gmail.com>
4171         * sgen-gc.h: Register saving support for PPC.
4173 2009-06-04  Mark Probst  <mark.probst@gmail.com>
4175         * sgen-gc.c: Fixed a pthread TLS screwup.
4177 2009-06-04  Mark Probst  <mark.probst@gmail.com>
4179         * sgen-gc.c: Do TLS using pthread API if __thread keyword is not
4180         supported.
4182 2009-06-04  Mark Probst  <mark.probst@gmail.com>
4184         * sgen-gc.c: Disable TLA and managed allocation if the __thread
4185         keyword is not supported.
4187 2009-06-04  Zoltan Varga  <vargaz@gmail.com>
4189         * marshal.c metadata.c: Applied patch from Ulrich Weigand 
4190         <uweigand@de.ibm.com>: Free the wrappers of inflated generic methods when
4191         the inflated method is freed. Fixes #508389.
4193         The code is contributed under the MIT/X11 license.
4194         
4195 2009-06-03  Zoltan Varga  <vargaz@gmail.com>
4197         * marshal.c (get_wrapper_target_class): New helper function.
4198         (mono_marshal_get_runtime_invoke): Place runtime-invoke wrappers into
4199         the <Module> class of the image. Fixes #509049.
4201 2009-06-01 Rodrigo Kumpera  <rkumpera@novell.com>
4203         * threads.c (ves_icall_System_Threading_Thread_Sleep_internal):
4204         Check if the thread was interrupted and proccess it straight away.
4205         Makes abortion much more responsive.
4207 2009-06-01 Rodrigo Kumpera  <rkumpera@novell.com>
4209         * threads.c (mono_thread_execute_interruption): Use atomic cas with
4210         MonoThread::interruption_requested to match it's counterpart.
4212         Fixes a hang in abort-stress-1 on a 2 core x86.
4214         * threads.c (ves_icall_System_Threading_Thread_GetAbortExceptionState):
4215         Fix warning.
4217 2009-06-01 Rodrigo Kumpera  <rkumpera@novell.com>
4219         Change MonoImage::name_cache to be protected by the image lock
4220         instead of the loader lock.
4222         * appdomain.c (deregister_reflection_info_roots): Protect access
4223         to name_cache.
4225         * class.c (mono_image_init_name_cache): Change from the loader lock
4226         to the image lock. Check if the cache wasn't already created.
4228         * class.c: Change from the loader to the image lock.
4230         * icall.c (ves_icall_System_Reflection_Assembly_GetNamespaces): Fix
4231         the code to hold the image lock while iterating over name_cache and
4232         not go into mono_array_new holding it.
4234         * metadata-internals.h: Add a comment about this change.
4236 2009-06-01 Rodrigo Kumpera  <rkumpera@novell.com>
4238         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType):
4239         Under the 2.0 profile raise the loader error.
4241         Fixes #508532.
4243 2009-06-01 Rodrigo Kumpera  <rkumpera@novell.com>
4245         * marshal.c (mono_marshal_get_runtime_invoke): Emit the right kind
4246         of ldind opcode for generic instances so we don't fail for direct wrappers.
4247         This only affect direct calls.
4249 2009-05-31  Zoltan Varga  <vargaz@gmail.com>
4251         * reflection.c (create_dynamic_mono_image): Fix warnings.
4253         * generic-sharing.c (other_info_equal): Ditto.
4254         
4255 2009-05-29 Rodrigo Kumpera  <rkumpera@novell.com>
4257         * metadata-verify.c: Implement field signature check.
4259 2009-05-29 Rodrigo Kumpera  <rkumpera@novell.com>
4261         * metadata-verify.c: Implement standalone signature check.
4263 2009-05-28 Rodrigo Kumpera  <rkumpera@novell.com>
4265         * metadata-verify.c: Implement methodref signature check.
4267 2009-05-28  Zoltan Varga  <vargaz@gmail.com>
4269         * object-internals.h (MonoRuntimeCallbacks): New structure containing
4270         callbacks supplied by the runtime.
4272         * object.c (mono_install_callbacks): New internal function to install
4273         the callbacks.
4275         * object.c (mono_create_ftnptr): Move the implementation of this to
4276         mini/.
4278         * object.c (mono_get_addr_from_ftnptr): Ditto.  
4280 2009-05-27 Rodrigo Kumpera  <rkumpera@novell.com>
4282         * metadata-verify.c (parse_return_type): Proper byref check.
4283         * metadata-verify.c (is_valid_method_signature): Check for zero arity
4284         generic signatures and method params.
4286 2009-05-27 Rodrigo Kumpera  <rkumpera@novell.com>
4288         * metadata-verify.c (decode_signature_header): Fix bounds check.
4290         * metadata-verify.c (parse_custom_mods): Check custom mods.
4292         * metadata-verify.c (parse_type): Do initial basic verification
4293         of valid values.
4294         
4295         * metadata-verify.c (is_valid_method_signature): Parse the generic
4296         param count.
4298 2009-05-26 Rodrigo Kumpera  <rkumpera@novell.com>
4300         * icall.c (ves_icall_Type_GetMethodsByName): Virtual methods should be
4301         discarded based on their most specific definition so we set the method_slots
4302         array before checking if the method is acceptable or not.
4304         Fixes #506757.
4306 2009-05-26  Mark Probst  <mark.probst@gmail.com>
4308         * icall.c: Free the old array when resizing a mono_ptr_array.
4310 2009-05-26  Mark Probst  <mark.probst@gmail.com>
4312         * reflection.c (create_dynamic_mono_image): Use mono_object_hash()
4313         for the hashes whose keys are managed objects.
4315 2009-05-26  Mark Probst  <mark.probst@gmail.com>
4317         * object-internals.h, threads.c: Set the execution context on
4318         thread start here, not in corlib.
4320         * appdomain.c: Bump corlib version.
4322 2009-05-27  Martin Baulig  <martin@ximian.com>
4324         * mono-debug.c (mono_debug_init): Use `MONO_DEBUG_FORMAT_DEBUGGER'
4325         if `_mono_debug_using_mono_debugger' is set to make things work
4326         properly when embedding Mono.
4328 2009-05-25 Rodrigo Kumpera  <rkumpera@novell.com>
4330         * class.c (mono_class_setup_fields): Don't mark simd types as having
4331         16 bytes alignment as the whole runtime doesn't support.
4333 2009-05-25 Rodrigo Kumpera  <rkumpera@novell.com>
4335         * metadata-verify.c (safe_read): Use endian safe read macros.
4337 2009-05-25  Zoltan Varga  <vargaz@gmail.com>
4339         * object.c (mono_create_ftnptr): Don't allocate from the code mempool since
4340         it is read-only when using full aot.
4342 2009-05-22 Rodrigo Kumpera  <rkumpera@novell.com>
4344         * metadata-verify.c (is_valid_method_signature): Verify parts
4345         of the return type. Provide an error message in case of failure.
4347 2009-05-22 Rodrigo Kumpera  <rkumpera@novell.com>
4349         * metadata-verify.c (is_valid_method_signature): Verify the call conv.
4351 2009-05-22 Rodrigo Kumpera  <rkumpera@novell.com>
4353         * metadata-verify.c: Include the size prefix in the bounds check.
4355 2009-05-22  Miguel de Icaza  <miguel@novell.com>
4357         * icall.c: Remove warnings.
4359         * mono-config.c: Allow for CONFIG_CPU to be set in config.h and
4360         prevent auto-detection based on GCC defines.
4362         Add PS3
4364         * metadata-verify.c: Do not include signal.h
4366         * generic-sharing.c, marshal.c: Add returns to avoid some warning
4367         messages.  Not sure why the g_assert_not_reached is not enough to
4368         quiet the compiler.
4369         
4371         * appdomain.c: Remove code that is not used when
4372         DISABLE_SHADOW_COPY is set.
4374         * image.c: use g_getenv
4376 2009-05-21  Miguel de Icaza  <miguel@novell.com>
4378         * reflection.c: Remove code that it not used with
4379         DISABLE_REFLECTION_EMIT is defined.
4381 2009-05-21  Zoltan Varga  <vargaz@gmail.com>
4383         * marshal.c (mono_marshal_get_runtime_invoke): Share more runtime
4384         invoke wrappers.
4386 2009-05-20  Miguel de Icaza  <miguel@novell.com>
4388         * socket-io.c
4389         (ves_icall_System_Net_Sockets_Socket_Available_internal): Remove
4390         the ifdef here and instead put that on io-layer
4392 2009-05-19 Rodrigo Kumpera  <rkumpera@novell.com>
4394         * metadata-verify.c: Verify the generic param constraint table.
4396 2009-05-19 Rodrigo Kumpera  <rkumpera@novell.com>
4398         * metadata-verify.c (verify_generic_param_table): Fix
4399         thinko on the valid flags bits for generic params.
4401 2009-05-19 Rodrigo Kumpera  <rkumpera@novell.com>
4403         * metadata-verify.c: Verify the methodspec table.
4405 2009-05-19 Rodrigo Kumpera  <rkumpera@novell.com>
4407         * metadata-verify.c: Verify the generic param table.
4409 2009-05-19  Mark Probst  <mark.probst@gmail.com>
4411         * sgen-gc.c: Store and use the count with REMSET_VTYPE.
4413 2009-05-19  Mark Probst  <mark.probst@gmail.com>
4415         * sgen-gc.c: Use generation enum more consistently and use the
4416         correct generation in mono_gc_register_for_finalization().
4418 2009-05-18 Rodrigo Kumpera  <rkumpera@novell.com>
4420         * metadata-verify.c: Verify the nested class table.
4422 2009-05-18 Rodrigo Kumpera  <rkumpera@novell.com>
4424         * metadata-verify.c: Verify the manifest resource table.
4426 2009-05-17  Zoltan Varga  <vargaz@gmail.com>
4428         * debug-helpers.c (dis_one): Add little-endian support for ldstr.
4430 2009-05-16  Zoltan Varga  <vargaz@gmail.com>
4432         * class.c (mono_class_get_vtable_entry): Avoid adding static-rgctx
4433         wrappers, this is now done in the JIT.
4434         
4435         * class.c (mono_set_generic_sharing_supported): New internal function.
4436         (mono_class_generic_sharing_enabled): Move the #ifdef stuff to the JIT.
4438 2009-05-15 Rodrigo Kumpera  <rkumpera@novell.com>
4440         * metadata-verify.c: Verify the exported type table.
4442 2009-05-15 Rodrigo Kumpera  <rkumpera@novell.com>
4444         * pedump.c (main): Fake an assembly for netmodules to make the verifier happy.
4446 2009-05-15 Rodrigo Kumpera  <rkumpera@novell.com>
4448         * metadata-verify.c: Verify the file table.
4450 2009-05-15 Rodrigo Kumpera  <rkumpera@novell.com>
4452         * metadata-verify.c (verify_assembly_table): Fix an error message.
4454         * metadata-verify.c: Verify the assemblyref table.
4456 2009-05-15 Rodrigo Kumpera  <rkumpera@novell.com>
4458         * metadata-verify.c (verify_assembly_table): Fix the valid
4459         bits mask for flags.
4461 2009-05-15  Zoltan Varga  <vargaz@gmail.com>
4463         * debug-helpers.c (mono_method_full_name): Print generic parameters of
4464         generic methods as well.
4466 2009-05-15  Geoff Norton  <gnorton@novell.com>
4468         * gc.c: MachO/Darwin supports and uses semaphores fine for this 
4469         use-case and is significantly more performant than the wapi layer.
4471 2009-05-13 Rodrigo Kumpera  <rkumpera@novell.com>
4473         * metadata-verify.c: Verify the assembly table.
4475 2009-05-13 Rodrigo Kumpera  <rkumpera@novell.com>
4477         * metadata-verify.c: Fix rows limit check.
4479 2009-05-13 Rodrigo Kumpera  <rkumpera@novell.com>
4481         * metadata-verify.c: Verify the fieldrva table.
4483 2009-05-13  Mark Probst  <mark.probst@gmail.com>
4485         * sgen.c: Speed up weak links and finalizers by grouping them by
4486         generation.
4488 2009-05-13  Mark Probst  <mark.probst@gmail.com>
4490         * marshal.c (delegate_hash_table_add): When overwriting an entry,
4491         free the old GCHandle (only applies to SGen).
4493 2009-05-13  Zoltan Varga  <vargaz@gmail.com>
4495         * loader.c (mono_get_method_from_token): Avoid the expensive call to
4496         mono_metadata_load_generic_params () for non-generic methods.
4498 2009-05-12  Mark Probst  <mark.probst@gmail.com>
4500         * monitor.c, monitor.h (mono_monitor_get_object_monitor_weak_link):
4501         New function for returning a monitor's weak link if it has one.
4503         * sgen-gc.c: Remove an object's monitor's weak link (if it has
4504         one) when clearing a domain.  These can still be around because
4505         the object might not have been collected.
4507 2009-05-12  Zoltan Varga  <vargaz@gmail.com>
4509         * gc.c: Fix a warning.
4511 2009-05-12  Kornél Pál  <kornelpal@gmail.com>
4513         * gc.c (mono_gc_init): Set gc_thread on creation. This avoids the
4514         prevous wait that resulted in a deadlock on Windows when initializing
4515         the runtime form DllMain. Also results in improved startup time.
4516         (finalizer_thread): Get rid of thread_started_event.
4517         * threads.c, threads-types.h (mono_thread_create_internal): Return the
4518         resulting MonoThread.
4520         Contributed under MIT/X11 license.
4522 2009-05-11 Rodrigo Kumpera  <rkumpera@novell.com>
4524         * metadata-verify.c: Verify the implmap table.
4525         Don't require that #US and #Strings be present.
4527 2009-05-11  Sebastien Pouliot  <sebastien@ximian.com>
4529         * security-core-clr.c: Delegate checks are done at creation time,
4530         not a invocation time. Fix exception for Telerik Silverlight demo
4532 2009-05-11  Mark Probst  <mark.probst@gmail.com>
4534         * sgen-gc.c (need_remove_object_for_domain): Remove the special
4535         case for the Thread class.
4537         * threads.c: Do clean-up of abort exception/state in
4538         thread_cleanup() instead of Thread.free_internal().  Also clean up
4539         current_appcontext.  The reason we have to do that is because
4540         those references might point into another domain and if that
4541         domain is unloaded before the thread is finalized, they point to
4542         invalid data.
4544 2009-05-10  Andreas Faerber  <andreas.faerber@web.de>
4546         * null-gc.c (mono_gc_weak_link_add, mono_gc_clear_domain): Fix
4547         stub signatures.
4548         
4549         Contributed unter MIT/X11 license.
4551 2009-05-09  Miguel de Icaza  <miguel@novell.com>
4553         * verify.c, metadata-verifier.c: Add support for disabling the
4554         verifier in some builds.
4556         [ Sorry, my previous commit accidentally commited some work in
4557         progress ]
4559 2009-05-08  Zoltan Varga  <vargaz@gmail.com>
4561         * class.c (mono_class_setup_fields): Set class->field.first for
4562         generic instances.
4564 2009-05-07 Rodrigo Kumpera  <rkumpera@novell.com>
4566         * metadata-verify.c: Verify the typespec table.
4568 2009-05-07 Rodrigo Kumpera  <rkumpera@novell.com>
4570         * metadata-verify.c: Verify the module table.
4572 2009-05-06 Rodrigo Kumpera  <rkumpera@novell.com>
4574         * metadata-verify.c: Verify the methodimpl table.
4576 2009-05-06 Rodrigo Kumpera  <rkumpera@novell.com>
4578         * metadata-verify.c: Verify the property table.
4580 2009-05-06  Zoltan Varga  <vargaz@gmail.com>
4582         * debug-helpers.c (mono_method_desc_match): Add support for generic
4583         glob patterns.
4585 2009-05-05 Rodrigo Kumpera  <rkumpera@novell.com>
4587         * metadata-verify.c: Verify the propertymap table.
4589 2009-05-04 Rodrigo Kumpera  <rkumpera@novell.com>
4591         * metadata-verify.c: Verify the event table.
4593         * metadata-verify.c (search_sorted_table): Fix offset
4594         calculation.
4596 2009-05-02  Zoltan Varga  <vargaz@gmail.com>
4598         * domain-internals.h (struct _MonoJitInfo): Add a 'from_llvm' flag.
4600 2009-05-01  Mark Probst  <mark.probst@gmail.com>
4602         * gc.c (mono_gc_run_finalize): Don't set the domain too late,
4603         because mono_delegate_free_ftnptr() needs it.
4605 2009-04-30 Rodrigo Kumpera  <rkumpera@novell.com>
4607         * metadata-verify.c: Verify the eventmap table.
4609 2009-04-30 Rodrigo Kumpera  <rkumpera@novell.com>
4611         * metadata-verify.c: Verify the standalonesig table.
4613 2009-04-30 Rodrigo Kumpera  <rkumpera@novell.com>
4615         * metadata-verify.c: Verify the field layout table.
4617 2009-04-30 Rodrigo Kumpera  <rkumpera@novell.com>
4619         * class.c (mono_type_get_name_recurse): Don't crash
4620         for ownerless generic params.
4622         * debug-helpers.c (mono_type_get_desc): Correct the format
4623         for ownerless generic params.
4625 2009-04-30 Rodrigo Kumpera  <rkumpera@novell.com>
4627         * metadata-verify.c: Verify the class layout table.
4629 2009-04-30 Rodrigo Kumpera  <rkumpera@novell.com>
4631         * metadata-verify.c: Verify the decl security table.
4633 2009-04-30  Mark Probst  <mark.probst@gmail.com>
4635         * domain.c (mono_domain_set_internal_with_options): Don't do
4636         anything if the old domain is the same as the old one.  Fixes
4637         #499326.
4639 2009-04-30  Mark Probst  <mark.probst@gmail.com>
4641         * appdomain.c: Deregister the reflection_info roots when unloading
4642         a domain.
4644         * sgen-gc.c, domain.c, gc-internal.h: mono_gc_clear_domain() nulls
4645         memory allocated by a domain and frees its disappearing links.
4647         * boehm-gc.c, null-gc.c: Empty implementation of
4648         mono_gc_clear_domain().
4650 2009-04-30  Mark Probst  <mark.probst@gmail.com>
4652         * appdomain.c (clear_cached_vtable): Free the static fields memory
4653         block.
4655 2009-04-30  Mark Probst  <mark.probst@gmail.com>
4657         * gc.c: Set the correct domain when invoking finalizers.
4659         * appdomain.c: Set the correct domain when creating threads.
4661 2009-04-30  Mark Probst  <mark.probst@gmail.com>
4663         * sgen-gc.c: Fix skip size for vectors.
4665 2009-05-03  Martin Baulig  <martin@ximian.com>
4667         * mono-debug-debugger.c
4668         (mono_debugger_check_breakpoints): Check class init handlers even
4669         if we don't have any method load handers.
4671 2009-04-30  Zoltan Varga  <vargaz@gmail.com>
4673         * appdomain.c (ves_icall_System_AppDomain_GetAssemblies): Avoid 
4674         returning refonly assemblies if refonly is FALSE. Fixes #499013.
4676 2009-04-29 Rodrigo Kumpera  <rkumpera@novell.com>
4678         * metadata-verify.c: Verify the field marshal table.
4680 2009-04-29 Rodrigo Kumpera  <rkumpera@novell.com>
4682         * metadata-verify.c: Verify the custom attribute table.
4684 2009-04-28 Rodrigo Kumpera  <rkumpera@novell.com>
4686         * metadata-verify.c: Verify the constant table.
4688 2009-04-28 Rodrigo Kumpera  <rkumpera@novell.com>
4690         * metadata-verify.c: Verify the memberef table.
4692 2009-04-28 Rodrigo Kumpera  <rkumpera@novell.com>
4694         * metadata-verify.c (get_coded_index_token): Remove
4695         dead argument.
4697 2009-04-28 Rodrigo Kumpera  <rkumpera@novell.com>
4699         * metadata-verify.c: Verify the interfaceimpl table.
4701 2009-04-28 Rodrigo Kumpera  <rkumpera@novell.com>
4703         * verify.c: Improve error message.
4705         * debug-helpers.c (mono_type_get_desc): Harden the code that
4706         deals with VAR and MVAR.
4708 2009-04-28  Zoltan Varga  <vargaz@gmail.com>
4710         * image.c (mono_image_fixup_vtable): Avoid casting an lvalue. Fixes 
4711         part of #498692.
4713 2009-04-23 Tom Hindle <tom_hindle@sil.org>
4715         * cominterop.c (ves_icall_System_Runtime_InteropServices_Marshal_ReleaseComObjectInternal):
4716         changed to match .Net behaviour of not aborting on additional calls to ReleaseComObject.
4718 2009-04-28  Sebastien Pouliot  <sebastien@ximian.com>
4720         * security-core-clr.c: Avoid redundant checks for platform code, 
4721         e.g. check for method and for class (very common) and check
4722         for class and outer class (less common)...
4724 2009-04-27  Zoltan Varga  <vargaz@gmail.com>
4726         * reflection.c: Avoid returning random cattrs for synthetic methods.
4727         Fixes #498545.
4729 2009-04-27 Gonzalo Paniagua Javier <gonzalo@novell.com>
4731         * assembly.c: assemblies in the GAC should never be shadow-copied.
4733 2009-04-26  Mark Probst  <mark.probst@gmail.com>
4735         * domain.c, domain-internals.h: Disable
4736         track_resurrection_{objects,handles}_hash in MonoDomain if using
4737         SGen.
4739 2009-04-24 Rodrigo Kumpera  <rkumpera@novell.com>
4741         * metadata-verify.c: Verify the param table.
4743 2009-04-24 Rodrigo Kumpera  <rkumpera@novell.com>
4745         * metadata-verify.c (verify_typedef_table): Range check FieldList and
4746         MethodList.
4748         * metadata-verify.c (verify_method_table): Proper check the ParamList
4749         field.
4751 2009-04-24 Rodrigo Kumpera  <rkumpera@novell.com>
4753         * metadata-verify.c (verify_method_table): Check for runtime
4754         implemented functions such as delegate .ctors. Remove spurious
4755         printf.
4756         
4757 2009-04-24 Rodrigo Kumpera  <rkumpera@novell.com>
4759         * pedump.c: Proper initialize the runtime forcing the 2.0 profile.
4761 2009-04-24  Raja R Harinath  <harinath@hurrynot.org>
4763         Don't allocate MonoGenericInfo for ownerless generic params.
4764         * class-internals.h (MonoGenericParam::info): Move field to ...
4765         (MonoGenericParamFull): ... this.  New struct.
4766         (MonoGenericContainer::type_params): Change type to
4767         MonoGenericParamFull.
4768         (MonoGenericParam, MonoGenericContainer): Update accessors.
4769         * metadata.c (mono_metadata_parse_generic_param): Don't initialize
4770         'info' field for ownerless generic param.
4771         (mono_metadata_load_generic_params): Update to changes.
4772         * reflection.c (mono_reflection_create_generic_class): Likewise.
4773         (reflection_methodbuilder_to_mono_method): Likewise.
4774         (mono_reflection_initialize_generic_parameter): Likewise.
4776 2009-04-24  Raja R Harinath  <harinath@hurrynot.org>
4778         Don't use MonoGenericParamInfo for ownerless generic params.
4779         * class.c (get_anon_gparam_class, set_anon_gparam_class): New.  Don't
4780         use ParamInfo class at all.
4781         (mono_class_from_generic_parameter): Use them.
4782         (make_generic_param_class): Fix a couple of instances where 'pinfo
4783         == NULL' wasn't handle.
4785 2009-04-24  Raja R Harinath  <harinath@hurrynot.org>
4787         * class.c (make_generic_param_class): Carve out of ...
4788         (mono_class_from_generic_parameter): ... here.
4790 2009-04-24  Raja R Harinath  <harinath@hurrynot.org>
4792         Simplify mono_class_from_generic_parameter
4793         * class-internals.h (MonoGenericParamInfo::token): New field.
4794         * metadata.c (mono_metadata_load_generic_params): Initialize it
4795         from metadata.
4796         * class.c (mono_class_from_generic_parameter): Use it instead of
4797         searching through metadata.
4799 2009-04-23 Rodrigo Kumpera  <rkumpera@novell.com>
4801         * metadata-verify.c: Add verification of the method table.
4803 2009-04-23 Rodrigo Kumpera  <rkumpera@novell.com>
4805         * icall.c (ves_icall_Type_GetMethodsByName): Fix memleak for the
4806         Delegate::Invoke optimization.
4808 2009-04-23 Rodrigo Kumpera  <rkumpera@novell.com>
4810         * appdomain.c (mono_domain_create_appdomain_internal): Free the
4811         string returned by get_shadow_assembly_location_base.
4813         * appdomain.c (get_shadow_assembly_location_base): Add a comment
4814         about caller's ownership.
4816 2009-04-23 Rodrigo Kumpera  <rkumpera@novell.com>
4818         * reflection.c: Add mono_reflection_cleanup_domain to cleanup
4819         reflection memory on domain unload.
4821         * domain.c (mono_domain_free): Don't free refobject_hash, let the
4822         reflection cleanup code do it.
4824         * domain-internals.h: Add mono_reflection_cleanup_domain.
4826         This fixes a memory leak for managed mirrors of reflection objects
4827         on domain unload. 
4829 2009-04-22 Rodrigo Kumpera  <rkumpera@novell.com>
4831         * metadata-verify.c: Implement more verification of the field table.
4833 2009-04-22 Rodrigo Kumpera  <rkumpera@novell.com>
4835         * pedump.c (main): Init mono with mscorlib so it defaults to 2.0 and
4836         doesn't try to parse the input assembly, which can be broken.
4838 2009-04-23  Mark Probst  <mark.probst@gmail.com>
4840         * boehm-gc.c, gc-internal.h, gc.c, monitor.c, null-gc.c,
4841         sgen-gc.c: Implement track resurrection in weak GC handles in SGen
4842         by using the lowest bit in the link to store whether the link is
4843         tracked.  Move the track_resurrection hashes into boehm-gc.c.
4845 2009-04-22  Miguel de Icaza  <miguel@novell.com>
4847         * Makefile.am: Split the console support in platform specific code
4848         and put together a framework for making this easy in the future so
4849         that we can start splitting code instead of having a mess of PLATFORM_WIN32
4851 2009-04-21 Rodrigo Kumpera  <rkumpera@novell.com>
4853         * pedump.c: Fix a warning.
4855 2009-04-21 Rodrigo Kumpera  <rkumpera@novell.com>
4857         * verify.c (mono_delegate_type_equal): Compare valuetypes using
4858         mono_class_from_mono_type to avoid bad interactions with the dual representation
4859         of the generic type definition.
4861 2009-04-21 Rodrigo Kumpera  <rkumpera@novell.com>
4863         * verify.c (do_invoke_method): Use mono_class_from_mono_type to
4864         get the MonoClass for the call context type as it might be a generic
4865         instance.
4867         Fixes #491483.
4869 2009-04-21  Mark Probst  <mark.probst@gmail.com>
4871         * object-internals.h: The Thread object has no execution_context
4872         member anymore.
4874         * threads.c, threadpool.c, threads-types.h: Accessor functions for
4875         the execution context.
4877         * appdomain.c: Bump corlib version.
4879 2009-04-20 Rodrigo Kumpera  <rkumpera@novell.com>
4881         * verify.c (do_newobj): Improve error message.
4883 2009-04-20 Rodrigo Kumpera  <rkumpera@novell.com>
4885         * verify.c (verify_clause_relationship): Only mask as an error if the exception clause
4886         is nested in the filter block.
4888         * verify.c (verify_clause_relationship): The disjoint check must verify if the exception
4889         block is not fully nested.
4891         Fixes #495656.
4893 2009-04-20 Rodrigo Kumpera  <rkumpera@novell.com>
4895         * verify.c (verify_type_compatibility_full): Compare MonoClass and
4896         not MonoType to check for equality of valuetypes as the generic type
4897         definition allows for two different encodings: the generic type definition
4898         class or a generic instance over the GTD arguments.
4900         Fixes #496175.
4902 2009-04-20 Rodrigo Kumpera  <rkumpera@novell.com>
4904         * verify.c (dump_stack_value): Fix compilation with extra debug turned on.
4906         * verify.c (do_initobj): Improve error message.
4908 2009-04-20 Rodrigo Kumpera  <rkumpera@novell.com>
4910         * metadata-verify.c: Enable pe verification as the issue with #496453
4911         is that the authenticode data directory have a different unspecified
4912         format. Ignore it for now.
4914         * pedump.c: Run the metadata verifier together with the IL verifier.
4916         Fixes ##496453.
4918 2009-04-20  Rolf Bjarne Kvinge  <RKvinge@novell.com>
4920         * metadata-verify.c: Temporarily disable pe verification due to #496453.
4922 2009-04-17 Rodrigo Kumpera  <rkumpera@novell.com>
4924         * class.c (can_access_type): Check visibility against
4925         the element type for pointers and arrays.
4927         Fixes #496150.
4929 2009-04-17 Rodrigo Kumpera  <rkumpera@novell.com>
4931         * metadata-verify.c: Fix cli and table verification to use information
4932         from the MonoImage. A lot of duplicated code got killed.
4934 2009-04-17 Rodrigo Kumpera  <rkumpera@novell.com>
4937         This patch starts to integrate the metadata verifier with the runtime code.
4939         This patch causes major regression in functionality for the metadata verifier
4940         as cli and table verification are disabled since they require to be ported to
4941         use MonoImage information.
4943         * image.c (do_mono_image_load): Split the code in this function
4944         into mono_image_load_pe_data and mono_image_load_cli_data.
4945         Add     care_about_pecoff parameter to not load pecoff data.
4946         Call into the metadata verifier for pecoff and cli verification.
4948         * image.c (mono_image_open_raw): New function that doesn't perform
4949         any parsing of the image contents.
4950         
4951         The reason for the 3 new functions is to give pedump better control
4952         into the interaction with the verifier.
4954         * metadata-internals.h: Add new functions from image.c as part of the
4955         internal mono API.
4957         * metadata-verify.c: Split mono_image_verify into mono_verifier_verify_pe_data,
4958         mono_verifier_verify_cli_data and mono_verifier_verify_table_data. Prepare
4959         to make those functions work together with the runtime.
4961         * verify.c: Add mono_verifier_is_enabled_for_image function that returns
4962         true if the image needs to be verified.
4964         * verify-internals.h: Export new functions from metadata-verify.c and verify.c.
4966         * pedump.c: Use new metadata verifier API.
4968 2009-04-19  Zoltan Varga  <vargaz@gmail.com>
4970         * object.c (mono_install_vtable_trampoline): Make this receive a
4971         trampoline creation function instead of trampoline, allowing the JIT
4972         to use a different trampoline for each vtable.
4974 2009-04-18  Mark Probst  <mark.probst@gmail.com>
4976         * object.c (mono_raise_exception): Don't reset the thread abort
4977         exception state here.
4979 2009-04-18  Mark Probst  <mark.probst@gmail.com>
4981         * icall-def.h: New icall for getting the thread abort exception
4982         state for a thread.
4984         * object.c, thread.c, object-internals.h: A thread's abort
4985         exception state is now a GC handle.  To get the object it stands
4986         for, we must move it into the current app domain, if it's
4987         different than the one where it originated from.
4989         * appdomain.c: Bump corlib version.
4991         * domain.c, domain-internals.h: New function for setting the
4992         domain and migrate the thread abort exception or not.
4994 2009-04-16 Rodrigo Kumpera  <rkumpera@novell.com>
4996         * metadata-verify.c: Add initial verification of the
4997         field table.
4999 2009-04-16 Rodrigo Kumpera  <rkumpera@novell.com>
5001         * metadata-verify.c: Add a macro to conditionally enable
5002         dumping of verification information. Add  make_coded_token
5003         and search_sorted_table to enable search sorted tables
5004         by a given coded token.
5006 2009-04-16 Rodrigo Kumpera  <rkumpera@novell.com>
5008         * metadata-verify.c: Add array mapping from table index
5009         to description offset. Add get_col_offset and get_col_size
5010         functions.
5012 2009-04-16 Rodrigo Kumpera  <rkumpera@novell.com>
5014         * metadata-verify.c: Add remaining table descriptions offsets.
5015         Add remaining coded index descriptions.
5017 2009-04-16 Rodrigo Kumpera  <rkumpera@novell.com>
5019         * metadata-verify.c: Fixed constant table description.
5020         Fixed calculation of HasCustomAttribute coded index size.
5021         Fixed calculation of size for many table indexes. 
5023 2009-04-16 Rodrigo Kumpera  <rkumpera@novell.com>
5025         * pedump.c (dump_metadata): Dump table offset instead
5026         of useless pointer in memory.
5028 2009-04-16 Rodrigo Kumpera  <rkumpera@novell.com>
5030         * metadata-verify.c (verify_typedef_table): Add tests for MethodList.
5032 2009-04-15 Rodrigo Kumpera  <rkumpera@novell.com>
5034         * metadata-verify.c (verify_typedef_table): Add tests for FieldList and
5035         a missing of for interface types.
5037 2009-04-15 Rodrigo Kumpera  <rkumpera@novell.com>
5039         * metadata-verify.c (verify_pe_optional_header): Add comment of why
5040         the code is commented.
5042         * metadata-verify.c (verify_resources_table): Remove spurious printf
5043         and don't fail if there are unmanaged resources. Gmcs generates a useless
5044         one     for all assemblies - I bet it's some MS compatibility junk.
5046 2009-04-15 Rodrigo Kumpera  <rkumpera@novell.com>
5048         * metadata-verify.c (verify_typedef_table): Verify the extends field.
5050         * metadata-verify.c (mono_image_verify): Add a is_corlib.
5052         * verify-internals.h: Same.
5054         * pedump.c: Fix for mono_image_verify new signature.
5056 2009-04-15 Rodrigo Kumpera  <rkumpera@novell.com>
5058         * metadata-verify.c (verify_typedef_table): Verify for some invalid
5059         flags combinations.
5061 2009-04-15 Rodrigo Kumpera  <rkumpera@novell.com>
5063         * metadata-verify.c (verify_module_table): Ignore the generation field.
5065 2009-04-15  Martin Baulig  <martin@ximian.com>
5067         * debug-mono-symfile.c
5068         (mono_debug_symfile_lookup_location): Don't print a warning for
5069         unknown extended opcodes if they're within 0x40 and 0x7f.
5071 2009-04-15  Zoltan Varga  <vargaz@gmail.com>
5073         * marshal.c (mono_marshal_get_runtime_invoke_sig): Don't share runtime
5074         invoke signatures returning an enum. Fixes #494847.
5076 2009-04-14 Rodrigo Kumpera  <rkumpera@novell.com>
5078         * metadata-verify.c: Initial code to verify the typedef table.
5080 2009-04-14 Rodrigo Kumpera  <rkumpera@novell.com>
5082         * verify.c (mono_method_verify): Don't fail if an unconditional branch
5083         with non empty stack happens before the beginning of a try block.
5085         Fixes #494812.
5087 2009-04-14 Rodrigo Kumpera  <rkumpera@novell.com>
5089         * metadata-verify.c: Verify typename and typenamespace fields of
5090         the typeref table.
5092 2009-04-13 Rodrigo Kumpera  <rkumpera@novell.com>
5094         * metadata-verify.c: Initial code to verify the typeref table.
5096 2009-04-13 Rodrigo Kumpera  <rkumpera@novell.com>
5098         * verify.c (verify_delegate_compatibility): Fix error message.
5100 2009-04-14  Sebastien Pouliot  <sebastien@ximian.com>
5102         * security-core-clr.c: Fix typo
5104 2009-04-14  Zoltan Varga  <vargaz@gmail.com>
5106         * marshal.c (delegate_hash_table_add): Make delegate_target_locations 
5107         a MonoGHashTable to keep its values alive.
5108         (emit_marshal_boolean): Fix a warning.
5110 2009-04-13 Gonzalo Paniagua Javier <gonzalo@novell.com>
5112         * socket-io.c: don't return IPv4/IPv6 addresses if the machine does
5113         not have any interface configured for IPv4/IPv6.
5115 2009-04-13 Gonzalo Paniagua Javier <gonzalo@novell.com>
5117         * assembly.c: fix typo in error message.
5119 2009-04-14  Zoltan Varga  <vargaz@gmail.com>
5121         * marshal.c (mono_delegate_to_ftnptr): Use mono_gc_alloc_fixed () for
5122         allocating the location holding the this argument to prevent
5123         'too many root sets' errors.
5125         * object.c (mono_class_create_runtime_vtable): Set field->offset to -1
5126         to mark fields as special static.
5127         (mono_field_static_get_value): Handle special static fields.
5128         (mono_field_static_set_value): Ditto.
5130         * class-internals.h (struct _MonoClassField): Document this.
5132 2009-04-13  Bill Holmes  <billholmes54@gmail.com>
5134         * cominterop.c (mono_cominterop_emit_marshal_com_interface): Assigning
5135           the argument a value of null for the MARSHAL_ACTION_MANAGED_CONV_OUT
5136           case.  This will handle when managed code returns null to native code.
5138         Code is contributed under MIT/X11 license.
5140 2009-04-13  Bill Holmes  <billholmes54@gmail.com>
5142         * object.c (build_imt_slots): Changing a free to a g_free to match
5143           the g_malloc0 in add_imt_builder_entry that allocated this memory.
5145         Code is contributed under MIT/X11 license.
5147 2009-04-13  Bill Holmes  <billholmes54@gmail.com>
5149         * marshal.c (emit_marshal_boolean): Adding code to ensure that
5150           the correct TRUE value is passed through the marshaling layer.
5152         Code is contributed under MIT/X11 license.
5154 2009-04-13  Zoltan Varga  <vargaz@gmail.com>
5156         * marshal.c (mono_marshal_emit_managed_wrapper): Handle closed delegates
5157         correctly. Fixes #492330.
5158         
5159         * marshal.c: Fix the embedding of object pointers into JITted code in
5160         the native-to-managed wrappers by allocating some GC tracked memory, and
5161         embedding the address of that.
5163 2009-04-11  Zoltan Varga  <vargaz@gmail.com>
5165         * object.c (mono_class_create_runtime_vtable): Avoid putting MonoMethod
5166         pointers into the vtable.
5168 2009-04-09 Rodrigo Kumpera  <rkumpera@novell.com>
5170         * verify.c (mono_delegate_type_equal): Proper check MONO_TYPE_CLASS.
5172         * verify.c (verify_ldftn_delegate): Improve error message.
5174 2009-04-09  Raja R Harinath  <harinath@hurrynot.org>
5176         * reflection.c (my_mono_class_from_mono_type): Remove.
5178 2009-04-09  Raja R Harinath  <harinath@hurrynot.org>
5180         Prepare to reduce memory usage of owner-less generic parameters (1/n)
5181         * class-internals.h (MonoGenericParam): Carve out pklass, name, flags
5182         and constraints fields into ...
5183         (MonoGenericParamInfo): ... this.
5184         (mono_generic_param_info, mono_generic_container_get_param_info):
5185         New accessors.
5186         * class.c, debug-helpers.c, icall.c: Update to changes.
5187         * metadata.c, reflection.c, verify.c: Likewise.
5189 2009-04-09  Zoltan Varga  <vargaz@gmail.com>
5191         * debug-helpers.c (dis_one): Fix decoding of strings in dynamic images.
5193         * marshal.c (get_runtime_invoke_type): Share enums with their base types.
5194         
5195         * marshal.c (get_runtime_invoke_type): Share pointers with ints and
5196         booleans with sbytes.
5198 2009-04-08 Rodrigo Kumpera  <rkumpera@novell.com>
5200         * class.c (can_access_instantiation): Verify accesibility of element types
5201         for arrays and pointers.
5203         * class.c (can_access_type): Return true if the target class is VAR or MVAR.
5205         * class.c (mono_method_can_access_method_full): Fix typos in the documentation.
5207         Fixes #493068.
5209 2009-04-08 Rodrigo Kumpera  <rkumpera@novell.com>
5211         * verify.c (do_invoke_method): Improve error messages.
5213 2009-04-08  Bill Holmes  <billholmes54@gmail.com>
5215         * verify.c:  Fixing the MSVC build.
5217         Code is contributed under MIT/X11 license.
5219 2009-04-08  Sebastien Pouliot  <sebastien@ximian.com>
5221         * security-core-clr.c: Simplify get_reflection_caller not to call
5222         mono_method_get_last_managed (another stack walk) and adjust the
5223         callers to handle a (should not happen) NULL return value.
5225 2009-04-08  Raja R Harinath  <harinath@hurrynot.org>
5227         Add accessors to some MonoGenericParam fields
5228         * class-internals.h (mono_generic_param_owner): New accessor.
5229         (mono_generic_param_num): Likewise.
5230         (mono_type_get_generic_param_owner): New helper.
5231         (mono_type_get_generic_param_num): New helper.
5232         * class.c, icall.c, metadata.c, reflection.c, verify.c: Use them.
5234 2009-04-08  Raja R Harinath  <harinath@hurrynot.org>
5236         * class-internals.h (mono_generic_container_get_param): New wrapper.
5237         * class.c, icall.c, metadata.c, verify.c: Use it.
5239 2009-04-08  Raja R Harinath  <harinath@hurrynot.org>
5241         Fix gtest-252.cs
5242         * verify.c (mono_type_is_valid_type_in_context): Rewrite to use
5243         the standard case/loop.  In particular, don't complain about
5244         references to generic type definitions.
5246 2009-04-07  Zoltan Varga  <vargaz@gmail.com>
5248         * debug-helpers.c (dis_one): Decode string arguments.
5250 2009-04-07 Rodrigo Kumpera  <rkumpera@novell.com>
5252         * pedump.c (dump_verify_info): Dump type name correctly.
5254 2009-04-07 Rodrigo Kumpera  <rkumpera@novell.com>
5256         * verify.c (mono_method_verify): Don't init code slots for exception boundaries if they
5257         are larger than code size.
5259         This can happen in valid code if the try/catch block is not followed by any instruction
5260         and do a backward branch on the leave instruction.
5262         Fixes #492494.
5264 2009-04-06  Sebastien Pouliot  <sebastien@ximian.com>
5266         * security-core-clr.c: Fix typo while comparing second method names
5267         in can_avoid_corlib_reflection_delegate_optimization
5269 2009-04-06 Rodrigo Kumpera  <rkumpera@novell.com>
5271         * verify.c (do_throw): Don't allow an unboxed generic param ar argument.
5273         Fixes #487738.
5275 2009-04-06 Rodrigo Kumpera  <rkumpera@novell.com>
5277         * metadata.c (do_mono_metadata_parse_type): Fail if we are decoding
5278         a MVAR using a class context.
5280         Fixes #490335.
5282 2009-04-06  Zoltan Varga  <vargaz@gmail.com>
5284         * object.c (mono_class_compute_gc_descriptor): Make this non-static.
5286         * domain-internals.h (struct _MonoJitInfo): Add a 'gc_info' field.
5288         * gc-internal.h (MonoGCCallbacks): New stucture containing the callback
5289         functions supplied by the JIT for the SGEN GC.
5291         * sgen-gc.c: Call the callbacks supplied by the JIT to do stack marking.
5292         
5293 2009-04-06  Massimiliano Mantione  <massi@ximian.com>
5295         monitor.c (mono_monitor_try_enter_internal):
5296         Added calls to profile monitor contentions.
5297         Also duplicated a small piece of code (the "get the monitor" logic)
5298         from the fast path to the slow path, and changed the relevant goto
5299         statements, so that monitor acquisition events can be emitted from the
5300         slow path (this is by Paolo Molaro).
5302 2009-04-06  Massimiliano Mantione  <massi@ximian.com>
5304         * profiler.c, profiler.h, profiler-private.h:
5305         Added support for profiling monitor contentions.
5307 2009-04-03 Rodrigo Kumpera  <rkumpera@novell.com>
5309         * metadata-verify.c: Verify the modules table.
5311 2009-04-02 Rodrigo Kumpera  <rkumpera@novell.com>
5313         * verify.c (mono_generic_param_is_constraint_compatible): Inflate the candidate
5314         using the context of the method been verifier and not of the method been called.
5316         * verify.c: Add verifier_inflate_type and mono_type_is_valid_type_in_context to
5317         safely inflate generic types. 
5319 2009-04-02  Sebastien Pouliot  <sebastien@ximian.com>
5321         * security-core-clr.c: Change the strategy for checking the 
5322         "reflection using delegates optimization" to avoid unneeded 
5323         attributes in multiple class libraries.
5325 2009-04-02  Mark Probst  <mark.probst@gmail.com>
5327         * sgen-gc.c: Remove object element in the disappearing link struct
5328         by storing the object pointer in the link.
5330 2009-03-31 Rodrigo Kumpera  <rkumpera@novell.com>
5332         * pedump.c (dump_verify_info): Don't crash if signature decoding fails.
5334 2009-03-31 Rodrigo Kumpera  <rkumpera@novell.com>
5336         * verify.c (verifier_load_field): Fail if the field parent could not be loaded.
5338         * verify.c (mono_method_verify): Do proper bounds checking of exception
5339         clause ranges.
5341 2009-03-31 Rodrigo Kumpera  <rkumpera@novell.com>
5343         * loader.c (mono_field_from_token): Don't crash if the field parent could
5344         not be decoded.
5346 2009-03-31  Mark Probst  <mark.probst@gmail.com>
5348         * sgen-gc.c: Execute critical finalizers after ordinary
5349         finalizers.
5351         * class-internals.h, domain.c: Add CriticalFinalizerObject to
5352         mono_defaults.
5354 2009-03-31 Jb Evain <jbevain@novell.com>
5356         * verify.c (do_ldstr): don't check if a string is in the user strings
5357         heap if the current image is dynamic.
5359 2009-03-31  Mark Probst  <mark.probst@gmail.com>
5361         * sgen-gc.c: Wait until the last finalizer has executed when
5362         returning from WaitForPendingFinalizers.
5364 2009-03-31  Martin Baulig  <martin@ximian.com>
5366         * mono-debug-debugger.h (MonoDebuggerEvent): Add
5367         `MONO_DEBUGGER_EVENT_CREATE_APPDOMAIN' and
5368         `MONO_DEBUGGER_EVENT_UNLOAD_APPDOMAIN'.
5369         (mono_debugger_event_create_appdomain): New function.
5370         (mono_debugger_event_unload_appdomain): New function.
5372         * appdomain.c (mono_domain_create_appdomain_internal): Call
5373         mono_debugger_event_create_appdomain().
5375 2009-03-31  Martin Baulig  <martin@ximian.com>
5377         * mono-debug-debugger.c
5378         (mono_debugger_register_class_init_callback): Also register the
5379         class init callback if the class is already initialized to make
5380         things work with shadow copied assemblies.
5382 2009-03-31  Sebastien Pouliot  <sebastien@ximian.com>
5384         * security-core-clr.c
5385         (mono_security_core_clr_ensure_reflection_access_field): Let 
5386         critical code access the field (just like we do for methods). Use
5387         check_field_access helper.
5388         (mono_security_core_clr_ensure_reflection_access_method): Use 
5389         check_field_access helper.
5391 2009-03-31  Mark Probst  <mark.probst@gmail.com>
5393         * sgen-gc.c: Remove data (callback) element from FinalizeEntry and
5394         call the run-finalize function directly.
5396         * gc.c, gc-internal.h: Make run_finalize() non-static.
5398 2009-03-31  Mark Probst  <mark.probst@gmail.com>
5400         * sgen-gc.c: Use a separate struct for disappearing links.
5402 2009-03-31 Gonzalo Paniagua Javier <gonzalo@novell.com>
5404         * socket-io.c: don't fail if the SocketOptionsFlag has Partial or
5405         * MaxIOVectorLength enabled, just ignore them.
5406         Fixes bug #349688.
5408 2009-03-30 Rodrigo Kumpera  <rkumpera@novell.com>
5410         * metadata-verify.c: Fix eglib build.
5412 2009-03-30  Zoltan Varga  <vargaz@gmail.com>
5414         * threads-types.h: Fix the win32 build.
5416 2009-03-28  Sebastien Pouliot  <sebastien@ximian.com>
5418         * class.c: move coreclr inheritance/override checks to 
5419         security-core.clr.c
5420         * security-core.clr.c|h: add code from class.c with additional
5421         documentation. Fix override check when the method is not critical.
5423 2009-03-28  Zoltan Varga  <vargaz@gmail.com>
5425         * debug-helpers.c (mono_method_desc_match): Make '*' match anything.
5426         (match_class): Ditto.
5428 2009-03-27 Rodrigo Kumpera  <rkumpera@novell.com>
5430         * metadata-verify.c: Rename bounds_check_offset to bounds_check_datadir.
5432         * metadata-verify.c: Implement table layout row size calculation. Verify
5433         the total size of the tables.
5435 2009-03-27 Rodrigo Kumpera  <rkumpera@novell.com>
5437         * metadata-verify.c: Verify heap sizes and size to decode row counts. 
5439 2009-03-27 Gonzalo Paniagua Javier <gonzalo@novell.com>
5441         * appdomain.c:
5442         * console-io.[ch]: added new mono_console_init() to make sure that
5443         file descriptors 0, 1 and 2 are opened.
5444         Bug #489019 fixed.
5446 2009-03-27  Sebastien Pouliot  <sebastien@ximian.com> 
5448         * appdomain.h: Export a new callback type and a new function to
5449         set this callback. This allow a mono host to provide it's own
5450         definition for "platform code".
5451         * metadata-internals.h: Add a core_clr_platform_code flag on 
5452         _MonoImage to (cache and) know if it is representing platform 
5453         code.
5454         * image.c (do_mono_image_open): Set core_clr_platform_code flag 
5455         on platform code images.
5456         * security-core-clr.c|h 
5457         (mono_security_set_core_clr_platform_callback): Allow the host
5458         to provide it's own platform check definition.
5459         (mono_security_core_clr_determine_platform_image): Detect if an 
5460         image is platform code (using the specified callback).
5461         (mono_security_core_clr_is_platform_image): Return cached value 
5462         for platform code.
5464 2009-03-27  Zoltan Varga  <vargaz@gmail.com>
5466         * threads.c (mono_create_thread): New helper function to wrap CreateThread
5467         which has different parameter types for the 'tid' argument in windows and
5468         the io-layer.
5470         * appdomain.c attach.c threads.c: Use the new helper.
5472 2009-03-26 Rodrigo Kumpera  <rkumpera@novell.com>
5474         * metadata-verify.c: Verify valid table bits.
5476 2009-03-26 Rodrigo Kumpera  <rkumpera@novell.com>
5478         * metadata-verify.c (verify_metadata_header): Store size in the size field.
5480         * metadata-verify.c: Add initial table schema verification.
5482 2009-03-26  Zoltan Varga  <vargaz@gmail.com>
5484         * icall.c (ves_icall_get_parameter_info): Add a 'member' argument, used to
5485         obtain the refclass argument needed by mono_param_get_objects (). Fixes
5486         #488383.
5488         * reflection.c (mono_param_get_objects_internal): Add a 'refclass' argument.
5490         * appdomain.c (MONO_CORLIB_VERSION): Bump this.
5492 2009-03-26  Sebastien Pouliot  <sebastien@ximian.com>
5494         * security-core-clr.c: Add/update documentation
5496 2009-03-26  Zoltan Varga  <vargaz@gmail.com>
5498         * marshal.c (emit_marshal_object): Generate code to throw an exception
5499         instead of throwing it. Fixes #488670.
5501 2009-03-25  Sebastien Pouliot  <sebastien@ximian.com>
5503         * appdomain.c: Bump MONO_CORLIB_VERSION to 73.
5504         * icall.c (ves_icall_System_Delegate_CreateDelegate_internal): Add
5505         an extra 'throwOnBindFailure' parameter to the icall. Remove FIXME
5506         and add a call to mono_security_core_clr_ensure_delegate_creation
5507         to do the extra checks required by CoreCLR.
5508         * security-core-clr.c|h: Add function to check delegate creation,
5509         both in the binding and accessibility, under CoreCLR.
5511 2009-03-25  Sebastien Pouliot  <sebastien@ximian.com> 
5513         * reflection.c (mono_reflection_create_dynamic_method): when 
5514         coreclr is enabled make sure that every resolved object are
5515         checked (e.g. field and method access).
5516         * security-core-clr.c|h: Add function to check objects resolved
5517         when a dynamic method is created.
5519 2009-03-24 Rodrigo Kumpera  <rkumpera@novell.com>
5521         * metadata-verify.c: Cache directory rva translations.
5523         * metadata-verify.c: Add cli-header and streams verification.
5525 2009-03-24 Rodrigo Kumpera  <rkumpera@novell.com>
5527         * image.c (load_metadata_ptrs): We decode MonoImage::md_version_minor at
5528         the wrong offset (8 instead of 6).
5530 2009-03-23  Zoltan Varga  <vargaz@gmail.com>
5532         * marshal.c (mono_delegate_to_ftnptr): For delegates wrapping pinvoke
5533         methods, return the native function address itself. Fixes
5534         #487758.
5536 2009-03-23 Gonzalo Paniagua Javier <gonzalo@novell.com>
5538         * console-io.c: some of the values for control characters might not be
5539         present.
5541 2009-03-21  Sebastien Pouliot  <sebastien@ximian.com>
5543         * exception.c|h: Add helpers to create [Field|Method]AccessException
5544         * icall.c: Add required coreclr check calls for field reflection.
5545         Move the existing (method) check logic into security-core-clr.c
5546         * security-core-clr.c: Add functions to check if the access of a
5547         field or method is allowed when reflecting under coreclr. This is
5548         mostly done using a stack walk to find the "real" caller: i.e. the
5549         code that is calling the reflection
5551 2009-03-20  Zoltan Varga  <vargaz@gmail.com>
5553         * gc-internal.h: Change location of gc_wrapper.h
5555 2009-03-20  Sebastien Pouliot  <sebastien@ximian.com> 
5557         * class.c: Simplification to coreclr checks for overrides that
5558         makes it easier to set breakpoints.
5560 2009-03-20  Sebastien Pouliot  <sebastien@ximian.com>
5562         * security-core-clr.c|h: (mono_security_core_clr_class_level, 
5563         mono_security_core_clr_method_level): Avoid potential 
5564         MonoCustomAttrInfo allocation for transparent assemblies (e.g. 
5565         user/application code) and make it easier to set breakpoints
5567 2009-03-19 Rodrigo Kumpera  <rkumpera@novell.com>
5569         * metadata-verify.c: Reject cli header tables that mono don't handle.
5571 2009-03-19 Rodrigo Kumpera  <rkumpera@novell.com>
5573         * pedump.c: Fix CLI header dumping.
5575 2009-03-19 Rodrigo Kumpera  <rkumpera@novell.com>
5577         * metadata-verify.c: More CLI header verification.
5579 2009-03-19  Zoltan Varga  <vargaz@gmail.com>
5581         * locales.c (get_current_locale_name): Use g_malloc instead of malloc.
5583 2009-03-18 Rodrigo Kumpera  <rkumpera@novell.com>
5585         * metadata-verify.c: Initial verification of the CLI header.
5587 2009-03-18 Rodrigo Kumpera  <rkumpera@novell.com>
5589         * metadata-verify.c (verify_resources_table): Fix verification of zero
5590         sized resource section and id entries count.
5592 2009-03-18  Zoltan Varga  <vargaz@gmail.com>
5594         * icall.c: Handle user types in many Type icalls. Fixes #486303.
5596 2009-03-17  Jb Evain  <jbevain@novell.com>
5598         * profiler.c: call mono_gc_base_init from mono_profiler_load.
5600 2009-03-17  Zoltan Varga  <vargaz@gmail.com>
5602         * sgen-gc.c (mono_gc_make_descr_for_object): Fix 64 bit support.
5603         (mono_gc_make_descr_for_array): Ditto.
5605 2009-03-17  Sebastien Pouliot  <sebastien@ximian.com>
5607         * verify.c (mono_verifier_is_class_full_trust): Add support for
5608         CoreCLR security mode where trusted assemblies are defined as
5609         "platform code".
5611 2009-03-16 Rodrigo Kumpera  <rkumpera@novell.com>
5613         * metadata-verify.c: Add minimal PECOFF resource verification.
5615 2009-03-16 Rodrigo Kumpera  <rkumpera@novell.com>
5617         * metadata-verify.c: Be less restrictive with some coff fields.
5619 2009-03-16 Rodrigo Kumpera  <rkumpera@novell.com>
5621         * verify.c (init_stack_with_value_at_exception_boundary): Init generic
5622         params as boxed values on stack. Fixes #485706.
5624 2009-03-16 Gonzalo Paniagua Javier <gonzalo@novell.com>
5626         * console-io.c: the termios values may vary in different flavors of unix.
5628 2009-03-16 Gonzalo Paniagua Javier <gonzalo@novell.com>
5630         * console-io.[ch]: return the entire set of control characters when
5631         initializing the terminal.
5632         * appdomain.c: bump corlib version.
5634 Mon Mar 16 11:11:26 CET 2009 Paolo Molaro <lupus@ximian.com>
5636         * mono-perfcounters.c: added support for in-process custom
5637         performance counters.
5639 2009-03-13 Rodrigo Kumpera  <rkumpera@novell.com>
5641         * metadata-verify.c: Small cleanup and add comment for IAT directory entry. 
5643 2009-03-13 Rodrigo Kumpera  <rkumpera@novell.com>
5645         * metadata-verify.c: Verify the data pointed by the import table. 
5647 2009-03-13 Rodrigo Kumpera  <rkumpera@novell.com>
5649         * metadata-verify.c (load_data_directories): Store data
5650         directory contents.
5652         * metadata-verify.c: Verify the import table. 
5654 2009-03-12 Rodrigo Kumpera  <rkumpera@novell.com>
5656         * metadata-verify.c: Verify data directories.
5658 2009-03-12 Rodrigo Kumpera  <rkumpera@novell.com>
5660         * metadata-verify.c: Check section header flags.
5662 2009-03-12 Gonzalo Paniagua Javier <gonzalo@novell.com>
5664         * appdomain.c: if the assembly name is a shadow-copied file, return
5665         TRUE from mono_is_shadow_copy_enabled but don't actually do anything
5666         in mono_make_shadow_copy.
5667         * icall.c: if the assembly name is a shadow-copied file, replace it
5668         with the original assembly path.
5670         Bug #484244 fixed. NUnit tests for corlib can be run without
5671         --noshadow now.
5673 2009-03-12  Zoltan Varga  <vargaz@gmail.com>
5675         * sgen-gc.c (add_to_global_remset): Fix the handling of root global remset
5676         entries when the table is reallocated.
5678         * icall.c: Allocate the memory used by the mono_ptr_array macros using
5679         mono_gc_alloc_fixed () since it contains GC refs.
5681 2009-03-10  Zoltan Varga  <vargaz@gmail.com>
5683         * reflection.c (ensure_complete_type): New helper function to call
5684         type resolve handlers for unfinished dynamic types.
5685         (resolve_object): Call it for MonoClassFields. Fixes #483852.
5687 2009-03-09  Zoltan Varga  <vargaz@gmail.com>
5689         * reflection.c (mono_custom_attrs_has_attr): Handle interfaces. Fixes
5690         #483247.
5692 2009-03-08 Rodrigo Kumpera  <rkumpera@novell.com>
5694         * appdomain.c (get_shadow_assembly_location): Fix memleak.
5696 2009-03-08  Zoltan Varga  <vargaz@gmail.com>
5698         * domain-internals.h (struct _MonoDomain): Add new hash tables mapping
5699         between GCHandles of type WeakTrackResurrection and the objects they
5700         point to.
5702         * gc.c: Partly implement the sematics of GCHandles of type 
5703         WeakTrackResurrection: these handles should only be cleared after the
5704         finalizer of the object they are pointing to has ran.
5706 2009-03-06  Mark Probst  <mark.probst@gmail.com>
5708         * icall.c: Partially revert r126631 because using the jump
5709         trampolines for generic shared methods makes it superfluous.
5711 2009-03-06  Zoltan Varga  <vargaz@gmail.com>
5713         * threads.c (handle_store): Create the 'threads' hash table with the proper
5714         MONO_HASH_VALUE_GC type.
5716 2009-03-05  Zoltan Varga  <vargaz@gmail.com>
5718         * domain-internals.h (struct _MonoDomain): Move 'typeof_void' before
5719         FIRST_GC_TRACKED.
5721         * domain.c (mono_domain_create): Register the fields between FIRST_GC_TRACKED
5722         and LAST_GC_TRACKED as a GC root.
5724         * gc-internal.h: Fix the comment of mono_gc_alloc_fixed.
5726         * object.c (mono_class_create_runtime_vtable): Create a GC descriptor for
5727         the static data even if it consists of 1 reference.
5729         * boehm-gc.c (mono_gc_alloc_fixed): Allocate using GC_MALLOC_EXPLICITLY_TYPED
5730         if there is a GC descriptor.
5732         * reflection.c (ALLOC_REFENTRY): Allocate ReflectedEntry-es using malloc
5733         instead of through the GC since they contain no object references.
5735 2009-03-05  Mark Probst  <mark.probst@gmail.com>
5737         * generic-sharing.c (instantiate_other_info): Always return a jump
5738         trampoline for method code.
5740 2009-03-05  Marek Habersack  <mhabersack@novell.com>
5742         * culture-info-tables.h: generated to include the en-tt culture.
5744 2009-03-04 Rodrigo Kumpera  <rkumpera@novell.com>
5746         * domain-internals.h (MonoDomain): Add two fields to cache invoke wrappers to
5747         capture the thread context.
5749         * object.c (mono_async_result_new): Cache the invoke wrappers to
5750         ExecutionContext::Capture.
5752 2009-03-04 Rodrigo Kumpera  <rkumpera@novell.com>
5754         * marshal.h: Add a prototype for what mono_compile_method returns
5755         for invoke wrappers.
5757         * gc.c: Use the new prototype declaration.
5759 2009-03-04  Geoff Norton  <gnorton@novell.com>
5761         * boehm-gc.c: Add some MONO_LOG tracing for the GC
5762         * gc-internal.h:
5763         * mono-gc.h: Expose mono_gc_invoke_finalizers in the embedding api.
5765 2009-03-04  Martin Baulig  <martin@ximian.com>
5767         * mono-debug.h
5768         (mono_debugger_runtime_invoke): Removed.
5770         * mono-debug-debugger.c
5771         (mono_runtime_invoke): Moved into ../mini/debug-mini.c.
5773 2009-03-02  Martin Baulig  <martin@ximian.com>
5775         * mono-debug.h
5776         (mono_debugger_unhandled_exception): Removed.
5777         (mono_debugger_handle_exception): Removed.
5778         (mono_debugger_throw_exception): Removed.
5780         * mono-debug.c
5781         (mono_debug_debugger_version): Bump to 5.
5783         * mono-debug-debugger.c: Moved the exception handling code to
5784         ../mini/debug-mini.c
5786 2009-03-03  Zoltan Varga  <vargaz@gmail.com>
5788         * domain-internals.h (struct _MonoDomain): Add a separate lock for the
5789         finalize_objects_hash.
5791         * gc.c: Use the separate lock to access the finalize_objects_hash field.
5792         
5793         * domain-internals.h (struct _MonoDomain): Add finalize_runtime_invoke
5794         field.
5796         * metadata-internals.h (struct _MonoImage): Add runtime_invoke_vcall_cache
5797         cache.
5799         * image.c (mono_image_close): Free it.
5800         
5801         * marshal.c (mono_marshal_get_runtime_invoke): Add a 'virtual' argument
5802         allowing a creation of a wrapper which invokes its method using a CALLVIRT
5803         on the this argument.
5805         * gc.c (run_finalize): Optimize the calling of the finalizers.
5807 2009-03-03  Martin Baulig  <martin@ximian.com>
5809         * mono-debug.h (MONO_DEBUGGER_MAJOR_VERSION): Bump to 81 because
5810         of the `MonoGenericInst' changes.
5812 2009-03-03 Rodrigo Kumpera  <rkumpera@novell.com>
5814         * icall.c (ves_icall_MonoType_GetGenericArguments): Use
5815         mono_array_class_get_cached to reduce locking contention. Extract
5816         a domain var.
5818         * icall.c (ves_icall_Type_GetFields_internal): Avoid allocating
5819         intermediary managed arrays. Use caching version of mono_array_new
5820         to allocate the result array.
5822         * icall.c (ves_icall_Type_GetEvents_internal): Same.    
5824         * icall.c (ves_icall_Type_GetNestedTypes): Same.        
5826         * locales.c (create_names_array_idx):  Use mono_array_new_cached
5827         to reduce locking contention.
5829 2009-03-03  Zoltan Varga  <vargaz@gmail.com>
5830                 
5831         * object.c (mono_method_add_generic_virtual_invocation): Put back the
5832         thunk builder code for the non-interface case.
5834 2009-03-02  Zoltan Varga  <vargaz@gmail.com>
5836         * object.c (get_generic_virtual_entries): New helper function to collect
5837         the virtual generic method instances which need to be added to an IMT
5838         thunk.
5839         (mono_method_add_generic_virtual_invocation): Add a 'vtable' argument.
5840         Instead of creating a new IMT thunk, reset the vtable slot to the
5841         trampoline, the thunk will be created the next time the trampoline is called.
5842         (build_imt_slots): Add support for virtual generic methods in interfaces by
5843         adding to the IMT thunk all the methods registered using 
5844         mono_method_add_generic_virtual_invocation ().
5846         * object-internals.h (_MonoImtBuilderEntry): Add a 'has_target_code' field.
5847         (struct _MonoIMTCheckItem): Ditto.
5849         * object.c (mono_method_add_generic_virtual_invocation): Take a
5850         MonoMethod argument instead of a MonoGenericInst. Fix the construction of
5851         the IMT thunk to include all items.
5852         
5853         * object.c (mono_class_create_runtime_vtable): Add a missing
5854         mono_loader_unlock ().
5856 2009-03-02 Rodrigo Kumpera  <rkumpera@novell.com>
5858         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
5860         * object-internals.h (MonoReflectionEvent): Add cached_add_event.
5862 2009-03-02 Rodrigo Kumpera  <rkumpera@novell.com>
5864         * object-internals.h: Rename _MonoReflectionEvent to
5865         MonoReflectionMonoEvent so it reflects the right managed type.
5866         Add a MonoReflectionEvent that correctly represents System.EventInfo.
5868         * icall.c:
5869         * reflection.c: Adjust code to use the new MonoReflectionMonoEvent
5870         type.
5872 2009-03-02 Rodrigo Kumpera  <rkumpera@novell.com>
5874         * icall.c (ves_icall_Type_GetMethodsByName): Avoid allocating
5875         intermediary managed arrays. Use caching version of mono_array_new
5876         to allocate the result array.
5878 2009-03-01 Rodrigo Kumpera  <rkumpera@novell.com>
5880         * reflection.c: Use cached version of mono_array_new alongside
5881         the mono_reflection_get_custom_attrs_by_type call path.
5883 2009-03-01 Rodrigo Kumpera  <rkumpera@novell.com>
5885         * icall.c (ves_icall_Type_GetInterfaces): Avoid allocating
5886         intermediary managed arrays. Use caching version of mono_array_new
5887         to allocate the result array.
5889         * icall.c (ves_icall_Type_GetConstructors_internal): Same.
5891 2009-03-01 Rodrigo Kumpera  <rkumpera@novell.com>
5893         * icall.c: Add small implementation of a growable stack bound array.
5895         * icall.c (ves_icall_System_Enum_get_hashcode): Fix warning.
5897         * icall.c (ves_icall_Type_GetPropertiesByName): Avoid allocating
5898         intermediary managed arrays. Use caching version of mono_array_new
5899         to allocate the result array.
5901 2009-02-27 Rodrigo Kumpera  <rkumpera@novell.com>
5903         * icall.c: New icall ves_icall_System_Enum_compare_value_to that
5904         helps Enum::CompareTo to be implemented without reboxing all enums
5905         to their underlying type.
5906 2009-02-27  Zoltan Varga  <vargaz@gmail.com>
5908         * domain.c (SET_APPDOMAIN): Avoid calling TlsSetValue () on some platforms,
5909         since it acquires a global lock leading to scalability problems.
5911         * profiler.c: Make the stat profiler work with multiple appdomains, this
5912         currently only works when no appdomains are unloaded.
5914 2009-02-26 Gonzalo Paniagua Javier <gonzalo@novell.com>
5916         * appdomain.c: make the check to avoid copying when the assembly is
5917         already shadow copied actually work.
5919 2009-02-26  Zoltan Varga  <vargaz@gmail.com>
5921         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
5923         * object-internals.h (struct _MonoReflectionGenericClass): Sync with
5924         changes to the managed side.
5926 2009-02-25  Zoltan Varga  <vargaz@gmail.com>
5928         * metadata-internals.h (struct _MonoImage): Add a new cache for szarray
5929         classes + a separate lock for it, as it is used frequently at runtime, not
5930         just during metadata loading/JIT compilation.
5932         * class.c (mono_bounded_array_class_get): Use the separate cache + lock
5933         for szarrays.
5934         
5935         * object-internals.h (mono_class_from_name_cached): New macro to cache
5936         the results of the lookup locally without having to declare a static
5937         variable to hold it.
5938         (mono_class_get_field_from_name_cached): Ditto.
5939         (mono_array_class_get_cached): Ditto.
5941         * threadpool.c threads.c locales.c icall.c reflection.c socket-io.c: Use
5942         the new macros.
5943         
5944         * object.c (mono_get_delegate_invoke): Call setup_methods () to avoid the
5945         slower search in metadata.
5947         * pedump.c: Fix a warning.
5949 2009-02-23  Zoltan Varga  <vargaz@gmail.com>
5951         * reflection.c (encode_locals): Add checks for user types.
5952         (method_encode_clauses): Ditto.
5953         (method_encode_code): Ditto.
5954         (mono_image_create_token): Ditto.
5956         * object-internals.h: Change the type of more fields from MonoReflectionType*
5957         to MonoObject*.
5959 2009-02-22  Zoltan Varga  <vargaz@gmail.com>
5961         * threads.c (mono_thread_suspend_all_other_threads): Handle the case when
5962         the a thread does not suspend within 100ms.
5964         * monitor.c (mono_monitor_try_enter_internal): Handle SuspendRequested
5965         in addition to StopRequested as well.
5967         * mono-debug.c: Call _mono_debug_get_image () while holding the debug lock.
5969         * debug-mono-symfile.c (mono_debug_symfile_lookup_method): Actually
5970         search the method_hash before inserting a new entry, to avoid crashes when
5971         the same method is inserted multiple times, causing the old 
5972         MonoDebugMethodInfo structure to be freed by the value dtor function.
5974 2009-02-22 Gonzalo Paniagua Javier <gonzalo@novell.com>
5976         * socket-io.c: support SO_MAXCONN, SO_USELOOPBACK and
5977         SO_EXLUSIVEADDRUSE where available.
5979 2009-02-21  Zoltan Varga  <vargaz@gmail.com>
5981         * marshal.c (mono_marshal_get_runtime_invoke): Fix _another_ bug sharing
5982         runtime invoke wrappers, this time it is string ctor wrappers, which
5983         pass a dummy string as 'this' instead of their obj argument. Fixes
5984         #478473.
5986 2009-02-21  Jb Evain  <jbevain@novell.com>
5988         * icall.c (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies):
5989         only get create_culture once.
5991 2009-02-20  Zoltan Varga  <vargaz@gmail.com>
5993         * reflection.c (mono_reflection_setup_internal_class): Move the user type
5994         check before the locking.
5995         
5996         * reflection.c (mono_reflection_setup_internal_class): Check for user types.
5997         (mono_reflection_create_runtime_class): Ditto.
5998         (mono_reflection_sighelper_get_signature_local): Ditto.
5999         (mono_reflection_sighelper_get_signature_field): Ditto.
6001         * object-internals.h (CHECK_MONOTYPE): New macro to check that a Type object
6002         is a System.MonoType object or similar.
6003         (monotype_cast): New helper function to cast a MonoObject to a 
6004         MonoReflectionType object.
6006         * object-internals.h: Change MonoReflectionType* members in structures to
6007         MonoObject* members to force the usage of the monotype_cast () function.
6009         * reflection.c icall.c: Use monotype_cast () for accessing Type members of
6010         structures/arrays. This causes us to assert instead of crashing when 
6011         instances of user defined subclasses of System.Type are encountered.
6013 2009-02-20 Gonzalo Paniagua Javier <gonzalo@novell.com>
6015         * cil-coff.h:
6016         * icall-def.h:
6017         * icall.c: add new GetUnmanagedResourcePtr that returns a pointer to a
6018         win32 resource loaded from a PE file.
6020         * image.c: fix mono_image_lookup_resource.
6022 2009-02-20 Gonzalo Paniagua Javier <gonzalo@novell.com>
6024         * icall-def.h:
6025         * threads-types.h:
6026         * threads.c: added internal call for WaitHandle.SignalAndWait.
6028 2009-02-19  Bill Holmes  <billholmes54@gmail.com>
6030         * cominterop.c : Adding cominterop_type_from_handle and 
6031           registering it as an icall.  Replacing all references
6032           to type_from_handle.
6034         Code is contributed under MIT/X11 license.
6036 2009-02-19 Rodrigo Kumpera  <rkumpera@novell.com>
6038         * Makefile.am: Add lock-tracer.h and lock-trace.c.
6040         * appdomain.c: Call the tracer init function.
6042         * domain-internals.h: Enable the tracer for the domain locks.
6044         * image.c: Enable the tracer for image locks.
6046         * loader.c: Enable the trace for the loader lock.
6048         * lock-tracer.h:
6049         * lock-tracer.c: Initial implementation of the lock trace utility.
6050         The tracer requires a compile time define to be enabled and a env var
6051         to be enabled at runtime.
6053 2009-02-19 Rodrigo Kumpera  <rkumpera@novell.com>
6055         * domain.c (mono_domain_code_foreach): Improve documentation.
6057 2009-02-19 Rodrigo Kumpera  <rkumpera@novell.com>
6059         * appdomain.c:
6060         * generic-sharing.c:
6061         * object.c:
6062         * reflection.c:  Adjust locking order to the new semantics where the loader lock
6063         comes first.
6065 2009-02-18 Rodrigo Kumpera  <rkumpera@novell.com>
6067         * domain.c: Add mono_domain_code_* functions that perform locking
6068         around the domain codeman.
6070         * domain-internals.h: Export those functions.
6072         * object.c: Use new functions instead of acquiring the domain lock.
6074 2009-02-19  Zoltan Varga  <vargaz@gmail.com>
6076         * marshal.c (mono_ftnptr_to_delegate): Convert a NULL ftnptr to a null
6077         delegate. Fixes #477396.
6079 2009-02-18  Zoltan Varga  <vargaz@gmail.com>
6081         * reflection.c (create_custom_attr): Get rid of alloca.
6083 2009-02-18  Bill Holmes  <billholmes54@gmail.com>
6085         * cominterop.c (cominterop_get_managed_wrapper_adjusted) :
6086           Adding exception handling for all CCW calls.
6088         Code is contributed under MIT/X11 license.
6090 2009-02-18  Zoltan Varga  <vargaz@gmail.com>
6092         * reflection.c (mono_reflection_init): Remove the unused reflection mutex.
6094         * marshal.c (emit_marshal_boolean): Add null checks to the new 
6095         native->managed marshalling code. Fixes #476247.
6097 2009-02-17  Zoltan Varga  <vargaz@gmail.com>
6099         * class.c (mono_class_get_vtable_entry): Move the addition of
6100         static rgctx invoke wrappers for vtable methods here, this simplifies
6101         a lot of code and causes fewer rgctx wrappers to be created.
6103         * marshal.c (mono_marshal_get_static_rgctx_invoke): Change the
6104         name of the statistics to begin with an uppercase.
6106 2009-02-17 Rodrigo Kumpera  <rkumpera@novell.com>
6108         * reflection.c: Revert previous change as it breaks the build.
6109         
6110 2009-02-17 Rodrigo Kumpera  <rkumpera@novell.com>
6112         * verify.c: Properly handle SZARRAY element type.
6114         Fixes #474271.
6116 2009-02-17 Rodrigo Kumpera  <rkumpera@novell.com>
6118         * reflection.c (mono_image_create_method_token): Correctly encode
6119         MethodDef MemberRefParent token.
6121         Fixes #472845.
6123 2009-02-17  Zoltan Varga  <vargaz@gmail.com>
6125         * image.c (mono_image_close): Delete the critical section before
6126         freeing the memory holding it.
6128 2009-02-16 Rodrigo Kumpera  <rkumpera@novell.com>
6130         * verify.c (mono_method_verify): rethrow opcode doesn not fall through.
6131         Fixes #476257.
6133 2009-02-16 Rodrigo Kumpera  <rkumpera@novell.com>
6135         * pedump.c (main): Call mono_marshal_init so pedump
6136         doesn't crash.
6138 2009-02-16 Rodrigo Kumpera  <rkumpera@novell.com>
6140         * loader.c (method_from_memberref): Properly fix #474271 and
6141         don't break the runtime bad.
6143 2009-02-16  Zoltan Varga  <vargaz@gmail.com>
6145         * domain.c (mono_domain_alloc): Add locking so the caller doesn't have to.
6146         (mono_domain_alloc0): Ditto.
6148 2009-02-16 Rodrigo Kumpera  <rkumpera@novell.com>
6150         * loader.c (method_from_memberref): Don't abort if the array
6151         method is not found. A regular loader failure is more informative
6152         and correct.
6154         Fixes #474271.
6156 2009-02-16 Rodrigo Kumpera  <rkumpera@novell.com>
6158         *loader.c: Guard MonoImage::method_cache/methodref_cache
6159         using the image lock instead of the loader lock.
6161         * metadata.h: Add comments about which fields are protected by
6162         the image lock.
6164 2009-02-16  Zoltan Varga  <vargaz@gmail.com>
6166         * appdomain.c (mono_set_private_bin_path_from_config): Fix a warning.
6168         * generic-sharing.c (mono_method_construct_object_context): Remove the
6169         wrapper_type == NONE assert, it is not needed.
6171 2009-02-15  Zoltan Varga  <vargaz@gmail.com>
6173         * reflection.c (clear_cached_object): New helper function.
6174         (mono_method_clear_object): New function to clear the cached reflection
6175         objects for a dynamic method.
6177         * object.c (mono_runtime_free_method): Call mono_method_clear_object ().
6178         Partly fixes # 463323.
6179         
6180 2009-02-14 Rodrigo Kumpera  <rkumpera@novell.com>
6182         * class.c:
6183         * loader.c:
6184         * reflection.c: Remove all explicit uses of MonoImage::property_hash.
6186 2009-02-14 Rodrigo Kumpera  <rkumpera@novell.com>
6188         * image.c: Add mono_image_property_(lookup,insert,remove) functions that
6189         take the image lock instead of the loader lock.
6191         * metadata-internals.h: Export new functions.
6193 2009-02-12  Miguel de Icaza  <miguel@novell.com>
6195         * domain.c (app_config_parse): Remove another use of stat that is
6196         not necessary as g_file_get_contents already does the presence
6197         check. 
6199 2009-02-13  Zoltan Varga  <vargaz@gmail.com>
6201         * cominterop.c icall-def.h: Fix the DISABLE_COM build.
6203         * marshal.c: Move the bstr handling code to cominterop.c.
6205         * marshal.c: Remove some COM interop code missed previously.
6207 2009-02-12  Miguel de Icaza  <miguel@novell.com>
6209         More Paolo patches from the Wii port:
6210         
6211         * security.c: Remove ves_icall_System_Environment_get_UserName
6212         from here.
6214         * icall.c: And put ves_icall_System_Environment_get_UserName
6215         here. 
6217         * appdomain.c (mono_set_private_bin_path_from_config): Remove
6218         redundant call to stat that was only used to test for the file
6219         existence.   Patch from Paolo.
6221         * gc.c (run_finalize): If COM is disabled, do not link in
6222         mono_marshal_free_ccw.
6224         * generic-sharing.c: Use alloca.h here as well.
6226 2009-02-13 Rodrigo Kumpera  <rkumpera@novell.com>
6228         * reflection.c (mono_reflection_lookup_dynamic_token): Do the locking properly.
6230 2009-02-13  Zoltan Varga  <vargaz@gmail.com>
6232         * cominterop.c cominterop.h: New files.
6234         * marshal.c: Move the COM interop related code to cominterop.c. Make a few
6235         function/typedefs which are needed by cominterop.c global.
6237 2009-02-12  Mark Probst  <mark.probst@gmail.com>
6239         * generic-sharing.c: Don't take the loader lock to guard image
6240         mempool allocs.
6242 2009-02-12 Rodrigo Kumpera  <rkumpera@novell.com>
6244         * reflection.c (mono_reflection_lookup_dynamic_token): This function might be
6245         called without the loader lock which is required to guard MonoImage:tokens.
6247 2009-02-12 Rodrigo Kumpera  <rkumpera@novell.com>
6249         * class.c:
6250         * metadata.c:
6251         * method-builder.c:
6252         * marshal.c:
6253         * reflection.c: Don't take the loader lock to alloc memory from the image mempool.
6255 2009-02-12 Rodrigo Kumpera  <rkumpera@novell.com>
6257         * metadata.c: Remove mono_image_alloc_lock and mono_image_alloc0_lock.
6258         Rework the code to use regular mono_image_alloc/0.
6260         * loader.c: Rework the code to use regular mono_image_alloc/0.
6262         * metadata-internals.h: Remove mono_image_alloc_lock and mono_image_alloc0_lock.
6264 2009-02-12  Bill Holmes  <billholmes54@gmail.com>
6266         * object-internals.h : Fixing a typo in the 
6267           MonoReflectionComVisibleAttribute struct.
6269         * marshal.c (cominterop_com_visible): Check the implemented 
6270           interfaces for ComImport.
6272         * marshal.c (cominterop_get_native_wrapper_adjusted): For COM calls 
6273           assume that bools should be treated as VARIANTBOOLs.
6275         * marshal.c (emit_marshal_boolean): Adding cases for 
6276           MARSHAL_ACTION_MANAGED_CONV_IN and MARSHAL_ACTION_MANAGED_CONV_OUT.
6278         * marshal.c (mono_marshal_emit_managed_wrapper): Adding calls to 
6279           emit_marshal MARSHAL_ACTION_MANAGED_CONV_IN and OUT for bools.
6281         * marshal.c (cominterop_get_ccw): For COM calls assume that bools
6282           should be treated as VARIANTBOOLs.    
6284         Code is contributed under MIT/X11 license.
6286 2009-02-12 Rodrigo Kumpera  <rkumpera@novell.com>
6288         * image.c (mono_image_alloc, mono_image_alloc0, mono_image_strdup): Guard mempool
6289         allocation with the image lock.
6291 2009-02-12 Rodrigo Kumpera  <rkumpera@novell.com>
6293         This patch is the last of a series to remove explicit reference of MonoImage::mempool
6294         and use mono_image_alloc set of functions instead. This time we finish with reflection.c
6296         * object.c: Add mono_string_to_utf8_image.
6298         * object-internals.h: Export mono_string_to_utf8_image.
6300         * reflection.c: Rework all explicit references to the the image mempool to go thought
6301         the mono_image_alloc set of functions.
6303 2009-02-12 Rodrigo Kumpera  <rkumpera@novell.com>
6305         This patch is the third of a series to remove explicit reference of MonoImage::mempool
6306         and use mono_image_alloc set of functions instead. This time we finish with marshal.c
6307         and generics-sharing.c.
6309         * generics-sharing.c (set_other_info_templates): Take a MonoImage instead of a MonoMemPool
6310         as first argument. Note that this function remains broken as it doesn't perform locking around the
6311         mempool allocation.
6313         * generics-sharing.c (rgctx_template_set_other_slot): Pass the image and not the mempool.
6315         * image.c: Add g_slist_append_image.
6317         * metadata.c (mono_metadata_field_info_with_mempool): Remove the mempool argument and use
6318         the supplied image for allocation. Move code into mono_metadata_field_info_full.
6320         * metadata.c (mono_metadata_parse_marshal_spec_full): Take a MonoImage instead of a MonoMemPool.
6321         Fix all related code to do the same.
6323         * marshal.c (mono_marshal_load_type_info): Pass the image instead of the mempool.
6325         * metadata-internals.h: Fix the signatures.
6327 2009-02-12 Rodrigo Kumpera  <rkumpera@novell.com>
6329         This patch is the second of a series to remove explicit reference of MonoImage::mempool
6330         and use mono_image_alloc set of functions instead. This time we rework mono_metadata_type_dup
6331         and similar to work using MonoImage.
6333         * class.c (mono_mempool_dup): Rename to mono_image_memdup and take a MonoImage instead of a
6334         MonoMemPool.
6336         * class.c (mono_dup_array_type): Take a MonoImage instead of a MonoMemPool as first argument.
6338         * class.c (mono_metadata_signature_deep_dup): Same.
6340         * class.c (inflate_generic_type): Same.
6342         * class.c (mono_class_inflate_generic_type_with_mempool): Same.
6344         * metadata.c (mono_metadata_signature_dup_full): Same.
6346         * metadata.c: Add mono_metadata_signature_dup_mempool and extract common functionality from 
6347         mono_metadata_signature_dup_full.
6349         * metadata.c (mono_metadata_type_dup): Same.
6351         * marshal.c: Pass the image to calls to mono_metadata_type_dup.
6353         * reflection.c: Same.
6355         * generic-sharing.c: Pass the image to calls to mono_class_inflate_generic_type_with_mempool.
6357         * metadata-internals.h: Fix the signatures.
6359         * class-internals.h: Same.
6361 2009-02-11 Rodrigo Kumpera  <rkumpera@novell.com>
6363         This patch is the first of a series to remove explicit reference of MonoImage::mempool
6364         and use mono_image_alloc set of functions instead. 
6366         * class.c (mono_class_inflate_generic_type_with_mempool_no_copy):
6367         Rename to mono_class_inflate_generic_type_no_copy and take a MonoImage instead
6368         of a MonoMemPool.
6370         * class.c (mono_class_setup_fields): Adapt to mono_class_inflate_generic_type_no_copy.
6372         * class.c (g_list_prepend_mempool): Removed.
6374         * class.c (mono_class_get_nested_types): Use g_list_prepend_image instead of g_list_prepend_mempool.
6376         * image.c: Add g_list_prepend_image.
6378         * metadata-internals.h (struct MonoImage): Fix comment. Export g_list_prepend_image as internal.
6380         * reflection.c (mono_reflection_create_runtime_class): Use g_list_prepend_image instead of g_list_prepend_mempool.
6383 2009-02-11 Rodrigo Kumpera  <rkumpera@novell.com>
6385         * metadata-internals.h (struct MonoImage): Add lock field. Export mono_image_lock and
6386         mono_image_unlock.
6388         * image.c (mono_image_init): Init the lock field.
6390         * image.c (mono_image_init): Cleanup the lock field.
6392         * image.c: Add mono_image_(un)lock functions.
6394 2009-02-11  Mark Probst  <mark.probst@gmail.com>
6396         * class.c, class-internals.h: mono_method_get_context_general()
6397         combines the functionality of mono_method_get_context() and
6398         mini_method_get_context().
6400         * generic-sharing.c, domain-internals.h:
6401         mono_method_construct_object_context() and
6402         mono_domain_lookup_shared_generic() moved from mini.
6404         * icall.c (ves_icall_InternalInvoke): Handle the case where the
6405         method doesn't have the correct instantiation because it's shared
6406         generic code.  Fixes #473999.
6408 2009-02-11  Zoltan Varga  <vargaz@gmail.com>
6410         * loader.c (mono_method_get_wrapper_data): Handle inflated methods as well.
6412         * loader.c (mono_loader_lock): Add a comment pointing to the locking document.
6413         
6414 2009-02-11 Rodrigo Kumpera  <rkumpera@novell.com>
6416         * metadata.c: Make mono_image_alloc_lock and mono_image_alloc0_lock non static.
6418         * metadata-internals.h: Export mono_image_alloc_lock and mono_image_alloc0_lock.
6420         * loader.c (mono_get_method_full): Drop the loader lock while constructing the method
6421         and recheck the cache for dups after it.
6423         * loader.c (mono_get_method_from_token): Use _lock version of mono_image_alloc0.
6425         Fixes one of the deadlocks found in #473150.
6427 2009-02-11  Bill Holmes  <billholmes54@gmail.com>
6429         * socket-io.c (ves_icall_System_Net_Sockets_Socket_Accept_internal):
6430           For Win32, add additional break conditions for accept.
6432         Code is contributed under MIT/X11 license.
6434 2009-02-10  Zoltan Varga  <vargaz@gmail.com>
6436         * marshal.c (mono_marshal_get_native_func_wrapper): Use get_cache to
6437         lazily initialize the native wrapper cache.
6438         (mono_marshal_get_native_wrapper): Put aot-ed native wrappers into a separate
6439         cache, since they are different from the normal wrappers.
6441         * image.c (mono_image_init): Initialize native_wrapper_cache lazily as well.
6443         * metadata-internals.h (struct _MonoImage): Add a new wrapper for
6444         AOT compiled native wrappers.
6446 2009-02-09  Geoff Norton  <gnorton@novell.com>
6448         * appdomain.h:
6449         * security-core-clr.c: Allow enabling core-clr from the embedding
6450         API.
6452 2009-02-07 Gonzalo Paniagua Javier <gonzalo@novell.com>
6454         * socket-io.c: when requesting all the local ips, if there are no
6455         interfaces up and running, MS returns 127.0.0.1.
6457 2009-02-07 Gonzalo Paniagua Javier <gonzalo@novell.com>
6459         * mono-perfcounters-def.h: processor time is an inverse time.
6460         Fixes bug #468625.
6462 2009-02-07 Gonzalo Paniagua Javier <gonzalo@novell.com>
6464         * socket-io.c: an empty host name returns the list of local IPs.
6465         Fixes bug #386637 part 1/2.
6467 2009-02-07  Zoltan Varga  <vargaz@gmail.com>
6469         * verify.c (mono_class_interface_implements_interface): Call
6470         mono_class_setup_interfaces ().
6471         (merge_stacks): Ditto.
6473 2009-02-06  Zoltan Varga  <vargaz@gmail.com>
6475         * class.c (mono_class_setup_interfaces): New function to lazily initalize
6476         klass->interfaces.
6477         (mono_generic_class_get_class): Don't initalize klass->interfaces.
6478         (mono_generic_class_get_class): Ditto.
6480 2009-02-06  U-QUACK\miguel  <miguel@quack>
6482         * icall-defs.h: Include also the Encrypt/Decrypt string methods as
6483         they live in security.c
6485         * debug-mono-symfile.c (mono_debug_open_mono_symbols): Integrated
6486         another bit from Paolo's code.
6488 2009-02-06  Zoltan Varga  <vargaz@gmail.com>
6490         * object.c (build_imt_slots): Add a small optimization to avoid inflating
6491         methods which will be discarded by add_imt_builder_entry ().
6493         * marshal.c (get_runtime_invoke_type): Avoid sharing enum types since they
6494         need to be boxed.
6496         * loader.c: Add a statistics for the size of the memberref signature cache.
6497         
6498         * loader.c (find_cached_memberref_sig): New helper function.
6499         (cache_memberref_sig): Ditto.
6501         * loader.c: Cache the result of parsing memberref signatures, since otherwise
6502         they will be parsed again for every generic instantiation, leading to unbounded
6503         memory growth.
6505 2009-02-05  Zoltan Varga  <vargaz@gmail.com>
6507         * loader.c (mono_get_method_from_token): Avoid creating class for the generic
6508         parameters of generic methods.
6510         * class.c (mono_class_inflate_generic_method_full): Set is_mb_open again
6511         after the original method is copied to the inflated method.
6512         (mono_class_get_vtable_entry): Handle rgctx invoke wrappers more efficiently.
6514         * class-internals.h (struct _MonoMethodInflated): Move the is_mb_open
6515         field to MonoMethod since it only consumes 1 bit there, and 4/8 bytes here.
6517         * class.c metadata.c: Update after the changes above.
6519 2009-02-05 Rodrigo Kumpera  <rkumpera@novell.com>
6521         * metadata-verify.c: Simplified error handling and added
6522         section table validation.
6524 2009-02-05  Zoltan Varga  <vargaz@gmail.com>
6526         * class-internals.h (MonoClassExt): New structure containing rarely used
6527         fields of MonoClass.
6528         (struct _MonoClass): Move rarely used fields to MonoClassExt, accessed
6529         through a new 'ext' field.
6531         * class.c (mono_class_alloc_ext): New helper function to allocate 
6532         class->ext.
6534         * class.c metadata.c reflection.c: Update after MonoClass structure changes.
6536 2009-02-05  Mark Probst  <mark.probst@gmail.com>
6538         * object.c (mono_object_get_virtual_method): Properly inflate
6539         generic methods.  Fixes #472692.
6541 2009-02-05 Rodrigo Kumpera  <rkumpera@novell.com>
6543         * class.c (mono_class_create_from_typedef): The CLR supports SystemF
6544         recursive types such as List<T>:Cons<T,List<T>> so when doing the lookup
6545         for the parent type, the created type must be ready to be used on a generic
6546         instantiation.
6547         We fill this_arg/byval_arg if the parent is a generic instance to make sure
6548         we won't have duplicated entries in generic_inst_cache.
6550         Fixes #469553.
6552 2009-02-05  Miguel De Icaza  <miguel@novell.com>
6554         * threadpool.c (socket_io_add_poll): Remove the BSD6 define and
6555         replace with plain BSD per the comments on the bug MONO77637.
6557 2009-02-05  Zoltan Varga  <vargaz@gmail.com>
6559         * class.c (mono_class_get_generic_class): New accessor function.
6560         (mono_class_get_generic_container): Ditto.
6562         * class-internals.h (struct _MonoClass): Add 'is_generic' and 'is_inflated'
6563         fields, similar to the ones in MonoMethod.
6565         * class.c (mono_generic_class_get_class): Set klass->is_inflated.
6566         (mono_class_create_from_typedef): Set klass->is_generic if needed.
6568         * reflection.c (mono_reflection_create_generic_class): Set klass->is_generic.
6569         
6570         * class-internals.h (struct _MonoClass): Remove enum_basetype, it contains
6571         the same information as element_class->byval_arg.
6573         * class.c reflection.c: Remove references to class->byval_arg.
6575         * class.c marshal.c: Use mono_class_enum_basetype () instead of accessing 
6576         klass->enum_basetype directly.
6578         * verify.c metadata.c object.c icall.c reflection.c: Use 
6579         mono_class_enum_basetype () instead of accessing klass->enum_basetype 
6580         directly.
6582 2009-02-04  Miguel de Icaza  <miguel@novell.com>
6584         * icall-def.h: Remove internal calls for sockets when
6585         DISABLE_SOCKET is defined, file system writing features when the
6586         OS only support reading and not writing data and Policy support if
6587         the Policy is disabled.
6588         
6589         * image.c (do_mono_image_open): Apply Paolo's patches for using
6590         mono_file_map_ APIs here.
6592         * assembly.c: Add support for platforms to avoid prefix
6593         auto-detection. 
6595 2009-02-04  Zoltan Varga  <vargaz@gmail.com>
6597         * generic-sharing.c (mono_method_fill_runtime_generic_context): Fix a
6598         warning.
6600         * class.c (mono_class_inflate_generic_class): New helper function.
6602         * class.c: Use mono_class_inflate_generic_class in a few places. Add
6603         statistics for inflated methods/classes.
6605         * loader.c (inflate_generic_header): Use mono_class_inflate_generic_class.
6607         * icall.c (ves_icall_Type_GetMethodsByName): Optimize the case when
6608         the call is made from Delegate.CreateDelegate () for the invoke method of
6609         a delegate.
6611         * loader.c: Add a statistics for the memory occupied by inflated signatures.
6613         * metadata.c (mono_metadata_signature_size): New helper function.
6615         * class.c (mono_class_get_method_from_name_flags): Add an optimization for
6616         generic instances.
6618         * metadata.c (inflated_method_in_image): Avoid calling 
6619         mono_method_signature () if the method does not already have a signature.
6621 2009-02-03 Rodrigo Kumpera  <rkumpera@novell.com>
6623         * verify.c (is_compatible_boxed_valuetype): When checking if the boxed 
6624         valuetype is compatible with target type, check by inheritance as a
6625         VT is not really compatible with System.ValueType, for example.
6627         * verify.c (do_invoke_method): Improve error message.
6629         * verify.c (do_box_value): If boxing a nullable, use the type argument
6630         on stack instead.
6632         * verify.c (do_newobj): Improve error message.  
6634         Fixes #469549.
6636 2009-02-03  Miguel de Icaza  <miguel@novell.com>
6638         * appdomain.c: Add support for DISABLE_SOCKETS and DISABLE_SHADOW_COPY
6640 2009-02-03  Mark Probst  <mark.probst@gmail.com>
6642         * generic-sharing.c: Don't hold domain lock when calling
6643         instantiate_other_info().  Fixes #471958.
6645         * domain-internals.h, loader.c: Describe locking policy of domain
6646         lock vs loader lock.
6648 2009-02-03 Rodrigo Kumpera  <rkumpera@novell.com>
6650         * verify.c (mono_delegate_signature_equal): Make it possible to check
6651         first-arg-bound delegates to static method.
6653         * verify.c (verify_delegate_compatibility): Correctly verify delegates to
6654         static methods with the first arg bound.
6656         Fixes #469529.
6658 2009-02-03 Rodrigo Kumpera  <rkumpera@novell.com>
6660         * verify.c: Added stack_slot_full_name to provide decent and more meanfull
6661         errors.
6663         * verify.c (is_compatible_boxed_valuetype): Be less restrictive when not
6664         under strict mode. Any type, when boxed can be seen as a reference type.
6666         Fixes #469528.
6668 2009-02-03 Rodrigo Kumpera  <rkumpera@novell.com>
6670         * object.h: The lower bound of an array is a signed integer value.
6671         Introduce mono_array_lower_bound_t typedef. It should be used instead of
6672         gint32 as under MONO_BIG_ARRAYS it will be a gint64.
6674         * icall.c: Cast MonoArrayBounds::length to a signed value so correctly
6675         calculate the upper bound.
6676         
6677         Fixes #471252.
6679 2009-02-02  Miguel de Icaza  <miguel@novell.com>
6681         From Paolo's work, refactored, cleared up:
6682         
6683         * threadpool.c, icall.c: ifdef code that requires a working socket
6684         stack.
6686         * metadata.c (mono_metadata_field_info): Do not attempt to return
6687         a value from a function declared as void.
6689         * console-io.c: Use MONO_NULL_TTYDRIVER to remove the tty driver
6690         from the console stack.
6692         * assembly.c: use strrchr instead of rindex.
6694         * class.c, object.c, marshal.c, icall.c, reflection.c: include
6695         alloca.h on systems that have it.
6697         * environment.c: Avoid code that uses stuff from
6698         HAVE_SYS_UTSNAME_H
6699         
6700         * appdomain.c: Include sys/time.h.
6702         * console-io.c: include sys/ioctl.h if it is available.
6704 2009-02-03  Zoltan Varga  <vargaz@gmail.com>
6706         * method-builder.h (_MonoMethodBuilder): Add a 'skip_visibility' flag.
6708         * method-builder.c (mono_mb_create_method): Set method->skip_visibility from
6709         the method builder.
6711         * marshal.c: Set mb->skip_visibility instead of setting it on the method
6712         after it was created and cached, as the later is not thread safe.
6713         
6714 2009-02-02  Zoltan Varga  <vargaz@gmail.com>
6716         * mono-debug.c (mono_debug_print_stack_frame): Avoid crashes when this is
6717         called while the debugging module is not initialized. Fixes #471669.
6719 2009-02-02 Rodrigo Kumpera  <rkumpera@novell.com>
6721         * icall.c (type_from_name): Ignore reflection frames to find out the real caller.
6723         Fixes #471255.
6725 2009-02-02  Mark Probst  <mark.probst@gmail.com>
6727         * generic-sharing.c (lookup_or_register_other_info): Make sure the
6728         loader lock is not taken while the templates lock is held.  Fixes
6729         #471089.
6731 2009-02-02  Mark Probst  <mark.probst@gmail.com>
6733         * metadata.c (type_in_image): Added a check to fix a monodis
6734         crash.
6736 2009-02-02  Zoltan Varga  <vargaz@gmail.com>
6738         * marshal.c (mono_marshal_get_runtime_invoke): Add support for byref
6739         nullable arguments.
6741         * object.c (mono_runtime_invoke_array): Ditto.
6742         
6743         * marshal.c (mono_marshal_free_dynamic_wrappers): New function for
6744         freeing wrappers of dynamic methods.
6746         * loader.c (mono_free_method): Call it. Fixes #463323.
6747         
6748         * marshal.c (mono_marshal_get_runtime_invoke): Disable sharing for
6749         methods taking vtype/byref arguments, to fix yet another bug caused by
6750         the sharing of runtime invoke wrappers. Partly fixes #471259.
6752 2009-02-01  Zoltan Varga  <vargaz@gmail.com>
6754         * debug-mono-symfile.c (check_line): Return NULL instead of returning
6755         <first file in file table>:1 when the IL offset does not have an associated
6756         line number.
6758 2009-01-31  Zoltan Varga  <vargaz@gmail.com>
6760         * mono-debug.c (mono_debug_lookup_locals): New function to return local
6761         variable info for a method.
6763         * debug-mono-symfile.c (mono_debug_symfile_lookup_locals): Ditto.
6764         
6765 2009-01-30  Jb Evain  <jbevain@novell.com>
6767         * pedump.c: reuse code from monodis to make sure pedump honors
6768         MONO_PATH, which is needed to verify net_2_1 assemblies.
6770 2009-01-29  Zoltan Varga  <vargaz@gmail.com>
6772         * mono-debug.c (mono_debug_print_stack_frame): Print the IL offset even when
6773         there is no line number info.
6775 2009-01-29  Raja R Harinath  <harinath@hurrynot.org>
6777         Avoid some MonoType allocations
6778         * reflection.c (mono_reflection_initialize_generic_parameter):
6779         Reuse MonoType from param->pklass rather than allocating one.
6780         (mono_dynamic_image_free): Update to changes.
6782 2009-01-28  Raja R Harinath  <harinath@hurrynot.org>
6784         Rearrange some code to improve consistency
6785         * reflection.c (mono_reflection_setup_generic_class): Move body ...
6786         (mono_reflection_initialize_generic_parameter): ... here.
6788 2009-01-28  Zoltan Varga  <vargaz@gmail.com>
6790         * generic-sharing.c (has_constraints): Enable gshared for methods/classes
6791         with type constraints as an experiment.
6793         * boehm-gc.c (on_gc_notification): Update mono_stats.
6795 2009-01-28  Raja R Harinath  <harinath@hurrynot.org>
6797         Avoid some allocations
6798         * class-internals.h (_MonoGenericInst::type_argv): Convert from
6799         pointer to tail array to avoid extra allocation.
6800         * metadata.c (free_generic_inst): Update to changes.
6801         (mono_metadata_get_generic_inst): Likewise.  Use alloca instead of
6802         on-stack struct.
6804 2009-01-27  Zoltan Varga  <vargaz@gmail.com>
6806         * icall.c (ves_icall_System_Type_EqualsInternal): For user-defined types,
6807         return TRUE if the two type objects are the same.
6809 2009-01-26  Zoltan Varga  <vargaz@gmail.com>
6811         * marshal.c (mono_marshal_load_type_info): Fill out info->min_align.
6812         (mono_class_native_size): Use klass->marshal_info->min_align instead of
6813         klass->min_align, since klass->min_align contains the managed alignment,
6814         while the native alignment can be different, like for longs on x86.
6815         Fixes #469135.
6817         * class-internals.h (MonoMarshalType): Add a min_align field.
6819 2009-01-26 Rodrigo Kumpera  <rkumpera@novell.com>
6821         * assembly.c (mono_assembly_try_decode_skip_verification): Add a hack to check
6822         the 1.0 format.
6824 2009-01-26  Zoltan Varga  <vargaz@gmail.com>
6826         * domain-internals.h (struct _MonoJitInfo): Add a 'from_aot' field plus
6827         some comments about the usage of the used_regs field.
6829         * marshal.c (emit_marshal_ptr): Allow pointers to blittable structures.
6830         Fixes #469217.
6832 2009-01-24 Gonzalo Paniagua Javier <gonzalo@novell.com>
6834         * appdomain.c: return NULL instead of throwing FileNotFoundException
6835         when LoadAssembly() fails.
6837 2009-01-23  Mark Probst  <mark.probst@gmail.com>
6839         * metadata.c (mono_metadata_generic_param_equal): Only compare the
6840         image if the owner is NULL.  Fixes the AOT failures.
6842 2009-01-23  Zoltan Varga  <vargaz@gmail.com>
6844         * metadata.c (mono_metadata_load_generic_params): Initialize the 
6845         MonoGenericParam structure using memset so the image field is initialized
6846         as well.
6848 2009-01-21 Rodrigo Kumpera  <rkumpera@novell.com>
6850         * appdomain.c (mono_domain_unload): Change the InterlockedIncrement to
6851         a plain store.
6853 2009-01-21  Zoltan Varga  <vargaz@gmail.com>
6855         * class.c (mono_class_setup_vtable_general): In the generic instance
6856         optimization, set method->slot for abstract virtual methods. Fixes part of
6857         #467834.
6859 2009-01-21 Rodrigo Kumpera  <rkumpera@novell.com>
6861         * domain-internals.h: Add new appdomain state MONO_APPDOMAIN_UNLOADING_START
6862         which signals that the unloading has started but all appdomain services must
6863         remain operational.
6865         * appdomain.c (mono_domain_unload): The initial state for unloading now
6866         is unloading_start and we switch to unloading after the managed call to
6867         AppDomain::DomainUnload has finished.
6869         The new unloading state has to be created because managed code in the
6870         DomainUnload event can depend on things like the threadpool still working.
6871         The domain must remain fully functional while the event executes.
6873         This shown as an issue due to Process::WaitForExit, which waits for
6874         async reads of stdout and stderr to complete. Since those are processed
6875         in the threadpool the code deadlocks because the DomainUnload callback 
6876         waits for the async read finished event, which should have been set by a
6877         threadpool job but has been discarded due to the domain been in unload
6878         state.
6880 2009-01-21  Mark Probst  <mark.probst@gmail.com>
6882         * metadata.c (mono_metadata_generic_param_equal): Owner as well as
6883         image must match.
6885 2009-01-21  Mark Probst  <mark.probst@gmail.com>
6887         * reflection.c (resolve_object): For fields, inflate the class and
6888         then get the field in the inflated class.
6890 2009-01-20  Mark Probst  <mark.probst@gmail.com>
6892         * object-internals.h (struct _MonoException): Added a comment
6893         explaining the new use of trace_ips.
6895 2009-01-20  Mark Probst  <mark.probst@gmail.com>
6897         * generic-sharing.c (inflate_other_data): Inflate array methods
6898         correctly.
6900         * loader.c, class-internals.h: Rename search_in_array_class() to
6901         mono_method_search_in_array_class() and make it non-static.
6903 2009-01-19  Zoltan Varga  <vargaz@gmail.com>
6905         * metadata.c (inflated_signature_in_image): Call signature_in_image as well.
6906         Hopefully fixes #458168.
6908 2009-01-19  Christian Hergert  <christian.hergert@gmail.com>
6910         * object.c (mono_raise_exception): Remove call to InterlockedIncrement
6911         as it is performed elsewhere.
6913         Code is contributed under MIT/X11 license
6915 2009-01-19  Christian Hergert  <christian.hergert@gmail.com>
6917         * mono-perfcounters-def.h: Add counters for asp.net requests total and
6918         requests queued.
6919         * object.c (mono_raise_exception): Increment the exceptions total
6920         counter when an exception is thrown.
6921         * class-internals.h: Add a location for storing the total number of
6922         asp.net requests served.
6923         * mono-perfcounters.c: Implement update support for asp.net counters
6924         from the class libraries. Implement read support for asp.net counters
6925         and exceptions total counter.
6927 2009-01-19  Zoltan Varga  <vargaz@gmail.com>
6929         * loader.c (search_in_array_class): Call mono_class_setup_methods () before
6930         accessing klass->methods. Fixes #467385.
6932 2009-01-18  Zoltan Varga  <vargaz@gmail.com>
6934         * marshal.c (emit_marshal_custom): Avoid calling MarshalNativeToManaged
6935         for byval arguments without an [Out] attribute. Fixes #467212.
6937         * attach.c: Applied patch from Koushik Dutta (koush@koushikdutta.com). 
6938         Fix compilation under android.
6939         
6940         * sgen-gc.c: Instead of scanning gray objects after all roots have been 
6941         processed, scan them directly after they are copied, to achieve better locality
6942         and cache usage.
6944         * socket-io.c: Applied patch from Koushik Dutta
6945         (koush@koushikdutta.com). Disable IPV6 when running under android.
6947 2009-01-18  Zoltan Varga  <vargaz@gmail.com>
6949         * icall.c (ves_icall_InternalExecute): Add write barriers.
6951         * marshal.c (mono_marshal_get_write_barrier): Remove, this is now done in
6952         the GC code.
6954         * sgen-gc.c: Implement write barriers in IL code.
6956 2009-01-17  Geoff Norton  <gnorton@novell.com>
6958         * image.c: Avoid trying to walk the reference table of dynamic assemblies.
6960 2009-01-17  Geoff Norton  <gnorton@novell.com>
6962         * image.c: When unloading the image->references table, there can be gaps
6963         in it.  Ensure that we iterate every entry to avoid leaking assembly references
6964         when unloading an appdomain.
6966 2009-01-16  Zoltan Varga  <vargaz@gmail.com>
6968         * sgen-gc.c: Add support for allocating a nursery at an aligned address, to
6969         speed up ptr-in-nursery checks.
6971         * threads.c (mono_threads_abort_appdomain_threads): Abort threads outside the
6972         threads_lock () to prevent deadlocks.
6974         * sgen-gc.c gc-internal.h: Add a new root type root-with-wbarrier, which
6975         does not need to be scanned during minor collections, since writes to it
6976         must use write barriers.
6978 2009-01-15 Rodrigo Kumpera  <rkumpera@novell.com>
6980         * metadata-verify.c: Add pe nt header verification.
6981         
6982 2009-01-15  Zoltan Varga  <vargaz@gmail.com>
6984         * gc.c: Fix a few warnings when using SGEN.
6986 2009-01-14 Rodrigo Kumpera  <rkumpera@novell.com>
6988         * metadata-verify.c: Add pe optional header verification.
6990 2009-01-15  Zoltan Varga  <vargaz@gmail.com>
6992         * sgen-gc.c: Add support for user defined marker functions, used by
6993         MonoGHashTable to avoid registering a GC root for every hash node.
6995 2009-01-14  Zoltan Varga  <vargaz@gmail.com>
6997         * sgen-gc.c: Fix warnings. Optimize copy_object () a bit. Split pinned/
6998         non-pinned roots into separate hashes to avoid having to traverse them
6999         in functions which are only interested in one kind.
7001 2009-01-13 Rodrigo Kumpera  <rkumpera@novell.com>
7003         * metadata-verify.c: Add pe header machine field verification.
7004         
7005 2009-01-13 Rodrigo Kumpera  <rkumpera@novell.com>
7007         * metadata-verify.c: Add pe header size verification.
7009 2009-01-14  Zoltan Varga  <vargaz@gmail.com>
7011         * reflection.c (ALLOC_REFENTRY): Don't allocate the ReflectionEntry structures
7012         using the GC, they don't contain references.
7014         * domain.c (mono_domain_create): Create ldstr_table using MONO_HASH_KEY_VALUE_GC.
7016 2009-01-13  Geoff Norton  <gnorton@novell.com>
7018         * appdomain.c|h: Expose mono_domain_unload to the embedding api so that 
7019         AppDomains created on the native side can be cleaned up on the native side.
7021 2009-01-13  Geoff Norton  <gnorton@novell.com>
7023         * appdomain.c: Ensure that we call mono_context_init for the embedding api
7024         as well as the managed api.
7026 2009-01-13  Geoff Norton  <gnorton@novell.com>
7028         * appdomain.h|c: New API for creating a MonoDomain in the embedding api
7029         with a MonoAppDomain initialized against it.
7031 2009-01-13  Zoltan Varga  <vargaz@gmail.com>
7033         * reflection.c (MOVING_GC_REGISTER): Fix a warning.
7034         
7035         * reflection.c (mono_image_get_generic_param_info): Use MOVING_GC_REGISTER.
7037         * marshal.c: Avoid setting the exception clauses after a method has been entered 
7038         into the wrapper caches. Fixes #465700.
7040         * method-builder.c (mono_mb_set_clauses): New function to set the clauses of the
7041         method builder.
7042         (mono_mb_create_method): Set the clauses from the method builder.
7044 2009-01-13 Gonzalo Paniagua Javier <gonzalo@novell.com>
7046         * threadpool.c: include sys/socket.h. Fixes compilation on FreeBSD.
7047         Patch from Makoto Kishimoto.
7049 2009-01-13  Zoltan Varga  <vargaz@gmail.com>
7051         * sgen-gc.c (mono_gc_make_descr_from_bitmap): Handle large bitmaps by 
7052         encoding them as ROOT_DESC_COMPLEX.
7053         (precisely_scan_objects_from): Implement support for ROOT_DESC_COMPLEX.
7055 2009-01-12  Zoltan Varga  <vargaz@gmail.com>
7057         * sgen-gc.c (scan_from_remsets): Clear the global remset of pointers which
7058         no longer point to the nursery.
7060         * sgen-gc.c: Add a few comments/FIXMEs.
7061         
7062         * sgen-gc.c: Implement scanning of the alloc_pinned objects.
7064         * marshal.c (mono_marshal_get_synchronized_wrapper): Make the 
7065         initialization of the various _method variables thread safe. Fixes
7066         #465377.
7068 2009-01-12  Mark Probst  <mark.probst@gmail.com>
7070         * domain.c, domain-internals.h: Remove the shared_generics_hash
7071         and its lookup functions.
7073 2009-01-12  Bill Holmes  <billholmes54@gmail.com>
7075         * socket-io.c:  Fixing the MSVC build. 
7077         Code is contributed under MIT/X11 license.
7079 2009-01-12 Rodrigo Kumpera  <rkumpera@novell.com>
7081         * metadata-verify.c: Add pe header watermark verification.
7083 2009-01-09 Rodrigo Kumpera  <rkumpera@novell.com>
7085         * metadata-verify.c: Add lfanew verification.
7087 2009-01-12  Jb Evain  <jbevain@novell.com>
7089         * tabldefs.h: rename METHOD_ATTRIBUTE_CHECK_ACCESS_ON_OVERRIDE to
7090         METHOD_ATTRIBUTE_STRICT to match the ECMA terminology.
7092 2009-01-10  Zoltan Varga  <vargaz@gmail.com>
7094         * socket-io.c: Fix the build.
7096         * environment.c: Fix an #ifdef.
7098 2009-01-09  Zoltan Varga  <vargaz@gmail.com>
7100         * threadpool.c (async_invoke_thread): Handle the wait function returning
7101         WAIT_IO_COMPLETION as well.
7102         (async_invoke_io_thread): Ditto.
7104 2009-01-09  Bill Holmes  <billholmes54@gmail.com>
7106         * threads.c: Fixing the Windows build.
7108         Code is contributed under MIT/X11 license.
7110 2009-01-09  Zoltan Varga  <vargaz@gmail.com>
7112         * threads.c (signal_thread_state_change): Call wapi_interrupt_thread () to
7113         interrupt a wait.
7114         (mono_thread_execute_interruption): Call wapi_clear_interruption () to enable
7115         the thread to wait again.
7117 2009-01-09 Rodrigo Kumpera  <rkumpera@novell.com>
7119         * metadata-verify.c: Initial skeleton of the metadata verifier.
7121         * pedump.c: Add support for the metadata verifier.
7123         * verify-internal.h: Export the whole assembly metadata verifier function.
7125 2009-01-09 Rodrigo Kumpera  <rkumpera@novell.com>
7127         * gc.c (mono_gc_init): Fix the comments about deadlock on windows.
7129 2009-01-09  Zoltan Varga  <vargaz@gmail.com>
7131         * Makefile.am: Upgrade dtrace-prelink.sh location.
7133 2009-01-08 Rodrigo Kumpera  <rkumpera@novell.com>
7135         * gc.c (mono_gc_init): Wait for finalizer thread to init on windows as
7136         well. Otherwise the shutdown deadlock that happens on unix will can happen
7137         as well.
7138         If the main thread code finishes too fast it's possible that the finalizer
7139         thread won't have executed yet, won't record itself as the finalizer thread
7140         and the shutdown sequence will wait on it forever.
7142 2009-01-08 Rodrigo Kumpera  <rkumpera@novell.com>
7144         * threads.c (mono_thread_current): Make THREAD_DEBUG work on windows
7145         with MSVC.
7147 2009-01-08  Miguel de Icaza  <miguel@novell.com>
7149         * appdomain.c: Initialize the mono_strtod_mutex here, thanks to
7150         Robert Jordan for pointing this out.
7152 2009-01-08  Christian Prochnow  <cproch@seculogix.de>
7154         * icall.c
7155         * icall-def.h: added internal calls ves_icall_System_IO_DriveInfo_GetDiskFreeSpace,
7156         ves_icall_System_IO_DriveInfo_GetDriveType.
7158 2009-01-07  Miguel de Icaza  <miguel@novell.com>
7160         * icall.c: Wrap calls to mono_strtod in CriticalSection
7161         invocations when using eglib, to work around #464316.
7163 2009-01-07 Rodrigo Kumpera  <rkumpera@novell.com>
7165         * file-io.c (ves_icall_System_IO_MonoIO_GetCurrentDirectory): Double check the
7166         return value of GetCurrentDirectory to never access unitialized memory.
7168 2009-01-07 Rodrigo Kumpera  <rkumpera@novell.com>
7170         * file-io.c (ves_icall_System_IO_MonoIO_GetCurrentDirectory): Properly check the
7171         return value of GetCurrentDirectory and expand the buffer if needed.
7173         Fixes #459094.
7175 2009-10-07 Tom Hindle  <tom_hindle@sil.org>
7177         * marshal.c (GetIUnknownForObjectInternal, GetIUnknownForObjectInternal) : 
7178           Adding a call to mono_init_com_types.
7180         Code is contributed under MIT/X11 license.
7182 2009-01-07  Geoff Norton  <gnorton@novell.com>
7184         * socket-io.c: ioctlsocket(FIONREAD) returns the size of the UDP header as well on 
7185         darwin.  Use getsockopt SO_NREAD instead to get the right values for TCP and UDP.
7186         ai_canonname can be null in some cases on darwin, where the runtime assumes it will 
7187         be the value of the ip buffer.
7189 2009-01-06 Rodrigo Kumpera  <rkumpera@novell.com>
7191         * verify.c (mono_class_interface_implements_interface): Verify parents as we can't rely on
7192         interfaces_packed here.
7194         Fixes part of #463294.
7196 2009-01-06 Rodrigo Kumpera  <rkumpera@novell.com>
7198         * verify.c (is_array_type_compatible): Ignore bounds and sizes when checking array compatibility.
7200         Fixes part of #463294.
7202 2009-01-06 Rodrigo Kumpera  <rkumpera@novell.com>
7204         * verify.c (stack_slot_is_complex_type_not_reference_type): Check if the type
7205         is a boxed complex as well.
7207         Fixes part of #463294.
7209 2009-01-06 Rodrigo Kumpera  <rkumpera@novell.com>
7211         * reflection.c (mono_image_get_methodref_token): Add an extra create_typespec parameter to
7212         control if a methodspec should be created for the generic method definition from external assemblies.
7213         Caching of methodspec is done using the handleref hash table.
7215         Fixes #462592.
7217 2009-01-05 Rodrigo Kumpera  <rkumpera@novell.com>
7219         * loader.c (find_method): When searching the interfaces of a class
7220         check the transitive closure of implemented interfaces.
7222         Fixes #463303.
7224 2009-01-03 Rodrigo Kumpera  <rkumpera@novell.com>
7226         * class.c (get_implicit_generic_array_interfaces): Improve debugging code.
7227         
7228 2009-01-03 Rodrigo Kumpera  <rkumpera@novell.com>
7230         * class.c (get_implicit_generic_array_interfaces): Extract valuetype
7231         interfaces calculation to fill_valuetype_array_derived_types.
7233         * class.c (get_implicit_generic_array_interfaces): Valuetypes need IList /
7234         ICollection / IEnumerator interfaces for their extra twin type - sbyte for byte
7235         for example.
7237         * class.c (get_implicit_generic_array_interfaces): InternalEnumerator gets
7238         interfaces for valuetypes if needed.    
7240         * class.c (fill_valuetype_array_derived_types): Enums should have interfaces
7241         for their basetype as well. Types are array expanded if rank is > 0.
7243         Fixes #400716.
7245 2008-12-30  Bill Holmes  <billholmes54@gmail.com>
7247         * socket-io.h : Changing the signature of
7248           ves_icall_System_Net_Sockets_Socket_Accept_internal to pass
7249           the blocking state.
7251         * icall-def.h :  Changing the signature of
7252           System.Net.Sockets.Socket.Accept_internal to pass the blocking state.
7254         * socket-io.c (ves_icall_System_Net_Sockets_Socket_Accept_internal) :
7255           For Windows only.  Avoid blocking when calling accept by
7256           querying for a connection via select.  The loop also queries
7257           the thread state every 1000 micro seconds for the thread
7258           stop state.  This will avoid the process hanging on shutdown
7259           when using a TcpChannel that is never connected to.
7261         Code is contributed under MIT/X11 license.
7263 2008-12-30  Marek Safar  <marek.safar@gmail.com>
7265         * tabledefs.h: Add METHOD_ATTRIBUTE_CHECK_ACCESS_ON_OVERRIDE.
7267 2008-12-26 Rodrigo Kumpera  <rkumpera@novell.com>
7269         * class.c (get_implicit_generic_array_interfaces): Extract common
7270         code to a helper function making it a lot easier on the eyes.
7272 2008-12-26 Rodrigo Kumpera  <rkumpera@novell.com>
7274         * class.c (get_implicit_generic_array_interfaces): If the internal
7275         enumerator is an interface inflate System.Object instead of itself.
7277         Fixes #461261.
7279 2008-12-24 Rodrigo Kumpera  <rkumpera@novell.com>
7281         * object.c (mono_runtime_invoke_array): Don't assert with
7282         byref nullable types.
7284         * marshal.c (mono_marshal_get_runtime_invoke): To handle
7285         byref nullables we unbox the object and store it on the
7286         stack. 
7287         We can't use the boxed object since it is the T of Nullable<T>
7288         and the boxed representation of a nullable it's underlying type
7289         or null.
7290         We could cheat and create a boxed nullable and use the same
7291         machinery of other byref VTs but this feels like a hack and
7292         using the stack has the bonus of reducing heap pressure.
7294         Fixes #461941.
7296 2008-12-23 Rodrigo Kumpera  <rkumpera@novell.com>
7298         * marshal.c (mono_marshal_emit_managed_wrapper): Handle char
7299         return value.
7301         Fixes #461867.
7303 2008-12-19  Bill Holmes  <billholmes54@gmail.com>
7305         * icall-def.h : Adding an internal call definition for 
7306           System.Environment.internalBroadcastSettingChange.
7308         * icall.c : Adding a Windows only implementation to broadcast a 
7309           WM_SETTINGCHANGE when an environment variable has changed.
7311         Code is contributed under MIT/X11 license.
7313 2008-12-19  Mark Probst  <mark.probst@gmail.com>
7315         * class.c, class-internals.h: Made
7316         mono_class_has_parent_and_ignore_generics() non-static.
7318 Thu Dec 18 16:35:22 CET 2008 Paolo Molaro <lupus@ximian.com>
7320         * image.c: deal with the mmap failing when loading an image.
7322 2008-12-17  Geoff Norton  <gnorton@novell.com>
7324         * threadpool.c: Ensure that the io_queue_lock is initialized
7325         in all circumstances, as we always attempt to cleanup against it.
7327 2008-12-17  Miguel de Icaza  <miguel@novell.com>
7329         * icall.c (ves_icall_System_Environment_get_Platform): For
7330         compatibility reasons for existing client code we will keep
7331         returning 4 for a while.   
7333         For how long will depend on the documentation being updated, and
7334         for us to give client code a chance to be updated.
7336         This reverts the original decison on #433108 since we did not
7337         catch roughly 33 instances of the broken code in our own source
7338         code base, we did not catch failures on the buildbots, and QA did
7339         not bring this as a problem.
7341         Only today I found some customer's code breaking due to our own
7342         class libraries not being fully updated and tracked it down to
7343         this change.  I am reverting it because if we could not even get
7344         our story straight in our own code base, how can we hope that our
7345         end user code be fixed?
7347         As of this morning, our Wiki page that documents how to detect
7348         Unix had not been fixed.    
7350 2008-12-16  Zoltan Varga  <vargaz@gmail.com>
7352         * metadata.c (inflated_method_in_image): Add a workaround for #458168.
7354         * class.c (mono_class_get_fields): Handle loading errors.
7356 2008-12-12 Mark Mason <mmason@upwardaccess.com>
7358         * 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.
7359         
7360 2008-12-12 Gonzalo Paniagua Javier <gonzalo@novell.com>
7362         * mono-perfcounters.c: avoid warning.
7364 2008-12-12 Rodrigo Kumpera  <rkumpera@novell.com>
7366         * reflection.c (ensure_runtime_vtable): Work on generic instances and
7367         make sure all interfaces have MonoClass::interface_id set.
7369         * reflection.c (ensure_generic_class_runtime_vtable): Ensure the
7370         method table is property set.
7372 2008-12-12 Rodrigo Kumpera  <rkumpera@novell.com>
7374         * class.c: New function mono_class_setup_interface_id that setup
7375         MonoClass::interface_id if needed.
7377         * class-internals.h: Export new function.
7379 2008-12-12 Rodrigo Kumpera  <rkumpera@novell.com>
7381         * class.c: Add code to sanity check the vtable after setup_vtable_general
7382         has done it's work.
7384 2008-12-11 Gonzalo Paniagua Javier <gonzalo@novell.com>
7386         * icall.c: make Assembly.GetExecutingAssembly work properly when
7387         reflection is used to invoke the method.
7388         Bug #321781 fixed.
7390 2008-12-11  Mark Probst  <mark.probst@gmail.com>
7392         * metadata/generic-sharing.c: Look for constraints in all type
7393         arguments, not just the first one.
7395 2008-12-10 Gonzalo Paniagua Javier <gonzalo@novell.com>
7397         * appdomain.c: return the correct CodeBase for an Assembly instance
7398         that was loaded from the shadow-copy directories.
7399         Bug #458190 fixed.
7401 2008-12-10  Zoltan Varga  <vargaz@gmail.com>
7403         * sgen-gc.c (build_nursery_fragments): Clear nursery_next/nursery_frag_real_end.
7405         * sgen-gc.c (check_object): New debugging helper function.
7407         * object.c: Fix calls to mono_value_copy_array ().
7409 2008-12-10 Rodrigo Kumpera  <rkumpera@novell.com>
7411         * class.c (mono_class_setup_fields): If working on an inflated class
7412         first check if the generic definition did init with success.
7414         Fixes #445361.
7416 2008-12-10 Rodrigo Kumpera  <rkumpera@novell.com>
7418         pedump.c (main): Fix a warning.
7420 2008-12-10  Bill Holmes  <billholmes54@gmail.com>
7422         * object-internals.h : Adding a definition for 
7423           MonoReflectionComVisibleAttribute.
7425         * marshal.c (cominterop_com_visible) :  Method added to check the 
7426           ComVisible attribute of a class.
7428         * marshal.c (cominterop_raise_hr_exception, cominterop_get_interface) :  
7429           cominterop_raise_hr_exception added to consolidate common code 
7430           to raise hr exceptions.
7432         * marshal.c (cominterop_can_support_dispatch) :  Method added to determine 
7433           if a managed class should support IDispatch.
7435         * marshal.c 
7436           (cominterop_get_idispatch_for_objec, cominterop_ccw_queryinterfacet) :  
7437           Added additional checks for managed object when getting 
7438           an IDispatch interface.
7440         Code is contributed under MIT/X11 license.
7442 2008-12-10 Rodrigo Kumpera  <rkumpera@novell.com>
7444         pedump.c (main): Handle mono_get_method () returning NULL. 
7446 2008-12-09  Zoltan Varga  <vargaz@gmail.com>
7448         * marshal.h: Fix a warning.
7450 2008-12-09  Bill Holmes  <billholmes54@gmail.com>
7452         * marshal.c : Adding cominterop_release_all_rcws to release all
7453           runtime callable wrappers held by the runtime.
7455         * marshal.h : Adding declaration for cominterop_release_all_rcws.
7456           
7457         Code is contributed under MIT/X11 license.
7459 2008-12-09  Zoltan Varga  <vargaz@gmail.com>
7461         * metadata.c (mono_image_alloc_lock): New helper function.
7462         (mono_image_alloc0_lock): Ditto.
7464         * metadata.c: Use the alloc_lock () helper functions for allocating
7465         memory from the image mempool.
7467 2008-12-08 Rodrigo Kumpera  <rkumpera@novell.com>
7469         * class.c (mono_class_from_generic_parameter): Document it's
7470         locking behavior. Fix double checked locking here, we stored in
7471         param->pklass a partially initialized MonoClass and no membar was used.
7473 2008-12-05  Marek Habersack  <mhabersack@novell.com>
7475         * sysmath.c (ves_icall_System_Math_Round2): if round (3) and rint
7476         (3) functions are present in the C library use them to do the
7477         job. If they are absent, make sure that the sum of int_part and
7478         dec_part is rounded before returning. This is necessary due to the
7479         division of dec_part by the power of 10 before the final addition
7480         is performed - if the result is not rounded in some cases it will
7481         yield invalid results.
7483 2008-12-04  Zoltan Varga  <vargaz@gmail.com>
7485         * marshal.c (mono_marshal_emit_native_wrapper): Add AOT support for pinvoke
7486         wrappers by emitting the function address using a CEE_MONO_ICALL_ADDR 
7487         instruction instead of a pointer constant.
7489 2008-12-03  Zoltan Varga  <vargaz@gmail.com>
7491         * loader.c (mono_method_get_header): Do most of the work outside the
7492         loader lock, to avoid assembly load hook deadlocks.
7494         * metadata.c (mono_metadata_parse_mh_full): Use finer-grained locking.
7495         (mono_metadata_parse_type_full): Ditto.
7497 2008-12-02 Rodrigo Kumpera  <rkumpera@novell.com>
7499         * mempool.c (mono_backtrace): Take the number of allocated bytes as argument.
7500         Make the stack depth fixed. Ensure proper argument passing to the backtrace
7501         funtions. Finally, use a lock to produce well ordered output.
7503         The lock looks silly, as all calls to the corlib mempool should be guarded
7504         with the loader lock, but for some reason this fact doesn't help. 
7506         * mempool.c (mono_mempool_alloc0): Add support for TRACE_ALLOCATIONS.
7508 2008-12-02  Mark Probst  <mark.probst@gmail.com>
7510         * socket-io.c: 64 bit big-endian fixes.
7512 2008-12-01 Rodrigo Kumpera  <rkumpera@novell.com>
7514         * verify.c (is_compatible_boxed_valuetype): Rewrite function to work properly with
7515         targets that require strict compatibility between the types.
7517         * verify.c (verify_stack_type_compatibility_full): Boxed values are not compatible
7518         to unboxed types. All cases that this is true are checked by is_compatible_boxed_valuetype.
7519         Kill the strict argument and create a new one valuetype_must_be_boxed.
7521         * verify.c (verify_delegate_compatibility): Use verify_stack_type_compatibility_full to
7522         state that all valuetypes must be boxed.
7524         Fixes #448560.
7526 2008-11-29  Kornél Pál  <kornelpal@gmail.com>
7528         * coree.c (MonoFixupExe): Use sizeof(IMAGE_BASE_RELOCATION) instead of
7529         IMAGE_SIZEOF_BASE_RELOCATION as newer Vista SDKs no longer define the latter.
7531         Contributed under MIT/X11 license.
7533 2008-11-28 Rodrigo Kumpera  <rkumpera@novell.com>
7535         * class.c (mono_class_setup_fields): Don't copy MonoType::attrs as
7536         the inflate_generic_type machinery should handle it.
7538         This avoids a crash when the field's flags is zero and it's type is
7539         a primitive.
7540         What happens is that mono_metadata_parse_type_full will see that opt_attrs
7541         is zero and will return one of the cached built-in primitive types. Since
7542         those types live in read-only memory, the code that copies it crashes.  
7544 2008-11-28  Mark Probst  <mark.probst@gmail.com>
7546         * object.c: Don't put function descriptors into generalized IMT
7547         thunks.
7549 2008-11-28  Mark Probst  <mark.probst@gmail.com>
7551         * class.c: Enable generic code sharing on PPC64.
7553 2008-11-27  Mark Probst  <mark.probst@gmail.com>
7555         * mempool.c, mempool-internals.h: Added g_slist_append_mempool()
7556         from mini/mini.c.
7558         * generic-sharing.c: Allocate the method template slists from the
7559         image mempool so it doesn't leak.
7561 2008-11-27 Rodrigo Kumpera  <rkumpera@novell.com>
7563         * class.c (generic_array_methods): Release the linked list.
7565 2008-11-27  Mark Probst  <mark.probst@gmail.com>
7567         * marshal.c (mono_string_builder_to_utf8): Fixed a wrong
7568         invocation to g_utf16_to_utf8().
7570 2008-11-26  Mark Probst  <mark.probst@gmail.com>
7572         * icall.c (mono_ArgIterator_IntGetNextArg): Handle sub-word sized
7573         arguments on big endian archs.
7575 2008-11-25 Gonzalo Paniagua Javier <gonzalo@novell.com>
7577         * reflection.c: (_mono_reflection_parse_type) skip leading spaces in
7578         the type name (test added in corlib).
7580 2008-11-25 Gonzalo Paniagua Javier <gonzalo@novell.com>
7582         * pedump.c: initialize perf. counters. Fixes a segv.
7584 2008-11-25  Martin Baulig  <martin@ximian.com>
7586         * mono-debug-debugger.c
7587         (mono_debugger_runtime_invoke): Return the exception object if an
7588         exception was thrown.  Visual Studio displays the exception object
7589         in the locals window.
7591 2008-11-24  Mark Probst  <mark.probst@gmail.com>
7593         * mini-trampolines.c (mono_delegate_trampoline): Don't return a
7594         ftnptr.
7596 2008-11-24  Mark Probst  <mark.probst@gmail.com>
7598         * marshal.c (mono_type_native_stack_size): MONO_TYPE_I and
7599         MONO_TYPE_U are sizeof (gpointer), too.
7601 2008-11-24  Mark Probst  <mark.probst@gmail.com>
7603         * marshal.c (mono_type_native_stack_size): Fixed size and
7604         alignment for reference types.
7606 2008-11-23  Mark Probst  <mark.probst@gmail.com>
7608         * class.c (mono_class_generic_sharing_enabled): Disable generic
7609         code sharing for PPC64.
7611 2008-11-21 Rodrigo Kumpera  <rkumpera@novell.com>
7613         * icall.c (mono_method_get_equivalent_method): Make sure
7614         method->klass->methods is inited before looping over it.
7616 2008-11-20 Gonzalo Paniagua Javier <gonzalo@novell.com>
7618         * object.c: when calling ExecuteAssembly in a newly created domain,
7619         the configuration file and application base are already set up.
7620         Bug #446353 take 2 fixed.
7622 2008-11-20  Zoltan Varga  <vargaz@gmail.com>
7624         * marshal.c: Add support for MONO_TYPE_GENERICINST to some functions.
7625         Fixes #444715. Fix a warning.
7627 2008-11-18 Gonzalo Paniagua Javier <gonzalo@novell.com>
7629         * appdomain.c: write the full path of the assembly to the .ini file
7630         created when "shadow-copying"
7631         Bug #446353 fixed.
7633 2008-11-18  Zoltan Varga  <vargaz@gmail.com>
7635         * debug-helpers.c (mono_method_full_name): Stringify wrapper types even
7636         if signature==FALSE.
7638 2008-11-17  Bill Holmes  <billholmes54@gmail.com>
7640         * marshal.h : Fix the cygwin build.
7641            marshal.c:12442: undefined reference to `_IID_IMarshal'
7642           
7643         Code is contributed under MIT/X11 license.
7645 2008-11-17  Bill Holmes  <billholmes54@gmail.com>
7647         * marshal.h : cominterop_ccw_getfreethreadedmarshaler added to return the
7648           free threaded marshaler when QueryInterface is called on a COM callable
7649           wrapper requesting the IMarshal interface.
7650           
7651         Code is contributed under MIT/X11 license.
7653 2008-11-14  Zoltan Varga  <vargaz@gmail.com>
7655         * domain-internals.h (MonoDomain): Update MONO_DOMAIN_LAST_GC_TRACKED.
7657         * reflection.c (mono_type_get_object): Special case the very common
7658         void type.
7660         * domain-internals.h (struct _MonoDomain): Add 'typeof_void' field to
7661         hold typeof(void).
7663 2008-11-13  Bill Holmes  <billholmes54@gmail.com>
7665         * process.h : Adding method declaration for
7666           ves_icall_System_Diagnostics_Process_WaitForInputIdle_internal.
7667           
7668         * process.c : Adding implementation for
7669           ves_icall_System_Diagnostics_Process_WaitForInputIdle_internal.
7670           
7671         * icall-def.h : Registering ICALL Processs.WaitForInputIdle_internal
7672           to ves_icall_System_Diagnostics_Process_WaitForInputIdle_internal.
7674         Code is contributed under MIT/X11 license.
7676 2008-11-10  Rodrigo Kumpera  <rkumpera@novell.com>
7678         * appdomain.c (unload_thread_main): Clean up threadpool by
7679         calling mono_thread_pool_remove_domain_jobs.
7681         * domain-internals.h (struct _MonoDomain): Add new fields to
7682         help coordinate the cleanup of the threadpool.
7684         * threadpool.c (mono_thread_pool_remove_domain_jobs): New fuction
7685         that cleans up the threadpool of all jobs associated with an appdomain.
7686         It does that by cleaning up the queues and making sure all active
7687         threads are accounted.
7689         * threadpool.c (async_invoke_io_thread): Ignore job if its domain is
7690         unloaded or in the process of. Take this is such way that there is
7691         no race condition between another thread starting the unload and the
7692         current thread acknowledging it.
7694         * threadpool.c (async_invoke_thread): Same.
7696         * threadpool.c (start_io_thread_or_queue): Increment threadpool_jobs before
7697         firing the new thread.
7699         * threadpool.c (start_tpthread): Same.
7701         * theadpool.c (append_job): Increment threadpool_jobs before queueing.
7703         * threadpool.h: Add mono_thread_pool_remove_domain_jobs.
7705 2008-11-06  Jonathan Chambers  <joncham@gmail.com>
7707         * file-io.c (ves_icall_System_IO_MonoIO_DuplicateHandle): 
7708         Add support for DuplicateHandle.
7709         
7710         * file-io.h (ves_icall_System_IO_MonoIO_DuplicateHandle): 
7711         Add support for DuplicateHandle.
7712         
7713         * icall-def.h (ves_icall_System_IO_MonoIO_DuplicateHandle): 
7714         Add support for DuplicateHandle.
7716         Code is contributed under MIT/X11 license.
7718 2008-11-06  Mark Probst  <mark.probst@gmail.com>
7720         * class-internals.h: Make min_align into a whole byte.
7722         * class.c: Set min_align for SIMD types to 16.
7724 2008-11-05  Geoff Norton  <gnorton@novell.com>
7726         * attach.c: Default the attacher to enabled for all cases including
7727         embedded.
7729 Wed Nov 5 16:33:41 CET 2008 Paolo Molaro <lupus@ximian.com>
7731         * monitor.c, class-internals.h, wrapper-types.h: revert incorrect
7732         change r117650.
7734 2008-11-04  Mark Probst  <mark.probst@gmail.com>
7736         * monitor.c, monitor.h: New function for querying offsets of
7737         members of MonoThreadsSync.
7739 2008-11-04  Zoltan Varga  <vargaz@gmail.com>
7741         * marshal.c (mono_marshal_get_runtime_invoke): Use runtime_invoke_direct_cache
7742         to speed up this function and to avoid the boundless memory growth caused by
7743         the signature_dup () calls.
7745 2008-11-02  Zoltan Varga  <vargaz@gmail.com>
7747         * monitor.c (mono_monitor_get_fast_enter_method): Add a proper type for the
7748         wrapper.
7750         * class-internals.h (struct _MonoMethod): Increase the size of 'wrapper_type'
7751         by 1 bit.
7753         * wrapper-types.h: Add MONO_WRAPPER_MONITOR_FAST_ENTER/EXIT.
7755 2008-10-31 Gonzalo Paniagua Javier <gonzalo@novell.com>
7757         * appdomain.c:
7758         * domain-internals.h: made mono_set_private_bin_path_from_config()
7759         "internal".
7760         * object.c: call the above function after setting the configuration
7761         file path for the root domain.
7762         Fixes bug #314478.
7764 2008-10-31 Gonzalo Paniagua Javier <gonzalo@novell.com>
7766         * assembly.c: when the assembly is loaded from an absolute path, end
7767         basedir with a directory separator.
7768         Bug #440781 fixed.
7770 2008-10-30  Mark Probst  <mark.probst@gmail.com>
7772         * monitor.c (mono_monitor_get_fast_enter_method): If
7773         CompareExchange is not available, don't create the fastpath
7774         instead of asserting.  (The method is missing in the 1.1 profile.)
7776 2008-10-30  Mark Probst  <mark.probst@gmail.com>
7778         * marshal.c, marshal.h: Rename signature_no_pinvoke() and make it non-static.
7780         * monitor.c, monitor.h: Code for generating Monitor.Enter and
7781         Monitor.Exit IL fastpaths.
7783 2008-10-28  Rodrigo Kumpera  <rkumpera@novell.com>
7785         * class.c (mono_class_create_from_typedef): Added Vector2ul.
7787 2008-10-28  Rodrigo Kumpera  <rkumpera@novell.com>
7789         * class.c (mono_class_create_from_typedef): Added Vector2l.
7791 2008-10-27  Rodrigo Kumpera  <rkumpera@novell.com>
7793         * class.c (mono_class_create_from_typedef): Added Vector2d.
7795 2008-10-27 Gonzalo Paniagua Javier <gonzalo@novell.com>
7797         * appdomain.c: translate \ into / for cache_path.
7798         * domain-internals.h: new mono_is_shadow_copy_enabled().
7799         * icall.c: (fill_reflection_assembly_name) do the same path
7800         manipulations that get_code_base does.
7801         (get_code_base) use mono_is_shadow_copy_enabled.
7803 2008-10-26 Gonzalo Paniagua Javier <gonzalo@novell.com>
7805         * appdomain.c: shadow-copied assemblies go to CachePath +
7806         ApplicationName when both are set. DynamicBase has nothing to do with
7807         shadow copies.
7808         Bug #406877 fixed.
7810 2008-10-26  Zoltan Varga  <vargaz@gmail.com>
7812         * reflection.c (encode_locals): Use a cache to avoid duplicate entries in the
7813         STANDALONESIG table.
7815         * metadata-internals.h (struct _MonoDynamicImage): Add cache for
7816         standalone signatures.
7818         * marshal.c (mono_marshal_get_runtime_invoke): Rewrite the signature 
7819         comparison code: instead of comparing the signatures using a custom
7820         equals function, transform them to a common signature and compare that. This
7821         works better with AOT.
7823 2008-10-25  Zoltan Varga  <vargaz@gmail.com>
7825         * Reapply r116521 with (!mono_debug_using_mono_debugger ()) checks.
7827         * class.c (mono_class_init): Remove unneccesary mono_class_setup_properties ()
7828         call for generic instances.
7829         (mono_class_setup_properties): Call setup_properties () before accessing
7830         gklass->properties.
7832         * class.c (mono_class_get_virtual_methods): New helper function to iterate
7833         over the virtual methods of a class using metadata if possible, avoiding the
7834         creation of MonoMethod's for non-virtual methods.
7835         
7836         * class.c (mono_class_setup_vtable_general): Rewrite this to use 
7837         get_virtual_methods () to iterate over the virtual methods of classes.
7839 2008-10-25  Martin Baulig  <martin@ximian.com>
7841         * mono-debug.h (MONO_DEBUG_VAR_ADDRESS_MODE_DEAD): New #define.
7843 2008-10-24  Rodrigo Kumpera  <rkumpera@novell.com>
7845         * class.c (mono_class_create_from_typedef): Added Vector4i.
7847 2008-10-24  Mark Probst  <mark.probst@gmail.com>
7849         * marshal.c (mono_marshal_get_synchronized_wrapper): Emit
7850         ldtoken+GetTypeFromHandle instead of i4+icall so that the JIT
7851         special-casing applies to eliminate the call completely.
7853 2008-10-24  Rodrigo Kumpera  <rkumpera@novell.com>
7855         * class.c (mono_class_create_from_typedef): Added Vector8s.
7857 2008-10-23  Rodrigo Kumpera  <rkumpera@novell.com>
7859         * class.c (mono_class_create_from_typedef): Added Vector16sb.
7861 2008-10-23 Gonzalo Paniagua Javier <gonzalo@novell.com>
7863         * icall.c: get rid of annoying warning.
7865 2008-10-23 Gonzalo Paniagua Javier <gonzalo@novell.com>
7867         * threadpool.c: in 1.x, if you change the background status of the
7868         threadpool thread, it's not reset.
7869         Remove unnecessary calls to SetState.
7871 2008-10-22 Gonzalo Paniagua Javier <gonzalo@novell.com>
7873         * threadpool.c: asynchronously create a set of idle threads upon first
7874         use of the threadpool. SetMinThreads will now start the appropriate
7875         number of idle threads if they are not already running. The default is
7876         1 threadpool thread per CPU. Increased the maximum number of threads
7877         per CPU to 10.
7879 2008-10-22  Martin Baulig  <martin@ximian.com>
7881         Revert r116521 from Zoltan, it breaks the debugger:
7883         * class.c (mono_class_get_virtual_methods): New helper function to iterate
7884         over the virtual methods of a class using metadata if possible, avoiding the
7885         creation of MonoMethod's for non-virtual methods.
7886         
7887         * class.c (mono_class_setup_vtable_general): Rewrite this to use 
7888         get_virtual_methods () to iterate over the virtual methods of classes.
7890 2008-10-22 Gonzalo Paniagua Javier <gonzalo@novell.com>
7892         * threads.c: when creating a threadpool thread, set its state to
7893         'background'.
7894         * threadpool.c: reset the background state of a threadpool thread
7895         after finishing each work item
7896         Bug #437888 fixed.
7898 2008-10-22  Zoltan Varga  <vargaz@gmail.com>
7900         * class.c (mono_class_get_vtable_entry): Add an optimization for szarrays.
7901         
7902         * class.c (mono_class_setup_vtable_general): Add an optimized version for
7903         generic instances which works by inflating the methods in the container
7904         class's vtable.
7906         * class.c (mono_class_inflate_generic_type_with_mempool_no_copy): New
7907         variant which doesn't make a copy if no inflation was done.
7908         (mono_class_setup_fields): Use it.
7910         * metadata.c (mono_metadata_get_shared_type): New helper function to
7911         return a shared instance of a given MonoType.
7913         * class.c (mono_class_inflate_generic_type_with_mempool): Avoid making
7914         a copy of most non-generic types.
7916 Wed Oct 22 18:00:46 CEST 2008 Paolo Molaro <lupus@ximian.com>
7918         * threadpool.c: remove one more GetSystemInfo () call.
7920 Wed Oct 22 17:45:48 CEST 2008 Paolo Molaro <lupus@ximian.com>
7922         * mono-perfcounters.c, icall-def.h, environment.c, environment.h:
7923         use the code in mono-proclib.h to get processor information.
7925 2008-10-22 Gonzalo Paniagua Javier <gonzalo@novell.com>
7927         * appdomain.c: fixed the logic that determines whether assemblies in a
7928         directory are "shadow-copied" or not. Bug #433483 fixed.
7930 2008-10-22  Zoltan Varga  <vargaz@gmail.com>
7932         * process.c (ves_icall_System_Diagnostics_Process_GetProcessData): Fix a
7933         warning.
7935 2008-10-21  Zoltan Varga  <vargaz@gmail.com>
7937         * marshal.c (runtime_invoke_signature_equal): Don't shared wrappers
7938         returning a vtype.
7940         * class.c debug-helpers.c object.c class-internals.h marshal.c icall.c
7941         reflection.c: Use mono_field_get_name () for accessing a field's name.
7943         * class-internals.h (MONO_CLASS_HAS_STATIC_METADATA): Move this here from
7944         class.c
7946         * class.c (mono_field_get_rva): Fix crash if this is called on a dynamic
7947         field.
7949         * loader.c (find_method_in_class): Reenable the metadata optimization by
7950         not using it for generic instances.
7952         * class-internals.h (MonoFieldDefaultValue): Extract the rarely used 
7953         data/def_type fields from MonoClassField into a separate structure.
7954         (struct MonoClassField): Remove data/def_type fields.
7955         (struct _MonoClass): Add a 'field_def_values' array to store the default
7956         values/RVA for fields.
7958         * class.c reflection.c: Update after the changes.
7959         
7960         * object.c (mono_class_create_runtime_vtable): Use mono_field_get_data ()
7961         for accessing field->data.
7963         * icall.c (ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_InitializeArray): Ditto.
7965         * loader.c (find_method_in_class): Revert the last change for now as
7966         it breaks Mono.C5 unit tests.
7968         * class-internals.h (struct _MonoDynamicGenericClass): Add fields
7969         'field_generic_types' and 'field_objects' which contain the information
7970         previously stored in MonoInflatedField.
7971         (MonoInflatedField): Delete.
7972         (struct _MonoClassField): Delete 'generic_info' field.
7974         * reflection.c: Store the information which was previously in 
7975         field->generic_info in MonoDynamicGenericClass instead.
7977         * metadata.c (free_generic_class): Update after MonoDynamicGenericClass/
7978         MonoClassField changes.
7980 Tue Oct 21 17:07:55 CEST 2008 Paolo Molaro <lupus@ximian.com>
7982         * marshal.c, method-builder.c: get rid of wrapper_hash and instead
7983         store the value inside the data array of the MonoMethodWrapper.
7984         This saves memory, is faster and fixes the lifetime issues (methods
7985         were never removed from the hash previously). May also fix bug#436996.
7987 2008-10-21  Zoltan Varga  <vargaz@gmail.com>
7989         * reflection.c (mono_image_get_fieldref_token): For fields of non-dynamic 
7990         generic instances, compute the type from the generic definition instead of
7991         looking in field->generic_info.
7993         * class.c (mono_class_setup_fields): Don't create a MonoInflatedField
7994         for inflated fields, the only user was get_fieldref_token () which no
7995         longer needs it.
7997         * class.c (mono_class_init): Revert the last change as it seems to cause
7998         crashes.
8000         * class-internals.h (struct _MonoClassField): Reorder fields to save 4
8001         bytes on 64 bit platforms.
8003         * object.c (mono_class_create_runtime_vtable): Fix a warning.
8004         
8005         * object.c (mono_class_create_runtime_vtable): Don't initalize
8006         field->data/field->def_type here, it is done lazily by 
8007         mono_class_get_field_default_value ().
8009         * icall.c (ves_icall_get_enum_info): Call 
8010         mono_class_get_field_default_value () instead of directly accessing
8011         field->data and field->def_type.
8013         * object.c (get_default_field_value): Ditto.
8015         * class.c (mono_field_get_data): Ditto.
8016         
8017         * class.c (mono_class_init): Remove unneccesary mono_class_setup_methods ()
8018         call for generic instances.
8020         * loader.c (find_method_in_class): If klass != from_class, then inflate
8021         the method with the context of from_class, since the caller assumes this.
8023 2008-10-20  Zoltan Varga  <vargaz@gmail.com>
8025         * class.c (mono_method_get_vtable_index): Use mono_method_get_vtable_slot ()
8026         for accessing method->slot.
8028 2008-10-20  Cedric Vivier  <cedricv@neonux.com>
8030         * icall-def.h, icall.c: Add icall for Debugger.IsAttached.
8032 2008-10-19  Zoltan Varga  <vargaz@gmail.com>
8034         * class.c (mono_method_get_vtable_index): Use
8035         mono_method_get_vtable_slot () for accessing method->slot.
8037         * object.c (build_imt_slots): Use mono_class_get_method_by_index () for
8038         accessing klass->methods.
8040         * class.c (mono_method_get_vtable_slot): New helper function.
8041         (mono_class_get_vtable_entry): Ditto.
8042         (mono_class_setup_vtable_general): Use mono_method_get_vtable_slot () for
8043         accessing method->slot.
8045         * generic-sharing.c (mono_class_get_method_generic): Pass the declaring
8046         method to get_inflated_method ().
8048         * class.c (mono_class_get_inflated_method): New helper method to obtain
8049         a method of an inflated class without calling setup_methods ().
8050         (mono_class_get_cctor): Use get_inflated_method.
8052         * generic-sharing.c (mono_class_get_method_generic): Ditto.
8053         
8054         * marshal.c image.c: Lazily create all the marshal caches.
8056         * image.c (mono_image_init): Move initialization of runtime_invoke
8057         caches to marshal.c.
8059         * marshal.c (get_cache): New helper function to lazily initialize a 
8060         wrapper cache.
8061         (mono_marshal_get_runtime_invoke): Share more runtime invoke wrappers.
8063         * debug-helpers.c (mono_method_full_name): Include generic arguments.
8065 Fri Oct 17 10:51:32 CEST 2008 Paolo Molaro <lupus@ximian.com>
8067         * loader.c: fixed check for interface type.
8069 Thu Oct 16 20:59:11 CEST 2008 Paolo Molaro <lupus@ximian.com>
8071         * appdomain.c: check for NULL setup before it's referenced.
8074 Thu Oct 16 16:12:23 CEST 2008 Paolo Molaro <lupus@ximian.com>
8076         * class.c: remove the unused old vtable setup code.
8078 Thu Oct 16 12:53:29 CEST 2008 Paolo Molaro <lupus@ximian.com>
8080         * class.c: don't depend on interface order in
8081         setup_interface_offsets (bug #435777).
8082         * reflection.c: sort the InterfaceImpl table (patch from
8083         Jb Evain  <jbevain@novell.com>).
8085 2008-10-13  Zoltan Varga  <vargaz@gmail.com>
8087         * assembly.c (mono_assembly_open_full): Avoid loading images while holding
8088         the low level assemblies lock.
8090 Mon Oct 13 16:35:26 CEST 2008 Paolo Molaro <lupus@ximian.com>
8092         * domain-internals.h, domain.c, icall.c, image.c, marshal.c,
8093         object.c, reflection.c, socket-io.c, threads.c: introduced
8094         mono_framework_version () to return the major framewrok version,
8095         changed the code that was using more complex patterns to use it.
8096         Return the correct value for PlatformID for OSX.
8098 Mon Oct 13 14:38:01 CEST 2008 Paolo Molaro <lupus@ximian.com>
8100         * icall-def.h, process.h, process.c: added an icall to get info about
8101         processes using mono-proclib.
8103 Mon Oct 13 11:14:44 CEST 2008 Paolo Molaro <lupus@ximian.com>
8105         * mono-perfcounters.c: use the mono-proclib functions to
8106         access process information.
8108 Mon Oct 13 11:00:49 CEST 2008 Paolo Molaro <lupus@ximian.com>
8110         * domain.c, assembly.c, debug-mono-symfile.c, debug-mono-symfile.h,
8111         monosn.c, Makefile.am, pedump.c, image.c, metadata-internals.h,
8112         reflection.c: remove rawbuffer usage: mmap support is more sanely
8113         provided by utils/mono-mmap.
8115 Sat Oct 11 19:46:19 CEST 2008 Paolo Molaro <lupus@ximian.com>
8117         * gc.c: use posix semaphores when possible so that
8118         mono_gc_finalize_notify() is signal safe.
8120 2008-10-11  Zoltan Varga  <vargaz@gmail.com>
8122         * reflection.c: Implement DISABLE_REFLECTION_EMIT, remove some
8123         #ifdef DISABLE_REFLECTION_SAVE stuff, only the exported functions need to
8124         be #ifdef-ed out, the linker will remove the rest.
8126         * marshal.c: Implement DISABLE_COM.
8128         * reflection.c: Implement DISABLE_REFLECTION_EMIT_SAVE.
8130 2008-10-11  Miguel de Icaza  <miguel@novell.com>
8132         * locales.c (string_invariant_compare_char): Optimization: do not
8133         call g_unichar_type unless we actually need the information.
8135 2008-10-10  Mark Probst  <mark.probst@gmail.com>
8137         * object.c, class-internals.h: Also create remoting trampolines
8138         for generic methods.  Pass the domain to the remoting trampoline
8139         creation function, too.
8141 2008-10-10  Zoltan Varga  <vargaz@gmail.com>
8143         * class.c (mono_class_init): Fix+re-enable the finalize optimization.
8145 2008-10-10  Rodrigo Kumpera  <rkumpera@novell.com>
8147         * class.c (mono_class_create_from_typedef): Vector4u was renamed to
8148         Vector4ui.
8150 2008-10-10 Gonzalo Paniagua Javier <gonzalo@novell.com>
8152         * assembly.c:
8153         * locales.c: remove the use of g_strdown. Fixes bug #322313.
8155 Fri Oct 10 17:01:42 CEST 2008 Paolo Molaro <lupus@ximian.com>
8157         * assembly.c: in mono_assembly_load_friends() take the assemblies lock
8158         for the least possible amount of time (extending the fix in r113458).
8160 2008-10-10  Rodrigo Kumpera  <rkumpera@novell.com>
8162         * class.c (mono_class_create_from_typedef): Retrofit to new type names.
8164 2008-10-09  Rodrigo Kumpera  <rkumpera@novell.com>
8166         * class.c (mono_class_create_from_typedef): Added Vector8u and Vector16u
8167         as possible simd intrinsic types.
8168         Optimized the test to check for the common prefix first.
8170 Thu Oct 9 17:38:24 CEST 2008 Paolo Molaro <lupus@ximian.com>
8172         * class.c: back out part of a broken optimization committed on
8173         May 23th (bug #433908).
8175 2008-10-09  Mark Probst  <mark.probst@gmail.com>
8177         * profiler.c (simple_shutdown): Don't call mono_thread_attach() on
8178         Win32.  Should fix #432388 for most cases until we have the new
8179         profiler on Win32.
8181 2008-10-08  Zoltan Varga  <vargaz@gmail.com>
8183         * metadata.c (mono_metadata_generic_context_hash): Call generic_inst_hash
8184         instead of using inst->id so the hash is stable for AOT.
8186 2008-10-07 Gonzalo Paniagua Javier <gonzalo@novell.com>
8188         * appdomain.c:
8189         * icall.c: create a .ini file for shadow-copied assemblies that
8190         contains the location of the original assembly. Use this to return the
8191         proper CodeBase for shadow-copied assemblies. Fixes bug #323606.
8192         Also fix the number of '/' for windows when returning the CodeBase.
8193         Fixes bug #430920.
8195 2008-10-07  Bill Holmes  <billholmes54@gmail.com>
8197         * marshal.c (cominterop_get_ccw) : Fixing a copy paste error from r115126.
8199         Code is contributed under MIT/X11 license.
8201 2008-10-07  Bill Holmes  <billholmes54@gmail.com>
8203         * marshal.c (cominterop_get_native_wrapper) : Adding a call to mono_class_setup_vtable
8204           if if the class vtable needs initialized.
8206         Code is contributed under MIT/X11 license.
8208 2008-10-07  Bill Holmes  <billholmes54@gmail.com>
8210         * marshal.c (cominterop_get_native_wrapper_adjusted, cominterop_get_ccw) : 
8211           Adding default MonoMarshalSpecs for COM methods.  OBJECT->STRUCT,
8212           STRING->BSTR, and CLASS->INTERFACE.
8214         Code is contributed under MIT/X11 license.
8216 2008-10-07  Marek Habersack  <mhabersack@novell.com>
8218         * sysmath.h: changed the declaration of the
8219         ves_icall_System_Math_Round2 icall by adding an extra
8220         away_from_zero parameter.
8222         * sysmath.c (ves_icall_System_Math_Round2): added support for
8223         away from zero rounding. The icall now takes an extra boolean
8224         parameter to signal that away from zero operation is requested.
8226 2008-10-06  Zoltan Varga  <vargaz@gmail.com>
8228         * marshal.c (mono_marshal_get_delegate_begin_invoke): Put the wrapper in
8229         the delegate klass so it can work with full-aot.
8230         (mono_marshal_get_delegate_end_invoke): Ditto.
8231         (mono_marshal_get_delegate_invoke): Ditto.
8233 Mon Oct 6 16:10:02 CEST 2008 Paolo Molaro <lupus@ximian.com>
8235         * gc.c, attach.h, attach.c: remove a bad pattern:
8236         add_finalizer_callback () is not implemented correctly, it can't
8237         without adding more overhead to the finalizer loop and it's not
8238         even needed, since we know exactly what we need to call, so there is
8239         no need to do so through an expensive function pointer.
8241 2008-10-04  Zoltan Varga  <vargaz@gmail.com>
8243         * gc.c: Define a dummy version of mono_gc_add_finalizer_thread_callback ()
8244         for the no-gc case.
8245         * attach.c (mono_attach_init): Remove the #ifdef.
8247 2008-10-04  Andreas Färber  <andreas.faerber@web.de>
8249         * attach.c (mono_attach_init): Don't use
8250         mono_gc_add_finalizer_thread_callback when compiling without GC.
8251         Fixes #432306.
8252         
8253         Code is contributed under MIT/X11 license.
8255 2008-10-03  Zoltan Varga  <vargaz@gmail.com>
8257         * class.c (mono_class_create_from_typedef): Remove the 
8258         #ifndef DISABLE_SIMD stuff.
8260 2008-10-03  Rodrigo Kumpera  <rkumpera@novell.com>
8262         * class-internals.h (MonoClass): Added simd_type bit field.
8264         * class.c (mono_class_create_from_typedef): Check if type is a simd
8265         intrinsic.
8267 2008-10-03  Mark Probst  <mark.probst@gmail.com>
8269         * object.c (mono_method_add_generic_virtual_invocation): Only add
8270         instantiations to the thunk whose count is at least as large as
8271         the threshold.
8273 2008-10-02 Gonzalo Paniagua Javier <gonzalo@novell.com>
8275         * icall.c: changed the Type of the exception thrown when trying to
8276         invoke a constructor on an abstract class. Part of the fix for bug
8277         #324185.
8279 2008-10-02  Mark Probst  <mark.probst@gmail.com>
8281         * class.c, class-internals.h (mono_method_get_vtable_index): New
8282         function which returns the index into the vtable and properly
8283         handles inflated virtual generic methods.
8285 2008-10-01  Mark Probst  <mark.probst@gmail.com>
8287         * object.c, domain.c, object-internals.h, domain-internals.h:
8288         Generalize IMT thunk machinery to also handle thunks for virtual
8289         generic method invokes.  When a virtual generic method is invoked
8290         more than a number of times we insert it into the thunk so that it
8291         can be called without lookup in unmanaged code.
8293         * generic-sharing.c, class-internals.h: Fetching a
8294         MonoGenericInst* for a method from an (M)RGCTX.
8296 2008-10-01  Zoltan Varga  <vargaz@gmail.com>
8298         * marshal.c (emit_marshal_string): Applied a variant of a patch by
8299         tom hindle <tom_hindle@sil.org>. Fix byref native-to-managed string
8300         marshalling. Fixes #431304.
8302 2008-10-01  Bill Holmes  <billholmes54@gmail.com>
8304         * marshal.c (emit_marshal_variant) : Change the attribute checks to 
8305           handle when ref is specified without In or Out.
8307         Code is contributed under MIT/X11 license.
8309 2008-09-30  Mark Probst  <mark.probst@gmail.com>
8311         * loader.c (mono_get_method_constrained): Don't expand method with
8312         the class's context, because it's already a method of that class.
8314 2008-09-30  Atsushi Enomoto  <atsushi@ximian.com>
8316         * attach.c : should be correct build fix.
8318 2008-09-29  Zoltan Varga  <vargaz@gmail.com>
8320         * attach.c: Fix the previous change.
8322 2008-09-29  Atsushi Enomoto  <atsushi@ximian.com>
8324         * attach.c : quick w32 build fix.
8326 2008-09-27  Miguel de Icaza  <miguel@novell.com>
8328         * Turn off MONO_GENERIC_SHARING=all and go back to corlib as it
8329         crashes MonoDevelop: #430455.
8331 2008-09-27  Zoltan Varga  <vargaz@gmail.com>
8333         * domain-internals.h (struct _MonoDomain): Move most fields used only by
8334         the JIT do MonoJitDomainInfo in ../mini/mini.h.
8336         * domain.c: Remove initialization/cleanup of the removed fields.
8338 2008-09-27  Mark Probst  <mark.probst@gmail.com>
8340         * class.c (mono_class_generic_sharing_enabled): Enable generic
8341         code sharing for PPC.
8343 2008-09-26  Bill Holmes  <billholmes54@gmail.com>
8345         * attach.c : Fixing the Windows builds.
8347         Code is contributed under MIT/X11 license.
8349 2008-09-25  Zoltan Varga  <vargaz@gmail.com>
8351         * class.c (mono_class_generic_sharing_enabled): Experimentally change 
8352         the default generic sharing mode to 'all'.
8354 2008-09-25  Mark Probst  <mark.probst@gmail.com>
8356         * generic-sharing.c, class-internals.h: New function for checking
8357         whether a method needs a static RGCTX invoke wrapper.  A few
8358         funtions moved from mini/generic-sharing.c.
8360         * icall.c: New function used.
8362 2008-09-25  Mark Probst  <mark.probst@gmail.com>
8364         * icall.c (ves_icall_System_Delegate_CreateDelegate_internal):
8365         Static RGCTX invoke wrapping applies to value type methods, too.
8367         * class.c (mono_class_setup_vtable_general): In generic-shared
8368         value types, wrap methods with a static RGCTX invoke wrapper.
8370 2008-09-25  Zoltan Varga  <vargaz@gmail.com>
8372         * attach.c (ipc_connect): Use AF_UNIX instead of AF_FILE to fix the
8373         osx build.
8375 2008-09-24  Zoltan Varga  <vargaz@gmail.com>
8377         * gc.c (mono_gc_add_finalizer_thread_callback): New function to
8378         register a callback which is called when the finalizer thread is woken
8379         up.
8380         (finalizer_thread): Call the callback if it exists.
8382         * attach.h attach.c: New files, implementing the attach mechanism.
8384         * appdomain.c: Init/cleanup the attach mechanism on startup/shutdown.
8385         
8386         * object.c (mono_object_get_virtual_method): Fix an assertion introduced
8387         by the previous change.
8389 Tue Sep 23 15:24:03 CEST 2008 Paolo Molaro <lupus@ximian.com>
8391         * class.c, domain-internals.h, domain.c, generic-sharing.c, image.c,
8392         loader.c, marshal.c, metadata-internals.h, metadata.c,
8393         method-builder.c, object.c, reflection.c: introduced specific functions
8394         to allocate from the domain and image mempools and cleaned up most of
8395         the code to use them (still missing a few in reflection.c).
8396         Keep the loader bytes counter updated.
8398 Mon Sep 22 17:33:12 CEST 2008 Paolo Molaro <lupus@ximian.com>
8400         * domain.c, monitor.c, boehm-gc.c, gc.c: update some of the GC and
8401         loader-related counters.
8403 Mon Sep 22 17:29:54 CEST 2008 Paolo Molaro <lupus@ximian.com>
8405         * mono-perfcounters-def.h, mono-perfcounters.c, class-internals.h:
8406         added more MS-compatible counters.
8408 2008-09-22  Zoltan Varga  <vargaz@gmail.com>
8410         * class.c (mono_class_setup_fields): Call setup_fields before accessing
8411         class->blittable. Fixes #428217.
8413 2008-09-21  Zoltan Varga  <vargaz@gmail.com>
8415         * reflection.c (mono_image_get_field_on_inst_token): Call 
8416         field_encode_signature () since that handles custom modifiers too.
8417         Fixes #424663.
8419 2008-09-20  Zoltan Varga  <vargaz@gmail.com>
8421         * reflection.c (add_custom_modifiers): New helper function to merge custom
8422         modifiers stored in objects to a MonoType.
8423         (fieldref_encode_signature): Encode custom modifiers.
8424         (mono_image_get_generic_field_token): Call add_custom_modifiers ().
8425         (fieldbuilder_to_mono_class_field): Ditto. Fixes #424663.
8427 2008-09-19  Kornél Pál  <kornelpal@gmail.com>
8429         * coree.c (_CorValidateImage): Some 64-bit IL only images have entry point
8430         calling _CorDllMain imported from mscoree.dll. Set entry point RVA to 0 for
8431         64-bit IL only images because imports are not resolved for IL only images.
8432         Special thanks to Bill Holmes for finding this bug and testing the patch.
8433         Also fail for 64-bit images marked as CLI_FLAGS_32BITREQUIRED.
8435         Contributed under MIT/X11 license.
8437 2008-09-19  Miguel de Icaza  <miguel@novell.com>
8439         * mono-config.c (dllmap_start): Add support for the bits keyword
8440         on dllentry and dllmap to easily detect 32 vs 64 bit systems.
8442 2008-09-19  Mark Probst  <mark.probst@gmail.com>
8444         * reflection.c (inflate_mono_method): When the class the method is
8445         to be inflated for is itself not inflated, just return the method.
8447 Fri Sep 19 11:51:36 CEST 2008 Paolo Molaro <lupus@ximian.com>
8449         * mono-perfcounters.c: use more user friendly process instance names.
8451 2008-09-18  Bill Holmes  <billholmes54@gmail.com>
8453         * marshal.c (emit_marshal_variant) : Change the attribute checks to 
8454           handle "[in] ref" and "[in][out] ref" cases.
8456         * marshal.c (cominterop_get_ccw) : The wrong signature was being passed
8457           to mono_mb_create_method.  This was causing problems calling native to
8458           managed passing Variants by value.
8460         Code is contributed under MIT/X11 license.
8462 2008-09-18  Zoltan Varga  <vargaz@gmail.com>
8464         * class.c (can_access_internals): Call mono_assembly_load_friends ()
8465         before accessing the friend_assembly_names field.
8467         * assembly.c (mono_assembly_load_friends): Make this callable multiple
8468         times.
8469         (mono_assembly_load_from_full): Avoid calling load_friends (), it is
8470         called lazily when it is needed.
8472         * metadata-internals.h (struct _MonoAssembly): Add 
8473         'friend_assembly_names_inited' flag.
8475 Thu Sep 18 18:18:47 CEST 2008 Paolo Molaro <lupus@ximian.com>
8477         * mono-perfcounters-def.h: fix the types of a few counters.
8478         * mono-perfcounters.c: implemented the instance names getter
8479         and a few bugfixes.
8481 2008-09-18  Atsushi Enomoot  <atsushi@ximian.com>
8483         * culture-info-table.h : regenerated.
8485 2008-09-17  Robert Jordan  <robertj@gmx.net>
8487         * marshal.c (mono_marshal_get_ldflda_wrapper): Add support for
8488         context bound objects. Fixes #415577.
8490         Code is contributed under MIT/X11 license.
8492 Tue Sep 16 21:03:58 CEST 2008 Paolo Molaro <lupus@ximian.com>
8494         * icall-def.h, threads-types.h, threads.c: fixed SpinWait()
8495         implementation (bug #423582).
8497 2008-09-16  Zoltan Varga  <vargaz@gmail.com>
8499         * object.c (mono_object_get_virtual_method): Handle the case method->slot
8500         is not set. Fixes #426309.
8502 2008-09-16  Jb Evain  <jbevain@novell.com>
8504         * class.c (mono_class_from_name): fix the exported type look up
8505         when the type is defined in a referenced assembly.
8507 2008-09-16  Jb Evain  <jbevain@novell.com>
8509         * reflection.c (mono_image_fill_export_table_from_type_forwarders):
8510         increment the next index counter on each iteration to make that work
8511         for more than one type forwarder. Unmanaged part to fix #422929.
8513 2008-09-15  Mark Probst  <mark.probst@gmail.com>
8515         * object-internals.h: enum ComInterfaceType in
8516         MonoInterfaceTypeAttribute is guint32, not guint16.
8518 2008-09-12  Mark Probst  <mark.probst@gmail.com>
8520         * cil-coff.h, image.c, reflection.c: Endianness fixes in image
8521         writing code.
8523 2008-09-11  Mark Probst  <mark.probst@gmail.com>
8525         * icall.c: Boolean arguments to a runtime invoke are MonoBoolean,
8526         not gboolean.
8528 2008-09-11  Mark Probst  <mark.probst@gmail.com>
8530         * debug-mono-symfile.c (mono_debug_symfile_lookup_location):
8531         Endianness fixes for MonoSymbolFileOffsetTable.
8533 2008-09-10  Bill Holmes  <billholmes54@gmail.com>
8535         * process.c (complete_path) : Removing quotes from the 
8536           input path.  The glib file routines do not handle file paths
8537           that have quotes around them.
8539         Code is contributed under MIT/X11 license.
8541 2008-09-10  Bill Holmes  <billholmes54@gmail.com>
8543         * socket-io.h : Adding a comment to provide locations where 
8544           changes to MonoSocketAsyncResult need to be synced.
8546         Code is contributed under MIT/X11 license.
8548 2008-09-10  Zoltan Varga  <vargaz@gmail.com>
8550         * marshal.c (emit_marshal_custom): Call NativeToManaged for non-out 
8551         parameters as well. Fixes #425001.
8553 2008-09-08  Miguel de Icaza  <miguel@novell.com>
8555         * console-io.c (ves_icall_System_ConsoleDriver_TtySetup): Fix
8556         windows build.
8558 2008-09-07  Miguel de Icaza  <miguel@novell.com>
8560         * console-io.c: Add support for tracking the window size if it
8561         changes.
8563         The setup is very simple: the TtySetup function will now return a
8564         pointer to a location in memory that tracks the current console
8565         size.  The managed code checks its current value every time its
8566         queried against the last value set, and updates accordingly.
8568         With this setup we can work with multiple consoles, and we do not
8569         require to poke into managed code from a signal handler.
8571         Additionally, the environment for COLUMNS and LINES is now handled
8572         in unmanaged code.
8574         (ves_icall_System_ConsoleDriver_GetTtySize): This is now gone.
8576 2008-09-07  Mark Probst  <mark.probst@gmail.com>
8578         * marshal.c (mono_type_native_stack_size): Treat
8579         MONO_TYPE_TYPEDBYREF like MONO_TYPE_VALUETYPE.
8581 2008-09-04  Jb Evain  <jbevain@novell.com>
8583         * class.c (mono_class_is_assignable_from): fix assignability of nullables
8584         to nullables.
8586 2008-09-03 Rodrigo Kumpera  <rkumpera@novell.com>
8588         * verify.c (verify_type_compatibility_full): Revert change
8589         to allow converting a native int to unmanaged pointer be verifiable
8590         under non-strict mode.
8591         It turns out that "(IntPtr)null" is indeed unverifiable, go figure.
8593         * verify.c: Added some TODOs.
8595 2008-09-02  Bill Holmes  <billholmes54@gmail.com>
8597         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalAnsi,
8598           ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalUni) :
8599           Changed to use GlobalAlloc for the memory returned on Windows platforms.
8601         Code is contributed under MIT/X11 license.
8603 2008-09-02  Jb Evain  <jbevain@novell.com>
8605         * object.c (mono_ldstr_metdata_sig): renamed to mono_ldstr_metadata_sig.
8607 2008-09-02 Rodrigo Kumpera  <rkumpera@novell.com>
8609         reflection.c (typebuilder_setup_fields): Handle classes with
8610         explicit size.
8612 2008-09-01 Rodrigo Kumpera  <rkumpera@novell.com>
8614         class.c (mono_class_setup_events): Add memory barrier due to
8615         double checked locking.
8616         
8617         class.c (mono_class_setup_properties): Same.
8619 2008-08-31  Zoltan Varga  <vargaz@gmail.com>
8621         * class.c (mono_class_is_assignable_from): Fix the build.
8622         
8623         * class.c (mono_class_is_assignable_from): Call mono_class_setup_vtable ()
8624         before accessing klass->interface_bitmap. Fixes #421744.
8626 2008-08-28  Zoltan Varga  <vargaz@gmail.com>
8628         * appdomain.c (mono_runtime_set_no_exec): New internal function setting
8629         the runtime into no-exec mode, useful when running the AOT compiler.
8631         * appdomain.c gc.c object.c: Avoid executing managed code when running
8632         in no-exec mode.
8633         
8634         * rawbuffer.c (mono_raw_buffer_load_mmap): Disable this on the iphone.
8636         * reflection.c (_mono_reflection_get_type_from_info): Handle the 
8637         special case when the mono_assembly_loaded () returns NULL because the 
8638         search hook is not installed.
8640 2008-08-25  Zoltan Varga  <vargaz@gmail.com>
8642         * marshal.c: Applied patch from tom hindle (tom_hindle@sil.org) to fix
8643         crashes in bstr marshalling on linux.
8645 2008-08-24  Zoltan Varga  <vargaz@gmail.com>
8647         * debug-helpers.c (mono_type_get_desc): Fix printing of generic instances
8648         with more than one parameter.
8650 2008-08-24  Miguel de Icaza  <miguel@novell.com>
8652         * console-io.c (ves_icall_System_ConsoleDriver_TtySetup): Disable
8653         start/stop flow control as well when turning off ICANON (allows
8654         C-s and C-q to be read by Console.ReadKey).
8656 2008-08-24  Zoltan Varga  <vargaz@gmail.com>
8658         * class.c (mono_class_init): Move the initialization of nested classes
8659         into mono_class_get_nested_types (). Fixes #418433.
8661         * class-internals.h (struct _MonoClass): Add a new 'nested_classes_inited'
8662         flag.
8664         * class.c reflection.c icall.c: Use mono_class_get_nested_types () for 
8665         iterating tough the nested classes of a class.
8667 2008-08-23  Zoltan Varga  <vargaz@gmail.com>
8669         * class.c (mono_class_generic_sharing_enabled): Enable generic sharing
8670         on arm.
8672 2008-08-22  Miguel de Icaza  <miguel@novell.com>
8674         * console-io.c (sigcont_handler): Support signal chaining for
8675         SIGCONT.
8677         (console_set_signal_handlers): Use best practices with sigaction,
8678         clear the structure before using it. 
8680 2008-08-22  Robert Jordan  <robertj@gmx.net>
8682         * console-io.c (ves_icall_System_ConsoleDriver_TtySetup):
8683         Fix the Windows build.
8685 2008-08-22  Zoltan Varga  <vargaz@gmail.com>
8687         * class.c (mono_class_generic_sharing_enabled): Make the default
8688         sharing mode 'corlib'.
8690 2008-08-21  Zoltan Varga  <vargaz@gmail.com>
8692         * console-io.c (console_set_signal_handlers): Fix a warning.
8694         * marshal.c (mono_marshal_get_synchronized_wrapper): Call the wrapper
8695         method normally, the JIT will take care of avoiding recursion.
8697 2008-08-20  Bill Holmes  <billholmes54@gmail.com>
8699         * console-io.c : Fixing builds for platforms that do not have <termios.h>.
8701         Code is contributed under MIT/X11 license.
8703 2008-08-20  Miguel de Icaza  <miguel@novell.com>
8705         * console-io.c (sigcont_handler): We need to restore the entire
8706         termios state, not only the original settings, as things like echo
8707         can be controlled after this (Booish exposes this issue with its
8708         own ReadLine implementation).
8710         Additionally, we need to set the terminal back into keypad_xmit
8711         mode.
8712         
8713         (ves_icall_System_ConsoleDriver_TtySetup): Take the keypad xmit
8714         string as a paramter as well.   Otherwise we get different
8715         keyboard sequences.
8717 2008-08-20  Zoltan Varga  <vargaz@gmail.com>
8719         * marshal.c (emit_marshal_object): Avoid managed-to-native marshalling of
8720         delegates with byref out parameter passing. Fixes #351520.
8722         * debug-helpers.c (mono_context_get_desc): New helper function to stringify
8723         a generic context.
8724         (mono_type_get_desc): Add the type arguments for GENERICINST.
8725         (mono_method_full_name): Stringify the class name using mono_type_full_name
8726         so it picks up generic arguments.
8728 2008-08-19  Gert Driesen  <drieseng@users.sourceforge.net>
8730         * console-io.c: Removed debug output.
8732 2008-08-19 Rodrigo Kumpera  <rkumpera@novell.com>
8734         reflection.c (mono_reflection_create_runtime_class): Alloc
8735         the nested classes linked list using the dynamic image mempool.
8736         Fixes leak in corlib compilation.
8738 2008-08-19  Miguel de Icaza  <miguel@novell.com>
8740         * console-io.c: Fix incredibly annoying behavior on the console
8741         after resuming execution after control-z.   This affected every
8742         console application.
8744 2008-08-18 Rodrigo Kumpera  <rkumpera@novell.com>
8746         * mempool-internals.h: Header for mono private mempool functions. The first
8747         two function are for allocating glib linked lists using pools.
8749         * mempool.c: Added g_list_prepend_mempool and g_slist_prepend_mempool.
8751         * Makefile.am: Added mempool-internals.h.
8753 2008-08-16  Zoltan Varga  <vargaz@gmail.com>
8755         * domain.c (mono_domain_create): Call the JIT domain hook if installed.
8756         (mono_domain_free): Ditto.
8758         * domain-internals.h (struct _MonoDomain): Add 'runtime_info' field, this could
8759         be used by the JIT to store its domain-specific information, instead of putting
8760         it directly into MonoDomain.
8762         * domain.c (mono_install_create_domain_hook): New helper function to install
8763         a hook which initializes domain->runtime_info.
8765         * domain.c (mono_install_free_domain_hook): Ditto.
8766         
8767 2008-08-15  Zoltan Varga  <vargaz@gmail.com>
8769         * marshal.c (mono_delegate_end_invoke): Raise an exception instead of
8770         asserting if the ares parameter is null.
8772         * mono-perfcounters.c: Fix warnings.
8774         * marshal.c (mono_marshal_get_delegate_begin_invoke): Don't set save_lmf, it
8775         is not needed, don't check for interruptions either.
8776         (mono_marshal_get_delegate_end_invoke): Ditto.
8778 2008-08-15  Marek Habersack  <mhabersack@novell.com>
8780         * mono-perfcounters.c (predef_readonly_counter): added support for
8781         reading the ASP.NET Requests Queued counter from another process.
8783 2008-08-12  Zoltan Varga  <vargaz@gmail.com>
8785         * metadata-internals.h: Move the 'aot_module' field from MonoAssembly to
8786         MonoImage to simplify the AOT code.
8788 2008-08-10  Zoltan Varga  <vargaz@gmail.com>
8790         * marshal.c (emit_marshal_object): Implement native-to-managed StringBuilder
8791         marshalling. Fixes #416078.
8793 2008-08-08  Zoltan Varga  <vargaz@gmail.com>
8794         
8795         * marshal.c (mono_marshal_get_native_wrapper): Add an 'aot' argument, when
8796         it is set, looking up the icall address is deferred to the JIT, since 
8797         in embedded scenarios, the icall might not be registered in the runtime
8798         doing the AOT compilation. Backported from the 2.0 branch.
8800 2008-08-08  Zoltan Varga  <vargaz@gmail.com>
8802         * marshal.c (mono_remoting_wrapper): Handle nullable types correctly.
8803         Fixes #415621.
8805 2008-08-05  Marek Habersack  <mhabersack@novell.com>
8807         * Makefile.am: added support for cross-compilation.
8809 2008-08-04  Zoltan Varga  <vargaz@gmail.com>
8811         * socket-io.c (get_socket_assembly): Make 'moonlight' variable static.
8813 Fri Aug 1 18:47:48 CEST 2008 Paolo Molaro <lupus@ximian.com>
8815         * mono-perfcounters.c: jitted methods and jitted bytes counters.
8817 Fri Aug 1 16:07:09 CEST 2008 Paolo Molaro <lupus@ximian.com>
8819         * class-internals.h, icall-def.h, mono-perfcounters-def.h,
8820         mono-perfcounters.c: performance counters implementation.
8822 2008-07-31  Zoltan Varga  <vargaz@gmail.com>
8824         * metadata-internals.h (struct _MonoAssembly): Change the type of 'aot_module'
8825         to gpointer, letting the AOT code decide what to store in it.
8827 2008-07-31  Bill Holmes  <billholmes54@gmail.com>
8829         * marshal.c (cominterop_get_native_wrapper) : Adding a call to 
8830           mono_class_setup_methods if the methods are not initialized.
8832         Code is contributed under MIT/X11 license.
8834 2008-07-30 Rodrigo Kumpera  <rkumpera@novell.com>
8836         * verify.c: Remove some debug code I commited by accident.
8838         * verify.c (mono_method_is_valid_in_context): Change the return value
8839         to make possible to distinguish between invalid and unverifiable.
8841         * verify.c (verifier_load_method): Don't return NULL for unverifiable
8842         methods.
8844 2008-07-30 Rodrigo Kumpera  <rkumpera@novell.com>
8846         * verify.c (mono_generic_param_is_constraint_compatible): Inflate type
8847         constraints. Fixes regression in gtest-253.
8849 2008-07-30 Rodrigo Kumpera  <rkumpera@novell.com>
8851         * verify.c (mono_verifier_verify_class): Don't allow generic types
8852         with explicit layout.
8854         * verify.c (mono_method_verify): Check locals and argument types.
8856 2008-07-29  Zoltan Varga  <vargaz@gmail.com>
8858         * monitor.c (mono_monitor_try_enter_internal): Allow nterruption of the
8859         wait if the thread is in StopRequested state.
8861         * class.c (mono_class_from_name): Refactor the module searching code into
8862         a separate function so it can be reused in the AOT case too.
8864 2008-07-28 Rodrigo Kumpera  <rkumpera@novell.com>
8866         * verify.c (mono_type_is_valid_in_context): Improve the error message.
8867         Check both the type and it's generic type definition for loader errors.
8868         
8869         * verify.c (mono_method_is_valid_in_context): Don't generate another
8870         error when a type errors occur, this leads to the wrong exception been
8871         thrown.
8873 2008-07-28  Dick Porter  <dick@ximian.com>
8875         * icall-def.h
8876         * process.c
8877         (ves_icall_System_Diagnostics_Process_ProcessHandle_duplicate):
8878         New internal calls to duplicate and close a process handle.
8880 2008-07-27  Andreas Färber  <andreas.faerber@web.de>
8882         * object.c (CHECK_ADD_OVERFLOW_UN): Add missing bracket. Fixes #412499.
8884 2008-07-27  Zoltan Varga  <vargaz@gmail.com>
8886         * appdomain.c (unload_thread_main): Attach the unload thread to the runtime.
8888 2008-07-27  Robert Jordan  <robertj@gmx.net>
8890         * class.c (mono_class_init): Don't compute class.has_finalize for
8891         valuetypes. Fixes #412477.
8893 2008-07-25 Rodrigo Kumpera  <rkumpera@novell.com>
8895         * verify.c: Implement constraint equivalence checking.
8896         This is required when a generic parameter is used as
8897         argument to a constrained one.
8899         Fixes #410637.
8901 2008-07-24  Zoltan Varga  <vargaz@gmail.com>
8903         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
8905         * domain-internals.h (struct _MonoDomain): Add 'method_code_hash' field.
8907         * object-internals.h (struct _MonoDelegate): Add 'method_code' field,
8908         synch with managed object layout.
8910 2008-07-24 Rodrigo Kumpera  <rkumpera@novell.com>
8912         * verify.c (do_branch_op): Handle valuetypes and generic
8913         arguments properly.
8915         * verify.c (do_cmp_op): Same.
8917         Fixes #410383.
8919 2008-07-24  Mark Probst  <mark.probst@gmail.com>
8921         * generic-sharing.c: Fix memory leaks.
8923         * class.c, class-internals.h: Make
8924         mono_class_inflate_generic_type_with_mempool() non-static.
8926 2008-07-24 Rodrigo Kumpera  <rkumpera@novell.com>
8928         * pedump.c (dump_verify_info): Dump full class name.
8930 2008-07-24  Mark Probst  <mark.probst@gmail.com>
8932         * generic-sharing.c: Removed some old code that didn't do anything.
8934 2008-07-24  Massimiliano Mantione  <massi@ximian.com>
8935         * profiler.c: Added runtime_initialized_event,
8936         mono_profiler_install_runtime_initialized and
8937         mono_profiler_runtime_initialized. This new hook tells the profiler
8938         when the runtime is sufficiently initialized to be able to call
8939         mono_thread_attach on the root appdomain.
8940         * profiler.h, profiler-private.h: Likewise.
8942 2008-07-23 Rodrigo Kumpera  <rkumpera@novell.com>
8944         * verify.c (do_cast): Do boxing for generic arguments as well.
8946         * class.c (is_nesting_type): Drop generic instantiations before
8947         checking for nesting.
8949         * class.c (can_access_instantiation): Allow access to generic
8950         arguments.
8952 2008-07-23 Rodrigo Kumpera  <rkumpera@novell.com>
8954         * verify.c (verify_class_for_overlapping_reference_fields):
8955         On some cases, the field size might be zero, guard against that.
8956         Fix the explicit layout check to work as expected.
8958 2008-07-23  Zoltan Varga  <vargaz@gmail.com>
8960         * threads.c (ves_icall_System_Threading_Thread_Abort): Avoid calling 
8961         mono_thread_resume () during shutdown, since the thread we want to abort
8962         might be suspended.
8964 2008-07-22  Zoltan Varga  <vargaz@gmail.com>
8966         * mono-debug-debugger.c (mono_debugger_check_breakpoints): Fix a 
8967         warning.
8969         * debug-mono-symfile.c: Fix a warning.
8971         * mono-perfcounters.c (get_cpu_times): Fix a warning.
8973         * object.c (mono_class_vtable): Check if exception_type is set, and return
8974         NULL as defined by the function comments.
8976 2008-07-22  Mark Probst  <mark.probst@gmail.com>
8978         * mempool.c: Use malloc for every single mempool allocation if the
8979         configure option is set.  This makes it easier to track mempool
8980         allocations with tools like Valgrind.
8982 2008-07-22  Jb Evain  <jbevain@novell.com>
8984         * reflection.c (create_dynamic_mono_image): emit the same
8985         metadata version that SL2 does when creating a SL2 image.
8987 2008-07-21 Rodrigo Kumpera  <rkumpera@novell.com>
8989         * icall-def.h:
8990         * icall.c: New icall System.Enum:get_hashcode. This function
8991         avoids the overhead of boxing the enum to the underlying type.
8993 2008-07-21  Mark Probst  <mark.probst@gmail.com>
8995         * reflection.c (mono_method_get_object): Don't let static RGCTX
8996         invoke wrappers get into MonoReflectionMethods.
8998 2008-07-17 Rodrigo Kumpera  <rkumpera@novell.com>
9000         * object-internals.h:
9001         * object.c: New mono_runtime_class_init_full function
9002         that makes throwing the exception optinal.
9004         * class-internals.h: New exception type MONO_EXCEPTION_OBJECT_SUPPLIED
9005         for the case where the exception object is supplied.
9007 2008-07-16  Kornél Pál  <kornelpal@gmail.com>
9009         * coree.h: Define __ImageBase as _image_base__ on cygwin that fixes build with
9010         old ld versions.
9012         Contributed under MIT/X11 license.
9014 2008-07-16 Rodrigo Kumpera  <rkumpera@novell.com>
9016         * string-icalls.c (ves_icall_System_String_InternalSplit):
9017         Optimize array allocation by caching the MonoClass of the
9018         array type.
9020         * icall.c (ves_icall_Type_GetMethodsByName): Same.
9022         * reflection.c (mono_param_get_objects): Same.
9024 2008-07-16 Rodrigo Kumpera  <rkumpera@novell.com>
9026         * icall-def.h:
9027         * icall.c: New ves_icall_MonoGenericClass_InflateType icall.
9028         It inflates the given type using the class context.
9030 2008-07-15 Rodrigo Kumpera  <rkumpera@novell.com>
9032         * object.c (mono_class_try_get_vtable): New function. Tries to fetch
9033         the vtable if it already exists.
9035         * object-internals.h: Add mono_class_try_get_vtable as part of the
9036         internal API.
9038         * reflection.c (mono_type_get_object): Use the MonoObject from the
9039         vtable when possible. Reduces locking contention on reflection heavy
9040         code.
9042 2008-07-15  Zoltan Varga  <vargaz@gmail.com>
9044         * decimal.c (my_g_bit_nth_msf): Implement this directly without calling
9045         g_bit_nth_msf () since that macro is not implemented in eglib.
9047 2008-07-13  Zoltan Varga  <vargaz@gmail.com>
9049         * class.c (mono_class_generic_sharing_enabled): Always disable generic sharing
9050         on platforms which do not support it.
9052 2008-07-12  Zoltan Varga  <vargaz@gmail.com>
9054         * marshal.c (mono_signature_to_name): Encode sig->hasthis as well.
9056 2008-07-11  Martin Baulig  <martin@ximian.com>
9058         * mono-debug-debugger.h
9059         (MonoDebuggerEvent): Add `MONO_DEBUGGER_EVENT_INTERRUPTION_REQUEST'.
9061         * mono-debug-debugger.c
9062         (_mono_debugger_interruption_request): New global volatile variable.
9063         (mono_debugger_check_interruption): New public function.
9065         * threads.c
9066         (mono_thread_current_check_pending_interrupt): Call
9067         mono_debugger_check_interruption().
9068         (mono_thread_interruption_checkpoint_request): Likewise.
9070 2008-07-11 Rodrigo Kumpera  <rkumpera@novell.com>
9072         * verify.c: Add more type checks for loaded types. Verify the result
9073         handle from ldtoken.
9075 2008-07-11 Rodrigo Kumpera  <rkumpera@novell.com>
9077         * loader.c (field_from_memberref): Don't crash if the field
9078         wasn't found.
9080 2008-07-11 Rodrigo Kumpera  <rkumpera@novell.com>
9082         * verify.c: Verify if type and method instantiations
9083         don't have invalid VAR or MVAR arguments.
9085 2008-07-11 Rodrigo Kumpera  <rkumpera@novell.com>
9087         * verify.c: Fix double free of function pointer list.
9089 2008-07-11 Rodrigo Kumpera  <rkumpera@novell.com>
9091         * object.c (mono_string_to_utf8): Comment the new code as it
9092         breaks under eglib.
9094 2008-07-08 Rodrigo Kumpera  <rkumpera@novell.com>
9096         * object.c (mono_string_to_utf8): Avoid allocating a temp array.
9098 2008-07-07  Bill Holmes  <billholmes54@gmail.com>
9100         * threads.c : Thread.Interrupt changes to ensure that ThreadInterruptedException
9101           is not throw too many times.
9103         Code is contributed under MIT/X11 license.
9105 2008-07-07  Zoltan Varga  <vargaz@gmail.com>
9107         * mono-debug.c (mono_debug_find_method): Allow this to be called even when
9108         debugging is turned off.
9110 2008-07-06  Zoltan Varga  <vargaz@gmail.com>
9112         * generic-sharing.c (mono_method_lookup_rgctx): Fix a warning.
9114 2008-07-04  Mark Probst  <mark.probst@gmail.com>
9116         * class-internals.h, class.c: Added new generic sharing option:
9117         Share only stuff in System.Collections.Generic, which is now the
9118         default.
9120 2008-07-04  Mark Probst  <mark.probst@gmail.com>
9122         * generic-sharing.c, class-internals.h: New function for getting a
9123         generic method in a generic class given the corresponding method
9124         for a different instantiation of the class.  Partly refactored
9125         from mini-trampolines.c.
9127         * class.c: Make sure generic methods have a class_inst if they are
9128         part of a generic class.
9130         * metadata.c (mono_type_stack_size_internal): Handle type
9131         variables.
9133 2008-07-04  Mark Probst  <mark.probst@gmail.com>
9135         * domain-internals.h: New field (has_this) in MonoGenericJitInfo.
9136         Signifies whether information on the this/vtable/mrgctx variable
9137         is available.
9139 2008-07-04  Mark Probst  <mark.probst@gmail.com>
9141         * object.c, object-internals.h, icall.c: New function
9142         mono_delegate_ctor_with_method(), which does the same as
9143         mono_delegate_ctor(), but takes an explicit method argument
9144         instead of taking the method from the jit info.
9146         * marshal.c: When creating a delegate with an inflated method take
9147         the "this" argument as the target class for the castclass.
9149 2008-07-03  Mark Probst  <mark.probst@gmail.com>
9151         * domain.c (mono_jit_info_table_find): Fixed a bug that caused
9152         mono_jit_info_table_find() to perform very badly in some cases.
9154 2008-07-02  Zoltan Varga  <vargaz@gmail.com>
9156         * icall.c (type_from_typename): Handle 'string'.
9158         * marshal.c (mono_marshal_get_runtime_invoke): Don't insert runtime invoke
9159         wrappers into the wrapper_hash, since the key is not a MonoMethod.
9161 2008-07-01  Zoltan Varga  <vargaz@gmail.com>
9163         * icall.c (mono_get_jit_icall_info): New function to return the jit icall hash table.
9165         * *-gc.c (mono_gc_get_managed_allocator_types): New function to return the
9166         number of available managed allocator types.
9168         * marshal.c (mono_marshal_init): Register Thread:ResetAbort as an icall ().
9169         (mono_marshal_get_runtime_invoke): Call ResetAbort as an icall.
9171 2008-06-30  Zoltan Varga  <vargaz@gmail.com>
9173         * domain-internals.h (struct _MonoDomain): Add 'jit_code_hash_lock' field,
9174         which is a low level lock protecting just the 'jit_code_hash' hash table.
9176         * domain.c: Initialize+cleanup jit_code_hash_lock.
9177         
9178 2008-06-30  Kornél Pál  <kornelpal@gmail.com>
9180         * coree.c (mono_load_coree): Set coree_module_handle global variable only
9181         after initialization.
9183         * coree.h: Make MonoFixupExe internal.
9185         Contributed under MIT/X11 license.
9187 2008-06-30  Kornél Pál  <kornelpal@gmail.com>
9189         * coree.c (_CorValidateImage): Retain IMAGE_DIRECTORY_ENTRY_SECURITY
9190         because that is platform independent. Check NumberOfRvaAndSizes in PE32
9191         as well.
9192         (MonoLoadImage): New wrapper function around LoadLibrary to ensure that the
9193         image being loaded is a CLI image and _CorValidateImage gets called.
9195         * coree.h: Add MonoLoadImage.
9197         * image.c (mono_image_open_full): Load CLI images using MonoLoadImage
9198         instead of LoadLibrary.
9200         Contributed under MIT/X11 license.
9202 2008-06-29 Rodrigo Kumpera  <rkumpera@novell.com>
9204         * icall.c (ves_icall_System_ValueType_Equals): Avoid allocating objects
9205         for any primitive type.
9207 2008-06-29  Zoltan Varga  <vargaz@gmail.com>
9209         * object.c (mono_array_new_specific): Optimize this and the other allocation
9210         functions a bit.
9211         
9212         * object.c (mono_class_create_runtime_vtable): Use typed allocation in other
9213         domains too if mono_dont_free_domains is set.
9215         * domain-internals.h (mono_dont_free_domains): New internal option controlling
9216         whenever to free appdomain data after it has been unloaded.
9218         * domain.c (mono_domain_free): Don't free appdomain data if the option is set.
9219         
9220 2008-06-28  Zoltan Varga  <vargaz@gmail.com>
9222         * icall.c (ves_icall_System_Enum_get_underlying_type): New icall.
9223         (mono_method_get_equivalent_method): Fix a warning.
9225         * object.c (mono_message_init): Avoid looking up array types for each call.
9227 2008-06-27  Zoltan Varga  <vargaz@gmail.com>
9229         * object.c (mono_message_invoke): Avoid looking up the object[] type for each
9230         call.
9232         * icall.c (ves_icall_System_ValueType_Equals): Optimize the comparison of enums
9233         even more.
9235         * class.c (mono_class_get_fields): Avoid calling setup_fields_locking () for
9236         each iteration.
9238         * icall.c (ves_icall_System_ValueType_Equals): Avoid traversing all the static
9239         fields of an enum.
9241 2008-06-26 Rodrigo Kumpera  <rkumpera@novell.com>
9243         * object.c (mono_value_box): Fix boxing of nullables.
9245 2008-06-26  Kornél Pál  <kornelpal@gmail.com>
9247         * assembly.c (mono_set_rootdir): Use __ImageBase instead of
9248         mono_module_handle that is defined by the linker; no initialization required.
9249         * coree.h: Remove mono_module_handle, add __ImageBase, update
9250         mono_image_open_from_module_handle.
9251         * coree.c (_CorValidateImage): Convert platform independent PE32 images to
9252         PE32+ on 64-bit Windows that makes the OS able to load CIL images as modules.
9253         (MonoFixupCorEE): Export Address Table RVAs are 32-bit unsigned integers so
9254         memory has to be allocated for trampolines (x64) or procedure labels (IA64) up
9255         to 4 GB away from image base address. IA64 version is not tested but was very
9256         easy to implement and should work if we ever need it.
9257         * domain.c (mono_init_internal): Avoid system error message boxes.
9258         * image.c (mono_image_open_from_module_handle): Replace ref_count argument
9259         with has_entry_point. Handle do_mono_image_load fauilre correctly.
9260         (mono_image_open_full, mono_image_close): Use has_entry_point instead of
9261         coff_attributes that is a more reliable way to detect if _CorDllMain was called.
9262         * metadata-internals.h: Add has_entry_point to _MonoImage on Windows.
9264         Contributed under MIT/X11 license.
9266 2008-06-25 Rodrigo Kumpera  <rkumpera@novell.com>
9268         * class.c, class-internals.h: Export mono_class_get_generic_type_definition
9269         as part of the private mono API.
9270         
9271         * loader.c (ves_icall_System_Reflection_MethodBase_GetMethodFromHandleInternalType):
9272         Do proper argument checking for methods that belong to generic classes.
9273         Do proper type resolution for GMFH/2.
9274         Fixes #377324.
9275         
9276 2008-06-25 Rodrigo Kumpera  <rkumpera@novell.com>
9278         * verify.c (do_switch): Fix a memory corruption bug with
9279         the jump index is out of bound.
9281 2008-06-25 Rodrigo Kumpera  <rkumpera@novell.com>
9283         * verify.c: Disable debug code.
9285 2008-06-25 Rodrigo Kumpera  <rkumpera@novell.com>
9287         * reflection.c (mono_image_get_methodbuilder_token): Use
9288         mono_image_get_methodspec_token_for_generic_method_definition
9289         instead of mono_image_get_memberref_token. We cache more memberef
9290         entries now.
9292 2008-06-24 Rodrigo Kumpera  <rkumpera@novell.com>
9294         * verify.c: Inflate exception clause types.
9295         Fixes #402606.
9296         
9297 2008-06-24 Rodrigo Kumpera  <rkumpera@novell.com>
9299         * reflection.c (mono_image_get_methodbuilder_token): Don't leak
9300         name.
9302         * reflection.c (mono_image_get_ctorbuilder_token): Same.
9304         * reflection.c (mono_image_create_method_token): Same.
9306 2008-06-24 Rodrigo Kumpera  <rkumpera@novell.com>
9308         * reflection.c: Added mono_image_get_methodref_token_for_methodbuilder.
9309         It does the same as mono_image_get_methodref_token but works on
9310         MethodBuilder.
9312         * reflection.c: Use mono_image_get_methodspec_token_for_generic_method_definition
9313         and always generate a methodspec. This follows the old behavior and fixes
9314         the regressions in System.Core. 
9316 2008-06-24  Zoltan Varga  <vargaz@gmail.com>
9318         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Collect exceptions for classes where 
9319         don't event mono_class_get () succeeds. Fixes #402182.
9321 2008-06-20 Rodrigo Kumpera  <rkumpera@novell.com>
9323         * metadata-internals.h: Added MonoDynamicImage::methodspec
9324         hashtable to store methodspec tokens created for MethodBuilders.
9326         * reflection.c (mono_image_get_methodbuilder_token): Encode generic
9327         MethodBuilders as open instantiations if a methodspec was requested.
9329         * reflection.c (fixup_method): Skip MethodBuilder with methodspec tokens.
9331         * reflection.c (create_dynamic_mono_image): Create the methodspec hashtable.
9333         * reflection.c (mono_dynamic_image_free): Release the methodspec hashtable.
9335         Fixes bug #349190.
9337 2008-06-20 Rodrigo Kumpera  <rkumpera@novell.com>
9339         * loader.c (method_from_methodspec): Avoid crashing if the
9340         method lookup fails.
9342 2008-06-20  Dick Porter  <dick@ximian.com>
9344         * socket-io.c (get_socket_assembly): Cope with Moonlight network
9345         classes being in a different assembly.  Fixes bug 399184.
9347 2008-06-20  Zoltan Varga  <vargaz@gmail.com>
9349         * loader.c (mono_loader_init): Make this callable multiple times.
9350         (mono_dllmap_insert): Call mono_loader_init () so this works even before
9351         the runtime is initialized. Fixes #401755.
9353 2008-06-19  Dick Porter  <dick@ximian.com>
9355         * socket-io.c (convert_socketflags): Ignore SocketFlags.Partial.
9356         Fixes bug 349688.
9358 2008-06-19  Dick Porter  <dick@ximian.com>
9360         * socket-io.c:
9361         * icall-def.h: Implement Socket generic Send() and Receive()
9362         methods.  Fixes bug 395168.
9364 2008-06-19  Kornél Pál  <kornelpal@gmail.com>
9366         * icall-def.h, icall.c: Add ves_icall_System_Reflection_Module_GetHINSTANCE.
9368         Contributed under MIT/X11 license.
9370 2008-06-18  Martin Baulig  <martin@ximian.com>
9372         * mono-debug.h (MONO_DEBUGGER_VERSION): Split into
9373         `MONO_DEBUGGER_MAJOR_VERSION' and `MONO_DEBUGGER_MINOR_VERSION';
9374         set to 80.0.  The debugger <-> runtime interface is now frozen as
9375         well.   
9377         * mono-debug.c
9378         (mono_debug_debugger_version): Bump to 4.
9380 2008-06-18  Martin Baulig  <martin@ximian.com>
9382         * debug-mono-symfile.c
9383         (load_symfile): Don't check the minor version.
9385         * debug-mono-symfile.h: Bump the version number to 50.0.
9387 2008-06-18  Martin Baulig  <martin@ximian.com>
9389         * debug-mono-symfile.c
9390         (load_symfile): Treat `MONO_SYMBOL_FILE_MINOR_VERSION' as a
9391         minimum required version.
9393 2008-06-17 Rodrigo Kumpera  <rkumpera@novell.com>
9395         * reflection.c (mono_custom_attrs_from_property): Fix support for
9396         retriveving cattrs of dynamic inflated generic types.
9398         * reflection.c (mono_custom_attrs_from_event): Same.
9400         * reflection.c (mono_custom_attrs_from_field): Same;
9402         * reflection.c (typebuilder_setup_events): Same cattrs of events.
9404         * loader.c (-mono_metadata_get_corresponding_field_from_generic_type_definition):
9405         Moved to metadata.c.
9407         * metadata.c: New functions to retrive the equivalent field, event
9408         of property from the generic type definition.
9410         * metadata-internals.h: Added new functions from metadata.c.
9412 2008-06-17 Rodrigo Kumpera  <rkumpera@novell.com>
9414         * reflection.c (mono_custom_attrs_from_builders): Mark MonoCustomAttrInfo
9415         to cached in a mempool is used.
9417         * metadata.c (free_generic_class): In some situations field generic_info type
9418         is not properly dup'ed and leads to double free'ing.
9420         Fixes #400643.
9422 2008-06-17  Mark Probst  <mark.probst@gmail.com>
9424         * marshal.c (mono_marshal_get_static_rgctx_invoke): Also handle
9425         this arguments (will be needed later for generic methods).
9426         Collect stats.
9428 2008-06-17  Mark Probst  <mark.probst@gmail.com>
9430         * icall.c (ves_icall_System_Delegate_CreateDelegate_internal):
9431         Create a static RGCTX invoke wrapper for methods which require it.
9433 2008-06-17  Mark Probst  <mark.probst@gmail.com>
9435         * object.c, class-internals.h: New function for checking whether
9436         an individual field is special static.
9438 2008-06-15  Zoltan Varga  <vargaz@gmail.com>
9440         * metadata.c (mono_metadata_get_generic_param_row): Use bsearch instead of
9441         linear search since the table is sorted.
9443         * gc.c (mono_gc_cleanup): Abort the finalizer thread more gracefully.
9444         Fixes #324180.
9446 2008-06-14  Zoltan Varga  <vargaz@gmail.com>
9448         * appdomain.c (unload_thread_main): Applied patch from Tim Howard 
9449         (timh@ict.om.org). Remove the timeouts when waiting for appdomains to unload.
9451         * gc.c (mono_domain_finalize): Allow an infinite timeout.
9453         * threads.c (mono_threads_abort_appdomain_threads): Ditto.
9454         
9455         * threads.c (mono_thread_request_interruption): Get rid of locking, use
9456         InterlockedCompareExchange to query and modify 
9457         thread->interruption_requested.
9459         * object-internals.h (struct _MonoThread): Change interruption_requested
9460         to a gint32 so it can be modified by atomic operations. Add 
9461         'critical_region_level' from the managed side, change small_id to a guint32,
9462         add new set of 'unused' fields.
9464         * appdomain.c: Bump corlib version.
9466 2008-06-13  Zoltan Varga  <vargaz@gmail.com>
9468         * class.c (mono_class_from_name): Search modules as well. Fixes
9469         #322332.
9471 2008-06-13  Mark Probst  <mark.probst@gmail.com>
9473         * generic-sharing.c: Code for maintaining the MRGCTX and MRGCTX
9474         templates.  Templates are generalized with an additional type_argc
9475         argument.  RGCTX templates have type_argc==0, MRGCTX templates
9476         have type_argc>0.
9478         * domain-internals.h, domain.c: New hash table for looking up
9479         MRGCTXs.
9481         * metadata.c, metadata-internals.h: Rename hash and equal
9482         functions for MonoGenericInst's and make them public.
9484         * class-internals.h: New data structures for the MRGCTX.  Macros
9485         for distinguishing slots in the RGCTX and the MRGCTX.
9487 2008-06-13  Mark Probst  <mark.probst@gmail.com>
9489         * object.c (mono_method_get_imt_slot): Put the same methods of
9490         different instantiations of the same generic interface in the same
9491         IMT slots, to make generic sharing simpler.
9493 2008-06-12 Rodrigo Kumpera  <rkumpera@novell.com>
9495         * metadata-internals.h: Added mono_metadata_field_info_with_mempool.
9497         * metadata.c (mono_metadata_field_info_with_mempool): Added.
9498         This function works just like mono_metadata_field_info, but
9499         accept a mempool as argument to be used allocating memory.
9501         * marshal.c (mono_marshal_load_type_info): Use new function
9502         to load marshal data into image mempool.
9504 2008-06-12 Rodrigo Kumpera  <rkumpera@novell.com>
9506         * class.c (mono_class_inflate_generic_type_with_mempool):
9507         This function allows to inflate a generic type using
9508         a mempool.
9510         * class.c (inflate_generic_type): Take a mempool as argument
9511         and use it to do type dup'ing.
9513         * class.c (mono_class_setup_fields): Field type for generic
9514         generic classes are allocated from the image mempool.
9516         * metadata.c (free_generic_class): Inflated field type is
9517         now allocated in the image mempool.
9519 2008-06-12 Rodrigo Kumpera  <rkumpera@novell.com>
9521         * threads.c (thread_cleanup): Free MonoThread::name.
9523 2008-06-12  Marek Habersack  <mhabersack@novell.com>
9525         * appdomain.c (ensure_directory_exists): avoid unnecessary
9526         mkdir(2) calls when the shadow directory already exists.
9527         (mono_make_shadow_copy): copy also satellite assemblies from the
9528         private bin directories.
9530 2008-06-11  Zoltan Varga  <vargaz@gmail.com>
9532         * threads.c (mono_thread_get_stack_bounds): Align the stack in all cases.
9533         
9534         * threads.c (mono_thread_get_stack_bounds): Align the stack address to
9535         a page boundary. Fixes #396219.
9537 2008-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
9539         * marshal.c (mono_marshal_load_type_info): Add a memory barrier
9540         due to double-checked locking.
9542 2008-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
9544         * assembly.c (build_assembly_name): Release memory on failure.
9546         * assembly.c (mono_assembly_name_parse_full): Release memory on failure.
9548 2008-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
9550         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): Release
9551         memory on failure.
9553 2008-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
9555         * icall.c (ves_icall_System_Reflection_AssemblyName_ParseName): Release
9556         memory on failure.
9558 2008-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
9560         * loader.c (field_from_memberref): Check if field signature type is equal
9561         to the non-inflated type of the field. Fixes #398980.
9563 2008-06-11  Zoltan Varga  <vargaz@gmail.com>
9565         * assembly.c (mono_assembly_load_from_full): Call 
9566         mono_assembly_load_friends () outside the assemblies lock, since it can
9567         acquire the loader lock. Fixes #323696.
9569         * reflection.c (resolve_object): Inflate the inst with the context for
9570         FieldOnTypeBuilderInst. Fixes #399010.
9572 2008-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
9574         * reflection.c (mono_image_get_field_on_inst_token): Don't
9575         inflate the field to encode it's signature. If it's a
9576         VAR or MVAR it should stay that way in the signature.
9577         Fixes #399047.
9579 2008-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
9581         * reflection.c (resolve_object): Release memory of inflated types.
9583 2008-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
9585         * loader.c (mono_method_get_signature_full): Remove assert about
9586         loading a methodspec to a generic method. We have such methods, such as
9587         System.Threading.Interlocked::CompareExchange<T>.
9588         This assert was removed since it crashes the verifier when it checks
9589         methods calling CompareExchange<T>.
9591 2008-06-10  Marek Safar  <marek.safar@gmail.com>
9593         * icall.c (ves_icall_MonoMethod_GetGenericArguments): Creates an instance
9594         of Type array and not MonoType.
9596 2008-06-10  Marek Habersack  <mhabersack@novell.com>
9598         * profiler.c: fix a segfault on shutdown. Patch from Paolo Molaro
9599         <lupus@ximian.com>
9601 2008-06-10  Martin Baulig  <martin@ximian.com>
9603         * debug-mono-symfile.h
9604         (MONO_SYMBOL_FILE_MINOR_VERSION): Bump to 6.  There were no
9605         changes to the file format, but we were generating incorrect
9606         source file indices in the line number table due to a bug, which
9607         made backtraces report an incorrect source file.
9609 2008-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
9611         * mono-debug.c: Moved mono_debug_free_method_jit_info from
9612         mini/debug-mini.c to here.
9614         * mono-debug.c (il_offset_from_address): Free memory from find_method.
9616         * mono-debug.h: Export mono_debug_free_method_jit_info, users should
9617         use it to release structs returned by mono_debug_find_method.
9619 2008-06-10  Zoltan Varga  <vargaz@gmail.com>
9621         * class.c (mono_class_setup_vtable): Call setup_methods even for interfaces
9622         since it needs to set method->slot for all interface methods.
9624 2008-06-09 Rodrigo Kumpera  <rkumpera@novell.com>
9626         * class-internals.h: Forgot to add.
9628 2008-06-09 Rodrigo Kumpera  <rkumpera@novell.com>
9630         * class-internals.h: Added MONO_PROP_DYNAMIC_CATTR.
9632         * reflection.c (lookup_custom_attr): Added a MonoImage argument.
9633         Lookup the custom attributes from property_hash.
9635         * reflection.c (mono_save_custom_attrs): Save the custom attributes
9636         in property_hash. Allocate all data using the image mempool.
9638         * reflection.c: Removed dynamic_custom_attrs. Changed all checks
9639         for dynamic_custom_attrs to checks if the image is dynamic.
9641 2008-06-09  Zoltan Varga  <vargaz@gmail.com>
9643         * appdomain.c (ves_icall_System_AppDomain_GetAssemblies): Free the
9644         assemblies array.
9645         
9646         * appdomain.c (ves_icall_System_AppDomain_GetAssemblies): Avoid calling
9647         runtime functions while holding the domain assemblies lock.
9649 2008-06-09 Rodrigo Kumpera  <rkumpera@novell.com>
9651         * verify.c: Reapplied the last bit of the reverted changes.
9653 2008-06-09 Rodrigo Kumpera  <rkumpera@novell.com>
9655         * verify.c: Reapplied more of the reverted changes.
9657 2008-06-09  Martin Baulig  <martin@ximian.com>
9659         * debug-mono-symfile.c (load_symfile): Check the major version
9660         first; if it's wrong, don't print the minor version in the error message.
9662 2008-06-09  Zoltan Varga  <vargaz@gmail.com>
9664         * appdomain.c (set_domain_search_path): Make this use the domain assemblies
9665         lock instead of the domain lock to avoid deadlocks, since the thread might
9666         already hold the loader lock.
9668         * threads.c (start_wrapper): Call mono_monitor_init_tls ().
9669         (mono_thread_attach): Ditto.
9671         * monitor.c: Use a TLS variable for holding the current thread id instead
9672         of calling pthread_self ().
9673         (mono_monitor_init_tls): New internal function to initialize the TLS
9674         variable.
9675         (mono_monitor_try_enter_internal): Put the owner == id check after the
9676         owner == 0 check.
9678         * object-internals.h (_G_BOOLEAN_EXPR): Redefine this glib macro to avoid
9679         missed optimizations when using gcc-4.3.
9681 2008-06-08 Rodrigo Kumpera  <rkumpera@novell.com>
9683         * reflection.c (mono_dynamic_image_free): Free the memory
9684         used by MonoGenericParam in MonoDynamicImage::gen_param.
9686         * reflection.c (mono_reflection_setup_generic_class): Allocate
9687         container from mempool.
9689         * reflection.c (mono_reflection_initialize_generic_parameter): Allocate
9690         container from mempool.
9692 2008-06-07  Zoltan Varga  <vargaz@gmail.com>
9694         * threads.c (mono_set_pending_exception): New internal function to set the
9695         pending exception of the current thread.
9696         (mono_thread_get_and_clear_pending_exception): Check for 
9697         thread->pending_exception as well.
9699         * object-internals.h (struct _MonoThread): Add 'pending_exception' field.
9701         * boehm-gc.c (mono_gc_base_init): Set GC_no_dls before calling GC_init () since
9702         it can trigger a collection.
9704 2008-06-06  Martin Baulig  <martin@ximian.com>
9706         Merged the `debugger-kahalo' branch.
9708         * mono-debug.h
9709         (MONO_DEBUGGER_VERSION): Bumped to 72.
9711         * debug-mono-symfile.h
9712         (MonoSymbolFileMethodIndexEntry): Removed.
9713         (MonoSymbolFileMethodEntry): New public typedef.
9714         (MonoSymbolFileOffsetTable): Added `_is_aspx_source'.
9715         (MonoSymbolFileSourceEntry): Remove everything except `index' and
9716         `data_offset'.
9717         (MonoSymbolFileMethodEntry): Removed.
9718         (MonoSymbolFileLexicalBlockEntry): Removed.
9719         (MonoSymbolFileLineNumberEntry): Removed.
9720         (MonoDebugLexicalBlockEntry): Removed.
9721         (MonoDebugMethodInfo): Replaced `entry' by `guint32 entry_offset';
9722         removed `num_il_offsets' and `il_offsets'.
9723         (MonoSymbolFile): Replace `version' with `major_version' and
9724         `minor_version'.
9725         (MONO_SYMBOL_FILE_VERSION): Replace with
9726         `MONO_SYMBOL_FILE_MAJOR_VERSION' and
9727         `MONO_SYMBOL_FILE_MINOR_VERSION'.
9729         * debug-mono-symfile.c
9730         (mono_debug_symfile_lookup_location): Add support for the new line
9731         number table format.
9733 2008-06-07 Rodrigo Kumpera  <rkumpera@novell.com>
9735         * metadata.c (free_generic_class): Release the inflated
9736         MonoClass of dynamic generic classes if it's not a generic
9737         type definition.
9739 2008-06-07 Rodrigo Kumpera  <rkumpera@novell.com>
9741         * verify.c: Reapplied more of the reverted changes.
9743 2008-06-07 Rodrigo Kumpera  <rkumpera@novell.com>
9745         * reflection.c (lookup_custom_attr): Clean the cached flag or
9746         nobody will free it. Fixes a memleak in MonoCustomAttrs::IsDefinedInternal
9747         for SRE types.
9749 2008-06-07 Rodrigo Kumpera  <rkumpera@novell.com>
9751         * verify.c: Reapplied a small part of the reverted changes.
9753 2008-06-07  Zoltan Varga  <vargaz@gmail.com>
9755         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
9757         * monitor.c (mono_monitor_try_enter_internal): Add NULL check which was 
9758         previously in managed code.
9759         (mono_monitor_exit): Ditto.
9760         (ves_icall_System_Threading_Monitor_Monitor_exit): Removed, not needed anymore.
9762         * icall-def.h: Rename the Enter/Exit icalls to simply Enter/Exit to match
9763         the managed definition.
9765 2008-06-06 Rodrigo Kumpera  <rkumpera@novell.com>
9767         * verify.c: Revert changes to see if it helps with weird buildbot crashes.
9769 2008-06-06  Zoltan Varga  <vargaz@gmail.com>
9771         * monitor.c: Redefine GetCurrentThreadId () with a macro on !win32.
9772         
9773         * monitor.c: Add some micro optimizations.
9775         * icall.c (type_from_typename): Handle 'bool'.
9777 2008-06-06 Rodrigo Kumpera  <rkumpera@novell.com>
9779         * verify.c: Implement constructor verification per P III 1.8.1.4.
9780         Fixes #396716.
9782 2008-06-06  Zoltan Varga  <vargaz@gmail.com>
9784         * assembly.c (mono_assembly_loaded_full): Avoid calling the search hooks while
9785         holding the assemblies lock here too.
9787 2008-06-05 Rodrigo Kumpera  <rkumpera@novell.com>
9789         * verify.c: Kill stack_top function.
9791 2008-06-05 Rodrigo Kumpera  <rkumpera@novell.com>
9793         * verify.c: Kill stack_get function.
9795 2008-06-05 Rodrigo Kumpera  <rkumpera@novell.com>
9797         * verify.c (mono_method_verify): Last change broke the build. Fixed.
9799 2008-06-05 Rodrigo Kumpera  <rkumpera@novell.com>
9801         * verify.c (verify_type_compatibility_full): Make SZARRAY checks
9802         more reliable.
9804         * verify.c (mono_method_verify): Inflate params and locals to avoid
9805         mismatch when checking for compatibility.
9807 2008-06-05  Jonathan Chambers  <joncham@gmail.com>
9809         * metadata.c (mono_string_from_bstr): Fix BSTR marshalling.
9810         Length prefix should be size in bytes. Fix bug #339530.
9811         
9812         * metadata.c (mono_string_to_bstr): Fix BSTR marshalling.
9813         Length prefix should be size in bytes. Fix bug #339530.
9815         Code is contributed under MIT/X11 license.
9817 2008-06-05  Bill Holmes <billholmes54@gmail.com>
9819         * decimal.c:  Adding MSVC implementation to my_g_bit_nth_msf.
9821         Contributed under MIT/X11 license.
9823 2008-06-05  Martin Baulig  <martin@ximian.com>
9825         * mono-debug-debugger.c
9826         (mono_debugger_check_breakpoints): Reflect latest runtime changes.
9828 2008-06-05  Zoltan Varga  <vargaz@gmail.com>
9830         * assembly.c (mono_assembly_load_from_full): Avoid calling the search hooks
9831         while holding the assemblies lock to prevent deadlocks. Handle the case
9832         where the search hook returns NULL but the assembly was still loaded.
9833         Fixes #323696.
9835         * appdomain.c (set_domain_search_path): Acquire the domain lock since we
9836         modify domain state.
9838 2008-06-05  Andreas Färber  <andreas.faerber@web.de>
9840         * boehm-gc.c: Add DTrace probes gc-{begin,end}.
9841         * Makefile.am (pedump_LDADD): Post-process object files and
9842         add dtrace-generated object file, if necessary.
9844         Code is contributed under MIT/X11 license.
9846 2008-06-04 Rodrigo Kumpera  <rkumpera@novell.com>
9848         * reflection.c (mono_dynamic_image_free): Free MonoDynamicImage::public_key.
9850 2008-06-04 Rodrigo Kumpera  <rkumpera@novell.com>
9852         * class.c (mono_type_get_full): Add a work-around for generic type definitions.
9854 2008-06-04  Mark Probst  <mark.probst@gmail.com>
9856         * threads.c: Try to free everything from the delayed free table
9857         when shutting down threads, and set the variable to NULL after the
9858         table is freed so that calling
9859         mono_thread_hazardous_try_free_all() when shutting down the root
9860         domain doesn't crash.
9862 2008-06-04 Rodrigo Kumpera  <rkumpera@novell.com>
9864         * class.c (mono_type_retrieve_from_typespec): Add an argument to inform
9865         the caller if resulting type was inflated.
9867         * class.c (mono_class_create_from_typespec): Free the MonoType if it
9868         was inflated.
9870         * class.c (mono_type_get_full): Free the MonoType if it was inflated.
9873 2008-06-04  Zoltan Varga  <vargaz@gmail.com>
9875         * decimal.c (rescale128): Rework the code a bit so it no longer crashes the
9876         class library tests.
9878         * icall.c (ves_icall_InternalInvoke): Applied patch from Andy Hume 
9879         (andyhume32@yahoo.co.uk). Add more useful exception messages. Fixes
9880         #396989.
9882 2008-06-04  Mark Probst  <mark.probst@gmail.com>
9884         * domain.c, domain-internals.h: The JIT infos are now freed by the
9885         JIT info table code.  They are freed immediately if there only a
9886         single JIT info table in circulation.  If there is more, the free
9887         is delayed via a queue.
9889         * threads.c, threads-types.h: New hazard pointer function for
9890         freeing all freeable delayed items in one sitting.
9892 2008-06-03 Rodrigo Kumpera  <rkumpera@novell.com>
9894         * reflection.c (typebuilder_setup_fields): Use mempool for allocations.
9896         * reflection.c (typebuilder_setup_properties): Same.
9898         * reflection.c (typebuilder_setup_events): Same.
9900 2008-06-03 Rodrigo Kumpera  <rkumpera@novell.com>
9902         * reflection.c (mono_custom_attrs_from_builders): Receive a MonoMemPool
9903         and use it for allocating memory.
9905         * reflection.c (mono_marshal_spec_from_builder): Same.
9907         * reflection.c: Change code to use new signatures.
9909         * metadata.c (mono_metadata_type_dup): Add a FIXME note.
9911 2008-06-03  Zoltan Varga  <vargaz@gmail.com>
9913         * decimal.c (rescale128): Put back one line which was accidently commented
9914         out.
9915         
9916         * decimal.c (rescale128): Disable the code added by the last patch, as it seems
9917         to cause crashes.
9919 2008-06-03 Rodrigo Kumpera  <rkumpera@novell.com>
9921         * reflection.c (mono_reflection_generic_class_initialize): Name must
9922         be always malloc'ed so we can free it later on. Do this for field, property
9923         and event.
9925         * metadata.c (free_generic_class): Free field, property and event names.
9927 2008-06-03 Rodrigo Kumpera  <rkumpera@novell.com>
9929         * reflection.c (fieldbuilder_to_mono_class_field): Use mono_metadata_type_dup
9930         instead of g_memdup.
9932         * reflection.c (typebuilder_setup_fields): Same.
9934 2008-06-03  Zoltan Varga  <vargaz@gmail.com>
9936         * decimal.c (rescale128): Optimize this function a bit more.
9938 2008-06-03 Rodrigo Kumpera  <rkumpera@novell.com>
9940         * metadata.c (free_generic_class): Release some memory from
9941         SRE generic classes.
9943 2008-06-03 Rodrigo Kumpera  <rkumpera@novell.com>
9945         * reflection.c (mono_image_get_generic_field_token): No reference
9946         to name is kept, free it.
9948         * reflection.c (mono_reflection_generic_class_initialize): Free
9949         more memory of the inflated field.
9951 2008-06-03  Zoltan Varga  <vargaz@gmail.com>
9953         * decimal.c (mono_decimalDiv): Moved equality checks here from managed
9954         code.
9956 2008-06-02 Rodrigo Kumpera  <rkumpera@novell.com>
9958         * reflection.c (mono_dynamic_image_free): Release memory used by
9959         MonoDynamicImage::array_methods elements.
9961         * reflection.c (assembly_add_win32_resources): Release memory after
9962         encoding.
9964 2008-06-02  Zoltan Varga  <vargaz@gmail.com>
9966         * decimal.c (log2_32): Use an optimized version for this function too.
9967         
9968         * decimal.c (log2_64): Fix this on 32 bit machines.
9970 2008-06-02 Rodrigo Kumpera  <rkumpera@novell.com>
9972         * class.c (mono_dup_array_type): Implement allocation using a mempool.
9974         * class.c (mono_metadata_signature_deep_dup): Same.
9976         * metadata.c (mono_metadata_signature_dup_full): Added, allow dup'ng with
9977         a mempool.
9979         * metadata.c (mono_metadata_signature_dup): Delegate to the _full version.
9981         * metadata.c (mono_metadata_type_dup): Remove asserts and FIXME.
9983         * metadata-internals.h: Added mono_metadata_signature_dup_full.
9985         * class-internals.h: Update signatures to take a MonoMemPool.
9987 2008-06-02  Dick Porter  <dick@ximian.com>
9989         * icall.c (ves_icall_System_ComponentModel_Win32Exception_W32ErrorMessage): 
9990         * icall-def.h: Add
9991         System.ComponentModel.Win32Exception.W32ErrorMessage, using the
9992         FormatMessage API to get the error text.  Fixes bug 321827.
9994 2008-06-02  Zoltan Varga  <vargaz@gmail.com>
9996         * decimal.c: Add some micro optimizations to make decimal operations faster.
9998 2008-06-01 Rodrigo Kumpera  <rkumpera@novell.com>
10000         * reflection.c (method_encode_clauses): Take a mempool
10001         as parameter and use it to allocate the clause array.
10003         * reflection.c (mono_image_get_field_on_inst_token): Free
10004         the inflated type after encoding it.
10006         * reflection.c (mono_dynamic_image_free): Free each element
10007         of MonoDynamicImage::gen_params.
10009         * reflection.c (reflection_methodbuilder_to_mono_method):
10010         Allocate the generic param array from the mempool.
10011         Allocate signature params from the mempool.
10013         * reflection.c (mono_reflection_generic_class_initialize):
10014         Free inflated fields after been used.
10016 2008-05-30 Rodrigo Kumpera  <rkumpera@novell.com>
10018         * icall.c: Reapply the memory leak fixes as they no
10019         longer make mono crash.
10021 2008-05-30 Rodrigo Kumpera  <rkumpera@novell.com>
10023         * reflection.c (mono_type_get_object): Don't store the suplied
10024         MonoType with type_hash. A caller which pass a type that
10025         was mono_metadata_type_dup'ed cannot free it reliably, as type_hash
10026         might end with a pointer to freed memory.
10027         The solution is to use byval_arg or this_arg from the associated
10028         MonoClass of the supplied type.
10030 2008-05-29  Zoltan Varga  <vargaz@gmail.com>
10032         * icall.c: Revert the rest of the last change as it breaks the build too.
10034 2008-05-29 Rodrigo Kumpera  <rkumpera@novell.com>
10036         * icall.c: Revert a leak fix as it's breaking the build.
10038 2008-05-29 Rodrigo Kumpera  <rkumpera@novell.com>
10040         * appdomain.c (mono_make_shadow_copy): Fix another leak of dir_name.
10042 2008-05-29 Rodrigo Kumpera  <rkumpera@novell.com>
10044         * appdomain.c (mono_make_shadow_copy): We leaked dir_name.
10046 2008-05-29 Rodrigo Kumpera  <rkumpera@novell.com>
10048         * icall.c: Fix some memory leaks.
10050 2008-05-29  Dick Porter  <dick@ximian.com>
10052         * threadpool.c (mono_thread_pool_remove_socket): Always remove the
10053         async socket operations from the pending list when a socket
10054         closes.  Leaving it until the threadpool services the event
10055         exposes a race condition when a socket descriptor is reused.
10056         Fixes bug 377589.
10058 2008-05-28 Rodrigo Kumpera  <rkumpera@novell.com>
10060         * object.c: Fix negative index check for array alocation.
10062 2008-05-28 Rodrigo Kumpera  <rkumpera@novell.com>
10064         * icall.c, marshal.c: Delegate wrappers should skip visibility.
10065         This check is performed by the verifier for IL created delegates
10066         and by Delegate::CreateDelegate for programatically created ones.
10067         Fixes #372406.
10069 2008-05-28 Rodrigo Kumpera  <rkumpera@novell.com>
10071         * sockey-io.c (ves_icall_System_Net_Sockets_Socket_Select_internal):
10072         Fix code to use mono_array_size_t instead of int.
10074         Based on patch by Luis F. Ortiz.
10075         Contributed under X11 license.
10076         http://lists.ximian.com/pipermail/mono-devel-list/2008-May/027995.html
10078 2008-05-28 Rodrigo Kumpera  <rkumpera@novell.com>
10080         * icall.c: Added ves_icall_System_Array_GetLongLength and
10081         ves_icall_System_Array_CreateInstanceImpl64. Both allow handling big
10082         arrays.
10084         * icall.h: Export both new functions.
10086         Based on patch by Luis F. Ortiz.
10087         Contributed under X11 license.
10088         http://lists.ximian.com/pipermail/mono-devel-list/2008-May/027995.html
10090 2008-05-28  Martin Baulig  <martin@ximian.com>
10092         The debugger now requires exactly r103463.
10094         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 71.
10095         This version is not supported by the debugger, wait for 72.
10097 2008-05-28 Rodrigo Kumpera  <rkumpera@novell.com>
10099         * object.h: Changed array related functions to use
10100         mono_array_size_t instead of guint32. Forgot to commit this file.
10102         Patch by Luis F. Ortiz.
10103         Contributed under X11 license.
10104         http://lists.ximian.com/pipermail/mono-devel-list/2008-May/027995.html
10107 2008-05-28 Rodrigo Kumpera  <rkumpera@novell.com>
10109         * object.h: Don't use G_MAXINT32 or G_MAXUINT32 as old glibs
10110         don't define it. Use the number literal instead.
10112 2008-05-27 Rodrigo Kumpera  <rkumpera@novell.com>
10114         * icall.c: Changed array related functions to use
10115         mono_array_size_t instead of guint32.
10117         * icall.c (ves_icall_System_Array_GetLength): Check for length
10118         overflow under MONO_BIG_ARRAYS.
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-27 Rodrigo Kumpera  <rkumpera@novell.com>
10126         * object.c: Add 64bits bounds check for arrays under MONO_BIG_ARRAYS.
10128         Based on patch by Luis F. Ortiz.
10129         Contributed under X11 license.
10130         http://lists.ximian.com/pipermail/mono-devel-list/2008-May/027995.html
10132 2008-05-27 Rodrigo Kumpera  <rkumpera@novell.com>
10134         * object.c, object.h: Changed array related functions to use
10135         mono_array_size_t instead of guint32.
10137         Patch by Luis F. Ortiz.
10138         Contributed under X11 license.
10139         http://lists.ximian.com/pipermail/mono-devel-list/2008-May/027995.html
10141 2008-05-27 Rodrigo Kumpera  <rkumpera@novell.com>
10143         * object.h: Introduced mono_array_size_t typedef. This must be used
10144         in all places an array length is expected. This is 64bits wide if
10145         MONO_BIG_ARRAYS is enabled.
10147         Patch by Luis F. Ortiz.
10148         Contributed under X11 license.
10149         http://lists.ximian.com/pipermail/mono-devel-list/2008-May/027995.html
10151 2008-05-27  Zoltan Varga  <vargaz@gmail.com>
10153         * security-manager.c class.c: Set the class exception info by calling
10154         mono_class_set_failure ().
10156         * class.c (mono_class_get_exception_data): New accessor function.
10157         (mono_class_set_failure): Store exception_data in the property hash.
10159         * class-internals.h (struct _MonoClass): Store 'exception_data' outside
10160         the struct as a property.
10162         * loader.c (mono_get_method_full): Store the lookup result for method
10163         tokens in method_cache, the others in methodref_cache to decrease the memory
10164         usage of hash tables.
10166         * image.c (mono_image_close): Destroy method_cache and methodref_cache.
10167         (mono_image_init): method_cache is lazy inited now.
10169         * metadata-internals.h (struct _MonoImage): Change method_cache to
10170         a MonoValueHashTable, add a separate methodref_cache.
10172 2008-05-27  Eyal Alaluf <eyala@mainsoft.com>
10174         * number-formatter.h: Fix tables to avoid arithemtic overflow in
10175           Double.ToString as exposed by Bug #383531.
10177 2008-05-26  Zoltan Varga  <vargaz@gmail.com>
10179         * number-formatter.h: Make some tables static.
10181         * class.c (mono_method_set_generic_container): New accessor function.
10182         (mono_method_get_generic_container): Ditto.
10184         * class-internals.h (struct _MonoMethod): Remove rarely used 
10185         'generic_container' field, store it in the property hash instead. Add 
10186         'is_generic' boolean field instead.
10188         * image.c (mono_image_init): Initialize property_hash.
10189         (mono_image_close): Destroy property_hash.
10191         * metadata-internals.h (struct _MonoImage): Add 'property_hash' hash table to
10192         hold rarely used fields of runtime structures belonging to this image.
10194         * class.c loader.c verify.c icall.c reflection.c: Use the new accessor functions
10195         to get/set method->generic_container.
10197         * loader.c (mono_get_method_from_token): Avoid loading the method header for
10198         generic methods.
10200 2008-05-25  Zoltan Varga  <vargaz@gmail.com>
10202         * class.c (mono_class_inflate_generic_method_full): Don't increase
10203         mono_stats.inflated_method_count for methods found in the cache.
10205         * threads.c (mono_thread_request_interruption): Add a comment about 
10206         QueueUserAPC ().
10208 2008-05-24  Zoltan Varga  <vargaz@gmail.com>
10210         * class.c (setup_interface_offsets): Use sizeof (guint16) when allocating the
10211         interface_offsets_packed table.
10212         
10213         * class.c (mono_class_init): Remove some dead code.
10215         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): Call
10216         mono_class_setup_vtable () when CAS is active to detect security problems.
10218 2008-05-23 Rodrigo Kumpera  <rkumpera@novell.com>
10220         * verify.c (mono_delegate_type_equal): Handle VAR, MVAR and GENERICINST.
10222         * verify.c (mono_delegate_signature_equal): Don't compar number of generic
10223         parameters as it's irrelevant for delegate checking.
10225 2008-05-23  Zoltan Varga  <vargaz@gmail.com>
10227         * class-internals.h class.c: Correct the name of the 'mono_no_setup_vtable_in_class_init' variable.
10229         * class.c (mono_class_init): Control the creation of a generic vtable using
10230         a global which is true by default, but set to false by the runtime startup code.
10231         
10232         * class.c (mono_class_init): Avoid constructing a generic vtable in most cases.
10233         Disabled for now since it breaks the embedding API.
10234         Move the setup of class->methods for arrays to mono_class_setup_methods ().
10235         (mono_class_setup_methods): Add a memory barrier.
10237         * object.c (mono_class_create_runtime_vtable): Add code to handle the case
10238         when mono_class_init () doesn't compute the generic vtable.
10239         
10240 2008-05-23  Massimiliano Mantione  <massi@ximian.com>
10241         * profiler.c: Added mono_profiler_install_statistical_call_chain,
10242         mono_profiler_stat_get_call_chain_depth and mono_profiler_stat_call_chain
10243         to support call chains (backtrace) in the stat profiler.
10244         * profiler.c, profiler-private.h: Likewise.
10246 2008-05-22  Mark Probst  <mark.probst@gmail.com>
10248         * generic-sharing.c: Init generic class when a method of it is
10249         requested via a runtime generic context.
10251 2008-05-22  Zoltan Varga  <vargaz@gmail.com>
10253         * class.c (mono_class_init): Add a comment about trying to avoid calling this.
10255         * reflection.c (mono_type_get_object): Add a FIXME.
10257         * loader.c (find_method_in_class): Use mono_class_get_method_by_index ().
10259         * class.c (mono_class_get_method_by_index): New helper function, returning an
10260         entry in the class->methods array.
10262 2008-05-21  Zoltan Varga  <vargaz@gmail.com>
10264         * class.c (mono_class_init): Only do the array optimization for szarrays. 
10265         Avoid creating a generic vtable for generic instances as well.
10266         (mono_class_get_method_from_name_flags): Don't search in the metadata for
10267         generic instances.
10269 2008-05-21 Rodrigo Kumpera  <rkumpera@novell.com>
10271         * loader.c (mono_get_method_constrained): Inflate the signature
10272         with class context. Fix #325283.
10274 2008-05-21  Zoltan Varga  <vargaz@gmail.com>
10276         * object.c (mono_class_create_runtime_vtable): Add a comment.
10278         * class.c (get_implicit_generic_array_interfaces): Call mono_class_init ()
10279         where needed.
10280         (setup_interface_offsets): Handle the case when this is called twice for arrays.
10281         (mono_class_setup_vtable_general): Add an assert.
10282         (mono_class_init): Avoid creating a generic vtable for arrays.
10284         * class.c (mono_generic_class_get_class): Don't call setup_interface_offsets ()
10285         here, let mono_class_init () do that.
10287         * class.c (mono_class_init): Avoid calling mono_class_setup_methods () for
10288         interfaces in mscorlib.
10290         * class.c (mono_class_setup_vtable): Avoid calling setup_methods () for
10291         interfaces. Add some comments.
10292         (mono_class_init): Call mono_class_setup_methods () here since it is no
10293         longer called by mono_class_setup_vtable ().
10295         * object.c (mono_class_proxy_vtable): Null out entries in pvt->vtable which are
10296         not set in class->vtable.
10297         (mono_class_create_runtime_vtable): Reenable the disabled code.
10299         * object.c (mono_class_create_runtime_vtable): Disable the last change for
10300         now as it causes some test failures.
10302         * object.c (mono_class_create_runtime_vtable): Avoid creating a generic vtable
10303         if using the vtable trampoline. Also remove some strange code which put the
10304         generic methods themselves into the vtable slots. Remove the AOT init_vtable
10305         stuff as it is no longer needed.
10307 2008-05-19 Rodrigo Kumpera  <rkumpera@novell.com>
10309         * pedump.c: Give make --verify all option check code as well.
10310         Using --verify code won't check for metadata now.
10312 2008-05-19  Martin Baulig  <martin@ximian.com>
10314         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 70.
10316         * mono-debug.c
10317         (_mono_debug_using_mono_debugger): New global variable; it's set
10318         directly by the debugger, so mono_debug_using_mono_debugger() also
10319         works after attaching.
10321 2008-05-18 Rodrigo Kumpera  <rkumpera@novell.com>
10323         * object.c (mono_class_create_runtime_vtable): Use memory barriers
10324         as we do double checked locking on MonoClass::runtime_info and
10325         MonoClassRuntimeInfo::domain_vtables.
10327 2008-05-18  Zoltan Varga  <vargaz@gmail.com>
10329         * debug-helpers.c (print_field_value): Fix a warning.
10331 2008-05-16  Zoltan Varga  <vargaz@gmail.com>
10333         * object.c (mono_object_get_virtual_method): Fix a crash if method->slot is not
10334         set in the AOT case.
10336 2008-05-16 Rodrigo Kumpera  <rkumpera@novell.com>
10338         * class.c (mono_class_setup_vtable_general): Use memory barriers
10339         as we do double checked locking on MonoClass::vtable.
10341 2008-05-16 Rodrigo Kumpera  <rkumpera@novell.com>
10343         * reflection.c (resolve_object): Inflate only if the generic context
10344         is not null. Fixes #389886.
10346 2008-05-15  Jonathan Chambers  <joncham@gmail.com>
10348         * metadata.c (emit_marshal_string): Free return strings using mono_marshal_free
10349         instead of g_free.
10351         Code is contributed under MIT/X11 license.
10353 2008-05-14 Rodrigo Kumpera  <rkumpera@novell.com>
10355         * class.c: Revert unrelated change.
10357 2008-05-14 Rodrigo Kumpera  <rkumpera@novell.com>
10359         * verify.c (check_is_valid_type_for_field_ops): Type on stack can be
10360         a generic instantiation, use mono_class_from_mono_type instead of playing
10361         with MonoType directly.
10363 2008-05-14 Rodrigo Kumpera  <rkumpera@novell.com>
10365         * class.c: Added mono_class_has_parent_and_ignore_generics. Visibility
10366         checks must ignore generic instantiations, so mono_class_has_parent is not
10367         suitable. Fixes #390128.
10369 2008-05-14  Zoltan Varga  <vargaz@gmail.com>
10371         * reflection.c (mono_image_create_token): Add a 'register_token' argument, and use
10372         it to avoid registering tokens during metadata generation. Fixes #390023.
10374 2008-05-14  Kornél Pál  <kornelpal@gmail.com>
10376         * coree.c: Rename dwOldProtect to OldProtect that makes naming convention
10377         consistent.
10379         Contributed under MIT/X11 license.
10381 2008-05-14  Kornél Pál  <kornelpal@gmail.com>
10383         * domain.c (mono_init_internal): Enable LoadLibrary support. Load EXE image
10384         even when get_runtimes_from_exe didn't load it that allows mono_fixup_exe_image
10385         to fixup the EXE image.
10386         (mono_cleanup): Use mono_close_exe_image.
10387         (mono_close_exe_image): New function.
10388         * image.c: Include "marshal.h".
10389         (mono_image_open_from_module_handle): Add ref_count argument. Return the image.
10390         (mono_image_open_full, mono_image_close): Fix LoadLibrary/FreeLibrary reference
10391         counting when the image is loaded outside of mono_image_open_full. Set status
10392         based on GetLastError.
10393         * coree.c: Include required headers. Add init_from_coree.
10394         (_CorDllMain): Support fix in mono_image_open_full, mono_image_close. Call
10395         mono_assembly_open only when the image has vtfixups. Set init_from_coree.
10396         (_CorExeMain): Set init_from_coree.
10397         (CorExitProcess): Only call ExitProcess for now.
10398         (CorBindToRuntimeEx): New stub implementation.
10399         (CorBindToRuntime): New function.
10400         (MonoFixupCorEE): Fixup CorBindToRuntime and CorBindToRuntimeEx.
10401         (MonoFixupExe): ILONLY executables require no fixups.
10402         (mono_set_act_ctx): New function to set activation context.
10403         (mono_load_coree): Use init_from_coree. Call mono_set_act_ctx.  
10404         * coree.h: Move STATUS_SUCCESS and STATUS_INVALID_IMAGE_FORMAT to header.
10405         Declare mono_module_handle, coree_module_handle, mono_get_module_file_name,
10406         mono_load_coree, mono_fixup_exe_image and mono_image_open_from_module_handle
10407         as MONO_INTERNAL.
10408         * domain-internals.h: Add mono_close_exe_image.
10410         Contributed under MIT/X11 license.
10412 2008-05-13 Rodrigo Kumpera  <rkumpera@novell.com>
10414         * metadata.c (mono_metadata_compute_size): Correctly calculate field
10415         size for generic param and event tables. Fixes #388977.
10417 2008-05-13  Zoltan Varga  <vargaz@gmail.com>
10419         * loader.c (mono_method_signature): Use memory barriers because of the double
10420         checked locking pattern.
10422         * threads.c (remove_and_abort_threads): Stop and wait for threads which are
10423         aborting or aborted as well. Fixes #376391.
10424         
10425         * threads.c (mono_thread_execute_interruption): Avoid depending on no longer
10426         existing runtime state in the Suspend handler during shutdown.
10428 2008-05-12  Zoltan Varga  <vargaz@gmail.com>
10430         * threads.c (mono_thread_request_interruption): Add some FIXMEs.
10432         * threads.c (mono_thread_suspend_all_other_threads): Add support for threads 
10433         which are starting up or shutting down.
10435         * threads.c (mono_threads_set_shutting_down): Don't return a value since
10436         this function never returns if the runtime is already shutting down.
10438         * icall.c (ves_icall_System_Environment_Exit): Update after 
10439         mono_threads_set_shutting_down () signature change.
10440         
10441 2008-05-09 Rodrigo Kumpera  <rkumpera@novell.com>
10443         * class.c: Added can_access_instantiation to verify if the instantiation
10444         is visible. Fix access check for nested types as they returned TRUE
10445         before doing type and generic instantiation visibility checks.
10447 2008-05-08 Rodrigo Kumpera  <rkumpera@novell.com>
10449         * reflection.c (mono_reflection_create_generic_class): The created type
10450         must have a different container from its TypeBuilder. Otherwise they
10451         will end sharing generic arguments, which is wrong.
10453         Due to the sharing, making a generic instance of the created type using
10454         the TypeBuider generic arguments resulted in the generic type definition
10455         been returned, which is wrong as well.
10457         As a bonus the code was leaking the type_params array. This memory should
10458         be allocated from the image mempool.
10460         This fixes bug #354047.
10462 2008-05-08 Rodrigo Kumpera  <rkumpera@novell.com>
10464         * metadata-internals.h: Move MONO_SECMAN_FLAG macros from mini/declsec.h
10465         to here         as they are now used in assembly.c new code.
10466         Added a skipverification flag to MonoAssembly.
10467         New internal function mono_assembly_has_skip_verification.
10469         * assembly.c: New function mono_assembly_has_skip_verification. It checks
10470         if an assembly has a version 2.0 SkipVerification security attribute. Fixes
10471         part of #387274.
10473 2008-05-07  Zoltan Varga  <vargaz@gmail.com>
10475         * object.c (mono_object_get_virtual_method): Inflate the resulting method if
10476         needed. Fixes #387034.
10478         * class.c (mono_class_inflate_generic_type): Avoid a crash if context is NULL.
10480 2008-05-06  Miguel de Icaza  <miguel@novell.com>
10482         * assembly.c (mono_assembly_load_reference): Prevent crash while
10483         disassembling Silverlight 2.0 executables while we still do not
10484         have GACed libraries.
10486 2008-05-07  Zoltan Varga  <vargaz@gmail.com>
10488         * reflection.c: Special case generic type definitions as well. Fixes #383444.
10490 2008-05-06  Zoltan Varga  <vargaz@gmail.com>
10492         * icall.c (ves_icall_System_Reflection_Module_ResolveTypeToken): Fix handling
10493         of the dynamic case. Fixes #387404.
10495 2008-05-06 Rodrigo Kumpera  <rkumpera@novell.com>
10497         *verify.c (mono_verifier_is_class_full_trust): If under
10498         verify_all and the verifier mode was not set, only
10499         gac and corlib types are fulltrust. This makes --verify-all
10500         usable to detect unverifiable code, which is the expected
10501         use case.
10503 2008-05-06 Rodrigo Kumpera  <rkumpera@novell.com>
10505         * verify.h: Ops, commited the header with debug
10506         enabled.
10508 2008-05-06 Rodrigo Kumpera  <rkumpera@novell.com>
10510         * verify.c (merge_stack): Use the new value on unverifiable
10511         stack merges.
10513         * verify.c (verify_type_compatibility_full): Comparison
10514         of nullable types can't use mono_class_is_assignable_from.
10516         * verify.c, verify.h: Added MONO_VERIFY_REPORT_ALL_ERRORS
10517         that makes all verification errors be reported.
10519         * pedump.c: Pass MONO_VERIFY_REPORT_ALL_ERRORS to
10520         mono_method_verify.
10522 2008-05-05  Robert Jordan  <robertj@gmx.net>
10524         * marshal.c (mono_marshal_get_thunk_invoke_wrapper):
10525         support for value types. See #386415.
10527         * object.c: comments.
10529         Code is contributed under MIT/X11 license.
10531 2008-05-05  Martin Baulig  <martin@ximian.com>
10533         * debug-mono-symfile.h
10534         (MONO_SYMBOL_FILE_COMPATIBILITY_VERSION): Removed; dropped support
10535         for old pre-terrania symbol files.
10537 2008-05-05  Andreas Färber  <andreas.faerber@web.de>
10539         * mono-config.c: Add ppc64 architecture.
10541         Code is contributed under MIT/X11 license.
10543 2008-05-05  Andreas Färber  <andreas.faerber@web.de>
10545         * object.c (mono_create_ftnptr, mono_get_addr_from_ftnptr):
10546           PPC64 uses function descriptors as well.
10548         Code is contributed under MIT/X11 license.
10550 2008-05-04  Zoltan Varga  <vargaz@gmail.com>
10552         * object.c (compute_class_bitmap): Ignore literal static fields.
10554         * sgen-gc.c (mono_gc_base_init): Print some help when the MONO_GC_DEBUG env
10555         var has an invalid format.
10556         (describe_ptr): Add some sanity checks for the vtable.
10557         (add_nursery_frag): Clear unused nursery fragments.
10558         (major_collection): Clear all remaining nursery fragments.
10560 2008-05-03  Robert Jordan  <robertj@gmx.net>
10562         * image.c, metadata-internals.h: add thunk_invoke_cache.
10564         * marshal.c, marshal.h: implement
10565         mono_marshal_get_thunk_invoke_wrapper ().
10567         * object.c, object.h: implement mono_method_get_unmanaged_thunk ().
10569         Code is contributed under MIT/X11 license.
10571 2008-05-02 Rodrigo Kumpera  <rkumpera@novell.com>
10573         * verify.c (do_leave): Empty the stack.
10575 2008-05-02 Rodrigo Kumpera  <rkumpera@novell.com>
10577         * class.c (mono_class_is_assignable_from): Variance
10578         doesn't work between reference and value types. For example,
10579         given type C<T+>, C<int32> is not assignable to C<object>.
10580         Break the argument checking loop on first error. 
10582 2008-05-02  Atsushi Enomoto  <atsushi@ximian.com>
10584         * icall.c : base64_to_byte_array() needs some more strict
10585           check for sequence of '=' characters. Patch by Santa
10586           Marta (http://deee.g.hatena.ne.jp/santamarta).
10588           Contributed under MIT/X11 license.
10589           (see http://www.lingr.com/room/mono-jp/archives/2008/04/20)
10591 2008-05-02  Jonathan Chambers  <joncham@gmail.com>
10593         * domain.c: Disable LoadLibrary support to fix Win32 build.
10595         Code is contributed under MIT/X11 license.
10597 2008-05-02  Zoltan Varga  <vargaz@gmail.com>
10599         * sgen-gc.c: Add support for clearing nursery memory when a tlab is allocated,
10600         to help with cache behaviour.
10602 2008-05-01  Miguel de Icaza  <miguel@novell.com>
10604         * appdomain.c (mono_domain_from_appdomain): Add new accessor
10605         method. 
10607 2008-05-01  Zoltan Varga  <vargaz@gmail.com>
10609         * sgen-gc.c: Implement thread-local allocation and a managed allocation routine.
10611 2008-05-01  Dick Porter  <dick@ximian.com>
10613         * process.c (process_get_fileversion): Only pass 16 bits of
10614         language ID to VerLanguageName.  Fixes bug 381204.
10616 2008-04-30 Rodrigo Kumpera  <rkumpera@novell.com>
10618         * verify.c (mono_method_verify): Fix the comparison
10619         operator for code bounds check.
10621 2008-04-30 Rodrigo Kumpera  <rkumpera@novell.com>
10623         * verify.c (mono_method_verify): Check the bounds of
10624         all access of the code array.
10626 2008-04-29  Kornél Pál  <kornelpal@gmail.com>
10628         * appdomain.c: Use HAVE_SYS_UTIME_H that fixes MSVC build.
10630 2008-04-28  Zoltan Varga  <vargaz@gmail.com>
10632         * image.c (mono_image_strong_name_position): Fix return value when the rva is
10633         not valid.
10635 2008-04-28  Kornél Pál  <kornelpal@gmail.com>
10637         * loader.c (mono_get_method_from_token, mono_method_signature): Add
10638         support for METHOD_IMPL_ATTRIBUTE_NATIVE.
10639         * domain.c (mono_init_internal): Load and fixup mscoree.dll on startup and
10640         fixup main EXE images when using mono.exe for mixed-mode assembly support.
10641         * domain-internals.h: Add MonoLoadFunc, mono_install_runtime_load and
10642         mono_runtime_load.
10643         * appdomain.c: Add mono_install_runtime_load, mono_runtime_load to support
10644         runtime initialization from metadata.
10645         * assembly.c: Remove obsolete ceGetModuleFileNameA.
10646         (mono_set_rootdir): Use mono_get_module_file_name.
10647         (mono_assembly_load_from_full): Call mono_image_fixup_vtable for module
10648         handles.
10649         * cil-coff.h: Add MonoVTableFixup. Update mono_cli_rva_image_map signature.
10650         * metadata-internals.h: Add is_module_handle to _MonoImage on Windows.
10651         * image.c (mono_cli_rva_image_map): Use MonoImage instead of
10652         MonoCLIImageInfo. Add support for module handles.
10653         (load_cli_header): Update mono_cli_rva_image_map signature.
10654         (load_metadata_ptrs): Update mono_cli_rva_image_map signature.
10655         (mono_image_strong_name_position): Use mono_cli_rva_image_map.
10656         (mono_image_rva_map): Add support for module handles.
10657         (mono_image_ensure_section_idx): Add support for module handles.
10658         (mono_image_close): Add support for module handles.
10659         (do_load_header): Add support for module handles.
10660         (mono_image_open_from_module_handle): New function for internal use.
10661         (mono_image_open_full): Load normal images using LoadLibrary on Windows.
10662         (mono_image_load_module): Call mono_image_fixup_vtable for module handles.
10663         (mono_image_load_file_for_image): Call mono_image_fixup_vtable for module
10664         handles.
10665         (mono_image_fixup_vtable): New function for mixed-mode assembly support.
10666         * image.h: Add mono_image_fixup_vtable.
10667         * coree.c: New file for mscoree.dll functions and mixed-mode assembly
10668         support.
10669         * coree.h: New file.
10670         * marshal.c (mono_marshal_get_native_wrapper): Throw exception for
10671         unsupported native code.
10672         (mono_marshal_set_callconv_from_modopt): New function splitted from
10673         mono_marshal_get_managed_wrapper.
10674         (mono_marshal_get_managed_wrapper): Use
10675         mono_marshal_set_callconv_from_modopt.
10676         (mono_marshal_get_vtfixup_ftnptr): New function for mixed-mode assembly support.
10677         * marshal.h: Add mono_marshal_get_vtfixup_ftnptr.
10678         * gc.c (mono_gc_init): Don't wait for the finalizer thread on Windows because
10679         that results in a deadlock when the runtime is loaded in _CorDllMain.
10680         * Makefile.am: Add coree.c and coree.h.
10682         Contributed under MIT/X11 license.
10684 2008-04-28  Mark Probst  <mark.probst@gmail.com>
10686         * generic-sharing.c: Search for type arguments in array element
10687         types as well.
10689 2008-04-28  Mark Probst  <mark.probst@gmail.com>
10691         * class-internals.h, generic-sharing.c: New, small runtime generic context.
10693         * metadata-internals.h, domain.c, image.c: Less bookkeeping is required for the new RGCTX.
10695         * object.c: Don't setup the RGCTX when the vtable is created,
10696         because we're setting it up lazily now.
10698 2008-04-26  Zoltan Varga  <vargaz@gmail.com>
10700         * sgen-gc.c: Make the 'desc' variables an mword instead of a guint32 to fix 
10701         64 bit support.
10703 2008-04-24 Rodrigo Kumpera  <rkumpera@novell.com>
10705         * verify.c (verify_class_for_overlapping_reference_fields): 
10706         If class is under fulltrust allow reference types to overllap
10707         if they have the same RVA.
10709 2008-04-24 Rodrigo Kumpera  <rkumpera@novell.com>
10711         * pedump.c: Added new flag valid-only, that makes the verifier
10712         behaves just like --security=validil. It won't fail type load
10713         due to unverifiable restrictions.
10715 2008-04-23 Rodrigo Kumpera  <rkumpera@novell.com>
10717         * class-internals.h (struct MonoMethod): Added a verification_success
10718         field to cache verifier executions. Reduced MonoMethod:slot size by
10719         one bit.
10721 2008-04-23  Zoltan Varga  <vargaz@gmail.com>
10723         * sgen-gc.c (OBJ_RUN_LEN_SIZE): Make this and other macros take a 'desc' argument
10724         instead of a 'vt' argument to save an indirection and to allow these to be used
10725         for valuetypes.
10726         (scan_vtype): New helper function to scan an area using a gc descriptor.
10727         (mono_gc_wbarrier_value_copy): Implement this.
10728         (handle_remset): Add support for REMSET_VTYPE.
10729         (find_in_remset_loc): Ditto.
10730         (mono_gc_base_init): Allow some debugging options to be controlled through the
10731         use of the MONO_GC_DEBUG env variable.
10732         (mono_gc_alloc_obj): Add support the 'collect-before-allocs' debug option.
10733         (collect_nursery): Add support for the 'check-at-minor-collection' debug option.
10735 2008-04-23  Martin Baulig  <martin@ximian.com>
10737         * domain.c (mono_domain_create): Move the call to
10738         mono_debug_domain_create() down, after allocating the domain id.
10740 2008-04-23 Rodrigo Kumpera  <rkumpera@novell.com>
10742         verify.c (verify_class_for_overlapping_reference_fields): Skip
10743         static fields while verifying for overlapping fields as they
10744         don't matter at all.
10746 2008-04-23  Marek Habersack  <mhabersack@novell.com>
10748         * domain-internals.h: added a declaration of
10749         mono_make_shadow_copy.
10751         * assembly.c (mono_assembly_open_full): shadow copying of
10752         assemblies moved to here, so that all the assemblies within the
10753         application domain's private binary directories can be
10754         processed. Fixes bug #380546
10756         * appdomain.c (mono_make_shadow_copy): make_shadow_copy renamed to
10757         mono_make_shadow_copy and made non-static. The decision whether
10758         to shadow-copy an assembly is made based on its location - it's
10759         copied if it's in one of the private application domain binary
10760         directories and its different to the target file in the shadow
10761         directory. Fixes bug #380546
10763 2008-04-22  Zoltan Varga  <vargaz@gmail.com>
10765         * reflection.c (fixup_method): Handle {Method|Constructor}OnTypeBuilderInst.
10767         * object-internals.h: Add MonoReflection{Method|Constructor}OnTypeBuilderInst
10768         types.
10770         * reflection.c (mono_image_create_token): Handle 
10771         Method/ConstructorOnTypeBuilderInst.
10772         (resolve_object): Ditto.
10773         (inflate_mono_method): Receive the inflated class instead of a MonoGenericClass
10774         so it can be called from resolve_object. Also handle the case when the inflated
10775         class already has its methods setup.
10777 2008-04-21  Martin Baulig  <martin@ximian.com>
10779         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 69.
10781 2008-04-20  Geoff Norton  <gnorton@novell.com>
10783         * icall.c: Fix the _NSGetEnviron define to prevent an impropoer
10784         pointer dereference.
10786 2008-04-15  Marek Habersack  <mhabersack@novell.com>
10788         * appdomain.c (try_load_from): if IOMAP is in effect, call the
10789         portability API to look up the assembly file. Fixes behavior in
10790         situations when the application has a bin/ directory, but the
10791         assembly search patch refers to Bin/ (and thus the requested file
10792         name is Bin/SomeLibrary.dll). Fixes bug #379888
10794 2008-04-15 Rodrigo Kumpera  <rkumpera@novell.com>
10796         verify.c (mono_type_is_generic_argument): Extracted this check
10797         from a dozen places to here.
10799         verify.c: Fixed all issues related to boxing generic arguments
10800         and their constraints.
10802 2008-04-14 Rodrigo Kumpera  <rkumpera@novell.com>
10804         verify.c (mono_class_interface_implements_interface): Fix win32 build.
10806 2008-04-14  Zoltan Varga  <vargaz@gmail.com>
10808         * reflection.c (mono_custom_attrs_construct): Fix crash when the cattr type
10809         isn't finished yet. Fixes #363447.
10811 2008-04-13  Zoltan Varga  <vargaz@gmail.com>
10813         * class.c (mono_bounded_array_class_get): Fix the name of bounded array types.
10814         Fixes #346419.
10816 2008-04-13  Jb Evain  <jbevain@novell.com>
10818         * domain.c: update the 2.1 profile versions.
10819         Merged from the Moonlight 2 branch.
10821 2008-04-12  Zoltan Varga  <vargaz@gmail.com>
10823         * assembly.c (mono_assembly_load_from_full): Do the check for loading other
10824         mscorlibs for the non-refonly case as well.
10826         * image.c (do_mono_image_load): Remove the mscorlib check, it is already done
10827         in mono_assembly_load_from_full (). Fixes #378924.
10829 2008-04-11  Geoff Norton  <gnorton@novell.com>
10831         * icall.c: The global extern environ doesn't exist on Mac.  We
10832         need to call NSGetEnviron instead.
10834 2008-04-10 Rodrigo Kumpera  <rkumpera@novell.com>
10836         verify.c: Add generic method constraint verification.
10838 2008-04-10 Rodrigo Kumpera  <rkumpera@novell.com>
10840         class.c (mono_class_inflate_generic_method_full): Add a long
10841         explanation to the is_mb_open hack. Remove the FIXME.
10843 2008-04-10 Rodrigo Kumpera  <rkumpera@novell.com>
10845         * verify.c (mono_method_verify): Mark all unknown opcodes
10846         as invalid. Mark jmp as unverifiable.
10848 2008-04-10 Rodrigo Kumpera  <rkumpera@novell.com>
10850         * verify.c: Add code to do type constraint verification on class instances.
10852         * verify.c (mono_verifier_verify_class): Use the type constraint 
10853         verification code.
10855 2008-04-10 Rodrigo Kumpera  <rkumpera@novell.com>
10857         * class.c (mono_class_get_field_default_value): Don't pass cindex
10858         as hint to mono_metadata_get_constant_index. The local is not initialized
10859         and should contain garbage most of the time. This could only work
10860         with a lot of luck.
10862 2008-04-09 Rodrigo Kumpera  <rkumpera@novell.com>
10864         * tokentype.h: Add MONO_TOKEN_GENERIC_PARAM.
10866 2008-04-09 Rodrigo Kumpera  <rkumpera@novell.com>
10868         * class-internals.h: Add generic_param_token to MonoClass::sizes union.
10870         * class.c (mono_class_from_generic_parameter): Save the token of the
10871         generic param in MonoClass::sizes.generic_param_token.
10873         * reflection.c (mono_custom_attrs_from_class): If the class type is
10874         VAR or MVAR retrieve the attributes of the generic param.
10876 2008-04-08 Rodrigo Kumpera  <rkumpera@novell.com>
10878         * class.c (mono_class_init): Do class verification if the verifier
10879         is enabled.
10881 2008-04-08 Rodrigo Kumpera  <rkumpera@novell.com>
10883         * verify-internal.h: Added mono_verifier_verify_class.
10885         * verify.c: Added mono_verifier_verify_class. It checks for
10886         classes with explicit layout that have overlapping reference fields.
10888         * pedump.c: Init the verifier state prior to verification. Fixed
10889         command line arguments.
10891 2008-04-08 Rodrigo Kumpera  <rkumpera@novell.com>
10893         * Makefile.am: Added verify-internals.h, hopefully fix the build.
10895 2008-04-08  Zoltan Varga  <vargaz@gmail.com>
10897         * verify-internals.h: Fix a warning.
10899 2008-04-07 Rodrigo Kumpera  <rkumpera@novell.com>
10901         * verify-internals.h: New header with the verifier configuration
10902         extracted from mini.c.
10904         * verify.c: Implemented the new functions exported by verify-internals.h.
10906 2008-04-07 Rodrigo Kumpera  <rkumpera@novell.com>
10908         * verify.c: Add proper verification of ckfinite.
10910 2008-04-04 Rodrigo Kumpera  <rkumpera@novell.com>
10912         * verify.c (do_conversion): Improved error message to something
10913         more meanfull.
10915         * verify.c (check_is_valid_type_for_field_ops): Fix to work
10916         with primitive types.
10918 2008-04-04 Rodrigo Kumpera  <rkumpera@novell.com>
10920         * verify.c: Added tail prefix checking. Marked icall
10921         as unverifible.
10923 2008-04-04 Rodrigo Kumpera  <rkumpera@novell.com>
10925         * verify.c: Fix the detection of branches to the middle
10926         of an instruction.
10928 2008-04-03 Rodrigo Kumpera  <rkumpera@novell.com>
10930         * verify.c: Implemented verification of volatile. and
10931         unaligned. prefix. Check if a type is valid after retrieving it.
10933 2008-04-01  Dick Porter  <dick@ximian.com>
10935         * process.c (process_get_fileversion): If there's no string block,
10936         set the file language to en_US.  Fixes the other new part of bug
10937         374600.
10939 2008-03-29 Rodrigo Kumpera  <rkumpera@novell.com>
10941         * class.c: New functions mono_method_can_access_field_full and
10942         mono_method_can_access_method_full. They perform type visibility
10943         and type site check.
10945         * class-internal.h: Added exported functions.
10947         * verify.c: Use new functions to implement proper visibility checks.
10949 2008-03-29  Zoltan Varga  <vargaz@gmail.com>
10951         * mono-config.h: Add missing G_BEGIN_DECLS/G_END_DECLS. Fixes #375188.
10953 2008-03-28  Dick Porter  <dick@ximian.com>
10955         * process.c (process_get_fileversion): Use the first language ID
10956         we see, rather than insisting on an invariant language.  Fixes bug
10957         374600.
10959 2008-03-28  Zoltan Varga  <vargaz@gmail.com>
10961         * reflection.c (calc_section_size): Use add_stream_zero to align the size of
10962         the streams to fix reading of invalid memory later.
10964         * metadata.h (MonoType): Use 'MonoTypeEnum' instead of int for the 'type' field
10965         to ease debugging.
10967 2008-03-26  Zoltan Varga  <vargaz@gmail.com>
10969         * marshal.c (signature_dup): Use mono_metadata_signature_alloc ().
10970         (cominterop_method_signature): Ditto. Fix the size passed to memcpy.
10972 2008-03-26  Massimiliano Mantione  <massi@ximian.com>
10973         * threads.h: Added MonoThreadManageCallback type and
10974         mono_thread_set_manage_callback prototype
10975         * object-internals.h: In _MonoThread, renamed unused6 to manage_callback
10976         (used to store the mono_thread_manage callback).
10977         * threads.c: Added mono_thread_set_manage_callback, and handle
10978         "MonoThread->manage_callback" in build_wait_tids.
10980 2008-03-26  Dick Porter  <dick@ximian.com>
10982         * process.c (process_get_fileversion): Set FileVersionInfo strings
10983         to Empty when the resource doesn't have the particular info.
10984         Fixes bug 355717.
10986 2008-03-25 Rodrigo Kumpera  <rkumpera@novell.com>
10988         * verify.c (mono_method_verify): Proper prefix validation.
10990 2008-03-25  Zoltan Varga  <vargaz@gmail.com>
10992         * icall.c (ves_icall_InternalInvoke): Return exceptions thrown by the icall
10993         itself in a separate argument instead of throwing them. Fixes #373448.
10995         * appdomain.c: Bump corlib version.
10997 2008-03-24 Rodrigo Kumpera  <rkumpera@novell.com>
10999         * verify.c: Implemented readonly prefix and verify controled mutability pointers.
11001 2008-03-20  Kornél Pál  <kornelpal@gmail.com>
11003         * file-io.c, filewatcher.c, threadpool.c, threads.c: Removed Windows
11004         version macros.
11006 2008-03-20  Mark Probst  <mark.probst@gmail.com>
11008         * generic-sharing.c, class-internals.h: Code for putting
11009         reflection types into the runtime generic context.
11011 2008-03-19 Rodrigo Kumpera  <rkumpera@novell.com>
11013         * icall.c (ves_icall_get_method_info): Return correct values for the call convention.
11014         Fixes #340662. 
11017 2008-03-17 Rodrigo Kumpera  <rkumpera@novell.com>
11019         * verify.c (VerifyContext): Added instruction prefix data to the struct.
11021         * verify.c (is_compatible_boxed_valuetype): Don't check if the type is a valuetype, been boxed is enough.
11023         * verify.c (do_invoke): Support constrained callvirt form. Grouped similar checks together.
11025         * verify.c (do_cast): Let the result value keep the boxed status.
11027         * verify.c (mono_method_verify): Add proper support for prefixed and implement contrained.
11029 2008-03-17  Jb Evain  <jbevain@novell.com>
11031         * reflection.c: when running on a 2.0 runtime, emit
11032         unconditionally the #~ header version as 2.0, and the
11033         CLI header version as 2.5, for symmetry's sake with csc.
11035 2008-03-16  Zoltan Varga  <vargaz@gmail.com>
11037         * class.c: Remove the unused cache_interface_offsets stuff.
11039         * class.c loader.c domain.c verify.c metadata.c debug-helpers.c threadpool.c
11040         profiler.c: Fix warnings.
11042 2008-03-16  Mark Probst  <mark.probst@gmail.com>
11044         * generic-sharing.c, class-internals.h: Support for putting
11045         methods into the runtime generic context.
11047 2008-03-16  Zoltan Varga  <vargaz@gmail.com>
11049         * class.c (mono_class_setup_fields): Ignore calls made to this function for
11050         classes which are generic instances of not-yet finished typebuilders. Fixes
11051         #351172.
11053         * reflection.c (fixup_method): Add support for FieldOnTypeBuilderInst.
11055 2008-03-15  Zoltan Varga  <vargaz@gmail.com>
11057         * metadata-internals.h (MonoDynamicImage): Add 'generic_def_objects' hash table.
11059         * class-internals.h (MonoMethodInflated): Remove the rarely used reflection_info
11060         field, replace it with a hash table in MonoDynamicImage.
11062         * reflection.c (inflate_mono_method): Access the generic definition object from
11063         image->generic_def_objects instead of imethod->reflection_info.
11065         * reflection.c (mono_reflection_bind_generic_method_parameters): Ditto. 
11067         * icall.c (ves_icall_MonoMethod_GetGenericMethodDefinition): Ditto.
11068         
11069         * image.c (mono_image_close): Move the dynamic image freeing code to a separate
11070         function in reflection.c so it is easier to keep in sync with the dynamic image
11071         creation code.
11073         * reflection.c (mono_dynamic_image_free): New internal function, extracted from
11074         mono_image_close ().
11076 2008-03-15  Mark Probst  <mark.probst@gmail.com>
11078         * class.c (mono_class_generic_sharing_enabled): Disable generic
11079         sharing for all architectures except AMD64 and x86 to fix build.
11081 2008-03-14 Rodrigo Kumpera  <rkumpera@novell.com>
11083         * verify.c: Use the generic definition MonoGenericContext when available.
11084         Remove code for checking generics instance compatibility in favor of
11085         mono_class_is_assignable_from.
11087 2008-03-14  Mark Probst  <mark.probst@gmail.com>
11089         * marshal.c, marshal.h, metadata-internals.h, image.c,
11090         wrapper-types.h: New wrapper for invoking a shared static method
11091         without having to pass the runtime generic context argument.
11093 2008-03-14 Rodrigo Kumpera  <rkumpera@novell.com>
11095         * icall-def.h: Add missing function PerformanceCounterCategory::GetInstanceNames.
11097 2008-03-14  Zoltan Varga  <vargaz@gmail.com>
11099         * reflection.c (mono_image_get_field_on_inst_token): Add caching.
11100         
11101         * reflection.c (mono_image_get_field_on_inst_token): New helper function to
11102         create a token from a FieldOnTypeBuilderInst.
11103         (mono_image_create_token): Handle FieldOnTypeBuilderInst.
11104         (resolve_object): Ditto.
11106         * object-internals.h (MonoReflectionFieldOnTypeBuilderInst): New structure
11107         mirroring System.Reflection.Emit.FieldOnTypeBuilderInst.
11109 2008-03-14  Martin Baulig  <martin@ximian.com>
11111         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 68.
11113         * debug-mono-symfile.h
11114         (MONO_SYMBOL_FILE_VERSION): Bump to 41.
11115         (MONO_SYMBOL_FILE_COMPATIBILITY_VERSION): New #define.
11117 2008-03-10  Martin Baulig  <martin@ximian.com>
11119         * debug-mono-symfile.h
11120         (MonoSymbolFileMethodAddress): Removed `num_lexical_blocks' and
11121         `lexical_block_table_offset'.
11122         (MonoDebugMethodInfo): Removed `num_lexical_blocks' and
11123         `lexical_blocks'.
11124         (MonoSymbolFile): Added `version'.
11126         * mono-debug.h
11127         (MonoDebugLexicalBlockEntry): Removed.
11128         (MonoDebugMethodJitInfo): Removed `num_lexical_blocks' and
11129         `lexical_blocks'.
11131         * mono-debug.c (mono_debug_add_method): Don't compute lexical
11132         blocks here; the debugger now does this internally.
11134 2008-02-27  Martin Baulig  <martin@ximian.com>
11136         * object.c (mono_runtime_exec_main): Call
11137         `mono_debugger_event (MONO_DEBUGGER_EVENT_REACHED_MAIN)' and
11138         `mono_debugger_event (MONO_DEBUGGER_EVENT_MAIN_EXITED)' here.
11140 2008-03-12 Rodrigo Kumpera  <rkumpera@novell.com>
11142         * verify.c (verify_type_compatibility_full): Allow native int to be converted
11143         to native pointer in non-strict mode. Required to "(IntPtr)null" work.
11145 2008-03-12 Rodrigo Kumpera  <rkumpera@novell.com>
11147         * verify.c (verify_ldftn_delegate): Accept a sealed type when using
11148         ldftn with a virtual method.
11150 2008-03-13  Geoff Norton  <gnorton@novell.com>
11152         * decimal.c:  Only include memory.h if the platform has it.
11154 Wed Mar 12 12:11:06 CET 2008 Paolo Molaro <lupus@ximian.com>
11156         * assembly.c, class.c, metadata-internals.h: make sure public key
11157         tokesns are compared in a case-insensitive way. Also, all
11158         the lookups in the GAC use a lowercase public key token
11159         (gaacutil already does the lowercasing on install). Fixes
11160         bug #369541.
11162 2008-03-11 Rodrigo Kumpera  <rkumpera@novell.com>
11164         * verify.c (mono_delegate_signature_equal): Do proper variance check on arguments
11165         and return value.
11167 Tue Mar 11 17:41:38 CET 2008 Paolo Molaro <lupus@ximian.com>
11169         * image.c: when someone loads a mscorlib from a file, return the
11170         currently loaded mscorlib (fixes bug #369253).
11172 Tue Mar 11 16:47:32 CET 2008 Paolo Molaro <lupus@ximian.com>
11174         * class.c: handle types with no parents by forcing them to have
11175         System.Object as a parent and marking them as broken (this currently
11176         allows the first part of bug #369173 to work as well, likely because
11177         we don't check for typeload exceptions everywhere yet).
11179 Tue Mar 11 15:23:54 CET 2008 Paolo Molaro <lupus@ximian.com>
11181         * class.c: more complete check that types belong to corlib
11182         (fixes second part of bug #369173).
11184 2007-03-10  Bill Holmes  <billholmes54@gmail.com>
11186         * generic-sharing.c:  Including glib.h for the MSVC builds to define
11187           "inline" to "__inline" before including mono-membar.h.
11188           
11189         * mono-perfcounters.c:  Adding HAVE_SYS_TIME_H check for MSVC builds.
11190           Rename "Unknown" to "CatTypeUnknown" to avoid name collisions for 
11191           MSVC builds.
11193         Contributed under MIT/X11 license.
11195 2008-03-10 Rodrigo Kumpera  <rkumpera@novell.com>
11197         * verify.c (do_invoke_method): Remove return type validation.
11199         * verify.c (do_ret): Do return type validation at return site instead of
11200         call site.
11202 2008-03-10 Rodrigo Kumpera  <rkumpera@novell.com>
11204         * verify.c (do_invoke_method): Mark callvirt to static methods unverifiable.
11206         * verify.c: Some todos cleaned and improved a few error messages.
11208 2008-03-08  Zoltan Varga  <vargaz@gmail.com>
11210         * class.c (mono_class_setup_mono_type): Improve the test for corlib.
11212 2008-03-07  Zoltan Varga  <vargaz@gmail.com>
11214         * class.c (mono_class_setup_mono_type): Handle types whose name clashes with
11215         system types correctly.
11217         * exception.h exception.c (mono_exception_from_token_two_strings): New helper
11218         function.
11220 2008-03-06  Zoltan Varga  <vargaz@gmail.com>
11222         * assembly.c (build_assembly_name): Fix a warning.
11224 Thu Mar 6 19:43:41 CET 2008 Paolo Molaro <lupus@ximian.com>
11226         * marshal.c: ldfld_remote and stfld_remote needs just one wrapper as
11227         the called function takes an object type argument. Fixes storing or
11228         valuetypes across remoting as well as reducing memory usage.
11229         * image.c, metadata-internals.h: remove now unused ldfld_remote and
11230         stfld_remote wrapper caches.
11232 2008-03-06  Zoltan Varga  <vargaz@gmail.com>
11234         * icall.c (mono_lookup_internal_call): Update the exception message when an icall
11235         is not found.
11237         * reflection.c (mono_image_register_token): New helper function to save
11238         a token->object mapping.        
11240         * icall.c (ves_icall_ModuleBuilder_RegisterToken): New icall to access it from
11241         managed code.
11243         * reflection.c (_mono_reflection_parse_type): Distinguish between vectors and
11244         one dimension arrays. Fixes #367670.
11245         (mono_reflection_get_type_internal): Ditto.
11247 Tue Mar 4 19:04:02 CET 2008 Paolo Molaro <lupus@ximian.com>
11249         * marshal.c: mono_load_remote_field_new() always returns object.
11250         so use the proper signature (fixes bug #366445).
11252 2008-03-04  Zoltan Varga  <vargaz@gmail.com>
11253         
11254         * class-internals.h (MonoMethod): Remove unused uses_this flag, 
11255         add an 'inline_failure' flag instead.
11257 2008-03-04  Mark Probst  <mark.probst@gmail.com>
11259         * domain-internals.h, domain.c: Replaced MonoGenericSharingContext
11260         with a new structure, MonoGenericJitInfo, in the MonoJitInfo.  It
11261         contains the location of "this", used for exception handling.
11263 2008-03-04  Zoltan Varga  <vargaz@gmail.com>
11265         * class.c (mono_class_layout_fields): Set the min alignment of small structs to
11266         their size on all platforms for perf reasons.
11268 2008-03-03 Rodrigo Kumpera  <rkumpera@novell.com>
11270         * reflection.h: Move mono_reflection_is_valid_dynamic_token to
11271         object-internal.h
11273         * object-internal.h: Same.
11275 2008-03-03 Rodrigo Kumpera  <rkumpera@novell.com>
11277         * reflection.h: Fix the build I just broke.
11279 2008-03-03 Rodrigo Kumpera  <rkumpera@novell.com>
11281         * reflection.c (mono_reflection_is_valid_dynamic_token): New function,
11282         Test if a token is valid, this remove explicit usage of 
11283         MonoDynamicImage::tokens from the verifier code.
11285         * reflection.h: Added mono_reflection_is_valid_dynamic_token.
11287         * verify.c (token_bounds_check): Use mono_reflection_is_valid_dynamic_token
11288         instead of direct access to MonoDynamicImage::tokens.
11290 2008-03-03 Rodrigo Kumpera  <rkumpera@novell.com>
11292         * verify.c (token_bounds_check): Fix the build I just broke.
11294 2008-03-03 Rodrigo Kumpera  <rkumpera@novell.com>
11296         * verify.c (token_bounds_check): Fix bounds check for dynamic images.
11298         * verify.c (verifier_load_method): Fixed the errors message.
11300         * verify.c (mono_method_verify): Fixed a debug message.
11302 Thu Feb 28 19:49:45 CET 2008 Paolo Molaro <lupus@ximian.com>
11304         * icall-def.h, domain.c, mono-perfcounters-def.h, mono-perfcounters.c,
11305         mono-perfcounters.h, class-internals.h: support for predefined
11306         writable counters, query of categories and counters, bugfixes.
11308 2008-02-28 Rodrigo Kumpera  <rkumpera@novell.com>
11310         * verify.c (do_refanytype): Verify the refanytype opcode.
11312         * verify.c (mono_method_verify): Use do_refanytype.
11314 2008-02-28 Rodrigo Kumpera  <rkumpera@novell.com>
11316         * verify.c (do_mkrefany): Verify the mkrefany opcode.
11318         * verify.c (mono_method_verify): Use do_mkrefany.
11320 Wed Feb 27 19:49:16 CET 2008 Paolo Molaro <lupus@ximian.com>
11322         * Makefile.am, icall-def.h, icall.c, mono-perfcounters-def.h,
11323         mono-perfcounters.c, mono-perfcounters.h: basic performance counter
11324         implementation.
11326 2008-02-27  Zoltan Varga  <vargaz@gmail.com>
11328         * marshal.c (mono_marshal_get_synchronized_wrapper): Fix the code which throws
11329         the type load exception.
11331 2008-02-27 Rodrigo Kumpera  <rkumpera@novell.com>
11333         * verify.c: Added a few FIXME for method signatures
11335         * verify.c (do_invoke_method): Use mono_method_get_signature_full instead
11336         of mono_method_get_signature and get vararg call working. Removed unused
11337         checks for return value.
11339         * verify.c (do_refanyval): Verify the refanyval opcode.
11341         * verify.c (mono_method_verify): Implemented verification of arglist and
11342         use do_refanyval.
11344 2008-02-27  Zoltan Varga  <vargaz@gmail.com>
11346         * class.c (mono_class_setup_methods): Move the check for synchronized methods on
11347         vtypes to marshal.c.
11349         * marshal.c (mono_marshal_get_synchronized_wrapper): Do the vtype check here so
11350         it works for AOT as well.
11352 Tue Feb 26 17:46:32 CET 2008 Paolo Molaro <lupus@ximian.com>
11354         * monitor.c, threads.c, threadpool.c: replace the use of GetTickCount ()
11355         with mono_msec_ticks () which is monotonic and doesn't cause bugs when
11356         the system time is adjusted.
11358 Tue Feb 26 17:40:10 CET 2008 Paolo Molaro <lupus@ximian.com>
11360         * icall.c, icall-def.h: use the new time functions (fixes the
11361         non-monotonic behaviour of TickCount).
11363 2008-02-26  Zoltan Varga  <vargaz@gmail.com>
11365         * reflection.c (mono_custom_attrs_from_builders): Revert the last change as
11366         it breaks the build.
11367         
11368         * reflection.c (mono_custom_attrs_from_builders): Assert instead of a crash if the
11369         cattr is not finished yet.
11371 2008-02-25 Rodrigo Kumpera  <rkumpera@novell.com>
11373         * verify.c: Proper token validation for field, method and type.
11375 2008-02-25 Rodrigo Kumpera  <rkumpera@novell.com>
11377         * loader.c (field_from_memberref): Generate a loader error if the type is not found.
11379         * loader.c (method_from_memberref): Generate type load error instead of method missing
11380         if the type is not found.
11382 2008-02-23  Zoltan Varga  <vargaz@gmail.com>
11384         * marshal.c (mono_marshal_emit_managed_wrapper): Avoid generating invalid IL if
11385         some of the conversions caused the generation of a marshal directive exception.
11387 2008-02-21 Rodrigo Kumpera  <rkumpera@novell.com>
11389         verify.c: Report which exception should be thrown by the JIT.
11390         Added a lot of FIXME notes.
11392 2008-02-22  Mark Probst  <mark.probst@gmail.com>
11394         * generic-sharing.c: Runtime generic context slots are not
11395         instantiated on init anymore.  Instead, provide function to do the
11396         instantiating on demand.
11398         * class-internals.h: Added vtable to runtime generic context.
11399         Macros for encoding direct and indirect slot offsets in one
11400         guint32.
11402 2008-02-21  Mark Probst  <mark.probst@gmail.com>
11404         * object.c, generic-sharing.c: Moved some generic sharing code
11405         from object.c to generic-sharing.c.
11407         * generic-sharing.c: Added support for extensible runtime generic
11408         context.
11410         * metadata-internals.h: Two new hash tables in MonoImage for
11411         extensible runtime generic context support.
11413         * domain.c: Unregister generic vtables upon domain unloading.
11415         * image.c: Destroy new hash tables upon image unloading.
11417         * metadata.c: Unregister generic subclasses upon image unloading.
11419         * class-internals.h: New data structure for runtime generic
11420         context template.  New fields in the runtime generic context for
11421         extensible part.
11423         * Makefile.am: Added generic-sharing.c.
11425 2008-02-21 Rodrigo Kumpera  <rkumpera@novell.com>
11427         icall.c (ves_icall_System_Reflection_Module_ResolveTypeToken): If
11428         there is a pending loader exception, raise it.
11430         icall.c (ves_icall_System_Reflection_Module_ResolveMethodToken): 
11431         same.
11433         icall.c (ves_icall_System_Reflection_Module_ResolveFieldToken): 
11434         same.
11436         Fixes #363450.
11438 2008-02-20  Zoltan Varga  <vargaz@gmail.com>
11440         * icall.c (ves_icall_Type_GetPacking): Handle dynamic types.
11442         * assembly.c (mono_assembly_load_from_full): Fix a leak in the previous patch.
11443         
11444         * assembly.c (mono_assembly_load_from_full): Return the non-refonly corlib for
11445         ref-only requests for compatibility with MS.
11447 2008-02-20  Raja R Harinath  <harinath@hurrynot.org>
11449         * reflection.c (mono_custom_attrs_from_method): Don't silently
11450         return an empty list for generic method instances.
11451         (mono_custom_attrs_from_param): Likewise.
11453 2008-02-20  Rodrigo Kumpera  <rkumpera@novell.com>
11454             Raja R Harinath  <harinath@hurrynot.org>
11456         Fix #354757
11457         * class-internals.h (struct _MonoMethodInflated.is_mb_open): Add.
11458         * class.c (mono_class_inflate_generic_method_full): Initialize it
11459         when a fully-open method is instantiated.
11460         * metadata.c (inflated_method_equal, inflated_method_hash): Update
11461         to new field.
11462         * reflection.c (inflate_mono_method): Don't create a temporary context.
11464 2008-02-20  Raja R Harinath  <harinath@hurrynot.org>
11466         * icall.c (ves_icall_MonoMethod_GetGenericMethodDefinition):
11467         Compute correct value, to prepare for imethod->reflection_info going away.
11469 2008-02-19  Zoltan Varga  <vargaz@gmail.com>
11471         * class.c (mono_class_setup_vtable_general): Ignore static methods in interfaces.
11473 2008-02-18 Rodrigo Kumpera  <rkumpera@novell.com>
11475         * verify.c: Implement skip visibility flag.
11477 2008-02-18 Rodrigo Kumpera  <rkumpera@novell.com>
11479         * verify.h: Added MONO_VERIFY_SKIP_VISIBILITY and struct MonoVerifyInfoExtended
11480         which contains an extra field to tell the kind of exception that should be thrown.
11482         * verify.c: Use MonoVerifyInfoExtended instead of MonoVerifyInfo.
11484 2008-02-17  Raja R Harinath  <harinath@hurrynot.org>
11486         * loader.c (mono_method_get_param_names): Initialize 'klass' after
11487         'method' is updated.
11489 2008-02-11  Zoltan Varga  <vargaz@gmail.com>
11491         * class.c (mono_class_layout_fields): Set class->min_align for classes using
11492         explicit layout as well. Fixes #360375.
11494 2008-02-11  Geoff Norton  <gnorton@novell.com>
11496         * loader.c: Guard and dereference against inflated generic methods
11498 2008-02-10  Gert Driesen  <drieseng@users.sourceforge.net>
11500         * class.c: Include Retargetable spec in assembly name.
11501         * assembly.c: Always include PublicKeyToken spec in assembly name
11502         (with value "null" if assembly is not signed), and include
11503         Retargetable spec.
11504         * icall-def.h: Added icall for Assembly.get_fullname.
11505         * icall.c: Added icall returning the fullname of an assembly.
11507 2008-02-09  Zoltan Varga  <vargaz@gmail.com>
11509         * class.c (mono_class_setup_vtable_general): Add a missing call to
11510         mono_class_setup_methods () which is needed in the AOT case.
11512 2008-02-08 Rodrigo Kumpera  <rkumpera@novell.com>
11514         * verify.c (mono_type_get_stack_name): Added. Return the name for the
11515         stack type of the given MonoType.
11517         * verify.c (verify_type_compatibility_full): Handle the void type.
11519         * verify.c (is_compatible_boxed_valuetype): Changed to fit the
11520         way stack merging works.
11522         * verify.c (store_local): Improved verification message.
11524         * verify.c (do_branch_op): If the merging is invalid, the method
11525         is unverifiable and not invalid. Improved error message.
11527         * verify.c (merge_stacks): Properly merge a boxed valuetype and
11528         a reference type diferent than System.Object. Improved error
11529         message.
11531 2008-02-07 Rodrigo Kumpera  <rkumpera@novell.com>
11533         * verify.c (mono_type_is_enum_type): Added. Test if a type is an enum.
11535         * verify.c (mono_type_get_underlying_type_any): Added. Return the underlying
11536         type of an enum even if the argument is byref.
11538         * verify.c: Replace all explicit uses of enumtype and enum_basetype
11539         to calls to mono_type_is_enum_type and mono_type_get_underlying_type_any.
11541         * verify.c: Check for an enum in all cases of MONO_TYPE_GENERICINST.
11543         *verify.c (verify_type_compatibility_full): Make enum types
11544         compatible with their base types.
11546         * verify.c (is_compatible_boxed_valuetype): Added. Check if both
11547         types are compatible for the special case of a boxed valuetype and
11548         System.Object.
11550         * verify.c (verify_stack_type_compatibility): The function
11551         is_compatible_boxed_valuetype was extracted from here.
11553         * verify.c (push_arg): Only set ctx->has_this_store if the method
11554         is not static.
11556         * verify.c (do_ldelem): Fixed a typo in an error message and added
11557         strict check for mixing int32 and native int as the array type
11558         and ldelem type.
11560         * verify.c (merge_stacks): Consider boxed valuetypes in the
11561         compatibility checks.
11563 2008-02-07  Massimiliano Mantione  <massi@ximian.com>
11564         * profiler.h: (MonoGCEvent): Added start-stop the world events.
11566 2008-02-06  Massimiliano Mantione  <massi@ximian.com>
11567         *class.c: use_new_interface_vtable_code: renamed the env var to have
11568         a "MONO_" prefix, and fix the logic to enable it by default.
11570 2008-02-06  Massimiliano Mantione  <massi@ximian.com>
11571         *class.c:
11572         mono_class_setup_vtable_general: rewrote the way in which interface
11573         methods are added to vtables. Makes bug-77127.exe pass, and hopefully
11574         makes the code more maintainable.
11575         For now the old code is still there, and can be activated setting
11576         the env var "USE_NEW_INTERFACE_VTABLE_CODE".
11578 2008-02-06 Rodrigo Kumpera  <rkumpera@novell.com>
11580         * verify.c: guarded some debug functions around and #ifdef.
11582         * verify.c (merge_stacks): implement proper PIII 1.8.1.3 stack state merging.
11584 2008-02-06  Zoltan Varga  <vargaz@gmail.com>
11586         * marshal.c (mono_marshal_get_runtime_invoke): Revert the direct_wrapper
11587         changes for now since they seem to break too many things.
11589 2008-02-05  Mark Probst  <mark.probst@gmail.com>
11591         * marshal.c, marshal.h (mono_marshal_find_bitfield_offset,
11592         mono_marshal_find_nonzero_bit_offset): Added macro and function
11593         for finding the byte- and bit-offset of a bitfield within a
11594         struct.
11596 2008-02-05  Zoltan Varga  <vargaz@gmail.com>
11598         * marshal.c (mono_marshal_get_ptr_to_struct): Make the signature non-pinvoke.
11599         (mono_marshal_get_struct_to_ptr): Ditto.
11601         * marshal.c (mono_marshal_get_runtime_invoke): Fix the signature of 
11602         cctor_signature.
11604 2008-02-03  Zoltan Varga  <vargaz@gmail.com>
11606         * marshal.c (mono_marshal_get_runtime_invoke): Fix sharing of runtime wrappers
11607         between methods for non-corlib types.
11609 2008-02-02  Geoff Norton  <gnorton@novell.com>
11611         * loader.c (mono_method_get_param_names): Populate the parameter name for 
11612         generic parameters as well. (Fixes #342536)
11614 2008-01-31 Rodrigo Kumpera  <rkumpera@novell.com>
11616         * verify.c (is_valid_bool_arg): Allow boxed values and null literals as well.
11618         * verify.c (do_invoke_method): Fix for calling with byref structs.
11620         * verify.c (do_cast): push a boxed value type based on the type token and not
11621         the type of stack.
11623 2008-01-31  William Holmes  <billholmes54@gmail.com>
11625         * process.c (process_module_string_read): Check the size returned form 
11626           VerQueryValue to avoid out of memory exception. 
11628 2008-01-30  Zoltan Varga  <vargaz@gmail.com>
11630         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): 
11631         Handle properly modules which are not in the moduleref table. Fixes
11632         #356938.
11634 2008-01-29  Zoltan Varga  <vargaz@gmail.com>
11636         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): Remove
11637         the dynamic case which is now in managed code.
11638         (ves_icall_System_Reflection_Assembly_GetTypes): Ditto.
11640         * marshal.c (mono_string_to_bstr): Fix a warning.
11641         (init_com_provider_ms): Ditto.
11643         * appdomain.c (ves_icall_System_AppDomain_createDomain): Add some FIXMEs.
11645         * exception.c (mono_get_exception_out_of_memory): New helper function.
11647 2008-01-28  Jonathan Chambers  <joncham@gmail.com>
11649         * marshal.c: Add support for BSTR marshalling
11650         using other COM systems.
11652         Code is contributed under MIT/X11 license.
11654 2008-01-28 Rodrigo Kumpera  <rkumpera@novell.com>
11656         * object.c (mono_runtime_invoke_array): reverted previous
11657         commit as it breaks the build.
11659 2008-01-28 Rodrigo Kumpera  <rkumpera@novell.com>
11661         * object.c (mono_runtime_invoke_array): Verify arguments for
11662         invalid types. Fixes #348522.
11664 2008-01-28 Rodrigo Kumpera  <rkumpera@novell.com>
11666         * verify.c: added IL_CODE_CALL_NONFINAL_VIRTUAL to track calls to
11667         non-final virtual calls using call. 
11669         * verify.c (do_invoke): fixed some TODOs.
11671         * verify.c (push_arg): set has_this_store for "ldarga 0".
11673 2008-01-27  Zoltan Varga  <vargaz@gmail.com>
11675         * reflection.c (reflection_methodbuilder_to_mono_method): Allow DynamicMethods
11676         which belong to an inflated class. Fixes #356531.
11678 2008-01-26  Robert Jordan  <robertj@gmx.net>
11680         * file-io.c: Implement and use wrappers for GetFileAttribute|Ex ()
11681         which resort to FindFirstFile when a certain error condition
11682         (ERROR_SHARING_VIOLATION) occured. Fixes bug #325212.
11683         Code is contributed under MIT/X11 license.
11685 2008-01-24  Jonathan Chambers  <joncham@gmail.com>
11687         * marshal.c (emit_marshal_string): Fix out string marshalling
11688         to use specified encoding. Fixes #323900.
11690         Code is contributed under MIT/X11 license.
11692 2008-01-24  Raja R Harinath  <harinath@hurrynot.org>
11694         * class.c (mono_class_inflate_generic_method_full): Don't modify
11695         iresult->context after cache check.
11697 2008-01-23  Zoltan Varga  <vargaz@gmail.com>
11699         * class.c (mono_class_inflate_generic_method_full): Change the
11700         struct assignments to memcpy for better visibility and add some comments.
11702 2008-01-23  Dick Porter  <dick@ximian.com>
11704         * threads.c (mono_threads_set_shutting_down): Simplify shutdown
11705         procedure, and make it work on windows.
11707 2008-01-22  Zoltan Varga  <vargaz@gmail.com>
11709         * object-internals.h (MonoReflectionGenericClass): Make the 'generic_type' field
11710         a MonoReflectionTypeBuilder since it is always of that type.
11712         * reflection.c (mono_type_get_object): Remove an unneccesary check.     
11714         * reflection.c (mono_generic_class_get_object): Simplify this a bit.
11716         * reflection.c (mono_reflection_bind_generic_parameters): Ditto.
11717         
11718         * icall.c (ves_icall_MonoGenericClass_GetParentType): Ditto.
11720         * icall.c (ves_icall_MonoGenericClass_GetInterfaces): Ditto.
11722         * reflection.c (mono_reflection_create_runtime_class): Remove already created
11723         instantiations from the type cache.
11725 2008-01-21 Rodrigo Kumpera  <rkumpera@novell.com>
11727         * verify.c (do_ldstr): fixed token verification. previous code was 100% broken.
11729         * verify.c (do_unbox_value): push a controled mutability managed pointer.
11731 2008-01-21 Rodrigo Kumpera  <rkumpera@novell.com>
11733         * verify.c (do_ldstr): added, verifies if the #US token is valid.
11735         * verify.c (mono_method_verify): removed old TODO
11737 2008-01-21 Rodrigo Kumpera  <rkumpera@novell.com>
11739         * verify.c (do_newobj): add visibility check.
11741 2008-01-21 Rodrigo Kumpera  <rkumpera@novell.com>
11743         * verify.c (do_load_function_ptr): add visibility check.
11745 2008-01-21  Massimiliano Mantione  <massi@ximian.com>
11746         *class.c:
11747         mono_generic_class_get_class: hook profiler events.
11748         mono_field_get_offset: added to support heap-shot in the new profiler.
11749         *class.h: exported mono_field_get_offset.
11750         * reflection.c:
11751         mono_reflection_setup_internal_class: hook profiler events.
11753 2008-01-20  Zoltan Varga  <vargaz@gmail.com>
11755         * marshal.c (mono_marshal_emit_native_wrapper): Add a 'check_exceptions' 
11756         argument here too and use it to avoid checking for pending exceptions if 
11757         possible.
11759 2008-01-20  Gert Driesen  <drieseng@users.sourceforge.net>
11761         * assembly.c (build_assembly_name): add arg for passing the assembly
11762         flags. Do not consider a PublicKey with value "null" valid.
11763         (mono_assembly_name_parse_full): added boolean argument that will be
11764         set if the assembly name contains a PublicKeyToken spec. Added support
11765         for the Retargetable spec for which only Yes or No are allowed as valid
11766         value. Consider assembly name invalid if Retargetable spec is set, but
11767         either version, culture or public key (token) are not specified.
11768         * metadata-internals.h: sync signature of mono_assembly_name_parse_full
11769         with implementation in assembly.c.
11770         * icall.c (fill_reflection_assembly_name): also copy assembly flags
11771         from MonoAssemblyName.
11772         (ves_icall_System_Reflection_AssemblyName_ParseName): use newly
11773         introduced argument for mono_assembly_name_parse_full to know if the
11774         assembly name has a PublicKeyToken spec, and if it has instruct
11775         fill_reflection_assembly_name to use default value for keyToken (if
11776         PublicKeyToken is null).
11778 2008-01-18  Rodrigo Kumpera  <rkumpera@novell.com>
11780         * verify.c (mono_method_verify): fixed ovf ops with
11781         float values. They are unverifiable now.
11783 2008-01-18  Rodrigo Kumpera  <rkumpera@novell.com>
11785         * class.c (set_failure_from_loader_error): add BadImageException to the
11786         list of exceptions that can cause a type to fail to load.
11788         * class.c (mono_class_get_exception_for_failure): same.
11790 2008-01-17  Rodrigo Kumpera  <rkumpera@novell.com>
11792         * verify.c (in_any_exception_block): added, check if offset
11793         is part of any exception handling clause.
11795         * verify.c (get_stack_type): added VAR and MVAR types.
11797         * verify.c (do_stobj): better error messages.
11799         * verify.c (do_cpobj): added, check cpobj.
11801         * verify.c (do_initobj): added, check initobj.
11803         * verify.c (do_sizeof): added, check sizeof.
11805         * verify.c (do_localloc): added, check localloc.
11807         * verify.c: adde proper verification for cpobj, initobj, sizeof and localloc.
11809 2008-01-17  Zoltan Varga  <vargaz@gmail.com>
11811         * method-builder.c (mono_mb_emit_native_call): Get rid of the unused
11812         save_lmf/restore_lmf opcodes.
11814         * threads.c (mono_threads_install_notify_pending_exc): New function to
11815         install a callback notifying the JIT there is a pending exception on a thread.
11816         (mono_thread_request_interruption): Call the new callback.
11817         (mono_thread_get_and_clear_pending_exception): New function to return the
11818         exception pending on a thread.
11820         * marshal.c (mono_marshal_get_icall_wrapper): Add a check_exceptions argument
11821         to turn off checking for pending exceptions.
11822         (mono_marshal_get_native_wrapper): Ditto.
11824 2008-01-16  Zoltan Varga  <vargaz@gmail.com>
11826         * threads-types.h: Get rid of the unnecessary extern declarations.
11828 2008-01-16  Gert Driesen  <drieseng@users.sourceforge.net>
11830         * icall.c (ves_icall_Type_GetField): if NonPublic flag is set, only
11831         return field from parent class if not private.
11832         (ves_icall_Type_GetFields_internal): if NonPublic flag is set, only
11833         returns fields from parent class if they are not private.
11834         (method_nonpublic): added function to determine if a given method
11835         should be considered non-public. Returns false for private methods
11836         on parent class, and internal methods from parent on the 1.0 profile.
11837         (ves_icall_Type_GetMethodsByName): if NonPublic flag is set, then
11838         use method_nonpublic function to determine whether method should be
11839         returned.
11840         (property_accessor_public): use newly introduced method_nonpublic
11841         function to determine whether accessor is non-public. 
11842         (ves_icall_MonoType_GetEvent): If NonPublic flag is set, only return
11843         event from parent class if not private. Only return static event if
11844         Static flag is set, and only return static event from parent class if
11845         FlattenHierarchy flag is set.
11846         (ves_icall_Type_GetEvents_internal): If NonPublic flag is set, only
11847         include non-private events from parent class.
11849 2008-01-16  Zoltan Varga  <vargaz@gmail.com>
11851         * icall.c (ves_icall_System_NumberFormatter_GetFormatterTables): Fix a
11852         warning.
11854 2008-01-16  Wade Berrier <wberrier@novell.com>
11856         * security.c: Add assembly.h header to appease some warnings
11858 2008-01-16  Dick Porter  <dick@ximian.com>
11860         * process.c (process_module_string_read): Remove trailing null
11861         when saving string.
11863 2008-01-16  Mark Probst  <mark.probst@gmail.com>
11865         * class-internals.h: A new data structure describing the layout of
11866         a runtime generic context (MonoRuntimeGenericContextTemplate).
11868         * metadata-internals.h: Added a hash table to MonoDomain that maps
11869         from open generic classes to their runtime generic context
11870         templates.
11872         * object.c: Building of the runtime generic context, including
11873         proper handling of generic type arguments of superclasses.
11874         Building of the runtime generic context according to the template.
11876 2008-01-15  Zoltan Varga  <vargaz@gmail.com>
11878         * class.c (mono_class_setup_fields): Set field.count for generic instances.
11879         Fixes #350856.
11881         * image.c (do_mono_image_open): Pass TRUE as last_exists to 
11882         mono_portability_find_file (). Fixes #325466.
11883         (mono_image_get_public_key): Fix a warning.
11885 2008-01-14  Zoltan Varga  <vargaz@gmail.com>
11887         * class.c (mono_class_from_name): Fix comments for NULL-ness of image parameter.
11888         Fixes #353550.
11889         (mono_class_from_name_case): Ditto.
11891 2008-01-13  Eyal Alaluf <eyala@mainsoft.com>
11893         * icall-def.h number-formatter.h icall.c: Implemented a cross app-domain
11894           common storage for the tables used in the System/NumberFormatter class.
11896 2008-01-13  Zoltan Varga  <vargaz@gmail.com>
11898         * marshal.c (mono_marshal_get_runtime_invoke): Fix a typo.
11900 2008-01-11  Rodrigo Kumpera  <rkumpera@novell.com>
11902         * verify.c (get_boxable_mono_type): check if the token is valid.
11904         * verify.c (set_stack_value): changed to add an error if an
11905         invalid type is set on stack. Changed all callers due to signature change.
11907         * verify.c (do_stobj): implement stobj validation.
11909 2008-01-11  Zoltan Varga  <vargaz@gmail.com>
11911         * reflection.c (reflection_methodbuilder_to_mono_method): No need to
11912         set container->is_method, it was set earlier.
11914         * metadata.c (type_in_image): Handle MVARs which belong to not finished
11915         generic methods.
11917         * reflection.c (mono_reflection_initialize_generic_parameter): Set
11918         is_method of the generic container to TRUE for methods.
11920 2008-01-10  Zoltan Varga  <vargaz@gmail.com>
11922         * metadata.c (type_in_image): Handle type parameters properly.
11924         * class-internals.h (MonoGenericParam): Add an 'image' argument to track
11925         memory ownership of this structure.
11927 2008-01-10  Rodrigo Kumpera  <rkumpera@novell.com>
11929         * verify.c (get_boxable_mono_type): make typedref types been just
11930         unverifiable. check for void type.
11932         * verify.c (do_unbox_any): added, verify opcode unbox.any.
11934         * verify.c (do_load_function_ptr): accept method spec tokens.
11936 2008-01-10  Zoltan Varga  <vargaz@gmail.com>
11938         * marshal.c (mono_class_native_size): Always set *align even if this is called
11939         recursively.
11941 2008-01-09  Zoltan Varga  <vargaz@gmail.com>
11943         * verify.c (mono_verify_corlib): Remove this as it was not used and was 
11944         out-of-date.
11946 2008-01-09  Rodrigo Kumpera  <rkumpera@novell.com>
11948         * verify.c: removed some old unused tables. A huge bunch of small fixes
11949         to things found while testing the verifier with mono basic.
11951         * verify.c (dump_stack_value): dump null literal flag to.
11953         * verify.c (verify_type_compatibility_full): fix comparison
11954         for types that have a generic super type.
11956         * verify.c (verify_stack_type_compatibility): fix compatibility
11957         between null literals and reference types. fix compatibility between
11958         boxed valuetypes and object. fix corner case test for enums.
11960         * verify.c (do_cmp_op): proper verification of cgt.un in case
11961         of reference types.
11963         * verify.c (do_invoke_method): fix error message.
11965         * verify.c (do_store_indirect
11967         * verify.c (check_is_valid_type_for_field_ops): proper verification
11968         of managed pointers to valuetypes and boxed valuetypes. proper verification
11969         of null literals.
11971         * verify.c (do_unbox_value): expect valuetypes to be always boxed. don't
11972         allow token to be a reference type.
11974         * verify.c (do_cast): proper handling of boxes valuetypes.
11976         * verify.c (do_stelem): proper handling of storing a boxed valuetype
11977         in object[].
11979         * verify.c (mono_method_verify): pass the opcode to do_cmp_op
11980         to handle cgt.un properly. Implement add/mul/sub ovf opcodes.
11981         fixed the decoding of unbox_any
11983 2008-01-08  Zoltan Varga  <vargaz@gmail.com>
11985         * boehm-gc.c (mono_gc_deregister_root): Fix the size passed to libgc.
11987 2008-01-08  Rodrigo Kumpera  <rkumpera@novell.com>
11989         * verify.c (do_newobj): do delegate verification.
11991         * verify.c (verify_delegate_compatibility): perform delegate
11992         verification.
11994         * verify.c (verify_ldftn_delegate): perform tests related to
11995         ldftn delegates.
11997         * verify.c (mono_delegate_signature_equal): perform the
11998         slightly diferent signature comparison required by delegates.
12000         * metadata.c (mono_metadata_type_equal_full): added and exported
12001         as MONO_INTERNAL. This is a version of mono_metadata_type_equal that
12002         allows signature only comparison.
12004         * metadata-internal.h (mono_metadata_type_equal_full): added and exported
12005         as MONO_INTERNAL.
12007 2008-01-07  Rodrigo Kumpera  <rkumpera@novell.com>
12009         * verify.c: added a bunch of stack_slot_* functions to
12010         make access to stack slot type easier. This is required to
12011         allow optional flags, like null literal, boxed value and
12012         this pointer.
12013         All access paths to IlStackDesc::stype have been changed 
12014         to use these new funcions.
12015         Removed a bunch of unused functions and cleared all warnings.
12016         This patch introduces the usage of the this pointer and 
12017         boxed value flags.
12019 2008-01-07  Zoltan Varga  <vargaz@gmail.com>
12021         * boehm-gc.c (mono_gc_deregister_root): Fix win32 build.
12023 2008-01-06  Zoltan Varga  <vargaz@gmail.com>
12025         * appdomain.c (ves_icall_System_AppDomain_ExecuteAssembly): Change signature to
12026         match managed version.
12028         * appdomain.c: Bump corlib version.
12029         
12030         * appdomain.c (ves_icall_System_AppDomain_ExecuteAssembly): Check for a null
12031         argument.
12033 2008-01-06  Gert Driesen  <drieseng@users.sourceforge.net>
12035         * icall.c (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies)
12036         Set public key token to zero-length byte array if assembly is not
12037         strongnamed.
12039 2008-01-05  Zoltan Varga  <vargaz@gmail.com>
12041         * icall.c (ves_icall_System_Array_SetValueImpl): Use a write barrier when
12042         writing a vtype array elem.
12044 2007-01-05  Gert Driesen  <drieseng@users.sourceforge.net>
12046         * assembly.c (build_assembly_name): return FALSE if length of token is
12047         not 16 (if not "null").
12048         (mono_assembly_name_parse_full): return FALSE if value of version,
12049         culture, token or key is 0.
12050         * icall.c (fill_reflection_assembly_name): add boolean arguments to
12051         specify whether public key and public key token must be set to default
12052         value (zero-length byte array) if not available. Set versioncompat to
12053         SameMachine. If public key is available or the default is set, then
12054         set PublicKey flag.
12055         (ves_icall_System_Reflection_Assembly_FillName): if no public key
12056         is available, use empty byte array as default value. On the 2.0
12057         profile, use default value for public key token if not set.
12058         (ves_icall_System_Reflection_InternalGetAssemblyName): on the 1.0
12059         profile, use default value for public key if not set. On the 2.0
12060         profile, use default value for public key token if not set.
12061         (ves_icall_System_Reflection_AssemblyName_ParseName): do not set
12062         default values for public key and public key token.
12064 2008-01-05  Zoltan Varga  <vargaz@gmail.com>
12066         * object-internals.h (MonoReflectionAssemblyName): Add 'processor_architecture'
12067         field to keep it in synch with the managed object.
12069         * marshal.c (emit_marshal_object): Add support for byref marshalling of
12070         delegates. Fixes #351520.
12072         * sgen-gc.c (conservatively_pin_objects_from): Tell valgrind that the pin queue
12073         contains defined memory.
12074         
12075         * sgen-gc.c: Fix 64 bit warnings. Fix some typos. Update GC stats in mono_stats.
12077         * sgen-gc.c (build_nursery_fragments): Handle half-constructed objects correctly.
12078         
12079         * sgen-gc.c (check_consistency): New helper function to do a consistency check
12080         of the GC data structures.
12082         * gc-internal.h: Moved the REGISTER/UNREGISTER macros here from os/gc_wrapper.h.
12084         * *.c: Include metadata/gc-internal.h instead of os/gc_wrapper.h.
12085         
12086         * object.c (mono_array_full_copy): Fix detection of whenever to use a write
12087         barrier.
12088         (mono_array_clone_in_domain): Ditto.
12089         (mono_array_clone_in_domain): Ditto.
12091         * threads.c (start_wrapper): Register the thread start argument as a GC root.
12092         (cache_culture): Use a write barrier.
12094         * icall.c (ves_icall_System_Array_SetValueImpl): Call a write barrier.
12095         (ves_icall_get_property_info): Ditto.
12097         * object.h (MONO_STRUCT_SETREF): New macro.
12099         * class-internals.h (MonoStats): Add some GC statistics.
12101         * boehm-gc.c null-gc.c: Define mono_gc_deregister_root ().
12103 2008-01-04  Andreas Faerber  <andreas.faerber@web.de>
12105         * exception.c (mono_exception_from_name_two_strings):
12106         Break from loop after method is found.
12108 2008-01-04  Dick Porter  <dick@ximian.com>
12110         * process.c (process_module_string_read): Rename variable to
12111         reflect correct usage, after fixing bug 345972.
12113 2008-01-03  Rodrigo Kumpera  <rkumpera@novell.com>
12115         * verify.c (mono_type_create_fnptr_from_mono_method): 
12116         created a MonoType function pointer instance to be used during
12117         verification. The verifier releases this memory at end.
12119         * verify.c (mono_method_is_constructor): extracted repeated
12120         checks for constructor into a single class.
12122         * verify.c (do_push_field): use new extracted method
12123         for constructor check.
12125         * verify.c (do_newobj): same.
12127         * verify.c (do_ldftn): renamed to do_load_function_ptr
12128         and make it verify ldvirtftn too.
12130         * verify.c (mono_method_verify: proper verification
12131         of ldvirtftn. release created MonoMethod instances.
12133 2007-12-31  Rodrigo Kumpera  <rkumpera@novell.com>
12135         * verify.c (token_bounds_check): added.
12137         * verify.c (do_ldftn): added.
12139         * verify.c (mono_method_verify): proper verificartion of ldftn.
12141 2007-12-31  Rodrigo Kumpera  <rkumpera@novell.com>
12143         * metadata.c (mono_metadata_decode_row): Assert if index is bigger
12144         than the table row count. It's the resposibility of the caller to
12145         make the bounds check and raise the correct error.
12147         * metadata.c (mono_metadata_decode_row_col): Same.
12149         * loader.c (mono_get_method_from_token): perform bounds check
12150         on token for methoddef table.
12152 2007-12-29  Miguel de Icaza  <miguel@novell.com>
12154         * icall.c
12155         (ves_icall_System_CurrentSystemTimeZone_GetTimeZoneData): Turn the
12156         assert into a negative result, the managed code already coped with
12157         that.
12159         Some folks on Windows reported this error. 
12161 2007-12-28  Gert Driesen  <drieseng@users.sourceforge.net>
12163         * appdomain.c: Bump corlib version.
12164         * icall.c:
12165         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies): Use
12166         CultureInfo.CreateCulture to create CultureInfo for name.
12167         (fill_reflection_assembly_name): Use CultureInfo.CreateCulture to
12168         create CultureInfo for name. Fixes bug #347174.
12170 2007-12-27  Rodrigo Kumpera  <rkumpera@novell.com>
12172         * verify.c: added IL_CODE_FLAG_STACK_INITED and IL_CODE_STACK_MERGED
12173         flags.
12175         * verify.c (is_valid_branch_instruction): allow branching to the
12176         first instruction of the protected block.
12178         * verify.c (is_valid_cmp_branch_instruction): same.
12180         * verify.c (stack_init): use IL_CODE_FLAG_STACK_INITED flag to
12181         avoid double initialization.
12183         * verify.c (merge_stacks): use IL_CODE_STACK_MERGED to
12184         detect which cases the eval stack should just be copied.
12186         * verify.c (mono_method_verify): check if the eval stack
12187         is empty when entering a protected block.
12189 2007-12-27  Rodrigo Kumpera  <rkumpera@novell.com>
12191         * verify.c: added is_clause_in_range, is_clause_inside_range,
12192         is_clause_nested and verify_clause_relationship. They perform
12193         the verifications stated in P1 12.4.2.7.
12195         * verify.c (mono_method_verify): remove some unused variables,
12196         add the new exception clause checks, add instruction border
12197         checks for protected block start/end, improved some error 
12198         messages and fixed a bug in the way invalid instruction access
12199         is detected.
12201 2007-12-26  Zoltan Varga  <vargaz@gmail.com>
12203         * boehm-gc.c (mono_gc_register_thread): Use the new GC_register_my_thread () routine
12204         from GC 7.0 if available.
12206         * object.c: Remove an unused define.
12207         
12208         * object.c (mono_class_compute_gc_descriptor): Fix a warning.
12210         * boehm-gc.c (mono_gc_make_descr_for_array): Implement.
12212         * null-gc.c (mono_gc_make_descr_for_array): Implement.
12214         * object.c (mono_class_compute_gc_descriptor): Remove an #ifdef SGEN_GC.
12216         * gc-internal.h: Change the signature of mono_gc_make_descr_for_string ()
12217         to take the same arguments as the other make_descr functions.
12219         * boehm-gc.c null-gc.c: Add implementation for make_descr functions.
12221         * objects.c: Get rid of the MAKE_DESCRIPTOR macros, call make_descr functions
12222         directly.
12224         * boehm-gc.c (mono_gc_base_init): Moved the setting of GC_stackbottom here from
12225         mini.c.
12227         * object.c (mono_class_compute_gc_descriptor): Move the GC_init_gcj_malloc () 
12228         call to boehm-gc.c.
12230         * boehm-gc.c (mono_gc_register_root): Fix a warning.
12232         * null-gc.c (mono_gc_register_root): Fix a warning.
12234         * reflection.c (ALLOC_REFENTRY): Use mono_gc_alloc_fixed for boehm as well.
12236         * boehm-gc.c (mono_gc_register_root): Moved definition here from gc_wrapper.h.
12237         (mono_gc_base_init): Call GC_init ().
12239         * null-gc.c: Define mono_gc_register_root () as a no-op.
12241         * domain.c appdomain.c: Call mono_gc_base_init () instead of MONO_GC_PRE_INIT ().
12243 2007-12-24  Rodrigo Kumpera  <rkumpera@novell.com>
12245         * verify.c: add prototype for merge_stacks at top
12247         * verify.c (do_switch): added.
12249         * verify.c (merge_stacks): on some cases the stack merging
12250         was not happening properly. Unequal stack sizes at merge
12251         points should be invalid.
12253         * verify.c (mono_method_verify): added more debug info on stack state.
12254         verify switch properly.
12256 2007-12-24  Zoltan Varga  <vargaz@gmail.com>
12258         * method-builder.h: New file, moved the mono_mb_ declarations here from 
12259         marshal.h.
12261         * boehm-gc.c marshal.c: Include method-builder.h.
12263         * marshal.c: Use mono_mb_emit_branch_label () in a few places.
12265         * marshal.c: Remove some code which is now in method-builder.c.
12267 2007-12-23  Zoltan Varga  <vargaz@gmail.com>
12269         * method-builder.c: New file, extraction of the method builder functionality 
12270         from marshal.c.
12272         * marshal.c: Move the mb functions into method-builder.c.
12274         * marshal.h marshal.c: Export some mono_mb_... functions.
12276         * marshal.c: Use mono_mb_get_label () and mono_mb_patch_branch () in all places.
12278         * loader.c (field_from_memberref): Remove the dynamic case, it is handled in
12279         the caller.
12281         * class.c (mono_class_get_full): Check the token type in the dynamic case.
12283         * loader.c (mono_field_from_token): Ditto.      
12285         * loader.c (mono_get_method_from_token): Change the check so it checks memberref
12286         type as well.
12287         
12288         * loader.c (mono_get_method_from_token): Check the token type in the dynamic case.
12289         Fixes #342565.
12291         * class-internals.h: Add new loader error type MONO_EXCEPTION_BAD_IMAGE plus
12292         a helper function for setting it.
12294         * loader.c (mono_loader_error_prepare_exception): Handle MONO_EXCEPTION_BAD_IMAGE.
12296         
12297         * assembly.c: Significally simplify code now that referenced assemblies are 
12298         loaded lazily. Get rid of the 'loading' hashtables. Hopefully fixes #347629.
12300         * threads.h: Don't include  the internal threads-types.h header file. Fixes
12301         #349952.
12303 2007-12-21  Rodrigo Kumpera  <rkumpera@novell.com>
12305         * verify.c: added enum value IL_CODE_FLAG_WAS_TARGET, to represent
12306         instructions that were target of branches or are at protected block boundaries.
12308         * verify.c (in_same_block): handle filter clauses.
12310         * verify.c (is_valid_branch_instruction): added. checks the target of
12311         instructions br or brtrue/false.
12313         * verify.c (is_valid_cmp_branch_instruction): added. checks the target of
12314         binary branch instructions such as beq and bge.
12316         * verify.c (init_stack_with_value): renamed to init_stack_with_value_at_exception_boundary
12317         and made it pin the instruction as been part of the exception block.
12319         * verify.c (do_boolean_branch_op): use is_valid_branch_instruction instead
12320         of in_same_block.
12322         * verify.c (do_branch_op): use is_valid_cmp_branch_instruction instead
12323         of in_same_block.
12325         * verify.c (do_ret): ret from a protected block is unverifiable and
12326         not invalid.
12328         * verify.c (do_static_branch): verify br and br.s instructions.
12330         * verify.c (merge_stacks): add extra param to support detection
12331         of branches in the middle of instructions.
12332         
12333         * verify.c (mono_method_verify): verify branches and exception blocks
12334         that target the middle of instructions. Proper verification of br and br.s.
12336 2007-12-21  Zoltan Varga  <vargaz@gmail.com>
12338         * reflection.c (reflection_methodbuilder_from_ctor_builder): Initialize
12339         skip_visibility field.
12340         (reflection_methodbuilder_from_dynamic_method): Ditto.
12342         * object.c (mono_class_compute_gc_descriptor): Remove more unused icall
12343         registrations. Fixes #348193.
12345         * threads.h: Move the internal mono_thread_get_pending_exception () to
12346         threads-types.h and rename it to mono_thread_get_undeniable_exception ().
12348 2007-12-20  Zoltan Varga  <vargaz@gmail.com>
12350         * object.c (mono_class_compute_gc_descriptor): Remove unused GC_gcj_fast_malloc
12351         icall registration. Fixes #348193.
12353         * marshal.c (mono_marshal_get_runtime_invoke): Put all runtime invoke wrappers
12354         for corlib classes into object. Fixes #349621.
12356 2007-12-20  Gert Driesen  <drieseng@users.sourceforge.net>
12358         * icall.c (property_accessor_nonpublic): new function to determine
12359         whether an accessor allows a property to be considered non-public.
12360         Returns false for private accessor(s) from parent class, and internal
12361         accessor(s) from parent on 2.0 profile (and higher).
12362         (ves_icall_Type_GetPropertiesByName): Use newly introduced function
12363         to determine whether property should be included if NonPublic flag
12364         is set. Fixes bug #349078.
12366 2007-12-20  Rodrigo Kumpera  <rkumpera@novell.com>
12368         * verify.c (init_stack_with_value): added.
12370         * verify.c (mono_method_verify): extracted common
12371         code for exception initialization into init_stack_with_value.
12373         * verify.c (mono_method_verify): initialize the exception
12374         for handler clauses as well.
12376         * verify.c (mono_method_verify): fix the exception clause
12377         ordering rules, it should use handler end offset and not
12378         start offset.
12380 Thu Dec 20 12:27:24 CET 2007 Paolo Molaro <lupus@ximian.com>
12382         * rawbuffer.c: remove useless warning.
12384 Thu Dec 20 12:10:38 CET 2007 Paolo Molaro <lupus@ximian.com>
12386         * threads.h, threads-types.h: move functions to the correct header
12387         (fixes bug#349952).
12389 2007-12-19  Rodrigo Kumpera  <rkumpera@novell.com>
12391         * verify.c (mono_method_verify): proper verification
12392         of exception handling clauses ranges and fallthru in
12393         and out of protected blocks.
12395 2007-12-19  Rodrigo Kumpera  <rkumpera@novell.com>
12397         * verify.c (mono_method_verify): fixed compilation issue.
12399 2007-12-19  Rodrigo Kumpera  <rkumpera@novell.com>
12401         * verify.c (mono_method_verify): a printf slipped in, changed
12402         to use verifier debug macro.
12404 2007-12-18  Rodrigo Kumpera  <rkumpera@novell.com>
12406         * verify.c (is_correct_leave): check for filter clauses.
12408         * verify.c (do_filter): added.
12410         * verify.c (mono_method_verify): property verification of leave.
12413 2007-12-18  Mark Probst  <mark.probst@gmail.com>
12415         * threads.c: Disable calls to _wapi_thread_signal_self() to fix
12416         Win32 build, until we figure out how to do the proper thing on
12417         Win32.
12419 2007-12-17  Zoltan Varga  <vargaz@gmail.com>
12421         * appdomain.c (ves_icall_System_AppDomain_LoadAssembly): Fix a crash introduced
12422         by the previous patch.
12423         
12424         * appdomain.c (ves_icall_System_AppDomain_LoadAssembly): Avoid calling
12425         the assembly resolve handler for refonly assemblies.
12427 2007-12-17  Mark Probst  <mark.probst@gmail.com>
12429         * threads.c, thread-types.h, icall.c: New shutdown safeguards.
12430         Make sure only one thread is allowed to commence shutdown, and
12431         don't allow new threads to be started once shutdown is in
12432         progress.
12434 2007-12-14  Rodrigo Kumpera  <rkumpera@novell.com>
12436         * verify.c (is_correct_endfilter): added.
12438         * verify.c (is_unverifiable_endfilter): added.
12440         * verify.c (do_endfilter): added.
12442         * verify.c (mono_method_verify): property verification of endfilter
12443         and fixed a corner case or endfinally.
12445 2007-12-13  Rodrigo Kumpera  <rkumpera@novell.com>
12447         * verify.h: new flags to support fail fast of unverifiable code and
12448         do non-strict verification. Non-strict verification is required to
12449         have MS runtime compatibility. There are a huge amount of unverifiable
12450         code that it accepts as verifiable. The strict mode verifies the code
12451         as the specs says.
12452         Non-strict mode will be required in cases where code needs to be
12453         accepted as verifiable but fails under strict mode.
12455         * pedump.c: added support to fail fast and non-strict verification.
12457         * verify.c: added support for both fail fast and non-strict verification.
12459 2007-12-12  Rodrigo Kumpera  <rkumpera@novell.com>
12461         * verify.c (is_correct_endfinally): added.
12463         * verify.c (mono_method_verify): property verification of endfinally.
12465 2007-12-11  Rodrigo Kumpera  <rkumpera@novell.com>
12467         * verify.c (in_any_block): check for filter clauses.
12469         * verify.c (is_correct_rethrow): added.
12471         * verify.c (mono_method_verify): property verification of rethrow.
12473         * metadata.h: added MONO_OFFSET_IN_FILTER macro.
12475 2007-12-11  Rodrigo Kumpera  <rkumpera@novell.com>
12477         * verify.c (do_throw): added.
12479         * verify.c (mono_method_verify): property verification of throw
12481 2007-12-11  Zoltan Varga  <vargaz@gmail.com>
12483         * assembly.c (mono_assembly_load_reference): Try an assembly resolve for ref-only
12484         assemblies. Fixes #346425.
12486 2007-12-10  Zoltan Varga  <vargaz@gmail.com>
12488         * reflection.c (mono_reflection_get_token): Call mono_image_create_token () for
12489         FieldBuilders.
12491         * icall.c (ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_RunClassConstructor): Fix a warning.
12493         * class.c (mono_lookup_dynamic_token_class): Add a 'valid token' argument to
12494         prevent asserts when this is called with a token which might not be valid.
12496         * icall.c (ves_icall_System_Reflection_Module_ResolveTypeToken): Call
12497         lookup_dynamic_token_class with valid_token == FALSE.
12499         * icall.c (ves_icall_System_Reflection_Module_ResolveMethodToken): Ditto.       
12501         * icall.c (ves_icall_System_Reflection_Module_ResolveStringToken): Ditto.
12503         * icall.c (ves_icall_System_Reflection_Module_ResolveFieldToken): Ditto.
12504         
12505 2007-12-10  Mark Probst  <mark.probst@gmail.com>
12507         * gc.c: Don't delay threadpool thread finalization unless Mono is
12508         shutting down.
12510 Mon Dec 10 11:06:23 CET 2007 Paolo Molaro <lupus@ximian.com>
12512         * threads.c: turn an assert into a non-fatal warning.
12514 2007-12-09  Robert Jordan  <robertj@gmx.net>
12516         * icall.c (GetVirtualMethod): Add missing argument validation.
12518 2007-12-06  Rodrigo Kumpera  <rkumpera@novell.com>
12520         * verify.c (do_cast): added.
12522         * verify.c (mono_method_verify): property verification of castclass and isinst.
12525 2007-12-06  Rodrigo Kumpera  <rkumpera@novell.com>
12527         * verify.c (mono_type_from_opcode): added opcodes for stelem.X.
12529         * verify.c (do_stelem): added.
12531         * verify.c (mono_method_verify): property verification of stelem.X.
12533 2007-12-07  Mark Probst  <mark.probst@gmail.com>
12535         * class.c, class-internals.h: Introduce an environment variable
12536         (MONO_GENERIC_SHARING) through which the extent of generic code
12537         sharing can be controlled (share all classes, share only corlib
12538         classes, or share nothing).
12540         * object.c: Only create runtime generic context for classes for
12541         which sharing is enabled.
12543 2007-12-06  Rodrigo Kumpera  <rkumpera@novell.com>
12545         * verify.c (do_ldelem): refactor it to work with ldelem.any.
12547         * verify.c (mono_method_verify): property verification of ldelem.any.
12549 2007-12-06  Rodrigo Kumpera  <rkumpera@novell.com>
12551         * verify.c (get_indirect_op_mono_type): renamed to mono_type_from_opcode,
12552         added ldelem.X opcodes.
12554         * verify.c (do_ldelema): fixed possible invalid usage of MonoType.
12556         * verify.c: proper verification of ldelem.X 
12558 2007-12-06  Zoltan Varga  <vargaz@gmail.com>
12560         * icall.c (ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_RunClassConstructor): Allow interface cctors to be called too.
12562 2007-12-05  Rodrigo Kumpera  <rkumpera@novell.com>
12564         * verify.c (mono_method_verify): null literal requires special handling,
12565         the value pushed on stack need to be flagged as so.
12567         * verify.c (do_ldelema): Verify ldelema properly.
12569 2007-12-05  Rodrigo Kumpera  <rkumpera@novell.com>
12571         * verify.c: Verify ldlen properly.
12573 2007-12-05  Zoltan Varga  <vargaz@gmail.com>
12575         * icall.c (ves_icall_MonoField_GetValueInternal): Check that the field belongs
12576         to the target object's type. Fixes #346160.
12578 2007-12-05  Dick Porter  <dick@ximian.com>
12580         * threadpool.c (socket_io_add_poll): Asynchronous connect() on
12581         Solaris needs the same workaround as BSD-derived systems.  Fixes
12582         bug 323524, patch by Burkhard Linke
12583         <burkhard.linke@CeBiTec.Uni-Bielefeld.DE>
12585 2007-12-04  Gert Driesen  <drieseng@users.sourceforge.net>
12587         * process.c: When ProcessStartInfo.ErrorDialog is true, pass window
12588         handle to use when error dialog is shown; otherwise, update mask
12589         to show no error dialog when an error occurs.
12591 2007-12-03  Zoltan Varga  <vargaz@gmail.com>
12593         * icall.c (ves_icall_MonoField_GetRawConstantValue): New icall.
12595         * class.c (mono_class_get_field_default_value): New helper function to initialize
12596         field->def_type and field->data.
12598 2007-11-30  Zoltan Varga  <vargaz@gmail.com>
12600         * icall.c (ves_icall_System_Delegate_SetMulticastInvoke): Use the delegate trampoline instead of
12601         the general one.
12603         * object.c (mono_runtime_create_delegate_trampoline): New helper function.
12605         * marshal.c: Avoid depending on delegate->method_info being set.
12607         * object.c (mono_delegate_ctor): Avoid initializing delegate->method_info.
12608         
12609         * object.c (mono_delegate_ctor): Set delegate->method.
12611         * object-internals.h (struct _MonoDelegate): Add 'method' field.
12613         * appdomain.c: Bump corlib version.
12615 2007-11-27  Raja R Harinath  <harinath@gmail.com>
12617         * metadata.c (mono_generic_inst_equal_full): Short-circuit
12618         equality check if we're comparing canonicalized MonoGenericInsts.
12620 2007-11-23  Zoltan Varga  <vargaz@gmail.com>
12622         * class.c (generic_array_methods): Call mono_class_setup_methods () before
12623         accessing class->methods.
12625 2007-11-22  Dick Porter  <dick@ximian.com>
12627         * threads.c: Ensure that the synch_cs is set before trying to use
12628         it.
12630 Thu Nov 22 12:34:04 CET 2007 Paolo Molaro <lupus@ximian.com>
12632         * profiler.c: r89126 broke the statistial profiler, unbreak.
12634 2007-11-22  Martin Baulig  <martin@ximian.com>
12636         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 66.
12638         * mono-debug.c
12639         (mono_debug_debugger_version): Bump to 3.
12640         (mono_debug_init): Hook `mono_debugger_class_loaded_methods_func'
12641         -> mono_debugger_class_initialized().
12643         * mono-debug-debugger.c
12644         (mono_debugger_add_type): Renamed into mono_debugger_class_initialized().
12646         * class.c
12647         (mono_debugger_start_class_init_func): Removed.
12648         (mono_debugger_class_loaded_methods_func): Added.
12649         (mono_class_setup_methods): Call it here.
12651 2007-11-22  Martin Baulig  <martin@ximian.com>
12653         * mono-debug.c
12654         (mono_debug_add_delegate_trampoline): New public method.
12655         (MonoDebugDataItemType): Added `MONO_DEBUG_DATA_ITEM_DELEGATE_TRAMPOLINE'.
12657         * mono-debug.h
12658         (MonoSymbolTable): Added `global_data_table'.
12659         (MonoDebuggerTypeKind): Removed.
12661 2007-11-21  Zoltan Varga  <vargaz@gmail.com>
12663         * marshal.c (mono_marshal_get_generic_array_helper): Skip visibility checks for
12664         these methods.
12666         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
12667         
12668 Tue Nov 20 23:10:41 CET 2007 Paolo Molaro <lupus@ximian.com>
12670         * object.c: some fields don't have a valid rva: ignore them (bug #343083).
12672 2007-11-20  Martin Baulig  <martin@ximian.com>
12674         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 65.
12676         * mono-debug-debugger.c
12677         (mono_debugger_insert_method_breakpoint): Moved here from debug-mini.c
12678         (mono_debugger_remove_breakpoint): Likewise.
12679         (mono_debugger_check_breakpoints): Likewise.
12680         (mono_debugger_register_class_init_callback): New public method.
12681         (mono_debugger_remove_class_init_callback): Likewise.
12682         (mono_debugger_add_type): Likewise.
12684         * mono-debug-debugger.h
12685         (MonoDebuggerEvent): Add `MONO_DEBUGGER_EVENT_CLASS_INITIALIZED'.
12687 Tue Nov 20 20:54:12 CET 2007 Paolo Molaro <lupus@ximian.com>
12689         * class.c: more interface implementations needed for the
12690         array enumerator (fixes bug #341112).
12692 2007-11-18  Gert Driesen  <drieseng@users.sourceforge.net>
12694         * icall.c: Renamed arguments for ves_icall_System_Enum_ToObject to
12695         fix ParamName of ArgumentNullExceptions.
12697 2007-11-17  Miguel de Icaza  <miguel@novell.com>
12699         * reflection.c (mono_reflection_encode_sighelper): Generate the
12700         modopts and modreqs.   I have a useless test that crashes monodis,
12701         but that shows the code working.
12703 2007-11-17  Zoltan Varga  <vargaz@gmail.com>
12705         * boehm-gc.c (create_allocator): Fix size calculation for the string allocator.
12706         (mono_gc_get_managed_allocator): Enable the string allocator on amd64.
12708 2007-11-15  Dick Porter  <dick@ximian.com>
12710         * threads.c (ves_icall_System_Threading_Thread_Join_internal):
12711         When joining a thread, it's the thread that's calling Join that
12712         gets WaitSleepJoin state not the target.  Fixes the standalone
12713         test case in bug 334740, and hopefully the whole bug too.
12715 2007-11-15  Dick Porter  <dick@ximian.com>
12717         * process.c: Read file version info from the files pointed at by
12718         process modules, not the current process.  Fixes bug 315969.
12720         Use windows typedef names in some places to fix warnings on the
12721         windows build.
12723 2007-11-15  Mark Probst  <mark.probst@gmail.com>
12725         * image.c, metadata-internals.h: Added a generic_class_cache hash
12726         to MonoImage for looking up generic classes when sharing generics.
12728 Thu Nov 15 16:11:30 CET 2007 Paolo Molaro <lupus@ximian.com>
12730         * sgen-gc.c: warning cleanups.
12732 2007-11-15  Zoltan Varga  <vargaz@gmail.com>
12734         * icall.c (ves_icall_Type_GetPropertiesByName): Implement proper hiding of
12735         inherited properties.
12737 2007-11-14  Mark Probst  <mark.probst@gmail.com>
12739         * object.c, class-internals.h: Added more information to the
12740         runtime generic context.
12742 2007-11-13  Zoltan Varga  <vargaz@gmail.com>
12744         * marshal.c (mono_marshal_get_delegate_invoke): Take a delegate as argument
12745         instead of just the target method. Generalize the abstract method handling to
12746         handle any non-static method.
12748         * icall.c (ves_icall_System_Delegate_SetMulticastInvoke): Update after
12749         mono_marshal_get_delegate_invoke () signature change.
12751 2007-11-13  Mark Probst  <mark.probst@gmail.com>
12753         * class.c, class-internals.h: Made
12754         mono_type_get_basic_type_from_generic () public.  Fixed member
12755         access check for shared generics.
12757         * loader.c: Don't insert field into field cache if it's part of a
12758         non-inflated generic class.
12760         * domain.c, domain-internals.h: The generic sharing context is now
12761         part of the jit info data structure.  Added two accessor
12762         functions.
12764 2007-11-12  Zoltan Varga  <vargaz@gmail.com>
12766         * marshal.c (mono_marshal_get_runtime_invoke): Create a non-shared wrapper for
12767         the array Get/Set/Address methods, since the JIT inlines them.
12769         * metadata-internals.h (MonoImage): Add 'runtime_invoke_direct_cache'.
12771         * image.c (mono_image_close): Free runtime_invoke_direct_cache.
12772         (mono_image_init): Initialize runtime_invoke_direct_cache.      
12774         * icall.c (ves_icall_System_Delegate_SetMulticastInvoke): Update after
12775         mono_marshal_get_delegate_invoke signature change.
12777         * marshal.c (mono_marshal_get_delegate_invoke): Receive the target_method as
12778         an additional argument. Add support for invoking abstract methods.
12780         * metadata-internals.h (MonoImage): Add 'delegate_abstract_invoke_cache'.
12782         * image.c (mono_image_close): Free delegate_abstract_invoke_cache.      
12784 2007-11-09  Mark Probst  <mark.probst@gmail.com>
12786         * class.c: Do field layout for open generic classes as well.
12788 2007-11-09  Mark Probst  <mark.probst@gmail.com>
12790         * gc.c, gc-internal.h: Don't finalize threadpool threads with
12791         other objects, because the threadpool is still around.  Put them
12792         in a list instead and after finalizing all other objects in the
12793         root domain shut down the thread pool and then finalize the
12794         threads.  Fixes bug #337383.
12796         * threads.c, thread-types.h: New mono_thread_create_internal()
12797         function for marking a thread with the threadpool flag before it
12798         started.  Set synch_cs to NULL after freeing it.
12800         * threadpool.c: Mark threadpool threads before they start.
12802 Thu Nov 8 15:31:21 CET 2007 Paolo Molaro <lupus@ximian.com>
12804         * reflection.h, reflection.c: don't export random functions
12805         and lazy load dbnull and missing objects.
12807 2007-11-07  Jonathan Chambers <joncham@gmail.com>
12809         * class.c: Initialize COM types if COM interfaces
12810         are present (not just COM classes).
12811         
12812         Code is contributed under MIT/X11 license.
12814 2007-11-07  Massimiliano Mantione  <massi@ximian.com>
12815         * reflection.c:
12816         create_dynamic_mono_image: hook module profiler events (dynamic case).
12817         mono_image_basic_init: hook assembly profiler events (dynamic case).
12819 2007-11-07  Massimiliano Mantione  <massi@ximian.com>
12820         * profiler.c:
12821         simple_appdomain_unload: completely terminate the profiler
12822         instead of only processing the statistical samples.
12823         simple_shutdown: make sure this is really called exactly once,
12824         even in multithreaded applications, and always listen to
12825         appdomain events.
12826         * gc.c (mono_domain_finalize): don't call mono_profiler_appdomain_event
12827         here, the "[un]load" functions will do it.
12828         Fixes bugs #333791 and #325261.
12830 2007-11-07  Geoff Norton  <gnorton@novell.com>
12832         * socket-io.c:  Use the configure defines for HAVE_SOCKADDR_IN(6)_SIN_LEN
12833         rather than depend on __APPLE__.
12835 2007-11-07  Mark Probst  <mark.probst@gmail.com>
12837         * icall.c: Safety checks in InitializeArray.  Fixes bug #324535.
12839 2007-11-06  Sebastien Pouliot  <sebastien@ximian.com> 
12841         * object.c: Fix mono_string_to_utf8 to handle NULL values inside the
12842         UTF16 MonoString. Fix the crash from bug #335488
12844 2007-11-06  Sebastien Pouliot  <sebastien@ximian.com>
12846         * marshal.c: Correct (for non-Win32 OS) length != size in 
12847         mono_string_from_bstr. Fix #339530.
12849 2007-11-06  Geoff Norton  <gnorton@novell.com>
12851         * socket-io.c: Apple requires sin(6)_len to be set for getnameinfo
12852         to succeed
12854 2007-11-05  Kornél Pál  <kornelpal@gmail.com>
12856         * process.c: Added run-time GetProcessId API detection for Windows.
12858 2007-11-04  Miguel de Icaza  <miguel@novell.com>
12860         * reflection.c  (mono_param_get_objects): If a parameter has the
12861         attribute [System.Runtime.InteropServices.Optional] we should
12862         set the DefaultValue of the ParameterInfo to be
12863         System.Reflection.Missing instead of DBNull.
12865         See bug #339013.
12867         (mono_get_reflection_missing_object): New method,
12868         returns the System.Reflection.Missing.Value singleton instance.
12870 2007-11-03  Atsushi Enomoto  <atsushi@ximian.com>
12872         * culture-info-table.h : regenerated.
12874 2007-11-02  Jonathan Chambers <joncham@gmail.com>
12876         * icall.c: Use GetEnvironmentStrings on windows
12877         so we are using the same environment block as 
12878         GetEnvironmentVariable/SetEnvironmentVariable. Fixes
12879         #333740.
12880         
12881         Code is contributed under MIT/X11 license.
12883 2007-10-31  Martin Baulig  <martin@ximian.com>
12885         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 64.
12887         * mono-debug-debugger.h
12888         (MonoDebuggerEvent): Add `MONO_DEBUGGER_EVENT_TRAMPOLINE'.
12890 2007-10-30  Zoltan Varga  <vargaz@gmail.com>
12892         * reflection.c (mono_custom_attrs_from_class): Add support for dynamic inflated 
12893         classes.
12895 2007-10-30  Atsushi Enomoto  <atsushi@ximian.com>
12897         * culture-info-table.h : regenerated.
12899 2007-10-30  Robert Jordan  <robertj@gmx.net>
12901         * icall-def.h, icall.c:
12902         Add ves_icall_Remoting_RemotingServices_GetVirtualMethod ().
12904         Code is contributed under MIT/X11 license.
12906 2007-10-29  Zoltan Varga  <vargaz@gmail.com>
12908         * class.c (mono_class_setup_vtable): Find the inflated methods in the
12909         inflated class instead of inflating them again.
12910         
12911         * class.c (mono_class_setup_vtable): Inflate the override methods in the 
12912         dynamic case.
12914         * class.c (mono_generic_class_get_class): Set klass->property.count as well.
12915         Call setup_supertypes () after klass->parent is set.
12916         (mono_class_setup_properties): Enable this to work on dynamic generic classes.
12918         * reflection.c (mono_type_get_object): Only return a MonoGenericClass object
12919         for inflated instances of not yet created dynamic generic classes.
12920         (ctorbuilder_to_mono_method): Handle the case when this is called multiple
12921         times from inflated_method.
12922         (methodbuilder_to_mono_method): Ditto.
12924 Mon Oct 29 21:02:53 CET 2007 Paolo Molaro <lupus@ximian.com>
12926         * gc.c: code cleanup and removed old untested option of not creating the
12927         finalizer thread.
12929 2007-10-29  Zoltan Varga  <vargaz@gmail.com>
12931         * icall.c (ves_icall_System_Delegate_CreateDelegate_internal): Avoid
12932         creating a jump trampoline for dynamic methods.
12934 2007-10-29 Rodrigo Kumpera <rkumpera@novell.com>
12936         * reflection.c (mono_image_create_token): Correctly encode methods and constructors of
12937         generic TypeBuilders when called from another method of the same type (bug #335131).
12940 2007-10-27  Zoltan Varga  <vargaz@gmail.com>
12942         * reflection.c (methodbuilder_to_mono_method): Revert the last change as it
12943         doesn't seem to work perfectly.
12944         
12945         * reflection.c (ctorbuilder_to_mono_method): Handle the case when this is
12946         called multiple times.
12947         (methodbuilder_to_mono_method): Ditto.
12948         (resolve_object): Inflate FieldBuilder's.
12950 Fri Oct 26 19:38:40 CEST 2007 Paolo Molaro <lupus@ximian.com>
12952         * string-icalls.c, string-icalls.h, appdomain.c: patch from
12953         Tyler Larson <mono-devel@tlarson.com> to fix the handling of
12954         RemoveEmptyEntries in the string.Split implementation (bug #322375).
12956 2007-10-26  Dick Porter  <dick@ximian.com>
12958         * appdomain.c (MONO_CORLIB_VERSION): Bump version because of
12959         Thread initialisation changes
12961 2007-10-26 Rodrigo Kumpera <rkumpera@novell.com>
12963         * verify.c: fix compatibility check between arrays and System.Array
12965 2007-10-26  Zoltan Varga  <vargaz@gmail.com>
12967         * reflection.c (mono_reflection_get_custom_attrs_info): Handle MonoGenericClass
12968         too. Fixes #336999.
12970 2007-10-25  Zoltan Varga  <vargaz@gmail.com>
12972         * object.c (mono_value_box): Use typed allocation here.
12974 2007-10-23  Zoltan Varga  <vargaz@gmail.com>
12976         * icall.c (ves_icall_System_Delegate_CreateDelegate_internal): Create a jump
12977         trampoline instead of compiling the method right away.
12979         * class-internals.h object.c: Add a JIT callback to create a jump trampoline.
12981 2007-10-21  Zoltan Varga  <vargaz@gmail.com>
12983         * class.c (mono_generic_class_get_class): Avoid setting klass->size_inited and
12984         related fields for dynamic classes. Fixes #334493.
12986 2007-10-20  Zoltan Varga  <vargaz@gmail.com>
12988         * class.c (mono_generic_class_get_class): Set klass->field.count as well.
12989         
12990         * class.c (mono_class_layout_fields): Use 1 instead of TRUE for consistency.
12992         * class.c (mono_class_layout_fields): Set size_inited for generic classes as well.
12993         (mono_class_setup_vtable): Obtain overrides for dynamic generic classes correctly.
12995         * class.c (mono_class_setup_methods): Handle dynamic inflated classes correctly.
12997         * reflection.c (create_generic_typespec): Initialize klass->generic_container
12998         if needed.
12999         (reflection_methodbuilder_to_mono_method): Set container->is_method to TRUE.
13001 2007-10-18  Jonathan Chambers <joncham@gmail.com>
13003         * marshal.c: Use correct key when removing item
13004         from ccw_hash.
13005         
13006         Code is contributed under MIT/X11 license.
13008 2007-10-17  William Holmes  <billholmes54@gmail.com>
13010         *marshal.c: Adding a case to marshal booleans to U1
13012         Code is contributed under MIT/X11 license.
13014 2007-10-18  Zoltan Varga  <vargaz@gmail.com>
13016         * class.c (mono_class_from_name): Search the modules compromising dynamic
13017         assemblies. Fixes #331601.
13019 2007-10-16  Zoltan Varga  <vargaz@gmail.com>
13021         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): Throw an
13022         exception if the type name contains an assembly component. Fixes #334203.
13024         * reflection.c (mono_reflection_get_type_with_rootimage): Search all the
13025         modules inside dynamic assemblies. Fixes #334200.
13026         
13027         * reflection.c: Set image->public_key and image->public_key_length;
13029         * metadata-internals.h (MonoDynamicImage): Add public_key and public_key_len
13030         fields.
13032         * image.c (mono_image_get_public_key): Handle dynamic assemblies. Fixes #334173.        
13033         
13034 2007-10-16  Mark Probst  <mark.probst@gmail.com>
13036         * metadata.c: Implemented correct comparing of generic classes.
13037         An inflated generic class can be equal to a non-inflated one if it
13038         is inflated with generic type variables as type arguments.  Fixes
13039         bug #333798.
13041 2007-10-15  Dick Porter  <dick@ximian.com>
13043         * monitor.c (mono_monitor_try_enter_internal): Set thread state to
13044         WaitSleepJoin while it is waiting to acquire a lock.  Fixes bug
13045         81646.
13047         * threads.c: Turn the thread synch_lock into a CRITICAL_SECTION,
13048         instead of a monitor lock.  This means that monitor_try_enter and
13049         co can set the thread state safely.
13050         (ves_icall_System_Threading_Thread_Interrupt_internal): Always set
13051         thread_interrupt_requested, so interrupt actually works.
13053         * socket-io.c (ves_icall_System_Net_Sockets_Socket_Poll_internal,
13054         ves_icall_System_Net_Sockets_Socket_Select_internal): Use thread
13055         state accessor function
13057 2007-10-15  Martin Baulig  <martin@ximian.com>
13059         * mono-debug.h
13060         (MONO_DEBUGGER_VERSION): Bump to 63 to make it impossible to use
13061         the debugger with the current runtime.
13063 Mon Oct 15 10:20:56 CEST 2007 Paolo Molaro <lupus@ximian.com>
13065         * object.c, object-internals.h: added the ability to set a single
13066         trampoline for all the slots in a vtable.
13068 Fri Oct 12 17:50:11 CEST 2007 Paolo Molaro <lupus@ximian.com>
13070         * marshal.c: deal with a possible race condition during multicast
13071         delegate invocation.
13073 Fri Oct 12 13:31:11 CEST 2007 Paolo Molaro <lupus@ximian.com>
13075         * class.c: ensure value type methods don't have the synchronized
13076         flag set.
13078 Fri Oct 12 08:10:59 CEST 2007 Paolo Molaro <lupus@ximian.com>
13080         * string-icalls.c, string-icalls.h: reverted unapproved patch that
13081         breaks the build.
13083 2007-10-11  Joel Reed  <joelwreed@comcast.com>
13085         * string-icalls.c, string-icalls.h: modify System_String_InternalSplit
13086         to take an options parameter so that empty entries can be removed during
13087         the split procedure. Patch from: Tyler Larson <mono-devel@tlarson.com>
13089 Thu Oct 11 20:16:58 CEST 2007 Paolo Molaro <lupus@ximian.com>
13091         * marshal.c: make sure we don't store the signature from a dynamic
13092         method into the runtime invoke cache (bug #327189).
13094 Thu Oct 11 18:22:31 CEST 2007 Paolo Molaro <lupus@ximian.com>
13096         * marshal.c: make sure the wrapper methods are properly initialized.
13098 2007-10-11  Mark Probst  <mark.probst@gmail.com>
13100         * metadata.c, metadata-internals.h: Generalized
13101         mono_type_stack_size() to mono_type_stack_size_internal() which
13102         takes an additional argument specifying whether it allows open
13103         types.
13105 2007-10-10  Rodrigo Kumpera  <rkumpera@novell.com>
13107         * verify.c (do_invoke_method): handle typedbyref params
13108         correctly and check for unverifiable return values.
13110         * verify.c (do_newobj): fix a warning.
13112 2007-10-09  Rodrigo Kumpera  <rkumpera@novell.com>
13114         * verify.c: don't tread typedbyref as allways unverifable,
13115         so uses, like (ld/st)loc.0 are valid. verify for the cases
13116         that it matters, like boxing related operations.
13118 2007-10-09  Rodrigo Kumpera  <rkumpera@novell.com>
13120         * verify.c: add verification of the newobj opcode. verification
13121         of delegate instantation still missing due ldftn and virldftn not
13122         pushing the function type on stack
13124 2007-10-08  Mark Probst  <mark.probst@gmail.com>
13126         * class-internals.h: Runtime generic context data structure
13127         definition.
13129         * object.c: Initialization of runtime generic context at runtime
13130         vtable creation time.
13132 2007-10-08  Massimiliano Mantione  <massi@ximian.com>
13133         * class.c (mono_class_create_from_typedef,
13134         mono_class_from_generic_parameter, mono_ptr_class_get,
13135         mono_fnptr_class_get, mono_bounded_array_class_get)
13136         * domain.c (mono_domain_create, mono_domain_free)
13137         * assembly.c (mono_assembly_load_from_full, mono_assembly_close)
13138         * image.c (do_mono_image_load, mono_image_close):
13139         Hooked up load-unload profiler events.
13141 Mon Oct 8 11:38:04 CEST 2007 Paolo Molaro <lupus@ximian.com>
13143         * domain.c: track statistics about the actual amount of native code
13144         allocated.
13146 Sat Oct 6 10:01:42 CEST 2007 Paolo Molaro <lupus@ximian.com>
13148         * class.c: the valuetype enumerators don't have the additional
13149         supertypes interfaces.
13151 Fri Oct 5 20:33:31 CEST 2007 Paolo Molaro <lupus@ximian.com>
13153         * class.c: need more interfaces setup for the IEnumerator<T>
13154         object created for arrays (tests/ienumerator-interfaces.2.cs).
13156 2007-10-05  Zoltan Varga  <vargaz@gmail.com>
13158         * class.c (mono_ldtoken): Handle methodspec tokens as well. Fixes #331097.
13160 2007-10-05  Alp Toker  <alp@atoker.com>
13162         * icall.c (ves_icall_MonoType_GetElementType): For enums, return null
13163         rather than the underlying type. Based on a patch by Ben Maurer. Fixes
13164         #315863.
13166 2007-10-04  Rodrigo Kumpera  <rkumpera@novell.com>
13168         * verify.c (verify_type_compatibility_full): verification of
13169         compatibility improved, validates correctly non-strict checks between
13170         native int and I4 types different than (unsigned)int32.
13172         * verify.c (do_store_indirect): added, do all verification of
13173         ldind.X opcodes. 
13175         * verify.c (get_load_indirect_mono_type): renamed to
13176         get_indirect_op_mono_type, as it now returns the MonoType for 
13177         ldind.X and stind.X opcodes.
13179 2007-10-04  Rodrigo Kumpera  <rkumpera@novell.com>
13181         * reflection.c: Fix the encoding of generic type definition for
13182         TypeBuilders.
13184         * reflection.c (mono_image_typedef_or_ref_full: do the same thing as
13185         mono_image_typedef_or_ref but allows to specify if typespec lookups should
13186         be made. Typespec check is done prior to typeref cache lookup.
13188         * reflection.c (mono_image_typedef_or_ref): now just delegate to
13189         mono_image_typedef_or_ref_full.
13191         * reflection.c (encode_generic_class): encode the generic class
13192         directly instead of calling encode_type.
13194         * reflection.c (encode_type): encode the generic type definition
13195         MonoClass as a generic instantiation.
13197         * reflection.c (create_typespec): cache typespec tokens in
13198         the assembly->typespec cache. Don't create typespec for a generic
13199         instance MonoClass. Create typespec for the generic type defintion.
13201         * reflection.c (create_generic_typespec): encode the generic
13202         class directly instead of calling encode_type.
13204         * reflection.c (mono_image_create_token): encode the generic
13205         type definition not using a typespec for MonoType instances.
13208 2007-10-04  Raja R Harinath  <rharinath@novell.com>
13210         Fix #328812
13211         * class.c (mono_image_init_name_cache): Don't return nested
13212         'protected internal' classes.
13213         (mono_class_from_name_case): Likewise.
13215 2007-10-04  Atsushi Enomoto  <atsushi@ximian.com>
13217         * icall-def.h, icall.c : get_bundled_machine_config() is now the
13218           common function used by both DefaultConfig in System.dll and
13219           InternalConfigurationHost in System.Configuration.dll.
13221 Wed Oct 3 17:26:58 CEST 2007 Paolo Molaro <lupus@ximian.com>
13223         * class.c: automatically add to vectors only a few essential explicit
13224         generic interfaces. The rest of the interfaces that arrays should
13225         provide are currently implicitly added (but still not lazily, see the
13226         design in the discussion of bug#325495 for the details of what is
13227         needed for that). Additionally, implicit interfaces are assigned the
13228         same vtable slot as the explicit interfaces (as they are compatible):
13229         this enables huge memory savings since we don't need to instantiate
13230         as many memthods and as large vtables anymore. Also, Since
13231         GetEnumerator<T> returns an instance of a type that is required to
13232         support a similarly large set of interfaces as arrays, we add
13233         implicit interfaces and interface offset sharing support to those
13234         types, too. This change adds all the required interfaces so that
13235         the anonarray.cs test case in the bug report works (we don't add
13236         all the interfaces to arrays of arrays 3-level deep and more because
13237         of the memory requirements explained in the bug and since they are much
13238         less common: the lazy-loading support will enabled them to work, too).
13240 2007-10-02  Rodrigo Kumpera  <rkumpera@novell.com>
13242         * verify.c (merge_stacks): major clean up, all type compatibility
13243         checks are done by verify_type_compatibility. This fix my earlier lack
13244         of understanding of the CLR type system and merge_stacks no longer looks
13245         scary.
13247         * verify.c: fixed some bad spelling.
13249 2007-10-02  Rodrigo Kumpera  <rkumpera@novell.com>
13251         * verify.c (mono_type_from_stack_slot): added. returns the MonoType for
13252         a given stack slock.
13253         
13254         * verify.c: killed verify_type_compat in favor of verify_type_compatibility and
13255         verify_type_compatibility_full. This removed a near indentical function and fixed
13256         handling of Int32 and IntPtr across all opcodes.
13258 Tue Oct 2 15:24:38 CEST 2007 Paolo Molaro <lupus@ximian.com>
13260         * class.c: only vectors have the additional generic interfaces.
13262 2007-10-01  Jonathan Chambers <joncham@gmail.com>
13264         * mono-config.c: Use g_strcasecmp instead of
13265         strcasecmp like everywhere else to fix
13266         compilation with MSVC.
13267         
13268         Code is contributed under MIT/X11 license.
13270 Mon Oct 1 14:39:11 CEST 2007 Paolo Molaro <lupus@ximian.com>
13272         * object.c, object-internals.h: refactored the IMT code to enable
13273         building a single slot at a time and lazily creating the IMT trampolines
13274         and thunks.
13276 2007-09-29  Zoltan Varga  <vargaz@gmail.com>
13278         * loader.c (inflate_generic_signature): Allocate inflated signatures from the heap.
13280         * metadata.c (mono_metadata_free_inflated_signature): Free the signature itself too.
13281         Fixes #328501.
13282         
13283 2007-09-29  Raja R Harinath  <harinath@gmail.com>
13285         * loader.c (method_from_methodspec): Rearrange to avoid
13286         un-necessary exposition.  Don't assert out if the method's
13287         declaring type is a generic type definition.
13289 2007-09-28  Martin Baulig  <martin@ximian.com>
13291         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 61.
13293 Fri Sep 28 20:15:47 CEST 2007 Paolo Molaro <lupus@ximian.com>
13295         * class-internals.h: optimize field layout of MonoClass to
13296         requires less cachelines at runtime and save a few bytes on 64 bit
13297         systems.
13299 2007-09-28  Jb Evain  <jbevain@novell.com>
13301         * reflection.c: when encoding type names in custom attributes,
13302         if the type is a closed generic type, its generic arguments
13303         have to be serialized as AssemblyQualifiedName, so that when
13304         they are deserialized, it's possible to re-create them properly.
13305         Fixes #329450.
13308 Fri Sep 28 19:19:49 CEST 2007 Paolo Molaro <lupus@ximian.com>
13310         * object.c, class-internals.h: added delegate-creation counter.
13312 Fri Sep 28 18:07:53 CEST 2007 Paolo Molaro <lupus@ximian.com>
13314         * class.c: cleanup of the code that synthetizes interfaces for
13315         arrays in 2.0: saves quit a bit of corlib mempool memory.
13316         Code to fix bug #325495 ifdeffed out for now until the issues
13317         with memory usage and O(n^2) behaviour are fixed.
13319 Fri Sep 28 17:19:40 CEST 2007 Paolo Molaro <lupus@ximian.com>
13321         * marshal.c: when possible, do not duplicate the name of the methods
13322         in the method builder and in the generated MonoMethod.
13324 2007-09-27  Rodrigo Kumpera  <rkumpera@novell.com>
13325         * verify.c: added support for type checking ldind_* opcodes.
13327 2007-09-27  Rodrigo Kumpera  <rkumpera@novell.com>
13329         * class-internals.h (struct _MonoGenericClass): new field is_tb_open
13330         which is used to distinguish the fully open instantiation of a TypeBuilder
13331         with the rest. This temporary hack is required to restore the property that
13332         the fully open instantiation is the same type of the generic type definition.
13334         * class-internals.h (mono_generic_class_is_generic_type_definition):
13335         new function as part of the internal API.
13337         * class.c (inflate_generic_type): return NULL when the generic inst is
13338         fully open. The fully open generic type is now the same as the generic type
13339         definition for non TypeBuilder types.
13341         * class.c (mono_generic_class_get_class): removed assert since it is
13342         no longer valid, gklass->cached_class can point to the generic type definition.
13344         * class.c (mono_generic_class_is_generic_type_definition): new.
13346         * metadata.c (mono_generic_class_hash): added is_tb_open field
13347         to the hash calculation.
13349         * metadata.c (free_generic_class): if the generic class is associated
13350         with the generic type definition, its field will come from the mempool and
13351         must not be freed.
13353         * metadata.c (mono_metadata_is_type_builder_generic_type_definition):
13354         new, this function identifies the corner case of a TypeBuilder fully open
13355         instantiation.
13357         * metadata.c (mono_metadata_lookup_generic_class): use is_tb_open
13358         for lookup. Set gclass->cached_class to be the container class in case of
13359         the fully open instantiation of non TypeBuilder types.
13361         * metadata.c (_mono_metadata_generic_class_equal): use is_tb_open
13362         to compare generic classes.
13364         * reflection.c (method_encode_methodspec): remove assert that
13365         no longer is valid.
13367         * reflection.c (mono_reflection_generic_class_initialize): add
13368         an aditional assert to ensure the proper type is used.
13370 2007-09-26  Rodrigo Kumpera  <rkumpera@novell.com>
13372         * verify.c: disabled all debug spew by default, define MONO_VERIFIER_DEBUG
13373         to enjoy it.
13375 2007-09-25  Rodrigo Kumpera  <rkumpera@novell.com>
13377         * verify.c (push_arg): Fixed support for ldarga
13378         * verify.c (set_stack_value): Removed superfluous parameter, fixed the
13379         MonoType used as first arg in case of instance calls.
13381 2007-09-25  Rodrigo Kumpera  <rkumpera@novell.com>
13383         * verify.c: Support for verifying VAR and MVAR types, 
13385 2007-09-25  Zoltan Varga  <vargaz@gmail.com>
13387         * icall.c (ves_icall_get_property_info): Set the reflected type of the
13388         accessors correctly.
13390 Tue Sep 25 14:56:03 CEST 2007 Paolo Molaro <lupus@ximian.com>
13392         * threads.c: support OSX and other systems in
13393         mono_thread_get_stack_bounds (bug #328026).
13395 2007-09-25  Martin Baulig  <martin@ximian.com>
13397         * mono-debug.h
13398         (MonoDebugVarInfo): Replace `MonoClass *klass' with `MonoType *type'.
13400 2007-09-24  Martin Baulig  <martin@ximian.com>
13402         * mono-debug.h
13403         (MonoDebugClassEntry): Moved the definition of this struct into
13404         mono-debug.c to make it private.
13406         * mono-debug.c
13407         (MonoDebugClassEntry): Removed `symfile_id'; since we now use one
13408         type table per symbol file, we don't need to store the symfile id
13409         any longer.
13411 2007-09-24  Martin Baulig  <martin@ximian.com>
13413         Create one type table per symbol file, since a `MonoClass *' gets
13414         invalid when its image is unloaded.
13416         * mono-debug.h (MonoSymbolTable): Removed `type_table'.
13417         (MonoDebugHandle): Added `type_table'.
13419 Mon Sep 24 17:25:43 CEST 2007 Paolo Molaro <lupus@ximian.com>
13421         * mempool.c, mempool.h: added mono_mempool_new_size () API
13422         to be able to specify a smaller initial size for the pool.
13423         Adjusted the code to slowly increase pool size before using
13424         the previous default size.
13425         * image.c: use a small initial size for image mempools.
13427 2007-09-23  Zoltan Varga  <vargaz@gmail.com>
13429         * marshal.c (emit_marshal_array): Generate valid IL for byref array case.
13430         Fixes ##320990.
13432         * icall.c (ves_icall_System_Reflection_Assembly_get_ManifestModuleInternal): 
13433         Rename this to ves_icall_System_Reflection_Assembly_GetManifestModuleInternal.
13435 2007-09-22  Zoltan Varga  <vargaz@gmail.com>
13437         * metadata.c (mono_type_create_from_typespec): Remove an invalid
13438         free. Fixes #327438.
13440 2007-09-21  Raja R Harinath  <harinath@gmail.com>
13442         * metadata.c (type_in_image) <MONO_TYPE_SZARRAY>: Handle arrays of
13443         generic instantiations, etc.
13444         <MONO_TYPE_ARRAY>: Likewise.
13446 2007-09-21  Martin Baulig  <martin@ximian.com>
13448         * mono-debug.h (MonoSymbolFilePriv, MonoDebugHandlePriv): Removed;
13449         these structs were never defined.
13450         (MonoDebugHandle): Removed the `_priv' field, it was never used.
13452 2007-09-21  Martin Baulig  <martin@ximian.com>
13454         * mono-debug.h (MonoDebugVarInfo): Add `MonoClass *klass'.
13456 Fri Sep 21 14:39:45 CEST 2007 Paolo Molaro <lupus@ximian.com>
13458         * image.c: removed the guid hash tables: we can get the same info
13459         without the additional memory usage hit (partially fixes also bug #327052).
13461 2007-09-10  Massimiliano Mantione  <massi@ximian.com>
13463         * profiler.h, profiler-private.h, profiler.c: add a new profiler
13464         event to handle unloading methods. After the event is called, the
13465         corresponding MonoMethod* must be considered invalid.
13466         * loader.c (mono_free_method): call the new mono_profiler_method_free
13467         event.
13469 2007-09-20  Mark Probst  <mark.probst@gmail.com>
13471         * domain-internals.h: New flag in MonoJitInfo which marks shared
13472         generic methods.  New hash table (shared_generics_hash) in
13473         MonoDomain to keep track of shared generic methods.  Prototypes
13474         for functions to register and lookup shared generic methods.
13476         * domain.c: Support for registering and looking up shared generic
13477         methods via a hash table (shared_generics_hash) in MonoDomain.
13479         * class-internals.h: New exception to signal failure of shared
13480         compilation of a generic method.  New counters for generics
13481         sharing in MonoStats.
13483 Thu Sep 20 16:59:36 CEST 2007 Paolo Molaro <lupus@ximian.com>
13485         * image.c, metadata-internals.h: don't keep a file descriptor open
13486         for loaded assemblies (bug#325988).
13488 2007-09-19  Raja R Harinath  <rharinath@novell.com>
13490         * metadata.c (signature_in_image): New.  Carve out of type_in_image.
13491         (ginst_in_image, gclass_in_image): Simplify.  Change signature to
13492         use the corresponding datatypes.
13493         (type_in_image): Update to changes.
13494         (CleanForImageUserData): Simplify.
13495         (steal_gclass_in_image): Carved out of old 'gclass_in_image'.
13496         Avoid quadratic behaviour in handling the "stolen" list by
13497         separating the filter predicate out, and by prepending the stolen
13498         items rather than appending them.
13499         (steal_ginst_in_image): Likewise.
13500         (mono_metadata_clean_for_image): Update to changes.
13502 2007-09-19  Martin Baulig  <martin@ximian.com>
13504         * domain.c (mono_cleanup): Call mono_debug_cleanup() here.
13506 2007-09-19  Martin Baulig  <martin@ximian.com>
13508         * mono-debug.c (mono_debug_cleanup): Don't call
13509         mono_debugger_cleanup(); this is now called earlier from mini_cleanup().
13511 2007-09-19  Raja R Harinath  <harinath@gmail.com>
13513         Fix crash on 'make run-test' in mcs/errors
13514         * metadata.c (type_in_image): New.  Carve out of ginst_in_image.
13515         Avoid more potential allocations in mono_class_from_mono_type.
13516         (ginst_in_image): Update to changes.
13517         (gclass_in_image): Rearrange slightly.
13519 2007-09-18  Zoltan Varga  <vargaz@gmail.com>
13521         * class.c (mono_class_init): Move the code that sets up class->methods to 
13522         mono_class_setup_methods () for inflated generic classes too. Ditto for properties.
13524         * metadata.c (mono_metadata_get_inflated_signature): New function to return a
13525         canonical instance of an inflated generic signature.
13526         (mono_type_create_from_typespec): Remove an invalid free.
13528         * loader.c (mono_method_get_signature_full): Use mono_metadata_get_inflated_signature.  
13530 2007-09-18  Marek Habersack  <mhabersack@novell.com>
13532         * domain-internals.h: added a declaration of the
13533         mono_assembly_load_full_nosearch internal function.
13535         * assembly.c (mono_assembly_load_with_partial_name): use
13536         mono_try_assembly_resolve return value properly.
13537         (mono_assembly_load_full_nosearch): copied the function body from
13538         mono_assembly_load_full, without the code to invoke assembly
13539         search hooks.
13540         (mono_assembly_load_full): calls the above new function and if the
13541         assembly is not resolved, invokes the search hooks.
13543         * appdomain.c (mono_runtime_init): restore the global postload
13544         assembly search handlers.
13546 2007-09-18  Zoltan Varga  <vargaz@gmail.com>
13548         * class.c (mono_class_init): Make sure class->methods and class->properties
13549         are never NULL in the generics case.
13551         * metadata.c (free_generic_class): Enable this again, skip the dynamic case.
13553 2007-09-17  Zoltan Varga  <vargaz@gmail.com>
13555         * metadata.c (free_generic_class): Disable some code to fix the build.
13557         * domain.c (mono_cleanup): Fix a crash introduced by a previous patch.
13559         * marshal.c (mono_marshal_get_xappdomain_dispatch): Allocate a piece of data
13560         from the image mempool.
13562         * metadata.c (free_generic_class): Free more data from the inflated class.
13564         * class.c (mono_class_from_generic_parameter): Allocate memory from the mempool.
13566         * metadata.c (mono_metadata_parse_generic_param): Allocate memory from the image
13567         mempool.
13568         (mono_type_create_from_typespec): Ditto.
13570         * domain.c (get_runtimes_from_exe): Add an out parameter to return the opened
13571         MonoImage to the caller.
13572         (mono_init_internal): Save the opened image in a global variable.
13573         (mono_cleanup): Close the image opened in get_runtimes_from_exe.
13575         * reflection.c (resolve_object): Fix a leak.
13577         * metadata.c: Fix the freeing of data in the generics caches.
13578         
13579         * metadata.c (free_generic_inst): Comment this out to fix the build.
13580         (free_generic_class): Ditto.
13582         * metadata.c: Free cached generic methods, instantinations and classes when
13583         they are removed from the caches.
13584         (mono_metadata_free_type): Free the type itself.
13586         * class.c: Free the result of mono_class_inflate_generic_type () in a few
13587         places.
13589 Mon Sep 17 16:14:07 CEST 2007 Paolo Molaro <lupus@ximian.com>
13591         * boehm-gc.c: restrict managed allocs to __thread supporting
13592         architectures.
13594 2007-09-16  Zoltan Varga  <vargaz@gmail.com>
13596         * class.c (mono_class_inflate_generic_type): Add a comment describing memory ownership.
13597         (mono_generic_class_get_class): Fix a leak.
13599         * metadata.c (do_mono_metadata_parse_type): Remove an unneccesary call to
13600         mono_metadata_free_type ().
13601         (mono_metadata_inflate_generic_inst): Fix a leak.
13603 2007-09-14  Zoltan Varga  <vargaz@gmail.com>
13605         * mono-debug.c (free_header_data): Fix a leak missed earlier.
13607         * metadata.c (mono_metadata_parse_array_full): Allocate memory from the image
13608         mempool.
13610         * mono-debug.c (mono_debug_close_image): Fix call to 
13611         g_hash_table_remove ().
13613 Fri Sep 14 19:36:37 CEST 2007 Paolo Molaro <lupus@ximian.com>
13615         * icall-def.h: redirect all the string ctor to the managed
13616         CreateString () methods.
13617         * string-icalls.c, string-icalls.h: removed dead code for string
13618         ctors and icalls.
13620 2007-09-14  Zoltan Varga  <vargaz@gmail.com>
13622         * mono-debug.c: Fix memory leaks.
13624 2007-09-14  Jonathan Chambers <joncham@gmail.com>
13626         * threads-types.h: Implement mono_hazard_pointer_set and 
13627         mono_hazard_pointer_clear macros using do/while(0) to fix
13628         compilation with MSVC.
13629         
13630         Code is contributed under MIT/X11 license.
13632 2007-09-14  Zoltan Varga  <vargaz@gmail.com>
13634         * gc.c (ves_icall_System_GCHandle_GetAddrOfPinnedObject): Use a return value of
13635         -2 to communicate to managed code that the handle is not pinned. Fixes #82848.
13637 Fri Sep 14 14:04:31 CEST 2007 Paolo Molaro <lupus@ximian.com>
13639         * icall-def.h, string-icalls.c: get rid of old, no longer used, string
13640         icalls.
13642 Fri Sep 14 11:41:31 CEST 2007 Paolo Molaro <lupus@ximian.com>
13644         * boehm-gc.c, gc-internal.h, object.c: allow strings to be
13645         managed-code allocated as well.
13647 2007-09-13  Zoltan Varga  <vargaz@gmail.com>
13649         * class.c (mono_class_is_assignable_from): Add support for generic variance.
13651 Thu Sep 13 11:55:55 CEST 2007 Paolo Molaro <lupus@ximian.com>
13653         * boehm-gc.c: fixed the build after the AOT changes.
13655 2007-09-13  Zoltan Varga  <vargaz@gmail.com>
13657         * wrapper-types.h: Add an ALLOC wrapper type.
13659         * gc-internals.h boehm-gc.c null-gc.c sgen-gc.c: Add functions needed by AOT to
13660         reference managed allocator methods.
13662 2007-09-12  Marek Safar  <marek.safar@gmail.com>
13664         * icall.c (ves_icall_MonoType_GetGenericArguments): Create an instance
13665         of Type array and not MonoType, a fix suggested by Hari.
13666         
13667 2007-09-12  Jonathan Chambers <joncham@gmail.com>
13669         * domain-internals.h, domain.c : Remove delegate_invoke_impl_with_target_hash
13670         and delegate_invoke_impl_no_target_hash from _MonoDomain struct.
13671         
13672         Code is contributed under MIT/X11 license.
13674 2007-09-10  Massimiliano Mantione  <massi@ximian.com>
13676         * domain.c, object.c, mono-config.c, object-internals.h: Fixed  #82416.
13678 2007-09-12  Marek Habersack  <mhabersack@novell.com>
13680         * image.c (do_mono_image_open): if assembly file fails to open and
13681         MONO_IOMAP is in effect, try to find the path in a
13682         case-insensitive way.
13684         * appdomain.c (mono_runtime_init): do not install postload hooks -
13685         tests show that MS.NET doesn't use anything of that sort to
13686         trigger the AppDomain.AssemblyResolve event.
13687         (mono_try_assembly_resolve): renamed from try_assembly_resolve and
13688         made non-static.
13689         (mono_runtime_init): init portability helpers here.
13691         * assembly.c (mono_assembly_load_with_partial_name): if other   
13692         attempts fail, trigger the AppDomain.AssemblyResolve event handler
13693         to resolve the assembly.
13695         * domain-internals.h: added mono_try_assembly_resolve and marked
13696         it as internal.
13698 2007-09-11  Jb Evain  <jbevain@novell.com>
13700         * object-internals.h (MonoReflectionDynamicMethod): add
13701         a `MonoReflectionType *owner` field. The owner is used
13702         * reflection.c:
13703         (mono_reflection_create_dynamic_method): use the owner of the dynamic
13704         method as the class declaring the dynamic method.
13705         (reflection_methodbuilder_from_dynamic_method): copy the owner of the
13706         dynamic method to the declaring type of the methodbuilder.
13708 2007-09-11  Mark Probst  <mark.probst@gmail.com>
13710         * icall.c (ves_icall_InternalInvoke): Enforce CoreCLR security
13711         rules for calling methods via reflection.
13713 2007-09-11  Zoltan Varga  <vargaz@gmail.com>
13715         * reflection.c (resolve_object): Add support for MonoGenericClass. 
13716         Inflate MonoType's.
13718 Tue Sep 11 16:08:08 CEST 2007 Paolo Molaro <lupus@ximian.com>
13720         * gc-internal.h, boehm-gc.c, null-gc.c, sgen-gc.c: allow the GC to
13721         provide a managed method that does fast allocations without needing
13722         a managed->unmanaged transition. Boehm GC implementation currently
13723         enabled for ptrfree objects on sane architectures.
13725 Tue Sep 11 16:00:35 CEST 2007 Paolo Molaro <lupus@ximian.com>
13727         * marshal.c, marshal.h: exported a couple of useful functions and
13728         added mono_mb_get_label () to easily handle backward branches.
13730 2007-09-10  Zoltan Varga  <vargaz@gmail.com>
13732         * reflection.c (resolve_object): Inflate generic methods. Fixes #82782.
13734 2007-09-10  Massimiliano Mantione  <massi@ximian.com>
13736         * loader.c (find_method): Fixed the regression introduced while
13737         fixing bug #81466.
13739 2007-09-09  Zoltan Varga  <vargaz@gmail.com>
13741         * class.c (mono_lookup_dynamic_token_class): Pass along the context here as
13742         well.
13743         
13744         * class.c loader.c metadata.c object.c class-internals.h object-internals.h
13745         icall.c reflection.c: Pass a MonoGenericContext argument to 
13746         mono_lookup_dynamic_token ().
13748         * reflection.c (resolve_object): Handle GenericTypeParameterBuilder. Fixes
13749         #82744.
13750         
13751 2007-09-09  Robert Jordan  <robertj@gmx.net>
13753         * object.c (mono_class_proxy_vtable): Don't create remoting trampolines
13754         for generic methods.
13756         * object.c (mono_object_get_virtual_method): Handle generic methods.
13757         Fixes bug #78882.
13759         Code is contributed under MIT/X11 license.
13761 Sat Sep 8 18:16:01 CEST 2007 Paolo Molaro <lupus@ximian.com>
13763         * image.c: fix locking in mono_image_load_file_for_image ().
13765 Thu Sep 6 19:48:00 CEST 2007 Paolo Molaro <lupus@ximian.com>
13767         * reflection.c, icall.c, icall-def.h: the methodinfos name field is
13768         used only as a cache: added an icall to fill it.
13770 2007-09-16  Rodrigo Kumpera  <rkumpera@novell.com>
13772         * reflection.h: exposed mono_reflection_free_type_info
13773         * reflection.c (mono_reflection_get_type_internal): type_args is always freed
13774         since mono_reflection_bind_generic_parameters makes a copy of it.
13775         * reflection.c (free_type_info): subinfos should be freed.
13776         * reflection.c (free_type_info): renamed to mono_reflection_free_type_info and 
13777         made non static.
13778         * icall.c (type_from_name and ves_icall_System_Reflection_Assembly_InternalGetType):
13779         replaced explicit cleanup of MonoTypeNameParse struct with a call to mono_reflection_free_type_info,
13780         this fixes #82695 and #81726.
13781    
13783 2007-09-03  Atsushi Enomoto  <atsushi@ximian.com>
13785         * process.h, process.c:  added support for user profile/info in
13786           ProcessStartInfo. For now only Windows works.
13788 Fri Aug 31 17:30:58 CEST 2007 Paolo Molaro <lupus@ximian.com>
13790         * metadata.c: consider the generic arguments when comparing
13791         signatures (bug #82614).
13793 Thu Aug 30 18:34:38 CEST 2007 Paolo Molaro <lupus@ximian.com>
13795         * cil-coff.h, image.c: updated assembly loader to cope with the
13796         PE32+ 64 bit file format.
13798 Thu Aug 30 16:47:38 CEST 2007 Paolo Molaro <lupus@ximian.com>
13800         * assembly.c, class.c, domain.c, loader.c: remove useless
13801         inclusion of cil-coff.h.
13803 2007-08-29  Jonathan Chambers  <joncham@gmail.com>
13805         * marshal.c (cominterop_get_ccw): Walk up interface hierarchy
13806         if interface is marked with CoClassAttribute. 
13807    
13808         Code is contributed under MIT/X11 license.
13810 Wed Aug 29 19:27:07 CEST 2007 Paolo Molaro <lupus@ximian.com>
13812         * sgen-gc.c: ensure no object from the to space is copied again or finalized
13813         if it's seen twice in major collections.
13815 Wed Aug 29 18:46:49 CEST 2007 Paolo Molaro <lupus@ximian.com>
13817         * sgen-gc.c: big objects are not copied to the gray area, but they
13818         need to be considered for scanning, too, if they are brought alive
13819         by an object ready for finalizations or a survived one.
13821 Wed Aug 29 18:43:11 CEST 2007 Paolo Molaro <lupus@ximian.com>
13823         * sgen-gc.c: properly account the number of disappearing links when
13824         they are nullified.
13826 Wed Aug 29 18:37:37 CEST 2007 Paolo Molaro <lupus@ximian.com>
13828         * sgen-gc.c: share the code to scan the registered roots between the
13829         different types of collections.
13831 2007-08-28  Zoltan Varga  <vargaz@gmail.com>
13833         * icall.c (ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_RunModuleConstructor): New icall.
13835 2007-08-28  Zoltan Varga  <vargaz@gmail.com>
13837         * object.c (mono_class_proxy_vtable): Use max_interface_id instead of
13838         class->max_interface_id in a one place. Fixes transparentproxy.exe test on ia64.
13840 2007-08-28  Mark Probst  <mark.probst@gmail.com>
13842         * security-manager.c (mono_security_manager_get_methods):
13843         LinkDemandSecurityException now has 2 arguments instead of 3.
13845 2007-08-27  Zoltan Varga  <vargaz@gmail.com>
13847         * class.c (mono_class_layout_fields): Only do the struct alignment hack on
13848         platforms which need it.
13850 Mon Aug 27 18:29:12 CEST 2007 Paolo Molaro <lupus@ximian.com>
13852         * sgen-gc.c: unregister thread data structures with a pthread_key_t
13853         dtor.
13855 Mon Aug 27 18:27:35 CEST 2007 Paolo Molaro <lupus@ximian.com>
13857         * threads.c: free the thread static data on thread exit.
13859 Mon Aug 27 10:55:54 CEST 2007 Paolo Molaro <lupus@ximian.com>
13861         * class.c: walk the hierarchy to find the generic definition for
13862         a class (fixes runtime part of bug #82498).
13864 2007-08-24  Zoltan Varga  <vargaz@gmail.com>
13866         * assembly.c (mono_assembly_close): Move the closing of the referenced assemblies to
13867         ...
13869         * image.c (mono_image_close): Here. Hopefully fixes #82510.
13871 2007-08-24  Mark Probst  <mark.probst@gmail.com>
13873         * monodiet.c (handle_cattrs): Fixed a custom attr leak.
13875 2007-08-24  Robert Jordan  <robertj@gmx.net>
13877         * appdomain.c: don't perform the ':'->';' substitution on Win32.
13879 2007-08-24  Jb Evain  <jbevain@novell.com>
13881         * class.c (mono_type_get_name_recurse): fix AssemblyQualifiedName
13882         for byref types.
13884 2007-08-24  Mark Probst  <mark.probst@gmail.com>
13886         * threads.c: Make sure a thread gets cleaned up only once.  Fixes
13887         #82286.
13889 2007-08-24  Zoltan Varga  <vargaz@gmail.com>
13891         * assembly.c: Fix a warning.
13892         
13893 2007-08-23  Marek Habersack  <mhabersack@novell.com>
13895         * appdomain.c: parse the <runtime> section looking for the probing
13896         element with the 'privatePath' attribute, which sets additional
13897         directories in which the runtime should look for assemblies.
13899 2007-08-23  Robert Jordan  <robertj@gmx.net>
13901         * marshal.c (Marshal_ReAllocHGlobal) : Fix GlobalReAlloc's flags.
13902         Fixes #82499.
13904 2007-08-23  Martin Baulig  <martin@ximian.com>
13906         * mono-debug.[ch]: Rename mono_debug_init_corlib() into
13907         _mono_debug_init_corlib() and remove it from the header file.
13909 2007-08-23  Martin Baulig  <martin@ximian.com>
13911         * mono-debug-debugger.c
13912         (mono_debugger_unhandled_exception): Ignore `ThreadAbortException';
13913         don't notify the debugger about it.
13915         * mono-debug-debugger.h
13916         (MonoDebuggerEvent): Removed `THREAD_ABORT'.
13918 2007-08-23  Robert Jordan  <robertj@gmx.net>
13920         * icall-def.h, process.*: implemented Get|SetPriorityClass icalls.
13921         Code is contributed under MIT/X11 license.
13923 Wed Aug 22 18:35:12 CEST 2007 Paolo Molaro <lupus@ximian.com>
13925         * sgen-gc.h, sgen-gc.c: abstracted most of the OS-specific code.
13927 2007-08-22  Martin Baulig  <martin@ximian.com>
13929         * mono-debug.c: Store debugging info on a per-domain basis and
13930         free it on domain unload.  Add support for unloading symbol files.
13932         * mono-debug.h
13933         (MonoDebugList): New typedef.
13934         (MonoSymbolTable):
13935         - add `data_tables and `type_table'.
13936         - replace 'symbol_files' and `num_symbol_files' with a
13937           `MonoDebugList *'.
13938         (mono_debug_data_table): Removed.
13939         (mono_debug_list_add): New public function.
13940         (mono_debug_list_remove): New public function.
13941         (mono_debug_init_1): Renamed into mono_debug_init_corlib().
13942         (mono_debug_init_2_memory): Renamed into
13943         mono_debug_open_image_from_memory().
13944         (mono_debug_close_image): New public function.
13945         (mono_debug_domain_create): Likewise.
13946         (mono_debug_domain_unload): Likewise.
13947         (MONO_DEBUGGER_VERSION): Bump to 60.
13949         * mono-debug-debugger.h
13950         (MonoDebuggerEvent):
13951         - remove `RELOAD_SYMTABS' and `METHOD_COMPILED'.
13952         - rename `ADD_MODULE' into `LOAD_MODULE'; add `UNLOAD_MODULE'.
13953         - add `DOMAIN_CREATE' and `DOMAIN_UNLOAD'.
13954         - rename `THREAD_CREATED' and `THREAD_EXITED' into
13955           `GC_THREAD_CREATED' and `GC_THREAD_EXITED'.
13956         - re-add `THREAD_CREATED' and `THREAD_EXITED'; with different
13957           meaning.
13958         (mono_debugger_add_symbol_file): Removed.
13959         (mono_debugger_add_type): Removed.
13960         (mono_debugger_lookup_type): Removed.
13961         (mono_debugger_lookup_assembly): Removed.
13963         * domain.c
13964         (mono_domain_create): Call mono_debug_domain_create().
13965         (mono_init_internal): Call mono_debug_init_corlib().
13967         * assembly.c
13968         (mono_assembly_close): Call mono_debug_close_image().
13970 Wed Aug 22 17:26:02 CEST 2007 Paolo Molaro <lupus@ximian.com>
13972         * sgen-gc.c: use the mono-mmap facilitites instead of hard-coding the
13973         mmap call.
13975 Wed Aug 22 17:17:09 CEST 2007 Paolo Molaro <lupus@ximian.com>
13977         * sgen-gc.c: ensure section->pin_queue_end is initialized
13978         correctly when non pinning objects in the section have been found.
13980 2007-08-22  Marek Habersack  <mhabersack@novell.com>
13982         * appdomain.c (set_domain_search_path): cope with PrivateBinPath
13983         containing a list of directories separated by ':'. MSDN docs say
13984         the directories should be separated with ';'. Part of a bugfix for
13985         bug #81446
13987 2007-08-21  Rodrigo Kumpera  <rkumpera@novell.com>
13989         * class.c (mono_type_retrieve_from_typespec) : fixed the return type
13990         it should MonoType and not MonoClass.
13992 2007-08-21  Atsushi Enomoto  <atsushi@ximian.com>
13994         * culture-info-table.h : regenerated.
13996 2007-08-20  William Holmes  <billholmes54@gmail.com>
13998         *file-io.c: Added ves_icall_System_IO_MonoIO_ReplaceFile
13999          to call ReplaceFile Kernel32 on windows or in io-layer.
14000         *file-io.h: Added deceleration for ves_icall_System_IO_MonoIO_ReplaceFile
14001         *icall-def.h: Register ves_icall_System_IO_MonoIO_ReplaceFile
14002          as an internal call.
14004         Code is contributed under MIT/X11 license.
14006 2007-08-20  Jb Evain  <jbevain@novell.com>
14008         * class-internals: add definitions for MONO_EXCEPTION_METHOD_ACCESS
14009         and MONO_EXCEPTION_FIELD_ACCESS.
14011         * debug-helpers.[c|h]: new mono_field_full_name function.
14013 2007-08-20  Mark Probst  <mark.probst@gmail.com>
14015         * class.c: Removed class_security_level() and moved it to
14016         security-core-clr.c.
14018         * security-core-clr.c, security-core-clr.h: class_security_level()
14019         is now public and renamed to mono_security_core_clr_class_level().
14020         It also looks for security attributes in the classes a class is
14021         nested in.
14023 2007-08-20  Mark Probst  <mark.probst@gmail.com>
14025         * security-core-clr.c, security-core-clr.h: CoreCLR security
14026         utility functions.
14028         * Makefile.am: Added security-core-clr.[ch].
14030         * security-manager.c, security-manager.h: Functions and enum for
14031         setting and getting the security mode.
14033         * class.c: CoreCLR security checks.
14035 Mon Aug 20 12:38:42 CEST 2007 Paolo Molaro <lupus@ximian.com>
14037         * icall-def.h, process.c, process.h: implemented icall to get
14038         user/system processor times.
14040 2007-08-17  Mark Probst  <mark.probst@gmail.com>
14042         * domain.c, threads.c, class-internals.h, domain-internals.h: New
14043         reader-lock-free jit_info_table.
14045 2007-08-17  Zoltan Varga  <vargaz@gmail.com>
14047         * metadata.c (mono_type_to_unmanaged): Handle MONO_NATIVE_CUSTOM.
14049         * marshal.c (mono_marshal_type_size): Ditto. Fixes #82465 and #82466.   
14051         * object-internals.h (MonoException): Add missing _data member.
14053 2007-08-08  Massimiliano Mantione  <massi@ximian.com>
14055         * loader.c (find_method, find_method_in_class): Fixed bug #81466,
14056         checking that only methods with matching qname or fqname are picked
14057         from implemented interfaces.
14059 2007-08-16  Rodrigo Kumpera  <rkumpera@novell.com>
14061         * verify.c (do_newarr):added, do type verification of
14062         newarr ops, push the right value on the eval stack.
14063         * verify.c (mono_method_verify): use do_newarr
14066 2007-08-16  Rodrigo Kumpera  <rkumpera@novell.com>
14068         * verify.c (do_ldobj_value, do_unbox_value and do_box_value):
14069         factored the common code into get_boxable_mono_type, which
14070         is now using mono_type_get_full, this fixed byref related tests.
14072 2007-08-16  Rodrigo Kumpera  <rkumpera@novell.com>
14074         * class.c: added mono_type_get_full, this function has the same
14075         behavior of mono_class_get_full but the returned MonoType has
14076         all metadata of the associated token in case of a typespec token.
14077         * class.c: added mono_type_retrieve_from_typespec, used by 
14078         mono_type_get_full to retrieve the token type.
14079         * class.c (mono_class_create_from_typespec): changed to use
14080         mono_type_retrieve_from_typespec.
14081         * class.c (mono_ldtoken): changed to use mono_type_get_full
14082         for MONO_TOKEN_TYPE_(DEF|REF|SPEC).
14083         * class-internals.h: exported mono_type_get_full for internal use.
14085 2007-08-16  Jb Evain  <jbevain@novell.com>
14087         * domain.c (supported_runtimes): add entry for
14088         the 'moonlight' runtime version.
14090 2007-08-15  Rodrigo Kumpera  <rkumpera@novell.com>
14092         * verify.c (mono_method_verify): small typo sliped in.  
14094 2007-08-15  Rodrigo Kumpera  <rkumpera@novell.com>
14096         * verify.c (do_unbox_value): added, do type verification of
14097         unboxing ops
14098         * verify.c (mono_method_verify): use do_unbox_value
14101 2007-08-15  Rodrigo Kumpera  <rkumpera@novell.com>
14103         * verify.c (dump_stack_value): fixed typo, was printing string
14104         instead of object on stack.
14105         * verify.c (do_box_value): moved the byref check up as it leads
14106         to invalid code and should be done earlier.
14107         * verify.c: improved error messages for and ldobj
14109 2007-08-15  William Holmes  <billholmes54@gmail.com>
14111         * marshal.c (emit_marshal_custom): Omit the call to 
14112           marshal_native_to_managed when calling native to managed 
14113           and the argument is specified as an out argument.
14115         Code is contributed under MIT/X11 license.
14117 2007-08-15  Rodrigo Kumpera  <rkumpera@novell.com>
14119         * verify.c: fixed the type checks for generics, function pointers and vectors.
14120         Added type verification for ldobj and ldtoken. The verifier
14121         would segfault if header or signature of a method contained references
14122         to non-existant types.
14124 2007-08-15  Jonathan Chambers  <joncham@gmail.com>
14126         * marshal.c (cominterop_get_ccw): Patch from
14127         Bill Holmes to no walk up interface hierarchy. 
14128         All parent methods should be present in the interface for COM.
14129    
14130         Code is contributed under MIT/X11 license.
14132 2007-08-15  Jonathan Chambers  <joncham@gmail.com>
14134         * marshal.c (emit_marshal_com_interface): Patch from
14135         Bill Holmes to handle COM Interfaces as return values
14136         for native->managed calls.
14137    
14138         Code is contributed under MIT/X11 license.
14140 2007-08-14  Jonathan Chambers  <joncham@gmail.com>
14142         * marshal.c (cominterop_get_idispatch_for_object): Implement
14143         for runtime callable wrappers.
14144    
14145         Code is contributed under MIT/X11 license.
14147 2007-08-13  Rodrigo Kumpera  <rkumpera@novell.com>
14149         * pedump.c (main): changed from mono_init to mono_init_from_assembly
14150         so 2.0 types are accessible
14153 2007-08-13  Miguel de Icaza  <miguel@novell.com>
14155         * domain.c (mono_init_internal): Call mono_assembly_load_friends
14156         once we load mscorlib.   Due to the order in which we initialize,
14157         the mono_assembly_load_full routine that loads mscorlib did not
14158         load friends.   We now load it once we load the
14159         mono_defaults.internals_visible_class class. 
14161         * assembly.c: Expose the mono_load_friend_assemblies method.
14163 2007-08-11  Rodrigo Kumpera  <rkumpera@novell.com>
14165         * verify.c: improved the handling of boxing, better
14166         type checking for unary ops and conversion. Fix bug
14167         regarding managed pointer compatibility checking
14169 2007-08-11  Zoltan Varga  <vargaz@gmail.com>
14171         * icall.c (ves_icall_System_Array_SetGenericValueImpl): New icall.
14173         * threads.c threads-types.h: Export mono_thread_get_stack_bounds.
14175 2007-08-09  Raja R Harinath  <rharinath@novell.com>
14177         * reflection.c (dup_type): Remove.
14178         * class.c (dup_type): Remove.
14179         (mono_metadata_signature_deep_dup): Use 'mono_metadata_type_dup'
14180         instead of the dodgy 'dup_type'.
14181         (inflate_generic_type): Likewise.  Fix the VAR/MVAR cases to
14182         handle the case where 'dup_type' needed the second argument.
14184 2007-08-08  Zoltan Varga  <vargaz@gmail.com>
14186         * domain.c: Fix a warning.
14188 2007-08-08  Massimiliano Mantione  <massi@ximian.com>
14190         * class.c (mono_class_setup_vtable_general): Fixed bug #77127,
14191         checking that methods with the same fqname are not overridden
14192         with a method from an ancestor.
14194 2007-08-07  Zoltan Varga  <vargaz@gmail.com>
14196         * threads.c (free_thread_static_data_helper): Avoid a crash if
14197         thread->static_data is not yet set.
14199 2007-08-07  Jonathan Chambers  <joncham@gmail.com>
14201         * marshal.c: Use correct image when emitting
14202         native wrapper for COM calls.
14203    
14204         Code is contributed under MIT/X11 license.
14206 2007-08-07  Atsushi Enomoto  <atsushi@ximian.com>
14208         * icall-def.h, security.c, security.h :
14209           added icall wrapper to ProtectedMemory.[Unprotect|Protect]Data().
14211 2007-08-07  Martin Baulig  <martin@ximian.com>
14213         * mono-debug-debugger.h
14214         (MonoDebuggerEvent): Add `MONO_DEBUGGER_EVENT_DOMAIN_UNLOAD'.
14216         * domain.c (mono_domain_free): Call
14217         `mono_debugger_event (MONO_DEBUGGER_EVENT_DOMAIN_UNLOAD)'.
14219 2007-08-06  Rodrigo Kumpera  <rkumpera@novell.com>
14221         * verify.c (check_underflow, check_overflow): error message now returns IL offset
14222         * verify.c (in_same_block): code should test if either offset is inside the clauses
14223         * verify.c (mono_method_verify): push the exception into the eval stack of exception
14224         and filter blocks
14226 2007-08-03  Zoltan Varga  <vargaz@gmail.com>
14228         * image.c (mono_image_close): Fix a leak.
14230         * object.c (mono_runtime_invoke_array): Avoid using alloca.
14232         * icall.c (ves_icall_FieldInfo_SetValueInternal): Ditto.        
14234 Fri Aug 3 19:54:23 CEST 2007 Paolo Molaro <lupus@ximian.com>
14236         * domain.c, threads.c, threads-types.h: fix memory retention issue
14237         with thread static variables not being cleared on domain unload.
14238         Reuse thread static slots after domain unload.
14240 2007-08-03  Zoltan Varga  <vargaz@gmail.com>
14242         * object.c (mono_runtime_invoke_array): Handle the case when the receiver is a
14243         nullable type.
14245         * marshal.c (mono_marshal_get_runtime_invoke): Revert the previous change, it is
14246         now done in mono_runtime_invoke_array.
14248         * marshal.c (mono_marshal_get_runtime_invoke): Handle the case when the 
14249         receiver is a nullable type.
14251         * class.c (mono_class_is_assignable_from): Handle the case when klass is a 
14252         generic parameter.
14254 2007-08-03  Jonathan Chambers  <joncham@gmail.com>
14256         * marshal.c: Implement COM Objects as return type for 
14257         managed->unmanaged calls. Added Release calls for COM Object
14258         out/return values in managed->unmanaged calls.
14260         Code is contributed under MIT/X11 license.
14262 Fri Aug 3 17:00:51 CEST 2007 Paolo Molaro <lupus@ximian.com>
14264         * threads.h, threads-type.h: move the hazard pointer declarations
14265         to the private header.
14267 Fri Aug 3 13:13:39 CEST 2007 Paolo Molaro <lupus@ximian.com>
14269         * file-io.c, appdomain.c: memory leak fixes.
14271 2007-08-02  Dick Porter  <dick@ximian.com>
14273         * socket-io.c
14274         (ves_icall_System_Net_Sockets_Socket_Socket_internal): Move the
14275         SO_REUSEADDR setting into io-layer/sockets.c.
14277 2007-08-01  Zoltan Varga  <vargaz@gmail.com>
14279         * icall.c (ves_icall_Type_GetMethodsByName): Return the members inherited
14280         from Object when called on a generic parameter. Fixes #82211.
14282 2007-08-01  Dick Porter  <dick@ximian.com>
14284         * file-io.c (convert_share): Test FileShare values bit-by-bit.
14285         Fixes bug 79250 yet again.
14287 2007-07-30  Martin Baulig  <martin@ximian.com>
14289         Merged the `debugger-dublin' branch.
14291         * mono-debug.h
14292         (MonoDebugDataTable): New typedef.
14293         (MonoDebugMethodAddressList): New typedef.
14294         (MonoDebugWrapperData): Removed.
14295         (MonoDebugSymbolTable): Removed `current_data_table',
14296         `current_data_table_size', `current_data_table_offset'.
14297         (MonoDebugDataItemType): Moved into mono-debug.c.
14298         (MonoDebugMethodJitInfo): Remove `address'.
14299         (mono_debug_data_table): New global variable.
14300         (mono_debug_lookup_method_addresses): New public function.
14301         (mono_debug_find_method): Take a `MonoMethod *', not a
14302         `MonoDebugMethodInfo *'.
14304         * mono-debug.c: Drop support for the old symbol tables.
14306 2007-06-28  Martin Baulig  <martin@ximian.com>
14308         * mono-debug.c (mono_debug_debugger_version): New public variable.
14310 2007-07-31  William Holmes  <billholmes54@gmail.com>
14312         * metadata.c Changed mono_type_create_from_typespec to not insert
14313           the type into the hash map until after
14314           do_mono_metadata_parse_type has completed.
14315         Fixes Bug #82194
14316         Code is contributed under MIT/X11 license.
14318 2007-07-31  Zoltan Varga  <vargaz@gmail.com>
14320         * icall.c (ves_icall_Type_GetMethodsByName): Avoid a crash when called on a
14321         generic parameter. Fixes #82211.
14323 2007-07-27  Jb Evain  <jbevain@novell.com>
14325         * pedump.c (dump_metadata, dump_metadata_header): dump
14326         versions contained in the metadata header.
14328 Fri Jul 27 17:07:40 CEST 2007 Paolo Molaro <lupus@ximian.com>
14330         * threads.c: register small_id_table with the GC.
14332 2007-07-27  Mark Probst  <mark.probst@gmail.com>
14334         * threads.c, threads.h, class-internals.h, object-internals.h:
14335         Hazard pointers, to be used by lock-free parallel algorithms.
14337 2007-07-26  Dick Porter  <dick@ximian.com>
14339         * appdomain.c (mono_runtime_cleanup): Invoke io-layer cleanup
14340         routine on non-windows platforms, as I've not managed to think of
14341         a non-kludgy way of doing this.  Finishes off bug 78739.
14343 Wed Jul 25 18:06:33 CEST 2007 Paolo Molaro <lupus@ximian.com>
14345         * object.c: properly setup interface_bitmap in proxy vtables.
14347 2007-07-25  Marek Habersack  <mhabersack@novell.com>
14349         * appdomain.c (get_shadow_assembly_location): do not use TickCount
14350         to create unique shadow copy target directories, use the domain's
14351         serial number instead. Each domain gets a unique target directory
14352         that way.
14354         * domain.c (mono_domain_create): added code to increment domain
14355         shadow copy serial number and cache the value in the current
14356         domain structure.
14358         * domain-internals.h (struct _MonoDomain): added a new field -
14359         shadow_serial to hold the serial number used in generation of
14360         shadow-copy directories. This is to make sure that the directory
14361         name is unique for each and every domain created. We avoid a race
14362         condition with overriding assemblies already in use by other app
14363         domains.
14365 2007-07-24  Rodrigo Kumpera  <rkumpera@novell.com>
14367         * class.c (mono_bounded_array_class_get): fixed memory leak when 
14368         binding generic parameters.
14370 2007-07-24  Raja R Harinath  <rharinath@novell.com>
14372         * metadata.c (do_mono_metadata_parse_generic_class): Use
14373         mono_metadata_lookup_generic_class.  Don't g_assert on a metadata
14374         error.
14376 Tue Jul 24 15:15:19 CEST 2007 Paolo Molaro <lupus@ximian.com>
14378         * loader.c, class-internals.h, reflection.c: removed the per-method
14379         generics hashtable: we use the global one through the call of
14380         mono_class_inflate_generic_method ().
14382 Mon Jul 23 19:43:14 CEST 2007 Paolo Molaro <lupus@ximian.com>
14384         * class.c, metadata.c, class-internals.h: introduce yet another
14385         generics global cache for inflated methods (fixes 98% of the perf
14386         issue in bug #81806).
14388 2007-07-23  Raja R Harinath  <rharinath@novell.com>
14390         Fix #81035 -- avoid allocating MonoGenericInsts willy-nilly
14391         * metadata.c (mono_metadata_lookup_generic_inst): Kill.
14392         (mono_metadata_get_generic_inst): New.  Given a list of MonoType*,
14393         return a MonoGenericInst containing (a copy) of those types.
14394         (mono_metadata_inflate_generic_inst): Update to changes.
14395         (mono_metadata_parse_generic_inst): Likewise.
14396         (mono_get_shared_generic_inst): Likewise.
14397         * reflection.c (mono_class_bind_generic_parameters): Likewise.
14398         (mono_reflection_bind_generic_method_parameters): Likewise.
14399         * metadata-internals.h: Likewise.
14400         * icall.c (free_generic_context): Kill.
14401         (init_generic_context_from_args): Use mono_metadata_get_generic_inst.
14403         * reflection.c (reflection_methodbuilder_to_mono_method): Use
14404         mono_metadata_type_dup.
14405         * marshal.c (mono_mb_create_method): Likewise.
14407         * metadata.c (mono_metadata_type_dup): Rename from
14408         mono_metadata_type_dup_mp.  Take an optional mempool instead of a
14409         MonoImage.  Handle a few more cases, esp. when no mempool is given.
14410         * marshal.c, metadata-internals.h: Update to changes.
14412 Mon Jul 23 11:43:31 CEST 2007 Paolo Molaro <lupus@ximian.com>
14414         * class.c: fixed a small leak for array classes and removed warning.
14416 2007-07-22  Zoltan Varga  <vargaz@gmail.com>
14418         * loader.c (mono_method_get_param_token): Make this work on generic methods.
14419         Return 0x8000000 for return parameters. Fixes #82161.
14421 2007-07-21  Marek Habersack  <grendello@gmail.com>
14423         * appdomain.c (get_shadow_assembly_location): append the current
14424         ticks value to the path. Avoids overwriting the same assemblies by
14425         several threads at the same time.
14427 2007-07-20  Atsushi Enomoto  <atsushi@ximian.com>
14428         and Raja R Harinath  <rharinath@novell.com>
14430         * icall.c (ves_icall_MonoMethod_get_IsGenericMethodDefinition):
14431         Simplify slightly.
14432         (ves_icall_MonoMethod_GetGenericMethodDefinition): Update
14433         property for testing if a method is a generic method definition.
14435 2007-07-20  Atsushi Enomoto  <atsushi@ximian.com>
14437         * domain-internals.h : added 2.0 member fields to MonoAppDomainSetup.
14439 2007-07-19  Rodrigo Kumpera  <rkumpera@novell.com>
14441         * verify.c: used function from private branch, reverted to the one in class.h 
14443 2007-07-19  Rodrigo Kumpera  <rkumpera@novell.com>
14445         * verify.c: a typo slipped in and the code wont compile
14447 2007-07-19  Rodrigo Kumpera  <rkumpera@novell.com>
14449         * verify.c: now all code use IS_MANAGED_POINTER and UNMASK_TYPE macros.
14450         disabled box instruction as it is doing the wrong thing
14451         improved stack dump messages, now it is easier to debug type related issues
14454 2007-07-19  Juraj Skripsky  <js@hotfeet.ch>
14456         * icall.c (ves_icall_System_MonoType_getFullName): Fix a leak. 
14458 2007-07-19  Rodrigo Kumpera  <rkumpera@novell.com>
14460         * verify.c: changed MONO_TYPE_TYPEDBYREF stack type from 
14461         TYPE_COMPLEX to TYPE_PTR, it did not make any sense to be
14462         grouped with class and valuetype. This change will simply 
14463         the code as it should be handled just like unmanaged pointers.
14465 2007-07-19  Mark Probst  <mark.probst@gmail.com>
14467         * class.c (concat_two_strings_with_zero): Fixed a silly bug.
14469 2007-07-19  Rodrigo Kumpera  <rkumpera@novell.com>
14471         * verify.c: several stack merge issues fixed, reference comparisons now
14472         check the type size. strict type check now works correctly.
14473         added more uses of IS_MANAGED_POINTER macro.
14474         fixed issues pointed by running the test suite against .net.
14475         
14477 2007-07-19  Mark Probst  <mark.probst@gmail.com>
14479         * class.c, loader.c, class-internals.h: Removed the
14480         MonoLoaderErrorKind enum and replaced it with the MONO_EXCEPTION_
14481         defines.
14483         * icall.c: Better error checking in some internal reflection
14484         methods.
14486 2007-07-18  William Holmes  <billholmes54@gmail.com>
14488         * filewatcher.c : removed unused variable 'filename' in 
14489           ves_icall_System_IO_FSW_SupportsFSW
14491 Mon Jul 16 19:36:16 CEST 2007 Paolo Molaro <lupus@ximian.com>
14493         * reflection.c, class.c, icall.c, loader.c: mono_get_inflated_method () is
14494         obsolete, removed.
14496 2007-07-15  Zoltan Varga  <vargaz@gmail.com>
14498         * icall.c (ves_icall_System_Reflection_FieldInfo_GetTypeModifiers): New icall.
14499         
14500         * icall.c (ves_icall_System_Reflection_Module_ResolveSignature): New icall.
14502 2007-07-14  Zoltan Varga  <vargaz@gmail.com>
14504         * icall.c (ves_icall_System_Reflection_Module_ResolveMethodToken): 
14505         Implement generics support.
14506         (ves_icall_System_Reflection_Module_ResolveFieldToken): Ditto.
14508         * icall.c (ves_icall_System_Reflection_Module_ResolveTypeToken): Add new
14509         type_args and method_args arguments.
14510         (ves_icall_System_Reflection_Module_ResolveMethodToken): Ditto.
14511         (ves_icall_System_Reflection_Module_ResolveFieldToken): Ditto.
14512         (ves_icall_System_Reflection_Module_ResolveMemberToken): Ditto.
14514 2007-07-13  Rodrigo Kumpera  <rkumpera@novell.com>
14516         * reflection.c: patch from Thong Nguyen to fix atribute resolution.
14517           It adds a rootimage parameter to mono_reflection_get_type_internal,
14518           adds new function mono_reflection_get_type_with_rootimage and use
14519           the rootimage to resolve the types instead of the current image
14521 2007-07-13  Rolf Bjarne Kvinge  <RKvinge@novell.com>
14523         * culture-info-table.h: Forgot to update after r78304.
14525 2007-07-13  Raja R Harinath  <rharinath@novell.com>
14527         * class.c (mono_class_is_open_constructed_type)
14528         <MONO_TYPE_GENERICINST>: Don't recompute a computed field.
14530 2007-07-12  Rodrigo Kumpera  <rkumpera@novell.com>
14532         * class.c (mono_bounded_array_class_get):  method fails if used with
14533         an incomplete TypeBuilder enum (no basetype field), fixed it by 
14534         avoiding calculating the size for such array as it cannot be instantiated.
14535         Fix bug #82015
14537 2007-07-12  Raja R Harinath  <rharinath@novell.com>
14539         * class-internals.h (_MonoGenericInst::is_reference): Remove bogus
14540         field.
14541         * metadata.c, reflection.c: Update to changes.
14543 2007-07-11  Rodrigo Kumpera  <rkumpera@novell.com>
14545         * class.c, class-internal.h: added mono_type_is_valid_enum_basetype and
14546         mono_class_is_valid_enum, they are used to valide a enum when loading.
14547         * reflection.c: used new functions to throw TypeLoadException when and
14548         invalid enum is build with TypeBuilder. Fixes #82018
14549   
14550 Wed Jul 11 14:47:07 CEST 2007 Paolo Molaro <lupus@ximian.com>
14552         * object.c: forgot commit of mono_class_setup_methods () to access
14553         iface->methods.
14554         * object-internals.h: added a few more handy fields to
14555         MonoIMTCheckItem.
14557 2007-07-11  Zoltan Varga  <vargaz@gmail.com>
14559         * object.c (build_imt): Call mono_class_setup_methods () before accessing 
14560         iface->methods.
14562 Tue Jul 10 16:49:01 CEST 2007 Paolo Molaro <lupus@ximian.com>
14564         * class-internals.h, object-internals.h, object.c: IMT-based
14565         interface invocation core from Massimiliano Mantione
14566         (massi@ximian.com) with a reworked arch-specific interface,
14567         bsearch implementation and a few bugfixes and memory savings by me.
14569 2007-07-10  Rodrigo Kumpera  <rkumpera@novell.com>
14571         * class.c (mono_class_create_from_typedef): mono would segfault if 
14572         an enum did not have a __value field. It now throws a TypeLoadException
14573         for such cases. Fix bug #82022
14575 2007-07-10  Zoltan Varga  <vargaz@gmail.com>
14577         * marshal.c (mono_marshal_string_to_utf16_copy): Fix allocation size.
14579 2007-07-09  Mark Probst  <mark.probst@gmail.com>
14581         * class.c (mono_class_init): If a class is already inited but has
14582         an exception_type set, return FALSE, not TRUE.  Fixes: 82050.
14584 2007-07-09  Mark Probst  <mark.probst@gmail.com>
14586         * class.c: Properly handle the case of an unimplemented interface
14587         method.  Fixes: 81673.
14589 Mon Jul 9 16:21:43 CEST 2007 Paolo Molaro <lupus@ximian.com>
14591         * class-internals.h, object.c: cleanup patch from massi: use
14592         MonoVTable->interface_bitmap since the vtable interfaces offset array
14593         is going away.
14595 2007-07-10  Zoltan Varga  <vargaz@gmail.com>
14597         * icall-def.h icall.c: Remove Module:get_MDStreamVersion icall and add a new
14598         GetMDStreamVersion icall instead.
14600 Mon Jul 9 11:34:17 CEST 2007 Paolo Molaro <lupus@ximian.com>
14602         * filewatcher.c: patch from Thong Nguyen <tum@veridicus.com> to
14603         not use mono_dl_build_path() with a full library name: makes
14604         fallbacks to libgaim and libfam work.
14606 2007-07-06  William Holmes  <billholmes54@gmail.com>
14608         * assembly.c: Added a continue statement in probe_for_partial_name when
14609          parse_assembly_directory_name fails.  Fixes : 82002
14611 2007-07-06  Rodrigo Kumpera  <rkumpera@novell.com>
14613         * verify.c (check_unmanaged_pointer_type): renamed to check_unverifiable_type
14614         and added a verification  for TYPEDBYREF.
14615         * verify.c (verify_stack_type_compatibility): fix handling of byref types,
14616         make native int interchangeable with int32 and some small cleanup and formating.
14617         * verify.c (push_arg): only ldarg on invalid argument is valid (but not verifiable) and
14618         handle byref of byref.
14619         * verify.c (push_local): handle byref of byref.
14620         * verify.c (do_binop): invalid mix of values is unverifiable
14621         * verify.c (do_invoke_method): fixed the handling of bad params on stack and
14622         added visibility checks
14623         * verify.c (field related method): added visibility checks
14624         * verify.c (do_push_field): cannot take the address of a temporary valuetype field
14626 2007-07-06  Zoltan Varga  <vargaz@gmail.com>
14628         * marshal.c (mono_marshal_string_to_utf16_copy): Null terminate the
14629         string.
14631 2007-07-05  Zoltan Varga  <vargaz@gmail.com>
14633         * profiler.c (mono_profiler_load): Fix an off-by-one error.
14635         * marshal.c (emit_marshal_string): When returning a string from managed code,
14636         allways make a copy even for unicode strings. Fixes #81990.
14638 Wed Jul 4 11:53:57 CEST 2007 Paolo Molaro <lupus@ximian.com>
14640         * object.c: cleaned up mono_runtime_invoke_array () and fixed handling
14641         of byref generic inst types (bug #81997).
14643 2007-07-03  Rodrigo Kumpera  <rkumpera@novell.com>
14645         * class.c: moved methods mono_method_can_access_field and mono_method_can_access_method from mini/mini.c
14646         * class.h: added declarations of mono_method_can_access_field() and mono_method_can_access_method()
14648 2007-07-02  Zoltan Varga  <vargaz@gmail.com>
14650         * marshal.c (emit_marshal_string): Add support for unicode strings in
14651         MARSHAL_ACTION_MANAGED_CONV_RESULT. Fixes #81990.
14653 2007-07-02 Rodrigo Kumpera  <rkumpera@novell.com>
14655         * verify.c: field load/store are now verified, missing only access checks now
14657 2007-06-28  Martin Baulig  <martin@ximian.com>
14659         * mono-debug.c (mono_debug_debugger_version): New public variable.
14661 2007-06-24  Gert Driesen  <drieseng@users.sourceforge.net>
14663         * locales.c: When constructing DateTimeFormat or NumberFormat for
14664         MonoCultureInfo, inherit readonly bit from MonoCultureInfo. The
14665         MonoCultureInfo contructed from the current locale is always
14666         read-only and has UseUserOverride set to true. All MonoCultureInfo
14667         instances returned for GetCultures have both IsReadOnly and
14668         UseUserOverride set to true. Fixes part of bug #81930.
14670 2007-06-22  Jonathan Chambers  <joncham@gmail.com>
14672        * icall-def.h: Update System.__ComObject icalls
14673        * marshal.c: Avoid managed transition (and object creation)
14674        when looking up COM interface in RCW.
14675        * marshal.h: Ditto.
14676        
14677        Code is contributed under MIT/X11 license.
14679 2007-06-22  Zoltan Varga  <vargaz@gmail.com>
14681         * marshal.c (mono_marshal_get_runtime_invoke): Cache in the method image for now
14682         to avoid crashes during assembly unloading.
14684 2007-06-22  Raja R Harinath  <rharinath@novell.com>
14686         Fix MethodInfo.IsGenericMethodDefinition
14687         * reflection.c (mono_reflection_bind_generic_method_parameters):
14688         Rearrange code to ensure we always uses a generic method definition.
14689         * class.c (mono_class_inflate_generic_method_full): Set
14690         'generic_container' field only for generic method definitions.
14691         * icall.c (ves_icall_MonoMethod_get_IsGenericMethodDefinition):
14692         Use presense of 'generic_container' field as indication of being a
14693         generic method definition.
14695 2007-06-21  Zoltan Varga  <vargaz@gmail.com>
14697         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
14699         * object-internals.h: Reflect changes in the layout of the managed Delegate
14700         class.
14701         
14702         * object-internals.h reflection.c icall-def.h: Applied patch from Robert
14703         Jordan (robertj@gmx.net). Add a dtor to dynamic methods which frees up the
14704         runtime memory used by the dynamic method. Fixes #77146.
14706 2007-06-21  Dick Porter  <dick@ximian.com>
14708         * file-io.h: 
14709         * file-io.c (convert_share): Cope with FileShare.Delete.  Patch
14710         from Wojtek Krawczyk <krawczyk.wojciech@gazeta.pl>, fixes bug
14711         81767.
14713 2007-06-21  Raja R Harinath  <rharinath@novell.com>
14715         * reflection.c (method_encode_methodspec): Add a tripwire.
14716         * class.c (inflate_generic_type): The fully open generic type is
14717         not the same as the generic type definition.
14719 2007-06-21  Martin Baulig  <martin@ximian.com>
14721         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 59.
14723         * mono-debug-debugger.h
14724         (MonoDebuggerBreakpointInfo): Removed.
14725         (mono_debugger_insert_breakpoint_full): Moved to ../mini/debug-mini.h.
14726         (mono_debugger_remove_breakpoint): Likewise.
14727         (mono_debugger_breakpoint_callback): Likewise.
14728         (mono_debugger_start_add_type): Renamed into mono_debugger_add_type().
14730 2007-06-21  Raja R Harinath  <rharinath@novell.com>
14732         * metadata.c (mono_metadata_lookup_generic_class): The fully open
14733         generic type is not the same as the generic type definition.
14734         * class.c (mono_generic_class_get_class): Likewise.
14736 2007-06-20  Geoff Norton  <gnorton@customerdna.com>
14738         * icall.c: The second argument to 
14739         System.Reflection.MethodBase.GetMethodFromHandleInternalType
14740         is a MonoType not a MonoClass.
14742 2007-06-20  Rodrigo Kumpera  <kumpera@gmail.com>
14744         * verify.c: support for function pointers in the verifier
14746 2007-06-20  Rodrigo Kumpera  <kumpera@gmail.com>
14748         * verify.c: unmanaged pointer verification checks (loading unmanaged pointers is unverifiable)
14750 Wed Jun 20 10:22:15 CEST 2007 Paolo Molaro <lupus@ximian.com>
14752         * assembly.c: removed Mono.Data.SqliteClient from the list of
14753         forward-compatible assemblies as it breaks the ABI (bug #81899).
14755 2007-06-19  Raja R Harinath  <rharinath@novell.com>
14757         * metadata.c (mono_metadata_lookup_generic_class): Protect cache
14758         lookup/update with the loader lock.
14759         * reflection.c (mono_class_bind_generic_parameters): No need to
14760         protect mono_metadata_lookup_* with the loader lock.
14761         * class.c (inflate_generic_type): Likewise.
14762         
14763         * metadata.c (ginst_in_image): Avoid mono_class_from_mono_type
14764         on a generic instantiated type.
14766 2007-06-18  Rodrigo Kumpera <kumpera@gmail.com>
14768         *verify.c: produce meanfull error messages on verification error
14769         *verify.c: fixed some cases of verification errors reported as validation errors
14770         *pedump.c: fixed the error name array, now it shows validation errors properly
14771         *verify.h: fixed the contant that should be used for verification errors
14773 Mon Jun 18 17:07:22 CEST 2007 Paolo Molaro <lupus@ximian.com>
14775         * metadata.c, image.c, metadata-internals.h: part of the fixes needed
14776         for bug #77596, 81858 and 80743 (generics data structures on domain
14777         unload).
14779 2007-06-15  Raja R Harinath  <rharinath@novell.com>
14781         Avoid allocating 'MonoGenericContext' on the heap.
14782         * class-internals (_MonoMethodInflated::context): Make field
14783         inline, not a pointer.
14784         * loader.c (method_from_methodspec): Allocate 'new_context' on the
14785         stack.  Use the context embedded within the inflated method as the
14786         hash key, rather than 'new_context'.
14787         * class.c (inflate_generic_context): Simplify.  Return a struct
14788         rather than allocating on the heap.
14789         (mono_class_inflate_generic_method_full): Update to changes.  Now,
14790         doesn't salt away a copy of the context -- simplifying the
14791         lifetime rules of a 'MonoGenericContext *'.
14792         (mono_method_get_context): Return pointer to embedded context.
14793         (setup_generic_array_ifaces): Allocate temporary context on stack.
14794         * reflection.c (inflate_mono_method): Likewise.
14795         (mono_reflection_bind_generic_method_parameters): Likewise.
14796         Use the context embedded within the inflated method as the hash key.
14798         Avoid a source of allocation of 'MonoGenericContext'.
14799         * class-internals.h (_MonoGenericClass::context): Combine 'inst'
14800         and 'cached_context' fields into embedded 'MonoGenericContext' field.
14801         * class.c: Update to changes.
14802         (mono_generic_class_get_context): Simplify drastically.  Now just
14803         returns a pointer to the field.
14804         * metadata-internals.h (mono_metadata_generic_context_hash): Mark
14805         argument as a const pointer.
14806         (mono_metadata_generic_context_equal): Likewise.
14807         * metadata.c, loader.c, icall.c, reflection.c, verify.c:
14808         Update to changes.
14810 2007-06-14  Rodrigo Kumpera  <kumpera@gmail.com>
14812         * verify.c improved the handling of brtrue/brfalse, factored out common code
14814 2007-06-14  Raja R Harinath  <rharinath@novell.com>
14816         Kill MonoGenericMethod.
14817         * class-internals.h (MonoGenericContext::method_inst): Rename from
14818         'gmethod' and convert to a MonoGenericInst.
14819         (MonoGenericMethod): Remove.
14820         * metadata.h (MonoGenericMethod): Note that the name is obsolete.
14821         * loader.c (method_from_methodspec): Update to changes.  Use a
14822         MonoGenericContext as the key to the hashtable.
14823         * metadata.c (mono_metadata_generic_context_equal): Rename from 
14824         'mono_metadata_generic_method_equal' and take MonoGenericContext.
14825         (mono_metadata_generic_context_hash): Likewise from
14826         'mono_metadata_generic_method_hash'.  Change hash function.
14827         (mono_metadata_load_generic_params): Update to changes.
14828         (mono_get_shared_generic_method): Remove.
14829         * metadata-internals.h (mono_get_shared_generic_method): Remove.
14830         * class.c (inflate_generic_type) [MONO_TYPE_MVAR]: Update to changes.
14831         (inflate_generic_context): Likewise.
14832         (mono_class_inflate_generic_method_full): Likewise.
14833         (setup_generic_array_ifaces): Likewise.
14834         (mono_class_create_from_typespec): Likewise.
14835         * reflection.c (encode_generic_method_sig): Take a MonoGenericContext.
14836         (method_encode_methodspec): Update callsite.
14837         (reflection_methodbuilder_to_mono_method): Update to changes.
14838         (mono_reflection_bind_generic_method_parameters): Likewise.  Use a
14839         MonoGenericContext as the key to the hashtable.
14840         (inflate_mono_method): Update to changes.
14842         * class-internals.h (MonoGenericMethod::container): Remove.
14843         * class.c, loader.c, metadata.c, reflection.c: Update to changes.
14845 Thu Jun 14 12:40:05 CEST 2007 Paolo Molaro <lupus@ximian.com>
14847         * profiler-private.h, profiler.c, profiler.h: added API to profile
14848         exception events.
14850 2007-06-13  Rodrigo Kumpera  <kumpera@gmail.com>
14852         * verify.c: Fixed pointer type handling, some code and message formating and two invalid assigments 
14854 2007-06-13  Rodrigo Kumpera  <kumpera@gmail.com>
14856         * verify.c: method invocation is now validated, now we verify parameter types on stack.
14857         Fixed overflow and underflow not aborting the verification process.
14859 2007-06-13  Mark Probst  <mark.probst@gmail.com>
14861         * class-internals.h (MonoStats): Added stats entries for dynamic
14862         code allocations.
14864 2007-06-12  Zoltan Varga  <vargaz@gmail.com>
14866         * loader.c (mono_free_method): Free header->locals and header->clauses.
14868         * marshal.c (mono_mb_create_method): Make a copy of the locals as well in the
14869         dynamic case.
14871         * threads.c (mono_thread_get_stack_bounds): Fix memory leak.
14873         * class.c (setup_interface_offsets): Allocate memory from the image mempool.
14875 2007-06-12  Raja R Harinath  <rharinath@novell.com>
14877         * verify.c (TYPE_MAX): Set it to 8 to match the dimensions of all
14878         the tables.
14880 2007-06-11  Rodrigo Kumpera  <kumpera@gmail.com>
14882         *pedump.c (main): return error code 4 if assembly cannot be loaded instead of segfaulting
14884 2007-06-11  Raja R Harinath  <harinath@gmail.com>
14886         MonoGenericMethod on a diet
14887         * class-internals.h (_MonoMethodInflated::reflection_info): Move
14888         here ...
14889         (_MonoGenericMethod::reflection_info): ... from here.
14890         * icall.c (ves_icall_MonoMethod_GetGenericMethodDefinition):
14891         Update to changes.
14892         * reflection.c (inflate_mono_method): Likewise.
14893         (mono_reflection_bind_generic_method_parameters): Likewise.
14895 2007-06-11  Rodrigo Kumpera  <kumpera@gmail.com>
14897         *verify.c: all debu printf statements are now guarded by VERIFY_DEBUG
14898         *verify.c: factored long ldarg forms to share code with short forms
14900 2007-06-11  Rodrigo Kumpera  <kumpera@gmail.com>
14902         *verify.c: fixed code formating factored some duplicate code
14903         into a new function
14905         *verify.h: fixed binary incompatibility introduced earlier
14907         *pedump.c: fixed formating
14909 2007-06-11  Raja R Harinath  <harinath@gmail.com>
14911         Fix assertion when disassembling Mono.C5.dll
14912         * loader.c (method_from_methodspec): Avoid inflating a method
14913         twice with the same context.  If the methodref is inflated, use
14914         the declaring method instead.
14916         * class.c (mono_class_from_generic_parameter): Fix case similar to
14917         bug #81830 handled below, but for method containers.
14919 2007-06-10  Raja R Harinath  <harinath@gmail.com>
14921         * class.c (inflate_generic_type) [MONO_TYPE_CLASS]: Don't call
14922         get_shared_generic_class.  Directly inflate the instance.
14923         [MONO_TYPE_GENERICINST]: Inline inflate_generic_class.
14924         (inflate_generic_class): Delete.
14925         (get_shared_generic_class): Delete.  Move setting of
14926         'cached_class' and 'cached_context' ...
14927         * metadata.c (mono_metadata_lookup_generic_class): ... here.
14929         * metadata.c (mono_metadata_lookup_generic_class): Change
14930         signature to take the components of a MonoGenericClass rather than
14931         an allocated MonoGenericClass.  Change semantics to be intern-like.
14932         * reflection.c (mono_class_bind_generic_parameters): Update to
14933         changes.  Make locking region tighter.
14934         * class.c (inflate_generic_class): Update to changes.
14935         (get_shared_generic_class): Likewise.
14936         * metadata-internals.h: Likewise.
14938         * reflection.c (mono_class_bind_generic_parameters): Take and
14939         return a MonoClass*, not a MonoType*.  Add 'is_dynamic' parameter.
14940         (mono_reflection_bind_generic_parameters): Use
14941         'mono_class_bind_generic_parameters' rather than duplicate the code.
14942         * class.c (mono_bounded_array_class_get): Update to changes.
14943         * object-internals.h: Likewise.
14945         * reflection.c (mono_class_bind_generic_parameters): Only support
14946         parameterizing generic type definitions.  Remove support for other
14947         open types.
14949 2007-06-08  Zoltan Varga  <vargaz@gmail.com>
14951         * loader.c (mono_free_method): Free method->signature as well. Fixes #81832.
14953         * marshal.c (mono_marshal_get_managed_wrapper): Allocate the signature using malloc
14954         in the dynamic case.
14956 2007-06-08  Gert Driesen  <drieseng@users.sourceforge.net>
14958         * threads.c: When cleaning up thread, reset the Background bit.
14959         Fixes bug #81720.
14961 2007-06-08  Jonathan Chambers  <joncham@gmail.com>
14963        * metadata.c: Move variable declarations to top of scope.
14964        * verify.c: Move variable declarations to top of scope.
14966        Code is contributed under MIT/X11 license.
14968 2007-06-08  Raja R Harinath  <rharinath@novell.com>
14970         * reflection.c (mono_class_bind_generic_parameters): Replace
14971         open-coded loop with mono_metadata_inflate_generic_inst.
14973         * class.c (get_shared_generic_class): Don't call
14974         mono_get_shared_generic_inst.  Use the container's own
14975         'class_inst'.
14977         * metadata.c (mono_metadata_load_generic_params): Move
14978         initialization of 'context' field here from ...
14979         * class.c (mono_class_create_from_typedef): ... here, and ...
14980         * loader.c (mono_get_method_from_token): ... here.
14982         * class.c (get_shared_generic_class): Rename from
14983         mono_get_shared_generic_class and make static.
14984         (mono_get_shared_generic_inst): Move to metadata.c.
14985         * loader.c (mono_get_shared_generic_method): Likewise.
14986         * class-internals.h, metadata-internals.h: Update to changes.
14988         Fix #81830
14989         * class.c (mono_class_from_generic_parameter): Don't assume a
14990         generic container owner exists.  Generic containers from monodis
14991         don't have any.
14993 2007-06-06  Rodrigo Kumpera  <kumpera@gmail.com>
14995         * pedump.c: pedump exists with 2 if assembly is not verifiable and 3 if invalid
14996         * verify.h: new typedefs to returns the non-verifiable status
14997         * verify.c: initial implementation of generics, stack merging and object compatibility check
14999 2007-06-06  Mark Probst  <mark.probst@gmail.com>
15001         * class.c, image.c, class-internals.h (MonoImage): class_cache is
15002         a MonoInternalHashTable again (fixed bug in internal hash table
15003         code).
15005 2007-06-06  Mark Probst  <mark.probst@gmail.com>
15007         * domain.c, domain-internals.h (MonoDomain): jit_code_hash is a
15008         MonoInternalHashTable again (fixed bug in internal hash table
15009         code).
15011 2007-06-06  Mark Probst  <mark.probst@gmail.com>
15013         * class.c, image.c, class-internals.h, domain.c,
15014         domain-internals.h (MonoImage): Reverting MonoInternalHashTable
15015         changes.  Have to figure out what makes them break the SWF
15016         regression.
15018 2007-06-04  Mark Probst  <mark.probst@gmail.com>
15020         * class.c, image.c, class-internals.h (MonoImage): class_cache is
15021         a MonoInternalHashTable now.
15023 2007-06-04  Mark Probst  <mark.probst@gmail.com>
15025         * domain.c, domain-internals.h (MonoDomain): jit_code_hash is a
15026         MonoInternalHashTable now.
15028 2007-05-31  Zoltan Varga  <vargaz@gmail.com>
15030         * domain-internals.h (MonoDomain): Add two new hash tables to store delegate
15031         invoke_impl code.
15033         * object-internals.h (_MonoDelegate): Reflect changes to managed object layout.
15035         * object.c (mono_delegate_ctor): Initialize invoke_impl field with an arch
15036         dependent trampoline.
15038         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
15040         * icall.c (ves_icall_System_Delegate_SetMulticastInvoke): New icall.
15042 2007-05-29  Robert Jordan  <robertj@gmx.net>
15044         * marshal.[c|h]: add mono_win32_compat_* wrappers. Fixes #81754.
15046 2007-05-28  Zoltan Varga  <vargaz@gmail.com>
15048         * icall.c (ves_icall_get_method_info): Handle loader errors. Fixes #81724.
15050 2007-05-25  Jonathan Chambers  <joncham@gmail.com>
15052        * marshal.c: Fix interface lookup loops for
15053        cominterop_get_com_slot_for_method and 
15054        cominterop_get_method_interface. Only need to lookup
15055        if type is a class, else use interface type method is on.
15057        Code is contributed under MIT/X11 license.
15059 2007-05-25  Sebastien Pouliot  <sebastien@ximian.com>
15061         * reflection.c: HasSecurity can be present even if no specially 
15062         encoded (CAS) attributes are available (e.g. SuppressUnmanagedCode
15063         SecurityAttribute). Fix CAS regression tests on buildbot.
15065 2007-05-24  Jonathan Chambers  <joncham@gmail.com>
15067        * appdomain.c: Add configure checks for header files.
15068        * image.c: Add configure checks for header files.
15069        * file-io.c: Add configure checks for header files.
15070        * debug-mono-symfile.c: Add configure checks for header files.
15071        * threadpool.c: Add configure checks for header files.
15072        * console-io.c: Add configure checks for header files.
15073        * profiler.c: Add configure checks for header files.
15074        * rawbuffer.c: Add configure checks for header files.
15075        * icall.c: Add configure checks for header files.
15076        * rand.c: Add configure checks for header files.
15077        * socket-io.c: Add configure checks for header files.
15079        Code is contributed under MIT/X11 license.
15081 2007-05-24  Zoltan Varga  <vargaz@gmail.com>
15083         * reflection.c (mono_custom_attrs_from_builders): Remove the 
15084         assertion as it breaks the build.
15085         
15086         * reflection.c (mono_custom_attrs_from_builders): Add an assertion.
15088         * reflection.c (lookup_custom_attr): Make a copy here too.
15090         * image.c (mono_image_check_for_module_cctor): Avoid accessing metadata in
15091         dynamic images.
15093         * class.c (mono_class_init): Avoid accessing the metadata in dynamic
15094         images.
15096         * reflection.c (mono_custom_attrs_from_param): Make a copy of the dynamic attr
15097         info.
15099 2007-05-22  Zoltan Varga  <vargaz@gmail.com>
15101         * reflection.c (encode_cattr_value): Fix yet another object cattr encoding issue.
15102         (load_cattr_value): Ditto.
15104 2007-05-20  Zoltan Varga  <vargaz@gmail.com>
15106         * marshal.c (mono_marshal_get_delegate_invoke): Improve the generated IL a little.
15108 2007-05-19  Gert Driesen  <drieseng@users.sourceforge.net>
15110         * threads.c: In "start_wrapper", set apartment_state to MTA if
15111         apartment_state is Unknown and we're running on 2.0 profile or
15112         higher.
15113         * object.c: In "mono_runtime_exec_main", if STAThread is not applied
15114         to main method, then set apartment_state to Unknown on 1.0 profile,
15115         and MTA on 2.0 profile.
15117 2007-05-16  Jb Evain  <jb@nurv.fr>
15119         * class-internals.h (MonoDefaults): Add an attribute_class and
15120           customattribute_data_class.
15121         * domain.c (mono_init_internal): Populate them.
15122         * reflection.c: Use them to remove duplicates. Make a vew
15123         MonoClass variables `static'.
15125 2007-05-15  Massimiliano Mantione  <massi@ximian.com>
15127         * class-internals.h: Added "MonoVTable.interface_bitmap" as a next
15128         step in implementing IMT, so that all isinst checks now can go
15129         through the bitmap.
15130         This was needed because vtables for TransparentProxy need to look
15131         like the vtable of the "target" class, so they need to point to
15132         its interface bitmap directly.
15134         * object.c: inside "mono_class_create_runtime_vtable" and
15135         "mono_class_proxy_vtable", initialize "MonoVTable.interface_bitmap".
15137 2007-05-15  Atsushi Enomoto  <atsushi@ximian.com>
15139         * object-internals.h
15140           culture-info.h : added territory field in MonoCulture and
15141           CultureInfoEntry foreach. Added lcid field in RegionInfoEntry.
15142         * locales.c : fill territory field above too.
15143         * culture-info-table.h : regenerated.
15145 2007-05-12  Zoltan Varga  <vargaz@gmail.com>
15147         * class-internals.h (_MonoGenericContainer): Widen type_argc filed to 31 bits.
15148         Fixes #81599.
15150 2007-05-11  Jonathan Chambers  <joncham@gmail.com>
15152         * object.c: Always initialize apartment, even if 
15153         there is no custom attributes on entry point.
15154         
15155         Code is contributed under MIT/X11 license.
15157 2007-05-10  Jonathan Chambers  <joncham@gmail.com>
15159         * marshal.c: LPTSTR == LPWSTR on Win32. Fixes #81370.
15160         * metadata.c: If no encoding is set, check for unicode
15161         on class.
15162         
15163         Code is contributed under MIT/X11 license.
15165 2007-05-09  Jonathan Chambers  <joncham@gmail.com>
15167         * threads.c: Handle if mono_thread_current returns NULL 
15168         
15169         Code is contributed under MIT/X11 license.
15171 2007-05-09  Jonathan Chambers  <joncham@gmail.com>
15173         * threads.c: Initialize Thread.AprtmentState and set on Thread.Start
15174         in start_wrapper. Added mono_thread_init_apartment_state and
15175         mono_thread_cleanup_apartment_state.
15176         * object.c: Initialize thread apartment state on main thread
15177         by checking for STAThreadAttribute on entry point.
15178         * object-internals.h: Add apartment_state field to MonoThread.
15179         * threads-types.h: Add unmanaged definition of 
15180         System.Threading.ApartmentState, MonoThreadApartmentState.
15181         
15182         Code is contributed under MIT/X11 license.
15183         
15184 2007-05-08  Jonathan Chambers  <joncham@gmail.com>
15186         * class.c: Fix windows build.
15187         * class-internals.h: Fix windows build.
15188         
15189         Code is contributed under MIT/X11 license.
15191 2007-05-08  Robert Jordan  <robertj@gmx.net>
15193         * process.c (CreateProcess_internal):
15194         Pass CREATE_NO_WINDOW to CreateProcess when ProcessStartupInfo
15195         .CreateNoWindow was specified. Fixes #81496.
15197 2007-05-08  Massimiliano Mantione  <massi@ximian.com>
15199         * class-internals.h: Removed "MonoClass.interface_offsets" as a first
15200         step in implementing IMT, replaced it with two compact arrays
15201         (interfaces_packed and interface_offsets_packed) and a bitmap that
15202         is used for isinst checks (interface_bitmap).
15204         * class.c: (compare_interface_ids): compare function to pass to
15205         bsearch when looking for an interface with a given id.
15206         (mono_class_interface_offset): reimplemented using bsearch on
15207         interfaces_packed, getting the offset from interface_offsets_packed.
15208         (print_implemented_interfaces): utility debugging function.
15209         (setup_interface_offsets): reworked to initialize interfaces_packed,
15210         interface_offsets_packed and interface_bitmap.
15212         * object.c: replaced all accesses to "MonoClass.interface_offsets"
15213         with uses of interfaces_packed and interface_offsets_packed.
15215 2007-05-08  Massimiliano Mantione  <massi@ximian.com>
15217         * class-internals.h: Added MONO_CLASS_IMPLEMENTS_INTERFACE macro and
15218         mono_class_interface_offset prototype to wrap all accesses to
15219         "MonoClass.interface_offsets".
15221         * class.c: Implemented mono_class_interface_offset, and wrapped all
15222         accesses to "MonoClass.interface_offsets".
15224         * monodiet.c, object.c, marshal.c, icall.c: wrapped all accesses to
15225         "MonoClass.interface_offsets".
15227 Tue May 8 13:02:09 CEST 2007 Paolo Molaro <lupus@ximian.com>
15229         * icall.c, icall-def.h: implemented new GetFieldFromHandle and
15230         GetMethodFromHandle overloads (bug #78637).
15232 Tue May 8 12:22:14 CEST 2007 Paolo Molaro <lupus@ximian.com>
15234         * assembly.c: parse ProcessorArchitecture in assembly name and ignore
15235         it for now (see mono-devel, from Marek Sieradzki <marek.sieradzki@gmail.com>).
15237 2007-05-01  Zoltan Varga  <vargaz@gmail.com>
15239         * icall.c (custom_attrs_get_by_type): Handle loading errors gracefully. Fixes
15240         #81498.
15242         * reflection.c (mono_reflection_get_custom_attrs_by_type): Handle loading errors
15243         gracefully.
15244         (mono_custom_attrs_from_index): Ditto.
15246         * icall.c (ves_icall_InternalInvoke): Allow calling ctors of abstract classes. 
15247         Fixes #81501.
15249 2007-04-30  Zoltan Varga  <vargaz@gmail.com>
15251         * metadata.c (mono_metadata_parse_type_full): Avoid an invalid free since the type
15252         is now allocated from a mempool.
15254 2007-04-28  Zoltan Varga  <vargaz@gmail.com>
15256         * threads.c (build_wait_tids): Do not call mono_monitor_enter () here since the
15257         caller holds threads_lock, leading to deadlocks. Fixes #81476.
15259 2007-04-26  Zoltan Varga  <vargaz@gmail.com>
15261         * loader.c (mono_loader_error_prepare_exception): Fix crash caused by calling
15262         mono_loader_clear_error () too late. Fixes #81463.
15264 2007-04-26  Atsushi Enomoto  <atsushi@ximian.com>
15266         * culture-info-table.h : regenerated.
15268 2007-04-25  Zoltan Varga  <vargaz@gmail.com>
15270         * appdomain.c (add_assemblies_to_domain): Fix crash when an assembly reference
15271         is missing.
15273 2007-04-25  Dick Porter  <dick@ximian.com>
15275         * Makefile.am: Put the mingw enforced-optimisation back into the
15276         PLATFORM_WIN32 section.
15278 2007-04-24  Zoltan Varga  <vargaz@gmail.com>
15280         * reflection.c (mono_image_load_module_dynamic): Fix crash introduced by previous
15281         patch.
15283         * image.c (mono_image_load_module): New API function to load a module reference.
15285         * image.c (load_modules): Load modules lazily. Fixes #80812.
15287         * class.c (mono_class_from_typeref): Use mono_image_load_module.
15288         
15289         * reflection.c (mono_image_load_module_dynamic): Copy image->modules_loaded too.
15291         * object-internals.h reflection.c icall-def.h (mono_image_load_module): Rename this 
15292         to mono_image_load_module_dynamic.
15294 2007-04-23  Jonathan Chambers  <joncham@gmail.com>
15296         * marshal.c: Fix calling convention for CCW on non-windows
15297         platforms. STDCALL on windows, CDECL everywhere else to work 
15298         with XPCOM and MainWin COM.
15299         
15300         Code is contributed under MIT/X11 license.
15302 2007-04-23  Martin Baulig  <martin@ximian.com>
15304         Fix #80969.
15306         * loader.c
15307         (method_from_memberref): Added `gboolean *used_context' argument.
15308         (mono_get_method_from_token): Likewise.
15309         (mono_get_method_full): Don't insert the method in the cache when
15310         `used_context' is true.
15312 2007-04-23  Raja R Harinath  <rharinath@novell.com>
15314         * monodiet.c (add_types_from_method): Fix "wrong type" warning.
15316         * reflection.c (mono_reflection_bind_generic_parameters): Don't
15317         create new MonoTypes for returned types.
15318         * class.c (mono_generic_class_get_class): Export mono-internal.
15319         * class-internals.h: Update to changes.
15321 Thu Apr 19 16:45:55 CEST 2007 Paolo Molaro <lupus@ximian.com>
15323         * threadpool.c, threadpool.h, icall-def.h: patch from
15324         Robert Jordan to implemnt ThreadPool.SetMaxThreads.
15326 2007-04-18  Zoltan Varga  <vargaz@gmail.com>
15328         * threads.c (mono_thread_get_stack_bounds): Fix windows build.
15329         
15330         * threads.c (mono_thread_get_stack_bounds): Remove an assert which can be triggered.
15332         * threads.c (mono_thread_get_stack_bounds): New helper function.
15334         * threads.c (mono_thread_attach): Applied patch from horst.reiterer@fabasoft.com.
15335         Correctly compute stack bounds when attaching. Fixes #81394.
15337 Wed Apr 18 18:28:41 BST 2007 Paolo Molaro <lupus@ximian.com>
15339         * reflection.c: fix handling of doubles in custom attributes
15340         for the arm-fpa format (bug #81368).
15342 2007-04-18  Raja R Harinath  <rharinath@novell.com>
15344         * reflection.c (assembly_add_win32_resources): Mildly relax an
15345         bounds check to let the end pointer point just past the end of the
15346         allocated buffer.  (may fix #81384)
15348 2007-04-17  Atsushi Enomoto  <atsushi@ximian.com>
15350         * culture-info-table.h : regenerated.
15352 2007-04-07  Zoltan Varga  <vargaz@gmail.com>
15354         * threads.c (start_wrapper): Call push_appdomain_ref () earlier to fix races where
15355         the thread is aborted early.
15357 2007-04-05  Dick Porter  <dick@ximian.com>
15359         * file-io.c (ves_icall_System_IO_MonoIO_GetFileSystemEntries): use
15360         FindFirstFile()/FindNextFile() to find entries.  This lets the
15361         io-layer versions use MONO_IOMAP compatibility helpers.  Fixes bug
15362         81038.
15364         * appdomain.c (MONO_CORLIB_VERSION): Increment, as the usage of
15365         the parameters of
15366         ves_icall_System_IO_MonoIO_GetFileSystemEntries() has changed.
15368 2007-04-04  Martin Baulig  <martin@ximian.com>
15370         * debug-helpers.c
15371         (mono_method_desc_full_match): Add support for nested classes.
15373 2007-04-02  Zoltan Varga  <vargaz@gmail.com>
15375         * marshal.c (cominterop_get_managed_wrapper_adjusted): Fix warnings.
15377 2007-04-01  Zoltan Varga  <vargaz@gmail.com>
15379         * threads.c (abort_appdomain_thread): Avoid handle leakage if we are
15380         waiting for too many threads.
15382 2007-03-28  Sebastien Pouliot  <sebastien@ximian.com>
15384         * environment.c: Fix return value check on uname so we can get the 
15385         executing version on Solaris operating systems.
15387 2007-03-28  Jb Evain  <jbevain@gmail.com>
15389         * class.c (mono_type_get_name_recurse): Complete the
15390         fix for the creation of assembly qualified names for
15391         pointer types. Fixes #81208.
15393 2007-03-27  Dick Porter  <dick@ximian.com>
15395         * appdomain.c (MONO_CORLIB_VERSION): Increment, as the signature
15396         of ves_icall_System_Threading_Mutex_ReleaseMutex_internal() has
15397         changed.
15399         * threads.c
15400         (ves_icall_System_Threading_Mutex_ReleaseMutex_internal): Return
15401         the value of ReleaseMutex().
15403 2007-03-27  Dick Porter  <dick@ximian.com>
15405         * socket-io.c (ipaddress_to_struct_in_addr): IPAddress is stored
15406         in little-endian order, not network endian, so must be converted
15407         to host endian here.  Fixes bug 80593.
15409 2007-03-22  Jb Evain  <jbevain@gmail.com>
15411         * class.c (mono_type_get_name_recurse): Fix the creation of assembly
15412         qualified names for pointer types. Fixes #81208.
15414 2007-03-21  Jonathan Chambers  <joncham@gmail.com>
15416         * marshal.c: Add support for PreserveSigAttribute. 
15417         
15418         Code is contributed under MIT/X11 license.
15420 2007-03-14  Zoltan Varga  <vargaz@gmail.com>
15422         * process.c: Fix endianness issues. Fixes #81126.
15424         * reflection.c (mono_reflection_create_dynamic_method): Fix the last change so
15425         multiple circular calls made from the same DynamicMethod work. Fixes #81141.
15427         * image.c (mono_image_lookup_resource): Make this work on big-endian
15428         machines.Change API contract so the caller needs to free the return value.
15429         
15430         * process.c (process_get_fileversion): Adapt to mono_image_lookup_resource ()
15431         API change.
15432         
15433 2007-03-14  Martin Baulig  <martin@ximian.com>
15435         * debug-helpers.c (mono_type_get_desc): In `MONO_TYPE_ARRAY', use
15436         mono_type_get_desc() as well.
15438 2007-03-13  Jonathan Chambers  <joncham@gmail.com>
15440         * icall.c:  Fix environ access in VS.  
15441         
15442 2007-03-13  Alp Toker  <alp@atoker.com>
15444         * icall.c (ves_icall_MonoType_GetElementType): For enums, return null
15445         rather than the underlying type. Based on a patch by Ben Maurer. Fixes
15446         #63841.
15448 2007-03-12  Zoltan Varga  <vargaz@gmail.com>
15450         * reflection.c (mono_reflection_create_dynamic_method): Add support for 
15451         circular references among dynamic methods. Fixes #81091.
15453         * object-internals.h (MonoReflectionDynamicMethod): Add 'referenced_by' field.
15455 2007-03-09  Martin Baulig  <martin@ximian.com>
15457         * reflection.c (encode_constant): Add support for MONO_TYPE_GENERICINST.
15459 2007-03-09  Jonathan Chambers  <joncham@gmail.com>
15461         * appdomain.c:  Fix shadow copy on Windows. Use g_snprintf instead
15462         of snprintf as it doesn't exist on Win32 (VS build); also for uniformity.  
15463         
15464         Code is contributed under MIT/X11 license.
15465         
15466 2007-03-09  Gert Driesen  <drieseng@users.souceforge.net>
15468         * loader.c: Reapply patch for bug #79424.
15470 2007-03-06  Zoltan Varga  <vargaz@gmail.com>
15472         * metadata.c (mono_type_to_unmanaged): Only convert object to
15473         MARSHAL_CONV_SAFEHANDLE on the 2.0 profile.
15475 Tue Mar 6 15:39:48 CET 2007 Paolo Molaro <lupus@ximian.com>
15477         * class-internals.h, class.c, metadata.c, reflection.c: removed unused
15478         (and incorrectly set) is_reference field from MonoGenericInst.
15480 2007-03-06  Zoltan Varga  <vargaz@gmail.com>
15482         * assembly.c (mono_assembly_load_from_full): Call mono_assemblies_unlock ()
15483         a little earlier.
15485         * icall.c (ves_icall_type_Equals): Rename this to ves_icall_System_Type_EqualsInternal.
15487         * icall-def.h: Rename Type:Equals to Type:EqualsInternal.
15489 2007-03-05  Miguel de Icaza  <miguel@novell.com>
15491         * file-io.c (ves_icall_System_IO_MonoIO_Open): Use the new
15492         FileOptions.1 value to mean "temporary", map that to
15493         FILE_ATTRIBUTE_TEMPORARY and use that to signal 600 permissions.
15495         Fixes 80688
15497 2007-03-03  Marek Habersack  <mhabersack@novell.com>
15499         * appdomain.c: implement MS .Net style shadow copying. Copies of
15500         the assemblies are made in a subdirectory of the dynamic base
15501         directory, the assembly names are preserved.
15502         Copy .mdb and .config files along with the assemblies being shadowed.
15504 2007-02-28  Zoltan Varga  <vargaz@gmail.com>
15506         * marshal.c (emit_object_to_ptr_conv): Emit valid IL for handling HandleRefs.
15507         (emit_marshal_handleref): Ditto.
15509         * profiler.c: Applied patch from Tor Lillqvist (tml@novell.com) to fix output
15510         on Visual C++. Fixes #80671.
15512 Wed Feb 28 16:53:40 CET 2007 Paolo Molaro <lupus@ximian.com>
15514         * boehm-gc.c, null-gc.c, object.h, object.c: sgen gc fixes
15515         for clone operations.
15517 2007-02-28  Zoltan Varga  <vargaz@gmail.com>
15519         * marshal.c: Fix warnings.
15521 Fri Feb 23 15:06:57 CET 2007 Paolo Molaro <lupus@ximian.com>
15523         * loader.c: allow case-insensitive matching of the dll name
15524         in dllmap handling when prefixed with "i:".
15526 2007-02-20  Jonathan Chambers  <joncham@gmail.com>
15528         * threads.c: Fix #ifdef for dummy_apc function for VS.
15530 Tue Feb 20 11:59:42 CET 2007 Paolo Molaro <lupus@ximian.com>
15532         * threads.c: don't throw in MemoryBarrier (), use lock/unlock.
15534 2007-02-19  Massimiliano Mantione  <massi@ximian.com>
15535         * class.c (mono_class_setup_vtable_general): Fix bug 75903,
15536         giving precedence to the methods with a fully qualified name
15537         (InterfaceName.MethodName) when building the interface sections
15538         of the vtable.
15540 2007-02-16  Dick Porter  <dick@ximian.com>
15542         * threadpool.c (append_job): Fix fast-path array handling, so it's
15543         less likely the array will grow exponentially when the load is
15544         heavy.
15546 Fri Feb 16 19:17:30 CET 2007 Paolo Molaro <lupus@ximian.com>
15548         * metadata-internals.h, loader.c: fix dllmap lookup order
15549         for non-function maps, too, and prepare for fallback code.
15551 2007-02-12  Robert Jordan  <robertj@gmx.net>
15553         * marshal.c, marshal.h, icall-def.h: rename mono_marshal_realloc
15554         to ves_icall_System_Runtime_InteropServices_Marshal_ReAllocHGlobal
15555         and use GlobalReAlloc on WIN32 to be in sync with GlobalAlloc,
15556         GlobalFree. Fixes a part of bug #77075.
15558 Mon Feb 12 21:10:07 CET 2007 Paolo Molaro <lupus@ximian.com>
15560         * loader.c: implemented typedef parent in field memberref.
15562 2007-02-11  Jonathan Chambers  <joncham@gmail.com>
15564         * marshal.c: Fix warnings and remember to call Release on
15565         IUnknown of RCW.
15566         
15567         Code is contributed under MIT/X11 license.
15569 2007-02-10  Miguel de Icaza  <miguel@novell.com>
15571         * class-internals.h: Add MonoHandleRef definition, and
15572         handleref_class to mono_defaults. 
15574         * metadata.c (mono_type_to_unmanaged): If we find HandleRefs in a
15575         structure, use new conversion MONO_MARSHAL_CONV_HANDLEREF.
15577         * marshal.c (emit_ptr_to_object_conv): Add support for HandleRefs
15578         (do nothing on this stage)
15579         (emit_object_to_ptr_conv): Extract the handle from the HandleRef.  
15580         (emit_marshal_handleref): New method, used for argument handling
15581         of HandleRefs. 
15583 2007-02-08  Jonathan Chambers  <joncham@gmail.com>
15585         * class.c (mono_class_setup_parent): Lazily init com types.
15586         * domain.c (mono_init_internal, mono_init_com_types): Lazily 
15587         init com types.
15588         * object.c (mono_remote_class_vtable): Lazily init com types.
15589         * class-internals.h: Add iunknown and idispatch to MonoDefaults.
15590         * object-internals.h: Add MonoComInteropProxy and MonoReflectionGuidAttribute.
15591         * domain-internals.h: Expose mono_init_com_types.
15592         * icall-def.h: Add icalls for ComInteropProxy, __ComObject, and Marshal.
15593         * marshal.c: Add mutex for cominterop use. Init locals for wrapper methods.
15594         Add support for COM Callable Wrapper marshalling.
15595         * marshal.h: Add icall definitions.
15596         * gc.c: Handle freeing of CCWs in finalizer code.
15597         
15598         Code is contributed under MIT/X11 license.
15600 Thu Feb 8 12:46:18 CET 2007 Paolo Molaro <lupus@ximian.com>
15602         * reflection.c: changed all the signature encoding code to use
15603         a variable-sized buffer.
15605 Wed Feb 7 20:37:23 CET 2007 Paolo Molaro <lupus@ximian.com>
15607         * marshal.c: locking fixes: never take the loader lock
15608         or other runtime locks when holding the marshal lock
15609         (fixes bug#80664).
15611 Wed Feb 7 18:49:10 CET 2007 Paolo Molaro <lupus@ximian.com>
15613         * marshal.c: make the delegate function pointer mapping
15614         work for the moving GC.
15616 Mon Jan 29 11:30:46 CET 2007 Paolo Molaro <lupus@ximian.com>
15618         * marshal.c: fix from Robert Jordan (robertj@gmx.net)
15619         for bug #80618.
15621 Fri Jan 26 12:49:23 CET 2007 Paolo Molaro <lupus@ximian.com>
15623         * image.h, loader.c, metadata-internals.h: use mono-dl instead of
15624         gmodule.
15626 Fri Jan 26 12:00:45 CET 2007 Paolo Molaro <lupus@ximian.com>
15628         * threadpool.c: made the code moving-GC safe.
15630 Thu Jan 25 20:31:41 CET 2007 Paolo Molaro <lupus@ximian.com>
15632         * assembly.c, boehm-gc.c, class-internals.h, class.c,
15633         debug-mono-symfile.c, domain.c, locales.c, marshal.c, metadata.c,
15634         monitor.c, mono-debug.c, mono-debug.h, object.c, profiler.c:
15635         warning cleanup.
15636         * reflection.c: warning cleanup, some threading and moving GC fixes.
15638 Thu Jan 25 16:22:36 CET 2007 Paolo Molaro <lupus@ximian.com>
15640         * class.c, loader.c: create the needed Set/Get/Address array methods
15641         as well as the .ctors in mono_class_init (), fixes bug #80567.
15643 2007-01-24  Zoltan Varga  <vargaz@gmail.com>
15645         * class.c (mono_class_layout_fields): When force-aligning a field, make sure
15646         we doesn't decrease its alignment. Should fix the sparc build.
15648 2007-01-24  Dick Porter  <dick@ximian.com>
15650         * socket-io.c
15651         (ves_icall_System_Net_Sockets_Socket_GetSocketOption_obj_internal):
15652         Create the returned object if we need to ignore an unsupported
15653         socket option.  Fixes a segfault reported by Atsushi.
15655 Tue Jan 23 18:09:21 CET 2007 Paolo Molaro <lupus@ximian.com>
15657         * class.c, object.c: restrict GC-tracked fields to
15658         UIntPtr fields used inside corlib, so we provide better
15659         type info to the GC and also allow broken packing as in
15660         bug #80580.
15662 Mon Jan 22 11:24:27 CET 2007 Paolo Molaro <lupus@ximian.com>
15664         * sgen-gc.c: removed duplicated function.
15666 2007-01-19  Miguel de Icaza  <miguel@novell.com>
15668         *  socket-io.c (convert_sockopt_level_and_name): return -2 as a
15669         value that means that the value is not supported, but that we
15670         should not return a failure, but instead report this as a
15671         successful operation.
15673 2007-01-19  Raja R Harinath  <rharinath@novell.com>
15675         Fix tests/bug79956.2.il
15676         * class.c (mono_type_get_underlying_type): Handle genericinst enums.
15677         (mono_generic_class_get_class): If the generic definition in an
15678         enum, copy over other fields related to it.
15680 Thu Jan 18 18:37:28 CET 2007 Paolo Molaro <lupus@ximian.com>
15682         * metadata.h: fix MONO_TYPE_ISSTRUCT() to not consider
15683         genericinst enums (bug #79215).
15685 2007-01-17  Massimiliano Mantione  <massi@ximian.com>
15686         * class.c: Fix bug 80307.
15688 Wed Jan 17 17:09:20 CET 2007 Paolo Molaro <lupus@ximian.com>
15690         * image.c: if the file table is not present, try to load
15691         all the modules, since we don't have info about them
15692         having or not metadata (bug #80517).
15693         * assembly.c: allow mono_assembly_load_references () to
15694         work for netmodules.
15696 Wed Jan 17 14:28:30 CET 2007 Paolo Molaro <lupus@ximian.com>
15698         * image.c, metadata-internals.h, object.c: execute module
15699         cctors when running on the 2 runtime if present (bug #80487).
15701 Tue Jan 16 15:32:53 CET 2007 Paolo Molaro <lupus@ximian.com>
15703         * icall.c: optimized InitializeArray() on bigendian.
15705 Tue Jan 16 13:18:51 CET 2007 Paolo Molaro <lupus@ximian.com>
15707         * icall.c: fix for the broken ARM FPA double format.
15709 Tue Jan 16 12:51:16 CET 2007 Paolo Molaro <lupus@ximian.com>
15711         * icall.c: handle endian issues for r4 and r8 types, too, in
15712         the InitializeArray() icall.
15714 2007-01-15  Miguel de Icaza  <miguel@novell.com>
15716         * loader.c (mono_loader_error_prepare_exception): Clear the error
15717         once we have extracted the information from it, do this before we
15718         call into the JIT's class loading mechanisms.
15720         * object.c (mono_class_create_runtime_vtable): Do not clear the
15721         loader error before calling mono_class_get_exception_for_failure
15722         as the loader error is needed inside
15723         mono_class_get_exception_for_failure to throw the error (thinko).
15725         Fixes #80521
15726         
15727 Mon Jan 15 10:27:31 CET 2007 Paolo Molaro <lupus@ximian.com>
15729         * reflection.c: align fields rva data so it's faster to load at
15730         runtime.
15732 2007-01-12  Raja R Harinath  <rharinath@novell.com>
15734         Prepare to simplify GenericMethod handling.
15735         * class-internals.h (mono_method_get_context): New accessor function.
15736         * class.c, icall.c, loader.c, reflection.c, verify.c: Use accessor
15737         rather than directly accessing '->context' field.
15739         * class-internals.h (_MonoGenericParam.method): Move ...
15740         (_MonoGenericContainer): ... here.  Add into union with klass field.
15741         * class.c, icall.c, loader.c, metadata.c, reflection.c:
15742         Update to changes.
15744 Fri Jan 12 11:58:52 CET 2007 Paolo Molaro <lupus@ximian.com>
15746         * Makefile.am, class-internals.h, debug-helpers.c: consolidate
15747         the wrapper type enum and reduce relocations.
15749 2007-01-12  Raja R Harinath  <rharinath@novell.com>
15751         * reflection.c (inflate_mono_method): Reuse method instantiation
15752         from the generic method, if available.
15754 2007-01-11  Jonathan Chambers  <joncham@gmail.com>
15756         * marshal.c (emit_marshal_variant): Fix conv_arg
15757         type in last commit, based on whether parameter is byref.
15758         
15759 2007-01-11  Jonathan Chambers  <joncham@gmail.com>
15761         * marshal.c (emit_marshal_variant): Handle unmanaged->managed
15762         marshalling.
15763         (mono_marshal_emit_managed_wrapper): Convert byref arguments of type
15764         MONO_TYPE_OBJECT back for VARIANT support.
15766 2007-01-11  Jonathan Chambers  <joncham@gmail.com>
15768         * marshal.c, marshal.h, icall-def.h: Implement 
15769         Marshal.ReAllocCoTaskMem.
15771 Thu Jan 11 19:00:03 CET 2007 Paolo Molaro <lupus@ximian.com>
15773         * marshal.c: memory retention fixes: use the proper
15774         image cache for runtime_invoke method lookups.
15776 Thu Jan 11 18:53:19 CET 2007 Paolo Molaro <lupus@ximian.com>
15778         * mempool.c: added code to help debug mempool allocations.
15780 2007-01-11  Dick Porter  <dick@ximian.com>
15782         * socket-io.c (convert_sockopt_level_and_name): Add DontFragment
15783         support (experimenting with faking it with IP_MTU_DISCOVER for
15784         systems that don't have IP_DONTFRAGMENT.)
15785         (ves_icall_System_Net_Sockets_Socket_Disconnect_internal): New
15786         icall.
15788         * icall-def.h: new System.Net.Sockets.Disconnect icall.
15790         * socket-io.h: Add new fields to MonoSocketAsyncResult
15791         corresponding to the new ones in Socket.cs.
15793 2007-01-11  Raja R Harinath  <rharinath@novell.com>
15795         Fix IronPython regression mentioned in #80249
15796         * metadata.c (do_mono_metadata_parse_generic_class): Clear
15797         'cached_context' field, since it may have been initialized as a
15798         side-effect of metadata parsing.
15800         * class-internals.h (_MonoGenericClass.is_inflated): Remove.
15801         (_MonoGenericClass.cached_class): Move here and rename from lone
15802         remaining field of ...
15803         (_MonoInflatedGenericClass): ... this.  Remove.
15804         * metadata.h, class.c, reflection.c, metadata.c, icall.c: Update
15805         to changes.
15807         Fix mcs/tests/test-128.cs regression.
15808         * reflection.c (encode_cattr_value) [MONO_TYPE_SZARRAY]: Revert
15809         2007-01-10 change below.
15810         [MONO_TYPE_OBJECT]: Recurse into array case.
15812 2007-01-11  Raja R Harinath  <harinath@gmail.com>
15814         * class-internals.h (mono_get_inflated_generic_class): Remove.
15815         * class.c (mono_get_inflated_generic_class): Remove.
15816         (mono_generic_class_get_class): Rename from
15817         mono_class_create_generic.
15818         (mono_class_from_mono_type) [GENERICINST]: Use it.
15819         * reflection.c, metadata.c: Update to changes.  Use
15820         'mono_class_from_mono_type'.
15822 Wed Jan 10 16:19:54 CET 2007 Paolo Molaro <lupus@ximian.com>
15824         * reflection.c: use passed type when encoding an array element
15825         in custom attributes (patch from David Mitchell, dmitchell@logos.com).
15827 2007-01-09  Robert Jordan  <robertj@gmx.net>
15829         * marshal.c (mono_delegate_end_invoke): Add check for unpaired asyc
15830         result arguments (someDelegate.EndInvoke (unrelatedAres)).
15831         Fixes bug #80392.
15833 2007-01-09  Raja R Harinath  <rharinath@novell.com>
15835         * class-internals.h (_MonoInflatedGenericClass.is_initialized): Remove.
15837         * object.c (set_value): Avoid aliasing between type->data.klass
15838         and type->data.generic_class.
15840         * class.c (mono_class_create_generic): Don't use 'is_initialized' field.
15842 2007-01-08  Raja R Harinath  <rharinath@novell.com>
15844         * marshal.c (mono_marshal_get_runtime_invoke): Avoid aliasing
15845         between type->data.klass and type->data.generic_class.
15847 2007-01-08  Lluis Sanchez  <lluis@ximian.com>
15849         * marshal.c: In MS.NET, StringBuilder objects are not copied by
15850         value in out parameters.
15852 2007-01-08  Raja R Harinath  <rharinath@novell.com>
15854         Simplify invariant for MonoGenericClass::klass field.
15855         * class.c (mono_class_create_generic): Verify 'klass' is null.
15856         * metadata.c (do_mono_metadata_parse_generic_class): Don't
15857         initialize 'klass' field.
15859 2007-01-05  Raja R Harinath  <rharinath@novell.com>
15861         Ongoing work to avoid redundant data and simplify invariants.
15862         * class-internals.h (_MonoGenericMethod.class_inst): Rename from
15863         'generic_class', and change type to a GenericInst.
15864         (_MonoGenericContext.class_inst): Likewise, rename from 'gclass'.
15865         * class.c, loader.c, metadata.c, reflection.c: Update to changes.
15867 2007-01-05  Atsushi Enomoto  <atsushi@ximian.com>
15869         * class.c : skip io-layer under PLATFORM_WIN32.
15871 2007-01-03  Tor Lillqvist  <tml@novell.com>
15873         Fix #80305: In a bundled executable, look in the bundled exe
15874         assembly to determine the runtime version. Add the possibility to
15875         bundle also the machine.config file.
15876         
15877         * assembly.c (mono_assembly_open_from_bundle): Make
15878         non-static. Allow being called even if we have no bundled
15879         assemblies, and return NULL right away in that case.
15881         * domain-internals.h: Declare mono_assembly_open_from_bundle()
15882         here.
15884         * domain.c (app_config_parse): Take an assembly exe file name as
15885         parameter instead of a config file name. Check for a bundled
15886         config file for that assembly by calling
15887         mono_config_string_for_assembly_file() (see below) before looking
15888         for one in the file system.
15889         (get_runtimes_from_exe): Corrsponding change to call of
15890         app_config_parse().
15891         (get_runtimes_from_exe): Check for bundled assembly exe file first
15892         by calling mono_assembly_open_from_bundle(). If no bundled
15893         assembly exe file is found, call mono_image_open() as before to
15894         look it up in the file system.
15896         * mono-config.c: Add variable bundled_machinec_onfig.
15897         (mono_config_string_for_assembly_file): New function.
15898         (mono_config_for_assembly): Move code snippet that looks for a
15899         bundled assembly .config file into the above new function. Call
15900         it.
15901         (mono_register_machine_config, mono_get_machine_config): New
15902         functions to set and retrieve
15904         * assembly.h: Declare mono_register_machine_config().
15906         * mono-config.h: Declare mono_get_machine_config() and
15907         mono_config_string_for_assembly_file().
15909         * icall.c: No declaration of environ necessary on Win32. It is
15910         declared (as a macro expanding to a function call) in stdlib.h.
15911         (ves_icall_System_Configuration_DefaultConfig_get_bundled_machine_config):
15912         New internal mono function. Returns the value of
15913         mono_get_machine_config() as a Mono string.
15915         * icall-def.h: Add get_bundled_machine_config().
15917 2007-01-04  Raja R Harinath  <rharinath@novell.com>
15919         Remove redundant field
15920         * class-internals.h (_MonoGenericContext.container): Remove field.
15921         * loader.c (mono_method_get_signature_full): Don't parse a
15922         "container" for a signature parse when the signature is inflated
15923         immediately.
15924         (method_from_methodspec): Likewise, for a generic_inst.
15925         * class.c, metadata.c, reflection.c: Update to changes.
15927 2006-01-04  Raja R Harinath  <rharinath@novell.com>
15929         * class-internals.h (_MonoGenericClass): Rename 'context' field to
15930         'cached_context', and change semantics -- it starts off NULL, and
15931         is initialized on demand.
15932         * class.c (mono_generic_class_get_context): New accessor to
15933         replace 'context' field accesses.
15934         (mono_class_get_context): New helper.
15935         (*): Update to changes.
15936         * icall.c, loader.c, metadata.c, reflection.c: Update to changes.
15938 2007-01-03  Miguel de Icaza  <miguel@novell.com>
15940         * marshal.c (mono_string_to_byvalstr): Fix thinko, shorten len
15941         before the memcpy.   Fixes Marshal2 regression.
15943 2007-01-02  Jb Evain  <jbevain@gmail.com>
15945         * blob.h: add a MONO_TYPE_ENUM definition
15946         * reflection.c (load_cattr_value, create_custom_attr, create_custom_attr_data):
15947         fix the encoding of arrays of enums in custom attributes.
15949         Fixes #79666.
15951 2007-01-01  Miguel de Icaza  <miguel@novell.com>
15953         * marshal.c (mono_string_to_byvalwstr): Fix this routine.   The
15954         string is null terminated, but only cut the string short if it
15955         overflows the buffer.   
15956         
15957         (mono_string_to_byvalstr): Also fix this routine.   The code here
15958         was not properly terminating a string (it was only terminated
15959         because of the previous catch-all memset). 
15961         I left the memset, because I do not know if applications expect
15962         the runtime to clear this region. 
15964         Fixes #79944.
15966         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType):
15967         Clear the error before returning to unmanaged code to prevent the
15968         runtime from being confused later on (fixes  80420).
15969         (ves_icall_type_from_name): Always call mono_loader_clear_error
15970         after parsing a type that could have failed.
15971         (ves_icall_System_Reflection_Assembly_GetTypes): ditto.
15973         * loader.c (mono_loader_clear_error): Fix indentation.
15975 2006-12-28  Martin Baulig  <martin@ximian.com>
15977         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 58.
15979 Fri Dec 22 20:04:57 CET 2006 Paolo Molaro <lupus@ximian.com>
15981         * reflection.c: patch from Rolf Bjarne Kvinge to fix
15982         getting a token for an EnumBuilder.
15984 Fri Dec 22 19:49:07 CET 2006 Paolo Molaro <lupus@ximian.com>
15986         * reflection.c: be more careful in case resource generation
15987         fails to create the data array.
15989 Fri Dec 22 18:17:40 CET 2006 Paolo Molaro <lupus@ximian.com>
15991         * sgen-gc.c: write barrier for clone and fix unregister handles.
15993 Fri Dec 22 18:15:33 CET 2006 Paolo Molaro <lupus@ximian.com>
15995         * reflection.c: some fixes needed in the generics code for the moving GC.
15997 2006-12-22  Robert Jordan  <robertj@gmx.net>
15999         * icall.c (ves_icall_System_Array_SetValueImpl): Take enums into
16000         account. Fixes bug #80299.
16002 2006-12-21  Raja R Harinath  <rharinath@novell.com>
16004         Fix WaitHandle usage in delegates.
16005         * object-internals.h (mono_wait_handle_get_HANDLE): Declare.
16006         * object.c (mono_wait_handle_new): Use the property set method to
16007         initialize the handle.
16008         (mono_wait_handle_get_handle): New.
16009         * threadpool.c (mono_async_invoke): Use it.
16010         * threads.c (ves_icall_System_Threading_WaitHandle_WaitAll_internal):
16011         Likewise.
16012         (ves_icall_System_Threading_WaitHandle_WaitAny_internal): Likewise.
16014 2006-12-21  Jonathan Chambers  <joncham@gmail.com>
16016         * marshal.c (emit_marshal): Call emit_marshal_variant and
16017         emit_marshal_com_interface when applicable.
16018         (emit_marshal_variant, emit_marshal_com_interface): Add
16019         methods for this case and remove if's from emit_marshal_object.
16020         
16021 Wed Dec 20 11:03:56 CET 2006 Paolo Molaro <lupus@ximian.com>
16023         * filewatcher.c: updated to use the mono-dl API instead of gmodule.
16025 2006-12-19  Jonathan Chambers  <joncham@gmail.com>
16027         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_AllocHGlobal,
16028         ves_icall_System_Runtime_InteropServices_Marshal_FreeHGlobal): Use GlobalAlloc
16029         and GlobalFree on Windows. Remove FIXME.
16031 Tue Dec 19 16:18:16 CET 2006 Paolo Molaro <lupus@ximian.com>
16033         * mono-mlist.h, mono-mlist.c, Makefile.am: linked list
16034         implementation for managed objects.
16036 Tue Dec 19 14:28:03 CET 2006 Paolo Molaro <lupus@ximian.com>
16038         * object.c: implemented code to be used for checking
16039         that no reference field overlaps with non-references.
16041 Tue Dec 19 14:10:37 CET 2006 Paolo Molaro <lupus@ximian.com>
16043         * threadpool.c: fix queue code to be compatible with the
16044         moving GC.
16046 2006-12-18  Miguel de Icaza  <miguel@novell.com>
16048         * marshal.c (emit_object_to_ptr_conv): Handle null safehandles
16049         in structures by throwing ArgumentNullException.
16051         (emit_marshal_safehandle): Also when they are null parameters.
16053         (emit_marshal_safehandle): Add support for ref
16054         SafeHandles parameters
16056 Mon Dec 18 19:14:44 CET 2006 Paolo Molaro <lupus@ximian.com>
16058         * profiler.c: updated to use the mono-dl API instead of
16059         gmodule.
16061 Mon Dec 18 19:02:37 CET 2006 Paolo Molaro <lupus@ximian.com>
16063         * profiler.c: updated to use the mono-dl dynamic loading
16064         API instead of gmodule.
16066 Mon Dec 18 18:16:22 CET 2006 Paolo Molaro <lupus@ximian.com>
16068         * profiler.c: use readlink, older versions of glib don't have
16069         g_file_read_link ().
16071 Mon Dec 18 16:40:34 CET 2006 Paolo Molaro <lupus@ximian.com>
16073         * profiler.c: try to detect the path to mono if libc fails to provide
16074         a useful name (bug #80286).
16076 2006-12-16  Raja R Harinath  <rharinath@novell.com>
16078         Fix #80242
16079         * icall.c (ves_icall_Type_GetNestedType): If the type is a generic
16080         instance, use the generic type definition instead.
16081         (ves_icall_Type_GetNestedTypes): Likewise.
16082         * class.c (mono_class_create_generic): Always set the
16083         nested_classes of a generic instance to NULL, even if the generic
16084         type definition has nested types.
16086 2006-12-15  Jonathan Chambers  <joncham@gmail.com>
16088         * marshal.c (mono_string_from_bstr): Revert previous Windows change
16089         and fix on Linux.
16090         
16091 2006-12-15  Miguel de Icaza  <miguel@novell.com>
16093         * marshal.c (mono_string_from_bstr): Jon Chambers pointed out that
16094         my arguments were in the wrong order.   I also fixed the Windows
16095         version which seems to have had the same issue.
16097         (mono_free_bstr): On Unix, this is g_free.
16098         (mono_string_from_bstr, mono_string_to_bstr): Implement bstr
16099         conversions (for the tests in corlib to pass).
16101 2006-12-14  Miguel de Icaza  <miguel@novell.com>
16103         * marshal.c (emit_ptr_to_object_conv): For now, ignore
16104         MONO_MARSHAL_CONV_SAFEHANDLE on return values (we need to throw an
16105         exception if a ref SafeHandle in a struct has changed).
16106         
16107         (emit_struct_conv): Do not perform layout checks for classes
16108         derived from SafeHandle, as those are specially handled. 
16110         (emit_object_to_ptr_conv): Add support for
16111         MONO_MARSHAL_CONV_SAFEHANDLE conversion. 
16113         (emit_marshal_safehandle): Implement conversion of return values
16114         of safehandles (MARSHAL_ACTION_CONV_RESULT).
16115         
16116         * threads.c: WaitHandle now is compiled with two different handles
16117         "IntPtr os_handle" for 1.x and "SafeWaitHandle safe_wait_handle"
16118         for 2.0.
16119         
16120         (ves_icall_System_Threading_WaitHandle_WaitAll_internal) 
16121         (ves_icall_System_Threading_WaitHandle_WaitAny_internal): Adjust
16122         these routines to cope with both kinds of fields.
16124 2006-12-12  Miguel de Icaza  <miguel@novell.com>
16126         * metadata.c (mono_type_to_unmanaged): Handle the case where
16127         type->data.klass is a SafeHandle, and in that case, return the
16128         size of a pointer (MONO_NATIVE_INT) and set the conversion to be
16129         MONO_MARSHAL_CONV_SAFEHANDLE. 
16131 2006-12-11  Miguel de Icaza  <miguel@novell.com>
16133         * marshal.c (emit_marshal): Hook up to the MONO_TYPE_CLASS and
16134         MONO_TYPE_OBJECT cases and check for a SafeHandle here before
16135         calling emit_marshal_object.
16137         (emit_marshal_safehandle): Implement marshalling of
16138         SafeHandle parameters (no ref support yet).
16140         (MarshalAction): Document the defines as I implement
16141         them for SafeHandle.
16143         (emit_marshal_object): indentation police.
16145         * class-internals.h: Define MonoSafeHandle.
16146         Add safehandle_class to MonoDefaults type.
16148         * verify.c: Add System.Runtime.InteropServices.SafeHandle to the
16149         list of classes to check for fields. 
16151         * domain.c (mono_init_internal): Add SafeHandle to the list of
16152         mono_defaults loaded.
16154 2006-12-15  Raja R Harinath  <rharinath@novell.com>
16156         Fix #80253
16157         * reflection.c (mono_reflection_bind_generic_parameters): If the
16158         generic type definition is a type builder, ensure that it is fully
16159         initialized before instantiating it.  Kill some dead code.
16161 Thu Dec 14 17:02:59 CET 2006 Paolo Molaro <lupus@ximian.com>
16163         * object.c: clear the loader_error () before loading
16164         more metadata stuff (bug #80258).
16166 Thu Dec 14 12:49:47 CET 2006 Paolo Molaro <lupus@ximian.com>
16168         * icall.c, icall-defs.h: type modifiers icalls for
16169         parameters and properties.
16171 Wed Dec 13 19:29:50 CET 2006 Paolo Molaro <lupus@ximian.com>
16173         * object.c, icall.c: fixed warnings.
16175 Mon Dec 11 11:03:10 CET 2006 Paolo Molaro <lupus@ximian.com>
16177         * marshal.c: fixed a couple of leaks and coding style in a few places.
16179 2006-12-08  Dick Porter  <dick@ximian.com>
16181         * process.c: Cope with NULL ProcessStartInfo arguments on windows
16182         too.  Patch from Jonathan Chambers <joncham@gmail.com>, fixes bug
16183         80173.
16185 Thu Dec 7 15:20:31 CET 2006 Paolo Molaro <lupus@ximian.com>
16187         * process.c: ProcessStartInfo may have only filename set and
16188         arguments can be NULL.
16190 Tue Dec 5 19:19:34 CET 2006 Paolo Molaro <lupus@ximian.com>
16192         * icall.c: fix leak found by Robert Jordan.
16194 Tue Dec 5 17:53:10 CET 2006 Paolo Molaro <lupus@ximian.com>
16196         * marshal.c, marshal.h: generate managed method to access an element
16197         of a multi-dimensional array.
16199 2006-11-30  Paolo Molaro (lupus@ximian.com)
16201         * metadata.c, marshal.c: locking fixes when writing to image->mempool.
16203 Thu Nov 30 11:11:37 CET 2006 Paolo Molaro <lupus@ximian.com>
16205         * icall.c: back out GetFields () fix until the serialization code is
16206         fixed to not depend on the incorrect behaviour.
16208 Wed Nov 29 22:01:46 CET 2006 Paolo Molaro <lupus@ximian.com>
16210         * profiler.c: provide defaults if none are set.
16212 Tue Nov 28 12:54:51 CET 2006 Paolo Molaro <lupus@ximian.com>
16214         * Makefile.am, attrdefs.h: new public header file with
16215         constants for attributes for use by embedders.
16217 Tue Nov 28 11:44:52 CET 2006 Paolo Molaro <lupus@ximian.com>
16219         * icall.c: GetFields () fix for bug #80064.
16221 Tue Nov 28 10:56:01 CET 2006 Paolo Molaro <lupus@ximian.com>
16223         * filewatcher.c, filewatcher.h, icall-def.h, icall.c, locales.c:
16224         removed long unused icalls.
16226 2006-11-27  Jonathan Chambers  <joncham@gmail.com>
16227   
16228         * marshal.c: 
16229                 (mono_marshal_emit_managed_wrapper): Level of indirection for 
16230                 mono_marshal_get_managed_wrapper so that a wrapper for a managed method
16231                 can be generated without a delegate class.
16232                 (mono_marshal_get_managed_wrapper): Move wrapper logic to mono_marshal_emit_managed_wrapper.
16233         
16234         Signed-off-by: Jonathan Chambers <joncham@gmail.com>
16236 2006-11-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
16238         * console-io.c: add the 'signal' call removed by mistake. Fixes bug
16239         #80069.
16241 Mon Nov 27 19:29:13 CET 2006 Paolo Molaro <lupus@ximian.com>
16243         * boehm-gc.c, null-gc.c, sgen-gc.c, mono-gc.h, icall.c,
16244         icall-def.h: added icalls needed by System.GC.
16246 Thu Nov 23 20:01:12 CET 2006 Paolo Molaro <lupus@ximian.com>
16248         * loader.c: ensure the class in catch clauses is handled
16249         correctly for generics methods (fixes bug#79980).
16251 Thu Nov 23 17:31:58 CET 2006 Paolo Molaro <lupus@ximian.com>
16253         * monitor.h, monitor.c: added mono_locks_dump () function
16254         to help debug deadlocks involving managed locks.
16256 2006-11-13  Dick Porter  <dick@ximian.com>
16258         * file-io.c (get_file_attributes): If the file is a symlink try
16259         and get the stat data for the target, but also add the
16260         FILE_ATTRIBUTE_REPARSE_POINT flag.  This is an attempt to follow
16261         the specs for the windows symlink support, but will probably have
16262         to be reworked when I have test data from a vista machine.  Fixes
16263         bug 79887.
16265 2006-11-13  Dick Porter  <dick@ximian.com>
16267         * gc.c (mono_domain_finalize): 
16268         * marshal.c (mono_delegate_begin_invoke): 
16269         * threadpool.c (socket_io_init, mono_thread_pool_init)
16270         (mono_thread_pool_finish): 
16271         * monitor.c (mono_monitor_try_enter_internal): 
16272         * threads.c (mono_thread_resume, mono_thread_init)
16273         (mono_thread_suspend_all_other_threads)
16274         (mono_thread_execute_interruption): 
16275         * appdomain.c (mono_domain_unload): Check for NULL error returns
16276         from CreateThread(), CreateEvent() and CreateSemaphore().  See bug
16277         75733.
16279 2006-11-11  Miguel de Icaza  <miguel@novell.com>
16281         * process.c
16282         (ves_icall_System_Diagnostics_Process_CreateProcess_internal):
16283         Only close the handle if the value of the handle is not
16284         INVALID_HANDLE_VALUE.  This just makes the process a bit more
16285         robust.
16287         Improvement for #75733, so that we do not run into this problem. 
16289         
16290         * assembly.c (check_path_env, check_extra_gac_path_env): Do not
16291         include empty directories from MONO_PATH or MONO_GAC_PREFIX in our
16292         internal variables.  Fixes #79462 
16293         
16295 2006-11-09  Dick Porter  <dick@ximian.com>
16297         * socket-io.c (ves_icall_System_Net_Sockets_Socket_Poll_internal):
16298         Use poll() not select().  Fixes bug 79397.
16300 2006-11-09  Raja R Harinath  <rharinath@novell.com>
16302         Fix #79872
16303         * assembly.c (mono_assembly_load_from_full): Check that the given
16304         image has an assembly manifest.
16306 2006-11-09  Ankit Jain  <jankit@novell.com>
16308         * tabledefs.h (ASSEMBLYREF_RETARGETABLE_FLAG):
16309         (ASSEMBLYREF_ENABLEJITCOMPILE_TRACKING_FLAG):
16310         (ASSEMBLYREF_DISABLEJITCOMPILE_OPTIMIZER_FLAG): Add AssemblyRef flags.
16312 2006-11-07  Dick Porter  <dick@ximian.com>
16314         * socket-io.c (ves_icall_System_Net_Dns_GetHostByAddr_internal):
16315         Put the old resolver behaviour back for pre-2.0 profiles.
16317 Tue Nov 7 16:56:24 CET 2006 Paolo Molaro <lupus@ximian.com>
16319         * threadpool.c: precise GC and locking fixes.
16321 Tue Nov 7 11:02:42 CET 2006 Paolo Molaro <lupus@ximian.com>
16323         * class.c: don't load types that have an explicit unaligned
16324         managed reference. Provide better info in the TypeLoad exception.
16325         Part of the fix for bug #79744.
16326         * object.c: use the correct check for class type load issues.
16328 Mon Nov 6 17:07:43 CET 2006 Paolo Molaro <lupus@ximian.com>
16330         * class.c: enforce alignment of fields with managed references
16331         even when Pack=1 is forced by the user (bug #77788).
16333 2006-11-03  Dick Porter  <dick@ximian.com>
16335         * socket-io.c (ves_icall_System_Net_Dns_GetHostByAddr_internal):
16336         If the address reverse lookup fails, return it as the hostname
16337         anyway.  Fixes bug 79721.
16339 2006-11-03  Dick Porter  <dick@ximian.com>
16341         * threads.c (ves_icall_System_Threading_Thread_SpinWait_internal):
16342         Fix build on Windows.
16344 2006-11-02  Dick Porter  <dick@ximian.com>
16346         * icall-def.h: 
16347         * object-internals.h: 
16348         * exception.c (mono_get_exception_thread_interrupted): 
16349         * threads.c: Implement Thread.Interrupt and Thread.SpinWait.
16350         Fixes bug 74525.
16352         * monitor.c (ves_icall_System_Threading_Monitor_Monitor_wait):
16353         Check for pending Thread.Interrupt.
16355 2006-10-27  Massimiliano Mantione  <massi@ximian.com>
16356         * loader.c: Fixed bug 79684.
16358 2006-10-27  Dick Porter  <dick@ximian.com>
16360         * file-io.c (get_file_attributes): Force symlinks to directories
16361         to be returned as a regular file.  Fixes bug 79733.
16362 2006-10-26  Dick Porter  <dick@ximian.com>
16364         * file-io.c (ves_icall_System_IO_MonoIO_Open): If we're calling
16365         CreateFile to open a directory then we need to set the
16366         FILE_FLAG_BACKUP_SEMANTICS flag.  Fixes bug 75285.
16368 2006-10-23  Zoltan Varga  <vargaz@gmail.com>
16370         * reflection.c (mono_method_get_object): Cache the MonoMethod class and its
16371         friends.
16373 Mon Oct 23 03:06:06 CEST 2006 Paolo Molaro <lupus@ximian.com>
16375         * sgengc.c: small cleanup of timer code.
16377 Mon Oct 23 02:49:08 CEST 2006 Paolo Molaro <lupus@ximian.com>
16379         * sgen-gc.c: fix some warnings and start adding support for
16380         complete object removal on domain unload.
16382 2006-10-22  Gert Driesen  <drieseng@users.sourceforge.net>
16384         * assembly.c: build_assembly_name should not consider a version
16385         number without build or revision number invalid. Fixes bug #79715.
16387 2006-10-18  Jonathan Chambers  <joncham@gmail.com>
16389         * icall.c: Have ves_icall_System_Diagnostics_DefaultTraceListener_WriteWindowsDebugString
16390         call kernel32 function OutputDebugString directly.
16391         
16392         Signed-off-by: Jonathan Chambers <joncham@gmail.com>
16393         
16394 Tue Oct 17 16:59:59 CEST 2006 Paolo Molaro <lupus@ximian.com>
16396         * reflection.c: small cleanup, using a function to insert a MonoString
16397         in the string heap.
16399 Tue Oct 17 16:45:27 CEST 2006 Paolo Molaro <lupus@ximian.com>
16401         * reflection.c: moving GC fixes.
16403 Mon Oct 16 16:53:12 CEST 2006 Paolo Molaro <lupus@ximian.com>
16405         * sgen-gc.c, gc-internal.h, gc.c: added API to collect and remove
16406         all the objects with finalizers belonging to an unloading appdomain.
16408 Mon Oct 16 15:08:41 CEST 2006 Paolo Molaro <lupus@ximian.com>
16410         * sgen-gc.c: added ability to allocate even when the nursery is fully
16411         pinned and fixed a couple of bugs.
16413 2006-10-15  Zoltan Varga  <vargaz@gmail.com>
16415         * threads.h: Revert the last change for now.
16417         * threads.h (mono_thread_get_pending_exception): Rename this to
16418         mono_thread_get_undeniable_exception ().
16420 2006-10-15  Gert Driesen  <drieseng@users.sourceforge.net>
16422         * appdomain.c: Use mono_get_exception_bad_image_format2 to construct
16423         BadImageFormatException in ves_icall_System_Reflection_Assembly_LoadFrom
16424         when fname does not refer to valid assembly. This result in a more
16425         meaningful error message.
16426         * exception.c: added mono_get_exception_bad_image_format2 which 
16427         constructs a BadImageFormatException using the ctor taking a custom
16428         message and the file name. Passing in a NULL msg results in a default
16429         message.
16430         * exception.h: define mono_get_exception_bad_image_format2 function.
16431         * icall.c: in InternalGetAssemblyName, throw BadImageFormatException 
16432         when file name pointed to an invalid IL image. Use 
16433         mono_get_exception_file_not_found2 to construct FileNotFoundException,
16434         as this results in a more meaningful error message.
16436 2006-10-15  Zoltan Varga  <vargaz@gmail.com>
16438         * reflection.c (encode_named_val): Implement proper encoding of arrays. Fixes
16439         #79465.
16441 2006-10-12  Zoltan Varga  <vargaz@gmail.com>
16443         * metadata.c (mono_type_size): Change the align parameter to guint32 for
16444         consistency with the other _size functions.
16445         (mono_type_stack_size): Ditto.
16447         * class.c object.c icall.c: Fix warnings caused by the above change.
16449         * class.c (mono_class_get_method_from_name_flags): Fix a typo.
16451         * image.c (load_metadata_ptrs): Reenable loading of modules with uncompressed metadata.
16453         * metadata.c class.c loader.c: Add proper support for uncompressed metadata.
16455 Wed Oct 11 17:27:05 CEST 2006 Paolo Molaro <lupus@ximian.com>
16457         * console-io.h, filewatcher.h, locales.h, marshal.h, monitor.h,
16458         process.h, rand.h, rawbuffer.h, security-manager.h, security.h,
16459         socket-io.h, string-icalls.h, sysmath.h, threadpool-internals.h,
16460         threadpool.h, threads-types.h: mark more internal functions.
16462 2006-10-11  Dick Porter  <dick@ximian.com>
16464         * socket-io.c (ves_icall_System_Net_Sockets_Socket_Poll_internal):
16465         Fix typo spotted by Robert Jordan in bug 79352 (though I can't
16466         reproduce the bug even before applying the fix.)
16468 Tue Oct 10 15:39:39 CEST 2006 Paolo Molaro <lupus@ximian.com>
16470         * reflection.c: allow retrieving attributes for arguments in generic
16471         methods (bug #79241).
16473 Tue Oct 10 11:45:50 CEST 2006 Paolo Molaro <lupus@ximian.com>
16475         * debug-mono-symfile.c: properly check fopen () result (found by
16476         coverity).
16478 Tue Oct 10 11:30:52 CEST 2006 Paolo Molaro <lupus@ximian.com>
16480         * reflection.c: make error message clearer and fixed two
16481         issuelets found by Coverity.
16483 2006-10-10  Zoltan Varga  <vargaz@gmail.com>
16485         * object-internals.h: Remove duplicate definition of mono_method_get_signature_full ().
16487 Mon Oct 9 19:41:44 CEST 2006 Paolo Molaro <lupus@ximian.com>
16489         * object-internals.h, gc-internal.h, profiler-private.h:
16490         mark internal functions.
16492 Mon Oct 9 19:28:56 CEST 2006 Paolo Molaro <lupus@ximian.com>
16494         * reflection.c: put data in the text section.
16495         * icall.c: recognize more types in type_from_typename ().
16496         * process.c, marshal.c: added some GC FIXMEs.
16498 Mon Oct 9 19:27:26 CEST 2006 Paolo Molaro <lupus@ximian.com>
16500         * loader.c: check for NULL before initializing.
16502 2006-10-09  Zoltan Varga  <vargaz@gmail.com>
16504         * gc.c (finalizer_thread): Use a non-alertable wait here.
16506         * class.c loader.c metadata.c: Revert the mono_metadata_decode_table_... changes,
16507         until the correct solution is found.
16509 2006-10-06  Zoltan Varga  <vargaz@gmail.com>
16511         * reflection.c (mono_module_get_object): Avoid an assert when operating on
16512         modules with no metadata. Fixes #79596.
16514         * image.c (load_metadata_ptrs): Put back the error message when
16515         the #- heap is encountered since the support is not complete yet.
16517 Fri Oct 6 16:57:26 CEST 2006 Paolo Molaro <lupus@ximian.com>
16519         * gc.c: do not allow the user to SuppressFinalize () a
16520         delegate because it would leak the trampoline if present.
16522 2006-10-06  Zoltan Varga  <vargaz@gmail.com>
16524         * class.c metadata.c row-indexes.h blob.h: Applied patch from Jb. Add support for the
16525         PropertyPtr table.
16527 2006-10-05  Zoltan Varga  <vargaz@gmail.com>
16529         * loader.c (mono_method_signature): Fix a use of MONO_TABLE_METHOD missed earlier.
16531         * metadata.c (mono_metadata_get_param_attrs): Ditto.
16533         * row-indexes.h: Add definitions for *Ptr tables.
16535         * metadata-internals.h (MonoImage): Add an 'uncompressed_metadata' flag.
16537         * metadata.c (mono_metadata_translate_token_index): New helper function to
16538         translate table indexes used in uncompressed metadata.
16539         (mono_metadata_decode_table_row): Ditto.
16540         (mono_metadata_decode_table_row_col): Ditto.
16542         * metadata.c: Add table schema for *Ptr tables.
16544         * class.c loader.c: Use the new helper function to access the affected metadata
16545         tables.
16546         
16547         * image.c (load_metadata_ptrs): Allow assemblies with uncompressed metadata. Fixes
16548         #38532.
16549         
16550 2006-10-04  Zoltan Varga  <vargaz@gmail.com>
16552         * marshal.c (emit_object_to_ptr_conv): Avoid using short branches around IL
16553         sequences which can be unbounded in size. Fixes #79583.
16555 2006-10-02  Zoltan Varga  <vargaz@gmail.com>
16557         * object.c (mono_runtime_class_init): Handle a corner case in handling failure of
16558         static initialization.
16560         * domain-internals.h (MonoDomain): Add a 'type_init_exception_hash' field.
16562         * class-internals.h (MonoVTable): Add an 'init_failed' flag.
16564         * domain.c (mono_domain_free): Free up type_init_exception_hash.
16566         * object.c (mono_runtime_class_init): Implement correct semantics when a static
16567         ctor fails, i.e. throw the same exception on subsequent accesses.
16568         
16569 2006-09-0  Jonathan Chambers  <joncham@gmail.com>
16571         * domain.c, class-internals.h: Added ComInteropProxy class to MonoDefaults.
16572         * marshal.c: Return correct unmanaged size for object when MarshalAs.Struct.
16573         Emit exception rather than crash in case of COM Callable Wrapper (not yet implemented).
16574         Handle marshalling of interfaces and VARIANTs contained in structs.
16575         
16576         Code is contributed under MIT/X11 license.
16577         
16578 2006-09-30  Zoltan Varga  <vargaz@gmail.com>
16580         * marshal.c (emit_marshal_custom): Fix some corner cases. Fixes #79471.
16581         
16582         * marshal.c (mono_marshal_load_type_info): Allocate memory from the image
16583         mempool.
16585 2006-09-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
16587         * console-io.c: ignore previous SIGINT handler.
16589 2006-09-27  Zoltan Varga  <vargaz@gmail.com>
16591         * metadata.c class.c: Applied patch from Ricardo Fernandez Pascual 
16592         (ricardo.fernandez@st.com). Add some new MonoClass and MonoType accessors. Fixes
16593         #79460, #79461, #79485.
16595         * class.c (mono_class_from_name_case): Fix incorrect comments. Fixes #79504.
16597         * marshal.c (mono_marshal_load_type_info): Fix a typo which caused an assert. Fixes
16598         #79217.
16600 2006-09-26  Zoltan Varga  <vargaz@gmail.com>
16602         * marshal.c (mono_marshal_get_delegate_invoke): Tweak the IL a little so better code
16603         could be generated from it.
16605 Mon Sep 25 13:29:53 CEST 2006 Paolo Molaro <lupus@ximian.com>
16607         * rand.c: fix read loop to correctly handle EINTR.
16609 Mon Sep 25 11:33:06 CEST 2006 Paolo Molaro <lupus@ximian.com>
16611         * Makefile.am, icall-def.h, icall.c, verify.c: changed the way
16612         internal calls are defined to keep methods closer to the declaring
16613         type and allow a significant reduction in runtime relocations and
16614         memory usage.
16616 2006-09-21 Gert Driesen  <drieseng@users.sourceforge.net>
16618         * appdomain.c: Pass NULL to mono_get_exception_file_not_found2 as
16619         exception message to have FileNotFoundException use the default
16620         assembly load error message. Fixes bug #79426.
16621         * exception.c: Support NULL msg in mono_get_exception_file_not_found2.
16623 2006-09-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>
16625         * threadpool.c: (start_thread_or_queue) use the root domain when
16626         creating the thread instead of the async object one.
16628 Thu Sep 21 19:30:04 CEST 2006 Paolo Molaro <lupus@ximian.com>
16630         * class.c, object.c, class-internals.h, reflection.c:
16631         for arrays, store element_size inside MonoClass (speedup
16632         for array object creation).
16634 Thu Sep 21 17:06:43 CEST 2006 Paolo Molaro <lupus@ximian.com>
16636         * icall.c: fixed CodeBase to use the file name and not the module
16637         name (bug #79365).
16639 Thu Sep 21 12:09:34 CEST 2006 Paolo Molaro <lupus@ximian.com>
16641         * mono-debug.c, mono-debug.h: export find_method as
16642         mono_debug_find_method ().
16644 Wed Sep 20 19:59:06 CEST 2006 Paolo Molaro <lupus@ximian.com>
16646         * debug-helpers.c, class-internals.h: added a few functions useful
16647         when debugging under gdb.
16649 2006-09-19 Gonzalo Paniagua Javier <gonzalo@ximian.com>
16651         * console-io.[ch]: trigger the ConsoleCancelEvent and retrieve
16652         characters that need special handling.
16654 Tue Sep 19 18:57:38 CEST 2006 Paolo Molaro <lupus@ximian.com>
16656         * mono-config.c: make the os/cpu specification more flexible,
16657         allowing lists and negation.
16659 2006-09-18  Jonathan Chambers  <joncham@gmail.com>
16661         * marshal.c: COM Interop fixes. Handle case where method->klass.
16662         is interface. Handle BSTR/MonoString when null. Use CDECL as 
16663         calling convention on non-windows platforms. This is for
16664         compatibility with XPCOM and MainWin COM.
16665         
16666         Code is contributed under MIT/X11 license.
16667         
16669 2006-09-18  Zoltan Varga  <vargaz@gmail.com>
16671         * marshal.c (mono_marshal_load_type_info): Handle concurrent and recursive calls
16672         correctly. Fixes #79217.
16674         * class-internals.h (MonoClass): Remove unused marshal_info_init_pending field.
16676 Mon Sep 18 16:59:54 CEST 2006 Paolo Molaro <lupus@ximian.com>
16678         * mono-config.c: allow both an os and cpu attribute for dllmap
16679         and dllentry elemnets to enable a single config file to be used
16680         for multiple architectures.
16682 2006-09-18  Gert Driesen  <drieseng@users.sourceforge.net>
16684         * loader.c: MonoLoaderError was cleared too soon on load failure.
16685         Fixes bug #79424.
16687 Mon Sep 18 15:37:13 CEST 2006 Paolo Molaro <lupus@ximian.com>
16689         * icall.c: use the defining class vtable when accessing a
16690         static field, not a pobblibly derived class.
16692 2006-09-17  Zoltan Varga  <vargaz@gmail.com>
16694         * icall.c string-icalls.c: Remove references to unicode.h.
16696         * unicode.h unicode.c Makefile.am: Remove these unused source files.
16698         * NOTES: Moved to ../../docs and renamed to thread-safety.txt.
16700         * marshal.c (mono_marshal_emit_native_wrapper): Add an 'image' argument, 
16701         indicating the image where custom marshaller types should be looked up.
16702         (mono_ftnptr_to_delegate): Use the image of the delegate type to look up
16703         custom marshallers, instead of corlib. Fixes #79425.
16705 2006-09-14  Zoltan Varga  <vargaz@gmail.com>
16707         * marshal.c (emit_marshal_object): Fix marshalling of blittable classes and null.
16709 2006-09-14  Jonathan Chambers  <joncham@gmail.com>
16711         * environment.c (ves_icall_System_Environment_get_ProcessorCount): 
16712         Implement Environment.ProcessorCount.
16713         
16714         * environment.h (ves_icall_System_Environment_get_ProcessorCount): 
16715         Implement Environment.ProcessorCount.
16716         
16717         * icall.c: 
16718         Add Environment.ProcessorCount icall.
16719         
16720         Patch by Jason McFall.
16722 2006-09-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
16724         * assembly.c: don't append .exe/.dll when the filename already contains
16725         one of those extensions.
16727 2006-09-12  Martin Baulig  <martin@ximian.com>
16729         * class.c (mono_bounded_array_class_get): Also add `IList<object>'
16730         to array interfaces.
16732 2006-09-11  Martin Baulig  <martin@ximian.com>
16734         * reflection.c (mono_image_build_metadata): Create the
16735         MethodImpl's after emitting all types and methods, so we don't
16736         need another fixup pass for them.
16738 2006-09-11  Zoltan Varga  <vargaz@gmail.com>
16740         * class.c (mono_class_from_name_case): Fix regression introduced by the last
16741         change.
16743 Mon Sep 11 12:57:15 CEST 2006 Paolo Molaro <lupus@ximian.com>
16745         * gc-internal.h, appdomain.c, gc.c: force-destroy GC handles on domain
16746         unload.
16748 2006-09-10  Zoltan Varga  <vargaz@gmail.com>
16750         * object.c (mono_method_return_message_restore): Avoid a crash if one of the out
16751         args is not set. Fixes #78926.
16753 2006-09-08  Zoltan Varga  <vargaz@gmail.com>
16755         * class.c (mono_class_init): Init class->no_special_static_fields from the cached info.
16757         * image.c (load_class_names): Move this to class.c, and rename it to 
16758         'mono_image_init_name_cache'.
16759         (load_modules): Fix a warning.
16761         * class.c icall.c image.c: Initialize image->name_cache lazily.
16763         * class-internals.h (MonoGetClassFromName): New hook function to find a class based
16764         on its name using information in the AOT file.
16766         * class.c (mono_class_from_name): Use the new hook function.
16768 2006-09-06  Zoltan Varga  <vargaz@gmail.com>
16770         * reflection.c (mono_param_get_objects): Handle enum default parameter values
16771         correctly.
16773         * marshal.c (emit_marshal_object): Implement [In, Out] byval marshalling of classes.
16774         Fixes #79289.
16775         
16776 2006-09-06  Martin Baulig  <martin@ximian.com>
16778         * icall.c (mono_lookup_internal_call): Small fix.
16780 2006-09-05  Raja R Harinath  <rharinath@novell.com>
16782         * debug-mono-symfile.c (mono_debug_open_mono_symbols): Remove
16783         double g_free.
16785 2006-09-04  Sebastien Pouliot  <sebastien@ximian.com>
16787         * debug-mono-symfile.c: Fix *some* memory leaks that happens only 
16788         when --debug is specified.
16790 2006-09-04  Zoltan Varga  <vargaz@gmail.com>
16792         * class.c (setup_generic_array_ifaces): Fix a warning.
16794 2006-09-04  Miguel de Icaza  <miguel@novell.com>
16796         * Temporarily remove the patch to assemly.c that checks the
16797         assembly versions as it breaks our gacutil.
16799 2006-09-03  Zoltan Varga  <vargaz@gmail.com>
16801         * metadata.c (mono_metadata_parse_mh_full): Fix an invalid free.
16803         * assembly.c (mono_assembly_load_from_full): Avoid loading net 2.0 assemblies into
16804         a net 1.0 runtime.
16806         * marshal.c (mono_string_builder_to_utf8): Fix marshalling of StringBuilders
16807         created using the default ctor. Fixes #79152.
16808         (mono_string_builder_to_utf16): Ditto.
16810 2006-09-01  Martin Baulig  <martin@ximian.com>
16812         Fix handling of the generic array interfaces.
16814         * class-internals.h
16815         (MonoDefaults): Removed `generic_array_class' and added
16816         `generic_ilist' class.
16818         * class.c
16819         (mono_bounded_array_class_get): Add the new generic array interfaces.
16820         (setup_generic_array_ifaces): New static method; create vtable
16821         entries for each method in the generic array interfaces.
16823         * metadata.c
16824         (select_container): Allow "parent-less" generic methods.
16826         * marshal.c
16827         (mono_marshal_get_generic_array_helper): New public method.
16829         * icall.c
16830         (ves_icall_System_Array_InternalArray_GetGenericValueImpl):
16831         Renamed into ves_icall_System_Array_GetGenericValueImpl() and
16832         moved the interncall into System.Array.
16834 2006-09-01  Raja R Harinath  <rharinath@novell.com>
16836         A few more cases of avoiding work on types with ->byref set.
16837         Has the real fix for #79238
16838         * icall.c (is_generic_parameter): New helper.
16839         (ves_icall_Type_GetGenericParameterPosition): Use it.
16840         (ves_icall_Type_GetGenericParameterAttributes): Likewise.
16841         (ves_icall_MonoType_get_IsGenericParameter): Likewise.
16842         (ves_icall_TypeBuilder_get_IsGenericParameter): Likewise.
16843         (ves_icall_Type_GetGenericTypeDefinition_impl): Return NULL on
16844         reference types.
16845         (ves_icall_Type_get_IsGenericTypeDefinition): Return FALSE on
16846         reference types.
16847         (ves_icall_Type_get_IsGenericInstance): Likewise.
16848         (ves_icall_Type_get_IsGenericType): Likewise.
16850 2006-09-01  Zoltan Varga  <vargaz@gmail.com>
16852         * class.c (mono_class_setup_vtable_general): Share identical vtables with the parent
16853         class if possible.
16855         * mempool.h (mono_mempool_get_allocated): New helper function.
16857         * object.c (mono_class_create_runtime_vtable): Fix problem introduced by last
16858         change.
16860         * mempool.c: Fix warnings and the calculation of stats.
16862         * object.c (mono_class_create_runtime_vtable): Fix the AOT optimization.
16864         * class.c (mono_class_setup_vtable): Update generic_vtable_count stat.
16866         * loader.c (mono_get_method_from_token): Update method_count stat.
16868         * class-internals.h (MonoStats): Add some stats.
16870 2006-08-31 Robert Jordan  <robertj@gmx.net>
16872         * icall.c: Replace the PtrToStringAuto, StringToHGlobalAuto icalls
16873         with managed variants.
16874         All code is contributed under the MIT/X11 license.
16875         
16876 2006-08-31  Zoltan Varga  <vargaz@gmail.com>
16878         * reflection.c (reflection_methodbuilder_to_mono_method): Set 
16879         method->skip_visibility based up the skipVisibility parameter of DynamicMethods.
16881         * class-internals.h (MonoMethod): Add a 'skip_visibility' field.
16883         * marshal.c (mono_marshal_load_type_info): Revert the last change as it can't cope
16884         with cycles in classes.
16886         * icall.c (ves_icall_MonoType_get_Name): Add a '&' for byref types. Fixes #79110.
16888         * marshal.c (emit_marshal_array): Avoid crash when a parameter with type array is 
16889         missing a [MarshalAs] directive. Fixes #79203.
16891         * marshal.c (mono_marshal_load_type_info): Fix a race in initializing 
16892         klass->marshal_info. Fixes #79217.
16894 2006-08-30  Martin Baulig  <martin@ximian.com>
16896         Committing a patch from Joachim Ante <joe@otee.dk>:
16897         Add support for binary data symbol stores.
16899         * debug-mono-symfile.c
16900         (mono_debug_open_mono_symbol_file): Renamed into
16901         mono_debug_open_mono_symbols() and added `raw_contents' and `size'
16902         arguments.
16904         * mono-debug.c
16905         (mono_debug_open_image): Added `raw_contents' and `size' args.
16906         (mono_debug_init_2_memory): New public function.
16908 Fri Aug 25 18:25:23 CEST 2006 Paolo Molaro <lupus@ximian.com>
16910         * icall.c: handle TypedReference in GetTypeCode (bug #79150).
16912 2006-08-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
16914         * appdomain.c: implement support for ShadowCopyFiles.
16916 2006-08-22  Sebastien Pouliot  <sebastien@ximian.com>
16918         * string-icalls.c: Add shortcut in ves_icall_System_String_ctor_charp
16919         when value is NULL (and should remove CID #51).
16921 2006-08-22 Gonzalo Paniagua Javier <gonzalo@ximian.com>
16923         * image.c: moved 2 functions to ../utils.
16925 Tue Aug 22 15:53:29 CEST 2006 Paolo Molaro <lupus@ximian.com>
16927         * gc.c: cope with the target object of a GC handle being NULL
16928         (bug #78877).
16930 Tue Aug 22 11:10:33 CEST 2006 Paolo Molaro <lupus@ximian.com>
16932         * class.c: recursively check parent's explicit implementations
16933         of interface methods (fixes bug #79125).
16935 2006-08-19  Miguel de Icaza  <miguel@novell.com>
16937         * filewatcher.c: Avoid warnings when building, do not redefine
16938         constants that are defined.
16940         Remove warnings.
16942 2006-08-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
16944         * image.c: don't fail when the link points to an absolute path.
16946 2006-08-18  Sebastien Pouliot  <sebastien@ximian.com>
16948         * decimal.c: Remove dead code (unrequired check) in mono_decimalIncr.
16949         Fix CID #3.
16951 2006-08-17  Miguel de Icaza  <miguel@novell.com>
16953         * image.c (full_path): A new method used to obtain the actual path
16954         of an assembly even in the presence of symbolic links.  
16956         This is necessary for the case where we are running a binary that
16957         has been GACed, but we are using the "published" path name
16958         ($prefix/mono/1.0/blah.exe) which happens to point to the real
16959         file in the GAC.
16961         This was the source of the failure for the `xsp' command with the
16962         recent AppDomain changes, as far as the runtime was concerned,
16963         there were two different assemblies: $prefix/mono/1.0/blah.exe and
16964         $prefix/mono/gac/blah/version/blah.exe.
16966         (do_mono_image_open): use full path
16968 2006-08-17  Zoltan Varga  <vargaz@gmail.com>
16970         * object.c (mono_class_create_runtime_vtable): Add a FIXME.
16972 2006-08-17  Sebastien Pouliot  <sebastien@ximian.com>
16974         * marshal.c: Fix mono_marshal_check_domain_image if an invalid 
16975         domain_id is supplied. Fix CID #241 and corlib's unit tests.
16977 2006-08-17  Zoltan Varga  <vargaz@gmail.com>
16979         * class.c (mono_class_layout_fields): Set min_align to a bigger value for
16980         small structures. Fixes #78990.
16982 2006-08-17  Zoltan Varga  <vargaz@gmail.com>
16984         * marshal.c (mono_marshal_get_xappdomain_invoke): Use the new helper functions here.
16986         * appdomain.c (ves_icall_System_AppDomain_createDomain): Fix a warning.
16988 2006-08-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
16990         * appdomain.c:
16991         * marshal.c: don't load all the assemblies from a domain into newly
16992         created ones. The new domains might have different rules and load
16993         assemblies from different locations. Fixes bug #76757.
16995         Patch by Lluis. Conflicts resolved by Brian Crowell.
16997 2006-08-16  Alp Toker  <alp@atoker.com>
16999         * socket-io.c: First half of the fix for #79084.
17000         Set sa_size to the length of the content, not that of the struct.
17001         Don't add NULL suffix to the content, this should be done in
17002         managed code if needed.
17004 2006-08-14  Raja R Harinath  <rharinath@novell.com>
17006         Fix part of #79012
17007         * metadata.c (do_mono_metadata_parse_generic_class): Don't SEGV if
17008         mono_metadata_parse_type returns NULL.
17010 2006-08-13  Atsushi Enomoto  <atsushi@ximian.com>
17012         * normalization-tables.h : new file for string normalization data.
17013         * locales.c, locales.h, icall.c :
17014           added load_normalization_resource() for string normalization,
17015           and icall as well.
17016         * Makefile.am : added normalization-tables.h to the sources.
17018 2006-08-13  Zoltan Varga  <vargaz@gmail.com>
17020         * marshal.c: Add more helper functions to reduce code duplication and use them
17021         everywhere.
17023 2006-08-12  Zoltan Varga  <vargaz@gmail.com>
17025         * marshal.c: Fix non-x86 stdcall warnings.
17026         
17027         * marshal.c marshal.h: Add some helper functions to emit/patch branches, and use 
17028         them everywhere.
17030 2006-08-11  Jonathan Chambers  <joncham@gmail.com>
17032         * class.c (mono_bounded_array_class_get): Fix if statement that caused incorrect
17033         type check on multi-dimensional arrays. Fixes #79000.
17035 2006-08-10  Jonathan Chambers  <joncham@gmail.com>
17037         * class.c (mono_class_setup_parent): setup is_com_object during class initialization.
17038         * object.c (mono_remote_class_vtable/mono_object_new_specific): Changed checks
17039         to use is_com_object instead of MONO_CLASS_IS_IMPORT() macro.
17040         * class-internals.h: add is_com_object to class structure.
17041         * marshal.c: Fixed marshalling for IDispatch and IUnknown, added
17042         null checks to COM object marshalling. Fix .ctor call on RCW.
17043         * icall.c: Added icall implementation for MonoType.IsCOMObjectImpl.
17044         
17045         All code is contributed under the MIT/X11 license.
17047 2006-08-09  Dick Porter  <dick@ximian.com>
17049         * monitor.c (mono_monitor_cleanup): mono_monitor_cleanup() is
17050         racing mono_monitor_allocator_lock() somewhere, so don't delete
17051         the critical section for now.  Found by running and exiting
17052         monodevelop.
17054 2006-08-10  Zoltan Varga  <vargaz@gmail.com>
17056         * marshal.c (cominterop_get_native_wrapper): Fix a warning.
17057         (ves_icall_System_ComObject_FindInterface): Ditto.
17058         (ves_icall_System_ComObject_CacheInterface): Ditto.
17060         * metadata.c (do_mono_metadata_type_equal): Applied patch from Roberto Costa
17061         (roberto.costa@st.com). Add support for MONO_TYPE_FNPTR.
17063 2006-08-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
17065         * threadpool.c: treat pipes from process asynchronous reads as sockets
17066         when reading from them, so we get select/poll or epoll to wait for
17067         data.
17069 2006-08-07  Sebastien Pouliot  <sebatien@ximian.com>
17071         * loader.c: Fix a typo (CID #233) in the null check.
17073 2006-08-07  Zoltan Varga  <vargaz@gmail.com>
17075         * appdomain.c (mono_domain_unload): Close the thread handle of the unload thread.
17076         Hopefully fixes #78949.
17077         
17078         * metadata.c (mono_metadata_parse_method_signature_full): Applied patch from 
17079         Roberto Costa (roberto.costa@st.com). Handle vararg signatures without SENTINEL
17080         bytes. Fixes #78972.
17082 2006-08-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
17084         * filewatcher.c: we need to set errno here.
17086 2006-08-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
17088         * filewatcher.c: let Win32Exception get the error value.
17090 2006-08-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
17092         * filewatcher.c: translate errno into win32 errors for Win32Exception
17093         to know what happened.
17095 2006-08-01  Zoltan Varga  <vargaz@gmail.com>
17097         * threadpool.c: Fix more warnings.
17099         * assembly.c (search_loaded): Fix warnings.
17101         * threadpool.c (mono_thread_pool_finish): Fix warnings.
17102         (mono_async_invoke): Ditto.
17104 2006-07-28  Jonathan Chambers  <joncham@gmail.com>
17106         * object.c (mono_remote_class_vtable): Need to create proxy vtable
17107         entries for __ComObject type in addition to ComImport types.
17108         * marshal.c: Added support for marshalling COM RCWs. Fixed warning
17109         about hash table.
17110         
17111         All code is contributed under the MIT/X11 license.
17113 Fri Jul 28 19:04:34 CEST 2006 Paolo Molaro <lupus@ximian.com>
17115         * image.c: avoid tentative loading of modulerefs that contain
17116         no metadata (P/Invoke library names).
17118 2006-07-28  Dick Porter  <dick@ximian.com>
17120         * loader.c (mono_loader_cleanup): mono_loader_cleanup() is racing
17121         mono_loader_lock() somewhere, so don't delete the critical section
17122         for now.  Found by running and exiting monodevelop.
17124 2006-07-26 Gonzalo Paniagua Javier <gonzalo@ximian.com>
17126         * filewatcher.c: define the inotify syscalls when we're building on
17127         linux and have sys/syscall.h. The build system might not have support
17128         for inotify but the target system might have it.
17130 2006-07-26  Miguel de Icaza  <miguel@novell.com>
17132         * domain.c: Documentation updates.
17134         * loader.c (mono_free_method): Do not release the method
17135         information if we are being profiled, as profilers will use this
17136         information at shut down to present some data to the user.
17138         This is needed so that the profiler does not crash, as the
17139         profiler tends to keep MonoMethods around, and they might become
17140         invalid if we free these.
17142         (mono_get_method_constrained): Return the original CIL stream
17143         method as well, so verification can be performed against it.
17145 2006-07-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
17147         * filewatcher.[ch]: support for inotify file system watcher.
17148         * icall.c: add new internal calls for the inotify file system watcher.
17150 2006-07-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>
17152         * threadpool.c: Windows also misbehaves on async. connects. Fixes bug
17153         #78888.
17155 2006-07-20  Dick Porter  <dick@ximian.com>
17157         * file-io.c (ves_icall_System_IO_MonoIO_Seek): Fix signed/unsigned
17158         warning.
17160 2006-07-20  Dick Porter  <dick@ximian.com>
17162         * threads.c (start_wrapper): Do the thread cleanup while we still
17163         hold a reference to its object.  Fixes bug 78123.
17165 2006-07-18  Kornél Pál  <kornelpal@gmail.com>
17167         * class-internals.h: Added MONO_WRAPPER_MANAGED_TO_MANAGED wrapper type.
17168         * debug-helpers.c: Map MONO_WRAPPER_MANAGED_TO_MANAGED to
17169           "managed-to-managed".
17170         * icall.c: Redirect string constructors that take sbyte* to
17171           ves_icall_System_String_ctor_RedirectToCreateString.
17172         * marshal.c: Redirect ves_icall_System_String_ctor_RedirectToCreateString
17173           to CreateString () methods with matching signature.
17174         * reflection.c: Use original security informations for
17175           MONO_WRAPPER_MANAGED_TO_MANAGED.
17176         * security-manager.c: Use original security informations for
17177           MONO_WRAPPER_MANAGED_TO_MANAGED.
17178         * string-icalls.c: Added ves_icall_System_String_ctor_RedirectToCreateString
17179           that is a placeholder and only its address should be used.
17180         * string-icalls.h: Added ves_icall_System_String_ctor_RedirectToCreateString
17181           that is a placeholder and only its address should be used.
17183 2006-07-15  Jonathan Chambers  <joncham@gmail.com>
17185         Begin implementing COM Interop.
17186         * appdomain.c: Increment corlib version.
17187         * class.c: Set ComImport classes' parent to __ComObject.
17188         * loader.c: Mark cominterop methods as such.
17189         * domain.c: Add __ComObject class to MonoDefaults structure.
17190         * image.c: Add 2 hashtables to the image for COM Interop related methods
17191         * metadata.c: Added mono_metadata_type_dup_mp to duplicate a type
17192         using the mempool allocator
17193         
17194         * metadata-internals.h: Add 2 hashtables to the image for COM Interop related methods
17195         * metadata.h: Added cominterop field to _MonoMethodSignature struct and
17196         declaration for mono_metadata_type_dup_mp.
17197         
17198         * debug-helpers.c: Added strings for two additional wrapper types
17199         * object.c: Create proxy objects for ComImport classes
17200         * class-internals.h: Define 2 new method wrapper types, COM Interop remoting target,
17201         and added __ComObject class to MonoDefaults structure.
17202         
17203         * object-internals.h: Finish MonoRealProxy definition, and add definition of
17204         MonoComInteropProxy and MonoComObject.
17205         
17206         * marshal.c: Added support for COM Interop
17207         (signature_cominterop): Converts managed signature to corresponding
17208         unmanaged COM signature.
17209         (cominterop_get_function_pointer): gets unmanaged function pointer via
17210         COM object vtable
17211         (cominterop_get_com_slot_for_method): returns vtable slot in COM interface of method
17212         (cominterop_get_method_interface): returns interface type that method is defined on
17213         (mono_mb_emit_cominterop_call): emits native call to function pointer
17214         gotten from vtable
17215         (cominterop_get_native_wrapper_adjusted): actual wrapper around unmanaged COM call
17216         that matches signature of unmanaged function.
17217         (cominterop_get_native_wrapper): wrapper around adjusted method call.
17218         (cominterop_get_invoke): forwards call from proxy to __ComObject
17219         (ves_icall_System_Runtime_InteropServices_Marshal_AddRef): Implements Marshal.AddRef 
17220         (ves_icall_System_Runtime_InteropServices_Marshal_QueryInterface): Implements Marshal.QueryInterface 
17221         (ves_icall_System_Runtime_InteropServices_Marshal_Release): Implements Marshal.Release 
17222         
17223         * marshal.h: Added Marshal icall declarations.
17224         * icall.c: Added __ComObject icalls. Need to store interfaces in unmanaged code
17225         so we can access them in finalizer
17226         
17227 2006-07-14  Dick Porter  <dick@ximian.com>
17229         * object.c (mono_type_initialization_cleanup): Fix a race
17230         condition by temporarily commenting out the critical section
17231         deletion.
17233 2006-07-14  Zoltan Varga  <vargaz@gmail.com>
17235         * reflection.c (create_custom_attr): Fix some warnings.
17236         (create_custom_attr_data): Ditto.
17237         (typebuilder_setup_properties): Save custom attrs for properties in dynamic
17238         types. Fixes #78855.
17240 2006-07-11  Zoltan Varga  <vargaz@gmail.com>
17242         * class.c (mono_type_get_name_recurse): Fix the name of 1 dimensional non-szarrays.
17244         * reflection.c (mono_custom_attrs_free): Fix freeing of dynamic cattr info.
17246 2006-07-08  Zoltan Varga  <vargaz@gmail.com>
17248         * reflection.c (resolve_object): Add support for DynamicMethod.
17250         * domain.c appdomain.c threads.c monitor.c object.c gc.c: Applied patch from
17251         Joachim Ante (joe@otee.dk). Fix some shutdown leaks.
17253 2006-07-06  Sebastien Pouliot  <sebastien@ximian.com>
17255         * process.c: In ves_icall_System_Diagnostics_Process_GetModules_internal 
17256         don't leak GPtrArray's pdata has we have no use (nor free) for it.
17258 2006-07-01  Zoltan Varga  <vargaz@gmail.com>
17260         * marshal.c (mono_marshal_get_runtime_invoke): Fix passing of generic valuetypes.
17261         Fixes #77888.
17263 2006-06-30  Raja R Harinath  <rharinath@novell.com>
17265         * icall.c (ves_icall_MonoMethod_get_base_definition): Simplify
17266         slightly: remove a shadow local variable.
17268 2006-06-29  Raja R Harinath  <rharinath@novell.com>
17270         * icall.c (ves_icall_MonoMethod_get_base_definition): Return the
17271         definition that introduces the virtual function slot.
17272         Also fix Coverity #105.
17274 2006-06-29  Zoltan Varga  <vargaz@gmail.com>
17276         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Fix support
17277         for dynamic assemblies. Fixes #78724.
17279 2006-06-28  Zoltan Varga  <vargaz@gmail.com>
17281         * marshal.c (mono_string_to_byvalwstr): Fix this completely broken function.
17282         Fixes #78722.
17284 2006-06-21  Martin Baulig  <martin@ximian.com>
17286         * reflection.c
17287         (method_encode_clauses): Don't assert on `ex_info->handlers' here;
17288         fixes #76484.
17290 2006-06-21  Zoltan Varga  <vargaz@gmail.com>
17292         * object.h (mono_array_setref): Cast value to (MonoObject*) to fix warnings.
17294 2006-06-20  Raja R Harinath  <rharinath@novell.com>
17296         Make 'mono_class_get_full' only inflate TYPESPECs, not TYPEDEFs
17297         nor TYPEREFs.
17298         * class.c (mono_class_create_from_typespec): Add 'context' argument.
17299         Inflate result if necessary.
17300         (mono_class_get_full): Remove old version.  Rename from
17301         'mono_class_get' and add 'context' argument.  Pass it to
17302         ..._create_from_typespec.
17303         (mono_class_get): New.  Simple wrapper to mono_class_get_full.
17304         (mono_ldtoken): Revert change below.
17306 2006-06-20  Martin Baulig  <martin@ximian.com>
17308         * class.c (mono_ldtoken): Don't pass the generic context to
17309         mono_class_get_full() for MONO_TOKEN_TYPE_DEF/REF.  Fixes #78053.
17311 2006-06-15  Zoltan Varga  <vargaz@gmail.com>
17313         * marshal.c (mono_ftnptr_to_delegate): Avoid allocating signature from mempool
17314         and later freeing it. Fixes #78638.
17316 2006-06-15  Miguel de Icaza  <miguel@novell.com>
17318         * icall.c (mono_class_get_throw): Revert over-zealous error
17319         throwing, the caller for mono_class_get_throw will cope with
17320         errors when classes are not properly initialized already.
17322         The code still copes with loader exceptions though.
17324         Fixes the regression in reftype1 and reftype3 from the CAS tests.
17325         
17326 2006-06-14  Miguel de Icaza  <miguel@novell.com>
17328         Fixes the `make run1' version of RuntimeAbort (to be commited,
17329         source is in Bugzilla).
17330         
17331         * metadata.c (mono_metadata_interfaces_from_typedef_full): Return
17332         FALSE on class loading failure instead of returning true.
17334         * class.c (mono_class_create_from_typedef): It is possible for
17335         mono_metadata_interfaces_from_typedef_full to fail if a class is
17336         not found, cope with this.
17337         
17339 2006-06-14  Dick Porter  <dick@ximian.com>
17341         * socket-io.c: 
17342         * process.c: Fix a bunch of signed/unsigned warnings from gcc
17343         4.1.1
17345 2006-06-12  Atsushi Enomoto  <atsushi@ximian.com>
17347         * culture-info-table.h : oops, forgot to make it nsync with r61548.
17349 2006-06-09  Jonathan Chambers  <jonathan.chambers@ansys.com>
17351         * icall.c: Another fix for building mono in Visual Studio.
17353 2006-06-09  Jonathan Chambers  <jonathan.chambers@ansys.com>
17355         * marshal.c icall.c: Minor fixes for building mono in Visual Studio.
17356         
17357 2006-06-09  Martin Baulig  <martin@ximian.com>
17359         * debug-mono-symfile.c: Put this back and really fix it this
17360         time. Sorry for all the trouble.
17362 2006-06-08  Zoltan Varga  <vargaz@gmail.com>
17364         * icall.c (mono_class_get_throw): Fix a warning.
17365         (ves_icall_System_Reflection_Assembly_GetTypes): Allways throw 
17366         ReflectionTypeLoadException if needed. Fixes #78606.
17368         * class.c (mono_class_setup_vtable_general): Handle loader errors a bit better.
17369         (mono_class_init): Ditto.
17371         * loader.c (mono_loader_set_error_assembly_load): Display a separate warning for
17372         ref_only exceptions.
17373         (mono_loader_clear_error): Make this work even if there is no error.
17375 2006-06-08  Jonathan Chambers  <jonathan.chambers@ansys.com>
17377         * object-internals.h marshal.c marshal.h icall.c: Implement method 
17378         Marshal.GetComSlotForMethodInfo using internal call.
17380 2006-06-07  Zoltan Varga  <vargaz@gmail.com>
17382         * class-internals.h: Add a new kind of loader error LOADER_ERROR_ASSEMBLY plus
17383         a function for signalling it.
17385         * class.c (mono_class_from_typeref): Use the new kind of loader error when
17386         a referenced assembly is not found.
17388         * loader.c (mono_loader_error_prepare_exception): Add support for 
17389         LOADER_ERROR_ASSEMBLY. Fix formatting.
17391 2006-06-05  Jonathan Chambers  <jonathan.chambers@ansys.com>
17393         * domain.c appdomain.c class-internals.h marshal.c: Add support 
17394         for VARIANT marshalling on windows and increment corlib version
17395         since Variant struct was added.
17397 2006-06-03  Miguel de Icaza  <miguel@novell.com>
17399         * debug-mono-symfile.c: Revert Martin's previous patch which broke
17400         stack trace line information:
17402         (Martin) (mono_debug_symfile_lookup_location): Fix the algorithm:
17403         (Martin) when looking up B which is between A and C, return A not C.
17405         Bug is #78573.
17407         Thanks to Alexander Olk for tracking this down.
17409 2006-06-02  Zoltan Varga  <vargaz@gmail.com>
17411         * marshal.c (mono_marshal_set_last_error_windows): Fix build.
17412         
17413         * marshal.c (mono_marshal_emit_native_wrapper): Call GetLastError () early and without a wrapper to
17414         avoid clobbering its value.
17415         (mono_string_to_lpstr): Fix a warning on windows.
17417 2006-05-31  Zoltan Varga  <vargaz@gmail.com>
17419         * class-internals.h (MonoClass): Removed obsolete 'dummy' flag.
17421         * reflection.c loader.c: Removed references to 'dummy' flag.
17423         * loader.c (mono_loader_error_prepare_exception): Fix a warning.
17425         * threadpool.c: Make ASyncCall a copy of the managed MonoAsyncCall class so
17426         it gets GC tracking.
17428         * object-internals.h (MonoAsyncResult): Add an 'object_data' field which has
17429         GC tracking.
17430         
17431         * object.c (mono_async_result_new): Add an additional parameter 'object_data'.
17433         * marshal.c threadpool.c: Update callers of mono_async_result_new.
17435         * appdomain.c: Bump corlib version.
17437 2006-05-30  Zoltan Varga  <vargaz@gmail.com>
17439         * marshal.c: Use mono_mb_emit_stloc in more places. Use CEE_LDIND_REF and
17440         CEE_STIND_REF when working with object references.
17442 2006-05-31  Zoltan Varga  <vargaz@gmail.com>
17444         * class.c (mono_class_setup_fields): Call mono_class_init () for class->parent.
17445         Fixes #78539.
17447 2006-05-30  Miguel de Icaza  <miguel@novell.com>
17449         * loader.c (method_from_memberref): Fix argument value for
17450         mono_loader_set_error_method_load (I was passing the MonoClass
17451         instead of the class name char *).
17453 2006-05-30  Zoltan Varga  <vargaz@gmail.com>
17455         * marshal.c: Use mono_mb_emit_stloc in more places. Use CEE_LDIND_REF and
17456         CEE_STIND_REF when working with object references.
17458 2006-05-30  Martin Baulig  <martin@ximian.com>
17460         * mono-debug.c (mono_debug_print_stack_frame): Reverted the
17461         mono_method_full_name() change and replace the ':' with a '.'
17462         here.
17464 2006-05-30  Martin Baulig  <martin@ximian.com>
17466         * debug-mono-symfile.c
17467         (mono_debug_symfile_lookup_location): Fix the algorithm:
17468         when looking up B which is between A and C, return A not C.
17470 2006-05-29  Martin Baulig  <martin@ximian.com>
17472         * mono-debug.h
17473         (MonoDebugMethodInfo): Make the typedef public.
17474         (MonoDebugSourceLocation): New public struct.
17476         * mono-debug.c
17477         (mono_debug_source_location_from_address): Removed.
17478         (mono_debug_source_location_from_il_offset): Removed.
17479         (mono_debug_il_offset_from_address): Removed.
17480         (mono_debug_address_from_il_offset): Removed.
17481         (mono_debug_lookup_method): New public function.
17482         (mono_debug_lookup_source_location): New public function; replaces
17483         the old mono_debug_source_location_from_*() functions; see the
17484         inline documentation.
17485         (mono_debug_free_source_location): New public function.
17486         (mono_debug_print_stack_frame): New public function; see the
17487         inline documentation.
17489         * debug-mono-symfile.c
17490         (mono_debug_find_source_location): Renamed into
17491         mono_debug_symfile_lookup_location(); only take a
17492         `MonoDebugMethodInfo *' and an `offset' argument; added inline
17493         documentation.
17494         (mono_debug_find_method): Renamed into
17495         mono_debug_symfile_lookup_method().
17497 2006-05-27  Zoltan Varga  <vargaz@gmail.com>
17499         * assembly.c (mono_assembly_open_full): Dont overwrite the status
17500         returned by mono_image_open_full ().
17502         * appdomain.c (ves_icall_System_Reflection_Assembly_LoadFrom): Convert
17503         MONO_IMAGE_IMAGE_INVALID into a BadImageFormatException. Fixes
17504         #78517.
17506         * object.c (compute_class_bitmap): Use class->class_size for static fields. Fixes
17507         #78518.
17509 2006-05-27  Miguel de Icaza  <miguel@novell.com>
17511         * class.c (mono_class_from_typeref): handle missing images
17512         earlier, deals with bug #78418.   Refactor code; 
17514         Fix a warning introduced in my previous commit (some stale code
17515         from before I revisited my patch).
17517         * class.c (mono_class_create_from_typedef): On failure, remove the
17518         class from the MonoImage->class_cache as the class is not
17519         initialized;   Fixes the leak pointed out by Paolo.
17521 2006-05-25  Dick Porter  <dick@ximian.com>
17523         * threads.c (mono_thread_cleanup): Build fix.  Comment out the
17524         DeleteCriticalSections until I figure out which one may still be
17525         sometimes locked when mono_thread_cleanup is called.
17527 2006-05-24  Dick Porter  <dick@ximian.com>
17529         * threads.c (mono_thread_cleanup): Move the threading cleanup out
17530         of mono_thread_manage and back into its own function, so it can be
17531         called after the finalizer thread has finished.
17533         * appdomain.c (mono_runtime_cleanup): Call mono_thread_cleanup
17535 2006-05-24  Zoltan Varga  <vargaz@gmail.com>
17537         * assembly.c (mono_assembly_open_full): Fix typo introduced by a previous change.
17538         Fixes #78495.
17540         * marshal.c (emit_ptr_to_object_conv): Implement marshalling of byval arrays
17541         with non-blittable elements.
17542         (emit_object_to_ptr_conv): Ditto. Fixes #78492.
17544 2006-05-24  Martin Baulig  <martin@ximian.com>
17546         * mono-debug-debugger.h (MonoDebuggerEvent): Added
17547         `MONO_DEBUGGER_EVENT_FINALIZE_MANAGED_CODE'.    
17549         * mono-debug-debugger.c (mono_debugger_cleanup): Send a
17550         `MONO_DEBUGGER_EVENT_FINALIZE_MANAGED_CODE' and then set
17551         `mono_debugger_event_handler' to NULL.
17553 2006-05-24  Martin Baulig  <martin@ximian.com>
17555         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 57.
17557 2006-05-24  Martin Baulig  <martin@ximian.com>
17559         * mono-debug-debugger.h
17560         (mono_debugger_create_notification_function): Added
17561         `MonoCodeManager *' argument.
17563 Tue May 23 16:05:47 CEST 2006 Paolo Molaro <lupus@ximian.com>
17565         * boehm-gc.c, null-gc.c: fix compilation on 64 bit systems.
17567 Tue May 23 13:44:11 CEST 2006 Paolo Molaro <lupus@ximian.com>
17569         * Makefile.am, gc-internal.h, reflection.c: updates for the new GC.
17570         * sgen.-gc.c, sgen-gc.h: simple generational compacting GC
17571         implementation.
17573 Tue May 23 13:40:30 CEST 2006 Paolo Molaro <lupus@ximian.com>
17575         * icall.c: precise GC support: objects can't be stored in unmanaged
17576         memory anymore, even if they are kept alive by other references: since
17577         they can move the GC needs to be able to always find them.
17579 Tue May 23 12:57:08 CEST 2006 Paolo Molaro <lupus@ximian.com>
17581         * object.c: precise GC support for static fields. Support
17582         for moving GCs: write barriers and pinned allocation for interned
17583         strings.
17585 Tue May 23 12:41:44 CEST 2006 Paolo Molaro <lupus@ximian.com>
17587         * domain.c, domain-internals.h: precise GC support for the MonoDomain
17588         structure.
17590 Tue May 23 12:38:56 CEST 2006 Paolo Molaro <lupus@ximian.com>
17592         * class.c, gc.c: sgen and precise GC updates.
17594 Tue May 23 12:33:24 CEST 2006 Paolo Molaro <lupus@ximian.com>
17596         * marshal.h, marshal.c: added write barrier wrapper and precise type
17597         fixes.
17599 Tue May 23 12:31:22 CEST 2006 Paolo Molaro <lupus@ximian.com>
17601         * object.h, null-gc.c, boehm-gc.c: more write barrier functions and
17602         support.
17604 Tue May 23 12:27:14 CEST 2006 Paolo Molaro <lupus@ximian.com>
17606         * reflection.c: precise and sgen GC updates.
17608 Tue May 23 12:21:46 CEST 2006 Paolo Molaro <lupus@ximian.com>
17610         * debug-helpers.c, class-internals.h: added write barrier wrapper type.
17612 2006-05-22  Zoltan Varga  <vargaz@gmail.com>
17614         * threads.c (start_wrapper): Fix a missed guint32 tid declaration.
17616 2006-05-20  Zoltan Varga  <vargaz@gmail.com>
17618         * reflection.c (encode_cattr_value): Fix yet another bug in the encoding of
17619         MONO_TYPE_OBJECT. Fixes #78462.
17621 2006-05-18  Zoltan Varga  <vargaz@gmail.com>
17623         * marshal.c (emit_marshal_vtype): Add support for UnmanagedType.LPStruct 
17624         and blittable types.
17626 2006-05-17  Miguel de Icaza  <miguel@novell.com>
17628         * class.c (mono_class_get_exception_for_failure): Implement parts
17629         of a TODO: if the loader error is set (instead of the class
17630         error), we return a Loader exception that can be properly thrown
17631         elsewhere.
17633         This was exposed by some Winforms 2.0 code that I tried to run
17634         (Atsushi pointed me to it).
17636 2006-05-17  Zoltan Varga  <vargaz@gmail.com>
17638         * marshal.c (mono_marshal_emit_native_wrapper): Make the marshalling code more
17639         uniform by moving stuff from this function to the proper emit_marshal_XXX functions.
17640         
17641         * marshal.c (emit_marshal_vtype): Add limited support for 
17642         UnmanagedType.LPStruct. Fixes #78427.
17644         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStructure): 
17645         Applied a patch from kangaroo to fix #77523.
17647 2006-05-17  Martin Baulig  <martin@ximian.com>
17649         * threads.c
17650         (debugger_thread_vtable): Moved into ../mini/debug-debugger.c.
17651         (debugger_thread_created): Removed.
17652         (debugger_thread_exited): Removed.
17654 2006-05-15  Zoltan Varga  <vargaz@gmail.com>
17656         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
17658         * object-internals.h (MonoReflectionResource): Sync with managed version.
17660 2006-05-12  Wade Berrier <wberrier@novell.com>
17662         * threads.c: Define G_GSIZE_FORMAT for systems with glib < 2.6
17664 2006-05-12  Zoltan Varga  <vargaz@gmail.com>
17666         * class.c (mono_fnptr_class_get): Set class->image to corlib for now, since other
17667         functions try to allocate from the image mempool.
17669 2006-05-12  Dick Porter  <dick@ximian.com>
17671         * threads.c (mono_thread_attach): Fix usage of GetCurrentThread().
17673 2006-05-12  Lluis Sanchez  <lluis@ximian.com>
17675         * object.c: The FieldGetter and FieldSetter methods require the full
17676         name of the class, not only the name. Fixes bug #78277.
17678 2006-05-11  Miguel de Icaza  <miguel@novell.com>
17680         * loader.c (method_from_memberref): Do not pass the NULL klass to
17681         mono_loader_set_error_() methods.  Pass the non-NULL value
17682         (class). 
17684 2006-05-11  Zoltan Varga  <vargaz@gmail.com>
17686         * assembly.c (mono_assembly_load_from_full): Fix a bunch of warnings.
17687         (mono_assembly_close): Null out assembly->image->references after freeing it.
17689         * image.c (mono_image_close): Free image->references.
17690         
17691         * reflection.c (mono_image_basic_init): Fix a small memory leak.
17693 2006-05-10  Sebastien Pouliot  <sebastien@ximian.com>
17695         * marshal.c: In function mono_mb_add_local don't use the mb pointer 
17696         before checking if it's NULL (g_assert).
17698 2006-05-10  Martin Baulig  <martin@ximian.com>
17700         * metadata.c (mono_type_size): Kill the g_assert() in MONO_TYPE_GENERICINST;
17701         I thought I already killed that two months ago, but now it somehow reappeared.
17703 2006-05-10  Martin Baulig  <martin@ximian.com>
17705         * mono-debug.c (mono_debug_add_method): Allow instantiated generic methods.
17707 2006-05-10  Zoltan Varga  <vargaz@gmail.com>
17709         * reflection.c: Allocate memory for dynamically created methods in the image
17710         mempools.
17712 2006-05-10  Sebastien Pouliot  <sebastien@ximian.com>
17714         * appdomain.c: In ves_icall_System_AppDomain_[Get|Set]Data functions, 
17715         don't use the ad pointer before checking if it's NULL (g_assert).
17717 2006-05-09  Zoltan Varga  <vargaz@gmail.com>
17719         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetAssemblyName): Remove
17720         a redundant (and incorrect) addref. Hopefully fixes sn.exe on windows.
17722         * marshal.c: Allocate all signatures from mempools.
17724         * marshal.c: Allocate some more signatures from mempools.
17726 2006-05-09  Miguel de Icaza  <miguel@novell.com>
17728         * object.c (mono_load_remote_field): The code used to provide a
17729         temporary variable for returning results if the user did not
17730         provide a result pointer.  But our temporary variable was allocted
17731         on the satck.
17733         Fix calling code to always pass a result area.   Coverity ID 103.
17735 2006-05-06  Zoltan Varga  <vargaz@gmail.com>
17737         * threads.c (ves_icall_System_Threading_Interlocked_Add_Int): Return the new
17738         value, not the old. Fixes #78312.
17739         (ves_icall_System_Threading_Interlocked_Add_Long): Ditto.
17741         * class.c (mono_bounded_array_class_get): Allocate data from the image mempool.
17742         (mono_ptr_class_get): Ditto. Also change the cache from a global one to a 
17743         per-image cache.
17745         * assembly.c (mono_assembly_close): Free image->references.
17747         * assembly.c (mono_assembly_names_equal): Fix a warning.
17748         (mono_assemblies_cleanup): Cleanup more global data.
17750         * metadata-internals.h (MonoImage): Add 'ptr_cache'.
17752         * image.c (mono_image_close): Free up the contents of 'array_cache', free up
17753         ptr_cache and image->modules.
17755         * image.c (mono_image_init): Allocate array_cache lazily.
17756         
17757 2006-05-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
17759         * assembly.c: use GetCurrentThreadId for the hash, as GetCurrentThread
17760         behavior was changed recently and has bad side effects.
17762 2006-05-05  Zoltan Varga  <vargaz@gmail.com>
17764         * assembly.c (mono_assembly_open_full): Add a missing mono_image_close ().
17765         
17766         * assembly.c (mono_assembly_close): Remove a debug printf.
17768         * profiler.c (create_profiler): Use mono_aligned_addr_hash.
17770         * metadata-internals.h image.c assembly.c: Change the reference counting scheme
17771         to also allow for temporary references between mono_image_open ()/close ().
17773         * domain.c (get_runtimes_from_exe): Add a FIXME.        
17775 2006-05-04  Zoltan Varga  <vargaz@gmail.com>
17777         * marshal.c: Fix support for dynamic methods.
17779         * appdomain.c (mono_runtime_cleanup): Call mono_marshal_cleanup ().
17781         * marshal.c (mono_marshal_cleanup): New cleanup function.
17783         * marshal.c: Rewrite the wrapper code to allocate most of its memory from the 
17784         image mempools.
17786         * class.c (mono_class_init): Fix leaking class->nested_classes.
17788         * metadata-internals.h (MonoImage): Add a couple of new wrapper caches.
17790         * image.c (mono_image_init): Initialize the new cashes.
17792         * image.c (mono_image_close): Destroy the new cashes.
17794         * marshal.c: Get rid of most of the static caches in favor of per-image caches.
17796         * mempool.c (mono_mempool_strdup): New helper function.
17798         * class-internals.h: Add prototype for mono_loader_unlock ().
17800         * domain.c (mono_jit_info_table_find): Fix a warning.
17801         (mono_debugger_check_runtime_version): Ditto.
17803         * rawbuffer.h rawbuffer.c metadata-internals.h metadata.c class-internals.h 
17804         class.c loader.c image.h image.c assembly.h assembly.c: Add init () and cleanup ()
17805         functions to these modules.
17807         * domain-internals.h domain (mono_cleanup): New internal method to cleanup most
17808         metadata modules.
17809         
17810         * marshal.c (mono_free_bstr): Fix a warning.
17812         * assembly.c (mono_assembly_open_full): Fix another small leak.
17814         * object.c: Fix some unload leaks in the remoting code.
17816         * object-internals.h object-internal.c (mono_string_to_utf8_mp): New helper
17817         function.
17819         * assembly.c (mono_assembly_close): Fix a leak when unloading dynamic assemblies.
17821         * reflection.c: Fix some unload leaks in dynamic assemblies.
17823 2006-05-02  Jonathan Chambers  <jonathan.chambers@ansys.com>
17825         * marshal.c: Add BSTR support on Win32 (all changes under MIT X11)
17826         * marshal.h: Add BSTR support on Win32
17827         * icall.c: Add BSTR icalls
17828         * metadata.h: Add BSTR enums
17830 2006-04-28  Miguel de Icaza  <miguel@novell.com>
17832         Work to catch the crash from #76795 and turn it into an
17833         exception.   As I stubbed out pieces of the VisualBasic support,
17834         I found a number of places where the code was failing and I added
17835         checks to those places. 
17836         
17837         * metadata.c (do_mono_metadata_parse_generic_class): Make this
17838         function return a status code.  If we fail to parse the signature
17839         from mono_metadata_parse_generic_inst, return FALSE.
17841         * loader.c (mono_get_method_from_token): If we fail to load the
17842         method (mono_class_get) return NULL.   
17844         * (method_from_memberref): Return NULL if we are unable to parse
17845         the method signature
17847         (mono_loader_error_prepare_exception): Since we now use the
17848         loader_error flag internally to stop processing, and obtaining
17849         exceptions that might be thrown will walk this code path the
17850         proper way of going from a MonoLoaderError into a
17851         MonoException was convoluted.   This new routine encapsulates the
17852         process of turning the error into an exception and *clearing* the
17853         error afterwards.
17854         
17855 2006-04-27  Miguel de Icaza  <miguel@novell.com>
17857         Work to catch the crashes from 75075 (cope in Assembly.GetTypes
17858         with missing assemblies), and to cope with:
17860                 * Missing fieldref from a non-existing assembly.
17861                 * Missing methodref from a non-existing assembly.
17863         The first batch of work to address *some* of the issues from 76661.
17864         
17865         * object.c (mono_class_create_runtime_vtable): If we fail to
17866         initialize the class raise the exception here. 
17868         * metadata.c (mono_class_get_overrides_full): If any methods fail
17869         to load return the failure to the caller.
17871         * assembly.c: Use REFERENCE_MISSING instead of (gpointer) -1 for
17872         flagging assemblies that failed to load.   
17874         Do not crash if we are unable to load the assembly.
17876         (mono_assembly_close): Do nothing with REFERENCE_MISSING
17877         assemblies. 
17879         * loader.c (mono_loader_set_error_type_load): Change the
17880         convention to always pass unallocated strings, so we make our own
17881         copies (I know our own code had duplicated strings before, but
17882         this keeps the normal conventions).
17883         (method_from_memberref): Call mono_loader_set_error_method_load
17884         for all possible failures of loading the class. 
17885         Remove assert, turn into a loader error.
17887         (mono_loader_error_to_exception): Move this routine from mini
17888         (mini_loader_error_to_exception) there was no need to have that in
17889         mini. 
17891         * class.c (mono_class_from_typeref): If we were not able to load
17892         the assembly with mono_assembly_load_reference, call the
17893         mono_loader_set_error_type_load to register the problem.
17895         (mono_class_setup_fields): If we fail to load the type from
17896         mono_metadata_parse_type_full, call mono_class_set_failure and
17897         break from the loop.
17899         If class->exception_type is set, we do not layout the fields as
17900         that might crash the runtime, and instead return (from breaking
17901         from the previous loop).
17903         (mono_class_setup_vtable): This now returns a boolean indicating
17904         whether the table was properly setup.   The decision is driven by
17905         mono_class_get_overrides_full which might run into non-existing
17906         methods. 
17907         
17908         (mono_class_init): Returns TRUE on success or FALSE if there was a
17909         problem in loading the type (incorrect assemblies, missing
17910         assemblies, methods, etc).
17912         When we call mono_class_setup_fields we also check for a potential
17913         error inside this call (either a class exception or a general
17914         loader exception).
17916         (mono_class_create_from_typedef): If the parent fails to load
17917         (calling mono_class_get_full) return NULL.
17918         
17919         ** Important **
17921         calls to mono_metadata_parse_type_full should be checked
17922         everywhere and set the mono_class_set_failure
17923         (MONO_EXCEPTION_TYPE_LOAD) if we are not able to get the type.
17925         The current patch checks the places where my manually constructed
17926         tests show the errors are showing up, but we should do it
17927         everywhere. 
17929         ** Important2 **
17931         mono_class_init return values should be tested everywhere, like
17932         the previous case this is something that we should audit
17933         everywhere and not only on the cases exposed by the tests I
17934         created. 
17936 2006-04-26  Miguel de Icaza  <miguel@novell.com>
17938         * file-io.c (ves_icall_System_IO_MonoIO_Open): Remove `async'
17939         boolean parameter and instead pass the information on `options'
17940         parameter (FileOptions).
17942         * icall.c: Register the new signature for MonoIO.Open.
17944         * debug-helpers.c (dis_one): Trying to understand how coverity
17945         works.  Fix Run 5, item 78.
17947 2006-04-26  Dick Porter  <dick@ximian.com>
17949         * socket-io.c (hostent_to_IPHostEntry2): Explicitly check for NULL
17950         dereference.
17952 2006-04-25  Martin Baulig  <martin@ximian.com>
17954         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 56.
17956         * threads.c (mono_thread_attach): Set `thread->stack_ptr' and call
17957         debugger_thread_created().
17958         (debugger_gc_push_all_stacks): Don't handle the main thread in any
17959         special way.
17960         (mono_debugger_init_threads): Removed the `main_thread_stack' arg.
17961         (mono_debugger_finalize_threads): New function; undo the effects
17962         of mono_debugger_init_threads().
17963         (mono_debugger_create_all_threads): Removed.
17965 2006-04-24  Zoltan Varga  <vargaz@gmail.com>
17967         * image.c (mono_image_close): Tidy up trace messages.
17969         * assembly.c (mono_assembly_close): Ditto.
17971         * assembly.c (mono_assembly_close): Clear out image->assembly so the image
17972         no longer references an already freed assembly. Fixes #78168.
17974 2006-04-21  Dick Porter  <dick@ximian.com>
17976         * threads.c (mono_thread_detach): Fix reference counting when
17977         detaching threads.
17979 2006-04-21  Zoltan Varga  <vargaz@gmail.com>
17981         * icall.c (ves_icall_System_Enum_ToObject): Improve exception messages. Fixes
17982         #78155.
17984 2006-04-19  Zoltan Varga  <vargaz@gmail.com>
17986         * marshal.c (mono_type_to_ldind): New helper function moved here from mini.c
17987         (mono_type_to_stind): Ditto.
17989         * marshal.c: Use the new helper functions to simplify code.
17991         * image.c (mono_image_close): Add some code for help debug assembly unloading
17992         problems.
17994         * metadata.c (mono_metadata_parse_type_full): Allocate MonoType's from the
17995         image mempool.
17997         * assembly.c (mono_assembly_open_full): Invoke the load hook when the
17998         assembly was already loaded in another appdomain. Fixes #78083.
18000 2006-04-13  Zoltan Varga  <vargaz@gmail.com>
18002         * assembly.c (mono_assembly_load_reference): Increase the refcount of the
18003         referenced assemblies.
18004         (mono_assembly_close): Decrease the refcount of the referenced assemblies.
18006         * domain.c (mono_domain_free): Add a trace message.
18008         * appdomain.c (add_assemblies_to_domain): Ditto.        
18010         * metadata-internals.h: (_MonoAssembly): Modify the meaning of the ref_count
18011         field.  
18013 2006-04-12  Zoltan Varga  <vargaz@gmail.com>
18015         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetAssemblyName): Fix image reference counting.
18017 2006-04-12  Martin Baulig  <martin@ximian.com>
18019         * threads.c: Use `MONO_DEBUGGER_SUPPORTED' as the conditional, not
18020         `USE_INCLUDED_LIBGC'.   
18022 2006-04-12  Zoltan Varga  <vargaz@gmail.com>
18024         * image.c (canonicalize_path): Avoid calling strncpy on overlapping strings if
18025         the patch contains ../ and a small directory name later. Hopefully fixes
18026         #78035.
18028 2006-04-10  Martin Baulig  <martin@ximian.com>
18030         Clean up the debugger's thread-handling code.
18032         The debugger's thread-handling code has been moved from
18033         ../mini/debug-debugger.c to threads.c.  We now iterate directly
18034         over the `threads' hash, keep track of exiting threads and also
18035         use proper locking.
18037         We can now debug XSP and XSP based applications with the debugger.
18039         * object-internals.h (MonoThread): Added `gpointer end_stack'.
18041         * threads.h
18042         (MonoThreadCallbacks): Removed; this was only used by the debugger.
18043         (mono_install_thread_callbacks): Likewise.      
18045         * threads.c (mono_thread_callbacks): Removed.
18046         (debugger_thread_created, debugger_thread_exited): New static functions.
18047         (start_wrapper): Call debugger_thread_created().
18048         (thread_cleanup): Call debugger_thread_exited().
18049         (mono_gc_stop_world, mono_gc_start_world): Removed; this was never used.
18050         (mono_debugger_init_threads): New public function.
18051         (debugger_thread_vtable): Moved here from debug-debugger.c; we now
18052         iterate directly over the `threads' hash and also use proper locking.
18054         * mono-debug.h (MONO_DEBUGGER_VERSION): Bumped to 55.
18056         * mono-debug-debugger.h
18057         (MonoDebuggerEvent): Added MONO_DEBUGGER_EVENT_THREAD_EXITED.
18059 2006-04-10  Zoltan Varga  <vargaz@gmail.com>
18061         * reflection.c (encode_cattr_value): Fix handling of parameter type=object, 
18062         argument type=array. Fixes #78057.
18064 2006-04-10  Atsushi Enomoto  <atsushi@ximian.com>
18066         * culture-info-table.h : regenerated. Fixed bug #69652.
18068 2006-04-07  Zoltan Varga  <vargaz@gmail.com>
18070         * loader.c metadata.c: Reapply a variant r59116.
18071         
18072         * loader.c metadata.c: Revert r59116 to see if it fixes the breakage.
18074         * class.c (mono_class_setup_interface_offsets): New internal function.
18076         * reflection.c (ensure_runtime_vtable): Setup interface offsets for dynamic
18077         interfaces too. Fixes #77398.
18079         * reflection.c (encode_cattr_value): Add support for 
18080         parameter type=object, argument type=array.
18081         (load_cattr_value): Ditto. Fixes #77916.
18083         * marshal.c (emit_object_to_ptr_conv): Add support for ARRAY_BYVALCHARARRAY.
18084         (emit_ptr_to_object_conv): Ditto. Fixes #77960.
18086         * metadata.c (mono_type_to_unmanaged): Use ARRAY_BYVALCHARARRAY when converting
18087         a byval char array and CharSet is Ansi.
18089         * metadata.h: Add new marshalling conversion ARRAY_BYVALCHARARRAY.
18091 2006-04-06  Zoltan Varga  <vargaz@gmail.com>
18093         * metadata.c: Add some locking comments.
18094         
18095         * metadata.c (mono_metadata_signature_alloc): Allocate signatures in the image
18096         mempool.
18097         (mono_metadata_free_method_signature): Don't free the signature itself.
18099         * loader.c (mono_free_method): Don't free the signature in non-dynamic methods. 
18101         * assembly.c (mono_assembly_open_full): Avoid the situation where two assemblies
18102         reference the same MonoImage.
18103         (mono_assembly_load_from_full): Add an assert.
18105 2006-04-05  Zoltan Varga  <vargaz@gmail.com>
18107         * image.c (mono_image_close): Don't put the image we are about to free into the
18108         loaded_images_guid_hash.
18110         * marshal.c (mono_mb_emit_ptr): Refactor a common code sequence into this function
18111         to reduce code duplication.
18113         * marshal.c: Register the native functions called by this module as icalls, to
18114         somewhat centralize the creation of MonoMethodSignature's.
18116         * loader.c (mono_method_signature): Add a cache for method signatures.
18118         * metadata.c (mono_metadata_get_param_attrs): New helper function to return
18119         the parameter attributes of a method.
18120         (mono_metadata_parse_method_signature_full): Refactored the computation of
18121         parameter attributes into a separate function. Also avoid one allocation in
18122         most cases.
18124         * assembly.c (mono_assembly_close): Ditto.
18126         * image.c (mono_image_close): Log trace messages with INFO level.
18128         * metadata-internals.h (MonoImage): Add a new 'method_signature' cache.
18130         * image.c reflection.c: Correct reference counting of image modules.
18131         
18132         * metadata.c (mono_metadata_interfaces_from_typedef_full): Allocate the result
18133         of this function from the image mempool.
18134         
18135         (mono_metadata_parse_type_full): Remove the mode != MONO_PARSE_PARAM restriction
18136         to allow more cached types to be used.
18138         * mono-debug.c (mono_debug_add_method): Appled patch from
18139         David S. Miller  <davem@sunset.davemloft.net>: Access 
18140         minfo->lexical_blocks[] entry elements using read32().
18142 2006-04-04  Zoltan Varga  <vargaz@gmail.com>
18144         * loader.c (mono_free_method): No longer free the method header for non-dynamic
18145         methods as it is allocated from the mempool.
18147         * metadata.c (mono_metadata_parse_mh_full): Allocate method headers from the
18148         image mempool.
18150         * metadata-internals.h: Add comments describing the reference counting scheme
18151         used for MonoImage and MonoAssembly.
18153         * image.c assembly.c reflection.c: Rework reference counting of images and 
18154         assemblies so they are freed when the runtime is shut down. Free some 
18155         additional memory structures when an image is unloaded.
18156         
18157 2006-04-03  Zoltan Varga  <vargaz@gmail.com>
18159         * class.c loader.c reflection.c: Allocate more data structures in
18160         the image mempool.
18162 2006-03-31  Miguel de Icaza  <miguel@novell.com>
18164         * icall.c
18165         (ves_icall_System_Environment_InternalSetEnvironmentVariable): Fix
18166         build on pre glib 2.4 systems.
18168 2006-03-31  Zoltan Varga  <vargaz@gmail.com>
18170         * icall.c (ves_icall_System_Environment_InternalSetEnvironmentVariable): New icall.
18172         * icall.c: Fix some warnings.
18174 2006-03-29  Atsushi Enomoto  <atsushi@ximian.com>
18176         * culture-info-table.h : regenerated.
18178 Wed Mar 29 18:24:42 CEST 2006 Paolo Molaro <lupus@ximian.com>
18180         * threads.c, object-internals.h, verify.c: changed the culture caching
18181         code to use a normal MonoArray for storage so the GC can keep track of
18182         them easily. Fixed bits of the cache logic, too and simplified the
18183         code.
18185 Wed Mar 29 17:18:16 CEST 2006 Paolo Molaro <lupus@ximian.com>
18187         * gc-internal.h, null-gc.c, boehm-gc.c, gc.c: enable the finalizer
18188         thread for non-Boehm GCs.
18190 Wed Mar 29 17:10:05 CEST 2006 Paolo Molaro <lupus@ximian.com>
18192         * domain.c, object.c, domain-internals.h: reduce the amount of memory
18193         needed to keep track of the data for static fields.
18195 2006-03-29  Raja R Harinath  <rharinath@novell.com>
18197         Fix #75172
18198         * icall.c (ves_icall_Type_GetMethodsByName): Don't use vtable_size
18199         for interface classes.  Use 'num_methods' instead.
18200         (ves_icall_Type_GetPropertiesByName): Likewise.  Setup vtable
18201         before using '->vtable_size' field.
18203 Wed Mar 29 12:53:28 CEST 2006 Paolo Molaro <lupus@ximian.com>
18205         * domain.c, object.c, domain-internals.h: proxy_vtable_hash
18206         doesn't contain managed pointers, so use a normal hashtable.
18208 Mon Mar 27 11:15:00 CEST 2006 Paolo Molaro <lupus@ximian.com>
18210         * reflection.c, class-internals.h, domain.c: fixed handling of types
18211         used as values for objects in custom attributes (bug #77915):
18213 2006-03-24  Martin Baulig  <martin@ximian.com>
18215         * class.c (mono_class_setup_fields): Added support for generic
18216         instances; fixes #77580.
18218 2006-03-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>
18220         * assembly.c: publickeytoken is case insensitive. Fixes bug #77898.
18222 2006-03-24  Dick Porter  <dick@ximian.com>
18224         * file-io.c (get_file_attributes): More stat macro breakage.
18225         Fixes bug 77759.
18227 Fri Mar 24 15:26:00 CET 2006 Paolo Molaro <lupus@ximian.com>
18229         * profiler.c: added the file=filename option in the default profiler
18230         to output the profile data to filename.
18232 2006-03-22 Gonzalo Paniagua Javier <gonzalo@ximian.com>
18234         * icall.c: CodeBase returns '/' instead of '\\' on windows. Fixes
18235         bug #77877.
18237 2006-03-22  Martin Baulig  <martin@ximian.com>
18239         * reflection.c (fieldbuilder_to_mono_class_field): Don't store the
18240         allocated `MonoClassField *' in `fb->handle'.
18242 Tue Mar 21 17:19:37 CET 2006 Paolo Molaro <lupus@ximian.com>
18244         * class.c, image.c, metadata-internals.h: implemented new mechanism to
18245         allocate interface ID to save memory and allow better ID reuse on
18246         appdomain unload. setup_generic_vtable () removal from Martin.
18248 Tue Mar 21 15:54:30 CET 2006 Paolo Molaro <lupus@ximian.com>
18250         * object.h, appdomain.c, domain.c, exception.c, icall.c,
18251         locales.c, marshal.c, object.c, reflection.c, threadpool.c,
18252         threads.c: introduced MONO_OBJECT_SETREF() macro to be able to insert
18253         write barriers for reference stores with managed objects accessed with
18254         C structures in the runtime and in embedding programs.
18256 2006-03-20  Raja R Harinath  <rharinath@novell.com>
18258         * icall.c (ves_icall_Type_GetInterfaces): Avoid using
18259         'interface_id' and 'max_interface_id' fields of MonoClasses
18260         representing open generic types.
18262 Fri Mar 17 18:06:06 CET 2006 Paolo Molaro <lupus@ximian.com>
18264         * object.h, object.c, icall.c: added functions to deal with
18265         storing valuetypes that contain references in managed objects.
18266         * reflection.c, string-icalls.c, threads.c, marshal.c: small
18267         fixes and comments around uses of mono_array_addr ().
18269 Thu Mar 16 17:16:45 CET 2006 Paolo Molaro <lupus@ximian.com>
18271         * object.h, icall.c, monitor.c: object.GetHashCode ()
18272         implementation that supports the moving garbage collector.
18274 Wed Mar 15 16:31:38 CET 2006 Paolo Molaro <lupus@ximian.com>
18276         * icall.c, threads-types.h, threads.c: implemented finalizer for
18277         LocalDataStoreSlot.
18279 2006-03-15  Zoltan Varga  <vargaz@gmail.com>
18281         * metadata.c (mono_type_size): Add a fixme.
18282         (mono_type_stack_size): Ditto.
18284         * object-internals.h (MonoReflectionAssemblyBuilder): Added 
18285         'type_forwarders' field.
18287         * tabledefs.h (TYPE_ATTRIBUTE_FORWARDER): Added new (undocumented) type
18288         attribute from net 2.0.
18290         * object.c (mono_vtable_get_static_field_data): Moved this to object.c
18291         from class.c.
18293         * class.c (mono_class_setup_fields): Fix a warning.
18294         
18295         * class.c (mono_class_from_name): Add support for assemblyref entries
18296         in the EXPORTEDTYPE table.
18298         * reflection.c: Add support for handling type forwarders under net 2.0.
18300         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.       
18301         
18302 2006-03-14  Zoltan Varga  <vargaz@gmail.com>
18304         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Avoid
18305         overwriting entries in ModuleBuild->types, also clean up the code
18306         a little. Fixes #77774.
18308 Tue Mar 14 20:21:18 CET 2006 Paolo Molaro <lupus@ximian.com>
18310         * domain.c, assembly.c, metadata-internals.h, class-internals.h:
18311         load friend assembly info when present.
18313 2006-03-14  Raja R Harinath  <rharinath@novell.com>
18315         Fix crasher on gtest-158.cs.
18316         * metadata.c (mono_metadata_parse_type_full): Avoid canonicalizing
18317         the return value if the MonoClass we want is yet in an
18318         inconsistent state.
18319         * class.c (mono_class_create_from_typedef): Add an comment
18320         explaining an order dependency between mono_class_setup_parent and
18321         mono_class_setup_mono_type.
18323 Mon Mar 13 21:13:27 CET 2006 Paolo Molaro <lupus@ximian.com>
18325         * class.c: documentation updates and events bug fix.
18327 Mon Mar 13 17:28:07 CET 2006 Paolo Molaro <lupus@ximian.com>
18329         * class.c: some cleanup, locking fixes.
18331 Mon Mar 13 10:46:17 CET 2006 Paolo Molaro <lupus@ximian.com>
18333         * class.c: fix the generics code to setup nested
18334         type info to the instantiated type (bug #77770).
18336 Sun Mar 12 16:21:31 CET 2006 Paolo Molaro <lupus@ximian.com>
18338         * marshal.c: fixed a few type correctness issues.
18340 Sat Mar 11 20:14:44 CET 2006 Paolo Molaro <lupus@ximian.com>
18342         * loader.c: the Set/Get/Addrtess array methods should be public.
18344 2006-03-11  Zoltan Varga  <vargaz@gmail.com>
18346         * icall.c (mono_register_jit_icall_wrapper): Fix a warning.
18347         
18348         * icall.c (mono_register_jit_icall_wrapper): Register the argument, not
18349         info->wrapper.
18351 2006-03-10  Zoltan Varga  <vargaz@gmail.com>
18353         * icall.c (mono_register_jit_icall): Allocate the structure using g_new0.
18355         * class-internals.h (MonoJitICallInfo): Add 'trampoline' field used by the JIT.
18357         * mempool.c (mono_mempool_alloc): Speed this up a bit.
18358         (mono_mempool_alloc0): Ditto.
18360 2006-03-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
18362         * socket-io.c:
18363         (create_object_from_sockaddr): it was allocating 4 extra bytes
18364         for the AF_UNIX data. Fixes bug #77747.
18366 2006-03-09  Zoltan Varga  <vargaz@gmail.com>
18368         * icall.c (ves_icall_System_MonoMethodInfo_get_retval_marshal): New icall.
18370 2006-03-09  Dick Porter  <dick@ximian.com>
18372         * file-io.c (get_file_attributes): Use S_ISLNK not "& S_IFLNK".
18373         Fixes bug 76966 again.
18375 2006-03-07  Peter Dennis Bartok  <pbartok@novell.com>
18377         * verify.c (dtfinfo_fields): Updated to match new (serializable) field
18378         names from r57532
18379         * appdomain.c: Bumped corlib version to 48 (due to r57532)
18381 2006-03-07  Martin Baulig  <martin@ximian.com>
18383         * object.c
18384         (mono_field_get_value_object): Add support for MONO_TYPE_GENERICINST.
18386 2006-03-07  Martin Baulig  <martin@ximian.com>
18388         * class.c
18389         (mono_class_get_full): Don't inflate TYPEDEF entries; fixes the
18390         regression introduced in r56970; see gtest-252.cs.
18392         * loader.c (mono_get_method_constrained): Correctly handle generic
18393         methods; see gtest-253.cs.
18395 2006-03-04  Zoltan Varga  <vargaz@gmail.com>
18397         * icall.c (ves_icall_type_Equals): Handle NULLs. Fixes #77700.
18399 2006-03-04  Martin Baulig  <martin@ximian.com>
18401         * icall.c (ves_icall_MonoGenericClass_GetParentType): Dynamically
18402         compute the parent type at runtime, just like we're already doing
18403         it for interfaces.
18405         * reflection.c
18406         (mono_reflection_bind_generic_parameters): Don't compute the
18407         parent type anymore.
18409         * class-internals.h (MonoDynamicGenericClass): Removed `parent'.
18411 2006-03-04  Martin Baulig  <martin@ximian.com>
18413         * mono-debug-debugger.h
18414         (mono_debugger_create_notification_function): Allocate memory at
18415         runtime and return a pointer to it.
18417 2006-03-03  Zoltan Varga  <vargaz@gmail.com>
18419         * assembly.c: Fix windows build.
18420         
18421         * assembly.c: Fix build.
18423         * assembly.c: Move the contents of os/{unix,win32}/util.c to this file. 
18425         * gc_wrapper.h: Move the contents of os/gc_wrapper.h to this file.
18426         
18427 2006-03-03  Dick Porter  <dick@ximian.com>
18429         * process.c
18430         (ves_icall_System_Diagnostics_Process_ShellExecuteEx_internal):
18431         Check parameters before dereferencing them.  Fixes Aaron's part of
18432         bug 77393.
18434 2006-03-03  Raja R Harinath  <rharinath@novell.com>
18436         Fix performance regression.
18437         * loader.c (find_method_in_class): Add 'from_class' argument.
18438         Rename 'klass' argument to 'in_class'.  The signature is compared
18439         against the method in 'in_class', and the corresponding method is
18440         returned from 'from_class'.
18441         (find_method): Walk both 'in_class' and 'from_class' in parallel.
18442         (method_from_memberref) [PARENT_TYPESPEC]: Use it to walk the
18443         type definition and generic instantiation in parallel.
18444         (mono_get_method_constrained): Update to changes.
18446 Thu Mar 2 12:27:41 CET 2006 Paolo Molaro <lupus@ximian.com>
18448         * threads.c: make sure the domain is correct, too when doing
18449         mono_thread_attach ().
18451 2006-03-01  Zoltan Varga  <vargaz@gmail.com>
18453         * class.c (mono_class_create_from_typedef): Mark classes using CharSet.Auto as unicode on
18454         windows. Fixes #77683.
18456 Wed Mar 1 20:09:25 CET 2006 Paolo Molaro <lupus@ximian.com>
18458         * object.h, *: introduced specific way to set elements of an array
18459         of references to be used as write barrier. Still need to audit the
18460         uses of mono_array_addr.
18462 2006-03-01  Miguel de Icaza  <miguel@novell.com>
18464         * object-internals.h: New field to cache the assmebly name, patch
18465         from Tambet Ingo (tambet@ximian.com)
18467 Wed Mar 1 19:13:30 CET 2006 Paolo Molaro <lupus@ximian.com>
18469         * decimal.h, class-internals.h, metadata-internals.h,
18470         file-io.h: mark a few function declarations as internal, to
18471         reduce the number of PLT entries.
18473 2006-02-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
18475         * file-io.c: fix typo in warning message.
18477 Tue Feb 28 17:43:20 CET 2006 Paolo Molaro <lupus@ximian.com>
18479         * loader.c: on unix, lookup the "*A" version of a function
18480         if charset is auto as a second option before failing.
18482 2006-02-28  Raja R Harinath  <rharinath@novell.com>
18484         * class.h (mono_class_inflate_generic_method): Revert to two
18485         argument version.
18486         * class-internals.h (MonoMethodInflated): Remove 'inflated' field.
18487         (mono_class_inflate_generic_method_full): Add.
18488         * class.c (mono_class_inflate_generic_method_full): Rename from
18489         'mono_class_inflate_generic_method'.  Don't set 'inflated' field.
18490         (mono_class_inflate_generic_method): New.  Wrapper around ..._full.
18491         * loader.c, reflection.c: Update to changes.
18493 Sat Feb 25 17:57:21 CET 2006 Paolo Molaro <lupus@ximian.com>
18495         * icall.c: const fixes and small improvements.
18497 2006-02-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>
18499         * threadpool.c: for asynchronous connect(), enable the same workaround
18500         for BSD 6 as for the Mac. Fixes bug #77637.
18502 2006-02-24  Zoltan Varga  <vargaz@gmail.com>
18504         * marshal.c (mono_marshal_free_asany): Fix handling of blittable
18505         formatted classes. Fixes #77524.
18507 2006-02-24  Raja R Harinath  <rharinath@novell.com>
18509         * class.c (inflate_generic_type): Add a couple more
18510         micro-optimizations.
18511         (inflate_generic_context): Don't use the 'gmethod' from
18512         'inflate_with'.
18513         (mono_class_inflate_generic_method): If the method has generic
18514         parameters, but the passed-in context doesn't have a 'gmethod',
18515         create one.  Use the possibly simplified generic instantiation
18516         from the declaring class instead of the one passed in.
18518 2006-02-24  Raja R Harinath  <harinath@gmail.com>
18520         Make generic method signature and method header handling lazy.
18521         * class.c (mono_class_inflate_generic_signature): Move to loader.c.
18522         (inflate_generic_header): Likewise.
18523         (mono_class_inflate_generic_method): Rewrite.  Add a 'klass_hint'
18524         parameter to avoid inflating types.
18525         (mono_get_inflated_method): Empty out.
18526         * class.h (mono_class_inflate_generic_method): Update to changes.
18527         * loader.c (mono_get_method_from_token): Don't parse signature for
18528         generic methods, nor methods of generic classes.
18529         (mono_method_signature): Rename from 'mono_method_signature'.
18530         Inflate signature on demand.
18531         (mono_method_get_header): Inflate method header on demand.
18532         * reflection.c: Update to changes.
18534 2006-02-23  Raja R Harinath  <rharinath@novell.com>
18536         * metadata.c (mono_metadata_inflate_generic_inst): If the
18537         instantiation is closed, don't bother expanding it in the new
18538         context.
18539         * class.c (inflate_generic_class): If the generic instantiation
18540         doesn't change after inflation, return the argument itself.
18541         (inflate_generic_type) [MONO_TYPE_MVAR, MONO_TYPE_VAR]:
18542         Add bounds checks.
18543         (inflate_generic_context): If neither the generic class nor the
18544         generic method instantiations change, return the original context.
18545         * reflection.c (mono_method_get_object): Do
18546         'mono_get_inflated_method' before accessing the ->klass field.
18547         (inflate_mono_method): Don't create a MonoGenericMethod unless
18548         necessary.
18549         (inflate_method): Don't pass a constructed type as the declaring
18550         type of a methodbuilder.
18552 Thu Feb 23 11:57:54 CET 2006 Paolo Molaro <lupus@ximian.com>
18554         * object.c: fix memory overwrite.
18556 2006-02-22  Dick Porter  <dick@ximian.com>
18558         * threads.c: Don't use G_GNUC_PRETTY_FUNCTION in debug messages,
18559         it doesn't work any more.
18560         (mono_threads_request_thread_dump): Fix unused variable warnings.
18562 Wed Feb 22 15:08:44 CET 2006 Paolo Molaro <lupus@ximian.com>
18564         * metadata.h, metadata-internals.h, monodiet.c, debug-helpers.c,
18565         mono-debug.c, profiler.c: cleanup: move MonoMethodHeader out of
18566         the public header file.
18568 2006-02-21  Zoltan Varga  <vargaz@gmail.com>
18570         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalUni): Fix writing past memory. Fixes #77613.
18572 Tue Feb 21 19:55:11 CET 2006 Paolo Molaro <lupus@ximian.com>
18574         * class-internals.h, object.c: reduce the size of MonoVTable
18575         and store the interface_offsets array at negative offsets.
18577 Tue Feb 21 19:53:26 CET 2006 Paolo Molaro <lupus@ximian.com>
18579         * metadata.c: tweak table descriptors data structures to reduce
18580         size and runtime relocations.
18582 Tue Feb 21 14:52:13 CET 2006 Paolo Molaro <lupus@ximian.com>
18584         * marshal.c: fix some types and opcodes to be type-safe
18585         in marshaling wrappers.
18587 2006-02-21  Ankit Jain  <jankit@novell.com>
18589         * metadata.h (mono_metadata_decode_signed_value): Add declaration.
18591 2006-02-21  Raja R Harinath  <rharinath@novell.com>
18593         * metadata.c (get_constraints): Relax debugging checks for monodis.
18595 2006-02-21  Ankit Jain  <jankit@novell.com>
18597         * metadata.c (mono_metadata_load_generic_params): Move the code
18598         checking for ambiguous generic params from here to mono/dis/get.c
18599         * metadata-internals.h (mono_generic_params_with_ambiguous_names): Remove.
18601 2006-02-21  Raja R Harinath  <harinath@gmail.com>
18603         Fix assertion triggered when compiling nemerle.
18604         * class.c (mono_get_shared_generic_inst): Rename from
18605         get_shared_inst and make non-static.
18606         * loader.c (mono_get_shared_generic_method): New.  Used to create
18607         the MonoGenericContext-equivalent of a MonoGenericContainer.
18608         (mono_get_method_from_token): Initialize the 'context' field of
18609         the created MonoGenericContainer.
18610         * reflection.c (reflection_methodbuilder_to_mono_method): Likewise.
18611         * metadata.c (get_constraints): Add sanity check.
18612         * class-internals.h: Add new internal methods.
18614         * reflection.c (verify_safe_for_managed_space): New sanity check.
18615         Currently checks that owner-less generic parameters aren't allowed
18616         in managed space.
18617         (mono_type_get_object): Use it.
18618         * icall.c (ves_icall_MonoType_GetGenericArguments): Remove checks
18619         that are now in mono_type_get_object.
18620         (ves_icall_MonoMethod_GetGenericArguments): Likewise.
18622 2006-02-19  Raja R Harinath  <harinath@gmail.com>
18624         * metadata.c (mono_type_create_from_typespec): Rename from
18625         mono_type_create_from_typespec_full.  Remove MonoGenericContainer*
18626         argument and caching of types in the generic container.
18627         (unwrap_arrays, find_generic_param): Remove.
18628         * metadata-internals.h: Update.
18629         * class-internals.h (_MonoGenericContainer): Remove 'types' field.
18631 2006-02-18  Zoltan Varga  <vargaz@gmail.com>
18633         * class.c (mono_class_get_exception_for_failure): Fix a warning.
18635         * marshal.c (mono_marshal_emit_native_wrapper): Handle FNPTR args and
18636         return values. Fixes #77581.
18638         * class.c (mono_fnptr_class_get): Switch name and name_space.
18640         * marshal.c (mono_marshal_asany): Fix marshalling of blittable formatted
18641         classes and add support for [In, Out] attributes.
18642         (mono_marshal_free_asany): Ditto. Fixes #77524.
18644 2006-02-18  Raja R Harinath  <harinath@gmail.com>
18646         * class.c (mono_class_from_generic_parameter): Make more robust to
18647         incomplete MonoGenericContainers from monodis.
18649 Fri Feb 17 16:10:34 CET 2006 Paolo Molaro <lupus@ximian.com>
18651         * class-internals.h: added some more exception types.
18652         * class.c, metadata.c: added a few checks to handle missing
18653         types.
18655 2006-02-17  Raja R Harinath  <rharinath@novell.com>
18657         Use owner-less generic-params some more.
18658         * class.c (my_mono_class_from_generic_parameter): Remove.
18659         (mono_class_from_generic_parameter): Handle null image,
18660         param->name and param->owner.
18661         (mono_class_from_mono_type): Update.
18662         (mono_class_create_from_typespec): Remove 'container' parameter.
18663         If that parameter is non-null, the result is always inflated by
18664         'mono_class_get_full' anyway.
18665         (mono_class_get): Rename from _mono_class_get.  Remove 'container'
18666         parameter.
18667         (mono_class_get_full): Update.
18669         * class.c (inflate_generic_type) [GENERICINST]: If the generic
18670         instance is not open, don't bother inflating.
18671         (mono_class_setup_fields): Hoist some loop-invariants.  Don't
18672         parse metadata for inflated classes.
18673         (_mono_class_get): Change GenericContext* parameter to
18674         GenericContainer*.
18675         (mono_class_create_from_typespec): Likewise.  Simplify, and
18676         implement trivially.  All the cases are handled in
18677         mono_class_from_mono_type.  Don't inflate returned class.
18678         (mono_class_get_full): Delegate GENERICINST optimization to
18679         inflate_generic_type.
18680         (mono_ldtoken) [TOKEN_TYPE_SPEC]: Use mono_class_get_full() here too.
18682 2006-02-16  Dick Porter  <dick@ximian.com>
18684         * socket-io.c (create_object_from_sockaddr): Fix typo.
18685         (create_sockaddr_from_object): Check array lengths before
18686         potentially accessing items off the end.
18687         (ves_icall_System_Net_Sockets_Socket_Receive_internal)
18688         (ves_icall_System_Net_Sockets_Socket_RecvFrom_internal)
18689         (ves_icall_System_Net_Sockets_Socket_Send_internal)
18690         (ves_icall_System_Net_Sockets_Socket_SendTo_internal): Fix buffer
18691         length checks to avoid wraparound overflows.
18692         (ves_icall_System_Net_Sockets_Socket_Select_internal): Check the
18693         contents of the array of sockets
18694         (hostent_to_IPHostEntry2)
18695         (addrinfo_to_IPHostEntry): IPv6 printed addresses can be 48 bytes.
18696         Check return value of inet_ntop ().
18697         (addrinfo_to_IPHostEntry): Fix typo
18699 2006-02-16  Raja R Harinath  <rharinath@novell.com>
18701         Type metadata parsing doesn't use generic-instantiation information.
18702         * metadata.c (mono_metadata_parse_array_full): Change
18703         MonoGenericContext* parameter to MonoGenericContainer*.
18704         (mono_metadata_parse_type_full): Likewise.
18705         (mono_type_create_from_typespec_full): Likewise.
18706         (mono_metadata_parse_mh_full): Likewise.
18707         (mono_metadata_parse_generic_inst): Likewise.
18708         (do_mono_metadata_parse_generic_class): Likewise.
18709         (do_mono_metadata_parse_type): Likewise.
18710         * metadata-internals.h: Update to changes.
18711         * class.c (mono_class_find_enum_basetype): Likewise.
18712         (mono_class_setup_fields): Likewise.
18713         (mono_class_create_from_typespec): Likewise.
18714         * loader.c (method_from_methodspec): Likewise.
18715         (mono_get_method_from_token): Likewise.
18716         (mono_method_get_header): Likewise.
18718 Thu Feb 16 15:42:13 CET 2006 Paolo Molaro <lupus@ximian.com>
18720         * marshal.c: handle additional GENERICINST case (patch from
18721         Thong Nguyen <tum@veridicus.com>).
18722         Fix a few cases where LDIND_I/STIND_I was used for references.
18724 2006-02-16  Raja R Harinath  <rharinath@novell.com>
18726         * reflection.c (mono_reflection_get_token): Remove unused variable.
18728 2006-02-16  Martin Baulig  <martin@ximian.com>
18730         * reflection.c (mono_reflection_get_token): Add support for fields
18731         in instantiated generic types.
18733         * icall.c
18734         (ves_icall_MonoField_Mono_GetGenericFieldDefinition): Removed.
18736 2006-02-15  Martin Baulig  <martin@ximian.com>
18738         * icall.c
18739         (ves_icall_MonoMethod_get_HasGenericParameters): Removed.
18740         (ves_icall_MonoMethod_get_Mono_IsInflatedMethod): Removed.
18741         (ves_icall_MonoMethod_get_IsGenericMethod): New icall.
18742         (ves_icall_MonoMethod_get_IsGenericMethodDefinition): New icall.
18744 Wed Feb 15 16:19:24 CET 2006 Paolo Molaro <lupus@ximian.com>
18746         * class.c, metadata.c, metadata.h, object.c, icall.c,
18747         marshal.c: changed mono_type_get_underlying_type () to do
18748         the sensible thing and introduced mono_type_generic_inst_is_valuetype().
18749         Fixed handling of instantiated generic valuetypes (bug #75479).
18751 2006-02-15  Raja R Harinath  <rharinath@novell.com>
18753         * metadata.c (mono_metadata_decode_signed_value): Simplify.
18754         Delegate to mono_metadata_decode_value, and work on the returned value.
18756         * icall.c (ves_icall_MonoType_GetGenericArguments):
18757         Add consistency check here too.
18758         
18759 2006-02-15  Ankit Jain  <jankit@novell.com>
18761         * metadata.c (mono_metadata_decode_signed_value): Use gint* instead of
18762         char/short etc.
18764 2006-02-15  Ankit Jain  <jankit@novell.com>
18766         * metadata.c (mono_metadata_decode_signed_value): New function to decode
18767         signed values, used only for representing lower bounds of arrays.
18768         (mono_metadata_parse_array_full): Use new
18769         mono_metadata_decode_signed_value to decode lower bounds.
18771 2006-02-14  Martin Baulig  <martin@ximian.com>
18773         * reflection.c
18774         (mono_reflection_get_token): Support "MonoGenericMethod" and
18775         "MonoGenericCMethod" and allow generic instances / methods.
18777 2006-02-11  Zoltan Varga  <vargaz@gmail.com>
18779         * console-io.c (ves_icall_System_ConsoleDriver_GetTtySize): New icall
18780         to obtain the terminal size using an ioctl.
18782         * object.c (mono_nullable_init): Revert this as nullable reference
18783         types are not valid.
18784         (mono_nullable_box): Ditto.
18786 2006-02-09  Dick Porter  <dick@ximian.com>
18788         * threads.c (mono_thread_detach): Drop a reference to the thread
18789         we're detaching.
18791 2006-02-09  Zoltan Varga  <vargaz@gmail.com>
18793         * object.c (mono_nullable_init): Handle nullable reference types.
18794         (mono_nullable_box): Ditto. Fixes #77446.
18796 2006-02-07  Martin Baulig  <martin@ximian.com>
18798         * icall.c (ves_icall_MonoMethod_get_IsGenericMethodDefinition): Removed.
18800 2006-02-07  Ankit Jain  <jankit@novell.com>
18802         * socket-io.h (MonoSocketFlags): New. Copy of System.Net.Sockets.SocketFlags
18803         * socket-io.c (convert_socketflags): New. Convert SocketFlags to native ones.
18804         (ves_icall_System_Net_Sockets_Socket_Receive_internal): Convert flags using convert_socketflags.
18805         (ves_icall_System_Net_Sockets_Socket_ReceiveFrom_internal): Likewise.
18806         (ves_icall_System_Net_Sockets_Socket_Send_internal): Likewise.
18807         (ves_icall_System_Net_Sockets_Socket_SendTo_internal): Likewise.
18809 2006-02-02  Zoltan Varga  <vargaz@gmail.com>
18811         * class.c (mono_class_create_generic): Set type_token as well.
18813         * object.c (mono_runtime_invoke_array): Fix handling of byref vtypes to be
18814         compatible with MS.
18816 2006-02-02  Martin Baulig  <martin@ximian.com>
18818         * threads.c, gc.c: Removed the `WITH_INCLUDED_LIBGC' section; it
18819         has never been used so far.
18821 2006-02-02  Martin Baulig  <martin@ximian.com>
18823         * mono-debug-debugger.h: Changed comment at the top of this file;
18824         the header is not installed, but it's safe to #include it from
18825         within the JIT.
18827         * mono-debug.c: Don't #define _IN_THE_MONO_DEBUGGER.
18828         * mono-debug-debugger.c, debug-mono-symfile.c: Likewise.
18830 2006-02-02  Martin Baulig  <martin@ximian.com>
18832         * mono-debug.h
18833         (MonoSymbolTable): Removed the `metadata_info' field.
18835         * mono-debug.c
18836         (mono_debug_init_1): Always set `mono_symbol_table->corlib'.
18838         * mono-debug-debugger.h (MonoDebuggerIOLayer): Removed.
18839         (mono_debugger_add_builtin_types): Removed.
18840         (MonoDebuggerInfo): Moved into ../mini/debug-debugger.h.
18841         (mono_debugger_create_notification_function): We now operate on a
18842         pre-allocated area; take a `gpointer' and return `void'.
18844         * mono-debug-debugger.c
18845         (MonoDebuggerMetadataInfo): Moved into ../mini/debug-debugger.h.
18846         (mono_debugger_add_builtin_types): Removed.
18848 2006-02-02  Martin Baulig  <martin@ximian.com>
18850         * threads.c (mono_debugger_create_all_threads): New public method.
18852 Wed Feb 1 18:22:34 CET 2006 Paolo Molaro <lupus@ximian.com>
18854         * gc-internal.h, boehm-gc.c, null-gc.c: back out the patch, since it
18855         breaks on several platforms.
18857 2006-02-01  Sebastien Pouliot  <sebastien@ximian.com>
18859         * assembly.c: the VS.NET build doesn't supply default values for
18860         MONO_ASSEMBLIES and MONO_CFG_DIR.
18862 2006-02-01  Zoltan Varga  <vargaz@gmail.com>
18864         * gc-internal.h boehm-gc.c null-gc.c (mono_gc_unregister_thread): New
18865         helper function.
18867         * threads.c (mono_thread_detach): Call mono_gc_unregister_thread ().
18869         * loader.c (method_from_memberref): Fix a warning.
18871         * metadata.c (mono_metadata_load_generic_params): Fix a warning.
18873         * marshal.c (emit_struct_conv): Fix marshalling of embedded structs
18874         with explicit layout. Fixes #77433.
18876 2006-01-31  Zoltan Varga  <vargaz@gmail.com>
18878         * icall.c (ves_icall_Type_GetInterfaceMapData): Make sure 
18879         max_interface_id is initialized before using it. Fixes #77398.
18880         (ves_icall_Type_GetInterfaces): Ditto.
18882 2006-01-30  Raja R Harinath  <rharinath@novell.com>
18884         * metadata.c (mono_metadata_parse_method_signature_full): Don't
18885         allocate memory for parameter attributes when parsing memberref
18886         signatures.
18887         * loader.c (mono_loader_set_error_method_load): Don't warn.
18888         (method_from_memberref): Ensure MissingMethodException gets thrown
18889         if method is not found.  Make warning more informative.
18891 2006-01-29  Raja R Harinath  <harinath@gmail.com>
18893         Fix #77397
18894         * icall.c (ves_icall_MonoType_get_IsGenericParameter): Don't
18895         return true if is byref.
18896         (ves_icall_TypeBuilder_get_IsGenericParameter): Likewise.
18897         (ves_icall_MonoType_get_DeclaringType): Return NULL on byref classes.
18898         (ves_icall_MonoType_get_DeclaringMethod): Likewise.
18900 2006-01-27  Raja R Harinath  <rharinath@novell.com>
18902         Fix tests/find-method.2.il
18903         * loader.c (find_method, find_method_in_class): Remove is_inflated
18904         argument.  Revert 2006-01-18 change.
18905         (method_from_memberref) [MONO_MEMBERREF_PARENT_TYPESPEC]: If type
18906         is generic, search for method in its generic definition.
18907         * class.c (mono_class_setup_vtable_general): Print generic
18908         arguments of generic types in debugging printf.
18910 2006-01-26  Zoltan Varga  <vargaz@gmail.com>
18912         * object-internals.h (MonoThread): Add 'thread_dump_requested' field.
18914         * threads.c (mono_threads_request_thread_dump): New helper function.
18916 2006-01-25  Raja R Harinath  <rharinath@novell.com>
18918         * metadata.c (mono_type_create_from_typespec_full): Fix caching of types.
18920 2006-01-25  Ankit Jain  <jankit@novell.com>
18922         * metadata-internals.h (mono_generic_params_with_ambiguous_names): Add declaration and
18923         move definition to ..
18924         * metadata.c (mono_generic_params_with_ambiguous_names): .. here.
18925         
18926 2006-01-25  Ankit Jain  <jankit@novell.com>
18927             Raja R Harinath  <rharinath@novell.com>
18929         * metadata-internals.h (mono_generic_params_with_ambiguous_names): New.
18930         * metadata.c (mono_metadata_load_generic_params): Fill mono_generic_params_with_ambiguous_names
18931         as necessary.
18933 2006-01-25  Martin Baulig  <martin@ximian.com>
18935         * mono-debug-debugger.h: Moved `MonoDebuggerManager' and
18936         `MonoDebuggerThread' into debug-debugger.c.
18938 Tue Jan 24 18:53:35 CET 2006 Paolo Molaro <lupus@ximian.com>
18940         * profiler.c: fix printing of data.
18942 2006-01-24  Atsushi Enomoto  <atsushi@ximian.com>
18944         * object.c, marshal.c : Fixed runtime part of bug #77315. Reject
18945           invalid surrogate in UTF7/UTF8 bytes and don't return NULL.
18947 Tue Jan 24 09:56:16 CET 2006 Paolo Molaro <lupus@ximian.com>
18949         * object.c: fix deadlock related to string interning.
18951 2006-01-23  Martin Baulig  <martin@ximian.com>
18953         * mono-debug-debugger.h (MonoDebuggerIOLayer): Removed.
18955         * mono-debug-debugger.c (mono_debugger_io_layer): Removed.
18957 2006-01-23  Martin Baulig  <martin@ximian.com>
18959         * mono-debug.h: Moved the prototypes of some functions which are
18960         used by the JIT here from mono-debug-debugger.h.
18962 2006-01-21  Martin Baulig  <martin@ximian.com>
18964         * Makefile.am: Don't install mono-debug-debugger.h.
18966 2006-01-21  Martin Baulig  <martin@ximian.com>
18968         * mono-debug-debugger.h: Enforce the private status of this header
18969         file and removed unneccessary #include's in metadata/*.c and mini/*.c.
18970         Moved some stuff from mono-debugger-jit-wrapper.h here.
18972 2006-01-20  Raja R Harinath  <rharinath@novell.com>
18974         * class.c (mono_class_from_typeref): Add a sanity test to help
18975         catch lack of assembly load/search hooks.
18977 2006-01-19  Zoltan Varga  <vargaz@gmail.com>
18979         * marshal.c (emit_struct_conv): Relax the fields with same offset
18980         check even more. Fixes #77230.
18982 2006-01-18  Martin Baulig  <martin@ximian.com>
18984         * loader.c (find_method_in_class): Added `gboolean is_inflated'
18985         argument; if false, we compare the uninstantiated signatures.
18986         (method_from_memberref): Compare the uninstantiated signatures;
18987         fixes #76417.
18989 2006-01-18  Robert Jordan  <robertj@gmx.net>
18991         * boehm-gc.c, null-gc.c (mono_gc_weak_link_remove):
18992         Clear the weak link. Fixes bug #77170.
18994         * gc.c (mono_gchandle_free):
18995         Reflect *-gc.c changes (tiny optimization).
18997 2006-01-18  Zoltan Varga  <vargaz@gmail.com>
18999         * metadata.c (mono_metadata_signature_dup): Applied patch from
19000         Aras Pranckevicius (aras@otee.dk). Fix crash when compiled with MSVC.
19001         Fixes #77288.
19003 2006-01-17  Zoltan Varga  <vargaz@gmail.com>
19005         * marshal.c (emit_struct_conv): Allow fields with the same offset when
19006         marshalling from native to managed code. Fixes #77230.
19008 2006-01-17 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19010         * threadpool.c: fix problem (Mac only) when more than one asynchronous
19011         connect. Fixes bug #77020.
19013 Mon Jan 16 19:20:43 CET 2006 Paolo Molaro <lupus@ximian.com>
19015         * class.c: fixed id assignement for nested interfaces (bug #77275).
19016         Added also better info for --print-vtable debugging.
19018 2006-01-12  Martin Baulig  <martin@ximian.com>
19020         * icall.c (ves_icall_MonoGenericClass_GetInterfaces): Inflate the
19021         interfaces on-the-fly; fixes #76625.
19023         * class-internals.h
19024         (MonoDynamicGenericClass): Removed `ifaces' and `count_ifaces'; we
19025         don't need that anymore.
19027 2006-01-12  Miguel de Icaza  <miguel@novell.com>
19029         * socket-io.c
19030         (ves_icall_System_Net_Sockets_Socket_GetSocketOption_obj_internal):
19031         To avoid initing the nested_classes when not needed I turned the
19032         PeerCredData as a toplevel internal class, as it has to be shared
19033         anyways. 
19035         Fixes the CASA issue.
19037 2006-01-11  Ben Maurer  <bmaurer@andrew.cmu.edu>
19039         * domain.c: Accessors for MonoJitInfo
19041         * profiler-private.h: Add jitinfo to the end jit hook
19043         * profiler.[ch]: Define new hooks, called after jitting which give
19044         the MonoJitInfo that was compiled
19046 2006-01-10  Martin Baulig  <martin@ximian.com>
19048         * class.c (mono_class_setup_events): Add support for generic
19049         classes; fixes #76440.
19051 2006-01-06  Raja R Harinath  <rharinath@novell.com>
19053         Fix #77160.
19054         * icall.c (ves_icall_InternalInvoke): Use mono_get_inflated_method
19055         on passed-in method.
19057 2006-01-03  Zoltan Varga  <vargaz@gmail.com>
19059         * object.c (mono_runtime_invoke_array): Add Nullable support.
19061         * icall.c (ves_icall_System_Activator_CreateInstanceInternal): Ditto.
19063 2006-01-03  Sebastien Pouliot  <sebastien@ximian.com>
19065         * file-io.c: Don't consider sockets as directory and avoid an endless
19066         loop. Fix bug #76966.
19068 2006-01-03  Zoltan Varga  <vargaz@gmail.com>
19070         * object.c (mono_nullable_init): New helper function.
19071         (mono_nullable_box): Ditto.
19073         * marshal.c (mono_marshal_get_runtime_invoke): Handle Nullables.
19075         * icall.c (ves_icall_FieldInfo_SetValueInternal): Handle Nullables.
19077         * icall.c (ves_icall_MonoField_GetValueInternal): Handle Nullables.
19078         
19079 2006-01-02  Zoltan Varga  <vargaz@gmail.com>
19081         * class.c (mono_class_is_assignable_from): Make T assignable to 
19082         Nullable<T>.
19084 2005-12-23  Sebastien Pouliot  <sebastien@ximian.com>
19086         * appdomain.c: Bump corlib version to 46.
19087         * icalls.c: Renamed CurrentTimeZone to CurrentSystemTimeZone (for
19088         serialization purpose) and changed ves_icall_System_Reflection_
19089         Assembly_get_code_base signature to accept a boolean (to escape, or 
19090         not, the assembly code base).
19092 2005-12-23  Dick Porter  <dick@ximian.com>
19094         * icall.c: 
19095         * threads-types.h: 
19096         * threads.c: Added OpenMutex, OpenSemaphore and OpenEvent icalls.
19097         CreateEvent icall now returns "created" boolean parameter.
19099 2005-12-22  Zoltan Varga  <vargaz@gmail.com>
19101         * marshal.c (mono_mb_emit_restore_result): Add generics support. Fixes
19102         #76967.
19104         * reflection.c (mono_custom_attrs_construct_by_type): Handle the case 
19105         when attr_klass is an interface. Fixes #77045.
19107 2005-12-20  Zoltan Varga  <vargaz@gmail.com>
19109         * marshal.c (emit_struct_conv): Fix previous patch.
19110         
19111         * marshal.c (emit_struct_conv): Add a check for fields with the same
19112         offset.
19114 2005-12-20  Raja R Harinath  <rharinath@novell.com>
19116         Fix regression in Mono.C5.
19117         * class.c (mono_class_create_generic): If 'klass' is an interface
19118         set up the interface offsets.
19119         (mono_class_is_assignable_from): Don't throw away generic arguments.
19121 2005-12-19  Raja R Harinath  <rharinath@novell.com>
19123         * icall.c (ves_icall_System_MonoType_getFullName): Return NULL for
19124         type parameters.
19126 2005-12-15  Raja R Harinath  <rharinath@novell.com>
19128         * metadata.c (mono_metadata_parse_method_signature_full): Remove a
19129         dead store.
19130         (do_mono_metadata_parse_generic_class): Don't pass the current
19131         generic context when parsing the type being instantiated: it
19132         cannot use it, anyway.
19134         * loader.c (method_from_memberref): Don't inflate a signature if
19135         it doesn't contain any type parameters.
19137 2005-12-15  Zoltan Varga  <vargaz@gmail.com>
19139         * class.c (mono_class_setup_vtable): Call mono_reflection_get_dynamic_overrides () to get the overrides in dynamic assemblies.
19141 2005-12-14  Martin Baulig  <martin@ximian.com>
19143         * class.c
19144         (mono_type_get_name_recurse): Don't return null for type
19145         parameters and open generic classes.
19146         (mono_class_setup_methods): Don't exclude generic instances.
19147         (mono_get_unique_iid): Use different IDs for different
19148         instantiations of the same generic type.
19149         (mono_class_setup_vtable): Only use setup_generic_vtable() for
19150         open generic instances; create a normal vtable for closed generic
19151         instances.
19152         (mono_class_setup_vtable_general): We're now also called for
19153         closed generic instances.
19155         * reflection.c
19156         (mono_reflection_bind_generic_parameters): Correctly use
19157         mono_metadata_lookup_generic_inst() everywhere.
19159 2005-12-14  Zoltan Varga  <vargaz@gmail.com>
19161         * object.c (mono_class_create_runtime_vtable): Call 
19162         mono_class_setup_vtable ().
19164         * reflection.c (mono_reflection_get_dynamic_overrides): New helper
19165         function.
19166         (ensure_runtime_vtable): Initialize the generic vtable lazily. Fixes
19167         #76959.
19169         * loader.c (mono_loader_set_error_type_load): Print the type load
19170         warnings to the console so they are more visible to the user.
19171         (mono_loader_set_error_method_load): Ditto.
19173         * reflection.c (ensure_runtime_vtable): Revert the last change as it
19174         is still broken.
19175         
19176         * reflection.c (ensure_runtime_vtable): Fix build.
19178         * reflection.c (ensure_runtime_vtable): Disable an optimization which
19179         doesn't work in all cases.
19181 2005-12-13  Zoltan Varga  <vargaz@gmail.com>
19183         * object.c (mono_array_new_full): Treat a single dimensional array
19184         with 0 lower bounds as an szarray. Fixes #76973.
19186         * reflection.c (custom_attr_visible): Really fix this.
19188 2005-12-12  Zoltan Varga  <vargaz@gmail.com>
19190         * reflection.c (custom_attr_visible): Allow nested public attributes
19191         as well.
19193         * class.c (mono_class_setup_vtable_general): Add missing != -1 to an
19194         interface check.
19196 2005-12-12  Raja R Harinath  <harinath@gmail.com>
19198         * class.c (set_generic_param_owner): Delete.
19199         (mono_class_create_from_typedef): Don't set ->owner field of
19200         generic parameters to "param containers" of enclosing classes.
19201         * reflection.c (mono_reflection_initialize_generic_parameter):
19202         Likewise.
19204 2005-12-11  Zoltan Varga  <vargaz@gmail.com>
19206         * reflection.c (custom_attr_visible): Fix build.
19208 2005-12-10  Zoltan Varga  <vargaz@gmail.com>
19210         * reflection.c (mono_custom_attrs_from_builders): Avoid returning
19211         private attributes.
19212         
19213         * reflection.c (reflection_methodbuilder_to_mono_method): Fix
19214         handling of null parameter defaults.
19216 2005-12-09  Raja R Harinath  <rharinath@novell.com>
19218         * class.c (mono_class_from_generic_parameter): Don't set
19219         klass->generic_container.
19220         (my_mono_class_from_generic_parameter): Likewise.
19222 2005-12-07  Zoltan Varga  <vargaz@gmail.com>
19224         * reflection.c (load_public_key): Fix a warning.
19225         (method_encode_code): Fix unaligned accesses.
19227 2005-12-07  Martin Baulig  <martin@ximian.com>
19229         * object-internals.h (MonoReflectionGenericParam): Added `cattrs'.
19231         * reflection.c
19232         (write_generic_param_entry): Encode our custom attrs.
19234         * appdomain.c (MONO_CORLIB_VERSION): Bump to 45.
19236 2005-12-07  Martin Baulig  <martin@ximian.com>
19238         * reflection.c (encode_new_constraint): Removed; we don't use the
19239         `NewConstraintAttribute' anymore.
19241 2005-12-06  Zoltan Varga  <vargaz@gmail.com>
19243         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): Do
19244         not fire a TypeResolve event when Assembly.GetType () is called.
19246 2005-12-05  Ben Maurer  <bmaurer@ximian.com>
19248         Beginning of support for nullable types in the runtime. Parts of
19249         this patch are from Martin.
19251         * appdomain.c (MONO_CORLIB_VERSION): Bump
19253         * domain.c (mono_init_internal): get the nullable type
19255         * class.c (mono_class_is_nullable): New method
19256         (mono_class_get_nullable_param): New mehod
19257         (mono_class_create_generic): In types T? set cast_class to T
19259         * class-internals.h (MonoDefaults): new nullable default class
19260         (mono_class_get_nullable_param, mono_class_get_nullable_param):
19261         new methods.
19263 2005-12-05  Raja R Harinath  <rharinath@novell.com>
19265         * metadata.c (select_container): New.  Refactor code to select the
19266         appropriate GenericContainer given the type of generic parameter
19267         we are looking for.
19268         (mono_metadata_parse_generic_param): Take a MonoGenericContainer,
19269         not a MonoGenericContext.  Use select_container.  Update parameters.
19270         (do_mono_metadata_parse_type): Combine the code for MONO_TYPE_VAR
19271         and MONO_TYPE_MVAR.
19272         (unwrap_arrays): Remove duplicate tests.
19273         (find_generic_param): Rename from 'has_same_context'.  Now walks a
19274         generic instantiated class to find any arguments that are generic
19275         parameters.
19276         (mono_type_create_from_typespec_full): Use find_generic_param to
19277         avoid evicting some generic instantiations from the typespec
19278         cache.
19280 Mon Dec 5 15:07:42 GMT 2005 Paolo Molaro <lupus@ximian.com>
19282         * reflection.c: fixed writing of doubles on ARM FPA.
19284 2005-12-02  Robert Jordan  <robertj@gmx.net>
19286         * icall.c: Fixed EventInfo.ReflectedType (#76829).
19288 2005-12-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19290         * filewatcher.c: try loading libgamin-1.so.0 before libfam, since at
19291         least on SUSE 10 they are not the same (on debian, they are just the
19292         same thing).
19294 2005-12-01  Raja R Harinath  <rharinath@novell.com>
19296         * icall.c (ves_icall_MonoType_get_DeclaringType): Implement
19297         DeclaringType for VARs and MVARs.
19298         * class.c (set_generic_param_owner): Fix initialization of owner
19299         fields.
19301 Wed Nov 30 15:48:22 CET 2005 Paolo Molaro <lupus@ximian.com>
19303         * icall.c: fixed Enum.ToObject() to correctly convert the values.
19305 2005-11-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19307         * threadpool.c: workaround for a bug that shows up on the Mac:
19308         select()+connect() on a blocking socket is not like it should
19309         be, so we proceed to connect() in that case, wasting the I/O
19310         threadpool thread until connect succeedes. Fixes bug #75436.
19312 2005-11-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19314         * threadpool.c: fix typo when setting file descriptor states.
19316 2005-11-28  Raja R Harinath  <rharinath@novell.com>
19318         * class-internals.h (MonoGenericContainer.is_signature): Remove.        
19319         * metadata.c (mono_metadata_parse_method_signature_full): Don't
19320         create a temporary signature container.
19321         (mono_metadata_parse_generic_param): Update to changes.
19322         (mono_type_create_from_typespec_full): Update to changes.
19323         * loader.c (method_from_memberref): Don't use a
19324         MonoGenericContainer while parsing a memberref signature.
19325         (method_from_methodspec): Remove dead-store of the 'container'
19326         variable.  It's overwritten before use.
19328         * metadata.c (mono_type_create_from_typespec_full): Make debugging
19329         checks tighter.
19330         (mono_metadata_parse_generic_param): Likewise.
19331         * loader.c (find_method_in_class): Does not need a
19332         MonoGenericContainer.  Use 'mono_method_signature' rather than
19333         'mono_method_signature_full'.
19334         (find_method, mono_get_method_constrained, method_from_memberref):
19335         Update to changes.
19337         * metadata.c (mono_type_create_from_typespec_full): Ensure that
19338         owner-less generic-parameters are never evicted from the typespec
19339         cache.
19341         * loader.c (method_from_memberref): Don't use the current context
19342         when parsing signatures.
19343         (method_from_methodspec, mono_get_method_from_token): Update to changes.
19345         * metadata.c (do_mono_metadata_parse_generic_class): Avoid
19346         side-effects in g_assert.
19347         * loader.c (mono_get_method_from_token): Resolve klass earlier so
19348         that we don't potentially lose information.
19350 2005-11-26  Dick Porter  <dick@ximian.com>
19352         * icall.c:
19353         * threads.c: icalls to implement basic (ie, not named)
19354         System.Threading.Semaphore.
19356 2005-11-24  Dick Porter  <dick@ximian.com>
19358         * process.c
19359         (ves_icall_System_Diagnostics_Process_ShellExecuteEx_internal):
19360         Use GetProcessId() if it's available.
19362 2005-11-23  Zoltan Varga  <vargaz@gmail.com>
19364         * icall.c threads-types.h threads.c: Add Exchange<T> icall.
19366 2005-11-23  Raja R Harinath  <rharinath@novell.com>
19367             Ankit Jain  <jankit@novell.com>
19369         * loader.c (mono_get_method_from_token): Initialize 'method' field
19370         of all generic parameters before parsing the signature.  Remove
19371         code that "fixed"-up MVAR references.
19373 2005-11-23  Ankit Jain  <jankit@novell.com>
19375         * metadata.c (mono_metadata_has_generic_params):
19376         (mono_metadata_load_generic_param_constraints):
19377         (mono_metadata_load_generic_params): Move duplicate code ...
19378         (mono_metadata_get_generic_param_row): ... here. Returns the
19379         first row-id in GenericParam table for a given owner (token).
19380         * metadata-internals.h (mono_metadata_get_generic_param_row): Add
19381         prototype.
19383 2005-11-23  Raja R Harinath  <rharinath@novell.com>
19384             Ankit Jain  <jankit@novell.com>
19386         * metadata.c (mono_metadata_class_equal): Pass signature_only when
19387         comparing VARs too.
19388         * icall.c (ves_icall_MonoType_get_DeclaringMethod): Look at 
19389         type->data.generic_param only if the type is an MVAR.
19390         (ves_icall_MonoMethod_GetGenericArguments): Ensure that we don't
19391         leak owner-less VARs and MVARs into managed space.
19393 2005-11-21  Martin Baulig  <martin@ximian.com>
19395         * class-internals.h
19396         (MonoMethod): Moved the `generic_container' here from
19397         `MonoMethodNormal' since we now also need it for
19398         `MonoMethodPInvoke';
19399         (MonoMethodNormal): Moved the `generic_container' to `MonoMethod'.
19400         (MonoMethodInflated): Replaced the `MonoMethodNormal nmethod' with
19401         an union containing both `MonoMethodNormal' and
19402         `MonoMethodPInvoke'.
19404         * loader.c
19405         (mono_get_method_from_token): Allow implementing generic methods
19406         as interncalls.
19408         * threads.c
19409         (ves_icall_System_Threading_Interlocked_CompareExchange_T): New
19410         icall.
19412 2005-11-17  Dick Porter  <dick@ximian.com>
19414         * icall.c: 
19415         * process.h: 
19416         * process.c: Split the Process Start_internal icall into
19417         ShellExecuteEx_internal and CreateProcess_internal, which are
19418         called depending on whether UseShellExecute is true.  Fixes bug
19419         76670.
19421         * appdomain.c (MONO_CORLIB_VERSION): Incremented
19423 2005-11-17  Zoltan Varga  <vargaz@gmail.com>
19425         * marshal.c (emit_ptr_to_object_conv): Get rid of the 'usize' and
19426         'msize' parameters, use the information in 'mspec' instead.
19427         (emit_object_to_ptr_conv): Ditto.
19429         * marshal.c (emit_struct_conv): Handle explicit layout structs with
19430         fields out of order. Fixes #76733.
19432 2005-11-17  Ankit Jain  <jankit@novell.com>
19434         * metadata.c (mono_type_create_from_typespec_full): Remove unnecessary g_assert.
19436 2005-11-16  Atsushi Enomoto  <atsushi@ximian.com>
19438         * icall.c : renamed MakeGenericMethod -> MakeGenericMethod_impl for
19439           bug #76575.
19441 2005-11-16  Zoltan Varga  <vargaz@gmail.com>
19443         * object.c (mono_class_compute_gc_descriptor): Disable typed allocation
19444         for types with non-auto layout. Fixes #76717.
19446 2005-11-16  Ankit Jain  <jankit@novell.com>
19448         * class.c (my_mono_class_from_generic_parameter): param->owner can be null.
19449         * metadata.c (mono_metadata_parse_generic_param): Create a dummy MonoGenericParam 
19450         if generic_context is null.
19451           (mono_metadata_generic_param_equal): param->owner can be null.
19452           (mono_type_create_from_typespec_full): Don't cache the MonoType if param->owner is
19453         null.
19455 2005-11-16  Zoltan Varga  <vargaz@gmail.com>
19457         * reflection.c (create_dynamic_mono_image): Set md_version_minor to
19458         the correct value.
19460 2005-11-15  Martin Baulig  <martin@ximian.com>
19462         * object.c (set_value): Use mono_class_from_mono_type() instead of
19463         the hack for generic instances; fixes #76136.
19465 2005-11-15  Zoltan Varga  <vargaz@gmail.com>
19467         * metadata-internals.h (_MonoImage): Add 'md_version_major/minor'
19468         fields.
19470         * image.c (load_metadata_ptrs): Initialize the new fields.
19472         * reflection.c (create_dynamic_mono_image): Ditto.
19474         * reflection.c (build_compressed_metadata): Use the new fields.
19476         * icall.c (ves_icall_System_Reflection_Module_get_MDStreamVersion): New
19477         icall.
19479         * icall.c (mono_assembly_icalls): Remove obsolete get_MetadataToken
19480         icall.
19481         
19482 2005-11-15  Ankit Jain  <jankit@novell.com>
19483             Raja R Harinath  <harinath@gmail.com>
19485         * class-internals.h (_MonoGenericContainer.types): New. Cache for MonoTypes.
19486         * metadata.c (mono_type_create_from_typespec_full): Use MonoType from the
19487         new per-generic_container cache if the cached MonoType's context matches
19488         the current context.
19489           (has_same_context): New. Check if the VARs or MVARs in a GENERIC_INST refer
19490         to the expected context.
19491           (unwrap_arrays): New. Get the element MonoType for an ARRAY/SZARRAY.
19493 2005-11-14  Carlos Alberto Cortez <calberto.cortez@gmail.com>
19495         * appdomain.c: Update MONO_CORLIB_VERSION to 42, since
19496         we changed the signature of an icall.
19497         * icall.c: Modify to mono_double_ParseImpl return true/false 
19498         depending on the success, instead of throwing the exception. This will
19499         help us in Double.TryParse methods.
19500         
19501 2005-11-14  Zoltan Varga  <vargaz@gmail.com>
19503         * marshal.c (emit_marshal_object): Throw an exception when
19504         marshalling 'object' instead of crashing. Fixes #76696.
19506 2005-11-11  Zoltan Varga  <vargaz@gmail.com>
19508         * class-internals.h: Add prototype for mono_type_get_full_name ().
19510 2005-11-11  Dick Porter  <dick@ximian.com>
19512         * threads.c (mono_thread_manage): Make sure the main thread has
19513         abandoned all its mutexes when cleaning up.  Fixes bug 74680.
19515 2005-11-11  Zoltan Varga  <vargaz@gmail.com>
19517         * loader.c (mono_loader_set_error_type_load): Log a warning to the
19518         console about the missing type.
19519         (mono_loader_set_error_method_load): Ditto.
19521 2005-11-09  Miguel de Icaza  <miguel@novell.com>
19523         * mono-config.c (mono_get_config_dir): Set the system defaults if
19524         none is specified.
19526         * assembly.c (mono_set_dirs): New API entry point to set the
19527         assembly and the config directory in one call
19529 2005-11-09  Zoltan Varga  <vargaz@gmail.com>
19531         * marshal.c (mono_ftnptr_to_delegate): Throw a NotSupportedException if
19532         the ftnptr was created from a delegate in a domain other than the
19533         current domain. Fixes #75377.
19535         * exception.h exception.c: Add mono_get_exception_not_supported ().
19537 2005-11-08  Martin Baulig  <martin@ximian.com>
19539         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 53.
19541 2005-11-07  Sebastien Pouliot  <sebastien@ximian.com>
19543         * security-manager.h: Added definitions to deal with strongname key 
19544         pairs bigger (and smaller) than 1024 bits.
19545         * reflection.c: Remove hardcoded strongname size (128 bytes) and 
19546         adjust wrt the public key length being used.
19548 2005-11-03  Atsushi Enomoto  <atsushi@ximian.com>
19550         * marshal.c, icall.c : reverted sig->pinvoke changes which broke
19551           Windows build (r51396-51397).
19553 2005-11-03  Martin Baulig  <martin@ximian.com>
19555         * class.c (mono_class_setup_vtable_general): Also add generic
19556         methods to the vtable; fixes #76581.
19558 2005-11-01  Miguel de Icaza  <miguel@novell.com>
19560         * string-icalls.c (ves_icall_System_String_ctor_encoding): Make
19561         sure that we lookup GetString method from the System.Text.Encoding
19562         class, not the derived class or we get an empty method.
19564         Fixed class #76612.
19566 2005-10-25  Miguel de Icaza  <miguel@novell.com>
19568         * assembly.c (mono_assemblies_init): Do not set the Mono root dir
19569         if it has been previously set (embedders). 
19571         Make mono_set_rootdir available also on Unix.
19573 005-10-24  Robert Jordan  <robertj@gmx.net>
19575         * assembly.c: fixed MONO_ASSEMBLIES to be NULL on cygwin as well.
19577 2005-10-30  Zoltan Varga  <vargaz@freemail.hu>
19579         * marshal.c icall.c: Clean up the usage of sig->pinvoke flag. Now
19580         only calls which are made to native code use this flag.
19582         * icall.c (ves_icall_System_Reflection_FieldInfo_GetUnmanagedMarshal): Remove the check for FieldBuilders as it is now done in managed code.
19584 2005-10-29  Zoltan Varga  <vargaz@freemail.hu>
19586         * icall.c (ves_icall_System_Reflection_FieldInfo_GetUnmanagedMarshal):
19587         Add support for FieldBuilders.
19589 2005-10-29  Martin Baulig  <martin@ximian.com>
19591         * mono-debug.c
19592         (mono_debug_using_mono_debugger): New public method; returns
19593         whether we're running inside the debugger.
19595 2005-10-27  Zoltan Varga  <vargaz@gmail.com>
19597         * reflection.c (mono_reflection_get_custom_attrs_info): Add support
19598         for Method/Constructor/FieldBuilders.
19600 2005-10-26  Zoltan Varga  <vargaz@gmail.com>
19602         * reflection.c (module_add_cattrs): Save custom attributes for global methods
19603         and fields as well.
19605 2005-10-26  Martin Baulig  <martin@ximian.com>
19607         * mono-debug-debugger.c
19608         (MonoDebuggerMetadataInfo): Added `klass_parent_offset'.
19610 2005-10-24  Raja R Harinath  <harinath@gmail.com>
19612         * icall.c (base64_to_byte_array): Don't pass an out-of-range
19613         integer to isspace.
19615 2005-10-21  Zoltan Varga  <vargaz@gmail.com>
19617         * marshal.c (emit_marshal_vtype): Correctly handle [In,Out] modifiers
19618         when passing valuetypes byref. Fixes #76502.
19620 2005-10-19  Jackson Harper  <jackson@ximian.com>
19622         * profiler.c: Don't put a . in front of types that are not in a
19623         namespace.
19625 2005-10-18  Zoltan Varga  <vargaz@gmail.com>
19627         * icall.c (ves_icall_Type_GetField): Applied patch from Robert Jordan (robertj@gmx.net). Fixes #75515.
19629 2005-10-15  Zoltan Varga  <vargaz@freemail.hu>
19631         * marshal.c: Add generics support to the ldfld/stfld wrappers. Fixes
19632         #76436.
19633         (mono_marshal_get_ldflda_wrapper): Fix a warning.
19635 2005-10-13  Carlos Alberto Cortez <calberto.cortez@gmail.com>
19637         * assembly.c metadata-internals.h icall.c: Define an additional
19638         parameter for mono_assembly_name_parse_full, so we can avoid creating
19639         S.R.AssemblyName.Version when no version info wasn't passed.
19640         
19641 2005-10-09  Miguel de Icaza  <miguel@novell.com>
19643         * class.c (mono_type_get_full_name): Reimplement method that was
19644         removed. 
19646         * image.c: Some docs
19648 2005-10-10  Zoltan Varga  <vargaz@gmail.com>
19650         * profiler.c (output_newobj_profile): Fix printing of Total memory
19651         on x86.
19653 2005-10-08  Zoltan Varga  <vargaz@freemail.hu>
19655         * profiler.c: Add support for allocations > 2GB. Fixes #74886.
19657 2005-10-08  Gert Driesen  <drieseng@users.sourceforge.net>
19659         * threads.c: remove debug output.
19661 2005-10-08  Zoltan Varga  <vargaz@freemail.hu>
19663         * threads.c (mono_thread_manage): Fix crashes if more than 64
19664         threads need to be aborted. Hopefully fixes #75899.
19666         * assembly.c (mono_stringify_assembly_name): New helper function.
19668         * class.c: Use mono_stringify_assembly_name instead of the similar
19669         static function.
19671         * assembly.h assembly.c: Add support for calling a postload search 
19672         hook if an assembly cannot be loaded.
19674         * appdomain.c: Register new search hooks which call the AssemblyResolve
19675         events in AppDomain. Fixes #75231
19677 2005-10-07  Martin Baulig  <martin@ximian.com>
19679         * mono-debug.c (mono_debug_add_method): Create a wrapper entry for
19680         methods without debug info.
19682 2005-10-07  Zoltan Varga  <vargaz@gmail.com>
19684         * class-internals.h debug-helpers.c marshal.h marshal.c: Add ldflda
19685         wrappers.
19687 2005-10-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19689         * file-io.c: now that we return symlinks, use lstat and, when the file
19690         is a symbolic link, stat, to get the file attributes. Also avoid the
19691         conversion to/from utf16/external.
19693 2005-10-06  Zoltan Varga  <vargaz@gmail.com>
19695         * class.c (mono_class_layout_fields): Compute klass->has_references
19696         correctly if an embedded valuetype is not yet initialized. Fixes
19697         #76331.
19699 2005-10-04  Martin Baulig  <martin@ximian.com>
19701         * metadata.c
19702         (mono_metadata_load_generic_param_constraints): New public
19703         function; splitted the constraints loading out from
19704         mono_metadata_load_generic_params().
19706         * class.c (mono_class_create_from_typedef): Call
19707         mono_metadata_load_generic_param_constraints() after setting up
19708         the type and creating our parent; fixes #75329.
19710 2005-10-04  Martin Baulig  <martin@ximian.com>
19712         * icall.c (ves_icall_MonoGenericClass_GetParentType): Allow
19713         non-dynamic parent classes.
19715 2005-10-04  Atsushi Enomoto  <atsushi@ximian.com>
19717         * file-io.c : win32 build fix (ETXTBSY seems not found).
19719 2005-10-04  Martin Baulig  <martin@ximian.com>
19721         * reflection.c
19722         (mono_image_get_methodspec_token): Make the cache actually work;
19723         fixes #75974.
19725 2005-10-04  Martin Baulig  <martin@ximian.com>
19727         * class.c (mono_class_name_from_token): Removed the unneccessary
19728         `MonoGenericContext *' argument.
19730 2005-10-04  Martin Baulig  <martin@ximian.com>
19732         * loader.c
19733         (method_from_methodspec): Make the caching work again; fixes the
19734         performance regression from #76262.
19736 2005-10-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19738         * file-io.c:
19739         * file-io.h:
19740         * icall.c: replace FindFirst/FindNext/FindClose calls with a new
19741         GetFileSystemEntries that performs the same work but without going
19742         into io-layer, locking, etc.
19744 2005-09-30  Zoltan Varga  <vargaz@gmail.com>
19746         * threads.c (ves_icall_System_Threading_Thread_Abort): Handle 
19747         ThreadState_Stopped as well. Fixes #76047.
19749 2005-09-29  Martin Baulig  <martin@ximian.com>
19751         * class.c
19752         (inflate_generic_context): If the new context has a `gmethod', set
19753         its `container' that that gmethod's `container'.
19755         * metadata.c
19756         (mono_metadata_parse_generic_param): Simplify things;
19757         `generic_container = generic_context->container;' is just fine.
19759         * loader.c (method_from_methodspec): Code cleanups.
19761 Wed Sep 28 17:06:01 CEST 2005 Paolo Molaro <lupus@ximian.com>
19763         * decimal.c: fix warning (and let gcc generate correct
19764         code on ARM with optimizations).
19766 2005-09-28  Martin Baulig  <martin@ximian.com>
19768         * loader.c
19769         (method_from_memberref): Added `MonoGenericContext *class_context'
19770         argument; this is used when parsing a MONO_MEMBERREF_PARENT_TYPESPEC.
19771         (method_from_methodspec): If we're a memberref, use the enclosing
19772         context when parsing its parent.  Fixes #76262; see gtest-206.cs.
19774 2005-09-28  Martin Baulig  <martin@ximian.com>
19776         * object.c (mono_runtime_invoke_array): Added support for
19777         MONO_TYPE_GENERICINST; fixes #75917.
19779 2005-09-27  Martin Baulig  <martin@ximian.com>
19781         * reflection.c (encode_type): For `MONO_TYPE_CLASS/VALUETYPE', use
19782         `k->byval_arg.type' to determine the actual type.
19784         * loader.c (method_from_methodspec): Removed some hacks.
19786 2005-09-27  Ben Maurer  <bmaurer@ximian.com>
19788         * class-internals.h (mono_field_is_deleted): Do the test for
19789         rtspecialname before we check the actual name of the field. This
19790         prevents us from dereferencing a pointer into the string table,
19791         saving us from accessing a few pages
19793         * *.c: Replace the use of {Enter,Leave}CriticalSection with
19794         macros. This will allow a deadlock debugger to easily be plugged
19795         in.
19797 2005-09-27  Martin Baulig  <martin@ximian.com>
19799         * loader.c (method_from_methodspec): Create a "signature"
19800         MonoGenericContainer and use mono_get_method_full().  Fixes #75584.
19802 2005-09-27  Martin Baulig  <martin@ximian.com>
19804         * class.c
19805         (inflate_generic_class): Correctly set the new context's
19806         container.
19808         * loader.c
19809         (find_method, find_method_in_class): Take a `MonoGenericContainer *'
19810         instead of a `MonoGenericContext *'.
19811         (mono_method_signature_full): Take a `MonoGenericContainer *'
19812         instead of a `MonoGenericContext *'.
19814         * metadata.c
19815         (mono_metadata_parse_signature_full): Take a `MonoGenericContainer *'
19816         instead of a `MonoGenericContext *'.
19817         (mono_metadata_parse_method_signature_full): Likewise.
19819 2005-09-26  Martin Baulig  <martin@ximian.com>
19821         * class.c
19822         (mono_class_from_generic_parameter): Set `klass->generic_container'
19823         (mono_class_from_generic_parameter): Likewise.
19824         (mono_bounded_array_class_get): We inherit the generic container
19825         from the element class.
19827         * loader.c
19828         (find_method, find_method_in_class): Take a `MonoGenericContext *'
19829         argument rather than computing it here.
19830         (method_from_memberref): Correctly set the generic context before
19831         parsing the signature.  Fixes #75681.
19833 2005-09-26  Zoltan Varga  <vargaz@gmail.com>
19835         * object.c (mono_class_has_special_static_fields): Fix warnings.
19837 2005-09-26  Carlos Alberto Cortez <calberto.cortez@gmail.com>
19839         * assembly.c: Add parse_public_key function, to
19840         par the public keys. Also added mono_assembly_name_parse_full,
19841         to define it the parsed key should be freed or not.
19842         * icall.c: Added ves_icall_System_Reflection_AssemblyName_ParseName,
19843         to parse a long format assembly name.
19844         * metadata-internals.h: Keep mono_assembly_name_parse_full as
19845         private, since calling it to preserve the key requires
19846         freeing it manually.
19847         
19848 2005-09-26  Atsushi Enomoto  <atsushi@ximian.com>
19850         * locales.c : removed HAVE_ICU part.
19852 2005-09-24  Zoltan Varga  <vargaz@freemail.hu>
19854         * object.c (mono_class_create_runtime_vtable): Avoid calling 
19855         field_is_special_static if the klass has no special static fields.
19857         * class-internals.h (MonoClass): Add 'no_special_static_fields' flag.
19858         (MonoCachedClassInfo): Likewise.
19860         * object.c (mono_class_has_special_static_fields): New helper function.
19862 2005-09-23  Zoltan Varga  <vargaz@gmail.com>
19864         * class.c (mono_class_create_from_typedef): Don't call 
19865         interfaces_from_typedef_full for enums.
19866         (mono_class_create_from_typedef): Compute the base types of enums directly
19867         without calling mono_class_setup_fields ().
19868         (mono_class_find_enum_basetype): New helper function.
19870         * reflection.c (mono_image_build_metadata): Emit type names+namespaces at
19871         one place inside the string heap.
19872         
19873 Fri Sep 23 19:37:46 CEST 2005 Paolo Molaro <lupus@ximian.com>
19875         * class.c: locking fixes, code cleanups, some docs added.
19876         Allocate some data structures in the image mempool.
19878 2005-09-23  Zoltan Varga  <vargaz@gmail.com>
19880         * rawbuffer.c: Remove unneccessary set_n_pagefaults () routine and update
19881         the example code.
19882         
19883 Fri Sep 23 18:27:02 CEST 2005 Paolo Molaro <lupus@ximian.com>
19885         * class-internals.h, class.c, reflection.c: reduce memory taken by
19886         MonoClass.
19888 Fri Sep 23 17:56:21 CEST 2005 Paolo Molaro <lupus@ximian.com>
19890         * metadata.c, metadata.h, loader.h: documentation updates, code and
19891         API cleanups.
19893 2005-09-23  Zoltan Varga  <vargaz@gmail.com>
19895         * rawbuffer.c: Remove unneccessary set_n_pagefaults () routine and update
19896         the example code.
19898         * rawbuffer.h rawbuffer.c: Add code and APIs to help determine the number of
19899         page faults caused by the runtime while reading metadata.
19901 2005-09-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19903         * socket-io.c: the field names were changed 3 months ago and no one
19904         realized until bug #76077 got filed!
19906 2005-09-20  Martin Baulig  <martin@ximian.com>
19908         * icall.c (assembly_icalls): Removed some unused debugger icalls.
19910 2005-09-20  Martin Baulig  <martin@ximian.com>
19912         * mono-debug.c (mono_debug_add_type): Ignore array types and don't
19913         write the rank into the class entry.
19915 2005-09-20  Martin Baulig  <martin@ximian.com>
19917         * mono-debug-debugger.c (MonoDebuggerMetadataInfo): Added some stuff.
19919 2005-09-19  Zoltan Varga  <vargaz@gmail.com>
19921         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
19923         * icall.c (custom_attrs_defined_internal): New icall.
19925         * reflection.c (mono_reflection_get_custom_attrs_by_type): New helper
19926         function.
19927         (mono_custom_attrs_construct_by_type): New helper function.
19929 2005-09-17  Zoltan Varga  <vargaz@freemail.hu>
19931         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalUni): Null
19932         terminate the resulting string. Fixes #76123.
19934 2005-09-16  Martin Baulig  <martin@ximian.com>
19936         * mono-debug.c
19937         (mono_debug_add_method): Ignore inflated methods for the moment.
19939 2005-09-14  Martin Baulig  <martin@ximian.com>
19941         * debug-mono-symfile.h (MONO_SYMBOL_FILE_VERSION): Bump version to 39.
19943 2005-09-13  Zoltan Varga  <vargaz@gmail.com>
19945         * metadata.c (mono_class_get_overrides_full): Modify signature to explicitly
19946         return a success/failure indication.
19947         (mono_metadata_interfaces_from_typedef_full): Ditto.
19948         (get_constraints): Ditto.
19950 2005-09-12  Zoltan Varga  <vargaz@gmail.com>
19952         * marshal.c (emit_marshal_array): Fix handling of null arrays.
19953         
19954         * marshal.c (emit_marshal_array): Add support for returning string
19955         arrays from delegates. Fixes #76063.
19957         * marshal.c: Use the emit_ldloc/stloc macros where possible.
19959 2005-09-11  Zoltan Varga  <vargaz@gmail.com>
19961         * threads.c (ves_icall_System_Threading_Thread_MemoryBarrier): New
19962         icall.
19964 2005-09-09  Zoltan Varga  <vargaz@gmail.com>
19966         * reflection.c icall.c: Fix after mono_get_exception_type_load
19967         signature change.
19969         * assembly.c (mono_assembly_get_assemblyref): New helper function.
19970         (mono_assembly_load_reference): Use the new helper.
19972         * class-internals.h (MonoLoaderError): New structure containing 
19973         information about type loading errors.
19975         * class-internals.h loader.c: Add APIs to store per-thread loader
19976         error information.
19978         * loader.c class.c: Set the loader error if needed.
19980         * exception.h exception.c: Add functions to throw MissingMethod/MissingFieldExceptions.
19982 Thu Sep 8 18:54:07 BST 2005 Paolo Molaro <lupus@ximian.com>
19984         * decimal.c: fixed to handle the broken ARM fp format.
19986 Wed Sep 7 22:17:58 BST 2005 Paolo Molaro <lupus@ximian.com>
19988         * icall.c: on ARM use the libc strtod(), since bsd_strtod() seems
19989         broken.
19991 2005-09-06  Martin Baulig  <martin@ximian.com>
19993         * domain.c (supported_runtimes): Added v2.0.50727.
19995 Tue Sep 6 11:40:24 CEST 2005 Paolo Molaro <lupus@ximian.com>
19997         * culture-info.h: reduce the size of some structures.
19999 2005-09-05  Martin Baulig  <martin@ximian.com>
20001         Reflect latest API changes in the August CTP.
20003         * icall.c
20004         ("Type.BindGenericParameters"): Renamed to "MakeGenericType".
20005         ("MonoType.HasGenericArguments"): Removed.
20006         ("MonoMethod.BindGenericParameters"): Renamed to
20007         "MakeGenericMethod".
20008         ("MethodBuilder.BindGenericParameters"): Renamed to
20009         "MakeGenericMethod".    
20011 2005-09-05  Martin Baulig  <martin@ximian.com>
20013         * mono-debug-debugger.c: Moved the debugger icalls into icall.c.
20015 2005-09-05  Martin Baulig  <martin@ximian.com>
20017         Applying a patch from Michal Moskal <malekith@nemerle.org>.
20019         * icall.c (ves_icall_Type_get_IsGenericType): Return true also if
20020         generic_container is non-NULL.
20022 2005-09-05  Martin Baulig  <martin@ximian.com>
20024         Applying a patch from Michal Moskal <malekith@nemerle.org>.
20026         * object.c (set_value): In MONO_TYPE_VALUETYPE, add generics support.
20028 2005-08-29  Michal Moskal  <malekith@nemerle.org>
20030         * reflection.c (encode_locals,
20031         mono_reflection_sighelper_get_signature_local): Increase buffer sizes
20032         for large generic types.
20034 2005-09-05  Martin Baulig  <martin@ximian.com>
20036         Applying a patch from Michal Moskal <malekith@nemerle.org>.
20038         * class.c (mono_dup_array_type): New public method.
20039         (mono_metadata_signature_deep_dup): New public method.
20040         (dup_type): Correctly duplicate array and function types.
20042 2005-09-05  Martin Baulig  <martin@ximian.com>
20044         Applying a patch from Michal Moskal <malekith@nemerle.org>.
20046         * reflection.c (get_default_param_value_blobs): Handle generic types
20047         and generic methods.
20049 2005-09-02  Sebastien Pouliot  <sebastien@ximian.com>
20051         * class.c: Fixed error reporting (method/class were inversed) for 
20052         inheritance demands.
20053         * security-manager.c|h: Added the AppDomain when calling the managed
20054         System.Security.SecurityManager.InheritanceDemand method.
20056 2005-09-01  Raja R Harinath  <rharinath@novell.com>
20058         * reflection.c (encode_marshal_blob): 'marshaltype' and
20059         'marshaltyperef' are alternate sources for the custom marshaler
20060         name.
20062 Wed Aug 31 17:39:54 CEST 2005 Paolo Molaro <lupus@ximian.com>
20064         * class.c: fix creation of array classes with rank == 1
20065         (patch by Ankit Jain <jankit@novell.com>).
20067 Wed Aug 31 17:35:19 CEST 2005 Paolo Molaro <lupus@ximian.com>
20069         * object.c: fix check for creating the bound data for arrays vs
20070         szarrays.
20072 2005-08-30 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20074         * object.c: configuration file name is now based on the executable name,
20075         not the image name. Fixes bug #75931.
20077 2005-08-29  Zoltan Varga  <vargaz@gmail.com>
20079         * marshal.c (emit_thread_interrupt_checkpoint_call): Load the
20080         flag using LDIND_U4 since it leads to smaller and faster code on ia64.
20082 2005-08-25  Zoltan Varga  <vargaz@gmail.com>
20084         * rand.c: Use wincrypt.h instead of WinCrypt.h.
20086 2005-08-24  Ankit Jain  <jankit@novell.com>
20087             Raja R Harinath  <rharinath@novell.com>
20089         * class.c (mono_class_from_typeref): Don't call mono_class_init as we might've been
20090           called by it recursively.
20091           (mono_class_init): Remove special case in pending_init handling, since it's
20092           superseded by the fix to mono_class_from_typeref.
20094 2005-08-22  Zoltan Varga  <vargaz@freemail.hu>
20096         * threads.c (ves_icall_System_Threading_Thread_Thread_internal): Remove the 
20097         BROKEN_THREAD_START stuff.
20099 2005-08-21  Zoltan Varga  <vargaz@freemail.hu>
20101         * class-internals.h object.c: Add a new kind of trampoline called a delegate 
20102         trampoline.
20104         * domain-internals.h domain.c: Add a has for delegate trampolines to MonoDomain.
20105         
20106         * object.c (mono_delegate_ctor): Replace the original function address with
20107         a delegate trampoline.
20109 2005-08-21 Gert Driesen <drieseng@users.sourceforge.net>
20111         * icall.c: add boolean argument to base64_to_byte_array and 
20112         InternalFromBase64String to control whether a whitespace-only string
20113         is allowed (or should casue a FormatException to be thrown). We need
20114         this as the behavior has changed between MS.NET 1.x and 2.0, and we
20115         to match the MS behaviour in both profiles.
20116         * appdomain.c: Bump corlib version.
20118 2005-08-20  Carlos Alberto Cortez <calberto.cortez@gmail.com>
20120         This patch implements a big portion of publisher policy
20121         support, used to bind assembly versions and redirect
20122         one assembly from version A to version B.
20124         * assembly.c:
20125         New GSList loaded_assembly_bindings, for storing the cached
20126         assembly bindings.
20127         (assembly_binding_maps_name): New static function for checking if a 
20128         assembly binding information maps an assembly name.
20129         (mono_assembly_binding_info_free): New function for freeing
20130         assembly binding information resources.
20131         (get_publisher_policy_info): New static function for retrieving 
20132         assembly binding information from a MonoImage.
20133         (compare_versions): New static function for comparing an assembly
20134         binding information data and the version of an assembly name.
20135         (check_policy_versions): New static function for checking if an
20136         assembly binding info mapping an assembly name is valid for it.
20137         (mono_assembly_load_publisher_policy): New static function for
20138         loading the 'policy.major.minor.MyAssembly' image for an assembly
20139         with an assembly name 'aname'.
20140         (mono_assembly_bind_version): New static function for updating
20141         assembly redirection.
20142         (mono_assembly_apply_binding): New static function for applying
20143         assembly binding.
20144         (search_binding_loaded): New static function for searching 
20145         loaded assembly binding infos in the cache domain.
20146         (mono_assembly_load_full): Don't apply assembly binding for
20147         reflection only assemblies.
20149         * metadata-internals.h: Add MonoAssemblyBindingInfo,
20150         which contains information about assembly binding. Also
20151         declare signature for mono_config_parse_publisher_policy ()
20152         function, used to retrieve pub policy info.
20153         
20154         * mono-config.c:
20155         (publisher_policy_start): New static function used to parse publisher 
20156         policy config files.
20157         (publisher_policy_parser): New static MonoParseHandler containing 
20158         the functions used when parsing config files.
20159         (mono_config_parse_publisher_policy): New function for parsing
20160         publisher policy files.
20161         
20162 2005-08-20  Zoltan Varga  <vargaz@freemail.hu>
20164         * object.c (mono_delegate_ctor): Add support for IA64 function descriptors.
20166         * marshal.c (mono_delegate_free_ftnptr): Ditto.
20168         * object.c (mono_get_addr_from_ftnptr): New helper function.
20170         * object.h (mono_array_addr): Fix unaligned access warnings on IA64.
20172         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
20174 2005-08-19  Dick Porter  <dick@ximian.com>
20176         * threads.c, threads.h, appdomain.c, appdomain.h,
20177         profiler-private.h, monitor.c, object.c, object-internals.h,
20178         profiler.c, mono-debug-debugger.h, profiler.h: Use a gsize to
20179         store the thread ID, so it can hold a 64 bit value if needed.
20181 2005-08-19  Zoltan Varga  <vargaz@freemail.hu>
20183         * reflection.c (mono_reflection_create_dynamic_method): Store the
20184         handle class into the method references as well so ldtoken works in
20185         dynamic methods.
20187         * icall.c (ves_icall_MonoField_GetValueInternal): Add support for generic
20188         types.
20190 2005-08-19  Ankit Jain <jankit@novell.com>
20192         Fix #75847.
20193         * marshal.c (mono_marshal_get_ptr_to_struct): Build method signature 
20194           here rather than using the method signature of a arbitrary function
20195           named 'System.Runtime.InteropServices.Marshal::PtrToStructure' with 
20196           two arguments.
20197           Hack done with Harinath.
20199 2005-08-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20201         * threadpool.c: disable printing stack traces when we get a exception
20202         in a threadpool thread. I need to do more testing to figure out which
20203         cases actually print this. Fixes bug #75828.
20205 2005-08-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20207         * icall.c: there might be ignored whitespace after the last '='. This
20208         fixes length computation and bug #75840.
20210 2005-08-18  Zoltan Varga  <vargaz@freemail.hu>
20212         * assembly.c (mono_assembly_load_full): Consider .exe extension as
20213         well. Fixes #75809.
20215         * reflection.c (create_custom_attr): Fix unmanaged memory leak. Fixes
20216         #75784.
20217         
20218         * reflection.c (create_custom_attr_data): Ditto.
20220 2005-08-17  Atsushi Enomoto  <atsushi@ximian.com>
20222         * locales.c, culture-info.h : removed RegionLCIDMap.
20223         * culture-info-tables.h : regenerated.
20225 2005-08-16  Martin Baulig  <martin@ximian.com>
20227         * class.c (mono_type_get_name_recurse): Small fix.
20229 2005-08-16  Atsushi Enomoto  <atsushi@ximian.com>
20231         * locales.c : indentation fixie.
20233 2005-08-15  Atsushi Enomoto  <atsushi@ximian.com>
20235         * object-internals.h,
20236           locales.h,
20237           locales.c,
20238           culture-info.h,
20239           icall.c : added RegionInfo table support.
20240         * culture-info-table.h : regenerated for region support.
20242 2005-08-14  Kamil Skalski  <nazgul@nemerle.org>
20244         * reflection.c (resolve_object): handle all kinds of MonoMethod
20245         including generic ones
20247 2005-08-12  Ankit Jain <jankit@novell.com>
20249         * get.c (dis_stringify_variant_type): New. Stringify MonoMarshalVariant.
20250           (dis_stringify_marshal_spec): Add new case for MONO_NATIVE_SAFEARRAY. 
20252 2005-09-12  Lluis Sanchez  <lluis@ximian.com>
20254         * process.c: Don't close a thread handle when it's NULL. This is a
20255         workaround for bug #75733.
20257 2005-08-11  Zoltan Varga  <vargaz@freemail.hu>
20259         * marshal.c (mono_marshal_get_string_encoding): Fix handling of CharSet.Auto. Fixes #75769.
20261 2005-08-10  Zoltan Varga  <vargaz@freemail.hu>
20263         * icall.c (ves_icall_Type_get_IsGenericType): New icall.
20265 2005-08-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20267         * threadpool.c: if a work item in the thread pool has a callback that
20268         catches a exception, don't propagate it after invoking the callback.
20269         Fixes bug #75336.
20271 2005-08-08  Zoltan Varga  <vargaz@freemail.hu>
20273         * class.c (class_compute_field_layout): Rename this to mono_class_setup_fields.
20275         * class-internals.h (MonoCachedClassInfo): Add some new fields.
20277         * class.c (mono_class_init): Load field info lazily in the AOT case.    
20279         * reflection.c (mono_image_load_module): Fix error checking. Fixes #75660.
20281 2005-08-03  Ankit Jain  <jankit@novell.com>
20283         Fix #75683.
20284         * loader.c (mono_method_signature_full): Use MONO_CALL_DEFAULT if
20285           PInvoke calling convention is 0.
20287 2005-08-02  Zoltan Varga  <vargaz@freemail.hu>
20289         * socket-io.c (convert_sockopt_level_and_name): Applied patch from 
20290         Julien Puydt (julien.puydt@laposte.net). Add check for IPV6_PKTINFO.
20292 Mon Aug 1 16:52:12 CEST 2005 Paolo Molaro <lupus@ximian.com>
20294         * gc-internal.h, threads.c, null-gc.c, boehm-gc.c: added interface
20295         to handle threads not started by the GC (patch by Michael Meeks
20296         <michael.meeks@novell.com>).
20298 2005-07-31  Kamil Skalski  <nazgul@omega.pl>
20300         * reflection.c: Make buffer used in emitting types larger for some
20301         big generic types (patch by Michal Moskal).
20303 2005-07-30  Zoltan Varga  <vargaz@freemail.hu>
20305         * mono-debug.c: Fix some (not all) alignment problems.
20307 2005-07-29  Carlos Alberto Cortez <calberto.cortez@gmail.com>
20309         * appdomain.c (ves_icall_System_AppDomain_LoadAssemblyRaw):
20310         Invoke mono_image_load_from_data_full passing the refonly
20311         parameter.
20313         * assembly.c
20314         (mono_assembly_open_from_bundle): Add the refonly argument, 
20315         in order to pass it to other methods it calls to.
20316         (do_mono_assembly_open): Add the refonly argument, in order 
20317         to pass it to other methods it calls to.
20318         (mono_assembly_open_full): Invoke do_mono_assembly_open passing
20319         the refonly parameter to it.
20321         * image.c: Add loaded_images_refonly_hash and
20322         loaded_images_refonly_guid_hash to cache the reflection
20323         only loaded images.
20324         (mono_images_init): Initialize the hash tables used for
20325         caching the reflection only images.
20326         (load_modules): Invoke mono_image_open_full passing the refonly
20327         parameter to load the modules the correct way.
20328         (build_guid_table): Add the refonly argument, to re-build the 
20329         correct hash table.
20330         (do_mono_image_open): Added the refonly argument, in order to
20331         define it for the loaded image.
20332         (mono_image_loaded_full): New function, which receives an
20333         additional parameter to look for the image in the refonly or
20334         non-refonly section.
20335         (mono_image_loaded): Updated, using mono_image_loaded_full.
20336         (mono_image_loaded_by_guid_full): The same case that happens
20337         with mono_image_loaded_full.
20338         (mono_image_loaded_by_guid): Likewise.
20339         (register_image): Use the ref_only variable inside MonoImage
20340         to decide in which hash table store the current image.
20341         (mono_image_open_from_data_full): Rename
20342         mono_image_open_from_data to mono_image_open_from_data_full,
20343         adding the refonly argument, to define the ref_only variable 
20344         inside MonoImage.
20345         (mono_image_open_from_data): Return 
20346         mono_image_open_from_data_full.
20347         (mono_image_open_full): Rename mono_image_open to
20348         mono_image_open_full, receiving the new refonly argument,
20349         to pass it to inner methods.
20350         (mono_pe_file_open): Update this function, to open
20351         a MonoImage as a non-refonly image.
20352         (mono_image_close): Use the refonly variable inside
20353         MonoImage to remove the image from the correct caches.
20355         * image.h: Add the signatures of mono_image_open_full,
20356         mono_image_open_from_data_full, mono_image_loaded_full,
20357         mono_image_loaded_by_guid_full.
20359         * metadata-internals.h: Add the ref_only field to 
20360         MonoImage.
20361         
20362 2005-07-29  Carlos Alberto Cortez <calberto.cortez@gmail.com>
20364         * icall.c (ves_icall_System_Reflection_GetReferencedAssemblies):
20365         Fix the last behavior, which used to load the assemblies and
20366         extract MonoReflectionAssemblyName information, instead of
20367         extract it from the metadata tables. Needed for Reflection
20368         Only assemblies.
20369         
20370 2005-07-29  Martin Baulig  <martin@ximian.com>
20372         * mono-debug-debugger.c
20373         (mono_debugger_lock, mono_debugger_unlock): g_assert() if we're
20374         not initialized.
20376         * mono-debug.c
20377         (mono_debug_address_from_il_offset): Check whether we have
20378         debugging support before attempting to take the lock.
20379         (mono_debug_source_location_from_address): Likewise.
20380         (mono_debug_source_location_from_il_offset): Likewise.
20381         (mono_debug_il_offset_from_address): Likewise.
20382         (mono_debug_address_from_il_offset): Likewise.
20384 2005-07-29  Zoltan Varga  <vargaz@freemail.hu>
20386         * class.c (mono_class_from_name_case): Add support for dynamic images.
20387         Fixes #75650.
20389         * object.c (mono_class_compute_gc_descriptor): Add a workaround
20390         for #75479.
20392 2005-07-28  Zoltan Varga  <vargaz@freemail.hu>
20393         
20394         * reflection.c (mono_method_get_object): Fix warning.
20396 2005-07-28  Martin Baulig  <martin@ximian.com>
20398         * mono-debug.c
20399         (mono_debug_add_wrapper): Also write the wrapper type.
20401 2005-07-28  Zoltan Varga  <vargaz@freemail.hu>
20403         * class-internals.h (MonoCachedClassInfo): Add has_nested_classes field.
20404         
20405         * class.c (mono_class_init): Avoid reading nested classes if the AOT
20406         data indicates the class has none.
20408 2005-07-26  Ben Maurer  <bmaurer@ximian.com>
20410         * mono-debug.c, debug-mono-symfile.c: Replace the use of the
20411         loader lock with the debugger lock. Prevents deadlocks for beagle.
20413         Beagle can now run on an smp box for a weekend without any
20414         issues. Woohoo!
20416 2005-07-26  Zoltan Varga  <vargaz@freemail.hu>
20418         * class.c (mono_bounded_array_class_get): Avoid crash if eclass is
20419         in a module. Fixes #75629.
20421 2005-07-26  Martin Baulig  <martin@ximian.com>
20423         * mono-debug.c (mono_debug_add_wrapper): New static method.
20424         (mono_debug_add_method): Call mono_debug_add_wrapper() if we're an
20425         interncall or a wrapper.
20427         * mono-debug.h (MonoDebugWrapperData): New public typedef.
20428         (MonoDebugDataItemType): Added `MONO_DEBUG_DATA_ITEM_WRAPPER'.
20429         (MONO_DEBUGGER_VERSION): Bump to 51.
20431         * mono-debug-debugger.c
20432         (mono_debugger_add_type): Removed this empty function.
20433         (mono_debugger_add_method): Likewise.
20435 2005-07-22  Zoltan Varga  <vargaz@freemail.hu>
20437         * icall.c (ves_icall_Type_GetMethodsByName): Call setup_vtable () 
20438         before accessing method->slot.
20440 2005-07-21  Jb Evain  <jbevain@gmail.com>
20442         * reflection.c (method_encode_clauses/class): Handle filters clauses.
20443         Fixes #75010.
20445 2005-07-21  Zoltan Varga  <vargaz@freemail.hu>
20447         * marshal.c (emit_marshal_custom): Implement byref marshalling. Fixes
20448         #75587.
20450 2005-07-20  Zoltan Varga  <vargaz@freemail.hu>
20452         * image.h image.c: Add mono_image_get_guid () API function.
20454 2005-07-19  Ben Maurer  <bmaurer@ximian.com>
20456         There were issues when multiple threads tried to load
20457         assemblies. A deadlock was created between assemblies_mutex and
20458         mono_domain_assemblies_lock. This fixes the issue by making the
20459         assembly ref counting be lock free. See bug 75586.
20460         
20461         * image.c (mono_image_close): The add ref function here was using
20462         Interlocked operations while the unref was using a mutex and a
20463         --. I don't think this was ever a bug that would be exposed in a
20464         non-pendantic way (ie, by an embedder doing a ref on one thread
20465         and an unref on another), but for the sake of correctness, this is
20466         now Interlocked.
20468         * assembly.c (mono_assembly_addref): Use InterlockedIncrement
20469         (mono_assembly_load_reference): Call mono_assembly_addref rather
20470         than touching the refcount ourselves.
20471         (mono_assembly_close): Use InterlockedDecrement to unref the
20472         assembly. Don't acquire the lock unless it is actually needed.
20474 2005-07-12  Zoltan Varga  <vargaz@freemail.hu>
20476         * class.c (mono_class_layout_fields): Fix calculation of has_references
20477         for generic types.
20479 2005-07-12  Martin Baulig  <martin@ximian.com>
20481         Applying a patch from Michal Moskal <malekith@nemerle.org>.
20483         * metadata.c
20484         (mono_type_hash): Provide better hashing for generic instances.
20485         (mono_generic_inst_hash): Improve hashing.
20486         (mono_generic_class_hash): Likewise.
20488         * reflection.c (mymono_metadata_type_hash): Improve hashing for
20489         generic instances.
20491 2005-07-12  Martin Baulig  <martin@ximian.com>
20493         * reflection.c (mono_reflection_create_runtime_class): Remove the
20494         hack for generic type definitions and non-`Run' assemblies.
20495         (mono_reflection_bind_generic_parameters): Also use
20496         `klass->wastypebuilder' to check for TypeBuilders.
20498 2005-07-12  Zoltan Varga  <vargaz@freemail.hu>
20500         * class.c (mono_class_layout_fields): Fix calculation of has_references
20501         for generic types.
20503         * class.c (inflate_generic_class): Fix a leak.
20504         (mono_class_init): Fix calculation of gchimpl and has_finalize fields
20505         for generic types.
20507 2005-07-11  Martin Baulig  <martin@ximian.com>
20509         * icall.c (ves_icall_Type_BindGenericParameters): Don't crash here
20510         on error.
20512 2005-07-11  Martin Baulig  <martin@ximian.com>
20514         * loader.c (find_method): Also lookup in
20515         `mono_defaults.object_class' if we're an interfaces; fixes #75460.
20517 2005-07-07  Zoltan Varga  <vargaz@freemail.hu>
20519         * appdomain.c (mono_domain_unload): Don't free the error message
20520         before passing it to mono_get_exception_...
20522         * reflection.c (CACHE_OBJECT): Fix the race introduced by the previous patch.
20523         
20524 Thu Jul 7 19:59:31 CEST 2005 Paolo Molaro <lupus@ximian.com>
20526         * threads.c: try to better guess an available RT signal (bug #75387).
20528 2005-07-07  Zoltan Varga  <vargaz@freemail.hu>
20530         * reflection.c (CACHE_OBJECT): Don't hold the domain lock between CHECK_OBJECT
20531         and CACHE_OBJECT.
20533 2005-07-07  Martin Baulig  <martin@ximian.com>
20535         * class.c (mono_type_get_name_full): Return NULL for
20536         MONO_TYPE_NAME_FORMAT_FULL_NAME if we have any generic parameters;
20537         fixes #75408.
20539 2005-07-07  Zoltan Varga  <vargaz@freemail.hu>
20541         * threads.c (mono_threads_abort_appdomain_threads): Wait for threads to
20542         exit the appdomain as well being aborted.
20544         * threadpool.c: Create all threadpool threads inside the root appdomain, and
20545         change back to the root domain after calling managed code. This enables
20546         appdomains using threadpools to be unloaded.
20548 2005-07-07  Martin Baulig  <martin@ximian.com>
20550         * class-internals.h
20551         (MonoInflatedGenericClass): Moved the `MonoType *parent' field
20552         into `MonoDynamicGenericClass' since we only need it for dynamic
20553         types.
20555         * reflection.c (mono_class_bind_generic_parameters): We don't need
20556         to compute the `parent' here.
20558 2005-07-07  Atsushi Enomoto  <atsushi@ximian.com>
20560         * culture-info-table.h : regenerated.
20562 2005-07-06  Martin Baulig  <martin@ximian.com>
20564         * icall.c
20565         (ves_icall_FieldInfo_SetValueInternal): Add MONO_TYPE_GENERICINST.
20567         * object.c (set_value): Add MONO_TYPE_GENERICINST; fixes #75299.
20569 2005-07-06  Martin Baulig  <martin@ximian.com>
20571         * metadata.c (mono_metadata_class_equal): Add MONO_TYPE_SZARRAY if
20572         we're doing a signature-only comparision; fixes #74945.
20574 2005-07-06  Martin Baulig  <martin@ximian.com>
20576         * class-internals.h (MonoGenericClass): Moved some things out into
20577         a new `MonoInflatedGenericClass' type.  
20578         (MonoInflatedGenericClass): New type; the `klass' of a
20579         `MonoGenericClass' is now computed lazyly in
20580         mono_get_inflated_generic_class().      
20582         * class.c (mono_get_inflated_generic_class): New public function.
20583         (mono_class_inflate_generic_method): Removed the unused
20584         `MonoClass *' argument.
20585         (setup_generic_vtable): Don't call mono_get_inflated_method() on
20586         all the methods.
20587         (mono_class_create_generic): Make this static and merge it with
20588         mono_class_create_generic_2(); we're now called automatically from
20589         mono_get_inflated_generic_class().
20591         * loader.c (mono_method_signature): Call
20592         mono_get_inflated_method() here.
20594 2005-07-06  Zoltan Varga  <vargaz@freemail.hu>
20596         * object.c (mono_class_create_runtime_vtable): Allow MONO_TYPE_FNPTR as
20597         type of fields with RVA.
20599         * class.c (mono_class_from_generic_parameter): Avoid calling mono_class_init ()
20600         for this pseudo class.
20601         (my_mono_class_from_generic_parameter): Likewise.
20602         (mono_class_init): Allow interfaces to have cctors.
20604 2005-07-05  Zoltan Varga  <vargaz@freemail.hu>
20606         * domain-internals.h domain.c: Add functionality to create MonoJitInfo structures
20607         lazily for AOT methods.
20609 2005-07-05  Martin Baulig  <martin@ximian.com>
20611         * loader.c (mono_lookup_pinvoke_call): g_ascii_strcasecmp()
20612         returns FALSE for a successful match, not TRUE.
20614 2005-07-05  Zoltan Varga  <vargaz@freemail.hu>
20616         * loader.c (mono_method_get_index): Optimize this a bit.
20618 2005-07-04  Martin Baulig  <martin@ximian.com>
20620         * class.c
20621         (class_compute_field_layout): Move the check for generic type
20622         definitions into mono_class_layout_fields().  Fixes #74684.
20623         (mono_class_from_generic_parameter): Correctly compute
20624         `klass->parent'; fixes #75457.
20626         * reflection.c (register_assembly, register_module): Make sure
20627         `domain->rejobject_hash' is already created.
20629 2005-07-02  Martin Baulig  <martin@ximian.com>
20631         * class-internals.h
20632         (MonoGenericClass): Move `count_ifaces' and `ifaces' into
20633         `MonoDynamicGenericClass'.      
20635 2005-07-01  Lluis Sanchez  <lluis@ximian.com>
20637         * icall.c: In ves_icall_InternalExecute() dont't assert if the value
20638         returned by a field getter is null, since null is a valid value.
20640 2005-07-01  Martin Baulig  <martin@ximian.com>
20642         * reflection.c (mono_reflection_generic_class_initialize): Update
20643         the `dgclass->fields [i].parent' to the correct class.
20644         (mono_image_get_fieldref_token): Use the declaring type, not the
20645         reflected type.
20647 2005-07-01  Martin Baulig  <martin@ximian.com>
20649         * loader.c (find_method): Also look in the interfaces; fixes #75429.
20651 2005-06-30  Ben Maurer  <bmaurer@ximian.com>
20653         * threads.c (thread_cleanup): assert that thread != NULL
20654         (wait_for_tids_or_state_change): We were using the wrong variable
20655         when accessing wait->threads. `i' was always out of the bounds of
20656         the array.
20658 2005-06-30 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20660         * loader.c: map user32 and kernel32 to libMonoSupportW
20662 2005-06-28  Zoltan Varga  <vargaz@freemail.hu>
20664         * appdomain.c (unload_thread_main): Mark this as WINAPI.
20666 2005-06-28  Martin Baulig  <martin@ximian.com>
20668         * loader.c (method_from_methodspec): Fix #75334.
20670 2005-06-28  Martin Baulig  <martin@ximian.com>
20672         Fix #74953 - Arrays now implement the generic IList<T> interface
20673         on the 2.0 platform.
20675         * class-internals.h (MonoDefaults): Added `generic_array_class'.
20677         * reflection.c (mono_class_bind_generic_parameters): New public
20678         function; similar to mono_reflection_bind_generic_parameters(),
20679         but operates on a `MonoType *' and not on a `MonoReflectionType *'.
20681         * domain.c (mono_init_internal): Try to initialize.
20682         `mono_defaults.generic_array_class' here; this'll only succeed if
20683         we're using the 2.0 corlib.
20685         * icall.c
20686         (ves_icall_System_Array_InternalArray_GetGenericValueImpl): Added
20687         interncall for "System.Array/InternalArray`1:GetGenericValueImpl".
20688         (mono_lookup_internal_call): Added support for nested classes.
20690         * loader.c
20691         (mono_get_method_from_token): Set `result->signature->pinvoke' if
20692         we're an interncall and have generic arguments.
20694         * class.c
20695         (mono_class_inflate_generic_methods): Allow interncalls and PInvoke.
20696         (mono_bounded_array_class_get): If we're on the 2.0 corlib, use an
20697         instance of System.Array.InternalArray<T> for arrays, so they
20698         implement the generic IList<T> interface.
20700 2005-06-27  Zoltan Varga  <vargaz@freemail.hu>
20702         * marshal.c (emit_marshal_string): Applied patch from Itamar Rogel
20703         (chastamar@yahoo.com). Fixes #75374.    
20705 2005-06-27  Atsushi Enomoto <atsushi@ximian.com>
20707         * culture-info-table.h: regenerated.
20709 2005-06-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20711         * icall.c: handle spaces correctly for base64 strings.
20713 2005-06-26  Ben Maurer  <bmaurer@ximian.com>
20715         * *.c: Kill some warnings.
20717 2005-06-23  Duncan Mak  <duncan@novell.com>
20719         * socket-io.c (is_loopback): Cast 'ptr' to 'struct in6_addr *' so
20720         that this builds on Solaris 10 (x86).
20722 2005-06-23  Martin Baulig  <martin@ximian.com>
20724         * class.c
20725         (mono_type_get_name_recurse): Don't use a duplicate '[', ']' for
20726         generic type definitions.
20728 2005-06-23  Martin Baulig  <martin@ximian.com>
20730         Fix #75331.
20732         * metadata.c (mono_class_get_overrides): Renamed to
20733         mono_class_get_overrides_full() and added a `MonoGenericContext *'.
20734         (method_from_method_def_or_ref): Added `MonoGenericContext *' and
20735         pass it to mono_get_method_full().
20737 2005-06-22  Ben Maurer  <bmaurer@ximian.com>
20739         * reflection.c (mono_reflection_create_runtime_class): take the
20740         mono_domain_lock in this method. Prevents deadlocks
20742 2005-06-22  Martin Baulig  <martin@ximian.com>
20744         * loader.c (method_from_methodspec): Fix #75330.
20746 2005-06-22  Martin Baulig  <martin@ximian.com>
20748         * reflection.c (type_get_qualified_name): Use
20749         mono_type_get_name_full() with MONO_TYPE_NAME_FORMAT_REFLECTION.
20750         (_mono_reflection_get_type_from_info): Added `MonoImage *image'
20751         argument; use it if we don't have an assembly name.
20753 2005-06-22  Lluis Sanchez Gual  <lluis@novell.com>
20755         * object.c: In mono_message_init, set "copy out" flag for in
20756         parameters with the [Out] flag.
20758 2005-06-21  Martin Baulig  <martin@ximian.com>
20760         * class.c
20761         (mono_type_get_name_recurse): Correctly handle MONO_TYPE_SZARRAY
20762         and MONO_TYPE_PTR.
20764 2005-06-21  Martin Baulig  <martin@ximian.com>
20766         * class.c (mono_class_init): Don't initialize `class->fields' for
20767         generic instances since they're initialized again in
20768         compute_field_layout(). 
20769         (compute_field_layout): Set the field's `generic_info' here; fix
20770         #75320. 
20772 2005-06-21  Martin Baulig  <martin@ximian.com>
20774         * class-internals.h
20775         (MonoGenericMethod): Added `MonoGenericClass *generic_class'.
20777         * metadata.c (mono_metadata_generic_method_equal): Also
20778         distinguish the `generic_class'; fixes #75334.
20780 2005-06-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20782         * domain.c:
20783         * appdomain.c:
20784         * domain-internals.h:
20785         * reflection.c: 'domain_assemblies' field is now protected by its own
20786         lock. Don't call into managed code to run the AssemblyLoad event if we
20787         now there are no registered delegates for it.
20789 2005-06-20  Martin Baulig  <martin@ximian.com>
20791         * class.c (mono_class_is_assignable_from): Use a custom version of
20792         mono_class_has_parent() to make things work for generic instances;
20793         fix #75300.
20795 2005-06-20  Martin Baulig  <martin@ximian.com>
20797         * loader.c (method_from_methodspec): Apply a patch from
20798         Kamil Skalski <nazgul@nemerle.org> to fix #75296.
20800 2005-06-20  Martin Baulig  <martin@ximian.com>
20802         * class.c (mono_class_init): Reverted Zoltan's last change; it
20803         breaks generics.
20805 2005-06-19  Zoltan Varga  <vargaz@freemail.hu>
20807         * threads.c (wait_for_tids_or_state_change): Add missing locking.
20809 2005-06-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20811         * socket-io.c: fix the index in the socket array for writable/error
20812         sockets. Fixes bug #75306.
20814 2005-06-17  Zoltan Varga  <vargaz@freemail.hu>
20816         * class.c (mono_class_init): Allow interfaces to have static ctors.
20818 2005-06-17  Martin Baulig  <martin@ximian.com>
20820         * loader.c (method_from_methodspec): Use `context->container' when
20821         parsing the `gmethod->inst'.
20823 2005-06-17  Martin Baulig  <martin@ximian.com>
20825         * class.c (mono_type_get_name_recurse): Don't add the assembly
20826         name for type arguments.
20828 2005-06-15  Martin Baulig  <martin@ximian.com>
20830         * reflection.c (mono_image_get_inflated_method_token): Encode
20831         correct klass; fixes #75260.
20833 2005-06-13 Michal Moskal <malekith@nemerle.org>
20835         * icall.c: Make GetCorrespondingMethod/Constructor take
20836         MonoReflectionMethod method not MonoMethod. Removed
20837         MonoType.GetCorrespondingField, and make
20838         MonoGenericType.GetCorrespondingField take name not
20839         MonoClassField.
20841 2005-06-13  Michal Moskal <malekith@nemerle.org>
20843         * reflection.c (field_encode_signature, encode_locals):
20844          Make sizes of buffers for types larger (for big generic types).
20845          (create_generic_typespec,
20846          mono_reflection_sighelper_get_signature_local,
20847          mono_reflection_sighelper_get_signature_field):
20848          Add asserts for too small buffers.
20850 2005-06-15  Martin Baulig  <martin@ximian.com>
20852         * icall.c (ves_icall_MonoGenericClass_GetParentType): Return NULL
20853         if our parent is not a dynamic type.
20855 2005-06-15  Martin Baulig  <martin@ximian.com>
20857         * class-internals.h (MonoTypeNameFormat): New enum.
20859         * class.c
20860         (mono_class_get_name_full): Renamed to mono_type_get_name_full().
20861         (mono_type_get_full_name): Removed.
20862         (mono_type_get_name_full): Take a `MonoTypeNameFormat format'
20863         argument instead of the boolean's.
20865         * icall.c (ves_icall_System_MonoType_getFullName):
20866         Added `gboolean assembly_qualified'.    
20868         * reflection.h
20869         (MonoTypeNameParse): Added `GPtrArray *type_arguments'.
20871         * reflection.c (mono_reflection_parse_type): Parse the new type
20872         name format.
20874 2005-06-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20876         * icall.c: no need to convert from utf16 to utf8 and then back again
20877         after the call to GetLogicalDrives.
20879 2005-06-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20881         * icall.c: frombase64. Fix problems exposed by new tests.
20883 2005-06-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20885         * icall.c: added internal calls for converting char [] and strings in
20886         base64 into byte [].
20888 2005-06-10  Martin Baulig  <martin@ximian.com>
20890         * class.c (mono_class_create_generic_2): Read the nested classes
20891         from the metadata rather than from `gklass->nested_classes' since
20892         `gklass' might not be initialized yet.
20894 2005-06-09  Duncan Mak  <duncan@novell.com>
20896         * *.h: Added G_BEGIN_DECLS and G_END_DECLS where appropriate to
20897         all public headers. Fixes #74919.
20899 2005-06-09  Lluis Sanchez Gual  <lluis@novell.com>
20901         * domain.c: The key for proxy_vtable_hash is now a pointer
20902         array. Added new GHashFunc and GCompareFunc functions for this.
20904         * class.h: The list of interfaces in MonoRemoteClass is known in
20905         advance and can't grow (we create a new MonoRemoteClass if needed),
20906         so now the interface array can be allocated together with
20907         MonoRemoteClass.
20908         
20909         * object.c: Added a new method create_remote_class_key.
20910         Fixed mono_remote_class so it does not depend on
20911         mono_upgrade_remote_class.
20912         Removed extend_interface_array.
20913         Added new method clone_remote_class(), which makes a copy of a remote
20914         class and adds a new interface or class to it.
20915         mono_upgrade_remote_class() now creates a new remote class (or gets
20916         it from the cache) if an vtable upgrade is needed. In this way
20917         we make sure that other objects sharing the same remote class
20918         don't get the new vtable with unwanted interfaces.
20919         
20920         * object-internals.h:
20921         * object.h: Moved mono_upgrade_remote_class to object-internals.h.
20922         
20923         * marshal.c: Track changes in mono_upgrade_remote_class().
20925 2005-06-08  Kamil Skalski <nazgul@nemerle.org>
20926         * icall.c: Add runtime methods for obtaining members of inflated
20927         class, which were created from supplied non-inflated members. It
20928         is used in internal Get{Method,Constructor,Field} methods in
20929         System.Type
20931 2005-06-09  Martin Baulig  <martin@ximian.com>
20933         * reflection.c
20934         (mono_reflection_bind_generic_method_parameters): Fix #75169.
20936 2005-06-08  Carlos Alberto Cortez <calberto.cortez@gmail.com>
20937         * reflection.c (mono_image_basic_init): Define
20938         Version in MonoDynamicAssembly. 
20939         
20940 2005-06-08  Martin Baulig  <martin@ximian.com>
20942         Fix #75136.
20944         * loader.c
20945         (mono_method_signature_full): New public method; takes a
20946         `MonoGenericContext *'.
20947         (find_method): Use mono_method_signature_full() and pass the
20948         klass'es context to it.
20950         * class.c (mono_class_is_inflated_method): Use
20951         mono_method_signature_full() and pass the context to it.
20953 Wed Jun 8 19:26:38 CEST 2005 Paolo Molaro <lupus@ximian.com>
20955         * object.c: add proper locking in mono_remote_class_vtable(),
20956         fixes possible memory corruption.
20958 2005-06-08  Michael Meeks  <michael.meeks@novell.com>
20960         * marshal.c (mono_remoting_marshal_init): set
20961         initialized after initialization.
20963 2005-06-08  Atsushi Enomoto  <atsushi@ximian.com>
20965         * locales.c : hush.
20967 2005-06-06  Michael Meeks  <michael.meeks@novell.com>
20969         * object.c (extend_interface_array): fix really silly
20970         memory corrupting / comparison bug.
20972 2005-06-07  Carlos Alberto Cortez <calberto.cortez@gmail.com>
20974         * reflection.c: Functions added to support the creation
20975         of CustomAttributeData, which includes Attribute data
20976         used by ReflectionOnly methods.
20978         * reflection.h:  mono_reflection_get_custom_attrs_data and
20979          mono_custom_attrs_data_construct added (functions exposed).
20981          * icall.c: Added mono_reflection_get_custom_attrs_data
20982          as icall.
20983         
20984 2005-06-07  Zoltan Varga  <vargaz@freemail.hu>
20986         * Makefile.am (libmonoruntime_la_SOURCES): Revert last change at
20987         lupus's request.
20989 2005-06-06  Zoltan Varga  <vargaz@freemail.hu>
20991         * icall.c (ves_icall_Mono_Runtime_GetDisplayName): Fix warning.
20993         * reflection.c (reflection_methodbuilder_to_mono_method): Fix encoding of
20994         dynamic DllImportAttribute.
20996         * icall.c (ves_icall_MonoMethod_GetDllImportAttribute): Fix decoding of 
20997         dynamic DllImportAttribute.
20999         * Makefile.am (libmonoruntimeinclude_HEADERS): Export tabledefs.h too.
21000         Fixes #75162.
21002 2005-06-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21004         * threads.c: avoid segfault when an unstarted thread is aborted.
21006 2005-06-05  Kornél Pál <kornelpal@hotmail.com>
21008         * icall.c: Added ves_icall_Mono_Runtime_GetDisplayName:
21009         Returns the name and version of the runtime for reporting.
21011 2005-06-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21013         * appdomain.c: bump corlib version.
21014         * object-internals.h: new field in MonoReflectionAssembly.
21016 2005-06-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21018         * object-internals.h: Carlos forgot to add this field.
21020 2005-06-03  Carlos Alberto Cortez <calberto.cortez@gmail.com>
21022         * icall.c: Added create_version to create instances
21023         of Version of MonoReflectionAssemblyName. This change helps
21024         the AssemblyName tests to keep running fine.
21025         
21026 2005-06-03  Lluis Sanchez Gual  <lluis@novell.com>
21027   
21028         * object.c (mono_method_return_message_restore): A somehow less
21029         intrusive fix for #75138.
21031 2005-06-03  Raja R Harinath  <rharinath@novell.com>
21033         * object.c (mono_method_return_message_restore): Fix computation
21034         of expected number of out args.
21036 2005-06-02  Zoltan Varga  <vargaz@freemail.hu>
21038         * reflection.c (mono_image_get_method_info): Fix the case when the
21039         charset is empty.
21041 2005-06-02  Lluis Sanchez Gual  <lluis@novell.com> 
21043         * object.c: Added missing null check in
21044           mono_method_return_message_restore.
21046 2005-06-02  Zoltan Varga  <vargaz@freemail.hu>
21048         * reflection.c (mono_image_get_method_info): Handle the case when
21049         dllentry is empty.
21051 2005-06-02  Lluis Sanchez Gual  <lluis@novell.com>
21053         * object.c: When creating the vtable for a proxy, take into account
21054         all inherited interfaces, not only the ones registered in
21055         iclass->interfaces. This fixs bug #74996.
21056         Also, in mono_method_return_message_restore, verify that the array
21057         of out args has the expected lengh.
21059 2005-06-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21061         * socket-io.c: update the timeout in Poll when the call is interrupte.
21063 2005-06-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21065         * socket-io.c: support abort/suspend in Select_internal after last
21066         change.
21068 2005-06-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21070         * threadpool.c: remove warning.
21072 2005-06-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21074         * icall.c:
21075         * socket-io.[ch]: Select_internal uses poll() now when available, thus
21076         removing the 1024 limit from select(). Runtime part of the fix for
21077         bug #71203.
21079 2005-05-30 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21081         * socket-io.c: when resolving the addresses for the same
21082         host returned by gethostname(), get the local IPs from the interface
21083         list. Loopback addresses are discarded if the are interfaces up with
21084         non-loopback ones. Fixes bug #63265.
21086 2005-05-27  Vladimir Vukicevic  <vladimir@pobox.com>
21088         * appdomain.c, verify.c, object-internals.h, reflection.c:
21089         bumped corlib number to 36, and added new extra_flags field
21090         to ReflectionMethodBuilder and friends.  Fixes #75060.
21092 Fri May 27 14:45:56 CEST 2005 Paolo Molaro <lupus@ximian.com>
21094         * gc.c: register a new weak link only if the object is non-null
21095         (fixes bug#75047).
21097 2005-05-26  Atsushi Enomoto  <atsushi@ximian.com>
21099         * culture-info.h : short time pattern too.
21101 2005-05-26  Atsushi Enomoto  <atsushi@ximian.com>
21103         * culture-info.h : expand long time pattern string length.
21105 2005-05-25  Atsushi Enomoto  <atsushi@ximian.com>
21107         * culture-info-table.h : update (more French date format; #72788).
21109 2005-05-25  Zoltan Varga  <vargaz@freemail.hu>
21111         * icall.c (ves_icall_InternalInvoke): Avoid type checks on this if
21112         the method is static. Fixes #75029.
21114 2005-05-25  Lluis Sanchez Gual  <lluis@novell.com>
21116         * reflection.c: Update the table_idx field of method builders after
21117         saving the module, since it can change. This is a workaround for
21118         bug #74914. 
21120 2005-05-25  Atsushi Enomoto  <atsushi@ximian.com>
21122         * culture-info-table.h : update (additional French date format).
21124 2005-05-20  Zoltan Varga  <vargaz@freemail.hu>
21126         * icall.c (ves_icall_type_Equals): Revert last change.
21127         
21128         * icall.c (ves_icall_type_Equals): Turn the g_print into an assert.
21130         * icall.c (ves_icall_type_GetTypeCode): Rename the icall to GetTypeCodeInternal.
21132 2005-05-20  Sebastien Pouliot  <sebastien@ximian.com>
21134         * class-internals.h: Added executioncontext_class field to 
21135         MonoDefaults structure.
21136         * domain.c: Cache System.Threading.ExecutionContext class in 
21137         mono_defaults.
21138         * object.c: Capture the ExecutionContext for asynchroneous calls in
21139          mono_async_result_new.
21140         * object-internals.h: Added execution_context and original_context 
21141         fields to MonoAsyncResult. Added execution_context to MonoThread.
21142         * security-manager.c|.h: Added mono_get_context_capture_method to 
21143         return the capture method (if required by the security manager or by
21144         the framework version used).
21145         * threadpool.c: Apply capture (if present) ExecutionContext in 
21146         mono_async_invoke and revert to original context after it completes.
21148 2005-05-19  Atsushi Enomoto  <atsushi@ximian.com>
21150         * culture-info-table.h : updated (real hacky solution for zh-CHT).
21152 2005-05-18  Atsushi Enomoto  <atsushi@ximian.com>
21154         * culture-info-table.h : zh-CHT related workaround.
21156 2005-05-12  Zoltan Varga  <vargaz@freemail.hu>
21158         * marshal.c (emit_marshal_custom): Add some error checking and call the
21159         methods in the ICustomMarshaler interface. Fixes #74875.
21160         
21161         * marshal.c (emit_marshal_array): Implement [Out] marshalling in
21162         native->managed wrappers.
21164 2005-05-12  Martin Baulig  <martin@ximian.com>
21166         * mono-debug-debugger.cs (mono_debugger_lock/unlock): Always lock
21167         here and use the loader lock.
21169         * mono-debug.c: Properly lock when the debugger is not attached.
21170         (mono_debug_init): Release the initial lock if we're not running
21171         in the debugger.
21173 2005-05-12  Zoltan Varga  <vargaz@freemail.hu>
21175         * marshal.c (emit_marshal_custom): Pass through NULL values without
21176         calling the custom marshalling routines.
21178         * marshal.c (emit_ptr_to_object_conv): Implement ftnptr->delegate
21179         conversion in structures. Fixes #74882.
21181 2005-05-12  Atsushi Enomoto  <atsushi@ximian.com>
21183         * culture-info-table.h : zh-* cultures were missing.
21185 2005-05-12  Lluis Sanchez Gual  <lluis@novell.com>
21187         * threads.c: Added a new event background_change_event which is signaled
21188         when a thread changes its background mode.
21189         Moved here several checks previously done in managed code. The checks
21190         require the thread lock, and using the thread lock in managed code
21191         can result in deadlocks.
21192         Merged Start_internal and Thread_internal into a single method. Now 
21193         Thread_internal does all work of creating and starting a thread.
21194         Added icalls for setting and getting the state of the object. Moved from
21195         managed code to avoid locking there.
21196         Added wait_for_tids_or_state_change() which is called instad of
21197         wait_for_tids when waiting for non-backround threads to end. This method
21198         will return if one of the threads ends or the background_change_event
21199         is signaled.
21200         * threadpool.c: use ves_icall_System_Threading_Thread_SetState() to set
21201         the background mode. This method signals the background_change_event
21202         event.
21203         * icall.c:
21204         * threads-types.h: Added icalls for ClrState, SetState and GetState, and
21205         removed Start_internal.
21206         
21207 2005-05-11  Martin Baulig  <martin@ximian.com>
21209         * mono-debug.h (MonoSymbolTable, MonoDebugMethodAddress): Changed
21210         to order of some fields to get proper alignment on 64-bit machines.
21212 2005-05-11  Martin Baulig  <martin@ximian.com>
21214         * mono-debug.c, mono-debug-debugger.c: Revert Paolo's locking
21215         changes as they're broken and completely fuck up the debugger.
21217         * mono-debug.c (mono_debug_add_method): Properly unlock on error.
21219 2005-05-10  Martin Baulig  <martin@ximian.com>
21221         * reflection.c (mono_reflection_generic_class_initialize): Don't
21222         call mono_class_setup_parent() here.
21224 2005-05-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21226         * metadata/socket-io.c: on windows, getsockopt/setsockopt for
21227         send/receive timeout use an integer in milliseconds. We were using a
21228         struct timeval.
21230 2005-05-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21232         * locales.c:
21233         (internal_get_cultures): reserve the first slot of the array for the
21234         InvariantCulture, which will be filled in managed code.
21236 2005-05-06  Zoltan Varga  <vargaz@freemail.hu>
21238         * reflection.c (mono_image_fill_module_table): Initialize the
21239         GENERATION field as well.
21241 2005-05-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21243         * monitor.c: ignore calls to Monitor.Exit even if no one ever called
21244         Monitor.Enter on the object.
21246 2005-05-05  Lluis Sanchez Gual  <lluis@novell.com>
21248         * threads.c: Enable the wait for running threads when exiting.
21249         * icall.c: Suspend all threads before exiting.
21251 2005-05-05  Zoltan Varga  <vargaz@freemail.hu>
21253         * assembly.c (mono_assembly_load_reference): Fix warning.
21255 2005-05-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21257         * threadpool.c: changed the default number of threads per cpu. From now
21258         on, the default will be 20 + (5 * number of cpus) instead of 50.
21260 2005-05-04  Zoltan Varga  <vargaz@freemail.hu>
21262         * loader.c (mono_method_get_signature_full): Add locking here.
21264 2005-05-03  Lluis Sanchez Gual <lluis@novell.com>
21266         * appdomain.c: Moved methods for parsing and freeing assembly
21267         names to assembly.c.
21268         * assembly.c, domain-internals.h: Created public methods for parsing
21269         assembly names. Fixed mono_assembly_load_with_partial_name:
21270         it now finds the best match, taking into account the version,
21271         token and culture specified in the partial name. Also return
21272         the latest version if no version information is specified.
21274 Mon May 2 15:47:57 CEST 2005 Paolo Molaro <lupus@ximian.com>
21276         * threadpool.c: replace check for SocketAsyncCall class.
21278 2005-05-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21280         * threadpool-internals.h:
21281         * Makefile.am: added threadpool-internals.h
21283         * threadpool.c: call mono_unhandled_exception on exceptions not handled
21284         that happen in threadpool threads (tested on MS).
21285         (mono_thread_pool_remove_socket): new function that dispatch any pending
21286         AIO call on a socket that is closing. By now only epoll really needs it,
21287         as select/poll wake up when the socket closes.
21290         * socket-io.c: call mono_thread_pool_remove_socket in Close_internal.
21292 2005-05-01  Zoltan Varga  <vargaz@freemail.hu>
21294         * marshal.c (mono_marshal_get_managed_wrapper): Handle changing the calling convention.
21296 2005-05-01  Lluis Sanchez Gual  <lluis@novell.com>
21298         * gc.c: In mono_gc_cleanup(), wait for 2 seconds, not 2000 seconds.
21300 2005-04-30  Lluis Sanchez Gual  <lluis@novell.com>
21302         * threads.c: In mono_thread_suspend_all_other_threads, if a thread
21303         has an abort request, convert it into a suspend request.
21305 2005-04-30  Ben Maurer  <bmaurer@ximian.com>
21307         * marshal.c (mono_marshal_get_managed_wrapper): give a friendly
21308         warning for the usage of `UnmanagedFunctionPointerAttribute' which
21309         is not supported yet.
21311 2005-04-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21313         * image.c: register assemblies loaded from data (bundles) in the loaded
21314         assemblies hash. Fixes bug #74772.
21316 2005-04-29  Martin Baulig  <martin@ximian.com>
21318         * class.c (mono_type_get_name_recurse): Update to the new naming
21319         schema from the latest .NET 2.x beta2.
21320         (mono_class_setup_vtable_general): If we're a generic instance,
21321         copy the vtable from our generic type definition and inflate all
21322         the methods in it.
21324         * loader.c (find_method): Update to the new naming schema from the
21325         latest .NET 2.x beta2.
21327 2005-04-29  Raja R Harinath  <harinath@gmail.com>
21329         * class.c (mono_class_init): Add a mono_loader_unlock to the
21330         #74734 fix.
21332 2005-04-28  Zoltan Varga  <vargaz@freemail.hu>
21334         * icall.c (ves_icall_System_Environment_Exit): Remove the 
21335         suspend_all_other_threads () call for the time being, since it can hang.
21337         * threads.c (mono_thread_manage): Similarly, disable the waiting for
21338         the background threads to exit, since it can also hang.
21340         * class.c (mono_class_init): Applied patch from Ankit Jain 
21341         (radical@gmail.com). Avoid pending init errors when a field refers
21342         to a nested class using a typeref. Fixes #74734.
21344         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): Fix
21345         this for dynamic modules.
21347 2005-04-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21349         * threads.c: don't wait for threads that are in the process of aborting
21350         or aborted. Set the 'shutting_down' flag before cleaning the threadpool
21351         and waiting for background threads to finish. This makes xsp and
21352         mod-mono-server exit without random length delays and/or hangs.
21354 2005-04-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21356         * icall.c: remove duplicate assignment from GetReferencedAssemblies.
21358 2005-04-25  Zoltan Varga  <vargaz@freemail.hu>
21360         * class.c (mono_class_is_assignable_from): Call is_assignable_to for
21361         dynamic types to prevent infinite loops. Fixes #74727.
21363         * reflection.c (mono_reflection_call_is_assignable_from): Rename to
21364         ..._is_assignable_to.
21366 2005-04-25  Sebastien Pouliot  <sebastien@ximian.com>
21368         * security.c: Fixed #74698 where sysconf returned -1 on FreeBSD.
21370 2005-04-25  Martin Baulig  <martin@ximian.com>
21372         Upgrade to the latest .NET 2.x beta (Visual Studio 2005 Beta 2).
21374         * domain.c
21375         (supported_runtimes): Change "v2.0.40607" -> "v2.0.50215".
21377         * row-indexes.h (MONO_GENERICPARAM_KIND): Removed.
21379         * reflection.c (build_compressed_metadata): Set metadata header
21380         version to 2.0.
21382 2005-04-23  Zoltan Varga  <vargaz@freemail.hu>
21384         * sysmath.c (ves_icall_System_Math_Round2): Use modf to decompose the
21385         number into an integral and a decimal part. Fixes #70473.
21387         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_OffsetOf): Ignore static fields. Fixes #74703.
21389 2005-04-23  Atsushi Enomoto  <atsushi@ximian.com>
21391         * culture-info-table.h : reflected the latest locale-builder output.
21393 2005-04-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21395         * threadpool.c: check for SuspendRequested too when deciding if
21396         mono_thread_interruption_checkpoint should be called.
21398 2005-04-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21400         * appdomain.[ch]: added function to set the shutting_down flag to TRUE.
21401         * threads.c: remove interruption_mutex and use Interlocked instead. When
21402         suspending all the threads, wait for all the suspended events at once.
21403         If we're shutting down and get an APC that is going to be queued,
21404         call mono_thread_execute_interruption immediately, as the thread might
21405         be sleeping on a pthread condition or mutex.
21407         * icall.c: call mono_runtime_set_shutting_down before suspending the
21408         threads.
21410         Fixes bug #74693. And now xsp is happier when exiting.
21412 2005-04-22  Zoltan Varga  <vargaz@freemail.hu>
21414         * loader.c (mono_stack_walk): Fix #74690.
21416 2005-04-22  Martin Baulig  <martin@ximian.com>
21418         * mono-debug.h (MonoDebugMethodJitInfo): Added
21419         `MonoDebugMethodJitInfo *jit'.
21421         * mono-debug.c (mono_debug_read_method): Cache the
21422         MonoDebugMethodJitInfo in `address->jit'.
21423         (mono_debug_free_method_jit_info): New public method.
21425 2005-04-22  Martin Baulig  <martin@ximian.com>
21427         * class.c (mono_class_is_assignable_from): Disallow
21428         type parameter -> interface.
21430 2005-04-21  Dick Porter  <dick@ximian.com>
21432         * threads.c (mono_thread_create): Turn an assertion into an error.
21434 2005-04-20  Zoltan Varga  <vargaz@freemail.hu>
21436         * threads.c object.c icall.c: Fix some gcc 4.0 warnings.
21437         
21438         * threads.c marshal.h marshal.c exceptions.h exceptions.c appdomain.c: 
21439         Fix some gcc 4.0 warnings.
21441 Wed Apr 20 16:09:06 CEST 2005 Paolo Molaro <lupus@ximian.com>
21443         * file-io.c: fix alt dir separator char on unix systems
21444         and cleanup (fixes bug #71214).
21446 2005-04-19  Lluis Sanchez Gual  <lluis@novell.com>
21448         * marshal.c: Use CALLVIRT instead of CALL when dispatching
21449         a call to a remote domain, since the method may be an
21450         interface method in the client domain. This fixes bug #74192.
21452 2005-04-17 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21454         * threadpool.c: recv/send are now performed before going back to managed
21455         code to save one transition.
21457 2005-04-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21459         * metadata/socket-io.c: fixed semantics in Socket.Blocking icall.
21461         * metadata/threadpool.c: removed hack to workaround the bug above.
21463         Fixes bug #74618.
21465 2005-04-16  Zoltan Varga  <vargaz@freemail.hu>
21467         * reflection.c reflection.h: Fix handling of parameter defaults in
21468         dynamic methods. Also fixes handling of parameter attributes.
21469         Fixes #74609.
21471         * mono-debug.c (mono_debug_close_image): Fix warning.
21473 2005-04-15 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21475         * socket-io.h: replaced old unused field with new 'blocking'.
21476         * threadpool.c: restore socket blocking state on windows(tm).
21478 2005-04-14  Sebastien Pouliot  <sebastien@ximian.com>
21480         * icall.c: don't return the codebase in the AssemblyName[] returned by
21481         ves_icall_System_Reflection_Assembly_GetReferencedAssemblies.
21482         * object-internals.h: Removed FIXME (fields were presents) and fixed
21483         versioncompat declaration.
21485 2005-04-14 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21487         * threadpool.c: sometimes we get EBADF from epoll but the epollfd is
21488         not closed, so don't cleanup when it happens.
21490 2005-04-13  Chris Toshok  <toshok@ximian.com>
21492         * mono-debug-debugger.h: change prototype for
21493         mono_debugger_lookup_type.
21495         * mono-debug-debugger.c (mono_debugger_lookup_type): reinstate
21496         this function, although it should probably be named
21497         mono_debugger_init_type.
21499 2005-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21501         * threadpool.c: fix non-AIO case.
21503 2005-04-13  Zoltan Varga  <vargaz@freemail.hu>
21505         * profiler.c (mono_profiler_install_simple): Add a 'jit' option to
21506         the built-in profiler to measure just JIT compilation times.
21508 2005-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21510         * threadpool.c: the epollfd might be closed by another thread at
21511         any time, so ignore EBADF at treat it as a "we're closing" sign.
21513 2005-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21515         * threadpool.c: release the semaphores with a count equals to the number
21516         of working threads in both IO and regular pools. Fixed typo that messed
21517         up the count of IO pool threads. Don't initialize the pipe handles if
21518         we're using epoll.
21520 2005-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21522         * threadpool.c: some systems don't like a NULL when deleting the socket
21523         from epoll.
21525 2005-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21527         * threadpool.c: fix semaphore allocation.
21529 2005-04-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21531         * threadpool.c: added epoll() based implementation for asynchronous IO
21532         that is used instead of the default poll() when available.
21533         It can be disabled by setting MONO_DISABLE_AIO.
21535 2005-04-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21537         * threadpool.c: windows needs 'closesocket' and instead of returning
21538         0 when the stream is closed while in select, it returns -1. Fixes bug
21539         #74573.
21541 2005-04-12  Zoltan Varga  <vargaz@freemail.hu>
21543         * class.c (class_compute_field_layout): Fix the regression caused by
21544         the previous try.
21546 2005-04-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21548         * threadpool.c: separate pool for socket async. IO.
21549         * threadpool.h: mono_max_worker_threads is not a global any more.
21551 2005-04-10  Zoltan Varga  <vargaz@freemail.hu>
21553         * class.c (class_compute_field_layout): Fix #74549.
21555 2005-04-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21557         * threadpool.c: select() on windows doesn't allow pipe handles, soooo
21558         use 2 connected sockets instead.
21560 2005-04-08  Miguel de Icaza  <miguel@novell.com>
21562         * mono-config.c: Add new entry point for mkbundle
21563         mono_config_parse_memory. 
21565 2005-04-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21567         * threadpool.c: removed another unused function.
21569 2005-04-08  Ankit Jain  <radical@corewars.org>
21571         * reflection.c (get_default_param_value_blobs): Add 'types'
21572         parameter to get the types encoded in the constant table.
21573         (mono_param_get_objects): Use the type from the constant table,
21574         not the type of the parameter, when creating default values.
21575         Handle null default values correctly.
21577 2005-04-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21579         * file-io.c:
21580         * file-io.h:
21581         * threadpool.c:
21582         * threadpool.h:
21583         * icall.c:
21584         * socket-io.c: removed dead code for async IO.
21586 2005-04-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21588         * socket-io.h: 2 more fields in MonoSocketAsyncResult.
21590         * threadpool.c: intercept socket async. calls and pass them to a thread
21591         that is polling and dispatching the job items to the threadpool as
21592         socket become ready. Fixes bugs #71217, #71933.
21594         * icall.c: Removed AsyncReceive and AsyncSend. Speed up for copies
21595         between char and short/ushort arrays.
21597         * socket-io.c: remove dead code.
21599 2005-04-06  Atsushi Enomoto  <atsushi@ximian.com>
21601         * locales.c,
21602           icall.c : removed InternalToUpper_Comp() and
21603           InternalToLower_Comp().
21605 2005-04-06  Atsushi Enomoto  <atsushi@ximian.com>
21607         * char-conversions.h : The tables were incorrectly generated. Should
21608           be generated against invariant culture.
21610 2005-04-04  Zoltan Varga  <vargaz@freemail.hu>
21612         * object.c (mono_runtime_invoke_array): Fix return value when 
21613         passing pre-created valuetype objects to ctors.
21615         * gc.c (mono_gchandle_is_in_domain): Applied patch from Jon Larimer 
21616         (jlarimer@gmail.com). Avoid crashes when the wrapper object is null.
21617         Fixes #74338.
21619 2005-03-30  Sebastien Pouliot  <sebastien@ximian.com>
21621         * domain.c: removed g_assert for runtimesecurityframe_class. This is 
21622         only used with --security and hides the wrong corlib version error.
21624 2005-03-30  Joshua Tauberer  <tauberer@for.net>
21626         * class.c: Changed mono_class_name_from_token so that types
21627         outside of a namespace don't have an initial period.  Improved
21628         the g_warning message used in _mono_class_get when loading
21629         fails.
21630         * assembly.c: In mono_assembly_load_reference, when an assembly
21631         can't be found, "No such file or directory" is misleading and
21632         unhelpful because a few paths were checked for the presence of
21633         the assembly.  When that happens (ENOENT), display a nicer
21634         message indicating the directories that were searched.  In all
21635         cases, the warning is made easier to read for non-hackers.
21637 2005-03-29  Sebastien Pouliot  <sebastien@ximian.com>
21639         * assembly.c: Set MONO_ASSEMBLIES to NULL when compiling from a VS.NET
21640         project/solution.
21641         * appdomain.h|domain.c: Removed inline from functions.
21642         * appdomain.c: Reduced warnings when compiling on windows.
21643         * icall.c: Fixed output_debug declaration to gunichar2*.
21644         * mono-config.c: Reduced warnings when compiling on windows.
21645         * rand.c: Added missing "windows.h". Added missing return value.
21646         * rawbuffer.c: Added missing winsock2.h for windows.
21647         * sysmath.h: Added mono-compiler.h header to allow/ease 
21648         compilation with non-GCC compilers.
21649         * threads.c: Fixed declarations to compile with VS.NET C compiler.
21650         Removed cast warnings.
21652         Adapted from the work of J Lothian (for VC6).
21654 2005-03-29  Zoltan Varga  <vargaz@freemail.hu>
21656         * assembly.c (mono_assembly_load_corlib): Do not try loading corlib
21657         from default_path.
21659 2005-03-27  Zoltan Varga  <vargaz@freemail.hu>
21661         * marshal.c (mono_marshal_get_managed_wrapper): Fix bogus assert on
21662         the 2.0 profile.
21664 2005-03-27  Raja R Harinath  <harinath@gmail.com>
21666         * Makefile.am (assembliesdir): Fix.  If it is arch-dependent it
21667         has to be in $(exec_prefix).  $(prefix) is for arch-independent
21668         stuff, and it would probably use $(prefix)/share rather than
21669         $(prefix)/lib.
21671 2005-03-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21673         * console-io.c: added 2 includes that might be missing.
21675 2005-03-24  Zoltan Varga  <vargaz@freemail.hu>
21677         * marshal.c (mono_marshal_get_managed_wrapper): Fix crashes in 2.0
21678         profile.
21680         * reflection.c (create_custom_attr): Allocate the params array using
21681         alloca so it gets GC tracking.
21683 2005-03-23  Chris Toshok  <toshok@ximian.com>
21685         * mono-debug-debugger.c (mono_debugger_runtime_invoke): comment
21686         out some spew.
21688 2005-03-24  Raja R Harinath  <rharinath@novell.com>
21690         * Makefile.am (assembly.lo, mono-config.lo): Rebuild when Makefile
21691         changes to pick up any changes in prefix, etc.
21693 2005-03-23  Zoltan Varga  <vargaz@freemail.hu>
21695         * marshal.c (mono_marshal_get_managed_wrapper): Remove fixme.
21696         
21697         * marshal.c (mono_marshal_get_managed_wrapper): Remove debugging output.
21698         * marshal.c (mono_marshal_get_managed_wrapper): Add support for the modopt(CallConvCdecl).
21700 2005-03-23  Zoltan Varga  <vargaz@freemail.hu>
21702         * class-internals.h object-internals.h class.c reflection.c: Extend the
21703         mono_lookup_dynamic_token () function to return the class of the
21704         token as well. 
21706         * class.c (mono_ldtoken): Handle MEMBERREFS in the dynamic case as
21707         well. Fixes #73848.
21709 2005-03-23  Sebastien Pouliot  <sebastien@ximian.com>
21711         * security-manager.c: Skip inheritance checks for intra-corlib
21712         class inheritance and method overrides. This skips a lot of checks
21713         and (anyway) permissions cannot work until corlib is loaded.
21715 2005-03-23  Martin Baulig  <martin@ximian.com>
21717         * marshal.c (mono_marshal_get_stfld_wrapper): Add support for
21718         MONO_TYPE_GENERICINST.  
21720 2005-03-23  Martin Baulig  <martin@ximian.com>
21722         * metadata.c (mono_type_to_unmanaged): Add MONO_TYPE_GENERICINST.
21724 Tue Mar 22 16:57:01 CET 2005 Paolo Molaro <lupus@ximian.com>
21726         * class.c: added locking comments to some functions.
21727         Cache the interface offsets arrays (saves about 20 KB
21728         of runtime memory in a typical app).
21729         Reduce the time overhead in mono_class_setup_supertypes ().
21731 Tue Mar 22 16:35:57 CET 2005 Paolo Molaro <lupus@ximian.com>
21733         * icall.c: speedup and fix leaks in GetMethodsByName and
21734         GetPropertiesByName.
21736 Tue Mar 22 16:34:29 CET 2005 Paolo Molaro <lupus@ximian.com>
21738         * reflection.c: some locking fixes.
21740 Tue Mar 22 15:13:54 CET 2005 Paolo Molaro <lupus@ximian.com>
21742         * metadata.c: added missing break in case statement.
21744 2005-03-22  Zoltan Varga  <vargaz@freemail.hu>
21746         * marshal.c (mono_marshal_get_runtime_invoke): Add support for
21747         typedbyref return values. Fixes #73941.
21749 2005-03-17  Sebastien Pouliot  <sebastien@ximian.com>
21751         * security-manager.c|h: Added demandunmanaged method and 
21752         suppressunmanagedcodesecurity class to MonoSecurityManager.
21753         Renamed aptc class to allowpartiallytrustedcallers.
21755 2005-03-17  Martin Baulig  <martin@ximian.com>
21757         * class.c (inflate_generic_type): Add MONO_TYPE_ARRAY.
21759 2005-03-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21761         * file-io.c: disabled file async. IO using aio_*. It uses the
21762         threadpool now. Workaround for bug #73718.
21764 Wed Mar 16 18:08:00 CET 2005 Paolo Molaro <lupus@ximian.com>
21766         * assembly.h, mono-config.c: added code to deal with bundled configs
21767         for bundled assemblies.
21769 Wed Mar 16 16:34:38 CET 2005 Paolo Molaro <lupus@ximian.com>
21771         * *.c, private.h: cleanup, removing old private.h header file.
21773 2005-03-16  Zoltan Varga  <vargaz@freemail.hu>
21775         * reflection.c (mono_image_get_method_info): Encode best_fit_mapping
21776         and throw_on_unmappable_char attributes.
21778 2005-03-13  Sebastien Pouliot  <sebastien@ximian.com>
21780         * process.c: Fix buffer length in ves_icall_System_Diagnostics_Process
21781         _ProcessName_internal.
21783 2005-03-13  Zoltan Varga  <vargaz@freemail.hu>
21785         * object.c (mono_array_new_full): Fix aligning of array size. Fixes
21786         #73631.
21788         * icall.c threads.c threads-types.h: Remove slothash icalls as they
21789         are no longer used.
21791 2005-03-11  Zoltan Varga  <vargaz@freemail.hu>
21793         * object.c (compute_class_bitmap): Add support for generics. Fixes
21794         #73527.
21796 2005-03-10  Zoltan Varga  <vargaz@freemail.hu>
21798         * reflection.c (mono_reflection_create_runtime_class): Fix 2.0 build.
21800 2005-03-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21802         * filewatcher.c: commented out the code for windows watcher, as we don't
21803         use it (we use the managed implementation instead).
21805 2005-03-10  Zoltan Varga  <vargaz@freemail.hu>
21807         * object-internals.h (MonoThread): Remove 'unused1' field.
21809         * appdomain.c: Bump corlib version.
21811         * marshal.c: Remove calls to Reset/RestoreDataStoreStatus ().
21813         * reflection.c (mono_reflection_create_runtime_class): Remove the
21814         AssemblyBuilder.Save optimization since it causes too many problems.
21816 2005-03-10  Sebastien Pouliot  <sebastien@ximian.com>
21818         * exception.c|h: Added mono_get_exception_reflection_type_load to
21819         create a ReflectionTypeLoadException object.
21820         * icall.c: Updated ves_icall_System_Reflection_Assembly_InternalGetType
21821         to return NULL is a InheritanceDemand fails during reflection. Updated
21822         ves_icall_System_Reflection_Assembly_GetTypes to throw a 
21823         ReflectionTypeLoadException if an InheritanceDemand fails during 
21824         reflection. Added icall mapping for GetLinkDemandSecurity.
21825         * security-manager.c|h: Added ves_icall_System_Security_
21826         SecurityManager_GetLinkDemandSecurity internal call to return the
21827         class and methods permissions set for a LinkDemand. Removed unused
21828         fields in MonoSecurityManager.
21830 2005-03-10  Martin Baulig  <martin@ximian.com>
21832         * class.c (mono_bounded_array_class_get): Initialize `eclass' if
21833         it's a generic instance.
21835 2005-03-09  Zoltan Varga  <vargaz@freemail.hu>
21837         * reflection.c (mono_get_object_from_blob): Applied patch from
21838         Ankit Jain (radical@gmail.com). Fix enum default values. Fixes #73457.
21840         * class.c (mono_class_is_assignable_from): Another try at fixing 
21841         #73469 without breaking anything.
21843 2005-03-08  Zoltan Varga  <vargaz@freemail.hu>
21845         * class.c: (mono_class_is_assignable_from): Revert the last changes
21846         since they don't work with generics.
21847         
21848         * class.c (mono_class_is_assignable_from): Fix build bustage.
21850         * class.c (mono_class_is_assignable_from): If oklass is dynamic, call
21851         the managed IsAssignableFrom method. Fixes #73469.
21853         * reflection.c (mono_reflection_call_is_assignable_from): New helper
21854         function.
21856 2005-03-04  Zoltan Varga  <vargaz@freemail.hu>
21858         * object.c (mono_load_remote_field_new): Fix returning uninitialized
21859         memory when the remoting callback does not sets the out arguments.
21860         Fixes #73007.
21862         * marshal.c (mono_delegate_free_ftnptr): Remove debug array checked in
21863         by mistake.
21865         * string-icalls.c: Return String.Empty where needed. Fixes #73310.
21867         * object-internals.h (MonoStackFrame): Sync with managed object layout.
21869         * appdomain.c: Bump corlib version.
21871 2005-03-03  Zoltan Varga  <vargaz@freemail.hu>
21873         * gc-internal.h boehm-gc.c null-gc.c: Add mono_gc_is_gc_thread () API
21874         function.
21876         * threads.c (mono_thread_attach): Detect threads which are not started
21877         by the GC pthread wrappers.
21879 2005-03-03  Sebastien Pouliot  <sebastien@ximian.com>
21881         * icall.c: Added new icall for RNG.
21882         * rand.c|h: Added new icall to open the RNG. This allows to share a 
21883         single handle on Linux to access /dev/urandom and fix #73183.
21885 Thu Mar 3 17:53:17 CET 2005 Paolo Molaro <lupus@ximian.com>
21887         * object.c: setting the new vtable in a transparent proxy object must
21888         not change the GC descriptor.
21890 Thu Mar 3 12:11:46 CET 2005 Paolo Molaro <lupus@ximian.com>
21892         * object.c: fixed compilation without GCJ support.
21893         * reflection.c: for runtime-created types ensure klass->has_references
21894         is correct (bug #73215).
21896 2005-03-02  Martin Baulig  <martin@ximian.com>
21898         * class.c (mono_class_is_assignable_from): Make this work if
21899         `oklass' is a generic instance; fixes #72831.
21901 2005-03-01  Zoltan Varga  <vargaz@freemail.hu>
21903         * marshal.c (mono_marshal_get_managed_wrapper): Fix handling of methods
21904         with hasthis set.
21905         
21906         * marshal.c (emit_marshal_array): Emit native->managed marshalling of blittable arrays.
21908         * marshal.c: Reorganize native->managed marshalling code to also use
21909         the emit_marshal_... functions.
21911 Tue Mar 1 16:16:42 CET 2005 Paolo Molaro <lupus@ximian.com>
21913         * object.c: typed allocs have issues with bitmap sizes > 30,
21914         so check for max_set >= 30.
21916 2005-03-01  Zoltan Varga  <vargaz@freemail.hu>
21918         * marshal.c (emit_marshal_array): Implement marshalling of arrays to
21919         managed code. Fixes #73012.
21921         * metadata.h (MonoMarshalSpec): Add elem_mult field.
21923         * metadata.c reflection.c: Load/Emit elem_mult as well.
21924         
21925         * metadata.h (MonoMarshalSpec): Add comment.
21927         * metadata.h: Add MONO_MARSHAL_CONV_LPTSTR_STR.
21929         * metadata.c (mono_metadata_parse_marshal_spec): Set param_num and
21930         num_elem to -1 if not given.
21932         * object-internals.h (MonoReflectionMarshal): Add has_size field.
21934         * reflection.c (encode_marshal_blob): Differentiate between 0 and not
21935         given values.
21937 2005-03-01  Marek Safar  <marek.safar@seznam.cz>
21939         * null-gc.c (mono_gc_free_fixed): Was not compilable.
21941 2005-02-28  Zoltan Varga  <vargaz@freemail.hu>
21943         * reflection.c (encode_marshal_blob): Encode param_num field as well.
21945         * object-internals.h (MonoReflectionMarshal): Add param_num field.
21947 Mon Feb 28 11:59:42 CET 2005 Paolo Molaro <lupus@ximian.com>
21949         * object.c: generalized the reference bitmap creation
21950         and added hooks for the new GC.
21951         * class-internals.c: removed the gc_bitmap field from MonoClass.
21953 Sat Feb 26 16:06:59 CET 2005 Paolo Molaro <lupus@ximian.com>
21955         * domain.c: help the compiler to produce better code
21956         in mono_jit_info_table_find ().
21958 Fri Feb 25 16:50:14 CET 2005 Paolo Molaro <lupus@ximian.com>
21960         * object.c: make all allocations look typed.
21962 Fri Feb 25 16:18:59 CET 2005 Paolo Molaro <lupus@ximian.com>
21964         * socket-io.c: load Mono.Posix if it's not loaded already
21965         (fixes bug#73033).
21967 2005-02-24  Martin Baulig  <martin@ximian.com>
21969         * class.c (dup_type): Correctly duplicate MONO_TYPE_PTR.
21970         * reflection.c (dup_type): Likewise.
21972 2005-02-24  Zoltan Varga  <vargaz@freemail.hu>
21974         * gc.c (run_finalize): Set the domain for finalizing delegates as well.
21975         Thanks to Willibald Krenn and Scott Mohekey for tracking this down.
21977 Thu Feb 24 15:19:35 CET 2005 Paolo Molaro <lupus@ximian.com>
21979         * domain.c, threads.c, object-internals.h: make the critical thread
21980         local vars use the fast access mode (even when we're compiled in
21981         a lib). Provide accessors to be used by the jit during codegen.
21983 2005-02-24  Carlos Alberto Cortez <calberto.cortez@gmail.com>
21985         * appdomain.c: Changed hook functios behavior to include
21986         support for the reflection only assemblies. Some icalls were changed
21987         to support the mentioned assemblies too. Signatures of static methods
21988         try_assembly_resolve and real_load now have an additional parameter:
21989         refonly.
21991         * assembly.c: General changes to mono_assembly_ methods to support
21992         reflection only api. Functions mono_assembly_open, mono_assembly_load,
21993         mono_assembly_load_from and mono_assembly_loaded have got a '_full'
21994         suffix, to support an additional gbool parameter to specify whether
21995         the assembli is reflection only or not. Created some new hook functions 
21996         to add support for reflection only assemblies. Signatures of static 
21997         methods load_in_path, search_loaded, and mono_assembly_load_from_gac 
21998         have now an additional parameter: refonly.
22000         * metadata-internals.h: MonoAssembly now has a gbool ref_only flag,
22001         indicating whether the assembly is reflection only or not.
22003         * exception.c: Add mono_get_exception_invalid_operation.
22005         * icall.c: Throw an InvalidOperationException when trying to invoke
22006         a property/method/event, or trying to set/get the value of a field.
22007         Also add an icall to retrieve the ref_only flag to the
22008         MonoReflectionAssembly.
22010 2005-02-23  Chris Toshok  <toshok@ximian.com>
22012         Part of fix for #72827.
22013         * mono-debug.c (mono_debug_add_method): add lexical block data to
22014         the info we write.  Kind of a hack at the moment - we copy the
22015         lexical block info from the MonoDebugMethodInfo to the
22016         MonoDebugMethodJitInfo here, before writing it.
22017         (mono_debug_read_method): read the lexical block info.
22019         * mono-debug.h (_MonoDebugMethodJitInfo): add lexical block slots.
22021         * debug-mono-symfile.h: add lexical block support.
22023         * debug-mono-symfile.c (mono_debug_find_method): add lexical block
22024         support.
22026 2005-02-23  Zoltan Varga  <vargaz@freemail.hu>
22028         * loader.c (mono_lookup_pinvoke_call): Fix warning.
22030         * object.c (mono_runtime_free_method): Call mono_free_method () and
22031         put the TODOs there.
22033         * loader.c (mono_free_method): Free up most memory allocated for 
22034         dynamic methods.
22036 Wed Feb 23 18:54:26 CET 2005 Paolo Molaro <lupus@ximian.com>
22038         * reflection.c: properly flag a Type argument to a
22039         named custom attr value (bug #72248).
22041 Wed Feb 23 18:32:35 CET 2005 Paolo Molaro <lupus@ximian.com>
22043         * reflection.c: reduce code duplication in named custom
22044         attribute encoding.
22046 Wed Feb 23 17:23:52 CET 2005 Paolo Molaro <lupus@ximian.com>
22048         * reflection.c: properly encode custom attrs of type object
22049         (bug #72649).
22051 2005-02-23  Zoltan Varga  <vargaz@freemail.hu>
22053         * marshal.c (mono_delegate_free_ftnptr): Make this thread safe.
22055 Tue Feb 22 21:54:47 CET 2005 Paolo Molaro <lupus@ximian.com>
22057         * socket-io.c: load System.dll if it's not loaded already
22058         (bug #72850 and #70477).
22060 2005-02-21  Martin Baulig  <martin@ximian.com>
22062         * marshal.c (mono_marshal_get_runtime_invoke): Add support for
22063         generic instances.
22065 2005-02-21  Martin Baulig  <martin@ximian.com>
22067         * reflection.c (mono_image_build_metadata): We also need to
22068         "fixup" the MethodImpl table after we computed the final method
22069         indices.  Call fixup_methodimpl() to do that.
22070         (fixup_methodimpl): New private method.
22072 Mon Feb 21 16:17:14 CET 2005 Paolo Molaro <lupus@ximian.com>
22074         * assembly.c: special case mscorlib.dll (bug#72536),
22075         patch from Carlos Alberto Cortez.
22077 2005-02-20  Zoltan Varga  <vargaz@freemail.hu>
22079         * threads-types.h threads.c: Fix build bustage.
22081         * threads.c: Use a union for long<->double conversions.
22083         * threads-types.h threads.c icall.c: Implement the net 2.0 interlocked
22084         functions based on a patch by Luca Barbieri (luca.barbieri@gmail.com).
22086         * marshal.c (emit_thread_interrupt_checkpoint_call): Mark the bblock 
22087         containing the checkpoint call with NOT_TAKEN.
22088         
22089         * marshal.c (mono_marshal_get_managed_wrapper): Emit interrupt 
22090         checkpoint before pushing the arguments, so they won't have to be
22091         spilled to stack.
22093 Sat Feb 19 15:19:46 CET 2005 Paolo Molaro <lupus@ximian.com>
22095         * domain.c, assembly.c, domain-internals.h: make some data
22096         const and relocation-free.
22098 Sat Feb 19 11:12:34 CET 2005 Paolo Molaro <lupus@ximian.com>
22100         * object.c, appdomain.c, class-internals.h: introduce the
22101         MonoClassRuntimeInfo structure to hold the info needed to
22102         use a class at runtime. Made mono_class_vtable() lock-free
22103         for all the appdomains.
22105 Sat Feb 19 11:11:12 CET 2005 Paolo Molaro <lupus@ximian.com>
22107         * metadata-internals.h, image.c: introduce a per-image mempool to
22108         be used for memory that has the same lifetime as the image.
22110 2005-02-18  Lluis Sanchez Gual  <lluis@novell.com>
22112         * domain.c: In mono_init_internal(), instead of selecting the first
22113         runtime version supported by an executable, get a list of all
22114         supported versions and select the one for which an mscorlib exists
22115         (since even if the runtime supports a given version, it doesn't mean
22116         that the framework for that version is installed).
22117         Modified get_runtimes_from_exe to support this behavior.
22118         In supported_runtimes, added information about additional system
22119         assembly versions.
22120         
22121         * assembly.c: Added support for more than one system assembly version
22122         per runtime version. Updated the assembly list.
22123         In mono_assembly_remap_version, removed the initial version check,
22124         since we don't know to which version we need to compare until we
22125         get the version set on which the assembly is based.
22126         Moved the code for loading corlib into the new method
22127         mono_assembly_load_corlib(), so it can be used by the initialization
22128         code.
22129         
22130         * domain-internals.h: Updated data structures and added declaration
22131         for mono_assembly_load_corlib.
22133 2005-02-17  Zoltan Varga  <vargaz@freemail.hu>
22135         * reflection.c (resolve_object): Fix the creation of the signature in 
22136         the SignatureHelper case.
22138         * assembly.c (mono_assembly_remap_version): Fix binary search.
22139         
22140 2005-02-17  Sebastien Pouliot  <sebastien@ximian.com>
22142         * class.c: Added inheritance check when a method is overloaded (from a
22143         virtual method or when implementing an interface) and when a class is
22144         inherited. Added functions to set a failure for a class and to 
22145         retreive the exception from a failure.
22146         * class-internals.h: Added fields to MonoClass to keep the exception
22147         information status for inheritance (or other exceptions) to be thrown
22148         later (i.e. not at load time).
22149         * object.c: Throw the inheritance SecurityException when a type is to 
22150         be created with either class or method inheritance violations.
22151         * reflection.c|h: Fix when getting declsec from a class. Removed 
22152         unrequired code for class. Improved sanity in parameter naming.
22153         * security-manager.c|h: Added functions to check for class and method
22154         inheritance.
22156 2005-02-17  Zoltan Varga  <vargaz@freemail.hu>
22158         * reflection.c (mono_reflection_create_runtime_class): Set has_cctor
22159         and has_finalize in dynamic types as well.
22161 2005-02-17  Atsushi Enomoto  <atsushi@ximian.com>
22163         * culture-info-table.h : fixed currency format for en-GB (and so on).
22165 Wed Feb 16 16:28:15 CET 2005 Paolo Molaro <lupus@ximian.com>
22167         * gc.c: ensure the GC handles never have 0 as a value.
22169 2005-02-16  Zoltan Varga  <vargaz@freemail.hu>
22171         * marshal.c (emit_marshal_ptr): Raise an exception if trying to pass
22172         a pointer to a struct to unmanaged code. Fixes #72625.
22174 2005-02-16  Martin Baulig  <martin@ximian.com>
22176         * mono-debug.c (mono_debug_open_image): Ignore dynamic images.
22178 2005-02-16  Zoltan Varga  <vargaz@freemail.hu>
22180         * marshal.c (emit_marshal_array): Only marshal unicode char arrays as [Out].
22182 2005-02-15  Zoltan Varga  <vargaz@freemail.hu>
22184         * loader.c (mono_lookup_pinvoke_call): Fix stdcall name mangling.
22186         * marshal.c (mono_ftnptr_to_delegate): If the delegate has the 
22187         UnmanagedFunctionPointerAttribute, use it for determining calling convention
22188         etc. Fixes #71471.
22190         * reflection.c (mono_custom_attrs_get_attr): New helper function.
22192         * object-internals.h: Add MonoReflectionUnmanagedFunctionPointerAttribute.
22194 Tue Feb 15 18:03:41 CET 2005 Paolo Molaro <lupus@ximian.com>
22196         * domain.c, appdomain.c, appdomain.h, object-internals.h, object.h:
22197         changes to make the current context a field in MonoThread.
22199 2005-02-15  Zoltan Varga  <vargaz@freemail.hu>
22201         * marshal.c (mono_marshal_get_native_wrapper): Fix a crash caused by
22202         the last change.
22203         
22204         * marshal.c (mono_marshal_emit_native_wrapper): New helper function
22205         extracted from mono_marshal_get_native_wrapper.
22207         * marshal.c (mono_marshal_get_native_func_wrapper): New helper function
22208         to create wrappers around native functions.
22210         * marshal.c (mono_ftnptr_to_delegate): Add support for creating 
22211         delegates for arbitrary function pointers. Fixes #71472.
22213 Tue Feb 15 11:01:09 CET 2005 Paolo Molaro <lupus@ximian.com>
22215         * threads.c: cleaned up the code a little.
22217 2005-02-15  Martin Baulig  <martin@ximian.com>
22219         * mono-debug.h (MonoSymbolTable): Allow variable-length chunks in
22220         the data table.
22222         * mono-debug.c (DATA_TABLE_CHUNK_SIZE): Set to 32768; we may now
22223         allocate larger chunks if needed.
22225 2005-02-14  Zoltan Varga  <vargaz@freemail.hu>
22227         * threads.c (start_wrapper): Remove #ifdef PLATFORM_WIN32 probably left
22228         in by mistake.
22230 Mon Feb 14 16:48:24 CET 2005 Paolo Molaro <lupus@ximian.com>
22232         * domain.c: keep the domains in an array and ensure the domain ids
22233         are kept small, so they can be used as indexes to domain-specific data
22234         with a small memory overhead.
22236 2005-02-14  Zoltan Varga  <vargaz@freemail.hu>
22238         * icall.c: Handle byref types in Type icalls. Fixes #72544.
22240 Mon Feb 14 15:39:56 CET 2005 Paolo Molaro <lupus@ximian.com>
22242         * Makefile.am: remove libmetadata: we build just libmonoruntime now.
22244 2005-02-13  Zoltan Varga  <vargaz@freemail.hu>
22246         * tabledefs.h (MANIFEST_RESOURCE_VISIBILITY_MASK): Add flags for ManifestResource.
22248         * loader.c (mono_lookup_pinvoke_call): Correct the search order used for different CharSet
22249         values.
22251         * marshal.c (mono_marshal_get_string_encoding): CHAR_SET_AUTO means Unicode on windows.
22252         
22253 2005-02-12  Ben Maurer  <bmaurer@ximian.com>
22255         * domain-internals.h: add the hashtable here.
22257         * class-internals.h: Remove `info' from MonoMethod
22259         * domain.c: Add a new hashtable, jit_trampoline_hash
22261 Fri Feb 11 17:11:20 CET 2005 Paolo Molaro <lupus@ximian.com>
22263         * object.c: don't set the value of static fields
22264         (fixes bug#72494).
22266 2005-02-11  Martin Baulig  <martin@ximian.com>
22268         * mono-debug.c (DATA_TABLE_CHUNK_SIZE): Increase to 131072.
22269         (mono_debug_add_method): Silently ignore the method if it's too big.
22270         (mono_debug_add_type): Likewise.
22272 Fri Feb 11 16:22:10 CET 2005 Paolo Molaro <lupus@ximian.com>
22274         * threads.c, appdomain.c: remove #ifdefs from the code.
22276 2005-02-10  Sebastien Pouliot  <sebastien@ximian.com>
22278         * metadata-internals.h: Added flags to MonoAssembly to cache the most
22279         common security informations. This allows us to stay in unmanaged code
22280         when doing LinkDemand and it's special cases (except for the first 
22281         time for initialization). The flags a very much used with --security.
22282         * reflection.c|h: Added code to get declarative security attributes 
22283         for LinkDemand and InheritanceDemand. This required to refactor the
22284         existing code for Demand.
22285         * security-manager.c|h: Added new method fields for the special cases
22286         of LinkDemand.
22288 2005-02-10  Martin Baulig  <martin@ximian.com>
22290         * icall.c (ves_icall_MonoDebugger_MakeArrayType): New interncall.
22291         (ves_icall_MonoDebugger_GetTypeToken): New interncall.
22293 2005-02-10  Martin Baulig  <martin@ximian.com>
22295         * mono-debug.c, mono-debug-debugger.c: Completely reworked the
22296         debugging code; this is almost a complete rewrite.
22298         * icall.c (ves_icall_MonoDebugger_GetMethodIndex): New interncall.
22300 Thu Feb 10 15:19:01 CET 2005 Paolo Molaro <lupus@ximian.com>
22302         * domain.c, object.h: expose mono_string_equal () and 
22303         mono_string_hash ().
22304         * icall.c, string-icalls.c: remove the string.GetHashCode () icall,
22305         it's implemented in managed code.
22307 Thu Feb 10 15:03:46 CET 2005 Paolo Molaro <lupus@ximian.com>
22309         * icall.c, gc.c, gc-internal.h: make sure gchandles can't be used
22310         lo leak objects between appdomains.
22312 Thu Feb 10 14:25:00 CET 2005 Paolo Molaro <lupus@ximian.com>
22314         * assembly.c: old compilers compilation fix from 
22315         robertj@gmx.net (Robert Jordan).
22317 2005-02-09  Ben Maurer  <bmaurer@ximian.com>
22319         * class-internals.h: Little reminder for the future.
22321         * debug-helpers.c: Fix up wrapper_type_names
22323 Wed Feb 9 19:34:29 CET 2005 Paolo Molaro <lupus@ximian.com>
22325         * image.c, metadata-internals.h: when loading an image from a file,
22326         mmap all of it and use the same codepaths as when using a
22327         in-memory image: the code is simpler and we use less memory
22328         (both writable and readonly).
22330 Wed Feb 9 18:32:51 CET 2005 Paolo Molaro <lupus@ximian.com>
22332         * gc-internal.h, null-gc.c, boehm-gc.c: added functions to the GC
22333         API to alloc runtime data structures that need to be tracked by the
22334         GC and contain pointers.
22335         * appdomain.c, threads.c, object.c, gc.c: use the above changes to
22336         make the code more readable and eventually use a different GC.
22338 2005-02-09  Zoltan Varga  <vargaz@freemail.hu>
22340         * marshal.c (emit_marshal_vtype): Don't do managed->native conversion
22341         for out arguments.
22342         
22343 2005-02-09  Lluis Sanchez Gual  <lluis@novell.com>
22345         * object.c: In release_type_locks(), don't release the cctor lock
22346         if it has already been released. This fixes a crash in the
22347         thread5 test.
22349 Tue Feb 8 19:02:59 CET 2005 Paolo Molaro <lupus@ximian.com>
22351         * gc.c, marshal.c, icall.c: register a delegate for finalization
22352         only when the native function pointer has been allocated for it.
22354 Tue Feb 8 18:12:27 CET 2005 Paolo Molaro <lupus@ximian.com>
22356         * object.c: cleaned up some code, allocate objects that are
22357         pointer free with the atomic malloc variant. Allocate memory
22358         for static data from the mempool if it's pointer-free.
22359         Allocate the bounds array at the end of the array data, when needed.
22360         * object-internals.h, object.h: move a private function in a private
22361         header.
22362         * class.c: handle missing case in tracking references in fields.
22364 Tue Feb 8 18:04:51 CET 2005 Paolo Molaro <lupus@ximian.com>
22366         * class.c, class-internals.h: keep track if a type has
22367         reference fields in either the instance or static fields.
22369 2005-02-07  Lluis Sanchez Gual  <lluis@novell.com>
22371         * domain.c, domain-internals.h: Moved RuntimeInfo to domain-internals.h,
22372         and renamed to MonoRuntimeInfo. Added fields to store the expected
22373         framework assembly version. Changed mono_get_framework_version and
22374         mono_get_runtime_version for a single mono_get_runtime_info method.
22375         
22376         * assembly.c: Added method to remap system assembly versions to the
22377         current executing runtime version. Removed old mapping code.
22378         Remap assembly versions in mono_assembly_load and mono_assembly_loaded.
22379         
22380         * icall.c, reflection.c: Track api changes.
22382 2005-02-06  Miguel de Icaza  <miguel@novell.com>
22384         * loader.c (method_from_memberref): Improve error reporting,
22385         produce the class name instead of the typeref/typedef index. 
22387 2005-02-07  Zoltan Varga  <vargaz@freemail.hu>
22389         * marshal.c (mono_marshal_get_stfld_remote_wrapper): Fix wrapper type.
22391 2005-02-05  Zoltan Varga  <vargaz@freemail.hu>
22393         * loader.c (mono_lookup_pinvoke_call): Allow for combination of
22394         stdcall and charset name mangling.  Reorganize the code and add
22395         some tracing stuff.
22397 2005-02-05  Ben Maurer  <bmaurer@ximian.com>
22399         * monodiet.c: More iters!
22401         * marshal.c: Iter usage.
22403         * icall.c: Iter usage.
22405         * object.c: Use iters.
22407         * debug-helpers.c: More iters
22409 2005-02-05  Zoltan Varga  <vargaz@freemail.hu>
22411         * loader.c (mono_lookup_pinvoke_call): Add brute-force checking for mangled function names
22412         under win32.
22414 2005-02-05  Ben Maurer  <bmaurer@ximian.com>
22416         * mono-debug-debugger.c: use iters
22418         * class.c, class-internals.h: mono_class_setup_events is static
22419         now
22421         * All callers: use iters
22423 2005-02-05  Zoltan Varga  <vargaz@freemail.hu>
22425         * class.c string-icalls.c marshal.c reflection.c: Applied patch from
22426         Robert Jordan (robertj@gmx.net). Fix compilation errors under gcc-2.95.
22428 2005-02-04  Zoltan Varga  <vargaz@freemail.hu>
22430         * object.c (mono_class_proxy_vtable): Add missing _setup () calls.
22432         * marshal.h: Add prototypes for ldfld/stfld_remote.
22434         * appdomain.c (mono_domain_fire_assembly_load): Handle the case when
22435         this is called during startup.
22436         
22437 Fri Feb 4 20:27:58 CET 2005 Paolo Molaro <lupus@ximian.com>
22439         * appdomain.c, monitor.c, monitor.h, threads-types.h: made the
22440         MonoThreadsSync struct private in monitor.c. Changed the way
22441         MonoThreadsSync is allocated so it's faster and there is no
22442         need to keep track of it with a finalizer and it uses less memory.
22443         This also finally allows us to allocate mono objects as ptrfree when
22444         there are no reference fields.
22446 Fri Feb 4 20:24:03 CET 2005 Paolo Molaro <lupus@ximian.com>
22448         * gc.c, null-gc.c, boehm-gc.c, gc-internal.h: added functions to deal with
22449         disappearing link to the GC interface and use them to simplify
22450         the gchandles code.
22452 2005-02-04  Zoltan Varga  <vargaz@freemail.hu>
22454         * class-internals.h marshal.c: Add two new wrappers, ldfld_remote and
22455         stfld_remote which call mono_load/store_field_new. This allows methods
22456         calling ldfld/stfld wrappers to be AOTed.
22458         * console-io.c: Include sys/filio.h under solaris.
22459         
22460         * console-io.c: Include curses.h if needed correctly.
22462 2005-02-03  Zoltan Varga  <vargaz@freemail.hu>
22463         
22464         * icall.c (ves_icall_MonoMethod_get_base_definition): Initialize
22465         method->klass as well.
22467         * class-internals.h (MonoCachedClassInfo): Add 'finalize_image' field.
22469         * class.c (mono_class_init): Switch on lazy initialization of 
22470         methods.
22472         * class.c (mono_class_get_finalizer): Handle the case when the 
22473         finalizer is inherited.
22475 2005-02-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
22477         * console-io.c: <curses.h> is needed by term.h on solaris.
22479 2005-02-03  Ben Maurer  <bmaurer@ximian.com>
22481         * icall.c, class-internals.h, monodiet.c, class.c: Remove
22482         mono_class_setup_properties where possible. Remove this ftn from
22483         the header file, and make it static.
22485 2005-02-03  Zoltan Varga  <vargaz@freemail.hu>
22487         * loader.c: Add missing setup_... call.
22489         * class.c: Add missing setup_... calls.
22491         * class.c (mono_class_init): Switch on lazy initialization of 
22492         the generic vtable.
22493         
22494         * class.c (mono_class_init): Fix generics broken by the recent changes.
22496         * monodiet.c (handle_type): Add missing setup_... calls.
22498         * class.c: Back out garbage in previous patch.
22499         
22500         * class.c: Add missing setup_... calls.
22502         * class.c (mono_class_get_method_from_name_flags): Avoid calling
22503         mono_class_setup_methods () if possible.
22505         * class-internals.h (MonoClass): Add 'has_cctor' flag.
22507         * class-internals.h (MonoCachedClassInfo): New structure.
22509         * class.c: Initialize properties and events fields of MonoClass lazily.
22511         * class.c: Add infrastructure for lazily initializing the methods and
22512         vtable fields of MonoClass. Not yet used.
22514         * class.c (mono_class_get_finalizer): New helper function.
22516         * class.c: Add infrastructure for loading some class related data from
22517         an AOT file.
22519         * object.c: Add infrastructure for initializing the vtable from data
22520         in the AOT file.
22522         * gc.c (run_finalize): Use mono_class_get_finalizer ().
22524         * class.c loader.c object.c icall.c gc.c reflection.c: Call the
22525         appropriate initialization function before accessing parts of the
22526         MonoClass structure.
22528         * marshal.c: Fix warnings.
22529         
22530         * marshal.c (emit_marshal_array): Add missing 'break'. Fixes #72169.
22532         * mono-debug-debugger.c (get_exception_message): Use 
22533         mono_class_get_method_from_name_flags ().
22535 2005-02-02  Ben Maurer  <bmaurer@ximian.com>
22537         * reflection.c, appdomain.c: Replace a few manual searches that
22538         Zoltan missed. (Paolo approved this part of my initial patch).
22540 Wed Feb 2 16:32:08 CET 2005 Paolo Molaro <lupus@ximian.com>
22542         * profiler.c: disable recording statistical events at report time.
22544 Wed Feb 2 14:14:00 CET 2005 Paolo Molaro <lupus@ximian.com>
22546         * icall.c: patch from Geoff Norton <gnorton@customerdna.com>
22547         to byteswap arrays of enum values, too (bug #72080).
22549 2005-02-02  Zoltan Varga  <vargaz@freemail.hu>
22551         * appdomain.c (set_domain_search_path): Allow this to be called if
22552         domain->setup is not yet set.
22554         * loader.c (mono_method_get_index): New helper function.
22556         * loader.c reflection.c: Use mono_method_get_index ().
22558         * class.c (mono_class_get_method_from_name_flags): New helper method.
22560         * debug-helpers.h debug-helpers.c (mono_find_method_by_name): Remove
22561         this.
22563         * class.c (mono_class_get_cctor): New helper method.
22565         * string-icalls.c object.c class.c marshal.c reflection.c: Use
22566         mono_class_get_method () to look up methods.
22568 2005-02-01  Miguel de Icaza  <miguel@novell.com>
22570         * console-io.c: Fix the build, this should work on Windows.
22572 2005-01-31  Ben Maurer  <bmaurer@ximian.com>
22574         * marshal.c (mono_marshal_xdomain_copy_out_value): cached_str must
22575         be set to null to keep things valid
22577 2005-01-31 Gonzalo Paniagua Javier <gonzalo@ximian.com>
22579         * icall.c: added Console 2.0 icalls.
22580         * Makefile.am: added console-io.[ch]
22581         * console-io.[ch]: internal calls for Console 2.0 API.
22583 Mon Jan 31 19:01:29 CET 2005 Paolo Molaro <lupus@ximian.com>
22585         * class.c: make sure we consider all the interfaces
22586         when calculating max_interface_id (bug found by
22587         Jeroen Frijters running ikvm).
22589 2005-01-31  Zoltan Varga  <vargaz@freemail.hu>
22591         * icall.c (ves_icall_FieldInfo_SetValueInternal): Handle setting of
22592         valuetype fields to null.
22594         * object.c (set_value): Ditto. Fixes #71669.    
22596 2005-01-31  Martin Baulig  <martin@ximian.com>
22598         * metadata.c (mono_metadata_has_generic_params): New public
22599         function; checks whether something is a generic method.
22601 Sun Jan 30 20:19:48 CET 2005 Paolo Molaro <lupus@ximian.com>
22603         * appdomain.c: fix infinite recursion when adding assemblies.
22605 2005-01-30  Sebastien Pouliot  <sebastien@ximian.com>
22607         * object.c: Fix small typo to return all items for Environment.
22608         GetCommandLineArgs.
22610 Sun Jan 30 16:49:01 CET 2005 Paolo Molaro <lupus@ximian.com>
22612         * domain.c, appdomain.c, assembly.c, image.c, domain-internals.h,
22613         reflection.c: more domain and assembly-unload related fixes
22614         and memory leaks plugs.
22616 2005-01-30  Zoltan Varga  <vargaz@freemail.hu>
22618         * 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.
22620 2005-01-29  Ben Maurer  <bmaurer@ximian.com>
22622         * loader.c (mono_method_signature): Make this method lazy
22623         (mono_get_method_from_token): Don't computate the signature here.
22625         Doing this saves quite a bit of memory. I got 90 kb on starting up
22626         monodoc. It should also save some disk reads on startup.
22628         * *: MonoMethod->signature might be NULL now. You *MUST* use
22629         mono_method_signature.
22631 2005-01-29  Zoltan Varga  <vargaz@freemail.hu>
22633         * object.c (mono_runtime_get_main_args): Return an array from the
22634         current domain here. Fixes #71938.
22636 Sat Jan 29 15:59:05 CET 2005 Paolo Molaro <lupus@ximian.com>
22638         * monitor.c: formatting changes to comply with the
22639         mono coding style and remove #ifdefs from the code.
22641 Sat Jan 29 15:18:54 CET 2005 Paolo Molaro <lupus@ximian.com>
22643         * metadata.c, private.h: remove some unneeded data
22644         and use a more compact representation for table schemas.
22646 Fri Jan 28 18:23:44 CET 2005 Paolo Molaro <lupus@ximian.com>
22648         * metadata.c, metadata-internals.h: add mono_aligned_addr_hash()
22649         to get a better distribution in hash tables.
22650         * *.c: use mono_aligned_addr_hash() where appropriate.
22651         * assembly.c: make var static.
22653 2005-01-28  Zoltan Varga  <vargaz@freemail.hu>
22655         * domain-internals.h: Put MonoJitInfo on a diet.
22657         * domain.c: Fix a warning.
22659 Wed Jan 26 22:20:46 CET 2005 Paolo Molaro <lupus@ximian.com>
22661         * gc.c: rework the gc handles code to reuse handles
22662         when freed.
22664 Wed Jan 26 17:34:09 CET 2005 Paolo Molaro <lupus@ximian.com>
22666         * domain.c: fixed long standing bug in mono_string_equal() which
22667         was brought to light with the ldstr changes.
22669 2005-01-26  Sebastien Pouliot  <sebastien@ximian.com>
22671         * reflection.c: Remove warning by adding missing include for marshal.h
22673 Tue Jan 25 18:06:00 CET 2005 Paolo Molaro <lupus@ximian.com>
22675         * domain.c, object.c: change the ldstr_table to hold
22676         MonoString* as keys: makes the runtime isinterned lookup
22677         faster and simplifies memory management.
22679 2005-01-25  Sebastien Pouliot  <sebastien@ximian.com> 
22681         * icall.c: Renamed GetEnvironmentVariable so internal* so it was
22682         possible to add imperative security checks before calling the icall.
22683         * reflection.c: Return security attributes on the original MonoMethod
22684         (and not the wrapped one). This fix permissions on icalls.
22686 2005-01-25  Dick Porter  <dick@ximian.com>
22688         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Make
22689         the check for mktime() support actually test the mktime() return
22690         value.  "Fixes" bug 71682, though the output is still different to
22691         MS.
22693 2005-01-25  Martin Baulig  <martin@ximian.com>
22695         * class.c (mono_class_is_assignable_from): Make this work for
22696         generic instances.
22698 2005-01-24  Ben Maurer  <bmaurer@ximian.com>
22700         * marshal.c (mono_string_utf8_to_builder)
22701         (mono_string_builder_to_utf16): We might not have ownership of the
22702         string. In thise case, we need to create a new buffer.
22704         * object-internals.h (mono_stringbuilder_capacity): sb->str might
22705         be null, in which case, use the default capacity.
22707 Mon Jan 24 16:42:29 CET 2005 Paolo Molaro <lupus@ximian.com>
22709         * gc-internal.h, null-gc.c, profiler.c, boehm-gc.c: hook the
22710         GC events to the profiler.
22712 Mon Jan 24 15:59:54 CET 2005 Paolo Molaro <lupus@ximian.com>
22714         * gc.c: remove valgrind detection nonsense. Set GC_DONT_GC
22715         if you don't want the GC to run.
22717 Mon Jan 24 15:53:25 CET 2005 Paolo Molaro <lupus@ximian.com>
22719         * Makefile.am, gc.c, mono-gc.h, boehm-gc.c, null-gc.c, gc-internal.h:
22720         start providing a GC API and keeping different implementations in
22721         their own file.
22722         * profiler.h, profiler.c, profiler-private.h: provide the GC events API.
22724 2005-01-22  Ben Maurer  <bmaurer@ximian.com>
22726         * debug-mono-symfile.c (mono_debug_open_mono_symbol_file): Use
22727         mmap rather than allocating a huge buffer.
22728         (mono_debug_close_mono_symbol_file): Free the buffer allocated
22729         above.
22731 2005-01-22  Sebastien Pouliot  <sebastien@ximian.com>
22733         * icall.c: Add new internal calls for SecurityManager.SecurityEnabled
22734         and CheckExecutionRights.
22735         * reflection.c|h: Keep the index of the declarative security to be 
22736         used, instead of the pointer, when AOT compiler is used. Also add 
22737         class initialization when requesting demands.
22738         * security-manager.c|h: Implement SecurityManager.SecurityEnabled and
22739         CheckExecutionRights. Both properties are now FALSE by default, and
22740         unmodifiable, unless the --security option is used.
22742 Fri Jan 21 15:29:27 CET 2005 Paolo Molaro <lupus@ximian.com>
22744         * domain.c, appdomain.c, assembly.c, image.c, metadata-internals.h,
22745         reflection.c: properly refcount images and assemblies, many leaks fixed.
22747 2005-01-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
22749         * threadpool.c: increase the timeout for threads in the thread pool to
22750         10s.  Fixes bug #67159.
22752 2005-01-20  Bernie Solomon  <bernard@ugsolutions.com>
22754         * class-internals.h: Sun's compiler insists on explicit
22755         signed on bit fields to handle then correctly.
22757 2005-01-19  Miguel de Icaza  <miguel@ximian.com>
22759         * file-io.c (ves_icall_System_IO_MonoIO_get_InvalidPathChars):
22760         Make the size of the array fit only the number of invalid path
22761         chars that we have.
22763         * class.c (_mono_class_get): Improve the error reporting when a
22764         class referenced is not found, to assist debugging. 
22766 Wed Jan 19 19:57:43 CET 2005 Paolo Molaro <lupus@ximian.com>
22768         * threads.c: fix off-by-one error.
22769         * domain.c: free data allocated in the domain.
22771 2005-01-19  Zoltan Varga  <vargaz@freemail.hu>
22773         * reflection.c (mono_method_body_get_object): Fill out exception info
22774         as well.
22776         * object-internals.h: Add MonoReflectionExceptionHandlingClause 
22777         structure.
22778         
22779 2005-01-19  Martin Baulig  <martin@ximian.com>
22781         * loader.c (mono_get_method_constrained): Make this work again.
22783 2005-01-19  Zoltan Varga  <vargaz@freemail.hu>
22785         * object-internals.h (_MonoReflectionMethodBody): Make local_index a 
22786         guint16 to match the managed side.
22788         * reflection.c (mono_reflection_body_get_object): Fill out local
22789         variables array.
22791         * reflection.c (mono_method_body_get_object): Fill out local_var_sig_token
22792         as well.
22794         * object-internals.h (_MonoReflectionMethodBody): Rename 'sig_token' to
22795         'local_var_sig_token'.
22797 2005-01-18  Zoltan Varga  <vargaz@freemail.hu>
22799         * loader.c (mono_lookup_pinvoke_call): Revert the previous patch as it breaks 
22800         System.Drawing.
22802         * reflection.c (mono_method_body_get_object): Handle abstract and
22803         runtime methods.
22805 Mon Jan 17 19:22:39 CET 2005 Paolo Molaro <lupus@ximian.com>
22807         * marshal.c, loader.c, class-internals.h, reflection.c:
22808         store the emthod data for a wrapper in an array instead of a list.
22810 Mon Jan 17 18:48:53 CET 2005 Paolo Molaro <lupus@ximian.com>
22812         * marshal.c: change the code to allocate memory more
22813         conservatively for method wrappers.
22815 Mon Jan 17 18:03:30 CET 2005 Paolo Molaro <lupus@ximian.com>
22817         * class-internals.h, marshal.c: move the str_to_ptr and ptr_to_str
22818         fields from MonoClass to the marshal info structure where they belong.
22820 Mon Jan 17 16:14:46 CET 2005 Paolo Molaro <lupus@ximian.com>
22822         * class.c, object.c, class-internals.h, marshal.c: rearrange
22823         some fields and tweak some types to lower memory usage.
22825 2005-01-17  Zoltan Varga  <vargaz@freemail.hu>
22827         * threads.c (signal_thread_state_change): Handle the case when the
22828         target thread is the current thread.
22830         * marshal.c (mono_struct_delete_old): Do not free lpwstr fields.
22832         * marshal.c: Rename emit_ptr_to_str_conv and its pair to 
22833         emit_ptr_to_object_conv. 
22835         * marshal.c (emit_ptr_to_object_conv): Add support for lpwstr->str
22836         marshalling. Fixes #71352.
22838 Mon Jan 17 10:59:20 CET 2005 Paolo Molaro <lupus@ximian.com>
22840         * metadata.h, blob.h: move table enum to blob.h so it can be included
22841         in any header.
22842         * image.c, metadata.c, metadata-internals.h, pedump.c, reflection.c:
22843         cut the size of MonoImage/MonoDynamicImage.
22845 2005-01-16  Zoltan Varga  <vargaz@freemail.hu>
22847         * profiler.c (mono_profiler_install_simple): Fix default arguments.
22849 Sun Jan 16 12:25:22 CET 2005 Paolo Molaro <lupus@ximian.com>
22851         * reflection.c, reflection.h, icall.c: add a function to check
22852         if an attribute type is defined for a metadata object.
22854 2005-01-14  Lluis Sanchez Gual  <lluis@novell.com>
22856         * object-internals.h: Added some needed fields from StringBuilder class.
22857         * marshal.c: Set the maxCapacity when creating a StringBuilder.
22859 2005-01-13  Zoltan Varga  <vargaz@freemail.hu>
22861         * icall.c (ves_icall_System_Environment_Exit): Suspend all managed
22862         threads before shutting down the runtime.
22864         * threads.c (mono_thread_suspend_all_other_threads): New helper function.
22866 Thu Jan 13 18:16:35 CET 2005 Paolo Molaro <lupus@ximian.com>
22868         * object-internal.h, threads.c: implement stacksize and 
22869         parameterized thread start functionality (requires
22870         matching corlib). Marked broken code for later removal.
22872 2005-01-12  Martin Baulig  <martin@ximian.com>
22874         * class-internals.h (MonoGenericClass): Moved the `initialized'
22875         flag to MonoDynamicGenericClass, removed `init_pending'.
22876         (MonoGenericInst): Added `is_reference' flag.
22878 2005-01-12  Zoltan Varga  <vargaz@freemail.hu>
22880         * reflection.c (mono_image_create_pefile): Only set the pe_offset
22881         inside the MSDOS header. Fixes #71201.
22883         * gc.c (mono_gc_cleanup): Handle the case when this is called from the
22884         gc thread.
22885         (mono_domain_finalize): Ditto.
22887 2005-01-12  Martin Baulig  <martin@ximian.com>
22889         * class.c (mono_get_shared_generic_class): Use the cache for
22890         non-dynamic generic classes.
22892         * class-internals.h (mono_class_create_generic_2): Removed
22893         function prototype, this function is now static inside class.c.
22895         * class.c (mono_class_create_generic_2): Made this static, only
22896         call it from mono_class_init() and mono_class_setup_parent().
22897         (collect_implemented_interfaces_aux): Call mono_class_init() on
22898         the interfaces we collect.
22899         (mono_class_setup_vtable): Call mono_class_init (class->parent).
22901 2005-01-11  Zoltan Varga  <vargaz@freemail.hu>
22903         * threads.c (mono_thread_attach): Call DuplicateHandle on the thread handle on win32 to make
22904         it a real thread handle.
22906         * domain-internals.h: Move exvar_offset from MonoJitInfo to 
22907         MonoJitExceptionInfo, since each catch clause needs its own variable.
22908         
22909 2005-01-11  Dick Porter  <dick@ximian.com>
22911         * image.c (mono_pe_file_open): New variant on mono_image_open()
22912         that does not set up the CLI metadata; used for FileVersionInfo so
22913         it can get the data for windows binaries too.
22914         
22915         * process.c (process_read_string_block): Don't read off the end of
22916         the StringTable block.
22918         These both fix bug 70766.
22920 Tue Jan 11 15:26:00 CET 2005 Paolo Molaro <lupus@ximian.comt>
22922         * gc.c: set some fields to NULL at GC cleanup time.
22923         * threads.c: if we quit the main thread, call exit ().
22925 2005-01-11  Zoltan Varga  <vargaz@freemail.hu>
22927         * threads.c (interruption_request_apc): Decore APC callbacks with CALLBACK under win32.
22929 Mon Jan 10 18:47:28 CET 2005 Paolo Molaro <lupus@ximian.com>
22931         * threads.h, threads.c, object.c: added accessor and settor for
22932         main_thread. Handle it specially when exiting from it: wait
22933         for other foreground threads to exit.
22935 Mon Jan 10 12:06:18 CET 2005 Paolo Molaro <lupus@ximian.com>
22937         * process.c, verify.c: remove some bloat.
22939 2005-01-09  Zoltan Varga  <vargaz@freemail.hu>
22941         * loader.c (mono_lookup_pinvoke_call): If we found the function without name mangling, change
22942         the calling convention to cdecl under win32.
22944 2005-01-08  Ben Maurer  <bmaurer@ximian.com>
22946         * object.c (mono_object_get_size): New function to get the size of
22947         an object instance.
22949         * profiler.c (simple_allocation): Use above.
22951 2005-01-08  Sebastien Pouliot  <sebastien@ximian.com>
22953         * appdomain.c: Replaced ves_icall_System_AppDomain_getDomainByID by
22954         ves_icall_System_AppDomain_getRootDomain (as it's not required to
22955         get an appdomain by it's id and we can't assume the root's id is 0).
22956         * domain-internals.h: Change the function prototype to match.
22957         * icall.c: Change the icall table for AppDomain.
22959 2005-01-08  Miguel de Icaza  <miguel@ximian.com>
22961         * locales.c (string_invariant_compare_char): Only compute
22962         GUnicodeTypes in the case where we need them.  Test for ordinality
22963         first and return if so.
22965         From the commit:
22967                 /*
22968                  * FIXME: here we must use the information from c1type and c2type
22969                  * to find out the proper collation, even on the InvariantCulture, the
22970                  * sorting is not done by computing the unicode values, but their
22971                  * actual sort order.
22972                  */
22974 Sat Jan 8 19:03:26 CET 2005 Paolo Molaro <lupus@ximian.com>
22976         * loader.c: for P/Invoke methods, allow the "Internal" shared
22977         library name to refer to the calling process symbol namespace.
22979 2005-01-07  Sebastien Pouliot  <sebastien@ximian.com>
22981         * Makefile.am: Add the security manager to the build.
22982         * security-manager.c|h: New. Initialization of the security manager.
22984 2005-01-07  Dick Porter  <dick@ximian.com>
22986         * threads.c: 
22987         * monitor.c: Update thread state during Monitor and WaitHandle
22988         waits.  Fixes bug 71031.
22990 2005-01-07  Zoltan Varga  <vargaz@freemail.hu>
22992         * reflection.c (property_encode_signature): Correctly handle when the
22993         property has no methods.
22995 2005-01-06  Zoltan Varga  <vargaz@freemail.hu>
22997         * reflection.c (reflection_methodbuilder_to_mono_method): Remove debug stuff.
22998         
22999         * reflection.c (reflection_methodbuilder_from_method_builder): Copy
23000         fields from mb, not rmb. Fixes #71017.
23002         * marshal.c (emit_ptr_to_str_conv): Add support for 
23003         ByValTStr -> string conversion. Fixes #71015.
23005         * appdomain.c (mono_domain_owns_vtable_slot): New helper function.
23007         * mempool.c (mono_mempool_contains_addr): New helper function.
23009 2005-01-05  Zoltan Varga  <vargaz@freemail.hu>
23011         * metadata.c (mono_metadata_compute_size): Fix size calculation of
23012         HasSematics encoded fields.
23013         
23014         * metadata.c (mono_type_to_unmanaged): Improve error message for 
23015         invalid string marshalling.
23017         * metadata.c: Fix warnings.
23018         
23019 Wed Jan 5 16:17:27 CET 2005 Paolo Molaro <lupus@ximian.com>
23021         * profiler-private.h, profiler.c, profiler.h, gc.c: sample statistical
23022         profiler support.
23024 2005-01-05  Zoltan Varga  <vargaz@freemail.hu>
23026         * domain.c object.c domain-internals.h: Revert part of r38077 since the
23027         keys to proxy_vtable_hash are GCd objects. Fixes running the class lib
23028         tests.
23030 2005-01-03  Zoltan Varga  <vargaz@freemail.hu>
23032         * marshal.c: Use MONO_CLASSCONST instead of MONO_LDPTR in some places,
23033         so methods containing these can be AOTed.
23035 2005-01-03  Martin Baulig  <martin@ximian.com>
23037         * loader.c (find_method): Removed the hack for generic instances.
23038         (method_from_memberref): If our parent is a generic instance, pass
23039         its generic type definition to find_method() and then inflate the
23040         method.
23041         (mono_get_method_constrained): Pass the generic type definition to
23042         find_method() and inflate the method later.
23044         * class-internals.h (MonoStats): Added `generic_class_count'.
23046         * icall.c (ves_icall_MonoGenericMethod_get_reflected_type):
23047         Renamed to ves_icall_MonoGenericMethod_get_ReflectedType().
23049         * reflection.c (mono_custom_attrs_from_params): Don't ignore
23050         generic type definitions.
23052 2004-12-30  Zoltan Varga  <vargaz@freemail.hu>
23054         * loader.c icall.c: Fix warnings.
23056 2004-12-29  Zoltan Varga  <vargaz@freemail.hu>
23058         * marshal.c (mono_marshal_get_managed_wrapper): Fix returning of
23059         blittable types. Fixes #70864.
23061 2004-12-29  Martin Baulig  <martin@ximian.com>
23063         * icall.c
23064         (ves_icall_MonoGenericMethod_get_reflected_type): New interncall.
23066         * reflection.c (mono_method_get_object): Create a
23067         "System.Reflection.MonoGenericMethod" for inflated methods; don't
23068         call mono_get_inflated_method().
23070         * class-internals.h (MonoStats): Added `inflated_method_count_2'.
23072 2004-12-27  Martin Baulig  <martin@ximian.com>
23074         * class-internals.h (MonoMethod): Added `is_inflated' flag.
23075         (MonoMethodInflated): Added `inflated' field.
23077         * class.c (mono_class_inflate_generic_method): Don't really
23078         inflate the method here; just set the `is_inflated' flag in the
23079         MonoMethod.
23080         (mono_class_get_inflated_method): Actually inflate the method here
23081         if it's not already inflated; we use the MonoMethodInflated's new
23082         `inflated' field as a cache.
23084 2004-12-26  Martin Baulig  <martin@ximian.com>
23086         * class.c
23087         (inflate_generic_class): Moved some code out of inflate_generic_type().
23088         (mono_class_inflate_generic_method): If we're already inflated,
23089         inflate the context and use the declaring method; ie. make sure
23090         the declaring method of an inflated method is always the generic
23091         method definition.
23092         (mono_class_create_from_typedef): Create
23093         `class->generic_container->context->gclass'.
23095 2004-12-24  Ben Maurer  <bmaurer@ximian.com>
23097         * metadata-internals.h, marshal.c, reflection.c: More
23098         MonoGHashTable->GHashTable.
23100         * domain-internals.h, class.c: Change MonoGHashTable's into
23101         GHashTables for some cases where no gc stuff is used
23103         All users: update apis
23105 2004-12-23  Ben Maurer  <bmaurer@ximian.com>
23107         * metadata.c (builtin_types): Make this `const'. Makes this get
23108         put into the shareable section.
23109         (mono_metadata_init): Casts to make gcc happy.
23111 2004-12-22  Zoltan Varga  <vargaz@freemail.hu>
23113         * gc.c (mono_gc_init): Add a '\n' to the valgrind warning.
23115 2004-12-21  Sebastien Pouliot  <sebastien@ximian.com> 
23117         * icall.c: Added an internal call to retrieve the position and length
23118         of assembly-level declarative security attributes (RequestMinimum, 
23119         RequestOptional and RequestRefuse). This is used by the Assembly class
23120         to re-create the corresponding permission sets.
23122 Tue Dec 21 14:50:31 CET 2004 Paolo Molaro <lupus@ximian.com>
23124         * marshal.c: fix the stelemref wrapper to be type correct
23125         (and faster).
23127 2004-12-20  Ben Maurer  <bmaurer@ximian.com>
23129         * icall.c (ves_icall_System_Object_GetHashCode): There was no need
23130         to do key & 0x7fffffff. Hashtable already does this. It just
23131         results in longer code.
23133 2004-12-20  Sebastien Pouliot  <sebastien@ximian.com>
23135         * appdomain.c: Bump corlib version.
23136         * class-internals.h: Added RuntimeSecurityFrame to mono_defaults.
23137         * domain.c: Add RuntimeSecurityFrame to mono_defaults.
23138         * reflection.c|h: Add functions to get declarative security infos
23139         (blob position and length) for assemblies, classes and methods.
23141 Mon Dec 20 15:28:54 CET 2004 Paolo Molaro <lupus@ximian.com>
23143         * reflection.c: sort the constant table (bug #70693).
23145 Mon Dec 20 12:19:37 CET 2004 Paolo Molaro <lupus@ximian.com>
23147         * object-internals.h, threads.c, domain.c: add accessors for
23148         the MonoThread and MonoDomain tls keys.
23150 2004-12-18  Martin Baulig  <martin@ximian.com>
23152         * class.c (inflate_generic_type): If we're inflating a generic
23153         instance, set `ngclass->context->container = context->container';
23154         ie. the container we inflated into.
23156         * metadata.c (mono_metadata_parse_generic_param): Reflect above
23157         inflate_generic_type() changes.
23159 2004-12-17  Martin Baulig  <martin@ximian.com>
23161         * class-internals.h
23162         (MonoGenericClass): Replaced `MonoType *generic_type' with
23163         `MonoClass *generic_class'.  Removed `dynamic_info'; if
23164         `is_dynamic' is true, we're a `MonoDynamicGenericClass'.
23165         (MonoDynamicGenericClass): Derive from `MonoGenericClass'.
23167 2004-12-16  Zoltan Varga  <vargaz@freemail.hu>
23169         * exception.c (mono_exception_from_token): New helper function.
23171 2004-12-15  Zoltan Varga  <vargaz@freemail.hu>
23173         * assembly.c (mono_assembly_load_with_partial_name): Call 
23174         mono_assembly_loaded before invoking the preload hooks. Fixes
23175         #70564.
23177         * object-internals.h (MonoThread): Change culture_info and 
23178         ui_culture_info into an array.
23180         * threads.c: Cache culture info objects from more than one appdomain.
23182         * threads.c threads-types.h icall.c: Add icalls for manipulating the 
23183         current UI culture.
23185 2004-12-14  Zoltan Varga  <vargaz@freemail.hu>
23187         * threads.h threads.c appdomain.c: Clear the culture_info field of
23188         all threads during unloading if they point to an object in the dying
23189         appdomain.
23191 2004-12-13  Ben Maurer  <bmaurer@ximian.com>
23193         * culture-info.h (TextInfoEntry): New struct
23194         * object-internals.h: sync with managed
23195         * locales.c: fill the `text_info_data' field
23196         * culture-info-tables.h: update
23198 Mon Dec 13 18:10:50 CET 2004 Paolo Molaro <lupus@ximian.com>
23200         * Makefile.am, monodiet.c: add monodiet, an IL code garbage
23201         collector.
23203 2004-12-12  Ben Maurer  <bmaurer@ximian.com>
23205         * icall.c (ves_icall_ModuleBuilder_getToken): Check for null
23206         (ves_icall_ModuleBuilder_getMethodToken): Ditto
23208 2004-12-12  Martin Baulig  <martin@ximian.com>
23210         * mono-debug-debugger.c (write_type): If we're an enum and the
23211         builtin types have already been initialized, call mono_class_init().
23213 2004-12-11  Martin Baulig  <martin@ximian.com>
23215         * metadata.c (mono_metadata_load_generic_params): Added
23216         `MonoGenericContainer *parent_container' argument; automatically
23217         compute `container->is_method'; pass the correct owner to
23218         get_constraints().      
23220         * reflection.c (compare_genericparam): Sort the GenericParam table
23221         according to increasing owners. 
23223 Fri Dec 10 18:43:46 CET 2004 Paolo Molaro <lupus@ximian.com>
23225         * profiler.c: allow disabling the default profiler.
23227 Fri Dec 10 18:42:11 CET 2004 Paolo Molaro <lupus@ximian.com>
23229         * decimal.c, icall.c: allow disabling System.Decimal support.
23231 2004-12-09  Marek Safar <marek.safar@seznam.cz>
23233         * reflection.c: Add support for null attribute arguments.
23235 2004-12-09  Martin Baulig  <martin@ximian.com>
23237         * metadata.h, loader.h: Use `idx' instead of `index' in parameter
23238         names to get rid of compiler warnings.
23240 2004-12-08  Zoltan Varga  <vargaz@freemail.hu>
23242         * marshal.c (mono_marshal_get_struct_to_ptr): Call 
23243         mono_marshal_load_type_info (). Fixes #69625.
23244         (mono_marshal_get_ptr_to_struct): Likewise.
23246 2004-12-08  Martin Baulig  <martin@ximian.com>
23248         * mono-debug.h: Bumped version number to 47.
23250         * mono-debug-debugger.c
23251         (mono_debugger_event_handler, mono_debugger_event): Take two
23252         guint64 arguments insteed of a gpointer and a guint32.  
23254 2004-12-08  Martin Baulig  <martin@ximian.com>
23256         * debug-mono-symfile.h
23257         (MonoDebugLineNumberEntry): Renamed `offset' to `il_offset' and
23258         `address' to `native_offset'.
23260 2004-12-08  Martin Baulig  <martin@ximian.com>
23262         * class.c (mono_class_create_from_typespec): Only inflate if we
23263         either have `context->gclass' or `context->gmethod'.
23265 2004-12-08  Zoltan Varga  <vargaz@freemail.hu>
23267         * metadata-internals.h (MonoAssembly): Add 'corlib_internal' field.
23269         * object-internals.h (MonoReflectionAssemblyBuilder): Move 'corlib_internal' field from Assembly to AssemblyBuilder.
23271         * reflection.c (mono_image_basic_init): Initialize assembly->corlib_internal from the assembly builder.
23273         * reflection.c (mono_assembly_get_object): Remove the workaround put
23274         in for the release.
23275         
23276         * appdomain.c: Use the corlib_internal field from MonoAssembly.
23278         * appdomain.c: Bump corlib version.
23280         * reflection.c (mono_assembly_get_object): Add a workaround so __MetadataTypes won't
23281         be visible in other appdomains.
23283 2004-12-07  Ben Maurer  <bmaurer@ximian.com>
23285         * threads.c: Interlocked inc and dec for longs were messed up,
23286         use a KISS based impl for this. Fixes 70234
23288 2004-12-07  Zoltan Varga  <vargaz@freemail.hu>
23290         * threads.c (ves_icall_System_Threading_Thread_GetCachedCurrentCulture): Make this lock-less.
23292 Tue Dec 7 10:47:09 CET 2004 Paolo Molaro <lupus@ximian.com>
23294         * icall.c: fix to follow policy not to allow struct
23295         arguments in icalls.
23297 2004-12-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
23299         * process.c: make the patch that handles spaces in file paths work
23300         on mono/windows too.
23302 2004-12-06  Martin Baulig  <martin@ximian.com>
23304         * class.c (mono_class_create_generic): Call
23305         mono_class_setup_supertypes() if we're dynamic.
23306         (mono_class_is_subclass_of): `g_assert (klass->idepth > 0)'.
23308 2004-12-06  Zoltan Varga  <vargaz@freemail.hu>
23310         * object-internals.h: Add new fields to MonoThread.
23312         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
23314         * icall.c threads-types.h threads.c: Add new icalls.
23316         * object-internals.h (MonoThread): Remove unused 'unmanaged' field.
23318         * object-internals.h (MonoReflectionAssembly): Sync object layout with
23319         managed side.
23321         * appdomain.c: Bump corlib version.
23323         * appdomain.c (ves_icall_System_AppDomain_GetAssemblies): Skip
23324         internal assemblies. Fixes #69181.
23326 2004-12-05  Martin Baulig  <martin@ximian.com>
23328         * class.c (mono_class_inflate_generic_signature): Make this a
23329         no-op if `context' is NULL or we don't have any type parameters;
23330         also copy `sentinelpos'.        
23332 2004-12-04  Zoltan Varga  <vargaz@freemail.hu>
23334         * image.c: Add unbox_wrapper_cache.
23336         * class-internals.h debug-helpers.c: Add MONO_WRAPPER_UNBOX.
23338         * marshal.h marshal.c (mono_marshal_get_unbox_wrapper): New wrapper
23339         function generator.
23340         
23341         * object.c (mono_delegate_ctor): Call unbox wrapper if neccesary.
23342         Fixes #70173.
23344         * metadata-internals.h image.c: Add MonoImage->unbox_wrapper_cache.
23345         
23346 2004-12-04  Martin Baulig  <martin@ximian.com>
23348         * loader.c (mono_method_get_signature_full): New public function;
23349         like mono_method_get_signature(), but with an additional
23350         `MonoGenericContext *' argument.
23352         * class.c (mono_class_inflate_generic_signature): Formerly known
23353         as inflate_generic_signature(); make this public.
23355 2004-12-04  Martin Baulig  <martin@ximian.com>
23357         * metadata.c
23358         (mono_metadata_parse_type_full): Take a `MonoGenericContext *'
23359         instead of a `MonoGenericContainer *'.  
23360         (mono_metadata_parse_array_full): Likewise.
23361         (mono_metadata_parse_signature_full): Likewise.
23362         (mono_metadata_parse_method_signature_full): Likewise.
23363         (mono_metadata_parse_generic_inst): Likewise.
23364         (mono_metadata_parse_generic_param): Likewise.
23365         (mono_metadata_parse_mh_full): Likewise.
23366         (mono_type_create_from_typespec_full): Likewise.
23368 2004-12-03  Martin Baulig  <martin@ximian.com>
23370         * class-internals.h (MonoGenericContainer): Replaced the
23371         `MonoGenericContext * pointer with a `MonoGenericContext'
23372         structure and made it the first element.
23374 2004-12-03  Martin Baulig  <martin@ximian.com>
23376         * class.c
23377         (inflate_generic_type): Set the `context->container' when creating
23378         a new MonoGenericContext.
23379         (mono_class_inflate_generic_method): Likewise.
23380         (mono_class_create_from_typespec): Just use `context->container'
23381         to get the container.
23383         * loader.c (method_from_methodspec): Set `context->parent' from
23384         `context->container' - and if that's a method container, use its
23385         parent.  Also set the `context->container' when creating a new
23386         MonoGenericContext.
23387         (mono_get_method_from_token): Use just `context->container' to get
23388         the container.
23390         * metadata.c (do_mono_metadata_parse_generic_class): Also set
23391         `gclass->context->container'.
23393         * reflection.c (do_mono_reflection_bind_generic_parameters): Set
23394         the `context->container' when creating a new MonoGenericContext.
23396 2004-12-03  Zoltan Varga  <vargaz@freemail.hu>
23398         * reflection.c (compare_genericparam): Sort params with identical
23399         owner by their number. Fixes gen-111 on sparc.
23401 2004-12-02  Zoltan Varga  <vargaz@freemail.hu>
23403         * threadpool.c (async_invoke_thread): Call push/pop_appdomain_ref
23404         around the domain changes.
23406         * appdomain.c (mono_domain_unload): Handle the case when the thread
23407         calling Unload is itself being aborted during unloading. Fixes #70022.
23409         * appdomain.h: Add prototype for mono_install_runtime_cleanup.
23411         * marshal.c (emit_thread_interrupt_checkpoint_call): Call 
23412         checkpoint_func as an icall so it gets a wrapper.
23413         (mono_marshal_get_xappdomain_invoke): Call push/pop_appdomain_ref ()
23414         in the cross-appdomain wrappers too.
23416         * threads.c (mono_thread_has_appdomain_ref): Make this public.
23418         * assembly.c (mono_assembly_open_from_bundle): Fix warning.
23420         * reflection.c: Fix some memory leaks.
23421         
23422 2004-12-02  Martin Baulig  <martin@ximian.com>
23424         * metadata-internals.h (MonoImage): Removed `generic_class_cache'.
23426         * metadata.c (generic_class_cache): New static hashtable.
23427         (mono_metadata_lookup_generic_class): New public method.
23429 2004-12-02  Martin Baulig  <martin@ximian.com>
23431         * class.c (mono_class_create_from_typedef): Call
23432         mono_class_setup_parent() and mono_class_create_mono_type() before
23433         parsing the interfaces.
23435 2004-12-02  Martin Baulig  <martin@ximian.com>
23437         * metadata.c (generic_inst_cache): New static hashtable.
23438         (mono_metadata_lookup_generic_inst): New public function.
23439         (mono_metadata_inflate_generic_inst): New public function.
23440         (mono_metadata_parse_generic_inst): New public function.
23441         (do_mono_metadata_parse_generic_class): Use the new
23442         mono_metadata_parse_generic_inst() for parsing the `gclass->inst'
23443         since this'll also use the cache.
23445         * reflection.c (mono_reflection_bind_generic_method_parameters):
23446         Use mono_metadata_lookup_generic_inst() to use the new cache.
23448         * class.c (inflate_mono_type): Use
23449         mono_metadata_inflate_generic_inst() to inflate a generic
23450         instance; this'll also use the new cache.
23452         * loader.c (method_from_methodspec): Use
23453         mono_metadata_parse_generic_inst() and
23454         mono_metadata_inflate_generic_inst() rather than parsing it
23455         manually, so we can use the new cache.
23457 2004-12-02  Zoltan Varga  <vargaz@freemail.hu>
23459         * threads.c (wait_for_tids): Do not incorrectly free threads when 
23460         the wait times out.
23462 2004-12-01  Neale Ferguson <Neale.Ferguson@SoftwareAG-usa.com>
23464         * icall.c (mono_ArgIterator_Setup) : Conditionally compile calculation of
23465         iter->args based on whether parameters are passed in registers (i.e.
23466         MONO_ARCH_REGPARMS is defined)
23468 2004-12-01  Zoltan Varga  <vargaz@freemail.hu>
23470         * loader.c (mono_lookup_pinvoke_call): Use the remapped dll name in
23471         the exception message. Fixes #70070.
23472         (method_from_methodspec): Fix warnings.
23474 2004-12-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
23476         * process.c: (complete_path) return the path quoted
23478 2004-12-01  Martin Baulig  <martin@ximian.com>
23480         * class-internals.h (MonoGenericInst): New structure.
23481         (MonoGenericClass): Replaced `type_argc', `type_argv' and
23482         `is_open' with `MonoGenericInst *inst'.
23483         (MonoGenericMethod): Replaced `mtype_argc', `mtype_argv' and
23484         `is_open' with `MonoGenericInst *inst'.
23486 2004-11-30  Martin Baulig  <martin@ximian.com>
23488         Generics API cleanup: renamed MonoGenericInst -> MonoGenericClass.
23490         * metadata-internals.h (MonoImage): Renamed `generic_inst_cache'
23491         to `generic_class_cache'.
23493         * metadata.c
23494         (mono_generic_inst_hash): Renamed to mono_generic_class_hash().
23495         (mono_generic_inst_equal): Renamed to mono_generic_class_equal().
23496         (mono_generic_inst_is_valuetype): Renamed to
23497         mono_generic_class_is_valuetype().
23499         * class-internals.h
23500         (MonoGenericInst): Renamed to MonoGenericClass.
23501         (MonoDynamicGenericInst): Renamed to MonoDynamicGenericClass.
23502         (MonoClass): Renamed `generic_inst' to `generic_class'.
23503         (MonoGenericContext): Renamed `ginst' to `gclass'.
23505         * object-internals.h
23506         (MonoReflectionGenericInst): Renamed to MonoReflectionGenericClass.
23508         * reflection.c (mono_reflection_generic_inst_initialize): Renamed to
23509         mono_reflection_generic_class_initialize().
23511         * icall.c (icall_entries): "System.Reflection.MonoGenericInst" is
23512         now known as "System.Reflection.MonoGenericClass".
23513         (monogenericinst_icalls): Renamed to monogenericclass_icalls.
23515 2004-11-29  Sebastien Pouliot  <sebastien@ximian.com>
23517         * class-internals.h: Added a flag field to MonoClass to cache the
23518         declarative security attributes actions associated with the class.
23519         * domain-internals.h: Added booleans to MonoJitInfo to cache the
23520         (class or method level) stack modifiers (Assert, Deny and PermitOnly)
23521         applicable to the JITted method.
23522         * reflection.c|h: Added functions to extract (as flags) which security
23523         actions are available (declaratively) for a method, class or assembly.
23524         * metadata.c|h: Added functions to search the declarative security
23525         table in the metadata.
23526         
23527 2004-11-29  Ben Maurer  <bmaurer@ximian.com>
23529         * icall.c (ves_icall_System_Reflection_Assembly_GetNamespaces):
23530         EXPORTEDTYPES are already in the class name cache, so there is no
23531         need to add extra code here to look at them. Just removes a bit of
23532         cruft.
23534         (ves_icall_System_Environment_get_TickCount): No need for #if
23535         WINDOWS. We already have the code in io-layer.
23537 2004-11-28  Martin Baulig  <martin@ximian.com>
23539         * loader.c
23540         (method_from_methodspec): Also inflate the `gmethod->mtype_argv'.
23541         Fixes gen-112.cs.
23543 2004-11-27  Miguel de Icaza  <miguel@ximian.com>
23545         * assembly.c (do_mono_assembly_open): Instead of having a
23546         conditional WITH_BUNDLE, incorporate support for bundles here, by
23547         having a global `bundles' variable holding a pointer to the actual
23548         bundles. 
23550         (mono_register_bundled_assemblies): New API call used by the
23551         bundle code. 
23553         See mkbundle.1 for details.
23554         
23555 2004-11-27  Martin Baulig  <martin@ximian.com>
23557         * object.c (mono_class_vtable): Store the `MonoMethod *' itself in
23558         the vtable for generic methods.
23560 2004-11-26  Martin Baulig  <martin@ximian.com>
23562         * metadata.c
23563         (mono_metadata_generic_method_hash): New public function.
23564         (mono_metadata_generic_method_equal): Likewise.
23566         * class-internals.h
23567         (MonoGenericContainer): Added `GHashTable *method_hash'.
23569         * reflection.c (ReflectionMethodBuilder): Added
23570         `MonoGenericContainer *generic_container'.
23571         (reflection_methodbuilder_to_mono_method): Don't create a new
23572         MonoGenericContainer each time we're called.
23573         (mono_reflection_bind_generic_method_parameters): Use
23574         `container->method_hash' to cache the results so we don't create a
23575         different method if we're called several times with the same
23576         arguments.
23578         * loader.c (method_from_methodspec): Use the new
23579         `container->method_hash' here, too.
23581 2004-11-26  Martin Baulig  <martin@ximian.com>
23583         * class.c (inflate_generic_signature): Correctly compute
23584         `res->has_type_parameters'.
23585         (mono_class_vtable): Use the `has_type_parameters' flag to
23586         determine whether we're a generic method.
23588         * metadata.c (mono_metadata_parse_method_signature_full): Likewise.
23590 2004-11-25  Zoltan Varga  <vargaz@freemail.hu>
23592         * object.c (mono_runtime_run_main): Fix a small memory leak.
23594 2004-11-25  Martin Baulig  <martin@ximian.com>
23596         * class.c (set_generic_param_owner): Fixed the loop.
23598 2004-11-25  Martin Baulig  <martin@ximian.com>
23600         * object.c (mono_class_vtable): Don't create any JIT wrappers for
23601         generic methods.
23603 2004-11-24  Zoltan Varga  <vargaz@freemail.hu>
23605         * reflection.c: Allow all kinds of whitespace, not just ' ' in type
23606         names. Fixes #69787.
23608 2004-11-24  Martin Baulig  <martin@ximian.com>
23610         * class.c (mono_class_create_generic_2): If we don't have a
23611         `ginst->parent', inflate `gklass->parent' to get our parent.
23613 2004-11-24  Martin Baulig  <martin@ximian.com>
23615         * reflection.c (compare_genericparam): Correctly sort the
23616         GenericParam table; fixes #69779.
23618 2004-11-23  Ben Maurer  <bmaurer@ximian.com>
23620         * reflection.c: When writing a PE file, don't create a huge
23621         buffer in memory. Just write the arrays we have to the file.
23622         This reduces memory usage.
23624         * metadata-internals.h: MonoDynamicStream pefile is no longer used
23625         globally.
23627 2004-11-17  Martin Baulig  <martin@ximian.com>
23629         * class.c (mono_class_init): Don't setup `class->parent' for
23630         dynamic instances; moved this to mono_class_generic_2().
23631         (mono_class_create_generic): Also set `klass->inited' for dynamic
23632         generic instances.
23633         (mono_class_create_generic_2): Don't do anything for dynamic
23634         generic instances.  Set `klass->parent' here and also call
23635         mono_class_setup_parent() here. 
23637         * reflection.c (do_mono_reflection_bind_generic_parameters): Added
23638         `MonoType *parent' argument; set `ginst->parent' before calling
23639         mono_class_create_generic_2(), so we set the correct parent.
23641 Thu Nov 18 17:10:32 CET 2004 Paolo Molaro <lupus@ximian.com>
23643         * reflection.c: allow getting attributes from ModuleBuilder
23644         (used by ikvm).
23646 2004-11-17  Martin Baulig  <martin@ximian.com>
23648         * class.c (mono_class_create_from_typedef): If a type parameter is
23649         inherited from an outer class, set its owner to that class.
23651 2004-11-17  Atsushi Enomoto  <atsushi@ximian.com>
23653         * reflection.c: (mono_image_create_pefile): Don't use NULL argument
23654           for (int*) written size. This fixes bug #69592.
23656 2004-11-15  Sebastien Pouliot  <sebastien@ximian.com>
23658         * icall.c: Added IsAuthenticodePresnet internal call.
23659         * image.c|h: New function that check a MonoImage for an Authenticode
23660         signature in the certificate PE data directory.
23661         * security.c|h: New internal call to ask the runtime if an 
23662         Authenticode signature seems referenced in the PE header.
23664 2004-11-15  Zoltan Varga  <vargaz@freemail.hu>
23666         * icall.c (ves_icall_type_isprimitive): Native int is a primitive type.
23668         * reflection.c (mono_image_create_pefile): Free the assembly streams
23669         after writing out the assembly file.
23671         * object.c (mono_runtime_run_main): Fix small memory leak.
23673         * icall.c (ves_icall_Type_GetPropertiesByName): Add support for
23674         property access modifiers. Fixes #69389.
23676 Mon Nov 15 11:54:22 CET 2004 Paolo Molaro <lupus@ximian.com>
23678         * domain.c, object.c, object-internals.h, domain-internals.h,
23679         object.h, marshal.c: keep dynamic code info per domain.
23681 2004-11-15  Martin Baulig  <martin@ximian.com>
23683         * class.c (mono_type_get_name_recurse): Put type arguments in
23684         `[',`]' instead of in `<','>'.  Thanks to Atsushi for the patch,
23685         see bug #68387.
23687 2004-11-15  Martin Baulig  <martin@ximian.com>
23689         * class.c (mono_type_get_name_recurse): Added `include_ns' flag.
23690         (mono_class_setup_vtable): When computing `the_cname' for a
23691         generic instance, don't include the namespace since we'd otherwise
23692         add it twice.
23694 2004-11-15  Martin Baulig  <martin@ximian.com>
23696         * class.c (mono_class_create_generic): Changed return type to void.
23697         (mono_class_create_generic_2): New public function; setup
23698         `class->method', `class->field' and `class->interfaces' here
23699         instead of in mono_class_init().
23701         * class.h (mono_class_create_generic): Moved to class-internals.h.
23703 2004-11-14  Ben Maurer  <bmaurer@ximian.com>
23705         * reflection.c (mono_image_create_pefile): take a file HANDLE.
23706         rather than writing to memory, write to this file. Right now,
23707         we are just writting into a buffer, and copying that. However
23708         we can avoid the buffer later.
23710         (mono_dynamic_stream_reset): new function
23712         * icall.c, object-internals.h: update for the above.
23714 2004-11-13  Ben Maurer  <bmaurer@ximian.com>
23716         * reflection.c: Remove *_ATOMIC macros. We really shouldn't
23717         have been using gc'd memory. First it is slower, unlikely
23718         the comment in the source code said, secondly, it increases
23719         our footprint to do it in the gc.
23721         * icall.c (WriteToFile): rename of getDataChunk. Rewrite
23722         the method so that it does not have to copy to managed code.
23724 2004-11-12  Zoltan Varga  <vargaz@freemail.hu>
23726         * loader.c (mono_method_get_header): Fix build for older glibs which does not define G_LIKELY.
23728 2004-11-12  Martin Baulig  <martin@localhost>
23730         * reflection.c (mono_image_create_token): Allow generic method
23731         definitions here, since they may appear in an `.override'; see
23732         gen-98/gen-99 for an example.
23734 2004-11-11  Zoltan Varga  <vargaz@freemail.hu>
23736         * icall.c (ves_icall_Type_GetField): Support BFLAGS_IgnoreCase. Fixes
23737         #69365.
23739         * marshal.c (mono_string_to_ansibstr): Make g_error messages more
23740         descriptive.
23742 2004-11-11  Martin Baulig  <martin@ximian.com>
23744         * class.c (mono_class_setup_vtable): In an explicit interface
23745         implementation, the method name now includes the arity.
23747 2004-11-10  Zoltan Varga  <vargaz@freemail.hu>
23749         * object.c (mono_array_full_copy): Fix warning.
23751 2004-11-10  Lluis Sanchez Gual  <lluis@novell.com>
23753         * appdomain.c: Removed look_for_method_by_name(). Use the new method
23754         mono_class_get_method_from_name() instead.
23755         
23756         * class-internals.h: Added two new types of wrappers. 
23757         Added MonoRemotingTarget enum. Added new trampoline function type, which
23758         takes an additional MonoRemotingTarget value as parameter, so it is
23759         possible to request a trampoline for a specific target.
23760         
23761         * class.c: Added new mono_class_get_method_from_name() method.
23762         
23763         * class.h: In MonoRemoteClass, we can have now to vtables, one for
23764         general remoting sinks and one specific for cross domain calls.
23765         
23766         * debug-helpers.c: Added new wrapper names.
23767         
23768         * icall.c: Use the new method mono_remote_class_vtable() to get the vtable
23769         of a remote class.
23770         
23771         * image.c: Porperly delete value objects form the remoting invoke hashtable.
23772         
23773         * marshal.c: Added mono_marshal_get_xappdomain_invoke(), which together
23774         with several other methods (mono_marshal_get_xappdomain_dispatch,
23775         mono_marshal_get_xappdomain_target, mono_marshal_get_serialize_exception,
23776         and others) can generate a fast remoting wrapper for cross domain calls.
23777         More information can be found in docs/remoting.
23778         Other changes: Removed mono_find_method_by_name, and used
23779         mono_class_get_method_from_name instead.
23780         Remoting wrappers are now stored in a MonoRemotingMethods struct, which
23781         is stored in the remoting invoke hashtable.
23782         
23783         * marshal.h: published the new method for getting the xdomain wrapper,
23784         and also added a method for getting the adequate wrapper for a given
23785         method and target.
23786         
23787         * object-internals.h, object.c: Added a couple of methods for capying and
23788         cloning arrays.
23789         Modified mono_install_remoting_trampoline, which takes the new remoting
23790         trampoline that has a remoting target as parameter.
23791         mono_class_proxy_vtable now also takes a remoting target as parameter, and
23792         will return the most suitable vtable for the target.
23793         Added mono_remote_class_vtable, which returns the vtable of a remote class
23794         (which can be the normal remoting vtable or the xdomain vtable).
23795         
23796         * threads.c: the xdomain invoke and dispatch wrappers must also be
23797         protected against interruptions.
23799 2004-11-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
23801         * icall.c: use memmove in BlockCopyInternal when the source and
23802         destination arrays are the same.
23804 2004-11-09  Martin Baulig  <martin@ximian.com>
23806         * class-internals.h (MonoGenericContainer): Removed `method' and
23807         `signature', replaced them with `is_method' and `is_signature'
23808         flags.  Added `context'.
23810         * loader.c (method_from_methodspec): Take a `MonoGenericContext *'
23811         instead of a `MonoGenericContainer *'.
23813         * metadata.c (mono_metadata_generic_param_equal): Removed the hack
23814         for dynamic type parameters.
23815         (mono_metadata_load_generic_params): Setup `container->context'.
23817         * reflection.c (mono_reflection_setup_generic_class): Setup
23818         `tb->generic_container->context'.
23819         (do_mono_reflection_bind_generic_parameters): Use
23820         mono_class_inflate_generic_type() to correctly inflate types,
23821         rather than using our own hack just for MONO_TYPE_VAR.
23823 2004-11-09  Martin Baulig  <martin@ximian.com>
23825         * class.c (mono_class_inflate_generic_method): Small fix; don't
23826         crash here.
23828         * icall.c
23829         (ves_icall_MonoType_GetGenericArguments): Don't ignore `byref' types.
23830         (ves_icall_Type_get_IsGenericTypeDefinition): Likewise.
23831         (ves_icall_Type_GetGenericTypeDefinition_impl): Likewise.
23832         (ves_icall_Type_BindGenericParameters): Likewise.
23833         (ves_icall_Type_get_IsGenericInstance): Likewise.
23834         (ves_icall_Type_GetGenericParameterPosition): Likewise.
23835         (ves_icall_MonoType_get_HasGenericArguments): Likewise.
23836         (ves_icall_MonoType_get_IsGenericParameter): Likewise.
23837         (ves_icall_MonoType_get_DeclaringMethod): Likewise.
23839 2004-11-09  Zoltan Varga  <vargaz@freemail.hu>
23841         * assembly.c (mono_assembly_names_equal): Reenable the comparison of
23842         assembly versions and public key tokens. Fixes #69113.
23844 Tue Nov 9 17:34:05 CET 2004 Paolo Molaro <lupus@ximian.com>
23846         * metadata.c: fix bug introduced with the type cache changes
23847         on 2004-11-06.
23849 Tue Nov 9 17:26:29 CET 2004 Paolo Molaro <lupus@ximian.com>
23851         * metadata.h, metadata.c, domain-internals.h, marshal.c: include
23852         the MonoClass pointer instead of the token in exception clauses.
23853         * reflection.c: updates for the above and make the code not depend
23854         on the structure of MonoExceptionClause.
23856 2004-11-08  Zoltan Varga  <vargaz@freemail.hu>
23858         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): 
23859         Add support for dynamic assemblies. Fixes #69114.
23861         * loader.c (mono_method_get_header): Handle icalls and pinvoke methods.
23863 2004-11-07  Ben Maurer  <bmaurer@ximian.com>
23865         * class-internals.h (MonoMethod): Move addr to MonoMethodPInvoke
23866         since most only those methods use it. the code member of
23867         MonoMethodPInvoke was dead, so that can be removed too. Also,
23868         remove inline_count (again, not used), and move slot so that it
23869         can share bits with some other flags. This saves 8 bytes in the
23870         structure and gives us about 50 kb back for mcs helloworld.cs
23872         * *.[ch]: Do naming changes for the above.
23874         * loader.c (mono_method_get_header): Lazily init the header
23875         on first access.
23876         (mono_get_method_from_token): don't init the header here
23877         (mono_free_method): the header may never be allocated
23879         Overall, this saves 150 kb of unmanaged allocations
23880         for mcs helloworld.cs. That accounts for 10% of the unmanaged
23881         memory at runtime.
23882         
23883         * loader.c, loader.h (mono_method_get_header): new accessor.
23885         * *.[ch]: use the above method. Prepares us to lazily load
23886         the header.
23888         * *.[ch]: Clean up all the pesky warnings. gcc now only gives
23889         three warnings, which are actual bugs (see 69206).
23891         * class-internals.h (MonoMethod): Remove remoting_tramp. It is
23892         unused. Saves a cool 4 bytes / method.
23894 2004-11-06  Ben Maurer  <bmaurer@ximian.com>
23896         * metadata.c (builtin_types): Add types for System.Object here.
23897         (mono_metadata_parse_type_full): Cache MonoType*'s that are
23898         for a class or valuetype from klass->this_arg or klass->byval_arg.
23900         On mcs for a hello world, this gets us down from 21836 MonoType's
23901         to 14560.
23903         (mono_metadata_free_type): Account for the above change.
23905 2004-11-06  Zoltan Varga  <vargaz@freemail.hu>
23907         * appdomain.c (ves_icall_System_AppDomain_GetData): Throw an 
23908         exception instead of asserting if name is null.
23909         (ves_icall_System_AppDomain_GetData): Ditto.
23911 2004-11-05  Zoltan Varga  <vargaz@freemail.hu>
23913         (ves_icall_get_enum_info): Avoid crash when called on a non-finished
23914         EnumBuilder.
23916         * icall.c (ves_icall_System_Reflection_Assembly_GetEntryAssembly): 
23917         Return NULL when the domain does not have entry_assembly set.
23919         * icall.c (ves_icall_System_Reflection_Assembly_GetFilesInternal): 
23920         Add a 'resource_modules' argument.
23921         (ves_icall_type_GetTypeCode): Fix typecode of byref types.
23923         * reflection.c (mono_reflection_create_runtime_class): Move setting
23924         of wastypebuilder here, so mono_get_type_object () returns a MonoType
23925         for enums too.
23927         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringAnsi): Return NULL here instead of an empty string to match MS behavior.
23928         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringAnsi_len):
23929         Throw an ArgumentNullException if 'ptr' is null.
23931         * appdomain.c (mono_domain_assembly_search): Avoid matching dynamic
23932         assemblies here. Fixes #69020.
23934 2004-11-05  Geoff Norton  <gnorton@customerdna.com>
23936         * reflection.c (build_compressed_metadata): Fix the previous patch for
23937         big endian systems.  GUINT32_FROM_LE isn't needed on strlen and was overwriting
23938         the stack.
23940 2004-11-04  Zoltan Varga  <vargaz@freemail.hu>
23942         * assembly.c (mono_assembly_names_equal): Allow a match if one of
23943         the cultures is false. Fixes #69090.
23945         * reflection.c (build_compressed_metadata): Fix invalid memory read 
23946         detected by valgrind.
23947         
23948         * reflection.c (mono_reflection_get_type): Avoid triggering a 
23949         TypeResolve multiple times for the same type. Fixes #65577.
23951 2004-11-04  Ben Maurer  <bmaurer@ximian.com>
23953         * marshal.c: Avoid using ldftn to call managed functions. It is
23954         much slower than just a call.
23956         * reflection.c (mono_module_get_object): free the basename we
23957         allocate here from glib.
23958         
23959         * reflection.c (ensure_runtime_vtable): make sure to free
23960         overrides.  Also, we were allocating an array of MonoMethod not an
23961         array of MonoMethod*.
23963         * marshal.c (mono_marshal_get_stelemref): do a mono_mb_free here.
23965         * image.c (mono_image_close): free image->guid here.
23967 2004-11-02  Zoltan Varga  <vargaz@freemail.hu>
23969         * reflection.c: Fix some spec conformance issues with the PE file
23970         structures so mcs compiled apps run on the Net 2.0 beta.
23972 2004-11-01  Zoltan Varga  <vargaz@freemail.hu>
23974         * string-icalls.c (ves_icall_System_String_ctor_encoding): 
23975         Implement this. Fixes #67264.
23977         * debug-helpers.h debug-helpers.c marshal.c: Move 
23978         mono_find_method_by_name to debug-helpers.c.
23980 2004-10-31  Zoltan Varga  <vargaz@freemail.hu>
23982         * object.c (mono_release_type_locks): type_initialization_hash is
23983         a GHashTable.
23985         * reflection.c object.c object-internals.h: Fix warnings.
23987         * icall.c (ves_icall_Type_GetPropertiesByName): Handle properties
23988         without accessors. Fixes #61561.
23990         * appdomain.c (ves_icall_System_AppDomain_createDomain): Inherit
23991         application base from the root domain if not set. Fixes #65641.
23992         (mono_runtime_init): Fix warning.
23994 2004-10-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
23996         * appdomain.c: call mono_thread_pool_init.
23997         * threadpool.[ch]: new mono_thread_pool_init that sets the max. number
23998         of worker threads based on the number of CPUs and the environment
23999         variable MONO_THREADS_PER_CPU if present. The defaults are 50 (25)
24000         for non-windows (windows) systems.
24002 2004-10-27  Chris Toshok  <toshok@ximian.com>
24004         * mono-debug-debugger.c (write_class): don't call mono_class_init
24005         here, as even with the check for (!klass->init_pending), we get
24006         into a situation where we're hitting cycles in class
24007         initialization.  Fixes #68816.
24009 2004-10-25  Zoltan Varga  <vargaz@freemail.hu>
24011         * image.c: Avoid overwriting values in the loaded_images_hash when an
24012         assembly is loaded multiple times. Fixes #61152.
24014         * assembly.c (mono_assembly_names_equal): Compare the cultures as well,
24015         so multiple satellite assemblies for the same name can be loaded.
24016         Fixes #68259.
24018         * mono_domain_assembly_preload: Actually return the loaded assembly, 
24019         not NULL.
24021         * icall.c (ves_icall_type_is_subtype_of): Fix this for byref types.
24022         (ves_icall_type_is_assignable_from): Ditto. Fixes #68582.
24024         * gc.c (finalize_domain_objects): Call GC_invoke_finalizers () so
24025         pending finalizers are not invoked after the appdomain has been 
24026         unloaded. Fixes #67862.
24028 2004-10-22  Martin Baulig  <martin@ximian.com>
24030         * mono-debug-debugger.c
24031         (mono_debugger_runtime_invoke): Don't box valuetypes.
24033 2004-10-22  Chris Toshok  <toshok@ximian.com>
24035         * mono-debug-debugger.c (do_write_class): handle .cctors too, and
24036         don't hide private methods.
24038 2004-10-22  Sebastien Pouliot  <sebastien@ximian.com>
24040         * icall.c: Allows the runtime to "share" (when known) the public key
24041         token of an assembly. This avoid the need to recalculate the token 
24042         (from the public key) in managed code.
24044 2004-10-21  Chris Toshok  <toshok@ximian.com>
24046         * debug-helpers.c (append_class_name): argh, revert last patch.
24047         
24048 2004-10-21  Chris Toshok  <toshok@ximian.com>
24050         * debug-helpers.c (append_class_name): use '+' as the delimiter,
24051         not '/', so that it matches what the debugger uses to look up
24052         methods.
24054 2004-10-21  Martin Baulig  <martin@ximian.com>
24056         * mono-debug-debugger.c (mono_debugger_throw_exception): New
24057         public method; this is called each time an exception is thrown and
24058         allows the debugger to use exception catch points.
24060 2004-10-21  Martin Baulig  <martin@ximian.com>
24062         * mono-debug-debugger.c (mono_debugger_handle_exception): Write
24063         the stack pointer and the exception object in some struct and pass
24064         that to the debugger.
24066 2004-10-21  Chris Toshok  <toshok@ximian.com>
24068         * mono-debug-debugger.c (do_write_class): add instance/static
24069         event support.  We don't expose "raise" or "other" yet.
24070         (event_is_static): new method.
24072 2004-10-20  Bernie Solomon  <bernard@ugsolutions.com>
24074         * mono-debug-debugger.c
24075         (mono_debugger_handle_exception): Remove
24076         bogus return value for fussy compilers.
24078 2004-10-20  Martin Baulig  <martin@ximian.com>
24080         * mono-debug-debugger.c
24081         (mono_debugger_unhandled_exception): Added `gpointer stack' argument.
24082         (mono_debugger_handled_exception): Likewise.
24084 2004-10-20  Martin Baulig  <martin@ximian.com>
24086         * mono-debug-debugger.h (MonoDebuggerEvent): Added
24087         MONO_DEBUGGER_EVENT_EXCEPTION.
24089         * mono-debug-debugger.c (mono_debugger_handle_exception): New
24090         public function to send the debugger a notification for an
24091         exception and inform it about a catch/finally clause.
24093 2004-10-19  Zoltan Varga  <vargaz@freemail.hu>
24095         * marshal.c, icall.c: Applied patch from Alexandre Rocha Lima e
24096         Marcondes (alexandremarcondes@psl-pr.softwarelivre.org). Really
24097         fix 2.95 build. 
24099         * icall.c (ves_icall_InternalExecute): Fix build for gcc-2.95.
24101 2004-10-18  Zoltan Varga  <vargaz@freemail.hu>
24103         * marshal.c (emit_marshal_object): Fix freeing of memory when a reference type is
24104         marshalled as [In,Out]. Fixes #58325.
24106 2004-10-14  Zoltan Varga  <vargaz@freemail.hu>
24108         * reflection.c (mono_method_body_get_object): Implement some fields.
24110 2004-10-12  Martin Baulig  <martin@ximian.com>
24112         * reflection.c (mono_reflection_bind_generic_parameters): Small
24113         fix, correctly retrieve our parent from a generic instance.
24115 2004-10-12  Martin Baulig  <martin@ximian.com>
24117         * metadata.c (mono_metadata_generic_param_equal): We always have
24118         an owner.
24120         * class.c
24121         (mono_class_from_generic_parameter): We need to have an owner.
24122         (my_mono_class_from_generic_parameter): Likewise.
24124         * reflection.c (mono_reflection_setup_generic_class): Renamed to
24125         mono_reflection_create_generic_class() and added a new
24126         mono_reflection_setup_generic_class().  
24127         (mono_reflection_initialize_generic_param): If we're a nested
24128         generic type and inherited from the containing class, set our
24129         owner to the outer class.
24131 2004-10-11  Zoltan Varga  <vargaz@freemail.hu>
24133         * icall.c (ves_icall_System_Reflection_MethodBase_GetMethodBodyInternal): New icall.
24135         * reflection.c (mono_method_body_get_object): New function to create
24136         a MethodBody object.
24138         * object-internals.h object.h: Add MonoReflectionMethodBody structure.
24140 2004-10-11  Martin Baulig  <martin@ximian.com>
24142         * metadata.c (_mono_metadata_type_equal): Renamed to
24143         do_mono_metadata_type_equal() and made static.
24145 2004-10-11  Martin Baulig  <martin@ximian.com>
24147         * appdomain.c: Bump corlib version number to 28.
24149 2004-10-10  Martin Baulig  <martin@ximian.com>
24151         * class-internals.h
24152         (MonoGenericInst): Added `MonoGenericContainer *container'.
24153         (MonoGenericMethod): Likewise.
24154         (MonoGenericContext): Likewise.
24155         (MonoGenericParam): Added `MonoGenericContainer *owner'.
24157         * metadata.c
24158         (do_mono_metadata_parse_type): Added a `MonoGenericContainer *' argument.
24159         (do_mono_metadata_parse_generic_inst): Likewise.
24160         (mono_metadata_parse_type_full): New public method.  This is the actual
24161         mono_metadata_parse_type() implementation - with an additional
24162         `MonoGenericContainer *' argument.
24163         (mono_metadata_parse_array_full): Likewise.
24164         (mono_metadata_parse_signature_full): Likewise.
24165         (mono_metadata_parse_method_signature_full): Likewise.
24166         (mono_metadata_parse_mh_full): Likewise.
24167         (mono_type_create_from_typespec): Likewise.
24168         (mono_metadata_interfaces_from_typedef_full): New public method;
24169         this is similar to the other _full() methods, but we take a
24170         `MonoGenericContext *' since we have to pass it to mono_class_get_full().
24171         (mono_metadata_parse_generic_param): Take an additional
24172         `MonoGenericContainer *' argument and lookup the MonoGenericParam
24173         from that container.
24174         (mono_metadata_generic_param_equal): New static method to compare
24175         two type parameters.
24176         (_mono_metadata_type_equal): New static method; takes an
24177         additional `gboolean signature_only' argument - if true, we don't
24178         compare the owners of generic parameters.
24179         (mono_metadata_signature_equal): Call _mono_metadata_type_equal()
24180         with a TRUE argument - do a signature-only comparision.
24182         * loader.c: Use the new _full() methods and pass the
24183         MonoGenericContainer to them.
24185         * object-internals.h (MonoReflectionTypeBuilder): Added
24186         `MonoGenericContainer *generic_container' field.
24187         (MonoReflectionMethodBuilder): Likewise.
24189 2004-10-08  Zoltan Varga  <vargaz@freemail.hu>
24191         * icall.c (ves_icall_System_Reflection_Module_GetGlobalType): Special
24192         case initial images of dynamic assemblies.
24194         * reflection.c (mono_image_basic_init): Set 'initial_image' field.
24196         * metadata-internals.h (MonoDynamicImage): Add 'initial_image' field.
24198         * reflection.c (mono_reflection_event_builder_get_event_info): Fix
24199         length of event->other array.
24200         (typebuilder_setup_events): Ditto.
24202         * domain-internals.h (MonoDomain): Rename 'assemblies' hash table to
24203         'assembly_by_name' and add an 'assemblies' list.
24205         * assembly.h assembly.c: Add a new search hook for determining whenever
24206         an assembly is already loaded. Use this instead of searching in the
24207         loaded_assemblies list.
24209         * domain.c appdomain.c: Implement the new search hook so loaded 
24210         assemblies are now scoped by appdomain. Fixes #67727.
24212 2004-10-07  Zoltan Varga  <vargaz@freemail.hu>
24214         * threads.c (mono_thread_attach): Initialize synch_lock field so
24215         mono_thread_detach works again.
24217         * loader.c (mono_lookup_pinvoke_call): Try the dllname prefixed with
24218         'lib' too. Fixes #63130.
24220 2004-10-06  Jackson Harper  <jackson@ximian.com>
24222         * culture-info-tables.h: regenerated.
24224 2004-10-06  Zoltan Varga  <vargaz@freemail.hu>
24226         * icall.c (ves_icall_Type_GetInterfaces): Include interfaces 
24227         implemented by other interfaces in the result. Fixes #65764.
24228         
24229         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): 
24230         Handle unloadable modules without crashing.
24232         * image.c (load_modules): Revert the previous patch since modules must
24233         have a fixed index inside the array.
24234         
24235         * image.c (load_modules): Don't include native modules in the modules
24236         array.
24238 2004-10-05  Zoltan Varga  <vargaz@freemail.hu>
24240         * reflection.h: Add param_defaults field.
24242         * reflection.c: Add support for parameter defaults in dynamic methods.
24243         Fixes #64595.
24245         * icall.c (ves_icall_MonoType_get_Namespace): Return NULL instead of
24246         an empty string when a type has no namespace. Fixes #64230.
24248 2004-10-04  Sebastien Pouliot  <sebastien@ximian.com>
24250         * tabledefs.h: Added "internal" security actions to support non-CAS
24251         permissions NonCasDemand, NonCasLinkDemand and NonCasInheritance. 
24252         Note: they do not seems to be used anymore in 2.0 (new metadata format)
24254 2004-10-04  Zoltan Varga  <vargaz@freemail.hu>
24256         * icall.c (ves_icall_InternalInvoke): Throw an exception when calling
24257         constructor of abstract class. Fixes #61689.
24259 2004-10-04  Martin Baulig  <martin@ximian.com>
24261         * class-internals.h (MonoGenericContainer): New type.
24262         (MonoMethodNormal): Replaced `MonoGenericParam *gen_params' with
24263         `MonoGenericContainer *generic_container'.
24264         (MonoClass): Replaced `gen_params' and `num_gen_params' with
24265         `MonoGenericContainer *generic_container'.
24267         * metadata.c (mono_metadata_load_generic_params): Return a
24268         `MonoGenericContainer *' instead of a `MonoGenericParam *';
24269         removed the `num' argument.
24271 2004-10-03  Zoltan Varga  <vargaz@freemail.hu>
24273         * icall.c (ves_icall_System_Reflection_Module_GetPEKind): Add support
24274         for dynamic images.
24276         * object-internals.h (MonoReflectionAssemblyBuilder): Add pe_kind and
24277         machine fields.
24279         * metadata-internals.h (MonoDynamicImage): Add pe_kind and machine fields.
24281         * reflection.c: Save pe_kind and machine values into the generated
24282         image file.
24284         * appdomain.c: Bump corlib version number.
24286         * object-internals.h: Reorganize layout of LocalBuilder.
24288         * class-internals.h class.c (mono_class_get_implemented_interfaces): 
24289         New helper function.
24291         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Return the
24292         created MonoType for dynamic types. Fixes #66180.
24294 2004-10-02  Ben Maurer  <bmaurer@ximian.com>
24296         * threadpool.c: the ares hashtable needs a critical section around it.
24297         this prevents some nasty segfaults
24299 2004-10-02  Massimiliano Mantione  <massi@ximian.com>
24301         * process.c: Fixed alignments to 32 bits as casting to unsigned is unsafe
24302         on 64 bits platforms, patch by will@exomi.com (Ville-Pertti Keinonen), see
24303         bug 67324).
24304         
24305 2004-09-30  Zoltan Varga  <vargaz@freemail.hu>
24307         * object-internals.h (MonoReflectionTypeBuilder): Add 'created' field.
24308         
24309 2004-09-30  Lluis Sanchez Gual  <lluis@novell.com>
24311         * image.c: Always canonicalize image file names, to avoid loading
24312         the same assembly twice when referenced using a relative path.
24314 2004-09-30  Zoltan Varga  <vargaz@freemail.hu>
24316         * marshal.h marshal.c icall.c: Fix bugs in previous patch.
24318         * marshal.c marshal.h icall.c: Add GetDelegateForFunctionPointerInternal icall.
24320         * marshal.c: Fix warnings.
24322 2004-09-29  Geoff Norton  <gnorton@customerdna.com>
24324         * marshal.c (mono_ftnptr_to_delegate): This method was improperly
24325         attempting to marshal the delegate_trampoline as the method_addr.
24326         This patch has a static hashtable of marshalled delegates so that 
24327         we can map delegate_trampoline addresses back to delegates.  This
24328         allows a delegate passed to managed code to be passed back into native
24329         code.  Fixes #67039
24331 2004-09-28  Zoltan Varga  <vargaz@freemail.hu>
24333         * icall.c: Add GetFunctionPointerForDelegateInternal icall.
24335         * reflection.c (method_encode_code): Align method headers properly.
24336         Fixes #66025.
24338 2004-09-28  Lluis Sanchez Gual  <lluis@novell.com>
24340         * marshal.c: In the runtime invoke wrapper, reset the abort
24341         exception if it is cached. This avoids the automatic rethrowal of 
24342         the exception after the catch of the wrapper. Also check for pending
24343         interruptions before calling the managed method. This is done using
24344         the new method emit_thread_force_interrupt_checkpoint, since the
24345         normal checkpoint method is ignored when running the invoke wrapper.
24346         * object.c: If the abort exception is rethrown, set the abort_exc
24347         field of the thread, so it will be rethrown aftere every catch.
24348         * threadpool.c: Only run an interruption checkpoint if what has been
24349         requested is a stop of the thread (aborts will be ignored).
24350         * threads.c: By default, a thread will now never be interrumped while
24351         running the runtime invoke wrapper (this ensures that runtime_invoke
24352         will always return to the caller if an exception pointer is provided).
24353         There is a new special method mono_thread_force_interruption_checkpoint()
24354         to force an interruption checkpoint even if running a protected
24355         wrapper, which is used by the same runtime invoke wrapper to do a check
24356         at a safe point.
24358 2004-09-28  Lluis Sanchez Gual  <lluis@novell.com>
24360         * object.c, object-internals.h: Implemented mono_release_type_locks,
24361         which releases the cctor locks held by a thread.
24362         * threads.c, threads.h: In thread_cleanup, release cctor locks held
24363         by a thread. Added mono_thread_exit() method to be used to safely stop
24364         a thread.
24366 2004-09-28  Raja R Harinath  <rharinath@novell.com>
24368         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): 
24369         Move null check before dereference.  Avoid indexing beyond the end
24370         of the 'modules' array.
24372 2004-09-28  Raja R Harinath  <rharinath@novell.com>
24374         * metadata-internals.h (MonoImage): Add module_count field.
24375         * image.c (load_modules): Set image->module_count.
24376         (mono_image_load_file_for_image): Use image->module_count.
24377         * reflection.c (mono_image_load_module): Append to image->modules array 
24378         of dynamic assembly.
24379         (mono_module_get_object): Fix loop to actually increment index.
24380         Use image->module_count.
24381         * assembly.c (mono_assembly_load_references): Use image->module_count.
24382         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal):
24383         Likewise.
24385 2004-09-28  Zoltan Varga  <vargaz@freemail.hu>
24387         * icall.c (ves_icall_System_Reflection_FieldInfo_GetUnmanagedMarshal): 
24388         Avoid assert on generic types.
24390 2004-09-26  Zoltan Varga  <vargaz@freemail.hu>
24392         * icall.c (ves_icall_System_Reflection_FieldInfo_GetUnmanagedMarshal): New icall.
24394         * reflection.c (mono_param_get_objects): Fill out MarshalAsImpl field.
24396         * reflection.c (mono_reflection_marshal_from_marshal_spec): New 
24397         function to convert a MarshalSpec structure to its managed counterpart.
24399         * reflection.c: Fix warnings.
24400         
24401         * object-internals.h (MonoReflectionParameter): Add MarshalAsImpl
24402         field.
24404         * icall.c (mono_create_icall_signature): Fix build.
24406 2004-09-25  Zoltan Varga  <vargaz@freemail.hu>
24408         * icall.c: Add MakePointType icall.
24410         * icall.c (ves_icall_System_Text_Encoding_InternalCodePage): Fix
24411         warnings.
24413 2004-09-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
24415         * threadpool.c: reuse allocated slots in the queue.
24417 2004-09-24  Zoltan Varga  <vargaz@freemail.hu>
24419         * object-internals.h (MonoReflectionDllImportAttribute): New structure.
24421         * icall.c: Add new icalls for GetDllImportAttribute and GetFieldOffset.
24423         * reflection.h reflection.c (mono_reflection_get_custom_attrs): Revert
24424         previous change.
24426         * tabledefs.h: Add constants for pinvoke attributes BestFit and
24427         ThrowOnUnmappableChar.
24429         * icall.c (ves_icall_Type_GetPacking): New icall.
24431 2004-09-24  Martin Baulig  <martin@ximian.com>
24433         * icall.c (ves_icall_Type_GetGenericParameterConstraints): New interncall.
24435 2004-09-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
24437         * appdomain.c:
24438         (mono_domain_set): allow setting a domain that is being unloaded.
24439         (mono_domain_unload): invoke the DomainUnload callbacks in the domain
24440         being unloaded.
24442 2004-09-23  Zoltan Varga  <vargaz@freemail.hu>
24444         * icall.c reflection.h reflection.c: Add a 'pseudo_attrs' argument to
24445         the GetCustomAttributes icall.
24447 2004-09-23  Martin Baulig  <martin@ximian.com>
24449         * object-internals.h (MonoReflectionGenericParam): Replaced
24450         'has_ctor_constraint', `has_reference_type' and `has_value_type'
24451         with `guint32 attrs'.
24453 2004-09-23  Martin Baulig  <martin@ximian.com>
24455         * icall.c (ves_icall_Type_GetGenericParameterAttributes): New interncall.
24457 2004-09-23  Martin Baulig  <martin@ximian.com>
24459         * object-internals.h (GenericParameterAttributes): New enum.
24461 2004-09-23  Zoltan Varga  <vargaz@freemail.hu>
24463         * object-internals.h (MonoEventInfo): Add 'other_methods' field.
24464         
24465         * class.c (init_events): Fill out event->other field.
24467         * class.c: Fix warnings.
24469         * icall.c (ves_icall_get_event_info): Fill out 'other_methods' field.
24471 Wed Sep 22 19:04:32 CEST 2004 Paolo Molaro <lupus@ximian.com>
24473         * class-internals.h, icall.c, loader.c, loader.h: added a faster stack
24474         walk which doesn't supply the IL offset.
24476 2004-09-22  Martin Baulig  <martin@ximian.com>
24478         * reflection.c (mono_reflection_setup_internal_class): If we're
24479         System.ValueType, System.Object or System.Enum, set
24480         `klass->instance_size' and create the vtable.
24481         (mono_reflection_create_internal_class): If we're an enum type,
24482         get the base class from our current corlib.
24484 2004-09-22  Zoltan Varga  <vargaz@freemail.hu>
24486         * reflection.h (MonoResolveTokenError): New type.
24488         * icall.c (ves_icall_System_Reflection_Module_ResolveMemberToken): New
24489         icall.
24491         * icall.c: Add an 'error' argument to the ResolveToken icalls.
24493 2004-09-22  Lluis Sanchez Gual  <lluis@novell.com>
24495         * icall.c: Support ContextBoundObject proxies in ves_icall_InternalExecute.
24496         Support also calling constructors, but only for already allocated objects.
24498 2004-09-17  Geoff Norton <gnorton@customerdna.com>
24500         * reflection.c (type_get_qualified_name): If the klass is null
24501         return the typename to avoid a NullRefEx.
24502         (encode_cattr_value): Get the qualified name of the boxed type,
24503         not the underlying enumtype.  Fixes #62984.
24505 2004-09-21  Zoltan Varga  <vargaz@freemail.hu>
24507         * marshal.c: Fix problems with previous checkin.
24509 2004-09-21    <vargaz@freemail.hu>
24511         * marshal.h marshal.c icall.c: Add new icalls for Alloc/FreeHGlobal. Change the
24512         existing mono_marshal_alloc/free functions to use CoTaskMemAlloc/Free under windows.
24514         * marshal.c: Allocate marshaller memory using mono_marshal_alloc/free.
24516 2004-09-21  Geoff Norton <gnorton@customerdna.com>
24518         * icall.c (ves_icall_MonoType_GetElementType): GetElementType
24519         should only return a type for pointers, arrays, and passbyref types.
24520         Fixes bug #63841.
24522 2004-09-21  Martin Baulig  <martin@ximian.com>
24524         * domain.c (mono_debugger_check_runtime_version): New public
24525         function.
24527         * icall.c (ves_icall_MonoDebugger_check_runtime_version): New icall.    
24529 2004-09-20  Sebastien Pouliot  <sebastien@ximian.com>
24531         * reflection.c: Added missing sort to the declarative security 
24532         attributes table. MS implementation stops seeing the attributes if the
24533         token number regress in the table (as shown by ildasm and permview).
24535 2004-09-20  Zoltan Varga  <vargaz@freemail.hu>
24537         * object-internals.h (MonoReflectionModule): Add 'token' field.
24538         
24539         * reflection.c (mono_reflection_get_token): Add support for Module
24540         and Assembly.
24541         (mono_module_get_object): Set 'token' field.
24542         (mono_module_file_get_object): Set 'token' field.
24544         * icall.c: Add new Assembly and Module icalls.
24546         * appdomain.c: Bump corlib version.
24548 2004-09-19  Zoltan Varga  <vargaz@freemail.hu>
24550         * loader.h loader.c class.h class.c: Add helper functions for obtaining
24551         tokens of metadata objects.
24553         * reflection.h reflection.c (mono_reflection_get_token): New function
24554         to obtain the token of a metadata object.
24556         * icall.c: Add icalls for MetadataToken and ModuleHandle methods.
24558 2004-09-17  Zoltan Varga  <vargaz@freemail.hu>
24560         * loader.c (mono_lookup_pinvoke_call): Try the underscore prefixed name as well.
24561         
24562         * loader.c (mono_lookup_pinvoke_call): Add support for stdcall name mangling.
24564 2004-09-16  Sebastien Pouliot  <sebastien@ximian.com>
24566         * appdomain.c: Bumped MONO_CORLIB_VERSION to 25.
24567         * object-internals.h: Added 3 MonoArray* members to MonoReflection
24568         AssemblyBuilder to access the permissions set in the class lib.
24569         * reflection.c: Added security attributes encoding step in 
24570         mono_image_build_metadata.
24571         * tabledefs.h: Added new security actions defined in 2.0:
24572         LinkDemandChoice, InheritanceDemandChoice and DemandChoice.
24574 2004-09-16  Lluis Sanchez Gual  <lluis@novell.com>
24576         * threads.c: Fixed SET_CURRENT_OBJECT macros, they were ignoring the
24577         macro parameter.
24579 2004-09-16  Lluis Sanchez Gual  <lluis@novell.com>
24581         * locales.c: nullify the ICU_collator member of CompareInfo when it is
24582           finalized. There where random SIGSEVs at program termination, when
24583           an object being finalized was trying to do a string comparison and
24584           the current culture was already finalized.
24586 2004-09-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
24588         * threads.c: call thread_cleanup before finishing the thread if we get
24589         there.
24591 2004-09-16  Zoltan Varga  <vargaz@freemail.hu>
24593         * appdomain.c (ves_icall_System_AppDomain_createDomain): Load all
24594         assemblies from the parent. Fixes #65665.
24596 2004-09-15  Zoltan Varga  <vargaz@freemail.hu>
24598         * metadata.c (mono_metadata_parse_type): Fix parsing of custom
24599         modifiers.
24601 2004-09-14  Bernie Solomon  <bernard@ugsolutions.com>
24603         * reflection.h: add prototype for mono_get_dbnull_object
24604         * reflection.c: add prototypes for get_default_param_value_blobs 
24605         and mono_get_object_from_blob for fussier compilers
24607 2004-09-14  Lluis Sanchez Gual  <lluis@novell.com>
24609         * object.c: Added a "done" flag to TypeInitializationLock. This avoids
24610         false deadlock checks in class initialization.
24612 2004-09-13  Zoltan Varga  <vargaz@freemail.hu>
24614         * image.c (mono_image_addref): Fix comment.
24616         * metadata.c (mono_metadata_parse_type): Avoid memory allocations if
24617         possible.
24619 2004-09-12  Jambunathan K  <kjambunathan@novell.com>
24621         * reflection.c (mono_param_get_objects): Modified to return
24622         ParameterInfo.DefaultValue object.
24624         (get_default_param_value_blobs):
24625         (mono_get_object_from_blob):
24626         (mono_get_dbnull_object): New helper routines. 
24628         * object.c (mono_get_constant_value_from_blob): New helper routine
24629         carved out from get_default_field_value ()
24631         * object-internals.h (mono_get_constant_value_from_blob): Added
24632         function declaration.
24634 2004-09-11  Zoltan Varga  <vargaz@freemail.hu>
24636         * assembly.c assembly.h icall.c class.c appdomain.c: Lazily load 
24637         referenced assemblies. Fixes #62135.
24639         * exception.h exception.c (mono_get_exception_file_not_found2): New
24640         helper function.
24642 2004-09-10  Zoltan Varga  <vargaz@freemail.hu>
24644         * class.h class.c: Add mono_type_get_underlying_type ().
24646 2004-09-09  Geoff Norton <gnorton@customerndna.com>
24648         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes):
24649         Fix GetTypes() to support dynamically created assemblies.
24651 2004-09-09  Zoltan Varga  <vargaz@freemail.hu>
24653         * reflection.c (reflection_methodbuilder_to_mono_method): Remove TODO.
24654         
24655         * reflection.c (reflection_methodbuilder_to_mono_method): Fix bug in
24656         previous patch.
24658         * reflection.h reflection.c loader.c: Allow dynamic construction of
24659         pinvoke methods. Fixes #65571.
24660         
24661         * reflection.c (mono_reflection_get_type): Revert previous change since
24662         it causes regressions.
24664 2004-09-08  Martin Baulig  <martin@ximian.com>
24666         * class.c (class_compute_field_layout): Don't call
24667         mono_class_layout_fields() for open generic instances.
24669 2004-09-08 Bernie Solomon <bernard@ugsolutions.com>
24670         * threads.c appdomain.c: fix typo in GC macro
24672 2004-09-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
24674         * threads.c: don't call mono_thread_detach() in start_wrapper(),
24675         avoiding a possible hang in GetCurrentThreadId(0). Fixes bug #65379.
24677 2004-09-08  Zoltan Varga  <vargaz@freemail.hu>
24679         * image.c (mono_image_close): Applied patch from 
24680         vasantha.paulraj@honeywell.com (Vasantha selvi). Fix crash when an
24681         assembly is loaded multiple times from data.
24682         
24683         * image.c (mono_image_open): Fix warning.
24685 2004-09-07  Zoltan Varga  <vargaz@freemail.hu>
24687         * reflection.h reflection.c icall.c: Only call TypeResolve handlers
24688         once. Fixes #58334.
24689         
24690         * reflection.c (mono_reflection_create_runtime_class): Initialize
24691         klass->nested_classes. Fixes #61224.
24693 Tue Sep 7 14:35:26 CEST 2004 Paolo Molaro <lupus@ximian.com>
24695         * threads.c: sched_yield() on exit, to allow threads to quit.
24697 2004-09-07  Zoltan Varga  <vargaz@freemail.hu>
24699         * object.c (mono_unhandled_exception): Remove leftover debug code.
24701 2004-09-07  Atsushi Enomoto  <atsushi@ximian.com>
24703         * appdomain.c, threads.c : don't use GC_CreateThread when with-gc=none
24705 2004-09-07  Zoltan Varga  <vargaz@freemail.hu>
24707         * marshal.c (emit_marshal_array): Really null terminate string arrays.
24708         
24709         * marshal.c (emit_marshal_string): Fix freeing of unicode strings.
24711 2004-09-06  Zoltan Varga  <vargaz@freemail.hu>
24713         * marshal.c (emit_marshal_array): Null terminate string arrays.
24714         
24715         * marshal.c (raise_auto_layout_exception): Fix warning.
24717         * reflection.c (mono_param_get_objects): Initialize the default value
24718         with DBNull.Value, not null. Fixes #62123.
24720 2004-09-01  Miguel de Icaza  <miguel@ximian.com>
24722         * marshal.c (mono_marshal_get_managed_wrapper): Remove FIXME and
24723         throw an exception with a cute explanation.
24725 2004-09-06  Dick Porter  <dick@ximian.com>
24727         * process.c (ves_icall_System_Diagnostics_Process_Start_internal):
24728         Close the new process's thread handle, as we don't use it.  The
24729         handle stays around forever otherwise.
24731 2004-09-06  Zoltan Varga  <vargaz@freemail.hu>
24733         * object.c (arith_overflow): Fix warning.
24735         * reflection.c (mono_image_get_methodref_token): Do not emit unmanaged
24736         calling conventions in method refs. Fixes #65352.
24738         * reflection.c: Fix warnings.
24740 2004-09-06 Ben Maurer  <bmaurer@users.sourceforge.net>
24742         * icall.c: Add a new icall for Array.Clear
24744 2004-09-06 Ben Maurer  <bmaurer@users.sourceforge.net>
24746         * object.c: When allocating an array, we have to throw
24747         an overflow exception if any of the lengths are < 0.
24749 2004-09-06  Zoltan Varga  <vargaz@freemail.hu>
24751         * marshal.h marshal.c: Free unmanaged memory allocated by managed code
24752         properly. Also move implementation of string array marshalling to 
24753         managed code. Fixes #42316.
24755 2004-09-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
24757         * assembly.c: provide more information when loading an assembly fails.
24759 2004-09-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
24761         * filewatcher.c: don't expect the development fam package to be
24762         installed.
24764 2004-09-03  Zoltan Varga  <vargaz@freemail.hu>
24766         * marshal.c: Make a copy of the signature cookie since it will be
24767         freed by the caller.
24768         
24769         * marshal.c (mono_delegate_to_ftnptr): Fix bug in previous patch.
24771         * marshal.c (mono_delegate_to_ftnptr): Fix memory leaks.
24773         * metadata.c (mono_metadata_free_marshal_spec): New function to free
24774         marshal specs.
24776         * marshal.c: More refactoring.
24777         
24778         * marshal.c: Refactor the mono_marshal_get_native_wrapper function into
24779         smaller functions.
24781 2004-09-03  Lluis Sanchez Gual  <lluis@novell.com>
24783         * object.c: In mono_message_invoke, fill the output parameter array after
24784           calling the managed method (it was done before the call). This fixes
24785           bug #59299.
24787 2004-09-02  Zoltan Varga  <vargaz@freemail.hu>
24789         * marshal.c (mono_marshal_alloc): Return a valid pointer on size 0
24790         as well.
24792 2004-09-02  Martin Baulig  <martin@ximian.com>
24794         * class.c (mono_class_instance_size): Don't allow generic type
24795         definitions or open generic instances.
24796         (mono_class_array_element_size): If we're a value type, call
24797         mono_class_instance_size() on the original class.
24799         * metadata.c (mono_type_size, mono_type_stack_size): Correctly
24800         handle generic instances.
24802         * mono-debug-debugger.c (write_type): Handle generic instances
24803         like classes.
24805 2004-09-02  Zoltan Varga  <vargaz@freemail.hu>
24807         * marshal.c (mono_marshal_alloc): Raise an OutOfMemory exception if
24808         the allocation request fails. Fixes #65089.
24810         * object.c (mono_runtime_free_method): Do not call mono_free_method.
24811         
24812         * object.c (mono_runtime_free_method): New function to free a dynamic
24813         method.
24815         * marshal.c (mono_delegate_free_ftnptr): New function to free the
24816         delegate trampoline.
24818         * marshal.c (mono_marshal_get_managed_wrapper): Mark managed wrapper
24819         with hasthis as dynamic,
24821         * icall.c (ves_icall_System_Delegate_FreeTrampoline): New icall.
24823         * domain.c (mono_jit_info_table_remove): New function to remove an
24824         entry from the jit info table.
24826         * class-internals.h (MonoMethod): Add 'dynamic' field.
24828         * loader.c: Fix warnings.
24830 2004-09-01  Martin Baulig  <martin@ximian.com>
24832         * mono-debug.c, debug-mono-symfile.c: Use mono_loader_lock()
24833         instead of mono_debugger_lock() because the latter one is a no-op
24834         unless running in the debugger.
24836 2004-09-01  Zoltan Varga  <vargaz@freemail.hu>
24838         * class.c (class_compute_field_layout): Classes with auto-layout or
24839         reference fields are not blittable.
24840         
24841 2004-09-01  Dick Porter  <dick@ximian.com>
24843         * icall.c (ves_icall_System_Reflection_Assembly_get_location): Use
24844         mono_image_get_filename() to get the assembly location.
24846         * icall.c:
24847         * metadata.h: Fix compile warnings
24849 2004-09-01  Zoltan Varga  <vargaz@freemail.hu>
24851         * class.c (class_compute_field_layout): System.Object is blittable.
24853         * marshal.c (mono_marshal_get_native_wrapper): Pass blittable classes
24854         as in/out. Fixes #59909.
24856 2004-09-01  Martin Baulig  <martin@ximian.com>
24858         * metadata.h (MONO_TYPE_ISREFERENCE): Call
24859         mono_metadata_generic_inst_is_valuetype() if we're a generic
24860         instance to check whether our underlying type is a reference type.
24862 2004-09-01  Martin Baulig  <martin@ximian.com>
24864         * metadata.c (mono_type_size): If we're a generic instance, call
24865         mono_class_value_size() for value types.
24867 2004-08-31  Zoltan Varga  <vargaz@freemail.hu>
24869         * marshal.c: Implement more custom marshalling functionality. Fixes
24870         #64915.
24872 Tue Aug 31 17:55:15 CEST 2004 Paolo Molaro <lupus@ximian.com>
24874         * mono-debug.c, debug-mono-symfile.c: add some locking love.
24876 2004-08-30  Zoltan Varga  <vargaz@freemail.hu>
24878         * domain-internals.h domain.c: Add a per-domain jump trampoline hash.
24880         * icall.c (ves_icall_System_Reflection_MethodBase_GetMethodFromHandle): Rename to ...Internal.
24882         * icall.c: Fix some warnings.
24884         * threads.c (abort_appdomain_thread): Fix unref errors.
24885         (mono_thread_current): Fix THREAD_DEBUG define.
24887 2004-08-29  Zoltan Varga  <vargaz@freemail.hu>
24889         * metadata.h (MONO_TYPE_ISSTRUCT): Fix warning.
24891         * icall.c (ves_icall_System_Reflection_MethodBase_GetMethodFromHandle): New icall.
24893 2004-08-28  Zoltan Varga  <vargaz@freemail.hu>
24895         * marshal.c (mono_marshal_get_native_wrapper): Add support for byref 
24896         string arrays.
24898 2004-08-28  Martin Baulig  <martin@ximian.com>
24900         * metadata.c
24901         (mono_metadata_generic_inst_is_valuetype): New public function.
24903         * metadata.h (MONO_TYPE_ISSTRUCT): Call
24904         mono_metadata_generic_inst_is_valuetype() if we're a generic
24905         instance to check whether our underlying type is a valuetype.
24907 2004-08-26  Zoltan Varga  <vargaz@freemail.hu>
24909         * class.c (mono_ptr_class_get): Fix name of pointer classes. Fixes
24910         #63768.
24912 2004-08-25  Martin Baulig  <martin@ximian.com>
24914         * loader.c (mono_get_method_from_token): Abstract methods can also
24915         be generic and thus have type parameters.
24917         * metadata-internals.h
24918         (MonoDynamicImage): Added `GPtrArray *gen_params'.
24920         * reflection.c (mono_image_get_generic_param_info): Don't create a
24921         metadata row, just add an entry to the `gen_params' array.
24922         (build_compressed_metadata): Sort the `gen_params' array and then
24923         actually create the metadata.
24925 2004-08-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
24927         * threadpool.c: remove unneeded 'if' around mono_monitor_enter.
24929 2004-08-25  Zoltan Varga  <vargaz@freemail.hu>
24931         * debug-helpers.c: Handle MONO_TYPE_GENERICINST.
24933 2004-08-24  Martin Baulig  <martin@ximian.com>
24935         * class.cs (mono_class_is_subclass_of): Like an interface, a
24936         generic instance also derives from System.Object.
24938 2004-08-23  Zoltan Varga  <vargaz@freemail.hu>
24940         * metadata.c (mono_metadata_parse_type): Alloc pinned, byref and
24941         custom modifiers to be in any order. Fixes #61990.
24943 2004-08-20  Zoltan Varga  <vargaz@freemail.hu>
24945         * object.c: Register mono_object_new_fast icall.
24946         
24947         * object.c (mono_class_get_allocation_ftn): Return to calling
24948         mono_object_new_fast, since it seems faster to compute the object 
24949         size in unmanaged code than passing it as a parameter.
24951         * object.c (mono_class_get_allocation_ftn): Add marshalbyref case.
24953         * gc-internal.h gc.c: Add mono_gc_out_of_memory () function. Register
24954         this function with Boehm as the oom handler, so we don't have to check
24955         the result of GC_malloc.
24957         * object.c: Remove checks for oom.
24959         * object.h object.c (mono_class_get_allocation_ftn): New function to
24960         return the icall which can be used to allocate an instance of a given
24961         class. 
24963         * object.c: Handle common allocation requests using GC_gcj_fast_malloc.
24965         * class-internals.h: Add 'enabled' field.
24967 2004-08-19  Zoltan Varga  <vargaz@freemail.hu>
24969         * domain.c (mono_init_internal): Call MONO_GC_PRE_INIT ().
24971 2004-08-18  Jambunathan K  <kjambunathan@novell.com>
24972         * tabledefs.h: Corretced PARAM_ATTRIBUTE_OPTIONAL to the right
24973         value 0x0010.
24975 2004-08-18 Ben Maurer  <bmaurer@users.sourceforge.net>
24977         * appdomain.c: use the Tls function for appdomain too,
24978         at Zoltan's request. Actually return in mono_context_get
24980         * appdomain.c, profiler.c, threads.c: use __thread
24982 2004-08-18  Zoltan Varga  <vargaz@freemail.hu>
24984         * appdomain.c threads.c: Call GC_CreateThread on windows.
24986         * Makefile.am (libmetadata_la_LIBADD): Avoid linking libmonoos into
24987         multiple libraries since this don't work on windows.
24989 2004-08-18  Martin Baulig  <martin@ximian.com>
24991         * class-internals.h
24992         (MonoMethodNormal): Moved `MonoGenericParam *gen_params' here from
24993         MonoMethodHeader.
24995         * metadata.h (MonoMethodHeader): Moved the `gen_params' field to
24996         MonoMethodNormal since we also need it for abstract and interface
24997         methods.
24999         * reflection.c
25000         (build_compressed_metadata): Sort the GenericParam table.
25001         (mono_image_create_token): Added `gboolean create_methodspec'
25002         argument; this is false when generating a MethodImpl token.
25003         (reflection_methodbuilder_to_mono_method): Abstract and interface
25004         methods may also have generic parameters.
25006 2004-08-17 Ben Maurer  <bmaurer@users.sourceforge.net>
25008         * appdomain.c: thread local alloc
25010 2004-08-17  Martin Baulig  <martin@ximian.com>
25012         * appdomain.c: Bumped MONO_CORLIB_VERSION to 24.
25014         * icall.c
25015         (ves_icall_System_MonoType_getFullName): Added `gboolean full_name'
25016         argument.
25018         * class.c (mono_type_get_full_name): New public function.
25019         (mono_type_get_name): Don't include the type arguments.
25021 2004-08-16  Zoltan Varga  <vargaz@freemail.hu>
25023         * Makefile.am: Build static versions of libmetadata and libmonoruntime
25024         for inclusion into the mono executable.
25026 2004-08-16  Martin Baulig  <martin@ximian.com>
25028         * metadata.c (do_mono_metadata_parse_generic_inst): Store the
25029         MonoGenericInst, not the MonoType in the `generic_inst_cache'.
25031 2004-08-14  Martin Baulig  <martin@ximian.com>
25033         * class.c (dup_type): Also copy the `byref' field.
25035 2004-08-15  Zoltan Varga  <vargaz@freemail.hu>
25037         * reflection.c (create_dynamic_mono_image): Revert the last change 
25038         since it breaks bootstrap.
25040 2004-08-14  Zoltan Varga  <vargaz@freemail.hu>
25042         * reflection.c (create_dynamic_mono_image): Set ref_count to 1.
25044         * image.c (mono_image_close): Dynamic images are GC_MALLOCed, so do
25045         not free them with g_free.
25047 2004-08-11  Martin Baulig  <martin@ximian.com>
25049         * reflection.c (mono_reflection_setup_internal_class): Also call
25050         mono_class_setup_mono_type() if we already have a `tb->type.type'.
25052 2004-08-09  Sebastien Pouliot  <sebastien@ximian.com>
25054         * appdomain.c: Fix ves_icall_System_AppDomain_getDomainByID when 
25055         called during default (first) AppDomain creation. Keep track of
25056         Evidence when loading assemblies.
25058 Mon Aug 9 14:41:45 CEST 2004 Paolo Molaro <lupus@ximian.com>
25060         * opcodes.c, opcodes.h: reduce runtime relocations.
25062 Mon Aug 9 13:30:53 CEST 2004 Paolo Molaro <lupus@ximian.com>
25064         * culture-info.h, locales.c: fixes and chages to sue the new
25065         optimized format of the locale data.
25066         * culture-info-tables.h: regenerated.
25068 2004-08-06  Geoff Norton <gnorton@customerdna.com>
25069         
25070         * filewatcher.c: If HAVE_KQUEUE return mode 3 to use the new kqueue watcher
25072 2004-08-05  Sebastien Pouliot  <sebastien@ximian.com>
25074         * appdomain.c: Bumped MONO_CORLIB_VERSION to 23. Added new icall
25075         ves_icall_System_AppDomain_getDomainByID to get an AppDomain by Id.
25076         * domain-internals.h: icall declaration.
25077         * icall.c: icall registration.
25078         * object-internals.h: New fields in MonoAssembly for CAS.
25080 2004-08-05  Duncan Mak  <duncan@ximian.com>
25082         * verify.c: Renamed CEE_STELEM to CEE_STELEM_ANY and CEE_LDELEM to
25083         CEE_LDELEM_ANY.
25085 Thu Aug 5 17:11:44 CEST 2004 Paolo Molaro <lupus@ximian.com>
25087         * reflection.c: fix to deal with object[] arrays in custom ctors
25088         (bug #62550).
25090 2004-08-05  Martin Baulig  <martin@ximian.com>
25092         * class.c (mono_class_array_element_size): Added support for
25093         generic instances and correctly handle "recursive" types.
25095 2004-08-05  Zoltan Varga  <vargaz@freemail.hu>
25097         * assembly.c: Fix warnings.
25099 2004-08-04  Martin Baulig  <martin@ximian.com>
25101         * class.c
25102         (mono_type_get_name_recurse): Added `gboolean include_arity'
25103         argument specifying whether or not we should include the generic
25104         arity in the type name.
25105         (_mono_type_get_name): New static function.
25106         (mono_class_setup_vtable): If we're a generic instance, don't
25107         include the generic arity in the names of explicit method
25108         implementations.        
25110 2004-08-03  Martin Baulig  <martin@ximian.com>
25112         * class.c (mono_type_get_name_recurse): Enclose the generic type
25113         arguments in `<', '>'.
25115 Tue Aug 3 17:54:17 CEST 2004 Paolo Molaro <lupus@ximian.com>
25117         * gc.c: make GC warning messages use the trace API, they are just
25118         noise to most of the users.
25120 2004-08-03  Martin Baulig  <martin@ximian.com>
25122         * debug-mono-symfile.c (read_string): Correctly read the string.
25124 2004-07-30  Zoltan Varga  <vargaz@freemail.hu>
25126         * marshal.c (signature_dup_add_this): Fix bug in previous patch.
25127         
25128         * marshal.c (mono_marshal_get_icall_wrapper): Add support for vararg
25129         icalls.
25130         (mono_marshal_get_runtime_invoke): Correctly handle valuetype methods.
25132 2004-07-30  Martin Baulig  <martin@ximian.com>
25134         * debug-mono-symfile.c, mono-debug.c, mono-debug-debugger.c:
25135         Reflect latest symbol writer changes.   
25137 Fri Jul 30 16:49:05 CEST 2004 Paolo Molaro <lupus@ximian.com>
25139         * object.c: always create an object if null is passed
25140         to Invoke() where a valuetype is expected.
25142 2004-07-29  Bernie Solomon  <bernard@ugsolutions.com>
25144         * marshal.c (mono_marshal_init): make managed
25145         signatures match native ones better for 64bits.
25147 2004-07-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25149         * appdomain.c: hack to build correctly the private bin path on windows.
25150         Fixes bug #61991.
25152 2004-07-28  Lluis Sanchez Gual  <lluis@novell.com>
25154         * assembly.c: Load mscorlib from the correct framework directory
25155           (mono/<version>/mscorlib.dll).
25156         * appdomain.h: Added prototypes for new functions.
25157         * internals.h: Added some prototypes.
25158         * domain.c: When initializing the runtime, get from the executable and
25159           the configuration files the runtime version that the app supports.
25160           Added support methods for reading app.exe.config. Added list of versions
25161           supported by the JIT. Added two new methods: mono_init_from_assembly,
25162           which initializes the runtime and determines the required version from
25163           the provided exe file, and mono_init_version, which initializes
25164           the runtime using the provided version.
25165         * icall.c: Get machine.config from version-specific directory.
25166         * reflection.c: When generating an image, embed the version number
25167           of the current runtime.
25169 2004-07-28  Dick Porter  <dick@ximian.com>
25171         * socket-io.c
25172         (ves_icall_System_Net_Sockets_Socket_RecvFrom_internal): Check
25173         returned sockaddr size before creating the remote address object.
25174         Patch by Nick Vaughan (dev@6wardlaw.freeserve.co.uk), fixes bug
25175         61608.
25177 2004-07-28  Dick Porter  <dick@ximian.com>
25179         * locales.c (string_invariant_compare_char): Fix invariant char
25180         compares between upper and lower cases.  Fixes bug 61458.
25182 2004-07-27  Ben Maurer  <bmaurer@ximain.com>
25183         
25184         * marshal.c: actually cache stelem.ref wrappers.
25185         
25186 Tue Jul 27 16:56:55 CEST 2004 Paolo Molaro <lupus@ximian.com>
25188         * class.c, image.c, loader.c, cil-coff.h: lazily mmap the image 
25189         sections and remove the mono_cli_rva_map () function.
25191 Tue Jul 27 15:58:19 CEST 2004 Paolo Molaro <lupus@ximian.com>
25193         * debug-mono-symfile.c: fix one more endianess issue, from a patch
25194         by Geoff Norton (<gnorton@customerdna.com>).
25196 Tue Jul 27 15:47:17 CEST 2004 Paolo Molaro <lupus@ximian.com>
25198         * class.c: fix class loads for pointer types (typeof(int) !=
25199         typeof(int*)).
25201 2004-07-27  Martin Baulig  <martin@ximian.com>
25203         * debug-mono-symfile.c (mono_debug_open_mono_symbol_file): Support
25204         reading the debugging information from an external ".mdb" file.
25206 2004-07-24  Martin Baulig  <martin@ximian.com>
25208         * reflection.c (mono_image_get_type_info): Only write a class
25209         layout entry if we actually have a size or a packing size.
25211 2004-07-21  Bernie Solomon  <bernard@ugsolutions.com>
25213         * reflection.c (type_get_fully_qualified_name): 
25214         insert cast to get type checking of ?: with non-gcc compilers
25216 2004-07-21  Bernie Solomon  <bernard@ugsolutions.com>
25218         * rand.c: use g_getenv for both lookups of
25219         MONO_EGD_SOCKET
25221 2004-07-17  Martin Baulig  <martin@ximian.com>
25223         * reflection.c (mono_reflection_bind_generic_method_parameters):
25224         Set `gmethod->reflection_info'.
25226 2004-07-17  Martin Baulig  <martin@ximian.com>
25228         * class.c (mono_class_create_from_typedef): Insert the newly
25229         created class into the hash table before computing the interfaces
25230         since we could be called recursively.
25232 2004-07-16  Ben Maurer  <bmaurer@ximain.com>
25234         * marshal.[ch] (mono_marshal_get_stelemref): a new wrapper
25235         function to implement stelem.ref in managed code
25236         * class-internals.h, debug-helpers.c: a new wrapper type
25237         for the above.
25239 Wed Jul 14 19:26:05 CEST 2004 Paolo Molaro <lupus@ximian.com>
25241         * gc.c: allow GC handles to work even when no GC is compiled in.
25242         Fix part of bug #61134 (GetAddrOfPinnedObject).
25244 2004-07-13  Peter Williams  <peter@newton.cx>
25246         * process.c (complete_path): Make sure we don't attempt to execute
25247         directories.
25249 2004-07-12  Geoff Norton <gnorton@customerdna.com>
25251         * DateTime.cs: Patch for bug #61112.  Our DateTime wasn't roundtripping over timezone
25252           boundaries properly.  This patch checkes ToLocalTime() to see if we're tripping over a boundary
25253           and will add/subtract the hour if needed
25255 2004-07-12  Martin Baulig  <martin@ximian.com>
25257         * reflection.c (mono_field_get_object): If we have
25258         `field->generic_info', take the attributes from
25259         `field->generic_info->generic_type'.    
25261 2004-07-12  Martin Baulig  <martin@ximian.com>
25263         * mono-debug.c (mono_debug_init): Don't take a `MonoDomain *'.
25264         This function must be called before initializing the runtime.
25265         (mono_debug_init_1): New function; call this after initializing
25266         the runtime, but before loading the assembly.  It tells the
25267         debugger to load corlib and the builtin types.
25269         * mono-debug-debugger.c: Did some larger changes in the debugging
25270         code; support recursive class declarations, make sure we actually
25271         add all classes.
25273 2004-07-11 Gonzalo Paniagua Javier <gonzalo@ximian.com>
25275         * debug-helpers.c: undo my previous patch and fixed the real issue in
25276         ../mini/exceptions-x86.c
25278 2004-07-11 Gonzalo Paniagua Javier <gonzalo@ximian.com>
25280         * debug-helpers.c: prevent SIGSEGV. It happened running xsp on monodoc
25281         when no HOME env. variable was set and a NullRef was thrown in a .cctor
25282         called from other .cctors.
25284 2004-07-09  Miguel de Icaza  <miguel@ximian.com>
25286         * loader.c: Removed the mono_loader_wine_init hack now that we are
25287         doing a managed version of Windows.Forms.
25289 2004-07-09  Ben Maurer  <bmaurer@ximian.com>
25291         * domain.c, gc.c, marshal.c, mono-debug-debugger.c,
25292         threadpool.c, threads.c: remove static data from rootset.
25294 2004-07-09  Dick Porter  <dick@ximian.com>
25296         * locales.c (ves_icall_System_String_InternalReplace_Str_Comp):
25297         Don't do any more processing if the matched length was 0.  It was
25298         increasing the size of the string before.  Fixes bug 61167.
25300 2004-07-09  Dick Porter  <dick@ximian.com>
25302         * socket-io.h:
25303         * socket-io.c
25304         (ves_icall_System_Net_Sockets_Socket_GetSocketOption_obj_internal):
25305         Add support for SO_PEERCRED if its available.
25307 2004-07-09  Peter Bartok <pbartok@novell.com>
25308         * loader.c: winelib.exe.so error message is now only displayed if
25309         MONO_DEBUG is set. To help us avoid questions when people are trying
25310         out the new Managed.Windows.Forms.
25312 2004-07-08  Zoltan Varga  <vargaz@freemail.hu>
25314         * class-internals.h debug-helpers.c marshal.c: Add new wrapper types 
25315         for isinst and castclass wrappers.
25317         * class-internals.h icall.c: Move registration and lookup of JIT icalls
25318         to libmetadata from the JIT, so they could be used by the marshalling
25319         code and the interpreter.
25321         * marshal.c: Register marshalling related JIT icalls here instead of
25322         in mini.c. Use CEE_MONO_ICALL instead of the family of 
25323         CEE_MONO_PROC<x> opcodes to call marshalling functions.
25325         * metadata.h: Remove unneeded marshalling conversions.
25327         * opcodes.c: Update for new opcodes.
25328         
25329 2004-07-08  Martin Baulig  <martin@ximian.com>
25331         * mono-debug.c: Check for `handle->symfile' being non-NULL everywhere.
25332         (mono_debug_get_domain_data): Make this function static.
25334 Wed Jul 7 12:32:29 CEST 2004 Paolo Molaro <lupus@ximian.com>
25336         * gc.c, object.h: add nice GC handle API for embedders.
25338 2004-07-06  Ben Maurer  <bmaurer@ximian.com>
25340         * reflection.c: more changes for the new api
25342         * object.c: When we reflect on a field w/ a constant value, it
25343         will not have a memory location, so we must access metadata. Also,
25344         allow easier reading of strings so that we can read them from
25345         the constant data.
25347         * class.c (mono_class_layout_fields): no need for literal fields here.
25349         * class-internals.h: api changes for const fields
25351         * icall.c (ves_icall_get_enum_info): use new apis for const fields
25353 2004-07-06  Martin Baulig  <martin@ximian.com>
25355         * mono-debug.h: Increment version number to 44.
25357         * mono-debug.c (mono_debug_add_wrapper): The second argument is
25358         now a gpointer, rewrote this whole method.
25360         * mono-debug-debugger.c (mono_debugger_add_wrapper): New
25361         function.  Add information about the wrapper in a new "misc table".
25363         * mono-debug-debugger.h (MonoDebuggerSymbolTable): Added fields
25364         for the new misc table.
25366 2004-07-05  Zoltan Varga  <vargaz@freemail.hu>
25368         * metadata-internals.h image.c: Add a cache for helper signatures.
25370         * monosn.c: Applied patch from "grompf" (grompf@sublimeintervention.com). Fix compilation under OSX.
25372 2004-07-03  Zoltan Varga  <vargaz@freemail.hu>
25374         * marshal.c (mono_marshal_get_managed_wrapper): Handle returning
25375         delegates from a delegate. Fixes #61033.
25376         
25377         * marshal.c: Fix managed->native stringbuilder marshalling. Implement
25378         marshalling of stringbuilder arrays. Fixes #59900.
25380 2004-07-02  Zoltan Varga  <vargaz@freemail.hu>
25382         * icall.c: Add EnumBuilder:setup_enum_type icall.
25384 2004-06-30  Ben Maurer  <bmaurer@ximian.com>
25386         * icall.c: Added a new icall for the property version of
25387         OffsetOfStringData.
25389 2004-06-30  Zoltan Varga  <vargaz@freemail.hu>
25391         * class-internals.h (MonoVTable): Make max_interface_id a guint32 so
25392         it has a constant size across platforms.
25394         * marshal.c (mono_delegate_end_invoke): Avoid crash when there is no
25395         stack trace.
25397 2004-06-29  Martin Baulig  <martin@ximian.com>
25399         * mono-debug.c (mono_debug_add_method): Protect the whole function
25400         in mono_debugger_lock(), not just parts of it.
25402 Fri Jun 25 21:36:26 CEST 2004 Paolo Molaro <lupus@ximian.com>
25404         * reflection.c: make sure padding bytes in heaps are zeroed.
25406 2004-06-24  David Waite  <mass@akuma.org>
25408         * appdomain.c, class.c, domain.c, file-io.c, gc.c, icall.c,
25409         image.c, loader.c, locales.c, marshal.c, metadata.c,
25410         mono-debug.[ch], object.c, reflection.c, security.c, socket-io.c,
25411         string-icalls.c, threads.c: change to C90-style comments from C99 /
25412         C++ -style
25414 2004-06-24  Dick Porter  <dick@ximian.com>
25416         * threads.c
25417         (ves_icall_System_Threading_Mutex_CreateMutex_internal): Correctly
25418         return createdNew.  Fixes bug 60412.
25420         * threads-types.h: 
25421         * icall.c: Add createdNew parameter to CreateMutex icall
25423 Thu Jun 24 16:06:41 CEST 2004 Paolo Molaro <lupus@ximian.com>
25425         * reflection.c, object-internals.h: save default value in params.
25427 2004-06-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
25429         * appdomain.c: for paths in PrivateBinPath that are absolute, there's
25430         no need to build a new path combining that with the application base.
25431         Fixes bug #60442.
25433 Wed Jun 23 18:36:58 CEST 2004 Paolo Molaro <lupus@ximian.com>
25435         * reflection.c: fixed minor standard compliance issues.
25437 Wed Jun 23 17:59:29 CEST 2004 Paolo Molaro <lupus@ximian.com>
25439         * reflection.c: fixed issue with encoding some custom attributes
25440         (arrays in properties and fields, bug #60411).
25442 2004-06-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
25444         * reflection.c: fix start address when copying the public key token.
25446 2004-06-23  Martin Baulig  <martin@ximian.com>
25448         * mono-debug-debugger.c (mono_debugger_unhandled_exception): Store
25449         the `exc' object in a static object to put it into the GC's root set.
25451 Wed Jun 23 15:37:31 CEST 2004 Paolo Molaro <lupus@ximian.com>
25453         * reflection.c: make mono_reflection_setup_internal_class ()
25454         callable a second time to setup a new parent class.
25456 2004-06-23  Dick Porter  <dick@ximian.com>
25458         * threads.c: Check for WAIT_IO_COMPLETION return values.
25460 2004-06-22  Sebastien Pouliot  <sebastien@ximian.com>
25462         * appdomain.c: Removed the g_free on the public key token. Now copy 
25463         the pk token string into the MonoAssemblyName buffer using g_strlcpy.
25464         * assembly.c: Added public key token string value when loading 
25465         assemblies. Fix bug #60439.
25466         * icall.c: Added missing informations (like public key) in 
25467         GetReferencedAssemblies. Fix #60519.
25468         * image.h: Changed definition for public key token from const char*
25469         public_tok_value to guchar public_key_token [17];
25470         * reflection.c: Updated for changes to public key token.
25472 2004-06-22  Lluis Sanchez Gual
25474         * icall.c: In ves_icall_InternalExecute, when setting a filed, also look 
25475         for the field in base classes.
25477 Tue Jun 22 16:48:02 CEST 2004 Paolo Molaro <lupus@ximian.com>
25479         * mono-debug.h, mono-debug-debugger.h, debug-mono-symfile.h:
25480         mark headers as not supported, they are installed only for use by the
25481         debugger.
25483 Tue Jun 22 16:32:03 CEST 2004 Paolo Molaro <lupus@ximian.com>
25485         * *.c, *.h: avoid namespace pollution in public headers.
25487 2004-06-21  Martin Baulig  <martin@ximian.com>
25489         * exception.c (mono_get_exception_security): It's in
25490         "System.Security", not in "System".
25492         * mono-debug-debugger.c (mono_debugger_add_builtin_types): Add all
25493         the exception classes.
25495 2004-06-21  Martin Baulig  <martin@ximian.com>
25497         * mono-debug-debugger.c (mono_debugger_unhandled_exception):
25498         Protect the exception object from being finalized.
25500 2004-06-21  Martin Baulig  <martin@ximian.com>
25502         * mono-debug-debugger.h (mono_debugger_unhandled_exception): New
25503         public function.
25505 2004-06-21  Sebastien Pouliot  <sebastien@ximian.com>
25507         * reflection.c: Load the assembly in mono_reflection_type_from_name,
25508         if it was not loaded before. Fix parts of #60439.
25510 Mon Jun 21 16:04:43 CEST 2004 Paolo Molaro <lupus@ximian.com>
25512         * marshal.c, icall.c, object.c, image.c: fix the runtime_invoke ()
25513         code that was broken since Ben's change: wrappers are now
25514         dependent on the method signature only again.
25516 2004-06-21  Martin Baulig  <martin@ximian.com>
25518         * mono-debug-debugger.c (write_class): Cleaned this up a bit and
25519         added interface support.
25521 2004-06-21  Martin Baulig  <martin@ximian.com>
25523         * class.c (mono_vtable_get_static_field_data): New public method.
25525 2004-06-20  Atsushi Enomoto  <atsushi@ximian.com>
25527         * filewatcher.c : Windows build fix to be compliant with API changes.
25529 Sat Jun 19 19:04:50 CEST 2004 Paolo Molaro <lupus@ximian.com>
25531         * class.h, class.c: more accessors.
25532         * metadata.h, metadata.c: prepare for hiding MonoType and
25533         MonoMethodSignature: people should use the accessors from now on
25534         outside of the tree.
25536 Sat Jun 19 17:56:50 CEST 2004 Paolo Molaro <lupus@ximian.com>
25538         * *.c, *.h: more API cleanups.
25540 2004-06-18  Jackson Harper  <jackson@ximian.com>
25542         * assembly.c: Trace loading assemblies.
25543         * loader.c: Trace loading native libraries.
25544         * mono-config.c: Trace loading config files.
25545         
25546 2004-06-18  Dick Porter  <dick@ximian.com>
25548         * locales.c: Tell ICU the lengths of strings, it can cope with
25549         embedded \0 then.  Fixes bug 59274, and doesn't break bug 55822.
25551 Fri Jun 18 11:59:57 CEST 2004 Paolo Molaro <lupus@ximian.com>
25553         * image.c: swapped name/filename;
25555 2004-06-18  Martin Baulig  <martin@ximian.com>
25557         * mono-debug-debugger.c (write_class): Write the parent class at
25558         the end of the header.
25560 Thu Jun 17 16:50:44 CEST 2004 Paolo Molaro <lupus@ximian.com>
25562         * *.c, *.h, Makefile.am: more API cleanups and bugfixes.
25564 2004-06-17  Raja R Harinath  <rharinath@novell.com>
25566         * Makefile.am (PLATFORM_LIB): New.  Possibly refer to ../os/libmonoos.la.
25567         (bundle_obj): New conditional define.
25568         (BUILT_SOURCES): Remove.
25569         ($(bundle_srcs)): Make parallel-make safe.
25570         (libmonoruntime_la_LIBADD): Make unconditional.
25571         (libmetadata_la_LIBADD): Make unconditional.  Refer to $(bundle_obj).
25572         (libmetadata_la_SOURCES): Don't refer to $(bundle_srcs).
25574 2004-06-17  Atsushi Enomoto  <atsushi@ximian.com>
25576         * culture-info-tables.h: It was inconsistent with the latest
25577           supp info files.
25579 2004-06-17  Zoltan Varga  <vargaz@freemail.hu>
25581         * assembly.c (mono_assembly_open): Fix crash when the assembly can't
25582         be loaded.
25584         * threads.c (ves_icall_System_Threading_Thread_Resume): Fix compilation
25585         with gcc 2.95.
25587 Wed Jun 16 18:23:45 CEST 2004 Paolo Molaro <lupus@ximian.com>
25589         * threads.h, icall.c, object.c, threadpool.c, threads-types.h:
25590         cleaned up public header threads.h.
25592 Wed Jun 16 18:11:41 CEST 2004 Paolo Molaro <lupus@ximian.com>
25594         * Makefile.am, *.c, *.h: more API cleanups.
25596 Wed Jun 16 14:33:22 CEST 2004 Paolo Molaro <lupus@ximian.com>
25598         * Makefile.am: removed monosn from compilation.
25599         * appdomain.c, assembly.c, assembly.h, blob.h, class.c,
25600         debug-helpers.c, debug-mono-symfile.c, domain.c, icall.c,
25601         image.c, image.h, loader.c, marshal.c, metadata-internals.h,
25602         metadata.c, metadata.h, mono-config.c, mono-debug-debugger.c,
25603         mono-debug.c, object.c, opcodes.c, opcodes.h, pedump.c, process.c,
25604         reflection.c, reflection.h, verify.c: more API cleanups and fixes.
25606 2004-06-15  Jackson Harper  <jackson@ximian.com>
25608         * assembly.c: Make locales lower case when searching the GAC for
25609         assemblies. gacutil will always make locales lowercase when
25610         installing so this effectively makes them case insensitive.
25611         
25612 2004-06-15  Lluis Sanchez Gual  <lluis@ximian.com>
25614         * locales.c, threadpool.c: use mono_monitor_enter instead of mono_monitor_try_enter.
25615         * monitor.c: New method mono_monitor_try_enter_internal, which takes a new
25616           parameter which allows to choose whether the wait can be interrupted or 
25617           not. Also added the method mono_monitor_enter(), which locks the monitor
25618           using an infinite wait and without allowing interruption.
25619           In the Monitor.Enter and Wait icalls, retry the lock if the wait is
25620           interrupted.
25621         * object.h: Added new fields in MonoThread. suspend_event holds the event
25622           used to susped/resume the thread. synch_lock is the lock object to use for
25623           modifying the thread state.
25624         * threads.c: Use the new synch_lock object for locking, instead of "this",
25625           which can generate deadlocks.
25626           Moved thread state change in Thread.Sleep and Thread.Join from managed
25627           to unmanaged code. This avoids a deadlock when the thread was suspended
25628           just after acquiring the thread lock.
25629           In general, use mono_monitor_enter instead of mono_monitor_try_enter.
25630           Implemented Thread.Suspend using an event instead of ThreadSuspend,
25631           which is not fully implemented in the io-layer.
25632         * socket-io.c: Only try IPv6 DNS lookup if IPv4 fails.
25634 Tue Jun 15 18:34:21 CEST 2004 Paolo Molaro <lupus@ximian.com>
25636         * Makefile.am, monitor.h, object.h, threadpool.c, threadpool.h,
25637         threads-types.h: more API cleanups.
25639 Tue Jun 15 16:40:19 CEST 2004 Paolo Molaro <lupus@ximian.com>
25641         * domain-internals.h, Makefile.am, appdomain.c, appdomain.h,
25642         domain.c, gc.c, icall.c, mono-debug.c, object.c, reflection.c,
25643         threadpool.c, threads.c: first pass at the exported API cleanup.
25645 Tue Jun 15 15:29:47 CEST 2004 Paolo Molaro <lupus@ximian.com>
25647         * icall.c: fix signatures of some VolatileRead and VolatileWrite icalls.
25649 2004-06-15 Gonzalo Paniagua Javier <gonzalo@ximian.com>
25651         * icall.c: added internalGetHome.
25653 2004-06-14  Dick Porter  <dick@ximian.com>
25655         * file-io.c (ves_icall_System_IO_MonoIO_FindFirstFile): It was
25656         possible to return successfully when '.' or '..' were the only
25657         entries in a directory, but were skipped.  The MonoIOStat was not
25658         filled in in that case.  Now return ERROR_NO_MORE_FILES instead.
25659         Fixes bug 59574.
25661 Mon Jun 14 00:27:15 CEST 2004 Paolo Molaro <lupus@ximian.com>
25663         * reflection.c: make binaries run on .Net 1.1 by default.
25665 Sun Jun 13 18:22:40 CEST 2004 Paolo Molaro <lupus@ximian.com>
25667         * threadpool.c, threadpool.h: use the correct return type in SetMinThreads ().
25669 Sun Jun 13 16:44:39 CEST 2004 Paolo Molaro <lupus@ximian.com>
25671         * marshal.c: keep track of struct size with explicit layout
25672         (bug #59979).
25674 2004-06-12  Martin Baulig  <martin@ximian.com>
25676         * mono-debug-debugger.c: Comment out a debugging g_message().
25678 Sat Jun 12 14:15:02 CEST 2004 Paolo Molaro <lupus@ximian.com>
25680         * reflection.c, reflection.h: do not free custom attrs that are cached.
25681         * icall.c: use braces to make code clearer.
25683 2004-06-11  Martin Baulig  <martin@ximian.com>
25685         * class.h (MonoInflatedField): New type.
25686         (MonoClassField): Replaced `MonoType *generic_type' with
25687         `MonoInflatedField *generic_info'.
25689         * icall.c
25690         (ves_icall_MonoField_Mono_GetGenericFieldDefinition): New icall.
25692 2004-06-11  Martin Baulig  <martin@ximian.com>
25694         * reflection.c (mono_image_create_method_token): Correctly encode
25695         varargs methods.
25697 2004-06-11  Martin Baulig  <martin@ximian.com>
25699         * metadata.c (mono_metadata_parse_method_signature): When parsing
25700         a MethodDef which has VarArgs, also set sentinelpos if we don't
25701         have any parameters.
25703 2004-06-11  Martin Baulig  <martin@ximian.com>
25705         * verify.c (mono_method_verify): In CEE_CALL, use
25706         mono_method_get_signature() to get the method's signature, unless
25707         we're a PInvoke method.
25709 2004-06-10  Jackson Harper  <jackson@ximian.com>
25711         * assembly.c: Use <path>/lib/mono/gac for the extra paths
25712         lookup. Rename MONO_GAC_PATH to MONO_GAC_PREFIX, this is a more
25713         logical name as the supplied path is just a prefix to the gac not
25714         the direct path to it.
25715         
25716 Thu Jun 10 20:10:16 CEST 2004 Paolo Molaro <lupus@ximian.com>
25718         * reflection.c: make the token for a created method match
25719         the token of the MethodBuilder it was created from
25720         (IKVM requires this behaviour now).
25722 Thu Jun 10 16:02:27 CEST 2004 Paolo Molaro <lupus@ximian.com>
25724         * image.c, image.h, appdomain.c, assembly.c, loader.c, metadata.c,
25725         reflection.c, socket-io.c: leak fixes.
25727 Wed Jun 9 18:23:59 CEST 2004 Paolo Molaro <lupus@ximian.com>
25729         * icall.c: handle sentinel pos in vararg methods in position different
25730         from 0.
25732 2004-06-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25734         * culture-info-tables.h: freshly generated.
25736 2004-06-09  Martin Baulig  <martin@ximian.com>
25738         * loader.c (mono_get_method_constrained): Call `mono_class_init
25739         (constrained_class)'.   
25741 2004-06-08  Gert Driesen <drieseng@users.sourceforge.net>
25743         * icall.c (ves_icall_MonoType_GetEvent): Handle events without
25744         any methods. Fixes #59629.
25746 2004-06-08  Atsushi Enomoto  <atsushi@ximian.com>
25748         * culture-info-tables.h: reflecting locale-builder updates.
25750 2004-06-08  Dick Porter  <dick@ximian.com>
25752         * object.h:
25753         * locales.c: Fixed compile warnings, including a real bug in
25754         CompareInfo_internal_compare.
25755         
25756 2004-06-08  Dick Porter  <dick@ximian.com>
25758         * locales.c
25759         (ves_icall_System_Globalization_CompareInfo_internal_index):
25760         (ves_icall_System_Globalization_CompareInfo_internal_index_char):
25761         Double-check the resuls of usearches, because ICU currently
25762         ignores most of the collator settings here.  Fixes bug 59720.
25763         
25764 2004-06-08  Dick Porter  <dick@ximian.com>
25766         * locales.c
25767         (ves_icall_System_Globalization_CompareInfo_internal_index_char):
25768         Fix memory leak and segfault-causing typo.  No idea how this one
25769         lasted so long without being noticed.
25771 2004-06-09  Zoltan Varga  <vargaz@freemail.hu>
25773         * icall.c (ves_icall_Type_GetEvents_internal): Handle events without
25774         any methods. Fixes #59629.
25776 2004-06-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25778         * assembly.c:
25779         (mono_assembly_load): search_loaded -> mono_assembly_loaded (we didn't
25780         own the critical section before). Removed dead code (that's done
25781         in the preload hook).
25783         (mono_assembly_load_with_partial_name): call the preload hook.
25785 2004-06-08  Martin Baulig  <martin@ximian.com>
25787         * metadata.c (mono_metadata_signature_alloc): Default
25788         `sentinelpos' to -1.
25790         * reflection.c (mono_image_get_array_token): Likewise.
25792 2004-06-08  Martin Baulig  <martin@ximian.com>
25794         * icall.c (ves_icall_ModuleBuilder_getMethodToken): New icall.
25796         * metadata.c (mono_metadata_parse_method_signature): When parsing
25797         a MethodDef which has VarArgs, set sentinelpos.
25799         * metadata.h (MonoMethodSignature): Make `sentinalpos' a signed
25800         `gint16' since we're using -1 for non-varargs methods.
25802         * reflection.c
25803         (ReflectionMethodBuilder): Added `MonoArray *opt_types'.
25804         (method_encode_signature): Added varargs support.
25805         (method_builder_encode_signature): Likewise.
25806         (mono_image_get_varargs_method_token): New static method.
25807         (mono_image_create_method_token): New public method; this is
25808         called via an icall instead of mono_image_create_token() when
25809         calling a varargs method.       
25811 2004-06-08  Lluis Sanchez Gual  <lluis@ximian.com>
25813         * locales.c: Fixed memory leak in Char.ToLower/ToUpper.
25815 2004-06-08  Atsushi Enomoto  <atsushi@ximian.com>
25817         * culture-info-tables.h : Reflecting the latest locale-builder that
25818           fixed empty array representation ({} to {0}).
25820 2004-06-07  Jackson Harper  <jackson@ximian.com>
25822         * assembly.c: It should be <MONO_GAC_PATH>/lib/mono/gac when
25823         looking up extra gac paths. This allows MONO_GAC_PATH to act
25824         exactly like a prefix.
25825         
25826 2004-06-08  Zoltan Varga  <vargaz@freemail.hu>
25828         * reflection.c (mono_reflection_type_from_name): Make a copy of the
25829         type name before modifying it. Fixes #59405.
25831 2004-06-08  Atsushi Enomoto  <atsushi@ximian.com>
25833         * culture-info.h: added fields for "all datetime patterns".
25834         * locales.c: (  ves_icall_System_Globalization_CultureInfo
25835           _construct_datetime_format ()): fill xxx_patterns fields.
25836         * object.h: added fields for "all datetime patterns" to
25837           MonoDateTimeFormatInfo.
25838         * culture-info-tables.h: reflecting locale-builder updates.
25840 2004-06-08  Zoltan Varga  <vargaz@freemail.hu>
25842         * icall.c (ves_icall_Type_GetEvents_internal): Handle the case when
25843         the event has no add and remove methods. Fixes #59629.
25845 2004-06-05  Sebastien Pouliot  <sebastien@ximian.com>
25847         * object.c: Fixed possible integer overflow when allocating large
25848         strings.
25850 2004-06-05  Atsushi Enomoto  <atsushi@ximian.com>
25852         * culture-info-tables.h: reflecting locale-builder updates.
25854 2004-06-05  Atsushi Enomoto  <atsushi@ximian.com>
25856         * culture-info-tables.h: reflecting locale-builder updates.
25858 2004-06-03  Atsushi Enomoto  <atsushi@ximian.com>
25860         * culture-info-tables.h: reflecting locale-builder updates.
25862 2004-06-03  Lluis Sanchez Gual  <lluis@ximian.com>
25864         * threads.c: Made Thread.Sleep abortable.
25866 2004-06-02  Martin Baulig  <martin@ximian.com>
25868         * mono-debug.h (MONO_DEBUGGER_VERSION): Bumped version to 41.
25870         * debug-mono-symfile.h: Bumped symbol file version number to 37.
25872 2004-05-31  Zoltan Varga  <vargaz@freemail.hu>
25874         * marshal.c (mono_marshal_get_runtime_invoke): Fix CR/LFs.
25876 2004-05-30  Jackson Harper  <jackson@ximian.com>
25878         * reflection.c: Do not hardcode assembly versions or public key
25879         tokens anymore. All of this except the corlib section was dead
25880         code anyways.
25881         
25882 2004-05-29  Zoltan Varga  <vargaz@freemail.hu>
25884         * object.c (mono_runtime_invoke_array): Automatically create boxed
25885         objects for byref valuetypes if needed. Fixes #59300.
25886         
25887         * object.c (mono_method_return_message_restore): Handle 
25888         MONO_TYPE_OBJECT as well.
25890 2004-05-28  Jackson Harper  <jackson@ximian.com>
25892         * reflection.c: The modified type encoding was causing build
25893         problems. Reverted for now.
25894         
25895 2004-05-28  Jackson Harper  <jackson@ximian.com>
25897         * reflection.c/h: Take an assembly ref so that we dont create
25898         fully qualified names when encoding types in the same assembly as
25899         the custom attribute being emitted.
25900         * appdomain.c: Increment version number.
25901         
25902 2004-05-26  Duncan Mak  <duncan@ximian.com>
25904         * icall.c
25905         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies):
25906         Set the full version number (major, minor, build, revision).
25908 2004-05-28  Vladimir Vukicevic  <vladimir@pobox.com>
25910         * marshal.c (emit_struct_conv): increment src/dst after blit
25911         (mono_marshal_get_managed_wrapper,
25912         mono_marshal_get_native_wrapper): make sure we have marshalling
25913         info before marshalling params (info computation affects
25914         blittable)
25916         * class.c (class_compute_field_layout): correctly deal with
25917         blittable
25918         (mono_class_layout_fields): Don't do gc_aware_layout for AUTO
25919         value types (as per what windows dows by default)
25920         (mono_class_setup_mono_type): System.ValueType is blittable
25921         (mono_ptr_class_get, mono_fnptr_class_get): Pointer classes are
25922         blittable
25924         * marshal.c (mono_marshal_load_type_info): flag types  as
25925         non-blittable if the native layout doesn't match the managed
25926         layout
25928 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25930         * appdomain.c: don't add stuff in the private search path that is
25931         above the application base. If application base is not set, there's
25932         no private search path.
25934 2004-05-28  Zoltan Varga  <vargaz@freemail.hu>
25936         * marshal.c (mono_marshal_get_managed_wrapper): Add proper support for
25937         byref struct arguments in native->managed marshalling.
25939 2004-05-28      Patrik Torstensson      <totte@hiddenpeaks.com>
25941         * marshal.c (mono_marshal_get_runtime_invoke): correctly
25942         cache methods using signature (special case for methods
25943         that are value type or string class)
25944         
25945         * image.c (mono_image_close): clean up allocated GSList's
25946         in runtime_invoke_cache.
25948 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25950         * mono-config.c: set the correct path for mono_cfg_dir on windows when
25951         there's no MONO_CFG_DIR environment variable defined.
25953 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25955         * threads.c: windows version must be >= 0x0500 to include OpenThread.
25957 2004-05-28  Lluis Sanchez Gual  <lluis@ximian.com>
25959         * threadpool.c: Really wait for 500ms after the async call, even if the wait
25960           is interrumped.
25961         * threads.c: In mono_thread_manage, call OpenThread to ref each handle
25962           before waiting for it, and call CloseHandle after the wait to unref it.
25963           This will make sure that handles are not disposed too early.
25965 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25967         * appdomain.c:
25968         * appdomain.h:
25969         * icall.c: removed
25970         ves_icall_System_AppDomainSetup_InitAppDomainSetup as it's not
25971         needed now.
25973         * object.c: se the application_base only for the domain that runs
25974         Main. Fixes bug #59216,
25976 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25978         * appdomain.c:
25979         * object.c: only the domain in which Main is run have
25980         SetupInformation.ConfigurationFile set, so moved a few lines from
25981         appdomain.c to object.c.
25983 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25985         * appdomain.c: we tried to load [name].(dll|exe), but according
25986         to bug #57710, we must also try [culture]/[name].(dll|exe) and
25987         [culture]/[name]/[name](dll|exe). This patch fixes the bug.
25988         There's a test case attached to bug #58922.
25990 2004-05-27  Dick Porter  <dick@ximian.com>
25992         * icall.c:
25993         * file-io.c: Implemented icalls for locking and unlocking regions
25994         in a file.
25995         (ves_icall_System_IO_MonoIO_FindNextFile): FindNextFile() returns
25996         FALSE on error (fixes both compiler warning and real bug.)
25998 2004-05-27  Atsushi Enomoto  <atsushi@ximian.com>
26000         * culture-info-tables.h: reflecting locale-builder updates.
26002           (Added missing ChangeLog entry for 05/26)
26004 2004-05-27  Jackson Harper  <jackson@ximian.com>
26006         * locales.c: Fix some cut and paste errors.
26007         
26008 2004-05-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26010         * mono-config.c: set the correct path for config. directory on windows.
26012 2004-05-26  Atsushi Enomoto  <atsushi@ximian.com>
26014         * icall.c : Fixed ves_icall_System_DateTime_GetNow() to return utc
26015           on win32.
26017 2004-05-26  Zoltan Varga  <vargaz@freemail.hu>
26019         * marshal.c (mono_marshal_get_native_wrapper): Free strings returned
26020         from pinvoke functions.
26021         
26022         * marshal.c (mono_ftnptr_to_delegate): Implement this.
26024 2004-05-26  Atsushi Enomoto  <atsushi@ximian.com>
26026         * culture-info-tables.h: reflecting locale-builder updates.
26028 2004-05-26  Zoltan Varga  <vargaz@freemail.hu>
26030         * profiler.c (simple_allocation): Skip icall wrapper methods. Fixes
26031         #59086.
26033 2004-05-26  Sebastien Pouliot  <sebastien@ximian.com>
26035         * appdomain.cs: Bumped MONO_CORLIB_VERSION to 20.
26036         * icall.c: Modified icalls for RNG.
26037         * rand.c|h: Changed RNG interface to allow thread-safe usage under 
26038         Windows (CryptoAPI).
26040 2004-05-25  Zoltan Varga  <vargaz@freemail.hu>
26042         * locales.c: Fix build.
26044 2004-05-25  Atsushi Enomoto  <atsushi@ximian.com>
26046         * culture-info-tables.h: reflecting locale-builder updates.
26048 2004-05-25  Jackson Harper  <jackson@ximian.com>
26050         * locales.c: When creating the current culture use the $LANGs
26051         specific culture. So DateTimeFormat and NumberFormat entries are created.
26052         
26053 2004-05-25  Zoltan Varga  <vargaz@freemail.hu>
26055         * string-icalls.{h,c} icalls.c: Add new icalls for Strcpy which take
26056         a char array as parameter.
26058 2004-05-24  Lluis Sanchez Gual  <lluis@ximian.com>
26060         * image.c: In mono_image_open(), always use an absolute path name to
26061           look for already loaded images.
26063 2004-05-24  Sebastien Pouliot  <sebastien@ximian.com>
26065         * icall.c: Added define for CSIDL_FLAG_CREATE (0x8000) in case it is
26066         missing in the windows build (like older cygwin include files).
26068 2004-05-23  Sebastien Pouliot  <sebastien@ximian.com>
26070         * icall.c: Fixed check for possible integer overflow in Buffer_
26071         BlockCopy icall. Replaced comments style // by /* */.
26073 2004-05-22  Zoltan Varga  <vargaz@freemail.hu>
26075         * marshal.c (mono_ftnptr_to_delegate): Fix warning.
26076         
26077         * marshal.c (mono_marshal_get_proxy_cancast): Move thread interrupt
26078         check after MONO_VTADDR. Fixes pinvoke2.exe.
26080         * marshal.h marshal.c metadata.h: Add beginnings of support for
26081         ftnptr -> delegate marshalling.
26083 2004-05-21  Zoltan Varga  <vargaz@freemail.hu>
26085         * threads.c (ves_icall_System_Threading_Thread_ResetAbort): Fix compilation on gcc-2.95.
26086         * threads.c: Fix warnings.
26088 2004-05-20  Lluis Sanchez Gual  <lluis@ximian.com>
26090         * appdomain.c, gc.c: Make use of the new WaitForSingleObjectEx.
26091         * icall.c: Registered icalls for Suspend and Resume.
26092         * locales.c: Beware, mono_monitor_try_enter can now be interrupted by
26093           Thread.Abort.
26094         * monitor.c: Use WaitForSingleObjectEx. Added some interruption checkpoints.
26095         * mono-debug-debugger.c: Use WaitForSingleObjectEx et al.
26096         * process.c: Use WaitForSingleObjectEx.
26097         * threadpool.c: Use WaitForSingleObjectEx. Added some interruption 
26098           checkpoints.
26099         * threads.c, threads.h: Make use of new Ex wait methods. Improved
26100           implementation of Thread.Abort and Thread.ResetAbort icalls. Added icalls
26101           for Suspend and Resume. Added new mono_thread_stop, used for stoping
26102           background threads. Added basic support for Abort in Windows.
26103           Start new threads using a managed delegate invoke wrapper. This wrapper
26104           has an interruption checkpoint that is needed since an interruption
26105           can be requested before the thread leaves the unmanaged code that starts 
26106           the thread.
26107         * marshal.c: Added interruption checkpoint after every native call, and
26108           also before managed calls for wrappers called from unmanaged code to
26109           go into managed code.
26110         * object.h: Added new field in MonoThread to keep track of interruption
26111           requests.
26113 2004-05-20  Zoltan Varga  <vargaz@freemail.hu>
26115         * marshal.c: Insert SAVE_LMF and RESTORE_LMF opcodes around native
26116         calls.
26118 2004-05-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26120         * appdomain.c:
26121         * assembly.c:
26122         * gc.c:
26123         * locales.c:
26124         * mono-config.c:
26125         * rand.c: getenv -> g_getenv (windows!)
26127         * process.c: complete_path is also used on non-windows platforms.
26129 2004-05-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26131         * icall.c: new signature for Process_Start.
26133         * process.[ch]: new signature for Process_Start. If we're on windows
26134         and UseShellExecute is false, we have to search for the program by
26135         ourselves if we don't get a full path.
26137 2004-05-18  Zoltan Varga  <vargaz@freemail.hu>
26139         * marshal.c (mono_marshal_get_native_wrapper): Fix up custom 
26140         marshalling and call CleanUpNativeData if needed. Fixes #58646.
26142 2004-05-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26144         * socket-io.c: field value changed for Int32 from 'value' to 'm_value'.
26145         Fixes bug #58373.
26147 2004-05-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26149         * process.c: use double quotes to quote program name and arguments on
26150         windows. Fixes bug #58575.
26152 2004-05-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26154         * file-io.c: don't return "." and ".." when using windows Find*File.
26156 2003-05-17      Patrik Torstensson <totte@hiddenpeaks.com>
26158         * marshal.c: Don't pass wrappers to message init because method 
26159         addressed used to lookup metadata. part of remoting[2|3] fix.
26161 2004-05-15  Jackson Harper  <jackson@ximian.com>
26163         * assembly.c: Remove user gac and implement MONO_GAC_PATH, this
26164         path is essentially the same as MONO_PATH except that it points to
26165         GACs instead of lib directories.
26166         * loader.h: The user gac is gone so we dont need function to
26167         enable/disable it.
26168         * mono-config.c: user gac option is now gone.
26169         
26170 2004-05-15  Jackson Harper  <jackson@ximian.com>
26172         * culture-info.h: Make defines more consistent, add calendar data
26173         to the culture info table.
26174         * culture-info-tables.h: Add basic calendar data. Basically
26175         everyone gets default gregorian until all the data is
26176         updated.
26177         * locales.c: Use the new consistent defines. Set calendar data for
26178         culture info objects.
26179         * object.h: add a field for calendar data to CultureInfo
26180         
26181 2004-05-14 Ben Maurer  <bmaurer@users.sourceforge.net>
26183         * image.c: image->runtime_invoke_cache is keyed on signatures now.
26184         * marshal.c (mono_mb_emit_calli): new helper to emit a CEE_CALLI with
26185         a signature.
26186         (mono_mb_emit_managed_call, mono_mb_emit_native_call): use the above.
26187         (mono_marshal_get_runtime_invoke): The runtime invoke method now takes
26188         an extra param that is the pointer of the method to invoke. The IL for
26189         the invoke method is no longer specific to the method, but to the
26190         signature of the method. Thus, we can share the same code for multiple
26191         methods. This reduces the number of methods that have to be compiled.
26193 2004-05-14  Zoltan Varga  <vargaz@freemail.hu>
26195         * icall.c (ves_icall_System_Reflection_Assembly_load_with_partial_name): Fix warning.
26197         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
26199         * icall.c: Optimize Buffer.BlockCopy.
26201 2004-05-14  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26203         * culture-info-tables.h: seems like Spanish and Portuguese cultures had
26204         DateTimeFormatInfo.YearMonthPattern like "MMMM' yyyy" (note the single
26205         quote). Changed them to "MMMM yyyy".
26207 2004-05-12  Miguel de Icaza  <miguel@ximian.com>
26209         * rand.c
26210         (ves_icall_System_Security_Cryptography_RNGCryptoServiceProvider_InternalGetBytes): Always close the file. 
26212 2004-05-13  Zoltan Varga  <vargaz@freemail.hu>
26214         * reflection.h: Updated after changes to managed structures.
26216         * appdomain.c: Bump corlib version.
26218 2004-05-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26220         * Makefile.am: also add libmonoos to libmetadata. Fixes the build on
26221         windows.
26223 2004-05-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26225         * Makefile.am: link to ../os/libmonoos.la on windows.
26227         * assembly.c:
26228                 -If MONO_DEBUG, warn about non-existing directories in
26229                 MONO_PATH.
26230                 -Added mono_assembly_getrootdir() that replaces MONO_ASSEMBLIES
26231                 compile time variable.
26232                 -Removed init_default_path and call mono_set_rootdir from
26233                 libmonoos.a instead (windows only).
26235         * assembly.h: declare mono_assembly_getrootdir().
26237         * domain.c:
26238         * icall.c: use mono_assembly_getrootdir() instead of MONO_ASSEMBLIES.
26240         * loader.c: s/getenv/g_getenv/
26242 2004-05-11  Zoltan Varga  <vargaz@freemail.hu>
26244         * marshal.{h,c}: Add support for UnmanagedType.AsAny.
26246         * marshal.c: Use mono_metadata_signature_{alloc,dup} where appropriate.
26248         * metadata.h: Add new marshalling conversions.
26250         * metadata.h metadata.c (mono_metadata_signature_dup): New helper
26251         function.
26253         * reflection.c (mono_reflection_get_type): Lookup the type in all
26254         modules of a multi-module assembly. Fixes #58291.
26256 2004-05-11  Lluis Sanchez Gual  <lluis@ximian.com>
26258         * threads.c: Before aborting a background, set the StopRequested
26259         state.  This avoids throwing the Abort exception.
26260         In mono_thread_manage, don't continue with the shutdown until all
26261         aborted threads have actually stopped.
26263 2004-05-10  Jackson Harper  <jackson@ximian.com>
26265         * locales.c: Remove the modifier from culture names.
26266         
26267 2004-05-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26269         * Makefile.am: monosn is not installed any more. It has been deprecated
26270         in favor of sn.
26272 2004-05-07  Jackson Harper  <jackson@ximian.com>
26274         * locales.c
26275         (ves_icall_System_Globalization_CultureInfo_internal_get_cultures):
26276         Fix array construction, add bailout if the length is 0.
26278 2004-05-07  Dick Porter  <dick@ximian.com>
26280         * socket-io.c (addrinfo_to_IPHostEntry): Don't crash if the
26281         machine doesn't have a DNS entry.  Patch by Urs Muff
26282         (umuff@quark.com), fixes bug 57928.
26284 2004-05-06  Jackson Harper  <jackson@ximian.com>
26286         * reflection.c: Handle null PublicTokens properly. alloc mem for
26287         assembly names culture so we dont crash when freeing it.
26288         
26289 2004-05-06  Jackson Harper  <jackson@ximian.com>
26291         * assembly.c: Check the usergac when loading with partial names.
26292         
26293 2004-05-05  Sebastien Pouliot  <sebastien@ximian.com>
26295         * rand.c|h: Added new icall for (optionally) seeding the PRNG. This 
26296         does nothing for now (not required for Linux/Windows) but the class
26297         library can call it (and a newer or modified runtime could need it).
26298         * icall.c: Registred icall.
26300 2004-05-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26302         * loader.c: prints a message on module loading error we set MONO_DEBUG
26303         environment variable.
26305 2004-05-05  Jackson Harper  <jackson@ximian.com>
26307         * appdomain.c: Handle PublicKeyToken=null properly.
26308         
26309 2004-05-05  Sebastien Pouliot  <sebastien@ximian.com>
26311         * environment.c|h: Added icall ves_icall_System_Environment_
26312         GetOSVersionString to get the current OS version as a string.
26313         * icall.c: Registred icall.
26315 2004-05-05  Lluis Sanchez Gual  <lluis@ximian.com>
26317         * object.c: in mono_object_get_virtual_method(), take into account that
26318         non-virtual methods don't have a slot in the vtable. Check needed when
26319         the object is a proxy.
26321 2004-05-05  Zoltan Varga  <vargaz@freemail.hu>
26323         * marshal.h marshal.c icall.c: Applied patch from vladimir@pobox.com
26324         (Vladimir Vukicevic). Implement UnsafeAddrOfPinnedArrayElement.
26326         * object.c (mono_class_compute_gc_descriptor): Fix warning.
26328         * object.c (mono_runtime_invoke_array): Add an assert so null cannot be
26329         passed when a valuetype is expected.
26331         * object.c (mono_unhandled_exception): Only set the exit code if the
26332         exception happens in the main thread. Fixes thread5.exe.
26334         * appdomain.c (get_info_from_assembly_name): Fix infinite loop on
26335         invalid names. Fixes #58047.
26337 2004-05-03  Jackson Harper  <jackson@ximian.com>
26339         * assembly.c: This line was committed accidently and is unneeded.
26340         
26341 2004-05-03  Jackson Harper  <jackson@ximian.com>
26343         * icall.c: Add new icall for Assembly::LoadWithPartialName
26344         * assembly.c/.h: new function that probes the GAC to load partial
26345         assembly names by Paolo Molaro.
26346         
26347 2004-05-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26349         * appdomain.c: use g_strncasecmp when looking for 'Culture=' et al.
26350         * reflection.c: use g_strncasecmp when looking for 'Culture=' et al.
26351         (type_get_fully_qualified_name): Added PublicKeyToken when building a
26352         full type name.
26354 2004-05-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26356         * appdomain.c: fixed check for 'neutral' culture and removed warning.
26357         * reflection.c: fix bug when parsing a full type name and Version is not
26358         the last thing in the string.
26360 2004-05-03  Zoltan Varga  <vargaz@freemail.hu>
26362         * appdomain.c (get_info_from_assembly_name): Strdup "" to prevent
26363         crashes when it is freed.
26365 2004-05-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26367         * assembly.c: print the compat warning to stderr.
26369 2004-05-01  Miguel de Icaza  <miguel@ximian.com>
26371         * assembly.c (mono_assembly_load_references): Add a compatibility
26372         hack to run old applications that might be still referencing the
26373         3300-based assemblies, only do this for System.xxx.
26375 2004-05-01  Jackson Harper  <jackson@ximian.com>
26377         * appdomain.c: If the culture is neutral we set it to "".
26378         
26379 2004-04-29  Jackson Harper  <jackson@ximian.com>
26381         * locales.c: Add some missing MONO_ARCH_SAVE_REGS'.
26383 2004-04-29  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
26385         * string-icalls.c: added low overhead function for copying chars
26386         * icall.c: added needed icall for the above function
26388 2004-04-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26390         * icall.c: fix return value of get_global_assembly_cache.  Implemented
26391         Environment.GetLogicalDrives.
26393 2004-04-28  Bernie Solomon  <bernard@ugsolutions.com>
26395         * rand.c: try and talk to egd or prngd
26396         for random bytes if opening devices fail.
26398 2004-04-28  Zoltan Varga  <vargaz@freemail.hu>
26400         * marshal.c (mono_marshal_load_type_info): Calculate the minimum
26401         alignment for the type using the native alignment of its members 
26402         instead of using klass->min_align.
26404         * metadata.c (mono_type_stack_size): Fix size of TYPEDBYREF.
26406 2004-04-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26408         * file-io.c:
26409         * socket-io.c: added check for sys/aio.h.
26411 2004-04-28  Dick Porter  <dick@ximian.com>
26413         * threads.c: Don't abort a thread thats already aborting, when
26414         terminating everything.
26416 2004-04-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26418         * icall.c: added 2 new async calls for Socket.
26420         * socket-io.[ch]: fixed some warnings. Added support for asynchronous
26421         IO on *nix systems.
26423         * threadpool.c: removed unused variable.
26425 2004-04-27  Zoltan Varga  <vargaz@freemail.hu>
26427         * marshal.c: Handle null properly in PtrToString* icalls. Fixes #57706.
26429 Tue Apr 27 15:55:17 CEST 2004 Paolo Molaro <lupus@ximian.com>
26431         * locales.c: put back string_invariant_tolower () and
26432         string_invariant_toupper ().
26434 2004-04-26 David Waite <mass@akuma.org>
26436         * file-io.h:
26437         * socket-io.h:
26438         * threads.h:
26439         * unicode.h: remove comma from end of enumeration declarations
26441 2004-04-26 David Waite <mass@akuma.org>
26443         * debug-mono-symfile.h:
26444         * decimal.c:
26445         * mono_debug.h:
26446         * sysmath.c: Define 64 bit constants as long long types (i.e. 10ULL)
26449 2004-04-26  Jackson Harper  <jackson@ximian.com>
26451         * appdomain.c: Increment version number.
26452         
26453 2004-04-26  Jackson Harper  <jackson@ximian.com>
26455         * appdomain.c: Set assembly references public token value when
26456         PublicKeyToken is specified, not the hash_value. Free public token
26457         values when free assembly name data. Previously the public key
26458         token was hex decoded, however we are using hex encoded public key
26459         tokens, so this is not neccasary.
26460         * assembly.c: Lookup assemblies in the gac if their public token
26461         value is set. Add function to allow enabling user gac
26462         lookups. Specify whether or not the assembly was loaded from the
26463         GAC. Compare full assembly names when checking the cache for
26464         assemblies (Temporarily disabled see comment in code). Remove
26465         mscorlib -> corlib mapping cruft. Add trace-loading. When a user
26466         specifies trace-loader they get extra info to stdout on the
26467         loading of assemblies.
26468         * image.h: Add a field for an assembly references public token
26469         value to MonoAssemblyname. Add a field to MonoAssembly to specifiy
26470         whether an assembly has been loaded from the GAC.
26471         * image.c: Remove a corlib -> mscorlib name mapping.
26472         * loader.h: Add function to enable/disable the user gac.
26473         * mono-config.c: Check if the usergac is enabled in the config
26474         file.
26475         * icall.c: New icall to determine whether or not an assembly has
26476         been loaded from the GAC. Remove some mscorlib -> corlib mappings.
26477         * tabldefs.h: Add constant for assemblyref flag that specifies a
26478         full public key is used instead of a public token.
26479         * reflection.c: Remove mscorlib -> corlib mappings. Set
26480         PublicTokenValue instead of hash value. This value is a hex
26481         string so it does not need to be expanded.
26483 2004-04-26  Martin Baulig  <martin@ximian.com>
26485         * mono-debug-debugger.c (mono_debugger_initialize): Set
26486         `mono_debugger_initialized' before calling mono_debug_lock().
26488 2004-04-42  Robert Shade <rshade@dvsconsulting.com>
26490         * icall.c: icalls for Char.ToUpper/ToLower are now hooked to
26491           InternalToUpper/InternalToLower.
26492         * locales.c: (ves_icall_System_{Char,String}_InternalTo{Upper,Lower}_Comp)
26493           removed invariant culture shortcut.  This is now done in managed code.
26494         * locales.c: (string_invariant_toupper/tolower) removed.
26496 2004-04-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26498         * icall.c: added GetSupportsAsync for Socket (same as MonoIO).
26499         Added Poll internal call.
26501         * socket-io.[ch]: _wapi_socket == WSASocket. Added internal
26502         call for Poll. Select was too heavy for polling a single socket.
26504         * threadpool.[ch]: added mono_threadpool_cleanup.
26505         * threads.c: use it. Don't use Thread_Abort on windows.
26507 2004-04-23  Martin Baulig  <martin@ximian.com>
26509         * mono-debug-debugger.c (mono_debugger_lookup_assembly): New function.
26511 2004-04-23  Sebastien Pouliot  <sebastien@ximian.com>
26513         * icall.c: Registred new icalls for key pair protection and added an
26514         icall for Environment.GetFolderPath on Windows.
26515         * security.c|h: Added new icalls for key pair protection.
26517 2004-04-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26519         * socket-io.c: don't display the non-supported family warning for known
26520         families. Now this is not displayed on windows when checking support
26521         for IPv4/IPv6.
26523 2004-04-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26525         * class.c: don't display the layout warning for static fields.
26527 2004-04-21  Lluis Sanchez Gual <lluis@ximian.com>
26529         * icall.cs: Registered new icalls for Char.ToLower and Char.ToUpper.
26530         * locales.c, locales.h: Added new icalls for culture-specific
26531         Char.ToLower and Char.ToUpper.
26533 2004-04-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26535         * threads.c: the 2nd argument when aborting a thread is NULL now. Patch
26536         by David Waite.
26538 2004-04-20  Martin Baulig  <martin@ximian.com>
26540         * mono-debug-debugger.c (mono_debugger_lookup_type): Make a copy
26541         of the type name before passing it to mono_reflection_type_from_name().
26543 2004-04-19  Zoltan Varga  <vargaz@freemail.hu>
26545         * marshal.c (mono_marshal_get_managed_wrapper): Handle different string
26546         encodings here. Fixes #56965.
26548 2004-04-18  Bernie Solomon <bernard@ugsolutions.com>
26550         * icall.c (ves_icall_System_Text_Encoding_InternalCodePage):
26551         fix test on strstr result not that I can see anything that
26552         relies on the result.
26554 2004-04-18  Zoltan Varga  <vargaz@freemail.hu>
26556         * metadata.c (mono_type_to_unmanaged): Handle MONO_NATIVE_FUNC as well.
26557         Fixes #57081.
26559         * marshal.c (mono_marshal_get_string_encoding): New helper function.
26561         * marshal.c (mono_marshal_get_native_wrapper): Use the new helper
26562         function to determine which marshalling to use for strings. Fixes
26563         #56965.
26565         * marshal.c (mono_marshal_string_array_to_unicode): Fix warning.
26567         * reflection.c (encode_marshal_blob): Add support for LPARRAY.
26569 2004-04-15  Bernie Solomon  <bernard@ugsolutions.com>
26571         * icall.c: #include mono-config.h
26573 2004-04-15  Jackson Harper  <jackson@ximian.com>
26575         * culture-info-tables.h: Fix date formats for en-US culture.
26576         
26577 2004-04-15  Lluis Sanchez Gual  <lluis@ximian.com>
26579         * icall.c: Registered icalls for ThreadPool.GetMinThreads and 
26580         ThreadPool.SetMinThreads.
26581         * threadpool.c: Implemented ThreadPool.GetMinThreads and
26582         ThreadPool.SetMinThreads.
26584 Thu Apr 15 15:36:40 CEST 2004 Paolo Molaro <lupus@ximian.com>
26586         * mono-config.c: also load the .config file in the directory
26587         where the assembly was found.
26589 Thu Apr 15 14:24:49 CEST 2004 Paolo Molaro <lupus@ximian.com>
26591         * assembly.c: load per-assembly config files.
26592         * icall.c: decrapified code to get the config dir and moved to
26593         mono-config.c.
26594         * image.h, loader.c, loader.h, mono-config.c, mono-config.h: allow
26595         per-assembly config files. When doing a dll map lookup give precedence
26596         to the per-assembly data.
26598 2004-04-14  Martin Baulig  <martin@ximian.com>
26600         * mono-debug-debugger.h (MonoDebuggerEvent): Removed
26601         MONO_DEBUGGER_EVENT_TYPE_ADDED and MONO_DEBUGGER_EVENT_METHOD_ADDED
26602         and added MONO_DEBUGGER_EVENT_RELOAD_SYMTABS.
26604         * mono-debugger-debugger.c: While the debugger is locked, remember
26605         whether the symbol tables have changes and send one single
26606         MONO_DEBUGGER_EVENT_RELOAD_SYMTABS when releasing the lock.
26608 2004-04-14  Zoltan Varga  <vargaz@freemail.hu>
26610         * metadata.h: Add STRARRAY_STRWLPARRAY marshalling convention.
26612         * marshal.h marshal.c (mono_marshal_string_array_to_unicode): New 
26613         function.
26615         * marshal.c (mono_marshal_get_native_wrapper): Take CharSet into
26616         account when marshalling string arrays. Fixes #56965.
26618 2004-04-13  Sebastien Pouliot  <sebastien@ximian.com>
26620         * icall.c: Add new icalls mapping for security.
26621         * security.c|h: Add internal calls for WindowsIdentity,
26622         WindowsImpersonationContext and WindowsPrincipal.
26624 2004-04-13  Gert Driesen (drieseng@users.sourceforge.net)
26626         * class.c: Added comment to ensure the System.MonoDummy class
26627         is removed when no longer necessary
26629 2004-04-13  Miguel de Icaza  <miguel@ximian.com>
26631         * appdomain.c: Pass arguments to the bootstraping exceptions to
26632         minimize JITed methods at boot
26634         * metadata.c (mono_exception_from_name_two_strings): Allow for the
26635         second string to be null.
26637         * icall.c (ves_icall_System_Text_Encoding_InternalCodePage):
26638         Change the protocol to minimize the JIT methods at startup.  Now
26639         it Returns the internal codepage, if the value of "int_code_page"
26640         is 1 at entry, and we can not compute a suitable code page
26641         number, returns the code page as a string.
26643 2004-04-13  Jackson Harper  <jackson@ximian.com>
26645         * culture-info-tables.h: Fix number of decimal digits for all
26646         english locales.
26648 2004-04-13  Jackson Harper  <jackson@ximian.com>
26650         * icall.c: Clairfy out of sync error message. It is not always
26651         your corlib that is out of sync.
26653 2004-04-13  Zoltan Varga  <vargaz@freemail.hu>
26655         * icall.c (ves_icall_Type_GetPropertiesByName): Avoid duplicate
26656         properties when only the set accessor is overriden. Fixes #55874.
26658 2004-04-09  Zoltan Varga  <vargaz@freemail.hu>
26660         * assembly.c (mono_assembly_load_references): Make this thread safe.
26661         Fixes #56327.
26663 2004-04-08  Zoltan Varga  <vargaz@freemail.hu>
26665         * monosn.c: Add missing initialization calls.
26667 2004-04-08  Bernie Solomon  <bernard@ugsolutions.com>
26669         * locales.c:
26670         ves_icall_System_Globalization_CultureInfo_construct_number_format
26671         Fix g_assert so it compiles on fussier compilers re int/ptr
26672         mismatch
26674 2004-04-08  Dick Porter  <dick@ximian.com>
26676         * socket-io.h:
26677         * socket-io.c: Don't set SO_REUSEADDR on windows.  Fixes bug
26678         53992.  Also rearrange the code so that the internal calls return
26679         an error value and exceptions are thrown from managed code.
26681         * icall.c: Add type info to the socket icalls.
26683 2004-04-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26685         * object.h: synchronize MonoCompareInfo with CompareInfo class. Someone
26686         owes me a beer.
26688 2004-04-07  Martin Baulig  <martin@ximian.com>
26690         * class.c (mono_class_from_generic_parameter): Don't default
26691         `klass->parent' to `mono_defaults.object_type'.
26693 2004-04-07  Martin Baulig  <martin@ximian.com>
26695         * reflection.c (mono_reflection_initialize_generic_parameter): Set
26696         `param->pklass->reflection_info'.       
26698 2004-04-07  Jackson Harper  <jackson@ximian.com>
26700         * culture-info-tables.h: Fix date separator symbol.
26701         
26702 2004-04-07  Martin Baulig  <martin@ximian.com>
26704         * icall.c (ves_icall_Type_GetGenericArguments): Moved this icall
26705         from System.Type to System.MonoType.
26707 2004-04-07  Martin Baulig  <martin@ximian.com>
26709         * reflection.h
26710         (MonoReflectionGenericParam): Added `has_reference_type' and
26711         `has_value_type' fields.
26713         * reflection.c (mono_image_get_generic_param_info): Encode the
26714         correct flags if we have the `class' or `struct' constraint.
26716 2004-04-07  Martin Baulig  <martin@ximian.com>
26718         * reflection.h
26719         (MonoReflectionGenericParam): Added `MonoBoolean has_ctor_constraint'.
26721 2004-04-07  Jackson Harper  <jackson@ximian.com>
26723         * appdomain.c: Revert extra patches, just wanted to bump the
26724         version number.
26725         
26726 2004-04-07  Jackson Harper  <jackson@ximian.com>
26728         * Makefile.am: Add culture-info private headers.
26729         * icall.c: Add new icalls for contructing locales.
26730         * locales.c: Construct CultureInfo objects from lookup tables instead of using ICU.
26731         * locales.h: Declare new culture info construction methods.
26732         * object.h: Add new fields used to avoid the CultureMap to
26733         MonoCultureInfo.
26734         * culture-info.h: Definition of structs used in the culture info
26735         tables.
26736         * culture-info-tables.h: Autogenerated tables that contain culture
26737         info data. This file was generated with the locale-builder tool.
26738         * appdomain.c: Incement corlib version number.
26739         
26740 2004-04-07  Bernie Solomon  <bernard@ugsolutions.com>
26742         * appdomain.c: (mono_runtime_init) move mono_thread_init
26743         to before mono_object_new calls so critical sections
26744         are initialized before use.
26746 2004-04-07  Martin Baulig  <martin@ximian.com>
26748         * icall.c
26749         (ves_icall_TypeBuilder_define_generic_parameter): Removed.
26750         (ves_icall_MethodBuilder_define_generic_parameter): Removed.
26751         (ves_icall_MonoGenericParam_initialize): Removed.
26752         (monogenericparam_icalls): Removed.
26753         (generictypeparambuilder_icalls): Added new table for
26754         System.Reflection.Emit.GenericTypeParameterBuilder.
26756         * reflection.c
26757         (mono_reflection_define_generic_parameter): Removed.
26758         (mono_reflection_initialize_generic_parameter): This is now called
26759         from GenericTypeParameterBuilder's .ctor.
26761 2004-04-06  Martin Baulig  <martin@ximian.com>
26763         * class.c (mono_class_init): Don't inflate nested classes in a
26764         generic instance.
26765         (mono_type_get_name_recurse): Include the generic arguments for
26766         generic instances and generic type declarations.
26767         (inflate_generic_type): Correctly inflate MONO_TYPE_SZARRAY.
26768         (_mono_class_get_instantiation_name): Removed.
26769         (mono_class_create_generic): Always use `gklass->name' as our name.
26771         * class.h (MonoGenericInst): Removed `nested_in', and `nested'.
26773         * icall.c (ves_icall_MonoGenericInst_GetDeclaringType): Removed.
26774         (ves_icall_MonoGenericInst_GetNestedTypes): Removed.
26775         (ves_icall_MonoMethod_GetGenericParameters): Renamed to
26776         ves_icall_MonoMethod_GetGenericArguments() and correctly handle
26777         closed generic methods here.
26779         * reflection.c
26780         (mono_reflection_generic_inst_get_nested_types): Removed.
26781         (inflate_mono_method): Copy the generic parameters from the
26782         MonoMethodHeader into out MonoGenericMethod.
26784 2004-04-06  Martin Baulig  <martin@ximian.com>
26786         * row-indexes.h
26787         (MONO_GENERICPARAM_DEPRECATED_CONSTRAINT): Removed.
26789         * metadata.c (GenericParamSchema): Removed "DeprecatedConstraint".
26791         * reflection.c (build_compressed_metadata): If we have any entries
26792         in the GenericParam, MethodSpec or GenericParamConstraint tables,
26793         set the header version to 1.1.
26795 2004-04-06  Martin Baulig  <martin@ximian.com>
26797         * class.c (mono_class_init): If we're a generic instance,
26798         initialize our nested classes, too.
26799         (_mono_class_get_instantiation_name): Deal with the new `!%d'
26800         suffix. 
26802 2004-04-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26804         * process.c: quote the argument passed to the shell on windows.
26806 2004-04-05  Zoltan Varga  <vargaz@freemail.hu>
26808         * threads.c (mono_alloc_special_static_data): Allow this to be
26809         called during startup.
26811 2004-04-02  Martin Baulig  <martin@ximian.com>
26813         * icall.c
26814         (ves_icall_MonoGenericInst_GetDeclaringType): New icall.
26816 2004-04-02  Zoltan Varga  <vargaz@freemail.hu>
26818         * icall.c: Fix build.
26820 2004-04-02  Sebastien Pouliot  <sebastien@ximian.com>
26822         * Makefile.am: Added security.c|h.
26823         * icall.c: Added icall for get_UserName;
26824         * security.c: New file for security related icalls. Added function
26825         get_UserName for System.Environment (fix #56144).
26826         * security.h: New. Header file for security.c
26828 2004-04-02  Dick Porter  <dick@ximian.com>
26830         * icall.c: Deleted the icalls that were obsoleted some time ago
26831         by the ICU string code, and which were mixed into the icall
26832         rearranging.  Fixes bug 55969.
26834         * string-icalls.h: 
26835         * string-icalls.c: Deleted the code that those icalls reference.
26837 2004-04-01  Martin Baulig  <martin@ximian.com>
26839         * metadata.h (MONO_CLASS_IS_INTERFACE): New macro.
26841         * class.c (mono_class_from_generic_parameter): Don't set 
26842         TYPE_ATTRIBUTE_INTERFACE.
26843         (my_mono_class_from_generic_parameter): Likewise.
26845 2004-04-01  Martin Baulig  <martin@ximian.com>
26847         * loader.c (find_method): Added an optional `MonoClass *ic'
26848         argument to search in a specific interface.
26849         (mono_get_method_constrained): New public function.
26851 2004-04-01  Martin Baulig  <martin@ximian.com>
26853         * reflection.c (mono_image_get_generic_field_token): Use the
26854         `handleref' cache here.
26856 2004-04-01  Martin Baulig  <martin@ximian.com>
26858         * reflection.h (MonoDynamicImage): Added `GHashTable *typespec'.
26860         * reflection.c (create_generic_typespec): Use the `typespec' hash
26861         here, not the `typeref' one.    
26863 2004-04-01  Martin Baulig  <martin@ximian.com>
26865         * class.c (mono_class_inflate_generic_type): Moved the
26866         functionality into a new static inflate_generic_type() which
26867         returns NULL if it didn't do anything.  Only increment the
26868         `mono_stats.inflated_type_count' if we actually inflated
26869         something.
26870         (mono_class_get_full): Check the classes type to see whether we
26871         need to inflate it; also inflate MONO_TYPE_(M)VAR.
26873 2004-04-01  Jackson Harper  <jackson@ximian.com>
26875         * reflection.c: Set culture for assembly references.
26876         
26877 2004-04-01 Ben Maurer  <bmaurer@users.sourceforge.net>
26879         * reflection.[ch], icall.[ch], Fix support for pinning variables.
26881 2004-04-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26883         * assembly.c:
26884         (do_mono_assembly_open): the critical section also covers
26885         mono_image_open and mono_image_open_from_data. Fixes bug #56327.
26887 2004-03-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26889         * threads.c:
26890         (mono_manage_threads): abort the background threads when finishing.
26891         Fixes bug #47232.
26893 2004-03-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26895         * gc.c: only close the done_event handle if there was no timeout.
26896         C-ified comments.
26898 2004-03-30  Martin Baulig  <martin@ximian.com>
26900         * icall.c (icall_entries): It's called "System.Activator", not
26901         "System.Activation".    
26903 2004-03-30  Martin Baulig  <martin@ximian.com>
26905         * class.c (mono_ldtoken): Added `MonoGenericContext *' argument.
26906         (mono_class_create_from_typespec): Likewise.
26908 2004-03-30  Martin Baulig  <martin@ximian.com>
26910         * reflection.h (MonoReflectionGenericParam): Use MonoBoolean for
26911         `has_ctor_constraint' and `initialized'.
26913 2004-03-30  Martin Baulig  <martin@ximian.com>
26915         * reflection.c (encode_new_constraint): New static function to add
26916         the constructor constraint attribute to a type parameter.
26917         (encode_constraints): Call encode_new_constraint() if necessary.
26919         * reflection.h
26920         (MonoReflectionGenericParam): Added `guint32 has_ctor_constraint'.
26922         * row-indexes.h: Added CUSTOM_ATTR_GENERICPAR.
26923         
26924 2004-03-29 Ben Maurer  <bmaurer@users.sourceforge.net>
26926         * reflection.c, icall.c: add support for pinning variables. 
26928 2004-03-29  Bernie Solomon  <bernard@ugsolutions.com>
26930         * marshal.c (mono_marshal_get_managed_wrapper):
26931         init bool local with zero rather than null.
26933 2004-03-29  Martin Baulig  <martin@ximian.com>
26935         * icall.c (ves_icall_MonoMethod_get_HasGenericParameters): Show
26936         the "official" behavior here.
26937         (ves_icall_MonoMethod_get_Mono_IsInflatedMethod): New interncall.
26939 2004-03-29  Martin Baulig  <martin@ximian.com>
26941         * icall.c: Reflect latest API changes.
26943 2004-03-29  Martin Baulig  <martin@ximian.com>
26945         * loader.c (mono_get_method_from_token): Also call
26946         mono_metadata_load_generic_params () for abstract and interface
26947         methods; replace the type arguments in the method signature with
26948         the ones which are loaded from the metadata.
26950 2004-03-29  Lluis Sanchez Gual  <lluis@ximian.com>
26952         * monitor.c: In mono_monitor_exit(), don't throw an exception if the owner
26953         of the lock is not the current thread. MS.NET don't do it, in spite of
26954         what the documentation says. See bug #56157.
26956 2004-03-28  Martin Baulig  <martin@ximian.com>
26958         * class.c (mono_class_init): Don't call init_properties() and
26959         init_events() for generic instances; set `prop->parent' when
26960         inflating properties.
26962         * reflection.c (mono_generic_inst_get_object): Call
26963         `mono_class_init (ginst->klass)'.
26964         (mono_type_get_object): Only create a MonoGenericInst if your
26965         generic type is a TypeBuilder.
26966         (do_mono_reflection_bind_generic_parameters): Only set
26967         `ginst->is_dynamic' if our generic type is a TypeBuilder.
26969 2004-03-28  Zoltan Varga  <vargaz@freemail.hu>
26971         * appdomain.c (unload_thread_main): Do not clear proxy_vtable_hash.
26972         Fixes #56091.
26974 2004-03-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26976         * icall.c: added Kill_internal icall.
26977         * process.[ch]: added Kill_internal icall.
26979 2004-03-25  Martin Baulig  <martin@ximian.com>
26981         * class.h (MonoStats): Added `generic_instance_count',
26982         `inflated_method_count', `inflated_type_count' and
26983         `generics_metadata_size'.       
26985 2004-03-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26987         * reflection.c: no warnings now.
26989 2004-03-25  Martin Baulig  <martin@ximian.com>
26991         * class.c (mono_class_get_full): New public function; does a
26992         mono_class_get(), but also takes a `MonoGenericContext *'.
26994         * loader.c (mono_field_from_memberref): Renamed to
26995         `field_from_memberref', made static and added `MonoGenericContext *'
26996         argument.
26997         (mono_field_from_token): Added `MonoGenericInst *' argument.
26998         (method_from_memberef): Likewise.
26999         (mono_get_method_from_token): Likewise.
27000         (mono_get_method_full): New public function; does a
27001         mono_get_method(), but also takes a `MonoGenericContext *'.
27003         * verify.c (mono_method_verify): Get the method's generic context
27004         and pass it to mono_field_from_token(), mono_get_method_full() and
27005         mono_class_get_full().
27007 2004-03-25  Martin Baulig  <martin@ximian.com>
27009         * class.c (mono_class_inflate_generic_type): Take a
27010         `MonoGenericContext *' instead of a `MonoGenericInst *' and a
27011         `MonoGenericMethod *'.
27013 2004-03-25  Martin Baulig  <martin@ximian.com>
27015         * loader.h (MonoMethodInflated): Store the MonoGenericContext
27016         instead of the MonoGenericMethod here.
27018 2004-03-25  Martin Baulig  <martin@ximian.com>
27020         * class.h (MonoGenericInst): Added `MonoGenericContext *context';
27021         each time we create a new MonoGenericInst, we also create a new
27022         context which points back to us.
27024         * class.c (inflate_method): Use `ginst->context' instead of
27025         creating a new context.
27027         * loader.c (method_from_memberref): Use
27028         `klass->generic_inst->context' instead of creating a new context.
27030 2004-03-25  Martin Baulig  <martin@ximian.com>
27032         * class.h (MonoGenericContext): New struct.
27033         (MonoGenericMethod): Removed `generic_inst'.
27035         * class.c (mono_class_inflate_generic_method): Take a
27036         `MonoGenericContext *' instead of a `MonoGenericMethod *'.
27038 2004-03-25  Martin Baulig  <martin@ximian.com>
27040         * loader.h (MonoMethodInflated): New typedef.
27042         * metadata.h (MonoMethodSignature): Removed `gen_method', make
27043         `generic_param_count' consume just 30 bits, added `is_inflated'
27044         and `has_type_parameters' flags (one bit each).
27046         * class.c (mono_class_inflate_generic_method): Create a
27047         MonoMethodInflated instead of a MonoMethodNormal and set
27048         `is_inflated' in the method signature.
27050         * class.h (MonoGenericMethod): Removed `generic_method'.
27052 2004-03-25  Lluis Sanchez Gual  <lluis@ximian.com>
27054         * image.c: Make sure the name of a MonoImage is always an absolute path.
27055           This fixes bug #54415.
27057 2004-03-24  Martin Baulig  <martin@ximian.com>
27059         * class.c (mono_class_setup_vtable): If we're a generic instance,
27060         use our generic type's vtable size.
27062 2004-03-24  Zoltan Varga  <vargaz@freemail.hu>
27064         * appdomain.c (ves_icall_System_AppDomain_InternalUnload): Add
27065         MONO_NO_UNLOAD env var as a temporary workaround for unloading 
27066         problems.
27068 2004-03-23  Martin Baulig  <martin@ximian.com>
27070         * class.h (MonoDynamicGenericInst): Added `int count_events' and
27071         `MonoEvent *events'.
27073         * icall.c (ves_icall_MonoGenericInst_GetEvents): New interncall.
27074         (typebuilder_icalls): Added "get_event_info"; calls
27075         mono_reflection_event_builder_get_event_info(). 
27077         * reflection.c (mono_reflection_generic_inst_initialize): Added
27078         `MonoArray *events'.
27079         (mono_reflection_event_builder_get_event_info): New function.
27081 2004-03-23  Bernie Solomon  <bernard@ugsolutions.com>
27083         * object.h: add mono_type_initialization_init
27085         * object.c (mono_runtime_class_init): 
27086         implement class constructor synchronization rules
27087         to cope with threading issues.  
27088         add mono_type_initialization_init
27090         * appdomain.c (mono_runtime_init): call 
27091         mono_type_initialization_init
27093         * class.h: removing initializing field from MonoVTable
27095 2004-03-23  Martin Baulig  <martin@ximian.com>
27097         * class.c (my_mono_class_from_generic_parameter): Use
27098         `param->name' if it's not NULL. 
27100 2004-03-22 Ben Maurer  <bmaurer@users.sourceforge.net>
27102         * class.c: do not insert non-virtual methods in the vtable.
27103         * icall.c, mono-debug-debugger.c, object.c: if method->slot == -1,
27104         that means the method is non-virtual. This never would have
27105         happened before.
27107 2004-03-22  Lluis Sanchez Gual  <lluis@ximian.com>
27109         * profiler.c: Added lock for accessing coverage_hash.
27111 2004-03-22  Martin Baulig  <martin@ximian.com>
27113         * icall.c (ves_icall_MethodInfo_get_IsGenericMethod): Use
27114         `method->method->signature->generic_param_count != 0' to make it
27115         work for interface methods.
27117 2004-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27119         * process.c: quote the string passed to the shell using g_shell_quote.
27121 2004-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27123         * threads.c:
27124         (mono_threads_manage): don't remove the finalizer thread and self
27125         from the threads hash table so that mono_thread_manage can be called
27126         more than once.
27128 2004-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27130         * process.c: quote the arguments when UseShellExecute is true. Fixes
27131         bug #55790.
27133 2004-03-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27135         * threads.c: set mono_thread_detach as a cleanup routine for every
27136         thread. This way it's always executed upon thread termination, either
27137         aborted or finished normally. No more xsp hangs!
27139 2004-03-17  Martin Baulig  <martin@ximian.com>
27141         * class.h (MonoGenericInst): Replaced the `GList *nested' with an
27142         `int count_nested' and a `MonoType **nested'.
27144         * reflection.c (mono_reflection_bind_generic_parameters): Moved
27145         most of the functionality into a new static
27146         do_mono_reflection_bind_generic_parameters() and don't take a
27147         `MonoType *nested_in' argument any more.  Don't compute nested
27148         types here.
27149         (mono_reflection_generic_inst_get_nested_types): New public method
27150         to get nested types.
27152         * class.c (mono_class_create_generic): Set `klass->nested_in' if
27153         we're a nested class.
27155         * icall.c (ves_icall_MonoGenericInst_GetNestedTypes): Call
27156         mono_reflection_generic_inst_get_nested_types() to compute the
27157         nested types.
27159 2004-03-17  Zoltan Varga  <vargaz@freemail.hu>
27161         * threads.c (ves_icall_System_Threading_Thread_Abort): Add a more
27162         descriptive error message under windows.
27163         
27164 2004-03-17  Martin Baulig  <martin@ximian.com>
27166         * class.c (dup_type): Added `const MonoType *original' argument;
27167         copy the attrs from the original type.
27169 2004-03-17  Martin Baulig  <martin@ximian.com>
27171         * metadata.c (do_mono_metadata_parse_generic_inst): Use the
27172         `m->generic_inst_cache' here.
27174 2004-03-17  Zoltan Varga  <vargaz@freemail.hu>
27176         * exception.h exception.c: Add stack_overflow_exception.
27178 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27180         * threadpool.c:
27181         (overlapped_callback): call SetEvent *after* invoking the callback.
27182         No need to call CloseHandle.
27184 2004-03-16  Martin Baulig  <martin@ximian.com>
27186         * reflection.c (mono_image_get_fieldref_token): Take a
27187         `MonoReflectionField *' instead of a `MonoClassField *' and a
27188         `MonoClass *'; store the `MonoReflectionField *' in the hash.
27190 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27192         * appdomain.c: don't add the culture to the filename we're looking for
27193         if it's neutral or NULL. Fixes bug #53788. Removed redundant memset.
27195 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27197         * locales.c: don't ignore symbols when doing case insensitive compares.
27198         Thanks Dick! Fixes bug #54046.
27200         * threads.c: surround 'threads' usage with enter/leave in
27201         mono_thread_manage.
27203 2004-03-16  Zoltan Varga  <vargaz@freemail.hu>
27205         * marshal.c (mono_marshal_get_native_wrapper): Char arrays are 
27206         implicitly marshalled as [Out]. Fixes #55450.
27208         (mono_marshal_get_runtime_invoke): Zero out the result if there is
27209         an exception.
27211 2004-03-16  Martin Baulig  <martin@ximian.com>
27213         * class.c (mono_class_from_generic_parameter): Use the actual
27214         parameter name. 
27216 2004-03-16  Martin Baulig  <martin@ximian.com>
27218         * reflection.c (type_get_signature_size): New static function.
27219         Compues the size of the type in a method signature.
27220         (method_get_signature_size): New static function; calls
27221         type_get_signature_size() to compute the actual size of the
27222         method's signature.
27223         (method_encode_signature): Use method_get_signature_size() to get
27224         the signature's size rather than using `nparams * 10'.
27226 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27228         * file-io.h: define here WapiOverlapped on windows. I don't want the
27229         regular OVERLAPPED one.
27231         * file-io.c:
27232         * threadpool.c: somehow, BindIoCompletionCallback is not found.
27233         Disabling AIO on windows.
27235 2004-03-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27237         * marshal.c: Marshal.SizeOf throws an exception for AutoLayout. Fixes
27238         bug #55385.
27240 2004-03-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27242         * appdomain.c: upgraded corlib version.
27244         * file-io.c: implemented new icalls: GetSupportsAIO, BeginRead
27245         and BeginWrite. Allow opening files for asynchrnous operations.
27247         * file-io.h: new struct that maps FileStreamAsyncResult.
27248         * icall.c: added new icalls.
27249         * process.[ch]: support setting child process environment variables
27250         and use the SHELL or COMSPEC when UseShellExecute is true.
27252         * threadpool.[ch]: fixed warnings, moved ThreadPool icalls here. The
27253         callback for async. IO is here and also BindHandle.
27255         * threads.[ch]: added mono_thread_detach and removed ThreadPool icalls
27256         from here.
27258 2004-03-14  Zoltan Varga  <vargaz@freemail.hu>
27260         * reflection.c (create_custom_attr): Allow len == 0.
27262         * object.c (mono_class_compute_gc_descriptor): Fix descriptor
27263         computation on big-endian machines.
27265 2004-03-13  Martin Baulig  <martin@ximian.com>
27267         * class.h (MonoGenericInst): Added `int count_ifaces'.
27269         * iclass.c (ves_icall_MonoGenericInst_GetInterfaces): Use
27270         `ginst->count_ifaces' instead `klass->interface_count' since we
27271         may get called before the vtable is created.
27273         * loader.c (mono_method_get_param_names): If we're a generic
27274         instance, return and don't initialize the class.
27276         * reflection.c (mono_reflection_setup_generic_class): Don't call
27277         ensure_runtime_vtable().
27278         (mono_reflection_bind_generic_parameters): Set
27279         `ginst->count_ifaces'.
27281 2004-03-11  Jackson Harper <jackson@ximian.com>
27283         * icall.c:
27284         * unicode.c:
27285         * unicode.h: Remove unused System.Char icalls.
27286         
27287 2004-03-11  Miguel de Icaza  <miguel@ximian.com>
27289         * loader.c (mono_lookup_pinvoke_call): Call the Windows.Forms init
27290         code when we P/Invoke the first library in Windows.Forms, instead
27291         of when we first open the assembly.
27293         * assembly.c: Drop the lookup from here.
27295 2004-03-10  Martin Baulig  <martin@ximian.com>
27297         * reflection.c (mono_reflection_get_custom_attrs): Use the correct
27298         class for properties, fields and events.  Finally fixes #54945.
27300 2004-03-10  Martin Baulig  <martin@ximian.com>
27302         * metadata.c (mono_metadata_class_equal): New static function;
27303         checks whether two generic instances or two generic parameters are
27304         equal.
27305         (mono_metadata_type_equal): Use mono_metadata_class_equal() to
27306         compare classes.        
27308 2004-03-10  Martin Baulig  <martin@ximian.com>
27310         * class.h (MonoGenericMethod): Added `gpointer reflection_info'.
27312         * reflection.c (inflate_mono_method): Added `MonoObject *obj'
27313         argument and write it into the `reflection_info' field.
27315         * icall.c
27316         (ves_icall_MethodBase_GetGenericMethodDefinition): New interncall.
27317         (ves_icall_MethodBase_get_HasGenericParameters): New interncall.
27319 2004-03-09  Jackson Harper  <jackson@ximian.com>
27321         * char-conversions.h: use 8 bits for numeric data its all we need
27322         * icall.c: numeric data is only 8 bits now.
27324 2004-03-09  Martin Baulig  <martin@ximian.com>
27326         * class.h (MonoProperty, MonoEvent): Added `MonoClass *parent'.
27328         * class.c (init_properties, init_events): Initialize the new
27329         `parent' field.
27331         * reflection.c (typebuilder_setup_properties): Likewise.
27332         (typebuilder_setup_events): Likewise.
27334         * reflection.h (MonoEventInfo): Replaced `parent with
27335         `declaring_type' and `reflected_type'.
27337         * icall.c (ves_icall_get_property_info): Distinguish between
27338         declaring and reflected type.
27339         (ves_icall_get_event_info): Likewise.
27341 2004-03-09  Martin Baulig  <martin@ximian.com>
27343         * icall.c (ves_icall_Type_GetTypeCode): Added MONO_TYPE_GENERICINST.
27344         (ves_icall_Type_GetField): Correctly set field->klass.
27346 2004-03-09  Zoltan Varga  <vargaz@freemail.hu>
27348         * loader.h: Fix warning.
27350 2004-03-08  Miguel de Icaza  <miguel@ximian.com>
27352         *  loader.c, loader.h (mono_loader_wine_init): Loads the Wine/Lib
27353         library routine if present.  Notice that it will still continue
27354         executing even if its missing, for those working on the Gtk#
27355         edition of Windows.Forms.
27357         * assembly.c (do_mono_assembly_open): If loading the
27358         System.Windows.Forms call mono_loader_wini_init.
27360 2004-03-04  Lluis Sanchez Gual  <lluis@ximian.com>
27362         * class.h: Added MonoRemoteClass struct.
27363         * domain.c: Changed hash function for proxy_vtable_hash. It now uses a
27364         function for MonoStrings.
27365         * icall.c: In GetTransparentProxy, assign a MonoRemoteClass to the proxy.
27366         Added internal call for getting the proxy type.
27367         * marshal.c: Get the type of transparent proxies from its remote_class.
27368         Added methods that generate the IL for type checks and casts:
27369         mono_marshal_get_isinst, mono_marshal_get_castclass, 
27370         mono_marshal_get_proxy_cancast.
27371         * marshal.h: Declaration of the previous new methods.
27372         * object.c: Added new moethods for creating and updating MonoRemoteClass
27373         instances: mono_remote_class, mono_upgrade_remote_class, 
27374         * object.h: Added MonoRemoteClass reference in MonoTransparentProxy.
27375         * verify.c: FIx transparent_proxy_fields layout.
27376         * appdomain.c: Bump corlib version.
27378 2004-03-04  Jackson Harper  <jackson@ximian.com>
27380         * icall.c: Add icall to access char conversion tables.
27381         * char-conversions.h: Character conversion tables.
27382         * Makefile.am: Add char-conversions.h private header file.
27383         
27384 2004-03-04  Zoltan Varga  <vargaz@freemail.hu>
27386         * appdomain.c (unload_thread_main): Increase unloading timeout to
27387         10 sec as a temporary workaround for Nant problems.
27389 2004-02-29  Zoltan Varga  <vargaz@freemail.hu>
27391         * gc.c: Add checks for GC_enable and GC_disable.
27393         * string-icalls.c locales.c: Applied patch from Jaroslaw Kowalski
27394         (jaak@zd.com.pl). Fix memory corruption in String.Replace 
27395         (bug #54988).
27396         
27397 2004-02-27  Martin Baulig  <martin@ximian.com>
27399         * reflection.c (mono_reflection_bind_generic_parameters): Take a
27400         `MonoReflectionType *' instead of a `MonoType *'.
27402 2004-02-26  Zoltan Varga  <vargaz@freemail.hu>
27404         * gc.c (run_finalize): Avoid finalizing the object representing the
27405         finalizer thread.
27406         (finalizer_thread): Fix warning.
27408 2004-02-25  Martin Baulig  <martin@ximian.com>
27410         * class.c (_mono_class_get_instantiation_name): Added `int offset'
27411         argument for nested types.
27412         (mono_class_create_generic): Added support for nested generictypes.
27414         * class.h (MonoGenericInst): Added `MonoType *nested_in' and
27415         `GList *nested'.
27417         * icall.c (ves_icall_MonoGenericInst_GetNestedTypes): New icall.
27419         * reflection.c (method_encode_signature): Increase the minimum
27420         value of `size' from 10 to 11.
27421         (mono_reflection_bind_generic_parameters): Take `int type_argc'
27422         and `MonoType **types' arguments instead of the `MonoArray
27423         *types'; added `MonoType *nested_in'.  Recursively instantiate
27424         nested classes. 
27426 2004-02-23  Zoltan Varga  <vargaz@freemail.hu>
27428         * appdomain.h (MonoDomain): Add preallocated null_reference_ex and 
27429         stack_overflow_ex members which are used by exception handling.
27431         * appdomain.c (mono_runtime_init): Initialize the new members.
27433         * gc.c (mono_gc_enable): New helper function.
27434         * gc.c (mono_gc_disable): New helper function.
27436 2004-02-23  Martin Baulig  <martin@ximian.com>
27438         * icall.c: I must have been really stupid - make it actually work
27439         this time ;-)
27441 2004-02-23  Martin Baulig  <martin@ximian.com>
27443         * loader.c (method_from_memberref): Only inflate the method if
27444         it's in another klass.
27446 2004-02-23  Martin Baulig  <martin@ximian.com>
27448         * class.c (mono_class_inflate_generic_type): Fixed two bugs.
27449         (mono_class_init): If we're a generic instance and an interface,
27450         compute `class->interface_id'; also create `class->interfaces'
27451         here and inflate them.
27453         * metadata.c (do_mono_metadata_parse_generic_inst): Compute
27454         `ginst->is_open'.
27455         (mono_type_stack_size): Fix for MONO_TYPE_GENERICINST.
27457         * reflection.c (mono_image_create_token): Allow "MonoGenericInst".
27459 2004-02-15  Miguel de Icaza  <miguel@ximian.com>
27461         * reflection.c (method_encode_code): Improved the error message
27462         generated by the exception.
27464 2004-02-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27466         * icall.c: Martin did not do what he said in the ChangeLog for
27467         2004-02-18, but put back the changes for properties and events.
27468         Commenting those changes out again and adding comment to bug #54518.
27469         
27470         * process.c: removed warning.
27472 2004-02-20  Zoltan Varga  <vargaz@freemail.hu>
27474         * marshal.c (emit_struct_conv): Print an error message instead of
27475         asserting when a type does not have the StructLayout attribute.
27477 2004-02-20  Martin Baulig  <martin@ximian.com>
27479         * reflection.c (mono_type_get_object): Also use the cache for
27480         generic instances.
27481         (mono_reflection_bind_generic_parameters): Always compute
27482         `ginst->ifaces'.        
27484 2004-02-20  Martin Baulig  <martin@ximian.com>
27486         * class.h (MonoGenericMethod): Removed `klass'.
27488         * class.c (mono_class_inflate_generic_method): Added `MonoClass
27489         *klass' argument.
27491 2004-02-20  Martin Baulig  <martin@ximian.com>
27493         * reflection.c (method_encode_methodspec): Actually use the
27494         uninflated signature for the memberref.
27496 2004-02-20  Martin Baulig  <martin@ximian.com>
27498         * class.h (MonoGenericMethod): Removed `declaring'.
27500         * class.c (mono_class_inflate_generic_method): If `gmethod->klass'
27501         is NULL, compute it here.
27503 2004-02-20  Martin Baulig  <martin@ximian.com>
27505         * image.h (MonoImage): Added `GHashTable *generic_inst_cache'.
27507         * metadata.c (mono_metadata_generic_inst_hash): New method.
27508         (mono_metadata_generic_inst_equal): New method.
27510         * reflection.c (mono_reflection_bind_generic_parameters): Use the
27511         `klass->image->generic_inst_cache' cache to avoid creating
27512         duplicate MonoGenericInst's.
27514         * class.c (mono_class_inflate_generic_type): Use the cache.
27516 Thu Feb 19 19:39:09 CET 2004 Paolo Molaro <lupus@ximian.com>
27518         * object.c: fixed gc descriptor calculation for embedded valuetypes.
27520 2004-02-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27522         * icall.c: added Socket.WSAIoctl icall.
27524         * socket-io.[ch]: implemented
27525         ves_icall_System_Net_Sockets_Socket_WSAIoctl.
27527 2004-02-19  Atsushi Enomoto  <atsushi@ximian.com>
27529         * icall.c: removed IsDigit, IsSeparator, IsWhiteSpace from char_icalls.
27531 2004-02-18  Urs C Muff  <umuff@quark.com>
27533         * debug-mono-symfile.c, mono-debug-debugger.c, mono-debug.c: Make
27534         this work on PPC and other big-endian architectures.
27536         * debug-mono-symfile.h: Prepended the names of all the `guint32'
27537         fields with an underscore to make sure they're only accessed by
27538         the read32() macro.
27540 2004-02-18  Martin Baulig  <martin@ximian.com>
27542         * icall.c: Put the klass->refclass changes back for methods and
27543         fields, but not for properties and events.  We're currently not
27544         distinguishing between DeclaringType and ReflectedType for
27545         properties and events, that's what caused the regressions.
27547 2004-02-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27549         * object.c:
27550         (mono_async_result_new): the handle can be NULL.
27552         * threadpool.c: Use an event instead of a semaphore, don't initialize
27553         it until needed. This saves quite a few semaphores from being created
27554         when using the threadpool.
27556 2004-02-18  Zoltan Varga  <vargaz@freemail.hu>
27558         * object.c (mono_string_is_interned_lookup): Fix interning of long
27559         strings. Fixes #54473.
27561         * domain.c (ldstr_equal): Optimize if the two strings are equal.
27563         * icall.c: Revert the klass->refclass changes since they introduce
27564         regressions (bug #54518).
27566 2004-02-18  Martin Baulig  <martin@ximian.com>
27568         * class.c (mono_class_init): If we're a generic instance and don't
27569         come from a TypeBuilder, inflate our members here.
27570         (mono_class_from_generic): Removed; just use `ginst->klass' instead.
27571         (mono_class_create_generic): New public method.
27572         (mono_class_initialize_generic): Removed.
27573         (get_instantiation_name): Renamed to
27574         _mono_class_get_instantiation_name() and made it public.
27576 2004-02-18  Martin Baulig  <martin@ximian.com>
27578         * class.c (mono_class_inflate_generic_type): Clear the new
27579         instance's `nginst->klass' when inflating a generic instance.
27580         (mono_class_is_subclass_of): Added (basic) support for generic
27581         instances.
27583 Tue Feb 17 21:40:16 CET 2004 Paolo Molaro <lupus@ximian.com>
27585         * appdomain.h, domain.c: use a MonoCodeManager instead of a
27586         MonoMempool to hold compiled native code.
27588 2004-02-17  Martin Baulig  <martin@ximian.com>
27590         * class.h (MonoDynamicGenericInst): Added `count_properties' and
27591         `properties'.
27593         * reflection.c (mono_reflection_generic_inst_initialize): Added
27594         `MonoArray *properties' argument.
27596         * icall.c (ves_icall_MonoGenericInst_GetProperties): New interncall.    
27598 2004-02-17  Martin Baulig  <martin@ximian.com>
27600         * icall.c (ves_icall_Type_GetFields): Renamed to
27601         ves_icall_Type_GetFields_internal() and added a
27602         `MonoReflectionType *rtype' argument; pass it to
27603         mono_field_get_object() to set the field's "reflected" type.
27604         (ves_icall_Type_GetConstructors): Likewise.
27605         (ves_icall_Type_GetEvents): Likewise.
27606         (ves_icall_Type_GetMethodsByName): Added `MonoReflectionType *rtype'
27607         argument; pass it to mono_method_get_object() to set the method's
27608         "reflected" type.       
27610 2004-02-17  Martin Baulig  <martin@ximian.com>
27612         * class.h (MonoDynamicGenericInst): New type.
27613         (MonoGenericInst): Added `dynamic_info' and `is_dynamic' fields.
27615         * icall.c (ves_icall_MonoGenericInst_GetMethods): New interncall.
27616         (ves_icall_MonoGenericInst_GetConstructors): New interncall.
27617         (ves_icall_MonoGenericInst_GetFields): New interncall.
27619         * class.c (mono_class_from_generic): Don't call
27620         mono_class_initialize_generic() if this is a dynamic instance;
27621         ie. it's being created from a TypeBuilder.
27622         Use MONO_TYPE_GENERICINST for `class->this_arg.type' and
27623         `class->byval_arg.type'.
27625         * reflection.c (mono_reflection_inflate_method_or_ctor): Renamed
27626         to `inflate_method' and made static.
27627         (mono_reflection_inflate_field): Removed.
27628         (mono_reflection_generic_inst_initialize): New public method.
27630         * reflection.h (MonoReflectionGenericInst): Removed `methods',
27631         `ctors' and `fields'; added `initialized'.
27633 2004-02-14  Zoltan Varga  <vargaz@freemail.hu>
27635         * debug-helpers.c (mono_method_full_name): Fix output for empty
27636         namespaces.
27638 2004-02-12  Martin Baulig  <martin@ximian.com>
27640         * class.h (MonoClassField): Added `MonoType *generic_type'.
27642         * reflection.c (mono_image_get_fieldref_token): Added support for
27643         instantiated generic types.
27644         (field_encode_inflated_field): Removed.
27645         (mono_image_get_inflated_field_token): Removed.
27646         (mono_reflection_inflate_field): Return a `MonoReflectionField *'.
27648         * reflection.h (MonoReflectionInflatedField): Removed.
27650 2004-02-12  Martin Baulig  <martin@ximian.com>
27652         * metadata.h (MonoMethodHeader, MonoMethodSignature): Moved the
27653         `gen_method' field from MonoMethodHeader to MonoMethodSignature.
27655         * reflection.c (mono_image_get_methodspec_token): Take a
27656         `MonoMethod *' instead of a `MonoReflectionInflatedMethod *'.
27657         (mono_image_create_token): Check whether we have a
27658         `method->signature->gen_method' and call
27659         mono_image_get_methodspec_token() if appropriate.
27660         (inflated_method_get_object): Removed.
27661         (mono_reflection_bind_generic_method_parameters): Return a
27662         `MonoReflectionMethod *', not a `MonoReflectionInflatedMethod *'.
27663         (mono_reflection_inflate_method_or_ctor): Likewise.
27665         * reflection.h (MonoReflectionInflatedMethod): Removed.
27667 2004-02-12  Zoltan Varga  <vargaz@freemail.hu>
27669         * marshal.c (mono_marshal_get_native_wrapper): Implement proper support
27670         for custom valuetype marshalling.
27672         * icall.c (icall_entries): Diagnostic -> Diagnostics. Fixes #54261.
27674 2004-02-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27676         * icall.c: fixed WSAGetLastError_internal name.
27678 2004-02-11  Zoltan Varga  <vargaz@freemail.hu>
27680         * threads.c (mono_thread_attach): Allow this to be called multiple
27681         times for a thread.
27682         
27683         * threads.c (build_wait_tids): Do not wait for ourselves.
27685         * threads.c (mono_thread_pop_appdomain_ref): Avoid crash if the 
27686         appdomain list is empty.
27688         * marshal.c (mono_marshal_get_native_wrapper): Do not free the
27689         memory returned by mono_string_builder_to_utf16, since it points into
27690         managed memory. Thanks to Bernie Solomon for noticing this.
27692         * icall.c: Add AppDomainSetup icalls.
27694         * reflection.h (MonoReflectionMethodAux): Add 'param_cattr' field.
27696         * reflection.c (mono_custom_attrs_from_param): Add support for dynamic
27697         types.
27699         * reflection.c (reflection_methodbuilder_to_mono_method): Save
27700         custom attributes to the method_aux struct. Also fix array indexes etc.
27702         * loader.c (mono_method_get_param_names): Make dynamic case work again.
27703         
27704 Tue Feb 10 17:03:04 CET 2004 Paolo Molaro <lupus@ximian.com>
27706         * icall.c, loader.c: icall cleanup: we save quite a bit of memory
27707         (both static and runtime) and reduce startup time.
27709 2004-02-10  Zoltan Varga  <vargaz@freemail.hu>
27711         * marshal.c (mono_marshal_get_native_wrapper): Throw an exception on
27712         AsAny marshalling conversion instead of crashing.
27714         * marshal.c: Fix warnings.
27716 2004-02-09  Martin Baulig  <martin@ximian.com>
27718         * class.h (MonoGenericMethod): Added `MonoMethod *declaring'.
27720         * reflection.h (MonoReflectionInflatedMethod): Removed the
27721         `declaring' field, it's now in the unmanaged MonoGenericMethod.
27723         * reflection.c (method_encode_methodspec): Removed the `method'
27724         argument; we get it from `gmethod->declaring'.
27725         (inflated_method_get_object): Removed the `declaring' argument.
27727 2004-02-09  Martin Baulig  <martin@ximian.com>
27729         * class.h (MonoGenericMethod): New type.
27730         (MonoGenericInst): Remove `mtype_argc', `mtype_argv' and
27731         `generic_method'.
27733         * metadata.h (MonoMethodHeader): Replaced the `geninst' field with
27734         a `MonoGenericMethod *gen_method' one.
27736         * class.c (mono_class_inflate_generic_type): Take an additional
27737         `MonoGenericMethod * argument.  This is only non-NULL if we're
27738         inflating types for a generic method.   
27739         (mono_class_inflate_generic_signature): Renamed to
27740         inflate_generic_signature() and made static; take a
27741         `MonoGenericMethod *' argument instead of a `MonoGenericInst *'.
27742         (inflate_generic_header): Take a `MonoGenericMethod *' argument
27743         instead of a `MonoGenericInst *' one.
27744         (mono_class_inflate_generic_method): Likewise.
27746         * reflection.c (encode_generic_method_sig): Take a
27747         `MonoGenericMethod *' argument instead of a `MonoGenericInst *'.
27748         (method_encode_methodspec): Likewise.
27749         (inflated_method_get_object): Likewise. 
27751         * reflection.h (MonoReflectionGenericInst): Replaced the `ginst'
27752         field with a `MonoGenericMethod *gmethod' one.  
27754 2004-02-08  Bernie Solomon  <bernard@ugsolutions.com>
27756         * class.h (mono_class_has_parent): add parens to expansion
27757         so you can ! this.
27759 2004-02-08  Martin Baulig  <martin@ximian.com>
27761         * image.h (MonoImage): Removed `generics_cache'.
27763         * class.c (mono_class_from_generic): Take a `MonoGenericInst *'
27764         instead of a `MonoType *' argument; removed the `inflate_methods'
27765         argument.  Don't inflate methods here.
27767         * loader.c (find_method): If it's a generic instance, call
27768         mono_class_init() on the `sclass->generic_inst->generic_type'.
27770         * metadata.c (mono_type_size): Make this work on uninitialized
27771         generic instances; call it on the `ginst->generic_type's class.
27773         * reflection.c (mono_reflection_bind_generic_parameters): Call
27774         mono_class_from_generic() to create the `ginst->klass'.
27776 2004-02-08  Martin Baulig  <martin@ximian.com>
27778         * class.h (MonoClass): Changed type of `generic_inst' from
27779         `MonoType *' to `MonoGenericInst *'.
27781 2004-02-08  Martin Baulig  <martin@ximian.com>
27783         * icall.c (ves_icall_Type_BindGenericParameters): Just call
27784         mono_type_get_object(), this is now creating a `MonoGenericInst'
27785         for MONO_TYPE_GENERICINST.
27786         (ves_icall_MonoGenericInst_GetParentType): Likewise.
27787         (ves_icall_MonoGenericInst_GetInterfaces): Likewise.
27789         * reflection.c (mono_type_get_object): Return a `MonoGenericInst'
27790         instead instead of a `MonoType' for MONO_TYPE_GENERICINST.
27791         (inflated_method_get_object): Added `MonoClass *refclass' argument.
27792         (mono_reflection_inflate_method_or_ctor): Correctly set declaring
27793         and reflected type.
27795         * reflection.h (MonoReflectionInflatedMethod): Removed
27796         `declaring_type' and `reflected_type'.
27798 2004-02-08  Martin Baulig  <martin@ximian.com>
27800         * class.h (MonoGenericInst): Added `MonoType *parent' and
27801         `MonoType **ifaces'.
27803         * reflection.h (MonoReflectionGenericInst): Removed `klass',
27804         `parent' and `interfaces'.
27806         * reflection.c (mono_reflection_bind_generic_parameters): Take a
27807         `MonoType *' argument and return a `MonoType *'.
27809         * icall.c
27810         (ves_icall_MonoGenericInst_GetParentType): New interncall.
27811         (ves_icall_MonoGenericInst_GetInterfaces): Likewise.    
27813 2004-02-06  Zoltan Varga  <vargaz@freemail.hu>
27815         * marshal.c (mono_marshal_get_native_wrapper): Add support for custom
27816         valuetype marshalling.
27818 2004-02-06  Martin Baulig  <martin@ximian.com>
27820         * class.c
27821         (mono_class_from_generic_parameter): Added TYPE_ATTRIBUTE_PUBLIC.
27822         (my_mono_class_from_generic_parameter): Likewise.
27824 2004-02-06  Zoltan Varga  <vargaz@freemail.hu>
27826         * debug-mono-symfile.c debug-mono-symfile.h mono-debug.c: Read the
27827         contents of the symbol files lazily.
27829         * object.h (MonoThread): Add 'name' and 'name_len' fields.
27831         * threads.h threads.c icall.c: New icalls for getting and setting the
27832         threads name.
27834 2004-02-05  Zoltan Varga  <vargaz@freemail.hu>
27836         * appdomain.c (ves_icall_System_AppDomain_InternalPushDomainRefByID): 
27837         Raise an exception when the domain is not found.
27839 2004-02-03  Martin Baulig  <martin@ximian.com>
27841         * reflection.c (mono_image_get_methodspec_token): Use the
27842         uninflated signature; fixes gen-33.
27844 2004-02-02  Zoltan Varga  <vargaz@freemail.hu>
27846         * gc.c threads.c: Make the finalizer thread a normal managed thread so
27847         the finalizer code can use thread functionality.
27849         * gc.c (ves_icall_System_GC_WaitForPendingFinalizers): Fix check for 
27850         the finalizer thread.
27852         * threads.c: Make some functions more robust.
27854         * loader.c (mono_lookup_pinvoke_call): Another attempt at fixing #22532.
27856         * metadata.h: Add new marshalling conventions.
27858         * marshal.c (mono_marshal_get_native_wrapper): Add support for unicode
27859         stringbuilder marshalling. Fixes #53700.
27861         * reflection.h (MonoReflectionTypeBuilder): Add 'permissions' field.
27863         * reflection.c (mono_image_get_type_info): Save declarative security
27864         info.
27866         * reflection.c (mono_image_get_field_info): Handle uninitialized 
27867         unmanaged fields as well.
27869         * appdomain.c: Bump corlib version.
27871 2004-02-01  Martin Baulig  <martin@ximian.com>
27873         * loader.c (method_from_methodspec): Use `ginst->mtype_argc/v' for
27874         method type arguments.  
27876 2004-01-30  Duncan Mak  <duncan@ximian.com>
27878         * marshal.h: Add prototype for
27879         "ves_icall_System_Runtime_InteropServices_Marshal_AllocCoTaskMem"
27880         and
27881         "ves_icall_System_Runtime_InteropServices_Marshal_FreeCoTaskMem" to
27882         fix the build.
27884 2004-01-30  Zoltan Varga  <vargaz@freemail.hu>
27886         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_AllocCoTaskMem): New icall.
27887         (ves_icall_System_Runtime_InteropServices_Marshal_FreeCoTaskMem): New icall.
27889 2004-01-29  Zoltan Varga  <vargaz@freemail.hu>
27891         * marshal.c (mono_marshal_get_native_wrapper): Add support for
27892         custom marshalling of valuetypes.
27894         * marshal.c: Fix some warnings.
27896 2004-01-29  Martin Baulig  <martin@ximian.com>
27898         * class.h (MonoGenericInst): Added `mtype_argc' and `mtype_argv'
27899         for generic method parameters.
27901         * reflection.c (method_encode_methodspec): Write the uninflated
27902         signature into the methodspec table.
27903         (mono_reflection_inflate_method_or_ctor): Ensure `res->declaring'
27904         is always the uninflated method.
27905         (reflection_methodbuilder_to_mono_method): Copy the generic
27906         parameters from the MethodBuilder into `header->gen_params'.
27908 2004-01-29  Zoltan Varga  <vargaz@freemail.hu>
27910         * class.c (mono_class_from_generic_parameter): Fix warning.
27912 2004-01-27  Martin Baulig  <martin@ximian.com>
27914         * class.c (mono_class_from_generic_parameter): Don't create
27915         `klass->methods' here.  
27917 2004-01-26  Zoltan Varga  <vargaz@freemail.hu>
27919         * loader.c (mono_lookup_pinvoke_call): Disable trimming of .dll
27920         extension since it does not work with libraries named lib<FOO>.dll.so.
27922 2004-01-25  Martin Baulig  <martin@ximian.com>
27924         * class.c (mono_class_inflate_generic_type): Added support for
27925         MONO_TYPE_GENERICINST.
27927         * reflection.c (mono_reflection_inflate_method_or_ctor): Also
27928         inflate methods on open constructed types.      
27930 2004-01-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27932         * object.c: fire ProcessExit event in the root AppDomain after running
27933         Main. Fixes bug #53299.
27935 Fri Jan 23 21:27:40 CET 2004 Paolo Molaro <lupus@ximian.com>
27937         * socket-io.c: include the new socket-wrappers.h header.
27938         Use the wrappers instead of the unix socket functions to make the code
27939         more clear.
27941 2004-01-23  Zoltan Varga  <vargaz@freemail.hu>
27943         * profiler.c (merge_methods): Fix merging of profile info. Fixes #53010.
27945         * loader.c (mono_lookup_pinvoke_call): Strip .dll from library names.
27946         Fixes #22532.
27948 2004-01-22  Zoltan Varga  <vargaz@freemail.hu>
27950         * reflection.c (mono_image_create_pefile): Handle the case when the
27951         entry point is not a MethodBuilder.
27953         * reflection.h (MonoReflectionAssemblyBuilder): Change 'entry_point'
27954         field to ReflectionMethod since it is not allways a builder.
27956         * reflection.c (type_get_fully_qualified_name): New helper function to
27957         return the fully qualified name of a type.
27959         * reflection.c (encode_marshal_blob): Always emit the fully qualified
27960         type name for custom marshallers.
27962         * reflection.c (mono_marshal_spec_from_builder): Ditto.
27964         * class.c (mono_class_setup_vtable): If a parent class already 
27965         implements an interface, use the implementing methods from that class.
27966         Fixes #53148.
27968 2004-01-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27970         * threadpool.c: just return instead of ExitThread to allow for thread
27971         clean up earlier.
27973 2004-01-21  Zoltan Varga  <vargaz@freemail.hu>
27975         * icall.c (ves_icall_System_Reflection_Module_Close): Prevent assertion
27976         when closing resource modules.
27978         * reflection.c (mono_image_create_pefile): Handle the case when the
27979         entry point is not a MethodBuilder.
27981         * reflection.h (MonoReflectionAssemblyBuilder): Change 'entry_point'
27982         field to ReflectionMethod since it is not allways a builder.
27984 2004-01-20  Bernie Solomon  <bernard@ugsolutions.com>
27986         * marshal.c (mono_marshal_get_managed_wrapper): 
27987         mono_marshal_alloc takes native int so CONV_I
27988         the arg for 64bits.
27990 2004-01-20  Zoltan Varga  <vargaz@freemail.hu>
27992         * reflection.c (fixup_cattrs): New function to fixup the methoddef
27993         tokens in the cattr table. Fixes #53108.
27995 2004-01-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27997         * loader.c: don't trim ".dll" before looking up in the config file.
27998         Don't leak orig_scope. Reopened bug #22532 in the meanwhile.
28000 2004-01-19  Zoltan Varga  <vargaz@freemail.hu>
28002         * icall.c (ves_icall_System_Reflection_Assembly_GetManifestResourceInternal): 
28003         Return the module which contains the resource as well.
28004         (ves_icall_System_Reflection_Module_Close): New icall.
28006         * appdomain.c: Bump corlib version number.
28008         * image.c (mono_image_addref): New public function.
28010         * assembly.c: Call mono_image_addref.
28012         * reflection.c (mono_module_get_object): Increase reference count of 
28013         the image.
28015         * loader.c (mono_lookup_pinvoke_call): Strip .dll from library names.
28016         Fixes #22532.
28018         * exception.h exception.c loader.h loader.c icall.c marshal.h marshal.c:
28019         Applied patch from Bernie Solomon  <bernard@ugsolutions.com>. Throw
28020         proper exceptions on DllImport problems.
28022 Mon Jan 19 17:50:27 CET 2004 Paolo Molaro <lupus@ximian.com>
28024         * class.c, metadata.c: eliminate CSIZE macro.
28026 2004-01-19  Lluis Sanchez Gual  <lluis@ximian.com>
28028         * icall.c: Added ves_icall_type_IsInstanceOf internal call.
28029         * object.h: Added async_callback field in MonoAsyncResult.
28030         * marshal.c: In mono_delegate_begin_invoke, set the value of async_callback.
28031         * verify.c: Added async_callback in MonoAsyncResult layout.
28033 2004-01-17  Zoltan Varga  <vargaz@freemail.hu>
28035         * reflection.c (mono_reflection_get_custom_attrs): Add support
28036         for Modules.
28038 2004-01-16  Zoltan Varga  <vargaz@freemail.hu>
28040         * marshal.c (mono_string_builder_to_utf8): Fix stringbuilder 
28041         marshalling.
28042         (mono_marshal_method_from_wrapper): Add null pointer check.
28044 2004-01-16  Martin Baulig  <martin@ximian.com>
28046         * debug-mono-symfile.h: Set version number to 36 and reflect
28047         latest symbol writer changes.
28049 2004-01-16  Zoltan Varga  <vargaz@freemail.hu>
28051         * class.c (mono_bounded_array_class_get): Set 'bounded' to FALSE for
28052         multi-dimensional arrays.
28053         (mono_class_is_assignable_from): Check vectors<->one dim. arrays.
28054         (mono_class_from_mono_type): Use bounded_array_class_get.
28055         
28056         * class.c (mono_bounded_array_class_get): New function which takes
28057         a 'bounded' bool argument to distinguish vectors from one dimensional
28058         arrays.
28060         * icall.c (ves_icall_System_Array_CreateInstanceImpl): Call 
28061         bounded_array_class_get if the array has bounds.
28063         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): 
28064         Search modules loaded using AssemblyBuilder:AddModule as well.
28066 2004-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28068         * appdomain.c: increased corlib version.
28069         * filewatcher.c: removed g_print.
28070         * icall.c:
28071         (get_property_info): only allocate what is actually requested.
28072         (ves_icall_Type_GetInterfaces): free the bitset in case of early error.
28074 2004-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28076         * Makefile.am: added filewatcher.[ch]
28077         * filewatcher.[ch]: FileSystemWatcher runtime support.
28078         * icall.c: added new FSW icalls.
28080 Tue Jan 13 20:03:17 CET 2004 Paolo Molaro <lupus@ximian.com>
28082         * string-icalls.c: fix stringbuilder regression as suggested by
28083         Iain McCoy <iain@mccoy.id.au>.
28085 2004-01-13  Zoltan Varga  <vargaz@freemail.hu>
28087         * process.c (process_read_stringtable_block): Recognize '007f' as
28088         a language neutral stringtable block.
28090 2004-01-12  Patrik Torstensson
28092         * object.h (MonoStringBuilder) : Changed layout to support our
28093         new stringbuilder class.
28094         * marshal.c: Change marshalling to support the new layout of 
28095         string builder.
28096         * appdomain.c: increased version number because new layout of
28097         string builder.
28099 2004-01-12  Zoltan Varga  <vargaz@freemail.hu>
28101         * appdomain.c (ves_icall_System_AppDomain_LoadAssembly): Receive the
28102         assembly name as an string instead of an AssemblyName, since it is
28103         easier to extract info from it.
28105         * appdomain.c (mono_domain_assembly_preload): Look for assemblies in
28106         the culture subdirectories too. Fixes #52231.
28108 2004-01-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28110         * icall.c: renamed ves_icall_Type_GetMethods to GetMethodsByName.
28111         It takes 2 new parameters with an optional name for the method to look
28112         for and case ignoring info.
28114         * threadpool.c: removed unused variable.
28116 2004-01-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28118         * icall.c: renamed ves_icall_Type_GetProperties to GetPropertiesByName.
28119         It takes 2 new parameters with an optional name for the property to look
28120         for and case ignoring info.
28121         Fixes bug #52753.
28123 2004-01-09  Zoltan Varga  <vargaz@freemail.hu>
28125         * reflection.c: Applied patch from Benjamin Jemlich (pcgod@gmx.net).
28126         Fix #52451.
28128 2004-01-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28130         * appdomain.c:
28131         * assembly.c: escape the uri before passing it to g_filename_from_uri.
28132         Fixes bug #52630.
28134 2004-01-07  Zoltan Varga  <vargaz@freemail.hu>
28136         * reflection.c: Add support for more than one unmanaged resource.
28138         * icall.c (ves_icall_get_enum_info): Store the value of the enum fields
28139         in field->def_value, as done in all other cases.
28141         * reflection.c (mono_reflection_get_custom_attrs): Add support for
28142         TypeBuilders.
28144         * reflection.c (mono_reflection_create_runtime_class): Remove 
28145         errorneous assignment to klass->element_class, since it is already
28146         done in mono_reflection_setup_internal_class.
28148 2004-01-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28150         * gc.c: added missing LeaveCriticalSection.
28151         * icall.c: indented a couple of lines.
28152         * threadpool.c: remove dangling LeaveCriticalSection. Don't wait forever
28153         if we call EndInvoke inside a callback. Fixes bug #52601.
28155 2004-01-07  Martin Baulig  <martin@ximian.com>
28157         * mono-debug-debugger.h
28158         (MonoDebuggerIOLayer): Added `GetCurrentThreadID'.
28160 2004-01-06  Miguel de Icaza  <miguel@ximian.com>
28162         * appdomain.c: Use messages in NotImplementedException.
28164         * exception.c (mono_get_exception_not_implemented): Now this takes
28165         a message argument.
28167         * marshal.c (emit_str_to_ptr_conv): g_warning and throw an
28168         exception instead of g_asserting an aborting when something is not
28169         implemented.
28171         Add some inline docs.
28173 2004-01-05  Zoltan Varga  <vargaz@freemail.hu>
28175         * reflection.h: Update after changes to object layout.
28177         * reflection.c: Implement saving of unmanaged aka win32 resources.
28179         * appdomain.c: Bump version number.
28181         * appdomain.c (ves_icall_System_AppDomain_InternalSetDomainByID): 
28182         Handle missing domains gracefully.
28184 2004-01-05  Atsushi Enomoto <atsushi@ximian.com>
28186         * file-io.c : On Windows, there are much more invalid_path_chars.
28188 Fri Jan 2 13:35:48 CET 2004 Paolo Molaro <lupus@ximian.com>
28190         * class.h, object.c: prepare for GetType () speedup.
28192 2003-12-24  Atsushi Enomoto <atsushi@ximian.com>
28194         * profiler.c: workaround for --profile null reference exception on
28195           cygwin. Patch by Patrik Torstensson.
28197 2003-12-22  Bernie Solomon  <bernard@ugsolutions.com>
28199         * marshal.c: (ves_icall_System_Runtime_InteropServices_Marshal_Read/WriteXXX)
28200         make work for unaligned access.
28202 Mon Dec 22 18:37:02 CET 2003 Paolo Molaro <lupus@ximian.com>
28204         * class.c: small cleanup (class->fields [i] -> field).
28205         * image.c: check address of metadata is valid.
28207 2003-12-22  Zoltan Varga  <vargaz@freemail.hu>
28209         * assembly.h assembly.c (mono_assembly_loaded): New public function to
28210         search the list of loaded assemblies.
28212         * reflection.c (mono_reflection_type_from_name): Use 
28213         mono_assembly_loaded instead of mono_image_loaded.
28215         * reflection.c: Fix warnings.
28217 2003-12-20  Zoltan Varga  <vargaz@freemail.hu>
28219         * image.h (MonoImage): Add a new 'dynamic' field to denote that the image 
28220         is dynamic. This is needed since an assembly can contain both dynamic and
28221         non-dynamic images.
28223         * class.c loader.c metadata.c object.c: Use image->dynamic instead of 
28224         assembly->dynamic.
28226         * icall.c reflection.c: Add new AssemblyBuilder:AddModule icall.
28228         * reflection.h (MonoReflectionAssemblyBuilder): Add 'loaded_modules' field
28229         to store modules loaded using AddModule.
28231         * reflection.c (mono_image_fill_file_table): Generalize this so it works
28232         on Modules.
28234         * reflection.c (mono_image_fill_export_table_from_class): New helper function.
28236         * reflection.c (mono_image_fill_export_table_from_module): New function to
28237         fill out the EXPORTEDTYPES table from a module.
28239         * reflection.c (mono_image_emit_manifest): Refactor manifest creation code
28240         into a separate function. Also handle loaded non-dynamic modules.
28242         * reflection.c (mono_image_basic_init): Fix memory allocation.
28244         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
28246         * assembly.c (mono_assembly_load_references): Make this public.
28248 2003-12-19  Martin Baulig  <martin@ximian.com>
28250         * class.c (mono_class_initialize_generic): Made this static, take
28251         a `MonoGenericInst *' instead of a `MonoClass *'.
28252         (mono_class_from_generic): Call mono_class_initialize_generic()
28253         unless we're already initialized or being called from
28254         do_mono_metadata_parse_generic_inst().
28256         * class.h (MonoGenericInst): Added `initialized' and
28257         `init_pending' flags.
28259         * metadata.c (do_mono_metadata_parse_generic_inst): Don't call
28260         `mono_class_init (gklass)' or mono_class_initialize_generic()
28261         here; set `generic_inst->init_pending' while parsing the
28262         `type_argv'.
28264 2003-12-19  Bernie Solomon  <bernard@ugsolutions.com>
28266         * locales.c: include string.h for memxxx prototypes
28268 2003-12-19  Zoltan Varga  <vargaz@freemail.hu>
28270         * icall.c (ves_icall_MonoField_GetValueInternal): Do not run the class
28271         constructor when accessing literal fields.
28273 2003-12-17  Zoltan Varga  <vargaz@freemail.hu>
28275         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
28277         * reflection.c (assembly_add_resource_manifest): New function to fill
28278         the MANIFESTRESOURCE table.
28280         * reflection.c (mono_image_build_metadata): Emit MANIFESTRESOURCE table.
28282         * reflection.h: Update to changes in class layout.
28284         * icall.c (ves_icall_System_Environment_get_HasShutdownStarted): 
28285         Reenable call to mono_runtime_is_shutting_down ().
28287         * appdomain.c (mono_runtime_is_shutting_down): New helper function to
28288         determine if the runtime is shutting down.
28290 2003-12-16  Jackson Harper <jackson@ximian.com>
28292         * icall.c: comment out call to mono_runtime_is_shutting_down to
28293         fix build.
28294         
28295 2003-12-16  Zoltan Varga  <vargaz@freemail.hu>
28297         * icall.c (ves_icall_System_Reflection_Assembly_GetManifestResourceInternal): Add support for loading resources from modules.
28298         (ves_icall_System_Environment_get_HasShutdownStarted): New icall.
28300 2003-12-15  Bernie Solomon  <bernard@ugsolutions.com>
28302         * reflection.c: move definition of swap_with_size
28303         to before its first call
28305 2003-12-15  Zoltan Varga  <vargaz@freemail.hu>
28307         * appdomain.c (mono_runtime_is_shutting_down): New public function.
28309         * icall.c (ves_icall_System_Environment_get_HasShutdownStarted): New
28310         icall.
28312         * object.c: Fix warnings.
28314         * icall.c (ves_icall_Type_Get...): Only consider inherited static
28315         members if FlattenHierarchy is set.
28317         * reflection.c (mono_image_add_decl_security): New function to emit
28318         declarative security.
28320         * reflection.h reflection.c: Add support for declarative security.
28322         * appdomain.c (MONO_CORLIB_VERSION): Bump version number.
28323         
28324 2003-12-13  Zoltan Varga  <vargaz@freemail.hu>
28326         appdomain.c (MONO_CORLIB_VERSION): Bump version number.
28327         
28328         * appdomain.c verify.c: Moved corlib version checking into its own
28329         function in appdomain.c since it needs to create vtables etc.
28331 2003-12-13  Patrik Torstensson <p@rxc.se>
28333         * marshal.c (mono_remoting_wrapper): Fix bug 48015, using TP as this 
28334         instead of unwrapped server.
28336 2003-12-12  Zoltan Varga  <vargaz@freemail.hu>
28338         * verify.c (check_corlib): Fix field index.
28340 2003-12-10  Zoltan Varga  <vargaz@freemail.hu>
28342         * icall.c: Applied patch from Todd Berman (tbermann@gentoo.org). New
28343         GetGacPath icall.
28345 2003-12-10  Bernie Solomon  <bernard@ugsolutions.com>
28347         * process.c:  (ves_icall_System_Diagnostics_Process_GetWorkingSet_internal
28348         ves_icall_System_Diagnostics_Process_SetWorkingSet_internal):
28349         cope with sizeof(size_t) != sizeof(guint32).
28351 2003-12-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28353         * process.[ch]: the 'pid' field in MonoProcInfo stores GetLastError
28354         in case of failure.
28356 2003-12-10  Mark Crichton <crichton@gimp.org>
28358         * icall.c: removed the GetNonZeroBytes.  We now handle this case
28359         in managed code.
28361         * rand.c, rand.h: Same here.  Also cleaned up the clode slightly.
28363 Tue Dec 9 15:36:18 CET 2003 Paolo Molaro <lupus@ximian.com>
28365         * class.h, class.c, icall.c, marshal.c, object.c: ignore fields
28366         marked as deleted.
28368 2003-12-09  Zoltan Varga  <vargaz@freemail.hu>
28370         * verify.c (check_corlib): Handle the case when the version field is 
28371         initialized by a static constructor.
28373 2003-12-08  Patrik Torstensson  <p@rxc.se>
28375     * rand.c (InternalGetBytes): Implemented win32 version with cryptapi
28377 2003-12-08  Martin Baulig  <martin@ximian.com>
28379         * icall.c (ves_icall_TypeBuilder_define_generic_parameter): Return
28380         a MonoReflectionGenericParameter, also take the parameter index
28381         and name as arguments.
28382         (ves_icall_MethodBuilder_define_generic_parameter): Likewise.
28383         (ves_icall_MonoGenericParam_initialize): New interncall.
28384         (ves_icall_Type_make_byref_type): New interncall.
28386         * reflection.h (MonoReflectionGenericParam): Derive from
28387         MonoReflectionType, not just from MonoObject.  Added `refobj' and
28388         `index' fields.
28390         * reflection.c (mono_reflection_define_generic_parameter): Create
28391         and return a new MonoReflectionGenericParam; don't initialize the
28392         constraints here.
28393         (mono_reflection_initialize_generic_parameter): New public method;
28394         initializes the constraints and creates the `param->pklass'.
28396 2003-12-08  Zoltan Varga  <vargaz@freemail.hu>
28398         * reflection.h reflection.c: Use the new fields 'num_types', 
28399         'num_fields' and 'num_methods' to track the number of types etc.
28401         * verify.c (check_corlib): Check corlib version number.
28403 2003-12-07  Zoltan Varga  <vargaz@freemail.hu>
28405         * marshal.c (mono_marshal_method_from_wrapper): Remove assert so this
28406         function works on all methods.
28408 2003-12-07  Lluis Sanchez Gual  <lluis@ximian.com>
28410         * domain.c, loader.h: Added IRemotingTypeInfo interface in MonoDefaults.
28411         * icall.c: in, ves_icall_Remoting_RealProxy_GetTransparentProxy set
28412         the custom_type_info flag of the transparent proxy.
28413         * object.c: Added method mono_object_isinst_mbyref for casting mbyref
28414         objects that supports IRemotingTypeInfo.
28415         * object.h: Added custom_type_info field in transparent proxy.
28417 2003-12-06  Martin Baulig  <martin@ximian.com>
28419         * class.c (mono_class_create_from_generic): Removed.
28420         (mono_class_from_generic): Check `ginst->klass' before doing
28421         anything else.  This is important to fully support "recursive"
28422         generic types.
28424         * metadata.c (do_mono_metadata_parse_generic_inst): Create an
28425         empty `generic_inst->klass' before doing anything else.
28427 2003-12-06  Dick Porter  <dick@ximian.com>
28429         * verify.c: 
28430         * object.h:
28431         * icall.c:
28432         * locales.c: Use C structs to access class fields.  Don't do a
28433         conversion between MonoString and UChar because both are
28434         platform-endian UTF-16.  Compare now takes startindex and count
28435         parameters.  Add a char overload for IndexOf.  Speed up the
28436         invariant string IndexOf.
28438 2003-12-05  Zoltan Varga  <vargaz@freemail.hu>
28440         * Makefile.am (monosn_LDADD): Fix parallel build.
28442 2003-12-04  Martin Baulig  <martin@ximian.com>
28444         * icall.c
28445         (ves_icall_type_GetTypeCode): Added MONO_TYPE_VAR and MONO_TYPE_MVAR.
28446         (ves_icall_Type_make_array_type): New interncall.       
28448 2003-12-04  Martin Baulig  <martin@ximian.com>
28450         * locales.c: also change it in the !HAVE_ICU case.
28452 2003-12-04  Dick Porter  <dick@ximian.com>
28454         * icall.c:
28455         * locales.c: construct_compareinfo is now in CompareInfo, not
28456         CultureInfo.
28458 2003-12-04  Zoltan Varga  <vargaz@freemail.hu>
28460         * image.c (mono_image_load_file_for_image): Cache loaded images in the
28461         image->files array.
28463         * image.c (load_class_name): Load class names from the EXPORTEDTYPES
28464         table as well.
28466         * assembly.c (mono_assembly_load_references): Only load references
28467         once.
28469         * class.c (mono_class_from_name): Avoid linear search of the 
28470         EXPORTEDTYPE table.
28472         * loader.c (mono_field_from_token): Cache lookups of fieldrefs as well.
28474 2003-12-03  Zoltan Varga  <vargaz@freemail.hu>
28476         * image.h (MonoImage): Add 'field_cache' field.
28478         * loader.c (mono_field_from_token): Cache field lookups.
28479         
28480         * reflection.c (mono_module_get_object): Fix name property.
28482         * icall.c (ves_icall_get_enum_info): Update after changes to 
28483         mono_metadata_get_constant_index ().
28485         * icall.c: Get rid of get_type_info icall, use a separate icall for
28486         each type property to avoid needless memory allocations. Fixes #51514.
28488         * metadata.c (mono_metadata_get_constant_index): Add a 'hint' parameter
28489         to avoid needless binary searches.
28491         * class.c (class_compute_field_layout): Move the initialization of
28492         field->def_value to mono_class_vtable ().
28494         * class.c (mono_class_layout_fields): Enable GC aware auto layout for
28495         non-corlib types.
28497         * object.c (mono_object_allocate): Make it inline.
28499         * object.c (mono_object_allocate_spec): Make it inline.
28500         
28501 2003-12-02  Dick Porter  <dick@ximian.com>
28503         * locales.c (create_NumberFormat): NumberFormatInfo construction.
28504         Patch by Mohammad DAMT (mdamt@cdl2000.com).
28506 2003-12-01  Dick Porter  <dick@ximian.com>
28508         * threads.c: Fix signature and call in CreateMutex and
28509         CreateEvent.
28511 2003-12-01  Dick Porter  <dick@ximian.com>
28513         * icall.c: 
28514         * locales.c: Implement string compares and searching
28516         * object.h: Add extra Thread field
28518 2003-11-30  Zoltan Varga  <vargaz@freemail.hu>
28520         * reflection.c (fixup_method): Add support for MonoCMethod.
28522 2003-11-28  Zoltan Varga  <vargaz@freemail.hu>
28524         * gc.c: Fix hangs and error messages when GC_DONT_GC is set.
28526         * reflection.c (assembly_name_to_aname): Allow extra characters in
28527         assembly names. Fixes #51468.
28529 2003-11-26  Zoltan Varga  <vargaz@freemail.hu>
28531         * exception.c (mono_exception_from_name_domain): New helper function.
28533         * appdomain.c (ves_icall_System_AppDomain_createDomain): Create the
28534         exception object in the correct domain.
28536         * appdomain.c (ves_icall_System_AppDomain_LoadAssemblyRaw): Fix 
28537         formatting + make a copy a the input data.
28539         * loader.c (mono_get_method_from_token): Methods which contain
28540         native code do not have entries in the ImplMap.
28542         (ves_icall_System_AppDomain_LoadAssemblyRaw): Fix exception throw.
28543         Thanks to Gonzalo for spotting this.
28544         
28545         * appdomain.c (ves_icall_System_AppDomain_LoadAssemblyRaw): Applied
28546         patch from ztashev@openlinksw.co.uk (Zdravko Tashev). New icall.
28548         * assembly.h (mono_assembly_load_from): Split the second part of 
28549         assembly loading into a new public function.
28551         * exception.h (mono_get_exception_bad_image_format): New function.
28553 2003-11-24  Zoltan Varga  <vargaz@freemail.hu>
28555         icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): 
28556         Enumerate all modules inside a dynamic assembly. Fixes #51293.
28557         
28558         * icall.c: Add new icall for creating dynamic methods.
28560         * loader.h debug-helpers.c: Add new wrapper type for dynamic methods.
28562         * reflection.h (MonoReflectionDynamicMethod): Fix type of bool fields.
28564         * reflection.c (mono_reflection_create_dynamic_method): New icall to
28565         create a dynamic method.
28567         * reflection.c (resolve_object): New helper function.
28569         * reflection.c: Generalize ReflectionMethodBuilder and the functions
28570         which manipulate it so they can also work on dynamic methods.
28572         * reflection.c (reflection_method_builder_to_mono_method): Avoid 
28573         creating the MonoReflectionMethodAux structure if it is not needed.
28574         
28575         * reflection.h verify.c: Update after changes to object layout.
28577         * reflection.c (method_builder_encode_signature): Fix compilation on
28578         gcc 2.95.x.
28580 2003-11-21  Lluis Sanchez Gual  <lluis@ximian.com>
28582         * appdomain.h: Added support for context static fields. Added static_data
28583           field to MonoAppContext and renamed thread_static_fields to a more
28584           generic special_static_fields in MonoAppDomain, since it can now contain
28585           context static fields.
28586         * domain.c: Updated hashtable name.
28587         * object.c: Replaced field_is_thread_static() for a more generic
28588           field_is_special_static() which also checks for context static attribute.
28589           In mono_class_vtable(), added support for static context fields.
28590         * threads.c: Changed methods that manage thread static fields to more
28591           generic methods so they can be reused both for thread and context static
28592           data.
28593         * threads.h: Declared some new methods.
28595 2003-11-21  Zoltan Varga  <vargaz@freemail.hu>
28597         * reflection.h: Update after changes to the managed types.
28599         * reflection.c (encode_custom_modifiers): New helper function.
28601         * reflection.c (method_encode_signature): Emit custom modifiers.
28603         * reflection.c (field_encode_signature): Emit custom modifiers.
28605 2003-11-18  Zoltan Varga  <vargaz@freemail.hu>
28607         * reflection.h (MonoReflectionAssemblyName): Applied patch from Laurent Morichetti (l_m@pacbell.net). Fix type of 'flags' field.
28609         * icall.c (ves_icall_System_ValueType_Equals): New optimized 
28610         implementation.
28612         * icall.c (ves_icall_System_ValueType_InternalGetHashCode): New 
28613         icall.
28615         * object.c (mono_field_get_value_object): New function.
28617         * object.c appdomain.h appdomain.c: Make out_of_memory_ex domain
28618         specific.
28620 2003-11-17  Zoltan Varga  <vargaz@freemail.hu>
28622         * appdomain.c (mono_runtime_get_out_of_memory_ex): New function to
28623         return a preallocated out-of-memory exception instance.
28625         * object.c (out_of_memory): Use the new function.
28627         * metadata.c (mono_metadata_parse_type): Handle the case when the byref
28628         flag is before the custom modifiers. Fixes #49802.
28630 2003-11-16  Martin Baulig  <martin@ximian.com>
28632         * class.c (mono_class_is_open_constructed_type): Implemented the
28633         MONO_TYPE_GENERICINST case.
28635 2003-11-16  Zoltan Varga  <vargaz@freemail.hu>
28637         * assembly.c (mono_assembly_fill_assembly_name): New function to
28638         fill out the MonoAssemblyName structure.
28639         (mono_assembly_open): Use the new function.
28641         * icall.c (fill_reflection_assembly_name): New helper function.
28643         * icall.c (ves_icall_System_Reflection_Assembly_FillName): Use the
28644         new function.
28646         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetAssemblyName): New icall.
28648 2003-11-15  Martin Baulig  <martin@ximian.com>
28650         * class.c (mono_class_is_open_constructed_type): New public
28651         function; checks whether a type is an open constructed type,
28652         ie. whether it still contains type parameters.
28653         (mono_class_inflate_generic_type): If we're a type parameter and
28654         the inflated type is also a MONO_TYPE_(M)VAR, return the original
28655         type.
28657         * class.h (MonoGenericInst): Added `guint32 is_open'.
28659         * loader.c (method_from_methodspec): Check whether we're an open
28660         or closed constructed type and set `ginst->is_open'.
28662         * reflection.c (mono_reflection_bind_generic_parameters): Check
28663         whether we're an open or closed constructed type and set
28664         `ginst->is_open'.
28665         (mono_reflection_inflate_method_or_ctor): Don't inflate methods
28666         from open constructed types.
28668 2003-11-15  Martin Baulig  <martin@ximian.com>
28670         * reflection.c (mono_reflection_bind_generic_parameters): If we're
28671         a generic instance (instead of a generic type declaration) with
28672         unbound generic parameters, bind them to our actual types.
28674 2003-11-14  Martin Baulig  <martin@ximian.com>
28676         * reflection.h (MonoReflectionGenericInst): Added `MonoArray *interfaces'.
28678         * reflection.c (mono_reflection_bind_generic_parameters): If we're
28679         an interface type, populate `res->interfaces' with instantiated
28680         versions of all the interfaces we inherit.
28682 2003-11-13  Aleksey Demakov  <avd@openlinksw.com>
28684         * assembly.c (mono_assembly_load): Fixed problem finding mscorlib.dll
28685         when MONO_PATH is set but doesn't contain the install dir.
28687 2003-11-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28689         * icall.c:
28690         (ves_icall_Type_GetInterfaces): don't return an interface twice when
28691         it's also implemented in base classes. Fixes bug #50927.
28693 2003-11-13  Zoltan Varga  <vargaz@freemail.hu>
28695         * gc.c (ves_icall_System_GC_WaitForPendingFinalizers): Avoid deadlocks
28696         if this method is called from a finalizer. Fixes #50913.
28698 2003-11-12  Miguel de Icaza  <miguel@ximian.com>
28700         * threads.c: Implement VolatileRead/VolatileWrite
28702         * icall.c: Add new icalls for VolatileRead/VolatileWrite
28704 2003-11-12  Zoltan Varga  <vargaz@freemail.hu>
28706         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Applied 
28707         patch from Danilo Sagan (dsegan@gmx.net). Fix compilation under gcc
28708         2.95.3.
28710         * assembly.c (mono_assembly_open): Fix windows build. Applied patch 
28711         from Peter Ross (pro@missioncriticalit.com).
28712         
28713 2003-11-12  Lluis Sanchez Gual  <lluis@ximian.com>
28715         * icall.c: Added internal call for System.Environment::GetMachineConfigPath
28717 2003-11-12  Zoltan Varga  <vargaz@freemail.hu>
28719         * assembly.c (mono_assembly_load_references): Disable check because it
28720         triggers on older corlibs which lots of people have.
28722 2003-11-12  Jackson Harper  <jackson@ximian.com>
28724         * assembly.c: Change corlib name to mscorlib. Add a temp. hack to
28725         load corlib.dll if mscorlib.dll is not found.
28726         * assembly.h: Remove corlib name define.
28727         * class.c:
28728         * domain.c:
28729         * image.c: Change corlib name to mscorlib.
28730         
28731 2003-11-12  Zoltan Varga  <vargaz@freemail.hu>
28733         * debug-mono-symfile.c: Add patch from FreeBSD ports tree.
28735 2003-11-11  Miguel de Icaza  <miguel@ximian.com>
28737         * appdomain.h: Added loader_optimization here to sync with the C#
28738         code, and add disallow_binding_redirects field.
28740 2003-11-11  Zoltan Varga  <vargaz@freemail.hu>
28742         * mono-debug.c (mono_debug_add_method): Ignore unknown modules.
28744         * reflection.c (mono_image_build_metadata): Fix crash on modules
28745         with no types.
28747         * reflection.h (MonoMethodInfo): Track changes to the managed structure.
28749         * icall.c (ves_icall_get_method_info): Return callingConvention as
28750         well.
28752         * icall.c (ves_icall_System_Reflection_Assembly_GetNamespaces): Add 
28753         namespaces from the EXPORTEDTYPE table as well.
28755         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Merge types
28756         from all modules inside the assembly.
28757         
28758 2003-11-11  Martin Baulig  <martin@ximian.com>
28760         * reflection.c (mono_reflection_bind_generic_parameters): Make
28761         this work for interfaces.
28763 2003-11-11  Martin Baulig  <martin@ximian.com>
28765         * mono-debug.c (mono_debug_add_type): Ignore unknown modules.
28767 2003-11-11  Martin Baulig  <martin@ximian.com>
28769         * reflection.c (mono_reflection_inflate_method_or_ctor): Allow
28770         "MonoInflatedMethod" and "MonoInflatedCtor".
28772 2003-11-11  Zoltan Varga  <vargaz@freemail.hu>
28774         * reflection.c (resolution_scope_from_image): Use the assembly table
28775         from the manifest module, since other modules don't have it.
28777         * debug-helpers.c (mono_type_full_name): New helper function.
28779         * image.h (MonoAssembly): Change 'dynamic' to a boolean.
28781         * image.c (mono_image_load_file_for_image): New public function which
28782         is a replacement for the load_file_for_image in class.c.
28784         * assembly.c (mono_assembly_load_module): A wrapper for the function
28785         above which does assembly association and reference loading too.
28787         * class.c (mono_class_from_name): Call mono_assembly_load_module.
28789 2003-11-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28791         * appdomain.c: not all of the attributes for the full assembly name
28792         are required and the order doesn't matter. Fixes bug #50787.
28794 2003-11-10  Dick Porter  <dick@ximian.com>
28796         * locales.c: Use platform-endian UTF16
28798 2003-11-10  Zoltan Varga  <vargaz@freemail.hu>
28800         * reflection.c: Emit FILE and EXPORTEDTYPE tables.
28801         
28802 2003-11-10  Martin Baulig  <martin@ximian.com>
28804         * metadata.c
28805         (mono_metadata_load_generic_params): Make this actually work.
28807         * reflection.c (mono_reflection_bind_generic_parameters): If our
28808         parent is a generic instance, pass all the `types' to it, no
28809         matter whether it has the same number of type parameters or not.
28811 2003-11-10  Zoltan Varga  <vargaz@freemail.hu>
28813         * reflection.c: Emit FILE and EXPORTEDTYPE tables.
28815         * assembly.c (mono_assembly_load_references): Move the image<->assembly
28816         assignment code to this function so it gets called recursively for all
28817         modules.
28819         * image.c (load_modules): Remove the assembly assignment since it is
28820         now done by mono_assembly_load_references.
28821         
28822         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): 
28823         Add 'module' argument.
28824         (mono_module_get_types): New helper function.
28825         (ves_icall_System_Reflection_Module_InternalGetTypes): New icall.
28827 2003-11-08  Martin Baulig  <martin@ximian.com>
28829         * class.c (mono_class_inflate_generic_method): Interface method
28830         don't have a header.
28832         * reflection.c (mono_image_get_methodspec_token): Take an
28833         additional `MonoGenericInst *' argument instead of reading it from
28834         the header; this is necessary to support interfaces.
28835         (mono_image_create_token): Pass the `MonoGenericInst *' from the
28836         MonoReflectionInflatedMethod to mono_image_get_methodspec_token().
28837         (inflated_method_get_object): Take an additional `MonoGenericInst *'
28838         argument.
28840         * reflection.h (MonoReflectionInflatedMethod): Added
28841         `MonoGenericInst *ginst'.
28843 2003-11-07  Zoltan Varga  <vargaz@freemail.hu>
28845         * gc.c (mono_domain_finalize): Fix compilation for no GC case.
28847 2003-11-06  Zoltan Varga  <zovarga@ws-zovarga2>
28849         * appdomain.c (mono_domain_unload): Add a workaround for bug #27663.
28851 2003-11-06  Zoltan Varga  <vargaz@freemail.hu>
28853         * reflection.c 
28854         (reflection_methodbuilder_from_method_builder):
28855         (reflection_methodbuilder_from_ctor_builder): New helper functions to 
28856         initialize a ReflectionMethodBuilder structure.
28857         (mono_image_get_methodbuilder_token):
28858         (mono_image_get_ctorbuilder_token): New functions to emit memberref
28859         tokens which point to types in another module inside the same assembly.
28861         * reflection.c: Use the new helper functions.
28862         
28863         * reflection.c (mono_image_basic_init): Initialize basedir and culture.
28865         * icall.c loader.c reflection.c: Use ModuleBuilder->dynamic_image 
28866         instead of AssemblyBuilder->dynamic_assembly in the appropriate places.
28868         * reflection.c (resolution_scope_from_image): Emit a moduleref if
28869         neccesary.
28871         * reflection.c (mono_image_build_metadata): Emit metadata only for the
28872         current module. Emit the manifest only for the main module.
28874         * reflection.c (mono_image_create_token): Add assertion when a 
28875         memberref needs to be created.
28877         * reflection.c reflection.h (MonoDynamicAssembly): Remove unused fields.
28879         * reflection.c (mono_reflection_get_custom_attrs_blob): Allocate a 
28880         larger buffer for the custom attribute blob. Fixes #50637.
28881         
28882 2003-11-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28884         * threadpool.c: notify listener on async processing handles after
28885         invoking the async callback. Thanks to Zoltan.
28887 2003-11-03  Zoltan Varga  <vargaz@freemail.hu>
28889         * reflection.c (create_dynamic_mono_image): Call mono_image_init to 
28890         avoid code duplication.
28892         * reflection.h (MonoDynamicImage): New type which is currently unused,
28893         but will be used through the ref.emit code in place of 
28894         MonoDynamicAssembly.
28896         * reflection.h (MonoReflectionAssemblyBuilder): Track changes to the
28897         object layout.
28899         * reflection.c (create_dynamic_mono_image): Rewrote so it now creates
28900         a MonoDynamicImage instead of just a MonoImage.
28901         
28902         * reflection.h reflection.c icall.c: Move nearly all AssemblyBuilder
28903         icalls to ModuleBuilder but keep their semantics, so they will work
28904         with moduleb->assemblyb. This will change later.
28905         
28906 2003-11-03  Zoltan Varga  <vargaz@freemail.hu>
28908         * reflection.h (MonoReflectionAssemblyBuilder): Track changes to the
28909         object layout.
28911         * reflection.c (mono_image_build_metadata): Avoid creation of a default
28912         main module, since it is now done by the managed code.
28914 2003-11-03  Martin Baulig  <martin@ximian.com>
28916         * reflection.c (mono_reflection_inflate_method_or_ctor): Set
28917         `ginst->klass' here.
28918         (method_encode_methodspec): Don't use the `ginst->generic_method's
28919         klass if it's a generic instance, use `ginst->klass' in this case.
28921 2003-11-03  Martin Baulig  <martin@ximian.com>
28923         * reflection.c (mono_image_get_generic_method_param_info):
28924         Removed, use mono_image_get_generic_param_info() instead.
28925         (mono_image_get_type_info): Write the GenericParam table before
28926         the Method table.  This is neccessary because in the GenericParam
28927         table, type parameters of the class (ie. '!0' etc.) must come
28928         before the ones from its generic methods (ie. '!!0' etc).
28930 2003-11-03  Zoltan Varga  <vargaz@freemail.hu>
28932         * icall.c (ves_icall_System_Reflection_Assembly_FillName): Fill out AssemblyName->codebase. Fixes #50469.
28934 2003-11-02  Martin Baulig  <martin@ximian.com>
28936         * reflection.c (create_generic_typespec): Take a
28937         `MonoReflectionTypeBuilder *' instead of a `MonoType *' and get
28938         the generic parameters from it.
28940 2003-11-02  Martin Baulig  <martin@ximian.com>
28942         * reflection.c (fieldref_encode_signature): Take a `MonoType *'
28943         instead of a `MonoClassField *' since we just need the type.
28944         (create_generic_typespec): New static function.  Creates a
28945         TypeSpec token for a generic type declaration.
28946         (mono_image_get_generic_field_token): New static function.
28947         (mono_image_create_token): If we're a FieldBuilder in a generic
28948         type declaration, call mono_image_get_generic_field_token() to get
28949         the token.
28951 2003-11-02  Martin Baulig  <martin@ximian.com>
28953         * reflection.h
28954         (MonoReflectionInflatedMethod, MonoReflectionInflatedField): Added
28955         `MonoReflectionGenericInst *declaring_type' and
28956         `MonoReflectionGenericInst *reflected_type' fields.
28958         * reflection.c (mono_reflection_inflate_method_or_ctor): Take a
28959         `MonoReflectionGenericInst *declaring_type' and a
28960         `MonoReflectionGenericInst *reflected_type' argument instead of a
28961         single `MonoReflectionGenericInst *type' one.  Set
28962         `res->declaring_type' and `res->reflected_type' from them.
28963         (mono_reflection_inflate_field): Likewise.      
28965 2003-11-02  Martin Baulig  <martin@ximian.com>
28967         * class.c (mono_class_setup_vtable): Don't store generic methods
28968         in the vtable.  
28970 2003-11-02  Martin Baulig  <martin@ximian.com>
28972         * reflection.h (MonoReflectionGenericInst): Added
28973         `MonoReflectionType *declaring_type'.
28975         * reflection.c (mono_reflection_bind_generic_parameters): Use
28976         `if (tb->parent)' instead of `klass->parent'.
28978 2003-11-01  Zoltan Varga  <vargaz@freemail.hu>
28980         * assembly.c (mono_assembly_open): Avoid crash if a module is loaded
28981         with an empty ASSEMBLY table.
28983         * reflection.c (mono_image_build_metadata): Avoid using the same loop
28984         variable in the inner and outer loops.
28986 2003-10-31  Zoltan Varga  <vargaz@freemail.hu>
28988         * metadata.h (mono_metadata_make_token): Put parentheses around macro
28989         argument.
28991         * appdomain.h appdomain.c (ves_icall_System_AppDomain_InternalPushDomainRef): Fix signature.
28992         
28993         * appdomain.c appdomain.h icall.c: Get rid of the InvokeInDomain 
28994         icalls. Instead, do everything in managed code. This is needed since
28995         it is hard to restore the original domain etc. in unmanaged code in the
28996         presence of undeniable exceptions.
28998         * appdomain.c (ves_icall_System_AppDomain_InternalPushDomainRef): 
28999         New icalls to push and pop appdomain refs.
29001 2003-10-31  Martin Baulig  <martin@ximian.com>
29003         * class.c (inflate_generic_type): Renamed to
29004         mono_class_inflate_generic_type() and made it public.
29006         * icall.c ("System.Reflection.MonoGenericInst::inflate_field"):
29007         New interncall.
29009         * loader.c (mono_field_from_memberref): Also set the retklass for
29010         typespecs.
29012         * fielder.c (mono_image_get_inflated_field_token): New static
29013         method; creates a metadata token for an inflated field.
29014         (mono_image_create_token, fixup_method): Added support for
29015         "MonoInflatedField".
29016         (fieldbuilder_to_mono_class_field): New static function.
29017         (mono_reflection_inflate_field): New public function.
29019         * reflection.h
29020         (MonoReflectionGenericInst): Added `MonoArray *fields'.
29021         (MonoReflectionInflatedField): New typedef.     
29023 2003-10-30  Bernie Solomon  <bernard@ugsolutions.com>
29025         * socket-io.c (in6_addr ipaddress_to_struct_in6_addr): fix
29026         for Solaris and other platforms without s6_addr16
29028 2003-10-30  Martin Baulig  <martin@ximian.com>
29030         * class.c (inflate_generic_type): Take just one `MonoGenericInst *'
29031         argument instead of two.
29032         (mono_class_inflate_generic_signature): Likewise.
29033         (inflate_generic_header): Likewise.
29034         (mono_class_inflate_generic_method): Likewise.  In addition, if
29035         `ginst->klass' is set, it becomes the new `method->klass'.
29037         * class.h (MonoGenericInst): Removed the `gpointer mbuilder'
29038         field.
29040         * reflection.c (encode_generic_method_sig): Write a 0xa as the
29041         first byte. [FIXME]
29042         (method_encode_methodspec): If we have generic parameters, create
29043         a MethodSpec instead of a MethodRef.
29044         (fixup_method): Added support for "MonoInflatedMethod" and
29045         "MonoInflatedCtor".
29046         (mono_image_create_token): Added support for "MonoInflatedMethod"
29047         and "MonoInflatedCtor".
29048         (inflated_method_get_object): New static function; returns a
29049         managed "System.Reflection.MonoInflatedMethod" object.
29050         (mono_reflection_bind_generic_method_parameters): Return a
29051         `MonoReflectionInflatedMethod' instead of a `MonoReflectionMethod'.
29052         (mono_reflection_inflate_method_or_ctor): Likewise.
29053         (mono_image_get_generic_method_param_info): Initialize unused
29054         fields to zero.
29055         (mono_image_get_generic_param_info): Likewise.
29057         * reflection.h (MonoReflectionInflatedMethod): New public
29058         typedef.  Corresponds to the managed "S.R.MonoInflatedMethod" and
29059         "S.R.MonoInflatedCtor" classes.
29061         * loader.c (method_from_memberref): If we're a TypeSpec and it
29062         resolves to a generic instance, inflate the method.
29064 2003-10-28  Dick Porter  <dick@ximian.com>
29066         * object.c (mono_runtime_run_main): Convert command-line arguments
29067         into utf8, falling back to the user's locale encoding to do so.
29069 2003-10-27  Zoltan Varga  <vargaz@freemail.hu>
29071         * loader.c (mono_get_method_from_token): Avoid looking up the icalls
29072         at this time.
29074         * marshal.c (mono_marshal_get_native_wrapper): Lookup icalls here.
29076         * reflection.c (reflection_methodbuilder_to_mono_method): Avoid looking
29077         up icalls at method definition time. Partially fixes #33569.
29079 2003-10-25  Zoltan Varga  <vargaz@freemail.hu>
29081         * marshal.c (mono_marshal_get_native_wrapper): Add support for [Out]
29082         marshalling of arrays. Fixes #50116.
29084         * appdomain.c (ves_icall_System_AppDomain_InternalIsFinalizingForUnload): New icall.
29086         * appdomain.c (unload_thread_main): Clear class->cached_vtable if it
29087         points to a vtable in the dying appdomain.
29089         * appdomain.c (mono_domain_unload): Move the notification of OnUnload
29090         listeners into unmanaged code inside the lock.
29092         * object.c (mono_class_vtable): Turn off typed allocation in non-root
29093         domains and add some comments.
29095 2003-10-25  Martin Baulig  <martin@ximian.com>
29097         * class.h (MonoGenericInst): Added `MonoClass *klass' field.
29099         * image.h (MonoImage): Added `GHashTable *typespec_cache'.
29101         * metadata.c (mono_metadata_parse_generic_inst): Renamed to
29102         `do_mono_metadata_parse_generic_inst'; pass it the MonoType we're
29103         currently parsing.  Create the generic class and store it in
29104         `generic_inst->klass' before parsing the type arguments.  This is
29105         required to support "recursive" definitions; see mcs/tests/gen-23.cs
29106         for an example.
29107         (mono_type_create_from_typespec): Use a new `image->typespec_cache'
29108         to support recursive typespec entries.
29110         * class.c (mono_class_setup_parent): If our parent is a generic
29111         instance, we may get called before it has its name set.
29112         (mono_class_from_generic): Splitted into
29113         mono_class_create_from_generic() and mono_class_initialize_generic().
29115 2003-10-25  Martin Baulig  <martin@ximian.com>
29117         * icall.c (ves_icall_Type_BindGenericParameters): Return a
29118         `MonoReflectionGenericInst *' instead of a `MonoReflectionType *'.
29119         ("System.Reflection.MonoGenericInst::inflate_method"): New interncall.
29120         ("System.Reflection.MonoGenericInst::inflate_ctor"): New interncall.
29122         * reflection.c (my_mono_class_from_mono_type): Added MONO_TYPE_GENERICINST.
29123         (create_typespec): Likewise.
29124         (mono_reflection_bind_generic_parameters): Return a
29125         `MonoReflectionGenericInst *' instead of a `MonoClass *'.
29126         (mono_reflection_inflate_method_or_ctor): New public function.
29128         * reflection.h (MonoReflectionGenericInst): New typedef.        
29130 2003-10-24  Zoltan Varga  <vargaz@freemail.hu>
29132         * object.c (mono_class_proxy_vtable): Run the whole vtable construction
29133         inside the domain lock. Fixes #49993.
29134         
29135         * object.c (mono_class_vtable): When typed allocation is used, 
29136         allocate vtables in the GC heap instead of in the mempool, since the
29137         vtables contain GC descriptors which are used by the collector even
29138         after the domain owning the mempool is unloaded.
29140         * domain.c (mono_domain_set): Rename to mono_domain_set_internal.
29142         * domain.c (mono_domain_unload): Rename to mono_domain_free to better
29143         reflect what it does. Also invalidate mempools instead of freeing
29144         them if a define is set.
29146         * appdomain.h (MonoAppDomainState): New enumeration to hold the state
29147         of the appdomain.
29148         
29149         * appdomain.h (_MonoDomain): New field 'finalizable_object_hash' to
29150         hold the finalizable objects in this domain.
29152         * appdomain.h (_MonoDomain): New field 'state' to hold the state of the
29153         appdomain.
29155         * appdomain.c (mono_domain_set): New function to set the current
29156         appdomain, but only if it is not being unloaded.
29158         * appdomain.c threads.c threadpool.c object.c: Avoid entering an
29159         appdomain which is being unloaded.
29160         
29161         * appdomain.c (ves_icall_System_AppDomain_InternalUnload): Prevent
29162         unloading of the root appdomain.
29164         * appdomain.c (ves_icall_System_AppDomain_InternalInvokeInDomain): New
29165         icall to execute a method in another appdomain. Intended as a 
29166         replacement for InternalSetDomain, which can confuse the code 
29167         generation in the JIT.
29169         * appdomain.c (mono_domain_is_unloading): New function to determine
29170         whenever an appdomain is unloading.
29172         * appdomain.c (mono_domain_unload): New function to correctly unload
29173         an appdomain.
29175         * assembly.c (mono_assembly_load_references): Check that an assembly
29176         does not references itself.
29178         * gc.c (mono_domain_finalize): Rewrote so instead of finalizing a
29179         domain manually, it asks the finalizer thread to do it, then waits for
29180         the result. Also added a timeout.
29182         * icall.c: Register the new icalls.
29184         * threads.h threads.c: Export the mono_gc_stop_world and 
29185         mono_gc_start_world functions.
29186         
29187         * mempool.h mempool.c (mono_mempool_invalidate): New debugging 
29188         function to fill out the mempool with 0x2a.
29190 2003-10-22  Zoltan Varga  <vargaz@freemail.hu>
29192         * reflection.h (MonoReflectionMethodAux): New structure to store
29193         information which is rarely used, thus is not in the MonoMethod
29194         structure.
29196         * reflection.h (MonoDynamicAssembly): New field 'method_aux_hash' to
29197         store the aux info.
29199         * reflection.c (mono_methodbuilder_to_mono_method): Store param names
29200         and marshalling info into the aux structure.
29202         * loader.c (mono_method_get_marshal_info): Retrieve the marshal info
29203         from the aux structure.
29205         * loader.c (mono_method_get_param_names): Retrieve the param names from
29206         the aux structure.
29207         
29208 2003-10-21  Zoltan Varga  <vargaz@freemail.hu>
29210         * exception.h exception.c: Add AppDomainUnloadedException && fix 
29211         warning.
29213 2003-10-21  Dick Porter  <dick@ximian.com>
29215         * socket-io.c
29216         (ves_icall_System_Net_Sockets_Socket_Select_internal): Applied
29217         patch from Laramie Leavitt moving divide out of loop. (Bug 45381).
29219 2003-10-21  Martin Baulig  <martin@ximian.com>
29221         * reflection.c (mono_reflection_bind_generic_parameters):
29222         `klass->parent' is NULL for interfaces.
29224 2003-10-21  Martin Baulig  <martin@ximian.com>
29226         * reflection.c (create_typespec): Added MONO_TYPE_VAR and MONO_TYPE_MVAR.
29228 2003-10-20  Zoltan Varga  <vargaz@freemail.hu>
29230         * exception.c (mono_exception_from_name_msg): New helper function for
29231         creating exceptions and initializing their message field.
29233         * exception.c: Simplify functions using the new helper.
29235         * exception.h exception.c (mono_get_exception_cannot_unload_appdomain):
29236         New function.
29238         * object.h object.c: Remove G_GNUC_NORETURN from the signature of
29239         mono_raise_exception, since otherwise gcc doesn't generate the function
29240         epilog for raise_exception, confusing the stack unwinding in the JIT.
29241         Fixes #45043.
29243         * rawbuffer.c (mono_raw_buffer_load_mmap): Map mmap-ed memory with
29244         PROT_EXEC. This seems to prevent segmentation faults on Fedora Linux.
29245         Fixes #49499.
29247 2003-10-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29249         * icall.c: OutputDebugStringW expects 16-bit unicode characters, not
29250         utf8.
29252 2003-10-18  Lluis Sanchez Gual  <lluis@ximian.com>
29254         * icall.c: Removed GetUninitializedObject method because
29255           AllocateUninitializedClassInstance does the same.
29257 2003-10-18  Martin Baulig  <martin@ximian.com>
29259         * class.c (inflate_generic_signature): Renamed to
29260         mono_class_inflate_generic_signature() and made it public.
29261         (my_mono_class_from_generic_parameter): New static function; if we
29262         don't already have the generic parameter's MonoClass, create a
29263         very simple one which is just used internally in the runtime and
29264         not passed back to managed code.
29266         * class.h (MonoGenericInst): Added `gpointer mbuilder' field.
29268         * metadata.h (MonoMethodSignature): Moved the
29269         `MonoGenericParam *gen_params' to the MonoMethodHeader.
29270         (MonoMethodHeader): Moved the `MonoGenericParam *gen_params' here.
29272         * icall.c (ves_icall_MethodInfo_GetGenericArguments): Renamed to
29273         ves_icall_MonoMethod_GetGenericArguments(); this is now an
29274         interncall on the MonoMethod class, not on MethodInfo.
29275         (ves_icall_MethodInfo_BindGenericParameters): Removed, we're now
29276         calling mono_reflection_bind_generic_method_parameters() directly.
29278         * loader.c (mono_method_get_signature): If this is a MethodSpec;
29279         return the already computed `method->signature'.
29280         (method_from_methodspec): New static function to load a method
29281         from a MethodSpec entry.
29282         (mono_get_method_from_token): Call the new method_from_methodspec()
29283         for MethodSpec tokens.  
29284         (mono_get_method_from_token): If we're a generic method, load the
29285         type parameters.
29287         * reflection.c (mono_image_get_memberref_token): Allow
29288         MEMBERREF_PARENT_TYPEDEF here; this will be used in the MethodSpec
29289         table.
29290         (fixup_method): Added support for MONO_TABLE_METHODSPEC.
29291         (mono_image_create_token): First check whether it's a generic
29292         method (so we'd need to create a MethodSpec), then do the other
29293         two alternatives.
29294         (mono_reflection_bind_generic_method_parameters): Return a
29295         `MonoReflectionMethod *' instead of a `MonoMethod *'; we're now
29296         called directly from the interncall.
29298 2003-10-17  Zoltan Varga  <vargaz@freemail.hu>
29300         * reflection.c (load_public_key): Move loading of the public key
29301         into managed code.
29303         * image.h (MonoAssemblyName): Add public_key and hash_alg fields.
29305         * assembly.c (mono_assembly_open): Fill in public_key and hash_alg
29306         fields.
29308         * icall.c (ves_icall_System_Reflection_Assembly_FillName): Fill in
29309         culture, hash_alg and public_key. Fixes #49555.
29311 2003-10-17  Martin Baulig  <martin@ximian.com>
29313         * class.h (MonoGenericInst): Moved this declaration here and added
29314         `MonoMethod *generic_method'.
29316         * icall.c
29317         (ves_icall_MethodInfo_GetGenericArguments): New interncall.
29318         (ves_icall_MethodInfo_BindGenericParameters): New interncall.
29320         * metadata.c (mono_metadata_type_equal): Two types of
29321         MONO_TYPE_VAR or MONO_TYPE_MVAR equals if they have the same
29322         index; ie. don't compare the address of the `MonoGenericParam'
29323         structure.
29324         (mono_metadata_load_generic_params): Removed the `MonoMethod
29325         *method' argument.
29327         * metadata.h (MonoGenericInst): Moved declaration to class.h.
29328         (MonoMethodHeader): Added `MonoGenericInst *geninst'.
29330         * reflection.c (method_encode_signature): Encode the number of
29331         generic parameters.
29332         (encode_generic_method_sig): New static function.
29333         (method_encode_methodspec): New static function; creates an entry
29334         in the MethodSpec table for a generic method.
29335         (mono_image_get_methodspec_token): New static function.
29336         (mono_image_create_token): Call mono_image_get_methodspec_token()
29337         for generic methods.
29338         (mono_reflection_bind_generic_method_parameters): New public
29339         function.  Instantiates a generic method.
29341 2003-10-16  Martin Baulig  <martin@ximian.com>
29343         * metadata.h (MonoMethodSignature): Moved `MonoGenericParam
29344         *gen_params' here from MonoMethodHeader.
29346         * metadata.c (mono_metadata_parse_method_signature): If we have
29347         generic parameters, initialize `method->gen_params' and then set
29348         the correct `type->data.generic_param' in all the parameters.
29350 2003-10-16  Zoltan Varga  <vargaz@freemail.hu>
29352         * threads.c (mono_threads_get_default_stacksize): New function to 
29353         return the default stacksize.
29355         * gc.c (mono_gc_cleanup): Use a separate event for waiting for the
29356         termination of the finalizer thread, since the previous method had
29357         race conditions. Fixes #49628.
29359         * gc.c (mono_gc_init): Use the same stacksize for the finalizer thread
29360         as for the other managed threads.
29362 2003-10-16  Martin Baulig  <martin@ximian.com>
29364         * class.c (inflate_generic_signature): Copy `generic_param_count'
29365         and `gen_params'.
29367         * icall.c (ves_icall_MethodInfo_get_IsGenericMethodDefinition):
29368         New interncall.
29370         * metadata.c (mono_metadata_parse_method_signature): Actually set
29371         the `method->generic_param_count' here.
29372         (mono_metadata_load_generic_params): Initialize `pklass' to NULL.
29374 2003-10-15  Zoltan Varga  <vargaz@freemail.hu>
29376         * object.h: Add a new field to TypedRef to simplify the implementation
29377         of the REFANY opcodes in the JIT.
29379         * icall.c: Make use of the new field.
29381         * metadata.c (mono_type_size): Compute the size of TYPEDBYREF types
29382         dynamically.
29384 2003-10-15  Martin Baulig  <martin@ximian.com>
29386         * class.c (mono_class_from_gen_param): Renamed to
29387         mono_class_from_generic_parameter() and moved most of the
29388         functionality from mono_reflection_define_generic_parameter()
29389         here; ie. we create a "real" class here.
29390         (mono_class_from_mono_type): Only allow MONO_TYPE_VAR and
29391         MONO_TYPE_MVAR if mono_class_from_generic_parameter() has
29392         previously been called.
29394         * class.h (MonoGenericParam): Moved the declaration of this struct
29395         here from metadata.h and added `MonoMethod *method'.
29397         * icall.c (ves_icall_MonoType_get_DeclaringMethod): New
29398         interncall.
29400         * loader.c (mono_get_method_from_token): If we have any generic
29401         parameters, call mono_metadata_load_generic_params() to read them
29402         from the MONO_TABLE_GENERICPAR.
29404         * metadata.c (mono_metadata_load_generic_params): Added
29405         `MonoMethod *method' argument which is used MONO_TYPE_MVAR.
29407         * metadata.h (MonoMethodSignature): Replaced
29408         `MonoGenericInst *geninst' with `guint16 generic_param_count'.
29409         (MonoMethodHeader): Added `MonoGenericParam *gen_params'.
29411         * reflection.c (mono_reflection_define_generic_parameter): Moved
29412         most of the functionality into the new
29413         mono_class_from_generic_parameter(); set the `method' field if
29414         we're a method parameter.       
29416 2003-10-13 Bernie Solomon  <bernard@ugsolutions.com>
29418         * marshal.c (emit_struct_conv): if native size is 0
29419         emit no code.
29421 2003-10-14  Martin Baulig  <martin@ximian.com>
29423         * icall.c: The generics API has changed in the spec since it was
29424         added to System.Type; these modifications make it match the spec
29425         again.
29426         (ves_icall_Type_GetGenericParameters): Renamed to
29427         `ves_icall_Type_GetGenericArguments'.
29428         (ves_icall_Type_get_IsGenericTypeDefinition): New interncall.
29429         (ves_icall_MonoType_get_HasGenericParameteres): Renamed to
29430         `ves_icall_MonoType_get_HasGenericArguments'.
29431         (ves_icall_MonoType_get_IsUnboundGenericParameter): Renamed to
29432         `ves_icall_MonoType_get_IsGenericParameter'.
29433         (ves_icall_MonoType_get_HasUnboundGenericParameters): Removed;
29434         this is no interncall anymore.
29435         (ves_icall_TypeBuilder_get_IsUnboundGenericParameter): Renamed to
29436         `ves_icall_TypeBuilder_get_IsGenericParameter'.
29438 2003-10-14  Martin Baulig  <martin@ximian.com>
29440         * reflection.c (mono_reflection_bind_generic_parameters): Also
29441         inflate generic methods if we're reading the class from IL.
29443 2003-10-13  Martin Baulig  <martin@ximian.com>
29445         * reflection.c (mono_reflection_define_generic_parameter): This
29446         method isn't called directly from the icall anymore; take a
29447         `MonoReflectionAssemblyBuilder *' so we can use this for type and
29448         method generic parameters.
29449         (ReflectionMethodBuilder): Added `MonoArray *generic_param'.
29450         (method_builder_encode_signature): Encode generic parameters.
29451         (mono_image_get_method_info): Write generic params to the
29452         MONO_TABLE_GENERICPARAM table.
29454         * reflection.h (MonoReflectionMethodBuilder): Added
29455         `MonoArray *generic_params'.
29457         * metadata.h (MonoMethodSignature): Added `MonoGenericInst *geninst'.
29459         * icall.c (ves_icall_TypeBuilder_define_generic_parameter): Added
29460         wrapper for mono_reflection_define_generic_parameter().
29461         (ves_icall_MethodBuilder_define_generic_parameter): Likewise.   
29463 2003-10-13  Zoltan Varga  <vargaz@freemail.hu>
29465         * marshal.h: Add missing function to fix build.
29467         * marshal.c (mono_marshal_get_native_wrapper): Add support for 
29468         the SetLastError pinvoke attribute.
29470         * marshal.c (mono_marshal_set_last_error): New helper function called
29471         by the generated code.
29472         
29473         * marshal.c (mono_mb_emit_branch): New helper function.
29475         * marshal.c (mono_mb_emit_exception): Added exception name parameter.
29477         * marshal.c (mono_marshal_get_managed_wrapper): Added support for
29478         classes as parameters and return values of delegates. Fixes #29256. 
29480 2003-10-12  Bernie Solomon  <bernard@ugsolutions.com>
29482         * locales.c: use gint32 in non HAVE_ICU case
29484 2003-10-11  Martin Baulig  <martin@ximian.com>
29486         * mono-debug.c (mono_debug_add_method): Added a workaround for
29487         bug #48591.
29489 2003-10-10  Zoltan Varga  <vargaz@freemail.hu>
29491         * marshal.c (mono_marshal_get_managed_wrapper): Under windows,
29492         delegates passed to native code must use the STDCALL calling 
29493         convention. Fixes #35987.
29495 2003-10-10  Martin Baulig  <martin@ximian.com>
29497         * class.c (inflate_generic_type): If we're inflating for a generic
29498         type instance (and not for a generic method), return
29499         MONO_TYPE_MVAR unchanged.
29501 2003-10-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29503         * string-icalls.c: Join ignores null strings in the source array.
29504         * threadpool.[ch]: export busy_worker_threads, not mono_worker_threads.
29505         * threads.c: GetAvailableTheads is slightly more accurate.
29507 2003-10-09  Bernie Solomon  <bernard@ugsolutions.com>
29509         * threads.h threads.c : add mono_threads_set_default_stacksize
29510         and pass default to CreateThread calls.
29512 2003-10-09  Dick Porter  <dick@ximian.com>
29514         * icall.c:
29515         * locales.h:
29516         * locales.c: Internal calls for constructing CultureInfo and
29517         related objects from libicu (if its available.)
29519 2003-10-09  Zoltan Varga  <vargaz@freemail.hu>
29521         * debug-helpers.c (wrapper_type_names): Add 'unknown' wrapper type.
29523 2003-10-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29525         * threadpool.c: added an argument to async_invoke_thread that is the
29526         item to process, pass the MonoAsyncResult to the thread start function
29527         when creating a new thread. This way we don't need to acquire any lock
29528         when we're creating a new thread. Readded a semaphore for faster
29529         response times (instead of that Sleep i added).
29531 2003-10-08  Bernie Solomon  <bernard@ugsolutions.com>
29533         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData):
29534         get daylight change dates better on Windows, fix handling
29535         of platforms without tm_gmtoff.
29537 2003-10-06  Martin Baulig  <martin@ximian.com>
29539         * class.c (inflate_generic_method): Renamed to
29540         mono_class_inflate_generic_method() and made public.
29541         (mono_class_init): Don't inflate the generic methods here.
29542         (mono_class_from_generic): Added `gboolean inflate_methods'
29543         argument.  Inflate the methods here.
29545         * loader.c (mono_method_get_param_names): Ignore instances of
29546         generic types for the moment.
29548         * reflection.c (fixup_method): Added support for inflated methods.
29549         (mono_image_create_token): Use mono_image_get_methodref_token()
29550         for inflated methods.
29551         (mono_custom_attrs_from_param): Ignore instances of generic types
29552         for the moment.
29553         (mono_reflection_bind_generic_parameters): New public function.
29554         Moved all the functionality from
29555         ves_icall_Type_BindGenericParameters() here and added support for
29556         dynamic types.
29557         (mono_reflection_define_generic_parameter): Initialize
29558         `klass->methods' here.
29560         * icall.c (ves_icall_Type_BindGenericParameters): Moved all the
29561         functionality into mono_reflection_define_generic_parameter().
29562         (ves_icall_Type_GetGenericTypeDefinition): If we're coming from a
29563         TypeBuilder, return that TypeBuilder.
29565 2003-10-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29567         * appdomain.c: removed mono_delegate_semaphore.
29569         * threadpool.c:
29570         (mono_thread_pool_add): moved hash table creation inside and the thread 
29571         creation outside of the critical region.
29572         (mono_thread_pool_finish): removed obsolete code.
29573         (async_invoke_thread): don't use the semaphore. Use a plain Sleep and
29574         continue or exit the thread depending on the queue.
29576 2003-10-07  Bernie Solomon  <bernard@ugsolutions.com>
29578         * metadata.c (mono_type_to_unmanaged): allow bools to marshal as I1
29579         marshal.c (emit_ptr_to_str_conv & mono_marshal_get_native_wrapper):
29580         handle more bool marshalling options
29582 2003-10-07  Zoltan Varga  <vargaz@freemail.hu>
29584         * marshal.c (mono_marshal_get_native_wrapper): Fix marshalling of
29585         arrays of structs. Also add a more descriptive error message when
29586         a structure member is marshalled as LPArray.
29588 2003-10-06  Zoltan Varga  <vargaz@freemail.hu>
29590         * marshal.c (mono_marshal_get_native_wrapper): Add support for
29591         marshalling arrays of complex types. Fixes #29098. Also remove an
29592         usused and incomplete function.
29594 Mon Oct 6 15:38:40 CEST 2003 Paolo Molaro <lupus@ximian.com>
29596         * gc.c: report heap_size - free_bytes as total memory allocated
29597         (bug#49362).
29599 2003-10-05  Zoltan Varga  <vargaz@freemail.hu>
29601         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Finally 
29602         fix timezone handling problems on Windows.
29603         
29604         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Avoid
29605         asserts when the year is outside the range handled by ms the functions.
29607         * class.c (setup_interface_offsets): If the class is an interface,
29608         fill out its interface_offsets slot.
29610 2003-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29612         * threadpool.c: mark threadpool threads as background.
29614 2003-10-03  Bernie Solomon  <bernard@ugsolutions.com>
29616         * decimal.c - define DECINLINE to nothing if not using GCC
29618 2003-10-03  Zoltan Varga  <vargaz@freemail.hu>
29620         * assembly.c: More refcount fixes.
29622 2003-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29624         * string-icalls.c: if we're not trimming, return the same string.
29625         When not splitting, don't create a new string.
29627 2003-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29629         * image.c:
29630         (mono_image_open): increment the ref_count inside the critical section.
29632 2003-10-02  Zoltan Varga  <vargaz@freemail.hu>
29634         * image.c (mono_image_open): Fix reference counting bug.
29636 2003-09-30  Bernie Solomon  <bernard@ugsolutions.com>
29638         * marshal.c (mono_marshal_type_size) struct alignment changed for 
29639         64bit machines.  (emit_ptr_to_str_conv) Fix bool conversions for 
29640         64bits. Avoid leak in mono_marshal_get_native_wrapper when
29641         mono_lookup_pinvoke_call throws.        
29643 2003-09-30  Zoltan Varga  <vargaz@freemail.hu>
29645         * reflection.c (mono_reflection_parse_type): Fix #49114.
29647         * file-io.c (ves_icall_System_IO_MonoIO_GetFileAttributes): Add
29648         temporary workaround for cygwin header problem.
29650         * object.c (mono_object_isinst): Synchronize this with the code
29651         generated by the JIT for casts.
29653 2003-09-29  Zoltan Varga  <vargaz@freemail.hu>
29655         * reflection.c (encode_type): Fix #38332.
29657 2003-09-26  Zoltan Varga  <vargaz@freemail.hu>
29659         * marshal.c (mono_marshal_method_from_wrapper): New function to return
29660         the original method from the wrapper method.
29662 2003-09-25  Martin Baulig  <martin@ximian.com>
29664         * icall.c (ves_icall_Type_IsGenericTypeDefinition): Removed this
29665         interncall since it was identical to `Type.GetGenericTypeDefinition()'.
29666         (ves_icall_Type_get_IsGenericInstance): New interncall.
29668 2003-09-24 Bernie Solomon <bernard@ugsolutions.com>
29670         * object.c: fix cast warning in big endian code.
29672 2003-09-19 Jackson Harper <jackson@latitudegeo.com>
29674         * icall.c: Timezone patch from Zoltan Varga (vargaz@freemail.hu)
29675         
29676 2003-09-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29678         * assembly.c: don't call check_env from mono_assembly_load. It's
29679         already done once in mono_assemblies_init and may cause headaches when
29680         multiple threads are loading assemblies.
29682 2003-09-19  Martin Baulig  <martin@ximian.com>
29684         * reflection.c (mono_reflection_define_generic_parameter): Don't
29685         allocate `klass->methods', set `klass->flags' to
29686         TYPE_ATTRIBUTE_INTERFACE, not TYPE_ATTRIBUTE_ABSTRACT.
29688 2003-09-18  Martin Baulig  <martin@ximian.com>
29690         * class.c (mono_class_init): Don't create `class->methods' if it's
29691         already initialized.
29693         * metadata.c (mono_metadata_load_generic_params): Make this
29694         actually work.
29696         * reflection.c (mono_reflection_define_generic_parameter): Set
29697         parent class and interfaces from the constraints.
29699         * reflection.h (MonoReflectionGenericParam): Added `guint32 flags'
29700         to keep this struct in sync with the declaration in TypeBuilder.cs.
29702 2003-09-17  Martin Baulig  <martin@ximian.com>
29704         * metadata.h (MonoType): Replaced the data's `int type_param'
29705         field with `MonoGenericParam *generic_param'.
29706         (MonoGenericParam): Added `MonoClass *klass'.
29708         * class.c (mono_class_from_gen_param): Removed the
29709         `MonoImage *image' and `int type_num' arguments.
29711         * metadata.c (mono_metadata_parse_generic_param): New static
29712         method; creates a MonoGenericParam which just contains the index.
29713         (do_mono_metadata_parse_type): Call
29714         mono_metadata_parse_generic_param() for MONO_TYPE_VAR and
29715         MONO_TYPE_MVAR.
29717         * reflection.c (mono_image_typedef_or_ref): Generic type
29718         parameters may be in the same assembly, but never use a typedef
29719         for them.
29720         (mono_reflection_define_generic_parameter): We're now creating a
29721         "real" class for the type parameter; it's now safe to call
29722         mono_class_from_mono_type() on the class'es type, it'll do the
29723         right thing.
29725 2003-09-16  Martin Baulig  <martin@ximian.com>
29727         * mono-debug-debugger.c (allocate_symbol_file_entry): Initialize
29728         `symfile->range_entry_size' and `symfile->class_entry_size' here;
29729         the `symfile' data structure must be fully initialized before it
29730         gets added to the table.
29732 2003-09-15  Zoltan Varga  <vargaz@freemail.hu>
29734         * icall.c (ves_icall_Type_IsArrayImpl): Added MONO_ARCH_SAVE_REGS.
29736         * appdomain.h domain.c (MonoDomain): Added new hashtable to store the
29737         class init trampolines.
29739 2003-09-11  Zoltan Varga  <vargaz@freemail.hu>
29741         * profiler.c (mono_profiler_load): Added '-time' and '-alloc' options
29742         to the built-in profiler to turn off time and allocation profiling
29743         respectively.
29745 2003-09-10  Zoltan Varga  <vargaz@freemail.hu>
29747         * profiler.c (mono_profiler_coverage_alloc): Use NULL instead of
29748         g_direct_equal.
29750         * debug-helpers.c (mono_method_full_name): Print the wrapper type
29751         in human readable form.
29753 2003-09-08  Zoltan Varga  <vargaz@freemail.hu>
29755         * reflection.c icall.c: Fixed warnings.
29757         * image.c (load_class_names): Use a temporary hash table to hold the
29758         namespaces in order to avoid doing many string comparisons.
29760         * image.h: Fix typo.
29762         * image.c class.c rawbuffer.c reflection.c threads.c verify.c domain.c:
29763         Pass NULL instead of g_direct_equal to the GHashTable constructor 
29764         since the NULL case is short-circuited inside g_hash_table_lookup, 
29765         leading to better performance.  
29767         * metadata.c (mono_metadata_custom_attrs_from_index): New function to
29768         obtain the first custom attribute for a given index. Depends on the
29769         CustomAttribute table being sorted by the parent field.
29771         * reflection.c (mono_custom_attrs_from_index): Use the new function 
29772         for better performance.
29774 2003-09-07  Martin Baulig  <martin@ximian.com>
29776         * class.c (mono_class_init): If we're a generic instance, inflate
29777         all our methods instead of loading them from the image.
29778         (mono_class_from_generic): Set `class->methods = gklass->methods'.
29780 2003-09-07  Martin Baulig  <martin@ximian.com>
29782         * mono-debug-debugger.c: Added support for constructors.
29784 2003-09-06  Martin Baulig  <martin@ximian.com>
29786         * icall.c (ves_icall_TypeBuilder_get_IsUnboundGenericParameter):
29787         New interncall.
29789         * reflection.c (mono_reflection_setup_generic_class): Call
29790         ensure_runtime_vtable() to create the vtable.
29792 2003-09-05  Martin Baulig  <martin@ximian.com>
29794         * class.c (mono_class_array_element_size): Added MONO_TYPE_VAR and
29795         MONO_TYPE_MVAR.
29797 2003-09-04  Martin Baulig  <martin@ximian.com>
29799         * reflection.c (mono_reflection_define_generic_parameter): Generic
29800         parameters start with zero.
29802 2003-09-04  Martin Baulig  <martin@ximian.com>
29804         * metadata.c (mono_type_size): Added MONO_TYPE_VAR and MONO_TYPE_MVAR.
29806         * reflection.h (MonoReflectionGenericParam): New typedef.
29807         (MonoReflectionTypeBuilder): Added `generic_params' fields to get
29808         the generic parameters from the managed TypeBuilder.
29810         * reflection.c (mono_reflection_define_generic_parameter): New function.
29811         (mono_reflection_create_runtime_class): Encode generic parameters.
29812         (mono_reflection_setup_generic_class): New function; this is
29813         called after adding adding all generic params to the TypeBuilder.
29814         (encode_type): Added MONO_TYPE_VAR.
29816 2003-09-04  Zoltan Varga  <vargaz@freemail.hu>
29818         * class.h class.c (mono_class_needs_cctor_run): Moved this method
29819         here from the JIT.
29821         * assembly.h assembly.c: Moved the AOT loading code into an assembly
29822         load hook.
29824 2003-09-03  Zoltan Varga  <vargaz@freemail.hu>
29826         * reflection.h reflection.c class.h class.c: Delete duplicate 
29827         definition of mono_type_get_name () from reflection.c and export the
29828         one in class.c.
29830         * class.c: Class loading fixes from Bernie Solomon 
29831         (bernard@ugsolutions.com).
29833         * reflection.c: Endianness fixes from Bernie Solomon 
29834         (bernard@ugsolutions.com).
29835         
29836 2003-09-01  Zoltan Varga  <vargaz@freemail.hu>
29838         * assembly.h assembly.c: Define a file format version for AOT
29839         libraries.
29840         
29841         * assembly.c (mono_assembly_open): Fix leaking of MonoImage-s.
29843         * appdomain.h (MonoJitInfo): New field to determine whenever the
29844         code is domain neutral.
29845         
29846 2003-08-31  Miguel de Icaza  <miguel@ximian.com>
29848         * marshal.c (emit_struct_conv): Add MONO_TYPE_CHAR
29850 2003-08-30  Zoltan Varga  <vargaz@freemail.hu>
29852         * icall.c (ves_icall_System_Web_Util_ICalls_get_machine_install_dir): 
29853         (ves_icall_System_Configuration_DefaultConfig_get_machine_config_path):
29854         Avoid caching the result since strings must be domain specific. Fixes
29855         #48050.
29857 2003-08-29  Zoltan Varga  <vargaz@freemail.hu>
29859         * marshal.c (mono_marshal_init): Make this callable multiple times
29860         since it is hard to find a correct place to call it.
29862         * object.c (mono_runtime_class_init): Execute static constructors in
29863         the correct appdomain.
29865         * image.c (build_guid_table): Handle the case when multiple images have
29866         the same GUID.
29868 2003-08-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29870         * icall.c: added a couple of icalls for System.Web.
29872 2003-08-28  Martin Baulig  <martin@ximian.com>
29874         * icall.c (ves_icall_Type_BindGenericParameters): Use
29875         `klass->generic_inst' instead of `&klass->byval_arg' in the
29876         mono_type_get_object() call.  The returned type must be
29877         MONO_TYPE_GENERICINST and not MONO_TYPE_CLASS.
29879 2003-08-27  Zoltan Varga  <vargaz@freemail.hu>
29881         * NOTES: New file.
29883         * object.c (mono_class_proxy_vtable): Make it thread safe.
29885         * pedump.c: Fix warning.
29887         * object.c appdomain.h: Get rid of metadata_section. 
29888         It is no longer needed and it was causing deadlocks with domain->lock.
29890         * appdomain.c (add_assemblies_to_domain): Make it thread safe.
29892 2003-08-26  Martin Baulig  <martin@ximian.com>
29894         * pedump.c (main): Don't call mono_image_close() if `verify_pe'.
29896 2003-08-26  Martin Baulig  <martin@ximian.com>
29898         * pedump.c (main): Call mono_metadata_init(),
29899         mono_raw_buffer_init(), mono_images_init(), mono_assemblies_init()
29900         and mono_loader_init().
29902 2003-08-26  Zoltan Varga  <vargaz@freemail.hu>
29904         * loader.h: Add missing include to fix build.
29906         * image.h: mono_image_load_references is no more.
29908         * assembly.c: Reworked assembly loading to make it really thread safe.
29909         After these changes, the assembly returned by mono_assembly_open is
29910         fully initialized, i.e. all its references assemblies are loaded.
29912         * assembly.c (mono_image_load_references): Renamed to 
29913         mono_assembly_load_references, and made private, since clients no
29914         longer need to call it.
29916         * class.c: Removed calls to mono_assembly_load_references, since it was
29917         a source of deadlocks.
29919         * loader.h loader.c class.h class.c: Protect data structures using a 
29920         new lock, the loader lock.
29922         * class.c (mono_class_setup_vtable): Create temporary hash tables and
29923         GPtrArrays only when needed.
29925         * class.c (mono_class_layout_fields): Ignore the dummy field inserted 
29926         into empty structures by mcs. Fixes pinvoke7.cs.
29927         
29928         * domain.c (mono_init): Call a new initialization function.
29930         * appdomain.c (mono_runtime_init): Call the new initializer function
29931         of the marshal module.
29933         * marshal.c (mono_marshal_load_type_info): Ignore the dummy field
29934         inserted into empty structures by mcs. Fixes pinvoke7.cs.
29936         * marshal.h marshal.c: Added locks around the wrapper caches to make
29937         this module thread safe.
29939         * icall.c (ves_icall_InternalInvoke): Method wrappers doesn't require a
29940         this argument. Fixes pinvoke1.exe.
29942 2003-08-25  Lluis Sanchez <lluis@ximian.com>
29944         * object.h: Added call_type field to MonoMethodMessage and the corresponding
29945         enumeration of values. Removed fields to store remote call output values in
29946         MonoAsyncResult. Not needed any more.
29947         * object.c: Initialize call_type and async_result fields in mono_message_init.
29948         * marshal.c: mono_delegate_begin_invoke(): for proxies, set call_type before
29949         dispatching the message.
29950         mono_delegate_end_invoke (): delegate to the proxy the work of waiting for the
29951         async call to finish. To do it use a message with EndInvoke call type.
29953 2003-08-25  Zoltan Varga  <vargaz@freemail.hu>
29955         * loader.h loader.c (mono_method_hash_marhal_info): New function which
29956         determines whenever a method has marshalling info.
29958 2003-08-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29960         * assembly.c: fix the build on windows.
29962 2003-08-22 Lluis Sanchez <lluis@ximian.com>
29964         * object.cs: Fixed bug #47785.
29966 2003-08-22 Jackson Harper <jackson@latitudegeo.com>
29968         * string-icalls.c (StringReplace): If their are no occurances of
29969         the old string found return a reference to the supplied
29970         string. This saves some memory and matches MS behavoir.
29971         
29972 2003-08-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29974         * socket-io.c: fixed compilation for systems that define AF_INET6
29975         and don't define SOL_IP/SOL_IPV6.
29977 2003-08-21  Zoltan Varga  <vargaz@freemail.hu>
29979         * object.c (mono_object_isinst): Fix casts to TransparentProxy in
29980         the interpreter. Patch by Bernie Solomon (bernard@ugsolutions.com).
29982         * rawbuffer.c rawbuffer.h: Make this module thread safe.
29984         * domain.c: Make this module thread safe.
29986         * domain.c (mono_init): Call new initialization function.
29988         * icall.c (ves_icall_System_Array_SetValueImpl): Check types for
29989         reference types too. Fixes #38812.
29991         * image.c (mono_image_init): Fixed warnings.
29993         * class.c (mono_class_from_typeref): Handle assembly load failure
29994         correctly.
29996         * appdomain.c (add_assemblies_to_domain): Handle the case when
29997         the references of an assembly are not yet loaded.
29999         * metadata.c image.c assembly.c: Moved initialization of global
30000         variables to a separate function called at startup since lazy 
30001         initialization of these variables is not thread safe.
30002         
30003         * image.c assembly.c: Made this module thread safe by adding locks in 
30004         the appropriate places.
30006         * domain.c (mono_init): Call the new initialization functions of the
30007         three modules.
30009 2003-08-20  Lluis Sanchez Gual  <lluis@ximian.com>
30011         * marshal.c: mono_delegate_begin_invoke(): If the target is a proxy,
30012           make a direct call. It is proxy's work to make the call asynchronous.
30013           mono_delegate_end_invoke(): If the targe is a proxy, just collect
30014           the return values.
30015         * object.cs: mono_method_call_message_new(): read AsyncResult and
30016           state object from parameters list, if this info is requested.
30017         * object.h: Added fields to store remote call output values in
30018           MonoAsyncResult. Added AsyncResult field in MonoMethodMessage.
30020 Wed Aug 20 12:57:42 CEST 2003 Paolo Molaro <lupus@ximian.com>
30022         * object.h: add needed fields to MonoThread.
30023         * threads.c, threads.h: allow registering a function to cleanup data
30024         allocated per thread by the JIT.
30026 Tue Aug 19 18:22:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
30028         * loader.h: portability fix by Bernie Solomon
30029         * <bernard@ugsolutions.com>.
30031 2003-08-16  Zoltan Varga  <vargaz@freemail.hu>
30033         * reflection.h reflection.c (mono_param_get_objects): Changed this to 
30034         return a MonoArray. This simplifies the code and also ensures that
30035         the cache allways contains an object reference as a value.
30037         * icall.c (ves_icall_get_parameter_info): Simplified using the new
30038         function.
30040 2003-08-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30042         * socket-io.c: patch by Bernie Solomon <bernard@ugsolutions.com> that
30043         fixes a problem with byte ordering when getting the address family for
30044         a socket.
30046 2003-08-15  Zoltan Varga  <vargaz@freemail.hu>
30048         * .cvsignore: Added monosn.
30050         * reflection.h reflection.c loader.c: Added support for parameter
30051         marshalling to dynamically created types. Fixes #47295.
30053 Fri Aug 15 11:42:46 CEST 2003 Paolo Molaro <lupus@ximian.com>
30055         * rand.c: remove useless warnings.
30057 Wed Aug 13 15:49:57 CEST 2003 Paolo Molaro <lupus@ximian.com>
30059         * class.c: implemented ldtoken for methods and fieldrefs.
30061 2003-08-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30063         * threadpool.c: when mono_async_invoke was called, no one took care of
30064         monitoring the queue. So if the method invoked took some time and we
30065         got new async invoke requests after 500 ms (the thread created waited
30066         that long in WaitForSingleObject), the new async invoke was not called
30067         until the previous one finished.
30069         This is fixed now. Thanks to Totte for helping with it.
30071 2003-08-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30073         * threadpool.c: set threadpool_thread to TRUE. Patch by totte.
30075 2003-08-11  Martin Baulig  <martin@ximian.com>
30077         * mono-debug-debugger.c (mono_debugger_lookup_type): New function.
30079 2003-08-06  Martin Baulig  <martin@ximian.com>
30081         * mono-debug-debugger.c: Added support for static fields,
30082         properties and methods.
30084 2003-08-06  Martin Baulig  <martin@ximian.com>
30086         * mono-debug-debugger.c: Don't store the MonoString's vtable to
30087         make this work for applications with multiple application domains.
30089 2003-08-04  Martin Baulig  <martin@ximian.com>
30091         * mono-debug-debugger.c: Completely reworked the type support; the
30092         most important thing is that we're now just using one single
30093         `MonoType' instance per type.
30095 Sat Aug  2 13:05:27 BST 2003 Malte Hildingson <malte@amy.udd.htu.se>
30097         * mono-endian.h, mono-endian.c, icall.c: Added icall
30098         ves_icall_System_Double_AssertEndianity to assert double word endianity
30099         on ARM (FPA). The icall uses a macro defined in mono-endian.h.
30101 Fri Aug 1 16:51:13 CEST 2003 Paolo Molaro <lupus@ximian.com>
30103         * class.c, class.h, reflection.c, metadata.c, icall.c: more generics
30104         support, icalls and fixes.
30106 2003-07-31  Miguel de Icaza  <miguel@ximian.com>
30108         * unicode.c (ves_icall_System_Char_IsPunctuation): The set of
30109         classes that are a punctuation character in .NET is not the same a
30110         g_unichar_ispunct.
30112 Tue Jul 29 18:07:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
30114         * socket-io.c: ipv6 portability fixes from Felix Ortga (guile@lared.es).
30116 2003-07-29  Miguel de Icaza  <miguel@ximian.com>
30118         * icall.c: Add new MemCopy internalcall.
30119         (ves_icall_System_Reflection_Assembly_GetManifestResourceInternal):
30120         Simplified code; It is not necessary to handle all the cases here,
30121         as the C# code takes care of it.  Only handle the case of the name
30122         resource embedded into the assembly.
30124         Changed signature to return the data pointer and the size of the
30125         data. 
30127 2003-07-26  Miguel de Icaza  <miguel@ximian.com>
30129         * reflection.c (mono_image_get_method_info): Allow for 0x40 to be
30130         encoded.        (Partition II.22.1.7: PInvokeAttribute:SupportsLastErr).
30132 2003-07-29  Lluis Sanchez Gual  <lluis@ximian.com>
30134         * socket-io.c: ignore EINTR error in select.
30136 Tue Jul 29 15:25:01 CEST 2003 Paolo Molaro <lupus@ximian.com>
30138         * class.h, class.c: removed unused subclasses field in MonoClass.
30140 2003-07-29  Lluis Sanchez Gual  <lluis@ximian.com>
30142         * icall.c: improve fix of get_base_definition(). If the parent class
30143           doesn't have the mehod, look at the parent of the parent.
30144         * object.c: mono_message_init(): use the attribute PARAM_ATTRIBUTE_OUT
30145           to check if a parameter is an in or out parameter
30146           (PARAM_ATTRIBUTE_IN is not set by default).
30147           mono_method_return_message_restore(): Use mono_class_value_size to
30148           get the size of a value type. mono_type_stack_size (parameterType)
30149           does not return the correct value if parameterType is byRef.
30150           mono_load_remote_field(), mono_load_remote_field_new(),
30151           mono_store_remote_field(), mono_store_remote_field_new():
30152           raise exception if the remote call returns an exception.
30154 2003-07-28  Martin Baulig  <martin@ximian.com>
30156         * mono-debug-debugger.c (mono_debugger_runtime_invoke): New
30157         method.  This is a wrapper around mono_runtime_invoke() which
30158         boxes the instance object if neccessary.
30160 Fri Jul 25 19:14:13 CEST 2003 Paolo Molaro <lupus@ximian.com>
30162         * class.c, class.h, image.c, image.h, loader.c, metadata.c,
30163         metadata.h, row-indexes.h, verify.c: first cut of generics support.
30165 Thu Jul 24 11:34:20 CEST 2003 Paolo Molaro <lupus@ximian.com>
30167         * icall.c: disable mcs bug workaround.
30169 2003-07-21  Miguel de Icaza  <miguel@ximian.com>
30171         * object.c (mono_runtime_class_init): Take the metadata_section
30172         mutex before obtaining the domain mutex.
30174         * appdomain.h: Added definition of metadata_section mutex here. 
30176         * object.c: define metadata_mutex here.
30178 2003-07-24  Ravi Pratap  <ravi@ximian.com>
30180         * icall.c: Remove the FIXED_MCS_45127 workarounds - this has been
30181         fixed.
30183 2003-07-24  Lluis Sanchez Gual  <lluis@ximian.com>
30185         * reflection.c: Fix bug #46669
30187 2003-07-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30189         * exception.c:
30190         * exception.h:
30191         * icall.c:
30192         * object.h: fill in the type name for TypeLoadException.
30194 2003-07-23  Ravi Pratap  <ravi@ximian.com>
30196         * class.c: Fixes from Paolo in response to bug #45415 (Subclass
30197         relationship between TypeBuilders while compiling corlib) and bug
30198         45993 (Array types returned from the runtime while compiling
30199         corlib were from the loaded corlib).
30201 2003-07-22  Martin Baulig  <martin@ximian.com>
30203         * mono-debug-debugger.c: Reworked the type support a bit more;
30204         distinguish between types and classes.
30206 Tue Jul 22 15:48:50 CEST 2003 Paolo Molaro <lupus@ximian.com>
30208         * icall.c: add IsArrayImpl icall.
30210 2003-07-22  Zoltan Varga  <vargaz@freemail.hu>
30212         * class.c (mono_class_layout_fields): Fix gc aware auto layout by
30213         initializing real_size only once. Also fix bug #46602.
30215 2003-07-21  Jerome Laban <jlaban@wanadoo.fr>
30217         * object.c: Renamed mono_metadata_section to metadata_section.
30219 2003-07-21  Lluis Sanchez Gual  <lluis@ximian.com>
30221         * icall.c: in MS.NET ves_icall_Type_GetInterfaces returns an
30222           empty array if the type is an array. Fixed.
30223           ves_icall_MonoMethod_get_base_definition: if the base method
30224           is abstract, get the MethodInfo from the list of methods of
30225           the class.
30226         * reflection.c: ParameterInfo.PositionImpl should be zero-based
30227           and it was 1-based. Fixed in mono_param_get_objects.
30229 2003-07-20  Martin Baulig  <martin@ximian.com>
30231         * mono-debug.h: Set version number to 31.
30232         (mono_debug_init): Added `MonoDomain *' argument.
30234         * mono-debug-debugger.c: Reworked the type support; explicitly
30235         tell the debugger about builtin types; pass the `klass' address to
30236         the debugger.
30238 2003-07-20 Jackson Harper <jackson@latitudegeo.com>
30240         * image.c: Allow new metadata tables to be loaded without a
30241         warning. Also update the warning message to give the new constant value.
30242                 
30243 Fri Jul 18 13:12:21 CEST 2003 Paolo Molaro <lupus@ximian.com>
30245         * class.c, class.h, debug-helpers.c, icall.c, image.c, marshal.c,
30246         metadata.c, metadata.h, mono-debug-debugger.c, object.c, reflection.c: 
30247         array type representation changes.
30249 Fri Jul 18 11:26:58 CEST 2003 Paolo Molaro <lupus@ximian.com>
30251         * icall.c, appdomain.h, appdomain.c: support full runtime shutdown
30252         on Environment.Exit () call.
30254 Thu Jul 17 17:21:57 CEST 2003 Paolo Molaro <lupus@ximian.com>
30256         * icall.c, reflection.h, reflection.c, verify.c: cleanups,
30257         requires a matching corlib.
30259 2003-07-17  Lluis Sanchez Gual  <lluis@ximian.com>
30261         * Changelog: My editor decided to add a CR to each line. Sorry about that.
30262           Committed again without the CRs.
30263         
30264 2003-07-17  Lluis Sanchez Gual  <lluis@ximian.com>
30266         * socket-io.c: Get system_assembly using mono_image_loaded(), instead
30267           getting it from the "this" socket instance. Did not work
30268           if the socket is a subclass of Socket.
30269           Also fixed bug #35371.
30271 Thu Jul 17 13:39:32 CEST 2003 Paolo Molaro <lupus@ximian.com>
30273         * metadata.c: fixed size for TypedByRef.
30274         * loader.c: when searching for a method, consider the vararg amrker.
30275         * unicode.c, decimal.c: constify some arrays.
30277 2003-07-15  Dick Porter  <dick@ximian.com>
30279         * socket-io.c: Fixed compilation for gcc < 3.2.
30281         Fixed compilation for machines that don't have AF_INET6 (thanks to
30282         Bernie Solomon <bernard@ugsolutions.com> for that part.)
30284         Fixed compile warnings.
30285         
30286         Fixed formatting and line endings.
30288 2003-07-14  Jerome Laban <jlaban@wanadoo.fr>
30290         * socket-io.h:
30291         * socket-io.c: Added IPv6 support.
30293 2003-07-13  Zoltan Varga  <vargaz@freemail.hu>
30295         * class.c (mono_class_is_assignable_from): New function to implement
30296         the is_assignable_from logic. Used by mono_object_isinst, 
30297         Type::IsAssignableFrom () and the interpreter.
30299         * class.c (mono_class_is_subclass_of): Make all classes a subclass of
30300         Object, even interfaces.
30301         
30302         * object.c (mono_object_isinst): Implement in terms of 
30303         is_assignable_from.
30305         * icall.c (ves_icall_type_is_assignable_from): New icall.
30307 2003-07-11  Zoltan Varga  <vargaz@freemail.hu>
30309         * domain.c (foreach_domain): fix compiler warning.
30311 2003-07-11  Dietmar Maurer  <dietmar@ximian.com>
30313         * image.c (load_metadata_ptrs): use g_strndup because strndup is
30314         not available on all plattforms
30316 2003-07-10  Zoltan Varga  <vargaz@freemail.hu>
30318         * image.h image.c: Store the metadata version string in MonoImage.
30319         * icall.c: New icall to retrieve the image version.
30320         * reflection.c (create_dynamic_image): Fill in the image version field
30321         * reflection.c (build_compressed_metadata): Use the image version
30322         from the image structure.
30324 2003-07-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30326         * appdomain.c: modified comment.
30327         * gc.c: finalizer_thread can call finalizers even when finished == TRUE.
30328         That will be its last iteration when mono_gc_cleanup is called from
30329         mono_runtime_cleanup and before the domain is unloaded.
30331         Fixes bug #45962.
30333 2003-07-04  Dietmar Maurer  <dietmar@ximian.com>
30335         * marshal.c (mono_marshal_get_native_wrapper): fixes for [out]
30336         attributes.
30338 Thu Jul 3 17:22:20 CEST 2003 Paolo Molaro <lupus@ximian.com>
30340         * object.c, file-io.c, metadata.c, mono-endian.h, reflection.c,
30341         rawbuffer.c: more 64 bit and picky (or old) compiler fixes from
30342         Bernie Solomon <bernard@ugsolutions.com>.
30344 Thu Jul 3 17:17:39 CEST 2003 Paolo Molaro <lupus@ximian.com>
30346         * object.c, object.h: provide mono_object_new_fast() for faster
30347         allocation in some special cases.
30349 Wed Jul 2 13:21:26 CEST 2003 Paolo Molaro <lupus@ximian.com>
30351         * object.h, reflection.h, verify.c: fixes for some 64bit issues,
30352         mostly from a patch by Laramie Leavitt <lar@leavitt.us>.
30354 Tue Jul 1 21:24:14 CEST 2003 Paolo Molaro <lupus@ximian.com>
30356         * threadpool.c: fix leaks.
30358 2003-07-01  Dick Porter  <dick@ximian.com>
30360         * threadpool.c (mono_async_invoke): Use mono_g_hash_table_remove when
30361         using MonoGHashTables.  Fixes threadpool bug posted to list.
30363 Tue Jul 1 11:45:40 CEST 2003 Paolo Molaro <lupus@ximian.com>
30365         * image.h, image.c: added support to load an assembly from a byte array.
30366         * Makefile.am, assembly.c, make-bundle.pl, sample-bundle: added 
30367         assembly bundle support.
30369 2003-06-27  Dietmar Maurer  <dietmar@ximian.com>
30371         * threadpool.c (mono_thread_pool_add): keep a reference to the
30372         AsyncResult to prevent GC
30374 Thu Jun 26 12:13:25 CEST 2003 Paolo Molaro <lupus@ximian.com>
30376         * class.c: leak fix.
30378 2003-06-25  Dick Porter  <dick@ximian.com>
30380         * threadpool.c (mono_thread_pool_add): Don't set up a finaliser
30381         for the async object, the WaitHandle object will close the handle.
30382         Fixes bug 45321.
30384 Wed Jun 25 18:12:29 CEST 2003 Paolo Molaro <lupus@ximian.com>
30386         * class.c: in mono_array_class_get (), lookup from the hash with the
30387         same type we insert: this works around a bug in
30388         mono_metadata_type_hash() with SZARRAY and fixes a leak reported by
30389         lluis. The real fix will have to wait for after the release.
30391 Wed Jun 25 13:14:41 CEST 2003 Paolo Molaro <lupus@ximian.com>
30393         * icall.c: fix memory leak when getting type members.
30395 Mon Jun 23 16:12:48 CEST 2003 Paolo Molaro <lupus@ximian.com>
30397         * reflection.c: added more pubtoken special cases.
30399 Mon Jun 23 15:29:06 CEST 2003 Paolo Molaro <lupus@ximian.com>
30401         * class.c: handle field offset correctly when class size
30402         is set (bug# 45182, partially from a patch by jlaban@wanadoo.Fr (Jerome Laban)).
30404 2003-06-20  Martin Baulig  <martin@ximian.com>
30406         * mono-debug-debugger.h (MonoDebuggerSymbolFile): Added `MonoImage
30407         *image' field.
30409 2003-06-20  Martin Baulig  <martin@ximian.com>
30411         * image.h, mono-debug-debugger.h: Fixed compiler warnings.
30413 2003-06-20  Martin Baulig  <martin@ximian.com>
30415         * mono-debug.h (MONO_DEBUG_VAR_ADDRESS_MODE_STACK): Removed.  We
30416         just distinguish between variables in registers and variables at
30417         an offset relative to a register.
30419 2003-06-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30421         * icall.c: #ifdef out latest changes until mcs is fixed.
30423 Thu Jun 19 11:03:42 CEST 2003 Paolo Molaro <lupus@ximian.com>
30425         * icall.c: return members in metadata order.
30427 Wed Jun 18 15:26:58 CEST 2003 Paolo Molaro <lupus@ximian.com>
30429         * icall.c: avoid infinite loop in GetTimeZoneData.
30431 Wed Jun 18 12:47:43 CEST 2003 Paolo Molaro <lupus@ximian.com>
30433         * icall.c: added Marshal.Prelink/All icalls.
30435 Wed Jun 18 12:17:48 CEST 2003 Paolo Molaro <lupus@ximian.com>
30437         * object.c, object.h: fix warnings and do some overflow checking
30438         when creating arrays.
30440 2003-06-17  Dick Porter  <dick@ximian.com>
30442         * file-io.h:
30443         * file-io.c: File attributes need to be tweaked slightly when
30444         passed from the managed to the w32 world.
30446 2003-06-17  Zoltan Varga  <vargaz@freemail.hu>
30447         * profiler.h profiler-private.h profiler.c: Rework last patch
30448         based on suggestion by Paolo.
30449         
30450 2003-06-17  Zoltan Varga  <vargaz@freemail.hu>
30452         * profiler.h profiler-private.h profiler.c: Added infrastructure for 
30453         instruction level coverage data collection.
30454         * profiler.h profiler.c (: Added new callback function which can be
30455         used by the profiler to limit which functions should have coverage
30456         instrumentation.
30457         * profiler.c (mono_profiler_load): Call g_module_build_path to
30458         generate the file name of the profiler library.
30460 Mon Jun 16 18:11:13 CEST 2003 Paolo Molaro <lupus@ximian.com>
30462         * profiler.c, profiler.h, profiler-private.h: added basic block 
30463         coverage profiling API.
30465 2003-06-15  Zoltan Varga  <vargaz@freemail.hu>
30467         * reflection.c (mono_reflection_create_runtime_class): Add support
30468         for events in dynamically generated code.
30470         * gc.c: Start GCHandle indexes from 1, since 0 means the handle is
30471         not allocated.
30473 Sat Jun 14 19:01:32 CEST 2003 Paolo Molaro <lupus@ximian.com>
30475         * icall.c: when getting timezone info, return reasonable values if we
30476         can't get the actual data.
30478 2003-06-14  Dick Porter  <dick@ximian.com>
30480         * threads.c (start_wrapper): Remove the reference to the thread
30481         object in the TLS data, so the thread object can be finalized.
30482         This won't be reached if the thread threw an uncaught exception,
30483         so those thread handles will stay referenced :-( (This is due to
30484         missing support for scanning thread-specific data in the Boehm GC
30485         - the io-layer keeps a GC-visible hash of pointers to TLS data.)
30487 Sat Jun 14 13:16:17 CEST 2003 Paolo Molaro <lupus@ximian.com>
30489         * reflection.c: ensure streams and tables are first allocated with
30490         ALLOC_ATOMIC (GC_realloc uses plain GC_malloc otherwise).
30492 Sat Jun 14 13:13:20 CEST 2003 Paolo Molaro <lupus@ximian.com>
30494         * icall.c: fixed GetElementType for byrefs (bug# 44792).
30496 2003-06-13  Zoltan Varga  <vargaz@freemail.hu>
30498         * reflection.c (mono_reflection_create_runtime_class): Add support for
30499         properties to dynamically created classes.
30500         * reflection.c: Fix a few places where non-MonoObjects were inserted
30501         into the tokens hashtable.
30503 Fri Jun 13 19:10:55 CEST 2003 Paolo Molaro <lupus@ximian.com>
30505         * object.c: some support to handle out of memory exceptions.
30507 2003-06-12  Dietmar Maurer  <dietmar@ximian.com>
30509         * marshal.c (mono_marshal_get_native_wrapper): support reference
30510         return types
30512 Wed Jun 11 18:32:51 CEST 2003 Paolo Molaro <lupus@ximian.com>
30514         * object.h, object.c: more portability stuff from Bernie Solomon.
30515         Unexport mono_object_allocate(). Added mono_object_unbox ().
30516         Set exitcode when an unhandled exception is thrown.
30518 2003-06-11  Dietmar Maurer  <dietmar@ximian.com>
30520         * marshal.c (mono_marshal_get_native_wrapper): use custom
30521         marshaler for return types.
30523 2003-06-10  Dick Porter  <dick@ximian.com>
30525         * socket-io.c: Don't assume that one of struct ip_mreqn or struct
30526         ip_mreq is available
30528 Tue Jun 10 17:35:03 CEST 2003 Paolo Molaro <lupus@ximian.com>
30530         * debug-mono-symfile.c, marshal.c, metadata.c, monitor.c,
30531         mono-debug-debugger.c, mono-debug.c, process.c: portability fixes
30532         by Bernie Solomon <bernard@ugsolutions.com>.
30534 2003-06-10  Zoltan Varga  <vargaz@freemail.hu>
30536         * gc.c (mono_gc_init): Avoid error message on shutdown when
30537         GC_DONT_GC=1 is used.
30539         * icall.c (ves_icall_System_Reflection_Module_GetGuidInternal): 
30540         New icall to return the GUID of a module.
30542 Mon Jun 9 19:33:51 CEST 2003 Paolo Molaro <lupus@ximian.com>
30544         * class.c: ensure instance size always includes the parent's size
30545         even whem class size is set explicitly (fixes bug#44294).
30547 Thu Jun 5 19:51:49 CEST 2003 Paolo Molaro <lupus@ximian.com>
30549         * profiler.h, profiler.c: made the simple profiler thread-safe,
30550         get more accurate timing info. Allow the loading of an
30551         externally-developed profiler module.
30553 2003-06-05  Dietmar Maurer  <dietmar@ximian.com>
30555         * marshal.c (mono_marshal_get_native_wrapper): improved
30556         class/byref arguments.
30557         (mono_marshal_get_native_wrapper): better string marshaling support.
30559 Wed Jun 4 18:01:22 CEST 2003 Paolo Molaro <lupus@ximian.com>
30561         * class.c: ensure .pack and .size are handled correctly and
30562         simplified layout of static fields.
30564 2003-06-04  Dietmar Maurer  <dietmar@ximian.com>
30566         * appdomain.c
30567         (ves_icall_System_AppDomainSetup_InitAppDomainSetup): fix for bug 42934
30569         * loader.c (mono_lookup_pinvoke_call): look for modules in the
30570         current directory (fix bug 44008)
30572 2003-06-03  Dietmar Maurer  <dietmar@ximian.com>
30574         * marshal.c (mono_marshal_get_native_wrapper): started support for
30575         custom marshalers.
30576         (mono_delegate_to_ftnptr): consider marshalling specifications
30578 Tue Jun 3 11:17:02 CEST 2003 Paolo Molaro <lupus@ximian.com>
30580         * reflection.c, reflection.h: emit custom marshal info.
30582 2003-06-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30584         * object.c: free the GError.
30585         * icall.c: added CloseEvent_internal.
30586         * threads.[ch]:
30587         (ves_icall_System_Threading_Events_CloseEvent_internal): new internal
30588         call.
30590 2003-06-01  Zoltan Varga  <vargaz@freemail.hu>
30592         * loader.c (mono_method_get_signature): Add support for dynamic
30593         assemblies.
30595 Sat May 31 15:22:07 CEST 2003 Paolo Molaro <lupus@ximian.com>
30597         * reflection.c: fixed bug #43905.
30599 Fri May 30 12:56:29 CEST 2003 Paolo Molaro <lupus@ximian.com>
30601         * class.c, domain.c, icall.c, metadata.h, object.h: support for
30602         handling TypedReference and ArgIterator.
30603         * loader.c, loader.h: added function to get signature at call site.
30605 Thu May 29 11:34:55 CEST 2003 Paolo Molaro <lupus@ximian.com>
30607         * metadata.c, metadata.h, private.h, tokentype.h, loader.c: make more 
30608         data readonly. Buglets and warning fixes. Some MethodSpec support.
30610 Tue May 27 16:34:39 CEST 2003 Paolo Molaro <lupus@ximian.com>
30612         * class.h, class.c, object.c: remove relative numbering support.
30614 2003-05-26  Miguel de Icaza  <miguel@ximian.com>
30616         * marshal.c (mono_marshal_get_native_wrapper): For now, do not
30617         free the string, until we get a chance to fix Gtk#
30619 2003-05-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30621         * marshal.c: revert last patch.
30623 Mon May 26 20:21:52 CEST 2003 Paolo Molaro <lupus@ximian.com>
30625         * icall.c: updates for new mono_class_vtable() not calling
30626         the type constructor anymore.
30628 Mon May 26 12:10:35 CEST 2003 Paolo Molaro <lupus@ximian.com>
30630         * object.h, object.c: separate vtable creation from type
30631         initialization. Make running the .cctor thread safe.
30633 2003-05-26  Dietmar Maurer  <dietmar@ximian.com>
30635         * marshal.c (mono_marshal_get_native_wrapper): free string return values.
30637 2003-05-21  Dietmar Maurer  <dietmar@ximian.com>
30639         * loader.c (mono_get_method): consider calling convention
30641 2003-05-21  Zoltan Varga  <vargaz@freemail.hu>
30643         * icall.c (ves_icall_System_Reflection_Module_GetGlobalType): New icall
30644         to return the invisible global type for a module.
30646         * reflection.c (mono_image_build_metadata): Emit global fields too.
30648 2003-05-20  Peter Williams  <peterw@ximian.com>
30650         * loader.c (mono_lookup_internal_call): Add a few newlines.
30652 2003-05-20  Zoltan Varga  <vargaz@freemail.hu>
30654         * reflection.c (mono_reflection_lookup_dynamic_token): Intern dynamic
30655         literal strings.
30657         * appdomain.c (set_domain_search_path): Recalculate search path when
30658         AppDomainSetup.PrivateBinPath changes.
30660         * object.c (mono_class_compute_gc_descriptor): It turns out some
30661         parts of the class libs (like System.Thread) holds pointers to
30662         GC_MALLOC()-d memory in IntPtrs, which is wrong. The workaround is
30663         to treat native int a pointer type here.
30664         
30665 Tue May 20 17:18:16 CEST 2003 Paolo Molaro <lupus@ximian.com>
30667         * appdomain.h, domain.c: add hashtable for jump target resolution.
30669 2003-05-19  Zoltan Varga  <vargaz@freemail.hu>
30671         * reflection.h reflection.c icall.c: Added new icalls 
30672         GetManifestResourceInfoInternal, GetModulesInternal and support
30673         infrastructure.
30675 2003-05-16  Dick Porter  <dick@ximian.com>
30677         * icall.c:
30678         * file-io.h:
30679         * file-io.c: Implement System.IO.MonoIO::GetTempPath
30681 2003-05-14  Lluis Sanchez Gual  <lluis@ideary.com>
30683         * object.c: mono_store_remote_field: little fix to previous patch.
30685 Wed May 14 18:10:42 CEST 2003 Paolo Molaro <lupus@ximian.com>
30687         * class.c: add constructors to array classes.
30688         * icall.c: special case array construction for InternalInvoke (),
30690 2003-05-14  Zoltan Varga  <vargaz@freemail.hu>
30692         * class.h class.c reflection.c object.c: Added support for field
30693         defaults in dynamically generated classes.
30695 Wed May 14 13:35:27 CEST 2003 Paolo Molaro <lupus@ximian.com>
30697         * reflection.c: properly encode charset for ddlimport.
30699 Wed May 14 11:14:54 CEST 2003 Paolo Molaro <lupus@ximian.com>
30701         * threads.c: allow compiling without GC.
30703 Tue May 13 16:41:49 CEST 2003 Paolo Molaro <lupus@ximian.com>
30705         * appdomain.h, object.c, object.h, threads.c, threads.h: added
30706         handling of thread static data.
30708 Tue May 13 16:36:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
30710         * reflection.h, reflection.c: added mono_custom_attrs_free ().
30712 2003-05-13  Dietmar Maurer  <dietmar@ximian.com>
30714         * class.c (mono_array_class_get): always set the serializable flags
30715         (mono_array_class_get): always set the SEALED attribute for array types
30717 2003-05-12  Dietmar Maurer  <dietmar@ximian.com>
30719         * loader.c (mono_lookup_pinvoke_call): consider Ansi/Unicode
30720         attributes (fix for bug 42021).
30722 2003-05-12  Dick Porter  <dick@ximian.com>
30724         * gc.c: Don't run finalizers when the finalizer thread is
30725         finishing up, because the default domain has already been
30726         destroyed.
30728 2003-05-11  Miguel de Icaza  <miguel@ximian.com>
30730         * string-icalls.c (ves_icall_System_String_ctor_chara_int_int): if
30731         value is null, we should throw an exception.   This is slightly
30732         different than the other conventions used for the constructor.
30734 2003-05-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30736         * socket-io.c: fixed windows build.
30738 2003-05-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30740         * socket-io.c: patch by Jerome Laban that fixes bug #42393.
30742 2003-05-10  Zoltan Varga  <vargaz@freemail.hu>
30744         * object.c (mono_string_new_wrapper): Compatibility fix for MS
30745         compilers.
30747 2003-05-09  Zoltan Varga  <vargaz@freemail.hu>
30749         * class.c (mono_class_layout_fields): Add experimental GC aware
30750         auto layout facility. Requires class library changes to work correctly.
30752         (mono_class_setup_vtable): Avoid overriding explicit interface
30753         method implementations. Fixes iface3.exe test.
30755         * object.c (mono_class_compute_gc_descriptor): Type I can't hold an
30756         object reference.
30757         (mono_array_new_specific): Add MONO_ARCH_SAVE_REGS.
30758         (mono_string_new_wrapper): Add MONO_ARCH_SAVE_REGS.
30760         * metadata.h: Add new type classification macro which determines
30761         whenever the type holds an object reference.
30763 2003-05-08  Dietmar Maurer  <dietmar@ximian.com>
30765         * marshal.c (mono_marshal_get_native_wrapper): cleanups
30767 2003-05-07  Zoltan Varga  <vargaz@freemail.hu>
30769         * gc.c (finalizer_thread): Work around a GC bug.
30771 2003-05-07  Dietmar Maurer  <dietmar@ximian.com>
30773         * marshal.c (emit_struct_conv): allow unions
30775         * class.c (class_compute_field_layout): added patches from Jerome Laban <jlaban@wanadoo.fr>
30777 2003-05-06  Dietmar Maurer  <dietmar@ximian.com>
30779         * marshal.c (mono_marshal_get_native_wrapper): free strings after pinvoke
30781 2003-05-06  Martin Baulig  <martin@ximian.com>
30783         * mono-debug-debugger.h: #include <mono/io-layer/io-layer.h>.
30785 2003-05-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30787         * socket-io.c:
30788         (Select_internal): allow NULLs, don't create arrays if not needed.
30789         Coupled with Socket.cs changes.
30791         * threadpool.c:
30792         (mono_thread_pool_add): use GC_MALLOC to allocate the ASyncCall and
30793         register a finalizer for it that will close the semaphore handle. This
30794         fixes the leak and make Lupus' test run with > 4080 loops.
30796 2003-05-05  Dietmar Maurer  <dietmar@ximian.com>
30798         * marshal.c (mono_marshal_get_struct_to_ptr): added fixes from
30799         Jerome Laban (bug #42287)
30801 2003-05-02  Martin Baulig  <martin@ximian.com>
30803         * debug-mono-symfile.h
30804         (MonoSymbolFile): Moved declaration into mono-debug.h.
30805         (MonoDebugMethodJitInfo): Likewise.
30806         (mono_debug_open_mono_symbol_file): Take the MonoDebugHandle as
30807         argument.
30808         (_mono_debug_address_from_il_offset): Take a
30809         MonoDebugMethodJitInfo instead of a MonoDebugMethodInfo.
30811         * mono-debug.h
30812         (MonoDebugDomainData): New struct.
30813         (mono_debug_get_domain_data): New function.
30814         (mono_debug_add_method): Take an additional `MonoDomain *'
30815         argument.
30816         (mono_debug_source_location_from_address): Likewise.
30817         (mono_debug_il_offset_from_address): Likewise.
30818         (mono_debug_address_from_il_offset): Likewise.
30820 Thu May 1 19:40:37 CEST 2003 Paolo Molaro <lupus@ximian.com>
30822         * reflection.c: one more check for null type in custom attrs.
30824 2003-05-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30826         * reflection.c: avoid warning (comparison is always false due to limited
30827         range of data type).
30829 2003-05-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30831         * icall.c: throw an exception in Type.GetField if the argument 'name'
30832         is NULL.
30834 Wed Apr 30 10:53:09 CEST 2003 Paolo Molaro <lupus@ximian.com>
30836         * reflection.c: fixed handling of enums in named arguments to custom
30837         attributes (bug #42123).
30839 Tue Apr 29 19:15:10 CEST 2003 Paolo Molaro <lupus@ximian.com>
30841         * reflection.c: use the right array element type and handle
30842         a null for a Type argument, too.
30844 Tue Apr 29 15:46:00 CEST 2003 Paolo Molaro <lupus@ximian.com>
30846         * reflection.c: handle arrays as arguments to custom attributes.
30848 Tue Apr 29 11:43:01 CEST 2003 Paolo Molaro <lupus@ximian.com>
30850         * reflection.c: handle a string value in a custom attr
30851         ctor that takes an object.
30853 2003-04-29  Dietmar Maurer  <dietmar@ximian.com>
30855         * marshal.c (mono_mb_emit_restore_result): support MONO_TYPE_PTR
30856         (fix bug #42063)
30858 2003-04-28  Zoltan Varga  <vargaz@freemail.hu>
30860         * icall.c (ves_icall_Type_GetNestedType): Fixed warnings.
30862 2003-04-27  Martin Baulig  <martin@ximian.com>
30864         * mono-debug-debugger.h (MonoDebuggerEvent): Renamed
30865         MONO_DEBUGGER_EVENT_BREAKPOINT_TRAMPOLINE to
30866         MONO_DEBUGGER_EVENT_BREAKPOINT.
30867         (mono_breakpoint_trampoline_code): Removed.
30868         (mono_debugger_event_handler): The last argument is now a
30869         `guint32'.
30870         (mono_debugger_insert_breakpoint_full): Removed the
30871         `use_trampoline' argument.
30872         (mono_debugger_method_has_breakpoint): Likewise.
30873         (mono_debugger_trampoline_breakpoint_callback): Renamed to
30874         mono_debugger_breakpoint_callback(); take the method and
30875         breakpoint number as arguments.
30877 Sat Apr 26 19:25:31 CEST 2003 Paolo Molaro <lupus@ximian.com>
30879         * metadata.c: fix off by one when loading parameters attributes.
30881 2003-04-24  Martin Baulig  <martin@ximian.com>
30883         * mono-debug-debugger.c (mono_debugger_io_layer): Put this back.
30885 2003-04-24  Martin Baulig  <martin@ximian.com>
30887         * mono-debug-debugger.c: Moved all code which interacts with the
30888         Mono Debugger here.
30890         * debug-mono-symfile.c: This code now just deals with the symbol
30891         file itself, the debugger code is now in mono-debug-debugger.c.
30893 2003-04-23  Martin Baulig  <martin@ximian.com>
30895         * mono-debug.c (mono_debug_source_location_from_il_offset):
30896         New method; like mono_debug_source_location_from_address(), but
30897         takes an IL offset instead of a machine address.
30899 2003-04-23  Martin Baulig  <martin@ximian.com>
30901         * debug-mono-symfile.h (MonoDebugLineNumberEntry): Removed the
30902         `line' field; this is now computed by the debugger.
30904 2003-04-23  Martin Baulig  <martin@ximian.com>
30906         * mono-debug.[ch]: New files.  This is the new debugging interface.
30908         * mono-debug-debugger.[ch]: New files.  Moved all code which
30909         interacts with the Mono Debugger here.
30911 2003-04-22  Dietmar Maurer  <dietmar@ximian.com>
30913         * domain.c (mono_init): initialize mono_defaults.monitor_class
30915 2003-04-21  Miguel de Icaza  <miguel@ximian.com>
30917         * reflection.c (method_encode_code): Add a spicy exception to help
30918         future compiler authors.
30920 2003-04-21  Martin Baulig  <martin@ximian.com>
30922         * icall.c
30923         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies):
30924         Make this work with relative pathnames; g_filename_to_uri() needs
30925         an absolute filename.
30927 2003-04-18  Zoltan Varga  <vargaz@freemail.hu>
30929         * icall.c: Track name changes in Object and ValueType.
30931 2003-04-18  Dietmar Maurer  <dietmar@ximian.com>
30933         * metadata.c (mono_type_stack_size): size should be a multiple of
30934         sizeof (gpointer)
30936 2003-04-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30938         * gc.c:
30939         (internal_domain_finalize): moved into mono_domain_finalize. No need
30940         to create another thread because the finalizers will be run in the
30941         finalizer thread.
30942         
30943         (ves_icall_System_GC_WaitForPendingFinalizers): implemented.
30944         (finalizer_notify): if shutting down, wait 2 seconds for the finalizers
30945         to be run (MS does this too).
30947 2003-04-17  Zoltan Varga  <vargaz@freemail.hu>
30949         * object.c (mono_class_compute_gc_descriptor): Update comment.
30951         * loader.h marshal.h marshal.c: Added synchronized method wrappers.
30953         * image.h: Add synchronized wrapper cache.
30955         * image.c (do_mono_image_open): Initialize cache.
30957         * reflection.c (create_dynamic_mono_image): Initialize cache.
30959 2003-04-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30961         * icall.c: patch by Jerome Laban <jlaban@wanadoo.fr> that fixes
30962         ves_icall_System_Buffer_ByteLengthInternal.
30964 Tue Apr 15 13:56:55 CEST 2003 Paolo Molaro <lupus@ximian.com>
30966         * reflection.c: setup klass->nested_in earlier. Allow
30967         a dash in the assembly name.
30969 2003-04-15  Dietmar Maurer  <dietmar@ximian.com>
30971         * metadata.c (mono_type_to_unmanaged): dont access
30972         type->data.klass for MONO_TYPE_OBJECT
30973         (mono_type_to_unmanaged): consider System.Delegate class
30975 Tue Apr 15 11:16:05 CEST 2003 Paolo Molaro <lupus@ximian.com>
30977         * class.c: just setup supertypes in the proper place instead of
30978         initializing the full element class for arrays.
30980 Tue Apr 15 11:03:25 CEST 2003 Paolo Molaro <lupus@ximian.com>
30982         * class.c: ensure the element class of arrays is initialized.
30983         Setup the supertype info for array classes, too.
30985 2003-04-14  Miguel de Icaza  <miguel@ximian.com>
30987         * icall.c (ves_icall_Type_GetNestedType): Add new internal call.
30989 2003-04-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30991         * Makefile.am: re-added -m option when running cygpath. This way,
30992         MONO_ASSEMBLIES and MONO_CFG_DIR will contain '/' as directory
30993         separator.
30994         * mono-config.c: same codepath for locating mono config file for WIN32
30995         and the rest.
30996         * assembly.c: if mono_assembly_setrootdir is called, don't override
30997         the value set.
30999 2003-04-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31001         * Makefile.am: patch by Urs Muff <umuff@quark.com> that fixes
31002         MONO_ASSEMBLIES variable.
31004 Fri Apr 11 12:44:15 CEST 2003 Paolo Molaro <lupus@ximian.com>
31006         * icall.c: added Assembly::GetNamespaces() icall.
31008 2003-04-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31010         * reflection.c: fix from Jaak <jaak@zd.com.pl>.
31012 2003-04-10  Lluis Sanchez Gual  <lluis@ideary.com>
31014         * appdomain.c,appdomain.h,icall.c: Added internal method that returns the process guid
31015         * object.c: fixed bug in the construction of vtable for proxies
31017 2003-04-10  Zoltan Varga  <vargaz@freemail.hu>
31019         * object.c (mono_array_new): Mark mono_array_new as an icall.
31021 2003-04-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31023         * class.c: fixed test for public method when overriding interfaces.
31024         Closes bug #40970.
31026 Wed Apr 9 15:19:41 CEST 2003 Paolo Molaro <lupus@ximian.com>
31028         * appdomain.h, domain.c: added mono_domain_foreach() to
31029         be able to access the currently loaded appdomains.
31030         * object.c: make string interning work across sppdomains.
31031         Mark some functions for use as icalls.
31033 2003-04-09  Zoltan Varga  <vargaz@freemail.hu>
31035         * class.c reflection.c: Fix memory leaks reported by ccmalloc.
31037         * reflection.h reflection.c: Allocate long living data using 
31038         GC_MALLOC_ATOMIC so the collector does not need to scan it.
31040         * reflection.c: Double the allocation size in streams instead of
31041         increasing it, to prevent unneccesary copying on large assemblies.
31042         
31043         * reflection.c (mono_reflection_create_runtime_class): Avoid vtable
31044         creation if the assembly does not have the Run flag set.
31046 Tue Apr 8 11:19:53 CEST 2003 Paolo Molaro <lupus@ximian.com>
31048         * class.h: avoid the C++ keywords in header files (Jerome Laban
31049         spotted and fixed this).
31051 2003-04-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31053         * object.c:
31054         (mono_unhandled_exception): fill in the arguments for the
31055         UnhandledException event. Only trigger that event for the default
31056         domain (as MS does).
31058 2003-04-04  Zoltan Varga  <vargaz@freemail.hu>
31060         * object.c: Improve typed allocation stuff based on suggestions from
31061         Paolo. Also turn it on if the GC library supports it.
31063 2003-04-03  Zoltan Varga  <vargaz@freemail.hu>
31065         * object.c object.h class.h: Added experimental typed allocation
31066         facility using the interfaces in gc_gcj.h.
31068         * os/gc_wrapper.h: Added new include files.
31069         
31070 2003-04-03  Martin Baulig  <martin@ximian.com>
31072         All the following changes are conditional to `WITH_INCLUDED_LIBGC'
31073         which is not yet enabled by default.
31075         * gc.c (mono_gc_init): Set the gc_thread_vtable to our thread
31076         functions.
31077         (mono_gc_lock, mono_gc_unlock): New static functions.
31079         * threads.c (mono_gc_stop_world, mono_gc_start_world): New public
31080         functions; stop/start the world for the garbage collector.  This
31081         is using the windows API; we need to complete the SuspendThread()/
31082         ResumeThread() implementation in the io-layer to make this work on Unix.
31083         (mono_gc_push_all_stacks): New public function; tells the garbage
31084         collector about the stack pointers from all managed threads.
31086 2003-04-03  Martin Baulig  <martin@ximian.com>
31088         * object.h (MonoThread): Added `gpointer stack_ptr'.
31090         * threads.c (start_wrapper): Save the stack pointer in `stack_ptr'.
31092 2003-04-03  Martin Baulig  <martin@ximian.com>
31094         * Makefile.am: It's called `cygpath -w', not `cygpath -m'.
31096 2003-04-03  Zoltan Varga  <vargaz@freemail.hu>
31098         * reflection.c (typebuilder_setup_fields): Initialize field.first and
31099         field.last.
31101 2003-04-02  Miguel de Icaza  <miguel@ximian.com>
31103         * loader.c (mono_lookup_internal_call): Report the corlib that is
31104         out of sync.
31106 2003-03-05  Aleksey Demakov <avd@openlinksw.com>
31108         * icall.c (ves_icall_type_GetTypeCode): fixed check for
31109         System.DBNull (it's class not valuetype).
31111 Wed Apr 2 18:37:35 CEST 2003 Paolo Molaro <lupus@ximian.com>
31113         * reflection.c: set table_idx in MonoReflectionArrayMethod object even 
31114         if the array method was already assigned a token (fixes bug#40646).
31116 2003-04-02  Zoltan Varga  <vargaz@freemail.hu>
31118         * reflection.c (mono_reflection_get_type): Attempt type resolve even
31119         if no assembly is given.
31121 2003-04-01  Miguel de Icaza  <miguel@ximian.com>
31123         * metadata.h: Added the new tables.
31125         * row-indexes.h: Added definitions for new tables.
31127         * metadata.c: Add schemas for new tables, and add support for
31128         computing the sizes of them.
31130         * class.c: Update for handling the new type cases.
31132 2003-04-01  Dietmar Maurer  <dietmar@ximian.com>
31134         * metadata.h (MONO_TYPE_IS_VOID): new macro
31136 2003-03-31  Martin Baulig  <martin@ximian.com>
31138         * threads.h (MonoThreadCallbacks): Added `thread_created'.
31140         * threads.c (mono_thread_new_init): Call `thread_created' in the
31141         mono_thread_callbacks.
31143 2003-03-31  Lluis Sanchez Gual <lluis@ideary.com>
31145         * loader.h: added marshalbyrefobject_class to mono_defaults
31146         * domain.c: added initialization of mono_defaults.marshalbyrefobject_class 
31147         * icall.c: ves_icall_InternalExecute: fixed bug in field setter and in the
31148           generation of output parameters.
31149           ves_icall_Remoting_RealProxy_GetTransparentProxy: added support for interfaces.
31150         * marshal.c: mono_remoting_wrapper(): avoided call through proxy when the type is
31151           contextbound and the target object belongs to the context of the caller.
31152         * object.h: added context and unwrapped_server variables in MonoRealProxy.
31153         * object.c: Implemented support for interfaces and abstract classes
31154           in mono_class_proxy_vtable. Fixed several methods to avoid unneeded calls through
31155           proxy. Fixed problem when dealing with output parameters in mono_runtime_invoke_array.
31157 2003-03-30  Zoltan Varga  <vargaz@freemail.hu>
31159         * class.h class.c (mono_class_is_subclass_of): New function.
31160         
31161         * icall.c (ves_icall_System_Array_FastCopy): Added optimized copy
31162         routines for most common case (calls from ArrayList::ToArray).
31164         * icall.c (ves_icall_System_Environment_Exit): Call profiler shutdown 
31165         routine so programs which call Environment::Exit() can be profiled.
31167         * icall.c (ves_icall_System_Reflection_FieldInfo_internal_from_handle): 
31168         Added MONO_ARCH_SAVE_REGS.
31170         * icall.c (ves_icall_type_is_subtype_of): Use new function.
31172 2003-03-29  Miguel de Icaza  <miguel@ximian.com>
31174         * blob.h: Add a couple of new MonoType types definitions.
31176         * tabledefs.h: Add a couple of new call convs.
31178 2003-03-27  Zoltan Varga  <vargaz@freemail.h>
31180         * reflection.h (MonoReflectionDynamicAssembly): track changes in
31181         the layout of the class.
31183         * reflection.c (alloc_table): double the size on overflow to avoid
31184         unnecessary copying.
31186         * reflection.h reflection.c: If AssemblyBuilderAccess is Run, then
31187         avoid filling out metadata tables and blobs. Also set mb->ilgen to
31188         null so it can be garbage collected.
31189         
31190 2003-03-27  Zoltan Varga  <vargaz@freemail.hu>
31192         * reflection.c (mono_reflection_get_type): Return the resolved type
31193         only if it is in the assembly we searched.
31195         * reflection.c (ensure_runtime_vtable): Initialize method slots.
31197         * class.c (mono_class_setup_vtable): Set the slot of the overriding
31198         method.
31200 2003-03-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31202         * appdomain.c:
31203         (set_domain_search_path): allow 'file://blah'. It's an invalid URI,
31204         the right one is 'file:///blah', but MS allows it.
31205         * assembly.c:
31206         (mono_assembly_open): allow 'file://blah'
31208         Fixes bug #40306. Thanks to Mitko Iliev (imitko@openlinksw.co.uk).
31210 2003-03-26  Aleksey Demakov <avd@openlinksw.com>
31212         * socket-io.c: fixes bug #40310.
31214 2003-03-25  Zoltan Varga  <vargaz@freemail.hu>
31216         * reflection.c (mono_reflection_parse_type): handle deeply nested
31217         types correctly.
31219         * reflection.c (mono_image_create_token): Use unique token values
31220         since they will be put into a hash table.
31222         * class.c (mono_class_setup_vtable): If a method occurs in more than
31223         one place in the vtable, and it gets overriden, then change the
31224         other occurances too.
31226         * marshal.c (mono_marshal_get_managed_wrapper): Added support for
31227         object as return type.
31229 2003-03-22  Pedro Mart?nez Juli?  <yoros@wanadoo.es>
31231         * icall.c: Deleted "ToString" implementation for double and float
31232         because they are full implemented in managed code.
31234 Wed Mar 19 18:05:57 CET 2003 Paolo Molaro <lupus@ximian.com>
31236         * reflection.c, reflection.h: implemented and exported functions
31237         to retrieve info about custom attributes.
31239 2003-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31241         * appdomain.c: moved Uri handling to assembly.c
31242         * assembly.c: use g_filename_from_uri (). This makes assembly.LoadFrom
31243         work when using a file Uri in *nix and windows.
31245         * icall.c: fixed Assembly.CodeBase to return a valid Uri. The same for
31246         GetReferencedAssemblies.
31248 2003-03-18  Dick Porter  <dick@ximian.com>
31250         * icall.c: Rename a couple of internal calls
31252         * threads.c: Set the thread state to Stopped when a thread exits.
31253         Fixes bug 39377.
31255 2003-03-17  Zoltan Varga  <vargaz@freemail.hu>
31257         * icall.c (ves_icall_System_Reflection_FieldInfo_internal_from_handle):
31258         New icall.
31260         * object.c (mono_class_vtable): fix warning.
31262 2003-03-17  Zoltan Varga  <vargaz@freemail.hu>  
31264         * icall.c (ves_icall_type_is_subtype_of): Avoid vtable creation.
31266         * reflection.c (mono_blob_entry_hash): Avoid reading uninitialized
31267         memory.
31268         (method_encode_clauses): Create exception info structures in the right
31269         order.
31270         (mono_reflection_setup_internal_class): Initialize supertypes field.
31272         * class.c object.c: Handle interfaces which implement other interfaces 
31273         correctly.
31275         * class.h class.c: Move the supertypes array initialization code into 
31276         a separate function so it can be used for dynamic types too. Also call
31277         it earlier, in mono_class_init(), since it can be used before the
31278         type is initialized.
31280 2003-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31282         * Makefile.am:
31283         * assembly.c:
31284         * icall.c: make MONO_ASSEMBLIES and MONO_CFG_DIR work on windows.
31286         * appdomain.c:
31287         * appdomain.h:
31288         * marshal.c:
31289         * object.c: remove warnings.
31291 2003-03-13  Martin Baulig  <martin@ximian.com>
31293         * debug-mono-symfile.h (MonoSymbolFileLexicalBlockEntry): New type.
31294         (MonoDebugLexicalBlockEntry): New types.
31296         * debug-mono-symfile.c
31297         (_mono_debug_address_from_il_offset): Moved here from ../jit/debug.c.
31299 2003-03-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31301         * process.c: ret can be any non-zero value accroding to MS doc.
31303 2003-03-07  Miguel de Icaza  <miguel@ximian.com>
31305         * class.c (mono_marshal_load_type_info): Fix buglet:  Noticed when
31306         fixing a warning for a miss-used prototype, would have cause
31307         random memory corruption.
31309 2003-03-07  Martin Baulig  <martin@ximian.com>
31311         * marshal.c (mono_marshal_free_array): That "TESTFREE %p" was
31312         getting really annoying ....
31314 2003-03-07  Zoltan Varga  <vargaz@freemail.hu>
31316         * reflection.c (fixup_method): added support for array methods.
31318 Tue Mar 4 18:03:27 CET 2003 Paolo Molaro <lupus@ximian.com>
31320         * socket-io.c:  handle case when AF_INET6 and AF_IPX are not defined
31321         (pointed out by Michael Adams).
31323 2003-03-04  Dick Porter  <dick@ximian.com>
31325         * icall.c: Temporarily reverted the Double and Single ToString()
31326         change, because it broke nunit.
31328 Tue Mar 4 12:40:58 CET 2003 Paolo Molaro <lupus@ximian.com>
31330         * object.h, threads.h: make include files compatible with C++
31331         (patch by Jerome Laban <jlaban@wanadoo.fr>).
31333 2003-03-04  Pedro Mart?nez Juli?  <yoros@wanadoo.es>
31335         * icall.c: Erased ToString helper functions for Double and Single.
31336         Now, that implementations ar all in managed code (Double and Single
31337         Formatters).
31339 2003-03-03  Lluis Sanchez Gual  <lluis@ideary.com>
31341         * appdomain.c: Added method for initializing the default context of
31342         a domain. Added internal call for getting the default context.
31343         * appdomain.h: Added context variable in MonoDomain struct.
31344         * domain.c: mono_domain_set also sets the default context of the domain
31345         * icall.c: Mapped internal method InternalGetDefaultContext.
31346         * object.c: mono_object_get_virtual_method returns always a remoting
31347         wrapper if the object is a transparent proxy.
31348         mono_runtime_invoke_array: when creating an object by calling the
31349         constructor, if the created object is a proxy, then the constructor should
31350         be called using the a remoting wrapper.
31352 2003-03-03  Dick Porter  <dick@ximian.com>
31354         * socket-io.c (create_sockaddr_from_object): Rename sockaddr_un
31355         variable so it compiles on solaris.  Problem spotted by
31356         Christopher Taylor <ct@cs.clemson.edu>
31358 2003-03-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31360         * appdomain.c:
31361         (get_info_from_assembly_name): don't leak value.
31363         * icall.c:
31364         (ves_icall_System_Reflection_Assembly_GetFilesInternal): initialize
31365         result.
31367 Sat Mar 1 15:32:56 CET 2003 Paolo Molaro <lupus@ximian.com>
31369         * assembly.c: export mono_image_load_references ().
31370         * class.c: handle function pointers. mono_class_from_name() now
31371         supports nested type names directly.
31373 2003-02-28  Zoltan Varga  <vargaz@freemail.hu>
31375         * reflection.h reflection.c: Encode already created dynamic methods 
31376         and fields correctly as a DEF instead of a REF.
31378         * reflection.c: Get rid of the force_ref argument to 
31379         mono_image_typedef_or_ref since it was wrong in the first place.
31381         * string-icalls.c: add error checking to string constructors according
31382         to the MSDN docs.
31384         * reflection.c: Emit types in the order their TypeBuilders were 
31385         created. Previously, a new table index was assigned to each type before
31386         the tables were emitted. This was wrong because the signature blob
31387         might already refer to a type by its original table index.
31389 2003-02-27  Zoltan Varga  <vargaz@freemail.hu>
31391         * metadata.c (mono_metadata_nesting_typedef): fix bug in previous
31392         change.
31393         
31394 2003-02-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31396         * Makefile.am: make assemblies dir have \ instead of / on windows.
31398 2003-02-27  Zoltan Varga  <vargaz@freemail.hu>  
31400         * metadata.c metadata.h (mono_metadata_nesting_typedef): changed to
31401         iterate over the NESTEDCLASS table using a linear search since the
31402         table is not guaranteed to be sorted by the secondary key.
31404         * class.c (mono_class_create_from_typedef): fixed up call to
31405         mono_metadata_nesting_typedef.
31406         
31407 2003-02-27  Dietmar Maurer  <dietmar@ximian.com>
31409         * marshal.c (mono_string_to_byvalstr): clear the memory as
31410         suggested by Jerome Laban <jlaban@wanadoo.fr>
31412 2003-02-26  Dick Porter  <dick@ximian.com>
31414         * process.c: Cope with padding in .rsrc blocks
31416 2003-02-26  Dietmar Maurer  <dietmar@ximian.com>
31418         * metadata.h: reverted the filter_len change, it breaks reflection
31419         
31420 2003-02-26  Dietmar Maurer  <dietmar@ximian.com>
31422         * metadata.h: added a new field to store the filter_len
31423         
31425 Tue Feb 25 10:56:16 CET 2003 Paolo Molaro <lupus@ximian.com>
31427         * reflection.c: handle custom attributes for types and members
31428         created with Reflection.Emit (bug#38422).
31430 2003-02-22  Zoltan Varga  <vargaz@freemail.hu>
31432         * reflection.c: define RTSpecialName automatically for constructors for
31433         compatibility with MS.NET.
31435         * reflection.c (mono_reflection_create_runtime_class): initialize
31436         nested_in field of dynamically created classes.
31438 2003-02-22  Martin Baulig  <martin@ximian.com>
31440         * debug-mono-symfile.h: Incremented version number.
31442 2003-02-21  Zoltan Varga  <vargaz@freemail.hu>
31444         * object.h icall.c process.c: fix warnings.
31446 2003-02-21  Zoltan Varga  <vargaz@freemail.hu>
31448         * appdomain.h appdomain.c:
31449         (mono_domain_try_type_resolve): split the 
31450         name_or_tb argument into a name and a tb argument.
31451         (mono_domain_has_type_resolve): new function to check whenever the
31452         application has registered a TypeResolve event handler.
31453         
31454         * icall.c reflection.h reflection.c: move the type resolve logic into
31455         mono_reflection_get_type () so it will be invoked when 
31456         Assembly::GetType () is called.
31458         * reflection.c:
31459         (mono_reflection_get_type): renamed to get_type_internal.
31460         (mono_reflection_get_type): fixed type name generation so it works 
31461         for nested types too.
31462         (mono_reflection_get_type): call has_type_resolve () to avoid the 
31463         costly type name generation if there is no resolve event handler.
31465 Fri Feb 21 11:36:57 CET 2003 Paolo Molaro <lupus@ximian.com>
31467         * class.c, image.c: load exported types from file references.
31469 2003-02-19  Lluis Sanchez Gual  <lluis@ideary.com>
31471         * appdomain.h: Added in MonoDomain a couple of MonoMethod* variables
31472           used to cache the managed methods used to create proxies and make 
31473           remote invocation of methods.
31474         * class.h: Added in MonoVTable a flag to indicate that a class needs 
31475           to be remotely created.
31476         * object.c: Modified the method mono_class_vtable(). It now initializes 
31477           the remote flag of the vtable. Modified mono_object_new_specific(), 
31478           so now it checks the remote flag.
31479         * icall.c: Added a couple of internal methods, one for enabling instance 
31480           creation interception for a type, and one for creating objects bypassing
31481           the remote check.
31483 2003-02-18  Martin Baulig  <martin@ximian.com>
31485         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetMethodToken):
31486         New interncall to get a method's metadata token.
31488         * icall.c ("System.Reflection.Assembly::MonoDebugger_GetMethodToken"):
31489         New interncall for the debugger.
31491 2003-02-18  Dietmar Maurer  <dietmar@ximian.com>
31493         * class.c (mono_class_setup_vtable): allocate supertype array
31495 2003-02-18  Martin Baulig  <martin@ximian.com>
31497         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Added `has_this'.
31499 2003-02-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31501         * reflection.c:
31502         (assembly_name_to_aname): jump over unknown properties (i've found
31503         something like: 'type, assembly, version=xxx, custom=null, public...',
31504         so now will ignore custom=null and still get the rest of the values).
31506 2003-02-17  Dick Porter  <dick@ximian.com>
31508         * threads.c: Have Thread.Start() wait for a semaphore to signal
31509         that the thread has set up all its local data.  This fixes bug
31510         34323, where Abort() raced the new thread's TLS data.
31512         Also removes the handle_store() call from start_wrapper, because
31513         threads are now always created suspended and there is no longer a
31514         race between the parent and child threads to store the info.
31516 Mon Feb 17 13:13:31 CET 2003 Paolo Molaro <lupus@ximian.com>
31518         * image.c: explain the #- heap issue in a message, hopefully
31519         avoiding FAQs on mono-list.
31521 2003-02-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31523         * icall.c:
31524         (GetEntryAssembly): if the domain has not invoked
31525         AppDomain.ExecuteAssembly yet, return the assembly of the default
31526         AppDomain.
31528 2003-02-16  Zoltan Varga  <vargaz@freemail.hu>
31530         * class.c (mono_ldtoken): make it work in dynamic assemblies.
31532 Sun Feb 16 13:10:06 CET 2003 Paolo Molaro <lupus@ximian.com>
31534         * metadata.c, reflection.c: simple speedup to type hash
31535         and equals code.
31537 Sat Feb 15 15:15:03 CET 2003 Paolo Molaro <lupus@ximian.com>
31539         * image.c, image.h, class.c, assembly.c: move module loading
31540         to MonoImage. When loading metadata, consider alignemnet from
31541         the start of metadata, not from the metadata address in memory.
31543 2003-02-13  Zoltan Varga  <vargaz@freemail.hu>
31545         * reflection.c (mono_reflection_get_custom_attrs): Added support for 
31546         AssemblyBuilder objects. Factored out custom attribute creation into
31547         a separate function.
31548         (create_custom_attr): new function to create custom attributes.
31550 2003-02-12  Miguel de Icaza  <miguel@ximian.com>
31552         * Makefile.am: Got tired of typing the full pathname to pedump.
31553         Until there is another option, am installing this.
31555 2003-02-12  Dietmar Maurer  <dietmar@ximian.com>
31557         * class.c (class_compute_field_layout): always set field->parent 
31558         (mono_ldtoken): use mono_defaults.fieldhandle_class;
31560 2003-02-11  Dick Porter  <dick@ximian.com>
31562         * threads-types.h:
31563         * monitor.c: Rewrote Monitor, making lock much faster and
31564         Pulse/Wait work as specified.  Also uses much fewer handles, and only
31565         creates them as needed.
31567         * exception.c: Added SynchronizationLockException
31569         * threads.c: Deleted old Monitor implementation.  The new one is
31570         in a new file.
31572 Mon Feb 10 17:54:10 CET 2003 Paolo Molaro <lupus@ximian.com>
31574         * class.c: handled TypedReference type code. Set the correct size for
31575         class data. Setup interface_offsets for interface classes, too.
31577 2003-02-09  Martin Baulig  <martin@ximian.com>
31579         * debug-mono-symfile.h: Reflect latest symbol writer changes.
31581 Sun Feb 9 18:37:01 CET 2003 Paolo Molaro <lupus@ximian.com>
31583         * loader.c: implemented MEMBERREF_PARENT_TYPEDEF.
31584         * metadata.c, reflection.c: missing MONO_TYPE_TYPEDBYREF handling.
31585         * object.c: fixed mono_object_get_virtual_method () for interfaces.
31586         * verify.c: check for code that runs after the end of the method.
31588 2003-02-08  Pedro Mart?nez Juli?  <yoros@wanadoo.es>
31590         * icall.c: Added "System.Math::Floor", "System.Math::Round" and
31591         "System.Math::Round2".
31592         * sysmath.h: Added Floor, Round and Round2 definitions.
31593         * sysmath.c: Modified certain functions that were not 100% compliant
31594         with MS.NET (math precision) and added the implementation of Floor,
31595         Round and Round2.
31597 2003-02-07  Martin Baulig  <martin@ximian.com>
31599         * debug-mono-symfile.c (mono_debug_symfile_add_method): Ignore interncalls.
31601 2003-02-07  Martin Baulig  <martin@ximian.com>
31603         * debug-mono-symfile.c: Reflected latest symwriter changes.
31604         (mono_debug_create_mono_symbol_file): Removed.
31605         (mono_debug_open_mono_symbol_file): Take an argument which
31606         specifies whether to create a dynamic symbol file.
31608 2003-02-07  Dietmar Maurer  <dietmar@ximian.com>
31610         * class.c (mono_class_from_mono_type): added MONO_TYPE_TYPEDBYREF
31612 2003-02-05  Martin Baulig  <martin@ximian.com>
31614         * reflection.c (mono_image_build_metadata): Make this public,
31615         protect it against being called multiple times, don't create
31616         resources and don't build the compressed metadata here.
31617         (mono_image_create_pefile): Do this here.
31619         * icall.c
31620         ("System.Reflection.Emit.AssemblyBuilder::build_metadata"): Added.
31622 2003-02-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31624         * socket-io.c: fixed bug #36322.
31626 2003-02-06  Piers Haken <piersh@friskit.com>
31628         * appdomain.[ch]:
31629         * class.h:
31630         * debug-mono-symfile.c:
31631         * icall.c:
31632         * loader.c:
31633         * mono-config.c:
31634         * monosn.c:
31635         * reflection.c:
31636         * socket-io.c: warning cleanups
31638 2003-02-06  Dietmar Maurer  <dietmar@ximian.com>
31640         * marshal.c (mono_marshal_get_remoting_invoke_with_check): new
31641         function. works like remoting invoke, but does a check for the Proxy first.
31643 2003-02-05  Miguel de Icaza  <miguel@ximian.com>
31645         * appdomain.c (ves_icall_System_AppDomain_InternalUnload): Make it compiler.
31647 2003-02-05  Dietmar Maurer  <dietmar@ximian.com>
31649         * marshal.c (mono_marshal_get_native_wrapper): only allocate an
31650         array of pointers.
31651         (mono_marshal_get_ldfld_wrapper): only generate necessary ldfld wrappers.
31652         (mono_marshal_get_stfld_wrapper): only generate necessary stfld wrappers.
31654         * object.c (mono_store_remote_field_new): used by the new jit
31655         instead of mono_store_remote_field
31656         (mono_load_remote_field_new): used by the new jit
31657         instead of mono_load_remote_field
31659 2003-02-05  Patrik Torstensson
31661         * appdomain.c: changed unload to take the domain id instead
31662         of domain
31663         
31664         * icall.c: changed icall for AppDomain.Unload to AppDomain.InternalUnload
31667 2003-02-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31669         * appdomain.c: don't look for assemblies in ApplicationBase if
31670         PrivateBinPathProbe is set.
31672 2003-02-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31674         * object.c: make the first argument in main_args contain the absolute
31675         path to the assembly. Fixes bug #37511.
31677 2003-02-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31679         * icall.c: get correct UTC offset for countries not using daylight
31680         time saving. Fixes bug #30030.
31682 2003-02-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31684         * socket-io.c: support AF_UNIX and use the same layout as MS (bytes 0
31685         and 1 are the family).
31687 2003-02-04  Dietmar Maurer  <dietmar@ximian.com>
31689         * icall.c (ves_icall_InternalExecute): removed wrong assertion
31691         * marshal.c (mono_marshal_get_remoting_invoke): generate valid IL
31693 2003-02-04  Zoltan Varga  <vargaz@freemail.hu>
31695         * reflection.c: added support for SignatureHelper tokens, which is
31696         needed by the Calli opcode.
31698         * reflection.h: track changes to SignatureHelper class.
31700         * metadata.c (mono_metadata_parse_signature): handle dynamic tokens.
31702 2003-02-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31704         * appdomain.c: fixed loading assemblies from PrivateBinPath.
31706 2003-02-03  Patrik Torstensson
31707         * appdomain.[c|h], domain.c : 
31708          - Added support for getting a domain via domain id
31709          - Support for setting and getting domain from System.AppDomain 
31710            (used in cross appdomain channel)
31711          - Added support for get/set for a MonoAppContext on a thread 
31712            (Context class in System.Runtime.Remoting.Contexts),
31713          - Removed hack in Get/SetData and ExecuteAssembly.
31714         
31715         * icall.c : renamed GetTransparantProxy to InternalGetTransparantProxy to allow
31716         the managed world to get control when a proxy is created.
31718         * icall.c (ves_icall_InternalExecute) : bug fix, must return empty array
31719         
31720 2003-02-03  Miguel de Icaza  <miguel@ximian.com>
31722         * icall.c
31723         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies):
31724         Populate the codebase field as well.
31726 2003-02-02  Martin Baulig  <martin@ximian.com>
31728         * debug-mono-symfile.c
31729         (MonoSymbolFileMethodAddress): Added `wrapper_address' field.
31730         (mono_debug_symfile_add_method): Allow interncalls.
31732 2003-01-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31734         * icall.c: throw parse exception if strtod fails or the string is empty.
31736 Fri Jan 31 16:09:48 CET 2003 Paolo Molaro <lupus@ximian.com>
31738         * marshal.c: handle object type separately from defined
31739         class types.
31741 Fri Jan 31 16:01:20 CET 2003 Paolo Molaro <lupus@ximian.com>
31743         * marshal.c: handle NATIVE_LPSTR for strings when it's
31744         explicitly specified.
31746 Fri Jan 31 11:51:43 CET 2003 Paolo Molaro <lupus@ximian.com>
31748         * reflection.c, reflection.h, icall.c: setup the reflection
31749         handle cache for ModuleBuilders and AssemblyBuilders.
31751 2003-01-30  Dietmar Maurer  <dietmar@ximian.com>
31753         * reflection.c (reflection_methodbuilder_to_mono_method): set
31754         pinvoke flag
31756 2003-01-30  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31758         * icall.c: implemented ves_icall_MonoMethod_get_base_definition.
31760 2003-01-29  Dick Porter  <dick@ximian.com>
31762         * threads.c: No need for the fake_thread kludge now that Thread
31763         doesn't run a class constructor
31764         
31765 2003-01-29  Dick Porter  <dick@ximian.com>
31767         * threads.c: Use g_direct_hash instead of the rather bogus
31768         g_int_hash
31770 2003-01-29  Dietmar Maurer  <dietmar@ximian.com>
31772         * marshal.c (mono_marshal_get_native_wrapper): add check for null
31773         (fix pinvoke12.exe)
31774         (mono_marshal_get_struct_to_ptr): generate valid IL code
31775         (mono_marshal_get_ptr_to_struct): generate valid IL code
31776         (*): correctly set sig->pinvoke, we need to memdup the signature
31777         to do that
31779 Tue Jan 28 22:57:57 CET 2003 Paolo Molaro <lupus@ximian.com>
31781         * marshal.c, marshal.h: use larger integers in mono_mb_emit_add_to_local()
31782         to avoid overflows (bug spotted and fixed by Jerome Laban <jlaban@wanadoo.fr>).
31784 Tue Jan 28 18:55:19 CET 2003 Paolo Molaro <lupus@ximian.com>
31786         * profiler.c: provide more callers information.
31788 2003-01-28  Dietmar Maurer  <dietmar@ximian.com>
31790         * marshal.c (mono_marshal_get_managed_wrapper): generate valid IL code
31792         * appdomain.h:added fix from Patrik: _MonoAppDomain is a MBR object
31794         * marshal.c (mono_marshal_get_native_wrapper): generate valid IL code
31796 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
31798         * icall.c: (ves_icall_System_CurrentTimeZone_GetTimeZoneData): raise an
31799         exception instead of going into an infinite loop on dates which it 
31800         can't yet handle.
31802         * string-icalls.c (ves_icall_System_String_get_Chars): raise 
31803         out-of-range exception if needed.
31805         * class.c (mono_class_setup_vtable): allow a virtual method to provide
31806         an implementation for an interface method and to override an inherited
31807         method at the same time. 
31808         Imagine a scenario when a virtual method is used to override a
31809         virtual abstract method in a parent class, and this same method 
31810         provides an implementation for an method inherited from an interface. 
31811         In this case, the interface resolution code will set im->slot, which 
31812         means that the virtual method override pass will skip this method 
31813         which means a pointer to the abstract method inherited from the parent
31814         will remain in the vtable of this non-abstract class.
31816         * class.c: (mono_class_setup_vtable): continue search for a real 
31817         method if only an abstract method is found.     
31819 Mon Jan 27 17:12:19 CET 2003 Paolo Molaro <lupus@ximian.com>
31821         * reflection.c: add size to encoding for ByValStr and ByValArray
31822         marshal blob (from "Jerome Laban" <jlaban@wanadoo.fr>).
31824 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
31826         * class.c (mono_class_setup_vtable): pass the override info as an
31827         argument.
31829         * class.c (mono_class_setup_vtable): set the slot of overriding methods
31830         correctly.
31831         
31832         * reflection.c (ensure_runtime_vtable); add support for method 
31833         overrides.
31834         
31835 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
31837         * reflection.c (resolution_scope_from_image): Hack to work to work with
31838         dynamic assemblies.
31840         * reflection.c (mono_image_typedef_or_ref): renamed to ..._aux and 
31841         added a 'force_ref' argument to force this function to allways return 
31842         a TypeRef. This is needed by mono_image_get_memberref_token ().
31843         
31844 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
31846         * reflection.c (mono_image_get_type_info): interfaces really don't have
31847         a parent.
31849         * reflection.c (mono_image_basic_init): fill out missing fields of
31850         image structure.
31852         * reflection.c (mono_image_basic_init): Invoke assembly load hooks for 
31853         dynamic assemblies. This is required so dynamic assemblies show up in
31854         AppDomain.GetAssemblies (), emit an AssembyLoadEvent, gets searched by
31855         Type::GetType() etc. This is consistent with MS behaviour.
31857         * image.c image.h reflection.c: add newly created classes to the name 
31858         cache so mono_class_get () will find them.      
31860 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
31862         First part of changes to get IKVM.NET running under mono.
31863         
31864         * appdomain.h, appdomain.c: added new function 
31865         mono_domain_try_type_resolve() which will emit TypeResolve events. 
31866         This function will call AppDomain::DoTypeResolve to do the actual work.
31868         * class.h, class.c, loader.c, object.c, reflection.h, reflection.c: 
31869         moved existing code dealing with dynamic tokens to a new function 
31870         called mono_reflection_lookup_dynamic_token (). This function will 
31871         raise TypeResolve events when appropriate. Since reflection.c is not 
31872         part of libmetadata, a new hook function called 
31873         mono_lookup_dynamic_token() is added to class.c which will call this.
31875         * assembly.h assembly.c: make the invoke_load_hook function public,
31876         so it can be called for dynamic assemblies.
31878         * icall.c (ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_RunClassConstructor): skip interfaces since they do not have initializers.
31880         * icall.c (ves_icall_type_from_name): emit a TypeResolve event if the 
31881         type isn't found.
31883         * reflection.c reflection.h: change MonoDynamicAssembly.tokens to a 
31884         MonoGHashTable, since it contains pointers to objects which the GC 
31885         needs to track.
31887         * assembly.c (search_loaded): remove unused variable.
31888         
31889 Mon Jan 27 12:18:45 CET 2003 Paolo Molaro <lupus@ximian.com>
31891         * object.c: fixed issue exposed by gcc-generated IL programs
31892         that use RVA data for pointers.
31894 2003-01-25  Martin Baulig  <martin@ximian.com>
31896         * threads.c (start_wrapper): Moved the initialization of
31897         `start_func' above the mono_new_thread_init() call to which we
31898         pass it as argument.
31900 2003-01-24  Martin Baulig  <martin@ximian.com>
31902         * threads.h (MonoThreadCallbacks): Pass the thread ID instead of
31903         the MonoThread pointer.
31905 2003-01-21  Miguel de Icaza  <miguel@ximian.com>
31907         * icall.c: Rename `PowImpl' to Pow.
31909 2003-01-23  Dick Porter  <dick@ximian.com>
31911         * threads.c (start_wrapper): Create a Thread object if needed, so
31912         the Main() thread can do the class initialisation in a subthread
31913         that has been set up to allow managed code execution.
31915         Pass the thread ID instead of the MonoThread pointer to the thread
31916         start and attach callbacks.  This change is required, because the
31917         jit thread start callback must be called _before_ the Thread
31918         object can be created.
31919         
31920         (mono_thread_init): Removed much object creation code that is no
31921         longer needed.  No managed code is called from here now.
31923         * object.c (mono_runtime_exec_managed_code): Create a subthread
31924         for Main, and call back to the runtime to use it.
31925         Set the exit code when Main exits.
31927         * gc.c: Make sure domain finalisation happens in a subthread.
31928         Re-enable threaded GC, fixing bug 31333 (again).
31930         * environment.c: System.Environment internall calls (so far just
31931         ExitCode is here, the others are still in icall.c)
31933         * appdomain.c (mono_runtime_cleanup): All threads running managed
31934         code should have finished before mono_runtime_cleanup() is
31935         reached, so no need to clean up threads.
31937 2003-01-22  Martin Baulig  <martin@ximian.com>
31939         * appdomain.h (MonoThreadStartCB): Added `MonoThread *thread' and
31940         `gpointer func' arguments.      
31941         (MonoThreadAttachCB): New typedef; like the old MonoThreadStartCB,
31942         but added `MonoThread *thread' argument.
31943         (mono_runtime_init): The last argument is now a MonoThreadAttachCB.
31945         * threads.c (mono_new_thread_init): Added `gpointer func' argument
31946         and pass it to the mono_thread_start_cb callback.
31947         (mono_install_thread_callbacks): New public function to install a
31948         set of callbacks which are set by the debugger.
31949         (mono_thread_init): The last argument is now a MonoThreadAttachCB.
31951 2003-01-22  Martin Baulig  <martin@ximian.com>
31953         * Makefile.am: Install debug-mono-symfile.h.
31955 2003-01-21  Aleksey Demakov <avd@openlinksw.com>
31957         * marshal.c: fixed copy_from_managed and copy_to_unmanaged for 0 length.
31959 2003-01-21  Dietmar Maurer  <dietmar@ximian.com>
31961         * added the following fix from Jackson Harper <jackson@latitudegeo.com>
31962         * class.c (mono_ptr_class_get): correctly set access levels of pointers
31963         (mono_array_class_get): correctly set access levels of arrays
31965 2003-01-20      Patrik Torstensson
31966         * image.h (MonoAssemblyName): changed major, minor, build, revision
31967         from signed to unsigned.
31969 2003-01-20  sean kasun <skasun@azstarnet.com>
31971         * reflection.c (load_cattr_value): Now this handles
31972         MONO_TYPE_SZARRAY.  Fixes bug #35629
31974 2003-01-20  Miguel de Icaza  <miguel@ximian.com>
31976         * marshal.c (emit_struct_conv): Handle MONO_TYPE_PTR as an
31977         integer value
31979 2003-01-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31981         * decimal.c: fixed bug #26056.
31983 2003-01-17  Martin Baulig  <martin@ximian.com>
31985         * gc.c: Raise an ExecutionEngineException instead of using g_error().
31987 2003-01-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31989         * exception.[ch]:
31990         (mono_get_exception_type_initialization): new function.
31992         * object.c: throw a TypeInitializationException when an exception is
31993         thrown invoking the class constructor.
31995 2003-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31997         * reflection.c: fixed attribute reading.
31999 2003-01-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32001         * icall.c:
32002         (ves_icall_type_from_name): make it work as MS. Ie, if no assembly name
32003         provided, look for the type in the calling assembly and then in
32004         mscorlib; if the assembly name is provided, only try that one.
32006 Tue Jan 14 14:52:52 CET 2003 Paolo Molaro <lupus@ximian.com>
32008         * object.c: register the vtable before there is a chance it's
32009         queried again recursively.
32011 2003-01-13  Duncan Mak  <duncan@ximian.com>
32013         * Makefile.am (libmonoruntime_la_SOURCES): Change gc.h to
32014         gc-internal.h. 
32015         
32016 2003-01-12  Patrik Torstensson <totte@race-x-change.com>
32018         * string-icall.[c|h], icall.c: Added support for CompareOrdinal mode
32020 2003-01-11  Martin Baulig  <martin@ximian.com>
32022         * debug-mono-symfile.h (MONO_SYMBOL_FILE_DYNAMIC_VERSION): Incremented
32023         this to 20 for the release.
32025 2003-01-10  Dietmar Maurer  <dietmar@ximian.com>
32027         * marshal.c (emit_struct_conv): added support for EXPLICIT_LAYOUT
32029         * loader.c (mono_method_get_marshal_info): bug fix
32031         * marshal.c (mono_marshal_get_ptr_to_struct): don't convert
32032         structures with explicit layout
32034 Fri Jan 10 15:58:09 CET 2003 Paolo Molaro <lupus@ximian.com>
32036         * profiler.c: made the output more readable (and sorted). 
32037         Added caller information for the allocation profiler.
32039 2003-01-09  Sebastien Pouliot  <spouliot@videotron.ca>
32041         * icall.c, rand.c, rand.h: Prepended RNG functions with Internal.
32043 2003-01-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32045         * icall.c: added ves_icall_System_Activator_CreateInstanceInternal. Used
32046         to get value types.
32047         
32048 Thu Jan 9 19:43:11 CET 2003 Paolo Molaro <lupus@ximian.com>
32050         * object.c, profiler.h, profiler.c, profiler-private.h:
32051         Added object allocation profiler.
32053 Thu Jan 9 16:17:00 CET 2003 Paolo Molaro <lupus@ximian.com>
32055         * reflection.h, reflection.c: handle global methods.
32056         Compress blob entries.
32058 Thu Jan 9 15:54:53 CET 2003 Paolo Molaro <lupus@ximian.com>
32060         * marshal.c: fix compilation.
32062 2003-01-09  Dietmar Maurer  <dietmar@ximian.com>
32064         * loader.c (mono_method_get_marshal_info): impl.
32066         * metadata.c (mono_metadata_field_info): use mono_metadata_get_marshal_info
32068 2003-01-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32070         * icall.c: applied fix from Zoltan Varga that fixes Type.IsPrimitive
32071         for reference types.
32073 Wed Jan 8 20:11:46 CET 2003 Paolo Molaro <lupus@ximian.com>
32075         * loader.c: fixed off by one error in loaded parameter names.
32077 2003-01-08  Dietmar Maurer  <dietmar@ximian.com>
32079         * marshal.c (mono_marshal_get_icall_wrapper): like
32080         mono_marshal_get_native_wrapper, but simpler and use a MonoMethodSignature
32081         instead of a MonoMethod.
32083 2003-01-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32085         * decimal.c: fixed bug #36537.
32087 Mon Jan 6 19:37:59 CET 2003 Paolo Molaro <lupus@ximian.com>
32089         * marshal.c: throw a missing method exception if a
32090         P/Invoke method is not found.
32092 Sun Jan 5 11:57:09 CET 2003 Paolo Molaro <lupus@ximian.com>
32094         * icall.c: allow a null this for constructors.
32096 Sat Jan 4 18:28:42 CET 2003 Paolo Molaro <lupus@ximian.com>
32098         * icall.c: raise the proper exceptions if the arguments to the
32099         internal Invoke are incorrect.
32101 2003-01-03  Dietmar Maurer  <dietmar@ximian.com>
32103         * marshal.c (mono_marshal_get_ptr_to_struct): code cleanups
32105 2003-01-03  Martin Baulig  <martin@ximian.com>
32107         * debug-mono-symfile.h: Increment MONO_SYMBOL_FILE_DYNAMIC_VERSION.
32109 2002-12-31  Martin Baulig  <martin@ximian.com>
32111         * debug-mono-symfile.c: Completely rewrote the type section.
32112         Instead of using individual malloc()ed fields, we use one big
32113         continuous memory area and offsets into this area.
32114         See the comments in the source code for details.
32116 2002-12-30  Martin Baulig  <martin@ximian.com>
32118         * debug-mono-symfile.h (MonoDebugTypeInfo): Renamed to MonoDebugClassInfo.
32120 2002-12-30  Martin Baulig  <martin@ximian.com>
32122         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Include the
32123         line number table in this data blob instead of using an external
32124         pointer.
32126 2002-12-28  Martin Baulig  <martin@ximian.com>
32128         * debug-mono-symfile.h: Increment MONO_SYMBOL_FILE_DYNAMIC_VERSION.
32130 2002-12-22  Rachel Hestilow  <hestilow@ximian.com>
32132         * marshal.c (mono_marshal_get_runtime_invoke): Support MONO_TYPE_CHAR
32133         as a boxed return type.
32135 2002-12-21  Miguel de Icaza  <miguel@ximian.com>
32137         * appdomain.c
32138         (ves_icall_System_AppDomainSetup_InitAppDomainSetup): Use
32139         g_build_filename to properly get separators on the filename created.
32141         * object.h: Small change, introduce MonoMarshalByRefObject to
32142         track the layout of that structure in the C# universe as we make
32143         changes there.
32145 Thu Dec 19 16:23:19 CET 2002 Paolo Molaro <lupus@ximian.com>
32147         * object.c: removed assert to allow static fields on interfaces.
32148         * loader.c: a TypeSpec may be used for any type, not just arrays.
32150 Thu Dec 19 14:19:42 CET 2002 Paolo Molaro <lupus@ximian.com>
32152         * class.c, class.h: added mono_class_array_element_size ().
32153         Ignore static methods in interfaces.
32155 2002-12-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32157         * threads.c: fixed the build under cygwin.
32159 Wed Dec 18 18:43:47 CET 2002 Paolo Molaro <lupus@ximian.com>
32161         * reflection.c: handle nullref constants. Allocate keys for
32162         reflection handles with the GC.
32164 Wed Dec 18 11:34:18 CET 2002 Paolo Molaro <lupus@ximian.com>
32166         * threads.c, threads.h: added mono_thread_get_abort_signal()
32167         to get a suitable signal for thread abort.
32169 Wed Dec 18 11:26:18 CET 2002 Paolo Molaro <lupus@ximian.com>
32171         * metadata.c: fix handling of ExportedType table.
32173 2002-12-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32175         * icall.c: added WriteWindowsDebugString internal call.
32177 2002-12-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32179         * reflection.h: added fields to match C# implementation.
32181 2002-12-14  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32183         * icall.c: patch from Jaroslaw Kowalski to fix Environment.MachineName.
32185 2002-12-12  Juli Mallett  <jmallett@FreeBSD.org>
32187         * gc.h, gc-internal.h: Rename header for GC internal calls to
32188         gc-internal.h from gc.h as to not clash with Boehm GC having its
32189         header installed as <gc.h> in outside include paths.
32190         * appdomain.c, gc.c, icall.c, object.c: Account for aforementioned.
32191         * threads.c: If SIGRTMIN is not defined, fall back to SIGUSR1.
32193 2002-12-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32195         * icall.c: assign minor, build and revision in FillName.
32197 2002-12-11  Zoltan Varga  <vargaz@freemail.hu>
32199         * image.h reflection.h reflection.c class.h class.c loader.c object.c:
32200         Added support for running code generated by Reflection.Emit.
32202 2002-12-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32204         * appdomain.c: check for NULL argument in LoadFrom.
32206 2002-12-10  Dick Porter  <dick@ximian.com>
32208         * threads.c: WaitHandle fixes from Tum <tum@veridicus.com>
32210 2002-12-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32212         * appdomain.c: fix buglet when building exe file name.  Handle full
32213         assembly name (needed after latest changes to AssemblyName).
32214         * image.c:
32215         (mono_image_close): free some hashtables.
32217 2002-12-05  Dietmar Maurer  <dietmar@ximian.com>
32219         * threads.c (ves_icall_System_Threading_Thread_Abort): we use SIGRTMIN 
32220         instead of SIGUSR1, because SIGUSR1 is used by the pthread implementation 
32221         on some systems (redhat 7.3) 
32223 Thu Dec 5 16:13:40 CET 2002 Paolo Molaro <lupus@ximian.com>
32225         * threads.c: delete the critical section of a sync block,
32226         spotted and fixed by tum@veridicus.com (Thong (Tum) Nguyen).
32228 Thu Dec 5 12:52:52 CET 2002 Paolo Molaro <lupus@ximian.com>
32230         * pedump.c, cil-coff.h, monosn.c: add strong name cli header flag.
32232 2002-12-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32234         * appdomain.[ch]: handle the assembly preload event to try loading the
32235         assemblies using the paths we have in the current domain.
32237         * assembly.[ch]: created an assembly preload hook that is called to try
32238         loading the assembly by other means that the ones provided here.
32240         * domain.c: initialize the domain search path.
32242         From now on, assemblies (TODO: except corlib and System) are loaded
32243         according to these rules when using mono_assembly_load ():
32245                 1. It tries to load the assembly from the ApplicationBase
32246                 of the current domain appending .dll and .exe (TODO: have to
32247                 try loading from name/name.dll and name/name.exe).
32249                 2. It tries the search path specified in PrivateBinPath for the
32250                 current domain (if any).
32252                 3. Previous behavior.
32254 Wed Dec 4 16:02:25 CET 2002 Paolo Molaro <lupus@ximian.com>
32256         * icall.c: implemented GetInterfaceMap() related icall.
32257         * domain.c, loader.h: load MethodInfo in mono_defaults.
32259 Wed Dec 4 11:02:30 CET 2002 Paolo Molaro <lupus@ximian.com>
32261         * gc.c: disable the finalizer thread for now, untill all the issues
32262         with it are resolved.
32264 Wed Dec 4 10:44:01 CET 2002 Paolo Molaro <lupus@ximian.com>
32266         * string-icalls.c: handle embedded nulls in string ctor when the
32267         length is specified.
32269 Tue Dec 3 19:29:20 CET 2002 Paolo Molaro <lupus@ximian.com>
32271         * class.c: look for explicit interface implementation in parent
32272         classes, too.
32274 2002-12-03  Dietmar Maurer  <dietmar@ximian.com>
32276         * gc.c (run_finalize): dont run the finalizer (strange behaviour on rh7.3) 
32278 Tue Dec 3 12:40:06 CET 2002 Paolo Molaro <lupus@ximian.com>
32280         * gc.c: protect handles with a critical section.
32282 2002-12-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32284         * icall.c:
32285         (ves_icall_type_from_name): it now has throwOnError and ignoreCase
32286         parameters. If no assembly specified, try getting the type from all
32287         the assemblies in the current domain, else, load the assembly and get
32288         the type from it.
32290 2002-11-30  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32292         * marshal.c: applied patch from Aleksey Demakov that fixes
32293         ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringUni.
32295 2002-11-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32297         * icall.c: fixed get_location.
32299 2002-11-28  Dietmar Maurer  <dietmar@ximian.com>
32301         * icall.c: moved MONO_ARCH_SAVE_REGS to the end of the
32302         declarations to make it work with older gcc. 
32304         * loader.c (mono_get_method): set signature->pinvoke for native calls
32306 2002-11-20  Dick Porter  <dick@ximian.com>
32308         * threads.c (mono_thread_init): Set the main thread's handle
32310 Tue Nov 19 14:15:34 CET 2002 Paolo Molaro <lupus@ximian.com>
32312         * gc.c: allow compilation without GC support. Changed to match the
32313         mono coding style.
32315 Mon Nov 18 18:41:51 CET 2002 Paolo Molaro <lupus@ximian.com>
32317         * gc.c: don't start the finalizer thread if the env var GC_DONT_GC is set.
32319 Mon Nov 18 16:35:22 CET 2002 Paolo Molaro <lupus@ximian.com>
32321         * reflection.c: set a public key token on the core assemblies.
32323 2002-11-18  Dick Porter  <dick@ximian.com>
32325         * threads.c: Split out some thread initialisation so that other
32326         files can set the start callback function.
32328         * gc.c: Run finalisers in a separate thread, to avoid stack
32329         overflow.  Fixes bug 31333.
32331         * appdomain.c: Set up GC finalisation thread.
32333         * reflection.c: 
32334         * object.c: 
32335         * domain.c: Use gc.h macros for GC_malloc
32336         
32337 2002-11-15  Dick Porter  <dick@ximian.com>
32339         * threadpool.c: 
32340         * threads.c:
32341         * appdomain.c: Removed mono_runtime_init_with_attach(),
32342         mono_thread_create_arg(), and mono_thread_init_with_attach(), by
32343         merging the extra parameter with the existing function.  Removed
32344         unneeded code in mono_thread_attach().
32346 2002-11-14  Dietmar Maurer  <dietmar@ximian.com>
32348         * image.c (mono_image_loaded_by_guid): a method to get loaded
32349         images by guid. 
32350         (load_metadata_ptrs): we store the guid as string.
32352 2002-11-11  Dietmar Maurer  <dietmar@ximian.com>
32354         * assembly.c (mono_assembly_open): check the guid of aot compiled lib.
32356         * metadata.c (mono_guid_to_string): imported method form Zoltan
32357         Varga (slightly modified)
32359         * assembly.c (mono_assembly_open): load precompiled code
32361         * loader.h (MonoMethod): we store the method token for use in the
32362         aot compiler. 
32364 2002-11-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32366         * appdomain.c: insert the loaded assemblies in the domain->assemblies in
32367         the hook function called when an assembly is loaded.
32368         
32369         * domain.c: Modified file.
32370         (mono_domain_assembly_load): removed hash table insertion of assemblies.
32372         Fixes bug #33196.
32374 2002-11-07  Miguel de Icaza  <miguel@ximian.com>
32376         * reflection.c: Map PEFileKind to the value expected by the WinNT
32377         image loader. 
32379 2002-11-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32381         * rand.c: use /dev/urandom. If it fails to open, use the previous one.
32382         Read until the buffer is filled completely.
32384 2002-11-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32386         * icall.c: implemented MonoType.InternalGetEvent ().
32388 2002-11-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32390         * appdomain.c: implemented InitAppDomainSetup. Delayed
32391         AppDomain.SetupInformation until mono_runtime_exec_main, where we get
32392         the entry_assembly.
32394         * assembly.c: base_dir is now an absolute path ending with
32395         G_DIR_SEPARATOR.
32397         * icall.c: modified get_location according to the above changes.
32399         * object.c: init AppDomain.SetupInformation for the default domain after
32400         we have the entry assembly.
32402         * domain.c: when unloading a domain, setup = NULL.
32404 2002-11-04  Dietmar Maurer  <dietmar@ximian.com>
32406         * marshal.c (emit_ptr_to_str_conv): try to fix bug 29548
32408 Sun Nov 3 15:39:28 CET 2002 Paolo Molaro <lupus@ximian.com>
32410         * object.h, object.c: introduced mono_object_get_virtual_method ()
32411         to lookup the method invoked on an object when a callvirt is done on
32412         a method.
32413         * icall.c: make MethodInfo::Invoke() always do a virtual call.
32415 2002-11-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32417         * appdomain.c: invoke AssemblyLoad and AsemblyResolve events in the
32418         current domain when loaded an assembly and failed to load it.
32420         * icall.c: changed ...Assembly_GetType to Assembly_InternalGetType.
32422 2002-10-31  Dick Porter  <dick@ximian.com>
32424         * icall.c: 
32425         * file-io.h: 
32426         * file-io.c: Return the error status in a parameter, as the
32427         GetLastError() value has long since been blown away if we try and
32428         look it up in a subsequent internal call invocation.  Delete the
32429         GetLastError() internal call, because it's useless.
32431 2002-10-31  Dietmar Maurer  <dietmar@ximian.com>
32433         * class.[ch]: added cast_class to fix bug 29517
32435 Wed Oct 30 19:37:32 CET 2002 Paolo Molaro <lupus@ximian.com>
32437         * marshal.c: create valid IL code in the filter clause:
32438         the new JIT is less forgiving:-)
32440 2002-10-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32442         * icall.c: removed get_property internal call.
32444 2002-10-25  Zoltan Varga  <vargaz@freemail.hu>
32446         * appdomain.h domain.c: Added an ID to appdomains.
32447         
32448         * threads.c threads.h icall.c: Implement icall
32449         Thread:GetDomainID(), and remove unused icall 
32450         CurrentThreadDomain_internal.
32452 2002-10-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32454         * icall.c: Don't recurse through the base types in GetConstructor.
32455         Fixes bug #32063. 
32457 Thu Oct 24 16:56:00 CEST 2002 Paolo Molaro <lupus@ximian.com>
32459         * mempool.h, mempool.c: added mono_mempool_empty() and
32460         mono_mempool_stats().
32462 2002-10-23  Dick Porter  <dick@ximian.com>
32464         * file-io.c: 
32465         * file-io.h: 
32466         * icall.c: Added MonoIO.GetFileType internal call
32468 2002-10-17  Dick Porter  <dick@ximian.com>
32470         * appdomain.c (mono_runtime_cleanup): Don't signal the async
32471         delegate semaphore before waiting for all threads to finish,
32472         because new threads can also call async delegates.  Fixes bug
32473         32004.
32475         * threadpool.c (async_invoke_thread): Only wait for 500ms instead
32476         of 3 seconds, in case another async job is queued.  (This part is
32477         needed because the bug fix reintroduced the 3s exit lag.)  This
32478         makes the mono_runtime_shutdown flag superfluous.
32480 Thu Oct 17 13:11:39 CEST 2002 Paolo Molaro <lupus@ximian.com>
32482         * reflection.c: include ehader size in method section headers.
32483         Really check for suplicated modules entries.
32485 2002-10-17  Martin Baulig  <martin@gnome.org>
32487         * debug-mono-symfile.c: Added back support for locals.
32489 2002-10-14  Martin Baulig  <martin@gnome.org>
32491         * debug-mono-symfile.c: Added MONO_TYPE_I, MONO_TYPE_U and
32492         MONO_TYPE_VOID.
32494 2002-10-14  Martin Baulig  <martin@gnome.org>
32496         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetType): Use
32497         mono_class_get() instead of looking in the class cache. 
32499 2002-10-13  Martin Baulig  <martin@gnome.org>
32501         * debug-mono-symfile.c: Set version number to 28, include the
32502         signature in method names.
32504 2002-10-13  Martin Baulig  <martin@gnome.org>
32506         * debug-mono-symfile.h: Set version number to 27.
32508 2002-10-11  Martin Baulig  <martin@gnome.org>
32510         * gc.c: Don't register/unregister NULL pointers as disappearing links.
32512 Thu Oct 10 14:56:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
32514         * metadata.c, metadata.h: added helper function to allocate signatures.
32516 2002-10-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32518         * icall.c: added internal call to get the location of machine.config.
32520 2002-10-08  Martin Baulig  <martin@gnome.org>
32522         * debug-mono-symfile.c: Ignore classes with a pending init for the
32523         moment.
32525 2002-10-03  Dick Porter  <dick@ximian.com>
32527         * threads.c: Freebsd pthread_t is a pointer
32529 2002-10-03  Dick Porter  <dick@ximian.com>
32531         * socket-io.c: Implemented GetHostName_internal
32533 2002-10-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32535         * mono-config.c:
32536         (mono_config_parse_file): don't leak the text.
32538 2002-10-02  Martin Baulig  <martin@gnome.org>
32540         * debug-mono-symfile.c: Added support for methods.
32542 2002-10-01  Martin Baulig  <martin@gnome.org>
32544         * debug-mono-symfile.c: Don't emit methods and line numbers for
32545         the dynamic symbol file, just write the type table.  We can easily
32546         have an external helper program which creates a symbol file for an
32547         IL file.        
32549 2002-10-01  Dick Porter  <dick@ximian.com>
32551         * threads.c (ves_icall_System_Threading_Thread_Start_internal):
32552         Only add the handle to the cleanup array when we're about to
32553         launch the thread.  Bug 31425 deadlocked when the test was run on
32554         mono under w32.
32556 2002-10-01  Martin Baulig  <martin@gnome.org>
32558         * debug-mono-symfile.c: Added support for properties.
32560 Fri Sep 27 18:55:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
32562         * reflection.c: unaligned store fix from Mark Crichton
32563         <crichton@gimp.org>.
32565 2002-09-27  Martin Baulig  <martin@gnome.org>
32567         * icall.c ("System.Reflection.Assembly::GetReferencedAssemblies"):
32568         New interncall.
32570 Fri Sep 27 15:38:31 CEST 2002 Paolo Molaro <lupus@ximian.com>
32572         * assembly.h, assembly.c: use a sane API to hook into the assembly
32573         loading process instead of a useless special-purpouse hack
32574         (ngen needs a hook, too, for example).
32576 2002-09-27  Dick Porter  <dick@ximian.com>
32578         * threads.c (mono_thread_init): Call GetCurrentProcess() so
32579         io-layer can set up some process handle info.  Not needed on w32,
32580         but doesn't hurt either.
32582         * process.c: Pass the program name in the second parameter to
32583         CreateProcess, so the path is searched.  Include the working
32584         directory. Implemented process name, process enumeration, and some
32585         process detail internal calls.
32586         
32587         * icall.c: Added internal calls for process lookup, and some
32588         process details
32590 2002-09-26  Martin Baulig  <martin@gnome.org>
32592         * assembly.c (mono_install_open_assembly_hook): New global
32593         function to install a function to be invoked each time a new
32594         assembly is loaded.
32595         (mono_assembly_open): Run this callback function if set.
32597         * debug-mono-symfile.c: Put back line numbers for the dynamic
32598         symbol file and also record the .il file as source file.  This
32599         allows us to install the temporary symbol file as `file.dbg' just
32600         like a compiler-generated one.
32602 2002-09-26  Nick Zigarovich <nick@chemlab.org>
32604         * Corrected typo in gc.c (BOHEM vs BOEHM).
32606 2002-09-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32608         * icall.c: fixed bug #31235 by copying a few lines from GetMethods to
32609         GetProperties. Also avoid calling g_slist_length in GetProperties and
32610         GetMethods.
32612 Wed Sep 25 22:18:03 CEST 2002 Paolo Molaro <lupus@ximian.com>
32614         * reflection.c: avoid unaligned stores (bug spotted by
32615         Mark Crichton  <crichton@gimp.org>).
32617 2002-09-25  Martin Baulig  <martin@gnome.org>
32619         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Use pointers
32620         instead of guint64 for addresses and added prologue/epilogue info.
32622 2002-09-25  Martin Baulig  <martin@gnome.org>
32624         * debug-mono-symfile.h (MonoDebugLineNumberEntry): New type to
32625         store line number info.  For the dynamic symbol file, we only need
32626         to provide the JIT generated dynamic line number info for the dynamic
32627         symbol file.
32629 2002-09-25  Martin Baulig  <martin@gnome.org>
32631         * debug-mono-symfile.h: Incremented version number.
32633 2002-09-24  Martin Baulig  <martin@gnome.org>
32635         * class.c (mono_debugger_class_init_func): New global function
32636         pointer variable.
32637         (mono_class_init): If mono_debugger_class_init_func is non-NULL,
32638         call it.
32640         * debug-mono-symfile.c (mono_debug_symfile_add_type): New
32641         function.  This is called via the mono_debugger_class_init_func
32642         hook to add all types to the dynamic type table.
32643         (ves_icall_MonoDebugger_GetType): New interncall to get a class
32644         from its metadata token.
32646         * icall.c ("System.Reflection.Assembly::MonoDebugger_GetType"):
32647         New interncall for the debugger.
32649 2002-09-24  Nick Drochak <ndrochak@gol.com>
32651         * icall.c (ves_icall_System_Enum_ToObject): validate the type parameter
32652         before using it in case it is null.
32653         
32654 Tue Sep 24 13:24:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
32656         * metadata.c: allow custom modifiers in local var signatures
32657         (bug spotted by Zoltan Varga).
32659 Tue Sep 24 12:12:16 CEST 2002 Paolo Molaro <lupus@ximian.com>
32661         * class.c: deal with the <Module> class that may have a NULL vtable.
32662         Eliminate warnings.
32664 Tue Sep 24 11:28:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
32666         * image.c, image.h: more strong name helpers.
32667         * monosn.c: more work: convert pem keys to cryptoapi format.
32669 Tue Sep 24 11:27:38 CEST 2002 Paolo Molaro <lupus@ximian.com>
32671         * string-icalls.c: speedup IndexOf.
32673 Tue Sep 24 11:17:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
32675         * icall.c: updates from Zoltan.2.Varga@nokia.com.
32677 Tue Sep 24 11:09:17 CEST 2002 Paolo Molaro <lupus@ximian.com>
32679         * icall.c: cleanup: use mono_object_domain ().
32681 2002-09-23  Martin Baulig  <martin@gnome.org>
32683         * debug-mono-symfile.c: Improved type support.
32685 2002-09-22  Martin Baulig  <martin@gnome.org>
32687         * debug-mono-symfile.c: Added support for reference types and strings.
32689 2002-09-22  Martin Baulig  <martin@gnome.org>
32691         * debug-mono-symfile.c: Started to work on the type table.
32693 2002-09-21  Martin Baulig  <martin@gnome.org>
32695         * debug-mono-symfile.c: Largely reworked the symbol table format.
32696         The symbol table is now incrementally updated each time a new
32697         method is added.  We're now also using our own magic and version
32698         so that you don't need to recompile all your classes if the
32699         dynamic table changes.
32700         (mono_debug_update_mono_symbol_file): Removed.
32701         (mono_debug_symfile_add_method): New function to add a method.
32703 2002-09-21  Martin Baulig  <martin@gnome.org>
32705         * icall.c
32706         ("System.Reflection.Assembly::MonoDebugger_GetLocalTypeFromSignature"):
32707         New interncall.
32709         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetLocalTypeFromSignature):
32710         New interncall to get a method from its metadata token.
32712 2002-09-21  Martin Baulig  <martin@gnome.org>
32714         * debug-mono-symfile.c: Create type table.
32716 2002-09-20  Martin Baulig  <martin@gnome.org>
32718         * debug-mono-symfile.c: Reflect latest Mono.CSharp.Debugger changes.
32720 2002-09-20  Martin Baulig  <martin@gnome.org>
32722         * debug-mono-symfile.c: Provide information about params and locals.
32724 2002-09-20  Martin Baulig  <martin@gnome.org>
32726         * icall.c ("System.Reflection.Assembly::MonoDebugger_GetMethod"):
32727         New interncall.
32729         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetMethod): New
32730         interncall to get a method from its metadata token.
32732 2002-09-20  Martin Baulig  <martin@gnome.org>
32734         * debug-mono-symfile.c: Added a few checks for method->header
32735         being non-NULL.  This should never happen, but for the moment
32736         let's use a g_warning() rather than a g_assert().
32738 2002-09-19  Mark Crichton  <crichton@gimp.org>
32740         * gc.c: ves_icall_System_GCHandle_FreeHandle made a call to libgc
32741         even if support for it isn't present.  Added an #ifdef to fix this.
32743         * socket-io.c: Added checks back for Solaris support.
32745 2002-09-19  Martin Baulig  <martin@gnome.org>
32747         * debug-mono-symfile.c (read_string, write_string): Reflect latest
32748         changes in the symbol file format.
32750 2002-09-18  Martin Baulig  <martin@gnome.org>
32752         * debug-mono-symfile.c: Set version number to 21.
32754 2002-09-18  Dick Porter  <dick@ximian.com>
32756         * threads.c (mon_new): Use the GC_MALLOC macro to hide differences
32757         on netbsd.  Fixes bug 30051.
32759 2002-09-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32761         * reflection.c:
32762         (set_version_from_string): little fix.
32764 Mon Sep 16 18:57:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
32766         * monosn.c, Makefile.am: added strong name utility.
32767         * reflection.h, reflection.c: implemented delayed signing,
32768         locale, version and hash id assembly attributes.
32770 Mon Sep 16 18:51:47 CEST 2002 Paolo Molaro <lupus@ximian.com>
32772         * loader.c, metadata.c: load param attributes in signatures.
32774 2002-09-16  Martin Baulig  <martin@gnome.org>
32776         * debug-mono-symfile.c: Added string table with all method names.
32778 2002-09-14  Martin Baulig  <martin@gnome.org>
32780         * debug-mono-symfile.h (MonoSymbolFile): Added method range table for
32781         fast method lookup.
32783 Fri Sep 13 16:04:54 CEST 2002 Paolo Molaro <lupus@ximian.com>
32785         * reflection.c: record the public key token of referenced assemblies.
32787 Fri Sep 13 15:41:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
32789         * image.c, image.h: added functions to get the strong name and the
32790         public key of an assembly.
32791         * pedump.c: use them.
32793 2002-09-12  Dietmar Maurer  <dietmar@ximian.com>
32795         * marshal.c (emit_str_to_ptr_conv): support marshalling of delegates.
32797 2002-09-12  Miguel de Icaza  <miguel@ximian.com>
32799         * marshal.c (mono_marshal_get_managed_wrapper): Added
32800         MONO_TYPE_BOOLEAN 
32802 2002-09-11  Martin Baulig  <martin@gnome.org>
32804         * gc.c: Call GC_unregister_disappearing_link() on all links when
32805         finalizing them, this is necessary to aviod a crash in boehm's
32806         finalize handler.
32808 Wed Sep 11 17:06:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
32810         * gc.c: handle GetTarget for finalized objects spotted and fixed by
32811         nick@chemlab.org.
32813 Wed Sep 11 15:27:20 CEST 2002 Paolo Molaro <lupus@ximian.com>
32815         * icall.c: implemented MonoType::Module.
32816         * reflection.c, reflection.h: mono_module_get_object () from
32817         Tomi Pakarinen <tomi.pakarinen@welho.com>.
32819 Wed Sep 11 12:53:28 CEST 2002 Paolo Molaro <lupus@ximian.com>
32821         * icall.c: ignore overridden methods in GetMethods ().
32822         Fix for FieldInfo::SetValue().
32823         * object.c: handle float/double in runtime invoke.
32825 Tue Sep 10 15:51:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
32827         * object.c: allow a constructor to be called again on an object.
32829 Tue Sep 10 11:58:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
32831         * class.h, class.c: move field layout code to it's own function and
32832         export it. Get an interface id earlier. Move fields in MonoClass
32833         so they are more cache friendly and align the bitfields.
32834         * loader.c: temporary handle get_param_names() for a runtime method.
32835         * reflection.c, reflection.h: more code to handle runtime creation of
32836         types.
32838 2002-09-09  Martin Baulig  <martin@gnome.org>
32840         * marshal.c (mono_marshal_get_native_wrapper): We need to use a special
32841         signature with the pinvoke field being set for the actual call.
32843 Sat Sep 7 10:12:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
32845         * icall.c: removed some unused icalls. Start of map of glib charsets
32846         to corlib names. Implemented RuntimeMethod::GetFunctionPointer ().
32848 Fri Sep 6 16:08:44 CEST 2002 Paolo Molaro <lupus@ximian.com>
32850         * debug-helpers.c: break infinite loop (found and fixed by
32851         Holger Arnold <harnold@gmx.de>).
32853 Thu Sep 5 18:50:54 CEST 2002 Paolo Molaro <lupus@ximian.com>
32855         * icall.c: target may be null in create_delegate.
32857 Thu Sep 5 17:42:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
32859         * marshal.c: handle a boolean return type.
32861 Thu Sep 5 13:09:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
32863         * gc.c: put HIDE_POINTER/REVEAL_POINTER only here.
32865 Wed Sep 4 19:23:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
32867         * gc.c: fix weakreferences.
32869 Wed Sep 4 13:59:50 CEST 2002 Paolo Molaro <lupus@ximian.com>
32871         * icall.c: added icall to get default codepage.
32873 2002-09-03  Dick Porter  <dick@ximian.com>
32875         * threads.h: 
32876         * threads.c: Use MonoThread instead of MonoObject where
32877         apropriate.
32879         Store running thread objects in a hash table, so that we have all
32880         the info to hand when waiting for them to finish
32881         (means we don't need OpenThread() any more, so mingw builds should
32882         be fully functional again.)
32884         * verify.c:
32885         * object.h: Added thread ID to MonoThread
32887 2002-09-03  Martin Baulig  <martin@gnome.org>
32889         * icall.c (System.Reflection.Assembly::get_location): New interncall.
32891 2002-09-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32893         * icall.c: fixed leak in get_temp_path. Thanks lupus.
32895 2002-09-03  Martin Baulig  <martin@gnome.org>
32897         * debug-helpers.c (mono_disasm_code_one): Added `const guchar **endp'
32898         argument to store the end address of the disassembled instruction.
32900         * debug-mono-symfile.h (MonoDebugMethodInfo, MonoDebugVarInfo): Moved
32901         here from debug-symfile.h.
32902         (MonoDebugMethodJitInfo): Moved all fields which are filled out by the
32903         JIT into this struct.
32904         (MonoSymbolFile): Added `char *image_file' field.
32905         (MonoDebugGetMethodFunc): Removed.
32906         (mono_debug_update_mono_symbol_file): Removed the hash table argument.
32907         (mono_debug_create_mono_symbol_file): Removed the `source_file' argument.
32908         (mono_debug_find_method): New method.
32910         * debug-mono-symfile.c (mono_debug_create_mono_symbol_file): Always
32911         create a full symbol file.
32912         (mono_debug_update_mono_symbol_file): Don't distinguish between dynamic
32913         and static symbol files.
32914         (mono_debug_find_method): The symbol file keeps an internal method hash,
32915         call this to get a MonoDebugMethodInfo from a MonoMethod.
32917         * debug-symfile.[ch]: Removed.
32919 2002-08-29  Miguel de Icaza  <miguel@ximian.com>
32921         * image.c (do_mono_image_open): Remove linker version check.
32923 2002-08-29  Dietmar Maurer  <dietmar@ximian.com>
32925         * marshal.c (mono_marshal_get_managed_wrapper): don't cache
32926         wrappers for instance methods.
32927         
32928 2002-08-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32930         * icall.c: added ves_icall_System_IO_Path_get_temp_path.
32932 2002-08-28  Dick Porter  <dick@ximian.com>
32934         * Makefile.am: Export HOST_CC for w32 builds
32936 Tue Aug 27 18:34:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
32938         * file-io.c process.c: MonoString are null terminated, no
32939         need for mono_string_to_utf16() anymore.
32941 Tue Aug 27 17:51:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
32943         * icall.c, unicode.h, unicode.c: removed unused iconv stuff.
32945 Tue Aug 27 16:38:58 CEST 2002 Paolo Molaro <lupus@ximian.com>
32947         * icall.c, reflection.h: speedup System.MonoType.
32949 Tue Aug 27 16:37:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
32951         * reflection.c: allow null as the value of a string argument in
32952         custom attributes constructors.
32954 2002-08-27  Martin Baulig  <martin@gnome.org>
32956         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Removed the
32957         `trampoline_address' field.
32959 2002-08-27  Dietmar Maurer  <dietmar@ximian.com>
32961         * marshal.c (mono_marshal_get_native_wrapper): removed wrong null
32962         check (fixes bug #29486) 
32964 2002-08-27  Martin Baulig  <martin@gnome.org>
32966         * debug-mono-symfile.c: Changed the file format in a way that allows us
32967         open it read-only and to use a specially malloced area for all the
32968         dynamic data.  We can now also generate a symbol file on-the-fly if we're
32969         debugging IL code and there is no MCS generated symbol file for it.
32971 Mon Aug 26 16:47:37 CEST 2002 Paolo Molaro <lupus@ximian.com>
32973         * object.c: added a define for a good string and array
32974         creation speedup (not enabled by default because we need to deal with
32975         the synch stuff).
32977 2002-08-26  Martin Baulig  <martin@gnome.org>
32979         * debug-mono-symfile.c (mono_debug_create_mono_symbol_file): New
32980         function to create a dynamic symbol file.  This is used by the
32981         debugger to create a symbol file for IL code on-the-fly.
32983 2002-08-26  Martin Baulig  <martin@gnome.org>
32985         * loader.c (mono_lookup_pinvoke_call): Include the error message
32986         from g_module_error() in the error message.
32988 2002-08-24  Martin Baulig  <martin@gnome.org>
32990         * debug-mono-symfile.c (mono_debug_update_mono_symbol_file): New
32991         function to update the symbol file.  The symbol file is mmap()ed
32992         writable, but private.  This allows us to install the symbol file
32993         together with the assembly.
32995 2002-08-24  Martin Baulig  <martin@gnome.org>
32997         * debug-mono-symfile.[ch]: New files.  Similar to debug-symfile.[ch]
32998         but they can read the new symbol file format which mcs is now creating.
33000         * debug-symfile.c (mono_debug_find_source_location): Moved to
33001         debug-mono-symfile.c; this is now operating on the new symbol file.
33003 2002-08-23  Martin Baulig  <martin@gnome.org>
33005         * debug-helpers.c (mono_method_desc_from_method): New function to get
33006         a MonoMethodDesc from a MonoMethod.
33008 Fri Aug 23 15:54:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
33010         * object.c: fixes assertion failure caused by multiple ExecuteAssembly
33011         calls for same domain (patch by Tomi Pakarinen <Tomi.Pakarinen@iki.fi>).
33013 Fri Aug 23 12:14:45 CEST 2002 Paolo Molaro <lupus@ximian.com>
33015         * string-icalls.[ch]: make helper methods static.
33017 2002-08-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33019         * icall.c: re-applied patch to GetValueInternal. Also added R4 and R8
33020         types to it and to SetValueInternal.
33022         * object.c: Moved handle_enum label to its proper place. This was the
33023         f... bug! ;-)
33025         This time i compiled mcs and gtk-sharp and they both work.
33027 2002-08-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33029         * icall.c: reverted partially my previous patch until 
33030         object.c:set_value handles enums correcly.
33032 2002-08-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33034         * icall.c:
33035         (ves_icall_MonoField_GetValue): changed to use mono_field_get_value.
33036         (ves_icall_System_Environment_get_MachineName): removed warning when
33037         compiling under cygwin.
33039 Thu Aug 22 18:49:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
33041         * object.c: fixed field_get_value() for reference types.
33043 2002-08-22  Dick Porter  <dick@ximian.com>
33045         * socket-io.c (ves_icall_System_Net_Sockets_Socket_RecvFrom_internal):
33046         Don't free a buffer while it's still needed.  Patch from Jonathan
33047         Liger <Jonathan.liger@wanadoo.fr>
33049 2002-08-21  Miguel de Icaza  <miguel@ximian.com>
33051         * icall.c (ves_icall_System_Environment_get_Platform): Add new
33052         internal call.
33054 2002-08-21  Dietmar Maurer  <dietmar@ximian.com>
33056         * icall.c (ves_icall_get_method_info): s/MonoMethod/MonoReflectionMethod/
33057         (ves_icall_get_parameter_info): s/MonoMethod/MonoReflectionMethod/
33059         * marshal.c (mono_marshal_get_remoting_invoke): save lmf, because
33060         we call unmanaged code which throws exceptions.
33062 Wed Aug 21 12:56:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
33064         * appdomain.h: added per-domain entry_assembly.
33065         * appdomain.c: ensure mono_runtime_exec_main () gets non-null
33066         arguments.
33067         * icall.c: Assembly::GetEntryAssembly icall.
33068         * object.c: set domain->entry_assembly in mono_runtime_exec_main().
33069         Changes above from a patch by Tomi Pakarinen <tomi.pakarinen@welho.com>.
33071 Tue Aug 20 15:42:15 CEST 2002 Paolo Molaro <lupus@ximian.com>
33073         * appdomain.h, gc.c: added mono_domain_finalize ().
33075 2002-08-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33077         * object.c:
33078         (mono_print_unhandled_exception): changed g_warning by g_printerr
33079         because g_log has a 1024 characters limit (yeah, i got a big stack
33080         trace). Don't print exception name, that should be in ToString 
33081         returned string.
33083 2002-08-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33085         * icall.c: added ves_icall_FieldInfo_SetValueInternal.
33086         * object.c: added missing MONO_TYPE_ARRAY in mono_runtime_invoke_array.
33088 2002-08-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33090         * object.c:
33091         (mono_print_unhandled_exception): after previous commit, i realized
33092         that MS calls ToString on the exception. I changed this function to
33093         do that. This way we get stack_trace for free.
33095 2002-08-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33097         * object.c:
33098         (mono_print_unhandled_exception): invoke Message property instead of
33099         getting 'message' field from Exception. Don't allocate memory for
33100         'trace' and 'message' if not needed.
33102 2002-08-18  Dick Porter  <dick@ximian.com>
33104         * unicode.c: Fix asserts to match Encoder.cs checks
33106 Fri Aug 16 21:42:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
33108         * marshal.c: fix unaligned store issue and a few wrong
33109         opcode argument types.
33111 2002-08-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33113         * icall.c: added GetUninitializedObjectInternal internal call.
33115 2002-08-16  Dietmar Maurer  <dietmar@ximian.com>
33117         * appdomain.c (mono_runtime_invoke_in_domain): transfer Exception
33118         to the right domain.
33120 2002-08-14  Dietmar Maurer  <dietmar@ximian.com>
33122         * marshal.c (mono_marshal_get_runtime_invoke): unbox value types
33124         * class.c (class_compute_field_layout): set blittable to false for Strings
33126         * appdomain.c (mono_domain_transfer_object): added support for ISerializable
33128 Wed Aug 14 17:26:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
33130         * appdomain.h, reflection.c, icall.c, object.c, reflection.h:
33131         first chunk of code to create types at runtime. Code to
33132         handle ReflectedType/DeclaringType. Make reflection handles
33133         domain specific.
33135 Wed Aug 14 17:24:21 CEST 2002 Paolo Molaro <lupus@ximian.com>
33137         * class.c: set correct name in arrays.
33139 2002-08-13  Dietmar Maurer  <dietmar@ximian.com>
33141         * appdomain.c (mono_domain_transfer_object): make it work with
33142         valuetypes. bug fixes.
33144 2002-08-12  Dick Porter  <dick@ximian.com>
33146         * object.h: Rename some parameters to avoid c++ keywords (Patch
33147         from Joseph Wenninger <kde@jowenn.at>)
33149 Thu Aug 8 13:04:18 CEST 2002 Paolo Molaro <lupus@ximian.com>
33151         * icall.c: added icall to implement Assembly.GetFile*.
33153 Thu Aug 8 10:18:17 CEST 2002 Paolo Molaro <lupus@ximian.com>
33155         * reflection.h, reflection.c: code to embed managed resources.
33157 Tue Aug 6 17:59:44 CEST 2002 Paolo Molaro <lupus@ximian.com>
33159         * class.c: move all the type size stuff into
33160         class_compute_field_layout().
33162 Tue Aug 6 11:20:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
33164         * class.c: ensure enums have always the correct instance size.
33165         * unicode.c: remove wrong assert.
33167 Mon Aug 5 19:30:04 CEST 2002 Paolo Molaro <lupus@ximian.com>
33169         * assembly.c: fix mem corruption issue.
33170         * image.h, image.c: added mono_image_get_resource () to access
33171         managed resources.
33172         * icall.c: implemented Assembly.EntryPoint property and some
33173         Managed Resources related internalcalls.
33176 Mon Aug 5 18:18:03 CEST 2002 Paolo Molaro <lupus@ximian.com>
33178         * image.c, image.h: impemented mono_image_get_entry_point ().
33179         * appdomain.c: use mono_image_get_entry_point.
33181 Mon Aug 5 13:08:15 CEST 2002 Paolo Molaro <lupus@ximian.com>
33183         * reflection.c: support the object type argument when loading
33184         custom attributes.
33186 2002-08-05  Dietmar Maurer  <dietmar@ximian.com>
33188         * marshal.c (mono_marshal_get_managed_wrapper): add suppport for
33189         String as return type.
33191 Fri Aug 2 21:15:42 CEST 2002 Paolo Molaro <lupus@ximian.com>
33193         * reflection.c: fix encoding of named args for custom attrs to match
33194         the ms implementation. Read them back when instantiating custom
33195         attributes.
33197 2002-08-02  Radek Doulik  <rodo@ximian.com>
33199         * marshal.c (mono_mb_add_data): convert ret value to LE, suggested
33200         by Dietmar as quick fix
33201         (mono_marshal_get_delegate_begin_invoke): use sig->param_count +
33202         16 as stack size, used on more places as quick fix before Dietmar
33203         will fix it properly
33205 Fri Aug 2 17:48:17 CEST 2002 Paolo Molaro <lupus@ximian.com>
33207         * object.h, object.c: added accessors for fields and properties.
33209 Fri Aug 2 17:45:15 CEST 2002 Paolo Molaro <lupus@ximian.com>
33211         * class.c, class.h: made mono_class_get_field_from_name ()
33212         loop on parent types.
33213         Added mono_class_get_property_from_name ().
33215 Fri Aug 2 11:40:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
33217         * class.c, class.h: move the code to setup the type vtable in its own
33218         function so that it can be reused also for types created at runtime.
33219         Eliminate the "class" identifier from the header file.
33220         * reflection.c: setup the vtable for enums so that we can create
33221         objects for use in SetConstant ().
33223 2002-08-02  Dietmar Maurer  <dietmar@ximian.com>
33225         * marshal.c (mono_delegate_to_ftnptr): pass delegate->target
33226         instead of the delegate itself as this pointer (bug #28383)
33228 2002-08-01  Dietmar Maurer  <dietmar@ximian.com>
33230         * marshal.c (mono_marshal_get_managed_wrapper): added return type
33231         conversions.
33233 Wed Jul 31 16:49:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
33235         * loader.c: don't set the pinvoke bit on icalls.
33237 2002-07-31  Dietmar Maurer  <dietmar@ximian.com>
33239         * debug-helpers.c (mono_method_full_name): only print a number to
33240         indicate wrapper type (so that the output is more readable in traces).
33242 2002-07-30  Dietmar Maurer  <dietmar@ximian.com>
33244         * class.c (mono_class_init): include method override patch from Paolo
33246 Tue Jul 30 15:20:08 CEST 2002 Paolo Molaro <lupus@ximian.com>
33248         * icall.c: fixed GetTypeCode().
33250 2002-07-29  Dietmar Maurer  <dietmar@ximian.com>
33252         * threads.c (ves_icall_System_Threading_Thread_Thread_internal):
33253         use real delegate invoke function to make it work with multicast
33254         delegates (fix bug# 28291).
33256 Fri Jul 26 11:58:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
33258         * object.c: load constant strings.
33260 Fri Jul 26 11:36:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
33262         * reflection.c: no magic numbers.
33263         * tabledefs.h: security action enum.
33265 Fri Jul 26 11:22:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
33267         * assembly.c: fix possible memory corruption.
33269 Thu Jul 25 13:58:38 CEST 2002 Paolo Molaro <lupus@ximian.com>
33271         * reflection.h, reflection.c: added support for linking resources.
33272         * verify.c: check we have an updated corlib.
33274 2002-07-25  Dietmar Maurer  <dietmar@ximian.com>
33276         * marshal.c (mono_marshal_get_native_wrapper): correctly marshal
33277         string arrays.
33278         (mono_marshal_string_array): null terminate unmanaged string arrays.
33279         (mono_marshal_get_managed_wrapper): print warning for arrays (not implemented)
33281 Wed Jul 24 13:32:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
33283         * icall.c: Type.GetType () can now return also types from the
33284         calling assembly.
33286 Wed Jul 24 13:04:05 CEST 2002 Paolo Molaro <lupus@ximian.com>
33288         * loader.h, loader.c: stack walking support.
33289         * icall.c: implemented GetCurrentMethod, GetExecutingAssembly,
33290         GetCallingAssembly.
33292 2002-07-24  Dietmar Maurer  <dietmar@ximian.com>
33294         * marshal.c: added optimisations for blittable types 
33296         * class.c (mono_array_class_get): do not set blittable attribute on arrays
33297         (mono_class_setup_mono_type): set blittable attribute for single
33298         and double.
33300         * marshal.c (mono_string_utf8_to_builder): impl.
33301         (mono_string_builder_to_utf8): impl.
33302         (mono_marshal_get_native_wrapper): impl. StringBuilder marshaling
33304 2002-07-23  Dietmar Maurer  <dietmar@ximian.com>
33306         * marshal.c (mono_marshal_get_native_wrapper): impl. byref types
33307         (mono_marshal_get_managed_wrapper): impl. byref types
33309 2002-07-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33311         * icall.c:
33312         (search_method): don't display debug message. 
33314 2002-07-22  Dietmar Maurer  <dietmar@ximian.com>
33316         * metadata.c (mono_type_stack_size): removed temporary fix for new gcc
33318 Mon Jul 22 18:17:05 CEST 2002 Paolo Molaro <lupus@ximian.com>
33320         * appdomain.c: set the missing filename when throwing exception.
33322 2002-07-22  Dietmar Maurer  <dietmar@ximian.com>
33324         * metadata.c (mono_type_size): code cleanup
33325         (mono_type_stack_size): removed some test code
33327 2002-07-21  Miguel de Icaza  <miguel@ximian.com>
33329         * appdomain.c (ves_icall_System_Reflection_Assembly_LoadFrom): Use
33330         mono_get_exception_file_not_found now.
33332         * exception.c (mono_exception_from_name_two_strings): New version
33333         that will call a constructor with two string arguments. 
33334         (mono_get_exception_file_not_found): New helper routine, used to
33335         report file-not-found errors.
33337 2002-07-20  Dick Porter  <dick@ximian.com>
33339         * process.h:
33340         * process.c: Pass file handles to CreateProcess
33341         
33342         * icall.c:
33343         * file-io.h:
33344         * file-io.c: Implemented CreatePipe
33346 2002-07-19  Dietmar Maurer  <dietmar@ximian.com>
33348         * metadata.c (mono_get_param_info): set alignment for value types
33350 Fri Jul 19 18:58:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
33352         * appdomain.h, domain.c, threads-types.h: don't include config.h in headers.
33353         Constify mono_domain_assembly_open().
33354         * loader.c: handle null namespace in icalls.
33356 2002-07-19  Dietmar Maurer  <dietmar@ximian.com>
33358         * marshal.c (emit_ptr_to_str_conv): marshal object as structs
33359         (emit_str_to_ptr_conv): marshal object as structs
33361         * metadata.c (mono_type_to_unmanaged): marshal object as structs
33363         * marshal.c (mono_marshal_get_runtime_invoke): support value types
33365 2002-07-18  Dietmar Maurer  <dietmar@ximian.com>
33367         * marshal.c (mono_marshal_get_runtime_invoke): use exception filters
33368         (mono_marshal_get_native_wrapper): we an now return value types
33370 Wed Jul 17 18:21:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
33372         * verify.c: more checks implemented.
33374 2002-07-17  Dietmar Maurer  <dietmar@ximian.com>
33376         * marshal.c (mono_delegate_to_ftnptr): invoke the right method
33377         (fix bug #27695)
33378         (mono_marshal_get_native_wrapper): allow byref arguments
33379         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringXXX):
33380         impl. PtrToStringXXX methods
33381         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStructure_type): impl.
33382         (ves_icall_System_Runtime_InteropServices_Marshal_OffsetOf): impl.
33383         (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalAnsi): impl.
33384         (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalUni): impl.
33385         (ves_icall_System_Runtime_InteropServices_Marshal_DestroyStructure): impl.
33387 Tue Jul 16 19:00:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
33389         * reflection.c: fix buglet in parsing an assembly name.
33391 2002-07-16  Dietmar Maurer  <dietmar@ximian.com>
33393         * marshal.c (emit_ptr_to_str_conv): first impl.
33395 Tue Jul 16 12:39:33 CEST 2002 Paolo Molaro <lupus@ximian.com>
33397         * object.c, class.h: cache the vtable in the class as suggested by
33398         vargaz@freemail.hu (Zoltan Varga).
33400 Tue Jul 16 11:27:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
33402         * class.h, loader.c: added mono_field_from_token().
33403         * verify.c: first cut of type checking code.
33405 2002-07-16  Dietmar Maurer  <dietmar@ximian.com>
33407         * marshal.c (mono_marshal_get_native_wrapper): support valuetypes
33409 2002-07-15  Dietmar Maurer  <dietmar@ximian.com>
33411         * marshal.c (mono_marshal_get_native_wrapper): handle enum types
33412         (fix bug #27782)
33413         (mono_marshal_get_remoting_invoke): impl.
33414         (mono_delegate_begin_invoke): impl.
33415         (mono_mb_emit_save_args): impl.
33416         (mono_delegate_end_invoke): impl.
33417         (mono_marshal_get_delegate_begin_invoke):
33418         (mono_marshal_get_delegate_end_invoke):
33419         (mono_marshal_get_delegate_invoke): generate a special name for
33420         those methods (including the signature) and associate them whith
33421         the delegate class. 
33423 2002-07-13  Gonzalo Paniagua Javier <gonzalo@gnome-db.org>
33425         * reflection.[ch]: 
33426         (mono_reflection_type_from_name): now it has a MonoImage parameter
33427         which is used as the default image to search the type in. If the image
33428         is NULL or getting the type from it fails, it defaults to corlib.
33430         * icall.c: changed 1 call to mono_reflection_type_from_name to match
33431         new parameter.
33433 Sat Jul 13 19:32:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
33435         * reflection.c: update the parameter table index.
33437 Sat Jul 13 17:34:23 CEST 2002 Paolo Molaro <lupus@ximian.com>
33439         * domain.c: don't include the mark byte in the string hash.
33441 Sat Jul 13 15:06:23 CEST 2002 Paolo Molaro <lupus@ximian.com>
33443         * icall.cs: icall for Type.GetTypeCode ().
33444         * verify: a couple of fixes and disabled local initialization checks.
33446 2002-07-12  Dietmar Maurer  <dietmar@ximian.com>
33448         * marshal.c: better debugging support (DEBUG_RUNTIME_CODE)
33450         * debug-helpers.c (mono_method_full_name): print the type of the
33451         runtime wrapper
33453         * metadata.c (mono_signature_hash): a hash function for signatures
33454         (mono_signature_hash): better hash algorithm
33456         * marshal.c (mono_marshal_get_delegate_invoke): cache methods by signature
33458         * debug-helpers.c (mono_method_full_name): this can now generate
33459         method names with signatures
33461         * marshal.c (mono_marshal_get_managed_wrapper): bug fix: unmanaged
33462         method dont have this pointers.
33464 Fri Jul 12 11:35:48 CEST 2002 Paolo Molaro <lupus@ximian.com>
33466         * reflection.c: fixup typebuilder tokens.
33467         * image.c: fix buglet.
33468         * marshal.h: remove whitespace.
33469         * metadata.h, metadata.c: reinstate code that was removed.
33470         * verify.c: handle catch directives and fix another couple of bugs.
33472 2002-07-11  Dietmar Maurer  <dietmar@ximian.com>
33474         * marshal.c (mono_marshal_get_native_wrapper): support BOOLEAN
33475         (mono_marshal_get_native_wrapper): make it comp. with the old code
33476         (mono_marshal_get_native_wrapper): support boolean
33477         (mono_marshal_get_managed_wrapper): support more types
33479 2002-06-25  Dietmar Maurer  <dietmar@ximian.com>
33481         * class.c (class_compute_field_layout): compute class->blittable attribute.
33483 2002-07-09  Dick Porter  <dick@ximian.com>
33485         * threads.c: Make the thread cleaning up cope with threads that
33486         call ExitThread()
33488 2002-07-08  Radek Doulik  <rodo@ximian.com>
33490         * reflection.c (method_encode_code): use non-translated values to
33491         compute finally_start, this fixes exception handling on ppc, yay!
33493         * decimal.h (struct signscale): fix endianess
33495 2002-07-07  Radek Doulik  <rodo@ximian.com>
33497         * reflection.c: swap box_val and not val
33499 Mon Jul 8 15:18:59 CEST 2002 Paolo Molaro <lupus@ximian.com>
33501         * reflection.c, reflection.h: handle full assembly info in type name.
33502         Handle Type arguments when loading custom attributes.
33503         * icall.c: updated to use new mono_reflection_type_from_name () method.
33505 2002-07-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33507         * loader.c:
33508         (method_from_memberref): also print assembly name when method not found.
33510 2002-07-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33512         * icall.c:
33513         (ves_icall_TypeGetProperties): fixed bug #27473. 
33515 2002-07-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33517         * reflection.c: display image name and token when cannot find the
33518         .ctor for an attribute.
33520 2002-07-05  Martin Baulig  <martin@gnome.org>
33522         * debug-symfile.c: Reflect latest MonoDwarfFileWriter changes.
33524 2002-07-04  Dick Porter  <dick@ximian.com>
33526         * threads.c (mono_thread_cleanup): Nasty kludge to get this to
33527         compile on mingw.  This will cause mingw builds to not wait for
33528         subthreads to terminate after the main thread does.  I've lodged a
33529         bug with the mingw developers for them to wrap OpenThread().
33531 2002-07-03  Dick Porter  <dick@ximian.com>
33533         * threads.c: Store thread IDs instead of handles, because
33534         GetCurrentThread() returns a pseudohandle and therefore stores
33535         useless values.  mono_thread_cleanup() continues checking the
33536         array of threads until it is empty, to cope with subthreads
33537         spawning new threads after the main thread has finished.
33539         * profiler.h:
33540         * profiler.c:
33541         * profiler-private.h: Pass the thread ID to thread profiler
33542         functions, instead of a handle
33544 Wed Jul 3 17:43:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
33546         * verify.c: fixes to make it more usable.
33547         * pedump.c: added --verify code to verify IL code in an assembly.
33549 Tue Jul 2 20:40:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
33551         * reflection.c: turn errors into warnings to allow compiling corlib.
33553 Tue Jul 2 19:33:20 CEST 2002 Paolo Molaro <lupus@ximian.com>
33555         * reflection.c: add special cases to compile corlib.
33557 Mon Jul 1 18:00:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
33559         * reflection.c: handle properties with only a set method.
33561 Mon Jul 1 17:11:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
33563         * opcodes.h: add enum with opcodes in opval order.
33565 2002-07-01  Dick Porter  <dick@ximian.com>
33566         
33567         * object.h:
33568         * object.c (mono_runtime_run_main): Removed unneeded argument
33570 2002-06-28  Martin Baulig  <martin@gnome.org>
33572         * debug-symfile.c: Reflect latest MonoDwarfFileWriter changes.
33574 2002-06-27  Dick Porter  <dick@ximian.com>
33576         * threads.c: Store the handle in both the parent thread and in the
33577         subthread, to minimise the time between starting a new thread and
33578         storing its ID.
33580 2002-06-26  Dick Porter  <dick@ximian.com>
33582         * appdomain.c (mono_runtime_cleanup): Close the socket library
33583         after all the threads have finished, not before
33585 2002-06-26  Martin Baulig  <martin@gnome.org>
33587         * debug-symfile.c (mono_debug_find_source_location): Added
33588         `guint32 *line_number' argument.  If it's not NULL, store the line number
33589         there and return the file name without the line number.
33591 2002-06-25  Dick Porter  <dick@ximian.com>
33593         * icall.c:
33594         * process.h:
33595         * process.c: Process forking and other support functions
33597 2002-06-25  Dick Porter  <dick@ximian.com>
33599         * image.c (do_mono_image_open): Set ref_count to 1, so that bad
33600         things dont happen when the image is closed.
33601         (mono_image_lookup_resource): Walk the resource section looking
33602         for a particular entry
33604         * cil-coff.h: PE resource section decoding
33606 2002-06-25  Dick Porter  <dick@ximian.com>
33607         
33608         * assembly.h:
33609         * assembly.c: 
33610         (mono_assembly_foreach): Accessor functions to walk the list of
33611         loaded assemblies
33612         (mono_assembly_set_main):
33613         (mono_assembly_get_main): Process methods need to know which
33614         assembly is the "main" one
33616         * object.c (mono_runtime_run_main): Record the main assembly
33618         * debug-helpers.c: Fix typo
33620 2002-06-24  Dietmar Maurer  <dietmar@ximian.com>
33622         * icall.c (ves_icall_System_Runtime_InteropServices_Marshal_copy_to_unmanaged): impl.
33623         (ves_icall_System_Runtime_InteropServices_Marshal_copy_from_unmanaged): impl.
33625 Sat Jun 22 11:37:25 CEST 2002 Paolo Molaro <lupus@ximian.com>
33627         * icall.c: fix off-by-one in Assembly.GetTypes() reported by bob@karr.ath.cx.
33629 2002-06-21  Miguel de Icaza  <miguel@ximian.com>
33631         * image.c (do_mono_image_open): Initialize reference count,
33632         otherwise we leak the MonoImage.
33634 Fri Jun 21 19:16:47 CEST 2002 Paolo Molaro <lupus@ximian.com>
33636         * reflection.c: small tweak to handle self-hosting.
33638 Thu Jun 20 23:28:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
33640         * reflection.c: fix type name parse code.
33642 Thu Jun 20 19:24:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
33644         * reflection.c: break out of the loop.
33645         * image.c: special case corlib.
33647 Thu Jun 20 16:43:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
33649         * reflection.c: add all the custom attrs at the end to ensure the
33650         ctors have been properly initialized when the attributes are defined
33651         in the current assembly.
33653 Thu Jun 20 13:46:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
33655         * reflection.c: handle correctly multiple-nested types.
33657 Thu Jun 20 11:49:00 CEST 2002 Paolo Molaro <lupus@ximian.com>
33659         * row-indexes.h: fix typos.
33660         * reflection.c: adjust for typos and fix method_def_or_ref
33661         encoding in MethodImpl table.
33663 Wed Jun 19 21:57:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
33665         * reflection.c: fix entry point patching (thanks Serge!).
33667 2002-06-18  Dietmar Maurer  <dietmar@ximian.com>
33669         * verify.c: add check for System.Exception
33671 Mon Jun 17 20:23:23 CEST 2002 Paolo Molaro <lupus@ximian.com>
33673         * image.c, class.c: minifix for code just c&p'ed.
33674         * reflection.c: warning fix.
33675         * object.h, loader.h, domain.c: load also StringBuilder.
33677 Mon Jun 17 17:29:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
33679         * marshal.h, marshal.c: some support code to handle complex marshaling.
33681 Mon Jun 17 16:32:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
33683         * class.h, class.c, reflection.c: handle ignorecase in GetType ().
33684         Better signatures with vtable error dump.
33686 Mon Jun 17 16:13:35 CEST 2002 Paolo Molaro <lupus@ximian.com>
33688         * reflection.c, reflection.h, icall.c: fixes for multiple-nested types.
33690 2002-06-17  Dietmar Maurer  <dietmar@ximian.com>
33692         * icall.c (ves_icall_Type_GetField): impl.
33694 Mon Jun 17 16:08:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
33696         * metadata.h, metadata.c: added mono_metadata_get_marshal_info()
33697         to retrieve a marshal description blob for a field or param.
33699 Mon Jun 17 14:57:03 CEST 2002 Paolo Molaro <lupus@ximian.com>
33701         * reflection.h, reflection.c: change order of nested type emission
33702         to avoid table corruption. The NestedTypes table is sorted.
33703         * icall.c: change order of GetConstructor results to workaround mcs bug.
33705 Fri Jun 14 16:24:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
33707         * reflection.h, reflection.c: handle field and param marshal
33708         information.
33710 Wed Jun 12 16:30:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
33712         * icall.c, marshal.c marshal.h: more Marshal class implementation.
33714 Tue Jun 11 17:29:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
33716         * reflection.c: fix call convention.
33718 Tue Jun 11 16:52:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
33720         * reflection.h, reflection.c: mono_image_get_memberref_token()
33721         takes a type instead of a class, now. Added
33722         mono_image_get_array_token() to create tokens for the special
33723         multi-dim array methods.
33725 Tue Jun 11 13:21:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
33727         * assembly.c: handle modules (no assembly table). Split
33728         loading references in its own function.
33729         * class.c: handle moduleref resolution scope.
33730         * image.c, image.h: cache module name in image.
33732 2002-06-07  Martin Baulig  <martin@gnome.org>
33734         * reflection.c (mono_image_get_type_info): Only add a class layout entry
33735         if we actually have a `tb->class_size' (ie. it's not UnspecifiedTypeSize).
33737 Fri Jun 7 22:07:25 CEST 2002 Paolo Molaro <lupus@ximian.com>
33739         * icall.c: more signature fixes that used uint instead of int.
33741 Fri Jun 7 20:41:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
33743         * reflection.c: fixed signature of field refs.
33745 Fri Jun 7 19:41:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
33747         * class.c, reflection.c: handle typerefs of nested types
33748         (both on read and when writing files).
33750 Fri Jun 7 17:46:50 CEST 2002 Paolo Molaro <lupus@ximian.com>
33752         * icall.c: fix method signatures that tried to workaround the previous
33753         typo, d'oh!
33755 Fri Jun 7 17:36:33 CEST 2002 Paolo Molaro <lupus@ximian.com>
33757         * debug-helpers.c: fix typo.
33759 Fri Jun 7 17:00:04 CEST 2002 Paolo Molaro <lupus@ximian.com>
33761         * cil-coff.h, icall.c, image.c, reflection.c, reflection.h:
33762         rewrote the PE/COFF writing code (our programs are understood by the
33763         ms runtime, now).
33765 Tue Jun 4 18:10:47 CEST 2002 Paolo Molaro <lupus@ximian.com>
33767         * gc.c, gc.h, icall.c: weakreference support.
33769 Tue Jun 4 16:06:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
33771         * Makefile.am, mono-config.c: use $(sysconfdir).
33773 Mon Jun 3 13:13:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
33775         * icall.c: changed default precision of Double.ToString() to 15.
33776         Fixed memory leak. Unified with Single.ToString.
33778 Sat Jun 1 14:26:45 CEST 2002 Paolo Molaro <lupus@ximian.com>
33780         * sysmath.c: workaround systems missing NAN and/or HUGE_VAL.
33782 Sat Jun 1 13:46:54 CEST 2002 Paolo Molaro <lupus@ximian.com>
33784         * pedump.c, appdomain.c, appdomain.h, assembly.c, domain.c,
33785         gc.c, icall.c, image.c, mono-config.c, reflection.c: killed
33786         warnings and compilation fixes from Dennis Haney (davh@davh.dk)
33787         and myself.
33789 Fri May 31 16:58:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
33791         * debug-symfile.c, sysmath.c: yet more compilation fixes.
33793 Fri May 31 16:35:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
33795         * reflection.c, socket-io.c: more compilation fixes.
33797 Fri May 31 15:58:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
33799         * appdomain.c, class.c, class.h, debug-symfile.c, decimal.c,
33800         domain.c, loader.c, object.c, object.h, reflection.c, string-icalls.h,
33801         unicode.c: warning and compiler compatibility fixes.
33803 Fri May 31 15:36:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
33805         * class.h, metadata.c: fixed warnings/compilation errors.
33807 Fri May 31 13:08:25 CEST 2002 Paolo Molaro <lupus@ximian.com>
33809         * Makefile.am, mono-config.c, mono-config.h: configuration file
33810         support routines.
33811         * loader.c, loader.h: make Dll mapping configurable at runtime in the
33812         config file. Export methods to insert and lookup mappings.
33814 Fri May 31 12:45:38 CEST 2002 Paolo Molaro <lupus@ximian.com>
33816         * reflection.c: handle types and boxed objects in custom attr
33817         constructors.
33819 2002-05-30  Martin Baulig  <martin@gnome.org>
33821         * debug-symfile.c
33822         (ves_icall_Debugger_MonoSymbolWriter_method_builder_from_token): Removed.
33824 Thu May 30 14:15:02 CEST 2002 Paolo Molaro <lupus@ximian.com>
33826         * metadata.c, metadata.h: added mono_metadata_implmap_from_method()
33827         to lookup the implmap row for a P/Invoke method.
33828         * loader.c: added mono_lookup_pinvoke_call(): we only lookup a
33829         P/Invoke method from the runtime on an as needed basis.
33831 2002-05-28  Dietmar Maurer  <dietmar@ximian.com>
33833         * metadata.c (mono_metadata_parse_signature): impl.
33835 Tue May 28 16:02:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
33837         * class.c: handle .pack directive.
33839 Tue May 28 11:04:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
33841         * object.c: initialize static fields with RVA data.
33843 2002-05-25  Martin Baulig  <martin@gnome.org>
33845         * debug-symfile.c
33846         (ves_icall_Debugger_DwarfFileWriter_get_type_token): Removed.
33848 2002-05-24  Martin Baulig  <martin@gnome.org>
33850         * debug-symfile.c
33851         (ves_icall_Debugger_MonoSymbolWriter_get_local_type_from_sig): Removed.
33852         (ves_icall_Debugger_MonoSymbolWriter_method_from_token): Renamed to
33853         `ves_icall_Debugger_MonoSymbolWriter_method_builder_from_token'.
33855 Thu May 23 18:44:37 CEST 2002 Paolo Molaro <lupus@ximian.com>
33857         * object.c: special case string ctros in invoke.
33858         * gc.c: silly whitespace changes.
33860 2002-05-23  Dietmar Maurer  <dietmar@ximian.com>
33862         * threadpool.[ch]: impl. a threadpool that can
33863         be used by mint and mono.
33865 2002-05-22  Martin Baulig  <martin@gnome.org>
33867         * debug-symfile.c (ves_icall_Debugger_MonoSymbolWriter_method_from_token):
33868         The first argument is now a `MonoReflectionModuleBuilder *', the return
33869         value is a `MonoReflectionModuleBuilder *'.  Use the AssemblyBuilder's
33870         `methods' field to get the method builder.  The `token' argument is the
33871         unfixed token.
33873         * unicode.c (iconv_get_length, iconv_convert): Silently ignore all
33874         invalid characters instead of g_assert_not_reached()ing.  This seems
33875         to be the behaviour of mscorlib.
33877 2002-05-22  Dietmar Maurer  <dietmar@ximian.com>
33879         * object.c (mono_runtime_invoke_array): applied patch from Rachel
33880         Hestilow to fix bug #25104
33882 2002-05-21  Martin Baulig  <martin@gnome.org>
33884         * debug-symfile.c (mono_debug_find_source_location): New function.
33885         Looks up an IL offset in the line number table and returns the source
33886         location as a string.
33888 2002-05-21  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33890         * icall.c:
33891         (mono_double_ToStringImpl): changed %f by %g until we have something
33892         better.
33894 2002-05-21  Nick Drochak  <ndrochak@gol.com>
33896         * icall.c : Use different name for Math.Pow's icall.  Needed to check
33897         parameters first in C#.
33899 Mon May 20 17:36:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
33901         * icall.c, reflection.h: added icall to get info about an event.
33903 2002-05-20  Radek Doulik  <rodo@ximian.com>
33905         * object.c (mono_value_box): don't use memcpy for boxing on BIG
33906         endian
33907         (mono_value_box): don't use memcpy for small sizes on
33908         architectures with unaligned access
33910 2002-05-20  Martin Baulig  <martin@gnome.org>
33912         * reflection.c (mono_reflection_setup_internal_class): Don't crash
33913         if `tb->parent == NULL'.
33914         (mono_reflection_create_internal_class): New function.  This is
33915         called from TypeBuilder.CreateType() and sets `klass->enum_basetype'
33916         for enum types.
33918         * icall.c ("System.Reflection.Emit.TypeBuilder::create_internal_class"):
33919         New interncall.
33921 2002-05-19  Martin Baulig  <martin@gnome.org>
33923         * unicode.c (ves_icall_iconv_get_bytes): Actually use the `charCount'
33924         argument to get the length, don't default to the array length.
33926 2002-05-18  Miguel de Icaza  <miguel@ximian.com>
33928         * assembly.c (mono_assembly_setrootdir): New function used to
33929         override the MONO_ASSEMBLIES directory.
33931 Fri May 17 20:39:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
33933         * icall.c: ValueType_GetHashCode() initialize local var.
33935 Thu May 16 17:20:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
33937         * reflection.c: sort custom attributes table.
33939 Thu May 16 16:08:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
33941         * reflection.c: support named args in custom attributes (write support).
33943 Thu May 16 13:04:59 CEST 2002 Paolo Molaro <lupus@ximian.com>
33945         * reflection.c: fix finally position calculation.
33947 2002-05-15  Radek Doulik  <rodo@ximian.com>
33949         * reflection.c: fixed endianess at many places
33951         * icall.c (ves_icall_InitializeArray): comment out debug msg
33953 2002-05-15  Dietmar Maurer  <dietmar@ximian.com>
33955         * object.c (mono_unhandled_exception): new function to handle
33956         unhandled exceptions.
33957         (mono_unhandled_exception): call the UnhandledException event.
33958         (mono_runtime_delegate_invoke): impl.
33960 Wed May 15 15:59:55 CEST 2002 Paolo Molaro <lupus@ximian.com>
33962         * metadata.h, metadata.c, class.c: mono_metadata_field_info ()
33963         returns the RVA, not the direct pointer to the data. Handle the case
33964         when the class size is fixed.
33966 Tue May 14 16:59:44 CEST 2002 Paolo Molaro <lupus@ximian.com>
33968         * reflection.c: fix some endianess issues.
33970 2002-05-14  Dietmar Maurer  <dietmar@ximian.com>
33972         * object.c (mono_runtime_invoke): is now able to catch exceptions.
33974         * threads.c (mono_thread_init): added a callback which is invoked
33975         at thread start.
33977 2002-05-14  Dan Lewis  <dihlewis@yahoo.co.uk>
33978         
33979         * icall.c: make GetHashCode return non-negative values.
33981 2002-05-14  Dan Lewis  <dihlewis@yahoo.co.uk>
33983         * object.c, icall.c, gc.c: revert to address-based hashcode.
33985 2002-05-13  Miguel de Icaza  <miguel@ximian.com>
33987         * icall.c (mono_double_ParseImpl): Added ParseImpl method.
33989 Mon May 13 16:40:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
33991         * icall.c, class.c: special case <Module>.
33993 2002-05-13  Dan Lewis  <dihlewis@yahoo.co.uk>
33995         * icall.c: fix bug in GetNow().
33997 2002-05-11  Dietmar Maurer  <dietmar@ximian.com>
33999         * object.c (mono_runtime_class_init): make sure that we call all
34000         static class constructors.
34002 Fri May 10 18:14:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
34004         * reflection.c: sort methodsemantics table.
34006 Fri May 10 16:31:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
34008         * reflection.h, reflection.c: honour init locals setting.
34010 Thu May 9 18:50:00 EDT 2002 Daniel Morgan <danmorg@sc.rr.com>
34012         * icall.c: copied Double ToStringImpl for Single ToStringImpl
34014 Wed May 8 12:28:28 CEST 2002 Paolo Molaro <lupus@ximian.com>
34016         * reflection.c: support ContructorBuilders in attribute blob creation.
34018 Wed May 8 12:06:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
34020         * reflection.c: some changes to build a binary that can be run
34021         directly in windows.
34023 Mon May 6 13:10:34 CEST 2002 Paolo Molaro <lupus@ximian.com>
34025         * loader.c: print a big message when an icall can't be found.
34027 2002-05-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
34029         * string-icalls.c: fix bug 24248.
34031 Sat May 4 14:03:21 CEST 2002 Paolo Molaro <lupus@ximian.com>
34033         * appdomain.c, appdomain.h, assembly.c, assembly.h, image.h,
34034         icall.c, reflection.h: separate assembly loading by pathname and by
34035         assembly name. Use the MONO_PATH env var to search for assemblies.
34037 Thu May 2 17:56:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
34039         * assembly.c, image.h: add some support for assemblies
34040         with multiple modules.
34041         * class.c, class.h: export mono_class_from_typeref().
34042         * loader.c: remove duplicated code and use mono_class_from_typeref(),
34043         instead.
34045 Thu May 2 15:51:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
34047         * unicode.c: Char.IsNumber doesn't include hex digits as the ms
34048         documentation says (the ECMA one is correct).
34050 2002-05-02  Dick Porter  <dick@ximian.com>
34052         * threads.c: Use GC_debug_register_finalizer with GC_debug_malloc.
34053         Don't name the synchronisation mutex.
34055 2002-04-30  Jeffrey Stedfast  <fejj@ximian.com>
34057         * rand.c
34058         (ves_icall_System_Security_Cryptography_RNGCryptoServiceProvider_GetBytes):
34059         Make the prototypes match.
34060         (ves_icall_System_Security_Cryptography_RNGCryptoServiceProvider_GetNonZeroBytes):
34061         Same.
34063         * icall.c
34064         (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Fixed for
34065         systems that use 'timezone' rather than tm.tm_gmtoff. Also, not
34066         all systems have tm.tm_zone, so use strftime() with %Z to print
34067         the timezone abreviation into a temp string.
34069         * object.c (mono_ldstr): Fixed to use mono_string_chars() macro
34070         rather than mono_array_addr() on a MonoString on Big Endian
34071         machines.
34073 2002-04-30  Dietmar Maurer  <dietmar@ximian.com>
34075         * string-icalls.c (ves_icall_System_String_InternalReplace_Str):
34076         fix bug 24041
34078 2002-04-30  Dick Porter  <dick@ximian.com>
34080         * socket-io.c: Cope with SOCKET being an integer rather than a
34081         pointer now.
34083         * threads.c: Added Thread_free_internal, to deal with thread
34084         handle cleanup.  Moved calls to handle_store() and handle_remove()
34085         to start_wrapper(), so each can only be called once.  Allocate
34086         synchronisation blocks with GC_malloc(), and use GC finalisation
34087         to close the handles.
34089         * icall.c: added System.Threading.Thread::Thread_free_internal
34091 Mon Apr 29 15:33:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
34093         * icall.c: support Environment.Exit, CommandLineArgs().
34095 Mon Apr 29 15:15:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
34097         * object.c, object.h: added mono_runtime_run_main () and
34098         mono_runtime_get_main_args () for use in System.Environment.
34100 Mon Apr 29 13:45:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
34102         * gc.c: fix thinko, enable actual finalization since the jit is now
34103         fixed.
34105 Mon Apr 29 12:47:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
34107         * gc.c, object.c: take into account that an object may be offset wrt the address
34108         returned by GC_malloc().
34110 Mon Apr 29 12:14:39 CEST 2002 Paolo Molaro <lupus@ximian.com>
34112         * image.c: handle files without entries in the assembly table (modules).
34114 2002-04-28 Patrik Torstensson <patrik.torstensson@intel.com>
34116         * reflection.c (mono_reflection_setup_internal_class): remove g_assert_not_reached() to allow 
34117         mcs selfhosting again (build breaker) and did move the check to class instead. parent is
34118         allowed to be null when it's System.Object class setup.
34120 2002-04-27  Martin Baulig  <martin@gnome.org>
34122         * reflection.c (mono_reflection_setup_internal_class): g_assert_not_reached()
34123         if `tb->parent == NULL' rather than crashing.
34125 2002-04-28  Nick Drochak  <ndrochak@gol.com>
34127         * sysmath.c (ves_icall_System_Math_Asin): Fix copy-paste error.  Was
34128         calling acos() where asin() should have been called.
34130 2002-04-26  Martin Baulig  <martin@gnome.org>
34132         * assembly.c (default_assembly_name_resolver): Use G_FILE_TEST_IS_REGULAR
34133         instead of G_FILE_TEST_EXISTS - if you're in mcs/class/corlib/System/Test,
34134         there's a subdirectory called `System', but we don't want to read that
34135         subdirectory as an assembly.
34137 2002-04-25  Martin Baulig  <martin@gnome.org>
34139         * debug-symfile.c: Reflect latest MonoString changes.
34141 Thu Apr 25 16:38:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
34143         * rand.c, rand.h: instance method icalls need to have an explicit
34144         this pointer as first argument in the C implementation.
34146 2002-04-25  Nick Drochak <ndrochak@gol.com>
34148         * icall.c: Fix typo in map for GetNonZeroBytes
34150 2002-04-24      Patrik Torstensson <patrik.torstensson@labs2.com>
34152         * string-icalls.c : String does now passes unit tests without any 
34153         errors, the following changes has been made:
34154         
34155         Implemented replace methods.
34156         Renaming of methods to (try) follow the standard.
34157         Fixed compare ordinal
34158         Made all memory allocated directly to function instead of via icall function.
34159         Small performance fix in is_in_array function
34160                         
34161  (2002-04-23) Changes from Duncan Mak <duncan@ximian.com>
34163         c (mono_string_Internal_ctor_charp_int_int):
34164         (mono_string_Internal_ctor_sbytep_int_int):  Removed check for
34165         sindex < 0, throw ArgumentOutOfRangeException instead of
34166         ArgumentNullException.
34168         Added new check for length == 0, however
34169         I need to make it return String.Empty from the C code.
34170         
34171         (mono_string_Internal_ctor_sbytep): Use mono_string_new, and let
34172         that calculate the length for us here.
34173         
34174         (mono_string_Internal_ctor_sbytep_int_int): Replaced
34175         mono_string_new_utf16 with mono_string_new, since value is utf8.
34177 Wed Apr 24 18:43:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
34179         * object.c: register the object for finalization if needed.
34180         Allocate one more char in the string for the terminating 0 char.
34182 Wed Apr 24 18:22:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
34184         * class.c, class.h, image.c: check if a type implemenst a destructor.
34185         Use the proper key for array class lookups.
34186         * icall.c: register the icalls in the System.GC class.
34187         * gc.c, gc.h: GC-related functions and icalls.
34189 2002-04-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
34191         * icall.c:
34192         * socket-io.c:
34193         * unicode.c: free some strings gotten from mono_string_to_utf8 and
34194         changed a couple of free () by g_free ().
34196         * decimal.c: one-liner in the comments for decimal2string ().
34198 2002-04-24      Patrik Torstensson <patrik.torstensson@labs2.com>
34200         * object.c (mono_runtime_invoke_array) : Bug because of my incompetence.
34202 2002-04-24      Patrik Torstensson <patrik.torstensson@labs2.com>
34204         * reflection.c (mono_reflection_get_custom_attrs) : fixed image bug (crash)
34205         * object.c (mono_runtime_invoke_array) : handle null in params
34207 2002-04-23      Patrik Torstensson <patrik.torstensson@labs2.com>
34209         * string-icalls.c: fixed bug in split (one off bug)
34211 2002-04-23      Patrik Torstensson <patrik.torstensson@labs2.com>
34213         * string-icalls.c: fixed bug in remove and lastindexofany, add equals icall.
34214         * icalls.c: added String::Equals as internal method
34216 2002-04-23      Patrik Torstensson <patrik.torstensson@labs2.com>
34218         * threads.c: fixed bug in the double interlocked functions
34220 2002-04-22      Patrik Torstensson <patrik.torstensson@labs2.com>
34222         * threads.c: implemented all of the new interlocked icalls.
34223         * string-icalls.c: fix a bug in insert.
34224         * icalls.c: added the icalls for interlocked, removed old string functions.
34225         
34226 Mon Apr 22 19:44:16 CEST 2002 Paolo Molaro <lupus@ximian.com>
34228         * loader.c: fix off-by-one error when reading argument names.
34230 Mon Apr 22 19:28:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
34232         * profiler.c: win32 counter implementation (untested).
34233         * icall.cs: win32 GetNow() and GetTimeZoneData() implementations
34234         (the latter needs testing and more complete impl. from win32 folks).
34236 2002-04-21  Dan Lewis  <dihlewis@yahoo.co.uk>
34238         * object.c: mono_array_new_full workaround mono_array_class_get
34239         problem.
34241 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
34243         * string-icalls.c (mono_string_InternalRemove): Fixed overwrite bug.
34244         * object.h (mono_string_chars): Changed casting type.
34246 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
34248         * string-icalls.c: Fixed trim method, added the constructors done by Duncan, fixed
34249                            method signatures to use gunichar2 instead of gint16.
34251 2002-04-20  Dan Lewis  <dihlewis@yahoo.co.uk>
34253         * object.h, object.c: domain-specific versions of mono_object_new and
34254         mono_array_new.
34256 2002-04-20  Dietmar Maurer  <dietmar@ximian.com>
34258         * object.c: changed String layout
34260         * string-icalls.c (mono_string_Internal_ctor_chara): added
34261         internal string constructors.
34263 Sat Apr 20 13:33:07 CEST 2002 Paolo Molaro <lupus@ximian.com>
34265         * threads.c: pass 'this' to the thread start routine.
34267 2002-04-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
34269         * string-icalls.c: fix IndexOf and LastIndexOf. Now
34270         InternalCompareStr don't call twice mono_string_cmp_char for the last
34271         character. Improved performance in mono_string_cmp_char.
34273 Fri Apr 19 19:26:28 CEST 2002 Paolo Molaro <lupus@ximian.com>
34275         * Makefile.am, appdomain.c, class.c, object.c: split runtime-depended
34276         code into its own library: libmonoruntime.
34278 2002-04-19  Dan Lewis  <dihlewis@yahoo.co.uk>
34280         * object.h, object.c: changed array format so that szarrays do not
34281         require a bounds structure.
34282         * icall.c, appdomain.c: support for new szarray format.
34284 Fri Apr 19 18:04:34 CEST 2002 Paolo Molaro <lupus@ximian.com>
34286         * metadata.c: compare also the retuns type when comparing signatures:
34287         we didn't do this as an optimization since really overloaded methods
34288         must differ also in the arguments, but this doesn't work with
34289         low-level IL code (or when using explicit conversion operators: see
34290         bug#23498 for an example).
34292 Fri Apr 19 16:14:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
34294         * loader.c: SZARRAY types can be saved as TYPESPEC, too.
34296 Thu Apr 18 17:15:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
34298         * icall.c: make MonoType::GetElementType its own icall.
34300 Thu Apr 18 16:41:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
34302         * icall.c: remove MonoMethod_get_Name().
34303         * reflection.c, reflection.h, verify: cache the method name in the MonoMethod
34304         object.
34306 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
34308         * string-icalls.c: optimized a few methods.
34310 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
34312         * icall.c: added all new string internal calls
34313         * string-icalls.c: added, new string internal call implementation.
34314         * object.c: added mono_string_new_size for allocating a string a size
34316 2002-04-17  Dietmar Maurer  <dietmar@ximian.com>
34318         * object.c (mono_object_isinst): use the same code as in the
34319         optimized x86 version.
34321 Wed Apr 17 14:14:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
34323         * profiler.c: TSC-based timer code (faster and more accurate).
34324         Not hooked up in configure, yet (set USE_X86TSC to 1).
34326 Wed Apr 17 12:33:10 CEST 2002 Paolo Molaro <lupus@ximian.com>
34328         * profiler.c, profiler.h: track time spent compiling methods.
34329         * threads.c: track thread creation/destruction.
34331 Tue Apr 16 20:08:43 CEST 2002 Paolo Molaro <lupus@ximian.com>
34333         * profiler.c, profiler.h, profiler-private.h: profiling interface
34334         and sample implementation. Moved here so that it can be used also by
34335         the jit.
34337 Tue Apr 16 12:58:12 CEST 2002 Paolo Molaro <lupus@ximian.com>
34339         * reflection.c, reflection.h: keep types and other handles separate in
34340         the hash tables for referred tokens. Add guid for modules.
34342 Mon Apr 15 11:37:33 CEST 2002 Paolo Molaro <lupus@ximian.com>
34344         * assembly.c: fix bugs found with valgrind.
34345         * metadata.h, metadata.c: added mono_metadata_guid_heap().
34347 2002-04-14      Patrik Torstensson <patrik.torstensson@labs2.com>
34349         * threads: added icall support for getting current domain for
34350                    the thread.
34352 2002-04-13  Martin Baulig  <martin@gnome.org>
34354         * debug-symfile.h (MonoDebugLocalInfo): Renamed to MonoDebugVarInfo.
34355         (MonoDebugVarInfo): Added `index' field for register based addresses.
34356         (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 9.
34357         (MonoDebugMethodInfo): Replaced `guint32 *param_offsets' with
34358         `MonoDebugVarInfo *params' and `guint32 this_offset' with
34359         `MonoDebugVarInfo *this_var'.
34361         * debug-symfile.c (relocate_variable): New static function to write
34362         a location description for a local variable or method parameter.
34364 2002-04-12  Martin Baulig  <martin@gnome.org>
34366         * debug-symfile.h (MonoDebugLocalInfo): New type. This contains the
34367         stack offset and begin/end scope address of a local variable.
34368         (MonoDebugMethodInfo): Replaced `guint32 *local_offsets' with
34369         'MonoDebugLocalInfo *locals', added `prologue_end' and `epilogue_begin'.
34370         (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 8.
34372         * debug-symfile.c (MRT_variable_start_scope, MRT_variable_end_scope):
34373         Added new relocation types for start/end scope of a local variable.
34375 Fri Apr 12 18:30:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
34377         * object.h: add mono_object_domain() macro.
34378         * reflection.c: handle typespecs.
34379         * icall.c: MonoMethod::get_Name() implementation.
34381 Thu Apr 11 12:29Ni:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
34383         * icall.c: String::GetHashCode() icall implementation.
34385 Wed Apr 10 21:16:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
34387         * icall.c: String::IndexOfAny icall.
34388         * object.c, object.h: make array->max_length more useful.
34389         Intrduced mono_object_class() and mono_string_length() macros.
34391 2002-04-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
34393         * unicode.c (ves_icall_System_Char_IsNumber): use g_unichar_isxdigit
34394         instead of g_unichar_isdigit.
34396 2002-04-11  Nick Drochak  <ndrochak@gol.com>
34398         * icall.c: Implement a simple Double.ToString().
34400 Tue Apr 9 21:31:16 CEST 2002 Paolo Molaro <lupus@ximian.com>
34402         * appdomain.h: only io-layer.h is supposed to be included.
34403         * icall.c: explicitly import environ. Fix warning.
34405 2002-04-10  Nick Drochak  <ndrochak@gol.com>
34407         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData) :
34408                 return true even if it's not Daylight Savings time.
34409                 Only return false for the case where the function isn't
34410                 implemented for a plaform (read Windows).
34412 Tue Apr 9 13:05:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
34414         * appdomain.h, appdomain.c, class.c, object.c: protect MonoDomain
34415         data with a mutex.
34417 2002-04-09  Dietmar Maurer  <dietmar@ximian.com>
34419         * mempool.c (mono_mempool_alloc): only use g_malloc when
34420         absolutely necessary.
34422 2002-04-08  Dietmar Maurer  <dietmar@ximian.com>
34424         * mempool.c (MEM_ALIGN): hardcode MEM_ALIGN to 8
34426         * class.c (mono_class_vtable): use domain mempool to allocate vtable
34427         (mono_class_proxy_vtable): use domain mempool
34429 Mon Apr 8 17:17:04 CEST 2002 Paolo Molaro <lupus@ximian.com>
34431         * appdomain.h, appdomain.c: split initialization that requires the
34432         execution engine support into mono_runtime_init().
34434 2002-04-08  Dietmar Maurer  <dietmar@ximian.com>
34436         * class.c (mono_class_init): don't include vtable inside MonoClass
34437         to save some memory, gather some statistics.
34438         (mono_class_vtable): use g_malloc instead of GC_malloc when possible
34440 Sat Apr 6 20:07:48 CEST 2002 Paolo Molaro <lupus@ximian.com>
34442         * icall.c: internalcall implementation for ValueType.Equals().
34444 2002-04-06  Dietmar Maurer  <dietmar@ximian.com>
34446         * object.c (mono_message_init): moved 
34447         (mono_runtime_exec_main): new arch. independent impl.
34448         (mono_runtime_invoke_array): new method - like
34449         mono_runtime_invoke, but you can pass an array of objects.
34450         (mono_remoting_invoke): new arch. independent impl.
34451         (mono_message_invoke): new arch. independent impl.
34452         (mono_runtime_class_init): new arch. independent impl.
34453         (mono_runtime_object_init): new arch. independent impl.
34455 Fri Apr 5 18:29:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
34457         * metadata.c, object.c, reflection.c: documented the exported
34458         functions.
34460 Fri Apr 5 15:42:31 CEST 2002 Paolo Molaro <lupus@ximian.com>
34462         * icall.c: simpler code to pass the assembly builder data to corlib.
34463         Implement GetNestedTypes() internalcall.
34465 Thu Apr 4 21:46:48 CEST 2002 Paolo Molaro <lupus@ximian.com>
34467         * class.c: warn if a type can't be loaded.
34469 2002-04-04  Dietmar Maurer  <dietmar@ximian.com>
34471         * image.h: typedef MonoImageOpenStatus
34472         * types.h: removed unused file
34473         
34474 2002-04-04  Dan Lewis  <dihlewis@yahoo.co.uk>
34476         * icall.c: Enum_ToObject accepts enum value arguments.
34478 Thu Apr 4 11:35:37 CEST 2002 Paolo Molaro <lupus@ximian.com>
34480         * class.c: move initialization of properties, events and nested
34481         classes, so that they happen for interfaces, too.
34483 Wed Apr 3 20:03:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
34485         * icall.c: cleanup some ugly casts in Array_SetValue*.
34487 Wed Apr 3 19:49:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
34489         * icall.c: the values array fro enums is of the correct type, now.
34490         Implement (correctly) getFullName instead of assQualifiedName for
34491         MonoType.
34492         * reflection.h, reflection.c: added mono_type_get_name ().
34494 Wed Apr 3 17:56:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
34496         * assembly.c, image.h: for each MonoImage, record from wich assembly
34497         it was loaded.
34498         * reflection.h, icall.c: added System_Reflection_Assembly_GetTypes().
34499         Make Type.Assembly work.
34501 2002-04-03  Dietmar Maurer  <dietmar@ximian.com>
34503         * debug-symfile.h: use char* instead of gpointer to avoid
34504         unnecessary casts.
34506         * appdomain.c (mono_jit_info_table_find): use char* instead of gpointer
34508         * icall.c (ves_icall_InternalExecute): impl. FielSetter
34509         (ves_icall_System_Array_SetValueImpl): removed strange MonoArray cast
34511 2002-03-30  Dietmar Maurer  <dietmar@ximian.com>
34513         * icall.c (mono_message_init): impl. (code cleanup)
34514         (ves_icall_InternalExecute): impl. FieldGetter
34516         * class.c (mono_class_init): added exerimental EXT_VTABLE_HACK, if
34517         defined we call all (non-static)methods through the vtable. 
34519 Fri Mar 29 18:09:08 CET 2002 Paolo Molaro <lupus@ximian.com>
34521         * class.c: it seems GC_debug_malloc() makes the Boehm GC call the
34522         finalizer even though the memory is still referenced (and the chunk of
34523         memory is not freed).
34525 Fri Mar 29 17:43:04 CET 2002 Paolo Molaro <lupus@ximian.com>
34527         * assembly.c: fix brokeness.
34529 Fri Mar 29 16:09:54 CET 2002 Paolo Molaro <lupus@ximian.com>
34531         * class.c: kill some warnings. Check explicit interface method
34532         implementation also without considering the namespace.
34533         Load also literal strings in static class data.
34535 2002-03-29  Miguel de Icaza  <miguel@ximian.com>
34537         * assembly.c (default_assembly_name_resolver): Kill memory leak. 
34538         (default_assembly_name_resolver): Make the resolver take the
34539         "base" directory where the assembly was originally defined, so we
34540         can load DLLs that are in the same directory as the assembly that
34541         is being referenced.
34543 2002-03-28  Dick Porter  <dick@ximian.com>
34545         * file-io.h: 
34546         * file-io.c:
34547         * socket-io.c: 
34548         * unicode.h: 
34549         * unicode.c: Warning cleanups
34551 Thu Mar 28 18:06:14 CET 2002 Paolo Molaro <lupus@ximian.com>
34553         * object.h, reflection.h: use the correct type instead of MonoObject.
34555 2002-03-28  Martin Baulig  <martin@gnome.org>
34557         * debug-symfile.c (mono_debug_class_get): Don't look in referenced assemblies.
34558         (mono_debug_update_symbol_file): Initialize classes if necessary.
34560 Thu Mar 28 15:58:43 CET 2002 Paolo Molaro <lupus@ximian.com>
34562         * assembly.c, debug-helpers.c, image.c, image.h, metadata.c, pedump.c,
34563         rawbuffer.c, reflection.c, verify.c: mare warning cleanups.
34565 Thu Mar 28 15:20:39 CET 2002 Paolo Molaro <lupus@ximian.com>
34567         * assembly.h: fix function prototype.
34568         * metadata.h, metadata.c, object.h, private.h: get rid of warnings.
34569         * mono-endian.h: use const cast.
34571 2002-03-28  Dietmar Maurer  <dietmar@ximian.com>
34573         * icall.c (ves_icall_MonoMethodMessage_InitMessage): moved from message.c
34575 Thu Mar 28 12:32:00 CET 2002 Paolo Molaro <lupus@ximian.com>
34577         * loader.c: don't assert when a typeref can't be loaded, give
34578         a chance to the runtime to trow an exception instead.
34579         * loader.h: fix warning.
34581 2002-03-28  Dietmar Maurer  <dietmar@ximian.com>
34583         * class.c (mono_class_proxy_vtable): added proxy support
34585 2002-03-27  Dan Lewis <dihlewis@yahoo.co.uk>
34587         * icall.c: removed last of PAL calls, added System.Environment
34588         * file-io.h, file-io.c: MonoIO implementation
34589         * object.h, object.c: mono_string_to_utf16() now returns gunichar2*
34591 Tue Mar 26 19:56:10 CET 2002 Paolo Molaro <lupus@ximian.com>
34593         * appdomain.c: do not use the byte marker in ldstr table lookup.
34594         * debug-helpers.c: allow two ':' to separate class and method name.
34595         * object.c: allocate arrays bounds with the GC, too.
34596         * verify: add a few more checks.
34598 Tue Mar 26 18:45:46 CET 2002 Paolo Molaro <lupus@ximian.com>
34600         * reflection.c: output also literal strings. Allocate parameter data
34601         with GC_malloc() (thanks, Martin, for catching this!).
34603 2002-03-26  Martin Baulig  <martin@gnome.org>
34605         * debug-symfile.h (MonoDebugMethodInfo): Added `this_offset', don't
34606         include the `this' offset in the `param_offsets'.
34608 2002-03-25  Martin Baulig  <martin@gnome.org>
34610         * debug-symfile.c (mono_debug_update_symbol_file): Use a new
34611         mono_debug_get_class() function to get the classes. Added new
34612         relocation types for arrays and strings.
34613         (mono_debug_get_class): New static function to search in all
34614         referenced assemblies for a metadata token.
34616         * debug-symfile.h (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 7.
34618 Mon Mar 25 13:08:18 CET 2002 Paolo Molaro <lupus@ximian.com>
34620         * reflection.h, reflection.c: use a gc-safe hash for hash tables that
34621         hold gc-allocated objects. Make the string heap a stream like the
34622         others. Removed duplicated code when writing stream info.
34623         Added asserts to catch possible buffer overflows. Set the sorted map
34624         for tables that need sorting. Added some documentation.
34626 Mon Mar 25 13:04:56 CET 2002 Paolo Molaro <lupus@ximian.com>
34628         * appdomain.h, appdomain.c, class.c, object.c: use a GC-safe hash table 
34629         for interned strings and vtables.
34631 2002-03-24  Martin Baulig  <martin@gnome.org>
34633         * icall.c (ves_icall_Type_GetFields): Reverse the list before storing
34634         it in the array since it was created with g_slist_prepend().
34636 2002-03-24  Martin Baulig  <martin@gnome.org>
34638         * debug-symfile.c (mono_debug_local_type_from_signature): Renamed
34639         to ves_icall_Debugger_MonoSymbolWriter_get_local_type_from_sig().
34640         (mono_debug_method_from_token): Renamed to
34641         ves_icall_Debugger_MonoSymbolWriter_method_from_token().
34642         (ves_icall_Debugger_DwarfFileWriter_get_type_token): New interncall.
34644         * debug-symfile.c (MRT_type_sizeof, MRT_type_field_offset): New
34645         relocation types.
34647         * debug-symfile.h (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 6.
34649 2002-03-24  Martin Baulig  <martin@gnome.org>
34651         * debug-symfile.c (mono_debug_local_type_from_signature): New func.
34652         (mono_debug_method_from_token): New func.
34654         * icall.c (Mono.CSharp.Debugger.MonoSymbolWriter::get_local_type_from_sig):
34655         New interncall, calls mono_debug_local_type_from_signature().
34656         (Mono.CSharp.Debugger.MonoSymbolWriter::get_method): New interncall,
34657         calls mono_debug_method_from_token().
34659 2002-03-23  Martin Baulig  <martin@gnome.org>
34661         * unicode.c (ves_icall_iconv_get_char_count): The `count' argument
34662         specifies the number of bytes to be converted, not the array size.
34663         Return the number of chars, not the number of bytes.
34664         (ves_icall_iconv_get_chars): The `byteCount' argument
34665         specifies the number of bytes to be converted, not the array size.
34667 2002-03-23  Martin Baulig  <martin@gnome.org>
34669         * reflection.h (MonoReflectionSigHelper): New type.
34671         * reflection.c (mono_reflection_sighelper_get_signature_local),
34672         (mono_reflection_sighelper_get_signature_local): New functions.
34674         * icall.c (System.Reflection.Emit.SignatureHelper::get_signature_local),
34675         (System.Reflection.Emit.SignatureHelper::get_signature_field): New
34676         interncalls.
34678 2002-03-23  Martin Baulig  <martin@gnome.org>
34680         * rawbuffer.c (mono_raw_buffer_load_mmap): Use MAP_SHARED when
34681         is_writeable is set.
34682         (mono_raw_buffer_update): New function to write the modified map
34683         back to disk.
34685         * debug-symfile.h (MonoDebugSymbolFile): Added `raw_contents_size'.
34687         * debug-symfile.c (mono_debug_update_symbol_file): Call
34688         mono_raw_buffer_update() when done writing.
34690 2002-03-23  Martin Baulig  <martin@gnome.org>
34692         * debug-symfile.h (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 5.
34694         * debug-symfile.c: Added support for arguments and local variables.
34696 2002-03-23  Dick Porter  <dick@ximian.com>
34698         * debug-symfile.c: Remove extraneous 'include <elf.h>' that wasn't
34699         protected by ifdefs, hence breaking the w32 build.
34701 Thu Mar 21 17:35:01 CET 2002 Paolo Molaro <lupus@ximian.com>
34703         * object.c: implement is_interned() the right way.
34705 2002-03-21  Martin Baulig  <martin@gnome.org>
34707         * debug-symfile.[ch]: New files to handle debugging information
34708         files. There's also support to dynamically update these symbol
34709         files to include machine dependent information.
34711 2002-03-20  Dietmar Maurer  <dietmar@ximian.com>
34713         * threads.c (mono_thread_create): new function to create thread
34714         from C
34716 2002-03-20  Martin Baulig  <martin@gnome.org>
34718         * icall.c (ves_icall_InternalInvoke): Create a new object if the
34719         method is a constructor.
34720         (icall_map): Added "System.Reflection.MonoCMethod::InternalInvoke",
34721         points to ves_icall_InternalInvoke().
34723 2002-03-20  Dan Lewis <dihlewis@yahoo.co.uk>
34725         * file-io.c: Flush shouldn't throw exceptions.
34727 2002-03-19  Dan Lewis <dihlewis@yahoo.co.uk>
34729         * file-io.c: FileStream flush support; FileSetLength now
34730         restores file pointer.
34732 Tue Mar 19 18:17:21 CET 2002 Paolo Molaro <lupus@ximian.com>
34734         * class.c: set image for pointer classes.
34736 2002/03/19  Nick Drochak <ndrochak@gol.com>
34738         * sysmath.c: Forgot one.
34740 2002-03-18  Miguel de Icaza  <miguel@ximian.com>
34742         * sysmath.c: Avoid redefining existing names.
34744 2002-03-18  Dan Lewis <dihlewis@yahoo.co.uk>
34746         * sysmath.c, sysmath.h, icall.c, Makefile.am: math routines now
34747         handled by runtime as icall rather than dllimport from libm.so
34748         * file-io.c, file-io.h: fixed handle argument type.
34750 2002-03-18  Dick Porter  <dick@ximian.com>
34752         * reflection.c (mono_image_get_type_info): rename interface to
34753         iface, because of "#define interface struct" on windows.
34755 Sat Mar 16 19:18:38 CET 2002 Paolo Molaro <lupus@ximian.com>
34757         * class.c, class.h: rename and export mono_ptr_class_get().
34758         * metadata.c: support MONO_TYPE_ARRAY in MonoType compare.
34759         * reflection.c, reflection.h, icall.c: better/saner type name
34760         parsing and MonoType creation. Handle MONO_TYPE_ARRAY in
34761         method signatures.
34763 2002-03-14  Dietmar Maurer  <dietmar@ximian.com>
34765         * class.c (mono_class_init): removed hardcoded GHC_SLOT
34767         * icall.c (ves_icall_InternalInvoke): impl.
34769 Wed Mar 13 00:27:30 CET 2002 Paolo Molaro <lupus@ximian.com>
34771         * reflection.c: output the interface map table, too.
34773 2002-03-12  Dietmar Maurer  <dietmar@ximian.com>
34775         * class.c (class_compute_field_layout): separate computation of 
34776         static field layout
34778 2002-03-12  Dan Lewis <dihlewis@yahoo.co.uk>
34780         * icall.c: added System.Buffer support.
34781         * file-io.c: moved file icalls from PAL to FileStream.
34783 2002-03-12  Dietmar Maurer  <dietmar@ximian.com>
34785         * icall.c (ves_icall_System_Object_GetHashCode): impl.
34787 2002-03-11  Dietmar Maurer  <dietmar@ximian.com>
34789         * icall.c (ves_icall_System_ValueType_GetHashCode): impl.
34791 Mon Mar 11 14:45:42 CET 2002 Paolo Molaro <lupus@ximian.com>
34793         * verify.c, verify.h: moved here the corlib/runtime consistency checks.
34795 Mon Mar 11 11:12:23 CET 2002 Paolo Molaro <lupus@ximian.com>
34797         * debug-helpers.{c,h}: moved here from monograph some useful functions
34798         to locate a method by name/signature in a class or image. Included
34799         also a small and flexible IL disassembler.
34801 Fri Mar 8 16:29:29 CET 2002 Paolo Molaro <lupus@ximian.com>
34803         * reflection.c: fixup tokens in methods with small header size, too.
34805 2002-03-08  Dietmar Maurer  <dietmar@ximian.com>
34807         * object.c (mono_string_to_utf8): remove assert(!error), instead
34808         print a warning. 
34810 Thu Mar 7 18:55:15 CET 2002 Paolo Molaro <lupus@ximian.com>
34812         * icall.c: update to the new mono_Array_class_get interface.
34814 Thu Mar 7 17:23:26 CET 2002 Paolo Molaro <lupus@ximian.com>
34816         * appdomain.c, object.c: Boehm-GC enable.
34817         * icall.c: make get_data_chunk() support split data requests.
34818         Ensure a class is initialized in more cases. Return only the first
34819         property found in GetProperties() or the compiler gets confused. 
34820         Implemented GetEvents(). Temporary fix to GetType(), needs rewriting.
34821         * reflection.h, reflection.c: add fixup mechanism for field and method
34822         tokens. Initialize assembly->typeref in a single place. Output
34823         properties after events. Support custom attributes for events, too.
34824         Typo fix for paramter custom attrs.
34826 2002-03-07  Martin Baulig  <martin@gnome.org>
34828         * icall.c (ves_icall_System_Array_FastCopy): Small fix.
34830 2002-03-07  Dietmar Maurer  <dietmar@ximian.com>
34832         * class.c (mono_array_class_get): fix. for multi. dim. arrays
34834 2002-03-06  Martin Baulig  <martin@gnome.org>
34836         * icall.c (ves_icall_System_Array_CreateInstanceImpl): Make this work with
34837         non-zero lower bounds. See testcases #F10-#F13.
34839 2002-03-05  Martin Baulig  <martin@gnome.org>
34841         * exception.c (mono_get_exception_argument_out_of_range): New exception.
34843         * icall.c (ves_icall_System_Array_GetValue): Moved actual implementation to
34844         ves_icall_System_Array_GetValue(), only calculate the absolute array position
34845         here.
34846         (ves_icall_System_Array_SetValue): Likewise.
34847         (ves_icall_System_Array_GetValueImpl): New interncall. Takes an array position
34848         as argument and does the actual work. This function is used when copying a
34849         multi-dimensional array.
34850         (ves_icall_System_Array_SetValueImpl): Almost completely rewrote this. It can
34851         now do all the widening conversions of value types.
34852         (ves_icall_System_Array_CreateInstanceImpl): Implemented.
34854 Tue Mar 5 18:14:01 CET 2002 Paolo Molaro <lupus@ximian.com>
34856         * class.c: remove some magic numbers and use the smbolic names,
34857         instead. Added init_events() to load event info at class init time.
34858         * metadata.h, metadata.c: added mono_metadata_events_from_typedef()
34859         and mono_metadata_methods_from_event().
34860         * reflection.h, reflection.c: added support for writing out the evnets
34861         related information.
34863 Mon Mar 4 20:32:43 CET 2002 Paolo Molaro <lupus@ximian.com>
34865         * reflection.h, icall.c: use a different method (GetInterfaces)
34866         to gather interface info and add isbyref, isprimitive and
34867         ispointer to the ves_icall_get_type_info() return value.
34869 Mon Mar 4 11:22:26 CET 2002 Paolo Molaro <lupus@ximian.com>
34871         * class.h: stared adding support for events.
34872         * icall.c: split find_members implementation. Added debug icall to get
34873         the address of an object.
34874         * reflection.c: handle TypeBuilders in mono_type_get_object().
34876 2002-03-01  Martin Baulig  <martin@gnome.org>
34878         * icall.c (ves_icall_System_Array_GetLength): This must throw an
34879         ArgumentOutOfRangeException(), not an ArgumentException().
34880         (ves_icall_System_Array_GetLowerBound): Likewise.
34881         (ves_icall_System_Array_GetValue): Improved argument checking.
34882         (ves_icall_System_Array_SetValue): Improved argument checking.
34884 2002-03-01  Martin Baulig  <martin@gnome.org>
34886         * icall.c (ves_icall_System_Array_GetValue): Raise an exception when
34887         called with invalid arguments rather than just dying with g_assert().
34888         (ves_icall_System_Array_SetValue): Likewise.
34889         (ves_icall_System_Array_CreateInstanceImpl): Don't g_assert_not_reached(),
34890         raise a NotImplementedException instead.
34891         (ves_icall_System_Array_GetLength): Added argument checking.
34892         (ves_icall_System_Array_GetLowerBound): Added argument checking.
34894 2002-03-01  Dietmar Maurer  <dietmar@ximian.com>
34896         * object.h (mono_assert): new macros mono_assert and
34897         mono_assert_not_reached
34899 2002-02-28  Martin Baulig  <martin@gnome.org>
34901         * icall.c: Rename "System::String::Intern" to "System::String::_Intern"
34902         and "System::String::IsInterned" to "System::String::_IsInterned".
34904 Thu Feb 28 19:19:35 CET 2002 Paolo Molaro <lupus@ximian.com>
34906         * icall.c: remove hacks for typebuilder. Added icall to create a
34907         modified type from a tybebuilder.
34908         * reflection.c: removed hacks for TypeBuilder. Create also a MonoImage
34909         in mono_image_basic_init (). Added mono_reflection_setup_internal_class ()
34910         to create a backing MonoClass for a TypeBuilder.
34912 Thu Feb 28 15:35:51 CET 2002 Paolo Molaro <lupus@ximian.com>
34914         * class.c, class.h: more refactoring of class init.
34915         Export mono_class_setup_mono_type() and mono_class_setup_parent().
34917 Thu Feb 28 12:33:41 CET 2002 Paolo Molaro <lupus@ximian.com>
34919         * marshal.c, marshal.h: start of marshaling interface.
34921 Wed Feb 27 22:15:17 CET 2002 Paolo Molaro <lupus@ximian.com>
34923         * icall.c: fix order in assembly qualified name icall.
34925 Wed Feb 27 18:45:03 CET 2002 Paolo Molaro <lupus@ximian.com>
34927         * class.c: do not free str, since we store it in the hash table.
34928         * reflection.h: add label field to MonoILExceptionInfo.
34929         * reflection.c: handle references to more than one assembly. Handle
34930         case when there isn't a module created in the assembly.
34932 Wed Feb 27 12:35:10 CET 2002 Paolo Molaro <lupus@ximian.com>
34934         * class.c: Fix typo. Start refactoring of class init code.
34936 Wed Feb 27 12:23:00 CET 2002 Paolo Molaro <lupus@ximian.com>
34938         * appdomain.c: exit with 1 on error.
34939         * class.c: we already have the name in MonoClassField.
34940         * image.c, image.h, metadata.c, pedump.c: use directly a pointer in
34941         MonoStreamHeader instead of an offset of image->raw_metadata.
34943 2002-02-26  Miguel de Icaza  <miguel@ximian.com>
34945         * appdomain.c (mono_init): Be even more descriptive about the error.
34947 Tue Feb 26 16:18:07 CET 2002 Paolo Molaro <lupus@ximian.com>
34949         * appdomain.c: give the user an informative message when corlib can't
34950         be loaded.
34952 2002-02-26  Martin Baulig  <martin@gnome.org>
34954         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData):
34955         New icall to get the time zone data.
34957 Mon Feb 25 15:51:51 CET 2002 Paolo Molaro <lupus@ximian.com>
34959         * reflection.c: set virtual and raw size of section correctly.
34960         * threads.c: transfer domain information to newly created threads.
34962 Fri Feb 22 18:55:57 CET 2002 Paolo Molaro <lupus@ximian.com>
34964         * class.c: when instancing a class in a domain, load the default
34965         vaules for static fields from the constant table. Fix System.Enum to
34966         not be an enum.
34967         * icall.c: implement Object::GetType() internalcall. Implemented
34968         MonoField::GetValue() internalcall. Avoid SEGV in search_method().
34969         Fixed checking of binding flags in find_members().
34970         * metadata.c, metadata.h: introduce mono_metadata_type_hash().
34971         * reflection.c: handle enumerations when writing to the constant
34972         table. Use a different object cache for types.
34975 2002-02-22  Dietmar Maurer  <dietmar@ximian.com>
34977         * object.c (mono_object_isinst): fix for arrays
34979         * icall.c (ves_icall_type_is_subtype_of): fix for 2 interfaces
34981 Thu Feb 21 21:00:13 CET 2002 Paolo Molaro <lupus@ximian.com>
34983         * object.c: don't use mprotect ()  and fix intern pool hash table
34984         lookup for big endian systems.
34986 Thu Feb 21 19:30:29 CET 2002 Paolo Molaro <lupus@ximian.com>
34988         * icall.c: change type_is_subtype_of () signature.
34990 2002-02-21  Mark Crichton  <crichton@gimp.org>
34992         * rand.c, rand.h: Added random number generator for
34993         System.Security.Cryptography classes.
34995         * exception.c, exception.h: Added mono_get_exception_not_implemeted.
34997         * icall.c: Added System.Security.Cryptography calls.
34999 Thu Feb 21 16:45:34 CET 2002 Paolo Molaro <lupus@ximian.com>
35001         * class.c, icall.c, metadata.c: better support for pointer types.
35002         Create a class for them as suggested by dietmar. Fix TYPE_ARRAY class.
35003         * reflection.c: Add support for getting custom attrs for properties
35004         and simplify some code.
35006 Wed Feb 20 22:20:29 CET 2002 Paolo Molaro <lupus@ximian.com>
35008         * icall.c: change getToken () and add custom attribute GetBlob()helper
35009         method.
35010         * reflection.h: add custom attrs array to the reflection builder structures.
35011         * reflection.c: encode and emit custom attributes for all the relevant
35012         reflection objects. Cache fieldref and methodref tokens. Change
35013         mono_image_create_token() interface to take a MonoDynamicAssembly.
35014         More complete custom attributes decoder. Load custom attributes for
35015         Assembly, Field, Method and Constructor objects, too. Make the
35016         returned array an Attribute[] one, not object[]. Added
35017         mono_reflection_get_custom_attrs_blob() to encode the arguments of a
35018         custom attribute constructor.
35020 2002-02-20  Dick Porter  <dick@ximian.com>
35022         * icall.c:
35023         * rawbuffer.c:
35024         * socket-io.c: Windows portability fixes (sometimes just ifdeffing
35025         problem code out for now).
35027 2002-02-19  Radek Doulik  <rodo@ximian.com>
35029         * object.c (mono_ldstr): use hash table to avoid multiple swapping
35031 Tue Feb 19 20:23:11 CET 2002 Paolo Molaro <lupus@ximian.com>
35033         * icall.c: register the GetCustomAttributes method.
35034         * object.c, object.h: add mono_string_new_len ().
35035         * reflection.h, reflection.c: added mono_runtime_invoke(),
35036         mono_install_runtime_invoke(). Added
35037         mono_reflection_get_custom_attrs () to load custom attributes and
35038         create the attribute objects.
35040 2002-02-19  Dick Porter  <dick@ximian.com>
35041         * threads-dummy-types.c:
35042         * threads-dummy-types.h:
35043         * threads-dummy.c:
35044         * threads-dummy.h:
35045         * threads-pthread-types.c:
35046         * threads-pthread-types.h:
35047         * threads-pthread.c:
35048         * threads-pthread.h:  Deleted obsolete files
35050 2002-02-19  Dietmar Maurer  <dietmar@ximian.com>
35052         * class.c (mono_class_vtable): runtime init the class when we
35053         allocate static class data.
35055         * icall.c (ves_icall_System_Array_SetValue): check for null values.
35057         * appdomain.c (mono_domain_transfer_object): impl. hack for Arrays
35058         and String - but we will need generic marshalling support in the
35059         future. 
35060         (mono_init): set the domain name in a ms compatible way
35062         * object.c (mono_string_new_utf16): bug fix: use char[] instead of
35063         String[].
35065 2002-02-18  Dietmar Maurer  <dietmar@ximian.com>
35067         * object.c (mono_array_clone): use alloca() instead of g_malloc  
35068         for sizes
35070         * appdomain.c (mono_domain_unload): impl.
35072 Mon Feb 18 15:52:20 CET 2002 Paolo Molaro <lupus@ximian.com>
35074         * appdomain.c, object.c: fix intern pool implementation.
35075         * class.c: fix alignment code.
35077 2002-02-16  Radek Doulik  <rodo@ximian.com>
35079         * icall.c (ves_icall_System_Enum_ToObject): in case of big endian
35080         and s2 > s1, just copy lower bytes to be compatible with little
35081         endian (i.e. 64bit value & 0xffffffff --> 32bit value)
35082         (ves_icall_System_Enum_ToObject): and likewise for s1 > s2
35084         * unicode.c (ves_icall_iconv_new_encoder): decide on big_endian,
35085         force big_endian to be 1 for big endian machines 
35086         (ves_icall_iconv_new_decoder): ditto
35088 2002-02-16  Jeffrey Stedfast  <fejj@ximian.com>
35090         * socket-io.c (convert_sockopt_level_and_name): If the system
35091         doesn't define SOL_IP or SOL_TCP, get them by hand using
35092         getprotobyname() and caching the values (because this could be a
35093         slow operation).
35094         (ves_icall_System_Net_Sockets_Socket_SetSocketOption_internal):
35095         Use the appropriate struct when the system does support it. Ie,
35096         not all systems have struct ip_mreqn so use struct ip_mreq when
35097         appropriate.
35099 Fri Feb 15 18:15:44 CET 2002 Paolo Molaro <lupus@ximian.com>
35101         * reflection.c: handle finally clauses.
35103 Fri Feb 15 15:06:33 CET 2002 Paolo Molaro <lupus@ximian.com>
35105         * socket-io.c: use g_snprintf() instead of snprintf.
35107 2002-02-14  Jeffrey Stedfast  <fejj@ximian.com>
35109         * reflection.c (mono_param_get_objects): Cast second argument to
35110         mono_method_get_param_names to a const char** to silence the
35111         compiler warning.
35113         * appdomain.c (mono_domain_assembly_open): Put parens around the
35114         truth statement in the for-loop.
35116         * unicode.c (iconv_convert): Got rid of a compiler warning about
35117         int i being unused when the system has a new iconv.
35118         (iconv_get_length): Same.
35120         * image.c (load_class_names): Cast the second argument to
35121         g_hash_table_insert() to char* to hush compiler warnings about the
35122         arg being a const.
35123         (mono_image_open): Same here.
35125         * socket-io.c: Don't conditionally include sys/filio.h or
35126         sys/sockio.h here anymore since we now get them from
35127         io-layer/io-layer.h
35128         (inet_pton): If the system doesn't support inet_aton, implement
35129         using inet_addr and also #define INADDR_NONE if it isn't defined
35130         by the system.
35132 Thu Feb 14 19:01:06 CET 2002 Paolo Molaro <lupus@ximian.com>
35134         * metadata.c, metadata.h: added function to get packing and size info
35135         of a typedef.
35136         * reflection.h, reflection.c: handle field RVA data. Save info about
35137         the table layout if needed. Assign typedef indexes to all the types
35138         before dumping the info about them to avoid forward reference problems.
35140 2002-02-14  Dietmar Maurer  <dietmar@ximian.com>
35142         * socket-io.c (convert_sockopt_level_and_name): ifdef
35143         SO_ACCEPTCONN because it is not defined on my system (old debian)
35145 Thu Feb 14 11:49:30 CET 2002 Paolo Molaro <lupus@ximian.com>
35147         * opcode.c: use stddef.h to get NULL.
35149 2002-02-14  Jeffrey Stedfast  <fejj@ximian.com>
35151         * socket-io.c: conditionally include sys/filio.h and sys/sockio.h
35152         for FIONBIO, FIONREAD and SIOCATMARK.
35153         (ves_icall_System_Net_Dns_GetHostByAddr_internal): SunOS doesn't
35154         define INADDR_NONE and besides, inet_addr() is deprecated and
35155         should not be used. Use inet_pton() instead - it also has the
35156         added bonus that it can easily handle IPv6 addresses as well.
35157         (inet_pton): Implement using inet_aton() ifndef HAVE_INET_PTON.
35159 Wed Feb 13 23:00:21 CET 2002 Paolo Molaro <lupus@ximian.com>
35161         * decimal.c: remove _MSC_VER conditional.
35163 2002-02-13  Dick Porter  <dick@ximian.com>
35165         * socket-io.c: 
35166         * icall.c: Internal calls for Blocking, Select, Shutdown,
35167         GetSocketOption and SetSocketOption
35169 Wed Feb 13 19:20:01 CET 2002 Paolo Molaro <lupus@ximian.com>
35171         * assembly.cs: better resolver: use it instead of some kludgy
35172         code.
35174 Wed Feb 13 18:25:55 CET 2002 Paolo Molaro <lupus@ximian.com>
35176         * reflection.c: the best way to speed-up the compiler is to avoid
35177         infinite loops.
35179 2002-02-13  Dietmar Maurer  <dietmar@ximian.com>
35181         * class.c (mono_class_vtable): changed the object layout
35182         (obj->vtable->class). 
35183         (mono_class_create_from_typespec): consider MONO_TYPE_PTR
35185 Tue Feb 12 20:06:01 CET 2002 Paolo Molaro <lupus@ximian.com>
35187         * assembly.c: look for assemblies in the assembly dir, too.
35189 Tue Feb 12 14:03:42 CET 2002 Paolo Molaro <lupus@ximian.com>
35191         * class.c: fix thinko in mono_class_from_type().
35193 Mon Feb 11 19:43:51 CET 2002 Paolo Molaro <lupus@ximian.com>
35195         * exception.h, exception.c: added TypeLoadException.
35196         * object.h, object.c: added mono_array_clone ().
35197         * icall.c: handle throwOnError in AssemblyGetType().
35198         Added Array.Clone().
35199         * opcode.h, opcode.c: use a single value for the opcode val.
35200         Compile fix for non-gcc compilers.
35202 Fri Feb 8 12:26:37 CET 2002 Paolo Molaro <lupus@ximian.com>
35204         * opcodes.c, opcodes.h: export interesting info about opcodes.
35206 2002-02-05  Dietmar Maurer  <dietmar@ximian.com>
35208         * object.h (MONO_CHECK_ARG, MONO_CHECK_ARG_NULL): new macro for
35209         icalls. 
35211         * class.c (class_compute_field_layout): set element_class for enums
35212         (mono_class_create_from_typedef): set element_class for normal classes
35214         * icall.c (ves_icall_System_Enum_get_value): impl.
35216         * class.c (mono_class_create_from_typedef): do not set valuetype
35217         flag for System.ValueType and System.Enum
35219 2002-02-04  Dietmar Maurer  <dietmar@ximian.com>
35221         * unicode.c (iconv_convert): fix big endian problem.
35223 Fri Feb 1 16:13:20 CET 2002 Paolo Molaro <lupus@ximian.com>
35225         * class.c: add asserts if we are ever going to scribble over memory.
35226         * socket-io.c: not all systems have AF_IRDA defined.
35228 2002-01-31  Dietmar Maurer  <dietmar@ximian.com>
35230         * class.c (class_compute_field_layout): do not consider static
35231         fields to compute alignment
35233 2002-01-25  Dietmar Maurer  <dietmar@ximian.com>
35235         * appdomain.c (mono_appdomain_get): impl.
35236         (ves_icall_System_AppDomain_ExecuteAssembly): impl.
35238 Thu Jan 24 12:59:23 CET 2002 Paolo Molaro <lupus@ximian.com>
35240         * icall.c: ignore "file://" prefix when loading an assembly.
35242 2002-01-23  Dick Porter  <dick@ximian.com>
35244         * socket-io.c:
35245         * icall.c:
35246         * Makefile.am: Added socket support
35248 2002-01-23  Miguel de Icaza  <miguel@ximian.com>
35250         * icall.c (ves_icall_appdomain_get_default_assemblies): put this
35251         code back.  This should return the assemblies that are loaded by
35252         the runtime on behalf of an application domain. 
35254         The current implementation is still broken, it just returns every
35255         assembly loaded, but until we get real applications domain this
35256         will do.
35258 2002-01-23  Dietmar Maurer  <dietmar@ximian.com>
35260         * icall.c (ves_icall_appdomain_get_cur_domain): runtime_init the
35261         AppDomain object.
35263 2002-01-23  Miguel de Icaza  <miguel@ximian.com>
35265         * icall.c (ves_icall_appdomain_get_cur_domain): Cache the value of
35266         the mono_class_from_name lookup.
35267         (ves_icall_get_parameter_info): ditto.
35268         (ves_icall_appdomain_get_assemblies, add_assembly): Implement new internal
35269         method.
35270         (ves_icall_System_Reflection_Assembly_get_code_base): Another new call.
35272 Tue Jan 22 22:43:47 CET 2002 Paolo Molaro <lupus@ximian.com>
35274         * class.c: load also nested classes on class init.
35275         System.ValueType instance methods gets passed boxed
35276         values, unless methods in derived classed that get a pointer to the
35277         data.
35278         * icall.c: use better name parsing code in GetType().
35279         * image.c, image.h: add mono_image_loaded ().
35280         * metadata.c, metadata.h: add mono_metadata_nesting_typedef ().
35281         * reflection.c, reflection.h: added mono_reflection_parse_type().
35283 2002-01-22  Veronica De Santis <veron78@interfree.it>
35285         * icall.c : Added mapping of internal calls for Manual and Auto reset events
35286         * threads.c : Added the implementation of internal calls for events
35287         * threads.h : Added prototypes of internal calls for events
35288         
35289 2002-01-21  Radek Doulik  <rodo@ximian.com>
35291         * icall.c (ves_icall_InitializeArray): swap bytes on big endians
35293 2002-01-21  Dietmar Maurer  <dietmar@ximian.com>
35295         * class.c (mono_class_init): set min_align to 1 (instead of 0)
35296         (mono_class_value_size): use min_align
35298 2002-01-20  Dick Porter  <dick@ximian.com>
35300         * threads.h:
35301         * threads.c: Replaced all instances of WapiHandle * with HANDLE,
35302         so it compiles on w32.
35304 2002-01-17  Dietmar Maurer  <dietmar@ximian.com>
35306         * metadata.c (mono_type_stack_size): impl.
35308         * class.c (mono_class_get_field): impl. memberref token
35310 2002-01-16 Veronica De Santis <veron78@@interfree.it>
35312         * icall.h : Added the internal calls mapping for CreateMutex_internal
35313                     and ReleaseMutex_internal.
35314         * threads.h : Added the prototype of mutexes internal calls.
35315         * threads.c : Added the implementations of mutexes internal calls.
35317 Tue Jan 15 22:47:57 CET 2002 Paolo Molaro <lupus@ximian.com>
35319         * metaparse.h: removed unused file.
35320         * reflection.c, reflection.h: added stream_data_align () function 
35321         to align data in streams and keep stream aligned. Add support for
35322         exception support in method headers.
35324 Tue Jan 15 19:42:50 CET 2002 Paolo Molaro <lupus@ximian.com>
35326         * unicode.c: make iconv_convert () return the number of bytess written
35327         in the output buffer.
35329 2002-01-15  Dick Porter  <dick@ximian.com>
35330         * threads.c: Make the runtime's idea of infinite timeouts coincide
35331         with the class library's
35333         Fix a particularly egregious bug in mono_thread_cleanup(). That
35334         code was so utterly bogus it must have been written on a Monday.
35336 Mon Jan 14 17:01:03 CET 2002 Paolo Molaro <lupus@ximian.com>
35338         * reflection.h: add subtypes field to TypeBuilder.
35339         * reflection.c: encode constants for literal fields.
35340         Handle subtypes. Fix user string token (and add a zero byte)
35341         at the end.
35342         
35343 2002-01-14  Dietmar Maurer  <dietmar@ximian.com>
35345         * class.c (mono_class_init): bug fix: assign slot numbers for
35346         abstract methods.
35348 Fri Jan 11 18:54:42 CET 2002 Paolo Molaro <lupus@ximian.com>
35350         * reflection.c: don't try to output a code RVA for abstract methods.
35351         Small fixes for method header format. Output parameter info to the
35352         ParamDef table. Save method overriding info to MethodImpl table.
35353         Fix property support. Allow typedef.extends to be a type in the
35354         building assembly.
35355         * verify.c: fix off-by-one error.
35357 Thu Jan 10 19:36:27 CET 2002 Paolo Molaro <lupus@ximian.com>
35359         * class.c: fix mono_class_from_mono_type () for szarray types.
35360         Remove unused cache check in mono_class_from_type_spec().
35361         * icall.c: *type_from_name () functions handle simple arrays and byref.
35362         * reflection.c: handle byref and szarray types. Handle methods without
35363         body (gets P/Invoke compilation working). Handle types and fields in
35364         get_token ().
35365         * reflection.h: add rank to MonoTypeInfo.
35367 2002-01-10  Dick Porter  <dick@ximian.com>
35369         * threads.c: Implemented WaitAll(), WaitAny() and WaitOne()
35370         internal calls
35372 Wed Jan 9 19:27:13 CET 2002 Paolo Molaro <lupus@ximian.com>
35374         * icall.c: initialize class in type_from_handle ().
35375         Loop also in parent classes for get_method ().
35376         * reflection.c: properly encode class and valuetype types.
35377         Start on encoding TypeBuilder types. Handle fieldrefs.
35378         Use correct length when registering a user string.
35379         Handle ConstructorBuilder and MonoMethod in get_token ().
35380         Make mono_type_get_object () aware of cached types.
35381         * object.c: back out change to mono_string_new ().
35383 Tue Jan 8 22:47:44 EST 2002 Matt Kimball <matt@kimball.net>
35384         * object.c: mono_string_new should return a NULL when the string 
35385         passed in is NULL -- not try to deference it.
35386         
35387 Sat Jan 5 15:48:04 CET 2002 Paolo Molaro <lupus@ximian.com>
35389         * icall.c: hack to make IsSubType work for TypeBuilders.
35390         * reflection.c: emit constructors before methods.
35391         Retrieve param names in mono_param_get_objects().
35393 2002/01/05  Nick Drochak  <ndrochak@gol.com>
35395         * Makefile.am: fix list of headers and sources so automake 1.5
35396         doesn't complain. Removed \# at end of list.
35398 Thu Jan 3 23:17:17 CET 2002 Paolo Molaro <lupus@ximian.com>
35400         * reflection.c: get token for a method ref. Set return type of
35401         constructor to void.
35402         * loader.c: debug message.
35403         * class.c: typo fix.
35405 Mon Dec 24 17:18:10 CET 2001 Paolo Molaro <lupus@ximian.com>
35407         * icall.c: fix array init with rank > 1. FindMembers
35408         loops in parent class as well.
35409         * image.c: do not insert nested types in name cache.
35410         * reflection.c: warning fix.
35411         * reflection.h: add override method (for interface impl).
35413 Mon Dec 24 16:16:56 CET 2001 Paolo Molaro <lupus@ximian.com>
35415         * metadata.c: fix customattr decoding.
35417 2001-12-21  Miguel de Icaza  <miguel@ximian.com>
35419         * rawbuffer.cs: Added native Win32 implementation, avoids using
35420         mmap on Cygwin.  This patch is from Dan Lewis (dihlewis@yahoo.co.uk)
35422 Thu Dec 20 20:11:26 CET 2001 Paolo Molaro <lupus@ximian.com>
35424         * class.c: make the low-level routines handle the cache.
35426 Thu Dec 20 15:20:35 CET 2001 Paolo Molaro <lupus@ximian.com>
35428         * image.c: fopen (file, "rb") ("David Dawkins" <david@dawkins.st>).
35430 Tue Dec 18 18:50:00 CET 2001 Paolo Molaro <lupus@ximian.com>
35432         * class.c: fix mono_array_element_size() for objects.
35433         * class.h, class.c: add properties to MonoClass and load them
35434         at init time.
35435         * icall.c: check with isinst() when assigning a value to an array
35436         instead of requiring the classes to match exactly.
35437         Implemented icall for System.Type::GetType().
35438         Implemented icalls to get ParameterInfo, ProprtyInfo and info about
35439         enums. Handle bindingflags when looking for methods and fields.
35440         * metadata.h, metadata.c: implemented mono_metadata_properties_from_typedef()
35441         and mono_metadata_methods_from_property().
35442         * reflection.h, reflection.c: added structures for propreties,
35443         parameters and enums. Implemented mono_property_get_object() and
35444         mono_param_get_objects().
35446 2001-12-18  Dick Porter  <dick@ximian.com>
35448         * file-io.c: Use mono_string_to_utf16() instead of
35449         mono_string_chars()
35451         * object.c: Added mono_string_to_utf16(), which copies the non
35452         NULL-terminated MonoString into a new double-null-terminated
35453         buffer.
35455 2001-12-17  Dietmar Maurer  <dietmar@ximian.com>
35457         * icall.c (ves_icall_System_DateTime_GetNow): added EPOCH adjustment
35459 2001-12-16  Dietmar Maurer  <dietmar@ximian.com>
35461         * file-io.c: raise exceptions if handle is invalid.
35463 Thu Dec 13 20:27:08 CET 2001 Paolo Molaro <lupus@ximian.com>
35465         * assembly.c: yet another check for mscorlib.
35466         * class.c, class.h: load nesting info for classes.
35467         * icall.c: many new functions to support the Reflection classes.
35468         * metadata.c, metadata.h: mono_metadata_nested_in_typedef() added.
35469         * reflection.h, reflection.c: mono_image_create_token(),
35470         mono_assembly_get_object(), mono_type_get_object(),
35471         mono_method_get_object(), mono_field_get_object(): methods to return
35472         objects that parallel the C representation of assemblies, types,
35473         methods, fields.
35475 2001-12-11  Dick Porter  <dick@ximian.com>
35477         * icall.c:
35478         * file-io.c: Internal calls for file IO.
35480 Thu Dec 6 16:21:30 CET 2001 Paolo Molaro <lupus@ximian.com>
35482         * tabledefs.h: missing FileAttributes.
35483         * verify.h, verify.c: use is_valid_string () to simplify and check for
35484         valid strings more correctly. Fix warnings and speeling.
35485         Check more tables: Filed, File, ModuleRef, StandAloneSig.
35486         Check code: branches, maxstack, method calls.
35488 2001-12-04  Dietmar Maurer  <dietmar@ximian.com>
35490         * object.c (mono_object_allocate): removed static, so that the jit
35491         can allocate value types.
35493         * icall.c (ves_icall_System_DateTime_GetNow): impl.
35495 Mon Dec 3 17:02:01 CET 2001 Paolo Molaro <lupus@ximian.com>
35497         * class.c: init enum types right away and register the
35498         token->MonoClass map in mono_class_create_from_typedef ().
35499         * verify.h, verify.c: first cut of the verifier.
35500         * pedump.c: add --verify switch to verify metadata tables.
35501         * tabledefs.h: add some missing enums.
35503 2001-11-30  Dietmar Maurer  <dietmar@ximian.com>
35505         * class.c (mono_install_runtime_class_init): impl.
35506         (mono_class_init): renamed mono_class_metadata_init to
35507         mono_class_init, also removed the metadata_inited flag
35509         * object.c (mono_object_isinst): use faster algorithm
35511 2001-11-30  Radek Doulik  <rodo@ximian.com>
35513         * mono-endian.h: reverted last change
35514         added function prototypes
35516         * Makefile.am (libmetadata_a_SOURCES): reverted my last change and
35517         add mono-endian.c back
35519         * mono-endian.c: returned back, as Paolo pointed out, it's needed
35520         for unaligned access, I've mistaked it with endianess. I am
35521         sorry.
35522         (mono_read16): fix reverted endianess
35523         (mono_read64): ditto
35524         (mono_read32): ditto
35526 2001-11-30  Dick Porter  <dick@ximian.com>
35528         * exception.c: Implement mono_exception_from_name()
35530 Fri Nov 30 12:01:02 CET 2001 Paolo Molaro <lupus@ximian.com>
35532         * metadata.h, metadata.c: remove params_size and locals_size and their
35533         calculation from the metadata code: they are only usefult to the
35534         interp.
35536 2001-11-29  Radek Doulik  <rodo@ximian.com>
35538         * object.c (mono_ldstr): swap bytes here, it's probably not the
35539         best place, but works for me now, I'll redo it once I know mono
35540         better, also note that I add PROT_WRITE and don't reset back, also
35541         note that it's only affects big endians, so x86 should be OK
35543         * mono-endian.h (read16): use just glib macros for both endians
35545         * mono-endian.c: removed as glib macros are used in in
35546         mono-endian.h so we don't need to care about endianess for read
35547         macros as glib does that for us already
35549 Thu Nov 29 18:20:58 CET 2001 Paolo Molaro <lupus@ximian.com>
35551         * class.h, class.h: take minimum alignment into consideration so
35552         that the fields of a class remain aligned also when in an array.
35554 Tue Nov 27 16:39:01 CET 2001 Paolo Molaro <lupus@ximian.com>
35556         * loader.h, loader.c: add mono_method_get_param_names().
35557         * class.c: 0-init class fields.
35559 2001-11-26  Dick Porter  <dick@ximian.com>
35561         * icall.c:
35562         * threads-types.h:
35563         * threads.c: New file that handles System.Threading on all platforms
35565         * object.c: 
35566         * object.h: Remove the synchronisation struct from MonoObject,
35567         replace it with a pointer that gets initialised on demand
35569         * Makefile.am: Replace all the system-specific threading code with
35570         a single file that uses the new wrapper library
35572 Mon Nov 19 11:37:14 CET 2001 Paolo Molaro <lupus@ximian.com>
35574         * class.c, class.h: add mono_install_trampoline() so that the runtime
35575         can register a function to create a trampoline: removes the ugly
35576         requirement that a runtime needed to export arch_create_jit_trampoline.
35577         * object.h, object.c: added mono_install_handler() so that the runtime
35578         can install an handler for exceptions generated in C code (with
35579         mono_raise_exception()). Added C struct for System.Delegate.
35580         * pedump.c: removed arch_create_jit_trampoline.
35581         * reflection.c: some cleanups to allow registering user strings and
35582         later getting a token for methodrefs and fieldrefs before the assembly
35583         is built.
35584         * row-indexes.h: updates and fixes from the new ECMA specs.
35586 Thu Nov 15 17:44:49 CET 2001 Paolo Molaro <lupus@ximian.com>
35588         * class.h, class.c: add enum_basetype field to MonoClass.
35589         * metadata.h, metadata.c: add mono_metadata_get_constant_index()
35590         to get index in the constant table reated to a field, param or
35591         property.
35592         * reflection.h, reflection.c: handle constructors. Set public-key and
35593         version number of the built assembly to 0.
35594         * row-indexes.h: update from new ECMA spec.
35596 Wed Nov 14 19:26:06 CET 2001 Paolo Molaro <lupus@ximian.com>
35598         * class.h, class.c: add a max_interface_id to MonoClass.
35599         * icall.c: rename my_mono_new_object() to my_mono_new_mono_type()
35600         since it's used to do that. Added mono_type_type_from_obj().
35601         Make GetType() return NULL instead of segfaulting if the type was not
35602         found. Handle simple arrays in assQualifiedName.
35603         * object.h: add a struct to represent an Exception.
35604         * reflection.c: output call convention in method signature.
35605         Add code to support P/Invoke methods and fixed offsets for fields.
35607 Mon Nov 12 12:41:32 CET 2001 Paolo Molaro <lupus@ximian.com>
35609         * decimal.c, decimal.h: mono_double2decimal() get the sign bit from
35610         the value.
35611         * icall.c: use mono_array_addr instead of array->vector: fixes the
35612         reflection image writing.
35613         * reflection.c: init call convention byte to 0 in method signature.
35614         Encode the property signature. Don't output property-related methods
35615         twice. Really process the properties for a type (don't cast a field to
35616         a property, my mom always told me that).
35617         Fix 64 bit issues in pointer alignment in a different and more
35618         readable way.
35620 2001-11-10  Sean MacIsaac  <macisaac@ximian.com>
35622         * loader.h: Removed type class from MonoDefaults, added monotype
35624         * loader.c: Loaded MonoType, removed loading of Type
35626         * icall.c (my_mono_new_object): Now returns a System.MonoType,
35627         and fills in System.Type._impl with a RuntimeTypeHandle rather
35628         than the actual MonoClass *
35630         (ves_icall_type_from_handle): change from type_class to
35631         monotype_class
35633         (ves_icall_System_Runtime_InteropServices_Marshal_ReadIntPtr):
35634         implemented
35636         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringAuto):
35637         implemented
35639         (ves_icall_System_Reflection_Assembly_LoadFrom): implemented
35641         (ves_icall_System_Reflection_Assembly_GetType): implemented
35643         (ves_icall_System_MonoType_assQualifiedName): implemented
35645         (ves_icall_System_PAL_OpSys_GetCurrentDirecotry): implemented
35647 2001-11-09  Miguel de Icaza  <miguel@ximian.com>
35649         * assembly.c (mono_assembly_open): Implement a cache for the
35650         assemblies. 
35652         (mono_assembly_close): only destroy the assembly when the last
35653         reference is gone.
35654         
35655 2001-11-09  Dick Porter  <dick@ximian.com>
35657         * Makefile.am (pedump_LDADD): Don't need THREAD_LIBS any more
35659 2001-11-09  Dietmar Maurer  <dietmar@ximian.com>
35661         * class.c (mono_class_metadata_init): bug fix: compute the right slot
35663 Fri Nov 9 15:48:02 CET 2001 Paolo Molaro <lupus@ximian.com>
35665         * icall.c, decimal.h, decimal.c: integrated decimal internalcalls
35666         from Martin Weindel.
35667         * object.h: add mono_string_chars ().
35669 2001-11-07  Miguel de Icaza  <miguel@ximian.com>
35671         * reflection.c (build_compressed_metadata): Eliminates warnings
35672         and uses 64-bit clean code.
35674         * metadata.c (mono_type_hash): Change signature to eliminate warnings.
35675         (mono_type_equal): Change signature to eliminate warnings.
35677 Wed Nov 7 15:40:01 CET 2001 Paolo Molaro <lupus@ximian.com>
35679         * icall.c, loader.c: remove the internalcall array constructors.
35680         Changes to match the new MonoArray structure.
35681         * object.h, object.c: an array object doesn't allocate an extra
35682         vector. Add mono_array_new_full () to create jagged arrays easily.
35684 Mon Nov 5 19:51:06 CET 2001 Paolo Molaro <lupus@ximian.com>
35686         * metadata.h, metadata.c: add mono_metadata_field_info () to
35687         retreive all the info about a field from vairous tables.
35688         * icall.c: implement S.Runtime.CServices::InitializeArray () icall.
35689         * class.h, class.c: augment MonoClassField with more info.
35690         Implemented mono_ldtoken for fields. Implemented ExplicitLayout
35691         policy and load a field's RVA if needed.
35693 2001-11-05  Dietmar Maurer  <dietmar@ximian.com>
35695         * class.c (mono_class_metadata_init): create a trampoline for all
35696         virtual functions instead of actually compiling them.
35698 Fri Nov 2 19:37:51 CET 2001 Paolo Molaro <lupus@ximian.com>
35700         * class.h, class.c: include name in MonoClassField.
35701         * class.c: fix fundamental type of System.Object and System.String.
35702         Set the right fundamental type for SZARRAY, too. Handle TypeSpec
35703         tokens in ldtoken.
35704         * icall.c: remove internalcalls for the Reflection stuff that is now
35705         done in C# code.
35706         * loader.c: mono_field_from_memberref () implementation.
35707         * mono-endian.c: thinko (s/struct/union/g).
35708         * object.c, object.h: make the mono_string_* prototypes actually use
35709         MonoString instead of MonoObject.
35710         * reflection.c, reflection.h: updates for changes in the reflection
35711         code in corlib: we use C structures that map to the actual C# classes.
35712         Handle SZARRAYs when encoding types. Handle locals in methods. Use a
35713         fat method header if needed and use the info from the ILGenerator for
35714         methods. Handle fields in types. Misc fixes.
35716 2001-10-17  Dietmar Maurer  <dietmar@ximian.com>
35718         * class.c (mono_class_metadata_init): bug fix: always allocate
35719         space for static class data
35721 2001-10-25  Dietmar Maurer  <dietmar@ximian.com>
35723         * class.c (mono_compute_relative_numbering): use relative
35724         numbering to support fast runtime type checks.
35726 2001-10-17  Sean MacIsaac  <macisaac@ximian.com>
35728         * class.c (mono_class_create_from_typeref): added debugging output
35729         to print class name when MonoDummy is returned instead of real class
35731 2001-10-15  Dietmar Maurer  <dietmar@ximian.com>
35733         * class.c (mono_class_metadata_init): interface offset table now
35734         contains pointers into the vtable - this is more efficient for the jit
35736 2001-10-12  Dietmar Maurer  <dietmar@ximian.com>
35738         * class.c (mono_class_metadata_init): use a temporary vtable (the
35739         old algorithm only worked for the interpreter, but not for the jit)
35741 2001-10-11  Dietmar Maurer  <dietmar@ximian.com>
35743         * loader.c (method_from_memberref): use mono_class_get to get the
35744         class of an array instead of using System.Array directly.
35745         (mono_get_method): also add MEMBERREF methods to the method cache
35746         which usefull for arrays.
35748 2001-10-10  Dietmar Maurer  <dietmar@ximian.com>
35750         * pedump.c (arch_compile_method): added to compute vtable entry
35752         * metadata.c (mono_metadata_interfaces_from_typedef): also return the
35753         number of interfaces.
35754         
35755         * class.h: merged MonoArrayClass into MonoClass
35757         * class.c (mono_class_create_from_typedef): compute the vtable size and
35758         allocate space to include the vtable inside MonoClass
35759         (mono_class_metadata_init): initialize the vtable
35761 Mon Oct 8 16:12:38 CEST 2001 Paolo Molaro <lupus@ximian.com>
35763         * metadata.c, metadata.h: use MonoArrayType to describe the shape of an array.
35764         Guard against calling bsearch with a NULL pointer (pointed out by Laurent Rioux, smoux).
35765         * image.c: endian fixes by Laurent Rioux.
35766         * object.h, object.c: rename MonoStringObject to MonoString and
35767         MonoArrayObject to MonoArray. Change some function names to conform to
35768         the style mono_<object>_<action>. mono_string_new_utf16 () takes a
35769         guint16* as first argument, so don't use char*.
35770         Provide macros to do the interesting things on arrays in a portable way.
35771         * threads-pthread.c: updates for the API changes and #include <sched.h>
35772         (required for sched_yield()).
35773         * icall.c: updates for the API changes above.
35774         * Makefile.am, mono-endian.c. mono-endian.h: include unaligned read routines for
35775         platforms that need them.
35777 Mon Oct 8 10:43:23 CEST 2001 Paolo Molaro <lupus@ximian.com>
35779         * class.c: set the correct type for all the fundamental
35780         type when loading the class.
35782 2001-10-05  Dick Porter  <dick@ximian.com>
35784         * threads-pthread.c (pthread_mutex_timedlock): Simple
35785         compatibility version for C libraries that lack this call.
35787 Thu Oct 4 19:10:30 CEST 2001 Paolo Molaro <lupus@ximian.com>
35789         * class.c: MonoTypes stored in MonoClass are stored as
35790         fundamental MonoTypes when the class represents a
35791         fundamental type (System.Int32, ...).
35792         The TypeHandle return by ldtoken is a MonoType*.
35793         * icall.c: ves_icall_get_data_chunk () write out all the
35794         PE/COFF stuff. Implement ves_icall_define_method (),
35795         ves_icall_set_method_body (), ves_icall_type_from_handle ().
35796         * image.c: properly skip unknown streams.
35797         * loader.h, loader.c: add type_class to mono_defaults.
35798         * metadata.c, metadata.h: export compute_size () as
35799         mono_metadata_compute_size () with a better interface.
35800         Typo and C&P fixes.
35801         * pedump.c: don't try to print the entry point RVA if there is no entry point.
35802         * reflection.c, reflection.h: many cleanups, fixes, output method
35803         signatures and headers, typedef and typeref info, compress the metadata
35804         tables, output all the heap streams, cli header etc.
35805         * row-indexes.h: typo fixes.
35807 2001-10-04  Dick Porter  <dick@ximian.com>
35809         * object.h: Add a synchronisation mutex struct to MonoObject
35811         * object.c (mono_new_object): Initialise the object
35812         synchronisation mutexes
35814         * icall.c: System.Threading.Monitor internal calls
35815         
35816         * threads-pthread.h:
35817         * threads-pthread.c: System.Threading.Monitor internal calls
35819         * threads-types.h: New file, includes the system-specific thread
35820         structures
35821         
35822         * threads-pthread-types.h:
35823         * threads-pthread-types.c: New files, handle pthread-specific
35824         synchronisation types
35826         * threads-dummy-types.h: 
35827         * threads-dummy-types.c: New files of dummy support for
35828         thread-specific types
35830         * metadata.c:
35831         * image.c:
35832         * pedump.c: include mono-endian.h not endian.h
35833         
35834         * Makefile.am: More threads files.
35835         Name mono-endian.h not endian.h
35837 Tue Oct 2 20:33:48 CEST 2001 Paolo Molaro <lupus@ximian.com>
35839         * Makefile.am, reflection.h, reflection.c: move here the reflection related 
35840         stuff and implement a few more bits.
35841         * icall.c: a field needs to be dereferenced twice. Do not use the same
35842         name for two variables in the same scope.
35843         * image.c, image.h: cleanups.
35845 2001-10-02  Dietmar Maurer  <dietmar@ximian.com>
35847         * class.c (mono_class_metadata_init): bug fix: compute the right size
35849 Mon Oct 1 20:43:57 CEST 2001 Paolo Molaro <lupus@ximian.com>
35851         * icall.c: implemented some of the Reflection internalcalls.
35852         * image.c, image.h: start writing out the PE/COFF image.
35853         * metadata.h, metadata.c: implement mono_metadata_encode_value ()
35854         that does the reverse than decode_blob_size ().
35855         * object.c: use mono_metadata_encode_value (). Move here
35856         temporary implementation of mono_string_to_utf8 ().
35857         * rawbuffer.c: make malloc_map static.
35859 Fri Sep 28 19:26:30 CEST 2001 Paolo Molaro <lupus@ximian.com>
35861         * metadata.c: fix type comparison for arrays.
35862         * loader.h, loader.c: half-assed fix to get more tests work in cygwin.
35863         Added a couple of new classes to monodefaults.
35864         * icall.c: added a couple of Reflection-related internalcalls.
35865         * class.h, class.c: implemented mono_ldtoken () for RuntimeTypeHandles.
35866         Added a byval_arg MonoType to MonoClass.
35868 2001-09-28  Dick Porter  <dick@ximian.com>
35870         * icall.c:
35871         * threads-pthread.h: 
35872         * threads-pthread.c: Implemented internal calls for
35873         LocalDataStoreSlot operations.  Applied mutexes around all shared
35874         data.  Reworked the thread creation and Start() operations to
35875         avoid a race condition.
35876         
35877         * threads-dummy.h:
35878         * threads-dummy.c: Dummy calls for the LocalDataStoreSlot operations
35880 Thu Sep 27 21:45:55 CEST 2001 Paolo Molaro <lupus@ximian.com>
35882         * rawbuffer.c: disable mmap on cygwin since it seems to be broken there.
35884 Thu Sep 27 19:52:11 CEST 2001 Paolo Molaro <lupus@ximian.com>
35886         * class.c, loader.c: warn and return NULL instead of erroring out.
35887         * icall.c: added System.AppDomain::getCurDomain().
35888         * loader.c: we don't need to lookup the typedef again for p/invoke calls.
35890 2001-09-25  Dick Porter  <dick@ximian.com>
35892         * threads-pthread.h:
35893         * threads-pthread.c: Implemented timed thread joining and added
35894         System.Threading.Thread::Join_internal internal call
35896         * icall.c: Added System.Threading.Thread::Join_internal internal call
35898         * threads-dummy.h:
35899         * threads-dummy.c: Dummy calls for System.Thread.Thread::Join_internal
35901 Mon Sep 24 18:56:59 CEST 2001 Paolo Molaro <lupus@ximian.com>
35903         * object.c, object.h: added mono_ldstr (), mono_string_is_interned () and
35904         mono_string_intern () to implement the semantics of the ldstr opcode
35905         and the interning of System.Strings.
35906         * icall.c: provide hooks to make String::IsIntern and String::Intern
35907         internalcalls.
35909 2001-09-23  Dick Porter  <dick@ximian.com>
35911         * threads-dummy.c: 
35912         * threads-dummy.h: New files of dummy threading routines
35914         * Makefile.am (THREAD_SOURCE): Arrange to compile different thread
35915         support code based on system specifics
35917         Rename PTHREAD_LIBS to THREAD_LIBS
35918         
35919 2001-09-23  Dick Porter  <dick@ximian.com>
35921         * threads-pthread.c: Implement the System.Threading.Thread::Sleep,
35922         Schedule (called when asked to Sleep for 0 ms) and CurrentThread
35923         internal calls.
35924         (mono_thread_init): Set up a Thread object instance to return when
35925         the main thread calls Thread.CurrentThread
35926         (mono_thread_cleanup): Wait for all subthreads to exit
35928         * icall.c: New internal calls for System.Threading.Thread::Sleep
35929         (including Schedule) and CurrentThread
35931         * threads.h: New file, to insulate thread-specific stuff from the
35932         rest of the code
35934 2001-09-21  Dick Porter  <dick@ximian.com>
35936         * threads-pthread.h: 
35937         * threads-pthread.c: New file, for handling pthreads-style
35938         threading support.  Start() now starts a new thread and executes
35939         the ThreadStart delegate instance.
35941         * icall.c: Added the internalcall for
35942         System.Threading.Thread::Start_internal
35944         * Makefile.am: Added new files, and PTHREADS_LIBS to the link line
35946 Thu Sep 20 19:37:39 CEST 2001 Paolo Molaro <lupus@ximian.com>
35948         * loader.c: work around the different signatures for delegates
35949         constructors csc generates in compiled code vs the ones compiled in mscorlib.
35951 Tue Sep 18 13:16:32 CEST 2001 Paolo Molaro <lupus@ximian.com>
35953         * class.h, class.c: add mono_class_get_field_from_name ().
35954         * *: Fix C comments and other ANSI C issues.
35956 Mon Sep 10 20:21:34 CEST 2001 Paolo Molaro <lupus@ximian.com>
35958         * endian.h, assembly.c: fix some endianness issues.
35960 Fri Sep 7 18:40:40 CEST 2001 Paolo Molaro <lupus@ximian.com>
35962         * loader.h, load.c: add delegate_class to mono_defaults.
35963         Handle runtime provided methods in mono_get_method ().
35965 2001-08-29  Dietmar Maurer  <dietmar@ximian.com>
35967         * loader.c (mono_get_method): use pinvoke for internal call
35969         * icall.c: use pinvoke for internal call
35971         * loader.c (method_from_memberref): set the method name
35973 Wed Aug 29 12:43:41 CEST 2001 Paolo Molaro <lupus@ximian.com>
35975         * metadata.c: help the compiler generate better code for
35976         mono_class_from_mono_type ().
35978 2001-08-28  Dietmar Maurer  <dietmar@ximian.com>
35980         * class.c (mono_class_metadata_init): delayed computing of the
35981         class size to mono_class_metadata_init ()
35983 Tue Aug 28 15:47:15 CEST 2001 Paolo Molaro <lupus@ximian.com>
35985         * class.c, class.h: add an interfaces member to MonoClass.
35986         * image.c, image.h: add assembly_name field to MonoImage
35987         from the assembly table.
35988         * metadata.c, metadata.h: add mono_metadata_interfaces_from_typedef ().
35990 Mon Aug 27 20:12:01 CEST 2001 Paolo Molaro <lupus@ximian.com>
35992         * class.c: Handle Array in mono_class_from_mono_type ().
35993         * metadata.c, pedump.c: some endian fixes.
35995 Mon Aug 27 15:23:23 CEST 2001 Paolo Molaro <lupus@ximian.com>
35997         * class.c, loader.c, loader.h: More types handled in mono_class_from_mono_type ().
35998         * metadata.c: fix small problem introduced with the latest commit.
36000 Mon Aug 27 12:17:17 CEST 2001 Paolo Molaro <lupus@ximian.com>
36002         * loader.c, metadata.c, metadata.h: Export mono_metadata_type_equal().
36003         We don't need a MonoMetadata pointer anymore to compare signatures in
36004         mono_metadata_signature_equal (), update callers.
36005         Reduced memory usage an number of allocations for MonoMethodHeader and
36006         MonoMethodSignature.
36008 Sun Aug 26 23:03:09 CEST 2001 Paolo Molaro <lupus@ximian.com>
36010         * metadata.c: added compare for szarray.
36012 Sun Aug 26 11:34:24 CEST 2001 Paolo Molaro <lupus@ximian.com>
36014         * class.h, class.c, loader.h, loader.c: export mono_class_from_mono_type ()
36015         and add a couple more types to it and mono_defaults. Give an hint on
36016         classes that need implementing in our corlib and are referenced
36017         in mscorlib.
36019 Sat Aug 25 12:52:54 CEST 2001 Paolo Molaro <lupus@ximian.com>
36021         * class.h, class.c: keep track if a class is also an Enum.
36022         * loader.c: Implement a couple more types for use in libffi
36023         marshalling. Gives better diagnostics when failing to dlopen
36024         a library. Set method->klass for P/Invoke methods, too.
36026 Fri Aug 24 19:30:25 CEST 2001 Paolo Molaro <lupus@ximian.com>
36028         * class.c, class.h: add a MonoType this_arg to MonoClass that
36029         represents a pointer to an object of the class' type that
36030         can be used by the interpreter and later the type cache.
36031         Add best guess alignment info for valuetype objects.
36033 Fri Aug 24 15:50:31 CEST 2001 Paolo Molaro <lupus@ximian.com>
36035         * metadata.h, metadata.c, class.h, class.c: squeezed MonoParam
36036         into MonoType: one less level of indirection and allocation and
36037         simplifies quite a bit of code. Added cache for MonoTypes that are
36038         used frequently, so that we don't need to allocate them all the time.
36040 2001-08-24  Dietmar Maurer  <dietmar@ximian.com>
36042         * class.c (mono_class_create_from_typedef): System.Enum is also a
36043         value type, although it does not derive from System.ValueType
36044         (maybe a bug in the ms compiler?)
36046         * metadata.c (mono_type_size): return the right size for value types
36048         * loader.c (mono_get_method): only initialize method header if not abstract
36050         * class.c (mono_class_from_mono_type): use mono_default values. 
36052 2001-08-23  Dietmar Maurer  <dietmar@ximian.com>
36054         * *: use MonoClass pointers instead of <type_tokens>
36055         
36056         * class.h: new flag: metadata_inited.
36058         * class.c (mono_class_metadata_init): impl.
36059         (mono_class_instance_size): impl.
36060         (mono_class_data_size): impl.
36062 Wed Aug 22 16:27:30 CEST 2001 Paolo Molaro <lupus@ximian.com>
36064         * metadata.c, loader.h, loader.c, image.h, image.c, class.h, class.c:
36065         MonoClass now has the name and name_space fields. 
36066         MonoMethod has a pointer to its MonoClass, instead of MonoImage.
36067         mono_get_method () takes and optional MonoClass as argument.
36068         Removed mono_typedef_from_name() and added mono_class_token_from_name()
36069         instead that takes advantage of a map from class names to typedef
36070         tokens in MonoImage.
36072 Tue Aug 21 18:54:58 CEST 2001 Paolo Molaro <lupus@ximian.com>
36074         * metadata.c: zero is not a valid alignment boundary.
36075         Merge MONO_TYPE_VOID in default decoding code.
36077 2001-08-21  Dietmar Maurer  <dietmar@ximian.com>
36079         * image.h: merged MonoMetadata into MonoImage
36081         * class.h: cleanup of MonoArrayClass, use a MonoClass pointer to
36082         identify the type of elements.
36084 Mon Aug 20 19:39:00 CEST 2001 Paolo Molaro <lupus@ximian.com>
36086         * blob.h: fix MONO_TYPE_TYPEDBYREF value.
36087         * cil-coff.h: split MonoMSDOSHeader and add size info.
36088         * image.c: add some consistency checks.
36089         * metadata.c: fix row size computation: one programmer
36090         error and one LAMESPEC. Handle MONO_TYPE_TYPEDBYREF.
36091         add explanation for the locator routine.
36092         Fix decoding of size in method header.
36093         
36094 2001-08-20  Miguel de Icaza  <miguel@ximian.com>
36096         * assembly.c    (g_concat_dir_and_file): Use _S for string concat.
36097         (g_concat_dir_and_file): Bring g_concat_dir_and_file
36098         function from gnome-libs.  This uses the right path separator
36099         based on the OS, and also works around a bug in some systems where
36100         a double slash is not allowed. 
36101         (default_assembly_name_resolver): Use g_concat_dir_and_file
36102         (mono_assembly_open): ditto.
36104 2001-08-20  Dietmar Maurer  <dietmar@ximian.com>
36106         * metadata.c (mono_metadata_signature_equal): impl.
36108         * *: void is now a realy MonoType (instead of using NULL)
36109         
36110         * metadata.c (do_mono_metadata_parse_type): use
36111         mono_metadata_parse_type to parse void value.
36113 Sat Aug 18 12:51:28 CEST 2001 Paolo Molaro <lupus@ximian.com>
36115         * metadata.c, metadata.h: in the signature and method header store
36116         only the space required for holding the loca vars and incoming arguments.
36118 2001-08-15  Dietmar Maurer  <dietmar@ximian.com>
36120         * metadata.c (do_mono_metadata_parse_type): treat void like any
36121         other type (instead of assigning NULL);
36123 2001-08-14  Dietmar Maurer  <dietmar@ximian.com>
36125         * metadata.c (mono_metadata_parse_mh): fixxed pinned/byref value
36127 2001-08-09  Dietmar Maurer  <dietmar@ximian.com>
36129         * image.c (do_mono_image_open): added a cache for arrays.
36131 Sat Aug 4 12:46:02 CEST 2001 Paolo Molaro <lupus@ximian.com>
36133         * metadata.h, metadata.c: add mono_metadata_decode_row_col () to
36134         decode a single column from a row in a metadata table and changes
36135         to take advantage of it in the typedef locator (gives a nice speed up).
36136         Store offset info for function params.
36138 2001-08-02  Dietmar Maurer  <dietmar@ximian.com>
36140         * image.h (MONO_IMAGE_IS_CORLIB): removed 
36142 Wed Aug 1 22:54:08 CEST 2001 Paolo Molaro <lupus@ximian.com>
36144         * assembly.c: how could mono_assembly_close () had ever worked?
36145         * metadata.c, metadata.h: provide offset info for local vars.
36146         Implement mono_type_size () to take care of alignment as well
36147         as size (it was mono_field_type_size in cli/class.c before).
36149 2001-08-01  Dietmar Maurer  <dietmar@ximian.com>
36151         * image.h (MONO_IMAGE_IS_CORLIB): new macro to check root image
36153         * assembly.h (CORLIB_NAME): set to corlib.dll
36155         * assembly.c (mono_assembly_open): replaced strcmp() with !strcmp()
36157 Tue Jul 31 17:54:02 CEST 2001 Paolo Molaro <lupus@ximian.com>
36159         * metadata.h, metadata.c, Makefile.am, private.h, assembly.c, blob.h,
36160         cil-coff.h, image.c, image.h, pedump.c, rawbuffer.c, rawbuffer.h, row-indexes.h,
36161         tokentype.h: massive namespace cleanup.
36163 Mon Jul 30 20:11:01 CEST 2001 Paolo Molaro <lupus@ximian.com>
36165         * metadata.h, metadata.c: decode exception clauses when parsing method header.
36167 2001-07-27  Dietmar Maurer  <dietmar@ximian.com>
36169         * metadata.c (mono_metadata_free_type): added check for type !=
36170         NULL (void) before calling mono_metadata_free_type()
36172 Thu Jul 26 19:11:19 CEST 2001 Paolo Molaro <lupus@ximian.com>
36174         * metadata.h, row_indexes.h: added header with enumerations to use
36175         to index in the columns from tables in metadata and to decode coded
36176         tokens: we should start using this instead of embedding magic numbers
36177         all over the code.
36179 Thu Jul 26 13:03:27 CEST 2001 Paolo Molaro <lupus@ximian.com>
36181         * assembly.c, cil-coff.h, image.c, image.h, pedump.c, typedef.c:
36182         Move metadata_t info from cli_image_info_t to MonoImage, where
36183         it's easily accessible. Changed all the uses accordingly.
36184         Added the method and class caches to MonoImage.
36185         * metadata.c, metadata.h: Changed mono_metadata_decode_blob_size ()
36186         and mono_metadata_decode_value () signature to be more consistent
36187         with the other parse functions (and simplify code). Taken advantage
36188         of zero-length array allocation with GCC. Removed reduntant (and
36189         wrong) MonoFieldType struct and use MonoParam instead. Changed
36190         mono_metadata_parse_field_type () to use common code for parsing.
36191         Added mono_metadata_typedef_from_field () and
36192         mono_metadata_typedef_from_method () to lookup a typedef index from a
36193         field or method token.
36194         Pack the MonoRetType structure more tightly (fits in 8 bytes now).
36196 2001-07-23  Miguel de Icaza  <miguel@ximian.com>
36198         * metadata.c (mono_metadata_parse_field_type): Implement. 
36199         (do_mono_metadata_parse_type): Split engine from
36200         mono_metadata_parse_type, so that we can create smaller structures
36201         for things that just have one pointer to the MonoType (look at
36202         the MonoFieldType)
36204 2001-07-20  Miguel de Icaza  <miguel@ximian.com>
36206         * metadata.c (mono_metadata_parse_mh): Correct the implementation,
36207         as Jan Gray found out, it is incorrect. 
36209 2001-07-18  Miguel de Icaza  <miguel@ximian.com>
36211         * assembly.c: Implement asssembly loading.  This loads an image
36212         and loads all the referenced assemblies.  Come to think of it, we
36213         could always do lazy loading of the assemblies. 
36215         * image.c (mono_image_open): Keep loaded images in a hashtable.
36217         * image.h (MonoImage): Add reference count.
36219 2001-07-17  Miguel de Icaza  <miguel@ximian.com>
36221         * assembly.c (mono_assembly_open): Keep track of the file name in
36222         case the assembly has no ASSEMBLY table.
36224         * metadata.h: Fixed Paolo's quick hack.  Put the documnentation
36225         from get.c here.
36227 Sun Jul 15 19:39:06 CEST 2001 Paolo Molaro <lupus@ximian.com>
36229         * metadata.c, metadata.h: decode local vars in method header
36230         parse function. Change callers accordingly.
36232 Sun Jul 15 17:40:47 CEST 2001 Paolo Molaro <lupus@ximian.com>
36234         * metadata.h, cil-coff.h: protect against multiple inclusion.
36235         Added some new structures to hold information decoded from metadata:
36236         MonoType, MonoParam, MonoArray, MonoMethod, MonoMethodSignature
36237         and relevant decoding/free functions.
36238         * metadata.c: implement decoding functions. Add warning for out of bounds
36239         index in mono_metadata_locate(). Implement mono_get_method () to retreive
36240         all the info about a method signature and invocation. Remove check on
36241         uninitialized local var in parse_mh() and fix memory leak.
36243 2001-07-12  Miguel de Icaza  <miguel@ximian.com>
36245         * metadata.h: More macros.
36247         * tokentype.h: New file.
36249 Fri Jul  6 11:30:53 CEST 2001 Paolo Molaro <lupus@ximian.com>
36251         * assembly.c: added a consistency check and initialize
36252         some structures with g_new0().
36253         * metadata.c: fixed a couple more bugs in table size computation
36254         and add other checks for out-of bound access to metadata.
36256 Thu Jul  5 22:34:21 CEST 2001 Paolo Molaro <lupus@ximian.com>
36258         * metatada.c: fix bugs computing table sizes. Spew a
36259         warning when index in string heap is out of bounds.
36261 2001-07-04  Miguel de Icaza  <miguel@ximian.com>
36263         * metadata.h: Add a couple of macros to manipulate tokens. 
36265 Tue Jul  3 18:33:32 CEST 2001 Paolo Molaro <lupus@ximian.com>
36267         * assembly.c: g_free(ii->cli_sections) (and avoid double free of
36268         cli_section_tables).
36270 2001-07-01  Miguel de Icaza  <miguel@ximian.com>
36272         * metadata.c (mono_metadata_user_string): New function, provides
36273         access to the UserString heap. 
36275 2001-06-27  Miguel de Icaza  <miguel@ximian.com>
36277         * metadata.c: Add inline documentation.
36279 2001-06-26  Miguel de Icaza  <miguel@ximian.com>
36281         * propertyattr.h, paramattr.h, methodsem.h, methodattr.h: New
36282         files. 
36284 2001-06-22  Miguel de Icaza  <miguel@ximian.com>
36286         * typeattr.h: New file, TypeAttribute flags. 
36288 2001-06-21  Miguel de Icaza  <miguel@ximian.com>
36290         * mono/metadata/assembly.c (mono_assembly_ensure_section_idx,
36291         mono_assembly_ensure_section): Section loading code.
36292         (load_section_tables): Load the sections.
36294         * mono/metadata/metadata.c (mono_metadata_locate_token,
36295         mono_metadata_locate): Functions to locate the information
36296         definition given a token or a table and an index.
36297         (mono_metadata_compute_table_bases): New.
36298         (compute_size): New function to compute the sizes of the various
36299         tables.
36301         * mono/metadata/metadata.h: Finish listing the different index
36302         types. 
36304         * mono/metadata/pedump.c: Improve to dump new information.
36306 2001-06-19  Miguel de Icaza  <miguel@ximian.com>
36308         * mono/metadata/metadata.c: Entered all the tables matching
36309         Beta2. 
36311         * mono/metadata/assembly.c (load_metadata_ptrs): Fix for Beta2