2010-05-15 Geoff Norton <gnorton@novell.com>
[mono.git] / mono / metadata / ChangeLog
blob673e73c7b86fdc0599decce4c687eeb87ce1c1f1
1 2010-05-15  Geoff Norton  <gnorton@novell.com>
3         * mono-debug.c: Fix a leak of the global table on shutdown.
5 2010-05-15  Geoff Norton  <gnorton@novell.com>
7         * debug-mono-symfile.(c|h): Add mono_debug_symfile_free_location
8         to clean up MonoDebugSourceLocation's.
10 2010-05-13 Rodrigo Kumpera  <rkumpera@novell.com>
12         * class.c (mono_class_create_from_typedef): Fail a class
13         if there is a loop with its parent.
15         Fixes #598239.
17 2010-05-13 Rodrigo Kumpera  <rkumpera@novell.com>
19         * loader.c (mono_loader_set_error_type_load): Convert
20         a g_warninig to mono_trace_warning.
22 2010-05-13 Rodrigo Kumpera  <rkumpera@novell.com>
24         * class.c (mono_class_get_full): Release strings on failure
25         to avoid leaking them.
27 2010-05-13 Rodrigo Kumpera  <rkumpera@novell.com>
29         * class.c (mono_class_create_from_typedef): Only return
30         the class if no exceptions were detected.
32         * class.c (mono_class_create_from_typedef): Don't remove
33         broken classes from class_cache. Just set failure and
34         bail out.
36         This fixes a memory a memory leak where resolving the same
37         broken class multiple times resulted in a memory leak.
39         The right behavior would be to actually return the class
40         a let the caller figure it out.
42 2010-05-13 Rodrigo Kumpera  <rkumpera@novell.com>
44         * mono-ptr-array.h: Add mono_ptr_array_sort.
46         * reflection.c (mono_image_build_metadata): Replace that ugly
47         qsort call with mono_ptr_array_sort.
49 2010-05-13  Mark Probst  <mark.probst@gmail.com>
51         * sgen-gc.c: Switch to the copying major collector, because
52         Mark&Sweep is still buggy.
54 2010-05-13 Rodrigo Kumpera  <rkumpera@novell.com>
56         * reflection.c (mono_image_build_metadata): Don't put managed
57         references on non-tracked memory.
59 2010-05-13  Zoltan Varga  <vargaz@gmail.com>
61         * sgen-archdep.h (ARCH_COPY_SIGCTX_REGS): Fix this for amd64.
63 2010-05-12 Rodrigo Kumpera  <rkumpera@novell.com>
65         * icall.c: Switch to mono-ptr-array.h.
67 2010-05-12 Rodrigo Kumpera  <rkumpera@novell.com>
69         * Makefile.am: Add mono-ptr-array.h.
71         * mono-ptr-array.h: New header that implements
72         a GC tracked equivalent of g_ptr_array. 
74 2010-05-12 Rodrigo Kumpera  <rkumpera@novell.com>
76         * icall.c (ves_icall_Type_GetInterfaces): Rewrite this
77         method to avoid initializing the class.
79         Fixes #605115.
81 2010-05-12 Rodrigo Kumpera  <rkumpera@novell.com>
83         * icall.c (ves_icall_System_MonoType_getFullName): It
84         doesn't require to init the class.
86 2010-05-11  Miguel de Icaza  <miguel@novell.com>
88         * console-unix.c: Signal handlers now save and restore errno.   We
89         have never had a bug report about this, ioctl does change errno. 
91         Hide the unused method.   
93         Remove internal declarations from public headers.
95         Document what the signal handler is doing
97 2010-05-11 Rodrigo Kumpera  <rkumpera@novell.com>
99         * sgen-gc.c (clear_unreachable_ephemerons): Clear
100         unreachable keys with a tombstone.
102         * sgen-gc.c (mark_ephemerons_in_range): Ignore
103         tombstone keys.
105 2010-05-11 Rodrigo Kumpera  <rkumpera@novell.com>
107         * icall-def.h:
108         * gc-internals.h:
109         * gc.c: New GC:get_ephemeron_tombstone.
111 2010-05-11 Rodrigo Kumpera  <rkumpera@novell.com>
113         * appdomain.c (create_exceptions): Rename to
114         create_domain_objects. Create the ephemeron tombstone object.
116         * domains-internals.h (MonoDomain): Add new field for the
117         ephemeron tombstone.
119         * domain.c (mono_domain_free): Set ephemeron_tombstone to
120         NULL.
122 2010-05-11 Rodrigo Kumpera  <rkumpera@novell.com>
124         * sgen-gc.c (mono_gc_clear_domain): Both ephemerons
125         and dislinks must be processed before LOS since they
126         could end up with pointers to memory returned to the
127         OS.
129 2010-05-11  Zoltan Varga  <vargaz@gmail.com>
131         * class.c (mono_class_alloc): New helper function to centralize memory allocation
132         for classes, allocates either from the image mempool or from the heap.
134         * class.c: Use mono_class_alloc to allocate memory owned by classes.
136         * metadata.c (free_generic_class_dependents): Free more items belonging to
137         generic classes.
139 2010-05-10  Zoltan Varga  <vargaz@gmail.com>
141         * reflection.c (mono_reflection_method_get_handle): Handle MonoGenericMethod
142         as well. Fixes #604054.
144 2010-05-07 Rodrigo Kumpera  <rkumpera@novell.com>
146         * metadata-verify.c: MS doesn't mind duplicates in the
147         typeref table. Move it to full verification.
149         Fixes #600508.
151 2010-05-07 Rodrigo Kumpera  <rkumpera@novell.com>
153         * image.c (do_mono_image_load): Report verification
154         errors when loading an image fails.
156 2010-05-07 Rodrigo Kumpera  <rkumpera@novell.com>
158         * reflection.c (mono_type_get_object): Remove chunk of code
159         no longer in use.
161 2010-05-07 Rodrigo Kumpera  <rkumpera@novell.com>
163         * icall-def.h
164         * icall.c: Delete some unused icalls.
166 2010-05-07 Rodrigo Kumpera  <rkumpera@novell.com>
168         * appdomain.c (mono_domain_has_type_resolve): Check for
169         NULL domain objects to make pedump happy.
171         * object.c (mono_field_get_value): Assert on NULL object.
172         It's the caller resposibility to check for this.
174         * object.c (mono_field_get_value_object): Ditto.
176         Fixes #601384.
178 2010-05-07 Rodrigo Kumpera  <rkumpera@novell.com>
180         * icall.c (ves_icall_type_is_subtype_of): Non iface subtype
181         checks can avoid doing a mono_class_init.
183         * icall.c: Remove mono_class_init from a bunch of icalls that
184         don't need it.
186         Hopefully we're now lazy enough to fix most victims of #601431.
188 2010-05-07  Mark Probst  <mark.probst@gmail.com>
190         * sgen-gc.c: Remove REMSET_ROOT_LOCATION.
192 2010-05-07  Mark Probst  <mark.probst@gmail.com>
194         * sgen-gc.c: Remove unnecessary checks in domain clearing code.
196 2010-05-07  Marek Habersack  <mhabersack@novell.com>
198         * culture-info-tables.h: updated to include en-TT culture. Fixes
199         bug #594035
201 2010-05-06 Rodrigo Kumpera  <rkumpera@novell.com>
203         Move mono_class_init from mono_type_get_object to icalls.
204         This causes massive memory savings for Assembly::GetTypes () and
205         make it fail a lot less due to missing dependencies.
207         This is a conservative, naive change as it doesn't remove some
208         mono_class_init from places that might not need them. Carefull
209         review of those should follow.
211         * reflection.c (mono_type_get_object): Don't mono_class_init the
212         returning type.
214         * reflection.c:
215         * cominterop.c:
216         * icall.c:
217         * marshal.c: Call mono_class_init in functions receiving a MonoType
218         object.
220         First step into fixing #601431.
222 2010-05-06 Rodrigo Kumpera  <rkumpera@novell.com>
224         * gc-internal.h: Add new functions required for ephemeron support.
226         * gc.c: Implement ves_icall_System_GC_register_ephemeron_array.
228         * icall-def.h: Add GC::register_ephemeron_array.
230         * object.c (compute_class_bitmap): sys.rt.cs.Ephemeronis an opaque type
231         under sgen. Its fields must not be marked.
233         * sgen-gc.c (mono_gc_clear_domain): Call cleanup function for ephemerons.
235         * sgen-gc.c (finish_gray_stack): Mark all reachable ephemerons before
236         handling finalizable objects. Clean dead ones after all finalizable
237         handling.
239         * sgen-gc.c (dump_heap): Add new kind of internal memory.
241         * sgen-gc.c (null_ephemerons_for_domain): Remove from the list ephemeron
242         arrays from the dead domain.
244         * sgen-gc.c (clear_unreachable_ephemerons): Clear dead ephemerons entries.
246         * sgen-gc.c (mark_ephemerons_in_range): Mark/Copy all ephemeron values
247         whose keys are reachable.
249         * sgen-gc.c (mono_gc_ephemeron_array_add): Register the array into the
250         list of live ephemeron arrays.
252 2010-05-05 Rodrigo Kumpera  <rkumpera@novell.com>
254         * class.c (mono_class_layout_fields): Don't perform alignment
255         if align is zero.
257         * class.c (mono_class_layout_fields): Init field related information
258         to sane defaults.
260 2010-05-05 Rodrigo Kumpera  <rkumpera@novell.com>
262         * verify.c (mono_verifier_verify_class): Verify the constraint
263         of generic type definitions.
265 2010-05-04  Mark Probst  <mark.probst@gmail.com>
267         * sgen-marksweep.c: Simplify free list maintenance in sweep.
269 2010-05-02  Mark Probst  <mark.probst@gmail.com>
271         * sgen-gc.c, sgen-marksweep.c, sgen-major-copying.c: Unify
272         major_do_collection() across the two major collectors.
274 2010-05-02  Mark Probst  <mark.probst@gmail.com>
276         * sgen-gc.c: Add heavy statistics counter for re-added global
277         remsets.
279 2010-05-02  Mark Probst  <mark.probst@gmail.com>
281         * sgen-marksweep.c, sgen-gc.c: Use one mark bit per ALLOC_ALIGN to
282         get rid of a division in critical code.
284 2010-04-29  Mark Probst  <mark.probst@gmail.com>
286         * sgen-gc.c, sgen-marksweep.c, sgen-major-copying.c: Have separate
287         blocks for objects without references in mark&sweep, to improve
288         performance.
290 2010-04-28  Mark Probst  <mark.probst@gmail.com>
292         * sgen-gc.c, sgen-marksweep.c, sgen-major-copying.c: Bring heavy
293         statistics up-to-date.
295 2010-04-27  Mark Probst  <mark.probst@gmail.com>
297         * sgen-gc.c, sgen-marksweep.c, sgen-major-copying.c: Support
298         heap-dump for mark&sweep.
300 2010-04-27  Zoltan Varga  <vargaz@gmail.com>
302         * loader.c (mono_method_get_header): Move the is_inflated case before the
303         wrapper case, as a method can be both.
305 2010-04-27  Mark Probst  <mark.probst@gmail.com>
307         * sgen-gc.c, sgen-marksweep.c, sgen-major-copying.c: Don't do a
308         separate pass to scan pinned and large object but use the gray
309         queue like for regular objects.
311 2010-04-26  Zoltan Varga  <vargaz@gmail.com>
313         * boehm-gc.c: Applied patch from Robert Nagy (robert@openbsd.org). Include
314         string.h for memmove.
316         socket-io.c: Applied patch from Robert Nagy (robert@openbsd.org).
317         ipaddress_to_struct_in6_addr() is only needed when
318         defined(HAVE_STRUCT_IP_MREQN) || defined(HAVE_STRUCT_IP_MREQ).
320 2010-04-25  Mark Probst  <mark.probst@gmail.com>
322         * sgen-gc.c, sgen-marksweep.c, sgen-major-copying.c: Properly
323         separate copy_object functions for major vs nursery.  Allows us to
324         get rid of a few checks and the start and end parameters for many
325         functions.
327 2010-04-25  Mark Probst  <mark.probst@gmail.com>
329         * sgen-marksweep.c, sgen-gc.c, sgen-major-copying.c,
330         sgen-protocol.c, sgen-protocol.h, Makefile.am: Major Mark&Sweep
331         collector.
333 2010-04-25  Zoltan Varga  <vargaz@gmail.com>
335         * class.c (mono_class_create_from_typedef): Initialize class->nested_in after
336         calling setup_mono_type () since the nested parent could recursively reference
337         the nested class using generic constraints. Fixes #599469.
339 2010-04-24  Mark Probst  <mark.probst@gmail.com>
341         * sgen-gc.c, sgen-pinning.c, sgen-major-copying.c: Major collector
342         abstraction.
344 2010-04-24  Mark Probst  <mark.probst@gmail.com>
346         * sgen-gc.c: Remove more unneeded code.
348 2010-04-24  Mark Probst  <mark.probst@gmail.com>
350         * sgen-gc.c: Disable managed allocator and wbarrier when the
351         binary protocol is enabled.
353 2010-04-24  Mark Probst  <mark.probst@gmail.com>
355         * sgen-gc.c: Put nursery-fragment-cleaning into its own function.
357 2010-04-24  Mark Probst  <mark.probst@gmail.com>
359         * sgen-gc.c: Remove a few commented out and unneeded bits.
361 2010-04-23 Gonzalo Paniagua Javier <gonzalo@novell.com>
363         * threadpool.c: patch from Robert Nagy that fixes a nullref and
364         uses mono_sem_wait instead of mono_sem_timedwait for openbsd.
366 2010-04-20 Rodrigo Kumpera  <rkumpera@novell.com>
368         * icall.c (ves_icall_type_is_assignable_from): Properly handle byref
369         types.
371         Fixes #331126
373 2010-04-21  Mark Probst  <mark.probst@gmail.com>
375         * sgen-gc.c: Turn off semi-precise stack mark.
377 2010-04-20  Sebastien Pouliot  <sebastien@ximian.com>
379         * reflection.c (mono_custom_attrs_from_index): Use right function
380         to free 'list' (i.e. g_list_free) if the verifier fails.
382 2010-04-19 Rodrigo Kumpera  <rkumpera@novell.com>
384                 * verify.c: Handle the case where mono_type_get_underlying_type_any
385                 returns NULL. Remove duplicated code between MONO_TYPE_GENERICINST
386                 and MONO_TYPE_VALUETYPE in those case.
388                 Based on a slightly modified patch by Sebastien Pouliot  <sebastien@ximian.com>
390                 Hopefully Fixes #564253.
392 2010-04-19 Gonzalo Paniagua Javier <gonzalo@novell.com>
394         * domain-internals.h: made threadpool_jobs volatile.
395         * mono-wsq.c: add an assert to verify that the threadpool cleaned up
396         all local jobs.
397         * threadpool.c:
398                 -When two threads try to initialize the socket IO pool,
399                 the second one waits until the intialization is finished
400                 instead of continuing right away.
401                 -Add checks for domain unload: no items added in this case.
402                 -Only measure the time every 10 elements added to the queue.
403                 This is an experiment since linux x86 gettimeofday() sucks.
404                 -Create new thread if there are none waiting for work items.
405                 -There was a missing decrement of the busy threads.
406                 -Make sure the local queue is cleaned up before exiting the
407                 thread when the program ends.
409 2010-04-19 Rodrigo Kumpera  <rkumpera@novell.com>
411         * reflection.c (mono_type_get_object): Normalize generics types
412         as to how managed code expect them to be. A generic instance over
413         the GTD arguments must have the same mirror as the GTD itself.
415         Fixes #473289.
417 2010-04-19  Zoltan Varga  <vargaz@gmail.com>
419         * locales.c: Implement support for DISABLE_NORMALIZATION.
421 2010-04-16  Zoltan Varga  <vargaz@gmail.com>
423         * marshal.c (mono_marshal_get_native_func_wrapper): Set the marshal info to NULL,
424         since it is not a MonoMethod.
426 2010-04-16  Sebastien Pouliot  <sebastien@ximian.com>
428         * icall-def.h: Add get_RequiresElevatedPermissions icall to
429         System.Security.SecurityManager - used only by Moonlight
430         * security-core-clr.c|h: Add Elevated Trust/Permission support
431         for CoreCLR / Moonlight
433 2010-04-16  Zoltan Varga  <vargaz@gmail.com>
435         * boehm-gc.c (mono_gc_base_init): Applied patch from Robert Nagy
436         (robert@openbsd.org). Fix GC_stackbottom calculation on OpenBSD.
438 2010-04-16  Marek Habersack  <mhabersack@novell.com>
440         * mono-perfcounters.c: added code for the "Mono
441         Memory/Total Physical Memory" performance counter.
443         * mono-perfcounters-def.h: added definition of the "Mono
444         Memory/Total Physical Memory" performance counter.
446 2010-04-15 Rodrigo Kumpera  <rkumpera@novell.com>
448         * class.c (mono_class_get_method_by_index): Return NULL
449         on type load failures.
451 2010-04-15 Rodrigo Kumpera  <rkumpera@novell.com>
453         * class.c (mono_class_from_typeref): Check if the supplied
454         image has an assembly bound to it.
456         Fixes #567884.
458 2010-04-15 Rodrigo Kumpera  <rkumpera@novell.com>
460         * loader.c (mono_method_get_signature_full): Use new function
461         inflate_generic_signature_checked to check for errors.
463         Fixes #560839.
465 2010-04-15 Rodrigo Kumpera  <rkumpera@novell.com>
467         * loader.c (inflate_generic_signature): Add _checked variant
468         and move this function to use it.
470 2010-04-15 Rodrigo Kumpera  <rkumpera@novell.com>
472         * class.c (mono_class_setup_vtable_general): Use error checking
473         version of mono_class_inflate_generic_method_full.
475         Fixes #596975.
477 2010-04-15 Rodrigo Kumpera  <rkumpera@novell.com>
479         * class.c (mono_class_inflate_generic_type_no_copy): Do proper
480         error handling passing MonoError around.
482         Fixes #560336.
484 2010-04-14 Gonzalo Paniagua Javier <gonzalo@novell.com>
486         * socket-io.c: make GetHostByName ("") work on windows.
487         Fixes bug #456723.
489 2010-04-14 Gonzalo Paniagua Javier <gonzalo@novell.com>
491         * object-internals.h:
492         * threads.c: use a spin lock when accesing the per-thread appdomain
493         list.
495 2010-04-14 Gonzalo Paniagua Javier <gonzalo@novell.com>
497         * threads.c: no need to take the threads lock in push/pop appdomain.
499 2010-04-14 Rodrigo Kumpera  <rkumpera@novell.com>
501         * reflection.c (_mono_reflection_parse_type): MS supports
502         non-assembly-qualified types in a generic type parameter list
503         when enclosed in '[]' (which signals that they should be a fqn).
505         This breaks ECMA specs for how type names are encoded in cattr
506         blobs but F# does it.
508         Fixes #576342.
510 2010-04-14 Rodrigo Kumpera  <rkumpera@novell.com>
512         * icall.c (ves_icall_InternalInvoke): Check if the vtable is sane
513         for instance methods/ctors.
515         Fixes #422113.
517 2010-04-13 Rodrigo Kumpera  <rkumpera@novell.com>
519         * reflection.c: Use the new verifier support for checking
520         custom attributes.
522         Fixes #595306.
524 2010-04-13 Rodrigo Kumpera  <rkumpera@novell.com>
526         * metadata-verify.c: Implement structural verification
527         of custom attributes. This check requires access to the
528         loader since to resolve the size of an enum we have to
529         look it up.
530         We don't check if named argumenments are encoded in a
531         compatible fashion to their underlying field/prop.
532         Maybe we should?
534         * verify-internals.h: Add two new cattr verification API.
536 2010-04-13 Rodrigo Kumpera  <rkumpera@novell.com>
538         * metadata-verify.c (decode_signature_header): Fix signature.
540 2010-04-13 Rodrigo Kumpera  <rkumpera@novell.com>
542         * verify.c (mono_verifier_is_enabled_for_method): Handle
543         assembly less images.
545         * verify.c (mono_verifier_is_class_full_trust): Ditto.
547 2010-04-13 Rodrigo Kumpera  <rkumpera@novell.com>
549         * loader.c (mono_method_signature_checked): Properly
550         init MonoError.
552         * loader.c (mono_method_signature): It's the calee
553         resposibility to init the error object.
555 2010-04-13 Rodrigo Kumpera  <rkumpera@novell.com>
557         * metadata-verify.c (decode_signature_header): Do proper
558         overflow checking.
560 Tue Apr 13 12:36:29 CEST 2010 Paolo Molaro <lupus@ximian.com>
562         * reflection.c: maintain the invariants required by
563         mono_class_layout_fields() also in typebuilder_setup_fields ().
565 2010-04-11  Sebastien Pouliot  <sebastien@ximian.com>
567         * security-core-clr.c: Call mono_class_setup_methods in 
568         get_default_ctor before checking klass->methods. Fix typo in
569         comment
571 2010-04-10  Jb Evain  <jbevain@novell.com>
573         * domain.c (supported_runtimes): remove .net 4.0 beta 2 and
574         add .net 4.0 RTM version.
576 2010-04-09 Rodrigo Kumpera  <rkumpera@novell.com>
578         * reflection.c (resolve_object): Properly inflate generic
579         methods when a context is supplied.
581         Fixes #591226.
583 2010-04-09 Rodrigo Kumpera  <rkumpera@novell.com>
585         * verify.c (mono_method_verify): A switch op don't empty
586         the stack for the next one. Fixes a bug when running fsi
587         under --verify-all.
589 2010-04-09 Rodrigo Kumpera  <rkumpera@novell.com>
591         * metadata-verify.c (is_valid_standalonesig_blob): Accept
592         fields as valid standalone sig too. F# does generate them.
594         * metadata-verify.c (verify_typedef_table_full): Ignore
595         what <module> extends.
597 2010-04-09 Rodrigo Kumpera  <rkumpera@novell.com>
599         * verify.c (do_invoke_method): It's ok to do use call with
600         virtual, non-final methods if their class is sealed.
602 2010-04-08 Rodrigo Kumpera  <rkumpera@novell.com>
604         * icall.c (ves_icall_MonoField_GetValueInternal): This function
605         is a near identical copy of mono_field_get_value_object. So simply
606         call it.
608         * object.c (mono_field_get_value_object): Handle literal fields
609         on open generic classes.
611         Fixes #594942.
613 2010-04-08 Rodrigo Kumpera  <rkumpera@novell.com>
615         * reflection.c (mono_reflection_create_runtime_class): Setup
616         parent/supertype information again since it can be changed
617         without notice.
619 2010-04-07 Rodrigo Kumpera  <rkumpera@novell.com>
621         * verify.c (verify_type_compatibility_full): Properly handle
622         stores between arrays of primitives.
624         Fixes the verifier side of #555950.
626 2010-04-07 Rodrigo Kumpera  <rkumpera@novell.com>
628         class.c (mono_bounded_array_class_get): Properly init
629         cast_class to take the fact that uint[] and int[] can be
630         casted between each other.
632         Fixes #555950.
634 2010-04-07  Geoff Norton  <gnorton@novell.com>
636         * domain.c: Avoid a deadlock on osx.  Fixes #565765
638 2010-04-08  Zoltan Varga  <vargaz@gmail.com>
640         * icall.c (ves_icall_System_Enum_ToObject): Avoid a crash for unfinished type
641         builders. Fixes #594464.
643 2010-04-08  Zoltan Varga  <vargaz@gmail.com>
645         * icall.c (ves_icall_System_Environment_Exit): Shutdown the threadpool before
646         waiting for all threads to suspend, as those threads can't be suspended.
648 2010-04-08  Zoltan Varga  <vargaz@gmail.com>
650         * threads.c (mono_thread_suspend_all_other_threads): Call ensure_synch_cs_set ()
651         to avoid crashes on newly created threads.
653 2010-04-07 Gonzalo Paniagua Javier <gonzalo@novell.com>
655         * file-io.c: reset the MonoIOStat structure in case of error.
656         Fixes bug #582667.
658 2010-04-06 Rodrigo Kumpera  <rkumpera@novell.com>
660         * class.c (print_implemented_interfaces): Print proper type name.
662         * class.c (mono_class_setup_vtable): Don't try that hard to produce
663         the override map for generic instances since it later ignored.
665         * class.c (mono_class_implement_interface_slow): Don't break for
666         dynamic generic instances.
668         * object.c (mono_runtime_invoke_array): Add an assert for allocation.
670         * reflection.c (mono_reflection_method_get_handle): New method that
671         resolves a method handle.
673         * reflection.c (mono_reflection_get_dynamic_overrides): Handle the
674         case when we override methods from a dynamic generic instance interface.
676         Fixes #575941.
678 2010-04-05 Gonzalo Paniagua Javier <gonzalo@novell.com>
680         * threadpool.c: don't attempt to close the pipe when it has not been
681         created.
683 2010-04-05 Gonzalo Paniagua Javier <gonzalo@novell.com>
685         * threadpool.c: if there are no waiting threads, try to start a new
686         one. This fixes the not-so-random hangs in System.ServiceModel tests.
687         No need to use InterlockedCompareExchange to read volatile variables.
689 2010-04-05 Rodrigo Kumpera  <rkumpera@novell.com>
691         * verify.c (verify_type_compatibility_full): Fail mixed valuetype
692         and reference types that point to the same class.
694         Fixes #565598.
696 2010-04-05 Rodrigo Kumpera  <rkumpera@novell.com>
698         * verify.c (verify_stack_type_compatibility_full): Ignore constraints
699         when verifying compatibility between a generic instance and a generic
700         parameter.
702         * verify.c (check_is_valid_type_for_field_ops): Improve error message.
704         * verify.c (stack_slot_stack_type_full_name): Improve verification type
705         name.
707         Fixes #587849.
709 2010-04-04  Mark Probst  <mark.probst@gmail.com>
711         * sgen-gc.c: Remove superfluous scanning of alloc-pinned objects.
713 2010-04-04  Zoltan Varga  <vargaz@gmail.com>
715         * threads.c Applied some openbsd changes from Robert Nagy <robert@openbsd.org>.
717 2010-04-03  Marek Habersack  <mhabersack@novell.com>
719         * process.c: when cross-compiling with MinGW, force GetProcessId
720         lookup using GetProcAddress.
722 2010-04-02  Mark Probst  <mark.probst@gmail.com>
724         * sgen-gc.c: parse_environment_string_extract_number() must be
725         static.
727 2010-04-02  Mark Probst  <mark.probst@gmail.com>
729         * sgen-gc.c, sgen-gray.c: Macros for gray_object_enqueue() and
730         gray_object_dequeue(), to make sure they're inlined.
732 2010-04-02  Mark Probst  <mark.probst@gmail.com>
734         * sgen-gc.c, sgen-gray.c: Fix a few debug levels, put a few
735         asserts in inner loops into DEBUG and lower MAX_DEBUG_LEVEL.
737 2010-04-02  Jb Evain  <jbevain@novell.com>
739         * exception.c: remove dead code.
741 2010-04-02  Zoltan Varga  <vargaz@gmail.com>
743         * *-gc.c: Fix the signature of mono_gc_get_used/heap_size () to be consistent
744         with mono-gc.h.
746 2010-04-01  Sanjoy Das <sanjoy@playingwithpointers.com>
748         * sgen-gc.c: Make the nursery size adjustable by the
749         MONO_GC_PARAMS environment variable.
751         Code is contributed under MIT/X11 license.
753 2010-04-01 Gonzalo Paniagua Javier <gonzalo@novell.com>
755         * threadpool.c: threadpool threads wait is alertable.
756         Fixes bug #592964.
757         Reduced the stack size of the *poll_wait thread.
759 2010-04-01  Sebastien Pouliot  <sebastien@ximian.com>
761         * exception.c|metadata-internals.h: Add new mono_get_exception_
762         field_access_msg and mono_get_exception_method_access_msg 
763         functions that accept a const char* parameter to provide more 
764         details when the exception is thrown.
765         * security-core-clr.c|h: Rework code to allow logging exceptions
766         (export MONO_LOG_MASK="security") and to supply more details in
767         [TypeLoad|MethodAccess|FieldAccess]Exception thrown. Also added
768         mono_security_core_clr_is_field_access_allowed and 
769         mono_security_core_clr_is_call_allowed to return an exception,
770         with messages and logging, that can be emitted by method-to-ir.c
772 2010-04-01  Mark Probst  <mark.probst@gmail.com>
774         * sgen-gc.c, sgen-pinning-stats.c: In the heap-dump, dump each
775         pinned object.
777 2010-04-01  Zoltan Varga  <vargaz@gmail.com>
779         * appdomain.c (mono_domain_assembly_postload_search): Avoid a crash/assert if
780         the assembly name is not well formed utf8. Fixes #567882.
782 2010-04-01  Zoltan Varga  <vargaz@gmail.com>
784         * reflection.c (mono_reflection_create_generic_class): Set the flags field of
785         the generic parameters from the builder. Fixes #473298.
787 2010-03-31  Miguel de Icaza  <miguel@novell.com>
789         * object.c (mono_class_proxy_vtable): Eliminate warning. 
791         * marshal.c (emit_marshal_boolean): Eliminate possible
792         uninitialized local warning. 
794 2010-03-30  Sebastien Pouliot  <sebastien@ximian.com>
796         * class.c (mono_class_init): Postpone coreclr inheritance check
797         until the end of the initialization (so we can check up the 
798         default ctor manually for the core-clr inheritance rules).
799         * security-core-clr.c: Add the missing (undocumented) checks on
800         default constructors when verifying inheritance rules.
802 2010-03-30 Rodrigo Kumpera  <rkumpera@novell.com>
804         * domain-internals.h (MonoJitExceptionInfo): Add new field
805         handler_end to the data union. To be used to point the end
806         of a finally block.
808 2010-03-30 Rodrigo Kumpera  <rkumpera@novell.com>
810         * reflection.c: Add support for new v4 type
811         System.Reflection.MonoModule that is the concrete version
812         of Module which is abstract unver v4.
814 2010-03-30 Rodrigo Kumpera  <rkumpera@novell.com>
816         * class.c (mono_class_init): Don't set class failure after
817         inited = 1 is set. It must be done before.
819 2010-03-30  Andreas Färber  <andreas.faerber@web.de>
821         * mono-config.c: Add support for OS "haiku"
822         * ChangeLog: Fix UTF-8 encoding
824         Code is contributed under MIT/X11 license.
826 Tue Mar 30 15:53:06 CEST 2010 Paolo Molaro <lupus@ximian.com>
828         * console-unix.c: fixed include logic for sys/ioctl.h.
830 2010-03-30  Mark Probst  <mark.probst@gmail.com>
832         * threads.c: Fix bitmap generation for TLS marking on 64 bit
833         systems.
835 2010-03-30  Zoltan Varga  <vargaz@gmail.com>
837         * icall.c (ves_icall_System_Enum_get_underlying_type): Don't crash on
838         unfinished/broken typebuilders.
840 2010-03-29  Mark Probst  <mark.probst@gmail.com>
842         * sgen-gc.c: Use the same heuristic for the LOS target that we use
843         for the minor section allowance.
845 2010-03-29  Raja R Harinath  <harinath@hurrynot.org>
847         * metadata-verify.c (INVALID_METHOD_IMPLFLAG_BITS): Allow bit 6
848         "NoOptimization".
850 2010-03-29  Mark Probst  <mark.probst@gmail.com>
852         * sgen-gc.c: Count bytes allocated with heavy statistics.
854 2010-03-29  Mark Probst  <mark.probst@gmail.com>
856         * sgen-gc.c: More detailed time statistics.
858 Mon Mar 29 11:52:34 CEST 2010 Paolo Molaro <lupus@ximian.com>
860         * gc-internal.h, sgen-gc.c, threads.c, utils/mono-hash.c:
861         fix the user defined mark interface to pass a pointer
862         to the object location and not the object itself.
864 2010-03-27 Rodrigo Kumpera  <rkumpera@novell.com>
866         * reflection.c (mono_method_body_get_object): Release
867         the method header before the call to CACHE_OBJECT since
868         this is a macro that returns.
870 2010-03-26 Rodrigo Kumpera  <rkumpera@novell.com>
872         * class.c (inflate_generic_type): mono_metadata_type_dup
873         already dupes array information, the g_memdup was just
874         leaking memory.
876 2010-03-26 Rodrigo Kumpera  <rkumpera@novell.com>
878         * verify.c: Add stack_peek function. Fix CEE_DUP
879         to not read from invalid memory if push did expand
880         the stack.
882 2010-03-26 Rodrigo Kumpera  <rkumpera@novell.com>
884         * verify.c: Remove old table verification code that has
885         been superseeded by the new metadata verifier.
887         * verify.h: Remove mono_image_verify_tables from the public
888         API.
890         * pedump.c: Fix for removed bits.
892 2010-03-26 Rodrigo Kumpera  <rkumpera@novell.com>
894         * verify.c: Allocate stack slows lazily to reduce stack usage
895         in case of methods with huge stacks. Reduces memory consumption
896         for mcs yyparse from 459Mb to 1.8Mb.
898 2010-03-26 Gonzalo Paniagua Javier <gonzalo@novell.com>
900         * threadpool.c: don't try executing items from domains being
901         unloaded. Fixes appdomain-async-invoke test.
903 2010-03-26 Gonzalo Paniagua Javier <gonzalo@novell.com>
905         * threadpool.c: spin while the threadpool initializes.
906         * mono-wsq.c: if the WSQ has not been initialized or has been shut
907         down, don't do anything.
909 2010-03-26  Zoltan Varga  <vargaz@gmail.com>
911         * threads.c (mono_thread_create_internal): Set the GC type of the
912         threads_starting_up hash table.
914 2010-03-26 Gonzalo Paniagua Javier <gonzalo@novell.com>
916         * threadpool.c: reset 'state' to avoid returning non-null when the
917         event type is not found.
919 Fri Mar 26 19:03:09 CET 2010 Paolo Molaro <lupus@ximian.com>
921         * sgen-gc.c: make copy_object () take the address of the
922         slot holding the reference. This allows saving memory stores
923         when not needed and it allows keeping track of oldspace->nursery
924         references for the card table code.
926 2010-03-26  Andreas Färber  <andreas.faerber@web.de>
928         * null-gc.c (mono_gc_invoke_with_gc_lock): Fix function name.
930         Code is contributed under MIT/X11 license.
932 Fri Mar 26 11:33:17 CET 2010 Paolo Molaro <lupus@ximian.com>
934         * object.c, threads.c, threads-types.h, threads.h: make the
935         managed thread local storage references precisely tracked.
937 2010-03-25 Gonzalo Paniagua Javier <gonzalo@novell.com>
939         * threadpool.[ch]: reworked the threadpool:
940                 -Threadpool threads use a work-stealing queue. Adding a work
941                 item from a threadpool thread will queue it in the thread
942                 local queue without locking (in most cases).
943                 -epoll events are coalesced before being added to the IO
944                 queue.
945                 -Dynamically change the number of active threads
946                 -Changed the global queue to be more GC friendly
948         * class-internals.h: add 2 new performance counters for the number of
949         threads in the threadpool and the IO threadpool.
951         * object-internals.h: new field in MonoAsyncResult.
952         * icall-def.h: new internal call for queueing work items.
954         * Makefile.am: add 2 new files.
956         * appdomain.c: bump up corlib version.
958         * mono-wsq.[ch]: an implementation of a work-stealing queue.
960         * mono-perfcounters-def.h:
961         * mono-perfcounters.c: added 2 new performance counters.
963 2010-03-26  Mark Probst  <mark.probst@gmail.com>
965         * sgen-gc.c: More FIXME/TODO updates.
967 2010-03-25  Mark Probst  <mark.probst@gmail.com>
969         * gc-internal.h, sgen-gc.c, sgen-gc.h, boehm-gc.c, null-gc.c: New
970         function mono_gc_invoke_with_gc_lock() which invokes a function
971         with the guarantee that no collection will occur during its execution.
973 2010-03-25  Mark Probst  <mark.probst@gmail.com>
975         * sgen-gc.c: Update a few comments.
977 2010-03-24 Rodrigo Kumpera  <rkumpera@novell.com>
979         * reflection.c: Add support for new v4 type
980         System.Reflection.MonoAssembly that is the concrete version
981         of Assembly which is abstract unver v4.
983 2010-03-24  U-anarquia\miguel  <miguel@anarquia>
985         * reflection.c (mono_reflection_get_custom_attrs_info): Protect
986         code that uses System.Reflection.Emit in DISABLE_REFLECTION_EMIT.
988         Expose a few macros that are needed for SR but not SRE to the
989         world (previous inside the SRE ifdef)
991 2010-03-24  Mark Probst  <mark.probst@gmail.com>
993         * sgen-gc.c (gc_register_current_thread): We need
994         stack_start_limit as well in the non-attribute pthread case.
996 2010-03-23 Rodrigo Kumpera  <rkumpera@novell.com>
998         * threads.c: Fix windows build.
1000 2010-03-22 Rodrigo Kumpera  <rkumpera@novell.com>
1002         * thread-types.h: Add mono_thread_resume_interruption.
1004         * threads.c: Add mono_thread_resume_interruption, this
1005         function should be called after the last protected handler
1006         found at interruption time has finished.
1008 2010-03-22 Rodrigo Kumpera  <rkumpera@novell.com>
1010         * threads.c (ves_icall_System_Threading_Thread_ResetAbort):
1011         Check MonoInternalThread's ::state instead of ::abort_exc
1012         since the later can be lazily created.
1014         This is specially problematic when running a finally block
1015         under AbortRequested state. ResetAbort must work, but the
1016         abort_exc object has not been created because interruption
1017         has not began.
1019 2010-03-22  Geoff Norton  <gnorton@novell.com>
1021         * locales.c: Its possible for CFStringGetCStringPtr
1022         to return null and not convert encodings.  Use
1023         CFStringGetCString instead.
1025 Mon Mar 22 18:06:38 CET 2010 Paolo Molaro <lupus@ximian.com>
1027         * class-internals.h, class.c, object.c: introduce compressed
1028         interface bitmaps (for now only under small config): this saves
1029         about 600 KB of runtime memory on gmcs bootstraps or monodevelop
1030         startups.
1032 Mon Mar 22 16:03:34 CET 2010 Paolo Molaro <lupus@ximian.com>
1034         * mono-debug.c: don't try to get the method header, it causes a
1035         deadlock and it is not used for anything anymore.
1037 2010-03-22  Zoltan Varga  <vargaz@gmail.com>
1039         * loader.c (mono_method_get_marshal_info): Fix the handling of dynamic methods
1040         broken by the last change.
1042 2010-03-21  Andreas Färber  <andreas.faerber@web.de>
1044         * socket-io.c: Don't depend on AF_SNA, AF_DECnet,
1045         SOCK_RDM.
1046         
1047         Code is contributed under MIT/X11 license.
1049 2010-03-20  Sanjoy Das <sanjoy@playingwithpointers.com>
1051         * sgen-gc.c (mono_gc_get_write_barrier): Handle non-aligned
1052         nursery.
1054         Code is contributed under MIT/X11 license.
1056 2010-03-19  Martin Baulig  <martin@ximian.com>
1058         * mono-debug.c (MonoDebugWrapperData): Replace `cil_code' with a
1059         dummy field, containing an empty string.
1060         (mono_debug_add_method): Don't call mono_disasm_code() for wrappers.
1063 Fri Mar 19 17:26:43 CET 2010 Paolo Molaro <lupus@ximian.com>
1065         * class.c: setup_interface_offsets() refactor to not call
1066         mono_class_get_implemented_interfaces () more times than needed and
1067         to reduce the runtime memory requirements to be O(num_interfaces)
1068         instead of O(max_interface_id).
1070 2010-03-18 Gonzalo Paniagua Javier <gonzalo@novell.com>
1072         * mono-mlist.[ch]: add mono_mlist_set_next ().
1074 2010-03-16 Rodrigo Kumpera  <rkumpera@novell.com>
1076         * domain-internals.h: Add MonoTryBlockHoleJitInfo struct and
1077         associated changes to support holes in the protected range of a
1078         try block.
1080         * domain.c: Add mono_jit_info_get_try_block_hole_table_info, which
1081         retrieves the holes table from a given MonoJitInfo.
1083 Tue Mar 16 13:11:15 CET 2010 Paolo Molaro <lupus@ximian.com>
1085         * object.h, object-internals.h, object.c, icall.c, gc-internal.h,
1086         debug-helpers.c, cominterop.c, process.c, sgen-gc.c, socket-io.c:
1087         hide the contents of the MonoString and MonoArray structs from the
1088         public API. Change the accessor macros to accessors functions where
1089         needed. Adjusted the array API to allow for pointer-sized lengths and
1090         starting positions, so 64 bit arrays can be optionally provided in an
1091         API compatible way if needed on 64 bit systems.
1093 Tue Mar 16 10:18:07 CET 2010 Paolo Molaro <lupus@ximian.com>
1095         * class-internals.h, class.c, loader.c, marshal.c, metadata.c,
1096         reflection.c: the MonoMethodNormal struct is now unused, so remove it.
1098 Mon Mar 15 18:28:00 CET 2010 Paolo Molaro <lupus@ximian.com>
1100         * class-internals.h: remove the method header from MonoMethod since
1101         from now on it will be transient. We have a header pointer for method
1102         wrappers, since in that case we need to keep track of it. For this
1103         reason, all the Reflection.Emit generated methods use MonoMethodWrapper
1104         structs now. The same happens with MonoMethodInflated.
1105         * class.c: reset the sre_method flag for inflated method structures:
1106         this makes the code that cares look at the header in the MonoMethodInflated
1107         structure.
1108         * loader.c: lookup the method header in the appropriate field now that
1109         it is removed from MonoMethod.
1110         * metadata-internals.h: add a flag to the method header to know if it
1111         can be freed inside mono_metadata_free_mh ().
1112         * method-builder.c: updates after moving the header field from
1113         MonoMethod to MonoMethodWrapper.
1114         * reflection.c: MonoMethods generated from Reflection.Emit use
1115         MonoMethodWrapper structs if they need a method header now (later take
1116         advantage of this and remove all the current unsafe uses of method_aux_hash).
1117         * metadata.c: make method header parsing not leak when verification
1118         fails. Alloc it with g_malloc() and free it in mono_metadata_free_mh().
1119         These changes save a few hundred KB of runtime memory in a mcs
1120         bootstrap or a monodevelop startup.
1122 2010-03-12 Rodrigo Kumpera  <rkumpera@novell.com>
1124         * verify.c: Improve error message.
1126 2010-03-12  Jb Evain  <jbevain@novell.com>
1128         * reflection.c (add_exported_type): populate the exported
1129         table with the type's nested type.
1131 2010-03-10  Mark Probst  <mark.probst@gmail.com>
1133         * sgen-gc.c (STRING_SIZE): Semi-revert r153342.  I'm an idiot who
1134         can't read parentheses.
1136 2010-03-10  Mark Probst  <mark.probst@gmail.com>
1138         * threads.c (thread_cleanup): Add a guard to dereferencing
1139         "thread" to avoid an unlikely race condition.
1141 2010-03-09  Sebastien Pouliot  <sebastien@ximian.com>
1143         * assembly.c: Fix crash in moon-unit when aname->culture is NULL
1144         instead of an empty string.
1146 2010-03-09  Zoltan Varga  <vargaz@gmail.com>
1148         * object-internals.h (_G_BOOLEAN_EXPR): Fix the definition of this to explicitly
1149         convert to a boolean, recent gcc versions compile this differently.
1151 2010-03-09  Zoltan Varga  <vargaz@gmail.com>
1153        * sgen-gc.c (safe_object_get_size): Avoid a function call so this can really be
1154        inlined.
1156 2010-03-09  Mark Probst  <mark.probst@gmail.com>
1158         * sgen-gc.c (STRING_SIZE): Off by one.
1160 2010-03-09  Mark Probst  <mark.probst@gmail.com>
1162         * sgen-archdep.h: Fix the signal context register access for
1163         AMD64.
1165 2010-03-09  Zoltan Varga  <vargaz@gmail.com>
1167         * sgen-gray.c: Get rid of the unused 'start' field in GrayQueueSection.
1169 2010-03-08  Rodrigo Kumpera  <rkumpera@novell.com>
1171         * verify.c: Store the initial basic block returned by mono_basic_block_split
1172         so we can release the whole list and not just the first one.
1174 Mon Mar 8 17:30:44 CET 2010 Paolo Molaro <lupus@ximian.com>
1176         * verify.c, debug-helpers.c, profiler.c, loader.c,
1177         mono-basic-block.c, mono-debug.c, reflection.c: prepare to make
1178         MonoMethodHeader a transient entity.
1180 2010-03-08  Zoltan Varga  <vargaz@gmail.com>
1182         * sgen-gc.c (scan_needed_big_objects): Call drain_gray_stack () to avoid
1183         uncontrolled growth of the gray stack.
1185         * sgen-gray.c: Rewrite this so it behaves like a stack, not a queue, so recently
1186         added items are removed first, improving cache locality. Avoid freeing queue
1187         segments in the fast path, use the list of segments as the free list, truncate
1188         it to its max size at the start of collection.
1190 Mon Mar 8 10:13:52 CET 2010 Paolo Molaro <lupus@ximian.com>
1192         * metadata-internals.h: more memory savings, both with small config and without.
1195 Sat Mar 6 19:12:12 CET 2010 Paolo Molaro <lupus@ximian.com>
1197         * appdomain.c, domain-internals.h, domain.c, object.c:
1198         make class_vtable_hash into an array to reduce memory usage.
1200 Sat Mar 6 18:16:35 CET 2010 Paolo Molaro <lupus@ximian.com>
1202         * mempool.c, class-internals.h, class.c, icall.c, metadata.c,
1203         object-internals.h, object.c, reflection.c, threadpool.c:
1204         reduce resource usage when the small config is selected.
1205         In particular, up to 64K of methods/fields/properties/events
1206         are allowed and "other" methods in events are ignored.
1208 Fri Mar 5 19:05:47 CET 2010 Paolo Molaro <lupus@ximian.com>
1210         * threads.c: reduce resource usage when compiled for a small config.
1212 2010-03-05  Mark Probst  <mark.probst@gmail.com>
1214         * sgen-gc.c: Also collect number of degraded-alloced objects with
1215         heavy statistics.
1217 2010-03-04  Geoff Norton  <gnorton@novell.com>
1219         * assembly.c: Only support OSX bundling if the bundle is 
1220         actually detectable.
1222 2010-03-04  Geoff Norton  <gnorton@novell.com>
1224         * loader.c: The marshal specs are freed at the end of the call
1225         but it explicitly frees the strings as well as the container,
1226         so we need to dup them too to avoid referencing free'd memory.
1228 2010-03-04  Geoff Norton  <gnorton@novell.com>
1230         * icall-def.h:
1231         * icall.c: Add a new private internal icall to construct
1232         an object from its type without running the ctor.
1234 Thu Mar 4 15:37:09 CET 2010 Paolo Molaro <lupus@ximian.com>
1236         * profiler.c: allow multiple profiler engines to be loaded
1237         at the same time.
1239 Wed Mar 3 20:19:45 CET 2010 Paolo Molaro <lupus@ximian.com>
1241         * profiler-private.h, profiler.c, profiler.h, sgen-gc.c: introduce
1242         profiler event to track object moves.
1244 Wed Mar 3 19:20:39 CET 2010 Paolo Molaro <lupus@ximian.com>
1246         * object.c, profiler.c, profiler.h, string-icalls.c:
1247         remove the reduntant MONO_PROFILE_STRING_ALLOC profiler event.
1249 2010-03-03  Miguel de Icaza  <miguel@novell.com>
1251         * decimal.c (mono_double2decimal): Add support for reducing the
1252         scale of a decimal.  It turns the 0.6000000000000 into 0.6 as
1253         expected.
1255 2010-03-03 Rodrigo Kumpera  <rkumpera@novell.com>
1257         * icall-def.h:
1258         * icall.c: Implement System.MonoType::get_core_clr_security_level icall.
1260 2010-03-03  Marek Habersack  <mhabersack@novell.com>
1262         * mono-config.c (mono_config_parse_assembly_bindings): added -
1263         parses assembly binding redirections from appdomain's config
1264         file.
1266         * metadata-internals.h: added definition of a new function -
1267         mono_config_parse_assembly_bindings - to support parsing assembly
1268         binding redirections defined in appdomain's config file.
1270         * domain-internals.h: added two new fields to _MonoDomain - a list
1271         of assembly bindings and a flag to parse the config file only
1272         once.
1274         * assembly.c (assembly_binding_maps_name): empty culture name and
1275         NULL culture name are considered equal.
1276         (mono_assembly_apply_binding): added support for domain specific
1277         assembly binding redirections, read from the appdomain's
1278         configuration file. Fixes bug #580185
1280 Wed Mar 3 11:46:06 CET 2010 Paolo Molaro <lupus@ximian.com>
1282         * appdomain.c, domain.c, icall.c, image.c, marshal.c, object.c,
1283         reflection.c, socket-io.c, threadpool.c, threads.c: removed 1.1/1.0
1284         support.
1286 2010-03-02 Rodrigo Kumpera  <rkumpera@novell.com>
1288         * reflection.c (mono_image_get_memberref_token): Extract mono_image_add_memberef_row
1289         from this function. The new function receive the parent token instead of a type.
1291         * reflection.c (mono_image_get_methodref_token_for_methodbuilder):
1292         * reflection.c (mono_image_get_ctorbuilder_token): Use new function to encode
1293         typebuilders. This make it possible to properly encode generic type builders since
1294         their unmanaged type don't have generics data while unfinished.
1296         Fixes #583655.
1298 2010-03-02  Mark Probst  <mark.probst@gmail.com>
1300         * sgen-gc.c, sgen-protocol.c, sgen-protocol.h: New facility for
1301         writing binary log files (can be enabled by #define'ing
1302         BINARY_PROTOCOL) for better debugging of timing-dependent bugs or
1303         bugs in longer running programs.
1305 Mon Mar 1 19:35:32 CET 2010 Paolo Molaro <lupus@ximian.com>
1307         * metadata.c: added some API documentation.
1309 2010-03-01  Robert Jordan  <robertj@gmx.net>
1311         * filewatcher.h: Include glib.h to fix the MSVC build.
1313 2010-03-01  Zoltan Varga  <vargaz@gmail.com>
1315         * class-internals.h (MonoClass): Get rid of the reflection_info field, add
1316         a GC handle instead. This is a bit slower to access, but avoids burdening the
1317         GC with 100s of individual roots.
1319         * reflection.c (mono_class_get_ref_info):
1320         (mono_class_set_ref_info):
1321         (mono_class_free_ref_info): New internal helper fuctions.
1323         * reflection.c appdomain.c icall.c class.c: Use the new helper functions instead
1324         of accessing klass->reflection_info directly.
1326         * sgen-gc.c (alloc_complex_descriptor): Fix the computation of the number of
1327         words.
1329         * gc.c (alloc_handle): Create a GC descriptor for the 'entries' array, free
1330         the previous array.
1332 2010-02-28  Zoltan Varga  <vargaz@gmail.com>
1334         * marshal.c (get_runtime_invoke_type): Avoid sharing byref with I, as the latter
1335         needs an indirection.
1337 2010-02-26  Zoltan Varga  <vargaz@gmail.com>
1339         * generic-sharing.c: Removed, moved its contents to mini/mini-generic-sharing.c,
1340         so all generic sharing code is in one place.
1342         * class.c (get_implicit_generic_array_interfaces): Fix the last change so
1343         we don't call setup_interface_offsets () for unfinished types.
1345 2010-02-26  Zoltan Varga  <vargaz@gmail.com>
1347         * class.c (mono_class_generic_sharing_enabled): Move this to
1348         generic-sharing.c.
1350         * image.c: Add an unload hook which is called before an image is unloaded.
1352         * generic-sharing.c: Use the unload hook to unregister per-image data, to avoid
1353         metadata.c having to depend on generic sharing.
1355 Fri Feb 26 19:23:18 CET 2010 Paolo Molaro <lupus@ximian.com>
1357         * class.c: reduce size of ridiculously large cache.
1359 2010-02-26  Martin Baulig  <martin@ximian.com>
1361         * mono-debug.h
1362         (MONO_DEBUGGER_MINOR_VERSION): Bump to 5.
1364         * threads.c (mono_thread_internal_reset_abort): New method; resets
1365         the abort, but doesn't throw any exception if no abort was requested.
1367 2010-02-26  Zoltan Varga  <vargaz@gmail.com>
1369         * class.c (get_implicit_generic_array_interfaces): Call
1370         mono_class_setup_interface_offsets () before accessing
1371         eclass->interface_offsets_count. This only shows up on platforms without IMT for
1372         some reason.
1374 Thu Feb 25 12:12:44 CET 2010 Paolo Molaro <lupus@ximian.com>
1376         * environment.c, environment.h, icall.c: make the GetOSVersionString()
1377         icall internal.
1379 Thu Feb 25 11:37:50 CET 2010 Paolo Molaro <lupus@ximian.com>
1381         * metadata.c, metadata.h: make MONO_TYPE_IS* functional without
1382         direct access to the MonoType fields.
1384 2010-02-25  Zoltan Varga  <vargaz@gmail.com>
1386         * threads.h: Move some internal functions which were added to this header by
1387         mistake to threads-types.h.
1389         * class.c (mono_class_init): Get rid of mono_setup_vtable_in_class_init.
1391 Wed Feb 24 17:45:27 CET 2010 Paolo Molaro <lupus@ximian.com>
1393         * class-internals.h, class.h, object.h: make MonoRemoteClass
1394         and mono_remote_class() internal.
1396 Wed Feb 24 17:05:18 CET 2010 Paolo Molaro <lupus@ximian.com>
1398         * metadata-internals.h, class-internals.h, metadata.h: make the
1399         MonoType guts internal as well.
1401 Wed Feb 24 16:02:42 CET 2010 Paolo Molaro <lupus@ximian.com>
1403         * reflection.h: the MonoTypeNameParse guts are internal now.
1404         * assembly.c, assembly.h, image.h: the MonoAssemblyName guts
1405         are internal now, provide accessors as needed.
1406         * metadata.h, metadata-internals.h: the MonoMethodSignature
1407         guts are internal now.
1408         * Makefile.am: mempool.h is an internal header now.
1409         * *.h, *.c: remove glib.h usage from the public headers.
1411 2010-02-24  Atsushi Enomoto  <atsushi@ximian.com>
1413         * culture-info-table.h : regenerated.
1415 2010-02-22  Rodrigo Kumpera  <rkumpera@novell.com>
1417         * metadata.c: Add mono_method_get_header_summary which returns minimal
1418         information about the header of a method. This is the information used
1419         by the inline oracle to reject methods.
1421         This method doesn't decode local variables and doesn't cache it's result,
1422         so it should cause a minimal reduction in memory usage.
1424         * metadata-internals.h: Add MonoMethodHeaderSummary structure and
1425         mono_method_get_header_summary.
1427 2010-02-22  Jeffrey Stedfast  <fejj@novell.com>
1429         * threads.c (mono_thread_exit): Make sure that the main thread is
1430         non-null before dereferencing it.
1432 2010-02-21  Geoff Norton  <gnorton@novell.com>
1434         * Makefile.am: Add CoreFoundation linkage on darwin to properly get the current
1435         locale.
1436         * locaes.c: When running on darwin, try to get the local from CoreFoundation 
1437         before falling back to the posix lookup.
1439 2010-02-19  Zoltan Varga  <vargaz@gmail.com>
1441         * threads.c (mono_thread_suspend_all_other_threads): Ignore threads which have
1442         the DONT_MANAGE flag set.
1444 2010-02-19  Rodrigo Kumpera  <rkumpera@novell.com>
1446         * domain.c: Remove old v1 version strings. Let the runtime
1447         default to 2.0 instead of failing because it can't find a
1448         working 1.0 instalation.
1450 2010-02-19  Rodrigo Kumpera  <rkumpera@novell.com>
1452         * domain.c: Add v4 RC version string.
1454 2010-02-19  Rodrigo Kumpera  <rkumpera@novell.com>
1456         * mono-basic-block.c (mono_opcode_value_and_size): Use pointer variant
1457         of overflow checking function.
1459 2010-02-18  Rodrigo Kumpera  <rkumpera@novell.com>
1461         * reflection.c (mono_reflection_method_on_tb_inst_get_handle): Handle non
1462         generic methods.
1464         * reflection.c (mono_reflection_get_custom_attrs_info): Handle compiler context
1465         cases for ParameterInfo.
1467         Fixes #579493.
1469 2010-02-18  Zoltan Varga  <vargaz@gmail.com>
1471         * class.c (mono_class_get_cctor): Fix support for dynamic classes, which doesn't
1472         have has_cctor set. Fixes #575946.
1474 2010-02-16 Gonzalo Paniagua Javier <gonzalo@novell.com>
1476         * appdomain.c: display a warning if the parsing the config file
1477         produces any error.
1478         Skip the BOM in UTF-8 files.
1479         Copy the AppDomainSetup before setting the privateBinPath so that the
1480         correct configuration file is read.
1482 2010-02-15  Zoltan Varga  <vargaz@gmail.com>
1484         * object.c: Instead of using one vtable trampoline, allow the JIT to use one
1485         vtable trampoline per vtable slot index. Not used yet.
1487 2010-02-13 Gonzalo Paniagua Javier <gonzalo@novell.com>
1489         * icall-def.h:
1490         * icall.c: add internal call that returns the system page size.
1492 2010-02-13  Zoltan Varga  <vargaz@gmail.com>
1494         * debug-helpers.c (mono_method_desc_search_in_image): Handle short names like
1495         'int' for system classes.
1497 Fri Feb 12 18:36:02 CET 2010 Paolo Molaro <lupus@ximian.com>
1499         * icall.c, icall-def.h: new icall to check for sufficient
1500         stack space.
1502 2010-02-12  Mark Probst  <mark.probst@gmail.com>
1504         * reflection.c (ensure_complete_type): Check that reflection_info
1505         is set, too.  Fixes crash of corlib testsuite with -O=-all.
1507 2010-02-11  Rodrigo Kumpera  <rkumpera@novell.com>
1509         * attrdefs.h:
1510         * tabledefs.h: Add NoOptimization flag.
1512 2010-02-10  Mark Probst  <mark.probst@gmail.com>
1514         * sgen-gc.c: Don't consider it a missing remset if the target
1515         object is pinned - we might have done the store but not added the
1516         remset yet.
1518 2010-02-10  Mark Probst  <mark.probst@gmail.com>
1520         * sgen-gc.c: When checking for missing remsets, don't assert on
1521         the first one, but print them all and then assert.
1523 2010-02-10  Mark Probst  <mark.probst@gmail.com>
1525         * sgen-gc.c (find_in_remset_loc): Handle the small bitmap case.
1527 2010-02-09  Miguel de Icaza  <miguel@novell.com>
1529         * console-unix.c: On OSX Control-Y is assigned to
1530         VDSUSP (non-Posix), the
1531         suspend-program-next-time-it-tries-to-read-input command (this is
1532         different than C-z, which suspends immediately).
1534         Do the same thing that bash does and ignore this setting,
1535         making our repl/getline support pasting.
1537 2010-02-10  Mark Probst  <mark.probst@gmail.com>
1539         * sgen-gc.c: Simple plausibility check for scan_starts.
1541 2010-02-10  Mark Probst  <mark.probst@gmail.com>
1543         * sgen-gc.c: Round up when calculating the number of scan starts.
1545 2010-02-10  Rodrigo Kumpera  <rkumpera@novell.com>
1547         * reflection.c: Export mono_get_object_from_blob.
1549         * object-internals.h: Ditto.
1551         * icall.c: New icall property_info_get_default_value to get the default
1552         value of a property. Since using this is not common, no caching is done.
1554         * icall-def.h: Add new icall.
1556 2010-02-10  Rodrigo Kumpera  <rkumpera@novell.com>
1558         * class.c: Add mono_class_get_property_default_value.
1560         * class-internal.h: Export mono_class_get_property_default_value.
1562 2010-02-10  Rodrigo Kumpera  <rkumpera@novell.com>
1564         * reflection.c (mono_image_get_property_info): Encode the default value of a property.
1566 Wed Feb 10 14:48:45 CET 2010 Paolo Molaro <lupus@ximian.com>
1568         * sgen-gc.c: introduced critical regions to allow some lockless
1569         operations and increase scalability.
1571 2010-02-10  Geoff Norton  <gnorton@novell.com>
1573         * reflection.c: Support building with DISABLE_REFLECTION
1575 2010-02-09 Gonzalo Paniagua Javier <gonzalo@novell.com>
1577         * threadpool.c: Fixes for SetMinThreads and SetMaxThreads.
1578         Closes bug #566057.
1580         * exception.c: fix typo in comment.
1582 2010-02-09  Rodrigo Kumpera  <rkumpera@novell.com>
1584         * icall.c (param_info_get_type_modifiers): Handle the case when the member object is a
1585         property. This happens which instances returned by PropertyInfo::GetIndexParameters ().
1587         * reflection.c (mono_reflection_get_custom_attrs_info): Ditto.
1589         * object-internals.h: Export mono_class_is_reflection_method_or_constructor as part of
1590         the internal API.
1592         Fixes #574434.
1594 2010-02-09  Mark Probst  <mark.probst@gmail.com>
1596         * threads.c: Removed two assertions that were too strict.  Added a
1597         clarifying comment.  Fixes #577090.
1599 2010-02-08  Zoltan Varga  <vargaz@gmail.com>
1601         * domain.c (mono_jit_info_table_find): Avoid looking in the root domain, since
1602         the caller has no way of knowing the domain which owns the returned MonoJitInfo.
1604         * appdomain.c (create_exceptions): Call mono_thread_push/popappdomain_ref ().
1606         * verify.c (mono_type_get_stack_name): Fix a warning.
1608 2010-02-07  Zoltan Varga  <vargaz@gmail.com>
1610         * marshal.c (mono_marshal_get_wrapper_info): Rename from
1611         mono_marshal_wrapper_info_from_wrapper.
1613         * marshal.c (mono_marshal_set_wrapper_info): Rename from
1614         mono_marshal_method_set_wrapper_data, and export.
1616         * boehm-gc.c sgen-gc.c null-gc.c: Get rid of mono_gc_get_allocator_type, store
1617         the allocator type in a AllocatorWrapperInfo structure instead, which is accesible
1618         by calling mono_marshal_get_wrapper_info ().
1620         * sgen-gc.c (mono_gc_get_managed_allocator): Add a specialized allocator for
1621         small objects which does no size checks.
1623 2010-02-05  Rodrigo Kumpera  <rkumpera@novell.com>
1625         * icall-def.h: Rename get_MetadataToken to GetMetadataToken.
1627 2010-02-04  Rodrigo Kumpera  <rkumpera@novell.com>
1629         * verify.c (mono_method_verify): Use the new basic block formation pass
1630         to avoid verifying dead basic blocks. This is the same behavior as the
1631         runtime MS verifier.
1633 2010-02-04  Rodrigo Kumpera  <rkumpera@novell.com>
1635         * mono-basic-block.c:
1636         * mono-basic-block.h: New implementation of a basic block formation pass.
1637         The formation pass does static liveness analysis as well to detect dead
1638         basic blocks.
1640 2010-02-04  Zoltan Varga  <vargaz@gmail.com>
1642         * marshal.c (mono_marshal_get_native_wrapper): Emit a null check for the
1643         'this' argument in icalls.
1645 2010-02-02  Zoltan Varga  <vargaz@gmail.com>
1647         * reflection.c (resolve_object): Handle MonoArrayMethod. Fixes #575955.
1649 2010-02-01  Mark Probst  <mark.probst@gmail.com>
1651         * object.c, domain.c: When using SGen, we must register
1652         vtable->type as a root if it's not a MonoType, because then it
1653         wasn't pin-alloced.
1655 2010-02-01  Mark Probst  <mark.probst@gmail.com>
1657         * sgen-gc.c: Reset to_space_bumper to to_space_section->next_data
1658         at the start of nursery collections, because we might have had
1659         degraded allocations which changed next_data.
1661 2010-01-30  Zoltan Varga  <vargaz@gmail.com>
1663         * marshal.c (mono_marshal_get_managed_wrapper): Avoid constructing the
1664         custom attr so this function works in cross-compiling mode.
1666 2010-01-29  Zoltan Varga  <vargaz@gmail.com>
1668         * class.c (make_generic_param_class): Initialize interface offsets since we
1669         set klass->inited. Fixes #574819.
1671 2010-01-28  Zoltan Varga  <vargaz@gmail.com>
1673         * domain.c (mono_domain_free): Send the END_UNLOAD profiler event before
1674         calling the JIT domain cleanup hook.
1676 2010-01-28  Rodrigo Kumpera  <rkumpera@novell.com>
1678         * pedump.c (main): Properly set the verifier mode when running the metadata
1679         verifier.
1681 2010-01-28  Rodrigo Kumpera  <rkumpera@novell.com>
1683         * verify.c (verify_class_for_overlapping_reference_fields): Properly verify
1684         overlapping fields now that we're called before has_references is set.
1686         * pedump.c (dump_verify_info): Clear any loader error before verifying another
1687         method. Otherwise all sort of weird stuff happens.
1689 2010-01-27  Zoltan Varga  <vargaz@gmail.com>
1691         * object.c (mono_field_get_value_object): Handle nullable types correctly.
1692         Fixes #572874.
1694 2010-01-25  Zoltan Varga  <vargaz@gmail.com>
1696         * icall.c (ves_icall_System_Array_SetValueImpl): Handle nullable types correctly.
1697         Fixes #573322.
1699 2010-01-23  Mark Probst  <mark.probst@gmail.com>
1701         * sgen-pinning.c (evacuate_pin_staging_area): Don't assume
1702         pin_staging_area_index is greater than 0.
1704 2010-01-22 Miguel de Icaza (miguel@novell.com)
1706         * loader.c: Since we do nothing with the error returned, pass NULL
1707         to ignore the error.
1709 2010-01-21  Rodrigo Kumpera  <rkumpera@novell.com>
1711         * reflection.c (typebuilder_setup_fields): Pretend field setup already
1712         happened before starting to encode the actual fields. This avoid ciclic
1713         dependencies and eventual crashes.
1715         Fixes #572660.
1717 2010-01-21  Mark Probst  <mark.probst@gmail.com>
1719         * sgen-gc.c, gc-internal.h, object.c: Make string allocation
1720         atomic and remove the half-constructed hack in SGen.
1722 2010-01-21  Rodrigo Kumpera  <rkumpera@novell.com>
1724         * metadata-verify.c (parse_generic_inst): Fail a type signature if it 
1725         has a recursive reference to itself.
1727         Fixes #571863.
1729 2010-01-21  Rodrigo Kumpera  <rkumpera@novell.com>
1731         * loader.c (mono_method_signature): Fix error message.
1733 2010-01-21  Mark Probst  <mark.probst@gmail.com>
1735         * sgen-gc.c: Reuse to-space sections between nursery collections.
1737 2010-01-20 Gonzalo Paniagua Javier <gonzalo@novell.com>
1739         * icall.c: don't raise AppDomain.TypeResolve when the type is loaded
1740         from the current assembly or mscorlib. Fixes bug #322957.
1742 2010-01-20  Zoltan Varga  <vargaz@gmail.com>
1744         * marshal.c: Calculate the target class of the delegete invoke wrappers using
1745         get_wrapper_target_class.
1747 2010-01-19  Mark Probst  <mark.probst@gmail.com>
1749         * sgen-gc.c: Fix warnings.
1751 2010-01-19  Rodrigo Kumpera  <rkumpera@novell.com>
1753         * verify.c (store_local): Better error message.
1755 2010-01-19  Rodrigo Kumpera  <rkumpera@novell.com>
1757         * object.c (mono_object_get_virtual_method): Handle generic interfaces with variant
1758         arguments.
1760 2010-01-19  Rodrigo Kumpera  <rkumpera@novell.com>
1762         * icall.c (ves_icall_Remoting_RemotingServices_GetVirtualMethod): This
1763         function is generics variance aware.
1765 2010-01-19  Sebastien Pouliot  <sebastien@ximian.com>
1767         * security-core-clr.c (mono_security_core_clr_can_access_internals):
1768         Handle the case where 'basedir' can be NULL (e.g. SRE assemblies)
1770 2010-01-19  Sylvain Dupont <duposyl@gmail.com>
1772         * cominterop.c marshal.c: Added support for marshalling in, in/byref,
1773           in/out, in/out/byref parameters of type SAFEARRAY[VARIANT].
1775         Code is contributed under MIT/X11 license.
1777 2010-01-19  Rodrigo Kumpera  <rkumpera@novell.com>
1779         * icall.c (ves_icall_MonoMethod_GetGenericMethodDefinition): Handle inflated generic methods
1780         on a GTD.
1782 2010-01-19  Zoltan Varga  <vargaz@gmail.com>
1784         * marshal.c (mono_marshal_wrapper_info_from_wrapper): New helper function to
1785         return a point to a wrapper specific info structure describing the wrapper.
1786         (mono_marshal_get_array_address): Store the rank+elem_size in the wrapper info.
1788 2010-01-18  Mark Probst  <mark.probst@gmail.com>
1790         * sgen-gc.c: Make minor collection section allowance adaptive,
1791         depending on the amount of memory reclaimed in the last major
1792         collection.  If more memory was reclaimed (i.e. more garbage
1793         produced), do the next collection earlier.
1795 2010-01-18  Rodrigo Kumpera  <rkumpera@novell.com>
1797         * metadata-verify.c (parse_type): Fail a type signature if it has a recursive reference
1798         to itself.
1800         * metadata-verify.c (mono_verifier_verify_typespec_signature): Change signature to take
1801         the token as parameter.
1803         * verify-internals.h: Ditto.
1805         * metadata.c (mono_type_create_from_typespec): Pass token to verifier.
1807         Fixes #571460.
1809 2010-01-18  Mark Probst  <mark.probst@gmail.com>
1811         * sgen-gc.c: Make store_remset_buffer_index long.
1813 2010-01-18  Rodrigo Kumpera  <rkumpera@novell.com>
1815         * class.c (mono_class_from_typeref): Fail loading of self-referencing typeref tokens.
1817         Fixes #569579.
1819 2010-01-18  Zoltan Varga  <vargaz@gmail.com>
1821         * sgen-gc.c (mono_gc_base_init): Add 'conservative_stack_mark' option to turn
1822         off precise marking if it is available.
1823         (mono_gc_get_bitmap_for_descr): Fix the handling of run length descriptors.
1825 2010-01-17  Zoltan Varga  <vargaz@gmail.com>
1827         * sgen-gc.c (mono_gc_conservatively_scan_area): Resurrect this.
1829         * sgen-pinning.c (evacuate_pin_staging_area): Don't assert if there are no
1830         pinned objects.
1832         * sgen-gc.c (create_allocator): Add the missing n > MONO_ARRAY_MAX_INDEX check
1833         to the array allocator.
1835 2010-01-16  Zoltan Varga  <vargaz@gmail.com>
1837         * generic-sharing.c (instantiate_other_info): Don't create ftnptr's from the
1838         result of mono_compile_method (), it already includes an ftnptr.
1840 2010-01-16  Zoltan Varga  <vargaz@gmail.com>
1842         * metadata.c (get_image_set): Remove an assert which can happen in normal use.
1844 2010-01-15  Zoltan Varga  <vargaz@gmail.com>
1846         * metadata.c (mono_metadata_str_hash): New helper function to compute a stable
1847         hash value which doesn't depend on glib/eglib versions.
1848         (mono_metadata_type_hash): Use it.
1850         * object.c (mono_method_get_imt_slot): Ditto.
1852 2010-01-14  Rodrigo Kumpera  <rkumpera@novell.com>
1854         * class.c (mono_type_has_exceptions): Check the generic instance. It can fail
1855         independently of the GTD.
1857         * class.c (mono_class_setup_fields): Fail if field has negative offset.
1859         * class.c (mono_class_setup_fields): Fail if valuetype has zero size. Add sizeof(MonoObject)
1860         to the upper limit since instance_size includes this amount.
1862         * class.c (mono_class_layout_fields): Check if the types of the static fields have failed.
1864         Fixes #569544.
1866 2010-01-14  Zoltan Varga  <vargaz@gmail.com>
1868         * object.c (build_imt_slots): Compute the vtable slot correctly for interfaces
1869         with static methods.
1871         * object.c (build_imt_slots): Avoid asserting when static methods are
1872         encountered in an interface.
1874 2010-01-13  Mark Probst  <mark.probst@gmail.com>
1876         * sgen-gc.c (to_space_expand): Fix assertion.
1878 Wed Jan 13 15:42:28 CET 2010 Paolo Molaro <lupus@ximian.com>
1880         * string-icalls.c: missing declaration fixes.
1881         * sgen-gc.c: portability fixes.
1883 2010-01-12  Rodrigo Kumpera  <rkumpera@novell.com>
1885         * class.c (mono_class_get_implemented_interfaces): Now take a MonoError argument.
1887         * class.c:
1888         * cominterop.c:
1889         * icall.c:
1890         * object.c: 
1891         * class-internals.h: Adjust for new signature of mono_class_get_implemented_interfaces.
1893 2010-01-12  Rodrigo Kumpera  <rkumpera@novell.com>
1895         * class.c (mono_class_setup_interfaces): Now take a MonoError argument and
1896         it can fail loading the type.
1898         * class.c: Add mono_class_inflate_generic_class_checked.
1900         * class.c:
1901         * verify.c:
1902         * class-internals.h: Adjust for new signature of mono_class_setup_interfaces.
1904 2010-01-11  Zoltan Varga  <vargaz@gmail.com>
1906         * loader.c (mono_method_signature_checked): New internal function taking an
1907         MonoError argument.
1909         * socket-io.c (AI_ADDRCONFIG): Applied patch from John Lightsey (jd@cpanel.net).
1910         Fixes build on rh 7.3.
1912 2010-01-10  Aaron Bockover  <abockover@novell.com>
1914         * assembly.c (mono_set_rootdir): Support finding the mono paths on OS X
1915         at runtime in the same way as on Windows, which yields a relocatable
1916         Mono. Uses dyld's _NSGetExecutablePath and realpath to resolve the path
1917         of the running mono process.
1919         On TARGET_ARM, fallback () will always be executed.
1921 2010-01-08  Rodrigo Kumpera  <rkumpera@novell.com>
1923         * icall.c (ves_icall_Type_GetInterfaceMapData): This function is generics variance aware.
1925 2010-01-08  Rodrigo Kumpera  <rkumpera@novell.com>
1927         * class.c (mono_class_is_assignable_from_slow): Support variant
1928         generic delegates.
1930         * class.c (mono_class_implement_interface_slow): Support types with
1931         variant generic arguments.
1933 2010-01-08  Rodrigo Kumpera  <rkumpera@novell.com>
1935         * verify.c: Remove some code duplication.
1937 2010-01-07  Rodrigo Kumpera  <rkumpera@novell.com>
1939         * object.c: Update docs.
1941 2010-01-07  Rodrigo Kumpera  <rkumpera@novell.com>
1943         * object.c (add_imt_builder_entry): Improve DEBUG_IMT spew.
1945         * object.c (build_imt_slots): Interfaces with variant generic arguments use the
1946         fallback trampoline as well.
1948         * class.c (mono_class_interface_offset_with_variance): Add new non_exact_match
1949         out argument that is set to TRUE if the match was direct. 
1951         * class.c (mono_class_is_assignable_from): Delegates require variance testing as well.
1953         * class-internal.h: Update prototype of mono_class_interface_offset_with_variance.
1955 2010-01-07  Rodrigo Kumpera  <rkumpera@novell.com>
1957         * class.c: Add mono_class_interface_offset_with_variance function that does same
1958         as mono_class_interface_offset but takes variance into account.
1960         * class-internal.h: Export mono_class_interface_offset_with_variance.
1962         * object.c: Fix and improve DEBUG_IMT. Added an assert for IMT thunk building.
1964 2010-01-07  Rodrigo Kumpera  <rkumpera@novell.com>
1966         * object.c:
1967         * icall.c:
1968         * class.c: Add some FIXME for due to variant generic arguments.
1970         object.c (mono_object_isinst_mbyref): Interfaces with variant generic arguments
1971         can't use the simple bitfield check, so call mono_class_is_assignable_from if
1972         the bitfield check fails.
1974 2010-01-07  Rodrigo Kumpera  <rkumpera@novell.com>
1976         * class.c (mono_class_is_assignable_from): Rework the generics variance code
1977         to be easier to read and fix bugs in the case a non generic type implements a variant
1978         interface.
1980         * class.c (mono_class_has_variant_generic_params): Make non static.
1982         * class-internals.h: Export mono_class_has_variant_generic_params as part of
1983         the private API.
1985 2010-01-07 Gonzalo Paniagua Javier <gonzalo@novell.com>
1987         * assembly.c: fix MONO_PATH debug output.
1989 2010-01-06  Atsushi Enomoto  <atsushi@ximian.com>
1991         * culture-info-table.h : regenerated.
1993 2010-01-04  Rodrigo Kumpera  <rkumpera@novell.com>
1995         * verify.c (mono_verifier_verify_class): Properly check for broken parent. Ignore
1996         types that are meant to not have a parent.
1998 2010-01-04  Zoltan Varga  <vargaz@gmail.com>
2000         * marshal.c (mono_marshal_get_runtime_invoke): Make a copy of the signature
2001         from the image mempool, so it is not leaked.
2003 2010-01-04  Zoltan Varga  <vargaz@gmail.com>
2005         * metadata-internals.h (_MonoImage): Remove unused generic_class_cache field.
2007 2010-01-04  Sebastien Pouliot  <sebastien@ximian.com>
2009         * verify.c (verify_valuetype_layout_with_target): Fix case
2010         that can lead to infinite recursion. Fix bug #567861
2012 2010-01-04  Rodrigo Kumpera  <rkumpera@novell.com>
2014         * pedump.c: Run code verifier even if image verification fails
2015         due to a failed type we. This allows more errors to be shown.
2017 2010-01-04  Rodrigo Kumpera  <rkumpera@novell.com>
2019         * class.c (count_virtual_methods): Remove the assert and now
2020         fail properly.
2021         
2022         * class.c (setup_interface_offsets): This can fail now.
2024         * class.c (mono_class_setup_vtable_general): Check for parent vtable
2025         errors. Check setup_interface_offsets errors.
2027         * class.c (setup_interface_offsets): Simplify the return error logic
2028         and remove class_init_ok.
2030         Fixes #560327.
2032 2010-01-04  Rodrigo Kumpera  <rkumpera@novell.com>
2034         * class.c (mono_class_init): Do class verification at the beginning. Add
2035         some asserts to avoid tripping into invalid memory.
2037         * object.c (compute_class_bitmap): Replace a g_assert_not_reached with a
2038         g_error and a decent message.
2040         * verify.c (mono_verifier_verify_class): Verify for invalid super type.
2042         Fixes #567548.
2044 2010-01-03  Zoltan Varga  <vargaz@gmail.com>
2046         * mempool-internals.h (g_list_prepend_mempool): Define this and related functions
2047         as inline functions instead of defining them in mempool.c.
2049         * metadata-internals.h (MonoImageSet): New structure representing a set of
2050         MonoImages, which own a collection of generic instances.
2052         * metadata.c: Get rid of the global generic caches, instead assign each generic
2053         instance to the image set which consists of all the images referenced by the
2054         instance. This greatly speeds up mono_metadata_clean_for_image (), and allows
2055         the memory used by generic instances to be allocated from a per image-set mempool
2056         later.
2058 2010-01-03  Zoltan Varga  <vargaz@gmail.com>
2060         * marshal.c (mono_marshal_get_runtime_invoke): Fix a memory leak.
2062 2010-01-03  Zoltan Varga  <vargaz@gmail.com>
2064         * appdomain.c (zero_static_data): Fix a warning.
2066         * locales.c (construct_culture_from_specific_name): Applied patch from
2067         José Antonio Sánchez Lázaro <jasl@darcysoft.es>. Fix a crash if a culture was
2068         not found. Fixes #567900.
2070 2009-12-31  Sebastien Pouliot  <sebastien@ximian.com>
2072         * loader.c (mono_method_get_signature_full): Remove two asserts.
2073         Return NULL instead so that the verifier can handle both cases 
2074         gracefully.
2076 2009-12-30  Rodrigo Kumpera  <rkumpera@novell.com>
2078         * class.c (mono_class_setup_methods): Use checked version of mono_class_inflate_generic_method_full
2079         so we can properly fail types instead of crashing.
2081         Fixes #567676.
2083 2009-12-30  Rodrigo Kumpera  <rkumpera@novell.com>
2085         * reflection.c (reflection_methodbuilder_to_mono_method): Assert in case of a broken
2086         generic method.
2088 2009-12-30  Rodrigo Kumpera  <rkumpera@novell.com>
2090         * marshal.c (mono_mb_emit_restore_result): Properly handle generic enums.
2092 2009-12-26  Zoltan Varga  <vargaz@gmail.com>
2094         * monitor.c (ves_icall_System_Threading_Monitor_Monitor_wait): Don't close the
2095         wait handle if the wait is interrupted, since it is still in mon->wait_list, and
2096         we can't remove it from it since we don't hold the lock.
2097         (mon_new): Free the orphaned events here when a mon structure is added to the
2098         freelist. Fixes #561239. Thanks to Mike Rieker <wmrieker@nii.net> for tracking
2099         this down.
2101 2009-12-26  Rodrigo Kumpera  <rkumpera@novell.com>
2103         * verify.c (init_stack_with_value_at_exception_boundary): Do stack overflow checking here
2104         as max stack might be zero.
2106         Fixes #562320.
2108 2009-12-26  Rodrigo Kumpera  <rkumpera@novell.com>
2110         Rework all uses of mono_class_setup_methods to accept that it can fail now.
2112         * class.c (mono_class_setup_methods): This function now can fail the class. Do so for generic
2113         instances if the GTD did.
2115         * class.c (mono_class_setup_properties): Ditto.
2117         * class.c (mono_class_setup_events): Ditto.
2119         * class.c (mono_class_setup_vtable): Fail early if the type is already broken.
2121         * class.c (mono_class_setup_vtable_general): Add a few more missing broken type checks. Sanitize
2122         error setting.
2124         * class.c (mono_class_init): Fail if GTD did.
2126         * cominterop.c:
2127         * generic-sharing.c:
2128         * icall.c:
2129         * loader.c:
2130         * object.c:
2131         * verify.c: Properly handle failure of mono_class_setup_methods.
2133 2009-12-26  Rodrigo Kumpera  <rkumpera@novell.com>
2135         * class-internals.c: Add mono_class_inflate_generic_method_full_checked and make
2136         mono_class_inflate_generic_method_full internal.
2138         * class.c (inflate_generic_context): Now takes a MonoError argument.
2140         * class.c (mono_class_inflate_generic_method_full): Now calls the _checked and abort on
2141         errors.
2143 2009-12-26  Zoltan Varga  <vargaz@gmail.com>
2145         * generic-sharing.c (instantiate_other_info): Avoid creating jump trampolines since
2146         they cannot be patched. Partly fixes #564408.
2148 2009-12-24  Mark Probst  <mark.probst@gmail.com>
2150         * metadata-internals.h, reflection.c: Use the
2151         MonoDynamicImage.handleref hash table only with unmanaged keys,
2152         and add a managed hash table handleref_managed for managed keys.
2154 2009-12-24  Mark Probst  <mark.probst@gmail.com>
2156         * sgen-gc.c: Unset to-space bumper between collections.  It might
2157         become invalid due to degraded allocations.
2159 2009-12-21  Rodrigo Kumpera  <rkumpera@novell.com>
2161         * loader.c (mono_method_get_signature_full): Check if the returned signature is compatible
2162         with the one from the original method.
2164         * metadata-verify.c (mono_verifier_is_sig_compatible): New function to verify signature
2165         compatibility.
2167         * verify-internals.h: Add new function to the internal API.
2169 2009-12-18  Dimitar Dobrev  <dpldobrev@yahoo.com>
2171         * culture-info-tables.h: regenerated it to include the Georgian culture.
2173 2009-12-18  Zoltan Varga  <vargaz@gmail.com>
2175         * sgen-gc.c: Include mono/utils/memcheck.h.
2177         * reflection.c (mono_reflection_get_type_internal_dynamic): Use assembly->domain
2178         instead of the current domain, since the two might not match if this is called
2179         from the debugger.
2181         * metadata-internals.h (MonoDynamicAssembly): Add a 'domain' field to specify the
2182         domain which created this assembly.
2184 2009-12-18  Zoltan Varga  <vargaz@gmail.com>
2186         * debug-helpers.c (dis_one): Avoid a glib assert on empty strings.
2188 2009-12-17  Mark Probst  <mark.probst@gmail.com>
2190         * sgen-gc.c: Managed implementation of the specialized generic
2191         store write barrier.
2193 2009-12-17  Rodrigo Kumpera  <rkumpera@novell.com>
2195         * icall.c (ves_icall_Type_GetMethodsByName): Don't pin virtual methods if they are newslot.
2196         A private virtual newslot method is used to implement an interface method without exposing
2197         it to users. When querying for public instance methods, such method would hide a public one
2198         on a parent type.
2200         Fixes #564379.
2202 2009-12-17  Zoltan Varga  <vargaz@gmail.com>
2204         * reflection.c (resolve_object): Fix the encoding of unmanaged calling
2205         conventions.
2207 2009-12-16  Rodrigo Kumpera  <rkumpera@novell.com>
2209         * reflection.c (mono_type_get_object): Guard against NULL generic param owner.
2211 2009-12-16  Rodrigo Kumpera  <rkumpera@novell.com>
2213         * class-internals.h (MonoDynamicGenericClass): Kill property and event related fields
2214         as they are no longer used.
2215         
2216          * metadata.c (free_generic_class_dependents): Remove reference to previous fields
2218         * reflection.c (mono_reflection_generic_class_initialize): Ditto.
2220 2009-12-16  Rodrigo Kumpera  <rkumpera@novell.com>
2222         * reflection.c (mono_type_get_object): If the type is VAR or MVAR check
2223         if the owner class has not been finished before returning reflection_info.      
2225         Fixes #565127.
2227 2009-12-16  Zoltan Varga  <vargaz@gmail.com>
2229         * reflection.c (mono_custom_attrs_from_param): Avoid a crash if a dynamic
2230         param doesn't have custom attributes. Fixes #565117.
2232         * class.c (mono_bounded_array_class_get): Make these classes PUBLIC. Fixes
2233         #565120.
2235 2009-12-15  Rodrigo Kumpera  <rkumpera@novell.com>
2237         * class.c (mono_class_setup_fields): Fail valuetypes that are bigger than 1Mb.
2239 2009-12-15  Rodrigo Kumpera  <rkumpera@novell.com>
2241         * pedump.c: Add partial-md mode that doesn't perform full metadata verification. It does the
2242         same amount done by a core-clr enabled runtime.
2244 2009-12-15  Marek Habersack  <mhabersack@novell.com>
2246         * appdomain.c (mono_make_shadow_copy): make sure access mode of
2247         the target files is reset to writable by owner and readable by
2248         everyone else to prevent problems when updating shadow copies of
2249         files whose source is read-only. Fixes bug #556884
2251 2009-12-15  Mark Probst  <mark.probst@gmail.com>
2253         * class.c (mono_generic_class_get_class): Allocate the generic
2254         class via malloc again, so that it can be freed when any one of
2255         the images of its constituent types is closed.
2257         * metadata.c: When closing an image, don't free generic insts and
2258         generic classes right away, but put them into a list for later
2259         freeing.
2261         * image.c, metadata-internals.h: Store the free list and in the
2262         second pass of closing an image, free it.
2264 2009-12-14  Rodrigo Kumpera  <rkumpera@novell.com>
2266         * reflection.c (mono_generic_class_get_object): Assert if this is ever called.
2268         * reflection.c (mono_reflection_register_with_runtime): Only register dynamic
2269         types in type_hash.
2271         * reflection.c (resolve_object): Call ensure_complete_type on the inflated field.
2273 2009-12-14  Rodrigo Kumpera  <rkumpera@novell.com>
2275         * reflection.c (mono_reflection_type_get_handle): Properly fail in case of a broken
2276         user type.
2278         * reflection.c (mono_reflection_register_with_runtime): Throws in case a bad user type
2279         is used.
2281 2009-12-14  Miguel de Icaza  <miguel@novell.com>
2283         * verify.c (mono_method_verify): The Unused opcodes produce an
2284         InvalidProgramException on .NET
2286 2009-12-14  Sebastien Pouliot  <sebastien@ximian.com>
2288         * loader.c (mono_method_get_header): Move assert after the verifier
2289         has been called on the method header.
2291 2009-12-12  Rodrigo Kumpera  <rkumpera@novell.com>
2293         * object-internals.h: Remove useless field from MonoReflectionGenericClass.
2295         * appdomain.c: Bump corlib version.
2297 2009-12-12  Rodrigo Kumpera  <rkumpera@novell.com>
2299         To properly support user types, MonoGenericClass has to be used for regular, non SRE,
2300         types as well since otherwise generic instances would not return UT as arguments but
2301         their undelying system type.
2303         * object-internals.h: Change field types of MonoGenericClass and *OnTypeBuilderInst
2304         to reflect the fact that they can have now multiple different types.
2306         * reflection.c (mono_image_get_field_on_inst_token): Handle MonoField.
2308         * reflection.c (mono_image_get_ctor_on_inst_token): Handle MonoCMethod.
2310         * reflection.c (mono_image_get_method_on_inst_token): Handle MonoMethod.
2312         * reflection.c (mono_reflection_register_with_runtime): Init super types
2313         if the image is not dynamic.
2315         * reflection.c (mono_reflection_bind_generic_parameters): In case of a MonoGenericClass,
2316         check if the generic type definition is a TypeBuilder.
2318         * reflection.c (mono_reflection_generic_class_initialize): If the generic type definition
2319         doesn't belong to a dynamic image, skip initialization.
2321         * reflection.c (resolve_object): Properly handle *OnTypeBuilderInst types where their
2322         base definition is not a dynamic type.
2324 2009-12-11  Marek Habersack  <mhabersack@novell.com>
2326         * object.c (mono_ldstr, mono_ldstr_metadata_sig): added calls to
2327         mono_profiler_string_allocation
2329         * string-icalls.c (ves_icall_System_String_InternalAllocateStr):
2330         if string profiling is enabled, call
2331         mono_profiler_string_allocation
2333         * profiler.h: added two MonoProfileFlags -
2334         MONO_PROFILE_IOMAP_EVENTS and MONO_PROFILE_STRING_ALLOC as well as
2335         installation functions for the hooks below.
2337         * profiler-private.h, profiler.c: added two hooks:
2338         mono_profiler_string_allocation called whenever a string is
2339         allocated by InternalAllocateStr and mono_profiler_iomap called
2340         whenever IOMAP code performs an adjustement on a file path.
2342 Fri Dec 11 18:24:04 CET 2009 Paolo Molaro <lupus@ximian.com>
2344         * boehm-gc.c: fixed race condition while getting the target of a
2345         disappearing link (bug #522233).
2347 2009-12-10  Rodrigo Kumpera  <rkumpera@novell.com>
2349         * class.c (mono_type_get_full): Produce warning instead of simply swallowing
2350         the error.
2352 2009-12-10  Rodrigo Kumpera  <rkumpera@novell.com>
2354         * reflection.c: Add mono_reflection_register_with_runtime icall to
2355         allow a MonoGenericClass to register itself as the managed mirror of
2356         a given generic instance.
2357         This is a temporary workaround until all MGC instantiation happens in
2358         managed code.
2360         * object-internals.h: Ditto.
2362         * icall-def.h: Ditto.
2364 2009-12-10  Mark Probst  <mark.probst@gmail.com>
2366         * sgen-gc.c (find_in_remsets): Also search the generic store
2367         remsets.
2369 2009-12-10  Mark Probst  <mark.probst@gmail.com>
2371         * sgen-gc.c: Don't access class names in debugging code when
2372         unloading a domain, because they might not be valid anymore.
2374 2009-12-10  Mark Probst  <mark.probst@gmail.com>
2376         * domain.c, domain-internals.h: New function mono_domain_unset().
2378         * appdomain.c (unload_thread_main): Detach the thread again at the
2379         end.
2381         * threads.c: When a thread exists or is detached, unset its domain
2382         so that it's NULL when, for example, a pthread destructor runs.
2384         * sgen-gc.c: Assert that there is no domain set after a thread is
2385         done.
2387 2009-12-10  Mark Probst  <mark.probst@gmail.com>
2389         * class.c (mono_generic_class_get_class),
2390         metadata.c (free_generic_class): Allocate generic MonoClass's from
2391         the image mempool, not via malloc.  The problem with malloc is
2392         that when unloading a domain those classes are freed before
2393         clearing the heap and SGen needs the classes.  Rewriting the
2394         unloading code to do the free later would be more work and there's
2395         no point in using malloc anyway.
2397 2009-12-09  Sebastien Pouliot  <sebastien@ximian.com>
2399         * loader.c (mono_method_signature): Always call mono_loader_unlock 
2400         before returning.
2402 2009-12-09  Rodrigo Kumpera  <rkumpera@novell.com>
2404         * metadata-verify.c: Add mono_verifier_verify_string_signature to check
2405         user string blobs.
2407         * verify-internals.h: Add new function to the internal API.
2409         * verify.c (do_ldstr): Call into mono_verifier_verify_string_signature to
2410         check if it's a valid string.
2412         * object.c (mono_ldstr): Ditto.
2414         Fixes #561943.
2416 2009-12-09  Rodrigo Kumpera  <rkumpera@novell.com>
2418         * icall.c (ves_icall_GetCurrentMethod): Drop all generic arguments
2419         from a method before returning it. This is the expected behavior.
2421 2009-12-08  Rodrigo Kumpera  <rkumpera@novell.com>
2423         * reflection.c (inflate_method): Handle the case of a regular system type.
2425 2009-12-08  Mark Probst  <mark.probst@gmail.com>
2427         * sgen-gc.c, sgen-pinning-stats.c, sgen-gray.c: More statistics
2428         gathering code.
2430         * mempool.c, mempool-internals.h: New function
2431         mono_mempool_get_bytes_allocated().
2433         * Makefile.am: sgen-pinning-stats.c added.
2435 2009-12-08  Mark Probst  <mark.probst@gmail.com>
2437         * sgen-gc.c (create_allocator): Only use the fast path if the
2438         object size is within the small object size limit.
2440 2009-12-07  Mark Probst  <mark.probst@gmail.com>
2442         * sgen-gc.c: Make sure section->data is aligned to 8 bytes by
2443         possibly adding padding to sizeof (GCMemSection).
2445 2009-12-07  Mark Probst  <mark.probst@gmail.com>
2447         * sgen-gc.c (mono_gc_wbarrier_nostore): Skip the remset if the
2448         reference is not in the nursery.
2450 2009-12-07  Rodrigo Kumpera  <rkumpera@novell.com>
2452         * class.c (mono_class_from_typeref): Bounds check idx against the 
2453         assemblyref table.
2455 2009-12-07  Mark Probst  <mark.probst@gmail.com>
2457         * sgen-gc.c, sgen-pinning.c: When pinning, make only one pass
2458         through the potential roots, then sort the results and find the
2459         pinned objects from there.
2461         * Makefile.am: sgen-pinning.c added.
2463 2009-12-07  Mark Probst  <mark.probst@gmail.com>
2465         * sgen-gc.c: Record generic stores in specialized remset buffers.
2467 2009-12-06  Mark Probst  <mark.probst@gmail.com>
2469         * sgen-gc.c: Make pinned chunks the same size as major heap
2470         sections, and align them as well, so that we can check whether an
2471         object is in a pinned chunk or a major section in constant time.
2473 2009-12-06  Mark Probst  <mark.probst@gmail.com>
2475         * sgen-gc.c (build_nursery_fragments): Don't leak fragments.
2477 2009-12-06  Mark Probst  <mark.probst@gmail.com>
2479         * sgen-gc.c: Make all major heap sections the same size (currently
2480         128k) and allocate them on aligned addresses.  Small heap sections
2481         give us better granularity with pinned objects - we can free up
2482         much more memory.
2484 2009-12-06  Mark Probst  <mark.probst@gmail.com>
2486         * string-icalls.c (ves_icall_System_String_GetLOSLimit): Debug
2487         output removed.
2489 2009-12-05  Zoltan Varga  <vargaz@gmail.com>
2491         Applied patch from Laurent Etiemble (laurent.etiemble@gmail.com).
2493         * mono/metadata/assembly.c: When opening an assembly image, pass the real
2494         names in addition to the runtime generated one.
2496         * mono/metadata/image.h: Add a function to take the real name of the assembly
2497         image.
2499         * mono/metadata/image.c: If a real name has been passed to load an assembly,
2500         use it instead of the runtime generated one.
2502         Code is contributed under MIT/X11 license.
2504 2009-12-05  Zoltan Varga  <vargaz@gmail.com>
2506         * marshal.c (emit_marshal_vtype): Do the klass == date_time_class checks
2507         before the other checks to prevent problems if the DateTime class is blittable.
2508         Hopefully fixes #559600.
2510 2009-12-05  Mark Probst  <mark.probst@gmail.com>
2512         * string-icalls.c, string-icalls.h, icall-def.h: New icall that
2513         returns the largest string length that will not be put into the
2514         LOS.
2516         * sgen-gc.c, gc-internal.h: New function that returns the largest
2517         object size that will not be put into the LOS.
2519         * appdomain.c: Bump corlib version.
2521 2009-12-05  Zoltan Varga  <vargaz@gmail.com>
2523         * class-internals.h: Add MONO_RGCTX_INFO_METHOD_DELEGATE_CODE.
2525         * generic-sharing.c: Handle MONO_RGCTX_INFO_METHOD_DELEGATE_CODE.
2527 2009-12-04  Rodrigo Kumpera  <rkumpera@novell.com>
2529         * reflection.c (inflate_method): Fix signature.
2531         * object-internals.h (MonoReflectionMethodOnTypeBuilderInst): Reflect change
2532         in managed code.
2534 2009-12-04  Rodrigo Kumpera  <rkumpera@novell.com>
2536         * reflection.c (inflate_method): Make this method work with TypeBuilder as well.
2538 2009-12-03  Mark Probst  <mark.probst@gmail.com>
2540         * sgen-gc.c: Abstract to-space handling.
2542 2009-12-03  Rodrigo Kumpera  <rkumpera@novell.com>
2544         * loader.c (find_method_in_class): Ignore methods with broken signatures.
2546         Fixes #559906.
2548 2009-12-03  Mark Probst  <mark.probst@gmail.com>
2550         * sgen-gc.c: Only add references from outside the nursery to
2551         within the nursery to the global remset list.
2553 2009-12-03  Mark Probst  <mark.probst@gmail.com>
2555         * appdomain.c (create_exceptions): Set the domain temporarily if
2556         necessary to avoid cross-domain references.
2558 2009-12-02  Rodrigo Kumpera  <rkumpera@novell.com>
2560         * verify.c (get_stack_type): Return that the type is invalid instead of
2561         asserting.
2563         * verify.c (mono_method_verify): Verify that all locals and arguments
2564         have valid stack types.
2566         Fixes #559913.
2568 2009-12-02  Rodrigo Kumpera  <rkumpera@novell.com>
2570         * verify.c (mono_method_verify): Bounds check the filter offset. Make all
2571         bounds checking overflow aware.
2573         Fixes #559910.
2575 2009-12-02  Rodrigo Kumpera  <rkumpera@novell.com>
2577         * verify.c (do_invoke_method): Check for invalid method signatures.
2579         Fixes #553450.
2581 2009-12-02  Jb Evain  <jbevain@novell.com>
2583         * appdomain.c (MONO_CORLIB_VERSION): bump.
2584         * icall-def.h (get_base_definition): renamed to get_base_method
2585         and add a boolean argument indicating we want the original
2586         method definition, or the immediate base method.
2587         * icall.c: apply the get_base_definition to get_base_method change.
2589 2009-12-02  Rodrigo Kumpera  <rkumpera@novell.com>
2591         * class.c (mono_class_setup_fields): Fail an enum without an instance field.
2593         Fixes #558042.
2595 Wed Dec 2 16:35:49 CET 2009 Paolo Molaro <lupus@ximian.com>
2597         * class.c: remove asserts for invalid type token in
2598         mono_class_name_from_token(), mono_assembly_name_from_token() and
2599         mono_class_create_from_typedef () (fixes bug #553318).
2601 Wed Dec 2 15:48:19 CET 2009 Paolo Molaro <lupus@ximian.com>
2603         * metadata.c, class.c, loader.c: remove assert after bsearch() for
2604         incorrect assemblies (bug #553322).
2606 2009-12-02  Rodrigo Kumpera  <rkumpera@novell.com>
2608         * metadata.c (mono_metadata_inflate_generic_inst): Add MonoError parameter.
2610         * metadata-internals.h: Change signature of mono_metadata_inflate_generic_inst. 
2612         * class.c (inflate_generic_type): Use new version of mono_metadata_inflate_generic_inst.
2614         * class.c (inflate_generic_context): Ditto.
2616         * loader.c (method_from_methodspec): Ditto.
2618         Fixes #558230.
2620 2009-12-02  Rodrigo Kumpera  <rkumpera@novell.com>
2622         * class.c (mono_type_retrieve_from_typespec): Use MonoError machinery to report errors.
2624         * class.c (mono_class_create_from_typespec): Ditto.
2626         * class.c (mono_class_get_full): Fix for change on the above 2 functions.
2628         * class.c (mono_type_get_full): Fix for change on the above 2 functions.
2630         Fixes #558184.
2632 2009-12-02  Rodrigo Kumpera  <rkumpera@novell.com>
2634         * verify.c (mono_class_has_default_constructor): Check fror broken signatures.
2636         * verify.c (verify_delegate_compatibility): Ditto.
2638         * verify.c (do_newobj): Ditto.
2640         Fixes #558046.
2642 2009-12-02  Mark Probst  <mark.probst@gmail.com>
2644         * sgen-gc.c: Use a gray queue instead of requiring that gray
2645         objects are in a contiguous region.
2647         * sgen-gray.c: The gray queue implementation.
2649         * Makefile.am: sgen-gray.c added.
2651 2009-12-02  Mark Probst  <mark.probst@gmail.com>
2653         * appdomain.c: When unloading a domain, zero its static data and
2654         perform a minor collection when using SGen.  That will get rid of
2655         all the remsets pointing into that domain's static data.
2657         * sgen-gc.c: Allow remsets into static data.  By doing this we
2658         need less checks so we're more efficient.
2660 2009-12-01  Rodrigo Kumpera  <rkumpera@novell.com>
2662         * verify.c (mono_method_verify): Check for catch clauses with broken
2663         types.
2665         Fixes #558465.
2667 2009-12-01  Jb Evain  <jbevain@novell.com>
2669         * class.c (make_generic_param_class): set the namespace of
2670         the generic parameter class from its owner, if available.
2672 2009-12-01  Rodrigo Kumpera  <rkumpera@novell.com>
2674         * verify.c (code_bounds_check): Do proper overflow checking.
2676         * verify.c (mono_method_verify): The number of switch entries is
2677         an unsigned int. Properly bounds check it.
2679         Fixes #558594.
2681 2009-12-01  Rodrigo Kumpera  <rkumpera@novell.com>
2683         * metadata.c: Kill mono_metadata_get_param_attrs_checked. Add
2684         mono_metadata_method_has_param_attrs which only checks if a given param
2685         list has a non zero flags entry.
2687         * metadata.c (mono_metadata_get_param_attrs): Add param_count parameter
2688         to inform how many params should we expect to decode.
2690         * loader.c (mono_method_signature): Use mono_metadata_method_has_param_attrs
2691         as it's faster than mono_metadata_get_param_attrs.
2693         * metadata-internals.h: Fix mono_metadata_get_param_attrs signature and
2694         add mono_metadata_method_has_param_attrs.
2696 2009-12-01  Rodrigo Kumpera  <rkumpera@novell.com>
2698         * class.c (mono_class_setup_vtable_general): Check for mono_method_get_vtable_slot
2699         failures.
2701         * class.c (mono_method_get_vtable_slot): Don't assert if the computed method slot
2702         is -1 but its class is broken.
2704         Fixes #558522.
2706 2009-12-01  Rodrigo Kumpera  <rkumpera@novell.com>
2708         * metadata.c: Introduce mono_metadata_get_param_attrs_checked which checks
2709         for parameter overflow.
2711         * metadata.c (mono_metadata_parse_method_signature_full): Use checked version
2712         of mono_metadata_get_param_attrs.
2714         * metadata-internals.h: Add mono_metadata_get_param_attrs_checked to the internal
2715         API.
2717         * loader.c (mono_method_signature): Use checked version of mono_metadata_get_param_attrs.
2719 2009-12-01  Rodrigo Kumpera  <rkumpera@novell.com>
2721         * class.c (mono_class_setup_fields): Check for fields with broken types.
2723         Fixes #558741.
2725 2009-11-28  Rodrigo Kumpera  <rkumpera@novell.com>
2727         * reflection.c (ensure_generic_class_runtime_vtable): Split this function in 2
2728         so we can avoid calling ensure_runtime_vtable multiple times for the GTD during
2729         its TypeBuilder::CreateType ().
2731         * reflection.c (ensure_generic_class_runtime_vtable): Avoid initializing interfaces
2732         if not needed.
2734         * reflection.c: Every time we change the interface array, set interfaces_packed to NULL
2735         to make setup_interface_offsets happy.
2737         * reflection.c (remove_instantiations_of_and_ensure_contents): Fix instances again as corlib
2738         compilation now works.
2740 2009-11-28  Zoltan Varga  <vargaz@gmail.com>
2742         * appdomain.c (create_exceptions): New helper function extracted from
2743         mono_runtime_init () to precreate objects used during exception handling.
2744         (mono_runtime_init): Call it.
2745         (mono_domain_create_appdomain_internal): Ditto. Fixes #555264.
2747 2009-11-27  Rodrigo Kumpera  <rkumpera@novell.com>
2749         * reflection.c (remove_instantiations_of_and_ensure_contents): Temp hack to fix corlib
2750         compilation until the proper one is found.
2752 2009-11-27  Zoltan Varga  <vargaz@gmail.com>
2754         * class.c (mono_class_setup_vtable_general): Cache the result of
2755         get_virtual_methods () since it can be slow because of the metadata
2756         optimization.
2758         * metadata-internals.h (_MonoImage): Change 'method_cache' to a GHashTable
2759         from a MonoValueHashTable for now, since the later is based on an earlier
2760         version of hpj's internal probing code and seems to have serious collision
2761         issues.
2763         * loader.c (mono_get_method_full): Update after the change above.
2765 2009-11-26  Zoltan Varga  <vargaz@gmail.com>
2767         * class-internals.h (MonoCachedClassInfo): Add 'is_generic_container' field.
2769 2009-11-26  Rodrigo Kumpera  <rkumpera@novell.com>
2771         * reflection.c (get_field_on_inst_generic_type): Try to fallback using the field from
2772         the GTD instead of the DGC instead of crashing.
2774         * reflection.c (ensure_generic_class_runtime_vtable): Only reinflate stuff that is
2775         required. Inflate fields if needed.
2777         * reflection.c (remove_instantiations_of): Ensure generic instances are properly
2778         finished. Renamed.
2780 2009-11-26  Rodrigo Kumpera  <rkumpera@novell.com>
2782         * class.c (check_interface_method_override): Check for NULL signatures and fail
2783         the type.
2785         * debug-helpers.c (mono_signature_get_desc): Return a fixed string for NULL signatures.
2787         Fixes #553428.
2789 2009-11-26  Zoltan Varga  <vargaz@gmail.com>
2791         * class.c (mono_class_get_virtual_methods): Call decode_row_col to obtain
2792         the MONO_METHOD_FLAGS column instead of decoding the whole row.
2794 2009-11-25  Rodrigo Kumpera  <rkumpera@novell.com>
2796         * loader.c (field_from_memberref): Resolve the class first then the field
2797         signature. Remove a lot of duplicated code and make sure we don't pass valid
2798         values to mono_loader_set_error_field_load.
2800         Fixes #553306.
2802 2009-11-25  Rodrigo Kumpera  <rkumpera@novell.com>
2804         * class.c (inflate_generic_type): Change code to use new signature of
2805         mono_error_set_bad_image.
2807         Fixes #558124.
2809 2009-11-25  Sebastien Pouliot  <sebastien@ximian.com> 
2811         * verify.c (mono_method_verify): Don't free ctx.params items if 
2812         we aborted while inflating the ctx.locals. Complete previous fix
2814 2009-11-25  Sebastien Pouliot  <sebastien@ximian.com>
2816         * verify.c (mono_method_verify): Use the uninflated type name, 
2817         when the inflated is null, to report errors. Also take care when
2818         freeing, not to free everything since, in case of an error, some
2819         stuff would be copies (i.e. not allocated by the function itself)
2820         Fix bug #558145
2822 2009-11-24  Rodrigo Kumpera  <rkumpera@novell.com>
2824         * verify.c (stack_push, stack_pop, stack_pop_safe): Assert if we underflow
2825         or overflow. The caller must have done this check explicitly. This guard us
2826         from accessing invalid memory.
2828         * verify.c (do_push_static_field): Check for stack overflow.
2830         Fixes #553333.
2832 2009-11-24  Rodrigo Kumpera  <rkumpera@novell.com>
2834         * loader.c (find_method_in_class): Don't crash if the signature cannot
2835         be resolved.
2837         * metadata.c (mono_metadata_parse_generic_param): Return NULL instead
2838         of asserting for the case of invalid params.
2840         Fixes #553304.
2842 2009-11-24  Sebastien Pouliot  <sebastien@ximian.com>
2844         * image.c (mono_image_load_module): Fix crash when a bad assembly
2845         has no module at all (fix bug #553412) and also replace the 
2846         g_assert with a return NULL (documented return value for failure)
2848 2009-11-23  Zoltan Varga  <vargaz@gmail.com>
2850         * debug-helpers.c (mono_type_get_desc): Handle typedbyref.
2852 2009-11-23  Miguel de Icaza  <miguel@novell.com>
2854         * file-io.c: Change FindFirst/FindNext/FindClose API to return the
2855         file attribute to managed code and avoid doing the mask/attribute
2856         checks here. 
2858 2009-11-22  Miguel de Icaza  <miguel@novell.com>
2860         * file-io.c: Surface a smart FindFirst/FindNext/FindClose API to
2861         the managed world.
2863         * icall-def.h: New entry points.
2864         
2865 2009-11-19  Mark Probst  <mark.probst@gmail.com>
2867         * process.c: Don't put references to managed objects into a
2868         g_ptr_array.
2870 2009-11-18  Sebastien Pouliot  <sebastien@ximian.com>
2872         * class.c (can_access_internals): Allow CoreCLR to participate in
2873         allowing (or not) [InternalsVisibleTo] between assemblies.
2874         * security-core-clr.c|h: Make sure that only trusted code (a 
2875         superset of platform code) can access the internals of platform
2876         code.
2878 Mon Nov 16 16:28:11 CET 2009 Paolo Molaro <lupus@ximian.com>
2880         * reflection.c: use the correct base class to get the virtual method
2881         "get_UnderlyingSystemType" and speed up the icall. Fixes bug #555013.
2883 2009-11-16  Sebastien Pouliot  <sebastien@ximian.com>
2885         * security-core-clr.c (get_caller_no_reflection_related): 
2886         [Mono]Type.InvokeMember is outside System.Reflection[.Emit] but
2887         it's still reflection and must be filtered correctly.
2889 2009-11-16  Mark Probst  <mark.probst@gmail.com>
2891         * object.c (compute_class_bitmap): Fix for large bitmaps.
2893 2009-11-15  Zoltan Varga  <vargaz@gmail.com>
2895         (mono_gc_get_suspend_signal): Fix the build with a system libgc.
2897         * boehm-gc.c (mono_gc_base_init): Applied patch from DKoushik K. Dutta (
2898         koush@koushikdutta.com). Disable GC_no_dls on android.
2900 2009-11-12  Mark Probst  <mark.probst@gmail.com>
2902         * sgen-gc.c (find_tlab_next_from_address): Handle the case where
2903         tlab_next points outside the TLAB because the allocator was
2904         interrupted.
2906 2009-11-09  Rodrigo Kumpera  <rkumpera@novell.com>
2908         * reflection.c (mono_image_module_basic_init): Handle exceptions correctly.
2910 2009-11-09  Rodrigo Kumpera  <rkumpera@novell.com>
2912         * object-internals.h: Change signature for mono_string_to_utf8_image.
2914         * object.c (mono_string_to_utf8_image): Change signature to take a MonoError
2915         argument.
2917         * reflection.c: Take care of mono_string_to_utf8_image change and avoid raising
2918         exceptions due to mono_string_to_utf8.
2920 2009-11-09  Rodrigo Kumpera  <rkumpera@novell.com>
2922         * object-internals.h: Change signature for mono_string_to_utf8_mp.
2924         * object.c (mono_remote_class): Make sure all resources are released before
2925         raising an exception.
2927         * object.c (mono_print_unhandled_exception): Avoid raising an exception.
2929 2009-11-09  Rodrigo Kumpera  <rkumpera@novell.com>
2931         * mono-perfcounters.c (network_get_impl): Change variable initialization
2932         ordering to fix potential memory leak in case of exceptions.
2934         * mono-perfcounters.c (mono_perfcounter_create): Properly handle badly
2935         encoded strings.
2936         
2937 2009-11-09  Rodrigo Kumpera  <rkumpera@novell.com>
2939         * file-io.c (ves_icall_System_IO_MonoIO_GetFileSystemEntries): Change
2940         variable initialization ordering to fix potential memory leak in case
2941         of exceptions.
2943 2009-11-09  Zoltan Varga  <vargaz@gmail.com>
2945         * icall.c (mono_ArgIterator_Setup): Remove the MONO_ARCH_REGPARMS stuff, its not
2946         needed.
2948 2009-11-07  Rodrigo Kumpera  <rkumpera@novell.com>
2950         * appdomain.c: Fix shadow path code to better deal with exceptions.
2952 2009-11-07  Rodrigo Kumpera  <rkumpera@novell.com>
2954         * appdomain.c: Use checked version of mono_string_to_utf8 to avoid raising an
2955         exception in the middle of the runtime code.
2957 2009-11-07  Rodrigo Kumpera  <rkumpera@novell.com>
2959         * icall.c (ves_icall_System_Environment_InternalSetEnvironmentVariable): Don't
2960         leak memory with broken envvar value.
2962 2009-11-06  Mark Probst  <mark.probst@gmail.com>
2964         * reflection.c (mono_reflection_setup_internal_class): Because
2965         nested classes are not added to the name cache, we must put them
2966         in the reflection_info_unregister_classes list.
2968 2009-11-05  Sebastien Pouliot  <sebastien@ximian.com>
2970         * class.c: When CoreCLR is enabled don't call mono_init_com_types
2971         if MONO_CLASS_IS_IMPORT return true unless the type reside in 
2972         platform (trusted) code. Instead we return a TypeLoadException to
2973         be thrown later. This is the exception thrown by Silverlight 2 if
2974         a type, inside application (user) code is marked with [ComImport]
2976 2009-11-05  Zoltan Varga  <vargaz@gmail.com>
2978         * icall.c (ves_icall_System_Diagnostics_Debugger_IsAttached_internal): Call
2979         mono_is_debugger_attached () too.
2981         * mono-debug.c (mono_is_debugger_attached): New helper function.
2982         (mono_set_is_debugger_attached): Ditto.
2984 2009-11-05  Rodrigo Kumpera  <rkumpera@novell.com>
2986         * object-internals.h: Add mono_string_to_utf8_checked.
2988         * object.c: Implement mono_string_to_utf8_checked.
2990 2009-11-05  Rodrigo Kumpera  <rkumpera@novell.com>
2992         * class.c: Add missing check for load errors after every
2993         call to mono_class_setup_fields
2995         Fixes #552282.
2997 2009-11-05  Rodrigo Kumpera  <rkumpera@novell.com>
2999         metadata-verify.c (verify_tables_schema): Fix the error message.
3001 2009-11-05  Rodrigo Kumpera  <rkumpera@novell.com>
3003         * metadata.c: Change event table schema to use TDOR for event type
3004         as this is what it's meant to be.
3006         * metadata.c (mono_metadata_compute_size): Change MONO_TABLE_ASSEMBLYPROCESSOR
3007         to MONO_TABLE_ASSEMBLYREFPROCESSOR, which is table that has a MONO_MT_TABLE_IDX
3008         entry.
3010         * metadata.c (mono_metadata_compute_size): Trim MT_TABLE_IDX of code that no
3011         longer makes sense: remove MONO_TABLE_EVENT and remove checks for non-existent
3012         rows in MONO_TABLE_GENERICPARAM.
3014         Fixes #552289.
3016 2009-11-05  Rodrigo Kumpera  <rkumpera@novell.com>
3018         * class.c (mono_image_add_to_name_cache): Assert on duplicate
3019         insertion.
3021         * reflection.c (mono_reflection_setup_internal_class): Avoid
3022         registering a gc root the same MonoClass multiple times.
3023         Don't register nested types on the global scope as they should
3024         not be available there.
3026 2009-11-05  Rolf Bjarne Kvinge  <RKvinge@novell.com>
3028         * culture-info-tables.h: regenerated.
3030 2009-11-04 Gonzalo Paniagua Javier <gonzalo@novell.com>
3032         * debug-helpers.c: avoid g_strdup() in mono_type_full_name().
3034 2009-11-04  Sebastien Pouliot  <sebastien@ximian.com>
3036         * string-icalls.c|h: Remove string internal calls that are not 
3037         used anymore by the class libraries.
3038         * icall.c: Remove System_Reflection_FieldInfo_internal_from_handle
3039         which is not used in the class librairies.
3040         * icall-def.h: Update tables.
3042 2009-11-04  Rodrigo Kumpera  <rkumpera@novell.com>
3044         * class.h: Move mono_class_inflate_generic_type_checked...
3046         * class-internals.h: to here and make it internal. We don't want to
3047         further expose MonoGenericContext. 
3049 2009-11-04  Rodrigo Kumpera  <rkumpera@novell.com>
3051         * verify.c (mono_method_verify): Improve error message.
3053 2009-11-04  Rodrigo Kumpera  <rkumpera@novell.com>
3055         * reflection.c (fieldref_encode_signature): If field_image is NULL then
3056         the token is already properly encoded. Fixs 4.0 build.
3058 2009-11-04  Rolf Bjarne Kvinge  <RKvinge@novell.com>
3060         * locales.c (construct_number_format): Check if the number index is
3061         valid before trying to use it, if not, just return.
3062         
3063 2009-11-04  Zoltan Varga  <vargaz@gmail.com>
3065         * marshal.c (mono_marshal_get_runtime_invoke): Don't reset abort exceptions,
3066         since that loses the abort state. Fixes #539394.
3068 2009-11-03  Zoltan Varga  <vargaz@gmail.com>
3070         * marshal.c (mono_marshal_get_native_wrapper): For icall wrappers, add an
3071         explicit this argument to the call signature.
3072         (mono_marshal_get_icall_wrapper): Ditto.
3074 2009-11-03  Rodrigo Kumpera  <rkumpera@novell.com>
3076         * reflection.c (fieldref_encode_signature): Add new field_image parameter
3077         to indicate which assembly to use when resolving a custom-mod.
3079         Fixes handling of volatile fields used across assemblies as reported in #551513.
3081 2009-11-03  Rodrigo Kumpera  <rkumpera@novell.com>
3083         * loader.c: Improve error messages.
3085 2009-11-03  Rodrigo Kumpera  <rkumpera@novell.com>
3087         * class.c (mono_class_setup_methods): Only give a slot for virtual methods
3088         of interfaces. Fixes IKVM.
3090         * class.c (mono_class_setup_vtable_general): Improve debug spew.
3092 2009-11-03  Rodrigo Kumpera  <rkumpera@novell.com>
3094         * verify.c (verifier_inflate_type): Return the inflated type on success.
3096 2009-11-02  Zoltan Varga  <vargaz@gmail.com>
3098         * debug-mono-symfile.c (check_line): Fix the handling of IL offset 0.
3100         * threads.c (mono_thread_attach): Call the profiler thread start callback.
3102         * object-internals.h (_MonoThreadInternal): Add a 'flags' field.
3104         * threads.c (build_wait_tids): Ignore threads which have the DONT_MANAGE
3105         flag set.
3107         * profiler.c: Add new profiler callbacks for runtime invoke.
3109         * object.c (mono_runtime_invoke): Call the runtime invoke callbacks.
3111 2009-11-01  Mark Probst  <mark.probst@gmail.com>
3113         * sgen-gc.c: Keep track of the reason for a major collection and
3114         write it to the heap-dump file.
3116 2009-10-31  Miguel de Icaza  <miguel@novell.com>
3118         * threads.c: refactor the code that initializes the
3119         thread_start_args into a reusable function and use this in the two
3120         methods that start up threads.
3122 2009-10-31  Zoltan Varga  <vargaz@gmail.com>
3124         * appdomain.c (mono_domain_try_unload): Applied patch from Romain Tartière.
3125         Fix returning when WaitForSingleObjectEx returns WAIT_IO_COMPLETION.
3127 2009-10-31 Gonzalo Paniagua Javier <gonzalo@novell.com>
3129         * mono-perfcounters.c: add the "_Total" instance for CPU counters.
3130         Until now, we only had the per-cpu(core) counters.
3132 2009-10-28  Mark Probst  <mark.probst@gmail.com>
3134         * gc-internal.h, boehm-gc, sgen-gc.c, null-gc: Add
3135         mono_gc_get_suspend_signal(), which returns the suspend signal
3136         number used by the GC.
3138 2009-10-25  Zoltan Varga  <vargaz@gmail.com>
3140         * threads.c (start_wrapper): Avoid an assert if thread_start_args () is NULL.
3142         * threads.c (start_wrapper): Call mono_profiler_thread_start () later after
3143         signalling start_notify.
3145 2009-10-24 Gonzalo Paniagua Javier <gonzalo@novell.com>
3147         * appdomain.c: do not test the st_mode field for shadow-copies.
3148         Fixes bug #545276.
3150 2009-10-24 Gonzalo Paniagua Javier <gonzalo@novell.com>
3152         * threadpool.[ch]: added hooks for thread start/finish and item
3153         processing begin/end. For monotouch use only.
3155 2009-10-24  Zoltan Varga  <vargaz@gmail.com>
3157         * threads.c (mono_thread_get_name): New helper function.
3159         * reflection.c (resolve_object): Set handle_class for strings too.
3160         (mono_reflection_create_custom_attr_data_args): New helper function to decode
3161         a cattr blob into a set of arrays and structures without creating the custom
3162         attributes themselves.
3163         (create_custom_attr_data): Simplify using create_custom_attr_data_args.
3165         * mono-debug.c (mono_debug_il_offset_from_address): New helper function.
3167         * debug-mono-symfile.c (mono_debug_symfile_get_line_numbers): New helper
3168         function.
3170 2009-10-23  Rodrigo Kumpera  <rkumpera@novell.com>
3172         * verify.c: Replace calls to mono_class_inflate_generic_type with
3173         mono_class_inflate_generic_type_checked. Fixes #480005.
3175 2009-10-23  Rodrigo Kumpera  <rkumpera@novell.com>
3177         * class.c (mono_class_inflate_generic_type_with_mempool): Clear the error
3178         object since not all paths lead to callees initing it.
3180 2009-10-23  Alp Toker  <alp@nuanti.com>
3182         Fix embedding API breakage from r144688. mono-compiler.h is an internal
3183         header and should not be shipped:
3185         * class.h: Back out MONO_DEPRECATED change. Currently depends on config.h
3186         which is specific to the mono build. Not going to work.
3188 2009-10-23  Sebastien Pouliot  <sebastien@ximian.com>
3190         * security-manager.c: Report if core-clr is active from
3191         ves_icall_System_Security_SecurityManager_get_SecurityEnabled
3192         to allow Moonlight BCL to behave appropriately (both in browser
3193         and outside, e.g. smcs)
3195 2009-10-23 Gonzalo Paniagua Javier <gonzalo@novell.com>
3197         * mono-config.c: ignore UTF-8 BOM and report parser errors.
3198         Fixes bug #549108.
3200 2009-10-22 Gonzalo Paniagua Javier <gonzalo@novell.com>
3202         * class.c: fix typo.
3204 2009-10-22  Rodrigo Kumpera  <rkumpera@novell.com>
3206         * class-internals.h: Change signature of mono_class_inflate_generic_type_with_mempool to take
3207         a MonoError parameter.
3209         * class.h: Mark mono_class_inflate_generic_type deprecated, add new mono_class_inflate_generic_type_checked
3210         version that can does proper error handling.
3212         * class.c (inflate_generic_type): Add a MonoError parameter. Don't assert on error, use new mono error machinery.
3214         * class.c (mono_class_inflate_generic_type_with_mempool): Add new MonoError parameter.
3216         * class.c, generics-sharing.c: Changes to handle mono_class_inflate_generic_type_with_mempool new signature.
3218 2009-10-20  Zoltan Varga  <vargaz@gmail.com>
3220         * debug-helpers.c (dis_one): Fix the disassembly of empty strings when
3221         NO_UNALIGNED_ACCESS is defined.
3223 2009-10-22  Zoltan Varga  <vargaz@gmail.com>
3225         * marshal.c (mono_string_builder_to_utf16): Applied patch from
3226         Hib Eris  <hib@hiberis.nl>. Return empty string for empty string builders.
3227         Fixes #549173.
3229 2009-10-22  Mark Probst  <mark.probst@gmail.com>
3231         * sgen-gc.c: Shorten sections whenever possible.
3233 2009-10-22  Mark Probst  <mark.probst@gmail.com>
3235         * sgen-gc.c: Use our portable semaphore #defines.
3237 2009-10-22  Mark Probst  <mark.probst@gmail.com>
3239         * sgen-gc.c: A debug option for dumping the heap layout to a file
3240         after each collection.
3242 2009-10-21  Mark Probst  <mark.probst@gmail.com>
3244         * sgen-gc.c: Make managed write barriers atomic via
3245         thread-restarts.
3247 2009-10-21  Rodrigo Kumpera  <rkumpera@novell.com>
3249         * verify.c (verify_delegate_compatibility): Properly verify delegate creation of static
3250         methods. Fixes #543021.
3252 2009-10-21 Gonzalo Paniagua Javier <gonzalo@novell.com>
3254         * socket-io.[ch]: fix VS build.
3256 2009-10-21 Gonzalo Paniagua Javier <gonzalo@novell.com>
3258         * icall-def.h:
3259         * socket-io.[ch]: implemented SendFile.
3261 2009-10-20  Zoltan Varga  <vargaz@gmail.com>
3263         * class.c (mono_class_create_from_typedef): Initialize class->element_class
3264         before the interfaces to avoid crashes later if class initialization fails.
3265         Fixes #548417.
3267         * marshal.c (emit_marshal_vtype): Implement byref marshalling of DateTime.
3268         Fixes #548276.
3270 2009-10-20  Marek Safar  <marek.safar@gmail.com>
3272         * domain.c: Bump 4.0 version.
3274 2009-10-19  Sebastien Pouliot  <sebastien@ximian.com>
3276         * assembly.c (mono_assembly_load_reference): Fix leak when 'status'
3277         code is known. (parse_public_key) Remove duplicate (unneeded) NULL
3278         check since 'pubkey' can't be NULL at this stage
3279         * icall.c (ves_icall_System_Array_FastCopy): Add comment about
3280         the check. (ves_icall_Type_GetInterfaceMapData) Remove duplicate
3281         initialization of 'iter'
3283 2009-10-16  Bill Holmes  <billholmes54@gmail.com>
3285         * cominterop.c : Search the interface parts of vtable to find 
3286           method matches.  Fixes 547030.
3288         Code is contributed under MIT/X11 license.
3290 2009-10-15 Gonzalo Paniagua Javier <gonzalo@novell.com>
3292         * marshal.c: BeginInvoke cannot be called on multicast delegates with
3293         multiple targets. Fixes bug #574426.
3295 2009-10-14  Massimiliano Mantione  <massi@ximian.com>
3297         * profiler.h: Put here the definition of
3298         MONO_PROFILER_MAX_STAT_CALL_CHAIN_DEPTH
3299         (and fix the build...).
3301 2009-10-14  Massimiliano Mantione  <massi@ximian.com>
3303         * profiler.c, profiler.h, profiler-private.h:
3304         Added support for different ways of getting call chains in stat mode.
3306 2009-10-12  Mark Probst  <mark.probst@gmail.com>
3308         * object.c, object-internals.h: New function for computing the
3309         size of an array, factored out of mono_array_new_full().  Use
3310         SGen's functions for allocating arrays and vectors.
3312         * sgen-gc.c, gc-internal.h: Special functions for allocating
3313         arrays and vectors without race conditions.  A managed array
3314         allocator method.
3316         * boehm-gc.c, null-gc.c: Don't provide a managed array allocator.
3318 2009-10-12  Mark Probst  <mark.probst@gmail.com>
3320         * object.c, object.h, icall.c: Write barriers do the copying now,
3321         as well, so no need for an additional memcpy.
3323         * sgen-gc.c: Lock when storing remsets.  Do the memory
3324         copying/moving in the write barriers.
3326         * null-gc.c, boehm-gc.c: Write barriers must copy here, too.
3328         * reflection.c: Added an assert.
3330 2009-10-12  Mark Probst  <mark.probst@gmail.com>
3332         * threads.c, process.c: A few missing write barriers.
3334 2009-10-12  Joel W. Reed <joelwreed@gmail.com>
3336         * mono-perfcounters.c, mono-perfcounters-def.h: Add
3337         network performance counters for bytes sent per second, bytes
3338         received per second, and bytes total per second.
3340         Code is contributed under MIT/X11 license.
3342 2009-10-09  Mark Probst  <mark.probst@gmail.com>
3344         * threads.c (ves_icall_System_Threading_Thread_GetAbortExceptionState):
3345         Fix warning.
3347 2009-10-09  Mark Probst  <mark.probst@gmail.com>
3349         * threads.c, object-internals.h, object.c: Move code for
3350         transferring an object to a different domain (via
3351         serialization/remoting) to object.c.
3353         * object.c (call_unhandled_exception_delegate): If the exception
3354         is in a different domain than the delegate, transfer the exception
3355         to that domain.
3357 2009-10-07  Zoltan Varga  <vargaz@gmail.com>
3359         * marshal.c (emit_marshal_vtype): Emit marshalling of DateTime to OLE DATE.
3360         Fixes #322934.
3362 2009-10-06  Zoltan Varga  <vargaz@gmail.com>
3364         * domain.c (DEFAULT_RUNTIME_VERSION): Change this to v2.0.
3366 2009-10-06  Mark Probst  <mark.probst@gmail.com>
3368         * object.c (mono_method_return_message_restore): Handle the case
3369         where the argument is an instance of a generic type.  Fixes
3370         #544446.
3372 2009-10-06  Mark Probst  <mark.probst@gmail.com>
3374         * object.c (set_value): Write barrier fix - we must pass the
3375         count, not the size.
3377 2009-10-05  Zoltan Varga  <vargaz@gmail.com>
3379         * domain.c (mono_init_internal): Print a useful error message when encountering
3380         an old mscorlib, instead of crashing. Fixes #544307.
3382 2009-10-04  Zoltan Varga  <vargaz@gmail.com>
3384         * appdomain.c (copy_app_domain_setup): Fix a warning.
3386         * debug-helpers.c (dis_one): Ditto.
3388 2009-10-04  Mark Probst  <mark.probst@gmail.com>
3390         * domain-internals.h, appdomain.c: The AppDomainSetup is copied
3391         into the new domain, instead of referencing the original one.
3393         * marshal.c, marshal.h: Make mono_marshal_xdomain_copy_value()
3394         non-static.
3396         * appdomain.c: Corlib version bump.
3398 2009-10-02 Gonzalo Paniagua Javier <gonzalo@novell.com>
3400         * threadpool.c: one more...
3402 2009-10-02 Gonzalo Paniagua Javier <gonzalo@novell.com>
3404         * threadpool.c: forgot a LeaveCriticalSection when telling the idle
3405         threads to die because we're shutting down. delgate5.exe works again.
3407 2009-10-01  Bill Holmes  <billholmes54@gmail.com>
3409         * cominterop.c (mono_marshal_free_ccw_entry): Updating the
3410           ccw_interface_hash table when a ccw is finalized.
3412         Code is contributed under MIT/X11 license.
3414 2009-09-30  Mark Probst  <mark.probst@gmail.com>
3416         * assembly.c, domain.c, image.c, metadata-internals.h: Split
3417         domain and image unloading into two steps.  We must do this
3418         because clearing the domain in SGen requires the class metadata to
3419         be intact, but we need to free the mono_g_hash_tables in case a
3420         collection occurs during domain unloading and the roots would trip
3421         up the GC.
3423 2009-09-30  Mark Probst  <mark.probst@gmail.com>
3425         * object-internals.h: Remove serialized culture fields from
3426         MonoInternalThread.
3428         * icall-def.h, thread-types.h, threads.c: Remove serialized
3429         culture icalls.
3431         * appdomain.c: Corlib version bump.
3433 2009-09-30  Zoltan Varga  <vargaz@gmail.com>
3435         * marshal.c (emit_marshal_object): Emit out marshalling of stringbuilders.
3436         Fixes #543133.
3438 2009-09-30  Mark Probst  <mark.probst@gmail.com>
3440         * sgen-gc.c: Try to shorten the new section after a major
3441         allocation to avoid ever-growing sections.
3443 2009-10-13  Martin Baulig  <martin@ximian.com>
3445         * mono-debug-debugger.h (MonoDebuggerEvent): Renamed
3446         `MONO_DEBUGGER_EVENT_TRAMPOLINE' into
3447         `MONO_DEBUGGER_EVENT_OLD_TRAMPOLINE' and added a new
3448         `MONO_DEBUGGER_EVENT_TRAMPOLINE'.
3450         * mono-debug.h (MONO_DEBUGGER_MINOR_VERSION): Bump to 4.
3452 2009-09-29 Gonzalo Paniagua Javier <gonzalo@novell.com>
3454         * threadpool.c: fixed the order in which 'completed' and the wait
3455         handle, if any, are set.  Fixes bug #542933 and delegate2.exe
3456         No need to use the wait_handle field of ASyncCall. Make sure the
3457         threadpool is active when adding a job or queueing an idle thread.
3459 2009-09-29  Zoltan Varga  <vargaz@gmail.com>
3461         * object.c (mono_unhandled_exception): Fix a crash if there is no main thread.
3463         * threads.c (build_wait_tids): Fix a crash if there is no main thread, like
3464         when using --compile-all.
3466 2009-09-27  Mark Probst  <mark.probst@gmail.com>
3468         * metadata.c (free_generic_class): Unregister the field_objects
3469         roots if we're using SGen.
3471 2009-09-27  Mark Probst  <mark.probst@gmail.com>
3473         * reflection.c (mono_dynamic_image_free): Deregister the GC root
3474         for GenericParamTableEntry.gparam.
3476 2009-09-27 Gonzalo Paniagua Javier <gonzalo@novell.com>
3478         * marshal.c: don't create the handle when calling. It is created later
3479         if needed.
3481 2009-09-26  Mark Probst  <mark.probst@gmail.com>
3483         * sgen-gc.c: Warning fixes.
3485 2009-09-26  Mark Probst  <mark.probst@gmail.com>
3487         * sgen-gc.c: New debug option "xdomain-checks", which scans the
3488         whole heap for cross-domain references before each collection.
3490         * sgen-scan-object.h: The scan action can now use SCAN to scan the
3491         object.
3493         * threadpool-internals.h, threadpool.c: New function
3494         mono_thread_pool_is_queue_array() for checking whether a given
3495         array is used as a (cross-domain) queue by the thread pool code.
3497 2009-09-26  Mark Probst  <mark.probst@gmail.com>
3499         * sgen-gc.c: New function mono_gc_scan_for_specific_ref() which
3500         searches the whole heap for objects containing a specific
3501         reference.  Only for debugging.
3503 2009-09-26  Mark Probst  <mark.probst@gmail.com>
3505         * appdomain.c (MONO_CORLIB_VERSION): Bumped.
3507         * icall-def.h, threads.c, threads-types.h: New icalls for copying
3508         byte arrays between domains.
3510 2009-09-25 Gonzalo Paniagua Javier <gonzalo@novell.com>
3512         * threadpool.c:
3513         * class-internals.h:
3514         * mono-perfcounters-def.h:
3515         * mono-perfcounters.c:
3516         -There is a list of idle threads
3517         -Each of those idle threads wait on their own WaitHandle instead
3518         of all of them using the same semaphore. When a new work item is
3519         added, the job is assigned directly to an idle thread or a newly
3520         created one if possible and then the handle for that thread is
3521         signaled. Compare that to the current approach where all the
3522         threads in the pool compete to dequeue a job from the same
3523         queue.
3524         -New struct ThreadPool that brings together the bunch of static
3525         variable for each threadpool (IO and regular).
3526         -New performance counters: # of items added and its rate per
3527         threadpool. The rate will be used later, perhaps together with
3528         other perf. counters, to decide when idle threads should exit.
3530 2009-09-25  Jonathan Chambers  <joncham@gmail.com>
3532         * socket-io.c (ves_icall_System_Net_Sockets_Socket_Receive_internal): 
3533         Fix typo on Windows build.      
3534         (ves_icall_System_Net_Sockets_Socket_Accept_internal): Fix typo on Windows build.
3535         
3536         Code is contributed under MIT/X11 license.
3538 2009-09-25  Mark Probst  <mark.probst@gmail.com>
3540         * object-internals.h: The Thread class is split up into Thread and
3541         InternalThread now.  We have exactly one InternalThread per
3542         thread, and at most one Thread per appdomain per thread.  Most
3543         data is stored in InternalThread.  All InternalThread objects live
3544         in the root domain.
3546         * class-internals.h: Add internal_thread_class to MonoDefaults.
3548         * appdomain.c (mono_domain_unload), attach.c (receiver_thread),
3549         domain.c, gc.c, icall-def.h, monitor.c, object.c, sgen-gc.c,
3550         socket-io.c, threadpool.c, thread-types.h, threads.c: Changes
3551         resulting from the split of the Thread class.
3553         * gc-internal.h: Prototype for new function for checking whether a
3554         thread is the finalizer thread.
3556         * appdomain.c: Corlib version bump.
3558 2009-09-25  Rolf Bjarne Kvinge  <RKvinge@novell.com>
3560         * appdomain.c|h: Add a mono_domain_try_unload method which is
3561         equivalent to mono_domain_unload, except that it returns an exception
3562         instead of throwing it. Make mono_domain_unload use the
3563         mono_domain_try_unload method to avoid code-duplication.
3565 2009-09-25  Zoltan Varga  <vargaz@gmail.com>
3567         * debug-helpers.c (dis_one): Avoid unaligned accesses on platforms where that is
3568         a problem.
3570 2009-09-24  Zoltan Varga  <vargaz@gmail.com>
3572         * marshal.c (emit_ptr_to_object_conv): Generate an exception instead of
3573         aborting when a conversion is not implemented.
3575 2009-09-23  Miguel de Icaza  <miguel@novell.com>
3577         * verify.c: when comparing culture strings, use g_ascii_strcmp
3579         * assembly.c (mono_public_tokens_are_equal): Change g_strcasecmp
3580         when comparing public key tokens to use memcmp on 16 bytes.   I do
3581         not believe this ever worked as advertised in the past.
3583         The standard Public Key is 00 00 00 00 00 00 00 00 04 00 00 00 00 00 00 00
3584         which would have always failed earlier.
3586 2009-06-25  Miguel de Icaza  <miguel@novell.com>
3588         * gc.c: Raise a NullArgumentException if the object passed is
3589         null.
3591 2009-09-22  Zoltan Varga  <vargaz@gmail.com>
3593         * image.c (mono_image_close): Atomically decrement the reference count and
3594         remove the image from the hash tables, to prevent another thread from seeing a
3595         dying MonoImage. Fixes #541194.
3597 2009-09-22 Gonzalo Paniagua Javier <gonzalo@novell.com>
3599         * threadpool.c: actually use the minimum number of 'completion ports'
3600         (for us is just a potential worker thread).
3602 2009-09-22 Gonzalo Paniagua Javier <gonzalo@novell.com>
3604         * threadpool.c: remove ares_htable. It does not make sense any more
3605         since the same objects are now stored in GC-tracked arrays while they are
3606         in the queue.
3608 2009-09-22 Gonzalo Paniagua Javier <gonzalo@novell.com>
3610         * threadpool.c: increase the minimum length of the queues to 128.
3611         Remove warning.
3613 2009-09-21  Zoltan Varga  <vargaz@gmail.com>
3615         * marshal.c (mono_marshal_get_string_ctor_signature): New internal function to
3616         return the modified signature used by string ctors.
3618 2009-09-20  Zoltan Varga  <vargaz@gmail.com>
3620         * marshal.c (mono_marshal_get_runtime_invoke_dynamic): New internal function
3621         to return a runtime-invoke wrapper which uses DYN_CALL to call the wrapped
3622         method, to be used by full-aot.
3624 2009-09-18  Rodrigo Kumpera  <rkumpera@novell.com>
3626         Since the runtime supports lazy initialization of a type's vtable and this can cause a type
3627         to fail, we need to ensure that the vtable is properly initialized at spots were the type must
3628         be known to be good.
3630         * class.c (mono_class_init): Fail array types if their element type fails initialization
3631         as well.
3633         * object.c (mono_class_create_runtime_vtable): Fail array types if their element type fails
3634         initialization, additionally we request the element_type vtable to be initialized as well.
3636         This is fine and should not increase the working set in any meaningful way since it's reasonable
3637         to assume       that most code will create an array and eventually populate it, which will require the
3638         type's vtable to be initialized.
3640         * loader.c (field_from_memberref): Add a comment for a possibly useless mono_class_init call.
3642 2009-09-17  Atsushi Enomoto  <atsushi@ximian.com>
3644         * normalization-tables.h : regenerated.
3646 2009-09-16  Zoltan Varga  <vargaz@gmail.com>
3648         * mono-debug.c (mono_debug_add_method): Increase the size of the buffer,
3649         a leb128 encoding can take up to 5 bytes.
3651 2009-09-15  Rodrigo Kumpera  <rkumpera@novell.com>
3653         * class.c (verify_class_overrides): Remove useless argument.
3655         * class.c (mono_class_setup_vtable_general): Move the overrides check to happen
3656         before interface enumeration as this is no longer required.
3658 2009-09-15  Rodrigo Kumpera  <rkumpera@novell.com>
3660         * class.c: New function mono_class_is_assignable_from_slow that is safe to be
3661         used under mono_class_init context. This functions avoid any code path that
3662         calls mono_class_init, which leads it to be slow as some things like the interface
3663         bitmap are not available.
3665         * class.c (verify_class_overrides): Use mono_class_is_assignable_from_slow instead
3666         of it's own broken version. Fixes the verifier part of #538588.
3668         * class-internals.h: Export mono_class_is_assignable_from_slow as part of the internal
3669         API.
3671 2009-09-15  Mark Probst  <mark.probst@gmail.com>
3673         * class.c (mono_class_init): Always set an exception in a class if
3674         vtable setup fails.  Fixes #538577.
3676         * generic-sharing.c: Raise an exception if mono_class_vtable()
3677         returns NULL.
3679 2009-09-13  Zoltan Varga  <vargaz@gmail.com>
3681         * marshal.c (mono_marshal_get_runtime_invoke): Don't share instance 
3682         methods of vtypes, as they could be incorrectly shared with static methods
3683         taking an IntPtr argument.
3685 2009-09-12 Gonzalo Paniagua Javier <gonzalo@novell.com>
3687         * domain.c:
3688         * object.c:
3689         * class-internals.h: renamed waithandle_class to
3690         manualresetevent_class.
3691         * marshal.c: propagate the exception if a remoting BeginInvoke call
3692         fails.
3694 2009-09-11  Rodrigo Kumpera  <rkumpera@novell.com>
3696         * object.c: Properly handle vtable failures.
3698 2009-09-11  Rodrigo Kumpera  <rkumpera@novell.com>
3700         * socket-io.c: Assert on vtable failure.
3702         * mono-mlist.c: Assert on vtable failure.
3704 2009-09-11  Rodrigo Kumpera  <rkumpera@novell.com>
3706         * marshal.c: Assert on vtable failure.
3708 2009-09-11  Rodrigo Kumpera  <rkumpera@novell.com>
3710         * icall.c: Properly handle vtable failures.
3712 2009-09-11  Rodrigo Kumpera  <rkumpera@novell.com>
3714         * debug-helpers.c (mono_class_describe_statics): Properly handle vtable failures.
3716 2009-09-11  Rodrigo Kumpera  <rkumpera@novell.com>
3718         * cominterop.c (ves_icall_System_ComObject_CreateRCW): Property handle vtable failures.
3720         * console-unix.c (do_console_cancel_event): Same.
3722 2009-09-11  Rodrigo Kumpera  <rkumpera@novell.com>
3724         * class-internals.h: Add mono_class_vtable_full function that allows control
3725         if an exception should be raised or not.
3727         * object.c (mono_class_vtable): Call into mono_class_vtable_full. Fix this function
3728         to do what its documentation say, that is to return NULL and set exception_type on
3729         failure.
3731         * object.c (mono_class_create_runtime_vtable): Add new raise_on_error parameter
3732         and change the code to honor it.
3734 2009-09-11  Rodrigo Kumpera  <rkumpera@novell.com>
3736         * verify.c: Fix typo in error message.
3738 2009-09-10  Sebastien Pouliot  <sebastien@ximian.com>
3740         * security-core-clr.c: Fix default_platform_check so it can run
3741         the runtime coreclr tests (without an infinite recursion when
3742         throwing an exception).
3744 2009-09-10  Rodrigo Kumpera  <rkumpera@novell.com>
3746         object.c (mono_delegate_ctor_with_method): Guard against null method.
3748 2009-09-10  Rodrigo Kumpera  <rkumpera@novell.com>
3750         * marshal.c (mono_marshal_get_xappdomain_dispatch): Add an assert
3751         that should be replaced with error handling later.
3753 2009-09-10  Rodrigo Kumpera  <rkumpera@novell.com>
3755         * marshal.c (mono_delegate_end_invoke): Fix warning.
3757 2009-09-10  Rodrigo Kumpera  <rkumpera@novell.com>
3759         * loader.c (mono_field_from_token): Properly handle invalid
3760         dynamic tokens.
3762 2009-09-10  Rodrigo Kumpera  <rkumpera@novell.com>
3764         * pedump.c (verify_image_file): Skip types that can't be
3765         decoded.
3767 2009-09-10  Rodrigo Kumpera  <rkumpera@novell.com>
3769         * verify.c: Look for recursive valuetypes only against the
3770         type been initialized as this is a lot simpler and works.
3772 2009-09-10  Rodrigo Kumpera  <rkumpera@novell.com>
3774         * verify.c: Ensure that fields are properly loaded before
3775         checking them.
3777 2009-09-10  Bill Holmes  <billholmes54@gmail.com>
3779         * object.c (mono_object_get_virtual_method) : Call 
3780           mono_cominterop_get_invoke if the object is a COM object.
3782         Code is contributed under MIT/X11 license.
3784 2009-09-09  Rodrigo Kumpera  <rkumpera@novell.com>
3786         * verify.c: Check for recursive valuetype definitions.
3788 2009-09-08  Rodrigo Kumpera  <rkumpera@novell.com>
3790         Use inheritance-aware interface offsets. Inherited types use the same offsets
3791         of their parents. This reduce offset duplication in case more than one type in
3792         the inheritance tree explicitly implements the same interface.
3794         This also removes a source of vtable bubbles found in #532409. An abstract type
3795         isn't required to provide abstract methods to all interfaces it implements, which
3796         resulted in a bubble with the previous scheme as the child would get a non-full
3797         vtable from its parent. We fail all concrete types with vtable bubbles, so this
3798         should be fixed.
3800         This change causes an increase of 1.7% in vtable memory usage for IronPython pystone but
3801         it's expected to not cause any significant increase beyond that.
3803         * class.c (setup_interface_offsets): Compute super class iface offsets
3804         first to force sharing.
3806         * class.c: Add VTABLE_SELECTOR macro to the vtable debug macros to help
3807         dumping only the relevant ones.
3809         * class.c (mono_class_setup_vtable_general): Give newslot, non final, virtual
3810         methods a new slot regardless if they belong to an interface or not. This allows
3811         an inherited type to override the iface method separately from the class one.
3813 2009-09-04 Gonzalo Paniagua Javier <gonzalo@novell.com>
3815         * threadpool.c: make the Sleep() alertable to prevent delays exiting
3816         applications that take less than 2s to execute.
3817         Bug #524984 fixed.
3819 2009-09-04  Zoltan Varga  <vargaz@gmail.com>
3821         * object-internals.h (MonoRuntimeCallbacks): Add a 'get_runtime_build_info' callback.
3823         * object.c (mono_get_runtime_callbacks): New helper function to return
3824         the runtime callbacks.
3826         * icall.c (ves_icall_Mono_Runtime_GetDisplayName): Use the result of
3827         mono_get_runtime_build_info () as the display name.
3828         
3829 2009-09-03  Zoltan Varga  <vargaz@gmail.com>
3831         * marshal.c (emit_marshal_array): Call conv.ovf.i on the array parameter
3832         argument, since NEWARR expects a native int. Fixes #481559.
3834 2009-09-03  Rodrigo Kumpera  <rkumpera@novell.com>
3836         * icall.c (ves_icall_MonoMethod_GetDllImportAttribute): Guard
3837         against broken SRE methods.
3839 2009-09-03  Rodrigo Kumpera  <rkumpera@novell.com>
3841         * class.c (mono_type_get_full): Don't call mono_metadata_free_type on
3842         a NULL variable. Abort early on failure.
3844 2009-09-03  Rodrigo Kumpera  <rkumpera@novell.com>
3846         * class.c (can_access_type): Fail visibility test for non nested
3847         types with nested visibility.
3849 2009-09-02  Sebastien Pouliot  <sebastien@ximian.com>
3851         * assembly.c (parse_public_key): Avoid allocating (and not 
3852         freeing) the public key array when it's not requested by the 
3853         caller.
3854         * threads.c (mono_thread_manage, mono_thread_create_internal, 
3855         ves_icall_System_Threading_Thread_Thread_internal): Free 
3856         allocated memory on error.
3858 2009-09-02  Rodrigo Kumpera  <rkumpera@novell.com>
3860         * icall.c, icall-def.h: Remove some dead code from early SRE changes.
3862 2009-09-02  Rodrigo Kumpera  <rkumpera@novell.com>
3864         * class.c (mono_class_setup_fields): Remove duplicated local variable
3865         named gklass.
3866         Rename gklass to gtd to reflect the fact that it points to the generic
3867         type definition.
3868         Remove the duplicated call to mono_class_setup_fields on gtd and move
3869         the error check to the beginning.
3871 2009-09-02  Rodrigo Kumpera  <rkumpera@novell.com>
3873         * marshal.c (mono_array_to_lparray): Do DISABLE_COM properly.
3874         Remove cruft of the previous patch.
3876 2009-09-01  Rodrigo Kumpera  <rkumpera@novell.com>
3878         * metadata-verify.c (verify_method_table): Check for abstract + final.
3879         Fixes #534175.
3881 2009-09-01  Rodrigo Kumpera  <rkumpera@novell.com>
3883         * verify.c (verify_class_fields): Check for duplicate fields.
3885 2009-09-01  Rodrigo Kumpera  <rkumpera@novell.com>
3887         * metadata-verify.c: Verify the typeref table for duplicates.
3889 2009-09-01  Rodrigo Kumpera  <rkumpera@novell.com>
3891         This reverts r140936 and properly handles interfaces with static methods. The
3892         right fix is to ensure vtables without bubles which is an easier to verify
3893         constraint. We should avoid such special cases as of the reverted patch as those
3894         only make the runtime more brittle.
3896         * class.c (mono_class_setup_vtable_general): Revert previous change that handle
3897         static methods on interfaces.
3899         * class.c (setup_interface_offsets): Use the number of virtual methods when
3900         calculating interface offsets instead of the number of methods. This way we
3901         avoid bubles on the layout.
3903 2009-08-31  Rodrigo Kumpera  <rkumpera@novell.com>
3905         * metadata-verify.c (verify_metadata_header): Some very smart
3906         obfuscators like to add extra stream headers. Ignore them.
3908 2009-08-30  Zoltan Varga  <vargaz@gmail.com>
3910         * class.c (mono_class_setup_vtable_general): Verify interfaces with static
3911         methods correctly.
3913 2009-08-29  Rodrigo Kumpera  <rkumpera@novell.com>
3915         * metadata-verify.c: Verify for duplicated types.
3917 2009-08-28  Rodrigo Kumpera  <rkumpera@novell.com>
3919         * metadata-verify.c (verify_typedef_table): Verify for nested types
3920         without an entry on the nested class table.
3922 2009-08-28  Zoltan Varga  <vargaz@gmail.com>
3924         * cominterop.c (cominterop_get_ccw): Applied patch from tom hindle
3925         <tom_hindle@sil.org>. Add locking around hash table accesses.
3927 2009-08-25  Rodrigo Kumpera  <rkumpera@novell.com>
3929         * verify.c (mono_verifier_verify_class): Verify all interface if
3930         really are interfaces. Fixes #534184.
3932 2009-08-27  Rodrigo Kumpera  <rkumpera@novell.com>
3934         * pedump.c: Initialize all types during metadata validation so we report
3935         errors only detected as part of class initialization.
3937 2009-08-26  Rodrigo Kumpera  <rkumpera@novell.com>
3939         * metadata-verify.c (verify_method_table): PInvoke requires method to
3940         be static. Fixes #534189
3942 2009-08-26  Zoltan Varga  <vargaz@gmail.com>
3944         * threads.c (mono_thread_suspend_all_other_threads): Handle 'threads_starting_ip'
3945         being NULL.
3947 2009-08-25  Rodrigo Kumpera  <rkumpera@novell.com>
3949         * class.c (mono_class_setup_vtable_general): Verify the resulting vtable
3950         for holes or bad methods. Fixes #525314.
3952 2009-08-25  Rodrigo Kumpera  <rkumpera@novell.com>
3954         * class.c (setup_interface_offsets): Don't allocate slot
3955         for the same interface multiple times. This creates bubbles
3956         that waster space and make vtable verification harder.
3958         The same interface get a slot multiple times since we need
3959         to get the closure of all implemented interfaces, which means
3960         the same interface is reported multiple times.
3962 2009-08-25  Rodrigo Kumpera  <rkumpera@novell.com>
3964         * verify.c (mono_verifier_verify_class): Don't check the fields
3965         of generic instances since the context on which they got expanded
3966         might lead to false positives.
3968         Such thing happens when a generic type is inflated in the context
3969         of a generic method and the inflated type of a field turns into a
3970         generic method argument, which causes the checking code to think
3971         it's an invalid class when it's not.
3973 2009-08-25  Rodrigo Kumpera  <rkumpera@novell.com>
3975         * verify.c (mono_type_is_valid_in_context): Verify if type
3976         is NULL and remove duplicate test.
3978 2009-08-24  Rodrigo Kumpera  <rkumpera@novell.com>
3980         * verify.c (mono_verifier_verify_class): Check fields for
3981         invalid generic arguments.
3983 2009-08-24  Rodrigo Kumpera  <rkumpera@novell.com>
3985         * class.c (verify_class_overrides): Verify if for static
3986         and non virtual methods.
3988 2009-08-24  Rodrigo Kumpera  <rkumpera@novell.com>
3990         * icaa.c (ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_RunClassConstructor):
3991         Check for errors after retrieving the vtable.
3993 2009-08-24  Rodrigo Kumpera  <rkumpera@novell.com>
3995         * class.c (mono_class_setup_vtable_general): Verify
3996         if method overrides are valid before processing them.
3998 2009-08-24  Rodrigo Kumpera  <rkumpera@novell.com>
4000         * marshal.c (mono_array_to_lparray): Fix minimal build with
4001         cominterop disabled.
4003         * marshal.c (mono_free_lparray): Same.
4005 2009-08-21  Mark Probst  <mark.probst@gmail.com>
4007         * threadpool.c (mono_thread_pool_init): Use mono_object_hash() as
4008         the hash function for the ares_htable.
4010 2009-08-20  Rodrigo Kumpera  <rkumpera@novell.com>
4012         * metadata-verify.c (verify_assembly_table): Accept 0x10 as a valid
4013         bit for assembly flags. MS is ok with it but there is no spec anywhere
4014         on its mean
4016 2009-08-19  Rodrigo Kumpera  <rkumpera@novell.com>
4018         * class.c (mono_class_create_from_typedef): Emit profiler events
4019         in all cases.
4021 2009-08-19  Rodrigo Kumpera  <rkumpera@novell.com>
4023         * icall.c (ves_icall_Type_GetMethodsByName): Don't leak loader errors.
4024         Release memory on failure.
4026 2009-08-19  Rodrigo Kumpera  <rkumpera@novell.com>
4028         * class-internals.h: Add mono_metadata_load_generic_param_constraints_full
4029         to the internal API.
4031         * metadata.c (get_constraints): Use a single-linked table as we don't
4032         traverse it backward. Fail and return FALSE if only of the contraint types
4033         is not found.
4035         * metadata.c (mono_metadata_load_generic_param_constraints_full): Identical
4036         to mono_metadata_load_generic_param_constraints except for having a return value.
4037         This has to be done since the later is part of the public API.
4039         * class.c (mono_class_create_from_typedef): Properly check the loading of constrains
4040         and fail the type.
4042         * loader.c (mono_get_method_from_token): Properly check the loading of constraints
4043         and fail the method.
4045 2009-08-19  Rodrigo Kumpera  <rkumpera@novell.com>
4047         * metadata-verify.c (is_valid_method_header): Add work-around to deal
4048         with MS broken behavior of emmitting EH section sizes without the
4049         header size added.
4051 2009-08-19  Rodrigo Kumpera  <rkumpera@novell.com>
4053         * metadata.c (mono_type_create_from_typespec): Don't allocate image
4054         memory until we're sure that we'll need it. This avoids leaking for
4055         broken types or duplicated instantiation.
4057 2009-08-19  Rodrigo Kumpera  <rkumpera@novell.com>
4059         * metadata-verify.c (is_valid_method_header): Fix stupid formating
4060         mistake.
4062 2009-08-19  Rodrigo Kumpera  <rkumpera@novell.com>
4064         * metadata-verify.c (is_valid_method_header): Fix number of clauses
4065         and expected size calculation.
4067 2009-08-18  Rodrigo Kumpera  <rkumpera@novell.com>
4069         * class.c (mono_class_get_field_idx): Add fixme for broken
4070         behavior for types with multiple fields with the same name.
4071         I would rather fix it, but have no idea on how to generate
4072         such artifact for testing.
4074 2009-08-18  Rodrigo Kumpera  <rkumpera@novell.com>
4076         * verify.c (verifier_load_field): We should allow references to
4077         fields to be made using the generic type definition. It's up to
4078         the loader system to fail invalid ops.
4080         * verify.c (get_boxable_mono_type): Only uninstantiated GTDs
4081         are invalid.
4083 2009-08-18  Rodrigo Kumpera  <rkumpera@novell.com>
4085         * class.c: Fix usage of mono_metadata_interfaces_from_typedef_full.
4087         * metadata-internals.h: Fix declaration of 
4088         mono_metadata_interfaces_from_typedef_full.
4090         * metadata.c (mono_metadata_interfaces_from_typedef_full): Add extra
4091         heap_alloc_result parameter that controls if the result should be
4092         g_malloc'd.
4094         * metadata.c (mono_metadata_interfaces_from_typedef): Let the resulting
4095         array be g_malloc'd and properly document this public API function.
4097 2009-08-18  Rodrigo Kumpera  <rkumpera@novell.com>
4099         * cil-coff.h: Fix METHOD_HEADER_FORMAT_MASK to be 2 bits and
4100         remove METHOD_HEADER_TINY_FORMAT1.
4102         * reflection.c: Remove reference to METHOD_HEADER_TINY_FORMAT1.
4104         * metadata.c (mono_metadata_parse_mh_full): Kill tiny format1.
4106         Both spec and MS uses only 2 bits to enumerate the kind of header.
4107         So given that 0x6 and 0x2 are equal under a 2 bits mask, tiny format1
4108         is superfluous, only used for tiny headers with odd code lengths.
4110         This change also make sure that mono doesn't wronly interpret bit 2
4111         of fat header flags, which is currently reserved.
4113 2009-08-18  Rodrigo Kumpera  <rkumpera@novell.com>
4115         * metadata.c (do_mono_metadata_parse_type): Do error
4116         checking for element types. Don't abort if presented
4117         with a broken type kind.
4119 2009-08-18  Rodrigo Kumpera  <rkumpera@novell.com>
4121         * metadata.c (mono_metadata_parse_method_signature_full):
4122         Gracefully fail bad vararg signatures.
4124 2009-08-18  Christian Hergert  <chris@dronelabs.com>
4126         * profiler.c:
4127         * class.c: Fix warnings for uninitialized variables.
4129 2009-08-18  Christian Hergert  <chris@dronelabs.com>
4131         * icall.c: Fix _NSGetEnviron method declaration warning.
4133 2009-08-18  Christian Hergert  <chris@dronelabs.com>
4135         * icall.c:
4136         * reflection.c: Make bitwise checks explicit.
4138 2009-08-18  Christian Hergert  <chris@dronelabs.com>
4140         * debug-helpers.c:
4141         * marshal.c: Fix printf warnings.
4143 2009-08-18  Zoltan Varga  <vargaz@gmail.com>
4145         * reflection.c (encode_cattr_value): Fix a warning.
4147 2009-08-17  Rodrigo Kumpera  <rkumpera@novell.com>
4149         * metadata.c (mono_metadata_parse_array_full): Fix memory leak
4150         of array bounds.
4152 2009-08-17  Rodrigo Kumpera  <rkumpera@novell.com>
4154         * loader.c (mono_method_signature): Don't assert on broken
4155         signature. Print a more useful error message.
4157 2009-08-17  Rodrigo Kumpera  <rkumpera@novell.com>
4159         * loader.c (mono_method_get_marshal_info): Assert if
4160         signature is invalid. Bounds check stores to the
4161         mspecs array;
4163 2009-08-17  Rodrigo Kumpera  <rkumpera@novell.com>
4165         * loader.c (field_from_memberref): Fix warning.
4167 2009-08-17  Rodrigo Kumpera  <rkumpera@novell.com>
4169         * loader.c (mono_method_get_param_names): Check if signature
4170         is null. Don't store beyond the size of the name array.
4172 2009-08-17  Rodrigo Kumpera  <rkumpera@novell.com>
4174         * loader.c (mono_get_method_constrained): Check if signature
4175         is null.
4177 2009-08-17  Rodrigo Kumpera  <rkumpera@novell.com>
4179         * loader.c (mono_loader_set_error_bad_image): Improve
4180         error messages.
4182 2009-08-17  Rodrigo Kumpera  <rkumpera@novell.com>
4184         * loader.c (mono_get_method_full): Convert an assertion
4185         into a loader error.
4187 2009-08-17  Rodrigo Kumpera  <rkumpera@novell.com>
4189         * class-internals.h, class.c: Better naming and documentation.
4191 2009-08-17  Zoltan Varga  <vargaz@gmail.com>
4193         * boehm-gc.c (mono_gc_add_weak_track_handle): Don't do any work if
4194         obj is NULL.
4196 2009-08-14  Rodrigo Kumpera  <rkumpera@novell.com>
4198         * loader.c (mono_method_get_signature_full): Fail gracefully if signature
4199         parsing fails.
4201 2009-08-14  Rodrigo Kumpera  <rkumpera@novell.com>
4203         * loader.c (mono_loader_error_prepare_exception): Handle missing field
4204         errors with no class set.
4206         * loader.c (field_from_memberref): If the field signature is of the wrong
4207         type fail with a MissingFieldException instead of a BadImageException as
4208         this is the behavior observed on MS. 
4210 2009-08-14  Rodrigo Kumpera  <rkumpera@novell.com>
4212         * loader.c (field_from_memberref): Don't crash if either the field
4213         signature or the typespec class are invalid.
4215 2009-08-14  Rodrigo Kumpera  <rkumpera@novell.com>
4217         * verify.c (verifier_load_field): Don't allow field related
4218         ops to reference fields on generic type definition.
4220 2009-08-14  Rodrigo Kumpera  <rkumpera@novell.com>
4222         * metadata-verify.c: Add new warning level for errors specified
4223         by ECMA 335 but that MS ignores.
4225         * metadata-verify.c (verify_method_table): Make compiler controled
4226         visibility + (rt)specialname error a warning as MS ignores this. Ignoring
4227         this check is safe because the end result will only be some visibility
4228         exceptions been thrown.
4230 2009-08-14  Rodrigo Kumpera  <rkumpera@novell.com>
4232         * verify.c (get_boxable_mono_type): Don't allow the
4233         use of the generic type definition on boxed type positions.
4235         Fixes #531237.
4237 2009-08-14  Mark Probst  <mark.probst@gmail.com>
4239         * threadpool.c: Make sure no cross-domain references remain in
4240         ares_htable or the arrays that are thrown away when resizing.
4242 2009-08-14  Mark Probst  <mark.probst@gmail.com>
4244         * appdomain.c, metadata-internals.h, image.c: In MonoImage add a
4245         list of classes for which we have to unregister reflection_info
4246         with the GC and which are not in the namespace cache.
4248         * reflection.c (mono_reflection_initialize_generic_parameter): Add
4249         the class to the list.
4251 2009-08-14  Mark Probst  <mark.probst@gmail.com>
4253         * domain.c (mono_domain_free): Unregister the GC roots in
4254         MonoDomain.
4256 2009-08-12  Rodrigo Kumpera  <rkumpera@novell.com>
4258         * reflection.c (mono_reflection_type_get_handle): Fix typo.
4260 2009-08-12  Rodrigo Kumpera  <rkumpera@novell.com>
4262         * class.c: Add mono_class_get_field_from_name_full which does
4263         the same as mono_class_get_field_from_name but does check field
4264         signature as well.
4266         * class-internals.h: Export mono_class_get_field_from_name_full as
4267         part of the internal API.
4269         * loader.c (field_from_memberref): Search fields by name and signature
4270         as it's valid to have two fields with same name but different types.
4272         Fixes #528055.
4274 2009-08-10  Rodrigo Kumpera  <rkumpera@novell.com>
4276         * icall-def.h: Add a bunch of temporary icalls to MonoGenericClass.
4278         * reflection.c (mono_reflection_type_get_handle): Handle MonoGenericClass.
4280         * reflection.c (encode_cattr_value): Use mono_reflection_type_get_handle to encode
4281         System.Type.
4283 2009-08-13  Zoltan Varga  <vargaz@gmail.com>
4285         * gc.c (GCHandle_CheckCurrentDomain): Moved this here from icall.c.
4287         * boehm-gc.c (mono_gc_add_weak_track_handle): Handle nulls.
4289 2009-08-12  Mark Probst  <mark.probst@gmail.com>
4291         * sgen-gc.c, sgen-scan-object.h: Object scanning code factored out
4292         to sgen-scan-object.h, which can be included and parameterized via
4293         macros.
4295         * Makefile.am: sgen-scan-object.h added.
4297 2009-08-12  Mark Probst  <mark.probst@gmail.com>
4299         * gc.c: #define GC_dont_gc if we're compiling with SGen.
4301 2009-08-12  Mark Probst  <mark.probst@gmail.com>
4303         * domain.c (mono_domain_free): Free a domain's mono_g_hash_tables
4304         before clearing a domain in the GC.
4306 2009-08-12  Mark Probst  <mark.probst@gmail.com>
4308         * exception.c (mono_exception_from_name_domain): Actually create
4309         the exception in the specified domain.
4311         * appdomain.c (mono_domain_create_appdomain_internal): Create the
4312         OutOfMemoryException a bit later so that the domain is inialized
4313         "enough" that it works.
4315 2009-08-12  Mark Probst  <mark.probst@gmail.com>
4317         * threads.c (thread_cleanup): Clean up the cached_culture_info
4318         array to prevent cross-domain references.
4320 Tue Aug 11 14:38:57 CEST 2009 Paolo Molaro <lupus@ximian.com>
4322         * metadata.c: more documentation for MonoType accessors.
4324 2009-08-11  Raja R Harinath  <harinath@hurrynot.org>
4326         Fix incorrect size definitions where the tail array isn't a list
4327         of pointers
4328         * class-internals.h (MONO_SIZEOF_MARSHAL_TYPE): Use offsetof to
4329         define size.
4330         * domain-internals.h (MONO_SIZEOF_JIT_INFO): Likewise.
4331         * metadata.h (MONO_SIZEOF_TYPE): Likewise.
4332         * reflection.h (MONO_SIZEOF_CUSTOM_ATTR_INFO): Likewise.
4334 2009-08-11 Gonzalo Paniagua Javier <gonzalo@novell.com>
4336         * reflection.h:
4337         * reflection.c: MONO_SIZEOF_CUSTOM_ATTR_INFO.
4339 2009-08-11 Gonzalo Paniagua Javier <gonzalo@novell.com>
4341         * metadata.c:
4342         * loader.c:
4343         * metadata-internals.h:
4344         * method-builder.c:
4345         * reflection.c: use MONO_SIZEOF_METHOD_HEADER.
4347 2009-08-11 Gonzalo Paniagua Javier <gonzalo@novell.com>
4349         * cominterop.c:
4350         * metadata.c:
4351         * metadata.h:
4352         * loader.c:
4353         * marshal.c:
4354         * reflection.c: #define for sizeof in MonoType and
4355         MonoMethodSignature.
4357 2009-08-11 Gonzalo Paniagua Javier <gonzalo@novell.com>
4359         * domain.c:
4360         * domain-internals.h: add and use #define's instead of sizeof()
4361         for MonoJitInfo and MonoJitInfoTable.
4363 2009-08-11 Gonzalo Paniagua Javier <gonzalo@novell.com>
4365         * object.c:
4366         * class.h: use #define instead of sizeof() for MonoRemoteClass.
4368 2009-08-10 Gonzalo Paniagua Javier <gonzalo@novell.com>
4370         * metadata.c:
4371         * metadata.h:
4372         * object.c:
4373         * class-internals.h:
4374         * generic-sharing.c:
4375         * marshal.c: use a #define instead of sizeof() for a few
4376         structures that use a zero-length array.
4378 2009-08-06  Rodrigo Kumpera  <rkumpera@novell.com>
4380         * object-internals.h (MonoReflectionMethodOnTypeBuilderInst): Add new fields
4381         to handle inflated generic methods.
4383         * appdomain.c: Bump corlib version.
4385         * reflection.c (mono_image_get_method_on_inst_token): Handle generic method
4386         instances.
4388         * reflection.c (fixup_method): Same
4390         * reflection.c (resolve_object): Same.
4392         * reflection.c (inflate_method): Replace a g_assert_not_reached with a
4393         g_error and a decent message.
4395 2009-08-06  Massimiliano Mantione  <massi@ximian.com>
4397         * bohem-gc.c (mono_gc_add_weak_track_handle): Get the domain
4398         from the object because it could not yet be available globally
4399         (it happens if the profiler tries to create a gchandle on the
4400         MonoThread object of a thread that is still registering itself
4401         with the runtime).
4403 2009-08-04  Rodrigo Kumpera  <rkumpera@novell.com>
4405         * reflection.c (mono_generic_class_get_object): Initialized the
4406         managed type arguments array.
4408         * object-internals.h (MonoReflectionGenericClass): Add type_arguments field.
4410         * appdomain.c: Bump corlib version.
4412 2009-08-04  Zoltan Varga  <vargaz@gmail.com>
4414         * threads.c (thread_cleanup): Free serialized_ui_culture_info. Fixes
4415         #527902.
4417 2009-08-03  Zoltan Varga  <vargaz@gmail.com>
4419         * threads.c (ves_icall_System_Threading_Thread_Thread_free_internal): 
4420         Avoid a crash if synch_cs is not set.
4421         
4422         * threads.c (ves_icall_System_Threading_Thread_Thread_free_internal): 
4423         Handle the case when the handle is 0.
4425         * appdomain.c: Bump corlib version.
4427 2009-08-02  Zoltan Varga  <vargaz@gmail.com>
4429         * reflection.c (mono_type_get_object): Fix a warning.
4431 2009-08-01  Mark Probst  <mark.probst@gmail.com>
4433         * sgen-gc.c (mono_gc_wbarrier_value_copy): Don't compute the GC
4434         descriptor here.  We assume it's already been computed.
4436         * generic-sharing.c (instantiate_other_info): Compute the GC
4437         descriptor for info type MONO_RGCTX_INFO_KLASS.
4439 2009-08-01  Mark Probst  <mark.probst@gmail.com>
4441         * reflection.c (mono_type_get_object): MonoDomain is an unmanaged
4442         type, so don't use MONO_OBJECT_SETREF to set a field.
4444 2009-08-01  Mark Probst  <mark.probst@gmail.com>
4446         * gc.c: We were missing one case where invoking a finalizer would
4447         not reset the domain.  Also, in the finalizer thread loop, assert
4448         that we're in the root domain.
4450 2009-07-31  Rodrigo Kumpera  <rkumpera@novell.com>
4452         * icall.c (ves_icall_MonoType_GetArrayRank): Throw ArgumentException
4453         if the type is not an array.
4455 2009-07-31  Rodrigo Kumpera  <rkumpera@novell.com>
4457         * icall.c (ves_icall_MonoType_get_DeclaringMethod): Return the
4458         method bound to the declaring type of the method. Raise an exception
4459         if the type is not a generic param.
4461 2009-07-31  Rodrigo Kumpera  <rkumpera@novell.com>
4463         * class.c (print_unimplemented_interface_method_info): Print the
4464         full type name.
4466         * class.c (mono_class_setup_vtable_general): When dealing with a
4467         generic instance first check if the generic type definition is
4468         not broken.
4470 2009-02-11 Tom Hindke <tom_hindle@sil.org>
4472         * marshal.c (mono_array_to_lparray): Implemented so managed object types are converted to native types.
4474         * marshal.c: Added new method mono_free_lparray to free memory allocated by mono_array_to_lparray
4476         * marshal.c (emit_marshal_array): call emit mono_free_lparray where approprate.
4478         * marshal.c (conv_to_icall): added MONO_MARSHAL_FREE_LPARRAY case
4480         * metadata.h (MonoMarshalConv enum): added MONO_MARSHAL_FREE_LPARRAY
4482         Code is contributed under MIT/X11 license
4484 2009-08-30  Rodrigo Kumpera  <rkumpera@novell.com>
4486         * verify.c: Fix naming of stelem and ldelem.
4488 2009-07-30  Mark Probst  <mark.probst@gmail.com>
4490         * generic-sharing.c: Replace the templates lock with the loader
4491         lock because of very hard to resolve deadlock issues.
4493 2009-07-30  Zoltan Varga  <vargaz@gmail.com>
4495         * icall.c (ves_icall_Type_GetMethodsByName): Use 
4496         mono_class_get_vtable_size () instead of accessing klass->vtable_size
4497         directly. Fixes #525338.
4499         * class.c (mono_class_get_vtable_size): New helper function.
4501         * icall.c (ves_icall_System_Reflection_FieldInfo_internal_from_handle_type): Fix the second argument, its a MonoType* not a MonoClass*. Check whenever
4502         the field belongs to the type. Fixes #525733.
4504 2009-07-30  Mark Probst  <mark.probst@gmail.com>
4506         * sgen-gc.c: When we stop a thread and its stack top is not within
4507         its allocated stack (because it's in an altstack signal handler),
4508         restart it and stop it again, until it is.
4510 2009-07-30  Mark Probst  <mark.probst@gmail.com>
4512         * sgen-gc.c: Take a thread's stack top and registers from the
4513         sigcontext in the suspend signal handler.
4515         * sgen-gc.h, sgen-archdep.h, Makefile.am: Move arch-dependent
4516         stuff to sgen-archdep.h.
4518         * gc.c, gc-internal.h: Remove the get_ip_from_sigctx installer and
4519         caller, because have code in sgen-archdep.h to acquire that data.
4521 2009-07-29  Massimiliano Mantione  <massi@ximian.com>
4523         * profiler.c, profiler.h, profiler-private.h:
4524         Added support for keeping track of code chunks and buffers.
4526 2009-07-29 Rodrigo Kumpera  <rkumpera@novell.com>
4528         * metadata-verify.c: Fix endianness problems on decoding functions.
4529         Based on a patch by Ulrich Weigand <uweigand@de.ibm.com>
4531 2009-07-28 Rodrigo Kumpera  <rkumpera@novell.com>
4533         * icall.c (ves_icall_Type_make_array_type): Handle the new encoding
4534         schema for vectors and one dimension SZARRAY.
4536 2009-07-28 Rodrigo Kumpera  <rkumpera@novell.com>
4538         * reflection.c (mono_reflection_type_get_handle): Handle the new encoding
4539         schema for vectors and one dimension SZARRAY.
4541 2009-07-27  Mark Probst  <mark.probst@gmail.com>
4543         * icall-def.h, thread-types.h, threads.c: New separate icalls for
4544         Interlocked.(Compare)Exchange with object arguments, which invoke
4545         write barriers.
4547 2009-07-26  Miguel de Icaza  <miguel@novell.com>
4549         * icall.c (ves_icall_Type_GetNestedType): Throw an exception when
4550         passed invalid arguments.   Fixes another crasher in the
4551         Silverlight test suite.
4553         * class.c (mono_class_array_element_size): Return 0 for the size
4554         of the class;  This fixes the crasher exposed by :
4556         typeof (void).MakeArrayType ();
4558         * icall.c (ves_icall_MonoType_GetEvent): Do not dereference method
4559         if there is no method to dereference.    Put all the code that
4560         depends on this inside the if (method) block.
4562         This fixes the crasher exposed by Microsoft's Silvelright CLR test
4563         suite  ./Reflection/Emit/TypeBuilder/TypeBuilderGetEvent.exe
4565         With this change, we pass the test.
4566         
4567         * reflection.c (mono_reflection_sighelper_get_signature_local):
4568         Only dereference the assembly if it has been set.    Fixes a
4569         crasher exposed by #525328
4571 2009-07-25  Mark Probst  <mark.probst@gmail.com>
4573         * sgen-gc.c, object.h, null-gc.c, boehm-gc.c, marshal.c: Really
4574         don't perform the store in mono_gc_wbarrier_generic_nostore().
4575         Remove the second argument (value), which is not needed.
4577 2009-07-24  Zoltan Varga  <vargaz@gmail.com>
4579         * null-gc.c (mono_gc_wbarrier_generic_nostore): Define this to fix
4580         the build.
4582         * boehm-gc.c: Ditto.
4583         
4584 2009-07-24  Mark Probst  <mark.probst@gmail.com>
4586         * sgen-gc.c, marshal.c, object.h: Make the managed write barrier
4587         not perform the store itself.  Introduce
4588         mono_gc_wbarrier_generic_nostore(), which is the same as
4589         mono_gc_wbarrier_generic_store(), except it doesn't perform the
4590         store.
4592 2009-07-24  Mark Probst  <mark.probst@gmail.com>
4594         * icall.c (ves_icall_System_Array_SetGenericValueImpl):
4595         mono_gc_wbarrier_value_copy() doesn't perform the copy itself, so
4596         we still need the memcpy().
4598 2009-07-22  Mark Probst  <mark.probst@gmail.com>
4600         * sgen-gc.c: Align array bounds calculation to mono_array_size_t
4601         so that big arrays are handled correctly.  Always use
4602         safe_object_get_size() to calculate array object sizes, which
4603         takes bounds into account.
4605 2009-07-22  Mark Probst  <mark.probst@gmail.com>
4607         * sgen-gc.c (mono_gc_wbarrier_value_copy): Make sure the class's
4608         GC descriptor is computed before we use it.
4610 2009-07-22  Mark Probst  <mark.probst@gmail.com>
4612         * icall.c (ves_icall_System_Array_SetGenericValueImpl): Use a
4613         write barrier if necessary.
4615 2009-07-22  Mark Probst  <mark.probst@gmail.com>
4617         * icall-def.h, icall.c, thread-types.h: New separate icall for
4618         VolatileWrite(object&,object) that uses a write barrier.
4620         * console-unix.c, file-io.c, icall.c, threads.c: Use write
4621         barriers in icalls which write to "ref" or "out" arguments.
4623 2009-07-21  Zoltan Varga  <vargaz@gmail.com>
4625         * marshal.c (mono_marshal_get_runtime_invoke): Do the work done in the exception
4626         handler in a separate icall, to reduce the size of the wrappers.
4628 2009-07-20 Rodrigo Kumpera  <rkumpera@novell.com>
4630         * metadata-verify.c (is_valid_typespec_blob): Fix error message.
4632 2009-07-20 Rodrigo Kumpera  <rkumpera@novell.com>
4634         * metadata-verify.c (parse_field): Allow byref field.
4636         * metadata-verify.c (parse_locals_signature): Allow byref locals.
4638         * metadata-verify.c (is_valid_typespec_blob): Allow byref typespec.
4640 2009-07-20 Rodrigo Kumpera  <rkumpera@novell.com>
4642         * verify.c (do_cast): Fail for any non reference type that isn't boxed.
4643         Fixes #522784.
4645 2009-07-20  Robert Jordan  <robertj@gmx.net>
4647         * cominterop.c (cominterop_get_managed_wrapper_adjusted):
4648         Fix invalid IL in valuetype handling (STOBJ must push the
4649         corresponding class). Fixes bug #523149.
4651         Code is contributed under MIT/X11 license.
4653 2009-07-20  Geoff Norton  <gnorton@novell.com>
4655         * gc.c: Use proper semaphores where available on posix and darwin.
4657 2009-07-19  Geoff Norton  <gnorton@novell.com>
4659         * gc.c: Unnamed posix semaphores are broken on darwin-arm too.
4661 2009-07-19 Rodrigo Kumpera  <rkumpera@novell.com>
4663         * refletion.c (is_sre_usertype): Change name to is_usertype and
4664         invert it's result so it returns true if the type is an user type
4665         and not the opposite.
4667         * reflection.c (is_*_type): Change all of those to use new macro
4668         check_corlib_type_cached that cached the type lookup so we don't
4669         need to do string comparisons all the type. Changed the signature
4670         to take a MonoClass instead.
4672         * reflection.c: Change mono_image_create_token and resolve_object
4673         to use is_sre_* functions.
4675 2009-07-18  Mark Probst  <mark.probst@gmail.com>
4677         * sgen-gc.c: Check for writes to the stack in the managed
4678         wbarrier as well.
4680 2009-07-18  Mark Probst  <mark.probst@gmail.com>
4682         * sgen-gc.c: When a thread is unregistered, don't free its remsets
4683         but put them on a list which is processed with the other thread's
4684         remsets.
4686 2009-07-18  Mark Probst  <mark.probst@gmail.com>
4688         * sgen-gc.c: Fix and enable the internal allocator instead of
4689         using malloc/free (which causes deadlocks).
4691 2009-07-16 Rodrigo Kumpera  <rkumpera@novell.com>
4693         * refletion.c: Fix builds with SRE disabled by adding a minimal
4694         implementation of mono_reflection_type_get_handle.
4696 2009-07-15 Rodrigo Kumpera  <rkumpera@novell.com>
4698         * refletion.c: Make mono_reflection_type_get_handle non static.
4700         * object-internals.h: Export mono_reflection_type_get_handle.
4702         * icall.c (ves_icall_MonoGenericClass_InflateType): Resolve the
4703         unmanaged handle using mono_reflection_type_get_handle.
4705 2009-07-15 Rodrigo Kumpera  <rkumpera@novell.com>
4707         * refletion.c: Replace all reads of MonoReflectionType::type with
4708         calls to mono_reflection_type_get_handle. Only the functions that
4709         deal with constructing TypeBuilder::type have not been changed
4710         because they have to deal with NULL values.
4712         This is a first step into supporting reflection types that don't
4713         map directly into their unmanaged counterpart.
4715 2009-07-14 Rodrigo Kumpera  <rkumpera@novell.com>
4717         * metadata-verify.c (parse_locals_signature): Don't complain
4718         on signature with zero locals since MS generates it and doesn't
4719         bother with.
4721 2009-07-14 Rodrigo Kumpera  <rkumpera@novell.com>
4723         * reflection.c (mono_image_get_array_token): Resolve return
4724         type using mono_reflection_type_get_handle.
4726         * reflection.c (mono_image_get_array_token): Resolve array method
4727         parent type using mono_reflection_type_get_handle.
4729 2009-07-14  Zoltan Varga  <vargaz@gmail.com>
4731         * reflection.c (mono_image_basic_init): Applied patch from
4732         <Dax@daxxfiles.net>. Set the public key token from the assembly
4733         builder. Fixes #518909.
4735         * appdomain.c: Bump corlib version.
4737 2009-07-13  Zoltan Varga  <vargaz@gmail.com>
4739         * class.c (mono_class_needs_cctor_run): Make this return false if
4740         the class has no cctor.
4742 2009-07-13  Mark Probst  <mark.probst@gmail.com>
4744         * sgen-gc.c: When the minor GC needs to allocate a new section,
4745         invoke the major GC afterwards.
4747 2009-07-14  Bill Holmes  <billholmes54@gmail.com>
4749         * process.c  (ves_icall_System_Diagnostics_Process_ShellExecuteEx_internal) :
4750           Applying the window_style field to the SHELLEXECUTEINFO struct.
4752         Code is contributed under MIT/X11 license.
4754 2009-07-13  Mark Probst  <mark.probst@gmail.com>
4756         * sgen-gc.c: Fix the race condition in the unmanaged allocator by
4757         locking earlier.  Fix it in the managed allocator by making sure
4758         that no thread is stopped there before the GC runs.  If we do stop
4759         a thread there, we restart it and let it run a but, until it stops
4760         somewhere else.
4762         * gc-internal.h, gc.c: Function for getting the IP from a signal
4763         context via a function registered by mini.
4765 2009-07-11  Zoltan Varga  <vargaz@gmail.com>
4767         * object-internals.h (MonoIntPtr): New structure describing a boxed
4768         IntPtr.
4770         * object.c (mono_runtime_invoke_array): Handle ptr arguments and
4771         returns. Fixes #519953.
4773         * marshal.c (mono_marshal_get_runtime_invoke): Handle pointer returns.
4775 2009-07-09  Mark Probst  <mark.probst@gmail.com>
4777         * class-internals.h, generic-sharing.c: New RGCTX info type for
4778         getting a remoting invoke with check wrapper.
4780 2009-07-07  Geoff Norton  <gnorton@novell.com>
4782         * icall-def.h: Fix the enable-minimal build.
4784 2009-07-07 Rodrigo Kumpera  <rkumpera@novell.com>
4786         * object-internals.h: Add MonoReflectionDerivedType.
4788         * reflection.c: Implement support for PointerType.
4789         Fixed tons of warnings.
4791 2009-07-07 Rodrigo Kumpera  <rkumpera@novell.com>
4793         * object-internals.h: Add MonoReflectionByRefType.
4795         * reflection.c: Implement support for ByRefType.
4797 2009-07-07 Rodrigo Kumpera  <rkumpera@novell.com>
4799         * icall-def.h: Add System.Reflection.Emit.DerivedType::create_unmanaged_type.
4801         * object-internals.h: Add MonoReflectionArrayType and
4802         mono_reflection_create_unmanaged_type.
4804         * reflection.c: Implement support for ArrayType.
4806 2009-07-07 Rodrigo Kumpera  <rkumpera@novell.com>
4808         * metadata-verify.c (is_valid_method_header): Parse EH block
4809         flags correctly.
4811 2009-07-03  Mark Probst  <mark.probst@gmail.com>
4813         * sgen-gc.c (finish_gray_stack): Set the to_space pointer after
4814         processing the disappearing links, and process disappearing links
4815         in a loop until no new objects are copied.
4817 2009-07-03  Mark Probst  <mark.probst@gmail.com>
4819         * object.c (handle_enum): Invoke the write barrier when copying
4820         value type instances.
4822         * sgen-gc.c: Register remsets for unmanaged write barriers only
4823         when the address written to is actually on the heap.  This makes
4824         set_value() in object.c work without requiring that the result be
4825         on the heap.
4827 2009-07-02 Rodrigo Kumpera  <rkumpera@novell.com>
4829         The runtime wrappers are all bound to a given type that must
4830         exist in the same image. For regular images we use the <Module>
4831         type, which is required to exist for all images.
4833         The <Module> type can't be used for dynamic images because it
4834         might not exist at the time the wrapper is required, so we create
4835         a synthetic type to use instead.
4837         The current code works because of the 2 stage setup of MonoClass,
4838         but once this is gone it will no longer work.
4840         * icall-def.h: Add ModuleBuilder::set_wrappers_type.
4842         * metadata-internals.h (MonoDynamicImage): Add wrappers_type.
4844         * object-internals.h: Export mono_image_set_wrappers_type icall
4845         as part of the internal API.
4847         * marshal.c (get_wrapper_target_class): If the image is dynamic,
4848         use MonoDynamicImage::wrappers_type instead of the <Module> type.
4850         reflection.c: Add mono_image_set_wrappers_type qhixh sets the dynamic
4851         image wrappers_type to the provided value.
4853 2009-07-01 Rodrigo Kumpera  <rkumpera@novell.com>
4855         * appdomain.c (deregister_reflection_info_roots): No need
4856         to use the image lock here.
4858 2009-07-02  Mark Probst  <mark.probst@gmail.com>
4860         * sgen-gc.c (collect_nursery): Also scan from write-barrier roots.
4862 2009-06-29  Zoltan Varga  <vargaz@gmail.com>
4864         * threads.c: Store the thread start argument in a hash table instead of
4865         registering it as a root, as libgc doesn't support unregistering roots
4866         under windows, leading to 'too many root sets' errors when many threads
4867         are created.
4869         * gc.c (mono_gc_run_finalize): Avoid finalizing dynamic methods during
4870         shutdown, they can still be referenced by the other dying objects.
4871         Fixes #514506.
4873 2009-06-27 Gonzalo Paniagua Javier <gonzalo@novell.com>
4875         * socket-io.c: DontLinger does not allow LingerOptions.
4877 2009-06-26 Rodrigo Kumpera  <rkumpera@novell.com>
4879         * metadata-verify.c: The spec doesn't mention that it's possible to add
4880         custom attribute to a generic parameter. Fixed.
4882 2009-06-26 Rodrigo Kumpera  <rkumpera@novell.com>
4884         * class.c (inflate_generic_type): Don't crash while trying to output a message
4885         on why we're aborting.
4887 2009-06-26 Gonzalo Paniagua Javier <gonzalo@novell.com>
4889         * socket-io.c: DontLinger can take an int or a boolean too.
4891 Fri Jun 26 17:00:04 CEST 2009 Paolo Molaro <lupus@ximian.com>
4893         * gc.c: check for a null argument to SuppressFinalize () and
4894         ReRegisterForFinalize ().
4896 2009-06-26 Rodrigo Kumpera  <rkumpera@novell.com>
4898         * loader.c (method_from_methodspec): Call into the verifier to check
4899         the signature.
4901         * metadata-verify.c: Addmono_verifier_verify_methodspec_signature.
4903         * verify-internals.h: Export mono_verifier_verify_methodspec_signature as
4904         part of the internal API.
4906 2009-06-25 Rodrigo Kumpera  <rkumpera@novell.com>
4908         * metadata.c (mono_type_create_from_typespec): Call into the verifier to check
4909         the signature.
4911         * metadata-verify.c: Add mono_verifier_verify_typespec_signature.
4913         * verify-internals.h: Export mono_verifier_verify_typespec_signature as
4914         part of the internal API.
4916 2009-06-25 Rodrigo Kumpera  <rkumpera@novell.com>
4918         * metadata.c (mono_metadata_parse_mh_full): Call into the verifier to check
4919         the signature.
4921         * metadata-verify.c: Add mono_verifier_verify_standalone_signature. Fix
4922         blob verification.
4924         * verify-internals.h: Export mono_verifier_verify_memberref_signature as
4925         part of the internal API.
4927 2009-06-25 Rodrigo Kumpera  <rkumpera@novell.com>
4929         * metadata-verify.c: Use is_valid_blob_object to verify blob validity
4930         when doing basic verification. 
4932         This check must be done since the runtime peeks into signatures in much
4933         more places than it does decoding so it makes sense to ensure that all
4934         pointers to blob objects are well formed.
4936 2009-06-25 Rodrigo Kumpera  <rkumpera@novell.com>
4938         * metadata-verify.c (is_valid_blob_object): Add extra minsize argument.
4939         Use proper overflow dectection. Fix usage of it.
4941 2009-06-25 Rodrigo Kumpera  <rkumpera@novell.com>
4943         * loader.c (field_from_memberref): Call into the verifier to check
4944         the signature.
4946         * loader.c (mono_method_get_signature_full): Same.
4948         * loader.c (method_from_memberref): Same.
4950         * metadata-verify.c: Add mono_verifier_verify_memberref_signature.
4952         * verify-internals.h: Export mono_verifier_verify_memberref_signature as
4953         part of the internal API.
4955 2009-06-25  Mark Probst  <mark.probst@gmail.com>
4957         * threadpool.c (mono_thread_pool_add): If the domain is unloading
4958         or unloaded, still return an AsyncResult, but don't add it to the
4959         threadpool.
4961 2009-06-25 Gonzalo Paniagua Javier <gonzalo@novell.com>
4963         * threads.c: fix missing colon when DEBUG is defined.
4965 2009-06-25  Mark Probst  <mark.probst@gmail.com>
4967         * threadpool.c: Don't add new calls to a threadpool if the domain
4968         of the call is unloading or unloaded.  When dequeuing a job, null
4969         the reference in the queue.
4971 2009-06-25  Mark Probst  <mark.probst@gmail.com>
4973         * sgen-gc.c (null_link_in_range): Add the dislink for the old
4974         generation if an object was moved.
4976 2009-06-25  Sylvain Dupont <duposyl@gmail.com>
4978         * cominterop.h cominterop.c marshal.c: Added support for marshalling out 
4979           parameters of type SAFEARRAY[VARIANT].
4981         * reflection.c (encode_marshal_blob): Properly generate element type
4982           (SafeArraySubType marshal attribute option).
4984         Code is contributed under MIT/X11 license.
4986 Thu Jun 25 15:48:09 CEST 2009 Paolo Molaro <lupus@ximian.com>
4988         * reflection.c: in mono_method_clear_object () really ensure all the
4989         objects are removed.
4991 2009-06-24 Rodrigo Kumpera  <rkumpera@novell.com>
4993         * loader.c (mono_method_signature): Call into the verifier to check
4994         the method signature.
4996         * metadata-verify.c (verify_method_table): Move signature verification
4997         to verify_method_table_full.
4999         * metadata-verify.c: Add mono_verifier_verify_method_signature.
5001         * verify-internals.h: Export mono_verifier_verify_method_signature as
5002         part of the internal API.
5004 2009-06-24 Rodrigo Kumpera  <rkumpera@novell.com>
5006         * loader.c (mono_method_get_header): Call into the verifier to
5007         check the method header.
5009         * metadata-verify.c: Add mono_verifier_verify_method_header.
5011         * verify-internals.h: Export mono_verifier_verify_method_header as
5012         part of the internal API.
5014 2009-06-24 Rodrigo Kumpera  <rkumpera@novell.com>
5016         * class.c (mono_class_find_enum_basetype): Call into the verifier to
5017         check the field signature. Replace an assert with an explicit check.
5019         * class.c (mono_class_setup_fields): Call into the verifier to check
5020         the field signature.
5022         * metadata-verify.c: Add mono_verifier_verify_field_signature.
5024         * verify-internals.h: Export mono_verifier_verify_field_signature as
5025         part of the internal API.
5027 2009-06-24 Rodrigo Kumpera  <rkumpera@novell.com>
5029         * class.c (mono_class_find_enum_basetype): Simplify this function
5030         by moving code outside of the loop and not decoding static fields.
5032 2009-06-24 Rodrigo Kumpera  <rkumpera@novell.com>
5034         * metadata-verify.c (verify_typedef_table): Check the extends
5035         token here. Move to here a flags check from verify_typedef_table_full.
5037 2009-06-24  Zoltan Varga  <vargaz@gmail.com>
5039         * metadata-verify.c (is_valid_method_header): Fix a warning.
5041         * metadata-internals.h (MonoImage): Remove the unused 
5042         static_rgctx_invoke_wrapper_cache.
5044         * image.c marshal.c: Ditto.
5046 2009-06-23 Rodrigo Kumpera  <rkumpera@novell.com>
5048         * image.c (do_mono_image_load): Enable table data verification.
5050 2009-06-23 Rodrigo Kumpera  <rkumpera@novell.com>
5052         * metadata-verify.c (is_valid_constant): Fix nullref check.
5054 2009-06-23 Rodrigo Kumpera  <rkumpera@novell.com>
5056         * metadata-verify.c (is_valid_constant): Fix string bounds check.
5058 2009-06-22  Mark Probst  <mark.probst@gmail.com>
5060         * sgen-gc.c: Managed allocation with pthreads TLS.
5062         * threads.c, threads-types.h: Functions for the JIT to tell the
5063         runtime whether it supports the MONO_TLS opcode.
5065 2009-06-22 Rodrigo Kumpera  <rkumpera@novell.com>
5067         * metadata-verify.c (verify_param_table): Fix a crash for assemblies
5068         without methods.
5070 2009-06-22 Rodrigo Kumpera  <rkumpera@novell.com>
5072         * metadata-verify.c (is_valid_constant): Fix the string length check.
5073         Use safe overflow checking. Add decent error messages.
5075 2009-06-22 Rodrigo Kumpera  <rkumpera@novell.com>
5077         * metadata-verify.c: Move remaininh blob checks to the offline
5078         verification path.
5080 2009-06-22 Rodrigo Kumpera  <rkumpera@novell.com>
5082         * metadata-verify.c: Move more blob checks to the offline verification
5083         path.
5085 2009-06-22  Bill Holmes  <billholmes54@gmail.com>
5087         * object-internals.h : Adding interrupt_on_stop field.
5089         * threads.c (mono_thread_request_interruption) : On Windows exit the
5090           thread if interrupt_on_stop is set.
5092         * socket-io.c (ves_icall_System_Net_Sockets_Socket_Accept_internal) :
5093          Removing old interrupt logic and setting the interrupt_on_stop for the
5094          thread when calling accept.
5096         * socket-io.c (ves_icall_System_Net_Sockets_Socket_Receive_internal) :
5097          setting the interrupt_on_stop for the thread when calling accept.
5099         Contributed under MIT/X11 license.
5101 2009-06-20  Martin Baulig  <martin@ximian.com>
5103         * mono-debug.h (MONO_DEBUGGER_MINOR_VERSION): Bump to 3.
5105 2009-06-21  Zoltan Varga  <vargaz@gmail.com>
5107         * appdomain.c (mono_try_assembly_resolve): Don't call managed code when
5108         running in no-exec mode.
5110 2009-06-19 Rodrigo Kumpera  <rkumpera@novell.com>
5112         * metadata-verify.c (verify_method_table): Move header
5113         checking to verify_method_table_full.
5115         * metata-verify.c (mono_verifier_verify_full_table_data):
5116         Call verify_method_table_full.
5118 2009-06-19 Rodrigo Kumpera  <rkumpera@novell.com>
5120         * metadata-verify.c (verify_field_table): Move signature
5121         checking to verify_field_table_full.
5123         * metata-verify.c (mono_verifier_verify_full_table_data):
5124         Call verify_field_table_full.
5126 2009-06-19 Rodrigo Kumpera  <rkumpera@novell.com>
5128         * metadata-verify.c (verify_typedef_table): Move remaining
5129         stuff to verify_typedef_table_full.
5131 2009-06-19 Rodrigo Kumpera  <rkumpera@novell.com>
5133         * metadata-verify.c: Kill is_corlib from VerifyContext.
5134         It is only used by the offline mode.
5135         So we better remove it from the runtime path.
5137 2009-06-19 Rodrigo Kumpera  <rkumpera@novell.com>
5139         * metadata-verify.c: Add new mono_verifier_verify_full_table_data
5140         function that perform the offline metadata verification steps.
5142         * metadata-verify.c (verify_typedef_table): Move some checks to
5143         verify_typedef_table_full and make it been called by new function
5144         mono_verifier_verify_full_table_data.
5146         * pedump.c: Call mono_verifier_verify_full_table_data.
5148         * verify-internals.h: Export mono_verifier_verify_full_table_data as
5149         part of the internal API.
5151 2009-06-19 Rodrigo Kumpera  <rkumpera@novell.com>
5153         * metadata-verify.c (typedef_is_system_object): Fix System.Object
5154         check.
5156         * metadata-verify.c (verify_implmap_table): Fix implmap invalid
5157         flags bits. SupportLastError was confused as bit 7 instead of 6.
5159         * metadata-verify.c (verify_implmap_table): Fix import scope verification
5160         to check against the module ref table instead of module.
5162         * metadata-verify.c (verify_implmap_table): Fix corlib check.
5164         * pedump.c: Call mono_image_load_names.
5166 2009-06-19 Rodrigo Kumpera  <rkumpera@novell.com>
5168         * image.c: Extract mono_image_load_names from do_mono_image_load.
5170         * metadata-internals.h: Export mono_image_load_names as part of
5171         the internal API.
5172         
5173 2009-06-19  Zoltan Varga  <vargaz@gmail.com>
5175         * metadata.c (mono_metadata_cleanup): Free the generic method cache
5176         first, as it could reference data in the other caches.
5178 2009-06-18 Rodrigo Kumpera  <rkumpera@novell.com>
5180         * metadata-verify.c: Finished with method header verification.
5182 2009-06-18 Rodrigo Kumpera  <rkumpera@novell.com>
5184         * metadata-verify.c: Added more header verification code.
5185         Now only EH clauses are missing.
5187 2009-06-17  Zoltan Varga  <vargaz@gmail.com>
5189         * marshal.c (get_runtime_invoke_type): Don't share primitive types
5190         for return values.
5192 2009-06-16 Rodrigo Kumpera  <rkumpera@novell.com>
5194         * metadata-verify.c: Initial method header verification.
5196 2009-06-16 Rodrigo Kumpera  <rkumpera@novell.com>
5198         * metadata-verify.c (verify_import_table): The IAT contents
5199         might end been patched by the windows DL when running with
5200         coree enabled.
5202 2009-06-15 Rodrigo Kumpera  <rkumpera@novell.com>
5204         * class.c (mono_class_from_typeref): If the enclosing type is not
5205         found return null instead of crashing. Fixes #508487.
5207 2009-06-15  Atsushi Enomoto  <atsushi@ximian.com>
5209         * normalization-tables.h : updated to the latest unicode charcter
5210           data.
5211         * appdomain.c : bump corlib version.
5213 2009-06-14  Zoltan Varga  <vargaz@gmail.com>
5215         * class.c (mono_class_from_name): Fix support for assembly references
5216         in the EXPORTEDTYPE table. Fixes #511704.
5218 2009-06-13  Geoff Norton  <gnorton@novell.com>
5220         * domain.c: Ensure that mono_domain_assembly_open actually opens the
5221         assembly in the target domain.
5223 2009-06-12  Robert Jordan  <robertj@gmx.net>
5225         * cominterop.c (cominterop_get_ccw): Increment mspec's SizeParamIndex
5226         because "this" of the managed signature has become an
5227         ordinary parameter in the unmanaged signature.
5229 2009-06-12  Zoltan Varga  <vargaz@gmail.com>
5231         * class-internals.h (struct _MonoGenericContainer): Add an 'image'
5232         field for owner-less generic containers.
5234         * reflection.c (mono_reflection_initialize_generic_parameter): Set the
5235         image field of the owner-less generic containers created here.
5237         * metadata.c (mono_metadata_load_generic_params): Ditto, the
5238         contain is ownerless until the caller sets its owner.
5240         * metadata.c (type_in_image): Handle owner-less generic containers
5241         correctly.
5242         
5243 2009-06-11  Zoltan Varga  <vargaz@gmail.com>
5245         * image.c (mono_image_close): Support debug_assembly_unload for
5246         dynamic images too.
5248 2009-06-11 Andrés G. Aragoneses  <aaragoneses@novell.com>
5250         * class.c: Fix some typos in comments.
5252 2009-06-11  Zoltan Varga  <vargaz@gmail.com>
5254         * reflection.c (add_custom_modifiers): Avoid reading invalid memory.
5256         * threads.c (mono_thread_execute_interruption): Avoid creating the
5257         abort exception object while holding the synch_cs lock.
5259 2009-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
5261         * metadata-verify.c: Verify basic cattr content.
5263 2009-06-10  Zoltan Varga  <vargaz@gmail.com>
5265         * reflection.c (add_exported_type): Don't set the FORWARDER flag on
5266         nested types.
5267         
5268         * reflection.c (mono_image_fill_export_table_from_type_forwarders): Add
5269         support for nested types. Fixes #511704.
5271 2009-06-09 Rodrigo Kumpera  <rkumpera@novell.com>
5273         * metadata-verify.c: Verify methodspec signatures.
5275 2009-06-09 Rodrigo Kumpera  <rkumpera@novell.com>
5277         * metadata-verify.c: Verify typespec signatures.
5279 2009-06-09  Zoltan Varga  <vargaz@gmail.com>
5281         * metadata.c (free_inflated_method): Call 
5282         mono_marshal_free_inflated_wrappers (), which was missed earlier.
5284 2009-06-08  Miguel de Icaza  <miguel@novell.com>
5286         * mono-config.c: Small change to report the PPC64/ILP32 model.
5288 2009-06-05 Rodrigo Kumpera  <rkumpera@novell.com>
5290         * metadata-verify.c (parse_type): Check szarray.
5292 2009-06-05 Rodrigo Kumpera  <rkumpera@novell.com>
5294         * metadata-verify.c (parse_type): Check fnptr.
5296 2009-06-05 Rodrigo Kumpera  <rkumpera@novell.com>
5298         * metadata-verify.c (parse_type): Check generic instances.
5300 2009-06-05 Rodrigo Kumpera  <rkumpera@novell.com>
5302         * metadata-verify.c (parse_type): Check array shape.
5304 2009-06-05  Robert Jordan  <robertj@gmx.net>
5306         * class.c (mono_class_create_from_typedef): Check only for
5307         mscorlib's System.Array.
5309 2009-06-04 Rodrigo Kumpera  <rkumpera@novell.com>
5311         * metadata-verify.c (parse_type): Check pointer, class/valuetype
5312         and generic params. 
5314         * metadata-verify.c (parse_field): Check the signature.
5316 2009-06-04 Rodrigo Kumpera  <rkumpera@novell.com>
5318         * metadata-verify.c: Implement locals signature check.
5320 2009-06-04  Marek Safar  <marek.safar@gmail.com>
5322         * domain.c: Add .NET 4.0 Beta 1 version.
5324 2009-06-04  Bill Holmes  <billholmes54@gmail.com>
5326         * cominterop.c (cominterop_ccw_queryinterface): Fix for bug 499566.
5327           For QueryInterface on CCWs consider the base class
5328           interfaces as well.
5330         Code is contributed under MIT/X11 license.
5332 2009-06-04  Zoltan Varga  <vargaz@gmail.com>
5334         * wrapper-types.h: Delete STATIC_RGCTX_INVOKE.
5336         * marshal.c (mono_marshal_ret_static_rgctx_invoke): Remove, no longer
5337         used.
5339         * icall.c (ves_icall_System_Delegate_CreateDelegate_internal): Avoid
5340         adding a static-rgctx invoke wrapper, it is done by the runtime trampolines.
5342         * generic-sharing.c (inflate_other_data): Ditto.
5343         
5344 2009-06-03 Rodrigo Kumpera  <rkumpera@novell.com>
5346         * metadata-verify.c: Implement property signature check.
5348 2009-06-04  Mark Probst  <mark.probst@gmail.com>
5350         * sgen-gc.h: Register saving support for PPC.
5352 2009-06-04  Mark Probst  <mark.probst@gmail.com>
5354         * sgen-gc.c: Fixed a pthread TLS screwup.
5356 2009-06-04  Mark Probst  <mark.probst@gmail.com>
5358         * sgen-gc.c: Do TLS using pthread API if __thread keyword is not
5359         supported.
5361 2009-06-04  Mark Probst  <mark.probst@gmail.com>
5363         * sgen-gc.c: Disable TLA and managed allocation if the __thread
5364         keyword is not supported.
5366 2009-06-04  Zoltan Varga  <vargaz@gmail.com>
5368         * marshal.c metadata.c: Applied patch from Ulrich Weigand 
5369         <uweigand@de.ibm.com>: Free the wrappers of inflated generic methods when
5370         the inflated method is freed. Fixes #508389.
5372         The code is contributed under the MIT/X11 license.
5373         
5374 2009-06-03  Zoltan Varga  <vargaz@gmail.com>
5376         * marshal.c (get_wrapper_target_class): New helper function.
5377         (mono_marshal_get_runtime_invoke): Place runtime-invoke wrappers into
5378         the <Module> class of the image. Fixes #509049.
5380 2009-06-01 Rodrigo Kumpera  <rkumpera@novell.com>
5382         * threads.c (ves_icall_System_Threading_Thread_Sleep_internal):
5383         Check if the thread was interrupted and proccess it straight away.
5384         Makes abortion much more responsive.
5386 2009-06-01 Rodrigo Kumpera  <rkumpera@novell.com>
5388         * threads.c (mono_thread_execute_interruption): Use atomic cas with
5389         MonoThread::interruption_requested to match it's counterpart.
5391         Fixes a hang in abort-stress-1 on a 2 core x86.
5393         * threads.c (ves_icall_System_Threading_Thread_GetAbortExceptionState):
5394         Fix warning.
5396 2009-06-01 Rodrigo Kumpera  <rkumpera@novell.com>
5398         Change MonoImage::name_cache to be protected by the image lock
5399         instead of the loader lock.
5401         * appdomain.c (deregister_reflection_info_roots): Protect access
5402         to name_cache.
5404         * class.c (mono_image_init_name_cache): Change from the loader lock
5405         to the image lock. Check if the cache wasn't already created.
5407         * class.c: Change from the loader to the image lock.
5409         * icall.c (ves_icall_System_Reflection_Assembly_GetNamespaces): Fix
5410         the code to hold the image lock while iterating over name_cache and
5411         not go into mono_array_new holding it.
5413         * metadata-internals.h: Add a comment about this change.
5415 2009-06-01 Rodrigo Kumpera  <rkumpera@novell.com>
5417         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType):
5418         Under the 2.0 profile raise the loader error.
5420         Fixes #508532.
5422 2009-06-01 Rodrigo Kumpera  <rkumpera@novell.com>
5424         * marshal.c (mono_marshal_get_runtime_invoke): Emit the right kind
5425         of ldind opcode for generic instances so we don't fail for direct wrappers.
5426         This only affect direct calls.
5428 2009-05-31  Zoltan Varga  <vargaz@gmail.com>
5430         * reflection.c (create_dynamic_mono_image): Fix warnings.
5432         * generic-sharing.c (other_info_equal): Ditto.
5433         
5434 2009-05-29 Rodrigo Kumpera  <rkumpera@novell.com>
5436         * metadata-verify.c: Implement field signature check.
5438 2009-05-29 Rodrigo Kumpera  <rkumpera@novell.com>
5440         * metadata-verify.c: Implement standalone signature check.
5442 2009-05-28 Rodrigo Kumpera  <rkumpera@novell.com>
5444         * metadata-verify.c: Implement methodref signature check.
5446 2009-05-28  Zoltan Varga  <vargaz@gmail.com>
5448         * object-internals.h (MonoRuntimeCallbacks): New structure containing
5449         callbacks supplied by the runtime.
5451         * object.c (mono_install_callbacks): New internal function to install
5452         the callbacks.
5454         * object.c (mono_create_ftnptr): Move the implementation of this to
5455         mini/.
5457         * object.c (mono_get_addr_from_ftnptr): Ditto.  
5459 2009-05-27 Rodrigo Kumpera  <rkumpera@novell.com>
5461         * metadata-verify.c (parse_return_type): Proper byref check.
5462         * metadata-verify.c (is_valid_method_signature): Check for zero arity
5463         generic signatures and method params.
5465 2009-05-27 Rodrigo Kumpera  <rkumpera@novell.com>
5467         * metadata-verify.c (decode_signature_header): Fix bounds check.
5469         * metadata-verify.c (parse_custom_mods): Check custom mods.
5471         * metadata-verify.c (parse_type): Do initial basic verification
5472         of valid values.
5473         
5474         * metadata-verify.c (is_valid_method_signature): Parse the generic
5475         param count.
5477 2009-05-26 Rodrigo Kumpera  <rkumpera@novell.com>
5479         * icall.c (ves_icall_Type_GetMethodsByName): Virtual methods should be
5480         discarded based on their most specific definition so we set the method_slots
5481         array before checking if the method is acceptable or not.
5483         Fixes #506757.
5485 2009-05-26  Mark Probst  <mark.probst@gmail.com>
5487         * icall.c: Free the old array when resizing a mono_ptr_array.
5489 2009-05-26  Mark Probst  <mark.probst@gmail.com>
5491         * reflection.c (create_dynamic_mono_image): Use mono_object_hash()
5492         for the hashes whose keys are managed objects.
5494 2009-05-26  Mark Probst  <mark.probst@gmail.com>
5496         * object-internals.h, threads.c: Set the execution context on
5497         thread start here, not in corlib.
5499         * appdomain.c: Bump corlib version.
5501 2009-05-27  Martin Baulig  <martin@ximian.com>
5503         * mono-debug.c (mono_debug_init): Use `MONO_DEBUG_FORMAT_DEBUGGER'
5504         if `_mono_debug_using_mono_debugger' is set to make things work
5505         properly when embedding Mono.
5507 2009-05-25 Rodrigo Kumpera  <rkumpera@novell.com>
5509         * class.c (mono_class_setup_fields): Don't mark simd types as having
5510         16 bytes alignment as the whole runtime doesn't support.
5512 2009-05-25 Rodrigo Kumpera  <rkumpera@novell.com>
5514         * metadata-verify.c (safe_read): Use endian safe read macros.
5516 2009-05-25  Zoltan Varga  <vargaz@gmail.com>
5518         * object.c (mono_create_ftnptr): Don't allocate from the code mempool since
5519         it is read-only when using full aot.
5521 2009-05-22 Rodrigo Kumpera  <rkumpera@novell.com>
5523         * metadata-verify.c (is_valid_method_signature): Verify parts
5524         of the return type. Provide an error message in case of failure.
5526 2009-05-22 Rodrigo Kumpera  <rkumpera@novell.com>
5528         * metadata-verify.c (is_valid_method_signature): Verify the call conv.
5530 2009-05-22 Rodrigo Kumpera  <rkumpera@novell.com>
5532         * metadata-verify.c: Include the size prefix in the bounds check.
5534 2009-05-22  Miguel de Icaza  <miguel@novell.com>
5536         * icall.c: Remove warnings.
5538         * mono-config.c: Allow for CONFIG_CPU to be set in config.h and
5539         prevent auto-detection based on GCC defines.
5541         Add PS3
5543         * metadata-verify.c: Do not include signal.h
5545         * generic-sharing.c, marshal.c: Add returns to avoid some warning
5546         messages.  Not sure why the g_assert_not_reached is not enough to
5547         quiet the compiler.
5548         
5550         * appdomain.c: Remove code that is not used when
5551         DISABLE_SHADOW_COPY is set.
5553         * image.c: use g_getenv
5555 2009-05-21  Miguel de Icaza  <miguel@novell.com>
5557         * reflection.c: Remove code that it not used with
5558         DISABLE_REFLECTION_EMIT is defined.
5560 2009-05-21  Zoltan Varga  <vargaz@gmail.com>
5562         * marshal.c (mono_marshal_get_runtime_invoke): Share more runtime
5563         invoke wrappers.
5565 2009-05-20  Miguel de Icaza  <miguel@novell.com>
5567         * socket-io.c
5568         (ves_icall_System_Net_Sockets_Socket_Available_internal): Remove
5569         the ifdef here and instead put that on io-layer
5571 2009-05-19 Rodrigo Kumpera  <rkumpera@novell.com>
5573         * metadata-verify.c: Verify the generic param constraint table.
5575 2009-05-19 Rodrigo Kumpera  <rkumpera@novell.com>
5577         * metadata-verify.c (verify_generic_param_table): Fix
5578         thinko on the valid flags bits for generic params.
5580 2009-05-19 Rodrigo Kumpera  <rkumpera@novell.com>
5582         * metadata-verify.c: Verify the methodspec table.
5584 2009-05-19 Rodrigo Kumpera  <rkumpera@novell.com>
5586         * metadata-verify.c: Verify the generic param table.
5588 2009-05-19  Mark Probst  <mark.probst@gmail.com>
5590         * sgen-gc.c: Store and use the count with REMSET_VTYPE.
5592 2009-05-19  Mark Probst  <mark.probst@gmail.com>
5594         * sgen-gc.c: Use generation enum more consistently and use the
5595         correct generation in mono_gc_register_for_finalization().
5597 2009-05-18 Rodrigo Kumpera  <rkumpera@novell.com>
5599         * metadata-verify.c: Verify the nested class table.
5601 2009-05-18 Rodrigo Kumpera  <rkumpera@novell.com>
5603         * metadata-verify.c: Verify the manifest resource table.
5605 2009-05-17  Zoltan Varga  <vargaz@gmail.com>
5607         * debug-helpers.c (dis_one): Add little-endian support for ldstr.
5609 2009-05-16  Zoltan Varga  <vargaz@gmail.com>
5611         * class.c (mono_class_get_vtable_entry): Avoid adding static-rgctx
5612         wrappers, this is now done in the JIT.
5613         
5614         * class.c (mono_set_generic_sharing_supported): New internal function.
5615         (mono_class_generic_sharing_enabled): Move the #ifdef stuff to the JIT.
5617 2009-05-15 Rodrigo Kumpera  <rkumpera@novell.com>
5619         * metadata-verify.c: Verify the exported type table.
5621 2009-05-15 Rodrigo Kumpera  <rkumpera@novell.com>
5623         * pedump.c (main): Fake an assembly for netmodules to make the verifier happy.
5625 2009-05-15 Rodrigo Kumpera  <rkumpera@novell.com>
5627         * metadata-verify.c: Verify the file table.
5629 2009-05-15 Rodrigo Kumpera  <rkumpera@novell.com>
5631         * metadata-verify.c (verify_assembly_table): Fix an error message.
5633         * metadata-verify.c: Verify the assemblyref table.
5635 2009-05-15 Rodrigo Kumpera  <rkumpera@novell.com>
5637         * metadata-verify.c (verify_assembly_table): Fix the valid
5638         bits mask for flags.
5640 2009-05-15  Zoltan Varga  <vargaz@gmail.com>
5642         * debug-helpers.c (mono_method_full_name): Print generic parameters of
5643         generic methods as well.
5645 2009-05-15  Geoff Norton  <gnorton@novell.com>
5647         * gc.c: MachO/Darwin supports and uses semaphores fine for this 
5648         use-case and is significantly more performant than the wapi layer.
5650 2009-05-13 Rodrigo Kumpera  <rkumpera@novell.com>
5652         * metadata-verify.c: Verify the assembly table.
5654 2009-05-13 Rodrigo Kumpera  <rkumpera@novell.com>
5656         * metadata-verify.c: Fix rows limit check.
5658 2009-05-13 Rodrigo Kumpera  <rkumpera@novell.com>
5660         * metadata-verify.c: Verify the fieldrva table.
5662 2009-05-13  Mark Probst  <mark.probst@gmail.com>
5664         * sgen.c: Speed up weak links and finalizers by grouping them by
5665         generation.
5667 2009-05-13  Mark Probst  <mark.probst@gmail.com>
5669         * marshal.c (delegate_hash_table_add): When overwriting an entry,
5670         free the old GCHandle (only applies to SGen).
5672 2009-05-13  Zoltan Varga  <vargaz@gmail.com>
5674         * loader.c (mono_get_method_from_token): Avoid the expensive call to
5675         mono_metadata_load_generic_params () for non-generic methods.
5677 2009-05-12  Mark Probst  <mark.probst@gmail.com>
5679         * monitor.c, monitor.h (mono_monitor_get_object_monitor_weak_link):
5680         New function for returning a monitor's weak link if it has one.
5682         * sgen-gc.c: Remove an object's monitor's weak link (if it has
5683         one) when clearing a domain.  These can still be around because
5684         the object might not have been collected.
5686 2009-05-12  Zoltan Varga  <vargaz@gmail.com>
5688         * gc.c: Fix a warning.
5690 2009-05-12  Kornél Pál  <kornelpal@gmail.com>
5692         * gc.c (mono_gc_init): Set gc_thread on creation. This avoids the
5693         prevous wait that resulted in a deadlock on Windows when initializing
5694         the runtime form DllMain. Also results in improved startup time.
5695         (finalizer_thread): Get rid of thread_started_event.
5696         * threads.c, threads-types.h (mono_thread_create_internal): Return the
5697         resulting MonoThread.
5699         Contributed under MIT/X11 license.
5701 2009-05-11 Rodrigo Kumpera  <rkumpera@novell.com>
5703         * metadata-verify.c: Verify the implmap table.
5704         Don't require that #US and #Strings be present.
5706 2009-05-11  Sebastien Pouliot  <sebastien@ximian.com>
5708         * security-core-clr.c: Delegate checks are done at creation time,
5709         not a invocation time. Fix exception for Telerik Silverlight demo
5711 2009-05-11  Mark Probst  <mark.probst@gmail.com>
5713         * sgen-gc.c (need_remove_object_for_domain): Remove the special
5714         case for the Thread class.
5716         * threads.c: Do clean-up of abort exception/state in
5717         thread_cleanup() instead of Thread.free_internal().  Also clean up
5718         current_appcontext.  The reason we have to do that is because
5719         those references might point into another domain and if that
5720         domain is unloaded before the thread is finalized, they point to
5721         invalid data.
5723 2009-05-10  Andreas Faerber  <andreas.faerber@web.de>
5725         * null-gc.c (mono_gc_weak_link_add, mono_gc_clear_domain): Fix
5726         stub signatures.
5727         
5728         Contributed unter MIT/X11 license.
5730 2009-05-09  Miguel de Icaza  <miguel@novell.com>
5732         * verify.c, metadata-verifier.c: Add support for disabling the
5733         verifier in some builds.
5735         [ Sorry, my previous commit accidentally commited some work in
5736         progress ]
5738 2009-05-08  Zoltan Varga  <vargaz@gmail.com>
5740         * class.c (mono_class_setup_fields): Set class->field.first for
5741         generic instances.
5743 2009-05-07 Rodrigo Kumpera  <rkumpera@novell.com>
5745         * metadata-verify.c: Verify the typespec table.
5747 2009-05-07 Rodrigo Kumpera  <rkumpera@novell.com>
5749         * metadata-verify.c: Verify the module table.
5751 2009-05-06 Rodrigo Kumpera  <rkumpera@novell.com>
5753         * metadata-verify.c: Verify the methodimpl table.
5755 2009-05-06 Rodrigo Kumpera  <rkumpera@novell.com>
5757         * metadata-verify.c: Verify the property table.
5759 2009-05-06  Zoltan Varga  <vargaz@gmail.com>
5761         * debug-helpers.c (mono_method_desc_match): Add support for generic
5762         glob patterns.
5764 2009-05-05 Rodrigo Kumpera  <rkumpera@novell.com>
5766         * metadata-verify.c: Verify the propertymap table.
5768 2009-05-04 Rodrigo Kumpera  <rkumpera@novell.com>
5770         * metadata-verify.c: Verify the event table.
5772         * metadata-verify.c (search_sorted_table): Fix offset
5773         calculation.
5775 2009-05-02  Zoltan Varga  <vargaz@gmail.com>
5777         * domain-internals.h (struct _MonoJitInfo): Add a 'from_llvm' flag.
5779 2009-05-01  Mark Probst  <mark.probst@gmail.com>
5781         * gc.c (mono_gc_run_finalize): Don't set the domain too late,
5782         because mono_delegate_free_ftnptr() needs it.
5784 2009-04-30 Rodrigo Kumpera  <rkumpera@novell.com>
5786         * metadata-verify.c: Verify the eventmap table.
5788 2009-04-30 Rodrigo Kumpera  <rkumpera@novell.com>
5790         * metadata-verify.c: Verify the standalonesig table.
5792 2009-04-30 Rodrigo Kumpera  <rkumpera@novell.com>
5794         * metadata-verify.c: Verify the field layout table.
5796 2009-04-30 Rodrigo Kumpera  <rkumpera@novell.com>
5798         * class.c (mono_type_get_name_recurse): Don't crash
5799         for ownerless generic params.
5801         * debug-helpers.c (mono_type_get_desc): Correct the format
5802         for ownerless generic params.
5804 2009-04-30 Rodrigo Kumpera  <rkumpera@novell.com>
5806         * metadata-verify.c: Verify the class layout table.
5808 2009-04-30 Rodrigo Kumpera  <rkumpera@novell.com>
5810         * metadata-verify.c: Verify the decl security table.
5812 2009-04-30  Mark Probst  <mark.probst@gmail.com>
5814         * domain.c (mono_domain_set_internal_with_options): Don't do
5815         anything if the old domain is the same as the old one.  Fixes
5816         #499326.
5818 2009-04-30  Mark Probst  <mark.probst@gmail.com>
5820         * appdomain.c: Deregister the reflection_info roots when unloading
5821         a domain.
5823         * sgen-gc.c, domain.c, gc-internal.h: mono_gc_clear_domain() nulls
5824         memory allocated by a domain and frees its disappearing links.
5826         * boehm-gc.c, null-gc.c: Empty implementation of
5827         mono_gc_clear_domain().
5829 2009-04-30  Mark Probst  <mark.probst@gmail.com>
5831         * appdomain.c (clear_cached_vtable): Free the static fields memory
5832         block.
5834 2009-04-30  Mark Probst  <mark.probst@gmail.com>
5836         * gc.c: Set the correct domain when invoking finalizers.
5838         * appdomain.c: Set the correct domain when creating threads.
5840 2009-04-30  Mark Probst  <mark.probst@gmail.com>
5842         * sgen-gc.c: Fix skip size for vectors.
5844 2009-05-03  Martin Baulig  <martin@ximian.com>
5846         * mono-debug-debugger.c
5847         (mono_debugger_check_breakpoints): Check class init handlers even
5848         if we don't have any method load handers.
5850 2009-04-30  Zoltan Varga  <vargaz@gmail.com>
5852         * appdomain.c (ves_icall_System_AppDomain_GetAssemblies): Avoid 
5853         returning refonly assemblies if refonly is FALSE. Fixes #499013.
5855 2009-04-29 Rodrigo Kumpera  <rkumpera@novell.com>
5857         * metadata-verify.c: Verify the field marshal table.
5859 2009-04-29 Rodrigo Kumpera  <rkumpera@novell.com>
5861         * metadata-verify.c: Verify the custom attribute table.
5863 2009-04-28 Rodrigo Kumpera  <rkumpera@novell.com>
5865         * metadata-verify.c: Verify the constant table.
5867 2009-04-28 Rodrigo Kumpera  <rkumpera@novell.com>
5869         * metadata-verify.c: Verify the memberef table.
5871 2009-04-28 Rodrigo Kumpera  <rkumpera@novell.com>
5873         * metadata-verify.c (get_coded_index_token): Remove
5874         dead argument.
5876 2009-04-28 Rodrigo Kumpera  <rkumpera@novell.com>
5878         * metadata-verify.c: Verify the interfaceimpl table.
5880 2009-04-28 Rodrigo Kumpera  <rkumpera@novell.com>
5882         * verify.c: Improve error message.
5884         * debug-helpers.c (mono_type_get_desc): Harden the code that
5885         deals with VAR and MVAR.
5887 2009-04-28  Zoltan Varga  <vargaz@gmail.com>
5889         * image.c (mono_image_fixup_vtable): Avoid casting an lvalue. Fixes 
5890         part of #498692.
5892 2009-04-23 Tom Hindle <tom_hindle@sil.org>
5894         * cominterop.c (ves_icall_System_Runtime_InteropServices_Marshal_ReleaseComObjectInternal):
5895         changed to match .Net behaviour of not aborting on additional calls to ReleaseComObject.
5897 2009-04-28  Sebastien Pouliot  <sebastien@ximian.com>
5899         * security-core-clr.c: Avoid redundant checks for platform code, 
5900         e.g. check for method and for class (very common) and check
5901         for class and outer class (less common)...
5903 2009-04-27  Zoltan Varga  <vargaz@gmail.com>
5905         * reflection.c: Avoid returning random cattrs for synthetic methods.
5906         Fixes #498545.
5908 2009-04-27 Gonzalo Paniagua Javier <gonzalo@novell.com>
5910         * assembly.c: assemblies in the GAC should never be shadow-copied.
5912 2009-04-26  Mark Probst  <mark.probst@gmail.com>
5914         * domain.c, domain-internals.h: Disable
5915         track_resurrection_{objects,handles}_hash in MonoDomain if using
5916         SGen.
5918 2009-04-24 Rodrigo Kumpera  <rkumpera@novell.com>
5920         * metadata-verify.c: Verify the param table.
5922 2009-04-24 Rodrigo Kumpera  <rkumpera@novell.com>
5924         * metadata-verify.c (verify_typedef_table): Range check FieldList and
5925         MethodList.
5927         * metadata-verify.c (verify_method_table): Proper check the ParamList
5928         field.
5930 2009-04-24 Rodrigo Kumpera  <rkumpera@novell.com>
5932         * metadata-verify.c (verify_method_table): Check for runtime
5933         implemented functions such as delegate .ctors. Remove spurious
5934         printf.
5935         
5936 2009-04-24 Rodrigo Kumpera  <rkumpera@novell.com>
5938         * pedump.c: Proper initialize the runtime forcing the 2.0 profile.
5940 2009-04-24  Raja R Harinath  <harinath@hurrynot.org>
5942         Don't allocate MonoGenericInfo for ownerless generic params.
5943         * class-internals.h (MonoGenericParam::info): Move field to ...
5944         (MonoGenericParamFull): ... this.  New struct.
5945         (MonoGenericContainer::type_params): Change type to
5946         MonoGenericParamFull.
5947         (MonoGenericParam, MonoGenericContainer): Update accessors.
5948         * metadata.c (mono_metadata_parse_generic_param): Don't initialize
5949         'info' field for ownerless generic param.
5950         (mono_metadata_load_generic_params): Update to changes.
5951         * reflection.c (mono_reflection_create_generic_class): Likewise.
5952         (reflection_methodbuilder_to_mono_method): Likewise.
5953         (mono_reflection_initialize_generic_parameter): Likewise.
5955 2009-04-24  Raja R Harinath  <harinath@hurrynot.org>
5957         Don't use MonoGenericParamInfo for ownerless generic params.
5958         * class.c (get_anon_gparam_class, set_anon_gparam_class): New.  Don't
5959         use ParamInfo class at all.
5960         (mono_class_from_generic_parameter): Use them.
5961         (make_generic_param_class): Fix a couple of instances where 'pinfo
5962         == NULL' wasn't handle.
5964 2009-04-24  Raja R Harinath  <harinath@hurrynot.org>
5966         * class.c (make_generic_param_class): Carve out of ...
5967         (mono_class_from_generic_parameter): ... here.
5969 2009-04-24  Raja R Harinath  <harinath@hurrynot.org>
5971         Simplify mono_class_from_generic_parameter
5972         * class-internals.h (MonoGenericParamInfo::token): New field.
5973         * metadata.c (mono_metadata_load_generic_params): Initialize it
5974         from metadata.
5975         * class.c (mono_class_from_generic_parameter): Use it instead of
5976         searching through metadata.
5978 2009-04-23 Rodrigo Kumpera  <rkumpera@novell.com>
5980         * metadata-verify.c: Add verification of the method table.
5982 2009-04-23 Rodrigo Kumpera  <rkumpera@novell.com>
5984         * icall.c (ves_icall_Type_GetMethodsByName): Fix memleak for the
5985         Delegate::Invoke optimization.
5987 2009-04-23 Rodrigo Kumpera  <rkumpera@novell.com>
5989         * appdomain.c (mono_domain_create_appdomain_internal): Free the
5990         string returned by get_shadow_assembly_location_base.
5992         * appdomain.c (get_shadow_assembly_location_base): Add a comment
5993         about caller's ownership.
5995 2009-04-23 Rodrigo Kumpera  <rkumpera@novell.com>
5997         * reflection.c: Add mono_reflection_cleanup_domain to cleanup
5998         reflection memory on domain unload.
6000         * domain.c (mono_domain_free): Don't free refobject_hash, let the
6001         reflection cleanup code do it.
6003         * domain-internals.h: Add mono_reflection_cleanup_domain.
6005         This fixes a memory leak for managed mirrors of reflection objects
6006         on domain unload. 
6008 2009-04-22 Rodrigo Kumpera  <rkumpera@novell.com>
6010         * metadata-verify.c: Implement more verification of the field table.
6012 2009-04-22 Rodrigo Kumpera  <rkumpera@novell.com>
6014         * pedump.c (main): Init mono with mscorlib so it defaults to 2.0 and
6015         doesn't try to parse the input assembly, which can be broken.
6017 2009-04-23  Mark Probst  <mark.probst@gmail.com>
6019         * boehm-gc.c, gc-internal.h, gc.c, monitor.c, null-gc.c,
6020         sgen-gc.c: Implement track resurrection in weak GC handles in SGen
6021         by using the lowest bit in the link to store whether the link is
6022         tracked.  Move the track_resurrection hashes into boehm-gc.c.
6024 2009-04-22  Miguel de Icaza  <miguel@novell.com>
6026         * Makefile.am: Split the console support in platform specific code
6027         and put together a framework for making this easy in the future so
6028         that we can start splitting code instead of having a mess of PLATFORM_WIN32
6030 2009-04-21 Rodrigo Kumpera  <rkumpera@novell.com>
6032         * pedump.c: Fix a warning.
6034 2009-04-21 Rodrigo Kumpera  <rkumpera@novell.com>
6036         * verify.c (mono_delegate_type_equal): Compare valuetypes using
6037         mono_class_from_mono_type to avoid bad interactions with the dual representation
6038         of the generic type definition.
6040 2009-04-21 Rodrigo Kumpera  <rkumpera@novell.com>
6042         * verify.c (do_invoke_method): Use mono_class_from_mono_type to
6043         get the MonoClass for the call context type as it might be a generic
6044         instance.
6046         Fixes #491483.
6048 2009-04-21  Mark Probst  <mark.probst@gmail.com>
6050         * object-internals.h: The Thread object has no execution_context
6051         member anymore.
6053         * threads.c, threadpool.c, threads-types.h: Accessor functions for
6054         the execution context.
6056         * appdomain.c: Bump corlib version.
6058 2009-04-20 Rodrigo Kumpera  <rkumpera@novell.com>
6060         * verify.c (do_newobj): Improve error message.
6062 2009-04-20 Rodrigo Kumpera  <rkumpera@novell.com>
6064         * verify.c (verify_clause_relationship): Only mask as an error if the exception clause
6065         is nested in the filter block.
6067         * verify.c (verify_clause_relationship): The disjoint check must verify if the exception
6068         block is not fully nested.
6070         Fixes #495656.
6072 2009-04-20 Rodrigo Kumpera  <rkumpera@novell.com>
6074         * verify.c (verify_type_compatibility_full): Compare MonoClass and
6075         not MonoType to check for equality of valuetypes as the generic type
6076         definition allows for two different encodings: the generic type definition
6077         class or a generic instance over the GTD arguments.
6079         Fixes #496175.
6081 2009-04-20 Rodrigo Kumpera  <rkumpera@novell.com>
6083         * verify.c (dump_stack_value): Fix compilation with extra debug turned on.
6085         * verify.c (do_initobj): Improve error message.
6087 2009-04-20 Rodrigo Kumpera  <rkumpera@novell.com>
6089         * metadata-verify.c: Enable pe verification as the issue with #496453
6090         is that the authenticode data directory have a different unspecified
6091         format. Ignore it for now.
6093         * pedump.c: Run the metadata verifier together with the IL verifier.
6095         Fixes ##496453.
6097 2009-04-20  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6099         * metadata-verify.c: Temporarily disable pe verification due to #496453.
6101 2009-04-17 Rodrigo Kumpera  <rkumpera@novell.com>
6103         * class.c (can_access_type): Check visibility against
6104         the element type for pointers and arrays.
6106         Fixes #496150.
6108 2009-04-17 Rodrigo Kumpera  <rkumpera@novell.com>
6110         * metadata-verify.c: Fix cli and table verification to use information
6111         from the MonoImage. A lot of duplicated code got killed.
6113 2009-04-17 Rodrigo Kumpera  <rkumpera@novell.com>
6116         This patch starts to integrate the metadata verifier with the runtime code.
6118         This patch causes major regression in functionality for the metadata verifier
6119         as cli and table verification are disabled since they require to be ported to
6120         use MonoImage information.
6122         * image.c (do_mono_image_load): Split the code in this function
6123         into mono_image_load_pe_data and mono_image_load_cli_data.
6124         Add     care_about_pecoff parameter to not load pecoff data.
6125         Call into the metadata verifier for pecoff and cli verification.
6127         * image.c (mono_image_open_raw): New function that doesn't perform
6128         any parsing of the image contents.
6129         
6130         The reason for the 3 new functions is to give pedump better control
6131         into the interaction with the verifier.
6133         * metadata-internals.h: Add new functions from image.c as part of the
6134         internal mono API.
6136         * metadata-verify.c: Split mono_image_verify into mono_verifier_verify_pe_data,
6137         mono_verifier_verify_cli_data and mono_verifier_verify_table_data. Prepare
6138         to make those functions work together with the runtime.
6140         * verify.c: Add mono_verifier_is_enabled_for_image function that returns
6141         true if the image needs to be verified.
6143         * verify-internals.h: Export new functions from metadata-verify.c and verify.c.
6145         * pedump.c: Use new metadata verifier API.
6147 2009-04-19  Zoltan Varga  <vargaz@gmail.com>
6149         * object.c (mono_install_vtable_trampoline): Make this receive a
6150         trampoline creation function instead of trampoline, allowing the JIT
6151         to use a different trampoline for each vtable.
6153 2009-04-18  Mark Probst  <mark.probst@gmail.com>
6155         * object.c (mono_raise_exception): Don't reset the thread abort
6156         exception state here.
6158 2009-04-18  Mark Probst  <mark.probst@gmail.com>
6160         * icall-def.h: New icall for getting the thread abort exception
6161         state for a thread.
6163         * object.c, thread.c, object-internals.h: A thread's abort
6164         exception state is now a GC handle.  To get the object it stands
6165         for, we must move it into the current app domain, if it's
6166         different than the one where it originated from.
6168         * appdomain.c: Bump corlib version.
6170         * domain.c, domain-internals.h: New function for setting the
6171         domain and migrate the thread abort exception or not.
6173 2009-04-16 Rodrigo Kumpera  <rkumpera@novell.com>
6175         * metadata-verify.c: Add initial verification of the
6176         field table.
6178 2009-04-16 Rodrigo Kumpera  <rkumpera@novell.com>
6180         * metadata-verify.c: Add a macro to conditionally enable
6181         dumping of verification information. Add  make_coded_token
6182         and search_sorted_table to enable search sorted tables
6183         by a given coded token.
6185 2009-04-16 Rodrigo Kumpera  <rkumpera@novell.com>
6187         * metadata-verify.c: Add array mapping from table index
6188         to description offset. Add get_col_offset and get_col_size
6189         functions.
6191 2009-04-16 Rodrigo Kumpera  <rkumpera@novell.com>
6193         * metadata-verify.c: Add remaining table descriptions offsets.
6194         Add remaining coded index descriptions.
6196 2009-04-16 Rodrigo Kumpera  <rkumpera@novell.com>
6198         * metadata-verify.c: Fixed constant table description.
6199         Fixed calculation of HasCustomAttribute coded index size.
6200         Fixed calculation of size for many table indexes. 
6202 2009-04-16 Rodrigo Kumpera  <rkumpera@novell.com>
6204         * pedump.c (dump_metadata): Dump table offset instead
6205         of useless pointer in memory.
6207 2009-04-16 Rodrigo Kumpera  <rkumpera@novell.com>
6209         * metadata-verify.c (verify_typedef_table): Add tests for MethodList.
6211 2009-04-15 Rodrigo Kumpera  <rkumpera@novell.com>
6213         * metadata-verify.c (verify_typedef_table): Add tests for FieldList and
6214         a missing of for interface types.
6216 2009-04-15 Rodrigo Kumpera  <rkumpera@novell.com>
6218         * metadata-verify.c (verify_pe_optional_header): Add comment of why
6219         the code is commented.
6221         * metadata-verify.c (verify_resources_table): Remove spurious printf
6222         and don't fail if there are unmanaged resources. Gmcs generates a useless
6223         one     for all assemblies - I bet it's some MS compatibility junk.
6225 2009-04-15 Rodrigo Kumpera  <rkumpera@novell.com>
6227         * metadata-verify.c (verify_typedef_table): Verify the extends field.
6229         * metadata-verify.c (mono_image_verify): Add a is_corlib.
6231         * verify-internals.h: Same.
6233         * pedump.c: Fix for mono_image_verify new signature.
6235 2009-04-15 Rodrigo Kumpera  <rkumpera@novell.com>
6237         * metadata-verify.c (verify_typedef_table): Verify for some invalid
6238         flags combinations.
6240 2009-04-15 Rodrigo Kumpera  <rkumpera@novell.com>
6242         * metadata-verify.c (verify_module_table): Ignore the generation field.
6244 2009-04-15  Martin Baulig  <martin@ximian.com>
6246         * debug-mono-symfile.c
6247         (mono_debug_symfile_lookup_location): Don't print a warning for
6248         unknown extended opcodes if they're within 0x40 and 0x7f.
6250 2009-04-15  Zoltan Varga  <vargaz@gmail.com>
6252         * marshal.c (mono_marshal_get_runtime_invoke_sig): Don't share runtime
6253         invoke signatures returning an enum. Fixes #494847.
6255 2009-04-14 Rodrigo Kumpera  <rkumpera@novell.com>
6257         * metadata-verify.c: Initial code to verify the typedef table.
6259 2009-04-14 Rodrigo Kumpera  <rkumpera@novell.com>
6261         * verify.c (mono_method_verify): Don't fail if an unconditional branch
6262         with non empty stack happens before the beginning of a try block.
6264         Fixes #494812.
6266 2009-04-14 Rodrigo Kumpera  <rkumpera@novell.com>
6268         * metadata-verify.c: Verify typename and typenamespace fields of
6269         the typeref table.
6271 2009-04-13 Rodrigo Kumpera  <rkumpera@novell.com>
6273         * metadata-verify.c: Initial code to verify the typeref table.
6275 2009-04-13 Rodrigo Kumpera  <rkumpera@novell.com>
6277         * verify.c (verify_delegate_compatibility): Fix error message.
6279 2009-04-14  Sebastien Pouliot  <sebastien@ximian.com>
6281         * security-core-clr.c: Fix typo
6283 2009-04-14  Zoltan Varga  <vargaz@gmail.com>
6285         * marshal.c (delegate_hash_table_add): Make delegate_target_locations 
6286         a MonoGHashTable to keep its values alive.
6287         (emit_marshal_boolean): Fix a warning.
6289 2009-04-13 Gonzalo Paniagua Javier <gonzalo@novell.com>
6291         * socket-io.c: don't return IPv4/IPv6 addresses if the machine does
6292         not have any interface configured for IPv4/IPv6.
6294 2009-04-13 Gonzalo Paniagua Javier <gonzalo@novell.com>
6296         * assembly.c: fix typo in error message.
6298 2009-04-14  Zoltan Varga  <vargaz@gmail.com>
6300         * marshal.c (mono_delegate_to_ftnptr): Use mono_gc_alloc_fixed () for
6301         allocating the location holding the this argument to prevent
6302         'too many root sets' errors.
6304         * object.c (mono_class_create_runtime_vtable): Set field->offset to -1
6305         to mark fields as special static.
6306         (mono_field_static_get_value): Handle special static fields.
6307         (mono_field_static_set_value): Ditto.
6309         * class-internals.h (struct _MonoClassField): Document this.
6311 2009-04-13  Bill Holmes  <billholmes54@gmail.com>
6313         * cominterop.c (mono_cominterop_emit_marshal_com_interface): Assigning
6314           the argument a value of null for the MARSHAL_ACTION_MANAGED_CONV_OUT
6315           case.  This will handle when managed code returns null to native code.
6317         Code is contributed under MIT/X11 license.
6319 2009-04-13  Bill Holmes  <billholmes54@gmail.com>
6321         * object.c (build_imt_slots): Changing a free to a g_free to match
6322           the g_malloc0 in add_imt_builder_entry that allocated this memory.
6324         Code is contributed under MIT/X11 license.
6326 2009-04-13  Bill Holmes  <billholmes54@gmail.com>
6328         * marshal.c (emit_marshal_boolean): Adding code to ensure that
6329           the correct TRUE value is passed through the marshaling layer.
6331         Code is contributed under MIT/X11 license.
6333 2009-04-13  Zoltan Varga  <vargaz@gmail.com>
6335         * marshal.c (mono_marshal_emit_managed_wrapper): Handle closed delegates
6336         correctly. Fixes #492330.
6337         
6338         * marshal.c: Fix the embedding of object pointers into JITted code in
6339         the native-to-managed wrappers by allocating some GC tracked memory, and
6340         embedding the address of that.
6342 2009-04-11  Zoltan Varga  <vargaz@gmail.com>
6344         * object.c (mono_class_create_runtime_vtable): Avoid putting MonoMethod
6345         pointers into the vtable.
6347 2009-04-09 Rodrigo Kumpera  <rkumpera@novell.com>
6349         * verify.c (mono_delegate_type_equal): Proper check MONO_TYPE_CLASS.
6351         * verify.c (verify_ldftn_delegate): Improve error message.
6353 2009-04-09  Raja R Harinath  <harinath@hurrynot.org>
6355         * reflection.c (my_mono_class_from_mono_type): Remove.
6357 2009-04-09  Raja R Harinath  <harinath@hurrynot.org>
6359         Prepare to reduce memory usage of owner-less generic parameters (1/n)
6360         * class-internals.h (MonoGenericParam): Carve out pklass, name, flags
6361         and constraints fields into ...
6362         (MonoGenericParamInfo): ... this.
6363         (mono_generic_param_info, mono_generic_container_get_param_info):
6364         New accessors.
6365         * class.c, debug-helpers.c, icall.c: Update to changes.
6366         * metadata.c, reflection.c, verify.c: Likewise.
6368 2009-04-09  Zoltan Varga  <vargaz@gmail.com>
6370         * debug-helpers.c (dis_one): Fix decoding of strings in dynamic images.
6372         * marshal.c (get_runtime_invoke_type): Share enums with their base types.
6373         
6374         * marshal.c (get_runtime_invoke_type): Share pointers with ints and
6375         booleans with sbytes.
6377 2009-04-08 Rodrigo Kumpera  <rkumpera@novell.com>
6379         * class.c (can_access_instantiation): Verify accesibility of element types
6380         for arrays and pointers.
6382         * class.c (can_access_type): Return true if the target class is VAR or MVAR.
6384         * class.c (mono_method_can_access_method_full): Fix typos in the documentation.
6386         Fixes #493068.
6388 2009-04-08 Rodrigo Kumpera  <rkumpera@novell.com>
6390         * verify.c (do_invoke_method): Improve error messages.
6392 2009-04-08  Bill Holmes  <billholmes54@gmail.com>
6394         * verify.c:  Fixing the MSVC build.
6396         Code is contributed under MIT/X11 license.
6398 2009-04-08  Sebastien Pouliot  <sebastien@ximian.com>
6400         * security-core-clr.c: Simplify get_reflection_caller not to call
6401         mono_method_get_last_managed (another stack walk) and adjust the
6402         callers to handle a (should not happen) NULL return value.
6404 2009-04-08  Raja R Harinath  <harinath@hurrynot.org>
6406         Add accessors to some MonoGenericParam fields
6407         * class-internals.h (mono_generic_param_owner): New accessor.
6408         (mono_generic_param_num): Likewise.
6409         (mono_type_get_generic_param_owner): New helper.
6410         (mono_type_get_generic_param_num): New helper.
6411         * class.c, icall.c, metadata.c, reflection.c, verify.c: Use them.
6413 2009-04-08  Raja R Harinath  <harinath@hurrynot.org>
6415         * class-internals.h (mono_generic_container_get_param): New wrapper.
6416         * class.c, icall.c, metadata.c, verify.c: Use it.
6418 2009-04-08  Raja R Harinath  <harinath@hurrynot.org>
6420         Fix gtest-252.cs
6421         * verify.c (mono_type_is_valid_type_in_context): Rewrite to use
6422         the standard case/loop.  In particular, don't complain about
6423         references to generic type definitions.
6425 2009-04-07  Zoltan Varga  <vargaz@gmail.com>
6427         * debug-helpers.c (dis_one): Decode string arguments.
6429 2009-04-07 Rodrigo Kumpera  <rkumpera@novell.com>
6431         * pedump.c (dump_verify_info): Dump type name correctly.
6433 2009-04-07 Rodrigo Kumpera  <rkumpera@novell.com>
6435         * verify.c (mono_method_verify): Don't init code slots for exception boundaries if they
6436         are larger than code size.
6438         This can happen in valid code if the try/catch block is not followed by any instruction
6439         and do a backward branch on the leave instruction.
6441         Fixes #492494.
6443 2009-04-06  Sebastien Pouliot  <sebastien@ximian.com>
6445         * security-core-clr.c: Fix typo while comparing second method names
6446         in can_avoid_corlib_reflection_delegate_optimization
6448 2009-04-06 Rodrigo Kumpera  <rkumpera@novell.com>
6450         * verify.c (do_throw): Don't allow an unboxed generic param ar argument.
6452         Fixes #487738.
6454 2009-04-06 Rodrigo Kumpera  <rkumpera@novell.com>
6456         * metadata.c (do_mono_metadata_parse_type): Fail if we are decoding
6457         a MVAR using a class context.
6459         Fixes #490335.
6461 2009-04-06  Zoltan Varga  <vargaz@gmail.com>
6463         * object.c (mono_class_compute_gc_descriptor): Make this non-static.
6465         * domain-internals.h (struct _MonoJitInfo): Add a 'gc_info' field.
6467         * gc-internal.h (MonoGCCallbacks): New stucture containing the callback
6468         functions supplied by the JIT for the SGEN GC.
6470         * sgen-gc.c: Call the callbacks supplied by the JIT to do stack marking.
6471         
6472 2009-04-06  Massimiliano Mantione  <massi@ximian.com>
6474         monitor.c (mono_monitor_try_enter_internal):
6475         Added calls to profile monitor contentions.
6476         Also duplicated a small piece of code (the "get the monitor" logic)
6477         from the fast path to the slow path, and changed the relevant goto
6478         statements, so that monitor acquisition events can be emitted from the
6479         slow path (this is by Paolo Molaro).
6481 2009-04-06  Massimiliano Mantione  <massi@ximian.com>
6483         * profiler.c, profiler.h, profiler-private.h:
6484         Added support for profiling monitor contentions.
6486 2009-04-03 Rodrigo Kumpera  <rkumpera@novell.com>
6488         * metadata-verify.c: Verify the modules table.
6490 2009-04-02 Rodrigo Kumpera  <rkumpera@novell.com>
6492         * verify.c (mono_generic_param_is_constraint_compatible): Inflate the candidate
6493         using the context of the method been verifier and not of the method been called.
6495         * verify.c: Add verifier_inflate_type and mono_type_is_valid_type_in_context to
6496         safely inflate generic types. 
6498 2009-04-02  Sebastien Pouliot  <sebastien@ximian.com>
6500         * security-core-clr.c: Change the strategy for checking the 
6501         "reflection using delegates optimization" to avoid unneeded 
6502         attributes in multiple class libraries.
6504 2009-04-02  Mark Probst  <mark.probst@gmail.com>
6506         * sgen-gc.c: Remove object element in the disappearing link struct
6507         by storing the object pointer in the link.
6509 2009-03-31 Rodrigo Kumpera  <rkumpera@novell.com>
6511         * pedump.c (dump_verify_info): Don't crash if signature decoding fails.
6513 2009-03-31 Rodrigo Kumpera  <rkumpera@novell.com>
6515         * verify.c (verifier_load_field): Fail if the field parent could not be loaded.
6517         * verify.c (mono_method_verify): Do proper bounds checking of exception
6518         clause ranges.
6520 2009-03-31 Rodrigo Kumpera  <rkumpera@novell.com>
6522         * loader.c (mono_field_from_token): Don't crash if the field parent could
6523         not be decoded.
6525 2009-03-31  Mark Probst  <mark.probst@gmail.com>
6527         * sgen-gc.c: Execute critical finalizers after ordinary
6528         finalizers.
6530         * class-internals.h, domain.c: Add CriticalFinalizerObject to
6531         mono_defaults.
6533 2009-03-31 Jb Evain <jbevain@novell.com>
6535         * verify.c (do_ldstr): don't check if a string is in the user strings
6536         heap if the current image is dynamic.
6538 2009-03-31  Mark Probst  <mark.probst@gmail.com>
6540         * sgen-gc.c: Wait until the last finalizer has executed when
6541         returning from WaitForPendingFinalizers.
6543 2009-03-31  Martin Baulig  <martin@ximian.com>
6545         * mono-debug-debugger.h (MonoDebuggerEvent): Add
6546         `MONO_DEBUGGER_EVENT_CREATE_APPDOMAIN' and
6547         `MONO_DEBUGGER_EVENT_UNLOAD_APPDOMAIN'.
6548         (mono_debugger_event_create_appdomain): New function.
6549         (mono_debugger_event_unload_appdomain): New function.
6551         * appdomain.c (mono_domain_create_appdomain_internal): Call
6552         mono_debugger_event_create_appdomain().
6554 2009-03-31  Martin Baulig  <martin@ximian.com>
6556         * mono-debug-debugger.c
6557         (mono_debugger_register_class_init_callback): Also register the
6558         class init callback if the class is already initialized to make
6559         things work with shadow copied assemblies.
6561 2009-03-31  Sebastien Pouliot  <sebastien@ximian.com>
6563         * security-core-clr.c
6564         (mono_security_core_clr_ensure_reflection_access_field): Let 
6565         critical code access the field (just like we do for methods). Use
6566         check_field_access helper.
6567         (mono_security_core_clr_ensure_reflection_access_method): Use 
6568         check_field_access helper.
6570 2009-03-31  Mark Probst  <mark.probst@gmail.com>
6572         * sgen-gc.c: Remove data (callback) element from FinalizeEntry and
6573         call the run-finalize function directly.
6575         * gc.c, gc-internal.h: Make run_finalize() non-static.
6577 2009-03-31  Mark Probst  <mark.probst@gmail.com>
6579         * sgen-gc.c: Use a separate struct for disappearing links.
6581 2009-03-31 Gonzalo Paniagua Javier <gonzalo@novell.com>
6583         * socket-io.c: don't fail if the SocketOptionsFlag has Partial or
6584         * MaxIOVectorLength enabled, just ignore them.
6585         Fixes bug #349688.
6587 2009-03-30 Rodrigo Kumpera  <rkumpera@novell.com>
6589         * metadata-verify.c: Fix eglib build.
6591 2009-03-30  Zoltan Varga  <vargaz@gmail.com>
6593         * threads-types.h: Fix the win32 build.
6595 2009-03-28  Sebastien Pouliot  <sebastien@ximian.com>
6597         * class.c: move coreclr inheritance/override checks to 
6598         security-core.clr.c
6599         * security-core.clr.c|h: add code from class.c with additional
6600         documentation. Fix override check when the method is not critical.
6602 2009-03-28  Zoltan Varga  <vargaz@gmail.com>
6604         * debug-helpers.c (mono_method_desc_match): Make '*' match anything.
6605         (match_class): Ditto.
6607 2009-03-27 Rodrigo Kumpera  <rkumpera@novell.com>
6609         * metadata-verify.c: Rename bounds_check_offset to bounds_check_datadir.
6611         * metadata-verify.c: Implement table layout row size calculation. Verify
6612         the total size of the tables.
6614 2009-03-27 Rodrigo Kumpera  <rkumpera@novell.com>
6616         * metadata-verify.c: Verify heap sizes and size to decode row counts. 
6618 2009-03-27 Gonzalo Paniagua Javier <gonzalo@novell.com>
6620         * appdomain.c:
6621         * console-io.[ch]: added new mono_console_init() to make sure that
6622         file descriptors 0, 1 and 2 are opened.
6623         Bug #489019 fixed.
6625 2009-03-27  Sebastien Pouliot  <sebastien@ximian.com> 
6627         * appdomain.h: Export a new callback type and a new function to
6628         set this callback. This allow a mono host to provide it's own
6629         definition for "platform code".
6630         * metadata-internals.h: Add a core_clr_platform_code flag on 
6631         _MonoImage to (cache and) know if it is representing platform 
6632         code.
6633         * image.c (do_mono_image_open): Set core_clr_platform_code flag 
6634         on platform code images.
6635         * security-core-clr.c|h 
6636         (mono_security_set_core_clr_platform_callback): Allow the host
6637         to provide it's own platform check definition.
6638         (mono_security_core_clr_determine_platform_image): Detect if an 
6639         image is platform code (using the specified callback).
6640         (mono_security_core_clr_is_platform_image): Return cached value 
6641         for platform code.
6643 2009-03-27  Zoltan Varga  <vargaz@gmail.com>
6645         * threads.c (mono_create_thread): New helper function to wrap CreateThread
6646         which has different parameter types for the 'tid' argument in windows and
6647         the io-layer.
6649         * appdomain.c attach.c threads.c: Use the new helper.
6651 2009-03-26 Rodrigo Kumpera  <rkumpera@novell.com>
6653         * metadata-verify.c: Verify valid table bits.
6655 2009-03-26 Rodrigo Kumpera  <rkumpera@novell.com>
6657         * metadata-verify.c (verify_metadata_header): Store size in the size field.
6659         * metadata-verify.c: Add initial table schema verification.
6661 2009-03-26  Zoltan Varga  <vargaz@gmail.com>
6663         * icall.c (ves_icall_get_parameter_info): Add a 'member' argument, used to
6664         obtain the refclass argument needed by mono_param_get_objects (). Fixes
6665         #488383.
6667         * reflection.c (mono_param_get_objects_internal): Add a 'refclass' argument.
6669         * appdomain.c (MONO_CORLIB_VERSION): Bump this.
6671 2009-03-26  Sebastien Pouliot  <sebastien@ximian.com>
6673         * security-core-clr.c: Add/update documentation
6675 2009-03-26  Zoltan Varga  <vargaz@gmail.com>
6677         * marshal.c (emit_marshal_object): Generate code to throw an exception
6678         instead of throwing it. Fixes #488670.
6680 2009-03-25  Sebastien Pouliot  <sebastien@ximian.com>
6682         * appdomain.c: Bump MONO_CORLIB_VERSION to 73.
6683         * icall.c (ves_icall_System_Delegate_CreateDelegate_internal): Add
6684         an extra 'throwOnBindFailure' parameter to the icall. Remove FIXME
6685         and add a call to mono_security_core_clr_ensure_delegate_creation
6686         to do the extra checks required by CoreCLR.
6687         * security-core-clr.c|h: Add function to check delegate creation,
6688         both in the binding and accessibility, under CoreCLR.
6690 2009-03-25  Sebastien Pouliot  <sebastien@ximian.com> 
6692         * reflection.c (mono_reflection_create_dynamic_method): when 
6693         coreclr is enabled make sure that every resolved object are
6694         checked (e.g. field and method access).
6695         * security-core-clr.c|h: Add function to check objects resolved
6696         when a dynamic method is created.
6698 2009-03-24 Rodrigo Kumpera  <rkumpera@novell.com>
6700         * metadata-verify.c: Cache directory rva translations.
6702         * metadata-verify.c: Add cli-header and streams verification.
6704 2009-03-24 Rodrigo Kumpera  <rkumpera@novell.com>
6706         * image.c (load_metadata_ptrs): We decode MonoImage::md_version_minor at
6707         the wrong offset (8 instead of 6).
6709 2009-03-23  Zoltan Varga  <vargaz@gmail.com>
6711         * marshal.c (mono_delegate_to_ftnptr): For delegates wrapping pinvoke
6712         methods, return the native function address itself. Fixes
6713         #487758.
6715 2009-03-23 Gonzalo Paniagua Javier <gonzalo@novell.com>
6717         * console-io.c: some of the values for control characters might not be
6718         present.
6720 2009-03-21  Sebastien Pouliot  <sebastien@ximian.com>
6722         * exception.c|h: Add helpers to create [Field|Method]AccessException
6723         * icall.c: Add required coreclr check calls for field reflection.
6724         Move the existing (method) check logic into security-core-clr.c
6725         * security-core-clr.c: Add functions to check if the access of a
6726         field or method is allowed when reflecting under coreclr. This is
6727         mostly done using a stack walk to find the "real" caller: i.e. the
6728         code that is calling the reflection
6730 2009-03-20  Zoltan Varga  <vargaz@gmail.com>
6732         * gc-internal.h: Change location of gc_wrapper.h
6734 2009-03-20  Sebastien Pouliot  <sebastien@ximian.com> 
6736         * class.c: Simplification to coreclr checks for overrides that
6737         makes it easier to set breakpoints.
6739 2009-03-20  Sebastien Pouliot  <sebastien@ximian.com>
6741         * security-core-clr.c|h: (mono_security_core_clr_class_level, 
6742         mono_security_core_clr_method_level): Avoid potential 
6743         MonoCustomAttrInfo allocation for transparent assemblies (e.g. 
6744         user/application code) and make it easier to set breakpoints
6746 2009-03-19 Rodrigo Kumpera  <rkumpera@novell.com>
6748         * metadata-verify.c: Reject cli header tables that mono don't handle.
6750 2009-03-19 Rodrigo Kumpera  <rkumpera@novell.com>
6752         * pedump.c: Fix CLI header dumping.
6754 2009-03-19 Rodrigo Kumpera  <rkumpera@novell.com>
6756         * metadata-verify.c: More CLI header verification.
6758 2009-03-19  Zoltan Varga  <vargaz@gmail.com>
6760         * locales.c (get_current_locale_name): Use g_malloc instead of malloc.
6762 2009-03-18 Rodrigo Kumpera  <rkumpera@novell.com>
6764         * metadata-verify.c: Initial verification of the CLI header.
6766 2009-03-18 Rodrigo Kumpera  <rkumpera@novell.com>
6768         * metadata-verify.c (verify_resources_table): Fix verification of zero
6769         sized resource section and id entries count.
6771 2009-03-18  Zoltan Varga  <vargaz@gmail.com>
6773         * icall.c: Handle user types in many Type icalls. Fixes #486303.
6775 2009-03-17  Jb Evain  <jbevain@novell.com>
6777         * profiler.c: call mono_gc_base_init from mono_profiler_load.
6779 2009-03-17  Zoltan Varga  <vargaz@gmail.com>
6781         * sgen-gc.c (mono_gc_make_descr_for_object): Fix 64 bit support.
6782         (mono_gc_make_descr_for_array): Ditto.
6784 2009-03-17  Sebastien Pouliot  <sebastien@ximian.com>
6786         * verify.c (mono_verifier_is_class_full_trust): Add support for
6787         CoreCLR security mode where trusted assemblies are defined as
6788         "platform code".
6790 2009-03-16 Rodrigo Kumpera  <rkumpera@novell.com>
6792         * metadata-verify.c: Add minimal PECOFF resource verification.
6794 2009-03-16 Rodrigo Kumpera  <rkumpera@novell.com>
6796         * metadata-verify.c: Be less restrictive with some coff fields.
6798 2009-03-16 Rodrigo Kumpera  <rkumpera@novell.com>
6800         * verify.c (init_stack_with_value_at_exception_boundary): Init generic
6801         params as boxed values on stack. Fixes #485706.
6803 2009-03-16 Gonzalo Paniagua Javier <gonzalo@novell.com>
6805         * console-io.c: the termios values may vary in different flavors of unix.
6807 2009-03-16 Gonzalo Paniagua Javier <gonzalo@novell.com>
6809         * console-io.[ch]: return the entire set of control characters when
6810         initializing the terminal.
6811         * appdomain.c: bump corlib version.
6813 Mon Mar 16 11:11:26 CET 2009 Paolo Molaro <lupus@ximian.com>
6815         * mono-perfcounters.c: added support for in-process custom
6816         performance counters.
6818 2009-03-13 Rodrigo Kumpera  <rkumpera@novell.com>
6820         * metadata-verify.c: Small cleanup and add comment for IAT directory entry. 
6822 2009-03-13 Rodrigo Kumpera  <rkumpera@novell.com>
6824         * metadata-verify.c: Verify the data pointed by the import table. 
6826 2009-03-13 Rodrigo Kumpera  <rkumpera@novell.com>
6828         * metadata-verify.c (load_data_directories): Store data
6829         directory contents.
6831         * metadata-verify.c: Verify the import table. 
6833 2009-03-12 Rodrigo Kumpera  <rkumpera@novell.com>
6835         * metadata-verify.c: Verify data directories.
6837 2009-03-12 Rodrigo Kumpera  <rkumpera@novell.com>
6839         * metadata-verify.c: Check section header flags.
6841 2009-03-12 Gonzalo Paniagua Javier <gonzalo@novell.com>
6843         * appdomain.c: if the assembly name is a shadow-copied file, return
6844         TRUE from mono_is_shadow_copy_enabled but don't actually do anything
6845         in mono_make_shadow_copy.
6846         * icall.c: if the assembly name is a shadow-copied file, replace it
6847         with the original assembly path.
6849         Bug #484244 fixed. NUnit tests for corlib can be run without
6850         --noshadow now.
6852 2009-03-12  Zoltan Varga  <vargaz@gmail.com>
6854         * sgen-gc.c (add_to_global_remset): Fix the handling of root global remset
6855         entries when the table is reallocated.
6857         * icall.c: Allocate the memory used by the mono_ptr_array macros using
6858         mono_gc_alloc_fixed () since it contains GC refs.
6860 2009-03-10  Zoltan Varga  <vargaz@gmail.com>
6862         * reflection.c (ensure_complete_type): New helper function to call
6863         type resolve handlers for unfinished dynamic types.
6864         (resolve_object): Call it for MonoClassFields. Fixes #483852.
6866 2009-03-09  Zoltan Varga  <vargaz@gmail.com>
6868         * reflection.c (mono_custom_attrs_has_attr): Handle interfaces. Fixes
6869         #483247.
6871 2009-03-08 Rodrigo Kumpera  <rkumpera@novell.com>
6873         * appdomain.c (get_shadow_assembly_location): Fix memleak.
6875 2009-03-08  Zoltan Varga  <vargaz@gmail.com>
6877         * domain-internals.h (struct _MonoDomain): Add new hash tables mapping
6878         between GCHandles of type WeakTrackResurrection and the objects they
6879         point to.
6881         * gc.c: Partly implement the sematics of GCHandles of type 
6882         WeakTrackResurrection: these handles should only be cleared after the
6883         finalizer of the object they are pointing to has ran.
6885 2009-03-06  Mark Probst  <mark.probst@gmail.com>
6887         * icall.c: Partially revert r126631 because using the jump
6888         trampolines for generic shared methods makes it superfluous.
6890 2009-03-06  Zoltan Varga  <vargaz@gmail.com>
6892         * threads.c (handle_store): Create the 'threads' hash table with the proper
6893         MONO_HASH_VALUE_GC type.
6895 2009-03-05  Zoltan Varga  <vargaz@gmail.com>
6897         * domain-internals.h (struct _MonoDomain): Move 'typeof_void' before
6898         FIRST_GC_TRACKED.
6900         * domain.c (mono_domain_create): Register the fields between FIRST_GC_TRACKED
6901         and LAST_GC_TRACKED as a GC root.
6903         * gc-internal.h: Fix the comment of mono_gc_alloc_fixed.
6905         * object.c (mono_class_create_runtime_vtable): Create a GC descriptor for
6906         the static data even if it consists of 1 reference.
6908         * boehm-gc.c (mono_gc_alloc_fixed): Allocate using GC_MALLOC_EXPLICITLY_TYPED
6909         if there is a GC descriptor.
6911         * reflection.c (ALLOC_REFENTRY): Allocate ReflectedEntry-es using malloc
6912         instead of through the GC since they contain no object references.
6914 2009-03-05  Mark Probst  <mark.probst@gmail.com>
6916         * generic-sharing.c (instantiate_other_info): Always return a jump
6917         trampoline for method code.
6919 2009-03-05  Marek Habersack  <mhabersack@novell.com>
6921         * culture-info-tables.h: generated to include the en-tt culture.
6923 2009-03-04 Rodrigo Kumpera  <rkumpera@novell.com>
6925         * domain-internals.h (MonoDomain): Add two fields to cache invoke wrappers to
6926         capture the thread context.
6928         * object.c (mono_async_result_new): Cache the invoke wrappers to
6929         ExecutionContext::Capture.
6931 2009-03-04 Rodrigo Kumpera  <rkumpera@novell.com>
6933         * marshal.h: Add a prototype for what mono_compile_method returns
6934         for invoke wrappers.
6936         * gc.c: Use the new prototype declaration.
6938 2009-03-04  Geoff Norton  <gnorton@novell.com>
6940         * boehm-gc.c: Add some MONO_LOG tracing for the GC
6941         * gc-internal.h:
6942         * mono-gc.h: Expose mono_gc_invoke_finalizers in the embedding api.
6944 2009-03-04  Martin Baulig  <martin@ximian.com>
6946         * mono-debug.h
6947         (mono_debugger_runtime_invoke): Removed.
6949         * mono-debug-debugger.c
6950         (mono_runtime_invoke): Moved into ../mini/debug-mini.c.
6952 2009-03-02  Martin Baulig  <martin@ximian.com>
6954         * mono-debug.h
6955         (mono_debugger_unhandled_exception): Removed.
6956         (mono_debugger_handle_exception): Removed.
6957         (mono_debugger_throw_exception): Removed.
6959         * mono-debug.c
6960         (mono_debug_debugger_version): Bump to 5.
6962         * mono-debug-debugger.c: Moved the exception handling code to
6963         ../mini/debug-mini.c
6965 2009-03-03  Zoltan Varga  <vargaz@gmail.com>
6967         * domain-internals.h (struct _MonoDomain): Add a separate lock for the
6968         finalize_objects_hash.
6970         * gc.c: Use the separate lock to access the finalize_objects_hash field.
6971         
6972         * domain-internals.h (struct _MonoDomain): Add finalize_runtime_invoke
6973         field.
6975         * metadata-internals.h (struct _MonoImage): Add runtime_invoke_vcall_cache
6976         cache.
6978         * image.c (mono_image_close): Free it.
6979         
6980         * marshal.c (mono_marshal_get_runtime_invoke): Add a 'virtual' argument
6981         allowing a creation of a wrapper which invokes its method using a CALLVIRT
6982         on the this argument.
6984         * gc.c (run_finalize): Optimize the calling of the finalizers.
6986 2009-03-03  Martin Baulig  <martin@ximian.com>
6988         * mono-debug.h (MONO_DEBUGGER_MAJOR_VERSION): Bump to 81 because
6989         of the `MonoGenericInst' changes.
6991 2009-03-03 Rodrigo Kumpera  <rkumpera@novell.com>
6993         * icall.c (ves_icall_MonoType_GetGenericArguments): Use
6994         mono_array_class_get_cached to reduce locking contention. Extract
6995         a domain var.
6997         * icall.c (ves_icall_Type_GetFields_internal): Avoid allocating
6998         intermediary managed arrays. Use caching version of mono_array_new
6999         to allocate the result array.
7001         * icall.c (ves_icall_Type_GetEvents_internal): Same.    
7003         * icall.c (ves_icall_Type_GetNestedTypes): Same.        
7005         * locales.c (create_names_array_idx):  Use mono_array_new_cached
7006         to reduce locking contention.
7008 2009-03-03  Zoltan Varga  <vargaz@gmail.com>
7009                 
7010         * object.c (mono_method_add_generic_virtual_invocation): Put back the
7011         thunk builder code for the non-interface case.
7013 2009-03-02  Zoltan Varga  <vargaz@gmail.com>
7015         * object.c (get_generic_virtual_entries): New helper function to collect
7016         the virtual generic method instances which need to be added to an IMT
7017         thunk.
7018         (mono_method_add_generic_virtual_invocation): Add a 'vtable' argument.
7019         Instead of creating a new IMT thunk, reset the vtable slot to the
7020         trampoline, the thunk will be created the next time the trampoline is called.
7021         (build_imt_slots): Add support for virtual generic methods in interfaces by
7022         adding to the IMT thunk all the methods registered using 
7023         mono_method_add_generic_virtual_invocation ().
7025         * object-internals.h (_MonoImtBuilderEntry): Add a 'has_target_code' field.
7026         (struct _MonoIMTCheckItem): Ditto.
7028         * object.c (mono_method_add_generic_virtual_invocation): Take a
7029         MonoMethod argument instead of a MonoGenericInst. Fix the construction of
7030         the IMT thunk to include all items.
7031         
7032         * object.c (mono_class_create_runtime_vtable): Add a missing
7033         mono_loader_unlock ().
7035 2009-03-02 Rodrigo Kumpera  <rkumpera@novell.com>
7037         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
7039         * object-internals.h (MonoReflectionEvent): Add cached_add_event.
7041 2009-03-02 Rodrigo Kumpera  <rkumpera@novell.com>
7043         * object-internals.h: Rename _MonoReflectionEvent to
7044         MonoReflectionMonoEvent so it reflects the right managed type.
7045         Add a MonoReflectionEvent that correctly represents System.EventInfo.
7047         * icall.c:
7048         * reflection.c: Adjust code to use the new MonoReflectionMonoEvent
7049         type.
7051 2009-03-02 Rodrigo Kumpera  <rkumpera@novell.com>
7053         * icall.c (ves_icall_Type_GetMethodsByName): Avoid allocating
7054         intermediary managed arrays. Use caching version of mono_array_new
7055         to allocate the result array.
7057 2009-03-01 Rodrigo Kumpera  <rkumpera@novell.com>
7059         * reflection.c: Use cached version of mono_array_new alongside
7060         the mono_reflection_get_custom_attrs_by_type call path.
7062 2009-03-01 Rodrigo Kumpera  <rkumpera@novell.com>
7064         * icall.c (ves_icall_Type_GetInterfaces): Avoid allocating
7065         intermediary managed arrays. Use caching version of mono_array_new
7066         to allocate the result array.
7068         * icall.c (ves_icall_Type_GetConstructors_internal): Same.
7070 2009-03-01 Rodrigo Kumpera  <rkumpera@novell.com>
7072         * icall.c: Add small implementation of a growable stack bound array.
7074         * icall.c (ves_icall_System_Enum_get_hashcode): Fix warning.
7076         * icall.c (ves_icall_Type_GetPropertiesByName): Avoid allocating
7077         intermediary managed arrays. Use caching version of mono_array_new
7078         to allocate the result array.
7080 2009-02-27 Rodrigo Kumpera  <rkumpera@novell.com>
7082         * icall.c: New icall ves_icall_System_Enum_compare_value_to that
7083         helps Enum::CompareTo to be implemented without reboxing all enums
7084         to their underlying type.
7085 2009-02-27  Zoltan Varga  <vargaz@gmail.com>
7087         * domain.c (SET_APPDOMAIN): Avoid calling TlsSetValue () on some platforms,
7088         since it acquires a global lock leading to scalability problems.
7090         * profiler.c: Make the stat profiler work with multiple appdomains, this
7091         currently only works when no appdomains are unloaded.
7093 2009-02-26 Gonzalo Paniagua Javier <gonzalo@novell.com>
7095         * appdomain.c: make the check to avoid copying when the assembly is
7096         already shadow copied actually work.
7098 2009-02-26  Zoltan Varga  <vargaz@gmail.com>
7100         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
7102         * object-internals.h (struct _MonoReflectionGenericClass): Sync with
7103         changes to the managed side.
7105 2009-02-25  Zoltan Varga  <vargaz@gmail.com>
7107         * metadata-internals.h (struct _MonoImage): Add a new cache for szarray
7108         classes + a separate lock for it, as it is used frequently at runtime, not
7109         just during metadata loading/JIT compilation.
7111         * class.c (mono_bounded_array_class_get): Use the separate cache + lock
7112         for szarrays.
7113         
7114         * object-internals.h (mono_class_from_name_cached): New macro to cache
7115         the results of the lookup locally without having to declare a static
7116         variable to hold it.
7117         (mono_class_get_field_from_name_cached): Ditto.
7118         (mono_array_class_get_cached): Ditto.
7120         * threadpool.c threads.c locales.c icall.c reflection.c socket-io.c: Use
7121         the new macros.
7122         
7123         * object.c (mono_get_delegate_invoke): Call setup_methods () to avoid the
7124         slower search in metadata.
7126         * pedump.c: Fix a warning.
7128 2009-02-23  Zoltan Varga  <vargaz@gmail.com>
7130         * reflection.c (encode_locals): Add checks for user types.
7131         (method_encode_clauses): Ditto.
7132         (method_encode_code): Ditto.
7133         (mono_image_create_token): Ditto.
7135         * object-internals.h: Change the type of more fields from MonoReflectionType*
7136         to MonoObject*.
7138 2009-02-22  Zoltan Varga  <vargaz@gmail.com>
7140         * threads.c (mono_thread_suspend_all_other_threads): Handle the case when
7141         the a thread does not suspend within 100ms.
7143         * monitor.c (mono_monitor_try_enter_internal): Handle SuspendRequested
7144         in addition to StopRequested as well.
7146         * mono-debug.c: Call _mono_debug_get_image () while holding the debug lock.
7148         * debug-mono-symfile.c (mono_debug_symfile_lookup_method): Actually
7149         search the method_hash before inserting a new entry, to avoid crashes when
7150         the same method is inserted multiple times, causing the old 
7151         MonoDebugMethodInfo structure to be freed by the value dtor function.
7153 2009-02-22 Gonzalo Paniagua Javier <gonzalo@novell.com>
7155         * socket-io.c: support SO_MAXCONN, SO_USELOOPBACK and
7156         SO_EXLUSIVEADDRUSE where available.
7158 2009-02-21  Zoltan Varga  <vargaz@gmail.com>
7160         * marshal.c (mono_marshal_get_runtime_invoke): Fix _another_ bug sharing
7161         runtime invoke wrappers, this time it is string ctor wrappers, which
7162         pass a dummy string as 'this' instead of their obj argument. Fixes
7163         #478473.
7165 2009-02-21  Jb Evain  <jbevain@novell.com>
7167         * icall.c (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies):
7168         only get create_culture once.
7170 2009-02-20  Zoltan Varga  <vargaz@gmail.com>
7172         * reflection.c (mono_reflection_setup_internal_class): Move the user type
7173         check before the locking.
7174         
7175         * reflection.c (mono_reflection_setup_internal_class): Check for user types.
7176         (mono_reflection_create_runtime_class): Ditto.
7177         (mono_reflection_sighelper_get_signature_local): Ditto.
7178         (mono_reflection_sighelper_get_signature_field): Ditto.
7180         * object-internals.h (CHECK_MONOTYPE): New macro to check that a Type object
7181         is a System.MonoType object or similar.
7182         (monotype_cast): New helper function to cast a MonoObject to a 
7183         MonoReflectionType object.
7185         * object-internals.h: Change MonoReflectionType* members in structures to
7186         MonoObject* members to force the usage of the monotype_cast () function.
7188         * reflection.c icall.c: Use monotype_cast () for accessing Type members of
7189         structures/arrays. This causes us to assert instead of crashing when 
7190         instances of user defined subclasses of System.Type are encountered.
7192 2009-02-20 Gonzalo Paniagua Javier <gonzalo@novell.com>
7194         * cil-coff.h:
7195         * icall-def.h:
7196         * icall.c: add new GetUnmanagedResourcePtr that returns a pointer to a
7197         win32 resource loaded from a PE file.
7199         * image.c: fix mono_image_lookup_resource.
7201 2009-02-20 Gonzalo Paniagua Javier <gonzalo@novell.com>
7203         * icall-def.h:
7204         * threads-types.h:
7205         * threads.c: added internal call for WaitHandle.SignalAndWait.
7207 2009-02-19  Bill Holmes  <billholmes54@gmail.com>
7209         * cominterop.c : Adding cominterop_type_from_handle and 
7210           registering it as an icall.  Replacing all references
7211           to type_from_handle.
7213         Code is contributed under MIT/X11 license.
7215 2009-02-19 Rodrigo Kumpera  <rkumpera@novell.com>
7217         * Makefile.am: Add lock-tracer.h and lock-trace.c.
7219         * appdomain.c: Call the tracer init function.
7221         * domain-internals.h: Enable the tracer for the domain locks.
7223         * image.c: Enable the tracer for image locks.
7225         * loader.c: Enable the trace for the loader lock.
7227         * lock-tracer.h:
7228         * lock-tracer.c: Initial implementation of the lock trace utility.
7229         The tracer requires a compile time define to be enabled and a env var
7230         to be enabled at runtime.
7232 2009-02-19 Rodrigo Kumpera  <rkumpera@novell.com>
7234         * domain.c (mono_domain_code_foreach): Improve documentation.
7236 2009-02-19 Rodrigo Kumpera  <rkumpera@novell.com>
7238         * appdomain.c:
7239         * generic-sharing.c:
7240         * object.c:
7241         * reflection.c:  Adjust locking order to the new semantics where the loader lock
7242         comes first.
7244 2009-02-18 Rodrigo Kumpera  <rkumpera@novell.com>
7246         * domain.c: Add mono_domain_code_* functions that perform locking
7247         around the domain codeman.
7249         * domain-internals.h: Export those functions.
7251         * object.c: Use new functions instead of acquiring the domain lock.
7253 2009-02-19  Zoltan Varga  <vargaz@gmail.com>
7255         * marshal.c (mono_ftnptr_to_delegate): Convert a NULL ftnptr to a null
7256         delegate. Fixes #477396.
7258 2009-02-18  Zoltan Varga  <vargaz@gmail.com>
7260         * reflection.c (create_custom_attr): Get rid of alloca.
7262 2009-02-18  Bill Holmes  <billholmes54@gmail.com>
7264         * cominterop.c (cominterop_get_managed_wrapper_adjusted) :
7265           Adding exception handling for all CCW calls.
7267         Code is contributed under MIT/X11 license.
7269 2009-02-18  Zoltan Varga  <vargaz@gmail.com>
7271         * reflection.c (mono_reflection_init): Remove the unused reflection mutex.
7273         * marshal.c (emit_marshal_boolean): Add null checks to the new 
7274         native->managed marshalling code. Fixes #476247.
7276 2009-02-17  Zoltan Varga  <vargaz@gmail.com>
7278         * class.c (mono_class_get_vtable_entry): Move the addition of
7279         static rgctx invoke wrappers for vtable methods here, this simplifies
7280         a lot of code and causes fewer rgctx wrappers to be created.
7282         * marshal.c (mono_marshal_get_static_rgctx_invoke): Change the
7283         name of the statistics to begin with an uppercase.
7285 2009-02-17 Rodrigo Kumpera  <rkumpera@novell.com>
7287         * reflection.c: Revert previous change as it breaks the build.
7288         
7289 2009-02-17 Rodrigo Kumpera  <rkumpera@novell.com>
7291         * verify.c: Properly handle SZARRAY element type.
7293         Fixes #474271.
7295 2009-02-17 Rodrigo Kumpera  <rkumpera@novell.com>
7297         * reflection.c (mono_image_create_method_token): Correctly encode
7298         MethodDef MemberRefParent token.
7300         Fixes #472845.
7302 2009-02-17  Zoltan Varga  <vargaz@gmail.com>
7304         * image.c (mono_image_close): Delete the critical section before
7305         freeing the memory holding it.
7307 2009-02-16 Rodrigo Kumpera  <rkumpera@novell.com>
7309         * verify.c (mono_method_verify): rethrow opcode doesn not fall through.
7310         Fixes #476257.
7312 2009-02-16 Rodrigo Kumpera  <rkumpera@novell.com>
7314         * pedump.c (main): Call mono_marshal_init so pedump
7315         doesn't crash.
7317 2009-02-16 Rodrigo Kumpera  <rkumpera@novell.com>
7319         * loader.c (method_from_memberref): Properly fix #474271 and
7320         don't break the runtime bad.
7322 2009-02-16  Zoltan Varga  <vargaz@gmail.com>
7324         * domain.c (mono_domain_alloc): Add locking so the caller doesn't have to.
7325         (mono_domain_alloc0): Ditto.
7327 2009-02-16 Rodrigo Kumpera  <rkumpera@novell.com>
7329         * loader.c (method_from_memberref): Don't abort if the array
7330         method is not found. A regular loader failure is more informative
7331         and correct.
7333         Fixes #474271.
7335 2009-02-16 Rodrigo Kumpera  <rkumpera@novell.com>
7337         *loader.c: Guard MonoImage::method_cache/methodref_cache
7338         using the image lock instead of the loader lock.
7340         * metadata.h: Add comments about which fields are protected by
7341         the image lock.
7343 2009-02-16  Zoltan Varga  <vargaz@gmail.com>
7345         * appdomain.c (mono_set_private_bin_path_from_config): Fix a warning.
7347         * generic-sharing.c (mono_method_construct_object_context): Remove the
7348         wrapper_type == NONE assert, it is not needed.
7350 2009-02-15  Zoltan Varga  <vargaz@gmail.com>
7352         * reflection.c (clear_cached_object): New helper function.
7353         (mono_method_clear_object): New function to clear the cached reflection
7354         objects for a dynamic method.
7356         * object.c (mono_runtime_free_method): Call mono_method_clear_object ().
7357         Partly fixes # 463323.
7358         
7359 2009-02-14 Rodrigo Kumpera  <rkumpera@novell.com>
7361         * class.c:
7362         * loader.c:
7363         * reflection.c: Remove all explicit uses of MonoImage::property_hash.
7365 2009-02-14 Rodrigo Kumpera  <rkumpera@novell.com>
7367         * image.c: Add mono_image_property_(lookup,insert,remove) functions that
7368         take the image lock instead of the loader lock.
7370         * metadata-internals.h: Export new functions.
7372 2009-02-12  Miguel de Icaza  <miguel@novell.com>
7374         * domain.c (app_config_parse): Remove another use of stat that is
7375         not necessary as g_file_get_contents already does the presence
7376         check. 
7378 2009-02-13  Zoltan Varga  <vargaz@gmail.com>
7380         * cominterop.c icall-def.h: Fix the DISABLE_COM build.
7382         * marshal.c: Move the bstr handling code to cominterop.c.
7384         * marshal.c: Remove some COM interop code missed previously.
7386 2009-02-12  Miguel de Icaza  <miguel@novell.com>
7388         More Paolo patches from the Wii port:
7389         
7390         * security.c: Remove ves_icall_System_Environment_get_UserName
7391         from here.
7393         * icall.c: And put ves_icall_System_Environment_get_UserName
7394         here. 
7396         * appdomain.c (mono_set_private_bin_path_from_config): Remove
7397         redundant call to stat that was only used to test for the file
7398         existence.   Patch from Paolo.
7400         * gc.c (run_finalize): If COM is disabled, do not link in
7401         mono_marshal_free_ccw.
7403         * generic-sharing.c: Use alloca.h here as well.
7405 2009-02-13 Rodrigo Kumpera  <rkumpera@novell.com>
7407         * reflection.c (mono_reflection_lookup_dynamic_token): Do the locking properly.
7409 2009-02-13  Zoltan Varga  <vargaz@gmail.com>
7411         * cominterop.c cominterop.h: New files.
7413         * marshal.c: Move the COM interop related code to cominterop.c. Make a few
7414         function/typedefs which are needed by cominterop.c global.
7416 2009-02-12  Mark Probst  <mark.probst@gmail.com>
7418         * generic-sharing.c: Don't take the loader lock to guard image
7419         mempool allocs.
7421 2009-02-12 Rodrigo Kumpera  <rkumpera@novell.com>
7423         * reflection.c (mono_reflection_lookup_dynamic_token): This function might be
7424         called without the loader lock which is required to guard MonoImage:tokens.
7426 2009-02-12 Rodrigo Kumpera  <rkumpera@novell.com>
7428         * class.c:
7429         * metadata.c:
7430         * method-builder.c:
7431         * marshal.c:
7432         * reflection.c: Don't take the loader lock to alloc memory from the image mempool.
7434 2009-02-12 Rodrigo Kumpera  <rkumpera@novell.com>
7436         * metadata.c: Remove mono_image_alloc_lock and mono_image_alloc0_lock.
7437         Rework the code to use regular mono_image_alloc/0.
7439         * loader.c: Rework the code to use regular mono_image_alloc/0.
7441         * metadata-internals.h: Remove mono_image_alloc_lock and mono_image_alloc0_lock.
7443 2009-02-12  Bill Holmes  <billholmes54@gmail.com>
7445         * object-internals.h : Fixing a typo in the 
7446           MonoReflectionComVisibleAttribute struct.
7448         * marshal.c (cominterop_com_visible): Check the implemented 
7449           interfaces for ComImport.
7451         * marshal.c (cominterop_get_native_wrapper_adjusted): For COM calls 
7452           assume that bools should be treated as VARIANTBOOLs.
7454         * marshal.c (emit_marshal_boolean): Adding cases for 
7455           MARSHAL_ACTION_MANAGED_CONV_IN and MARSHAL_ACTION_MANAGED_CONV_OUT.
7457         * marshal.c (mono_marshal_emit_managed_wrapper): Adding calls to 
7458           emit_marshal MARSHAL_ACTION_MANAGED_CONV_IN and OUT for bools.
7460         * marshal.c (cominterop_get_ccw): For COM calls assume that bools
7461           should be treated as VARIANTBOOLs.    
7463         Code is contributed under MIT/X11 license.
7465 2009-02-12 Rodrigo Kumpera  <rkumpera@novell.com>
7467         * image.c (mono_image_alloc, mono_image_alloc0, mono_image_strdup): Guard mempool
7468         allocation with the image lock.
7470 2009-02-12 Rodrigo Kumpera  <rkumpera@novell.com>
7472         This patch is the last of a series to remove explicit reference of MonoImage::mempool
7473         and use mono_image_alloc set of functions instead. This time we finish with reflection.c
7475         * object.c: Add mono_string_to_utf8_image.
7477         * object-internals.h: Export mono_string_to_utf8_image.
7479         * reflection.c: Rework all explicit references to the the image mempool to go thought
7480         the mono_image_alloc set of functions.
7482 2009-02-12 Rodrigo Kumpera  <rkumpera@novell.com>
7484         This patch is the third of a series to remove explicit reference of MonoImage::mempool
7485         and use mono_image_alloc set of functions instead. This time we finish with marshal.c
7486         and generics-sharing.c.
7488         * generics-sharing.c (set_other_info_templates): Take a MonoImage instead of a MonoMemPool
7489         as first argument. Note that this function remains broken as it doesn't perform locking around the
7490         mempool allocation.
7492         * generics-sharing.c (rgctx_template_set_other_slot): Pass the image and not the mempool.
7494         * image.c: Add g_slist_append_image.
7496         * metadata.c (mono_metadata_field_info_with_mempool): Remove the mempool argument and use
7497         the supplied image for allocation. Move code into mono_metadata_field_info_full.
7499         * metadata.c (mono_metadata_parse_marshal_spec_full): Take a MonoImage instead of a MonoMemPool.
7500         Fix all related code to do the same.
7502         * marshal.c (mono_marshal_load_type_info): Pass the image instead of the mempool.
7504         * metadata-internals.h: Fix the signatures.
7506 2009-02-12 Rodrigo Kumpera  <rkumpera@novell.com>
7508         This patch is the second of a series to remove explicit reference of MonoImage::mempool
7509         and use mono_image_alloc set of functions instead. This time we rework mono_metadata_type_dup
7510         and similar to work using MonoImage.
7512         * class.c (mono_mempool_dup): Rename to mono_image_memdup and take a MonoImage instead of a
7513         MonoMemPool.
7515         * class.c (mono_dup_array_type): Take a MonoImage instead of a MonoMemPool as first argument.
7517         * class.c (mono_metadata_signature_deep_dup): Same.
7519         * class.c (inflate_generic_type): Same.
7521         * class.c (mono_class_inflate_generic_type_with_mempool): Same.
7523         * metadata.c (mono_metadata_signature_dup_full): Same.
7525         * metadata.c: Add mono_metadata_signature_dup_mempool and extract common functionality from 
7526         mono_metadata_signature_dup_full.
7528         * metadata.c (mono_metadata_type_dup): Same.
7530         * marshal.c: Pass the image to calls to mono_metadata_type_dup.
7532         * reflection.c: Same.
7534         * generic-sharing.c: Pass the image to calls to mono_class_inflate_generic_type_with_mempool.
7536         * metadata-internals.h: Fix the signatures.
7538         * class-internals.h: Same.
7540 2009-02-11 Rodrigo Kumpera  <rkumpera@novell.com>
7542         This patch is the first of a series to remove explicit reference of MonoImage::mempool
7543         and use mono_image_alloc set of functions instead. 
7545         * class.c (mono_class_inflate_generic_type_with_mempool_no_copy):
7546         Rename to mono_class_inflate_generic_type_no_copy and take a MonoImage instead
7547         of a MonoMemPool.
7549         * class.c (mono_class_setup_fields): Adapt to mono_class_inflate_generic_type_no_copy.
7551         * class.c (g_list_prepend_mempool): Removed.
7553         * class.c (mono_class_get_nested_types): Use g_list_prepend_image instead of g_list_prepend_mempool.
7555         * image.c: Add g_list_prepend_image.
7557         * metadata-internals.h (struct MonoImage): Fix comment. Export g_list_prepend_image as internal.
7559         * reflection.c (mono_reflection_create_runtime_class): Use g_list_prepend_image instead of g_list_prepend_mempool.
7562 2009-02-11 Rodrigo Kumpera  <rkumpera@novell.com>
7564         * metadata-internals.h (struct MonoImage): Add lock field. Export mono_image_lock and
7565         mono_image_unlock.
7567         * image.c (mono_image_init): Init the lock field.
7569         * image.c (mono_image_init): Cleanup the lock field.
7571         * image.c: Add mono_image_(un)lock functions.
7573 2009-02-11  Mark Probst  <mark.probst@gmail.com>
7575         * class.c, class-internals.h: mono_method_get_context_general()
7576         combines the functionality of mono_method_get_context() and
7577         mini_method_get_context().
7579         * generic-sharing.c, domain-internals.h:
7580         mono_method_construct_object_context() and
7581         mono_domain_lookup_shared_generic() moved from mini.
7583         * icall.c (ves_icall_InternalInvoke): Handle the case where the
7584         method doesn't have the correct instantiation because it's shared
7585         generic code.  Fixes #473999.
7587 2009-02-11  Zoltan Varga  <vargaz@gmail.com>
7589         * loader.c (mono_method_get_wrapper_data): Handle inflated methods as well.
7591         * loader.c (mono_loader_lock): Add a comment pointing to the locking document.
7592         
7593 2009-02-11 Rodrigo Kumpera  <rkumpera@novell.com>
7595         * metadata.c: Make mono_image_alloc_lock and mono_image_alloc0_lock non static.
7597         * metadata-internals.h: Export mono_image_alloc_lock and mono_image_alloc0_lock.
7599         * loader.c (mono_get_method_full): Drop the loader lock while constructing the method
7600         and recheck the cache for dups after it.
7602         * loader.c (mono_get_method_from_token): Use _lock version of mono_image_alloc0.
7604         Fixes one of the deadlocks found in #473150.
7606 2009-02-11  Bill Holmes  <billholmes54@gmail.com>
7608         * socket-io.c (ves_icall_System_Net_Sockets_Socket_Accept_internal):
7609           For Win32, add additional break conditions for accept.
7611         Code is contributed under MIT/X11 license.
7613 2009-02-10  Zoltan Varga  <vargaz@gmail.com>
7615         * marshal.c (mono_marshal_get_native_func_wrapper): Use get_cache to
7616         lazily initialize the native wrapper cache.
7617         (mono_marshal_get_native_wrapper): Put aot-ed native wrappers into a separate
7618         cache, since they are different from the normal wrappers.
7620         * image.c (mono_image_init): Initialize native_wrapper_cache lazily as well.
7622         * metadata-internals.h (struct _MonoImage): Add a new wrapper for
7623         AOT compiled native wrappers.
7625 2009-02-09  Geoff Norton  <gnorton@novell.com>
7627         * appdomain.h:
7628         * security-core-clr.c: Allow enabling core-clr from the embedding
7629         API.
7631 2009-02-07 Gonzalo Paniagua Javier <gonzalo@novell.com>
7633         * socket-io.c: when requesting all the local ips, if there are no
7634         interfaces up and running, MS returns 127.0.0.1.
7636 2009-02-07 Gonzalo Paniagua Javier <gonzalo@novell.com>
7638         * mono-perfcounters-def.h: processor time is an inverse time.
7639         Fixes bug #468625.
7641 2009-02-07 Gonzalo Paniagua Javier <gonzalo@novell.com>
7643         * socket-io.c: an empty host name returns the list of local IPs.
7644         Fixes bug #386637 part 1/2.
7646 2009-02-07  Zoltan Varga  <vargaz@gmail.com>
7648         * verify.c (mono_class_interface_implements_interface): Call
7649         mono_class_setup_interfaces ().
7650         (merge_stacks): Ditto.
7652 2009-02-06  Zoltan Varga  <vargaz@gmail.com>
7654         * class.c (mono_class_setup_interfaces): New function to lazily initalize
7655         klass->interfaces.
7656         (mono_generic_class_get_class): Don't initalize klass->interfaces.
7657         (mono_generic_class_get_class): Ditto.
7659 2009-02-06  U-QUACK\miguel  <miguel@quack>
7661         * icall-defs.h: Include also the Encrypt/Decrypt string methods as
7662         they live in security.c
7664         * debug-mono-symfile.c (mono_debug_open_mono_symbols): Integrated
7665         another bit from Paolo's code.
7667 2009-02-06  Zoltan Varga  <vargaz@gmail.com>
7669         * object.c (build_imt_slots): Add a small optimization to avoid inflating
7670         methods which will be discarded by add_imt_builder_entry ().
7672         * marshal.c (get_runtime_invoke_type): Avoid sharing enum types since they
7673         need to be boxed.
7675         * loader.c: Add a statistics for the size of the memberref signature cache.
7676         
7677         * loader.c (find_cached_memberref_sig): New helper function.
7678         (cache_memberref_sig): Ditto.
7680         * loader.c: Cache the result of parsing memberref signatures, since otherwise
7681         they will be parsed again for every generic instantiation, leading to unbounded
7682         memory growth.
7684 2009-02-05  Zoltan Varga  <vargaz@gmail.com>
7686         * loader.c (mono_get_method_from_token): Avoid creating class for the generic
7687         parameters of generic methods.
7689         * class.c (mono_class_inflate_generic_method_full): Set is_mb_open again
7690         after the original method is copied to the inflated method.
7691         (mono_class_get_vtable_entry): Handle rgctx invoke wrappers more efficiently.
7693         * class-internals.h (struct _MonoMethodInflated): Move the is_mb_open
7694         field to MonoMethod since it only consumes 1 bit there, and 4/8 bytes here.
7696         * class.c metadata.c: Update after the changes above.
7698 2009-02-05 Rodrigo Kumpera  <rkumpera@novell.com>
7700         * metadata-verify.c: Simplified error handling and added
7701         section table validation.
7703 2009-02-05  Zoltan Varga  <vargaz@gmail.com>
7705         * class-internals.h (MonoClassExt): New structure containing rarely used
7706         fields of MonoClass.
7707         (struct _MonoClass): Move rarely used fields to MonoClassExt, accessed
7708         through a new 'ext' field.
7710         * class.c (mono_class_alloc_ext): New helper function to allocate 
7711         class->ext.
7713         * class.c metadata.c reflection.c: Update after MonoClass structure changes.
7715 2009-02-05  Mark Probst  <mark.probst@gmail.com>
7717         * object.c (mono_object_get_virtual_method): Properly inflate
7718         generic methods.  Fixes #472692.
7720 2009-02-05 Rodrigo Kumpera  <rkumpera@novell.com>
7722         * class.c (mono_class_create_from_typedef): The CLR supports SystemF
7723         recursive types such as List<T>:Cons<T,List<T>> so when doing the lookup
7724         for the parent type, the created type must be ready to be used on a generic
7725         instantiation.
7726         We fill this_arg/byval_arg if the parent is a generic instance to make sure
7727         we won't have duplicated entries in generic_inst_cache.
7729         Fixes #469553.
7731 2009-02-05  Miguel De Icaza  <miguel@novell.com>
7733         * threadpool.c (socket_io_add_poll): Remove the BSD6 define and
7734         replace with plain BSD per the comments on the bug MONO77637.
7736 2009-02-05  Zoltan Varga  <vargaz@gmail.com>
7738         * class.c (mono_class_get_generic_class): New accessor function.
7739         (mono_class_get_generic_container): Ditto.
7741         * class-internals.h (struct _MonoClass): Add 'is_generic' and 'is_inflated'
7742         fields, similar to the ones in MonoMethod.
7744         * class.c (mono_generic_class_get_class): Set klass->is_inflated.
7745         (mono_class_create_from_typedef): Set klass->is_generic if needed.
7747         * reflection.c (mono_reflection_create_generic_class): Set klass->is_generic.
7748         
7749         * class-internals.h (struct _MonoClass): Remove enum_basetype, it contains
7750         the same information as element_class->byval_arg.
7752         * class.c reflection.c: Remove references to class->byval_arg.
7754         * class.c marshal.c: Use mono_class_enum_basetype () instead of accessing 
7755         klass->enum_basetype directly.
7757         * verify.c metadata.c object.c icall.c reflection.c: Use 
7758         mono_class_enum_basetype () instead of accessing klass->enum_basetype 
7759         directly.
7761 2009-02-04  Miguel de Icaza  <miguel@novell.com>
7763         * icall-def.h: Remove internal calls for sockets when
7764         DISABLE_SOCKET is defined, file system writing features when the
7765         OS only support reading and not writing data and Policy support if
7766         the Policy is disabled.
7767         
7768         * image.c (do_mono_image_open): Apply Paolo's patches for using
7769         mono_file_map_ APIs here.
7771         * assembly.c: Add support for platforms to avoid prefix
7772         auto-detection. 
7774 2009-02-04  Zoltan Varga  <vargaz@gmail.com>
7776         * generic-sharing.c (mono_method_fill_runtime_generic_context): Fix a
7777         warning.
7779         * class.c (mono_class_inflate_generic_class): New helper function.
7781         * class.c: Use mono_class_inflate_generic_class in a few places. Add
7782         statistics for inflated methods/classes.
7784         * loader.c (inflate_generic_header): Use mono_class_inflate_generic_class.
7786         * icall.c (ves_icall_Type_GetMethodsByName): Optimize the case when
7787         the call is made from Delegate.CreateDelegate () for the invoke method of
7788         a delegate.
7790         * loader.c: Add a statistics for the memory occupied by inflated signatures.
7792         * metadata.c (mono_metadata_signature_size): New helper function.
7794         * class.c (mono_class_get_method_from_name_flags): Add an optimization for
7795         generic instances.
7797         * metadata.c (inflated_method_in_image): Avoid calling 
7798         mono_method_signature () if the method does not already have a signature.
7800 2009-02-03 Rodrigo Kumpera  <rkumpera@novell.com>
7802         * verify.c (is_compatible_boxed_valuetype): When checking if the boxed 
7803         valuetype is compatible with target type, check by inheritance as a
7804         VT is not really compatible with System.ValueType, for example.
7806         * verify.c (do_invoke_method): Improve error message.
7808         * verify.c (do_box_value): If boxing a nullable, use the type argument
7809         on stack instead.
7811         * verify.c (do_newobj): Improve error message.  
7813         Fixes #469549.
7815 2009-02-03  Miguel de Icaza  <miguel@novell.com>
7817         * appdomain.c: Add support for DISABLE_SOCKETS and DISABLE_SHADOW_COPY
7819 2009-02-03  Mark Probst  <mark.probst@gmail.com>
7821         * generic-sharing.c: Don't hold domain lock when calling
7822         instantiate_other_info().  Fixes #471958.
7824         * domain-internals.h, loader.c: Describe locking policy of domain
7825         lock vs loader lock.
7827 2009-02-03 Rodrigo Kumpera  <rkumpera@novell.com>
7829         * verify.c (mono_delegate_signature_equal): Make it possible to check
7830         first-arg-bound delegates to static method.
7832         * verify.c (verify_delegate_compatibility): Correctly verify delegates to
7833         static methods with the first arg bound.
7835         Fixes #469529.
7837 2009-02-03 Rodrigo Kumpera  <rkumpera@novell.com>
7839         * verify.c: Added stack_slot_full_name to provide decent and more meanfull
7840         errors.
7842         * verify.c (is_compatible_boxed_valuetype): Be less restrictive when not
7843         under strict mode. Any type, when boxed can be seen as a reference type.
7845         Fixes #469528.
7847 2009-02-03 Rodrigo Kumpera  <rkumpera@novell.com>
7849         * object.h: The lower bound of an array is a signed integer value.
7850         Introduce mono_array_lower_bound_t typedef. It should be used instead of
7851         gint32 as under MONO_BIG_ARRAYS it will be a gint64.
7853         * icall.c: Cast MonoArrayBounds::length to a signed value so correctly
7854         calculate the upper bound.
7855         
7856         Fixes #471252.
7858 2009-02-02  Miguel de Icaza  <miguel@novell.com>
7860         From Paolo's work, refactored, cleared up:
7861         
7862         * threadpool.c, icall.c: ifdef code that requires a working socket
7863         stack.
7865         * metadata.c (mono_metadata_field_info): Do not attempt to return
7866         a value from a function declared as void.
7868         * console-io.c: Use MONO_NULL_TTYDRIVER to remove the tty driver
7869         from the console stack.
7871         * assembly.c: use strrchr instead of rindex.
7873         * class.c, object.c, marshal.c, icall.c, reflection.c: include
7874         alloca.h on systems that have it.
7876         * environment.c: Avoid code that uses stuff from
7877         HAVE_SYS_UTSNAME_H
7878         
7879         * appdomain.c: Include sys/time.h.
7881         * console-io.c: include sys/ioctl.h if it is available.
7883 2009-02-03  Zoltan Varga  <vargaz@gmail.com>
7885         * method-builder.h (_MonoMethodBuilder): Add a 'skip_visibility' flag.
7887         * method-builder.c (mono_mb_create_method): Set method->skip_visibility from
7888         the method builder.
7890         * marshal.c: Set mb->skip_visibility instead of setting it on the method
7891         after it was created and cached, as the later is not thread safe.
7892         
7893 2009-02-02  Zoltan Varga  <vargaz@gmail.com>
7895         * mono-debug.c (mono_debug_print_stack_frame): Avoid crashes when this is
7896         called while the debugging module is not initialized. Fixes #471669.
7898 2009-02-02 Rodrigo Kumpera  <rkumpera@novell.com>
7900         * icall.c (type_from_name): Ignore reflection frames to find out the real caller.
7902         Fixes #471255.
7904 2009-02-02  Mark Probst  <mark.probst@gmail.com>
7906         * generic-sharing.c (lookup_or_register_other_info): Make sure the
7907         loader lock is not taken while the templates lock is held.  Fixes
7908         #471089.
7910 2009-02-02  Mark Probst  <mark.probst@gmail.com>
7912         * metadata.c (type_in_image): Added a check to fix a monodis
7913         crash.
7915 2009-02-02  Zoltan Varga  <vargaz@gmail.com>
7917         * marshal.c (mono_marshal_get_runtime_invoke): Add support for byref
7918         nullable arguments.
7920         * object.c (mono_runtime_invoke_array): Ditto.
7921         
7922         * marshal.c (mono_marshal_free_dynamic_wrappers): New function for
7923         freeing wrappers of dynamic methods.
7925         * loader.c (mono_free_method): Call it. Fixes #463323.
7926         
7927         * marshal.c (mono_marshal_get_runtime_invoke): Disable sharing for
7928         methods taking vtype/byref arguments, to fix yet another bug caused by
7929         the sharing of runtime invoke wrappers. Partly fixes #471259.
7931 2009-02-01  Zoltan Varga  <vargaz@gmail.com>
7933         * debug-mono-symfile.c (check_line): Return NULL instead of returning
7934         <first file in file table>:1 when the IL offset does not have an associated
7935         line number.
7937 2009-01-31  Zoltan Varga  <vargaz@gmail.com>
7939         * mono-debug.c (mono_debug_lookup_locals): New function to return local
7940         variable info for a method.
7942         * debug-mono-symfile.c (mono_debug_symfile_lookup_locals): Ditto.
7943         
7944 2009-01-30  Jb Evain  <jbevain@novell.com>
7946         * pedump.c: reuse code from monodis to make sure pedump honors
7947         MONO_PATH, which is needed to verify net_2_1 assemblies.
7949 2009-01-29  Zoltan Varga  <vargaz@gmail.com>
7951         * mono-debug.c (mono_debug_print_stack_frame): Print the IL offset even when
7952         there is no line number info.
7954 2009-01-29  Raja R Harinath  <harinath@hurrynot.org>
7956         Avoid some MonoType allocations
7957         * reflection.c (mono_reflection_initialize_generic_parameter):
7958         Reuse MonoType from param->pklass rather than allocating one.
7959         (mono_dynamic_image_free): Update to changes.
7961 2009-01-28  Raja R Harinath  <harinath@hurrynot.org>
7963         Rearrange some code to improve consistency
7964         * reflection.c (mono_reflection_setup_generic_class): Move body ...
7965         (mono_reflection_initialize_generic_parameter): ... here.
7967 2009-01-28  Zoltan Varga  <vargaz@gmail.com>
7969         * generic-sharing.c (has_constraints): Enable gshared for methods/classes
7970         with type constraints as an experiment.
7972         * boehm-gc.c (on_gc_notification): Update mono_stats.
7974 2009-01-28  Raja R Harinath  <harinath@hurrynot.org>
7976         Avoid some allocations
7977         * class-internals.h (_MonoGenericInst::type_argv): Convert from
7978         pointer to tail array to avoid extra allocation.
7979         * metadata.c (free_generic_inst): Update to changes.
7980         (mono_metadata_get_generic_inst): Likewise.  Use alloca instead of
7981         on-stack struct.
7983 2009-01-27  Zoltan Varga  <vargaz@gmail.com>
7985         * icall.c (ves_icall_System_Type_EqualsInternal): For user-defined types,
7986         return TRUE if the two type objects are the same.
7988 2009-01-26  Zoltan Varga  <vargaz@gmail.com>
7990         * marshal.c (mono_marshal_load_type_info): Fill out info->min_align.
7991         (mono_class_native_size): Use klass->marshal_info->min_align instead of
7992         klass->min_align, since klass->min_align contains the managed alignment,
7993         while the native alignment can be different, like for longs on x86.
7994         Fixes #469135.
7996         * class-internals.h (MonoMarshalType): Add a min_align field.
7998 2009-01-26 Rodrigo Kumpera  <rkumpera@novell.com>
8000         * assembly.c (mono_assembly_try_decode_skip_verification): Add a hack to check
8001         the 1.0 format.
8003 2009-01-26  Zoltan Varga  <vargaz@gmail.com>
8005         * domain-internals.h (struct _MonoJitInfo): Add a 'from_aot' field plus
8006         some comments about the usage of the used_regs field.
8008         * marshal.c (emit_marshal_ptr): Allow pointers to blittable structures.
8009         Fixes #469217.
8011 2009-01-24 Gonzalo Paniagua Javier <gonzalo@novell.com>
8013         * appdomain.c: return NULL instead of throwing FileNotFoundException
8014         when LoadAssembly() fails.
8016 2009-01-23  Mark Probst  <mark.probst@gmail.com>
8018         * metadata.c (mono_metadata_generic_param_equal): Only compare the
8019         image if the owner is NULL.  Fixes the AOT failures.
8021 2009-01-23  Zoltan Varga  <vargaz@gmail.com>
8023         * metadata.c (mono_metadata_load_generic_params): Initialize the 
8024         MonoGenericParam structure using memset so the image field is initialized
8025         as well.
8027 2009-01-21 Rodrigo Kumpera  <rkumpera@novell.com>
8029         * appdomain.c (mono_domain_unload): Change the InterlockedIncrement to
8030         a plain store.
8032 2009-01-21  Zoltan Varga  <vargaz@gmail.com>
8034         * class.c (mono_class_setup_vtable_general): In the generic instance
8035         optimization, set method->slot for abstract virtual methods. Fixes part of
8036         #467834.
8038 2009-01-21 Rodrigo Kumpera  <rkumpera@novell.com>
8040         * domain-internals.h: Add new appdomain state MONO_APPDOMAIN_UNLOADING_START
8041         which signals that the unloading has started but all appdomain services must
8042         remain operational.
8044         * appdomain.c (mono_domain_unload): The initial state for unloading now
8045         is unloading_start and we switch to unloading after the managed call to
8046         AppDomain::DomainUnload has finished.
8048         The new unloading state has to be created because managed code in the
8049         DomainUnload event can depend on things like the threadpool still working.
8050         The domain must remain fully functional while the event executes.
8052         This shown as an issue due to Process::WaitForExit, which waits for
8053         async reads of stdout and stderr to complete. Since those are processed
8054         in the threadpool the code deadlocks because the DomainUnload callback 
8055         waits for the async read finished event, which should have been set by a
8056         threadpool job but has been discarded due to the domain been in unload
8057         state.
8059 2009-01-21  Mark Probst  <mark.probst@gmail.com>
8061         * metadata.c (mono_metadata_generic_param_equal): Owner as well as
8062         image must match.
8064 2009-01-21  Mark Probst  <mark.probst@gmail.com>
8066         * reflection.c (resolve_object): For fields, inflate the class and
8067         then get the field in the inflated class.
8069 2009-01-20  Mark Probst  <mark.probst@gmail.com>
8071         * object-internals.h (struct _MonoException): Added a comment
8072         explaining the new use of trace_ips.
8074 2009-01-20  Mark Probst  <mark.probst@gmail.com>
8076         * generic-sharing.c (inflate_other_data): Inflate array methods
8077         correctly.
8079         * loader.c, class-internals.h: Rename search_in_array_class() to
8080         mono_method_search_in_array_class() and make it non-static.
8082 2009-01-19  Zoltan Varga  <vargaz@gmail.com>
8084         * metadata.c (inflated_signature_in_image): Call signature_in_image as well.
8085         Hopefully fixes #458168.
8087 2009-01-19  Christian Hergert  <christian.hergert@gmail.com>
8089         * object.c (mono_raise_exception): Remove call to InterlockedIncrement
8090         as it is performed elsewhere.
8092         Code is contributed under MIT/X11 license
8094 2009-01-19  Christian Hergert  <christian.hergert@gmail.com>
8096         * mono-perfcounters-def.h: Add counters for asp.net requests total and
8097         requests queued.
8098         * object.c (mono_raise_exception): Increment the exceptions total
8099         counter when an exception is thrown.
8100         * class-internals.h: Add a location for storing the total number of
8101         asp.net requests served.
8102         * mono-perfcounters.c: Implement update support for asp.net counters
8103         from the class libraries. Implement read support for asp.net counters
8104         and exceptions total counter.
8106 2009-01-19  Zoltan Varga  <vargaz@gmail.com>
8108         * loader.c (search_in_array_class): Call mono_class_setup_methods () before
8109         accessing klass->methods. Fixes #467385.
8111 2009-01-18  Zoltan Varga  <vargaz@gmail.com>
8113         * marshal.c (emit_marshal_custom): Avoid calling MarshalNativeToManaged
8114         for byval arguments without an [Out] attribute. Fixes #467212.
8116         * attach.c: Applied patch from Koushik Dutta (koush@koushikdutta.com). 
8117         Fix compilation under android.
8118         
8119         * sgen-gc.c: Instead of scanning gray objects after all roots have been 
8120         processed, scan them directly after they are copied, to achieve better locality
8121         and cache usage.
8123         * socket-io.c: Applied patch from Koushik Dutta
8124         (koush@koushikdutta.com). Disable IPV6 when running under android.
8126 2009-01-18  Zoltan Varga  <vargaz@gmail.com>
8128         * icall.c (ves_icall_InternalExecute): Add write barriers.
8130         * marshal.c (mono_marshal_get_write_barrier): Remove, this is now done in
8131         the GC code.
8133         * sgen-gc.c: Implement write barriers in IL code.
8135 2009-01-17  Geoff Norton  <gnorton@novell.com>
8137         * image.c: Avoid trying to walk the reference table of dynamic assemblies.
8139 2009-01-17  Geoff Norton  <gnorton@novell.com>
8141         * image.c: When unloading the image->references table, there can be gaps
8142         in it.  Ensure that we iterate every entry to avoid leaking assembly references
8143         when unloading an appdomain.
8145 2009-01-16  Zoltan Varga  <vargaz@gmail.com>
8147         * sgen-gc.c: Add support for allocating a nursery at an aligned address, to
8148         speed up ptr-in-nursery checks.
8150         * threads.c (mono_threads_abort_appdomain_threads): Abort threads outside the
8151         threads_lock () to prevent deadlocks.
8153         * sgen-gc.c gc-internal.h: Add a new root type root-with-wbarrier, which
8154         does not need to be scanned during minor collections, since writes to it
8155         must use write barriers.
8157 2009-01-15 Rodrigo Kumpera  <rkumpera@novell.com>
8159         * metadata-verify.c: Add pe nt header verification.
8160         
8161 2009-01-15  Zoltan Varga  <vargaz@gmail.com>
8163         * gc.c: Fix a few warnings when using SGEN.
8165 2009-01-14 Rodrigo Kumpera  <rkumpera@novell.com>
8167         * metadata-verify.c: Add pe optional header verification.
8169 2009-01-15  Zoltan Varga  <vargaz@gmail.com>
8171         * sgen-gc.c: Add support for user defined marker functions, used by
8172         MonoGHashTable to avoid registering a GC root for every hash node.
8174 2009-01-14  Zoltan Varga  <vargaz@gmail.com>
8176         * sgen-gc.c: Fix warnings. Optimize copy_object () a bit. Split pinned/
8177         non-pinned roots into separate hashes to avoid having to traverse them
8178         in functions which are only interested in one kind.
8180 2009-01-13 Rodrigo Kumpera  <rkumpera@novell.com>
8182         * metadata-verify.c: Add pe header machine field verification.
8183         
8184 2009-01-13 Rodrigo Kumpera  <rkumpera@novell.com>
8186         * metadata-verify.c: Add pe header size verification.
8188 2009-01-14  Zoltan Varga  <vargaz@gmail.com>
8190         * reflection.c (ALLOC_REFENTRY): Don't allocate the ReflectionEntry structures
8191         using the GC, they don't contain references.
8193         * domain.c (mono_domain_create): Create ldstr_table using MONO_HASH_KEY_VALUE_GC.
8195 2009-01-13  Geoff Norton  <gnorton@novell.com>
8197         * appdomain.c|h: Expose mono_domain_unload to the embedding api so that 
8198         AppDomains created on the native side can be cleaned up on the native side.
8200 2009-01-13  Geoff Norton  <gnorton@novell.com>
8202         * appdomain.c: Ensure that we call mono_context_init for the embedding api
8203         as well as the managed api.
8205 2009-01-13  Geoff Norton  <gnorton@novell.com>
8207         * appdomain.h|c: New API for creating a MonoDomain in the embedding api
8208         with a MonoAppDomain initialized against it.
8210 2009-01-13  Zoltan Varga  <vargaz@gmail.com>
8212         * reflection.c (MOVING_GC_REGISTER): Fix a warning.
8213         
8214         * reflection.c (mono_image_get_generic_param_info): Use MOVING_GC_REGISTER.
8216         * marshal.c: Avoid setting the exception clauses after a method has been entered 
8217         into the wrapper caches. Fixes #465700.
8219         * method-builder.c (mono_mb_set_clauses): New function to set the clauses of the
8220         method builder.
8221         (mono_mb_create_method): Set the clauses from the method builder.
8223 2009-01-13 Gonzalo Paniagua Javier <gonzalo@novell.com>
8225         * threadpool.c: include sys/socket.h. Fixes compilation on FreeBSD.
8226         Patch from Makoto Kishimoto.
8228 2009-01-13  Zoltan Varga  <vargaz@gmail.com>
8230         * sgen-gc.c (mono_gc_make_descr_from_bitmap): Handle large bitmaps by 
8231         encoding them as ROOT_DESC_COMPLEX.
8232         (precisely_scan_objects_from): Implement support for ROOT_DESC_COMPLEX.
8234 2009-01-12  Zoltan Varga  <vargaz@gmail.com>
8236         * sgen-gc.c (scan_from_remsets): Clear the global remset of pointers which
8237         no longer point to the nursery.
8239         * sgen-gc.c: Add a few comments/FIXMEs.
8240         
8241         * sgen-gc.c: Implement scanning of the alloc_pinned objects.
8243         * marshal.c (mono_marshal_get_synchronized_wrapper): Make the 
8244         initialization of the various _method variables thread safe. Fixes
8245         #465377.
8247 2009-01-12  Mark Probst  <mark.probst@gmail.com>
8249         * domain.c, domain-internals.h: Remove the shared_generics_hash
8250         and its lookup functions.
8252 2009-01-12  Bill Holmes  <billholmes54@gmail.com>
8254         * socket-io.c:  Fixing the MSVC build. 
8256         Code is contributed under MIT/X11 license.
8258 2009-01-12 Rodrigo Kumpera  <rkumpera@novell.com>
8260         * metadata-verify.c: Add pe header watermark verification.
8262 2009-01-09 Rodrigo Kumpera  <rkumpera@novell.com>
8264         * metadata-verify.c: Add lfanew verification.
8266 2009-01-12  Jb Evain  <jbevain@novell.com>
8268         * tabldefs.h: rename METHOD_ATTRIBUTE_CHECK_ACCESS_ON_OVERRIDE to
8269         METHOD_ATTRIBUTE_STRICT to match the ECMA terminology.
8271 2009-01-10  Zoltan Varga  <vargaz@gmail.com>
8273         * socket-io.c: Fix the build.
8275         * environment.c: Fix an #ifdef.
8277 2009-01-09  Zoltan Varga  <vargaz@gmail.com>
8279         * threadpool.c (async_invoke_thread): Handle the wait function returning
8280         WAIT_IO_COMPLETION as well.
8281         (async_invoke_io_thread): Ditto.
8283 2009-01-09  Bill Holmes  <billholmes54@gmail.com>
8285         * threads.c: Fixing the Windows build.
8287         Code is contributed under MIT/X11 license.
8289 2009-01-09  Zoltan Varga  <vargaz@gmail.com>
8291         * threads.c (signal_thread_state_change): Call wapi_interrupt_thread () to
8292         interrupt a wait.
8293         (mono_thread_execute_interruption): Call wapi_clear_interruption () to enable
8294         the thread to wait again.
8296 2009-01-09 Rodrigo Kumpera  <rkumpera@novell.com>
8298         * metadata-verify.c: Initial skeleton of the metadata verifier.
8300         * pedump.c: Add support for the metadata verifier.
8302         * verify-internal.h: Export the whole assembly metadata verifier function.
8304 2009-01-09 Rodrigo Kumpera  <rkumpera@novell.com>
8306         * gc.c (mono_gc_init): Fix the comments about deadlock on windows.
8308 2009-01-09  Zoltan Varga  <vargaz@gmail.com>
8310         * Makefile.am: Upgrade dtrace-prelink.sh location.
8312 2009-01-08 Rodrigo Kumpera  <rkumpera@novell.com>
8314         * gc.c (mono_gc_init): Wait for finalizer thread to init on windows as
8315         well. Otherwise the shutdown deadlock that happens on unix will can happen
8316         as well.
8317         If the main thread code finishes too fast it's possible that the finalizer
8318         thread won't have executed yet, won't record itself as the finalizer thread
8319         and the shutdown sequence will wait on it forever.
8321 2009-01-08 Rodrigo Kumpera  <rkumpera@novell.com>
8323         * threads.c (mono_thread_current): Make THREAD_DEBUG work on windows
8324         with MSVC.
8326 2009-01-08  Miguel de Icaza  <miguel@novell.com>
8328         * appdomain.c: Initialize the mono_strtod_mutex here, thanks to
8329         Robert Jordan for pointing this out.
8331 2009-01-08  Christian Prochnow  <cproch@seculogix.de>
8333         * icall.c
8334         * icall-def.h: added internal calls ves_icall_System_IO_DriveInfo_GetDiskFreeSpace,
8335         ves_icall_System_IO_DriveInfo_GetDriveType.
8337 2009-01-07  Miguel de Icaza  <miguel@novell.com>
8339         * icall.c: Wrap calls to mono_strtod in CriticalSection
8340         invocations when using eglib, to work around #464316.
8342 2009-01-07 Rodrigo Kumpera  <rkumpera@novell.com>
8344         * file-io.c (ves_icall_System_IO_MonoIO_GetCurrentDirectory): Double check the
8345         return value of GetCurrentDirectory to never access unitialized memory.
8347 2009-01-07 Rodrigo Kumpera  <rkumpera@novell.com>
8349         * file-io.c (ves_icall_System_IO_MonoIO_GetCurrentDirectory): Properly check the
8350         return value of GetCurrentDirectory and expand the buffer if needed.
8352         Fixes #459094.
8354 2009-10-07 Tom Hindle  <tom_hindle@sil.org>
8356         * marshal.c (GetIUnknownForObjectInternal, GetIUnknownForObjectInternal) : 
8357           Adding a call to mono_init_com_types.
8359         Code is contributed under MIT/X11 license.
8361 2009-01-07  Geoff Norton  <gnorton@novell.com>
8363         * socket-io.c: ioctlsocket(FIONREAD) returns the size of the UDP header as well on 
8364         darwin.  Use getsockopt SO_NREAD instead to get the right values for TCP and UDP.
8365         ai_canonname can be null in some cases on darwin, where the runtime assumes it will 
8366         be the value of the ip buffer.
8368 2009-01-06 Rodrigo Kumpera  <rkumpera@novell.com>
8370         * verify.c (mono_class_interface_implements_interface): Verify parents as we can't rely on
8371         interfaces_packed here.
8373         Fixes part of #463294.
8375 2009-01-06 Rodrigo Kumpera  <rkumpera@novell.com>
8377         * verify.c (is_array_type_compatible): Ignore bounds and sizes when checking array compatibility.
8379         Fixes part of #463294.
8381 2009-01-06 Rodrigo Kumpera  <rkumpera@novell.com>
8383         * verify.c (stack_slot_is_complex_type_not_reference_type): Check if the type
8384         is a boxed complex as well.
8386         Fixes part of #463294.
8388 2009-01-06 Rodrigo Kumpera  <rkumpera@novell.com>
8390         * reflection.c (mono_image_get_methodref_token): Add an extra create_typespec parameter to
8391         control if a methodspec should be created for the generic method definition from external assemblies.
8392         Caching of methodspec is done using the handleref hash table.
8394         Fixes #462592.
8396 2009-01-05 Rodrigo Kumpera  <rkumpera@novell.com>
8398         * loader.c (find_method): When searching the interfaces of a class
8399         check the transitive closure of implemented interfaces.
8401         Fixes #463303.
8403 2009-01-03 Rodrigo Kumpera  <rkumpera@novell.com>
8405         * class.c (get_implicit_generic_array_interfaces): Improve debugging code.
8406         
8407 2009-01-03 Rodrigo Kumpera  <rkumpera@novell.com>
8409         * class.c (get_implicit_generic_array_interfaces): Extract valuetype
8410         interfaces calculation to fill_valuetype_array_derived_types.
8412         * class.c (get_implicit_generic_array_interfaces): Valuetypes need IList /
8413         ICollection / IEnumerator interfaces for their extra twin type - sbyte for byte
8414         for example.
8416         * class.c (get_implicit_generic_array_interfaces): InternalEnumerator gets
8417         interfaces for valuetypes if needed.    
8419         * class.c (fill_valuetype_array_derived_types): Enums should have interfaces
8420         for their basetype as well. Types are array expanded if rank is > 0.
8422         Fixes #400716.
8424 2008-12-30  Bill Holmes  <billholmes54@gmail.com>
8426         * socket-io.h : Changing the signature of
8427           ves_icall_System_Net_Sockets_Socket_Accept_internal to pass
8428           the blocking state.
8430         * icall-def.h :  Changing the signature of
8431           System.Net.Sockets.Socket.Accept_internal to pass the blocking state.
8433         * socket-io.c (ves_icall_System_Net_Sockets_Socket_Accept_internal) :
8434           For Windows only.  Avoid blocking when calling accept by
8435           querying for a connection via select.  The loop also queries
8436           the thread state every 1000 micro seconds for the thread
8437           stop state.  This will avoid the process hanging on shutdown
8438           when using a TcpChannel that is never connected to.
8440         Code is contributed under MIT/X11 license.
8442 2008-12-30  Marek Safar  <marek.safar@gmail.com>
8444         * tabledefs.h: Add METHOD_ATTRIBUTE_CHECK_ACCESS_ON_OVERRIDE.
8446 2008-12-26 Rodrigo Kumpera  <rkumpera@novell.com>
8448         * class.c (get_implicit_generic_array_interfaces): Extract common
8449         code to a helper function making it a lot easier on the eyes.
8451 2008-12-26 Rodrigo Kumpera  <rkumpera@novell.com>
8453         * class.c (get_implicit_generic_array_interfaces): If the internal
8454         enumerator is an interface inflate System.Object instead of itself.
8456         Fixes #461261.
8458 2008-12-24 Rodrigo Kumpera  <rkumpera@novell.com>
8460         * object.c (mono_runtime_invoke_array): Don't assert with
8461         byref nullable types.
8463         * marshal.c (mono_marshal_get_runtime_invoke): To handle
8464         byref nullables we unbox the object and store it on the
8465         stack. 
8466         We can't use the boxed object since it is the T of Nullable<T>
8467         and the boxed representation of a nullable it's underlying type
8468         or null.
8469         We could cheat and create a boxed nullable and use the same
8470         machinery of other byref VTs but this feels like a hack and
8471         using the stack has the bonus of reducing heap pressure.
8473         Fixes #461941.
8475 2008-12-23 Rodrigo Kumpera  <rkumpera@novell.com>
8477         * marshal.c (mono_marshal_emit_managed_wrapper): Handle char
8478         return value.
8480         Fixes #461867.
8482 2008-12-19  Bill Holmes  <billholmes54@gmail.com>
8484         * icall-def.h : Adding an internal call definition for 
8485           System.Environment.internalBroadcastSettingChange.
8487         * icall.c : Adding a Windows only implementation to broadcast a 
8488           WM_SETTINGCHANGE when an environment variable has changed.
8490         Code is contributed under MIT/X11 license.
8492 2008-12-19  Mark Probst  <mark.probst@gmail.com>
8494         * class.c, class-internals.h: Made
8495         mono_class_has_parent_and_ignore_generics() non-static.
8497 Thu Dec 18 16:35:22 CET 2008 Paolo Molaro <lupus@ximian.com>
8499         * image.c: deal with the mmap failing when loading an image.
8501 2008-12-17  Geoff Norton  <gnorton@novell.com>
8503         * threadpool.c: Ensure that the io_queue_lock is initialized
8504         in all circumstances, as we always attempt to cleanup against it.
8506 2008-12-17  Miguel de Icaza  <miguel@novell.com>
8508         * icall.c (ves_icall_System_Environment_get_Platform): For
8509         compatibility reasons for existing client code we will keep
8510         returning 4 for a while.   
8512         For how long will depend on the documentation being updated, and
8513         for us to give client code a chance to be updated.
8515         This reverts the original decison on #433108 since we did not
8516         catch roughly 33 instances of the broken code in our own source
8517         code base, we did not catch failures on the buildbots, and QA did
8518         not bring this as a problem.
8520         Only today I found some customer's code breaking due to our own
8521         class libraries not being fully updated and tracked it down to
8522         this change.  I am reverting it because if we could not even get
8523         our story straight in our own code base, how can we hope that our
8524         end user code be fixed?
8526         As of this morning, our Wiki page that documents how to detect
8527         Unix had not been fixed.    
8529 2008-12-16  Zoltan Varga  <vargaz@gmail.com>
8531         * metadata.c (inflated_method_in_image): Add a workaround for #458168.
8533         * class.c (mono_class_get_fields): Handle loading errors.
8535 2008-12-12 Mark Mason <mmason@upwardaccess.com>
8537         * 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.
8538         
8539 2008-12-12 Gonzalo Paniagua Javier <gonzalo@novell.com>
8541         * mono-perfcounters.c: avoid warning.
8543 2008-12-12 Rodrigo Kumpera  <rkumpera@novell.com>
8545         * reflection.c (ensure_runtime_vtable): Work on generic instances and
8546         make sure all interfaces have MonoClass::interface_id set.
8548         * reflection.c (ensure_generic_class_runtime_vtable): Ensure the
8549         method table is property set.
8551 2008-12-12 Rodrigo Kumpera  <rkumpera@novell.com>
8553         * class.c: New function mono_class_setup_interface_id that setup
8554         MonoClass::interface_id if needed.
8556         * class-internals.h: Export new function.
8558 2008-12-12 Rodrigo Kumpera  <rkumpera@novell.com>
8560         * class.c: Add code to sanity check the vtable after setup_vtable_general
8561         has done it's work.
8563 2008-12-11 Gonzalo Paniagua Javier <gonzalo@novell.com>
8565         * icall.c: make Assembly.GetExecutingAssembly work properly when
8566         reflection is used to invoke the method.
8567         Bug #321781 fixed.
8569 2008-12-11  Mark Probst  <mark.probst@gmail.com>
8571         * metadata/generic-sharing.c: Look for constraints in all type
8572         arguments, not just the first one.
8574 2008-12-10 Gonzalo Paniagua Javier <gonzalo@novell.com>
8576         * appdomain.c: return the correct CodeBase for an Assembly instance
8577         that was loaded from the shadow-copy directories.
8578         Bug #458190 fixed.
8580 2008-12-10  Zoltan Varga  <vargaz@gmail.com>
8582         * sgen-gc.c (build_nursery_fragments): Clear nursery_next/nursery_frag_real_end.
8584         * sgen-gc.c (check_object): New debugging helper function.
8586         * object.c: Fix calls to mono_value_copy_array ().
8588 2008-12-10 Rodrigo Kumpera  <rkumpera@novell.com>
8590         * class.c (mono_class_setup_fields): If working on an inflated class
8591         first check if the generic definition did init with success.
8593         Fixes #445361.
8595 2008-12-10 Rodrigo Kumpera  <rkumpera@novell.com>
8597         pedump.c (main): Fix a warning.
8599 2008-12-10  Bill Holmes  <billholmes54@gmail.com>
8601         * object-internals.h : Adding a definition for 
8602           MonoReflectionComVisibleAttribute.
8604         * marshal.c (cominterop_com_visible) :  Method added to check the 
8605           ComVisible attribute of a class.
8607         * marshal.c (cominterop_raise_hr_exception, cominterop_get_interface) :  
8608           cominterop_raise_hr_exception added to consolidate common code 
8609           to raise hr exceptions.
8611         * marshal.c (cominterop_can_support_dispatch) :  Method added to determine 
8612           if a managed class should support IDispatch.
8614         * marshal.c 
8615           (cominterop_get_idispatch_for_objec, cominterop_ccw_queryinterfacet) :  
8616           Added additional checks for managed object when getting 
8617           an IDispatch interface.
8619         Code is contributed under MIT/X11 license.
8621 2008-12-10 Rodrigo Kumpera  <rkumpera@novell.com>
8623         pedump.c (main): Handle mono_get_method () returning NULL. 
8625 2008-12-09  Zoltan Varga  <vargaz@gmail.com>
8627         * marshal.h: Fix a warning.
8629 2008-12-09  Bill Holmes  <billholmes54@gmail.com>
8631         * marshal.c : Adding cominterop_release_all_rcws to release all
8632           runtime callable wrappers held by the runtime.
8634         * marshal.h : Adding declaration for cominterop_release_all_rcws.
8635           
8636         Code is contributed under MIT/X11 license.
8638 2008-12-09  Zoltan Varga  <vargaz@gmail.com>
8640         * metadata.c (mono_image_alloc_lock): New helper function.
8641         (mono_image_alloc0_lock): Ditto.
8643         * metadata.c: Use the alloc_lock () helper functions for allocating
8644         memory from the image mempool.
8646 2008-12-08 Rodrigo Kumpera  <rkumpera@novell.com>
8648         * class.c (mono_class_from_generic_parameter): Document it's
8649         locking behavior. Fix double checked locking here, we stored in
8650         param->pklass a partially initialized MonoClass and no membar was used.
8652 2008-12-05  Marek Habersack  <mhabersack@novell.com>
8654         * sysmath.c (ves_icall_System_Math_Round2): if round (3) and rint
8655         (3) functions are present in the C library use them to do the
8656         job. If they are absent, make sure that the sum of int_part and
8657         dec_part is rounded before returning. This is necessary due to the
8658         division of dec_part by the power of 10 before the final addition
8659         is performed - if the result is not rounded in some cases it will
8660         yield invalid results.
8662 2008-12-04  Zoltan Varga  <vargaz@gmail.com>
8664         * marshal.c (mono_marshal_emit_native_wrapper): Add AOT support for pinvoke
8665         wrappers by emitting the function address using a CEE_MONO_ICALL_ADDR 
8666         instruction instead of a pointer constant.
8668 2008-12-03  Zoltan Varga  <vargaz@gmail.com>
8670         * loader.c (mono_method_get_header): Do most of the work outside the
8671         loader lock, to avoid assembly load hook deadlocks.
8673         * metadata.c (mono_metadata_parse_mh_full): Use finer-grained locking.
8674         (mono_metadata_parse_type_full): Ditto.
8676 2008-12-02 Rodrigo Kumpera  <rkumpera@novell.com>
8678         * mempool.c (mono_backtrace): Take the number of allocated bytes as argument.
8679         Make the stack depth fixed. Ensure proper argument passing to the backtrace
8680         funtions. Finally, use a lock to produce well ordered output.
8682         The lock looks silly, as all calls to the corlib mempool should be guarded
8683         with the loader lock, but for some reason this fact doesn't help. 
8685         * mempool.c (mono_mempool_alloc0): Add support for TRACE_ALLOCATIONS.
8687 2008-12-02  Mark Probst  <mark.probst@gmail.com>
8689         * socket-io.c: 64 bit big-endian fixes.
8691 2008-12-01 Rodrigo Kumpera  <rkumpera@novell.com>
8693         * verify.c (is_compatible_boxed_valuetype): Rewrite function to work properly with
8694         targets that require strict compatibility between the types.
8696         * verify.c (verify_stack_type_compatibility_full): Boxed values are not compatible
8697         to unboxed types. All cases that this is true are checked by is_compatible_boxed_valuetype.
8698         Kill the strict argument and create a new one valuetype_must_be_boxed.
8700         * verify.c (verify_delegate_compatibility): Use verify_stack_type_compatibility_full to
8701         state that all valuetypes must be boxed.
8703         Fixes #448560.
8705 2008-11-29  Kornél Pál  <kornelpal@gmail.com>
8707         * coree.c (MonoFixupExe): Use sizeof(IMAGE_BASE_RELOCATION) instead of
8708         IMAGE_SIZEOF_BASE_RELOCATION as newer Vista SDKs no longer define the latter.
8710         Contributed under MIT/X11 license.
8712 2008-11-28 Rodrigo Kumpera  <rkumpera@novell.com>
8714         * class.c (mono_class_setup_fields): Don't copy MonoType::attrs as
8715         the inflate_generic_type machinery should handle it.
8717         This avoids a crash when the field's flags is zero and it's type is
8718         a primitive.
8719         What happens is that mono_metadata_parse_type_full will see that opt_attrs
8720         is zero and will return one of the cached built-in primitive types. Since
8721         those types live in read-only memory, the code that copies it crashes.  
8723 2008-11-28  Mark Probst  <mark.probst@gmail.com>
8725         * object.c: Don't put function descriptors into generalized IMT
8726         thunks.
8728 2008-11-28  Mark Probst  <mark.probst@gmail.com>
8730         * class.c: Enable generic code sharing on PPC64.
8732 2008-11-27  Mark Probst  <mark.probst@gmail.com>
8734         * mempool.c, mempool-internals.h: Added g_slist_append_mempool()
8735         from mini/mini.c.
8737         * generic-sharing.c: Allocate the method template slists from the
8738         image mempool so it doesn't leak.
8740 2008-11-27 Rodrigo Kumpera  <rkumpera@novell.com>
8742         * class.c (generic_array_methods): Release the linked list.
8744 2008-11-27  Mark Probst  <mark.probst@gmail.com>
8746         * marshal.c (mono_string_builder_to_utf8): Fixed a wrong
8747         invocation to g_utf16_to_utf8().
8749 2008-11-26  Mark Probst  <mark.probst@gmail.com>
8751         * icall.c (mono_ArgIterator_IntGetNextArg): Handle sub-word sized
8752         arguments on big endian archs.
8754 2008-11-25 Gonzalo Paniagua Javier <gonzalo@novell.com>
8756         * reflection.c: (_mono_reflection_parse_type) skip leading spaces in
8757         the type name (test added in corlib).
8759 2008-11-25 Gonzalo Paniagua Javier <gonzalo@novell.com>
8761         * pedump.c: initialize perf. counters. Fixes a segv.
8763 2008-11-25  Martin Baulig  <martin@ximian.com>
8765         * mono-debug-debugger.c
8766         (mono_debugger_runtime_invoke): Return the exception object if an
8767         exception was thrown.  Visual Studio displays the exception object
8768         in the locals window.
8770 2008-11-24  Mark Probst  <mark.probst@gmail.com>
8772         * mini-trampolines.c (mono_delegate_trampoline): Don't return a
8773         ftnptr.
8775 2008-11-24  Mark Probst  <mark.probst@gmail.com>
8777         * marshal.c (mono_type_native_stack_size): MONO_TYPE_I and
8778         MONO_TYPE_U are sizeof (gpointer), too.
8780 2008-11-24  Mark Probst  <mark.probst@gmail.com>
8782         * marshal.c (mono_type_native_stack_size): Fixed size and
8783         alignment for reference types.
8785 2008-11-23  Mark Probst  <mark.probst@gmail.com>
8787         * class.c (mono_class_generic_sharing_enabled): Disable generic
8788         code sharing for PPC64.
8790 2008-11-21 Rodrigo Kumpera  <rkumpera@novell.com>
8792         * icall.c (mono_method_get_equivalent_method): Make sure
8793         method->klass->methods is inited before looping over it.
8795 2008-11-20 Gonzalo Paniagua Javier <gonzalo@novell.com>
8797         * object.c: when calling ExecuteAssembly in a newly created domain,
8798         the configuration file and application base are already set up.
8799         Bug #446353 take 2 fixed.
8801 2008-11-20  Zoltan Varga  <vargaz@gmail.com>
8803         * marshal.c: Add support for MONO_TYPE_GENERICINST to some functions.
8804         Fixes #444715. Fix a warning.
8806 2008-11-18 Gonzalo Paniagua Javier <gonzalo@novell.com>
8808         * appdomain.c: write the full path of the assembly to the .ini file
8809         created when "shadow-copying"
8810         Bug #446353 fixed.
8812 2008-11-18  Zoltan Varga  <vargaz@gmail.com>
8814         * debug-helpers.c (mono_method_full_name): Stringify wrapper types even
8815         if signature==FALSE.
8817 2008-11-17  Bill Holmes  <billholmes54@gmail.com>
8819         * marshal.h : Fix the cygwin build.
8820            marshal.c:12442: undefined reference to `_IID_IMarshal'
8821           
8822         Code is contributed under MIT/X11 license.
8824 2008-11-17  Bill Holmes  <billholmes54@gmail.com>
8826         * marshal.h : cominterop_ccw_getfreethreadedmarshaler added to return the
8827           free threaded marshaler when QueryInterface is called on a COM callable
8828           wrapper requesting the IMarshal interface.
8829           
8830         Code is contributed under MIT/X11 license.
8832 2008-11-14  Zoltan Varga  <vargaz@gmail.com>
8834         * domain-internals.h (MonoDomain): Update MONO_DOMAIN_LAST_GC_TRACKED.
8836         * reflection.c (mono_type_get_object): Special case the very common
8837         void type.
8839         * domain-internals.h (struct _MonoDomain): Add 'typeof_void' field to
8840         hold typeof(void).
8842 2008-11-13  Bill Holmes  <billholmes54@gmail.com>
8844         * process.h : Adding method declaration for
8845           ves_icall_System_Diagnostics_Process_WaitForInputIdle_internal.
8846           
8847         * process.c : Adding implementation for
8848           ves_icall_System_Diagnostics_Process_WaitForInputIdle_internal.
8849           
8850         * icall-def.h : Registering ICALL Processs.WaitForInputIdle_internal
8851           to ves_icall_System_Diagnostics_Process_WaitForInputIdle_internal.
8853         Code is contributed under MIT/X11 license.
8855 2008-11-10  Rodrigo Kumpera  <rkumpera@novell.com>
8857         * appdomain.c (unload_thread_main): Clean up threadpool by
8858         calling mono_thread_pool_remove_domain_jobs.
8860         * domain-internals.h (struct _MonoDomain): Add new fields to
8861         help coordinate the cleanup of the threadpool.
8863         * threadpool.c (mono_thread_pool_remove_domain_jobs): New fuction
8864         that cleans up the threadpool of all jobs associated with an appdomain.
8865         It does that by cleaning up the queues and making sure all active
8866         threads are accounted.
8868         * threadpool.c (async_invoke_io_thread): Ignore job if its domain is
8869         unloaded or in the process of. Take this is such way that there is
8870         no race condition between another thread starting the unload and the
8871         current thread acknowledging it.
8873         * threadpool.c (async_invoke_thread): Same.
8875         * threadpool.c (start_io_thread_or_queue): Increment threadpool_jobs before
8876         firing the new thread.
8878         * threadpool.c (start_tpthread): Same.
8880         * theadpool.c (append_job): Increment threadpool_jobs before queueing.
8882         * threadpool.h: Add mono_thread_pool_remove_domain_jobs.
8884 2008-11-06  Jonathan Chambers  <joncham@gmail.com>
8886         * file-io.c (ves_icall_System_IO_MonoIO_DuplicateHandle): 
8887         Add support for DuplicateHandle.
8888         
8889         * file-io.h (ves_icall_System_IO_MonoIO_DuplicateHandle): 
8890         Add support for DuplicateHandle.
8891         
8892         * icall-def.h (ves_icall_System_IO_MonoIO_DuplicateHandle): 
8893         Add support for DuplicateHandle.
8895         Code is contributed under MIT/X11 license.
8897 2008-11-06  Mark Probst  <mark.probst@gmail.com>
8899         * class-internals.h: Make min_align into a whole byte.
8901         * class.c: Set min_align for SIMD types to 16.
8903 2008-11-05  Geoff Norton  <gnorton@novell.com>
8905         * attach.c: Default the attacher to enabled for all cases including
8906         embedded.
8908 Wed Nov 5 16:33:41 CET 2008 Paolo Molaro <lupus@ximian.com>
8910         * monitor.c, class-internals.h, wrapper-types.h: revert incorrect
8911         change r117650.
8913 2008-11-04  Mark Probst  <mark.probst@gmail.com>
8915         * monitor.c, monitor.h: New function for querying offsets of
8916         members of MonoThreadsSync.
8918 2008-11-04  Zoltan Varga  <vargaz@gmail.com>
8920         * marshal.c (mono_marshal_get_runtime_invoke): Use runtime_invoke_direct_cache
8921         to speed up this function and to avoid the boundless memory growth caused by
8922         the signature_dup () calls.
8924 2008-11-02  Zoltan Varga  <vargaz@gmail.com>
8926         * monitor.c (mono_monitor_get_fast_enter_method): Add a proper type for the
8927         wrapper.
8929         * class-internals.h (struct _MonoMethod): Increase the size of 'wrapper_type'
8930         by 1 bit.
8932         * wrapper-types.h: Add MONO_WRAPPER_MONITOR_FAST_ENTER/EXIT.
8934 2008-10-31 Gonzalo Paniagua Javier <gonzalo@novell.com>
8936         * appdomain.c:
8937         * domain-internals.h: made mono_set_private_bin_path_from_config()
8938         "internal".
8939         * object.c: call the above function after setting the configuration
8940         file path for the root domain.
8941         Fixes bug #314478.
8943 2008-10-31 Gonzalo Paniagua Javier <gonzalo@novell.com>
8945         * assembly.c: when the assembly is loaded from an absolute path, end
8946         basedir with a directory separator.
8947         Bug #440781 fixed.
8949 2008-10-30  Mark Probst  <mark.probst@gmail.com>
8951         * monitor.c (mono_monitor_get_fast_enter_method): If
8952         CompareExchange is not available, don't create the fastpath
8953         instead of asserting.  (The method is missing in the 1.1 profile.)
8955 2008-10-30  Mark Probst  <mark.probst@gmail.com>
8957         * marshal.c, marshal.h: Rename signature_no_pinvoke() and make it non-static.
8959         * monitor.c, monitor.h: Code for generating Monitor.Enter and
8960         Monitor.Exit IL fastpaths.
8962 2008-10-28  Rodrigo Kumpera  <rkumpera@novell.com>
8964         * class.c (mono_class_create_from_typedef): Added Vector2ul.
8966 2008-10-28  Rodrigo Kumpera  <rkumpera@novell.com>
8968         * class.c (mono_class_create_from_typedef): Added Vector2l.
8970 2008-10-27  Rodrigo Kumpera  <rkumpera@novell.com>
8972         * class.c (mono_class_create_from_typedef): Added Vector2d.
8974 2008-10-27 Gonzalo Paniagua Javier <gonzalo@novell.com>
8976         * appdomain.c: translate \ into / for cache_path.
8977         * domain-internals.h: new mono_is_shadow_copy_enabled().
8978         * icall.c: (fill_reflection_assembly_name) do the same path
8979         manipulations that get_code_base does.
8980         (get_code_base) use mono_is_shadow_copy_enabled.
8982 2008-10-26 Gonzalo Paniagua Javier <gonzalo@novell.com>
8984         * appdomain.c: shadow-copied assemblies go to CachePath +
8985         ApplicationName when both are set. DynamicBase has nothing to do with
8986         shadow copies.
8987         Bug #406877 fixed.
8989 2008-10-26  Zoltan Varga  <vargaz@gmail.com>
8991         * reflection.c (encode_locals): Use a cache to avoid duplicate entries in the
8992         STANDALONESIG table.
8994         * metadata-internals.h (struct _MonoDynamicImage): Add cache for
8995         standalone signatures.
8997         * marshal.c (mono_marshal_get_runtime_invoke): Rewrite the signature 
8998         comparison code: instead of comparing the signatures using a custom
8999         equals function, transform them to a common signature and compare that. This
9000         works better with AOT.
9002 2008-10-25  Zoltan Varga  <vargaz@gmail.com>
9004         * Reapply r116521 with (!mono_debug_using_mono_debugger ()) checks.
9006         * class.c (mono_class_init): Remove unneccesary mono_class_setup_properties ()
9007         call for generic instances.
9008         (mono_class_setup_properties): Call setup_properties () before accessing
9009         gklass->properties.
9011         * class.c (mono_class_get_virtual_methods): New helper function to iterate
9012         over the virtual methods of a class using metadata if possible, avoiding the
9013         creation of MonoMethod's for non-virtual methods.
9014         
9015         * class.c (mono_class_setup_vtable_general): Rewrite this to use 
9016         get_virtual_methods () to iterate over the virtual methods of classes.
9018 2008-10-25  Martin Baulig  <martin@ximian.com>
9020         * mono-debug.h (MONO_DEBUG_VAR_ADDRESS_MODE_DEAD): New #define.
9022 2008-10-24  Rodrigo Kumpera  <rkumpera@novell.com>
9024         * class.c (mono_class_create_from_typedef): Added Vector4i.
9026 2008-10-24  Mark Probst  <mark.probst@gmail.com>
9028         * marshal.c (mono_marshal_get_synchronized_wrapper): Emit
9029         ldtoken+GetTypeFromHandle instead of i4+icall so that the JIT
9030         special-casing applies to eliminate the call completely.
9032 2008-10-24  Rodrigo Kumpera  <rkumpera@novell.com>
9034         * class.c (mono_class_create_from_typedef): Added Vector8s.
9036 2008-10-23  Rodrigo Kumpera  <rkumpera@novell.com>
9038         * class.c (mono_class_create_from_typedef): Added Vector16sb.
9040 2008-10-23 Gonzalo Paniagua Javier <gonzalo@novell.com>
9042         * icall.c: get rid of annoying warning.
9044 2008-10-23 Gonzalo Paniagua Javier <gonzalo@novell.com>
9046         * threadpool.c: in 1.x, if you change the background status of the
9047         threadpool thread, it's not reset.
9048         Remove unnecessary calls to SetState.
9050 2008-10-22 Gonzalo Paniagua Javier <gonzalo@novell.com>
9052         * threadpool.c: asynchronously create a set of idle threads upon first
9053         use of the threadpool. SetMinThreads will now start the appropriate
9054         number of idle threads if they are not already running. The default is
9055         1 threadpool thread per CPU. Increased the maximum number of threads
9056         per CPU to 10.
9058 2008-10-22  Martin Baulig  <martin@ximian.com>
9060         Revert r116521 from Zoltan, it breaks the debugger:
9062         * class.c (mono_class_get_virtual_methods): New helper function to iterate
9063         over the virtual methods of a class using metadata if possible, avoiding the
9064         creation of MonoMethod's for non-virtual methods.
9065         
9066         * class.c (mono_class_setup_vtable_general): Rewrite this to use 
9067         get_virtual_methods () to iterate over the virtual methods of classes.
9069 2008-10-22 Gonzalo Paniagua Javier <gonzalo@novell.com>
9071         * threads.c: when creating a threadpool thread, set its state to
9072         'background'.
9073         * threadpool.c: reset the background state of a threadpool thread
9074         after finishing each work item
9075         Bug #437888 fixed.
9077 2008-10-22  Zoltan Varga  <vargaz@gmail.com>
9079         * class.c (mono_class_get_vtable_entry): Add an optimization for szarrays.
9080         
9081         * class.c (mono_class_setup_vtable_general): Add an optimized version for
9082         generic instances which works by inflating the methods in the container
9083         class's vtable.
9085         * class.c (mono_class_inflate_generic_type_with_mempool_no_copy): New
9086         variant which doesn't make a copy if no inflation was done.
9087         (mono_class_setup_fields): Use it.
9089         * metadata.c (mono_metadata_get_shared_type): New helper function to
9090         return a shared instance of a given MonoType.
9092         * class.c (mono_class_inflate_generic_type_with_mempool): Avoid making
9093         a copy of most non-generic types.
9095 Wed Oct 22 18:00:46 CEST 2008 Paolo Molaro <lupus@ximian.com>
9097         * threadpool.c: remove one more GetSystemInfo () call.
9099 Wed Oct 22 17:45:48 CEST 2008 Paolo Molaro <lupus@ximian.com>
9101         * mono-perfcounters.c, icall-def.h, environment.c, environment.h:
9102         use the code in mono-proclib.h to get processor information.
9104 2008-10-22 Gonzalo Paniagua Javier <gonzalo@novell.com>
9106         * appdomain.c: fixed the logic that determines whether assemblies in a
9107         directory are "shadow-copied" or not. Bug #433483 fixed.
9109 2008-10-22  Zoltan Varga  <vargaz@gmail.com>
9111         * process.c (ves_icall_System_Diagnostics_Process_GetProcessData): Fix a
9112         warning.
9114 2008-10-21  Zoltan Varga  <vargaz@gmail.com>
9116         * marshal.c (runtime_invoke_signature_equal): Don't shared wrappers
9117         returning a vtype.
9119         * class.c debug-helpers.c object.c class-internals.h marshal.c icall.c
9120         reflection.c: Use mono_field_get_name () for accessing a field's name.
9122         * class-internals.h (MONO_CLASS_HAS_STATIC_METADATA): Move this here from
9123         class.c
9125         * class.c (mono_field_get_rva): Fix crash if this is called on a dynamic
9126         field.
9128         * loader.c (find_method_in_class): Reenable the metadata optimization by
9129         not using it for generic instances.
9131         * class-internals.h (MonoFieldDefaultValue): Extract the rarely used 
9132         data/def_type fields from MonoClassField into a separate structure.
9133         (struct MonoClassField): Remove data/def_type fields.
9134         (struct _MonoClass): Add a 'field_def_values' array to store the default
9135         values/RVA for fields.
9137         * class.c reflection.c: Update after the changes.
9138         
9139         * object.c (mono_class_create_runtime_vtable): Use mono_field_get_data ()
9140         for accessing field->data.
9142         * icall.c (ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_InitializeArray): Ditto.
9144         * loader.c (find_method_in_class): Revert the last change for now as
9145         it breaks Mono.C5 unit tests.
9147         * class-internals.h (struct _MonoDynamicGenericClass): Add fields
9148         'field_generic_types' and 'field_objects' which contain the information
9149         previously stored in MonoInflatedField.
9150         (MonoInflatedField): Delete.
9151         (struct _MonoClassField): Delete 'generic_info' field.
9153         * reflection.c: Store the information which was previously in 
9154         field->generic_info in MonoDynamicGenericClass instead.
9156         * metadata.c (free_generic_class): Update after MonoDynamicGenericClass/
9157         MonoClassField changes.
9159 Tue Oct 21 17:07:55 CEST 2008 Paolo Molaro <lupus@ximian.com>
9161         * marshal.c, method-builder.c: get rid of wrapper_hash and instead
9162         store the value inside the data array of the MonoMethodWrapper.
9163         This saves memory, is faster and fixes the lifetime issues (methods
9164         were never removed from the hash previously). May also fix bug#436996.
9166 2008-10-21  Zoltan Varga  <vargaz@gmail.com>
9168         * reflection.c (mono_image_get_fieldref_token): For fields of non-dynamic 
9169         generic instances, compute the type from the generic definition instead of
9170         looking in field->generic_info.
9172         * class.c (mono_class_setup_fields): Don't create a MonoInflatedField
9173         for inflated fields, the only user was get_fieldref_token () which no
9174         longer needs it.
9176         * class.c (mono_class_init): Revert the last change as it seems to cause
9177         crashes.
9179         * class-internals.h (struct _MonoClassField): Reorder fields to save 4
9180         bytes on 64 bit platforms.
9182         * object.c (mono_class_create_runtime_vtable): Fix a warning.
9183         
9184         * object.c (mono_class_create_runtime_vtable): Don't initalize
9185         field->data/field->def_type here, it is done lazily by 
9186         mono_class_get_field_default_value ().
9188         * icall.c (ves_icall_get_enum_info): Call 
9189         mono_class_get_field_default_value () instead of directly accessing
9190         field->data and field->def_type.
9192         * object.c (get_default_field_value): Ditto.
9194         * class.c (mono_field_get_data): Ditto.
9195         
9196         * class.c (mono_class_init): Remove unneccesary mono_class_setup_methods ()
9197         call for generic instances.
9199         * loader.c (find_method_in_class): If klass != from_class, then inflate
9200         the method with the context of from_class, since the caller assumes this.
9202 2008-10-20  Zoltan Varga  <vargaz@gmail.com>
9204         * class.c (mono_method_get_vtable_index): Use mono_method_get_vtable_slot ()
9205         for accessing method->slot.
9207 2008-10-20  Cedric Vivier  <cedricv@neonux.com>
9209         * icall-def.h, icall.c: Add icall for Debugger.IsAttached.
9211 2008-10-19  Zoltan Varga  <vargaz@gmail.com>
9213         * class.c (mono_method_get_vtable_index): Use
9214         mono_method_get_vtable_slot () for accessing method->slot.
9216         * object.c (build_imt_slots): Use mono_class_get_method_by_index () for
9217         accessing klass->methods.
9219         * class.c (mono_method_get_vtable_slot): New helper function.
9220         (mono_class_get_vtable_entry): Ditto.
9221         (mono_class_setup_vtable_general): Use mono_method_get_vtable_slot () for
9222         accessing method->slot.
9224         * generic-sharing.c (mono_class_get_method_generic): Pass the declaring
9225         method to get_inflated_method ().
9227         * class.c (mono_class_get_inflated_method): New helper method to obtain
9228         a method of an inflated class without calling setup_methods ().
9229         (mono_class_get_cctor): Use get_inflated_method.
9231         * generic-sharing.c (mono_class_get_method_generic): Ditto.
9232         
9233         * marshal.c image.c: Lazily create all the marshal caches.
9235         * image.c (mono_image_init): Move initialization of runtime_invoke
9236         caches to marshal.c.
9238         * marshal.c (get_cache): New helper function to lazily initialize a 
9239         wrapper cache.
9240         (mono_marshal_get_runtime_invoke): Share more runtime invoke wrappers.
9242         * debug-helpers.c (mono_method_full_name): Include generic arguments.
9244 Fri Oct 17 10:51:32 CEST 2008 Paolo Molaro <lupus@ximian.com>
9246         * loader.c: fixed check for interface type.
9248 Thu Oct 16 20:59:11 CEST 2008 Paolo Molaro <lupus@ximian.com>
9250         * appdomain.c: check for NULL setup before it's referenced.
9253 Thu Oct 16 16:12:23 CEST 2008 Paolo Molaro <lupus@ximian.com>
9255         * class.c: remove the unused old vtable setup code.
9257 Thu Oct 16 12:53:29 CEST 2008 Paolo Molaro <lupus@ximian.com>
9259         * class.c: don't depend on interface order in
9260         setup_interface_offsets (bug #435777).
9261         * reflection.c: sort the InterfaceImpl table (patch from
9262         Jb Evain  <jbevain@novell.com>).
9264 2008-10-13  Zoltan Varga  <vargaz@gmail.com>
9266         * assembly.c (mono_assembly_open_full): Avoid loading images while holding
9267         the low level assemblies lock.
9269 Mon Oct 13 16:35:26 CEST 2008 Paolo Molaro <lupus@ximian.com>
9271         * domain-internals.h, domain.c, icall.c, image.c, marshal.c,
9272         object.c, reflection.c, socket-io.c, threads.c: introduced
9273         mono_framework_version () to return the major framewrok version,
9274         changed the code that was using more complex patterns to use it.
9275         Return the correct value for PlatformID for OSX.
9277 Mon Oct 13 14:38:01 CEST 2008 Paolo Molaro <lupus@ximian.com>
9279         * icall-def.h, process.h, process.c: added an icall to get info about
9280         processes using mono-proclib.
9282 Mon Oct 13 11:14:44 CEST 2008 Paolo Molaro <lupus@ximian.com>
9284         * mono-perfcounters.c: use the mono-proclib functions to
9285         access process information.
9287 Mon Oct 13 11:00:49 CEST 2008 Paolo Molaro <lupus@ximian.com>
9289         * domain.c, assembly.c, debug-mono-symfile.c, debug-mono-symfile.h,
9290         monosn.c, Makefile.am, pedump.c, image.c, metadata-internals.h,
9291         reflection.c: remove rawbuffer usage: mmap support is more sanely
9292         provided by utils/mono-mmap.
9294 Sat Oct 11 19:46:19 CEST 2008 Paolo Molaro <lupus@ximian.com>
9296         * gc.c: use posix semaphores when possible so that
9297         mono_gc_finalize_notify() is signal safe.
9299 2008-10-11  Zoltan Varga  <vargaz@gmail.com>
9301         * reflection.c: Implement DISABLE_REFLECTION_EMIT, remove some
9302         #ifdef DISABLE_REFLECTION_SAVE stuff, only the exported functions need to
9303         be #ifdef-ed out, the linker will remove the rest.
9305         * marshal.c: Implement DISABLE_COM.
9307         * reflection.c: Implement DISABLE_REFLECTION_EMIT_SAVE.
9309 2008-10-11  Miguel de Icaza  <miguel@novell.com>
9311         * locales.c (string_invariant_compare_char): Optimization: do not
9312         call g_unichar_type unless we actually need the information.
9314 2008-10-10  Mark Probst  <mark.probst@gmail.com>
9316         * object.c, class-internals.h: Also create remoting trampolines
9317         for generic methods.  Pass the domain to the remoting trampoline
9318         creation function, too.
9320 2008-10-10  Zoltan Varga  <vargaz@gmail.com>
9322         * class.c (mono_class_init): Fix+re-enable the finalize optimization.
9324 2008-10-10  Rodrigo Kumpera  <rkumpera@novell.com>
9326         * class.c (mono_class_create_from_typedef): Vector4u was renamed to
9327         Vector4ui.
9329 2008-10-10 Gonzalo Paniagua Javier <gonzalo@novell.com>
9331         * assembly.c:
9332         * locales.c: remove the use of g_strdown. Fixes bug #322313.
9334 Fri Oct 10 17:01:42 CEST 2008 Paolo Molaro <lupus@ximian.com>
9336         * assembly.c: in mono_assembly_load_friends() take the assemblies lock
9337         for the least possible amount of time (extending the fix in r113458).
9339 2008-10-10  Rodrigo Kumpera  <rkumpera@novell.com>
9341         * class.c (mono_class_create_from_typedef): Retrofit to new type names.
9343 2008-10-09  Rodrigo Kumpera  <rkumpera@novell.com>
9345         * class.c (mono_class_create_from_typedef): Added Vector8u and Vector16u
9346         as possible simd intrinsic types.
9347         Optimized the test to check for the common prefix first.
9349 Thu Oct 9 17:38:24 CEST 2008 Paolo Molaro <lupus@ximian.com>
9351         * class.c: back out part of a broken optimization committed on
9352         May 23th (bug #433908).
9354 2008-10-09  Mark Probst  <mark.probst@gmail.com>
9356         * profiler.c (simple_shutdown): Don't call mono_thread_attach() on
9357         Win32.  Should fix #432388 for most cases until we have the new
9358         profiler on Win32.
9360 2008-10-08  Zoltan Varga  <vargaz@gmail.com>
9362         * metadata.c (mono_metadata_generic_context_hash): Call generic_inst_hash
9363         instead of using inst->id so the hash is stable for AOT.
9365 2008-10-07 Gonzalo Paniagua Javier <gonzalo@novell.com>
9367         * appdomain.c:
9368         * icall.c: create a .ini file for shadow-copied assemblies that
9369         contains the location of the original assembly. Use this to return the
9370         proper CodeBase for shadow-copied assemblies. Fixes bug #323606.
9371         Also fix the number of '/' for windows when returning the CodeBase.
9372         Fixes bug #430920.
9374 2008-10-07  Bill Holmes  <billholmes54@gmail.com>
9376         * marshal.c (cominterop_get_ccw) : Fixing a copy paste error from r115126.
9378         Code is contributed under MIT/X11 license.
9380 2008-10-07  Bill Holmes  <billholmes54@gmail.com>
9382         * marshal.c (cominterop_get_native_wrapper) : Adding a call to mono_class_setup_vtable
9383           if if the class vtable needs initialized.
9385         Code is contributed under MIT/X11 license.
9387 2008-10-07  Bill Holmes  <billholmes54@gmail.com>
9389         * marshal.c (cominterop_get_native_wrapper_adjusted, cominterop_get_ccw) : 
9390           Adding default MonoMarshalSpecs for COM methods.  OBJECT->STRUCT,
9391           STRING->BSTR, and CLASS->INTERFACE.
9393         Code is contributed under MIT/X11 license.
9395 2008-10-07  Marek Habersack  <mhabersack@novell.com>
9397         * sysmath.h: changed the declaration of the
9398         ves_icall_System_Math_Round2 icall by adding an extra
9399         away_from_zero parameter.
9401         * sysmath.c (ves_icall_System_Math_Round2): added support for
9402         away from zero rounding. The icall now takes an extra boolean
9403         parameter to signal that away from zero operation is requested.
9405 2008-10-06  Zoltan Varga  <vargaz@gmail.com>
9407         * marshal.c (mono_marshal_get_delegate_begin_invoke): Put the wrapper in
9408         the delegate klass so it can work with full-aot.
9409         (mono_marshal_get_delegate_end_invoke): Ditto.
9410         (mono_marshal_get_delegate_invoke): Ditto.
9412 Mon Oct 6 16:10:02 CEST 2008 Paolo Molaro <lupus@ximian.com>
9414         * gc.c, attach.h, attach.c: remove a bad pattern:
9415         add_finalizer_callback () is not implemented correctly, it can't
9416         without adding more overhead to the finalizer loop and it's not
9417         even needed, since we know exactly what we need to call, so there is
9418         no need to do so through an expensive function pointer.
9420 2008-10-04  Zoltan Varga  <vargaz@gmail.com>
9422         * gc.c: Define a dummy version of mono_gc_add_finalizer_thread_callback ()
9423         for the no-gc case.
9424         * attach.c (mono_attach_init): Remove the #ifdef.
9426 2008-10-04  Andreas Färber  <andreas.faerber@web.de>
9428         * attach.c (mono_attach_init): Don't use
9429         mono_gc_add_finalizer_thread_callback when compiling without GC.
9430         Fixes #432306.
9431         
9432         Code is contributed under MIT/X11 license.
9434 2008-10-03  Zoltan Varga  <vargaz@gmail.com>
9436         * class.c (mono_class_create_from_typedef): Remove the 
9437         #ifndef DISABLE_SIMD stuff.
9439 2008-10-03  Rodrigo Kumpera  <rkumpera@novell.com>
9441         * class-internals.h (MonoClass): Added simd_type bit field.
9443         * class.c (mono_class_create_from_typedef): Check if type is a simd
9444         intrinsic.
9446 2008-10-03  Mark Probst  <mark.probst@gmail.com>
9448         * object.c (mono_method_add_generic_virtual_invocation): Only add
9449         instantiations to the thunk whose count is at least as large as
9450         the threshold.
9452 2008-10-02 Gonzalo Paniagua Javier <gonzalo@novell.com>
9454         * icall.c: changed the Type of the exception thrown when trying to
9455         invoke a constructor on an abstract class. Part of the fix for bug
9456         #324185.
9458 2008-10-02  Mark Probst  <mark.probst@gmail.com>
9460         * class.c, class-internals.h (mono_method_get_vtable_index): New
9461         function which returns the index into the vtable and properly
9462         handles inflated virtual generic methods.
9464 2008-10-01  Mark Probst  <mark.probst@gmail.com>
9466         * object.c, domain.c, object-internals.h, domain-internals.h:
9467         Generalize IMT thunk machinery to also handle thunks for virtual
9468         generic method invokes.  When a virtual generic method is invoked
9469         more than a number of times we insert it into the thunk so that it
9470         can be called without lookup in unmanaged code.
9472         * generic-sharing.c, class-internals.h: Fetching a
9473         MonoGenericInst* for a method from an (M)RGCTX.
9475 2008-10-01  Zoltan Varga  <vargaz@gmail.com>
9477         * marshal.c (emit_marshal_string): Applied a variant of a patch by
9478         tom hindle <tom_hindle@sil.org>. Fix byref native-to-managed string
9479         marshalling. Fixes #431304.
9481 2008-10-01  Bill Holmes  <billholmes54@gmail.com>
9483         * marshal.c (emit_marshal_variant) : Change the attribute checks to 
9484           handle when ref is specified without In or Out.
9486         Code is contributed under MIT/X11 license.
9488 2008-09-30  Mark Probst  <mark.probst@gmail.com>
9490         * loader.c (mono_get_method_constrained): Don't expand method with
9491         the class's context, because it's already a method of that class.
9493 2008-09-30  Atsushi Enomoto  <atsushi@ximian.com>
9495         * attach.c : should be correct build fix.
9497 2008-09-29  Zoltan Varga  <vargaz@gmail.com>
9499         * attach.c: Fix the previous change.
9501 2008-09-29  Atsushi Enomoto  <atsushi@ximian.com>
9503         * attach.c : quick w32 build fix.
9505 2008-09-27  Miguel de Icaza  <miguel@novell.com>
9507         * Turn off MONO_GENERIC_SHARING=all and go back to corlib as it
9508         crashes MonoDevelop: #430455.
9510 2008-09-27  Zoltan Varga  <vargaz@gmail.com>
9512         * domain-internals.h (struct _MonoDomain): Move most fields used only by
9513         the JIT do MonoJitDomainInfo in ../mini/mini.h.
9515         * domain.c: Remove initialization/cleanup of the removed fields.
9517 2008-09-27  Mark Probst  <mark.probst@gmail.com>
9519         * class.c (mono_class_generic_sharing_enabled): Enable generic
9520         code sharing for PPC.
9522 2008-09-26  Bill Holmes  <billholmes54@gmail.com>
9524         * attach.c : Fixing the Windows builds.
9526         Code is contributed under MIT/X11 license.
9528 2008-09-25  Zoltan Varga  <vargaz@gmail.com>
9530         * class.c (mono_class_generic_sharing_enabled): Experimentally change 
9531         the default generic sharing mode to 'all'.
9533 2008-09-25  Mark Probst  <mark.probst@gmail.com>
9535         * generic-sharing.c, class-internals.h: New function for checking
9536         whether a method needs a static RGCTX invoke wrapper.  A few
9537         funtions moved from mini/generic-sharing.c.
9539         * icall.c: New function used.
9541 2008-09-25  Mark Probst  <mark.probst@gmail.com>
9543         * icall.c (ves_icall_System_Delegate_CreateDelegate_internal):
9544         Static RGCTX invoke wrapping applies to value type methods, too.
9546         * class.c (mono_class_setup_vtable_general): In generic-shared
9547         value types, wrap methods with a static RGCTX invoke wrapper.
9549 2008-09-25  Zoltan Varga  <vargaz@gmail.com>
9551         * attach.c (ipc_connect): Use AF_UNIX instead of AF_FILE to fix the
9552         osx build.
9554 2008-09-24  Zoltan Varga  <vargaz@gmail.com>
9556         * gc.c (mono_gc_add_finalizer_thread_callback): New function to
9557         register a callback which is called when the finalizer thread is woken
9558         up.
9559         (finalizer_thread): Call the callback if it exists.
9561         * attach.h attach.c: New files, implementing the attach mechanism.
9563         * appdomain.c: Init/cleanup the attach mechanism on startup/shutdown.
9564         
9565         * object.c (mono_object_get_virtual_method): Fix an assertion introduced
9566         by the previous change.
9568 Tue Sep 23 15:24:03 CEST 2008 Paolo Molaro <lupus@ximian.com>
9570         * class.c, domain-internals.h, domain.c, generic-sharing.c, image.c,
9571         loader.c, marshal.c, metadata-internals.h, metadata.c,
9572         method-builder.c, object.c, reflection.c: introduced specific functions
9573         to allocate from the domain and image mempools and cleaned up most of
9574         the code to use them (still missing a few in reflection.c).
9575         Keep the loader bytes counter updated.
9577 Mon Sep 22 17:33:12 CEST 2008 Paolo Molaro <lupus@ximian.com>
9579         * domain.c, monitor.c, boehm-gc.c, gc.c: update some of the GC and
9580         loader-related counters.
9582 Mon Sep 22 17:29:54 CEST 2008 Paolo Molaro <lupus@ximian.com>
9584         * mono-perfcounters-def.h, mono-perfcounters.c, class-internals.h:
9585         added more MS-compatible counters.
9587 2008-09-22  Zoltan Varga  <vargaz@gmail.com>
9589         * class.c (mono_class_setup_fields): Call setup_fields before accessing
9590         class->blittable. Fixes #428217.
9592 2008-09-21  Zoltan Varga  <vargaz@gmail.com>
9594         * reflection.c (mono_image_get_field_on_inst_token): Call 
9595         field_encode_signature () since that handles custom modifiers too.
9596         Fixes #424663.
9598 2008-09-20  Zoltan Varga  <vargaz@gmail.com>
9600         * reflection.c (add_custom_modifiers): New helper function to merge custom
9601         modifiers stored in objects to a MonoType.
9602         (fieldref_encode_signature): Encode custom modifiers.
9603         (mono_image_get_generic_field_token): Call add_custom_modifiers ().
9604         (fieldbuilder_to_mono_class_field): Ditto. Fixes #424663.
9606 2008-09-19  Kornél Pál  <kornelpal@gmail.com>
9608         * coree.c (_CorValidateImage): Some 64-bit IL only images have entry point
9609         calling _CorDllMain imported from mscoree.dll. Set entry point RVA to 0 for
9610         64-bit IL only images because imports are not resolved for IL only images.
9611         Special thanks to Bill Holmes for finding this bug and testing the patch.
9612         Also fail for 64-bit images marked as CLI_FLAGS_32BITREQUIRED.
9614         Contributed under MIT/X11 license.
9616 2008-09-19  Miguel de Icaza  <miguel@novell.com>
9618         * mono-config.c (dllmap_start): Add support for the bits keyword
9619         on dllentry and dllmap to easily detect 32 vs 64 bit systems.
9621 2008-09-19  Mark Probst  <mark.probst@gmail.com>
9623         * reflection.c (inflate_mono_method): When the class the method is
9624         to be inflated for is itself not inflated, just return the method.
9626 Fri Sep 19 11:51:36 CEST 2008 Paolo Molaro <lupus@ximian.com>
9628         * mono-perfcounters.c: use more user friendly process instance names.
9630 2008-09-18  Bill Holmes  <billholmes54@gmail.com>
9632         * marshal.c (emit_marshal_variant) : Change the attribute checks to 
9633           handle "[in] ref" and "[in][out] ref" cases.
9635         * marshal.c (cominterop_get_ccw) : The wrong signature was being passed
9636           to mono_mb_create_method.  This was causing problems calling native to
9637           managed passing Variants by value.
9639         Code is contributed under MIT/X11 license.
9641 2008-09-18  Zoltan Varga  <vargaz@gmail.com>
9643         * class.c (can_access_internals): Call mono_assembly_load_friends ()
9644         before accessing the friend_assembly_names field.
9646         * assembly.c (mono_assembly_load_friends): Make this callable multiple
9647         times.
9648         (mono_assembly_load_from_full): Avoid calling load_friends (), it is
9649         called lazily when it is needed.
9651         * metadata-internals.h (struct _MonoAssembly): Add 
9652         'friend_assembly_names_inited' flag.
9654 Thu Sep 18 18:18:47 CEST 2008 Paolo Molaro <lupus@ximian.com>
9656         * mono-perfcounters-def.h: fix the types of a few counters.
9657         * mono-perfcounters.c: implemented the instance names getter
9658         and a few bugfixes.
9660 2008-09-18  Atsushi Enomoot  <atsushi@ximian.com>
9662         * culture-info-table.h : regenerated.
9664 2008-09-17  Robert Jordan  <robertj@gmx.net>
9666         * marshal.c (mono_marshal_get_ldflda_wrapper): Add support for
9667         context bound objects. Fixes #415577.
9669         Code is contributed under MIT/X11 license.
9671 Tue Sep 16 21:03:58 CEST 2008 Paolo Molaro <lupus@ximian.com>
9673         * icall-def.h, threads-types.h, threads.c: fixed SpinWait()
9674         implementation (bug #423582).
9676 2008-09-16  Zoltan Varga  <vargaz@gmail.com>
9678         * object.c (mono_object_get_virtual_method): Handle the case method->slot
9679         is not set. Fixes #426309.
9681 2008-09-16  Jb Evain  <jbevain@novell.com>
9683         * class.c (mono_class_from_name): fix the exported type look up
9684         when the type is defined in a referenced assembly.
9686 2008-09-16  Jb Evain  <jbevain@novell.com>
9688         * reflection.c (mono_image_fill_export_table_from_type_forwarders):
9689         increment the next index counter on each iteration to make that work
9690         for more than one type forwarder. Unmanaged part to fix #422929.
9692 2008-09-15  Mark Probst  <mark.probst@gmail.com>
9694         * object-internals.h: enum ComInterfaceType in
9695         MonoInterfaceTypeAttribute is guint32, not guint16.
9697 2008-09-12  Mark Probst  <mark.probst@gmail.com>
9699         * cil-coff.h, image.c, reflection.c: Endianness fixes in image
9700         writing code.
9702 2008-09-11  Mark Probst  <mark.probst@gmail.com>
9704         * icall.c: Boolean arguments to a runtime invoke are MonoBoolean,
9705         not gboolean.
9707 2008-09-11  Mark Probst  <mark.probst@gmail.com>
9709         * debug-mono-symfile.c (mono_debug_symfile_lookup_location):
9710         Endianness fixes for MonoSymbolFileOffsetTable.
9712 2008-09-10  Bill Holmes  <billholmes54@gmail.com>
9714         * process.c (complete_path) : Removing quotes from the 
9715           input path.  The glib file routines do not handle file paths
9716           that have quotes around them.
9718         Code is contributed under MIT/X11 license.
9720 2008-09-10  Bill Holmes  <billholmes54@gmail.com>
9722         * socket-io.h : Adding a comment to provide locations where 
9723           changes to MonoSocketAsyncResult need to be synced.
9725         Code is contributed under MIT/X11 license.
9727 2008-09-10  Zoltan Varga  <vargaz@gmail.com>
9729         * marshal.c (emit_marshal_custom): Call NativeToManaged for non-out 
9730         parameters as well. Fixes #425001.
9732 2008-09-08  Miguel de Icaza  <miguel@novell.com>
9734         * console-io.c (ves_icall_System_ConsoleDriver_TtySetup): Fix
9735         windows build.
9737 2008-09-07  Miguel de Icaza  <miguel@novell.com>
9739         * console-io.c: Add support for tracking the window size if it
9740         changes.
9742         The setup is very simple: the TtySetup function will now return a
9743         pointer to a location in memory that tracks the current console
9744         size.  The managed code checks its current value every time its
9745         queried against the last value set, and updates accordingly.
9747         With this setup we can work with multiple consoles, and we do not
9748         require to poke into managed code from a signal handler.
9750         Additionally, the environment for COLUMNS and LINES is now handled
9751         in unmanaged code.
9753         (ves_icall_System_ConsoleDriver_GetTtySize): This is now gone.
9755 2008-09-07  Mark Probst  <mark.probst@gmail.com>
9757         * marshal.c (mono_type_native_stack_size): Treat
9758         MONO_TYPE_TYPEDBYREF like MONO_TYPE_VALUETYPE.
9760 2008-09-04  Jb Evain  <jbevain@novell.com>
9762         * class.c (mono_class_is_assignable_from): fix assignability of nullables
9763         to nullables.
9765 2008-09-03 Rodrigo Kumpera  <rkumpera@novell.com>
9767         * verify.c (verify_type_compatibility_full): Revert change
9768         to allow converting a native int to unmanaged pointer be verifiable
9769         under non-strict mode.
9770         It turns out that "(IntPtr)null" is indeed unverifiable, go figure.
9772         * verify.c: Added some TODOs.
9774 2008-09-02  Bill Holmes  <billholmes54@gmail.com>
9776         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalAnsi,
9777           ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalUni) :
9778           Changed to use GlobalAlloc for the memory returned on Windows platforms.
9780         Code is contributed under MIT/X11 license.
9782 2008-09-02  Jb Evain  <jbevain@novell.com>
9784         * object.c (mono_ldstr_metdata_sig): renamed to mono_ldstr_metadata_sig.
9786 2008-09-02 Rodrigo Kumpera  <rkumpera@novell.com>
9788         reflection.c (typebuilder_setup_fields): Handle classes with
9789         explicit size.
9791 2008-09-01 Rodrigo Kumpera  <rkumpera@novell.com>
9793         class.c (mono_class_setup_events): Add memory barrier due to
9794         double checked locking.
9795         
9796         class.c (mono_class_setup_properties): Same.
9798 2008-08-31  Zoltan Varga  <vargaz@gmail.com>
9800         * class.c (mono_class_is_assignable_from): Fix the build.
9801         
9802         * class.c (mono_class_is_assignable_from): Call mono_class_setup_vtable ()
9803         before accessing klass->interface_bitmap. Fixes #421744.
9805 2008-08-28  Zoltan Varga  <vargaz@gmail.com>
9807         * appdomain.c (mono_runtime_set_no_exec): New internal function setting
9808         the runtime into no-exec mode, useful when running the AOT compiler.
9810         * appdomain.c gc.c object.c: Avoid executing managed code when running
9811         in no-exec mode.
9812         
9813         * rawbuffer.c (mono_raw_buffer_load_mmap): Disable this on the iphone.
9815         * reflection.c (_mono_reflection_get_type_from_info): Handle the 
9816         special case when the mono_assembly_loaded () returns NULL because the 
9817         search hook is not installed.
9819 2008-08-25  Zoltan Varga  <vargaz@gmail.com>
9821         * marshal.c: Applied patch from tom hindle (tom_hindle@sil.org) to fix
9822         crashes in bstr marshalling on linux.
9824 2008-08-24  Zoltan Varga  <vargaz@gmail.com>
9826         * debug-helpers.c (mono_type_get_desc): Fix printing of generic instances
9827         with more than one parameter.
9829 2008-08-24  Miguel de Icaza  <miguel@novell.com>
9831         * console-io.c (ves_icall_System_ConsoleDriver_TtySetup): Disable
9832         start/stop flow control as well when turning off ICANON (allows
9833         C-s and C-q to be read by Console.ReadKey).
9835 2008-08-24  Zoltan Varga  <vargaz@gmail.com>
9837         * class.c (mono_class_init): Move the initialization of nested classes
9838         into mono_class_get_nested_types (). Fixes #418433.
9840         * class-internals.h (struct _MonoClass): Add a new 'nested_classes_inited'
9841         flag.
9843         * class.c reflection.c icall.c: Use mono_class_get_nested_types () for 
9844         iterating tough the nested classes of a class.
9846 2008-08-23  Zoltan Varga  <vargaz@gmail.com>
9848         * class.c (mono_class_generic_sharing_enabled): Enable generic sharing
9849         on arm.
9851 2008-08-22  Miguel de Icaza  <miguel@novell.com>
9853         * console-io.c (sigcont_handler): Support signal chaining for
9854         SIGCONT.
9856         (console_set_signal_handlers): Use best practices with sigaction,
9857         clear the structure before using it. 
9859 2008-08-22  Robert Jordan  <robertj@gmx.net>
9861         * console-io.c (ves_icall_System_ConsoleDriver_TtySetup):
9862         Fix the Windows build.
9864 2008-08-22  Zoltan Varga  <vargaz@gmail.com>
9866         * class.c (mono_class_generic_sharing_enabled): Make the default
9867         sharing mode 'corlib'.
9869 2008-08-21  Zoltan Varga  <vargaz@gmail.com>
9871         * console-io.c (console_set_signal_handlers): Fix a warning.
9873         * marshal.c (mono_marshal_get_synchronized_wrapper): Call the wrapper
9874         method normally, the JIT will take care of avoiding recursion.
9876 2008-08-20  Bill Holmes  <billholmes54@gmail.com>
9878         * console-io.c : Fixing builds for platforms that do not have <termios.h>.
9880         Code is contributed under MIT/X11 license.
9882 2008-08-20  Miguel de Icaza  <miguel@novell.com>
9884         * console-io.c (sigcont_handler): We need to restore the entire
9885         termios state, not only the original settings, as things like echo
9886         can be controlled after this (Booish exposes this issue with its
9887         own ReadLine implementation).
9889         Additionally, we need to set the terminal back into keypad_xmit
9890         mode.
9891         
9892         (ves_icall_System_ConsoleDriver_TtySetup): Take the keypad xmit
9893         string as a paramter as well.   Otherwise we get different
9894         keyboard sequences.
9896 2008-08-20  Zoltan Varga  <vargaz@gmail.com>
9898         * marshal.c (emit_marshal_object): Avoid managed-to-native marshalling of
9899         delegates with byref out parameter passing. Fixes #351520.
9901         * debug-helpers.c (mono_context_get_desc): New helper function to stringify
9902         a generic context.
9903         (mono_type_get_desc): Add the type arguments for GENERICINST.
9904         (mono_method_full_name): Stringify the class name using mono_type_full_name
9905         so it picks up generic arguments.
9907 2008-08-19  Gert Driesen  <drieseng@users.sourceforge.net>
9909         * console-io.c: Removed debug output.
9911 2008-08-19 Rodrigo Kumpera  <rkumpera@novell.com>
9913         reflection.c (mono_reflection_create_runtime_class): Alloc
9914         the nested classes linked list using the dynamic image mempool.
9915         Fixes leak in corlib compilation.
9917 2008-08-19  Miguel de Icaza  <miguel@novell.com>
9919         * console-io.c: Fix incredibly annoying behavior on the console
9920         after resuming execution after control-z.   This affected every
9921         console application.
9923 2008-08-18 Rodrigo Kumpera  <rkumpera@novell.com>
9925         * mempool-internals.h: Header for mono private mempool functions. The first
9926         two function are for allocating glib linked lists using pools.
9928         * mempool.c: Added g_list_prepend_mempool and g_slist_prepend_mempool.
9930         * Makefile.am: Added mempool-internals.h.
9932 2008-08-16  Zoltan Varga  <vargaz@gmail.com>
9934         * domain.c (mono_domain_create): Call the JIT domain hook if installed.
9935         (mono_domain_free): Ditto.
9937         * domain-internals.h (struct _MonoDomain): Add 'runtime_info' field, this could
9938         be used by the JIT to store its domain-specific information, instead of putting
9939         it directly into MonoDomain.
9941         * domain.c (mono_install_create_domain_hook): New helper function to install
9942         a hook which initializes domain->runtime_info.
9944         * domain.c (mono_install_free_domain_hook): Ditto.
9945         
9946 2008-08-15  Zoltan Varga  <vargaz@gmail.com>
9948         * marshal.c (mono_delegate_end_invoke): Raise an exception instead of
9949         asserting if the ares parameter is null.
9951         * mono-perfcounters.c: Fix warnings.
9953         * marshal.c (mono_marshal_get_delegate_begin_invoke): Don't set save_lmf, it
9954         is not needed, don't check for interruptions either.
9955         (mono_marshal_get_delegate_end_invoke): Ditto.
9957 2008-08-15  Marek Habersack  <mhabersack@novell.com>
9959         * mono-perfcounters.c (predef_readonly_counter): added support for
9960         reading the ASP.NET Requests Queued counter from another process.
9962 2008-08-12  Zoltan Varga  <vargaz@gmail.com>
9964         * metadata-internals.h: Move the 'aot_module' field from MonoAssembly to
9965         MonoImage to simplify the AOT code.
9967 2008-08-10  Zoltan Varga  <vargaz@gmail.com>
9969         * marshal.c (emit_marshal_object): Implement native-to-managed StringBuilder
9970         marshalling. Fixes #416078.
9972 2008-08-08  Zoltan Varga  <vargaz@gmail.com>
9973         
9974         * marshal.c (mono_marshal_get_native_wrapper): Add an 'aot' argument, when
9975         it is set, looking up the icall address is deferred to the JIT, since 
9976         in embedded scenarios, the icall might not be registered in the runtime
9977         doing the AOT compilation. Backported from the 2.0 branch.
9979 2008-08-08  Zoltan Varga  <vargaz@gmail.com>
9981         * marshal.c (mono_remoting_wrapper): Handle nullable types correctly.
9982         Fixes #415621.
9984 2008-08-05  Marek Habersack  <mhabersack@novell.com>
9986         * Makefile.am: added support for cross-compilation.
9988 2008-08-04  Zoltan Varga  <vargaz@gmail.com>
9990         * socket-io.c (get_socket_assembly): Make 'moonlight' variable static.
9992 Fri Aug 1 18:47:48 CEST 2008 Paolo Molaro <lupus@ximian.com>
9994         * mono-perfcounters.c: jitted methods and jitted bytes counters.
9996 Fri Aug 1 16:07:09 CEST 2008 Paolo Molaro <lupus@ximian.com>
9998         * class-internals.h, icall-def.h, mono-perfcounters-def.h,
9999         mono-perfcounters.c: performance counters implementation.
10001 2008-07-31  Zoltan Varga  <vargaz@gmail.com>
10003         * metadata-internals.h (struct _MonoAssembly): Change the type of 'aot_module'
10004         to gpointer, letting the AOT code decide what to store in it.
10006 2008-07-31  Bill Holmes  <billholmes54@gmail.com>
10008         * marshal.c (cominterop_get_native_wrapper) : Adding a call to 
10009           mono_class_setup_methods if the methods are not initialized.
10011         Code is contributed under MIT/X11 license.
10013 2008-07-30 Rodrigo Kumpera  <rkumpera@novell.com>
10015         * verify.c: Remove some debug code I commited by accident.
10017         * verify.c (mono_method_is_valid_in_context): Change the return value
10018         to make possible to distinguish between invalid and unverifiable.
10020         * verify.c (verifier_load_method): Don't return NULL for unverifiable
10021         methods.
10023 2008-07-30 Rodrigo Kumpera  <rkumpera@novell.com>
10025         * verify.c (mono_generic_param_is_constraint_compatible): Inflate type
10026         constraints. Fixes regression in gtest-253.
10028 2008-07-30 Rodrigo Kumpera  <rkumpera@novell.com>
10030         * verify.c (mono_verifier_verify_class): Don't allow generic types
10031         with explicit layout.
10033         * verify.c (mono_method_verify): Check locals and argument types.
10035 2008-07-29  Zoltan Varga  <vargaz@gmail.com>
10037         * monitor.c (mono_monitor_try_enter_internal): Allow nterruption of the
10038         wait if the thread is in StopRequested state.
10040         * class.c (mono_class_from_name): Refactor the module searching code into
10041         a separate function so it can be reused in the AOT case too.
10043 2008-07-28 Rodrigo Kumpera  <rkumpera@novell.com>
10045         * verify.c (mono_type_is_valid_in_context): Improve the error message.
10046         Check both the type and it's generic type definition for loader errors.
10047         
10048         * verify.c (mono_method_is_valid_in_context): Don't generate another
10049         error when a type errors occur, this leads to the wrong exception been
10050         thrown.
10052 2008-07-28  Dick Porter  <dick@ximian.com>
10054         * icall-def.h
10055         * process.c
10056         (ves_icall_System_Diagnostics_Process_ProcessHandle_duplicate):
10057         New internal calls to duplicate and close a process handle.
10059 2008-07-27  Andreas Färber  <andreas.faerber@web.de>
10061         * object.c (CHECK_ADD_OVERFLOW_UN): Add missing bracket. Fixes #412499.
10063 2008-07-27  Zoltan Varga  <vargaz@gmail.com>
10065         * appdomain.c (unload_thread_main): Attach the unload thread to the runtime.
10067 2008-07-27  Robert Jordan  <robertj@gmx.net>
10069         * class.c (mono_class_init): Don't compute class.has_finalize for
10070         valuetypes. Fixes #412477.
10072 2008-07-25 Rodrigo Kumpera  <rkumpera@novell.com>
10074         * verify.c: Implement constraint equivalence checking.
10075         This is required when a generic parameter is used as
10076         argument to a constrained one.
10078         Fixes #410637.
10080 2008-07-24  Zoltan Varga  <vargaz@gmail.com>
10082         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
10084         * domain-internals.h (struct _MonoDomain): Add 'method_code_hash' field.
10086         * object-internals.h (struct _MonoDelegate): Add 'method_code' field,
10087         synch with managed object layout.
10089 2008-07-24 Rodrigo Kumpera  <rkumpera@novell.com>
10091         * verify.c (do_branch_op): Handle valuetypes and generic
10092         arguments properly.
10094         * verify.c (do_cmp_op): Same.
10096         Fixes #410383.
10098 2008-07-24  Mark Probst  <mark.probst@gmail.com>
10100         * generic-sharing.c: Fix memory leaks.
10102         * class.c, class-internals.h: Make
10103         mono_class_inflate_generic_type_with_mempool() non-static.
10105 2008-07-24 Rodrigo Kumpera  <rkumpera@novell.com>
10107         * pedump.c (dump_verify_info): Dump full class name.
10109 2008-07-24  Mark Probst  <mark.probst@gmail.com>
10111         * generic-sharing.c: Removed some old code that didn't do anything.
10113 2008-07-24  Massimiliano Mantione  <massi@ximian.com>
10114         * profiler.c: Added runtime_initialized_event,
10115         mono_profiler_install_runtime_initialized and
10116         mono_profiler_runtime_initialized. This new hook tells the profiler
10117         when the runtime is sufficiently initialized to be able to call
10118         mono_thread_attach on the root appdomain.
10119         * profiler.h, profiler-private.h: Likewise.
10121 2008-07-23 Rodrigo Kumpera  <rkumpera@novell.com>
10123         * verify.c (do_cast): Do boxing for generic arguments as well.
10125         * class.c (is_nesting_type): Drop generic instantiations before
10126         checking for nesting.
10128         * class.c (can_access_instantiation): Allow access to generic
10129         arguments.
10131 2008-07-23 Rodrigo Kumpera  <rkumpera@novell.com>
10133         * verify.c (verify_class_for_overlapping_reference_fields):
10134         On some cases, the field size might be zero, guard against that.
10135         Fix the explicit layout check to work as expected.
10137 2008-07-23  Zoltan Varga  <vargaz@gmail.com>
10139         * threads.c (ves_icall_System_Threading_Thread_Abort): Avoid calling 
10140         mono_thread_resume () during shutdown, since the thread we want to abort
10141         might be suspended.
10143 2008-07-22  Zoltan Varga  <vargaz@gmail.com>
10145         * mono-debug-debugger.c (mono_debugger_check_breakpoints): Fix a 
10146         warning.
10148         * debug-mono-symfile.c: Fix a warning.
10150         * mono-perfcounters.c (get_cpu_times): Fix a warning.
10152         * object.c (mono_class_vtable): Check if exception_type is set, and return
10153         NULL as defined by the function comments.
10155 2008-07-22  Mark Probst  <mark.probst@gmail.com>
10157         * mempool.c: Use malloc for every single mempool allocation if the
10158         configure option is set.  This makes it easier to track mempool
10159         allocations with tools like Valgrind.
10161 2008-07-22  Jb Evain  <jbevain@novell.com>
10163         * reflection.c (create_dynamic_mono_image): emit the same
10164         metadata version that SL2 does when creating a SL2 image.
10166 2008-07-21 Rodrigo Kumpera  <rkumpera@novell.com>
10168         * icall-def.h:
10169         * icall.c: New icall System.Enum:get_hashcode. This function
10170         avoids the overhead of boxing the enum to the underlying type.
10172 2008-07-21  Mark Probst  <mark.probst@gmail.com>
10174         * reflection.c (mono_method_get_object): Don't let static RGCTX
10175         invoke wrappers get into MonoReflectionMethods.
10177 2008-07-17 Rodrigo Kumpera  <rkumpera@novell.com>
10179         * object-internals.h:
10180         * object.c: New mono_runtime_class_init_full function
10181         that makes throwing the exception optinal.
10183         * class-internals.h: New exception type MONO_EXCEPTION_OBJECT_SUPPLIED
10184         for the case where the exception object is supplied.
10186 2008-07-16  Kornél Pál  <kornelpal@gmail.com>
10188         * coree.h: Define __ImageBase as _image_base__ on cygwin that fixes build with
10189         old ld versions.
10191         Contributed under MIT/X11 license.
10193 2008-07-16 Rodrigo Kumpera  <rkumpera@novell.com>
10195         * string-icalls.c (ves_icall_System_String_InternalSplit):
10196         Optimize array allocation by caching the MonoClass of the
10197         array type.
10199         * icall.c (ves_icall_Type_GetMethodsByName): Same.
10201         * reflection.c (mono_param_get_objects): Same.
10203 2008-07-16 Rodrigo Kumpera  <rkumpera@novell.com>
10205         * icall-def.h:
10206         * icall.c: New ves_icall_MonoGenericClass_InflateType icall.
10207         It inflates the given type using the class context.
10209 2008-07-15 Rodrigo Kumpera  <rkumpera@novell.com>
10211         * object.c (mono_class_try_get_vtable): New function. Tries to fetch
10212         the vtable if it already exists.
10214         * object-internals.h: Add mono_class_try_get_vtable as part of the
10215         internal API.
10217         * reflection.c (mono_type_get_object): Use the MonoObject from the
10218         vtable when possible. Reduces locking contention on reflection heavy
10219         code.
10221 2008-07-15  Zoltan Varga  <vargaz@gmail.com>
10223         * decimal.c (my_g_bit_nth_msf): Implement this directly without calling
10224         g_bit_nth_msf () since that macro is not implemented in eglib.
10226 2008-07-13  Zoltan Varga  <vargaz@gmail.com>
10228         * class.c (mono_class_generic_sharing_enabled): Always disable generic sharing
10229         on platforms which do not support it.
10231 2008-07-12  Zoltan Varga  <vargaz@gmail.com>
10233         * marshal.c (mono_signature_to_name): Encode sig->hasthis as well.
10235 2008-07-11  Martin Baulig  <martin@ximian.com>
10237         * mono-debug-debugger.h
10238         (MonoDebuggerEvent): Add `MONO_DEBUGGER_EVENT_INTERRUPTION_REQUEST'.
10240         * mono-debug-debugger.c
10241         (_mono_debugger_interruption_request): New global volatile variable.
10242         (mono_debugger_check_interruption): New public function.
10244         * threads.c
10245         (mono_thread_current_check_pending_interrupt): Call
10246         mono_debugger_check_interruption().
10247         (mono_thread_interruption_checkpoint_request): Likewise.
10249 2008-07-11 Rodrigo Kumpera  <rkumpera@novell.com>
10251         * verify.c: Add more type checks for loaded types. Verify the result
10252         handle from ldtoken.
10254 2008-07-11 Rodrigo Kumpera  <rkumpera@novell.com>
10256         * loader.c (field_from_memberref): Don't crash if the field
10257         wasn't found.
10259 2008-07-11 Rodrigo Kumpera  <rkumpera@novell.com>
10261         * verify.c: Verify if type and method instantiations
10262         don't have invalid VAR or MVAR arguments.
10264 2008-07-11 Rodrigo Kumpera  <rkumpera@novell.com>
10266         * verify.c: Fix double free of function pointer list.
10268 2008-07-11 Rodrigo Kumpera  <rkumpera@novell.com>
10270         * object.c (mono_string_to_utf8): Comment the new code as it
10271         breaks under eglib.
10273 2008-07-08 Rodrigo Kumpera  <rkumpera@novell.com>
10275         * object.c (mono_string_to_utf8): Avoid allocating a temp array.
10277 2008-07-07  Bill Holmes  <billholmes54@gmail.com>
10279         * threads.c : Thread.Interrupt changes to ensure that ThreadInterruptedException
10280           is not throw too many times.
10282         Code is contributed under MIT/X11 license.
10284 2008-07-07  Zoltan Varga  <vargaz@gmail.com>
10286         * mono-debug.c (mono_debug_find_method): Allow this to be called even when
10287         debugging is turned off.
10289 2008-07-06  Zoltan Varga  <vargaz@gmail.com>
10291         * generic-sharing.c (mono_method_lookup_rgctx): Fix a warning.
10293 2008-07-04  Mark Probst  <mark.probst@gmail.com>
10295         * class-internals.h, class.c: Added new generic sharing option:
10296         Share only stuff in System.Collections.Generic, which is now the
10297         default.
10299 2008-07-04  Mark Probst  <mark.probst@gmail.com>
10301         * generic-sharing.c, class-internals.h: New function for getting a
10302         generic method in a generic class given the corresponding method
10303         for a different instantiation of the class.  Partly refactored
10304         from mini-trampolines.c.
10306         * class.c: Make sure generic methods have a class_inst if they are
10307         part of a generic class.
10309         * metadata.c (mono_type_stack_size_internal): Handle type
10310         variables.
10312 2008-07-04  Mark Probst  <mark.probst@gmail.com>
10314         * domain-internals.h: New field (has_this) in MonoGenericJitInfo.
10315         Signifies whether information on the this/vtable/mrgctx variable
10316         is available.
10318 2008-07-04  Mark Probst  <mark.probst@gmail.com>
10320         * object.c, object-internals.h, icall.c: New function
10321         mono_delegate_ctor_with_method(), which does the same as
10322         mono_delegate_ctor(), but takes an explicit method argument
10323         instead of taking the method from the jit info.
10325         * marshal.c: When creating a delegate with an inflated method take
10326         the "this" argument as the target class for the castclass.
10328 2008-07-03  Mark Probst  <mark.probst@gmail.com>
10330         * domain.c (mono_jit_info_table_find): Fixed a bug that caused
10331         mono_jit_info_table_find() to perform very badly in some cases.
10333 2008-07-02  Zoltan Varga  <vargaz@gmail.com>
10335         * icall.c (type_from_typename): Handle 'string'.
10337         * marshal.c (mono_marshal_get_runtime_invoke): Don't insert runtime invoke
10338         wrappers into the wrapper_hash, since the key is not a MonoMethod.
10340 2008-07-01  Zoltan Varga  <vargaz@gmail.com>
10342         * icall.c (mono_get_jit_icall_info): New function to return the jit icall hash table.
10344         * *-gc.c (mono_gc_get_managed_allocator_types): New function to return the
10345         number of available managed allocator types.
10347         * marshal.c (mono_marshal_init): Register Thread:ResetAbort as an icall ().
10348         (mono_marshal_get_runtime_invoke): Call ResetAbort as an icall.
10350 2008-06-30  Zoltan Varga  <vargaz@gmail.com>
10352         * domain-internals.h (struct _MonoDomain): Add 'jit_code_hash_lock' field,
10353         which is a low level lock protecting just the 'jit_code_hash' hash table.
10355         * domain.c: Initialize+cleanup jit_code_hash_lock.
10356         
10357 2008-06-30  Kornél Pál  <kornelpal@gmail.com>
10359         * coree.c (mono_load_coree): Set coree_module_handle global variable only
10360         after initialization.
10362         * coree.h: Make MonoFixupExe internal.
10364         Contributed under MIT/X11 license.
10366 2008-06-30  Kornél Pál  <kornelpal@gmail.com>
10368         * coree.c (_CorValidateImage): Retain IMAGE_DIRECTORY_ENTRY_SECURITY
10369         because that is platform independent. Check NumberOfRvaAndSizes in PE32
10370         as well.
10371         (MonoLoadImage): New wrapper function around LoadLibrary to ensure that the
10372         image being loaded is a CLI image and _CorValidateImage gets called.
10374         * coree.h: Add MonoLoadImage.
10376         * image.c (mono_image_open_full): Load CLI images using MonoLoadImage
10377         instead of LoadLibrary.
10379         Contributed under MIT/X11 license.
10381 2008-06-29 Rodrigo Kumpera  <rkumpera@novell.com>
10383         * icall.c (ves_icall_System_ValueType_Equals): Avoid allocating objects
10384         for any primitive type.
10386 2008-06-29  Zoltan Varga  <vargaz@gmail.com>
10388         * object.c (mono_array_new_specific): Optimize this and the other allocation
10389         functions a bit.
10390         
10391         * object.c (mono_class_create_runtime_vtable): Use typed allocation in other
10392         domains too if mono_dont_free_domains is set.
10394         * domain-internals.h (mono_dont_free_domains): New internal option controlling
10395         whenever to free appdomain data after it has been unloaded.
10397         * domain.c (mono_domain_free): Don't free appdomain data if the option is set.
10398         
10399 2008-06-28  Zoltan Varga  <vargaz@gmail.com>
10401         * icall.c (ves_icall_System_Enum_get_underlying_type): New icall.
10402         (mono_method_get_equivalent_method): Fix a warning.
10404         * object.c (mono_message_init): Avoid looking up array types for each call.
10406 2008-06-27  Zoltan Varga  <vargaz@gmail.com>
10408         * object.c (mono_message_invoke): Avoid looking up the object[] type for each
10409         call.
10411         * icall.c (ves_icall_System_ValueType_Equals): Optimize the comparison of enums
10412         even more.
10414         * class.c (mono_class_get_fields): Avoid calling setup_fields_locking () for
10415         each iteration.
10417         * icall.c (ves_icall_System_ValueType_Equals): Avoid traversing all the static
10418         fields of an enum.
10420 2008-06-26 Rodrigo Kumpera  <rkumpera@novell.com>
10422         * object.c (mono_value_box): Fix boxing of nullables.
10424 2008-06-26  Kornél Pál  <kornelpal@gmail.com>
10426         * assembly.c (mono_set_rootdir): Use __ImageBase instead of
10427         mono_module_handle that is defined by the linker; no initialization required.
10428         * coree.h: Remove mono_module_handle, add __ImageBase, update
10429         mono_image_open_from_module_handle.
10430         * coree.c (_CorValidateImage): Convert platform independent PE32 images to
10431         PE32+ on 64-bit Windows that makes the OS able to load CIL images as modules.
10432         (MonoFixupCorEE): Export Address Table RVAs are 32-bit unsigned integers so
10433         memory has to be allocated for trampolines (x64) or procedure labels (IA64) up
10434         to 4 GB away from image base address. IA64 version is not tested but was very
10435         easy to implement and should work if we ever need it.
10436         * domain.c (mono_init_internal): Avoid system error message boxes.
10437         * image.c (mono_image_open_from_module_handle): Replace ref_count argument
10438         with has_entry_point. Handle do_mono_image_load fauilre correctly.
10439         (mono_image_open_full, mono_image_close): Use has_entry_point instead of
10440         coff_attributes that is a more reliable way to detect if _CorDllMain was called.
10441         * metadata-internals.h: Add has_entry_point to _MonoImage on Windows.
10443         Contributed under MIT/X11 license.
10445 2008-06-25 Rodrigo Kumpera  <rkumpera@novell.com>
10447         * class.c, class-internals.h: Export mono_class_get_generic_type_definition
10448         as part of the private mono API.
10449         
10450         * loader.c (ves_icall_System_Reflection_MethodBase_GetMethodFromHandleInternalType):
10451         Do proper argument checking for methods that belong to generic classes.
10452         Do proper type resolution for GMFH/2.
10453         Fixes #377324.
10454         
10455 2008-06-25 Rodrigo Kumpera  <rkumpera@novell.com>
10457         * verify.c (do_switch): Fix a memory corruption bug with
10458         the jump index is out of bound.
10460 2008-06-25 Rodrigo Kumpera  <rkumpera@novell.com>
10462         * verify.c: Disable debug code.
10464 2008-06-25 Rodrigo Kumpera  <rkumpera@novell.com>
10466         * reflection.c (mono_image_get_methodbuilder_token): Use
10467         mono_image_get_methodspec_token_for_generic_method_definition
10468         instead of mono_image_get_memberref_token. We cache more memberef
10469         entries now.
10471 2008-06-24 Rodrigo Kumpera  <rkumpera@novell.com>
10473         * verify.c: Inflate exception clause types.
10474         Fixes #402606.
10475         
10476 2008-06-24 Rodrigo Kumpera  <rkumpera@novell.com>
10478         * reflection.c (mono_image_get_methodbuilder_token): Don't leak
10479         name.
10481         * reflection.c (mono_image_get_ctorbuilder_token): Same.
10483         * reflection.c (mono_image_create_method_token): Same.
10485 2008-06-24 Rodrigo Kumpera  <rkumpera@novell.com>
10487         * reflection.c: Added mono_image_get_methodref_token_for_methodbuilder.
10488         It does the same as mono_image_get_methodref_token but works on
10489         MethodBuilder.
10491         * reflection.c: Use mono_image_get_methodspec_token_for_generic_method_definition
10492         and always generate a methodspec. This follows the old behavior and fixes
10493         the regressions in System.Core. 
10495 2008-06-24  Zoltan Varga  <vargaz@gmail.com>
10497         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Collect exceptions for classes where 
10498         don't event mono_class_get () succeeds. Fixes #402182.
10500 2008-06-20 Rodrigo Kumpera  <rkumpera@novell.com>
10502         * metadata-internals.h: Added MonoDynamicImage::methodspec
10503         hashtable to store methodspec tokens created for MethodBuilders.
10505         * reflection.c (mono_image_get_methodbuilder_token): Encode generic
10506         MethodBuilders as open instantiations if a methodspec was requested.
10508         * reflection.c (fixup_method): Skip MethodBuilder with methodspec tokens.
10510         * reflection.c (create_dynamic_mono_image): Create the methodspec hashtable.
10512         * reflection.c (mono_dynamic_image_free): Release the methodspec hashtable.
10514         Fixes bug #349190.
10516 2008-06-20 Rodrigo Kumpera  <rkumpera@novell.com>
10518         * loader.c (method_from_methodspec): Avoid crashing if the
10519         method lookup fails.
10521 2008-06-20  Dick Porter  <dick@ximian.com>
10523         * socket-io.c (get_socket_assembly): Cope with Moonlight network
10524         classes being in a different assembly.  Fixes bug 399184.
10526 2008-06-20  Zoltan Varga  <vargaz@gmail.com>
10528         * loader.c (mono_loader_init): Make this callable multiple times.
10529         (mono_dllmap_insert): Call mono_loader_init () so this works even before
10530         the runtime is initialized. Fixes #401755.
10532 2008-06-19  Dick Porter  <dick@ximian.com>
10534         * socket-io.c (convert_socketflags): Ignore SocketFlags.Partial.
10535         Fixes bug 349688.
10537 2008-06-19  Dick Porter  <dick@ximian.com>
10539         * socket-io.c:
10540         * icall-def.h: Implement Socket generic Send() and Receive()
10541         methods.  Fixes bug 395168.
10543 2008-06-19  Kornél Pál  <kornelpal@gmail.com>
10545         * icall-def.h, icall.c: Add ves_icall_System_Reflection_Module_GetHINSTANCE.
10547         Contributed under MIT/X11 license.
10549 2008-06-18  Martin Baulig  <martin@ximian.com>
10551         * mono-debug.h (MONO_DEBUGGER_VERSION): Split into
10552         `MONO_DEBUGGER_MAJOR_VERSION' and `MONO_DEBUGGER_MINOR_VERSION';
10553         set to 80.0.  The debugger <-> runtime interface is now frozen as
10554         well.   
10556         * mono-debug.c
10557         (mono_debug_debugger_version): Bump to 4.
10559 2008-06-18  Martin Baulig  <martin@ximian.com>
10561         * debug-mono-symfile.c
10562         (load_symfile): Don't check the minor version.
10564         * debug-mono-symfile.h: Bump the version number to 50.0.
10566 2008-06-18  Martin Baulig  <martin@ximian.com>
10568         * debug-mono-symfile.c
10569         (load_symfile): Treat `MONO_SYMBOL_FILE_MINOR_VERSION' as a
10570         minimum required version.
10572 2008-06-17 Rodrigo Kumpera  <rkumpera@novell.com>
10574         * reflection.c (mono_custom_attrs_from_property): Fix support for
10575         retriveving cattrs of dynamic inflated generic types.
10577         * reflection.c (mono_custom_attrs_from_event): Same.
10579         * reflection.c (mono_custom_attrs_from_field): Same;
10581         * reflection.c (typebuilder_setup_events): Same cattrs of events.
10583         * loader.c (-mono_metadata_get_corresponding_field_from_generic_type_definition):
10584         Moved to metadata.c.
10586         * metadata.c: New functions to retrive the equivalent field, event
10587         of property from the generic type definition.
10589         * metadata-internals.h: Added new functions from metadata.c.
10591 2008-06-17 Rodrigo Kumpera  <rkumpera@novell.com>
10593         * reflection.c (mono_custom_attrs_from_builders): Mark MonoCustomAttrInfo
10594         to cached in a mempool is used.
10596         * metadata.c (free_generic_class): In some situations field generic_info type
10597         is not properly dup'ed and leads to double free'ing.
10599         Fixes #400643.
10601 2008-06-17  Mark Probst  <mark.probst@gmail.com>
10603         * marshal.c (mono_marshal_get_static_rgctx_invoke): Also handle
10604         this arguments (will be needed later for generic methods).
10605         Collect stats.
10607 2008-06-17  Mark Probst  <mark.probst@gmail.com>
10609         * icall.c (ves_icall_System_Delegate_CreateDelegate_internal):
10610         Create a static RGCTX invoke wrapper for methods which require it.
10612 2008-06-17  Mark Probst  <mark.probst@gmail.com>
10614         * object.c, class-internals.h: New function for checking whether
10615         an individual field is special static.
10617 2008-06-15  Zoltan Varga  <vargaz@gmail.com>
10619         * metadata.c (mono_metadata_get_generic_param_row): Use bsearch instead of
10620         linear search since the table is sorted.
10622         * gc.c (mono_gc_cleanup): Abort the finalizer thread more gracefully.
10623         Fixes #324180.
10625 2008-06-14  Zoltan Varga  <vargaz@gmail.com>
10627         * appdomain.c (unload_thread_main): Applied patch from Tim Howard 
10628         (timh@ict.om.org). Remove the timeouts when waiting for appdomains to unload.
10630         * gc.c (mono_domain_finalize): Allow an infinite timeout.
10632         * threads.c (mono_threads_abort_appdomain_threads): Ditto.
10633         
10634         * threads.c (mono_thread_request_interruption): Get rid of locking, use
10635         InterlockedCompareExchange to query and modify 
10636         thread->interruption_requested.
10638         * object-internals.h (struct _MonoThread): Change interruption_requested
10639         to a gint32 so it can be modified by atomic operations. Add 
10640         'critical_region_level' from the managed side, change small_id to a guint32,
10641         add new set of 'unused' fields.
10643         * appdomain.c: Bump corlib version.
10645 2008-06-13  Zoltan Varga  <vargaz@gmail.com>
10647         * class.c (mono_class_from_name): Search modules as well. Fixes
10648         #322332.
10650 2008-06-13  Mark Probst  <mark.probst@gmail.com>
10652         * generic-sharing.c: Code for maintaining the MRGCTX and MRGCTX
10653         templates.  Templates are generalized with an additional type_argc
10654         argument.  RGCTX templates have type_argc==0, MRGCTX templates
10655         have type_argc>0.
10657         * domain-internals.h, domain.c: New hash table for looking up
10658         MRGCTXs.
10660         * metadata.c, metadata-internals.h: Rename hash and equal
10661         functions for MonoGenericInst's and make them public.
10663         * class-internals.h: New data structures for the MRGCTX.  Macros
10664         for distinguishing slots in the RGCTX and the MRGCTX.
10666 2008-06-13  Mark Probst  <mark.probst@gmail.com>
10668         * object.c (mono_method_get_imt_slot): Put the same methods of
10669         different instantiations of the same generic interface in the same
10670         IMT slots, to make generic sharing simpler.
10672 2008-06-12 Rodrigo Kumpera  <rkumpera@novell.com>
10674         * metadata-internals.h: Added mono_metadata_field_info_with_mempool.
10676         * metadata.c (mono_metadata_field_info_with_mempool): Added.
10677         This function works just like mono_metadata_field_info, but
10678         accept a mempool as argument to be used allocating memory.
10680         * marshal.c (mono_marshal_load_type_info): Use new function
10681         to load marshal data into image mempool.
10683 2008-06-12 Rodrigo Kumpera  <rkumpera@novell.com>
10685         * class.c (mono_class_inflate_generic_type_with_mempool):
10686         This function allows to inflate a generic type using
10687         a mempool.
10689         * class.c (inflate_generic_type): Take a mempool as argument
10690         and use it to do type dup'ing.
10692         * class.c (mono_class_setup_fields): Field type for generic
10693         generic classes are allocated from the image mempool.
10695         * metadata.c (free_generic_class): Inflated field type is
10696         now allocated in the image mempool.
10698 2008-06-12 Rodrigo Kumpera  <rkumpera@novell.com>
10700         * threads.c (thread_cleanup): Free MonoThread::name.
10702 2008-06-12  Marek Habersack  <mhabersack@novell.com>
10704         * appdomain.c (ensure_directory_exists): avoid unnecessary
10705         mkdir(2) calls when the shadow directory already exists.
10706         (mono_make_shadow_copy): copy also satellite assemblies from the
10707         private bin directories.
10709 2008-06-11  Zoltan Varga  <vargaz@gmail.com>
10711         * threads.c (mono_thread_get_stack_bounds): Align the stack in all cases.
10712         
10713         * threads.c (mono_thread_get_stack_bounds): Align the stack address to
10714         a page boundary. Fixes #396219.
10716 2008-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
10718         * marshal.c (mono_marshal_load_type_info): Add a memory barrier
10719         due to double-checked locking.
10721 2008-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
10723         * assembly.c (build_assembly_name): Release memory on failure.
10725         * assembly.c (mono_assembly_name_parse_full): Release memory on failure.
10727 2008-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
10729         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): Release
10730         memory on failure.
10732 2008-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
10734         * icall.c (ves_icall_System_Reflection_AssemblyName_ParseName): Release
10735         memory on failure.
10737 2008-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
10739         * loader.c (field_from_memberref): Check if field signature type is equal
10740         to the non-inflated type of the field. Fixes #398980.
10742 2008-06-11  Zoltan Varga  <vargaz@gmail.com>
10744         * assembly.c (mono_assembly_load_from_full): Call 
10745         mono_assembly_load_friends () outside the assemblies lock, since it can
10746         acquire the loader lock. Fixes #323696.
10748         * reflection.c (resolve_object): Inflate the inst with the context for
10749         FieldOnTypeBuilderInst. Fixes #399010.
10751 2008-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
10753         * reflection.c (mono_image_get_field_on_inst_token): Don't
10754         inflate the field to encode it's signature. If it's a
10755         VAR or MVAR it should stay that way in the signature.
10756         Fixes #399047.
10758 2008-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
10760         * reflection.c (resolve_object): Release memory of inflated types.
10762 2008-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
10764         * loader.c (mono_method_get_signature_full): Remove assert about
10765         loading a methodspec to a generic method. We have such methods, such as
10766         System.Threading.Interlocked::CompareExchange<T>.
10767         This assert was removed since it crashes the verifier when it checks
10768         methods calling CompareExchange<T>.
10770 2008-06-10  Marek Safar  <marek.safar@gmail.com>
10772         * icall.c (ves_icall_MonoMethod_GetGenericArguments): Creates an instance
10773         of Type array and not MonoType.
10775 2008-06-10  Marek Habersack  <mhabersack@novell.com>
10777         * profiler.c: fix a segfault on shutdown. Patch from Paolo Molaro
10778         <lupus@ximian.com>
10780 2008-06-10  Martin Baulig  <martin@ximian.com>
10782         * debug-mono-symfile.h
10783         (MONO_SYMBOL_FILE_MINOR_VERSION): Bump to 6.  There were no
10784         changes to the file format, but we were generating incorrect
10785         source file indices in the line number table due to a bug, which
10786         made backtraces report an incorrect source file.
10788 2008-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
10790         * mono-debug.c: Moved mono_debug_free_method_jit_info from
10791         mini/debug-mini.c to here.
10793         * mono-debug.c (il_offset_from_address): Free memory from find_method.
10795         * mono-debug.h: Export mono_debug_free_method_jit_info, users should
10796         use it to release structs returned by mono_debug_find_method.
10798 2008-06-10  Zoltan Varga  <vargaz@gmail.com>
10800         * class.c (mono_class_setup_vtable): Call setup_methods even for interfaces
10801         since it needs to set method->slot for all interface methods.
10803 2008-06-09 Rodrigo Kumpera  <rkumpera@novell.com>
10805         * class-internals.h: Forgot to add.
10807 2008-06-09 Rodrigo Kumpera  <rkumpera@novell.com>
10809         * class-internals.h: Added MONO_PROP_DYNAMIC_CATTR.
10811         * reflection.c (lookup_custom_attr): Added a MonoImage argument.
10812         Lookup the custom attributes from property_hash.
10814         * reflection.c (mono_save_custom_attrs): Save the custom attributes
10815         in property_hash. Allocate all data using the image mempool.
10817         * reflection.c: Removed dynamic_custom_attrs. Changed all checks
10818         for dynamic_custom_attrs to checks if the image is dynamic.
10820 2008-06-09  Zoltan Varga  <vargaz@gmail.com>
10822         * appdomain.c (ves_icall_System_AppDomain_GetAssemblies): Free the
10823         assemblies array.
10824         
10825         * appdomain.c (ves_icall_System_AppDomain_GetAssemblies): Avoid calling
10826         runtime functions while holding the domain assemblies lock.
10828 2008-06-09 Rodrigo Kumpera  <rkumpera@novell.com>
10830         * verify.c: Reapplied the last bit of the reverted changes.
10832 2008-06-09 Rodrigo Kumpera  <rkumpera@novell.com>
10834         * verify.c: Reapplied more of the reverted changes.
10836 2008-06-09  Martin Baulig  <martin@ximian.com>
10838         * debug-mono-symfile.c (load_symfile): Check the major version
10839         first; if it's wrong, don't print the minor version in the error message.
10841 2008-06-09  Zoltan Varga  <vargaz@gmail.com>
10843         * appdomain.c (set_domain_search_path): Make this use the domain assemblies
10844         lock instead of the domain lock to avoid deadlocks, since the thread might
10845         already hold the loader lock.
10847         * threads.c (start_wrapper): Call mono_monitor_init_tls ().
10848         (mono_thread_attach): Ditto.
10850         * monitor.c: Use a TLS variable for holding the current thread id instead
10851         of calling pthread_self ().
10852         (mono_monitor_init_tls): New internal function to initialize the TLS
10853         variable.
10854         (mono_monitor_try_enter_internal): Put the owner == id check after the
10855         owner == 0 check.
10857         * object-internals.h (_G_BOOLEAN_EXPR): Redefine this glib macro to avoid
10858         missed optimizations when using gcc-4.3.
10860 2008-06-08 Rodrigo Kumpera  <rkumpera@novell.com>
10862         * reflection.c (mono_dynamic_image_free): Free the memory
10863         used by MonoGenericParam in MonoDynamicImage::gen_param.
10865         * reflection.c (mono_reflection_setup_generic_class): Allocate
10866         container from mempool.
10868         * reflection.c (mono_reflection_initialize_generic_parameter): Allocate
10869         container from mempool.
10871 2008-06-07  Zoltan Varga  <vargaz@gmail.com>
10873         * threads.c (mono_set_pending_exception): New internal function to set the
10874         pending exception of the current thread.
10875         (mono_thread_get_and_clear_pending_exception): Check for 
10876         thread->pending_exception as well.
10878         * object-internals.h (struct _MonoThread): Add 'pending_exception' field.
10880         * boehm-gc.c (mono_gc_base_init): Set GC_no_dls before calling GC_init () since
10881         it can trigger a collection.
10883 2008-06-06  Martin Baulig  <martin@ximian.com>
10885         Merged the `debugger-kahalo' branch.
10887         * mono-debug.h
10888         (MONO_DEBUGGER_VERSION): Bumped to 72.
10890         * debug-mono-symfile.h
10891         (MonoSymbolFileMethodIndexEntry): Removed.
10892         (MonoSymbolFileMethodEntry): New public typedef.
10893         (MonoSymbolFileOffsetTable): Added `_is_aspx_source'.
10894         (MonoSymbolFileSourceEntry): Remove everything except `index' and
10895         `data_offset'.
10896         (MonoSymbolFileMethodEntry): Removed.
10897         (MonoSymbolFileLexicalBlockEntry): Removed.
10898         (MonoSymbolFileLineNumberEntry): Removed.
10899         (MonoDebugLexicalBlockEntry): Removed.
10900         (MonoDebugMethodInfo): Replaced `entry' by `guint32 entry_offset';
10901         removed `num_il_offsets' and `il_offsets'.
10902         (MonoSymbolFile): Replace `version' with `major_version' and
10903         `minor_version'.
10904         (MONO_SYMBOL_FILE_VERSION): Replace with
10905         `MONO_SYMBOL_FILE_MAJOR_VERSION' and
10906         `MONO_SYMBOL_FILE_MINOR_VERSION'.
10908         * debug-mono-symfile.c
10909         (mono_debug_symfile_lookup_location): Add support for the new line
10910         number table format.
10912 2008-06-07 Rodrigo Kumpera  <rkumpera@novell.com>
10914         * metadata.c (free_generic_class): Release the inflated
10915         MonoClass of dynamic generic classes if it's not a generic
10916         type definition.
10918 2008-06-07 Rodrigo Kumpera  <rkumpera@novell.com>
10920         * verify.c: Reapplied more of the reverted changes.
10922 2008-06-07 Rodrigo Kumpera  <rkumpera@novell.com>
10924         * reflection.c (lookup_custom_attr): Clean the cached flag or
10925         nobody will free it. Fixes a memleak in MonoCustomAttrs::IsDefinedInternal
10926         for SRE types.
10928 2008-06-07 Rodrigo Kumpera  <rkumpera@novell.com>
10930         * verify.c: Reapplied a small part of the reverted changes.
10932 2008-06-07  Zoltan Varga  <vargaz@gmail.com>
10934         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
10936         * monitor.c (mono_monitor_try_enter_internal): Add NULL check which was 
10937         previously in managed code.
10938         (mono_monitor_exit): Ditto.
10939         (ves_icall_System_Threading_Monitor_Monitor_exit): Removed, not needed anymore.
10941         * icall-def.h: Rename the Enter/Exit icalls to simply Enter/Exit to match
10942         the managed definition.
10944 2008-06-06 Rodrigo Kumpera  <rkumpera@novell.com>
10946         * verify.c: Revert changes to see if it helps with weird buildbot crashes.
10948 2008-06-06  Zoltan Varga  <vargaz@gmail.com>
10950         * monitor.c: Redefine GetCurrentThreadId () with a macro on !win32.
10951         
10952         * monitor.c: Add some micro optimizations.
10954         * icall.c (type_from_typename): Handle 'bool'.
10956 2008-06-06 Rodrigo Kumpera  <rkumpera@novell.com>
10958         * verify.c: Implement constructor verification per P III 1.8.1.4.
10959         Fixes #396716.
10961 2008-06-06  Zoltan Varga  <vargaz@gmail.com>
10963         * assembly.c (mono_assembly_loaded_full): Avoid calling the search hooks while
10964         holding the assemblies lock here too.
10966 2008-06-05 Rodrigo Kumpera  <rkumpera@novell.com>
10968         * verify.c: Kill stack_top function.
10970 2008-06-05 Rodrigo Kumpera  <rkumpera@novell.com>
10972         * verify.c: Kill stack_get function.
10974 2008-06-05 Rodrigo Kumpera  <rkumpera@novell.com>
10976         * verify.c (mono_method_verify): Last change broke the build. Fixed.
10978 2008-06-05 Rodrigo Kumpera  <rkumpera@novell.com>
10980         * verify.c (verify_type_compatibility_full): Make SZARRAY checks
10981         more reliable.
10983         * verify.c (mono_method_verify): Inflate params and locals to avoid
10984         mismatch when checking for compatibility.
10986 2008-06-05  Jonathan Chambers  <joncham@gmail.com>
10988         * metadata.c (mono_string_from_bstr): Fix BSTR marshalling.
10989         Length prefix should be size in bytes. Fix bug #339530.
10990         
10991         * metadata.c (mono_string_to_bstr): Fix BSTR marshalling.
10992         Length prefix should be size in bytes. Fix bug #339530.
10994         Code is contributed under MIT/X11 license.
10996 2008-06-05  Bill Holmes <billholmes54@gmail.com>
10998         * decimal.c:  Adding MSVC implementation to my_g_bit_nth_msf.
11000         Contributed under MIT/X11 license.
11002 2008-06-05  Martin Baulig  <martin@ximian.com>
11004         * mono-debug-debugger.c
11005         (mono_debugger_check_breakpoints): Reflect latest runtime changes.
11007 2008-06-05  Zoltan Varga  <vargaz@gmail.com>
11009         * assembly.c (mono_assembly_load_from_full): Avoid calling the search hooks
11010         while holding the assemblies lock to prevent deadlocks. Handle the case
11011         where the search hook returns NULL but the assembly was still loaded.
11012         Fixes #323696.
11014         * appdomain.c (set_domain_search_path): Acquire the domain lock since we
11015         modify domain state.
11017 2008-06-05  Andreas Färber  <andreas.faerber@web.de>
11019         * boehm-gc.c: Add DTrace probes gc-{begin,end}.
11020         * Makefile.am (pedump_LDADD): Post-process object files and
11021         add dtrace-generated object file, if necessary.
11023         Code is contributed under MIT/X11 license.
11025 2008-06-04 Rodrigo Kumpera  <rkumpera@novell.com>
11027         * reflection.c (mono_dynamic_image_free): Free MonoDynamicImage::public_key.
11029 2008-06-04 Rodrigo Kumpera  <rkumpera@novell.com>
11031         * class.c (mono_type_get_full): Add a work-around for generic type definitions.
11033 2008-06-04  Mark Probst  <mark.probst@gmail.com>
11035         * threads.c: Try to free everything from the delayed free table
11036         when shutting down threads, and set the variable to NULL after the
11037         table is freed so that calling
11038         mono_thread_hazardous_try_free_all() when shutting down the root
11039         domain doesn't crash.
11041 2008-06-04 Rodrigo Kumpera  <rkumpera@novell.com>
11043         * class.c (mono_type_retrieve_from_typespec): Add an argument to inform
11044         the caller if resulting type was inflated.
11046         * class.c (mono_class_create_from_typespec): Free the MonoType if it
11047         was inflated.
11049         * class.c (mono_type_get_full): Free the MonoType if it was inflated.
11052 2008-06-04  Zoltan Varga  <vargaz@gmail.com>
11054         * decimal.c (rescale128): Rework the code a bit so it no longer crashes the
11055         class library tests.
11057         * icall.c (ves_icall_InternalInvoke): Applied patch from Andy Hume 
11058         (andyhume32@yahoo.co.uk). Add more useful exception messages. Fixes
11059         #396989.
11061 2008-06-04  Mark Probst  <mark.probst@gmail.com>
11063         * domain.c, domain-internals.h: The JIT infos are now freed by the
11064         JIT info table code.  They are freed immediately if there only a
11065         single JIT info table in circulation.  If there is more, the free
11066         is delayed via a queue.
11068         * threads.c, threads-types.h: New hazard pointer function for
11069         freeing all freeable delayed items in one sitting.
11071 2008-06-03 Rodrigo Kumpera  <rkumpera@novell.com>
11073         * reflection.c (typebuilder_setup_fields): Use mempool for allocations.
11075         * reflection.c (typebuilder_setup_properties): Same.
11077         * reflection.c (typebuilder_setup_events): Same.
11079 2008-06-03 Rodrigo Kumpera  <rkumpera@novell.com>
11081         * reflection.c (mono_custom_attrs_from_builders): Receive a MonoMemPool
11082         and use it for allocating memory.
11084         * reflection.c (mono_marshal_spec_from_builder): Same.
11086         * reflection.c: Change code to use new signatures.
11088         * metadata.c (mono_metadata_type_dup): Add a FIXME note.
11090 2008-06-03  Zoltan Varga  <vargaz@gmail.com>
11092         * decimal.c (rescale128): Put back one line which was accidently commented
11093         out.
11094         
11095         * decimal.c (rescale128): Disable the code added by the last patch, as it seems
11096         to cause crashes.
11098 2008-06-03 Rodrigo Kumpera  <rkumpera@novell.com>
11100         * reflection.c (mono_reflection_generic_class_initialize): Name must
11101         be always malloc'ed so we can free it later on. Do this for field, property
11102         and event.
11104         * metadata.c (free_generic_class): Free field, property and event names.
11106 2008-06-03 Rodrigo Kumpera  <rkumpera@novell.com>
11108         * reflection.c (fieldbuilder_to_mono_class_field): Use mono_metadata_type_dup
11109         instead of g_memdup.
11111         * reflection.c (typebuilder_setup_fields): Same.
11113 2008-06-03  Zoltan Varga  <vargaz@gmail.com>
11115         * decimal.c (rescale128): Optimize this function a bit more.
11117 2008-06-03 Rodrigo Kumpera  <rkumpera@novell.com>
11119         * metadata.c (free_generic_class): Release some memory from
11120         SRE generic classes.
11122 2008-06-03 Rodrigo Kumpera  <rkumpera@novell.com>
11124         * reflection.c (mono_image_get_generic_field_token): No reference
11125         to name is kept, free it.
11127         * reflection.c (mono_reflection_generic_class_initialize): Free
11128         more memory of the inflated field.
11130 2008-06-03  Zoltan Varga  <vargaz@gmail.com>
11132         * decimal.c (mono_decimalDiv): Moved equality checks here from managed
11133         code.
11135 2008-06-02 Rodrigo Kumpera  <rkumpera@novell.com>
11137         * reflection.c (mono_dynamic_image_free): Release memory used by
11138         MonoDynamicImage::array_methods elements.
11140         * reflection.c (assembly_add_win32_resources): Release memory after
11141         encoding.
11143 2008-06-02  Zoltan Varga  <vargaz@gmail.com>
11145         * decimal.c (log2_32): Use an optimized version for this function too.
11146         
11147         * decimal.c (log2_64): Fix this on 32 bit machines.
11149 2008-06-02 Rodrigo Kumpera  <rkumpera@novell.com>
11151         * class.c (mono_dup_array_type): Implement allocation using a mempool.
11153         * class.c (mono_metadata_signature_deep_dup): Same.
11155         * metadata.c (mono_metadata_signature_dup_full): Added, allow dup'ng with
11156         a mempool.
11158         * metadata.c (mono_metadata_signature_dup): Delegate to the _full version.
11160         * metadata.c (mono_metadata_type_dup): Remove asserts and FIXME.
11162         * metadata-internals.h: Added mono_metadata_signature_dup_full.
11164         * class-internals.h: Update signatures to take a MonoMemPool.
11166 2008-06-02  Dick Porter  <dick@ximian.com>
11168         * icall.c (ves_icall_System_ComponentModel_Win32Exception_W32ErrorMessage): 
11169         * icall-def.h: Add
11170         System.ComponentModel.Win32Exception.W32ErrorMessage, using the
11171         FormatMessage API to get the error text.  Fixes bug 321827.
11173 2008-06-02  Zoltan Varga  <vargaz@gmail.com>
11175         * decimal.c: Add some micro optimizations to make decimal operations faster.
11177 2008-06-01 Rodrigo Kumpera  <rkumpera@novell.com>
11179         * reflection.c (method_encode_clauses): Take a mempool
11180         as parameter and use it to allocate the clause array.
11182         * reflection.c (mono_image_get_field_on_inst_token): Free
11183         the inflated type after encoding it.
11185         * reflection.c (mono_dynamic_image_free): Free each element
11186         of MonoDynamicImage::gen_params.
11188         * reflection.c (reflection_methodbuilder_to_mono_method):
11189         Allocate the generic param array from the mempool.
11190         Allocate signature params from the mempool.
11192         * reflection.c (mono_reflection_generic_class_initialize):
11193         Free inflated fields after been used.
11195 2008-05-30 Rodrigo Kumpera  <rkumpera@novell.com>
11197         * icall.c: Reapply the memory leak fixes as they no
11198         longer make mono crash.
11200 2008-05-30 Rodrigo Kumpera  <rkumpera@novell.com>
11202         * reflection.c (mono_type_get_object): Don't store the suplied
11203         MonoType with type_hash. A caller which pass a type that
11204         was mono_metadata_type_dup'ed cannot free it reliably, as type_hash
11205         might end with a pointer to freed memory.
11206         The solution is to use byval_arg or this_arg from the associated
11207         MonoClass of the supplied type.
11209 2008-05-29  Zoltan Varga  <vargaz@gmail.com>
11211         * icall.c: Revert the rest of the last change as it breaks the build too.
11213 2008-05-29 Rodrigo Kumpera  <rkumpera@novell.com>
11215         * icall.c: Revert a leak fix as it's breaking the build.
11217 2008-05-29 Rodrigo Kumpera  <rkumpera@novell.com>
11219         * appdomain.c (mono_make_shadow_copy): Fix another leak of dir_name.
11221 2008-05-29 Rodrigo Kumpera  <rkumpera@novell.com>
11223         * appdomain.c (mono_make_shadow_copy): We leaked dir_name.
11225 2008-05-29 Rodrigo Kumpera  <rkumpera@novell.com>
11227         * icall.c: Fix some memory leaks.
11229 2008-05-29  Dick Porter  <dick@ximian.com>
11231         * threadpool.c (mono_thread_pool_remove_socket): Always remove the
11232         async socket operations from the pending list when a socket
11233         closes.  Leaving it until the threadpool services the event
11234         exposes a race condition when a socket descriptor is reused.
11235         Fixes bug 377589.
11237 2008-05-28 Rodrigo Kumpera  <rkumpera@novell.com>
11239         * object.c: Fix negative index check for array alocation.
11241 2008-05-28 Rodrigo Kumpera  <rkumpera@novell.com>
11243         * icall.c, marshal.c: Delegate wrappers should skip visibility.
11244         This check is performed by the verifier for IL created delegates
11245         and by Delegate::CreateDelegate for programatically created ones.
11246         Fixes #372406.
11248 2008-05-28 Rodrigo Kumpera  <rkumpera@novell.com>
11250         * sockey-io.c (ves_icall_System_Net_Sockets_Socket_Select_internal):
11251         Fix code to use mono_array_size_t instead of int.
11253         Based on patch by Luis F. Ortiz.
11254         Contributed under X11 license.
11255         http://lists.ximian.com/pipermail/mono-devel-list/2008-May/027995.html
11257 2008-05-28 Rodrigo Kumpera  <rkumpera@novell.com>
11259         * icall.c: Added ves_icall_System_Array_GetLongLength and
11260         ves_icall_System_Array_CreateInstanceImpl64. Both allow handling big
11261         arrays.
11263         * icall.h: Export both new functions.
11265         Based on patch by Luis F. Ortiz.
11266         Contributed under X11 license.
11267         http://lists.ximian.com/pipermail/mono-devel-list/2008-May/027995.html
11269 2008-05-28  Martin Baulig  <martin@ximian.com>
11271         The debugger now requires exactly r103463.
11273         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 71.
11274         This version is not supported by the debugger, wait for 72.
11276 2008-05-28 Rodrigo Kumpera  <rkumpera@novell.com>
11278         * object.h: Changed array related functions to use
11279         mono_array_size_t instead of guint32. Forgot to commit this file.
11281         Patch by Luis F. Ortiz.
11282         Contributed under X11 license.
11283         http://lists.ximian.com/pipermail/mono-devel-list/2008-May/027995.html
11286 2008-05-28 Rodrigo Kumpera  <rkumpera@novell.com>
11288         * object.h: Don't use G_MAXINT32 or G_MAXUINT32 as old glibs
11289         don't define it. Use the number literal instead.
11291 2008-05-27 Rodrigo Kumpera  <rkumpera@novell.com>
11293         * icall.c: Changed array related functions to use
11294         mono_array_size_t instead of guint32.
11296         * icall.c (ves_icall_System_Array_GetLength): Check for length
11297         overflow under MONO_BIG_ARRAYS.
11299         Based on patch by Luis F. Ortiz.
11300         Contributed under X11 license.
11301         http://lists.ximian.com/pipermail/mono-devel-list/2008-May/027995.html
11303 2008-05-27 Rodrigo Kumpera  <rkumpera@novell.com>
11305         * object.c: Add 64bits bounds check for arrays under MONO_BIG_ARRAYS.
11307         Based on patch by Luis F. Ortiz.
11308         Contributed under X11 license.
11309         http://lists.ximian.com/pipermail/mono-devel-list/2008-May/027995.html
11311 2008-05-27 Rodrigo Kumpera  <rkumpera@novell.com>
11313         * object.c, object.h: Changed array related functions to use
11314         mono_array_size_t instead of guint32.
11316         Patch by Luis F. Ortiz.
11317         Contributed under X11 license.
11318         http://lists.ximian.com/pipermail/mono-devel-list/2008-May/027995.html
11320 2008-05-27 Rodrigo Kumpera  <rkumpera@novell.com>
11322         * object.h: Introduced mono_array_size_t typedef. This must be used
11323         in all places an array length is expected. This is 64bits wide if
11324         MONO_BIG_ARRAYS is enabled.
11326         Patch by Luis F. Ortiz.
11327         Contributed under X11 license.
11328         http://lists.ximian.com/pipermail/mono-devel-list/2008-May/027995.html
11330 2008-05-27  Zoltan Varga  <vargaz@gmail.com>
11332         * security-manager.c class.c: Set the class exception info by calling
11333         mono_class_set_failure ().
11335         * class.c (mono_class_get_exception_data): New accessor function.
11336         (mono_class_set_failure): Store exception_data in the property hash.
11338         * class-internals.h (struct _MonoClass): Store 'exception_data' outside
11339         the struct as a property.
11341         * loader.c (mono_get_method_full): Store the lookup result for method
11342         tokens in method_cache, the others in methodref_cache to decrease the memory
11343         usage of hash tables.
11345         * image.c (mono_image_close): Destroy method_cache and methodref_cache.
11346         (mono_image_init): method_cache is lazy inited now.
11348         * metadata-internals.h (struct _MonoImage): Change method_cache to
11349         a MonoValueHashTable, add a separate methodref_cache.
11351 2008-05-27  Eyal Alaluf <eyala@mainsoft.com>
11353         * number-formatter.h: Fix tables to avoid arithemtic overflow in
11354           Double.ToString as exposed by Bug #383531.
11356 2008-05-26  Zoltan Varga  <vargaz@gmail.com>
11358         * number-formatter.h: Make some tables static.
11360         * class.c (mono_method_set_generic_container): New accessor function.
11361         (mono_method_get_generic_container): Ditto.
11363         * class-internals.h (struct _MonoMethod): Remove rarely used 
11364         'generic_container' field, store it in the property hash instead. Add 
11365         'is_generic' boolean field instead.
11367         * image.c (mono_image_init): Initialize property_hash.
11368         (mono_image_close): Destroy property_hash.
11370         * metadata-internals.h (struct _MonoImage): Add 'property_hash' hash table to
11371         hold rarely used fields of runtime structures belonging to this image.
11373         * class.c loader.c verify.c icall.c reflection.c: Use the new accessor functions
11374         to get/set method->generic_container.
11376         * loader.c (mono_get_method_from_token): Avoid loading the method header for
11377         generic methods.
11379 2008-05-25  Zoltan Varga  <vargaz@gmail.com>
11381         * class.c (mono_class_inflate_generic_method_full): Don't increase
11382         mono_stats.inflated_method_count for methods found in the cache.
11384         * threads.c (mono_thread_request_interruption): Add a comment about 
11385         QueueUserAPC ().
11387 2008-05-24  Zoltan Varga  <vargaz@gmail.com>
11389         * class.c (setup_interface_offsets): Use sizeof (guint16) when allocating the
11390         interface_offsets_packed table.
11391         
11392         * class.c (mono_class_init): Remove some dead code.
11394         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): Call
11395         mono_class_setup_vtable () when CAS is active to detect security problems.
11397 2008-05-23 Rodrigo Kumpera  <rkumpera@novell.com>
11399         * verify.c (mono_delegate_type_equal): Handle VAR, MVAR and GENERICINST.
11401         * verify.c (mono_delegate_signature_equal): Don't compar number of generic
11402         parameters as it's irrelevant for delegate checking.
11404 2008-05-23  Zoltan Varga  <vargaz@gmail.com>
11406         * class-internals.h class.c: Correct the name of the 'mono_no_setup_vtable_in_class_init' variable.
11408         * class.c (mono_class_init): Control the creation of a generic vtable using
11409         a global which is true by default, but set to false by the runtime startup code.
11410         
11411         * class.c (mono_class_init): Avoid constructing a generic vtable in most cases.
11412         Disabled for now since it breaks the embedding API.
11413         Move the setup of class->methods for arrays to mono_class_setup_methods ().
11414         (mono_class_setup_methods): Add a memory barrier.
11416         * object.c (mono_class_create_runtime_vtable): Add code to handle the case
11417         when mono_class_init () doesn't compute the generic vtable.
11418         
11419 2008-05-23  Massimiliano Mantione  <massi@ximian.com>
11420         * profiler.c: Added mono_profiler_install_statistical_call_chain,
11421         mono_profiler_stat_get_call_chain_depth and mono_profiler_stat_call_chain
11422         to support call chains (backtrace) in the stat profiler.
11423         * profiler.c, profiler-private.h: Likewise.
11425 2008-05-22  Mark Probst  <mark.probst@gmail.com>
11427         * generic-sharing.c: Init generic class when a method of it is
11428         requested via a runtime generic context.
11430 2008-05-22  Zoltan Varga  <vargaz@gmail.com>
11432         * class.c (mono_class_init): Add a comment about trying to avoid calling this.
11434         * reflection.c (mono_type_get_object): Add a FIXME.
11436         * loader.c (find_method_in_class): Use mono_class_get_method_by_index ().
11438         * class.c (mono_class_get_method_by_index): New helper function, returning an
11439         entry in the class->methods array.
11441 2008-05-21  Zoltan Varga  <vargaz@gmail.com>
11443         * class.c (mono_class_init): Only do the array optimization for szarrays. 
11444         Avoid creating a generic vtable for generic instances as well.
11445         (mono_class_get_method_from_name_flags): Don't search in the metadata for
11446         generic instances.
11448 2008-05-21 Rodrigo Kumpera  <rkumpera@novell.com>
11450         * loader.c (mono_get_method_constrained): Inflate the signature
11451         with class context. Fix #325283.
11453 2008-05-21  Zoltan Varga  <vargaz@gmail.com>
11455         * object.c (mono_class_create_runtime_vtable): Add a comment.
11457         * class.c (get_implicit_generic_array_interfaces): Call mono_class_init ()
11458         where needed.
11459         (setup_interface_offsets): Handle the case when this is called twice for arrays.
11460         (mono_class_setup_vtable_general): Add an assert.
11461         (mono_class_init): Avoid creating a generic vtable for arrays.
11463         * class.c (mono_generic_class_get_class): Don't call setup_interface_offsets ()
11464         here, let mono_class_init () do that.
11466         * class.c (mono_class_init): Avoid calling mono_class_setup_methods () for
11467         interfaces in mscorlib.
11469         * class.c (mono_class_setup_vtable): Avoid calling setup_methods () for
11470         interfaces. Add some comments.
11471         (mono_class_init): Call mono_class_setup_methods () here since it is no
11472         longer called by mono_class_setup_vtable ().
11474         * object.c (mono_class_proxy_vtable): Null out entries in pvt->vtable which are
11475         not set in class->vtable.
11476         (mono_class_create_runtime_vtable): Reenable the disabled code.
11478         * object.c (mono_class_create_runtime_vtable): Disable the last change for
11479         now as it causes some test failures.
11481         * object.c (mono_class_create_runtime_vtable): Avoid creating a generic vtable
11482         if using the vtable trampoline. Also remove some strange code which put the
11483         generic methods themselves into the vtable slots. Remove the AOT init_vtable
11484         stuff as it is no longer needed.
11486 2008-05-19 Rodrigo Kumpera  <rkumpera@novell.com>
11488         * pedump.c: Give make --verify all option check code as well.
11489         Using --verify code won't check for metadata now.
11491 2008-05-19  Martin Baulig  <martin@ximian.com>
11493         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 70.
11495         * mono-debug.c
11496         (_mono_debug_using_mono_debugger): New global variable; it's set
11497         directly by the debugger, so mono_debug_using_mono_debugger() also
11498         works after attaching.
11500 2008-05-18 Rodrigo Kumpera  <rkumpera@novell.com>
11502         * object.c (mono_class_create_runtime_vtable): Use memory barriers
11503         as we do double checked locking on MonoClass::runtime_info and
11504         MonoClassRuntimeInfo::domain_vtables.
11506 2008-05-18  Zoltan Varga  <vargaz@gmail.com>
11508         * debug-helpers.c (print_field_value): Fix a warning.
11510 2008-05-16  Zoltan Varga  <vargaz@gmail.com>
11512         * object.c (mono_object_get_virtual_method): Fix a crash if method->slot is not
11513         set in the AOT case.
11515 2008-05-16 Rodrigo Kumpera  <rkumpera@novell.com>
11517         * class.c (mono_class_setup_vtable_general): Use memory barriers
11518         as we do double checked locking on MonoClass::vtable.
11520 2008-05-16 Rodrigo Kumpera  <rkumpera@novell.com>
11522         * reflection.c (resolve_object): Inflate only if the generic context
11523         is not null. Fixes #389886.
11525 2008-05-15  Jonathan Chambers  <joncham@gmail.com>
11527         * metadata.c (emit_marshal_string): Free return strings using mono_marshal_free
11528         instead of g_free.
11530         Code is contributed under MIT/X11 license.
11532 2008-05-14 Rodrigo Kumpera  <rkumpera@novell.com>
11534         * class.c: Revert unrelated change.
11536 2008-05-14 Rodrigo Kumpera  <rkumpera@novell.com>
11538         * verify.c (check_is_valid_type_for_field_ops): Type on stack can be
11539         a generic instantiation, use mono_class_from_mono_type instead of playing
11540         with MonoType directly.
11542 2008-05-14 Rodrigo Kumpera  <rkumpera@novell.com>
11544         * class.c: Added mono_class_has_parent_and_ignore_generics. Visibility
11545         checks must ignore generic instantiations, so mono_class_has_parent is not
11546         suitable. Fixes #390128.
11548 2008-05-14  Zoltan Varga  <vargaz@gmail.com>
11550         * reflection.c (mono_image_create_token): Add a 'register_token' argument, and use
11551         it to avoid registering tokens during metadata generation. Fixes #390023.
11553 2008-05-14  Kornél Pál  <kornelpal@gmail.com>
11555         * coree.c: Rename dwOldProtect to OldProtect that makes naming convention
11556         consistent.
11558         Contributed under MIT/X11 license.
11560 2008-05-14  Kornél Pál  <kornelpal@gmail.com>
11562         * domain.c (mono_init_internal): Enable LoadLibrary support. Load EXE image
11563         even when get_runtimes_from_exe didn't load it that allows mono_fixup_exe_image
11564         to fixup the EXE image.
11565         (mono_cleanup): Use mono_close_exe_image.
11566         (mono_close_exe_image): New function.
11567         * image.c: Include "marshal.h".
11568         (mono_image_open_from_module_handle): Add ref_count argument. Return the image.
11569         (mono_image_open_full, mono_image_close): Fix LoadLibrary/FreeLibrary reference
11570         counting when the image is loaded outside of mono_image_open_full. Set status
11571         based on GetLastError.
11572         * coree.c: Include required headers. Add init_from_coree.
11573         (_CorDllMain): Support fix in mono_image_open_full, mono_image_close. Call
11574         mono_assembly_open only when the image has vtfixups. Set init_from_coree.
11575         (_CorExeMain): Set init_from_coree.
11576         (CorExitProcess): Only call ExitProcess for now.
11577         (CorBindToRuntimeEx): New stub implementation.
11578         (CorBindToRuntime): New function.
11579         (MonoFixupCorEE): Fixup CorBindToRuntime and CorBindToRuntimeEx.
11580         (MonoFixupExe): ILONLY executables require no fixups.
11581         (mono_set_act_ctx): New function to set activation context.
11582         (mono_load_coree): Use init_from_coree. Call mono_set_act_ctx.  
11583         * coree.h: Move STATUS_SUCCESS and STATUS_INVALID_IMAGE_FORMAT to header.
11584         Declare mono_module_handle, coree_module_handle, mono_get_module_file_name,
11585         mono_load_coree, mono_fixup_exe_image and mono_image_open_from_module_handle
11586         as MONO_INTERNAL.
11587         * domain-internals.h: Add mono_close_exe_image.
11589         Contributed under MIT/X11 license.
11591 2008-05-13 Rodrigo Kumpera  <rkumpera@novell.com>
11593         * metadata.c (mono_metadata_compute_size): Correctly calculate field
11594         size for generic param and event tables. Fixes #388977.
11596 2008-05-13  Zoltan Varga  <vargaz@gmail.com>
11598         * loader.c (mono_method_signature): Use memory barriers because of the double
11599         checked locking pattern.
11601         * threads.c (remove_and_abort_threads): Stop and wait for threads which are
11602         aborting or aborted as well. Fixes #376391.
11603         
11604         * threads.c (mono_thread_execute_interruption): Avoid depending on no longer
11605         existing runtime state in the Suspend handler during shutdown.
11607 2008-05-12  Zoltan Varga  <vargaz@gmail.com>
11609         * threads.c (mono_thread_request_interruption): Add some FIXMEs.
11611         * threads.c (mono_thread_suspend_all_other_threads): Add support for threads 
11612         which are starting up or shutting down.
11614         * threads.c (mono_threads_set_shutting_down): Don't return a value since
11615         this function never returns if the runtime is already shutting down.
11617         * icall.c (ves_icall_System_Environment_Exit): Update after 
11618         mono_threads_set_shutting_down () signature change.
11619         
11620 2008-05-09 Rodrigo Kumpera  <rkumpera@novell.com>
11622         * class.c: Added can_access_instantiation to verify if the instantiation
11623         is visible. Fix access check for nested types as they returned TRUE
11624         before doing type and generic instantiation visibility checks.
11626 2008-05-08 Rodrigo Kumpera  <rkumpera@novell.com>
11628         * reflection.c (mono_reflection_create_generic_class): The created type
11629         must have a different container from its TypeBuilder. Otherwise they
11630         will end sharing generic arguments, which is wrong.
11632         Due to the sharing, making a generic instance of the created type using
11633         the TypeBuider generic arguments resulted in the generic type definition
11634         been returned, which is wrong as well.
11636         As a bonus the code was leaking the type_params array. This memory should
11637         be allocated from the image mempool.
11639         This fixes bug #354047.
11641 2008-05-08 Rodrigo Kumpera  <rkumpera@novell.com>
11643         * metadata-internals.h: Move MONO_SECMAN_FLAG macros from mini/declsec.h
11644         to here         as they are now used in assembly.c new code.
11645         Added a skipverification flag to MonoAssembly.
11646         New internal function mono_assembly_has_skip_verification.
11648         * assembly.c: New function mono_assembly_has_skip_verification. It checks
11649         if an assembly has a version 2.0 SkipVerification security attribute. Fixes
11650         part of #387274.
11652 2008-05-07  Zoltan Varga  <vargaz@gmail.com>
11654         * object.c (mono_object_get_virtual_method): Inflate the resulting method if
11655         needed. Fixes #387034.
11657         * class.c (mono_class_inflate_generic_type): Avoid a crash if context is NULL.
11659 2008-05-06  Miguel de Icaza  <miguel@novell.com>
11661         * assembly.c (mono_assembly_load_reference): Prevent crash while
11662         disassembling Silverlight 2.0 executables while we still do not
11663         have GACed libraries.
11665 2008-05-07  Zoltan Varga  <vargaz@gmail.com>
11667         * reflection.c: Special case generic type definitions as well. Fixes #383444.
11669 2008-05-06  Zoltan Varga  <vargaz@gmail.com>
11671         * icall.c (ves_icall_System_Reflection_Module_ResolveTypeToken): Fix handling
11672         of the dynamic case. Fixes #387404.
11674 2008-05-06 Rodrigo Kumpera  <rkumpera@novell.com>
11676         *verify.c (mono_verifier_is_class_full_trust): If under
11677         verify_all and the verifier mode was not set, only
11678         gac and corlib types are fulltrust. This makes --verify-all
11679         usable to detect unverifiable code, which is the expected
11680         use case.
11682 2008-05-06 Rodrigo Kumpera  <rkumpera@novell.com>
11684         * verify.h: Ops, commited the header with debug
11685         enabled.
11687 2008-05-06 Rodrigo Kumpera  <rkumpera@novell.com>
11689         * verify.c (merge_stack): Use the new value on unverifiable
11690         stack merges.
11692         * verify.c (verify_type_compatibility_full): Comparison
11693         of nullable types can't use mono_class_is_assignable_from.
11695         * verify.c, verify.h: Added MONO_VERIFY_REPORT_ALL_ERRORS
11696         that makes all verification errors be reported.
11698         * pedump.c: Pass MONO_VERIFY_REPORT_ALL_ERRORS to
11699         mono_method_verify.
11701 2008-05-05  Robert Jordan  <robertj@gmx.net>
11703         * marshal.c (mono_marshal_get_thunk_invoke_wrapper):
11704         support for value types. See #386415.
11706         * object.c: comments.
11708         Code is contributed under MIT/X11 license.
11710 2008-05-05  Martin Baulig  <martin@ximian.com>
11712         * debug-mono-symfile.h
11713         (MONO_SYMBOL_FILE_COMPATIBILITY_VERSION): Removed; dropped support
11714         for old pre-terrania symbol files.
11716 2008-05-05  Andreas Färber  <andreas.faerber@web.de>
11718         * mono-config.c: Add ppc64 architecture.
11720         Code is contributed under MIT/X11 license.
11722 2008-05-05  Andreas Färber  <andreas.faerber@web.de>
11724         * object.c (mono_create_ftnptr, mono_get_addr_from_ftnptr):
11725           PPC64 uses function descriptors as well.
11727         Code is contributed under MIT/X11 license.
11729 2008-05-04  Zoltan Varga  <vargaz@gmail.com>
11731         * object.c (compute_class_bitmap): Ignore literal static fields.
11733         * sgen-gc.c (mono_gc_base_init): Print some help when the MONO_GC_DEBUG env
11734         var has an invalid format.
11735         (describe_ptr): Add some sanity checks for the vtable.
11736         (add_nursery_frag): Clear unused nursery fragments.
11737         (major_collection): Clear all remaining nursery fragments.
11739 2008-05-03  Robert Jordan  <robertj@gmx.net>
11741         * image.c, metadata-internals.h: add thunk_invoke_cache.
11743         * marshal.c, marshal.h: implement
11744         mono_marshal_get_thunk_invoke_wrapper ().
11746         * object.c, object.h: implement mono_method_get_unmanaged_thunk ().
11748         Code is contributed under MIT/X11 license.
11750 2008-05-02 Rodrigo Kumpera  <rkumpera@novell.com>
11752         * verify.c (do_leave): Empty the stack.
11754 2008-05-02 Rodrigo Kumpera  <rkumpera@novell.com>
11756         * class.c (mono_class_is_assignable_from): Variance
11757         doesn't work between reference and value types. For example,
11758         given type C<T+>, C<int32> is not assignable to C<object>.
11759         Break the argument checking loop on first error. 
11761 2008-05-02  Atsushi Enomoto  <atsushi@ximian.com>
11763         * icall.c : base64_to_byte_array() needs some more strict
11764           check for sequence of '=' characters. Patch by Santa
11765           Marta (http://deee.g.hatena.ne.jp/santamarta).
11767           Contributed under MIT/X11 license.
11768           (see http://www.lingr.com/room/mono-jp/archives/2008/04/20)
11770 2008-05-02  Jonathan Chambers  <joncham@gmail.com>
11772         * domain.c: Disable LoadLibrary support to fix Win32 build.
11774         Code is contributed under MIT/X11 license.
11776 2008-05-02  Zoltan Varga  <vargaz@gmail.com>
11778         * sgen-gc.c: Add support for clearing nursery memory when a tlab is allocated,
11779         to help with cache behaviour.
11781 2008-05-01  Miguel de Icaza  <miguel@novell.com>
11783         * appdomain.c (mono_domain_from_appdomain): Add new accessor
11784         method. 
11786 2008-05-01  Zoltan Varga  <vargaz@gmail.com>
11788         * sgen-gc.c: Implement thread-local allocation and a managed allocation routine.
11790 2008-05-01  Dick Porter  <dick@ximian.com>
11792         * process.c (process_get_fileversion): Only pass 16 bits of
11793         language ID to VerLanguageName.  Fixes bug 381204.
11795 2008-04-30 Rodrigo Kumpera  <rkumpera@novell.com>
11797         * verify.c (mono_method_verify): Fix the comparison
11798         operator for code bounds check.
11800 2008-04-30 Rodrigo Kumpera  <rkumpera@novell.com>
11802         * verify.c (mono_method_verify): Check the bounds of
11803         all access of the code array.
11805 2008-04-29  Kornél Pál  <kornelpal@gmail.com>
11807         * appdomain.c: Use HAVE_SYS_UTIME_H that fixes MSVC build.
11809 2008-04-28  Zoltan Varga  <vargaz@gmail.com>
11811         * image.c (mono_image_strong_name_position): Fix return value when the rva is
11812         not valid.
11814 2008-04-28  Kornél Pál  <kornelpal@gmail.com>
11816         * loader.c (mono_get_method_from_token, mono_method_signature): Add
11817         support for METHOD_IMPL_ATTRIBUTE_NATIVE.
11818         * domain.c (mono_init_internal): Load and fixup mscoree.dll on startup and
11819         fixup main EXE images when using mono.exe for mixed-mode assembly support.
11820         * domain-internals.h: Add MonoLoadFunc, mono_install_runtime_load and
11821         mono_runtime_load.
11822         * appdomain.c: Add mono_install_runtime_load, mono_runtime_load to support
11823         runtime initialization from metadata.
11824         * assembly.c: Remove obsolete ceGetModuleFileNameA.
11825         (mono_set_rootdir): Use mono_get_module_file_name.
11826         (mono_assembly_load_from_full): Call mono_image_fixup_vtable for module
11827         handles.
11828         * cil-coff.h: Add MonoVTableFixup. Update mono_cli_rva_image_map signature.
11829         * metadata-internals.h: Add is_module_handle to _MonoImage on Windows.
11830         * image.c (mono_cli_rva_image_map): Use MonoImage instead of
11831         MonoCLIImageInfo. Add support for module handles.
11832         (load_cli_header): Update mono_cli_rva_image_map signature.
11833         (load_metadata_ptrs): Update mono_cli_rva_image_map signature.
11834         (mono_image_strong_name_position): Use mono_cli_rva_image_map.
11835         (mono_image_rva_map): Add support for module handles.
11836         (mono_image_ensure_section_idx): Add support for module handles.
11837         (mono_image_close): Add support for module handles.
11838         (do_load_header): Add support for module handles.
11839         (mono_image_open_from_module_handle): New function for internal use.
11840         (mono_image_open_full): Load normal images using LoadLibrary on Windows.
11841         (mono_image_load_module): Call mono_image_fixup_vtable for module handles.
11842         (mono_image_load_file_for_image): Call mono_image_fixup_vtable for module
11843         handles.
11844         (mono_image_fixup_vtable): New function for mixed-mode assembly support.
11845         * image.h: Add mono_image_fixup_vtable.
11846         * coree.c: New file for mscoree.dll functions and mixed-mode assembly
11847         support.
11848         * coree.h: New file.
11849         * marshal.c (mono_marshal_get_native_wrapper): Throw exception for
11850         unsupported native code.
11851         (mono_marshal_set_callconv_from_modopt): New function splitted from
11852         mono_marshal_get_managed_wrapper.
11853         (mono_marshal_get_managed_wrapper): Use
11854         mono_marshal_set_callconv_from_modopt.
11855         (mono_marshal_get_vtfixup_ftnptr): New function for mixed-mode assembly support.
11856         * marshal.h: Add mono_marshal_get_vtfixup_ftnptr.
11857         * gc.c (mono_gc_init): Don't wait for the finalizer thread on Windows because
11858         that results in a deadlock when the runtime is loaded in _CorDllMain.
11859         * Makefile.am: Add coree.c and coree.h.
11861         Contributed under MIT/X11 license.
11863 2008-04-28  Mark Probst  <mark.probst@gmail.com>
11865         * generic-sharing.c: Search for type arguments in array element
11866         types as well.
11868 2008-04-28  Mark Probst  <mark.probst@gmail.com>
11870         * class-internals.h, generic-sharing.c: New, small runtime generic context.
11872         * metadata-internals.h, domain.c, image.c: Less bookkeeping is required for the new RGCTX.
11874         * object.c: Don't setup the RGCTX when the vtable is created,
11875         because we're setting it up lazily now.
11877 2008-04-26  Zoltan Varga  <vargaz@gmail.com>
11879         * sgen-gc.c: Make the 'desc' variables an mword instead of a guint32 to fix 
11880         64 bit support.
11882 2008-04-24 Rodrigo Kumpera  <rkumpera@novell.com>
11884         * verify.c (verify_class_for_overlapping_reference_fields): 
11885         If class is under fulltrust allow reference types to overllap
11886         if they have the same RVA.
11888 2008-04-24 Rodrigo Kumpera  <rkumpera@novell.com>
11890         * pedump.c: Added new flag valid-only, that makes the verifier
11891         behaves just like --security=validil. It won't fail type load
11892         due to unverifiable restrictions.
11894 2008-04-23 Rodrigo Kumpera  <rkumpera@novell.com>
11896         * class-internals.h (struct MonoMethod): Added a verification_success
11897         field to cache verifier executions. Reduced MonoMethod:slot size by
11898         one bit.
11900 2008-04-23  Zoltan Varga  <vargaz@gmail.com>
11902         * sgen-gc.c (OBJ_RUN_LEN_SIZE): Make this and other macros take a 'desc' argument
11903         instead of a 'vt' argument to save an indirection and to allow these to be used
11904         for valuetypes.
11905         (scan_vtype): New helper function to scan an area using a gc descriptor.
11906         (mono_gc_wbarrier_value_copy): Implement this.
11907         (handle_remset): Add support for REMSET_VTYPE.
11908         (find_in_remset_loc): Ditto.
11909         (mono_gc_base_init): Allow some debugging options to be controlled through the
11910         use of the MONO_GC_DEBUG env variable.
11911         (mono_gc_alloc_obj): Add support the 'collect-before-allocs' debug option.
11912         (collect_nursery): Add support for the 'check-at-minor-collection' debug option.
11914 2008-04-23  Martin Baulig  <martin@ximian.com>
11916         * domain.c (mono_domain_create): Move the call to
11917         mono_debug_domain_create() down, after allocating the domain id.
11919 2008-04-23 Rodrigo Kumpera  <rkumpera@novell.com>
11921         verify.c (verify_class_for_overlapping_reference_fields): Skip
11922         static fields while verifying for overlapping fields as they
11923         don't matter at all.
11925 2008-04-23  Marek Habersack  <mhabersack@novell.com>
11927         * domain-internals.h: added a declaration of
11928         mono_make_shadow_copy.
11930         * assembly.c (mono_assembly_open_full): shadow copying of
11931         assemblies moved to here, so that all the assemblies within the
11932         application domain's private binary directories can be
11933         processed. Fixes bug #380546
11935         * appdomain.c (mono_make_shadow_copy): make_shadow_copy renamed to
11936         mono_make_shadow_copy and made non-static. The decision whether
11937         to shadow-copy an assembly is made based on its location - it's
11938         copied if it's in one of the private application domain binary
11939         directories and its different to the target file in the shadow
11940         directory. Fixes bug #380546
11942 2008-04-22  Zoltan Varga  <vargaz@gmail.com>
11944         * reflection.c (fixup_method): Handle {Method|Constructor}OnTypeBuilderInst.
11946         * object-internals.h: Add MonoReflection{Method|Constructor}OnTypeBuilderInst
11947         types.
11949         * reflection.c (mono_image_create_token): Handle 
11950         Method/ConstructorOnTypeBuilderInst.
11951         (resolve_object): Ditto.
11952         (inflate_mono_method): Receive the inflated class instead of a MonoGenericClass
11953         so it can be called from resolve_object. Also handle the case when the inflated
11954         class already has its methods setup.
11956 2008-04-21  Martin Baulig  <martin@ximian.com>
11958         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 69.
11960 2008-04-20  Geoff Norton  <gnorton@novell.com>
11962         * icall.c: Fix the _NSGetEnviron define to prevent an impropoer
11963         pointer dereference.
11965 2008-04-15  Marek Habersack  <mhabersack@novell.com>
11967         * appdomain.c (try_load_from): if IOMAP is in effect, call the
11968         portability API to look up the assembly file. Fixes behavior in
11969         situations when the application has a bin/ directory, but the
11970         assembly search patch refers to Bin/ (and thus the requested file
11971         name is Bin/SomeLibrary.dll). Fixes bug #379888
11973 2008-04-15 Rodrigo Kumpera  <rkumpera@novell.com>
11975         verify.c (mono_type_is_generic_argument): Extracted this check
11976         from a dozen places to here.
11978         verify.c: Fixed all issues related to boxing generic arguments
11979         and their constraints.
11981 2008-04-14 Rodrigo Kumpera  <rkumpera@novell.com>
11983         verify.c (mono_class_interface_implements_interface): Fix win32 build.
11985 2008-04-14  Zoltan Varga  <vargaz@gmail.com>
11987         * reflection.c (mono_custom_attrs_construct): Fix crash when the cattr type
11988         isn't finished yet. Fixes #363447.
11990 2008-04-13  Zoltan Varga  <vargaz@gmail.com>
11992         * class.c (mono_bounded_array_class_get): Fix the name of bounded array types.
11993         Fixes #346419.
11995 2008-04-13  Jb Evain  <jbevain@novell.com>
11997         * domain.c: update the 2.1 profile versions.
11998         Merged from the Moonlight 2 branch.
12000 2008-04-12  Zoltan Varga  <vargaz@gmail.com>
12002         * assembly.c (mono_assembly_load_from_full): Do the check for loading other
12003         mscorlibs for the non-refonly case as well.
12005         * image.c (do_mono_image_load): Remove the mscorlib check, it is already done
12006         in mono_assembly_load_from_full (). Fixes #378924.
12008 2008-04-11  Geoff Norton  <gnorton@novell.com>
12010         * icall.c: The global extern environ doesn't exist on Mac.  We
12011         need to call NSGetEnviron instead.
12013 2008-04-10 Rodrigo Kumpera  <rkumpera@novell.com>
12015         verify.c: Add generic method constraint verification.
12017 2008-04-10 Rodrigo Kumpera  <rkumpera@novell.com>
12019         class.c (mono_class_inflate_generic_method_full): Add a long
12020         explanation to the is_mb_open hack. Remove the FIXME.
12022 2008-04-10 Rodrigo Kumpera  <rkumpera@novell.com>
12024         * verify.c (mono_method_verify): Mark all unknown opcodes
12025         as invalid. Mark jmp as unverifiable.
12027 2008-04-10 Rodrigo Kumpera  <rkumpera@novell.com>
12029         * verify.c: Add code to do type constraint verification on class instances.
12031         * verify.c (mono_verifier_verify_class): Use the type constraint 
12032         verification code.
12034 2008-04-10 Rodrigo Kumpera  <rkumpera@novell.com>
12036         * class.c (mono_class_get_field_default_value): Don't pass cindex
12037         as hint to mono_metadata_get_constant_index. The local is not initialized
12038         and should contain garbage most of the time. This could only work
12039         with a lot of luck.
12041 2008-04-09 Rodrigo Kumpera  <rkumpera@novell.com>
12043         * tokentype.h: Add MONO_TOKEN_GENERIC_PARAM.
12045 2008-04-09 Rodrigo Kumpera  <rkumpera@novell.com>
12047         * class-internals.h: Add generic_param_token to MonoClass::sizes union.
12049         * class.c (mono_class_from_generic_parameter): Save the token of the
12050         generic param in MonoClass::sizes.generic_param_token.
12052         * reflection.c (mono_custom_attrs_from_class): If the class type is
12053         VAR or MVAR retrieve the attributes of the generic param.
12055 2008-04-08 Rodrigo Kumpera  <rkumpera@novell.com>
12057         * class.c (mono_class_init): Do class verification if the verifier
12058         is enabled.
12060 2008-04-08 Rodrigo Kumpera  <rkumpera@novell.com>
12062         * verify-internal.h: Added mono_verifier_verify_class.
12064         * verify.c: Added mono_verifier_verify_class. It checks for
12065         classes with explicit layout that have overlapping reference fields.
12067         * pedump.c: Init the verifier state prior to verification. Fixed
12068         command line arguments.
12070 2008-04-08 Rodrigo Kumpera  <rkumpera@novell.com>
12072         * Makefile.am: Added verify-internals.h, hopefully fix the build.
12074 2008-04-08  Zoltan Varga  <vargaz@gmail.com>
12076         * verify-internals.h: Fix a warning.
12078 2008-04-07 Rodrigo Kumpera  <rkumpera@novell.com>
12080         * verify-internals.h: New header with the verifier configuration
12081         extracted from mini.c.
12083         * verify.c: Implemented the new functions exported by verify-internals.h.
12085 2008-04-07 Rodrigo Kumpera  <rkumpera@novell.com>
12087         * verify.c: Add proper verification of ckfinite.
12089 2008-04-04 Rodrigo Kumpera  <rkumpera@novell.com>
12091         * verify.c (do_conversion): Improved error message to something
12092         more meanfull.
12094         * verify.c (check_is_valid_type_for_field_ops): Fix to work
12095         with primitive types.
12097 2008-04-04 Rodrigo Kumpera  <rkumpera@novell.com>
12099         * verify.c: Added tail prefix checking. Marked icall
12100         as unverifible.
12102 2008-04-04 Rodrigo Kumpera  <rkumpera@novell.com>
12104         * verify.c: Fix the detection of branches to the middle
12105         of an instruction.
12107 2008-04-03 Rodrigo Kumpera  <rkumpera@novell.com>
12109         * verify.c: Implemented verification of volatile. and
12110         unaligned. prefix. Check if a type is valid after retrieving it.
12112 2008-04-01  Dick Porter  <dick@ximian.com>
12114         * process.c (process_get_fileversion): If there's no string block,
12115         set the file language to en_US.  Fixes the other new part of bug
12116         374600.
12118 2008-03-29 Rodrigo Kumpera  <rkumpera@novell.com>
12120         * class.c: New functions mono_method_can_access_field_full and
12121         mono_method_can_access_method_full. They perform type visibility
12122         and type site check.
12124         * class-internal.h: Added exported functions.
12126         * verify.c: Use new functions to implement proper visibility checks.
12128 2008-03-29  Zoltan Varga  <vargaz@gmail.com>
12130         * mono-config.h: Add missing G_BEGIN_DECLS/G_END_DECLS. Fixes #375188.
12132 2008-03-28  Dick Porter  <dick@ximian.com>
12134         * process.c (process_get_fileversion): Use the first language ID
12135         we see, rather than insisting on an invariant language.  Fixes bug
12136         374600.
12138 2008-03-28  Zoltan Varga  <vargaz@gmail.com>
12140         * reflection.c (calc_section_size): Use add_stream_zero to align the size of
12141         the streams to fix reading of invalid memory later.
12143         * metadata.h (MonoType): Use 'MonoTypeEnum' instead of int for the 'type' field
12144         to ease debugging.
12146 2008-03-26  Zoltan Varga  <vargaz@gmail.com>
12148         * marshal.c (signature_dup): Use mono_metadata_signature_alloc ().
12149         (cominterop_method_signature): Ditto. Fix the size passed to memcpy.
12151 2008-03-26  Massimiliano Mantione  <massi@ximian.com>
12152         * threads.h: Added MonoThreadManageCallback type and
12153         mono_thread_set_manage_callback prototype
12154         * object-internals.h: In _MonoThread, renamed unused6 to manage_callback
12155         (used to store the mono_thread_manage callback).
12156         * threads.c: Added mono_thread_set_manage_callback, and handle
12157         "MonoThread->manage_callback" in build_wait_tids.
12159 2008-03-26  Dick Porter  <dick@ximian.com>
12161         * process.c (process_get_fileversion): Set FileVersionInfo strings
12162         to Empty when the resource doesn't have the particular info.
12163         Fixes bug 355717.
12165 2008-03-25 Rodrigo Kumpera  <rkumpera@novell.com>
12167         * verify.c (mono_method_verify): Proper prefix validation.
12169 2008-03-25  Zoltan Varga  <vargaz@gmail.com>
12171         * icall.c (ves_icall_InternalInvoke): Return exceptions thrown by the icall
12172         itself in a separate argument instead of throwing them. Fixes #373448.
12174         * appdomain.c: Bump corlib version.
12176 2008-03-24 Rodrigo Kumpera  <rkumpera@novell.com>
12178         * verify.c: Implemented readonly prefix and verify controled mutability pointers.
12180 2008-03-20  Kornél Pál  <kornelpal@gmail.com>
12182         * file-io.c, filewatcher.c, threadpool.c, threads.c: Removed Windows
12183         version macros.
12185 2008-03-20  Mark Probst  <mark.probst@gmail.com>
12187         * generic-sharing.c, class-internals.h: Code for putting
12188         reflection types into the runtime generic context.
12190 2008-03-19 Rodrigo Kumpera  <rkumpera@novell.com>
12192         * icall.c (ves_icall_get_method_info): Return correct values for the call convention.
12193         Fixes #340662. 
12196 2008-03-17 Rodrigo Kumpera  <rkumpera@novell.com>
12198         * verify.c (VerifyContext): Added instruction prefix data to the struct.
12200         * verify.c (is_compatible_boxed_valuetype): Don't check if the type is a valuetype, been boxed is enough.
12202         * verify.c (do_invoke): Support constrained callvirt form. Grouped similar checks together.
12204         * verify.c (do_cast): Let the result value keep the boxed status.
12206         * verify.c (mono_method_verify): Add proper support for prefixed and implement contrained.
12208 2008-03-17  Jb Evain  <jbevain@novell.com>
12210         * reflection.c: when running on a 2.0 runtime, emit
12211         unconditionally the #~ header version as 2.0, and the
12212         CLI header version as 2.5, for symmetry's sake with csc.
12214 2008-03-16  Zoltan Varga  <vargaz@gmail.com>
12216         * class.c: Remove the unused cache_interface_offsets stuff.
12218         * class.c loader.c domain.c verify.c metadata.c debug-helpers.c threadpool.c
12219         profiler.c: Fix warnings.
12221 2008-03-16  Mark Probst  <mark.probst@gmail.com>
12223         * generic-sharing.c, class-internals.h: Support for putting
12224         methods into the runtime generic context.
12226 2008-03-16  Zoltan Varga  <vargaz@gmail.com>
12228         * class.c (mono_class_setup_fields): Ignore calls made to this function for
12229         classes which are generic instances of not-yet finished typebuilders. Fixes
12230         #351172.
12232         * reflection.c (fixup_method): Add support for FieldOnTypeBuilderInst.
12234 2008-03-15  Zoltan Varga  <vargaz@gmail.com>
12236         * metadata-internals.h (MonoDynamicImage): Add 'generic_def_objects' hash table.
12238         * class-internals.h (MonoMethodInflated): Remove the rarely used reflection_info
12239         field, replace it with a hash table in MonoDynamicImage.
12241         * reflection.c (inflate_mono_method): Access the generic definition object from
12242         image->generic_def_objects instead of imethod->reflection_info.
12244         * reflection.c (mono_reflection_bind_generic_method_parameters): Ditto. 
12246         * icall.c (ves_icall_MonoMethod_GetGenericMethodDefinition): Ditto.
12247         
12248         * image.c (mono_image_close): Move the dynamic image freeing code to a separate
12249         function in reflection.c so it is easier to keep in sync with the dynamic image
12250         creation code.
12252         * reflection.c (mono_dynamic_image_free): New internal function, extracted from
12253         mono_image_close ().
12255 2008-03-15  Mark Probst  <mark.probst@gmail.com>
12257         * class.c (mono_class_generic_sharing_enabled): Disable generic
12258         sharing for all architectures except AMD64 and x86 to fix build.
12260 2008-03-14 Rodrigo Kumpera  <rkumpera@novell.com>
12262         * verify.c: Use the generic definition MonoGenericContext when available.
12263         Remove code for checking generics instance compatibility in favor of
12264         mono_class_is_assignable_from.
12266 2008-03-14  Mark Probst  <mark.probst@gmail.com>
12268         * marshal.c, marshal.h, metadata-internals.h, image.c,
12269         wrapper-types.h: New wrapper for invoking a shared static method
12270         without having to pass the runtime generic context argument.
12272 2008-03-14 Rodrigo Kumpera  <rkumpera@novell.com>
12274         * icall-def.h: Add missing function PerformanceCounterCategory::GetInstanceNames.
12276 2008-03-14  Zoltan Varga  <vargaz@gmail.com>
12278         * reflection.c (mono_image_get_field_on_inst_token): Add caching.
12279         
12280         * reflection.c (mono_image_get_field_on_inst_token): New helper function to
12281         create a token from a FieldOnTypeBuilderInst.
12282         (mono_image_create_token): Handle FieldOnTypeBuilderInst.
12283         (resolve_object): Ditto.
12285         * object-internals.h (MonoReflectionFieldOnTypeBuilderInst): New structure
12286         mirroring System.Reflection.Emit.FieldOnTypeBuilderInst.
12288 2008-03-14  Martin Baulig  <martin@ximian.com>
12290         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 68.
12292         * debug-mono-symfile.h
12293         (MONO_SYMBOL_FILE_VERSION): Bump to 41.
12294         (MONO_SYMBOL_FILE_COMPATIBILITY_VERSION): New #define.
12296 2008-03-10  Martin Baulig  <martin@ximian.com>
12298         * debug-mono-symfile.h
12299         (MonoSymbolFileMethodAddress): Removed `num_lexical_blocks' and
12300         `lexical_block_table_offset'.
12301         (MonoDebugMethodInfo): Removed `num_lexical_blocks' and
12302         `lexical_blocks'.
12303         (MonoSymbolFile): Added `version'.
12305         * mono-debug.h
12306         (MonoDebugLexicalBlockEntry): Removed.
12307         (MonoDebugMethodJitInfo): Removed `num_lexical_blocks' and
12308         `lexical_blocks'.
12310         * mono-debug.c (mono_debug_add_method): Don't compute lexical
12311         blocks here; the debugger now does this internally.
12313 2008-02-27  Martin Baulig  <martin@ximian.com>
12315         * object.c (mono_runtime_exec_main): Call
12316         `mono_debugger_event (MONO_DEBUGGER_EVENT_REACHED_MAIN)' and
12317         `mono_debugger_event (MONO_DEBUGGER_EVENT_MAIN_EXITED)' here.
12319 2008-03-12 Rodrigo Kumpera  <rkumpera@novell.com>
12321         * verify.c (verify_type_compatibility_full): Allow native int to be converted
12322         to native pointer in non-strict mode. Required to "(IntPtr)null" work.
12324 2008-03-12 Rodrigo Kumpera  <rkumpera@novell.com>
12326         * verify.c (verify_ldftn_delegate): Accept a sealed type when using
12327         ldftn with a virtual method.
12329 2008-03-13  Geoff Norton  <gnorton@novell.com>
12331         * decimal.c:  Only include memory.h if the platform has it.
12333 Wed Mar 12 12:11:06 CET 2008 Paolo Molaro <lupus@ximian.com>
12335         * assembly.c, class.c, metadata-internals.h: make sure public key
12336         tokesns are compared in a case-insensitive way. Also, all
12337         the lookups in the GAC use a lowercase public key token
12338         (gaacutil already does the lowercasing on install). Fixes
12339         bug #369541.
12341 2008-03-11 Rodrigo Kumpera  <rkumpera@novell.com>
12343         * verify.c (mono_delegate_signature_equal): Do proper variance check on arguments
12344         and return value.
12346 Tue Mar 11 17:41:38 CET 2008 Paolo Molaro <lupus@ximian.com>
12348         * image.c: when someone loads a mscorlib from a file, return the
12349         currently loaded mscorlib (fixes bug #369253).
12351 Tue Mar 11 16:47:32 CET 2008 Paolo Molaro <lupus@ximian.com>
12353         * class.c: handle types with no parents by forcing them to have
12354         System.Object as a parent and marking them as broken (this currently
12355         allows the first part of bug #369173 to work as well, likely because
12356         we don't check for typeload exceptions everywhere yet).
12358 Tue Mar 11 15:23:54 CET 2008 Paolo Molaro <lupus@ximian.com>
12360         * class.c: more complete check that types belong to corlib
12361         (fixes second part of bug #369173).
12363 2007-03-10  Bill Holmes  <billholmes54@gmail.com>
12365         * generic-sharing.c:  Including glib.h for the MSVC builds to define
12366           "inline" to "__inline" before including mono-membar.h.
12367           
12368         * mono-perfcounters.c:  Adding HAVE_SYS_TIME_H check for MSVC builds.
12369           Rename "Unknown" to "CatTypeUnknown" to avoid name collisions for 
12370           MSVC builds.
12372         Contributed under MIT/X11 license.
12374 2008-03-10 Rodrigo Kumpera  <rkumpera@novell.com>
12376         * verify.c (do_invoke_method): Remove return type validation.
12378         * verify.c (do_ret): Do return type validation at return site instead of
12379         call site.
12381 2008-03-10 Rodrigo Kumpera  <rkumpera@novell.com>
12383         * verify.c (do_invoke_method): Mark callvirt to static methods unverifiable.
12385         * verify.c: Some todos cleaned and improved a few error messages.
12387 2008-03-08  Zoltan Varga  <vargaz@gmail.com>
12389         * class.c (mono_class_setup_mono_type): Improve the test for corlib.
12391 2008-03-07  Zoltan Varga  <vargaz@gmail.com>
12393         * class.c (mono_class_setup_mono_type): Handle types whose name clashes with
12394         system types correctly.
12396         * exception.h exception.c (mono_exception_from_token_two_strings): New helper
12397         function.
12399 2008-03-06  Zoltan Varga  <vargaz@gmail.com>
12401         * assembly.c (build_assembly_name): Fix a warning.
12403 Thu Mar 6 19:43:41 CET 2008 Paolo Molaro <lupus@ximian.com>
12405         * marshal.c: ldfld_remote and stfld_remote needs just one wrapper as
12406         the called function takes an object type argument. Fixes storing or
12407         valuetypes across remoting as well as reducing memory usage.
12408         * image.c, metadata-internals.h: remove now unused ldfld_remote and
12409         stfld_remote wrapper caches.
12411 2008-03-06  Zoltan Varga  <vargaz@gmail.com>
12413         * icall.c (mono_lookup_internal_call): Update the exception message when an icall
12414         is not found.
12416         * reflection.c (mono_image_register_token): New helper function to save
12417         a token->object mapping.        
12419         * icall.c (ves_icall_ModuleBuilder_RegisterToken): New icall to access it from
12420         managed code.
12422         * reflection.c (_mono_reflection_parse_type): Distinguish between vectors and
12423         one dimension arrays. Fixes #367670.
12424         (mono_reflection_get_type_internal): Ditto.
12426 Tue Mar 4 19:04:02 CET 2008 Paolo Molaro <lupus@ximian.com>
12428         * marshal.c: mono_load_remote_field_new() always returns object.
12429         so use the proper signature (fixes bug #366445).
12431 2008-03-04  Zoltan Varga  <vargaz@gmail.com>
12432         
12433         * class-internals.h (MonoMethod): Remove unused uses_this flag, 
12434         add an 'inline_failure' flag instead.
12436 2008-03-04  Mark Probst  <mark.probst@gmail.com>
12438         * domain-internals.h, domain.c: Replaced MonoGenericSharingContext
12439         with a new structure, MonoGenericJitInfo, in the MonoJitInfo.  It
12440         contains the location of "this", used for exception handling.
12442 2008-03-04  Zoltan Varga  <vargaz@gmail.com>
12444         * class.c (mono_class_layout_fields): Set the min alignment of small structs to
12445         their size on all platforms for perf reasons.
12447 2008-03-03 Rodrigo Kumpera  <rkumpera@novell.com>
12449         * reflection.h: Move mono_reflection_is_valid_dynamic_token to
12450         object-internal.h
12452         * object-internal.h: Same.
12454 2008-03-03 Rodrigo Kumpera  <rkumpera@novell.com>
12456         * reflection.h: Fix the build I just broke.
12458 2008-03-03 Rodrigo Kumpera  <rkumpera@novell.com>
12460         * reflection.c (mono_reflection_is_valid_dynamic_token): New function,
12461         Test if a token is valid, this remove explicit usage of 
12462         MonoDynamicImage::tokens from the verifier code.
12464         * reflection.h: Added mono_reflection_is_valid_dynamic_token.
12466         * verify.c (token_bounds_check): Use mono_reflection_is_valid_dynamic_token
12467         instead of direct access to MonoDynamicImage::tokens.
12469 2008-03-03 Rodrigo Kumpera  <rkumpera@novell.com>
12471         * verify.c (token_bounds_check): Fix the build I just broke.
12473 2008-03-03 Rodrigo Kumpera  <rkumpera@novell.com>
12475         * verify.c (token_bounds_check): Fix bounds check for dynamic images.
12477         * verify.c (verifier_load_method): Fixed the errors message.
12479         * verify.c (mono_method_verify): Fixed a debug message.
12481 Thu Feb 28 19:49:45 CET 2008 Paolo Molaro <lupus@ximian.com>
12483         * icall-def.h, domain.c, mono-perfcounters-def.h, mono-perfcounters.c,
12484         mono-perfcounters.h, class-internals.h: support for predefined
12485         writable counters, query of categories and counters, bugfixes.
12487 2008-02-28 Rodrigo Kumpera  <rkumpera@novell.com>
12489         * verify.c (do_refanytype): Verify the refanytype opcode.
12491         * verify.c (mono_method_verify): Use do_refanytype.
12493 2008-02-28 Rodrigo Kumpera  <rkumpera@novell.com>
12495         * verify.c (do_mkrefany): Verify the mkrefany opcode.
12497         * verify.c (mono_method_verify): Use do_mkrefany.
12499 Wed Feb 27 19:49:16 CET 2008 Paolo Molaro <lupus@ximian.com>
12501         * Makefile.am, icall-def.h, icall.c, mono-perfcounters-def.h,
12502         mono-perfcounters.c, mono-perfcounters.h: basic performance counter
12503         implementation.
12505 2008-02-27  Zoltan Varga  <vargaz@gmail.com>
12507         * marshal.c (mono_marshal_get_synchronized_wrapper): Fix the code which throws
12508         the type load exception.
12510 2008-02-27 Rodrigo Kumpera  <rkumpera@novell.com>
12512         * verify.c: Added a few FIXME for method signatures
12514         * verify.c (do_invoke_method): Use mono_method_get_signature_full instead
12515         of mono_method_get_signature and get vararg call working. Removed unused
12516         checks for return value.
12518         * verify.c (do_refanyval): Verify the refanyval opcode.
12520         * verify.c (mono_method_verify): Implemented verification of arglist and
12521         use do_refanyval.
12523 2008-02-27  Zoltan Varga  <vargaz@gmail.com>
12525         * class.c (mono_class_setup_methods): Move the check for synchronized methods on
12526         vtypes to marshal.c.
12528         * marshal.c (mono_marshal_get_synchronized_wrapper): Do the vtype check here so
12529         it works for AOT as well.
12531 Tue Feb 26 17:46:32 CET 2008 Paolo Molaro <lupus@ximian.com>
12533         * monitor.c, threads.c, threadpool.c: replace the use of GetTickCount ()
12534         with mono_msec_ticks () which is monotonic and doesn't cause bugs when
12535         the system time is adjusted.
12537 Tue Feb 26 17:40:10 CET 2008 Paolo Molaro <lupus@ximian.com>
12539         * icall.c, icall-def.h: use the new time functions (fixes the
12540         non-monotonic behaviour of TickCount).
12542 2008-02-26  Zoltan Varga  <vargaz@gmail.com>
12544         * reflection.c (mono_custom_attrs_from_builders): Revert the last change as
12545         it breaks the build.
12546         
12547         * reflection.c (mono_custom_attrs_from_builders): Assert instead of a crash if the
12548         cattr is not finished yet.
12550 2008-02-25 Rodrigo Kumpera  <rkumpera@novell.com>
12552         * verify.c: Proper token validation for field, method and type.
12554 2008-02-25 Rodrigo Kumpera  <rkumpera@novell.com>
12556         * loader.c (field_from_memberref): Generate a loader error if the type is not found.
12558         * loader.c (method_from_memberref): Generate type load error instead of method missing
12559         if the type is not found.
12561 2008-02-23  Zoltan Varga  <vargaz@gmail.com>
12563         * marshal.c (mono_marshal_emit_managed_wrapper): Avoid generating invalid IL if
12564         some of the conversions caused the generation of a marshal directive exception.
12566 2008-02-21 Rodrigo Kumpera  <rkumpera@novell.com>
12568         verify.c: Report which exception should be thrown by the JIT.
12569         Added a lot of FIXME notes.
12571 2008-02-22  Mark Probst  <mark.probst@gmail.com>
12573         * generic-sharing.c: Runtime generic context slots are not
12574         instantiated on init anymore.  Instead, provide function to do the
12575         instantiating on demand.
12577         * class-internals.h: Added vtable to runtime generic context.
12578         Macros for encoding direct and indirect slot offsets in one
12579         guint32.
12581 2008-02-21  Mark Probst  <mark.probst@gmail.com>
12583         * object.c, generic-sharing.c: Moved some generic sharing code
12584         from object.c to generic-sharing.c.
12586         * generic-sharing.c: Added support for extensible runtime generic
12587         context.
12589         * metadata-internals.h: Two new hash tables in MonoImage for
12590         extensible runtime generic context support.
12592         * domain.c: Unregister generic vtables upon domain unloading.
12594         * image.c: Destroy new hash tables upon image unloading.
12596         * metadata.c: Unregister generic subclasses upon image unloading.
12598         * class-internals.h: New data structure for runtime generic
12599         context template.  New fields in the runtime generic context for
12600         extensible part.
12602         * Makefile.am: Added generic-sharing.c.
12604 2008-02-21 Rodrigo Kumpera  <rkumpera@novell.com>
12606         icall.c (ves_icall_System_Reflection_Module_ResolveTypeToken): If
12607         there is a pending loader exception, raise it.
12609         icall.c (ves_icall_System_Reflection_Module_ResolveMethodToken): 
12610         same.
12612         icall.c (ves_icall_System_Reflection_Module_ResolveFieldToken): 
12613         same.
12615         Fixes #363450.
12617 2008-02-20  Zoltan Varga  <vargaz@gmail.com>
12619         * icall.c (ves_icall_Type_GetPacking): Handle dynamic types.
12621         * assembly.c (mono_assembly_load_from_full): Fix a leak in the previous patch.
12622         
12623         * assembly.c (mono_assembly_load_from_full): Return the non-refonly corlib for
12624         ref-only requests for compatibility with MS.
12626 2008-02-20  Raja R Harinath  <harinath@hurrynot.org>
12628         * reflection.c (mono_custom_attrs_from_method): Don't silently
12629         return an empty list for generic method instances.
12630         (mono_custom_attrs_from_param): Likewise.
12632 2008-02-20  Rodrigo Kumpera  <rkumpera@novell.com>
12633             Raja R Harinath  <harinath@hurrynot.org>
12635         Fix #354757
12636         * class-internals.h (struct _MonoMethodInflated.is_mb_open): Add.
12637         * class.c (mono_class_inflate_generic_method_full): Initialize it
12638         when a fully-open method is instantiated.
12639         * metadata.c (inflated_method_equal, inflated_method_hash): Update
12640         to new field.
12641         * reflection.c (inflate_mono_method): Don't create a temporary context.
12643 2008-02-20  Raja R Harinath  <harinath@hurrynot.org>
12645         * icall.c (ves_icall_MonoMethod_GetGenericMethodDefinition):
12646         Compute correct value, to prepare for imethod->reflection_info going away.
12648 2008-02-19  Zoltan Varga  <vargaz@gmail.com>
12650         * class.c (mono_class_setup_vtable_general): Ignore static methods in interfaces.
12652 2008-02-18 Rodrigo Kumpera  <rkumpera@novell.com>
12654         * verify.c: Implement skip visibility flag.
12656 2008-02-18 Rodrigo Kumpera  <rkumpera@novell.com>
12658         * verify.h: Added MONO_VERIFY_SKIP_VISIBILITY and struct MonoVerifyInfoExtended
12659         which contains an extra field to tell the kind of exception that should be thrown.
12661         * verify.c: Use MonoVerifyInfoExtended instead of MonoVerifyInfo.
12663 2008-02-17  Raja R Harinath  <harinath@hurrynot.org>
12665         * loader.c (mono_method_get_param_names): Initialize 'klass' after
12666         'method' is updated.
12668 2008-02-11  Zoltan Varga  <vargaz@gmail.com>
12670         * class.c (mono_class_layout_fields): Set class->min_align for classes using
12671         explicit layout as well. Fixes #360375.
12673 2008-02-11  Geoff Norton  <gnorton@novell.com>
12675         * loader.c: Guard and dereference against inflated generic methods
12677 2008-02-10  Gert Driesen  <drieseng@users.sourceforge.net>
12679         * class.c: Include Retargetable spec in assembly name.
12680         * assembly.c: Always include PublicKeyToken spec in assembly name
12681         (with value "null" if assembly is not signed), and include
12682         Retargetable spec.
12683         * icall-def.h: Added icall for Assembly.get_fullname.
12684         * icall.c: Added icall returning the fullname of an assembly.
12686 2008-02-09  Zoltan Varga  <vargaz@gmail.com>
12688         * class.c (mono_class_setup_vtable_general): Add a missing call to
12689         mono_class_setup_methods () which is needed in the AOT case.
12691 2008-02-08 Rodrigo Kumpera  <rkumpera@novell.com>
12693         * verify.c (mono_type_get_stack_name): Added. Return the name for the
12694         stack type of the given MonoType.
12696         * verify.c (verify_type_compatibility_full): Handle the void type.
12698         * verify.c (is_compatible_boxed_valuetype): Changed to fit the
12699         way stack merging works.
12701         * verify.c (store_local): Improved verification message.
12703         * verify.c (do_branch_op): If the merging is invalid, the method
12704         is unverifiable and not invalid. Improved error message.
12706         * verify.c (merge_stacks): Properly merge a boxed valuetype and
12707         a reference type diferent than System.Object. Improved error
12708         message.
12710 2008-02-07 Rodrigo Kumpera  <rkumpera@novell.com>
12712         * verify.c (mono_type_is_enum_type): Added. Test if a type is an enum.
12714         * verify.c (mono_type_get_underlying_type_any): Added. Return the underlying
12715         type of an enum even if the argument is byref.
12717         * verify.c: Replace all explicit uses of enumtype and enum_basetype
12718         to calls to mono_type_is_enum_type and mono_type_get_underlying_type_any.
12720         * verify.c: Check for an enum in all cases of MONO_TYPE_GENERICINST.
12722         *verify.c (verify_type_compatibility_full): Make enum types
12723         compatible with their base types.
12725         * verify.c (is_compatible_boxed_valuetype): Added. Check if both
12726         types are compatible for the special case of a boxed valuetype and
12727         System.Object.
12729         * verify.c (verify_stack_type_compatibility): The function
12730         is_compatible_boxed_valuetype was extracted from here.
12732         * verify.c (push_arg): Only set ctx->has_this_store if the method
12733         is not static.
12735         * verify.c (do_ldelem): Fixed a typo in an error message and added
12736         strict check for mixing int32 and native int as the array type
12737         and ldelem type.
12739         * verify.c (merge_stacks): Consider boxed valuetypes in the
12740         compatibility checks.
12742 2008-02-07  Massimiliano Mantione  <massi@ximian.com>
12743         * profiler.h: (MonoGCEvent): Added start-stop the world events.
12745 2008-02-06  Massimiliano Mantione  <massi@ximian.com>
12746         *class.c: use_new_interface_vtable_code: renamed the env var to have
12747         a "MONO_" prefix, and fix the logic to enable it by default.
12749 2008-02-06  Massimiliano Mantione  <massi@ximian.com>
12750         *class.c:
12751         mono_class_setup_vtable_general: rewrote the way in which interface
12752         methods are added to vtables. Makes bug-77127.exe pass, and hopefully
12753         makes the code more maintainable.
12754         For now the old code is still there, and can be activated setting
12755         the env var "USE_NEW_INTERFACE_VTABLE_CODE".
12757 2008-02-06 Rodrigo Kumpera  <rkumpera@novell.com>
12759         * verify.c: guarded some debug functions around and #ifdef.
12761         * verify.c (merge_stacks): implement proper PIII 1.8.1.3 stack state merging.
12763 2008-02-06  Zoltan Varga  <vargaz@gmail.com>
12765         * marshal.c (mono_marshal_get_runtime_invoke): Revert the direct_wrapper
12766         changes for now since they seem to break too many things.
12768 2008-02-05  Mark Probst  <mark.probst@gmail.com>
12770         * marshal.c, marshal.h (mono_marshal_find_bitfield_offset,
12771         mono_marshal_find_nonzero_bit_offset): Added macro and function
12772         for finding the byte- and bit-offset of a bitfield within a
12773         struct.
12775 2008-02-05  Zoltan Varga  <vargaz@gmail.com>
12777         * marshal.c (mono_marshal_get_ptr_to_struct): Make the signature non-pinvoke.
12778         (mono_marshal_get_struct_to_ptr): Ditto.
12780         * marshal.c (mono_marshal_get_runtime_invoke): Fix the signature of 
12781         cctor_signature.
12783 2008-02-03  Zoltan Varga  <vargaz@gmail.com>
12785         * marshal.c (mono_marshal_get_runtime_invoke): Fix sharing of runtime wrappers
12786         between methods for non-corlib types.
12788 2008-02-02  Geoff Norton  <gnorton@novell.com>
12790         * loader.c (mono_method_get_param_names): Populate the parameter name for 
12791         generic parameters as well. (Fixes #342536)
12793 2008-01-31 Rodrigo Kumpera  <rkumpera@novell.com>
12795         * verify.c (is_valid_bool_arg): Allow boxed values and null literals as well.
12797         * verify.c (do_invoke_method): Fix for calling with byref structs.
12799         * verify.c (do_cast): push a boxed value type based on the type token and not
12800         the type of stack.
12802 2008-01-31  William Holmes  <billholmes54@gmail.com>
12804         * process.c (process_module_string_read): Check the size returned form 
12805           VerQueryValue to avoid out of memory exception. 
12807 2008-01-30  Zoltan Varga  <vargaz@gmail.com>
12809         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): 
12810         Handle properly modules which are not in the moduleref table. Fixes
12811         #356938.
12813 2008-01-29  Zoltan Varga  <vargaz@gmail.com>
12815         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): Remove
12816         the dynamic case which is now in managed code.
12817         (ves_icall_System_Reflection_Assembly_GetTypes): Ditto.
12819         * marshal.c (mono_string_to_bstr): Fix a warning.
12820         (init_com_provider_ms): Ditto.
12822         * appdomain.c (ves_icall_System_AppDomain_createDomain): Add some FIXMEs.
12824         * exception.c (mono_get_exception_out_of_memory): New helper function.
12826 2008-01-28  Jonathan Chambers  <joncham@gmail.com>
12828         * marshal.c: Add support for BSTR marshalling
12829         using other COM systems.
12831         Code is contributed under MIT/X11 license.
12833 2008-01-28 Rodrigo Kumpera  <rkumpera@novell.com>
12835         * object.c (mono_runtime_invoke_array): reverted previous
12836         commit as it breaks the build.
12838 2008-01-28 Rodrigo Kumpera  <rkumpera@novell.com>
12840         * object.c (mono_runtime_invoke_array): Verify arguments for
12841         invalid types. Fixes #348522.
12843 2008-01-28 Rodrigo Kumpera  <rkumpera@novell.com>
12845         * verify.c: added IL_CODE_CALL_NONFINAL_VIRTUAL to track calls to
12846         non-final virtual calls using call. 
12848         * verify.c (do_invoke): fixed some TODOs.
12850         * verify.c (push_arg): set has_this_store for "ldarga 0".
12852 2008-01-27  Zoltan Varga  <vargaz@gmail.com>
12854         * reflection.c (reflection_methodbuilder_to_mono_method): Allow DynamicMethods
12855         which belong to an inflated class. Fixes #356531.
12857 2008-01-26  Robert Jordan  <robertj@gmx.net>
12859         * file-io.c: Implement and use wrappers for GetFileAttribute|Ex ()
12860         which resort to FindFirstFile when a certain error condition
12861         (ERROR_SHARING_VIOLATION) occured. Fixes bug #325212.
12862         Code is contributed under MIT/X11 license.
12864 2008-01-24  Jonathan Chambers  <joncham@gmail.com>
12866         * marshal.c (emit_marshal_string): Fix out string marshalling
12867         to use specified encoding. Fixes #323900.
12869         Code is contributed under MIT/X11 license.
12871 2008-01-24  Raja R Harinath  <harinath@hurrynot.org>
12873         * class.c (mono_class_inflate_generic_method_full): Don't modify
12874         iresult->context after cache check.
12876 2008-01-23  Zoltan Varga  <vargaz@gmail.com>
12878         * class.c (mono_class_inflate_generic_method_full): Change the
12879         struct assignments to memcpy for better visibility and add some comments.
12881 2008-01-23  Dick Porter  <dick@ximian.com>
12883         * threads.c (mono_threads_set_shutting_down): Simplify shutdown
12884         procedure, and make it work on windows.
12886 2008-01-22  Zoltan Varga  <vargaz@gmail.com>
12888         * object-internals.h (MonoReflectionGenericClass): Make the 'generic_type' field
12889         a MonoReflectionTypeBuilder since it is always of that type.
12891         * reflection.c (mono_type_get_object): Remove an unneccesary check.     
12893         * reflection.c (mono_generic_class_get_object): Simplify this a bit.
12895         * reflection.c (mono_reflection_bind_generic_parameters): Ditto.
12896         
12897         * icall.c (ves_icall_MonoGenericClass_GetParentType): Ditto.
12899         * icall.c (ves_icall_MonoGenericClass_GetInterfaces): Ditto.
12901         * reflection.c (mono_reflection_create_runtime_class): Remove already created
12902         instantiations from the type cache.
12904 2008-01-21 Rodrigo Kumpera  <rkumpera@novell.com>
12906         * verify.c (do_ldstr): fixed token verification. previous code was 100% broken.
12908         * verify.c (do_unbox_value): push a controled mutability managed pointer.
12910 2008-01-21 Rodrigo Kumpera  <rkumpera@novell.com>
12912         * verify.c (do_ldstr): added, verifies if the #US token is valid.
12914         * verify.c (mono_method_verify): removed old TODO
12916 2008-01-21 Rodrigo Kumpera  <rkumpera@novell.com>
12918         * verify.c (do_newobj): add visibility check.
12920 2008-01-21 Rodrigo Kumpera  <rkumpera@novell.com>
12922         * verify.c (do_load_function_ptr): add visibility check.
12924 2008-01-21  Massimiliano Mantione  <massi@ximian.com>
12925         *class.c:
12926         mono_generic_class_get_class: hook profiler events.
12927         mono_field_get_offset: added to support heap-shot in the new profiler.
12928         *class.h: exported mono_field_get_offset.
12929         * reflection.c:
12930         mono_reflection_setup_internal_class: hook profiler events.
12932 2008-01-20  Zoltan Varga  <vargaz@gmail.com>
12934         * marshal.c (mono_marshal_emit_native_wrapper): Add a 'check_exceptions' 
12935         argument here too and use it to avoid checking for pending exceptions if 
12936         possible.
12938 2008-01-20  Gert Driesen  <drieseng@users.sourceforge.net>
12940         * assembly.c (build_assembly_name): add arg for passing the assembly
12941         flags. Do not consider a PublicKey with value "null" valid.
12942         (mono_assembly_name_parse_full): added boolean argument that will be
12943         set if the assembly name contains a PublicKeyToken spec. Added support
12944         for the Retargetable spec for which only Yes or No are allowed as valid
12945         value. Consider assembly name invalid if Retargetable spec is set, but
12946         either version, culture or public key (token) are not specified.
12947         * metadata-internals.h: sync signature of mono_assembly_name_parse_full
12948         with implementation in assembly.c.
12949         * icall.c (fill_reflection_assembly_name): also copy assembly flags
12950         from MonoAssemblyName.
12951         (ves_icall_System_Reflection_AssemblyName_ParseName): use newly
12952         introduced argument for mono_assembly_name_parse_full to know if the
12953         assembly name has a PublicKeyToken spec, and if it has instruct
12954         fill_reflection_assembly_name to use default value for keyToken (if
12955         PublicKeyToken is null).
12957 2008-01-18  Rodrigo Kumpera  <rkumpera@novell.com>
12959         * verify.c (mono_method_verify): fixed ovf ops with
12960         float values. They are unverifiable now.
12962 2008-01-18  Rodrigo Kumpera  <rkumpera@novell.com>
12964         * class.c (set_failure_from_loader_error): add BadImageException to the
12965         list of exceptions that can cause a type to fail to load.
12967         * class.c (mono_class_get_exception_for_failure): same.
12969 2008-01-17  Rodrigo Kumpera  <rkumpera@novell.com>
12971         * verify.c (in_any_exception_block): added, check if offset
12972         is part of any exception handling clause.
12974         * verify.c (get_stack_type): added VAR and MVAR types.
12976         * verify.c (do_stobj): better error messages.
12978         * verify.c (do_cpobj): added, check cpobj.
12980         * verify.c (do_initobj): added, check initobj.
12982         * verify.c (do_sizeof): added, check sizeof.
12984         * verify.c (do_localloc): added, check localloc.
12986         * verify.c: adde proper verification for cpobj, initobj, sizeof and localloc.
12988 2008-01-17  Zoltan Varga  <vargaz@gmail.com>
12990         * method-builder.c (mono_mb_emit_native_call): Get rid of the unused
12991         save_lmf/restore_lmf opcodes.
12993         * threads.c (mono_threads_install_notify_pending_exc): New function to
12994         install a callback notifying the JIT there is a pending exception on a thread.
12995         (mono_thread_request_interruption): Call the new callback.
12996         (mono_thread_get_and_clear_pending_exception): New function to return the
12997         exception pending on a thread.
12999         * marshal.c (mono_marshal_get_icall_wrapper): Add a check_exceptions argument
13000         to turn off checking for pending exceptions.
13001         (mono_marshal_get_native_wrapper): Ditto.
13003 2008-01-16  Zoltan Varga  <vargaz@gmail.com>
13005         * threads-types.h: Get rid of the unnecessary extern declarations.
13007 2008-01-16  Gert Driesen  <drieseng@users.sourceforge.net>
13009         * icall.c (ves_icall_Type_GetField): if NonPublic flag is set, only
13010         return field from parent class if not private.
13011         (ves_icall_Type_GetFields_internal): if NonPublic flag is set, only
13012         returns fields from parent class if they are not private.
13013         (method_nonpublic): added function to determine if a given method
13014         should be considered non-public. Returns false for private methods
13015         on parent class, and internal methods from parent on the 1.0 profile.
13016         (ves_icall_Type_GetMethodsByName): if NonPublic flag is set, then
13017         use method_nonpublic function to determine whether method should be
13018         returned.
13019         (property_accessor_public): use newly introduced method_nonpublic
13020         function to determine whether accessor is non-public. 
13021         (ves_icall_MonoType_GetEvent): If NonPublic flag is set, only return
13022         event from parent class if not private. Only return static event if
13023         Static flag is set, and only return static event from parent class if
13024         FlattenHierarchy flag is set.
13025         (ves_icall_Type_GetEvents_internal): If NonPublic flag is set, only
13026         include non-private events from parent class.
13028 2008-01-16  Zoltan Varga  <vargaz@gmail.com>
13030         * icall.c (ves_icall_System_NumberFormatter_GetFormatterTables): Fix a
13031         warning.
13033 2008-01-16  Wade Berrier <wberrier@novell.com>
13035         * security.c: Add assembly.h header to appease some warnings
13037 2008-01-16  Dick Porter  <dick@ximian.com>
13039         * process.c (process_module_string_read): Remove trailing null
13040         when saving string.
13042 2008-01-16  Mark Probst  <mark.probst@gmail.com>
13044         * class-internals.h: A new data structure describing the layout of
13045         a runtime generic context (MonoRuntimeGenericContextTemplate).
13047         * metadata-internals.h: Added a hash table to MonoDomain that maps
13048         from open generic classes to their runtime generic context
13049         templates.
13051         * object.c: Building of the runtime generic context, including
13052         proper handling of generic type arguments of superclasses.
13053         Building of the runtime generic context according to the template.
13055 2008-01-15  Zoltan Varga  <vargaz@gmail.com>
13057         * class.c (mono_class_setup_fields): Set field.count for generic instances.
13058         Fixes #350856.
13060         * image.c (do_mono_image_open): Pass TRUE as last_exists to 
13061         mono_portability_find_file (). Fixes #325466.
13062         (mono_image_get_public_key): Fix a warning.
13064 2008-01-14  Zoltan Varga  <vargaz@gmail.com>
13066         * class.c (mono_class_from_name): Fix comments for NULL-ness of image parameter.
13067         Fixes #353550.
13068         (mono_class_from_name_case): Ditto.
13070 2008-01-13  Eyal Alaluf <eyala@mainsoft.com>
13072         * icall-def.h number-formatter.h icall.c: Implemented a cross app-domain
13073           common storage for the tables used in the System/NumberFormatter class.
13075 2008-01-13  Zoltan Varga  <vargaz@gmail.com>
13077         * marshal.c (mono_marshal_get_runtime_invoke): Fix a typo.
13079 2008-01-11  Rodrigo Kumpera  <rkumpera@novell.com>
13081         * verify.c (get_boxable_mono_type): check if the token is valid.
13083         * verify.c (set_stack_value): changed to add an error if an
13084         invalid type is set on stack. Changed all callers due to signature change.
13086         * verify.c (do_stobj): implement stobj validation.
13088 2008-01-11  Zoltan Varga  <vargaz@gmail.com>
13090         * reflection.c (reflection_methodbuilder_to_mono_method): No need to
13091         set container->is_method, it was set earlier.
13093         * metadata.c (type_in_image): Handle MVARs which belong to not finished
13094         generic methods.
13096         * reflection.c (mono_reflection_initialize_generic_parameter): Set
13097         is_method of the generic container to TRUE for methods.
13099 2008-01-10  Zoltan Varga  <vargaz@gmail.com>
13101         * metadata.c (type_in_image): Handle type parameters properly.
13103         * class-internals.h (MonoGenericParam): Add an 'image' argument to track
13104         memory ownership of this structure.
13106 2008-01-10  Rodrigo Kumpera  <rkumpera@novell.com>
13108         * verify.c (get_boxable_mono_type): make typedref types been just
13109         unverifiable. check for void type.
13111         * verify.c (do_unbox_any): added, verify opcode unbox.any.
13113         * verify.c (do_load_function_ptr): accept method spec tokens.
13115 2008-01-10  Zoltan Varga  <vargaz@gmail.com>
13117         * marshal.c (mono_class_native_size): Always set *align even if this is called
13118         recursively.
13120 2008-01-09  Zoltan Varga  <vargaz@gmail.com>
13122         * verify.c (mono_verify_corlib): Remove this as it was not used and was 
13123         out-of-date.
13125 2008-01-09  Rodrigo Kumpera  <rkumpera@novell.com>
13127         * verify.c: removed some old unused tables. A huge bunch of small fixes
13128         to things found while testing the verifier with mono basic.
13130         * verify.c (dump_stack_value): dump null literal flag to.
13132         * verify.c (verify_type_compatibility_full): fix comparison
13133         for types that have a generic super type.
13135         * verify.c (verify_stack_type_compatibility): fix compatibility
13136         between null literals and reference types. fix compatibility between
13137         boxed valuetypes and object. fix corner case test for enums.
13139         * verify.c (do_cmp_op): proper verification of cgt.un in case
13140         of reference types.
13142         * verify.c (do_invoke_method): fix error message.
13144         * verify.c (do_store_indirect
13146         * verify.c (check_is_valid_type_for_field_ops): proper verification
13147         of managed pointers to valuetypes and boxed valuetypes. proper verification
13148         of null literals.
13150         * verify.c (do_unbox_value): expect valuetypes to be always boxed. don't
13151         allow token to be a reference type.
13153         * verify.c (do_cast): proper handling of boxes valuetypes.
13155         * verify.c (do_stelem): proper handling of storing a boxed valuetype
13156         in object[].
13158         * verify.c (mono_method_verify): pass the opcode to do_cmp_op
13159         to handle cgt.un properly. Implement add/mul/sub ovf opcodes.
13160         fixed the decoding of unbox_any
13162 2008-01-08  Zoltan Varga  <vargaz@gmail.com>
13164         * boehm-gc.c (mono_gc_deregister_root): Fix the size passed to libgc.
13166 2008-01-08  Rodrigo Kumpera  <rkumpera@novell.com>
13168         * verify.c (do_newobj): do delegate verification.
13170         * verify.c (verify_delegate_compatibility): perform delegate
13171         verification.
13173         * verify.c (verify_ldftn_delegate): perform tests related to
13174         ldftn delegates.
13176         * verify.c (mono_delegate_signature_equal): perform the
13177         slightly diferent signature comparison required by delegates.
13179         * metadata.c (mono_metadata_type_equal_full): added and exported
13180         as MONO_INTERNAL. This is a version of mono_metadata_type_equal that
13181         allows signature only comparison.
13183         * metadata-internal.h (mono_metadata_type_equal_full): added and exported
13184         as MONO_INTERNAL.
13186 2008-01-07  Rodrigo Kumpera  <rkumpera@novell.com>
13188         * verify.c: added a bunch of stack_slot_* functions to
13189         make access to stack slot type easier. This is required to
13190         allow optional flags, like null literal, boxed value and
13191         this pointer.
13192         All access paths to IlStackDesc::stype have been changed 
13193         to use these new funcions.
13194         Removed a bunch of unused functions and cleared all warnings.
13195         This patch introduces the usage of the this pointer and 
13196         boxed value flags.
13198 2008-01-07  Zoltan Varga  <vargaz@gmail.com>
13200         * boehm-gc.c (mono_gc_deregister_root): Fix win32 build.
13202 2008-01-06  Zoltan Varga  <vargaz@gmail.com>
13204         * appdomain.c (ves_icall_System_AppDomain_ExecuteAssembly): Change signature to
13205         match managed version.
13207         * appdomain.c: Bump corlib version.
13208         
13209         * appdomain.c (ves_icall_System_AppDomain_ExecuteAssembly): Check for a null
13210         argument.
13212 2008-01-06  Gert Driesen  <drieseng@users.sourceforge.net>
13214         * icall.c (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies)
13215         Set public key token to zero-length byte array if assembly is not
13216         strongnamed.
13218 2008-01-05  Zoltan Varga  <vargaz@gmail.com>
13220         * icall.c (ves_icall_System_Array_SetValueImpl): Use a write barrier when
13221         writing a vtype array elem.
13223 2007-01-05  Gert Driesen  <drieseng@users.sourceforge.net>
13225         * assembly.c (build_assembly_name): return FALSE if length of token is
13226         not 16 (if not "null").
13227         (mono_assembly_name_parse_full): return FALSE if value of version,
13228         culture, token or key is 0.
13229         * icall.c (fill_reflection_assembly_name): add boolean arguments to
13230         specify whether public key and public key token must be set to default
13231         value (zero-length byte array) if not available. Set versioncompat to
13232         SameMachine. If public key is available or the default is set, then
13233         set PublicKey flag.
13234         (ves_icall_System_Reflection_Assembly_FillName): if no public key
13235         is available, use empty byte array as default value. On the 2.0
13236         profile, use default value for public key token if not set.
13237         (ves_icall_System_Reflection_InternalGetAssemblyName): on the 1.0
13238         profile, use default value for public key if not set. On the 2.0
13239         profile, use default value for public key token if not set.
13240         (ves_icall_System_Reflection_AssemblyName_ParseName): do not set
13241         default values for public key and public key token.
13243 2008-01-05  Zoltan Varga  <vargaz@gmail.com>
13245         * object-internals.h (MonoReflectionAssemblyName): Add 'processor_architecture'
13246         field to keep it in synch with the managed object.
13248         * marshal.c (emit_marshal_object): Add support for byref marshalling of
13249         delegates. Fixes #351520.
13251         * sgen-gc.c (conservatively_pin_objects_from): Tell valgrind that the pin queue
13252         contains defined memory.
13253         
13254         * sgen-gc.c: Fix 64 bit warnings. Fix some typos. Update GC stats in mono_stats.
13256         * sgen-gc.c (build_nursery_fragments): Handle half-constructed objects correctly.
13257         
13258         * sgen-gc.c (check_consistency): New helper function to do a consistency check
13259         of the GC data structures.
13261         * gc-internal.h: Moved the REGISTER/UNREGISTER macros here from os/gc_wrapper.h.
13263         * *.c: Include metadata/gc-internal.h instead of os/gc_wrapper.h.
13264         
13265         * object.c (mono_array_full_copy): Fix detection of whenever to use a write
13266         barrier.
13267         (mono_array_clone_in_domain): Ditto.
13268         (mono_array_clone_in_domain): Ditto.
13270         * threads.c (start_wrapper): Register the thread start argument as a GC root.
13271         (cache_culture): Use a write barrier.
13273         * icall.c (ves_icall_System_Array_SetValueImpl): Call a write barrier.
13274         (ves_icall_get_property_info): Ditto.
13276         * object.h (MONO_STRUCT_SETREF): New macro.
13278         * class-internals.h (MonoStats): Add some GC statistics.
13280         * boehm-gc.c null-gc.c: Define mono_gc_deregister_root ().
13282 2008-01-04  Andreas Faerber  <andreas.faerber@web.de>
13284         * exception.c (mono_exception_from_name_two_strings):
13285         Break from loop after method is found.
13287 2008-01-04  Dick Porter  <dick@ximian.com>
13289         * process.c (process_module_string_read): Rename variable to
13290         reflect correct usage, after fixing bug 345972.
13292 2008-01-03  Rodrigo Kumpera  <rkumpera@novell.com>
13294         * verify.c (mono_type_create_fnptr_from_mono_method): 
13295         created a MonoType function pointer instance to be used during
13296         verification. The verifier releases this memory at end.
13298         * verify.c (mono_method_is_constructor): extracted repeated
13299         checks for constructor into a single class.
13301         * verify.c (do_push_field): use new extracted method
13302         for constructor check.
13304         * verify.c (do_newobj): same.
13306         * verify.c (do_ldftn): renamed to do_load_function_ptr
13307         and make it verify ldvirtftn too.
13309         * verify.c (mono_method_verify: proper verification
13310         of ldvirtftn. release created MonoMethod instances.
13312 2007-12-31  Rodrigo Kumpera  <rkumpera@novell.com>
13314         * verify.c (token_bounds_check): added.
13316         * verify.c (do_ldftn): added.
13318         * verify.c (mono_method_verify): proper verificartion of ldftn.
13320 2007-12-31  Rodrigo Kumpera  <rkumpera@novell.com>
13322         * metadata.c (mono_metadata_decode_row): Assert if index is bigger
13323         than the table row count. It's the resposibility of the caller to
13324         make the bounds check and raise the correct error.
13326         * metadata.c (mono_metadata_decode_row_col): Same.
13328         * loader.c (mono_get_method_from_token): perform bounds check
13329         on token for methoddef table.
13331 2007-12-29  Miguel de Icaza  <miguel@novell.com>
13333         * icall.c
13334         (ves_icall_System_CurrentSystemTimeZone_GetTimeZoneData): Turn the
13335         assert into a negative result, the managed code already coped with
13336         that.
13338         Some folks on Windows reported this error. 
13340 2007-12-28  Gert Driesen  <drieseng@users.sourceforge.net>
13342         * appdomain.c: Bump corlib version.
13343         * icall.c:
13344         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies): Use
13345         CultureInfo.CreateCulture to create CultureInfo for name.
13346         (fill_reflection_assembly_name): Use CultureInfo.CreateCulture to
13347         create CultureInfo for name. Fixes bug #347174.
13349 2007-12-27  Rodrigo Kumpera  <rkumpera@novell.com>
13351         * verify.c: added IL_CODE_FLAG_STACK_INITED and IL_CODE_STACK_MERGED
13352         flags.
13354         * verify.c (is_valid_branch_instruction): allow branching to the
13355         first instruction of the protected block.
13357         * verify.c (is_valid_cmp_branch_instruction): same.
13359         * verify.c (stack_init): use IL_CODE_FLAG_STACK_INITED flag to
13360         avoid double initialization.
13362         * verify.c (merge_stacks): use IL_CODE_STACK_MERGED to
13363         detect which cases the eval stack should just be copied.
13365         * verify.c (mono_method_verify): check if the eval stack
13366         is empty when entering a protected block.
13368 2007-12-27  Rodrigo Kumpera  <rkumpera@novell.com>
13370         * verify.c: added is_clause_in_range, is_clause_inside_range,
13371         is_clause_nested and verify_clause_relationship. They perform
13372         the verifications stated in P1 12.4.2.7.
13374         * verify.c (mono_method_verify): remove some unused variables,
13375         add the new exception clause checks, add instruction border
13376         checks for protected block start/end, improved some error 
13377         messages and fixed a bug in the way invalid instruction access
13378         is detected.
13380 2007-12-26  Zoltan Varga  <vargaz@gmail.com>
13382         * boehm-gc.c (mono_gc_register_thread): Use the new GC_register_my_thread () routine
13383         from GC 7.0 if available.
13385         * object.c: Remove an unused define.
13386         
13387         * object.c (mono_class_compute_gc_descriptor): Fix a warning.
13389         * boehm-gc.c (mono_gc_make_descr_for_array): Implement.
13391         * null-gc.c (mono_gc_make_descr_for_array): Implement.
13393         * object.c (mono_class_compute_gc_descriptor): Remove an #ifdef SGEN_GC.
13395         * gc-internal.h: Change the signature of mono_gc_make_descr_for_string ()
13396         to take the same arguments as the other make_descr functions.
13398         * boehm-gc.c null-gc.c: Add implementation for make_descr functions.
13400         * objects.c: Get rid of the MAKE_DESCRIPTOR macros, call make_descr functions
13401         directly.
13403         * boehm-gc.c (mono_gc_base_init): Moved the setting of GC_stackbottom here from
13404         mini.c.
13406         * object.c (mono_class_compute_gc_descriptor): Move the GC_init_gcj_malloc () 
13407         call to boehm-gc.c.
13409         * boehm-gc.c (mono_gc_register_root): Fix a warning.
13411         * null-gc.c (mono_gc_register_root): Fix a warning.
13413         * reflection.c (ALLOC_REFENTRY): Use mono_gc_alloc_fixed for boehm as well.
13415         * boehm-gc.c (mono_gc_register_root): Moved definition here from gc_wrapper.h.
13416         (mono_gc_base_init): Call GC_init ().
13418         * null-gc.c: Define mono_gc_register_root () as a no-op.
13420         * domain.c appdomain.c: Call mono_gc_base_init () instead of MONO_GC_PRE_INIT ().
13422 2007-12-24  Rodrigo Kumpera  <rkumpera@novell.com>
13424         * verify.c: add prototype for merge_stacks at top
13426         * verify.c (do_switch): added.
13428         * verify.c (merge_stacks): on some cases the stack merging
13429         was not happening properly. Unequal stack sizes at merge
13430         points should be invalid.
13432         * verify.c (mono_method_verify): added more debug info on stack state.
13433         verify switch properly.
13435 2007-12-24  Zoltan Varga  <vargaz@gmail.com>
13437         * method-builder.h: New file, moved the mono_mb_ declarations here from 
13438         marshal.h.
13440         * boehm-gc.c marshal.c: Include method-builder.h.
13442         * marshal.c: Use mono_mb_emit_branch_label () in a few places.
13444         * marshal.c: Remove some code which is now in method-builder.c.
13446 2007-12-23  Zoltan Varga  <vargaz@gmail.com>
13448         * method-builder.c: New file, extraction of the method builder functionality 
13449         from marshal.c.
13451         * marshal.c: Move the mb functions into method-builder.c.
13453         * marshal.h marshal.c: Export some mono_mb_... functions.
13455         * marshal.c: Use mono_mb_get_label () and mono_mb_patch_branch () in all places.
13457         * loader.c (field_from_memberref): Remove the dynamic case, it is handled in
13458         the caller.
13460         * class.c (mono_class_get_full): Check the token type in the dynamic case.
13462         * loader.c (mono_field_from_token): Ditto.      
13464         * loader.c (mono_get_method_from_token): Change the check so it checks memberref
13465         type as well.
13466         
13467         * loader.c (mono_get_method_from_token): Check the token type in the dynamic case.
13468         Fixes #342565.
13470         * class-internals.h: Add new loader error type MONO_EXCEPTION_BAD_IMAGE plus
13471         a helper function for setting it.
13473         * loader.c (mono_loader_error_prepare_exception): Handle MONO_EXCEPTION_BAD_IMAGE.
13475         
13476         * assembly.c: Significally simplify code now that referenced assemblies are 
13477         loaded lazily. Get rid of the 'loading' hashtables. Hopefully fixes #347629.
13479         * threads.h: Don't include  the internal threads-types.h header file. Fixes
13480         #349952.
13482 2007-12-21  Rodrigo Kumpera  <rkumpera@novell.com>
13484         * verify.c: added enum value IL_CODE_FLAG_WAS_TARGET, to represent
13485         instructions that were target of branches or are at protected block boundaries.
13487         * verify.c (in_same_block): handle filter clauses.
13489         * verify.c (is_valid_branch_instruction): added. checks the target of
13490         instructions br or brtrue/false.
13492         * verify.c (is_valid_cmp_branch_instruction): added. checks the target of
13493         binary branch instructions such as beq and bge.
13495         * verify.c (init_stack_with_value): renamed to init_stack_with_value_at_exception_boundary
13496         and made it pin the instruction as been part of the exception block.
13498         * verify.c (do_boolean_branch_op): use is_valid_branch_instruction instead
13499         of in_same_block.
13501         * verify.c (do_branch_op): use is_valid_cmp_branch_instruction instead
13502         of in_same_block.
13504         * verify.c (do_ret): ret from a protected block is unverifiable and
13505         not invalid.
13507         * verify.c (do_static_branch): verify br and br.s instructions.
13509         * verify.c (merge_stacks): add extra param to support detection
13510         of branches in the middle of instructions.
13511         
13512         * verify.c (mono_method_verify): verify branches and exception blocks
13513         that target the middle of instructions. Proper verification of br and br.s.
13515 2007-12-21  Zoltan Varga  <vargaz@gmail.com>
13517         * reflection.c (reflection_methodbuilder_from_ctor_builder): Initialize
13518         skip_visibility field.
13519         (reflection_methodbuilder_from_dynamic_method): Ditto.
13521         * object.c (mono_class_compute_gc_descriptor): Remove more unused icall
13522         registrations. Fixes #348193.
13524         * threads.h: Move the internal mono_thread_get_pending_exception () to
13525         threads-types.h and rename it to mono_thread_get_undeniable_exception ().
13527 2007-12-20  Zoltan Varga  <vargaz@gmail.com>
13529         * object.c (mono_class_compute_gc_descriptor): Remove unused GC_gcj_fast_malloc
13530         icall registration. Fixes #348193.
13532         * marshal.c (mono_marshal_get_runtime_invoke): Put all runtime invoke wrappers
13533         for corlib classes into object. Fixes #349621.
13535 2007-12-20  Gert Driesen  <drieseng@users.sourceforge.net>
13537         * icall.c (property_accessor_nonpublic): new function to determine
13538         whether an accessor allows a property to be considered non-public.
13539         Returns false for private accessor(s) from parent class, and internal
13540         accessor(s) from parent on 2.0 profile (and higher).
13541         (ves_icall_Type_GetPropertiesByName): Use newly introduced function
13542         to determine whether property should be included if NonPublic flag
13543         is set. Fixes bug #349078.
13545 2007-12-20  Rodrigo Kumpera  <rkumpera@novell.com>
13547         * verify.c (init_stack_with_value): added.
13549         * verify.c (mono_method_verify): extracted common
13550         code for exception initialization into init_stack_with_value.
13552         * verify.c (mono_method_verify): initialize the exception
13553         for handler clauses as well.
13555         * verify.c (mono_method_verify): fix the exception clause
13556         ordering rules, it should use handler end offset and not
13557         start offset.
13559 Thu Dec 20 12:27:24 CET 2007 Paolo Molaro <lupus@ximian.com>
13561         * rawbuffer.c: remove useless warning.
13563 Thu Dec 20 12:10:38 CET 2007 Paolo Molaro <lupus@ximian.com>
13565         * threads.h, threads-types.h: move functions to the correct header
13566         (fixes bug#349952).
13568 2007-12-19  Rodrigo Kumpera  <rkumpera@novell.com>
13570         * verify.c (mono_method_verify): proper verification
13571         of exception handling clauses ranges and fallthru in
13572         and out of protected blocks.
13574 2007-12-19  Rodrigo Kumpera  <rkumpera@novell.com>
13576         * verify.c (mono_method_verify): fixed compilation issue.
13578 2007-12-19  Rodrigo Kumpera  <rkumpera@novell.com>
13580         * verify.c (mono_method_verify): a printf slipped in, changed
13581         to use verifier debug macro.
13583 2007-12-18  Rodrigo Kumpera  <rkumpera@novell.com>
13585         * verify.c (is_correct_leave): check for filter clauses.
13587         * verify.c (do_filter): added.
13589         * verify.c (mono_method_verify): property verification of leave.
13592 2007-12-18  Mark Probst  <mark.probst@gmail.com>
13594         * threads.c: Disable calls to _wapi_thread_signal_self() to fix
13595         Win32 build, until we figure out how to do the proper thing on
13596         Win32.
13598 2007-12-17  Zoltan Varga  <vargaz@gmail.com>
13600         * appdomain.c (ves_icall_System_AppDomain_LoadAssembly): Fix a crash introduced
13601         by the previous patch.
13602         
13603         * appdomain.c (ves_icall_System_AppDomain_LoadAssembly): Avoid calling
13604         the assembly resolve handler for refonly assemblies.
13606 2007-12-17  Mark Probst  <mark.probst@gmail.com>
13608         * threads.c, thread-types.h, icall.c: New shutdown safeguards.
13609         Make sure only one thread is allowed to commence shutdown, and
13610         don't allow new threads to be started once shutdown is in
13611         progress.
13613 2007-12-14  Rodrigo Kumpera  <rkumpera@novell.com>
13615         * verify.c (is_correct_endfilter): added.
13617         * verify.c (is_unverifiable_endfilter): added.
13619         * verify.c (do_endfilter): added.
13621         * verify.c (mono_method_verify): property verification of endfilter
13622         and fixed a corner case or endfinally.
13624 2007-12-13  Rodrigo Kumpera  <rkumpera@novell.com>
13626         * verify.h: new flags to support fail fast of unverifiable code and
13627         do non-strict verification. Non-strict verification is required to
13628         have MS runtime compatibility. There are a huge amount of unverifiable
13629         code that it accepts as verifiable. The strict mode verifies the code
13630         as the specs says.
13631         Non-strict mode will be required in cases where code needs to be
13632         accepted as verifiable but fails under strict mode.
13634         * pedump.c: added support to fail fast and non-strict verification.
13636         * verify.c: added support for both fail fast and non-strict verification.
13638 2007-12-12  Rodrigo Kumpera  <rkumpera@novell.com>
13640         * verify.c (is_correct_endfinally): added.
13642         * verify.c (mono_method_verify): property verification of endfinally.
13644 2007-12-11  Rodrigo Kumpera  <rkumpera@novell.com>
13646         * verify.c (in_any_block): check for filter clauses.
13648         * verify.c (is_correct_rethrow): added.
13650         * verify.c (mono_method_verify): property verification of rethrow.
13652         * metadata.h: added MONO_OFFSET_IN_FILTER macro.
13654 2007-12-11  Rodrigo Kumpera  <rkumpera@novell.com>
13656         * verify.c (do_throw): added.
13658         * verify.c (mono_method_verify): property verification of throw
13660 2007-12-11  Zoltan Varga  <vargaz@gmail.com>
13662         * assembly.c (mono_assembly_load_reference): Try an assembly resolve for ref-only
13663         assemblies. Fixes #346425.
13665 2007-12-10  Zoltan Varga  <vargaz@gmail.com>
13667         * reflection.c (mono_reflection_get_token): Call mono_image_create_token () for
13668         FieldBuilders.
13670         * icall.c (ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_RunClassConstructor): Fix a warning.
13672         * class.c (mono_lookup_dynamic_token_class): Add a 'valid token' argument to
13673         prevent asserts when this is called with a token which might not be valid.
13675         * icall.c (ves_icall_System_Reflection_Module_ResolveTypeToken): Call
13676         lookup_dynamic_token_class with valid_token == FALSE.
13678         * icall.c (ves_icall_System_Reflection_Module_ResolveMethodToken): Ditto.       
13680         * icall.c (ves_icall_System_Reflection_Module_ResolveStringToken): Ditto.
13682         * icall.c (ves_icall_System_Reflection_Module_ResolveFieldToken): Ditto.
13683         
13684 2007-12-10  Mark Probst  <mark.probst@gmail.com>
13686         * gc.c: Don't delay threadpool thread finalization unless Mono is
13687         shutting down.
13689 Mon Dec 10 11:06:23 CET 2007 Paolo Molaro <lupus@ximian.com>
13691         * threads.c: turn an assert into a non-fatal warning.
13693 2007-12-09  Robert Jordan  <robertj@gmx.net>
13695         * icall.c (GetVirtualMethod): Add missing argument validation.
13697 2007-12-06  Rodrigo Kumpera  <rkumpera@novell.com>
13699         * verify.c (do_cast): added.
13701         * verify.c (mono_method_verify): property verification of castclass and isinst.
13704 2007-12-06  Rodrigo Kumpera  <rkumpera@novell.com>
13706         * verify.c (mono_type_from_opcode): added opcodes for stelem.X.
13708         * verify.c (do_stelem): added.
13710         * verify.c (mono_method_verify): property verification of stelem.X.
13712 2007-12-07  Mark Probst  <mark.probst@gmail.com>
13714         * class.c, class-internals.h: Introduce an environment variable
13715         (MONO_GENERIC_SHARING) through which the extent of generic code
13716         sharing can be controlled (share all classes, share only corlib
13717         classes, or share nothing).
13719         * object.c: Only create runtime generic context for classes for
13720         which sharing is enabled.
13722 2007-12-06  Rodrigo Kumpera  <rkumpera@novell.com>
13724         * verify.c (do_ldelem): refactor it to work with ldelem.any.
13726         * verify.c (mono_method_verify): property verification of ldelem.any.
13728 2007-12-06  Rodrigo Kumpera  <rkumpera@novell.com>
13730         * verify.c (get_indirect_op_mono_type): renamed to mono_type_from_opcode,
13731         added ldelem.X opcodes.
13733         * verify.c (do_ldelema): fixed possible invalid usage of MonoType.
13735         * verify.c: proper verification of ldelem.X 
13737 2007-12-06  Zoltan Varga  <vargaz@gmail.com>
13739         * icall.c (ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_RunClassConstructor): Allow interface cctors to be called too.
13741 2007-12-05  Rodrigo Kumpera  <rkumpera@novell.com>
13743         * verify.c (mono_method_verify): null literal requires special handling,
13744         the value pushed on stack need to be flagged as so.
13746         * verify.c (do_ldelema): Verify ldelema properly.
13748 2007-12-05  Rodrigo Kumpera  <rkumpera@novell.com>
13750         * verify.c: Verify ldlen properly.
13752 2007-12-05  Zoltan Varga  <vargaz@gmail.com>
13754         * icall.c (ves_icall_MonoField_GetValueInternal): Check that the field belongs
13755         to the target object's type. Fixes #346160.
13757 2007-12-05  Dick Porter  <dick@ximian.com>
13759         * threadpool.c (socket_io_add_poll): Asynchronous connect() on
13760         Solaris needs the same workaround as BSD-derived systems.  Fixes
13761         bug 323524, patch by Burkhard Linke
13762         <burkhard.linke@CeBiTec.Uni-Bielefeld.DE>
13764 2007-12-04  Gert Driesen  <drieseng@users.sourceforge.net>
13766         * process.c: When ProcessStartInfo.ErrorDialog is true, pass window
13767         handle to use when error dialog is shown; otherwise, update mask
13768         to show no error dialog when an error occurs.
13770 2007-12-03  Zoltan Varga  <vargaz@gmail.com>
13772         * icall.c (ves_icall_MonoField_GetRawConstantValue): New icall.
13774         * class.c (mono_class_get_field_default_value): New helper function to initialize
13775         field->def_type and field->data.
13777 2007-11-30  Zoltan Varga  <vargaz@gmail.com>
13779         * icall.c (ves_icall_System_Delegate_SetMulticastInvoke): Use the delegate trampoline instead of
13780         the general one.
13782         * object.c (mono_runtime_create_delegate_trampoline): New helper function.
13784         * marshal.c: Avoid depending on delegate->method_info being set.
13786         * object.c (mono_delegate_ctor): Avoid initializing delegate->method_info.
13787         
13788         * object.c (mono_delegate_ctor): Set delegate->method.
13790         * object-internals.h (struct _MonoDelegate): Add 'method' field.
13792         * appdomain.c: Bump corlib version.
13794 2007-11-27  Raja R Harinath  <harinath@gmail.com>
13796         * metadata.c (mono_generic_inst_equal_full): Short-circuit
13797         equality check if we're comparing canonicalized MonoGenericInsts.
13799 2007-11-23  Zoltan Varga  <vargaz@gmail.com>
13801         * class.c (generic_array_methods): Call mono_class_setup_methods () before
13802         accessing class->methods.
13804 2007-11-22  Dick Porter  <dick@ximian.com>
13806         * threads.c: Ensure that the synch_cs is set before trying to use
13807         it.
13809 Thu Nov 22 12:34:04 CET 2007 Paolo Molaro <lupus@ximian.com>
13811         * profiler.c: r89126 broke the statistial profiler, unbreak.
13813 2007-11-22  Martin Baulig  <martin@ximian.com>
13815         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 66.
13817         * mono-debug.c
13818         (mono_debug_debugger_version): Bump to 3.
13819         (mono_debug_init): Hook `mono_debugger_class_loaded_methods_func'
13820         -> mono_debugger_class_initialized().
13822         * mono-debug-debugger.c
13823         (mono_debugger_add_type): Renamed into mono_debugger_class_initialized().
13825         * class.c
13826         (mono_debugger_start_class_init_func): Removed.
13827         (mono_debugger_class_loaded_methods_func): Added.
13828         (mono_class_setup_methods): Call it here.
13830 2007-11-22  Martin Baulig  <martin@ximian.com>
13832         * mono-debug.c
13833         (mono_debug_add_delegate_trampoline): New public method.
13834         (MonoDebugDataItemType): Added `MONO_DEBUG_DATA_ITEM_DELEGATE_TRAMPOLINE'.
13836         * mono-debug.h
13837         (MonoSymbolTable): Added `global_data_table'.
13838         (MonoDebuggerTypeKind): Removed.
13840 2007-11-21  Zoltan Varga  <vargaz@gmail.com>
13842         * marshal.c (mono_marshal_get_generic_array_helper): Skip visibility checks for
13843         these methods.
13845         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
13846         
13847 Tue Nov 20 23:10:41 CET 2007 Paolo Molaro <lupus@ximian.com>
13849         * object.c: some fields don't have a valid rva: ignore them (bug #343083).
13851 2007-11-20  Martin Baulig  <martin@ximian.com>
13853         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 65.
13855         * mono-debug-debugger.c
13856         (mono_debugger_insert_method_breakpoint): Moved here from debug-mini.c
13857         (mono_debugger_remove_breakpoint): Likewise.
13858         (mono_debugger_check_breakpoints): Likewise.
13859         (mono_debugger_register_class_init_callback): New public method.
13860         (mono_debugger_remove_class_init_callback): Likewise.
13861         (mono_debugger_add_type): Likewise.
13863         * mono-debug-debugger.h
13864         (MonoDebuggerEvent): Add `MONO_DEBUGGER_EVENT_CLASS_INITIALIZED'.
13866 Tue Nov 20 20:54:12 CET 2007 Paolo Molaro <lupus@ximian.com>
13868         * class.c: more interface implementations needed for the
13869         array enumerator (fixes bug #341112).
13871 2007-11-18  Gert Driesen  <drieseng@users.sourceforge.net>
13873         * icall.c: Renamed arguments for ves_icall_System_Enum_ToObject to
13874         fix ParamName of ArgumentNullExceptions.
13876 2007-11-17  Miguel de Icaza  <miguel@novell.com>
13878         * reflection.c (mono_reflection_encode_sighelper): Generate the
13879         modopts and modreqs.   I have a useless test that crashes monodis,
13880         but that shows the code working.
13882 2007-11-17  Zoltan Varga  <vargaz@gmail.com>
13884         * boehm-gc.c (create_allocator): Fix size calculation for the string allocator.
13885         (mono_gc_get_managed_allocator): Enable the string allocator on amd64.
13887 2007-11-15  Dick Porter  <dick@ximian.com>
13889         * threads.c (ves_icall_System_Threading_Thread_Join_internal):
13890         When joining a thread, it's the thread that's calling Join that
13891         gets WaitSleepJoin state not the target.  Fixes the standalone
13892         test case in bug 334740, and hopefully the whole bug too.
13894 2007-11-15  Dick Porter  <dick@ximian.com>
13896         * process.c: Read file version info from the files pointed at by
13897         process modules, not the current process.  Fixes bug 315969.
13899         Use windows typedef names in some places to fix warnings on the
13900         windows build.
13902 2007-11-15  Mark Probst  <mark.probst@gmail.com>
13904         * image.c, metadata-internals.h: Added a generic_class_cache hash
13905         to MonoImage for looking up generic classes when sharing generics.
13907 Thu Nov 15 16:11:30 CET 2007 Paolo Molaro <lupus@ximian.com>
13909         * sgen-gc.c: warning cleanups.
13911 2007-11-15  Zoltan Varga  <vargaz@gmail.com>
13913         * icall.c (ves_icall_Type_GetPropertiesByName): Implement proper hiding of
13914         inherited properties.
13916 2007-11-14  Mark Probst  <mark.probst@gmail.com>
13918         * object.c, class-internals.h: Added more information to the
13919         runtime generic context.
13921 2007-11-13  Zoltan Varga  <vargaz@gmail.com>
13923         * marshal.c (mono_marshal_get_delegate_invoke): Take a delegate as argument
13924         instead of just the target method. Generalize the abstract method handling to
13925         handle any non-static method.
13927         * icall.c (ves_icall_System_Delegate_SetMulticastInvoke): Update after
13928         mono_marshal_get_delegate_invoke () signature change.
13930 2007-11-13  Mark Probst  <mark.probst@gmail.com>
13932         * class.c, class-internals.h: Made
13933         mono_type_get_basic_type_from_generic () public.  Fixed member
13934         access check for shared generics.
13936         * loader.c: Don't insert field into field cache if it's part of a
13937         non-inflated generic class.
13939         * domain.c, domain-internals.h: The generic sharing context is now
13940         part of the jit info data structure.  Added two accessor
13941         functions.
13943 2007-11-12  Zoltan Varga  <vargaz@gmail.com>
13945         * marshal.c (mono_marshal_get_runtime_invoke): Create a non-shared wrapper for
13946         the array Get/Set/Address methods, since the JIT inlines them.
13948         * metadata-internals.h (MonoImage): Add 'runtime_invoke_direct_cache'.
13950         * image.c (mono_image_close): Free runtime_invoke_direct_cache.
13951         (mono_image_init): Initialize runtime_invoke_direct_cache.      
13953         * icall.c (ves_icall_System_Delegate_SetMulticastInvoke): Update after
13954         mono_marshal_get_delegate_invoke signature change.
13956         * marshal.c (mono_marshal_get_delegate_invoke): Receive the target_method as
13957         an additional argument. Add support for invoking abstract methods.
13959         * metadata-internals.h (MonoImage): Add 'delegate_abstract_invoke_cache'.
13961         * image.c (mono_image_close): Free delegate_abstract_invoke_cache.      
13963 2007-11-09  Mark Probst  <mark.probst@gmail.com>
13965         * class.c: Do field layout for open generic classes as well.
13967 2007-11-09  Mark Probst  <mark.probst@gmail.com>
13969         * gc.c, gc-internal.h: Don't finalize threadpool threads with
13970         other objects, because the threadpool is still around.  Put them
13971         in a list instead and after finalizing all other objects in the
13972         root domain shut down the thread pool and then finalize the
13973         threads.  Fixes bug #337383.
13975         * threads.c, thread-types.h: New mono_thread_create_internal()
13976         function for marking a thread with the threadpool flag before it
13977         started.  Set synch_cs to NULL after freeing it.
13979         * threadpool.c: Mark threadpool threads before they start.
13981 Thu Nov 8 15:31:21 CET 2007 Paolo Molaro <lupus@ximian.com>
13983         * reflection.h, reflection.c: don't export random functions
13984         and lazy load dbnull and missing objects.
13986 2007-11-07  Jonathan Chambers <joncham@gmail.com>
13988         * class.c: Initialize COM types if COM interfaces
13989         are present (not just COM classes).
13990         
13991         Code is contributed under MIT/X11 license.
13993 2007-11-07  Massimiliano Mantione  <massi@ximian.com>
13994         * reflection.c:
13995         create_dynamic_mono_image: hook module profiler events (dynamic case).
13996         mono_image_basic_init: hook assembly profiler events (dynamic case).
13998 2007-11-07  Massimiliano Mantione  <massi@ximian.com>
13999         * profiler.c:
14000         simple_appdomain_unload: completely terminate the profiler
14001         instead of only processing the statistical samples.
14002         simple_shutdown: make sure this is really called exactly once,
14003         even in multithreaded applications, and always listen to
14004         appdomain events.
14005         * gc.c (mono_domain_finalize): don't call mono_profiler_appdomain_event
14006         here, the "[un]load" functions will do it.
14007         Fixes bugs #333791 and #325261.
14009 2007-11-07  Geoff Norton  <gnorton@novell.com>
14011         * socket-io.c:  Use the configure defines for HAVE_SOCKADDR_IN(6)_SIN_LEN
14012         rather than depend on __APPLE__.
14014 2007-11-07  Mark Probst  <mark.probst@gmail.com>
14016         * icall.c: Safety checks in InitializeArray.  Fixes bug #324535.
14018 2007-11-06  Sebastien Pouliot  <sebastien@ximian.com> 
14020         * object.c: Fix mono_string_to_utf8 to handle NULL values inside the
14021         UTF16 MonoString. Fix the crash from bug #335488
14023 2007-11-06  Sebastien Pouliot  <sebastien@ximian.com>
14025         * marshal.c: Correct (for non-Win32 OS) length != size in 
14026         mono_string_from_bstr. Fix #339530.
14028 2007-11-06  Geoff Norton  <gnorton@novell.com>
14030         * socket-io.c: Apple requires sin(6)_len to be set for getnameinfo
14031         to succeed
14033 2007-11-05  Kornél Pál  <kornelpal@gmail.com>
14035         * process.c: Added run-time GetProcessId API detection for Windows.
14037 2007-11-04  Miguel de Icaza  <miguel@novell.com>
14039         * reflection.c  (mono_param_get_objects): If a parameter has the
14040         attribute [System.Runtime.InteropServices.Optional] we should
14041         set the DefaultValue of the ParameterInfo to be
14042         System.Reflection.Missing instead of DBNull.
14044         See bug #339013.
14046         (mono_get_reflection_missing_object): New method,
14047         returns the System.Reflection.Missing.Value singleton instance.
14049 2007-11-03  Atsushi Enomoto  <atsushi@ximian.com>
14051         * culture-info-table.h : regenerated.
14053 2007-11-02  Jonathan Chambers <joncham@gmail.com>
14055         * icall.c: Use GetEnvironmentStrings on windows
14056         so we are using the same environment block as 
14057         GetEnvironmentVariable/SetEnvironmentVariable. Fixes
14058         #333740.
14059         
14060         Code is contributed under MIT/X11 license.
14062 2007-10-31  Martin Baulig  <martin@ximian.com>
14064         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 64.
14066         * mono-debug-debugger.h
14067         (MonoDebuggerEvent): Add `MONO_DEBUGGER_EVENT_TRAMPOLINE'.
14069 2007-10-30  Zoltan Varga  <vargaz@gmail.com>
14071         * reflection.c (mono_custom_attrs_from_class): Add support for dynamic inflated 
14072         classes.
14074 2007-10-30  Atsushi Enomoto  <atsushi@ximian.com>
14076         * culture-info-table.h : regenerated.
14078 2007-10-30  Robert Jordan  <robertj@gmx.net>
14080         * icall-def.h, icall.c:
14081         Add ves_icall_Remoting_RemotingServices_GetVirtualMethod ().
14083         Code is contributed under MIT/X11 license.
14085 2007-10-29  Zoltan Varga  <vargaz@gmail.com>
14087         * class.c (mono_class_setup_vtable): Find the inflated methods in the
14088         inflated class instead of inflating them again.
14089         
14090         * class.c (mono_class_setup_vtable): Inflate the override methods in the 
14091         dynamic case.
14093         * class.c (mono_generic_class_get_class): Set klass->property.count as well.
14094         Call setup_supertypes () after klass->parent is set.
14095         (mono_class_setup_properties): Enable this to work on dynamic generic classes.
14097         * reflection.c (mono_type_get_object): Only return a MonoGenericClass object
14098         for inflated instances of not yet created dynamic generic classes.
14099         (ctorbuilder_to_mono_method): Handle the case when this is called multiple
14100         times from inflated_method.
14101         (methodbuilder_to_mono_method): Ditto.
14103 Mon Oct 29 21:02:53 CET 2007 Paolo Molaro <lupus@ximian.com>
14105         * gc.c: code cleanup and removed old untested option of not creating the
14106         finalizer thread.
14108 2007-10-29  Zoltan Varga  <vargaz@gmail.com>
14110         * icall.c (ves_icall_System_Delegate_CreateDelegate_internal): Avoid
14111         creating a jump trampoline for dynamic methods.
14113 2007-10-29 Rodrigo Kumpera <rkumpera@novell.com>
14115         * reflection.c (mono_image_create_token): Correctly encode methods and constructors of
14116         generic TypeBuilders when called from another method of the same type (bug #335131).
14119 2007-10-27  Zoltan Varga  <vargaz@gmail.com>
14121         * reflection.c (methodbuilder_to_mono_method): Revert the last change as it
14122         doesn't seem to work perfectly.
14123         
14124         * reflection.c (ctorbuilder_to_mono_method): Handle the case when this is
14125         called multiple times.
14126         (methodbuilder_to_mono_method): Ditto.
14127         (resolve_object): Inflate FieldBuilder's.
14129 Fri Oct 26 19:38:40 CEST 2007 Paolo Molaro <lupus@ximian.com>
14131         * string-icalls.c, string-icalls.h, appdomain.c: patch from
14132         Tyler Larson <mono-devel@tlarson.com> to fix the handling of
14133         RemoveEmptyEntries in the string.Split implementation (bug #322375).
14135 2007-10-26  Dick Porter  <dick@ximian.com>
14137         * appdomain.c (MONO_CORLIB_VERSION): Bump version because of
14138         Thread initialisation changes
14140 2007-10-26 Rodrigo Kumpera <rkumpera@novell.com>
14142         * verify.c: fix compatibility check between arrays and System.Array
14144 2007-10-26  Zoltan Varga  <vargaz@gmail.com>
14146         * reflection.c (mono_reflection_get_custom_attrs_info): Handle MonoGenericClass
14147         too. Fixes #336999.
14149 2007-10-25  Zoltan Varga  <vargaz@gmail.com>
14151         * object.c (mono_value_box): Use typed allocation here.
14153 2007-10-23  Zoltan Varga  <vargaz@gmail.com>
14155         * icall.c (ves_icall_System_Delegate_CreateDelegate_internal): Create a jump
14156         trampoline instead of compiling the method right away.
14158         * class-internals.h object.c: Add a JIT callback to create a jump trampoline.
14160 2007-10-21  Zoltan Varga  <vargaz@gmail.com>
14162         * class.c (mono_generic_class_get_class): Avoid setting klass->size_inited and
14163         related fields for dynamic classes. Fixes #334493.
14165 2007-10-20  Zoltan Varga  <vargaz@gmail.com>
14167         * class.c (mono_generic_class_get_class): Set klass->field.count as well.
14168         
14169         * class.c (mono_class_layout_fields): Use 1 instead of TRUE for consistency.
14171         * class.c (mono_class_layout_fields): Set size_inited for generic classes as well.
14172         (mono_class_setup_vtable): Obtain overrides for dynamic generic classes correctly.
14174         * class.c (mono_class_setup_methods): Handle dynamic inflated classes correctly.
14176         * reflection.c (create_generic_typespec): Initialize klass->generic_container
14177         if needed.
14178         (reflection_methodbuilder_to_mono_method): Set container->is_method to TRUE.
14180 2007-10-18  Jonathan Chambers <joncham@gmail.com>
14182         * marshal.c: Use correct key when removing item
14183         from ccw_hash.
14184         
14185         Code is contributed under MIT/X11 license.
14187 2007-10-17  William Holmes  <billholmes54@gmail.com>
14189         *marshal.c: Adding a case to marshal booleans to U1
14191         Code is contributed under MIT/X11 license.
14193 2007-10-18  Zoltan Varga  <vargaz@gmail.com>
14195         * class.c (mono_class_from_name): Search the modules compromising dynamic
14196         assemblies. Fixes #331601.
14198 2007-10-16  Zoltan Varga  <vargaz@gmail.com>
14200         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): Throw an
14201         exception if the type name contains an assembly component. Fixes #334203.
14203         * reflection.c (mono_reflection_get_type_with_rootimage): Search all the
14204         modules inside dynamic assemblies. Fixes #334200.
14205         
14206         * reflection.c: Set image->public_key and image->public_key_length;
14208         * metadata-internals.h (MonoDynamicImage): Add public_key and public_key_len
14209         fields.
14211         * image.c (mono_image_get_public_key): Handle dynamic assemblies. Fixes #334173.        
14212         
14213 2007-10-16  Mark Probst  <mark.probst@gmail.com>
14215         * metadata.c: Implemented correct comparing of generic classes.
14216         An inflated generic class can be equal to a non-inflated one if it
14217         is inflated with generic type variables as type arguments.  Fixes
14218         bug #333798.
14220 2007-10-15  Dick Porter  <dick@ximian.com>
14222         * monitor.c (mono_monitor_try_enter_internal): Set thread state to
14223         WaitSleepJoin while it is waiting to acquire a lock.  Fixes bug
14224         81646.
14226         * threads.c: Turn the thread synch_lock into a CRITICAL_SECTION,
14227         instead of a monitor lock.  This means that monitor_try_enter and
14228         co can set the thread state safely.
14229         (ves_icall_System_Threading_Thread_Interrupt_internal): Always set
14230         thread_interrupt_requested, so interrupt actually works.
14232         * socket-io.c (ves_icall_System_Net_Sockets_Socket_Poll_internal,
14233         ves_icall_System_Net_Sockets_Socket_Select_internal): Use thread
14234         state accessor function
14236 2007-10-15  Martin Baulig  <martin@ximian.com>
14238         * mono-debug.h
14239         (MONO_DEBUGGER_VERSION): Bump to 63 to make it impossible to use
14240         the debugger with the current runtime.
14242 Mon Oct 15 10:20:56 CEST 2007 Paolo Molaro <lupus@ximian.com>
14244         * object.c, object-internals.h: added the ability to set a single
14245         trampoline for all the slots in a vtable.
14247 Fri Oct 12 17:50:11 CEST 2007 Paolo Molaro <lupus@ximian.com>
14249         * marshal.c: deal with a possible race condition during multicast
14250         delegate invocation.
14252 Fri Oct 12 13:31:11 CEST 2007 Paolo Molaro <lupus@ximian.com>
14254         * class.c: ensure value type methods don't have the synchronized
14255         flag set.
14257 Fri Oct 12 08:10:59 CEST 2007 Paolo Molaro <lupus@ximian.com>
14259         * string-icalls.c, string-icalls.h: reverted unapproved patch that
14260         breaks the build.
14262 2007-10-11  Joel Reed  <joelwreed@comcast.com>
14264         * string-icalls.c, string-icalls.h: modify System_String_InternalSplit
14265         to take an options parameter so that empty entries can be removed during
14266         the split procedure. Patch from: Tyler Larson <mono-devel@tlarson.com>
14268 Thu Oct 11 20:16:58 CEST 2007 Paolo Molaro <lupus@ximian.com>
14270         * marshal.c: make sure we don't store the signature from a dynamic
14271         method into the runtime invoke cache (bug #327189).
14273 Thu Oct 11 18:22:31 CEST 2007 Paolo Molaro <lupus@ximian.com>
14275         * marshal.c: make sure the wrapper methods are properly initialized.
14277 2007-10-11  Mark Probst  <mark.probst@gmail.com>
14279         * metadata.c, metadata-internals.h: Generalized
14280         mono_type_stack_size() to mono_type_stack_size_internal() which
14281         takes an additional argument specifying whether it allows open
14282         types.
14284 2007-10-10  Rodrigo Kumpera  <rkumpera@novell.com>
14286         * verify.c (do_invoke_method): handle typedbyref params
14287         correctly and check for unverifiable return values.
14289         * verify.c (do_newobj): fix a warning.
14291 2007-10-09  Rodrigo Kumpera  <rkumpera@novell.com>
14293         * verify.c: don't tread typedbyref as allways unverifable,
14294         so uses, like (ld/st)loc.0 are valid. verify for the cases
14295         that it matters, like boxing related operations.
14297 2007-10-09  Rodrigo Kumpera  <rkumpera@novell.com>
14299         * verify.c: add verification of the newobj opcode. verification
14300         of delegate instantation still missing due ldftn and virldftn not
14301         pushing the function type on stack
14303 2007-10-08  Mark Probst  <mark.probst@gmail.com>
14305         * class-internals.h: Runtime generic context data structure
14306         definition.
14308         * object.c: Initialization of runtime generic context at runtime
14309         vtable creation time.
14311 2007-10-08  Massimiliano Mantione  <massi@ximian.com>
14312         * class.c (mono_class_create_from_typedef,
14313         mono_class_from_generic_parameter, mono_ptr_class_get,
14314         mono_fnptr_class_get, mono_bounded_array_class_get)
14315         * domain.c (mono_domain_create, mono_domain_free)
14316         * assembly.c (mono_assembly_load_from_full, mono_assembly_close)
14317         * image.c (do_mono_image_load, mono_image_close):
14318         Hooked up load-unload profiler events.
14320 Mon Oct 8 11:38:04 CEST 2007 Paolo Molaro <lupus@ximian.com>
14322         * domain.c: track statistics about the actual amount of native code
14323         allocated.
14325 Sat Oct 6 10:01:42 CEST 2007 Paolo Molaro <lupus@ximian.com>
14327         * class.c: the valuetype enumerators don't have the additional
14328         supertypes interfaces.
14330 Fri Oct 5 20:33:31 CEST 2007 Paolo Molaro <lupus@ximian.com>
14332         * class.c: need more interfaces setup for the IEnumerator<T>
14333         object created for arrays (tests/ienumerator-interfaces.2.cs).
14335 2007-10-05  Zoltan Varga  <vargaz@gmail.com>
14337         * class.c (mono_ldtoken): Handle methodspec tokens as well. Fixes #331097.
14339 2007-10-05  Alp Toker  <alp@atoker.com>
14341         * icall.c (ves_icall_MonoType_GetElementType): For enums, return null
14342         rather than the underlying type. Based on a patch by Ben Maurer. Fixes
14343         #315863.
14345 2007-10-04  Rodrigo Kumpera  <rkumpera@novell.com>
14347         * verify.c (verify_type_compatibility_full): verification of
14348         compatibility improved, validates correctly non-strict checks between
14349         native int and I4 types different than (unsigned)int32.
14351         * verify.c (do_store_indirect): added, do all verification of
14352         ldind.X opcodes. 
14354         * verify.c (get_load_indirect_mono_type): renamed to
14355         get_indirect_op_mono_type, as it now returns the MonoType for 
14356         ldind.X and stind.X opcodes.
14358 2007-10-04  Rodrigo Kumpera  <rkumpera@novell.com>
14360         * reflection.c: Fix the encoding of generic type definition for
14361         TypeBuilders.
14363         * reflection.c (mono_image_typedef_or_ref_full: do the same thing as
14364         mono_image_typedef_or_ref but allows to specify if typespec lookups should
14365         be made. Typespec check is done prior to typeref cache lookup.
14367         * reflection.c (mono_image_typedef_or_ref): now just delegate to
14368         mono_image_typedef_or_ref_full.
14370         * reflection.c (encode_generic_class): encode the generic class
14371         directly instead of calling encode_type.
14373         * reflection.c (encode_type): encode the generic type definition
14374         MonoClass as a generic instantiation.
14376         * reflection.c (create_typespec): cache typespec tokens in
14377         the assembly->typespec cache. Don't create typespec for a generic
14378         instance MonoClass. Create typespec for the generic type defintion.
14380         * reflection.c (create_generic_typespec): encode the generic
14381         class directly instead of calling encode_type.
14383         * reflection.c (mono_image_create_token): encode the generic
14384         type definition not using a typespec for MonoType instances.
14387 2007-10-04  Raja R Harinath  <rharinath@novell.com>
14389         Fix #328812
14390         * class.c (mono_image_init_name_cache): Don't return nested
14391         'protected internal' classes.
14392         (mono_class_from_name_case): Likewise.
14394 2007-10-04  Atsushi Enomoto  <atsushi@ximian.com>
14396         * icall-def.h, icall.c : get_bundled_machine_config() is now the
14397           common function used by both DefaultConfig in System.dll and
14398           InternalConfigurationHost in System.Configuration.dll.
14400 Wed Oct 3 17:26:58 CEST 2007 Paolo Molaro <lupus@ximian.com>
14402         * class.c: automatically add to vectors only a few essential explicit
14403         generic interfaces. The rest of the interfaces that arrays should
14404         provide are currently implicitly added (but still not lazily, see the
14405         design in the discussion of bug#325495 for the details of what is
14406         needed for that). Additionally, implicit interfaces are assigned the
14407         same vtable slot as the explicit interfaces (as they are compatible):
14408         this enables huge memory savings since we don't need to instantiate
14409         as many memthods and as large vtables anymore. Also, Since
14410         GetEnumerator<T> returns an instance of a type that is required to
14411         support a similarly large set of interfaces as arrays, we add
14412         implicit interfaces and interface offset sharing support to those
14413         types, too. This change adds all the required interfaces so that
14414         the anonarray.cs test case in the bug report works (we don't add
14415         all the interfaces to arrays of arrays 3-level deep and more because
14416         of the memory requirements explained in the bug and since they are much
14417         less common: the lazy-loading support will enabled them to work, too).
14419 2007-10-02  Rodrigo Kumpera  <rkumpera@novell.com>
14421         * verify.c (merge_stacks): major clean up, all type compatibility
14422         checks are done by verify_type_compatibility. This fix my earlier lack
14423         of understanding of the CLR type system and merge_stacks no longer looks
14424         scary.
14426         * verify.c: fixed some bad spelling.
14428 2007-10-02  Rodrigo Kumpera  <rkumpera@novell.com>
14430         * verify.c (mono_type_from_stack_slot): added. returns the MonoType for
14431         a given stack slock.
14432         
14433         * verify.c: killed verify_type_compat in favor of verify_type_compatibility and
14434         verify_type_compatibility_full. This removed a near indentical function and fixed
14435         handling of Int32 and IntPtr across all opcodes.
14437 Tue Oct 2 15:24:38 CEST 2007 Paolo Molaro <lupus@ximian.com>
14439         * class.c: only vectors have the additional generic interfaces.
14441 2007-10-01  Jonathan Chambers <joncham@gmail.com>
14443         * mono-config.c: Use g_strcasecmp instead of
14444         strcasecmp like everywhere else to fix
14445         compilation with MSVC.
14446         
14447         Code is contributed under MIT/X11 license.
14449 Mon Oct 1 14:39:11 CEST 2007 Paolo Molaro <lupus@ximian.com>
14451         * object.c, object-internals.h: refactored the IMT code to enable
14452         building a single slot at a time and lazily creating the IMT trampolines
14453         and thunks.
14455 2007-09-29  Zoltan Varga  <vargaz@gmail.com>
14457         * loader.c (inflate_generic_signature): Allocate inflated signatures from the heap.
14459         * metadata.c (mono_metadata_free_inflated_signature): Free the signature itself too.
14460         Fixes #328501.
14461         
14462 2007-09-29  Raja R Harinath  <harinath@gmail.com>
14464         * loader.c (method_from_methodspec): Rearrange to avoid
14465         un-necessary exposition.  Don't assert out if the method's
14466         declaring type is a generic type definition.
14468 2007-09-28  Martin Baulig  <martin@ximian.com>
14470         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 61.
14472 Fri Sep 28 20:15:47 CEST 2007 Paolo Molaro <lupus@ximian.com>
14474         * class-internals.h: optimize field layout of MonoClass to
14475         requires less cachelines at runtime and save a few bytes on 64 bit
14476         systems.
14478 2007-09-28  Jb Evain  <jbevain@novell.com>
14480         * reflection.c: when encoding type names in custom attributes,
14481         if the type is a closed generic type, its generic arguments
14482         have to be serialized as AssemblyQualifiedName, so that when
14483         they are deserialized, it's possible to re-create them properly.
14484         Fixes #329450.
14487 Fri Sep 28 19:19:49 CEST 2007 Paolo Molaro <lupus@ximian.com>
14489         * object.c, class-internals.h: added delegate-creation counter.
14491 Fri Sep 28 18:07:53 CEST 2007 Paolo Molaro <lupus@ximian.com>
14493         * class.c: cleanup of the code that synthetizes interfaces for
14494         arrays in 2.0: saves quit a bit of corlib mempool memory.
14495         Code to fix bug #325495 ifdeffed out for now until the issues
14496         with memory usage and O(n^2) behaviour are fixed.
14498 Fri Sep 28 17:19:40 CEST 2007 Paolo Molaro <lupus@ximian.com>
14500         * marshal.c: when possible, do not duplicate the name of the methods
14501         in the method builder and in the generated MonoMethod.
14503 2007-09-27  Rodrigo Kumpera  <rkumpera@novell.com>
14504         * verify.c: added support for type checking ldind_* opcodes.
14506 2007-09-27  Rodrigo Kumpera  <rkumpera@novell.com>
14508         * class-internals.h (struct _MonoGenericClass): new field is_tb_open
14509         which is used to distinguish the fully open instantiation of a TypeBuilder
14510         with the rest. This temporary hack is required to restore the property that
14511         the fully open instantiation is the same type of the generic type definition.
14513         * class-internals.h (mono_generic_class_is_generic_type_definition):
14514         new function as part of the internal API.
14516         * class.c (inflate_generic_type): return NULL when the generic inst is
14517         fully open. The fully open generic type is now the same as the generic type
14518         definition for non TypeBuilder types.
14520         * class.c (mono_generic_class_get_class): removed assert since it is
14521         no longer valid, gklass->cached_class can point to the generic type definition.
14523         * class.c (mono_generic_class_is_generic_type_definition): new.
14525         * metadata.c (mono_generic_class_hash): added is_tb_open field
14526         to the hash calculation.
14528         * metadata.c (free_generic_class): if the generic class is associated
14529         with the generic type definition, its field will come from the mempool and
14530         must not be freed.
14532         * metadata.c (mono_metadata_is_type_builder_generic_type_definition):
14533         new, this function identifies the corner case of a TypeBuilder fully open
14534         instantiation.
14536         * metadata.c (mono_metadata_lookup_generic_class): use is_tb_open
14537         for lookup. Set gclass->cached_class to be the container class in case of
14538         the fully open instantiation of non TypeBuilder types.
14540         * metadata.c (_mono_metadata_generic_class_equal): use is_tb_open
14541         to compare generic classes.
14543         * reflection.c (method_encode_methodspec): remove assert that
14544         no longer is valid.
14546         * reflection.c (mono_reflection_generic_class_initialize): add
14547         an aditional assert to ensure the proper type is used.
14549 2007-09-26  Rodrigo Kumpera  <rkumpera@novell.com>
14551         * verify.c: disabled all debug spew by default, define MONO_VERIFIER_DEBUG
14552         to enjoy it.
14554 2007-09-25  Rodrigo Kumpera  <rkumpera@novell.com>
14556         * verify.c (push_arg): Fixed support for ldarga
14557         * verify.c (set_stack_value): Removed superfluous parameter, fixed the
14558         MonoType used as first arg in case of instance calls.
14560 2007-09-25  Rodrigo Kumpera  <rkumpera@novell.com>
14562         * verify.c: Support for verifying VAR and MVAR types, 
14564 2007-09-25  Zoltan Varga  <vargaz@gmail.com>
14566         * icall.c (ves_icall_get_property_info): Set the reflected type of the
14567         accessors correctly.
14569 Tue Sep 25 14:56:03 CEST 2007 Paolo Molaro <lupus@ximian.com>
14571         * threads.c: support OSX and other systems in
14572         mono_thread_get_stack_bounds (bug #328026).
14574 2007-09-25  Martin Baulig  <martin@ximian.com>
14576         * mono-debug.h
14577         (MonoDebugVarInfo): Replace `MonoClass *klass' with `MonoType *type'.
14579 2007-09-24  Martin Baulig  <martin@ximian.com>
14581         * mono-debug.h
14582         (MonoDebugClassEntry): Moved the definition of this struct into
14583         mono-debug.c to make it private.
14585         * mono-debug.c
14586         (MonoDebugClassEntry): Removed `symfile_id'; since we now use one
14587         type table per symbol file, we don't need to store the symfile id
14588         any longer.
14590 2007-09-24  Martin Baulig  <martin@ximian.com>
14592         Create one type table per symbol file, since a `MonoClass *' gets
14593         invalid when its image is unloaded.
14595         * mono-debug.h (MonoSymbolTable): Removed `type_table'.
14596         (MonoDebugHandle): Added `type_table'.
14598 Mon Sep 24 17:25:43 CEST 2007 Paolo Molaro <lupus@ximian.com>
14600         * mempool.c, mempool.h: added mono_mempool_new_size () API
14601         to be able to specify a smaller initial size for the pool.
14602         Adjusted the code to slowly increase pool size before using
14603         the previous default size.
14604         * image.c: use a small initial size for image mempools.
14606 2007-09-23  Zoltan Varga  <vargaz@gmail.com>
14608         * marshal.c (emit_marshal_array): Generate valid IL for byref array case.
14609         Fixes ##320990.
14611         * icall.c (ves_icall_System_Reflection_Assembly_get_ManifestModuleInternal): 
14612         Rename this to ves_icall_System_Reflection_Assembly_GetManifestModuleInternal.
14614 2007-09-22  Zoltan Varga  <vargaz@gmail.com>
14616         * metadata.c (mono_type_create_from_typespec): Remove an invalid
14617         free. Fixes #327438.
14619 2007-09-21  Raja R Harinath  <harinath@gmail.com>
14621         * metadata.c (type_in_image) <MONO_TYPE_SZARRAY>: Handle arrays of
14622         generic instantiations, etc.
14623         <MONO_TYPE_ARRAY>: Likewise.
14625 2007-09-21  Martin Baulig  <martin@ximian.com>
14627         * mono-debug.h (MonoSymbolFilePriv, MonoDebugHandlePriv): Removed;
14628         these structs were never defined.
14629         (MonoDebugHandle): Removed the `_priv' field, it was never used.
14631 2007-09-21  Martin Baulig  <martin@ximian.com>
14633         * mono-debug.h (MonoDebugVarInfo): Add `MonoClass *klass'.
14635 Fri Sep 21 14:39:45 CEST 2007 Paolo Molaro <lupus@ximian.com>
14637         * image.c: removed the guid hash tables: we can get the same info
14638         without the additional memory usage hit (partially fixes also bug #327052).
14640 2007-09-10  Massimiliano Mantione  <massi@ximian.com>
14642         * profiler.h, profiler-private.h, profiler.c: add a new profiler
14643         event to handle unloading methods. After the event is called, the
14644         corresponding MonoMethod* must be considered invalid.
14645         * loader.c (mono_free_method): call the new mono_profiler_method_free
14646         event.
14648 2007-09-20  Mark Probst  <mark.probst@gmail.com>
14650         * domain-internals.h: New flag in MonoJitInfo which marks shared
14651         generic methods.  New hash table (shared_generics_hash) in
14652         MonoDomain to keep track of shared generic methods.  Prototypes
14653         for functions to register and lookup shared generic methods.
14655         * domain.c: Support for registering and looking up shared generic
14656         methods via a hash table (shared_generics_hash) in MonoDomain.
14658         * class-internals.h: New exception to signal failure of shared
14659         compilation of a generic method.  New counters for generics
14660         sharing in MonoStats.
14662 Thu Sep 20 16:59:36 CEST 2007 Paolo Molaro <lupus@ximian.com>
14664         * image.c, metadata-internals.h: don't keep a file descriptor open
14665         for loaded assemblies (bug#325988).
14667 2007-09-19  Raja R Harinath  <rharinath@novell.com>
14669         * metadata.c (signature_in_image): New.  Carve out of type_in_image.
14670         (ginst_in_image, gclass_in_image): Simplify.  Change signature to
14671         use the corresponding datatypes.
14672         (type_in_image): Update to changes.
14673         (CleanForImageUserData): Simplify.
14674         (steal_gclass_in_image): Carved out of old 'gclass_in_image'.
14675         Avoid quadratic behaviour in handling the "stolen" list by
14676         separating the filter predicate out, and by prepending the stolen
14677         items rather than appending them.
14678         (steal_ginst_in_image): Likewise.
14679         (mono_metadata_clean_for_image): Update to changes.
14681 2007-09-19  Martin Baulig  <martin@ximian.com>
14683         * domain.c (mono_cleanup): Call mono_debug_cleanup() here.
14685 2007-09-19  Martin Baulig  <martin@ximian.com>
14687         * mono-debug.c (mono_debug_cleanup): Don't call
14688         mono_debugger_cleanup(); this is now called earlier from mini_cleanup().
14690 2007-09-19  Raja R Harinath  <harinath@gmail.com>
14692         Fix crash on 'make run-test' in mcs/errors
14693         * metadata.c (type_in_image): New.  Carve out of ginst_in_image.
14694         Avoid more potential allocations in mono_class_from_mono_type.
14695         (ginst_in_image): Update to changes.
14696         (gclass_in_image): Rearrange slightly.
14698 2007-09-18  Zoltan Varga  <vargaz@gmail.com>
14700         * class.c (mono_class_init): Move the code that sets up class->methods to 
14701         mono_class_setup_methods () for inflated generic classes too. Ditto for properties.
14703         * metadata.c (mono_metadata_get_inflated_signature): New function to return a
14704         canonical instance of an inflated generic signature.
14705         (mono_type_create_from_typespec): Remove an invalid free.
14707         * loader.c (mono_method_get_signature_full): Use mono_metadata_get_inflated_signature.  
14709 2007-09-18  Marek Habersack  <mhabersack@novell.com>
14711         * domain-internals.h: added a declaration of the
14712         mono_assembly_load_full_nosearch internal function.
14714         * assembly.c (mono_assembly_load_with_partial_name): use
14715         mono_try_assembly_resolve return value properly.
14716         (mono_assembly_load_full_nosearch): copied the function body from
14717         mono_assembly_load_full, without the code to invoke assembly
14718         search hooks.
14719         (mono_assembly_load_full): calls the above new function and if the
14720         assembly is not resolved, invokes the search hooks.
14722         * appdomain.c (mono_runtime_init): restore the global postload
14723         assembly search handlers.
14725 2007-09-18  Zoltan Varga  <vargaz@gmail.com>
14727         * class.c (mono_class_init): Make sure class->methods and class->properties
14728         are never NULL in the generics case.
14730         * metadata.c (free_generic_class): Enable this again, skip the dynamic case.
14732 2007-09-17  Zoltan Varga  <vargaz@gmail.com>
14734         * metadata.c (free_generic_class): Disable some code to fix the build.
14736         * domain.c (mono_cleanup): Fix a crash introduced by a previous patch.
14738         * marshal.c (mono_marshal_get_xappdomain_dispatch): Allocate a piece of data
14739         from the image mempool.
14741         * metadata.c (free_generic_class): Free more data from the inflated class.
14743         * class.c (mono_class_from_generic_parameter): Allocate memory from the mempool.
14745         * metadata.c (mono_metadata_parse_generic_param): Allocate memory from the image
14746         mempool.
14747         (mono_type_create_from_typespec): Ditto.
14749         * domain.c (get_runtimes_from_exe): Add an out parameter to return the opened
14750         MonoImage to the caller.
14751         (mono_init_internal): Save the opened image in a global variable.
14752         (mono_cleanup): Close the image opened in get_runtimes_from_exe.
14754         * reflection.c (resolve_object): Fix a leak.
14756         * metadata.c: Fix the freeing of data in the generics caches.
14757         
14758         * metadata.c (free_generic_inst): Comment this out to fix the build.
14759         (free_generic_class): Ditto.
14761         * metadata.c: Free cached generic methods, instantinations and classes when
14762         they are removed from the caches.
14763         (mono_metadata_free_type): Free the type itself.
14765         * class.c: Free the result of mono_class_inflate_generic_type () in a few
14766         places.
14768 Mon Sep 17 16:14:07 CEST 2007 Paolo Molaro <lupus@ximian.com>
14770         * boehm-gc.c: restrict managed allocs to __thread supporting
14771         architectures.
14773 2007-09-16  Zoltan Varga  <vargaz@gmail.com>
14775         * class.c (mono_class_inflate_generic_type): Add a comment describing memory ownership.
14776         (mono_generic_class_get_class): Fix a leak.
14778         * metadata.c (do_mono_metadata_parse_type): Remove an unneccesary call to
14779         mono_metadata_free_type ().
14780         (mono_metadata_inflate_generic_inst): Fix a leak.
14782 2007-09-14  Zoltan Varga  <vargaz@gmail.com>
14784         * mono-debug.c (free_header_data): Fix a leak missed earlier.
14786         * metadata.c (mono_metadata_parse_array_full): Allocate memory from the image
14787         mempool.
14789         * mono-debug.c (mono_debug_close_image): Fix call to 
14790         g_hash_table_remove ().
14792 Fri Sep 14 19:36:37 CEST 2007 Paolo Molaro <lupus@ximian.com>
14794         * icall-def.h: redirect all the string ctor to the managed
14795         CreateString () methods.
14796         * string-icalls.c, string-icalls.h: removed dead code for string
14797         ctors and icalls.
14799 2007-09-14  Zoltan Varga  <vargaz@gmail.com>
14801         * mono-debug.c: Fix memory leaks.
14803 2007-09-14  Jonathan Chambers <joncham@gmail.com>
14805         * threads-types.h: Implement mono_hazard_pointer_set and 
14806         mono_hazard_pointer_clear macros using do/while(0) to fix
14807         compilation with MSVC.
14808         
14809         Code is contributed under MIT/X11 license.
14811 2007-09-14  Zoltan Varga  <vargaz@gmail.com>
14813         * gc.c (ves_icall_System_GCHandle_GetAddrOfPinnedObject): Use a return value of
14814         -2 to communicate to managed code that the handle is not pinned. Fixes #82848.
14816 Fri Sep 14 14:04:31 CEST 2007 Paolo Molaro <lupus@ximian.com>
14818         * icall-def.h, string-icalls.c: get rid of old, no longer used, string
14819         icalls.
14821 Fri Sep 14 11:41:31 CEST 2007 Paolo Molaro <lupus@ximian.com>
14823         * boehm-gc.c, gc-internal.h, object.c: allow strings to be
14824         managed-code allocated as well.
14826 2007-09-13  Zoltan Varga  <vargaz@gmail.com>
14828         * class.c (mono_class_is_assignable_from): Add support for generic variance.
14830 Thu Sep 13 11:55:55 CEST 2007 Paolo Molaro <lupus@ximian.com>
14832         * boehm-gc.c: fixed the build after the AOT changes.
14834 2007-09-13  Zoltan Varga  <vargaz@gmail.com>
14836         * wrapper-types.h: Add an ALLOC wrapper type.
14838         * gc-internals.h boehm-gc.c null-gc.c sgen-gc.c: Add functions needed by AOT to
14839         reference managed allocator methods.
14841 2007-09-12  Marek Safar  <marek.safar@gmail.com>
14843         * icall.c (ves_icall_MonoType_GetGenericArguments): Create an instance
14844         of Type array and not MonoType, a fix suggested by Hari.
14845         
14846 2007-09-12  Jonathan Chambers <joncham@gmail.com>
14848         * domain-internals.h, domain.c : Remove delegate_invoke_impl_with_target_hash
14849         and delegate_invoke_impl_no_target_hash from _MonoDomain struct.
14850         
14851         Code is contributed under MIT/X11 license.
14853 2007-09-10  Massimiliano Mantione  <massi@ximian.com>
14855         * domain.c, object.c, mono-config.c, object-internals.h: Fixed  #82416.
14857 2007-09-12  Marek Habersack  <mhabersack@novell.com>
14859         * image.c (do_mono_image_open): if assembly file fails to open and
14860         MONO_IOMAP is in effect, try to find the path in a
14861         case-insensitive way.
14863         * appdomain.c (mono_runtime_init): do not install postload hooks -
14864         tests show that MS.NET doesn't use anything of that sort to
14865         trigger the AppDomain.AssemblyResolve event.
14866         (mono_try_assembly_resolve): renamed from try_assembly_resolve and
14867         made non-static.
14868         (mono_runtime_init): init portability helpers here.
14870         * assembly.c (mono_assembly_load_with_partial_name): if other   
14871         attempts fail, trigger the AppDomain.AssemblyResolve event handler
14872         to resolve the assembly.
14874         * domain-internals.h: added mono_try_assembly_resolve and marked
14875         it as internal.
14877 2007-09-11  Jb Evain  <jbevain@novell.com>
14879         * object-internals.h (MonoReflectionDynamicMethod): add
14880         a `MonoReflectionType *owner` field. The owner is used
14881         * reflection.c:
14882         (mono_reflection_create_dynamic_method): use the owner of the dynamic
14883         method as the class declaring the dynamic method.
14884         (reflection_methodbuilder_from_dynamic_method): copy the owner of the
14885         dynamic method to the declaring type of the methodbuilder.
14887 2007-09-11  Mark Probst  <mark.probst@gmail.com>
14889         * icall.c (ves_icall_InternalInvoke): Enforce CoreCLR security
14890         rules for calling methods via reflection.
14892 2007-09-11  Zoltan Varga  <vargaz@gmail.com>
14894         * reflection.c (resolve_object): Add support for MonoGenericClass. 
14895         Inflate MonoType's.
14897 Tue Sep 11 16:08:08 CEST 2007 Paolo Molaro <lupus@ximian.com>
14899         * gc-internal.h, boehm-gc.c, null-gc.c, sgen-gc.c: allow the GC to
14900         provide a managed method that does fast allocations without needing
14901         a managed->unmanaged transition. Boehm GC implementation currently
14902         enabled for ptrfree objects on sane architectures.
14904 Tue Sep 11 16:00:35 CEST 2007 Paolo Molaro <lupus@ximian.com>
14906         * marshal.c, marshal.h: exported a couple of useful functions and
14907         added mono_mb_get_label () to easily handle backward branches.
14909 2007-09-10  Zoltan Varga  <vargaz@gmail.com>
14911         * reflection.c (resolve_object): Inflate generic methods. Fixes #82782.
14913 2007-09-10  Massimiliano Mantione  <massi@ximian.com>
14915         * loader.c (find_method): Fixed the regression introduced while
14916         fixing bug #81466.
14918 2007-09-09  Zoltan Varga  <vargaz@gmail.com>
14920         * class.c (mono_lookup_dynamic_token_class): Pass along the context here as
14921         well.
14922         
14923         * class.c loader.c metadata.c object.c class-internals.h object-internals.h
14924         icall.c reflection.c: Pass a MonoGenericContext argument to 
14925         mono_lookup_dynamic_token ().
14927         * reflection.c (resolve_object): Handle GenericTypeParameterBuilder. Fixes
14928         #82744.
14929         
14930 2007-09-09  Robert Jordan  <robertj@gmx.net>
14932         * object.c (mono_class_proxy_vtable): Don't create remoting trampolines
14933         for generic methods.
14935         * object.c (mono_object_get_virtual_method): Handle generic methods.
14936         Fixes bug #78882.
14938         Code is contributed under MIT/X11 license.
14940 Sat Sep 8 18:16:01 CEST 2007 Paolo Molaro <lupus@ximian.com>
14942         * image.c: fix locking in mono_image_load_file_for_image ().
14944 Thu Sep 6 19:48:00 CEST 2007 Paolo Molaro <lupus@ximian.com>
14946         * reflection.c, icall.c, icall-def.h: the methodinfos name field is
14947         used only as a cache: added an icall to fill it.
14949 2007-09-16  Rodrigo Kumpera  <rkumpera@novell.com>
14951         * reflection.h: exposed mono_reflection_free_type_info
14952         * reflection.c (mono_reflection_get_type_internal): type_args is always freed
14953         since mono_reflection_bind_generic_parameters makes a copy of it.
14954         * reflection.c (free_type_info): subinfos should be freed.
14955         * reflection.c (free_type_info): renamed to mono_reflection_free_type_info and 
14956         made non static.
14957         * icall.c (type_from_name and ves_icall_System_Reflection_Assembly_InternalGetType):
14958         replaced explicit cleanup of MonoTypeNameParse struct with a call to mono_reflection_free_type_info,
14959         this fixes #82695 and #81726.
14960    
14962 2007-09-03  Atsushi Enomoto  <atsushi@ximian.com>
14964         * process.h, process.c:  added support for user profile/info in
14965           ProcessStartInfo. For now only Windows works.
14967 Fri Aug 31 17:30:58 CEST 2007 Paolo Molaro <lupus@ximian.com>
14969         * metadata.c: consider the generic arguments when comparing
14970         signatures (bug #82614).
14972 Thu Aug 30 18:34:38 CEST 2007 Paolo Molaro <lupus@ximian.com>
14974         * cil-coff.h, image.c: updated assembly loader to cope with the
14975         PE32+ 64 bit file format.
14977 Thu Aug 30 16:47:38 CEST 2007 Paolo Molaro <lupus@ximian.com>
14979         * assembly.c, class.c, domain.c, loader.c: remove useless
14980         inclusion of cil-coff.h.
14982 2007-08-29  Jonathan Chambers  <joncham@gmail.com>
14984         * marshal.c (cominterop_get_ccw): Walk up interface hierarchy
14985         if interface is marked with CoClassAttribute. 
14986    
14987         Code is contributed under MIT/X11 license.
14989 Wed Aug 29 19:27:07 CEST 2007 Paolo Molaro <lupus@ximian.com>
14991         * sgen-gc.c: ensure no object from the to space is copied again or finalized
14992         if it's seen twice in major collections.
14994 Wed Aug 29 18:46:49 CEST 2007 Paolo Molaro <lupus@ximian.com>
14996         * sgen-gc.c: big objects are not copied to the gray area, but they
14997         need to be considered for scanning, too, if they are brought alive
14998         by an object ready for finalizations or a survived one.
15000 Wed Aug 29 18:43:11 CEST 2007 Paolo Molaro <lupus@ximian.com>
15002         * sgen-gc.c: properly account the number of disappearing links when
15003         they are nullified.
15005 Wed Aug 29 18:37:37 CEST 2007 Paolo Molaro <lupus@ximian.com>
15007         * sgen-gc.c: share the code to scan the registered roots between the
15008         different types of collections.
15010 2007-08-28  Zoltan Varga  <vargaz@gmail.com>
15012         * icall.c (ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_RunModuleConstructor): New icall.
15014 2007-08-28  Zoltan Varga  <vargaz@gmail.com>
15016         * object.c (mono_class_proxy_vtable): Use max_interface_id instead of
15017         class->max_interface_id in a one place. Fixes transparentproxy.exe test on ia64.
15019 2007-08-28  Mark Probst  <mark.probst@gmail.com>
15021         * security-manager.c (mono_security_manager_get_methods):
15022         LinkDemandSecurityException now has 2 arguments instead of 3.
15024 2007-08-27  Zoltan Varga  <vargaz@gmail.com>
15026         * class.c (mono_class_layout_fields): Only do the struct alignment hack on
15027         platforms which need it.
15029 Mon Aug 27 18:29:12 CEST 2007 Paolo Molaro <lupus@ximian.com>
15031         * sgen-gc.c: unregister thread data structures with a pthread_key_t
15032         dtor.
15034 Mon Aug 27 18:27:35 CEST 2007 Paolo Molaro <lupus@ximian.com>
15036         * threads.c: free the thread static data on thread exit.
15038 Mon Aug 27 10:55:54 CEST 2007 Paolo Molaro <lupus@ximian.com>
15040         * class.c: walk the hierarchy to find the generic definition for
15041         a class (fixes runtime part of bug #82498).
15043 2007-08-24  Zoltan Varga  <vargaz@gmail.com>
15045         * assembly.c (mono_assembly_close): Move the closing of the referenced assemblies to
15046         ...
15048         * image.c (mono_image_close): Here. Hopefully fixes #82510.
15050 2007-08-24  Mark Probst  <mark.probst@gmail.com>
15052         * monodiet.c (handle_cattrs): Fixed a custom attr leak.
15054 2007-08-24  Robert Jordan  <robertj@gmx.net>
15056         * appdomain.c: don't perform the ':'->';' substitution on Win32.
15058 2007-08-24  Jb Evain  <jbevain@novell.com>
15060         * class.c (mono_type_get_name_recurse): fix AssemblyQualifiedName
15061         for byref types.
15063 2007-08-24  Mark Probst  <mark.probst@gmail.com>
15065         * threads.c: Make sure a thread gets cleaned up only once.  Fixes
15066         #82286.
15068 2007-08-24  Zoltan Varga  <vargaz@gmail.com>
15070         * assembly.c: Fix a warning.
15071         
15072 2007-08-23  Marek Habersack  <mhabersack@novell.com>
15074         * appdomain.c: parse the <runtime> section looking for the probing
15075         element with the 'privatePath' attribute, which sets additional
15076         directories in which the runtime should look for assemblies.
15078 2007-08-23  Robert Jordan  <robertj@gmx.net>
15080         * marshal.c (Marshal_ReAllocHGlobal) : Fix GlobalReAlloc's flags.
15081         Fixes #82499.
15083 2007-08-23  Martin Baulig  <martin@ximian.com>
15085         * mono-debug.[ch]: Rename mono_debug_init_corlib() into
15086         _mono_debug_init_corlib() and remove it from the header file.
15088 2007-08-23  Martin Baulig  <martin@ximian.com>
15090         * mono-debug-debugger.c
15091         (mono_debugger_unhandled_exception): Ignore `ThreadAbortException';
15092         don't notify the debugger about it.
15094         * mono-debug-debugger.h
15095         (MonoDebuggerEvent): Removed `THREAD_ABORT'.
15097 2007-08-23  Robert Jordan  <robertj@gmx.net>
15099         * icall-def.h, process.*: implemented Get|SetPriorityClass icalls.
15100         Code is contributed under MIT/X11 license.
15102 Wed Aug 22 18:35:12 CEST 2007 Paolo Molaro <lupus@ximian.com>
15104         * sgen-gc.h, sgen-gc.c: abstracted most of the OS-specific code.
15106 2007-08-22  Martin Baulig  <martin@ximian.com>
15108         * mono-debug.c: Store debugging info on a per-domain basis and
15109         free it on domain unload.  Add support for unloading symbol files.
15111         * mono-debug.h
15112         (MonoDebugList): New typedef.
15113         (MonoSymbolTable):
15114         - add `data_tables and `type_table'.
15115         - replace 'symbol_files' and `num_symbol_files' with a
15116           `MonoDebugList *'.
15117         (mono_debug_data_table): Removed.
15118         (mono_debug_list_add): New public function.
15119         (mono_debug_list_remove): New public function.
15120         (mono_debug_init_1): Renamed into mono_debug_init_corlib().
15121         (mono_debug_init_2_memory): Renamed into
15122         mono_debug_open_image_from_memory().
15123         (mono_debug_close_image): New public function.
15124         (mono_debug_domain_create): Likewise.
15125         (mono_debug_domain_unload): Likewise.
15126         (MONO_DEBUGGER_VERSION): Bump to 60.
15128         * mono-debug-debugger.h
15129         (MonoDebuggerEvent):
15130         - remove `RELOAD_SYMTABS' and `METHOD_COMPILED'.
15131         - rename `ADD_MODULE' into `LOAD_MODULE'; add `UNLOAD_MODULE'.
15132         - add `DOMAIN_CREATE' and `DOMAIN_UNLOAD'.
15133         - rename `THREAD_CREATED' and `THREAD_EXITED' into
15134           `GC_THREAD_CREATED' and `GC_THREAD_EXITED'.
15135         - re-add `THREAD_CREATED' and `THREAD_EXITED'; with different
15136           meaning.
15137         (mono_debugger_add_symbol_file): Removed.
15138         (mono_debugger_add_type): Removed.
15139         (mono_debugger_lookup_type): Removed.
15140         (mono_debugger_lookup_assembly): Removed.
15142         * domain.c
15143         (mono_domain_create): Call mono_debug_domain_create().
15144         (mono_init_internal): Call mono_debug_init_corlib().
15146         * assembly.c
15147         (mono_assembly_close): Call mono_debug_close_image().
15149 Wed Aug 22 17:26:02 CEST 2007 Paolo Molaro <lupus@ximian.com>
15151         * sgen-gc.c: use the mono-mmap facilitites instead of hard-coding the
15152         mmap call.
15154 Wed Aug 22 17:17:09 CEST 2007 Paolo Molaro <lupus@ximian.com>
15156         * sgen-gc.c: ensure section->pin_queue_end is initialized
15157         correctly when non pinning objects in the section have been found.
15159 2007-08-22  Marek Habersack  <mhabersack@novell.com>
15161         * appdomain.c (set_domain_search_path): cope with PrivateBinPath
15162         containing a list of directories separated by ':'. MSDN docs say
15163         the directories should be separated with ';'. Part of a bugfix for
15164         bug #81446
15166 2007-08-21  Rodrigo Kumpera  <rkumpera@novell.com>
15168         * class.c (mono_type_retrieve_from_typespec) : fixed the return type
15169         it should MonoType and not MonoClass.
15171 2007-08-21  Atsushi Enomoto  <atsushi@ximian.com>
15173         * culture-info-table.h : regenerated.
15175 2007-08-20  William Holmes  <billholmes54@gmail.com>
15177         *file-io.c: Added ves_icall_System_IO_MonoIO_ReplaceFile
15178          to call ReplaceFile Kernel32 on windows or in io-layer.
15179         *file-io.h: Added deceleration for ves_icall_System_IO_MonoIO_ReplaceFile
15180         *icall-def.h: Register ves_icall_System_IO_MonoIO_ReplaceFile
15181          as an internal call.
15183         Code is contributed under MIT/X11 license.
15185 2007-08-20  Jb Evain  <jbevain@novell.com>
15187         * class-internals: add definitions for MONO_EXCEPTION_METHOD_ACCESS
15188         and MONO_EXCEPTION_FIELD_ACCESS.
15190         * debug-helpers.[c|h]: new mono_field_full_name function.
15192 2007-08-20  Mark Probst  <mark.probst@gmail.com>
15194         * class.c: Removed class_security_level() and moved it to
15195         security-core-clr.c.
15197         * security-core-clr.c, security-core-clr.h: class_security_level()
15198         is now public and renamed to mono_security_core_clr_class_level().
15199         It also looks for security attributes in the classes a class is
15200         nested in.
15202 2007-08-20  Mark Probst  <mark.probst@gmail.com>
15204         * security-core-clr.c, security-core-clr.h: CoreCLR security
15205         utility functions.
15207         * Makefile.am: Added security-core-clr.[ch].
15209         * security-manager.c, security-manager.h: Functions and enum for
15210         setting and getting the security mode.
15212         * class.c: CoreCLR security checks.
15214 Mon Aug 20 12:38:42 CEST 2007 Paolo Molaro <lupus@ximian.com>
15216         * icall-def.h, process.c, process.h: implemented icall to get
15217         user/system processor times.
15219 2007-08-17  Mark Probst  <mark.probst@gmail.com>
15221         * domain.c, threads.c, class-internals.h, domain-internals.h: New
15222         reader-lock-free jit_info_table.
15224 2007-08-17  Zoltan Varga  <vargaz@gmail.com>
15226         * metadata.c (mono_type_to_unmanaged): Handle MONO_NATIVE_CUSTOM.
15228         * marshal.c (mono_marshal_type_size): Ditto. Fixes #82465 and #82466.   
15230         * object-internals.h (MonoException): Add missing _data member.
15232 2007-08-08  Massimiliano Mantione  <massi@ximian.com>
15234         * loader.c (find_method, find_method_in_class): Fixed bug #81466,
15235         checking that only methods with matching qname or fqname are picked
15236         from implemented interfaces.
15238 2007-08-16  Rodrigo Kumpera  <rkumpera@novell.com>
15240         * verify.c (do_newarr):added, do type verification of
15241         newarr ops, push the right value on the eval stack.
15242         * verify.c (mono_method_verify): use do_newarr
15245 2007-08-16  Rodrigo Kumpera  <rkumpera@novell.com>
15247         * verify.c (do_ldobj_value, do_unbox_value and do_box_value):
15248         factored the common code into get_boxable_mono_type, which
15249         is now using mono_type_get_full, this fixed byref related tests.
15251 2007-08-16  Rodrigo Kumpera  <rkumpera@novell.com>
15253         * class.c: added mono_type_get_full, this function has the same
15254         behavior of mono_class_get_full but the returned MonoType has
15255         all metadata of the associated token in case of a typespec token.
15256         * class.c: added mono_type_retrieve_from_typespec, used by 
15257         mono_type_get_full to retrieve the token type.
15258         * class.c (mono_class_create_from_typespec): changed to use
15259         mono_type_retrieve_from_typespec.
15260         * class.c (mono_ldtoken): changed to use mono_type_get_full
15261         for MONO_TOKEN_TYPE_(DEF|REF|SPEC).
15262         * class-internals.h: exported mono_type_get_full for internal use.
15264 2007-08-16  Jb Evain  <jbevain@novell.com>
15266         * domain.c (supported_runtimes): add entry for
15267         the 'moonlight' runtime version.
15269 2007-08-15  Rodrigo Kumpera  <rkumpera@novell.com>
15271         * verify.c (mono_method_verify): small typo sliped in.  
15273 2007-08-15  Rodrigo Kumpera  <rkumpera@novell.com>
15275         * verify.c (do_unbox_value): added, do type verification of
15276         unboxing ops
15277         * verify.c (mono_method_verify): use do_unbox_value
15280 2007-08-15  Rodrigo Kumpera  <rkumpera@novell.com>
15282         * verify.c (dump_stack_value): fixed typo, was printing string
15283         instead of object on stack.
15284         * verify.c (do_box_value): moved the byref check up as it leads
15285         to invalid code and should be done earlier.
15286         * verify.c: improved error messages for and ldobj
15288 2007-08-15  William Holmes  <billholmes54@gmail.com>
15290         * marshal.c (emit_marshal_custom): Omit the call to 
15291           marshal_native_to_managed when calling native to managed 
15292           and the argument is specified as an out argument.
15294         Code is contributed under MIT/X11 license.
15296 2007-08-15  Rodrigo Kumpera  <rkumpera@novell.com>
15298         * verify.c: fixed the type checks for generics, function pointers and vectors.
15299         Added type verification for ldobj and ldtoken. The verifier
15300         would segfault if header or signature of a method contained references
15301         to non-existant types.
15303 2007-08-15  Jonathan Chambers  <joncham@gmail.com>
15305         * marshal.c (cominterop_get_ccw): Patch from
15306         Bill Holmes to no walk up interface hierarchy. 
15307         All parent methods should be present in the interface for COM.
15308    
15309         Code is contributed under MIT/X11 license.
15311 2007-08-15  Jonathan Chambers  <joncham@gmail.com>
15313         * marshal.c (emit_marshal_com_interface): Patch from
15314         Bill Holmes to handle COM Interfaces as return values
15315         for native->managed calls.
15316    
15317         Code is contributed under MIT/X11 license.
15319 2007-08-14  Jonathan Chambers  <joncham@gmail.com>
15321         * marshal.c (cominterop_get_idispatch_for_object): Implement
15322         for runtime callable wrappers.
15323    
15324         Code is contributed under MIT/X11 license.
15326 2007-08-13  Rodrigo Kumpera  <rkumpera@novell.com>
15328         * pedump.c (main): changed from mono_init to mono_init_from_assembly
15329         so 2.0 types are accessible
15332 2007-08-13  Miguel de Icaza  <miguel@novell.com>
15334         * domain.c (mono_init_internal): Call mono_assembly_load_friends
15335         once we load mscorlib.   Due to the order in which we initialize,
15336         the mono_assembly_load_full routine that loads mscorlib did not
15337         load friends.   We now load it once we load the
15338         mono_defaults.internals_visible_class class. 
15340         * assembly.c: Expose the mono_load_friend_assemblies method.
15342 2007-08-11  Rodrigo Kumpera  <rkumpera@novell.com>
15344         * verify.c: improved the handling of boxing, better
15345         type checking for unary ops and conversion. Fix bug
15346         regarding managed pointer compatibility checking
15348 2007-08-11  Zoltan Varga  <vargaz@gmail.com>
15350         * icall.c (ves_icall_System_Array_SetGenericValueImpl): New icall.
15352         * threads.c threads-types.h: Export mono_thread_get_stack_bounds.
15354 2007-08-09  Raja R Harinath  <rharinath@novell.com>
15356         * reflection.c (dup_type): Remove.
15357         * class.c (dup_type): Remove.
15358         (mono_metadata_signature_deep_dup): Use 'mono_metadata_type_dup'
15359         instead of the dodgy 'dup_type'.
15360         (inflate_generic_type): Likewise.  Fix the VAR/MVAR cases to
15361         handle the case where 'dup_type' needed the second argument.
15363 2007-08-08  Zoltan Varga  <vargaz@gmail.com>
15365         * domain.c: Fix a warning.
15367 2007-08-08  Massimiliano Mantione  <massi@ximian.com>
15369         * class.c (mono_class_setup_vtable_general): Fixed bug #77127,
15370         checking that methods with the same fqname are not overridden
15371         with a method from an ancestor.
15373 2007-08-07  Zoltan Varga  <vargaz@gmail.com>
15375         * threads.c (free_thread_static_data_helper): Avoid a crash if
15376         thread->static_data is not yet set.
15378 2007-08-07  Jonathan Chambers  <joncham@gmail.com>
15380         * marshal.c: Use correct image when emitting
15381         native wrapper for COM calls.
15382    
15383         Code is contributed under MIT/X11 license.
15385 2007-08-07  Atsushi Enomoto  <atsushi@ximian.com>
15387         * icall-def.h, security.c, security.h :
15388           added icall wrapper to ProtectedMemory.[Unprotect|Protect]Data().
15390 2007-08-07  Martin Baulig  <martin@ximian.com>
15392         * mono-debug-debugger.h
15393         (MonoDebuggerEvent): Add `MONO_DEBUGGER_EVENT_DOMAIN_UNLOAD'.
15395         * domain.c (mono_domain_free): Call
15396         `mono_debugger_event (MONO_DEBUGGER_EVENT_DOMAIN_UNLOAD)'.
15398 2007-08-06  Rodrigo Kumpera  <rkumpera@novell.com>
15400         * verify.c (check_underflow, check_overflow): error message now returns IL offset
15401         * verify.c (in_same_block): code should test if either offset is inside the clauses
15402         * verify.c (mono_method_verify): push the exception into the eval stack of exception
15403         and filter blocks
15405 2007-08-03  Zoltan Varga  <vargaz@gmail.com>
15407         * image.c (mono_image_close): Fix a leak.
15409         * object.c (mono_runtime_invoke_array): Avoid using alloca.
15411         * icall.c (ves_icall_FieldInfo_SetValueInternal): Ditto.        
15413 Fri Aug 3 19:54:23 CEST 2007 Paolo Molaro <lupus@ximian.com>
15415         * domain.c, threads.c, threads-types.h: fix memory retention issue
15416         with thread static variables not being cleared on domain unload.
15417         Reuse thread static slots after domain unload.
15419 2007-08-03  Zoltan Varga  <vargaz@gmail.com>
15421         * object.c (mono_runtime_invoke_array): Handle the case when the receiver is a
15422         nullable type.
15424         * marshal.c (mono_marshal_get_runtime_invoke): Revert the previous change, it is
15425         now done in mono_runtime_invoke_array.
15427         * marshal.c (mono_marshal_get_runtime_invoke): Handle the case when the 
15428         receiver is a nullable type.
15430         * class.c (mono_class_is_assignable_from): Handle the case when klass is a 
15431         generic parameter.
15433 2007-08-03  Jonathan Chambers  <joncham@gmail.com>
15435         * marshal.c: Implement COM Objects as return type for 
15436         managed->unmanaged calls. Added Release calls for COM Object
15437         out/return values in managed->unmanaged calls.
15439         Code is contributed under MIT/X11 license.
15441 Fri Aug 3 17:00:51 CEST 2007 Paolo Molaro <lupus@ximian.com>
15443         * threads.h, threads-type.h: move the hazard pointer declarations
15444         to the private header.
15446 Fri Aug 3 13:13:39 CEST 2007 Paolo Molaro <lupus@ximian.com>
15448         * file-io.c, appdomain.c: memory leak fixes.
15450 2007-08-02  Dick Porter  <dick@ximian.com>
15452         * socket-io.c
15453         (ves_icall_System_Net_Sockets_Socket_Socket_internal): Move the
15454         SO_REUSEADDR setting into io-layer/sockets.c.
15456 2007-08-01  Zoltan Varga  <vargaz@gmail.com>
15458         * icall.c (ves_icall_Type_GetMethodsByName): Return the members inherited
15459         from Object when called on a generic parameter. Fixes #82211.
15461 2007-08-01  Dick Porter  <dick@ximian.com>
15463         * file-io.c (convert_share): Test FileShare values bit-by-bit.
15464         Fixes bug 79250 yet again.
15466 2007-07-30  Martin Baulig  <martin@ximian.com>
15468         Merged the `debugger-dublin' branch.
15470         * mono-debug.h
15471         (MonoDebugDataTable): New typedef.
15472         (MonoDebugMethodAddressList): New typedef.
15473         (MonoDebugWrapperData): Removed.
15474         (MonoDebugSymbolTable): Removed `current_data_table',
15475         `current_data_table_size', `current_data_table_offset'.
15476         (MonoDebugDataItemType): Moved into mono-debug.c.
15477         (MonoDebugMethodJitInfo): Remove `address'.
15478         (mono_debug_data_table): New global variable.
15479         (mono_debug_lookup_method_addresses): New public function.
15480         (mono_debug_find_method): Take a `MonoMethod *', not a
15481         `MonoDebugMethodInfo *'.
15483         * mono-debug.c: Drop support for the old symbol tables.
15485 2007-06-28  Martin Baulig  <martin@ximian.com>
15487         * mono-debug.c (mono_debug_debugger_version): New public variable.
15489 2007-07-31  William Holmes  <billholmes54@gmail.com>
15491         * metadata.c Changed mono_type_create_from_typespec to not insert
15492           the type into the hash map until after
15493           do_mono_metadata_parse_type has completed.
15494         Fixes Bug #82194
15495         Code is contributed under MIT/X11 license.
15497 2007-07-31  Zoltan Varga  <vargaz@gmail.com>
15499         * icall.c (ves_icall_Type_GetMethodsByName): Avoid a crash when called on a
15500         generic parameter. Fixes #82211.
15502 2007-07-27  Jb Evain  <jbevain@novell.com>
15504         * pedump.c (dump_metadata, dump_metadata_header): dump
15505         versions contained in the metadata header.
15507 Fri Jul 27 17:07:40 CEST 2007 Paolo Molaro <lupus@ximian.com>
15509         * threads.c: register small_id_table with the GC.
15511 2007-07-27  Mark Probst  <mark.probst@gmail.com>
15513         * threads.c, threads.h, class-internals.h, object-internals.h:
15514         Hazard pointers, to be used by lock-free parallel algorithms.
15516 2007-07-26  Dick Porter  <dick@ximian.com>
15518         * appdomain.c (mono_runtime_cleanup): Invoke io-layer cleanup
15519         routine on non-windows platforms, as I've not managed to think of
15520         a non-kludgy way of doing this.  Finishes off bug 78739.
15522 Wed Jul 25 18:06:33 CEST 2007 Paolo Molaro <lupus@ximian.com>
15524         * object.c: properly setup interface_bitmap in proxy vtables.
15526 2007-07-25  Marek Habersack  <mhabersack@novell.com>
15528         * appdomain.c (get_shadow_assembly_location): do not use TickCount
15529         to create unique shadow copy target directories, use the domain's
15530         serial number instead. Each domain gets a unique target directory
15531         that way.
15533         * domain.c (mono_domain_create): added code to increment domain
15534         shadow copy serial number and cache the value in the current
15535         domain structure.
15537         * domain-internals.h (struct _MonoDomain): added a new field -
15538         shadow_serial to hold the serial number used in generation of
15539         shadow-copy directories. This is to make sure that the directory
15540         name is unique for each and every domain created. We avoid a race
15541         condition with overriding assemblies already in use by other app
15542         domains.
15544 2007-07-24  Rodrigo Kumpera  <rkumpera@novell.com>
15546         * class.c (mono_bounded_array_class_get): fixed memory leak when 
15547         binding generic parameters.
15549 2007-07-24  Raja R Harinath  <rharinath@novell.com>
15551         * metadata.c (do_mono_metadata_parse_generic_class): Use
15552         mono_metadata_lookup_generic_class.  Don't g_assert on a metadata
15553         error.
15555 Tue Jul 24 15:15:19 CEST 2007 Paolo Molaro <lupus@ximian.com>
15557         * loader.c, class-internals.h, reflection.c: removed the per-method
15558         generics hashtable: we use the global one through the call of
15559         mono_class_inflate_generic_method ().
15561 Mon Jul 23 19:43:14 CEST 2007 Paolo Molaro <lupus@ximian.com>
15563         * class.c, metadata.c, class-internals.h: introduce yet another
15564         generics global cache for inflated methods (fixes 98% of the perf
15565         issue in bug #81806).
15567 2007-07-23  Raja R Harinath  <rharinath@novell.com>
15569         Fix #81035 -- avoid allocating MonoGenericInsts willy-nilly
15570         * metadata.c (mono_metadata_lookup_generic_inst): Kill.
15571         (mono_metadata_get_generic_inst): New.  Given a list of MonoType*,
15572         return a MonoGenericInst containing (a copy) of those types.
15573         (mono_metadata_inflate_generic_inst): Update to changes.
15574         (mono_metadata_parse_generic_inst): Likewise.
15575         (mono_get_shared_generic_inst): Likewise.
15576         * reflection.c (mono_class_bind_generic_parameters): Likewise.
15577         (mono_reflection_bind_generic_method_parameters): Likewise.
15578         * metadata-internals.h: Likewise.
15579         * icall.c (free_generic_context): Kill.
15580         (init_generic_context_from_args): Use mono_metadata_get_generic_inst.
15582         * reflection.c (reflection_methodbuilder_to_mono_method): Use
15583         mono_metadata_type_dup.
15584         * marshal.c (mono_mb_create_method): Likewise.
15586         * metadata.c (mono_metadata_type_dup): Rename from
15587         mono_metadata_type_dup_mp.  Take an optional mempool instead of a
15588         MonoImage.  Handle a few more cases, esp. when no mempool is given.
15589         * marshal.c, metadata-internals.h: Update to changes.
15591 Mon Jul 23 11:43:31 CEST 2007 Paolo Molaro <lupus@ximian.com>
15593         * class.c: fixed a small leak for array classes and removed warning.
15595 2007-07-22  Zoltan Varga  <vargaz@gmail.com>
15597         * loader.c (mono_method_get_param_token): Make this work on generic methods.
15598         Return 0x8000000 for return parameters. Fixes #82161.
15600 2007-07-21  Marek Habersack  <grendello@gmail.com>
15602         * appdomain.c (get_shadow_assembly_location): append the current
15603         ticks value to the path. Avoids overwriting the same assemblies by
15604         several threads at the same time.
15606 2007-07-20  Atsushi Enomoto  <atsushi@ximian.com>
15607         and Raja R Harinath  <rharinath@novell.com>
15609         * icall.c (ves_icall_MonoMethod_get_IsGenericMethodDefinition):
15610         Simplify slightly.
15611         (ves_icall_MonoMethod_GetGenericMethodDefinition): Update
15612         property for testing if a method is a generic method definition.
15614 2007-07-20  Atsushi Enomoto  <atsushi@ximian.com>
15616         * domain-internals.h : added 2.0 member fields to MonoAppDomainSetup.
15618 2007-07-19  Rodrigo Kumpera  <rkumpera@novell.com>
15620         * verify.c: used function from private branch, reverted to the one in class.h 
15622 2007-07-19  Rodrigo Kumpera  <rkumpera@novell.com>
15624         * verify.c: a typo slipped in and the code wont compile
15626 2007-07-19  Rodrigo Kumpera  <rkumpera@novell.com>
15628         * verify.c: now all code use IS_MANAGED_POINTER and UNMASK_TYPE macros.
15629         disabled box instruction as it is doing the wrong thing
15630         improved stack dump messages, now it is easier to debug type related issues
15633 2007-07-19  Juraj Skripsky  <js@hotfeet.ch>
15635         * icall.c (ves_icall_System_MonoType_getFullName): Fix a leak. 
15637 2007-07-19  Rodrigo Kumpera  <rkumpera@novell.com>
15639         * verify.c: changed MONO_TYPE_TYPEDBYREF stack type from 
15640         TYPE_COMPLEX to TYPE_PTR, it did not make any sense to be
15641         grouped with class and valuetype. This change will simply 
15642         the code as it should be handled just like unmanaged pointers.
15644 2007-07-19  Mark Probst  <mark.probst@gmail.com>
15646         * class.c (concat_two_strings_with_zero): Fixed a silly bug.
15648 2007-07-19  Rodrigo Kumpera  <rkumpera@novell.com>
15650         * verify.c: several stack merge issues fixed, reference comparisons now
15651         check the type size. strict type check now works correctly.
15652         added more uses of IS_MANAGED_POINTER macro.
15653         fixed issues pointed by running the test suite against .net.
15654         
15656 2007-07-19  Mark Probst  <mark.probst@gmail.com>
15658         * class.c, loader.c, class-internals.h: Removed the
15659         MonoLoaderErrorKind enum and replaced it with the MONO_EXCEPTION_
15660         defines.
15662         * icall.c: Better error checking in some internal reflection
15663         methods.
15665 2007-07-18  William Holmes  <billholmes54@gmail.com>
15667         * filewatcher.c : removed unused variable 'filename' in 
15668           ves_icall_System_IO_FSW_SupportsFSW
15670 Mon Jul 16 19:36:16 CEST 2007 Paolo Molaro <lupus@ximian.com>
15672         * reflection.c, class.c, icall.c, loader.c: mono_get_inflated_method () is
15673         obsolete, removed.
15675 2007-07-15  Zoltan Varga  <vargaz@gmail.com>
15677         * icall.c (ves_icall_System_Reflection_FieldInfo_GetTypeModifiers): New icall.
15678         
15679         * icall.c (ves_icall_System_Reflection_Module_ResolveSignature): New icall.
15681 2007-07-14  Zoltan Varga  <vargaz@gmail.com>
15683         * icall.c (ves_icall_System_Reflection_Module_ResolveMethodToken): 
15684         Implement generics support.
15685         (ves_icall_System_Reflection_Module_ResolveFieldToken): Ditto.
15687         * icall.c (ves_icall_System_Reflection_Module_ResolveTypeToken): Add new
15688         type_args and method_args arguments.
15689         (ves_icall_System_Reflection_Module_ResolveMethodToken): Ditto.
15690         (ves_icall_System_Reflection_Module_ResolveFieldToken): Ditto.
15691         (ves_icall_System_Reflection_Module_ResolveMemberToken): Ditto.
15693 2007-07-13  Rodrigo Kumpera  <rkumpera@novell.com>
15695         * reflection.c: patch from Thong Nguyen to fix atribute resolution.
15696           It adds a rootimage parameter to mono_reflection_get_type_internal,
15697           adds new function mono_reflection_get_type_with_rootimage and use
15698           the rootimage to resolve the types instead of the current image
15700 2007-07-13  Rolf Bjarne Kvinge  <RKvinge@novell.com>
15702         * culture-info-table.h: Forgot to update after r78304.
15704 2007-07-13  Raja R Harinath  <rharinath@novell.com>
15706         * class.c (mono_class_is_open_constructed_type)
15707         <MONO_TYPE_GENERICINST>: Don't recompute a computed field.
15709 2007-07-12  Rodrigo Kumpera  <rkumpera@novell.com>
15711         * class.c (mono_bounded_array_class_get):  method fails if used with
15712         an incomplete TypeBuilder enum (no basetype field), fixed it by 
15713         avoiding calculating the size for such array as it cannot be instantiated.
15714         Fix bug #82015
15716 2007-07-12  Raja R Harinath  <rharinath@novell.com>
15718         * class-internals.h (_MonoGenericInst::is_reference): Remove bogus
15719         field.
15720         * metadata.c, reflection.c: Update to changes.
15722 2007-07-11  Rodrigo Kumpera  <rkumpera@novell.com>
15724         * class.c, class-internal.h: added mono_type_is_valid_enum_basetype and
15725         mono_class_is_valid_enum, they are used to valide a enum when loading.
15726         * reflection.c: used new functions to throw TypeLoadException when and
15727         invalid enum is build with TypeBuilder. Fixes #82018
15728   
15729 Wed Jul 11 14:47:07 CEST 2007 Paolo Molaro <lupus@ximian.com>
15731         * object.c: forgot commit of mono_class_setup_methods () to access
15732         iface->methods.
15733         * object-internals.h: added a few more handy fields to
15734         MonoIMTCheckItem.
15736 2007-07-11  Zoltan Varga  <vargaz@gmail.com>
15738         * object.c (build_imt): Call mono_class_setup_methods () before accessing 
15739         iface->methods.
15741 Tue Jul 10 16:49:01 CEST 2007 Paolo Molaro <lupus@ximian.com>
15743         * class-internals.h, object-internals.h, object.c: IMT-based
15744         interface invocation core from Massimiliano Mantione
15745         (massi@ximian.com) with a reworked arch-specific interface,
15746         bsearch implementation and a few bugfixes and memory savings by me.
15748 2007-07-10  Rodrigo Kumpera  <rkumpera@novell.com>
15750         * class.c (mono_class_create_from_typedef): mono would segfault if 
15751         an enum did not have a __value field. It now throws a TypeLoadException
15752         for such cases. Fix bug #82022
15754 2007-07-10  Zoltan Varga  <vargaz@gmail.com>
15756         * marshal.c (mono_marshal_string_to_utf16_copy): Fix allocation size.
15758 2007-07-09  Mark Probst  <mark.probst@gmail.com>
15760         * class.c (mono_class_init): If a class is already inited but has
15761         an exception_type set, return FALSE, not TRUE.  Fixes: 82050.
15763 2007-07-09  Mark Probst  <mark.probst@gmail.com>
15765         * class.c: Properly handle the case of an unimplemented interface
15766         method.  Fixes: 81673.
15768 Mon Jul 9 16:21:43 CEST 2007 Paolo Molaro <lupus@ximian.com>
15770         * class-internals.h, object.c: cleanup patch from massi: use
15771         MonoVTable->interface_bitmap since the vtable interfaces offset array
15772         is going away.
15774 2007-07-10  Zoltan Varga  <vargaz@gmail.com>
15776         * icall-def.h icall.c: Remove Module:get_MDStreamVersion icall and add a new
15777         GetMDStreamVersion icall instead.
15779 Mon Jul 9 11:34:17 CEST 2007 Paolo Molaro <lupus@ximian.com>
15781         * filewatcher.c: patch from Thong Nguyen <tum@veridicus.com> to
15782         not use mono_dl_build_path() with a full library name: makes
15783         fallbacks to libgaim and libfam work.
15785 2007-07-06  William Holmes  <billholmes54@gmail.com>
15787         * assembly.c: Added a continue statement in probe_for_partial_name when
15788          parse_assembly_directory_name fails.  Fixes : 82002
15790 2007-07-06  Rodrigo Kumpera  <rkumpera@novell.com>
15792         * verify.c (check_unmanaged_pointer_type): renamed to check_unverifiable_type
15793         and added a verification  for TYPEDBYREF.
15794         * verify.c (verify_stack_type_compatibility): fix handling of byref types,
15795         make native int interchangeable with int32 and some small cleanup and formating.
15796         * verify.c (push_arg): only ldarg on invalid argument is valid (but not verifiable) and
15797         handle byref of byref.
15798         * verify.c (push_local): handle byref of byref.
15799         * verify.c (do_binop): invalid mix of values is unverifiable
15800         * verify.c (do_invoke_method): fixed the handling of bad params on stack and
15801         added visibility checks
15802         * verify.c (field related method): added visibility checks
15803         * verify.c (do_push_field): cannot take the address of a temporary valuetype field
15805 2007-07-06  Zoltan Varga  <vargaz@gmail.com>
15807         * marshal.c (mono_marshal_string_to_utf16_copy): Null terminate the
15808         string.
15810 2007-07-05  Zoltan Varga  <vargaz@gmail.com>
15812         * profiler.c (mono_profiler_load): Fix an off-by-one error.
15814         * marshal.c (emit_marshal_string): When returning a string from managed code,
15815         allways make a copy even for unicode strings. Fixes #81990.
15817 Wed Jul 4 11:53:57 CEST 2007 Paolo Molaro <lupus@ximian.com>
15819         * object.c: cleaned up mono_runtime_invoke_array () and fixed handling
15820         of byref generic inst types (bug #81997).
15822 2007-07-03  Rodrigo Kumpera  <rkumpera@novell.com>
15824         * class.c: moved methods mono_method_can_access_field and mono_method_can_access_method from mini/mini.c
15825         * class.h: added declarations of mono_method_can_access_field() and mono_method_can_access_method()
15827 2007-07-02  Zoltan Varga  <vargaz@gmail.com>
15829         * marshal.c (emit_marshal_string): Add support for unicode strings in
15830         MARSHAL_ACTION_MANAGED_CONV_RESULT. Fixes #81990.
15832 2007-07-02 Rodrigo Kumpera  <rkumpera@novell.com>
15834         * verify.c: field load/store are now verified, missing only access checks now
15836 2007-06-28  Martin Baulig  <martin@ximian.com>
15838         * mono-debug.c (mono_debug_debugger_version): New public variable.
15840 2007-06-24  Gert Driesen  <drieseng@users.sourceforge.net>
15842         * locales.c: When constructing DateTimeFormat or NumberFormat for
15843         MonoCultureInfo, inherit readonly bit from MonoCultureInfo. The
15844         MonoCultureInfo contructed from the current locale is always
15845         read-only and has UseUserOverride set to true. All MonoCultureInfo
15846         instances returned for GetCultures have both IsReadOnly and
15847         UseUserOverride set to true. Fixes part of bug #81930.
15849 2007-06-22  Jonathan Chambers  <joncham@gmail.com>
15851        * icall-def.h: Update System.__ComObject icalls
15852        * marshal.c: Avoid managed transition (and object creation)
15853        when looking up COM interface in RCW.
15854        * marshal.h: Ditto.
15855        
15856        Code is contributed under MIT/X11 license.
15858 2007-06-22  Zoltan Varga  <vargaz@gmail.com>
15860         * marshal.c (mono_marshal_get_runtime_invoke): Cache in the method image for now
15861         to avoid crashes during assembly unloading.
15863 2007-06-22  Raja R Harinath  <rharinath@novell.com>
15865         Fix MethodInfo.IsGenericMethodDefinition
15866         * reflection.c (mono_reflection_bind_generic_method_parameters):
15867         Rearrange code to ensure we always uses a generic method definition.
15868         * class.c (mono_class_inflate_generic_method_full): Set
15869         'generic_container' field only for generic method definitions.
15870         * icall.c (ves_icall_MonoMethod_get_IsGenericMethodDefinition):
15871         Use presense of 'generic_container' field as indication of being a
15872         generic method definition.
15874 2007-06-21  Zoltan Varga  <vargaz@gmail.com>
15876         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
15878         * object-internals.h: Reflect changes in the layout of the managed Delegate
15879         class.
15880         
15881         * object-internals.h reflection.c icall-def.h: Applied patch from Robert
15882         Jordan (robertj@gmx.net). Add a dtor to dynamic methods which frees up the
15883         runtime memory used by the dynamic method. Fixes #77146.
15885 2007-06-21  Dick Porter  <dick@ximian.com>
15887         * file-io.h: 
15888         * file-io.c (convert_share): Cope with FileShare.Delete.  Patch
15889         from Wojtek Krawczyk <krawczyk.wojciech@gazeta.pl>, fixes bug
15890         81767.
15892 2007-06-21  Raja R Harinath  <rharinath@novell.com>
15894         * reflection.c (method_encode_methodspec): Add a tripwire.
15895         * class.c (inflate_generic_type): The fully open generic type is
15896         not the same as the generic type definition.
15898 2007-06-21  Martin Baulig  <martin@ximian.com>
15900         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 59.
15902         * mono-debug-debugger.h
15903         (MonoDebuggerBreakpointInfo): Removed.
15904         (mono_debugger_insert_breakpoint_full): Moved to ../mini/debug-mini.h.
15905         (mono_debugger_remove_breakpoint): Likewise.
15906         (mono_debugger_breakpoint_callback): Likewise.
15907         (mono_debugger_start_add_type): Renamed into mono_debugger_add_type().
15909 2007-06-21  Raja R Harinath  <rharinath@novell.com>
15911         * metadata.c (mono_metadata_lookup_generic_class): The fully open
15912         generic type is not the same as the generic type definition.
15913         * class.c (mono_generic_class_get_class): Likewise.
15915 2007-06-20  Geoff Norton  <gnorton@customerdna.com>
15917         * icall.c: The second argument to 
15918         System.Reflection.MethodBase.GetMethodFromHandleInternalType
15919         is a MonoType not a MonoClass.
15921 2007-06-20  Rodrigo Kumpera  <kumpera@gmail.com>
15923         * verify.c: support for function pointers in the verifier
15925 2007-06-20  Rodrigo Kumpera  <kumpera@gmail.com>
15927         * verify.c: unmanaged pointer verification checks (loading unmanaged pointers is unverifiable)
15929 Wed Jun 20 10:22:15 CEST 2007 Paolo Molaro <lupus@ximian.com>
15931         * assembly.c: removed Mono.Data.SqliteClient from the list of
15932         forward-compatible assemblies as it breaks the ABI (bug #81899).
15934 2007-06-19  Raja R Harinath  <rharinath@novell.com>
15936         * metadata.c (mono_metadata_lookup_generic_class): Protect cache
15937         lookup/update with the loader lock.
15938         * reflection.c (mono_class_bind_generic_parameters): No need to
15939         protect mono_metadata_lookup_* with the loader lock.
15940         * class.c (inflate_generic_type): Likewise.
15941         
15942         * metadata.c (ginst_in_image): Avoid mono_class_from_mono_type
15943         on a generic instantiated type.
15945 2007-06-18  Rodrigo Kumpera <kumpera@gmail.com>
15947         *verify.c: produce meanfull error messages on verification error
15948         *verify.c: fixed some cases of verification errors reported as validation errors
15949         *pedump.c: fixed the error name array, now it shows validation errors properly
15950         *verify.h: fixed the contant that should be used for verification errors
15952 Mon Jun 18 17:07:22 CEST 2007 Paolo Molaro <lupus@ximian.com>
15954         * metadata.c, image.c, metadata-internals.h: part of the fixes needed
15955         for bug #77596, 81858 and 80743 (generics data structures on domain
15956         unload).
15958 2007-06-15  Raja R Harinath  <rharinath@novell.com>
15960         Avoid allocating 'MonoGenericContext' on the heap.
15961         * class-internals (_MonoMethodInflated::context): Make field
15962         inline, not a pointer.
15963         * loader.c (method_from_methodspec): Allocate 'new_context' on the
15964         stack.  Use the context embedded within the inflated method as the
15965         hash key, rather than 'new_context'.
15966         * class.c (inflate_generic_context): Simplify.  Return a struct
15967         rather than allocating on the heap.
15968         (mono_class_inflate_generic_method_full): Update to changes.  Now,
15969         doesn't salt away a copy of the context -- simplifying the
15970         lifetime rules of a 'MonoGenericContext *'.
15971         (mono_method_get_context): Return pointer to embedded context.
15972         (setup_generic_array_ifaces): Allocate temporary context on stack.
15973         * reflection.c (inflate_mono_method): Likewise.
15974         (mono_reflection_bind_generic_method_parameters): Likewise.
15975         Use the context embedded within the inflated method as the hash key.
15977         Avoid a source of allocation of 'MonoGenericContext'.
15978         * class-internals.h (_MonoGenericClass::context): Combine 'inst'
15979         and 'cached_context' fields into embedded 'MonoGenericContext' field.
15980         * class.c: Update to changes.
15981         (mono_generic_class_get_context): Simplify drastically.  Now just
15982         returns a pointer to the field.
15983         * metadata-internals.h (mono_metadata_generic_context_hash): Mark
15984         argument as a const pointer.
15985         (mono_metadata_generic_context_equal): Likewise.
15986         * metadata.c, loader.c, icall.c, reflection.c, verify.c:
15987         Update to changes.
15989 2007-06-14  Rodrigo Kumpera  <kumpera@gmail.com>
15991         * verify.c improved the handling of brtrue/brfalse, factored out common code
15993 2007-06-14  Raja R Harinath  <rharinath@novell.com>
15995         Kill MonoGenericMethod.
15996         * class-internals.h (MonoGenericContext::method_inst): Rename from
15997         'gmethod' and convert to a MonoGenericInst.
15998         (MonoGenericMethod): Remove.
15999         * metadata.h (MonoGenericMethod): Note that the name is obsolete.
16000         * loader.c (method_from_methodspec): Update to changes.  Use a
16001         MonoGenericContext as the key to the hashtable.
16002         * metadata.c (mono_metadata_generic_context_equal): Rename from 
16003         'mono_metadata_generic_method_equal' and take MonoGenericContext.
16004         (mono_metadata_generic_context_hash): Likewise from
16005         'mono_metadata_generic_method_hash'.  Change hash function.
16006         (mono_metadata_load_generic_params): Update to changes.
16007         (mono_get_shared_generic_method): Remove.
16008         * metadata-internals.h (mono_get_shared_generic_method): Remove.
16009         * class.c (inflate_generic_type) [MONO_TYPE_MVAR]: Update to changes.
16010         (inflate_generic_context): Likewise.
16011         (mono_class_inflate_generic_method_full): Likewise.
16012         (setup_generic_array_ifaces): Likewise.
16013         (mono_class_create_from_typespec): Likewise.
16014         * reflection.c (encode_generic_method_sig): Take a MonoGenericContext.
16015         (method_encode_methodspec): Update callsite.
16016         (reflection_methodbuilder_to_mono_method): Update to changes.
16017         (mono_reflection_bind_generic_method_parameters): Likewise.  Use a
16018         MonoGenericContext as the key to the hashtable.
16019         (inflate_mono_method): Update to changes.
16021         * class-internals.h (MonoGenericMethod::container): Remove.
16022         * class.c, loader.c, metadata.c, reflection.c: Update to changes.
16024 Thu Jun 14 12:40:05 CEST 2007 Paolo Molaro <lupus@ximian.com>
16026         * profiler-private.h, profiler.c, profiler.h: added API to profile
16027         exception events.
16029 2007-06-13  Rodrigo Kumpera  <kumpera@gmail.com>
16031         * verify.c: Fixed pointer type handling, some code and message formating and two invalid assigments 
16033 2007-06-13  Rodrigo Kumpera  <kumpera@gmail.com>
16035         * verify.c: method invocation is now validated, now we verify parameter types on stack.
16036         Fixed overflow and underflow not aborting the verification process.
16038 2007-06-13  Mark Probst  <mark.probst@gmail.com>
16040         * class-internals.h (MonoStats): Added stats entries for dynamic
16041         code allocations.
16043 2007-06-12  Zoltan Varga  <vargaz@gmail.com>
16045         * loader.c (mono_free_method): Free header->locals and header->clauses.
16047         * marshal.c (mono_mb_create_method): Make a copy of the locals as well in the
16048         dynamic case.
16050         * threads.c (mono_thread_get_stack_bounds): Fix memory leak.
16052         * class.c (setup_interface_offsets): Allocate memory from the image mempool.
16054 2007-06-12  Raja R Harinath  <rharinath@novell.com>
16056         * verify.c (TYPE_MAX): Set it to 8 to match the dimensions of all
16057         the tables.
16059 2007-06-11  Rodrigo Kumpera  <kumpera@gmail.com>
16061         *pedump.c (main): return error code 4 if assembly cannot be loaded instead of segfaulting
16063 2007-06-11  Raja R Harinath  <harinath@gmail.com>
16065         MonoGenericMethod on a diet
16066         * class-internals.h (_MonoMethodInflated::reflection_info): Move
16067         here ...
16068         (_MonoGenericMethod::reflection_info): ... from here.
16069         * icall.c (ves_icall_MonoMethod_GetGenericMethodDefinition):
16070         Update to changes.
16071         * reflection.c (inflate_mono_method): Likewise.
16072         (mono_reflection_bind_generic_method_parameters): Likewise.
16074 2007-06-11  Rodrigo Kumpera  <kumpera@gmail.com>
16076         *verify.c: all debu printf statements are now guarded by VERIFY_DEBUG
16077         *verify.c: factored long ldarg forms to share code with short forms
16079 2007-06-11  Rodrigo Kumpera  <kumpera@gmail.com>
16081         *verify.c: fixed code formating factored some duplicate code
16082         into a new function
16084         *verify.h: fixed binary incompatibility introduced earlier
16086         *pedump.c: fixed formating
16088 2007-06-11  Raja R Harinath  <harinath@gmail.com>
16090         Fix assertion when disassembling Mono.C5.dll
16091         * loader.c (method_from_methodspec): Avoid inflating a method
16092         twice with the same context.  If the methodref is inflated, use
16093         the declaring method instead.
16095         * class.c (mono_class_from_generic_parameter): Fix case similar to
16096         bug #81830 handled below, but for method containers.
16098 2007-06-10  Raja R Harinath  <harinath@gmail.com>
16100         * class.c (inflate_generic_type) [MONO_TYPE_CLASS]: Don't call
16101         get_shared_generic_class.  Directly inflate the instance.
16102         [MONO_TYPE_GENERICINST]: Inline inflate_generic_class.
16103         (inflate_generic_class): Delete.
16104         (get_shared_generic_class): Delete.  Move setting of
16105         'cached_class' and 'cached_context' ...
16106         * metadata.c (mono_metadata_lookup_generic_class): ... here.
16108         * metadata.c (mono_metadata_lookup_generic_class): Change
16109         signature to take the components of a MonoGenericClass rather than
16110         an allocated MonoGenericClass.  Change semantics to be intern-like.
16111         * reflection.c (mono_class_bind_generic_parameters): Update to
16112         changes.  Make locking region tighter.
16113         * class.c (inflate_generic_class): Update to changes.
16114         (get_shared_generic_class): Likewise.
16115         * metadata-internals.h: Likewise.
16117         * reflection.c (mono_class_bind_generic_parameters): Take and
16118         return a MonoClass*, not a MonoType*.  Add 'is_dynamic' parameter.
16119         (mono_reflection_bind_generic_parameters): Use
16120         'mono_class_bind_generic_parameters' rather than duplicate the code.
16121         * class.c (mono_bounded_array_class_get): Update to changes.
16122         * object-internals.h: Likewise.
16124         * reflection.c (mono_class_bind_generic_parameters): Only support
16125         parameterizing generic type definitions.  Remove support for other
16126         open types.
16128 2007-06-08  Zoltan Varga  <vargaz@gmail.com>
16130         * loader.c (mono_free_method): Free method->signature as well. Fixes #81832.
16132         * marshal.c (mono_marshal_get_managed_wrapper): Allocate the signature using malloc
16133         in the dynamic case.
16135 2007-06-08  Gert Driesen  <drieseng@users.sourceforge.net>
16137         * threads.c: When cleaning up thread, reset the Background bit.
16138         Fixes bug #81720.
16140 2007-06-08  Jonathan Chambers  <joncham@gmail.com>
16142        * metadata.c: Move variable declarations to top of scope.
16143        * verify.c: Move variable declarations to top of scope.
16145        Code is contributed under MIT/X11 license.
16147 2007-06-08  Raja R Harinath  <rharinath@novell.com>
16149         * reflection.c (mono_class_bind_generic_parameters): Replace
16150         open-coded loop with mono_metadata_inflate_generic_inst.
16152         * class.c (get_shared_generic_class): Don't call
16153         mono_get_shared_generic_inst.  Use the container's own
16154         'class_inst'.
16156         * metadata.c (mono_metadata_load_generic_params): Move
16157         initialization of 'context' field here from ...
16158         * class.c (mono_class_create_from_typedef): ... here, and ...
16159         * loader.c (mono_get_method_from_token): ... here.
16161         * class.c (get_shared_generic_class): Rename from
16162         mono_get_shared_generic_class and make static.
16163         (mono_get_shared_generic_inst): Move to metadata.c.
16164         * loader.c (mono_get_shared_generic_method): Likewise.
16165         * class-internals.h, metadata-internals.h: Update to changes.
16167         Fix #81830
16168         * class.c (mono_class_from_generic_parameter): Don't assume a
16169         generic container owner exists.  Generic containers from monodis
16170         don't have any.
16172 2007-06-06  Rodrigo Kumpera  <kumpera@gmail.com>
16174         * pedump.c: pedump exists with 2 if assembly is not verifiable and 3 if invalid
16175         * verify.h: new typedefs to returns the non-verifiable status
16176         * verify.c: initial implementation of generics, stack merging and object compatibility check
16178 2007-06-06  Mark Probst  <mark.probst@gmail.com>
16180         * class.c, image.c, class-internals.h (MonoImage): class_cache is
16181         a MonoInternalHashTable again (fixed bug in internal hash table
16182         code).
16184 2007-06-06  Mark Probst  <mark.probst@gmail.com>
16186         * domain.c, domain-internals.h (MonoDomain): jit_code_hash is a
16187         MonoInternalHashTable again (fixed bug in internal hash table
16188         code).
16190 2007-06-06  Mark Probst  <mark.probst@gmail.com>
16192         * class.c, image.c, class-internals.h, domain.c,
16193         domain-internals.h (MonoImage): Reverting MonoInternalHashTable
16194         changes.  Have to figure out what makes them break the SWF
16195         regression.
16197 2007-06-04  Mark Probst  <mark.probst@gmail.com>
16199         * class.c, image.c, class-internals.h (MonoImage): class_cache is
16200         a MonoInternalHashTable now.
16202 2007-06-04  Mark Probst  <mark.probst@gmail.com>
16204         * domain.c, domain-internals.h (MonoDomain): jit_code_hash is a
16205         MonoInternalHashTable now.
16207 2007-05-31  Zoltan Varga  <vargaz@gmail.com>
16209         * domain-internals.h (MonoDomain): Add two new hash tables to store delegate
16210         invoke_impl code.
16212         * object-internals.h (_MonoDelegate): Reflect changes to managed object layout.
16214         * object.c (mono_delegate_ctor): Initialize invoke_impl field with an arch
16215         dependent trampoline.
16217         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
16219         * icall.c (ves_icall_System_Delegate_SetMulticastInvoke): New icall.
16221 2007-05-29  Robert Jordan  <robertj@gmx.net>
16223         * marshal.[c|h]: add mono_win32_compat_* wrappers. Fixes #81754.
16225 2007-05-28  Zoltan Varga  <vargaz@gmail.com>
16227         * icall.c (ves_icall_get_method_info): Handle loader errors. Fixes #81724.
16229 2007-05-25  Jonathan Chambers  <joncham@gmail.com>
16231        * marshal.c: Fix interface lookup loops for
16232        cominterop_get_com_slot_for_method and 
16233        cominterop_get_method_interface. Only need to lookup
16234        if type is a class, else use interface type method is on.
16236        Code is contributed under MIT/X11 license.
16238 2007-05-25  Sebastien Pouliot  <sebastien@ximian.com>
16240         * reflection.c: HasSecurity can be present even if no specially 
16241         encoded (CAS) attributes are available (e.g. SuppressUnmanagedCode
16242         SecurityAttribute). Fix CAS regression tests on buildbot.
16244 2007-05-24  Jonathan Chambers  <joncham@gmail.com>
16246        * appdomain.c: Add configure checks for header files.
16247        * image.c: Add configure checks for header files.
16248        * file-io.c: Add configure checks for header files.
16249        * debug-mono-symfile.c: Add configure checks for header files.
16250        * threadpool.c: Add configure checks for header files.
16251        * console-io.c: Add configure checks for header files.
16252        * profiler.c: Add configure checks for header files.
16253        * rawbuffer.c: Add configure checks for header files.
16254        * icall.c: Add configure checks for header files.
16255        * rand.c: Add configure checks for header files.
16256        * socket-io.c: Add configure checks for header files.
16258        Code is contributed under MIT/X11 license.
16260 2007-05-24  Zoltan Varga  <vargaz@gmail.com>
16262         * reflection.c (mono_custom_attrs_from_builders): Remove the 
16263         assertion as it breaks the build.
16264         
16265         * reflection.c (mono_custom_attrs_from_builders): Add an assertion.
16267         * reflection.c (lookup_custom_attr): Make a copy here too.
16269         * image.c (mono_image_check_for_module_cctor): Avoid accessing metadata in
16270         dynamic images.
16272         * class.c (mono_class_init): Avoid accessing the metadata in dynamic
16273         images.
16275         * reflection.c (mono_custom_attrs_from_param): Make a copy of the dynamic attr
16276         info.
16278 2007-05-22  Zoltan Varga  <vargaz@gmail.com>
16280         * reflection.c (encode_cattr_value): Fix yet another object cattr encoding issue.
16281         (load_cattr_value): Ditto.
16283 2007-05-20  Zoltan Varga  <vargaz@gmail.com>
16285         * marshal.c (mono_marshal_get_delegate_invoke): Improve the generated IL a little.
16287 2007-05-19  Gert Driesen  <drieseng@users.sourceforge.net>
16289         * threads.c: In "start_wrapper", set apartment_state to MTA if
16290         apartment_state is Unknown and we're running on 2.0 profile or
16291         higher.
16292         * object.c: In "mono_runtime_exec_main", if STAThread is not applied
16293         to main method, then set apartment_state to Unknown on 1.0 profile,
16294         and MTA on 2.0 profile.
16296 2007-05-16  Jb Evain  <jb@nurv.fr>
16298         * class-internals.h (MonoDefaults): Add an attribute_class and
16299           customattribute_data_class.
16300         * domain.c (mono_init_internal): Populate them.
16301         * reflection.c: Use them to remove duplicates. Make a vew
16302         MonoClass variables `static'.
16304 2007-05-15  Massimiliano Mantione  <massi@ximian.com>
16306         * class-internals.h: Added "MonoVTable.interface_bitmap" as a next
16307         step in implementing IMT, so that all isinst checks now can go
16308         through the bitmap.
16309         This was needed because vtables for TransparentProxy need to look
16310         like the vtable of the "target" class, so they need to point to
16311         its interface bitmap directly.
16313         * object.c: inside "mono_class_create_runtime_vtable" and
16314         "mono_class_proxy_vtable", initialize "MonoVTable.interface_bitmap".
16316 2007-05-15  Atsushi Enomoto  <atsushi@ximian.com>
16318         * object-internals.h
16319           culture-info.h : added territory field in MonoCulture and
16320           CultureInfoEntry foreach. Added lcid field in RegionInfoEntry.
16321         * locales.c : fill territory field above too.
16322         * culture-info-table.h : regenerated.
16324 2007-05-12  Zoltan Varga  <vargaz@gmail.com>
16326         * class-internals.h (_MonoGenericContainer): Widen type_argc filed to 31 bits.
16327         Fixes #81599.
16329 2007-05-11  Jonathan Chambers  <joncham@gmail.com>
16331         * object.c: Always initialize apartment, even if 
16332         there is no custom attributes on entry point.
16333         
16334         Code is contributed under MIT/X11 license.
16336 2007-05-10  Jonathan Chambers  <joncham@gmail.com>
16338         * marshal.c: LPTSTR == LPWSTR on Win32. Fixes #81370.
16339         * metadata.c: If no encoding is set, check for unicode
16340         on class.
16341         
16342         Code is contributed under MIT/X11 license.
16344 2007-05-09  Jonathan Chambers  <joncham@gmail.com>
16346         * threads.c: Handle if mono_thread_current returns NULL 
16347         
16348         Code is contributed under MIT/X11 license.
16350 2007-05-09  Jonathan Chambers  <joncham@gmail.com>
16352         * threads.c: Initialize Thread.AprtmentState and set on Thread.Start
16353         in start_wrapper. Added mono_thread_init_apartment_state and
16354         mono_thread_cleanup_apartment_state.
16355         * object.c: Initialize thread apartment state on main thread
16356         by checking for STAThreadAttribute on entry point.
16357         * object-internals.h: Add apartment_state field to MonoThread.
16358         * threads-types.h: Add unmanaged definition of 
16359         System.Threading.ApartmentState, MonoThreadApartmentState.
16360         
16361         Code is contributed under MIT/X11 license.
16362         
16363 2007-05-08  Jonathan Chambers  <joncham@gmail.com>
16365         * class.c: Fix windows build.
16366         * class-internals.h: Fix windows build.
16367         
16368         Code is contributed under MIT/X11 license.
16370 2007-05-08  Robert Jordan  <robertj@gmx.net>
16372         * process.c (CreateProcess_internal):
16373         Pass CREATE_NO_WINDOW to CreateProcess when ProcessStartupInfo
16374         .CreateNoWindow was specified. Fixes #81496.
16376 2007-05-08  Massimiliano Mantione  <massi@ximian.com>
16378         * class-internals.h: Removed "MonoClass.interface_offsets" as a first
16379         step in implementing IMT, replaced it with two compact arrays
16380         (interfaces_packed and interface_offsets_packed) and a bitmap that
16381         is used for isinst checks (interface_bitmap).
16383         * class.c: (compare_interface_ids): compare function to pass to
16384         bsearch when looking for an interface with a given id.
16385         (mono_class_interface_offset): reimplemented using bsearch on
16386         interfaces_packed, getting the offset from interface_offsets_packed.
16387         (print_implemented_interfaces): utility debugging function.
16388         (setup_interface_offsets): reworked to initialize interfaces_packed,
16389         interface_offsets_packed and interface_bitmap.
16391         * object.c: replaced all accesses to "MonoClass.interface_offsets"
16392         with uses of interfaces_packed and interface_offsets_packed.
16394 2007-05-08  Massimiliano Mantione  <massi@ximian.com>
16396         * class-internals.h: Added MONO_CLASS_IMPLEMENTS_INTERFACE macro and
16397         mono_class_interface_offset prototype to wrap all accesses to
16398         "MonoClass.interface_offsets".
16400         * class.c: Implemented mono_class_interface_offset, and wrapped all
16401         accesses to "MonoClass.interface_offsets".
16403         * monodiet.c, object.c, marshal.c, icall.c: wrapped all accesses to
16404         "MonoClass.interface_offsets".
16406 Tue May 8 13:02:09 CEST 2007 Paolo Molaro <lupus@ximian.com>
16408         * icall.c, icall-def.h: implemented new GetFieldFromHandle and
16409         GetMethodFromHandle overloads (bug #78637).
16411 Tue May 8 12:22:14 CEST 2007 Paolo Molaro <lupus@ximian.com>
16413         * assembly.c: parse ProcessorArchitecture in assembly name and ignore
16414         it for now (see mono-devel, from Marek Sieradzki <marek.sieradzki@gmail.com>).
16416 2007-05-01  Zoltan Varga  <vargaz@gmail.com>
16418         * icall.c (custom_attrs_get_by_type): Handle loading errors gracefully. Fixes
16419         #81498.
16421         * reflection.c (mono_reflection_get_custom_attrs_by_type): Handle loading errors
16422         gracefully.
16423         (mono_custom_attrs_from_index): Ditto.
16425         * icall.c (ves_icall_InternalInvoke): Allow calling ctors of abstract classes. 
16426         Fixes #81501.
16428 2007-04-30  Zoltan Varga  <vargaz@gmail.com>
16430         * metadata.c (mono_metadata_parse_type_full): Avoid an invalid free since the type
16431         is now allocated from a mempool.
16433 2007-04-28  Zoltan Varga  <vargaz@gmail.com>
16435         * threads.c (build_wait_tids): Do not call mono_monitor_enter () here since the
16436         caller holds threads_lock, leading to deadlocks. Fixes #81476.
16438 2007-04-26  Zoltan Varga  <vargaz@gmail.com>
16440         * loader.c (mono_loader_error_prepare_exception): Fix crash caused by calling
16441         mono_loader_clear_error () too late. Fixes #81463.
16443 2007-04-26  Atsushi Enomoto  <atsushi@ximian.com>
16445         * culture-info-table.h : regenerated.
16447 2007-04-25  Zoltan Varga  <vargaz@gmail.com>
16449         * appdomain.c (add_assemblies_to_domain): Fix crash when an assembly reference
16450         is missing.
16452 2007-04-25  Dick Porter  <dick@ximian.com>
16454         * Makefile.am: Put the mingw enforced-optimisation back into the
16455         PLATFORM_WIN32 section.
16457 2007-04-24  Zoltan Varga  <vargaz@gmail.com>
16459         * reflection.c (mono_image_load_module_dynamic): Fix crash introduced by previous
16460         patch.
16462         * image.c (mono_image_load_module): New API function to load a module reference.
16464         * image.c (load_modules): Load modules lazily. Fixes #80812.
16466         * class.c (mono_class_from_typeref): Use mono_image_load_module.
16467         
16468         * reflection.c (mono_image_load_module_dynamic): Copy image->modules_loaded too.
16470         * object-internals.h reflection.c icall-def.h (mono_image_load_module): Rename this 
16471         to mono_image_load_module_dynamic.
16473 2007-04-23  Jonathan Chambers  <joncham@gmail.com>
16475         * marshal.c: Fix calling convention for CCW on non-windows
16476         platforms. STDCALL on windows, CDECL everywhere else to work 
16477         with XPCOM and MainWin COM.
16478         
16479         Code is contributed under MIT/X11 license.
16481 2007-04-23  Martin Baulig  <martin@ximian.com>
16483         Fix #80969.
16485         * loader.c
16486         (method_from_memberref): Added `gboolean *used_context' argument.
16487         (mono_get_method_from_token): Likewise.
16488         (mono_get_method_full): Don't insert the method in the cache when
16489         `used_context' is true.
16491 2007-04-23  Raja R Harinath  <rharinath@novell.com>
16493         * monodiet.c (add_types_from_method): Fix "wrong type" warning.
16495         * reflection.c (mono_reflection_bind_generic_parameters): Don't
16496         create new MonoTypes for returned types.
16497         * class.c (mono_generic_class_get_class): Export mono-internal.
16498         * class-internals.h: Update to changes.
16500 Thu Apr 19 16:45:55 CEST 2007 Paolo Molaro <lupus@ximian.com>
16502         * threadpool.c, threadpool.h, icall-def.h: patch from
16503         Robert Jordan to implemnt ThreadPool.SetMaxThreads.
16505 2007-04-18  Zoltan Varga  <vargaz@gmail.com>
16507         * threads.c (mono_thread_get_stack_bounds): Fix windows build.
16508         
16509         * threads.c (mono_thread_get_stack_bounds): Remove an assert which can be triggered.
16511         * threads.c (mono_thread_get_stack_bounds): New helper function.
16513         * threads.c (mono_thread_attach): Applied patch from horst.reiterer@fabasoft.com.
16514         Correctly compute stack bounds when attaching. Fixes #81394.
16516 Wed Apr 18 18:28:41 BST 2007 Paolo Molaro <lupus@ximian.com>
16518         * reflection.c: fix handling of doubles in custom attributes
16519         for the arm-fpa format (bug #81368).
16521 2007-04-18  Raja R Harinath  <rharinath@novell.com>
16523         * reflection.c (assembly_add_win32_resources): Mildly relax an
16524         bounds check to let the end pointer point just past the end of the
16525         allocated buffer.  (may fix #81384)
16527 2007-04-17  Atsushi Enomoto  <atsushi@ximian.com>
16529         * culture-info-table.h : regenerated.
16531 2007-04-07  Zoltan Varga  <vargaz@gmail.com>
16533         * threads.c (start_wrapper): Call push_appdomain_ref () earlier to fix races where
16534         the thread is aborted early.
16536 2007-04-05  Dick Porter  <dick@ximian.com>
16538         * file-io.c (ves_icall_System_IO_MonoIO_GetFileSystemEntries): use
16539         FindFirstFile()/FindNextFile() to find entries.  This lets the
16540         io-layer versions use MONO_IOMAP compatibility helpers.  Fixes bug
16541         81038.
16543         * appdomain.c (MONO_CORLIB_VERSION): Increment, as the usage of
16544         the parameters of
16545         ves_icall_System_IO_MonoIO_GetFileSystemEntries() has changed.
16547 2007-04-04  Martin Baulig  <martin@ximian.com>
16549         * debug-helpers.c
16550         (mono_method_desc_full_match): Add support for nested classes.
16552 2007-04-02  Zoltan Varga  <vargaz@gmail.com>
16554         * marshal.c (cominterop_get_managed_wrapper_adjusted): Fix warnings.
16556 2007-04-01  Zoltan Varga  <vargaz@gmail.com>
16558         * threads.c (abort_appdomain_thread): Avoid handle leakage if we are
16559         waiting for too many threads.
16561 2007-03-28  Sebastien Pouliot  <sebastien@ximian.com>
16563         * environment.c: Fix return value check on uname so we can get the 
16564         executing version on Solaris operating systems.
16566 2007-03-28  Jb Evain  <jbevain@gmail.com>
16568         * class.c (mono_type_get_name_recurse): Complete the
16569         fix for the creation of assembly qualified names for
16570         pointer types. Fixes #81208.
16572 2007-03-27  Dick Porter  <dick@ximian.com>
16574         * appdomain.c (MONO_CORLIB_VERSION): Increment, as the signature
16575         of ves_icall_System_Threading_Mutex_ReleaseMutex_internal() has
16576         changed.
16578         * threads.c
16579         (ves_icall_System_Threading_Mutex_ReleaseMutex_internal): Return
16580         the value of ReleaseMutex().
16582 2007-03-27  Dick Porter  <dick@ximian.com>
16584         * socket-io.c (ipaddress_to_struct_in_addr): IPAddress is stored
16585         in little-endian order, not network endian, so must be converted
16586         to host endian here.  Fixes bug 80593.
16588 2007-03-22  Jb Evain  <jbevain@gmail.com>
16590         * class.c (mono_type_get_name_recurse): Fix the creation of assembly
16591         qualified names for pointer types. Fixes #81208.
16593 2007-03-21  Jonathan Chambers  <joncham@gmail.com>
16595         * marshal.c: Add support for PreserveSigAttribute. 
16596         
16597         Code is contributed under MIT/X11 license.
16599 2007-03-14  Zoltan Varga  <vargaz@gmail.com>
16601         * process.c: Fix endianness issues. Fixes #81126.
16603         * reflection.c (mono_reflection_create_dynamic_method): Fix the last change so
16604         multiple circular calls made from the same DynamicMethod work. Fixes #81141.
16606         * image.c (mono_image_lookup_resource): Make this work on big-endian
16607         machines.Change API contract so the caller needs to free the return value.
16608         
16609         * process.c (process_get_fileversion): Adapt to mono_image_lookup_resource ()
16610         API change.
16611         
16612 2007-03-14  Martin Baulig  <martin@ximian.com>
16614         * debug-helpers.c (mono_type_get_desc): In `MONO_TYPE_ARRAY', use
16615         mono_type_get_desc() as well.
16617 2007-03-13  Jonathan Chambers  <joncham@gmail.com>
16619         * icall.c:  Fix environ access in VS.  
16620         
16621 2007-03-13  Alp Toker  <alp@atoker.com>
16623         * icall.c (ves_icall_MonoType_GetElementType): For enums, return null
16624         rather than the underlying type. Based on a patch by Ben Maurer. Fixes
16625         #63841.
16627 2007-03-12  Zoltan Varga  <vargaz@gmail.com>
16629         * reflection.c (mono_reflection_create_dynamic_method): Add support for 
16630         circular references among dynamic methods. Fixes #81091.
16632         * object-internals.h (MonoReflectionDynamicMethod): Add 'referenced_by' field.
16634 2007-03-09  Martin Baulig  <martin@ximian.com>
16636         * reflection.c (encode_constant): Add support for MONO_TYPE_GENERICINST.
16638 2007-03-09  Jonathan Chambers  <joncham@gmail.com>
16640         * appdomain.c:  Fix shadow copy on Windows. Use g_snprintf instead
16641         of snprintf as it doesn't exist on Win32 (VS build); also for uniformity.  
16642         
16643         Code is contributed under MIT/X11 license.
16644         
16645 2007-03-09  Gert Driesen  <drieseng@users.souceforge.net>
16647         * loader.c: Reapply patch for bug #79424.
16649 2007-03-06  Zoltan Varga  <vargaz@gmail.com>
16651         * metadata.c (mono_type_to_unmanaged): Only convert object to
16652         MARSHAL_CONV_SAFEHANDLE on the 2.0 profile.
16654 Tue Mar 6 15:39:48 CET 2007 Paolo Molaro <lupus@ximian.com>
16656         * class-internals.h, class.c, metadata.c, reflection.c: removed unused
16657         (and incorrectly set) is_reference field from MonoGenericInst.
16659 2007-03-06  Zoltan Varga  <vargaz@gmail.com>
16661         * assembly.c (mono_assembly_load_from_full): Call mono_assemblies_unlock ()
16662         a little earlier.
16664         * icall.c (ves_icall_type_Equals): Rename this to ves_icall_System_Type_EqualsInternal.
16666         * icall-def.h: Rename Type:Equals to Type:EqualsInternal.
16668 2007-03-05  Miguel de Icaza  <miguel@novell.com>
16670         * file-io.c (ves_icall_System_IO_MonoIO_Open): Use the new
16671         FileOptions.1 value to mean "temporary", map that to
16672         FILE_ATTRIBUTE_TEMPORARY and use that to signal 600 permissions.
16674         Fixes 80688
16676 2007-03-03  Marek Habersack  <mhabersack@novell.com>
16678         * appdomain.c: implement MS .Net style shadow copying. Copies of
16679         the assemblies are made in a subdirectory of the dynamic base
16680         directory, the assembly names are preserved.
16681         Copy .mdb and .config files along with the assemblies being shadowed.
16683 2007-02-28  Zoltan Varga  <vargaz@gmail.com>
16685         * marshal.c (emit_object_to_ptr_conv): Emit valid IL for handling HandleRefs.
16686         (emit_marshal_handleref): Ditto.
16688         * profiler.c: Applied patch from Tor Lillqvist (tml@novell.com) to fix output
16689         on Visual C++. Fixes #80671.
16691 Wed Feb 28 16:53:40 CET 2007 Paolo Molaro <lupus@ximian.com>
16693         * boehm-gc.c, null-gc.c, object.h, object.c: sgen gc fixes
16694         for clone operations.
16696 2007-02-28  Zoltan Varga  <vargaz@gmail.com>
16698         * marshal.c: Fix warnings.
16700 Fri Feb 23 15:06:57 CET 2007 Paolo Molaro <lupus@ximian.com>
16702         * loader.c: allow case-insensitive matching of the dll name
16703         in dllmap handling when prefixed with "i:".
16705 2007-02-20  Jonathan Chambers  <joncham@gmail.com>
16707         * threads.c: Fix #ifdef for dummy_apc function for VS.
16709 Tue Feb 20 11:59:42 CET 2007 Paolo Molaro <lupus@ximian.com>
16711         * threads.c: don't throw in MemoryBarrier (), use lock/unlock.
16713 2007-02-19  Massimiliano Mantione  <massi@ximian.com>
16714         * class.c (mono_class_setup_vtable_general): Fix bug 75903,
16715         giving precedence to the methods with a fully qualified name
16716         (InterfaceName.MethodName) when building the interface sections
16717         of the vtable.
16719 2007-02-16  Dick Porter  <dick@ximian.com>
16721         * threadpool.c (append_job): Fix fast-path array handling, so it's
16722         less likely the array will grow exponentially when the load is
16723         heavy.
16725 Fri Feb 16 19:17:30 CET 2007 Paolo Molaro <lupus@ximian.com>
16727         * metadata-internals.h, loader.c: fix dllmap lookup order
16728         for non-function maps, too, and prepare for fallback code.
16730 2007-02-12  Robert Jordan  <robertj@gmx.net>
16732         * marshal.c, marshal.h, icall-def.h: rename mono_marshal_realloc
16733         to ves_icall_System_Runtime_InteropServices_Marshal_ReAllocHGlobal
16734         and use GlobalReAlloc on WIN32 to be in sync with GlobalAlloc,
16735         GlobalFree. Fixes a part of bug #77075.
16737 Mon Feb 12 21:10:07 CET 2007 Paolo Molaro <lupus@ximian.com>
16739         * loader.c: implemented typedef parent in field memberref.
16741 2007-02-11  Jonathan Chambers  <joncham@gmail.com>
16743         * marshal.c: Fix warnings and remember to call Release on
16744         IUnknown of RCW.
16745         
16746         Code is contributed under MIT/X11 license.
16748 2007-02-10  Miguel de Icaza  <miguel@novell.com>
16750         * class-internals.h: Add MonoHandleRef definition, and
16751         handleref_class to mono_defaults. 
16753         * metadata.c (mono_type_to_unmanaged): If we find HandleRefs in a
16754         structure, use new conversion MONO_MARSHAL_CONV_HANDLEREF.
16756         * marshal.c (emit_ptr_to_object_conv): Add support for HandleRefs
16757         (do nothing on this stage)
16758         (emit_object_to_ptr_conv): Extract the handle from the HandleRef.  
16759         (emit_marshal_handleref): New method, used for argument handling
16760         of HandleRefs. 
16762 2007-02-08  Jonathan Chambers  <joncham@gmail.com>
16764         * class.c (mono_class_setup_parent): Lazily init com types.
16765         * domain.c (mono_init_internal, mono_init_com_types): Lazily 
16766         init com types.
16767         * object.c (mono_remote_class_vtable): Lazily init com types.
16768         * class-internals.h: Add iunknown and idispatch to MonoDefaults.
16769         * object-internals.h: Add MonoComInteropProxy and MonoReflectionGuidAttribute.
16770         * domain-internals.h: Expose mono_init_com_types.
16771         * icall-def.h: Add icalls for ComInteropProxy, __ComObject, and Marshal.
16772         * marshal.c: Add mutex for cominterop use. Init locals for wrapper methods.
16773         Add support for COM Callable Wrapper marshalling.
16774         * marshal.h: Add icall definitions.
16775         * gc.c: Handle freeing of CCWs in finalizer code.
16776         
16777         Code is contributed under MIT/X11 license.
16779 Thu Feb 8 12:46:18 CET 2007 Paolo Molaro <lupus@ximian.com>
16781         * reflection.c: changed all the signature encoding code to use
16782         a variable-sized buffer.
16784 Wed Feb 7 20:37:23 CET 2007 Paolo Molaro <lupus@ximian.com>
16786         * marshal.c: locking fixes: never take the loader lock
16787         or other runtime locks when holding the marshal lock
16788         (fixes bug#80664).
16790 Wed Feb 7 18:49:10 CET 2007 Paolo Molaro <lupus@ximian.com>
16792         * marshal.c: make the delegate function pointer mapping
16793         work for the moving GC.
16795 Mon Jan 29 11:30:46 CET 2007 Paolo Molaro <lupus@ximian.com>
16797         * marshal.c: fix from Robert Jordan (robertj@gmx.net)
16798         for bug #80618.
16800 Fri Jan 26 12:49:23 CET 2007 Paolo Molaro <lupus@ximian.com>
16802         * image.h, loader.c, metadata-internals.h: use mono-dl instead of
16803         gmodule.
16805 Fri Jan 26 12:00:45 CET 2007 Paolo Molaro <lupus@ximian.com>
16807         * threadpool.c: made the code moving-GC safe.
16809 Thu Jan 25 20:31:41 CET 2007 Paolo Molaro <lupus@ximian.com>
16811         * assembly.c, boehm-gc.c, class-internals.h, class.c,
16812         debug-mono-symfile.c, domain.c, locales.c, marshal.c, metadata.c,
16813         monitor.c, mono-debug.c, mono-debug.h, object.c, profiler.c:
16814         warning cleanup.
16815         * reflection.c: warning cleanup, some threading and moving GC fixes.
16817 Thu Jan 25 16:22:36 CET 2007 Paolo Molaro <lupus@ximian.com>
16819         * class.c, loader.c: create the needed Set/Get/Address array methods
16820         as well as the .ctors in mono_class_init (), fixes bug #80567.
16822 2007-01-24  Zoltan Varga  <vargaz@gmail.com>
16824         * class.c (mono_class_layout_fields): When force-aligning a field, make sure
16825         we doesn't decrease its alignment. Should fix the sparc build.
16827 2007-01-24  Dick Porter  <dick@ximian.com>
16829         * socket-io.c
16830         (ves_icall_System_Net_Sockets_Socket_GetSocketOption_obj_internal):
16831         Create the returned object if we need to ignore an unsupported
16832         socket option.  Fixes a segfault reported by Atsushi.
16834 Tue Jan 23 18:09:21 CET 2007 Paolo Molaro <lupus@ximian.com>
16836         * class.c, object.c: restrict GC-tracked fields to
16837         UIntPtr fields used inside corlib, so we provide better
16838         type info to the GC and also allow broken packing as in
16839         bug #80580.
16841 Mon Jan 22 11:24:27 CET 2007 Paolo Molaro <lupus@ximian.com>
16843         * sgen-gc.c: removed duplicated function.
16845 2007-01-19  Miguel de Icaza  <miguel@novell.com>
16847         *  socket-io.c (convert_sockopt_level_and_name): return -2 as a
16848         value that means that the value is not supported, but that we
16849         should not return a failure, but instead report this as a
16850         successful operation.
16852 2007-01-19  Raja R Harinath  <rharinath@novell.com>
16854         Fix tests/bug79956.2.il
16855         * class.c (mono_type_get_underlying_type): Handle genericinst enums.
16856         (mono_generic_class_get_class): If the generic definition in an
16857         enum, copy over other fields related to it.
16859 Thu Jan 18 18:37:28 CET 2007 Paolo Molaro <lupus@ximian.com>
16861         * metadata.h: fix MONO_TYPE_ISSTRUCT() to not consider
16862         genericinst enums (bug #79215).
16864 2007-01-17  Massimiliano Mantione  <massi@ximian.com>
16865         * class.c: Fix bug 80307.
16867 Wed Jan 17 17:09:20 CET 2007 Paolo Molaro <lupus@ximian.com>
16869         * image.c: if the file table is not present, try to load
16870         all the modules, since we don't have info about them
16871         having or not metadata (bug #80517).
16872         * assembly.c: allow mono_assembly_load_references () to
16873         work for netmodules.
16875 Wed Jan 17 14:28:30 CET 2007 Paolo Molaro <lupus@ximian.com>
16877         * image.c, metadata-internals.h, object.c: execute module
16878         cctors when running on the 2 runtime if present (bug #80487).
16880 Tue Jan 16 15:32:53 CET 2007 Paolo Molaro <lupus@ximian.com>
16882         * icall.c: optimized InitializeArray() on bigendian.
16884 Tue Jan 16 13:18:51 CET 2007 Paolo Molaro <lupus@ximian.com>
16886         * icall.c: fix for the broken ARM FPA double format.
16888 Tue Jan 16 12:51:16 CET 2007 Paolo Molaro <lupus@ximian.com>
16890         * icall.c: handle endian issues for r4 and r8 types, too, in
16891         the InitializeArray() icall.
16893 2007-01-15  Miguel de Icaza  <miguel@novell.com>
16895         * loader.c (mono_loader_error_prepare_exception): Clear the error
16896         once we have extracted the information from it, do this before we
16897         call into the JIT's class loading mechanisms.
16899         * object.c (mono_class_create_runtime_vtable): Do not clear the
16900         loader error before calling mono_class_get_exception_for_failure
16901         as the loader error is needed inside
16902         mono_class_get_exception_for_failure to throw the error (thinko).
16904         Fixes #80521
16905         
16906 Mon Jan 15 10:27:31 CET 2007 Paolo Molaro <lupus@ximian.com>
16908         * reflection.c: align fields rva data so it's faster to load at
16909         runtime.
16911 2007-01-12  Raja R Harinath  <rharinath@novell.com>
16913         Prepare to simplify GenericMethod handling.
16914         * class-internals.h (mono_method_get_context): New accessor function.
16915         * class.c, icall.c, loader.c, reflection.c, verify.c: Use accessor
16916         rather than directly accessing '->context' field.
16918         * class-internals.h (_MonoGenericParam.method): Move ...
16919         (_MonoGenericContainer): ... here.  Add into union with klass field.
16920         * class.c, icall.c, loader.c, metadata.c, reflection.c:
16921         Update to changes.
16923 Fri Jan 12 11:58:52 CET 2007 Paolo Molaro <lupus@ximian.com>
16925         * Makefile.am, class-internals.h, debug-helpers.c: consolidate
16926         the wrapper type enum and reduce relocations.
16928 2007-01-12  Raja R Harinath  <rharinath@novell.com>
16930         * reflection.c (inflate_mono_method): Reuse method instantiation
16931         from the generic method, if available.
16933 2007-01-11  Jonathan Chambers  <joncham@gmail.com>
16935         * marshal.c (emit_marshal_variant): Fix conv_arg
16936         type in last commit, based on whether parameter is byref.
16937         
16938 2007-01-11  Jonathan Chambers  <joncham@gmail.com>
16940         * marshal.c (emit_marshal_variant): Handle unmanaged->managed
16941         marshalling.
16942         (mono_marshal_emit_managed_wrapper): Convert byref arguments of type
16943         MONO_TYPE_OBJECT back for VARIANT support.
16945 2007-01-11  Jonathan Chambers  <joncham@gmail.com>
16947         * marshal.c, marshal.h, icall-def.h: Implement 
16948         Marshal.ReAllocCoTaskMem.
16950 Thu Jan 11 19:00:03 CET 2007 Paolo Molaro <lupus@ximian.com>
16952         * marshal.c: memory retention fixes: use the proper
16953         image cache for runtime_invoke method lookups.
16955 Thu Jan 11 18:53:19 CET 2007 Paolo Molaro <lupus@ximian.com>
16957         * mempool.c: added code to help debug mempool allocations.
16959 2007-01-11  Dick Porter  <dick@ximian.com>
16961         * socket-io.c (convert_sockopt_level_and_name): Add DontFragment
16962         support (experimenting with faking it with IP_MTU_DISCOVER for
16963         systems that don't have IP_DONTFRAGMENT.)
16964         (ves_icall_System_Net_Sockets_Socket_Disconnect_internal): New
16965         icall.
16967         * icall-def.h: new System.Net.Sockets.Disconnect icall.
16969         * socket-io.h: Add new fields to MonoSocketAsyncResult
16970         corresponding to the new ones in Socket.cs.
16972 2007-01-11  Raja R Harinath  <rharinath@novell.com>
16974         Fix IronPython regression mentioned in #80249
16975         * metadata.c (do_mono_metadata_parse_generic_class): Clear
16976         'cached_context' field, since it may have been initialized as a
16977         side-effect of metadata parsing.
16979         * class-internals.h (_MonoGenericClass.is_inflated): Remove.
16980         (_MonoGenericClass.cached_class): Move here and rename from lone
16981         remaining field of ...
16982         (_MonoInflatedGenericClass): ... this.  Remove.
16983         * metadata.h, class.c, reflection.c, metadata.c, icall.c: Update
16984         to changes.
16986         Fix mcs/tests/test-128.cs regression.
16987         * reflection.c (encode_cattr_value) [MONO_TYPE_SZARRAY]: Revert
16988         2007-01-10 change below.
16989         [MONO_TYPE_OBJECT]: Recurse into array case.
16991 2007-01-11  Raja R Harinath  <harinath@gmail.com>
16993         * class-internals.h (mono_get_inflated_generic_class): Remove.
16994         * class.c (mono_get_inflated_generic_class): Remove.
16995         (mono_generic_class_get_class): Rename from
16996         mono_class_create_generic.
16997         (mono_class_from_mono_type) [GENERICINST]: Use it.
16998         * reflection.c, metadata.c: Update to changes.  Use
16999         'mono_class_from_mono_type'.
17001 Wed Jan 10 16:19:54 CET 2007 Paolo Molaro <lupus@ximian.com>
17003         * reflection.c: use passed type when encoding an array element
17004         in custom attributes (patch from David Mitchell, dmitchell@logos.com).
17006 2007-01-09  Robert Jordan  <robertj@gmx.net>
17008         * marshal.c (mono_delegate_end_invoke): Add check for unpaired asyc
17009         result arguments (someDelegate.EndInvoke (unrelatedAres)).
17010         Fixes bug #80392.
17012 2007-01-09  Raja R Harinath  <rharinath@novell.com>
17014         * class-internals.h (_MonoInflatedGenericClass.is_initialized): Remove.
17016         * object.c (set_value): Avoid aliasing between type->data.klass
17017         and type->data.generic_class.
17019         * class.c (mono_class_create_generic): Don't use 'is_initialized' field.
17021 2007-01-08  Raja R Harinath  <rharinath@novell.com>
17023         * marshal.c (mono_marshal_get_runtime_invoke): Avoid aliasing
17024         between type->data.klass and type->data.generic_class.
17026 2007-01-08  Lluis Sanchez  <lluis@ximian.com>
17028         * marshal.c: In MS.NET, StringBuilder objects are not copied by
17029         value in out parameters.
17031 2007-01-08  Raja R Harinath  <rharinath@novell.com>
17033         Simplify invariant for MonoGenericClass::klass field.
17034         * class.c (mono_class_create_generic): Verify 'klass' is null.
17035         * metadata.c (do_mono_metadata_parse_generic_class): Don't
17036         initialize 'klass' field.
17038 2007-01-05  Raja R Harinath  <rharinath@novell.com>
17040         Ongoing work to avoid redundant data and simplify invariants.
17041         * class-internals.h (_MonoGenericMethod.class_inst): Rename from
17042         'generic_class', and change type to a GenericInst.
17043         (_MonoGenericContext.class_inst): Likewise, rename from 'gclass'.
17044         * class.c, loader.c, metadata.c, reflection.c: Update to changes.
17046 2007-01-05  Atsushi Enomoto  <atsushi@ximian.com>
17048         * class.c : skip io-layer under PLATFORM_WIN32.
17050 2007-01-03  Tor Lillqvist  <tml@novell.com>
17052         Fix #80305: In a bundled executable, look in the bundled exe
17053         assembly to determine the runtime version. Add the possibility to
17054         bundle also the machine.config file.
17055         
17056         * assembly.c (mono_assembly_open_from_bundle): Make
17057         non-static. Allow being called even if we have no bundled
17058         assemblies, and return NULL right away in that case.
17060         * domain-internals.h: Declare mono_assembly_open_from_bundle()
17061         here.
17063         * domain.c (app_config_parse): Take an assembly exe file name as
17064         parameter instead of a config file name. Check for a bundled
17065         config file for that assembly by calling
17066         mono_config_string_for_assembly_file() (see below) before looking
17067         for one in the file system.
17068         (get_runtimes_from_exe): Corrsponding change to call of
17069         app_config_parse().
17070         (get_runtimes_from_exe): Check for bundled assembly exe file first
17071         by calling mono_assembly_open_from_bundle(). If no bundled
17072         assembly exe file is found, call mono_image_open() as before to
17073         look it up in the file system.
17075         * mono-config.c: Add variable bundled_machinec_onfig.
17076         (mono_config_string_for_assembly_file): New function.
17077         (mono_config_for_assembly): Move code snippet that looks for a
17078         bundled assembly .config file into the above new function. Call
17079         it.
17080         (mono_register_machine_config, mono_get_machine_config): New
17081         functions to set and retrieve
17083         * assembly.h: Declare mono_register_machine_config().
17085         * mono-config.h: Declare mono_get_machine_config() and
17086         mono_config_string_for_assembly_file().
17088         * icall.c: No declaration of environ necessary on Win32. It is
17089         declared (as a macro expanding to a function call) in stdlib.h.
17090         (ves_icall_System_Configuration_DefaultConfig_get_bundled_machine_config):
17091         New internal mono function. Returns the value of
17092         mono_get_machine_config() as a Mono string.
17094         * icall-def.h: Add get_bundled_machine_config().
17096 2007-01-04  Raja R Harinath  <rharinath@novell.com>
17098         Remove redundant field
17099         * class-internals.h (_MonoGenericContext.container): Remove field.
17100         * loader.c (mono_method_get_signature_full): Don't parse a
17101         "container" for a signature parse when the signature is inflated
17102         immediately.
17103         (method_from_methodspec): Likewise, for a generic_inst.
17104         * class.c, metadata.c, reflection.c: Update to changes.
17106 2006-01-04  Raja R Harinath  <rharinath@novell.com>
17108         * class-internals.h (_MonoGenericClass): Rename 'context' field to
17109         'cached_context', and change semantics -- it starts off NULL, and
17110         is initialized on demand.
17111         * class.c (mono_generic_class_get_context): New accessor to
17112         replace 'context' field accesses.
17113         (mono_class_get_context): New helper.
17114         (*): Update to changes.
17115         * icall.c, loader.c, metadata.c, reflection.c: Update to changes.
17117 2007-01-03  Miguel de Icaza  <miguel@novell.com>
17119         * marshal.c (mono_string_to_byvalstr): Fix thinko, shorten len
17120         before the memcpy.   Fixes Marshal2 regression.
17122 2007-01-02  Jb Evain  <jbevain@gmail.com>
17124         * blob.h: add a MONO_TYPE_ENUM definition
17125         * reflection.c (load_cattr_value, create_custom_attr, create_custom_attr_data):
17126         fix the encoding of arrays of enums in custom attributes.
17128         Fixes #79666.
17130 2007-01-01  Miguel de Icaza  <miguel@novell.com>
17132         * marshal.c (mono_string_to_byvalwstr): Fix this routine.   The
17133         string is null terminated, but only cut the string short if it
17134         overflows the buffer.   
17135         
17136         (mono_string_to_byvalstr): Also fix this routine.   The code here
17137         was not properly terminating a string (it was only terminated
17138         because of the previous catch-all memset). 
17140         I left the memset, because I do not know if applications expect
17141         the runtime to clear this region. 
17143         Fixes #79944.
17145         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType):
17146         Clear the error before returning to unmanaged code to prevent the
17147         runtime from being confused later on (fixes  80420).
17148         (ves_icall_type_from_name): Always call mono_loader_clear_error
17149         after parsing a type that could have failed.
17150         (ves_icall_System_Reflection_Assembly_GetTypes): ditto.
17152         * loader.c (mono_loader_clear_error): Fix indentation.
17154 2006-12-28  Martin Baulig  <martin@ximian.com>
17156         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 58.
17158 Fri Dec 22 20:04:57 CET 2006 Paolo Molaro <lupus@ximian.com>
17160         * reflection.c: patch from Rolf Bjarne Kvinge to fix
17161         getting a token for an EnumBuilder.
17163 Fri Dec 22 19:49:07 CET 2006 Paolo Molaro <lupus@ximian.com>
17165         * reflection.c: be more careful in case resource generation
17166         fails to create the data array.
17168 Fri Dec 22 18:17:40 CET 2006 Paolo Molaro <lupus@ximian.com>
17170         * sgen-gc.c: write barrier for clone and fix unregister handles.
17172 Fri Dec 22 18:15:33 CET 2006 Paolo Molaro <lupus@ximian.com>
17174         * reflection.c: some fixes needed in the generics code for the moving GC.
17176 2006-12-22  Robert Jordan  <robertj@gmx.net>
17178         * icall.c (ves_icall_System_Array_SetValueImpl): Take enums into
17179         account. Fixes bug #80299.
17181 2006-12-21  Raja R Harinath  <rharinath@novell.com>
17183         Fix WaitHandle usage in delegates.
17184         * object-internals.h (mono_wait_handle_get_HANDLE): Declare.
17185         * object.c (mono_wait_handle_new): Use the property set method to
17186         initialize the handle.
17187         (mono_wait_handle_get_handle): New.
17188         * threadpool.c (mono_async_invoke): Use it.
17189         * threads.c (ves_icall_System_Threading_WaitHandle_WaitAll_internal):
17190         Likewise.
17191         (ves_icall_System_Threading_WaitHandle_WaitAny_internal): Likewise.
17193 2006-12-21  Jonathan Chambers  <joncham@gmail.com>
17195         * marshal.c (emit_marshal): Call emit_marshal_variant and
17196         emit_marshal_com_interface when applicable.
17197         (emit_marshal_variant, emit_marshal_com_interface): Add
17198         methods for this case and remove if's from emit_marshal_object.
17199         
17200 Wed Dec 20 11:03:56 CET 2006 Paolo Molaro <lupus@ximian.com>
17202         * filewatcher.c: updated to use the mono-dl API instead of gmodule.
17204 2006-12-19  Jonathan Chambers  <joncham@gmail.com>
17206         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_AllocHGlobal,
17207         ves_icall_System_Runtime_InteropServices_Marshal_FreeHGlobal): Use GlobalAlloc
17208         and GlobalFree on Windows. Remove FIXME.
17210 Tue Dec 19 16:18:16 CET 2006 Paolo Molaro <lupus@ximian.com>
17212         * mono-mlist.h, mono-mlist.c, Makefile.am: linked list
17213         implementation for managed objects.
17215 Tue Dec 19 14:28:03 CET 2006 Paolo Molaro <lupus@ximian.com>
17217         * object.c: implemented code to be used for checking
17218         that no reference field overlaps with non-references.
17220 Tue Dec 19 14:10:37 CET 2006 Paolo Molaro <lupus@ximian.com>
17222         * threadpool.c: fix queue code to be compatible with the
17223         moving GC.
17225 2006-12-18  Miguel de Icaza  <miguel@novell.com>
17227         * marshal.c (emit_object_to_ptr_conv): Handle null safehandles
17228         in structures by throwing ArgumentNullException.
17230         (emit_marshal_safehandle): Also when they are null parameters.
17232         (emit_marshal_safehandle): Add support for ref
17233         SafeHandles parameters
17235 Mon Dec 18 19:14:44 CET 2006 Paolo Molaro <lupus@ximian.com>
17237         * profiler.c: updated to use the mono-dl API instead of
17238         gmodule.
17240 Mon Dec 18 19:02:37 CET 2006 Paolo Molaro <lupus@ximian.com>
17242         * profiler.c: updated to use the mono-dl dynamic loading
17243         API instead of gmodule.
17245 Mon Dec 18 18:16:22 CET 2006 Paolo Molaro <lupus@ximian.com>
17247         * profiler.c: use readlink, older versions of glib don't have
17248         g_file_read_link ().
17250 Mon Dec 18 16:40:34 CET 2006 Paolo Molaro <lupus@ximian.com>
17252         * profiler.c: try to detect the path to mono if libc fails to provide
17253         a useful name (bug #80286).
17255 2006-12-16  Raja R Harinath  <rharinath@novell.com>
17257         Fix #80242
17258         * icall.c (ves_icall_Type_GetNestedType): If the type is a generic
17259         instance, use the generic type definition instead.
17260         (ves_icall_Type_GetNestedTypes): Likewise.
17261         * class.c (mono_class_create_generic): Always set the
17262         nested_classes of a generic instance to NULL, even if the generic
17263         type definition has nested types.
17265 2006-12-15  Jonathan Chambers  <joncham@gmail.com>
17267         * marshal.c (mono_string_from_bstr): Revert previous Windows change
17268         and fix on Linux.
17269         
17270 2006-12-15  Miguel de Icaza  <miguel@novell.com>
17272         * marshal.c (mono_string_from_bstr): Jon Chambers pointed out that
17273         my arguments were in the wrong order.   I also fixed the Windows
17274         version which seems to have had the same issue.
17276         (mono_free_bstr): On Unix, this is g_free.
17277         (mono_string_from_bstr, mono_string_to_bstr): Implement bstr
17278         conversions (for the tests in corlib to pass).
17280 2006-12-14  Miguel de Icaza  <miguel@novell.com>
17282         * marshal.c (emit_ptr_to_object_conv): For now, ignore
17283         MONO_MARSHAL_CONV_SAFEHANDLE on return values (we need to throw an
17284         exception if a ref SafeHandle in a struct has changed).
17285         
17286         (emit_struct_conv): Do not perform layout checks for classes
17287         derived from SafeHandle, as those are specially handled. 
17289         (emit_object_to_ptr_conv): Add support for
17290         MONO_MARSHAL_CONV_SAFEHANDLE conversion. 
17292         (emit_marshal_safehandle): Implement conversion of return values
17293         of safehandles (MARSHAL_ACTION_CONV_RESULT).
17294         
17295         * threads.c: WaitHandle now is compiled with two different handles
17296         "IntPtr os_handle" for 1.x and "SafeWaitHandle safe_wait_handle"
17297         for 2.0.
17298         
17299         (ves_icall_System_Threading_WaitHandle_WaitAll_internal) 
17300         (ves_icall_System_Threading_WaitHandle_WaitAny_internal): Adjust
17301         these routines to cope with both kinds of fields.
17303 2006-12-12  Miguel de Icaza  <miguel@novell.com>
17305         * metadata.c (mono_type_to_unmanaged): Handle the case where
17306         type->data.klass is a SafeHandle, and in that case, return the
17307         size of a pointer (MONO_NATIVE_INT) and set the conversion to be
17308         MONO_MARSHAL_CONV_SAFEHANDLE. 
17310 2006-12-11  Miguel de Icaza  <miguel@novell.com>
17312         * marshal.c (emit_marshal): Hook up to the MONO_TYPE_CLASS and
17313         MONO_TYPE_OBJECT cases and check for a SafeHandle here before
17314         calling emit_marshal_object.
17316         (emit_marshal_safehandle): Implement marshalling of
17317         SafeHandle parameters (no ref support yet).
17319         (MarshalAction): Document the defines as I implement
17320         them for SafeHandle.
17322         (emit_marshal_object): indentation police.
17324         * class-internals.h: Define MonoSafeHandle.
17325         Add safehandle_class to MonoDefaults type.
17327         * verify.c: Add System.Runtime.InteropServices.SafeHandle to the
17328         list of classes to check for fields. 
17330         * domain.c (mono_init_internal): Add SafeHandle to the list of
17331         mono_defaults loaded.
17333 2006-12-15  Raja R Harinath  <rharinath@novell.com>
17335         Fix #80253
17336         * reflection.c (mono_reflection_bind_generic_parameters): If the
17337         generic type definition is a type builder, ensure that it is fully
17338         initialized before instantiating it.  Kill some dead code.
17340 Thu Dec 14 17:02:59 CET 2006 Paolo Molaro <lupus@ximian.com>
17342         * object.c: clear the loader_error () before loading
17343         more metadata stuff (bug #80258).
17345 Thu Dec 14 12:49:47 CET 2006 Paolo Molaro <lupus@ximian.com>
17347         * icall.c, icall-defs.h: type modifiers icalls for
17348         parameters and properties.
17350 Wed Dec 13 19:29:50 CET 2006 Paolo Molaro <lupus@ximian.com>
17352         * object.c, icall.c: fixed warnings.
17354 Mon Dec 11 11:03:10 CET 2006 Paolo Molaro <lupus@ximian.com>
17356         * marshal.c: fixed a couple of leaks and coding style in a few places.
17358 2006-12-08  Dick Porter  <dick@ximian.com>
17360         * process.c: Cope with NULL ProcessStartInfo arguments on windows
17361         too.  Patch from Jonathan Chambers <joncham@gmail.com>, fixes bug
17362         80173.
17364 Thu Dec 7 15:20:31 CET 2006 Paolo Molaro <lupus@ximian.com>
17366         * process.c: ProcessStartInfo may have only filename set and
17367         arguments can be NULL.
17369 Tue Dec 5 19:19:34 CET 2006 Paolo Molaro <lupus@ximian.com>
17371         * icall.c: fix leak found by Robert Jordan.
17373 Tue Dec 5 17:53:10 CET 2006 Paolo Molaro <lupus@ximian.com>
17375         * marshal.c, marshal.h: generate managed method to access an element
17376         of a multi-dimensional array.
17378 2006-11-30  Paolo Molaro (lupus@ximian.com)
17380         * metadata.c, marshal.c: locking fixes when writing to image->mempool.
17382 Thu Nov 30 11:11:37 CET 2006 Paolo Molaro <lupus@ximian.com>
17384         * icall.c: back out GetFields () fix until the serialization code is
17385         fixed to not depend on the incorrect behaviour.
17387 Wed Nov 29 22:01:46 CET 2006 Paolo Molaro <lupus@ximian.com>
17389         * profiler.c: provide defaults if none are set.
17391 Tue Nov 28 12:54:51 CET 2006 Paolo Molaro <lupus@ximian.com>
17393         * Makefile.am, attrdefs.h: new public header file with
17394         constants for attributes for use by embedders.
17396 Tue Nov 28 11:44:52 CET 2006 Paolo Molaro <lupus@ximian.com>
17398         * icall.c: GetFields () fix for bug #80064.
17400 Tue Nov 28 10:56:01 CET 2006 Paolo Molaro <lupus@ximian.com>
17402         * filewatcher.c, filewatcher.h, icall-def.h, icall.c, locales.c:
17403         removed long unused icalls.
17405 2006-11-27  Jonathan Chambers  <joncham@gmail.com>
17406   
17407         * marshal.c: 
17408                 (mono_marshal_emit_managed_wrapper): Level of indirection for 
17409                 mono_marshal_get_managed_wrapper so that a wrapper for a managed method
17410                 can be generated without a delegate class.
17411                 (mono_marshal_get_managed_wrapper): Move wrapper logic to mono_marshal_emit_managed_wrapper.
17412         
17413         Signed-off-by: Jonathan Chambers <joncham@gmail.com>
17415 2006-11-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
17417         * console-io.c: add the 'signal' call removed by mistake. Fixes bug
17418         #80069.
17420 Mon Nov 27 19:29:13 CET 2006 Paolo Molaro <lupus@ximian.com>
17422         * boehm-gc.c, null-gc.c, sgen-gc.c, mono-gc.h, icall.c,
17423         icall-def.h: added icalls needed by System.GC.
17425 Thu Nov 23 20:01:12 CET 2006 Paolo Molaro <lupus@ximian.com>
17427         * loader.c: ensure the class in catch clauses is handled
17428         correctly for generics methods (fixes bug#79980).
17430 Thu Nov 23 17:31:58 CET 2006 Paolo Molaro <lupus@ximian.com>
17432         * monitor.h, monitor.c: added mono_locks_dump () function
17433         to help debug deadlocks involving managed locks.
17435 2006-11-13  Dick Porter  <dick@ximian.com>
17437         * file-io.c (get_file_attributes): If the file is a symlink try
17438         and get the stat data for the target, but also add the
17439         FILE_ATTRIBUTE_REPARSE_POINT flag.  This is an attempt to follow
17440         the specs for the windows symlink support, but will probably have
17441         to be reworked when I have test data from a vista machine.  Fixes
17442         bug 79887.
17444 2006-11-13  Dick Porter  <dick@ximian.com>
17446         * gc.c (mono_domain_finalize): 
17447         * marshal.c (mono_delegate_begin_invoke): 
17448         * threadpool.c (socket_io_init, mono_thread_pool_init)
17449         (mono_thread_pool_finish): 
17450         * monitor.c (mono_monitor_try_enter_internal): 
17451         * threads.c (mono_thread_resume, mono_thread_init)
17452         (mono_thread_suspend_all_other_threads)
17453         (mono_thread_execute_interruption): 
17454         * appdomain.c (mono_domain_unload): Check for NULL error returns
17455         from CreateThread(), CreateEvent() and CreateSemaphore().  See bug
17456         75733.
17458 2006-11-11  Miguel de Icaza  <miguel@novell.com>
17460         * process.c
17461         (ves_icall_System_Diagnostics_Process_CreateProcess_internal):
17462         Only close the handle if the value of the handle is not
17463         INVALID_HANDLE_VALUE.  This just makes the process a bit more
17464         robust.
17466         Improvement for #75733, so that we do not run into this problem. 
17468         
17469         * assembly.c (check_path_env, check_extra_gac_path_env): Do not
17470         include empty directories from MONO_PATH or MONO_GAC_PREFIX in our
17471         internal variables.  Fixes #79462 
17472         
17474 2006-11-09  Dick Porter  <dick@ximian.com>
17476         * socket-io.c (ves_icall_System_Net_Sockets_Socket_Poll_internal):
17477         Use poll() not select().  Fixes bug 79397.
17479 2006-11-09  Raja R Harinath  <rharinath@novell.com>
17481         Fix #79872
17482         * assembly.c (mono_assembly_load_from_full): Check that the given
17483         image has an assembly manifest.
17485 2006-11-09  Ankit Jain  <jankit@novell.com>
17487         * tabledefs.h (ASSEMBLYREF_RETARGETABLE_FLAG):
17488         (ASSEMBLYREF_ENABLEJITCOMPILE_TRACKING_FLAG):
17489         (ASSEMBLYREF_DISABLEJITCOMPILE_OPTIMIZER_FLAG): Add AssemblyRef flags.
17491 2006-11-07  Dick Porter  <dick@ximian.com>
17493         * socket-io.c (ves_icall_System_Net_Dns_GetHostByAddr_internal):
17494         Put the old resolver behaviour back for pre-2.0 profiles.
17496 Tue Nov 7 16:56:24 CET 2006 Paolo Molaro <lupus@ximian.com>
17498         * threadpool.c: precise GC and locking fixes.
17500 Tue Nov 7 11:02:42 CET 2006 Paolo Molaro <lupus@ximian.com>
17502         * class.c: don't load types that have an explicit unaligned
17503         managed reference. Provide better info in the TypeLoad exception.
17504         Part of the fix for bug #79744.
17505         * object.c: use the correct check for class type load issues.
17507 Mon Nov 6 17:07:43 CET 2006 Paolo Molaro <lupus@ximian.com>
17509         * class.c: enforce alignment of fields with managed references
17510         even when Pack=1 is forced by the user (bug #77788).
17512 2006-11-03  Dick Porter  <dick@ximian.com>
17514         * socket-io.c (ves_icall_System_Net_Dns_GetHostByAddr_internal):
17515         If the address reverse lookup fails, return it as the hostname
17516         anyway.  Fixes bug 79721.
17518 2006-11-03  Dick Porter  <dick@ximian.com>
17520         * threads.c (ves_icall_System_Threading_Thread_SpinWait_internal):
17521         Fix build on Windows.
17523 2006-11-02  Dick Porter  <dick@ximian.com>
17525         * icall-def.h: 
17526         * object-internals.h: 
17527         * exception.c (mono_get_exception_thread_interrupted): 
17528         * threads.c: Implement Thread.Interrupt and Thread.SpinWait.
17529         Fixes bug 74525.
17531         * monitor.c (ves_icall_System_Threading_Monitor_Monitor_wait):
17532         Check for pending Thread.Interrupt.
17534 2006-10-27  Massimiliano Mantione  <massi@ximian.com>
17535         * loader.c: Fixed bug 79684.
17537 2006-10-27  Dick Porter  <dick@ximian.com>
17539         * file-io.c (get_file_attributes): Force symlinks to directories
17540         to be returned as a regular file.  Fixes bug 79733.
17541 2006-10-26  Dick Porter  <dick@ximian.com>
17543         * file-io.c (ves_icall_System_IO_MonoIO_Open): If we're calling
17544         CreateFile to open a directory then we need to set the
17545         FILE_FLAG_BACKUP_SEMANTICS flag.  Fixes bug 75285.
17547 2006-10-23  Zoltan Varga  <vargaz@gmail.com>
17549         * reflection.c (mono_method_get_object): Cache the MonoMethod class and its
17550         friends.
17552 Mon Oct 23 03:06:06 CEST 2006 Paolo Molaro <lupus@ximian.com>
17554         * sgengc.c: small cleanup of timer code.
17556 Mon Oct 23 02:49:08 CEST 2006 Paolo Molaro <lupus@ximian.com>
17558         * sgen-gc.c: fix some warnings and start adding support for
17559         complete object removal on domain unload.
17561 2006-10-22  Gert Driesen  <drieseng@users.sourceforge.net>
17563         * assembly.c: build_assembly_name should not consider a version
17564         number without build or revision number invalid. Fixes bug #79715.
17566 2006-10-18  Jonathan Chambers  <joncham@gmail.com>
17568         * icall.c: Have ves_icall_System_Diagnostics_DefaultTraceListener_WriteWindowsDebugString
17569         call kernel32 function OutputDebugString directly.
17570         
17571         Signed-off-by: Jonathan Chambers <joncham@gmail.com>
17572         
17573 Tue Oct 17 16:59:59 CEST 2006 Paolo Molaro <lupus@ximian.com>
17575         * reflection.c: small cleanup, using a function to insert a MonoString
17576         in the string heap.
17578 Tue Oct 17 16:45:27 CEST 2006 Paolo Molaro <lupus@ximian.com>
17580         * reflection.c: moving GC fixes.
17582 Mon Oct 16 16:53:12 CEST 2006 Paolo Molaro <lupus@ximian.com>
17584         * sgen-gc.c, gc-internal.h, gc.c: added API to collect and remove
17585         all the objects with finalizers belonging to an unloading appdomain.
17587 Mon Oct 16 15:08:41 CEST 2006 Paolo Molaro <lupus@ximian.com>
17589         * sgen-gc.c: added ability to allocate even when the nursery is fully
17590         pinned and fixed a couple of bugs.
17592 2006-10-15  Zoltan Varga  <vargaz@gmail.com>
17594         * threads.h: Revert the last change for now.
17596         * threads.h (mono_thread_get_pending_exception): Rename this to
17597         mono_thread_get_undeniable_exception ().
17599 2006-10-15  Gert Driesen  <drieseng@users.sourceforge.net>
17601         * appdomain.c: Use mono_get_exception_bad_image_format2 to construct
17602         BadImageFormatException in ves_icall_System_Reflection_Assembly_LoadFrom
17603         when fname does not refer to valid assembly. This result in a more
17604         meaningful error message.
17605         * exception.c: added mono_get_exception_bad_image_format2 which 
17606         constructs a BadImageFormatException using the ctor taking a custom
17607         message and the file name. Passing in a NULL msg results in a default
17608         message.
17609         * exception.h: define mono_get_exception_bad_image_format2 function.
17610         * icall.c: in InternalGetAssemblyName, throw BadImageFormatException 
17611         when file name pointed to an invalid IL image. Use 
17612         mono_get_exception_file_not_found2 to construct FileNotFoundException,
17613         as this results in a more meaningful error message.
17615 2006-10-15  Zoltan Varga  <vargaz@gmail.com>
17617         * reflection.c (encode_named_val): Implement proper encoding of arrays. Fixes
17618         #79465.
17620 2006-10-12  Zoltan Varga  <vargaz@gmail.com>
17622         * metadata.c (mono_type_size): Change the align parameter to guint32 for
17623         consistency with the other _size functions.
17624         (mono_type_stack_size): Ditto.
17626         * class.c object.c icall.c: Fix warnings caused by the above change.
17628         * class.c (mono_class_get_method_from_name_flags): Fix a typo.
17630         * image.c (load_metadata_ptrs): Reenable loading of modules with uncompressed metadata.
17632         * metadata.c class.c loader.c: Add proper support for uncompressed metadata.
17634 Wed Oct 11 17:27:05 CEST 2006 Paolo Molaro <lupus@ximian.com>
17636         * console-io.h, filewatcher.h, locales.h, marshal.h, monitor.h,
17637         process.h, rand.h, rawbuffer.h, security-manager.h, security.h,
17638         socket-io.h, string-icalls.h, sysmath.h, threadpool-internals.h,
17639         threadpool.h, threads-types.h: mark more internal functions.
17641 2006-10-11  Dick Porter  <dick@ximian.com>
17643         * socket-io.c (ves_icall_System_Net_Sockets_Socket_Poll_internal):
17644         Fix typo spotted by Robert Jordan in bug 79352 (though I can't
17645         reproduce the bug even before applying the fix.)
17647 Tue Oct 10 15:39:39 CEST 2006 Paolo Molaro <lupus@ximian.com>
17649         * reflection.c: allow retrieving attributes for arguments in generic
17650         methods (bug #79241).
17652 Tue Oct 10 11:45:50 CEST 2006 Paolo Molaro <lupus@ximian.com>
17654         * debug-mono-symfile.c: properly check fopen () result (found by
17655         coverity).
17657 Tue Oct 10 11:30:52 CEST 2006 Paolo Molaro <lupus@ximian.com>
17659         * reflection.c: make error message clearer and fixed two
17660         issuelets found by Coverity.
17662 2006-10-10  Zoltan Varga  <vargaz@gmail.com>
17664         * object-internals.h: Remove duplicate definition of mono_method_get_signature_full ().
17666 Mon Oct 9 19:41:44 CEST 2006 Paolo Molaro <lupus@ximian.com>
17668         * object-internals.h, gc-internal.h, profiler-private.h:
17669         mark internal functions.
17671 Mon Oct 9 19:28:56 CEST 2006 Paolo Molaro <lupus@ximian.com>
17673         * reflection.c: put data in the text section.
17674         * icall.c: recognize more types in type_from_typename ().
17675         * process.c, marshal.c: added some GC FIXMEs.
17677 Mon Oct 9 19:27:26 CEST 2006 Paolo Molaro <lupus@ximian.com>
17679         * loader.c: check for NULL before initializing.
17681 2006-10-09  Zoltan Varga  <vargaz@gmail.com>
17683         * gc.c (finalizer_thread): Use a non-alertable wait here.
17685         * class.c loader.c metadata.c: Revert the mono_metadata_decode_table_... changes,
17686         until the correct solution is found.
17688 2006-10-06  Zoltan Varga  <vargaz@gmail.com>
17690         * reflection.c (mono_module_get_object): Avoid an assert when operating on
17691         modules with no metadata. Fixes #79596.
17693         * image.c (load_metadata_ptrs): Put back the error message when
17694         the #- heap is encountered since the support is not complete yet.
17696 Fri Oct 6 16:57:26 CEST 2006 Paolo Molaro <lupus@ximian.com>
17698         * gc.c: do not allow the user to SuppressFinalize () a
17699         delegate because it would leak the trampoline if present.
17701 2006-10-06  Zoltan Varga  <vargaz@gmail.com>
17703         * class.c metadata.c row-indexes.h blob.h: Applied patch from Jb. Add support for the
17704         PropertyPtr table.
17706 2006-10-05  Zoltan Varga  <vargaz@gmail.com>
17708         * loader.c (mono_method_signature): Fix a use of MONO_TABLE_METHOD missed earlier.
17710         * metadata.c (mono_metadata_get_param_attrs): Ditto.
17712         * row-indexes.h: Add definitions for *Ptr tables.
17714         * metadata-internals.h (MonoImage): Add an 'uncompressed_metadata' flag.
17716         * metadata.c (mono_metadata_translate_token_index): New helper function to
17717         translate table indexes used in uncompressed metadata.
17718         (mono_metadata_decode_table_row): Ditto.
17719         (mono_metadata_decode_table_row_col): Ditto.
17721         * metadata.c: Add table schema for *Ptr tables.
17723         * class.c loader.c: Use the new helper function to access the affected metadata
17724         tables.
17725         
17726         * image.c (load_metadata_ptrs): Allow assemblies with uncompressed metadata. Fixes
17727         #38532.
17728         
17729 2006-10-04  Zoltan Varga  <vargaz@gmail.com>
17731         * marshal.c (emit_object_to_ptr_conv): Avoid using short branches around IL
17732         sequences which can be unbounded in size. Fixes #79583.
17734 2006-10-02  Zoltan Varga  <vargaz@gmail.com>
17736         * object.c (mono_runtime_class_init): Handle a corner case in handling failure of
17737         static initialization.
17739         * domain-internals.h (MonoDomain): Add a 'type_init_exception_hash' field.
17741         * class-internals.h (MonoVTable): Add an 'init_failed' flag.
17743         * domain.c (mono_domain_free): Free up type_init_exception_hash.
17745         * object.c (mono_runtime_class_init): Implement correct semantics when a static
17746         ctor fails, i.e. throw the same exception on subsequent accesses.
17747         
17748 2006-09-0  Jonathan Chambers  <joncham@gmail.com>
17750         * domain.c, class-internals.h: Added ComInteropProxy class to MonoDefaults.
17751         * marshal.c: Return correct unmanaged size for object when MarshalAs.Struct.
17752         Emit exception rather than crash in case of COM Callable Wrapper (not yet implemented).
17753         Handle marshalling of interfaces and VARIANTs contained in structs.
17754         
17755         Code is contributed under MIT/X11 license.
17756         
17757 2006-09-30  Zoltan Varga  <vargaz@gmail.com>
17759         * marshal.c (emit_marshal_custom): Fix some corner cases. Fixes #79471.
17760         
17761         * marshal.c (mono_marshal_load_type_info): Allocate memory from the image
17762         mempool.
17764 2006-09-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
17766         * console-io.c: ignore previous SIGINT handler.
17768 2006-09-27  Zoltan Varga  <vargaz@gmail.com>
17770         * metadata.c class.c: Applied patch from Ricardo Fernandez Pascual 
17771         (ricardo.fernandez@st.com). Add some new MonoClass and MonoType accessors. Fixes
17772         #79460, #79461, #79485.
17774         * class.c (mono_class_from_name_case): Fix incorrect comments. Fixes #79504.
17776         * marshal.c (mono_marshal_load_type_info): Fix a typo which caused an assert. Fixes
17777         #79217.
17779 2006-09-26  Zoltan Varga  <vargaz@gmail.com>
17781         * marshal.c (mono_marshal_get_delegate_invoke): Tweak the IL a little so better code
17782         could be generated from it.
17784 Mon Sep 25 13:29:53 CEST 2006 Paolo Molaro <lupus@ximian.com>
17786         * rand.c: fix read loop to correctly handle EINTR.
17788 Mon Sep 25 11:33:06 CEST 2006 Paolo Molaro <lupus@ximian.com>
17790         * Makefile.am, icall-def.h, icall.c, verify.c: changed the way
17791         internal calls are defined to keep methods closer to the declaring
17792         type and allow a significant reduction in runtime relocations and
17793         memory usage.
17795 2006-09-21 Gert Driesen  <drieseng@users.sourceforge.net>
17797         * appdomain.c: Pass NULL to mono_get_exception_file_not_found2 as
17798         exception message to have FileNotFoundException use the default
17799         assembly load error message. Fixes bug #79426.
17800         * exception.c: Support NULL msg in mono_get_exception_file_not_found2.
17802 2006-09-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>
17804         * threadpool.c: (start_thread_or_queue) use the root domain when
17805         creating the thread instead of the async object one.
17807 Thu Sep 21 19:30:04 CEST 2006 Paolo Molaro <lupus@ximian.com>
17809         * class.c, object.c, class-internals.h, reflection.c:
17810         for arrays, store element_size inside MonoClass (speedup
17811         for array object creation).
17813 Thu Sep 21 17:06:43 CEST 2006 Paolo Molaro <lupus@ximian.com>
17815         * icall.c: fixed CodeBase to use the file name and not the module
17816         name (bug #79365).
17818 Thu Sep 21 12:09:34 CEST 2006 Paolo Molaro <lupus@ximian.com>
17820         * mono-debug.c, mono-debug.h: export find_method as
17821         mono_debug_find_method ().
17823 Wed Sep 20 19:59:06 CEST 2006 Paolo Molaro <lupus@ximian.com>
17825         * debug-helpers.c, class-internals.h: added a few functions useful
17826         when debugging under gdb.
17828 2006-09-19 Gonzalo Paniagua Javier <gonzalo@ximian.com>
17830         * console-io.[ch]: trigger the ConsoleCancelEvent and retrieve
17831         characters that need special handling.
17833 Tue Sep 19 18:57:38 CEST 2006 Paolo Molaro <lupus@ximian.com>
17835         * mono-config.c: make the os/cpu specification more flexible,
17836         allowing lists and negation.
17838 2006-09-18  Jonathan Chambers  <joncham@gmail.com>
17840         * marshal.c: COM Interop fixes. Handle case where method->klass.
17841         is interface. Handle BSTR/MonoString when null. Use CDECL as 
17842         calling convention on non-windows platforms. This is for
17843         compatibility with XPCOM and MainWin COM.
17844         
17845         Code is contributed under MIT/X11 license.
17846         
17848 2006-09-18  Zoltan Varga  <vargaz@gmail.com>
17850         * marshal.c (mono_marshal_load_type_info): Handle concurrent and recursive calls
17851         correctly. Fixes #79217.
17853         * class-internals.h (MonoClass): Remove unused marshal_info_init_pending field.
17855 Mon Sep 18 16:59:54 CEST 2006 Paolo Molaro <lupus@ximian.com>
17857         * mono-config.c: allow both an os and cpu attribute for dllmap
17858         and dllentry elemnets to enable a single config file to be used
17859         for multiple architectures.
17861 2006-09-18  Gert Driesen  <drieseng@users.sourceforge.net>
17863         * loader.c: MonoLoaderError was cleared too soon on load failure.
17864         Fixes bug #79424.
17866 Mon Sep 18 15:37:13 CEST 2006 Paolo Molaro <lupus@ximian.com>
17868         * icall.c: use the defining class vtable when accessing a
17869         static field, not a pobblibly derived class.
17871 2006-09-17  Zoltan Varga  <vargaz@gmail.com>
17873         * icall.c string-icalls.c: Remove references to unicode.h.
17875         * unicode.h unicode.c Makefile.am: Remove these unused source files.
17877         * NOTES: Moved to ../../docs and renamed to thread-safety.txt.
17879         * marshal.c (mono_marshal_emit_native_wrapper): Add an 'image' argument, 
17880         indicating the image where custom marshaller types should be looked up.
17881         (mono_ftnptr_to_delegate): Use the image of the delegate type to look up
17882         custom marshallers, instead of corlib. Fixes #79425.
17884 2006-09-14  Zoltan Varga  <vargaz@gmail.com>
17886         * marshal.c (emit_marshal_object): Fix marshalling of blittable classes and null.
17888 2006-09-14  Jonathan Chambers  <joncham@gmail.com>
17890         * environment.c (ves_icall_System_Environment_get_ProcessorCount): 
17891         Implement Environment.ProcessorCount.
17892         
17893         * environment.h (ves_icall_System_Environment_get_ProcessorCount): 
17894         Implement Environment.ProcessorCount.
17895         
17896         * icall.c: 
17897         Add Environment.ProcessorCount icall.
17898         
17899         Patch by Jason McFall.
17901 2006-09-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
17903         * assembly.c: don't append .exe/.dll when the filename already contains
17904         one of those extensions.
17906 2006-09-12  Martin Baulig  <martin@ximian.com>
17908         * class.c (mono_bounded_array_class_get): Also add `IList<object>'
17909         to array interfaces.
17911 2006-09-11  Martin Baulig  <martin@ximian.com>
17913         * reflection.c (mono_image_build_metadata): Create the
17914         MethodImpl's after emitting all types and methods, so we don't
17915         need another fixup pass for them.
17917 2006-09-11  Zoltan Varga  <vargaz@gmail.com>
17919         * class.c (mono_class_from_name_case): Fix regression introduced by the last
17920         change.
17922 Mon Sep 11 12:57:15 CEST 2006 Paolo Molaro <lupus@ximian.com>
17924         * gc-internal.h, appdomain.c, gc.c: force-destroy GC handles on domain
17925         unload.
17927 2006-09-10  Zoltan Varga  <vargaz@gmail.com>
17929         * object.c (mono_method_return_message_restore): Avoid a crash if one of the out
17930         args is not set. Fixes #78926.
17932 2006-09-08  Zoltan Varga  <vargaz@gmail.com>
17934         * class.c (mono_class_init): Init class->no_special_static_fields from the cached info.
17936         * image.c (load_class_names): Move this to class.c, and rename it to 
17937         'mono_image_init_name_cache'.
17938         (load_modules): Fix a warning.
17940         * class.c icall.c image.c: Initialize image->name_cache lazily.
17942         * class-internals.h (MonoGetClassFromName): New hook function to find a class based
17943         on its name using information in the AOT file.
17945         * class.c (mono_class_from_name): Use the new hook function.
17947 2006-09-06  Zoltan Varga  <vargaz@gmail.com>
17949         * reflection.c (mono_param_get_objects): Handle enum default parameter values
17950         correctly.
17952         * marshal.c (emit_marshal_object): Implement [In, Out] byval marshalling of classes.
17953         Fixes #79289.
17954         
17955 2006-09-06  Martin Baulig  <martin@ximian.com>
17957         * icall.c (mono_lookup_internal_call): Small fix.
17959 2006-09-05  Raja R Harinath  <rharinath@novell.com>
17961         * debug-mono-symfile.c (mono_debug_open_mono_symbols): Remove
17962         double g_free.
17964 2006-09-04  Sebastien Pouliot  <sebastien@ximian.com>
17966         * debug-mono-symfile.c: Fix *some* memory leaks that happens only 
17967         when --debug is specified.
17969 2006-09-04  Zoltan Varga  <vargaz@gmail.com>
17971         * class.c (setup_generic_array_ifaces): Fix a warning.
17973 2006-09-04  Miguel de Icaza  <miguel@novell.com>
17975         * Temporarily remove the patch to assemly.c that checks the
17976         assembly versions as it breaks our gacutil.
17978 2006-09-03  Zoltan Varga  <vargaz@gmail.com>
17980         * metadata.c (mono_metadata_parse_mh_full): Fix an invalid free.
17982         * assembly.c (mono_assembly_load_from_full): Avoid loading net 2.0 assemblies into
17983         a net 1.0 runtime.
17985         * marshal.c (mono_string_builder_to_utf8): Fix marshalling of StringBuilders
17986         created using the default ctor. Fixes #79152.
17987         (mono_string_builder_to_utf16): Ditto.
17989 2006-09-01  Martin Baulig  <martin@ximian.com>
17991         Fix handling of the generic array interfaces.
17993         * class-internals.h
17994         (MonoDefaults): Removed `generic_array_class' and added
17995         `generic_ilist' class.
17997         * class.c
17998         (mono_bounded_array_class_get): Add the new generic array interfaces.
17999         (setup_generic_array_ifaces): New static method; create vtable
18000         entries for each method in the generic array interfaces.
18002         * metadata.c
18003         (select_container): Allow "parent-less" generic methods.
18005         * marshal.c
18006         (mono_marshal_get_generic_array_helper): New public method.
18008         * icall.c
18009         (ves_icall_System_Array_InternalArray_GetGenericValueImpl):
18010         Renamed into ves_icall_System_Array_GetGenericValueImpl() and
18011         moved the interncall into System.Array.
18013 2006-09-01  Raja R Harinath  <rharinath@novell.com>
18015         A few more cases of avoiding work on types with ->byref set.
18016         Has the real fix for #79238
18017         * icall.c (is_generic_parameter): New helper.
18018         (ves_icall_Type_GetGenericParameterPosition): Use it.
18019         (ves_icall_Type_GetGenericParameterAttributes): Likewise.
18020         (ves_icall_MonoType_get_IsGenericParameter): Likewise.
18021         (ves_icall_TypeBuilder_get_IsGenericParameter): Likewise.
18022         (ves_icall_Type_GetGenericTypeDefinition_impl): Return NULL on
18023         reference types.
18024         (ves_icall_Type_get_IsGenericTypeDefinition): Return FALSE on
18025         reference types.
18026         (ves_icall_Type_get_IsGenericInstance): Likewise.
18027         (ves_icall_Type_get_IsGenericType): Likewise.
18029 2006-09-01  Zoltan Varga  <vargaz@gmail.com>
18031         * class.c (mono_class_setup_vtable_general): Share identical vtables with the parent
18032         class if possible.
18034         * mempool.h (mono_mempool_get_allocated): New helper function.
18036         * object.c (mono_class_create_runtime_vtable): Fix problem introduced by last
18037         change.
18039         * mempool.c: Fix warnings and the calculation of stats.
18041         * object.c (mono_class_create_runtime_vtable): Fix the AOT optimization.
18043         * class.c (mono_class_setup_vtable): Update generic_vtable_count stat.
18045         * loader.c (mono_get_method_from_token): Update method_count stat.
18047         * class-internals.h (MonoStats): Add some stats.
18049 2006-08-31 Robert Jordan  <robertj@gmx.net>
18051         * icall.c: Replace the PtrToStringAuto, StringToHGlobalAuto icalls
18052         with managed variants.
18053         All code is contributed under the MIT/X11 license.
18054         
18055 2006-08-31  Zoltan Varga  <vargaz@gmail.com>
18057         * reflection.c (reflection_methodbuilder_to_mono_method): Set 
18058         method->skip_visibility based up the skipVisibility parameter of DynamicMethods.
18060         * class-internals.h (MonoMethod): Add a 'skip_visibility' field.
18062         * marshal.c (mono_marshal_load_type_info): Revert the last change as it can't cope
18063         with cycles in classes.
18065         * icall.c (ves_icall_MonoType_get_Name): Add a '&' for byref types. Fixes #79110.
18067         * marshal.c (emit_marshal_array): Avoid crash when a parameter with type array is 
18068         missing a [MarshalAs] directive. Fixes #79203.
18070         * marshal.c (mono_marshal_load_type_info): Fix a race in initializing 
18071         klass->marshal_info. Fixes #79217.
18073 2006-08-30  Martin Baulig  <martin@ximian.com>
18075         Committing a patch from Joachim Ante <joe@otee.dk>:
18076         Add support for binary data symbol stores.
18078         * debug-mono-symfile.c
18079         (mono_debug_open_mono_symbol_file): Renamed into
18080         mono_debug_open_mono_symbols() and added `raw_contents' and `size'
18081         arguments.
18083         * mono-debug.c
18084         (mono_debug_open_image): Added `raw_contents' and `size' args.
18085         (mono_debug_init_2_memory): New public function.
18087 Fri Aug 25 18:25:23 CEST 2006 Paolo Molaro <lupus@ximian.com>
18089         * icall.c: handle TypedReference in GetTypeCode (bug #79150).
18091 2006-08-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
18093         * appdomain.c: implement support for ShadowCopyFiles.
18095 2006-08-22  Sebastien Pouliot  <sebastien@ximian.com>
18097         * string-icalls.c: Add shortcut in ves_icall_System_String_ctor_charp
18098         when value is NULL (and should remove CID #51).
18100 2006-08-22 Gonzalo Paniagua Javier <gonzalo@ximian.com>
18102         * image.c: moved 2 functions to ../utils.
18104 Tue Aug 22 15:53:29 CEST 2006 Paolo Molaro <lupus@ximian.com>
18106         * gc.c: cope with the target object of a GC handle being NULL
18107         (bug #78877).
18109 Tue Aug 22 11:10:33 CEST 2006 Paolo Molaro <lupus@ximian.com>
18111         * class.c: recursively check parent's explicit implementations
18112         of interface methods (fixes bug #79125).
18114 2006-08-19  Miguel de Icaza  <miguel@novell.com>
18116         * filewatcher.c: Avoid warnings when building, do not redefine
18117         constants that are defined.
18119         Remove warnings.
18121 2006-08-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
18123         * image.c: don't fail when the link points to an absolute path.
18125 2006-08-18  Sebastien Pouliot  <sebastien@ximian.com>
18127         * decimal.c: Remove dead code (unrequired check) in mono_decimalIncr.
18128         Fix CID #3.
18130 2006-08-17  Miguel de Icaza  <miguel@novell.com>
18132         * image.c (full_path): A new method used to obtain the actual path
18133         of an assembly even in the presence of symbolic links.  
18135         This is necessary for the case where we are running a binary that
18136         has been GACed, but we are using the "published" path name
18137         ($prefix/mono/1.0/blah.exe) which happens to point to the real
18138         file in the GAC.
18140         This was the source of the failure for the `xsp' command with the
18141         recent AppDomain changes, as far as the runtime was concerned,
18142         there were two different assemblies: $prefix/mono/1.0/blah.exe and
18143         $prefix/mono/gac/blah/version/blah.exe.
18145         (do_mono_image_open): use full path
18147 2006-08-17  Zoltan Varga  <vargaz@gmail.com>
18149         * object.c (mono_class_create_runtime_vtable): Add a FIXME.
18151 2006-08-17  Sebastien Pouliot  <sebastien@ximian.com>
18153         * marshal.c: Fix mono_marshal_check_domain_image if an invalid 
18154         domain_id is supplied. Fix CID #241 and corlib's unit tests.
18156 2006-08-17  Zoltan Varga  <vargaz@gmail.com>
18158         * class.c (mono_class_layout_fields): Set min_align to a bigger value for
18159         small structures. Fixes #78990.
18161 2006-08-17  Zoltan Varga  <vargaz@gmail.com>
18163         * marshal.c (mono_marshal_get_xappdomain_invoke): Use the new helper functions here.
18165         * appdomain.c (ves_icall_System_AppDomain_createDomain): Fix a warning.
18167 2006-08-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
18169         * appdomain.c:
18170         * marshal.c: don't load all the assemblies from a domain into newly
18171         created ones. The new domains might have different rules and load
18172         assemblies from different locations. Fixes bug #76757.
18174         Patch by Lluis. Conflicts resolved by Brian Crowell.
18176 2006-08-16  Alp Toker  <alp@atoker.com>
18178         * socket-io.c: First half of the fix for #79084.
18179         Set sa_size to the length of the content, not that of the struct.
18180         Don't add NULL suffix to the content, this should be done in
18181         managed code if needed.
18183 2006-08-14  Raja R Harinath  <rharinath@novell.com>
18185         Fix part of #79012
18186         * metadata.c (do_mono_metadata_parse_generic_class): Don't SEGV if
18187         mono_metadata_parse_type returns NULL.
18189 2006-08-13  Atsushi Enomoto  <atsushi@ximian.com>
18191         * normalization-tables.h : new file for string normalization data.
18192         * locales.c, locales.h, icall.c :
18193           added load_normalization_resource() for string normalization,
18194           and icall as well.
18195         * Makefile.am : added normalization-tables.h to the sources.
18197 2006-08-13  Zoltan Varga  <vargaz@gmail.com>
18199         * marshal.c: Add more helper functions to reduce code duplication and use them
18200         everywhere.
18202 2006-08-12  Zoltan Varga  <vargaz@gmail.com>
18204         * marshal.c: Fix non-x86 stdcall warnings.
18205         
18206         * marshal.c marshal.h: Add some helper functions to emit/patch branches, and use 
18207         them everywhere.
18209 2006-08-11  Jonathan Chambers  <joncham@gmail.com>
18211         * class.c (mono_bounded_array_class_get): Fix if statement that caused incorrect
18212         type check on multi-dimensional arrays. Fixes #79000.
18214 2006-08-10  Jonathan Chambers  <joncham@gmail.com>
18216         * class.c (mono_class_setup_parent): setup is_com_object during class initialization.
18217         * object.c (mono_remote_class_vtable/mono_object_new_specific): Changed checks
18218         to use is_com_object instead of MONO_CLASS_IS_IMPORT() macro.
18219         * class-internals.h: add is_com_object to class structure.
18220         * marshal.c: Fixed marshalling for IDispatch and IUnknown, added
18221         null checks to COM object marshalling. Fix .ctor call on RCW.
18222         * icall.c: Added icall implementation for MonoType.IsCOMObjectImpl.
18223         
18224         All code is contributed under the MIT/X11 license.
18226 2006-08-09  Dick Porter  <dick@ximian.com>
18228         * monitor.c (mono_monitor_cleanup): mono_monitor_cleanup() is
18229         racing mono_monitor_allocator_lock() somewhere, so don't delete
18230         the critical section for now.  Found by running and exiting
18231         monodevelop.
18233 2006-08-10  Zoltan Varga  <vargaz@gmail.com>
18235         * marshal.c (cominterop_get_native_wrapper): Fix a warning.
18236         (ves_icall_System_ComObject_FindInterface): Ditto.
18237         (ves_icall_System_ComObject_CacheInterface): Ditto.
18239         * metadata.c (do_mono_metadata_type_equal): Applied patch from Roberto Costa
18240         (roberto.costa@st.com). Add support for MONO_TYPE_FNPTR.
18242 2006-08-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
18244         * threadpool.c: treat pipes from process asynchronous reads as sockets
18245         when reading from them, so we get select/poll or epoll to wait for
18246         data.
18248 2006-08-07  Sebastien Pouliot  <sebatien@ximian.com>
18250         * loader.c: Fix a typo (CID #233) in the null check.
18252 2006-08-07  Zoltan Varga  <vargaz@gmail.com>
18254         * appdomain.c (mono_domain_unload): Close the thread handle of the unload thread.
18255         Hopefully fixes #78949.
18256         
18257         * metadata.c (mono_metadata_parse_method_signature_full): Applied patch from 
18258         Roberto Costa (roberto.costa@st.com). Handle vararg signatures without SENTINEL
18259         bytes. Fixes #78972.
18261 2006-08-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
18263         * filewatcher.c: we need to set errno here.
18265 2006-08-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
18267         * filewatcher.c: let Win32Exception get the error value.
18269 2006-08-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
18271         * filewatcher.c: translate errno into win32 errors for Win32Exception
18272         to know what happened.
18274 2006-08-01  Zoltan Varga  <vargaz@gmail.com>
18276         * threadpool.c: Fix more warnings.
18278         * assembly.c (search_loaded): Fix warnings.
18280         * threadpool.c (mono_thread_pool_finish): Fix warnings.
18281         (mono_async_invoke): Ditto.
18283 2006-07-28  Jonathan Chambers  <joncham@gmail.com>
18285         * object.c (mono_remote_class_vtable): Need to create proxy vtable
18286         entries for __ComObject type in addition to ComImport types.
18287         * marshal.c: Added support for marshalling COM RCWs. Fixed warning
18288         about hash table.
18289         
18290         All code is contributed under the MIT/X11 license.
18292 Fri Jul 28 19:04:34 CEST 2006 Paolo Molaro <lupus@ximian.com>
18294         * image.c: avoid tentative loading of modulerefs that contain
18295         no metadata (P/Invoke library names).
18297 2006-07-28  Dick Porter  <dick@ximian.com>
18299         * loader.c (mono_loader_cleanup): mono_loader_cleanup() is racing
18300         mono_loader_lock() somewhere, so don't delete the critical section
18301         for now.  Found by running and exiting monodevelop.
18303 2006-07-26 Gonzalo Paniagua Javier <gonzalo@ximian.com>
18305         * filewatcher.c: define the inotify syscalls when we're building on
18306         linux and have sys/syscall.h. The build system might not have support
18307         for inotify but the target system might have it.
18309 2006-07-26  Miguel de Icaza  <miguel@novell.com>
18311         * domain.c: Documentation updates.
18313         * loader.c (mono_free_method): Do not release the method
18314         information if we are being profiled, as profilers will use this
18315         information at shut down to present some data to the user.
18317         This is needed so that the profiler does not crash, as the
18318         profiler tends to keep MonoMethods around, and they might become
18319         invalid if we free these.
18321         (mono_get_method_constrained): Return the original CIL stream
18322         method as well, so verification can be performed against it.
18324 2006-07-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
18326         * filewatcher.[ch]: support for inotify file system watcher.
18327         * icall.c: add new internal calls for the inotify file system watcher.
18329 2006-07-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>
18331         * threadpool.c: Windows also misbehaves on async. connects. Fixes bug
18332         #78888.
18334 2006-07-20  Dick Porter  <dick@ximian.com>
18336         * file-io.c (ves_icall_System_IO_MonoIO_Seek): Fix signed/unsigned
18337         warning.
18339 2006-07-20  Dick Porter  <dick@ximian.com>
18341         * threads.c (start_wrapper): Do the thread cleanup while we still
18342         hold a reference to its object.  Fixes bug 78123.
18344 2006-07-18  Kornél Pál  <kornelpal@gmail.com>
18346         * class-internals.h: Added MONO_WRAPPER_MANAGED_TO_MANAGED wrapper type.
18347         * debug-helpers.c: Map MONO_WRAPPER_MANAGED_TO_MANAGED to
18348           "managed-to-managed".
18349         * icall.c: Redirect string constructors that take sbyte* to
18350           ves_icall_System_String_ctor_RedirectToCreateString.
18351         * marshal.c: Redirect ves_icall_System_String_ctor_RedirectToCreateString
18352           to CreateString () methods with matching signature.
18353         * reflection.c: Use original security informations for
18354           MONO_WRAPPER_MANAGED_TO_MANAGED.
18355         * security-manager.c: Use original security informations for
18356           MONO_WRAPPER_MANAGED_TO_MANAGED.
18357         * string-icalls.c: Added ves_icall_System_String_ctor_RedirectToCreateString
18358           that is a placeholder and only its address should be used.
18359         * string-icalls.h: Added ves_icall_System_String_ctor_RedirectToCreateString
18360           that is a placeholder and only its address should be used.
18362 2006-07-15  Jonathan Chambers  <joncham@gmail.com>
18364         Begin implementing COM Interop.
18365         * appdomain.c: Increment corlib version.
18366         * class.c: Set ComImport classes' parent to __ComObject.
18367         * loader.c: Mark cominterop methods as such.
18368         * domain.c: Add __ComObject class to MonoDefaults structure.
18369         * image.c: Add 2 hashtables to the image for COM Interop related methods
18370         * metadata.c: Added mono_metadata_type_dup_mp to duplicate a type
18371         using the mempool allocator
18372         
18373         * metadata-internals.h: Add 2 hashtables to the image for COM Interop related methods
18374         * metadata.h: Added cominterop field to _MonoMethodSignature struct and
18375         declaration for mono_metadata_type_dup_mp.
18376         
18377         * debug-helpers.c: Added strings for two additional wrapper types
18378         * object.c: Create proxy objects for ComImport classes
18379         * class-internals.h: Define 2 new method wrapper types, COM Interop remoting target,
18380         and added __ComObject class to MonoDefaults structure.
18381         
18382         * object-internals.h: Finish MonoRealProxy definition, and add definition of
18383         MonoComInteropProxy and MonoComObject.
18384         
18385         * marshal.c: Added support for COM Interop
18386         (signature_cominterop): Converts managed signature to corresponding
18387         unmanaged COM signature.
18388         (cominterop_get_function_pointer): gets unmanaged function pointer via
18389         COM object vtable
18390         (cominterop_get_com_slot_for_method): returns vtable slot in COM interface of method
18391         (cominterop_get_method_interface): returns interface type that method is defined on
18392         (mono_mb_emit_cominterop_call): emits native call to function pointer
18393         gotten from vtable
18394         (cominterop_get_native_wrapper_adjusted): actual wrapper around unmanaged COM call
18395         that matches signature of unmanaged function.
18396         (cominterop_get_native_wrapper): wrapper around adjusted method call.
18397         (cominterop_get_invoke): forwards call from proxy to __ComObject
18398         (ves_icall_System_Runtime_InteropServices_Marshal_AddRef): Implements Marshal.AddRef 
18399         (ves_icall_System_Runtime_InteropServices_Marshal_QueryInterface): Implements Marshal.QueryInterface 
18400         (ves_icall_System_Runtime_InteropServices_Marshal_Release): Implements Marshal.Release 
18401         
18402         * marshal.h: Added Marshal icall declarations.
18403         * icall.c: Added __ComObject icalls. Need to store interfaces in unmanaged code
18404         so we can access them in finalizer
18405         
18406 2006-07-14  Dick Porter  <dick@ximian.com>
18408         * object.c (mono_type_initialization_cleanup): Fix a race
18409         condition by temporarily commenting out the critical section
18410         deletion.
18412 2006-07-14  Zoltan Varga  <vargaz@gmail.com>
18414         * reflection.c (create_custom_attr): Fix some warnings.
18415         (create_custom_attr_data): Ditto.
18416         (typebuilder_setup_properties): Save custom attrs for properties in dynamic
18417         types. Fixes #78855.
18419 2006-07-11  Zoltan Varga  <vargaz@gmail.com>
18421         * class.c (mono_type_get_name_recurse): Fix the name of 1 dimensional non-szarrays.
18423         * reflection.c (mono_custom_attrs_free): Fix freeing of dynamic cattr info.
18425 2006-07-08  Zoltan Varga  <vargaz@gmail.com>
18427         * reflection.c (resolve_object): Add support for DynamicMethod.
18429         * domain.c appdomain.c threads.c monitor.c object.c gc.c: Applied patch from
18430         Joachim Ante (joe@otee.dk). Fix some shutdown leaks.
18432 2006-07-06  Sebastien Pouliot  <sebastien@ximian.com>
18434         * process.c: In ves_icall_System_Diagnostics_Process_GetModules_internal 
18435         don't leak GPtrArray's pdata has we have no use (nor free) for it.
18437 2006-07-01  Zoltan Varga  <vargaz@gmail.com>
18439         * marshal.c (mono_marshal_get_runtime_invoke): Fix passing of generic valuetypes.
18440         Fixes #77888.
18442 2006-06-30  Raja R Harinath  <rharinath@novell.com>
18444         * icall.c (ves_icall_MonoMethod_get_base_definition): Simplify
18445         slightly: remove a shadow local variable.
18447 2006-06-29  Raja R Harinath  <rharinath@novell.com>
18449         * icall.c (ves_icall_MonoMethod_get_base_definition): Return the
18450         definition that introduces the virtual function slot.
18451         Also fix Coverity #105.
18453 2006-06-29  Zoltan Varga  <vargaz@gmail.com>
18455         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Fix support
18456         for dynamic assemblies. Fixes #78724.
18458 2006-06-28  Zoltan Varga  <vargaz@gmail.com>
18460         * marshal.c (mono_string_to_byvalwstr): Fix this completely broken function.
18461         Fixes #78722.
18463 2006-06-21  Martin Baulig  <martin@ximian.com>
18465         * reflection.c
18466         (method_encode_clauses): Don't assert on `ex_info->handlers' here;
18467         fixes #76484.
18469 2006-06-21  Zoltan Varga  <vargaz@gmail.com>
18471         * object.h (mono_array_setref): Cast value to (MonoObject*) to fix warnings.
18473 2006-06-20  Raja R Harinath  <rharinath@novell.com>
18475         Make 'mono_class_get_full' only inflate TYPESPECs, not TYPEDEFs
18476         nor TYPEREFs.
18477         * class.c (mono_class_create_from_typespec): Add 'context' argument.
18478         Inflate result if necessary.
18479         (mono_class_get_full): Remove old version.  Rename from
18480         'mono_class_get' and add 'context' argument.  Pass it to
18481         ..._create_from_typespec.
18482         (mono_class_get): New.  Simple wrapper to mono_class_get_full.
18483         (mono_ldtoken): Revert change below.
18485 2006-06-20  Martin Baulig  <martin@ximian.com>
18487         * class.c (mono_ldtoken): Don't pass the generic context to
18488         mono_class_get_full() for MONO_TOKEN_TYPE_DEF/REF.  Fixes #78053.
18490 2006-06-15  Zoltan Varga  <vargaz@gmail.com>
18492         * marshal.c (mono_ftnptr_to_delegate): Avoid allocating signature from mempool
18493         and later freeing it. Fixes #78638.
18495 2006-06-15  Miguel de Icaza  <miguel@novell.com>
18497         * icall.c (mono_class_get_throw): Revert over-zealous error
18498         throwing, the caller for mono_class_get_throw will cope with
18499         errors when classes are not properly initialized already.
18501         The code still copes with loader exceptions though.
18503         Fixes the regression in reftype1 and reftype3 from the CAS tests.
18504         
18505 2006-06-14  Miguel de Icaza  <miguel@novell.com>
18507         Fixes the `make run1' version of RuntimeAbort (to be commited,
18508         source is in Bugzilla).
18509         
18510         * metadata.c (mono_metadata_interfaces_from_typedef_full): Return
18511         FALSE on class loading failure instead of returning true.
18513         * class.c (mono_class_create_from_typedef): It is possible for
18514         mono_metadata_interfaces_from_typedef_full to fail if a class is
18515         not found, cope with this.
18516         
18518 2006-06-14  Dick Porter  <dick@ximian.com>
18520         * socket-io.c: 
18521         * process.c: Fix a bunch of signed/unsigned warnings from gcc
18522         4.1.1
18524 2006-06-12  Atsushi Enomoto  <atsushi@ximian.com>
18526         * culture-info-table.h : oops, forgot to make it nsync with r61548.
18528 2006-06-09  Jonathan Chambers  <jonathan.chambers@ansys.com>
18530         * icall.c: Another fix for building mono in Visual Studio.
18532 2006-06-09  Jonathan Chambers  <jonathan.chambers@ansys.com>
18534         * marshal.c icall.c: Minor fixes for building mono in Visual Studio.
18535         
18536 2006-06-09  Martin Baulig  <martin@ximian.com>
18538         * debug-mono-symfile.c: Put this back and really fix it this
18539         time. Sorry for all the trouble.
18541 2006-06-08  Zoltan Varga  <vargaz@gmail.com>
18543         * icall.c (mono_class_get_throw): Fix a warning.
18544         (ves_icall_System_Reflection_Assembly_GetTypes): Allways throw 
18545         ReflectionTypeLoadException if needed. Fixes #78606.
18547         * class.c (mono_class_setup_vtable_general): Handle loader errors a bit better.
18548         (mono_class_init): Ditto.
18550         * loader.c (mono_loader_set_error_assembly_load): Display a separate warning for
18551         ref_only exceptions.
18552         (mono_loader_clear_error): Make this work even if there is no error.
18554 2006-06-08  Jonathan Chambers  <jonathan.chambers@ansys.com>
18556         * object-internals.h marshal.c marshal.h icall.c: Implement method 
18557         Marshal.GetComSlotForMethodInfo using internal call.
18559 2006-06-07  Zoltan Varga  <vargaz@gmail.com>
18561         * class-internals.h: Add a new kind of loader error LOADER_ERROR_ASSEMBLY plus
18562         a function for signalling it.
18564         * class.c (mono_class_from_typeref): Use the new kind of loader error when
18565         a referenced assembly is not found.
18567         * loader.c (mono_loader_error_prepare_exception): Add support for 
18568         LOADER_ERROR_ASSEMBLY. Fix formatting.
18570 2006-06-05  Jonathan Chambers  <jonathan.chambers@ansys.com>
18572         * domain.c appdomain.c class-internals.h marshal.c: Add support 
18573         for VARIANT marshalling on windows and increment corlib version
18574         since Variant struct was added.
18576 2006-06-03  Miguel de Icaza  <miguel@novell.com>
18578         * debug-mono-symfile.c: Revert Martin's previous patch which broke
18579         stack trace line information:
18581         (Martin) (mono_debug_symfile_lookup_location): Fix the algorithm:
18582         (Martin) when looking up B which is between A and C, return A not C.
18584         Bug is #78573.
18586         Thanks to Alexander Olk for tracking this down.
18588 2006-06-02  Zoltan Varga  <vargaz@gmail.com>
18590         * marshal.c (mono_marshal_set_last_error_windows): Fix build.
18591         
18592         * marshal.c (mono_marshal_emit_native_wrapper): Call GetLastError () early and without a wrapper to
18593         avoid clobbering its value.
18594         (mono_string_to_lpstr): Fix a warning on windows.
18596 2006-05-31  Zoltan Varga  <vargaz@gmail.com>
18598         * class-internals.h (MonoClass): Removed obsolete 'dummy' flag.
18600         * reflection.c loader.c: Removed references to 'dummy' flag.
18602         * loader.c (mono_loader_error_prepare_exception): Fix a warning.
18604         * threadpool.c: Make ASyncCall a copy of the managed MonoAsyncCall class so
18605         it gets GC tracking.
18607         * object-internals.h (MonoAsyncResult): Add an 'object_data' field which has
18608         GC tracking.
18609         
18610         * object.c (mono_async_result_new): Add an additional parameter 'object_data'.
18612         * marshal.c threadpool.c: Update callers of mono_async_result_new.
18614         * appdomain.c: Bump corlib version.
18616 2006-05-30  Zoltan Varga  <vargaz@gmail.com>
18618         * marshal.c: Use mono_mb_emit_stloc in more places. Use CEE_LDIND_REF and
18619         CEE_STIND_REF when working with object references.
18621 2006-05-31  Zoltan Varga  <vargaz@gmail.com>
18623         * class.c (mono_class_setup_fields): Call mono_class_init () for class->parent.
18624         Fixes #78539.
18626 2006-05-30  Miguel de Icaza  <miguel@novell.com>
18628         * loader.c (method_from_memberref): Fix argument value for
18629         mono_loader_set_error_method_load (I was passing the MonoClass
18630         instead of the class name char *).
18632 2006-05-30  Zoltan Varga  <vargaz@gmail.com>
18634         * marshal.c: Use mono_mb_emit_stloc in more places. Use CEE_LDIND_REF and
18635         CEE_STIND_REF when working with object references.
18637 2006-05-30  Martin Baulig  <martin@ximian.com>
18639         * mono-debug.c (mono_debug_print_stack_frame): Reverted the
18640         mono_method_full_name() change and replace the ':' with a '.'
18641         here.
18643 2006-05-30  Martin Baulig  <martin@ximian.com>
18645         * debug-mono-symfile.c
18646         (mono_debug_symfile_lookup_location): Fix the algorithm:
18647         when looking up B which is between A and C, return A not C.
18649 2006-05-29  Martin Baulig  <martin@ximian.com>
18651         * mono-debug.h
18652         (MonoDebugMethodInfo): Make the typedef public.
18653         (MonoDebugSourceLocation): New public struct.
18655         * mono-debug.c
18656         (mono_debug_source_location_from_address): Removed.
18657         (mono_debug_source_location_from_il_offset): Removed.
18658         (mono_debug_il_offset_from_address): Removed.
18659         (mono_debug_address_from_il_offset): Removed.
18660         (mono_debug_lookup_method): New public function.
18661         (mono_debug_lookup_source_location): New public function; replaces
18662         the old mono_debug_source_location_from_*() functions; see the
18663         inline documentation.
18664         (mono_debug_free_source_location): New public function.
18665         (mono_debug_print_stack_frame): New public function; see the
18666         inline documentation.
18668         * debug-mono-symfile.c
18669         (mono_debug_find_source_location): Renamed into
18670         mono_debug_symfile_lookup_location(); only take a
18671         `MonoDebugMethodInfo *' and an `offset' argument; added inline
18672         documentation.
18673         (mono_debug_find_method): Renamed into
18674         mono_debug_symfile_lookup_method().
18676 2006-05-27  Zoltan Varga  <vargaz@gmail.com>
18678         * assembly.c (mono_assembly_open_full): Dont overwrite the status
18679         returned by mono_image_open_full ().
18681         * appdomain.c (ves_icall_System_Reflection_Assembly_LoadFrom): Convert
18682         MONO_IMAGE_IMAGE_INVALID into a BadImageFormatException. Fixes
18683         #78517.
18685         * object.c (compute_class_bitmap): Use class->class_size for static fields. Fixes
18686         #78518.
18688 2006-05-27  Miguel de Icaza  <miguel@novell.com>
18690         * class.c (mono_class_from_typeref): handle missing images
18691         earlier, deals with bug #78418.   Refactor code; 
18693         Fix a warning introduced in my previous commit (some stale code
18694         from before I revisited my patch).
18696         * class.c (mono_class_create_from_typedef): On failure, remove the
18697         class from the MonoImage->class_cache as the class is not
18698         initialized;   Fixes the leak pointed out by Paolo.
18700 2006-05-25  Dick Porter  <dick@ximian.com>
18702         * threads.c (mono_thread_cleanup): Build fix.  Comment out the
18703         DeleteCriticalSections until I figure out which one may still be
18704         sometimes locked when mono_thread_cleanup is called.
18706 2006-05-24  Dick Porter  <dick@ximian.com>
18708         * threads.c (mono_thread_cleanup): Move the threading cleanup out
18709         of mono_thread_manage and back into its own function, so it can be
18710         called after the finalizer thread has finished.
18712         * appdomain.c (mono_runtime_cleanup): Call mono_thread_cleanup
18714 2006-05-24  Zoltan Varga  <vargaz@gmail.com>
18716         * assembly.c (mono_assembly_open_full): Fix typo introduced by a previous change.
18717         Fixes #78495.
18719         * marshal.c (emit_ptr_to_object_conv): Implement marshalling of byval arrays
18720         with non-blittable elements.
18721         (emit_object_to_ptr_conv): Ditto. Fixes #78492.
18723 2006-05-24  Martin Baulig  <martin@ximian.com>
18725         * mono-debug-debugger.h (MonoDebuggerEvent): Added
18726         `MONO_DEBUGGER_EVENT_FINALIZE_MANAGED_CODE'.    
18728         * mono-debug-debugger.c (mono_debugger_cleanup): Send a
18729         `MONO_DEBUGGER_EVENT_FINALIZE_MANAGED_CODE' and then set
18730         `mono_debugger_event_handler' to NULL.
18732 2006-05-24  Martin Baulig  <martin@ximian.com>
18734         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 57.
18736 2006-05-24  Martin Baulig  <martin@ximian.com>
18738         * mono-debug-debugger.h
18739         (mono_debugger_create_notification_function): Added
18740         `MonoCodeManager *' argument.
18742 Tue May 23 16:05:47 CEST 2006 Paolo Molaro <lupus@ximian.com>
18744         * boehm-gc.c, null-gc.c: fix compilation on 64 bit systems.
18746 Tue May 23 13:44:11 CEST 2006 Paolo Molaro <lupus@ximian.com>
18748         * Makefile.am, gc-internal.h, reflection.c: updates for the new GC.
18749         * sgen.-gc.c, sgen-gc.h: simple generational compacting GC
18750         implementation.
18752 Tue May 23 13:40:30 CEST 2006 Paolo Molaro <lupus@ximian.com>
18754         * icall.c: precise GC support: objects can't be stored in unmanaged
18755         memory anymore, even if they are kept alive by other references: since
18756         they can move the GC needs to be able to always find them.
18758 Tue May 23 12:57:08 CEST 2006 Paolo Molaro <lupus@ximian.com>
18760         * object.c: precise GC support for static fields. Support
18761         for moving GCs: write barriers and pinned allocation for interned
18762         strings.
18764 Tue May 23 12:41:44 CEST 2006 Paolo Molaro <lupus@ximian.com>
18766         * domain.c, domain-internals.h: precise GC support for the MonoDomain
18767         structure.
18769 Tue May 23 12:38:56 CEST 2006 Paolo Molaro <lupus@ximian.com>
18771         * class.c, gc.c: sgen and precise GC updates.
18773 Tue May 23 12:33:24 CEST 2006 Paolo Molaro <lupus@ximian.com>
18775         * marshal.h, marshal.c: added write barrier wrapper and precise type
18776         fixes.
18778 Tue May 23 12:31:22 CEST 2006 Paolo Molaro <lupus@ximian.com>
18780         * object.h, null-gc.c, boehm-gc.c: more write barrier functions and
18781         support.
18783 Tue May 23 12:27:14 CEST 2006 Paolo Molaro <lupus@ximian.com>
18785         * reflection.c: precise and sgen GC updates.
18787 Tue May 23 12:21:46 CEST 2006 Paolo Molaro <lupus@ximian.com>
18789         * debug-helpers.c, class-internals.h: added write barrier wrapper type.
18791 2006-05-22  Zoltan Varga  <vargaz@gmail.com>
18793         * threads.c (start_wrapper): Fix a missed guint32 tid declaration.
18795 2006-05-20  Zoltan Varga  <vargaz@gmail.com>
18797         * reflection.c (encode_cattr_value): Fix yet another bug in the encoding of
18798         MONO_TYPE_OBJECT. Fixes #78462.
18800 2006-05-18  Zoltan Varga  <vargaz@gmail.com>
18802         * marshal.c (emit_marshal_vtype): Add support for UnmanagedType.LPStruct 
18803         and blittable types.
18805 2006-05-17  Miguel de Icaza  <miguel@novell.com>
18807         * class.c (mono_class_get_exception_for_failure): Implement parts
18808         of a TODO: if the loader error is set (instead of the class
18809         error), we return a Loader exception that can be properly thrown
18810         elsewhere.
18812         This was exposed by some Winforms 2.0 code that I tried to run
18813         (Atsushi pointed me to it).
18815 2006-05-17  Zoltan Varga  <vargaz@gmail.com>
18817         * marshal.c (mono_marshal_emit_native_wrapper): Make the marshalling code more
18818         uniform by moving stuff from this function to the proper emit_marshal_XXX functions.
18819         
18820         * marshal.c (emit_marshal_vtype): Add limited support for 
18821         UnmanagedType.LPStruct. Fixes #78427.
18823         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStructure): 
18824         Applied a patch from kangaroo to fix #77523.
18826 2006-05-17  Martin Baulig  <martin@ximian.com>
18828         * threads.c
18829         (debugger_thread_vtable): Moved into ../mini/debug-debugger.c.
18830         (debugger_thread_created): Removed.
18831         (debugger_thread_exited): Removed.
18833 2006-05-15  Zoltan Varga  <vargaz@gmail.com>
18835         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
18837         * object-internals.h (MonoReflectionResource): Sync with managed version.
18839 2006-05-12  Wade Berrier <wberrier@novell.com>
18841         * threads.c: Define G_GSIZE_FORMAT for systems with glib < 2.6
18843 2006-05-12  Zoltan Varga  <vargaz@gmail.com>
18845         * class.c (mono_fnptr_class_get): Set class->image to corlib for now, since other
18846         functions try to allocate from the image mempool.
18848 2006-05-12  Dick Porter  <dick@ximian.com>
18850         * threads.c (mono_thread_attach): Fix usage of GetCurrentThread().
18852 2006-05-12  Lluis Sanchez  <lluis@ximian.com>
18854         * object.c: The FieldGetter and FieldSetter methods require the full
18855         name of the class, not only the name. Fixes bug #78277.
18857 2006-05-11  Miguel de Icaza  <miguel@novell.com>
18859         * loader.c (method_from_memberref): Do not pass the NULL klass to
18860         mono_loader_set_error_() methods.  Pass the non-NULL value
18861         (class). 
18863 2006-05-11  Zoltan Varga  <vargaz@gmail.com>
18865         * assembly.c (mono_assembly_load_from_full): Fix a bunch of warnings.
18866         (mono_assembly_close): Null out assembly->image->references after freeing it.
18868         * image.c (mono_image_close): Free image->references.
18869         
18870         * reflection.c (mono_image_basic_init): Fix a small memory leak.
18872 2006-05-10  Sebastien Pouliot  <sebastien@ximian.com>
18874         * marshal.c: In function mono_mb_add_local don't use the mb pointer 
18875         before checking if it's NULL (g_assert).
18877 2006-05-10  Martin Baulig  <martin@ximian.com>
18879         * metadata.c (mono_type_size): Kill the g_assert() in MONO_TYPE_GENERICINST;
18880         I thought I already killed that two months ago, but now it somehow reappeared.
18882 2006-05-10  Martin Baulig  <martin@ximian.com>
18884         * mono-debug.c (mono_debug_add_method): Allow instantiated generic methods.
18886 2006-05-10  Zoltan Varga  <vargaz@gmail.com>
18888         * reflection.c: Allocate memory for dynamically created methods in the image
18889         mempools.
18891 2006-05-10  Sebastien Pouliot  <sebastien@ximian.com>
18893         * appdomain.c: In ves_icall_System_AppDomain_[Get|Set]Data functions, 
18894         don't use the ad pointer before checking if it's NULL (g_assert).
18896 2006-05-09  Zoltan Varga  <vargaz@gmail.com>
18898         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetAssemblyName): Remove
18899         a redundant (and incorrect) addref. Hopefully fixes sn.exe on windows.
18901         * marshal.c: Allocate all signatures from mempools.
18903         * marshal.c: Allocate some more signatures from mempools.
18905 2006-05-09  Miguel de Icaza  <miguel@novell.com>
18907         * object.c (mono_load_remote_field): The code used to provide a
18908         temporary variable for returning results if the user did not
18909         provide a result pointer.  But our temporary variable was allocted
18910         on the satck.
18912         Fix calling code to always pass a result area.   Coverity ID 103.
18914 2006-05-06  Zoltan Varga  <vargaz@gmail.com>
18916         * threads.c (ves_icall_System_Threading_Interlocked_Add_Int): Return the new
18917         value, not the old. Fixes #78312.
18918         (ves_icall_System_Threading_Interlocked_Add_Long): Ditto.
18920         * class.c (mono_bounded_array_class_get): Allocate data from the image mempool.
18921         (mono_ptr_class_get): Ditto. Also change the cache from a global one to a 
18922         per-image cache.
18924         * assembly.c (mono_assembly_close): Free image->references.
18926         * assembly.c (mono_assembly_names_equal): Fix a warning.
18927         (mono_assemblies_cleanup): Cleanup more global data.
18929         * metadata-internals.h (MonoImage): Add 'ptr_cache'.
18931         * image.c (mono_image_close): Free up the contents of 'array_cache', free up
18932         ptr_cache and image->modules.
18934         * image.c (mono_image_init): Allocate array_cache lazily.
18935         
18936 2006-05-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
18938         * assembly.c: use GetCurrentThreadId for the hash, as GetCurrentThread
18939         behavior was changed recently and has bad side effects.
18941 2006-05-05  Zoltan Varga  <vargaz@gmail.com>
18943         * assembly.c (mono_assembly_open_full): Add a missing mono_image_close ().
18944         
18945         * assembly.c (mono_assembly_close): Remove a debug printf.
18947         * profiler.c (create_profiler): Use mono_aligned_addr_hash.
18949         * metadata-internals.h image.c assembly.c: Change the reference counting scheme
18950         to also allow for temporary references between mono_image_open ()/close ().
18952         * domain.c (get_runtimes_from_exe): Add a FIXME.        
18954 2006-05-04  Zoltan Varga  <vargaz@gmail.com>
18956         * marshal.c: Fix support for dynamic methods.
18958         * appdomain.c (mono_runtime_cleanup): Call mono_marshal_cleanup ().
18960         * marshal.c (mono_marshal_cleanup): New cleanup function.
18962         * marshal.c: Rewrite the wrapper code to allocate most of its memory from the 
18963         image mempools.
18965         * class.c (mono_class_init): Fix leaking class->nested_classes.
18967         * metadata-internals.h (MonoImage): Add a couple of new wrapper caches.
18969         * image.c (mono_image_init): Initialize the new cashes.
18971         * image.c (mono_image_close): Destroy the new cashes.
18973         * marshal.c: Get rid of most of the static caches in favor of per-image caches.
18975         * mempool.c (mono_mempool_strdup): New helper function.
18977         * class-internals.h: Add prototype for mono_loader_unlock ().
18979         * domain.c (mono_jit_info_table_find): Fix a warning.
18980         (mono_debugger_check_runtime_version): Ditto.
18982         * rawbuffer.h rawbuffer.c metadata-internals.h metadata.c class-internals.h 
18983         class.c loader.c image.h image.c assembly.h assembly.c: Add init () and cleanup ()
18984         functions to these modules.
18986         * domain-internals.h domain (mono_cleanup): New internal method to cleanup most
18987         metadata modules.
18988         
18989         * marshal.c (mono_free_bstr): Fix a warning.
18991         * assembly.c (mono_assembly_open_full): Fix another small leak.
18993         * object.c: Fix some unload leaks in the remoting code.
18995         * object-internals.h object-internal.c (mono_string_to_utf8_mp): New helper
18996         function.
18998         * assembly.c (mono_assembly_close): Fix a leak when unloading dynamic assemblies.
19000         * reflection.c: Fix some unload leaks in dynamic assemblies.
19002 2006-05-02  Jonathan Chambers  <jonathan.chambers@ansys.com>
19004         * marshal.c: Add BSTR support on Win32 (all changes under MIT X11)
19005         * marshal.h: Add BSTR support on Win32
19006         * icall.c: Add BSTR icalls
19007         * metadata.h: Add BSTR enums
19009 2006-04-28  Miguel de Icaza  <miguel@novell.com>
19011         Work to catch the crash from #76795 and turn it into an
19012         exception.   As I stubbed out pieces of the VisualBasic support,
19013         I found a number of places where the code was failing and I added
19014         checks to those places. 
19015         
19016         * metadata.c (do_mono_metadata_parse_generic_class): Make this
19017         function return a status code.  If we fail to parse the signature
19018         from mono_metadata_parse_generic_inst, return FALSE.
19020         * loader.c (mono_get_method_from_token): If we fail to load the
19021         method (mono_class_get) return NULL.   
19023         * (method_from_memberref): Return NULL if we are unable to parse
19024         the method signature
19026         (mono_loader_error_prepare_exception): Since we now use the
19027         loader_error flag internally to stop processing, and obtaining
19028         exceptions that might be thrown will walk this code path the
19029         proper way of going from a MonoLoaderError into a
19030         MonoException was convoluted.   This new routine encapsulates the
19031         process of turning the error into an exception and *clearing* the
19032         error afterwards.
19033         
19034 2006-04-27  Miguel de Icaza  <miguel@novell.com>
19036         Work to catch the crashes from 75075 (cope in Assembly.GetTypes
19037         with missing assemblies), and to cope with:
19039                 * Missing fieldref from a non-existing assembly.
19040                 * Missing methodref from a non-existing assembly.
19042         The first batch of work to address *some* of the issues from 76661.
19043         
19044         * object.c (mono_class_create_runtime_vtable): If we fail to
19045         initialize the class raise the exception here. 
19047         * metadata.c (mono_class_get_overrides_full): If any methods fail
19048         to load return the failure to the caller.
19050         * assembly.c: Use REFERENCE_MISSING instead of (gpointer) -1 for
19051         flagging assemblies that failed to load.   
19053         Do not crash if we are unable to load the assembly.
19055         (mono_assembly_close): Do nothing with REFERENCE_MISSING
19056         assemblies. 
19058         * loader.c (mono_loader_set_error_type_load): Change the
19059         convention to always pass unallocated strings, so we make our own
19060         copies (I know our own code had duplicated strings before, but
19061         this keeps the normal conventions).
19062         (method_from_memberref): Call mono_loader_set_error_method_load
19063         for all possible failures of loading the class. 
19064         Remove assert, turn into a loader error.
19066         (mono_loader_error_to_exception): Move this routine from mini
19067         (mini_loader_error_to_exception) there was no need to have that in
19068         mini. 
19070         * class.c (mono_class_from_typeref): If we were not able to load
19071         the assembly with mono_assembly_load_reference, call the
19072         mono_loader_set_error_type_load to register the problem.
19074         (mono_class_setup_fields): If we fail to load the type from
19075         mono_metadata_parse_type_full, call mono_class_set_failure and
19076         break from the loop.
19078         If class->exception_type is set, we do not layout the fields as
19079         that might crash the runtime, and instead return (from breaking
19080         from the previous loop).
19082         (mono_class_setup_vtable): This now returns a boolean indicating
19083         whether the table was properly setup.   The decision is driven by
19084         mono_class_get_overrides_full which might run into non-existing
19085         methods. 
19086         
19087         (mono_class_init): Returns TRUE on success or FALSE if there was a
19088         problem in loading the type (incorrect assemblies, missing
19089         assemblies, methods, etc).
19091         When we call mono_class_setup_fields we also check for a potential
19092         error inside this call (either a class exception or a general
19093         loader exception).
19095         (mono_class_create_from_typedef): If the parent fails to load
19096         (calling mono_class_get_full) return NULL.
19097         
19098         ** Important **
19100         calls to mono_metadata_parse_type_full should be checked
19101         everywhere and set the mono_class_set_failure
19102         (MONO_EXCEPTION_TYPE_LOAD) if we are not able to get the type.
19104         The current patch checks the places where my manually constructed
19105         tests show the errors are showing up, but we should do it
19106         everywhere. 
19108         ** Important2 **
19110         mono_class_init return values should be tested everywhere, like
19111         the previous case this is something that we should audit
19112         everywhere and not only on the cases exposed by the tests I
19113         created. 
19115 2006-04-26  Miguel de Icaza  <miguel@novell.com>
19117         * file-io.c (ves_icall_System_IO_MonoIO_Open): Remove `async'
19118         boolean parameter and instead pass the information on `options'
19119         parameter (FileOptions).
19121         * icall.c: Register the new signature for MonoIO.Open.
19123         * debug-helpers.c (dis_one): Trying to understand how coverity
19124         works.  Fix Run 5, item 78.
19126 2006-04-26  Dick Porter  <dick@ximian.com>
19128         * socket-io.c (hostent_to_IPHostEntry2): Explicitly check for NULL
19129         dereference.
19131 2006-04-25  Martin Baulig  <martin@ximian.com>
19133         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 56.
19135         * threads.c (mono_thread_attach): Set `thread->stack_ptr' and call
19136         debugger_thread_created().
19137         (debugger_gc_push_all_stacks): Don't handle the main thread in any
19138         special way.
19139         (mono_debugger_init_threads): Removed the `main_thread_stack' arg.
19140         (mono_debugger_finalize_threads): New function; undo the effects
19141         of mono_debugger_init_threads().
19142         (mono_debugger_create_all_threads): Removed.
19144 2006-04-24  Zoltan Varga  <vargaz@gmail.com>
19146         * image.c (mono_image_close): Tidy up trace messages.
19148         * assembly.c (mono_assembly_close): Ditto.
19150         * assembly.c (mono_assembly_close): Clear out image->assembly so the image
19151         no longer references an already freed assembly. Fixes #78168.
19153 2006-04-21  Dick Porter  <dick@ximian.com>
19155         * threads.c (mono_thread_detach): Fix reference counting when
19156         detaching threads.
19158 2006-04-21  Zoltan Varga  <vargaz@gmail.com>
19160         * icall.c (ves_icall_System_Enum_ToObject): Improve exception messages. Fixes
19161         #78155.
19163 2006-04-19  Zoltan Varga  <vargaz@gmail.com>
19165         * marshal.c (mono_type_to_ldind): New helper function moved here from mini.c
19166         (mono_type_to_stind): Ditto.
19168         * marshal.c: Use the new helper functions to simplify code.
19170         * image.c (mono_image_close): Add some code for help debug assembly unloading
19171         problems.
19173         * metadata.c (mono_metadata_parse_type_full): Allocate MonoType's from the
19174         image mempool.
19176         * assembly.c (mono_assembly_open_full): Invoke the load hook when the
19177         assembly was already loaded in another appdomain. Fixes #78083.
19179 2006-04-13  Zoltan Varga  <vargaz@gmail.com>
19181         * assembly.c (mono_assembly_load_reference): Increase the refcount of the
19182         referenced assemblies.
19183         (mono_assembly_close): Decrease the refcount of the referenced assemblies.
19185         * domain.c (mono_domain_free): Add a trace message.
19187         * appdomain.c (add_assemblies_to_domain): Ditto.        
19189         * metadata-internals.h: (_MonoAssembly): Modify the meaning of the ref_count
19190         field.  
19192 2006-04-12  Zoltan Varga  <vargaz@gmail.com>
19194         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetAssemblyName): Fix image reference counting.
19196 2006-04-12  Martin Baulig  <martin@ximian.com>
19198         * threads.c: Use `MONO_DEBUGGER_SUPPORTED' as the conditional, not
19199         `USE_INCLUDED_LIBGC'.   
19201 2006-04-12  Zoltan Varga  <vargaz@gmail.com>
19203         * image.c (canonicalize_path): Avoid calling strncpy on overlapping strings if
19204         the patch contains ../ and a small directory name later. Hopefully fixes
19205         #78035.
19207 2006-04-10  Martin Baulig  <martin@ximian.com>
19209         Clean up the debugger's thread-handling code.
19211         The debugger's thread-handling code has been moved from
19212         ../mini/debug-debugger.c to threads.c.  We now iterate directly
19213         over the `threads' hash, keep track of exiting threads and also
19214         use proper locking.
19216         We can now debug XSP and XSP based applications with the debugger.
19218         * object-internals.h (MonoThread): Added `gpointer end_stack'.
19220         * threads.h
19221         (MonoThreadCallbacks): Removed; this was only used by the debugger.
19222         (mono_install_thread_callbacks): Likewise.      
19224         * threads.c (mono_thread_callbacks): Removed.
19225         (debugger_thread_created, debugger_thread_exited): New static functions.
19226         (start_wrapper): Call debugger_thread_created().
19227         (thread_cleanup): Call debugger_thread_exited().
19228         (mono_gc_stop_world, mono_gc_start_world): Removed; this was never used.
19229         (mono_debugger_init_threads): New public function.
19230         (debugger_thread_vtable): Moved here from debug-debugger.c; we now
19231         iterate directly over the `threads' hash and also use proper locking.
19233         * mono-debug.h (MONO_DEBUGGER_VERSION): Bumped to 55.
19235         * mono-debug-debugger.h
19236         (MonoDebuggerEvent): Added MONO_DEBUGGER_EVENT_THREAD_EXITED.
19238 2006-04-10  Zoltan Varga  <vargaz@gmail.com>
19240         * reflection.c (encode_cattr_value): Fix handling of parameter type=object, 
19241         argument type=array. Fixes #78057.
19243 2006-04-10  Atsushi Enomoto  <atsushi@ximian.com>
19245         * culture-info-table.h : regenerated. Fixed bug #69652.
19247 2006-04-07  Zoltan Varga  <vargaz@gmail.com>
19249         * loader.c metadata.c: Reapply a variant r59116.
19250         
19251         * loader.c metadata.c: Revert r59116 to see if it fixes the breakage.
19253         * class.c (mono_class_setup_interface_offsets): New internal function.
19255         * reflection.c (ensure_runtime_vtable): Setup interface offsets for dynamic
19256         interfaces too. Fixes #77398.
19258         * reflection.c (encode_cattr_value): Add support for 
19259         parameter type=object, argument type=array.
19260         (load_cattr_value): Ditto. Fixes #77916.
19262         * marshal.c (emit_object_to_ptr_conv): Add support for ARRAY_BYVALCHARARRAY.
19263         (emit_ptr_to_object_conv): Ditto. Fixes #77960.
19265         * metadata.c (mono_type_to_unmanaged): Use ARRAY_BYVALCHARARRAY when converting
19266         a byval char array and CharSet is Ansi.
19268         * metadata.h: Add new marshalling conversion ARRAY_BYVALCHARARRAY.
19270 2006-04-06  Zoltan Varga  <vargaz@gmail.com>
19272         * metadata.c: Add some locking comments.
19273         
19274         * metadata.c (mono_metadata_signature_alloc): Allocate signatures in the image
19275         mempool.
19276         (mono_metadata_free_method_signature): Don't free the signature itself.
19278         * loader.c (mono_free_method): Don't free the signature in non-dynamic methods. 
19280         * assembly.c (mono_assembly_open_full): Avoid the situation where two assemblies
19281         reference the same MonoImage.
19282         (mono_assembly_load_from_full): Add an assert.
19284 2006-04-05  Zoltan Varga  <vargaz@gmail.com>
19286         * image.c (mono_image_close): Don't put the image we are about to free into the
19287         loaded_images_guid_hash.
19289         * marshal.c (mono_mb_emit_ptr): Refactor a common code sequence into this function
19290         to reduce code duplication.
19292         * marshal.c: Register the native functions called by this module as icalls, to
19293         somewhat centralize the creation of MonoMethodSignature's.
19295         * loader.c (mono_method_signature): Add a cache for method signatures.
19297         * metadata.c (mono_metadata_get_param_attrs): New helper function to return
19298         the parameter attributes of a method.
19299         (mono_metadata_parse_method_signature_full): Refactored the computation of
19300         parameter attributes into a separate function. Also avoid one allocation in
19301         most cases.
19303         * assembly.c (mono_assembly_close): Ditto.
19305         * image.c (mono_image_close): Log trace messages with INFO level.
19307         * metadata-internals.h (MonoImage): Add a new 'method_signature' cache.
19309         * image.c reflection.c: Correct reference counting of image modules.
19310         
19311         * metadata.c (mono_metadata_interfaces_from_typedef_full): Allocate the result
19312         of this function from the image mempool.
19313         
19314         (mono_metadata_parse_type_full): Remove the mode != MONO_PARSE_PARAM restriction
19315         to allow more cached types to be used.
19317         * mono-debug.c (mono_debug_add_method): Appled patch from
19318         David S. Miller  <davem@sunset.davemloft.net>: Access 
19319         minfo->lexical_blocks[] entry elements using read32().
19321 2006-04-04  Zoltan Varga  <vargaz@gmail.com>
19323         * loader.c (mono_free_method): No longer free the method header for non-dynamic
19324         methods as it is allocated from the mempool.
19326         * metadata.c (mono_metadata_parse_mh_full): Allocate method headers from the
19327         image mempool.
19329         * metadata-internals.h: Add comments describing the reference counting scheme
19330         used for MonoImage and MonoAssembly.
19332         * image.c assembly.c reflection.c: Rework reference counting of images and 
19333         assemblies so they are freed when the runtime is shut down. Free some 
19334         additional memory structures when an image is unloaded.
19335         
19336 2006-04-03  Zoltan Varga  <vargaz@gmail.com>
19338         * class.c loader.c reflection.c: Allocate more data structures in
19339         the image mempool.
19341 2006-03-31  Miguel de Icaza  <miguel@novell.com>
19343         * icall.c
19344         (ves_icall_System_Environment_InternalSetEnvironmentVariable): Fix
19345         build on pre glib 2.4 systems.
19347 2006-03-31  Zoltan Varga  <vargaz@gmail.com>
19349         * icall.c (ves_icall_System_Environment_InternalSetEnvironmentVariable): New icall.
19351         * icall.c: Fix some warnings.
19353 2006-03-29  Atsushi Enomoto  <atsushi@ximian.com>
19355         * culture-info-table.h : regenerated.
19357 Wed Mar 29 18:24:42 CEST 2006 Paolo Molaro <lupus@ximian.com>
19359         * threads.c, object-internals.h, verify.c: changed the culture caching
19360         code to use a normal MonoArray for storage so the GC can keep track of
19361         them easily. Fixed bits of the cache logic, too and simplified the
19362         code.
19364 Wed Mar 29 17:18:16 CEST 2006 Paolo Molaro <lupus@ximian.com>
19366         * gc-internal.h, null-gc.c, boehm-gc.c, gc.c: enable the finalizer
19367         thread for non-Boehm GCs.
19369 Wed Mar 29 17:10:05 CEST 2006 Paolo Molaro <lupus@ximian.com>
19371         * domain.c, object.c, domain-internals.h: reduce the amount of memory
19372         needed to keep track of the data for static fields.
19374 2006-03-29  Raja R Harinath  <rharinath@novell.com>
19376         Fix #75172
19377         * icall.c (ves_icall_Type_GetMethodsByName): Don't use vtable_size
19378         for interface classes.  Use 'num_methods' instead.
19379         (ves_icall_Type_GetPropertiesByName): Likewise.  Setup vtable
19380         before using '->vtable_size' field.
19382 Wed Mar 29 12:53:28 CEST 2006 Paolo Molaro <lupus@ximian.com>
19384         * domain.c, object.c, domain-internals.h: proxy_vtable_hash
19385         doesn't contain managed pointers, so use a normal hashtable.
19387 Mon Mar 27 11:15:00 CEST 2006 Paolo Molaro <lupus@ximian.com>
19389         * reflection.c, class-internals.h, domain.c: fixed handling of types
19390         used as values for objects in custom attributes (bug #77915):
19392 2006-03-24  Martin Baulig  <martin@ximian.com>
19394         * class.c (mono_class_setup_fields): Added support for generic
19395         instances; fixes #77580.
19397 2006-03-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19399         * assembly.c: publickeytoken is case insensitive. Fixes bug #77898.
19401 2006-03-24  Dick Porter  <dick@ximian.com>
19403         * file-io.c (get_file_attributes): More stat macro breakage.
19404         Fixes bug 77759.
19406 Fri Mar 24 15:26:00 CET 2006 Paolo Molaro <lupus@ximian.com>
19408         * profiler.c: added the file=filename option in the default profiler
19409         to output the profile data to filename.
19411 2006-03-22 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19413         * icall.c: CodeBase returns '/' instead of '\\' on windows. Fixes
19414         bug #77877.
19416 2006-03-22  Martin Baulig  <martin@ximian.com>
19418         * reflection.c (fieldbuilder_to_mono_class_field): Don't store the
19419         allocated `MonoClassField *' in `fb->handle'.
19421 Tue Mar 21 17:19:37 CET 2006 Paolo Molaro <lupus@ximian.com>
19423         * class.c, image.c, metadata-internals.h: implemented new mechanism to
19424         allocate interface ID to save memory and allow better ID reuse on
19425         appdomain unload. setup_generic_vtable () removal from Martin.
19427 Tue Mar 21 15:54:30 CET 2006 Paolo Molaro <lupus@ximian.com>
19429         * object.h, appdomain.c, domain.c, exception.c, icall.c,
19430         locales.c, marshal.c, object.c, reflection.c, threadpool.c,
19431         threads.c: introduced MONO_OBJECT_SETREF() macro to be able to insert
19432         write barriers for reference stores with managed objects accessed with
19433         C structures in the runtime and in embedding programs.
19435 2006-03-20  Raja R Harinath  <rharinath@novell.com>
19437         * icall.c (ves_icall_Type_GetInterfaces): Avoid using
19438         'interface_id' and 'max_interface_id' fields of MonoClasses
19439         representing open generic types.
19441 Fri Mar 17 18:06:06 CET 2006 Paolo Molaro <lupus@ximian.com>
19443         * object.h, object.c, icall.c: added functions to deal with
19444         storing valuetypes that contain references in managed objects.
19445         * reflection.c, string-icalls.c, threads.c, marshal.c: small
19446         fixes and comments around uses of mono_array_addr ().
19448 Thu Mar 16 17:16:45 CET 2006 Paolo Molaro <lupus@ximian.com>
19450         * object.h, icall.c, monitor.c: object.GetHashCode ()
19451         implementation that supports the moving garbage collector.
19453 Wed Mar 15 16:31:38 CET 2006 Paolo Molaro <lupus@ximian.com>
19455         * icall.c, threads-types.h, threads.c: implemented finalizer for
19456         LocalDataStoreSlot.
19458 2006-03-15  Zoltan Varga  <vargaz@gmail.com>
19460         * metadata.c (mono_type_size): Add a fixme.
19461         (mono_type_stack_size): Ditto.
19463         * object-internals.h (MonoReflectionAssemblyBuilder): Added 
19464         'type_forwarders' field.
19466         * tabledefs.h (TYPE_ATTRIBUTE_FORWARDER): Added new (undocumented) type
19467         attribute from net 2.0.
19469         * object.c (mono_vtable_get_static_field_data): Moved this to object.c
19470         from class.c.
19472         * class.c (mono_class_setup_fields): Fix a warning.
19473         
19474         * class.c (mono_class_from_name): Add support for assemblyref entries
19475         in the EXPORTEDTYPE table.
19477         * reflection.c: Add support for handling type forwarders under net 2.0.
19479         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.       
19480         
19481 2006-03-14  Zoltan Varga  <vargaz@gmail.com>
19483         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Avoid
19484         overwriting entries in ModuleBuild->types, also clean up the code
19485         a little. Fixes #77774.
19487 Tue Mar 14 20:21:18 CET 2006 Paolo Molaro <lupus@ximian.com>
19489         * domain.c, assembly.c, metadata-internals.h, class-internals.h:
19490         load friend assembly info when present.
19492 2006-03-14  Raja R Harinath  <rharinath@novell.com>
19494         Fix crasher on gtest-158.cs.
19495         * metadata.c (mono_metadata_parse_type_full): Avoid canonicalizing
19496         the return value if the MonoClass we want is yet in an
19497         inconsistent state.
19498         * class.c (mono_class_create_from_typedef): Add an comment
19499         explaining an order dependency between mono_class_setup_parent and
19500         mono_class_setup_mono_type.
19502 Mon Mar 13 21:13:27 CET 2006 Paolo Molaro <lupus@ximian.com>
19504         * class.c: documentation updates and events bug fix.
19506 Mon Mar 13 17:28:07 CET 2006 Paolo Molaro <lupus@ximian.com>
19508         * class.c: some cleanup, locking fixes.
19510 Mon Mar 13 10:46:17 CET 2006 Paolo Molaro <lupus@ximian.com>
19512         * class.c: fix the generics code to setup nested
19513         type info to the instantiated type (bug #77770).
19515 Sun Mar 12 16:21:31 CET 2006 Paolo Molaro <lupus@ximian.com>
19517         * marshal.c: fixed a few type correctness issues.
19519 Sat Mar 11 20:14:44 CET 2006 Paolo Molaro <lupus@ximian.com>
19521         * loader.c: the Set/Get/Addrtess array methods should be public.
19523 2006-03-11  Zoltan Varga  <vargaz@gmail.com>
19525         * icall.c (mono_register_jit_icall_wrapper): Fix a warning.
19526         
19527         * icall.c (mono_register_jit_icall_wrapper): Register the argument, not
19528         info->wrapper.
19530 2006-03-10  Zoltan Varga  <vargaz@gmail.com>
19532         * icall.c (mono_register_jit_icall): Allocate the structure using g_new0.
19534         * class-internals.h (MonoJitICallInfo): Add 'trampoline' field used by the JIT.
19536         * mempool.c (mono_mempool_alloc): Speed this up a bit.
19537         (mono_mempool_alloc0): Ditto.
19539 2006-03-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19541         * socket-io.c:
19542         (create_object_from_sockaddr): it was allocating 4 extra bytes
19543         for the AF_UNIX data. Fixes bug #77747.
19545 2006-03-09  Zoltan Varga  <vargaz@gmail.com>
19547         * icall.c (ves_icall_System_MonoMethodInfo_get_retval_marshal): New icall.
19549 2006-03-09  Dick Porter  <dick@ximian.com>
19551         * file-io.c (get_file_attributes): Use S_ISLNK not "& S_IFLNK".
19552         Fixes bug 76966 again.
19554 2006-03-07  Peter Dennis Bartok  <pbartok@novell.com>
19556         * verify.c (dtfinfo_fields): Updated to match new (serializable) field
19557         names from r57532
19558         * appdomain.c: Bumped corlib version to 48 (due to r57532)
19560 2006-03-07  Martin Baulig  <martin@ximian.com>
19562         * object.c
19563         (mono_field_get_value_object): Add support for MONO_TYPE_GENERICINST.
19565 2006-03-07  Martin Baulig  <martin@ximian.com>
19567         * class.c
19568         (mono_class_get_full): Don't inflate TYPEDEF entries; fixes the
19569         regression introduced in r56970; see gtest-252.cs.
19571         * loader.c (mono_get_method_constrained): Correctly handle generic
19572         methods; see gtest-253.cs.
19574 2006-03-04  Zoltan Varga  <vargaz@gmail.com>
19576         * icall.c (ves_icall_type_Equals): Handle NULLs. Fixes #77700.
19578 2006-03-04  Martin Baulig  <martin@ximian.com>
19580         * icall.c (ves_icall_MonoGenericClass_GetParentType): Dynamically
19581         compute the parent type at runtime, just like we're already doing
19582         it for interfaces.
19584         * reflection.c
19585         (mono_reflection_bind_generic_parameters): Don't compute the
19586         parent type anymore.
19588         * class-internals.h (MonoDynamicGenericClass): Removed `parent'.
19590 2006-03-04  Martin Baulig  <martin@ximian.com>
19592         * mono-debug-debugger.h
19593         (mono_debugger_create_notification_function): Allocate memory at
19594         runtime and return a pointer to it.
19596 2006-03-03  Zoltan Varga  <vargaz@gmail.com>
19598         * assembly.c: Fix windows build.
19599         
19600         * assembly.c: Fix build.
19602         * assembly.c: Move the contents of os/{unix,win32}/util.c to this file. 
19604         * gc_wrapper.h: Move the contents of os/gc_wrapper.h to this file.
19605         
19606 2006-03-03  Dick Porter  <dick@ximian.com>
19608         * process.c
19609         (ves_icall_System_Diagnostics_Process_ShellExecuteEx_internal):
19610         Check parameters before dereferencing them.  Fixes Aaron's part of
19611         bug 77393.
19613 2006-03-03  Raja R Harinath  <rharinath@novell.com>
19615         Fix performance regression.
19616         * loader.c (find_method_in_class): Add 'from_class' argument.
19617         Rename 'klass' argument to 'in_class'.  The signature is compared
19618         against the method in 'in_class', and the corresponding method is
19619         returned from 'from_class'.
19620         (find_method): Walk both 'in_class' and 'from_class' in parallel.
19621         (method_from_memberref) [PARENT_TYPESPEC]: Use it to walk the
19622         type definition and generic instantiation in parallel.
19623         (mono_get_method_constrained): Update to changes.
19625 Thu Mar 2 12:27:41 CET 2006 Paolo Molaro <lupus@ximian.com>
19627         * threads.c: make sure the domain is correct, too when doing
19628         mono_thread_attach ().
19630 2006-03-01  Zoltan Varga  <vargaz@gmail.com>
19632         * class.c (mono_class_create_from_typedef): Mark classes using CharSet.Auto as unicode on
19633         windows. Fixes #77683.
19635 Wed Mar 1 20:09:25 CET 2006 Paolo Molaro <lupus@ximian.com>
19637         * object.h, *: introduced specific way to set elements of an array
19638         of references to be used as write barrier. Still need to audit the
19639         uses of mono_array_addr.
19641 2006-03-01  Miguel de Icaza  <miguel@novell.com>
19643         * object-internals.h: New field to cache the assmebly name, patch
19644         from Tambet Ingo (tambet@ximian.com)
19646 Wed Mar 1 19:13:30 CET 2006 Paolo Molaro <lupus@ximian.com>
19648         * decimal.h, class-internals.h, metadata-internals.h,
19649         file-io.h: mark a few function declarations as internal, to
19650         reduce the number of PLT entries.
19652 2006-02-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19654         * file-io.c: fix typo in warning message.
19656 Tue Feb 28 17:43:20 CET 2006 Paolo Molaro <lupus@ximian.com>
19658         * loader.c: on unix, lookup the "*A" version of a function
19659         if charset is auto as a second option before failing.
19661 2006-02-28  Raja R Harinath  <rharinath@novell.com>
19663         * class.h (mono_class_inflate_generic_method): Revert to two
19664         argument version.
19665         * class-internals.h (MonoMethodInflated): Remove 'inflated' field.
19666         (mono_class_inflate_generic_method_full): Add.
19667         * class.c (mono_class_inflate_generic_method_full): Rename from
19668         'mono_class_inflate_generic_method'.  Don't set 'inflated' field.
19669         (mono_class_inflate_generic_method): New.  Wrapper around ..._full.
19670         * loader.c, reflection.c: Update to changes.
19672 Sat Feb 25 17:57:21 CET 2006 Paolo Molaro <lupus@ximian.com>
19674         * icall.c: const fixes and small improvements.
19676 2006-02-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19678         * threadpool.c: for asynchronous connect(), enable the same workaround
19679         for BSD 6 as for the Mac. Fixes bug #77637.
19681 2006-02-24  Zoltan Varga  <vargaz@gmail.com>
19683         * marshal.c (mono_marshal_free_asany): Fix handling of blittable
19684         formatted classes. Fixes #77524.
19686 2006-02-24  Raja R Harinath  <rharinath@novell.com>
19688         * class.c (inflate_generic_type): Add a couple more
19689         micro-optimizations.
19690         (inflate_generic_context): Don't use the 'gmethod' from
19691         'inflate_with'.
19692         (mono_class_inflate_generic_method): If the method has generic
19693         parameters, but the passed-in context doesn't have a 'gmethod',
19694         create one.  Use the possibly simplified generic instantiation
19695         from the declaring class instead of the one passed in.
19697 2006-02-24  Raja R Harinath  <harinath@gmail.com>
19699         Make generic method signature and method header handling lazy.
19700         * class.c (mono_class_inflate_generic_signature): Move to loader.c.
19701         (inflate_generic_header): Likewise.
19702         (mono_class_inflate_generic_method): Rewrite.  Add a 'klass_hint'
19703         parameter to avoid inflating types.
19704         (mono_get_inflated_method): Empty out.
19705         * class.h (mono_class_inflate_generic_method): Update to changes.
19706         * loader.c (mono_get_method_from_token): Don't parse signature for
19707         generic methods, nor methods of generic classes.
19708         (mono_method_signature): Rename from 'mono_method_signature'.
19709         Inflate signature on demand.
19710         (mono_method_get_header): Inflate method header on demand.
19711         * reflection.c: Update to changes.
19713 2006-02-23  Raja R Harinath  <rharinath@novell.com>
19715         * metadata.c (mono_metadata_inflate_generic_inst): If the
19716         instantiation is closed, don't bother expanding it in the new
19717         context.
19718         * class.c (inflate_generic_class): If the generic instantiation
19719         doesn't change after inflation, return the argument itself.
19720         (inflate_generic_type) [MONO_TYPE_MVAR, MONO_TYPE_VAR]:
19721         Add bounds checks.
19722         (inflate_generic_context): If neither the generic class nor the
19723         generic method instantiations change, return the original context.
19724         * reflection.c (mono_method_get_object): Do
19725         'mono_get_inflated_method' before accessing the ->klass field.
19726         (inflate_mono_method): Don't create a MonoGenericMethod unless
19727         necessary.
19728         (inflate_method): Don't pass a constructed type as the declaring
19729         type of a methodbuilder.
19731 Thu Feb 23 11:57:54 CET 2006 Paolo Molaro <lupus@ximian.com>
19733         * object.c: fix memory overwrite.
19735 2006-02-22  Dick Porter  <dick@ximian.com>
19737         * threads.c: Don't use G_GNUC_PRETTY_FUNCTION in debug messages,
19738         it doesn't work any more.
19739         (mono_threads_request_thread_dump): Fix unused variable warnings.
19741 Wed Feb 22 15:08:44 CET 2006 Paolo Molaro <lupus@ximian.com>
19743         * metadata.h, metadata-internals.h, monodiet.c, debug-helpers.c,
19744         mono-debug.c, profiler.c: cleanup: move MonoMethodHeader out of
19745         the public header file.
19747 2006-02-21  Zoltan Varga  <vargaz@gmail.com>
19749         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalUni): Fix writing past memory. Fixes #77613.
19751 Tue Feb 21 19:55:11 CET 2006 Paolo Molaro <lupus@ximian.com>
19753         * class-internals.h, object.c: reduce the size of MonoVTable
19754         and store the interface_offsets array at negative offsets.
19756 Tue Feb 21 19:53:26 CET 2006 Paolo Molaro <lupus@ximian.com>
19758         * metadata.c: tweak table descriptors data structures to reduce
19759         size and runtime relocations.
19761 Tue Feb 21 14:52:13 CET 2006 Paolo Molaro <lupus@ximian.com>
19763         * marshal.c: fix some types and opcodes to be type-safe
19764         in marshaling wrappers.
19766 2006-02-21  Ankit Jain  <jankit@novell.com>
19768         * metadata.h (mono_metadata_decode_signed_value): Add declaration.
19770 2006-02-21  Raja R Harinath  <rharinath@novell.com>
19772         * metadata.c (get_constraints): Relax debugging checks for monodis.
19774 2006-02-21  Ankit Jain  <jankit@novell.com>
19776         * metadata.c (mono_metadata_load_generic_params): Move the code
19777         checking for ambiguous generic params from here to mono/dis/get.c
19778         * metadata-internals.h (mono_generic_params_with_ambiguous_names): Remove.
19780 2006-02-21  Raja R Harinath  <harinath@gmail.com>
19782         Fix assertion triggered when compiling nemerle.
19783         * class.c (mono_get_shared_generic_inst): Rename from
19784         get_shared_inst and make non-static.
19785         * loader.c (mono_get_shared_generic_method): New.  Used to create
19786         the MonoGenericContext-equivalent of a MonoGenericContainer.
19787         (mono_get_method_from_token): Initialize the 'context' field of
19788         the created MonoGenericContainer.
19789         * reflection.c (reflection_methodbuilder_to_mono_method): Likewise.
19790         * metadata.c (get_constraints): Add sanity check.
19791         * class-internals.h: Add new internal methods.
19793         * reflection.c (verify_safe_for_managed_space): New sanity check.
19794         Currently checks that owner-less generic parameters aren't allowed
19795         in managed space.
19796         (mono_type_get_object): Use it.
19797         * icall.c (ves_icall_MonoType_GetGenericArguments): Remove checks
19798         that are now in mono_type_get_object.
19799         (ves_icall_MonoMethod_GetGenericArguments): Likewise.
19801 2006-02-19  Raja R Harinath  <harinath@gmail.com>
19803         * metadata.c (mono_type_create_from_typespec): Rename from
19804         mono_type_create_from_typespec_full.  Remove MonoGenericContainer*
19805         argument and caching of types in the generic container.
19806         (unwrap_arrays, find_generic_param): Remove.
19807         * metadata-internals.h: Update.
19808         * class-internals.h (_MonoGenericContainer): Remove 'types' field.
19810 2006-02-18  Zoltan Varga  <vargaz@gmail.com>
19812         * class.c (mono_class_get_exception_for_failure): Fix a warning.
19814         * marshal.c (mono_marshal_emit_native_wrapper): Handle FNPTR args and
19815         return values. Fixes #77581.
19817         * class.c (mono_fnptr_class_get): Switch name and name_space.
19819         * marshal.c (mono_marshal_asany): Fix marshalling of blittable formatted
19820         classes and add support for [In, Out] attributes.
19821         (mono_marshal_free_asany): Ditto. Fixes #77524.
19823 2006-02-18  Raja R Harinath  <harinath@gmail.com>
19825         * class.c (mono_class_from_generic_parameter): Make more robust to
19826         incomplete MonoGenericContainers from monodis.
19828 Fri Feb 17 16:10:34 CET 2006 Paolo Molaro <lupus@ximian.com>
19830         * class-internals.h: added some more exception types.
19831         * class.c, metadata.c: added a few checks to handle missing
19832         types.
19834 2006-02-17  Raja R Harinath  <rharinath@novell.com>
19836         Use owner-less generic-params some more.
19837         * class.c (my_mono_class_from_generic_parameter): Remove.
19838         (mono_class_from_generic_parameter): Handle null image,
19839         param->name and param->owner.
19840         (mono_class_from_mono_type): Update.
19841         (mono_class_create_from_typespec): Remove 'container' parameter.
19842         If that parameter is non-null, the result is always inflated by
19843         'mono_class_get_full' anyway.
19844         (mono_class_get): Rename from _mono_class_get.  Remove 'container'
19845         parameter.
19846         (mono_class_get_full): Update.
19848         * class.c (inflate_generic_type) [GENERICINST]: If the generic
19849         instance is not open, don't bother inflating.
19850         (mono_class_setup_fields): Hoist some loop-invariants.  Don't
19851         parse metadata for inflated classes.
19852         (_mono_class_get): Change GenericContext* parameter to
19853         GenericContainer*.
19854         (mono_class_create_from_typespec): Likewise.  Simplify, and
19855         implement trivially.  All the cases are handled in
19856         mono_class_from_mono_type.  Don't inflate returned class.
19857         (mono_class_get_full): Delegate GENERICINST optimization to
19858         inflate_generic_type.
19859         (mono_ldtoken) [TOKEN_TYPE_SPEC]: Use mono_class_get_full() here too.
19861 2006-02-16  Dick Porter  <dick@ximian.com>
19863         * socket-io.c (create_object_from_sockaddr): Fix typo.
19864         (create_sockaddr_from_object): Check array lengths before
19865         potentially accessing items off the end.
19866         (ves_icall_System_Net_Sockets_Socket_Receive_internal)
19867         (ves_icall_System_Net_Sockets_Socket_RecvFrom_internal)
19868         (ves_icall_System_Net_Sockets_Socket_Send_internal)
19869         (ves_icall_System_Net_Sockets_Socket_SendTo_internal): Fix buffer
19870         length checks to avoid wraparound overflows.
19871         (ves_icall_System_Net_Sockets_Socket_Select_internal): Check the
19872         contents of the array of sockets
19873         (hostent_to_IPHostEntry2)
19874         (addrinfo_to_IPHostEntry): IPv6 printed addresses can be 48 bytes.
19875         Check return value of inet_ntop ().
19876         (addrinfo_to_IPHostEntry): Fix typo
19878 2006-02-16  Raja R Harinath  <rharinath@novell.com>
19880         Type metadata parsing doesn't use generic-instantiation information.
19881         * metadata.c (mono_metadata_parse_array_full): Change
19882         MonoGenericContext* parameter to MonoGenericContainer*.
19883         (mono_metadata_parse_type_full): Likewise.
19884         (mono_type_create_from_typespec_full): Likewise.
19885         (mono_metadata_parse_mh_full): Likewise.
19886         (mono_metadata_parse_generic_inst): Likewise.
19887         (do_mono_metadata_parse_generic_class): Likewise.
19888         (do_mono_metadata_parse_type): Likewise.
19889         * metadata-internals.h: Update to changes.
19890         * class.c (mono_class_find_enum_basetype): Likewise.
19891         (mono_class_setup_fields): Likewise.
19892         (mono_class_create_from_typespec): Likewise.
19893         * loader.c (method_from_methodspec): Likewise.
19894         (mono_get_method_from_token): Likewise.
19895         (mono_method_get_header): Likewise.
19897 Thu Feb 16 15:42:13 CET 2006 Paolo Molaro <lupus@ximian.com>
19899         * marshal.c: handle additional GENERICINST case (patch from
19900         Thong Nguyen <tum@veridicus.com>).
19901         Fix a few cases where LDIND_I/STIND_I was used for references.
19903 2006-02-16  Raja R Harinath  <rharinath@novell.com>
19905         * reflection.c (mono_reflection_get_token): Remove unused variable.
19907 2006-02-16  Martin Baulig  <martin@ximian.com>
19909         * reflection.c (mono_reflection_get_token): Add support for fields
19910         in instantiated generic types.
19912         * icall.c
19913         (ves_icall_MonoField_Mono_GetGenericFieldDefinition): Removed.
19915 2006-02-15  Martin Baulig  <martin@ximian.com>
19917         * icall.c
19918         (ves_icall_MonoMethod_get_HasGenericParameters): Removed.
19919         (ves_icall_MonoMethod_get_Mono_IsInflatedMethod): Removed.
19920         (ves_icall_MonoMethod_get_IsGenericMethod): New icall.
19921         (ves_icall_MonoMethod_get_IsGenericMethodDefinition): New icall.
19923 Wed Feb 15 16:19:24 CET 2006 Paolo Molaro <lupus@ximian.com>
19925         * class.c, metadata.c, metadata.h, object.c, icall.c,
19926         marshal.c: changed mono_type_get_underlying_type () to do
19927         the sensible thing and introduced mono_type_generic_inst_is_valuetype().
19928         Fixed handling of instantiated generic valuetypes (bug #75479).
19930 2006-02-15  Raja R Harinath  <rharinath@novell.com>
19932         * metadata.c (mono_metadata_decode_signed_value): Simplify.
19933         Delegate to mono_metadata_decode_value, and work on the returned value.
19935         * icall.c (ves_icall_MonoType_GetGenericArguments):
19936         Add consistency check here too.
19937         
19938 2006-02-15  Ankit Jain  <jankit@novell.com>
19940         * metadata.c (mono_metadata_decode_signed_value): Use gint* instead of
19941         char/short etc.
19943 2006-02-15  Ankit Jain  <jankit@novell.com>
19945         * metadata.c (mono_metadata_decode_signed_value): New function to decode
19946         signed values, used only for representing lower bounds of arrays.
19947         (mono_metadata_parse_array_full): Use new
19948         mono_metadata_decode_signed_value to decode lower bounds.
19950 2006-02-14  Martin Baulig  <martin@ximian.com>
19952         * reflection.c
19953         (mono_reflection_get_token): Support "MonoGenericMethod" and
19954         "MonoGenericCMethod" and allow generic instances / methods.
19956 2006-02-11  Zoltan Varga  <vargaz@gmail.com>
19958         * console-io.c (ves_icall_System_ConsoleDriver_GetTtySize): New icall
19959         to obtain the terminal size using an ioctl.
19961         * object.c (mono_nullable_init): Revert this as nullable reference
19962         types are not valid.
19963         (mono_nullable_box): Ditto.
19965 2006-02-09  Dick Porter  <dick@ximian.com>
19967         * threads.c (mono_thread_detach): Drop a reference to the thread
19968         we're detaching.
19970 2006-02-09  Zoltan Varga  <vargaz@gmail.com>
19972         * object.c (mono_nullable_init): Handle nullable reference types.
19973         (mono_nullable_box): Ditto. Fixes #77446.
19975 2006-02-07  Martin Baulig  <martin@ximian.com>
19977         * icall.c (ves_icall_MonoMethod_get_IsGenericMethodDefinition): Removed.
19979 2006-02-07  Ankit Jain  <jankit@novell.com>
19981         * socket-io.h (MonoSocketFlags): New. Copy of System.Net.Sockets.SocketFlags
19982         * socket-io.c (convert_socketflags): New. Convert SocketFlags to native ones.
19983         (ves_icall_System_Net_Sockets_Socket_Receive_internal): Convert flags using convert_socketflags.
19984         (ves_icall_System_Net_Sockets_Socket_ReceiveFrom_internal): Likewise.
19985         (ves_icall_System_Net_Sockets_Socket_Send_internal): Likewise.
19986         (ves_icall_System_Net_Sockets_Socket_SendTo_internal): Likewise.
19988 2006-02-02  Zoltan Varga  <vargaz@gmail.com>
19990         * class.c (mono_class_create_generic): Set type_token as well.
19992         * object.c (mono_runtime_invoke_array): Fix handling of byref vtypes to be
19993         compatible with MS.
19995 2006-02-02  Martin Baulig  <martin@ximian.com>
19997         * threads.c, gc.c: Removed the `WITH_INCLUDED_LIBGC' section; it
19998         has never been used so far.
20000 2006-02-02  Martin Baulig  <martin@ximian.com>
20002         * mono-debug-debugger.h: Changed comment at the top of this file;
20003         the header is not installed, but it's safe to #include it from
20004         within the JIT.
20006         * mono-debug.c: Don't #define _IN_THE_MONO_DEBUGGER.
20007         * mono-debug-debugger.c, debug-mono-symfile.c: Likewise.
20009 2006-02-02  Martin Baulig  <martin@ximian.com>
20011         * mono-debug.h
20012         (MonoSymbolTable): Removed the `metadata_info' field.
20014         * mono-debug.c
20015         (mono_debug_init_1): Always set `mono_symbol_table->corlib'.
20017         * mono-debug-debugger.h (MonoDebuggerIOLayer): Removed.
20018         (mono_debugger_add_builtin_types): Removed.
20019         (MonoDebuggerInfo): Moved into ../mini/debug-debugger.h.
20020         (mono_debugger_create_notification_function): We now operate on a
20021         pre-allocated area; take a `gpointer' and return `void'.
20023         * mono-debug-debugger.c
20024         (MonoDebuggerMetadataInfo): Moved into ../mini/debug-debugger.h.
20025         (mono_debugger_add_builtin_types): Removed.
20027 2006-02-02  Martin Baulig  <martin@ximian.com>
20029         * threads.c (mono_debugger_create_all_threads): New public method.
20031 Wed Feb 1 18:22:34 CET 2006 Paolo Molaro <lupus@ximian.com>
20033         * gc-internal.h, boehm-gc.c, null-gc.c: back out the patch, since it
20034         breaks on several platforms.
20036 2006-02-01  Sebastien Pouliot  <sebastien@ximian.com>
20038         * assembly.c: the VS.NET build doesn't supply default values for
20039         MONO_ASSEMBLIES and MONO_CFG_DIR.
20041 2006-02-01  Zoltan Varga  <vargaz@gmail.com>
20043         * gc-internal.h boehm-gc.c null-gc.c (mono_gc_unregister_thread): New
20044         helper function.
20046         * threads.c (mono_thread_detach): Call mono_gc_unregister_thread ().
20048         * loader.c (method_from_memberref): Fix a warning.
20050         * metadata.c (mono_metadata_load_generic_params): Fix a warning.
20052         * marshal.c (emit_struct_conv): Fix marshalling of embedded structs
20053         with explicit layout. Fixes #77433.
20055 2006-01-31  Zoltan Varga  <vargaz@gmail.com>
20057         * icall.c (ves_icall_Type_GetInterfaceMapData): Make sure 
20058         max_interface_id is initialized before using it. Fixes #77398.
20059         (ves_icall_Type_GetInterfaces): Ditto.
20061 2006-01-30  Raja R Harinath  <rharinath@novell.com>
20063         * metadata.c (mono_metadata_parse_method_signature_full): Don't
20064         allocate memory for parameter attributes when parsing memberref
20065         signatures.
20066         * loader.c (mono_loader_set_error_method_load): Don't warn.
20067         (method_from_memberref): Ensure MissingMethodException gets thrown
20068         if method is not found.  Make warning more informative.
20070 2006-01-29  Raja R Harinath  <harinath@gmail.com>
20072         Fix #77397
20073         * icall.c (ves_icall_MonoType_get_IsGenericParameter): Don't
20074         return true if is byref.
20075         (ves_icall_TypeBuilder_get_IsGenericParameter): Likewise.
20076         (ves_icall_MonoType_get_DeclaringType): Return NULL on byref classes.
20077         (ves_icall_MonoType_get_DeclaringMethod): Likewise.
20079 2006-01-27  Raja R Harinath  <rharinath@novell.com>
20081         Fix tests/find-method.2.il
20082         * loader.c (find_method, find_method_in_class): Remove is_inflated
20083         argument.  Revert 2006-01-18 change.
20084         (method_from_memberref) [MONO_MEMBERREF_PARENT_TYPESPEC]: If type
20085         is generic, search for method in its generic definition.
20086         * class.c (mono_class_setup_vtable_general): Print generic
20087         arguments of generic types in debugging printf.
20089 2006-01-26  Zoltan Varga  <vargaz@gmail.com>
20091         * object-internals.h (MonoThread): Add 'thread_dump_requested' field.
20093         * threads.c (mono_threads_request_thread_dump): New helper function.
20095 2006-01-25  Raja R Harinath  <rharinath@novell.com>
20097         * metadata.c (mono_type_create_from_typespec_full): Fix caching of types.
20099 2006-01-25  Ankit Jain  <jankit@novell.com>
20101         * metadata-internals.h (mono_generic_params_with_ambiguous_names): Add declaration and
20102         move definition to ..
20103         * metadata.c (mono_generic_params_with_ambiguous_names): .. here.
20104         
20105 2006-01-25  Ankit Jain  <jankit@novell.com>
20106             Raja R Harinath  <rharinath@novell.com>
20108         * metadata-internals.h (mono_generic_params_with_ambiguous_names): New.
20109         * metadata.c (mono_metadata_load_generic_params): Fill mono_generic_params_with_ambiguous_names
20110         as necessary.
20112 2006-01-25  Martin Baulig  <martin@ximian.com>
20114         * mono-debug-debugger.h: Moved `MonoDebuggerManager' and
20115         `MonoDebuggerThread' into debug-debugger.c.
20117 Tue Jan 24 18:53:35 CET 2006 Paolo Molaro <lupus@ximian.com>
20119         * profiler.c: fix printing of data.
20121 2006-01-24  Atsushi Enomoto  <atsushi@ximian.com>
20123         * object.c, marshal.c : Fixed runtime part of bug #77315. Reject
20124           invalid surrogate in UTF7/UTF8 bytes and don't return NULL.
20126 Tue Jan 24 09:56:16 CET 2006 Paolo Molaro <lupus@ximian.com>
20128         * object.c: fix deadlock related to string interning.
20130 2006-01-23  Martin Baulig  <martin@ximian.com>
20132         * mono-debug-debugger.h (MonoDebuggerIOLayer): Removed.
20134         * mono-debug-debugger.c (mono_debugger_io_layer): Removed.
20136 2006-01-23  Martin Baulig  <martin@ximian.com>
20138         * mono-debug.h: Moved the prototypes of some functions which are
20139         used by the JIT here from mono-debug-debugger.h.
20141 2006-01-21  Martin Baulig  <martin@ximian.com>
20143         * Makefile.am: Don't install mono-debug-debugger.h.
20145 2006-01-21  Martin Baulig  <martin@ximian.com>
20147         * mono-debug-debugger.h: Enforce the private status of this header
20148         file and removed unneccessary #include's in metadata/*.c and mini/*.c.
20149         Moved some stuff from mono-debugger-jit-wrapper.h here.
20151 2006-01-20  Raja R Harinath  <rharinath@novell.com>
20153         * class.c (mono_class_from_typeref): Add a sanity test to help
20154         catch lack of assembly load/search hooks.
20156 2006-01-19  Zoltan Varga  <vargaz@gmail.com>
20158         * marshal.c (emit_struct_conv): Relax the fields with same offset
20159         check even more. Fixes #77230.
20161 2006-01-18  Martin Baulig  <martin@ximian.com>
20163         * loader.c (find_method_in_class): Added `gboolean is_inflated'
20164         argument; if false, we compare the uninstantiated signatures.
20165         (method_from_memberref): Compare the uninstantiated signatures;
20166         fixes #76417.
20168 2006-01-18  Robert Jordan  <robertj@gmx.net>
20170         * boehm-gc.c, null-gc.c (mono_gc_weak_link_remove):
20171         Clear the weak link. Fixes bug #77170.
20173         * gc.c (mono_gchandle_free):
20174         Reflect *-gc.c changes (tiny optimization).
20176 2006-01-18  Zoltan Varga  <vargaz@gmail.com>
20178         * metadata.c (mono_metadata_signature_dup): Applied patch from
20179         Aras Pranckevicius (aras@otee.dk). Fix crash when compiled with MSVC.
20180         Fixes #77288.
20182 2006-01-17  Zoltan Varga  <vargaz@gmail.com>
20184         * marshal.c (emit_struct_conv): Allow fields with the same offset when
20185         marshalling from native to managed code. Fixes #77230.
20187 2006-01-17 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20189         * threadpool.c: fix problem (Mac only) when more than one asynchronous
20190         connect. Fixes bug #77020.
20192 Mon Jan 16 19:20:43 CET 2006 Paolo Molaro <lupus@ximian.com>
20194         * class.c: fixed id assignement for nested interfaces (bug #77275).
20195         Added also better info for --print-vtable debugging.
20197 2006-01-12  Martin Baulig  <martin@ximian.com>
20199         * icall.c (ves_icall_MonoGenericClass_GetInterfaces): Inflate the
20200         interfaces on-the-fly; fixes #76625.
20202         * class-internals.h
20203         (MonoDynamicGenericClass): Removed `ifaces' and `count_ifaces'; we
20204         don't need that anymore.
20206 2006-01-12  Miguel de Icaza  <miguel@novell.com>
20208         * socket-io.c
20209         (ves_icall_System_Net_Sockets_Socket_GetSocketOption_obj_internal):
20210         To avoid initing the nested_classes when not needed I turned the
20211         PeerCredData as a toplevel internal class, as it has to be shared
20212         anyways. 
20214         Fixes the CASA issue.
20216 2006-01-11  Ben Maurer  <bmaurer@andrew.cmu.edu>
20218         * domain.c: Accessors for MonoJitInfo
20220         * profiler-private.h: Add jitinfo to the end jit hook
20222         * profiler.[ch]: Define new hooks, called after jitting which give
20223         the MonoJitInfo that was compiled
20225 2006-01-10  Martin Baulig  <martin@ximian.com>
20227         * class.c (mono_class_setup_events): Add support for generic
20228         classes; fixes #76440.
20230 2006-01-06  Raja R Harinath  <rharinath@novell.com>
20232         Fix #77160.
20233         * icall.c (ves_icall_InternalInvoke): Use mono_get_inflated_method
20234         on passed-in method.
20236 2006-01-03  Zoltan Varga  <vargaz@gmail.com>
20238         * object.c (mono_runtime_invoke_array): Add Nullable support.
20240         * icall.c (ves_icall_System_Activator_CreateInstanceInternal): Ditto.
20242 2006-01-03  Sebastien Pouliot  <sebastien@ximian.com>
20244         * file-io.c: Don't consider sockets as directory and avoid an endless
20245         loop. Fix bug #76966.
20247 2006-01-03  Zoltan Varga  <vargaz@gmail.com>
20249         * object.c (mono_nullable_init): New helper function.
20250         (mono_nullable_box): Ditto.
20252         * marshal.c (mono_marshal_get_runtime_invoke): Handle Nullables.
20254         * icall.c (ves_icall_FieldInfo_SetValueInternal): Handle Nullables.
20256         * icall.c (ves_icall_MonoField_GetValueInternal): Handle Nullables.
20257         
20258 2006-01-02  Zoltan Varga  <vargaz@gmail.com>
20260         * class.c (mono_class_is_assignable_from): Make T assignable to 
20261         Nullable<T>.
20263 2005-12-23  Sebastien Pouliot  <sebastien@ximian.com>
20265         * appdomain.c: Bump corlib version to 46.
20266         * icalls.c: Renamed CurrentTimeZone to CurrentSystemTimeZone (for
20267         serialization purpose) and changed ves_icall_System_Reflection_
20268         Assembly_get_code_base signature to accept a boolean (to escape, or 
20269         not, the assembly code base).
20271 2005-12-23  Dick Porter  <dick@ximian.com>
20273         * icall.c: 
20274         * threads-types.h: 
20275         * threads.c: Added OpenMutex, OpenSemaphore and OpenEvent icalls.
20276         CreateEvent icall now returns "created" boolean parameter.
20278 2005-12-22  Zoltan Varga  <vargaz@gmail.com>
20280         * marshal.c (mono_mb_emit_restore_result): Add generics support. Fixes
20281         #76967.
20283         * reflection.c (mono_custom_attrs_construct_by_type): Handle the case 
20284         when attr_klass is an interface. Fixes #77045.
20286 2005-12-20  Zoltan Varga  <vargaz@gmail.com>
20288         * marshal.c (emit_struct_conv): Fix previous patch.
20289         
20290         * marshal.c (emit_struct_conv): Add a check for fields with the same
20291         offset.
20293 2005-12-20  Raja R Harinath  <rharinath@novell.com>
20295         Fix regression in Mono.C5.
20296         * class.c (mono_class_create_generic): If 'klass' is an interface
20297         set up the interface offsets.
20298         (mono_class_is_assignable_from): Don't throw away generic arguments.
20300 2005-12-19  Raja R Harinath  <rharinath@novell.com>
20302         * icall.c (ves_icall_System_MonoType_getFullName): Return NULL for
20303         type parameters.
20305 2005-12-15  Raja R Harinath  <rharinath@novell.com>
20307         * metadata.c (mono_metadata_parse_method_signature_full): Remove a
20308         dead store.
20309         (do_mono_metadata_parse_generic_class): Don't pass the current
20310         generic context when parsing the type being instantiated: it
20311         cannot use it, anyway.
20313         * loader.c (method_from_memberref): Don't inflate a signature if
20314         it doesn't contain any type parameters.
20316 2005-12-15  Zoltan Varga  <vargaz@gmail.com>
20318         * class.c (mono_class_setup_vtable): Call mono_reflection_get_dynamic_overrides () to get the overrides in dynamic assemblies.
20320 2005-12-14  Martin Baulig  <martin@ximian.com>
20322         * class.c
20323         (mono_type_get_name_recurse): Don't return null for type
20324         parameters and open generic classes.
20325         (mono_class_setup_methods): Don't exclude generic instances.
20326         (mono_get_unique_iid): Use different IDs for different
20327         instantiations of the same generic type.
20328         (mono_class_setup_vtable): Only use setup_generic_vtable() for
20329         open generic instances; create a normal vtable for closed generic
20330         instances.
20331         (mono_class_setup_vtable_general): We're now also called for
20332         closed generic instances.
20334         * reflection.c
20335         (mono_reflection_bind_generic_parameters): Correctly use
20336         mono_metadata_lookup_generic_inst() everywhere.
20338 2005-12-14  Zoltan Varga  <vargaz@gmail.com>
20340         * object.c (mono_class_create_runtime_vtable): Call 
20341         mono_class_setup_vtable ().
20343         * reflection.c (mono_reflection_get_dynamic_overrides): New helper
20344         function.
20345         (ensure_runtime_vtable): Initialize the generic vtable lazily. Fixes
20346         #76959.
20348         * loader.c (mono_loader_set_error_type_load): Print the type load
20349         warnings to the console so they are more visible to the user.
20350         (mono_loader_set_error_method_load): Ditto.
20352         * reflection.c (ensure_runtime_vtable): Revert the last change as it
20353         is still broken.
20354         
20355         * reflection.c (ensure_runtime_vtable): Fix build.
20357         * reflection.c (ensure_runtime_vtable): Disable an optimization which
20358         doesn't work in all cases.
20360 2005-12-13  Zoltan Varga  <vargaz@gmail.com>
20362         * object.c (mono_array_new_full): Treat a single dimensional array
20363         with 0 lower bounds as an szarray. Fixes #76973.
20365         * reflection.c (custom_attr_visible): Really fix this.
20367 2005-12-12  Zoltan Varga  <vargaz@gmail.com>
20369         * reflection.c (custom_attr_visible): Allow nested public attributes
20370         as well.
20372         * class.c (mono_class_setup_vtable_general): Add missing != -1 to an
20373         interface check.
20375 2005-12-12  Raja R Harinath  <harinath@gmail.com>
20377         * class.c (set_generic_param_owner): Delete.
20378         (mono_class_create_from_typedef): Don't set ->owner field of
20379         generic parameters to "param containers" of enclosing classes.
20380         * reflection.c (mono_reflection_initialize_generic_parameter):
20381         Likewise.
20383 2005-12-11  Zoltan Varga  <vargaz@gmail.com>
20385         * reflection.c (custom_attr_visible): Fix build.
20387 2005-12-10  Zoltan Varga  <vargaz@gmail.com>
20389         * reflection.c (mono_custom_attrs_from_builders): Avoid returning
20390         private attributes.
20391         
20392         * reflection.c (reflection_methodbuilder_to_mono_method): Fix
20393         handling of null parameter defaults.
20395 2005-12-09  Raja R Harinath  <rharinath@novell.com>
20397         * class.c (mono_class_from_generic_parameter): Don't set
20398         klass->generic_container.
20399         (my_mono_class_from_generic_parameter): Likewise.
20401 2005-12-07  Zoltan Varga  <vargaz@gmail.com>
20403         * reflection.c (load_public_key): Fix a warning.
20404         (method_encode_code): Fix unaligned accesses.
20406 2005-12-07  Martin Baulig  <martin@ximian.com>
20408         * object-internals.h (MonoReflectionGenericParam): Added `cattrs'.
20410         * reflection.c
20411         (write_generic_param_entry): Encode our custom attrs.
20413         * appdomain.c (MONO_CORLIB_VERSION): Bump to 45.
20415 2005-12-07  Martin Baulig  <martin@ximian.com>
20417         * reflection.c (encode_new_constraint): Removed; we don't use the
20418         `NewConstraintAttribute' anymore.
20420 2005-12-06  Zoltan Varga  <vargaz@gmail.com>
20422         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): Do
20423         not fire a TypeResolve event when Assembly.GetType () is called.
20425 2005-12-05  Ben Maurer  <bmaurer@ximian.com>
20427         Beginning of support for nullable types in the runtime. Parts of
20428         this patch are from Martin.
20430         * appdomain.c (MONO_CORLIB_VERSION): Bump
20432         * domain.c (mono_init_internal): get the nullable type
20434         * class.c (mono_class_is_nullable): New method
20435         (mono_class_get_nullable_param): New mehod
20436         (mono_class_create_generic): In types T? set cast_class to T
20438         * class-internals.h (MonoDefaults): new nullable default class
20439         (mono_class_get_nullable_param, mono_class_get_nullable_param):
20440         new methods.
20442 2005-12-05  Raja R Harinath  <rharinath@novell.com>
20444         * metadata.c (select_container): New.  Refactor code to select the
20445         appropriate GenericContainer given the type of generic parameter
20446         we are looking for.
20447         (mono_metadata_parse_generic_param): Take a MonoGenericContainer,
20448         not a MonoGenericContext.  Use select_container.  Update parameters.
20449         (do_mono_metadata_parse_type): Combine the code for MONO_TYPE_VAR
20450         and MONO_TYPE_MVAR.
20451         (unwrap_arrays): Remove duplicate tests.
20452         (find_generic_param): Rename from 'has_same_context'.  Now walks a
20453         generic instantiated class to find any arguments that are generic
20454         parameters.
20455         (mono_type_create_from_typespec_full): Use find_generic_param to
20456         avoid evicting some generic instantiations from the typespec
20457         cache.
20459 Mon Dec 5 15:07:42 GMT 2005 Paolo Molaro <lupus@ximian.com>
20461         * reflection.c: fixed writing of doubles on ARM FPA.
20463 2005-12-02  Robert Jordan  <robertj@gmx.net>
20465         * icall.c: Fixed EventInfo.ReflectedType (#76829).
20467 2005-12-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20469         * filewatcher.c: try loading libgamin-1.so.0 before libfam, since at
20470         least on SUSE 10 they are not the same (on debian, they are just the
20471         same thing).
20473 2005-12-01  Raja R Harinath  <rharinath@novell.com>
20475         * icall.c (ves_icall_MonoType_get_DeclaringType): Implement
20476         DeclaringType for VARs and MVARs.
20477         * class.c (set_generic_param_owner): Fix initialization of owner
20478         fields.
20480 Wed Nov 30 15:48:22 CET 2005 Paolo Molaro <lupus@ximian.com>
20482         * icall.c: fixed Enum.ToObject() to correctly convert the values.
20484 2005-11-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20486         * threadpool.c: workaround for a bug that shows up on the Mac:
20487         select()+connect() on a blocking socket is not like it should
20488         be, so we proceed to connect() in that case, wasting the I/O
20489         threadpool thread until connect succeedes. Fixes bug #75436.
20491 2005-11-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20493         * threadpool.c: fix typo when setting file descriptor states.
20495 2005-11-28  Raja R Harinath  <rharinath@novell.com>
20497         * class-internals.h (MonoGenericContainer.is_signature): Remove.        
20498         * metadata.c (mono_metadata_parse_method_signature_full): Don't
20499         create a temporary signature container.
20500         (mono_metadata_parse_generic_param): Update to changes.
20501         (mono_type_create_from_typespec_full): Update to changes.
20502         * loader.c (method_from_memberref): Don't use a
20503         MonoGenericContainer while parsing a memberref signature.
20504         (method_from_methodspec): Remove dead-store of the 'container'
20505         variable.  It's overwritten before use.
20507         * metadata.c (mono_type_create_from_typespec_full): Make debugging
20508         checks tighter.
20509         (mono_metadata_parse_generic_param): Likewise.
20510         * loader.c (find_method_in_class): Does not need a
20511         MonoGenericContainer.  Use 'mono_method_signature' rather than
20512         'mono_method_signature_full'.
20513         (find_method, mono_get_method_constrained, method_from_memberref):
20514         Update to changes.
20516         * metadata.c (mono_type_create_from_typespec_full): Ensure that
20517         owner-less generic-parameters are never evicted from the typespec
20518         cache.
20520         * loader.c (method_from_memberref): Don't use the current context
20521         when parsing signatures.
20522         (method_from_methodspec, mono_get_method_from_token): Update to changes.
20524         * metadata.c (do_mono_metadata_parse_generic_class): Avoid
20525         side-effects in g_assert.
20526         * loader.c (mono_get_method_from_token): Resolve klass earlier so
20527         that we don't potentially lose information.
20529 2005-11-26  Dick Porter  <dick@ximian.com>
20531         * icall.c:
20532         * threads.c: icalls to implement basic (ie, not named)
20533         System.Threading.Semaphore.
20535 2005-11-24  Dick Porter  <dick@ximian.com>
20537         * process.c
20538         (ves_icall_System_Diagnostics_Process_ShellExecuteEx_internal):
20539         Use GetProcessId() if it's available.
20541 2005-11-23  Zoltan Varga  <vargaz@gmail.com>
20543         * icall.c threads-types.h threads.c: Add Exchange<T> icall.
20545 2005-11-23  Raja R Harinath  <rharinath@novell.com>
20546             Ankit Jain  <jankit@novell.com>
20548         * loader.c (mono_get_method_from_token): Initialize 'method' field
20549         of all generic parameters before parsing the signature.  Remove
20550         code that "fixed"-up MVAR references.
20552 2005-11-23  Ankit Jain  <jankit@novell.com>
20554         * metadata.c (mono_metadata_has_generic_params):
20555         (mono_metadata_load_generic_param_constraints):
20556         (mono_metadata_load_generic_params): Move duplicate code ...
20557         (mono_metadata_get_generic_param_row): ... here. Returns the
20558         first row-id in GenericParam table for a given owner (token).
20559         * metadata-internals.h (mono_metadata_get_generic_param_row): Add
20560         prototype.
20562 2005-11-23  Raja R Harinath  <rharinath@novell.com>
20563             Ankit Jain  <jankit@novell.com>
20565         * metadata.c (mono_metadata_class_equal): Pass signature_only when
20566         comparing VARs too.
20567         * icall.c (ves_icall_MonoType_get_DeclaringMethod): Look at 
20568         type->data.generic_param only if the type is an MVAR.
20569         (ves_icall_MonoMethod_GetGenericArguments): Ensure that we don't
20570         leak owner-less VARs and MVARs into managed space.
20572 2005-11-21  Martin Baulig  <martin@ximian.com>
20574         * class-internals.h
20575         (MonoMethod): Moved the `generic_container' here from
20576         `MonoMethodNormal' since we now also need it for
20577         `MonoMethodPInvoke';
20578         (MonoMethodNormal): Moved the `generic_container' to `MonoMethod'.
20579         (MonoMethodInflated): Replaced the `MonoMethodNormal nmethod' with
20580         an union containing both `MonoMethodNormal' and
20581         `MonoMethodPInvoke'.
20583         * loader.c
20584         (mono_get_method_from_token): Allow implementing generic methods
20585         as interncalls.
20587         * threads.c
20588         (ves_icall_System_Threading_Interlocked_CompareExchange_T): New
20589         icall.
20591 2005-11-17  Dick Porter  <dick@ximian.com>
20593         * icall.c: 
20594         * process.h: 
20595         * process.c: Split the Process Start_internal icall into
20596         ShellExecuteEx_internal and CreateProcess_internal, which are
20597         called depending on whether UseShellExecute is true.  Fixes bug
20598         76670.
20600         * appdomain.c (MONO_CORLIB_VERSION): Incremented
20602 2005-11-17  Zoltan Varga  <vargaz@gmail.com>
20604         * marshal.c (emit_ptr_to_object_conv): Get rid of the 'usize' and
20605         'msize' parameters, use the information in 'mspec' instead.
20606         (emit_object_to_ptr_conv): Ditto.
20608         * marshal.c (emit_struct_conv): Handle explicit layout structs with
20609         fields out of order. Fixes #76733.
20611 2005-11-17  Ankit Jain  <jankit@novell.com>
20613         * metadata.c (mono_type_create_from_typespec_full): Remove unnecessary g_assert.
20615 2005-11-16  Atsushi Enomoto  <atsushi@ximian.com>
20617         * icall.c : renamed MakeGenericMethod -> MakeGenericMethod_impl for
20618           bug #76575.
20620 2005-11-16  Zoltan Varga  <vargaz@gmail.com>
20622         * object.c (mono_class_compute_gc_descriptor): Disable typed allocation
20623         for types with non-auto layout. Fixes #76717.
20625 2005-11-16  Ankit Jain  <jankit@novell.com>
20627         * class.c (my_mono_class_from_generic_parameter): param->owner can be null.
20628         * metadata.c (mono_metadata_parse_generic_param): Create a dummy MonoGenericParam 
20629         if generic_context is null.
20630           (mono_metadata_generic_param_equal): param->owner can be null.
20631           (mono_type_create_from_typespec_full): Don't cache the MonoType if param->owner is
20632         null.
20634 2005-11-16  Zoltan Varga  <vargaz@gmail.com>
20636         * reflection.c (create_dynamic_mono_image): Set md_version_minor to
20637         the correct value.
20639 2005-11-15  Martin Baulig  <martin@ximian.com>
20641         * object.c (set_value): Use mono_class_from_mono_type() instead of
20642         the hack for generic instances; fixes #76136.
20644 2005-11-15  Zoltan Varga  <vargaz@gmail.com>
20646         * metadata-internals.h (_MonoImage): Add 'md_version_major/minor'
20647         fields.
20649         * image.c (load_metadata_ptrs): Initialize the new fields.
20651         * reflection.c (create_dynamic_mono_image): Ditto.
20653         * reflection.c (build_compressed_metadata): Use the new fields.
20655         * icall.c (ves_icall_System_Reflection_Module_get_MDStreamVersion): New
20656         icall.
20658         * icall.c (mono_assembly_icalls): Remove obsolete get_MetadataToken
20659         icall.
20660         
20661 2005-11-15  Ankit Jain  <jankit@novell.com>
20662             Raja R Harinath  <harinath@gmail.com>
20664         * class-internals.h (_MonoGenericContainer.types): New. Cache for MonoTypes.
20665         * metadata.c (mono_type_create_from_typespec_full): Use MonoType from the
20666         new per-generic_container cache if the cached MonoType's context matches
20667         the current context.
20668           (has_same_context): New. Check if the VARs or MVARs in a GENERIC_INST refer
20669         to the expected context.
20670           (unwrap_arrays): New. Get the element MonoType for an ARRAY/SZARRAY.
20672 2005-11-14  Carlos Alberto Cortez <calberto.cortez@gmail.com>
20674         * appdomain.c: Update MONO_CORLIB_VERSION to 42, since
20675         we changed the signature of an icall.
20676         * icall.c: Modify to mono_double_ParseImpl return true/false 
20677         depending on the success, instead of throwing the exception. This will
20678         help us in Double.TryParse methods.
20679         
20680 2005-11-14  Zoltan Varga  <vargaz@gmail.com>
20682         * marshal.c (emit_marshal_object): Throw an exception when
20683         marshalling 'object' instead of crashing. Fixes #76696.
20685 2005-11-11  Zoltan Varga  <vargaz@gmail.com>
20687         * class-internals.h: Add prototype for mono_type_get_full_name ().
20689 2005-11-11  Dick Porter  <dick@ximian.com>
20691         * threads.c (mono_thread_manage): Make sure the main thread has
20692         abandoned all its mutexes when cleaning up.  Fixes bug 74680.
20694 2005-11-11  Zoltan Varga  <vargaz@gmail.com>
20696         * loader.c (mono_loader_set_error_type_load): Log a warning to the
20697         console about the missing type.
20698         (mono_loader_set_error_method_load): Ditto.
20700 2005-11-09  Miguel de Icaza  <miguel@novell.com>
20702         * mono-config.c (mono_get_config_dir): Set the system defaults if
20703         none is specified.
20705         * assembly.c (mono_set_dirs): New API entry point to set the
20706         assembly and the config directory in one call
20708 2005-11-09  Zoltan Varga  <vargaz@gmail.com>
20710         * marshal.c (mono_ftnptr_to_delegate): Throw a NotSupportedException if
20711         the ftnptr was created from a delegate in a domain other than the
20712         current domain. Fixes #75377.
20714         * exception.h exception.c: Add mono_get_exception_not_supported ().
20716 2005-11-08  Martin Baulig  <martin@ximian.com>
20718         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 53.
20720 2005-11-07  Sebastien Pouliot  <sebastien@ximian.com>
20722         * security-manager.h: Added definitions to deal with strongname key 
20723         pairs bigger (and smaller) than 1024 bits.
20724         * reflection.c: Remove hardcoded strongname size (128 bytes) and 
20725         adjust wrt the public key length being used.
20727 2005-11-03  Atsushi Enomoto  <atsushi@ximian.com>
20729         * marshal.c, icall.c : reverted sig->pinvoke changes which broke
20730           Windows build (r51396-51397).
20732 2005-11-03  Martin Baulig  <martin@ximian.com>
20734         * class.c (mono_class_setup_vtable_general): Also add generic
20735         methods to the vtable; fixes #76581.
20737 2005-11-01  Miguel de Icaza  <miguel@novell.com>
20739         * string-icalls.c (ves_icall_System_String_ctor_encoding): Make
20740         sure that we lookup GetString method from the System.Text.Encoding
20741         class, not the derived class or we get an empty method.
20743         Fixed class #76612.
20745 2005-10-25  Miguel de Icaza  <miguel@novell.com>
20747         * assembly.c (mono_assemblies_init): Do not set the Mono root dir
20748         if it has been previously set (embedders). 
20750         Make mono_set_rootdir available also on Unix.
20752 005-10-24  Robert Jordan  <robertj@gmx.net>
20754         * assembly.c: fixed MONO_ASSEMBLIES to be NULL on cygwin as well.
20756 2005-10-30  Zoltan Varga  <vargaz@freemail.hu>
20758         * marshal.c icall.c: Clean up the usage of sig->pinvoke flag. Now
20759         only calls which are made to native code use this flag.
20761         * icall.c (ves_icall_System_Reflection_FieldInfo_GetUnmanagedMarshal): Remove the check for FieldBuilders as it is now done in managed code.
20763 2005-10-29  Zoltan Varga  <vargaz@freemail.hu>
20765         * icall.c (ves_icall_System_Reflection_FieldInfo_GetUnmanagedMarshal):
20766         Add support for FieldBuilders.
20768 2005-10-29  Martin Baulig  <martin@ximian.com>
20770         * mono-debug.c
20771         (mono_debug_using_mono_debugger): New public method; returns
20772         whether we're running inside the debugger.
20774 2005-10-27  Zoltan Varga  <vargaz@gmail.com>
20776         * reflection.c (mono_reflection_get_custom_attrs_info): Add support
20777         for Method/Constructor/FieldBuilders.
20779 2005-10-26  Zoltan Varga  <vargaz@gmail.com>
20781         * reflection.c (module_add_cattrs): Save custom attributes for global methods
20782         and fields as well.
20784 2005-10-26  Martin Baulig  <martin@ximian.com>
20786         * mono-debug-debugger.c
20787         (MonoDebuggerMetadataInfo): Added `klass_parent_offset'.
20789 2005-10-24  Raja R Harinath  <harinath@gmail.com>
20791         * icall.c (base64_to_byte_array): Don't pass an out-of-range
20792         integer to isspace.
20794 2005-10-21  Zoltan Varga  <vargaz@gmail.com>
20796         * marshal.c (emit_marshal_vtype): Correctly handle [In,Out] modifiers
20797         when passing valuetypes byref. Fixes #76502.
20799 2005-10-19  Jackson Harper  <jackson@ximian.com>
20801         * profiler.c: Don't put a . in front of types that are not in a
20802         namespace.
20804 2005-10-18  Zoltan Varga  <vargaz@gmail.com>
20806         * icall.c (ves_icall_Type_GetField): Applied patch from Robert Jordan (robertj@gmx.net). Fixes #75515.
20808 2005-10-15  Zoltan Varga  <vargaz@freemail.hu>
20810         * marshal.c: Add generics support to the ldfld/stfld wrappers. Fixes
20811         #76436.
20812         (mono_marshal_get_ldflda_wrapper): Fix a warning.
20814 2005-10-13  Carlos Alberto Cortez <calberto.cortez@gmail.com>
20816         * assembly.c metadata-internals.h icall.c: Define an additional
20817         parameter for mono_assembly_name_parse_full, so we can avoid creating
20818         S.R.AssemblyName.Version when no version info wasn't passed.
20819         
20820 2005-10-09  Miguel de Icaza  <miguel@novell.com>
20822         * class.c (mono_type_get_full_name): Reimplement method that was
20823         removed. 
20825         * image.c: Some docs
20827 2005-10-10  Zoltan Varga  <vargaz@gmail.com>
20829         * profiler.c (output_newobj_profile): Fix printing of Total memory
20830         on x86.
20832 2005-10-08  Zoltan Varga  <vargaz@freemail.hu>
20834         * profiler.c: Add support for allocations > 2GB. Fixes #74886.
20836 2005-10-08  Gert Driesen  <drieseng@users.sourceforge.net>
20838         * threads.c: remove debug output.
20840 2005-10-08  Zoltan Varga  <vargaz@freemail.hu>
20842         * threads.c (mono_thread_manage): Fix crashes if more than 64
20843         threads need to be aborted. Hopefully fixes #75899.
20845         * assembly.c (mono_stringify_assembly_name): New helper function.
20847         * class.c: Use mono_stringify_assembly_name instead of the similar
20848         static function.
20850         * assembly.h assembly.c: Add support for calling a postload search 
20851         hook if an assembly cannot be loaded.
20853         * appdomain.c: Register new search hooks which call the AssemblyResolve
20854         events in AppDomain. Fixes #75231
20856 2005-10-07  Martin Baulig  <martin@ximian.com>
20858         * mono-debug.c (mono_debug_add_method): Create a wrapper entry for
20859         methods without debug info.
20861 2005-10-07  Zoltan Varga  <vargaz@gmail.com>
20863         * class-internals.h debug-helpers.c marshal.h marshal.c: Add ldflda
20864         wrappers.
20866 2005-10-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20868         * file-io.c: now that we return symlinks, use lstat and, when the file
20869         is a symbolic link, stat, to get the file attributes. Also avoid the
20870         conversion to/from utf16/external.
20872 2005-10-06  Zoltan Varga  <vargaz@gmail.com>
20874         * class.c (mono_class_layout_fields): Compute klass->has_references
20875         correctly if an embedded valuetype is not yet initialized. Fixes
20876         #76331.
20878 2005-10-04  Martin Baulig  <martin@ximian.com>
20880         * metadata.c
20881         (mono_metadata_load_generic_param_constraints): New public
20882         function; splitted the constraints loading out from
20883         mono_metadata_load_generic_params().
20885         * class.c (mono_class_create_from_typedef): Call
20886         mono_metadata_load_generic_param_constraints() after setting up
20887         the type and creating our parent; fixes #75329.
20889 2005-10-04  Martin Baulig  <martin@ximian.com>
20891         * icall.c (ves_icall_MonoGenericClass_GetParentType): Allow
20892         non-dynamic parent classes.
20894 2005-10-04  Atsushi Enomoto  <atsushi@ximian.com>
20896         * file-io.c : win32 build fix (ETXTBSY seems not found).
20898 2005-10-04  Martin Baulig  <martin@ximian.com>
20900         * reflection.c
20901         (mono_image_get_methodspec_token): Make the cache actually work;
20902         fixes #75974.
20904 2005-10-04  Martin Baulig  <martin@ximian.com>
20906         * class.c (mono_class_name_from_token): Removed the unneccessary
20907         `MonoGenericContext *' argument.
20909 2005-10-04  Martin Baulig  <martin@ximian.com>
20911         * loader.c
20912         (method_from_methodspec): Make the caching work again; fixes the
20913         performance regression from #76262.
20915 2005-10-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20917         * file-io.c:
20918         * file-io.h:
20919         * icall.c: replace FindFirst/FindNext/FindClose calls with a new
20920         GetFileSystemEntries that performs the same work but without going
20921         into io-layer, locking, etc.
20923 2005-09-30  Zoltan Varga  <vargaz@gmail.com>
20925         * threads.c (ves_icall_System_Threading_Thread_Abort): Handle 
20926         ThreadState_Stopped as well. Fixes #76047.
20928 2005-09-29  Martin Baulig  <martin@ximian.com>
20930         * class.c
20931         (inflate_generic_context): If the new context has a `gmethod', set
20932         its `container' that that gmethod's `container'.
20934         * metadata.c
20935         (mono_metadata_parse_generic_param): Simplify things;
20936         `generic_container = generic_context->container;' is just fine.
20938         * loader.c (method_from_methodspec): Code cleanups.
20940 Wed Sep 28 17:06:01 CEST 2005 Paolo Molaro <lupus@ximian.com>
20942         * decimal.c: fix warning (and let gcc generate correct
20943         code on ARM with optimizations).
20945 2005-09-28  Martin Baulig  <martin@ximian.com>
20947         * loader.c
20948         (method_from_memberref): Added `MonoGenericContext *class_context'
20949         argument; this is used when parsing a MONO_MEMBERREF_PARENT_TYPESPEC.
20950         (method_from_methodspec): If we're a memberref, use the enclosing
20951         context when parsing its parent.  Fixes #76262; see gtest-206.cs.
20953 2005-09-28  Martin Baulig  <martin@ximian.com>
20955         * object.c (mono_runtime_invoke_array): Added support for
20956         MONO_TYPE_GENERICINST; fixes #75917.
20958 2005-09-27  Martin Baulig  <martin@ximian.com>
20960         * reflection.c (encode_type): For `MONO_TYPE_CLASS/VALUETYPE', use
20961         `k->byval_arg.type' to determine the actual type.
20963         * loader.c (method_from_methodspec): Removed some hacks.
20965 2005-09-27  Ben Maurer  <bmaurer@ximian.com>
20967         * class-internals.h (mono_field_is_deleted): Do the test for
20968         rtspecialname before we check the actual name of the field. This
20969         prevents us from dereferencing a pointer into the string table,
20970         saving us from accessing a few pages
20972         * *.c: Replace the use of {Enter,Leave}CriticalSection with
20973         macros. This will allow a deadlock debugger to easily be plugged
20974         in.
20976 2005-09-27  Martin Baulig  <martin@ximian.com>
20978         * loader.c (method_from_methodspec): Create a "signature"
20979         MonoGenericContainer and use mono_get_method_full().  Fixes #75584.
20981 2005-09-27  Martin Baulig  <martin@ximian.com>
20983         * class.c
20984         (inflate_generic_class): Correctly set the new context's
20985         container.
20987         * loader.c
20988         (find_method, find_method_in_class): Take a `MonoGenericContainer *'
20989         instead of a `MonoGenericContext *'.
20990         (mono_method_signature_full): Take a `MonoGenericContainer *'
20991         instead of a `MonoGenericContext *'.
20993         * metadata.c
20994         (mono_metadata_parse_signature_full): Take a `MonoGenericContainer *'
20995         instead of a `MonoGenericContext *'.
20996         (mono_metadata_parse_method_signature_full): Likewise.
20998 2005-09-26  Martin Baulig  <martin@ximian.com>
21000         * class.c
21001         (mono_class_from_generic_parameter): Set `klass->generic_container'
21002         (mono_class_from_generic_parameter): Likewise.
21003         (mono_bounded_array_class_get): We inherit the generic container
21004         from the element class.
21006         * loader.c
21007         (find_method, find_method_in_class): Take a `MonoGenericContext *'
21008         argument rather than computing it here.
21009         (method_from_memberref): Correctly set the generic context before
21010         parsing the signature.  Fixes #75681.
21012 2005-09-26  Zoltan Varga  <vargaz@gmail.com>
21014         * object.c (mono_class_has_special_static_fields): Fix warnings.
21016 2005-09-26  Carlos Alberto Cortez <calberto.cortez@gmail.com>
21018         * assembly.c: Add parse_public_key function, to
21019         par the public keys. Also added mono_assembly_name_parse_full,
21020         to define it the parsed key should be freed or not.
21021         * icall.c: Added ves_icall_System_Reflection_AssemblyName_ParseName,
21022         to parse a long format assembly name.
21023         * metadata-internals.h: Keep mono_assembly_name_parse_full as
21024         private, since calling it to preserve the key requires
21025         freeing it manually.
21026         
21027 2005-09-26  Atsushi Enomoto  <atsushi@ximian.com>
21029         * locales.c : removed HAVE_ICU part.
21031 2005-09-24  Zoltan Varga  <vargaz@freemail.hu>
21033         * object.c (mono_class_create_runtime_vtable): Avoid calling 
21034         field_is_special_static if the klass has no special static fields.
21036         * class-internals.h (MonoClass): Add 'no_special_static_fields' flag.
21037         (MonoCachedClassInfo): Likewise.
21039         * object.c (mono_class_has_special_static_fields): New helper function.
21041 2005-09-23  Zoltan Varga  <vargaz@gmail.com>
21043         * class.c (mono_class_create_from_typedef): Don't call 
21044         interfaces_from_typedef_full for enums.
21045         (mono_class_create_from_typedef): Compute the base types of enums directly
21046         without calling mono_class_setup_fields ().
21047         (mono_class_find_enum_basetype): New helper function.
21049         * reflection.c (mono_image_build_metadata): Emit type names+namespaces at
21050         one place inside the string heap.
21051         
21052 Fri Sep 23 19:37:46 CEST 2005 Paolo Molaro <lupus@ximian.com>
21054         * class.c: locking fixes, code cleanups, some docs added.
21055         Allocate some data structures in the image mempool.
21057 2005-09-23  Zoltan Varga  <vargaz@gmail.com>
21059         * rawbuffer.c: Remove unneccessary set_n_pagefaults () routine and update
21060         the example code.
21061         
21062 Fri Sep 23 18:27:02 CEST 2005 Paolo Molaro <lupus@ximian.com>
21064         * class-internals.h, class.c, reflection.c: reduce memory taken by
21065         MonoClass.
21067 Fri Sep 23 17:56:21 CEST 2005 Paolo Molaro <lupus@ximian.com>
21069         * metadata.c, metadata.h, loader.h: documentation updates, code and
21070         API cleanups.
21072 2005-09-23  Zoltan Varga  <vargaz@gmail.com>
21074         * rawbuffer.c: Remove unneccessary set_n_pagefaults () routine and update
21075         the example code.
21077         * rawbuffer.h rawbuffer.c: Add code and APIs to help determine the number of
21078         page faults caused by the runtime while reading metadata.
21080 2005-09-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21082         * socket-io.c: the field names were changed 3 months ago and no one
21083         realized until bug #76077 got filed!
21085 2005-09-20  Martin Baulig  <martin@ximian.com>
21087         * icall.c (assembly_icalls): Removed some unused debugger icalls.
21089 2005-09-20  Martin Baulig  <martin@ximian.com>
21091         * mono-debug.c (mono_debug_add_type): Ignore array types and don't
21092         write the rank into the class entry.
21094 2005-09-20  Martin Baulig  <martin@ximian.com>
21096         * mono-debug-debugger.c (MonoDebuggerMetadataInfo): Added some stuff.
21098 2005-09-19  Zoltan Varga  <vargaz@gmail.com>
21100         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
21102         * icall.c (custom_attrs_defined_internal): New icall.
21104         * reflection.c (mono_reflection_get_custom_attrs_by_type): New helper
21105         function.
21106         (mono_custom_attrs_construct_by_type): New helper function.
21108 2005-09-17  Zoltan Varga  <vargaz@freemail.hu>
21110         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalUni): Null
21111         terminate the resulting string. Fixes #76123.
21113 2005-09-16  Martin Baulig  <martin@ximian.com>
21115         * mono-debug.c
21116         (mono_debug_add_method): Ignore inflated methods for the moment.
21118 2005-09-14  Martin Baulig  <martin@ximian.com>
21120         * debug-mono-symfile.h (MONO_SYMBOL_FILE_VERSION): Bump version to 39.
21122 2005-09-13  Zoltan Varga  <vargaz@gmail.com>
21124         * metadata.c (mono_class_get_overrides_full): Modify signature to explicitly
21125         return a success/failure indication.
21126         (mono_metadata_interfaces_from_typedef_full): Ditto.
21127         (get_constraints): Ditto.
21129 2005-09-12  Zoltan Varga  <vargaz@gmail.com>
21131         * marshal.c (emit_marshal_array): Fix handling of null arrays.
21132         
21133         * marshal.c (emit_marshal_array): Add support for returning string
21134         arrays from delegates. Fixes #76063.
21136         * marshal.c: Use the emit_ldloc/stloc macros where possible.
21138 2005-09-11  Zoltan Varga  <vargaz@gmail.com>
21140         * threads.c (ves_icall_System_Threading_Thread_MemoryBarrier): New
21141         icall.
21143 2005-09-09  Zoltan Varga  <vargaz@gmail.com>
21145         * reflection.c icall.c: Fix after mono_get_exception_type_load
21146         signature change.
21148         * assembly.c (mono_assembly_get_assemblyref): New helper function.
21149         (mono_assembly_load_reference): Use the new helper.
21151         * class-internals.h (MonoLoaderError): New structure containing 
21152         information about type loading errors.
21154         * class-internals.h loader.c: Add APIs to store per-thread loader
21155         error information.
21157         * loader.c class.c: Set the loader error if needed.
21159         * exception.h exception.c: Add functions to throw MissingMethod/MissingFieldExceptions.
21161 Thu Sep 8 18:54:07 BST 2005 Paolo Molaro <lupus@ximian.com>
21163         * decimal.c: fixed to handle the broken ARM fp format.
21165 Wed Sep 7 22:17:58 BST 2005 Paolo Molaro <lupus@ximian.com>
21167         * icall.c: on ARM use the libc strtod(), since bsd_strtod() seems
21168         broken.
21170 2005-09-06  Martin Baulig  <martin@ximian.com>
21172         * domain.c (supported_runtimes): Added v2.0.50727.
21174 Tue Sep 6 11:40:24 CEST 2005 Paolo Molaro <lupus@ximian.com>
21176         * culture-info.h: reduce the size of some structures.
21178 2005-09-05  Martin Baulig  <martin@ximian.com>
21180         Reflect latest API changes in the August CTP.
21182         * icall.c
21183         ("Type.BindGenericParameters"): Renamed to "MakeGenericType".
21184         ("MonoType.HasGenericArguments"): Removed.
21185         ("MonoMethod.BindGenericParameters"): Renamed to
21186         "MakeGenericMethod".
21187         ("MethodBuilder.BindGenericParameters"): Renamed to
21188         "MakeGenericMethod".    
21190 2005-09-05  Martin Baulig  <martin@ximian.com>
21192         * mono-debug-debugger.c: Moved the debugger icalls into icall.c.
21194 2005-09-05  Martin Baulig  <martin@ximian.com>
21196         Applying a patch from Michal Moskal <malekith@nemerle.org>.
21198         * icall.c (ves_icall_Type_get_IsGenericType): Return true also if
21199         generic_container is non-NULL.
21201 2005-09-05  Martin Baulig  <martin@ximian.com>
21203         Applying a patch from Michal Moskal <malekith@nemerle.org>.
21205         * object.c (set_value): In MONO_TYPE_VALUETYPE, add generics support.
21207 2005-08-29  Michal Moskal  <malekith@nemerle.org>
21209         * reflection.c (encode_locals,
21210         mono_reflection_sighelper_get_signature_local): Increase buffer sizes
21211         for large generic types.
21213 2005-09-05  Martin Baulig  <martin@ximian.com>
21215         Applying a patch from Michal Moskal <malekith@nemerle.org>.
21217         * class.c (mono_dup_array_type): New public method.
21218         (mono_metadata_signature_deep_dup): New public method.
21219         (dup_type): Correctly duplicate array and function types.
21221 2005-09-05  Martin Baulig  <martin@ximian.com>
21223         Applying a patch from Michal Moskal <malekith@nemerle.org>.
21225         * reflection.c (get_default_param_value_blobs): Handle generic types
21226         and generic methods.
21228 2005-09-02  Sebastien Pouliot  <sebastien@ximian.com>
21230         * class.c: Fixed error reporting (method/class were inversed) for 
21231         inheritance demands.
21232         * security-manager.c|h: Added the AppDomain when calling the managed
21233         System.Security.SecurityManager.InheritanceDemand method.
21235 2005-09-01  Raja R Harinath  <rharinath@novell.com>
21237         * reflection.c (encode_marshal_blob): 'marshaltype' and
21238         'marshaltyperef' are alternate sources for the custom marshaler
21239         name.
21241 Wed Aug 31 17:39:54 CEST 2005 Paolo Molaro <lupus@ximian.com>
21243         * class.c: fix creation of array classes with rank == 1
21244         (patch by Ankit Jain <jankit@novell.com>).
21246 Wed Aug 31 17:35:19 CEST 2005 Paolo Molaro <lupus@ximian.com>
21248         * object.c: fix check for creating the bound data for arrays vs
21249         szarrays.
21251 2005-08-30 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21253         * object.c: configuration file name is now based on the executable name,
21254         not the image name. Fixes bug #75931.
21256 2005-08-29  Zoltan Varga  <vargaz@gmail.com>
21258         * marshal.c (emit_thread_interrupt_checkpoint_call): Load the
21259         flag using LDIND_U4 since it leads to smaller and faster code on ia64.
21261 2005-08-25  Zoltan Varga  <vargaz@gmail.com>
21263         * rand.c: Use wincrypt.h instead of WinCrypt.h.
21265 2005-08-24  Ankit Jain  <jankit@novell.com>
21266             Raja R Harinath  <rharinath@novell.com>
21268         * class.c (mono_class_from_typeref): Don't call mono_class_init as we might've been
21269           called by it recursively.
21270           (mono_class_init): Remove special case in pending_init handling, since it's
21271           superseded by the fix to mono_class_from_typeref.
21273 2005-08-22  Zoltan Varga  <vargaz@freemail.hu>
21275         * threads.c (ves_icall_System_Threading_Thread_Thread_internal): Remove the 
21276         BROKEN_THREAD_START stuff.
21278 2005-08-21  Zoltan Varga  <vargaz@freemail.hu>
21280         * class-internals.h object.c: Add a new kind of trampoline called a delegate 
21281         trampoline.
21283         * domain-internals.h domain.c: Add a has for delegate trampolines to MonoDomain.
21284         
21285         * object.c (mono_delegate_ctor): Replace the original function address with
21286         a delegate trampoline.
21288 2005-08-21 Gert Driesen <drieseng@users.sourceforge.net>
21290         * icall.c: add boolean argument to base64_to_byte_array and 
21291         InternalFromBase64String to control whether a whitespace-only string
21292         is allowed (or should casue a FormatException to be thrown). We need
21293         this as the behavior has changed between MS.NET 1.x and 2.0, and we
21294         to match the MS behaviour in both profiles.
21295         * appdomain.c: Bump corlib version.
21297 2005-08-20  Carlos Alberto Cortez <calberto.cortez@gmail.com>
21299         This patch implements a big portion of publisher policy
21300         support, used to bind assembly versions and redirect
21301         one assembly from version A to version B.
21303         * assembly.c:
21304         New GSList loaded_assembly_bindings, for storing the cached
21305         assembly bindings.
21306         (assembly_binding_maps_name): New static function for checking if a 
21307         assembly binding information maps an assembly name.
21308         (mono_assembly_binding_info_free): New function for freeing
21309         assembly binding information resources.
21310         (get_publisher_policy_info): New static function for retrieving 
21311         assembly binding information from a MonoImage.
21312         (compare_versions): New static function for comparing an assembly
21313         binding information data and the version of an assembly name.
21314         (check_policy_versions): New static function for checking if an
21315         assembly binding info mapping an assembly name is valid for it.
21316         (mono_assembly_load_publisher_policy): New static function for
21317         loading the 'policy.major.minor.MyAssembly' image for an assembly
21318         with an assembly name 'aname'.
21319         (mono_assembly_bind_version): New static function for updating
21320         assembly redirection.
21321         (mono_assembly_apply_binding): New static function for applying
21322         assembly binding.
21323         (search_binding_loaded): New static function for searching 
21324         loaded assembly binding infos in the cache domain.
21325         (mono_assembly_load_full): Don't apply assembly binding for
21326         reflection only assemblies.
21328         * metadata-internals.h: Add MonoAssemblyBindingInfo,
21329         which contains information about assembly binding. Also
21330         declare signature for mono_config_parse_publisher_policy ()
21331         function, used to retrieve pub policy info.
21332         
21333         * mono-config.c:
21334         (publisher_policy_start): New static function used to parse publisher 
21335         policy config files.
21336         (publisher_policy_parser): New static MonoParseHandler containing 
21337         the functions used when parsing config files.
21338         (mono_config_parse_publisher_policy): New function for parsing
21339         publisher policy files.
21340         
21341 2005-08-20  Zoltan Varga  <vargaz@freemail.hu>
21343         * object.c (mono_delegate_ctor): Add support for IA64 function descriptors.
21345         * marshal.c (mono_delegate_free_ftnptr): Ditto.
21347         * object.c (mono_get_addr_from_ftnptr): New helper function.
21349         * object.h (mono_array_addr): Fix unaligned access warnings on IA64.
21351         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
21353 2005-08-19  Dick Porter  <dick@ximian.com>
21355         * threads.c, threads.h, appdomain.c, appdomain.h,
21356         profiler-private.h, monitor.c, object.c, object-internals.h,
21357         profiler.c, mono-debug-debugger.h, profiler.h: Use a gsize to
21358         store the thread ID, so it can hold a 64 bit value if needed.
21360 2005-08-19  Zoltan Varga  <vargaz@freemail.hu>
21362         * reflection.c (mono_reflection_create_dynamic_method): Store the
21363         handle class into the method references as well so ldtoken works in
21364         dynamic methods.
21366         * icall.c (ves_icall_MonoField_GetValueInternal): Add support for generic
21367         types.
21369 2005-08-19  Ankit Jain <jankit@novell.com>
21371         Fix #75847.
21372         * marshal.c (mono_marshal_get_ptr_to_struct): Build method signature 
21373           here rather than using the method signature of a arbitrary function
21374           named 'System.Runtime.InteropServices.Marshal::PtrToStructure' with 
21375           two arguments.
21376           Hack done with Harinath.
21378 2005-08-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21380         * threadpool.c: disable printing stack traces when we get a exception
21381         in a threadpool thread. I need to do more testing to figure out which
21382         cases actually print this. Fixes bug #75828.
21384 2005-08-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21386         * icall.c: there might be ignored whitespace after the last '='. This
21387         fixes length computation and bug #75840.
21389 2005-08-18  Zoltan Varga  <vargaz@freemail.hu>
21391         * assembly.c (mono_assembly_load_full): Consider .exe extension as
21392         well. Fixes #75809.
21394         * reflection.c (create_custom_attr): Fix unmanaged memory leak. Fixes
21395         #75784.
21396         
21397         * reflection.c (create_custom_attr_data): Ditto.
21399 2005-08-17  Atsushi Enomoto  <atsushi@ximian.com>
21401         * locales.c, culture-info.h : removed RegionLCIDMap.
21402         * culture-info-tables.h : regenerated.
21404 2005-08-16  Martin Baulig  <martin@ximian.com>
21406         * class.c (mono_type_get_name_recurse): Small fix.
21408 2005-08-16  Atsushi Enomoto  <atsushi@ximian.com>
21410         * locales.c : indentation fixie.
21412 2005-08-15  Atsushi Enomoto  <atsushi@ximian.com>
21414         * object-internals.h,
21415           locales.h,
21416           locales.c,
21417           culture-info.h,
21418           icall.c : added RegionInfo table support.
21419         * culture-info-table.h : regenerated for region support.
21421 2005-08-14  Kamil Skalski  <nazgul@nemerle.org>
21423         * reflection.c (resolve_object): handle all kinds of MonoMethod
21424         including generic ones
21426 2005-08-12  Ankit Jain <jankit@novell.com>
21428         * get.c (dis_stringify_variant_type): New. Stringify MonoMarshalVariant.
21429           (dis_stringify_marshal_spec): Add new case for MONO_NATIVE_SAFEARRAY. 
21431 2005-09-12  Lluis Sanchez  <lluis@ximian.com>
21433         * process.c: Don't close a thread handle when it's NULL. This is a
21434         workaround for bug #75733.
21436 2005-08-11  Zoltan Varga  <vargaz@freemail.hu>
21438         * marshal.c (mono_marshal_get_string_encoding): Fix handling of CharSet.Auto. Fixes #75769.
21440 2005-08-10  Zoltan Varga  <vargaz@freemail.hu>
21442         * icall.c (ves_icall_Type_get_IsGenericType): New icall.
21444 2005-08-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21446         * threadpool.c: if a work item in the thread pool has a callback that
21447         catches a exception, don't propagate it after invoking the callback.
21448         Fixes bug #75336.
21450 2005-08-08  Zoltan Varga  <vargaz@freemail.hu>
21452         * class.c (class_compute_field_layout): Rename this to mono_class_setup_fields.
21454         * class-internals.h (MonoCachedClassInfo): Add some new fields.
21456         * class.c (mono_class_init): Load field info lazily in the AOT case.    
21458         * reflection.c (mono_image_load_module): Fix error checking. Fixes #75660.
21460 2005-08-03  Ankit Jain  <jankit@novell.com>
21462         Fix #75683.
21463         * loader.c (mono_method_signature_full): Use MONO_CALL_DEFAULT if
21464           PInvoke calling convention is 0.
21466 2005-08-02  Zoltan Varga  <vargaz@freemail.hu>
21468         * socket-io.c (convert_sockopt_level_and_name): Applied patch from 
21469         Julien Puydt (julien.puydt@laposte.net). Add check for IPV6_PKTINFO.
21471 Mon Aug 1 16:52:12 CEST 2005 Paolo Molaro <lupus@ximian.com>
21473         * gc-internal.h, threads.c, null-gc.c, boehm-gc.c: added interface
21474         to handle threads not started by the GC (patch by Michael Meeks
21475         <michael.meeks@novell.com>).
21477 2005-07-31  Kamil Skalski  <nazgul@omega.pl>
21479         * reflection.c: Make buffer used in emitting types larger for some
21480         big generic types (patch by Michal Moskal).
21482 2005-07-30  Zoltan Varga  <vargaz@freemail.hu>
21484         * mono-debug.c: Fix some (not all) alignment problems.
21486 2005-07-29  Carlos Alberto Cortez <calberto.cortez@gmail.com>
21488         * appdomain.c (ves_icall_System_AppDomain_LoadAssemblyRaw):
21489         Invoke mono_image_load_from_data_full passing the refonly
21490         parameter.
21492         * assembly.c
21493         (mono_assembly_open_from_bundle): Add the refonly argument, 
21494         in order to pass it to other methods it calls to.
21495         (do_mono_assembly_open): Add the refonly argument, in order 
21496         to pass it to other methods it calls to.
21497         (mono_assembly_open_full): Invoke do_mono_assembly_open passing
21498         the refonly parameter to it.
21500         * image.c: Add loaded_images_refonly_hash and
21501         loaded_images_refonly_guid_hash to cache the reflection
21502         only loaded images.
21503         (mono_images_init): Initialize the hash tables used for
21504         caching the reflection only images.
21505         (load_modules): Invoke mono_image_open_full passing the refonly
21506         parameter to load the modules the correct way.
21507         (build_guid_table): Add the refonly argument, to re-build the 
21508         correct hash table.
21509         (do_mono_image_open): Added the refonly argument, in order to
21510         define it for the loaded image.
21511         (mono_image_loaded_full): New function, which receives an
21512         additional parameter to look for the image in the refonly or
21513         non-refonly section.
21514         (mono_image_loaded): Updated, using mono_image_loaded_full.
21515         (mono_image_loaded_by_guid_full): The same case that happens
21516         with mono_image_loaded_full.
21517         (mono_image_loaded_by_guid): Likewise.
21518         (register_image): Use the ref_only variable inside MonoImage
21519         to decide in which hash table store the current image.
21520         (mono_image_open_from_data_full): Rename
21521         mono_image_open_from_data to mono_image_open_from_data_full,
21522         adding the refonly argument, to define the ref_only variable 
21523         inside MonoImage.
21524         (mono_image_open_from_data): Return 
21525         mono_image_open_from_data_full.
21526         (mono_image_open_full): Rename mono_image_open to
21527         mono_image_open_full, receiving the new refonly argument,
21528         to pass it to inner methods.
21529         (mono_pe_file_open): Update this function, to open
21530         a MonoImage as a non-refonly image.
21531         (mono_image_close): Use the refonly variable inside
21532         MonoImage to remove the image from the correct caches.
21534         * image.h: Add the signatures of mono_image_open_full,
21535         mono_image_open_from_data_full, mono_image_loaded_full,
21536         mono_image_loaded_by_guid_full.
21538         * metadata-internals.h: Add the ref_only field to 
21539         MonoImage.
21540         
21541 2005-07-29  Carlos Alberto Cortez <calberto.cortez@gmail.com>
21543         * icall.c (ves_icall_System_Reflection_GetReferencedAssemblies):
21544         Fix the last behavior, which used to load the assemblies and
21545         extract MonoReflectionAssemblyName information, instead of
21546         extract it from the metadata tables. Needed for Reflection
21547         Only assemblies.
21548         
21549 2005-07-29  Martin Baulig  <martin@ximian.com>
21551         * mono-debug-debugger.c
21552         (mono_debugger_lock, mono_debugger_unlock): g_assert() if we're
21553         not initialized.
21555         * mono-debug.c
21556         (mono_debug_address_from_il_offset): Check whether we have
21557         debugging support before attempting to take the lock.
21558         (mono_debug_source_location_from_address): Likewise.
21559         (mono_debug_source_location_from_il_offset): Likewise.
21560         (mono_debug_il_offset_from_address): Likewise.
21561         (mono_debug_address_from_il_offset): Likewise.
21563 2005-07-29  Zoltan Varga  <vargaz@freemail.hu>
21565         * class.c (mono_class_from_name_case): Add support for dynamic images.
21566         Fixes #75650.
21568         * object.c (mono_class_compute_gc_descriptor): Add a workaround
21569         for #75479.
21571 2005-07-28  Zoltan Varga  <vargaz@freemail.hu>
21572         
21573         * reflection.c (mono_method_get_object): Fix warning.
21575 2005-07-28  Martin Baulig  <martin@ximian.com>
21577         * mono-debug.c
21578         (mono_debug_add_wrapper): Also write the wrapper type.
21580 2005-07-28  Zoltan Varga  <vargaz@freemail.hu>
21582         * class-internals.h (MonoCachedClassInfo): Add has_nested_classes field.
21583         
21584         * class.c (mono_class_init): Avoid reading nested classes if the AOT
21585         data indicates the class has none.
21587 2005-07-26  Ben Maurer  <bmaurer@ximian.com>
21589         * mono-debug.c, debug-mono-symfile.c: Replace the use of the
21590         loader lock with the debugger lock. Prevents deadlocks for beagle.
21592         Beagle can now run on an smp box for a weekend without any
21593         issues. Woohoo!
21595 2005-07-26  Zoltan Varga  <vargaz@freemail.hu>
21597         * class.c (mono_bounded_array_class_get): Avoid crash if eclass is
21598         in a module. Fixes #75629.
21600 2005-07-26  Martin Baulig  <martin@ximian.com>
21602         * mono-debug.c (mono_debug_add_wrapper): New static method.
21603         (mono_debug_add_method): Call mono_debug_add_wrapper() if we're an
21604         interncall or a wrapper.
21606         * mono-debug.h (MonoDebugWrapperData): New public typedef.
21607         (MonoDebugDataItemType): Added `MONO_DEBUG_DATA_ITEM_WRAPPER'.
21608         (MONO_DEBUGGER_VERSION): Bump to 51.
21610         * mono-debug-debugger.c
21611         (mono_debugger_add_type): Removed this empty function.
21612         (mono_debugger_add_method): Likewise.
21614 2005-07-22  Zoltan Varga  <vargaz@freemail.hu>
21616         * icall.c (ves_icall_Type_GetMethodsByName): Call setup_vtable () 
21617         before accessing method->slot.
21619 2005-07-21  Jb Evain  <jbevain@gmail.com>
21621         * reflection.c (method_encode_clauses/class): Handle filters clauses.
21622         Fixes #75010.
21624 2005-07-21  Zoltan Varga  <vargaz@freemail.hu>
21626         * marshal.c (emit_marshal_custom): Implement byref marshalling. Fixes
21627         #75587.
21629 2005-07-20  Zoltan Varga  <vargaz@freemail.hu>
21631         * image.h image.c: Add mono_image_get_guid () API function.
21633 2005-07-19  Ben Maurer  <bmaurer@ximian.com>
21635         There were issues when multiple threads tried to load
21636         assemblies. A deadlock was created between assemblies_mutex and
21637         mono_domain_assemblies_lock. This fixes the issue by making the
21638         assembly ref counting be lock free. See bug 75586.
21639         
21640         * image.c (mono_image_close): The add ref function here was using
21641         Interlocked operations while the unref was using a mutex and a
21642         --. I don't think this was ever a bug that would be exposed in a
21643         non-pendantic way (ie, by an embedder doing a ref on one thread
21644         and an unref on another), but for the sake of correctness, this is
21645         now Interlocked.
21647         * assembly.c (mono_assembly_addref): Use InterlockedIncrement
21648         (mono_assembly_load_reference): Call mono_assembly_addref rather
21649         than touching the refcount ourselves.
21650         (mono_assembly_close): Use InterlockedDecrement to unref the
21651         assembly. Don't acquire the lock unless it is actually needed.
21653 2005-07-12  Zoltan Varga  <vargaz@freemail.hu>
21655         * class.c (mono_class_layout_fields): Fix calculation of has_references
21656         for generic types.
21658 2005-07-12  Martin Baulig  <martin@ximian.com>
21660         Applying a patch from Michal Moskal <malekith@nemerle.org>.
21662         * metadata.c
21663         (mono_type_hash): Provide better hashing for generic instances.
21664         (mono_generic_inst_hash): Improve hashing.
21665         (mono_generic_class_hash): Likewise.
21667         * reflection.c (mymono_metadata_type_hash): Improve hashing for
21668         generic instances.
21670 2005-07-12  Martin Baulig  <martin@ximian.com>
21672         * reflection.c (mono_reflection_create_runtime_class): Remove the
21673         hack for generic type definitions and non-`Run' assemblies.
21674         (mono_reflection_bind_generic_parameters): Also use
21675         `klass->wastypebuilder' to check for TypeBuilders.
21677 2005-07-12  Zoltan Varga  <vargaz@freemail.hu>
21679         * class.c (mono_class_layout_fields): Fix calculation of has_references
21680         for generic types.
21682         * class.c (inflate_generic_class): Fix a leak.
21683         (mono_class_init): Fix calculation of gchimpl and has_finalize fields
21684         for generic types.
21686 2005-07-11  Martin Baulig  <martin@ximian.com>
21688         * icall.c (ves_icall_Type_BindGenericParameters): Don't crash here
21689         on error.
21691 2005-07-11  Martin Baulig  <martin@ximian.com>
21693         * loader.c (find_method): Also lookup in
21694         `mono_defaults.object_class' if we're an interfaces; fixes #75460.
21696 2005-07-07  Zoltan Varga  <vargaz@freemail.hu>
21698         * appdomain.c (mono_domain_unload): Don't free the error message
21699         before passing it to mono_get_exception_...
21701         * reflection.c (CACHE_OBJECT): Fix the race introduced by the previous patch.
21702         
21703 Thu Jul 7 19:59:31 CEST 2005 Paolo Molaro <lupus@ximian.com>
21705         * threads.c: try to better guess an available RT signal (bug #75387).
21707 2005-07-07  Zoltan Varga  <vargaz@freemail.hu>
21709         * reflection.c (CACHE_OBJECT): Don't hold the domain lock between CHECK_OBJECT
21710         and CACHE_OBJECT.
21712 2005-07-07  Martin Baulig  <martin@ximian.com>
21714         * class.c (mono_type_get_name_full): Return NULL for
21715         MONO_TYPE_NAME_FORMAT_FULL_NAME if we have any generic parameters;
21716         fixes #75408.
21718 2005-07-07  Zoltan Varga  <vargaz@freemail.hu>
21720         * threads.c (mono_threads_abort_appdomain_threads): Wait for threads to
21721         exit the appdomain as well being aborted.
21723         * threadpool.c: Create all threadpool threads inside the root appdomain, and
21724         change back to the root domain after calling managed code. This enables
21725         appdomains using threadpools to be unloaded.
21727 2005-07-07  Martin Baulig  <martin@ximian.com>
21729         * class-internals.h
21730         (MonoInflatedGenericClass): Moved the `MonoType *parent' field
21731         into `MonoDynamicGenericClass' since we only need it for dynamic
21732         types.
21734         * reflection.c (mono_class_bind_generic_parameters): We don't need
21735         to compute the `parent' here.
21737 2005-07-07  Atsushi Enomoto  <atsushi@ximian.com>
21739         * culture-info-table.h : regenerated.
21741 2005-07-06  Martin Baulig  <martin@ximian.com>
21743         * icall.c
21744         (ves_icall_FieldInfo_SetValueInternal): Add MONO_TYPE_GENERICINST.
21746         * object.c (set_value): Add MONO_TYPE_GENERICINST; fixes #75299.
21748 2005-07-06  Martin Baulig  <martin@ximian.com>
21750         * metadata.c (mono_metadata_class_equal): Add MONO_TYPE_SZARRAY if
21751         we're doing a signature-only comparision; fixes #74945.
21753 2005-07-06  Martin Baulig  <martin@ximian.com>
21755         * class-internals.h (MonoGenericClass): Moved some things out into
21756         a new `MonoInflatedGenericClass' type.  
21757         (MonoInflatedGenericClass): New type; the `klass' of a
21758         `MonoGenericClass' is now computed lazyly in
21759         mono_get_inflated_generic_class().      
21761         * class.c (mono_get_inflated_generic_class): New public function.
21762         (mono_class_inflate_generic_method): Removed the unused
21763         `MonoClass *' argument.
21764         (setup_generic_vtable): Don't call mono_get_inflated_method() on
21765         all the methods.
21766         (mono_class_create_generic): Make this static and merge it with
21767         mono_class_create_generic_2(); we're now called automatically from
21768         mono_get_inflated_generic_class().
21770         * loader.c (mono_method_signature): Call
21771         mono_get_inflated_method() here.
21773 2005-07-06  Zoltan Varga  <vargaz@freemail.hu>
21775         * object.c (mono_class_create_runtime_vtable): Allow MONO_TYPE_FNPTR as
21776         type of fields with RVA.
21778         * class.c (mono_class_from_generic_parameter): Avoid calling mono_class_init ()
21779         for this pseudo class.
21780         (my_mono_class_from_generic_parameter): Likewise.
21781         (mono_class_init): Allow interfaces to have cctors.
21783 2005-07-05  Zoltan Varga  <vargaz@freemail.hu>
21785         * domain-internals.h domain.c: Add functionality to create MonoJitInfo structures
21786         lazily for AOT methods.
21788 2005-07-05  Martin Baulig  <martin@ximian.com>
21790         * loader.c (mono_lookup_pinvoke_call): g_ascii_strcasecmp()
21791         returns FALSE for a successful match, not TRUE.
21793 2005-07-05  Zoltan Varga  <vargaz@freemail.hu>
21795         * loader.c (mono_method_get_index): Optimize this a bit.
21797 2005-07-04  Martin Baulig  <martin@ximian.com>
21799         * class.c
21800         (class_compute_field_layout): Move the check for generic type
21801         definitions into mono_class_layout_fields().  Fixes #74684.
21802         (mono_class_from_generic_parameter): Correctly compute
21803         `klass->parent'; fixes #75457.
21805         * reflection.c (register_assembly, register_module): Make sure
21806         `domain->rejobject_hash' is already created.
21808 2005-07-02  Martin Baulig  <martin@ximian.com>
21810         * class-internals.h
21811         (MonoGenericClass): Move `count_ifaces' and `ifaces' into
21812         `MonoDynamicGenericClass'.      
21814 2005-07-01  Lluis Sanchez  <lluis@ximian.com>
21816         * icall.c: In ves_icall_InternalExecute() dont't assert if the value
21817         returned by a field getter is null, since null is a valid value.
21819 2005-07-01  Martin Baulig  <martin@ximian.com>
21821         * reflection.c (mono_reflection_generic_class_initialize): Update
21822         the `dgclass->fields [i].parent' to the correct class.
21823         (mono_image_get_fieldref_token): Use the declaring type, not the
21824         reflected type.
21826 2005-07-01  Martin Baulig  <martin@ximian.com>
21828         * loader.c (find_method): Also look in the interfaces; fixes #75429.
21830 2005-06-30  Ben Maurer  <bmaurer@ximian.com>
21832         * threads.c (thread_cleanup): assert that thread != NULL
21833         (wait_for_tids_or_state_change): We were using the wrong variable
21834         when accessing wait->threads. `i' was always out of the bounds of
21835         the array.
21837 2005-06-30 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21839         * loader.c: map user32 and kernel32 to libMonoSupportW
21841 2005-06-28  Zoltan Varga  <vargaz@freemail.hu>
21843         * appdomain.c (unload_thread_main): Mark this as WINAPI.
21845 2005-06-28  Martin Baulig  <martin@ximian.com>
21847         * loader.c (method_from_methodspec): Fix #75334.
21849 2005-06-28  Martin Baulig  <martin@ximian.com>
21851         Fix #74953 - Arrays now implement the generic IList<T> interface
21852         on the 2.0 platform.
21854         * class-internals.h (MonoDefaults): Added `generic_array_class'.
21856         * reflection.c (mono_class_bind_generic_parameters): New public
21857         function; similar to mono_reflection_bind_generic_parameters(),
21858         but operates on a `MonoType *' and not on a `MonoReflectionType *'.
21860         * domain.c (mono_init_internal): Try to initialize.
21861         `mono_defaults.generic_array_class' here; this'll only succeed if
21862         we're using the 2.0 corlib.
21864         * icall.c
21865         (ves_icall_System_Array_InternalArray_GetGenericValueImpl): Added
21866         interncall for "System.Array/InternalArray`1:GetGenericValueImpl".
21867         (mono_lookup_internal_call): Added support for nested classes.
21869         * loader.c
21870         (mono_get_method_from_token): Set `result->signature->pinvoke' if
21871         we're an interncall and have generic arguments.
21873         * class.c
21874         (mono_class_inflate_generic_methods): Allow interncalls and PInvoke.
21875         (mono_bounded_array_class_get): If we're on the 2.0 corlib, use an
21876         instance of System.Array.InternalArray<T> for arrays, so they
21877         implement the generic IList<T> interface.
21879 2005-06-27  Zoltan Varga  <vargaz@freemail.hu>
21881         * marshal.c (emit_marshal_string): Applied patch from Itamar Rogel
21882         (chastamar@yahoo.com). Fixes #75374.    
21884 2005-06-27  Atsushi Enomoto <atsushi@ximian.com>
21886         * culture-info-table.h: regenerated.
21888 2005-06-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21890         * icall.c: handle spaces correctly for base64 strings.
21892 2005-06-26  Ben Maurer  <bmaurer@ximian.com>
21894         * *.c: Kill some warnings.
21896 2005-06-23  Duncan Mak  <duncan@novell.com>
21898         * socket-io.c (is_loopback): Cast 'ptr' to 'struct in6_addr *' so
21899         that this builds on Solaris 10 (x86).
21901 2005-06-23  Martin Baulig  <martin@ximian.com>
21903         * class.c
21904         (mono_type_get_name_recurse): Don't use a duplicate '[', ']' for
21905         generic type definitions.
21907 2005-06-23  Martin Baulig  <martin@ximian.com>
21909         Fix #75331.
21911         * metadata.c (mono_class_get_overrides): Renamed to
21912         mono_class_get_overrides_full() and added a `MonoGenericContext *'.
21913         (method_from_method_def_or_ref): Added `MonoGenericContext *' and
21914         pass it to mono_get_method_full().
21916 2005-06-22  Ben Maurer  <bmaurer@ximian.com>
21918         * reflection.c (mono_reflection_create_runtime_class): take the
21919         mono_domain_lock in this method. Prevents deadlocks
21921 2005-06-22  Martin Baulig  <martin@ximian.com>
21923         * loader.c (method_from_methodspec): Fix #75330.
21925 2005-06-22  Martin Baulig  <martin@ximian.com>
21927         * reflection.c (type_get_qualified_name): Use
21928         mono_type_get_name_full() with MONO_TYPE_NAME_FORMAT_REFLECTION.
21929         (_mono_reflection_get_type_from_info): Added `MonoImage *image'
21930         argument; use it if we don't have an assembly name.
21932 2005-06-22  Lluis Sanchez Gual  <lluis@novell.com>
21934         * object.c: In mono_message_init, set "copy out" flag for in
21935         parameters with the [Out] flag.
21937 2005-06-21  Martin Baulig  <martin@ximian.com>
21939         * class.c
21940         (mono_type_get_name_recurse): Correctly handle MONO_TYPE_SZARRAY
21941         and MONO_TYPE_PTR.
21943 2005-06-21  Martin Baulig  <martin@ximian.com>
21945         * class.c (mono_class_init): Don't initialize `class->fields' for
21946         generic instances since they're initialized again in
21947         compute_field_layout(). 
21948         (compute_field_layout): Set the field's `generic_info' here; fix
21949         #75320. 
21951 2005-06-21  Martin Baulig  <martin@ximian.com>
21953         * class-internals.h
21954         (MonoGenericMethod): Added `MonoGenericClass *generic_class'.
21956         * metadata.c (mono_metadata_generic_method_equal): Also
21957         distinguish the `generic_class'; fixes #75334.
21959 2005-06-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21961         * domain.c:
21962         * appdomain.c:
21963         * domain-internals.h:
21964         * reflection.c: 'domain_assemblies' field is now protected by its own
21965         lock. Don't call into managed code to run the AssemblyLoad event if we
21966         now there are no registered delegates for it.
21968 2005-06-20  Martin Baulig  <martin@ximian.com>
21970         * class.c (mono_class_is_assignable_from): Use a custom version of
21971         mono_class_has_parent() to make things work for generic instances;
21972         fix #75300.
21974 2005-06-20  Martin Baulig  <martin@ximian.com>
21976         * loader.c (method_from_methodspec): Apply a patch from
21977         Kamil Skalski <nazgul@nemerle.org> to fix #75296.
21979 2005-06-20  Martin Baulig  <martin@ximian.com>
21981         * class.c (mono_class_init): Reverted Zoltan's last change; it
21982         breaks generics.
21984 2005-06-19  Zoltan Varga  <vargaz@freemail.hu>
21986         * threads.c (wait_for_tids_or_state_change): Add missing locking.
21988 2005-06-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21990         * socket-io.c: fix the index in the socket array for writable/error
21991         sockets. Fixes bug #75306.
21993 2005-06-17  Zoltan Varga  <vargaz@freemail.hu>
21995         * class.c (mono_class_init): Allow interfaces to have static ctors.
21997 2005-06-17  Martin Baulig  <martin@ximian.com>
21999         * loader.c (method_from_methodspec): Use `context->container' when
22000         parsing the `gmethod->inst'.
22002 2005-06-17  Martin Baulig  <martin@ximian.com>
22004         * class.c (mono_type_get_name_recurse): Don't add the assembly
22005         name for type arguments.
22007 2005-06-15  Martin Baulig  <martin@ximian.com>
22009         * reflection.c (mono_image_get_inflated_method_token): Encode
22010         correct klass; fixes #75260.
22012 2005-06-13 Michal Moskal <malekith@nemerle.org>
22014         * icall.c: Make GetCorrespondingMethod/Constructor take
22015         MonoReflectionMethod method not MonoMethod. Removed
22016         MonoType.GetCorrespondingField, and make
22017         MonoGenericType.GetCorrespondingField take name not
22018         MonoClassField.
22020 2005-06-13  Michal Moskal <malekith@nemerle.org>
22022         * reflection.c (field_encode_signature, encode_locals):
22023          Make sizes of buffers for types larger (for big generic types).
22024          (create_generic_typespec,
22025          mono_reflection_sighelper_get_signature_local,
22026          mono_reflection_sighelper_get_signature_field):
22027          Add asserts for too small buffers.
22029 2005-06-15  Martin Baulig  <martin@ximian.com>
22031         * icall.c (ves_icall_MonoGenericClass_GetParentType): Return NULL
22032         if our parent is not a dynamic type.
22034 2005-06-15  Martin Baulig  <martin@ximian.com>
22036         * class-internals.h (MonoTypeNameFormat): New enum.
22038         * class.c
22039         (mono_class_get_name_full): Renamed to mono_type_get_name_full().
22040         (mono_type_get_full_name): Removed.
22041         (mono_type_get_name_full): Take a `MonoTypeNameFormat format'
22042         argument instead of the boolean's.
22044         * icall.c (ves_icall_System_MonoType_getFullName):
22045         Added `gboolean assembly_qualified'.    
22047         * reflection.h
22048         (MonoTypeNameParse): Added `GPtrArray *type_arguments'.
22050         * reflection.c (mono_reflection_parse_type): Parse the new type
22051         name format.
22053 2005-06-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
22055         * icall.c: no need to convert from utf16 to utf8 and then back again
22056         after the call to GetLogicalDrives.
22058 2005-06-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>
22060         * icall.c: frombase64. Fix problems exposed by new tests.
22062 2005-06-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>
22064         * icall.c: added internal calls for converting char [] and strings in
22065         base64 into byte [].
22067 2005-06-10  Martin Baulig  <martin@ximian.com>
22069         * class.c (mono_class_create_generic_2): Read the nested classes
22070         from the metadata rather than from `gklass->nested_classes' since
22071         `gklass' might not be initialized yet.
22073 2005-06-09  Duncan Mak  <duncan@novell.com>
22075         * *.h: Added G_BEGIN_DECLS and G_END_DECLS where appropriate to
22076         all public headers. Fixes #74919.
22078 2005-06-09  Lluis Sanchez Gual  <lluis@novell.com>
22080         * domain.c: The key for proxy_vtable_hash is now a pointer
22081         array. Added new GHashFunc and GCompareFunc functions for this.
22083         * class.h: The list of interfaces in MonoRemoteClass is known in
22084         advance and can't grow (we create a new MonoRemoteClass if needed),
22085         so now the interface array can be allocated together with
22086         MonoRemoteClass.
22087         
22088         * object.c: Added a new method create_remote_class_key.
22089         Fixed mono_remote_class so it does not depend on
22090         mono_upgrade_remote_class.
22091         Removed extend_interface_array.
22092         Added new method clone_remote_class(), which makes a copy of a remote
22093         class and adds a new interface or class to it.
22094         mono_upgrade_remote_class() now creates a new remote class (or gets
22095         it from the cache) if an vtable upgrade is needed. In this way
22096         we make sure that other objects sharing the same remote class
22097         don't get the new vtable with unwanted interfaces.
22098         
22099         * object-internals.h:
22100         * object.h: Moved mono_upgrade_remote_class to object-internals.h.
22101         
22102         * marshal.c: Track changes in mono_upgrade_remote_class().
22104 2005-06-08  Kamil Skalski <nazgul@nemerle.org>
22105         * icall.c: Add runtime methods for obtaining members of inflated
22106         class, which were created from supplied non-inflated members. It
22107         is used in internal Get{Method,Constructor,Field} methods in
22108         System.Type
22110 2005-06-09  Martin Baulig  <martin@ximian.com>
22112         * reflection.c
22113         (mono_reflection_bind_generic_method_parameters): Fix #75169.
22115 2005-06-08  Carlos Alberto Cortez <calberto.cortez@gmail.com>
22116         * reflection.c (mono_image_basic_init): Define
22117         Version in MonoDynamicAssembly. 
22118         
22119 2005-06-08  Martin Baulig  <martin@ximian.com>
22121         Fix #75136.
22123         * loader.c
22124         (mono_method_signature_full): New public method; takes a
22125         `MonoGenericContext *'.
22126         (find_method): Use mono_method_signature_full() and pass the
22127         klass'es context to it.
22129         * class.c (mono_class_is_inflated_method): Use
22130         mono_method_signature_full() and pass the context to it.
22132 Wed Jun 8 19:26:38 CEST 2005 Paolo Molaro <lupus@ximian.com>
22134         * object.c: add proper locking in mono_remote_class_vtable(),
22135         fixes possible memory corruption.
22137 2005-06-08  Michael Meeks  <michael.meeks@novell.com>
22139         * marshal.c (mono_remoting_marshal_init): set
22140         initialized after initialization.
22142 2005-06-08  Atsushi Enomoto  <atsushi@ximian.com>
22144         * locales.c : hush.
22146 2005-06-06  Michael Meeks  <michael.meeks@novell.com>
22148         * object.c (extend_interface_array): fix really silly
22149         memory corrupting / comparison bug.
22151 2005-06-07  Carlos Alberto Cortez <calberto.cortez@gmail.com>
22153         * reflection.c: Functions added to support the creation
22154         of CustomAttributeData, which includes Attribute data
22155         used by ReflectionOnly methods.
22157         * reflection.h:  mono_reflection_get_custom_attrs_data and
22158          mono_custom_attrs_data_construct added (functions exposed).
22160          * icall.c: Added mono_reflection_get_custom_attrs_data
22161          as icall.
22162         
22163 2005-06-07  Zoltan Varga  <vargaz@freemail.hu>
22165         * Makefile.am (libmonoruntime_la_SOURCES): Revert last change at
22166         lupus's request.
22168 2005-06-06  Zoltan Varga  <vargaz@freemail.hu>
22170         * icall.c (ves_icall_Mono_Runtime_GetDisplayName): Fix warning.
22172         * reflection.c (reflection_methodbuilder_to_mono_method): Fix encoding of
22173         dynamic DllImportAttribute.
22175         * icall.c (ves_icall_MonoMethod_GetDllImportAttribute): Fix decoding of 
22176         dynamic DllImportAttribute.
22178         * Makefile.am (libmonoruntimeinclude_HEADERS): Export tabledefs.h too.
22179         Fixes #75162.
22181 2005-06-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
22183         * threads.c: avoid segfault when an unstarted thread is aborted.
22185 2005-06-05  Kornél Pál <kornelpal@hotmail.com>
22187         * icall.c: Added ves_icall_Mono_Runtime_GetDisplayName:
22188         Returns the name and version of the runtime for reporting.
22190 2005-06-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
22192         * appdomain.c: bump corlib version.
22193         * object-internals.h: new field in MonoReflectionAssembly.
22195 2005-06-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
22197         * object-internals.h: Carlos forgot to add this field.
22199 2005-06-03  Carlos Alberto Cortez <calberto.cortez@gmail.com>
22201         * icall.c: Added create_version to create instances
22202         of Version of MonoReflectionAssemblyName. This change helps
22203         the AssemblyName tests to keep running fine.
22204         
22205 2005-06-03  Lluis Sanchez Gual  <lluis@novell.com>
22206   
22207         * object.c (mono_method_return_message_restore): A somehow less
22208         intrusive fix for #75138.
22210 2005-06-03  Raja R Harinath  <rharinath@novell.com>
22212         * object.c (mono_method_return_message_restore): Fix computation
22213         of expected number of out args.
22215 2005-06-02  Zoltan Varga  <vargaz@freemail.hu>
22217         * reflection.c (mono_image_get_method_info): Fix the case when the
22218         charset is empty.
22220 2005-06-02  Lluis Sanchez Gual  <lluis@novell.com> 
22222         * object.c: Added missing null check in
22223           mono_method_return_message_restore.
22225 2005-06-02  Zoltan Varga  <vargaz@freemail.hu>
22227         * reflection.c (mono_image_get_method_info): Handle the case when
22228         dllentry is empty.
22230 2005-06-02  Lluis Sanchez Gual  <lluis@novell.com>
22232         * object.c: When creating the vtable for a proxy, take into account
22233         all inherited interfaces, not only the ones registered in
22234         iclass->interfaces. This fixs bug #74996.
22235         Also, in mono_method_return_message_restore, verify that the array
22236         of out args has the expected lengh.
22238 2005-06-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
22240         * socket-io.c: update the timeout in Poll when the call is interrupte.
22242 2005-06-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
22244         * socket-io.c: support abort/suspend in Select_internal after last
22245         change.
22247 2005-06-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
22249         * threadpool.c: remove warning.
22251 2005-06-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
22253         * icall.c:
22254         * socket-io.[ch]: Select_internal uses poll() now when available, thus
22255         removing the 1024 limit from select(). Runtime part of the fix for
22256         bug #71203.
22258 2005-05-30 Gonzalo Paniagua Javier <gonzalo@ximian.com>
22260         * socket-io.c: when resolving the addresses for the same
22261         host returned by gethostname(), get the local IPs from the interface
22262         list. Loopback addresses are discarded if the are interfaces up with
22263         non-loopback ones. Fixes bug #63265.
22265 2005-05-27  Vladimir Vukicevic  <vladimir@pobox.com>
22267         * appdomain.c, verify.c, object-internals.h, reflection.c:
22268         bumped corlib number to 36, and added new extra_flags field
22269         to ReflectionMethodBuilder and friends.  Fixes #75060.
22271 Fri May 27 14:45:56 CEST 2005 Paolo Molaro <lupus@ximian.com>
22273         * gc.c: register a new weak link only if the object is non-null
22274         (fixes bug#75047).
22276 2005-05-26  Atsushi Enomoto  <atsushi@ximian.com>
22278         * culture-info.h : short time pattern too.
22280 2005-05-26  Atsushi Enomoto  <atsushi@ximian.com>
22282         * culture-info.h : expand long time pattern string length.
22284 2005-05-25  Atsushi Enomoto  <atsushi@ximian.com>
22286         * culture-info-table.h : update (more French date format; #72788).
22288 2005-05-25  Zoltan Varga  <vargaz@freemail.hu>
22290         * icall.c (ves_icall_InternalInvoke): Avoid type checks on this if
22291         the method is static. Fixes #75029.
22293 2005-05-25  Lluis Sanchez Gual  <lluis@novell.com>
22295         * reflection.c: Update the table_idx field of method builders after
22296         saving the module, since it can change. This is a workaround for
22297         bug #74914. 
22299 2005-05-25  Atsushi Enomoto  <atsushi@ximian.com>
22301         * culture-info-table.h : update (additional French date format).
22303 2005-05-20  Zoltan Varga  <vargaz@freemail.hu>
22305         * icall.c (ves_icall_type_Equals): Revert last change.
22306         
22307         * icall.c (ves_icall_type_Equals): Turn the g_print into an assert.
22309         * icall.c (ves_icall_type_GetTypeCode): Rename the icall to GetTypeCodeInternal.
22311 2005-05-20  Sebastien Pouliot  <sebastien@ximian.com>
22313         * class-internals.h: Added executioncontext_class field to 
22314         MonoDefaults structure.
22315         * domain.c: Cache System.Threading.ExecutionContext class in 
22316         mono_defaults.
22317         * object.c: Capture the ExecutionContext for asynchroneous calls in
22318          mono_async_result_new.
22319         * object-internals.h: Added execution_context and original_context 
22320         fields to MonoAsyncResult. Added execution_context to MonoThread.
22321         * security-manager.c|.h: Added mono_get_context_capture_method to 
22322         return the capture method (if required by the security manager or by
22323         the framework version used).
22324         * threadpool.c: Apply capture (if present) ExecutionContext in 
22325         mono_async_invoke and revert to original context after it completes.
22327 2005-05-19  Atsushi Enomoto  <atsushi@ximian.com>
22329         * culture-info-table.h : updated (real hacky solution for zh-CHT).
22331 2005-05-18  Atsushi Enomoto  <atsushi@ximian.com>
22333         * culture-info-table.h : zh-CHT related workaround.
22335 2005-05-12  Zoltan Varga  <vargaz@freemail.hu>
22337         * marshal.c (emit_marshal_custom): Add some error checking and call the
22338         methods in the ICustomMarshaler interface. Fixes #74875.
22339         
22340         * marshal.c (emit_marshal_array): Implement [Out] marshalling in
22341         native->managed wrappers.
22343 2005-05-12  Martin Baulig  <martin@ximian.com>
22345         * mono-debug-debugger.cs (mono_debugger_lock/unlock): Always lock
22346         here and use the loader lock.
22348         * mono-debug.c: Properly lock when the debugger is not attached.
22349         (mono_debug_init): Release the initial lock if we're not running
22350         in the debugger.
22352 2005-05-12  Zoltan Varga  <vargaz@freemail.hu>
22354         * marshal.c (emit_marshal_custom): Pass through NULL values without
22355         calling the custom marshalling routines.
22357         * marshal.c (emit_ptr_to_object_conv): Implement ftnptr->delegate
22358         conversion in structures. Fixes #74882.
22360 2005-05-12  Atsushi Enomoto  <atsushi@ximian.com>
22362         * culture-info-table.h : zh-* cultures were missing.
22364 2005-05-12  Lluis Sanchez Gual  <lluis@novell.com>
22366         * threads.c: Added a new event background_change_event which is signaled
22367         when a thread changes its background mode.
22368         Moved here several checks previously done in managed code. The checks
22369         require the thread lock, and using the thread lock in managed code
22370         can result in deadlocks.
22371         Merged Start_internal and Thread_internal into a single method. Now 
22372         Thread_internal does all work of creating and starting a thread.
22373         Added icalls for setting and getting the state of the object. Moved from
22374         managed code to avoid locking there.
22375         Added wait_for_tids_or_state_change() which is called instad of
22376         wait_for_tids when waiting for non-backround threads to end. This method
22377         will return if one of the threads ends or the background_change_event
22378         is signaled.
22379         * threadpool.c: use ves_icall_System_Threading_Thread_SetState() to set
22380         the background mode. This method signals the background_change_event
22381         event.
22382         * icall.c:
22383         * threads-types.h: Added icalls for ClrState, SetState and GetState, and
22384         removed Start_internal.
22385         
22386 2005-05-11  Martin Baulig  <martin@ximian.com>
22388         * mono-debug.h (MonoSymbolTable, MonoDebugMethodAddress): Changed
22389         to order of some fields to get proper alignment on 64-bit machines.
22391 2005-05-11  Martin Baulig  <martin@ximian.com>
22393         * mono-debug.c, mono-debug-debugger.c: Revert Paolo's locking
22394         changes as they're broken and completely fuck up the debugger.
22396         * mono-debug.c (mono_debug_add_method): Properly unlock on error.
22398 2005-05-10  Martin Baulig  <martin@ximian.com>
22400         * reflection.c (mono_reflection_generic_class_initialize): Don't
22401         call mono_class_setup_parent() here.
22403 2005-05-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
22405         * metadata/socket-io.c: on windows, getsockopt/setsockopt for
22406         send/receive timeout use an integer in milliseconds. We were using a
22407         struct timeval.
22409 2005-05-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
22411         * locales.c:
22412         (internal_get_cultures): reserve the first slot of the array for the
22413         InvariantCulture, which will be filled in managed code.
22415 2005-05-06  Zoltan Varga  <vargaz@freemail.hu>
22417         * reflection.c (mono_image_fill_module_table): Initialize the
22418         GENERATION field as well.
22420 2005-05-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
22422         * monitor.c: ignore calls to Monitor.Exit even if no one ever called
22423         Monitor.Enter on the object.
22425 2005-05-05  Lluis Sanchez Gual  <lluis@novell.com>
22427         * threads.c: Enable the wait for running threads when exiting.
22428         * icall.c: Suspend all threads before exiting.
22430 2005-05-05  Zoltan Varga  <vargaz@freemail.hu>
22432         * assembly.c (mono_assembly_load_reference): Fix warning.
22434 2005-05-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
22436         * threadpool.c: changed the default number of threads per cpu. From now
22437         on, the default will be 20 + (5 * number of cpus) instead of 50.
22439 2005-05-04  Zoltan Varga  <vargaz@freemail.hu>
22441         * loader.c (mono_method_get_signature_full): Add locking here.
22443 2005-05-03  Lluis Sanchez Gual <lluis@novell.com>
22445         * appdomain.c: Moved methods for parsing and freeing assembly
22446         names to assembly.c.
22447         * assembly.c, domain-internals.h: Created public methods for parsing
22448         assembly names. Fixed mono_assembly_load_with_partial_name:
22449         it now finds the best match, taking into account the version,
22450         token and culture specified in the partial name. Also return
22451         the latest version if no version information is specified.
22453 Mon May 2 15:47:57 CEST 2005 Paolo Molaro <lupus@ximian.com>
22455         * threadpool.c: replace check for SocketAsyncCall class.
22457 2005-05-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
22459         * threadpool-internals.h:
22460         * Makefile.am: added threadpool-internals.h
22462         * threadpool.c: call mono_unhandled_exception on exceptions not handled
22463         that happen in threadpool threads (tested on MS).
22464         (mono_thread_pool_remove_socket): new function that dispatch any pending
22465         AIO call on a socket that is closing. By now only epoll really needs it,
22466         as select/poll wake up when the socket closes.
22469         * socket-io.c: call mono_thread_pool_remove_socket in Close_internal.
22471 2005-05-01  Zoltan Varga  <vargaz@freemail.hu>
22473         * marshal.c (mono_marshal_get_managed_wrapper): Handle changing the calling convention.
22475 2005-05-01  Lluis Sanchez Gual  <lluis@novell.com>
22477         * gc.c: In mono_gc_cleanup(), wait for 2 seconds, not 2000 seconds.
22479 2005-04-30  Lluis Sanchez Gual  <lluis@novell.com>
22481         * threads.c: In mono_thread_suspend_all_other_threads, if a thread
22482         has an abort request, convert it into a suspend request.
22484 2005-04-30  Ben Maurer  <bmaurer@ximian.com>
22486         * marshal.c (mono_marshal_get_managed_wrapper): give a friendly
22487         warning for the usage of `UnmanagedFunctionPointerAttribute' which
22488         is not supported yet.
22490 2005-04-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
22492         * image.c: register assemblies loaded from data (bundles) in the loaded
22493         assemblies hash. Fixes bug #74772.
22495 2005-04-29  Martin Baulig  <martin@ximian.com>
22497         * class.c (mono_type_get_name_recurse): Update to the new naming
22498         schema from the latest .NET 2.x beta2.
22499         (mono_class_setup_vtable_general): If we're a generic instance,
22500         copy the vtable from our generic type definition and inflate all
22501         the methods in it.
22503         * loader.c (find_method): Update to the new naming schema from the
22504         latest .NET 2.x beta2.
22506 2005-04-29  Raja R Harinath  <harinath@gmail.com>
22508         * class.c (mono_class_init): Add a mono_loader_unlock to the
22509         #74734 fix.
22511 2005-04-28  Zoltan Varga  <vargaz@freemail.hu>
22513         * icall.c (ves_icall_System_Environment_Exit): Remove the 
22514         suspend_all_other_threads () call for the time being, since it can hang.
22516         * threads.c (mono_thread_manage): Similarly, disable the waiting for
22517         the background threads to exit, since it can also hang.
22519         * class.c (mono_class_init): Applied patch from Ankit Jain 
22520         (radical@gmail.com). Avoid pending init errors when a field refers
22521         to a nested class using a typeref. Fixes #74734.
22523         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): Fix
22524         this for dynamic modules.
22526 2005-04-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
22528         * threads.c: don't wait for threads that are in the process of aborting
22529         or aborted. Set the 'shutting_down' flag before cleaning the threadpool
22530         and waiting for background threads to finish. This makes xsp and
22531         mod-mono-server exit without random length delays and/or hangs.
22533 2005-04-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
22535         * icall.c: remove duplicate assignment from GetReferencedAssemblies.
22537 2005-04-25  Zoltan Varga  <vargaz@freemail.hu>
22539         * class.c (mono_class_is_assignable_from): Call is_assignable_to for
22540         dynamic types to prevent infinite loops. Fixes #74727.
22542         * reflection.c (mono_reflection_call_is_assignable_from): Rename to
22543         ..._is_assignable_to.
22545 2005-04-25  Sebastien Pouliot  <sebastien@ximian.com>
22547         * security.c: Fixed #74698 where sysconf returned -1 on FreeBSD.
22549 2005-04-25  Martin Baulig  <martin@ximian.com>
22551         Upgrade to the latest .NET 2.x beta (Visual Studio 2005 Beta 2).
22553         * domain.c
22554         (supported_runtimes): Change "v2.0.40607" -> "v2.0.50215".
22556         * row-indexes.h (MONO_GENERICPARAM_KIND): Removed.
22558         * reflection.c (build_compressed_metadata): Set metadata header
22559         version to 2.0.
22561 2005-04-23  Zoltan Varga  <vargaz@freemail.hu>
22563         * sysmath.c (ves_icall_System_Math_Round2): Use modf to decompose the
22564         number into an integral and a decimal part. Fixes #70473.
22566         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_OffsetOf): Ignore static fields. Fixes #74703.
22568 2005-04-23  Atsushi Enomoto  <atsushi@ximian.com>
22570         * culture-info-table.h : reflected the latest locale-builder output.
22572 2005-04-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
22574         * threadpool.c: check for SuspendRequested too when deciding if
22575         mono_thread_interruption_checkpoint should be called.
22577 2005-04-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
22579         * appdomain.[ch]: added function to set the shutting_down flag to TRUE.
22580         * threads.c: remove interruption_mutex and use Interlocked instead. When
22581         suspending all the threads, wait for all the suspended events at once.
22582         If we're shutting down and get an APC that is going to be queued,
22583         call mono_thread_execute_interruption immediately, as the thread might
22584         be sleeping on a pthread condition or mutex.
22586         * icall.c: call mono_runtime_set_shutting_down before suspending the
22587         threads.
22589         Fixes bug #74693. And now xsp is happier when exiting.
22591 2005-04-22  Zoltan Varga  <vargaz@freemail.hu>
22593         * loader.c (mono_stack_walk): Fix #74690.
22595 2005-04-22  Martin Baulig  <martin@ximian.com>
22597         * mono-debug.h (MonoDebugMethodJitInfo): Added
22598         `MonoDebugMethodJitInfo *jit'.
22600         * mono-debug.c (mono_debug_read_method): Cache the
22601         MonoDebugMethodJitInfo in `address->jit'.
22602         (mono_debug_free_method_jit_info): New public method.
22604 2005-04-22  Martin Baulig  <martin@ximian.com>
22606         * class.c (mono_class_is_assignable_from): Disallow
22607         type parameter -> interface.
22609 2005-04-21  Dick Porter  <dick@ximian.com>
22611         * threads.c (mono_thread_create): Turn an assertion into an error.
22613 2005-04-20  Zoltan Varga  <vargaz@freemail.hu>
22615         * threads.c object.c icall.c: Fix some gcc 4.0 warnings.
22616         
22617         * threads.c marshal.h marshal.c exceptions.h exceptions.c appdomain.c: 
22618         Fix some gcc 4.0 warnings.
22620 Wed Apr 20 16:09:06 CEST 2005 Paolo Molaro <lupus@ximian.com>
22622         * file-io.c: fix alt dir separator char on unix systems
22623         and cleanup (fixes bug #71214).
22625 2005-04-19  Lluis Sanchez Gual  <lluis@novell.com>
22627         * marshal.c: Use CALLVIRT instead of CALL when dispatching
22628         a call to a remote domain, since the method may be an
22629         interface method in the client domain. This fixes bug #74192.
22631 2005-04-17 Gonzalo Paniagua Javier <gonzalo@ximian.com>
22633         * threadpool.c: recv/send are now performed before going back to managed
22634         code to save one transition.
22636 2005-04-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
22638         * metadata/socket-io.c: fixed semantics in Socket.Blocking icall.
22640         * metadata/threadpool.c: removed hack to workaround the bug above.
22642         Fixes bug #74618.
22644 2005-04-16  Zoltan Varga  <vargaz@freemail.hu>
22646         * reflection.c reflection.h: Fix handling of parameter defaults in
22647         dynamic methods. Also fixes handling of parameter attributes.
22648         Fixes #74609.
22650         * mono-debug.c (mono_debug_close_image): Fix warning.
22652 2005-04-15 Gonzalo Paniagua Javier <gonzalo@ximian.com>
22654         * socket-io.h: replaced old unused field with new 'blocking'.
22655         * threadpool.c: restore socket blocking state on windows(tm).
22657 2005-04-14  Sebastien Pouliot  <sebastien@ximian.com>
22659         * icall.c: don't return the codebase in the AssemblyName[] returned by
22660         ves_icall_System_Reflection_Assembly_GetReferencedAssemblies.
22661         * object-internals.h: Removed FIXME (fields were presents) and fixed
22662         versioncompat declaration.
22664 2005-04-14 Gonzalo Paniagua Javier <gonzalo@ximian.com>
22666         * threadpool.c: sometimes we get EBADF from epoll but the epollfd is
22667         not closed, so don't cleanup when it happens.
22669 2005-04-13  Chris Toshok  <toshok@ximian.com>
22671         * mono-debug-debugger.h: change prototype for
22672         mono_debugger_lookup_type.
22674         * mono-debug-debugger.c (mono_debugger_lookup_type): reinstate
22675         this function, although it should probably be named
22676         mono_debugger_init_type.
22678 2005-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
22680         * threadpool.c: fix non-AIO case.
22682 2005-04-13  Zoltan Varga  <vargaz@freemail.hu>
22684         * profiler.c (mono_profiler_install_simple): Add a 'jit' option to
22685         the built-in profiler to measure just JIT compilation times.
22687 2005-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
22689         * threadpool.c: the epollfd might be closed by another thread at
22690         any time, so ignore EBADF at treat it as a "we're closing" sign.
22692 2005-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
22694         * threadpool.c: release the semaphores with a count equals to the number
22695         of working threads in both IO and regular pools. Fixed typo that messed
22696         up the count of IO pool threads. Don't initialize the pipe handles if
22697         we're using epoll.
22699 2005-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
22701         * threadpool.c: some systems don't like a NULL when deleting the socket
22702         from epoll.
22704 2005-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
22706         * threadpool.c: fix semaphore allocation.
22708 2005-04-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
22710         * threadpool.c: added epoll() based implementation for asynchronous IO
22711         that is used instead of the default poll() when available.
22712         It can be disabled by setting MONO_DISABLE_AIO.
22714 2005-04-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
22716         * threadpool.c: windows needs 'closesocket' and instead of returning
22717         0 when the stream is closed while in select, it returns -1. Fixes bug
22718         #74573.
22720 2005-04-12  Zoltan Varga  <vargaz@freemail.hu>
22722         * class.c (class_compute_field_layout): Fix the regression caused by
22723         the previous try.
22725 2005-04-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
22727         * threadpool.c: separate pool for socket async. IO.
22728         * threadpool.h: mono_max_worker_threads is not a global any more.
22730 2005-04-10  Zoltan Varga  <vargaz@freemail.hu>
22732         * class.c (class_compute_field_layout): Fix #74549.
22734 2005-04-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
22736         * threadpool.c: select() on windows doesn't allow pipe handles, soooo
22737         use 2 connected sockets instead.
22739 2005-04-08  Miguel de Icaza  <miguel@novell.com>
22741         * mono-config.c: Add new entry point for mkbundle
22742         mono_config_parse_memory. 
22744 2005-04-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
22746         * threadpool.c: removed another unused function.
22748 2005-04-08  Ankit Jain  <radical@corewars.org>
22750         * reflection.c (get_default_param_value_blobs): Add 'types'
22751         parameter to get the types encoded in the constant table.
22752         (mono_param_get_objects): Use the type from the constant table,
22753         not the type of the parameter, when creating default values.
22754         Handle null default values correctly.
22756 2005-04-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
22758         * file-io.c:
22759         * file-io.h:
22760         * threadpool.c:
22761         * threadpool.h:
22762         * icall.c:
22763         * socket-io.c: removed dead code for async IO.
22765 2005-04-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
22767         * socket-io.h: 2 more fields in MonoSocketAsyncResult.
22769         * threadpool.c: intercept socket async. calls and pass them to a thread
22770         that is polling and dispatching the job items to the threadpool as
22771         socket become ready. Fixes bugs #71217, #71933.
22773         * icall.c: Removed AsyncReceive and AsyncSend. Speed up for copies
22774         between char and short/ushort arrays.
22776         * socket-io.c: remove dead code.
22778 2005-04-06  Atsushi Enomoto  <atsushi@ximian.com>
22780         * locales.c,
22781           icall.c : removed InternalToUpper_Comp() and
22782           InternalToLower_Comp().
22784 2005-04-06  Atsushi Enomoto  <atsushi@ximian.com>
22786         * char-conversions.h : The tables were incorrectly generated. Should
22787           be generated against invariant culture.
22789 2005-04-04  Zoltan Varga  <vargaz@freemail.hu>
22791         * object.c (mono_runtime_invoke_array): Fix return value when 
22792         passing pre-created valuetype objects to ctors.
22794         * gc.c (mono_gchandle_is_in_domain): Applied patch from Jon Larimer 
22795         (jlarimer@gmail.com). Avoid crashes when the wrapper object is null.
22796         Fixes #74338.
22798 2005-03-30  Sebastien Pouliot  <sebastien@ximian.com>
22800         * domain.c: removed g_assert for runtimesecurityframe_class. This is 
22801         only used with --security and hides the wrong corlib version error.
22803 2005-03-30  Joshua Tauberer  <tauberer@for.net>
22805         * class.c: Changed mono_class_name_from_token so that types
22806         outside of a namespace don't have an initial period.  Improved
22807         the g_warning message used in _mono_class_get when loading
22808         fails.
22809         * assembly.c: In mono_assembly_load_reference, when an assembly
22810         can't be found, "No such file or directory" is misleading and
22811         unhelpful because a few paths were checked for the presence of
22812         the assembly.  When that happens (ENOENT), display a nicer
22813         message indicating the directories that were searched.  In all
22814         cases, the warning is made easier to read for non-hackers.
22816 2005-03-29  Sebastien Pouliot  <sebastien@ximian.com>
22818         * assembly.c: Set MONO_ASSEMBLIES to NULL when compiling from a VS.NET
22819         project/solution.
22820         * appdomain.h|domain.c: Removed inline from functions.
22821         * appdomain.c: Reduced warnings when compiling on windows.
22822         * icall.c: Fixed output_debug declaration to gunichar2*.
22823         * mono-config.c: Reduced warnings when compiling on windows.
22824         * rand.c: Added missing "windows.h". Added missing return value.
22825         * rawbuffer.c: Added missing winsock2.h for windows.
22826         * sysmath.h: Added mono-compiler.h header to allow/ease 
22827         compilation with non-GCC compilers.
22828         * threads.c: Fixed declarations to compile with VS.NET C compiler.
22829         Removed cast warnings.
22831         Adapted from the work of J Lothian (for VC6).
22833 2005-03-29  Zoltan Varga  <vargaz@freemail.hu>
22835         * assembly.c (mono_assembly_load_corlib): Do not try loading corlib
22836         from default_path.
22838 2005-03-27  Zoltan Varga  <vargaz@freemail.hu>
22840         * marshal.c (mono_marshal_get_managed_wrapper): Fix bogus assert on
22841         the 2.0 profile.
22843 2005-03-27  Raja R Harinath  <harinath@gmail.com>
22845         * Makefile.am (assembliesdir): Fix.  If it is arch-dependent it
22846         has to be in $(exec_prefix).  $(prefix) is for arch-independent
22847         stuff, and it would probably use $(prefix)/share rather than
22848         $(prefix)/lib.
22850 2005-03-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>
22852         * console-io.c: added 2 includes that might be missing.
22854 2005-03-24  Zoltan Varga  <vargaz@freemail.hu>
22856         * marshal.c (mono_marshal_get_managed_wrapper): Fix crashes in 2.0
22857         profile.
22859         * reflection.c (create_custom_attr): Allocate the params array using
22860         alloca so it gets GC tracking.
22862 2005-03-23  Chris Toshok  <toshok@ximian.com>
22864         * mono-debug-debugger.c (mono_debugger_runtime_invoke): comment
22865         out some spew.
22867 2005-03-24  Raja R Harinath  <rharinath@novell.com>
22869         * Makefile.am (assembly.lo, mono-config.lo): Rebuild when Makefile
22870         changes to pick up any changes in prefix, etc.
22872 2005-03-23  Zoltan Varga  <vargaz@freemail.hu>
22874         * marshal.c (mono_marshal_get_managed_wrapper): Remove fixme.
22875         
22876         * marshal.c (mono_marshal_get_managed_wrapper): Remove debugging output.
22877         * marshal.c (mono_marshal_get_managed_wrapper): Add support for the modopt(CallConvCdecl).
22879 2005-03-23  Zoltan Varga  <vargaz@freemail.hu>
22881         * class-internals.h object-internals.h class.c reflection.c: Extend the
22882         mono_lookup_dynamic_token () function to return the class of the
22883         token as well. 
22885         * class.c (mono_ldtoken): Handle MEMBERREFS in the dynamic case as
22886         well. Fixes #73848.
22888 2005-03-23  Sebastien Pouliot  <sebastien@ximian.com>
22890         * security-manager.c: Skip inheritance checks for intra-corlib
22891         class inheritance and method overrides. This skips a lot of checks
22892         and (anyway) permissions cannot work until corlib is loaded.
22894 2005-03-23  Martin Baulig  <martin@ximian.com>
22896         * marshal.c (mono_marshal_get_stfld_wrapper): Add support for
22897         MONO_TYPE_GENERICINST.  
22899 2005-03-23  Martin Baulig  <martin@ximian.com>
22901         * metadata.c (mono_type_to_unmanaged): Add MONO_TYPE_GENERICINST.
22903 Tue Mar 22 16:57:01 CET 2005 Paolo Molaro <lupus@ximian.com>
22905         * class.c: added locking comments to some functions.
22906         Cache the interface offsets arrays (saves about 20 KB
22907         of runtime memory in a typical app).
22908         Reduce the time overhead in mono_class_setup_supertypes ().
22910 Tue Mar 22 16:35:57 CET 2005 Paolo Molaro <lupus@ximian.com>
22912         * icall.c: speedup and fix leaks in GetMethodsByName and
22913         GetPropertiesByName.
22915 Tue Mar 22 16:34:29 CET 2005 Paolo Molaro <lupus@ximian.com>
22917         * reflection.c: some locking fixes.
22919 Tue Mar 22 15:13:54 CET 2005 Paolo Molaro <lupus@ximian.com>
22921         * metadata.c: added missing break in case statement.
22923 2005-03-22  Zoltan Varga  <vargaz@freemail.hu>
22925         * marshal.c (mono_marshal_get_runtime_invoke): Add support for
22926         typedbyref return values. Fixes #73941.
22928 2005-03-17  Sebastien Pouliot  <sebastien@ximian.com>
22930         * security-manager.c|h: Added demandunmanaged method and 
22931         suppressunmanagedcodesecurity class to MonoSecurityManager.
22932         Renamed aptc class to allowpartiallytrustedcallers.
22934 2005-03-17  Martin Baulig  <martin@ximian.com>
22936         * class.c (inflate_generic_type): Add MONO_TYPE_ARRAY.
22938 2005-03-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
22940         * file-io.c: disabled file async. IO using aio_*. It uses the
22941         threadpool now. Workaround for bug #73718.
22943 Wed Mar 16 18:08:00 CET 2005 Paolo Molaro <lupus@ximian.com>
22945         * assembly.h, mono-config.c: added code to deal with bundled configs
22946         for bundled assemblies.
22948 Wed Mar 16 16:34:38 CET 2005 Paolo Molaro <lupus@ximian.com>
22950         * *.c, private.h: cleanup, removing old private.h header file.
22952 2005-03-16  Zoltan Varga  <vargaz@freemail.hu>
22954         * reflection.c (mono_image_get_method_info): Encode best_fit_mapping
22955         and throw_on_unmappable_char attributes.
22957 2005-03-13  Sebastien Pouliot  <sebastien@ximian.com>
22959         * process.c: Fix buffer length in ves_icall_System_Diagnostics_Process
22960         _ProcessName_internal.
22962 2005-03-13  Zoltan Varga  <vargaz@freemail.hu>
22964         * object.c (mono_array_new_full): Fix aligning of array size. Fixes
22965         #73631.
22967         * icall.c threads.c threads-types.h: Remove slothash icalls as they
22968         are no longer used.
22970 2005-03-11  Zoltan Varga  <vargaz@freemail.hu>
22972         * object.c (compute_class_bitmap): Add support for generics. Fixes
22973         #73527.
22975 2005-03-10  Zoltan Varga  <vargaz@freemail.hu>
22977         * reflection.c (mono_reflection_create_runtime_class): Fix 2.0 build.
22979 2005-03-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>
22981         * filewatcher.c: commented out the code for windows watcher, as we don't
22982         use it (we use the managed implementation instead).
22984 2005-03-10  Zoltan Varga  <vargaz@freemail.hu>
22986         * object-internals.h (MonoThread): Remove 'unused1' field.
22988         * appdomain.c: Bump corlib version.
22990         * marshal.c: Remove calls to Reset/RestoreDataStoreStatus ().
22992         * reflection.c (mono_reflection_create_runtime_class): Remove the
22993         AssemblyBuilder.Save optimization since it causes too many problems.
22995 2005-03-10  Sebastien Pouliot  <sebastien@ximian.com>
22997         * exception.c|h: Added mono_get_exception_reflection_type_load to
22998         create a ReflectionTypeLoadException object.
22999         * icall.c: Updated ves_icall_System_Reflection_Assembly_InternalGetType
23000         to return NULL is a InheritanceDemand fails during reflection. Updated
23001         ves_icall_System_Reflection_Assembly_GetTypes to throw a 
23002         ReflectionTypeLoadException if an InheritanceDemand fails during 
23003         reflection. Added icall mapping for GetLinkDemandSecurity.
23004         * security-manager.c|h: Added ves_icall_System_Security_
23005         SecurityManager_GetLinkDemandSecurity internal call to return the
23006         class and methods permissions set for a LinkDemand. Removed unused
23007         fields in MonoSecurityManager.
23009 2005-03-10  Martin Baulig  <martin@ximian.com>
23011         * class.c (mono_bounded_array_class_get): Initialize `eclass' if
23012         it's a generic instance.
23014 2005-03-09  Zoltan Varga  <vargaz@freemail.hu>
23016         * reflection.c (mono_get_object_from_blob): Applied patch from
23017         Ankit Jain (radical@gmail.com). Fix enum default values. Fixes #73457.
23019         * class.c (mono_class_is_assignable_from): Another try at fixing 
23020         #73469 without breaking anything.
23022 2005-03-08  Zoltan Varga  <vargaz@freemail.hu>
23024         * class.c: (mono_class_is_assignable_from): Revert the last changes
23025         since they don't work with generics.
23026         
23027         * class.c (mono_class_is_assignable_from): Fix build bustage.
23029         * class.c (mono_class_is_assignable_from): If oklass is dynamic, call
23030         the managed IsAssignableFrom method. Fixes #73469.
23032         * reflection.c (mono_reflection_call_is_assignable_from): New helper
23033         function.
23035 2005-03-04  Zoltan Varga  <vargaz@freemail.hu>
23037         * object.c (mono_load_remote_field_new): Fix returning uninitialized
23038         memory when the remoting callback does not sets the out arguments.
23039         Fixes #73007.
23041         * marshal.c (mono_delegate_free_ftnptr): Remove debug array checked in
23042         by mistake.
23044         * string-icalls.c: Return String.Empty where needed. Fixes #73310.
23046         * object-internals.h (MonoStackFrame): Sync with managed object layout.
23048         * appdomain.c: Bump corlib version.
23050 2005-03-03  Zoltan Varga  <vargaz@freemail.hu>
23052         * gc-internal.h boehm-gc.c null-gc.c: Add mono_gc_is_gc_thread () API
23053         function.
23055         * threads.c (mono_thread_attach): Detect threads which are not started
23056         by the GC pthread wrappers.
23058 2005-03-03  Sebastien Pouliot  <sebastien@ximian.com>
23060         * icall.c: Added new icall for RNG.
23061         * rand.c|h: Added new icall to open the RNG. This allows to share a 
23062         single handle on Linux to access /dev/urandom and fix #73183.
23064 Thu Mar 3 17:53:17 CET 2005 Paolo Molaro <lupus@ximian.com>
23066         * object.c: setting the new vtable in a transparent proxy object must
23067         not change the GC descriptor.
23069 Thu Mar 3 12:11:46 CET 2005 Paolo Molaro <lupus@ximian.com>
23071         * object.c: fixed compilation without GCJ support.
23072         * reflection.c: for runtime-created types ensure klass->has_references
23073         is correct (bug #73215).
23075 2005-03-02  Martin Baulig  <martin@ximian.com>
23077         * class.c (mono_class_is_assignable_from): Make this work if
23078         `oklass' is a generic instance; fixes #72831.
23080 2005-03-01  Zoltan Varga  <vargaz@freemail.hu>
23082         * marshal.c (mono_marshal_get_managed_wrapper): Fix handling of methods
23083         with hasthis set.
23084         
23085         * marshal.c (emit_marshal_array): Emit native->managed marshalling of blittable arrays.
23087         * marshal.c: Reorganize native->managed marshalling code to also use
23088         the emit_marshal_... functions.
23090 Tue Mar 1 16:16:42 CET 2005 Paolo Molaro <lupus@ximian.com>
23092         * object.c: typed allocs have issues with bitmap sizes > 30,
23093         so check for max_set >= 30.
23095 2005-03-01  Zoltan Varga  <vargaz@freemail.hu>
23097         * marshal.c (emit_marshal_array): Implement marshalling of arrays to
23098         managed code. Fixes #73012.
23100         * metadata.h (MonoMarshalSpec): Add elem_mult field.
23102         * metadata.c reflection.c: Load/Emit elem_mult as well.
23103         
23104         * metadata.h (MonoMarshalSpec): Add comment.
23106         * metadata.h: Add MONO_MARSHAL_CONV_LPTSTR_STR.
23108         * metadata.c (mono_metadata_parse_marshal_spec): Set param_num and
23109         num_elem to -1 if not given.
23111         * object-internals.h (MonoReflectionMarshal): Add has_size field.
23113         * reflection.c (encode_marshal_blob): Differentiate between 0 and not
23114         given values.
23116 2005-03-01  Marek Safar  <marek.safar@seznam.cz>
23118         * null-gc.c (mono_gc_free_fixed): Was not compilable.
23120 2005-02-28  Zoltan Varga  <vargaz@freemail.hu>
23122         * reflection.c (encode_marshal_blob): Encode param_num field as well.
23124         * object-internals.h (MonoReflectionMarshal): Add param_num field.
23126 Mon Feb 28 11:59:42 CET 2005 Paolo Molaro <lupus@ximian.com>
23128         * object.c: generalized the reference bitmap creation
23129         and added hooks for the new GC.
23130         * class-internals.c: removed the gc_bitmap field from MonoClass.
23132 Sat Feb 26 16:06:59 CET 2005 Paolo Molaro <lupus@ximian.com>
23134         * domain.c: help the compiler to produce better code
23135         in mono_jit_info_table_find ().
23137 Fri Feb 25 16:50:14 CET 2005 Paolo Molaro <lupus@ximian.com>
23139         * object.c: make all allocations look typed.
23141 Fri Feb 25 16:18:59 CET 2005 Paolo Molaro <lupus@ximian.com>
23143         * socket-io.c: load Mono.Posix if it's not loaded already
23144         (fixes bug#73033).
23146 2005-02-24  Martin Baulig  <martin@ximian.com>
23148         * class.c (dup_type): Correctly duplicate MONO_TYPE_PTR.
23149         * reflection.c (dup_type): Likewise.
23151 2005-02-24  Zoltan Varga  <vargaz@freemail.hu>
23153         * gc.c (run_finalize): Set the domain for finalizing delegates as well.
23154         Thanks to Willibald Krenn and Scott Mohekey for tracking this down.
23156 Thu Feb 24 15:19:35 CET 2005 Paolo Molaro <lupus@ximian.com>
23158         * domain.c, threads.c, object-internals.h: make the critical thread
23159         local vars use the fast access mode (even when we're compiled in
23160         a lib). Provide accessors to be used by the jit during codegen.
23162 2005-02-24  Carlos Alberto Cortez <calberto.cortez@gmail.com>
23164         * appdomain.c: Changed hook functios behavior to include
23165         support for the reflection only assemblies. Some icalls were changed
23166         to support the mentioned assemblies too. Signatures of static methods
23167         try_assembly_resolve and real_load now have an additional parameter:
23168         refonly.
23170         * assembly.c: General changes to mono_assembly_ methods to support
23171         reflection only api. Functions mono_assembly_open, mono_assembly_load,
23172         mono_assembly_load_from and mono_assembly_loaded have got a '_full'
23173         suffix, to support an additional gbool parameter to specify whether
23174         the assembli is reflection only or not. Created some new hook functions 
23175         to add support for reflection only assemblies. Signatures of static 
23176         methods load_in_path, search_loaded, and mono_assembly_load_from_gac 
23177         have now an additional parameter: refonly.
23179         * metadata-internals.h: MonoAssembly now has a gbool ref_only flag,
23180         indicating whether the assembly is reflection only or not.
23182         * exception.c: Add mono_get_exception_invalid_operation.
23184         * icall.c: Throw an InvalidOperationException when trying to invoke
23185         a property/method/event, or trying to set/get the value of a field.
23186         Also add an icall to retrieve the ref_only flag to the
23187         MonoReflectionAssembly.
23189 2005-02-23  Chris Toshok  <toshok@ximian.com>
23191         Part of fix for #72827.
23192         * mono-debug.c (mono_debug_add_method): add lexical block data to
23193         the info we write.  Kind of a hack at the moment - we copy the
23194         lexical block info from the MonoDebugMethodInfo to the
23195         MonoDebugMethodJitInfo here, before writing it.
23196         (mono_debug_read_method): read the lexical block info.
23198         * mono-debug.h (_MonoDebugMethodJitInfo): add lexical block slots.
23200         * debug-mono-symfile.h: add lexical block support.
23202         * debug-mono-symfile.c (mono_debug_find_method): add lexical block
23203         support.
23205 2005-02-23  Zoltan Varga  <vargaz@freemail.hu>
23207         * loader.c (mono_lookup_pinvoke_call): Fix warning.
23209         * object.c (mono_runtime_free_method): Call mono_free_method () and
23210         put the TODOs there.
23212         * loader.c (mono_free_method): Free up most memory allocated for 
23213         dynamic methods.
23215 Wed Feb 23 18:54:26 CET 2005 Paolo Molaro <lupus@ximian.com>
23217         * reflection.c: properly flag a Type argument to a
23218         named custom attr value (bug #72248).
23220 Wed Feb 23 18:32:35 CET 2005 Paolo Molaro <lupus@ximian.com>
23222         * reflection.c: reduce code duplication in named custom
23223         attribute encoding.
23225 Wed Feb 23 17:23:52 CET 2005 Paolo Molaro <lupus@ximian.com>
23227         * reflection.c: properly encode custom attrs of type object
23228         (bug #72649).
23230 2005-02-23  Zoltan Varga  <vargaz@freemail.hu>
23232         * marshal.c (mono_delegate_free_ftnptr): Make this thread safe.
23234 Tue Feb 22 21:54:47 CET 2005 Paolo Molaro <lupus@ximian.com>
23236         * socket-io.c: load System.dll if it's not loaded already
23237         (bug #72850 and #70477).
23239 2005-02-21  Martin Baulig  <martin@ximian.com>
23241         * marshal.c (mono_marshal_get_runtime_invoke): Add support for
23242         generic instances.
23244 2005-02-21  Martin Baulig  <martin@ximian.com>
23246         * reflection.c (mono_image_build_metadata): We also need to
23247         "fixup" the MethodImpl table after we computed the final method
23248         indices.  Call fixup_methodimpl() to do that.
23249         (fixup_methodimpl): New private method.
23251 Mon Feb 21 16:17:14 CET 2005 Paolo Molaro <lupus@ximian.com>
23253         * assembly.c: special case mscorlib.dll (bug#72536),
23254         patch from Carlos Alberto Cortez.
23256 2005-02-20  Zoltan Varga  <vargaz@freemail.hu>
23258         * threads-types.h threads.c: Fix build bustage.
23260         * threads.c: Use a union for long<->double conversions.
23262         * threads-types.h threads.c icall.c: Implement the net 2.0 interlocked
23263         functions based on a patch by Luca Barbieri (luca.barbieri@gmail.com).
23265         * marshal.c (emit_thread_interrupt_checkpoint_call): Mark the bblock 
23266         containing the checkpoint call with NOT_TAKEN.
23267         
23268         * marshal.c (mono_marshal_get_managed_wrapper): Emit interrupt 
23269         checkpoint before pushing the arguments, so they won't have to be
23270         spilled to stack.
23272 Sat Feb 19 15:19:46 CET 2005 Paolo Molaro <lupus@ximian.com>
23274         * domain.c, assembly.c, domain-internals.h: make some data
23275         const and relocation-free.
23277 Sat Feb 19 11:12:34 CET 2005 Paolo Molaro <lupus@ximian.com>
23279         * object.c, appdomain.c, class-internals.h: introduce the
23280         MonoClassRuntimeInfo structure to hold the info needed to
23281         use a class at runtime. Made mono_class_vtable() lock-free
23282         for all the appdomains.
23284 Sat Feb 19 11:11:12 CET 2005 Paolo Molaro <lupus@ximian.com>
23286         * metadata-internals.h, image.c: introduce a per-image mempool to
23287         be used for memory that has the same lifetime as the image.
23289 2005-02-18  Lluis Sanchez Gual  <lluis@novell.com>
23291         * domain.c: In mono_init_internal(), instead of selecting the first
23292         runtime version supported by an executable, get a list of all
23293         supported versions and select the one for which an mscorlib exists
23294         (since even if the runtime supports a given version, it doesn't mean
23295         that the framework for that version is installed).
23296         Modified get_runtimes_from_exe to support this behavior.
23297         In supported_runtimes, added information about additional system
23298         assembly versions.
23299         
23300         * assembly.c: Added support for more than one system assembly version
23301         per runtime version. Updated the assembly list.
23302         In mono_assembly_remap_version, removed the initial version check,
23303         since we don't know to which version we need to compare until we
23304         get the version set on which the assembly is based.
23305         Moved the code for loading corlib into the new method
23306         mono_assembly_load_corlib(), so it can be used by the initialization
23307         code.
23308         
23309         * domain-internals.h: Updated data structures and added declaration
23310         for mono_assembly_load_corlib.
23312 2005-02-17  Zoltan Varga  <vargaz@freemail.hu>
23314         * reflection.c (resolve_object): Fix the creation of the signature in 
23315         the SignatureHelper case.
23317         * assembly.c (mono_assembly_remap_version): Fix binary search.
23318         
23319 2005-02-17  Sebastien Pouliot  <sebastien@ximian.com>
23321         * class.c: Added inheritance check when a method is overloaded (from a
23322         virtual method or when implementing an interface) and when a class is
23323         inherited. Added functions to set a failure for a class and to 
23324         retreive the exception from a failure.
23325         * class-internals.h: Added fields to MonoClass to keep the exception
23326         information status for inheritance (or other exceptions) to be thrown
23327         later (i.e. not at load time).
23328         * object.c: Throw the inheritance SecurityException when a type is to 
23329         be created with either class or method inheritance violations.
23330         * reflection.c|h: Fix when getting declsec from a class. Removed 
23331         unrequired code for class. Improved sanity in parameter naming.
23332         * security-manager.c|h: Added functions to check for class and method
23333         inheritance.
23335 2005-02-17  Zoltan Varga  <vargaz@freemail.hu>
23337         * reflection.c (mono_reflection_create_runtime_class): Set has_cctor
23338         and has_finalize in dynamic types as well.
23340 2005-02-17  Atsushi Enomoto  <atsushi@ximian.com>
23342         * culture-info-table.h : fixed currency format for en-GB (and so on).
23344 Wed Feb 16 16:28:15 CET 2005 Paolo Molaro <lupus@ximian.com>
23346         * gc.c: ensure the GC handles never have 0 as a value.
23348 2005-02-16  Zoltan Varga  <vargaz@freemail.hu>
23350         * marshal.c (emit_marshal_ptr): Raise an exception if trying to pass
23351         a pointer to a struct to unmanaged code. Fixes #72625.
23353 2005-02-16  Martin Baulig  <martin@ximian.com>
23355         * mono-debug.c (mono_debug_open_image): Ignore dynamic images.
23357 2005-02-16  Zoltan Varga  <vargaz@freemail.hu>
23359         * marshal.c (emit_marshal_array): Only marshal unicode char arrays as [Out].
23361 2005-02-15  Zoltan Varga  <vargaz@freemail.hu>
23363         * loader.c (mono_lookup_pinvoke_call): Fix stdcall name mangling.
23365         * marshal.c (mono_ftnptr_to_delegate): If the delegate has the 
23366         UnmanagedFunctionPointerAttribute, use it for determining calling convention
23367         etc. Fixes #71471.
23369         * reflection.c (mono_custom_attrs_get_attr): New helper function.
23371         * object-internals.h: Add MonoReflectionUnmanagedFunctionPointerAttribute.
23373 Tue Feb 15 18:03:41 CET 2005 Paolo Molaro <lupus@ximian.com>
23375         * domain.c, appdomain.c, appdomain.h, object-internals.h, object.h:
23376         changes to make the current context a field in MonoThread.
23378 2005-02-15  Zoltan Varga  <vargaz@freemail.hu>
23380         * marshal.c (mono_marshal_get_native_wrapper): Fix a crash caused by
23381         the last change.
23382         
23383         * marshal.c (mono_marshal_emit_native_wrapper): New helper function
23384         extracted from mono_marshal_get_native_wrapper.
23386         * marshal.c (mono_marshal_get_native_func_wrapper): New helper function
23387         to create wrappers around native functions.
23389         * marshal.c (mono_ftnptr_to_delegate): Add support for creating 
23390         delegates for arbitrary function pointers. Fixes #71472.
23392 Tue Feb 15 11:01:09 CET 2005 Paolo Molaro <lupus@ximian.com>
23394         * threads.c: cleaned up the code a little.
23396 2005-02-15  Martin Baulig  <martin@ximian.com>
23398         * mono-debug.h (MonoSymbolTable): Allow variable-length chunks in
23399         the data table.
23401         * mono-debug.c (DATA_TABLE_CHUNK_SIZE): Set to 32768; we may now
23402         allocate larger chunks if needed.
23404 2005-02-14  Zoltan Varga  <vargaz@freemail.hu>
23406         * threads.c (start_wrapper): Remove #ifdef PLATFORM_WIN32 probably left
23407         in by mistake.
23409 Mon Feb 14 16:48:24 CET 2005 Paolo Molaro <lupus@ximian.com>
23411         * domain.c: keep the domains in an array and ensure the domain ids
23412         are kept small, so they can be used as indexes to domain-specific data
23413         with a small memory overhead.
23415 2005-02-14  Zoltan Varga  <vargaz@freemail.hu>
23417         * icall.c: Handle byref types in Type icalls. Fixes #72544.
23419 Mon Feb 14 15:39:56 CET 2005 Paolo Molaro <lupus@ximian.com>
23421         * Makefile.am: remove libmetadata: we build just libmonoruntime now.
23423 2005-02-13  Zoltan Varga  <vargaz@freemail.hu>
23425         * tabledefs.h (MANIFEST_RESOURCE_VISIBILITY_MASK): Add flags for ManifestResource.
23427         * loader.c (mono_lookup_pinvoke_call): Correct the search order used for different CharSet
23428         values.
23430         * marshal.c (mono_marshal_get_string_encoding): CHAR_SET_AUTO means Unicode on windows.
23431         
23432 2005-02-12  Ben Maurer  <bmaurer@ximian.com>
23434         * domain-internals.h: add the hashtable here.
23436         * class-internals.h: Remove `info' from MonoMethod
23438         * domain.c: Add a new hashtable, jit_trampoline_hash
23440 Fri Feb 11 17:11:20 CET 2005 Paolo Molaro <lupus@ximian.com>
23442         * object.c: don't set the value of static fields
23443         (fixes bug#72494).
23445 2005-02-11  Martin Baulig  <martin@ximian.com>
23447         * mono-debug.c (DATA_TABLE_CHUNK_SIZE): Increase to 131072.
23448         (mono_debug_add_method): Silently ignore the method if it's too big.
23449         (mono_debug_add_type): Likewise.
23451 Fri Feb 11 16:22:10 CET 2005 Paolo Molaro <lupus@ximian.com>
23453         * threads.c, appdomain.c: remove #ifdefs from the code.
23455 2005-02-10  Sebastien Pouliot  <sebastien@ximian.com>
23457         * metadata-internals.h: Added flags to MonoAssembly to cache the most
23458         common security informations. This allows us to stay in unmanaged code
23459         when doing LinkDemand and it's special cases (except for the first 
23460         time for initialization). The flags a very much used with --security.
23461         * reflection.c|h: Added code to get declarative security attributes 
23462         for LinkDemand and InheritanceDemand. This required to refactor the
23463         existing code for Demand.
23464         * security-manager.c|h: Added new method fields for the special cases
23465         of LinkDemand.
23467 2005-02-10  Martin Baulig  <martin@ximian.com>
23469         * icall.c (ves_icall_MonoDebugger_MakeArrayType): New interncall.
23470         (ves_icall_MonoDebugger_GetTypeToken): New interncall.
23472 2005-02-10  Martin Baulig  <martin@ximian.com>
23474         * mono-debug.c, mono-debug-debugger.c: Completely reworked the
23475         debugging code; this is almost a complete rewrite.
23477         * icall.c (ves_icall_MonoDebugger_GetMethodIndex): New interncall.
23479 Thu Feb 10 15:19:01 CET 2005 Paolo Molaro <lupus@ximian.com>
23481         * domain.c, object.h: expose mono_string_equal () and 
23482         mono_string_hash ().
23483         * icall.c, string-icalls.c: remove the string.GetHashCode () icall,
23484         it's implemented in managed code.
23486 Thu Feb 10 15:03:46 CET 2005 Paolo Molaro <lupus@ximian.com>
23488         * icall.c, gc.c, gc-internal.h: make sure gchandles can't be used
23489         lo leak objects between appdomains.
23491 Thu Feb 10 14:25:00 CET 2005 Paolo Molaro <lupus@ximian.com>
23493         * assembly.c: old compilers compilation fix from 
23494         robertj@gmx.net (Robert Jordan).
23496 2005-02-09  Ben Maurer  <bmaurer@ximian.com>
23498         * class-internals.h: Little reminder for the future.
23500         * debug-helpers.c: Fix up wrapper_type_names
23502 Wed Feb 9 19:34:29 CET 2005 Paolo Molaro <lupus@ximian.com>
23504         * image.c, metadata-internals.h: when loading an image from a file,
23505         mmap all of it and use the same codepaths as when using a
23506         in-memory image: the code is simpler and we use less memory
23507         (both writable and readonly).
23509 Wed Feb 9 18:32:51 CET 2005 Paolo Molaro <lupus@ximian.com>
23511         * gc-internal.h, null-gc.c, boehm-gc.c: added functions to the GC
23512         API to alloc runtime data structures that need to be tracked by the
23513         GC and contain pointers.
23514         * appdomain.c, threads.c, object.c, gc.c: use the above changes to
23515         make the code more readable and eventually use a different GC.
23517 2005-02-09  Zoltan Varga  <vargaz@freemail.hu>
23519         * marshal.c (emit_marshal_vtype): Don't do managed->native conversion
23520         for out arguments.
23521         
23522 2005-02-09  Lluis Sanchez Gual  <lluis@novell.com>
23524         * object.c: In release_type_locks(), don't release the cctor lock
23525         if it has already been released. This fixes a crash in the
23526         thread5 test.
23528 Tue Feb 8 19:02:59 CET 2005 Paolo Molaro <lupus@ximian.com>
23530         * gc.c, marshal.c, icall.c: register a delegate for finalization
23531         only when the native function pointer has been allocated for it.
23533 Tue Feb 8 18:12:27 CET 2005 Paolo Molaro <lupus@ximian.com>
23535         * object.c: cleaned up some code, allocate objects that are
23536         pointer free with the atomic malloc variant. Allocate memory
23537         for static data from the mempool if it's pointer-free.
23538         Allocate the bounds array at the end of the array data, when needed.
23539         * object-internals.h, object.h: move a private function in a private
23540         header.
23541         * class.c: handle missing case in tracking references in fields.
23543 Tue Feb 8 18:04:51 CET 2005 Paolo Molaro <lupus@ximian.com>
23545         * class.c, class-internals.h: keep track if a type has
23546         reference fields in either the instance or static fields.
23548 2005-02-07  Lluis Sanchez Gual  <lluis@novell.com>
23550         * domain.c, domain-internals.h: Moved RuntimeInfo to domain-internals.h,
23551         and renamed to MonoRuntimeInfo. Added fields to store the expected
23552         framework assembly version. Changed mono_get_framework_version and
23553         mono_get_runtime_version for a single mono_get_runtime_info method.
23554         
23555         * assembly.c: Added method to remap system assembly versions to the
23556         current executing runtime version. Removed old mapping code.
23557         Remap assembly versions in mono_assembly_load and mono_assembly_loaded.
23558         
23559         * icall.c, reflection.c: Track api changes.
23561 2005-02-06  Miguel de Icaza  <miguel@novell.com>
23563         * loader.c (method_from_memberref): Improve error reporting,
23564         produce the class name instead of the typeref/typedef index. 
23566 2005-02-07  Zoltan Varga  <vargaz@freemail.hu>
23568         * marshal.c (mono_marshal_get_stfld_remote_wrapper): Fix wrapper type.
23570 2005-02-05  Zoltan Varga  <vargaz@freemail.hu>
23572         * loader.c (mono_lookup_pinvoke_call): Allow for combination of
23573         stdcall and charset name mangling.  Reorganize the code and add
23574         some tracing stuff.
23576 2005-02-05  Ben Maurer  <bmaurer@ximian.com>
23578         * monodiet.c: More iters!
23580         * marshal.c: Iter usage.
23582         * icall.c: Iter usage.
23584         * object.c: Use iters.
23586         * debug-helpers.c: More iters
23588 2005-02-05  Zoltan Varga  <vargaz@freemail.hu>
23590         * loader.c (mono_lookup_pinvoke_call): Add brute-force checking for mangled function names
23591         under win32.
23593 2005-02-05  Ben Maurer  <bmaurer@ximian.com>
23595         * mono-debug-debugger.c: use iters
23597         * class.c, class-internals.h: mono_class_setup_events is static
23598         now
23600         * All callers: use iters
23602 2005-02-05  Zoltan Varga  <vargaz@freemail.hu>
23604         * class.c string-icalls.c marshal.c reflection.c: Applied patch from
23605         Robert Jordan (robertj@gmx.net). Fix compilation errors under gcc-2.95.
23607 2005-02-04  Zoltan Varga  <vargaz@freemail.hu>
23609         * object.c (mono_class_proxy_vtable): Add missing _setup () calls.
23611         * marshal.h: Add prototypes for ldfld/stfld_remote.
23613         * appdomain.c (mono_domain_fire_assembly_load): Handle the case when
23614         this is called during startup.
23615         
23616 Fri Feb 4 20:27:58 CET 2005 Paolo Molaro <lupus@ximian.com>
23618         * appdomain.c, monitor.c, monitor.h, threads-types.h: made the
23619         MonoThreadsSync struct private in monitor.c. Changed the way
23620         MonoThreadsSync is allocated so it's faster and there is no
23621         need to keep track of it with a finalizer and it uses less memory.
23622         This also finally allows us to allocate mono objects as ptrfree when
23623         there are no reference fields.
23625 Fri Feb 4 20:24:03 CET 2005 Paolo Molaro <lupus@ximian.com>
23627         * gc.c, null-gc.c, boehm-gc.c, gc-internal.h: added functions to deal with
23628         disappearing link to the GC interface and use them to simplify
23629         the gchandles code.
23631 2005-02-04  Zoltan Varga  <vargaz@freemail.hu>
23633         * class-internals.h marshal.c: Add two new wrappers, ldfld_remote and
23634         stfld_remote which call mono_load/store_field_new. This allows methods
23635         calling ldfld/stfld wrappers to be AOTed.
23637         * console-io.c: Include sys/filio.h under solaris.
23638         
23639         * console-io.c: Include curses.h if needed correctly.
23641 2005-02-03  Zoltan Varga  <vargaz@freemail.hu>
23642         
23643         * icall.c (ves_icall_MonoMethod_get_base_definition): Initialize
23644         method->klass as well.
23646         * class-internals.h (MonoCachedClassInfo): Add 'finalize_image' field.
23648         * class.c (mono_class_init): Switch on lazy initialization of 
23649         methods.
23651         * class.c (mono_class_get_finalizer): Handle the case when the 
23652         finalizer is inherited.
23654 2005-02-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
23656         * console-io.c: <curses.h> is needed by term.h on solaris.
23658 2005-02-03  Ben Maurer  <bmaurer@ximian.com>
23660         * icall.c, class-internals.h, monodiet.c, class.c: Remove
23661         mono_class_setup_properties where possible. Remove this ftn from
23662         the header file, and make it static.
23664 2005-02-03  Zoltan Varga  <vargaz@freemail.hu>
23666         * loader.c: Add missing setup_... call.
23668         * class.c: Add missing setup_... calls.
23670         * class.c (mono_class_init): Switch on lazy initialization of 
23671         the generic vtable.
23672         
23673         * class.c (mono_class_init): Fix generics broken by the recent changes.
23675         * monodiet.c (handle_type): Add missing setup_... calls.
23677         * class.c: Back out garbage in previous patch.
23678         
23679         * class.c: Add missing setup_... calls.
23681         * class.c (mono_class_get_method_from_name_flags): Avoid calling
23682         mono_class_setup_methods () if possible.
23684         * class-internals.h (MonoClass): Add 'has_cctor' flag.
23686         * class-internals.h (MonoCachedClassInfo): New structure.
23688         * class.c: Initialize properties and events fields of MonoClass lazily.
23690         * class.c: Add infrastructure for lazily initializing the methods and
23691         vtable fields of MonoClass. Not yet used.
23693         * class.c (mono_class_get_finalizer): New helper function.
23695         * class.c: Add infrastructure for loading some class related data from
23696         an AOT file.
23698         * object.c: Add infrastructure for initializing the vtable from data
23699         in the AOT file.
23701         * gc.c (run_finalize): Use mono_class_get_finalizer ().
23703         * class.c loader.c object.c icall.c gc.c reflection.c: Call the
23704         appropriate initialization function before accessing parts of the
23705         MonoClass structure.
23707         * marshal.c: Fix warnings.
23708         
23709         * marshal.c (emit_marshal_array): Add missing 'break'. Fixes #72169.
23711         * mono-debug-debugger.c (get_exception_message): Use 
23712         mono_class_get_method_from_name_flags ().
23714 2005-02-02  Ben Maurer  <bmaurer@ximian.com>
23716         * reflection.c, appdomain.c: Replace a few manual searches that
23717         Zoltan missed. (Paolo approved this part of my initial patch).
23719 Wed Feb 2 16:32:08 CET 2005 Paolo Molaro <lupus@ximian.com>
23721         * profiler.c: disable recording statistical events at report time.
23723 Wed Feb 2 14:14:00 CET 2005 Paolo Molaro <lupus@ximian.com>
23725         * icall.c: patch from Geoff Norton <gnorton@customerdna.com>
23726         to byteswap arrays of enum values, too (bug #72080).
23728 2005-02-02  Zoltan Varga  <vargaz@freemail.hu>
23730         * appdomain.c (set_domain_search_path): Allow this to be called if
23731         domain->setup is not yet set.
23733         * loader.c (mono_method_get_index): New helper function.
23735         * loader.c reflection.c: Use mono_method_get_index ().
23737         * class.c (mono_class_get_method_from_name_flags): New helper method.
23739         * debug-helpers.h debug-helpers.c (mono_find_method_by_name): Remove
23740         this.
23742         * class.c (mono_class_get_cctor): New helper method.
23744         * string-icalls.c object.c class.c marshal.c reflection.c: Use
23745         mono_class_get_method () to look up methods.
23747 2005-02-01  Miguel de Icaza  <miguel@novell.com>
23749         * console-io.c: Fix the build, this should work on Windows.
23751 2005-01-31  Ben Maurer  <bmaurer@ximian.com>
23753         * marshal.c (mono_marshal_xdomain_copy_out_value): cached_str must
23754         be set to null to keep things valid
23756 2005-01-31 Gonzalo Paniagua Javier <gonzalo@ximian.com>
23758         * icall.c: added Console 2.0 icalls.
23759         * Makefile.am: added console-io.[ch]
23760         * console-io.[ch]: internal calls for Console 2.0 API.
23762 Mon Jan 31 19:01:29 CET 2005 Paolo Molaro <lupus@ximian.com>
23764         * class.c: make sure we consider all the interfaces
23765         when calculating max_interface_id (bug found by
23766         Jeroen Frijters running ikvm).
23768 2005-01-31  Zoltan Varga  <vargaz@freemail.hu>
23770         * icall.c (ves_icall_FieldInfo_SetValueInternal): Handle setting of
23771         valuetype fields to null.
23773         * object.c (set_value): Ditto. Fixes #71669.    
23775 2005-01-31  Martin Baulig  <martin@ximian.com>
23777         * metadata.c (mono_metadata_has_generic_params): New public
23778         function; checks whether something is a generic method.
23780 Sun Jan 30 20:19:48 CET 2005 Paolo Molaro <lupus@ximian.com>
23782         * appdomain.c: fix infinite recursion when adding assemblies.
23784 2005-01-30  Sebastien Pouliot  <sebastien@ximian.com>
23786         * object.c: Fix small typo to return all items for Environment.
23787         GetCommandLineArgs.
23789 Sun Jan 30 16:49:01 CET 2005 Paolo Molaro <lupus@ximian.com>
23791         * domain.c, appdomain.c, assembly.c, image.c, domain-internals.h,
23792         reflection.c: more domain and assembly-unload related fixes
23793         and memory leaks plugs.
23795 2005-01-30  Zoltan Varga  <vargaz@freemail.hu>
23797         * 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.
23799 2005-01-29  Ben Maurer  <bmaurer@ximian.com>
23801         * loader.c (mono_method_signature): Make this method lazy
23802         (mono_get_method_from_token): Don't computate the signature here.
23804         Doing this saves quite a bit of memory. I got 90 kb on starting up
23805         monodoc. It should also save some disk reads on startup.
23807         * *: MonoMethod->signature might be NULL now. You *MUST* use
23808         mono_method_signature.
23810 2005-01-29  Zoltan Varga  <vargaz@freemail.hu>
23812         * object.c (mono_runtime_get_main_args): Return an array from the
23813         current domain here. Fixes #71938.
23815 Sat Jan 29 15:59:05 CET 2005 Paolo Molaro <lupus@ximian.com>
23817         * monitor.c: formatting changes to comply with the
23818         mono coding style and remove #ifdefs from the code.
23820 Sat Jan 29 15:18:54 CET 2005 Paolo Molaro <lupus@ximian.com>
23822         * metadata.c, private.h: remove some unneeded data
23823         and use a more compact representation for table schemas.
23825 Fri Jan 28 18:23:44 CET 2005 Paolo Molaro <lupus@ximian.com>
23827         * metadata.c, metadata-internals.h: add mono_aligned_addr_hash()
23828         to get a better distribution in hash tables.
23829         * *.c: use mono_aligned_addr_hash() where appropriate.
23830         * assembly.c: make var static.
23832 2005-01-28  Zoltan Varga  <vargaz@freemail.hu>
23834         * domain-internals.h: Put MonoJitInfo on a diet.
23836         * domain.c: Fix a warning.
23838 Wed Jan 26 22:20:46 CET 2005 Paolo Molaro <lupus@ximian.com>
23840         * gc.c: rework the gc handles code to reuse handles
23841         when freed.
23843 Wed Jan 26 17:34:09 CET 2005 Paolo Molaro <lupus@ximian.com>
23845         * domain.c: fixed long standing bug in mono_string_equal() which
23846         was brought to light with the ldstr changes.
23848 2005-01-26  Sebastien Pouliot  <sebastien@ximian.com>
23850         * reflection.c: Remove warning by adding missing include for marshal.h
23852 Tue Jan 25 18:06:00 CET 2005 Paolo Molaro <lupus@ximian.com>
23854         * domain.c, object.c: change the ldstr_table to hold
23855         MonoString* as keys: makes the runtime isinterned lookup
23856         faster and simplifies memory management.
23858 2005-01-25  Sebastien Pouliot  <sebastien@ximian.com> 
23860         * icall.c: Renamed GetEnvironmentVariable so internal* so it was
23861         possible to add imperative security checks before calling the icall.
23862         * reflection.c: Return security attributes on the original MonoMethod
23863         (and not the wrapped one). This fix permissions on icalls.
23865 2005-01-25  Dick Porter  <dick@ximian.com>
23867         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Make
23868         the check for mktime() support actually test the mktime() return
23869         value.  "Fixes" bug 71682, though the output is still different to
23870         MS.
23872 2005-01-25  Martin Baulig  <martin@ximian.com>
23874         * class.c (mono_class_is_assignable_from): Make this work for
23875         generic instances.
23877 2005-01-24  Ben Maurer  <bmaurer@ximian.com>
23879         * marshal.c (mono_string_utf8_to_builder)
23880         (mono_string_builder_to_utf16): We might not have ownership of the
23881         string. In thise case, we need to create a new buffer.
23883         * object-internals.h (mono_stringbuilder_capacity): sb->str might
23884         be null, in which case, use the default capacity.
23886 Mon Jan 24 16:42:29 CET 2005 Paolo Molaro <lupus@ximian.com>
23888         * gc-internal.h, null-gc.c, profiler.c, boehm-gc.c: hook the
23889         GC events to the profiler.
23891 Mon Jan 24 15:59:54 CET 2005 Paolo Molaro <lupus@ximian.com>
23893         * gc.c: remove valgrind detection nonsense. Set GC_DONT_GC
23894         if you don't want the GC to run.
23896 Mon Jan 24 15:53:25 CET 2005 Paolo Molaro <lupus@ximian.com>
23898         * Makefile.am, gc.c, mono-gc.h, boehm-gc.c, null-gc.c, gc-internal.h:
23899         start providing a GC API and keeping different implementations in
23900         their own file.
23901         * profiler.h, profiler.c, profiler-private.h: provide the GC events API.
23903 2005-01-22  Ben Maurer  <bmaurer@ximian.com>
23905         * debug-mono-symfile.c (mono_debug_open_mono_symbol_file): Use
23906         mmap rather than allocating a huge buffer.
23907         (mono_debug_close_mono_symbol_file): Free the buffer allocated
23908         above.
23910 2005-01-22  Sebastien Pouliot  <sebastien@ximian.com>
23912         * icall.c: Add new internal calls for SecurityManager.SecurityEnabled
23913         and CheckExecutionRights.
23914         * reflection.c|h: Keep the index of the declarative security to be 
23915         used, instead of the pointer, when AOT compiler is used. Also add 
23916         class initialization when requesting demands.
23917         * security-manager.c|h: Implement SecurityManager.SecurityEnabled and
23918         CheckExecutionRights. Both properties are now FALSE by default, and
23919         unmodifiable, unless the --security option is used.
23921 Fri Jan 21 15:29:27 CET 2005 Paolo Molaro <lupus@ximian.com>
23923         * domain.c, appdomain.c, assembly.c, image.c, metadata-internals.h,
23924         reflection.c: properly refcount images and assemblies, many leaks fixed.
23926 2005-01-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
23928         * threadpool.c: increase the timeout for threads in the thread pool to
23929         10s.  Fixes bug #67159.
23931 2005-01-20  Bernie Solomon  <bernard@ugsolutions.com>
23933         * class-internals.h: Sun's compiler insists on explicit
23934         signed on bit fields to handle then correctly.
23936 2005-01-19  Miguel de Icaza  <miguel@ximian.com>
23938         * file-io.c (ves_icall_System_IO_MonoIO_get_InvalidPathChars):
23939         Make the size of the array fit only the number of invalid path
23940         chars that we have.
23942         * class.c (_mono_class_get): Improve the error reporting when a
23943         class referenced is not found, to assist debugging. 
23945 Wed Jan 19 19:57:43 CET 2005 Paolo Molaro <lupus@ximian.com>
23947         * threads.c: fix off-by-one error.
23948         * domain.c: free data allocated in the domain.
23950 2005-01-19  Zoltan Varga  <vargaz@freemail.hu>
23952         * reflection.c (mono_method_body_get_object): Fill out exception info
23953         as well.
23955         * object-internals.h: Add MonoReflectionExceptionHandlingClause 
23956         structure.
23957         
23958 2005-01-19  Martin Baulig  <martin@ximian.com>
23960         * loader.c (mono_get_method_constrained): Make this work again.
23962 2005-01-19  Zoltan Varga  <vargaz@freemail.hu>
23964         * object-internals.h (_MonoReflectionMethodBody): Make local_index a 
23965         guint16 to match the managed side.
23967         * reflection.c (mono_reflection_body_get_object): Fill out local
23968         variables array.
23970         * reflection.c (mono_method_body_get_object): Fill out local_var_sig_token
23971         as well.
23973         * object-internals.h (_MonoReflectionMethodBody): Rename 'sig_token' to
23974         'local_var_sig_token'.
23976 2005-01-18  Zoltan Varga  <vargaz@freemail.hu>
23978         * loader.c (mono_lookup_pinvoke_call): Revert the previous patch as it breaks 
23979         System.Drawing.
23981         * reflection.c (mono_method_body_get_object): Handle abstract and
23982         runtime methods.
23984 Mon Jan 17 19:22:39 CET 2005 Paolo Molaro <lupus@ximian.com>
23986         * marshal.c, loader.c, class-internals.h, reflection.c:
23987         store the emthod data for a wrapper in an array instead of a list.
23989 Mon Jan 17 18:48:53 CET 2005 Paolo Molaro <lupus@ximian.com>
23991         * marshal.c: change the code to allocate memory more
23992         conservatively for method wrappers.
23994 Mon Jan 17 18:03:30 CET 2005 Paolo Molaro <lupus@ximian.com>
23996         * class-internals.h, marshal.c: move the str_to_ptr and ptr_to_str
23997         fields from MonoClass to the marshal info structure where they belong.
23999 Mon Jan 17 16:14:46 CET 2005 Paolo Molaro <lupus@ximian.com>
24001         * class.c, object.c, class-internals.h, marshal.c: rearrange
24002         some fields and tweak some types to lower memory usage.
24004 2005-01-17  Zoltan Varga  <vargaz@freemail.hu>
24006         * threads.c (signal_thread_state_change): Handle the case when the
24007         target thread is the current thread.
24009         * marshal.c (mono_struct_delete_old): Do not free lpwstr fields.
24011         * marshal.c: Rename emit_ptr_to_str_conv and its pair to 
24012         emit_ptr_to_object_conv. 
24014         * marshal.c (emit_ptr_to_object_conv): Add support for lpwstr->str
24015         marshalling. Fixes #71352.
24017 Mon Jan 17 10:59:20 CET 2005 Paolo Molaro <lupus@ximian.com>
24019         * metadata.h, blob.h: move table enum to blob.h so it can be included
24020         in any header.
24021         * image.c, metadata.c, metadata-internals.h, pedump.c, reflection.c:
24022         cut the size of MonoImage/MonoDynamicImage.
24024 2005-01-16  Zoltan Varga  <vargaz@freemail.hu>
24026         * profiler.c (mono_profiler_install_simple): Fix default arguments.
24028 Sun Jan 16 12:25:22 CET 2005 Paolo Molaro <lupus@ximian.com>
24030         * reflection.c, reflection.h, icall.c: add a function to check
24031         if an attribute type is defined for a metadata object.
24033 2005-01-14  Lluis Sanchez Gual  <lluis@novell.com>
24035         * object-internals.h: Added some needed fields from StringBuilder class.
24036         * marshal.c: Set the maxCapacity when creating a StringBuilder.
24038 2005-01-13  Zoltan Varga  <vargaz@freemail.hu>
24040         * icall.c (ves_icall_System_Environment_Exit): Suspend all managed
24041         threads before shutting down the runtime.
24043         * threads.c (mono_thread_suspend_all_other_threads): New helper function.
24045 Thu Jan 13 18:16:35 CET 2005 Paolo Molaro <lupus@ximian.com>
24047         * object-internal.h, threads.c: implement stacksize and 
24048         parameterized thread start functionality (requires
24049         matching corlib). Marked broken code for later removal.
24051 2005-01-12  Martin Baulig  <martin@ximian.com>
24053         * class-internals.h (MonoGenericClass): Moved the `initialized'
24054         flag to MonoDynamicGenericClass, removed `init_pending'.
24055         (MonoGenericInst): Added `is_reference' flag.
24057 2005-01-12  Zoltan Varga  <vargaz@freemail.hu>
24059         * reflection.c (mono_image_create_pefile): Only set the pe_offset
24060         inside the MSDOS header. Fixes #71201.
24062         * gc.c (mono_gc_cleanup): Handle the case when this is called from the
24063         gc thread.
24064         (mono_domain_finalize): Ditto.
24066 2005-01-12  Martin Baulig  <martin@ximian.com>
24068         * class.c (mono_get_shared_generic_class): Use the cache for
24069         non-dynamic generic classes.
24071         * class-internals.h (mono_class_create_generic_2): Removed
24072         function prototype, this function is now static inside class.c.
24074         * class.c (mono_class_create_generic_2): Made this static, only
24075         call it from mono_class_init() and mono_class_setup_parent().
24076         (collect_implemented_interfaces_aux): Call mono_class_init() on
24077         the interfaces we collect.
24078         (mono_class_setup_vtable): Call mono_class_init (class->parent).
24080 2005-01-11  Zoltan Varga  <vargaz@freemail.hu>
24082         * threads.c (mono_thread_attach): Call DuplicateHandle on the thread handle on win32 to make
24083         it a real thread handle.
24085         * domain-internals.h: Move exvar_offset from MonoJitInfo to 
24086         MonoJitExceptionInfo, since each catch clause needs its own variable.
24087         
24088 2005-01-11  Dick Porter  <dick@ximian.com>
24090         * image.c (mono_pe_file_open): New variant on mono_image_open()
24091         that does not set up the CLI metadata; used for FileVersionInfo so
24092         it can get the data for windows binaries too.
24093         
24094         * process.c (process_read_string_block): Don't read off the end of
24095         the StringTable block.
24097         These both fix bug 70766.
24099 Tue Jan 11 15:26:00 CET 2005 Paolo Molaro <lupus@ximian.comt>
24101         * gc.c: set some fields to NULL at GC cleanup time.
24102         * threads.c: if we quit the main thread, call exit ().
24104 2005-01-11  Zoltan Varga  <vargaz@freemail.hu>
24106         * threads.c (interruption_request_apc): Decore APC callbacks with CALLBACK under win32.
24108 Mon Jan 10 18:47:28 CET 2005 Paolo Molaro <lupus@ximian.com>
24110         * threads.h, threads.c, object.c: added accessor and settor for
24111         main_thread. Handle it specially when exiting from it: wait
24112         for other foreground threads to exit.
24114 Mon Jan 10 12:06:18 CET 2005 Paolo Molaro <lupus@ximian.com>
24116         * process.c, verify.c: remove some bloat.
24118 2005-01-09  Zoltan Varga  <vargaz@freemail.hu>
24120         * loader.c (mono_lookup_pinvoke_call): If we found the function without name mangling, change
24121         the calling convention to cdecl under win32.
24123 2005-01-08  Ben Maurer  <bmaurer@ximian.com>
24125         * object.c (mono_object_get_size): New function to get the size of
24126         an object instance.
24128         * profiler.c (simple_allocation): Use above.
24130 2005-01-08  Sebastien Pouliot  <sebastien@ximian.com>
24132         * appdomain.c: Replaced ves_icall_System_AppDomain_getDomainByID by
24133         ves_icall_System_AppDomain_getRootDomain (as it's not required to
24134         get an appdomain by it's id and we can't assume the root's id is 0).
24135         * domain-internals.h: Change the function prototype to match.
24136         * icall.c: Change the icall table for AppDomain.
24138 2005-01-08  Miguel de Icaza  <miguel@ximian.com>
24140         * locales.c (string_invariant_compare_char): Only compute
24141         GUnicodeTypes in the case where we need them.  Test for ordinality
24142         first and return if so.
24144         From the commit:
24146                 /*
24147                  * FIXME: here we must use the information from c1type and c2type
24148                  * to find out the proper collation, even on the InvariantCulture, the
24149                  * sorting is not done by computing the unicode values, but their
24150                  * actual sort order.
24151                  */
24153 Sat Jan 8 19:03:26 CET 2005 Paolo Molaro <lupus@ximian.com>
24155         * loader.c: for P/Invoke methods, allow the "Internal" shared
24156         library name to refer to the calling process symbol namespace.
24158 2005-01-07  Sebastien Pouliot  <sebastien@ximian.com>
24160         * Makefile.am: Add the security manager to the build.
24161         * security-manager.c|h: New. Initialization of the security manager.
24163 2005-01-07  Dick Porter  <dick@ximian.com>
24165         * threads.c: 
24166         * monitor.c: Update thread state during Monitor and WaitHandle
24167         waits.  Fixes bug 71031.
24169 2005-01-07  Zoltan Varga  <vargaz@freemail.hu>
24171         * reflection.c (property_encode_signature): Correctly handle when the
24172         property has no methods.
24174 2005-01-06  Zoltan Varga  <vargaz@freemail.hu>
24176         * reflection.c (reflection_methodbuilder_to_mono_method): Remove debug stuff.
24177         
24178         * reflection.c (reflection_methodbuilder_from_method_builder): Copy
24179         fields from mb, not rmb. Fixes #71017.
24181         * marshal.c (emit_ptr_to_str_conv): Add support for 
24182         ByValTStr -> string conversion. Fixes #71015.
24184         * appdomain.c (mono_domain_owns_vtable_slot): New helper function.
24186         * mempool.c (mono_mempool_contains_addr): New helper function.
24188 2005-01-05  Zoltan Varga  <vargaz@freemail.hu>
24190         * metadata.c (mono_metadata_compute_size): Fix size calculation of
24191         HasSematics encoded fields.
24192         
24193         * metadata.c (mono_type_to_unmanaged): Improve error message for 
24194         invalid string marshalling.
24196         * metadata.c: Fix warnings.
24197         
24198 Wed Jan 5 16:17:27 CET 2005 Paolo Molaro <lupus@ximian.com>
24200         * profiler-private.h, profiler.c, profiler.h, gc.c: sample statistical
24201         profiler support.
24203 2005-01-05  Zoltan Varga  <vargaz@freemail.hu>
24205         * domain.c object.c domain-internals.h: Revert part of r38077 since the
24206         keys to proxy_vtable_hash are GCd objects. Fixes running the class lib
24207         tests.
24209 2005-01-03  Zoltan Varga  <vargaz@freemail.hu>
24211         * marshal.c: Use MONO_CLASSCONST instead of MONO_LDPTR in some places,
24212         so methods containing these can be AOTed.
24214 2005-01-03  Martin Baulig  <martin@ximian.com>
24216         * loader.c (find_method): Removed the hack for generic instances.
24217         (method_from_memberref): If our parent is a generic instance, pass
24218         its generic type definition to find_method() and then inflate the
24219         method.
24220         (mono_get_method_constrained): Pass the generic type definition to
24221         find_method() and inflate the method later.
24223         * class-internals.h (MonoStats): Added `generic_class_count'.
24225         * icall.c (ves_icall_MonoGenericMethod_get_reflected_type):
24226         Renamed to ves_icall_MonoGenericMethod_get_ReflectedType().
24228         * reflection.c (mono_custom_attrs_from_params): Don't ignore
24229         generic type definitions.
24231 2004-12-30  Zoltan Varga  <vargaz@freemail.hu>
24233         * loader.c icall.c: Fix warnings.
24235 2004-12-29  Zoltan Varga  <vargaz@freemail.hu>
24237         * marshal.c (mono_marshal_get_managed_wrapper): Fix returning of
24238         blittable types. Fixes #70864.
24240 2004-12-29  Martin Baulig  <martin@ximian.com>
24242         * icall.c
24243         (ves_icall_MonoGenericMethod_get_reflected_type): New interncall.
24245         * reflection.c (mono_method_get_object): Create a
24246         "System.Reflection.MonoGenericMethod" for inflated methods; don't
24247         call mono_get_inflated_method().
24249         * class-internals.h (MonoStats): Added `inflated_method_count_2'.
24251 2004-12-27  Martin Baulig  <martin@ximian.com>
24253         * class-internals.h (MonoMethod): Added `is_inflated' flag.
24254         (MonoMethodInflated): Added `inflated' field.
24256         * class.c (mono_class_inflate_generic_method): Don't really
24257         inflate the method here; just set the `is_inflated' flag in the
24258         MonoMethod.
24259         (mono_class_get_inflated_method): Actually inflate the method here
24260         if it's not already inflated; we use the MonoMethodInflated's new
24261         `inflated' field as a cache.
24263 2004-12-26  Martin Baulig  <martin@ximian.com>
24265         * class.c
24266         (inflate_generic_class): Moved some code out of inflate_generic_type().
24267         (mono_class_inflate_generic_method): If we're already inflated,
24268         inflate the context and use the declaring method; ie. make sure
24269         the declaring method of an inflated method is always the generic
24270         method definition.
24271         (mono_class_create_from_typedef): Create
24272         `class->generic_container->context->gclass'.
24274 2004-12-24  Ben Maurer  <bmaurer@ximian.com>
24276         * metadata-internals.h, marshal.c, reflection.c: More
24277         MonoGHashTable->GHashTable.
24279         * domain-internals.h, class.c: Change MonoGHashTable's into
24280         GHashTables for some cases where no gc stuff is used
24282         All users: update apis
24284 2004-12-23  Ben Maurer  <bmaurer@ximian.com>
24286         * metadata.c (builtin_types): Make this `const'. Makes this get
24287         put into the shareable section.
24288         (mono_metadata_init): Casts to make gcc happy.
24290 2004-12-22  Zoltan Varga  <vargaz@freemail.hu>
24292         * gc.c (mono_gc_init): Add a '\n' to the valgrind warning.
24294 2004-12-21  Sebastien Pouliot  <sebastien@ximian.com> 
24296         * icall.c: Added an internal call to retrieve the position and length
24297         of assembly-level declarative security attributes (RequestMinimum, 
24298         RequestOptional and RequestRefuse). This is used by the Assembly class
24299         to re-create the corresponding permission sets.
24301 Tue Dec 21 14:50:31 CET 2004 Paolo Molaro <lupus@ximian.com>
24303         * marshal.c: fix the stelemref wrapper to be type correct
24304         (and faster).
24306 2004-12-20  Ben Maurer  <bmaurer@ximian.com>
24308         * icall.c (ves_icall_System_Object_GetHashCode): There was no need
24309         to do key & 0x7fffffff. Hashtable already does this. It just
24310         results in longer code.
24312 2004-12-20  Sebastien Pouliot  <sebastien@ximian.com>
24314         * appdomain.c: Bump corlib version.
24315         * class-internals.h: Added RuntimeSecurityFrame to mono_defaults.
24316         * domain.c: Add RuntimeSecurityFrame to mono_defaults.
24317         * reflection.c|h: Add functions to get declarative security infos
24318         (blob position and length) for assemblies, classes and methods.
24320 Mon Dec 20 15:28:54 CET 2004 Paolo Molaro <lupus@ximian.com>
24322         * reflection.c: sort the constant table (bug #70693).
24324 Mon Dec 20 12:19:37 CET 2004 Paolo Molaro <lupus@ximian.com>
24326         * object-internals.h, threads.c, domain.c: add accessors for
24327         the MonoThread and MonoDomain tls keys.
24329 2004-12-18  Martin Baulig  <martin@ximian.com>
24331         * class.c (inflate_generic_type): If we're inflating a generic
24332         instance, set `ngclass->context->container = context->container';
24333         ie. the container we inflated into.
24335         * metadata.c (mono_metadata_parse_generic_param): Reflect above
24336         inflate_generic_type() changes.
24338 2004-12-17  Martin Baulig  <martin@ximian.com>
24340         * class-internals.h
24341         (MonoGenericClass): Replaced `MonoType *generic_type' with
24342         `MonoClass *generic_class'.  Removed `dynamic_info'; if
24343         `is_dynamic' is true, we're a `MonoDynamicGenericClass'.
24344         (MonoDynamicGenericClass): Derive from `MonoGenericClass'.
24346 2004-12-16  Zoltan Varga  <vargaz@freemail.hu>
24348         * exception.c (mono_exception_from_token): New helper function.
24350 2004-12-15  Zoltan Varga  <vargaz@freemail.hu>
24352         * assembly.c (mono_assembly_load_with_partial_name): Call 
24353         mono_assembly_loaded before invoking the preload hooks. Fixes
24354         #70564.
24356         * object-internals.h (MonoThread): Change culture_info and 
24357         ui_culture_info into an array.
24359         * threads.c: Cache culture info objects from more than one appdomain.
24361         * threads.c threads-types.h icall.c: Add icalls for manipulating the 
24362         current UI culture.
24364 2004-12-14  Zoltan Varga  <vargaz@freemail.hu>
24366         * threads.h threads.c appdomain.c: Clear the culture_info field of
24367         all threads during unloading if they point to an object in the dying
24368         appdomain.
24370 2004-12-13  Ben Maurer  <bmaurer@ximian.com>
24372         * culture-info.h (TextInfoEntry): New struct
24373         * object-internals.h: sync with managed
24374         * locales.c: fill the `text_info_data' field
24375         * culture-info-tables.h: update
24377 Mon Dec 13 18:10:50 CET 2004 Paolo Molaro <lupus@ximian.com>
24379         * Makefile.am, monodiet.c: add monodiet, an IL code garbage
24380         collector.
24382 2004-12-12  Ben Maurer  <bmaurer@ximian.com>
24384         * icall.c (ves_icall_ModuleBuilder_getToken): Check for null
24385         (ves_icall_ModuleBuilder_getMethodToken): Ditto
24387 2004-12-12  Martin Baulig  <martin@ximian.com>
24389         * mono-debug-debugger.c (write_type): If we're an enum and the
24390         builtin types have already been initialized, call mono_class_init().
24392 2004-12-11  Martin Baulig  <martin@ximian.com>
24394         * metadata.c (mono_metadata_load_generic_params): Added
24395         `MonoGenericContainer *parent_container' argument; automatically
24396         compute `container->is_method'; pass the correct owner to
24397         get_constraints().      
24399         * reflection.c (compare_genericparam): Sort the GenericParam table
24400         according to increasing owners. 
24402 Fri Dec 10 18:43:46 CET 2004 Paolo Molaro <lupus@ximian.com>
24404         * profiler.c: allow disabling the default profiler.
24406 Fri Dec 10 18:42:11 CET 2004 Paolo Molaro <lupus@ximian.com>
24408         * decimal.c, icall.c: allow disabling System.Decimal support.
24410 2004-12-09  Marek Safar <marek.safar@seznam.cz>
24412         * reflection.c: Add support for null attribute arguments.
24414 2004-12-09  Martin Baulig  <martin@ximian.com>
24416         * metadata.h, loader.h: Use `idx' instead of `index' in parameter
24417         names to get rid of compiler warnings.
24419 2004-12-08  Zoltan Varga  <vargaz@freemail.hu>
24421         * marshal.c (mono_marshal_get_struct_to_ptr): Call 
24422         mono_marshal_load_type_info (). Fixes #69625.
24423         (mono_marshal_get_ptr_to_struct): Likewise.
24425 2004-12-08  Martin Baulig  <martin@ximian.com>
24427         * mono-debug.h: Bumped version number to 47.
24429         * mono-debug-debugger.c
24430         (mono_debugger_event_handler, mono_debugger_event): Take two
24431         guint64 arguments insteed of a gpointer and a guint32.  
24433 2004-12-08  Martin Baulig  <martin@ximian.com>
24435         * debug-mono-symfile.h
24436         (MonoDebugLineNumberEntry): Renamed `offset' to `il_offset' and
24437         `address' to `native_offset'.
24439 2004-12-08  Martin Baulig  <martin@ximian.com>
24441         * class.c (mono_class_create_from_typespec): Only inflate if we
24442         either have `context->gclass' or `context->gmethod'.
24444 2004-12-08  Zoltan Varga  <vargaz@freemail.hu>
24446         * metadata-internals.h (MonoAssembly): Add 'corlib_internal' field.
24448         * object-internals.h (MonoReflectionAssemblyBuilder): Move 'corlib_internal' field from Assembly to AssemblyBuilder.
24450         * reflection.c (mono_image_basic_init): Initialize assembly->corlib_internal from the assembly builder.
24452         * reflection.c (mono_assembly_get_object): Remove the workaround put
24453         in for the release.
24454         
24455         * appdomain.c: Use the corlib_internal field from MonoAssembly.
24457         * appdomain.c: Bump corlib version.
24459         * reflection.c (mono_assembly_get_object): Add a workaround so __MetadataTypes won't
24460         be visible in other appdomains.
24462 2004-12-07  Ben Maurer  <bmaurer@ximian.com>
24464         * threads.c: Interlocked inc and dec for longs were messed up,
24465         use a KISS based impl for this. Fixes 70234
24467 2004-12-07  Zoltan Varga  <vargaz@freemail.hu>
24469         * threads.c (ves_icall_System_Threading_Thread_GetCachedCurrentCulture): Make this lock-less.
24471 Tue Dec 7 10:47:09 CET 2004 Paolo Molaro <lupus@ximian.com>
24473         * icall.c: fix to follow policy not to allow struct
24474         arguments in icalls.
24476 2004-12-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
24478         * process.c: make the patch that handles spaces in file paths work
24479         on mono/windows too.
24481 2004-12-06  Martin Baulig  <martin@ximian.com>
24483         * class.c (mono_class_create_generic): Call
24484         mono_class_setup_supertypes() if we're dynamic.
24485         (mono_class_is_subclass_of): `g_assert (klass->idepth > 0)'.
24487 2004-12-06  Zoltan Varga  <vargaz@freemail.hu>
24489         * object-internals.h: Add new fields to MonoThread.
24491         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
24493         * icall.c threads-types.h threads.c: Add new icalls.
24495         * object-internals.h (MonoThread): Remove unused 'unmanaged' field.
24497         * object-internals.h (MonoReflectionAssembly): Sync object layout with
24498         managed side.
24500         * appdomain.c: Bump corlib version.
24502         * appdomain.c (ves_icall_System_AppDomain_GetAssemblies): Skip
24503         internal assemblies. Fixes #69181.
24505 2004-12-05  Martin Baulig  <martin@ximian.com>
24507         * class.c (mono_class_inflate_generic_signature): Make this a
24508         no-op if `context' is NULL or we don't have any type parameters;
24509         also copy `sentinelpos'.        
24511 2004-12-04  Zoltan Varga  <vargaz@freemail.hu>
24513         * image.c: Add unbox_wrapper_cache.
24515         * class-internals.h debug-helpers.c: Add MONO_WRAPPER_UNBOX.
24517         * marshal.h marshal.c (mono_marshal_get_unbox_wrapper): New wrapper
24518         function generator.
24519         
24520         * object.c (mono_delegate_ctor): Call unbox wrapper if neccesary.
24521         Fixes #70173.
24523         * metadata-internals.h image.c: Add MonoImage->unbox_wrapper_cache.
24524         
24525 2004-12-04  Martin Baulig  <martin@ximian.com>
24527         * loader.c (mono_method_get_signature_full): New public function;
24528         like mono_method_get_signature(), but with an additional
24529         `MonoGenericContext *' argument.
24531         * class.c (mono_class_inflate_generic_signature): Formerly known
24532         as inflate_generic_signature(); make this public.
24534 2004-12-04  Martin Baulig  <martin@ximian.com>
24536         * metadata.c
24537         (mono_metadata_parse_type_full): Take a `MonoGenericContext *'
24538         instead of a `MonoGenericContainer *'.  
24539         (mono_metadata_parse_array_full): Likewise.
24540         (mono_metadata_parse_signature_full): Likewise.
24541         (mono_metadata_parse_method_signature_full): Likewise.
24542         (mono_metadata_parse_generic_inst): Likewise.
24543         (mono_metadata_parse_generic_param): Likewise.
24544         (mono_metadata_parse_mh_full): Likewise.
24545         (mono_type_create_from_typespec_full): Likewise.
24547 2004-12-03  Martin Baulig  <martin@ximian.com>
24549         * class-internals.h (MonoGenericContainer): Replaced the
24550         `MonoGenericContext * pointer with a `MonoGenericContext'
24551         structure and made it the first element.
24553 2004-12-03  Martin Baulig  <martin@ximian.com>
24555         * class.c
24556         (inflate_generic_type): Set the `context->container' when creating
24557         a new MonoGenericContext.
24558         (mono_class_inflate_generic_method): Likewise.
24559         (mono_class_create_from_typespec): Just use `context->container'
24560         to get the container.
24562         * loader.c (method_from_methodspec): Set `context->parent' from
24563         `context->container' - and if that's a method container, use its
24564         parent.  Also set the `context->container' when creating a new
24565         MonoGenericContext.
24566         (mono_get_method_from_token): Use just `context->container' to get
24567         the container.
24569         * metadata.c (do_mono_metadata_parse_generic_class): Also set
24570         `gclass->context->container'.
24572         * reflection.c (do_mono_reflection_bind_generic_parameters): Set
24573         the `context->container' when creating a new MonoGenericContext.
24575 2004-12-03  Zoltan Varga  <vargaz@freemail.hu>
24577         * reflection.c (compare_genericparam): Sort params with identical
24578         owner by their number. Fixes gen-111 on sparc.
24580 2004-12-02  Zoltan Varga  <vargaz@freemail.hu>
24582         * threadpool.c (async_invoke_thread): Call push/pop_appdomain_ref
24583         around the domain changes.
24585         * appdomain.c (mono_domain_unload): Handle the case when the thread
24586         calling Unload is itself being aborted during unloading. Fixes #70022.
24588         * appdomain.h: Add prototype for mono_install_runtime_cleanup.
24590         * marshal.c (emit_thread_interrupt_checkpoint_call): Call 
24591         checkpoint_func as an icall so it gets a wrapper.
24592         (mono_marshal_get_xappdomain_invoke): Call push/pop_appdomain_ref ()
24593         in the cross-appdomain wrappers too.
24595         * threads.c (mono_thread_has_appdomain_ref): Make this public.
24597         * assembly.c (mono_assembly_open_from_bundle): Fix warning.
24599         * reflection.c: Fix some memory leaks.
24600         
24601 2004-12-02  Martin Baulig  <martin@ximian.com>
24603         * metadata-internals.h (MonoImage): Removed `generic_class_cache'.
24605         * metadata.c (generic_class_cache): New static hashtable.
24606         (mono_metadata_lookup_generic_class): New public method.
24608 2004-12-02  Martin Baulig  <martin@ximian.com>
24610         * class.c (mono_class_create_from_typedef): Call
24611         mono_class_setup_parent() and mono_class_create_mono_type() before
24612         parsing the interfaces.
24614 2004-12-02  Martin Baulig  <martin@ximian.com>
24616         * metadata.c (generic_inst_cache): New static hashtable.
24617         (mono_metadata_lookup_generic_inst): New public function.
24618         (mono_metadata_inflate_generic_inst): New public function.
24619         (mono_metadata_parse_generic_inst): New public function.
24620         (do_mono_metadata_parse_generic_class): Use the new
24621         mono_metadata_parse_generic_inst() for parsing the `gclass->inst'
24622         since this'll also use the cache.
24624         * reflection.c (mono_reflection_bind_generic_method_parameters):
24625         Use mono_metadata_lookup_generic_inst() to use the new cache.
24627         * class.c (inflate_mono_type): Use
24628         mono_metadata_inflate_generic_inst() to inflate a generic
24629         instance; this'll also use the new cache.
24631         * loader.c (method_from_methodspec): Use
24632         mono_metadata_parse_generic_inst() and
24633         mono_metadata_inflate_generic_inst() rather than parsing it
24634         manually, so we can use the new cache.
24636 2004-12-02  Zoltan Varga  <vargaz@freemail.hu>
24638         * threads.c (wait_for_tids): Do not incorrectly free threads when 
24639         the wait times out.
24641 2004-12-01  Neale Ferguson <Neale.Ferguson@SoftwareAG-usa.com>
24643         * icall.c (mono_ArgIterator_Setup) : Conditionally compile calculation of
24644         iter->args based on whether parameters are passed in registers (i.e.
24645         MONO_ARCH_REGPARMS is defined)
24647 2004-12-01  Zoltan Varga  <vargaz@freemail.hu>
24649         * loader.c (mono_lookup_pinvoke_call): Use the remapped dll name in
24650         the exception message. Fixes #70070.
24651         (method_from_methodspec): Fix warnings.
24653 2004-12-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
24655         * process.c: (complete_path) return the path quoted
24657 2004-12-01  Martin Baulig  <martin@ximian.com>
24659         * class-internals.h (MonoGenericInst): New structure.
24660         (MonoGenericClass): Replaced `type_argc', `type_argv' and
24661         `is_open' with `MonoGenericInst *inst'.
24662         (MonoGenericMethod): Replaced `mtype_argc', `mtype_argv' and
24663         `is_open' with `MonoGenericInst *inst'.
24665 2004-11-30  Martin Baulig  <martin@ximian.com>
24667         Generics API cleanup: renamed MonoGenericInst -> MonoGenericClass.
24669         * metadata-internals.h (MonoImage): Renamed `generic_inst_cache'
24670         to `generic_class_cache'.
24672         * metadata.c
24673         (mono_generic_inst_hash): Renamed to mono_generic_class_hash().
24674         (mono_generic_inst_equal): Renamed to mono_generic_class_equal().
24675         (mono_generic_inst_is_valuetype): Renamed to
24676         mono_generic_class_is_valuetype().
24678         * class-internals.h
24679         (MonoGenericInst): Renamed to MonoGenericClass.
24680         (MonoDynamicGenericInst): Renamed to MonoDynamicGenericClass.
24681         (MonoClass): Renamed `generic_inst' to `generic_class'.
24682         (MonoGenericContext): Renamed `ginst' to `gclass'.
24684         * object-internals.h
24685         (MonoReflectionGenericInst): Renamed to MonoReflectionGenericClass.
24687         * reflection.c (mono_reflection_generic_inst_initialize): Renamed to
24688         mono_reflection_generic_class_initialize().
24690         * icall.c (icall_entries): "System.Reflection.MonoGenericInst" is
24691         now known as "System.Reflection.MonoGenericClass".
24692         (monogenericinst_icalls): Renamed to monogenericclass_icalls.
24694 2004-11-29  Sebastien Pouliot  <sebastien@ximian.com>
24696         * class-internals.h: Added a flag field to MonoClass to cache the
24697         declarative security attributes actions associated with the class.
24698         * domain-internals.h: Added booleans to MonoJitInfo to cache the
24699         (class or method level) stack modifiers (Assert, Deny and PermitOnly)
24700         applicable to the JITted method.
24701         * reflection.c|h: Added functions to extract (as flags) which security
24702         actions are available (declaratively) for a method, class or assembly.
24703         * metadata.c|h: Added functions to search the declarative security
24704         table in the metadata.
24705         
24706 2004-11-29  Ben Maurer  <bmaurer@ximian.com>
24708         * icall.c (ves_icall_System_Reflection_Assembly_GetNamespaces):
24709         EXPORTEDTYPES are already in the class name cache, so there is no
24710         need to add extra code here to look at them. Just removes a bit of
24711         cruft.
24713         (ves_icall_System_Environment_get_TickCount): No need for #if
24714         WINDOWS. We already have the code in io-layer.
24716 2004-11-28  Martin Baulig  <martin@ximian.com>
24718         * loader.c
24719         (method_from_methodspec): Also inflate the `gmethod->mtype_argv'.
24720         Fixes gen-112.cs.
24722 2004-11-27  Miguel de Icaza  <miguel@ximian.com>
24724         * assembly.c (do_mono_assembly_open): Instead of having a
24725         conditional WITH_BUNDLE, incorporate support for bundles here, by
24726         having a global `bundles' variable holding a pointer to the actual
24727         bundles. 
24729         (mono_register_bundled_assemblies): New API call used by the
24730         bundle code. 
24732         See mkbundle.1 for details.
24733         
24734 2004-11-27  Martin Baulig  <martin@ximian.com>
24736         * object.c (mono_class_vtable): Store the `MonoMethod *' itself in
24737         the vtable for generic methods.
24739 2004-11-26  Martin Baulig  <martin@ximian.com>
24741         * metadata.c
24742         (mono_metadata_generic_method_hash): New public function.
24743         (mono_metadata_generic_method_equal): Likewise.
24745         * class-internals.h
24746         (MonoGenericContainer): Added `GHashTable *method_hash'.
24748         * reflection.c (ReflectionMethodBuilder): Added
24749         `MonoGenericContainer *generic_container'.
24750         (reflection_methodbuilder_to_mono_method): Don't create a new
24751         MonoGenericContainer each time we're called.
24752         (mono_reflection_bind_generic_method_parameters): Use
24753         `container->method_hash' to cache the results so we don't create a
24754         different method if we're called several times with the same
24755         arguments.
24757         * loader.c (method_from_methodspec): Use the new
24758         `container->method_hash' here, too.
24760 2004-11-26  Martin Baulig  <martin@ximian.com>
24762         * class.c (inflate_generic_signature): Correctly compute
24763         `res->has_type_parameters'.
24764         (mono_class_vtable): Use the `has_type_parameters' flag to
24765         determine whether we're a generic method.
24767         * metadata.c (mono_metadata_parse_method_signature_full): Likewise.
24769 2004-11-25  Zoltan Varga  <vargaz@freemail.hu>
24771         * object.c (mono_runtime_run_main): Fix a small memory leak.
24773 2004-11-25  Martin Baulig  <martin@ximian.com>
24775         * class.c (set_generic_param_owner): Fixed the loop.
24777 2004-11-25  Martin Baulig  <martin@ximian.com>
24779         * object.c (mono_class_vtable): Don't create any JIT wrappers for
24780         generic methods.
24782 2004-11-24  Zoltan Varga  <vargaz@freemail.hu>
24784         * reflection.c: Allow all kinds of whitespace, not just ' ' in type
24785         names. Fixes #69787.
24787 2004-11-24  Martin Baulig  <martin@ximian.com>
24789         * class.c (mono_class_create_generic_2): If we don't have a
24790         `ginst->parent', inflate `gklass->parent' to get our parent.
24792 2004-11-24  Martin Baulig  <martin@ximian.com>
24794         * reflection.c (compare_genericparam): Correctly sort the
24795         GenericParam table; fixes #69779.
24797 2004-11-23  Ben Maurer  <bmaurer@ximian.com>
24799         * reflection.c: When writing a PE file, don't create a huge
24800         buffer in memory. Just write the arrays we have to the file.
24801         This reduces memory usage.
24803         * metadata-internals.h: MonoDynamicStream pefile is no longer used
24804         globally.
24806 2004-11-17  Martin Baulig  <martin@ximian.com>
24808         * class.c (mono_class_init): Don't setup `class->parent' for
24809         dynamic instances; moved this to mono_class_generic_2().
24810         (mono_class_create_generic): Also set `klass->inited' for dynamic
24811         generic instances.
24812         (mono_class_create_generic_2): Don't do anything for dynamic
24813         generic instances.  Set `klass->parent' here and also call
24814         mono_class_setup_parent() here. 
24816         * reflection.c (do_mono_reflection_bind_generic_parameters): Added
24817         `MonoType *parent' argument; set `ginst->parent' before calling
24818         mono_class_create_generic_2(), so we set the correct parent.
24820 Thu Nov 18 17:10:32 CET 2004 Paolo Molaro <lupus@ximian.com>
24822         * reflection.c: allow getting attributes from ModuleBuilder
24823         (used by ikvm).
24825 2004-11-17  Martin Baulig  <martin@ximian.com>
24827         * class.c (mono_class_create_from_typedef): If a type parameter is
24828         inherited from an outer class, set its owner to that class.
24830 2004-11-17  Atsushi Enomoto  <atsushi@ximian.com>
24832         * reflection.c: (mono_image_create_pefile): Don't use NULL argument
24833           for (int*) written size. This fixes bug #69592.
24835 2004-11-15  Sebastien Pouliot  <sebastien@ximian.com>
24837         * icall.c: Added IsAuthenticodePresnet internal call.
24838         * image.c|h: New function that check a MonoImage for an Authenticode
24839         signature in the certificate PE data directory.
24840         * security.c|h: New internal call to ask the runtime if an 
24841         Authenticode signature seems referenced in the PE header.
24843 2004-11-15  Zoltan Varga  <vargaz@freemail.hu>
24845         * icall.c (ves_icall_type_isprimitive): Native int is a primitive type.
24847         * reflection.c (mono_image_create_pefile): Free the assembly streams
24848         after writing out the assembly file.
24850         * object.c (mono_runtime_run_main): Fix small memory leak.
24852         * icall.c (ves_icall_Type_GetPropertiesByName): Add support for
24853         property access modifiers. Fixes #69389.
24855 Mon Nov 15 11:54:22 CET 2004 Paolo Molaro <lupus@ximian.com>
24857         * domain.c, object.c, object-internals.h, domain-internals.h,
24858         object.h, marshal.c: keep dynamic code info per domain.
24860 2004-11-15  Martin Baulig  <martin@ximian.com>
24862         * class.c (mono_type_get_name_recurse): Put type arguments in
24863         `[',`]' instead of in `<','>'.  Thanks to Atsushi for the patch,
24864         see bug #68387.
24866 2004-11-15  Martin Baulig  <martin@ximian.com>
24868         * class.c (mono_type_get_name_recurse): Added `include_ns' flag.
24869         (mono_class_setup_vtable): When computing `the_cname' for a
24870         generic instance, don't include the namespace since we'd otherwise
24871         add it twice.
24873 2004-11-15  Martin Baulig  <martin@ximian.com>
24875         * class.c (mono_class_create_generic): Changed return type to void.
24876         (mono_class_create_generic_2): New public function; setup
24877         `class->method', `class->field' and `class->interfaces' here
24878         instead of in mono_class_init().
24880         * class.h (mono_class_create_generic): Moved to class-internals.h.
24882 2004-11-14  Ben Maurer  <bmaurer@ximian.com>
24884         * reflection.c (mono_image_create_pefile): take a file HANDLE.
24885         rather than writing to memory, write to this file. Right now,
24886         we are just writting into a buffer, and copying that. However
24887         we can avoid the buffer later.
24889         (mono_dynamic_stream_reset): new function
24891         * icall.c, object-internals.h: update for the above.
24893 2004-11-13  Ben Maurer  <bmaurer@ximian.com>
24895         * reflection.c: Remove *_ATOMIC macros. We really shouldn't
24896         have been using gc'd memory. First it is slower, unlikely
24897         the comment in the source code said, secondly, it increases
24898         our footprint to do it in the gc.
24900         * icall.c (WriteToFile): rename of getDataChunk. Rewrite
24901         the method so that it does not have to copy to managed code.
24903 2004-11-12  Zoltan Varga  <vargaz@freemail.hu>
24905         * loader.c (mono_method_get_header): Fix build for older glibs which does not define G_LIKELY.
24907 2004-11-12  Martin Baulig  <martin@localhost>
24909         * reflection.c (mono_image_create_token): Allow generic method
24910         definitions here, since they may appear in an `.override'; see
24911         gen-98/gen-99 for an example.
24913 2004-11-11  Zoltan Varga  <vargaz@freemail.hu>
24915         * icall.c (ves_icall_Type_GetField): Support BFLAGS_IgnoreCase. Fixes
24916         #69365.
24918         * marshal.c (mono_string_to_ansibstr): Make g_error messages more
24919         descriptive.
24921 2004-11-11  Martin Baulig  <martin@ximian.com>
24923         * class.c (mono_class_setup_vtable): In an explicit interface
24924         implementation, the method name now includes the arity.
24926 2004-11-10  Zoltan Varga  <vargaz@freemail.hu>
24928         * object.c (mono_array_full_copy): Fix warning.
24930 2004-11-10  Lluis Sanchez Gual  <lluis@novell.com>
24932         * appdomain.c: Removed look_for_method_by_name(). Use the new method
24933         mono_class_get_method_from_name() instead.
24934         
24935         * class-internals.h: Added two new types of wrappers. 
24936         Added MonoRemotingTarget enum. Added new trampoline function type, which
24937         takes an additional MonoRemotingTarget value as parameter, so it is
24938         possible to request a trampoline for a specific target.
24939         
24940         * class.c: Added new mono_class_get_method_from_name() method.
24941         
24942         * class.h: In MonoRemoteClass, we can have now to vtables, one for
24943         general remoting sinks and one specific for cross domain calls.
24944         
24945         * debug-helpers.c: Added new wrapper names.
24946         
24947         * icall.c: Use the new method mono_remote_class_vtable() to get the vtable
24948         of a remote class.
24949         
24950         * image.c: Porperly delete value objects form the remoting invoke hashtable.
24951         
24952         * marshal.c: Added mono_marshal_get_xappdomain_invoke(), which together
24953         with several other methods (mono_marshal_get_xappdomain_dispatch,
24954         mono_marshal_get_xappdomain_target, mono_marshal_get_serialize_exception,
24955         and others) can generate a fast remoting wrapper for cross domain calls.
24956         More information can be found in docs/remoting.
24957         Other changes: Removed mono_find_method_by_name, and used
24958         mono_class_get_method_from_name instead.
24959         Remoting wrappers are now stored in a MonoRemotingMethods struct, which
24960         is stored in the remoting invoke hashtable.
24961         
24962         * marshal.h: published the new method for getting the xdomain wrapper,
24963         and also added a method for getting the adequate wrapper for a given
24964         method and target.
24965         
24966         * object-internals.h, object.c: Added a couple of methods for capying and
24967         cloning arrays.
24968         Modified mono_install_remoting_trampoline, which takes the new remoting
24969         trampoline that has a remoting target as parameter.
24970         mono_class_proxy_vtable now also takes a remoting target as parameter, and
24971         will return the most suitable vtable for the target.
24972         Added mono_remote_class_vtable, which returns the vtable of a remote class
24973         (which can be the normal remoting vtable or the xdomain vtable).
24974         
24975         * threads.c: the xdomain invoke and dispatch wrappers must also be
24976         protected against interruptions.
24978 2004-11-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
24980         * icall.c: use memmove in BlockCopyInternal when the source and
24981         destination arrays are the same.
24983 2004-11-09  Martin Baulig  <martin@ximian.com>
24985         * class-internals.h (MonoGenericContainer): Removed `method' and
24986         `signature', replaced them with `is_method' and `is_signature'
24987         flags.  Added `context'.
24989         * loader.c (method_from_methodspec): Take a `MonoGenericContext *'
24990         instead of a `MonoGenericContainer *'.
24992         * metadata.c (mono_metadata_generic_param_equal): Removed the hack
24993         for dynamic type parameters.
24994         (mono_metadata_load_generic_params): Setup `container->context'.
24996         * reflection.c (mono_reflection_setup_generic_class): Setup
24997         `tb->generic_container->context'.
24998         (do_mono_reflection_bind_generic_parameters): Use
24999         mono_class_inflate_generic_type() to correctly inflate types,
25000         rather than using our own hack just for MONO_TYPE_VAR.
25002 2004-11-09  Martin Baulig  <martin@ximian.com>
25004         * class.c (mono_class_inflate_generic_method): Small fix; don't
25005         crash here.
25007         * icall.c
25008         (ves_icall_MonoType_GetGenericArguments): Don't ignore `byref' types.
25009         (ves_icall_Type_get_IsGenericTypeDefinition): Likewise.
25010         (ves_icall_Type_GetGenericTypeDefinition_impl): Likewise.
25011         (ves_icall_Type_BindGenericParameters): Likewise.
25012         (ves_icall_Type_get_IsGenericInstance): Likewise.
25013         (ves_icall_Type_GetGenericParameterPosition): Likewise.
25014         (ves_icall_MonoType_get_HasGenericArguments): Likewise.
25015         (ves_icall_MonoType_get_IsGenericParameter): Likewise.
25016         (ves_icall_MonoType_get_DeclaringMethod): Likewise.
25018 2004-11-09  Zoltan Varga  <vargaz@freemail.hu>
25020         * assembly.c (mono_assembly_names_equal): Reenable the comparison of
25021         assembly versions and public key tokens. Fixes #69113.
25023 Tue Nov 9 17:34:05 CET 2004 Paolo Molaro <lupus@ximian.com>
25025         * metadata.c: fix bug introduced with the type cache changes
25026         on 2004-11-06.
25028 Tue Nov 9 17:26:29 CET 2004 Paolo Molaro <lupus@ximian.com>
25030         * metadata.h, metadata.c, domain-internals.h, marshal.c: include
25031         the MonoClass pointer instead of the token in exception clauses.
25032         * reflection.c: updates for the above and make the code not depend
25033         on the structure of MonoExceptionClause.
25035 2004-11-08  Zoltan Varga  <vargaz@freemail.hu>
25037         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): 
25038         Add support for dynamic assemblies. Fixes #69114.
25040         * loader.c (mono_method_get_header): Handle icalls and pinvoke methods.
25042 2004-11-07  Ben Maurer  <bmaurer@ximian.com>
25044         * class-internals.h (MonoMethod): Move addr to MonoMethodPInvoke
25045         since most only those methods use it. the code member of
25046         MonoMethodPInvoke was dead, so that can be removed too. Also,
25047         remove inline_count (again, not used), and move slot so that it
25048         can share bits with some other flags. This saves 8 bytes in the
25049         structure and gives us about 50 kb back for mcs helloworld.cs
25051         * *.[ch]: Do naming changes for the above.
25053         * loader.c (mono_method_get_header): Lazily init the header
25054         on first access.
25055         (mono_get_method_from_token): don't init the header here
25056         (mono_free_method): the header may never be allocated
25058         Overall, this saves 150 kb of unmanaged allocations
25059         for mcs helloworld.cs. That accounts for 10% of the unmanaged
25060         memory at runtime.
25061         
25062         * loader.c, loader.h (mono_method_get_header): new accessor.
25064         * *.[ch]: use the above method. Prepares us to lazily load
25065         the header.
25067         * *.[ch]: Clean up all the pesky warnings. gcc now only gives
25068         three warnings, which are actual bugs (see 69206).
25070         * class-internals.h (MonoMethod): Remove remoting_tramp. It is
25071         unused. Saves a cool 4 bytes / method.
25073 2004-11-06  Ben Maurer  <bmaurer@ximian.com>
25075         * metadata.c (builtin_types): Add types for System.Object here.
25076         (mono_metadata_parse_type_full): Cache MonoType*'s that are
25077         for a class or valuetype from klass->this_arg or klass->byval_arg.
25079         On mcs for a hello world, this gets us down from 21836 MonoType's
25080         to 14560.
25082         (mono_metadata_free_type): Account for the above change.
25084 2004-11-06  Zoltan Varga  <vargaz@freemail.hu>
25086         * appdomain.c (ves_icall_System_AppDomain_GetData): Throw an 
25087         exception instead of asserting if name is null.
25088         (ves_icall_System_AppDomain_GetData): Ditto.
25090 2004-11-05  Zoltan Varga  <vargaz@freemail.hu>
25092         (ves_icall_get_enum_info): Avoid crash when called on a non-finished
25093         EnumBuilder.
25095         * icall.c (ves_icall_System_Reflection_Assembly_GetEntryAssembly): 
25096         Return NULL when the domain does not have entry_assembly set.
25098         * icall.c (ves_icall_System_Reflection_Assembly_GetFilesInternal): 
25099         Add a 'resource_modules' argument.
25100         (ves_icall_type_GetTypeCode): Fix typecode of byref types.
25102         * reflection.c (mono_reflection_create_runtime_class): Move setting
25103         of wastypebuilder here, so mono_get_type_object () returns a MonoType
25104         for enums too.
25106         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringAnsi): Return NULL here instead of an empty string to match MS behavior.
25107         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringAnsi_len):
25108         Throw an ArgumentNullException if 'ptr' is null.
25110         * appdomain.c (mono_domain_assembly_search): Avoid matching dynamic
25111         assemblies here. Fixes #69020.
25113 2004-11-05  Geoff Norton  <gnorton@customerdna.com>
25115         * reflection.c (build_compressed_metadata): Fix the previous patch for
25116         big endian systems.  GUINT32_FROM_LE isn't needed on strlen and was overwriting
25117         the stack.
25119 2004-11-04  Zoltan Varga  <vargaz@freemail.hu>
25121         * assembly.c (mono_assembly_names_equal): Allow a match if one of
25122         the cultures is false. Fixes #69090.
25124         * reflection.c (build_compressed_metadata): Fix invalid memory read 
25125         detected by valgrind.
25126         
25127         * reflection.c (mono_reflection_get_type): Avoid triggering a 
25128         TypeResolve multiple times for the same type. Fixes #65577.
25130 2004-11-04  Ben Maurer  <bmaurer@ximian.com>
25132         * marshal.c: Avoid using ldftn to call managed functions. It is
25133         much slower than just a call.
25135         * reflection.c (mono_module_get_object): free the basename we
25136         allocate here from glib.
25137         
25138         * reflection.c (ensure_runtime_vtable): make sure to free
25139         overrides.  Also, we were allocating an array of MonoMethod not an
25140         array of MonoMethod*.
25142         * marshal.c (mono_marshal_get_stelemref): do a mono_mb_free here.
25144         * image.c (mono_image_close): free image->guid here.
25146 2004-11-02  Zoltan Varga  <vargaz@freemail.hu>
25148         * reflection.c: Fix some spec conformance issues with the PE file
25149         structures so mcs compiled apps run on the Net 2.0 beta.
25151 2004-11-01  Zoltan Varga  <vargaz@freemail.hu>
25153         * string-icalls.c (ves_icall_System_String_ctor_encoding): 
25154         Implement this. Fixes #67264.
25156         * debug-helpers.h debug-helpers.c marshal.c: Move 
25157         mono_find_method_by_name to debug-helpers.c.
25159 2004-10-31  Zoltan Varga  <vargaz@freemail.hu>
25161         * object.c (mono_release_type_locks): type_initialization_hash is
25162         a GHashTable.
25164         * reflection.c object.c object-internals.h: Fix warnings.
25166         * icall.c (ves_icall_Type_GetPropertiesByName): Handle properties
25167         without accessors. Fixes #61561.
25169         * appdomain.c (ves_icall_System_AppDomain_createDomain): Inherit
25170         application base from the root domain if not set. Fixes #65641.
25171         (mono_runtime_init): Fix warning.
25173 2004-10-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
25175         * appdomain.c: call mono_thread_pool_init.
25176         * threadpool.[ch]: new mono_thread_pool_init that sets the max. number
25177         of worker threads based on the number of CPUs and the environment
25178         variable MONO_THREADS_PER_CPU if present. The defaults are 50 (25)
25179         for non-windows (windows) systems.
25181 2004-10-27  Chris Toshok  <toshok@ximian.com>
25183         * mono-debug-debugger.c (write_class): don't call mono_class_init
25184         here, as even with the check for (!klass->init_pending), we get
25185         into a situation where we're hitting cycles in class
25186         initialization.  Fixes #68816.
25188 2004-10-25  Zoltan Varga  <vargaz@freemail.hu>
25190         * image.c: Avoid overwriting values in the loaded_images_hash when an
25191         assembly is loaded multiple times. Fixes #61152.
25193         * assembly.c (mono_assembly_names_equal): Compare the cultures as well,
25194         so multiple satellite assemblies for the same name can be loaded.
25195         Fixes #68259.
25197         * mono_domain_assembly_preload: Actually return the loaded assembly, 
25198         not NULL.
25200         * icall.c (ves_icall_type_is_subtype_of): Fix this for byref types.
25201         (ves_icall_type_is_assignable_from): Ditto. Fixes #68582.
25203         * gc.c (finalize_domain_objects): Call GC_invoke_finalizers () so
25204         pending finalizers are not invoked after the appdomain has been 
25205         unloaded. Fixes #67862.
25207 2004-10-22  Martin Baulig  <martin@ximian.com>
25209         * mono-debug-debugger.c
25210         (mono_debugger_runtime_invoke): Don't box valuetypes.
25212 2004-10-22  Chris Toshok  <toshok@ximian.com>
25214         * mono-debug-debugger.c (do_write_class): handle .cctors too, and
25215         don't hide private methods.
25217 2004-10-22  Sebastien Pouliot  <sebastien@ximian.com>
25219         * icall.c: Allows the runtime to "share" (when known) the public key
25220         token of an assembly. This avoid the need to recalculate the token 
25221         (from the public key) in managed code.
25223 2004-10-21  Chris Toshok  <toshok@ximian.com>
25225         * debug-helpers.c (append_class_name): argh, revert last patch.
25226         
25227 2004-10-21  Chris Toshok  <toshok@ximian.com>
25229         * debug-helpers.c (append_class_name): use '+' as the delimiter,
25230         not '/', so that it matches what the debugger uses to look up
25231         methods.
25233 2004-10-21  Martin Baulig  <martin@ximian.com>
25235         * mono-debug-debugger.c (mono_debugger_throw_exception): New
25236         public method; this is called each time an exception is thrown and
25237         allows the debugger to use exception catch points.
25239 2004-10-21  Martin Baulig  <martin@ximian.com>
25241         * mono-debug-debugger.c (mono_debugger_handle_exception): Write
25242         the stack pointer and the exception object in some struct and pass
25243         that to the debugger.
25245 2004-10-21  Chris Toshok  <toshok@ximian.com>
25247         * mono-debug-debugger.c (do_write_class): add instance/static
25248         event support.  We don't expose "raise" or "other" yet.
25249         (event_is_static): new method.
25251 2004-10-20  Bernie Solomon  <bernard@ugsolutions.com>
25253         * mono-debug-debugger.c
25254         (mono_debugger_handle_exception): Remove
25255         bogus return value for fussy compilers.
25257 2004-10-20  Martin Baulig  <martin@ximian.com>
25259         * mono-debug-debugger.c
25260         (mono_debugger_unhandled_exception): Added `gpointer stack' argument.
25261         (mono_debugger_handled_exception): Likewise.
25263 2004-10-20  Martin Baulig  <martin@ximian.com>
25265         * mono-debug-debugger.h (MonoDebuggerEvent): Added
25266         MONO_DEBUGGER_EVENT_EXCEPTION.
25268         * mono-debug-debugger.c (mono_debugger_handle_exception): New
25269         public function to send the debugger a notification for an
25270         exception and inform it about a catch/finally clause.
25272 2004-10-19  Zoltan Varga  <vargaz@freemail.hu>
25274         * marshal.c, icall.c: Applied patch from Alexandre Rocha Lima e
25275         Marcondes (alexandremarcondes@psl-pr.softwarelivre.org). Really
25276         fix 2.95 build. 
25278         * icall.c (ves_icall_InternalExecute): Fix build for gcc-2.95.
25280 2004-10-18  Zoltan Varga  <vargaz@freemail.hu>
25282         * marshal.c (emit_marshal_object): Fix freeing of memory when a reference type is
25283         marshalled as [In,Out]. Fixes #58325.
25285 2004-10-14  Zoltan Varga  <vargaz@freemail.hu>
25287         * reflection.c (mono_method_body_get_object): Implement some fields.
25289 2004-10-12  Martin Baulig  <martin@ximian.com>
25291         * reflection.c (mono_reflection_bind_generic_parameters): Small
25292         fix, correctly retrieve our parent from a generic instance.
25294 2004-10-12  Martin Baulig  <martin@ximian.com>
25296         * metadata.c (mono_metadata_generic_param_equal): We always have
25297         an owner.
25299         * class.c
25300         (mono_class_from_generic_parameter): We need to have an owner.
25301         (my_mono_class_from_generic_parameter): Likewise.
25303         * reflection.c (mono_reflection_setup_generic_class): Renamed to
25304         mono_reflection_create_generic_class() and added a new
25305         mono_reflection_setup_generic_class().  
25306         (mono_reflection_initialize_generic_param): If we're a nested
25307         generic type and inherited from the containing class, set our
25308         owner to the outer class.
25310 2004-10-11  Zoltan Varga  <vargaz@freemail.hu>
25312         * icall.c (ves_icall_System_Reflection_MethodBase_GetMethodBodyInternal): New icall.
25314         * reflection.c (mono_method_body_get_object): New function to create
25315         a MethodBody object.
25317         * object-internals.h object.h: Add MonoReflectionMethodBody structure.
25319 2004-10-11  Martin Baulig  <martin@ximian.com>
25321         * metadata.c (_mono_metadata_type_equal): Renamed to
25322         do_mono_metadata_type_equal() and made static.
25324 2004-10-11  Martin Baulig  <martin@ximian.com>
25326         * appdomain.c: Bump corlib version number to 28.
25328 2004-10-10  Martin Baulig  <martin@ximian.com>
25330         * class-internals.h
25331         (MonoGenericInst): Added `MonoGenericContainer *container'.
25332         (MonoGenericMethod): Likewise.
25333         (MonoGenericContext): Likewise.
25334         (MonoGenericParam): Added `MonoGenericContainer *owner'.
25336         * metadata.c
25337         (do_mono_metadata_parse_type): Added a `MonoGenericContainer *' argument.
25338         (do_mono_metadata_parse_generic_inst): Likewise.
25339         (mono_metadata_parse_type_full): New public method.  This is the actual
25340         mono_metadata_parse_type() implementation - with an additional
25341         `MonoGenericContainer *' argument.
25342         (mono_metadata_parse_array_full): Likewise.
25343         (mono_metadata_parse_signature_full): Likewise.
25344         (mono_metadata_parse_method_signature_full): Likewise.
25345         (mono_metadata_parse_mh_full): Likewise.
25346         (mono_type_create_from_typespec): Likewise.
25347         (mono_metadata_interfaces_from_typedef_full): New public method;
25348         this is similar to the other _full() methods, but we take a
25349         `MonoGenericContext *' since we have to pass it to mono_class_get_full().
25350         (mono_metadata_parse_generic_param): Take an additional
25351         `MonoGenericContainer *' argument and lookup the MonoGenericParam
25352         from that container.
25353         (mono_metadata_generic_param_equal): New static method to compare
25354         two type parameters.
25355         (_mono_metadata_type_equal): New static method; takes an
25356         additional `gboolean signature_only' argument - if true, we don't
25357         compare the owners of generic parameters.
25358         (mono_metadata_signature_equal): Call _mono_metadata_type_equal()
25359         with a TRUE argument - do a signature-only comparision.
25361         * loader.c: Use the new _full() methods and pass the
25362         MonoGenericContainer to them.
25364         * object-internals.h (MonoReflectionTypeBuilder): Added
25365         `MonoGenericContainer *generic_container' field.
25366         (MonoReflectionMethodBuilder): Likewise.
25368 2004-10-08  Zoltan Varga  <vargaz@freemail.hu>
25370         * icall.c (ves_icall_System_Reflection_Module_GetGlobalType): Special
25371         case initial images of dynamic assemblies.
25373         * reflection.c (mono_image_basic_init): Set 'initial_image' field.
25375         * metadata-internals.h (MonoDynamicImage): Add 'initial_image' field.
25377         * reflection.c (mono_reflection_event_builder_get_event_info): Fix
25378         length of event->other array.
25379         (typebuilder_setup_events): Ditto.
25381         * domain-internals.h (MonoDomain): Rename 'assemblies' hash table to
25382         'assembly_by_name' and add an 'assemblies' list.
25384         * assembly.h assembly.c: Add a new search hook for determining whenever
25385         an assembly is already loaded. Use this instead of searching in the
25386         loaded_assemblies list.
25388         * domain.c appdomain.c: Implement the new search hook so loaded 
25389         assemblies are now scoped by appdomain. Fixes #67727.
25391 2004-10-07  Zoltan Varga  <vargaz@freemail.hu>
25393         * threads.c (mono_thread_attach): Initialize synch_lock field so
25394         mono_thread_detach works again.
25396         * loader.c (mono_lookup_pinvoke_call): Try the dllname prefixed with
25397         'lib' too. Fixes #63130.
25399 2004-10-06  Jackson Harper  <jackson@ximian.com>
25401         * culture-info-tables.h: regenerated.
25403 2004-10-06  Zoltan Varga  <vargaz@freemail.hu>
25405         * icall.c (ves_icall_Type_GetInterfaces): Include interfaces 
25406         implemented by other interfaces in the result. Fixes #65764.
25407         
25408         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): 
25409         Handle unloadable modules without crashing.
25411         * image.c (load_modules): Revert the previous patch since modules must
25412         have a fixed index inside the array.
25413         
25414         * image.c (load_modules): Don't include native modules in the modules
25415         array.
25417 2004-10-05  Zoltan Varga  <vargaz@freemail.hu>
25419         * reflection.h: Add param_defaults field.
25421         * reflection.c: Add support for parameter defaults in dynamic methods.
25422         Fixes #64595.
25424         * icall.c (ves_icall_MonoType_get_Namespace): Return NULL instead of
25425         an empty string when a type has no namespace. Fixes #64230.
25427 2004-10-04  Sebastien Pouliot  <sebastien@ximian.com>
25429         * tabledefs.h: Added "internal" security actions to support non-CAS
25430         permissions NonCasDemand, NonCasLinkDemand and NonCasInheritance. 
25431         Note: they do not seems to be used anymore in 2.0 (new metadata format)
25433 2004-10-04  Zoltan Varga  <vargaz@freemail.hu>
25435         * icall.c (ves_icall_InternalInvoke): Throw an exception when calling
25436         constructor of abstract class. Fixes #61689.
25438 2004-10-04  Martin Baulig  <martin@ximian.com>
25440         * class-internals.h (MonoGenericContainer): New type.
25441         (MonoMethodNormal): Replaced `MonoGenericParam *gen_params' with
25442         `MonoGenericContainer *generic_container'.
25443         (MonoClass): Replaced `gen_params' and `num_gen_params' with
25444         `MonoGenericContainer *generic_container'.
25446         * metadata.c (mono_metadata_load_generic_params): Return a
25447         `MonoGenericContainer *' instead of a `MonoGenericParam *';
25448         removed the `num' argument.
25450 2004-10-03  Zoltan Varga  <vargaz@freemail.hu>
25452         * icall.c (ves_icall_System_Reflection_Module_GetPEKind): Add support
25453         for dynamic images.
25455         * object-internals.h (MonoReflectionAssemblyBuilder): Add pe_kind and
25456         machine fields.
25458         * metadata-internals.h (MonoDynamicImage): Add pe_kind and machine fields.
25460         * reflection.c: Save pe_kind and machine values into the generated
25461         image file.
25463         * appdomain.c: Bump corlib version number.
25465         * object-internals.h: Reorganize layout of LocalBuilder.
25467         * class-internals.h class.c (mono_class_get_implemented_interfaces): 
25468         New helper function.
25470         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Return the
25471         created MonoType for dynamic types. Fixes #66180.
25473 2004-10-02  Ben Maurer  <bmaurer@ximian.com>
25475         * threadpool.c: the ares hashtable needs a critical section around it.
25476         this prevents some nasty segfaults
25478 2004-10-02  Massimiliano Mantione  <massi@ximian.com>
25480         * process.c: Fixed alignments to 32 bits as casting to unsigned is unsafe
25481         on 64 bits platforms, patch by will@exomi.com (Ville-Pertti Keinonen), see
25482         bug 67324).
25483         
25484 2004-09-30  Zoltan Varga  <vargaz@freemail.hu>
25486         * object-internals.h (MonoReflectionTypeBuilder): Add 'created' field.
25487         
25488 2004-09-30  Lluis Sanchez Gual  <lluis@novell.com>
25490         * image.c: Always canonicalize image file names, to avoid loading
25491         the same assembly twice when referenced using a relative path.
25493 2004-09-30  Zoltan Varga  <vargaz@freemail.hu>
25495         * marshal.h marshal.c icall.c: Fix bugs in previous patch.
25497         * marshal.c marshal.h icall.c: Add GetDelegateForFunctionPointerInternal icall.
25499         * marshal.c: Fix warnings.
25501 2004-09-29  Geoff Norton  <gnorton@customerdna.com>
25503         * marshal.c (mono_ftnptr_to_delegate): This method was improperly
25504         attempting to marshal the delegate_trampoline as the method_addr.
25505         This patch has a static hashtable of marshalled delegates so that 
25506         we can map delegate_trampoline addresses back to delegates.  This
25507         allows a delegate passed to managed code to be passed back into native
25508         code.  Fixes #67039
25510 2004-09-28  Zoltan Varga  <vargaz@freemail.hu>
25512         * icall.c: Add GetFunctionPointerForDelegateInternal icall.
25514         * reflection.c (method_encode_code): Align method headers properly.
25515         Fixes #66025.
25517 2004-09-28  Lluis Sanchez Gual  <lluis@novell.com>
25519         * marshal.c: In the runtime invoke wrapper, reset the abort
25520         exception if it is cached. This avoids the automatic rethrowal of 
25521         the exception after the catch of the wrapper. Also check for pending
25522         interruptions before calling the managed method. This is done using
25523         the new method emit_thread_force_interrupt_checkpoint, since the
25524         normal checkpoint method is ignored when running the invoke wrapper.
25525         * object.c: If the abort exception is rethrown, set the abort_exc
25526         field of the thread, so it will be rethrown aftere every catch.
25527         * threadpool.c: Only run an interruption checkpoint if what has been
25528         requested is a stop of the thread (aborts will be ignored).
25529         * threads.c: By default, a thread will now never be interrumped while
25530         running the runtime invoke wrapper (this ensures that runtime_invoke
25531         will always return to the caller if an exception pointer is provided).
25532         There is a new special method mono_thread_force_interruption_checkpoint()
25533         to force an interruption checkpoint even if running a protected
25534         wrapper, which is used by the same runtime invoke wrapper to do a check
25535         at a safe point.
25537 2004-09-28  Lluis Sanchez Gual  <lluis@novell.com>
25539         * object.c, object-internals.h: Implemented mono_release_type_locks,
25540         which releases the cctor locks held by a thread.
25541         * threads.c, threads.h: In thread_cleanup, release cctor locks held
25542         by a thread. Added mono_thread_exit() method to be used to safely stop
25543         a thread.
25545 2004-09-28  Raja R Harinath  <rharinath@novell.com>
25547         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): 
25548         Move null check before dereference.  Avoid indexing beyond the end
25549         of the 'modules' array.
25551 2004-09-28  Raja R Harinath  <rharinath@novell.com>
25553         * metadata-internals.h (MonoImage): Add module_count field.
25554         * image.c (load_modules): Set image->module_count.
25555         (mono_image_load_file_for_image): Use image->module_count.
25556         * reflection.c (mono_image_load_module): Append to image->modules array 
25557         of dynamic assembly.
25558         (mono_module_get_object): Fix loop to actually increment index.
25559         Use image->module_count.
25560         * assembly.c (mono_assembly_load_references): Use image->module_count.
25561         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal):
25562         Likewise.
25564 2004-09-28  Zoltan Varga  <vargaz@freemail.hu>
25566         * icall.c (ves_icall_System_Reflection_FieldInfo_GetUnmanagedMarshal): 
25567         Avoid assert on generic types.
25569 2004-09-26  Zoltan Varga  <vargaz@freemail.hu>
25571         * icall.c (ves_icall_System_Reflection_FieldInfo_GetUnmanagedMarshal): New icall.
25573         * reflection.c (mono_param_get_objects): Fill out MarshalAsImpl field.
25575         * reflection.c (mono_reflection_marshal_from_marshal_spec): New 
25576         function to convert a MarshalSpec structure to its managed counterpart.
25578         * reflection.c: Fix warnings.
25579         
25580         * object-internals.h (MonoReflectionParameter): Add MarshalAsImpl
25581         field.
25583         * icall.c (mono_create_icall_signature): Fix build.
25585 2004-09-25  Zoltan Varga  <vargaz@freemail.hu>
25587         * icall.c: Add MakePointType icall.
25589         * icall.c (ves_icall_System_Text_Encoding_InternalCodePage): Fix
25590         warnings.
25592 2004-09-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
25594         * threadpool.c: reuse allocated slots in the queue.
25596 2004-09-24  Zoltan Varga  <vargaz@freemail.hu>
25598         * object-internals.h (MonoReflectionDllImportAttribute): New structure.
25600         * icall.c: Add new icalls for GetDllImportAttribute and GetFieldOffset.
25602         * reflection.h reflection.c (mono_reflection_get_custom_attrs): Revert
25603         previous change.
25605         * tabledefs.h: Add constants for pinvoke attributes BestFit and
25606         ThrowOnUnmappableChar.
25608         * icall.c (ves_icall_Type_GetPacking): New icall.
25610 2004-09-24  Martin Baulig  <martin@ximian.com>
25612         * icall.c (ves_icall_Type_GetGenericParameterConstraints): New interncall.
25614 2004-09-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
25616         * appdomain.c:
25617         (mono_domain_set): allow setting a domain that is being unloaded.
25618         (mono_domain_unload): invoke the DomainUnload callbacks in the domain
25619         being unloaded.
25621 2004-09-23  Zoltan Varga  <vargaz@freemail.hu>
25623         * icall.c reflection.h reflection.c: Add a 'pseudo_attrs' argument to
25624         the GetCustomAttributes icall.
25626 2004-09-23  Martin Baulig  <martin@ximian.com>
25628         * object-internals.h (MonoReflectionGenericParam): Replaced
25629         'has_ctor_constraint', `has_reference_type' and `has_value_type'
25630         with `guint32 attrs'.
25632 2004-09-23  Martin Baulig  <martin@ximian.com>
25634         * icall.c (ves_icall_Type_GetGenericParameterAttributes): New interncall.
25636 2004-09-23  Martin Baulig  <martin@ximian.com>
25638         * object-internals.h (GenericParameterAttributes): New enum.
25640 2004-09-23  Zoltan Varga  <vargaz@freemail.hu>
25642         * object-internals.h (MonoEventInfo): Add 'other_methods' field.
25643         
25644         * class.c (init_events): Fill out event->other field.
25646         * class.c: Fix warnings.
25648         * icall.c (ves_icall_get_event_info): Fill out 'other_methods' field.
25650 Wed Sep 22 19:04:32 CEST 2004 Paolo Molaro <lupus@ximian.com>
25652         * class-internals.h, icall.c, loader.c, loader.h: added a faster stack
25653         walk which doesn't supply the IL offset.
25655 2004-09-22  Martin Baulig  <martin@ximian.com>
25657         * reflection.c (mono_reflection_setup_internal_class): If we're
25658         System.ValueType, System.Object or System.Enum, set
25659         `klass->instance_size' and create the vtable.
25660         (mono_reflection_create_internal_class): If we're an enum type,
25661         get the base class from our current corlib.
25663 2004-09-22  Zoltan Varga  <vargaz@freemail.hu>
25665         * reflection.h (MonoResolveTokenError): New type.
25667         * icall.c (ves_icall_System_Reflection_Module_ResolveMemberToken): New
25668         icall.
25670         * icall.c: Add an 'error' argument to the ResolveToken icalls.
25672 2004-09-22  Lluis Sanchez Gual  <lluis@novell.com>
25674         * icall.c: Support ContextBoundObject proxies in ves_icall_InternalExecute.
25675         Support also calling constructors, but only for already allocated objects.
25677 2004-09-17  Geoff Norton <gnorton@customerdna.com>
25679         * reflection.c (type_get_qualified_name): If the klass is null
25680         return the typename to avoid a NullRefEx.
25681         (encode_cattr_value): Get the qualified name of the boxed type,
25682         not the underlying enumtype.  Fixes #62984.
25684 2004-09-21  Zoltan Varga  <vargaz@freemail.hu>
25686         * marshal.c: Fix problems with previous checkin.
25688 2004-09-21    <vargaz@freemail.hu>
25690         * marshal.h marshal.c icall.c: Add new icalls for Alloc/FreeHGlobal. Change the
25691         existing mono_marshal_alloc/free functions to use CoTaskMemAlloc/Free under windows.
25693         * marshal.c: Allocate marshaller memory using mono_marshal_alloc/free.
25695 2004-09-21  Geoff Norton <gnorton@customerdna.com>
25697         * icall.c (ves_icall_MonoType_GetElementType): GetElementType
25698         should only return a type for pointers, arrays, and passbyref types.
25699         Fixes bug #63841.
25701 2004-09-21  Martin Baulig  <martin@ximian.com>
25703         * domain.c (mono_debugger_check_runtime_version): New public
25704         function.
25706         * icall.c (ves_icall_MonoDebugger_check_runtime_version): New icall.    
25708 2004-09-20  Sebastien Pouliot  <sebastien@ximian.com>
25710         * reflection.c: Added missing sort to the declarative security 
25711         attributes table. MS implementation stops seeing the attributes if the
25712         token number regress in the table (as shown by ildasm and permview).
25714 2004-09-20  Zoltan Varga  <vargaz@freemail.hu>
25716         * object-internals.h (MonoReflectionModule): Add 'token' field.
25717         
25718         * reflection.c (mono_reflection_get_token): Add support for Module
25719         and Assembly.
25720         (mono_module_get_object): Set 'token' field.
25721         (mono_module_file_get_object): Set 'token' field.
25723         * icall.c: Add new Assembly and Module icalls.
25725         * appdomain.c: Bump corlib version.
25727 2004-09-19  Zoltan Varga  <vargaz@freemail.hu>
25729         * loader.h loader.c class.h class.c: Add helper functions for obtaining
25730         tokens of metadata objects.
25732         * reflection.h reflection.c (mono_reflection_get_token): New function
25733         to obtain the token of a metadata object.
25735         * icall.c: Add icalls for MetadataToken and ModuleHandle methods.
25737 2004-09-17  Zoltan Varga  <vargaz@freemail.hu>
25739         * loader.c (mono_lookup_pinvoke_call): Try the underscore prefixed name as well.
25740         
25741         * loader.c (mono_lookup_pinvoke_call): Add support for stdcall name mangling.
25743 2004-09-16  Sebastien Pouliot  <sebastien@ximian.com>
25745         * appdomain.c: Bumped MONO_CORLIB_VERSION to 25.
25746         * object-internals.h: Added 3 MonoArray* members to MonoReflection
25747         AssemblyBuilder to access the permissions set in the class lib.
25748         * reflection.c: Added security attributes encoding step in 
25749         mono_image_build_metadata.
25750         * tabledefs.h: Added new security actions defined in 2.0:
25751         LinkDemandChoice, InheritanceDemandChoice and DemandChoice.
25753 2004-09-16  Lluis Sanchez Gual  <lluis@novell.com>
25755         * threads.c: Fixed SET_CURRENT_OBJECT macros, they were ignoring the
25756         macro parameter.
25758 2004-09-16  Lluis Sanchez Gual  <lluis@novell.com>
25760         * locales.c: nullify the ICU_collator member of CompareInfo when it is
25761           finalized. There where random SIGSEVs at program termination, when
25762           an object being finalized was trying to do a string comparison and
25763           the current culture was already finalized.
25765 2004-09-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
25767         * threads.c: call thread_cleanup before finishing the thread if we get
25768         there.
25770 2004-09-16  Zoltan Varga  <vargaz@freemail.hu>
25772         * appdomain.c (ves_icall_System_AppDomain_createDomain): Load all
25773         assemblies from the parent. Fixes #65665.
25775 2004-09-15  Zoltan Varga  <vargaz@freemail.hu>
25777         * metadata.c (mono_metadata_parse_type): Fix parsing of custom
25778         modifiers.
25780 2004-09-14  Bernie Solomon  <bernard@ugsolutions.com>
25782         * reflection.h: add prototype for mono_get_dbnull_object
25783         * reflection.c: add prototypes for get_default_param_value_blobs 
25784         and mono_get_object_from_blob for fussier compilers
25786 2004-09-14  Lluis Sanchez Gual  <lluis@novell.com>
25788         * object.c: Added a "done" flag to TypeInitializationLock. This avoids
25789         false deadlock checks in class initialization.
25791 2004-09-13  Zoltan Varga  <vargaz@freemail.hu>
25793         * image.c (mono_image_addref): Fix comment.
25795         * metadata.c (mono_metadata_parse_type): Avoid memory allocations if
25796         possible.
25798 2004-09-12  Jambunathan K  <kjambunathan@novell.com>
25800         * reflection.c (mono_param_get_objects): Modified to return
25801         ParameterInfo.DefaultValue object.
25803         (get_default_param_value_blobs):
25804         (mono_get_object_from_blob):
25805         (mono_get_dbnull_object): New helper routines. 
25807         * object.c (mono_get_constant_value_from_blob): New helper routine
25808         carved out from get_default_field_value ()
25810         * object-internals.h (mono_get_constant_value_from_blob): Added
25811         function declaration.
25813 2004-09-11  Zoltan Varga  <vargaz@freemail.hu>
25815         * assembly.c assembly.h icall.c class.c appdomain.c: Lazily load 
25816         referenced assemblies. Fixes #62135.
25818         * exception.h exception.c (mono_get_exception_file_not_found2): New
25819         helper function.
25821 2004-09-10  Zoltan Varga  <vargaz@freemail.hu>
25823         * class.h class.c: Add mono_type_get_underlying_type ().
25825 2004-09-09  Geoff Norton <gnorton@customerndna.com>
25827         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes):
25828         Fix GetTypes() to support dynamically created assemblies.
25830 2004-09-09  Zoltan Varga  <vargaz@freemail.hu>
25832         * reflection.c (reflection_methodbuilder_to_mono_method): Remove TODO.
25833         
25834         * reflection.c (reflection_methodbuilder_to_mono_method): Fix bug in
25835         previous patch.
25837         * reflection.h reflection.c loader.c: Allow dynamic construction of
25838         pinvoke methods. Fixes #65571.
25839         
25840         * reflection.c (mono_reflection_get_type): Revert previous change since
25841         it causes regressions.
25843 2004-09-08  Martin Baulig  <martin@ximian.com>
25845         * class.c (class_compute_field_layout): Don't call
25846         mono_class_layout_fields() for open generic instances.
25848 2004-09-08 Bernie Solomon <bernard@ugsolutions.com>
25849         * threads.c appdomain.c: fix typo in GC macro
25851 2004-09-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
25853         * threads.c: don't call mono_thread_detach() in start_wrapper(),
25854         avoiding a possible hang in GetCurrentThreadId(0). Fixes bug #65379.
25856 2004-09-08  Zoltan Varga  <vargaz@freemail.hu>
25858         * image.c (mono_image_close): Applied patch from 
25859         vasantha.paulraj@honeywell.com (Vasantha selvi). Fix crash when an
25860         assembly is loaded multiple times from data.
25861         
25862         * image.c (mono_image_open): Fix warning.
25864 2004-09-07  Zoltan Varga  <vargaz@freemail.hu>
25866         * reflection.h reflection.c icall.c: Only call TypeResolve handlers
25867         once. Fixes #58334.
25868         
25869         * reflection.c (mono_reflection_create_runtime_class): Initialize
25870         klass->nested_classes. Fixes #61224.
25872 Tue Sep 7 14:35:26 CEST 2004 Paolo Molaro <lupus@ximian.com>
25874         * threads.c: sched_yield() on exit, to allow threads to quit.
25876 2004-09-07  Zoltan Varga  <vargaz@freemail.hu>
25878         * object.c (mono_unhandled_exception): Remove leftover debug code.
25880 2004-09-07  Atsushi Enomoto  <atsushi@ximian.com>
25882         * appdomain.c, threads.c : don't use GC_CreateThread when with-gc=none
25884 2004-09-07  Zoltan Varga  <vargaz@freemail.hu>
25886         * marshal.c (emit_marshal_array): Really null terminate string arrays.
25887         
25888         * marshal.c (emit_marshal_string): Fix freeing of unicode strings.
25890 2004-09-06  Zoltan Varga  <vargaz@freemail.hu>
25892         * marshal.c (emit_marshal_array): Null terminate string arrays.
25893         
25894         * marshal.c (raise_auto_layout_exception): Fix warning.
25896         * reflection.c (mono_param_get_objects): Initialize the default value
25897         with DBNull.Value, not null. Fixes #62123.
25899 2004-09-01  Miguel de Icaza  <miguel@ximian.com>
25901         * marshal.c (mono_marshal_get_managed_wrapper): Remove FIXME and
25902         throw an exception with a cute explanation.
25904 2004-09-06  Dick Porter  <dick@ximian.com>
25906         * process.c (ves_icall_System_Diagnostics_Process_Start_internal):
25907         Close the new process's thread handle, as we don't use it.  The
25908         handle stays around forever otherwise.
25910 2004-09-06  Zoltan Varga  <vargaz@freemail.hu>
25912         * object.c (arith_overflow): Fix warning.
25914         * reflection.c (mono_image_get_methodref_token): Do not emit unmanaged
25915         calling conventions in method refs. Fixes #65352.
25917         * reflection.c: Fix warnings.
25919 2004-09-06 Ben Maurer  <bmaurer@users.sourceforge.net>
25921         * icall.c: Add a new icall for Array.Clear
25923 2004-09-06 Ben Maurer  <bmaurer@users.sourceforge.net>
25925         * object.c: When allocating an array, we have to throw
25926         an overflow exception if any of the lengths are < 0.
25928 2004-09-06  Zoltan Varga  <vargaz@freemail.hu>
25930         * marshal.h marshal.c: Free unmanaged memory allocated by managed code
25931         properly. Also move implementation of string array marshalling to 
25932         managed code. Fixes #42316.
25934 2004-09-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
25936         * assembly.c: provide more information when loading an assembly fails.
25938 2004-09-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
25940         * filewatcher.c: don't expect the development fam package to be
25941         installed.
25943 2004-09-03  Zoltan Varga  <vargaz@freemail.hu>
25945         * marshal.c: Make a copy of the signature cookie since it will be
25946         freed by the caller.
25947         
25948         * marshal.c (mono_delegate_to_ftnptr): Fix bug in previous patch.
25950         * marshal.c (mono_delegate_to_ftnptr): Fix memory leaks.
25952         * metadata.c (mono_metadata_free_marshal_spec): New function to free
25953         marshal specs.
25955         * marshal.c: More refactoring.
25956         
25957         * marshal.c: Refactor the mono_marshal_get_native_wrapper function into
25958         smaller functions.
25960 2004-09-03  Lluis Sanchez Gual  <lluis@novell.com>
25962         * object.c: In mono_message_invoke, fill the output parameter array after
25963           calling the managed method (it was done before the call). This fixes
25964           bug #59299.
25966 2004-09-02  Zoltan Varga  <vargaz@freemail.hu>
25968         * marshal.c (mono_marshal_alloc): Return a valid pointer on size 0
25969         as well.
25971 2004-09-02  Martin Baulig  <martin@ximian.com>
25973         * class.c (mono_class_instance_size): Don't allow generic type
25974         definitions or open generic instances.
25975         (mono_class_array_element_size): If we're a value type, call
25976         mono_class_instance_size() on the original class.
25978         * metadata.c (mono_type_size, mono_type_stack_size): Correctly
25979         handle generic instances.
25981         * mono-debug-debugger.c (write_type): Handle generic instances
25982         like classes.
25984 2004-09-02  Zoltan Varga  <vargaz@freemail.hu>
25986         * marshal.c (mono_marshal_alloc): Raise an OutOfMemory exception if
25987         the allocation request fails. Fixes #65089.
25989         * object.c (mono_runtime_free_method): Do not call mono_free_method.
25990         
25991         * object.c (mono_runtime_free_method): New function to free a dynamic
25992         method.
25994         * marshal.c (mono_delegate_free_ftnptr): New function to free the
25995         delegate trampoline.
25997         * marshal.c (mono_marshal_get_managed_wrapper): Mark managed wrapper
25998         with hasthis as dynamic,
26000         * icall.c (ves_icall_System_Delegate_FreeTrampoline): New icall.
26002         * domain.c (mono_jit_info_table_remove): New function to remove an
26003         entry from the jit info table.
26005         * class-internals.h (MonoMethod): Add 'dynamic' field.
26007         * loader.c: Fix warnings.
26009 2004-09-01  Martin Baulig  <martin@ximian.com>
26011         * mono-debug.c, debug-mono-symfile.c: Use mono_loader_lock()
26012         instead of mono_debugger_lock() because the latter one is a no-op
26013         unless running in the debugger.
26015 2004-09-01  Zoltan Varga  <vargaz@freemail.hu>
26017         * class.c (class_compute_field_layout): Classes with auto-layout or
26018         reference fields are not blittable.
26019         
26020 2004-09-01  Dick Porter  <dick@ximian.com>
26022         * icall.c (ves_icall_System_Reflection_Assembly_get_location): Use
26023         mono_image_get_filename() to get the assembly location.
26025         * icall.c:
26026         * metadata.h: Fix compile warnings
26028 2004-09-01  Zoltan Varga  <vargaz@freemail.hu>
26030         * class.c (class_compute_field_layout): System.Object is blittable.
26032         * marshal.c (mono_marshal_get_native_wrapper): Pass blittable classes
26033         as in/out. Fixes #59909.
26035 2004-09-01  Martin Baulig  <martin@ximian.com>
26037         * metadata.h (MONO_TYPE_ISREFERENCE): Call
26038         mono_metadata_generic_inst_is_valuetype() if we're a generic
26039         instance to check whether our underlying type is a reference type.
26041 2004-09-01  Martin Baulig  <martin@ximian.com>
26043         * metadata.c (mono_type_size): If we're a generic instance, call
26044         mono_class_value_size() for value types.
26046 2004-08-31  Zoltan Varga  <vargaz@freemail.hu>
26048         * marshal.c: Implement more custom marshalling functionality. Fixes
26049         #64915.
26051 Tue Aug 31 17:55:15 CEST 2004 Paolo Molaro <lupus@ximian.com>
26053         * mono-debug.c, debug-mono-symfile.c: add some locking love.
26055 2004-08-30  Zoltan Varga  <vargaz@freemail.hu>
26057         * domain-internals.h domain.c: Add a per-domain jump trampoline hash.
26059         * icall.c (ves_icall_System_Reflection_MethodBase_GetMethodFromHandle): Rename to ...Internal.
26061         * icall.c: Fix some warnings.
26063         * threads.c (abort_appdomain_thread): Fix unref errors.
26064         (mono_thread_current): Fix THREAD_DEBUG define.
26066 2004-08-29  Zoltan Varga  <vargaz@freemail.hu>
26068         * metadata.h (MONO_TYPE_ISSTRUCT): Fix warning.
26070         * icall.c (ves_icall_System_Reflection_MethodBase_GetMethodFromHandle): New icall.
26072 2004-08-28  Zoltan Varga  <vargaz@freemail.hu>
26074         * marshal.c (mono_marshal_get_native_wrapper): Add support for byref 
26075         string arrays.
26077 2004-08-28  Martin Baulig  <martin@ximian.com>
26079         * metadata.c
26080         (mono_metadata_generic_inst_is_valuetype): New public function.
26082         * metadata.h (MONO_TYPE_ISSTRUCT): Call
26083         mono_metadata_generic_inst_is_valuetype() if we're a generic
26084         instance to check whether our underlying type is a valuetype.
26086 2004-08-26  Zoltan Varga  <vargaz@freemail.hu>
26088         * class.c (mono_ptr_class_get): Fix name of pointer classes. Fixes
26089         #63768.
26091 2004-08-25  Martin Baulig  <martin@ximian.com>
26093         * loader.c (mono_get_method_from_token): Abstract methods can also
26094         be generic and thus have type parameters.
26096         * metadata-internals.h
26097         (MonoDynamicImage): Added `GPtrArray *gen_params'.
26099         * reflection.c (mono_image_get_generic_param_info): Don't create a
26100         metadata row, just add an entry to the `gen_params' array.
26101         (build_compressed_metadata): Sort the `gen_params' array and then
26102         actually create the metadata.
26104 2004-08-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26106         * threadpool.c: remove unneeded 'if' around mono_monitor_enter.
26108 2004-08-25  Zoltan Varga  <vargaz@freemail.hu>
26110         * debug-helpers.c: Handle MONO_TYPE_GENERICINST.
26112 2004-08-24  Martin Baulig  <martin@ximian.com>
26114         * class.cs (mono_class_is_subclass_of): Like an interface, a
26115         generic instance also derives from System.Object.
26117 2004-08-23  Zoltan Varga  <vargaz@freemail.hu>
26119         * metadata.c (mono_metadata_parse_type): Alloc pinned, byref and
26120         custom modifiers to be in any order. Fixes #61990.
26122 2004-08-20  Zoltan Varga  <vargaz@freemail.hu>
26124         * object.c: Register mono_object_new_fast icall.
26125         
26126         * object.c (mono_class_get_allocation_ftn): Return to calling
26127         mono_object_new_fast, since it seems faster to compute the object 
26128         size in unmanaged code than passing it as a parameter.
26130         * object.c (mono_class_get_allocation_ftn): Add marshalbyref case.
26132         * gc-internal.h gc.c: Add mono_gc_out_of_memory () function. Register
26133         this function with Boehm as the oom handler, so we don't have to check
26134         the result of GC_malloc.
26136         * object.c: Remove checks for oom.
26138         * object.h object.c (mono_class_get_allocation_ftn): New function to
26139         return the icall which can be used to allocate an instance of a given
26140         class. 
26142         * object.c: Handle common allocation requests using GC_gcj_fast_malloc.
26144         * class-internals.h: Add 'enabled' field.
26146 2004-08-19  Zoltan Varga  <vargaz@freemail.hu>
26148         * domain.c (mono_init_internal): Call MONO_GC_PRE_INIT ().
26150 2004-08-18  Jambunathan K  <kjambunathan@novell.com>
26151         * tabledefs.h: Corretced PARAM_ATTRIBUTE_OPTIONAL to the right
26152         value 0x0010.
26154 2004-08-18 Ben Maurer  <bmaurer@users.sourceforge.net>
26156         * appdomain.c: use the Tls function for appdomain too,
26157         at Zoltan's request. Actually return in mono_context_get
26159         * appdomain.c, profiler.c, threads.c: use __thread
26161 2004-08-18  Zoltan Varga  <vargaz@freemail.hu>
26163         * appdomain.c threads.c: Call GC_CreateThread on windows.
26165         * Makefile.am (libmetadata_la_LIBADD): Avoid linking libmonoos into
26166         multiple libraries since this don't work on windows.
26168 2004-08-18  Martin Baulig  <martin@ximian.com>
26170         * class-internals.h
26171         (MonoMethodNormal): Moved `MonoGenericParam *gen_params' here from
26172         MonoMethodHeader.
26174         * metadata.h (MonoMethodHeader): Moved the `gen_params' field to
26175         MonoMethodNormal since we also need it for abstract and interface
26176         methods.
26178         * reflection.c
26179         (build_compressed_metadata): Sort the GenericParam table.
26180         (mono_image_create_token): Added `gboolean create_methodspec'
26181         argument; this is false when generating a MethodImpl token.
26182         (reflection_methodbuilder_to_mono_method): Abstract and interface
26183         methods may also have generic parameters.
26185 2004-08-17 Ben Maurer  <bmaurer@users.sourceforge.net>
26187         * appdomain.c: thread local alloc
26189 2004-08-17  Martin Baulig  <martin@ximian.com>
26191         * appdomain.c: Bumped MONO_CORLIB_VERSION to 24.
26193         * icall.c
26194         (ves_icall_System_MonoType_getFullName): Added `gboolean full_name'
26195         argument.
26197         * class.c (mono_type_get_full_name): New public function.
26198         (mono_type_get_name): Don't include the type arguments.
26200 2004-08-16  Zoltan Varga  <vargaz@freemail.hu>
26202         * Makefile.am: Build static versions of libmetadata and libmonoruntime
26203         for inclusion into the mono executable.
26205 2004-08-16  Martin Baulig  <martin@ximian.com>
26207         * metadata.c (do_mono_metadata_parse_generic_inst): Store the
26208         MonoGenericInst, not the MonoType in the `generic_inst_cache'.
26210 2004-08-14  Martin Baulig  <martin@ximian.com>
26212         * class.c (dup_type): Also copy the `byref' field.
26214 2004-08-15  Zoltan Varga  <vargaz@freemail.hu>
26216         * reflection.c (create_dynamic_mono_image): Revert the last change 
26217         since it breaks bootstrap.
26219 2004-08-14  Zoltan Varga  <vargaz@freemail.hu>
26221         * reflection.c (create_dynamic_mono_image): Set ref_count to 1.
26223         * image.c (mono_image_close): Dynamic images are GC_MALLOCed, so do
26224         not free them with g_free.
26226 2004-08-11  Martin Baulig  <martin@ximian.com>
26228         * reflection.c (mono_reflection_setup_internal_class): Also call
26229         mono_class_setup_mono_type() if we already have a `tb->type.type'.
26231 2004-08-09  Sebastien Pouliot  <sebastien@ximian.com>
26233         * appdomain.c: Fix ves_icall_System_AppDomain_getDomainByID when 
26234         called during default (first) AppDomain creation. Keep track of
26235         Evidence when loading assemblies.
26237 Mon Aug 9 14:41:45 CEST 2004 Paolo Molaro <lupus@ximian.com>
26239         * opcodes.c, opcodes.h: reduce runtime relocations.
26241 Mon Aug 9 13:30:53 CEST 2004 Paolo Molaro <lupus@ximian.com>
26243         * culture-info.h, locales.c: fixes and chages to sue the new
26244         optimized format of the locale data.
26245         * culture-info-tables.h: regenerated.
26247 2004-08-06  Geoff Norton <gnorton@customerdna.com>
26248         
26249         * filewatcher.c: If HAVE_KQUEUE return mode 3 to use the new kqueue watcher
26251 2004-08-05  Sebastien Pouliot  <sebastien@ximian.com>
26253         * appdomain.c: Bumped MONO_CORLIB_VERSION to 23. Added new icall
26254         ves_icall_System_AppDomain_getDomainByID to get an AppDomain by Id.
26255         * domain-internals.h: icall declaration.
26256         * icall.c: icall registration.
26257         * object-internals.h: New fields in MonoAssembly for CAS.
26259 2004-08-05  Duncan Mak  <duncan@ximian.com>
26261         * verify.c: Renamed CEE_STELEM to CEE_STELEM_ANY and CEE_LDELEM to
26262         CEE_LDELEM_ANY.
26264 Thu Aug 5 17:11:44 CEST 2004 Paolo Molaro <lupus@ximian.com>
26266         * reflection.c: fix to deal with object[] arrays in custom ctors
26267         (bug #62550).
26269 2004-08-05  Martin Baulig  <martin@ximian.com>
26271         * class.c (mono_class_array_element_size): Added support for
26272         generic instances and correctly handle "recursive" types.
26274 2004-08-05  Zoltan Varga  <vargaz@freemail.hu>
26276         * assembly.c: Fix warnings.
26278 2004-08-04  Martin Baulig  <martin@ximian.com>
26280         * class.c
26281         (mono_type_get_name_recurse): Added `gboolean include_arity'
26282         argument specifying whether or not we should include the generic
26283         arity in the type name.
26284         (_mono_type_get_name): New static function.
26285         (mono_class_setup_vtable): If we're a generic instance, don't
26286         include the generic arity in the names of explicit method
26287         implementations.        
26289 2004-08-03  Martin Baulig  <martin@ximian.com>
26291         * class.c (mono_type_get_name_recurse): Enclose the generic type
26292         arguments in `<', '>'.
26294 Tue Aug 3 17:54:17 CEST 2004 Paolo Molaro <lupus@ximian.com>
26296         * gc.c: make GC warning messages use the trace API, they are just
26297         noise to most of the users.
26299 2004-08-03  Martin Baulig  <martin@ximian.com>
26301         * debug-mono-symfile.c (read_string): Correctly read the string.
26303 2004-07-30  Zoltan Varga  <vargaz@freemail.hu>
26305         * marshal.c (signature_dup_add_this): Fix bug in previous patch.
26306         
26307         * marshal.c (mono_marshal_get_icall_wrapper): Add support for vararg
26308         icalls.
26309         (mono_marshal_get_runtime_invoke): Correctly handle valuetype methods.
26311 2004-07-30  Martin Baulig  <martin@ximian.com>
26313         * debug-mono-symfile.c, mono-debug.c, mono-debug-debugger.c:
26314         Reflect latest symbol writer changes.   
26316 Fri Jul 30 16:49:05 CEST 2004 Paolo Molaro <lupus@ximian.com>
26318         * object.c: always create an object if null is passed
26319         to Invoke() where a valuetype is expected.
26321 2004-07-29  Bernie Solomon  <bernard@ugsolutions.com>
26323         * marshal.c (mono_marshal_init): make managed
26324         signatures match native ones better for 64bits.
26326 2004-07-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26328         * appdomain.c: hack to build correctly the private bin path on windows.
26329         Fixes bug #61991.
26331 2004-07-28  Lluis Sanchez Gual  <lluis@novell.com>
26333         * assembly.c: Load mscorlib from the correct framework directory
26334           (mono/<version>/mscorlib.dll).
26335         * appdomain.h: Added prototypes for new functions.
26336         * internals.h: Added some prototypes.
26337         * domain.c: When initializing the runtime, get from the executable and
26338           the configuration files the runtime version that the app supports.
26339           Added support methods for reading app.exe.config. Added list of versions
26340           supported by the JIT. Added two new methods: mono_init_from_assembly,
26341           which initializes the runtime and determines the required version from
26342           the provided exe file, and mono_init_version, which initializes
26343           the runtime using the provided version.
26344         * icall.c: Get machine.config from version-specific directory.
26345         * reflection.c: When generating an image, embed the version number
26346           of the current runtime.
26348 2004-07-28  Dick Porter  <dick@ximian.com>
26350         * socket-io.c
26351         (ves_icall_System_Net_Sockets_Socket_RecvFrom_internal): Check
26352         returned sockaddr size before creating the remote address object.
26353         Patch by Nick Vaughan (dev@6wardlaw.freeserve.co.uk), fixes bug
26354         61608.
26356 2004-07-28  Dick Porter  <dick@ximian.com>
26358         * locales.c (string_invariant_compare_char): Fix invariant char
26359         compares between upper and lower cases.  Fixes bug 61458.
26361 2004-07-27  Ben Maurer  <bmaurer@ximain.com>
26362         
26363         * marshal.c: actually cache stelem.ref wrappers.
26364         
26365 Tue Jul 27 16:56:55 CEST 2004 Paolo Molaro <lupus@ximian.com>
26367         * class.c, image.c, loader.c, cil-coff.h: lazily mmap the image 
26368         sections and remove the mono_cli_rva_map () function.
26370 Tue Jul 27 15:58:19 CEST 2004 Paolo Molaro <lupus@ximian.com>
26372         * debug-mono-symfile.c: fix one more endianess issue, from a patch
26373         by Geoff Norton (<gnorton@customerdna.com>).
26375 Tue Jul 27 15:47:17 CEST 2004 Paolo Molaro <lupus@ximian.com>
26377         * class.c: fix class loads for pointer types (typeof(int) !=
26378         typeof(int*)).
26380 2004-07-27  Martin Baulig  <martin@ximian.com>
26382         * debug-mono-symfile.c (mono_debug_open_mono_symbol_file): Support
26383         reading the debugging information from an external ".mdb" file.
26385 2004-07-24  Martin Baulig  <martin@ximian.com>
26387         * reflection.c (mono_image_get_type_info): Only write a class
26388         layout entry if we actually have a size or a packing size.
26390 2004-07-21  Bernie Solomon  <bernard@ugsolutions.com>
26392         * reflection.c (type_get_fully_qualified_name): 
26393         insert cast to get type checking of ?: with non-gcc compilers
26395 2004-07-21  Bernie Solomon  <bernard@ugsolutions.com>
26397         * rand.c: use g_getenv for both lookups of
26398         MONO_EGD_SOCKET
26400 2004-07-17  Martin Baulig  <martin@ximian.com>
26402         * reflection.c (mono_reflection_bind_generic_method_parameters):
26403         Set `gmethod->reflection_info'.
26405 2004-07-17  Martin Baulig  <martin@ximian.com>
26407         * class.c (mono_class_create_from_typedef): Insert the newly
26408         created class into the hash table before computing the interfaces
26409         since we could be called recursively.
26411 2004-07-16  Ben Maurer  <bmaurer@ximain.com>
26413         * marshal.[ch] (mono_marshal_get_stelemref): a new wrapper
26414         function to implement stelem.ref in managed code
26415         * class-internals.h, debug-helpers.c: a new wrapper type
26416         for the above.
26418 Wed Jul 14 19:26:05 CEST 2004 Paolo Molaro <lupus@ximian.com>
26420         * gc.c: allow GC handles to work even when no GC is compiled in.
26421         Fix part of bug #61134 (GetAddrOfPinnedObject).
26423 2004-07-13  Peter Williams  <peter@newton.cx>
26425         * process.c (complete_path): Make sure we don't attempt to execute
26426         directories.
26428 2004-07-12  Geoff Norton <gnorton@customerdna.com>
26430         * DateTime.cs: Patch for bug #61112.  Our DateTime wasn't roundtripping over timezone
26431           boundaries properly.  This patch checkes ToLocalTime() to see if we're tripping over a boundary
26432           and will add/subtract the hour if needed
26434 2004-07-12  Martin Baulig  <martin@ximian.com>
26436         * reflection.c (mono_field_get_object): If we have
26437         `field->generic_info', take the attributes from
26438         `field->generic_info->generic_type'.    
26440 2004-07-12  Martin Baulig  <martin@ximian.com>
26442         * mono-debug.c (mono_debug_init): Don't take a `MonoDomain *'.
26443         This function must be called before initializing the runtime.
26444         (mono_debug_init_1): New function; call this after initializing
26445         the runtime, but before loading the assembly.  It tells the
26446         debugger to load corlib and the builtin types.
26448         * mono-debug-debugger.c: Did some larger changes in the debugging
26449         code; support recursive class declarations, make sure we actually
26450         add all classes.
26452 2004-07-11 Gonzalo Paniagua Javier <gonzalo@ximian.com>
26454         * debug-helpers.c: undo my previous patch and fixed the real issue in
26455         ../mini/exceptions-x86.c
26457 2004-07-11 Gonzalo Paniagua Javier <gonzalo@ximian.com>
26459         * debug-helpers.c: prevent SIGSEGV. It happened running xsp on monodoc
26460         when no HOME env. variable was set and a NullRef was thrown in a .cctor
26461         called from other .cctors.
26463 2004-07-09  Miguel de Icaza  <miguel@ximian.com>
26465         * loader.c: Removed the mono_loader_wine_init hack now that we are
26466         doing a managed version of Windows.Forms.
26468 2004-07-09  Ben Maurer  <bmaurer@ximian.com>
26470         * domain.c, gc.c, marshal.c, mono-debug-debugger.c,
26471         threadpool.c, threads.c: remove static data from rootset.
26473 2004-07-09  Dick Porter  <dick@ximian.com>
26475         * locales.c (ves_icall_System_String_InternalReplace_Str_Comp):
26476         Don't do any more processing if the matched length was 0.  It was
26477         increasing the size of the string before.  Fixes bug 61167.
26479 2004-07-09  Dick Porter  <dick@ximian.com>
26481         * socket-io.h:
26482         * socket-io.c
26483         (ves_icall_System_Net_Sockets_Socket_GetSocketOption_obj_internal):
26484         Add support for SO_PEERCRED if its available.
26486 2004-07-09  Peter Bartok <pbartok@novell.com>
26487         * loader.c: winelib.exe.so error message is now only displayed if
26488         MONO_DEBUG is set. To help us avoid questions when people are trying
26489         out the new Managed.Windows.Forms.
26491 2004-07-08  Zoltan Varga  <vargaz@freemail.hu>
26493         * class-internals.h debug-helpers.c marshal.c: Add new wrapper types 
26494         for isinst and castclass wrappers.
26496         * class-internals.h icall.c: Move registration and lookup of JIT icalls
26497         to libmetadata from the JIT, so they could be used by the marshalling
26498         code and the interpreter.
26500         * marshal.c: Register marshalling related JIT icalls here instead of
26501         in mini.c. Use CEE_MONO_ICALL instead of the family of 
26502         CEE_MONO_PROC<x> opcodes to call marshalling functions.
26504         * metadata.h: Remove unneeded marshalling conversions.
26506         * opcodes.c: Update for new opcodes.
26507         
26508 2004-07-08  Martin Baulig  <martin@ximian.com>
26510         * mono-debug.c: Check for `handle->symfile' being non-NULL everywhere.
26511         (mono_debug_get_domain_data): Make this function static.
26513 Wed Jul 7 12:32:29 CEST 2004 Paolo Molaro <lupus@ximian.com>
26515         * gc.c, object.h: add nice GC handle API for embedders.
26517 2004-07-06  Ben Maurer  <bmaurer@ximian.com>
26519         * reflection.c: more changes for the new api
26521         * object.c: When we reflect on a field w/ a constant value, it
26522         will not have a memory location, so we must access metadata. Also,
26523         allow easier reading of strings so that we can read them from
26524         the constant data.
26526         * class.c (mono_class_layout_fields): no need for literal fields here.
26528         * class-internals.h: api changes for const fields
26530         * icall.c (ves_icall_get_enum_info): use new apis for const fields
26532 2004-07-06  Martin Baulig  <martin@ximian.com>
26534         * mono-debug.h: Increment version number to 44.
26536         * mono-debug.c (mono_debug_add_wrapper): The second argument is
26537         now a gpointer, rewrote this whole method.
26539         * mono-debug-debugger.c (mono_debugger_add_wrapper): New
26540         function.  Add information about the wrapper in a new "misc table".
26542         * mono-debug-debugger.h (MonoDebuggerSymbolTable): Added fields
26543         for the new misc table.
26545 2004-07-05  Zoltan Varga  <vargaz@freemail.hu>
26547         * metadata-internals.h image.c: Add a cache for helper signatures.
26549         * monosn.c: Applied patch from "grompf" (grompf@sublimeintervention.com). Fix compilation under OSX.
26551 2004-07-03  Zoltan Varga  <vargaz@freemail.hu>
26553         * marshal.c (mono_marshal_get_managed_wrapper): Handle returning
26554         delegates from a delegate. Fixes #61033.
26555         
26556         * marshal.c: Fix managed->native stringbuilder marshalling. Implement
26557         marshalling of stringbuilder arrays. Fixes #59900.
26559 2004-07-02  Zoltan Varga  <vargaz@freemail.hu>
26561         * icall.c: Add EnumBuilder:setup_enum_type icall.
26563 2004-06-30  Ben Maurer  <bmaurer@ximian.com>
26565         * icall.c: Added a new icall for the property version of
26566         OffsetOfStringData.
26568 2004-06-30  Zoltan Varga  <vargaz@freemail.hu>
26570         * class-internals.h (MonoVTable): Make max_interface_id a guint32 so
26571         it has a constant size across platforms.
26573         * marshal.c (mono_delegate_end_invoke): Avoid crash when there is no
26574         stack trace.
26576 2004-06-29  Martin Baulig  <martin@ximian.com>
26578         * mono-debug.c (mono_debug_add_method): Protect the whole function
26579         in mono_debugger_lock(), not just parts of it.
26581 Fri Jun 25 21:36:26 CEST 2004 Paolo Molaro <lupus@ximian.com>
26583         * reflection.c: make sure padding bytes in heaps are zeroed.
26585 2004-06-24  David Waite  <mass@akuma.org>
26587         * appdomain.c, class.c, domain.c, file-io.c, gc.c, icall.c,
26588         image.c, loader.c, locales.c, marshal.c, metadata.c,
26589         mono-debug.[ch], object.c, reflection.c, security.c, socket-io.c,
26590         string-icalls.c, threads.c: change to C90-style comments from C99 /
26591         C++ -style
26593 2004-06-24  Dick Porter  <dick@ximian.com>
26595         * threads.c
26596         (ves_icall_System_Threading_Mutex_CreateMutex_internal): Correctly
26597         return createdNew.  Fixes bug 60412.
26599         * threads-types.h: 
26600         * icall.c: Add createdNew parameter to CreateMutex icall
26602 Thu Jun 24 16:06:41 CEST 2004 Paolo Molaro <lupus@ximian.com>
26604         * reflection.c, object-internals.h: save default value in params.
26606 2004-06-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
26608         * appdomain.c: for paths in PrivateBinPath that are absolute, there's
26609         no need to build a new path combining that with the application base.
26610         Fixes bug #60442.
26612 Wed Jun 23 18:36:58 CEST 2004 Paolo Molaro <lupus@ximian.com>
26614         * reflection.c: fixed minor standard compliance issues.
26616 Wed Jun 23 17:59:29 CEST 2004 Paolo Molaro <lupus@ximian.com>
26618         * reflection.c: fixed issue with encoding some custom attributes
26619         (arrays in properties and fields, bug #60411).
26621 2004-06-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
26623         * reflection.c: fix start address when copying the public key token.
26625 2004-06-23  Martin Baulig  <martin@ximian.com>
26627         * mono-debug-debugger.c (mono_debugger_unhandled_exception): Store
26628         the `exc' object in a static object to put it into the GC's root set.
26630 Wed Jun 23 15:37:31 CEST 2004 Paolo Molaro <lupus@ximian.com>
26632         * reflection.c: make mono_reflection_setup_internal_class ()
26633         callable a second time to setup a new parent class.
26635 2004-06-23  Dick Porter  <dick@ximian.com>
26637         * threads.c: Check for WAIT_IO_COMPLETION return values.
26639 2004-06-22  Sebastien Pouliot  <sebastien@ximian.com>
26641         * appdomain.c: Removed the g_free on the public key token. Now copy 
26642         the pk token string into the MonoAssemblyName buffer using g_strlcpy.
26643         * assembly.c: Added public key token string value when loading 
26644         assemblies. Fix bug #60439.
26645         * icall.c: Added missing informations (like public key) in 
26646         GetReferencedAssemblies. Fix #60519.
26647         * image.h: Changed definition for public key token from const char*
26648         public_tok_value to guchar public_key_token [17];
26649         * reflection.c: Updated for changes to public key token.
26651 2004-06-22  Lluis Sanchez Gual
26653         * icall.c: In ves_icall_InternalExecute, when setting a filed, also look 
26654         for the field in base classes.
26656 Tue Jun 22 16:48:02 CEST 2004 Paolo Molaro <lupus@ximian.com>
26658         * mono-debug.h, mono-debug-debugger.h, debug-mono-symfile.h:
26659         mark headers as not supported, they are installed only for use by the
26660         debugger.
26662 Tue Jun 22 16:32:03 CEST 2004 Paolo Molaro <lupus@ximian.com>
26664         * *.c, *.h: avoid namespace pollution in public headers.
26666 2004-06-21  Martin Baulig  <martin@ximian.com>
26668         * exception.c (mono_get_exception_security): It's in
26669         "System.Security", not in "System".
26671         * mono-debug-debugger.c (mono_debugger_add_builtin_types): Add all
26672         the exception classes.
26674 2004-06-21  Martin Baulig  <martin@ximian.com>
26676         * mono-debug-debugger.c (mono_debugger_unhandled_exception):
26677         Protect the exception object from being finalized.
26679 2004-06-21  Martin Baulig  <martin@ximian.com>
26681         * mono-debug-debugger.h (mono_debugger_unhandled_exception): New
26682         public function.
26684 2004-06-21  Sebastien Pouliot  <sebastien@ximian.com>
26686         * reflection.c: Load the assembly in mono_reflection_type_from_name,
26687         if it was not loaded before. Fix parts of #60439.
26689 Mon Jun 21 16:04:43 CEST 2004 Paolo Molaro <lupus@ximian.com>
26691         * marshal.c, icall.c, object.c, image.c: fix the runtime_invoke ()
26692         code that was broken since Ben's change: wrappers are now
26693         dependent on the method signature only again.
26695 2004-06-21  Martin Baulig  <martin@ximian.com>
26697         * mono-debug-debugger.c (write_class): Cleaned this up a bit and
26698         added interface support.
26700 2004-06-21  Martin Baulig  <martin@ximian.com>
26702         * class.c (mono_vtable_get_static_field_data): New public method.
26704 2004-06-20  Atsushi Enomoto  <atsushi@ximian.com>
26706         * filewatcher.c : Windows build fix to be compliant with API changes.
26708 Sat Jun 19 19:04:50 CEST 2004 Paolo Molaro <lupus@ximian.com>
26710         * class.h, class.c: more accessors.
26711         * metadata.h, metadata.c: prepare for hiding MonoType and
26712         MonoMethodSignature: people should use the accessors from now on
26713         outside of the tree.
26715 Sat Jun 19 17:56:50 CEST 2004 Paolo Molaro <lupus@ximian.com>
26717         * *.c, *.h: more API cleanups.
26719 2004-06-18  Jackson Harper  <jackson@ximian.com>
26721         * assembly.c: Trace loading assemblies.
26722         * loader.c: Trace loading native libraries.
26723         * mono-config.c: Trace loading config files.
26724         
26725 2004-06-18  Dick Porter  <dick@ximian.com>
26727         * locales.c: Tell ICU the lengths of strings, it can cope with
26728         embedded \0 then.  Fixes bug 59274, and doesn't break bug 55822.
26730 Fri Jun 18 11:59:57 CEST 2004 Paolo Molaro <lupus@ximian.com>
26732         * image.c: swapped name/filename;
26734 2004-06-18  Martin Baulig  <martin@ximian.com>
26736         * mono-debug-debugger.c (write_class): Write the parent class at
26737         the end of the header.
26739 Thu Jun 17 16:50:44 CEST 2004 Paolo Molaro <lupus@ximian.com>
26741         * *.c, *.h, Makefile.am: more API cleanups and bugfixes.
26743 2004-06-17  Raja R Harinath  <rharinath@novell.com>
26745         * Makefile.am (PLATFORM_LIB): New.  Possibly refer to ../os/libmonoos.la.
26746         (bundle_obj): New conditional define.
26747         (BUILT_SOURCES): Remove.
26748         ($(bundle_srcs)): Make parallel-make safe.
26749         (libmonoruntime_la_LIBADD): Make unconditional.
26750         (libmetadata_la_LIBADD): Make unconditional.  Refer to $(bundle_obj).
26751         (libmetadata_la_SOURCES): Don't refer to $(bundle_srcs).
26753 2004-06-17  Atsushi Enomoto  <atsushi@ximian.com>
26755         * culture-info-tables.h: It was inconsistent with the latest
26756           supp info files.
26758 2004-06-17  Zoltan Varga  <vargaz@freemail.hu>
26760         * assembly.c (mono_assembly_open): Fix crash when the assembly can't
26761         be loaded.
26763         * threads.c (ves_icall_System_Threading_Thread_Resume): Fix compilation
26764         with gcc 2.95.
26766 Wed Jun 16 18:23:45 CEST 2004 Paolo Molaro <lupus@ximian.com>
26768         * threads.h, icall.c, object.c, threadpool.c, threads-types.h:
26769         cleaned up public header threads.h.
26771 Wed Jun 16 18:11:41 CEST 2004 Paolo Molaro <lupus@ximian.com>
26773         * Makefile.am, *.c, *.h: more API cleanups.
26775 Wed Jun 16 14:33:22 CEST 2004 Paolo Molaro <lupus@ximian.com>
26777         * Makefile.am: removed monosn from compilation.
26778         * appdomain.c, assembly.c, assembly.h, blob.h, class.c,
26779         debug-helpers.c, debug-mono-symfile.c, domain.c, icall.c,
26780         image.c, image.h, loader.c, marshal.c, metadata-internals.h,
26781         metadata.c, metadata.h, mono-config.c, mono-debug-debugger.c,
26782         mono-debug.c, object.c, opcodes.c, opcodes.h, pedump.c, process.c,
26783         reflection.c, reflection.h, verify.c: more API cleanups and fixes.
26785 2004-06-15  Jackson Harper  <jackson@ximian.com>
26787         * assembly.c: Make locales lower case when searching the GAC for
26788         assemblies. gacutil will always make locales lowercase when
26789         installing so this effectively makes them case insensitive.
26790         
26791 2004-06-15  Lluis Sanchez Gual  <lluis@ximian.com>
26793         * locales.c, threadpool.c: use mono_monitor_enter instead of mono_monitor_try_enter.
26794         * monitor.c: New method mono_monitor_try_enter_internal, which takes a new
26795           parameter which allows to choose whether the wait can be interrupted or 
26796           not. Also added the method mono_monitor_enter(), which locks the monitor
26797           using an infinite wait and without allowing interruption.
26798           In the Monitor.Enter and Wait icalls, retry the lock if the wait is
26799           interrupted.
26800         * object.h: Added new fields in MonoThread. suspend_event holds the event
26801           used to susped/resume the thread. synch_lock is the lock object to use for
26802           modifying the thread state.
26803         * threads.c: Use the new synch_lock object for locking, instead of "this",
26804           which can generate deadlocks.
26805           Moved thread state change in Thread.Sleep and Thread.Join from managed
26806           to unmanaged code. This avoids a deadlock when the thread was suspended
26807           just after acquiring the thread lock.
26808           In general, use mono_monitor_enter instead of mono_monitor_try_enter.
26809           Implemented Thread.Suspend using an event instead of ThreadSuspend,
26810           which is not fully implemented in the io-layer.
26811         * socket-io.c: Only try IPv6 DNS lookup if IPv4 fails.
26813 Tue Jun 15 18:34:21 CEST 2004 Paolo Molaro <lupus@ximian.com>
26815         * Makefile.am, monitor.h, object.h, threadpool.c, threadpool.h,
26816         threads-types.h: more API cleanups.
26818 Tue Jun 15 16:40:19 CEST 2004 Paolo Molaro <lupus@ximian.com>
26820         * domain-internals.h, Makefile.am, appdomain.c, appdomain.h,
26821         domain.c, gc.c, icall.c, mono-debug.c, object.c, reflection.c,
26822         threadpool.c, threads.c: first pass at the exported API cleanup.
26824 Tue Jun 15 15:29:47 CEST 2004 Paolo Molaro <lupus@ximian.com>
26826         * icall.c: fix signatures of some VolatileRead and VolatileWrite icalls.
26828 2004-06-15 Gonzalo Paniagua Javier <gonzalo@ximian.com>
26830         * icall.c: added internalGetHome.
26832 2004-06-14  Dick Porter  <dick@ximian.com>
26834         * file-io.c (ves_icall_System_IO_MonoIO_FindFirstFile): It was
26835         possible to return successfully when '.' or '..' were the only
26836         entries in a directory, but were skipped.  The MonoIOStat was not
26837         filled in in that case.  Now return ERROR_NO_MORE_FILES instead.
26838         Fixes bug 59574.
26840 Mon Jun 14 00:27:15 CEST 2004 Paolo Molaro <lupus@ximian.com>
26842         * reflection.c: make binaries run on .Net 1.1 by default.
26844 Sun Jun 13 18:22:40 CEST 2004 Paolo Molaro <lupus@ximian.com>
26846         * threadpool.c, threadpool.h: use the correct return type in SetMinThreads ().
26848 Sun Jun 13 16:44:39 CEST 2004 Paolo Molaro <lupus@ximian.com>
26850         * marshal.c: keep track of struct size with explicit layout
26851         (bug #59979).
26853 2004-06-12  Martin Baulig  <martin@ximian.com>
26855         * mono-debug-debugger.c: Comment out a debugging g_message().
26857 Sat Jun 12 14:15:02 CEST 2004 Paolo Molaro <lupus@ximian.com>
26859         * reflection.c, reflection.h: do not free custom attrs that are cached.
26860         * icall.c: use braces to make code clearer.
26862 2004-06-11  Martin Baulig  <martin@ximian.com>
26864         * class.h (MonoInflatedField): New type.
26865         (MonoClassField): Replaced `MonoType *generic_type' with
26866         `MonoInflatedField *generic_info'.
26868         * icall.c
26869         (ves_icall_MonoField_Mono_GetGenericFieldDefinition): New icall.
26871 2004-06-11  Martin Baulig  <martin@ximian.com>
26873         * reflection.c (mono_image_create_method_token): Correctly encode
26874         varargs methods.
26876 2004-06-11  Martin Baulig  <martin@ximian.com>
26878         * metadata.c (mono_metadata_parse_method_signature): When parsing
26879         a MethodDef which has VarArgs, also set sentinelpos if we don't
26880         have any parameters.
26882 2004-06-11  Martin Baulig  <martin@ximian.com>
26884         * verify.c (mono_method_verify): In CEE_CALL, use
26885         mono_method_get_signature() to get the method's signature, unless
26886         we're a PInvoke method.
26888 2004-06-10  Jackson Harper  <jackson@ximian.com>
26890         * assembly.c: Use <path>/lib/mono/gac for the extra paths
26891         lookup. Rename MONO_GAC_PATH to MONO_GAC_PREFIX, this is a more
26892         logical name as the supplied path is just a prefix to the gac not
26893         the direct path to it.
26894         
26895 Thu Jun 10 20:10:16 CEST 2004 Paolo Molaro <lupus@ximian.com>
26897         * reflection.c: make the token for a created method match
26898         the token of the MethodBuilder it was created from
26899         (IKVM requires this behaviour now).
26901 Thu Jun 10 16:02:27 CEST 2004 Paolo Molaro <lupus@ximian.com>
26903         * image.c, image.h, appdomain.c, assembly.c, loader.c, metadata.c,
26904         reflection.c, socket-io.c: leak fixes.
26906 Wed Jun 9 18:23:59 CEST 2004 Paolo Molaro <lupus@ximian.com>
26908         * icall.c: handle sentinel pos in vararg methods in position different
26909         from 0.
26911 2004-06-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26913         * culture-info-tables.h: freshly generated.
26915 2004-06-09  Martin Baulig  <martin@ximian.com>
26917         * loader.c (mono_get_method_constrained): Call `mono_class_init
26918         (constrained_class)'.   
26920 2004-06-08  Gert Driesen <drieseng@users.sourceforge.net>
26922         * icall.c (ves_icall_MonoType_GetEvent): Handle events without
26923         any methods. Fixes #59629.
26925 2004-06-08  Atsushi Enomoto  <atsushi@ximian.com>
26927         * culture-info-tables.h: reflecting locale-builder updates.
26929 2004-06-08  Dick Porter  <dick@ximian.com>
26931         * object.h:
26932         * locales.c: Fixed compile warnings, including a real bug in
26933         CompareInfo_internal_compare.
26934         
26935 2004-06-08  Dick Porter  <dick@ximian.com>
26937         * locales.c
26938         (ves_icall_System_Globalization_CompareInfo_internal_index):
26939         (ves_icall_System_Globalization_CompareInfo_internal_index_char):
26940         Double-check the resuls of usearches, because ICU currently
26941         ignores most of the collator settings here.  Fixes bug 59720.
26942         
26943 2004-06-08  Dick Porter  <dick@ximian.com>
26945         * locales.c
26946         (ves_icall_System_Globalization_CompareInfo_internal_index_char):
26947         Fix memory leak and segfault-causing typo.  No idea how this one
26948         lasted so long without being noticed.
26950 2004-06-09  Zoltan Varga  <vargaz@freemail.hu>
26952         * icall.c (ves_icall_Type_GetEvents_internal): Handle events without
26953         any methods. Fixes #59629.
26955 2004-06-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26957         * assembly.c:
26958         (mono_assembly_load): search_loaded -> mono_assembly_loaded (we didn't
26959         own the critical section before). Removed dead code (that's done
26960         in the preload hook).
26962         (mono_assembly_load_with_partial_name): call the preload hook.
26964 2004-06-08  Martin Baulig  <martin@ximian.com>
26966         * metadata.c (mono_metadata_signature_alloc): Default
26967         `sentinelpos' to -1.
26969         * reflection.c (mono_image_get_array_token): Likewise.
26971 2004-06-08  Martin Baulig  <martin@ximian.com>
26973         * icall.c (ves_icall_ModuleBuilder_getMethodToken): New icall.
26975         * metadata.c (mono_metadata_parse_method_signature): When parsing
26976         a MethodDef which has VarArgs, set sentinelpos.
26978         * metadata.h (MonoMethodSignature): Make `sentinalpos' a signed
26979         `gint16' since we're using -1 for non-varargs methods.
26981         * reflection.c
26982         (ReflectionMethodBuilder): Added `MonoArray *opt_types'.
26983         (method_encode_signature): Added varargs support.
26984         (method_builder_encode_signature): Likewise.
26985         (mono_image_get_varargs_method_token): New static method.
26986         (mono_image_create_method_token): New public method; this is
26987         called via an icall instead of mono_image_create_token() when
26988         calling a varargs method.       
26990 2004-06-08  Lluis Sanchez Gual  <lluis@ximian.com>
26992         * locales.c: Fixed memory leak in Char.ToLower/ToUpper.
26994 2004-06-08  Atsushi Enomoto  <atsushi@ximian.com>
26996         * culture-info-tables.h : Reflecting the latest locale-builder that
26997           fixed empty array representation ({} to {0}).
26999 2004-06-07  Jackson Harper  <jackson@ximian.com>
27001         * assembly.c: It should be <MONO_GAC_PATH>/lib/mono/gac when
27002         looking up extra gac paths. This allows MONO_GAC_PATH to act
27003         exactly like a prefix.
27004         
27005 2004-06-08  Zoltan Varga  <vargaz@freemail.hu>
27007         * reflection.c (mono_reflection_type_from_name): Make a copy of the
27008         type name before modifying it. Fixes #59405.
27010 2004-06-08  Atsushi Enomoto  <atsushi@ximian.com>
27012         * culture-info.h: added fields for "all datetime patterns".
27013         * locales.c: (  ves_icall_System_Globalization_CultureInfo
27014           _construct_datetime_format ()): fill xxx_patterns fields.
27015         * object.h: added fields for "all datetime patterns" to
27016           MonoDateTimeFormatInfo.
27017         * culture-info-tables.h: reflecting locale-builder updates.
27019 2004-06-08  Zoltan Varga  <vargaz@freemail.hu>
27021         * icall.c (ves_icall_Type_GetEvents_internal): Handle the case when
27022         the event has no add and remove methods. Fixes #59629.
27024 2004-06-05  Sebastien Pouliot  <sebastien@ximian.com>
27026         * object.c: Fixed possible integer overflow when allocating large
27027         strings.
27029 2004-06-05  Atsushi Enomoto  <atsushi@ximian.com>
27031         * culture-info-tables.h: reflecting locale-builder updates.
27033 2004-06-05  Atsushi Enomoto  <atsushi@ximian.com>
27035         * culture-info-tables.h: reflecting locale-builder updates.
27037 2004-06-03  Atsushi Enomoto  <atsushi@ximian.com>
27039         * culture-info-tables.h: reflecting locale-builder updates.
27041 2004-06-03  Lluis Sanchez Gual  <lluis@ximian.com>
27043         * threads.c: Made Thread.Sleep abortable.
27045 2004-06-02  Martin Baulig  <martin@ximian.com>
27047         * mono-debug.h (MONO_DEBUGGER_VERSION): Bumped version to 41.
27049         * debug-mono-symfile.h: Bumped symbol file version number to 37.
27051 2004-05-31  Zoltan Varga  <vargaz@freemail.hu>
27053         * marshal.c (mono_marshal_get_runtime_invoke): Fix CR/LFs.
27055 2004-05-30  Jackson Harper  <jackson@ximian.com>
27057         * reflection.c: Do not hardcode assembly versions or public key
27058         tokens anymore. All of this except the corlib section was dead
27059         code anyways.
27060         
27061 2004-05-29  Zoltan Varga  <vargaz@freemail.hu>
27063         * object.c (mono_runtime_invoke_array): Automatically create boxed
27064         objects for byref valuetypes if needed. Fixes #59300.
27065         
27066         * object.c (mono_method_return_message_restore): Handle 
27067         MONO_TYPE_OBJECT as well.
27069 2004-05-28  Jackson Harper  <jackson@ximian.com>
27071         * reflection.c: The modified type encoding was causing build
27072         problems. Reverted for now.
27073         
27074 2004-05-28  Jackson Harper  <jackson@ximian.com>
27076         * reflection.c/h: Take an assembly ref so that we dont create
27077         fully qualified names when encoding types in the same assembly as
27078         the custom attribute being emitted.
27079         * appdomain.c: Increment version number.
27080         
27081 2004-05-26  Duncan Mak  <duncan@ximian.com>
27083         * icall.c
27084         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies):
27085         Set the full version number (major, minor, build, revision).
27087 2004-05-28  Vladimir Vukicevic  <vladimir@pobox.com>
27089         * marshal.c (emit_struct_conv): increment src/dst after blit
27090         (mono_marshal_get_managed_wrapper,
27091         mono_marshal_get_native_wrapper): make sure we have marshalling
27092         info before marshalling params (info computation affects
27093         blittable)
27095         * class.c (class_compute_field_layout): correctly deal with
27096         blittable
27097         (mono_class_layout_fields): Don't do gc_aware_layout for AUTO
27098         value types (as per what windows dows by default)
27099         (mono_class_setup_mono_type): System.ValueType is blittable
27100         (mono_ptr_class_get, mono_fnptr_class_get): Pointer classes are
27101         blittable
27103         * marshal.c (mono_marshal_load_type_info): flag types  as
27104         non-blittable if the native layout doesn't match the managed
27105         layout
27107 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27109         * appdomain.c: don't add stuff in the private search path that is
27110         above the application base. If application base is not set, there's
27111         no private search path.
27113 2004-05-28  Zoltan Varga  <vargaz@freemail.hu>
27115         * marshal.c (mono_marshal_get_managed_wrapper): Add proper support for
27116         byref struct arguments in native->managed marshalling.
27118 2004-05-28      Patrik Torstensson      <totte@hiddenpeaks.com>
27120         * marshal.c (mono_marshal_get_runtime_invoke): correctly
27121         cache methods using signature (special case for methods
27122         that are value type or string class)
27123         
27124         * image.c (mono_image_close): clean up allocated GSList's
27125         in runtime_invoke_cache.
27127 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27129         * mono-config.c: set the correct path for mono_cfg_dir on windows when
27130         there's no MONO_CFG_DIR environment variable defined.
27132 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27134         * threads.c: windows version must be >= 0x0500 to include OpenThread.
27136 2004-05-28  Lluis Sanchez Gual  <lluis@ximian.com>
27138         * threadpool.c: Really wait for 500ms after the async call, even if the wait
27139           is interrumped.
27140         * threads.c: In mono_thread_manage, call OpenThread to ref each handle
27141           before waiting for it, and call CloseHandle after the wait to unref it.
27142           This will make sure that handles are not disposed too early.
27144 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27146         * appdomain.c:
27147         * appdomain.h:
27148         * icall.c: removed
27149         ves_icall_System_AppDomainSetup_InitAppDomainSetup as it's not
27150         needed now.
27152         * object.c: se the application_base only for the domain that runs
27153         Main. Fixes bug #59216,
27155 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27157         * appdomain.c:
27158         * object.c: only the domain in which Main is run have
27159         SetupInformation.ConfigurationFile set, so moved a few lines from
27160         appdomain.c to object.c.
27162 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27164         * appdomain.c: we tried to load [name].(dll|exe), but according
27165         to bug #57710, we must also try [culture]/[name].(dll|exe) and
27166         [culture]/[name]/[name](dll|exe). This patch fixes the bug.
27167         There's a test case attached to bug #58922.
27169 2004-05-27  Dick Porter  <dick@ximian.com>
27171         * icall.c:
27172         * file-io.c: Implemented icalls for locking and unlocking regions
27173         in a file.
27174         (ves_icall_System_IO_MonoIO_FindNextFile): FindNextFile() returns
27175         FALSE on error (fixes both compiler warning and real bug.)
27177 2004-05-27  Atsushi Enomoto  <atsushi@ximian.com>
27179         * culture-info-tables.h: reflecting locale-builder updates.
27181           (Added missing ChangeLog entry for 05/26)
27183 2004-05-27  Jackson Harper  <jackson@ximian.com>
27185         * locales.c: Fix some cut and paste errors.
27186         
27187 2004-05-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27189         * mono-config.c: set the correct path for config. directory on windows.
27191 2004-05-26  Atsushi Enomoto  <atsushi@ximian.com>
27193         * icall.c : Fixed ves_icall_System_DateTime_GetNow() to return utc
27194           on win32.
27196 2004-05-26  Zoltan Varga  <vargaz@freemail.hu>
27198         * marshal.c (mono_marshal_get_native_wrapper): Free strings returned
27199         from pinvoke functions.
27200         
27201         * marshal.c (mono_ftnptr_to_delegate): Implement this.
27203 2004-05-26  Atsushi Enomoto  <atsushi@ximian.com>
27205         * culture-info-tables.h: reflecting locale-builder updates.
27207 2004-05-26  Zoltan Varga  <vargaz@freemail.hu>
27209         * profiler.c (simple_allocation): Skip icall wrapper methods. Fixes
27210         #59086.
27212 2004-05-26  Sebastien Pouliot  <sebastien@ximian.com>
27214         * appdomain.cs: Bumped MONO_CORLIB_VERSION to 20.
27215         * icall.c: Modified icalls for RNG.
27216         * rand.c|h: Changed RNG interface to allow thread-safe usage under 
27217         Windows (CryptoAPI).
27219 2004-05-25  Zoltan Varga  <vargaz@freemail.hu>
27221         * locales.c: Fix build.
27223 2004-05-25  Atsushi Enomoto  <atsushi@ximian.com>
27225         * culture-info-tables.h: reflecting locale-builder updates.
27227 2004-05-25  Jackson Harper  <jackson@ximian.com>
27229         * locales.c: When creating the current culture use the $LANGs
27230         specific culture. So DateTimeFormat and NumberFormat entries are created.
27231         
27232 2004-05-25  Zoltan Varga  <vargaz@freemail.hu>
27234         * string-icalls.{h,c} icalls.c: Add new icalls for Strcpy which take
27235         a char array as parameter.
27237 2004-05-24  Lluis Sanchez Gual  <lluis@ximian.com>
27239         * image.c: In mono_image_open(), always use an absolute path name to
27240           look for already loaded images.
27242 2004-05-24  Sebastien Pouliot  <sebastien@ximian.com>
27244         * icall.c: Added define for CSIDL_FLAG_CREATE (0x8000) in case it is
27245         missing in the windows build (like older cygwin include files).
27247 2004-05-23  Sebastien Pouliot  <sebastien@ximian.com>
27249         * icall.c: Fixed check for possible integer overflow in Buffer_
27250         BlockCopy icall. Replaced comments style // by /* */.
27252 2004-05-22  Zoltan Varga  <vargaz@freemail.hu>
27254         * marshal.c (mono_ftnptr_to_delegate): Fix warning.
27255         
27256         * marshal.c (mono_marshal_get_proxy_cancast): Move thread interrupt
27257         check after MONO_VTADDR. Fixes pinvoke2.exe.
27259         * marshal.h marshal.c metadata.h: Add beginnings of support for
27260         ftnptr -> delegate marshalling.
27262 2004-05-21  Zoltan Varga  <vargaz@freemail.hu>
27264         * threads.c (ves_icall_System_Threading_Thread_ResetAbort): Fix compilation on gcc-2.95.
27265         * threads.c: Fix warnings.
27267 2004-05-20  Lluis Sanchez Gual  <lluis@ximian.com>
27269         * appdomain.c, gc.c: Make use of the new WaitForSingleObjectEx.
27270         * icall.c: Registered icalls for Suspend and Resume.
27271         * locales.c: Beware, mono_monitor_try_enter can now be interrupted by
27272           Thread.Abort.
27273         * monitor.c: Use WaitForSingleObjectEx. Added some interruption checkpoints.
27274         * mono-debug-debugger.c: Use WaitForSingleObjectEx et al.
27275         * process.c: Use WaitForSingleObjectEx.
27276         * threadpool.c: Use WaitForSingleObjectEx. Added some interruption 
27277           checkpoints.
27278         * threads.c, threads.h: Make use of new Ex wait methods. Improved
27279           implementation of Thread.Abort and Thread.ResetAbort icalls. Added icalls
27280           for Suspend and Resume. Added new mono_thread_stop, used for stoping
27281           background threads. Added basic support for Abort in Windows.
27282           Start new threads using a managed delegate invoke wrapper. This wrapper
27283           has an interruption checkpoint that is needed since an interruption
27284           can be requested before the thread leaves the unmanaged code that starts 
27285           the thread.
27286         * marshal.c: Added interruption checkpoint after every native call, and
27287           also before managed calls for wrappers called from unmanaged code to
27288           go into managed code.
27289         * object.h: Added new field in MonoThread to keep track of interruption
27290           requests.
27292 2004-05-20  Zoltan Varga  <vargaz@freemail.hu>
27294         * marshal.c: Insert SAVE_LMF and RESTORE_LMF opcodes around native
27295         calls.
27297 2004-05-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27299         * appdomain.c:
27300         * assembly.c:
27301         * gc.c:
27302         * locales.c:
27303         * mono-config.c:
27304         * rand.c: getenv -> g_getenv (windows!)
27306         * process.c: complete_path is also used on non-windows platforms.
27308 2004-05-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27310         * icall.c: new signature for Process_Start.
27312         * process.[ch]: new signature for Process_Start. If we're on windows
27313         and UseShellExecute is false, we have to search for the program by
27314         ourselves if we don't get a full path.
27316 2004-05-18  Zoltan Varga  <vargaz@freemail.hu>
27318         * marshal.c (mono_marshal_get_native_wrapper): Fix up custom 
27319         marshalling and call CleanUpNativeData if needed. Fixes #58646.
27321 2004-05-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27323         * socket-io.c: field value changed for Int32 from 'value' to 'm_value'.
27324         Fixes bug #58373.
27326 2004-05-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27328         * process.c: use double quotes to quote program name and arguments on
27329         windows. Fixes bug #58575.
27331 2004-05-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27333         * file-io.c: don't return "." and ".." when using windows Find*File.
27335 2003-05-17      Patrik Torstensson <totte@hiddenpeaks.com>
27337         * marshal.c: Don't pass wrappers to message init because method 
27338         addressed used to lookup metadata. part of remoting[2|3] fix.
27340 2004-05-15  Jackson Harper  <jackson@ximian.com>
27342         * assembly.c: Remove user gac and implement MONO_GAC_PATH, this
27343         path is essentially the same as MONO_PATH except that it points to
27344         GACs instead of lib directories.
27345         * loader.h: The user gac is gone so we dont need function to
27346         enable/disable it.
27347         * mono-config.c: user gac option is now gone.
27348         
27349 2004-05-15  Jackson Harper  <jackson@ximian.com>
27351         * culture-info.h: Make defines more consistent, add calendar data
27352         to the culture info table.
27353         * culture-info-tables.h: Add basic calendar data. Basically
27354         everyone gets default gregorian until all the data is
27355         updated.
27356         * locales.c: Use the new consistent defines. Set calendar data for
27357         culture info objects.
27358         * object.h: add a field for calendar data to CultureInfo
27359         
27360 2004-05-14 Ben Maurer  <bmaurer@users.sourceforge.net>
27362         * image.c: image->runtime_invoke_cache is keyed on signatures now.
27363         * marshal.c (mono_mb_emit_calli): new helper to emit a CEE_CALLI with
27364         a signature.
27365         (mono_mb_emit_managed_call, mono_mb_emit_native_call): use the above.
27366         (mono_marshal_get_runtime_invoke): The runtime invoke method now takes
27367         an extra param that is the pointer of the method to invoke. The IL for
27368         the invoke method is no longer specific to the method, but to the
27369         signature of the method. Thus, we can share the same code for multiple
27370         methods. This reduces the number of methods that have to be compiled.
27372 2004-05-14  Zoltan Varga  <vargaz@freemail.hu>
27374         * icall.c (ves_icall_System_Reflection_Assembly_load_with_partial_name): Fix warning.
27376         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
27378         * icall.c: Optimize Buffer.BlockCopy.
27380 2004-05-14  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27382         * culture-info-tables.h: seems like Spanish and Portuguese cultures had
27383         DateTimeFormatInfo.YearMonthPattern like "MMMM' yyyy" (note the single
27384         quote). Changed them to "MMMM yyyy".
27386 2004-05-12  Miguel de Icaza  <miguel@ximian.com>
27388         * rand.c
27389         (ves_icall_System_Security_Cryptography_RNGCryptoServiceProvider_InternalGetBytes): Always close the file. 
27391 2004-05-13  Zoltan Varga  <vargaz@freemail.hu>
27393         * reflection.h: Updated after changes to managed structures.
27395         * appdomain.c: Bump corlib version.
27397 2004-05-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27399         * Makefile.am: also add libmonoos to libmetadata. Fixes the build on
27400         windows.
27402 2004-05-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27404         * Makefile.am: link to ../os/libmonoos.la on windows.
27406         * assembly.c:
27407                 -If MONO_DEBUG, warn about non-existing directories in
27408                 MONO_PATH.
27409                 -Added mono_assembly_getrootdir() that replaces MONO_ASSEMBLIES
27410                 compile time variable.
27411                 -Removed init_default_path and call mono_set_rootdir from
27412                 libmonoos.a instead (windows only).
27414         * assembly.h: declare mono_assembly_getrootdir().
27416         * domain.c:
27417         * icall.c: use mono_assembly_getrootdir() instead of MONO_ASSEMBLIES.
27419         * loader.c: s/getenv/g_getenv/
27421 2004-05-11  Zoltan Varga  <vargaz@freemail.hu>
27423         * marshal.{h,c}: Add support for UnmanagedType.AsAny.
27425         * marshal.c: Use mono_metadata_signature_{alloc,dup} where appropriate.
27427         * metadata.h: Add new marshalling conversions.
27429         * metadata.h metadata.c (mono_metadata_signature_dup): New helper
27430         function.
27432         * reflection.c (mono_reflection_get_type): Lookup the type in all
27433         modules of a multi-module assembly. Fixes #58291.
27435 2004-05-11  Lluis Sanchez Gual  <lluis@ximian.com>
27437         * threads.c: Before aborting a background, set the StopRequested
27438         state.  This avoids throwing the Abort exception.
27439         In mono_thread_manage, don't continue with the shutdown until all
27440         aborted threads have actually stopped.
27442 2004-05-10  Jackson Harper  <jackson@ximian.com>
27444         * locales.c: Remove the modifier from culture names.
27445         
27446 2004-05-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27448         * Makefile.am: monosn is not installed any more. It has been deprecated
27449         in favor of sn.
27451 2004-05-07  Jackson Harper  <jackson@ximian.com>
27453         * locales.c
27454         (ves_icall_System_Globalization_CultureInfo_internal_get_cultures):
27455         Fix array construction, add bailout if the length is 0.
27457 2004-05-07  Dick Porter  <dick@ximian.com>
27459         * socket-io.c (addrinfo_to_IPHostEntry): Don't crash if the
27460         machine doesn't have a DNS entry.  Patch by Urs Muff
27461         (umuff@quark.com), fixes bug 57928.
27463 2004-05-06  Jackson Harper  <jackson@ximian.com>
27465         * reflection.c: Handle null PublicTokens properly. alloc mem for
27466         assembly names culture so we dont crash when freeing it.
27467         
27468 2004-05-06  Jackson Harper  <jackson@ximian.com>
27470         * assembly.c: Check the usergac when loading with partial names.
27471         
27472 2004-05-05  Sebastien Pouliot  <sebastien@ximian.com>
27474         * rand.c|h: Added new icall for (optionally) seeding the PRNG. This 
27475         does nothing for now (not required for Linux/Windows) but the class
27476         library can call it (and a newer or modified runtime could need it).
27477         * icall.c: Registred icall.
27479 2004-05-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27481         * loader.c: prints a message on module loading error we set MONO_DEBUG
27482         environment variable.
27484 2004-05-05  Jackson Harper  <jackson@ximian.com>
27486         * appdomain.c: Handle PublicKeyToken=null properly.
27487         
27488 2004-05-05  Sebastien Pouliot  <sebastien@ximian.com>
27490         * environment.c|h: Added icall ves_icall_System_Environment_
27491         GetOSVersionString to get the current OS version as a string.
27492         * icall.c: Registred icall.
27494 2004-05-05  Lluis Sanchez Gual  <lluis@ximian.com>
27496         * object.c: in mono_object_get_virtual_method(), take into account that
27497         non-virtual methods don't have a slot in the vtable. Check needed when
27498         the object is a proxy.
27500 2004-05-05  Zoltan Varga  <vargaz@freemail.hu>
27502         * marshal.h marshal.c icall.c: Applied patch from vladimir@pobox.com
27503         (Vladimir Vukicevic). Implement UnsafeAddrOfPinnedArrayElement.
27505         * object.c (mono_class_compute_gc_descriptor): Fix warning.
27507         * object.c (mono_runtime_invoke_array): Add an assert so null cannot be
27508         passed when a valuetype is expected.
27510         * object.c (mono_unhandled_exception): Only set the exit code if the
27511         exception happens in the main thread. Fixes thread5.exe.
27513         * appdomain.c (get_info_from_assembly_name): Fix infinite loop on
27514         invalid names. Fixes #58047.
27516 2004-05-03  Jackson Harper  <jackson@ximian.com>
27518         * assembly.c: This line was committed accidently and is unneeded.
27519         
27520 2004-05-03  Jackson Harper  <jackson@ximian.com>
27522         * icall.c: Add new icall for Assembly::LoadWithPartialName
27523         * assembly.c/.h: new function that probes the GAC to load partial
27524         assembly names by Paolo Molaro.
27525         
27526 2004-05-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27528         * appdomain.c: use g_strncasecmp when looking for 'Culture=' et al.
27529         * reflection.c: use g_strncasecmp when looking for 'Culture=' et al.
27530         (type_get_fully_qualified_name): Added PublicKeyToken when building a
27531         full type name.
27533 2004-05-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27535         * appdomain.c: fixed check for 'neutral' culture and removed warning.
27536         * reflection.c: fix bug when parsing a full type name and Version is not
27537         the last thing in the string.
27539 2004-05-03  Zoltan Varga  <vargaz@freemail.hu>
27541         * appdomain.c (get_info_from_assembly_name): Strdup "" to prevent
27542         crashes when it is freed.
27544 2004-05-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27546         * assembly.c: print the compat warning to stderr.
27548 2004-05-01  Miguel de Icaza  <miguel@ximian.com>
27550         * assembly.c (mono_assembly_load_references): Add a compatibility
27551         hack to run old applications that might be still referencing the
27552         3300-based assemblies, only do this for System.xxx.
27554 2004-05-01  Jackson Harper  <jackson@ximian.com>
27556         * appdomain.c: If the culture is neutral we set it to "".
27557         
27558 2004-04-29  Jackson Harper  <jackson@ximian.com>
27560         * locales.c: Add some missing MONO_ARCH_SAVE_REGS'.
27562 2004-04-29  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
27564         * string-icalls.c: added low overhead function for copying chars
27565         * icall.c: added needed icall for the above function
27567 2004-04-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27569         * icall.c: fix return value of get_global_assembly_cache.  Implemented
27570         Environment.GetLogicalDrives.
27572 2004-04-28  Bernie Solomon  <bernard@ugsolutions.com>
27574         * rand.c: try and talk to egd or prngd
27575         for random bytes if opening devices fail.
27577 2004-04-28  Zoltan Varga  <vargaz@freemail.hu>
27579         * marshal.c (mono_marshal_load_type_info): Calculate the minimum
27580         alignment for the type using the native alignment of its members 
27581         instead of using klass->min_align.
27583         * metadata.c (mono_type_stack_size): Fix size of TYPEDBYREF.
27585 2004-04-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27587         * file-io.c:
27588         * socket-io.c: added check for sys/aio.h.
27590 2004-04-28  Dick Porter  <dick@ximian.com>
27592         * threads.c: Don't abort a thread thats already aborting, when
27593         terminating everything.
27595 2004-04-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27597         * icall.c: added 2 new async calls for Socket.
27599         * socket-io.[ch]: fixed some warnings. Added support for asynchronous
27600         IO on *nix systems.
27602         * threadpool.c: removed unused variable.
27604 2004-04-27  Zoltan Varga  <vargaz@freemail.hu>
27606         * marshal.c: Handle null properly in PtrToString* icalls. Fixes #57706.
27608 Tue Apr 27 15:55:17 CEST 2004 Paolo Molaro <lupus@ximian.com>
27610         * locales.c: put back string_invariant_tolower () and
27611         string_invariant_toupper ().
27613 2004-04-26 David Waite <mass@akuma.org>
27615         * file-io.h:
27616         * socket-io.h:
27617         * threads.h:
27618         * unicode.h: remove comma from end of enumeration declarations
27620 2004-04-26 David Waite <mass@akuma.org>
27622         * debug-mono-symfile.h:
27623         * decimal.c:
27624         * mono_debug.h:
27625         * sysmath.c: Define 64 bit constants as long long types (i.e. 10ULL)
27628 2004-04-26  Jackson Harper  <jackson@ximian.com>
27630         * appdomain.c: Increment version number.
27631         
27632 2004-04-26  Jackson Harper  <jackson@ximian.com>
27634         * appdomain.c: Set assembly references public token value when
27635         PublicKeyToken is specified, not the hash_value. Free public token
27636         values when free assembly name data. Previously the public key
27637         token was hex decoded, however we are using hex encoded public key
27638         tokens, so this is not neccasary.
27639         * assembly.c: Lookup assemblies in the gac if their public token
27640         value is set. Add function to allow enabling user gac
27641         lookups. Specify whether or not the assembly was loaded from the
27642         GAC. Compare full assembly names when checking the cache for
27643         assemblies (Temporarily disabled see comment in code). Remove
27644         mscorlib -> corlib mapping cruft. Add trace-loading. When a user
27645         specifies trace-loader they get extra info to stdout on the
27646         loading of assemblies.
27647         * image.h: Add a field for an assembly references public token
27648         value to MonoAssemblyname. Add a field to MonoAssembly to specifiy
27649         whether an assembly has been loaded from the GAC.
27650         * image.c: Remove a corlib -> mscorlib name mapping.
27651         * loader.h: Add function to enable/disable the user gac.
27652         * mono-config.c: Check if the usergac is enabled in the config
27653         file.
27654         * icall.c: New icall to determine whether or not an assembly has
27655         been loaded from the GAC. Remove some mscorlib -> corlib mappings.
27656         * tabldefs.h: Add constant for assemblyref flag that specifies a
27657         full public key is used instead of a public token.
27658         * reflection.c: Remove mscorlib -> corlib mappings. Set
27659         PublicTokenValue instead of hash value. This value is a hex
27660         string so it does not need to be expanded.
27662 2004-04-26  Martin Baulig  <martin@ximian.com>
27664         * mono-debug-debugger.c (mono_debugger_initialize): Set
27665         `mono_debugger_initialized' before calling mono_debug_lock().
27667 2004-04-42  Robert Shade <rshade@dvsconsulting.com>
27669         * icall.c: icalls for Char.ToUpper/ToLower are now hooked to
27670           InternalToUpper/InternalToLower.
27671         * locales.c: (ves_icall_System_{Char,String}_InternalTo{Upper,Lower}_Comp)
27672           removed invariant culture shortcut.  This is now done in managed code.
27673         * locales.c: (string_invariant_toupper/tolower) removed.
27675 2004-04-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27677         * icall.c: added GetSupportsAsync for Socket (same as MonoIO).
27678         Added Poll internal call.
27680         * socket-io.[ch]: _wapi_socket == WSASocket. Added internal
27681         call for Poll. Select was too heavy for polling a single socket.
27683         * threadpool.[ch]: added mono_threadpool_cleanup.
27684         * threads.c: use it. Don't use Thread_Abort on windows.
27686 2004-04-23  Martin Baulig  <martin@ximian.com>
27688         * mono-debug-debugger.c (mono_debugger_lookup_assembly): New function.
27690 2004-04-23  Sebastien Pouliot  <sebastien@ximian.com>
27692         * icall.c: Registred new icalls for key pair protection and added an
27693         icall for Environment.GetFolderPath on Windows.
27694         * security.c|h: Added new icalls for key pair protection.
27696 2004-04-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27698         * socket-io.c: don't display the non-supported family warning for known
27699         families. Now this is not displayed on windows when checking support
27700         for IPv4/IPv6.
27702 2004-04-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27704         * class.c: don't display the layout warning for static fields.
27706 2004-04-21  Lluis Sanchez Gual <lluis@ximian.com>
27708         * icall.cs: Registered new icalls for Char.ToLower and Char.ToUpper.
27709         * locales.c, locales.h: Added new icalls for culture-specific
27710         Char.ToLower and Char.ToUpper.
27712 2004-04-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27714         * threads.c: the 2nd argument when aborting a thread is NULL now. Patch
27715         by David Waite.
27717 2004-04-20  Martin Baulig  <martin@ximian.com>
27719         * mono-debug-debugger.c (mono_debugger_lookup_type): Make a copy
27720         of the type name before passing it to mono_reflection_type_from_name().
27722 2004-04-19  Zoltan Varga  <vargaz@freemail.hu>
27724         * marshal.c (mono_marshal_get_managed_wrapper): Handle different string
27725         encodings here. Fixes #56965.
27727 2004-04-18  Bernie Solomon <bernard@ugsolutions.com>
27729         * icall.c (ves_icall_System_Text_Encoding_InternalCodePage):
27730         fix test on strstr result not that I can see anything that
27731         relies on the result.
27733 2004-04-18  Zoltan Varga  <vargaz@freemail.hu>
27735         * metadata.c (mono_type_to_unmanaged): Handle MONO_NATIVE_FUNC as well.
27736         Fixes #57081.
27738         * marshal.c (mono_marshal_get_string_encoding): New helper function.
27740         * marshal.c (mono_marshal_get_native_wrapper): Use the new helper
27741         function to determine which marshalling to use for strings. Fixes
27742         #56965.
27744         * marshal.c (mono_marshal_string_array_to_unicode): Fix warning.
27746         * reflection.c (encode_marshal_blob): Add support for LPARRAY.
27748 2004-04-15  Bernie Solomon  <bernard@ugsolutions.com>
27750         * icall.c: #include mono-config.h
27752 2004-04-15  Jackson Harper  <jackson@ximian.com>
27754         * culture-info-tables.h: Fix date formats for en-US culture.
27755         
27756 2004-04-15  Lluis Sanchez Gual  <lluis@ximian.com>
27758         * icall.c: Registered icalls for ThreadPool.GetMinThreads and 
27759         ThreadPool.SetMinThreads.
27760         * threadpool.c: Implemented ThreadPool.GetMinThreads and
27761         ThreadPool.SetMinThreads.
27763 Thu Apr 15 15:36:40 CEST 2004 Paolo Molaro <lupus@ximian.com>
27765         * mono-config.c: also load the .config file in the directory
27766         where the assembly was found.
27768 Thu Apr 15 14:24:49 CEST 2004 Paolo Molaro <lupus@ximian.com>
27770         * assembly.c: load per-assembly config files.
27771         * icall.c: decrapified code to get the config dir and moved to
27772         mono-config.c.
27773         * image.h, loader.c, loader.h, mono-config.c, mono-config.h: allow
27774         per-assembly config files. When doing a dll map lookup give precedence
27775         to the per-assembly data.
27777 2004-04-14  Martin Baulig  <martin@ximian.com>
27779         * mono-debug-debugger.h (MonoDebuggerEvent): Removed
27780         MONO_DEBUGGER_EVENT_TYPE_ADDED and MONO_DEBUGGER_EVENT_METHOD_ADDED
27781         and added MONO_DEBUGGER_EVENT_RELOAD_SYMTABS.
27783         * mono-debugger-debugger.c: While the debugger is locked, remember
27784         whether the symbol tables have changes and send one single
27785         MONO_DEBUGGER_EVENT_RELOAD_SYMTABS when releasing the lock.
27787 2004-04-14  Zoltan Varga  <vargaz@freemail.hu>
27789         * metadata.h: Add STRARRAY_STRWLPARRAY marshalling convention.
27791         * marshal.h marshal.c (mono_marshal_string_array_to_unicode): New 
27792         function.
27794         * marshal.c (mono_marshal_get_native_wrapper): Take CharSet into
27795         account when marshalling string arrays. Fixes #56965.
27797 2004-04-13  Sebastien Pouliot  <sebastien@ximian.com>
27799         * icall.c: Add new icalls mapping for security.
27800         * security.c|h: Add internal calls for WindowsIdentity,
27801         WindowsImpersonationContext and WindowsPrincipal.
27803 2004-04-13  Gert Driesen (drieseng@users.sourceforge.net)
27805         * class.c: Added comment to ensure the System.MonoDummy class
27806         is removed when no longer necessary
27808 2004-04-13  Miguel de Icaza  <miguel@ximian.com>
27810         * appdomain.c: Pass arguments to the bootstraping exceptions to
27811         minimize JITed methods at boot
27813         * metadata.c (mono_exception_from_name_two_strings): Allow for the
27814         second string to be null.
27816         * icall.c (ves_icall_System_Text_Encoding_InternalCodePage):
27817         Change the protocol to minimize the JIT methods at startup.  Now
27818         it Returns the internal codepage, if the value of "int_code_page"
27819         is 1 at entry, and we can not compute a suitable code page
27820         number, returns the code page as a string.
27822 2004-04-13  Jackson Harper  <jackson@ximian.com>
27824         * culture-info-tables.h: Fix number of decimal digits for all
27825         english locales.
27827 2004-04-13  Jackson Harper  <jackson@ximian.com>
27829         * icall.c: Clairfy out of sync error message. It is not always
27830         your corlib that is out of sync.
27832 2004-04-13  Zoltan Varga  <vargaz@freemail.hu>
27834         * icall.c (ves_icall_Type_GetPropertiesByName): Avoid duplicate
27835         properties when only the set accessor is overriden. Fixes #55874.
27837 2004-04-09  Zoltan Varga  <vargaz@freemail.hu>
27839         * assembly.c (mono_assembly_load_references): Make this thread safe.
27840         Fixes #56327.
27842 2004-04-08  Zoltan Varga  <vargaz@freemail.hu>
27844         * monosn.c: Add missing initialization calls.
27846 2004-04-08  Bernie Solomon  <bernard@ugsolutions.com>
27848         * locales.c:
27849         ves_icall_System_Globalization_CultureInfo_construct_number_format
27850         Fix g_assert so it compiles on fussier compilers re int/ptr
27851         mismatch
27853 2004-04-08  Dick Porter  <dick@ximian.com>
27855         * socket-io.h:
27856         * socket-io.c: Don't set SO_REUSEADDR on windows.  Fixes bug
27857         53992.  Also rearrange the code so that the internal calls return
27858         an error value and exceptions are thrown from managed code.
27860         * icall.c: Add type info to the socket icalls.
27862 2004-04-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27864         * object.h: synchronize MonoCompareInfo with CompareInfo class. Someone
27865         owes me a beer.
27867 2004-04-07  Martin Baulig  <martin@ximian.com>
27869         * class.c (mono_class_from_generic_parameter): Don't default
27870         `klass->parent' to `mono_defaults.object_type'.
27872 2004-04-07  Martin Baulig  <martin@ximian.com>
27874         * reflection.c (mono_reflection_initialize_generic_parameter): Set
27875         `param->pklass->reflection_info'.       
27877 2004-04-07  Jackson Harper  <jackson@ximian.com>
27879         * culture-info-tables.h: Fix date separator symbol.
27880         
27881 2004-04-07  Martin Baulig  <martin@ximian.com>
27883         * icall.c (ves_icall_Type_GetGenericArguments): Moved this icall
27884         from System.Type to System.MonoType.
27886 2004-04-07  Martin Baulig  <martin@ximian.com>
27888         * reflection.h
27889         (MonoReflectionGenericParam): Added `has_reference_type' and
27890         `has_value_type' fields.
27892         * reflection.c (mono_image_get_generic_param_info): Encode the
27893         correct flags if we have the `class' or `struct' constraint.
27895 2004-04-07  Martin Baulig  <martin@ximian.com>
27897         * reflection.h
27898         (MonoReflectionGenericParam): Added `MonoBoolean has_ctor_constraint'.
27900 2004-04-07  Jackson Harper  <jackson@ximian.com>
27902         * appdomain.c: Revert extra patches, just wanted to bump the
27903         version number.
27904         
27905 2004-04-07  Jackson Harper  <jackson@ximian.com>
27907         * Makefile.am: Add culture-info private headers.
27908         * icall.c: Add new icalls for contructing locales.
27909         * locales.c: Construct CultureInfo objects from lookup tables instead of using ICU.
27910         * locales.h: Declare new culture info construction methods.
27911         * object.h: Add new fields used to avoid the CultureMap to
27912         MonoCultureInfo.
27913         * culture-info.h: Definition of structs used in the culture info
27914         tables.
27915         * culture-info-tables.h: Autogenerated tables that contain culture
27916         info data. This file was generated with the locale-builder tool.
27917         * appdomain.c: Incement corlib version number.
27918         
27919 2004-04-07  Bernie Solomon  <bernard@ugsolutions.com>
27921         * appdomain.c: (mono_runtime_init) move mono_thread_init
27922         to before mono_object_new calls so critical sections
27923         are initialized before use.
27925 2004-04-07  Martin Baulig  <martin@ximian.com>
27927         * icall.c
27928         (ves_icall_TypeBuilder_define_generic_parameter): Removed.
27929         (ves_icall_MethodBuilder_define_generic_parameter): Removed.
27930         (ves_icall_MonoGenericParam_initialize): Removed.
27931         (monogenericparam_icalls): Removed.
27932         (generictypeparambuilder_icalls): Added new table for
27933         System.Reflection.Emit.GenericTypeParameterBuilder.
27935         * reflection.c
27936         (mono_reflection_define_generic_parameter): Removed.
27937         (mono_reflection_initialize_generic_parameter): This is now called
27938         from GenericTypeParameterBuilder's .ctor.
27940 2004-04-06  Martin Baulig  <martin@ximian.com>
27942         * class.c (mono_class_init): Don't inflate nested classes in a
27943         generic instance.
27944         (mono_type_get_name_recurse): Include the generic arguments for
27945         generic instances and generic type declarations.
27946         (inflate_generic_type): Correctly inflate MONO_TYPE_SZARRAY.
27947         (_mono_class_get_instantiation_name): Removed.
27948         (mono_class_create_generic): Always use `gklass->name' as our name.
27950         * class.h (MonoGenericInst): Removed `nested_in', and `nested'.
27952         * icall.c (ves_icall_MonoGenericInst_GetDeclaringType): Removed.
27953         (ves_icall_MonoGenericInst_GetNestedTypes): Removed.
27954         (ves_icall_MonoMethod_GetGenericParameters): Renamed to
27955         ves_icall_MonoMethod_GetGenericArguments() and correctly handle
27956         closed generic methods here.
27958         * reflection.c
27959         (mono_reflection_generic_inst_get_nested_types): Removed.
27960         (inflate_mono_method): Copy the generic parameters from the
27961         MonoMethodHeader into out MonoGenericMethod.
27963 2004-04-06  Martin Baulig  <martin@ximian.com>
27965         * row-indexes.h
27966         (MONO_GENERICPARAM_DEPRECATED_CONSTRAINT): Removed.
27968         * metadata.c (GenericParamSchema): Removed "DeprecatedConstraint".
27970         * reflection.c (build_compressed_metadata): If we have any entries
27971         in the GenericParam, MethodSpec or GenericParamConstraint tables,
27972         set the header version to 1.1.
27974 2004-04-06  Martin Baulig  <martin@ximian.com>
27976         * class.c (mono_class_init): If we're a generic instance,
27977         initialize our nested classes, too.
27978         (_mono_class_get_instantiation_name): Deal with the new `!%d'
27979         suffix. 
27981 2004-04-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27983         * process.c: quote the argument passed to the shell on windows.
27985 2004-04-05  Zoltan Varga  <vargaz@freemail.hu>
27987         * threads.c (mono_alloc_special_static_data): Allow this to be
27988         called during startup.
27990 2004-04-02  Martin Baulig  <martin@ximian.com>
27992         * icall.c
27993         (ves_icall_MonoGenericInst_GetDeclaringType): New icall.
27995 2004-04-02  Zoltan Varga  <vargaz@freemail.hu>
27997         * icall.c: Fix build.
27999 2004-04-02  Sebastien Pouliot  <sebastien@ximian.com>
28001         * Makefile.am: Added security.c|h.
28002         * icall.c: Added icall for get_UserName;
28003         * security.c: New file for security related icalls. Added function
28004         get_UserName for System.Environment (fix #56144).
28005         * security.h: New. Header file for security.c
28007 2004-04-02  Dick Porter  <dick@ximian.com>
28009         * icall.c: Deleted the icalls that were obsoleted some time ago
28010         by the ICU string code, and which were mixed into the icall
28011         rearranging.  Fixes bug 55969.
28013         * string-icalls.h: 
28014         * string-icalls.c: Deleted the code that those icalls reference.
28016 2004-04-01  Martin Baulig  <martin@ximian.com>
28018         * metadata.h (MONO_CLASS_IS_INTERFACE): New macro.
28020         * class.c (mono_class_from_generic_parameter): Don't set 
28021         TYPE_ATTRIBUTE_INTERFACE.
28022         (my_mono_class_from_generic_parameter): Likewise.
28024 2004-04-01  Martin Baulig  <martin@ximian.com>
28026         * loader.c (find_method): Added an optional `MonoClass *ic'
28027         argument to search in a specific interface.
28028         (mono_get_method_constrained): New public function.
28030 2004-04-01  Martin Baulig  <martin@ximian.com>
28032         * reflection.c (mono_image_get_generic_field_token): Use the
28033         `handleref' cache here.
28035 2004-04-01  Martin Baulig  <martin@ximian.com>
28037         * reflection.h (MonoDynamicImage): Added `GHashTable *typespec'.
28039         * reflection.c (create_generic_typespec): Use the `typespec' hash
28040         here, not the `typeref' one.    
28042 2004-04-01  Martin Baulig  <martin@ximian.com>
28044         * class.c (mono_class_inflate_generic_type): Moved the
28045         functionality into a new static inflate_generic_type() which
28046         returns NULL if it didn't do anything.  Only increment the
28047         `mono_stats.inflated_type_count' if we actually inflated
28048         something.
28049         (mono_class_get_full): Check the classes type to see whether we
28050         need to inflate it; also inflate MONO_TYPE_(M)VAR.
28052 2004-04-01  Jackson Harper  <jackson@ximian.com>
28054         * reflection.c: Set culture for assembly references.
28055         
28056 2004-04-01 Ben Maurer  <bmaurer@users.sourceforge.net>
28058         * reflection.[ch], icall.[ch], Fix support for pinning variables.
28060 2004-04-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28062         * assembly.c:
28063         (do_mono_assembly_open): the critical section also covers
28064         mono_image_open and mono_image_open_from_data. Fixes bug #56327.
28066 2004-03-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28068         * threads.c:
28069         (mono_manage_threads): abort the background threads when finishing.
28070         Fixes bug #47232.
28072 2004-03-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28074         * gc.c: only close the done_event handle if there was no timeout.
28075         C-ified comments.
28077 2004-03-30  Martin Baulig  <martin@ximian.com>
28079         * icall.c (icall_entries): It's called "System.Activator", not
28080         "System.Activation".    
28082 2004-03-30  Martin Baulig  <martin@ximian.com>
28084         * class.c (mono_ldtoken): Added `MonoGenericContext *' argument.
28085         (mono_class_create_from_typespec): Likewise.
28087 2004-03-30  Martin Baulig  <martin@ximian.com>
28089         * reflection.h (MonoReflectionGenericParam): Use MonoBoolean for
28090         `has_ctor_constraint' and `initialized'.
28092 2004-03-30  Martin Baulig  <martin@ximian.com>
28094         * reflection.c (encode_new_constraint): New static function to add
28095         the constructor constraint attribute to a type parameter.
28096         (encode_constraints): Call encode_new_constraint() if necessary.
28098         * reflection.h
28099         (MonoReflectionGenericParam): Added `guint32 has_ctor_constraint'.
28101         * row-indexes.h: Added CUSTOM_ATTR_GENERICPAR.
28102         
28103 2004-03-29 Ben Maurer  <bmaurer@users.sourceforge.net>
28105         * reflection.c, icall.c: add support for pinning variables. 
28107 2004-03-29  Bernie Solomon  <bernard@ugsolutions.com>
28109         * marshal.c (mono_marshal_get_managed_wrapper):
28110         init bool local with zero rather than null.
28112 2004-03-29  Martin Baulig  <martin@ximian.com>
28114         * icall.c (ves_icall_MonoMethod_get_HasGenericParameters): Show
28115         the "official" behavior here.
28116         (ves_icall_MonoMethod_get_Mono_IsInflatedMethod): New interncall.
28118 2004-03-29  Martin Baulig  <martin@ximian.com>
28120         * icall.c: Reflect latest API changes.
28122 2004-03-29  Martin Baulig  <martin@ximian.com>
28124         * loader.c (mono_get_method_from_token): Also call
28125         mono_metadata_load_generic_params () for abstract and interface
28126         methods; replace the type arguments in the method signature with
28127         the ones which are loaded from the metadata.
28129 2004-03-29  Lluis Sanchez Gual  <lluis@ximian.com>
28131         * monitor.c: In mono_monitor_exit(), don't throw an exception if the owner
28132         of the lock is not the current thread. MS.NET don't do it, in spite of
28133         what the documentation says. See bug #56157.
28135 2004-03-28  Martin Baulig  <martin@ximian.com>
28137         * class.c (mono_class_init): Don't call init_properties() and
28138         init_events() for generic instances; set `prop->parent' when
28139         inflating properties.
28141         * reflection.c (mono_generic_inst_get_object): Call
28142         `mono_class_init (ginst->klass)'.
28143         (mono_type_get_object): Only create a MonoGenericInst if your
28144         generic type is a TypeBuilder.
28145         (do_mono_reflection_bind_generic_parameters): Only set
28146         `ginst->is_dynamic' if our generic type is a TypeBuilder.
28148 2004-03-28  Zoltan Varga  <vargaz@freemail.hu>
28150         * appdomain.c (unload_thread_main): Do not clear proxy_vtable_hash.
28151         Fixes #56091.
28153 2004-03-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28155         * icall.c: added Kill_internal icall.
28156         * process.[ch]: added Kill_internal icall.
28158 2004-03-25  Martin Baulig  <martin@ximian.com>
28160         * class.h (MonoStats): Added `generic_instance_count',
28161         `inflated_method_count', `inflated_type_count' and
28162         `generics_metadata_size'.       
28164 2004-03-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28166         * reflection.c: no warnings now.
28168 2004-03-25  Martin Baulig  <martin@ximian.com>
28170         * class.c (mono_class_get_full): New public function; does a
28171         mono_class_get(), but also takes a `MonoGenericContext *'.
28173         * loader.c (mono_field_from_memberref): Renamed to
28174         `field_from_memberref', made static and added `MonoGenericContext *'
28175         argument.
28176         (mono_field_from_token): Added `MonoGenericInst *' argument.
28177         (method_from_memberef): Likewise.
28178         (mono_get_method_from_token): Likewise.
28179         (mono_get_method_full): New public function; does a
28180         mono_get_method(), but also takes a `MonoGenericContext *'.
28182         * verify.c (mono_method_verify): Get the method's generic context
28183         and pass it to mono_field_from_token(), mono_get_method_full() and
28184         mono_class_get_full().
28186 2004-03-25  Martin Baulig  <martin@ximian.com>
28188         * class.c (mono_class_inflate_generic_type): Take a
28189         `MonoGenericContext *' instead of a `MonoGenericInst *' and a
28190         `MonoGenericMethod *'.
28192 2004-03-25  Martin Baulig  <martin@ximian.com>
28194         * loader.h (MonoMethodInflated): Store the MonoGenericContext
28195         instead of the MonoGenericMethod here.
28197 2004-03-25  Martin Baulig  <martin@ximian.com>
28199         * class.h (MonoGenericInst): Added `MonoGenericContext *context';
28200         each time we create a new MonoGenericInst, we also create a new
28201         context which points back to us.
28203         * class.c (inflate_method): Use `ginst->context' instead of
28204         creating a new context.
28206         * loader.c (method_from_memberref): Use
28207         `klass->generic_inst->context' instead of creating a new context.
28209 2004-03-25  Martin Baulig  <martin@ximian.com>
28211         * class.h (MonoGenericContext): New struct.
28212         (MonoGenericMethod): Removed `generic_inst'.
28214         * class.c (mono_class_inflate_generic_method): Take a
28215         `MonoGenericContext *' instead of a `MonoGenericMethod *'.
28217 2004-03-25  Martin Baulig  <martin@ximian.com>
28219         * loader.h (MonoMethodInflated): New typedef.
28221         * metadata.h (MonoMethodSignature): Removed `gen_method', make
28222         `generic_param_count' consume just 30 bits, added `is_inflated'
28223         and `has_type_parameters' flags (one bit each).
28225         * class.c (mono_class_inflate_generic_method): Create a
28226         MonoMethodInflated instead of a MonoMethodNormal and set
28227         `is_inflated' in the method signature.
28229         * class.h (MonoGenericMethod): Removed `generic_method'.
28231 2004-03-25  Lluis Sanchez Gual  <lluis@ximian.com>
28233         * image.c: Make sure the name of a MonoImage is always an absolute path.
28234           This fixes bug #54415.
28236 2004-03-24  Martin Baulig  <martin@ximian.com>
28238         * class.c (mono_class_setup_vtable): If we're a generic instance,
28239         use our generic type's vtable size.
28241 2004-03-24  Zoltan Varga  <vargaz@freemail.hu>
28243         * appdomain.c (ves_icall_System_AppDomain_InternalUnload): Add
28244         MONO_NO_UNLOAD env var as a temporary workaround for unloading 
28245         problems.
28247 2004-03-23  Martin Baulig  <martin@ximian.com>
28249         * class.h (MonoDynamicGenericInst): Added `int count_events' and
28250         `MonoEvent *events'.
28252         * icall.c (ves_icall_MonoGenericInst_GetEvents): New interncall.
28253         (typebuilder_icalls): Added "get_event_info"; calls
28254         mono_reflection_event_builder_get_event_info(). 
28256         * reflection.c (mono_reflection_generic_inst_initialize): Added
28257         `MonoArray *events'.
28258         (mono_reflection_event_builder_get_event_info): New function.
28260 2004-03-23  Bernie Solomon  <bernard@ugsolutions.com>
28262         * object.h: add mono_type_initialization_init
28264         * object.c (mono_runtime_class_init): 
28265         implement class constructor synchronization rules
28266         to cope with threading issues.  
28267         add mono_type_initialization_init
28269         * appdomain.c (mono_runtime_init): call 
28270         mono_type_initialization_init
28272         * class.h: removing initializing field from MonoVTable
28274 2004-03-23  Martin Baulig  <martin@ximian.com>
28276         * class.c (my_mono_class_from_generic_parameter): Use
28277         `param->name' if it's not NULL. 
28279 2004-03-22 Ben Maurer  <bmaurer@users.sourceforge.net>
28281         * class.c: do not insert non-virtual methods in the vtable.
28282         * icall.c, mono-debug-debugger.c, object.c: if method->slot == -1,
28283         that means the method is non-virtual. This never would have
28284         happened before.
28286 2004-03-22  Lluis Sanchez Gual  <lluis@ximian.com>
28288         * profiler.c: Added lock for accessing coverage_hash.
28290 2004-03-22  Martin Baulig  <martin@ximian.com>
28292         * icall.c (ves_icall_MethodInfo_get_IsGenericMethod): Use
28293         `method->method->signature->generic_param_count != 0' to make it
28294         work for interface methods.
28296 2004-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28298         * process.c: quote the string passed to the shell using g_shell_quote.
28300 2004-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28302         * threads.c:
28303         (mono_threads_manage): don't remove the finalizer thread and self
28304         from the threads hash table so that mono_thread_manage can be called
28305         more than once.
28307 2004-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28309         * process.c: quote the arguments when UseShellExecute is true. Fixes
28310         bug #55790.
28312 2004-03-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28314         * threads.c: set mono_thread_detach as a cleanup routine for every
28315         thread. This way it's always executed upon thread termination, either
28316         aborted or finished normally. No more xsp hangs!
28318 2004-03-17  Martin Baulig  <martin@ximian.com>
28320         * class.h (MonoGenericInst): Replaced the `GList *nested' with an
28321         `int count_nested' and a `MonoType **nested'.
28323         * reflection.c (mono_reflection_bind_generic_parameters): Moved
28324         most of the functionality into a new static
28325         do_mono_reflection_bind_generic_parameters() and don't take a
28326         `MonoType *nested_in' argument any more.  Don't compute nested
28327         types here.
28328         (mono_reflection_generic_inst_get_nested_types): New public method
28329         to get nested types.
28331         * class.c (mono_class_create_generic): Set `klass->nested_in' if
28332         we're a nested class.
28334         * icall.c (ves_icall_MonoGenericInst_GetNestedTypes): Call
28335         mono_reflection_generic_inst_get_nested_types() to compute the
28336         nested types.
28338 2004-03-17  Zoltan Varga  <vargaz@freemail.hu>
28340         * threads.c (ves_icall_System_Threading_Thread_Abort): Add a more
28341         descriptive error message under windows.
28342         
28343 2004-03-17  Martin Baulig  <martin@ximian.com>
28345         * class.c (dup_type): Added `const MonoType *original' argument;
28346         copy the attrs from the original type.
28348 2004-03-17  Martin Baulig  <martin@ximian.com>
28350         * metadata.c (do_mono_metadata_parse_generic_inst): Use the
28351         `m->generic_inst_cache' here.
28353 2004-03-17  Zoltan Varga  <vargaz@freemail.hu>
28355         * exception.h exception.c: Add stack_overflow_exception.
28357 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28359         * threadpool.c:
28360         (overlapped_callback): call SetEvent *after* invoking the callback.
28361         No need to call CloseHandle.
28363 2004-03-16  Martin Baulig  <martin@ximian.com>
28365         * reflection.c (mono_image_get_fieldref_token): Take a
28366         `MonoReflectionField *' instead of a `MonoClassField *' and a
28367         `MonoClass *'; store the `MonoReflectionField *' in the hash.
28369 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28371         * appdomain.c: don't add the culture to the filename we're looking for
28372         if it's neutral or NULL. Fixes bug #53788. Removed redundant memset.
28374 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28376         * locales.c: don't ignore symbols when doing case insensitive compares.
28377         Thanks Dick! Fixes bug #54046.
28379         * threads.c: surround 'threads' usage with enter/leave in
28380         mono_thread_manage.
28382 2004-03-16  Zoltan Varga  <vargaz@freemail.hu>
28384         * marshal.c (mono_marshal_get_native_wrapper): Char arrays are 
28385         implicitly marshalled as [Out]. Fixes #55450.
28387         (mono_marshal_get_runtime_invoke): Zero out the result if there is
28388         an exception.
28390 2004-03-16  Martin Baulig  <martin@ximian.com>
28392         * class.c (mono_class_from_generic_parameter): Use the actual
28393         parameter name. 
28395 2004-03-16  Martin Baulig  <martin@ximian.com>
28397         * reflection.c (type_get_signature_size): New static function.
28398         Compues the size of the type in a method signature.
28399         (method_get_signature_size): New static function; calls
28400         type_get_signature_size() to compute the actual size of the
28401         method's signature.
28402         (method_encode_signature): Use method_get_signature_size() to get
28403         the signature's size rather than using `nparams * 10'.
28405 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28407         * file-io.h: define here WapiOverlapped on windows. I don't want the
28408         regular OVERLAPPED one.
28410         * file-io.c:
28411         * threadpool.c: somehow, BindIoCompletionCallback is not found.
28412         Disabling AIO on windows.
28414 2004-03-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28416         * marshal.c: Marshal.SizeOf throws an exception for AutoLayout. Fixes
28417         bug #55385.
28419 2004-03-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28421         * appdomain.c: upgraded corlib version.
28423         * file-io.c: implemented new icalls: GetSupportsAIO, BeginRead
28424         and BeginWrite. Allow opening files for asynchrnous operations.
28426         * file-io.h: new struct that maps FileStreamAsyncResult.
28427         * icall.c: added new icalls.
28428         * process.[ch]: support setting child process environment variables
28429         and use the SHELL or COMSPEC when UseShellExecute is true.
28431         * threadpool.[ch]: fixed warnings, moved ThreadPool icalls here. The
28432         callback for async. IO is here and also BindHandle.
28434         * threads.[ch]: added mono_thread_detach and removed ThreadPool icalls
28435         from here.
28437 2004-03-14  Zoltan Varga  <vargaz@freemail.hu>
28439         * reflection.c (create_custom_attr): Allow len == 0.
28441         * object.c (mono_class_compute_gc_descriptor): Fix descriptor
28442         computation on big-endian machines.
28444 2004-03-13  Martin Baulig  <martin@ximian.com>
28446         * class.h (MonoGenericInst): Added `int count_ifaces'.
28448         * iclass.c (ves_icall_MonoGenericInst_GetInterfaces): Use
28449         `ginst->count_ifaces' instead `klass->interface_count' since we
28450         may get called before the vtable is created.
28452         * loader.c (mono_method_get_param_names): If we're a generic
28453         instance, return and don't initialize the class.
28455         * reflection.c (mono_reflection_setup_generic_class): Don't call
28456         ensure_runtime_vtable().
28457         (mono_reflection_bind_generic_parameters): Set
28458         `ginst->count_ifaces'.
28460 2004-03-11  Jackson Harper <jackson@ximian.com>
28462         * icall.c:
28463         * unicode.c:
28464         * unicode.h: Remove unused System.Char icalls.
28465         
28466 2004-03-11  Miguel de Icaza  <miguel@ximian.com>
28468         * loader.c (mono_lookup_pinvoke_call): Call the Windows.Forms init
28469         code when we P/Invoke the first library in Windows.Forms, instead
28470         of when we first open the assembly.
28472         * assembly.c: Drop the lookup from here.
28474 2004-03-10  Martin Baulig  <martin@ximian.com>
28476         * reflection.c (mono_reflection_get_custom_attrs): Use the correct
28477         class for properties, fields and events.  Finally fixes #54945.
28479 2004-03-10  Martin Baulig  <martin@ximian.com>
28481         * metadata.c (mono_metadata_class_equal): New static function;
28482         checks whether two generic instances or two generic parameters are
28483         equal.
28484         (mono_metadata_type_equal): Use mono_metadata_class_equal() to
28485         compare classes.        
28487 2004-03-10  Martin Baulig  <martin@ximian.com>
28489         * class.h (MonoGenericMethod): Added `gpointer reflection_info'.
28491         * reflection.c (inflate_mono_method): Added `MonoObject *obj'
28492         argument and write it into the `reflection_info' field.
28494         * icall.c
28495         (ves_icall_MethodBase_GetGenericMethodDefinition): New interncall.
28496         (ves_icall_MethodBase_get_HasGenericParameters): New interncall.
28498 2004-03-09  Jackson Harper  <jackson@ximian.com>
28500         * char-conversions.h: use 8 bits for numeric data its all we need
28501         * icall.c: numeric data is only 8 bits now.
28503 2004-03-09  Martin Baulig  <martin@ximian.com>
28505         * class.h (MonoProperty, MonoEvent): Added `MonoClass *parent'.
28507         * class.c (init_properties, init_events): Initialize the new
28508         `parent' field.
28510         * reflection.c (typebuilder_setup_properties): Likewise.
28511         (typebuilder_setup_events): Likewise.
28513         * reflection.h (MonoEventInfo): Replaced `parent with
28514         `declaring_type' and `reflected_type'.
28516         * icall.c (ves_icall_get_property_info): Distinguish between
28517         declaring and reflected type.
28518         (ves_icall_get_event_info): Likewise.
28520 2004-03-09  Martin Baulig  <martin@ximian.com>
28522         * icall.c (ves_icall_Type_GetTypeCode): Added MONO_TYPE_GENERICINST.
28523         (ves_icall_Type_GetField): Correctly set field->klass.
28525 2004-03-09  Zoltan Varga  <vargaz@freemail.hu>
28527         * loader.h: Fix warning.
28529 2004-03-08  Miguel de Icaza  <miguel@ximian.com>
28531         *  loader.c, loader.h (mono_loader_wine_init): Loads the Wine/Lib
28532         library routine if present.  Notice that it will still continue
28533         executing even if its missing, for those working on the Gtk#
28534         edition of Windows.Forms.
28536         * assembly.c (do_mono_assembly_open): If loading the
28537         System.Windows.Forms call mono_loader_wini_init.
28539 2004-03-04  Lluis Sanchez Gual  <lluis@ximian.com>
28541         * class.h: Added MonoRemoteClass struct.
28542         * domain.c: Changed hash function for proxy_vtable_hash. It now uses a
28543         function for MonoStrings.
28544         * icall.c: In GetTransparentProxy, assign a MonoRemoteClass to the proxy.
28545         Added internal call for getting the proxy type.
28546         * marshal.c: Get the type of transparent proxies from its remote_class.
28547         Added methods that generate the IL for type checks and casts:
28548         mono_marshal_get_isinst, mono_marshal_get_castclass, 
28549         mono_marshal_get_proxy_cancast.
28550         * marshal.h: Declaration of the previous new methods.
28551         * object.c: Added new moethods for creating and updating MonoRemoteClass
28552         instances: mono_remote_class, mono_upgrade_remote_class, 
28553         * object.h: Added MonoRemoteClass reference in MonoTransparentProxy.
28554         * verify.c: FIx transparent_proxy_fields layout.
28555         * appdomain.c: Bump corlib version.
28557 2004-03-04  Jackson Harper  <jackson@ximian.com>
28559         * icall.c: Add icall to access char conversion tables.
28560         * char-conversions.h: Character conversion tables.
28561         * Makefile.am: Add char-conversions.h private header file.
28562         
28563 2004-03-04  Zoltan Varga  <vargaz@freemail.hu>
28565         * appdomain.c (unload_thread_main): Increase unloading timeout to
28566         10 sec as a temporary workaround for Nant problems.
28568 2004-02-29  Zoltan Varga  <vargaz@freemail.hu>
28570         * gc.c: Add checks for GC_enable and GC_disable.
28572         * string-icalls.c locales.c: Applied patch from Jaroslaw Kowalski
28573         (jaak@zd.com.pl). Fix memory corruption in String.Replace 
28574         (bug #54988).
28575         
28576 2004-02-27  Martin Baulig  <martin@ximian.com>
28578         * reflection.c (mono_reflection_bind_generic_parameters): Take a
28579         `MonoReflectionType *' instead of a `MonoType *'.
28581 2004-02-26  Zoltan Varga  <vargaz@freemail.hu>
28583         * gc.c (run_finalize): Avoid finalizing the object representing the
28584         finalizer thread.
28585         (finalizer_thread): Fix warning.
28587 2004-02-25  Martin Baulig  <martin@ximian.com>
28589         * class.c (_mono_class_get_instantiation_name): Added `int offset'
28590         argument for nested types.
28591         (mono_class_create_generic): Added support for nested generictypes.
28593         * class.h (MonoGenericInst): Added `MonoType *nested_in' and
28594         `GList *nested'.
28596         * icall.c (ves_icall_MonoGenericInst_GetNestedTypes): New icall.
28598         * reflection.c (method_encode_signature): Increase the minimum
28599         value of `size' from 10 to 11.
28600         (mono_reflection_bind_generic_parameters): Take `int type_argc'
28601         and `MonoType **types' arguments instead of the `MonoArray
28602         *types'; added `MonoType *nested_in'.  Recursively instantiate
28603         nested classes. 
28605 2004-02-23  Zoltan Varga  <vargaz@freemail.hu>
28607         * appdomain.h (MonoDomain): Add preallocated null_reference_ex and 
28608         stack_overflow_ex members which are used by exception handling.
28610         * appdomain.c (mono_runtime_init): Initialize the new members.
28612         * gc.c (mono_gc_enable): New helper function.
28613         * gc.c (mono_gc_disable): New helper function.
28615 2004-02-23  Martin Baulig  <martin@ximian.com>
28617         * icall.c: I must have been really stupid - make it actually work
28618         this time ;-)
28620 2004-02-23  Martin Baulig  <martin@ximian.com>
28622         * loader.c (method_from_memberref): Only inflate the method if
28623         it's in another klass.
28625 2004-02-23  Martin Baulig  <martin@ximian.com>
28627         * class.c (mono_class_inflate_generic_type): Fixed two bugs.
28628         (mono_class_init): If we're a generic instance and an interface,
28629         compute `class->interface_id'; also create `class->interfaces'
28630         here and inflate them.
28632         * metadata.c (do_mono_metadata_parse_generic_inst): Compute
28633         `ginst->is_open'.
28634         (mono_type_stack_size): Fix for MONO_TYPE_GENERICINST.
28636         * reflection.c (mono_image_create_token): Allow "MonoGenericInst".
28638 2004-02-15  Miguel de Icaza  <miguel@ximian.com>
28640         * reflection.c (method_encode_code): Improved the error message
28641         generated by the exception.
28643 2004-02-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28645         * icall.c: Martin did not do what he said in the ChangeLog for
28646         2004-02-18, but put back the changes for properties and events.
28647         Commenting those changes out again and adding comment to bug #54518.
28648         
28649         * process.c: removed warning.
28651 2004-02-20  Zoltan Varga  <vargaz@freemail.hu>
28653         * marshal.c (emit_struct_conv): Print an error message instead of
28654         asserting when a type does not have the StructLayout attribute.
28656 2004-02-20  Martin Baulig  <martin@ximian.com>
28658         * reflection.c (mono_type_get_object): Also use the cache for
28659         generic instances.
28660         (mono_reflection_bind_generic_parameters): Always compute
28661         `ginst->ifaces'.        
28663 2004-02-20  Martin Baulig  <martin@ximian.com>
28665         * class.h (MonoGenericMethod): Removed `klass'.
28667         * class.c (mono_class_inflate_generic_method): Added `MonoClass
28668         *klass' argument.
28670 2004-02-20  Martin Baulig  <martin@ximian.com>
28672         * reflection.c (method_encode_methodspec): Actually use the
28673         uninflated signature for the memberref.
28675 2004-02-20  Martin Baulig  <martin@ximian.com>
28677         * class.h (MonoGenericMethod): Removed `declaring'.
28679         * class.c (mono_class_inflate_generic_method): If `gmethod->klass'
28680         is NULL, compute it here.
28682 2004-02-20  Martin Baulig  <martin@ximian.com>
28684         * image.h (MonoImage): Added `GHashTable *generic_inst_cache'.
28686         * metadata.c (mono_metadata_generic_inst_hash): New method.
28687         (mono_metadata_generic_inst_equal): New method.
28689         * reflection.c (mono_reflection_bind_generic_parameters): Use the
28690         `klass->image->generic_inst_cache' cache to avoid creating
28691         duplicate MonoGenericInst's.
28693         * class.c (mono_class_inflate_generic_type): Use the cache.
28695 Thu Feb 19 19:39:09 CET 2004 Paolo Molaro <lupus@ximian.com>
28697         * object.c: fixed gc descriptor calculation for embedded valuetypes.
28699 2004-02-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28701         * icall.c: added Socket.WSAIoctl icall.
28703         * socket-io.[ch]: implemented
28704         ves_icall_System_Net_Sockets_Socket_WSAIoctl.
28706 2004-02-19  Atsushi Enomoto  <atsushi@ximian.com>
28708         * icall.c: removed IsDigit, IsSeparator, IsWhiteSpace from char_icalls.
28710 2004-02-18  Urs C Muff  <umuff@quark.com>
28712         * debug-mono-symfile.c, mono-debug-debugger.c, mono-debug.c: Make
28713         this work on PPC and other big-endian architectures.
28715         * debug-mono-symfile.h: Prepended the names of all the `guint32'
28716         fields with an underscore to make sure they're only accessed by
28717         the read32() macro.
28719 2004-02-18  Martin Baulig  <martin@ximian.com>
28721         * icall.c: Put the klass->refclass changes back for methods and
28722         fields, but not for properties and events.  We're currently not
28723         distinguishing between DeclaringType and ReflectedType for
28724         properties and events, that's what caused the regressions.
28726 2004-02-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28728         * object.c:
28729         (mono_async_result_new): the handle can be NULL.
28731         * threadpool.c: Use an event instead of a semaphore, don't initialize
28732         it until needed. This saves quite a few semaphores from being created
28733         when using the threadpool.
28735 2004-02-18  Zoltan Varga  <vargaz@freemail.hu>
28737         * object.c (mono_string_is_interned_lookup): Fix interning of long
28738         strings. Fixes #54473.
28740         * domain.c (ldstr_equal): Optimize if the two strings are equal.
28742         * icall.c: Revert the klass->refclass changes since they introduce
28743         regressions (bug #54518).
28745 2004-02-18  Martin Baulig  <martin@ximian.com>
28747         * class.c (mono_class_init): If we're a generic instance and don't
28748         come from a TypeBuilder, inflate our members here.
28749         (mono_class_from_generic): Removed; just use `ginst->klass' instead.
28750         (mono_class_create_generic): New public method.
28751         (mono_class_initialize_generic): Removed.
28752         (get_instantiation_name): Renamed to
28753         _mono_class_get_instantiation_name() and made it public.
28755 2004-02-18  Martin Baulig  <martin@ximian.com>
28757         * class.c (mono_class_inflate_generic_type): Clear the new
28758         instance's `nginst->klass' when inflating a generic instance.
28759         (mono_class_is_subclass_of): Added (basic) support for generic
28760         instances.
28762 Tue Feb 17 21:40:16 CET 2004 Paolo Molaro <lupus@ximian.com>
28764         * appdomain.h, domain.c: use a MonoCodeManager instead of a
28765         MonoMempool to hold compiled native code.
28767 2004-02-17  Martin Baulig  <martin@ximian.com>
28769         * class.h (MonoDynamicGenericInst): Added `count_properties' and
28770         `properties'.
28772         * reflection.c (mono_reflection_generic_inst_initialize): Added
28773         `MonoArray *properties' argument.
28775         * icall.c (ves_icall_MonoGenericInst_GetProperties): New interncall.    
28777 2004-02-17  Martin Baulig  <martin@ximian.com>
28779         * icall.c (ves_icall_Type_GetFields): Renamed to
28780         ves_icall_Type_GetFields_internal() and added a
28781         `MonoReflectionType *rtype' argument; pass it to
28782         mono_field_get_object() to set the field's "reflected" type.
28783         (ves_icall_Type_GetConstructors): Likewise.
28784         (ves_icall_Type_GetEvents): Likewise.
28785         (ves_icall_Type_GetMethodsByName): Added `MonoReflectionType *rtype'
28786         argument; pass it to mono_method_get_object() to set the method's
28787         "reflected" type.       
28789 2004-02-17  Martin Baulig  <martin@ximian.com>
28791         * class.h (MonoDynamicGenericInst): New type.
28792         (MonoGenericInst): Added `dynamic_info' and `is_dynamic' fields.
28794         * icall.c (ves_icall_MonoGenericInst_GetMethods): New interncall.
28795         (ves_icall_MonoGenericInst_GetConstructors): New interncall.
28796         (ves_icall_MonoGenericInst_GetFields): New interncall.
28798         * class.c (mono_class_from_generic): Don't call
28799         mono_class_initialize_generic() if this is a dynamic instance;
28800         ie. it's being created from a TypeBuilder.
28801         Use MONO_TYPE_GENERICINST for `class->this_arg.type' and
28802         `class->byval_arg.type'.
28804         * reflection.c (mono_reflection_inflate_method_or_ctor): Renamed
28805         to `inflate_method' and made static.
28806         (mono_reflection_inflate_field): Removed.
28807         (mono_reflection_generic_inst_initialize): New public method.
28809         * reflection.h (MonoReflectionGenericInst): Removed `methods',
28810         `ctors' and `fields'; added `initialized'.
28812 2004-02-14  Zoltan Varga  <vargaz@freemail.hu>
28814         * debug-helpers.c (mono_method_full_name): Fix output for empty
28815         namespaces.
28817 2004-02-12  Martin Baulig  <martin@ximian.com>
28819         * class.h (MonoClassField): Added `MonoType *generic_type'.
28821         * reflection.c (mono_image_get_fieldref_token): Added support for
28822         instantiated generic types.
28823         (field_encode_inflated_field): Removed.
28824         (mono_image_get_inflated_field_token): Removed.
28825         (mono_reflection_inflate_field): Return a `MonoReflectionField *'.
28827         * reflection.h (MonoReflectionInflatedField): Removed.
28829 2004-02-12  Martin Baulig  <martin@ximian.com>
28831         * metadata.h (MonoMethodHeader, MonoMethodSignature): Moved the
28832         `gen_method' field from MonoMethodHeader to MonoMethodSignature.
28834         * reflection.c (mono_image_get_methodspec_token): Take a
28835         `MonoMethod *' instead of a `MonoReflectionInflatedMethod *'.
28836         (mono_image_create_token): Check whether we have a
28837         `method->signature->gen_method' and call
28838         mono_image_get_methodspec_token() if appropriate.
28839         (inflated_method_get_object): Removed.
28840         (mono_reflection_bind_generic_method_parameters): Return a
28841         `MonoReflectionMethod *', not a `MonoReflectionInflatedMethod *'.
28842         (mono_reflection_inflate_method_or_ctor): Likewise.
28844         * reflection.h (MonoReflectionInflatedMethod): Removed.
28846 2004-02-12  Zoltan Varga  <vargaz@freemail.hu>
28848         * marshal.c (mono_marshal_get_native_wrapper): Implement proper support
28849         for custom valuetype marshalling.
28851         * icall.c (icall_entries): Diagnostic -> Diagnostics. Fixes #54261.
28853 2004-02-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28855         * icall.c: fixed WSAGetLastError_internal name.
28857 2004-02-11  Zoltan Varga  <vargaz@freemail.hu>
28859         * threads.c (mono_thread_attach): Allow this to be called multiple
28860         times for a thread.
28861         
28862         * threads.c (build_wait_tids): Do not wait for ourselves.
28864         * threads.c (mono_thread_pop_appdomain_ref): Avoid crash if the 
28865         appdomain list is empty.
28867         * marshal.c (mono_marshal_get_native_wrapper): Do not free the
28868         memory returned by mono_string_builder_to_utf16, since it points into
28869         managed memory. Thanks to Bernie Solomon for noticing this.
28871         * icall.c: Add AppDomainSetup icalls.
28873         * reflection.h (MonoReflectionMethodAux): Add 'param_cattr' field.
28875         * reflection.c (mono_custom_attrs_from_param): Add support for dynamic
28876         types.
28878         * reflection.c (reflection_methodbuilder_to_mono_method): Save
28879         custom attributes to the method_aux struct. Also fix array indexes etc.
28881         * loader.c (mono_method_get_param_names): Make dynamic case work again.
28882         
28883 Tue Feb 10 17:03:04 CET 2004 Paolo Molaro <lupus@ximian.com>
28885         * icall.c, loader.c: icall cleanup: we save quite a bit of memory
28886         (both static and runtime) and reduce startup time.
28888 2004-02-10  Zoltan Varga  <vargaz@freemail.hu>
28890         * marshal.c (mono_marshal_get_native_wrapper): Throw an exception on
28891         AsAny marshalling conversion instead of crashing.
28893         * marshal.c: Fix warnings.
28895 2004-02-09  Martin Baulig  <martin@ximian.com>
28897         * class.h (MonoGenericMethod): Added `MonoMethod *declaring'.
28899         * reflection.h (MonoReflectionInflatedMethod): Removed the
28900         `declaring' field, it's now in the unmanaged MonoGenericMethod.
28902         * reflection.c (method_encode_methodspec): Removed the `method'
28903         argument; we get it from `gmethod->declaring'.
28904         (inflated_method_get_object): Removed the `declaring' argument.
28906 2004-02-09  Martin Baulig  <martin@ximian.com>
28908         * class.h (MonoGenericMethod): New type.
28909         (MonoGenericInst): Remove `mtype_argc', `mtype_argv' and
28910         `generic_method'.
28912         * metadata.h (MonoMethodHeader): Replaced the `geninst' field with
28913         a `MonoGenericMethod *gen_method' one.
28915         * class.c (mono_class_inflate_generic_type): Take an additional
28916         `MonoGenericMethod * argument.  This is only non-NULL if we're
28917         inflating types for a generic method.   
28918         (mono_class_inflate_generic_signature): Renamed to
28919         inflate_generic_signature() and made static; take a
28920         `MonoGenericMethod *' argument instead of a `MonoGenericInst *'.
28921         (inflate_generic_header): Take a `MonoGenericMethod *' argument
28922         instead of a `MonoGenericInst *' one.
28923         (mono_class_inflate_generic_method): Likewise.
28925         * reflection.c (encode_generic_method_sig): Take a
28926         `MonoGenericMethod *' argument instead of a `MonoGenericInst *'.
28927         (method_encode_methodspec): Likewise.
28928         (inflated_method_get_object): Likewise. 
28930         * reflection.h (MonoReflectionGenericInst): Replaced the `ginst'
28931         field with a `MonoGenericMethod *gmethod' one.  
28933 2004-02-08  Bernie Solomon  <bernard@ugsolutions.com>
28935         * class.h (mono_class_has_parent): add parens to expansion
28936         so you can ! this.
28938 2004-02-08  Martin Baulig  <martin@ximian.com>
28940         * image.h (MonoImage): Removed `generics_cache'.
28942         * class.c (mono_class_from_generic): Take a `MonoGenericInst *'
28943         instead of a `MonoType *' argument; removed the `inflate_methods'
28944         argument.  Don't inflate methods here.
28946         * loader.c (find_method): If it's a generic instance, call
28947         mono_class_init() on the `sclass->generic_inst->generic_type'.
28949         * metadata.c (mono_type_size): Make this work on uninitialized
28950         generic instances; call it on the `ginst->generic_type's class.
28952         * reflection.c (mono_reflection_bind_generic_parameters): Call
28953         mono_class_from_generic() to create the `ginst->klass'.
28955 2004-02-08  Martin Baulig  <martin@ximian.com>
28957         * class.h (MonoClass): Changed type of `generic_inst' from
28958         `MonoType *' to `MonoGenericInst *'.
28960 2004-02-08  Martin Baulig  <martin@ximian.com>
28962         * icall.c (ves_icall_Type_BindGenericParameters): Just call
28963         mono_type_get_object(), this is now creating a `MonoGenericInst'
28964         for MONO_TYPE_GENERICINST.
28965         (ves_icall_MonoGenericInst_GetParentType): Likewise.
28966         (ves_icall_MonoGenericInst_GetInterfaces): Likewise.
28968         * reflection.c (mono_type_get_object): Return a `MonoGenericInst'
28969         instead instead of a `MonoType' for MONO_TYPE_GENERICINST.
28970         (inflated_method_get_object): Added `MonoClass *refclass' argument.
28971         (mono_reflection_inflate_method_or_ctor): Correctly set declaring
28972         and reflected type.
28974         * reflection.h (MonoReflectionInflatedMethod): Removed
28975         `declaring_type' and `reflected_type'.
28977 2004-02-08  Martin Baulig  <martin@ximian.com>
28979         * class.h (MonoGenericInst): Added `MonoType *parent' and
28980         `MonoType **ifaces'.
28982         * reflection.h (MonoReflectionGenericInst): Removed `klass',
28983         `parent' and `interfaces'.
28985         * reflection.c (mono_reflection_bind_generic_parameters): Take a
28986         `MonoType *' argument and return a `MonoType *'.
28988         * icall.c
28989         (ves_icall_MonoGenericInst_GetParentType): New interncall.
28990         (ves_icall_MonoGenericInst_GetInterfaces): Likewise.    
28992 2004-02-06  Zoltan Varga  <vargaz@freemail.hu>
28994         * marshal.c (mono_marshal_get_native_wrapper): Add support for custom
28995         valuetype marshalling.
28997 2004-02-06  Martin Baulig  <martin@ximian.com>
28999         * class.c
29000         (mono_class_from_generic_parameter): Added TYPE_ATTRIBUTE_PUBLIC.
29001         (my_mono_class_from_generic_parameter): Likewise.
29003 2004-02-06  Zoltan Varga  <vargaz@freemail.hu>
29005         * debug-mono-symfile.c debug-mono-symfile.h mono-debug.c: Read the
29006         contents of the symbol files lazily.
29008         * object.h (MonoThread): Add 'name' and 'name_len' fields.
29010         * threads.h threads.c icall.c: New icalls for getting and setting the
29011         threads name.
29013 2004-02-05  Zoltan Varga  <vargaz@freemail.hu>
29015         * appdomain.c (ves_icall_System_AppDomain_InternalPushDomainRefByID): 
29016         Raise an exception when the domain is not found.
29018 2004-02-03  Martin Baulig  <martin@ximian.com>
29020         * reflection.c (mono_image_get_methodspec_token): Use the
29021         uninflated signature; fixes gen-33.
29023 2004-02-02  Zoltan Varga  <vargaz@freemail.hu>
29025         * gc.c threads.c: Make the finalizer thread a normal managed thread so
29026         the finalizer code can use thread functionality.
29028         * gc.c (ves_icall_System_GC_WaitForPendingFinalizers): Fix check for 
29029         the finalizer thread.
29031         * threads.c: Make some functions more robust.
29033         * loader.c (mono_lookup_pinvoke_call): Another attempt at fixing #22532.
29035         * metadata.h: Add new marshalling conventions.
29037         * marshal.c (mono_marshal_get_native_wrapper): Add support for unicode
29038         stringbuilder marshalling. Fixes #53700.
29040         * reflection.h (MonoReflectionTypeBuilder): Add 'permissions' field.
29042         * reflection.c (mono_image_get_type_info): Save declarative security
29043         info.
29045         * reflection.c (mono_image_get_field_info): Handle uninitialized 
29046         unmanaged fields as well.
29048         * appdomain.c: Bump corlib version.
29050 2004-02-01  Martin Baulig  <martin@ximian.com>
29052         * loader.c (method_from_methodspec): Use `ginst->mtype_argc/v' for
29053         method type arguments.  
29055 2004-01-30  Duncan Mak  <duncan@ximian.com>
29057         * marshal.h: Add prototype for
29058         "ves_icall_System_Runtime_InteropServices_Marshal_AllocCoTaskMem"
29059         and
29060         "ves_icall_System_Runtime_InteropServices_Marshal_FreeCoTaskMem" to
29061         fix the build.
29063 2004-01-30  Zoltan Varga  <vargaz@freemail.hu>
29065         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_AllocCoTaskMem): New icall.
29066         (ves_icall_System_Runtime_InteropServices_Marshal_FreeCoTaskMem): New icall.
29068 2004-01-29  Zoltan Varga  <vargaz@freemail.hu>
29070         * marshal.c (mono_marshal_get_native_wrapper): Add support for
29071         custom marshalling of valuetypes.
29073         * marshal.c: Fix some warnings.
29075 2004-01-29  Martin Baulig  <martin@ximian.com>
29077         * class.h (MonoGenericInst): Added `mtype_argc' and `mtype_argv'
29078         for generic method parameters.
29080         * reflection.c (method_encode_methodspec): Write the uninflated
29081         signature into the methodspec table.
29082         (mono_reflection_inflate_method_or_ctor): Ensure `res->declaring'
29083         is always the uninflated method.
29084         (reflection_methodbuilder_to_mono_method): Copy the generic
29085         parameters from the MethodBuilder into `header->gen_params'.
29087 2004-01-29  Zoltan Varga  <vargaz@freemail.hu>
29089         * class.c (mono_class_from_generic_parameter): Fix warning.
29091 2004-01-27  Martin Baulig  <martin@ximian.com>
29093         * class.c (mono_class_from_generic_parameter): Don't create
29094         `klass->methods' here.  
29096 2004-01-26  Zoltan Varga  <vargaz@freemail.hu>
29098         * loader.c (mono_lookup_pinvoke_call): Disable trimming of .dll
29099         extension since it does not work with libraries named lib<FOO>.dll.so.
29101 2004-01-25  Martin Baulig  <martin@ximian.com>
29103         * class.c (mono_class_inflate_generic_type): Added support for
29104         MONO_TYPE_GENERICINST.
29106         * reflection.c (mono_reflection_inflate_method_or_ctor): Also
29107         inflate methods on open constructed types.      
29109 2004-01-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29111         * object.c: fire ProcessExit event in the root AppDomain after running
29112         Main. Fixes bug #53299.
29114 Fri Jan 23 21:27:40 CET 2004 Paolo Molaro <lupus@ximian.com>
29116         * socket-io.c: include the new socket-wrappers.h header.
29117         Use the wrappers instead of the unix socket functions to make the code
29118         more clear.
29120 2004-01-23  Zoltan Varga  <vargaz@freemail.hu>
29122         * profiler.c (merge_methods): Fix merging of profile info. Fixes #53010.
29124         * loader.c (mono_lookup_pinvoke_call): Strip .dll from library names.
29125         Fixes #22532.
29127 2004-01-22  Zoltan Varga  <vargaz@freemail.hu>
29129         * reflection.c (mono_image_create_pefile): Handle the case when the
29130         entry point is not a MethodBuilder.
29132         * reflection.h (MonoReflectionAssemblyBuilder): Change 'entry_point'
29133         field to ReflectionMethod since it is not allways a builder.
29135         * reflection.c (type_get_fully_qualified_name): New helper function to
29136         return the fully qualified name of a type.
29138         * reflection.c (encode_marshal_blob): Always emit the fully qualified
29139         type name for custom marshallers.
29141         * reflection.c (mono_marshal_spec_from_builder): Ditto.
29143         * class.c (mono_class_setup_vtable): If a parent class already 
29144         implements an interface, use the implementing methods from that class.
29145         Fixes #53148.
29147 2004-01-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29149         * threadpool.c: just return instead of ExitThread to allow for thread
29150         clean up earlier.
29152 2004-01-21  Zoltan Varga  <vargaz@freemail.hu>
29154         * icall.c (ves_icall_System_Reflection_Module_Close): Prevent assertion
29155         when closing resource modules.
29157         * reflection.c (mono_image_create_pefile): Handle the case when the
29158         entry point is not a MethodBuilder.
29160         * reflection.h (MonoReflectionAssemblyBuilder): Change 'entry_point'
29161         field to ReflectionMethod since it is not allways a builder.
29163 2004-01-20  Bernie Solomon  <bernard@ugsolutions.com>
29165         * marshal.c (mono_marshal_get_managed_wrapper): 
29166         mono_marshal_alloc takes native int so CONV_I
29167         the arg for 64bits.
29169 2004-01-20  Zoltan Varga  <vargaz@freemail.hu>
29171         * reflection.c (fixup_cattrs): New function to fixup the methoddef
29172         tokens in the cattr table. Fixes #53108.
29174 2004-01-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29176         * loader.c: don't trim ".dll" before looking up in the config file.
29177         Don't leak orig_scope. Reopened bug #22532 in the meanwhile.
29179 2004-01-19  Zoltan Varga  <vargaz@freemail.hu>
29181         * icall.c (ves_icall_System_Reflection_Assembly_GetManifestResourceInternal): 
29182         Return the module which contains the resource as well.
29183         (ves_icall_System_Reflection_Module_Close): New icall.
29185         * appdomain.c: Bump corlib version number.
29187         * image.c (mono_image_addref): New public function.
29189         * assembly.c: Call mono_image_addref.
29191         * reflection.c (mono_module_get_object): Increase reference count of 
29192         the image.
29194         * loader.c (mono_lookup_pinvoke_call): Strip .dll from library names.
29195         Fixes #22532.
29197         * exception.h exception.c loader.h loader.c icall.c marshal.h marshal.c:
29198         Applied patch from Bernie Solomon  <bernard@ugsolutions.com>. Throw
29199         proper exceptions on DllImport problems.
29201 Mon Jan 19 17:50:27 CET 2004 Paolo Molaro <lupus@ximian.com>
29203         * class.c, metadata.c: eliminate CSIZE macro.
29205 2004-01-19  Lluis Sanchez Gual  <lluis@ximian.com>
29207         * icall.c: Added ves_icall_type_IsInstanceOf internal call.
29208         * object.h: Added async_callback field in MonoAsyncResult.
29209         * marshal.c: In mono_delegate_begin_invoke, set the value of async_callback.
29210         * verify.c: Added async_callback in MonoAsyncResult layout.
29212 2004-01-17  Zoltan Varga  <vargaz@freemail.hu>
29214         * reflection.c (mono_reflection_get_custom_attrs): Add support
29215         for Modules.
29217 2004-01-16  Zoltan Varga  <vargaz@freemail.hu>
29219         * marshal.c (mono_string_builder_to_utf8): Fix stringbuilder 
29220         marshalling.
29221         (mono_marshal_method_from_wrapper): Add null pointer check.
29223 2004-01-16  Martin Baulig  <martin@ximian.com>
29225         * debug-mono-symfile.h: Set version number to 36 and reflect
29226         latest symbol writer changes.
29228 2004-01-16  Zoltan Varga  <vargaz@freemail.hu>
29230         * class.c (mono_bounded_array_class_get): Set 'bounded' to FALSE for
29231         multi-dimensional arrays.
29232         (mono_class_is_assignable_from): Check vectors<->one dim. arrays.
29233         (mono_class_from_mono_type): Use bounded_array_class_get.
29234         
29235         * class.c (mono_bounded_array_class_get): New function which takes
29236         a 'bounded' bool argument to distinguish vectors from one dimensional
29237         arrays.
29239         * icall.c (ves_icall_System_Array_CreateInstanceImpl): Call 
29240         bounded_array_class_get if the array has bounds.
29242         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): 
29243         Search modules loaded using AssemblyBuilder:AddModule as well.
29245 2004-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29247         * appdomain.c: increased corlib version.
29248         * filewatcher.c: removed g_print.
29249         * icall.c:
29250         (get_property_info): only allocate what is actually requested.
29251         (ves_icall_Type_GetInterfaces): free the bitset in case of early error.
29253 2004-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29255         * Makefile.am: added filewatcher.[ch]
29256         * filewatcher.[ch]: FileSystemWatcher runtime support.
29257         * icall.c: added new FSW icalls.
29259 Tue Jan 13 20:03:17 CET 2004 Paolo Molaro <lupus@ximian.com>
29261         * string-icalls.c: fix stringbuilder regression as suggested by
29262         Iain McCoy <iain@mccoy.id.au>.
29264 2004-01-13  Zoltan Varga  <vargaz@freemail.hu>
29266         * process.c (process_read_stringtable_block): Recognize '007f' as
29267         a language neutral stringtable block.
29269 2004-01-12  Patrik Torstensson
29271         * object.h (MonoStringBuilder) : Changed layout to support our
29272         new stringbuilder class.
29273         * marshal.c: Change marshalling to support the new layout of 
29274         string builder.
29275         * appdomain.c: increased version number because new layout of
29276         string builder.
29278 2004-01-12  Zoltan Varga  <vargaz@freemail.hu>
29280         * appdomain.c (ves_icall_System_AppDomain_LoadAssembly): Receive the
29281         assembly name as an string instead of an AssemblyName, since it is
29282         easier to extract info from it.
29284         * appdomain.c (mono_domain_assembly_preload): Look for assemblies in
29285         the culture subdirectories too. Fixes #52231.
29287 2004-01-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29289         * icall.c: renamed ves_icall_Type_GetMethods to GetMethodsByName.
29290         It takes 2 new parameters with an optional name for the method to look
29291         for and case ignoring info.
29293         * threadpool.c: removed unused variable.
29295 2004-01-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29297         * icall.c: renamed ves_icall_Type_GetProperties to GetPropertiesByName.
29298         It takes 2 new parameters with an optional name for the property to look
29299         for and case ignoring info.
29300         Fixes bug #52753.
29302 2004-01-09  Zoltan Varga  <vargaz@freemail.hu>
29304         * reflection.c: Applied patch from Benjamin Jemlich (pcgod@gmx.net).
29305         Fix #52451.
29307 2004-01-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29309         * appdomain.c:
29310         * assembly.c: escape the uri before passing it to g_filename_from_uri.
29311         Fixes bug #52630.
29313 2004-01-07  Zoltan Varga  <vargaz@freemail.hu>
29315         * reflection.c: Add support for more than one unmanaged resource.
29317         * icall.c (ves_icall_get_enum_info): Store the value of the enum fields
29318         in field->def_value, as done in all other cases.
29320         * reflection.c (mono_reflection_get_custom_attrs): Add support for
29321         TypeBuilders.
29323         * reflection.c (mono_reflection_create_runtime_class): Remove 
29324         errorneous assignment to klass->element_class, since it is already
29325         done in mono_reflection_setup_internal_class.
29327 2004-01-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29329         * gc.c: added missing LeaveCriticalSection.
29330         * icall.c: indented a couple of lines.
29331         * threadpool.c: remove dangling LeaveCriticalSection. Don't wait forever
29332         if we call EndInvoke inside a callback. Fixes bug #52601.
29334 2004-01-07  Martin Baulig  <martin@ximian.com>
29336         * mono-debug-debugger.h
29337         (MonoDebuggerIOLayer): Added `GetCurrentThreadID'.
29339 2004-01-06  Miguel de Icaza  <miguel@ximian.com>
29341         * appdomain.c: Use messages in NotImplementedException.
29343         * exception.c (mono_get_exception_not_implemented): Now this takes
29344         a message argument.
29346         * marshal.c (emit_str_to_ptr_conv): g_warning and throw an
29347         exception instead of g_asserting an aborting when something is not
29348         implemented.
29350         Add some inline docs.
29352 2004-01-05  Zoltan Varga  <vargaz@freemail.hu>
29354         * reflection.h: Update after changes to object layout.
29356         * reflection.c: Implement saving of unmanaged aka win32 resources.
29358         * appdomain.c: Bump version number.
29360         * appdomain.c (ves_icall_System_AppDomain_InternalSetDomainByID): 
29361         Handle missing domains gracefully.
29363 2004-01-05  Atsushi Enomoto <atsushi@ximian.com>
29365         * file-io.c : On Windows, there are much more invalid_path_chars.
29367 Fri Jan 2 13:35:48 CET 2004 Paolo Molaro <lupus@ximian.com>
29369         * class.h, object.c: prepare for GetType () speedup.
29371 2003-12-24  Atsushi Enomoto <atsushi@ximian.com>
29373         * profiler.c: workaround for --profile null reference exception on
29374           cygwin. Patch by Patrik Torstensson.
29376 2003-12-22  Bernie Solomon  <bernard@ugsolutions.com>
29378         * marshal.c: (ves_icall_System_Runtime_InteropServices_Marshal_Read/WriteXXX)
29379         make work for unaligned access.
29381 Mon Dec 22 18:37:02 CET 2003 Paolo Molaro <lupus@ximian.com>
29383         * class.c: small cleanup (class->fields [i] -> field).
29384         * image.c: check address of metadata is valid.
29386 2003-12-22  Zoltan Varga  <vargaz@freemail.hu>
29388         * assembly.h assembly.c (mono_assembly_loaded): New public function to
29389         search the list of loaded assemblies.
29391         * reflection.c (mono_reflection_type_from_name): Use 
29392         mono_assembly_loaded instead of mono_image_loaded.
29394         * reflection.c: Fix warnings.
29396 2003-12-20  Zoltan Varga  <vargaz@freemail.hu>
29398         * image.h (MonoImage): Add a new 'dynamic' field to denote that the image 
29399         is dynamic. This is needed since an assembly can contain both dynamic and
29400         non-dynamic images.
29402         * class.c loader.c metadata.c object.c: Use image->dynamic instead of 
29403         assembly->dynamic.
29405         * icall.c reflection.c: Add new AssemblyBuilder:AddModule icall.
29407         * reflection.h (MonoReflectionAssemblyBuilder): Add 'loaded_modules' field
29408         to store modules loaded using AddModule.
29410         * reflection.c (mono_image_fill_file_table): Generalize this so it works
29411         on Modules.
29413         * reflection.c (mono_image_fill_export_table_from_class): New helper function.
29415         * reflection.c (mono_image_fill_export_table_from_module): New function to
29416         fill out the EXPORTEDTYPES table from a module.
29418         * reflection.c (mono_image_emit_manifest): Refactor manifest creation code
29419         into a separate function. Also handle loaded non-dynamic modules.
29421         * reflection.c (mono_image_basic_init): Fix memory allocation.
29423         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
29425         * assembly.c (mono_assembly_load_references): Make this public.
29427 2003-12-19  Martin Baulig  <martin@ximian.com>
29429         * class.c (mono_class_initialize_generic): Made this static, take
29430         a `MonoGenericInst *' instead of a `MonoClass *'.
29431         (mono_class_from_generic): Call mono_class_initialize_generic()
29432         unless we're already initialized or being called from
29433         do_mono_metadata_parse_generic_inst().
29435         * class.h (MonoGenericInst): Added `initialized' and
29436         `init_pending' flags.
29438         * metadata.c (do_mono_metadata_parse_generic_inst): Don't call
29439         `mono_class_init (gklass)' or mono_class_initialize_generic()
29440         here; set `generic_inst->init_pending' while parsing the
29441         `type_argv'.
29443 2003-12-19  Bernie Solomon  <bernard@ugsolutions.com>
29445         * locales.c: include string.h for memxxx prototypes
29447 2003-12-19  Zoltan Varga  <vargaz@freemail.hu>
29449         * icall.c (ves_icall_MonoField_GetValueInternal): Do not run the class
29450         constructor when accessing literal fields.
29452 2003-12-17  Zoltan Varga  <vargaz@freemail.hu>
29454         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
29456         * reflection.c (assembly_add_resource_manifest): New function to fill
29457         the MANIFESTRESOURCE table.
29459         * reflection.c (mono_image_build_metadata): Emit MANIFESTRESOURCE table.
29461         * reflection.h: Update to changes in class layout.
29463         * icall.c (ves_icall_System_Environment_get_HasShutdownStarted): 
29464         Reenable call to mono_runtime_is_shutting_down ().
29466         * appdomain.c (mono_runtime_is_shutting_down): New helper function to
29467         determine if the runtime is shutting down.
29469 2003-12-16  Jackson Harper <jackson@ximian.com>
29471         * icall.c: comment out call to mono_runtime_is_shutting_down to
29472         fix build.
29473         
29474 2003-12-16  Zoltan Varga  <vargaz@freemail.hu>
29476         * icall.c (ves_icall_System_Reflection_Assembly_GetManifestResourceInternal): Add support for loading resources from modules.
29477         (ves_icall_System_Environment_get_HasShutdownStarted): New icall.
29479 2003-12-15  Bernie Solomon  <bernard@ugsolutions.com>
29481         * reflection.c: move definition of swap_with_size
29482         to before its first call
29484 2003-12-15  Zoltan Varga  <vargaz@freemail.hu>
29486         * appdomain.c (mono_runtime_is_shutting_down): New public function.
29488         * icall.c (ves_icall_System_Environment_get_HasShutdownStarted): New
29489         icall.
29491         * object.c: Fix warnings.
29493         * icall.c (ves_icall_Type_Get...): Only consider inherited static
29494         members if FlattenHierarchy is set.
29496         * reflection.c (mono_image_add_decl_security): New function to emit
29497         declarative security.
29499         * reflection.h reflection.c: Add support for declarative security.
29501         * appdomain.c (MONO_CORLIB_VERSION): Bump version number.
29502         
29503 2003-12-13  Zoltan Varga  <vargaz@freemail.hu>
29505         appdomain.c (MONO_CORLIB_VERSION): Bump version number.
29506         
29507         * appdomain.c verify.c: Moved corlib version checking into its own
29508         function in appdomain.c since it needs to create vtables etc.
29510 2003-12-13  Patrik Torstensson <p@rxc.se>
29512         * marshal.c (mono_remoting_wrapper): Fix bug 48015, using TP as this 
29513         instead of unwrapped server.
29515 2003-12-12  Zoltan Varga  <vargaz@freemail.hu>
29517         * verify.c (check_corlib): Fix field index.
29519 2003-12-10  Zoltan Varga  <vargaz@freemail.hu>
29521         * icall.c: Applied patch from Todd Berman (tbermann@gentoo.org). New
29522         GetGacPath icall.
29524 2003-12-10  Bernie Solomon  <bernard@ugsolutions.com>
29526         * process.c:  (ves_icall_System_Diagnostics_Process_GetWorkingSet_internal
29527         ves_icall_System_Diagnostics_Process_SetWorkingSet_internal):
29528         cope with sizeof(size_t) != sizeof(guint32).
29530 2003-12-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29532         * process.[ch]: the 'pid' field in MonoProcInfo stores GetLastError
29533         in case of failure.
29535 2003-12-10  Mark Crichton <crichton@gimp.org>
29537         * icall.c: removed the GetNonZeroBytes.  We now handle this case
29538         in managed code.
29540         * rand.c, rand.h: Same here.  Also cleaned up the clode slightly.
29542 Tue Dec 9 15:36:18 CET 2003 Paolo Molaro <lupus@ximian.com>
29544         * class.h, class.c, icall.c, marshal.c, object.c: ignore fields
29545         marked as deleted.
29547 2003-12-09  Zoltan Varga  <vargaz@freemail.hu>
29549         * verify.c (check_corlib): Handle the case when the version field is 
29550         initialized by a static constructor.
29552 2003-12-08  Patrik Torstensson  <p@rxc.se>
29554     * rand.c (InternalGetBytes): Implemented win32 version with cryptapi
29556 2003-12-08  Martin Baulig  <martin@ximian.com>
29558         * icall.c (ves_icall_TypeBuilder_define_generic_parameter): Return
29559         a MonoReflectionGenericParameter, also take the parameter index
29560         and name as arguments.
29561         (ves_icall_MethodBuilder_define_generic_parameter): Likewise.
29562         (ves_icall_MonoGenericParam_initialize): New interncall.
29563         (ves_icall_Type_make_byref_type): New interncall.
29565         * reflection.h (MonoReflectionGenericParam): Derive from
29566         MonoReflectionType, not just from MonoObject.  Added `refobj' and
29567         `index' fields.
29569         * reflection.c (mono_reflection_define_generic_parameter): Create
29570         and return a new MonoReflectionGenericParam; don't initialize the
29571         constraints here.
29572         (mono_reflection_initialize_generic_parameter): New public method;
29573         initializes the constraints and creates the `param->pklass'.
29575 2003-12-08  Zoltan Varga  <vargaz@freemail.hu>
29577         * reflection.h reflection.c: Use the new fields 'num_types', 
29578         'num_fields' and 'num_methods' to track the number of types etc.
29580         * verify.c (check_corlib): Check corlib version number.
29582 2003-12-07  Zoltan Varga  <vargaz@freemail.hu>
29584         * marshal.c (mono_marshal_method_from_wrapper): Remove assert so this
29585         function works on all methods.
29587 2003-12-07  Lluis Sanchez Gual  <lluis@ximian.com>
29589         * domain.c, loader.h: Added IRemotingTypeInfo interface in MonoDefaults.
29590         * icall.c: in, ves_icall_Remoting_RealProxy_GetTransparentProxy set
29591         the custom_type_info flag of the transparent proxy.
29592         * object.c: Added method mono_object_isinst_mbyref for casting mbyref
29593         objects that supports IRemotingTypeInfo.
29594         * object.h: Added custom_type_info field in transparent proxy.
29596 2003-12-06  Martin Baulig  <martin@ximian.com>
29598         * class.c (mono_class_create_from_generic): Removed.
29599         (mono_class_from_generic): Check `ginst->klass' before doing
29600         anything else.  This is important to fully support "recursive"
29601         generic types.
29603         * metadata.c (do_mono_metadata_parse_generic_inst): Create an
29604         empty `generic_inst->klass' before doing anything else.
29606 2003-12-06  Dick Porter  <dick@ximian.com>
29608         * verify.c: 
29609         * object.h:
29610         * icall.c:
29611         * locales.c: Use C structs to access class fields.  Don't do a
29612         conversion between MonoString and UChar because both are
29613         platform-endian UTF-16.  Compare now takes startindex and count
29614         parameters.  Add a char overload for IndexOf.  Speed up the
29615         invariant string IndexOf.
29617 2003-12-05  Zoltan Varga  <vargaz@freemail.hu>
29619         * Makefile.am (monosn_LDADD): Fix parallel build.
29621 2003-12-04  Martin Baulig  <martin@ximian.com>
29623         * icall.c
29624         (ves_icall_type_GetTypeCode): Added MONO_TYPE_VAR and MONO_TYPE_MVAR.
29625         (ves_icall_Type_make_array_type): New interncall.       
29627 2003-12-04  Martin Baulig  <martin@ximian.com>
29629         * locales.c: also change it in the !HAVE_ICU case.
29631 2003-12-04  Dick Porter  <dick@ximian.com>
29633         * icall.c:
29634         * locales.c: construct_compareinfo is now in CompareInfo, not
29635         CultureInfo.
29637 2003-12-04  Zoltan Varga  <vargaz@freemail.hu>
29639         * image.c (mono_image_load_file_for_image): Cache loaded images in the
29640         image->files array.
29642         * image.c (load_class_name): Load class names from the EXPORTEDTYPES
29643         table as well.
29645         * assembly.c (mono_assembly_load_references): Only load references
29646         once.
29648         * class.c (mono_class_from_name): Avoid linear search of the 
29649         EXPORTEDTYPE table.
29651         * loader.c (mono_field_from_token): Cache lookups of fieldrefs as well.
29653 2003-12-03  Zoltan Varga  <vargaz@freemail.hu>
29655         * image.h (MonoImage): Add 'field_cache' field.
29657         * loader.c (mono_field_from_token): Cache field lookups.
29658         
29659         * reflection.c (mono_module_get_object): Fix name property.
29661         * icall.c (ves_icall_get_enum_info): Update after changes to 
29662         mono_metadata_get_constant_index ().
29664         * icall.c: Get rid of get_type_info icall, use a separate icall for
29665         each type property to avoid needless memory allocations. Fixes #51514.
29667         * metadata.c (mono_metadata_get_constant_index): Add a 'hint' parameter
29668         to avoid needless binary searches.
29670         * class.c (class_compute_field_layout): Move the initialization of
29671         field->def_value to mono_class_vtable ().
29673         * class.c (mono_class_layout_fields): Enable GC aware auto layout for
29674         non-corlib types.
29676         * object.c (mono_object_allocate): Make it inline.
29678         * object.c (mono_object_allocate_spec): Make it inline.
29679         
29680 2003-12-02  Dick Porter  <dick@ximian.com>
29682         * locales.c (create_NumberFormat): NumberFormatInfo construction.
29683         Patch by Mohammad DAMT (mdamt@cdl2000.com).
29685 2003-12-01  Dick Porter  <dick@ximian.com>
29687         * threads.c: Fix signature and call in CreateMutex and
29688         CreateEvent.
29690 2003-12-01  Dick Porter  <dick@ximian.com>
29692         * icall.c: 
29693         * locales.c: Implement string compares and searching
29695         * object.h: Add extra Thread field
29697 2003-11-30  Zoltan Varga  <vargaz@freemail.hu>
29699         * reflection.c (fixup_method): Add support for MonoCMethod.
29701 2003-11-28  Zoltan Varga  <vargaz@freemail.hu>
29703         * gc.c: Fix hangs and error messages when GC_DONT_GC is set.
29705         * reflection.c (assembly_name_to_aname): Allow extra characters in
29706         assembly names. Fixes #51468.
29708 2003-11-26  Zoltan Varga  <vargaz@freemail.hu>
29710         * exception.c (mono_exception_from_name_domain): New helper function.
29712         * appdomain.c (ves_icall_System_AppDomain_createDomain): Create the
29713         exception object in the correct domain.
29715         * appdomain.c (ves_icall_System_AppDomain_LoadAssemblyRaw): Fix 
29716         formatting + make a copy a the input data.
29718         * loader.c (mono_get_method_from_token): Methods which contain
29719         native code do not have entries in the ImplMap.
29721         (ves_icall_System_AppDomain_LoadAssemblyRaw): Fix exception throw.
29722         Thanks to Gonzalo for spotting this.
29723         
29724         * appdomain.c (ves_icall_System_AppDomain_LoadAssemblyRaw): Applied
29725         patch from ztashev@openlinksw.co.uk (Zdravko Tashev). New icall.
29727         * assembly.h (mono_assembly_load_from): Split the second part of 
29728         assembly loading into a new public function.
29730         * exception.h (mono_get_exception_bad_image_format): New function.
29732 2003-11-24  Zoltan Varga  <vargaz@freemail.hu>
29734         icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): 
29735         Enumerate all modules inside a dynamic assembly. Fixes #51293.
29736         
29737         * icall.c: Add new icall for creating dynamic methods.
29739         * loader.h debug-helpers.c: Add new wrapper type for dynamic methods.
29741         * reflection.h (MonoReflectionDynamicMethod): Fix type of bool fields.
29743         * reflection.c (mono_reflection_create_dynamic_method): New icall to
29744         create a dynamic method.
29746         * reflection.c (resolve_object): New helper function.
29748         * reflection.c: Generalize ReflectionMethodBuilder and the functions
29749         which manipulate it so they can also work on dynamic methods.
29751         * reflection.c (reflection_method_builder_to_mono_method): Avoid 
29752         creating the MonoReflectionMethodAux structure if it is not needed.
29753         
29754         * reflection.h verify.c: Update after changes to object layout.
29756         * reflection.c (method_builder_encode_signature): Fix compilation on
29757         gcc 2.95.x.
29759 2003-11-21  Lluis Sanchez Gual  <lluis@ximian.com>
29761         * appdomain.h: Added support for context static fields. Added static_data
29762           field to MonoAppContext and renamed thread_static_fields to a more
29763           generic special_static_fields in MonoAppDomain, since it can now contain
29764           context static fields.
29765         * domain.c: Updated hashtable name.
29766         * object.c: Replaced field_is_thread_static() for a more generic
29767           field_is_special_static() which also checks for context static attribute.
29768           In mono_class_vtable(), added support for static context fields.
29769         * threads.c: Changed methods that manage thread static fields to more
29770           generic methods so they can be reused both for thread and context static
29771           data.
29772         * threads.h: Declared some new methods.
29774 2003-11-21  Zoltan Varga  <vargaz@freemail.hu>
29776         * reflection.h: Update after changes to the managed types.
29778         * reflection.c (encode_custom_modifiers): New helper function.
29780         * reflection.c (method_encode_signature): Emit custom modifiers.
29782         * reflection.c (field_encode_signature): Emit custom modifiers.
29784 2003-11-18  Zoltan Varga  <vargaz@freemail.hu>
29786         * reflection.h (MonoReflectionAssemblyName): Applied patch from Laurent Morichetti (l_m@pacbell.net). Fix type of 'flags' field.
29788         * icall.c (ves_icall_System_ValueType_Equals): New optimized 
29789         implementation.
29791         * icall.c (ves_icall_System_ValueType_InternalGetHashCode): New 
29792         icall.
29794         * object.c (mono_field_get_value_object): New function.
29796         * object.c appdomain.h appdomain.c: Make out_of_memory_ex domain
29797         specific.
29799 2003-11-17  Zoltan Varga  <vargaz@freemail.hu>
29801         * appdomain.c (mono_runtime_get_out_of_memory_ex): New function to
29802         return a preallocated out-of-memory exception instance.
29804         * object.c (out_of_memory): Use the new function.
29806         * metadata.c (mono_metadata_parse_type): Handle the case when the byref
29807         flag is before the custom modifiers. Fixes #49802.
29809 2003-11-16  Martin Baulig  <martin@ximian.com>
29811         * class.c (mono_class_is_open_constructed_type): Implemented the
29812         MONO_TYPE_GENERICINST case.
29814 2003-11-16  Zoltan Varga  <vargaz@freemail.hu>
29816         * assembly.c (mono_assembly_fill_assembly_name): New function to
29817         fill out the MonoAssemblyName structure.
29818         (mono_assembly_open): Use the new function.
29820         * icall.c (fill_reflection_assembly_name): New helper function.
29822         * icall.c (ves_icall_System_Reflection_Assembly_FillName): Use the
29823         new function.
29825         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetAssemblyName): New icall.
29827 2003-11-15  Martin Baulig  <martin@ximian.com>
29829         * class.c (mono_class_is_open_constructed_type): New public
29830         function; checks whether a type is an open constructed type,
29831         ie. whether it still contains type parameters.
29832         (mono_class_inflate_generic_type): If we're a type parameter and
29833         the inflated type is also a MONO_TYPE_(M)VAR, return the original
29834         type.
29836         * class.h (MonoGenericInst): Added `guint32 is_open'.
29838         * loader.c (method_from_methodspec): Check whether we're an open
29839         or closed constructed type and set `ginst->is_open'.
29841         * reflection.c (mono_reflection_bind_generic_parameters): Check
29842         whether we're an open or closed constructed type and set
29843         `ginst->is_open'.
29844         (mono_reflection_inflate_method_or_ctor): Don't inflate methods
29845         from open constructed types.
29847 2003-11-15  Martin Baulig  <martin@ximian.com>
29849         * reflection.c (mono_reflection_bind_generic_parameters): If we're
29850         a generic instance (instead of a generic type declaration) with
29851         unbound generic parameters, bind them to our actual types.
29853 2003-11-14  Martin Baulig  <martin@ximian.com>
29855         * reflection.h (MonoReflectionGenericInst): Added `MonoArray *interfaces'.
29857         * reflection.c (mono_reflection_bind_generic_parameters): If we're
29858         an interface type, populate `res->interfaces' with instantiated
29859         versions of all the interfaces we inherit.
29861 2003-11-13  Aleksey Demakov  <avd@openlinksw.com>
29863         * assembly.c (mono_assembly_load): Fixed problem finding mscorlib.dll
29864         when MONO_PATH is set but doesn't contain the install dir.
29866 2003-11-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29868         * icall.c:
29869         (ves_icall_Type_GetInterfaces): don't return an interface twice when
29870         it's also implemented in base classes. Fixes bug #50927.
29872 2003-11-13  Zoltan Varga  <vargaz@freemail.hu>
29874         * gc.c (ves_icall_System_GC_WaitForPendingFinalizers): Avoid deadlocks
29875         if this method is called from a finalizer. Fixes #50913.
29877 2003-11-12  Miguel de Icaza  <miguel@ximian.com>
29879         * threads.c: Implement VolatileRead/VolatileWrite
29881         * icall.c: Add new icalls for VolatileRead/VolatileWrite
29883 2003-11-12  Zoltan Varga  <vargaz@freemail.hu>
29885         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Applied 
29886         patch from Danilo Sagan (dsegan@gmx.net). Fix compilation under gcc
29887         2.95.3.
29889         * assembly.c (mono_assembly_open): Fix windows build. Applied patch 
29890         from Peter Ross (pro@missioncriticalit.com).
29891         
29892 2003-11-12  Lluis Sanchez Gual  <lluis@ximian.com>
29894         * icall.c: Added internal call for System.Environment::GetMachineConfigPath
29896 2003-11-12  Zoltan Varga  <vargaz@freemail.hu>
29898         * assembly.c (mono_assembly_load_references): Disable check because it
29899         triggers on older corlibs which lots of people have.
29901 2003-11-12  Jackson Harper  <jackson@ximian.com>
29903         * assembly.c: Change corlib name to mscorlib. Add a temp. hack to
29904         load corlib.dll if mscorlib.dll is not found.
29905         * assembly.h: Remove corlib name define.
29906         * class.c:
29907         * domain.c:
29908         * image.c: Change corlib name to mscorlib.
29909         
29910 2003-11-12  Zoltan Varga  <vargaz@freemail.hu>
29912         * debug-mono-symfile.c: Add patch from FreeBSD ports tree.
29914 2003-11-11  Miguel de Icaza  <miguel@ximian.com>
29916         * appdomain.h: Added loader_optimization here to sync with the C#
29917         code, and add disallow_binding_redirects field.
29919 2003-11-11  Zoltan Varga  <vargaz@freemail.hu>
29921         * mono-debug.c (mono_debug_add_method): Ignore unknown modules.
29923         * reflection.c (mono_image_build_metadata): Fix crash on modules
29924         with no types.
29926         * reflection.h (MonoMethodInfo): Track changes to the managed structure.
29928         * icall.c (ves_icall_get_method_info): Return callingConvention as
29929         well.
29931         * icall.c (ves_icall_System_Reflection_Assembly_GetNamespaces): Add 
29932         namespaces from the EXPORTEDTYPE table as well.
29934         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Merge types
29935         from all modules inside the assembly.
29936         
29937 2003-11-11  Martin Baulig  <martin@ximian.com>
29939         * reflection.c (mono_reflection_bind_generic_parameters): Make
29940         this work for interfaces.
29942 2003-11-11  Martin Baulig  <martin@ximian.com>
29944         * mono-debug.c (mono_debug_add_type): Ignore unknown modules.
29946 2003-11-11  Martin Baulig  <martin@ximian.com>
29948         * reflection.c (mono_reflection_inflate_method_or_ctor): Allow
29949         "MonoInflatedMethod" and "MonoInflatedCtor".
29951 2003-11-11  Zoltan Varga  <vargaz@freemail.hu>
29953         * reflection.c (resolution_scope_from_image): Use the assembly table
29954         from the manifest module, since other modules don't have it.
29956         * debug-helpers.c (mono_type_full_name): New helper function.
29958         * image.h (MonoAssembly): Change 'dynamic' to a boolean.
29960         * image.c (mono_image_load_file_for_image): New public function which
29961         is a replacement for the load_file_for_image in class.c.
29963         * assembly.c (mono_assembly_load_module): A wrapper for the function
29964         above which does assembly association and reference loading too.
29966         * class.c (mono_class_from_name): Call mono_assembly_load_module.
29968 2003-11-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29970         * appdomain.c: not all of the attributes for the full assembly name
29971         are required and the order doesn't matter. Fixes bug #50787.
29973 2003-11-10  Dick Porter  <dick@ximian.com>
29975         * locales.c: Use platform-endian UTF16
29977 2003-11-10  Zoltan Varga  <vargaz@freemail.hu>
29979         * reflection.c: Emit FILE and EXPORTEDTYPE tables.
29980         
29981 2003-11-10  Martin Baulig  <martin@ximian.com>
29983         * metadata.c
29984         (mono_metadata_load_generic_params): Make this actually work.
29986         * reflection.c (mono_reflection_bind_generic_parameters): If our
29987         parent is a generic instance, pass all the `types' to it, no
29988         matter whether it has the same number of type parameters or not.
29990 2003-11-10  Zoltan Varga  <vargaz@freemail.hu>
29992         * reflection.c: Emit FILE and EXPORTEDTYPE tables.
29994         * assembly.c (mono_assembly_load_references): Move the image<->assembly
29995         assignment code to this function so it gets called recursively for all
29996         modules.
29998         * image.c (load_modules): Remove the assembly assignment since it is
29999         now done by mono_assembly_load_references.
30000         
30001         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): 
30002         Add 'module' argument.
30003         (mono_module_get_types): New helper function.
30004         (ves_icall_System_Reflection_Module_InternalGetTypes): New icall.
30006 2003-11-08  Martin Baulig  <martin@ximian.com>
30008         * class.c (mono_class_inflate_generic_method): Interface method
30009         don't have a header.
30011         * reflection.c (mono_image_get_methodspec_token): Take an
30012         additional `MonoGenericInst *' argument instead of reading it from
30013         the header; this is necessary to support interfaces.
30014         (mono_image_create_token): Pass the `MonoGenericInst *' from the
30015         MonoReflectionInflatedMethod to mono_image_get_methodspec_token().
30016         (inflated_method_get_object): Take an additional `MonoGenericInst *'
30017         argument.
30019         * reflection.h (MonoReflectionInflatedMethod): Added
30020         `MonoGenericInst *ginst'.
30022 2003-11-07  Zoltan Varga  <vargaz@freemail.hu>
30024         * gc.c (mono_domain_finalize): Fix compilation for no GC case.
30026 2003-11-06  Zoltan Varga  <zovarga@ws-zovarga2>
30028         * appdomain.c (mono_domain_unload): Add a workaround for bug #27663.
30030 2003-11-06  Zoltan Varga  <vargaz@freemail.hu>
30032         * reflection.c 
30033         (reflection_methodbuilder_from_method_builder):
30034         (reflection_methodbuilder_from_ctor_builder): New helper functions to 
30035         initialize a ReflectionMethodBuilder structure.
30036         (mono_image_get_methodbuilder_token):
30037         (mono_image_get_ctorbuilder_token): New functions to emit memberref
30038         tokens which point to types in another module inside the same assembly.
30040         * reflection.c: Use the new helper functions.
30041         
30042         * reflection.c (mono_image_basic_init): Initialize basedir and culture.
30044         * icall.c loader.c reflection.c: Use ModuleBuilder->dynamic_image 
30045         instead of AssemblyBuilder->dynamic_assembly in the appropriate places.
30047         * reflection.c (resolution_scope_from_image): Emit a moduleref if
30048         neccesary.
30050         * reflection.c (mono_image_build_metadata): Emit metadata only for the
30051         current module. Emit the manifest only for the main module.
30053         * reflection.c (mono_image_create_token): Add assertion when a 
30054         memberref needs to be created.
30056         * reflection.c reflection.h (MonoDynamicAssembly): Remove unused fields.
30058         * reflection.c (mono_reflection_get_custom_attrs_blob): Allocate a 
30059         larger buffer for the custom attribute blob. Fixes #50637.
30060         
30061 2003-11-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30063         * threadpool.c: notify listener on async processing handles after
30064         invoking the async callback. Thanks to Zoltan.
30066 2003-11-03  Zoltan Varga  <vargaz@freemail.hu>
30068         * reflection.c (create_dynamic_mono_image): Call mono_image_init to 
30069         avoid code duplication.
30071         * reflection.h (MonoDynamicImage): New type which is currently unused,
30072         but will be used through the ref.emit code in place of 
30073         MonoDynamicAssembly.
30075         * reflection.h (MonoReflectionAssemblyBuilder): Track changes to the
30076         object layout.
30078         * reflection.c (create_dynamic_mono_image): Rewrote so it now creates
30079         a MonoDynamicImage instead of just a MonoImage.
30080         
30081         * reflection.h reflection.c icall.c: Move nearly all AssemblyBuilder
30082         icalls to ModuleBuilder but keep their semantics, so they will work
30083         with moduleb->assemblyb. This will change later.
30084         
30085 2003-11-03  Zoltan Varga  <vargaz@freemail.hu>
30087         * reflection.h (MonoReflectionAssemblyBuilder): Track changes to the
30088         object layout.
30090         * reflection.c (mono_image_build_metadata): Avoid creation of a default
30091         main module, since it is now done by the managed code.
30093 2003-11-03  Martin Baulig  <martin@ximian.com>
30095         * reflection.c (mono_reflection_inflate_method_or_ctor): Set
30096         `ginst->klass' here.
30097         (method_encode_methodspec): Don't use the `ginst->generic_method's
30098         klass if it's a generic instance, use `ginst->klass' in this case.
30100 2003-11-03  Martin Baulig  <martin@ximian.com>
30102         * reflection.c (mono_image_get_generic_method_param_info):
30103         Removed, use mono_image_get_generic_param_info() instead.
30104         (mono_image_get_type_info): Write the GenericParam table before
30105         the Method table.  This is neccessary because in the GenericParam
30106         table, type parameters of the class (ie. '!0' etc.) must come
30107         before the ones from its generic methods (ie. '!!0' etc).
30109 2003-11-03  Zoltan Varga  <vargaz@freemail.hu>
30111         * icall.c (ves_icall_System_Reflection_Assembly_FillName): Fill out AssemblyName->codebase. Fixes #50469.
30113 2003-11-02  Martin Baulig  <martin@ximian.com>
30115         * reflection.c (create_generic_typespec): Take a
30116         `MonoReflectionTypeBuilder *' instead of a `MonoType *' and get
30117         the generic parameters from it.
30119 2003-11-02  Martin Baulig  <martin@ximian.com>
30121         * reflection.c (fieldref_encode_signature): Take a `MonoType *'
30122         instead of a `MonoClassField *' since we just need the type.
30123         (create_generic_typespec): New static function.  Creates a
30124         TypeSpec token for a generic type declaration.
30125         (mono_image_get_generic_field_token): New static function.
30126         (mono_image_create_token): If we're a FieldBuilder in a generic
30127         type declaration, call mono_image_get_generic_field_token() to get
30128         the token.
30130 2003-11-02  Martin Baulig  <martin@ximian.com>
30132         * reflection.h
30133         (MonoReflectionInflatedMethod, MonoReflectionInflatedField): Added
30134         `MonoReflectionGenericInst *declaring_type' and
30135         `MonoReflectionGenericInst *reflected_type' fields.
30137         * reflection.c (mono_reflection_inflate_method_or_ctor): Take a
30138         `MonoReflectionGenericInst *declaring_type' and a
30139         `MonoReflectionGenericInst *reflected_type' argument instead of a
30140         single `MonoReflectionGenericInst *type' one.  Set
30141         `res->declaring_type' and `res->reflected_type' from them.
30142         (mono_reflection_inflate_field): Likewise.      
30144 2003-11-02  Martin Baulig  <martin@ximian.com>
30146         * class.c (mono_class_setup_vtable): Don't store generic methods
30147         in the vtable.  
30149 2003-11-02  Martin Baulig  <martin@ximian.com>
30151         * reflection.h (MonoReflectionGenericInst): Added
30152         `MonoReflectionType *declaring_type'.
30154         * reflection.c (mono_reflection_bind_generic_parameters): Use
30155         `if (tb->parent)' instead of `klass->parent'.
30157 2003-11-01  Zoltan Varga  <vargaz@freemail.hu>
30159         * assembly.c (mono_assembly_open): Avoid crash if a module is loaded
30160         with an empty ASSEMBLY table.
30162         * reflection.c (mono_image_build_metadata): Avoid using the same loop
30163         variable in the inner and outer loops.
30165 2003-10-31  Zoltan Varga  <vargaz@freemail.hu>
30167         * metadata.h (mono_metadata_make_token): Put parentheses around macro
30168         argument.
30170         * appdomain.h appdomain.c (ves_icall_System_AppDomain_InternalPushDomainRef): Fix signature.
30171         
30172         * appdomain.c appdomain.h icall.c: Get rid of the InvokeInDomain 
30173         icalls. Instead, do everything in managed code. This is needed since
30174         it is hard to restore the original domain etc. in unmanaged code in the
30175         presence of undeniable exceptions.
30177         * appdomain.c (ves_icall_System_AppDomain_InternalPushDomainRef): 
30178         New icalls to push and pop appdomain refs.
30180 2003-10-31  Martin Baulig  <martin@ximian.com>
30182         * class.c (inflate_generic_type): Renamed to
30183         mono_class_inflate_generic_type() and made it public.
30185         * icall.c ("System.Reflection.MonoGenericInst::inflate_field"):
30186         New interncall.
30188         * loader.c (mono_field_from_memberref): Also set the retklass for
30189         typespecs.
30191         * fielder.c (mono_image_get_inflated_field_token): New static
30192         method; creates a metadata token for an inflated field.
30193         (mono_image_create_token, fixup_method): Added support for
30194         "MonoInflatedField".
30195         (fieldbuilder_to_mono_class_field): New static function.
30196         (mono_reflection_inflate_field): New public function.
30198         * reflection.h
30199         (MonoReflectionGenericInst): Added `MonoArray *fields'.
30200         (MonoReflectionInflatedField): New typedef.     
30202 2003-10-30  Bernie Solomon  <bernard@ugsolutions.com>
30204         * socket-io.c (in6_addr ipaddress_to_struct_in6_addr): fix
30205         for Solaris and other platforms without s6_addr16
30207 2003-10-30  Martin Baulig  <martin@ximian.com>
30209         * class.c (inflate_generic_type): Take just one `MonoGenericInst *'
30210         argument instead of two.
30211         (mono_class_inflate_generic_signature): Likewise.
30212         (inflate_generic_header): Likewise.
30213         (mono_class_inflate_generic_method): Likewise.  In addition, if
30214         `ginst->klass' is set, it becomes the new `method->klass'.
30216         * class.h (MonoGenericInst): Removed the `gpointer mbuilder'
30217         field.
30219         * reflection.c (encode_generic_method_sig): Write a 0xa as the
30220         first byte. [FIXME]
30221         (method_encode_methodspec): If we have generic parameters, create
30222         a MethodSpec instead of a MethodRef.
30223         (fixup_method): Added support for "MonoInflatedMethod" and
30224         "MonoInflatedCtor".
30225         (mono_image_create_token): Added support for "MonoInflatedMethod"
30226         and "MonoInflatedCtor".
30227         (inflated_method_get_object): New static function; returns a
30228         managed "System.Reflection.MonoInflatedMethod" object.
30229         (mono_reflection_bind_generic_method_parameters): Return a
30230         `MonoReflectionInflatedMethod' instead of a `MonoReflectionMethod'.
30231         (mono_reflection_inflate_method_or_ctor): Likewise.
30232         (mono_image_get_generic_method_param_info): Initialize unused
30233         fields to zero.
30234         (mono_image_get_generic_param_info): Likewise.
30236         * reflection.h (MonoReflectionInflatedMethod): New public
30237         typedef.  Corresponds to the managed "S.R.MonoInflatedMethod" and
30238         "S.R.MonoInflatedCtor" classes.
30240         * loader.c (method_from_memberref): If we're a TypeSpec and it
30241         resolves to a generic instance, inflate the method.
30243 2003-10-28  Dick Porter  <dick@ximian.com>
30245         * object.c (mono_runtime_run_main): Convert command-line arguments
30246         into utf8, falling back to the user's locale encoding to do so.
30248 2003-10-27  Zoltan Varga  <vargaz@freemail.hu>
30250         * loader.c (mono_get_method_from_token): Avoid looking up the icalls
30251         at this time.
30253         * marshal.c (mono_marshal_get_native_wrapper): Lookup icalls here.
30255         * reflection.c (reflection_methodbuilder_to_mono_method): Avoid looking
30256         up icalls at method definition time. Partially fixes #33569.
30258 2003-10-25  Zoltan Varga  <vargaz@freemail.hu>
30260         * marshal.c (mono_marshal_get_native_wrapper): Add support for [Out]
30261         marshalling of arrays. Fixes #50116.
30263         * appdomain.c (ves_icall_System_AppDomain_InternalIsFinalizingForUnload): New icall.
30265         * appdomain.c (unload_thread_main): Clear class->cached_vtable if it
30266         points to a vtable in the dying appdomain.
30268         * appdomain.c (mono_domain_unload): Move the notification of OnUnload
30269         listeners into unmanaged code inside the lock.
30271         * object.c (mono_class_vtable): Turn off typed allocation in non-root
30272         domains and add some comments.
30274 2003-10-25  Martin Baulig  <martin@ximian.com>
30276         * class.h (MonoGenericInst): Added `MonoClass *klass' field.
30278         * image.h (MonoImage): Added `GHashTable *typespec_cache'.
30280         * metadata.c (mono_metadata_parse_generic_inst): Renamed to
30281         `do_mono_metadata_parse_generic_inst'; pass it the MonoType we're
30282         currently parsing.  Create the generic class and store it in
30283         `generic_inst->klass' before parsing the type arguments.  This is
30284         required to support "recursive" definitions; see mcs/tests/gen-23.cs
30285         for an example.
30286         (mono_type_create_from_typespec): Use a new `image->typespec_cache'
30287         to support recursive typespec entries.
30289         * class.c (mono_class_setup_parent): If our parent is a generic
30290         instance, we may get called before it has its name set.
30291         (mono_class_from_generic): Splitted into
30292         mono_class_create_from_generic() and mono_class_initialize_generic().
30294 2003-10-25  Martin Baulig  <martin@ximian.com>
30296         * icall.c (ves_icall_Type_BindGenericParameters): Return a
30297         `MonoReflectionGenericInst *' instead of a `MonoReflectionType *'.
30298         ("System.Reflection.MonoGenericInst::inflate_method"): New interncall.
30299         ("System.Reflection.MonoGenericInst::inflate_ctor"): New interncall.
30301         * reflection.c (my_mono_class_from_mono_type): Added MONO_TYPE_GENERICINST.
30302         (create_typespec): Likewise.
30303         (mono_reflection_bind_generic_parameters): Return a
30304         `MonoReflectionGenericInst *' instead of a `MonoClass *'.
30305         (mono_reflection_inflate_method_or_ctor): New public function.
30307         * reflection.h (MonoReflectionGenericInst): New typedef.        
30309 2003-10-24  Zoltan Varga  <vargaz@freemail.hu>
30311         * object.c (mono_class_proxy_vtable): Run the whole vtable construction
30312         inside the domain lock. Fixes #49993.
30313         
30314         * object.c (mono_class_vtable): When typed allocation is used, 
30315         allocate vtables in the GC heap instead of in the mempool, since the
30316         vtables contain GC descriptors which are used by the collector even
30317         after the domain owning the mempool is unloaded.
30319         * domain.c (mono_domain_set): Rename to mono_domain_set_internal.
30321         * domain.c (mono_domain_unload): Rename to mono_domain_free to better
30322         reflect what it does. Also invalidate mempools instead of freeing
30323         them if a define is set.
30325         * appdomain.h (MonoAppDomainState): New enumeration to hold the state
30326         of the appdomain.
30327         
30328         * appdomain.h (_MonoDomain): New field 'finalizable_object_hash' to
30329         hold the finalizable objects in this domain.
30331         * appdomain.h (_MonoDomain): New field 'state' to hold the state of the
30332         appdomain.
30334         * appdomain.c (mono_domain_set): New function to set the current
30335         appdomain, but only if it is not being unloaded.
30337         * appdomain.c threads.c threadpool.c object.c: Avoid entering an
30338         appdomain which is being unloaded.
30339         
30340         * appdomain.c (ves_icall_System_AppDomain_InternalUnload): Prevent
30341         unloading of the root appdomain.
30343         * appdomain.c (ves_icall_System_AppDomain_InternalInvokeInDomain): New
30344         icall to execute a method in another appdomain. Intended as a 
30345         replacement for InternalSetDomain, which can confuse the code 
30346         generation in the JIT.
30348         * appdomain.c (mono_domain_is_unloading): New function to determine
30349         whenever an appdomain is unloading.
30351         * appdomain.c (mono_domain_unload): New function to correctly unload
30352         an appdomain.
30354         * assembly.c (mono_assembly_load_references): Check that an assembly
30355         does not references itself.
30357         * gc.c (mono_domain_finalize): Rewrote so instead of finalizing a
30358         domain manually, it asks the finalizer thread to do it, then waits for
30359         the result. Also added a timeout.
30361         * icall.c: Register the new icalls.
30363         * threads.h threads.c: Export the mono_gc_stop_world and 
30364         mono_gc_start_world functions.
30365         
30366         * mempool.h mempool.c (mono_mempool_invalidate): New debugging 
30367         function to fill out the mempool with 0x2a.
30369 2003-10-22  Zoltan Varga  <vargaz@freemail.hu>
30371         * reflection.h (MonoReflectionMethodAux): New structure to store
30372         information which is rarely used, thus is not in the MonoMethod
30373         structure.
30375         * reflection.h (MonoDynamicAssembly): New field 'method_aux_hash' to
30376         store the aux info.
30378         * reflection.c (mono_methodbuilder_to_mono_method): Store param names
30379         and marshalling info into the aux structure.
30381         * loader.c (mono_method_get_marshal_info): Retrieve the marshal info
30382         from the aux structure.
30384         * loader.c (mono_method_get_param_names): Retrieve the param names from
30385         the aux structure.
30386         
30387 2003-10-21  Zoltan Varga  <vargaz@freemail.hu>
30389         * exception.h exception.c: Add AppDomainUnloadedException && fix 
30390         warning.
30392 2003-10-21  Dick Porter  <dick@ximian.com>
30394         * socket-io.c
30395         (ves_icall_System_Net_Sockets_Socket_Select_internal): Applied
30396         patch from Laramie Leavitt moving divide out of loop. (Bug 45381).
30398 2003-10-21  Martin Baulig  <martin@ximian.com>
30400         * reflection.c (mono_reflection_bind_generic_parameters):
30401         `klass->parent' is NULL for interfaces.
30403 2003-10-21  Martin Baulig  <martin@ximian.com>
30405         * reflection.c (create_typespec): Added MONO_TYPE_VAR and MONO_TYPE_MVAR.
30407 2003-10-20  Zoltan Varga  <vargaz@freemail.hu>
30409         * exception.c (mono_exception_from_name_msg): New helper function for
30410         creating exceptions and initializing their message field.
30412         * exception.c: Simplify functions using the new helper.
30414         * exception.h exception.c (mono_get_exception_cannot_unload_appdomain):
30415         New function.
30417         * object.h object.c: Remove G_GNUC_NORETURN from the signature of
30418         mono_raise_exception, since otherwise gcc doesn't generate the function
30419         epilog for raise_exception, confusing the stack unwinding in the JIT.
30420         Fixes #45043.
30422         * rawbuffer.c (mono_raw_buffer_load_mmap): Map mmap-ed memory with
30423         PROT_EXEC. This seems to prevent segmentation faults on Fedora Linux.
30424         Fixes #49499.
30426 2003-10-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30428         * icall.c: OutputDebugStringW expects 16-bit unicode characters, not
30429         utf8.
30431 2003-10-18  Lluis Sanchez Gual  <lluis@ximian.com>
30433         * icall.c: Removed GetUninitializedObject method because
30434           AllocateUninitializedClassInstance does the same.
30436 2003-10-18  Martin Baulig  <martin@ximian.com>
30438         * class.c (inflate_generic_signature): Renamed to
30439         mono_class_inflate_generic_signature() and made it public.
30440         (my_mono_class_from_generic_parameter): New static function; if we
30441         don't already have the generic parameter's MonoClass, create a
30442         very simple one which is just used internally in the runtime and
30443         not passed back to managed code.
30445         * class.h (MonoGenericInst): Added `gpointer mbuilder' field.
30447         * metadata.h (MonoMethodSignature): Moved the
30448         `MonoGenericParam *gen_params' to the MonoMethodHeader.
30449         (MonoMethodHeader): Moved the `MonoGenericParam *gen_params' here.
30451         * icall.c (ves_icall_MethodInfo_GetGenericArguments): Renamed to
30452         ves_icall_MonoMethod_GetGenericArguments(); this is now an
30453         interncall on the MonoMethod class, not on MethodInfo.
30454         (ves_icall_MethodInfo_BindGenericParameters): Removed, we're now
30455         calling mono_reflection_bind_generic_method_parameters() directly.
30457         * loader.c (mono_method_get_signature): If this is a MethodSpec;
30458         return the already computed `method->signature'.
30459         (method_from_methodspec): New static function to load a method
30460         from a MethodSpec entry.
30461         (mono_get_method_from_token): Call the new method_from_methodspec()
30462         for MethodSpec tokens.  
30463         (mono_get_method_from_token): If we're a generic method, load the
30464         type parameters.
30466         * reflection.c (mono_image_get_memberref_token): Allow
30467         MEMBERREF_PARENT_TYPEDEF here; this will be used in the MethodSpec
30468         table.
30469         (fixup_method): Added support for MONO_TABLE_METHODSPEC.
30470         (mono_image_create_token): First check whether it's a generic
30471         method (so we'd need to create a MethodSpec), then do the other
30472         two alternatives.
30473         (mono_reflection_bind_generic_method_parameters): Return a
30474         `MonoReflectionMethod *' instead of a `MonoMethod *'; we're now
30475         called directly from the interncall.
30477 2003-10-17  Zoltan Varga  <vargaz@freemail.hu>
30479         * reflection.c (load_public_key): Move loading of the public key
30480         into managed code.
30482         * image.h (MonoAssemblyName): Add public_key and hash_alg fields.
30484         * assembly.c (mono_assembly_open): Fill in public_key and hash_alg
30485         fields.
30487         * icall.c (ves_icall_System_Reflection_Assembly_FillName): Fill in
30488         culture, hash_alg and public_key. Fixes #49555.
30490 2003-10-17  Martin Baulig  <martin@ximian.com>
30492         * class.h (MonoGenericInst): Moved this declaration here and added
30493         `MonoMethod *generic_method'.
30495         * icall.c
30496         (ves_icall_MethodInfo_GetGenericArguments): New interncall.
30497         (ves_icall_MethodInfo_BindGenericParameters): New interncall.
30499         * metadata.c (mono_metadata_type_equal): Two types of
30500         MONO_TYPE_VAR or MONO_TYPE_MVAR equals if they have the same
30501         index; ie. don't compare the address of the `MonoGenericParam'
30502         structure.
30503         (mono_metadata_load_generic_params): Removed the `MonoMethod
30504         *method' argument.
30506         * metadata.h (MonoGenericInst): Moved declaration to class.h.
30507         (MonoMethodHeader): Added `MonoGenericInst *geninst'.
30509         * reflection.c (method_encode_signature): Encode the number of
30510         generic parameters.
30511         (encode_generic_method_sig): New static function.
30512         (method_encode_methodspec): New static function; creates an entry
30513         in the MethodSpec table for a generic method.
30514         (mono_image_get_methodspec_token): New static function.
30515         (mono_image_create_token): Call mono_image_get_methodspec_token()
30516         for generic methods.
30517         (mono_reflection_bind_generic_method_parameters): New public
30518         function.  Instantiates a generic method.
30520 2003-10-16  Martin Baulig  <martin@ximian.com>
30522         * metadata.h (MonoMethodSignature): Moved `MonoGenericParam
30523         *gen_params' here from MonoMethodHeader.
30525         * metadata.c (mono_metadata_parse_method_signature): If we have
30526         generic parameters, initialize `method->gen_params' and then set
30527         the correct `type->data.generic_param' in all the parameters.
30529 2003-10-16  Zoltan Varga  <vargaz@freemail.hu>
30531         * threads.c (mono_threads_get_default_stacksize): New function to 
30532         return the default stacksize.
30534         * gc.c (mono_gc_cleanup): Use a separate event for waiting for the
30535         termination of the finalizer thread, since the previous method had
30536         race conditions. Fixes #49628.
30538         * gc.c (mono_gc_init): Use the same stacksize for the finalizer thread
30539         as for the other managed threads.
30541 2003-10-16  Martin Baulig  <martin@ximian.com>
30543         * class.c (inflate_generic_signature): Copy `generic_param_count'
30544         and `gen_params'.
30546         * icall.c (ves_icall_MethodInfo_get_IsGenericMethodDefinition):
30547         New interncall.
30549         * metadata.c (mono_metadata_parse_method_signature): Actually set
30550         the `method->generic_param_count' here.
30551         (mono_metadata_load_generic_params): Initialize `pklass' to NULL.
30553 2003-10-15  Zoltan Varga  <vargaz@freemail.hu>
30555         * object.h: Add a new field to TypedRef to simplify the implementation
30556         of the REFANY opcodes in the JIT.
30558         * icall.c: Make use of the new field.
30560         * metadata.c (mono_type_size): Compute the size of TYPEDBYREF types
30561         dynamically.
30563 2003-10-15  Martin Baulig  <martin@ximian.com>
30565         * class.c (mono_class_from_gen_param): Renamed to
30566         mono_class_from_generic_parameter() and moved most of the
30567         functionality from mono_reflection_define_generic_parameter()
30568         here; ie. we create a "real" class here.
30569         (mono_class_from_mono_type): Only allow MONO_TYPE_VAR and
30570         MONO_TYPE_MVAR if mono_class_from_generic_parameter() has
30571         previously been called.
30573         * class.h (MonoGenericParam): Moved the declaration of this struct
30574         here from metadata.h and added `MonoMethod *method'.
30576         * icall.c (ves_icall_MonoType_get_DeclaringMethod): New
30577         interncall.
30579         * loader.c (mono_get_method_from_token): If we have any generic
30580         parameters, call mono_metadata_load_generic_params() to read them
30581         from the MONO_TABLE_GENERICPAR.
30583         * metadata.c (mono_metadata_load_generic_params): Added
30584         `MonoMethod *method' argument which is used MONO_TYPE_MVAR.
30586         * metadata.h (MonoMethodSignature): Replaced
30587         `MonoGenericInst *geninst' with `guint16 generic_param_count'.
30588         (MonoMethodHeader): Added `MonoGenericParam *gen_params'.
30590         * reflection.c (mono_reflection_define_generic_parameter): Moved
30591         most of the functionality into the new
30592         mono_class_from_generic_parameter(); set the `method' field if
30593         we're a method parameter.       
30595 2003-10-13 Bernie Solomon  <bernard@ugsolutions.com>
30597         * marshal.c (emit_struct_conv): if native size is 0
30598         emit no code.
30600 2003-10-14  Martin Baulig  <martin@ximian.com>
30602         * icall.c: The generics API has changed in the spec since it was
30603         added to System.Type; these modifications make it match the spec
30604         again.
30605         (ves_icall_Type_GetGenericParameters): Renamed to
30606         `ves_icall_Type_GetGenericArguments'.
30607         (ves_icall_Type_get_IsGenericTypeDefinition): New interncall.
30608         (ves_icall_MonoType_get_HasGenericParameteres): Renamed to
30609         `ves_icall_MonoType_get_HasGenericArguments'.
30610         (ves_icall_MonoType_get_IsUnboundGenericParameter): Renamed to
30611         `ves_icall_MonoType_get_IsGenericParameter'.
30612         (ves_icall_MonoType_get_HasUnboundGenericParameters): Removed;
30613         this is no interncall anymore.
30614         (ves_icall_TypeBuilder_get_IsUnboundGenericParameter): Renamed to
30615         `ves_icall_TypeBuilder_get_IsGenericParameter'.
30617 2003-10-14  Martin Baulig  <martin@ximian.com>
30619         * reflection.c (mono_reflection_bind_generic_parameters): Also
30620         inflate generic methods if we're reading the class from IL.
30622 2003-10-13  Martin Baulig  <martin@ximian.com>
30624         * reflection.c (mono_reflection_define_generic_parameter): This
30625         method isn't called directly from the icall anymore; take a
30626         `MonoReflectionAssemblyBuilder *' so we can use this for type and
30627         method generic parameters.
30628         (ReflectionMethodBuilder): Added `MonoArray *generic_param'.
30629         (method_builder_encode_signature): Encode generic parameters.
30630         (mono_image_get_method_info): Write generic params to the
30631         MONO_TABLE_GENERICPARAM table.
30633         * reflection.h (MonoReflectionMethodBuilder): Added
30634         `MonoArray *generic_params'.
30636         * metadata.h (MonoMethodSignature): Added `MonoGenericInst *geninst'.
30638         * icall.c (ves_icall_TypeBuilder_define_generic_parameter): Added
30639         wrapper for mono_reflection_define_generic_parameter().
30640         (ves_icall_MethodBuilder_define_generic_parameter): Likewise.   
30642 2003-10-13  Zoltan Varga  <vargaz@freemail.hu>
30644         * marshal.h: Add missing function to fix build.
30646         * marshal.c (mono_marshal_get_native_wrapper): Add support for 
30647         the SetLastError pinvoke attribute.
30649         * marshal.c (mono_marshal_set_last_error): New helper function called
30650         by the generated code.
30651         
30652         * marshal.c (mono_mb_emit_branch): New helper function.
30654         * marshal.c (mono_mb_emit_exception): Added exception name parameter.
30656         * marshal.c (mono_marshal_get_managed_wrapper): Added support for
30657         classes as parameters and return values of delegates. Fixes #29256. 
30659 2003-10-12  Bernie Solomon  <bernard@ugsolutions.com>
30661         * locales.c: use gint32 in non HAVE_ICU case
30663 2003-10-11  Martin Baulig  <martin@ximian.com>
30665         * mono-debug.c (mono_debug_add_method): Added a workaround for
30666         bug #48591.
30668 2003-10-10  Zoltan Varga  <vargaz@freemail.hu>
30670         * marshal.c (mono_marshal_get_managed_wrapper): Under windows,
30671         delegates passed to native code must use the STDCALL calling 
30672         convention. Fixes #35987.
30674 2003-10-10  Martin Baulig  <martin@ximian.com>
30676         * class.c (inflate_generic_type): If we're inflating for a generic
30677         type instance (and not for a generic method), return
30678         MONO_TYPE_MVAR unchanged.
30680 2003-10-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30682         * string-icalls.c: Join ignores null strings in the source array.
30683         * threadpool.[ch]: export busy_worker_threads, not mono_worker_threads.
30684         * threads.c: GetAvailableTheads is slightly more accurate.
30686 2003-10-09  Bernie Solomon  <bernard@ugsolutions.com>
30688         * threads.h threads.c : add mono_threads_set_default_stacksize
30689         and pass default to CreateThread calls.
30691 2003-10-09  Dick Porter  <dick@ximian.com>
30693         * icall.c:
30694         * locales.h:
30695         * locales.c: Internal calls for constructing CultureInfo and
30696         related objects from libicu (if its available.)
30698 2003-10-09  Zoltan Varga  <vargaz@freemail.hu>
30700         * debug-helpers.c (wrapper_type_names): Add 'unknown' wrapper type.
30702 2003-10-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30704         * threadpool.c: added an argument to async_invoke_thread that is the
30705         item to process, pass the MonoAsyncResult to the thread start function
30706         when creating a new thread. This way we don't need to acquire any lock
30707         when we're creating a new thread. Readded a semaphore for faster
30708         response times (instead of that Sleep i added).
30710 2003-10-08  Bernie Solomon  <bernard@ugsolutions.com>
30712         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData):
30713         get daylight change dates better on Windows, fix handling
30714         of platforms without tm_gmtoff.
30716 2003-10-06  Martin Baulig  <martin@ximian.com>
30718         * class.c (inflate_generic_method): Renamed to
30719         mono_class_inflate_generic_method() and made public.
30720         (mono_class_init): Don't inflate the generic methods here.
30721         (mono_class_from_generic): Added `gboolean inflate_methods'
30722         argument.  Inflate the methods here.
30724         * loader.c (mono_method_get_param_names): Ignore instances of
30725         generic types for the moment.
30727         * reflection.c (fixup_method): Added support for inflated methods.
30728         (mono_image_create_token): Use mono_image_get_methodref_token()
30729         for inflated methods.
30730         (mono_custom_attrs_from_param): Ignore instances of generic types
30731         for the moment.
30732         (mono_reflection_bind_generic_parameters): New public function.
30733         Moved all the functionality from
30734         ves_icall_Type_BindGenericParameters() here and added support for
30735         dynamic types.
30736         (mono_reflection_define_generic_parameter): Initialize
30737         `klass->methods' here.
30739         * icall.c (ves_icall_Type_BindGenericParameters): Moved all the
30740         functionality into mono_reflection_define_generic_parameter().
30741         (ves_icall_Type_GetGenericTypeDefinition): If we're coming from a
30742         TypeBuilder, return that TypeBuilder.
30744 2003-10-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30746         * appdomain.c: removed mono_delegate_semaphore.
30748         * threadpool.c:
30749         (mono_thread_pool_add): moved hash table creation inside and the thread 
30750         creation outside of the critical region.
30751         (mono_thread_pool_finish): removed obsolete code.
30752         (async_invoke_thread): don't use the semaphore. Use a plain Sleep and
30753         continue or exit the thread depending on the queue.
30755 2003-10-07  Bernie Solomon  <bernard@ugsolutions.com>
30757         * metadata.c (mono_type_to_unmanaged): allow bools to marshal as I1
30758         marshal.c (emit_ptr_to_str_conv & mono_marshal_get_native_wrapper):
30759         handle more bool marshalling options
30761 2003-10-07  Zoltan Varga  <vargaz@freemail.hu>
30763         * marshal.c (mono_marshal_get_native_wrapper): Fix marshalling of
30764         arrays of structs. Also add a more descriptive error message when
30765         a structure member is marshalled as LPArray.
30767 2003-10-06  Zoltan Varga  <vargaz@freemail.hu>
30769         * marshal.c (mono_marshal_get_native_wrapper): Add support for
30770         marshalling arrays of complex types. Fixes #29098. Also remove an
30771         usused and incomplete function.
30773 Mon Oct 6 15:38:40 CEST 2003 Paolo Molaro <lupus@ximian.com>
30775         * gc.c: report heap_size - free_bytes as total memory allocated
30776         (bug#49362).
30778 2003-10-05  Zoltan Varga  <vargaz@freemail.hu>
30780         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Finally 
30781         fix timezone handling problems on Windows.
30782         
30783         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Avoid
30784         asserts when the year is outside the range handled by ms the functions.
30786         * class.c (setup_interface_offsets): If the class is an interface,
30787         fill out its interface_offsets slot.
30789 2003-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30791         * threadpool.c: mark threadpool threads as background.
30793 2003-10-03  Bernie Solomon  <bernard@ugsolutions.com>
30795         * decimal.c - define DECINLINE to nothing if not using GCC
30797 2003-10-03  Zoltan Varga  <vargaz@freemail.hu>
30799         * assembly.c: More refcount fixes.
30801 2003-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30803         * string-icalls.c: if we're not trimming, return the same string.
30804         When not splitting, don't create a new string.
30806 2003-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30808         * image.c:
30809         (mono_image_open): increment the ref_count inside the critical section.
30811 2003-10-02  Zoltan Varga  <vargaz@freemail.hu>
30813         * image.c (mono_image_open): Fix reference counting bug.
30815 2003-09-30  Bernie Solomon  <bernard@ugsolutions.com>
30817         * marshal.c (mono_marshal_type_size) struct alignment changed for 
30818         64bit machines.  (emit_ptr_to_str_conv) Fix bool conversions for 
30819         64bits. Avoid leak in mono_marshal_get_native_wrapper when
30820         mono_lookup_pinvoke_call throws.        
30822 2003-09-30  Zoltan Varga  <vargaz@freemail.hu>
30824         * reflection.c (mono_reflection_parse_type): Fix #49114.
30826         * file-io.c (ves_icall_System_IO_MonoIO_GetFileAttributes): Add
30827         temporary workaround for cygwin header problem.
30829         * object.c (mono_object_isinst): Synchronize this with the code
30830         generated by the JIT for casts.
30832 2003-09-29  Zoltan Varga  <vargaz@freemail.hu>
30834         * reflection.c (encode_type): Fix #38332.
30836 2003-09-26  Zoltan Varga  <vargaz@freemail.hu>
30838         * marshal.c (mono_marshal_method_from_wrapper): New function to return
30839         the original method from the wrapper method.
30841 2003-09-25  Martin Baulig  <martin@ximian.com>
30843         * icall.c (ves_icall_Type_IsGenericTypeDefinition): Removed this
30844         interncall since it was identical to `Type.GetGenericTypeDefinition()'.
30845         (ves_icall_Type_get_IsGenericInstance): New interncall.
30847 2003-09-24 Bernie Solomon <bernard@ugsolutions.com>
30849         * object.c: fix cast warning in big endian code.
30851 2003-09-19 Jackson Harper <jackson@latitudegeo.com>
30853         * icall.c: Timezone patch from Zoltan Varga (vargaz@freemail.hu)
30854         
30855 2003-09-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30857         * assembly.c: don't call check_env from mono_assembly_load. It's
30858         already done once in mono_assemblies_init and may cause headaches when
30859         multiple threads are loading assemblies.
30861 2003-09-19  Martin Baulig  <martin@ximian.com>
30863         * reflection.c (mono_reflection_define_generic_parameter): Don't
30864         allocate `klass->methods', set `klass->flags' to
30865         TYPE_ATTRIBUTE_INTERFACE, not TYPE_ATTRIBUTE_ABSTRACT.
30867 2003-09-18  Martin Baulig  <martin@ximian.com>
30869         * class.c (mono_class_init): Don't create `class->methods' if it's
30870         already initialized.
30872         * metadata.c (mono_metadata_load_generic_params): Make this
30873         actually work.
30875         * reflection.c (mono_reflection_define_generic_parameter): Set
30876         parent class and interfaces from the constraints.
30878         * reflection.h (MonoReflectionGenericParam): Added `guint32 flags'
30879         to keep this struct in sync with the declaration in TypeBuilder.cs.
30881 2003-09-17  Martin Baulig  <martin@ximian.com>
30883         * metadata.h (MonoType): Replaced the data's `int type_param'
30884         field with `MonoGenericParam *generic_param'.
30885         (MonoGenericParam): Added `MonoClass *klass'.
30887         * class.c (mono_class_from_gen_param): Removed the
30888         `MonoImage *image' and `int type_num' arguments.
30890         * metadata.c (mono_metadata_parse_generic_param): New static
30891         method; creates a MonoGenericParam which just contains the index.
30892         (do_mono_metadata_parse_type): Call
30893         mono_metadata_parse_generic_param() for MONO_TYPE_VAR and
30894         MONO_TYPE_MVAR.
30896         * reflection.c (mono_image_typedef_or_ref): Generic type
30897         parameters may be in the same assembly, but never use a typedef
30898         for them.
30899         (mono_reflection_define_generic_parameter): We're now creating a
30900         "real" class for the type parameter; it's now safe to call
30901         mono_class_from_mono_type() on the class'es type, it'll do the
30902         right thing.
30904 2003-09-16  Martin Baulig  <martin@ximian.com>
30906         * mono-debug-debugger.c (allocate_symbol_file_entry): Initialize
30907         `symfile->range_entry_size' and `symfile->class_entry_size' here;
30908         the `symfile' data structure must be fully initialized before it
30909         gets added to the table.
30911 2003-09-15  Zoltan Varga  <vargaz@freemail.hu>
30913         * icall.c (ves_icall_Type_IsArrayImpl): Added MONO_ARCH_SAVE_REGS.
30915         * appdomain.h domain.c (MonoDomain): Added new hashtable to store the
30916         class init trampolines.
30918 2003-09-11  Zoltan Varga  <vargaz@freemail.hu>
30920         * profiler.c (mono_profiler_load): Added '-time' and '-alloc' options
30921         to the built-in profiler to turn off time and allocation profiling
30922         respectively.
30924 2003-09-10  Zoltan Varga  <vargaz@freemail.hu>
30926         * profiler.c (mono_profiler_coverage_alloc): Use NULL instead of
30927         g_direct_equal.
30929         * debug-helpers.c (mono_method_full_name): Print the wrapper type
30930         in human readable form.
30932 2003-09-08  Zoltan Varga  <vargaz@freemail.hu>
30934         * reflection.c icall.c: Fixed warnings.
30936         * image.c (load_class_names): Use a temporary hash table to hold the
30937         namespaces in order to avoid doing many string comparisons.
30939         * image.h: Fix typo.
30941         * image.c class.c rawbuffer.c reflection.c threads.c verify.c domain.c:
30942         Pass NULL instead of g_direct_equal to the GHashTable constructor 
30943         since the NULL case is short-circuited inside g_hash_table_lookup, 
30944         leading to better performance.  
30946         * metadata.c (mono_metadata_custom_attrs_from_index): New function to
30947         obtain the first custom attribute for a given index. Depends on the
30948         CustomAttribute table being sorted by the parent field.
30950         * reflection.c (mono_custom_attrs_from_index): Use the new function 
30951         for better performance.
30953 2003-09-07  Martin Baulig  <martin@ximian.com>
30955         * class.c (mono_class_init): If we're a generic instance, inflate
30956         all our methods instead of loading them from the image.
30957         (mono_class_from_generic): Set `class->methods = gklass->methods'.
30959 2003-09-07  Martin Baulig  <martin@ximian.com>
30961         * mono-debug-debugger.c: Added support for constructors.
30963 2003-09-06  Martin Baulig  <martin@ximian.com>
30965         * icall.c (ves_icall_TypeBuilder_get_IsUnboundGenericParameter):
30966         New interncall.
30968         * reflection.c (mono_reflection_setup_generic_class): Call
30969         ensure_runtime_vtable() to create the vtable.
30971 2003-09-05  Martin Baulig  <martin@ximian.com>
30973         * class.c (mono_class_array_element_size): Added MONO_TYPE_VAR and
30974         MONO_TYPE_MVAR.
30976 2003-09-04  Martin Baulig  <martin@ximian.com>
30978         * reflection.c (mono_reflection_define_generic_parameter): Generic
30979         parameters start with zero.
30981 2003-09-04  Martin Baulig  <martin@ximian.com>
30983         * metadata.c (mono_type_size): Added MONO_TYPE_VAR and MONO_TYPE_MVAR.
30985         * reflection.h (MonoReflectionGenericParam): New typedef.
30986         (MonoReflectionTypeBuilder): Added `generic_params' fields to get
30987         the generic parameters from the managed TypeBuilder.
30989         * reflection.c (mono_reflection_define_generic_parameter): New function.
30990         (mono_reflection_create_runtime_class): Encode generic parameters.
30991         (mono_reflection_setup_generic_class): New function; this is
30992         called after adding adding all generic params to the TypeBuilder.
30993         (encode_type): Added MONO_TYPE_VAR.
30995 2003-09-04  Zoltan Varga  <vargaz@freemail.hu>
30997         * class.h class.c (mono_class_needs_cctor_run): Moved this method
30998         here from the JIT.
31000         * assembly.h assembly.c: Moved the AOT loading code into an assembly
31001         load hook.
31003 2003-09-03  Zoltan Varga  <vargaz@freemail.hu>
31005         * reflection.h reflection.c class.h class.c: Delete duplicate 
31006         definition of mono_type_get_name () from reflection.c and export the
31007         one in class.c.
31009         * class.c: Class loading fixes from Bernie Solomon 
31010         (bernard@ugsolutions.com).
31012         * reflection.c: Endianness fixes from Bernie Solomon 
31013         (bernard@ugsolutions.com).
31014         
31015 2003-09-01  Zoltan Varga  <vargaz@freemail.hu>
31017         * assembly.h assembly.c: Define a file format version for AOT
31018         libraries.
31019         
31020         * assembly.c (mono_assembly_open): Fix leaking of MonoImage-s.
31022         * appdomain.h (MonoJitInfo): New field to determine whenever the
31023         code is domain neutral.
31024         
31025 2003-08-31  Miguel de Icaza  <miguel@ximian.com>
31027         * marshal.c (emit_struct_conv): Add MONO_TYPE_CHAR
31029 2003-08-30  Zoltan Varga  <vargaz@freemail.hu>
31031         * icall.c (ves_icall_System_Web_Util_ICalls_get_machine_install_dir): 
31032         (ves_icall_System_Configuration_DefaultConfig_get_machine_config_path):
31033         Avoid caching the result since strings must be domain specific. Fixes
31034         #48050.
31036 2003-08-29  Zoltan Varga  <vargaz@freemail.hu>
31038         * marshal.c (mono_marshal_init): Make this callable multiple times
31039         since it is hard to find a correct place to call it.
31041         * object.c (mono_runtime_class_init): Execute static constructors in
31042         the correct appdomain.
31044         * image.c (build_guid_table): Handle the case when multiple images have
31045         the same GUID.
31047 2003-08-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31049         * icall.c: added a couple of icalls for System.Web.
31051 2003-08-28  Martin Baulig  <martin@ximian.com>
31053         * icall.c (ves_icall_Type_BindGenericParameters): Use
31054         `klass->generic_inst' instead of `&klass->byval_arg' in the
31055         mono_type_get_object() call.  The returned type must be
31056         MONO_TYPE_GENERICINST and not MONO_TYPE_CLASS.
31058 2003-08-27  Zoltan Varga  <vargaz@freemail.hu>
31060         * NOTES: New file.
31062         * object.c (mono_class_proxy_vtable): Make it thread safe.
31064         * pedump.c: Fix warning.
31066         * object.c appdomain.h: Get rid of metadata_section. 
31067         It is no longer needed and it was causing deadlocks with domain->lock.
31069         * appdomain.c (add_assemblies_to_domain): Make it thread safe.
31071 2003-08-26  Martin Baulig  <martin@ximian.com>
31073         * pedump.c (main): Don't call mono_image_close() if `verify_pe'.
31075 2003-08-26  Martin Baulig  <martin@ximian.com>
31077         * pedump.c (main): Call mono_metadata_init(),
31078         mono_raw_buffer_init(), mono_images_init(), mono_assemblies_init()
31079         and mono_loader_init().
31081 2003-08-26  Zoltan Varga  <vargaz@freemail.hu>
31083         * loader.h: Add missing include to fix build.
31085         * image.h: mono_image_load_references is no more.
31087         * assembly.c: Reworked assembly loading to make it really thread safe.
31088         After these changes, the assembly returned by mono_assembly_open is
31089         fully initialized, i.e. all its references assemblies are loaded.
31091         * assembly.c (mono_image_load_references): Renamed to 
31092         mono_assembly_load_references, and made private, since clients no
31093         longer need to call it.
31095         * class.c: Removed calls to mono_assembly_load_references, since it was
31096         a source of deadlocks.
31098         * loader.h loader.c class.h class.c: Protect data structures using a 
31099         new lock, the loader lock.
31101         * class.c (mono_class_setup_vtable): Create temporary hash tables and
31102         GPtrArrays only when needed.
31104         * class.c (mono_class_layout_fields): Ignore the dummy field inserted 
31105         into empty structures by mcs. Fixes pinvoke7.cs.
31106         
31107         * domain.c (mono_init): Call a new initialization function.
31109         * appdomain.c (mono_runtime_init): Call the new initializer function
31110         of the marshal module.
31112         * marshal.c (mono_marshal_load_type_info): Ignore the dummy field
31113         inserted into empty structures by mcs. Fixes pinvoke7.cs.
31115         * marshal.h marshal.c: Added locks around the wrapper caches to make
31116         this module thread safe.
31118         * icall.c (ves_icall_InternalInvoke): Method wrappers doesn't require a
31119         this argument. Fixes pinvoke1.exe.
31121 2003-08-25  Lluis Sanchez <lluis@ximian.com>
31123         * object.h: Added call_type field to MonoMethodMessage and the corresponding
31124         enumeration of values. Removed fields to store remote call output values in
31125         MonoAsyncResult. Not needed any more.
31126         * object.c: Initialize call_type and async_result fields in mono_message_init.
31127         * marshal.c: mono_delegate_begin_invoke(): for proxies, set call_type before
31128         dispatching the message.
31129         mono_delegate_end_invoke (): delegate to the proxy the work of waiting for the
31130         async call to finish. To do it use a message with EndInvoke call type.
31132 2003-08-25  Zoltan Varga  <vargaz@freemail.hu>
31134         * loader.h loader.c (mono_method_hash_marhal_info): New function which
31135         determines whenever a method has marshalling info.
31137 2003-08-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31139         * assembly.c: fix the build on windows.
31141 2003-08-22 Lluis Sanchez <lluis@ximian.com>
31143         * object.cs: Fixed bug #47785.
31145 2003-08-22 Jackson Harper <jackson@latitudegeo.com>
31147         * string-icalls.c (StringReplace): If their are no occurances of
31148         the old string found return a reference to the supplied
31149         string. This saves some memory and matches MS behavoir.
31150         
31151 2003-08-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31153         * socket-io.c: fixed compilation for systems that define AF_INET6
31154         and don't define SOL_IP/SOL_IPV6.
31156 2003-08-21  Zoltan Varga  <vargaz@freemail.hu>
31158         * object.c (mono_object_isinst): Fix casts to TransparentProxy in
31159         the interpreter. Patch by Bernie Solomon (bernard@ugsolutions.com).
31161         * rawbuffer.c rawbuffer.h: Make this module thread safe.
31163         * domain.c: Make this module thread safe.
31165         * domain.c (mono_init): Call new initialization function.
31167         * icall.c (ves_icall_System_Array_SetValueImpl): Check types for
31168         reference types too. Fixes #38812.
31170         * image.c (mono_image_init): Fixed warnings.
31172         * class.c (mono_class_from_typeref): Handle assembly load failure
31173         correctly.
31175         * appdomain.c (add_assemblies_to_domain): Handle the case when
31176         the references of an assembly are not yet loaded.
31178         * metadata.c image.c assembly.c: Moved initialization of global
31179         variables to a separate function called at startup since lazy 
31180         initialization of these variables is not thread safe.
31181         
31182         * image.c assembly.c: Made this module thread safe by adding locks in 
31183         the appropriate places.
31185         * domain.c (mono_init): Call the new initialization functions of the
31186         three modules.
31188 2003-08-20  Lluis Sanchez Gual  <lluis@ximian.com>
31190         * marshal.c: mono_delegate_begin_invoke(): If the target is a proxy,
31191           make a direct call. It is proxy's work to make the call asynchronous.
31192           mono_delegate_end_invoke(): If the targe is a proxy, just collect
31193           the return values.
31194         * object.cs: mono_method_call_message_new(): read AsyncResult and
31195           state object from parameters list, if this info is requested.
31196         * object.h: Added fields to store remote call output values in
31197           MonoAsyncResult. Added AsyncResult field in MonoMethodMessage.
31199 Wed Aug 20 12:57:42 CEST 2003 Paolo Molaro <lupus@ximian.com>
31201         * object.h: add needed fields to MonoThread.
31202         * threads.c, threads.h: allow registering a function to cleanup data
31203         allocated per thread by the JIT.
31205 Tue Aug 19 18:22:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
31207         * loader.h: portability fix by Bernie Solomon
31208         * <bernard@ugsolutions.com>.
31210 2003-08-16  Zoltan Varga  <vargaz@freemail.hu>
31212         * reflection.h reflection.c (mono_param_get_objects): Changed this to 
31213         return a MonoArray. This simplifies the code and also ensures that
31214         the cache allways contains an object reference as a value.
31216         * icall.c (ves_icall_get_parameter_info): Simplified using the new
31217         function.
31219 2003-08-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31221         * socket-io.c: patch by Bernie Solomon <bernard@ugsolutions.com> that
31222         fixes a problem with byte ordering when getting the address family for
31223         a socket.
31225 2003-08-15  Zoltan Varga  <vargaz@freemail.hu>
31227         * .cvsignore: Added monosn.
31229         * reflection.h reflection.c loader.c: Added support for parameter
31230         marshalling to dynamically created types. Fixes #47295.
31232 Fri Aug 15 11:42:46 CEST 2003 Paolo Molaro <lupus@ximian.com>
31234         * rand.c: remove useless warnings.
31236 Wed Aug 13 15:49:57 CEST 2003 Paolo Molaro <lupus@ximian.com>
31238         * class.c: implemented ldtoken for methods and fieldrefs.
31240 2003-08-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31242         * threadpool.c: when mono_async_invoke was called, no one took care of
31243         monitoring the queue. So if the method invoked took some time and we
31244         got new async invoke requests after 500 ms (the thread created waited
31245         that long in WaitForSingleObject), the new async invoke was not called
31246         until the previous one finished.
31248         This is fixed now. Thanks to Totte for helping with it.
31250 2003-08-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31252         * threadpool.c: set threadpool_thread to TRUE. Patch by totte.
31254 2003-08-11  Martin Baulig  <martin@ximian.com>
31256         * mono-debug-debugger.c (mono_debugger_lookup_type): New function.
31258 2003-08-06  Martin Baulig  <martin@ximian.com>
31260         * mono-debug-debugger.c: Added support for static fields,
31261         properties and methods.
31263 2003-08-06  Martin Baulig  <martin@ximian.com>
31265         * mono-debug-debugger.c: Don't store the MonoString's vtable to
31266         make this work for applications with multiple application domains.
31268 2003-08-04  Martin Baulig  <martin@ximian.com>
31270         * mono-debug-debugger.c: Completely reworked the type support; the
31271         most important thing is that we're now just using one single
31272         `MonoType' instance per type.
31274 Sat Aug  2 13:05:27 BST 2003 Malte Hildingson <malte@amy.udd.htu.se>
31276         * mono-endian.h, mono-endian.c, icall.c: Added icall
31277         ves_icall_System_Double_AssertEndianity to assert double word endianity
31278         on ARM (FPA). The icall uses a macro defined in mono-endian.h.
31280 Fri Aug 1 16:51:13 CEST 2003 Paolo Molaro <lupus@ximian.com>
31282         * class.c, class.h, reflection.c, metadata.c, icall.c: more generics
31283         support, icalls and fixes.
31285 2003-07-31  Miguel de Icaza  <miguel@ximian.com>
31287         * unicode.c (ves_icall_System_Char_IsPunctuation): The set of
31288         classes that are a punctuation character in .NET is not the same a
31289         g_unichar_ispunct.
31291 Tue Jul 29 18:07:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
31293         * socket-io.c: ipv6 portability fixes from Felix Ortga (guile@lared.es).
31295 2003-07-29  Miguel de Icaza  <miguel@ximian.com>
31297         * icall.c: Add new MemCopy internalcall.
31298         (ves_icall_System_Reflection_Assembly_GetManifestResourceInternal):
31299         Simplified code; It is not necessary to handle all the cases here,
31300         as the C# code takes care of it.  Only handle the case of the name
31301         resource embedded into the assembly.
31303         Changed signature to return the data pointer and the size of the
31304         data. 
31306 2003-07-26  Miguel de Icaza  <miguel@ximian.com>
31308         * reflection.c (mono_image_get_method_info): Allow for 0x40 to be
31309         encoded.        (Partition II.22.1.7: PInvokeAttribute:SupportsLastErr).
31311 2003-07-29  Lluis Sanchez Gual  <lluis@ximian.com>
31313         * socket-io.c: ignore EINTR error in select.
31315 Tue Jul 29 15:25:01 CEST 2003 Paolo Molaro <lupus@ximian.com>
31317         * class.h, class.c: removed unused subclasses field in MonoClass.
31319 2003-07-29  Lluis Sanchez Gual  <lluis@ximian.com>
31321         * icall.c: improve fix of get_base_definition(). If the parent class
31322           doesn't have the mehod, look at the parent of the parent.
31323         * object.c: mono_message_init(): use the attribute PARAM_ATTRIBUTE_OUT
31324           to check if a parameter is an in or out parameter
31325           (PARAM_ATTRIBUTE_IN is not set by default).
31326           mono_method_return_message_restore(): Use mono_class_value_size to
31327           get the size of a value type. mono_type_stack_size (parameterType)
31328           does not return the correct value if parameterType is byRef.
31329           mono_load_remote_field(), mono_load_remote_field_new(),
31330           mono_store_remote_field(), mono_store_remote_field_new():
31331           raise exception if the remote call returns an exception.
31333 2003-07-28  Martin Baulig  <martin@ximian.com>
31335         * mono-debug-debugger.c (mono_debugger_runtime_invoke): New
31336         method.  This is a wrapper around mono_runtime_invoke() which
31337         boxes the instance object if neccessary.
31339 Fri Jul 25 19:14:13 CEST 2003 Paolo Molaro <lupus@ximian.com>
31341         * class.c, class.h, image.c, image.h, loader.c, metadata.c,
31342         metadata.h, row-indexes.h, verify.c: first cut of generics support.
31344 Thu Jul 24 11:34:20 CEST 2003 Paolo Molaro <lupus@ximian.com>
31346         * icall.c: disable mcs bug workaround.
31348 2003-07-21  Miguel de Icaza  <miguel@ximian.com>
31350         * object.c (mono_runtime_class_init): Take the metadata_section
31351         mutex before obtaining the domain mutex.
31353         * appdomain.h: Added definition of metadata_section mutex here. 
31355         * object.c: define metadata_mutex here.
31357 2003-07-24  Ravi Pratap  <ravi@ximian.com>
31359         * icall.c: Remove the FIXED_MCS_45127 workarounds - this has been
31360         fixed.
31362 2003-07-24  Lluis Sanchez Gual  <lluis@ximian.com>
31364         * reflection.c: Fix bug #46669
31366 2003-07-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31368         * exception.c:
31369         * exception.h:
31370         * icall.c:
31371         * object.h: fill in the type name for TypeLoadException.
31373 2003-07-23  Ravi Pratap  <ravi@ximian.com>
31375         * class.c: Fixes from Paolo in response to bug #45415 (Subclass
31376         relationship between TypeBuilders while compiling corlib) and bug
31377         45993 (Array types returned from the runtime while compiling
31378         corlib were from the loaded corlib).
31380 2003-07-22  Martin Baulig  <martin@ximian.com>
31382         * mono-debug-debugger.c: Reworked the type support a bit more;
31383         distinguish between types and classes.
31385 Tue Jul 22 15:48:50 CEST 2003 Paolo Molaro <lupus@ximian.com>
31387         * icall.c: add IsArrayImpl icall.
31389 2003-07-22  Zoltan Varga  <vargaz@freemail.hu>
31391         * class.c (mono_class_layout_fields): Fix gc aware auto layout by
31392         initializing real_size only once. Also fix bug #46602.
31394 2003-07-21  Jerome Laban <jlaban@wanadoo.fr>
31396         * object.c: Renamed mono_metadata_section to metadata_section.
31398 2003-07-21  Lluis Sanchez Gual  <lluis@ximian.com>
31400         * icall.c: in MS.NET ves_icall_Type_GetInterfaces returns an
31401           empty array if the type is an array. Fixed.
31402           ves_icall_MonoMethod_get_base_definition: if the base method
31403           is abstract, get the MethodInfo from the list of methods of
31404           the class.
31405         * reflection.c: ParameterInfo.PositionImpl should be zero-based
31406           and it was 1-based. Fixed in mono_param_get_objects.
31408 2003-07-20  Martin Baulig  <martin@ximian.com>
31410         * mono-debug.h: Set version number to 31.
31411         (mono_debug_init): Added `MonoDomain *' argument.
31413         * mono-debug-debugger.c: Reworked the type support; explicitly
31414         tell the debugger about builtin types; pass the `klass' address to
31415         the debugger.
31417 2003-07-20 Jackson Harper <jackson@latitudegeo.com>
31419         * image.c: Allow new metadata tables to be loaded without a
31420         warning. Also update the warning message to give the new constant value.
31421                 
31422 Fri Jul 18 13:12:21 CEST 2003 Paolo Molaro <lupus@ximian.com>
31424         * class.c, class.h, debug-helpers.c, icall.c, image.c, marshal.c,
31425         metadata.c, metadata.h, mono-debug-debugger.c, object.c, reflection.c: 
31426         array type representation changes.
31428 Fri Jul 18 11:26:58 CEST 2003 Paolo Molaro <lupus@ximian.com>
31430         * icall.c, appdomain.h, appdomain.c: support full runtime shutdown
31431         on Environment.Exit () call.
31433 Thu Jul 17 17:21:57 CEST 2003 Paolo Molaro <lupus@ximian.com>
31435         * icall.c, reflection.h, reflection.c, verify.c: cleanups,
31436         requires a matching corlib.
31438 2003-07-17  Lluis Sanchez Gual  <lluis@ximian.com>
31440         * Changelog: My editor decided to add a CR to each line. Sorry about that.
31441           Committed again without the CRs.
31442         
31443 2003-07-17  Lluis Sanchez Gual  <lluis@ximian.com>
31445         * socket-io.c: Get system_assembly using mono_image_loaded(), instead
31446           getting it from the "this" socket instance. Did not work
31447           if the socket is a subclass of Socket.
31448           Also fixed bug #35371.
31450 Thu Jul 17 13:39:32 CEST 2003 Paolo Molaro <lupus@ximian.com>
31452         * metadata.c: fixed size for TypedByRef.
31453         * loader.c: when searching for a method, consider the vararg amrker.
31454         * unicode.c, decimal.c: constify some arrays.
31456 2003-07-15  Dick Porter  <dick@ximian.com>
31458         * socket-io.c: Fixed compilation for gcc < 3.2.
31460         Fixed compilation for machines that don't have AF_INET6 (thanks to
31461         Bernie Solomon <bernard@ugsolutions.com> for that part.)
31463         Fixed compile warnings.
31464         
31465         Fixed formatting and line endings.
31467 2003-07-14  Jerome Laban <jlaban@wanadoo.fr>
31469         * socket-io.h:
31470         * socket-io.c: Added IPv6 support.
31472 2003-07-13  Zoltan Varga  <vargaz@freemail.hu>
31474         * class.c (mono_class_is_assignable_from): New function to implement
31475         the is_assignable_from logic. Used by mono_object_isinst, 
31476         Type::IsAssignableFrom () and the interpreter.
31478         * class.c (mono_class_is_subclass_of): Make all classes a subclass of
31479         Object, even interfaces.
31480         
31481         * object.c (mono_object_isinst): Implement in terms of 
31482         is_assignable_from.
31484         * icall.c (ves_icall_type_is_assignable_from): New icall.
31486 2003-07-11  Zoltan Varga  <vargaz@freemail.hu>
31488         * domain.c (foreach_domain): fix compiler warning.
31490 2003-07-11  Dietmar Maurer  <dietmar@ximian.com>
31492         * image.c (load_metadata_ptrs): use g_strndup because strndup is
31493         not available on all plattforms
31495 2003-07-10  Zoltan Varga  <vargaz@freemail.hu>
31497         * image.h image.c: Store the metadata version string in MonoImage.
31498         * icall.c: New icall to retrieve the image version.
31499         * reflection.c (create_dynamic_image): Fill in the image version field
31500         * reflection.c (build_compressed_metadata): Use the image version
31501         from the image structure.
31503 2003-07-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31505         * appdomain.c: modified comment.
31506         * gc.c: finalizer_thread can call finalizers even when finished == TRUE.
31507         That will be its last iteration when mono_gc_cleanup is called from
31508         mono_runtime_cleanup and before the domain is unloaded.
31510         Fixes bug #45962.
31512 2003-07-04  Dietmar Maurer  <dietmar@ximian.com>
31514         * marshal.c (mono_marshal_get_native_wrapper): fixes for [out]
31515         attributes.
31517 Thu Jul 3 17:22:20 CEST 2003 Paolo Molaro <lupus@ximian.com>
31519         * object.c, file-io.c, metadata.c, mono-endian.h, reflection.c,
31520         rawbuffer.c: more 64 bit and picky (or old) compiler fixes from
31521         Bernie Solomon <bernard@ugsolutions.com>.
31523 Thu Jul 3 17:17:39 CEST 2003 Paolo Molaro <lupus@ximian.com>
31525         * object.c, object.h: provide mono_object_new_fast() for faster
31526         allocation in some special cases.
31528 Wed Jul 2 13:21:26 CEST 2003 Paolo Molaro <lupus@ximian.com>
31530         * object.h, reflection.h, verify.c: fixes for some 64bit issues,
31531         mostly from a patch by Laramie Leavitt <lar@leavitt.us>.
31533 Tue Jul 1 21:24:14 CEST 2003 Paolo Molaro <lupus@ximian.com>
31535         * threadpool.c: fix leaks.
31537 2003-07-01  Dick Porter  <dick@ximian.com>
31539         * threadpool.c (mono_async_invoke): Use mono_g_hash_table_remove when
31540         using MonoGHashTables.  Fixes threadpool bug posted to list.
31542 Tue Jul 1 11:45:40 CEST 2003 Paolo Molaro <lupus@ximian.com>
31544         * image.h, image.c: added support to load an assembly from a byte array.
31545         * Makefile.am, assembly.c, make-bundle.pl, sample-bundle: added 
31546         assembly bundle support.
31548 2003-06-27  Dietmar Maurer  <dietmar@ximian.com>
31550         * threadpool.c (mono_thread_pool_add): keep a reference to the
31551         AsyncResult to prevent GC
31553 Thu Jun 26 12:13:25 CEST 2003 Paolo Molaro <lupus@ximian.com>
31555         * class.c: leak fix.
31557 2003-06-25  Dick Porter  <dick@ximian.com>
31559         * threadpool.c (mono_thread_pool_add): Don't set up a finaliser
31560         for the async object, the WaitHandle object will close the handle.
31561         Fixes bug 45321.
31563 Wed Jun 25 18:12:29 CEST 2003 Paolo Molaro <lupus@ximian.com>
31565         * class.c: in mono_array_class_get (), lookup from the hash with the
31566         same type we insert: this works around a bug in
31567         mono_metadata_type_hash() with SZARRAY and fixes a leak reported by
31568         lluis. The real fix will have to wait for after the release.
31570 Wed Jun 25 13:14:41 CEST 2003 Paolo Molaro <lupus@ximian.com>
31572         * icall.c: fix memory leak when getting type members.
31574 Mon Jun 23 16:12:48 CEST 2003 Paolo Molaro <lupus@ximian.com>
31576         * reflection.c: added more pubtoken special cases.
31578 Mon Jun 23 15:29:06 CEST 2003 Paolo Molaro <lupus@ximian.com>
31580         * class.c: handle field offset correctly when class size
31581         is set (bug# 45182, partially from a patch by jlaban@wanadoo.Fr (Jerome Laban)).
31583 2003-06-20  Martin Baulig  <martin@ximian.com>
31585         * mono-debug-debugger.h (MonoDebuggerSymbolFile): Added `MonoImage
31586         *image' field.
31588 2003-06-20  Martin Baulig  <martin@ximian.com>
31590         * image.h, mono-debug-debugger.h: Fixed compiler warnings.
31592 2003-06-20  Martin Baulig  <martin@ximian.com>
31594         * mono-debug.h (MONO_DEBUG_VAR_ADDRESS_MODE_STACK): Removed.  We
31595         just distinguish between variables in registers and variables at
31596         an offset relative to a register.
31598 2003-06-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31600         * icall.c: #ifdef out latest changes until mcs is fixed.
31602 Thu Jun 19 11:03:42 CEST 2003 Paolo Molaro <lupus@ximian.com>
31604         * icall.c: return members in metadata order.
31606 Wed Jun 18 15:26:58 CEST 2003 Paolo Molaro <lupus@ximian.com>
31608         * icall.c: avoid infinite loop in GetTimeZoneData.
31610 Wed Jun 18 12:47:43 CEST 2003 Paolo Molaro <lupus@ximian.com>
31612         * icall.c: added Marshal.Prelink/All icalls.
31614 Wed Jun 18 12:17:48 CEST 2003 Paolo Molaro <lupus@ximian.com>
31616         * object.c, object.h: fix warnings and do some overflow checking
31617         when creating arrays.
31619 2003-06-17  Dick Porter  <dick@ximian.com>
31621         * file-io.h:
31622         * file-io.c: File attributes need to be tweaked slightly when
31623         passed from the managed to the w32 world.
31625 2003-06-17  Zoltan Varga  <vargaz@freemail.hu>
31626         * profiler.h profiler-private.h profiler.c: Rework last patch
31627         based on suggestion by Paolo.
31628         
31629 2003-06-17  Zoltan Varga  <vargaz@freemail.hu>
31631         * profiler.h profiler-private.h profiler.c: Added infrastructure for 
31632         instruction level coverage data collection.
31633         * profiler.h profiler.c (: Added new callback function which can be
31634         used by the profiler to limit which functions should have coverage
31635         instrumentation.
31636         * profiler.c (mono_profiler_load): Call g_module_build_path to
31637         generate the file name of the profiler library.
31639 Mon Jun 16 18:11:13 CEST 2003 Paolo Molaro <lupus@ximian.com>
31641         * profiler.c, profiler.h, profiler-private.h: added basic block 
31642         coverage profiling API.
31644 2003-06-15  Zoltan Varga  <vargaz@freemail.hu>
31646         * reflection.c (mono_reflection_create_runtime_class): Add support
31647         for events in dynamically generated code.
31649         * gc.c: Start GCHandle indexes from 1, since 0 means the handle is
31650         not allocated.
31652 Sat Jun 14 19:01:32 CEST 2003 Paolo Molaro <lupus@ximian.com>
31654         * icall.c: when getting timezone info, return reasonable values if we
31655         can't get the actual data.
31657 2003-06-14  Dick Porter  <dick@ximian.com>
31659         * threads.c (start_wrapper): Remove the reference to the thread
31660         object in the TLS data, so the thread object can be finalized.
31661         This won't be reached if the thread threw an uncaught exception,
31662         so those thread handles will stay referenced :-( (This is due to
31663         missing support for scanning thread-specific data in the Boehm GC
31664         - the io-layer keeps a GC-visible hash of pointers to TLS data.)
31666 Sat Jun 14 13:16:17 CEST 2003 Paolo Molaro <lupus@ximian.com>
31668         * reflection.c: ensure streams and tables are first allocated with
31669         ALLOC_ATOMIC (GC_realloc uses plain GC_malloc otherwise).
31671 Sat Jun 14 13:13:20 CEST 2003 Paolo Molaro <lupus@ximian.com>
31673         * icall.c: fixed GetElementType for byrefs (bug# 44792).
31675 2003-06-13  Zoltan Varga  <vargaz@freemail.hu>
31677         * reflection.c (mono_reflection_create_runtime_class): Add support for
31678         properties to dynamically created classes.
31679         * reflection.c: Fix a few places where non-MonoObjects were inserted
31680         into the tokens hashtable.
31682 Fri Jun 13 19:10:55 CEST 2003 Paolo Molaro <lupus@ximian.com>
31684         * object.c: some support to handle out of memory exceptions.
31686 2003-06-12  Dietmar Maurer  <dietmar@ximian.com>
31688         * marshal.c (mono_marshal_get_native_wrapper): support reference
31689         return types
31691 Wed Jun 11 18:32:51 CEST 2003 Paolo Molaro <lupus@ximian.com>
31693         * object.h, object.c: more portability stuff from Bernie Solomon.
31694         Unexport mono_object_allocate(). Added mono_object_unbox ().
31695         Set exitcode when an unhandled exception is thrown.
31697 2003-06-11  Dietmar Maurer  <dietmar@ximian.com>
31699         * marshal.c (mono_marshal_get_native_wrapper): use custom
31700         marshaler for return types.
31702 2003-06-10  Dick Porter  <dick@ximian.com>
31704         * socket-io.c: Don't assume that one of struct ip_mreqn or struct
31705         ip_mreq is available
31707 Tue Jun 10 17:35:03 CEST 2003 Paolo Molaro <lupus@ximian.com>
31709         * debug-mono-symfile.c, marshal.c, metadata.c, monitor.c,
31710         mono-debug-debugger.c, mono-debug.c, process.c: portability fixes
31711         by Bernie Solomon <bernard@ugsolutions.com>.
31713 2003-06-10  Zoltan Varga  <vargaz@freemail.hu>
31715         * gc.c (mono_gc_init): Avoid error message on shutdown when
31716         GC_DONT_GC=1 is used.
31718         * icall.c (ves_icall_System_Reflection_Module_GetGuidInternal): 
31719         New icall to return the GUID of a module.
31721 Mon Jun 9 19:33:51 CEST 2003 Paolo Molaro <lupus@ximian.com>
31723         * class.c: ensure instance size always includes the parent's size
31724         even whem class size is set explicitly (fixes bug#44294).
31726 Thu Jun 5 19:51:49 CEST 2003 Paolo Molaro <lupus@ximian.com>
31728         * profiler.h, profiler.c: made the simple profiler thread-safe,
31729         get more accurate timing info. Allow the loading of an
31730         externally-developed profiler module.
31732 2003-06-05  Dietmar Maurer  <dietmar@ximian.com>
31734         * marshal.c (mono_marshal_get_native_wrapper): improved
31735         class/byref arguments.
31736         (mono_marshal_get_native_wrapper): better string marshaling support.
31738 Wed Jun 4 18:01:22 CEST 2003 Paolo Molaro <lupus@ximian.com>
31740         * class.c: ensure .pack and .size are handled correctly and
31741         simplified layout of static fields.
31743 2003-06-04  Dietmar Maurer  <dietmar@ximian.com>
31745         * appdomain.c
31746         (ves_icall_System_AppDomainSetup_InitAppDomainSetup): fix for bug 42934
31748         * loader.c (mono_lookup_pinvoke_call): look for modules in the
31749         current directory (fix bug 44008)
31751 2003-06-03  Dietmar Maurer  <dietmar@ximian.com>
31753         * marshal.c (mono_marshal_get_native_wrapper): started support for
31754         custom marshalers.
31755         (mono_delegate_to_ftnptr): consider marshalling specifications
31757 Tue Jun 3 11:17:02 CEST 2003 Paolo Molaro <lupus@ximian.com>
31759         * reflection.c, reflection.h: emit custom marshal info.
31761 2003-06-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31763         * object.c: free the GError.
31764         * icall.c: added CloseEvent_internal.
31765         * threads.[ch]:
31766         (ves_icall_System_Threading_Events_CloseEvent_internal): new internal
31767         call.
31769 2003-06-01  Zoltan Varga  <vargaz@freemail.hu>
31771         * loader.c (mono_method_get_signature): Add support for dynamic
31772         assemblies.
31774 Sat May 31 15:22:07 CEST 2003 Paolo Molaro <lupus@ximian.com>
31776         * reflection.c: fixed bug #43905.
31778 Fri May 30 12:56:29 CEST 2003 Paolo Molaro <lupus@ximian.com>
31780         * class.c, domain.c, icall.c, metadata.h, object.h: support for
31781         handling TypedReference and ArgIterator.
31782         * loader.c, loader.h: added function to get signature at call site.
31784 Thu May 29 11:34:55 CEST 2003 Paolo Molaro <lupus@ximian.com>
31786         * metadata.c, metadata.h, private.h, tokentype.h, loader.c: make more 
31787         data readonly. Buglets and warning fixes. Some MethodSpec support.
31789 Tue May 27 16:34:39 CEST 2003 Paolo Molaro <lupus@ximian.com>
31791         * class.h, class.c, object.c: remove relative numbering support.
31793 2003-05-26  Miguel de Icaza  <miguel@ximian.com>
31795         * marshal.c (mono_marshal_get_native_wrapper): For now, do not
31796         free the string, until we get a chance to fix Gtk#
31798 2003-05-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31800         * marshal.c: revert last patch.
31802 Mon May 26 20:21:52 CEST 2003 Paolo Molaro <lupus@ximian.com>
31804         * icall.c: updates for new mono_class_vtable() not calling
31805         the type constructor anymore.
31807 Mon May 26 12:10:35 CEST 2003 Paolo Molaro <lupus@ximian.com>
31809         * object.h, object.c: separate vtable creation from type
31810         initialization. Make running the .cctor thread safe.
31812 2003-05-26  Dietmar Maurer  <dietmar@ximian.com>
31814         * marshal.c (mono_marshal_get_native_wrapper): free string return values.
31816 2003-05-21  Dietmar Maurer  <dietmar@ximian.com>
31818         * loader.c (mono_get_method): consider calling convention
31820 2003-05-21  Zoltan Varga  <vargaz@freemail.hu>
31822         * icall.c (ves_icall_System_Reflection_Module_GetGlobalType): New icall
31823         to return the invisible global type for a module.
31825         * reflection.c (mono_image_build_metadata): Emit global fields too.
31827 2003-05-20  Peter Williams  <peterw@ximian.com>
31829         * loader.c (mono_lookup_internal_call): Add a few newlines.
31831 2003-05-20  Zoltan Varga  <vargaz@freemail.hu>
31833         * reflection.c (mono_reflection_lookup_dynamic_token): Intern dynamic
31834         literal strings.
31836         * appdomain.c (set_domain_search_path): Recalculate search path when
31837         AppDomainSetup.PrivateBinPath changes.
31839         * object.c (mono_class_compute_gc_descriptor): It turns out some
31840         parts of the class libs (like System.Thread) holds pointers to
31841         GC_MALLOC()-d memory in IntPtrs, which is wrong. The workaround is
31842         to treat native int a pointer type here.
31843         
31844 Tue May 20 17:18:16 CEST 2003 Paolo Molaro <lupus@ximian.com>
31846         * appdomain.h, domain.c: add hashtable for jump target resolution.
31848 2003-05-19  Zoltan Varga  <vargaz@freemail.hu>
31850         * reflection.h reflection.c icall.c: Added new icalls 
31851         GetManifestResourceInfoInternal, GetModulesInternal and support
31852         infrastructure.
31854 2003-05-16  Dick Porter  <dick@ximian.com>
31856         * icall.c:
31857         * file-io.h:
31858         * file-io.c: Implement System.IO.MonoIO::GetTempPath
31860 2003-05-14  Lluis Sanchez Gual  <lluis@ideary.com>
31862         * object.c: mono_store_remote_field: little fix to previous patch.
31864 Wed May 14 18:10:42 CEST 2003 Paolo Molaro <lupus@ximian.com>
31866         * class.c: add constructors to array classes.
31867         * icall.c: special case array construction for InternalInvoke (),
31869 2003-05-14  Zoltan Varga  <vargaz@freemail.hu>
31871         * class.h class.c reflection.c object.c: Added support for field
31872         defaults in dynamically generated classes.
31874 Wed May 14 13:35:27 CEST 2003 Paolo Molaro <lupus@ximian.com>
31876         * reflection.c: properly encode charset for ddlimport.
31878 Wed May 14 11:14:54 CEST 2003 Paolo Molaro <lupus@ximian.com>
31880         * threads.c: allow compiling without GC.
31882 Tue May 13 16:41:49 CEST 2003 Paolo Molaro <lupus@ximian.com>
31884         * appdomain.h, object.c, object.h, threads.c, threads.h: added
31885         handling of thread static data.
31887 Tue May 13 16:36:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
31889         * reflection.h, reflection.c: added mono_custom_attrs_free ().
31891 2003-05-13  Dietmar Maurer  <dietmar@ximian.com>
31893         * class.c (mono_array_class_get): always set the serializable flags
31894         (mono_array_class_get): always set the SEALED attribute for array types
31896 2003-05-12  Dietmar Maurer  <dietmar@ximian.com>
31898         * loader.c (mono_lookup_pinvoke_call): consider Ansi/Unicode
31899         attributes (fix for bug 42021).
31901 2003-05-12  Dick Porter  <dick@ximian.com>
31903         * gc.c: Don't run finalizers when the finalizer thread is
31904         finishing up, because the default domain has already been
31905         destroyed.
31907 2003-05-11  Miguel de Icaza  <miguel@ximian.com>
31909         * string-icalls.c (ves_icall_System_String_ctor_chara_int_int): if
31910         value is null, we should throw an exception.   This is slightly
31911         different than the other conventions used for the constructor.
31913 2003-05-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31915         * socket-io.c: fixed windows build.
31917 2003-05-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31919         * socket-io.c: patch by Jerome Laban that fixes bug #42393.
31921 2003-05-10  Zoltan Varga  <vargaz@freemail.hu>
31923         * object.c (mono_string_new_wrapper): Compatibility fix for MS
31924         compilers.
31926 2003-05-09  Zoltan Varga  <vargaz@freemail.hu>
31928         * class.c (mono_class_layout_fields): Add experimental GC aware
31929         auto layout facility. Requires class library changes to work correctly.
31931         (mono_class_setup_vtable): Avoid overriding explicit interface
31932         method implementations. Fixes iface3.exe test.
31934         * object.c (mono_class_compute_gc_descriptor): Type I can't hold an
31935         object reference.
31936         (mono_array_new_specific): Add MONO_ARCH_SAVE_REGS.
31937         (mono_string_new_wrapper): Add MONO_ARCH_SAVE_REGS.
31939         * metadata.h: Add new type classification macro which determines
31940         whenever the type holds an object reference.
31942 2003-05-08  Dietmar Maurer  <dietmar@ximian.com>
31944         * marshal.c (mono_marshal_get_native_wrapper): cleanups
31946 2003-05-07  Zoltan Varga  <vargaz@freemail.hu>
31948         * gc.c (finalizer_thread): Work around a GC bug.
31950 2003-05-07  Dietmar Maurer  <dietmar@ximian.com>
31952         * marshal.c (emit_struct_conv): allow unions
31954         * class.c (class_compute_field_layout): added patches from Jerome Laban <jlaban@wanadoo.fr>
31956 2003-05-06  Dietmar Maurer  <dietmar@ximian.com>
31958         * marshal.c (mono_marshal_get_native_wrapper): free strings after pinvoke
31960 2003-05-06  Martin Baulig  <martin@ximian.com>
31962         * mono-debug-debugger.h: #include <mono/io-layer/io-layer.h>.
31964 2003-05-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31966         * socket-io.c:
31967         (Select_internal): allow NULLs, don't create arrays if not needed.
31968         Coupled with Socket.cs changes.
31970         * threadpool.c:
31971         (mono_thread_pool_add): use GC_MALLOC to allocate the ASyncCall and
31972         register a finalizer for it that will close the semaphore handle. This
31973         fixes the leak and make Lupus' test run with > 4080 loops.
31975 2003-05-05  Dietmar Maurer  <dietmar@ximian.com>
31977         * marshal.c (mono_marshal_get_struct_to_ptr): added fixes from
31978         Jerome Laban (bug #42287)
31980 2003-05-02  Martin Baulig  <martin@ximian.com>
31982         * debug-mono-symfile.h
31983         (MonoSymbolFile): Moved declaration into mono-debug.h.
31984         (MonoDebugMethodJitInfo): Likewise.
31985         (mono_debug_open_mono_symbol_file): Take the MonoDebugHandle as
31986         argument.
31987         (_mono_debug_address_from_il_offset): Take a
31988         MonoDebugMethodJitInfo instead of a MonoDebugMethodInfo.
31990         * mono-debug.h
31991         (MonoDebugDomainData): New struct.
31992         (mono_debug_get_domain_data): New function.
31993         (mono_debug_add_method): Take an additional `MonoDomain *'
31994         argument.
31995         (mono_debug_source_location_from_address): Likewise.
31996         (mono_debug_il_offset_from_address): Likewise.
31997         (mono_debug_address_from_il_offset): Likewise.
31999 Thu May 1 19:40:37 CEST 2003 Paolo Molaro <lupus@ximian.com>
32001         * reflection.c: one more check for null type in custom attrs.
32003 2003-05-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32005         * reflection.c: avoid warning (comparison is always false due to limited
32006         range of data type).
32008 2003-05-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32010         * icall.c: throw an exception in Type.GetField if the argument 'name'
32011         is NULL.
32013 Wed Apr 30 10:53:09 CEST 2003 Paolo Molaro <lupus@ximian.com>
32015         * reflection.c: fixed handling of enums in named arguments to custom
32016         attributes (bug #42123).
32018 Tue Apr 29 19:15:10 CEST 2003 Paolo Molaro <lupus@ximian.com>
32020         * reflection.c: use the right array element type and handle
32021         a null for a Type argument, too.
32023 Tue Apr 29 15:46:00 CEST 2003 Paolo Molaro <lupus@ximian.com>
32025         * reflection.c: handle arrays as arguments to custom attributes.
32027 Tue Apr 29 11:43:01 CEST 2003 Paolo Molaro <lupus@ximian.com>
32029         * reflection.c: handle a string value in a custom attr
32030         ctor that takes an object.
32032 2003-04-29  Dietmar Maurer  <dietmar@ximian.com>
32034         * marshal.c (mono_mb_emit_restore_result): support MONO_TYPE_PTR
32035         (fix bug #42063)
32037 2003-04-28  Zoltan Varga  <vargaz@freemail.hu>
32039         * icall.c (ves_icall_Type_GetNestedType): Fixed warnings.
32041 2003-04-27  Martin Baulig  <martin@ximian.com>
32043         * mono-debug-debugger.h (MonoDebuggerEvent): Renamed
32044         MONO_DEBUGGER_EVENT_BREAKPOINT_TRAMPOLINE to
32045         MONO_DEBUGGER_EVENT_BREAKPOINT.
32046         (mono_breakpoint_trampoline_code): Removed.
32047         (mono_debugger_event_handler): The last argument is now a
32048         `guint32'.
32049         (mono_debugger_insert_breakpoint_full): Removed the
32050         `use_trampoline' argument.
32051         (mono_debugger_method_has_breakpoint): Likewise.
32052         (mono_debugger_trampoline_breakpoint_callback): Renamed to
32053         mono_debugger_breakpoint_callback(); take the method and
32054         breakpoint number as arguments.
32056 Sat Apr 26 19:25:31 CEST 2003 Paolo Molaro <lupus@ximian.com>
32058         * metadata.c: fix off by one when loading parameters attributes.
32060 2003-04-24  Martin Baulig  <martin@ximian.com>
32062         * mono-debug-debugger.c (mono_debugger_io_layer): Put this back.
32064 2003-04-24  Martin Baulig  <martin@ximian.com>
32066         * mono-debug-debugger.c: Moved all code which interacts with the
32067         Mono Debugger here.
32069         * debug-mono-symfile.c: This code now just deals with the symbol
32070         file itself, the debugger code is now in mono-debug-debugger.c.
32072 2003-04-23  Martin Baulig  <martin@ximian.com>
32074         * mono-debug.c (mono_debug_source_location_from_il_offset):
32075         New method; like mono_debug_source_location_from_address(), but
32076         takes an IL offset instead of a machine address.
32078 2003-04-23  Martin Baulig  <martin@ximian.com>
32080         * debug-mono-symfile.h (MonoDebugLineNumberEntry): Removed the
32081         `line' field; this is now computed by the debugger.
32083 2003-04-23  Martin Baulig  <martin@ximian.com>
32085         * mono-debug.[ch]: New files.  This is the new debugging interface.
32087         * mono-debug-debugger.[ch]: New files.  Moved all code which
32088         interacts with the Mono Debugger here.
32090 2003-04-22  Dietmar Maurer  <dietmar@ximian.com>
32092         * domain.c (mono_init): initialize mono_defaults.monitor_class
32094 2003-04-21  Miguel de Icaza  <miguel@ximian.com>
32096         * reflection.c (method_encode_code): Add a spicy exception to help
32097         future compiler authors.
32099 2003-04-21  Martin Baulig  <martin@ximian.com>
32101         * icall.c
32102         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies):
32103         Make this work with relative pathnames; g_filename_to_uri() needs
32104         an absolute filename.
32106 2003-04-18  Zoltan Varga  <vargaz@freemail.hu>
32108         * icall.c: Track name changes in Object and ValueType.
32110 2003-04-18  Dietmar Maurer  <dietmar@ximian.com>
32112         * metadata.c (mono_type_stack_size): size should be a multiple of
32113         sizeof (gpointer)
32115 2003-04-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32117         * gc.c:
32118         (internal_domain_finalize): moved into mono_domain_finalize. No need
32119         to create another thread because the finalizers will be run in the
32120         finalizer thread.
32121         
32122         (ves_icall_System_GC_WaitForPendingFinalizers): implemented.
32123         (finalizer_notify): if shutting down, wait 2 seconds for the finalizers
32124         to be run (MS does this too).
32126 2003-04-17  Zoltan Varga  <vargaz@freemail.hu>
32128         * object.c (mono_class_compute_gc_descriptor): Update comment.
32130         * loader.h marshal.h marshal.c: Added synchronized method wrappers.
32132         * image.h: Add synchronized wrapper cache.
32134         * image.c (do_mono_image_open): Initialize cache.
32136         * reflection.c (create_dynamic_mono_image): Initialize cache.
32138 2003-04-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32140         * icall.c: patch by Jerome Laban <jlaban@wanadoo.fr> that fixes
32141         ves_icall_System_Buffer_ByteLengthInternal.
32143 Tue Apr 15 13:56:55 CEST 2003 Paolo Molaro <lupus@ximian.com>
32145         * reflection.c: setup klass->nested_in earlier. Allow
32146         a dash in the assembly name.
32148 2003-04-15  Dietmar Maurer  <dietmar@ximian.com>
32150         * metadata.c (mono_type_to_unmanaged): dont access
32151         type->data.klass for MONO_TYPE_OBJECT
32152         (mono_type_to_unmanaged): consider System.Delegate class
32154 Tue Apr 15 11:16:05 CEST 2003 Paolo Molaro <lupus@ximian.com>
32156         * class.c: just setup supertypes in the proper place instead of
32157         initializing the full element class for arrays.
32159 Tue Apr 15 11:03:25 CEST 2003 Paolo Molaro <lupus@ximian.com>
32161         * class.c: ensure the element class of arrays is initialized.
32162         Setup the supertype info for array classes, too.
32164 2003-04-14  Miguel de Icaza  <miguel@ximian.com>
32166         * icall.c (ves_icall_Type_GetNestedType): Add new internal call.
32168 2003-04-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32170         * Makefile.am: re-added -m option when running cygpath. This way,
32171         MONO_ASSEMBLIES and MONO_CFG_DIR will contain '/' as directory
32172         separator.
32173         * mono-config.c: same codepath for locating mono config file for WIN32
32174         and the rest.
32175         * assembly.c: if mono_assembly_setrootdir is called, don't override
32176         the value set.
32178 2003-04-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32180         * Makefile.am: patch by Urs Muff <umuff@quark.com> that fixes
32181         MONO_ASSEMBLIES variable.
32183 Fri Apr 11 12:44:15 CEST 2003 Paolo Molaro <lupus@ximian.com>
32185         * icall.c: added Assembly::GetNamespaces() icall.
32187 2003-04-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32189         * reflection.c: fix from Jaak <jaak@zd.com.pl>.
32191 2003-04-10  Lluis Sanchez Gual  <lluis@ideary.com>
32193         * appdomain.c,appdomain.h,icall.c: Added internal method that returns the process guid
32194         * object.c: fixed bug in the construction of vtable for proxies
32196 2003-04-10  Zoltan Varga  <vargaz@freemail.hu>
32198         * object.c (mono_array_new): Mark mono_array_new as an icall.
32200 2003-04-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32202         * class.c: fixed test for public method when overriding interfaces.
32203         Closes bug #40970.
32205 Wed Apr 9 15:19:41 CEST 2003 Paolo Molaro <lupus@ximian.com>
32207         * appdomain.h, domain.c: added mono_domain_foreach() to
32208         be able to access the currently loaded appdomains.
32209         * object.c: make string interning work across sppdomains.
32210         Mark some functions for use as icalls.
32212 2003-04-09  Zoltan Varga  <vargaz@freemail.hu>
32214         * class.c reflection.c: Fix memory leaks reported by ccmalloc.
32216         * reflection.h reflection.c: Allocate long living data using 
32217         GC_MALLOC_ATOMIC so the collector does not need to scan it.
32219         * reflection.c: Double the allocation size in streams instead of
32220         increasing it, to prevent unneccesary copying on large assemblies.
32221         
32222         * reflection.c (mono_reflection_create_runtime_class): Avoid vtable
32223         creation if the assembly does not have the Run flag set.
32225 Tue Apr 8 11:19:53 CEST 2003 Paolo Molaro <lupus@ximian.com>
32227         * class.h: avoid the C++ keywords in header files (Jerome Laban
32228         spotted and fixed this).
32230 2003-04-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32232         * object.c:
32233         (mono_unhandled_exception): fill in the arguments for the
32234         UnhandledException event. Only trigger that event for the default
32235         domain (as MS does).
32237 2003-04-04  Zoltan Varga  <vargaz@freemail.hu>
32239         * object.c: Improve typed allocation stuff based on suggestions from
32240         Paolo. Also turn it on if the GC library supports it.
32242 2003-04-03  Zoltan Varga  <vargaz@freemail.hu>
32244         * object.c object.h class.h: Added experimental typed allocation
32245         facility using the interfaces in gc_gcj.h.
32247         * os/gc_wrapper.h: Added new include files.
32248         
32249 2003-04-03  Martin Baulig  <martin@ximian.com>
32251         All the following changes are conditional to `WITH_INCLUDED_LIBGC'
32252         which is not yet enabled by default.
32254         * gc.c (mono_gc_init): Set the gc_thread_vtable to our thread
32255         functions.
32256         (mono_gc_lock, mono_gc_unlock): New static functions.
32258         * threads.c (mono_gc_stop_world, mono_gc_start_world): New public
32259         functions; stop/start the world for the garbage collector.  This
32260         is using the windows API; we need to complete the SuspendThread()/
32261         ResumeThread() implementation in the io-layer to make this work on Unix.
32262         (mono_gc_push_all_stacks): New public function; tells the garbage
32263         collector about the stack pointers from all managed threads.
32265 2003-04-03  Martin Baulig  <martin@ximian.com>
32267         * object.h (MonoThread): Added `gpointer stack_ptr'.
32269         * threads.c (start_wrapper): Save the stack pointer in `stack_ptr'.
32271 2003-04-03  Martin Baulig  <martin@ximian.com>
32273         * Makefile.am: It's called `cygpath -w', not `cygpath -m'.
32275 2003-04-03  Zoltan Varga  <vargaz@freemail.hu>
32277         * reflection.c (typebuilder_setup_fields): Initialize field.first and
32278         field.last.
32280 2003-04-02  Miguel de Icaza  <miguel@ximian.com>
32282         * loader.c (mono_lookup_internal_call): Report the corlib that is
32283         out of sync.
32285 2003-03-05  Aleksey Demakov <avd@openlinksw.com>
32287         * icall.c (ves_icall_type_GetTypeCode): fixed check for
32288         System.DBNull (it's class not valuetype).
32290 Wed Apr 2 18:37:35 CEST 2003 Paolo Molaro <lupus@ximian.com>
32292         * reflection.c: set table_idx in MonoReflectionArrayMethod object even 
32293         if the array method was already assigned a token (fixes bug#40646).
32295 2003-04-02  Zoltan Varga  <vargaz@freemail.hu>
32297         * reflection.c (mono_reflection_get_type): Attempt type resolve even
32298         if no assembly is given.
32300 2003-04-01  Miguel de Icaza  <miguel@ximian.com>
32302         * metadata.h: Added the new tables.
32304         * row-indexes.h: Added definitions for new tables.
32306         * metadata.c: Add schemas for new tables, and add support for
32307         computing the sizes of them.
32309         * class.c: Update for handling the new type cases.
32311 2003-04-01  Dietmar Maurer  <dietmar@ximian.com>
32313         * metadata.h (MONO_TYPE_IS_VOID): new macro
32315 2003-03-31  Martin Baulig  <martin@ximian.com>
32317         * threads.h (MonoThreadCallbacks): Added `thread_created'.
32319         * threads.c (mono_thread_new_init): Call `thread_created' in the
32320         mono_thread_callbacks.
32322 2003-03-31  Lluis Sanchez Gual <lluis@ideary.com>
32324         * loader.h: added marshalbyrefobject_class to mono_defaults
32325         * domain.c: added initialization of mono_defaults.marshalbyrefobject_class 
32326         * icall.c: ves_icall_InternalExecute: fixed bug in field setter and in the
32327           generation of output parameters.
32328           ves_icall_Remoting_RealProxy_GetTransparentProxy: added support for interfaces.
32329         * marshal.c: mono_remoting_wrapper(): avoided call through proxy when the type is
32330           contextbound and the target object belongs to the context of the caller.
32331         * object.h: added context and unwrapped_server variables in MonoRealProxy.
32332         * object.c: Implemented support for interfaces and abstract classes
32333           in mono_class_proxy_vtable. Fixed several methods to avoid unneeded calls through
32334           proxy. Fixed problem when dealing with output parameters in mono_runtime_invoke_array.
32336 2003-03-30  Zoltan Varga  <vargaz@freemail.hu>
32338         * class.h class.c (mono_class_is_subclass_of): New function.
32339         
32340         * icall.c (ves_icall_System_Array_FastCopy): Added optimized copy
32341         routines for most common case (calls from ArrayList::ToArray).
32343         * icall.c (ves_icall_System_Environment_Exit): Call profiler shutdown 
32344         routine so programs which call Environment::Exit() can be profiled.
32346         * icall.c (ves_icall_System_Reflection_FieldInfo_internal_from_handle): 
32347         Added MONO_ARCH_SAVE_REGS.
32349         * icall.c (ves_icall_type_is_subtype_of): Use new function.
32351 2003-03-29  Miguel de Icaza  <miguel@ximian.com>
32353         * blob.h: Add a couple of new MonoType types definitions.
32355         * tabledefs.h: Add a couple of new call convs.
32357 2003-03-27  Zoltan Varga  <vargaz@freemail.h>
32359         * reflection.h (MonoReflectionDynamicAssembly): track changes in
32360         the layout of the class.
32362         * reflection.c (alloc_table): double the size on overflow to avoid
32363         unnecessary copying.
32365         * reflection.h reflection.c: If AssemblyBuilderAccess is Run, then
32366         avoid filling out metadata tables and blobs. Also set mb->ilgen to
32367         null so it can be garbage collected.
32368         
32369 2003-03-27  Zoltan Varga  <vargaz@freemail.hu>
32371         * reflection.c (mono_reflection_get_type): Return the resolved type
32372         only if it is in the assembly we searched.
32374         * reflection.c (ensure_runtime_vtable): Initialize method slots.
32376         * class.c (mono_class_setup_vtable): Set the slot of the overriding
32377         method.
32379 2003-03-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32381         * appdomain.c:
32382         (set_domain_search_path): allow 'file://blah'. It's an invalid URI,
32383         the right one is 'file:///blah', but MS allows it.
32384         * assembly.c:
32385         (mono_assembly_open): allow 'file://blah'
32387         Fixes bug #40306. Thanks to Mitko Iliev (imitko@openlinksw.co.uk).
32389 2003-03-26  Aleksey Demakov <avd@openlinksw.com>
32391         * socket-io.c: fixes bug #40310.
32393 2003-03-25  Zoltan Varga  <vargaz@freemail.hu>
32395         * reflection.c (mono_reflection_parse_type): handle deeply nested
32396         types correctly.
32398         * reflection.c (mono_image_create_token): Use unique token values
32399         since they will be put into a hash table.
32401         * class.c (mono_class_setup_vtable): If a method occurs in more than
32402         one place in the vtable, and it gets overriden, then change the
32403         other occurances too.
32405         * marshal.c (mono_marshal_get_managed_wrapper): Added support for
32406         object as return type.
32408 2003-03-22  Pedro Mart?nez Juli?  <yoros@wanadoo.es>
32410         * icall.c: Deleted "ToString" implementation for double and float
32411         because they are full implemented in managed code.
32413 Wed Mar 19 18:05:57 CET 2003 Paolo Molaro <lupus@ximian.com>
32415         * reflection.c, reflection.h: implemented and exported functions
32416         to retrieve info about custom attributes.
32418 2003-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32420         * appdomain.c: moved Uri handling to assembly.c
32421         * assembly.c: use g_filename_from_uri (). This makes assembly.LoadFrom
32422         work when using a file Uri in *nix and windows.
32424         * icall.c: fixed Assembly.CodeBase to return a valid Uri. The same for
32425         GetReferencedAssemblies.
32427 2003-03-18  Dick Porter  <dick@ximian.com>
32429         * icall.c: Rename a couple of internal calls
32431         * threads.c: Set the thread state to Stopped when a thread exits.
32432         Fixes bug 39377.
32434 2003-03-17  Zoltan Varga  <vargaz@freemail.hu>
32436         * icall.c (ves_icall_System_Reflection_FieldInfo_internal_from_handle):
32437         New icall.
32439         * object.c (mono_class_vtable): fix warning.
32441 2003-03-17  Zoltan Varga  <vargaz@freemail.hu>  
32443         * icall.c (ves_icall_type_is_subtype_of): Avoid vtable creation.
32445         * reflection.c (mono_blob_entry_hash): Avoid reading uninitialized
32446         memory.
32447         (method_encode_clauses): Create exception info structures in the right
32448         order.
32449         (mono_reflection_setup_internal_class): Initialize supertypes field.
32451         * class.c object.c: Handle interfaces which implement other interfaces 
32452         correctly.
32454         * class.h class.c: Move the supertypes array initialization code into 
32455         a separate function so it can be used for dynamic types too. Also call
32456         it earlier, in mono_class_init(), since it can be used before the
32457         type is initialized.
32459 2003-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32461         * Makefile.am:
32462         * assembly.c:
32463         * icall.c: make MONO_ASSEMBLIES and MONO_CFG_DIR work on windows.
32465         * appdomain.c:
32466         * appdomain.h:
32467         * marshal.c:
32468         * object.c: remove warnings.
32470 2003-03-13  Martin Baulig  <martin@ximian.com>
32472         * debug-mono-symfile.h (MonoSymbolFileLexicalBlockEntry): New type.
32473         (MonoDebugLexicalBlockEntry): New types.
32475         * debug-mono-symfile.c
32476         (_mono_debug_address_from_il_offset): Moved here from ../jit/debug.c.
32478 2003-03-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32480         * process.c: ret can be any non-zero value accroding to MS doc.
32482 2003-03-07  Miguel de Icaza  <miguel@ximian.com>
32484         * class.c (mono_marshal_load_type_info): Fix buglet:  Noticed when
32485         fixing a warning for a miss-used prototype, would have cause
32486         random memory corruption.
32488 2003-03-07  Martin Baulig  <martin@ximian.com>
32490         * marshal.c (mono_marshal_free_array): That "TESTFREE %p" was
32491         getting really annoying ....
32493 2003-03-07  Zoltan Varga  <vargaz@freemail.hu>
32495         * reflection.c (fixup_method): added support for array methods.
32497 Tue Mar 4 18:03:27 CET 2003 Paolo Molaro <lupus@ximian.com>
32499         * socket-io.c:  handle case when AF_INET6 and AF_IPX are not defined
32500         (pointed out by Michael Adams).
32502 2003-03-04  Dick Porter  <dick@ximian.com>
32504         * icall.c: Temporarily reverted the Double and Single ToString()
32505         change, because it broke nunit.
32507 Tue Mar 4 12:40:58 CET 2003 Paolo Molaro <lupus@ximian.com>
32509         * object.h, threads.h: make include files compatible with C++
32510         (patch by Jerome Laban <jlaban@wanadoo.fr>).
32512 2003-03-04  Pedro Mart?nez Juli?  <yoros@wanadoo.es>
32514         * icall.c: Erased ToString helper functions for Double and Single.
32515         Now, that implementations ar all in managed code (Double and Single
32516         Formatters).
32518 2003-03-03  Lluis Sanchez Gual  <lluis@ideary.com>
32520         * appdomain.c: Added method for initializing the default context of
32521         a domain. Added internal call for getting the default context.
32522         * appdomain.h: Added context variable in MonoDomain struct.
32523         * domain.c: mono_domain_set also sets the default context of the domain
32524         * icall.c: Mapped internal method InternalGetDefaultContext.
32525         * object.c: mono_object_get_virtual_method returns always a remoting
32526         wrapper if the object is a transparent proxy.
32527         mono_runtime_invoke_array: when creating an object by calling the
32528         constructor, if the created object is a proxy, then the constructor should
32529         be called using the a remoting wrapper.
32531 2003-03-03  Dick Porter  <dick@ximian.com>
32533         * socket-io.c (create_sockaddr_from_object): Rename sockaddr_un
32534         variable so it compiles on solaris.  Problem spotted by
32535         Christopher Taylor <ct@cs.clemson.edu>
32537 2003-03-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32539         * appdomain.c:
32540         (get_info_from_assembly_name): don't leak value.
32542         * icall.c:
32543         (ves_icall_System_Reflection_Assembly_GetFilesInternal): initialize
32544         result.
32546 Sat Mar 1 15:32:56 CET 2003 Paolo Molaro <lupus@ximian.com>
32548         * assembly.c: export mono_image_load_references ().
32549         * class.c: handle function pointers. mono_class_from_name() now
32550         supports nested type names directly.
32552 2003-02-28  Zoltan Varga  <vargaz@freemail.hu>
32554         * reflection.h reflection.c: Encode already created dynamic methods 
32555         and fields correctly as a DEF instead of a REF.
32557         * reflection.c: Get rid of the force_ref argument to 
32558         mono_image_typedef_or_ref since it was wrong in the first place.
32560         * string-icalls.c: add error checking to string constructors according
32561         to the MSDN docs.
32563         * reflection.c: Emit types in the order their TypeBuilders were 
32564         created. Previously, a new table index was assigned to each type before
32565         the tables were emitted. This was wrong because the signature blob
32566         might already refer to a type by its original table index.
32568 2003-02-27  Zoltan Varga  <vargaz@freemail.hu>
32570         * metadata.c (mono_metadata_nesting_typedef): fix bug in previous
32571         change.
32572         
32573 2003-02-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32575         * Makefile.am: make assemblies dir have \ instead of / on windows.
32577 2003-02-27  Zoltan Varga  <vargaz@freemail.hu>  
32579         * metadata.c metadata.h (mono_metadata_nesting_typedef): changed to
32580         iterate over the NESTEDCLASS table using a linear search since the
32581         table is not guaranteed to be sorted by the secondary key.
32583         * class.c (mono_class_create_from_typedef): fixed up call to
32584         mono_metadata_nesting_typedef.
32585         
32586 2003-02-27  Dietmar Maurer  <dietmar@ximian.com>
32588         * marshal.c (mono_string_to_byvalstr): clear the memory as
32589         suggested by Jerome Laban <jlaban@wanadoo.fr>
32591 2003-02-26  Dick Porter  <dick@ximian.com>
32593         * process.c: Cope with padding in .rsrc blocks
32595 2003-02-26  Dietmar Maurer  <dietmar@ximian.com>
32597         * metadata.h: reverted the filter_len change, it breaks reflection
32598         
32599 2003-02-26  Dietmar Maurer  <dietmar@ximian.com>
32601         * metadata.h: added a new field to store the filter_len
32602         
32604 Tue Feb 25 10:56:16 CET 2003 Paolo Molaro <lupus@ximian.com>
32606         * reflection.c: handle custom attributes for types and members
32607         created with Reflection.Emit (bug#38422).
32609 2003-02-22  Zoltan Varga  <vargaz@freemail.hu>
32611         * reflection.c: define RTSpecialName automatically for constructors for
32612         compatibility with MS.NET.
32614         * reflection.c (mono_reflection_create_runtime_class): initialize
32615         nested_in field of dynamically created classes.
32617 2003-02-22  Martin Baulig  <martin@ximian.com>
32619         * debug-mono-symfile.h: Incremented version number.
32621 2003-02-21  Zoltan Varga  <vargaz@freemail.hu>
32623         * object.h icall.c process.c: fix warnings.
32625 2003-02-21  Zoltan Varga  <vargaz@freemail.hu>
32627         * appdomain.h appdomain.c:
32628         (mono_domain_try_type_resolve): split the 
32629         name_or_tb argument into a name and a tb argument.
32630         (mono_domain_has_type_resolve): new function to check whenever the
32631         application has registered a TypeResolve event handler.
32632         
32633         * icall.c reflection.h reflection.c: move the type resolve logic into
32634         mono_reflection_get_type () so it will be invoked when 
32635         Assembly::GetType () is called.
32637         * reflection.c:
32638         (mono_reflection_get_type): renamed to get_type_internal.
32639         (mono_reflection_get_type): fixed type name generation so it works 
32640         for nested types too.
32641         (mono_reflection_get_type): call has_type_resolve () to avoid the 
32642         costly type name generation if there is no resolve event handler.
32644 Fri Feb 21 11:36:57 CET 2003 Paolo Molaro <lupus@ximian.com>
32646         * class.c, image.c: load exported types from file references.
32648 2003-02-19  Lluis Sanchez Gual  <lluis@ideary.com>
32650         * appdomain.h: Added in MonoDomain a couple of MonoMethod* variables
32651           used to cache the managed methods used to create proxies and make 
32652           remote invocation of methods.
32653         * class.h: Added in MonoVTable a flag to indicate that a class needs 
32654           to be remotely created.
32655         * object.c: Modified the method mono_class_vtable(). It now initializes 
32656           the remote flag of the vtable. Modified mono_object_new_specific(), 
32657           so now it checks the remote flag.
32658         * icall.c: Added a couple of internal methods, one for enabling instance 
32659           creation interception for a type, and one for creating objects bypassing
32660           the remote check.
32662 2003-02-18  Martin Baulig  <martin@ximian.com>
32664         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetMethodToken):
32665         New interncall to get a method's metadata token.
32667         * icall.c ("System.Reflection.Assembly::MonoDebugger_GetMethodToken"):
32668         New interncall for the debugger.
32670 2003-02-18  Dietmar Maurer  <dietmar@ximian.com>
32672         * class.c (mono_class_setup_vtable): allocate supertype array
32674 2003-02-18  Martin Baulig  <martin@ximian.com>
32676         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Added `has_this'.
32678 2003-02-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32680         * reflection.c:
32681         (assembly_name_to_aname): jump over unknown properties (i've found
32682         something like: 'type, assembly, version=xxx, custom=null, public...',
32683         so now will ignore custom=null and still get the rest of the values).
32685 2003-02-17  Dick Porter  <dick@ximian.com>
32687         * threads.c: Have Thread.Start() wait for a semaphore to signal
32688         that the thread has set up all its local data.  This fixes bug
32689         34323, where Abort() raced the new thread's TLS data.
32691         Also removes the handle_store() call from start_wrapper, because
32692         threads are now always created suspended and there is no longer a
32693         race between the parent and child threads to store the info.
32695 Mon Feb 17 13:13:31 CET 2003 Paolo Molaro <lupus@ximian.com>
32697         * image.c: explain the #- heap issue in a message, hopefully
32698         avoiding FAQs on mono-list.
32700 2003-02-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32702         * icall.c:
32703         (GetEntryAssembly): if the domain has not invoked
32704         AppDomain.ExecuteAssembly yet, return the assembly of the default
32705         AppDomain.
32707 2003-02-16  Zoltan Varga  <vargaz@freemail.hu>
32709         * class.c (mono_ldtoken): make it work in dynamic assemblies.
32711 Sun Feb 16 13:10:06 CET 2003 Paolo Molaro <lupus@ximian.com>
32713         * metadata.c, reflection.c: simple speedup to type hash
32714         and equals code.
32716 Sat Feb 15 15:15:03 CET 2003 Paolo Molaro <lupus@ximian.com>
32718         * image.c, image.h, class.c, assembly.c: move module loading
32719         to MonoImage. When loading metadata, consider alignemnet from
32720         the start of metadata, not from the metadata address in memory.
32722 2003-02-13  Zoltan Varga  <vargaz@freemail.hu>
32724         * reflection.c (mono_reflection_get_custom_attrs): Added support for 
32725         AssemblyBuilder objects. Factored out custom attribute creation into
32726         a separate function.
32727         (create_custom_attr): new function to create custom attributes.
32729 2003-02-12  Miguel de Icaza  <miguel@ximian.com>
32731         * Makefile.am: Got tired of typing the full pathname to pedump.
32732         Until there is another option, am installing this.
32734 2003-02-12  Dietmar Maurer  <dietmar@ximian.com>
32736         * class.c (class_compute_field_layout): always set field->parent 
32737         (mono_ldtoken): use mono_defaults.fieldhandle_class;
32739 2003-02-11  Dick Porter  <dick@ximian.com>
32741         * threads-types.h:
32742         * monitor.c: Rewrote Monitor, making lock much faster and
32743         Pulse/Wait work as specified.  Also uses much fewer handles, and only
32744         creates them as needed.
32746         * exception.c: Added SynchronizationLockException
32748         * threads.c: Deleted old Monitor implementation.  The new one is
32749         in a new file.
32751 Mon Feb 10 17:54:10 CET 2003 Paolo Molaro <lupus@ximian.com>
32753         * class.c: handled TypedReference type code. Set the correct size for
32754         class data. Setup interface_offsets for interface classes, too.
32756 2003-02-09  Martin Baulig  <martin@ximian.com>
32758         * debug-mono-symfile.h: Reflect latest symbol writer changes.
32760 Sun Feb 9 18:37:01 CET 2003 Paolo Molaro <lupus@ximian.com>
32762         * loader.c: implemented MEMBERREF_PARENT_TYPEDEF.
32763         * metadata.c, reflection.c: missing MONO_TYPE_TYPEDBYREF handling.
32764         * object.c: fixed mono_object_get_virtual_method () for interfaces.
32765         * verify.c: check for code that runs after the end of the method.
32767 2003-02-08  Pedro Mart?nez Juli?  <yoros@wanadoo.es>
32769         * icall.c: Added "System.Math::Floor", "System.Math::Round" and
32770         "System.Math::Round2".
32771         * sysmath.h: Added Floor, Round and Round2 definitions.
32772         * sysmath.c: Modified certain functions that were not 100% compliant
32773         with MS.NET (math precision) and added the implementation of Floor,
32774         Round and Round2.
32776 2003-02-07  Martin Baulig  <martin@ximian.com>
32778         * debug-mono-symfile.c (mono_debug_symfile_add_method): Ignore interncalls.
32780 2003-02-07  Martin Baulig  <martin@ximian.com>
32782         * debug-mono-symfile.c: Reflected latest symwriter changes.
32783         (mono_debug_create_mono_symbol_file): Removed.
32784         (mono_debug_open_mono_symbol_file): Take an argument which
32785         specifies whether to create a dynamic symbol file.
32787 2003-02-07  Dietmar Maurer  <dietmar@ximian.com>
32789         * class.c (mono_class_from_mono_type): added MONO_TYPE_TYPEDBYREF
32791 2003-02-05  Martin Baulig  <martin@ximian.com>
32793         * reflection.c (mono_image_build_metadata): Make this public,
32794         protect it against being called multiple times, don't create
32795         resources and don't build the compressed metadata here.
32796         (mono_image_create_pefile): Do this here.
32798         * icall.c
32799         ("System.Reflection.Emit.AssemblyBuilder::build_metadata"): Added.
32801 2003-02-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32803         * socket-io.c: fixed bug #36322.
32805 2003-02-06  Piers Haken <piersh@friskit.com>
32807         * appdomain.[ch]:
32808         * class.h:
32809         * debug-mono-symfile.c:
32810         * icall.c:
32811         * loader.c:
32812         * mono-config.c:
32813         * monosn.c:
32814         * reflection.c:
32815         * socket-io.c: warning cleanups
32817 2003-02-06  Dietmar Maurer  <dietmar@ximian.com>
32819         * marshal.c (mono_marshal_get_remoting_invoke_with_check): new
32820         function. works like remoting invoke, but does a check for the Proxy first.
32822 2003-02-05  Miguel de Icaza  <miguel@ximian.com>
32824         * appdomain.c (ves_icall_System_AppDomain_InternalUnload): Make it compiler.
32826 2003-02-05  Dietmar Maurer  <dietmar@ximian.com>
32828         * marshal.c (mono_marshal_get_native_wrapper): only allocate an
32829         array of pointers.
32830         (mono_marshal_get_ldfld_wrapper): only generate necessary ldfld wrappers.
32831         (mono_marshal_get_stfld_wrapper): only generate necessary stfld wrappers.
32833         * object.c (mono_store_remote_field_new): used by the new jit
32834         instead of mono_store_remote_field
32835         (mono_load_remote_field_new): used by the new jit
32836         instead of mono_load_remote_field
32838 2003-02-05  Patrik Torstensson
32840         * appdomain.c: changed unload to take the domain id instead
32841         of domain
32842         
32843         * icall.c: changed icall for AppDomain.Unload to AppDomain.InternalUnload
32846 2003-02-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32848         * appdomain.c: don't look for assemblies in ApplicationBase if
32849         PrivateBinPathProbe is set.
32851 2003-02-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32853         * object.c: make the first argument in main_args contain the absolute
32854         path to the assembly. Fixes bug #37511.
32856 2003-02-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32858         * icall.c: get correct UTC offset for countries not using daylight
32859         time saving. Fixes bug #30030.
32861 2003-02-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32863         * socket-io.c: support AF_UNIX and use the same layout as MS (bytes 0
32864         and 1 are the family).
32866 2003-02-04  Dietmar Maurer  <dietmar@ximian.com>
32868         * icall.c (ves_icall_InternalExecute): removed wrong assertion
32870         * marshal.c (mono_marshal_get_remoting_invoke): generate valid IL
32872 2003-02-04  Zoltan Varga  <vargaz@freemail.hu>
32874         * reflection.c: added support for SignatureHelper tokens, which is
32875         needed by the Calli opcode.
32877         * reflection.h: track changes to SignatureHelper class.
32879         * metadata.c (mono_metadata_parse_signature): handle dynamic tokens.
32881 2003-02-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32883         * appdomain.c: fixed loading assemblies from PrivateBinPath.
32885 2003-02-03  Patrik Torstensson
32886         * appdomain.[c|h], domain.c : 
32887          - Added support for getting a domain via domain id
32888          - Support for setting and getting domain from System.AppDomain 
32889            (used in cross appdomain channel)
32890          - Added support for get/set for a MonoAppContext on a thread 
32891            (Context class in System.Runtime.Remoting.Contexts),
32892          - Removed hack in Get/SetData and ExecuteAssembly.
32893         
32894         * icall.c : renamed GetTransparantProxy to InternalGetTransparantProxy to allow
32895         the managed world to get control when a proxy is created.
32897         * icall.c (ves_icall_InternalExecute) : bug fix, must return empty array
32898         
32899 2003-02-03  Miguel de Icaza  <miguel@ximian.com>
32901         * icall.c
32902         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies):
32903         Populate the codebase field as well.
32905 2003-02-02  Martin Baulig  <martin@ximian.com>
32907         * debug-mono-symfile.c
32908         (MonoSymbolFileMethodAddress): Added `wrapper_address' field.
32909         (mono_debug_symfile_add_method): Allow interncalls.
32911 2003-01-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32913         * icall.c: throw parse exception if strtod fails or the string is empty.
32915 Fri Jan 31 16:09:48 CET 2003 Paolo Molaro <lupus@ximian.com>
32917         * marshal.c: handle object type separately from defined
32918         class types.
32920 Fri Jan 31 16:01:20 CET 2003 Paolo Molaro <lupus@ximian.com>
32922         * marshal.c: handle NATIVE_LPSTR for strings when it's
32923         explicitly specified.
32925 Fri Jan 31 11:51:43 CET 2003 Paolo Molaro <lupus@ximian.com>
32927         * reflection.c, reflection.h, icall.c: setup the reflection
32928         handle cache for ModuleBuilders and AssemblyBuilders.
32930 2003-01-30  Dietmar Maurer  <dietmar@ximian.com>
32932         * reflection.c (reflection_methodbuilder_to_mono_method): set
32933         pinvoke flag
32935 2003-01-30  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32937         * icall.c: implemented ves_icall_MonoMethod_get_base_definition.
32939 2003-01-29  Dick Porter  <dick@ximian.com>
32941         * threads.c: No need for the fake_thread kludge now that Thread
32942         doesn't run a class constructor
32943         
32944 2003-01-29  Dick Porter  <dick@ximian.com>
32946         * threads.c: Use g_direct_hash instead of the rather bogus
32947         g_int_hash
32949 2003-01-29  Dietmar Maurer  <dietmar@ximian.com>
32951         * marshal.c (mono_marshal_get_native_wrapper): add check for null
32952         (fix pinvoke12.exe)
32953         (mono_marshal_get_struct_to_ptr): generate valid IL code
32954         (mono_marshal_get_ptr_to_struct): generate valid IL code
32955         (*): correctly set sig->pinvoke, we need to memdup the signature
32956         to do that
32958 Tue Jan 28 22:57:57 CET 2003 Paolo Molaro <lupus@ximian.com>
32960         * marshal.c, marshal.h: use larger integers in mono_mb_emit_add_to_local()
32961         to avoid overflows (bug spotted and fixed by Jerome Laban <jlaban@wanadoo.fr>).
32963 Tue Jan 28 18:55:19 CET 2003 Paolo Molaro <lupus@ximian.com>
32965         * profiler.c: provide more callers information.
32967 2003-01-28  Dietmar Maurer  <dietmar@ximian.com>
32969         * marshal.c (mono_marshal_get_managed_wrapper): generate valid IL code
32971         * appdomain.h:added fix from Patrik: _MonoAppDomain is a MBR object
32973         * marshal.c (mono_marshal_get_native_wrapper): generate valid IL code
32975 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
32977         * icall.c: (ves_icall_System_CurrentTimeZone_GetTimeZoneData): raise an
32978         exception instead of going into an infinite loop on dates which it 
32979         can't yet handle.
32981         * string-icalls.c (ves_icall_System_String_get_Chars): raise 
32982         out-of-range exception if needed.
32984         * class.c (mono_class_setup_vtable): allow a virtual method to provide
32985         an implementation for an interface method and to override an inherited
32986         method at the same time. 
32987         Imagine a scenario when a virtual method is used to override a
32988         virtual abstract method in a parent class, and this same method 
32989         provides an implementation for an method inherited from an interface. 
32990         In this case, the interface resolution code will set im->slot, which 
32991         means that the virtual method override pass will skip this method 
32992         which means a pointer to the abstract method inherited from the parent
32993         will remain in the vtable of this non-abstract class.
32995         * class.c: (mono_class_setup_vtable): continue search for a real 
32996         method if only an abstract method is found.     
32998 Mon Jan 27 17:12:19 CET 2003 Paolo Molaro <lupus@ximian.com>
33000         * reflection.c: add size to encoding for ByValStr and ByValArray
33001         marshal blob (from "Jerome Laban" <jlaban@wanadoo.fr>).
33003 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
33005         * class.c (mono_class_setup_vtable): pass the override info as an
33006         argument.
33008         * class.c (mono_class_setup_vtable): set the slot of overriding methods
33009         correctly.
33010         
33011         * reflection.c (ensure_runtime_vtable); add support for method 
33012         overrides.
33013         
33014 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
33016         * reflection.c (resolution_scope_from_image): Hack to work to work with
33017         dynamic assemblies.
33019         * reflection.c (mono_image_typedef_or_ref): renamed to ..._aux and 
33020         added a 'force_ref' argument to force this function to allways return 
33021         a TypeRef. This is needed by mono_image_get_memberref_token ().
33022         
33023 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
33025         * reflection.c (mono_image_get_type_info): interfaces really don't have
33026         a parent.
33028         * reflection.c (mono_image_basic_init): fill out missing fields of
33029         image structure.
33031         * reflection.c (mono_image_basic_init): Invoke assembly load hooks for 
33032         dynamic assemblies. This is required so dynamic assemblies show up in
33033         AppDomain.GetAssemblies (), emit an AssembyLoadEvent, gets searched by
33034         Type::GetType() etc. This is consistent with MS behaviour.
33036         * image.c image.h reflection.c: add newly created classes to the name 
33037         cache so mono_class_get () will find them.      
33039 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
33041         First part of changes to get IKVM.NET running under mono.
33042         
33043         * appdomain.h, appdomain.c: added new function 
33044         mono_domain_try_type_resolve() which will emit TypeResolve events. 
33045         This function will call AppDomain::DoTypeResolve to do the actual work.
33047         * class.h, class.c, loader.c, object.c, reflection.h, reflection.c: 
33048         moved existing code dealing with dynamic tokens to a new function 
33049         called mono_reflection_lookup_dynamic_token (). This function will 
33050         raise TypeResolve events when appropriate. Since reflection.c is not 
33051         part of libmetadata, a new hook function called 
33052         mono_lookup_dynamic_token() is added to class.c which will call this.
33054         * assembly.h assembly.c: make the invoke_load_hook function public,
33055         so it can be called for dynamic assemblies.
33057         * icall.c (ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_RunClassConstructor): skip interfaces since they do not have initializers.
33059         * icall.c (ves_icall_type_from_name): emit a TypeResolve event if the 
33060         type isn't found.
33062         * reflection.c reflection.h: change MonoDynamicAssembly.tokens to a 
33063         MonoGHashTable, since it contains pointers to objects which the GC 
33064         needs to track.
33066         * assembly.c (search_loaded): remove unused variable.
33067         
33068 Mon Jan 27 12:18:45 CET 2003 Paolo Molaro <lupus@ximian.com>
33070         * object.c: fixed issue exposed by gcc-generated IL programs
33071         that use RVA data for pointers.
33073 2003-01-25  Martin Baulig  <martin@ximian.com>
33075         * threads.c (start_wrapper): Moved the initialization of
33076         `start_func' above the mono_new_thread_init() call to which we
33077         pass it as argument.
33079 2003-01-24  Martin Baulig  <martin@ximian.com>
33081         * threads.h (MonoThreadCallbacks): Pass the thread ID instead of
33082         the MonoThread pointer.
33084 2003-01-21  Miguel de Icaza  <miguel@ximian.com>
33086         * icall.c: Rename `PowImpl' to Pow.
33088 2003-01-23  Dick Porter  <dick@ximian.com>
33090         * threads.c (start_wrapper): Create a Thread object if needed, so
33091         the Main() thread can do the class initialisation in a subthread
33092         that has been set up to allow managed code execution.
33094         Pass the thread ID instead of the MonoThread pointer to the thread
33095         start and attach callbacks.  This change is required, because the
33096         jit thread start callback must be called _before_ the Thread
33097         object can be created.
33098         
33099         (mono_thread_init): Removed much object creation code that is no
33100         longer needed.  No managed code is called from here now.
33102         * object.c (mono_runtime_exec_managed_code): Create a subthread
33103         for Main, and call back to the runtime to use it.
33104         Set the exit code when Main exits.
33106         * gc.c: Make sure domain finalisation happens in a subthread.
33107         Re-enable threaded GC, fixing bug 31333 (again).
33109         * environment.c: System.Environment internall calls (so far just
33110         ExitCode is here, the others are still in icall.c)
33112         * appdomain.c (mono_runtime_cleanup): All threads running managed
33113         code should have finished before mono_runtime_cleanup() is
33114         reached, so no need to clean up threads.
33116 2003-01-22  Martin Baulig  <martin@ximian.com>
33118         * appdomain.h (MonoThreadStartCB): Added `MonoThread *thread' and
33119         `gpointer func' arguments.      
33120         (MonoThreadAttachCB): New typedef; like the old MonoThreadStartCB,
33121         but added `MonoThread *thread' argument.
33122         (mono_runtime_init): The last argument is now a MonoThreadAttachCB.
33124         * threads.c (mono_new_thread_init): Added `gpointer func' argument
33125         and pass it to the mono_thread_start_cb callback.
33126         (mono_install_thread_callbacks): New public function to install a
33127         set of callbacks which are set by the debugger.
33128         (mono_thread_init): The last argument is now a MonoThreadAttachCB.
33130 2003-01-22  Martin Baulig  <martin@ximian.com>
33132         * Makefile.am: Install debug-mono-symfile.h.
33134 2003-01-21  Aleksey Demakov <avd@openlinksw.com>
33136         * marshal.c: fixed copy_from_managed and copy_to_unmanaged for 0 length.
33138 2003-01-21  Dietmar Maurer  <dietmar@ximian.com>
33140         * added the following fix from Jackson Harper <jackson@latitudegeo.com>
33141         * class.c (mono_ptr_class_get): correctly set access levels of pointers
33142         (mono_array_class_get): correctly set access levels of arrays
33144 2003-01-20      Patrik Torstensson
33145         * image.h (MonoAssemblyName): changed major, minor, build, revision
33146         from signed to unsigned.
33148 2003-01-20  sean kasun <skasun@azstarnet.com>
33150         * reflection.c (load_cattr_value): Now this handles
33151         MONO_TYPE_SZARRAY.  Fixes bug #35629
33153 2003-01-20  Miguel de Icaza  <miguel@ximian.com>
33155         * marshal.c (emit_struct_conv): Handle MONO_TYPE_PTR as an
33156         integer value
33158 2003-01-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33160         * decimal.c: fixed bug #26056.
33162 2003-01-17  Martin Baulig  <martin@ximian.com>
33164         * gc.c: Raise an ExecutionEngineException instead of using g_error().
33166 2003-01-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33168         * exception.[ch]:
33169         (mono_get_exception_type_initialization): new function.
33171         * object.c: throw a TypeInitializationException when an exception is
33172         thrown invoking the class constructor.
33174 2003-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33176         * reflection.c: fixed attribute reading.
33178 2003-01-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33180         * icall.c:
33181         (ves_icall_type_from_name): make it work as MS. Ie, if no assembly name
33182         provided, look for the type in the calling assembly and then in
33183         mscorlib; if the assembly name is provided, only try that one.
33185 Tue Jan 14 14:52:52 CET 2003 Paolo Molaro <lupus@ximian.com>
33187         * object.c: register the vtable before there is a chance it's
33188         queried again recursively.
33190 2003-01-13  Duncan Mak  <duncan@ximian.com>
33192         * Makefile.am (libmonoruntime_la_SOURCES): Change gc.h to
33193         gc-internal.h. 
33194         
33195 2003-01-12  Patrik Torstensson <totte@race-x-change.com>
33197         * string-icall.[c|h], icall.c: Added support for CompareOrdinal mode
33199 2003-01-11  Martin Baulig  <martin@ximian.com>
33201         * debug-mono-symfile.h (MONO_SYMBOL_FILE_DYNAMIC_VERSION): Incremented
33202         this to 20 for the release.
33204 2003-01-10  Dietmar Maurer  <dietmar@ximian.com>
33206         * marshal.c (emit_struct_conv): added support for EXPLICIT_LAYOUT
33208         * loader.c (mono_method_get_marshal_info): bug fix
33210         * marshal.c (mono_marshal_get_ptr_to_struct): don't convert
33211         structures with explicit layout
33213 Fri Jan 10 15:58:09 CET 2003 Paolo Molaro <lupus@ximian.com>
33215         * profiler.c: made the output more readable (and sorted). 
33216         Added caller information for the allocation profiler.
33218 2003-01-09  Sebastien Pouliot  <spouliot@videotron.ca>
33220         * icall.c, rand.c, rand.h: Prepended RNG functions with Internal.
33222 2003-01-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33224         * icall.c: added ves_icall_System_Activator_CreateInstanceInternal. Used
33225         to get value types.
33226         
33227 Thu Jan 9 19:43:11 CET 2003 Paolo Molaro <lupus@ximian.com>
33229         * object.c, profiler.h, profiler.c, profiler-private.h:
33230         Added object allocation profiler.
33232 Thu Jan 9 16:17:00 CET 2003 Paolo Molaro <lupus@ximian.com>
33234         * reflection.h, reflection.c: handle global methods.
33235         Compress blob entries.
33237 Thu Jan 9 15:54:53 CET 2003 Paolo Molaro <lupus@ximian.com>
33239         * marshal.c: fix compilation.
33241 2003-01-09  Dietmar Maurer  <dietmar@ximian.com>
33243         * loader.c (mono_method_get_marshal_info): impl.
33245         * metadata.c (mono_metadata_field_info): use mono_metadata_get_marshal_info
33247 2003-01-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33249         * icall.c: applied fix from Zoltan Varga that fixes Type.IsPrimitive
33250         for reference types.
33252 Wed Jan 8 20:11:46 CET 2003 Paolo Molaro <lupus@ximian.com>
33254         * loader.c: fixed off by one error in loaded parameter names.
33256 2003-01-08  Dietmar Maurer  <dietmar@ximian.com>
33258         * marshal.c (mono_marshal_get_icall_wrapper): like
33259         mono_marshal_get_native_wrapper, but simpler and use a MonoMethodSignature
33260         instead of a MonoMethod.
33262 2003-01-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33264         * decimal.c: fixed bug #36537.
33266 Mon Jan 6 19:37:59 CET 2003 Paolo Molaro <lupus@ximian.com>
33268         * marshal.c: throw a missing method exception if a
33269         P/Invoke method is not found.
33271 Sun Jan 5 11:57:09 CET 2003 Paolo Molaro <lupus@ximian.com>
33273         * icall.c: allow a null this for constructors.
33275 Sat Jan 4 18:28:42 CET 2003 Paolo Molaro <lupus@ximian.com>
33277         * icall.c: raise the proper exceptions if the arguments to the
33278         internal Invoke are incorrect.
33280 2003-01-03  Dietmar Maurer  <dietmar@ximian.com>
33282         * marshal.c (mono_marshal_get_ptr_to_struct): code cleanups
33284 2003-01-03  Martin Baulig  <martin@ximian.com>
33286         * debug-mono-symfile.h: Increment MONO_SYMBOL_FILE_DYNAMIC_VERSION.
33288 2002-12-31  Martin Baulig  <martin@ximian.com>
33290         * debug-mono-symfile.c: Completely rewrote the type section.
33291         Instead of using individual malloc()ed fields, we use one big
33292         continuous memory area and offsets into this area.
33293         See the comments in the source code for details.
33295 2002-12-30  Martin Baulig  <martin@ximian.com>
33297         * debug-mono-symfile.h (MonoDebugTypeInfo): Renamed to MonoDebugClassInfo.
33299 2002-12-30  Martin Baulig  <martin@ximian.com>
33301         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Include the
33302         line number table in this data blob instead of using an external
33303         pointer.
33305 2002-12-28  Martin Baulig  <martin@ximian.com>
33307         * debug-mono-symfile.h: Increment MONO_SYMBOL_FILE_DYNAMIC_VERSION.
33309 2002-12-22  Rachel Hestilow  <hestilow@ximian.com>
33311         * marshal.c (mono_marshal_get_runtime_invoke): Support MONO_TYPE_CHAR
33312         as a boxed return type.
33314 2002-12-21  Miguel de Icaza  <miguel@ximian.com>
33316         * appdomain.c
33317         (ves_icall_System_AppDomainSetup_InitAppDomainSetup): Use
33318         g_build_filename to properly get separators on the filename created.
33320         * object.h: Small change, introduce MonoMarshalByRefObject to
33321         track the layout of that structure in the C# universe as we make
33322         changes there.
33324 Thu Dec 19 16:23:19 CET 2002 Paolo Molaro <lupus@ximian.com>
33326         * object.c: removed assert to allow static fields on interfaces.
33327         * loader.c: a TypeSpec may be used for any type, not just arrays.
33329 Thu Dec 19 14:19:42 CET 2002 Paolo Molaro <lupus@ximian.com>
33331         * class.c, class.h: added mono_class_array_element_size ().
33332         Ignore static methods in interfaces.
33334 2002-12-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33336         * threads.c: fixed the build under cygwin.
33338 Wed Dec 18 18:43:47 CET 2002 Paolo Molaro <lupus@ximian.com>
33340         * reflection.c: handle nullref constants. Allocate keys for
33341         reflection handles with the GC.
33343 Wed Dec 18 11:34:18 CET 2002 Paolo Molaro <lupus@ximian.com>
33345         * threads.c, threads.h: added mono_thread_get_abort_signal()
33346         to get a suitable signal for thread abort.
33348 Wed Dec 18 11:26:18 CET 2002 Paolo Molaro <lupus@ximian.com>
33350         * metadata.c: fix handling of ExportedType table.
33352 2002-12-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33354         * icall.c: added WriteWindowsDebugString internal call.
33356 2002-12-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33358         * reflection.h: added fields to match C# implementation.
33360 2002-12-14  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33362         * icall.c: patch from Jaroslaw Kowalski to fix Environment.MachineName.
33364 2002-12-12  Juli Mallett  <jmallett@FreeBSD.org>
33366         * gc.h, gc-internal.h: Rename header for GC internal calls to
33367         gc-internal.h from gc.h as to not clash with Boehm GC having its
33368         header installed as <gc.h> in outside include paths.
33369         * appdomain.c, gc.c, icall.c, object.c: Account for aforementioned.
33370         * threads.c: If SIGRTMIN is not defined, fall back to SIGUSR1.
33372 2002-12-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33374         * icall.c: assign minor, build and revision in FillName.
33376 2002-12-11  Zoltan Varga  <vargaz@freemail.hu>
33378         * image.h reflection.h reflection.c class.h class.c loader.c object.c:
33379         Added support for running code generated by Reflection.Emit.
33381 2002-12-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33383         * appdomain.c: check for NULL argument in LoadFrom.
33385 2002-12-10  Dick Porter  <dick@ximian.com>
33387         * threads.c: WaitHandle fixes from Tum <tum@veridicus.com>
33389 2002-12-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33391         * appdomain.c: fix buglet when building exe file name.  Handle full
33392         assembly name (needed after latest changes to AssemblyName).
33393         * image.c:
33394         (mono_image_close): free some hashtables.
33396 2002-12-05  Dietmar Maurer  <dietmar@ximian.com>
33398         * threads.c (ves_icall_System_Threading_Thread_Abort): we use SIGRTMIN 
33399         instead of SIGUSR1, because SIGUSR1 is used by the pthread implementation 
33400         on some systems (redhat 7.3) 
33402 Thu Dec 5 16:13:40 CET 2002 Paolo Molaro <lupus@ximian.com>
33404         * threads.c: delete the critical section of a sync block,
33405         spotted and fixed by tum@veridicus.com (Thong (Tum) Nguyen).
33407 Thu Dec 5 12:52:52 CET 2002 Paolo Molaro <lupus@ximian.com>
33409         * pedump.c, cil-coff.h, monosn.c: add strong name cli header flag.
33411 2002-12-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33413         * appdomain.[ch]: handle the assembly preload event to try loading the
33414         assemblies using the paths we have in the current domain.
33416         * assembly.[ch]: created an assembly preload hook that is called to try
33417         loading the assembly by other means that the ones provided here.
33419         * domain.c: initialize the domain search path.
33421         From now on, assemblies (TODO: except corlib and System) are loaded
33422         according to these rules when using mono_assembly_load ():
33424                 1. It tries to load the assembly from the ApplicationBase
33425                 of the current domain appending .dll and .exe (TODO: have to
33426                 try loading from name/name.dll and name/name.exe).
33428                 2. It tries the search path specified in PrivateBinPath for the
33429                 current domain (if any).
33431                 3. Previous behavior.
33433 Wed Dec 4 16:02:25 CET 2002 Paolo Molaro <lupus@ximian.com>
33435         * icall.c: implemented GetInterfaceMap() related icall.
33436         * domain.c, loader.h: load MethodInfo in mono_defaults.
33438 Wed Dec 4 11:02:30 CET 2002 Paolo Molaro <lupus@ximian.com>
33440         * gc.c: disable the finalizer thread for now, untill all the issues
33441         with it are resolved.
33443 Wed Dec 4 10:44:01 CET 2002 Paolo Molaro <lupus@ximian.com>
33445         * string-icalls.c: handle embedded nulls in string ctor when the
33446         length is specified.
33448 Tue Dec 3 19:29:20 CET 2002 Paolo Molaro <lupus@ximian.com>
33450         * class.c: look for explicit interface implementation in parent
33451         classes, too.
33453 2002-12-03  Dietmar Maurer  <dietmar@ximian.com>
33455         * gc.c (run_finalize): dont run the finalizer (strange behaviour on rh7.3) 
33457 Tue Dec 3 12:40:06 CET 2002 Paolo Molaro <lupus@ximian.com>
33459         * gc.c: protect handles with a critical section.
33461 2002-12-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33463         * icall.c:
33464         (ves_icall_type_from_name): it now has throwOnError and ignoreCase
33465         parameters. If no assembly specified, try getting the type from all
33466         the assemblies in the current domain, else, load the assembly and get
33467         the type from it.
33469 2002-11-30  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33471         * marshal.c: applied patch from Aleksey Demakov that fixes
33472         ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringUni.
33474 2002-11-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33476         * icall.c: fixed get_location.
33478 2002-11-28  Dietmar Maurer  <dietmar@ximian.com>
33480         * icall.c: moved MONO_ARCH_SAVE_REGS to the end of the
33481         declarations to make it work with older gcc. 
33483         * loader.c (mono_get_method): set signature->pinvoke for native calls
33485 2002-11-20  Dick Porter  <dick@ximian.com>
33487         * threads.c (mono_thread_init): Set the main thread's handle
33489 Tue Nov 19 14:15:34 CET 2002 Paolo Molaro <lupus@ximian.com>
33491         * gc.c: allow compilation without GC support. Changed to match the
33492         mono coding style.
33494 Mon Nov 18 18:41:51 CET 2002 Paolo Molaro <lupus@ximian.com>
33496         * gc.c: don't start the finalizer thread if the env var GC_DONT_GC is set.
33498 Mon Nov 18 16:35:22 CET 2002 Paolo Molaro <lupus@ximian.com>
33500         * reflection.c: set a public key token on the core assemblies.
33502 2002-11-18  Dick Porter  <dick@ximian.com>
33504         * threads.c: Split out some thread initialisation so that other
33505         files can set the start callback function.
33507         * gc.c: Run finalisers in a separate thread, to avoid stack
33508         overflow.  Fixes bug 31333.
33510         * appdomain.c: Set up GC finalisation thread.
33512         * reflection.c: 
33513         * object.c: 
33514         * domain.c: Use gc.h macros for GC_malloc
33515         
33516 2002-11-15  Dick Porter  <dick@ximian.com>
33518         * threadpool.c: 
33519         * threads.c:
33520         * appdomain.c: Removed mono_runtime_init_with_attach(),
33521         mono_thread_create_arg(), and mono_thread_init_with_attach(), by
33522         merging the extra parameter with the existing function.  Removed
33523         unneeded code in mono_thread_attach().
33525 2002-11-14  Dietmar Maurer  <dietmar@ximian.com>
33527         * image.c (mono_image_loaded_by_guid): a method to get loaded
33528         images by guid. 
33529         (load_metadata_ptrs): we store the guid as string.
33531 2002-11-11  Dietmar Maurer  <dietmar@ximian.com>
33533         * assembly.c (mono_assembly_open): check the guid of aot compiled lib.
33535         * metadata.c (mono_guid_to_string): imported method form Zoltan
33536         Varga (slightly modified)
33538         * assembly.c (mono_assembly_open): load precompiled code
33540         * loader.h (MonoMethod): we store the method token for use in the
33541         aot compiler. 
33543 2002-11-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33545         * appdomain.c: insert the loaded assemblies in the domain->assemblies in
33546         the hook function called when an assembly is loaded.
33547         
33548         * domain.c: Modified file.
33549         (mono_domain_assembly_load): removed hash table insertion of assemblies.
33551         Fixes bug #33196.
33553 2002-11-07  Miguel de Icaza  <miguel@ximian.com>
33555         * reflection.c: Map PEFileKind to the value expected by the WinNT
33556         image loader. 
33558 2002-11-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33560         * rand.c: use /dev/urandom. If it fails to open, use the previous one.
33561         Read until the buffer is filled completely.
33563 2002-11-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33565         * icall.c: implemented MonoType.InternalGetEvent ().
33567 2002-11-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33569         * appdomain.c: implemented InitAppDomainSetup. Delayed
33570         AppDomain.SetupInformation until mono_runtime_exec_main, where we get
33571         the entry_assembly.
33573         * assembly.c: base_dir is now an absolute path ending with
33574         G_DIR_SEPARATOR.
33576         * icall.c: modified get_location according to the above changes.
33578         * object.c: init AppDomain.SetupInformation for the default domain after
33579         we have the entry assembly.
33581         * domain.c: when unloading a domain, setup = NULL.
33583 2002-11-04  Dietmar Maurer  <dietmar@ximian.com>
33585         * marshal.c (emit_ptr_to_str_conv): try to fix bug 29548
33587 Sun Nov 3 15:39:28 CET 2002 Paolo Molaro <lupus@ximian.com>
33589         * object.h, object.c: introduced mono_object_get_virtual_method ()
33590         to lookup the method invoked on an object when a callvirt is done on
33591         a method.
33592         * icall.c: make MethodInfo::Invoke() always do a virtual call.
33594 2002-11-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33596         * appdomain.c: invoke AssemblyLoad and AsemblyResolve events in the
33597         current domain when loaded an assembly and failed to load it.
33599         * icall.c: changed ...Assembly_GetType to Assembly_InternalGetType.
33601 2002-10-31  Dick Porter  <dick@ximian.com>
33603         * icall.c: 
33604         * file-io.h: 
33605         * file-io.c: Return the error status in a parameter, as the
33606         GetLastError() value has long since been blown away if we try and
33607         look it up in a subsequent internal call invocation.  Delete the
33608         GetLastError() internal call, because it's useless.
33610 2002-10-31  Dietmar Maurer  <dietmar@ximian.com>
33612         * class.[ch]: added cast_class to fix bug 29517
33614 Wed Oct 30 19:37:32 CET 2002 Paolo Molaro <lupus@ximian.com>
33616         * marshal.c: create valid IL code in the filter clause:
33617         the new JIT is less forgiving:-)
33619 2002-10-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33621         * icall.c: removed get_property internal call.
33623 2002-10-25  Zoltan Varga  <vargaz@freemail.hu>
33625         * appdomain.h domain.c: Added an ID to appdomains.
33626         
33627         * threads.c threads.h icall.c: Implement icall
33628         Thread:GetDomainID(), and remove unused icall 
33629         CurrentThreadDomain_internal.
33631 2002-10-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33633         * icall.c: Don't recurse through the base types in GetConstructor.
33634         Fixes bug #32063. 
33636 Thu Oct 24 16:56:00 CEST 2002 Paolo Molaro <lupus@ximian.com>
33638         * mempool.h, mempool.c: added mono_mempool_empty() and
33639         mono_mempool_stats().
33641 2002-10-23  Dick Porter  <dick@ximian.com>
33643         * file-io.c: 
33644         * file-io.h: 
33645         * icall.c: Added MonoIO.GetFileType internal call
33647 2002-10-17  Dick Porter  <dick@ximian.com>
33649         * appdomain.c (mono_runtime_cleanup): Don't signal the async
33650         delegate semaphore before waiting for all threads to finish,
33651         because new threads can also call async delegates.  Fixes bug
33652         32004.
33654         * threadpool.c (async_invoke_thread): Only wait for 500ms instead
33655         of 3 seconds, in case another async job is queued.  (This part is
33656         needed because the bug fix reintroduced the 3s exit lag.)  This
33657         makes the mono_runtime_shutdown flag superfluous.
33659 Thu Oct 17 13:11:39 CEST 2002 Paolo Molaro <lupus@ximian.com>
33661         * reflection.c: include ehader size in method section headers.
33662         Really check for suplicated modules entries.
33664 2002-10-17  Martin Baulig  <martin@gnome.org>
33666         * debug-mono-symfile.c: Added back support for locals.
33668 2002-10-14  Martin Baulig  <martin@gnome.org>
33670         * debug-mono-symfile.c: Added MONO_TYPE_I, MONO_TYPE_U and
33671         MONO_TYPE_VOID.
33673 2002-10-14  Martin Baulig  <martin@gnome.org>
33675         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetType): Use
33676         mono_class_get() instead of looking in the class cache. 
33678 2002-10-13  Martin Baulig  <martin@gnome.org>
33680         * debug-mono-symfile.c: Set version number to 28, include the
33681         signature in method names.
33683 2002-10-13  Martin Baulig  <martin@gnome.org>
33685         * debug-mono-symfile.h: Set version number to 27.
33687 2002-10-11  Martin Baulig  <martin@gnome.org>
33689         * gc.c: Don't register/unregister NULL pointers as disappearing links.
33691 Thu Oct 10 14:56:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
33693         * metadata.c, metadata.h: added helper function to allocate signatures.
33695 2002-10-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33697         * icall.c: added internal call to get the location of machine.config.
33699 2002-10-08  Martin Baulig  <martin@gnome.org>
33701         * debug-mono-symfile.c: Ignore classes with a pending init for the
33702         moment.
33704 2002-10-03  Dick Porter  <dick@ximian.com>
33706         * threads.c: Freebsd pthread_t is a pointer
33708 2002-10-03  Dick Porter  <dick@ximian.com>
33710         * socket-io.c: Implemented GetHostName_internal
33712 2002-10-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33714         * mono-config.c:
33715         (mono_config_parse_file): don't leak the text.
33717 2002-10-02  Martin Baulig  <martin@gnome.org>
33719         * debug-mono-symfile.c: Added support for methods.
33721 2002-10-01  Martin Baulig  <martin@gnome.org>
33723         * debug-mono-symfile.c: Don't emit methods and line numbers for
33724         the dynamic symbol file, just write the type table.  We can easily
33725         have an external helper program which creates a symbol file for an
33726         IL file.        
33728 2002-10-01  Dick Porter  <dick@ximian.com>
33730         * threads.c (ves_icall_System_Threading_Thread_Start_internal):
33731         Only add the handle to the cleanup array when we're about to
33732         launch the thread.  Bug 31425 deadlocked when the test was run on
33733         mono under w32.
33735 2002-10-01  Martin Baulig  <martin@gnome.org>
33737         * debug-mono-symfile.c: Added support for properties.
33739 Fri Sep 27 18:55:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
33741         * reflection.c: unaligned store fix from Mark Crichton
33742         <crichton@gimp.org>.
33744 2002-09-27  Martin Baulig  <martin@gnome.org>
33746         * icall.c ("System.Reflection.Assembly::GetReferencedAssemblies"):
33747         New interncall.
33749 Fri Sep 27 15:38:31 CEST 2002 Paolo Molaro <lupus@ximian.com>
33751         * assembly.h, assembly.c: use a sane API to hook into the assembly
33752         loading process instead of a useless special-purpouse hack
33753         (ngen needs a hook, too, for example).
33755 2002-09-27  Dick Porter  <dick@ximian.com>
33757         * threads.c (mono_thread_init): Call GetCurrentProcess() so
33758         io-layer can set up some process handle info.  Not needed on w32,
33759         but doesn't hurt either.
33761         * process.c: Pass the program name in the second parameter to
33762         CreateProcess, so the path is searched.  Include the working
33763         directory. Implemented process name, process enumeration, and some
33764         process detail internal calls.
33765         
33766         * icall.c: Added internal calls for process lookup, and some
33767         process details
33769 2002-09-26  Martin Baulig  <martin@gnome.org>
33771         * assembly.c (mono_install_open_assembly_hook): New global
33772         function to install a function to be invoked each time a new
33773         assembly is loaded.
33774         (mono_assembly_open): Run this callback function if set.
33776         * debug-mono-symfile.c: Put back line numbers for the dynamic
33777         symbol file and also record the .il file as source file.  This
33778         allows us to install the temporary symbol file as `file.dbg' just
33779         like a compiler-generated one.
33781 2002-09-26  Nick Zigarovich <nick@chemlab.org>
33783         * Corrected typo in gc.c (BOHEM vs BOEHM).
33785 2002-09-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33787         * icall.c: fixed bug #31235 by copying a few lines from GetMethods to
33788         GetProperties. Also avoid calling g_slist_length in GetProperties and
33789         GetMethods.
33791 Wed Sep 25 22:18:03 CEST 2002 Paolo Molaro <lupus@ximian.com>
33793         * reflection.c: avoid unaligned stores (bug spotted by
33794         Mark Crichton  <crichton@gimp.org>).
33796 2002-09-25  Martin Baulig  <martin@gnome.org>
33798         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Use pointers
33799         instead of guint64 for addresses and added prologue/epilogue info.
33801 2002-09-25  Martin Baulig  <martin@gnome.org>
33803         * debug-mono-symfile.h (MonoDebugLineNumberEntry): New type to
33804         store line number info.  For the dynamic symbol file, we only need
33805         to provide the JIT generated dynamic line number info for the dynamic
33806         symbol file.
33808 2002-09-25  Martin Baulig  <martin@gnome.org>
33810         * debug-mono-symfile.h: Incremented version number.
33812 2002-09-24  Martin Baulig  <martin@gnome.org>
33814         * class.c (mono_debugger_class_init_func): New global function
33815         pointer variable.
33816         (mono_class_init): If mono_debugger_class_init_func is non-NULL,
33817         call it.
33819         * debug-mono-symfile.c (mono_debug_symfile_add_type): New
33820         function.  This is called via the mono_debugger_class_init_func
33821         hook to add all types to the dynamic type table.
33822         (ves_icall_MonoDebugger_GetType): New interncall to get a class
33823         from its metadata token.
33825         * icall.c ("System.Reflection.Assembly::MonoDebugger_GetType"):
33826         New interncall for the debugger.
33828 2002-09-24  Nick Drochak <ndrochak@gol.com>
33830         * icall.c (ves_icall_System_Enum_ToObject): validate the type parameter
33831         before using it in case it is null.
33832         
33833 Tue Sep 24 13:24:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
33835         * metadata.c: allow custom modifiers in local var signatures
33836         (bug spotted by Zoltan Varga).
33838 Tue Sep 24 12:12:16 CEST 2002 Paolo Molaro <lupus@ximian.com>
33840         * class.c: deal with the <Module> class that may have a NULL vtable.
33841         Eliminate warnings.
33843 Tue Sep 24 11:28:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
33845         * image.c, image.h: more strong name helpers.
33846         * monosn.c: more work: convert pem keys to cryptoapi format.
33848 Tue Sep 24 11:27:38 CEST 2002 Paolo Molaro <lupus@ximian.com>
33850         * string-icalls.c: speedup IndexOf.
33852 Tue Sep 24 11:17:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
33854         * icall.c: updates from Zoltan.2.Varga@nokia.com.
33856 Tue Sep 24 11:09:17 CEST 2002 Paolo Molaro <lupus@ximian.com>
33858         * icall.c: cleanup: use mono_object_domain ().
33860 2002-09-23  Martin Baulig  <martin@gnome.org>
33862         * debug-mono-symfile.c: Improved type support.
33864 2002-09-22  Martin Baulig  <martin@gnome.org>
33866         * debug-mono-symfile.c: Added support for reference types and strings.
33868 2002-09-22  Martin Baulig  <martin@gnome.org>
33870         * debug-mono-symfile.c: Started to work on the type table.
33872 2002-09-21  Martin Baulig  <martin@gnome.org>
33874         * debug-mono-symfile.c: Largely reworked the symbol table format.
33875         The symbol table is now incrementally updated each time a new
33876         method is added.  We're now also using our own magic and version
33877         so that you don't need to recompile all your classes if the
33878         dynamic table changes.
33879         (mono_debug_update_mono_symbol_file): Removed.
33880         (mono_debug_symfile_add_method): New function to add a method.
33882 2002-09-21  Martin Baulig  <martin@gnome.org>
33884         * icall.c
33885         ("System.Reflection.Assembly::MonoDebugger_GetLocalTypeFromSignature"):
33886         New interncall.
33888         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetLocalTypeFromSignature):
33889         New interncall to get a method from its metadata token.
33891 2002-09-21  Martin Baulig  <martin@gnome.org>
33893         * debug-mono-symfile.c: Create type table.
33895 2002-09-20  Martin Baulig  <martin@gnome.org>
33897         * debug-mono-symfile.c: Reflect latest Mono.CSharp.Debugger changes.
33899 2002-09-20  Martin Baulig  <martin@gnome.org>
33901         * debug-mono-symfile.c: Provide information about params and locals.
33903 2002-09-20  Martin Baulig  <martin@gnome.org>
33905         * icall.c ("System.Reflection.Assembly::MonoDebugger_GetMethod"):
33906         New interncall.
33908         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetMethod): New
33909         interncall to get a method from its metadata token.
33911 2002-09-20  Martin Baulig  <martin@gnome.org>
33913         * debug-mono-symfile.c: Added a few checks for method->header
33914         being non-NULL.  This should never happen, but for the moment
33915         let's use a g_warning() rather than a g_assert().
33917 2002-09-19  Mark Crichton  <crichton@gimp.org>
33919         * gc.c: ves_icall_System_GCHandle_FreeHandle made a call to libgc
33920         even if support for it isn't present.  Added an #ifdef to fix this.
33922         * socket-io.c: Added checks back for Solaris support.
33924 2002-09-19  Martin Baulig  <martin@gnome.org>
33926         * debug-mono-symfile.c (read_string, write_string): Reflect latest
33927         changes in the symbol file format.
33929 2002-09-18  Martin Baulig  <martin@gnome.org>
33931         * debug-mono-symfile.c: Set version number to 21.
33933 2002-09-18  Dick Porter  <dick@ximian.com>
33935         * threads.c (mon_new): Use the GC_MALLOC macro to hide differences
33936         on netbsd.  Fixes bug 30051.
33938 2002-09-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33940         * reflection.c:
33941         (set_version_from_string): little fix.
33943 Mon Sep 16 18:57:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
33945         * monosn.c, Makefile.am: added strong name utility.
33946         * reflection.h, reflection.c: implemented delayed signing,
33947         locale, version and hash id assembly attributes.
33949 Mon Sep 16 18:51:47 CEST 2002 Paolo Molaro <lupus@ximian.com>
33951         * loader.c, metadata.c: load param attributes in signatures.
33953 2002-09-16  Martin Baulig  <martin@gnome.org>
33955         * debug-mono-symfile.c: Added string table with all method names.
33957 2002-09-14  Martin Baulig  <martin@gnome.org>
33959         * debug-mono-symfile.h (MonoSymbolFile): Added method range table for
33960         fast method lookup.
33962 Fri Sep 13 16:04:54 CEST 2002 Paolo Molaro <lupus@ximian.com>
33964         * reflection.c: record the public key token of referenced assemblies.
33966 Fri Sep 13 15:41:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
33968         * image.c, image.h: added functions to get the strong name and the
33969         public key of an assembly.
33970         * pedump.c: use them.
33972 2002-09-12  Dietmar Maurer  <dietmar@ximian.com>
33974         * marshal.c (emit_str_to_ptr_conv): support marshalling of delegates.
33976 2002-09-12  Miguel de Icaza  <miguel@ximian.com>
33978         * marshal.c (mono_marshal_get_managed_wrapper): Added
33979         MONO_TYPE_BOOLEAN 
33981 2002-09-11  Martin Baulig  <martin@gnome.org>
33983         * gc.c: Call GC_unregister_disappearing_link() on all links when
33984         finalizing them, this is necessary to aviod a crash in boehm's
33985         finalize handler.
33987 Wed Sep 11 17:06:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
33989         * gc.c: handle GetTarget for finalized objects spotted and fixed by
33990         nick@chemlab.org.
33992 Wed Sep 11 15:27:20 CEST 2002 Paolo Molaro <lupus@ximian.com>
33994         * icall.c: implemented MonoType::Module.
33995         * reflection.c, reflection.h: mono_module_get_object () from
33996         Tomi Pakarinen <tomi.pakarinen@welho.com>.
33998 Wed Sep 11 12:53:28 CEST 2002 Paolo Molaro <lupus@ximian.com>
34000         * icall.c: ignore overridden methods in GetMethods ().
34001         Fix for FieldInfo::SetValue().
34002         * object.c: handle float/double in runtime invoke.
34004 Tue Sep 10 15:51:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
34006         * object.c: allow a constructor to be called again on an object.
34008 Tue Sep 10 11:58:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
34010         * class.h, class.c: move field layout code to it's own function and
34011         export it. Get an interface id earlier. Move fields in MonoClass
34012         so they are more cache friendly and align the bitfields.
34013         * loader.c: temporary handle get_param_names() for a runtime method.
34014         * reflection.c, reflection.h: more code to handle runtime creation of
34015         types.
34017 2002-09-09  Martin Baulig  <martin@gnome.org>
34019         * marshal.c (mono_marshal_get_native_wrapper): We need to use a special
34020         signature with the pinvoke field being set for the actual call.
34022 Sat Sep 7 10:12:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
34024         * icall.c: removed some unused icalls. Start of map of glib charsets
34025         to corlib names. Implemented RuntimeMethod::GetFunctionPointer ().
34027 Fri Sep 6 16:08:44 CEST 2002 Paolo Molaro <lupus@ximian.com>
34029         * debug-helpers.c: break infinite loop (found and fixed by
34030         Holger Arnold <harnold@gmx.de>).
34032 Thu Sep 5 18:50:54 CEST 2002 Paolo Molaro <lupus@ximian.com>
34034         * icall.c: target may be null in create_delegate.
34036 Thu Sep 5 17:42:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
34038         * marshal.c: handle a boolean return type.
34040 Thu Sep 5 13:09:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
34042         * gc.c: put HIDE_POINTER/REVEAL_POINTER only here.
34044 Wed Sep 4 19:23:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
34046         * gc.c: fix weakreferences.
34048 Wed Sep 4 13:59:50 CEST 2002 Paolo Molaro <lupus@ximian.com>
34050         * icall.c: added icall to get default codepage.
34052 2002-09-03  Dick Porter  <dick@ximian.com>
34054         * threads.h: 
34055         * threads.c: Use MonoThread instead of MonoObject where
34056         apropriate.
34058         Store running thread objects in a hash table, so that we have all
34059         the info to hand when waiting for them to finish
34060         (means we don't need OpenThread() any more, so mingw builds should
34061         be fully functional again.)
34063         * verify.c:
34064         * object.h: Added thread ID to MonoThread
34066 2002-09-03  Martin Baulig  <martin@gnome.org>
34068         * icall.c (System.Reflection.Assembly::get_location): New interncall.
34070 2002-09-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
34072         * icall.c: fixed leak in get_temp_path. Thanks lupus.
34074 2002-09-03  Martin Baulig  <martin@gnome.org>
34076         * debug-helpers.c (mono_disasm_code_one): Added `const guchar **endp'
34077         argument to store the end address of the disassembled instruction.
34079         * debug-mono-symfile.h (MonoDebugMethodInfo, MonoDebugVarInfo): Moved
34080         here from debug-symfile.h.
34081         (MonoDebugMethodJitInfo): Moved all fields which are filled out by the
34082         JIT into this struct.
34083         (MonoSymbolFile): Added `char *image_file' field.
34084         (MonoDebugGetMethodFunc): Removed.
34085         (mono_debug_update_mono_symbol_file): Removed the hash table argument.
34086         (mono_debug_create_mono_symbol_file): Removed the `source_file' argument.
34087         (mono_debug_find_method): New method.
34089         * debug-mono-symfile.c (mono_debug_create_mono_symbol_file): Always
34090         create a full symbol file.
34091         (mono_debug_update_mono_symbol_file): Don't distinguish between dynamic
34092         and static symbol files.
34093         (mono_debug_find_method): The symbol file keeps an internal method hash,
34094         call this to get a MonoDebugMethodInfo from a MonoMethod.
34096         * debug-symfile.[ch]: Removed.
34098 2002-08-29  Miguel de Icaza  <miguel@ximian.com>
34100         * image.c (do_mono_image_open): Remove linker version check.
34102 2002-08-29  Dietmar Maurer  <dietmar@ximian.com>
34104         * marshal.c (mono_marshal_get_managed_wrapper): don't cache
34105         wrappers for instance methods.
34106         
34107 2002-08-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
34109         * icall.c: added ves_icall_System_IO_Path_get_temp_path.
34111 2002-08-28  Dick Porter  <dick@ximian.com>
34113         * Makefile.am: Export HOST_CC for w32 builds
34115 Tue Aug 27 18:34:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
34117         * file-io.c process.c: MonoString are null terminated, no
34118         need for mono_string_to_utf16() anymore.
34120 Tue Aug 27 17:51:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
34122         * icall.c, unicode.h, unicode.c: removed unused iconv stuff.
34124 Tue Aug 27 16:38:58 CEST 2002 Paolo Molaro <lupus@ximian.com>
34126         * icall.c, reflection.h: speedup System.MonoType.
34128 Tue Aug 27 16:37:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
34130         * reflection.c: allow null as the value of a string argument in
34131         custom attributes constructors.
34133 2002-08-27  Martin Baulig  <martin@gnome.org>
34135         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Removed the
34136         `trampoline_address' field.
34138 2002-08-27  Dietmar Maurer  <dietmar@ximian.com>
34140         * marshal.c (mono_marshal_get_native_wrapper): removed wrong null
34141         check (fixes bug #29486) 
34143 2002-08-27  Martin Baulig  <martin@gnome.org>
34145         * debug-mono-symfile.c: Changed the file format in a way that allows us
34146         open it read-only and to use a specially malloced area for all the
34147         dynamic data.  We can now also generate a symbol file on-the-fly if we're
34148         debugging IL code and there is no MCS generated symbol file for it.
34150 Mon Aug 26 16:47:37 CEST 2002 Paolo Molaro <lupus@ximian.com>
34152         * object.c: added a define for a good string and array
34153         creation speedup (not enabled by default because we need to deal with
34154         the synch stuff).
34156 2002-08-26  Martin Baulig  <martin@gnome.org>
34158         * debug-mono-symfile.c (mono_debug_create_mono_symbol_file): New
34159         function to create a dynamic symbol file.  This is used by the
34160         debugger to create a symbol file for IL code on-the-fly.
34162 2002-08-26  Martin Baulig  <martin@gnome.org>
34164         * loader.c (mono_lookup_pinvoke_call): Include the error message
34165         from g_module_error() in the error message.
34167 2002-08-24  Martin Baulig  <martin@gnome.org>
34169         * debug-mono-symfile.c (mono_debug_update_mono_symbol_file): New
34170         function to update the symbol file.  The symbol file is mmap()ed
34171         writable, but private.  This allows us to install the symbol file
34172         together with the assembly.
34174 2002-08-24  Martin Baulig  <martin@gnome.org>
34176         * debug-mono-symfile.[ch]: New files.  Similar to debug-symfile.[ch]
34177         but they can read the new symbol file format which mcs is now creating.
34179         * debug-symfile.c (mono_debug_find_source_location): Moved to
34180         debug-mono-symfile.c; this is now operating on the new symbol file.
34182 2002-08-23  Martin Baulig  <martin@gnome.org>
34184         * debug-helpers.c (mono_method_desc_from_method): New function to get
34185         a MonoMethodDesc from a MonoMethod.
34187 Fri Aug 23 15:54:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
34189         * object.c: fixes assertion failure caused by multiple ExecuteAssembly
34190         calls for same domain (patch by Tomi Pakarinen <Tomi.Pakarinen@iki.fi>).
34192 Fri Aug 23 12:14:45 CEST 2002 Paolo Molaro <lupus@ximian.com>
34194         * string-icalls.[ch]: make helper methods static.
34196 2002-08-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
34198         * icall.c: re-applied patch to GetValueInternal. Also added R4 and R8
34199         types to it and to SetValueInternal.
34201         * object.c: Moved handle_enum label to its proper place. This was the
34202         f... bug! ;-)
34204         This time i compiled mcs and gtk-sharp and they both work.
34206 2002-08-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
34208         * icall.c: reverted partially my previous patch until 
34209         object.c:set_value handles enums correcly.
34211 2002-08-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
34213         * icall.c:
34214         (ves_icall_MonoField_GetValue): changed to use mono_field_get_value.
34215         (ves_icall_System_Environment_get_MachineName): removed warning when
34216         compiling under cygwin.
34218 Thu Aug 22 18:49:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
34220         * object.c: fixed field_get_value() for reference types.
34222 2002-08-22  Dick Porter  <dick@ximian.com>
34224         * socket-io.c (ves_icall_System_Net_Sockets_Socket_RecvFrom_internal):
34225         Don't free a buffer while it's still needed.  Patch from Jonathan
34226         Liger <Jonathan.liger@wanadoo.fr>
34228 2002-08-21  Miguel de Icaza  <miguel@ximian.com>
34230         * icall.c (ves_icall_System_Environment_get_Platform): Add new
34231         internal call.
34233 2002-08-21  Dietmar Maurer  <dietmar@ximian.com>
34235         * icall.c (ves_icall_get_method_info): s/MonoMethod/MonoReflectionMethod/
34236         (ves_icall_get_parameter_info): s/MonoMethod/MonoReflectionMethod/
34238         * marshal.c (mono_marshal_get_remoting_invoke): save lmf, because
34239         we call unmanaged code which throws exceptions.
34241 Wed Aug 21 12:56:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
34243         * appdomain.h: added per-domain entry_assembly.
34244         * appdomain.c: ensure mono_runtime_exec_main () gets non-null
34245         arguments.
34246         * icall.c: Assembly::GetEntryAssembly icall.
34247         * object.c: set domain->entry_assembly in mono_runtime_exec_main().
34248         Changes above from a patch by Tomi Pakarinen <tomi.pakarinen@welho.com>.
34250 Tue Aug 20 15:42:15 CEST 2002 Paolo Molaro <lupus@ximian.com>
34252         * appdomain.h, gc.c: added mono_domain_finalize ().
34254 2002-08-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
34256         * object.c:
34257         (mono_print_unhandled_exception): changed g_warning by g_printerr
34258         because g_log has a 1024 characters limit (yeah, i got a big stack
34259         trace). Don't print exception name, that should be in ToString 
34260         returned string.
34262 2002-08-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
34264         * icall.c: added ves_icall_FieldInfo_SetValueInternal.
34265         * object.c: added missing MONO_TYPE_ARRAY in mono_runtime_invoke_array.
34267 2002-08-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
34269         * object.c:
34270         (mono_print_unhandled_exception): after previous commit, i realized
34271         that MS calls ToString on the exception. I changed this function to
34272         do that. This way we get stack_trace for free.
34274 2002-08-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
34276         * object.c:
34277         (mono_print_unhandled_exception): invoke Message property instead of
34278         getting 'message' field from Exception. Don't allocate memory for
34279         'trace' and 'message' if not needed.
34281 2002-08-18  Dick Porter  <dick@ximian.com>
34283         * unicode.c: Fix asserts to match Encoder.cs checks
34285 Fri Aug 16 21:42:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
34287         * marshal.c: fix unaligned store issue and a few wrong
34288         opcode argument types.
34290 2002-08-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
34292         * icall.c: added GetUninitializedObjectInternal internal call.
34294 2002-08-16  Dietmar Maurer  <dietmar@ximian.com>
34296         * appdomain.c (mono_runtime_invoke_in_domain): transfer Exception
34297         to the right domain.
34299 2002-08-14  Dietmar Maurer  <dietmar@ximian.com>
34301         * marshal.c (mono_marshal_get_runtime_invoke): unbox value types
34303         * class.c (class_compute_field_layout): set blittable to false for Strings
34305         * appdomain.c (mono_domain_transfer_object): added support for ISerializable
34307 Wed Aug 14 17:26:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
34309         * appdomain.h, reflection.c, icall.c, object.c, reflection.h:
34310         first chunk of code to create types at runtime. Code to
34311         handle ReflectedType/DeclaringType. Make reflection handles
34312         domain specific.
34314 Wed Aug 14 17:24:21 CEST 2002 Paolo Molaro <lupus@ximian.com>
34316         * class.c: set correct name in arrays.
34318 2002-08-13  Dietmar Maurer  <dietmar@ximian.com>
34320         * appdomain.c (mono_domain_transfer_object): make it work with
34321         valuetypes. bug fixes.
34323 2002-08-12  Dick Porter  <dick@ximian.com>
34325         * object.h: Rename some parameters to avoid c++ keywords (Patch
34326         from Joseph Wenninger <kde@jowenn.at>)
34328 Thu Aug 8 13:04:18 CEST 2002 Paolo Molaro <lupus@ximian.com>
34330         * icall.c: added icall to implement Assembly.GetFile*.
34332 Thu Aug 8 10:18:17 CEST 2002 Paolo Molaro <lupus@ximian.com>
34334         * reflection.h, reflection.c: code to embed managed resources.
34336 Tue Aug 6 17:59:44 CEST 2002 Paolo Molaro <lupus@ximian.com>
34338         * class.c: move all the type size stuff into
34339         class_compute_field_layout().
34341 Tue Aug 6 11:20:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
34343         * class.c: ensure enums have always the correct instance size.
34344         * unicode.c: remove wrong assert.
34346 Mon Aug 5 19:30:04 CEST 2002 Paolo Molaro <lupus@ximian.com>
34348         * assembly.c: fix mem corruption issue.
34349         * image.h, image.c: added mono_image_get_resource () to access
34350         managed resources.
34351         * icall.c: implemented Assembly.EntryPoint property and some
34352         Managed Resources related internalcalls.
34355 Mon Aug 5 18:18:03 CEST 2002 Paolo Molaro <lupus@ximian.com>
34357         * image.c, image.h: impemented mono_image_get_entry_point ().
34358         * appdomain.c: use mono_image_get_entry_point.
34360 Mon Aug 5 13:08:15 CEST 2002 Paolo Molaro <lupus@ximian.com>
34362         * reflection.c: support the object type argument when loading
34363         custom attributes.
34365 2002-08-05  Dietmar Maurer  <dietmar@ximian.com>
34367         * marshal.c (mono_marshal_get_managed_wrapper): add suppport for
34368         String as return type.
34370 Fri Aug 2 21:15:42 CEST 2002 Paolo Molaro <lupus@ximian.com>
34372         * reflection.c: fix encoding of named args for custom attrs to match
34373         the ms implementation. Read them back when instantiating custom
34374         attributes.
34376 2002-08-02  Radek Doulik  <rodo@ximian.com>
34378         * marshal.c (mono_mb_add_data): convert ret value to LE, suggested
34379         by Dietmar as quick fix
34380         (mono_marshal_get_delegate_begin_invoke): use sig->param_count +
34381         16 as stack size, used on more places as quick fix before Dietmar
34382         will fix it properly
34384 Fri Aug 2 17:48:17 CEST 2002 Paolo Molaro <lupus@ximian.com>
34386         * object.h, object.c: added accessors for fields and properties.
34388 Fri Aug 2 17:45:15 CEST 2002 Paolo Molaro <lupus@ximian.com>
34390         * class.c, class.h: made mono_class_get_field_from_name ()
34391         loop on parent types.
34392         Added mono_class_get_property_from_name ().
34394 Fri Aug 2 11:40:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
34396         * class.c, class.h: move the code to setup the type vtable in its own
34397         function so that it can be reused also for types created at runtime.
34398         Eliminate the "class" identifier from the header file.
34399         * reflection.c: setup the vtable for enums so that we can create
34400         objects for use in SetConstant ().
34402 2002-08-02  Dietmar Maurer  <dietmar@ximian.com>
34404         * marshal.c (mono_delegate_to_ftnptr): pass delegate->target
34405         instead of the delegate itself as this pointer (bug #28383)
34407 2002-08-01  Dietmar Maurer  <dietmar@ximian.com>
34409         * marshal.c (mono_marshal_get_managed_wrapper): added return type
34410         conversions.
34412 Wed Jul 31 16:49:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
34414         * loader.c: don't set the pinvoke bit on icalls.
34416 2002-07-31  Dietmar Maurer  <dietmar@ximian.com>
34418         * debug-helpers.c (mono_method_full_name): only print a number to
34419         indicate wrapper type (so that the output is more readable in traces).
34421 2002-07-30  Dietmar Maurer  <dietmar@ximian.com>
34423         * class.c (mono_class_init): include method override patch from Paolo
34425 Tue Jul 30 15:20:08 CEST 2002 Paolo Molaro <lupus@ximian.com>
34427         * icall.c: fixed GetTypeCode().
34429 2002-07-29  Dietmar Maurer  <dietmar@ximian.com>
34431         * threads.c (ves_icall_System_Threading_Thread_Thread_internal):
34432         use real delegate invoke function to make it work with multicast
34433         delegates (fix bug# 28291).
34435 Fri Jul 26 11:58:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
34437         * object.c: load constant strings.
34439 Fri Jul 26 11:36:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
34441         * reflection.c: no magic numbers.
34442         * tabledefs.h: security action enum.
34444 Fri Jul 26 11:22:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
34446         * assembly.c: fix possible memory corruption.
34448 Thu Jul 25 13:58:38 CEST 2002 Paolo Molaro <lupus@ximian.com>
34450         * reflection.h, reflection.c: added support for linking resources.
34451         * verify.c: check we have an updated corlib.
34453 2002-07-25  Dietmar Maurer  <dietmar@ximian.com>
34455         * marshal.c (mono_marshal_get_native_wrapper): correctly marshal
34456         string arrays.
34457         (mono_marshal_string_array): null terminate unmanaged string arrays.
34458         (mono_marshal_get_managed_wrapper): print warning for arrays (not implemented)
34460 Wed Jul 24 13:32:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
34462         * icall.c: Type.GetType () can now return also types from the
34463         calling assembly.
34465 Wed Jul 24 13:04:05 CEST 2002 Paolo Molaro <lupus@ximian.com>
34467         * loader.h, loader.c: stack walking support.
34468         * icall.c: implemented GetCurrentMethod, GetExecutingAssembly,
34469         GetCallingAssembly.
34471 2002-07-24  Dietmar Maurer  <dietmar@ximian.com>
34473         * marshal.c: added optimisations for blittable types 
34475         * class.c (mono_array_class_get): do not set blittable attribute on arrays
34476         (mono_class_setup_mono_type): set blittable attribute for single
34477         and double.
34479         * marshal.c (mono_string_utf8_to_builder): impl.
34480         (mono_string_builder_to_utf8): impl.
34481         (mono_marshal_get_native_wrapper): impl. StringBuilder marshaling
34483 2002-07-23  Dietmar Maurer  <dietmar@ximian.com>
34485         * marshal.c (mono_marshal_get_native_wrapper): impl. byref types
34486         (mono_marshal_get_managed_wrapper): impl. byref types
34488 2002-07-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
34490         * icall.c:
34491         (search_method): don't display debug message. 
34493 2002-07-22  Dietmar Maurer  <dietmar@ximian.com>
34495         * metadata.c (mono_type_stack_size): removed temporary fix for new gcc
34497 Mon Jul 22 18:17:05 CEST 2002 Paolo Molaro <lupus@ximian.com>
34499         * appdomain.c: set the missing filename when throwing exception.
34501 2002-07-22  Dietmar Maurer  <dietmar@ximian.com>
34503         * metadata.c (mono_type_size): code cleanup
34504         (mono_type_stack_size): removed some test code
34506 2002-07-21  Miguel de Icaza  <miguel@ximian.com>
34508         * appdomain.c (ves_icall_System_Reflection_Assembly_LoadFrom): Use
34509         mono_get_exception_file_not_found now.
34511         * exception.c (mono_exception_from_name_two_strings): New version
34512         that will call a constructor with two string arguments. 
34513         (mono_get_exception_file_not_found): New helper routine, used to
34514         report file-not-found errors.
34516 2002-07-20  Dick Porter  <dick@ximian.com>
34518         * process.h:
34519         * process.c: Pass file handles to CreateProcess
34520         
34521         * icall.c:
34522         * file-io.h:
34523         * file-io.c: Implemented CreatePipe
34525 2002-07-19  Dietmar Maurer  <dietmar@ximian.com>
34527         * metadata.c (mono_get_param_info): set alignment for value types
34529 Fri Jul 19 18:58:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
34531         * appdomain.h, domain.c, threads-types.h: don't include config.h in headers.
34532         Constify mono_domain_assembly_open().
34533         * loader.c: handle null namespace in icalls.
34535 2002-07-19  Dietmar Maurer  <dietmar@ximian.com>
34537         * marshal.c (emit_ptr_to_str_conv): marshal object as structs
34538         (emit_str_to_ptr_conv): marshal object as structs
34540         * metadata.c (mono_type_to_unmanaged): marshal object as structs
34542         * marshal.c (mono_marshal_get_runtime_invoke): support value types
34544 2002-07-18  Dietmar Maurer  <dietmar@ximian.com>
34546         * marshal.c (mono_marshal_get_runtime_invoke): use exception filters
34547         (mono_marshal_get_native_wrapper): we an now return value types
34549 Wed Jul 17 18:21:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
34551         * verify.c: more checks implemented.
34553 2002-07-17  Dietmar Maurer  <dietmar@ximian.com>
34555         * marshal.c (mono_delegate_to_ftnptr): invoke the right method
34556         (fix bug #27695)
34557         (mono_marshal_get_native_wrapper): allow byref arguments
34558         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringXXX):
34559         impl. PtrToStringXXX methods
34560         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStructure_type): impl.
34561         (ves_icall_System_Runtime_InteropServices_Marshal_OffsetOf): impl.
34562         (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalAnsi): impl.
34563         (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalUni): impl.
34564         (ves_icall_System_Runtime_InteropServices_Marshal_DestroyStructure): impl.
34566 Tue Jul 16 19:00:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
34568         * reflection.c: fix buglet in parsing an assembly name.
34570 2002-07-16  Dietmar Maurer  <dietmar@ximian.com>
34572         * marshal.c (emit_ptr_to_str_conv): first impl.
34574 Tue Jul 16 12:39:33 CEST 2002 Paolo Molaro <lupus@ximian.com>
34576         * object.c, class.h: cache the vtable in the class as suggested by
34577         vargaz@freemail.hu (Zoltan Varga).
34579 Tue Jul 16 11:27:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
34581         * class.h, loader.c: added mono_field_from_token().
34582         * verify.c: first cut of type checking code.
34584 2002-07-16  Dietmar Maurer  <dietmar@ximian.com>
34586         * marshal.c (mono_marshal_get_native_wrapper): support valuetypes
34588 2002-07-15  Dietmar Maurer  <dietmar@ximian.com>
34590         * marshal.c (mono_marshal_get_native_wrapper): handle enum types
34591         (fix bug #27782)
34592         (mono_marshal_get_remoting_invoke): impl.
34593         (mono_delegate_begin_invoke): impl.
34594         (mono_mb_emit_save_args): impl.
34595         (mono_delegate_end_invoke): impl.
34596         (mono_marshal_get_delegate_begin_invoke):
34597         (mono_marshal_get_delegate_end_invoke):
34598         (mono_marshal_get_delegate_invoke): generate a special name for
34599         those methods (including the signature) and associate them whith
34600         the delegate class. 
34602 2002-07-13  Gonzalo Paniagua Javier <gonzalo@gnome-db.org>
34604         * reflection.[ch]: 
34605         (mono_reflection_type_from_name): now it has a MonoImage parameter
34606         which is used as the default image to search the type in. If the image
34607         is NULL or getting the type from it fails, it defaults to corlib.
34609         * icall.c: changed 1 call to mono_reflection_type_from_name to match
34610         new parameter.
34612 Sat Jul 13 19:32:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
34614         * reflection.c: update the parameter table index.
34616 Sat Jul 13 17:34:23 CEST 2002 Paolo Molaro <lupus@ximian.com>
34618         * domain.c: don't include the mark byte in the string hash.
34620 Sat Jul 13 15:06:23 CEST 2002 Paolo Molaro <lupus@ximian.com>
34622         * icall.cs: icall for Type.GetTypeCode ().
34623         * verify: a couple of fixes and disabled local initialization checks.
34625 2002-07-12  Dietmar Maurer  <dietmar@ximian.com>
34627         * marshal.c: better debugging support (DEBUG_RUNTIME_CODE)
34629         * debug-helpers.c (mono_method_full_name): print the type of the
34630         runtime wrapper
34632         * metadata.c (mono_signature_hash): a hash function for signatures
34633         (mono_signature_hash): better hash algorithm
34635         * marshal.c (mono_marshal_get_delegate_invoke): cache methods by signature
34637         * debug-helpers.c (mono_method_full_name): this can now generate
34638         method names with signatures
34640         * marshal.c (mono_marshal_get_managed_wrapper): bug fix: unmanaged
34641         method dont have this pointers.
34643 Fri Jul 12 11:35:48 CEST 2002 Paolo Molaro <lupus@ximian.com>
34645         * reflection.c: fixup typebuilder tokens.
34646         * image.c: fix buglet.
34647         * marshal.h: remove whitespace.
34648         * metadata.h, metadata.c: reinstate code that was removed.
34649         * verify.c: handle catch directives and fix another couple of bugs.
34651 2002-07-11  Dietmar Maurer  <dietmar@ximian.com>
34653         * marshal.c (mono_marshal_get_native_wrapper): support BOOLEAN
34654         (mono_marshal_get_native_wrapper): make it comp. with the old code
34655         (mono_marshal_get_native_wrapper): support boolean
34656         (mono_marshal_get_managed_wrapper): support more types
34658 2002-06-25  Dietmar Maurer  <dietmar@ximian.com>
34660         * class.c (class_compute_field_layout): compute class->blittable attribute.
34662 2002-07-09  Dick Porter  <dick@ximian.com>
34664         * threads.c: Make the thread cleaning up cope with threads that
34665         call ExitThread()
34667 2002-07-08  Radek Doulik  <rodo@ximian.com>
34669         * reflection.c (method_encode_code): use non-translated values to
34670         compute finally_start, this fixes exception handling on ppc, yay!
34672         * decimal.h (struct signscale): fix endianess
34674 2002-07-07  Radek Doulik  <rodo@ximian.com>
34676         * reflection.c: swap box_val and not val
34678 Mon Jul 8 15:18:59 CEST 2002 Paolo Molaro <lupus@ximian.com>
34680         * reflection.c, reflection.h: handle full assembly info in type name.
34681         Handle Type arguments when loading custom attributes.
34682         * icall.c: updated to use new mono_reflection_type_from_name () method.
34684 2002-07-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
34686         * loader.c:
34687         (method_from_memberref): also print assembly name when method not found.
34689 2002-07-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
34691         * icall.c:
34692         (ves_icall_TypeGetProperties): fixed bug #27473. 
34694 2002-07-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
34696         * reflection.c: display image name and token when cannot find the
34697         .ctor for an attribute.
34699 2002-07-05  Martin Baulig  <martin@gnome.org>
34701         * debug-symfile.c: Reflect latest MonoDwarfFileWriter changes.
34703 2002-07-04  Dick Porter  <dick@ximian.com>
34705         * threads.c (mono_thread_cleanup): Nasty kludge to get this to
34706         compile on mingw.  This will cause mingw builds to not wait for
34707         subthreads to terminate after the main thread does.  I've lodged a
34708         bug with the mingw developers for them to wrap OpenThread().
34710 2002-07-03  Dick Porter  <dick@ximian.com>
34712         * threads.c: Store thread IDs instead of handles, because
34713         GetCurrentThread() returns a pseudohandle and therefore stores
34714         useless values.  mono_thread_cleanup() continues checking the
34715         array of threads until it is empty, to cope with subthreads
34716         spawning new threads after the main thread has finished.
34718         * profiler.h:
34719         * profiler.c:
34720         * profiler-private.h: Pass the thread ID to thread profiler
34721         functions, instead of a handle
34723 Wed Jul 3 17:43:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
34725         * verify.c: fixes to make it more usable.
34726         * pedump.c: added --verify code to verify IL code in an assembly.
34728 Tue Jul 2 20:40:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
34730         * reflection.c: turn errors into warnings to allow compiling corlib.
34732 Tue Jul 2 19:33:20 CEST 2002 Paolo Molaro <lupus@ximian.com>
34734         * reflection.c: add special cases to compile corlib.
34736 Mon Jul 1 18:00:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
34738         * reflection.c: handle properties with only a set method.
34740 Mon Jul 1 17:11:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
34742         * opcodes.h: add enum with opcodes in opval order.
34744 2002-07-01  Dick Porter  <dick@ximian.com>
34745         
34746         * object.h:
34747         * object.c (mono_runtime_run_main): Removed unneeded argument
34749 2002-06-28  Martin Baulig  <martin@gnome.org>
34751         * debug-symfile.c: Reflect latest MonoDwarfFileWriter changes.
34753 2002-06-27  Dick Porter  <dick@ximian.com>
34755         * threads.c: Store the handle in both the parent thread and in the
34756         subthread, to minimise the time between starting a new thread and
34757         storing its ID.
34759 2002-06-26  Dick Porter  <dick@ximian.com>
34761         * appdomain.c (mono_runtime_cleanup): Close the socket library
34762         after all the threads have finished, not before
34764 2002-06-26  Martin Baulig  <martin@gnome.org>
34766         * debug-symfile.c (mono_debug_find_source_location): Added
34767         `guint32 *line_number' argument.  If it's not NULL, store the line number
34768         there and return the file name without the line number.
34770 2002-06-25  Dick Porter  <dick@ximian.com>
34772         * icall.c:
34773         * process.h:
34774         * process.c: Process forking and other support functions
34776 2002-06-25  Dick Porter  <dick@ximian.com>
34778         * image.c (do_mono_image_open): Set ref_count to 1, so that bad
34779         things dont happen when the image is closed.
34780         (mono_image_lookup_resource): Walk the resource section looking
34781         for a particular entry
34783         * cil-coff.h: PE resource section decoding
34785 2002-06-25  Dick Porter  <dick@ximian.com>
34786         
34787         * assembly.h:
34788         * assembly.c: 
34789         (mono_assembly_foreach): Accessor functions to walk the list of
34790         loaded assemblies
34791         (mono_assembly_set_main):
34792         (mono_assembly_get_main): Process methods need to know which
34793         assembly is the "main" one
34795         * object.c (mono_runtime_run_main): Record the main assembly
34797         * debug-helpers.c: Fix typo
34799 2002-06-24  Dietmar Maurer  <dietmar@ximian.com>
34801         * icall.c (ves_icall_System_Runtime_InteropServices_Marshal_copy_to_unmanaged): impl.
34802         (ves_icall_System_Runtime_InteropServices_Marshal_copy_from_unmanaged): impl.
34804 Sat Jun 22 11:37:25 CEST 2002 Paolo Molaro <lupus@ximian.com>
34806         * icall.c: fix off-by-one in Assembly.GetTypes() reported by bob@karr.ath.cx.
34808 2002-06-21  Miguel de Icaza  <miguel@ximian.com>
34810         * image.c (do_mono_image_open): Initialize reference count,
34811         otherwise we leak the MonoImage.
34813 Fri Jun 21 19:16:47 CEST 2002 Paolo Molaro <lupus@ximian.com>
34815         * reflection.c: small tweak to handle self-hosting.
34817 Thu Jun 20 23:28:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
34819         * reflection.c: fix type name parse code.
34821 Thu Jun 20 19:24:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
34823         * reflection.c: break out of the loop.
34824         * image.c: special case corlib.
34826 Thu Jun 20 16:43:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
34828         * reflection.c: add all the custom attrs at the end to ensure the
34829         ctors have been properly initialized when the attributes are defined
34830         in the current assembly.
34832 Thu Jun 20 13:46:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
34834         * reflection.c: handle correctly multiple-nested types.
34836 Thu Jun 20 11:49:00 CEST 2002 Paolo Molaro <lupus@ximian.com>
34838         * row-indexes.h: fix typos.
34839         * reflection.c: adjust for typos and fix method_def_or_ref
34840         encoding in MethodImpl table.
34842 Wed Jun 19 21:57:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
34844         * reflection.c: fix entry point patching (thanks Serge!).
34846 2002-06-18  Dietmar Maurer  <dietmar@ximian.com>
34848         * verify.c: add check for System.Exception
34850 Mon Jun 17 20:23:23 CEST 2002 Paolo Molaro <lupus@ximian.com>
34852         * image.c, class.c: minifix for code just c&p'ed.
34853         * reflection.c: warning fix.
34854         * object.h, loader.h, domain.c: load also StringBuilder.
34856 Mon Jun 17 17:29:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
34858         * marshal.h, marshal.c: some support code to handle complex marshaling.
34860 Mon Jun 17 16:32:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
34862         * class.h, class.c, reflection.c: handle ignorecase in GetType ().
34863         Better signatures with vtable error dump.
34865 Mon Jun 17 16:13:35 CEST 2002 Paolo Molaro <lupus@ximian.com>
34867         * reflection.c, reflection.h, icall.c: fixes for multiple-nested types.
34869 2002-06-17  Dietmar Maurer  <dietmar@ximian.com>
34871         * icall.c (ves_icall_Type_GetField): impl.
34873 Mon Jun 17 16:08:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
34875         * metadata.h, metadata.c: added mono_metadata_get_marshal_info()
34876         to retrieve a marshal description blob for a field or param.
34878 Mon Jun 17 14:57:03 CEST 2002 Paolo Molaro <lupus@ximian.com>
34880         * reflection.h, reflection.c: change order of nested type emission
34881         to avoid table corruption. The NestedTypes table is sorted.
34882         * icall.c: change order of GetConstructor results to workaround mcs bug.
34884 Fri Jun 14 16:24:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
34886         * reflection.h, reflection.c: handle field and param marshal
34887         information.
34889 Wed Jun 12 16:30:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
34891         * icall.c, marshal.c marshal.h: more Marshal class implementation.
34893 Tue Jun 11 17:29:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
34895         * reflection.c: fix call convention.
34897 Tue Jun 11 16:52:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
34899         * reflection.h, reflection.c: mono_image_get_memberref_token()
34900         takes a type instead of a class, now. Added
34901         mono_image_get_array_token() to create tokens for the special
34902         multi-dim array methods.
34904 Tue Jun 11 13:21:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
34906         * assembly.c: handle modules (no assembly table). Split
34907         loading references in its own function.
34908         * class.c: handle moduleref resolution scope.
34909         * image.c, image.h: cache module name in image.
34911 2002-06-07  Martin Baulig  <martin@gnome.org>
34913         * reflection.c (mono_image_get_type_info): Only add a class layout entry
34914         if we actually have a `tb->class_size' (ie. it's not UnspecifiedTypeSize).
34916 Fri Jun 7 22:07:25 CEST 2002 Paolo Molaro <lupus@ximian.com>
34918         * icall.c: more signature fixes that used uint instead of int.
34920 Fri Jun 7 20:41:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
34922         * reflection.c: fixed signature of field refs.
34924 Fri Jun 7 19:41:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
34926         * class.c, reflection.c: handle typerefs of nested types
34927         (both on read and when writing files).
34929 Fri Jun 7 17:46:50 CEST 2002 Paolo Molaro <lupus@ximian.com>
34931         * icall.c: fix method signatures that tried to workaround the previous
34932         typo, d'oh!
34934 Fri Jun 7 17:36:33 CEST 2002 Paolo Molaro <lupus@ximian.com>
34936         * debug-helpers.c: fix typo.
34938 Fri Jun 7 17:00:04 CEST 2002 Paolo Molaro <lupus@ximian.com>
34940         * cil-coff.h, icall.c, image.c, reflection.c, reflection.h:
34941         rewrote the PE/COFF writing code (our programs are understood by the
34942         ms runtime, now).
34944 Tue Jun 4 18:10:47 CEST 2002 Paolo Molaro <lupus@ximian.com>
34946         * gc.c, gc.h, icall.c: weakreference support.
34948 Tue Jun 4 16:06:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
34950         * Makefile.am, mono-config.c: use $(sysconfdir).
34952 Mon Jun 3 13:13:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
34954         * icall.c: changed default precision of Double.ToString() to 15.
34955         Fixed memory leak. Unified with Single.ToString.
34957 Sat Jun 1 14:26:45 CEST 2002 Paolo Molaro <lupus@ximian.com>
34959         * sysmath.c: workaround systems missing NAN and/or HUGE_VAL.
34961 Sat Jun 1 13:46:54 CEST 2002 Paolo Molaro <lupus@ximian.com>
34963         * pedump.c, appdomain.c, appdomain.h, assembly.c, domain.c,
34964         gc.c, icall.c, image.c, mono-config.c, reflection.c: killed
34965         warnings and compilation fixes from Dennis Haney (davh@davh.dk)
34966         and myself.
34968 Fri May 31 16:58:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
34970         * debug-symfile.c, sysmath.c: yet more compilation fixes.
34972 Fri May 31 16:35:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
34974         * reflection.c, socket-io.c: more compilation fixes.
34976 Fri May 31 15:58:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
34978         * appdomain.c, class.c, class.h, debug-symfile.c, decimal.c,
34979         domain.c, loader.c, object.c, object.h, reflection.c, string-icalls.h,
34980         unicode.c: warning and compiler compatibility fixes.
34982 Fri May 31 15:36:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
34984         * class.h, metadata.c: fixed warnings/compilation errors.
34986 Fri May 31 13:08:25 CEST 2002 Paolo Molaro <lupus@ximian.com>
34988         * Makefile.am, mono-config.c, mono-config.h: configuration file
34989         support routines.
34990         * loader.c, loader.h: make Dll mapping configurable at runtime in the
34991         config file. Export methods to insert and lookup mappings.
34993 Fri May 31 12:45:38 CEST 2002 Paolo Molaro <lupus@ximian.com>
34995         * reflection.c: handle types and boxed objects in custom attr
34996         constructors.
34998 2002-05-30  Martin Baulig  <martin@gnome.org>
35000         * debug-symfile.c
35001         (ves_icall_Debugger_MonoSymbolWriter_method_builder_from_token): Removed.
35003 Thu May 30 14:15:02 CEST 2002 Paolo Molaro <lupus@ximian.com>
35005         * metadata.c, metadata.h: added mono_metadata_implmap_from_method()
35006         to lookup the implmap row for a P/Invoke method.
35007         * loader.c: added mono_lookup_pinvoke_call(): we only lookup a
35008         P/Invoke method from the runtime on an as needed basis.
35010 2002-05-28  Dietmar Maurer  <dietmar@ximian.com>
35012         * metadata.c (mono_metadata_parse_signature): impl.
35014 Tue May 28 16:02:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
35016         * class.c: handle .pack directive.
35018 Tue May 28 11:04:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
35020         * object.c: initialize static fields with RVA data.
35022 2002-05-25  Martin Baulig  <martin@gnome.org>
35024         * debug-symfile.c
35025         (ves_icall_Debugger_DwarfFileWriter_get_type_token): Removed.
35027 2002-05-24  Martin Baulig  <martin@gnome.org>
35029         * debug-symfile.c
35030         (ves_icall_Debugger_MonoSymbolWriter_get_local_type_from_sig): Removed.
35031         (ves_icall_Debugger_MonoSymbolWriter_method_from_token): Renamed to
35032         `ves_icall_Debugger_MonoSymbolWriter_method_builder_from_token'.
35034 Thu May 23 18:44:37 CEST 2002 Paolo Molaro <lupus@ximian.com>
35036         * object.c: special case string ctros in invoke.
35037         * gc.c: silly whitespace changes.
35039 2002-05-23  Dietmar Maurer  <dietmar@ximian.com>
35041         * threadpool.[ch]: impl. a threadpool that can
35042         be used by mint and mono.
35044 2002-05-22  Martin Baulig  <martin@gnome.org>
35046         * debug-symfile.c (ves_icall_Debugger_MonoSymbolWriter_method_from_token):
35047         The first argument is now a `MonoReflectionModuleBuilder *', the return
35048         value is a `MonoReflectionModuleBuilder *'.  Use the AssemblyBuilder's
35049         `methods' field to get the method builder.  The `token' argument is the
35050         unfixed token.
35052         * unicode.c (iconv_get_length, iconv_convert): Silently ignore all
35053         invalid characters instead of g_assert_not_reached()ing.  This seems
35054         to be the behaviour of mscorlib.
35056 2002-05-22  Dietmar Maurer  <dietmar@ximian.com>
35058         * object.c (mono_runtime_invoke_array): applied patch from Rachel
35059         Hestilow to fix bug #25104
35061 2002-05-21  Martin Baulig  <martin@gnome.org>
35063         * debug-symfile.c (mono_debug_find_source_location): New function.
35064         Looks up an IL offset in the line number table and returns the source
35065         location as a string.
35067 2002-05-21  Gonzalo Paniagua Javier <gonzalo@ximian.com>
35069         * icall.c:
35070         (mono_double_ToStringImpl): changed %f by %g until we have something
35071         better.
35073 2002-05-21  Nick Drochak  <ndrochak@gol.com>
35075         * icall.c : Use different name for Math.Pow's icall.  Needed to check
35076         parameters first in C#.
35078 Mon May 20 17:36:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
35080         * icall.c, reflection.h: added icall to get info about an event.
35082 2002-05-20  Radek Doulik  <rodo@ximian.com>
35084         * object.c (mono_value_box): don't use memcpy for boxing on BIG
35085         endian
35086         (mono_value_box): don't use memcpy for small sizes on
35087         architectures with unaligned access
35089 2002-05-20  Martin Baulig  <martin@gnome.org>
35091         * reflection.c (mono_reflection_setup_internal_class): Don't crash
35092         if `tb->parent == NULL'.
35093         (mono_reflection_create_internal_class): New function.  This is
35094         called from TypeBuilder.CreateType() and sets `klass->enum_basetype'
35095         for enum types.
35097         * icall.c ("System.Reflection.Emit.TypeBuilder::create_internal_class"):
35098         New interncall.
35100 2002-05-19  Martin Baulig  <martin@gnome.org>
35102         * unicode.c (ves_icall_iconv_get_bytes): Actually use the `charCount'
35103         argument to get the length, don't default to the array length.
35105 2002-05-18  Miguel de Icaza  <miguel@ximian.com>
35107         * assembly.c (mono_assembly_setrootdir): New function used to
35108         override the MONO_ASSEMBLIES directory.
35110 Fri May 17 20:39:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
35112         * icall.c: ValueType_GetHashCode() initialize local var.
35114 Thu May 16 17:20:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
35116         * reflection.c: sort custom attributes table.
35118 Thu May 16 16:08:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
35120         * reflection.c: support named args in custom attributes (write support).
35122 Thu May 16 13:04:59 CEST 2002 Paolo Molaro <lupus@ximian.com>
35124         * reflection.c: fix finally position calculation.
35126 2002-05-15  Radek Doulik  <rodo@ximian.com>
35128         * reflection.c: fixed endianess at many places
35130         * icall.c (ves_icall_InitializeArray): comment out debug msg
35132 2002-05-15  Dietmar Maurer  <dietmar@ximian.com>
35134         * object.c (mono_unhandled_exception): new function to handle
35135         unhandled exceptions.
35136         (mono_unhandled_exception): call the UnhandledException event.
35137         (mono_runtime_delegate_invoke): impl.
35139 Wed May 15 15:59:55 CEST 2002 Paolo Molaro <lupus@ximian.com>
35141         * metadata.h, metadata.c, class.c: mono_metadata_field_info ()
35142         returns the RVA, not the direct pointer to the data. Handle the case
35143         when the class size is fixed.
35145 Tue May 14 16:59:44 CEST 2002 Paolo Molaro <lupus@ximian.com>
35147         * reflection.c: fix some endianess issues.
35149 2002-05-14  Dietmar Maurer  <dietmar@ximian.com>
35151         * object.c (mono_runtime_invoke): is now able to catch exceptions.
35153         * threads.c (mono_thread_init): added a callback which is invoked
35154         at thread start.
35156 2002-05-14  Dan Lewis  <dihlewis@yahoo.co.uk>
35157         
35158         * icall.c: make GetHashCode return non-negative values.
35160 2002-05-14  Dan Lewis  <dihlewis@yahoo.co.uk>
35162         * object.c, icall.c, gc.c: revert to address-based hashcode.
35164 2002-05-13  Miguel de Icaza  <miguel@ximian.com>
35166         * icall.c (mono_double_ParseImpl): Added ParseImpl method.
35168 Mon May 13 16:40:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
35170         * icall.c, class.c: special case <Module>.
35172 2002-05-13  Dan Lewis  <dihlewis@yahoo.co.uk>
35174         * icall.c: fix bug in GetNow().
35176 2002-05-11  Dietmar Maurer  <dietmar@ximian.com>
35178         * object.c (mono_runtime_class_init): make sure that we call all
35179         static class constructors.
35181 Fri May 10 18:14:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
35183         * reflection.c: sort methodsemantics table.
35185 Fri May 10 16:31:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
35187         * reflection.h, reflection.c: honour init locals setting.
35189 Thu May 9 18:50:00 EDT 2002 Daniel Morgan <danmorg@sc.rr.com>
35191         * icall.c: copied Double ToStringImpl for Single ToStringImpl
35193 Wed May 8 12:28:28 CEST 2002 Paolo Molaro <lupus@ximian.com>
35195         * reflection.c: support ContructorBuilders in attribute blob creation.
35197 Wed May 8 12:06:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
35199         * reflection.c: some changes to build a binary that can be run
35200         directly in windows.
35202 Mon May 6 13:10:34 CEST 2002 Paolo Molaro <lupus@ximian.com>
35204         * loader.c: print a big message when an icall can't be found.
35206 2002-05-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
35208         * string-icalls.c: fix bug 24248.
35210 Sat May 4 14:03:21 CEST 2002 Paolo Molaro <lupus@ximian.com>
35212         * appdomain.c, appdomain.h, assembly.c, assembly.h, image.h,
35213         icall.c, reflection.h: separate assembly loading by pathname and by
35214         assembly name. Use the MONO_PATH env var to search for assemblies.
35216 Thu May 2 17:56:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
35218         * assembly.c, image.h: add some support for assemblies
35219         with multiple modules.
35220         * class.c, class.h: export mono_class_from_typeref().
35221         * loader.c: remove duplicated code and use mono_class_from_typeref(),
35222         instead.
35224 Thu May 2 15:51:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
35226         * unicode.c: Char.IsNumber doesn't include hex digits as the ms
35227         documentation says (the ECMA one is correct).
35229 2002-05-02  Dick Porter  <dick@ximian.com>
35231         * threads.c: Use GC_debug_register_finalizer with GC_debug_malloc.
35232         Don't name the synchronisation mutex.
35234 2002-04-30  Jeffrey Stedfast  <fejj@ximian.com>
35236         * rand.c
35237         (ves_icall_System_Security_Cryptography_RNGCryptoServiceProvider_GetBytes):
35238         Make the prototypes match.
35239         (ves_icall_System_Security_Cryptography_RNGCryptoServiceProvider_GetNonZeroBytes):
35240         Same.
35242         * icall.c
35243         (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Fixed for
35244         systems that use 'timezone' rather than tm.tm_gmtoff. Also, not
35245         all systems have tm.tm_zone, so use strftime() with %Z to print
35246         the timezone abreviation into a temp string.
35248         * object.c (mono_ldstr): Fixed to use mono_string_chars() macro
35249         rather than mono_array_addr() on a MonoString on Big Endian
35250         machines.
35252 2002-04-30  Dietmar Maurer  <dietmar@ximian.com>
35254         * string-icalls.c (ves_icall_System_String_InternalReplace_Str):
35255         fix bug 24041
35257 2002-04-30  Dick Porter  <dick@ximian.com>
35259         * socket-io.c: Cope with SOCKET being an integer rather than a
35260         pointer now.
35262         * threads.c: Added Thread_free_internal, to deal with thread
35263         handle cleanup.  Moved calls to handle_store() and handle_remove()
35264         to start_wrapper(), so each can only be called once.  Allocate
35265         synchronisation blocks with GC_malloc(), and use GC finalisation
35266         to close the handles.
35268         * icall.c: added System.Threading.Thread::Thread_free_internal
35270 Mon Apr 29 15:33:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
35272         * icall.c: support Environment.Exit, CommandLineArgs().
35274 Mon Apr 29 15:15:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
35276         * object.c, object.h: added mono_runtime_run_main () and
35277         mono_runtime_get_main_args () for use in System.Environment.
35279 Mon Apr 29 13:45:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
35281         * gc.c: fix thinko, enable actual finalization since the jit is now
35282         fixed.
35284 Mon Apr 29 12:47:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
35286         * gc.c, object.c: take into account that an object may be offset wrt the address
35287         returned by GC_malloc().
35289 Mon Apr 29 12:14:39 CEST 2002 Paolo Molaro <lupus@ximian.com>
35291         * image.c: handle files without entries in the assembly table (modules).
35293 2002-04-28 Patrik Torstensson <patrik.torstensson@intel.com>
35295         * reflection.c (mono_reflection_setup_internal_class): remove g_assert_not_reached() to allow 
35296         mcs selfhosting again (build breaker) and did move the check to class instead. parent is
35297         allowed to be null when it's System.Object class setup.
35299 2002-04-27  Martin Baulig  <martin@gnome.org>
35301         * reflection.c (mono_reflection_setup_internal_class): g_assert_not_reached()
35302         if `tb->parent == NULL' rather than crashing.
35304 2002-04-28  Nick Drochak  <ndrochak@gol.com>
35306         * sysmath.c (ves_icall_System_Math_Asin): Fix copy-paste error.  Was
35307         calling acos() where asin() should have been called.
35309 2002-04-26  Martin Baulig  <martin@gnome.org>
35311         * assembly.c (default_assembly_name_resolver): Use G_FILE_TEST_IS_REGULAR
35312         instead of G_FILE_TEST_EXISTS - if you're in mcs/class/corlib/System/Test,
35313         there's a subdirectory called `System', but we don't want to read that
35314         subdirectory as an assembly.
35316 2002-04-25  Martin Baulig  <martin@gnome.org>
35318         * debug-symfile.c: Reflect latest MonoString changes.
35320 Thu Apr 25 16:38:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
35322         * rand.c, rand.h: instance method icalls need to have an explicit
35323         this pointer as first argument in the C implementation.
35325 2002-04-25  Nick Drochak <ndrochak@gol.com>
35327         * icall.c: Fix typo in map for GetNonZeroBytes
35329 2002-04-24      Patrik Torstensson <patrik.torstensson@labs2.com>
35331         * string-icalls.c : String does now passes unit tests without any 
35332         errors, the following changes has been made:
35333         
35334         Implemented replace methods.
35335         Renaming of methods to (try) follow the standard.
35336         Fixed compare ordinal
35337         Made all memory allocated directly to function instead of via icall function.
35338         Small performance fix in is_in_array function
35339                         
35340  (2002-04-23) Changes from Duncan Mak <duncan@ximian.com>
35342         c (mono_string_Internal_ctor_charp_int_int):
35343         (mono_string_Internal_ctor_sbytep_int_int):  Removed check for
35344         sindex < 0, throw ArgumentOutOfRangeException instead of
35345         ArgumentNullException.
35347         Added new check for length == 0, however
35348         I need to make it return String.Empty from the C code.
35349         
35350         (mono_string_Internal_ctor_sbytep): Use mono_string_new, and let
35351         that calculate the length for us here.
35352         
35353         (mono_string_Internal_ctor_sbytep_int_int): Replaced
35354         mono_string_new_utf16 with mono_string_new, since value is utf8.
35356 Wed Apr 24 18:43:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
35358         * object.c: register the object for finalization if needed.
35359         Allocate one more char in the string for the terminating 0 char.
35361 Wed Apr 24 18:22:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
35363         * class.c, class.h, image.c: check if a type implemenst a destructor.
35364         Use the proper key for array class lookups.
35365         * icall.c: register the icalls in the System.GC class.
35366         * gc.c, gc.h: GC-related functions and icalls.
35368 2002-04-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
35370         * icall.c:
35371         * socket-io.c:
35372         * unicode.c: free some strings gotten from mono_string_to_utf8 and
35373         changed a couple of free () by g_free ().
35375         * decimal.c: one-liner in the comments for decimal2string ().
35377 2002-04-24      Patrik Torstensson <patrik.torstensson@labs2.com>
35379         * object.c (mono_runtime_invoke_array) : Bug because of my incompetence.
35381 2002-04-24      Patrik Torstensson <patrik.torstensson@labs2.com>
35383         * reflection.c (mono_reflection_get_custom_attrs) : fixed image bug (crash)
35384         * object.c (mono_runtime_invoke_array) : handle null in params
35386 2002-04-23      Patrik Torstensson <patrik.torstensson@labs2.com>
35388         * string-icalls.c: fixed bug in split (one off bug)
35390 2002-04-23      Patrik Torstensson <patrik.torstensson@labs2.com>
35392         * string-icalls.c: fixed bug in remove and lastindexofany, add equals icall.
35393         * icalls.c: added String::Equals as internal method
35395 2002-04-23      Patrik Torstensson <patrik.torstensson@labs2.com>
35397         * threads.c: fixed bug in the double interlocked functions
35399 2002-04-22      Patrik Torstensson <patrik.torstensson@labs2.com>
35401         * threads.c: implemented all of the new interlocked icalls.
35402         * string-icalls.c: fix a bug in insert.
35403         * icalls.c: added the icalls for interlocked, removed old string functions.
35404         
35405 Mon Apr 22 19:44:16 CEST 2002 Paolo Molaro <lupus@ximian.com>
35407         * loader.c: fix off-by-one error when reading argument names.
35409 Mon Apr 22 19:28:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
35411         * profiler.c: win32 counter implementation (untested).
35412         * icall.cs: win32 GetNow() and GetTimeZoneData() implementations
35413         (the latter needs testing and more complete impl. from win32 folks).
35415 2002-04-21  Dan Lewis  <dihlewis@yahoo.co.uk>
35417         * object.c: mono_array_new_full workaround mono_array_class_get
35418         problem.
35420 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
35422         * string-icalls.c (mono_string_InternalRemove): Fixed overwrite bug.
35423         * object.h (mono_string_chars): Changed casting type.
35425 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
35427         * string-icalls.c: Fixed trim method, added the constructors done by Duncan, fixed
35428                            method signatures to use gunichar2 instead of gint16.
35430 2002-04-20  Dan Lewis  <dihlewis@yahoo.co.uk>
35432         * object.h, object.c: domain-specific versions of mono_object_new and
35433         mono_array_new.
35435 2002-04-20  Dietmar Maurer  <dietmar@ximian.com>
35437         * object.c: changed String layout
35439         * string-icalls.c (mono_string_Internal_ctor_chara): added
35440         internal string constructors.
35442 Sat Apr 20 13:33:07 CEST 2002 Paolo Molaro <lupus@ximian.com>
35444         * threads.c: pass 'this' to the thread start routine.
35446 2002-04-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
35448         * string-icalls.c: fix IndexOf and LastIndexOf. Now
35449         InternalCompareStr don't call twice mono_string_cmp_char for the last
35450         character. Improved performance in mono_string_cmp_char.
35452 Fri Apr 19 19:26:28 CEST 2002 Paolo Molaro <lupus@ximian.com>
35454         * Makefile.am, appdomain.c, class.c, object.c: split runtime-depended
35455         code into its own library: libmonoruntime.
35457 2002-04-19  Dan Lewis  <dihlewis@yahoo.co.uk>
35459         * object.h, object.c: changed array format so that szarrays do not
35460         require a bounds structure.
35461         * icall.c, appdomain.c: support for new szarray format.
35463 Fri Apr 19 18:04:34 CEST 2002 Paolo Molaro <lupus@ximian.com>
35465         * metadata.c: compare also the retuns type when comparing signatures:
35466         we didn't do this as an optimization since really overloaded methods
35467         must differ also in the arguments, but this doesn't work with
35468         low-level IL code (or when using explicit conversion operators: see
35469         bug#23498 for an example).
35471 Fri Apr 19 16:14:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
35473         * loader.c: SZARRAY types can be saved as TYPESPEC, too.
35475 Thu Apr 18 17:15:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
35477         * icall.c: make MonoType::GetElementType its own icall.
35479 Thu Apr 18 16:41:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
35481         * icall.c: remove MonoMethod_get_Name().
35482         * reflection.c, reflection.h, verify: cache the method name in the MonoMethod
35483         object.
35485 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
35487         * string-icalls.c: optimized a few methods.
35489 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
35491         * icall.c: added all new string internal calls
35492         * string-icalls.c: added, new string internal call implementation.
35493         * object.c: added mono_string_new_size for allocating a string a size
35495 2002-04-17  Dietmar Maurer  <dietmar@ximian.com>
35497         * object.c (mono_object_isinst): use the same code as in the
35498         optimized x86 version.
35500 Wed Apr 17 14:14:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
35502         * profiler.c: TSC-based timer code (faster and more accurate).
35503         Not hooked up in configure, yet (set USE_X86TSC to 1).
35505 Wed Apr 17 12:33:10 CEST 2002 Paolo Molaro <lupus@ximian.com>
35507         * profiler.c, profiler.h: track time spent compiling methods.
35508         * threads.c: track thread creation/destruction.
35510 Tue Apr 16 20:08:43 CEST 2002 Paolo Molaro <lupus@ximian.com>
35512         * profiler.c, profiler.h, profiler-private.h: profiling interface
35513         and sample implementation. Moved here so that it can be used also by
35514         the jit.
35516 Tue Apr 16 12:58:12 CEST 2002 Paolo Molaro <lupus@ximian.com>
35518         * reflection.c, reflection.h: keep types and other handles separate in
35519         the hash tables for referred tokens. Add guid for modules.
35521 Mon Apr 15 11:37:33 CEST 2002 Paolo Molaro <lupus@ximian.com>
35523         * assembly.c: fix bugs found with valgrind.
35524         * metadata.h, metadata.c: added mono_metadata_guid_heap().
35526 2002-04-14      Patrik Torstensson <patrik.torstensson@labs2.com>
35528         * threads: added icall support for getting current domain for
35529                    the thread.
35531 2002-04-13  Martin Baulig  <martin@gnome.org>
35533         * debug-symfile.h (MonoDebugLocalInfo): Renamed to MonoDebugVarInfo.
35534         (MonoDebugVarInfo): Added `index' field for register based addresses.
35535         (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 9.
35536         (MonoDebugMethodInfo): Replaced `guint32 *param_offsets' with
35537         `MonoDebugVarInfo *params' and `guint32 this_offset' with
35538         `MonoDebugVarInfo *this_var'.
35540         * debug-symfile.c (relocate_variable): New static function to write
35541         a location description for a local variable or method parameter.
35543 2002-04-12  Martin Baulig  <martin@gnome.org>
35545         * debug-symfile.h (MonoDebugLocalInfo): New type. This contains the
35546         stack offset and begin/end scope address of a local variable.
35547         (MonoDebugMethodInfo): Replaced `guint32 *local_offsets' with
35548         'MonoDebugLocalInfo *locals', added `prologue_end' and `epilogue_begin'.
35549         (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 8.
35551         * debug-symfile.c (MRT_variable_start_scope, MRT_variable_end_scope):
35552         Added new relocation types for start/end scope of a local variable.
35554 Fri Apr 12 18:30:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
35556         * object.h: add mono_object_domain() macro.
35557         * reflection.c: handle typespecs.
35558         * icall.c: MonoMethod::get_Name() implementation.
35560 Thu Apr 11 12:29Ni:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
35562         * icall.c: String::GetHashCode() icall implementation.
35564 Wed Apr 10 21:16:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
35566         * icall.c: String::IndexOfAny icall.
35567         * object.c, object.h: make array->max_length more useful.
35568         Intrduced mono_object_class() and mono_string_length() macros.
35570 2002-04-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
35572         * unicode.c (ves_icall_System_Char_IsNumber): use g_unichar_isxdigit
35573         instead of g_unichar_isdigit.
35575 2002-04-11  Nick Drochak  <ndrochak@gol.com>
35577         * icall.c: Implement a simple Double.ToString().
35579 Tue Apr 9 21:31:16 CEST 2002 Paolo Molaro <lupus@ximian.com>
35581         * appdomain.h: only io-layer.h is supposed to be included.
35582         * icall.c: explicitly import environ. Fix warning.
35584 2002-04-10  Nick Drochak  <ndrochak@gol.com>
35586         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData) :
35587                 return true even if it's not Daylight Savings time.
35588                 Only return false for the case where the function isn't
35589                 implemented for a plaform (read Windows).
35591 Tue Apr 9 13:05:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
35593         * appdomain.h, appdomain.c, class.c, object.c: protect MonoDomain
35594         data with a mutex.
35596 2002-04-09  Dietmar Maurer  <dietmar@ximian.com>
35598         * mempool.c (mono_mempool_alloc): only use g_malloc when
35599         absolutely necessary.
35601 2002-04-08  Dietmar Maurer  <dietmar@ximian.com>
35603         * mempool.c (MEM_ALIGN): hardcode MEM_ALIGN to 8
35605         * class.c (mono_class_vtable): use domain mempool to allocate vtable
35606         (mono_class_proxy_vtable): use domain mempool
35608 Mon Apr 8 17:17:04 CEST 2002 Paolo Molaro <lupus@ximian.com>
35610         * appdomain.h, appdomain.c: split initialization that requires the
35611         execution engine support into mono_runtime_init().
35613 2002-04-08  Dietmar Maurer  <dietmar@ximian.com>
35615         * class.c (mono_class_init): don't include vtable inside MonoClass
35616         to save some memory, gather some statistics.
35617         (mono_class_vtable): use g_malloc instead of GC_malloc when possible
35619 Sat Apr 6 20:07:48 CEST 2002 Paolo Molaro <lupus@ximian.com>
35621         * icall.c: internalcall implementation for ValueType.Equals().
35623 2002-04-06  Dietmar Maurer  <dietmar@ximian.com>
35625         * object.c (mono_message_init): moved 
35626         (mono_runtime_exec_main): new arch. independent impl.
35627         (mono_runtime_invoke_array): new method - like
35628         mono_runtime_invoke, but you can pass an array of objects.
35629         (mono_remoting_invoke): new arch. independent impl.
35630         (mono_message_invoke): new arch. independent impl.
35631         (mono_runtime_class_init): new arch. independent impl.
35632         (mono_runtime_object_init): new arch. independent impl.
35634 Fri Apr 5 18:29:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
35636         * metadata.c, object.c, reflection.c: documented the exported
35637         functions.
35639 Fri Apr 5 15:42:31 CEST 2002 Paolo Molaro <lupus@ximian.com>
35641         * icall.c: simpler code to pass the assembly builder data to corlib.
35642         Implement GetNestedTypes() internalcall.
35644 Thu Apr 4 21:46:48 CEST 2002 Paolo Molaro <lupus@ximian.com>
35646         * class.c: warn if a type can't be loaded.
35648 2002-04-04  Dietmar Maurer  <dietmar@ximian.com>
35650         * image.h: typedef MonoImageOpenStatus
35651         * types.h: removed unused file
35652         
35653 2002-04-04  Dan Lewis  <dihlewis@yahoo.co.uk>
35655         * icall.c: Enum_ToObject accepts enum value arguments.
35657 Thu Apr 4 11:35:37 CEST 2002 Paolo Molaro <lupus@ximian.com>
35659         * class.c: move initialization of properties, events and nested
35660         classes, so that they happen for interfaces, too.
35662 Wed Apr 3 20:03:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
35664         * icall.c: cleanup some ugly casts in Array_SetValue*.
35666 Wed Apr 3 19:49:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
35668         * icall.c: the values array fro enums is of the correct type, now.
35669         Implement (correctly) getFullName instead of assQualifiedName for
35670         MonoType.
35671         * reflection.h, reflection.c: added mono_type_get_name ().
35673 Wed Apr 3 17:56:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
35675         * assembly.c, image.h: for each MonoImage, record from wich assembly
35676         it was loaded.
35677         * reflection.h, icall.c: added System_Reflection_Assembly_GetTypes().
35678         Make Type.Assembly work.
35680 2002-04-03  Dietmar Maurer  <dietmar@ximian.com>
35682         * debug-symfile.h: use char* instead of gpointer to avoid
35683         unnecessary casts.
35685         * appdomain.c (mono_jit_info_table_find): use char* instead of gpointer
35687         * icall.c (ves_icall_InternalExecute): impl. FielSetter
35688         (ves_icall_System_Array_SetValueImpl): removed strange MonoArray cast
35690 2002-03-30  Dietmar Maurer  <dietmar@ximian.com>
35692         * icall.c (mono_message_init): impl. (code cleanup)
35693         (ves_icall_InternalExecute): impl. FieldGetter
35695         * class.c (mono_class_init): added exerimental EXT_VTABLE_HACK, if
35696         defined we call all (non-static)methods through the vtable. 
35698 Fri Mar 29 18:09:08 CET 2002 Paolo Molaro <lupus@ximian.com>
35700         * class.c: it seems GC_debug_malloc() makes the Boehm GC call the
35701         finalizer even though the memory is still referenced (and the chunk of
35702         memory is not freed).
35704 Fri Mar 29 17:43:04 CET 2002 Paolo Molaro <lupus@ximian.com>
35706         * assembly.c: fix brokeness.
35708 Fri Mar 29 16:09:54 CET 2002 Paolo Molaro <lupus@ximian.com>
35710         * class.c: kill some warnings. Check explicit interface method
35711         implementation also without considering the namespace.
35712         Load also literal strings in static class data.
35714 2002-03-29  Miguel de Icaza  <miguel@ximian.com>
35716         * assembly.c (default_assembly_name_resolver): Kill memory leak. 
35717         (default_assembly_name_resolver): Make the resolver take the
35718         "base" directory where the assembly was originally defined, so we
35719         can load DLLs that are in the same directory as the assembly that
35720         is being referenced.
35722 2002-03-28  Dick Porter  <dick@ximian.com>
35724         * file-io.h: 
35725         * file-io.c:
35726         * socket-io.c: 
35727         * unicode.h: 
35728         * unicode.c: Warning cleanups
35730 Thu Mar 28 18:06:14 CET 2002 Paolo Molaro <lupus@ximian.com>
35732         * object.h, reflection.h: use the correct type instead of MonoObject.
35734 2002-03-28  Martin Baulig  <martin@gnome.org>
35736         * debug-symfile.c (mono_debug_class_get): Don't look in referenced assemblies.
35737         (mono_debug_update_symbol_file): Initialize classes if necessary.
35739 Thu Mar 28 15:58:43 CET 2002 Paolo Molaro <lupus@ximian.com>
35741         * assembly.c, debug-helpers.c, image.c, image.h, metadata.c, pedump.c,
35742         rawbuffer.c, reflection.c, verify.c: mare warning cleanups.
35744 Thu Mar 28 15:20:39 CET 2002 Paolo Molaro <lupus@ximian.com>
35746         * assembly.h: fix function prototype.
35747         * metadata.h, metadata.c, object.h, private.h: get rid of warnings.
35748         * mono-endian.h: use const cast.
35750 2002-03-28  Dietmar Maurer  <dietmar@ximian.com>
35752         * icall.c (ves_icall_MonoMethodMessage_InitMessage): moved from message.c
35754 Thu Mar 28 12:32:00 CET 2002 Paolo Molaro <lupus@ximian.com>
35756         * loader.c: don't assert when a typeref can't be loaded, give
35757         a chance to the runtime to trow an exception instead.
35758         * loader.h: fix warning.
35760 2002-03-28  Dietmar Maurer  <dietmar@ximian.com>
35762         * class.c (mono_class_proxy_vtable): added proxy support
35764 2002-03-27  Dan Lewis <dihlewis@yahoo.co.uk>
35766         * icall.c: removed last of PAL calls, added System.Environment
35767         * file-io.h, file-io.c: MonoIO implementation
35768         * object.h, object.c: mono_string_to_utf16() now returns gunichar2*
35770 Tue Mar 26 19:56:10 CET 2002 Paolo Molaro <lupus@ximian.com>
35772         * appdomain.c: do not use the byte marker in ldstr table lookup.
35773         * debug-helpers.c: allow two ':' to separate class and method name.
35774         * object.c: allocate arrays bounds with the GC, too.
35775         * verify: add a few more checks.
35777 Tue Mar 26 18:45:46 CET 2002 Paolo Molaro <lupus@ximian.com>
35779         * reflection.c: output also literal strings. Allocate parameter data
35780         with GC_malloc() (thanks, Martin, for catching this!).
35782 2002-03-26  Martin Baulig  <martin@gnome.org>
35784         * debug-symfile.h (MonoDebugMethodInfo): Added `this_offset', don't
35785         include the `this' offset in the `param_offsets'.
35787 2002-03-25  Martin Baulig  <martin@gnome.org>
35789         * debug-symfile.c (mono_debug_update_symbol_file): Use a new
35790         mono_debug_get_class() function to get the classes. Added new
35791         relocation types for arrays and strings.
35792         (mono_debug_get_class): New static function to search in all
35793         referenced assemblies for a metadata token.
35795         * debug-symfile.h (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 7.
35797 Mon Mar 25 13:08:18 CET 2002 Paolo Molaro <lupus@ximian.com>
35799         * reflection.h, reflection.c: use a gc-safe hash for hash tables that
35800         hold gc-allocated objects. Make the string heap a stream like the
35801         others. Removed duplicated code when writing stream info.
35802         Added asserts to catch possible buffer overflows. Set the sorted map
35803         for tables that need sorting. Added some documentation.
35805 Mon Mar 25 13:04:56 CET 2002 Paolo Molaro <lupus@ximian.com>
35807         * appdomain.h, appdomain.c, class.c, object.c: use a GC-safe hash table 
35808         for interned strings and vtables.
35810 2002-03-24  Martin Baulig  <martin@gnome.org>
35812         * icall.c (ves_icall_Type_GetFields): Reverse the list before storing
35813         it in the array since it was created with g_slist_prepend().
35815 2002-03-24  Martin Baulig  <martin@gnome.org>
35817         * debug-symfile.c (mono_debug_local_type_from_signature): Renamed
35818         to ves_icall_Debugger_MonoSymbolWriter_get_local_type_from_sig().
35819         (mono_debug_method_from_token): Renamed to
35820         ves_icall_Debugger_MonoSymbolWriter_method_from_token().
35821         (ves_icall_Debugger_DwarfFileWriter_get_type_token): New interncall.
35823         * debug-symfile.c (MRT_type_sizeof, MRT_type_field_offset): New
35824         relocation types.
35826         * debug-symfile.h (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 6.
35828 2002-03-24  Martin Baulig  <martin@gnome.org>
35830         * debug-symfile.c (mono_debug_local_type_from_signature): New func.
35831         (mono_debug_method_from_token): New func.
35833         * icall.c (Mono.CSharp.Debugger.MonoSymbolWriter::get_local_type_from_sig):
35834         New interncall, calls mono_debug_local_type_from_signature().
35835         (Mono.CSharp.Debugger.MonoSymbolWriter::get_method): New interncall,
35836         calls mono_debug_method_from_token().
35838 2002-03-23  Martin Baulig  <martin@gnome.org>
35840         * unicode.c (ves_icall_iconv_get_char_count): The `count' argument
35841         specifies the number of bytes to be converted, not the array size.
35842         Return the number of chars, not the number of bytes.
35843         (ves_icall_iconv_get_chars): The `byteCount' argument
35844         specifies the number of bytes to be converted, not the array size.
35846 2002-03-23  Martin Baulig  <martin@gnome.org>
35848         * reflection.h (MonoReflectionSigHelper): New type.
35850         * reflection.c (mono_reflection_sighelper_get_signature_local),
35851         (mono_reflection_sighelper_get_signature_local): New functions.
35853         * icall.c (System.Reflection.Emit.SignatureHelper::get_signature_local),
35854         (System.Reflection.Emit.SignatureHelper::get_signature_field): New
35855         interncalls.
35857 2002-03-23  Martin Baulig  <martin@gnome.org>
35859         * rawbuffer.c (mono_raw_buffer_load_mmap): Use MAP_SHARED when
35860         is_writeable is set.
35861         (mono_raw_buffer_update): New function to write the modified map
35862         back to disk.
35864         * debug-symfile.h (MonoDebugSymbolFile): Added `raw_contents_size'.
35866         * debug-symfile.c (mono_debug_update_symbol_file): Call
35867         mono_raw_buffer_update() when done writing.
35869 2002-03-23  Martin Baulig  <martin@gnome.org>
35871         * debug-symfile.h (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 5.
35873         * debug-symfile.c: Added support for arguments and local variables.
35875 2002-03-23  Dick Porter  <dick@ximian.com>
35877         * debug-symfile.c: Remove extraneous 'include <elf.h>' that wasn't
35878         protected by ifdefs, hence breaking the w32 build.
35880 Thu Mar 21 17:35:01 CET 2002 Paolo Molaro <lupus@ximian.com>
35882         * object.c: implement is_interned() the right way.
35884 2002-03-21  Martin Baulig  <martin@gnome.org>
35886         * debug-symfile.[ch]: New files to handle debugging information
35887         files. There's also support to dynamically update these symbol
35888         files to include machine dependent information.
35890 2002-03-20  Dietmar Maurer  <dietmar@ximian.com>
35892         * threads.c (mono_thread_create): new function to create thread
35893         from C
35895 2002-03-20  Martin Baulig  <martin@gnome.org>
35897         * icall.c (ves_icall_InternalInvoke): Create a new object if the
35898         method is a constructor.
35899         (icall_map): Added "System.Reflection.MonoCMethod::InternalInvoke",
35900         points to ves_icall_InternalInvoke().
35902 2002-03-20  Dan Lewis <dihlewis@yahoo.co.uk>
35904         * file-io.c: Flush shouldn't throw exceptions.
35906 2002-03-19  Dan Lewis <dihlewis@yahoo.co.uk>
35908         * file-io.c: FileStream flush support; FileSetLength now
35909         restores file pointer.
35911 Tue Mar 19 18:17:21 CET 2002 Paolo Molaro <lupus@ximian.com>
35913         * class.c: set image for pointer classes.
35915 2002/03/19  Nick Drochak <ndrochak@gol.com>
35917         * sysmath.c: Forgot one.
35919 2002-03-18  Miguel de Icaza  <miguel@ximian.com>
35921         * sysmath.c: Avoid redefining existing names.
35923 2002-03-18  Dan Lewis <dihlewis@yahoo.co.uk>
35925         * sysmath.c, sysmath.h, icall.c, Makefile.am: math routines now
35926         handled by runtime as icall rather than dllimport from libm.so
35927         * file-io.c, file-io.h: fixed handle argument type.
35929 2002-03-18  Dick Porter  <dick@ximian.com>
35931         * reflection.c (mono_image_get_type_info): rename interface to
35932         iface, because of "#define interface struct" on windows.
35934 Sat Mar 16 19:18:38 CET 2002 Paolo Molaro <lupus@ximian.com>
35936         * class.c, class.h: rename and export mono_ptr_class_get().
35937         * metadata.c: support MONO_TYPE_ARRAY in MonoType compare.
35938         * reflection.c, reflection.h, icall.c: better/saner type name
35939         parsing and MonoType creation. Handle MONO_TYPE_ARRAY in
35940         method signatures.
35942 2002-03-14  Dietmar Maurer  <dietmar@ximian.com>
35944         * class.c (mono_class_init): removed hardcoded GHC_SLOT
35946         * icall.c (ves_icall_InternalInvoke): impl.
35948 Wed Mar 13 00:27:30 CET 2002 Paolo Molaro <lupus@ximian.com>
35950         * reflection.c: output the interface map table, too.
35952 2002-03-12  Dietmar Maurer  <dietmar@ximian.com>
35954         * class.c (class_compute_field_layout): separate computation of 
35955         static field layout
35957 2002-03-12  Dan Lewis <dihlewis@yahoo.co.uk>
35959         * icall.c: added System.Buffer support.
35960         * file-io.c: moved file icalls from PAL to FileStream.
35962 2002-03-12  Dietmar Maurer  <dietmar@ximian.com>
35964         * icall.c (ves_icall_System_Object_GetHashCode): impl.
35966 2002-03-11  Dietmar Maurer  <dietmar@ximian.com>
35968         * icall.c (ves_icall_System_ValueType_GetHashCode): impl.
35970 Mon Mar 11 14:45:42 CET 2002 Paolo Molaro <lupus@ximian.com>
35972         * verify.c, verify.h: moved here the corlib/runtime consistency checks.
35974 Mon Mar 11 11:12:23 CET 2002 Paolo Molaro <lupus@ximian.com>
35976         * debug-helpers.{c,h}: moved here from monograph some useful functions
35977         to locate a method by name/signature in a class or image. Included
35978         also a small and flexible IL disassembler.
35980 Fri Mar 8 16:29:29 CET 2002 Paolo Molaro <lupus@ximian.com>
35982         * reflection.c: fixup tokens in methods with small header size, too.
35984 2002-03-08  Dietmar Maurer  <dietmar@ximian.com>
35986         * object.c (mono_string_to_utf8): remove assert(!error), instead
35987         print a warning. 
35989 Thu Mar 7 18:55:15 CET 2002 Paolo Molaro <lupus@ximian.com>
35991         * icall.c: update to the new mono_Array_class_get interface.
35993 Thu Mar 7 17:23:26 CET 2002 Paolo Molaro <lupus@ximian.com>
35995         * appdomain.c, object.c: Boehm-GC enable.
35996         * icall.c: make get_data_chunk() support split data requests.
35997         Ensure a class is initialized in more cases. Return only the first
35998         property found in GetProperties() or the compiler gets confused. 
35999         Implemented GetEvents(). Temporary fix to GetType(), needs rewriting.
36000         * reflection.h, reflection.c: add fixup mechanism for field and method
36001         tokens. Initialize assembly->typeref in a single place. Output
36002         properties after events. Support custom attributes for events, too.
36003         Typo fix for paramter custom attrs.
36005 2002-03-07  Martin Baulig  <martin@gnome.org>
36007         * icall.c (ves_icall_System_Array_FastCopy): Small fix.
36009 2002-03-07  Dietmar Maurer  <dietmar@ximian.com>
36011         * class.c (mono_array_class_get): fix. for multi. dim. arrays
36013 2002-03-06  Martin Baulig  <martin@gnome.org>
36015         * icall.c (ves_icall_System_Array_CreateInstanceImpl): Make this work with
36016         non-zero lower bounds. See testcases #F10-#F13.
36018 2002-03-05  Martin Baulig  <martin@gnome.org>
36020         * exception.c (mono_get_exception_argument_out_of_range): New exception.
36022         * icall.c (ves_icall_System_Array_GetValue): Moved actual implementation to
36023         ves_icall_System_Array_GetValue(), only calculate the absolute array position
36024         here.
36025         (ves_icall_System_Array_SetValue): Likewise.
36026         (ves_icall_System_Array_GetValueImpl): New interncall. Takes an array position
36027         as argument and does the actual work. This function is used when copying a
36028         multi-dimensional array.
36029         (ves_icall_System_Array_SetValueImpl): Almost completely rewrote this. It can
36030         now do all the widening conversions of value types.
36031         (ves_icall_System_Array_CreateInstanceImpl): Implemented.
36033 Tue Mar 5 18:14:01 CET 2002 Paolo Molaro <lupus@ximian.com>
36035         * class.c: remove some magic numbers and use the smbolic names,
36036         instead. Added init_events() to load event info at class init time.
36037         * metadata.h, metadata.c: added mono_metadata_events_from_typedef()
36038         and mono_metadata_methods_from_event().
36039         * reflection.h, reflection.c: added support for writing out the evnets
36040         related information.
36042 Mon Mar 4 20:32:43 CET 2002 Paolo Molaro <lupus@ximian.com>
36044         * reflection.h, icall.c: use a different method (GetInterfaces)
36045         to gather interface info and add isbyref, isprimitive and
36046         ispointer to the ves_icall_get_type_info() return value.
36048 Mon Mar 4 11:22:26 CET 2002 Paolo Molaro <lupus@ximian.com>
36050         * class.h: stared adding support for events.
36051         * icall.c: split find_members implementation. Added debug icall to get
36052         the address of an object.
36053         * reflection.c: handle TypeBuilders in mono_type_get_object().
36055 2002-03-01  Martin Baulig  <martin@gnome.org>
36057         * icall.c (ves_icall_System_Array_GetLength): This must throw an
36058         ArgumentOutOfRangeException(), not an ArgumentException().
36059         (ves_icall_System_Array_GetLowerBound): Likewise.
36060         (ves_icall_System_Array_GetValue): Improved argument checking.
36061         (ves_icall_System_Array_SetValue): Improved argument checking.
36063 2002-03-01  Martin Baulig  <martin@gnome.org>
36065         * icall.c (ves_icall_System_Array_GetValue): Raise an exception when
36066         called with invalid arguments rather than just dying with g_assert().
36067         (ves_icall_System_Array_SetValue): Likewise.
36068         (ves_icall_System_Array_CreateInstanceImpl): Don't g_assert_not_reached(),
36069         raise a NotImplementedException instead.
36070         (ves_icall_System_Array_GetLength): Added argument checking.
36071         (ves_icall_System_Array_GetLowerBound): Added argument checking.
36073 2002-03-01  Dietmar Maurer  <dietmar@ximian.com>
36075         * object.h (mono_assert): new macros mono_assert and
36076         mono_assert_not_reached
36078 2002-02-28  Martin Baulig  <martin@gnome.org>
36080         * icall.c: Rename "System::String::Intern" to "System::String::_Intern"
36081         and "System::String::IsInterned" to "System::String::_IsInterned".
36083 Thu Feb 28 19:19:35 CET 2002 Paolo Molaro <lupus@ximian.com>
36085         * icall.c: remove hacks for typebuilder. Added icall to create a
36086         modified type from a tybebuilder.
36087         * reflection.c: removed hacks for TypeBuilder. Create also a MonoImage
36088         in mono_image_basic_init (). Added mono_reflection_setup_internal_class ()
36089         to create a backing MonoClass for a TypeBuilder.
36091 Thu Feb 28 15:35:51 CET 2002 Paolo Molaro <lupus@ximian.com>
36093         * class.c, class.h: more refactoring of class init.
36094         Export mono_class_setup_mono_type() and mono_class_setup_parent().
36096 Thu Feb 28 12:33:41 CET 2002 Paolo Molaro <lupus@ximian.com>
36098         * marshal.c, marshal.h: start of marshaling interface.
36100 Wed Feb 27 22:15:17 CET 2002 Paolo Molaro <lupus@ximian.com>
36102         * icall.c: fix order in assembly qualified name icall.
36104 Wed Feb 27 18:45:03 CET 2002 Paolo Molaro <lupus@ximian.com>
36106         * class.c: do not free str, since we store it in the hash table.
36107         * reflection.h: add label field to MonoILExceptionInfo.
36108         * reflection.c: handle references to more than one assembly. Handle
36109         case when there isn't a module created in the assembly.
36111 Wed Feb 27 12:35:10 CET 2002 Paolo Molaro <lupus@ximian.com>
36113         * class.c: Fix typo. Start refactoring of class init code.
36115 Wed Feb 27 12:23:00 CET 2002 Paolo Molaro <lupus@ximian.com>
36117         * appdomain.c: exit with 1 on error.
36118         * class.c: we already have the name in MonoClassField.
36119         * image.c, image.h, metadata.c, pedump.c: use directly a pointer in
36120         MonoStreamHeader instead of an offset of image->raw_metadata.
36122 2002-02-26  Miguel de Icaza  <miguel@ximian.com>
36124         * appdomain.c (mono_init): Be even more descriptive about the error.
36126 Tue Feb 26 16:18:07 CET 2002 Paolo Molaro <lupus@ximian.com>
36128         * appdomain.c: give the user an informative message when corlib can't
36129         be loaded.
36131 2002-02-26  Martin Baulig  <martin@gnome.org>
36133         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData):
36134         New icall to get the time zone data.
36136 Mon Feb 25 15:51:51 CET 2002 Paolo Molaro <lupus@ximian.com>
36138         * reflection.c: set virtual and raw size of section correctly.
36139         * threads.c: transfer domain information to newly created threads.
36141 Fri Feb 22 18:55:57 CET 2002 Paolo Molaro <lupus@ximian.com>
36143         * class.c: when instancing a class in a domain, load the default
36144         vaules for static fields from the constant table. Fix System.Enum to
36145         not be an enum.
36146         * icall.c: implement Object::GetType() internalcall. Implemented
36147         MonoField::GetValue() internalcall. Avoid SEGV in search_method().
36148         Fixed checking of binding flags in find_members().
36149         * metadata.c, metadata.h: introduce mono_metadata_type_hash().
36150         * reflection.c: handle enumerations when writing to the constant
36151         table. Use a different object cache for types.
36154 2002-02-22  Dietmar Maurer  <dietmar@ximian.com>
36156         * object.c (mono_object_isinst): fix for arrays
36158         * icall.c (ves_icall_type_is_subtype_of): fix for 2 interfaces
36160 Thu Feb 21 21:00:13 CET 2002 Paolo Molaro <lupus@ximian.com>
36162         * object.c: don't use mprotect ()  and fix intern pool hash table
36163         lookup for big endian systems.
36165 Thu Feb 21 19:30:29 CET 2002 Paolo Molaro <lupus@ximian.com>
36167         * icall.c: change type_is_subtype_of () signature.
36169 2002-02-21  Mark Crichton  <crichton@gimp.org>
36171         * rand.c, rand.h: Added random number generator for
36172         System.Security.Cryptography classes.
36174         * exception.c, exception.h: Added mono_get_exception_not_implemeted.
36176         * icall.c: Added System.Security.Cryptography calls.
36178 Thu Feb 21 16:45:34 CET 2002 Paolo Molaro <lupus@ximian.com>
36180         * class.c, icall.c, metadata.c: better support for pointer types.
36181         Create a class for them as suggested by dietmar. Fix TYPE_ARRAY class.
36182         * reflection.c: Add support for getting custom attrs for properties
36183         and simplify some code.
36185 Wed Feb 20 22:20:29 CET 2002 Paolo Molaro <lupus@ximian.com>
36187         * icall.c: change getToken () and add custom attribute GetBlob()helper
36188         method.
36189         * reflection.h: add custom attrs array to the reflection builder structures.
36190         * reflection.c: encode and emit custom attributes for all the relevant
36191         reflection objects. Cache fieldref and methodref tokens. Change
36192         mono_image_create_token() interface to take a MonoDynamicAssembly.
36193         More complete custom attributes decoder. Load custom attributes for
36194         Assembly, Field, Method and Constructor objects, too. Make the
36195         returned array an Attribute[] one, not object[]. Added
36196         mono_reflection_get_custom_attrs_blob() to encode the arguments of a
36197         custom attribute constructor.
36199 2002-02-20  Dick Porter  <dick@ximian.com>
36201         * icall.c:
36202         * rawbuffer.c:
36203         * socket-io.c: Windows portability fixes (sometimes just ifdeffing
36204         problem code out for now).
36206 2002-02-19  Radek Doulik  <rodo@ximian.com>
36208         * object.c (mono_ldstr): use hash table to avoid multiple swapping
36210 Tue Feb 19 20:23:11 CET 2002 Paolo Molaro <lupus@ximian.com>
36212         * icall.c: register the GetCustomAttributes method.
36213         * object.c, object.h: add mono_string_new_len ().
36214         * reflection.h, reflection.c: added mono_runtime_invoke(),
36215         mono_install_runtime_invoke(). Added
36216         mono_reflection_get_custom_attrs () to load custom attributes and
36217         create the attribute objects.
36219 2002-02-19  Dick Porter  <dick@ximian.com>
36220         * threads-dummy-types.c:
36221         * threads-dummy-types.h:
36222         * threads-dummy.c:
36223         * threads-dummy.h:
36224         * threads-pthread-types.c:
36225         * threads-pthread-types.h:
36226         * threads-pthread.c:
36227         * threads-pthread.h:  Deleted obsolete files
36229 2002-02-19  Dietmar Maurer  <dietmar@ximian.com>
36231         * class.c (mono_class_vtable): runtime init the class when we
36232         allocate static class data.
36234         * icall.c (ves_icall_System_Array_SetValue): check for null values.
36236         * appdomain.c (mono_domain_transfer_object): impl. hack for Arrays
36237         and String - but we will need generic marshalling support in the
36238         future. 
36239         (mono_init): set the domain name in a ms compatible way
36241         * object.c (mono_string_new_utf16): bug fix: use char[] instead of
36242         String[].
36244 2002-02-18  Dietmar Maurer  <dietmar@ximian.com>
36246         * object.c (mono_array_clone): use alloca() instead of g_malloc  
36247         for sizes
36249         * appdomain.c (mono_domain_unload): impl.
36251 Mon Feb 18 15:52:20 CET 2002 Paolo Molaro <lupus@ximian.com>
36253         * appdomain.c, object.c: fix intern pool implementation.
36254         * class.c: fix alignment code.
36256 2002-02-16  Radek Doulik  <rodo@ximian.com>
36258         * icall.c (ves_icall_System_Enum_ToObject): in case of big endian
36259         and s2 > s1, just copy lower bytes to be compatible with little
36260         endian (i.e. 64bit value & 0xffffffff --> 32bit value)
36261         (ves_icall_System_Enum_ToObject): and likewise for s1 > s2
36263         * unicode.c (ves_icall_iconv_new_encoder): decide on big_endian,
36264         force big_endian to be 1 for big endian machines 
36265         (ves_icall_iconv_new_decoder): ditto
36267 2002-02-16  Jeffrey Stedfast  <fejj@ximian.com>
36269         * socket-io.c (convert_sockopt_level_and_name): If the system
36270         doesn't define SOL_IP or SOL_TCP, get them by hand using
36271         getprotobyname() and caching the values (because this could be a
36272         slow operation).
36273         (ves_icall_System_Net_Sockets_Socket_SetSocketOption_internal):
36274         Use the appropriate struct when the system does support it. Ie,
36275         not all systems have struct ip_mreqn so use struct ip_mreq when
36276         appropriate.
36278 Fri Feb 15 18:15:44 CET 2002 Paolo Molaro <lupus@ximian.com>
36280         * reflection.c: handle finally clauses.
36282 Fri Feb 15 15:06:33 CET 2002 Paolo Molaro <lupus@ximian.com>
36284         * socket-io.c: use g_snprintf() instead of snprintf.
36286 2002-02-14  Jeffrey Stedfast  <fejj@ximian.com>
36288         * reflection.c (mono_param_get_objects): Cast second argument to
36289         mono_method_get_param_names to a const char** to silence the
36290         compiler warning.
36292         * appdomain.c (mono_domain_assembly_open): Put parens around the
36293         truth statement in the for-loop.
36295         * unicode.c (iconv_convert): Got rid of a compiler warning about
36296         int i being unused when the system has a new iconv.
36297         (iconv_get_length): Same.
36299         * image.c (load_class_names): Cast the second argument to
36300         g_hash_table_insert() to char* to hush compiler warnings about the
36301         arg being a const.
36302         (mono_image_open): Same here.
36304         * socket-io.c: Don't conditionally include sys/filio.h or
36305         sys/sockio.h here anymore since we now get them from
36306         io-layer/io-layer.h
36307         (inet_pton): If the system doesn't support inet_aton, implement
36308         using inet_addr and also #define INADDR_NONE if it isn't defined
36309         by the system.
36311 Thu Feb 14 19:01:06 CET 2002 Paolo Molaro <lupus@ximian.com>
36313         * metadata.c, metadata.h: added function to get packing and size info
36314         of a typedef.
36315         * reflection.h, reflection.c: handle field RVA data. Save info about
36316         the table layout if needed. Assign typedef indexes to all the types
36317         before dumping the info about them to avoid forward reference problems.
36319 2002-02-14  Dietmar Maurer  <dietmar@ximian.com>
36321         * socket-io.c (convert_sockopt_level_and_name): ifdef
36322         SO_ACCEPTCONN because it is not defined on my system (old debian)
36324 Thu Feb 14 11:49:30 CET 2002 Paolo Molaro <lupus@ximian.com>
36326         * opcode.c: use stddef.h to get NULL.
36328 2002-02-14  Jeffrey Stedfast  <fejj@ximian.com>
36330         * socket-io.c: conditionally include sys/filio.h and sys/sockio.h
36331         for FIONBIO, FIONREAD and SIOCATMARK.
36332         (ves_icall_System_Net_Dns_GetHostByAddr_internal): SunOS doesn't
36333         define INADDR_NONE and besides, inet_addr() is deprecated and
36334         should not be used. Use inet_pton() instead - it also has the
36335         added bonus that it can easily handle IPv6 addresses as well.
36336         (inet_pton): Implement using inet_aton() ifndef HAVE_INET_PTON.
36338 Wed Feb 13 23:00:21 CET 2002 Paolo Molaro <lupus@ximian.com>
36340         * decimal.c: remove _MSC_VER conditional.
36342 2002-02-13  Dick Porter  <dick@ximian.com>
36344         * socket-io.c: 
36345         * icall.c: Internal calls for Blocking, Select, Shutdown,
36346         GetSocketOption and SetSocketOption
36348 Wed Feb 13 19:20:01 CET 2002 Paolo Molaro <lupus@ximian.com>
36350         * assembly.cs: better resolver: use it instead of some kludgy
36351         code.
36353 Wed Feb 13 18:25:55 CET 2002 Paolo Molaro <lupus@ximian.com>
36355         * reflection.c: the best way to speed-up the compiler is to avoid
36356         infinite loops.
36358 2002-02-13  Dietmar Maurer  <dietmar@ximian.com>
36360         * class.c (mono_class_vtable): changed the object layout
36361         (obj->vtable->class). 
36362         (mono_class_create_from_typespec): consider MONO_TYPE_PTR
36364 Tue Feb 12 20:06:01 CET 2002 Paolo Molaro <lupus@ximian.com>
36366         * assembly.c: look for assemblies in the assembly dir, too.
36368 Tue Feb 12 14:03:42 CET 2002 Paolo Molaro <lupus@ximian.com>
36370         * class.c: fix thinko in mono_class_from_type().
36372 Mon Feb 11 19:43:51 CET 2002 Paolo Molaro <lupus@ximian.com>
36374         * exception.h, exception.c: added TypeLoadException.
36375         * object.h, object.c: added mono_array_clone ().
36376         * icall.c: handle throwOnError in AssemblyGetType().
36377         Added Array.Clone().
36378         * opcode.h, opcode.c: use a single value for the opcode val.
36379         Compile fix for non-gcc compilers.
36381 Fri Feb 8 12:26:37 CET 2002 Paolo Molaro <lupus@ximian.com>
36383         * opcodes.c, opcodes.h: export interesting info about opcodes.
36385 2002-02-05  Dietmar Maurer  <dietmar@ximian.com>
36387         * object.h (MONO_CHECK_ARG, MONO_CHECK_ARG_NULL): new macro for
36388         icalls. 
36390         * class.c (class_compute_field_layout): set element_class for enums
36391         (mono_class_create_from_typedef): set element_class for normal classes
36393         * icall.c (ves_icall_System_Enum_get_value): impl.
36395         * class.c (mono_class_create_from_typedef): do not set valuetype
36396         flag for System.ValueType and System.Enum
36398 2002-02-04  Dietmar Maurer  <dietmar@ximian.com>
36400         * unicode.c (iconv_convert): fix big endian problem.
36402 Fri Feb 1 16:13:20 CET 2002 Paolo Molaro <lupus@ximian.com>
36404         * class.c: add asserts if we are ever going to scribble over memory.
36405         * socket-io.c: not all systems have AF_IRDA defined.
36407 2002-01-31  Dietmar Maurer  <dietmar@ximian.com>
36409         * class.c (class_compute_field_layout): do not consider static
36410         fields to compute alignment
36412 2002-01-25  Dietmar Maurer  <dietmar@ximian.com>
36414         * appdomain.c (mono_appdomain_get): impl.
36415         (ves_icall_System_AppDomain_ExecuteAssembly): impl.
36417 Thu Jan 24 12:59:23 CET 2002 Paolo Molaro <lupus@ximian.com>
36419         * icall.c: ignore "file://" prefix when loading an assembly.
36421 2002-01-23  Dick Porter  <dick@ximian.com>
36423         * socket-io.c:
36424         * icall.c:
36425         * Makefile.am: Added socket support
36427 2002-01-23  Miguel de Icaza  <miguel@ximian.com>
36429         * icall.c (ves_icall_appdomain_get_default_assemblies): put this
36430         code back.  This should return the assemblies that are loaded by
36431         the runtime on behalf of an application domain. 
36433         The current implementation is still broken, it just returns every
36434         assembly loaded, but until we get real applications domain this
36435         will do.
36437 2002-01-23  Dietmar Maurer  <dietmar@ximian.com>
36439         * icall.c (ves_icall_appdomain_get_cur_domain): runtime_init the
36440         AppDomain object.
36442 2002-01-23  Miguel de Icaza  <miguel@ximian.com>
36444         * icall.c (ves_icall_appdomain_get_cur_domain): Cache the value of
36445         the mono_class_from_name lookup.
36446         (ves_icall_get_parameter_info): ditto.
36447         (ves_icall_appdomain_get_assemblies, add_assembly): Implement new internal
36448         method.
36449         (ves_icall_System_Reflection_Assembly_get_code_base): Another new call.
36451 Tue Jan 22 22:43:47 CET 2002 Paolo Molaro <lupus@ximian.com>
36453         * class.c: load also nested classes on class init.
36454         System.ValueType instance methods gets passed boxed
36455         values, unless methods in derived classed that get a pointer to the
36456         data.
36457         * icall.c: use better name parsing code in GetType().
36458         * image.c, image.h: add mono_image_loaded ().
36459         * metadata.c, metadata.h: add mono_metadata_nesting_typedef ().
36460         * reflection.c, reflection.h: added mono_reflection_parse_type().
36462 2002-01-22  Veronica De Santis <veron78@interfree.it>
36464         * icall.c : Added mapping of internal calls for Manual and Auto reset events
36465         * threads.c : Added the implementation of internal calls for events
36466         * threads.h : Added prototypes of internal calls for events
36467         
36468 2002-01-21  Radek Doulik  <rodo@ximian.com>
36470         * icall.c (ves_icall_InitializeArray): swap bytes on big endians
36472 2002-01-21  Dietmar Maurer  <dietmar@ximian.com>
36474         * class.c (mono_class_init): set min_align to 1 (instead of 0)
36475         (mono_class_value_size): use min_align
36477 2002-01-20  Dick Porter  <dick@ximian.com>
36479         * threads.h:
36480         * threads.c: Replaced all instances of WapiHandle * with HANDLE,
36481         so it compiles on w32.
36483 2002-01-17  Dietmar Maurer  <dietmar@ximian.com>
36485         * metadata.c (mono_type_stack_size): impl.
36487         * class.c (mono_class_get_field): impl. memberref token
36489 2002-01-16 Veronica De Santis <veron78@@interfree.it>
36491         * icall.h : Added the internal calls mapping for CreateMutex_internal
36492                     and ReleaseMutex_internal.
36493         * threads.h : Added the prototype of mutexes internal calls.
36494         * threads.c : Added the implementations of mutexes internal calls.
36496 Tue Jan 15 22:47:57 CET 2002 Paolo Molaro <lupus@ximian.com>
36498         * metaparse.h: removed unused file.
36499         * reflection.c, reflection.h: added stream_data_align () function 
36500         to align data in streams and keep stream aligned. Add support for
36501         exception support in method headers.
36503 Tue Jan 15 19:42:50 CET 2002 Paolo Molaro <lupus@ximian.com>
36505         * unicode.c: make iconv_convert () return the number of bytess written
36506         in the output buffer.
36508 2002-01-15  Dick Porter  <dick@ximian.com>
36509         * threads.c: Make the runtime's idea of infinite timeouts coincide
36510         with the class library's
36512         Fix a particularly egregious bug in mono_thread_cleanup(). That
36513         code was so utterly bogus it must have been written on a Monday.
36515 Mon Jan 14 17:01:03 CET 2002 Paolo Molaro <lupus@ximian.com>
36517         * reflection.h: add subtypes field to TypeBuilder.
36518         * reflection.c: encode constants for literal fields.
36519         Handle subtypes. Fix user string token (and add a zero byte)
36520         at the end.
36521         
36522 2002-01-14  Dietmar Maurer  <dietmar@ximian.com>
36524         * class.c (mono_class_init): bug fix: assign slot numbers for
36525         abstract methods.
36527 Fri Jan 11 18:54:42 CET 2002 Paolo Molaro <lupus@ximian.com>
36529         * reflection.c: don't try to output a code RVA for abstract methods.
36530         Small fixes for method header format. Output parameter info to the
36531         ParamDef table. Save method overriding info to MethodImpl table.
36532         Fix property support. Allow typedef.extends to be a type in the
36533         building assembly.
36534         * verify.c: fix off-by-one error.
36536 Thu Jan 10 19:36:27 CET 2002 Paolo Molaro <lupus@ximian.com>
36538         * class.c: fix mono_class_from_mono_type () for szarray types.
36539         Remove unused cache check in mono_class_from_type_spec().
36540         * icall.c: *type_from_name () functions handle simple arrays and byref.
36541         * reflection.c: handle byref and szarray types. Handle methods without
36542         body (gets P/Invoke compilation working). Handle types and fields in
36543         get_token ().
36544         * reflection.h: add rank to MonoTypeInfo.
36546 2002-01-10  Dick Porter  <dick@ximian.com>
36548         * threads.c: Implemented WaitAll(), WaitAny() and WaitOne()
36549         internal calls
36551 Wed Jan 9 19:27:13 CET 2002 Paolo Molaro <lupus@ximian.com>
36553         * icall.c: initialize class in type_from_handle ().
36554         Loop also in parent classes for get_method ().
36555         * reflection.c: properly encode class and valuetype types.
36556         Start on encoding TypeBuilder types. Handle fieldrefs.
36557         Use correct length when registering a user string.
36558         Handle ConstructorBuilder and MonoMethod in get_token ().
36559         Make mono_type_get_object () aware of cached types.
36560         * object.c: back out change to mono_string_new ().
36562 Tue Jan 8 22:47:44 EST 2002 Matt Kimball <matt@kimball.net>
36563         * object.c: mono_string_new should return a NULL when the string 
36564         passed in is NULL -- not try to deference it.
36565         
36566 Sat Jan 5 15:48:04 CET 2002 Paolo Molaro <lupus@ximian.com>
36568         * icall.c: hack to make IsSubType work for TypeBuilders.
36569         * reflection.c: emit constructors before methods.
36570         Retrieve param names in mono_param_get_objects().
36572 2002/01/05  Nick Drochak  <ndrochak@gol.com>
36574         * Makefile.am: fix list of headers and sources so automake 1.5
36575         doesn't complain. Removed \# at end of list.
36577 Thu Jan 3 23:17:17 CET 2002 Paolo Molaro <lupus@ximian.com>
36579         * reflection.c: get token for a method ref. Set return type of
36580         constructor to void.
36581         * loader.c: debug message.
36582         * class.c: typo fix.
36584 Mon Dec 24 17:18:10 CET 2001 Paolo Molaro <lupus@ximian.com>
36586         * icall.c: fix array init with rank > 1. FindMembers
36587         loops in parent class as well.
36588         * image.c: do not insert nested types in name cache.
36589         * reflection.c: warning fix.
36590         * reflection.h: add override method (for interface impl).
36592 Mon Dec 24 16:16:56 CET 2001 Paolo Molaro <lupus@ximian.com>
36594         * metadata.c: fix customattr decoding.
36596 2001-12-21  Miguel de Icaza  <miguel@ximian.com>
36598         * rawbuffer.cs: Added native Win32 implementation, avoids using
36599         mmap on Cygwin.  This patch is from Dan Lewis (dihlewis@yahoo.co.uk)
36601 Thu Dec 20 20:11:26 CET 2001 Paolo Molaro <lupus@ximian.com>
36603         * class.c: make the low-level routines handle the cache.
36605 Thu Dec 20 15:20:35 CET 2001 Paolo Molaro <lupus@ximian.com>
36607         * image.c: fopen (file, "rb") ("David Dawkins" <david@dawkins.st>).
36609 Tue Dec 18 18:50:00 CET 2001 Paolo Molaro <lupus@ximian.com>
36611         * class.c: fix mono_array_element_size() for objects.
36612         * class.h, class.c: add properties to MonoClass and load them
36613         at init time.
36614         * icall.c: check with isinst() when assigning a value to an array
36615         instead of requiring the classes to match exactly.
36616         Implemented icall for System.Type::GetType().
36617         Implemented icalls to get ParameterInfo, ProprtyInfo and info about
36618         enums. Handle bindingflags when looking for methods and fields.
36619         * metadata.h, metadata.c: implemented mono_metadata_properties_from_typedef()
36620         and mono_metadata_methods_from_property().
36621         * reflection.h, reflection.c: added structures for propreties,
36622         parameters and enums. Implemented mono_property_get_object() and
36623         mono_param_get_objects().
36625 2001-12-18  Dick Porter  <dick@ximian.com>
36627         * file-io.c: Use mono_string_to_utf16() instead of
36628         mono_string_chars()
36630         * object.c: Added mono_string_to_utf16(), which copies the non
36631         NULL-terminated MonoString into a new double-null-terminated
36632         buffer.
36634 2001-12-17  Dietmar Maurer  <dietmar@ximian.com>
36636         * icall.c (ves_icall_System_DateTime_GetNow): added EPOCH adjustment
36638 2001-12-16  Dietmar Maurer  <dietmar@ximian.com>
36640         * file-io.c: raise exceptions if handle is invalid.
36642 Thu Dec 13 20:27:08 CET 2001 Paolo Molaro <lupus@ximian.com>
36644         * assembly.c: yet another check for mscorlib.
36645         * class.c, class.h: load nesting info for classes.
36646         * icall.c: many new functions to support the Reflection classes.
36647         * metadata.c, metadata.h: mono_metadata_nested_in_typedef() added.
36648         * reflection.h, reflection.c: mono_image_create_token(),
36649         mono_assembly_get_object(), mono_type_get_object(),
36650         mono_method_get_object(), mono_field_get_object(): methods to return
36651         objects that parallel the C representation of assemblies, types,
36652         methods, fields.
36654 2001-12-11  Dick Porter  <dick@ximian.com>
36656         * icall.c:
36657         * file-io.c: Internal calls for file IO.
36659 Thu Dec 6 16:21:30 CET 2001 Paolo Molaro <lupus@ximian.com>
36661         * tabledefs.h: missing FileAttributes.
36662         * verify.h, verify.c: use is_valid_string () to simplify and check for
36663         valid strings more correctly. Fix warnings and speeling.
36664         Check more tables: Filed, File, ModuleRef, StandAloneSig.
36665         Check code: branches, maxstack, method calls.
36667 2001-12-04  Dietmar Maurer  <dietmar@ximian.com>
36669         * object.c (mono_object_allocate): removed static, so that the jit
36670         can allocate value types.
36672         * icall.c (ves_icall_System_DateTime_GetNow): impl.
36674 Mon Dec 3 17:02:01 CET 2001 Paolo Molaro <lupus@ximian.com>
36676         * class.c: init enum types right away and register the
36677         token->MonoClass map in mono_class_create_from_typedef ().
36678         * verify.h, verify.c: first cut of the verifier.
36679         * pedump.c: add --verify switch to verify metadata tables.
36680         * tabledefs.h: add some missing enums.
36682 2001-11-30  Dietmar Maurer  <dietmar@ximian.com>
36684         * class.c (mono_install_runtime_class_init): impl.
36685         (mono_class_init): renamed mono_class_metadata_init to
36686         mono_class_init, also removed the metadata_inited flag
36688         * object.c (mono_object_isinst): use faster algorithm
36690 2001-11-30  Radek Doulik  <rodo@ximian.com>
36692         * mono-endian.h: reverted last change
36693         added function prototypes
36695         * Makefile.am (libmetadata_a_SOURCES): reverted my last change and
36696         add mono-endian.c back
36698         * mono-endian.c: returned back, as Paolo pointed out, it's needed
36699         for unaligned access, I've mistaked it with endianess. I am
36700         sorry.
36701         (mono_read16): fix reverted endianess
36702         (mono_read64): ditto
36703         (mono_read32): ditto
36705 2001-11-30  Dick Porter  <dick@ximian.com>
36707         * exception.c: Implement mono_exception_from_name()
36709 Fri Nov 30 12:01:02 CET 2001 Paolo Molaro <lupus@ximian.com>
36711         * metadata.h, metadata.c: remove params_size and locals_size and their
36712         calculation from the metadata code: they are only usefult to the
36713         interp.
36715 2001-11-29  Radek Doulik  <rodo@ximian.com>
36717         * object.c (mono_ldstr): swap bytes here, it's probably not the
36718         best place, but works for me now, I'll redo it once I know mono
36719         better, also note that I add PROT_WRITE and don't reset back, also
36720         note that it's only affects big endians, so x86 should be OK
36722         * mono-endian.h (read16): use just glib macros for both endians
36724         * mono-endian.c: removed as glib macros are used in in
36725         mono-endian.h so we don't need to care about endianess for read
36726         macros as glib does that for us already
36728 Thu Nov 29 18:20:58 CET 2001 Paolo Molaro <lupus@ximian.com>
36730         * class.h, class.h: take minimum alignment into consideration so
36731         that the fields of a class remain aligned also when in an array.
36733 Tue Nov 27 16:39:01 CET 2001 Paolo Molaro <lupus@ximian.com>
36735         * loader.h, loader.c: add mono_method_get_param_names().
36736         * class.c: 0-init class fields.
36738 2001-11-26  Dick Porter  <dick@ximian.com>
36740         * icall.c:
36741         * threads-types.h:
36742         * threads.c: New file that handles System.Threading on all platforms
36744         * object.c: 
36745         * object.h: Remove the synchronisation struct from MonoObject,
36746         replace it with a pointer that gets initialised on demand
36748         * Makefile.am: Replace all the system-specific threading code with
36749         a single file that uses the new wrapper library
36751 Mon Nov 19 11:37:14 CET 2001 Paolo Molaro <lupus@ximian.com>
36753         * class.c, class.h: add mono_install_trampoline() so that the runtime
36754         can register a function to create a trampoline: removes the ugly
36755         requirement that a runtime needed to export arch_create_jit_trampoline.
36756         * object.h, object.c: added mono_install_handler() so that the runtime
36757         can install an handler for exceptions generated in C code (with
36758         mono_raise_exception()). Added C struct for System.Delegate.
36759         * pedump.c: removed arch_create_jit_trampoline.
36760         * reflection.c: some cleanups to allow registering user strings and
36761         later getting a token for methodrefs and fieldrefs before the assembly
36762         is built.
36763         * row-indexes.h: updates and fixes from the new ECMA specs.
36765 Thu Nov 15 17:44:49 CET 2001 Paolo Molaro <lupus@ximian.com>
36767         * class.h, class.c: add enum_basetype field to MonoClass.
36768         * metadata.h, metadata.c: add mono_metadata_get_constant_index()
36769         to get index in the constant table reated to a field, param or
36770         property.
36771         * reflection.h, reflection.c: handle constructors. Set public-key and
36772         version number of the built assembly to 0.
36773         * row-indexes.h: update from new ECMA spec.
36775 Wed Nov 14 19:26:06 CET 2001 Paolo Molaro <lupus@ximian.com>
36777         * class.h, class.c: add a max_interface_id to MonoClass.
36778         * icall.c: rename my_mono_new_object() to my_mono_new_mono_type()
36779         since it's used to do that. Added mono_type_type_from_obj().
36780         Make GetType() return NULL instead of segfaulting if the type was not
36781         found. Handle simple arrays in assQualifiedName.
36782         * object.h: add a struct to represent an Exception.
36783         * reflection.c: output call convention in method signature.
36784         Add code to support P/Invoke methods and fixed offsets for fields.
36786 Mon Nov 12 12:41:32 CET 2001 Paolo Molaro <lupus@ximian.com>
36788         * decimal.c, decimal.h: mono_double2decimal() get the sign bit from
36789         the value.
36790         * icall.c: use mono_array_addr instead of array->vector: fixes the
36791         reflection image writing.
36792         * reflection.c: init call convention byte to 0 in method signature.
36793         Encode the property signature. Don't output property-related methods
36794         twice. Really process the properties for a type (don't cast a field to
36795         a property, my mom always told me that).
36796         Fix 64 bit issues in pointer alignment in a different and more
36797         readable way.
36799 2001-11-10  Sean MacIsaac  <macisaac@ximian.com>
36801         * loader.h: Removed type class from MonoDefaults, added monotype
36803         * loader.c: Loaded MonoType, removed loading of Type
36805         * icall.c (my_mono_new_object): Now returns a System.MonoType,
36806         and fills in System.Type._impl with a RuntimeTypeHandle rather
36807         than the actual MonoClass *
36809         (ves_icall_type_from_handle): change from type_class to
36810         monotype_class
36812         (ves_icall_System_Runtime_InteropServices_Marshal_ReadIntPtr):
36813         implemented
36815         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringAuto):
36816         implemented
36818         (ves_icall_System_Reflection_Assembly_LoadFrom): implemented
36820         (ves_icall_System_Reflection_Assembly_GetType): implemented
36822         (ves_icall_System_MonoType_assQualifiedName): implemented
36824         (ves_icall_System_PAL_OpSys_GetCurrentDirecotry): implemented
36826 2001-11-09  Miguel de Icaza  <miguel@ximian.com>
36828         * assembly.c (mono_assembly_open): Implement a cache for the
36829         assemblies. 
36831         (mono_assembly_close): only destroy the assembly when the last
36832         reference is gone.
36833         
36834 2001-11-09  Dick Porter  <dick@ximian.com>
36836         * Makefile.am (pedump_LDADD): Don't need THREAD_LIBS any more
36838 2001-11-09  Dietmar Maurer  <dietmar@ximian.com>
36840         * class.c (mono_class_metadata_init): bug fix: compute the right slot
36842 Fri Nov 9 15:48:02 CET 2001 Paolo Molaro <lupus@ximian.com>
36844         * icall.c, decimal.h, decimal.c: integrated decimal internalcalls
36845         from Martin Weindel.
36846         * object.h: add mono_string_chars ().
36848 2001-11-07  Miguel de Icaza  <miguel@ximian.com>
36850         * reflection.c (build_compressed_metadata): Eliminates warnings
36851         and uses 64-bit clean code.
36853         * metadata.c (mono_type_hash): Change signature to eliminate warnings.
36854         (mono_type_equal): Change signature to eliminate warnings.
36856 Wed Nov 7 15:40:01 CET 2001 Paolo Molaro <lupus@ximian.com>
36858         * icall.c, loader.c: remove the internalcall array constructors.
36859         Changes to match the new MonoArray structure.
36860         * object.h, object.c: an array object doesn't allocate an extra
36861         vector. Add mono_array_new_full () to create jagged arrays easily.
36863 Mon Nov 5 19:51:06 CET 2001 Paolo Molaro <lupus@ximian.com>
36865         * metadata.h, metadata.c: add mono_metadata_field_info () to
36866         retreive all the info about a field from vairous tables.
36867         * icall.c: implement S.Runtime.CServices::InitializeArray () icall.
36868         * class.h, class.c: augment MonoClassField with more info.
36869         Implemented mono_ldtoken for fields. Implemented ExplicitLayout
36870         policy and load a field's RVA if needed.
36872 2001-11-05  Dietmar Maurer  <dietmar@ximian.com>
36874         * class.c (mono_class_metadata_init): create a trampoline for all
36875         virtual functions instead of actually compiling them.
36877 Fri Nov 2 19:37:51 CET 2001 Paolo Molaro <lupus@ximian.com>
36879         * class.h, class.c: include name in MonoClassField.
36880         * class.c: fix fundamental type of System.Object and System.String.
36881         Set the right fundamental type for SZARRAY, too. Handle TypeSpec
36882         tokens in ldtoken.
36883         * icall.c: remove internalcalls for the Reflection stuff that is now
36884         done in C# code.
36885         * loader.c: mono_field_from_memberref () implementation.
36886         * mono-endian.c: thinko (s/struct/union/g).
36887         * object.c, object.h: make the mono_string_* prototypes actually use
36888         MonoString instead of MonoObject.
36889         * reflection.c, reflection.h: updates for changes in the reflection
36890         code in corlib: we use C structures that map to the actual C# classes.
36891         Handle SZARRAYs when encoding types. Handle locals in methods. Use a
36892         fat method header if needed and use the info from the ILGenerator for
36893         methods. Handle fields in types. Misc fixes.
36895 2001-10-17  Dietmar Maurer  <dietmar@ximian.com>
36897         * class.c (mono_class_metadata_init): bug fix: always allocate
36898         space for static class data
36900 2001-10-25  Dietmar Maurer  <dietmar@ximian.com>
36902         * class.c (mono_compute_relative_numbering): use relative
36903         numbering to support fast runtime type checks.
36905 2001-10-17  Sean MacIsaac  <macisaac@ximian.com>
36907         * class.c (mono_class_create_from_typeref): added debugging output
36908         to print class name when MonoDummy is returned instead of real class
36910 2001-10-15  Dietmar Maurer  <dietmar@ximian.com>
36912         * class.c (mono_class_metadata_init): interface offset table now
36913         contains pointers into the vtable - this is more efficient for the jit
36915 2001-10-12  Dietmar Maurer  <dietmar@ximian.com>
36917         * class.c (mono_class_metadata_init): use a temporary vtable (the
36918         old algorithm only worked for the interpreter, but not for the jit)
36920 2001-10-11  Dietmar Maurer  <dietmar@ximian.com>
36922         * loader.c (method_from_memberref): use mono_class_get to get the
36923         class of an array instead of using System.Array directly.
36924         (mono_get_method): also add MEMBERREF methods to the method cache
36925         which usefull for arrays.
36927 2001-10-10  Dietmar Maurer  <dietmar@ximian.com>
36929         * pedump.c (arch_compile_method): added to compute vtable entry
36931         * metadata.c (mono_metadata_interfaces_from_typedef): also return the
36932         number of interfaces.
36933         
36934         * class.h: merged MonoArrayClass into MonoClass
36936         * class.c (mono_class_create_from_typedef): compute the vtable size and
36937         allocate space to include the vtable inside MonoClass
36938         (mono_class_metadata_init): initialize the vtable
36940 Mon Oct 8 16:12:38 CEST 2001 Paolo Molaro <lupus@ximian.com>
36942         * metadata.c, metadata.h: use MonoArrayType to describe the shape of an array.
36943         Guard against calling bsearch with a NULL pointer (pointed out by Laurent Rioux, smoux).
36944         * image.c: endian fixes by Laurent Rioux.
36945         * object.h, object.c: rename MonoStringObject to MonoString and
36946         MonoArrayObject to MonoArray. Change some function names to conform to
36947         the style mono_<object>_<action>. mono_string_new_utf16 () takes a
36948         guint16* as first argument, so don't use char*.
36949         Provide macros to do the interesting things on arrays in a portable way.
36950         * threads-pthread.c: updates for the API changes and #include <sched.h>
36951         (required for sched_yield()).
36952         * icall.c: updates for the API changes above.
36953         * Makefile.am, mono-endian.c. mono-endian.h: include unaligned read routines for
36954         platforms that need them.
36956 Mon Oct 8 10:43:23 CEST 2001 Paolo Molaro <lupus@ximian.com>
36958         * class.c: set the correct type for all the fundamental
36959         type when loading the class.
36961 2001-10-05  Dick Porter  <dick@ximian.com>
36963         * threads-pthread.c (pthread_mutex_timedlock): Simple
36964         compatibility version for C libraries that lack this call.
36966 Thu Oct 4 19:10:30 CEST 2001 Paolo Molaro <lupus@ximian.com>
36968         * class.c: MonoTypes stored in MonoClass are stored as
36969         fundamental MonoTypes when the class represents a
36970         fundamental type (System.Int32, ...).
36971         The TypeHandle return by ldtoken is a MonoType*.
36972         * icall.c: ves_icall_get_data_chunk () write out all the
36973         PE/COFF stuff. Implement ves_icall_define_method (),
36974         ves_icall_set_method_body (), ves_icall_type_from_handle ().
36975         * image.c: properly skip unknown streams.
36976         * loader.h, loader.c: add type_class to mono_defaults.
36977         * metadata.c, metadata.h: export compute_size () as
36978         mono_metadata_compute_size () with a better interface.
36979         Typo and C&P fixes.
36980         * pedump.c: don't try to print the entry point RVA if there is no entry point.
36981         * reflection.c, reflection.h: many cleanups, fixes, output method
36982         signatures and headers, typedef and typeref info, compress the metadata
36983         tables, output all the heap streams, cli header etc.
36984         * row-indexes.h: typo fixes.
36986 2001-10-04  Dick Porter  <dick@ximian.com>
36988         * object.h: Add a synchronisation mutex struct to MonoObject
36990         * object.c (mono_new_object): Initialise the object
36991         synchronisation mutexes
36993         * icall.c: System.Threading.Monitor internal calls
36994         
36995         * threads-pthread.h:
36996         * threads-pthread.c: System.Threading.Monitor internal calls
36998         * threads-types.h: New file, includes the system-specific thread
36999         structures
37000         
37001         * threads-pthread-types.h:
37002         * threads-pthread-types.c: New files, handle pthread-specific
37003         synchronisation types
37005         * threads-dummy-types.h: 
37006         * threads-dummy-types.c: New files of dummy support for
37007         thread-specific types
37009         * metadata.c:
37010         * image.c:
37011         * pedump.c: include mono-endian.h not endian.h
37012         
37013         * Makefile.am: More threads files.
37014         Name mono-endian.h not endian.h
37016 Tue Oct 2 20:33:48 CEST 2001 Paolo Molaro <lupus@ximian.com>
37018         * Makefile.am, reflection.h, reflection.c: move here the reflection related 
37019         stuff and implement a few more bits.
37020         * icall.c: a field needs to be dereferenced twice. Do not use the same
37021         name for two variables in the same scope.
37022         * image.c, image.h: cleanups.
37024 2001-10-02  Dietmar Maurer  <dietmar@ximian.com>
37026         * class.c (mono_class_metadata_init): bug fix: compute the right size
37028 Mon Oct 1 20:43:57 CEST 2001 Paolo Molaro <lupus@ximian.com>
37030         * icall.c: implemented some of the Reflection internalcalls.
37031         * image.c, image.h: start writing out the PE/COFF image.
37032         * metadata.h, metadata.c: implement mono_metadata_encode_value ()
37033         that does the reverse than decode_blob_size ().
37034         * object.c: use mono_metadata_encode_value (). Move here
37035         temporary implementation of mono_string_to_utf8 ().
37036         * rawbuffer.c: make malloc_map static.
37038 Fri Sep 28 19:26:30 CEST 2001 Paolo Molaro <lupus@ximian.com>
37040         * metadata.c: fix type comparison for arrays.
37041         * loader.h, loader.c: half-assed fix to get more tests work in cygwin.
37042         Added a couple of new classes to monodefaults.
37043         * icall.c: added a couple of Reflection-related internalcalls.
37044         * class.h, class.c: implemented mono_ldtoken () for RuntimeTypeHandles.
37045         Added a byval_arg MonoType to MonoClass.
37047 2001-09-28  Dick Porter  <dick@ximian.com>
37049         * icall.c:
37050         * threads-pthread.h: 
37051         * threads-pthread.c: Implemented internal calls for
37052         LocalDataStoreSlot operations.  Applied mutexes around all shared
37053         data.  Reworked the thread creation and Start() operations to
37054         avoid a race condition.
37055         
37056         * threads-dummy.h:
37057         * threads-dummy.c: Dummy calls for the LocalDataStoreSlot operations
37059 Thu Sep 27 21:45:55 CEST 2001 Paolo Molaro <lupus@ximian.com>
37061         * rawbuffer.c: disable mmap on cygwin since it seems to be broken there.
37063 Thu Sep 27 19:52:11 CEST 2001 Paolo Molaro <lupus@ximian.com>
37065         * class.c, loader.c: warn and return NULL instead of erroring out.
37066         * icall.c: added System.AppDomain::getCurDomain().
37067         * loader.c: we don't need to lookup the typedef again for p/invoke calls.
37069 2001-09-25  Dick Porter  <dick@ximian.com>
37071         * threads-pthread.h:
37072         * threads-pthread.c: Implemented timed thread joining and added
37073         System.Threading.Thread::Join_internal internal call
37075         * icall.c: Added System.Threading.Thread::Join_internal internal call
37077         * threads-dummy.h:
37078         * threads-dummy.c: Dummy calls for System.Thread.Thread::Join_internal
37080 Mon Sep 24 18:56:59 CEST 2001 Paolo Molaro <lupus@ximian.com>
37082         * object.c, object.h: added mono_ldstr (), mono_string_is_interned () and
37083         mono_string_intern () to implement the semantics of the ldstr opcode
37084         and the interning of System.Strings.
37085         * icall.c: provide hooks to make String::IsIntern and String::Intern
37086         internalcalls.
37088 2001-09-23  Dick Porter  <dick@ximian.com>
37090         * threads-dummy.c: 
37091         * threads-dummy.h: New files of dummy threading routines
37093         * Makefile.am (THREAD_SOURCE): Arrange to compile different thread
37094         support code based on system specifics
37096         Rename PTHREAD_LIBS to THREAD_LIBS
37097         
37098 2001-09-23  Dick Porter  <dick@ximian.com>
37100         * threads-pthread.c: Implement the System.Threading.Thread::Sleep,
37101         Schedule (called when asked to Sleep for 0 ms) and CurrentThread
37102         internal calls.
37103         (mono_thread_init): Set up a Thread object instance to return when
37104         the main thread calls Thread.CurrentThread
37105         (mono_thread_cleanup): Wait for all subthreads to exit
37107         * icall.c: New internal calls for System.Threading.Thread::Sleep
37108         (including Schedule) and CurrentThread
37110         * threads.h: New file, to insulate thread-specific stuff from the
37111         rest of the code
37113 2001-09-21  Dick Porter  <dick@ximian.com>
37115         * threads-pthread.h: 
37116         * threads-pthread.c: New file, for handling pthreads-style
37117         threading support.  Start() now starts a new thread and executes
37118         the ThreadStart delegate instance.
37120         * icall.c: Added the internalcall for
37121         System.Threading.Thread::Start_internal
37123         * Makefile.am: Added new files, and PTHREADS_LIBS to the link line
37125 Thu Sep 20 19:37:39 CEST 2001 Paolo Molaro <lupus@ximian.com>
37127         * loader.c: work around the different signatures for delegates
37128         constructors csc generates in compiled code vs the ones compiled in mscorlib.
37130 Tue Sep 18 13:16:32 CEST 2001 Paolo Molaro <lupus@ximian.com>
37132         * class.h, class.c: add mono_class_get_field_from_name ().
37133         * *: Fix C comments and other ANSI C issues.
37135 Mon Sep 10 20:21:34 CEST 2001 Paolo Molaro <lupus@ximian.com>
37137         * endian.h, assembly.c: fix some endianness issues.
37139 Fri Sep 7 18:40:40 CEST 2001 Paolo Molaro <lupus@ximian.com>
37141         * loader.h, load.c: add delegate_class to mono_defaults.
37142         Handle runtime provided methods in mono_get_method ().
37144 2001-08-29  Dietmar Maurer  <dietmar@ximian.com>
37146         * loader.c (mono_get_method): use pinvoke for internal call
37148         * icall.c: use pinvoke for internal call
37150         * loader.c (method_from_memberref): set the method name
37152 Wed Aug 29 12:43:41 CEST 2001 Paolo Molaro <lupus@ximian.com>
37154         * metadata.c: help the compiler generate better code for
37155         mono_class_from_mono_type ().
37157 2001-08-28  Dietmar Maurer  <dietmar@ximian.com>
37159         * class.c (mono_class_metadata_init): delayed computing of the
37160         class size to mono_class_metadata_init ()
37162 Tue Aug 28 15:47:15 CEST 2001 Paolo Molaro <lupus@ximian.com>
37164         * class.c, class.h: add an interfaces member to MonoClass.
37165         * image.c, image.h: add assembly_name field to MonoImage
37166         from the assembly table.
37167         * metadata.c, metadata.h: add mono_metadata_interfaces_from_typedef ().
37169 Mon Aug 27 20:12:01 CEST 2001 Paolo Molaro <lupus@ximian.com>
37171         * class.c: Handle Array in mono_class_from_mono_type ().
37172         * metadata.c, pedump.c: some endian fixes.
37174 Mon Aug 27 15:23:23 CEST 2001 Paolo Molaro <lupus@ximian.com>
37176         * class.c, loader.c, loader.h: More types handled in mono_class_from_mono_type ().
37177         * metadata.c: fix small problem introduced with the latest commit.
37179 Mon Aug 27 12:17:17 CEST 2001 Paolo Molaro <lupus@ximian.com>
37181         * loader.c, metadata.c, metadata.h: Export mono_metadata_type_equal().
37182         We don't need a MonoMetadata pointer anymore to compare signatures in
37183         mono_metadata_signature_equal (), update callers.
37184         Reduced memory usage an number of allocations for MonoMethodHeader and
37185         MonoMethodSignature.
37187 Sun Aug 26 23:03:09 CEST 2001 Paolo Molaro <lupus@ximian.com>
37189         * metadata.c: added compare for szarray.
37191 Sun Aug 26 11:34:24 CEST 2001 Paolo Molaro <lupus@ximian.com>
37193         * class.h, class.c, loader.h, loader.c: export mono_class_from_mono_type ()
37194         and add a couple more types to it and mono_defaults. Give an hint on
37195         classes that need implementing in our corlib and are referenced
37196         in mscorlib.
37198 Sat Aug 25 12:52:54 CEST 2001 Paolo Molaro <lupus@ximian.com>
37200         * class.h, class.c: keep track if a class is also an Enum.
37201         * loader.c: Implement a couple more types for use in libffi
37202         marshalling. Gives better diagnostics when failing to dlopen
37203         a library. Set method->klass for P/Invoke methods, too.
37205 Fri Aug 24 19:30:25 CEST 2001 Paolo Molaro <lupus@ximian.com>
37207         * class.c, class.h: add a MonoType this_arg to MonoClass that
37208         represents a pointer to an object of the class' type that
37209         can be used by the interpreter and later the type cache.
37210         Add best guess alignment info for valuetype objects.
37212 Fri Aug 24 15:50:31 CEST 2001 Paolo Molaro <lupus@ximian.com>
37214         * metadata.h, metadata.c, class.h, class.c: squeezed MonoParam
37215         into MonoType: one less level of indirection and allocation and
37216         simplifies quite a bit of code. Added cache for MonoTypes that are
37217         used frequently, so that we don't need to allocate them all the time.
37219 2001-08-24  Dietmar Maurer  <dietmar@ximian.com>
37221         * class.c (mono_class_create_from_typedef): System.Enum is also a
37222         value type, although it does not derive from System.ValueType
37223         (maybe a bug in the ms compiler?)
37225         * metadata.c (mono_type_size): return the right size for value types
37227         * loader.c (mono_get_method): only initialize method header if not abstract
37229         * class.c (mono_class_from_mono_type): use mono_default values. 
37231 2001-08-23  Dietmar Maurer  <dietmar@ximian.com>
37233         * *: use MonoClass pointers instead of <type_tokens>
37234         
37235         * class.h: new flag: metadata_inited.
37237         * class.c (mono_class_metadata_init): impl.
37238         (mono_class_instance_size): impl.
37239         (mono_class_data_size): impl.
37241 Wed Aug 22 16:27:30 CEST 2001 Paolo Molaro <lupus@ximian.com>
37243         * metadata.c, loader.h, loader.c, image.h, image.c, class.h, class.c:
37244         MonoClass now has the name and name_space fields. 
37245         MonoMethod has a pointer to its MonoClass, instead of MonoImage.
37246         mono_get_method () takes and optional MonoClass as argument.
37247         Removed mono_typedef_from_name() and added mono_class_token_from_name()
37248         instead that takes advantage of a map from class names to typedef
37249         tokens in MonoImage.
37251 Tue Aug 21 18:54:58 CEST 2001 Paolo Molaro <lupus@ximian.com>
37253         * metadata.c: zero is not a valid alignment boundary.
37254         Merge MONO_TYPE_VOID in default decoding code.
37256 2001-08-21  Dietmar Maurer  <dietmar@ximian.com>
37258         * image.h: merged MonoMetadata into MonoImage
37260         * class.h: cleanup of MonoArrayClass, use a MonoClass pointer to
37261         identify the type of elements.
37263 Mon Aug 20 19:39:00 CEST 2001 Paolo Molaro <lupus@ximian.com>
37265         * blob.h: fix MONO_TYPE_TYPEDBYREF value.
37266         * cil-coff.h: split MonoMSDOSHeader and add size info.
37267         * image.c: add some consistency checks.
37268         * metadata.c: fix row size computation: one programmer
37269         error and one LAMESPEC. Handle MONO_TYPE_TYPEDBYREF.
37270         add explanation for the locator routine.
37271         Fix decoding of size in method header.
37272         
37273 2001-08-20  Miguel de Icaza  <miguel@ximian.com>
37275         * assembly.c    (g_concat_dir_and_file): Use _S for string concat.
37276         (g_concat_dir_and_file): Bring g_concat_dir_and_file
37277         function from gnome-libs.  This uses the right path separator
37278         based on the OS, and also works around a bug in some systems where
37279         a double slash is not allowed. 
37280         (default_assembly_name_resolver): Use g_concat_dir_and_file
37281         (mono_assembly_open): ditto.
37283 2001-08-20  Dietmar Maurer  <dietmar@ximian.com>
37285         * metadata.c (mono_metadata_signature_equal): impl.
37287         * *: void is now a realy MonoType (instead of using NULL)
37288         
37289         * metadata.c (do_mono_metadata_parse_type): use
37290         mono_metadata_parse_type to parse void value.
37292 Sat Aug 18 12:51:28 CEST 2001 Paolo Molaro <lupus@ximian.com>
37294         * metadata.c, metadata.h: in the signature and method header store
37295         only the space required for holding the loca vars and incoming arguments.
37297 2001-08-15  Dietmar Maurer  <dietmar@ximian.com>
37299         * metadata.c (do_mono_metadata_parse_type): treat void like any
37300         other type (instead of assigning NULL);
37302 2001-08-14  Dietmar Maurer  <dietmar@ximian.com>
37304         * metadata.c (mono_metadata_parse_mh): fixxed pinned/byref value
37306 2001-08-09  Dietmar Maurer  <dietmar@ximian.com>
37308         * image.c (do_mono_image_open): added a cache for arrays.
37310 Sat Aug 4 12:46:02 CEST 2001 Paolo Molaro <lupus@ximian.com>
37312         * metadata.h, metadata.c: add mono_metadata_decode_row_col () to
37313         decode a single column from a row in a metadata table and changes
37314         to take advantage of it in the typedef locator (gives a nice speed up).
37315         Store offset info for function params.
37317 2001-08-02  Dietmar Maurer  <dietmar@ximian.com>
37319         * image.h (MONO_IMAGE_IS_CORLIB): removed 
37321 Wed Aug 1 22:54:08 CEST 2001 Paolo Molaro <lupus@ximian.com>
37323         * assembly.c: how could mono_assembly_close () had ever worked?
37324         * metadata.c, metadata.h: provide offset info for local vars.
37325         Implement mono_type_size () to take care of alignment as well
37326         as size (it was mono_field_type_size in cli/class.c before).
37328 2001-08-01  Dietmar Maurer  <dietmar@ximian.com>
37330         * image.h (MONO_IMAGE_IS_CORLIB): new macro to check root image
37332         * assembly.h (CORLIB_NAME): set to corlib.dll
37334         * assembly.c (mono_assembly_open): replaced strcmp() with !strcmp()
37336 Tue Jul 31 17:54:02 CEST 2001 Paolo Molaro <lupus@ximian.com>
37338         * metadata.h, metadata.c, Makefile.am, private.h, assembly.c, blob.h,
37339         cil-coff.h, image.c, image.h, pedump.c, rawbuffer.c, rawbuffer.h, row-indexes.h,
37340         tokentype.h: massive namespace cleanup.
37342 Mon Jul 30 20:11:01 CEST 2001 Paolo Molaro <lupus@ximian.com>
37344         * metadata.h, metadata.c: decode exception clauses when parsing method header.
37346 2001-07-27  Dietmar Maurer  <dietmar@ximian.com>
37348         * metadata.c (mono_metadata_free_type): added check for type !=
37349         NULL (void) before calling mono_metadata_free_type()
37351 Thu Jul 26 19:11:19 CEST 2001 Paolo Molaro <lupus@ximian.com>
37353         * metadata.h, row_indexes.h: added header with enumerations to use
37354         to index in the columns from tables in metadata and to decode coded
37355         tokens: we should start using this instead of embedding magic numbers
37356         all over the code.
37358 Thu Jul 26 13:03:27 CEST 2001 Paolo Molaro <lupus@ximian.com>
37360         * assembly.c, cil-coff.h, image.c, image.h, pedump.c, typedef.c:
37361         Move metadata_t info from cli_image_info_t to MonoImage, where
37362         it's easily accessible. Changed all the uses accordingly.
37363         Added the method and class caches to MonoImage.
37364         * metadata.c, metadata.h: Changed mono_metadata_decode_blob_size ()
37365         and mono_metadata_decode_value () signature to be more consistent
37366         with the other parse functions (and simplify code). Taken advantage
37367         of zero-length array allocation with GCC. Removed reduntant (and
37368         wrong) MonoFieldType struct and use MonoParam instead. Changed
37369         mono_metadata_parse_field_type () to use common code for parsing.
37370         Added mono_metadata_typedef_from_field () and
37371         mono_metadata_typedef_from_method () to lookup a typedef index from a
37372         field or method token.
37373         Pack the MonoRetType structure more tightly (fits in 8 bytes now).
37375 2001-07-23  Miguel de Icaza  <miguel@ximian.com>
37377         * metadata.c (mono_metadata_parse_field_type): Implement. 
37378         (do_mono_metadata_parse_type): Split engine from
37379         mono_metadata_parse_type, so that we can create smaller structures
37380         for things that just have one pointer to the MonoType (look at
37381         the MonoFieldType)
37383 2001-07-20  Miguel de Icaza  <miguel@ximian.com>
37385         * metadata.c (mono_metadata_parse_mh): Correct the implementation,
37386         as Jan Gray found out, it is incorrect. 
37388 2001-07-18  Miguel de Icaza  <miguel@ximian.com>
37390         * assembly.c: Implement asssembly loading.  This loads an image
37391         and loads all the referenced assemblies.  Come to think of it, we
37392         could always do lazy loading of the assemblies. 
37394         * image.c (mono_image_open): Keep loaded images in a hashtable.
37396         * image.h (MonoImage): Add reference count.
37398 2001-07-17  Miguel de Icaza  <miguel@ximian.com>
37400         * assembly.c (mono_assembly_open): Keep track of the file name in
37401         case the assembly has no ASSEMBLY table.
37403         * metadata.h: Fixed Paolo's quick hack.  Put the documnentation
37404         from get.c here.
37406 Sun Jul 15 19:39:06 CEST 2001 Paolo Molaro <lupus@ximian.com>
37408         * metadata.c, metadata.h: decode local vars in method header
37409         parse function. Change callers accordingly.
37411 Sun Jul 15 17:40:47 CEST 2001 Paolo Molaro <lupus@ximian.com>
37413         * metadata.h, cil-coff.h: protect against multiple inclusion.
37414         Added some new structures to hold information decoded from metadata:
37415         MonoType, MonoParam, MonoArray, MonoMethod, MonoMethodSignature
37416         and relevant decoding/free functions.
37417         * metadata.c: implement decoding functions. Add warning for out of bounds
37418         index in mono_metadata_locate(). Implement mono_get_method () to retreive
37419         all the info about a method signature and invocation. Remove check on
37420         uninitialized local var in parse_mh() and fix memory leak.
37422 2001-07-12  Miguel de Icaza  <miguel@ximian.com>
37424         * metadata.h: More macros.
37426         * tokentype.h: New file.
37428 Fri Jul  6 11:30:53 CEST 2001 Paolo Molaro <lupus@ximian.com>
37430         * assembly.c: added a consistency check and initialize
37431         some structures with g_new0().
37432         * metadata.c: fixed a couple more bugs in table size computation
37433         and add other checks for out-of bound access to metadata.
37435 Thu Jul  5 22:34:21 CEST 2001 Paolo Molaro <lupus@ximian.com>
37437         * metatada.c: fix bugs computing table sizes. Spew a
37438         warning when index in string heap is out of bounds.
37440 2001-07-04  Miguel de Icaza  <miguel@ximian.com>
37442         * metadata.h: Add a couple of macros to manipulate tokens. 
37444 Tue Jul  3 18:33:32 CEST 2001 Paolo Molaro <lupus@ximian.com>
37446         * assembly.c: g_free(ii->cli_sections) (and avoid double free of
37447         cli_section_tables).
37449 2001-07-01  Miguel de Icaza  <miguel@ximian.com>
37451         * metadata.c (mono_metadata_user_string): New function, provides
37452         access to the UserString heap. 
37454 2001-06-27  Miguel de Icaza  <miguel@ximian.com>
37456         * metadata.c: Add inline documentation.
37458 2001-06-26  Miguel de Icaza  <miguel@ximian.com>
37460         * propertyattr.h, paramattr.h, methodsem.h, methodattr.h: New
37461         files. 
37463 2001-06-22  Miguel de Icaza  <miguel@ximian.com>
37465         * typeattr.h: New file, TypeAttribute flags. 
37467 2001-06-21  Miguel de Icaza  <miguel@ximian.com>
37469         * mono/metadata/assembly.c (mono_assembly_ensure_section_idx,
37470         mono_assembly_ensure_section): Section loading code.
37471         (load_section_tables): Load the sections.
37473         * mono/metadata/metadata.c (mono_metadata_locate_token,
37474         mono_metadata_locate): Functions to locate the information
37475         definition given a token or a table and an index.
37476         (mono_metadata_compute_table_bases): New.
37477         (compute_size): New function to compute the sizes of the various
37478         tables.
37480         * mono/metadata/metadata.h: Finish listing the different index
37481         types. 
37483         * mono/metadata/pedump.c: Improve to dump new information.
37485 2001-06-19  Miguel de Icaza  <miguel@ximian.com>
37487         * mono/metadata/metadata.c: Entered all the tables matching
37488         Beta2. 
37490         * mono/metadata/assembly.c (load_metadata_ptrs): Fix for Beta2