2010-05-05 Rodrigo Kumpera <rkumpera@novell.com>
[mono.git] / mono / metadata / ChangeLog
blob37499092bef591304b71d696274b1ac49eccb9aa
1 2010-05-05 Rodrigo Kumpera  <rkumpera@novell.com>
3         * class.c (mono_class_layout_fields): Don't perform alignment
4         if align is zero.
6         * class.c (mono_class_layout_fields): Init field related information
7         to sane defaults.
9 2010-05-05 Rodrigo Kumpera  <rkumpera@novell.com>
11         * verify.c (mono_verifier_verify_class): Verify the constraint
12         of generic type definitions.
14 2010-05-04  Mark Probst  <mark.probst@gmail.com>
16         * sgen-marksweep.c: Simplify free list maintenance in sweep.
18 2010-05-02  Mark Probst  <mark.probst@gmail.com>
20         * sgen-gc.c, sgen-marksweep.c, sgen-major-copying.c: Unify
21         major_do_collection() across the two major collectors.
23 2010-05-02  Mark Probst  <mark.probst@gmail.com>
25         * sgen-gc.c: Add heavy statistics counter for re-added global
26         remsets.
28 2010-05-02  Mark Probst  <mark.probst@gmail.com>
30         * sgen-marksweep.c, sgen-gc.c: Use one mark bit per ALLOC_ALIGN to
31         get rid of a division in critical code.
33 2010-04-29  Mark Probst  <mark.probst@gmail.com>
35         * sgen-gc.c, sgen-marksweep.c, sgen-major-copying.c: Have separate
36         blocks for objects without references in mark&sweep, to improve
37         performance.
39 2010-04-28  Mark Probst  <mark.probst@gmail.com>
41         * sgen-gc.c, sgen-marksweep.c, sgen-major-copying.c: Bring heavy
42         statistics up-to-date.
44 2010-04-27  Mark Probst  <mark.probst@gmail.com>
46         * sgen-gc.c, sgen-marksweep.c, sgen-major-copying.c: Support
47         heap-dump for mark&sweep.
49 2010-04-27  Zoltan Varga  <vargaz@gmail.com>
51         * loader.c (mono_method_get_header): Move the is_inflated case before the
52         wrapper case, as a method can be both.
54 2010-04-27  Mark Probst  <mark.probst@gmail.com>
56         * sgen-gc.c, sgen-marksweep.c, sgen-major-copying.c: Don't do a
57         separate pass to scan pinned and large object but use the gray
58         queue like for regular objects.
60 2010-04-26  Zoltan Varga  <vargaz@gmail.com>
62         * boehm-gc.c: Applied patch from Robert Nagy (robert@openbsd.org). Include
63         string.h for memmove.
65         socket-io.c: Applied patch from Robert Nagy (robert@openbsd.org).
66         ipaddress_to_struct_in6_addr() is only needed when
67         defined(HAVE_STRUCT_IP_MREQN) || defined(HAVE_STRUCT_IP_MREQ).
69 2010-04-25  Mark Probst  <mark.probst@gmail.com>
71         * sgen-gc.c, sgen-marksweep.c, sgen-major-copying.c: Properly
72         separate copy_object functions for major vs nursery.  Allows us to
73         get rid of a few checks and the start and end parameters for many
74         functions.
76 2010-04-25  Mark Probst  <mark.probst@gmail.com>
78         * sgen-marksweep.c, sgen-gc.c, sgen-major-copying.c,
79         sgen-protocol.c, sgen-protocol.h, Makefile.am: Major Mark&Sweep
80         collector.
82 2010-04-25  Zoltan Varga  <vargaz@gmail.com>
84         * class.c (mono_class_create_from_typedef): Initialize class->nested_in after
85         calling setup_mono_type () since the nested parent could recursively reference
86         the nested class using generic constraints. Fixes #599469.
88 2010-04-24  Mark Probst  <mark.probst@gmail.com>
90         * sgen-gc.c, sgen-pinning.c, sgen-major-copying.c: Major collector
91         abstraction.
93 2010-04-24  Mark Probst  <mark.probst@gmail.com>
95         * sgen-gc.c: Remove more unneeded code.
97 2010-04-24  Mark Probst  <mark.probst@gmail.com>
99         * sgen-gc.c: Disable managed allocator and wbarrier when the
100         binary protocol is enabled.
102 2010-04-24  Mark Probst  <mark.probst@gmail.com>
104         * sgen-gc.c: Put nursery-fragment-cleaning into its own function.
106 2010-04-24  Mark Probst  <mark.probst@gmail.com>
108         * sgen-gc.c: Remove a few commented out and unneeded bits.
110 2010-04-23 Gonzalo Paniagua Javier <gonzalo@novell.com>
112         * threadpool.c: patch from Robert Nagy that fixes a nullref and
113         uses mono_sem_wait instead of mono_sem_timedwait for openbsd.
115 2010-04-20 Rodrigo Kumpera  <rkumpera@novell.com>
117         * icall.c (ves_icall_type_is_assignable_from): Properly handle byref
118         types.
120         Fixes #331126
122 2010-04-21  Mark Probst  <mark.probst@gmail.com>
124         * sgen-gc.c: Turn off semi-precise stack mark.
126 2010-04-20  Sebastien Pouliot  <sebastien@ximian.com>
128         * reflection.c (mono_custom_attrs_from_index): Use right function
129         to free 'list' (i.e. g_list_free) if the verifier fails.
131 2010-04-19 Rodrigo Kumpera  <rkumpera@novell.com>
133                 * verify.c: Handle the case where mono_type_get_underlying_type_any
134                 returns NULL. Remove duplicated code between MONO_TYPE_GENERICINST
135                 and MONO_TYPE_VALUETYPE in those case.
137                 Based on a slightly modified patch by Sebastien Pouliot  <sebastien@ximian.com>
139                 Hopefully Fixes #564253.
141 2010-04-19 Gonzalo Paniagua Javier <gonzalo@novell.com>
143         * domain-internals.h: made threadpool_jobs volatile.
144         * mono-wsq.c: add an assert to verify that the threadpool cleaned up
145         all local jobs.
146         * threadpool.c:
147                 -When two threads try to initialize the socket IO pool,
148                 the second one waits until the intialization is finished
149                 instead of continuing right away.
150                 -Add checks for domain unload: no items added in this case.
151                 -Only measure the time every 10 elements added to the queue.
152                 This is an experiment since linux x86 gettimeofday() sucks.
153                 -Create new thread if there are none waiting for work items.
154                 -There was a missing decrement of the busy threads.
155                 -Make sure the local queue is cleaned up before exiting the
156                 thread when the program ends.
158 2010-04-19 Rodrigo Kumpera  <rkumpera@novell.com>
160         * reflection.c (mono_type_get_object): Normalize generics types
161         as to how managed code expect them to be. A generic instance over
162         the GTD arguments must have the same mirror as the GTD itself.
164         Fixes #473289.
166 2010-04-19  Zoltan Varga  <vargaz@gmail.com>
168         * locales.c: Implement support for DISABLE_NORMALIZATION.
170 2010-04-16  Zoltan Varga  <vargaz@gmail.com>
172         * marshal.c (mono_marshal_get_native_func_wrapper): Set the marshal info to NULL,
173         since it is not a MonoMethod.
175 2010-04-16  Sebastien Pouliot  <sebastien@ximian.com>
177         * icall-def.h: Add get_RequiresElevatedPermissions icall to
178         System.Security.SecurityManager - used only by Moonlight
179         * security-core-clr.c|h: Add Elevated Trust/Permission support
180         for CoreCLR / Moonlight
182 2010-04-16  Zoltan Varga  <vargaz@gmail.com>
184         * boehm-gc.c (mono_gc_base_init): Applied patch from Robert Nagy
185         (robert@openbsd.org). Fix GC_stackbottom calculation on OpenBSD.
187 2010-04-16  Marek Habersack  <mhabersack@novell.com>
189         * mono-perfcounters.c: added code for the "Mono
190         Memory/Total Physical Memory" performance counter.
192         * mono-perfcounters-def.h: added definition of the "Mono
193         Memory/Total Physical Memory" performance counter.
195 2010-04-15 Rodrigo Kumpera  <rkumpera@novell.com>
197         * class.c (mono_class_get_method_by_index): Return NULL
198         on type load failures.
200 2010-04-15 Rodrigo Kumpera  <rkumpera@novell.com>
202         * class.c (mono_class_from_typeref): Check if the supplied
203         image has an assembly bound to it.
205         Fixes #567884.
207 2010-04-15 Rodrigo Kumpera  <rkumpera@novell.com>
209         * loader.c (mono_method_get_signature_full): Use new function
210         inflate_generic_signature_checked to check for errors.
212         Fixes #560839.
214 2010-04-15 Rodrigo Kumpera  <rkumpera@novell.com>
216         * loader.c (inflate_generic_signature): Add _checked variant
217         and move this function to use it.
219 2010-04-15 Rodrigo Kumpera  <rkumpera@novell.com>
221         * class.c (mono_class_setup_vtable_general): Use error checking
222         version of mono_class_inflate_generic_method_full.
224         Fixes #596975.
226 2010-04-15 Rodrigo Kumpera  <rkumpera@novell.com>
228         * class.c (mono_class_inflate_generic_type_no_copy): Do proper
229         error handling passing MonoError around.
231         Fixes #560336.
233 2010-04-14 Gonzalo Paniagua Javier <gonzalo@novell.com>
235         * socket-io.c: make GetHostByName ("") work on windows.
236         Fixes bug #456723.
238 2010-04-14 Gonzalo Paniagua Javier <gonzalo@novell.com>
240         * object-internals.h:
241         * threads.c: use a spin lock when accesing the per-thread appdomain
242         list.
244 2010-04-14 Gonzalo Paniagua Javier <gonzalo@novell.com>
246         * threads.c: no need to take the threads lock in push/pop appdomain.
248 2010-04-14 Rodrigo Kumpera  <rkumpera@novell.com>
250         * reflection.c (_mono_reflection_parse_type): MS supports
251         non-assembly-qualified types in a generic type parameter list
252         when enclosed in '[]' (which signals that they should be a fqn).
254         This breaks ECMA specs for how type names are encoded in cattr
255         blobs but F# does it.
257         Fixes #576342.
259 2010-04-14 Rodrigo Kumpera  <rkumpera@novell.com>
261         * icall.c (ves_icall_InternalInvoke): Check if the vtable is sane
262         for instance methods/ctors.
264         Fixes #422113.
266 2010-04-13 Rodrigo Kumpera  <rkumpera@novell.com>
268         * reflection.c: Use the new verifier support for checking
269         custom attributes.
271         Fixes #595306.
273 2010-04-13 Rodrigo Kumpera  <rkumpera@novell.com>
275         * metadata-verify.c: Implement structural verification
276         of custom attributes. This check requires access to the
277         loader since to resolve the size of an enum we have to
278         look it up.
279         We don't check if named argumenments are encoded in a
280         compatible fashion to their underlying field/prop.
281         Maybe we should?
283         * verify-internals.h: Add two new cattr verification API.
285 2010-04-13 Rodrigo Kumpera  <rkumpera@novell.com>
287         * metadata-verify.c (decode_signature_header): Fix signature.
289 2010-04-13 Rodrigo Kumpera  <rkumpera@novell.com>
291         * verify.c (mono_verifier_is_enabled_for_method): Handle
292         assembly less images.
294         * verify.c (mono_verifier_is_class_full_trust): Ditto.
296 2010-04-13 Rodrigo Kumpera  <rkumpera@novell.com>
298         * loader.c (mono_method_signature_checked): Properly
299         init MonoError.
301         * loader.c (mono_method_signature): It's the calee
302         resposibility to init the error object.
304 2010-04-13 Rodrigo Kumpera  <rkumpera@novell.com>
306         * metadata-verify.c (decode_signature_header): Do proper
307         overflow checking.
309 Tue Apr 13 12:36:29 CEST 2010 Paolo Molaro <lupus@ximian.com>
311         * reflection.c: maintain the invariants required by
312         mono_class_layout_fields() also in typebuilder_setup_fields ().
314 2010-04-11  Sebastien Pouliot  <sebastien@ximian.com>
316         * security-core-clr.c: Call mono_class_setup_methods in 
317         get_default_ctor before checking klass->methods. Fix typo in
318         comment
320 2010-04-10  Jb Evain  <jbevain@novell.com>
322         * domain.c (supported_runtimes): remove .net 4.0 beta 2 and
323         add .net 4.0 RTM version.
325 2010-04-09 Rodrigo Kumpera  <rkumpera@novell.com>
327         * reflection.c (resolve_object): Properly inflate generic
328         methods when a context is supplied.
330         Fixes #591226.
332 2010-04-09 Rodrigo Kumpera  <rkumpera@novell.com>
334         * verify.c (mono_method_verify): A switch op don't empty
335         the stack for the next one. Fixes a bug when running fsi
336         under --verify-all.
338 2010-04-09 Rodrigo Kumpera  <rkumpera@novell.com>
340         * metadata-verify.c (is_valid_standalonesig_blob): Accept
341         fields as valid standalone sig too. F# does generate them.
343         * metadata-verify.c (verify_typedef_table_full): Ignore
344         what <module> extends.
346 2010-04-09 Rodrigo Kumpera  <rkumpera@novell.com>
348         * verify.c (do_invoke_method): It's ok to do use call with
349         virtual, non-final methods if their class is sealed.
351 2010-04-08 Rodrigo Kumpera  <rkumpera@novell.com>
353         * icall.c (ves_icall_MonoField_GetValueInternal): This function
354         is a near identical copy of mono_field_get_value_object. So simply
355         call it.
357         * object.c (mono_field_get_value_object): Handle literal fields
358         on open generic classes.
360         Fixes #594942.
362 2010-04-08 Rodrigo Kumpera  <rkumpera@novell.com>
364         * reflection.c (mono_reflection_create_runtime_class): Setup
365         parent/supertype information again since it can be changed
366         without notice.
368 2010-04-07 Rodrigo Kumpera  <rkumpera@novell.com>
370         * verify.c (verify_type_compatibility_full): Properly handle
371         stores between arrays of primitives.
373         Fixes the verifier side of #555950.
375 2010-04-07 Rodrigo Kumpera  <rkumpera@novell.com>
377         class.c (mono_bounded_array_class_get): Properly init
378         cast_class to take the fact that uint[] and int[] can be
379         casted between each other.
381         Fixes #555950.
383 2010-04-07  Geoff Norton  <gnorton@novell.com>
385         * domain.c: Avoid a deadlock on osx.  Fixes #565765
387 2010-04-08  Zoltan Varga  <vargaz@gmail.com>
389         * icall.c (ves_icall_System_Enum_ToObject): Avoid a crash for unfinished type
390         builders. Fixes #594464.
392 2010-04-08  Zoltan Varga  <vargaz@gmail.com>
394         * icall.c (ves_icall_System_Environment_Exit): Shutdown the threadpool before
395         waiting for all threads to suspend, as those threads can't be suspended.
397 2010-04-08  Zoltan Varga  <vargaz@gmail.com>
399         * threads.c (mono_thread_suspend_all_other_threads): Call ensure_synch_cs_set ()
400         to avoid crashes on newly created threads.
402 2010-04-07 Gonzalo Paniagua Javier <gonzalo@novell.com>
404         * file-io.c: reset the MonoIOStat structure in case of error.
405         Fixes bug #582667.
407 2010-04-06 Rodrigo Kumpera  <rkumpera@novell.com>
409         * class.c (print_implemented_interfaces): Print proper type name.
411         * class.c (mono_class_setup_vtable): Don't try that hard to produce
412         the override map for generic instances since it later ignored.
414         * class.c (mono_class_implement_interface_slow): Don't break for
415         dynamic generic instances.
417         * object.c (mono_runtime_invoke_array): Add an assert for allocation.
419         * reflection.c (mono_reflection_method_get_handle): New method that
420         resolves a method handle.
422         * reflection.c (mono_reflection_get_dynamic_overrides): Handle the
423         case when we override methods from a dynamic generic instance interface.
425         Fixes #575941.
427 2010-04-05 Gonzalo Paniagua Javier <gonzalo@novell.com>
429         * threadpool.c: don't attempt to close the pipe when it has not been
430         created.
432 2010-04-05 Gonzalo Paniagua Javier <gonzalo@novell.com>
434         * threadpool.c: if there are no waiting threads, try to start a new
435         one. This fixes the not-so-random hangs in System.ServiceModel tests.
436         No need to use InterlockedCompareExchange to read volatile variables.
438 2010-04-05 Rodrigo Kumpera  <rkumpera@novell.com>
440         * verify.c (verify_type_compatibility_full): Fail mixed valuetype
441         and reference types that point to the same class.
443         Fixes #565598.
445 2010-04-05 Rodrigo Kumpera  <rkumpera@novell.com>
447         * verify.c (verify_stack_type_compatibility_full): Ignore constraints
448         when verifying compatibility between a generic instance and a generic
449         parameter.
451         * verify.c (check_is_valid_type_for_field_ops): Improve error message.
453         * verify.c (stack_slot_stack_type_full_name): Improve verification type
454         name.
456         Fixes #587849.
458 2010-04-04  Mark Probst  <mark.probst@gmail.com>
460         * sgen-gc.c: Remove superfluous scanning of alloc-pinned objects.
462 2010-04-04  Zoltan Varga  <vargaz@gmail.com>
464         * threads.c Applied some openbsd changes from Robert Nagy <robert@openbsd.org>.
466 2010-04-03  Marek Habersack  <mhabersack@novell.com>
468         * process.c: when cross-compiling with MinGW, force GetProcessId
469         lookup using GetProcAddress.
471 2010-04-02  Mark Probst  <mark.probst@gmail.com>
473         * sgen-gc.c: parse_environment_string_extract_number() must be
474         static.
476 2010-04-02  Mark Probst  <mark.probst@gmail.com>
478         * sgen-gc.c, sgen-gray.c: Macros for gray_object_enqueue() and
479         gray_object_dequeue(), to make sure they're inlined.
481 2010-04-02  Mark Probst  <mark.probst@gmail.com>
483         * sgen-gc.c, sgen-gray.c: Fix a few debug levels, put a few
484         asserts in inner loops into DEBUG and lower MAX_DEBUG_LEVEL.
486 2010-04-02  Jb Evain  <jbevain@novell.com>
488         * exception.c: remove dead code.
490 2010-04-02  Zoltan Varga  <vargaz@gmail.com>
492         * *-gc.c: Fix the signature of mono_gc_get_used/heap_size () to be consistent
493         with mono-gc.h.
495 2010-04-01  Sanjoy Das <sanjoy@playingwithpointers.com>
497         * sgen-gc.c: Make the nursery size adjustable by the
498         MONO_GC_PARAMS environment variable.
500         Code is contributed under MIT/X11 license.
502 2010-04-01 Gonzalo Paniagua Javier <gonzalo@novell.com>
504         * threadpool.c: threadpool threads wait is alertable.
505         Fixes bug #592964.
506         Reduced the stack size of the *poll_wait thread.
508 2010-04-01  Sebastien Pouliot  <sebastien@ximian.com>
510         * exception.c|metadata-internals.h: Add new mono_get_exception_
511         field_access_msg and mono_get_exception_method_access_msg 
512         functions that accept a const char* parameter to provide more 
513         details when the exception is thrown.
514         * security-core-clr.c|h: Rework code to allow logging exceptions
515         (export MONO_LOG_MASK="security") and to supply more details in
516         [TypeLoad|MethodAccess|FieldAccess]Exception thrown. Also added
517         mono_security_core_clr_is_field_access_allowed and 
518         mono_security_core_clr_is_call_allowed to return an exception,
519         with messages and logging, that can be emitted by method-to-ir.c
521 2010-04-01  Mark Probst  <mark.probst@gmail.com>
523         * sgen-gc.c, sgen-pinning-stats.c: In the heap-dump, dump each
524         pinned object.
526 2010-04-01  Zoltan Varga  <vargaz@gmail.com>
528         * appdomain.c (mono_domain_assembly_postload_search): Avoid a crash/assert if
529         the assembly name is not well formed utf8. Fixes #567882.
531 2010-04-01  Zoltan Varga  <vargaz@gmail.com>
533         * reflection.c (mono_reflection_create_generic_class): Set the flags field of
534         the generic parameters from the builder. Fixes #473298.
536 2010-03-31  Miguel de Icaza  <miguel@novell.com>
538         * object.c (mono_class_proxy_vtable): Eliminate warning. 
540         * marshal.c (emit_marshal_boolean): Eliminate possible
541         uninitialized local warning. 
543 2010-03-30  Sebastien Pouliot  <sebastien@ximian.com>
545         * class.c (mono_class_init): Postpone coreclr inheritance check
546         until the end of the initialization (so we can check up the 
547         default ctor manually for the core-clr inheritance rules).
548         * security-core-clr.c: Add the missing (undocumented) checks on
549         default constructors when verifying inheritance rules.
551 2010-03-30 Rodrigo Kumpera  <rkumpera@novell.com>
553         * domain-internals.h (MonoJitExceptionInfo): Add new field
554         handler_end to the data union. To be used to point the end
555         of a finally block.
557 2010-03-30 Rodrigo Kumpera  <rkumpera@novell.com>
559         * reflection.c: Add support for new v4 type
560         System.Reflection.MonoModule that is the concrete version
561         of Module which is abstract unver v4.
563 2010-03-30 Rodrigo Kumpera  <rkumpera@novell.com>
565         * class.c (mono_class_init): Don't set class failure after
566         inited = 1 is set. It must be done before.
568 2010-03-30  Andreas Färber  <andreas.faerber@web.de>
570         * mono-config.c: Add support for OS "haiku"
571         * ChangeLog: Fix UTF-8 encoding
573         Code is contributed under MIT/X11 license.
575 Tue Mar 30 15:53:06 CEST 2010 Paolo Molaro <lupus@ximian.com>
577         * console-unix.c: fixed include logic for sys/ioctl.h.
579 2010-03-30  Mark Probst  <mark.probst@gmail.com>
581         * threads.c: Fix bitmap generation for TLS marking on 64 bit
582         systems.
584 2010-03-30  Zoltan Varga  <vargaz@gmail.com>
586         * icall.c (ves_icall_System_Enum_get_underlying_type): Don't crash on
587         unfinished/broken typebuilders.
589 2010-03-29  Mark Probst  <mark.probst@gmail.com>
591         * sgen-gc.c: Use the same heuristic for the LOS target that we use
592         for the minor section allowance.
594 2010-03-29  Raja R Harinath  <harinath@hurrynot.org>
596         * metadata-verify.c (INVALID_METHOD_IMPLFLAG_BITS): Allow bit 6
597         "NoOptimization".
599 2010-03-29  Mark Probst  <mark.probst@gmail.com>
601         * sgen-gc.c: Count bytes allocated with heavy statistics.
603 2010-03-29  Mark Probst  <mark.probst@gmail.com>
605         * sgen-gc.c: More detailed time statistics.
607 Mon Mar 29 11:52:34 CEST 2010 Paolo Molaro <lupus@ximian.com>
609         * gc-internal.h, sgen-gc.c, threads.c, utils/mono-hash.c:
610         fix the user defined mark interface to pass a pointer
611         to the object location and not the object itself.
613 2010-03-27 Rodrigo Kumpera  <rkumpera@novell.com>
615         * reflection.c (mono_method_body_get_object): Release
616         the method header before the call to CACHE_OBJECT since
617         this is a macro that returns.
619 2010-03-26 Rodrigo Kumpera  <rkumpera@novell.com>
621         * class.c (inflate_generic_type): mono_metadata_type_dup
622         already dupes array information, the g_memdup was just
623         leaking memory.
625 2010-03-26 Rodrigo Kumpera  <rkumpera@novell.com>
627         * verify.c: Add stack_peek function. Fix CEE_DUP
628         to not read from invalid memory if push did expand
629         the stack.
631 2010-03-26 Rodrigo Kumpera  <rkumpera@novell.com>
633         * verify.c: Remove old table verification code that has
634         been superseeded by the new metadata verifier.
636         * verify.h: Remove mono_image_verify_tables from the public
637         API.
639         * pedump.c: Fix for removed bits.
641 2010-03-26 Rodrigo Kumpera  <rkumpera@novell.com>
643         * verify.c: Allocate stack slows lazily to reduce stack usage
644         in case of methods with huge stacks. Reduces memory consumption
645         for mcs yyparse from 459Mb to 1.8Mb.
647 2010-03-26 Gonzalo Paniagua Javier <gonzalo@novell.com>
649         * threadpool.c: don't try executing items from domains being
650         unloaded. Fixes appdomain-async-invoke test.
652 2010-03-26 Gonzalo Paniagua Javier <gonzalo@novell.com>
654         * threadpool.c: spin while the threadpool initializes.
655         * mono-wsq.c: if the WSQ has not been initialized or has been shut
656         down, don't do anything.
658 2010-03-26  Zoltan Varga  <vargaz@gmail.com>
660         * threads.c (mono_thread_create_internal): Set the GC type of the
661         threads_starting_up hash table.
663 2010-03-26 Gonzalo Paniagua Javier <gonzalo@novell.com>
665         * threadpool.c: reset 'state' to avoid returning non-null when the
666         event type is not found.
668 Fri Mar 26 19:03:09 CET 2010 Paolo Molaro <lupus@ximian.com>
670         * sgen-gc.c: make copy_object () take the address of the
671         slot holding the reference. This allows saving memory stores
672         when not needed and it allows keeping track of oldspace->nursery
673         references for the card table code.
675 2010-03-26  Andreas Färber  <andreas.faerber@web.de>
677         * null-gc.c (mono_gc_invoke_with_gc_lock): Fix function name.
679         Code is contributed under MIT/X11 license.
681 Fri Mar 26 11:33:17 CET 2010 Paolo Molaro <lupus@ximian.com>
683         * object.c, threads.c, threads-types.h, threads.h: make the
684         managed thread local storage references precisely tracked.
686 2010-03-25 Gonzalo Paniagua Javier <gonzalo@novell.com>
688         * threadpool.[ch]: reworked the threadpool:
689                 -Threadpool threads use a work-stealing queue. Adding a work
690                 item from a threadpool thread will queue it in the thread
691                 local queue without locking (in most cases).
692                 -epoll events are coalesced before being added to the IO
693                 queue.
694                 -Dynamically change the number of active threads
695                 -Changed the global queue to be more GC friendly
697         * class-internals.h: add 2 new performance counters for the number of
698         threads in the threadpool and the IO threadpool.
700         * object-internals.h: new field in MonoAsyncResult.
701         * icall-def.h: new internal call for queueing work items.
703         * Makefile.am: add 2 new files.
705         * appdomain.c: bump up corlib version.
707         * mono-wsq.[ch]: an implementation of a work-stealing queue.
709         * mono-perfcounters-def.h:
710         * mono-perfcounters.c: added 2 new performance counters.
712 2010-03-26  Mark Probst  <mark.probst@gmail.com>
714         * sgen-gc.c: More FIXME/TODO updates.
716 2010-03-25  Mark Probst  <mark.probst@gmail.com>
718         * gc-internal.h, sgen-gc.c, sgen-gc.h, boehm-gc.c, null-gc.c: New
719         function mono_gc_invoke_with_gc_lock() which invokes a function
720         with the guarantee that no collection will occur during its execution.
722 2010-03-25  Mark Probst  <mark.probst@gmail.com>
724         * sgen-gc.c: Update a few comments.
726 2010-03-24 Rodrigo Kumpera  <rkumpera@novell.com>
728         * reflection.c: Add support for new v4 type
729         System.Reflection.MonoAssembly that is the concrete version
730         of Assembly which is abstract unver v4.
732 2010-03-24  U-anarquia\miguel  <miguel@anarquia>
734         * reflection.c (mono_reflection_get_custom_attrs_info): Protect
735         code that uses System.Reflection.Emit in DISABLE_REFLECTION_EMIT.
737         Expose a few macros that are needed for SR but not SRE to the
738         world (previous inside the SRE ifdef)
740 2010-03-24  Mark Probst  <mark.probst@gmail.com>
742         * sgen-gc.c (gc_register_current_thread): We need
743         stack_start_limit as well in the non-attribute pthread case.
745 2010-03-23 Rodrigo Kumpera  <rkumpera@novell.com>
747         * threads.c: Fix windows build.
749 2010-03-22 Rodrigo Kumpera  <rkumpera@novell.com>
751         * thread-types.h: Add mono_thread_resume_interruption.
753         * threads.c: Add mono_thread_resume_interruption, this
754         function should be called after the last protected handler
755         found at interruption time has finished.
757 2010-03-22 Rodrigo Kumpera  <rkumpera@novell.com>
759         * threads.c (ves_icall_System_Threading_Thread_ResetAbort):
760         Check MonoInternalThread's ::state instead of ::abort_exc
761         since the later can be lazily created.
763         This is specially problematic when running a finally block
764         under AbortRequested state. ResetAbort must work, but the
765         abort_exc object has not been created because interruption
766         has not began.
768 2010-03-22  Geoff Norton  <gnorton@novell.com>
770         * locales.c: Its possible for CFStringGetCStringPtr
771         to return null and not convert encodings.  Use
772         CFStringGetCString instead.
774 Mon Mar 22 18:06:38 CET 2010 Paolo Molaro <lupus@ximian.com>
776         * class-internals.h, class.c, object.c: introduce compressed
777         interface bitmaps (for now only under small config): this saves
778         about 600 KB of runtime memory on gmcs bootstraps or monodevelop
779         startups.
781 Mon Mar 22 16:03:34 CET 2010 Paolo Molaro <lupus@ximian.com>
783         * mono-debug.c: don't try to get the method header, it causes a
784         deadlock and it is not used for anything anymore.
786 2010-03-22  Zoltan Varga  <vargaz@gmail.com>
788         * loader.c (mono_method_get_marshal_info): Fix the handling of dynamic methods
789         broken by the last change.
791 2010-03-21  Andreas Färber  <andreas.faerber@web.de>
793         * socket-io.c: Don't depend on AF_SNA, AF_DECnet,
794         SOCK_RDM.
795         
796         Code is contributed under MIT/X11 license.
798 2010-03-20  Sanjoy Das <sanjoy@playingwithpointers.com>
800         * sgen-gc.c (mono_gc_get_write_barrier): Handle non-aligned
801         nursery.
803         Code is contributed under MIT/X11 license.
805 2010-03-19  Martin Baulig  <martin@ximian.com>
807         * mono-debug.c (MonoDebugWrapperData): Replace `cil_code' with a
808         dummy field, containing an empty string.
809         (mono_debug_add_method): Don't call mono_disasm_code() for wrappers.
812 Fri Mar 19 17:26:43 CET 2010 Paolo Molaro <lupus@ximian.com>
814         * class.c: setup_interface_offsets() refactor to not call
815         mono_class_get_implemented_interfaces () more times than needed and
816         to reduce the runtime memory requirements to be O(num_interfaces)
817         instead of O(max_interface_id).
819 2010-03-18 Gonzalo Paniagua Javier <gonzalo@novell.com>
821         * mono-mlist.[ch]: add mono_mlist_set_next ().
823 2010-03-16 Rodrigo Kumpera  <rkumpera@novell.com>
825         * domain-internals.h: Add MonoTryBlockHoleJitInfo struct and
826         associated changes to support holes in the protected range of a
827         try block.
829         * domain.c: Add mono_jit_info_get_try_block_hole_table_info, which
830         retrieves the holes table from a given MonoJitInfo.
832 Tue Mar 16 13:11:15 CET 2010 Paolo Molaro <lupus@ximian.com>
834         * object.h, object-internals.h, object.c, icall.c, gc-internal.h,
835         debug-helpers.c, cominterop.c, process.c, sgen-gc.c, socket-io.c:
836         hide the contents of the MonoString and MonoArray structs from the
837         public API. Change the accessor macros to accessors functions where
838         needed. Adjusted the array API to allow for pointer-sized lengths and
839         starting positions, so 64 bit arrays can be optionally provided in an
840         API compatible way if needed on 64 bit systems.
842 Tue Mar 16 10:18:07 CET 2010 Paolo Molaro <lupus@ximian.com>
844         * class-internals.h, class.c, loader.c, marshal.c, metadata.c,
845         reflection.c: the MonoMethodNormal struct is now unused, so remove it.
847 Mon Mar 15 18:28:00 CET 2010 Paolo Molaro <lupus@ximian.com>
849         * class-internals.h: remove the method header from MonoMethod since
850         from now on it will be transient. We have a header pointer for method
851         wrappers, since in that case we need to keep track of it. For this
852         reason, all the Reflection.Emit generated methods use MonoMethodWrapper
853         structs now. The same happens with MonoMethodInflated.
854         * class.c: reset the sre_method flag for inflated method structures:
855         this makes the code that cares look at the header in the MonoMethodInflated
856         structure.
857         * loader.c: lookup the method header in the appropriate field now that
858         it is removed from MonoMethod.
859         * metadata-internals.h: add a flag to the method header to know if it
860         can be freed inside mono_metadata_free_mh ().
861         * method-builder.c: updates after moving the header field from
862         MonoMethod to MonoMethodWrapper.
863         * reflection.c: MonoMethods generated from Reflection.Emit use
864         MonoMethodWrapper structs if they need a method header now (later take
865         advantage of this and remove all the current unsafe uses of method_aux_hash).
866         * metadata.c: make method header parsing not leak when verification
867         fails. Alloc it with g_malloc() and free it in mono_metadata_free_mh().
868         These changes save a few hundred KB of runtime memory in a mcs
869         bootstrap or a monodevelop startup.
871 2010-03-12 Rodrigo Kumpera  <rkumpera@novell.com>
873         * verify.c: Improve error message.
875 2010-03-12  Jb Evain  <jbevain@novell.com>
877         * reflection.c (add_exported_type): populate the exported
878         table with the type's nested type.
880 2010-03-10  Mark Probst  <mark.probst@gmail.com>
882         * sgen-gc.c (STRING_SIZE): Semi-revert r153342.  I'm an idiot who
883         can't read parentheses.
885 2010-03-10  Mark Probst  <mark.probst@gmail.com>
887         * threads.c (thread_cleanup): Add a guard to dereferencing
888         "thread" to avoid an unlikely race condition.
890 2010-03-09  Sebastien Pouliot  <sebastien@ximian.com>
892         * assembly.c: Fix crash in moon-unit when aname->culture is NULL
893         instead of an empty string.
895 2010-03-09  Zoltan Varga  <vargaz@gmail.com>
897         * object-internals.h (_G_BOOLEAN_EXPR): Fix the definition of this to explicitly
898         convert to a boolean, recent gcc versions compile this differently.
900 2010-03-09  Zoltan Varga  <vargaz@gmail.com>
902        * sgen-gc.c (safe_object_get_size): Avoid a function call so this can really be
903        inlined.
905 2010-03-09  Mark Probst  <mark.probst@gmail.com>
907         * sgen-gc.c (STRING_SIZE): Off by one.
909 2010-03-09  Mark Probst  <mark.probst@gmail.com>
911         * sgen-archdep.h: Fix the signal context register access for
912         AMD64.
914 2010-03-09  Zoltan Varga  <vargaz@gmail.com>
916         * sgen-gray.c: Get rid of the unused 'start' field in GrayQueueSection.
918 2010-03-08  Rodrigo Kumpera  <rkumpera@novell.com>
920         * verify.c: Store the initial basic block returned by mono_basic_block_split
921         so we can release the whole list and not just the first one.
923 Mon Mar 8 17:30:44 CET 2010 Paolo Molaro <lupus@ximian.com>
925         * verify.c, debug-helpers.c, profiler.c, loader.c,
926         mono-basic-block.c, mono-debug.c, reflection.c: prepare to make
927         MonoMethodHeader a transient entity.
929 2010-03-08  Zoltan Varga  <vargaz@gmail.com>
931         * sgen-gc.c (scan_needed_big_objects): Call drain_gray_stack () to avoid
932         uncontrolled growth of the gray stack.
934         * sgen-gray.c: Rewrite this so it behaves like a stack, not a queue, so recently
935         added items are removed first, improving cache locality. Avoid freeing queue
936         segments in the fast path, use the list of segments as the free list, truncate
937         it to its max size at the start of collection.
939 Mon Mar 8 10:13:52 CET 2010 Paolo Molaro <lupus@ximian.com>
941         * metadata-internals.h: more memory savings, both with small config and without.
944 Sat Mar 6 19:12:12 CET 2010 Paolo Molaro <lupus@ximian.com>
946         * appdomain.c, domain-internals.h, domain.c, object.c:
947         make class_vtable_hash into an array to reduce memory usage.
949 Sat Mar 6 18:16:35 CET 2010 Paolo Molaro <lupus@ximian.com>
951         * mempool.c, class-internals.h, class.c, icall.c, metadata.c,
952         object-internals.h, object.c, reflection.c, threadpool.c:
953         reduce resource usage when the small config is selected.
954         In particular, up to 64K of methods/fields/properties/events
955         are allowed and "other" methods in events are ignored.
957 Fri Mar 5 19:05:47 CET 2010 Paolo Molaro <lupus@ximian.com>
959         * threads.c: reduce resource usage when compiled for a small config.
961 2010-03-05  Mark Probst  <mark.probst@gmail.com>
963         * sgen-gc.c: Also collect number of degraded-alloced objects with
964         heavy statistics.
966 2010-03-04  Geoff Norton  <gnorton@novell.com>
968         * assembly.c: Only support OSX bundling if the bundle is 
969         actually detectable.
971 2010-03-04  Geoff Norton  <gnorton@novell.com>
973         * loader.c: The marshal specs are freed at the end of the call
974         but it explicitly frees the strings as well as the container,
975         so we need to dup them too to avoid referencing free'd memory.
977 2010-03-04  Geoff Norton  <gnorton@novell.com>
979         * icall-def.h:
980         * icall.c: Add a new private internal icall to construct
981         an object from its type without running the ctor.
983 Thu Mar 4 15:37:09 CET 2010 Paolo Molaro <lupus@ximian.com>
985         * profiler.c: allow multiple profiler engines to be loaded
986         at the same time.
988 Wed Mar 3 20:19:45 CET 2010 Paolo Molaro <lupus@ximian.com>
990         * profiler-private.h, profiler.c, profiler.h, sgen-gc.c: introduce
991         profiler event to track object moves.
993 Wed Mar 3 19:20:39 CET 2010 Paolo Molaro <lupus@ximian.com>
995         * object.c, profiler.c, profiler.h, string-icalls.c:
996         remove the reduntant MONO_PROFILE_STRING_ALLOC profiler event.
998 2010-03-03  Miguel de Icaza  <miguel@novell.com>
1000         * decimal.c (mono_double2decimal): Add support for reducing the
1001         scale of a decimal.  It turns the 0.6000000000000 into 0.6 as
1002         expected.
1004 2010-03-03 Rodrigo Kumpera  <rkumpera@novell.com>
1006         * icall-def.h:
1007         * icall.c: Implement System.MonoType::get_core_clr_security_level icall.
1009 2010-03-03  Marek Habersack  <mhabersack@novell.com>
1011         * mono-config.c (mono_config_parse_assembly_bindings): added -
1012         parses assembly binding redirections from appdomain's config
1013         file.
1015         * metadata-internals.h: added definition of a new function -
1016         mono_config_parse_assembly_bindings - to support parsing assembly
1017         binding redirections defined in appdomain's config file.
1019         * domain-internals.h: added two new fields to _MonoDomain - a list
1020         of assembly bindings and a flag to parse the config file only
1021         once.
1023         * assembly.c (assembly_binding_maps_name): empty culture name and
1024         NULL culture name are considered equal.
1025         (mono_assembly_apply_binding): added support for domain specific
1026         assembly binding redirections, read from the appdomain's
1027         configuration file. Fixes bug #580185
1029 Wed Mar 3 11:46:06 CET 2010 Paolo Molaro <lupus@ximian.com>
1031         * appdomain.c, domain.c, icall.c, image.c, marshal.c, object.c,
1032         reflection.c, socket-io.c, threadpool.c, threads.c: removed 1.1/1.0
1033         support.
1035 2010-03-02 Rodrigo Kumpera  <rkumpera@novell.com>
1037         * reflection.c (mono_image_get_memberref_token): Extract mono_image_add_memberef_row
1038         from this function. The new function receive the parent token instead of a type.
1040         * reflection.c (mono_image_get_methodref_token_for_methodbuilder):
1041         * reflection.c (mono_image_get_ctorbuilder_token): Use new function to encode
1042         typebuilders. This make it possible to properly encode generic type builders since
1043         their unmanaged type don't have generics data while unfinished.
1045         Fixes #583655.
1047 2010-03-02  Mark Probst  <mark.probst@gmail.com>
1049         * sgen-gc.c, sgen-protocol.c, sgen-protocol.h: New facility for
1050         writing binary log files (can be enabled by #define'ing
1051         BINARY_PROTOCOL) for better debugging of timing-dependent bugs or
1052         bugs in longer running programs.
1054 Mon Mar 1 19:35:32 CET 2010 Paolo Molaro <lupus@ximian.com>
1056         * metadata.c: added some API documentation.
1058 2010-03-01  Robert Jordan  <robertj@gmx.net>
1060         * filewatcher.h: Include glib.h to fix the MSVC build.
1062 2010-03-01  Zoltan Varga  <vargaz@gmail.com>
1064         * class-internals.h (MonoClass): Get rid of the reflection_info field, add
1065         a GC handle instead. This is a bit slower to access, but avoids burdening the
1066         GC with 100s of individual roots.
1068         * reflection.c (mono_class_get_ref_info):
1069         (mono_class_set_ref_info):
1070         (mono_class_free_ref_info): New internal helper fuctions.
1072         * reflection.c appdomain.c icall.c class.c: Use the new helper functions instead
1073         of accessing klass->reflection_info directly.
1075         * sgen-gc.c (alloc_complex_descriptor): Fix the computation of the number of
1076         words.
1078         * gc.c (alloc_handle): Create a GC descriptor for the 'entries' array, free
1079         the previous array.
1081 2010-02-28  Zoltan Varga  <vargaz@gmail.com>
1083         * marshal.c (get_runtime_invoke_type): Avoid sharing byref with I, as the latter
1084         needs an indirection.
1086 2010-02-26  Zoltan Varga  <vargaz@gmail.com>
1088         * generic-sharing.c: Removed, moved its contents to mini/mini-generic-sharing.c,
1089         so all generic sharing code is in one place.
1091         * class.c (get_implicit_generic_array_interfaces): Fix the last change so
1092         we don't call setup_interface_offsets () for unfinished types.
1094 2010-02-26  Zoltan Varga  <vargaz@gmail.com>
1096         * class.c (mono_class_generic_sharing_enabled): Move this to
1097         generic-sharing.c.
1099         * image.c: Add an unload hook which is called before an image is unloaded.
1101         * generic-sharing.c: Use the unload hook to unregister per-image data, to avoid
1102         metadata.c having to depend on generic sharing.
1104 Fri Feb 26 19:23:18 CET 2010 Paolo Molaro <lupus@ximian.com>
1106         * class.c: reduce size of ridiculously large cache.
1108 2010-02-26  Martin Baulig  <martin@ximian.com>
1110         * mono-debug.h
1111         (MONO_DEBUGGER_MINOR_VERSION): Bump to 5.
1113         * threads.c (mono_thread_internal_reset_abort): New method; resets
1114         the abort, but doesn't throw any exception if no abort was requested.
1116 2010-02-26  Zoltan Varga  <vargaz@gmail.com>
1118         * class.c (get_implicit_generic_array_interfaces): Call
1119         mono_class_setup_interface_offsets () before accessing
1120         eclass->interface_offsets_count. This only shows up on platforms without IMT for
1121         some reason.
1123 Thu Feb 25 12:12:44 CET 2010 Paolo Molaro <lupus@ximian.com>
1125         * environment.c, environment.h, icall.c: make the GetOSVersionString()
1126         icall internal.
1128 Thu Feb 25 11:37:50 CET 2010 Paolo Molaro <lupus@ximian.com>
1130         * metadata.c, metadata.h: make MONO_TYPE_IS* functional without
1131         direct access to the MonoType fields.
1133 2010-02-25  Zoltan Varga  <vargaz@gmail.com>
1135         * threads.h: Move some internal functions which were added to this header by
1136         mistake to threads-types.h.
1138         * class.c (mono_class_init): Get rid of mono_setup_vtable_in_class_init.
1140 Wed Feb 24 17:45:27 CET 2010 Paolo Molaro <lupus@ximian.com>
1142         * class-internals.h, class.h, object.h: make MonoRemoteClass
1143         and mono_remote_class() internal.
1145 Wed Feb 24 17:05:18 CET 2010 Paolo Molaro <lupus@ximian.com>
1147         * metadata-internals.h, class-internals.h, metadata.h: make the
1148         MonoType guts internal as well.
1150 Wed Feb 24 16:02:42 CET 2010 Paolo Molaro <lupus@ximian.com>
1152         * reflection.h: the MonoTypeNameParse guts are internal now.
1153         * assembly.c, assembly.h, image.h: the MonoAssemblyName guts
1154         are internal now, provide accessors as needed.
1155         * metadata.h, metadata-internals.h: the MonoMethodSignature
1156         guts are internal now.
1157         * Makefile.am: mempool.h is an internal header now.
1158         * *.h, *.c: remove glib.h usage from the public headers.
1160 2010-02-24  Atsushi Enomoto  <atsushi@ximian.com>
1162         * culture-info-table.h : regenerated.
1164 2010-02-22  Rodrigo Kumpera  <rkumpera@novell.com>
1166         * metadata.c: Add mono_method_get_header_summary which returns minimal
1167         information about the header of a method. This is the information used
1168         by the inline oracle to reject methods.
1170         This method doesn't decode local variables and doesn't cache it's result,
1171         so it should cause a minimal reduction in memory usage.
1173         * metadata-internals.h: Add MonoMethodHeaderSummary structure and
1174         mono_method_get_header_summary.
1176 2010-02-22  Jeffrey Stedfast  <fejj@novell.com>
1178         * threads.c (mono_thread_exit): Make sure that the main thread is
1179         non-null before dereferencing it.
1181 2010-02-21  Geoff Norton  <gnorton@novell.com>
1183         * Makefile.am: Add CoreFoundation linkage on darwin to properly get the current
1184         locale.
1185         * locaes.c: When running on darwin, try to get the local from CoreFoundation 
1186         before falling back to the posix lookup.
1188 2010-02-19  Zoltan Varga  <vargaz@gmail.com>
1190         * threads.c (mono_thread_suspend_all_other_threads): Ignore threads which have
1191         the DONT_MANAGE flag set.
1193 2010-02-19  Rodrigo Kumpera  <rkumpera@novell.com>
1195         * domain.c: Remove old v1 version strings. Let the runtime
1196         default to 2.0 instead of failing because it can't find a
1197         working 1.0 instalation.
1199 2010-02-19  Rodrigo Kumpera  <rkumpera@novell.com>
1201         * domain.c: Add v4 RC version string.
1203 2010-02-19  Rodrigo Kumpera  <rkumpera@novell.com>
1205         * mono-basic-block.c (mono_opcode_value_and_size): Use pointer variant
1206         of overflow checking function.
1208 2010-02-18  Rodrigo Kumpera  <rkumpera@novell.com>
1210         * reflection.c (mono_reflection_method_on_tb_inst_get_handle): Handle non
1211         generic methods.
1213         * reflection.c (mono_reflection_get_custom_attrs_info): Handle compiler context
1214         cases for ParameterInfo.
1216         Fixes #579493.
1218 2010-02-18  Zoltan Varga  <vargaz@gmail.com>
1220         * class.c (mono_class_get_cctor): Fix support for dynamic classes, which doesn't
1221         have has_cctor set. Fixes #575946.
1223 2010-02-16 Gonzalo Paniagua Javier <gonzalo@novell.com>
1225         * appdomain.c: display a warning if the parsing the config file
1226         produces any error.
1227         Skip the BOM in UTF-8 files.
1228         Copy the AppDomainSetup before setting the privateBinPath so that the
1229         correct configuration file is read.
1231 2010-02-15  Zoltan Varga  <vargaz@gmail.com>
1233         * object.c: Instead of using one vtable trampoline, allow the JIT to use one
1234         vtable trampoline per vtable slot index. Not used yet.
1236 2010-02-13 Gonzalo Paniagua Javier <gonzalo@novell.com>
1238         * icall-def.h:
1239         * icall.c: add internal call that returns the system page size.
1241 2010-02-13  Zoltan Varga  <vargaz@gmail.com>
1243         * debug-helpers.c (mono_method_desc_search_in_image): Handle short names like
1244         'int' for system classes.
1246 Fri Feb 12 18:36:02 CET 2010 Paolo Molaro <lupus@ximian.com>
1248         * icall.c, icall-def.h: new icall to check for sufficient
1249         stack space.
1251 2010-02-12  Mark Probst  <mark.probst@gmail.com>
1253         * reflection.c (ensure_complete_type): Check that reflection_info
1254         is set, too.  Fixes crash of corlib testsuite with -O=-all.
1256 2010-02-11  Rodrigo Kumpera  <rkumpera@novell.com>
1258         * attrdefs.h:
1259         * tabledefs.h: Add NoOptimization flag.
1261 2010-02-10  Mark Probst  <mark.probst@gmail.com>
1263         * sgen-gc.c: Don't consider it a missing remset if the target
1264         object is pinned - we might have done the store but not added the
1265         remset yet.
1267 2010-02-10  Mark Probst  <mark.probst@gmail.com>
1269         * sgen-gc.c: When checking for missing remsets, don't assert on
1270         the first one, but print them all and then assert.
1272 2010-02-10  Mark Probst  <mark.probst@gmail.com>
1274         * sgen-gc.c (find_in_remset_loc): Handle the small bitmap case.
1276 2010-02-09  Miguel de Icaza  <miguel@novell.com>
1278         * console-unix.c: On OSX Control-Y is assigned to
1279         VDSUSP (non-Posix), the
1280         suspend-program-next-time-it-tries-to-read-input command (this is
1281         different than C-z, which suspends immediately).
1283         Do the same thing that bash does and ignore this setting,
1284         making our repl/getline support pasting.
1286 2010-02-10  Mark Probst  <mark.probst@gmail.com>
1288         * sgen-gc.c: Simple plausibility check for scan_starts.
1290 2010-02-10  Mark Probst  <mark.probst@gmail.com>
1292         * sgen-gc.c: Round up when calculating the number of scan starts.
1294 2010-02-10  Rodrigo Kumpera  <rkumpera@novell.com>
1296         * reflection.c: Export mono_get_object_from_blob.
1298         * object-internals.h: Ditto.
1300         * icall.c: New icall property_info_get_default_value to get the default
1301         value of a property. Since using this is not common, no caching is done.
1303         * icall-def.h: Add new icall.
1305 2010-02-10  Rodrigo Kumpera  <rkumpera@novell.com>
1307         * class.c: Add mono_class_get_property_default_value.
1309         * class-internal.h: Export mono_class_get_property_default_value.
1311 2010-02-10  Rodrigo Kumpera  <rkumpera@novell.com>
1313         * reflection.c (mono_image_get_property_info): Encode the default value of a property.
1315 Wed Feb 10 14:48:45 CET 2010 Paolo Molaro <lupus@ximian.com>
1317         * sgen-gc.c: introduced critical regions to allow some lockless
1318         operations and increase scalability.
1320 2010-02-10  Geoff Norton  <gnorton@novell.com>
1322         * reflection.c: Support building with DISABLE_REFLECTION
1324 2010-02-09 Gonzalo Paniagua Javier <gonzalo@novell.com>
1326         * threadpool.c: Fixes for SetMinThreads and SetMaxThreads.
1327         Closes bug #566057.
1329         * exception.c: fix typo in comment.
1331 2010-02-09  Rodrigo Kumpera  <rkumpera@novell.com>
1333         * icall.c (param_info_get_type_modifiers): Handle the case when the member object is a
1334         property. This happens which instances returned by PropertyInfo::GetIndexParameters ().
1336         * reflection.c (mono_reflection_get_custom_attrs_info): Ditto.
1338         * object-internals.h: Export mono_class_is_reflection_method_or_constructor as part of
1339         the internal API.
1341         Fixes #574434.
1343 2010-02-09  Mark Probst  <mark.probst@gmail.com>
1345         * threads.c: Removed two assertions that were too strict.  Added a
1346         clarifying comment.  Fixes #577090.
1348 2010-02-08  Zoltan Varga  <vargaz@gmail.com>
1350         * domain.c (mono_jit_info_table_find): Avoid looking in the root domain, since
1351         the caller has no way of knowing the domain which owns the returned MonoJitInfo.
1353         * appdomain.c (create_exceptions): Call mono_thread_push/popappdomain_ref ().
1355         * verify.c (mono_type_get_stack_name): Fix a warning.
1357 2010-02-07  Zoltan Varga  <vargaz@gmail.com>
1359         * marshal.c (mono_marshal_get_wrapper_info): Rename from
1360         mono_marshal_wrapper_info_from_wrapper.
1362         * marshal.c (mono_marshal_set_wrapper_info): Rename from
1363         mono_marshal_method_set_wrapper_data, and export.
1365         * boehm-gc.c sgen-gc.c null-gc.c: Get rid of mono_gc_get_allocator_type, store
1366         the allocator type in a AllocatorWrapperInfo structure instead, which is accesible
1367         by calling mono_marshal_get_wrapper_info ().
1369         * sgen-gc.c (mono_gc_get_managed_allocator): Add a specialized allocator for
1370         small objects which does no size checks.
1372 2010-02-05  Rodrigo Kumpera  <rkumpera@novell.com>
1374         * icall-def.h: Rename get_MetadataToken to GetMetadataToken.
1376 2010-02-04  Rodrigo Kumpera  <rkumpera@novell.com>
1378         * verify.c (mono_method_verify): Use the new basic block formation pass
1379         to avoid verifying dead basic blocks. This is the same behavior as the
1380         runtime MS verifier.
1382 2010-02-04  Rodrigo Kumpera  <rkumpera@novell.com>
1384         * mono-basic-block.c:
1385         * mono-basic-block.h: New implementation of a basic block formation pass.
1386         The formation pass does static liveness analysis as well to detect dead
1387         basic blocks.
1389 2010-02-04  Zoltan Varga  <vargaz@gmail.com>
1391         * marshal.c (mono_marshal_get_native_wrapper): Emit a null check for the
1392         'this' argument in icalls.
1394 2010-02-02  Zoltan Varga  <vargaz@gmail.com>
1396         * reflection.c (resolve_object): Handle MonoArrayMethod. Fixes #575955.
1398 2010-02-01  Mark Probst  <mark.probst@gmail.com>
1400         * object.c, domain.c: When using SGen, we must register
1401         vtable->type as a root if it's not a MonoType, because then it
1402         wasn't pin-alloced.
1404 2010-02-01  Mark Probst  <mark.probst@gmail.com>
1406         * sgen-gc.c: Reset to_space_bumper to to_space_section->next_data
1407         at the start of nursery collections, because we might have had
1408         degraded allocations which changed next_data.
1410 2010-01-30  Zoltan Varga  <vargaz@gmail.com>
1412         * marshal.c (mono_marshal_get_managed_wrapper): Avoid constructing the
1413         custom attr so this function works in cross-compiling mode.
1415 2010-01-29  Zoltan Varga  <vargaz@gmail.com>
1417         * class.c (make_generic_param_class): Initialize interface offsets since we
1418         set klass->inited. Fixes #574819.
1420 2010-01-28  Zoltan Varga  <vargaz@gmail.com>
1422         * domain.c (mono_domain_free): Send the END_UNLOAD profiler event before
1423         calling the JIT domain cleanup hook.
1425 2010-01-28  Rodrigo Kumpera  <rkumpera@novell.com>
1427         * pedump.c (main): Properly set the verifier mode when running the metadata
1428         verifier.
1430 2010-01-28  Rodrigo Kumpera  <rkumpera@novell.com>
1432         * verify.c (verify_class_for_overlapping_reference_fields): Properly verify
1433         overlapping fields now that we're called before has_references is set.
1435         * pedump.c (dump_verify_info): Clear any loader error before verifying another
1436         method. Otherwise all sort of weird stuff happens.
1438 2010-01-27  Zoltan Varga  <vargaz@gmail.com>
1440         * object.c (mono_field_get_value_object): Handle nullable types correctly.
1441         Fixes #572874.
1443 2010-01-25  Zoltan Varga  <vargaz@gmail.com>
1445         * icall.c (ves_icall_System_Array_SetValueImpl): Handle nullable types correctly.
1446         Fixes #573322.
1448 2010-01-23  Mark Probst  <mark.probst@gmail.com>
1450         * sgen-pinning.c (evacuate_pin_staging_area): Don't assume
1451         pin_staging_area_index is greater than 0.
1453 2010-01-22 Miguel de Icaza (miguel@novell.com)
1455         * loader.c: Since we do nothing with the error returned, pass NULL
1456         to ignore the error.
1458 2010-01-21  Rodrigo Kumpera  <rkumpera@novell.com>
1460         * reflection.c (typebuilder_setup_fields): Pretend field setup already
1461         happened before starting to encode the actual fields. This avoid ciclic
1462         dependencies and eventual crashes.
1464         Fixes #572660.
1466 2010-01-21  Mark Probst  <mark.probst@gmail.com>
1468         * sgen-gc.c, gc-internal.h, object.c: Make string allocation
1469         atomic and remove the half-constructed hack in SGen.
1471 2010-01-21  Rodrigo Kumpera  <rkumpera@novell.com>
1473         * metadata-verify.c (parse_generic_inst): Fail a type signature if it 
1474         has a recursive reference to itself.
1476         Fixes #571863.
1478 2010-01-21  Rodrigo Kumpera  <rkumpera@novell.com>
1480         * loader.c (mono_method_signature): Fix error message.
1482 2010-01-21  Mark Probst  <mark.probst@gmail.com>
1484         * sgen-gc.c: Reuse to-space sections between nursery collections.
1486 2010-01-20 Gonzalo Paniagua Javier <gonzalo@novell.com>
1488         * icall.c: don't raise AppDomain.TypeResolve when the type is loaded
1489         from the current assembly or mscorlib. Fixes bug #322957.
1491 2010-01-20  Zoltan Varga  <vargaz@gmail.com>
1493         * marshal.c: Calculate the target class of the delegete invoke wrappers using
1494         get_wrapper_target_class.
1496 2010-01-19  Mark Probst  <mark.probst@gmail.com>
1498         * sgen-gc.c: Fix warnings.
1500 2010-01-19  Rodrigo Kumpera  <rkumpera@novell.com>
1502         * verify.c (store_local): Better error message.
1504 2010-01-19  Rodrigo Kumpera  <rkumpera@novell.com>
1506         * object.c (mono_object_get_virtual_method): Handle generic interfaces with variant
1507         arguments.
1509 2010-01-19  Rodrigo Kumpera  <rkumpera@novell.com>
1511         * icall.c (ves_icall_Remoting_RemotingServices_GetVirtualMethod): This
1512         function is generics variance aware.
1514 2010-01-19  Sebastien Pouliot  <sebastien@ximian.com>
1516         * security-core-clr.c (mono_security_core_clr_can_access_internals):
1517         Handle the case where 'basedir' can be NULL (e.g. SRE assemblies)
1519 2010-01-19  Sylvain Dupont <duposyl@gmail.com>
1521         * cominterop.c marshal.c: Added support for marshalling in, in/byref,
1522           in/out, in/out/byref parameters of type SAFEARRAY[VARIANT].
1524         Code is contributed under MIT/X11 license.
1526 2010-01-19  Rodrigo Kumpera  <rkumpera@novell.com>
1528         * icall.c (ves_icall_MonoMethod_GetGenericMethodDefinition): Handle inflated generic methods
1529         on a GTD.
1531 2010-01-19  Zoltan Varga  <vargaz@gmail.com>
1533         * marshal.c (mono_marshal_wrapper_info_from_wrapper): New helper function to
1534         return a point to a wrapper specific info structure describing the wrapper.
1535         (mono_marshal_get_array_address): Store the rank+elem_size in the wrapper info.
1537 2010-01-18  Mark Probst  <mark.probst@gmail.com>
1539         * sgen-gc.c: Make minor collection section allowance adaptive,
1540         depending on the amount of memory reclaimed in the last major
1541         collection.  If more memory was reclaimed (i.e. more garbage
1542         produced), do the next collection earlier.
1544 2010-01-18  Rodrigo Kumpera  <rkumpera@novell.com>
1546         * metadata-verify.c (parse_type): Fail a type signature if it has a recursive reference
1547         to itself.
1549         * metadata-verify.c (mono_verifier_verify_typespec_signature): Change signature to take
1550         the token as parameter.
1552         * verify-internals.h: Ditto.
1554         * metadata.c (mono_type_create_from_typespec): Pass token to verifier.
1556         Fixes #571460.
1558 2010-01-18  Mark Probst  <mark.probst@gmail.com>
1560         * sgen-gc.c: Make store_remset_buffer_index long.
1562 2010-01-18  Rodrigo Kumpera  <rkumpera@novell.com>
1564         * class.c (mono_class_from_typeref): Fail loading of self-referencing typeref tokens.
1566         Fixes #569579.
1568 2010-01-18  Zoltan Varga  <vargaz@gmail.com>
1570         * sgen-gc.c (mono_gc_base_init): Add 'conservative_stack_mark' option to turn
1571         off precise marking if it is available.
1572         (mono_gc_get_bitmap_for_descr): Fix the handling of run length descriptors.
1574 2010-01-17  Zoltan Varga  <vargaz@gmail.com>
1576         * sgen-gc.c (mono_gc_conservatively_scan_area): Resurrect this.
1578         * sgen-pinning.c (evacuate_pin_staging_area): Don't assert if there are no
1579         pinned objects.
1581         * sgen-gc.c (create_allocator): Add the missing n > MONO_ARRAY_MAX_INDEX check
1582         to the array allocator.
1584 2010-01-16  Zoltan Varga  <vargaz@gmail.com>
1586         * generic-sharing.c (instantiate_other_info): Don't create ftnptr's from the
1587         result of mono_compile_method (), it already includes an ftnptr.
1589 2010-01-16  Zoltan Varga  <vargaz@gmail.com>
1591         * metadata.c (get_image_set): Remove an assert which can happen in normal use.
1593 2010-01-15  Zoltan Varga  <vargaz@gmail.com>
1595         * metadata.c (mono_metadata_str_hash): New helper function to compute a stable
1596         hash value which doesn't depend on glib/eglib versions.
1597         (mono_metadata_type_hash): Use it.
1599         * object.c (mono_method_get_imt_slot): Ditto.
1601 2010-01-14  Rodrigo Kumpera  <rkumpera@novell.com>
1603         * class.c (mono_type_has_exceptions): Check the generic instance. It can fail
1604         independently of the GTD.
1606         * class.c (mono_class_setup_fields): Fail if field has negative offset.
1608         * class.c (mono_class_setup_fields): Fail if valuetype has zero size. Add sizeof(MonoObject)
1609         to the upper limit since instance_size includes this amount.
1611         * class.c (mono_class_layout_fields): Check if the types of the static fields have failed.
1613         Fixes #569544.
1615 2010-01-14  Zoltan Varga  <vargaz@gmail.com>
1617         * object.c (build_imt_slots): Compute the vtable slot correctly for interfaces
1618         with static methods.
1620         * object.c (build_imt_slots): Avoid asserting when static methods are
1621         encountered in an interface.
1623 2010-01-13  Mark Probst  <mark.probst@gmail.com>
1625         * sgen-gc.c (to_space_expand): Fix assertion.
1627 Wed Jan 13 15:42:28 CET 2010 Paolo Molaro <lupus@ximian.com>
1629         * string-icalls.c: missing declaration fixes.
1630         * sgen-gc.c: portability fixes.
1632 2010-01-12  Rodrigo Kumpera  <rkumpera@novell.com>
1634         * class.c (mono_class_get_implemented_interfaces): Now take a MonoError argument.
1636         * class.c:
1637         * cominterop.c:
1638         * icall.c:
1639         * object.c: 
1640         * class-internals.h: Adjust for new signature of mono_class_get_implemented_interfaces.
1642 2010-01-12  Rodrigo Kumpera  <rkumpera@novell.com>
1644         * class.c (mono_class_setup_interfaces): Now take a MonoError argument and
1645         it can fail loading the type.
1647         * class.c: Add mono_class_inflate_generic_class_checked.
1649         * class.c:
1650         * verify.c:
1651         * class-internals.h: Adjust for new signature of mono_class_setup_interfaces.
1653 2010-01-11  Zoltan Varga  <vargaz@gmail.com>
1655         * loader.c (mono_method_signature_checked): New internal function taking an
1656         MonoError argument.
1658         * socket-io.c (AI_ADDRCONFIG): Applied patch from John Lightsey (jd@cpanel.net).
1659         Fixes build on rh 7.3.
1661 2010-01-10  Aaron Bockover  <abockover@novell.com>
1663         * assembly.c (mono_set_rootdir): Support finding the mono paths on OS X
1664         at runtime in the same way as on Windows, which yields a relocatable
1665         Mono. Uses dyld's _NSGetExecutablePath and realpath to resolve the path
1666         of the running mono process.
1668         On TARGET_ARM, fallback () will always be executed.
1670 2010-01-08  Rodrigo Kumpera  <rkumpera@novell.com>
1672         * icall.c (ves_icall_Type_GetInterfaceMapData): This function is generics variance aware.
1674 2010-01-08  Rodrigo Kumpera  <rkumpera@novell.com>
1676         * class.c (mono_class_is_assignable_from_slow): Support variant
1677         generic delegates.
1679         * class.c (mono_class_implement_interface_slow): Support types with
1680         variant generic arguments.
1682 2010-01-08  Rodrigo Kumpera  <rkumpera@novell.com>
1684         * verify.c: Remove some code duplication.
1686 2010-01-07  Rodrigo Kumpera  <rkumpera@novell.com>
1688         * object.c: Update docs.
1690 2010-01-07  Rodrigo Kumpera  <rkumpera@novell.com>
1692         * object.c (add_imt_builder_entry): Improve DEBUG_IMT spew.
1694         * object.c (build_imt_slots): Interfaces with variant generic arguments use the
1695         fallback trampoline as well.
1697         * class.c (mono_class_interface_offset_with_variance): Add new non_exact_match
1698         out argument that is set to TRUE if the match was direct. 
1700         * class.c (mono_class_is_assignable_from): Delegates require variance testing as well.
1702         * class-internal.h: Update prototype of mono_class_interface_offset_with_variance.
1704 2010-01-07  Rodrigo Kumpera  <rkumpera@novell.com>
1706         * class.c: Add mono_class_interface_offset_with_variance function that does same
1707         as mono_class_interface_offset but takes variance into account.
1709         * class-internal.h: Export mono_class_interface_offset_with_variance.
1711         * object.c: Fix and improve DEBUG_IMT. Added an assert for IMT thunk building.
1713 2010-01-07  Rodrigo Kumpera  <rkumpera@novell.com>
1715         * object.c:
1716         * icall.c:
1717         * class.c: Add some FIXME for due to variant generic arguments.
1719         object.c (mono_object_isinst_mbyref): Interfaces with variant generic arguments
1720         can't use the simple bitfield check, so call mono_class_is_assignable_from if
1721         the bitfield check fails.
1723 2010-01-07  Rodrigo Kumpera  <rkumpera@novell.com>
1725         * class.c (mono_class_is_assignable_from): Rework the generics variance code
1726         to be easier to read and fix bugs in the case a non generic type implements a variant
1727         interface.
1729         * class.c (mono_class_has_variant_generic_params): Make non static.
1731         * class-internals.h: Export mono_class_has_variant_generic_params as part of
1732         the private API.
1734 2010-01-07 Gonzalo Paniagua Javier <gonzalo@novell.com>
1736         * assembly.c: fix MONO_PATH debug output.
1738 2010-01-06  Atsushi Enomoto  <atsushi@ximian.com>
1740         * culture-info-table.h : regenerated.
1742 2010-01-04  Rodrigo Kumpera  <rkumpera@novell.com>
1744         * verify.c (mono_verifier_verify_class): Properly check for broken parent. Ignore
1745         types that are meant to not have a parent.
1747 2010-01-04  Zoltan Varga  <vargaz@gmail.com>
1749         * marshal.c (mono_marshal_get_runtime_invoke): Make a copy of the signature
1750         from the image mempool, so it is not leaked.
1752 2010-01-04  Zoltan Varga  <vargaz@gmail.com>
1754         * metadata-internals.h (_MonoImage): Remove unused generic_class_cache field.
1756 2010-01-04  Sebastien Pouliot  <sebastien@ximian.com>
1758         * verify.c (verify_valuetype_layout_with_target): Fix case
1759         that can lead to infinite recursion. Fix bug #567861
1761 2010-01-04  Rodrigo Kumpera  <rkumpera@novell.com>
1763         * pedump.c: Run code verifier even if image verification fails
1764         due to a failed type we. This allows more errors to be shown.
1766 2010-01-04  Rodrigo Kumpera  <rkumpera@novell.com>
1768         * class.c (count_virtual_methods): Remove the assert and now
1769         fail properly.
1770         
1771         * class.c (setup_interface_offsets): This can fail now.
1773         * class.c (mono_class_setup_vtable_general): Check for parent vtable
1774         errors. Check setup_interface_offsets errors.
1776         * class.c (setup_interface_offsets): Simplify the return error logic
1777         and remove class_init_ok.
1779         Fixes #560327.
1781 2010-01-04  Rodrigo Kumpera  <rkumpera@novell.com>
1783         * class.c (mono_class_init): Do class verification at the beginning. Add
1784         some asserts to avoid tripping into invalid memory.
1786         * object.c (compute_class_bitmap): Replace a g_assert_not_reached with a
1787         g_error and a decent message.
1789         * verify.c (mono_verifier_verify_class): Verify for invalid super type.
1791         Fixes #567548.
1793 2010-01-03  Zoltan Varga  <vargaz@gmail.com>
1795         * mempool-internals.h (g_list_prepend_mempool): Define this and related functions
1796         as inline functions instead of defining them in mempool.c.
1798         * metadata-internals.h (MonoImageSet): New structure representing a set of
1799         MonoImages, which own a collection of generic instances.
1801         * metadata.c: Get rid of the global generic caches, instead assign each generic
1802         instance to the image set which consists of all the images referenced by the
1803         instance. This greatly speeds up mono_metadata_clean_for_image (), and allows
1804         the memory used by generic instances to be allocated from a per image-set mempool
1805         later.
1807 2010-01-03  Zoltan Varga  <vargaz@gmail.com>
1809         * marshal.c (mono_marshal_get_runtime_invoke): Fix a memory leak.
1811 2010-01-03  Zoltan Varga  <vargaz@gmail.com>
1813         * appdomain.c (zero_static_data): Fix a warning.
1815         * locales.c (construct_culture_from_specific_name): Applied patch from
1816         José Antonio Sánchez Lázaro <jasl@darcysoft.es>. Fix a crash if a culture was
1817         not found. Fixes #567900.
1819 2009-12-31  Sebastien Pouliot  <sebastien@ximian.com>
1821         * loader.c (mono_method_get_signature_full): Remove two asserts.
1822         Return NULL instead so that the verifier can handle both cases 
1823         gracefully.
1825 2009-12-30  Rodrigo Kumpera  <rkumpera@novell.com>
1827         * class.c (mono_class_setup_methods): Use checked version of mono_class_inflate_generic_method_full
1828         so we can properly fail types instead of crashing.
1830         Fixes #567676.
1832 2009-12-30  Rodrigo Kumpera  <rkumpera@novell.com>
1834         * reflection.c (reflection_methodbuilder_to_mono_method): Assert in case of a broken
1835         generic method.
1837 2009-12-30  Rodrigo Kumpera  <rkumpera@novell.com>
1839         * marshal.c (mono_mb_emit_restore_result): Properly handle generic enums.
1841 2009-12-26  Zoltan Varga  <vargaz@gmail.com>
1843         * monitor.c (ves_icall_System_Threading_Monitor_Monitor_wait): Don't close the
1844         wait handle if the wait is interrupted, since it is still in mon->wait_list, and
1845         we can't remove it from it since we don't hold the lock.
1846         (mon_new): Free the orphaned events here when a mon structure is added to the
1847         freelist. Fixes #561239. Thanks to Mike Rieker <wmrieker@nii.net> for tracking
1848         this down.
1850 2009-12-26  Rodrigo Kumpera  <rkumpera@novell.com>
1852         * verify.c (init_stack_with_value_at_exception_boundary): Do stack overflow checking here
1853         as max stack might be zero.
1855         Fixes #562320.
1857 2009-12-26  Rodrigo Kumpera  <rkumpera@novell.com>
1859         Rework all uses of mono_class_setup_methods to accept that it can fail now.
1861         * class.c (mono_class_setup_methods): This function now can fail the class. Do so for generic
1862         instances if the GTD did.
1864         * class.c (mono_class_setup_properties): Ditto.
1866         * class.c (mono_class_setup_events): Ditto.
1868         * class.c (mono_class_setup_vtable): Fail early if the type is already broken.
1870         * class.c (mono_class_setup_vtable_general): Add a few more missing broken type checks. Sanitize
1871         error setting.
1873         * class.c (mono_class_init): Fail if GTD did.
1875         * cominterop.c:
1876         * generic-sharing.c:
1877         * icall.c:
1878         * loader.c:
1879         * object.c:
1880         * verify.c: Properly handle failure of mono_class_setup_methods.
1882 2009-12-26  Rodrigo Kumpera  <rkumpera@novell.com>
1884         * class-internals.c: Add mono_class_inflate_generic_method_full_checked and make
1885         mono_class_inflate_generic_method_full internal.
1887         * class.c (inflate_generic_context): Now takes a MonoError argument.
1889         * class.c (mono_class_inflate_generic_method_full): Now calls the _checked and abort on
1890         errors.
1892 2009-12-26  Zoltan Varga  <vargaz@gmail.com>
1894         * generic-sharing.c (instantiate_other_info): Avoid creating jump trampolines since
1895         they cannot be patched. Partly fixes #564408.
1897 2009-12-24  Mark Probst  <mark.probst@gmail.com>
1899         * metadata-internals.h, reflection.c: Use the
1900         MonoDynamicImage.handleref hash table only with unmanaged keys,
1901         and add a managed hash table handleref_managed for managed keys.
1903 2009-12-24  Mark Probst  <mark.probst@gmail.com>
1905         * sgen-gc.c: Unset to-space bumper between collections.  It might
1906         become invalid due to degraded allocations.
1908 2009-12-21  Rodrigo Kumpera  <rkumpera@novell.com>
1910         * loader.c (mono_method_get_signature_full): Check if the returned signature is compatible
1911         with the one from the original method.
1913         * metadata-verify.c (mono_verifier_is_sig_compatible): New function to verify signature
1914         compatibility.
1916         * verify-internals.h: Add new function to the internal API.
1918 2009-12-18  Dimitar Dobrev  <dpldobrev@yahoo.com>
1920         * culture-info-tables.h: regenerated it to include the Georgian culture.
1922 2009-12-18  Zoltan Varga  <vargaz@gmail.com>
1924         * sgen-gc.c: Include mono/utils/memcheck.h.
1926         * reflection.c (mono_reflection_get_type_internal_dynamic): Use assembly->domain
1927         instead of the current domain, since the two might not match if this is called
1928         from the debugger.
1930         * metadata-internals.h (MonoDynamicAssembly): Add a 'domain' field to specify the
1931         domain which created this assembly.
1933 2009-12-18  Zoltan Varga  <vargaz@gmail.com>
1935         * debug-helpers.c (dis_one): Avoid a glib assert on empty strings.
1937 2009-12-17  Mark Probst  <mark.probst@gmail.com>
1939         * sgen-gc.c: Managed implementation of the specialized generic
1940         store write barrier.
1942 2009-12-17  Rodrigo Kumpera  <rkumpera@novell.com>
1944         * icall.c (ves_icall_Type_GetMethodsByName): Don't pin virtual methods if they are newslot.
1945         A private virtual newslot method is used to implement an interface method without exposing
1946         it to users. When querying for public instance methods, such method would hide a public one
1947         on a parent type.
1949         Fixes #564379.
1951 2009-12-17  Zoltan Varga  <vargaz@gmail.com>
1953         * reflection.c (resolve_object): Fix the encoding of unmanaged calling
1954         conventions.
1956 2009-12-16  Rodrigo Kumpera  <rkumpera@novell.com>
1958         * reflection.c (mono_type_get_object): Guard against NULL generic param owner.
1960 2009-12-16  Rodrigo Kumpera  <rkumpera@novell.com>
1962         * class-internals.h (MonoDynamicGenericClass): Kill property and event related fields
1963         as they are no longer used.
1964         
1965          * metadata.c (free_generic_class_dependents): Remove reference to previous fields
1967         * reflection.c (mono_reflection_generic_class_initialize): Ditto.
1969 2009-12-16  Rodrigo Kumpera  <rkumpera@novell.com>
1971         * reflection.c (mono_type_get_object): If the type is VAR or MVAR check
1972         if the owner class has not been finished before returning reflection_info.      
1974         Fixes #565127.
1976 2009-12-16  Zoltan Varga  <vargaz@gmail.com>
1978         * reflection.c (mono_custom_attrs_from_param): Avoid a crash if a dynamic
1979         param doesn't have custom attributes. Fixes #565117.
1981         * class.c (mono_bounded_array_class_get): Make these classes PUBLIC. Fixes
1982         #565120.
1984 2009-12-15  Rodrigo Kumpera  <rkumpera@novell.com>
1986         * class.c (mono_class_setup_fields): Fail valuetypes that are bigger than 1Mb.
1988 2009-12-15  Rodrigo Kumpera  <rkumpera@novell.com>
1990         * pedump.c: Add partial-md mode that doesn't perform full metadata verification. It does the
1991         same amount done by a core-clr enabled runtime.
1993 2009-12-15  Marek Habersack  <mhabersack@novell.com>
1995         * appdomain.c (mono_make_shadow_copy): make sure access mode of
1996         the target files is reset to writable by owner and readable by
1997         everyone else to prevent problems when updating shadow copies of
1998         files whose source is read-only. Fixes bug #556884
2000 2009-12-15  Mark Probst  <mark.probst@gmail.com>
2002         * class.c (mono_generic_class_get_class): Allocate the generic
2003         class via malloc again, so that it can be freed when any one of
2004         the images of its constituent types is closed.
2006         * metadata.c: When closing an image, don't free generic insts and
2007         generic classes right away, but put them into a list for later
2008         freeing.
2010         * image.c, metadata-internals.h: Store the free list and in the
2011         second pass of closing an image, free it.
2013 2009-12-14  Rodrigo Kumpera  <rkumpera@novell.com>
2015         * reflection.c (mono_generic_class_get_object): Assert if this is ever called.
2017         * reflection.c (mono_reflection_register_with_runtime): Only register dynamic
2018         types in type_hash.
2020         * reflection.c (resolve_object): Call ensure_complete_type on the inflated field.
2022 2009-12-14  Rodrigo Kumpera  <rkumpera@novell.com>
2024         * reflection.c (mono_reflection_type_get_handle): Properly fail in case of a broken
2025         user type.
2027         * reflection.c (mono_reflection_register_with_runtime): Throws in case a bad user type
2028         is used.
2030 2009-12-14  Miguel de Icaza  <miguel@novell.com>
2032         * verify.c (mono_method_verify): The Unused opcodes produce an
2033         InvalidProgramException on .NET
2035 2009-12-14  Sebastien Pouliot  <sebastien@ximian.com>
2037         * loader.c (mono_method_get_header): Move assert after the verifier
2038         has been called on the method header.
2040 2009-12-12  Rodrigo Kumpera  <rkumpera@novell.com>
2042         * object-internals.h: Remove useless field from MonoReflectionGenericClass.
2044         * appdomain.c: Bump corlib version.
2046 2009-12-12  Rodrigo Kumpera  <rkumpera@novell.com>
2048         To properly support user types, MonoGenericClass has to be used for regular, non SRE,
2049         types as well since otherwise generic instances would not return UT as arguments but
2050         their undelying system type.
2052         * object-internals.h: Change field types of MonoGenericClass and *OnTypeBuilderInst
2053         to reflect the fact that they can have now multiple different types.
2055         * reflection.c (mono_image_get_field_on_inst_token): Handle MonoField.
2057         * reflection.c (mono_image_get_ctor_on_inst_token): Handle MonoCMethod.
2059         * reflection.c (mono_image_get_method_on_inst_token): Handle MonoMethod.
2061         * reflection.c (mono_reflection_register_with_runtime): Init super types
2062         if the image is not dynamic.
2064         * reflection.c (mono_reflection_bind_generic_parameters): In case of a MonoGenericClass,
2065         check if the generic type definition is a TypeBuilder.
2067         * reflection.c (mono_reflection_generic_class_initialize): If the generic type definition
2068         doesn't belong to a dynamic image, skip initialization.
2070         * reflection.c (resolve_object): Properly handle *OnTypeBuilderInst types where their
2071         base definition is not a dynamic type.
2073 2009-12-11  Marek Habersack  <mhabersack@novell.com>
2075         * object.c (mono_ldstr, mono_ldstr_metadata_sig): added calls to
2076         mono_profiler_string_allocation
2078         * string-icalls.c (ves_icall_System_String_InternalAllocateStr):
2079         if string profiling is enabled, call
2080         mono_profiler_string_allocation
2082         * profiler.h: added two MonoProfileFlags -
2083         MONO_PROFILE_IOMAP_EVENTS and MONO_PROFILE_STRING_ALLOC as well as
2084         installation functions for the hooks below.
2086         * profiler-private.h, profiler.c: added two hooks:
2087         mono_profiler_string_allocation called whenever a string is
2088         allocated by InternalAllocateStr and mono_profiler_iomap called
2089         whenever IOMAP code performs an adjustement on a file path.
2091 Fri Dec 11 18:24:04 CET 2009 Paolo Molaro <lupus@ximian.com>
2093         * boehm-gc.c: fixed race condition while getting the target of a
2094         disappearing link (bug #522233).
2096 2009-12-10  Rodrigo Kumpera  <rkumpera@novell.com>
2098         * class.c (mono_type_get_full): Produce warning instead of simply swallowing
2099         the error.
2101 2009-12-10  Rodrigo Kumpera  <rkumpera@novell.com>
2103         * reflection.c: Add mono_reflection_register_with_runtime icall to
2104         allow a MonoGenericClass to register itself as the managed mirror of
2105         a given generic instance.
2106         This is a temporary workaround until all MGC instantiation happens in
2107         managed code.
2109         * object-internals.h: Ditto.
2111         * icall-def.h: Ditto.
2113 2009-12-10  Mark Probst  <mark.probst@gmail.com>
2115         * sgen-gc.c (find_in_remsets): Also search the generic store
2116         remsets.
2118 2009-12-10  Mark Probst  <mark.probst@gmail.com>
2120         * sgen-gc.c: Don't access class names in debugging code when
2121         unloading a domain, because they might not be valid anymore.
2123 2009-12-10  Mark Probst  <mark.probst@gmail.com>
2125         * domain.c, domain-internals.h: New function mono_domain_unset().
2127         * appdomain.c (unload_thread_main): Detach the thread again at the
2128         end.
2130         * threads.c: When a thread exists or is detached, unset its domain
2131         so that it's NULL when, for example, a pthread destructor runs.
2133         * sgen-gc.c: Assert that there is no domain set after a thread is
2134         done.
2136 2009-12-10  Mark Probst  <mark.probst@gmail.com>
2138         * class.c (mono_generic_class_get_class),
2139         metadata.c (free_generic_class): Allocate generic MonoClass's from
2140         the image mempool, not via malloc.  The problem with malloc is
2141         that when unloading a domain those classes are freed before
2142         clearing the heap and SGen needs the classes.  Rewriting the
2143         unloading code to do the free later would be more work and there's
2144         no point in using malloc anyway.
2146 2009-12-09  Sebastien Pouliot  <sebastien@ximian.com>
2148         * loader.c (mono_method_signature): Always call mono_loader_unlock 
2149         before returning.
2151 2009-12-09  Rodrigo Kumpera  <rkumpera@novell.com>
2153         * metadata-verify.c: Add mono_verifier_verify_string_signature to check
2154         user string blobs.
2156         * verify-internals.h: Add new function to the internal API.
2158         * verify.c (do_ldstr): Call into mono_verifier_verify_string_signature to
2159         check if it's a valid string.
2161         * object.c (mono_ldstr): Ditto.
2163         Fixes #561943.
2165 2009-12-09  Rodrigo Kumpera  <rkumpera@novell.com>
2167         * icall.c (ves_icall_GetCurrentMethod): Drop all generic arguments
2168         from a method before returning it. This is the expected behavior.
2170 2009-12-08  Rodrigo Kumpera  <rkumpera@novell.com>
2172         * reflection.c (inflate_method): Handle the case of a regular system type.
2174 2009-12-08  Mark Probst  <mark.probst@gmail.com>
2176         * sgen-gc.c, sgen-pinning-stats.c, sgen-gray.c: More statistics
2177         gathering code.
2179         * mempool.c, mempool-internals.h: New function
2180         mono_mempool_get_bytes_allocated().
2182         * Makefile.am: sgen-pinning-stats.c added.
2184 2009-12-08  Mark Probst  <mark.probst@gmail.com>
2186         * sgen-gc.c (create_allocator): Only use the fast path if the
2187         object size is within the small object size limit.
2189 2009-12-07  Mark Probst  <mark.probst@gmail.com>
2191         * sgen-gc.c: Make sure section->data is aligned to 8 bytes by
2192         possibly adding padding to sizeof (GCMemSection).
2194 2009-12-07  Mark Probst  <mark.probst@gmail.com>
2196         * sgen-gc.c (mono_gc_wbarrier_nostore): Skip the remset if the
2197         reference is not in the nursery.
2199 2009-12-07  Rodrigo Kumpera  <rkumpera@novell.com>
2201         * class.c (mono_class_from_typeref): Bounds check idx against the 
2202         assemblyref table.
2204 2009-12-07  Mark Probst  <mark.probst@gmail.com>
2206         * sgen-gc.c, sgen-pinning.c: When pinning, make only one pass
2207         through the potential roots, then sort the results and find the
2208         pinned objects from there.
2210         * Makefile.am: sgen-pinning.c added.
2212 2009-12-07  Mark Probst  <mark.probst@gmail.com>
2214         * sgen-gc.c: Record generic stores in specialized remset buffers.
2216 2009-12-06  Mark Probst  <mark.probst@gmail.com>
2218         * sgen-gc.c: Make pinned chunks the same size as major heap
2219         sections, and align them as well, so that we can check whether an
2220         object is in a pinned chunk or a major section in constant time.
2222 2009-12-06  Mark Probst  <mark.probst@gmail.com>
2224         * sgen-gc.c (build_nursery_fragments): Don't leak fragments.
2226 2009-12-06  Mark Probst  <mark.probst@gmail.com>
2228         * sgen-gc.c: Make all major heap sections the same size (currently
2229         128k) and allocate them on aligned addresses.  Small heap sections
2230         give us better granularity with pinned objects - we can free up
2231         much more memory.
2233 2009-12-06  Mark Probst  <mark.probst@gmail.com>
2235         * string-icalls.c (ves_icall_System_String_GetLOSLimit): Debug
2236         output removed.
2238 2009-12-05  Zoltan Varga  <vargaz@gmail.com>
2240         Applied patch from Laurent Etiemble (laurent.etiemble@gmail.com).
2242         * mono/metadata/assembly.c: When opening an assembly image, pass the real
2243         names in addition to the runtime generated one.
2245         * mono/metadata/image.h: Add a function to take the real name of the assembly
2246         image.
2248         * mono/metadata/image.c: If a real name has been passed to load an assembly,
2249         use it instead of the runtime generated one.
2251         Code is contributed under MIT/X11 license.
2253 2009-12-05  Zoltan Varga  <vargaz@gmail.com>
2255         * marshal.c (emit_marshal_vtype): Do the klass == date_time_class checks
2256         before the other checks to prevent problems if the DateTime class is blittable.
2257         Hopefully fixes #559600.
2259 2009-12-05  Mark Probst  <mark.probst@gmail.com>
2261         * string-icalls.c, string-icalls.h, icall-def.h: New icall that
2262         returns the largest string length that will not be put into the
2263         LOS.
2265         * sgen-gc.c, gc-internal.h: New function that returns the largest
2266         object size that will not be put into the LOS.
2268         * appdomain.c: Bump corlib version.
2270 2009-12-05  Zoltan Varga  <vargaz@gmail.com>
2272         * class-internals.h: Add MONO_RGCTX_INFO_METHOD_DELEGATE_CODE.
2274         * generic-sharing.c: Handle MONO_RGCTX_INFO_METHOD_DELEGATE_CODE.
2276 2009-12-04  Rodrigo Kumpera  <rkumpera@novell.com>
2278         * reflection.c (inflate_method): Fix signature.
2280         * object-internals.h (MonoReflectionMethodOnTypeBuilderInst): Reflect change
2281         in managed code.
2283 2009-12-04  Rodrigo Kumpera  <rkumpera@novell.com>
2285         * reflection.c (inflate_method): Make this method work with TypeBuilder as well.
2287 2009-12-03  Mark Probst  <mark.probst@gmail.com>
2289         * sgen-gc.c: Abstract to-space handling.
2291 2009-12-03  Rodrigo Kumpera  <rkumpera@novell.com>
2293         * loader.c (find_method_in_class): Ignore methods with broken signatures.
2295         Fixes #559906.
2297 2009-12-03  Mark Probst  <mark.probst@gmail.com>
2299         * sgen-gc.c: Only add references from outside the nursery to
2300         within the nursery to the global remset list.
2302 2009-12-03  Mark Probst  <mark.probst@gmail.com>
2304         * appdomain.c (create_exceptions): Set the domain temporarily if
2305         necessary to avoid cross-domain references.
2307 2009-12-02  Rodrigo Kumpera  <rkumpera@novell.com>
2309         * verify.c (get_stack_type): Return that the type is invalid instead of
2310         asserting.
2312         * verify.c (mono_method_verify): Verify that all locals and arguments
2313         have valid stack types.
2315         Fixes #559913.
2317 2009-12-02  Rodrigo Kumpera  <rkumpera@novell.com>
2319         * verify.c (mono_method_verify): Bounds check the filter offset. Make all
2320         bounds checking overflow aware.
2322         Fixes #559910.
2324 2009-12-02  Rodrigo Kumpera  <rkumpera@novell.com>
2326         * verify.c (do_invoke_method): Check for invalid method signatures.
2328         Fixes #553450.
2330 2009-12-02  Jb Evain  <jbevain@novell.com>
2332         * appdomain.c (MONO_CORLIB_VERSION): bump.
2333         * icall-def.h (get_base_definition): renamed to get_base_method
2334         and add a boolean argument indicating we want the original
2335         method definition, or the immediate base method.
2336         * icall.c: apply the get_base_definition to get_base_method change.
2338 2009-12-02  Rodrigo Kumpera  <rkumpera@novell.com>
2340         * class.c (mono_class_setup_fields): Fail an enum without an instance field.
2342         Fixes #558042.
2344 Wed Dec 2 16:35:49 CET 2009 Paolo Molaro <lupus@ximian.com>
2346         * class.c: remove asserts for invalid type token in
2347         mono_class_name_from_token(), mono_assembly_name_from_token() and
2348         mono_class_create_from_typedef () (fixes bug #553318).
2350 Wed Dec 2 15:48:19 CET 2009 Paolo Molaro <lupus@ximian.com>
2352         * metadata.c, class.c, loader.c: remove assert after bsearch() for
2353         incorrect assemblies (bug #553322).
2355 2009-12-02  Rodrigo Kumpera  <rkumpera@novell.com>
2357         * metadata.c (mono_metadata_inflate_generic_inst): Add MonoError parameter.
2359         * metadata-internals.h: Change signature of mono_metadata_inflate_generic_inst. 
2361         * class.c (inflate_generic_type): Use new version of mono_metadata_inflate_generic_inst.
2363         * class.c (inflate_generic_context): Ditto.
2365         * loader.c (method_from_methodspec): Ditto.
2367         Fixes #558230.
2369 2009-12-02  Rodrigo Kumpera  <rkumpera@novell.com>
2371         * class.c (mono_type_retrieve_from_typespec): Use MonoError machinery to report errors.
2373         * class.c (mono_class_create_from_typespec): Ditto.
2375         * class.c (mono_class_get_full): Fix for change on the above 2 functions.
2377         * class.c (mono_type_get_full): Fix for change on the above 2 functions.
2379         Fixes #558184.
2381 2009-12-02  Rodrigo Kumpera  <rkumpera@novell.com>
2383         * verify.c (mono_class_has_default_constructor): Check fror broken signatures.
2385         * verify.c (verify_delegate_compatibility): Ditto.
2387         * verify.c (do_newobj): Ditto.
2389         Fixes #558046.
2391 2009-12-02  Mark Probst  <mark.probst@gmail.com>
2393         * sgen-gc.c: Use a gray queue instead of requiring that gray
2394         objects are in a contiguous region.
2396         * sgen-gray.c: The gray queue implementation.
2398         * Makefile.am: sgen-gray.c added.
2400 2009-12-02  Mark Probst  <mark.probst@gmail.com>
2402         * appdomain.c: When unloading a domain, zero its static data and
2403         perform a minor collection when using SGen.  That will get rid of
2404         all the remsets pointing into that domain's static data.
2406         * sgen-gc.c: Allow remsets into static data.  By doing this we
2407         need less checks so we're more efficient.
2409 2009-12-01  Rodrigo Kumpera  <rkumpera@novell.com>
2411         * verify.c (mono_method_verify): Check for catch clauses with broken
2412         types.
2414         Fixes #558465.
2416 2009-12-01  Jb Evain  <jbevain@novell.com>
2418         * class.c (make_generic_param_class): set the namespace of
2419         the generic parameter class from its owner, if available.
2421 2009-12-01  Rodrigo Kumpera  <rkumpera@novell.com>
2423         * verify.c (code_bounds_check): Do proper overflow checking.
2425         * verify.c (mono_method_verify): The number of switch entries is
2426         an unsigned int. Properly bounds check it.
2428         Fixes #558594.
2430 2009-12-01  Rodrigo Kumpera  <rkumpera@novell.com>
2432         * metadata.c: Kill mono_metadata_get_param_attrs_checked. Add
2433         mono_metadata_method_has_param_attrs which only checks if a given param
2434         list has a non zero flags entry.
2436         * metadata.c (mono_metadata_get_param_attrs): Add param_count parameter
2437         to inform how many params should we expect to decode.
2439         * loader.c (mono_method_signature): Use mono_metadata_method_has_param_attrs
2440         as it's faster than mono_metadata_get_param_attrs.
2442         * metadata-internals.h: Fix mono_metadata_get_param_attrs signature and
2443         add mono_metadata_method_has_param_attrs.
2445 2009-12-01  Rodrigo Kumpera  <rkumpera@novell.com>
2447         * class.c (mono_class_setup_vtable_general): Check for mono_method_get_vtable_slot
2448         failures.
2450         * class.c (mono_method_get_vtable_slot): Don't assert if the computed method slot
2451         is -1 but its class is broken.
2453         Fixes #558522.
2455 2009-12-01  Rodrigo Kumpera  <rkumpera@novell.com>
2457         * metadata.c: Introduce mono_metadata_get_param_attrs_checked which checks
2458         for parameter overflow.
2460         * metadata.c (mono_metadata_parse_method_signature_full): Use checked version
2461         of mono_metadata_get_param_attrs.
2463         * metadata-internals.h: Add mono_metadata_get_param_attrs_checked to the internal
2464         API.
2466         * loader.c (mono_method_signature): Use checked version of mono_metadata_get_param_attrs.
2468 2009-12-01  Rodrigo Kumpera  <rkumpera@novell.com>
2470         * class.c (mono_class_setup_fields): Check for fields with broken types.
2472         Fixes #558741.
2474 2009-11-28  Rodrigo Kumpera  <rkumpera@novell.com>
2476         * reflection.c (ensure_generic_class_runtime_vtable): Split this function in 2
2477         so we can avoid calling ensure_runtime_vtable multiple times for the GTD during
2478         its TypeBuilder::CreateType ().
2480         * reflection.c (ensure_generic_class_runtime_vtable): Avoid initializing interfaces
2481         if not needed.
2483         * reflection.c: Every time we change the interface array, set interfaces_packed to NULL
2484         to make setup_interface_offsets happy.
2486         * reflection.c (remove_instantiations_of_and_ensure_contents): Fix instances again as corlib
2487         compilation now works.
2489 2009-11-28  Zoltan Varga  <vargaz@gmail.com>
2491         * appdomain.c (create_exceptions): New helper function extracted from
2492         mono_runtime_init () to precreate objects used during exception handling.
2493         (mono_runtime_init): Call it.
2494         (mono_domain_create_appdomain_internal): Ditto. Fixes #555264.
2496 2009-11-27  Rodrigo Kumpera  <rkumpera@novell.com>
2498         * reflection.c (remove_instantiations_of_and_ensure_contents): Temp hack to fix corlib
2499         compilation until the proper one is found.
2501 2009-11-27  Zoltan Varga  <vargaz@gmail.com>
2503         * class.c (mono_class_setup_vtable_general): Cache the result of
2504         get_virtual_methods () since it can be slow because of the metadata
2505         optimization.
2507         * metadata-internals.h (_MonoImage): Change 'method_cache' to a GHashTable
2508         from a MonoValueHashTable for now, since the later is based on an earlier
2509         version of hpj's internal probing code and seems to have serious collision
2510         issues.
2512         * loader.c (mono_get_method_full): Update after the change above.
2514 2009-11-26  Zoltan Varga  <vargaz@gmail.com>
2516         * class-internals.h (MonoCachedClassInfo): Add 'is_generic_container' field.
2518 2009-11-26  Rodrigo Kumpera  <rkumpera@novell.com>
2520         * reflection.c (get_field_on_inst_generic_type): Try to fallback using the field from
2521         the GTD instead of the DGC instead of crashing.
2523         * reflection.c (ensure_generic_class_runtime_vtable): Only reinflate stuff that is
2524         required. Inflate fields if needed.
2526         * reflection.c (remove_instantiations_of): Ensure generic instances are properly
2527         finished. Renamed.
2529 2009-11-26  Rodrigo Kumpera  <rkumpera@novell.com>
2531         * class.c (check_interface_method_override): Check for NULL signatures and fail
2532         the type.
2534         * debug-helpers.c (mono_signature_get_desc): Return a fixed string for NULL signatures.
2536         Fixes #553428.
2538 2009-11-26  Zoltan Varga  <vargaz@gmail.com>
2540         * class.c (mono_class_get_virtual_methods): Call decode_row_col to obtain
2541         the MONO_METHOD_FLAGS column instead of decoding the whole row.
2543 2009-11-25  Rodrigo Kumpera  <rkumpera@novell.com>
2545         * loader.c (field_from_memberref): Resolve the class first then the field
2546         signature. Remove a lot of duplicated code and make sure we don't pass valid
2547         values to mono_loader_set_error_field_load.
2549         Fixes #553306.
2551 2009-11-25  Rodrigo Kumpera  <rkumpera@novell.com>
2553         * class.c (inflate_generic_type): Change code to use new signature of
2554         mono_error_set_bad_image.
2556         Fixes #558124.
2558 2009-11-25  Sebastien Pouliot  <sebastien@ximian.com> 
2560         * verify.c (mono_method_verify): Don't free ctx.params items if 
2561         we aborted while inflating the ctx.locals. Complete previous fix
2563 2009-11-25  Sebastien Pouliot  <sebastien@ximian.com>
2565         * verify.c (mono_method_verify): Use the uninflated type name, 
2566         when the inflated is null, to report errors. Also take care when
2567         freeing, not to free everything since, in case of an error, some
2568         stuff would be copies (i.e. not allocated by the function itself)
2569         Fix bug #558145
2571 2009-11-24  Rodrigo Kumpera  <rkumpera@novell.com>
2573         * verify.c (stack_push, stack_pop, stack_pop_safe): Assert if we underflow
2574         or overflow. The caller must have done this check explicitly. This guard us
2575         from accessing invalid memory.
2577         * verify.c (do_push_static_field): Check for stack overflow.
2579         Fixes #553333.
2581 2009-11-24  Rodrigo Kumpera  <rkumpera@novell.com>
2583         * loader.c (find_method_in_class): Don't crash if the signature cannot
2584         be resolved.
2586         * metadata.c (mono_metadata_parse_generic_param): Return NULL instead
2587         of asserting for the case of invalid params.
2589         Fixes #553304.
2591 2009-11-24  Sebastien Pouliot  <sebastien@ximian.com>
2593         * image.c (mono_image_load_module): Fix crash when a bad assembly
2594         has no module at all (fix bug #553412) and also replace the 
2595         g_assert with a return NULL (documented return value for failure)
2597 2009-11-23  Zoltan Varga  <vargaz@gmail.com>
2599         * debug-helpers.c (mono_type_get_desc): Handle typedbyref.
2601 2009-11-23  Miguel de Icaza  <miguel@novell.com>
2603         * file-io.c: Change FindFirst/FindNext/FindClose API to return the
2604         file attribute to managed code and avoid doing the mask/attribute
2605         checks here. 
2607 2009-11-22  Miguel de Icaza  <miguel@novell.com>
2609         * file-io.c: Surface a smart FindFirst/FindNext/FindClose API to
2610         the managed world.
2612         * icall-def.h: New entry points.
2613         
2614 2009-11-19  Mark Probst  <mark.probst@gmail.com>
2616         * process.c: Don't put references to managed objects into a
2617         g_ptr_array.
2619 2009-11-18  Sebastien Pouliot  <sebastien@ximian.com>
2621         * class.c (can_access_internals): Allow CoreCLR to participate in
2622         allowing (or not) [InternalsVisibleTo] between assemblies.
2623         * security-core-clr.c|h: Make sure that only trusted code (a 
2624         superset of platform code) can access the internals of platform
2625         code.
2627 Mon Nov 16 16:28:11 CET 2009 Paolo Molaro <lupus@ximian.com>
2629         * reflection.c: use the correct base class to get the virtual method
2630         "get_UnderlyingSystemType" and speed up the icall. Fixes bug #555013.
2632 2009-11-16  Sebastien Pouliot  <sebastien@ximian.com>
2634         * security-core-clr.c (get_caller_no_reflection_related): 
2635         [Mono]Type.InvokeMember is outside System.Reflection[.Emit] but
2636         it's still reflection and must be filtered correctly.
2638 2009-11-16  Mark Probst  <mark.probst@gmail.com>
2640         * object.c (compute_class_bitmap): Fix for large bitmaps.
2642 2009-11-15  Zoltan Varga  <vargaz@gmail.com>
2644         (mono_gc_get_suspend_signal): Fix the build with a system libgc.
2646         * boehm-gc.c (mono_gc_base_init): Applied patch from DKoushik K. Dutta (
2647         koush@koushikdutta.com). Disable GC_no_dls on android.
2649 2009-11-12  Mark Probst  <mark.probst@gmail.com>
2651         * sgen-gc.c (find_tlab_next_from_address): Handle the case where
2652         tlab_next points outside the TLAB because the allocator was
2653         interrupted.
2655 2009-11-09  Rodrigo Kumpera  <rkumpera@novell.com>
2657         * reflection.c (mono_image_module_basic_init): Handle exceptions correctly.
2659 2009-11-09  Rodrigo Kumpera  <rkumpera@novell.com>
2661         * object-internals.h: Change signature for mono_string_to_utf8_image.
2663         * object.c (mono_string_to_utf8_image): Change signature to take a MonoError
2664         argument.
2666         * reflection.c: Take care of mono_string_to_utf8_image change and avoid raising
2667         exceptions due to mono_string_to_utf8.
2669 2009-11-09  Rodrigo Kumpera  <rkumpera@novell.com>
2671         * object-internals.h: Change signature for mono_string_to_utf8_mp.
2673         * object.c (mono_remote_class): Make sure all resources are released before
2674         raising an exception.
2676         * object.c (mono_print_unhandled_exception): Avoid raising an exception.
2678 2009-11-09  Rodrigo Kumpera  <rkumpera@novell.com>
2680         * mono-perfcounters.c (network_get_impl): Change variable initialization
2681         ordering to fix potential memory leak in case of exceptions.
2683         * mono-perfcounters.c (mono_perfcounter_create): Properly handle badly
2684         encoded strings.
2685         
2686 2009-11-09  Rodrigo Kumpera  <rkumpera@novell.com>
2688         * file-io.c (ves_icall_System_IO_MonoIO_GetFileSystemEntries): Change
2689         variable initialization ordering to fix potential memory leak in case
2690         of exceptions.
2692 2009-11-09  Zoltan Varga  <vargaz@gmail.com>
2694         * icall.c (mono_ArgIterator_Setup): Remove the MONO_ARCH_REGPARMS stuff, its not
2695         needed.
2697 2009-11-07  Rodrigo Kumpera  <rkumpera@novell.com>
2699         * appdomain.c: Fix shadow path code to better deal with exceptions.
2701 2009-11-07  Rodrigo Kumpera  <rkumpera@novell.com>
2703         * appdomain.c: Use checked version of mono_string_to_utf8 to avoid raising an
2704         exception in the middle of the runtime code.
2706 2009-11-07  Rodrigo Kumpera  <rkumpera@novell.com>
2708         * icall.c (ves_icall_System_Environment_InternalSetEnvironmentVariable): Don't
2709         leak memory with broken envvar value.
2711 2009-11-06  Mark Probst  <mark.probst@gmail.com>
2713         * reflection.c (mono_reflection_setup_internal_class): Because
2714         nested classes are not added to the name cache, we must put them
2715         in the reflection_info_unregister_classes list.
2717 2009-11-05  Sebastien Pouliot  <sebastien@ximian.com>
2719         * class.c: When CoreCLR is enabled don't call mono_init_com_types
2720         if MONO_CLASS_IS_IMPORT return true unless the type reside in 
2721         platform (trusted) code. Instead we return a TypeLoadException to
2722         be thrown later. This is the exception thrown by Silverlight 2 if
2723         a type, inside application (user) code is marked with [ComImport]
2725 2009-11-05  Zoltan Varga  <vargaz@gmail.com>
2727         * icall.c (ves_icall_System_Diagnostics_Debugger_IsAttached_internal): Call
2728         mono_is_debugger_attached () too.
2730         * mono-debug.c (mono_is_debugger_attached): New helper function.
2731         (mono_set_is_debugger_attached): Ditto.
2733 2009-11-05  Rodrigo Kumpera  <rkumpera@novell.com>
2735         * object-internals.h: Add mono_string_to_utf8_checked.
2737         * object.c: Implement mono_string_to_utf8_checked.
2739 2009-11-05  Rodrigo Kumpera  <rkumpera@novell.com>
2741         * class.c: Add missing check for load errors after every
2742         call to mono_class_setup_fields
2744         Fixes #552282.
2746 2009-11-05  Rodrigo Kumpera  <rkumpera@novell.com>
2748         metadata-verify.c (verify_tables_schema): Fix the error message.
2750 2009-11-05  Rodrigo Kumpera  <rkumpera@novell.com>
2752         * metadata.c: Change event table schema to use TDOR for event type
2753         as this is what it's meant to be.
2755         * metadata.c (mono_metadata_compute_size): Change MONO_TABLE_ASSEMBLYPROCESSOR
2756         to MONO_TABLE_ASSEMBLYREFPROCESSOR, which is table that has a MONO_MT_TABLE_IDX
2757         entry.
2759         * metadata.c (mono_metadata_compute_size): Trim MT_TABLE_IDX of code that no
2760         longer makes sense: remove MONO_TABLE_EVENT and remove checks for non-existent
2761         rows in MONO_TABLE_GENERICPARAM.
2763         Fixes #552289.
2765 2009-11-05  Rodrigo Kumpera  <rkumpera@novell.com>
2767         * class.c (mono_image_add_to_name_cache): Assert on duplicate
2768         insertion.
2770         * reflection.c (mono_reflection_setup_internal_class): Avoid
2771         registering a gc root the same MonoClass multiple times.
2772         Don't register nested types on the global scope as they should
2773         not be available there.
2775 2009-11-05  Rolf Bjarne Kvinge  <RKvinge@novell.com>
2777         * culture-info-tables.h: regenerated.
2779 2009-11-04 Gonzalo Paniagua Javier <gonzalo@novell.com>
2781         * debug-helpers.c: avoid g_strdup() in mono_type_full_name().
2783 2009-11-04  Sebastien Pouliot  <sebastien@ximian.com>
2785         * string-icalls.c|h: Remove string internal calls that are not 
2786         used anymore by the class libraries.
2787         * icall.c: Remove System_Reflection_FieldInfo_internal_from_handle
2788         which is not used in the class librairies.
2789         * icall-def.h: Update tables.
2791 2009-11-04  Rodrigo Kumpera  <rkumpera@novell.com>
2793         * class.h: Move mono_class_inflate_generic_type_checked...
2795         * class-internals.h: to here and make it internal. We don't want to
2796         further expose MonoGenericContext. 
2798 2009-11-04  Rodrigo Kumpera  <rkumpera@novell.com>
2800         * verify.c (mono_method_verify): Improve error message.
2802 2009-11-04  Rodrigo Kumpera  <rkumpera@novell.com>
2804         * reflection.c (fieldref_encode_signature): If field_image is NULL then
2805         the token is already properly encoded. Fixs 4.0 build.
2807 2009-11-04  Rolf Bjarne Kvinge  <RKvinge@novell.com>
2809         * locales.c (construct_number_format): Check if the number index is
2810         valid before trying to use it, if not, just return.
2811         
2812 2009-11-04  Zoltan Varga  <vargaz@gmail.com>
2814         * marshal.c (mono_marshal_get_runtime_invoke): Don't reset abort exceptions,
2815         since that loses the abort state. Fixes #539394.
2817 2009-11-03  Zoltan Varga  <vargaz@gmail.com>
2819         * marshal.c (mono_marshal_get_native_wrapper): For icall wrappers, add an
2820         explicit this argument to the call signature.
2821         (mono_marshal_get_icall_wrapper): Ditto.
2823 2009-11-03  Rodrigo Kumpera  <rkumpera@novell.com>
2825         * reflection.c (fieldref_encode_signature): Add new field_image parameter
2826         to indicate which assembly to use when resolving a custom-mod.
2828         Fixes handling of volatile fields used across assemblies as reported in #551513.
2830 2009-11-03  Rodrigo Kumpera  <rkumpera@novell.com>
2832         * loader.c: Improve error messages.
2834 2009-11-03  Rodrigo Kumpera  <rkumpera@novell.com>
2836         * class.c (mono_class_setup_methods): Only give a slot for virtual methods
2837         of interfaces. Fixes IKVM.
2839         * class.c (mono_class_setup_vtable_general): Improve debug spew.
2841 2009-11-03  Rodrigo Kumpera  <rkumpera@novell.com>
2843         * verify.c (verifier_inflate_type): Return the inflated type on success.
2845 2009-11-02  Zoltan Varga  <vargaz@gmail.com>
2847         * debug-mono-symfile.c (check_line): Fix the handling of IL offset 0.
2849         * threads.c (mono_thread_attach): Call the profiler thread start callback.
2851         * object-internals.h (_MonoThreadInternal): Add a 'flags' field.
2853         * threads.c (build_wait_tids): Ignore threads which have the DONT_MANAGE
2854         flag set.
2856         * profiler.c: Add new profiler callbacks for runtime invoke.
2858         * object.c (mono_runtime_invoke): Call the runtime invoke callbacks.
2860 2009-11-01  Mark Probst  <mark.probst@gmail.com>
2862         * sgen-gc.c: Keep track of the reason for a major collection and
2863         write it to the heap-dump file.
2865 2009-10-31  Miguel de Icaza  <miguel@novell.com>
2867         * threads.c: refactor the code that initializes the
2868         thread_start_args into a reusable function and use this in the two
2869         methods that start up threads.
2871 2009-10-31  Zoltan Varga  <vargaz@gmail.com>
2873         * appdomain.c (mono_domain_try_unload): Applied patch from Romain Tartière.
2874         Fix returning when WaitForSingleObjectEx returns WAIT_IO_COMPLETION.
2876 2009-10-31 Gonzalo Paniagua Javier <gonzalo@novell.com>
2878         * mono-perfcounters.c: add the "_Total" instance for CPU counters.
2879         Until now, we only had the per-cpu(core) counters.
2881 2009-10-28  Mark Probst  <mark.probst@gmail.com>
2883         * gc-internal.h, boehm-gc, sgen-gc.c, null-gc: Add
2884         mono_gc_get_suspend_signal(), which returns the suspend signal
2885         number used by the GC.
2887 2009-10-25  Zoltan Varga  <vargaz@gmail.com>
2889         * threads.c (start_wrapper): Avoid an assert if thread_start_args () is NULL.
2891         * threads.c (start_wrapper): Call mono_profiler_thread_start () later after
2892         signalling start_notify.
2894 2009-10-24 Gonzalo Paniagua Javier <gonzalo@novell.com>
2896         * appdomain.c: do not test the st_mode field for shadow-copies.
2897         Fixes bug #545276.
2899 2009-10-24 Gonzalo Paniagua Javier <gonzalo@novell.com>
2901         * threadpool.[ch]: added hooks for thread start/finish and item
2902         processing begin/end. For monotouch use only.
2904 2009-10-24  Zoltan Varga  <vargaz@gmail.com>
2906         * threads.c (mono_thread_get_name): New helper function.
2908         * reflection.c (resolve_object): Set handle_class for strings too.
2909         (mono_reflection_create_custom_attr_data_args): New helper function to decode
2910         a cattr blob into a set of arrays and structures without creating the custom
2911         attributes themselves.
2912         (create_custom_attr_data): Simplify using create_custom_attr_data_args.
2914         * mono-debug.c (mono_debug_il_offset_from_address): New helper function.
2916         * debug-mono-symfile.c (mono_debug_symfile_get_line_numbers): New helper
2917         function.
2919 2009-10-23  Rodrigo Kumpera  <rkumpera@novell.com>
2921         * verify.c: Replace calls to mono_class_inflate_generic_type with
2922         mono_class_inflate_generic_type_checked. Fixes #480005.
2924 2009-10-23  Rodrigo Kumpera  <rkumpera@novell.com>
2926         * class.c (mono_class_inflate_generic_type_with_mempool): Clear the error
2927         object since not all paths lead to callees initing it.
2929 2009-10-23  Alp Toker  <alp@nuanti.com>
2931         Fix embedding API breakage from r144688. mono-compiler.h is an internal
2932         header and should not be shipped:
2934         * class.h: Back out MONO_DEPRECATED change. Currently depends on config.h
2935         which is specific to the mono build. Not going to work.
2937 2009-10-23  Sebastien Pouliot  <sebastien@ximian.com>
2939         * security-manager.c: Report if core-clr is active from
2940         ves_icall_System_Security_SecurityManager_get_SecurityEnabled
2941         to allow Moonlight BCL to behave appropriately (both in browser
2942         and outside, e.g. smcs)
2944 2009-10-23 Gonzalo Paniagua Javier <gonzalo@novell.com>
2946         * mono-config.c: ignore UTF-8 BOM and report parser errors.
2947         Fixes bug #549108.
2949 2009-10-22 Gonzalo Paniagua Javier <gonzalo@novell.com>
2951         * class.c: fix typo.
2953 2009-10-22  Rodrigo Kumpera  <rkumpera@novell.com>
2955         * class-internals.h: Change signature of mono_class_inflate_generic_type_with_mempool to take
2956         a MonoError parameter.
2958         * class.h: Mark mono_class_inflate_generic_type deprecated, add new mono_class_inflate_generic_type_checked
2959         version that can does proper error handling.
2961         * class.c (inflate_generic_type): Add a MonoError parameter. Don't assert on error, use new mono error machinery.
2963         * class.c (mono_class_inflate_generic_type_with_mempool): Add new MonoError parameter.
2965         * class.c, generics-sharing.c: Changes to handle mono_class_inflate_generic_type_with_mempool new signature.
2967 2009-10-20  Zoltan Varga  <vargaz@gmail.com>
2969         * debug-helpers.c (dis_one): Fix the disassembly of empty strings when
2970         NO_UNALIGNED_ACCESS is defined.
2972 2009-10-22  Zoltan Varga  <vargaz@gmail.com>
2974         * marshal.c (mono_string_builder_to_utf16): Applied patch from
2975         Hib Eris  <hib@hiberis.nl>. Return empty string for empty string builders.
2976         Fixes #549173.
2978 2009-10-22  Mark Probst  <mark.probst@gmail.com>
2980         * sgen-gc.c: Shorten sections whenever possible.
2982 2009-10-22  Mark Probst  <mark.probst@gmail.com>
2984         * sgen-gc.c: Use our portable semaphore #defines.
2986 2009-10-22  Mark Probst  <mark.probst@gmail.com>
2988         * sgen-gc.c: A debug option for dumping the heap layout to a file
2989         after each collection.
2991 2009-10-21  Mark Probst  <mark.probst@gmail.com>
2993         * sgen-gc.c: Make managed write barriers atomic via
2994         thread-restarts.
2996 2009-10-21  Rodrigo Kumpera  <rkumpera@novell.com>
2998         * verify.c (verify_delegate_compatibility): Properly verify delegate creation of static
2999         methods. Fixes #543021.
3001 2009-10-21 Gonzalo Paniagua Javier <gonzalo@novell.com>
3003         * socket-io.[ch]: fix VS build.
3005 2009-10-21 Gonzalo Paniagua Javier <gonzalo@novell.com>
3007         * icall-def.h:
3008         * socket-io.[ch]: implemented SendFile.
3010 2009-10-20  Zoltan Varga  <vargaz@gmail.com>
3012         * class.c (mono_class_create_from_typedef): Initialize class->element_class
3013         before the interfaces to avoid crashes later if class initialization fails.
3014         Fixes #548417.
3016         * marshal.c (emit_marshal_vtype): Implement byref marshalling of DateTime.
3017         Fixes #548276.
3019 2009-10-20  Marek Safar  <marek.safar@gmail.com>
3021         * domain.c: Bump 4.0 version.
3023 2009-10-19  Sebastien Pouliot  <sebastien@ximian.com>
3025         * assembly.c (mono_assembly_load_reference): Fix leak when 'status'
3026         code is known. (parse_public_key) Remove duplicate (unneeded) NULL
3027         check since 'pubkey' can't be NULL at this stage
3028         * icall.c (ves_icall_System_Array_FastCopy): Add comment about
3029         the check. (ves_icall_Type_GetInterfaceMapData) Remove duplicate
3030         initialization of 'iter'
3032 2009-10-16  Bill Holmes  <billholmes54@gmail.com>
3034         * cominterop.c : Search the interface parts of vtable to find 
3035           method matches.  Fixes 547030.
3037         Code is contributed under MIT/X11 license.
3039 2009-10-15 Gonzalo Paniagua Javier <gonzalo@novell.com>
3041         * marshal.c: BeginInvoke cannot be called on multicast delegates with
3042         multiple targets. Fixes bug #574426.
3044 2009-10-14  Massimiliano Mantione  <massi@ximian.com>
3046         * profiler.h: Put here the definition of
3047         MONO_PROFILER_MAX_STAT_CALL_CHAIN_DEPTH
3048         (and fix the build...).
3050 2009-10-14  Massimiliano Mantione  <massi@ximian.com>
3052         * profiler.c, profiler.h, profiler-private.h:
3053         Added support for different ways of getting call chains in stat mode.
3055 2009-10-12  Mark Probst  <mark.probst@gmail.com>
3057         * object.c, object-internals.h: New function for computing the
3058         size of an array, factored out of mono_array_new_full().  Use
3059         SGen's functions for allocating arrays and vectors.
3061         * sgen-gc.c, gc-internal.h: Special functions for allocating
3062         arrays and vectors without race conditions.  A managed array
3063         allocator method.
3065         * boehm-gc.c, null-gc.c: Don't provide a managed array allocator.
3067 2009-10-12  Mark Probst  <mark.probst@gmail.com>
3069         * object.c, object.h, icall.c: Write barriers do the copying now,
3070         as well, so no need for an additional memcpy.
3072         * sgen-gc.c: Lock when storing remsets.  Do the memory
3073         copying/moving in the write barriers.
3075         * null-gc.c, boehm-gc.c: Write barriers must copy here, too.
3077         * reflection.c: Added an assert.
3079 2009-10-12  Mark Probst  <mark.probst@gmail.com>
3081         * threads.c, process.c: A few missing write barriers.
3083 2009-10-12  Joel W. Reed <joelwreed@gmail.com>
3085         * mono-perfcounters.c, mono-perfcounters-def.h: Add
3086         network performance counters for bytes sent per second, bytes
3087         received per second, and bytes total per second.
3089         Code is contributed under MIT/X11 license.
3091 2009-10-09  Mark Probst  <mark.probst@gmail.com>
3093         * threads.c (ves_icall_System_Threading_Thread_GetAbortExceptionState):
3094         Fix warning.
3096 2009-10-09  Mark Probst  <mark.probst@gmail.com>
3098         * threads.c, object-internals.h, object.c: Move code for
3099         transferring an object to a different domain (via
3100         serialization/remoting) to object.c.
3102         * object.c (call_unhandled_exception_delegate): If the exception
3103         is in a different domain than the delegate, transfer the exception
3104         to that domain.
3106 2009-10-07  Zoltan Varga  <vargaz@gmail.com>
3108         * marshal.c (emit_marshal_vtype): Emit marshalling of DateTime to OLE DATE.
3109         Fixes #322934.
3111 2009-10-06  Zoltan Varga  <vargaz@gmail.com>
3113         * domain.c (DEFAULT_RUNTIME_VERSION): Change this to v2.0.
3115 2009-10-06  Mark Probst  <mark.probst@gmail.com>
3117         * object.c (mono_method_return_message_restore): Handle the case
3118         where the argument is an instance of a generic type.  Fixes
3119         #544446.
3121 2009-10-06  Mark Probst  <mark.probst@gmail.com>
3123         * object.c (set_value): Write barrier fix - we must pass the
3124         count, not the size.
3126 2009-10-05  Zoltan Varga  <vargaz@gmail.com>
3128         * domain.c (mono_init_internal): Print a useful error message when encountering
3129         an old mscorlib, instead of crashing. Fixes #544307.
3131 2009-10-04  Zoltan Varga  <vargaz@gmail.com>
3133         * appdomain.c (copy_app_domain_setup): Fix a warning.
3135         * debug-helpers.c (dis_one): Ditto.
3137 2009-10-04  Mark Probst  <mark.probst@gmail.com>
3139         * domain-internals.h, appdomain.c: The AppDomainSetup is copied
3140         into the new domain, instead of referencing the original one.
3142         * marshal.c, marshal.h: Make mono_marshal_xdomain_copy_value()
3143         non-static.
3145         * appdomain.c: Corlib version bump.
3147 2009-10-02 Gonzalo Paniagua Javier <gonzalo@novell.com>
3149         * threadpool.c: one more...
3151 2009-10-02 Gonzalo Paniagua Javier <gonzalo@novell.com>
3153         * threadpool.c: forgot a LeaveCriticalSection when telling the idle
3154         threads to die because we're shutting down. delgate5.exe works again.
3156 2009-10-01  Bill Holmes  <billholmes54@gmail.com>
3158         * cominterop.c (mono_marshal_free_ccw_entry): Updating the
3159           ccw_interface_hash table when a ccw is finalized.
3161         Code is contributed under MIT/X11 license.
3163 2009-09-30  Mark Probst  <mark.probst@gmail.com>
3165         * assembly.c, domain.c, image.c, metadata-internals.h: Split
3166         domain and image unloading into two steps.  We must do this
3167         because clearing the domain in SGen requires the class metadata to
3168         be intact, but we need to free the mono_g_hash_tables in case a
3169         collection occurs during domain unloading and the roots would trip
3170         up the GC.
3172 2009-09-30  Mark Probst  <mark.probst@gmail.com>
3174         * object-internals.h: Remove serialized culture fields from
3175         MonoInternalThread.
3177         * icall-def.h, thread-types.h, threads.c: Remove serialized
3178         culture icalls.
3180         * appdomain.c: Corlib version bump.
3182 2009-09-30  Zoltan Varga  <vargaz@gmail.com>
3184         * marshal.c (emit_marshal_object): Emit out marshalling of stringbuilders.
3185         Fixes #543133.
3187 2009-09-30  Mark Probst  <mark.probst@gmail.com>
3189         * sgen-gc.c: Try to shorten the new section after a major
3190         allocation to avoid ever-growing sections.
3192 2009-10-13  Martin Baulig  <martin@ximian.com>
3194         * mono-debug-debugger.h (MonoDebuggerEvent): Renamed
3195         `MONO_DEBUGGER_EVENT_TRAMPOLINE' into
3196         `MONO_DEBUGGER_EVENT_OLD_TRAMPOLINE' and added a new
3197         `MONO_DEBUGGER_EVENT_TRAMPOLINE'.
3199         * mono-debug.h (MONO_DEBUGGER_MINOR_VERSION): Bump to 4.
3201 2009-09-29 Gonzalo Paniagua Javier <gonzalo@novell.com>
3203         * threadpool.c: fixed the order in which 'completed' and the wait
3204         handle, if any, are set.  Fixes bug #542933 and delegate2.exe
3205         No need to use the wait_handle field of ASyncCall. Make sure the
3206         threadpool is active when adding a job or queueing an idle thread.
3208 2009-09-29  Zoltan Varga  <vargaz@gmail.com>
3210         * object.c (mono_unhandled_exception): Fix a crash if there is no main thread.
3212         * threads.c (build_wait_tids): Fix a crash if there is no main thread, like
3213         when using --compile-all.
3215 2009-09-27  Mark Probst  <mark.probst@gmail.com>
3217         * metadata.c (free_generic_class): Unregister the field_objects
3218         roots if we're using SGen.
3220 2009-09-27  Mark Probst  <mark.probst@gmail.com>
3222         * reflection.c (mono_dynamic_image_free): Deregister the GC root
3223         for GenericParamTableEntry.gparam.
3225 2009-09-27 Gonzalo Paniagua Javier <gonzalo@novell.com>
3227         * marshal.c: don't create the handle when calling. It is created later
3228         if needed.
3230 2009-09-26  Mark Probst  <mark.probst@gmail.com>
3232         * sgen-gc.c: Warning fixes.
3234 2009-09-26  Mark Probst  <mark.probst@gmail.com>
3236         * sgen-gc.c: New debug option "xdomain-checks", which scans the
3237         whole heap for cross-domain references before each collection.
3239         * sgen-scan-object.h: The scan action can now use SCAN to scan the
3240         object.
3242         * threadpool-internals.h, threadpool.c: New function
3243         mono_thread_pool_is_queue_array() for checking whether a given
3244         array is used as a (cross-domain) queue by the thread pool code.
3246 2009-09-26  Mark Probst  <mark.probst@gmail.com>
3248         * sgen-gc.c: New function mono_gc_scan_for_specific_ref() which
3249         searches the whole heap for objects containing a specific
3250         reference.  Only for debugging.
3252 2009-09-26  Mark Probst  <mark.probst@gmail.com>
3254         * appdomain.c (MONO_CORLIB_VERSION): Bumped.
3256         * icall-def.h, threads.c, threads-types.h: New icalls for copying
3257         byte arrays between domains.
3259 2009-09-25 Gonzalo Paniagua Javier <gonzalo@novell.com>
3261         * threadpool.c:
3262         * class-internals.h:
3263         * mono-perfcounters-def.h:
3264         * mono-perfcounters.c:
3265         -There is a list of idle threads
3266         -Each of those idle threads wait on their own WaitHandle instead
3267         of all of them using the same semaphore. When a new work item is
3268         added, the job is assigned directly to an idle thread or a newly
3269         created one if possible and then the handle for that thread is
3270         signaled. Compare that to the current approach where all the
3271         threads in the pool compete to dequeue a job from the same
3272         queue.
3273         -New struct ThreadPool that brings together the bunch of static
3274         variable for each threadpool (IO and regular).
3275         -New performance counters: # of items added and its rate per
3276         threadpool. The rate will be used later, perhaps together with
3277         other perf. counters, to decide when idle threads should exit.
3279 2009-09-25  Jonathan Chambers  <joncham@gmail.com>
3281         * socket-io.c (ves_icall_System_Net_Sockets_Socket_Receive_internal): 
3282         Fix typo on Windows build.      
3283         (ves_icall_System_Net_Sockets_Socket_Accept_internal): Fix typo on Windows build.
3284         
3285         Code is contributed under MIT/X11 license.
3287 2009-09-25  Mark Probst  <mark.probst@gmail.com>
3289         * object-internals.h: The Thread class is split up into Thread and
3290         InternalThread now.  We have exactly one InternalThread per
3291         thread, and at most one Thread per appdomain per thread.  Most
3292         data is stored in InternalThread.  All InternalThread objects live
3293         in the root domain.
3295         * class-internals.h: Add internal_thread_class to MonoDefaults.
3297         * appdomain.c (mono_domain_unload), attach.c (receiver_thread),
3298         domain.c, gc.c, icall-def.h, monitor.c, object.c, sgen-gc.c,
3299         socket-io.c, threadpool.c, thread-types.h, threads.c: Changes
3300         resulting from the split of the Thread class.
3302         * gc-internal.h: Prototype for new function for checking whether a
3303         thread is the finalizer thread.
3305         * appdomain.c: Corlib version bump.
3307 2009-09-25  Rolf Bjarne Kvinge  <RKvinge@novell.com>
3309         * appdomain.c|h: Add a mono_domain_try_unload method which is
3310         equivalent to mono_domain_unload, except that it returns an exception
3311         instead of throwing it. Make mono_domain_unload use the
3312         mono_domain_try_unload method to avoid code-duplication.
3314 2009-09-25  Zoltan Varga  <vargaz@gmail.com>
3316         * debug-helpers.c (dis_one): Avoid unaligned accesses on platforms where that is
3317         a problem.
3319 2009-09-24  Zoltan Varga  <vargaz@gmail.com>
3321         * marshal.c (emit_ptr_to_object_conv): Generate an exception instead of
3322         aborting when a conversion is not implemented.
3324 2009-09-23  Miguel de Icaza  <miguel@novell.com>
3326         * verify.c: when comparing culture strings, use g_ascii_strcmp
3328         * assembly.c (mono_public_tokens_are_equal): Change g_strcasecmp
3329         when comparing public key tokens to use memcmp on 16 bytes.   I do
3330         not believe this ever worked as advertised in the past.
3332         The standard Public Key is 00 00 00 00 00 00 00 00 04 00 00 00 00 00 00 00
3333         which would have always failed earlier.
3335 2009-06-25  Miguel de Icaza  <miguel@novell.com>
3337         * gc.c: Raise a NullArgumentException if the object passed is
3338         null.
3340 2009-09-22  Zoltan Varga  <vargaz@gmail.com>
3342         * image.c (mono_image_close): Atomically decrement the reference count and
3343         remove the image from the hash tables, to prevent another thread from seeing a
3344         dying MonoImage. Fixes #541194.
3346 2009-09-22 Gonzalo Paniagua Javier <gonzalo@novell.com>
3348         * threadpool.c: actually use the minimum number of 'completion ports'
3349         (for us is just a potential worker thread).
3351 2009-09-22 Gonzalo Paniagua Javier <gonzalo@novell.com>
3353         * threadpool.c: remove ares_htable. It does not make sense any more
3354         since the same objects are now stored in GC-tracked arrays while they are
3355         in the queue.
3357 2009-09-22 Gonzalo Paniagua Javier <gonzalo@novell.com>
3359         * threadpool.c: increase the minimum length of the queues to 128.
3360         Remove warning.
3362 2009-09-21  Zoltan Varga  <vargaz@gmail.com>
3364         * marshal.c (mono_marshal_get_string_ctor_signature): New internal function to
3365         return the modified signature used by string ctors.
3367 2009-09-20  Zoltan Varga  <vargaz@gmail.com>
3369         * marshal.c (mono_marshal_get_runtime_invoke_dynamic): New internal function
3370         to return a runtime-invoke wrapper which uses DYN_CALL to call the wrapped
3371         method, to be used by full-aot.
3373 2009-09-18  Rodrigo Kumpera  <rkumpera@novell.com>
3375         Since the runtime supports lazy initialization of a type's vtable and this can cause a type
3376         to fail, we need to ensure that the vtable is properly initialized at spots were the type must
3377         be known to be good.
3379         * class.c (mono_class_init): Fail array types if their element type fails initialization
3380         as well.
3382         * object.c (mono_class_create_runtime_vtable): Fail array types if their element type fails
3383         initialization, additionally we request the element_type vtable to be initialized as well.
3385         This is fine and should not increase the working set in any meaningful way since it's reasonable
3386         to assume       that most code will create an array and eventually populate it, which will require the
3387         type's vtable to be initialized.
3389         * loader.c (field_from_memberref): Add a comment for a possibly useless mono_class_init call.
3391 2009-09-17  Atsushi Enomoto  <atsushi@ximian.com>
3393         * normalization-tables.h : regenerated.
3395 2009-09-16  Zoltan Varga  <vargaz@gmail.com>
3397         * mono-debug.c (mono_debug_add_method): Increase the size of the buffer,
3398         a leb128 encoding can take up to 5 bytes.
3400 2009-09-15  Rodrigo Kumpera  <rkumpera@novell.com>
3402         * class.c (verify_class_overrides): Remove useless argument.
3404         * class.c (mono_class_setup_vtable_general): Move the overrides check to happen
3405         before interface enumeration as this is no longer required.
3407 2009-09-15  Rodrigo Kumpera  <rkumpera@novell.com>
3409         * class.c: New function mono_class_is_assignable_from_slow that is safe to be
3410         used under mono_class_init context. This functions avoid any code path that
3411         calls mono_class_init, which leads it to be slow as some things like the interface
3412         bitmap are not available.
3414         * class.c (verify_class_overrides): Use mono_class_is_assignable_from_slow instead
3415         of it's own broken version. Fixes the verifier part of #538588.
3417         * class-internals.h: Export mono_class_is_assignable_from_slow as part of the internal
3418         API.
3420 2009-09-15  Mark Probst  <mark.probst@gmail.com>
3422         * class.c (mono_class_init): Always set an exception in a class if
3423         vtable setup fails.  Fixes #538577.
3425         * generic-sharing.c: Raise an exception if mono_class_vtable()
3426         returns NULL.
3428 2009-09-13  Zoltan Varga  <vargaz@gmail.com>
3430         * marshal.c (mono_marshal_get_runtime_invoke): Don't share instance 
3431         methods of vtypes, as they could be incorrectly shared with static methods
3432         taking an IntPtr argument.
3434 2009-09-12 Gonzalo Paniagua Javier <gonzalo@novell.com>
3436         * domain.c:
3437         * object.c:
3438         * class-internals.h: renamed waithandle_class to
3439         manualresetevent_class.
3440         * marshal.c: propagate the exception if a remoting BeginInvoke call
3441         fails.
3443 2009-09-11  Rodrigo Kumpera  <rkumpera@novell.com>
3445         * object.c: Properly handle vtable failures.
3447 2009-09-11  Rodrigo Kumpera  <rkumpera@novell.com>
3449         * socket-io.c: Assert on vtable failure.
3451         * mono-mlist.c: Assert on vtable failure.
3453 2009-09-11  Rodrigo Kumpera  <rkumpera@novell.com>
3455         * marshal.c: Assert on vtable failure.
3457 2009-09-11  Rodrigo Kumpera  <rkumpera@novell.com>
3459         * icall.c: Properly handle vtable failures.
3461 2009-09-11  Rodrigo Kumpera  <rkumpera@novell.com>
3463         * debug-helpers.c (mono_class_describe_statics): Properly handle vtable failures.
3465 2009-09-11  Rodrigo Kumpera  <rkumpera@novell.com>
3467         * cominterop.c (ves_icall_System_ComObject_CreateRCW): Property handle vtable failures.
3469         * console-unix.c (do_console_cancel_event): Same.
3471 2009-09-11  Rodrigo Kumpera  <rkumpera@novell.com>
3473         * class-internals.h: Add mono_class_vtable_full function that allows control
3474         if an exception should be raised or not.
3476         * object.c (mono_class_vtable): Call into mono_class_vtable_full. Fix this function
3477         to do what its documentation say, that is to return NULL and set exception_type on
3478         failure.
3480         * object.c (mono_class_create_runtime_vtable): Add new raise_on_error parameter
3481         and change the code to honor it.
3483 2009-09-11  Rodrigo Kumpera  <rkumpera@novell.com>
3485         * verify.c: Fix typo in error message.
3487 2009-09-10  Sebastien Pouliot  <sebastien@ximian.com>
3489         * security-core-clr.c: Fix default_platform_check so it can run
3490         the runtime coreclr tests (without an infinite recursion when
3491         throwing an exception).
3493 2009-09-10  Rodrigo Kumpera  <rkumpera@novell.com>
3495         object.c (mono_delegate_ctor_with_method): Guard against null method.
3497 2009-09-10  Rodrigo Kumpera  <rkumpera@novell.com>
3499         * marshal.c (mono_marshal_get_xappdomain_dispatch): Add an assert
3500         that should be replaced with error handling later.
3502 2009-09-10  Rodrigo Kumpera  <rkumpera@novell.com>
3504         * marshal.c (mono_delegate_end_invoke): Fix warning.
3506 2009-09-10  Rodrigo Kumpera  <rkumpera@novell.com>
3508         * loader.c (mono_field_from_token): Properly handle invalid
3509         dynamic tokens.
3511 2009-09-10  Rodrigo Kumpera  <rkumpera@novell.com>
3513         * pedump.c (verify_image_file): Skip types that can't be
3514         decoded.
3516 2009-09-10  Rodrigo Kumpera  <rkumpera@novell.com>
3518         * verify.c: Look for recursive valuetypes only against the
3519         type been initialized as this is a lot simpler and works.
3521 2009-09-10  Rodrigo Kumpera  <rkumpera@novell.com>
3523         * verify.c: Ensure that fields are properly loaded before
3524         checking them.
3526 2009-09-10  Bill Holmes  <billholmes54@gmail.com>
3528         * object.c (mono_object_get_virtual_method) : Call 
3529           mono_cominterop_get_invoke if the object is a COM object.
3531         Code is contributed under MIT/X11 license.
3533 2009-09-09  Rodrigo Kumpera  <rkumpera@novell.com>
3535         * verify.c: Check for recursive valuetype definitions.
3537 2009-09-08  Rodrigo Kumpera  <rkumpera@novell.com>
3539         Use inheritance-aware interface offsets. Inherited types use the same offsets
3540         of their parents. This reduce offset duplication in case more than one type in
3541         the inheritance tree explicitly implements the same interface.
3543         This also removes a source of vtable bubbles found in #532409. An abstract type
3544         isn't required to provide abstract methods to all interfaces it implements, which
3545         resulted in a bubble with the previous scheme as the child would get a non-full
3546         vtable from its parent. We fail all concrete types with vtable bubbles, so this
3547         should be fixed.
3549         This change causes an increase of 1.7% in vtable memory usage for IronPython pystone but
3550         it's expected to not cause any significant increase beyond that.
3552         * class.c (setup_interface_offsets): Compute super class iface offsets
3553         first to force sharing.
3555         * class.c: Add VTABLE_SELECTOR macro to the vtable debug macros to help
3556         dumping only the relevant ones.
3558         * class.c (mono_class_setup_vtable_general): Give newslot, non final, virtual
3559         methods a new slot regardless if they belong to an interface or not. This allows
3560         an inherited type to override the iface method separately from the class one.
3562 2009-09-04 Gonzalo Paniagua Javier <gonzalo@novell.com>
3564         * threadpool.c: make the Sleep() alertable to prevent delays exiting
3565         applications that take less than 2s to execute.
3566         Bug #524984 fixed.
3568 2009-09-04  Zoltan Varga  <vargaz@gmail.com>
3570         * object-internals.h (MonoRuntimeCallbacks): Add a 'get_runtime_build_info' callback.
3572         * object.c (mono_get_runtime_callbacks): New helper function to return
3573         the runtime callbacks.
3575         * icall.c (ves_icall_Mono_Runtime_GetDisplayName): Use the result of
3576         mono_get_runtime_build_info () as the display name.
3577         
3578 2009-09-03  Zoltan Varga  <vargaz@gmail.com>
3580         * marshal.c (emit_marshal_array): Call conv.ovf.i on the array parameter
3581         argument, since NEWARR expects a native int. Fixes #481559.
3583 2009-09-03  Rodrigo Kumpera  <rkumpera@novell.com>
3585         * icall.c (ves_icall_MonoMethod_GetDllImportAttribute): Guard
3586         against broken SRE methods.
3588 2009-09-03  Rodrigo Kumpera  <rkumpera@novell.com>
3590         * class.c (mono_type_get_full): Don't call mono_metadata_free_type on
3591         a NULL variable. Abort early on failure.
3593 2009-09-03  Rodrigo Kumpera  <rkumpera@novell.com>
3595         * class.c (can_access_type): Fail visibility test for non nested
3596         types with nested visibility.
3598 2009-09-02  Sebastien Pouliot  <sebastien@ximian.com>
3600         * assembly.c (parse_public_key): Avoid allocating (and not 
3601         freeing) the public key array when it's not requested by the 
3602         caller.
3603         * threads.c (mono_thread_manage, mono_thread_create_internal, 
3604         ves_icall_System_Threading_Thread_Thread_internal): Free 
3605         allocated memory on error.
3607 2009-09-02  Rodrigo Kumpera  <rkumpera@novell.com>
3609         * icall.c, icall-def.h: Remove some dead code from early SRE changes.
3611 2009-09-02  Rodrigo Kumpera  <rkumpera@novell.com>
3613         * class.c (mono_class_setup_fields): Remove duplicated local variable
3614         named gklass.
3615         Rename gklass to gtd to reflect the fact that it points to the generic
3616         type definition.
3617         Remove the duplicated call to mono_class_setup_fields on gtd and move
3618         the error check to the beginning.
3620 2009-09-02  Rodrigo Kumpera  <rkumpera@novell.com>
3622         * marshal.c (mono_array_to_lparray): Do DISABLE_COM properly.
3623         Remove cruft of the previous patch.
3625 2009-09-01  Rodrigo Kumpera  <rkumpera@novell.com>
3627         * metadata-verify.c (verify_method_table): Check for abstract + final.
3628         Fixes #534175.
3630 2009-09-01  Rodrigo Kumpera  <rkumpera@novell.com>
3632         * verify.c (verify_class_fields): Check for duplicate fields.
3634 2009-09-01  Rodrigo Kumpera  <rkumpera@novell.com>
3636         * metadata-verify.c: Verify the typeref table for duplicates.
3638 2009-09-01  Rodrigo Kumpera  <rkumpera@novell.com>
3640         This reverts r140936 and properly handles interfaces with static methods. The
3641         right fix is to ensure vtables without bubles which is an easier to verify
3642         constraint. We should avoid such special cases as of the reverted patch as those
3643         only make the runtime more brittle.
3645         * class.c (mono_class_setup_vtable_general): Revert previous change that handle
3646         static methods on interfaces.
3648         * class.c (setup_interface_offsets): Use the number of virtual methods when
3649         calculating interface offsets instead of the number of methods. This way we
3650         avoid bubles on the layout.
3652 2009-08-31  Rodrigo Kumpera  <rkumpera@novell.com>
3654         * metadata-verify.c (verify_metadata_header): Some very smart
3655         obfuscators like to add extra stream headers. Ignore them.
3657 2009-08-30  Zoltan Varga  <vargaz@gmail.com>
3659         * class.c (mono_class_setup_vtable_general): Verify interfaces with static
3660         methods correctly.
3662 2009-08-29  Rodrigo Kumpera  <rkumpera@novell.com>
3664         * metadata-verify.c: Verify for duplicated types.
3666 2009-08-28  Rodrigo Kumpera  <rkumpera@novell.com>
3668         * metadata-verify.c (verify_typedef_table): Verify for nested types
3669         without an entry on the nested class table.
3671 2009-08-28  Zoltan Varga  <vargaz@gmail.com>
3673         * cominterop.c (cominterop_get_ccw): Applied patch from tom hindle
3674         <tom_hindle@sil.org>. Add locking around hash table accesses.
3676 2009-08-25  Rodrigo Kumpera  <rkumpera@novell.com>
3678         * verify.c (mono_verifier_verify_class): Verify all interface if
3679         really are interfaces. Fixes #534184.
3681 2009-08-27  Rodrigo Kumpera  <rkumpera@novell.com>
3683         * pedump.c: Initialize all types during metadata validation so we report
3684         errors only detected as part of class initialization.
3686 2009-08-26  Rodrigo Kumpera  <rkumpera@novell.com>
3688         * metadata-verify.c (verify_method_table): PInvoke requires method to
3689         be static. Fixes #534189
3691 2009-08-26  Zoltan Varga  <vargaz@gmail.com>
3693         * threads.c (mono_thread_suspend_all_other_threads): Handle 'threads_starting_ip'
3694         being NULL.
3696 2009-08-25  Rodrigo Kumpera  <rkumpera@novell.com>
3698         * class.c (mono_class_setup_vtable_general): Verify the resulting vtable
3699         for holes or bad methods. Fixes #525314.
3701 2009-08-25  Rodrigo Kumpera  <rkumpera@novell.com>
3703         * class.c (setup_interface_offsets): Don't allocate slot
3704         for the same interface multiple times. This creates bubbles
3705         that waster space and make vtable verification harder.
3707         The same interface get a slot multiple times since we need
3708         to get the closure of all implemented interfaces, which means
3709         the same interface is reported multiple times.
3711 2009-08-25  Rodrigo Kumpera  <rkumpera@novell.com>
3713         * verify.c (mono_verifier_verify_class): Don't check the fields
3714         of generic instances since the context on which they got expanded
3715         might lead to false positives.
3717         Such thing happens when a generic type is inflated in the context
3718         of a generic method and the inflated type of a field turns into a
3719         generic method argument, which causes the checking code to think
3720         it's an invalid class when it's not.
3722 2009-08-25  Rodrigo Kumpera  <rkumpera@novell.com>
3724         * verify.c (mono_type_is_valid_in_context): Verify if type
3725         is NULL and remove duplicate test.
3727 2009-08-24  Rodrigo Kumpera  <rkumpera@novell.com>
3729         * verify.c (mono_verifier_verify_class): Check fields for
3730         invalid generic arguments.
3732 2009-08-24  Rodrigo Kumpera  <rkumpera@novell.com>
3734         * class.c (verify_class_overrides): Verify if for static
3735         and non virtual methods.
3737 2009-08-24  Rodrigo Kumpera  <rkumpera@novell.com>
3739         * icaa.c (ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_RunClassConstructor):
3740         Check for errors after retrieving the vtable.
3742 2009-08-24  Rodrigo Kumpera  <rkumpera@novell.com>
3744         * class.c (mono_class_setup_vtable_general): Verify
3745         if method overrides are valid before processing them.
3747 2009-08-24  Rodrigo Kumpera  <rkumpera@novell.com>
3749         * marshal.c (mono_array_to_lparray): Fix minimal build with
3750         cominterop disabled.
3752         * marshal.c (mono_free_lparray): Same.
3754 2009-08-21  Mark Probst  <mark.probst@gmail.com>
3756         * threadpool.c (mono_thread_pool_init): Use mono_object_hash() as
3757         the hash function for the ares_htable.
3759 2009-08-20  Rodrigo Kumpera  <rkumpera@novell.com>
3761         * metadata-verify.c (verify_assembly_table): Accept 0x10 as a valid
3762         bit for assembly flags. MS is ok with it but there is no spec anywhere
3763         on its mean
3765 2009-08-19  Rodrigo Kumpera  <rkumpera@novell.com>
3767         * class.c (mono_class_create_from_typedef): Emit profiler events
3768         in all cases.
3770 2009-08-19  Rodrigo Kumpera  <rkumpera@novell.com>
3772         * icall.c (ves_icall_Type_GetMethodsByName): Don't leak loader errors.
3773         Release memory on failure.
3775 2009-08-19  Rodrigo Kumpera  <rkumpera@novell.com>
3777         * class-internals.h: Add mono_metadata_load_generic_param_constraints_full
3778         to the internal API.
3780         * metadata.c (get_constraints): Use a single-linked table as we don't
3781         traverse it backward. Fail and return FALSE if only of the contraint types
3782         is not found.
3784         * metadata.c (mono_metadata_load_generic_param_constraints_full): Identical
3785         to mono_metadata_load_generic_param_constraints except for having a return value.
3786         This has to be done since the later is part of the public API.
3788         * class.c (mono_class_create_from_typedef): Properly check the loading of constrains
3789         and fail the type.
3791         * loader.c (mono_get_method_from_token): Properly check the loading of constraints
3792         and fail the method.
3794 2009-08-19  Rodrigo Kumpera  <rkumpera@novell.com>
3796         * metadata-verify.c (is_valid_method_header): Add work-around to deal
3797         with MS broken behavior of emmitting EH section sizes without the
3798         header size added.
3800 2009-08-19  Rodrigo Kumpera  <rkumpera@novell.com>
3802         * metadata.c (mono_type_create_from_typespec): Don't allocate image
3803         memory until we're sure that we'll need it. This avoids leaking for
3804         broken types or duplicated instantiation.
3806 2009-08-19  Rodrigo Kumpera  <rkumpera@novell.com>
3808         * metadata-verify.c (is_valid_method_header): Fix stupid formating
3809         mistake.
3811 2009-08-19  Rodrigo Kumpera  <rkumpera@novell.com>
3813         * metadata-verify.c (is_valid_method_header): Fix number of clauses
3814         and expected size calculation.
3816 2009-08-18  Rodrigo Kumpera  <rkumpera@novell.com>
3818         * class.c (mono_class_get_field_idx): Add fixme for broken
3819         behavior for types with multiple fields with the same name.
3820         I would rather fix it, but have no idea on how to generate
3821         such artifact for testing.
3823 2009-08-18  Rodrigo Kumpera  <rkumpera@novell.com>
3825         * verify.c (verifier_load_field): We should allow references to
3826         fields to be made using the generic type definition. It's up to
3827         the loader system to fail invalid ops.
3829         * verify.c (get_boxable_mono_type): Only uninstantiated GTDs
3830         are invalid.
3832 2009-08-18  Rodrigo Kumpera  <rkumpera@novell.com>
3834         * class.c: Fix usage of mono_metadata_interfaces_from_typedef_full.
3836         * metadata-internals.h: Fix declaration of 
3837         mono_metadata_interfaces_from_typedef_full.
3839         * metadata.c (mono_metadata_interfaces_from_typedef_full): Add extra
3840         heap_alloc_result parameter that controls if the result should be
3841         g_malloc'd.
3843         * metadata.c (mono_metadata_interfaces_from_typedef): Let the resulting
3844         array be g_malloc'd and properly document this public API function.
3846 2009-08-18  Rodrigo Kumpera  <rkumpera@novell.com>
3848         * cil-coff.h: Fix METHOD_HEADER_FORMAT_MASK to be 2 bits and
3849         remove METHOD_HEADER_TINY_FORMAT1.
3851         * reflection.c: Remove reference to METHOD_HEADER_TINY_FORMAT1.
3853         * metadata.c (mono_metadata_parse_mh_full): Kill tiny format1.
3855         Both spec and MS uses only 2 bits to enumerate the kind of header.
3856         So given that 0x6 and 0x2 are equal under a 2 bits mask, tiny format1
3857         is superfluous, only used for tiny headers with odd code lengths.
3859         This change also make sure that mono doesn't wronly interpret bit 2
3860         of fat header flags, which is currently reserved.
3862 2009-08-18  Rodrigo Kumpera  <rkumpera@novell.com>
3864         * metadata.c (do_mono_metadata_parse_type): Do error
3865         checking for element types. Don't abort if presented
3866         with a broken type kind.
3868 2009-08-18  Rodrigo Kumpera  <rkumpera@novell.com>
3870         * metadata.c (mono_metadata_parse_method_signature_full):
3871         Gracefully fail bad vararg signatures.
3873 2009-08-18  Christian Hergert  <chris@dronelabs.com>
3875         * profiler.c:
3876         * class.c: Fix warnings for uninitialized variables.
3878 2009-08-18  Christian Hergert  <chris@dronelabs.com>
3880         * icall.c: Fix _NSGetEnviron method declaration warning.
3882 2009-08-18  Christian Hergert  <chris@dronelabs.com>
3884         * icall.c:
3885         * reflection.c: Make bitwise checks explicit.
3887 2009-08-18  Christian Hergert  <chris@dronelabs.com>
3889         * debug-helpers.c:
3890         * marshal.c: Fix printf warnings.
3892 2009-08-18  Zoltan Varga  <vargaz@gmail.com>
3894         * reflection.c (encode_cattr_value): Fix a warning.
3896 2009-08-17  Rodrigo Kumpera  <rkumpera@novell.com>
3898         * metadata.c (mono_metadata_parse_array_full): Fix memory leak
3899         of array bounds.
3901 2009-08-17  Rodrigo Kumpera  <rkumpera@novell.com>
3903         * loader.c (mono_method_signature): Don't assert on broken
3904         signature. Print a more useful error message.
3906 2009-08-17  Rodrigo Kumpera  <rkumpera@novell.com>
3908         * loader.c (mono_method_get_marshal_info): Assert if
3909         signature is invalid. Bounds check stores to the
3910         mspecs array;
3912 2009-08-17  Rodrigo Kumpera  <rkumpera@novell.com>
3914         * loader.c (field_from_memberref): Fix warning.
3916 2009-08-17  Rodrigo Kumpera  <rkumpera@novell.com>
3918         * loader.c (mono_method_get_param_names): Check if signature
3919         is null. Don't store beyond the size of the name array.
3921 2009-08-17  Rodrigo Kumpera  <rkumpera@novell.com>
3923         * loader.c (mono_get_method_constrained): Check if signature
3924         is null.
3926 2009-08-17  Rodrigo Kumpera  <rkumpera@novell.com>
3928         * loader.c (mono_loader_set_error_bad_image): Improve
3929         error messages.
3931 2009-08-17  Rodrigo Kumpera  <rkumpera@novell.com>
3933         * loader.c (mono_get_method_full): Convert an assertion
3934         into a loader error.
3936 2009-08-17  Rodrigo Kumpera  <rkumpera@novell.com>
3938         * class-internals.h, class.c: Better naming and documentation.
3940 2009-08-17  Zoltan Varga  <vargaz@gmail.com>
3942         * boehm-gc.c (mono_gc_add_weak_track_handle): Don't do any work if
3943         obj is NULL.
3945 2009-08-14  Rodrigo Kumpera  <rkumpera@novell.com>
3947         * loader.c (mono_method_get_signature_full): Fail gracefully if signature
3948         parsing fails.
3950 2009-08-14  Rodrigo Kumpera  <rkumpera@novell.com>
3952         * loader.c (mono_loader_error_prepare_exception): Handle missing field
3953         errors with no class set.
3955         * loader.c (field_from_memberref): If the field signature is of the wrong
3956         type fail with a MissingFieldException instead of a BadImageException as
3957         this is the behavior observed on MS. 
3959 2009-08-14  Rodrigo Kumpera  <rkumpera@novell.com>
3961         * loader.c (field_from_memberref): Don't crash if either the field
3962         signature or the typespec class are invalid.
3964 2009-08-14  Rodrigo Kumpera  <rkumpera@novell.com>
3966         * verify.c (verifier_load_field): Don't allow field related
3967         ops to reference fields on generic type definition.
3969 2009-08-14  Rodrigo Kumpera  <rkumpera@novell.com>
3971         * metadata-verify.c: Add new warning level for errors specified
3972         by ECMA 335 but that MS ignores.
3974         * metadata-verify.c (verify_method_table): Make compiler controled
3975         visibility + (rt)specialname error a warning as MS ignores this. Ignoring
3976         this check is safe because the end result will only be some visibility
3977         exceptions been thrown.
3979 2009-08-14  Rodrigo Kumpera  <rkumpera@novell.com>
3981         * verify.c (get_boxable_mono_type): Don't allow the
3982         use of the generic type definition on boxed type positions.
3984         Fixes #531237.
3986 2009-08-14  Mark Probst  <mark.probst@gmail.com>
3988         * threadpool.c: Make sure no cross-domain references remain in
3989         ares_htable or the arrays that are thrown away when resizing.
3991 2009-08-14  Mark Probst  <mark.probst@gmail.com>
3993         * appdomain.c, metadata-internals.h, image.c: In MonoImage add a
3994         list of classes for which we have to unregister reflection_info
3995         with the GC and which are not in the namespace cache.
3997         * reflection.c (mono_reflection_initialize_generic_parameter): Add
3998         the class to the list.
4000 2009-08-14  Mark Probst  <mark.probst@gmail.com>
4002         * domain.c (mono_domain_free): Unregister the GC roots in
4003         MonoDomain.
4005 2009-08-12  Rodrigo Kumpera  <rkumpera@novell.com>
4007         * reflection.c (mono_reflection_type_get_handle): Fix typo.
4009 2009-08-12  Rodrigo Kumpera  <rkumpera@novell.com>
4011         * class.c: Add mono_class_get_field_from_name_full which does
4012         the same as mono_class_get_field_from_name but does check field
4013         signature as well.
4015         * class-internals.h: Export mono_class_get_field_from_name_full as
4016         part of the internal API.
4018         * loader.c (field_from_memberref): Search fields by name and signature
4019         as it's valid to have two fields with same name but different types.
4021         Fixes #528055.
4023 2009-08-10  Rodrigo Kumpera  <rkumpera@novell.com>
4025         * icall-def.h: Add a bunch of temporary icalls to MonoGenericClass.
4027         * reflection.c (mono_reflection_type_get_handle): Handle MonoGenericClass.
4029         * reflection.c (encode_cattr_value): Use mono_reflection_type_get_handle to encode
4030         System.Type.
4032 2009-08-13  Zoltan Varga  <vargaz@gmail.com>
4034         * gc.c (GCHandle_CheckCurrentDomain): Moved this here from icall.c.
4036         * boehm-gc.c (mono_gc_add_weak_track_handle): Handle nulls.
4038 2009-08-12  Mark Probst  <mark.probst@gmail.com>
4040         * sgen-gc.c, sgen-scan-object.h: Object scanning code factored out
4041         to sgen-scan-object.h, which can be included and parameterized via
4042         macros.
4044         * Makefile.am: sgen-scan-object.h added.
4046 2009-08-12  Mark Probst  <mark.probst@gmail.com>
4048         * gc.c: #define GC_dont_gc if we're compiling with SGen.
4050 2009-08-12  Mark Probst  <mark.probst@gmail.com>
4052         * domain.c (mono_domain_free): Free a domain's mono_g_hash_tables
4053         before clearing a domain in the GC.
4055 2009-08-12  Mark Probst  <mark.probst@gmail.com>
4057         * exception.c (mono_exception_from_name_domain): Actually create
4058         the exception in the specified domain.
4060         * appdomain.c (mono_domain_create_appdomain_internal): Create the
4061         OutOfMemoryException a bit later so that the domain is inialized
4062         "enough" that it works.
4064 2009-08-12  Mark Probst  <mark.probst@gmail.com>
4066         * threads.c (thread_cleanup): Clean up the cached_culture_info
4067         array to prevent cross-domain references.
4069 Tue Aug 11 14:38:57 CEST 2009 Paolo Molaro <lupus@ximian.com>
4071         * metadata.c: more documentation for MonoType accessors.
4073 2009-08-11  Raja R Harinath  <harinath@hurrynot.org>
4075         Fix incorrect size definitions where the tail array isn't a list
4076         of pointers
4077         * class-internals.h (MONO_SIZEOF_MARSHAL_TYPE): Use offsetof to
4078         define size.
4079         * domain-internals.h (MONO_SIZEOF_JIT_INFO): Likewise.
4080         * metadata.h (MONO_SIZEOF_TYPE): Likewise.
4081         * reflection.h (MONO_SIZEOF_CUSTOM_ATTR_INFO): Likewise.
4083 2009-08-11 Gonzalo Paniagua Javier <gonzalo@novell.com>
4085         * reflection.h:
4086         * reflection.c: MONO_SIZEOF_CUSTOM_ATTR_INFO.
4088 2009-08-11 Gonzalo Paniagua Javier <gonzalo@novell.com>
4090         * metadata.c:
4091         * loader.c:
4092         * metadata-internals.h:
4093         * method-builder.c:
4094         * reflection.c: use MONO_SIZEOF_METHOD_HEADER.
4096 2009-08-11 Gonzalo Paniagua Javier <gonzalo@novell.com>
4098         * cominterop.c:
4099         * metadata.c:
4100         * metadata.h:
4101         * loader.c:
4102         * marshal.c:
4103         * reflection.c: #define for sizeof in MonoType and
4104         MonoMethodSignature.
4106 2009-08-11 Gonzalo Paniagua Javier <gonzalo@novell.com>
4108         * domain.c:
4109         * domain-internals.h: add and use #define's instead of sizeof()
4110         for MonoJitInfo and MonoJitInfoTable.
4112 2009-08-11 Gonzalo Paniagua Javier <gonzalo@novell.com>
4114         * object.c:
4115         * class.h: use #define instead of sizeof() for MonoRemoteClass.
4117 2009-08-10 Gonzalo Paniagua Javier <gonzalo@novell.com>
4119         * metadata.c:
4120         * metadata.h:
4121         * object.c:
4122         * class-internals.h:
4123         * generic-sharing.c:
4124         * marshal.c: use a #define instead of sizeof() for a few
4125         structures that use a zero-length array.
4127 2009-08-06  Rodrigo Kumpera  <rkumpera@novell.com>
4129         * object-internals.h (MonoReflectionMethodOnTypeBuilderInst): Add new fields
4130         to handle inflated generic methods.
4132         * appdomain.c: Bump corlib version.
4134         * reflection.c (mono_image_get_method_on_inst_token): Handle generic method
4135         instances.
4137         * reflection.c (fixup_method): Same
4139         * reflection.c (resolve_object): Same.
4141         * reflection.c (inflate_method): Replace a g_assert_not_reached with a
4142         g_error and a decent message.
4144 2009-08-06  Massimiliano Mantione  <massi@ximian.com>
4146         * bohem-gc.c (mono_gc_add_weak_track_handle): Get the domain
4147         from the object because it could not yet be available globally
4148         (it happens if the profiler tries to create a gchandle on the
4149         MonoThread object of a thread that is still registering itself
4150         with the runtime).
4152 2009-08-04  Rodrigo Kumpera  <rkumpera@novell.com>
4154         * reflection.c (mono_generic_class_get_object): Initialized the
4155         managed type arguments array.
4157         * object-internals.h (MonoReflectionGenericClass): Add type_arguments field.
4159         * appdomain.c: Bump corlib version.
4161 2009-08-04  Zoltan Varga  <vargaz@gmail.com>
4163         * threads.c (thread_cleanup): Free serialized_ui_culture_info. Fixes
4164         #527902.
4166 2009-08-03  Zoltan Varga  <vargaz@gmail.com>
4168         * threads.c (ves_icall_System_Threading_Thread_Thread_free_internal): 
4169         Avoid a crash if synch_cs is not set.
4170         
4171         * threads.c (ves_icall_System_Threading_Thread_Thread_free_internal): 
4172         Handle the case when the handle is 0.
4174         * appdomain.c: Bump corlib version.
4176 2009-08-02  Zoltan Varga  <vargaz@gmail.com>
4178         * reflection.c (mono_type_get_object): Fix a warning.
4180 2009-08-01  Mark Probst  <mark.probst@gmail.com>
4182         * sgen-gc.c (mono_gc_wbarrier_value_copy): Don't compute the GC
4183         descriptor here.  We assume it's already been computed.
4185         * generic-sharing.c (instantiate_other_info): Compute the GC
4186         descriptor for info type MONO_RGCTX_INFO_KLASS.
4188 2009-08-01  Mark Probst  <mark.probst@gmail.com>
4190         * reflection.c (mono_type_get_object): MonoDomain is an unmanaged
4191         type, so don't use MONO_OBJECT_SETREF to set a field.
4193 2009-08-01  Mark Probst  <mark.probst@gmail.com>
4195         * gc.c: We were missing one case where invoking a finalizer would
4196         not reset the domain.  Also, in the finalizer thread loop, assert
4197         that we're in the root domain.
4199 2009-07-31  Rodrigo Kumpera  <rkumpera@novell.com>
4201         * icall.c (ves_icall_MonoType_GetArrayRank): Throw ArgumentException
4202         if the type is not an array.
4204 2009-07-31  Rodrigo Kumpera  <rkumpera@novell.com>
4206         * icall.c (ves_icall_MonoType_get_DeclaringMethod): Return the
4207         method bound to the declaring type of the method. Raise an exception
4208         if the type is not a generic param.
4210 2009-07-31  Rodrigo Kumpera  <rkumpera@novell.com>
4212         * class.c (print_unimplemented_interface_method_info): Print the
4213         full type name.
4215         * class.c (mono_class_setup_vtable_general): When dealing with a
4216         generic instance first check if the generic type definition is
4217         not broken.
4219 2009-02-11 Tom Hindke <tom_hindle@sil.org>
4221         * marshal.c (mono_array_to_lparray): Implemented so managed object types are converted to native types.
4223         * marshal.c: Added new method mono_free_lparray to free memory allocated by mono_array_to_lparray
4225         * marshal.c (emit_marshal_array): call emit mono_free_lparray where approprate.
4227         * marshal.c (conv_to_icall): added MONO_MARSHAL_FREE_LPARRAY case
4229         * metadata.h (MonoMarshalConv enum): added MONO_MARSHAL_FREE_LPARRAY
4231         Code is contributed under MIT/X11 license
4233 2009-08-30  Rodrigo Kumpera  <rkumpera@novell.com>
4235         * verify.c: Fix naming of stelem and ldelem.
4237 2009-07-30  Mark Probst  <mark.probst@gmail.com>
4239         * generic-sharing.c: Replace the templates lock with the loader
4240         lock because of very hard to resolve deadlock issues.
4242 2009-07-30  Zoltan Varga  <vargaz@gmail.com>
4244         * icall.c (ves_icall_Type_GetMethodsByName): Use 
4245         mono_class_get_vtable_size () instead of accessing klass->vtable_size
4246         directly. Fixes #525338.
4248         * class.c (mono_class_get_vtable_size): New helper function.
4250         * icall.c (ves_icall_System_Reflection_FieldInfo_internal_from_handle_type): Fix the second argument, its a MonoType* not a MonoClass*. Check whenever
4251         the field belongs to the type. Fixes #525733.
4253 2009-07-30  Mark Probst  <mark.probst@gmail.com>
4255         * sgen-gc.c: When we stop a thread and its stack top is not within
4256         its allocated stack (because it's in an altstack signal handler),
4257         restart it and stop it again, until it is.
4259 2009-07-30  Mark Probst  <mark.probst@gmail.com>
4261         * sgen-gc.c: Take a thread's stack top and registers from the
4262         sigcontext in the suspend signal handler.
4264         * sgen-gc.h, sgen-archdep.h, Makefile.am: Move arch-dependent
4265         stuff to sgen-archdep.h.
4267         * gc.c, gc-internal.h: Remove the get_ip_from_sigctx installer and
4268         caller, because have code in sgen-archdep.h to acquire that data.
4270 2009-07-29  Massimiliano Mantione  <massi@ximian.com>
4272         * profiler.c, profiler.h, profiler-private.h:
4273         Added support for keeping track of code chunks and buffers.
4275 2009-07-29 Rodrigo Kumpera  <rkumpera@novell.com>
4277         * metadata-verify.c: Fix endianness problems on decoding functions.
4278         Based on a patch by Ulrich Weigand <uweigand@de.ibm.com>
4280 2009-07-28 Rodrigo Kumpera  <rkumpera@novell.com>
4282         * icall.c (ves_icall_Type_make_array_type): Handle the new encoding
4283         schema for vectors and one dimension SZARRAY.
4285 2009-07-28 Rodrigo Kumpera  <rkumpera@novell.com>
4287         * reflection.c (mono_reflection_type_get_handle): Handle the new encoding
4288         schema for vectors and one dimension SZARRAY.
4290 2009-07-27  Mark Probst  <mark.probst@gmail.com>
4292         * icall-def.h, thread-types.h, threads.c: New separate icalls for
4293         Interlocked.(Compare)Exchange with object arguments, which invoke
4294         write barriers.
4296 2009-07-26  Miguel de Icaza  <miguel@novell.com>
4298         * icall.c (ves_icall_Type_GetNestedType): Throw an exception when
4299         passed invalid arguments.   Fixes another crasher in the
4300         Silverlight test suite.
4302         * class.c (mono_class_array_element_size): Return 0 for the size
4303         of the class;  This fixes the crasher exposed by :
4305         typeof (void).MakeArrayType ();
4307         * icall.c (ves_icall_MonoType_GetEvent): Do not dereference method
4308         if there is no method to dereference.    Put all the code that
4309         depends on this inside the if (method) block.
4311         This fixes the crasher exposed by Microsoft's Silvelright CLR test
4312         suite  ./Reflection/Emit/TypeBuilder/TypeBuilderGetEvent.exe
4314         With this change, we pass the test.
4315         
4316         * reflection.c (mono_reflection_sighelper_get_signature_local):
4317         Only dereference the assembly if it has been set.    Fixes a
4318         crasher exposed by #525328
4320 2009-07-25  Mark Probst  <mark.probst@gmail.com>
4322         * sgen-gc.c, object.h, null-gc.c, boehm-gc.c, marshal.c: Really
4323         don't perform the store in mono_gc_wbarrier_generic_nostore().
4324         Remove the second argument (value), which is not needed.
4326 2009-07-24  Zoltan Varga  <vargaz@gmail.com>
4328         * null-gc.c (mono_gc_wbarrier_generic_nostore): Define this to fix
4329         the build.
4331         * boehm-gc.c: Ditto.
4332         
4333 2009-07-24  Mark Probst  <mark.probst@gmail.com>
4335         * sgen-gc.c, marshal.c, object.h: Make the managed write barrier
4336         not perform the store itself.  Introduce
4337         mono_gc_wbarrier_generic_nostore(), which is the same as
4338         mono_gc_wbarrier_generic_store(), except it doesn't perform the
4339         store.
4341 2009-07-24  Mark Probst  <mark.probst@gmail.com>
4343         * icall.c (ves_icall_System_Array_SetGenericValueImpl):
4344         mono_gc_wbarrier_value_copy() doesn't perform the copy itself, so
4345         we still need the memcpy().
4347 2009-07-22  Mark Probst  <mark.probst@gmail.com>
4349         * sgen-gc.c: Align array bounds calculation to mono_array_size_t
4350         so that big arrays are handled correctly.  Always use
4351         safe_object_get_size() to calculate array object sizes, which
4352         takes bounds into account.
4354 2009-07-22  Mark Probst  <mark.probst@gmail.com>
4356         * sgen-gc.c (mono_gc_wbarrier_value_copy): Make sure the class's
4357         GC descriptor is computed before we use it.
4359 2009-07-22  Mark Probst  <mark.probst@gmail.com>
4361         * icall.c (ves_icall_System_Array_SetGenericValueImpl): Use a
4362         write barrier if necessary.
4364 2009-07-22  Mark Probst  <mark.probst@gmail.com>
4366         * icall-def.h, icall.c, thread-types.h: New separate icall for
4367         VolatileWrite(object&,object) that uses a write barrier.
4369         * console-unix.c, file-io.c, icall.c, threads.c: Use write
4370         barriers in icalls which write to "ref" or "out" arguments.
4372 2009-07-21  Zoltan Varga  <vargaz@gmail.com>
4374         * marshal.c (mono_marshal_get_runtime_invoke): Do the work done in the exception
4375         handler in a separate icall, to reduce the size of the wrappers.
4377 2009-07-20 Rodrigo Kumpera  <rkumpera@novell.com>
4379         * metadata-verify.c (is_valid_typespec_blob): Fix error message.
4381 2009-07-20 Rodrigo Kumpera  <rkumpera@novell.com>
4383         * metadata-verify.c (parse_field): Allow byref field.
4385         * metadata-verify.c (parse_locals_signature): Allow byref locals.
4387         * metadata-verify.c (is_valid_typespec_blob): Allow byref typespec.
4389 2009-07-20 Rodrigo Kumpera  <rkumpera@novell.com>
4391         * verify.c (do_cast): Fail for any non reference type that isn't boxed.
4392         Fixes #522784.
4394 2009-07-20  Robert Jordan  <robertj@gmx.net>
4396         * cominterop.c (cominterop_get_managed_wrapper_adjusted):
4397         Fix invalid IL in valuetype handling (STOBJ must push the
4398         corresponding class). Fixes bug #523149.
4400         Code is contributed under MIT/X11 license.
4402 2009-07-20  Geoff Norton  <gnorton@novell.com>
4404         * gc.c: Use proper semaphores where available on posix and darwin.
4406 2009-07-19  Geoff Norton  <gnorton@novell.com>
4408         * gc.c: Unnamed posix semaphores are broken on darwin-arm too.
4410 2009-07-19 Rodrigo Kumpera  <rkumpera@novell.com>
4412         * refletion.c (is_sre_usertype): Change name to is_usertype and
4413         invert it's result so it returns true if the type is an user type
4414         and not the opposite.
4416         * reflection.c (is_*_type): Change all of those to use new macro
4417         check_corlib_type_cached that cached the type lookup so we don't
4418         need to do string comparisons all the type. Changed the signature
4419         to take a MonoClass instead.
4421         * reflection.c: Change mono_image_create_token and resolve_object
4422         to use is_sre_* functions.
4424 2009-07-18  Mark Probst  <mark.probst@gmail.com>
4426         * sgen-gc.c: Check for writes to the stack in the managed
4427         wbarrier as well.
4429 2009-07-18  Mark Probst  <mark.probst@gmail.com>
4431         * sgen-gc.c: When a thread is unregistered, don't free its remsets
4432         but put them on a list which is processed with the other thread's
4433         remsets.
4435 2009-07-18  Mark Probst  <mark.probst@gmail.com>
4437         * sgen-gc.c: Fix and enable the internal allocator instead of
4438         using malloc/free (which causes deadlocks).
4440 2009-07-16 Rodrigo Kumpera  <rkumpera@novell.com>
4442         * refletion.c: Fix builds with SRE disabled by adding a minimal
4443         implementation of mono_reflection_type_get_handle.
4445 2009-07-15 Rodrigo Kumpera  <rkumpera@novell.com>
4447         * refletion.c: Make mono_reflection_type_get_handle non static.
4449         * object-internals.h: Export mono_reflection_type_get_handle.
4451         * icall.c (ves_icall_MonoGenericClass_InflateType): Resolve the
4452         unmanaged handle using mono_reflection_type_get_handle.
4454 2009-07-15 Rodrigo Kumpera  <rkumpera@novell.com>
4456         * refletion.c: Replace all reads of MonoReflectionType::type with
4457         calls to mono_reflection_type_get_handle. Only the functions that
4458         deal with constructing TypeBuilder::type have not been changed
4459         because they have to deal with NULL values.
4461         This is a first step into supporting reflection types that don't
4462         map directly into their unmanaged counterpart.
4464 2009-07-14 Rodrigo Kumpera  <rkumpera@novell.com>
4466         * metadata-verify.c (parse_locals_signature): Don't complain
4467         on signature with zero locals since MS generates it and doesn't
4468         bother with.
4470 2009-07-14 Rodrigo Kumpera  <rkumpera@novell.com>
4472         * reflection.c (mono_image_get_array_token): Resolve return
4473         type using mono_reflection_type_get_handle.
4475         * reflection.c (mono_image_get_array_token): Resolve array method
4476         parent type using mono_reflection_type_get_handle.
4478 2009-07-14  Zoltan Varga  <vargaz@gmail.com>
4480         * reflection.c (mono_image_basic_init): Applied patch from
4481         <Dax@daxxfiles.net>. Set the public key token from the assembly
4482         builder. Fixes #518909.
4484         * appdomain.c: Bump corlib version.
4486 2009-07-13  Zoltan Varga  <vargaz@gmail.com>
4488         * class.c (mono_class_needs_cctor_run): Make this return false if
4489         the class has no cctor.
4491 2009-07-13  Mark Probst  <mark.probst@gmail.com>
4493         * sgen-gc.c: When the minor GC needs to allocate a new section,
4494         invoke the major GC afterwards.
4496 2009-07-14  Bill Holmes  <billholmes54@gmail.com>
4498         * process.c  (ves_icall_System_Diagnostics_Process_ShellExecuteEx_internal) :
4499           Applying the window_style field to the SHELLEXECUTEINFO struct.
4501         Code is contributed under MIT/X11 license.
4503 2009-07-13  Mark Probst  <mark.probst@gmail.com>
4505         * sgen-gc.c: Fix the race condition in the unmanaged allocator by
4506         locking earlier.  Fix it in the managed allocator by making sure
4507         that no thread is stopped there before the GC runs.  If we do stop
4508         a thread there, we restart it and let it run a but, until it stops
4509         somewhere else.
4511         * gc-internal.h, gc.c: Function for getting the IP from a signal
4512         context via a function registered by mini.
4514 2009-07-11  Zoltan Varga  <vargaz@gmail.com>
4516         * object-internals.h (MonoIntPtr): New structure describing a boxed
4517         IntPtr.
4519         * object.c (mono_runtime_invoke_array): Handle ptr arguments and
4520         returns. Fixes #519953.
4522         * marshal.c (mono_marshal_get_runtime_invoke): Handle pointer returns.
4524 2009-07-09  Mark Probst  <mark.probst@gmail.com>
4526         * class-internals.h, generic-sharing.c: New RGCTX info type for
4527         getting a remoting invoke with check wrapper.
4529 2009-07-07  Geoff Norton  <gnorton@novell.com>
4531         * icall-def.h: Fix the enable-minimal build.
4533 2009-07-07 Rodrigo Kumpera  <rkumpera@novell.com>
4535         * object-internals.h: Add MonoReflectionDerivedType.
4537         * reflection.c: Implement support for PointerType.
4538         Fixed tons of warnings.
4540 2009-07-07 Rodrigo Kumpera  <rkumpera@novell.com>
4542         * object-internals.h: Add MonoReflectionByRefType.
4544         * reflection.c: Implement support for ByRefType.
4546 2009-07-07 Rodrigo Kumpera  <rkumpera@novell.com>
4548         * icall-def.h: Add System.Reflection.Emit.DerivedType::create_unmanaged_type.
4550         * object-internals.h: Add MonoReflectionArrayType and
4551         mono_reflection_create_unmanaged_type.
4553         * reflection.c: Implement support for ArrayType.
4555 2009-07-07 Rodrigo Kumpera  <rkumpera@novell.com>
4557         * metadata-verify.c (is_valid_method_header): Parse EH block
4558         flags correctly.
4560 2009-07-03  Mark Probst  <mark.probst@gmail.com>
4562         * sgen-gc.c (finish_gray_stack): Set the to_space pointer after
4563         processing the disappearing links, and process disappearing links
4564         in a loop until no new objects are copied.
4566 2009-07-03  Mark Probst  <mark.probst@gmail.com>
4568         * object.c (handle_enum): Invoke the write barrier when copying
4569         value type instances.
4571         * sgen-gc.c: Register remsets for unmanaged write barriers only
4572         when the address written to is actually on the heap.  This makes
4573         set_value() in object.c work without requiring that the result be
4574         on the heap.
4576 2009-07-02 Rodrigo Kumpera  <rkumpera@novell.com>
4578         The runtime wrappers are all bound to a given type that must
4579         exist in the same image. For regular images we use the <Module>
4580         type, which is required to exist for all images.
4582         The <Module> type can't be used for dynamic images because it
4583         might not exist at the time the wrapper is required, so we create
4584         a synthetic type to use instead.
4586         The current code works because of the 2 stage setup of MonoClass,
4587         but once this is gone it will no longer work.
4589         * icall-def.h: Add ModuleBuilder::set_wrappers_type.
4591         * metadata-internals.h (MonoDynamicImage): Add wrappers_type.
4593         * object-internals.h: Export mono_image_set_wrappers_type icall
4594         as part of the internal API.
4596         * marshal.c (get_wrapper_target_class): If the image is dynamic,
4597         use MonoDynamicImage::wrappers_type instead of the <Module> type.
4599         reflection.c: Add mono_image_set_wrappers_type qhixh sets the dynamic
4600         image wrappers_type to the provided value.
4602 2009-07-01 Rodrigo Kumpera  <rkumpera@novell.com>
4604         * appdomain.c (deregister_reflection_info_roots): No need
4605         to use the image lock here.
4607 2009-07-02  Mark Probst  <mark.probst@gmail.com>
4609         * sgen-gc.c (collect_nursery): Also scan from write-barrier roots.
4611 2009-06-29  Zoltan Varga  <vargaz@gmail.com>
4613         * threads.c: Store the thread start argument in a hash table instead of
4614         registering it as a root, as libgc doesn't support unregistering roots
4615         under windows, leading to 'too many root sets' errors when many threads
4616         are created.
4618         * gc.c (mono_gc_run_finalize): Avoid finalizing dynamic methods during
4619         shutdown, they can still be referenced by the other dying objects.
4620         Fixes #514506.
4622 2009-06-27 Gonzalo Paniagua Javier <gonzalo@novell.com>
4624         * socket-io.c: DontLinger does not allow LingerOptions.
4626 2009-06-26 Rodrigo Kumpera  <rkumpera@novell.com>
4628         * metadata-verify.c: The spec doesn't mention that it's possible to add
4629         custom attribute to a generic parameter. Fixed.
4631 2009-06-26 Rodrigo Kumpera  <rkumpera@novell.com>
4633         * class.c (inflate_generic_type): Don't crash while trying to output a message
4634         on why we're aborting.
4636 2009-06-26 Gonzalo Paniagua Javier <gonzalo@novell.com>
4638         * socket-io.c: DontLinger can take an int or a boolean too.
4640 Fri Jun 26 17:00:04 CEST 2009 Paolo Molaro <lupus@ximian.com>
4642         * gc.c: check for a null argument to SuppressFinalize () and
4643         ReRegisterForFinalize ().
4645 2009-06-26 Rodrigo Kumpera  <rkumpera@novell.com>
4647         * loader.c (method_from_methodspec): Call into the verifier to check
4648         the signature.
4650         * metadata-verify.c: Addmono_verifier_verify_methodspec_signature.
4652         * verify-internals.h: Export mono_verifier_verify_methodspec_signature as
4653         part of the internal API.
4655 2009-06-25 Rodrigo Kumpera  <rkumpera@novell.com>
4657         * metadata.c (mono_type_create_from_typespec): Call into the verifier to check
4658         the signature.
4660         * metadata-verify.c: Add mono_verifier_verify_typespec_signature.
4662         * verify-internals.h: Export mono_verifier_verify_typespec_signature as
4663         part of the internal API.
4665 2009-06-25 Rodrigo Kumpera  <rkumpera@novell.com>
4667         * metadata.c (mono_metadata_parse_mh_full): Call into the verifier to check
4668         the signature.
4670         * metadata-verify.c: Add mono_verifier_verify_standalone_signature. Fix
4671         blob verification.
4673         * verify-internals.h: Export mono_verifier_verify_memberref_signature as
4674         part of the internal API.
4676 2009-06-25 Rodrigo Kumpera  <rkumpera@novell.com>
4678         * metadata-verify.c: Use is_valid_blob_object to verify blob validity
4679         when doing basic verification. 
4681         This check must be done since the runtime peeks into signatures in much
4682         more places than it does decoding so it makes sense to ensure that all
4683         pointers to blob objects are well formed.
4685 2009-06-25 Rodrigo Kumpera  <rkumpera@novell.com>
4687         * metadata-verify.c (is_valid_blob_object): Add extra minsize argument.
4688         Use proper overflow dectection. Fix usage of it.
4690 2009-06-25 Rodrigo Kumpera  <rkumpera@novell.com>
4692         * loader.c (field_from_memberref): Call into the verifier to check
4693         the signature.
4695         * loader.c (mono_method_get_signature_full): Same.
4697         * loader.c (method_from_memberref): Same.
4699         * metadata-verify.c: Add mono_verifier_verify_memberref_signature.
4701         * verify-internals.h: Export mono_verifier_verify_memberref_signature as
4702         part of the internal API.
4704 2009-06-25  Mark Probst  <mark.probst@gmail.com>
4706         * threadpool.c (mono_thread_pool_add): If the domain is unloading
4707         or unloaded, still return an AsyncResult, but don't add it to the
4708         threadpool.
4710 2009-06-25 Gonzalo Paniagua Javier <gonzalo@novell.com>
4712         * threads.c: fix missing colon when DEBUG is defined.
4714 2009-06-25  Mark Probst  <mark.probst@gmail.com>
4716         * threadpool.c: Don't add new calls to a threadpool if the domain
4717         of the call is unloading or unloaded.  When dequeuing a job, null
4718         the reference in the queue.
4720 2009-06-25  Mark Probst  <mark.probst@gmail.com>
4722         * sgen-gc.c (null_link_in_range): Add the dislink for the old
4723         generation if an object was moved.
4725 2009-06-25  Sylvain Dupont <duposyl@gmail.com>
4727         * cominterop.h cominterop.c marshal.c: Added support for marshalling out 
4728           parameters of type SAFEARRAY[VARIANT].
4730         * reflection.c (encode_marshal_blob): Properly generate element type
4731           (SafeArraySubType marshal attribute option).
4733         Code is contributed under MIT/X11 license.
4735 Thu Jun 25 15:48:09 CEST 2009 Paolo Molaro <lupus@ximian.com>
4737         * reflection.c: in mono_method_clear_object () really ensure all the
4738         objects are removed.
4740 2009-06-24 Rodrigo Kumpera  <rkumpera@novell.com>
4742         * loader.c (mono_method_signature): Call into the verifier to check
4743         the method signature.
4745         * metadata-verify.c (verify_method_table): Move signature verification
4746         to verify_method_table_full.
4748         * metadata-verify.c: Add mono_verifier_verify_method_signature.
4750         * verify-internals.h: Export mono_verifier_verify_method_signature as
4751         part of the internal API.
4753 2009-06-24 Rodrigo Kumpera  <rkumpera@novell.com>
4755         * loader.c (mono_method_get_header): Call into the verifier to
4756         check the method header.
4758         * metadata-verify.c: Add mono_verifier_verify_method_header.
4760         * verify-internals.h: Export mono_verifier_verify_method_header as
4761         part of the internal API.
4763 2009-06-24 Rodrigo Kumpera  <rkumpera@novell.com>
4765         * class.c (mono_class_find_enum_basetype): Call into the verifier to
4766         check the field signature. Replace an assert with an explicit check.
4768         * class.c (mono_class_setup_fields): Call into the verifier to check
4769         the field signature.
4771         * metadata-verify.c: Add mono_verifier_verify_field_signature.
4773         * verify-internals.h: Export mono_verifier_verify_field_signature as
4774         part of the internal API.
4776 2009-06-24 Rodrigo Kumpera  <rkumpera@novell.com>
4778         * class.c (mono_class_find_enum_basetype): Simplify this function
4779         by moving code outside of the loop and not decoding static fields.
4781 2009-06-24 Rodrigo Kumpera  <rkumpera@novell.com>
4783         * metadata-verify.c (verify_typedef_table): Check the extends
4784         token here. Move to here a flags check from verify_typedef_table_full.
4786 2009-06-24  Zoltan Varga  <vargaz@gmail.com>
4788         * metadata-verify.c (is_valid_method_header): Fix a warning.
4790         * metadata-internals.h (MonoImage): Remove the unused 
4791         static_rgctx_invoke_wrapper_cache.
4793         * image.c marshal.c: Ditto.
4795 2009-06-23 Rodrigo Kumpera  <rkumpera@novell.com>
4797         * image.c (do_mono_image_load): Enable table data verification.
4799 2009-06-23 Rodrigo Kumpera  <rkumpera@novell.com>
4801         * metadata-verify.c (is_valid_constant): Fix nullref check.
4803 2009-06-23 Rodrigo Kumpera  <rkumpera@novell.com>
4805         * metadata-verify.c (is_valid_constant): Fix string bounds check.
4807 2009-06-22  Mark Probst  <mark.probst@gmail.com>
4809         * sgen-gc.c: Managed allocation with pthreads TLS.
4811         * threads.c, threads-types.h: Functions for the JIT to tell the
4812         runtime whether it supports the MONO_TLS opcode.
4814 2009-06-22 Rodrigo Kumpera  <rkumpera@novell.com>
4816         * metadata-verify.c (verify_param_table): Fix a crash for assemblies
4817         without methods.
4819 2009-06-22 Rodrigo Kumpera  <rkumpera@novell.com>
4821         * metadata-verify.c (is_valid_constant): Fix the string length check.
4822         Use safe overflow checking. Add decent error messages.
4824 2009-06-22 Rodrigo Kumpera  <rkumpera@novell.com>
4826         * metadata-verify.c: Move remaininh blob checks to the offline
4827         verification path.
4829 2009-06-22 Rodrigo Kumpera  <rkumpera@novell.com>
4831         * metadata-verify.c: Move more blob checks to the offline verification
4832         path.
4834 2009-06-22  Bill Holmes  <billholmes54@gmail.com>
4836         * object-internals.h : Adding interrupt_on_stop field.
4838         * threads.c (mono_thread_request_interruption) : On Windows exit the
4839           thread if interrupt_on_stop is set.
4841         * socket-io.c (ves_icall_System_Net_Sockets_Socket_Accept_internal) :
4842          Removing old interrupt logic and setting the interrupt_on_stop for the
4843          thread when calling accept.
4845         * socket-io.c (ves_icall_System_Net_Sockets_Socket_Receive_internal) :
4846          setting the interrupt_on_stop for the thread when calling accept.
4848         Contributed under MIT/X11 license.
4850 2009-06-20  Martin Baulig  <martin@ximian.com>
4852         * mono-debug.h (MONO_DEBUGGER_MINOR_VERSION): Bump to 3.
4854 2009-06-21  Zoltan Varga  <vargaz@gmail.com>
4856         * appdomain.c (mono_try_assembly_resolve): Don't call managed code when
4857         running in no-exec mode.
4859 2009-06-19 Rodrigo Kumpera  <rkumpera@novell.com>
4861         * metadata-verify.c (verify_method_table): Move header
4862         checking to verify_method_table_full.
4864         * metata-verify.c (mono_verifier_verify_full_table_data):
4865         Call verify_method_table_full.
4867 2009-06-19 Rodrigo Kumpera  <rkumpera@novell.com>
4869         * metadata-verify.c (verify_field_table): Move signature
4870         checking to verify_field_table_full.
4872         * metata-verify.c (mono_verifier_verify_full_table_data):
4873         Call verify_field_table_full.
4875 2009-06-19 Rodrigo Kumpera  <rkumpera@novell.com>
4877         * metadata-verify.c (verify_typedef_table): Move remaining
4878         stuff to verify_typedef_table_full.
4880 2009-06-19 Rodrigo Kumpera  <rkumpera@novell.com>
4882         * metadata-verify.c: Kill is_corlib from VerifyContext.
4883         It is only used by the offline mode.
4884         So we better remove it from the runtime path.
4886 2009-06-19 Rodrigo Kumpera  <rkumpera@novell.com>
4888         * metadata-verify.c: Add new mono_verifier_verify_full_table_data
4889         function that perform the offline metadata verification steps.
4891         * metadata-verify.c (verify_typedef_table): Move some checks to
4892         verify_typedef_table_full and make it been called by new function
4893         mono_verifier_verify_full_table_data.
4895         * pedump.c: Call mono_verifier_verify_full_table_data.
4897         * verify-internals.h: Export mono_verifier_verify_full_table_data as
4898         part of the internal API.
4900 2009-06-19 Rodrigo Kumpera  <rkumpera@novell.com>
4902         * metadata-verify.c (typedef_is_system_object): Fix System.Object
4903         check.
4905         * metadata-verify.c (verify_implmap_table): Fix implmap invalid
4906         flags bits. SupportLastError was confused as bit 7 instead of 6.
4908         * metadata-verify.c (verify_implmap_table): Fix import scope verification
4909         to check against the module ref table instead of module.
4911         * metadata-verify.c (verify_implmap_table): Fix corlib check.
4913         * pedump.c: Call mono_image_load_names.
4915 2009-06-19 Rodrigo Kumpera  <rkumpera@novell.com>
4917         * image.c: Extract mono_image_load_names from do_mono_image_load.
4919         * metadata-internals.h: Export mono_image_load_names as part of
4920         the internal API.
4921         
4922 2009-06-19  Zoltan Varga  <vargaz@gmail.com>
4924         * metadata.c (mono_metadata_cleanup): Free the generic method cache
4925         first, as it could reference data in the other caches.
4927 2009-06-18 Rodrigo Kumpera  <rkumpera@novell.com>
4929         * metadata-verify.c: Finished with method header verification.
4931 2009-06-18 Rodrigo Kumpera  <rkumpera@novell.com>
4933         * metadata-verify.c: Added more header verification code.
4934         Now only EH clauses are missing.
4936 2009-06-17  Zoltan Varga  <vargaz@gmail.com>
4938         * marshal.c (get_runtime_invoke_type): Don't share primitive types
4939         for return values.
4941 2009-06-16 Rodrigo Kumpera  <rkumpera@novell.com>
4943         * metadata-verify.c: Initial method header verification.
4945 2009-06-16 Rodrigo Kumpera  <rkumpera@novell.com>
4947         * metadata-verify.c (verify_import_table): The IAT contents
4948         might end been patched by the windows DL when running with
4949         coree enabled.
4951 2009-06-15 Rodrigo Kumpera  <rkumpera@novell.com>
4953         * class.c (mono_class_from_typeref): If the enclosing type is not
4954         found return null instead of crashing. Fixes #508487.
4956 2009-06-15  Atsushi Enomoto  <atsushi@ximian.com>
4958         * normalization-tables.h : updated to the latest unicode charcter
4959           data.
4960         * appdomain.c : bump corlib version.
4962 2009-06-14  Zoltan Varga  <vargaz@gmail.com>
4964         * class.c (mono_class_from_name): Fix support for assembly references
4965         in the EXPORTEDTYPE table. Fixes #511704.
4967 2009-06-13  Geoff Norton  <gnorton@novell.com>
4969         * domain.c: Ensure that mono_domain_assembly_open actually opens the
4970         assembly in the target domain.
4972 2009-06-12  Robert Jordan  <robertj@gmx.net>
4974         * cominterop.c (cominterop_get_ccw): Increment mspec's SizeParamIndex
4975         because "this" of the managed signature has become an
4976         ordinary parameter in the unmanaged signature.
4978 2009-06-12  Zoltan Varga  <vargaz@gmail.com>
4980         * class-internals.h (struct _MonoGenericContainer): Add an 'image'
4981         field for owner-less generic containers.
4983         * reflection.c (mono_reflection_initialize_generic_parameter): Set the
4984         image field of the owner-less generic containers created here.
4986         * metadata.c (mono_metadata_load_generic_params): Ditto, the
4987         contain is ownerless until the caller sets its owner.
4989         * metadata.c (type_in_image): Handle owner-less generic containers
4990         correctly.
4991         
4992 2009-06-11  Zoltan Varga  <vargaz@gmail.com>
4994         * image.c (mono_image_close): Support debug_assembly_unload for
4995         dynamic images too.
4997 2009-06-11 Andrés G. Aragoneses  <aaragoneses@novell.com>
4999         * class.c: Fix some typos in comments.
5001 2009-06-11  Zoltan Varga  <vargaz@gmail.com>
5003         * reflection.c (add_custom_modifiers): Avoid reading invalid memory.
5005         * threads.c (mono_thread_execute_interruption): Avoid creating the
5006         abort exception object while holding the synch_cs lock.
5008 2009-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
5010         * metadata-verify.c: Verify basic cattr content.
5012 2009-06-10  Zoltan Varga  <vargaz@gmail.com>
5014         * reflection.c (add_exported_type): Don't set the FORWARDER flag on
5015         nested types.
5016         
5017         * reflection.c (mono_image_fill_export_table_from_type_forwarders): Add
5018         support for nested types. Fixes #511704.
5020 2009-06-09 Rodrigo Kumpera  <rkumpera@novell.com>
5022         * metadata-verify.c: Verify methodspec signatures.
5024 2009-06-09 Rodrigo Kumpera  <rkumpera@novell.com>
5026         * metadata-verify.c: Verify typespec signatures.
5028 2009-06-09  Zoltan Varga  <vargaz@gmail.com>
5030         * metadata.c (free_inflated_method): Call 
5031         mono_marshal_free_inflated_wrappers (), which was missed earlier.
5033 2009-06-08  Miguel de Icaza  <miguel@novell.com>
5035         * mono-config.c: Small change to report the PPC64/ILP32 model.
5037 2009-06-05 Rodrigo Kumpera  <rkumpera@novell.com>
5039         * metadata-verify.c (parse_type): Check szarray.
5041 2009-06-05 Rodrigo Kumpera  <rkumpera@novell.com>
5043         * metadata-verify.c (parse_type): Check fnptr.
5045 2009-06-05 Rodrigo Kumpera  <rkumpera@novell.com>
5047         * metadata-verify.c (parse_type): Check generic instances.
5049 2009-06-05 Rodrigo Kumpera  <rkumpera@novell.com>
5051         * metadata-verify.c (parse_type): Check array shape.
5053 2009-06-05  Robert Jordan  <robertj@gmx.net>
5055         * class.c (mono_class_create_from_typedef): Check only for
5056         mscorlib's System.Array.
5058 2009-06-04 Rodrigo Kumpera  <rkumpera@novell.com>
5060         * metadata-verify.c (parse_type): Check pointer, class/valuetype
5061         and generic params. 
5063         * metadata-verify.c (parse_field): Check the signature.
5065 2009-06-04 Rodrigo Kumpera  <rkumpera@novell.com>
5067         * metadata-verify.c: Implement locals signature check.
5069 2009-06-04  Marek Safar  <marek.safar@gmail.com>
5071         * domain.c: Add .NET 4.0 Beta 1 version.
5073 2009-06-04  Bill Holmes  <billholmes54@gmail.com>
5075         * cominterop.c (cominterop_ccw_queryinterface): Fix for bug 499566.
5076           For QueryInterface on CCWs consider the base class
5077           interfaces as well.
5079         Code is contributed under MIT/X11 license.
5081 2009-06-04  Zoltan Varga  <vargaz@gmail.com>
5083         * wrapper-types.h: Delete STATIC_RGCTX_INVOKE.
5085         * marshal.c (mono_marshal_ret_static_rgctx_invoke): Remove, no longer
5086         used.
5088         * icall.c (ves_icall_System_Delegate_CreateDelegate_internal): Avoid
5089         adding a static-rgctx invoke wrapper, it is done by the runtime trampolines.
5091         * generic-sharing.c (inflate_other_data): Ditto.
5092         
5093 2009-06-03 Rodrigo Kumpera  <rkumpera@novell.com>
5095         * metadata-verify.c: Implement property signature check.
5097 2009-06-04  Mark Probst  <mark.probst@gmail.com>
5099         * sgen-gc.h: Register saving support for PPC.
5101 2009-06-04  Mark Probst  <mark.probst@gmail.com>
5103         * sgen-gc.c: Fixed a pthread TLS screwup.
5105 2009-06-04  Mark Probst  <mark.probst@gmail.com>
5107         * sgen-gc.c: Do TLS using pthread API if __thread keyword is not
5108         supported.
5110 2009-06-04  Mark Probst  <mark.probst@gmail.com>
5112         * sgen-gc.c: Disable TLA and managed allocation if the __thread
5113         keyword is not supported.
5115 2009-06-04  Zoltan Varga  <vargaz@gmail.com>
5117         * marshal.c metadata.c: Applied patch from Ulrich Weigand 
5118         <uweigand@de.ibm.com>: Free the wrappers of inflated generic methods when
5119         the inflated method is freed. Fixes #508389.
5121         The code is contributed under the MIT/X11 license.
5122         
5123 2009-06-03  Zoltan Varga  <vargaz@gmail.com>
5125         * marshal.c (get_wrapper_target_class): New helper function.
5126         (mono_marshal_get_runtime_invoke): Place runtime-invoke wrappers into
5127         the <Module> class of the image. Fixes #509049.
5129 2009-06-01 Rodrigo Kumpera  <rkumpera@novell.com>
5131         * threads.c (ves_icall_System_Threading_Thread_Sleep_internal):
5132         Check if the thread was interrupted and proccess it straight away.
5133         Makes abortion much more responsive.
5135 2009-06-01 Rodrigo Kumpera  <rkumpera@novell.com>
5137         * threads.c (mono_thread_execute_interruption): Use atomic cas with
5138         MonoThread::interruption_requested to match it's counterpart.
5140         Fixes a hang in abort-stress-1 on a 2 core x86.
5142         * threads.c (ves_icall_System_Threading_Thread_GetAbortExceptionState):
5143         Fix warning.
5145 2009-06-01 Rodrigo Kumpera  <rkumpera@novell.com>
5147         Change MonoImage::name_cache to be protected by the image lock
5148         instead of the loader lock.
5150         * appdomain.c (deregister_reflection_info_roots): Protect access
5151         to name_cache.
5153         * class.c (mono_image_init_name_cache): Change from the loader lock
5154         to the image lock. Check if the cache wasn't already created.
5156         * class.c: Change from the loader to the image lock.
5158         * icall.c (ves_icall_System_Reflection_Assembly_GetNamespaces): Fix
5159         the code to hold the image lock while iterating over name_cache and
5160         not go into mono_array_new holding it.
5162         * metadata-internals.h: Add a comment about this change.
5164 2009-06-01 Rodrigo Kumpera  <rkumpera@novell.com>
5166         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType):
5167         Under the 2.0 profile raise the loader error.
5169         Fixes #508532.
5171 2009-06-01 Rodrigo Kumpera  <rkumpera@novell.com>
5173         * marshal.c (mono_marshal_get_runtime_invoke): Emit the right kind
5174         of ldind opcode for generic instances so we don't fail for direct wrappers.
5175         This only affect direct calls.
5177 2009-05-31  Zoltan Varga  <vargaz@gmail.com>
5179         * reflection.c (create_dynamic_mono_image): Fix warnings.
5181         * generic-sharing.c (other_info_equal): Ditto.
5182         
5183 2009-05-29 Rodrigo Kumpera  <rkumpera@novell.com>
5185         * metadata-verify.c: Implement field signature check.
5187 2009-05-29 Rodrigo Kumpera  <rkumpera@novell.com>
5189         * metadata-verify.c: Implement standalone signature check.
5191 2009-05-28 Rodrigo Kumpera  <rkumpera@novell.com>
5193         * metadata-verify.c: Implement methodref signature check.
5195 2009-05-28  Zoltan Varga  <vargaz@gmail.com>
5197         * object-internals.h (MonoRuntimeCallbacks): New structure containing
5198         callbacks supplied by the runtime.
5200         * object.c (mono_install_callbacks): New internal function to install
5201         the callbacks.
5203         * object.c (mono_create_ftnptr): Move the implementation of this to
5204         mini/.
5206         * object.c (mono_get_addr_from_ftnptr): Ditto.  
5208 2009-05-27 Rodrigo Kumpera  <rkumpera@novell.com>
5210         * metadata-verify.c (parse_return_type): Proper byref check.
5211         * metadata-verify.c (is_valid_method_signature): Check for zero arity
5212         generic signatures and method params.
5214 2009-05-27 Rodrigo Kumpera  <rkumpera@novell.com>
5216         * metadata-verify.c (decode_signature_header): Fix bounds check.
5218         * metadata-verify.c (parse_custom_mods): Check custom mods.
5220         * metadata-verify.c (parse_type): Do initial basic verification
5221         of valid values.
5222         
5223         * metadata-verify.c (is_valid_method_signature): Parse the generic
5224         param count.
5226 2009-05-26 Rodrigo Kumpera  <rkumpera@novell.com>
5228         * icall.c (ves_icall_Type_GetMethodsByName): Virtual methods should be
5229         discarded based on their most specific definition so we set the method_slots
5230         array before checking if the method is acceptable or not.
5232         Fixes #506757.
5234 2009-05-26  Mark Probst  <mark.probst@gmail.com>
5236         * icall.c: Free the old array when resizing a mono_ptr_array.
5238 2009-05-26  Mark Probst  <mark.probst@gmail.com>
5240         * reflection.c (create_dynamic_mono_image): Use mono_object_hash()
5241         for the hashes whose keys are managed objects.
5243 2009-05-26  Mark Probst  <mark.probst@gmail.com>
5245         * object-internals.h, threads.c: Set the execution context on
5246         thread start here, not in corlib.
5248         * appdomain.c: Bump corlib version.
5250 2009-05-27  Martin Baulig  <martin@ximian.com>
5252         * mono-debug.c (mono_debug_init): Use `MONO_DEBUG_FORMAT_DEBUGGER'
5253         if `_mono_debug_using_mono_debugger' is set to make things work
5254         properly when embedding Mono.
5256 2009-05-25 Rodrigo Kumpera  <rkumpera@novell.com>
5258         * class.c (mono_class_setup_fields): Don't mark simd types as having
5259         16 bytes alignment as the whole runtime doesn't support.
5261 2009-05-25 Rodrigo Kumpera  <rkumpera@novell.com>
5263         * metadata-verify.c (safe_read): Use endian safe read macros.
5265 2009-05-25  Zoltan Varga  <vargaz@gmail.com>
5267         * object.c (mono_create_ftnptr): Don't allocate from the code mempool since
5268         it is read-only when using full aot.
5270 2009-05-22 Rodrigo Kumpera  <rkumpera@novell.com>
5272         * metadata-verify.c (is_valid_method_signature): Verify parts
5273         of the return type. Provide an error message in case of failure.
5275 2009-05-22 Rodrigo Kumpera  <rkumpera@novell.com>
5277         * metadata-verify.c (is_valid_method_signature): Verify the call conv.
5279 2009-05-22 Rodrigo Kumpera  <rkumpera@novell.com>
5281         * metadata-verify.c: Include the size prefix in the bounds check.
5283 2009-05-22  Miguel de Icaza  <miguel@novell.com>
5285         * icall.c: Remove warnings.
5287         * mono-config.c: Allow for CONFIG_CPU to be set in config.h and
5288         prevent auto-detection based on GCC defines.
5290         Add PS3
5292         * metadata-verify.c: Do not include signal.h
5294         * generic-sharing.c, marshal.c: Add returns to avoid some warning
5295         messages.  Not sure why the g_assert_not_reached is not enough to
5296         quiet the compiler.
5297         
5299         * appdomain.c: Remove code that is not used when
5300         DISABLE_SHADOW_COPY is set.
5302         * image.c: use g_getenv
5304 2009-05-21  Miguel de Icaza  <miguel@novell.com>
5306         * reflection.c: Remove code that it not used with
5307         DISABLE_REFLECTION_EMIT is defined.
5309 2009-05-21  Zoltan Varga  <vargaz@gmail.com>
5311         * marshal.c (mono_marshal_get_runtime_invoke): Share more runtime
5312         invoke wrappers.
5314 2009-05-20  Miguel de Icaza  <miguel@novell.com>
5316         * socket-io.c
5317         (ves_icall_System_Net_Sockets_Socket_Available_internal): Remove
5318         the ifdef here and instead put that on io-layer
5320 2009-05-19 Rodrigo Kumpera  <rkumpera@novell.com>
5322         * metadata-verify.c: Verify the generic param constraint table.
5324 2009-05-19 Rodrigo Kumpera  <rkumpera@novell.com>
5326         * metadata-verify.c (verify_generic_param_table): Fix
5327         thinko on the valid flags bits for generic params.
5329 2009-05-19 Rodrigo Kumpera  <rkumpera@novell.com>
5331         * metadata-verify.c: Verify the methodspec table.
5333 2009-05-19 Rodrigo Kumpera  <rkumpera@novell.com>
5335         * metadata-verify.c: Verify the generic param table.
5337 2009-05-19  Mark Probst  <mark.probst@gmail.com>
5339         * sgen-gc.c: Store and use the count with REMSET_VTYPE.
5341 2009-05-19  Mark Probst  <mark.probst@gmail.com>
5343         * sgen-gc.c: Use generation enum more consistently and use the
5344         correct generation in mono_gc_register_for_finalization().
5346 2009-05-18 Rodrigo Kumpera  <rkumpera@novell.com>
5348         * metadata-verify.c: Verify the nested class table.
5350 2009-05-18 Rodrigo Kumpera  <rkumpera@novell.com>
5352         * metadata-verify.c: Verify the manifest resource table.
5354 2009-05-17  Zoltan Varga  <vargaz@gmail.com>
5356         * debug-helpers.c (dis_one): Add little-endian support for ldstr.
5358 2009-05-16  Zoltan Varga  <vargaz@gmail.com>
5360         * class.c (mono_class_get_vtable_entry): Avoid adding static-rgctx
5361         wrappers, this is now done in the JIT.
5362         
5363         * class.c (mono_set_generic_sharing_supported): New internal function.
5364         (mono_class_generic_sharing_enabled): Move the #ifdef stuff to the JIT.
5366 2009-05-15 Rodrigo Kumpera  <rkumpera@novell.com>
5368         * metadata-verify.c: Verify the exported type table.
5370 2009-05-15 Rodrigo Kumpera  <rkumpera@novell.com>
5372         * pedump.c (main): Fake an assembly for netmodules to make the verifier happy.
5374 2009-05-15 Rodrigo Kumpera  <rkumpera@novell.com>
5376         * metadata-verify.c: Verify the file table.
5378 2009-05-15 Rodrigo Kumpera  <rkumpera@novell.com>
5380         * metadata-verify.c (verify_assembly_table): Fix an error message.
5382         * metadata-verify.c: Verify the assemblyref table.
5384 2009-05-15 Rodrigo Kumpera  <rkumpera@novell.com>
5386         * metadata-verify.c (verify_assembly_table): Fix the valid
5387         bits mask for flags.
5389 2009-05-15  Zoltan Varga  <vargaz@gmail.com>
5391         * debug-helpers.c (mono_method_full_name): Print generic parameters of
5392         generic methods as well.
5394 2009-05-15  Geoff Norton  <gnorton@novell.com>
5396         * gc.c: MachO/Darwin supports and uses semaphores fine for this 
5397         use-case and is significantly more performant than the wapi layer.
5399 2009-05-13 Rodrigo Kumpera  <rkumpera@novell.com>
5401         * metadata-verify.c: Verify the assembly table.
5403 2009-05-13 Rodrigo Kumpera  <rkumpera@novell.com>
5405         * metadata-verify.c: Fix rows limit check.
5407 2009-05-13 Rodrigo Kumpera  <rkumpera@novell.com>
5409         * metadata-verify.c: Verify the fieldrva table.
5411 2009-05-13  Mark Probst  <mark.probst@gmail.com>
5413         * sgen.c: Speed up weak links and finalizers by grouping them by
5414         generation.
5416 2009-05-13  Mark Probst  <mark.probst@gmail.com>
5418         * marshal.c (delegate_hash_table_add): When overwriting an entry,
5419         free the old GCHandle (only applies to SGen).
5421 2009-05-13  Zoltan Varga  <vargaz@gmail.com>
5423         * loader.c (mono_get_method_from_token): Avoid the expensive call to
5424         mono_metadata_load_generic_params () for non-generic methods.
5426 2009-05-12  Mark Probst  <mark.probst@gmail.com>
5428         * monitor.c, monitor.h (mono_monitor_get_object_monitor_weak_link):
5429         New function for returning a monitor's weak link if it has one.
5431         * sgen-gc.c: Remove an object's monitor's weak link (if it has
5432         one) when clearing a domain.  These can still be around because
5433         the object might not have been collected.
5435 2009-05-12  Zoltan Varga  <vargaz@gmail.com>
5437         * gc.c: Fix a warning.
5439 2009-05-12  Kornél Pál  <kornelpal@gmail.com>
5441         * gc.c (mono_gc_init): Set gc_thread on creation. This avoids the
5442         prevous wait that resulted in a deadlock on Windows when initializing
5443         the runtime form DllMain. Also results in improved startup time.
5444         (finalizer_thread): Get rid of thread_started_event.
5445         * threads.c, threads-types.h (mono_thread_create_internal): Return the
5446         resulting MonoThread.
5448         Contributed under MIT/X11 license.
5450 2009-05-11 Rodrigo Kumpera  <rkumpera@novell.com>
5452         * metadata-verify.c: Verify the implmap table.
5453         Don't require that #US and #Strings be present.
5455 2009-05-11  Sebastien Pouliot  <sebastien@ximian.com>
5457         * security-core-clr.c: Delegate checks are done at creation time,
5458         not a invocation time. Fix exception for Telerik Silverlight demo
5460 2009-05-11  Mark Probst  <mark.probst@gmail.com>
5462         * sgen-gc.c (need_remove_object_for_domain): Remove the special
5463         case for the Thread class.
5465         * threads.c: Do clean-up of abort exception/state in
5466         thread_cleanup() instead of Thread.free_internal().  Also clean up
5467         current_appcontext.  The reason we have to do that is because
5468         those references might point into another domain and if that
5469         domain is unloaded before the thread is finalized, they point to
5470         invalid data.
5472 2009-05-10  Andreas Faerber  <andreas.faerber@web.de>
5474         * null-gc.c (mono_gc_weak_link_add, mono_gc_clear_domain): Fix
5475         stub signatures.
5476         
5477         Contributed unter MIT/X11 license.
5479 2009-05-09  Miguel de Icaza  <miguel@novell.com>
5481         * verify.c, metadata-verifier.c: Add support for disabling the
5482         verifier in some builds.
5484         [ Sorry, my previous commit accidentally commited some work in
5485         progress ]
5487 2009-05-08  Zoltan Varga  <vargaz@gmail.com>
5489         * class.c (mono_class_setup_fields): Set class->field.first for
5490         generic instances.
5492 2009-05-07 Rodrigo Kumpera  <rkumpera@novell.com>
5494         * metadata-verify.c: Verify the typespec table.
5496 2009-05-07 Rodrigo Kumpera  <rkumpera@novell.com>
5498         * metadata-verify.c: Verify the module table.
5500 2009-05-06 Rodrigo Kumpera  <rkumpera@novell.com>
5502         * metadata-verify.c: Verify the methodimpl table.
5504 2009-05-06 Rodrigo Kumpera  <rkumpera@novell.com>
5506         * metadata-verify.c: Verify the property table.
5508 2009-05-06  Zoltan Varga  <vargaz@gmail.com>
5510         * debug-helpers.c (mono_method_desc_match): Add support for generic
5511         glob patterns.
5513 2009-05-05 Rodrigo Kumpera  <rkumpera@novell.com>
5515         * metadata-verify.c: Verify the propertymap table.
5517 2009-05-04 Rodrigo Kumpera  <rkumpera@novell.com>
5519         * metadata-verify.c: Verify the event table.
5521         * metadata-verify.c (search_sorted_table): Fix offset
5522         calculation.
5524 2009-05-02  Zoltan Varga  <vargaz@gmail.com>
5526         * domain-internals.h (struct _MonoJitInfo): Add a 'from_llvm' flag.
5528 2009-05-01  Mark Probst  <mark.probst@gmail.com>
5530         * gc.c (mono_gc_run_finalize): Don't set the domain too late,
5531         because mono_delegate_free_ftnptr() needs it.
5533 2009-04-30 Rodrigo Kumpera  <rkumpera@novell.com>
5535         * metadata-verify.c: Verify the eventmap table.
5537 2009-04-30 Rodrigo Kumpera  <rkumpera@novell.com>
5539         * metadata-verify.c: Verify the standalonesig table.
5541 2009-04-30 Rodrigo Kumpera  <rkumpera@novell.com>
5543         * metadata-verify.c: Verify the field layout table.
5545 2009-04-30 Rodrigo Kumpera  <rkumpera@novell.com>
5547         * class.c (mono_type_get_name_recurse): Don't crash
5548         for ownerless generic params.
5550         * debug-helpers.c (mono_type_get_desc): Correct the format
5551         for ownerless generic params.
5553 2009-04-30 Rodrigo Kumpera  <rkumpera@novell.com>
5555         * metadata-verify.c: Verify the class layout table.
5557 2009-04-30 Rodrigo Kumpera  <rkumpera@novell.com>
5559         * metadata-verify.c: Verify the decl security table.
5561 2009-04-30  Mark Probst  <mark.probst@gmail.com>
5563         * domain.c (mono_domain_set_internal_with_options): Don't do
5564         anything if the old domain is the same as the old one.  Fixes
5565         #499326.
5567 2009-04-30  Mark Probst  <mark.probst@gmail.com>
5569         * appdomain.c: Deregister the reflection_info roots when unloading
5570         a domain.
5572         * sgen-gc.c, domain.c, gc-internal.h: mono_gc_clear_domain() nulls
5573         memory allocated by a domain and frees its disappearing links.
5575         * boehm-gc.c, null-gc.c: Empty implementation of
5576         mono_gc_clear_domain().
5578 2009-04-30  Mark Probst  <mark.probst@gmail.com>
5580         * appdomain.c (clear_cached_vtable): Free the static fields memory
5581         block.
5583 2009-04-30  Mark Probst  <mark.probst@gmail.com>
5585         * gc.c: Set the correct domain when invoking finalizers.
5587         * appdomain.c: Set the correct domain when creating threads.
5589 2009-04-30  Mark Probst  <mark.probst@gmail.com>
5591         * sgen-gc.c: Fix skip size for vectors.
5593 2009-05-03  Martin Baulig  <martin@ximian.com>
5595         * mono-debug-debugger.c
5596         (mono_debugger_check_breakpoints): Check class init handlers even
5597         if we don't have any method load handers.
5599 2009-04-30  Zoltan Varga  <vargaz@gmail.com>
5601         * appdomain.c (ves_icall_System_AppDomain_GetAssemblies): Avoid 
5602         returning refonly assemblies if refonly is FALSE. Fixes #499013.
5604 2009-04-29 Rodrigo Kumpera  <rkumpera@novell.com>
5606         * metadata-verify.c: Verify the field marshal table.
5608 2009-04-29 Rodrigo Kumpera  <rkumpera@novell.com>
5610         * metadata-verify.c: Verify the custom attribute table.
5612 2009-04-28 Rodrigo Kumpera  <rkumpera@novell.com>
5614         * metadata-verify.c: Verify the constant table.
5616 2009-04-28 Rodrigo Kumpera  <rkumpera@novell.com>
5618         * metadata-verify.c: Verify the memberef table.
5620 2009-04-28 Rodrigo Kumpera  <rkumpera@novell.com>
5622         * metadata-verify.c (get_coded_index_token): Remove
5623         dead argument.
5625 2009-04-28 Rodrigo Kumpera  <rkumpera@novell.com>
5627         * metadata-verify.c: Verify the interfaceimpl table.
5629 2009-04-28 Rodrigo Kumpera  <rkumpera@novell.com>
5631         * verify.c: Improve error message.
5633         * debug-helpers.c (mono_type_get_desc): Harden the code that
5634         deals with VAR and MVAR.
5636 2009-04-28  Zoltan Varga  <vargaz@gmail.com>
5638         * image.c (mono_image_fixup_vtable): Avoid casting an lvalue. Fixes 
5639         part of #498692.
5641 2009-04-23 Tom Hindle <tom_hindle@sil.org>
5643         * cominterop.c (ves_icall_System_Runtime_InteropServices_Marshal_ReleaseComObjectInternal):
5644         changed to match .Net behaviour of not aborting on additional calls to ReleaseComObject.
5646 2009-04-28  Sebastien Pouliot  <sebastien@ximian.com>
5648         * security-core-clr.c: Avoid redundant checks for platform code, 
5649         e.g. check for method and for class (very common) and check
5650         for class and outer class (less common)...
5652 2009-04-27  Zoltan Varga  <vargaz@gmail.com>
5654         * reflection.c: Avoid returning random cattrs for synthetic methods.
5655         Fixes #498545.
5657 2009-04-27 Gonzalo Paniagua Javier <gonzalo@novell.com>
5659         * assembly.c: assemblies in the GAC should never be shadow-copied.
5661 2009-04-26  Mark Probst  <mark.probst@gmail.com>
5663         * domain.c, domain-internals.h: Disable
5664         track_resurrection_{objects,handles}_hash in MonoDomain if using
5665         SGen.
5667 2009-04-24 Rodrigo Kumpera  <rkumpera@novell.com>
5669         * metadata-verify.c: Verify the param table.
5671 2009-04-24 Rodrigo Kumpera  <rkumpera@novell.com>
5673         * metadata-verify.c (verify_typedef_table): Range check FieldList and
5674         MethodList.
5676         * metadata-verify.c (verify_method_table): Proper check the ParamList
5677         field.
5679 2009-04-24 Rodrigo Kumpera  <rkumpera@novell.com>
5681         * metadata-verify.c (verify_method_table): Check for runtime
5682         implemented functions such as delegate .ctors. Remove spurious
5683         printf.
5684         
5685 2009-04-24 Rodrigo Kumpera  <rkumpera@novell.com>
5687         * pedump.c: Proper initialize the runtime forcing the 2.0 profile.
5689 2009-04-24  Raja R Harinath  <harinath@hurrynot.org>
5691         Don't allocate MonoGenericInfo for ownerless generic params.
5692         * class-internals.h (MonoGenericParam::info): Move field to ...
5693         (MonoGenericParamFull): ... this.  New struct.
5694         (MonoGenericContainer::type_params): Change type to
5695         MonoGenericParamFull.
5696         (MonoGenericParam, MonoGenericContainer): Update accessors.
5697         * metadata.c (mono_metadata_parse_generic_param): Don't initialize
5698         'info' field for ownerless generic param.
5699         (mono_metadata_load_generic_params): Update to changes.
5700         * reflection.c (mono_reflection_create_generic_class): Likewise.
5701         (reflection_methodbuilder_to_mono_method): Likewise.
5702         (mono_reflection_initialize_generic_parameter): Likewise.
5704 2009-04-24  Raja R Harinath  <harinath@hurrynot.org>
5706         Don't use MonoGenericParamInfo for ownerless generic params.
5707         * class.c (get_anon_gparam_class, set_anon_gparam_class): New.  Don't
5708         use ParamInfo class at all.
5709         (mono_class_from_generic_parameter): Use them.
5710         (make_generic_param_class): Fix a couple of instances where 'pinfo
5711         == NULL' wasn't handle.
5713 2009-04-24  Raja R Harinath  <harinath@hurrynot.org>
5715         * class.c (make_generic_param_class): Carve out of ...
5716         (mono_class_from_generic_parameter): ... here.
5718 2009-04-24  Raja R Harinath  <harinath@hurrynot.org>
5720         Simplify mono_class_from_generic_parameter
5721         * class-internals.h (MonoGenericParamInfo::token): New field.
5722         * metadata.c (mono_metadata_load_generic_params): Initialize it
5723         from metadata.
5724         * class.c (mono_class_from_generic_parameter): Use it instead of
5725         searching through metadata.
5727 2009-04-23 Rodrigo Kumpera  <rkumpera@novell.com>
5729         * metadata-verify.c: Add verification of the method table.
5731 2009-04-23 Rodrigo Kumpera  <rkumpera@novell.com>
5733         * icall.c (ves_icall_Type_GetMethodsByName): Fix memleak for the
5734         Delegate::Invoke optimization.
5736 2009-04-23 Rodrigo Kumpera  <rkumpera@novell.com>
5738         * appdomain.c (mono_domain_create_appdomain_internal): Free the
5739         string returned by get_shadow_assembly_location_base.
5741         * appdomain.c (get_shadow_assembly_location_base): Add a comment
5742         about caller's ownership.
5744 2009-04-23 Rodrigo Kumpera  <rkumpera@novell.com>
5746         * reflection.c: Add mono_reflection_cleanup_domain to cleanup
5747         reflection memory on domain unload.
5749         * domain.c (mono_domain_free): Don't free refobject_hash, let the
5750         reflection cleanup code do it.
5752         * domain-internals.h: Add mono_reflection_cleanup_domain.
5754         This fixes a memory leak for managed mirrors of reflection objects
5755         on domain unload. 
5757 2009-04-22 Rodrigo Kumpera  <rkumpera@novell.com>
5759         * metadata-verify.c: Implement more verification of the field table.
5761 2009-04-22 Rodrigo Kumpera  <rkumpera@novell.com>
5763         * pedump.c (main): Init mono with mscorlib so it defaults to 2.0 and
5764         doesn't try to parse the input assembly, which can be broken.
5766 2009-04-23  Mark Probst  <mark.probst@gmail.com>
5768         * boehm-gc.c, gc-internal.h, gc.c, monitor.c, null-gc.c,
5769         sgen-gc.c: Implement track resurrection in weak GC handles in SGen
5770         by using the lowest bit in the link to store whether the link is
5771         tracked.  Move the track_resurrection hashes into boehm-gc.c.
5773 2009-04-22  Miguel de Icaza  <miguel@novell.com>
5775         * Makefile.am: Split the console support in platform specific code
5776         and put together a framework for making this easy in the future so
5777         that we can start splitting code instead of having a mess of PLATFORM_WIN32
5779 2009-04-21 Rodrigo Kumpera  <rkumpera@novell.com>
5781         * pedump.c: Fix a warning.
5783 2009-04-21 Rodrigo Kumpera  <rkumpera@novell.com>
5785         * verify.c (mono_delegate_type_equal): Compare valuetypes using
5786         mono_class_from_mono_type to avoid bad interactions with the dual representation
5787         of the generic type definition.
5789 2009-04-21 Rodrigo Kumpera  <rkumpera@novell.com>
5791         * verify.c (do_invoke_method): Use mono_class_from_mono_type to
5792         get the MonoClass for the call context type as it might be a generic
5793         instance.
5795         Fixes #491483.
5797 2009-04-21  Mark Probst  <mark.probst@gmail.com>
5799         * object-internals.h: The Thread object has no execution_context
5800         member anymore.
5802         * threads.c, threadpool.c, threads-types.h: Accessor functions for
5803         the execution context.
5805         * appdomain.c: Bump corlib version.
5807 2009-04-20 Rodrigo Kumpera  <rkumpera@novell.com>
5809         * verify.c (do_newobj): Improve error message.
5811 2009-04-20 Rodrigo Kumpera  <rkumpera@novell.com>
5813         * verify.c (verify_clause_relationship): Only mask as an error if the exception clause
5814         is nested in the filter block.
5816         * verify.c (verify_clause_relationship): The disjoint check must verify if the exception
5817         block is not fully nested.
5819         Fixes #495656.
5821 2009-04-20 Rodrigo Kumpera  <rkumpera@novell.com>
5823         * verify.c (verify_type_compatibility_full): Compare MonoClass and
5824         not MonoType to check for equality of valuetypes as the generic type
5825         definition allows for two different encodings: the generic type definition
5826         class or a generic instance over the GTD arguments.
5828         Fixes #496175.
5830 2009-04-20 Rodrigo Kumpera  <rkumpera@novell.com>
5832         * verify.c (dump_stack_value): Fix compilation with extra debug turned on.
5834         * verify.c (do_initobj): Improve error message.
5836 2009-04-20 Rodrigo Kumpera  <rkumpera@novell.com>
5838         * metadata-verify.c: Enable pe verification as the issue with #496453
5839         is that the authenticode data directory have a different unspecified
5840         format. Ignore it for now.
5842         * pedump.c: Run the metadata verifier together with the IL verifier.
5844         Fixes ##496453.
5846 2009-04-20  Rolf Bjarne Kvinge  <RKvinge@novell.com>
5848         * metadata-verify.c: Temporarily disable pe verification due to #496453.
5850 2009-04-17 Rodrigo Kumpera  <rkumpera@novell.com>
5852         * class.c (can_access_type): Check visibility against
5853         the element type for pointers and arrays.
5855         Fixes #496150.
5857 2009-04-17 Rodrigo Kumpera  <rkumpera@novell.com>
5859         * metadata-verify.c: Fix cli and table verification to use information
5860         from the MonoImage. A lot of duplicated code got killed.
5862 2009-04-17 Rodrigo Kumpera  <rkumpera@novell.com>
5865         This patch starts to integrate the metadata verifier with the runtime code.
5867         This patch causes major regression in functionality for the metadata verifier
5868         as cli and table verification are disabled since they require to be ported to
5869         use MonoImage information.
5871         * image.c (do_mono_image_load): Split the code in this function
5872         into mono_image_load_pe_data and mono_image_load_cli_data.
5873         Add     care_about_pecoff parameter to not load pecoff data.
5874         Call into the metadata verifier for pecoff and cli verification.
5876         * image.c (mono_image_open_raw): New function that doesn't perform
5877         any parsing of the image contents.
5878         
5879         The reason for the 3 new functions is to give pedump better control
5880         into the interaction with the verifier.
5882         * metadata-internals.h: Add new functions from image.c as part of the
5883         internal mono API.
5885         * metadata-verify.c: Split mono_image_verify into mono_verifier_verify_pe_data,
5886         mono_verifier_verify_cli_data and mono_verifier_verify_table_data. Prepare
5887         to make those functions work together with the runtime.
5889         * verify.c: Add mono_verifier_is_enabled_for_image function that returns
5890         true if the image needs to be verified.
5892         * verify-internals.h: Export new functions from metadata-verify.c and verify.c.
5894         * pedump.c: Use new metadata verifier API.
5896 2009-04-19  Zoltan Varga  <vargaz@gmail.com>
5898         * object.c (mono_install_vtable_trampoline): Make this receive a
5899         trampoline creation function instead of trampoline, allowing the JIT
5900         to use a different trampoline for each vtable.
5902 2009-04-18  Mark Probst  <mark.probst@gmail.com>
5904         * object.c (mono_raise_exception): Don't reset the thread abort
5905         exception state here.
5907 2009-04-18  Mark Probst  <mark.probst@gmail.com>
5909         * icall-def.h: New icall for getting the thread abort exception
5910         state for a thread.
5912         * object.c, thread.c, object-internals.h: A thread's abort
5913         exception state is now a GC handle.  To get the object it stands
5914         for, we must move it into the current app domain, if it's
5915         different than the one where it originated from.
5917         * appdomain.c: Bump corlib version.
5919         * domain.c, domain-internals.h: New function for setting the
5920         domain and migrate the thread abort exception or not.
5922 2009-04-16 Rodrigo Kumpera  <rkumpera@novell.com>
5924         * metadata-verify.c: Add initial verification of the
5925         field table.
5927 2009-04-16 Rodrigo Kumpera  <rkumpera@novell.com>
5929         * metadata-verify.c: Add a macro to conditionally enable
5930         dumping of verification information. Add  make_coded_token
5931         and search_sorted_table to enable search sorted tables
5932         by a given coded token.
5934 2009-04-16 Rodrigo Kumpera  <rkumpera@novell.com>
5936         * metadata-verify.c: Add array mapping from table index
5937         to description offset. Add get_col_offset and get_col_size
5938         functions.
5940 2009-04-16 Rodrigo Kumpera  <rkumpera@novell.com>
5942         * metadata-verify.c: Add remaining table descriptions offsets.
5943         Add remaining coded index descriptions.
5945 2009-04-16 Rodrigo Kumpera  <rkumpera@novell.com>
5947         * metadata-verify.c: Fixed constant table description.
5948         Fixed calculation of HasCustomAttribute coded index size.
5949         Fixed calculation of size for many table indexes. 
5951 2009-04-16 Rodrigo Kumpera  <rkumpera@novell.com>
5953         * pedump.c (dump_metadata): Dump table offset instead
5954         of useless pointer in memory.
5956 2009-04-16 Rodrigo Kumpera  <rkumpera@novell.com>
5958         * metadata-verify.c (verify_typedef_table): Add tests for MethodList.
5960 2009-04-15 Rodrigo Kumpera  <rkumpera@novell.com>
5962         * metadata-verify.c (verify_typedef_table): Add tests for FieldList and
5963         a missing of for interface types.
5965 2009-04-15 Rodrigo Kumpera  <rkumpera@novell.com>
5967         * metadata-verify.c (verify_pe_optional_header): Add comment of why
5968         the code is commented.
5970         * metadata-verify.c (verify_resources_table): Remove spurious printf
5971         and don't fail if there are unmanaged resources. Gmcs generates a useless
5972         one     for all assemblies - I bet it's some MS compatibility junk.
5974 2009-04-15 Rodrigo Kumpera  <rkumpera@novell.com>
5976         * metadata-verify.c (verify_typedef_table): Verify the extends field.
5978         * metadata-verify.c (mono_image_verify): Add a is_corlib.
5980         * verify-internals.h: Same.
5982         * pedump.c: Fix for mono_image_verify new signature.
5984 2009-04-15 Rodrigo Kumpera  <rkumpera@novell.com>
5986         * metadata-verify.c (verify_typedef_table): Verify for some invalid
5987         flags combinations.
5989 2009-04-15 Rodrigo Kumpera  <rkumpera@novell.com>
5991         * metadata-verify.c (verify_module_table): Ignore the generation field.
5993 2009-04-15  Martin Baulig  <martin@ximian.com>
5995         * debug-mono-symfile.c
5996         (mono_debug_symfile_lookup_location): Don't print a warning for
5997         unknown extended opcodes if they're within 0x40 and 0x7f.
5999 2009-04-15  Zoltan Varga  <vargaz@gmail.com>
6001         * marshal.c (mono_marshal_get_runtime_invoke_sig): Don't share runtime
6002         invoke signatures returning an enum. Fixes #494847.
6004 2009-04-14 Rodrigo Kumpera  <rkumpera@novell.com>
6006         * metadata-verify.c: Initial code to verify the typedef table.
6008 2009-04-14 Rodrigo Kumpera  <rkumpera@novell.com>
6010         * verify.c (mono_method_verify): Don't fail if an unconditional branch
6011         with non empty stack happens before the beginning of a try block.
6013         Fixes #494812.
6015 2009-04-14 Rodrigo Kumpera  <rkumpera@novell.com>
6017         * metadata-verify.c: Verify typename and typenamespace fields of
6018         the typeref table.
6020 2009-04-13 Rodrigo Kumpera  <rkumpera@novell.com>
6022         * metadata-verify.c: Initial code to verify the typeref table.
6024 2009-04-13 Rodrigo Kumpera  <rkumpera@novell.com>
6026         * verify.c (verify_delegate_compatibility): Fix error message.
6028 2009-04-14  Sebastien Pouliot  <sebastien@ximian.com>
6030         * security-core-clr.c: Fix typo
6032 2009-04-14  Zoltan Varga  <vargaz@gmail.com>
6034         * marshal.c (delegate_hash_table_add): Make delegate_target_locations 
6035         a MonoGHashTable to keep its values alive.
6036         (emit_marshal_boolean): Fix a warning.
6038 2009-04-13 Gonzalo Paniagua Javier <gonzalo@novell.com>
6040         * socket-io.c: don't return IPv4/IPv6 addresses if the machine does
6041         not have any interface configured for IPv4/IPv6.
6043 2009-04-13 Gonzalo Paniagua Javier <gonzalo@novell.com>
6045         * assembly.c: fix typo in error message.
6047 2009-04-14  Zoltan Varga  <vargaz@gmail.com>
6049         * marshal.c (mono_delegate_to_ftnptr): Use mono_gc_alloc_fixed () for
6050         allocating the location holding the this argument to prevent
6051         'too many root sets' errors.
6053         * object.c (mono_class_create_runtime_vtable): Set field->offset to -1
6054         to mark fields as special static.
6055         (mono_field_static_get_value): Handle special static fields.
6056         (mono_field_static_set_value): Ditto.
6058         * class-internals.h (struct _MonoClassField): Document this.
6060 2009-04-13  Bill Holmes  <billholmes54@gmail.com>
6062         * cominterop.c (mono_cominterop_emit_marshal_com_interface): Assigning
6063           the argument a value of null for the MARSHAL_ACTION_MANAGED_CONV_OUT
6064           case.  This will handle when managed code returns null to native code.
6066         Code is contributed under MIT/X11 license.
6068 2009-04-13  Bill Holmes  <billholmes54@gmail.com>
6070         * object.c (build_imt_slots): Changing a free to a g_free to match
6071           the g_malloc0 in add_imt_builder_entry that allocated this memory.
6073         Code is contributed under MIT/X11 license.
6075 2009-04-13  Bill Holmes  <billholmes54@gmail.com>
6077         * marshal.c (emit_marshal_boolean): Adding code to ensure that
6078           the correct TRUE value is passed through the marshaling layer.
6080         Code is contributed under MIT/X11 license.
6082 2009-04-13  Zoltan Varga  <vargaz@gmail.com>
6084         * marshal.c (mono_marshal_emit_managed_wrapper): Handle closed delegates
6085         correctly. Fixes #492330.
6086         
6087         * marshal.c: Fix the embedding of object pointers into JITted code in
6088         the native-to-managed wrappers by allocating some GC tracked memory, and
6089         embedding the address of that.
6091 2009-04-11  Zoltan Varga  <vargaz@gmail.com>
6093         * object.c (mono_class_create_runtime_vtable): Avoid putting MonoMethod
6094         pointers into the vtable.
6096 2009-04-09 Rodrigo Kumpera  <rkumpera@novell.com>
6098         * verify.c (mono_delegate_type_equal): Proper check MONO_TYPE_CLASS.
6100         * verify.c (verify_ldftn_delegate): Improve error message.
6102 2009-04-09  Raja R Harinath  <harinath@hurrynot.org>
6104         * reflection.c (my_mono_class_from_mono_type): Remove.
6106 2009-04-09  Raja R Harinath  <harinath@hurrynot.org>
6108         Prepare to reduce memory usage of owner-less generic parameters (1/n)
6109         * class-internals.h (MonoGenericParam): Carve out pklass, name, flags
6110         and constraints fields into ...
6111         (MonoGenericParamInfo): ... this.
6112         (mono_generic_param_info, mono_generic_container_get_param_info):
6113         New accessors.
6114         * class.c, debug-helpers.c, icall.c: Update to changes.
6115         * metadata.c, reflection.c, verify.c: Likewise.
6117 2009-04-09  Zoltan Varga  <vargaz@gmail.com>
6119         * debug-helpers.c (dis_one): Fix decoding of strings in dynamic images.
6121         * marshal.c (get_runtime_invoke_type): Share enums with their base types.
6122         
6123         * marshal.c (get_runtime_invoke_type): Share pointers with ints and
6124         booleans with sbytes.
6126 2009-04-08 Rodrigo Kumpera  <rkumpera@novell.com>
6128         * class.c (can_access_instantiation): Verify accesibility of element types
6129         for arrays and pointers.
6131         * class.c (can_access_type): Return true if the target class is VAR or MVAR.
6133         * class.c (mono_method_can_access_method_full): Fix typos in the documentation.
6135         Fixes #493068.
6137 2009-04-08 Rodrigo Kumpera  <rkumpera@novell.com>
6139         * verify.c (do_invoke_method): Improve error messages.
6141 2009-04-08  Bill Holmes  <billholmes54@gmail.com>
6143         * verify.c:  Fixing the MSVC build.
6145         Code is contributed under MIT/X11 license.
6147 2009-04-08  Sebastien Pouliot  <sebastien@ximian.com>
6149         * security-core-clr.c: Simplify get_reflection_caller not to call
6150         mono_method_get_last_managed (another stack walk) and adjust the
6151         callers to handle a (should not happen) NULL return value.
6153 2009-04-08  Raja R Harinath  <harinath@hurrynot.org>
6155         Add accessors to some MonoGenericParam fields
6156         * class-internals.h (mono_generic_param_owner): New accessor.
6157         (mono_generic_param_num): Likewise.
6158         (mono_type_get_generic_param_owner): New helper.
6159         (mono_type_get_generic_param_num): New helper.
6160         * class.c, icall.c, metadata.c, reflection.c, verify.c: Use them.
6162 2009-04-08  Raja R Harinath  <harinath@hurrynot.org>
6164         * class-internals.h (mono_generic_container_get_param): New wrapper.
6165         * class.c, icall.c, metadata.c, verify.c: Use it.
6167 2009-04-08  Raja R Harinath  <harinath@hurrynot.org>
6169         Fix gtest-252.cs
6170         * verify.c (mono_type_is_valid_type_in_context): Rewrite to use
6171         the standard case/loop.  In particular, don't complain about
6172         references to generic type definitions.
6174 2009-04-07  Zoltan Varga  <vargaz@gmail.com>
6176         * debug-helpers.c (dis_one): Decode string arguments.
6178 2009-04-07 Rodrigo Kumpera  <rkumpera@novell.com>
6180         * pedump.c (dump_verify_info): Dump type name correctly.
6182 2009-04-07 Rodrigo Kumpera  <rkumpera@novell.com>
6184         * verify.c (mono_method_verify): Don't init code slots for exception boundaries if they
6185         are larger than code size.
6187         This can happen in valid code if the try/catch block is not followed by any instruction
6188         and do a backward branch on the leave instruction.
6190         Fixes #492494.
6192 2009-04-06  Sebastien Pouliot  <sebastien@ximian.com>
6194         * security-core-clr.c: Fix typo while comparing second method names
6195         in can_avoid_corlib_reflection_delegate_optimization
6197 2009-04-06 Rodrigo Kumpera  <rkumpera@novell.com>
6199         * verify.c (do_throw): Don't allow an unboxed generic param ar argument.
6201         Fixes #487738.
6203 2009-04-06 Rodrigo Kumpera  <rkumpera@novell.com>
6205         * metadata.c (do_mono_metadata_parse_type): Fail if we are decoding
6206         a MVAR using a class context.
6208         Fixes #490335.
6210 2009-04-06  Zoltan Varga  <vargaz@gmail.com>
6212         * object.c (mono_class_compute_gc_descriptor): Make this non-static.
6214         * domain-internals.h (struct _MonoJitInfo): Add a 'gc_info' field.
6216         * gc-internal.h (MonoGCCallbacks): New stucture containing the callback
6217         functions supplied by the JIT for the SGEN GC.
6219         * sgen-gc.c: Call the callbacks supplied by the JIT to do stack marking.
6220         
6221 2009-04-06  Massimiliano Mantione  <massi@ximian.com>
6223         monitor.c (mono_monitor_try_enter_internal):
6224         Added calls to profile monitor contentions.
6225         Also duplicated a small piece of code (the "get the monitor" logic)
6226         from the fast path to the slow path, and changed the relevant goto
6227         statements, so that monitor acquisition events can be emitted from the
6228         slow path (this is by Paolo Molaro).
6230 2009-04-06  Massimiliano Mantione  <massi@ximian.com>
6232         * profiler.c, profiler.h, profiler-private.h:
6233         Added support for profiling monitor contentions.
6235 2009-04-03 Rodrigo Kumpera  <rkumpera@novell.com>
6237         * metadata-verify.c: Verify the modules table.
6239 2009-04-02 Rodrigo Kumpera  <rkumpera@novell.com>
6241         * verify.c (mono_generic_param_is_constraint_compatible): Inflate the candidate
6242         using the context of the method been verifier and not of the method been called.
6244         * verify.c: Add verifier_inflate_type and mono_type_is_valid_type_in_context to
6245         safely inflate generic types. 
6247 2009-04-02  Sebastien Pouliot  <sebastien@ximian.com>
6249         * security-core-clr.c: Change the strategy for checking the 
6250         "reflection using delegates optimization" to avoid unneeded 
6251         attributes in multiple class libraries.
6253 2009-04-02  Mark Probst  <mark.probst@gmail.com>
6255         * sgen-gc.c: Remove object element in the disappearing link struct
6256         by storing the object pointer in the link.
6258 2009-03-31 Rodrigo Kumpera  <rkumpera@novell.com>
6260         * pedump.c (dump_verify_info): Don't crash if signature decoding fails.
6262 2009-03-31 Rodrigo Kumpera  <rkumpera@novell.com>
6264         * verify.c (verifier_load_field): Fail if the field parent could not be loaded.
6266         * verify.c (mono_method_verify): Do proper bounds checking of exception
6267         clause ranges.
6269 2009-03-31 Rodrigo Kumpera  <rkumpera@novell.com>
6271         * loader.c (mono_field_from_token): Don't crash if the field parent could
6272         not be decoded.
6274 2009-03-31  Mark Probst  <mark.probst@gmail.com>
6276         * sgen-gc.c: Execute critical finalizers after ordinary
6277         finalizers.
6279         * class-internals.h, domain.c: Add CriticalFinalizerObject to
6280         mono_defaults.
6282 2009-03-31 Jb Evain <jbevain@novell.com>
6284         * verify.c (do_ldstr): don't check if a string is in the user strings
6285         heap if the current image is dynamic.
6287 2009-03-31  Mark Probst  <mark.probst@gmail.com>
6289         * sgen-gc.c: Wait until the last finalizer has executed when
6290         returning from WaitForPendingFinalizers.
6292 2009-03-31  Martin Baulig  <martin@ximian.com>
6294         * mono-debug-debugger.h (MonoDebuggerEvent): Add
6295         `MONO_DEBUGGER_EVENT_CREATE_APPDOMAIN' and
6296         `MONO_DEBUGGER_EVENT_UNLOAD_APPDOMAIN'.
6297         (mono_debugger_event_create_appdomain): New function.
6298         (mono_debugger_event_unload_appdomain): New function.
6300         * appdomain.c (mono_domain_create_appdomain_internal): Call
6301         mono_debugger_event_create_appdomain().
6303 2009-03-31  Martin Baulig  <martin@ximian.com>
6305         * mono-debug-debugger.c
6306         (mono_debugger_register_class_init_callback): Also register the
6307         class init callback if the class is already initialized to make
6308         things work with shadow copied assemblies.
6310 2009-03-31  Sebastien Pouliot  <sebastien@ximian.com>
6312         * security-core-clr.c
6313         (mono_security_core_clr_ensure_reflection_access_field): Let 
6314         critical code access the field (just like we do for methods). Use
6315         check_field_access helper.
6316         (mono_security_core_clr_ensure_reflection_access_method): Use 
6317         check_field_access helper.
6319 2009-03-31  Mark Probst  <mark.probst@gmail.com>
6321         * sgen-gc.c: Remove data (callback) element from FinalizeEntry and
6322         call the run-finalize function directly.
6324         * gc.c, gc-internal.h: Make run_finalize() non-static.
6326 2009-03-31  Mark Probst  <mark.probst@gmail.com>
6328         * sgen-gc.c: Use a separate struct for disappearing links.
6330 2009-03-31 Gonzalo Paniagua Javier <gonzalo@novell.com>
6332         * socket-io.c: don't fail if the SocketOptionsFlag has Partial or
6333         * MaxIOVectorLength enabled, just ignore them.
6334         Fixes bug #349688.
6336 2009-03-30 Rodrigo Kumpera  <rkumpera@novell.com>
6338         * metadata-verify.c: Fix eglib build.
6340 2009-03-30  Zoltan Varga  <vargaz@gmail.com>
6342         * threads-types.h: Fix the win32 build.
6344 2009-03-28  Sebastien Pouliot  <sebastien@ximian.com>
6346         * class.c: move coreclr inheritance/override checks to 
6347         security-core.clr.c
6348         * security-core.clr.c|h: add code from class.c with additional
6349         documentation. Fix override check when the method is not critical.
6351 2009-03-28  Zoltan Varga  <vargaz@gmail.com>
6353         * debug-helpers.c (mono_method_desc_match): Make '*' match anything.
6354         (match_class): Ditto.
6356 2009-03-27 Rodrigo Kumpera  <rkumpera@novell.com>
6358         * metadata-verify.c: Rename bounds_check_offset to bounds_check_datadir.
6360         * metadata-verify.c: Implement table layout row size calculation. Verify
6361         the total size of the tables.
6363 2009-03-27 Rodrigo Kumpera  <rkumpera@novell.com>
6365         * metadata-verify.c: Verify heap sizes and size to decode row counts. 
6367 2009-03-27 Gonzalo Paniagua Javier <gonzalo@novell.com>
6369         * appdomain.c:
6370         * console-io.[ch]: added new mono_console_init() to make sure that
6371         file descriptors 0, 1 and 2 are opened.
6372         Bug #489019 fixed.
6374 2009-03-27  Sebastien Pouliot  <sebastien@ximian.com> 
6376         * appdomain.h: Export a new callback type and a new function to
6377         set this callback. This allow a mono host to provide it's own
6378         definition for "platform code".
6379         * metadata-internals.h: Add a core_clr_platform_code flag on 
6380         _MonoImage to (cache and) know if it is representing platform 
6381         code.
6382         * image.c (do_mono_image_open): Set core_clr_platform_code flag 
6383         on platform code images.
6384         * security-core-clr.c|h 
6385         (mono_security_set_core_clr_platform_callback): Allow the host
6386         to provide it's own platform check definition.
6387         (mono_security_core_clr_determine_platform_image): Detect if an 
6388         image is platform code (using the specified callback).
6389         (mono_security_core_clr_is_platform_image): Return cached value 
6390         for platform code.
6392 2009-03-27  Zoltan Varga  <vargaz@gmail.com>
6394         * threads.c (mono_create_thread): New helper function to wrap CreateThread
6395         which has different parameter types for the 'tid' argument in windows and
6396         the io-layer.
6398         * appdomain.c attach.c threads.c: Use the new helper.
6400 2009-03-26 Rodrigo Kumpera  <rkumpera@novell.com>
6402         * metadata-verify.c: Verify valid table bits.
6404 2009-03-26 Rodrigo Kumpera  <rkumpera@novell.com>
6406         * metadata-verify.c (verify_metadata_header): Store size in the size field.
6408         * metadata-verify.c: Add initial table schema verification.
6410 2009-03-26  Zoltan Varga  <vargaz@gmail.com>
6412         * icall.c (ves_icall_get_parameter_info): Add a 'member' argument, used to
6413         obtain the refclass argument needed by mono_param_get_objects (). Fixes
6414         #488383.
6416         * reflection.c (mono_param_get_objects_internal): Add a 'refclass' argument.
6418         * appdomain.c (MONO_CORLIB_VERSION): Bump this.
6420 2009-03-26  Sebastien Pouliot  <sebastien@ximian.com>
6422         * security-core-clr.c: Add/update documentation
6424 2009-03-26  Zoltan Varga  <vargaz@gmail.com>
6426         * marshal.c (emit_marshal_object): Generate code to throw an exception
6427         instead of throwing it. Fixes #488670.
6429 2009-03-25  Sebastien Pouliot  <sebastien@ximian.com>
6431         * appdomain.c: Bump MONO_CORLIB_VERSION to 73.
6432         * icall.c (ves_icall_System_Delegate_CreateDelegate_internal): Add
6433         an extra 'throwOnBindFailure' parameter to the icall. Remove FIXME
6434         and add a call to mono_security_core_clr_ensure_delegate_creation
6435         to do the extra checks required by CoreCLR.
6436         * security-core-clr.c|h: Add function to check delegate creation,
6437         both in the binding and accessibility, under CoreCLR.
6439 2009-03-25  Sebastien Pouliot  <sebastien@ximian.com> 
6441         * reflection.c (mono_reflection_create_dynamic_method): when 
6442         coreclr is enabled make sure that every resolved object are
6443         checked (e.g. field and method access).
6444         * security-core-clr.c|h: Add function to check objects resolved
6445         when a dynamic method is created.
6447 2009-03-24 Rodrigo Kumpera  <rkumpera@novell.com>
6449         * metadata-verify.c: Cache directory rva translations.
6451         * metadata-verify.c: Add cli-header and streams verification.
6453 2009-03-24 Rodrigo Kumpera  <rkumpera@novell.com>
6455         * image.c (load_metadata_ptrs): We decode MonoImage::md_version_minor at
6456         the wrong offset (8 instead of 6).
6458 2009-03-23  Zoltan Varga  <vargaz@gmail.com>
6460         * marshal.c (mono_delegate_to_ftnptr): For delegates wrapping pinvoke
6461         methods, return the native function address itself. Fixes
6462         #487758.
6464 2009-03-23 Gonzalo Paniagua Javier <gonzalo@novell.com>
6466         * console-io.c: some of the values for control characters might not be
6467         present.
6469 2009-03-21  Sebastien Pouliot  <sebastien@ximian.com>
6471         * exception.c|h: Add helpers to create [Field|Method]AccessException
6472         * icall.c: Add required coreclr check calls for field reflection.
6473         Move the existing (method) check logic into security-core-clr.c
6474         * security-core-clr.c: Add functions to check if the access of a
6475         field or method is allowed when reflecting under coreclr. This is
6476         mostly done using a stack walk to find the "real" caller: i.e. the
6477         code that is calling the reflection
6479 2009-03-20  Zoltan Varga  <vargaz@gmail.com>
6481         * gc-internal.h: Change location of gc_wrapper.h
6483 2009-03-20  Sebastien Pouliot  <sebastien@ximian.com> 
6485         * class.c: Simplification to coreclr checks for overrides that
6486         makes it easier to set breakpoints.
6488 2009-03-20  Sebastien Pouliot  <sebastien@ximian.com>
6490         * security-core-clr.c|h: (mono_security_core_clr_class_level, 
6491         mono_security_core_clr_method_level): Avoid potential 
6492         MonoCustomAttrInfo allocation for transparent assemblies (e.g. 
6493         user/application code) and make it easier to set breakpoints
6495 2009-03-19 Rodrigo Kumpera  <rkumpera@novell.com>
6497         * metadata-verify.c: Reject cli header tables that mono don't handle.
6499 2009-03-19 Rodrigo Kumpera  <rkumpera@novell.com>
6501         * pedump.c: Fix CLI header dumping.
6503 2009-03-19 Rodrigo Kumpera  <rkumpera@novell.com>
6505         * metadata-verify.c: More CLI header verification.
6507 2009-03-19  Zoltan Varga  <vargaz@gmail.com>
6509         * locales.c (get_current_locale_name): Use g_malloc instead of malloc.
6511 2009-03-18 Rodrigo Kumpera  <rkumpera@novell.com>
6513         * metadata-verify.c: Initial verification of the CLI header.
6515 2009-03-18 Rodrigo Kumpera  <rkumpera@novell.com>
6517         * metadata-verify.c (verify_resources_table): Fix verification of zero
6518         sized resource section and id entries count.
6520 2009-03-18  Zoltan Varga  <vargaz@gmail.com>
6522         * icall.c: Handle user types in many Type icalls. Fixes #486303.
6524 2009-03-17  Jb Evain  <jbevain@novell.com>
6526         * profiler.c: call mono_gc_base_init from mono_profiler_load.
6528 2009-03-17  Zoltan Varga  <vargaz@gmail.com>
6530         * sgen-gc.c (mono_gc_make_descr_for_object): Fix 64 bit support.
6531         (mono_gc_make_descr_for_array): Ditto.
6533 2009-03-17  Sebastien Pouliot  <sebastien@ximian.com>
6535         * verify.c (mono_verifier_is_class_full_trust): Add support for
6536         CoreCLR security mode where trusted assemblies are defined as
6537         "platform code".
6539 2009-03-16 Rodrigo Kumpera  <rkumpera@novell.com>
6541         * metadata-verify.c: Add minimal PECOFF resource verification.
6543 2009-03-16 Rodrigo Kumpera  <rkumpera@novell.com>
6545         * metadata-verify.c: Be less restrictive with some coff fields.
6547 2009-03-16 Rodrigo Kumpera  <rkumpera@novell.com>
6549         * verify.c (init_stack_with_value_at_exception_boundary): Init generic
6550         params as boxed values on stack. Fixes #485706.
6552 2009-03-16 Gonzalo Paniagua Javier <gonzalo@novell.com>
6554         * console-io.c: the termios values may vary in different flavors of unix.
6556 2009-03-16 Gonzalo Paniagua Javier <gonzalo@novell.com>
6558         * console-io.[ch]: return the entire set of control characters when
6559         initializing the terminal.
6560         * appdomain.c: bump corlib version.
6562 Mon Mar 16 11:11:26 CET 2009 Paolo Molaro <lupus@ximian.com>
6564         * mono-perfcounters.c: added support for in-process custom
6565         performance counters.
6567 2009-03-13 Rodrigo Kumpera  <rkumpera@novell.com>
6569         * metadata-verify.c: Small cleanup and add comment for IAT directory entry. 
6571 2009-03-13 Rodrigo Kumpera  <rkumpera@novell.com>
6573         * metadata-verify.c: Verify the data pointed by the import table. 
6575 2009-03-13 Rodrigo Kumpera  <rkumpera@novell.com>
6577         * metadata-verify.c (load_data_directories): Store data
6578         directory contents.
6580         * metadata-verify.c: Verify the import table. 
6582 2009-03-12 Rodrigo Kumpera  <rkumpera@novell.com>
6584         * metadata-verify.c: Verify data directories.
6586 2009-03-12 Rodrigo Kumpera  <rkumpera@novell.com>
6588         * metadata-verify.c: Check section header flags.
6590 2009-03-12 Gonzalo Paniagua Javier <gonzalo@novell.com>
6592         * appdomain.c: if the assembly name is a shadow-copied file, return
6593         TRUE from mono_is_shadow_copy_enabled but don't actually do anything
6594         in mono_make_shadow_copy.
6595         * icall.c: if the assembly name is a shadow-copied file, replace it
6596         with the original assembly path.
6598         Bug #484244 fixed. NUnit tests for corlib can be run without
6599         --noshadow now.
6601 2009-03-12  Zoltan Varga  <vargaz@gmail.com>
6603         * sgen-gc.c (add_to_global_remset): Fix the handling of root global remset
6604         entries when the table is reallocated.
6606         * icall.c: Allocate the memory used by the mono_ptr_array macros using
6607         mono_gc_alloc_fixed () since it contains GC refs.
6609 2009-03-10  Zoltan Varga  <vargaz@gmail.com>
6611         * reflection.c (ensure_complete_type): New helper function to call
6612         type resolve handlers for unfinished dynamic types.
6613         (resolve_object): Call it for MonoClassFields. Fixes #483852.
6615 2009-03-09  Zoltan Varga  <vargaz@gmail.com>
6617         * reflection.c (mono_custom_attrs_has_attr): Handle interfaces. Fixes
6618         #483247.
6620 2009-03-08 Rodrigo Kumpera  <rkumpera@novell.com>
6622         * appdomain.c (get_shadow_assembly_location): Fix memleak.
6624 2009-03-08  Zoltan Varga  <vargaz@gmail.com>
6626         * domain-internals.h (struct _MonoDomain): Add new hash tables mapping
6627         between GCHandles of type WeakTrackResurrection and the objects they
6628         point to.
6630         * gc.c: Partly implement the sematics of GCHandles of type 
6631         WeakTrackResurrection: these handles should only be cleared after the
6632         finalizer of the object they are pointing to has ran.
6634 2009-03-06  Mark Probst  <mark.probst@gmail.com>
6636         * icall.c: Partially revert r126631 because using the jump
6637         trampolines for generic shared methods makes it superfluous.
6639 2009-03-06  Zoltan Varga  <vargaz@gmail.com>
6641         * threads.c (handle_store): Create the 'threads' hash table with the proper
6642         MONO_HASH_VALUE_GC type.
6644 2009-03-05  Zoltan Varga  <vargaz@gmail.com>
6646         * domain-internals.h (struct _MonoDomain): Move 'typeof_void' before
6647         FIRST_GC_TRACKED.
6649         * domain.c (mono_domain_create): Register the fields between FIRST_GC_TRACKED
6650         and LAST_GC_TRACKED as a GC root.
6652         * gc-internal.h: Fix the comment of mono_gc_alloc_fixed.
6654         * object.c (mono_class_create_runtime_vtable): Create a GC descriptor for
6655         the static data even if it consists of 1 reference.
6657         * boehm-gc.c (mono_gc_alloc_fixed): Allocate using GC_MALLOC_EXPLICITLY_TYPED
6658         if there is a GC descriptor.
6660         * reflection.c (ALLOC_REFENTRY): Allocate ReflectedEntry-es using malloc
6661         instead of through the GC since they contain no object references.
6663 2009-03-05  Mark Probst  <mark.probst@gmail.com>
6665         * generic-sharing.c (instantiate_other_info): Always return a jump
6666         trampoline for method code.
6668 2009-03-05  Marek Habersack  <mhabersack@novell.com>
6670         * culture-info-tables.h: generated to include the en-tt culture.
6672 2009-03-04 Rodrigo Kumpera  <rkumpera@novell.com>
6674         * domain-internals.h (MonoDomain): Add two fields to cache invoke wrappers to
6675         capture the thread context.
6677         * object.c (mono_async_result_new): Cache the invoke wrappers to
6678         ExecutionContext::Capture.
6680 2009-03-04 Rodrigo Kumpera  <rkumpera@novell.com>
6682         * marshal.h: Add a prototype for what mono_compile_method returns
6683         for invoke wrappers.
6685         * gc.c: Use the new prototype declaration.
6687 2009-03-04  Geoff Norton  <gnorton@novell.com>
6689         * boehm-gc.c: Add some MONO_LOG tracing for the GC
6690         * gc-internal.h:
6691         * mono-gc.h: Expose mono_gc_invoke_finalizers in the embedding api.
6693 2009-03-04  Martin Baulig  <martin@ximian.com>
6695         * mono-debug.h
6696         (mono_debugger_runtime_invoke): Removed.
6698         * mono-debug-debugger.c
6699         (mono_runtime_invoke): Moved into ../mini/debug-mini.c.
6701 2009-03-02  Martin Baulig  <martin@ximian.com>
6703         * mono-debug.h
6704         (mono_debugger_unhandled_exception): Removed.
6705         (mono_debugger_handle_exception): Removed.
6706         (mono_debugger_throw_exception): Removed.
6708         * mono-debug.c
6709         (mono_debug_debugger_version): Bump to 5.
6711         * mono-debug-debugger.c: Moved the exception handling code to
6712         ../mini/debug-mini.c
6714 2009-03-03  Zoltan Varga  <vargaz@gmail.com>
6716         * domain-internals.h (struct _MonoDomain): Add a separate lock for the
6717         finalize_objects_hash.
6719         * gc.c: Use the separate lock to access the finalize_objects_hash field.
6720         
6721         * domain-internals.h (struct _MonoDomain): Add finalize_runtime_invoke
6722         field.
6724         * metadata-internals.h (struct _MonoImage): Add runtime_invoke_vcall_cache
6725         cache.
6727         * image.c (mono_image_close): Free it.
6728         
6729         * marshal.c (mono_marshal_get_runtime_invoke): Add a 'virtual' argument
6730         allowing a creation of a wrapper which invokes its method using a CALLVIRT
6731         on the this argument.
6733         * gc.c (run_finalize): Optimize the calling of the finalizers.
6735 2009-03-03  Martin Baulig  <martin@ximian.com>
6737         * mono-debug.h (MONO_DEBUGGER_MAJOR_VERSION): Bump to 81 because
6738         of the `MonoGenericInst' changes.
6740 2009-03-03 Rodrigo Kumpera  <rkumpera@novell.com>
6742         * icall.c (ves_icall_MonoType_GetGenericArguments): Use
6743         mono_array_class_get_cached to reduce locking contention. Extract
6744         a domain var.
6746         * icall.c (ves_icall_Type_GetFields_internal): Avoid allocating
6747         intermediary managed arrays. Use caching version of mono_array_new
6748         to allocate the result array.
6750         * icall.c (ves_icall_Type_GetEvents_internal): Same.    
6752         * icall.c (ves_icall_Type_GetNestedTypes): Same.        
6754         * locales.c (create_names_array_idx):  Use mono_array_new_cached
6755         to reduce locking contention.
6757 2009-03-03  Zoltan Varga  <vargaz@gmail.com>
6758                 
6759         * object.c (mono_method_add_generic_virtual_invocation): Put back the
6760         thunk builder code for the non-interface case.
6762 2009-03-02  Zoltan Varga  <vargaz@gmail.com>
6764         * object.c (get_generic_virtual_entries): New helper function to collect
6765         the virtual generic method instances which need to be added to an IMT
6766         thunk.
6767         (mono_method_add_generic_virtual_invocation): Add a 'vtable' argument.
6768         Instead of creating a new IMT thunk, reset the vtable slot to the
6769         trampoline, the thunk will be created the next time the trampoline is called.
6770         (build_imt_slots): Add support for virtual generic methods in interfaces by
6771         adding to the IMT thunk all the methods registered using 
6772         mono_method_add_generic_virtual_invocation ().
6774         * object-internals.h (_MonoImtBuilderEntry): Add a 'has_target_code' field.
6775         (struct _MonoIMTCheckItem): Ditto.
6777         * object.c (mono_method_add_generic_virtual_invocation): Take a
6778         MonoMethod argument instead of a MonoGenericInst. Fix the construction of
6779         the IMT thunk to include all items.
6780         
6781         * object.c (mono_class_create_runtime_vtable): Add a missing
6782         mono_loader_unlock ().
6784 2009-03-02 Rodrigo Kumpera  <rkumpera@novell.com>
6786         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
6788         * object-internals.h (MonoReflectionEvent): Add cached_add_event.
6790 2009-03-02 Rodrigo Kumpera  <rkumpera@novell.com>
6792         * object-internals.h: Rename _MonoReflectionEvent to
6793         MonoReflectionMonoEvent so it reflects the right managed type.
6794         Add a MonoReflectionEvent that correctly represents System.EventInfo.
6796         * icall.c:
6797         * reflection.c: Adjust code to use the new MonoReflectionMonoEvent
6798         type.
6800 2009-03-02 Rodrigo Kumpera  <rkumpera@novell.com>
6802         * icall.c (ves_icall_Type_GetMethodsByName): Avoid allocating
6803         intermediary managed arrays. Use caching version of mono_array_new
6804         to allocate the result array.
6806 2009-03-01 Rodrigo Kumpera  <rkumpera@novell.com>
6808         * reflection.c: Use cached version of mono_array_new alongside
6809         the mono_reflection_get_custom_attrs_by_type call path.
6811 2009-03-01 Rodrigo Kumpera  <rkumpera@novell.com>
6813         * icall.c (ves_icall_Type_GetInterfaces): Avoid allocating
6814         intermediary managed arrays. Use caching version of mono_array_new
6815         to allocate the result array.
6817         * icall.c (ves_icall_Type_GetConstructors_internal): Same.
6819 2009-03-01 Rodrigo Kumpera  <rkumpera@novell.com>
6821         * icall.c: Add small implementation of a growable stack bound array.
6823         * icall.c (ves_icall_System_Enum_get_hashcode): Fix warning.
6825         * icall.c (ves_icall_Type_GetPropertiesByName): Avoid allocating
6826         intermediary managed arrays. Use caching version of mono_array_new
6827         to allocate the result array.
6829 2009-02-27 Rodrigo Kumpera  <rkumpera@novell.com>
6831         * icall.c: New icall ves_icall_System_Enum_compare_value_to that
6832         helps Enum::CompareTo to be implemented without reboxing all enums
6833         to their underlying type.
6834 2009-02-27  Zoltan Varga  <vargaz@gmail.com>
6836         * domain.c (SET_APPDOMAIN): Avoid calling TlsSetValue () on some platforms,
6837         since it acquires a global lock leading to scalability problems.
6839         * profiler.c: Make the stat profiler work with multiple appdomains, this
6840         currently only works when no appdomains are unloaded.
6842 2009-02-26 Gonzalo Paniagua Javier <gonzalo@novell.com>
6844         * appdomain.c: make the check to avoid copying when the assembly is
6845         already shadow copied actually work.
6847 2009-02-26  Zoltan Varga  <vargaz@gmail.com>
6849         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
6851         * object-internals.h (struct _MonoReflectionGenericClass): Sync with
6852         changes to the managed side.
6854 2009-02-25  Zoltan Varga  <vargaz@gmail.com>
6856         * metadata-internals.h (struct _MonoImage): Add a new cache for szarray
6857         classes + a separate lock for it, as it is used frequently at runtime, not
6858         just during metadata loading/JIT compilation.
6860         * class.c (mono_bounded_array_class_get): Use the separate cache + lock
6861         for szarrays.
6862         
6863         * object-internals.h (mono_class_from_name_cached): New macro to cache
6864         the results of the lookup locally without having to declare a static
6865         variable to hold it.
6866         (mono_class_get_field_from_name_cached): Ditto.
6867         (mono_array_class_get_cached): Ditto.
6869         * threadpool.c threads.c locales.c icall.c reflection.c socket-io.c: Use
6870         the new macros.
6871         
6872         * object.c (mono_get_delegate_invoke): Call setup_methods () to avoid the
6873         slower search in metadata.
6875         * pedump.c: Fix a warning.
6877 2009-02-23  Zoltan Varga  <vargaz@gmail.com>
6879         * reflection.c (encode_locals): Add checks for user types.
6880         (method_encode_clauses): Ditto.
6881         (method_encode_code): Ditto.
6882         (mono_image_create_token): Ditto.
6884         * object-internals.h: Change the type of more fields from MonoReflectionType*
6885         to MonoObject*.
6887 2009-02-22  Zoltan Varga  <vargaz@gmail.com>
6889         * threads.c (mono_thread_suspend_all_other_threads): Handle the case when
6890         the a thread does not suspend within 100ms.
6892         * monitor.c (mono_monitor_try_enter_internal): Handle SuspendRequested
6893         in addition to StopRequested as well.
6895         * mono-debug.c: Call _mono_debug_get_image () while holding the debug lock.
6897         * debug-mono-symfile.c (mono_debug_symfile_lookup_method): Actually
6898         search the method_hash before inserting a new entry, to avoid crashes when
6899         the same method is inserted multiple times, causing the old 
6900         MonoDebugMethodInfo structure to be freed by the value dtor function.
6902 2009-02-22 Gonzalo Paniagua Javier <gonzalo@novell.com>
6904         * socket-io.c: support SO_MAXCONN, SO_USELOOPBACK and
6905         SO_EXLUSIVEADDRUSE where available.
6907 2009-02-21  Zoltan Varga  <vargaz@gmail.com>
6909         * marshal.c (mono_marshal_get_runtime_invoke): Fix _another_ bug sharing
6910         runtime invoke wrappers, this time it is string ctor wrappers, which
6911         pass a dummy string as 'this' instead of their obj argument. Fixes
6912         #478473.
6914 2009-02-21  Jb Evain  <jbevain@novell.com>
6916         * icall.c (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies):
6917         only get create_culture once.
6919 2009-02-20  Zoltan Varga  <vargaz@gmail.com>
6921         * reflection.c (mono_reflection_setup_internal_class): Move the user type
6922         check before the locking.
6923         
6924         * reflection.c (mono_reflection_setup_internal_class): Check for user types.
6925         (mono_reflection_create_runtime_class): Ditto.
6926         (mono_reflection_sighelper_get_signature_local): Ditto.
6927         (mono_reflection_sighelper_get_signature_field): Ditto.
6929         * object-internals.h (CHECK_MONOTYPE): New macro to check that a Type object
6930         is a System.MonoType object or similar.
6931         (monotype_cast): New helper function to cast a MonoObject to a 
6932         MonoReflectionType object.
6934         * object-internals.h: Change MonoReflectionType* members in structures to
6935         MonoObject* members to force the usage of the monotype_cast () function.
6937         * reflection.c icall.c: Use monotype_cast () for accessing Type members of
6938         structures/arrays. This causes us to assert instead of crashing when 
6939         instances of user defined subclasses of System.Type are encountered.
6941 2009-02-20 Gonzalo Paniagua Javier <gonzalo@novell.com>
6943         * cil-coff.h:
6944         * icall-def.h:
6945         * icall.c: add new GetUnmanagedResourcePtr that returns a pointer to a
6946         win32 resource loaded from a PE file.
6948         * image.c: fix mono_image_lookup_resource.
6950 2009-02-20 Gonzalo Paniagua Javier <gonzalo@novell.com>
6952         * icall-def.h:
6953         * threads-types.h:
6954         * threads.c: added internal call for WaitHandle.SignalAndWait.
6956 2009-02-19  Bill Holmes  <billholmes54@gmail.com>
6958         * cominterop.c : Adding cominterop_type_from_handle and 
6959           registering it as an icall.  Replacing all references
6960           to type_from_handle.
6962         Code is contributed under MIT/X11 license.
6964 2009-02-19 Rodrigo Kumpera  <rkumpera@novell.com>
6966         * Makefile.am: Add lock-tracer.h and lock-trace.c.
6968         * appdomain.c: Call the tracer init function.
6970         * domain-internals.h: Enable the tracer for the domain locks.
6972         * image.c: Enable the tracer for image locks.
6974         * loader.c: Enable the trace for the loader lock.
6976         * lock-tracer.h:
6977         * lock-tracer.c: Initial implementation of the lock trace utility.
6978         The tracer requires a compile time define to be enabled and a env var
6979         to be enabled at runtime.
6981 2009-02-19 Rodrigo Kumpera  <rkumpera@novell.com>
6983         * domain.c (mono_domain_code_foreach): Improve documentation.
6985 2009-02-19 Rodrigo Kumpera  <rkumpera@novell.com>
6987         * appdomain.c:
6988         * generic-sharing.c:
6989         * object.c:
6990         * reflection.c:  Adjust locking order to the new semantics where the loader lock
6991         comes first.
6993 2009-02-18 Rodrigo Kumpera  <rkumpera@novell.com>
6995         * domain.c: Add mono_domain_code_* functions that perform locking
6996         around the domain codeman.
6998         * domain-internals.h: Export those functions.
7000         * object.c: Use new functions instead of acquiring the domain lock.
7002 2009-02-19  Zoltan Varga  <vargaz@gmail.com>
7004         * marshal.c (mono_ftnptr_to_delegate): Convert a NULL ftnptr to a null
7005         delegate. Fixes #477396.
7007 2009-02-18  Zoltan Varga  <vargaz@gmail.com>
7009         * reflection.c (create_custom_attr): Get rid of alloca.
7011 2009-02-18  Bill Holmes  <billholmes54@gmail.com>
7013         * cominterop.c (cominterop_get_managed_wrapper_adjusted) :
7014           Adding exception handling for all CCW calls.
7016         Code is contributed under MIT/X11 license.
7018 2009-02-18  Zoltan Varga  <vargaz@gmail.com>
7020         * reflection.c (mono_reflection_init): Remove the unused reflection mutex.
7022         * marshal.c (emit_marshal_boolean): Add null checks to the new 
7023         native->managed marshalling code. Fixes #476247.
7025 2009-02-17  Zoltan Varga  <vargaz@gmail.com>
7027         * class.c (mono_class_get_vtable_entry): Move the addition of
7028         static rgctx invoke wrappers for vtable methods here, this simplifies
7029         a lot of code and causes fewer rgctx wrappers to be created.
7031         * marshal.c (mono_marshal_get_static_rgctx_invoke): Change the
7032         name of the statistics to begin with an uppercase.
7034 2009-02-17 Rodrigo Kumpera  <rkumpera@novell.com>
7036         * reflection.c: Revert previous change as it breaks the build.
7037         
7038 2009-02-17 Rodrigo Kumpera  <rkumpera@novell.com>
7040         * verify.c: Properly handle SZARRAY element type.
7042         Fixes #474271.
7044 2009-02-17 Rodrigo Kumpera  <rkumpera@novell.com>
7046         * reflection.c (mono_image_create_method_token): Correctly encode
7047         MethodDef MemberRefParent token.
7049         Fixes #472845.
7051 2009-02-17  Zoltan Varga  <vargaz@gmail.com>
7053         * image.c (mono_image_close): Delete the critical section before
7054         freeing the memory holding it.
7056 2009-02-16 Rodrigo Kumpera  <rkumpera@novell.com>
7058         * verify.c (mono_method_verify): rethrow opcode doesn not fall through.
7059         Fixes #476257.
7061 2009-02-16 Rodrigo Kumpera  <rkumpera@novell.com>
7063         * pedump.c (main): Call mono_marshal_init so pedump
7064         doesn't crash.
7066 2009-02-16 Rodrigo Kumpera  <rkumpera@novell.com>
7068         * loader.c (method_from_memberref): Properly fix #474271 and
7069         don't break the runtime bad.
7071 2009-02-16  Zoltan Varga  <vargaz@gmail.com>
7073         * domain.c (mono_domain_alloc): Add locking so the caller doesn't have to.
7074         (mono_domain_alloc0): Ditto.
7076 2009-02-16 Rodrigo Kumpera  <rkumpera@novell.com>
7078         * loader.c (method_from_memberref): Don't abort if the array
7079         method is not found. A regular loader failure is more informative
7080         and correct.
7082         Fixes #474271.
7084 2009-02-16 Rodrigo Kumpera  <rkumpera@novell.com>
7086         *loader.c: Guard MonoImage::method_cache/methodref_cache
7087         using the image lock instead of the loader lock.
7089         * metadata.h: Add comments about which fields are protected by
7090         the image lock.
7092 2009-02-16  Zoltan Varga  <vargaz@gmail.com>
7094         * appdomain.c (mono_set_private_bin_path_from_config): Fix a warning.
7096         * generic-sharing.c (mono_method_construct_object_context): Remove the
7097         wrapper_type == NONE assert, it is not needed.
7099 2009-02-15  Zoltan Varga  <vargaz@gmail.com>
7101         * reflection.c (clear_cached_object): New helper function.
7102         (mono_method_clear_object): New function to clear the cached reflection
7103         objects for a dynamic method.
7105         * object.c (mono_runtime_free_method): Call mono_method_clear_object ().
7106         Partly fixes # 463323.
7107         
7108 2009-02-14 Rodrigo Kumpera  <rkumpera@novell.com>
7110         * class.c:
7111         * loader.c:
7112         * reflection.c: Remove all explicit uses of MonoImage::property_hash.
7114 2009-02-14 Rodrigo Kumpera  <rkumpera@novell.com>
7116         * image.c: Add mono_image_property_(lookup,insert,remove) functions that
7117         take the image lock instead of the loader lock.
7119         * metadata-internals.h: Export new functions.
7121 2009-02-12  Miguel de Icaza  <miguel@novell.com>
7123         * domain.c (app_config_parse): Remove another use of stat that is
7124         not necessary as g_file_get_contents already does the presence
7125         check. 
7127 2009-02-13  Zoltan Varga  <vargaz@gmail.com>
7129         * cominterop.c icall-def.h: Fix the DISABLE_COM build.
7131         * marshal.c: Move the bstr handling code to cominterop.c.
7133         * marshal.c: Remove some COM interop code missed previously.
7135 2009-02-12  Miguel de Icaza  <miguel@novell.com>
7137         More Paolo patches from the Wii port:
7138         
7139         * security.c: Remove ves_icall_System_Environment_get_UserName
7140         from here.
7142         * icall.c: And put ves_icall_System_Environment_get_UserName
7143         here. 
7145         * appdomain.c (mono_set_private_bin_path_from_config): Remove
7146         redundant call to stat that was only used to test for the file
7147         existence.   Patch from Paolo.
7149         * gc.c (run_finalize): If COM is disabled, do not link in
7150         mono_marshal_free_ccw.
7152         * generic-sharing.c: Use alloca.h here as well.
7154 2009-02-13 Rodrigo Kumpera  <rkumpera@novell.com>
7156         * reflection.c (mono_reflection_lookup_dynamic_token): Do the locking properly.
7158 2009-02-13  Zoltan Varga  <vargaz@gmail.com>
7160         * cominterop.c cominterop.h: New files.
7162         * marshal.c: Move the COM interop related code to cominterop.c. Make a few
7163         function/typedefs which are needed by cominterop.c global.
7165 2009-02-12  Mark Probst  <mark.probst@gmail.com>
7167         * generic-sharing.c: Don't take the loader lock to guard image
7168         mempool allocs.
7170 2009-02-12 Rodrigo Kumpera  <rkumpera@novell.com>
7172         * reflection.c (mono_reflection_lookup_dynamic_token): This function might be
7173         called without the loader lock which is required to guard MonoImage:tokens.
7175 2009-02-12 Rodrigo Kumpera  <rkumpera@novell.com>
7177         * class.c:
7178         * metadata.c:
7179         * method-builder.c:
7180         * marshal.c:
7181         * reflection.c: Don't take the loader lock to alloc memory from the image mempool.
7183 2009-02-12 Rodrigo Kumpera  <rkumpera@novell.com>
7185         * metadata.c: Remove mono_image_alloc_lock and mono_image_alloc0_lock.
7186         Rework the code to use regular mono_image_alloc/0.
7188         * loader.c: Rework the code to use regular mono_image_alloc/0.
7190         * metadata-internals.h: Remove mono_image_alloc_lock and mono_image_alloc0_lock.
7192 2009-02-12  Bill Holmes  <billholmes54@gmail.com>
7194         * object-internals.h : Fixing a typo in the 
7195           MonoReflectionComVisibleAttribute struct.
7197         * marshal.c (cominterop_com_visible): Check the implemented 
7198           interfaces for ComImport.
7200         * marshal.c (cominterop_get_native_wrapper_adjusted): For COM calls 
7201           assume that bools should be treated as VARIANTBOOLs.
7203         * marshal.c (emit_marshal_boolean): Adding cases for 
7204           MARSHAL_ACTION_MANAGED_CONV_IN and MARSHAL_ACTION_MANAGED_CONV_OUT.
7206         * marshal.c (mono_marshal_emit_managed_wrapper): Adding calls to 
7207           emit_marshal MARSHAL_ACTION_MANAGED_CONV_IN and OUT for bools.
7209         * marshal.c (cominterop_get_ccw): For COM calls assume that bools
7210           should be treated as VARIANTBOOLs.    
7212         Code is contributed under MIT/X11 license.
7214 2009-02-12 Rodrigo Kumpera  <rkumpera@novell.com>
7216         * image.c (mono_image_alloc, mono_image_alloc0, mono_image_strdup): Guard mempool
7217         allocation with the image lock.
7219 2009-02-12 Rodrigo Kumpera  <rkumpera@novell.com>
7221         This patch is the last of a series to remove explicit reference of MonoImage::mempool
7222         and use mono_image_alloc set of functions instead. This time we finish with reflection.c
7224         * object.c: Add mono_string_to_utf8_image.
7226         * object-internals.h: Export mono_string_to_utf8_image.
7228         * reflection.c: Rework all explicit references to the the image mempool to go thought
7229         the mono_image_alloc set of functions.
7231 2009-02-12 Rodrigo Kumpera  <rkumpera@novell.com>
7233         This patch is the third of a series to remove explicit reference of MonoImage::mempool
7234         and use mono_image_alloc set of functions instead. This time we finish with marshal.c
7235         and generics-sharing.c.
7237         * generics-sharing.c (set_other_info_templates): Take a MonoImage instead of a MonoMemPool
7238         as first argument. Note that this function remains broken as it doesn't perform locking around the
7239         mempool allocation.
7241         * generics-sharing.c (rgctx_template_set_other_slot): Pass the image and not the mempool.
7243         * image.c: Add g_slist_append_image.
7245         * metadata.c (mono_metadata_field_info_with_mempool): Remove the mempool argument and use
7246         the supplied image for allocation. Move code into mono_metadata_field_info_full.
7248         * metadata.c (mono_metadata_parse_marshal_spec_full): Take a MonoImage instead of a MonoMemPool.
7249         Fix all related code to do the same.
7251         * marshal.c (mono_marshal_load_type_info): Pass the image instead of the mempool.
7253         * metadata-internals.h: Fix the signatures.
7255 2009-02-12 Rodrigo Kumpera  <rkumpera@novell.com>
7257         This patch is the second of a series to remove explicit reference of MonoImage::mempool
7258         and use mono_image_alloc set of functions instead. This time we rework mono_metadata_type_dup
7259         and similar to work using MonoImage.
7261         * class.c (mono_mempool_dup): Rename to mono_image_memdup and take a MonoImage instead of a
7262         MonoMemPool.
7264         * class.c (mono_dup_array_type): Take a MonoImage instead of a MonoMemPool as first argument.
7266         * class.c (mono_metadata_signature_deep_dup): Same.
7268         * class.c (inflate_generic_type): Same.
7270         * class.c (mono_class_inflate_generic_type_with_mempool): Same.
7272         * metadata.c (mono_metadata_signature_dup_full): Same.
7274         * metadata.c: Add mono_metadata_signature_dup_mempool and extract common functionality from 
7275         mono_metadata_signature_dup_full.
7277         * metadata.c (mono_metadata_type_dup): Same.
7279         * marshal.c: Pass the image to calls to mono_metadata_type_dup.
7281         * reflection.c: Same.
7283         * generic-sharing.c: Pass the image to calls to mono_class_inflate_generic_type_with_mempool.
7285         * metadata-internals.h: Fix the signatures.
7287         * class-internals.h: Same.
7289 2009-02-11 Rodrigo Kumpera  <rkumpera@novell.com>
7291         This patch is the first of a series to remove explicit reference of MonoImage::mempool
7292         and use mono_image_alloc set of functions instead. 
7294         * class.c (mono_class_inflate_generic_type_with_mempool_no_copy):
7295         Rename to mono_class_inflate_generic_type_no_copy and take a MonoImage instead
7296         of a MonoMemPool.
7298         * class.c (mono_class_setup_fields): Adapt to mono_class_inflate_generic_type_no_copy.
7300         * class.c (g_list_prepend_mempool): Removed.
7302         * class.c (mono_class_get_nested_types): Use g_list_prepend_image instead of g_list_prepend_mempool.
7304         * image.c: Add g_list_prepend_image.
7306         * metadata-internals.h (struct MonoImage): Fix comment. Export g_list_prepend_image as internal.
7308         * reflection.c (mono_reflection_create_runtime_class): Use g_list_prepend_image instead of g_list_prepend_mempool.
7311 2009-02-11 Rodrigo Kumpera  <rkumpera@novell.com>
7313         * metadata-internals.h (struct MonoImage): Add lock field. Export mono_image_lock and
7314         mono_image_unlock.
7316         * image.c (mono_image_init): Init the lock field.
7318         * image.c (mono_image_init): Cleanup the lock field.
7320         * image.c: Add mono_image_(un)lock functions.
7322 2009-02-11  Mark Probst  <mark.probst@gmail.com>
7324         * class.c, class-internals.h: mono_method_get_context_general()
7325         combines the functionality of mono_method_get_context() and
7326         mini_method_get_context().
7328         * generic-sharing.c, domain-internals.h:
7329         mono_method_construct_object_context() and
7330         mono_domain_lookup_shared_generic() moved from mini.
7332         * icall.c (ves_icall_InternalInvoke): Handle the case where the
7333         method doesn't have the correct instantiation because it's shared
7334         generic code.  Fixes #473999.
7336 2009-02-11  Zoltan Varga  <vargaz@gmail.com>
7338         * loader.c (mono_method_get_wrapper_data): Handle inflated methods as well.
7340         * loader.c (mono_loader_lock): Add a comment pointing to the locking document.
7341         
7342 2009-02-11 Rodrigo Kumpera  <rkumpera@novell.com>
7344         * metadata.c: Make mono_image_alloc_lock and mono_image_alloc0_lock non static.
7346         * metadata-internals.h: Export mono_image_alloc_lock and mono_image_alloc0_lock.
7348         * loader.c (mono_get_method_full): Drop the loader lock while constructing the method
7349         and recheck the cache for dups after it.
7351         * loader.c (mono_get_method_from_token): Use _lock version of mono_image_alloc0.
7353         Fixes one of the deadlocks found in #473150.
7355 2009-02-11  Bill Holmes  <billholmes54@gmail.com>
7357         * socket-io.c (ves_icall_System_Net_Sockets_Socket_Accept_internal):
7358           For Win32, add additional break conditions for accept.
7360         Code is contributed under MIT/X11 license.
7362 2009-02-10  Zoltan Varga  <vargaz@gmail.com>
7364         * marshal.c (mono_marshal_get_native_func_wrapper): Use get_cache to
7365         lazily initialize the native wrapper cache.
7366         (mono_marshal_get_native_wrapper): Put aot-ed native wrappers into a separate
7367         cache, since they are different from the normal wrappers.
7369         * image.c (mono_image_init): Initialize native_wrapper_cache lazily as well.
7371         * metadata-internals.h (struct _MonoImage): Add a new wrapper for
7372         AOT compiled native wrappers.
7374 2009-02-09  Geoff Norton  <gnorton@novell.com>
7376         * appdomain.h:
7377         * security-core-clr.c: Allow enabling core-clr from the embedding
7378         API.
7380 2009-02-07 Gonzalo Paniagua Javier <gonzalo@novell.com>
7382         * socket-io.c: when requesting all the local ips, if there are no
7383         interfaces up and running, MS returns 127.0.0.1.
7385 2009-02-07 Gonzalo Paniagua Javier <gonzalo@novell.com>
7387         * mono-perfcounters-def.h: processor time is an inverse time.
7388         Fixes bug #468625.
7390 2009-02-07 Gonzalo Paniagua Javier <gonzalo@novell.com>
7392         * socket-io.c: an empty host name returns the list of local IPs.
7393         Fixes bug #386637 part 1/2.
7395 2009-02-07  Zoltan Varga  <vargaz@gmail.com>
7397         * verify.c (mono_class_interface_implements_interface): Call
7398         mono_class_setup_interfaces ().
7399         (merge_stacks): Ditto.
7401 2009-02-06  Zoltan Varga  <vargaz@gmail.com>
7403         * class.c (mono_class_setup_interfaces): New function to lazily initalize
7404         klass->interfaces.
7405         (mono_generic_class_get_class): Don't initalize klass->interfaces.
7406         (mono_generic_class_get_class): Ditto.
7408 2009-02-06  U-QUACK\miguel  <miguel@quack>
7410         * icall-defs.h: Include also the Encrypt/Decrypt string methods as
7411         they live in security.c
7413         * debug-mono-symfile.c (mono_debug_open_mono_symbols): Integrated
7414         another bit from Paolo's code.
7416 2009-02-06  Zoltan Varga  <vargaz@gmail.com>
7418         * object.c (build_imt_slots): Add a small optimization to avoid inflating
7419         methods which will be discarded by add_imt_builder_entry ().
7421         * marshal.c (get_runtime_invoke_type): Avoid sharing enum types since they
7422         need to be boxed.
7424         * loader.c: Add a statistics for the size of the memberref signature cache.
7425         
7426         * loader.c (find_cached_memberref_sig): New helper function.
7427         (cache_memberref_sig): Ditto.
7429         * loader.c: Cache the result of parsing memberref signatures, since otherwise
7430         they will be parsed again for every generic instantiation, leading to unbounded
7431         memory growth.
7433 2009-02-05  Zoltan Varga  <vargaz@gmail.com>
7435         * loader.c (mono_get_method_from_token): Avoid creating class for the generic
7436         parameters of generic methods.
7438         * class.c (mono_class_inflate_generic_method_full): Set is_mb_open again
7439         after the original method is copied to the inflated method.
7440         (mono_class_get_vtable_entry): Handle rgctx invoke wrappers more efficiently.
7442         * class-internals.h (struct _MonoMethodInflated): Move the is_mb_open
7443         field to MonoMethod since it only consumes 1 bit there, and 4/8 bytes here.
7445         * class.c metadata.c: Update after the changes above.
7447 2009-02-05 Rodrigo Kumpera  <rkumpera@novell.com>
7449         * metadata-verify.c: Simplified error handling and added
7450         section table validation.
7452 2009-02-05  Zoltan Varga  <vargaz@gmail.com>
7454         * class-internals.h (MonoClassExt): New structure containing rarely used
7455         fields of MonoClass.
7456         (struct _MonoClass): Move rarely used fields to MonoClassExt, accessed
7457         through a new 'ext' field.
7459         * class.c (mono_class_alloc_ext): New helper function to allocate 
7460         class->ext.
7462         * class.c metadata.c reflection.c: Update after MonoClass structure changes.
7464 2009-02-05  Mark Probst  <mark.probst@gmail.com>
7466         * object.c (mono_object_get_virtual_method): Properly inflate
7467         generic methods.  Fixes #472692.
7469 2009-02-05 Rodrigo Kumpera  <rkumpera@novell.com>
7471         * class.c (mono_class_create_from_typedef): The CLR supports SystemF
7472         recursive types such as List<T>:Cons<T,List<T>> so when doing the lookup
7473         for the parent type, the created type must be ready to be used on a generic
7474         instantiation.
7475         We fill this_arg/byval_arg if the parent is a generic instance to make sure
7476         we won't have duplicated entries in generic_inst_cache.
7478         Fixes #469553.
7480 2009-02-05  Miguel De Icaza  <miguel@novell.com>
7482         * threadpool.c (socket_io_add_poll): Remove the BSD6 define and
7483         replace with plain BSD per the comments on the bug MONO77637.
7485 2009-02-05  Zoltan Varga  <vargaz@gmail.com>
7487         * class.c (mono_class_get_generic_class): New accessor function.
7488         (mono_class_get_generic_container): Ditto.
7490         * class-internals.h (struct _MonoClass): Add 'is_generic' and 'is_inflated'
7491         fields, similar to the ones in MonoMethod.
7493         * class.c (mono_generic_class_get_class): Set klass->is_inflated.
7494         (mono_class_create_from_typedef): Set klass->is_generic if needed.
7496         * reflection.c (mono_reflection_create_generic_class): Set klass->is_generic.
7497         
7498         * class-internals.h (struct _MonoClass): Remove enum_basetype, it contains
7499         the same information as element_class->byval_arg.
7501         * class.c reflection.c: Remove references to class->byval_arg.
7503         * class.c marshal.c: Use mono_class_enum_basetype () instead of accessing 
7504         klass->enum_basetype directly.
7506         * verify.c metadata.c object.c icall.c reflection.c: Use 
7507         mono_class_enum_basetype () instead of accessing klass->enum_basetype 
7508         directly.
7510 2009-02-04  Miguel de Icaza  <miguel@novell.com>
7512         * icall-def.h: Remove internal calls for sockets when
7513         DISABLE_SOCKET is defined, file system writing features when the
7514         OS only support reading and not writing data and Policy support if
7515         the Policy is disabled.
7516         
7517         * image.c (do_mono_image_open): Apply Paolo's patches for using
7518         mono_file_map_ APIs here.
7520         * assembly.c: Add support for platforms to avoid prefix
7521         auto-detection. 
7523 2009-02-04  Zoltan Varga  <vargaz@gmail.com>
7525         * generic-sharing.c (mono_method_fill_runtime_generic_context): Fix a
7526         warning.
7528         * class.c (mono_class_inflate_generic_class): New helper function.
7530         * class.c: Use mono_class_inflate_generic_class in a few places. Add
7531         statistics for inflated methods/classes.
7533         * loader.c (inflate_generic_header): Use mono_class_inflate_generic_class.
7535         * icall.c (ves_icall_Type_GetMethodsByName): Optimize the case when
7536         the call is made from Delegate.CreateDelegate () for the invoke method of
7537         a delegate.
7539         * loader.c: Add a statistics for the memory occupied by inflated signatures.
7541         * metadata.c (mono_metadata_signature_size): New helper function.
7543         * class.c (mono_class_get_method_from_name_flags): Add an optimization for
7544         generic instances.
7546         * metadata.c (inflated_method_in_image): Avoid calling 
7547         mono_method_signature () if the method does not already have a signature.
7549 2009-02-03 Rodrigo Kumpera  <rkumpera@novell.com>
7551         * verify.c (is_compatible_boxed_valuetype): When checking if the boxed 
7552         valuetype is compatible with target type, check by inheritance as a
7553         VT is not really compatible with System.ValueType, for example.
7555         * verify.c (do_invoke_method): Improve error message.
7557         * verify.c (do_box_value): If boxing a nullable, use the type argument
7558         on stack instead.
7560         * verify.c (do_newobj): Improve error message.  
7562         Fixes #469549.
7564 2009-02-03  Miguel de Icaza  <miguel@novell.com>
7566         * appdomain.c: Add support for DISABLE_SOCKETS and DISABLE_SHADOW_COPY
7568 2009-02-03  Mark Probst  <mark.probst@gmail.com>
7570         * generic-sharing.c: Don't hold domain lock when calling
7571         instantiate_other_info().  Fixes #471958.
7573         * domain-internals.h, loader.c: Describe locking policy of domain
7574         lock vs loader lock.
7576 2009-02-03 Rodrigo Kumpera  <rkumpera@novell.com>
7578         * verify.c (mono_delegate_signature_equal): Make it possible to check
7579         first-arg-bound delegates to static method.
7581         * verify.c (verify_delegate_compatibility): Correctly verify delegates to
7582         static methods with the first arg bound.
7584         Fixes #469529.
7586 2009-02-03 Rodrigo Kumpera  <rkumpera@novell.com>
7588         * verify.c: Added stack_slot_full_name to provide decent and more meanfull
7589         errors.
7591         * verify.c (is_compatible_boxed_valuetype): Be less restrictive when not
7592         under strict mode. Any type, when boxed can be seen as a reference type.
7594         Fixes #469528.
7596 2009-02-03 Rodrigo Kumpera  <rkumpera@novell.com>
7598         * object.h: The lower bound of an array is a signed integer value.
7599         Introduce mono_array_lower_bound_t typedef. It should be used instead of
7600         gint32 as under MONO_BIG_ARRAYS it will be a gint64.
7602         * icall.c: Cast MonoArrayBounds::length to a signed value so correctly
7603         calculate the upper bound.
7604         
7605         Fixes #471252.
7607 2009-02-02  Miguel de Icaza  <miguel@novell.com>
7609         From Paolo's work, refactored, cleared up:
7610         
7611         * threadpool.c, icall.c: ifdef code that requires a working socket
7612         stack.
7614         * metadata.c (mono_metadata_field_info): Do not attempt to return
7615         a value from a function declared as void.
7617         * console-io.c: Use MONO_NULL_TTYDRIVER to remove the tty driver
7618         from the console stack.
7620         * assembly.c: use strrchr instead of rindex.
7622         * class.c, object.c, marshal.c, icall.c, reflection.c: include
7623         alloca.h on systems that have it.
7625         * environment.c: Avoid code that uses stuff from
7626         HAVE_SYS_UTSNAME_H
7627         
7628         * appdomain.c: Include sys/time.h.
7630         * console-io.c: include sys/ioctl.h if it is available.
7632 2009-02-03  Zoltan Varga  <vargaz@gmail.com>
7634         * method-builder.h (_MonoMethodBuilder): Add a 'skip_visibility' flag.
7636         * method-builder.c (mono_mb_create_method): Set method->skip_visibility from
7637         the method builder.
7639         * marshal.c: Set mb->skip_visibility instead of setting it on the method
7640         after it was created and cached, as the later is not thread safe.
7641         
7642 2009-02-02  Zoltan Varga  <vargaz@gmail.com>
7644         * mono-debug.c (mono_debug_print_stack_frame): Avoid crashes when this is
7645         called while the debugging module is not initialized. Fixes #471669.
7647 2009-02-02 Rodrigo Kumpera  <rkumpera@novell.com>
7649         * icall.c (type_from_name): Ignore reflection frames to find out the real caller.
7651         Fixes #471255.
7653 2009-02-02  Mark Probst  <mark.probst@gmail.com>
7655         * generic-sharing.c (lookup_or_register_other_info): Make sure the
7656         loader lock is not taken while the templates lock is held.  Fixes
7657         #471089.
7659 2009-02-02  Mark Probst  <mark.probst@gmail.com>
7661         * metadata.c (type_in_image): Added a check to fix a monodis
7662         crash.
7664 2009-02-02  Zoltan Varga  <vargaz@gmail.com>
7666         * marshal.c (mono_marshal_get_runtime_invoke): Add support for byref
7667         nullable arguments.
7669         * object.c (mono_runtime_invoke_array): Ditto.
7670         
7671         * marshal.c (mono_marshal_free_dynamic_wrappers): New function for
7672         freeing wrappers of dynamic methods.
7674         * loader.c (mono_free_method): Call it. Fixes #463323.
7675         
7676         * marshal.c (mono_marshal_get_runtime_invoke): Disable sharing for
7677         methods taking vtype/byref arguments, to fix yet another bug caused by
7678         the sharing of runtime invoke wrappers. Partly fixes #471259.
7680 2009-02-01  Zoltan Varga  <vargaz@gmail.com>
7682         * debug-mono-symfile.c (check_line): Return NULL instead of returning
7683         <first file in file table>:1 when the IL offset does not have an associated
7684         line number.
7686 2009-01-31  Zoltan Varga  <vargaz@gmail.com>
7688         * mono-debug.c (mono_debug_lookup_locals): New function to return local
7689         variable info for a method.
7691         * debug-mono-symfile.c (mono_debug_symfile_lookup_locals): Ditto.
7692         
7693 2009-01-30  Jb Evain  <jbevain@novell.com>
7695         * pedump.c: reuse code from monodis to make sure pedump honors
7696         MONO_PATH, which is needed to verify net_2_1 assemblies.
7698 2009-01-29  Zoltan Varga  <vargaz@gmail.com>
7700         * mono-debug.c (mono_debug_print_stack_frame): Print the IL offset even when
7701         there is no line number info.
7703 2009-01-29  Raja R Harinath  <harinath@hurrynot.org>
7705         Avoid some MonoType allocations
7706         * reflection.c (mono_reflection_initialize_generic_parameter):
7707         Reuse MonoType from param->pklass rather than allocating one.
7708         (mono_dynamic_image_free): Update to changes.
7710 2009-01-28  Raja R Harinath  <harinath@hurrynot.org>
7712         Rearrange some code to improve consistency
7713         * reflection.c (mono_reflection_setup_generic_class): Move body ...
7714         (mono_reflection_initialize_generic_parameter): ... here.
7716 2009-01-28  Zoltan Varga  <vargaz@gmail.com>
7718         * generic-sharing.c (has_constraints): Enable gshared for methods/classes
7719         with type constraints as an experiment.
7721         * boehm-gc.c (on_gc_notification): Update mono_stats.
7723 2009-01-28  Raja R Harinath  <harinath@hurrynot.org>
7725         Avoid some allocations
7726         * class-internals.h (_MonoGenericInst::type_argv): Convert from
7727         pointer to tail array to avoid extra allocation.
7728         * metadata.c (free_generic_inst): Update to changes.
7729         (mono_metadata_get_generic_inst): Likewise.  Use alloca instead of
7730         on-stack struct.
7732 2009-01-27  Zoltan Varga  <vargaz@gmail.com>
7734         * icall.c (ves_icall_System_Type_EqualsInternal): For user-defined types,
7735         return TRUE if the two type objects are the same.
7737 2009-01-26  Zoltan Varga  <vargaz@gmail.com>
7739         * marshal.c (mono_marshal_load_type_info): Fill out info->min_align.
7740         (mono_class_native_size): Use klass->marshal_info->min_align instead of
7741         klass->min_align, since klass->min_align contains the managed alignment,
7742         while the native alignment can be different, like for longs on x86.
7743         Fixes #469135.
7745         * class-internals.h (MonoMarshalType): Add a min_align field.
7747 2009-01-26 Rodrigo Kumpera  <rkumpera@novell.com>
7749         * assembly.c (mono_assembly_try_decode_skip_verification): Add a hack to check
7750         the 1.0 format.
7752 2009-01-26  Zoltan Varga  <vargaz@gmail.com>
7754         * domain-internals.h (struct _MonoJitInfo): Add a 'from_aot' field plus
7755         some comments about the usage of the used_regs field.
7757         * marshal.c (emit_marshal_ptr): Allow pointers to blittable structures.
7758         Fixes #469217.
7760 2009-01-24 Gonzalo Paniagua Javier <gonzalo@novell.com>
7762         * appdomain.c: return NULL instead of throwing FileNotFoundException
7763         when LoadAssembly() fails.
7765 2009-01-23  Mark Probst  <mark.probst@gmail.com>
7767         * metadata.c (mono_metadata_generic_param_equal): Only compare the
7768         image if the owner is NULL.  Fixes the AOT failures.
7770 2009-01-23  Zoltan Varga  <vargaz@gmail.com>
7772         * metadata.c (mono_metadata_load_generic_params): Initialize the 
7773         MonoGenericParam structure using memset so the image field is initialized
7774         as well.
7776 2009-01-21 Rodrigo Kumpera  <rkumpera@novell.com>
7778         * appdomain.c (mono_domain_unload): Change the InterlockedIncrement to
7779         a plain store.
7781 2009-01-21  Zoltan Varga  <vargaz@gmail.com>
7783         * class.c (mono_class_setup_vtable_general): In the generic instance
7784         optimization, set method->slot for abstract virtual methods. Fixes part of
7785         #467834.
7787 2009-01-21 Rodrigo Kumpera  <rkumpera@novell.com>
7789         * domain-internals.h: Add new appdomain state MONO_APPDOMAIN_UNLOADING_START
7790         which signals that the unloading has started but all appdomain services must
7791         remain operational.
7793         * appdomain.c (mono_domain_unload): The initial state for unloading now
7794         is unloading_start and we switch to unloading after the managed call to
7795         AppDomain::DomainUnload has finished.
7797         The new unloading state has to be created because managed code in the
7798         DomainUnload event can depend on things like the threadpool still working.
7799         The domain must remain fully functional while the event executes.
7801         This shown as an issue due to Process::WaitForExit, which waits for
7802         async reads of stdout and stderr to complete. Since those are processed
7803         in the threadpool the code deadlocks because the DomainUnload callback 
7804         waits for the async read finished event, which should have been set by a
7805         threadpool job but has been discarded due to the domain been in unload
7806         state.
7808 2009-01-21  Mark Probst  <mark.probst@gmail.com>
7810         * metadata.c (mono_metadata_generic_param_equal): Owner as well as
7811         image must match.
7813 2009-01-21  Mark Probst  <mark.probst@gmail.com>
7815         * reflection.c (resolve_object): For fields, inflate the class and
7816         then get the field in the inflated class.
7818 2009-01-20  Mark Probst  <mark.probst@gmail.com>
7820         * object-internals.h (struct _MonoException): Added a comment
7821         explaining the new use of trace_ips.
7823 2009-01-20  Mark Probst  <mark.probst@gmail.com>
7825         * generic-sharing.c (inflate_other_data): Inflate array methods
7826         correctly.
7828         * loader.c, class-internals.h: Rename search_in_array_class() to
7829         mono_method_search_in_array_class() and make it non-static.
7831 2009-01-19  Zoltan Varga  <vargaz@gmail.com>
7833         * metadata.c (inflated_signature_in_image): Call signature_in_image as well.
7834         Hopefully fixes #458168.
7836 2009-01-19  Christian Hergert  <christian.hergert@gmail.com>
7838         * object.c (mono_raise_exception): Remove call to InterlockedIncrement
7839         as it is performed elsewhere.
7841         Code is contributed under MIT/X11 license
7843 2009-01-19  Christian Hergert  <christian.hergert@gmail.com>
7845         * mono-perfcounters-def.h: Add counters for asp.net requests total and
7846         requests queued.
7847         * object.c (mono_raise_exception): Increment the exceptions total
7848         counter when an exception is thrown.
7849         * class-internals.h: Add a location for storing the total number of
7850         asp.net requests served.
7851         * mono-perfcounters.c: Implement update support for asp.net counters
7852         from the class libraries. Implement read support for asp.net counters
7853         and exceptions total counter.
7855 2009-01-19  Zoltan Varga  <vargaz@gmail.com>
7857         * loader.c (search_in_array_class): Call mono_class_setup_methods () before
7858         accessing klass->methods. Fixes #467385.
7860 2009-01-18  Zoltan Varga  <vargaz@gmail.com>
7862         * marshal.c (emit_marshal_custom): Avoid calling MarshalNativeToManaged
7863         for byval arguments without an [Out] attribute. Fixes #467212.
7865         * attach.c: Applied patch from Koushik Dutta (koush@koushikdutta.com). 
7866         Fix compilation under android.
7867         
7868         * sgen-gc.c: Instead of scanning gray objects after all roots have been 
7869         processed, scan them directly after they are copied, to achieve better locality
7870         and cache usage.
7872         * socket-io.c: Applied patch from Koushik Dutta
7873         (koush@koushikdutta.com). Disable IPV6 when running under android.
7875 2009-01-18  Zoltan Varga  <vargaz@gmail.com>
7877         * icall.c (ves_icall_InternalExecute): Add write barriers.
7879         * marshal.c (mono_marshal_get_write_barrier): Remove, this is now done in
7880         the GC code.
7882         * sgen-gc.c: Implement write barriers in IL code.
7884 2009-01-17  Geoff Norton  <gnorton@novell.com>
7886         * image.c: Avoid trying to walk the reference table of dynamic assemblies.
7888 2009-01-17  Geoff Norton  <gnorton@novell.com>
7890         * image.c: When unloading the image->references table, there can be gaps
7891         in it.  Ensure that we iterate every entry to avoid leaking assembly references
7892         when unloading an appdomain.
7894 2009-01-16  Zoltan Varga  <vargaz@gmail.com>
7896         * sgen-gc.c: Add support for allocating a nursery at an aligned address, to
7897         speed up ptr-in-nursery checks.
7899         * threads.c (mono_threads_abort_appdomain_threads): Abort threads outside the
7900         threads_lock () to prevent deadlocks.
7902         * sgen-gc.c gc-internal.h: Add a new root type root-with-wbarrier, which
7903         does not need to be scanned during minor collections, since writes to it
7904         must use write barriers.
7906 2009-01-15 Rodrigo Kumpera  <rkumpera@novell.com>
7908         * metadata-verify.c: Add pe nt header verification.
7909         
7910 2009-01-15  Zoltan Varga  <vargaz@gmail.com>
7912         * gc.c: Fix a few warnings when using SGEN.
7914 2009-01-14 Rodrigo Kumpera  <rkumpera@novell.com>
7916         * metadata-verify.c: Add pe optional header verification.
7918 2009-01-15  Zoltan Varga  <vargaz@gmail.com>
7920         * sgen-gc.c: Add support for user defined marker functions, used by
7921         MonoGHashTable to avoid registering a GC root for every hash node.
7923 2009-01-14  Zoltan Varga  <vargaz@gmail.com>
7925         * sgen-gc.c: Fix warnings. Optimize copy_object () a bit. Split pinned/
7926         non-pinned roots into separate hashes to avoid having to traverse them
7927         in functions which are only interested in one kind.
7929 2009-01-13 Rodrigo Kumpera  <rkumpera@novell.com>
7931         * metadata-verify.c: Add pe header machine field verification.
7932         
7933 2009-01-13 Rodrigo Kumpera  <rkumpera@novell.com>
7935         * metadata-verify.c: Add pe header size verification.
7937 2009-01-14  Zoltan Varga  <vargaz@gmail.com>
7939         * reflection.c (ALLOC_REFENTRY): Don't allocate the ReflectionEntry structures
7940         using the GC, they don't contain references.
7942         * domain.c (mono_domain_create): Create ldstr_table using MONO_HASH_KEY_VALUE_GC.
7944 2009-01-13  Geoff Norton  <gnorton@novell.com>
7946         * appdomain.c|h: Expose mono_domain_unload to the embedding api so that 
7947         AppDomains created on the native side can be cleaned up on the native side.
7949 2009-01-13  Geoff Norton  <gnorton@novell.com>
7951         * appdomain.c: Ensure that we call mono_context_init for the embedding api
7952         as well as the managed api.
7954 2009-01-13  Geoff Norton  <gnorton@novell.com>
7956         * appdomain.h|c: New API for creating a MonoDomain in the embedding api
7957         with a MonoAppDomain initialized against it.
7959 2009-01-13  Zoltan Varga  <vargaz@gmail.com>
7961         * reflection.c (MOVING_GC_REGISTER): Fix a warning.
7962         
7963         * reflection.c (mono_image_get_generic_param_info): Use MOVING_GC_REGISTER.
7965         * marshal.c: Avoid setting the exception clauses after a method has been entered 
7966         into the wrapper caches. Fixes #465700.
7968         * method-builder.c (mono_mb_set_clauses): New function to set the clauses of the
7969         method builder.
7970         (mono_mb_create_method): Set the clauses from the method builder.
7972 2009-01-13 Gonzalo Paniagua Javier <gonzalo@novell.com>
7974         * threadpool.c: include sys/socket.h. Fixes compilation on FreeBSD.
7975         Patch from Makoto Kishimoto.
7977 2009-01-13  Zoltan Varga  <vargaz@gmail.com>
7979         * sgen-gc.c (mono_gc_make_descr_from_bitmap): Handle large bitmaps by 
7980         encoding them as ROOT_DESC_COMPLEX.
7981         (precisely_scan_objects_from): Implement support for ROOT_DESC_COMPLEX.
7983 2009-01-12  Zoltan Varga  <vargaz@gmail.com>
7985         * sgen-gc.c (scan_from_remsets): Clear the global remset of pointers which
7986         no longer point to the nursery.
7988         * sgen-gc.c: Add a few comments/FIXMEs.
7989         
7990         * sgen-gc.c: Implement scanning of the alloc_pinned objects.
7992         * marshal.c (mono_marshal_get_synchronized_wrapper): Make the 
7993         initialization of the various _method variables thread safe. Fixes
7994         #465377.
7996 2009-01-12  Mark Probst  <mark.probst@gmail.com>
7998         * domain.c, domain-internals.h: Remove the shared_generics_hash
7999         and its lookup functions.
8001 2009-01-12  Bill Holmes  <billholmes54@gmail.com>
8003         * socket-io.c:  Fixing the MSVC build. 
8005         Code is contributed under MIT/X11 license.
8007 2009-01-12 Rodrigo Kumpera  <rkumpera@novell.com>
8009         * metadata-verify.c: Add pe header watermark verification.
8011 2009-01-09 Rodrigo Kumpera  <rkumpera@novell.com>
8013         * metadata-verify.c: Add lfanew verification.
8015 2009-01-12  Jb Evain  <jbevain@novell.com>
8017         * tabldefs.h: rename METHOD_ATTRIBUTE_CHECK_ACCESS_ON_OVERRIDE to
8018         METHOD_ATTRIBUTE_STRICT to match the ECMA terminology.
8020 2009-01-10  Zoltan Varga  <vargaz@gmail.com>
8022         * socket-io.c: Fix the build.
8024         * environment.c: Fix an #ifdef.
8026 2009-01-09  Zoltan Varga  <vargaz@gmail.com>
8028         * threadpool.c (async_invoke_thread): Handle the wait function returning
8029         WAIT_IO_COMPLETION as well.
8030         (async_invoke_io_thread): Ditto.
8032 2009-01-09  Bill Holmes  <billholmes54@gmail.com>
8034         * threads.c: Fixing the Windows build.
8036         Code is contributed under MIT/X11 license.
8038 2009-01-09  Zoltan Varga  <vargaz@gmail.com>
8040         * threads.c (signal_thread_state_change): Call wapi_interrupt_thread () to
8041         interrupt a wait.
8042         (mono_thread_execute_interruption): Call wapi_clear_interruption () to enable
8043         the thread to wait again.
8045 2009-01-09 Rodrigo Kumpera  <rkumpera@novell.com>
8047         * metadata-verify.c: Initial skeleton of the metadata verifier.
8049         * pedump.c: Add support for the metadata verifier.
8051         * verify-internal.h: Export the whole assembly metadata verifier function.
8053 2009-01-09 Rodrigo Kumpera  <rkumpera@novell.com>
8055         * gc.c (mono_gc_init): Fix the comments about deadlock on windows.
8057 2009-01-09  Zoltan Varga  <vargaz@gmail.com>
8059         * Makefile.am: Upgrade dtrace-prelink.sh location.
8061 2009-01-08 Rodrigo Kumpera  <rkumpera@novell.com>
8063         * gc.c (mono_gc_init): Wait for finalizer thread to init on windows as
8064         well. Otherwise the shutdown deadlock that happens on unix will can happen
8065         as well.
8066         If the main thread code finishes too fast it's possible that the finalizer
8067         thread won't have executed yet, won't record itself as the finalizer thread
8068         and the shutdown sequence will wait on it forever.
8070 2009-01-08 Rodrigo Kumpera  <rkumpera@novell.com>
8072         * threads.c (mono_thread_current): Make THREAD_DEBUG work on windows
8073         with MSVC.
8075 2009-01-08  Miguel de Icaza  <miguel@novell.com>
8077         * appdomain.c: Initialize the mono_strtod_mutex here, thanks to
8078         Robert Jordan for pointing this out.
8080 2009-01-08  Christian Prochnow  <cproch@seculogix.de>
8082         * icall.c
8083         * icall-def.h: added internal calls ves_icall_System_IO_DriveInfo_GetDiskFreeSpace,
8084         ves_icall_System_IO_DriveInfo_GetDriveType.
8086 2009-01-07  Miguel de Icaza  <miguel@novell.com>
8088         * icall.c: Wrap calls to mono_strtod in CriticalSection
8089         invocations when using eglib, to work around #464316.
8091 2009-01-07 Rodrigo Kumpera  <rkumpera@novell.com>
8093         * file-io.c (ves_icall_System_IO_MonoIO_GetCurrentDirectory): Double check the
8094         return value of GetCurrentDirectory to never access unitialized memory.
8096 2009-01-07 Rodrigo Kumpera  <rkumpera@novell.com>
8098         * file-io.c (ves_icall_System_IO_MonoIO_GetCurrentDirectory): Properly check the
8099         return value of GetCurrentDirectory and expand the buffer if needed.
8101         Fixes #459094.
8103 2009-10-07 Tom Hindle  <tom_hindle@sil.org>
8105         * marshal.c (GetIUnknownForObjectInternal, GetIUnknownForObjectInternal) : 
8106           Adding a call to mono_init_com_types.
8108         Code is contributed under MIT/X11 license.
8110 2009-01-07  Geoff Norton  <gnorton@novell.com>
8112         * socket-io.c: ioctlsocket(FIONREAD) returns the size of the UDP header as well on 
8113         darwin.  Use getsockopt SO_NREAD instead to get the right values for TCP and UDP.
8114         ai_canonname can be null in some cases on darwin, where the runtime assumes it will 
8115         be the value of the ip buffer.
8117 2009-01-06 Rodrigo Kumpera  <rkumpera@novell.com>
8119         * verify.c (mono_class_interface_implements_interface): Verify parents as we can't rely on
8120         interfaces_packed here.
8122         Fixes part of #463294.
8124 2009-01-06 Rodrigo Kumpera  <rkumpera@novell.com>
8126         * verify.c (is_array_type_compatible): Ignore bounds and sizes when checking array compatibility.
8128         Fixes part of #463294.
8130 2009-01-06 Rodrigo Kumpera  <rkumpera@novell.com>
8132         * verify.c (stack_slot_is_complex_type_not_reference_type): Check if the type
8133         is a boxed complex as well.
8135         Fixes part of #463294.
8137 2009-01-06 Rodrigo Kumpera  <rkumpera@novell.com>
8139         * reflection.c (mono_image_get_methodref_token): Add an extra create_typespec parameter to
8140         control if a methodspec should be created for the generic method definition from external assemblies.
8141         Caching of methodspec is done using the handleref hash table.
8143         Fixes #462592.
8145 2009-01-05 Rodrigo Kumpera  <rkumpera@novell.com>
8147         * loader.c (find_method): When searching the interfaces of a class
8148         check the transitive closure of implemented interfaces.
8150         Fixes #463303.
8152 2009-01-03 Rodrigo Kumpera  <rkumpera@novell.com>
8154         * class.c (get_implicit_generic_array_interfaces): Improve debugging code.
8155         
8156 2009-01-03 Rodrigo Kumpera  <rkumpera@novell.com>
8158         * class.c (get_implicit_generic_array_interfaces): Extract valuetype
8159         interfaces calculation to fill_valuetype_array_derived_types.
8161         * class.c (get_implicit_generic_array_interfaces): Valuetypes need IList /
8162         ICollection / IEnumerator interfaces for their extra twin type - sbyte for byte
8163         for example.
8165         * class.c (get_implicit_generic_array_interfaces): InternalEnumerator gets
8166         interfaces for valuetypes if needed.    
8168         * class.c (fill_valuetype_array_derived_types): Enums should have interfaces
8169         for their basetype as well. Types are array expanded if rank is > 0.
8171         Fixes #400716.
8173 2008-12-30  Bill Holmes  <billholmes54@gmail.com>
8175         * socket-io.h : Changing the signature of
8176           ves_icall_System_Net_Sockets_Socket_Accept_internal to pass
8177           the blocking state.
8179         * icall-def.h :  Changing the signature of
8180           System.Net.Sockets.Socket.Accept_internal to pass the blocking state.
8182         * socket-io.c (ves_icall_System_Net_Sockets_Socket_Accept_internal) :
8183           For Windows only.  Avoid blocking when calling accept by
8184           querying for a connection via select.  The loop also queries
8185           the thread state every 1000 micro seconds for the thread
8186           stop state.  This will avoid the process hanging on shutdown
8187           when using a TcpChannel that is never connected to.
8189         Code is contributed under MIT/X11 license.
8191 2008-12-30  Marek Safar  <marek.safar@gmail.com>
8193         * tabledefs.h: Add METHOD_ATTRIBUTE_CHECK_ACCESS_ON_OVERRIDE.
8195 2008-12-26 Rodrigo Kumpera  <rkumpera@novell.com>
8197         * class.c (get_implicit_generic_array_interfaces): Extract common
8198         code to a helper function making it a lot easier on the eyes.
8200 2008-12-26 Rodrigo Kumpera  <rkumpera@novell.com>
8202         * class.c (get_implicit_generic_array_interfaces): If the internal
8203         enumerator is an interface inflate System.Object instead of itself.
8205         Fixes #461261.
8207 2008-12-24 Rodrigo Kumpera  <rkumpera@novell.com>
8209         * object.c (mono_runtime_invoke_array): Don't assert with
8210         byref nullable types.
8212         * marshal.c (mono_marshal_get_runtime_invoke): To handle
8213         byref nullables we unbox the object and store it on the
8214         stack. 
8215         We can't use the boxed object since it is the T of Nullable<T>
8216         and the boxed representation of a nullable it's underlying type
8217         or null.
8218         We could cheat and create a boxed nullable and use the same
8219         machinery of other byref VTs but this feels like a hack and
8220         using the stack has the bonus of reducing heap pressure.
8222         Fixes #461941.
8224 2008-12-23 Rodrigo Kumpera  <rkumpera@novell.com>
8226         * marshal.c (mono_marshal_emit_managed_wrapper): Handle char
8227         return value.
8229         Fixes #461867.
8231 2008-12-19  Bill Holmes  <billholmes54@gmail.com>
8233         * icall-def.h : Adding an internal call definition for 
8234           System.Environment.internalBroadcastSettingChange.
8236         * icall.c : Adding a Windows only implementation to broadcast a 
8237           WM_SETTINGCHANGE when an environment variable has changed.
8239         Code is contributed under MIT/X11 license.
8241 2008-12-19  Mark Probst  <mark.probst@gmail.com>
8243         * class.c, class-internals.h: Made
8244         mono_class_has_parent_and_ignore_generics() non-static.
8246 Thu Dec 18 16:35:22 CET 2008 Paolo Molaro <lupus@ximian.com>
8248         * image.c: deal with the mmap failing when loading an image.
8250 2008-12-17  Geoff Norton  <gnorton@novell.com>
8252         * threadpool.c: Ensure that the io_queue_lock is initialized
8253         in all circumstances, as we always attempt to cleanup against it.
8255 2008-12-17  Miguel de Icaza  <miguel@novell.com>
8257         * icall.c (ves_icall_System_Environment_get_Platform): For
8258         compatibility reasons for existing client code we will keep
8259         returning 4 for a while.   
8261         For how long will depend on the documentation being updated, and
8262         for us to give client code a chance to be updated.
8264         This reverts the original decison on #433108 since we did not
8265         catch roughly 33 instances of the broken code in our own source
8266         code base, we did not catch failures on the buildbots, and QA did
8267         not bring this as a problem.
8269         Only today I found some customer's code breaking due to our own
8270         class libraries not being fully updated and tracked it down to
8271         this change.  I am reverting it because if we could not even get
8272         our story straight in our own code base, how can we hope that our
8273         end user code be fixed?
8275         As of this morning, our Wiki page that documents how to detect
8276         Unix had not been fixed.    
8278 2008-12-16  Zoltan Varga  <vargaz@gmail.com>
8280         * metadata.c (inflated_method_in_image): Add a workaround for #458168.
8282         * class.c (mono_class_get_fields): Handle loading errors.
8284 2008-12-12 Mark Mason <mmason@upwardaccess.com>
8286         * 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.
8287         
8288 2008-12-12 Gonzalo Paniagua Javier <gonzalo@novell.com>
8290         * mono-perfcounters.c: avoid warning.
8292 2008-12-12 Rodrigo Kumpera  <rkumpera@novell.com>
8294         * reflection.c (ensure_runtime_vtable): Work on generic instances and
8295         make sure all interfaces have MonoClass::interface_id set.
8297         * reflection.c (ensure_generic_class_runtime_vtable): Ensure the
8298         method table is property set.
8300 2008-12-12 Rodrigo Kumpera  <rkumpera@novell.com>
8302         * class.c: New function mono_class_setup_interface_id that setup
8303         MonoClass::interface_id if needed.
8305         * class-internals.h: Export new function.
8307 2008-12-12 Rodrigo Kumpera  <rkumpera@novell.com>
8309         * class.c: Add code to sanity check the vtable after setup_vtable_general
8310         has done it's work.
8312 2008-12-11 Gonzalo Paniagua Javier <gonzalo@novell.com>
8314         * icall.c: make Assembly.GetExecutingAssembly work properly when
8315         reflection is used to invoke the method.
8316         Bug #321781 fixed.
8318 2008-12-11  Mark Probst  <mark.probst@gmail.com>
8320         * metadata/generic-sharing.c: Look for constraints in all type
8321         arguments, not just the first one.
8323 2008-12-10 Gonzalo Paniagua Javier <gonzalo@novell.com>
8325         * appdomain.c: return the correct CodeBase for an Assembly instance
8326         that was loaded from the shadow-copy directories.
8327         Bug #458190 fixed.
8329 2008-12-10  Zoltan Varga  <vargaz@gmail.com>
8331         * sgen-gc.c (build_nursery_fragments): Clear nursery_next/nursery_frag_real_end.
8333         * sgen-gc.c (check_object): New debugging helper function.
8335         * object.c: Fix calls to mono_value_copy_array ().
8337 2008-12-10 Rodrigo Kumpera  <rkumpera@novell.com>
8339         * class.c (mono_class_setup_fields): If working on an inflated class
8340         first check if the generic definition did init with success.
8342         Fixes #445361.
8344 2008-12-10 Rodrigo Kumpera  <rkumpera@novell.com>
8346         pedump.c (main): Fix a warning.
8348 2008-12-10  Bill Holmes  <billholmes54@gmail.com>
8350         * object-internals.h : Adding a definition for 
8351           MonoReflectionComVisibleAttribute.
8353         * marshal.c (cominterop_com_visible) :  Method added to check the 
8354           ComVisible attribute of a class.
8356         * marshal.c (cominterop_raise_hr_exception, cominterop_get_interface) :  
8357           cominterop_raise_hr_exception added to consolidate common code 
8358           to raise hr exceptions.
8360         * marshal.c (cominterop_can_support_dispatch) :  Method added to determine 
8361           if a managed class should support IDispatch.
8363         * marshal.c 
8364           (cominterop_get_idispatch_for_objec, cominterop_ccw_queryinterfacet) :  
8365           Added additional checks for managed object when getting 
8366           an IDispatch interface.
8368         Code is contributed under MIT/X11 license.
8370 2008-12-10 Rodrigo Kumpera  <rkumpera@novell.com>
8372         pedump.c (main): Handle mono_get_method () returning NULL. 
8374 2008-12-09  Zoltan Varga  <vargaz@gmail.com>
8376         * marshal.h: Fix a warning.
8378 2008-12-09  Bill Holmes  <billholmes54@gmail.com>
8380         * marshal.c : Adding cominterop_release_all_rcws to release all
8381           runtime callable wrappers held by the runtime.
8383         * marshal.h : Adding declaration for cominterop_release_all_rcws.
8384           
8385         Code is contributed under MIT/X11 license.
8387 2008-12-09  Zoltan Varga  <vargaz@gmail.com>
8389         * metadata.c (mono_image_alloc_lock): New helper function.
8390         (mono_image_alloc0_lock): Ditto.
8392         * metadata.c: Use the alloc_lock () helper functions for allocating
8393         memory from the image mempool.
8395 2008-12-08 Rodrigo Kumpera  <rkumpera@novell.com>
8397         * class.c (mono_class_from_generic_parameter): Document it's
8398         locking behavior. Fix double checked locking here, we stored in
8399         param->pklass a partially initialized MonoClass and no membar was used.
8401 2008-12-05  Marek Habersack  <mhabersack@novell.com>
8403         * sysmath.c (ves_icall_System_Math_Round2): if round (3) and rint
8404         (3) functions are present in the C library use them to do the
8405         job. If they are absent, make sure that the sum of int_part and
8406         dec_part is rounded before returning. This is necessary due to the
8407         division of dec_part by the power of 10 before the final addition
8408         is performed - if the result is not rounded in some cases it will
8409         yield invalid results.
8411 2008-12-04  Zoltan Varga  <vargaz@gmail.com>
8413         * marshal.c (mono_marshal_emit_native_wrapper): Add AOT support for pinvoke
8414         wrappers by emitting the function address using a CEE_MONO_ICALL_ADDR 
8415         instruction instead of a pointer constant.
8417 2008-12-03  Zoltan Varga  <vargaz@gmail.com>
8419         * loader.c (mono_method_get_header): Do most of the work outside the
8420         loader lock, to avoid assembly load hook deadlocks.
8422         * metadata.c (mono_metadata_parse_mh_full): Use finer-grained locking.
8423         (mono_metadata_parse_type_full): Ditto.
8425 2008-12-02 Rodrigo Kumpera  <rkumpera@novell.com>
8427         * mempool.c (mono_backtrace): Take the number of allocated bytes as argument.
8428         Make the stack depth fixed. Ensure proper argument passing to the backtrace
8429         funtions. Finally, use a lock to produce well ordered output.
8431         The lock looks silly, as all calls to the corlib mempool should be guarded
8432         with the loader lock, but for some reason this fact doesn't help. 
8434         * mempool.c (mono_mempool_alloc0): Add support for TRACE_ALLOCATIONS.
8436 2008-12-02  Mark Probst  <mark.probst@gmail.com>
8438         * socket-io.c: 64 bit big-endian fixes.
8440 2008-12-01 Rodrigo Kumpera  <rkumpera@novell.com>
8442         * verify.c (is_compatible_boxed_valuetype): Rewrite function to work properly with
8443         targets that require strict compatibility between the types.
8445         * verify.c (verify_stack_type_compatibility_full): Boxed values are not compatible
8446         to unboxed types. All cases that this is true are checked by is_compatible_boxed_valuetype.
8447         Kill the strict argument and create a new one valuetype_must_be_boxed.
8449         * verify.c (verify_delegate_compatibility): Use verify_stack_type_compatibility_full to
8450         state that all valuetypes must be boxed.
8452         Fixes #448560.
8454 2008-11-29  Kornél Pál  <kornelpal@gmail.com>
8456         * coree.c (MonoFixupExe): Use sizeof(IMAGE_BASE_RELOCATION) instead of
8457         IMAGE_SIZEOF_BASE_RELOCATION as newer Vista SDKs no longer define the latter.
8459         Contributed under MIT/X11 license.
8461 2008-11-28 Rodrigo Kumpera  <rkumpera@novell.com>
8463         * class.c (mono_class_setup_fields): Don't copy MonoType::attrs as
8464         the inflate_generic_type machinery should handle it.
8466         This avoids a crash when the field's flags is zero and it's type is
8467         a primitive.
8468         What happens is that mono_metadata_parse_type_full will see that opt_attrs
8469         is zero and will return one of the cached built-in primitive types. Since
8470         those types live in read-only memory, the code that copies it crashes.  
8472 2008-11-28  Mark Probst  <mark.probst@gmail.com>
8474         * object.c: Don't put function descriptors into generalized IMT
8475         thunks.
8477 2008-11-28  Mark Probst  <mark.probst@gmail.com>
8479         * class.c: Enable generic code sharing on PPC64.
8481 2008-11-27  Mark Probst  <mark.probst@gmail.com>
8483         * mempool.c, mempool-internals.h: Added g_slist_append_mempool()
8484         from mini/mini.c.
8486         * generic-sharing.c: Allocate the method template slists from the
8487         image mempool so it doesn't leak.
8489 2008-11-27 Rodrigo Kumpera  <rkumpera@novell.com>
8491         * class.c (generic_array_methods): Release the linked list.
8493 2008-11-27  Mark Probst  <mark.probst@gmail.com>
8495         * marshal.c (mono_string_builder_to_utf8): Fixed a wrong
8496         invocation to g_utf16_to_utf8().
8498 2008-11-26  Mark Probst  <mark.probst@gmail.com>
8500         * icall.c (mono_ArgIterator_IntGetNextArg): Handle sub-word sized
8501         arguments on big endian archs.
8503 2008-11-25 Gonzalo Paniagua Javier <gonzalo@novell.com>
8505         * reflection.c: (_mono_reflection_parse_type) skip leading spaces in
8506         the type name (test added in corlib).
8508 2008-11-25 Gonzalo Paniagua Javier <gonzalo@novell.com>
8510         * pedump.c: initialize perf. counters. Fixes a segv.
8512 2008-11-25  Martin Baulig  <martin@ximian.com>
8514         * mono-debug-debugger.c
8515         (mono_debugger_runtime_invoke): Return the exception object if an
8516         exception was thrown.  Visual Studio displays the exception object
8517         in the locals window.
8519 2008-11-24  Mark Probst  <mark.probst@gmail.com>
8521         * mini-trampolines.c (mono_delegate_trampoline): Don't return a
8522         ftnptr.
8524 2008-11-24  Mark Probst  <mark.probst@gmail.com>
8526         * marshal.c (mono_type_native_stack_size): MONO_TYPE_I and
8527         MONO_TYPE_U are sizeof (gpointer), too.
8529 2008-11-24  Mark Probst  <mark.probst@gmail.com>
8531         * marshal.c (mono_type_native_stack_size): Fixed size and
8532         alignment for reference types.
8534 2008-11-23  Mark Probst  <mark.probst@gmail.com>
8536         * class.c (mono_class_generic_sharing_enabled): Disable generic
8537         code sharing for PPC64.
8539 2008-11-21 Rodrigo Kumpera  <rkumpera@novell.com>
8541         * icall.c (mono_method_get_equivalent_method): Make sure
8542         method->klass->methods is inited before looping over it.
8544 2008-11-20 Gonzalo Paniagua Javier <gonzalo@novell.com>
8546         * object.c: when calling ExecuteAssembly in a newly created domain,
8547         the configuration file and application base are already set up.
8548         Bug #446353 take 2 fixed.
8550 2008-11-20  Zoltan Varga  <vargaz@gmail.com>
8552         * marshal.c: Add support for MONO_TYPE_GENERICINST to some functions.
8553         Fixes #444715. Fix a warning.
8555 2008-11-18 Gonzalo Paniagua Javier <gonzalo@novell.com>
8557         * appdomain.c: write the full path of the assembly to the .ini file
8558         created when "shadow-copying"
8559         Bug #446353 fixed.
8561 2008-11-18  Zoltan Varga  <vargaz@gmail.com>
8563         * debug-helpers.c (mono_method_full_name): Stringify wrapper types even
8564         if signature==FALSE.
8566 2008-11-17  Bill Holmes  <billholmes54@gmail.com>
8568         * marshal.h : Fix the cygwin build.
8569            marshal.c:12442: undefined reference to `_IID_IMarshal'
8570           
8571         Code is contributed under MIT/X11 license.
8573 2008-11-17  Bill Holmes  <billholmes54@gmail.com>
8575         * marshal.h : cominterop_ccw_getfreethreadedmarshaler added to return the
8576           free threaded marshaler when QueryInterface is called on a COM callable
8577           wrapper requesting the IMarshal interface.
8578           
8579         Code is contributed under MIT/X11 license.
8581 2008-11-14  Zoltan Varga  <vargaz@gmail.com>
8583         * domain-internals.h (MonoDomain): Update MONO_DOMAIN_LAST_GC_TRACKED.
8585         * reflection.c (mono_type_get_object): Special case the very common
8586         void type.
8588         * domain-internals.h (struct _MonoDomain): Add 'typeof_void' field to
8589         hold typeof(void).
8591 2008-11-13  Bill Holmes  <billholmes54@gmail.com>
8593         * process.h : Adding method declaration for
8594           ves_icall_System_Diagnostics_Process_WaitForInputIdle_internal.
8595           
8596         * process.c : Adding implementation for
8597           ves_icall_System_Diagnostics_Process_WaitForInputIdle_internal.
8598           
8599         * icall-def.h : Registering ICALL Processs.WaitForInputIdle_internal
8600           to ves_icall_System_Diagnostics_Process_WaitForInputIdle_internal.
8602         Code is contributed under MIT/X11 license.
8604 2008-11-10  Rodrigo Kumpera  <rkumpera@novell.com>
8606         * appdomain.c (unload_thread_main): Clean up threadpool by
8607         calling mono_thread_pool_remove_domain_jobs.
8609         * domain-internals.h (struct _MonoDomain): Add new fields to
8610         help coordinate the cleanup of the threadpool.
8612         * threadpool.c (mono_thread_pool_remove_domain_jobs): New fuction
8613         that cleans up the threadpool of all jobs associated with an appdomain.
8614         It does that by cleaning up the queues and making sure all active
8615         threads are accounted.
8617         * threadpool.c (async_invoke_io_thread): Ignore job if its domain is
8618         unloaded or in the process of. Take this is such way that there is
8619         no race condition between another thread starting the unload and the
8620         current thread acknowledging it.
8622         * threadpool.c (async_invoke_thread): Same.
8624         * threadpool.c (start_io_thread_or_queue): Increment threadpool_jobs before
8625         firing the new thread.
8627         * threadpool.c (start_tpthread): Same.
8629         * theadpool.c (append_job): Increment threadpool_jobs before queueing.
8631         * threadpool.h: Add mono_thread_pool_remove_domain_jobs.
8633 2008-11-06  Jonathan Chambers  <joncham@gmail.com>
8635         * file-io.c (ves_icall_System_IO_MonoIO_DuplicateHandle): 
8636         Add support for DuplicateHandle.
8637         
8638         * file-io.h (ves_icall_System_IO_MonoIO_DuplicateHandle): 
8639         Add support for DuplicateHandle.
8640         
8641         * icall-def.h (ves_icall_System_IO_MonoIO_DuplicateHandle): 
8642         Add support for DuplicateHandle.
8644         Code is contributed under MIT/X11 license.
8646 2008-11-06  Mark Probst  <mark.probst@gmail.com>
8648         * class-internals.h: Make min_align into a whole byte.
8650         * class.c: Set min_align for SIMD types to 16.
8652 2008-11-05  Geoff Norton  <gnorton@novell.com>
8654         * attach.c: Default the attacher to enabled for all cases including
8655         embedded.
8657 Wed Nov 5 16:33:41 CET 2008 Paolo Molaro <lupus@ximian.com>
8659         * monitor.c, class-internals.h, wrapper-types.h: revert incorrect
8660         change r117650.
8662 2008-11-04  Mark Probst  <mark.probst@gmail.com>
8664         * monitor.c, monitor.h: New function for querying offsets of
8665         members of MonoThreadsSync.
8667 2008-11-04  Zoltan Varga  <vargaz@gmail.com>
8669         * marshal.c (mono_marshal_get_runtime_invoke): Use runtime_invoke_direct_cache
8670         to speed up this function and to avoid the boundless memory growth caused by
8671         the signature_dup () calls.
8673 2008-11-02  Zoltan Varga  <vargaz@gmail.com>
8675         * monitor.c (mono_monitor_get_fast_enter_method): Add a proper type for the
8676         wrapper.
8678         * class-internals.h (struct _MonoMethod): Increase the size of 'wrapper_type'
8679         by 1 bit.
8681         * wrapper-types.h: Add MONO_WRAPPER_MONITOR_FAST_ENTER/EXIT.
8683 2008-10-31 Gonzalo Paniagua Javier <gonzalo@novell.com>
8685         * appdomain.c:
8686         * domain-internals.h: made mono_set_private_bin_path_from_config()
8687         "internal".
8688         * object.c: call the above function after setting the configuration
8689         file path for the root domain.
8690         Fixes bug #314478.
8692 2008-10-31 Gonzalo Paniagua Javier <gonzalo@novell.com>
8694         * assembly.c: when the assembly is loaded from an absolute path, end
8695         basedir with a directory separator.
8696         Bug #440781 fixed.
8698 2008-10-30  Mark Probst  <mark.probst@gmail.com>
8700         * monitor.c (mono_monitor_get_fast_enter_method): If
8701         CompareExchange is not available, don't create the fastpath
8702         instead of asserting.  (The method is missing in the 1.1 profile.)
8704 2008-10-30  Mark Probst  <mark.probst@gmail.com>
8706         * marshal.c, marshal.h: Rename signature_no_pinvoke() and make it non-static.
8708         * monitor.c, monitor.h: Code for generating Monitor.Enter and
8709         Monitor.Exit IL fastpaths.
8711 2008-10-28  Rodrigo Kumpera  <rkumpera@novell.com>
8713         * class.c (mono_class_create_from_typedef): Added Vector2ul.
8715 2008-10-28  Rodrigo Kumpera  <rkumpera@novell.com>
8717         * class.c (mono_class_create_from_typedef): Added Vector2l.
8719 2008-10-27  Rodrigo Kumpera  <rkumpera@novell.com>
8721         * class.c (mono_class_create_from_typedef): Added Vector2d.
8723 2008-10-27 Gonzalo Paniagua Javier <gonzalo@novell.com>
8725         * appdomain.c: translate \ into / for cache_path.
8726         * domain-internals.h: new mono_is_shadow_copy_enabled().
8727         * icall.c: (fill_reflection_assembly_name) do the same path
8728         manipulations that get_code_base does.
8729         (get_code_base) use mono_is_shadow_copy_enabled.
8731 2008-10-26 Gonzalo Paniagua Javier <gonzalo@novell.com>
8733         * appdomain.c: shadow-copied assemblies go to CachePath +
8734         ApplicationName when both are set. DynamicBase has nothing to do with
8735         shadow copies.
8736         Bug #406877 fixed.
8738 2008-10-26  Zoltan Varga  <vargaz@gmail.com>
8740         * reflection.c (encode_locals): Use a cache to avoid duplicate entries in the
8741         STANDALONESIG table.
8743         * metadata-internals.h (struct _MonoDynamicImage): Add cache for
8744         standalone signatures.
8746         * marshal.c (mono_marshal_get_runtime_invoke): Rewrite the signature 
8747         comparison code: instead of comparing the signatures using a custom
8748         equals function, transform them to a common signature and compare that. This
8749         works better with AOT.
8751 2008-10-25  Zoltan Varga  <vargaz@gmail.com>
8753         * Reapply r116521 with (!mono_debug_using_mono_debugger ()) checks.
8755         * class.c (mono_class_init): Remove unneccesary mono_class_setup_properties ()
8756         call for generic instances.
8757         (mono_class_setup_properties): Call setup_properties () before accessing
8758         gklass->properties.
8760         * class.c (mono_class_get_virtual_methods): New helper function to iterate
8761         over the virtual methods of a class using metadata if possible, avoiding the
8762         creation of MonoMethod's for non-virtual methods.
8763         
8764         * class.c (mono_class_setup_vtable_general): Rewrite this to use 
8765         get_virtual_methods () to iterate over the virtual methods of classes.
8767 2008-10-25  Martin Baulig  <martin@ximian.com>
8769         * mono-debug.h (MONO_DEBUG_VAR_ADDRESS_MODE_DEAD): New #define.
8771 2008-10-24  Rodrigo Kumpera  <rkumpera@novell.com>
8773         * class.c (mono_class_create_from_typedef): Added Vector4i.
8775 2008-10-24  Mark Probst  <mark.probst@gmail.com>
8777         * marshal.c (mono_marshal_get_synchronized_wrapper): Emit
8778         ldtoken+GetTypeFromHandle instead of i4+icall so that the JIT
8779         special-casing applies to eliminate the call completely.
8781 2008-10-24  Rodrigo Kumpera  <rkumpera@novell.com>
8783         * class.c (mono_class_create_from_typedef): Added Vector8s.
8785 2008-10-23  Rodrigo Kumpera  <rkumpera@novell.com>
8787         * class.c (mono_class_create_from_typedef): Added Vector16sb.
8789 2008-10-23 Gonzalo Paniagua Javier <gonzalo@novell.com>
8791         * icall.c: get rid of annoying warning.
8793 2008-10-23 Gonzalo Paniagua Javier <gonzalo@novell.com>
8795         * threadpool.c: in 1.x, if you change the background status of the
8796         threadpool thread, it's not reset.
8797         Remove unnecessary calls to SetState.
8799 2008-10-22 Gonzalo Paniagua Javier <gonzalo@novell.com>
8801         * threadpool.c: asynchronously create a set of idle threads upon first
8802         use of the threadpool. SetMinThreads will now start the appropriate
8803         number of idle threads if they are not already running. The default is
8804         1 threadpool thread per CPU. Increased the maximum number of threads
8805         per CPU to 10.
8807 2008-10-22  Martin Baulig  <martin@ximian.com>
8809         Revert r116521 from Zoltan, it breaks the debugger:
8811         * class.c (mono_class_get_virtual_methods): New helper function to iterate
8812         over the virtual methods of a class using metadata if possible, avoiding the
8813         creation of MonoMethod's for non-virtual methods.
8814         
8815         * class.c (mono_class_setup_vtable_general): Rewrite this to use 
8816         get_virtual_methods () to iterate over the virtual methods of classes.
8818 2008-10-22 Gonzalo Paniagua Javier <gonzalo@novell.com>
8820         * threads.c: when creating a threadpool thread, set its state to
8821         'background'.
8822         * threadpool.c: reset the background state of a threadpool thread
8823         after finishing each work item
8824         Bug #437888 fixed.
8826 2008-10-22  Zoltan Varga  <vargaz@gmail.com>
8828         * class.c (mono_class_get_vtable_entry): Add an optimization for szarrays.
8829         
8830         * class.c (mono_class_setup_vtable_general): Add an optimized version for
8831         generic instances which works by inflating the methods in the container
8832         class's vtable.
8834         * class.c (mono_class_inflate_generic_type_with_mempool_no_copy): New
8835         variant which doesn't make a copy if no inflation was done.
8836         (mono_class_setup_fields): Use it.
8838         * metadata.c (mono_metadata_get_shared_type): New helper function to
8839         return a shared instance of a given MonoType.
8841         * class.c (mono_class_inflate_generic_type_with_mempool): Avoid making
8842         a copy of most non-generic types.
8844 Wed Oct 22 18:00:46 CEST 2008 Paolo Molaro <lupus@ximian.com>
8846         * threadpool.c: remove one more GetSystemInfo () call.
8848 Wed Oct 22 17:45:48 CEST 2008 Paolo Molaro <lupus@ximian.com>
8850         * mono-perfcounters.c, icall-def.h, environment.c, environment.h:
8851         use the code in mono-proclib.h to get processor information.
8853 2008-10-22 Gonzalo Paniagua Javier <gonzalo@novell.com>
8855         * appdomain.c: fixed the logic that determines whether assemblies in a
8856         directory are "shadow-copied" or not. Bug #433483 fixed.
8858 2008-10-22  Zoltan Varga  <vargaz@gmail.com>
8860         * process.c (ves_icall_System_Diagnostics_Process_GetProcessData): Fix a
8861         warning.
8863 2008-10-21  Zoltan Varga  <vargaz@gmail.com>
8865         * marshal.c (runtime_invoke_signature_equal): Don't shared wrappers
8866         returning a vtype.
8868         * class.c debug-helpers.c object.c class-internals.h marshal.c icall.c
8869         reflection.c: Use mono_field_get_name () for accessing a field's name.
8871         * class-internals.h (MONO_CLASS_HAS_STATIC_METADATA): Move this here from
8872         class.c
8874         * class.c (mono_field_get_rva): Fix crash if this is called on a dynamic
8875         field.
8877         * loader.c (find_method_in_class): Reenable the metadata optimization by
8878         not using it for generic instances.
8880         * class-internals.h (MonoFieldDefaultValue): Extract the rarely used 
8881         data/def_type fields from MonoClassField into a separate structure.
8882         (struct MonoClassField): Remove data/def_type fields.
8883         (struct _MonoClass): Add a 'field_def_values' array to store the default
8884         values/RVA for fields.
8886         * class.c reflection.c: Update after the changes.
8887         
8888         * object.c (mono_class_create_runtime_vtable): Use mono_field_get_data ()
8889         for accessing field->data.
8891         * icall.c (ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_InitializeArray): Ditto.
8893         * loader.c (find_method_in_class): Revert the last change for now as
8894         it breaks Mono.C5 unit tests.
8896         * class-internals.h (struct _MonoDynamicGenericClass): Add fields
8897         'field_generic_types' and 'field_objects' which contain the information
8898         previously stored in MonoInflatedField.
8899         (MonoInflatedField): Delete.
8900         (struct _MonoClassField): Delete 'generic_info' field.
8902         * reflection.c: Store the information which was previously in 
8903         field->generic_info in MonoDynamicGenericClass instead.
8905         * metadata.c (free_generic_class): Update after MonoDynamicGenericClass/
8906         MonoClassField changes.
8908 Tue Oct 21 17:07:55 CEST 2008 Paolo Molaro <lupus@ximian.com>
8910         * marshal.c, method-builder.c: get rid of wrapper_hash and instead
8911         store the value inside the data array of the MonoMethodWrapper.
8912         This saves memory, is faster and fixes the lifetime issues (methods
8913         were never removed from the hash previously). May also fix bug#436996.
8915 2008-10-21  Zoltan Varga  <vargaz@gmail.com>
8917         * reflection.c (mono_image_get_fieldref_token): For fields of non-dynamic 
8918         generic instances, compute the type from the generic definition instead of
8919         looking in field->generic_info.
8921         * class.c (mono_class_setup_fields): Don't create a MonoInflatedField
8922         for inflated fields, the only user was get_fieldref_token () which no
8923         longer needs it.
8925         * class.c (mono_class_init): Revert the last change as it seems to cause
8926         crashes.
8928         * class-internals.h (struct _MonoClassField): Reorder fields to save 4
8929         bytes on 64 bit platforms.
8931         * object.c (mono_class_create_runtime_vtable): Fix a warning.
8932         
8933         * object.c (mono_class_create_runtime_vtable): Don't initalize
8934         field->data/field->def_type here, it is done lazily by 
8935         mono_class_get_field_default_value ().
8937         * icall.c (ves_icall_get_enum_info): Call 
8938         mono_class_get_field_default_value () instead of directly accessing
8939         field->data and field->def_type.
8941         * object.c (get_default_field_value): Ditto.
8943         * class.c (mono_field_get_data): Ditto.
8944         
8945         * class.c (mono_class_init): Remove unneccesary mono_class_setup_methods ()
8946         call for generic instances.
8948         * loader.c (find_method_in_class): If klass != from_class, then inflate
8949         the method with the context of from_class, since the caller assumes this.
8951 2008-10-20  Zoltan Varga  <vargaz@gmail.com>
8953         * class.c (mono_method_get_vtable_index): Use mono_method_get_vtable_slot ()
8954         for accessing method->slot.
8956 2008-10-20  Cedric Vivier  <cedricv@neonux.com>
8958         * icall-def.h, icall.c: Add icall for Debugger.IsAttached.
8960 2008-10-19  Zoltan Varga  <vargaz@gmail.com>
8962         * class.c (mono_method_get_vtable_index): Use
8963         mono_method_get_vtable_slot () for accessing method->slot.
8965         * object.c (build_imt_slots): Use mono_class_get_method_by_index () for
8966         accessing klass->methods.
8968         * class.c (mono_method_get_vtable_slot): New helper function.
8969         (mono_class_get_vtable_entry): Ditto.
8970         (mono_class_setup_vtable_general): Use mono_method_get_vtable_slot () for
8971         accessing method->slot.
8973         * generic-sharing.c (mono_class_get_method_generic): Pass the declaring
8974         method to get_inflated_method ().
8976         * class.c (mono_class_get_inflated_method): New helper method to obtain
8977         a method of an inflated class without calling setup_methods ().
8978         (mono_class_get_cctor): Use get_inflated_method.
8980         * generic-sharing.c (mono_class_get_method_generic): Ditto.
8981         
8982         * marshal.c image.c: Lazily create all the marshal caches.
8984         * image.c (mono_image_init): Move initialization of runtime_invoke
8985         caches to marshal.c.
8987         * marshal.c (get_cache): New helper function to lazily initialize a 
8988         wrapper cache.
8989         (mono_marshal_get_runtime_invoke): Share more runtime invoke wrappers.
8991         * debug-helpers.c (mono_method_full_name): Include generic arguments.
8993 Fri Oct 17 10:51:32 CEST 2008 Paolo Molaro <lupus@ximian.com>
8995         * loader.c: fixed check for interface type.
8997 Thu Oct 16 20:59:11 CEST 2008 Paolo Molaro <lupus@ximian.com>
8999         * appdomain.c: check for NULL setup before it's referenced.
9002 Thu Oct 16 16:12:23 CEST 2008 Paolo Molaro <lupus@ximian.com>
9004         * class.c: remove the unused old vtable setup code.
9006 Thu Oct 16 12:53:29 CEST 2008 Paolo Molaro <lupus@ximian.com>
9008         * class.c: don't depend on interface order in
9009         setup_interface_offsets (bug #435777).
9010         * reflection.c: sort the InterfaceImpl table (patch from
9011         Jb Evain  <jbevain@novell.com>).
9013 2008-10-13  Zoltan Varga  <vargaz@gmail.com>
9015         * assembly.c (mono_assembly_open_full): Avoid loading images while holding
9016         the low level assemblies lock.
9018 Mon Oct 13 16:35:26 CEST 2008 Paolo Molaro <lupus@ximian.com>
9020         * domain-internals.h, domain.c, icall.c, image.c, marshal.c,
9021         object.c, reflection.c, socket-io.c, threads.c: introduced
9022         mono_framework_version () to return the major framewrok version,
9023         changed the code that was using more complex patterns to use it.
9024         Return the correct value for PlatformID for OSX.
9026 Mon Oct 13 14:38:01 CEST 2008 Paolo Molaro <lupus@ximian.com>
9028         * icall-def.h, process.h, process.c: added an icall to get info about
9029         processes using mono-proclib.
9031 Mon Oct 13 11:14:44 CEST 2008 Paolo Molaro <lupus@ximian.com>
9033         * mono-perfcounters.c: use the mono-proclib functions to
9034         access process information.
9036 Mon Oct 13 11:00:49 CEST 2008 Paolo Molaro <lupus@ximian.com>
9038         * domain.c, assembly.c, debug-mono-symfile.c, debug-mono-symfile.h,
9039         monosn.c, Makefile.am, pedump.c, image.c, metadata-internals.h,
9040         reflection.c: remove rawbuffer usage: mmap support is more sanely
9041         provided by utils/mono-mmap.
9043 Sat Oct 11 19:46:19 CEST 2008 Paolo Molaro <lupus@ximian.com>
9045         * gc.c: use posix semaphores when possible so that
9046         mono_gc_finalize_notify() is signal safe.
9048 2008-10-11  Zoltan Varga  <vargaz@gmail.com>
9050         * reflection.c: Implement DISABLE_REFLECTION_EMIT, remove some
9051         #ifdef DISABLE_REFLECTION_SAVE stuff, only the exported functions need to
9052         be #ifdef-ed out, the linker will remove the rest.
9054         * marshal.c: Implement DISABLE_COM.
9056         * reflection.c: Implement DISABLE_REFLECTION_EMIT_SAVE.
9058 2008-10-11  Miguel de Icaza  <miguel@novell.com>
9060         * locales.c (string_invariant_compare_char): Optimization: do not
9061         call g_unichar_type unless we actually need the information.
9063 2008-10-10  Mark Probst  <mark.probst@gmail.com>
9065         * object.c, class-internals.h: Also create remoting trampolines
9066         for generic methods.  Pass the domain to the remoting trampoline
9067         creation function, too.
9069 2008-10-10  Zoltan Varga  <vargaz@gmail.com>
9071         * class.c (mono_class_init): Fix+re-enable the finalize optimization.
9073 2008-10-10  Rodrigo Kumpera  <rkumpera@novell.com>
9075         * class.c (mono_class_create_from_typedef): Vector4u was renamed to
9076         Vector4ui.
9078 2008-10-10 Gonzalo Paniagua Javier <gonzalo@novell.com>
9080         * assembly.c:
9081         * locales.c: remove the use of g_strdown. Fixes bug #322313.
9083 Fri Oct 10 17:01:42 CEST 2008 Paolo Molaro <lupus@ximian.com>
9085         * assembly.c: in mono_assembly_load_friends() take the assemblies lock
9086         for the least possible amount of time (extending the fix in r113458).
9088 2008-10-10  Rodrigo Kumpera  <rkumpera@novell.com>
9090         * class.c (mono_class_create_from_typedef): Retrofit to new type names.
9092 2008-10-09  Rodrigo Kumpera  <rkumpera@novell.com>
9094         * class.c (mono_class_create_from_typedef): Added Vector8u and Vector16u
9095         as possible simd intrinsic types.
9096         Optimized the test to check for the common prefix first.
9098 Thu Oct 9 17:38:24 CEST 2008 Paolo Molaro <lupus@ximian.com>
9100         * class.c: back out part of a broken optimization committed on
9101         May 23th (bug #433908).
9103 2008-10-09  Mark Probst  <mark.probst@gmail.com>
9105         * profiler.c (simple_shutdown): Don't call mono_thread_attach() on
9106         Win32.  Should fix #432388 for most cases until we have the new
9107         profiler on Win32.
9109 2008-10-08  Zoltan Varga  <vargaz@gmail.com>
9111         * metadata.c (mono_metadata_generic_context_hash): Call generic_inst_hash
9112         instead of using inst->id so the hash is stable for AOT.
9114 2008-10-07 Gonzalo Paniagua Javier <gonzalo@novell.com>
9116         * appdomain.c:
9117         * icall.c: create a .ini file for shadow-copied assemblies that
9118         contains the location of the original assembly. Use this to return the
9119         proper CodeBase for shadow-copied assemblies. Fixes bug #323606.
9120         Also fix the number of '/' for windows when returning the CodeBase.
9121         Fixes bug #430920.
9123 2008-10-07  Bill Holmes  <billholmes54@gmail.com>
9125         * marshal.c (cominterop_get_ccw) : Fixing a copy paste error from r115126.
9127         Code is contributed under MIT/X11 license.
9129 2008-10-07  Bill Holmes  <billholmes54@gmail.com>
9131         * marshal.c (cominterop_get_native_wrapper) : Adding a call to mono_class_setup_vtable
9132           if if the class vtable needs initialized.
9134         Code is contributed under MIT/X11 license.
9136 2008-10-07  Bill Holmes  <billholmes54@gmail.com>
9138         * marshal.c (cominterop_get_native_wrapper_adjusted, cominterop_get_ccw) : 
9139           Adding default MonoMarshalSpecs for COM methods.  OBJECT->STRUCT,
9140           STRING->BSTR, and CLASS->INTERFACE.
9142         Code is contributed under MIT/X11 license.
9144 2008-10-07  Marek Habersack  <mhabersack@novell.com>
9146         * sysmath.h: changed the declaration of the
9147         ves_icall_System_Math_Round2 icall by adding an extra
9148         away_from_zero parameter.
9150         * sysmath.c (ves_icall_System_Math_Round2): added support for
9151         away from zero rounding. The icall now takes an extra boolean
9152         parameter to signal that away from zero operation is requested.
9154 2008-10-06  Zoltan Varga  <vargaz@gmail.com>
9156         * marshal.c (mono_marshal_get_delegate_begin_invoke): Put the wrapper in
9157         the delegate klass so it can work with full-aot.
9158         (mono_marshal_get_delegate_end_invoke): Ditto.
9159         (mono_marshal_get_delegate_invoke): Ditto.
9161 Mon Oct 6 16:10:02 CEST 2008 Paolo Molaro <lupus@ximian.com>
9163         * gc.c, attach.h, attach.c: remove a bad pattern:
9164         add_finalizer_callback () is not implemented correctly, it can't
9165         without adding more overhead to the finalizer loop and it's not
9166         even needed, since we know exactly what we need to call, so there is
9167         no need to do so through an expensive function pointer.
9169 2008-10-04  Zoltan Varga  <vargaz@gmail.com>
9171         * gc.c: Define a dummy version of mono_gc_add_finalizer_thread_callback ()
9172         for the no-gc case.
9173         * attach.c (mono_attach_init): Remove the #ifdef.
9175 2008-10-04  Andreas Färber  <andreas.faerber@web.de>
9177         * attach.c (mono_attach_init): Don't use
9178         mono_gc_add_finalizer_thread_callback when compiling without GC.
9179         Fixes #432306.
9180         
9181         Code is contributed under MIT/X11 license.
9183 2008-10-03  Zoltan Varga  <vargaz@gmail.com>
9185         * class.c (mono_class_create_from_typedef): Remove the 
9186         #ifndef DISABLE_SIMD stuff.
9188 2008-10-03  Rodrigo Kumpera  <rkumpera@novell.com>
9190         * class-internals.h (MonoClass): Added simd_type bit field.
9192         * class.c (mono_class_create_from_typedef): Check if type is a simd
9193         intrinsic.
9195 2008-10-03  Mark Probst  <mark.probst@gmail.com>
9197         * object.c (mono_method_add_generic_virtual_invocation): Only add
9198         instantiations to the thunk whose count is at least as large as
9199         the threshold.
9201 2008-10-02 Gonzalo Paniagua Javier <gonzalo@novell.com>
9203         * icall.c: changed the Type of the exception thrown when trying to
9204         invoke a constructor on an abstract class. Part of the fix for bug
9205         #324185.
9207 2008-10-02  Mark Probst  <mark.probst@gmail.com>
9209         * class.c, class-internals.h (mono_method_get_vtable_index): New
9210         function which returns the index into the vtable and properly
9211         handles inflated virtual generic methods.
9213 2008-10-01  Mark Probst  <mark.probst@gmail.com>
9215         * object.c, domain.c, object-internals.h, domain-internals.h:
9216         Generalize IMT thunk machinery to also handle thunks for virtual
9217         generic method invokes.  When a virtual generic method is invoked
9218         more than a number of times we insert it into the thunk so that it
9219         can be called without lookup in unmanaged code.
9221         * generic-sharing.c, class-internals.h: Fetching a
9222         MonoGenericInst* for a method from an (M)RGCTX.
9224 2008-10-01  Zoltan Varga  <vargaz@gmail.com>
9226         * marshal.c (emit_marshal_string): Applied a variant of a patch by
9227         tom hindle <tom_hindle@sil.org>. Fix byref native-to-managed string
9228         marshalling. Fixes #431304.
9230 2008-10-01  Bill Holmes  <billholmes54@gmail.com>
9232         * marshal.c (emit_marshal_variant) : Change the attribute checks to 
9233           handle when ref is specified without In or Out.
9235         Code is contributed under MIT/X11 license.
9237 2008-09-30  Mark Probst  <mark.probst@gmail.com>
9239         * loader.c (mono_get_method_constrained): Don't expand method with
9240         the class's context, because it's already a method of that class.
9242 2008-09-30  Atsushi Enomoto  <atsushi@ximian.com>
9244         * attach.c : should be correct build fix.
9246 2008-09-29  Zoltan Varga  <vargaz@gmail.com>
9248         * attach.c: Fix the previous change.
9250 2008-09-29  Atsushi Enomoto  <atsushi@ximian.com>
9252         * attach.c : quick w32 build fix.
9254 2008-09-27  Miguel de Icaza  <miguel@novell.com>
9256         * Turn off MONO_GENERIC_SHARING=all and go back to corlib as it
9257         crashes MonoDevelop: #430455.
9259 2008-09-27  Zoltan Varga  <vargaz@gmail.com>
9261         * domain-internals.h (struct _MonoDomain): Move most fields used only by
9262         the JIT do MonoJitDomainInfo in ../mini/mini.h.
9264         * domain.c: Remove initialization/cleanup of the removed fields.
9266 2008-09-27  Mark Probst  <mark.probst@gmail.com>
9268         * class.c (mono_class_generic_sharing_enabled): Enable generic
9269         code sharing for PPC.
9271 2008-09-26  Bill Holmes  <billholmes54@gmail.com>
9273         * attach.c : Fixing the Windows builds.
9275         Code is contributed under MIT/X11 license.
9277 2008-09-25  Zoltan Varga  <vargaz@gmail.com>
9279         * class.c (mono_class_generic_sharing_enabled): Experimentally change 
9280         the default generic sharing mode to 'all'.
9282 2008-09-25  Mark Probst  <mark.probst@gmail.com>
9284         * generic-sharing.c, class-internals.h: New function for checking
9285         whether a method needs a static RGCTX invoke wrapper.  A few
9286         funtions moved from mini/generic-sharing.c.
9288         * icall.c: New function used.
9290 2008-09-25  Mark Probst  <mark.probst@gmail.com>
9292         * icall.c (ves_icall_System_Delegate_CreateDelegate_internal):
9293         Static RGCTX invoke wrapping applies to value type methods, too.
9295         * class.c (mono_class_setup_vtable_general): In generic-shared
9296         value types, wrap methods with a static RGCTX invoke wrapper.
9298 2008-09-25  Zoltan Varga  <vargaz@gmail.com>
9300         * attach.c (ipc_connect): Use AF_UNIX instead of AF_FILE to fix the
9301         osx build.
9303 2008-09-24  Zoltan Varga  <vargaz@gmail.com>
9305         * gc.c (mono_gc_add_finalizer_thread_callback): New function to
9306         register a callback which is called when the finalizer thread is woken
9307         up.
9308         (finalizer_thread): Call the callback if it exists.
9310         * attach.h attach.c: New files, implementing the attach mechanism.
9312         * appdomain.c: Init/cleanup the attach mechanism on startup/shutdown.
9313         
9314         * object.c (mono_object_get_virtual_method): Fix an assertion introduced
9315         by the previous change.
9317 Tue Sep 23 15:24:03 CEST 2008 Paolo Molaro <lupus@ximian.com>
9319         * class.c, domain-internals.h, domain.c, generic-sharing.c, image.c,
9320         loader.c, marshal.c, metadata-internals.h, metadata.c,
9321         method-builder.c, object.c, reflection.c: introduced specific functions
9322         to allocate from the domain and image mempools and cleaned up most of
9323         the code to use them (still missing a few in reflection.c).
9324         Keep the loader bytes counter updated.
9326 Mon Sep 22 17:33:12 CEST 2008 Paolo Molaro <lupus@ximian.com>
9328         * domain.c, monitor.c, boehm-gc.c, gc.c: update some of the GC and
9329         loader-related counters.
9331 Mon Sep 22 17:29:54 CEST 2008 Paolo Molaro <lupus@ximian.com>
9333         * mono-perfcounters-def.h, mono-perfcounters.c, class-internals.h:
9334         added more MS-compatible counters.
9336 2008-09-22  Zoltan Varga  <vargaz@gmail.com>
9338         * class.c (mono_class_setup_fields): Call setup_fields before accessing
9339         class->blittable. Fixes #428217.
9341 2008-09-21  Zoltan Varga  <vargaz@gmail.com>
9343         * reflection.c (mono_image_get_field_on_inst_token): Call 
9344         field_encode_signature () since that handles custom modifiers too.
9345         Fixes #424663.
9347 2008-09-20  Zoltan Varga  <vargaz@gmail.com>
9349         * reflection.c (add_custom_modifiers): New helper function to merge custom
9350         modifiers stored in objects to a MonoType.
9351         (fieldref_encode_signature): Encode custom modifiers.
9352         (mono_image_get_generic_field_token): Call add_custom_modifiers ().
9353         (fieldbuilder_to_mono_class_field): Ditto. Fixes #424663.
9355 2008-09-19  Kornél Pál  <kornelpal@gmail.com>
9357         * coree.c (_CorValidateImage): Some 64-bit IL only images have entry point
9358         calling _CorDllMain imported from mscoree.dll. Set entry point RVA to 0 for
9359         64-bit IL only images because imports are not resolved for IL only images.
9360         Special thanks to Bill Holmes for finding this bug and testing the patch.
9361         Also fail for 64-bit images marked as CLI_FLAGS_32BITREQUIRED.
9363         Contributed under MIT/X11 license.
9365 2008-09-19  Miguel de Icaza  <miguel@novell.com>
9367         * mono-config.c (dllmap_start): Add support for the bits keyword
9368         on dllentry and dllmap to easily detect 32 vs 64 bit systems.
9370 2008-09-19  Mark Probst  <mark.probst@gmail.com>
9372         * reflection.c (inflate_mono_method): When the class the method is
9373         to be inflated for is itself not inflated, just return the method.
9375 Fri Sep 19 11:51:36 CEST 2008 Paolo Molaro <lupus@ximian.com>
9377         * mono-perfcounters.c: use more user friendly process instance names.
9379 2008-09-18  Bill Holmes  <billholmes54@gmail.com>
9381         * marshal.c (emit_marshal_variant) : Change the attribute checks to 
9382           handle "[in] ref" and "[in][out] ref" cases.
9384         * marshal.c (cominterop_get_ccw) : The wrong signature was being passed
9385           to mono_mb_create_method.  This was causing problems calling native to
9386           managed passing Variants by value.
9388         Code is contributed under MIT/X11 license.
9390 2008-09-18  Zoltan Varga  <vargaz@gmail.com>
9392         * class.c (can_access_internals): Call mono_assembly_load_friends ()
9393         before accessing the friend_assembly_names field.
9395         * assembly.c (mono_assembly_load_friends): Make this callable multiple
9396         times.
9397         (mono_assembly_load_from_full): Avoid calling load_friends (), it is
9398         called lazily when it is needed.
9400         * metadata-internals.h (struct _MonoAssembly): Add 
9401         'friend_assembly_names_inited' flag.
9403 Thu Sep 18 18:18:47 CEST 2008 Paolo Molaro <lupus@ximian.com>
9405         * mono-perfcounters-def.h: fix the types of a few counters.
9406         * mono-perfcounters.c: implemented the instance names getter
9407         and a few bugfixes.
9409 2008-09-18  Atsushi Enomoot  <atsushi@ximian.com>
9411         * culture-info-table.h : regenerated.
9413 2008-09-17  Robert Jordan  <robertj@gmx.net>
9415         * marshal.c (mono_marshal_get_ldflda_wrapper): Add support for
9416         context bound objects. Fixes #415577.
9418         Code is contributed under MIT/X11 license.
9420 Tue Sep 16 21:03:58 CEST 2008 Paolo Molaro <lupus@ximian.com>
9422         * icall-def.h, threads-types.h, threads.c: fixed SpinWait()
9423         implementation (bug #423582).
9425 2008-09-16  Zoltan Varga  <vargaz@gmail.com>
9427         * object.c (mono_object_get_virtual_method): Handle the case method->slot
9428         is not set. Fixes #426309.
9430 2008-09-16  Jb Evain  <jbevain@novell.com>
9432         * class.c (mono_class_from_name): fix the exported type look up
9433         when the type is defined in a referenced assembly.
9435 2008-09-16  Jb Evain  <jbevain@novell.com>
9437         * reflection.c (mono_image_fill_export_table_from_type_forwarders):
9438         increment the next index counter on each iteration to make that work
9439         for more than one type forwarder. Unmanaged part to fix #422929.
9441 2008-09-15  Mark Probst  <mark.probst@gmail.com>
9443         * object-internals.h: enum ComInterfaceType in
9444         MonoInterfaceTypeAttribute is guint32, not guint16.
9446 2008-09-12  Mark Probst  <mark.probst@gmail.com>
9448         * cil-coff.h, image.c, reflection.c: Endianness fixes in image
9449         writing code.
9451 2008-09-11  Mark Probst  <mark.probst@gmail.com>
9453         * icall.c: Boolean arguments to a runtime invoke are MonoBoolean,
9454         not gboolean.
9456 2008-09-11  Mark Probst  <mark.probst@gmail.com>
9458         * debug-mono-symfile.c (mono_debug_symfile_lookup_location):
9459         Endianness fixes for MonoSymbolFileOffsetTable.
9461 2008-09-10  Bill Holmes  <billholmes54@gmail.com>
9463         * process.c (complete_path) : Removing quotes from the 
9464           input path.  The glib file routines do not handle file paths
9465           that have quotes around them.
9467         Code is contributed under MIT/X11 license.
9469 2008-09-10  Bill Holmes  <billholmes54@gmail.com>
9471         * socket-io.h : Adding a comment to provide locations where 
9472           changes to MonoSocketAsyncResult need to be synced.
9474         Code is contributed under MIT/X11 license.
9476 2008-09-10  Zoltan Varga  <vargaz@gmail.com>
9478         * marshal.c (emit_marshal_custom): Call NativeToManaged for non-out 
9479         parameters as well. Fixes #425001.
9481 2008-09-08  Miguel de Icaza  <miguel@novell.com>
9483         * console-io.c (ves_icall_System_ConsoleDriver_TtySetup): Fix
9484         windows build.
9486 2008-09-07  Miguel de Icaza  <miguel@novell.com>
9488         * console-io.c: Add support for tracking the window size if it
9489         changes.
9491         The setup is very simple: the TtySetup function will now return a
9492         pointer to a location in memory that tracks the current console
9493         size.  The managed code checks its current value every time its
9494         queried against the last value set, and updates accordingly.
9496         With this setup we can work with multiple consoles, and we do not
9497         require to poke into managed code from a signal handler.
9499         Additionally, the environment for COLUMNS and LINES is now handled
9500         in unmanaged code.
9502         (ves_icall_System_ConsoleDriver_GetTtySize): This is now gone.
9504 2008-09-07  Mark Probst  <mark.probst@gmail.com>
9506         * marshal.c (mono_type_native_stack_size): Treat
9507         MONO_TYPE_TYPEDBYREF like MONO_TYPE_VALUETYPE.
9509 2008-09-04  Jb Evain  <jbevain@novell.com>
9511         * class.c (mono_class_is_assignable_from): fix assignability of nullables
9512         to nullables.
9514 2008-09-03 Rodrigo Kumpera  <rkumpera@novell.com>
9516         * verify.c (verify_type_compatibility_full): Revert change
9517         to allow converting a native int to unmanaged pointer be verifiable
9518         under non-strict mode.
9519         It turns out that "(IntPtr)null" is indeed unverifiable, go figure.
9521         * verify.c: Added some TODOs.
9523 2008-09-02  Bill Holmes  <billholmes54@gmail.com>
9525         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalAnsi,
9526           ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalUni) :
9527           Changed to use GlobalAlloc for the memory returned on Windows platforms.
9529         Code is contributed under MIT/X11 license.
9531 2008-09-02  Jb Evain  <jbevain@novell.com>
9533         * object.c (mono_ldstr_metdata_sig): renamed to mono_ldstr_metadata_sig.
9535 2008-09-02 Rodrigo Kumpera  <rkumpera@novell.com>
9537         reflection.c (typebuilder_setup_fields): Handle classes with
9538         explicit size.
9540 2008-09-01 Rodrigo Kumpera  <rkumpera@novell.com>
9542         class.c (mono_class_setup_events): Add memory barrier due to
9543         double checked locking.
9544         
9545         class.c (mono_class_setup_properties): Same.
9547 2008-08-31  Zoltan Varga  <vargaz@gmail.com>
9549         * class.c (mono_class_is_assignable_from): Fix the build.
9550         
9551         * class.c (mono_class_is_assignable_from): Call mono_class_setup_vtable ()
9552         before accessing klass->interface_bitmap. Fixes #421744.
9554 2008-08-28  Zoltan Varga  <vargaz@gmail.com>
9556         * appdomain.c (mono_runtime_set_no_exec): New internal function setting
9557         the runtime into no-exec mode, useful when running the AOT compiler.
9559         * appdomain.c gc.c object.c: Avoid executing managed code when running
9560         in no-exec mode.
9561         
9562         * rawbuffer.c (mono_raw_buffer_load_mmap): Disable this on the iphone.
9564         * reflection.c (_mono_reflection_get_type_from_info): Handle the 
9565         special case when the mono_assembly_loaded () returns NULL because the 
9566         search hook is not installed.
9568 2008-08-25  Zoltan Varga  <vargaz@gmail.com>
9570         * marshal.c: Applied patch from tom hindle (tom_hindle@sil.org) to fix
9571         crashes in bstr marshalling on linux.
9573 2008-08-24  Zoltan Varga  <vargaz@gmail.com>
9575         * debug-helpers.c (mono_type_get_desc): Fix printing of generic instances
9576         with more than one parameter.
9578 2008-08-24  Miguel de Icaza  <miguel@novell.com>
9580         * console-io.c (ves_icall_System_ConsoleDriver_TtySetup): Disable
9581         start/stop flow control as well when turning off ICANON (allows
9582         C-s and C-q to be read by Console.ReadKey).
9584 2008-08-24  Zoltan Varga  <vargaz@gmail.com>
9586         * class.c (mono_class_init): Move the initialization of nested classes
9587         into mono_class_get_nested_types (). Fixes #418433.
9589         * class-internals.h (struct _MonoClass): Add a new 'nested_classes_inited'
9590         flag.
9592         * class.c reflection.c icall.c: Use mono_class_get_nested_types () for 
9593         iterating tough the nested classes of a class.
9595 2008-08-23  Zoltan Varga  <vargaz@gmail.com>
9597         * class.c (mono_class_generic_sharing_enabled): Enable generic sharing
9598         on arm.
9600 2008-08-22  Miguel de Icaza  <miguel@novell.com>
9602         * console-io.c (sigcont_handler): Support signal chaining for
9603         SIGCONT.
9605         (console_set_signal_handlers): Use best practices with sigaction,
9606         clear the structure before using it. 
9608 2008-08-22  Robert Jordan  <robertj@gmx.net>
9610         * console-io.c (ves_icall_System_ConsoleDriver_TtySetup):
9611         Fix the Windows build.
9613 2008-08-22  Zoltan Varga  <vargaz@gmail.com>
9615         * class.c (mono_class_generic_sharing_enabled): Make the default
9616         sharing mode 'corlib'.
9618 2008-08-21  Zoltan Varga  <vargaz@gmail.com>
9620         * console-io.c (console_set_signal_handlers): Fix a warning.
9622         * marshal.c (mono_marshal_get_synchronized_wrapper): Call the wrapper
9623         method normally, the JIT will take care of avoiding recursion.
9625 2008-08-20  Bill Holmes  <billholmes54@gmail.com>
9627         * console-io.c : Fixing builds for platforms that do not have <termios.h>.
9629         Code is contributed under MIT/X11 license.
9631 2008-08-20  Miguel de Icaza  <miguel@novell.com>
9633         * console-io.c (sigcont_handler): We need to restore the entire
9634         termios state, not only the original settings, as things like echo
9635         can be controlled after this (Booish exposes this issue with its
9636         own ReadLine implementation).
9638         Additionally, we need to set the terminal back into keypad_xmit
9639         mode.
9640         
9641         (ves_icall_System_ConsoleDriver_TtySetup): Take the keypad xmit
9642         string as a paramter as well.   Otherwise we get different
9643         keyboard sequences.
9645 2008-08-20  Zoltan Varga  <vargaz@gmail.com>
9647         * marshal.c (emit_marshal_object): Avoid managed-to-native marshalling of
9648         delegates with byref out parameter passing. Fixes #351520.
9650         * debug-helpers.c (mono_context_get_desc): New helper function to stringify
9651         a generic context.
9652         (mono_type_get_desc): Add the type arguments for GENERICINST.
9653         (mono_method_full_name): Stringify the class name using mono_type_full_name
9654         so it picks up generic arguments.
9656 2008-08-19  Gert Driesen  <drieseng@users.sourceforge.net>
9658         * console-io.c: Removed debug output.
9660 2008-08-19 Rodrigo Kumpera  <rkumpera@novell.com>
9662         reflection.c (mono_reflection_create_runtime_class): Alloc
9663         the nested classes linked list using the dynamic image mempool.
9664         Fixes leak in corlib compilation.
9666 2008-08-19  Miguel de Icaza  <miguel@novell.com>
9668         * console-io.c: Fix incredibly annoying behavior on the console
9669         after resuming execution after control-z.   This affected every
9670         console application.
9672 2008-08-18 Rodrigo Kumpera  <rkumpera@novell.com>
9674         * mempool-internals.h: Header for mono private mempool functions. The first
9675         two function are for allocating glib linked lists using pools.
9677         * mempool.c: Added g_list_prepend_mempool and g_slist_prepend_mempool.
9679         * Makefile.am: Added mempool-internals.h.
9681 2008-08-16  Zoltan Varga  <vargaz@gmail.com>
9683         * domain.c (mono_domain_create): Call the JIT domain hook if installed.
9684         (mono_domain_free): Ditto.
9686         * domain-internals.h (struct _MonoDomain): Add 'runtime_info' field, this could
9687         be used by the JIT to store its domain-specific information, instead of putting
9688         it directly into MonoDomain.
9690         * domain.c (mono_install_create_domain_hook): New helper function to install
9691         a hook which initializes domain->runtime_info.
9693         * domain.c (mono_install_free_domain_hook): Ditto.
9694         
9695 2008-08-15  Zoltan Varga  <vargaz@gmail.com>
9697         * marshal.c (mono_delegate_end_invoke): Raise an exception instead of
9698         asserting if the ares parameter is null.
9700         * mono-perfcounters.c: Fix warnings.
9702         * marshal.c (mono_marshal_get_delegate_begin_invoke): Don't set save_lmf, it
9703         is not needed, don't check for interruptions either.
9704         (mono_marshal_get_delegate_end_invoke): Ditto.
9706 2008-08-15  Marek Habersack  <mhabersack@novell.com>
9708         * mono-perfcounters.c (predef_readonly_counter): added support for
9709         reading the ASP.NET Requests Queued counter from another process.
9711 2008-08-12  Zoltan Varga  <vargaz@gmail.com>
9713         * metadata-internals.h: Move the 'aot_module' field from MonoAssembly to
9714         MonoImage to simplify the AOT code.
9716 2008-08-10  Zoltan Varga  <vargaz@gmail.com>
9718         * marshal.c (emit_marshal_object): Implement native-to-managed StringBuilder
9719         marshalling. Fixes #416078.
9721 2008-08-08  Zoltan Varga  <vargaz@gmail.com>
9722         
9723         * marshal.c (mono_marshal_get_native_wrapper): Add an 'aot' argument, when
9724         it is set, looking up the icall address is deferred to the JIT, since 
9725         in embedded scenarios, the icall might not be registered in the runtime
9726         doing the AOT compilation. Backported from the 2.0 branch.
9728 2008-08-08  Zoltan Varga  <vargaz@gmail.com>
9730         * marshal.c (mono_remoting_wrapper): Handle nullable types correctly.
9731         Fixes #415621.
9733 2008-08-05  Marek Habersack  <mhabersack@novell.com>
9735         * Makefile.am: added support for cross-compilation.
9737 2008-08-04  Zoltan Varga  <vargaz@gmail.com>
9739         * socket-io.c (get_socket_assembly): Make 'moonlight' variable static.
9741 Fri Aug 1 18:47:48 CEST 2008 Paolo Molaro <lupus@ximian.com>
9743         * mono-perfcounters.c: jitted methods and jitted bytes counters.
9745 Fri Aug 1 16:07:09 CEST 2008 Paolo Molaro <lupus@ximian.com>
9747         * class-internals.h, icall-def.h, mono-perfcounters-def.h,
9748         mono-perfcounters.c: performance counters implementation.
9750 2008-07-31  Zoltan Varga  <vargaz@gmail.com>
9752         * metadata-internals.h (struct _MonoAssembly): Change the type of 'aot_module'
9753         to gpointer, letting the AOT code decide what to store in it.
9755 2008-07-31  Bill Holmes  <billholmes54@gmail.com>
9757         * marshal.c (cominterop_get_native_wrapper) : Adding a call to 
9758           mono_class_setup_methods if the methods are not initialized.
9760         Code is contributed under MIT/X11 license.
9762 2008-07-30 Rodrigo Kumpera  <rkumpera@novell.com>
9764         * verify.c: Remove some debug code I commited by accident.
9766         * verify.c (mono_method_is_valid_in_context): Change the return value
9767         to make possible to distinguish between invalid and unverifiable.
9769         * verify.c (verifier_load_method): Don't return NULL for unverifiable
9770         methods.
9772 2008-07-30 Rodrigo Kumpera  <rkumpera@novell.com>
9774         * verify.c (mono_generic_param_is_constraint_compatible): Inflate type
9775         constraints. Fixes regression in gtest-253.
9777 2008-07-30 Rodrigo Kumpera  <rkumpera@novell.com>
9779         * verify.c (mono_verifier_verify_class): Don't allow generic types
9780         with explicit layout.
9782         * verify.c (mono_method_verify): Check locals and argument types.
9784 2008-07-29  Zoltan Varga  <vargaz@gmail.com>
9786         * monitor.c (mono_monitor_try_enter_internal): Allow nterruption of the
9787         wait if the thread is in StopRequested state.
9789         * class.c (mono_class_from_name): Refactor the module searching code into
9790         a separate function so it can be reused in the AOT case too.
9792 2008-07-28 Rodrigo Kumpera  <rkumpera@novell.com>
9794         * verify.c (mono_type_is_valid_in_context): Improve the error message.
9795         Check both the type and it's generic type definition for loader errors.
9796         
9797         * verify.c (mono_method_is_valid_in_context): Don't generate another
9798         error when a type errors occur, this leads to the wrong exception been
9799         thrown.
9801 2008-07-28  Dick Porter  <dick@ximian.com>
9803         * icall-def.h
9804         * process.c
9805         (ves_icall_System_Diagnostics_Process_ProcessHandle_duplicate):
9806         New internal calls to duplicate and close a process handle.
9808 2008-07-27  Andreas Färber  <andreas.faerber@web.de>
9810         * object.c (CHECK_ADD_OVERFLOW_UN): Add missing bracket. Fixes #412499.
9812 2008-07-27  Zoltan Varga  <vargaz@gmail.com>
9814         * appdomain.c (unload_thread_main): Attach the unload thread to the runtime.
9816 2008-07-27  Robert Jordan  <robertj@gmx.net>
9818         * class.c (mono_class_init): Don't compute class.has_finalize for
9819         valuetypes. Fixes #412477.
9821 2008-07-25 Rodrigo Kumpera  <rkumpera@novell.com>
9823         * verify.c: Implement constraint equivalence checking.
9824         This is required when a generic parameter is used as
9825         argument to a constrained one.
9827         Fixes #410637.
9829 2008-07-24  Zoltan Varga  <vargaz@gmail.com>
9831         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
9833         * domain-internals.h (struct _MonoDomain): Add 'method_code_hash' field.
9835         * object-internals.h (struct _MonoDelegate): Add 'method_code' field,
9836         synch with managed object layout.
9838 2008-07-24 Rodrigo Kumpera  <rkumpera@novell.com>
9840         * verify.c (do_branch_op): Handle valuetypes and generic
9841         arguments properly.
9843         * verify.c (do_cmp_op): Same.
9845         Fixes #410383.
9847 2008-07-24  Mark Probst  <mark.probst@gmail.com>
9849         * generic-sharing.c: Fix memory leaks.
9851         * class.c, class-internals.h: Make
9852         mono_class_inflate_generic_type_with_mempool() non-static.
9854 2008-07-24 Rodrigo Kumpera  <rkumpera@novell.com>
9856         * pedump.c (dump_verify_info): Dump full class name.
9858 2008-07-24  Mark Probst  <mark.probst@gmail.com>
9860         * generic-sharing.c: Removed some old code that didn't do anything.
9862 2008-07-24  Massimiliano Mantione  <massi@ximian.com>
9863         * profiler.c: Added runtime_initialized_event,
9864         mono_profiler_install_runtime_initialized and
9865         mono_profiler_runtime_initialized. This new hook tells the profiler
9866         when the runtime is sufficiently initialized to be able to call
9867         mono_thread_attach on the root appdomain.
9868         * profiler.h, profiler-private.h: Likewise.
9870 2008-07-23 Rodrigo Kumpera  <rkumpera@novell.com>
9872         * verify.c (do_cast): Do boxing for generic arguments as well.
9874         * class.c (is_nesting_type): Drop generic instantiations before
9875         checking for nesting.
9877         * class.c (can_access_instantiation): Allow access to generic
9878         arguments.
9880 2008-07-23 Rodrigo Kumpera  <rkumpera@novell.com>
9882         * verify.c (verify_class_for_overlapping_reference_fields):
9883         On some cases, the field size might be zero, guard against that.
9884         Fix the explicit layout check to work as expected.
9886 2008-07-23  Zoltan Varga  <vargaz@gmail.com>
9888         * threads.c (ves_icall_System_Threading_Thread_Abort): Avoid calling 
9889         mono_thread_resume () during shutdown, since the thread we want to abort
9890         might be suspended.
9892 2008-07-22  Zoltan Varga  <vargaz@gmail.com>
9894         * mono-debug-debugger.c (mono_debugger_check_breakpoints): Fix a 
9895         warning.
9897         * debug-mono-symfile.c: Fix a warning.
9899         * mono-perfcounters.c (get_cpu_times): Fix a warning.
9901         * object.c (mono_class_vtable): Check if exception_type is set, and return
9902         NULL as defined by the function comments.
9904 2008-07-22  Mark Probst  <mark.probst@gmail.com>
9906         * mempool.c: Use malloc for every single mempool allocation if the
9907         configure option is set.  This makes it easier to track mempool
9908         allocations with tools like Valgrind.
9910 2008-07-22  Jb Evain  <jbevain@novell.com>
9912         * reflection.c (create_dynamic_mono_image): emit the same
9913         metadata version that SL2 does when creating a SL2 image.
9915 2008-07-21 Rodrigo Kumpera  <rkumpera@novell.com>
9917         * icall-def.h:
9918         * icall.c: New icall System.Enum:get_hashcode. This function
9919         avoids the overhead of boxing the enum to the underlying type.
9921 2008-07-21  Mark Probst  <mark.probst@gmail.com>
9923         * reflection.c (mono_method_get_object): Don't let static RGCTX
9924         invoke wrappers get into MonoReflectionMethods.
9926 2008-07-17 Rodrigo Kumpera  <rkumpera@novell.com>
9928         * object-internals.h:
9929         * object.c: New mono_runtime_class_init_full function
9930         that makes throwing the exception optinal.
9932         * class-internals.h: New exception type MONO_EXCEPTION_OBJECT_SUPPLIED
9933         for the case where the exception object is supplied.
9935 2008-07-16  Kornél Pál  <kornelpal@gmail.com>
9937         * coree.h: Define __ImageBase as _image_base__ on cygwin that fixes build with
9938         old ld versions.
9940         Contributed under MIT/X11 license.
9942 2008-07-16 Rodrigo Kumpera  <rkumpera@novell.com>
9944         * string-icalls.c (ves_icall_System_String_InternalSplit):
9945         Optimize array allocation by caching the MonoClass of the
9946         array type.
9948         * icall.c (ves_icall_Type_GetMethodsByName): Same.
9950         * reflection.c (mono_param_get_objects): Same.
9952 2008-07-16 Rodrigo Kumpera  <rkumpera@novell.com>
9954         * icall-def.h:
9955         * icall.c: New ves_icall_MonoGenericClass_InflateType icall.
9956         It inflates the given type using the class context.
9958 2008-07-15 Rodrigo Kumpera  <rkumpera@novell.com>
9960         * object.c (mono_class_try_get_vtable): New function. Tries to fetch
9961         the vtable if it already exists.
9963         * object-internals.h: Add mono_class_try_get_vtable as part of the
9964         internal API.
9966         * reflection.c (mono_type_get_object): Use the MonoObject from the
9967         vtable when possible. Reduces locking contention on reflection heavy
9968         code.
9970 2008-07-15  Zoltan Varga  <vargaz@gmail.com>
9972         * decimal.c (my_g_bit_nth_msf): Implement this directly without calling
9973         g_bit_nth_msf () since that macro is not implemented in eglib.
9975 2008-07-13  Zoltan Varga  <vargaz@gmail.com>
9977         * class.c (mono_class_generic_sharing_enabled): Always disable generic sharing
9978         on platforms which do not support it.
9980 2008-07-12  Zoltan Varga  <vargaz@gmail.com>
9982         * marshal.c (mono_signature_to_name): Encode sig->hasthis as well.
9984 2008-07-11  Martin Baulig  <martin@ximian.com>
9986         * mono-debug-debugger.h
9987         (MonoDebuggerEvent): Add `MONO_DEBUGGER_EVENT_INTERRUPTION_REQUEST'.
9989         * mono-debug-debugger.c
9990         (_mono_debugger_interruption_request): New global volatile variable.
9991         (mono_debugger_check_interruption): New public function.
9993         * threads.c
9994         (mono_thread_current_check_pending_interrupt): Call
9995         mono_debugger_check_interruption().
9996         (mono_thread_interruption_checkpoint_request): Likewise.
9998 2008-07-11 Rodrigo Kumpera  <rkumpera@novell.com>
10000         * verify.c: Add more type checks for loaded types. Verify the result
10001         handle from ldtoken.
10003 2008-07-11 Rodrigo Kumpera  <rkumpera@novell.com>
10005         * loader.c (field_from_memberref): Don't crash if the field
10006         wasn't found.
10008 2008-07-11 Rodrigo Kumpera  <rkumpera@novell.com>
10010         * verify.c: Verify if type and method instantiations
10011         don't have invalid VAR or MVAR arguments.
10013 2008-07-11 Rodrigo Kumpera  <rkumpera@novell.com>
10015         * verify.c: Fix double free of function pointer list.
10017 2008-07-11 Rodrigo Kumpera  <rkumpera@novell.com>
10019         * object.c (mono_string_to_utf8): Comment the new code as it
10020         breaks under eglib.
10022 2008-07-08 Rodrigo Kumpera  <rkumpera@novell.com>
10024         * object.c (mono_string_to_utf8): Avoid allocating a temp array.
10026 2008-07-07  Bill Holmes  <billholmes54@gmail.com>
10028         * threads.c : Thread.Interrupt changes to ensure that ThreadInterruptedException
10029           is not throw too many times.
10031         Code is contributed under MIT/X11 license.
10033 2008-07-07  Zoltan Varga  <vargaz@gmail.com>
10035         * mono-debug.c (mono_debug_find_method): Allow this to be called even when
10036         debugging is turned off.
10038 2008-07-06  Zoltan Varga  <vargaz@gmail.com>
10040         * generic-sharing.c (mono_method_lookup_rgctx): Fix a warning.
10042 2008-07-04  Mark Probst  <mark.probst@gmail.com>
10044         * class-internals.h, class.c: Added new generic sharing option:
10045         Share only stuff in System.Collections.Generic, which is now the
10046         default.
10048 2008-07-04  Mark Probst  <mark.probst@gmail.com>
10050         * generic-sharing.c, class-internals.h: New function for getting a
10051         generic method in a generic class given the corresponding method
10052         for a different instantiation of the class.  Partly refactored
10053         from mini-trampolines.c.
10055         * class.c: Make sure generic methods have a class_inst if they are
10056         part of a generic class.
10058         * metadata.c (mono_type_stack_size_internal): Handle type
10059         variables.
10061 2008-07-04  Mark Probst  <mark.probst@gmail.com>
10063         * domain-internals.h: New field (has_this) in MonoGenericJitInfo.
10064         Signifies whether information on the this/vtable/mrgctx variable
10065         is available.
10067 2008-07-04  Mark Probst  <mark.probst@gmail.com>
10069         * object.c, object-internals.h, icall.c: New function
10070         mono_delegate_ctor_with_method(), which does the same as
10071         mono_delegate_ctor(), but takes an explicit method argument
10072         instead of taking the method from the jit info.
10074         * marshal.c: When creating a delegate with an inflated method take
10075         the "this" argument as the target class for the castclass.
10077 2008-07-03  Mark Probst  <mark.probst@gmail.com>
10079         * domain.c (mono_jit_info_table_find): Fixed a bug that caused
10080         mono_jit_info_table_find() to perform very badly in some cases.
10082 2008-07-02  Zoltan Varga  <vargaz@gmail.com>
10084         * icall.c (type_from_typename): Handle 'string'.
10086         * marshal.c (mono_marshal_get_runtime_invoke): Don't insert runtime invoke
10087         wrappers into the wrapper_hash, since the key is not a MonoMethod.
10089 2008-07-01  Zoltan Varga  <vargaz@gmail.com>
10091         * icall.c (mono_get_jit_icall_info): New function to return the jit icall hash table.
10093         * *-gc.c (mono_gc_get_managed_allocator_types): New function to return the
10094         number of available managed allocator types.
10096         * marshal.c (mono_marshal_init): Register Thread:ResetAbort as an icall ().
10097         (mono_marshal_get_runtime_invoke): Call ResetAbort as an icall.
10099 2008-06-30  Zoltan Varga  <vargaz@gmail.com>
10101         * domain-internals.h (struct _MonoDomain): Add 'jit_code_hash_lock' field,
10102         which is a low level lock protecting just the 'jit_code_hash' hash table.
10104         * domain.c: Initialize+cleanup jit_code_hash_lock.
10105         
10106 2008-06-30  Kornél Pál  <kornelpal@gmail.com>
10108         * coree.c (mono_load_coree): Set coree_module_handle global variable only
10109         after initialization.
10111         * coree.h: Make MonoFixupExe internal.
10113         Contributed under MIT/X11 license.
10115 2008-06-30  Kornél Pál  <kornelpal@gmail.com>
10117         * coree.c (_CorValidateImage): Retain IMAGE_DIRECTORY_ENTRY_SECURITY
10118         because that is platform independent. Check NumberOfRvaAndSizes in PE32
10119         as well.
10120         (MonoLoadImage): New wrapper function around LoadLibrary to ensure that the
10121         image being loaded is a CLI image and _CorValidateImage gets called.
10123         * coree.h: Add MonoLoadImage.
10125         * image.c (mono_image_open_full): Load CLI images using MonoLoadImage
10126         instead of LoadLibrary.
10128         Contributed under MIT/X11 license.
10130 2008-06-29 Rodrigo Kumpera  <rkumpera@novell.com>
10132         * icall.c (ves_icall_System_ValueType_Equals): Avoid allocating objects
10133         for any primitive type.
10135 2008-06-29  Zoltan Varga  <vargaz@gmail.com>
10137         * object.c (mono_array_new_specific): Optimize this and the other allocation
10138         functions a bit.
10139         
10140         * object.c (mono_class_create_runtime_vtable): Use typed allocation in other
10141         domains too if mono_dont_free_domains is set.
10143         * domain-internals.h (mono_dont_free_domains): New internal option controlling
10144         whenever to free appdomain data after it has been unloaded.
10146         * domain.c (mono_domain_free): Don't free appdomain data if the option is set.
10147         
10148 2008-06-28  Zoltan Varga  <vargaz@gmail.com>
10150         * icall.c (ves_icall_System_Enum_get_underlying_type): New icall.
10151         (mono_method_get_equivalent_method): Fix a warning.
10153         * object.c (mono_message_init): Avoid looking up array types for each call.
10155 2008-06-27  Zoltan Varga  <vargaz@gmail.com>
10157         * object.c (mono_message_invoke): Avoid looking up the object[] type for each
10158         call.
10160         * icall.c (ves_icall_System_ValueType_Equals): Optimize the comparison of enums
10161         even more.
10163         * class.c (mono_class_get_fields): Avoid calling setup_fields_locking () for
10164         each iteration.
10166         * icall.c (ves_icall_System_ValueType_Equals): Avoid traversing all the static
10167         fields of an enum.
10169 2008-06-26 Rodrigo Kumpera  <rkumpera@novell.com>
10171         * object.c (mono_value_box): Fix boxing of nullables.
10173 2008-06-26  Kornél Pál  <kornelpal@gmail.com>
10175         * assembly.c (mono_set_rootdir): Use __ImageBase instead of
10176         mono_module_handle that is defined by the linker; no initialization required.
10177         * coree.h: Remove mono_module_handle, add __ImageBase, update
10178         mono_image_open_from_module_handle.
10179         * coree.c (_CorValidateImage): Convert platform independent PE32 images to
10180         PE32+ on 64-bit Windows that makes the OS able to load CIL images as modules.
10181         (MonoFixupCorEE): Export Address Table RVAs are 32-bit unsigned integers so
10182         memory has to be allocated for trampolines (x64) or procedure labels (IA64) up
10183         to 4 GB away from image base address. IA64 version is not tested but was very
10184         easy to implement and should work if we ever need it.
10185         * domain.c (mono_init_internal): Avoid system error message boxes.
10186         * image.c (mono_image_open_from_module_handle): Replace ref_count argument
10187         with has_entry_point. Handle do_mono_image_load fauilre correctly.
10188         (mono_image_open_full, mono_image_close): Use has_entry_point instead of
10189         coff_attributes that is a more reliable way to detect if _CorDllMain was called.
10190         * metadata-internals.h: Add has_entry_point to _MonoImage on Windows.
10192         Contributed under MIT/X11 license.
10194 2008-06-25 Rodrigo Kumpera  <rkumpera@novell.com>
10196         * class.c, class-internals.h: Export mono_class_get_generic_type_definition
10197         as part of the private mono API.
10198         
10199         * loader.c (ves_icall_System_Reflection_MethodBase_GetMethodFromHandleInternalType):
10200         Do proper argument checking for methods that belong to generic classes.
10201         Do proper type resolution for GMFH/2.
10202         Fixes #377324.
10203         
10204 2008-06-25 Rodrigo Kumpera  <rkumpera@novell.com>
10206         * verify.c (do_switch): Fix a memory corruption bug with
10207         the jump index is out of bound.
10209 2008-06-25 Rodrigo Kumpera  <rkumpera@novell.com>
10211         * verify.c: Disable debug code.
10213 2008-06-25 Rodrigo Kumpera  <rkumpera@novell.com>
10215         * reflection.c (mono_image_get_methodbuilder_token): Use
10216         mono_image_get_methodspec_token_for_generic_method_definition
10217         instead of mono_image_get_memberref_token. We cache more memberef
10218         entries now.
10220 2008-06-24 Rodrigo Kumpera  <rkumpera@novell.com>
10222         * verify.c: Inflate exception clause types.
10223         Fixes #402606.
10224         
10225 2008-06-24 Rodrigo Kumpera  <rkumpera@novell.com>
10227         * reflection.c (mono_image_get_methodbuilder_token): Don't leak
10228         name.
10230         * reflection.c (mono_image_get_ctorbuilder_token): Same.
10232         * reflection.c (mono_image_create_method_token): Same.
10234 2008-06-24 Rodrigo Kumpera  <rkumpera@novell.com>
10236         * reflection.c: Added mono_image_get_methodref_token_for_methodbuilder.
10237         It does the same as mono_image_get_methodref_token but works on
10238         MethodBuilder.
10240         * reflection.c: Use mono_image_get_methodspec_token_for_generic_method_definition
10241         and always generate a methodspec. This follows the old behavior and fixes
10242         the regressions in System.Core. 
10244 2008-06-24  Zoltan Varga  <vargaz@gmail.com>
10246         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Collect exceptions for classes where 
10247         don't event mono_class_get () succeeds. Fixes #402182.
10249 2008-06-20 Rodrigo Kumpera  <rkumpera@novell.com>
10251         * metadata-internals.h: Added MonoDynamicImage::methodspec
10252         hashtable to store methodspec tokens created for MethodBuilders.
10254         * reflection.c (mono_image_get_methodbuilder_token): Encode generic
10255         MethodBuilders as open instantiations if a methodspec was requested.
10257         * reflection.c (fixup_method): Skip MethodBuilder with methodspec tokens.
10259         * reflection.c (create_dynamic_mono_image): Create the methodspec hashtable.
10261         * reflection.c (mono_dynamic_image_free): Release the methodspec hashtable.
10263         Fixes bug #349190.
10265 2008-06-20 Rodrigo Kumpera  <rkumpera@novell.com>
10267         * loader.c (method_from_methodspec): Avoid crashing if the
10268         method lookup fails.
10270 2008-06-20  Dick Porter  <dick@ximian.com>
10272         * socket-io.c (get_socket_assembly): Cope with Moonlight network
10273         classes being in a different assembly.  Fixes bug 399184.
10275 2008-06-20  Zoltan Varga  <vargaz@gmail.com>
10277         * loader.c (mono_loader_init): Make this callable multiple times.
10278         (mono_dllmap_insert): Call mono_loader_init () so this works even before
10279         the runtime is initialized. Fixes #401755.
10281 2008-06-19  Dick Porter  <dick@ximian.com>
10283         * socket-io.c (convert_socketflags): Ignore SocketFlags.Partial.
10284         Fixes bug 349688.
10286 2008-06-19  Dick Porter  <dick@ximian.com>
10288         * socket-io.c:
10289         * icall-def.h: Implement Socket generic Send() and Receive()
10290         methods.  Fixes bug 395168.
10292 2008-06-19  Kornél Pál  <kornelpal@gmail.com>
10294         * icall-def.h, icall.c: Add ves_icall_System_Reflection_Module_GetHINSTANCE.
10296         Contributed under MIT/X11 license.
10298 2008-06-18  Martin Baulig  <martin@ximian.com>
10300         * mono-debug.h (MONO_DEBUGGER_VERSION): Split into
10301         `MONO_DEBUGGER_MAJOR_VERSION' and `MONO_DEBUGGER_MINOR_VERSION';
10302         set to 80.0.  The debugger <-> runtime interface is now frozen as
10303         well.   
10305         * mono-debug.c
10306         (mono_debug_debugger_version): Bump to 4.
10308 2008-06-18  Martin Baulig  <martin@ximian.com>
10310         * debug-mono-symfile.c
10311         (load_symfile): Don't check the minor version.
10313         * debug-mono-symfile.h: Bump the version number to 50.0.
10315 2008-06-18  Martin Baulig  <martin@ximian.com>
10317         * debug-mono-symfile.c
10318         (load_symfile): Treat `MONO_SYMBOL_FILE_MINOR_VERSION' as a
10319         minimum required version.
10321 2008-06-17 Rodrigo Kumpera  <rkumpera@novell.com>
10323         * reflection.c (mono_custom_attrs_from_property): Fix support for
10324         retriveving cattrs of dynamic inflated generic types.
10326         * reflection.c (mono_custom_attrs_from_event): Same.
10328         * reflection.c (mono_custom_attrs_from_field): Same;
10330         * reflection.c (typebuilder_setup_events): Same cattrs of events.
10332         * loader.c (-mono_metadata_get_corresponding_field_from_generic_type_definition):
10333         Moved to metadata.c.
10335         * metadata.c: New functions to retrive the equivalent field, event
10336         of property from the generic type definition.
10338         * metadata-internals.h: Added new functions from metadata.c.
10340 2008-06-17 Rodrigo Kumpera  <rkumpera@novell.com>
10342         * reflection.c (mono_custom_attrs_from_builders): Mark MonoCustomAttrInfo
10343         to cached in a mempool is used.
10345         * metadata.c (free_generic_class): In some situations field generic_info type
10346         is not properly dup'ed and leads to double free'ing.
10348         Fixes #400643.
10350 2008-06-17  Mark Probst  <mark.probst@gmail.com>
10352         * marshal.c (mono_marshal_get_static_rgctx_invoke): Also handle
10353         this arguments (will be needed later for generic methods).
10354         Collect stats.
10356 2008-06-17  Mark Probst  <mark.probst@gmail.com>
10358         * icall.c (ves_icall_System_Delegate_CreateDelegate_internal):
10359         Create a static RGCTX invoke wrapper for methods which require it.
10361 2008-06-17  Mark Probst  <mark.probst@gmail.com>
10363         * object.c, class-internals.h: New function for checking whether
10364         an individual field is special static.
10366 2008-06-15  Zoltan Varga  <vargaz@gmail.com>
10368         * metadata.c (mono_metadata_get_generic_param_row): Use bsearch instead of
10369         linear search since the table is sorted.
10371         * gc.c (mono_gc_cleanup): Abort the finalizer thread more gracefully.
10372         Fixes #324180.
10374 2008-06-14  Zoltan Varga  <vargaz@gmail.com>
10376         * appdomain.c (unload_thread_main): Applied patch from Tim Howard 
10377         (timh@ict.om.org). Remove the timeouts when waiting for appdomains to unload.
10379         * gc.c (mono_domain_finalize): Allow an infinite timeout.
10381         * threads.c (mono_threads_abort_appdomain_threads): Ditto.
10382         
10383         * threads.c (mono_thread_request_interruption): Get rid of locking, use
10384         InterlockedCompareExchange to query and modify 
10385         thread->interruption_requested.
10387         * object-internals.h (struct _MonoThread): Change interruption_requested
10388         to a gint32 so it can be modified by atomic operations. Add 
10389         'critical_region_level' from the managed side, change small_id to a guint32,
10390         add new set of 'unused' fields.
10392         * appdomain.c: Bump corlib version.
10394 2008-06-13  Zoltan Varga  <vargaz@gmail.com>
10396         * class.c (mono_class_from_name): Search modules as well. Fixes
10397         #322332.
10399 2008-06-13  Mark Probst  <mark.probst@gmail.com>
10401         * generic-sharing.c: Code for maintaining the MRGCTX and MRGCTX
10402         templates.  Templates are generalized with an additional type_argc
10403         argument.  RGCTX templates have type_argc==0, MRGCTX templates
10404         have type_argc>0.
10406         * domain-internals.h, domain.c: New hash table for looking up
10407         MRGCTXs.
10409         * metadata.c, metadata-internals.h: Rename hash and equal
10410         functions for MonoGenericInst's and make them public.
10412         * class-internals.h: New data structures for the MRGCTX.  Macros
10413         for distinguishing slots in the RGCTX and the MRGCTX.
10415 2008-06-13  Mark Probst  <mark.probst@gmail.com>
10417         * object.c (mono_method_get_imt_slot): Put the same methods of
10418         different instantiations of the same generic interface in the same
10419         IMT slots, to make generic sharing simpler.
10421 2008-06-12 Rodrigo Kumpera  <rkumpera@novell.com>
10423         * metadata-internals.h: Added mono_metadata_field_info_with_mempool.
10425         * metadata.c (mono_metadata_field_info_with_mempool): Added.
10426         This function works just like mono_metadata_field_info, but
10427         accept a mempool as argument to be used allocating memory.
10429         * marshal.c (mono_marshal_load_type_info): Use new function
10430         to load marshal data into image mempool.
10432 2008-06-12 Rodrigo Kumpera  <rkumpera@novell.com>
10434         * class.c (mono_class_inflate_generic_type_with_mempool):
10435         This function allows to inflate a generic type using
10436         a mempool.
10438         * class.c (inflate_generic_type): Take a mempool as argument
10439         and use it to do type dup'ing.
10441         * class.c (mono_class_setup_fields): Field type for generic
10442         generic classes are allocated from the image mempool.
10444         * metadata.c (free_generic_class): Inflated field type is
10445         now allocated in the image mempool.
10447 2008-06-12 Rodrigo Kumpera  <rkumpera@novell.com>
10449         * threads.c (thread_cleanup): Free MonoThread::name.
10451 2008-06-12  Marek Habersack  <mhabersack@novell.com>
10453         * appdomain.c (ensure_directory_exists): avoid unnecessary
10454         mkdir(2) calls when the shadow directory already exists.
10455         (mono_make_shadow_copy): copy also satellite assemblies from the
10456         private bin directories.
10458 2008-06-11  Zoltan Varga  <vargaz@gmail.com>
10460         * threads.c (mono_thread_get_stack_bounds): Align the stack in all cases.
10461         
10462         * threads.c (mono_thread_get_stack_bounds): Align the stack address to
10463         a page boundary. Fixes #396219.
10465 2008-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
10467         * marshal.c (mono_marshal_load_type_info): Add a memory barrier
10468         due to double-checked locking.
10470 2008-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
10472         * assembly.c (build_assembly_name): Release memory on failure.
10474         * assembly.c (mono_assembly_name_parse_full): Release memory on failure.
10476 2008-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
10478         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): Release
10479         memory on failure.
10481 2008-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
10483         * icall.c (ves_icall_System_Reflection_AssemblyName_ParseName): Release
10484         memory on failure.
10486 2008-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
10488         * loader.c (field_from_memberref): Check if field signature type is equal
10489         to the non-inflated type of the field. Fixes #398980.
10491 2008-06-11  Zoltan Varga  <vargaz@gmail.com>
10493         * assembly.c (mono_assembly_load_from_full): Call 
10494         mono_assembly_load_friends () outside the assemblies lock, since it can
10495         acquire the loader lock. Fixes #323696.
10497         * reflection.c (resolve_object): Inflate the inst with the context for
10498         FieldOnTypeBuilderInst. Fixes #399010.
10500 2008-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
10502         * reflection.c (mono_image_get_field_on_inst_token): Don't
10503         inflate the field to encode it's signature. If it's a
10504         VAR or MVAR it should stay that way in the signature.
10505         Fixes #399047.
10507 2008-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
10509         * reflection.c (resolve_object): Release memory of inflated types.
10511 2008-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
10513         * loader.c (mono_method_get_signature_full): Remove assert about
10514         loading a methodspec to a generic method. We have such methods, such as
10515         System.Threading.Interlocked::CompareExchange<T>.
10516         This assert was removed since it crashes the verifier when it checks
10517         methods calling CompareExchange<T>.
10519 2008-06-10  Marek Safar  <marek.safar@gmail.com>
10521         * icall.c (ves_icall_MonoMethod_GetGenericArguments): Creates an instance
10522         of Type array and not MonoType.
10524 2008-06-10  Marek Habersack  <mhabersack@novell.com>
10526         * profiler.c: fix a segfault on shutdown. Patch from Paolo Molaro
10527         <lupus@ximian.com>
10529 2008-06-10  Martin Baulig  <martin@ximian.com>
10531         * debug-mono-symfile.h
10532         (MONO_SYMBOL_FILE_MINOR_VERSION): Bump to 6.  There were no
10533         changes to the file format, but we were generating incorrect
10534         source file indices in the line number table due to a bug, which
10535         made backtraces report an incorrect source file.
10537 2008-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
10539         * mono-debug.c: Moved mono_debug_free_method_jit_info from
10540         mini/debug-mini.c to here.
10542         * mono-debug.c (il_offset_from_address): Free memory from find_method.
10544         * mono-debug.h: Export mono_debug_free_method_jit_info, users should
10545         use it to release structs returned by mono_debug_find_method.
10547 2008-06-10  Zoltan Varga  <vargaz@gmail.com>
10549         * class.c (mono_class_setup_vtable): Call setup_methods even for interfaces
10550         since it needs to set method->slot for all interface methods.
10552 2008-06-09 Rodrigo Kumpera  <rkumpera@novell.com>
10554         * class-internals.h: Forgot to add.
10556 2008-06-09 Rodrigo Kumpera  <rkumpera@novell.com>
10558         * class-internals.h: Added MONO_PROP_DYNAMIC_CATTR.
10560         * reflection.c (lookup_custom_attr): Added a MonoImage argument.
10561         Lookup the custom attributes from property_hash.
10563         * reflection.c (mono_save_custom_attrs): Save the custom attributes
10564         in property_hash. Allocate all data using the image mempool.
10566         * reflection.c: Removed dynamic_custom_attrs. Changed all checks
10567         for dynamic_custom_attrs to checks if the image is dynamic.
10569 2008-06-09  Zoltan Varga  <vargaz@gmail.com>
10571         * appdomain.c (ves_icall_System_AppDomain_GetAssemblies): Free the
10572         assemblies array.
10573         
10574         * appdomain.c (ves_icall_System_AppDomain_GetAssemblies): Avoid calling
10575         runtime functions while holding the domain assemblies lock.
10577 2008-06-09 Rodrigo Kumpera  <rkumpera@novell.com>
10579         * verify.c: Reapplied the last bit of the reverted changes.
10581 2008-06-09 Rodrigo Kumpera  <rkumpera@novell.com>
10583         * verify.c: Reapplied more of the reverted changes.
10585 2008-06-09  Martin Baulig  <martin@ximian.com>
10587         * debug-mono-symfile.c (load_symfile): Check the major version
10588         first; if it's wrong, don't print the minor version in the error message.
10590 2008-06-09  Zoltan Varga  <vargaz@gmail.com>
10592         * appdomain.c (set_domain_search_path): Make this use the domain assemblies
10593         lock instead of the domain lock to avoid deadlocks, since the thread might
10594         already hold the loader lock.
10596         * threads.c (start_wrapper): Call mono_monitor_init_tls ().
10597         (mono_thread_attach): Ditto.
10599         * monitor.c: Use a TLS variable for holding the current thread id instead
10600         of calling pthread_self ().
10601         (mono_monitor_init_tls): New internal function to initialize the TLS
10602         variable.
10603         (mono_monitor_try_enter_internal): Put the owner == id check after the
10604         owner == 0 check.
10606         * object-internals.h (_G_BOOLEAN_EXPR): Redefine this glib macro to avoid
10607         missed optimizations when using gcc-4.3.
10609 2008-06-08 Rodrigo Kumpera  <rkumpera@novell.com>
10611         * reflection.c (mono_dynamic_image_free): Free the memory
10612         used by MonoGenericParam in MonoDynamicImage::gen_param.
10614         * reflection.c (mono_reflection_setup_generic_class): Allocate
10615         container from mempool.
10617         * reflection.c (mono_reflection_initialize_generic_parameter): Allocate
10618         container from mempool.
10620 2008-06-07  Zoltan Varga  <vargaz@gmail.com>
10622         * threads.c (mono_set_pending_exception): New internal function to set the
10623         pending exception of the current thread.
10624         (mono_thread_get_and_clear_pending_exception): Check for 
10625         thread->pending_exception as well.
10627         * object-internals.h (struct _MonoThread): Add 'pending_exception' field.
10629         * boehm-gc.c (mono_gc_base_init): Set GC_no_dls before calling GC_init () since
10630         it can trigger a collection.
10632 2008-06-06  Martin Baulig  <martin@ximian.com>
10634         Merged the `debugger-kahalo' branch.
10636         * mono-debug.h
10637         (MONO_DEBUGGER_VERSION): Bumped to 72.
10639         * debug-mono-symfile.h
10640         (MonoSymbolFileMethodIndexEntry): Removed.
10641         (MonoSymbolFileMethodEntry): New public typedef.
10642         (MonoSymbolFileOffsetTable): Added `_is_aspx_source'.
10643         (MonoSymbolFileSourceEntry): Remove everything except `index' and
10644         `data_offset'.
10645         (MonoSymbolFileMethodEntry): Removed.
10646         (MonoSymbolFileLexicalBlockEntry): Removed.
10647         (MonoSymbolFileLineNumberEntry): Removed.
10648         (MonoDebugLexicalBlockEntry): Removed.
10649         (MonoDebugMethodInfo): Replaced `entry' by `guint32 entry_offset';
10650         removed `num_il_offsets' and `il_offsets'.
10651         (MonoSymbolFile): Replace `version' with `major_version' and
10652         `minor_version'.
10653         (MONO_SYMBOL_FILE_VERSION): Replace with
10654         `MONO_SYMBOL_FILE_MAJOR_VERSION' and
10655         `MONO_SYMBOL_FILE_MINOR_VERSION'.
10657         * debug-mono-symfile.c
10658         (mono_debug_symfile_lookup_location): Add support for the new line
10659         number table format.
10661 2008-06-07 Rodrigo Kumpera  <rkumpera@novell.com>
10663         * metadata.c (free_generic_class): Release the inflated
10664         MonoClass of dynamic generic classes if it's not a generic
10665         type definition.
10667 2008-06-07 Rodrigo Kumpera  <rkumpera@novell.com>
10669         * verify.c: Reapplied more of the reverted changes.
10671 2008-06-07 Rodrigo Kumpera  <rkumpera@novell.com>
10673         * reflection.c (lookup_custom_attr): Clean the cached flag or
10674         nobody will free it. Fixes a memleak in MonoCustomAttrs::IsDefinedInternal
10675         for SRE types.
10677 2008-06-07 Rodrigo Kumpera  <rkumpera@novell.com>
10679         * verify.c: Reapplied a small part of the reverted changes.
10681 2008-06-07  Zoltan Varga  <vargaz@gmail.com>
10683         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
10685         * monitor.c (mono_monitor_try_enter_internal): Add NULL check which was 
10686         previously in managed code.
10687         (mono_monitor_exit): Ditto.
10688         (ves_icall_System_Threading_Monitor_Monitor_exit): Removed, not needed anymore.
10690         * icall-def.h: Rename the Enter/Exit icalls to simply Enter/Exit to match
10691         the managed definition.
10693 2008-06-06 Rodrigo Kumpera  <rkumpera@novell.com>
10695         * verify.c: Revert changes to see if it helps with weird buildbot crashes.
10697 2008-06-06  Zoltan Varga  <vargaz@gmail.com>
10699         * monitor.c: Redefine GetCurrentThreadId () with a macro on !win32.
10700         
10701         * monitor.c: Add some micro optimizations.
10703         * icall.c (type_from_typename): Handle 'bool'.
10705 2008-06-06 Rodrigo Kumpera  <rkumpera@novell.com>
10707         * verify.c: Implement constructor verification per P III 1.8.1.4.
10708         Fixes #396716.
10710 2008-06-06  Zoltan Varga  <vargaz@gmail.com>
10712         * assembly.c (mono_assembly_loaded_full): Avoid calling the search hooks while
10713         holding the assemblies lock here too.
10715 2008-06-05 Rodrigo Kumpera  <rkumpera@novell.com>
10717         * verify.c: Kill stack_top function.
10719 2008-06-05 Rodrigo Kumpera  <rkumpera@novell.com>
10721         * verify.c: Kill stack_get function.
10723 2008-06-05 Rodrigo Kumpera  <rkumpera@novell.com>
10725         * verify.c (mono_method_verify): Last change broke the build. Fixed.
10727 2008-06-05 Rodrigo Kumpera  <rkumpera@novell.com>
10729         * verify.c (verify_type_compatibility_full): Make SZARRAY checks
10730         more reliable.
10732         * verify.c (mono_method_verify): Inflate params and locals to avoid
10733         mismatch when checking for compatibility.
10735 2008-06-05  Jonathan Chambers  <joncham@gmail.com>
10737         * metadata.c (mono_string_from_bstr): Fix BSTR marshalling.
10738         Length prefix should be size in bytes. Fix bug #339530.
10739         
10740         * metadata.c (mono_string_to_bstr): Fix BSTR marshalling.
10741         Length prefix should be size in bytes. Fix bug #339530.
10743         Code is contributed under MIT/X11 license.
10745 2008-06-05  Bill Holmes <billholmes54@gmail.com>
10747         * decimal.c:  Adding MSVC implementation to my_g_bit_nth_msf.
10749         Contributed under MIT/X11 license.
10751 2008-06-05  Martin Baulig  <martin@ximian.com>
10753         * mono-debug-debugger.c
10754         (mono_debugger_check_breakpoints): Reflect latest runtime changes.
10756 2008-06-05  Zoltan Varga  <vargaz@gmail.com>
10758         * assembly.c (mono_assembly_load_from_full): Avoid calling the search hooks
10759         while holding the assemblies lock to prevent deadlocks. Handle the case
10760         where the search hook returns NULL but the assembly was still loaded.
10761         Fixes #323696.
10763         * appdomain.c (set_domain_search_path): Acquire the domain lock since we
10764         modify domain state.
10766 2008-06-05  Andreas Färber  <andreas.faerber@web.de>
10768         * boehm-gc.c: Add DTrace probes gc-{begin,end}.
10769         * Makefile.am (pedump_LDADD): Post-process object files and
10770         add dtrace-generated object file, if necessary.
10772         Code is contributed under MIT/X11 license.
10774 2008-06-04 Rodrigo Kumpera  <rkumpera@novell.com>
10776         * reflection.c (mono_dynamic_image_free): Free MonoDynamicImage::public_key.
10778 2008-06-04 Rodrigo Kumpera  <rkumpera@novell.com>
10780         * class.c (mono_type_get_full): Add a work-around for generic type definitions.
10782 2008-06-04  Mark Probst  <mark.probst@gmail.com>
10784         * threads.c: Try to free everything from the delayed free table
10785         when shutting down threads, and set the variable to NULL after the
10786         table is freed so that calling
10787         mono_thread_hazardous_try_free_all() when shutting down the root
10788         domain doesn't crash.
10790 2008-06-04 Rodrigo Kumpera  <rkumpera@novell.com>
10792         * class.c (mono_type_retrieve_from_typespec): Add an argument to inform
10793         the caller if resulting type was inflated.
10795         * class.c (mono_class_create_from_typespec): Free the MonoType if it
10796         was inflated.
10798         * class.c (mono_type_get_full): Free the MonoType if it was inflated.
10801 2008-06-04  Zoltan Varga  <vargaz@gmail.com>
10803         * decimal.c (rescale128): Rework the code a bit so it no longer crashes the
10804         class library tests.
10806         * icall.c (ves_icall_InternalInvoke): Applied patch from Andy Hume 
10807         (andyhume32@yahoo.co.uk). Add more useful exception messages. Fixes
10808         #396989.
10810 2008-06-04  Mark Probst  <mark.probst@gmail.com>
10812         * domain.c, domain-internals.h: The JIT infos are now freed by the
10813         JIT info table code.  They are freed immediately if there only a
10814         single JIT info table in circulation.  If there is more, the free
10815         is delayed via a queue.
10817         * threads.c, threads-types.h: New hazard pointer function for
10818         freeing all freeable delayed items in one sitting.
10820 2008-06-03 Rodrigo Kumpera  <rkumpera@novell.com>
10822         * reflection.c (typebuilder_setup_fields): Use mempool for allocations.
10824         * reflection.c (typebuilder_setup_properties): Same.
10826         * reflection.c (typebuilder_setup_events): Same.
10828 2008-06-03 Rodrigo Kumpera  <rkumpera@novell.com>
10830         * reflection.c (mono_custom_attrs_from_builders): Receive a MonoMemPool
10831         and use it for allocating memory.
10833         * reflection.c (mono_marshal_spec_from_builder): Same.
10835         * reflection.c: Change code to use new signatures.
10837         * metadata.c (mono_metadata_type_dup): Add a FIXME note.
10839 2008-06-03  Zoltan Varga  <vargaz@gmail.com>
10841         * decimal.c (rescale128): Put back one line which was accidently commented
10842         out.
10843         
10844         * decimal.c (rescale128): Disable the code added by the last patch, as it seems
10845         to cause crashes.
10847 2008-06-03 Rodrigo Kumpera  <rkumpera@novell.com>
10849         * reflection.c (mono_reflection_generic_class_initialize): Name must
10850         be always malloc'ed so we can free it later on. Do this for field, property
10851         and event.
10853         * metadata.c (free_generic_class): Free field, property and event names.
10855 2008-06-03 Rodrigo Kumpera  <rkumpera@novell.com>
10857         * reflection.c (fieldbuilder_to_mono_class_field): Use mono_metadata_type_dup
10858         instead of g_memdup.
10860         * reflection.c (typebuilder_setup_fields): Same.
10862 2008-06-03  Zoltan Varga  <vargaz@gmail.com>
10864         * decimal.c (rescale128): Optimize this function a bit more.
10866 2008-06-03 Rodrigo Kumpera  <rkumpera@novell.com>
10868         * metadata.c (free_generic_class): Release some memory from
10869         SRE generic classes.
10871 2008-06-03 Rodrigo Kumpera  <rkumpera@novell.com>
10873         * reflection.c (mono_image_get_generic_field_token): No reference
10874         to name is kept, free it.
10876         * reflection.c (mono_reflection_generic_class_initialize): Free
10877         more memory of the inflated field.
10879 2008-06-03  Zoltan Varga  <vargaz@gmail.com>
10881         * decimal.c (mono_decimalDiv): Moved equality checks here from managed
10882         code.
10884 2008-06-02 Rodrigo Kumpera  <rkumpera@novell.com>
10886         * reflection.c (mono_dynamic_image_free): Release memory used by
10887         MonoDynamicImage::array_methods elements.
10889         * reflection.c (assembly_add_win32_resources): Release memory after
10890         encoding.
10892 2008-06-02  Zoltan Varga  <vargaz@gmail.com>
10894         * decimal.c (log2_32): Use an optimized version for this function too.
10895         
10896         * decimal.c (log2_64): Fix this on 32 bit machines.
10898 2008-06-02 Rodrigo Kumpera  <rkumpera@novell.com>
10900         * class.c (mono_dup_array_type): Implement allocation using a mempool.
10902         * class.c (mono_metadata_signature_deep_dup): Same.
10904         * metadata.c (mono_metadata_signature_dup_full): Added, allow dup'ng with
10905         a mempool.
10907         * metadata.c (mono_metadata_signature_dup): Delegate to the _full version.
10909         * metadata.c (mono_metadata_type_dup): Remove asserts and FIXME.
10911         * metadata-internals.h: Added mono_metadata_signature_dup_full.
10913         * class-internals.h: Update signatures to take a MonoMemPool.
10915 2008-06-02  Dick Porter  <dick@ximian.com>
10917         * icall.c (ves_icall_System_ComponentModel_Win32Exception_W32ErrorMessage): 
10918         * icall-def.h: Add
10919         System.ComponentModel.Win32Exception.W32ErrorMessage, using the
10920         FormatMessage API to get the error text.  Fixes bug 321827.
10922 2008-06-02  Zoltan Varga  <vargaz@gmail.com>
10924         * decimal.c: Add some micro optimizations to make decimal operations faster.
10926 2008-06-01 Rodrigo Kumpera  <rkumpera@novell.com>
10928         * reflection.c (method_encode_clauses): Take a mempool
10929         as parameter and use it to allocate the clause array.
10931         * reflection.c (mono_image_get_field_on_inst_token): Free
10932         the inflated type after encoding it.
10934         * reflection.c (mono_dynamic_image_free): Free each element
10935         of MonoDynamicImage::gen_params.
10937         * reflection.c (reflection_methodbuilder_to_mono_method):
10938         Allocate the generic param array from the mempool.
10939         Allocate signature params from the mempool.
10941         * reflection.c (mono_reflection_generic_class_initialize):
10942         Free inflated fields after been used.
10944 2008-05-30 Rodrigo Kumpera  <rkumpera@novell.com>
10946         * icall.c: Reapply the memory leak fixes as they no
10947         longer make mono crash.
10949 2008-05-30 Rodrigo Kumpera  <rkumpera@novell.com>
10951         * reflection.c (mono_type_get_object): Don't store the suplied
10952         MonoType with type_hash. A caller which pass a type that
10953         was mono_metadata_type_dup'ed cannot free it reliably, as type_hash
10954         might end with a pointer to freed memory.
10955         The solution is to use byval_arg or this_arg from the associated
10956         MonoClass of the supplied type.
10958 2008-05-29  Zoltan Varga  <vargaz@gmail.com>
10960         * icall.c: Revert the rest of the last change as it breaks the build too.
10962 2008-05-29 Rodrigo Kumpera  <rkumpera@novell.com>
10964         * icall.c: Revert a leak fix as it's breaking the build.
10966 2008-05-29 Rodrigo Kumpera  <rkumpera@novell.com>
10968         * appdomain.c (mono_make_shadow_copy): Fix another leak of dir_name.
10970 2008-05-29 Rodrigo Kumpera  <rkumpera@novell.com>
10972         * appdomain.c (mono_make_shadow_copy): We leaked dir_name.
10974 2008-05-29 Rodrigo Kumpera  <rkumpera@novell.com>
10976         * icall.c: Fix some memory leaks.
10978 2008-05-29  Dick Porter  <dick@ximian.com>
10980         * threadpool.c (mono_thread_pool_remove_socket): Always remove the
10981         async socket operations from the pending list when a socket
10982         closes.  Leaving it until the threadpool services the event
10983         exposes a race condition when a socket descriptor is reused.
10984         Fixes bug 377589.
10986 2008-05-28 Rodrigo Kumpera  <rkumpera@novell.com>
10988         * object.c: Fix negative index check for array alocation.
10990 2008-05-28 Rodrigo Kumpera  <rkumpera@novell.com>
10992         * icall.c, marshal.c: Delegate wrappers should skip visibility.
10993         This check is performed by the verifier for IL created delegates
10994         and by Delegate::CreateDelegate for programatically created ones.
10995         Fixes #372406.
10997 2008-05-28 Rodrigo Kumpera  <rkumpera@novell.com>
10999         * sockey-io.c (ves_icall_System_Net_Sockets_Socket_Select_internal):
11000         Fix code to use mono_array_size_t instead of int.
11002         Based on patch by Luis F. Ortiz.
11003         Contributed under X11 license.
11004         http://lists.ximian.com/pipermail/mono-devel-list/2008-May/027995.html
11006 2008-05-28 Rodrigo Kumpera  <rkumpera@novell.com>
11008         * icall.c: Added ves_icall_System_Array_GetLongLength and
11009         ves_icall_System_Array_CreateInstanceImpl64. Both allow handling big
11010         arrays.
11012         * icall.h: Export both new functions.
11014         Based on patch by Luis F. Ortiz.
11015         Contributed under X11 license.
11016         http://lists.ximian.com/pipermail/mono-devel-list/2008-May/027995.html
11018 2008-05-28  Martin Baulig  <martin@ximian.com>
11020         The debugger now requires exactly r103463.
11022         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 71.
11023         This version is not supported by the debugger, wait for 72.
11025 2008-05-28 Rodrigo Kumpera  <rkumpera@novell.com>
11027         * object.h: Changed array related functions to use
11028         mono_array_size_t instead of guint32. Forgot to commit this file.
11030         Patch by Luis F. Ortiz.
11031         Contributed under X11 license.
11032         http://lists.ximian.com/pipermail/mono-devel-list/2008-May/027995.html
11035 2008-05-28 Rodrigo Kumpera  <rkumpera@novell.com>
11037         * object.h: Don't use G_MAXINT32 or G_MAXUINT32 as old glibs
11038         don't define it. Use the number literal instead.
11040 2008-05-27 Rodrigo Kumpera  <rkumpera@novell.com>
11042         * icall.c: Changed array related functions to use
11043         mono_array_size_t instead of guint32.
11045         * icall.c (ves_icall_System_Array_GetLength): Check for length
11046         overflow under MONO_BIG_ARRAYS.
11048         Based on patch by Luis F. Ortiz.
11049         Contributed under X11 license.
11050         http://lists.ximian.com/pipermail/mono-devel-list/2008-May/027995.html
11052 2008-05-27 Rodrigo Kumpera  <rkumpera@novell.com>
11054         * object.c: Add 64bits bounds check for arrays under MONO_BIG_ARRAYS.
11056         Based on patch by Luis F. Ortiz.
11057         Contributed under X11 license.
11058         http://lists.ximian.com/pipermail/mono-devel-list/2008-May/027995.html
11060 2008-05-27 Rodrigo Kumpera  <rkumpera@novell.com>
11062         * object.c, object.h: Changed array related functions to use
11063         mono_array_size_t instead of guint32.
11065         Patch by Luis F. Ortiz.
11066         Contributed under X11 license.
11067         http://lists.ximian.com/pipermail/mono-devel-list/2008-May/027995.html
11069 2008-05-27 Rodrigo Kumpera  <rkumpera@novell.com>
11071         * object.h: Introduced mono_array_size_t typedef. This must be used
11072         in all places an array length is expected. This is 64bits wide if
11073         MONO_BIG_ARRAYS is enabled.
11075         Patch by Luis F. Ortiz.
11076         Contributed under X11 license.
11077         http://lists.ximian.com/pipermail/mono-devel-list/2008-May/027995.html
11079 2008-05-27  Zoltan Varga  <vargaz@gmail.com>
11081         * security-manager.c class.c: Set the class exception info by calling
11082         mono_class_set_failure ().
11084         * class.c (mono_class_get_exception_data): New accessor function.
11085         (mono_class_set_failure): Store exception_data in the property hash.
11087         * class-internals.h (struct _MonoClass): Store 'exception_data' outside
11088         the struct as a property.
11090         * loader.c (mono_get_method_full): Store the lookup result for method
11091         tokens in method_cache, the others in methodref_cache to decrease the memory
11092         usage of hash tables.
11094         * image.c (mono_image_close): Destroy method_cache and methodref_cache.
11095         (mono_image_init): method_cache is lazy inited now.
11097         * metadata-internals.h (struct _MonoImage): Change method_cache to
11098         a MonoValueHashTable, add a separate methodref_cache.
11100 2008-05-27  Eyal Alaluf <eyala@mainsoft.com>
11102         * number-formatter.h: Fix tables to avoid arithemtic overflow in
11103           Double.ToString as exposed by Bug #383531.
11105 2008-05-26  Zoltan Varga  <vargaz@gmail.com>
11107         * number-formatter.h: Make some tables static.
11109         * class.c (mono_method_set_generic_container): New accessor function.
11110         (mono_method_get_generic_container): Ditto.
11112         * class-internals.h (struct _MonoMethod): Remove rarely used 
11113         'generic_container' field, store it in the property hash instead. Add 
11114         'is_generic' boolean field instead.
11116         * image.c (mono_image_init): Initialize property_hash.
11117         (mono_image_close): Destroy property_hash.
11119         * metadata-internals.h (struct _MonoImage): Add 'property_hash' hash table to
11120         hold rarely used fields of runtime structures belonging to this image.
11122         * class.c loader.c verify.c icall.c reflection.c: Use the new accessor functions
11123         to get/set method->generic_container.
11125         * loader.c (mono_get_method_from_token): Avoid loading the method header for
11126         generic methods.
11128 2008-05-25  Zoltan Varga  <vargaz@gmail.com>
11130         * class.c (mono_class_inflate_generic_method_full): Don't increase
11131         mono_stats.inflated_method_count for methods found in the cache.
11133         * threads.c (mono_thread_request_interruption): Add a comment about 
11134         QueueUserAPC ().
11136 2008-05-24  Zoltan Varga  <vargaz@gmail.com>
11138         * class.c (setup_interface_offsets): Use sizeof (guint16) when allocating the
11139         interface_offsets_packed table.
11140         
11141         * class.c (mono_class_init): Remove some dead code.
11143         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): Call
11144         mono_class_setup_vtable () when CAS is active to detect security problems.
11146 2008-05-23 Rodrigo Kumpera  <rkumpera@novell.com>
11148         * verify.c (mono_delegate_type_equal): Handle VAR, MVAR and GENERICINST.
11150         * verify.c (mono_delegate_signature_equal): Don't compar number of generic
11151         parameters as it's irrelevant for delegate checking.
11153 2008-05-23  Zoltan Varga  <vargaz@gmail.com>
11155         * class-internals.h class.c: Correct the name of the 'mono_no_setup_vtable_in_class_init' variable.
11157         * class.c (mono_class_init): Control the creation of a generic vtable using
11158         a global which is true by default, but set to false by the runtime startup code.
11159         
11160         * class.c (mono_class_init): Avoid constructing a generic vtable in most cases.
11161         Disabled for now since it breaks the embedding API.
11162         Move the setup of class->methods for arrays to mono_class_setup_methods ().
11163         (mono_class_setup_methods): Add a memory barrier.
11165         * object.c (mono_class_create_runtime_vtable): Add code to handle the case
11166         when mono_class_init () doesn't compute the generic vtable.
11167         
11168 2008-05-23  Massimiliano Mantione  <massi@ximian.com>
11169         * profiler.c: Added mono_profiler_install_statistical_call_chain,
11170         mono_profiler_stat_get_call_chain_depth and mono_profiler_stat_call_chain
11171         to support call chains (backtrace) in the stat profiler.
11172         * profiler.c, profiler-private.h: Likewise.
11174 2008-05-22  Mark Probst  <mark.probst@gmail.com>
11176         * generic-sharing.c: Init generic class when a method of it is
11177         requested via a runtime generic context.
11179 2008-05-22  Zoltan Varga  <vargaz@gmail.com>
11181         * class.c (mono_class_init): Add a comment about trying to avoid calling this.
11183         * reflection.c (mono_type_get_object): Add a FIXME.
11185         * loader.c (find_method_in_class): Use mono_class_get_method_by_index ().
11187         * class.c (mono_class_get_method_by_index): New helper function, returning an
11188         entry in the class->methods array.
11190 2008-05-21  Zoltan Varga  <vargaz@gmail.com>
11192         * class.c (mono_class_init): Only do the array optimization for szarrays. 
11193         Avoid creating a generic vtable for generic instances as well.
11194         (mono_class_get_method_from_name_flags): Don't search in the metadata for
11195         generic instances.
11197 2008-05-21 Rodrigo Kumpera  <rkumpera@novell.com>
11199         * loader.c (mono_get_method_constrained): Inflate the signature
11200         with class context. Fix #325283.
11202 2008-05-21  Zoltan Varga  <vargaz@gmail.com>
11204         * object.c (mono_class_create_runtime_vtable): Add a comment.
11206         * class.c (get_implicit_generic_array_interfaces): Call mono_class_init ()
11207         where needed.
11208         (setup_interface_offsets): Handle the case when this is called twice for arrays.
11209         (mono_class_setup_vtable_general): Add an assert.
11210         (mono_class_init): Avoid creating a generic vtable for arrays.
11212         * class.c (mono_generic_class_get_class): Don't call setup_interface_offsets ()
11213         here, let mono_class_init () do that.
11215         * class.c (mono_class_init): Avoid calling mono_class_setup_methods () for
11216         interfaces in mscorlib.
11218         * class.c (mono_class_setup_vtable): Avoid calling setup_methods () for
11219         interfaces. Add some comments.
11220         (mono_class_init): Call mono_class_setup_methods () here since it is no
11221         longer called by mono_class_setup_vtable ().
11223         * object.c (mono_class_proxy_vtable): Null out entries in pvt->vtable which are
11224         not set in class->vtable.
11225         (mono_class_create_runtime_vtable): Reenable the disabled code.
11227         * object.c (mono_class_create_runtime_vtable): Disable the last change for
11228         now as it causes some test failures.
11230         * object.c (mono_class_create_runtime_vtable): Avoid creating a generic vtable
11231         if using the vtable trampoline. Also remove some strange code which put the
11232         generic methods themselves into the vtable slots. Remove the AOT init_vtable
11233         stuff as it is no longer needed.
11235 2008-05-19 Rodrigo Kumpera  <rkumpera@novell.com>
11237         * pedump.c: Give make --verify all option check code as well.
11238         Using --verify code won't check for metadata now.
11240 2008-05-19  Martin Baulig  <martin@ximian.com>
11242         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 70.
11244         * mono-debug.c
11245         (_mono_debug_using_mono_debugger): New global variable; it's set
11246         directly by the debugger, so mono_debug_using_mono_debugger() also
11247         works after attaching.
11249 2008-05-18 Rodrigo Kumpera  <rkumpera@novell.com>
11251         * object.c (mono_class_create_runtime_vtable): Use memory barriers
11252         as we do double checked locking on MonoClass::runtime_info and
11253         MonoClassRuntimeInfo::domain_vtables.
11255 2008-05-18  Zoltan Varga  <vargaz@gmail.com>
11257         * debug-helpers.c (print_field_value): Fix a warning.
11259 2008-05-16  Zoltan Varga  <vargaz@gmail.com>
11261         * object.c (mono_object_get_virtual_method): Fix a crash if method->slot is not
11262         set in the AOT case.
11264 2008-05-16 Rodrigo Kumpera  <rkumpera@novell.com>
11266         * class.c (mono_class_setup_vtable_general): Use memory barriers
11267         as we do double checked locking on MonoClass::vtable.
11269 2008-05-16 Rodrigo Kumpera  <rkumpera@novell.com>
11271         * reflection.c (resolve_object): Inflate only if the generic context
11272         is not null. Fixes #389886.
11274 2008-05-15  Jonathan Chambers  <joncham@gmail.com>
11276         * metadata.c (emit_marshal_string): Free return strings using mono_marshal_free
11277         instead of g_free.
11279         Code is contributed under MIT/X11 license.
11281 2008-05-14 Rodrigo Kumpera  <rkumpera@novell.com>
11283         * class.c: Revert unrelated change.
11285 2008-05-14 Rodrigo Kumpera  <rkumpera@novell.com>
11287         * verify.c (check_is_valid_type_for_field_ops): Type on stack can be
11288         a generic instantiation, use mono_class_from_mono_type instead of playing
11289         with MonoType directly.
11291 2008-05-14 Rodrigo Kumpera  <rkumpera@novell.com>
11293         * class.c: Added mono_class_has_parent_and_ignore_generics. Visibility
11294         checks must ignore generic instantiations, so mono_class_has_parent is not
11295         suitable. Fixes #390128.
11297 2008-05-14  Zoltan Varga  <vargaz@gmail.com>
11299         * reflection.c (mono_image_create_token): Add a 'register_token' argument, and use
11300         it to avoid registering tokens during metadata generation. Fixes #390023.
11302 2008-05-14  Kornél Pál  <kornelpal@gmail.com>
11304         * coree.c: Rename dwOldProtect to OldProtect that makes naming convention
11305         consistent.
11307         Contributed under MIT/X11 license.
11309 2008-05-14  Kornél Pál  <kornelpal@gmail.com>
11311         * domain.c (mono_init_internal): Enable LoadLibrary support. Load EXE image
11312         even when get_runtimes_from_exe didn't load it that allows mono_fixup_exe_image
11313         to fixup the EXE image.
11314         (mono_cleanup): Use mono_close_exe_image.
11315         (mono_close_exe_image): New function.
11316         * image.c: Include "marshal.h".
11317         (mono_image_open_from_module_handle): Add ref_count argument. Return the image.
11318         (mono_image_open_full, mono_image_close): Fix LoadLibrary/FreeLibrary reference
11319         counting when the image is loaded outside of mono_image_open_full. Set status
11320         based on GetLastError.
11321         * coree.c: Include required headers. Add init_from_coree.
11322         (_CorDllMain): Support fix in mono_image_open_full, mono_image_close. Call
11323         mono_assembly_open only when the image has vtfixups. Set init_from_coree.
11324         (_CorExeMain): Set init_from_coree.
11325         (CorExitProcess): Only call ExitProcess for now.
11326         (CorBindToRuntimeEx): New stub implementation.
11327         (CorBindToRuntime): New function.
11328         (MonoFixupCorEE): Fixup CorBindToRuntime and CorBindToRuntimeEx.
11329         (MonoFixupExe): ILONLY executables require no fixups.
11330         (mono_set_act_ctx): New function to set activation context.
11331         (mono_load_coree): Use init_from_coree. Call mono_set_act_ctx.  
11332         * coree.h: Move STATUS_SUCCESS and STATUS_INVALID_IMAGE_FORMAT to header.
11333         Declare mono_module_handle, coree_module_handle, mono_get_module_file_name,
11334         mono_load_coree, mono_fixup_exe_image and mono_image_open_from_module_handle
11335         as MONO_INTERNAL.
11336         * domain-internals.h: Add mono_close_exe_image.
11338         Contributed under MIT/X11 license.
11340 2008-05-13 Rodrigo Kumpera  <rkumpera@novell.com>
11342         * metadata.c (mono_metadata_compute_size): Correctly calculate field
11343         size for generic param and event tables. Fixes #388977.
11345 2008-05-13  Zoltan Varga  <vargaz@gmail.com>
11347         * loader.c (mono_method_signature): Use memory barriers because of the double
11348         checked locking pattern.
11350         * threads.c (remove_and_abort_threads): Stop and wait for threads which are
11351         aborting or aborted as well. Fixes #376391.
11352         
11353         * threads.c (mono_thread_execute_interruption): Avoid depending on no longer
11354         existing runtime state in the Suspend handler during shutdown.
11356 2008-05-12  Zoltan Varga  <vargaz@gmail.com>
11358         * threads.c (mono_thread_request_interruption): Add some FIXMEs.
11360         * threads.c (mono_thread_suspend_all_other_threads): Add support for threads 
11361         which are starting up or shutting down.
11363         * threads.c (mono_threads_set_shutting_down): Don't return a value since
11364         this function never returns if the runtime is already shutting down.
11366         * icall.c (ves_icall_System_Environment_Exit): Update after 
11367         mono_threads_set_shutting_down () signature change.
11368         
11369 2008-05-09 Rodrigo Kumpera  <rkumpera@novell.com>
11371         * class.c: Added can_access_instantiation to verify if the instantiation
11372         is visible. Fix access check for nested types as they returned TRUE
11373         before doing type and generic instantiation visibility checks.
11375 2008-05-08 Rodrigo Kumpera  <rkumpera@novell.com>
11377         * reflection.c (mono_reflection_create_generic_class): The created type
11378         must have a different container from its TypeBuilder. Otherwise they
11379         will end sharing generic arguments, which is wrong.
11381         Due to the sharing, making a generic instance of the created type using
11382         the TypeBuider generic arguments resulted in the generic type definition
11383         been returned, which is wrong as well.
11385         As a bonus the code was leaking the type_params array. This memory should
11386         be allocated from the image mempool.
11388         This fixes bug #354047.
11390 2008-05-08 Rodrigo Kumpera  <rkumpera@novell.com>
11392         * metadata-internals.h: Move MONO_SECMAN_FLAG macros from mini/declsec.h
11393         to here         as they are now used in assembly.c new code.
11394         Added a skipverification flag to MonoAssembly.
11395         New internal function mono_assembly_has_skip_verification.
11397         * assembly.c: New function mono_assembly_has_skip_verification. It checks
11398         if an assembly has a version 2.0 SkipVerification security attribute. Fixes
11399         part of #387274.
11401 2008-05-07  Zoltan Varga  <vargaz@gmail.com>
11403         * object.c (mono_object_get_virtual_method): Inflate the resulting method if
11404         needed. Fixes #387034.
11406         * class.c (mono_class_inflate_generic_type): Avoid a crash if context is NULL.
11408 2008-05-06  Miguel de Icaza  <miguel@novell.com>
11410         * assembly.c (mono_assembly_load_reference): Prevent crash while
11411         disassembling Silverlight 2.0 executables while we still do not
11412         have GACed libraries.
11414 2008-05-07  Zoltan Varga  <vargaz@gmail.com>
11416         * reflection.c: Special case generic type definitions as well. Fixes #383444.
11418 2008-05-06  Zoltan Varga  <vargaz@gmail.com>
11420         * icall.c (ves_icall_System_Reflection_Module_ResolveTypeToken): Fix handling
11421         of the dynamic case. Fixes #387404.
11423 2008-05-06 Rodrigo Kumpera  <rkumpera@novell.com>
11425         *verify.c (mono_verifier_is_class_full_trust): If under
11426         verify_all and the verifier mode was not set, only
11427         gac and corlib types are fulltrust. This makes --verify-all
11428         usable to detect unverifiable code, which is the expected
11429         use case.
11431 2008-05-06 Rodrigo Kumpera  <rkumpera@novell.com>
11433         * verify.h: Ops, commited the header with debug
11434         enabled.
11436 2008-05-06 Rodrigo Kumpera  <rkumpera@novell.com>
11438         * verify.c (merge_stack): Use the new value on unverifiable
11439         stack merges.
11441         * verify.c (verify_type_compatibility_full): Comparison
11442         of nullable types can't use mono_class_is_assignable_from.
11444         * verify.c, verify.h: Added MONO_VERIFY_REPORT_ALL_ERRORS
11445         that makes all verification errors be reported.
11447         * pedump.c: Pass MONO_VERIFY_REPORT_ALL_ERRORS to
11448         mono_method_verify.
11450 2008-05-05  Robert Jordan  <robertj@gmx.net>
11452         * marshal.c (mono_marshal_get_thunk_invoke_wrapper):
11453         support for value types. See #386415.
11455         * object.c: comments.
11457         Code is contributed under MIT/X11 license.
11459 2008-05-05  Martin Baulig  <martin@ximian.com>
11461         * debug-mono-symfile.h
11462         (MONO_SYMBOL_FILE_COMPATIBILITY_VERSION): Removed; dropped support
11463         for old pre-terrania symbol files.
11465 2008-05-05  Andreas Färber  <andreas.faerber@web.de>
11467         * mono-config.c: Add ppc64 architecture.
11469         Code is contributed under MIT/X11 license.
11471 2008-05-05  Andreas Färber  <andreas.faerber@web.de>
11473         * object.c (mono_create_ftnptr, mono_get_addr_from_ftnptr):
11474           PPC64 uses function descriptors as well.
11476         Code is contributed under MIT/X11 license.
11478 2008-05-04  Zoltan Varga  <vargaz@gmail.com>
11480         * object.c (compute_class_bitmap): Ignore literal static fields.
11482         * sgen-gc.c (mono_gc_base_init): Print some help when the MONO_GC_DEBUG env
11483         var has an invalid format.
11484         (describe_ptr): Add some sanity checks for the vtable.
11485         (add_nursery_frag): Clear unused nursery fragments.
11486         (major_collection): Clear all remaining nursery fragments.
11488 2008-05-03  Robert Jordan  <robertj@gmx.net>
11490         * image.c, metadata-internals.h: add thunk_invoke_cache.
11492         * marshal.c, marshal.h: implement
11493         mono_marshal_get_thunk_invoke_wrapper ().
11495         * object.c, object.h: implement mono_method_get_unmanaged_thunk ().
11497         Code is contributed under MIT/X11 license.
11499 2008-05-02 Rodrigo Kumpera  <rkumpera@novell.com>
11501         * verify.c (do_leave): Empty the stack.
11503 2008-05-02 Rodrigo Kumpera  <rkumpera@novell.com>
11505         * class.c (mono_class_is_assignable_from): Variance
11506         doesn't work between reference and value types. For example,
11507         given type C<T+>, C<int32> is not assignable to C<object>.
11508         Break the argument checking loop on first error. 
11510 2008-05-02  Atsushi Enomoto  <atsushi@ximian.com>
11512         * icall.c : base64_to_byte_array() needs some more strict
11513           check for sequence of '=' characters. Patch by Santa
11514           Marta (http://deee.g.hatena.ne.jp/santamarta).
11516           Contributed under MIT/X11 license.
11517           (see http://www.lingr.com/room/mono-jp/archives/2008/04/20)
11519 2008-05-02  Jonathan Chambers  <joncham@gmail.com>
11521         * domain.c: Disable LoadLibrary support to fix Win32 build.
11523         Code is contributed under MIT/X11 license.
11525 2008-05-02  Zoltan Varga  <vargaz@gmail.com>
11527         * sgen-gc.c: Add support for clearing nursery memory when a tlab is allocated,
11528         to help with cache behaviour.
11530 2008-05-01  Miguel de Icaza  <miguel@novell.com>
11532         * appdomain.c (mono_domain_from_appdomain): Add new accessor
11533         method. 
11535 2008-05-01  Zoltan Varga  <vargaz@gmail.com>
11537         * sgen-gc.c: Implement thread-local allocation and a managed allocation routine.
11539 2008-05-01  Dick Porter  <dick@ximian.com>
11541         * process.c (process_get_fileversion): Only pass 16 bits of
11542         language ID to VerLanguageName.  Fixes bug 381204.
11544 2008-04-30 Rodrigo Kumpera  <rkumpera@novell.com>
11546         * verify.c (mono_method_verify): Fix the comparison
11547         operator for code bounds check.
11549 2008-04-30 Rodrigo Kumpera  <rkumpera@novell.com>
11551         * verify.c (mono_method_verify): Check the bounds of
11552         all access of the code array.
11554 2008-04-29  Kornél Pál  <kornelpal@gmail.com>
11556         * appdomain.c: Use HAVE_SYS_UTIME_H that fixes MSVC build.
11558 2008-04-28  Zoltan Varga  <vargaz@gmail.com>
11560         * image.c (mono_image_strong_name_position): Fix return value when the rva is
11561         not valid.
11563 2008-04-28  Kornél Pál  <kornelpal@gmail.com>
11565         * loader.c (mono_get_method_from_token, mono_method_signature): Add
11566         support for METHOD_IMPL_ATTRIBUTE_NATIVE.
11567         * domain.c (mono_init_internal): Load and fixup mscoree.dll on startup and
11568         fixup main EXE images when using mono.exe for mixed-mode assembly support.
11569         * domain-internals.h: Add MonoLoadFunc, mono_install_runtime_load and
11570         mono_runtime_load.
11571         * appdomain.c: Add mono_install_runtime_load, mono_runtime_load to support
11572         runtime initialization from metadata.
11573         * assembly.c: Remove obsolete ceGetModuleFileNameA.
11574         (mono_set_rootdir): Use mono_get_module_file_name.
11575         (mono_assembly_load_from_full): Call mono_image_fixup_vtable for module
11576         handles.
11577         * cil-coff.h: Add MonoVTableFixup. Update mono_cli_rva_image_map signature.
11578         * metadata-internals.h: Add is_module_handle to _MonoImage on Windows.
11579         * image.c (mono_cli_rva_image_map): Use MonoImage instead of
11580         MonoCLIImageInfo. Add support for module handles.
11581         (load_cli_header): Update mono_cli_rva_image_map signature.
11582         (load_metadata_ptrs): Update mono_cli_rva_image_map signature.
11583         (mono_image_strong_name_position): Use mono_cli_rva_image_map.
11584         (mono_image_rva_map): Add support for module handles.
11585         (mono_image_ensure_section_idx): Add support for module handles.
11586         (mono_image_close): Add support for module handles.
11587         (do_load_header): Add support for module handles.
11588         (mono_image_open_from_module_handle): New function for internal use.
11589         (mono_image_open_full): Load normal images using LoadLibrary on Windows.
11590         (mono_image_load_module): Call mono_image_fixup_vtable for module handles.
11591         (mono_image_load_file_for_image): Call mono_image_fixup_vtable for module
11592         handles.
11593         (mono_image_fixup_vtable): New function for mixed-mode assembly support.
11594         * image.h: Add mono_image_fixup_vtable.
11595         * coree.c: New file for mscoree.dll functions and mixed-mode assembly
11596         support.
11597         * coree.h: New file.
11598         * marshal.c (mono_marshal_get_native_wrapper): Throw exception for
11599         unsupported native code.
11600         (mono_marshal_set_callconv_from_modopt): New function splitted from
11601         mono_marshal_get_managed_wrapper.
11602         (mono_marshal_get_managed_wrapper): Use
11603         mono_marshal_set_callconv_from_modopt.
11604         (mono_marshal_get_vtfixup_ftnptr): New function for mixed-mode assembly support.
11605         * marshal.h: Add mono_marshal_get_vtfixup_ftnptr.
11606         * gc.c (mono_gc_init): Don't wait for the finalizer thread on Windows because
11607         that results in a deadlock when the runtime is loaded in _CorDllMain.
11608         * Makefile.am: Add coree.c and coree.h.
11610         Contributed under MIT/X11 license.
11612 2008-04-28  Mark Probst  <mark.probst@gmail.com>
11614         * generic-sharing.c: Search for type arguments in array element
11615         types as well.
11617 2008-04-28  Mark Probst  <mark.probst@gmail.com>
11619         * class-internals.h, generic-sharing.c: New, small runtime generic context.
11621         * metadata-internals.h, domain.c, image.c: Less bookkeeping is required for the new RGCTX.
11623         * object.c: Don't setup the RGCTX when the vtable is created,
11624         because we're setting it up lazily now.
11626 2008-04-26  Zoltan Varga  <vargaz@gmail.com>
11628         * sgen-gc.c: Make the 'desc' variables an mword instead of a guint32 to fix 
11629         64 bit support.
11631 2008-04-24 Rodrigo Kumpera  <rkumpera@novell.com>
11633         * verify.c (verify_class_for_overlapping_reference_fields): 
11634         If class is under fulltrust allow reference types to overllap
11635         if they have the same RVA.
11637 2008-04-24 Rodrigo Kumpera  <rkumpera@novell.com>
11639         * pedump.c: Added new flag valid-only, that makes the verifier
11640         behaves just like --security=validil. It won't fail type load
11641         due to unverifiable restrictions.
11643 2008-04-23 Rodrigo Kumpera  <rkumpera@novell.com>
11645         * class-internals.h (struct MonoMethod): Added a verification_success
11646         field to cache verifier executions. Reduced MonoMethod:slot size by
11647         one bit.
11649 2008-04-23  Zoltan Varga  <vargaz@gmail.com>
11651         * sgen-gc.c (OBJ_RUN_LEN_SIZE): Make this and other macros take a 'desc' argument
11652         instead of a 'vt' argument to save an indirection and to allow these to be used
11653         for valuetypes.
11654         (scan_vtype): New helper function to scan an area using a gc descriptor.
11655         (mono_gc_wbarrier_value_copy): Implement this.
11656         (handle_remset): Add support for REMSET_VTYPE.
11657         (find_in_remset_loc): Ditto.
11658         (mono_gc_base_init): Allow some debugging options to be controlled through the
11659         use of the MONO_GC_DEBUG env variable.
11660         (mono_gc_alloc_obj): Add support the 'collect-before-allocs' debug option.
11661         (collect_nursery): Add support for the 'check-at-minor-collection' debug option.
11663 2008-04-23  Martin Baulig  <martin@ximian.com>
11665         * domain.c (mono_domain_create): Move the call to
11666         mono_debug_domain_create() down, after allocating the domain id.
11668 2008-04-23 Rodrigo Kumpera  <rkumpera@novell.com>
11670         verify.c (verify_class_for_overlapping_reference_fields): Skip
11671         static fields while verifying for overlapping fields as they
11672         don't matter at all.
11674 2008-04-23  Marek Habersack  <mhabersack@novell.com>
11676         * domain-internals.h: added a declaration of
11677         mono_make_shadow_copy.
11679         * assembly.c (mono_assembly_open_full): shadow copying of
11680         assemblies moved to here, so that all the assemblies within the
11681         application domain's private binary directories can be
11682         processed. Fixes bug #380546
11684         * appdomain.c (mono_make_shadow_copy): make_shadow_copy renamed to
11685         mono_make_shadow_copy and made non-static. The decision whether
11686         to shadow-copy an assembly is made based on its location - it's
11687         copied if it's in one of the private application domain binary
11688         directories and its different to the target file in the shadow
11689         directory. Fixes bug #380546
11691 2008-04-22  Zoltan Varga  <vargaz@gmail.com>
11693         * reflection.c (fixup_method): Handle {Method|Constructor}OnTypeBuilderInst.
11695         * object-internals.h: Add MonoReflection{Method|Constructor}OnTypeBuilderInst
11696         types.
11698         * reflection.c (mono_image_create_token): Handle 
11699         Method/ConstructorOnTypeBuilderInst.
11700         (resolve_object): Ditto.
11701         (inflate_mono_method): Receive the inflated class instead of a MonoGenericClass
11702         so it can be called from resolve_object. Also handle the case when the inflated
11703         class already has its methods setup.
11705 2008-04-21  Martin Baulig  <martin@ximian.com>
11707         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 69.
11709 2008-04-20  Geoff Norton  <gnorton@novell.com>
11711         * icall.c: Fix the _NSGetEnviron define to prevent an impropoer
11712         pointer dereference.
11714 2008-04-15  Marek Habersack  <mhabersack@novell.com>
11716         * appdomain.c (try_load_from): if IOMAP is in effect, call the
11717         portability API to look up the assembly file. Fixes behavior in
11718         situations when the application has a bin/ directory, but the
11719         assembly search patch refers to Bin/ (and thus the requested file
11720         name is Bin/SomeLibrary.dll). Fixes bug #379888
11722 2008-04-15 Rodrigo Kumpera  <rkumpera@novell.com>
11724         verify.c (mono_type_is_generic_argument): Extracted this check
11725         from a dozen places to here.
11727         verify.c: Fixed all issues related to boxing generic arguments
11728         and their constraints.
11730 2008-04-14 Rodrigo Kumpera  <rkumpera@novell.com>
11732         verify.c (mono_class_interface_implements_interface): Fix win32 build.
11734 2008-04-14  Zoltan Varga  <vargaz@gmail.com>
11736         * reflection.c (mono_custom_attrs_construct): Fix crash when the cattr type
11737         isn't finished yet. Fixes #363447.
11739 2008-04-13  Zoltan Varga  <vargaz@gmail.com>
11741         * class.c (mono_bounded_array_class_get): Fix the name of bounded array types.
11742         Fixes #346419.
11744 2008-04-13  Jb Evain  <jbevain@novell.com>
11746         * domain.c: update the 2.1 profile versions.
11747         Merged from the Moonlight 2 branch.
11749 2008-04-12  Zoltan Varga  <vargaz@gmail.com>
11751         * assembly.c (mono_assembly_load_from_full): Do the check for loading other
11752         mscorlibs for the non-refonly case as well.
11754         * image.c (do_mono_image_load): Remove the mscorlib check, it is already done
11755         in mono_assembly_load_from_full (). Fixes #378924.
11757 2008-04-11  Geoff Norton  <gnorton@novell.com>
11759         * icall.c: The global extern environ doesn't exist on Mac.  We
11760         need to call NSGetEnviron instead.
11762 2008-04-10 Rodrigo Kumpera  <rkumpera@novell.com>
11764         verify.c: Add generic method constraint verification.
11766 2008-04-10 Rodrigo Kumpera  <rkumpera@novell.com>
11768         class.c (mono_class_inflate_generic_method_full): Add a long
11769         explanation to the is_mb_open hack. Remove the FIXME.
11771 2008-04-10 Rodrigo Kumpera  <rkumpera@novell.com>
11773         * verify.c (mono_method_verify): Mark all unknown opcodes
11774         as invalid. Mark jmp as unverifiable.
11776 2008-04-10 Rodrigo Kumpera  <rkumpera@novell.com>
11778         * verify.c: Add code to do type constraint verification on class instances.
11780         * verify.c (mono_verifier_verify_class): Use the type constraint 
11781         verification code.
11783 2008-04-10 Rodrigo Kumpera  <rkumpera@novell.com>
11785         * class.c (mono_class_get_field_default_value): Don't pass cindex
11786         as hint to mono_metadata_get_constant_index. The local is not initialized
11787         and should contain garbage most of the time. This could only work
11788         with a lot of luck.
11790 2008-04-09 Rodrigo Kumpera  <rkumpera@novell.com>
11792         * tokentype.h: Add MONO_TOKEN_GENERIC_PARAM.
11794 2008-04-09 Rodrigo Kumpera  <rkumpera@novell.com>
11796         * class-internals.h: Add generic_param_token to MonoClass::sizes union.
11798         * class.c (mono_class_from_generic_parameter): Save the token of the
11799         generic param in MonoClass::sizes.generic_param_token.
11801         * reflection.c (mono_custom_attrs_from_class): If the class type is
11802         VAR or MVAR retrieve the attributes of the generic param.
11804 2008-04-08 Rodrigo Kumpera  <rkumpera@novell.com>
11806         * class.c (mono_class_init): Do class verification if the verifier
11807         is enabled.
11809 2008-04-08 Rodrigo Kumpera  <rkumpera@novell.com>
11811         * verify-internal.h: Added mono_verifier_verify_class.
11813         * verify.c: Added mono_verifier_verify_class. It checks for
11814         classes with explicit layout that have overlapping reference fields.
11816         * pedump.c: Init the verifier state prior to verification. Fixed
11817         command line arguments.
11819 2008-04-08 Rodrigo Kumpera  <rkumpera@novell.com>
11821         * Makefile.am: Added verify-internals.h, hopefully fix the build.
11823 2008-04-08  Zoltan Varga  <vargaz@gmail.com>
11825         * verify-internals.h: Fix a warning.
11827 2008-04-07 Rodrigo Kumpera  <rkumpera@novell.com>
11829         * verify-internals.h: New header with the verifier configuration
11830         extracted from mini.c.
11832         * verify.c: Implemented the new functions exported by verify-internals.h.
11834 2008-04-07 Rodrigo Kumpera  <rkumpera@novell.com>
11836         * verify.c: Add proper verification of ckfinite.
11838 2008-04-04 Rodrigo Kumpera  <rkumpera@novell.com>
11840         * verify.c (do_conversion): Improved error message to something
11841         more meanfull.
11843         * verify.c (check_is_valid_type_for_field_ops): Fix to work
11844         with primitive types.
11846 2008-04-04 Rodrigo Kumpera  <rkumpera@novell.com>
11848         * verify.c: Added tail prefix checking. Marked icall
11849         as unverifible.
11851 2008-04-04 Rodrigo Kumpera  <rkumpera@novell.com>
11853         * verify.c: Fix the detection of branches to the middle
11854         of an instruction.
11856 2008-04-03 Rodrigo Kumpera  <rkumpera@novell.com>
11858         * verify.c: Implemented verification of volatile. and
11859         unaligned. prefix. Check if a type is valid after retrieving it.
11861 2008-04-01  Dick Porter  <dick@ximian.com>
11863         * process.c (process_get_fileversion): If there's no string block,
11864         set the file language to en_US.  Fixes the other new part of bug
11865         374600.
11867 2008-03-29 Rodrigo Kumpera  <rkumpera@novell.com>
11869         * class.c: New functions mono_method_can_access_field_full and
11870         mono_method_can_access_method_full. They perform type visibility
11871         and type site check.
11873         * class-internal.h: Added exported functions.
11875         * verify.c: Use new functions to implement proper visibility checks.
11877 2008-03-29  Zoltan Varga  <vargaz@gmail.com>
11879         * mono-config.h: Add missing G_BEGIN_DECLS/G_END_DECLS. Fixes #375188.
11881 2008-03-28  Dick Porter  <dick@ximian.com>
11883         * process.c (process_get_fileversion): Use the first language ID
11884         we see, rather than insisting on an invariant language.  Fixes bug
11885         374600.
11887 2008-03-28  Zoltan Varga  <vargaz@gmail.com>
11889         * reflection.c (calc_section_size): Use add_stream_zero to align the size of
11890         the streams to fix reading of invalid memory later.
11892         * metadata.h (MonoType): Use 'MonoTypeEnum' instead of int for the 'type' field
11893         to ease debugging.
11895 2008-03-26  Zoltan Varga  <vargaz@gmail.com>
11897         * marshal.c (signature_dup): Use mono_metadata_signature_alloc ().
11898         (cominterop_method_signature): Ditto. Fix the size passed to memcpy.
11900 2008-03-26  Massimiliano Mantione  <massi@ximian.com>
11901         * threads.h: Added MonoThreadManageCallback type and
11902         mono_thread_set_manage_callback prototype
11903         * object-internals.h: In _MonoThread, renamed unused6 to manage_callback
11904         (used to store the mono_thread_manage callback).
11905         * threads.c: Added mono_thread_set_manage_callback, and handle
11906         "MonoThread->manage_callback" in build_wait_tids.
11908 2008-03-26  Dick Porter  <dick@ximian.com>
11910         * process.c (process_get_fileversion): Set FileVersionInfo strings
11911         to Empty when the resource doesn't have the particular info.
11912         Fixes bug 355717.
11914 2008-03-25 Rodrigo Kumpera  <rkumpera@novell.com>
11916         * verify.c (mono_method_verify): Proper prefix validation.
11918 2008-03-25  Zoltan Varga  <vargaz@gmail.com>
11920         * icall.c (ves_icall_InternalInvoke): Return exceptions thrown by the icall
11921         itself in a separate argument instead of throwing them. Fixes #373448.
11923         * appdomain.c: Bump corlib version.
11925 2008-03-24 Rodrigo Kumpera  <rkumpera@novell.com>
11927         * verify.c: Implemented readonly prefix and verify controled mutability pointers.
11929 2008-03-20  Kornél Pál  <kornelpal@gmail.com>
11931         * file-io.c, filewatcher.c, threadpool.c, threads.c: Removed Windows
11932         version macros.
11934 2008-03-20  Mark Probst  <mark.probst@gmail.com>
11936         * generic-sharing.c, class-internals.h: Code for putting
11937         reflection types into the runtime generic context.
11939 2008-03-19 Rodrigo Kumpera  <rkumpera@novell.com>
11941         * icall.c (ves_icall_get_method_info): Return correct values for the call convention.
11942         Fixes #340662. 
11945 2008-03-17 Rodrigo Kumpera  <rkumpera@novell.com>
11947         * verify.c (VerifyContext): Added instruction prefix data to the struct.
11949         * verify.c (is_compatible_boxed_valuetype): Don't check if the type is a valuetype, been boxed is enough.
11951         * verify.c (do_invoke): Support constrained callvirt form. Grouped similar checks together.
11953         * verify.c (do_cast): Let the result value keep the boxed status.
11955         * verify.c (mono_method_verify): Add proper support for prefixed and implement contrained.
11957 2008-03-17  Jb Evain  <jbevain@novell.com>
11959         * reflection.c: when running on a 2.0 runtime, emit
11960         unconditionally the #~ header version as 2.0, and the
11961         CLI header version as 2.5, for symmetry's sake with csc.
11963 2008-03-16  Zoltan Varga  <vargaz@gmail.com>
11965         * class.c: Remove the unused cache_interface_offsets stuff.
11967         * class.c loader.c domain.c verify.c metadata.c debug-helpers.c threadpool.c
11968         profiler.c: Fix warnings.
11970 2008-03-16  Mark Probst  <mark.probst@gmail.com>
11972         * generic-sharing.c, class-internals.h: Support for putting
11973         methods into the runtime generic context.
11975 2008-03-16  Zoltan Varga  <vargaz@gmail.com>
11977         * class.c (mono_class_setup_fields): Ignore calls made to this function for
11978         classes which are generic instances of not-yet finished typebuilders. Fixes
11979         #351172.
11981         * reflection.c (fixup_method): Add support for FieldOnTypeBuilderInst.
11983 2008-03-15  Zoltan Varga  <vargaz@gmail.com>
11985         * metadata-internals.h (MonoDynamicImage): Add 'generic_def_objects' hash table.
11987         * class-internals.h (MonoMethodInflated): Remove the rarely used reflection_info
11988         field, replace it with a hash table in MonoDynamicImage.
11990         * reflection.c (inflate_mono_method): Access the generic definition object from
11991         image->generic_def_objects instead of imethod->reflection_info.
11993         * reflection.c (mono_reflection_bind_generic_method_parameters): Ditto. 
11995         * icall.c (ves_icall_MonoMethod_GetGenericMethodDefinition): Ditto.
11996         
11997         * image.c (mono_image_close): Move the dynamic image freeing code to a separate
11998         function in reflection.c so it is easier to keep in sync with the dynamic image
11999         creation code.
12001         * reflection.c (mono_dynamic_image_free): New internal function, extracted from
12002         mono_image_close ().
12004 2008-03-15  Mark Probst  <mark.probst@gmail.com>
12006         * class.c (mono_class_generic_sharing_enabled): Disable generic
12007         sharing for all architectures except AMD64 and x86 to fix build.
12009 2008-03-14 Rodrigo Kumpera  <rkumpera@novell.com>
12011         * verify.c: Use the generic definition MonoGenericContext when available.
12012         Remove code for checking generics instance compatibility in favor of
12013         mono_class_is_assignable_from.
12015 2008-03-14  Mark Probst  <mark.probst@gmail.com>
12017         * marshal.c, marshal.h, metadata-internals.h, image.c,
12018         wrapper-types.h: New wrapper for invoking a shared static method
12019         without having to pass the runtime generic context argument.
12021 2008-03-14 Rodrigo Kumpera  <rkumpera@novell.com>
12023         * icall-def.h: Add missing function PerformanceCounterCategory::GetInstanceNames.
12025 2008-03-14  Zoltan Varga  <vargaz@gmail.com>
12027         * reflection.c (mono_image_get_field_on_inst_token): Add caching.
12028         
12029         * reflection.c (mono_image_get_field_on_inst_token): New helper function to
12030         create a token from a FieldOnTypeBuilderInst.
12031         (mono_image_create_token): Handle FieldOnTypeBuilderInst.
12032         (resolve_object): Ditto.
12034         * object-internals.h (MonoReflectionFieldOnTypeBuilderInst): New structure
12035         mirroring System.Reflection.Emit.FieldOnTypeBuilderInst.
12037 2008-03-14  Martin Baulig  <martin@ximian.com>
12039         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 68.
12041         * debug-mono-symfile.h
12042         (MONO_SYMBOL_FILE_VERSION): Bump to 41.
12043         (MONO_SYMBOL_FILE_COMPATIBILITY_VERSION): New #define.
12045 2008-03-10  Martin Baulig  <martin@ximian.com>
12047         * debug-mono-symfile.h
12048         (MonoSymbolFileMethodAddress): Removed `num_lexical_blocks' and
12049         `lexical_block_table_offset'.
12050         (MonoDebugMethodInfo): Removed `num_lexical_blocks' and
12051         `lexical_blocks'.
12052         (MonoSymbolFile): Added `version'.
12054         * mono-debug.h
12055         (MonoDebugLexicalBlockEntry): Removed.
12056         (MonoDebugMethodJitInfo): Removed `num_lexical_blocks' and
12057         `lexical_blocks'.
12059         * mono-debug.c (mono_debug_add_method): Don't compute lexical
12060         blocks here; the debugger now does this internally.
12062 2008-02-27  Martin Baulig  <martin@ximian.com>
12064         * object.c (mono_runtime_exec_main): Call
12065         `mono_debugger_event (MONO_DEBUGGER_EVENT_REACHED_MAIN)' and
12066         `mono_debugger_event (MONO_DEBUGGER_EVENT_MAIN_EXITED)' here.
12068 2008-03-12 Rodrigo Kumpera  <rkumpera@novell.com>
12070         * verify.c (verify_type_compatibility_full): Allow native int to be converted
12071         to native pointer in non-strict mode. Required to "(IntPtr)null" work.
12073 2008-03-12 Rodrigo Kumpera  <rkumpera@novell.com>
12075         * verify.c (verify_ldftn_delegate): Accept a sealed type when using
12076         ldftn with a virtual method.
12078 2008-03-13  Geoff Norton  <gnorton@novell.com>
12080         * decimal.c:  Only include memory.h if the platform has it.
12082 Wed Mar 12 12:11:06 CET 2008 Paolo Molaro <lupus@ximian.com>
12084         * assembly.c, class.c, metadata-internals.h: make sure public key
12085         tokesns are compared in a case-insensitive way. Also, all
12086         the lookups in the GAC use a lowercase public key token
12087         (gaacutil already does the lowercasing on install). Fixes
12088         bug #369541.
12090 2008-03-11 Rodrigo Kumpera  <rkumpera@novell.com>
12092         * verify.c (mono_delegate_signature_equal): Do proper variance check on arguments
12093         and return value.
12095 Tue Mar 11 17:41:38 CET 2008 Paolo Molaro <lupus@ximian.com>
12097         * image.c: when someone loads a mscorlib from a file, return the
12098         currently loaded mscorlib (fixes bug #369253).
12100 Tue Mar 11 16:47:32 CET 2008 Paolo Molaro <lupus@ximian.com>
12102         * class.c: handle types with no parents by forcing them to have
12103         System.Object as a parent and marking them as broken (this currently
12104         allows the first part of bug #369173 to work as well, likely because
12105         we don't check for typeload exceptions everywhere yet).
12107 Tue Mar 11 15:23:54 CET 2008 Paolo Molaro <lupus@ximian.com>
12109         * class.c: more complete check that types belong to corlib
12110         (fixes second part of bug #369173).
12112 2007-03-10  Bill Holmes  <billholmes54@gmail.com>
12114         * generic-sharing.c:  Including glib.h for the MSVC builds to define
12115           "inline" to "__inline" before including mono-membar.h.
12116           
12117         * mono-perfcounters.c:  Adding HAVE_SYS_TIME_H check for MSVC builds.
12118           Rename "Unknown" to "CatTypeUnknown" to avoid name collisions for 
12119           MSVC builds.
12121         Contributed under MIT/X11 license.
12123 2008-03-10 Rodrigo Kumpera  <rkumpera@novell.com>
12125         * verify.c (do_invoke_method): Remove return type validation.
12127         * verify.c (do_ret): Do return type validation at return site instead of
12128         call site.
12130 2008-03-10 Rodrigo Kumpera  <rkumpera@novell.com>
12132         * verify.c (do_invoke_method): Mark callvirt to static methods unverifiable.
12134         * verify.c: Some todos cleaned and improved a few error messages.
12136 2008-03-08  Zoltan Varga  <vargaz@gmail.com>
12138         * class.c (mono_class_setup_mono_type): Improve the test for corlib.
12140 2008-03-07  Zoltan Varga  <vargaz@gmail.com>
12142         * class.c (mono_class_setup_mono_type): Handle types whose name clashes with
12143         system types correctly.
12145         * exception.h exception.c (mono_exception_from_token_two_strings): New helper
12146         function.
12148 2008-03-06  Zoltan Varga  <vargaz@gmail.com>
12150         * assembly.c (build_assembly_name): Fix a warning.
12152 Thu Mar 6 19:43:41 CET 2008 Paolo Molaro <lupus@ximian.com>
12154         * marshal.c: ldfld_remote and stfld_remote needs just one wrapper as
12155         the called function takes an object type argument. Fixes storing or
12156         valuetypes across remoting as well as reducing memory usage.
12157         * image.c, metadata-internals.h: remove now unused ldfld_remote and
12158         stfld_remote wrapper caches.
12160 2008-03-06  Zoltan Varga  <vargaz@gmail.com>
12162         * icall.c (mono_lookup_internal_call): Update the exception message when an icall
12163         is not found.
12165         * reflection.c (mono_image_register_token): New helper function to save
12166         a token->object mapping.        
12168         * icall.c (ves_icall_ModuleBuilder_RegisterToken): New icall to access it from
12169         managed code.
12171         * reflection.c (_mono_reflection_parse_type): Distinguish between vectors and
12172         one dimension arrays. Fixes #367670.
12173         (mono_reflection_get_type_internal): Ditto.
12175 Tue Mar 4 19:04:02 CET 2008 Paolo Molaro <lupus@ximian.com>
12177         * marshal.c: mono_load_remote_field_new() always returns object.
12178         so use the proper signature (fixes bug #366445).
12180 2008-03-04  Zoltan Varga  <vargaz@gmail.com>
12181         
12182         * class-internals.h (MonoMethod): Remove unused uses_this flag, 
12183         add an 'inline_failure' flag instead.
12185 2008-03-04  Mark Probst  <mark.probst@gmail.com>
12187         * domain-internals.h, domain.c: Replaced MonoGenericSharingContext
12188         with a new structure, MonoGenericJitInfo, in the MonoJitInfo.  It
12189         contains the location of "this", used for exception handling.
12191 2008-03-04  Zoltan Varga  <vargaz@gmail.com>
12193         * class.c (mono_class_layout_fields): Set the min alignment of small structs to
12194         their size on all platforms for perf reasons.
12196 2008-03-03 Rodrigo Kumpera  <rkumpera@novell.com>
12198         * reflection.h: Move mono_reflection_is_valid_dynamic_token to
12199         object-internal.h
12201         * object-internal.h: Same.
12203 2008-03-03 Rodrigo Kumpera  <rkumpera@novell.com>
12205         * reflection.h: Fix the build I just broke.
12207 2008-03-03 Rodrigo Kumpera  <rkumpera@novell.com>
12209         * reflection.c (mono_reflection_is_valid_dynamic_token): New function,
12210         Test if a token is valid, this remove explicit usage of 
12211         MonoDynamicImage::tokens from the verifier code.
12213         * reflection.h: Added mono_reflection_is_valid_dynamic_token.
12215         * verify.c (token_bounds_check): Use mono_reflection_is_valid_dynamic_token
12216         instead of direct access to MonoDynamicImage::tokens.
12218 2008-03-03 Rodrigo Kumpera  <rkumpera@novell.com>
12220         * verify.c (token_bounds_check): Fix the build I just broke.
12222 2008-03-03 Rodrigo Kumpera  <rkumpera@novell.com>
12224         * verify.c (token_bounds_check): Fix bounds check for dynamic images.
12226         * verify.c (verifier_load_method): Fixed the errors message.
12228         * verify.c (mono_method_verify): Fixed a debug message.
12230 Thu Feb 28 19:49:45 CET 2008 Paolo Molaro <lupus@ximian.com>
12232         * icall-def.h, domain.c, mono-perfcounters-def.h, mono-perfcounters.c,
12233         mono-perfcounters.h, class-internals.h: support for predefined
12234         writable counters, query of categories and counters, bugfixes.
12236 2008-02-28 Rodrigo Kumpera  <rkumpera@novell.com>
12238         * verify.c (do_refanytype): Verify the refanytype opcode.
12240         * verify.c (mono_method_verify): Use do_refanytype.
12242 2008-02-28 Rodrigo Kumpera  <rkumpera@novell.com>
12244         * verify.c (do_mkrefany): Verify the mkrefany opcode.
12246         * verify.c (mono_method_verify): Use do_mkrefany.
12248 Wed Feb 27 19:49:16 CET 2008 Paolo Molaro <lupus@ximian.com>
12250         * Makefile.am, icall-def.h, icall.c, mono-perfcounters-def.h,
12251         mono-perfcounters.c, mono-perfcounters.h: basic performance counter
12252         implementation.
12254 2008-02-27  Zoltan Varga  <vargaz@gmail.com>
12256         * marshal.c (mono_marshal_get_synchronized_wrapper): Fix the code which throws
12257         the type load exception.
12259 2008-02-27 Rodrigo Kumpera  <rkumpera@novell.com>
12261         * verify.c: Added a few FIXME for method signatures
12263         * verify.c (do_invoke_method): Use mono_method_get_signature_full instead
12264         of mono_method_get_signature and get vararg call working. Removed unused
12265         checks for return value.
12267         * verify.c (do_refanyval): Verify the refanyval opcode.
12269         * verify.c (mono_method_verify): Implemented verification of arglist and
12270         use do_refanyval.
12272 2008-02-27  Zoltan Varga  <vargaz@gmail.com>
12274         * class.c (mono_class_setup_methods): Move the check for synchronized methods on
12275         vtypes to marshal.c.
12277         * marshal.c (mono_marshal_get_synchronized_wrapper): Do the vtype check here so
12278         it works for AOT as well.
12280 Tue Feb 26 17:46:32 CET 2008 Paolo Molaro <lupus@ximian.com>
12282         * monitor.c, threads.c, threadpool.c: replace the use of GetTickCount ()
12283         with mono_msec_ticks () which is monotonic and doesn't cause bugs when
12284         the system time is adjusted.
12286 Tue Feb 26 17:40:10 CET 2008 Paolo Molaro <lupus@ximian.com>
12288         * icall.c, icall-def.h: use the new time functions (fixes the
12289         non-monotonic behaviour of TickCount).
12291 2008-02-26  Zoltan Varga  <vargaz@gmail.com>
12293         * reflection.c (mono_custom_attrs_from_builders): Revert the last change as
12294         it breaks the build.
12295         
12296         * reflection.c (mono_custom_attrs_from_builders): Assert instead of a crash if the
12297         cattr is not finished yet.
12299 2008-02-25 Rodrigo Kumpera  <rkumpera@novell.com>
12301         * verify.c: Proper token validation for field, method and type.
12303 2008-02-25 Rodrigo Kumpera  <rkumpera@novell.com>
12305         * loader.c (field_from_memberref): Generate a loader error if the type is not found.
12307         * loader.c (method_from_memberref): Generate type load error instead of method missing
12308         if the type is not found.
12310 2008-02-23  Zoltan Varga  <vargaz@gmail.com>
12312         * marshal.c (mono_marshal_emit_managed_wrapper): Avoid generating invalid IL if
12313         some of the conversions caused the generation of a marshal directive exception.
12315 2008-02-21 Rodrigo Kumpera  <rkumpera@novell.com>
12317         verify.c: Report which exception should be thrown by the JIT.
12318         Added a lot of FIXME notes.
12320 2008-02-22  Mark Probst  <mark.probst@gmail.com>
12322         * generic-sharing.c: Runtime generic context slots are not
12323         instantiated on init anymore.  Instead, provide function to do the
12324         instantiating on demand.
12326         * class-internals.h: Added vtable to runtime generic context.
12327         Macros for encoding direct and indirect slot offsets in one
12328         guint32.
12330 2008-02-21  Mark Probst  <mark.probst@gmail.com>
12332         * object.c, generic-sharing.c: Moved some generic sharing code
12333         from object.c to generic-sharing.c.
12335         * generic-sharing.c: Added support for extensible runtime generic
12336         context.
12338         * metadata-internals.h: Two new hash tables in MonoImage for
12339         extensible runtime generic context support.
12341         * domain.c: Unregister generic vtables upon domain unloading.
12343         * image.c: Destroy new hash tables upon image unloading.
12345         * metadata.c: Unregister generic subclasses upon image unloading.
12347         * class-internals.h: New data structure for runtime generic
12348         context template.  New fields in the runtime generic context for
12349         extensible part.
12351         * Makefile.am: Added generic-sharing.c.
12353 2008-02-21 Rodrigo Kumpera  <rkumpera@novell.com>
12355         icall.c (ves_icall_System_Reflection_Module_ResolveTypeToken): If
12356         there is a pending loader exception, raise it.
12358         icall.c (ves_icall_System_Reflection_Module_ResolveMethodToken): 
12359         same.
12361         icall.c (ves_icall_System_Reflection_Module_ResolveFieldToken): 
12362         same.
12364         Fixes #363450.
12366 2008-02-20  Zoltan Varga  <vargaz@gmail.com>
12368         * icall.c (ves_icall_Type_GetPacking): Handle dynamic types.
12370         * assembly.c (mono_assembly_load_from_full): Fix a leak in the previous patch.
12371         
12372         * assembly.c (mono_assembly_load_from_full): Return the non-refonly corlib for
12373         ref-only requests for compatibility with MS.
12375 2008-02-20  Raja R Harinath  <harinath@hurrynot.org>
12377         * reflection.c (mono_custom_attrs_from_method): Don't silently
12378         return an empty list for generic method instances.
12379         (mono_custom_attrs_from_param): Likewise.
12381 2008-02-20  Rodrigo Kumpera  <rkumpera@novell.com>
12382             Raja R Harinath  <harinath@hurrynot.org>
12384         Fix #354757
12385         * class-internals.h (struct _MonoMethodInflated.is_mb_open): Add.
12386         * class.c (mono_class_inflate_generic_method_full): Initialize it
12387         when a fully-open method is instantiated.
12388         * metadata.c (inflated_method_equal, inflated_method_hash): Update
12389         to new field.
12390         * reflection.c (inflate_mono_method): Don't create a temporary context.
12392 2008-02-20  Raja R Harinath  <harinath@hurrynot.org>
12394         * icall.c (ves_icall_MonoMethod_GetGenericMethodDefinition):
12395         Compute correct value, to prepare for imethod->reflection_info going away.
12397 2008-02-19  Zoltan Varga  <vargaz@gmail.com>
12399         * class.c (mono_class_setup_vtable_general): Ignore static methods in interfaces.
12401 2008-02-18 Rodrigo Kumpera  <rkumpera@novell.com>
12403         * verify.c: Implement skip visibility flag.
12405 2008-02-18 Rodrigo Kumpera  <rkumpera@novell.com>
12407         * verify.h: Added MONO_VERIFY_SKIP_VISIBILITY and struct MonoVerifyInfoExtended
12408         which contains an extra field to tell the kind of exception that should be thrown.
12410         * verify.c: Use MonoVerifyInfoExtended instead of MonoVerifyInfo.
12412 2008-02-17  Raja R Harinath  <harinath@hurrynot.org>
12414         * loader.c (mono_method_get_param_names): Initialize 'klass' after
12415         'method' is updated.
12417 2008-02-11  Zoltan Varga  <vargaz@gmail.com>
12419         * class.c (mono_class_layout_fields): Set class->min_align for classes using
12420         explicit layout as well. Fixes #360375.
12422 2008-02-11  Geoff Norton  <gnorton@novell.com>
12424         * loader.c: Guard and dereference against inflated generic methods
12426 2008-02-10  Gert Driesen  <drieseng@users.sourceforge.net>
12428         * class.c: Include Retargetable spec in assembly name.
12429         * assembly.c: Always include PublicKeyToken spec in assembly name
12430         (with value "null" if assembly is not signed), and include
12431         Retargetable spec.
12432         * icall-def.h: Added icall for Assembly.get_fullname.
12433         * icall.c: Added icall returning the fullname of an assembly.
12435 2008-02-09  Zoltan Varga  <vargaz@gmail.com>
12437         * class.c (mono_class_setup_vtable_general): Add a missing call to
12438         mono_class_setup_methods () which is needed in the AOT case.
12440 2008-02-08 Rodrigo Kumpera  <rkumpera@novell.com>
12442         * verify.c (mono_type_get_stack_name): Added. Return the name for the
12443         stack type of the given MonoType.
12445         * verify.c (verify_type_compatibility_full): Handle the void type.
12447         * verify.c (is_compatible_boxed_valuetype): Changed to fit the
12448         way stack merging works.
12450         * verify.c (store_local): Improved verification message.
12452         * verify.c (do_branch_op): If the merging is invalid, the method
12453         is unverifiable and not invalid. Improved error message.
12455         * verify.c (merge_stacks): Properly merge a boxed valuetype and
12456         a reference type diferent than System.Object. Improved error
12457         message.
12459 2008-02-07 Rodrigo Kumpera  <rkumpera@novell.com>
12461         * verify.c (mono_type_is_enum_type): Added. Test if a type is an enum.
12463         * verify.c (mono_type_get_underlying_type_any): Added. Return the underlying
12464         type of an enum even if the argument is byref.
12466         * verify.c: Replace all explicit uses of enumtype and enum_basetype
12467         to calls to mono_type_is_enum_type and mono_type_get_underlying_type_any.
12469         * verify.c: Check for an enum in all cases of MONO_TYPE_GENERICINST.
12471         *verify.c (verify_type_compatibility_full): Make enum types
12472         compatible with their base types.
12474         * verify.c (is_compatible_boxed_valuetype): Added. Check if both
12475         types are compatible for the special case of a boxed valuetype and
12476         System.Object.
12478         * verify.c (verify_stack_type_compatibility): The function
12479         is_compatible_boxed_valuetype was extracted from here.
12481         * verify.c (push_arg): Only set ctx->has_this_store if the method
12482         is not static.
12484         * verify.c (do_ldelem): Fixed a typo in an error message and added
12485         strict check for mixing int32 and native int as the array type
12486         and ldelem type.
12488         * verify.c (merge_stacks): Consider boxed valuetypes in the
12489         compatibility checks.
12491 2008-02-07  Massimiliano Mantione  <massi@ximian.com>
12492         * profiler.h: (MonoGCEvent): Added start-stop the world events.
12494 2008-02-06  Massimiliano Mantione  <massi@ximian.com>
12495         *class.c: use_new_interface_vtable_code: renamed the env var to have
12496         a "MONO_" prefix, and fix the logic to enable it by default.
12498 2008-02-06  Massimiliano Mantione  <massi@ximian.com>
12499         *class.c:
12500         mono_class_setup_vtable_general: rewrote the way in which interface
12501         methods are added to vtables. Makes bug-77127.exe pass, and hopefully
12502         makes the code more maintainable.
12503         For now the old code is still there, and can be activated setting
12504         the env var "USE_NEW_INTERFACE_VTABLE_CODE".
12506 2008-02-06 Rodrigo Kumpera  <rkumpera@novell.com>
12508         * verify.c: guarded some debug functions around and #ifdef.
12510         * verify.c (merge_stacks): implement proper PIII 1.8.1.3 stack state merging.
12512 2008-02-06  Zoltan Varga  <vargaz@gmail.com>
12514         * marshal.c (mono_marshal_get_runtime_invoke): Revert the direct_wrapper
12515         changes for now since they seem to break too many things.
12517 2008-02-05  Mark Probst  <mark.probst@gmail.com>
12519         * marshal.c, marshal.h (mono_marshal_find_bitfield_offset,
12520         mono_marshal_find_nonzero_bit_offset): Added macro and function
12521         for finding the byte- and bit-offset of a bitfield within a
12522         struct.
12524 2008-02-05  Zoltan Varga  <vargaz@gmail.com>
12526         * marshal.c (mono_marshal_get_ptr_to_struct): Make the signature non-pinvoke.
12527         (mono_marshal_get_struct_to_ptr): Ditto.
12529         * marshal.c (mono_marshal_get_runtime_invoke): Fix the signature of 
12530         cctor_signature.
12532 2008-02-03  Zoltan Varga  <vargaz@gmail.com>
12534         * marshal.c (mono_marshal_get_runtime_invoke): Fix sharing of runtime wrappers
12535         between methods for non-corlib types.
12537 2008-02-02  Geoff Norton  <gnorton@novell.com>
12539         * loader.c (mono_method_get_param_names): Populate the parameter name for 
12540         generic parameters as well. (Fixes #342536)
12542 2008-01-31 Rodrigo Kumpera  <rkumpera@novell.com>
12544         * verify.c (is_valid_bool_arg): Allow boxed values and null literals as well.
12546         * verify.c (do_invoke_method): Fix for calling with byref structs.
12548         * verify.c (do_cast): push a boxed value type based on the type token and not
12549         the type of stack.
12551 2008-01-31  William Holmes  <billholmes54@gmail.com>
12553         * process.c (process_module_string_read): Check the size returned form 
12554           VerQueryValue to avoid out of memory exception. 
12556 2008-01-30  Zoltan Varga  <vargaz@gmail.com>
12558         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): 
12559         Handle properly modules which are not in the moduleref table. Fixes
12560         #356938.
12562 2008-01-29  Zoltan Varga  <vargaz@gmail.com>
12564         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): Remove
12565         the dynamic case which is now in managed code.
12566         (ves_icall_System_Reflection_Assembly_GetTypes): Ditto.
12568         * marshal.c (mono_string_to_bstr): Fix a warning.
12569         (init_com_provider_ms): Ditto.
12571         * appdomain.c (ves_icall_System_AppDomain_createDomain): Add some FIXMEs.
12573         * exception.c (mono_get_exception_out_of_memory): New helper function.
12575 2008-01-28  Jonathan Chambers  <joncham@gmail.com>
12577         * marshal.c: Add support for BSTR marshalling
12578         using other COM systems.
12580         Code is contributed under MIT/X11 license.
12582 2008-01-28 Rodrigo Kumpera  <rkumpera@novell.com>
12584         * object.c (mono_runtime_invoke_array): reverted previous
12585         commit as it breaks the build.
12587 2008-01-28 Rodrigo Kumpera  <rkumpera@novell.com>
12589         * object.c (mono_runtime_invoke_array): Verify arguments for
12590         invalid types. Fixes #348522.
12592 2008-01-28 Rodrigo Kumpera  <rkumpera@novell.com>
12594         * verify.c: added IL_CODE_CALL_NONFINAL_VIRTUAL to track calls to
12595         non-final virtual calls using call. 
12597         * verify.c (do_invoke): fixed some TODOs.
12599         * verify.c (push_arg): set has_this_store for "ldarga 0".
12601 2008-01-27  Zoltan Varga  <vargaz@gmail.com>
12603         * reflection.c (reflection_methodbuilder_to_mono_method): Allow DynamicMethods
12604         which belong to an inflated class. Fixes #356531.
12606 2008-01-26  Robert Jordan  <robertj@gmx.net>
12608         * file-io.c: Implement and use wrappers for GetFileAttribute|Ex ()
12609         which resort to FindFirstFile when a certain error condition
12610         (ERROR_SHARING_VIOLATION) occured. Fixes bug #325212.
12611         Code is contributed under MIT/X11 license.
12613 2008-01-24  Jonathan Chambers  <joncham@gmail.com>
12615         * marshal.c (emit_marshal_string): Fix out string marshalling
12616         to use specified encoding. Fixes #323900.
12618         Code is contributed under MIT/X11 license.
12620 2008-01-24  Raja R Harinath  <harinath@hurrynot.org>
12622         * class.c (mono_class_inflate_generic_method_full): Don't modify
12623         iresult->context after cache check.
12625 2008-01-23  Zoltan Varga  <vargaz@gmail.com>
12627         * class.c (mono_class_inflate_generic_method_full): Change the
12628         struct assignments to memcpy for better visibility and add some comments.
12630 2008-01-23  Dick Porter  <dick@ximian.com>
12632         * threads.c (mono_threads_set_shutting_down): Simplify shutdown
12633         procedure, and make it work on windows.
12635 2008-01-22  Zoltan Varga  <vargaz@gmail.com>
12637         * object-internals.h (MonoReflectionGenericClass): Make the 'generic_type' field
12638         a MonoReflectionTypeBuilder since it is always of that type.
12640         * reflection.c (mono_type_get_object): Remove an unneccesary check.     
12642         * reflection.c (mono_generic_class_get_object): Simplify this a bit.
12644         * reflection.c (mono_reflection_bind_generic_parameters): Ditto.
12645         
12646         * icall.c (ves_icall_MonoGenericClass_GetParentType): Ditto.
12648         * icall.c (ves_icall_MonoGenericClass_GetInterfaces): Ditto.
12650         * reflection.c (mono_reflection_create_runtime_class): Remove already created
12651         instantiations from the type cache.
12653 2008-01-21 Rodrigo Kumpera  <rkumpera@novell.com>
12655         * verify.c (do_ldstr): fixed token verification. previous code was 100% broken.
12657         * verify.c (do_unbox_value): push a controled mutability managed pointer.
12659 2008-01-21 Rodrigo Kumpera  <rkumpera@novell.com>
12661         * verify.c (do_ldstr): added, verifies if the #US token is valid.
12663         * verify.c (mono_method_verify): removed old TODO
12665 2008-01-21 Rodrigo Kumpera  <rkumpera@novell.com>
12667         * verify.c (do_newobj): add visibility check.
12669 2008-01-21 Rodrigo Kumpera  <rkumpera@novell.com>
12671         * verify.c (do_load_function_ptr): add visibility check.
12673 2008-01-21  Massimiliano Mantione  <massi@ximian.com>
12674         *class.c:
12675         mono_generic_class_get_class: hook profiler events.
12676         mono_field_get_offset: added to support heap-shot in the new profiler.
12677         *class.h: exported mono_field_get_offset.
12678         * reflection.c:
12679         mono_reflection_setup_internal_class: hook profiler events.
12681 2008-01-20  Zoltan Varga  <vargaz@gmail.com>
12683         * marshal.c (mono_marshal_emit_native_wrapper): Add a 'check_exceptions' 
12684         argument here too and use it to avoid checking for pending exceptions if 
12685         possible.
12687 2008-01-20  Gert Driesen  <drieseng@users.sourceforge.net>
12689         * assembly.c (build_assembly_name): add arg for passing the assembly
12690         flags. Do not consider a PublicKey with value "null" valid.
12691         (mono_assembly_name_parse_full): added boolean argument that will be
12692         set if the assembly name contains a PublicKeyToken spec. Added support
12693         for the Retargetable spec for which only Yes or No are allowed as valid
12694         value. Consider assembly name invalid if Retargetable spec is set, but
12695         either version, culture or public key (token) are not specified.
12696         * metadata-internals.h: sync signature of mono_assembly_name_parse_full
12697         with implementation in assembly.c.
12698         * icall.c (fill_reflection_assembly_name): also copy assembly flags
12699         from MonoAssemblyName.
12700         (ves_icall_System_Reflection_AssemblyName_ParseName): use newly
12701         introduced argument for mono_assembly_name_parse_full to know if the
12702         assembly name has a PublicKeyToken spec, and if it has instruct
12703         fill_reflection_assembly_name to use default value for keyToken (if
12704         PublicKeyToken is null).
12706 2008-01-18  Rodrigo Kumpera  <rkumpera@novell.com>
12708         * verify.c (mono_method_verify): fixed ovf ops with
12709         float values. They are unverifiable now.
12711 2008-01-18  Rodrigo Kumpera  <rkumpera@novell.com>
12713         * class.c (set_failure_from_loader_error): add BadImageException to the
12714         list of exceptions that can cause a type to fail to load.
12716         * class.c (mono_class_get_exception_for_failure): same.
12718 2008-01-17  Rodrigo Kumpera  <rkumpera@novell.com>
12720         * verify.c (in_any_exception_block): added, check if offset
12721         is part of any exception handling clause.
12723         * verify.c (get_stack_type): added VAR and MVAR types.
12725         * verify.c (do_stobj): better error messages.
12727         * verify.c (do_cpobj): added, check cpobj.
12729         * verify.c (do_initobj): added, check initobj.
12731         * verify.c (do_sizeof): added, check sizeof.
12733         * verify.c (do_localloc): added, check localloc.
12735         * verify.c: adde proper verification for cpobj, initobj, sizeof and localloc.
12737 2008-01-17  Zoltan Varga  <vargaz@gmail.com>
12739         * method-builder.c (mono_mb_emit_native_call): Get rid of the unused
12740         save_lmf/restore_lmf opcodes.
12742         * threads.c (mono_threads_install_notify_pending_exc): New function to
12743         install a callback notifying the JIT there is a pending exception on a thread.
12744         (mono_thread_request_interruption): Call the new callback.
12745         (mono_thread_get_and_clear_pending_exception): New function to return the
12746         exception pending on a thread.
12748         * marshal.c (mono_marshal_get_icall_wrapper): Add a check_exceptions argument
12749         to turn off checking for pending exceptions.
12750         (mono_marshal_get_native_wrapper): Ditto.
12752 2008-01-16  Zoltan Varga  <vargaz@gmail.com>
12754         * threads-types.h: Get rid of the unnecessary extern declarations.
12756 2008-01-16  Gert Driesen  <drieseng@users.sourceforge.net>
12758         * icall.c (ves_icall_Type_GetField): if NonPublic flag is set, only
12759         return field from parent class if not private.
12760         (ves_icall_Type_GetFields_internal): if NonPublic flag is set, only
12761         returns fields from parent class if they are not private.
12762         (method_nonpublic): added function to determine if a given method
12763         should be considered non-public. Returns false for private methods
12764         on parent class, and internal methods from parent on the 1.0 profile.
12765         (ves_icall_Type_GetMethodsByName): if NonPublic flag is set, then
12766         use method_nonpublic function to determine whether method should be
12767         returned.
12768         (property_accessor_public): use newly introduced method_nonpublic
12769         function to determine whether accessor is non-public. 
12770         (ves_icall_MonoType_GetEvent): If NonPublic flag is set, only return
12771         event from parent class if not private. Only return static event if
12772         Static flag is set, and only return static event from parent class if
12773         FlattenHierarchy flag is set.
12774         (ves_icall_Type_GetEvents_internal): If NonPublic flag is set, only
12775         include non-private events from parent class.
12777 2008-01-16  Zoltan Varga  <vargaz@gmail.com>
12779         * icall.c (ves_icall_System_NumberFormatter_GetFormatterTables): Fix a
12780         warning.
12782 2008-01-16  Wade Berrier <wberrier@novell.com>
12784         * security.c: Add assembly.h header to appease some warnings
12786 2008-01-16  Dick Porter  <dick@ximian.com>
12788         * process.c (process_module_string_read): Remove trailing null
12789         when saving string.
12791 2008-01-16  Mark Probst  <mark.probst@gmail.com>
12793         * class-internals.h: A new data structure describing the layout of
12794         a runtime generic context (MonoRuntimeGenericContextTemplate).
12796         * metadata-internals.h: Added a hash table to MonoDomain that maps
12797         from open generic classes to their runtime generic context
12798         templates.
12800         * object.c: Building of the runtime generic context, including
12801         proper handling of generic type arguments of superclasses.
12802         Building of the runtime generic context according to the template.
12804 2008-01-15  Zoltan Varga  <vargaz@gmail.com>
12806         * class.c (mono_class_setup_fields): Set field.count for generic instances.
12807         Fixes #350856.
12809         * image.c (do_mono_image_open): Pass TRUE as last_exists to 
12810         mono_portability_find_file (). Fixes #325466.
12811         (mono_image_get_public_key): Fix a warning.
12813 2008-01-14  Zoltan Varga  <vargaz@gmail.com>
12815         * class.c (mono_class_from_name): Fix comments for NULL-ness of image parameter.
12816         Fixes #353550.
12817         (mono_class_from_name_case): Ditto.
12819 2008-01-13  Eyal Alaluf <eyala@mainsoft.com>
12821         * icall-def.h number-formatter.h icall.c: Implemented a cross app-domain
12822           common storage for the tables used in the System/NumberFormatter class.
12824 2008-01-13  Zoltan Varga  <vargaz@gmail.com>
12826         * marshal.c (mono_marshal_get_runtime_invoke): Fix a typo.
12828 2008-01-11  Rodrigo Kumpera  <rkumpera@novell.com>
12830         * verify.c (get_boxable_mono_type): check if the token is valid.
12832         * verify.c (set_stack_value): changed to add an error if an
12833         invalid type is set on stack. Changed all callers due to signature change.
12835         * verify.c (do_stobj): implement stobj validation.
12837 2008-01-11  Zoltan Varga  <vargaz@gmail.com>
12839         * reflection.c (reflection_methodbuilder_to_mono_method): No need to
12840         set container->is_method, it was set earlier.
12842         * metadata.c (type_in_image): Handle MVARs which belong to not finished
12843         generic methods.
12845         * reflection.c (mono_reflection_initialize_generic_parameter): Set
12846         is_method of the generic container to TRUE for methods.
12848 2008-01-10  Zoltan Varga  <vargaz@gmail.com>
12850         * metadata.c (type_in_image): Handle type parameters properly.
12852         * class-internals.h (MonoGenericParam): Add an 'image' argument to track
12853         memory ownership of this structure.
12855 2008-01-10  Rodrigo Kumpera  <rkumpera@novell.com>
12857         * verify.c (get_boxable_mono_type): make typedref types been just
12858         unverifiable. check for void type.
12860         * verify.c (do_unbox_any): added, verify opcode unbox.any.
12862         * verify.c (do_load_function_ptr): accept method spec tokens.
12864 2008-01-10  Zoltan Varga  <vargaz@gmail.com>
12866         * marshal.c (mono_class_native_size): Always set *align even if this is called
12867         recursively.
12869 2008-01-09  Zoltan Varga  <vargaz@gmail.com>
12871         * verify.c (mono_verify_corlib): Remove this as it was not used and was 
12872         out-of-date.
12874 2008-01-09  Rodrigo Kumpera  <rkumpera@novell.com>
12876         * verify.c: removed some old unused tables. A huge bunch of small fixes
12877         to things found while testing the verifier with mono basic.
12879         * verify.c (dump_stack_value): dump null literal flag to.
12881         * verify.c (verify_type_compatibility_full): fix comparison
12882         for types that have a generic super type.
12884         * verify.c (verify_stack_type_compatibility): fix compatibility
12885         between null literals and reference types. fix compatibility between
12886         boxed valuetypes and object. fix corner case test for enums.
12888         * verify.c (do_cmp_op): proper verification of cgt.un in case
12889         of reference types.
12891         * verify.c (do_invoke_method): fix error message.
12893         * verify.c (do_store_indirect
12895         * verify.c (check_is_valid_type_for_field_ops): proper verification
12896         of managed pointers to valuetypes and boxed valuetypes. proper verification
12897         of null literals.
12899         * verify.c (do_unbox_value): expect valuetypes to be always boxed. don't
12900         allow token to be a reference type.
12902         * verify.c (do_cast): proper handling of boxes valuetypes.
12904         * verify.c (do_stelem): proper handling of storing a boxed valuetype
12905         in object[].
12907         * verify.c (mono_method_verify): pass the opcode to do_cmp_op
12908         to handle cgt.un properly. Implement add/mul/sub ovf opcodes.
12909         fixed the decoding of unbox_any
12911 2008-01-08  Zoltan Varga  <vargaz@gmail.com>
12913         * boehm-gc.c (mono_gc_deregister_root): Fix the size passed to libgc.
12915 2008-01-08  Rodrigo Kumpera  <rkumpera@novell.com>
12917         * verify.c (do_newobj): do delegate verification.
12919         * verify.c (verify_delegate_compatibility): perform delegate
12920         verification.
12922         * verify.c (verify_ldftn_delegate): perform tests related to
12923         ldftn delegates.
12925         * verify.c (mono_delegate_signature_equal): perform the
12926         slightly diferent signature comparison required by delegates.
12928         * metadata.c (mono_metadata_type_equal_full): added and exported
12929         as MONO_INTERNAL. This is a version of mono_metadata_type_equal that
12930         allows signature only comparison.
12932         * metadata-internal.h (mono_metadata_type_equal_full): added and exported
12933         as MONO_INTERNAL.
12935 2008-01-07  Rodrigo Kumpera  <rkumpera@novell.com>
12937         * verify.c: added a bunch of stack_slot_* functions to
12938         make access to stack slot type easier. This is required to
12939         allow optional flags, like null literal, boxed value and
12940         this pointer.
12941         All access paths to IlStackDesc::stype have been changed 
12942         to use these new funcions.
12943         Removed a bunch of unused functions and cleared all warnings.
12944         This patch introduces the usage of the this pointer and 
12945         boxed value flags.
12947 2008-01-07  Zoltan Varga  <vargaz@gmail.com>
12949         * boehm-gc.c (mono_gc_deregister_root): Fix win32 build.
12951 2008-01-06  Zoltan Varga  <vargaz@gmail.com>
12953         * appdomain.c (ves_icall_System_AppDomain_ExecuteAssembly): Change signature to
12954         match managed version.
12956         * appdomain.c: Bump corlib version.
12957         
12958         * appdomain.c (ves_icall_System_AppDomain_ExecuteAssembly): Check for a null
12959         argument.
12961 2008-01-06  Gert Driesen  <drieseng@users.sourceforge.net>
12963         * icall.c (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies)
12964         Set public key token to zero-length byte array if assembly is not
12965         strongnamed.
12967 2008-01-05  Zoltan Varga  <vargaz@gmail.com>
12969         * icall.c (ves_icall_System_Array_SetValueImpl): Use a write barrier when
12970         writing a vtype array elem.
12972 2007-01-05  Gert Driesen  <drieseng@users.sourceforge.net>
12974         * assembly.c (build_assembly_name): return FALSE if length of token is
12975         not 16 (if not "null").
12976         (mono_assembly_name_parse_full): return FALSE if value of version,
12977         culture, token or key is 0.
12978         * icall.c (fill_reflection_assembly_name): add boolean arguments to
12979         specify whether public key and public key token must be set to default
12980         value (zero-length byte array) if not available. Set versioncompat to
12981         SameMachine. If public key is available or the default is set, then
12982         set PublicKey flag.
12983         (ves_icall_System_Reflection_Assembly_FillName): if no public key
12984         is available, use empty byte array as default value. On the 2.0
12985         profile, use default value for public key token if not set.
12986         (ves_icall_System_Reflection_InternalGetAssemblyName): on the 1.0
12987         profile, use default value for public key if not set. On the 2.0
12988         profile, use default value for public key token if not set.
12989         (ves_icall_System_Reflection_AssemblyName_ParseName): do not set
12990         default values for public key and public key token.
12992 2008-01-05  Zoltan Varga  <vargaz@gmail.com>
12994         * object-internals.h (MonoReflectionAssemblyName): Add 'processor_architecture'
12995         field to keep it in synch with the managed object.
12997         * marshal.c (emit_marshal_object): Add support for byref marshalling of
12998         delegates. Fixes #351520.
13000         * sgen-gc.c (conservatively_pin_objects_from): Tell valgrind that the pin queue
13001         contains defined memory.
13002         
13003         * sgen-gc.c: Fix 64 bit warnings. Fix some typos. Update GC stats in mono_stats.
13005         * sgen-gc.c (build_nursery_fragments): Handle half-constructed objects correctly.
13006         
13007         * sgen-gc.c (check_consistency): New helper function to do a consistency check
13008         of the GC data structures.
13010         * gc-internal.h: Moved the REGISTER/UNREGISTER macros here from os/gc_wrapper.h.
13012         * *.c: Include metadata/gc-internal.h instead of os/gc_wrapper.h.
13013         
13014         * object.c (mono_array_full_copy): Fix detection of whenever to use a write
13015         barrier.
13016         (mono_array_clone_in_domain): Ditto.
13017         (mono_array_clone_in_domain): Ditto.
13019         * threads.c (start_wrapper): Register the thread start argument as a GC root.
13020         (cache_culture): Use a write barrier.
13022         * icall.c (ves_icall_System_Array_SetValueImpl): Call a write barrier.
13023         (ves_icall_get_property_info): Ditto.
13025         * object.h (MONO_STRUCT_SETREF): New macro.
13027         * class-internals.h (MonoStats): Add some GC statistics.
13029         * boehm-gc.c null-gc.c: Define mono_gc_deregister_root ().
13031 2008-01-04  Andreas Faerber  <andreas.faerber@web.de>
13033         * exception.c (mono_exception_from_name_two_strings):
13034         Break from loop after method is found.
13036 2008-01-04  Dick Porter  <dick@ximian.com>
13038         * process.c (process_module_string_read): Rename variable to
13039         reflect correct usage, after fixing bug 345972.
13041 2008-01-03  Rodrigo Kumpera  <rkumpera@novell.com>
13043         * verify.c (mono_type_create_fnptr_from_mono_method): 
13044         created a MonoType function pointer instance to be used during
13045         verification. The verifier releases this memory at end.
13047         * verify.c (mono_method_is_constructor): extracted repeated
13048         checks for constructor into a single class.
13050         * verify.c (do_push_field): use new extracted method
13051         for constructor check.
13053         * verify.c (do_newobj): same.
13055         * verify.c (do_ldftn): renamed to do_load_function_ptr
13056         and make it verify ldvirtftn too.
13058         * verify.c (mono_method_verify: proper verification
13059         of ldvirtftn. release created MonoMethod instances.
13061 2007-12-31  Rodrigo Kumpera  <rkumpera@novell.com>
13063         * verify.c (token_bounds_check): added.
13065         * verify.c (do_ldftn): added.
13067         * verify.c (mono_method_verify): proper verificartion of ldftn.
13069 2007-12-31  Rodrigo Kumpera  <rkumpera@novell.com>
13071         * metadata.c (mono_metadata_decode_row): Assert if index is bigger
13072         than the table row count. It's the resposibility of the caller to
13073         make the bounds check and raise the correct error.
13075         * metadata.c (mono_metadata_decode_row_col): Same.
13077         * loader.c (mono_get_method_from_token): perform bounds check
13078         on token for methoddef table.
13080 2007-12-29  Miguel de Icaza  <miguel@novell.com>
13082         * icall.c
13083         (ves_icall_System_CurrentSystemTimeZone_GetTimeZoneData): Turn the
13084         assert into a negative result, the managed code already coped with
13085         that.
13087         Some folks on Windows reported this error. 
13089 2007-12-28  Gert Driesen  <drieseng@users.sourceforge.net>
13091         * appdomain.c: Bump corlib version.
13092         * icall.c:
13093         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies): Use
13094         CultureInfo.CreateCulture to create CultureInfo for name.
13095         (fill_reflection_assembly_name): Use CultureInfo.CreateCulture to
13096         create CultureInfo for name. Fixes bug #347174.
13098 2007-12-27  Rodrigo Kumpera  <rkumpera@novell.com>
13100         * verify.c: added IL_CODE_FLAG_STACK_INITED and IL_CODE_STACK_MERGED
13101         flags.
13103         * verify.c (is_valid_branch_instruction): allow branching to the
13104         first instruction of the protected block.
13106         * verify.c (is_valid_cmp_branch_instruction): same.
13108         * verify.c (stack_init): use IL_CODE_FLAG_STACK_INITED flag to
13109         avoid double initialization.
13111         * verify.c (merge_stacks): use IL_CODE_STACK_MERGED to
13112         detect which cases the eval stack should just be copied.
13114         * verify.c (mono_method_verify): check if the eval stack
13115         is empty when entering a protected block.
13117 2007-12-27  Rodrigo Kumpera  <rkumpera@novell.com>
13119         * verify.c: added is_clause_in_range, is_clause_inside_range,
13120         is_clause_nested and verify_clause_relationship. They perform
13121         the verifications stated in P1 12.4.2.7.
13123         * verify.c (mono_method_verify): remove some unused variables,
13124         add the new exception clause checks, add instruction border
13125         checks for protected block start/end, improved some error 
13126         messages and fixed a bug in the way invalid instruction access
13127         is detected.
13129 2007-12-26  Zoltan Varga  <vargaz@gmail.com>
13131         * boehm-gc.c (mono_gc_register_thread): Use the new GC_register_my_thread () routine
13132         from GC 7.0 if available.
13134         * object.c: Remove an unused define.
13135         
13136         * object.c (mono_class_compute_gc_descriptor): Fix a warning.
13138         * boehm-gc.c (mono_gc_make_descr_for_array): Implement.
13140         * null-gc.c (mono_gc_make_descr_for_array): Implement.
13142         * object.c (mono_class_compute_gc_descriptor): Remove an #ifdef SGEN_GC.
13144         * gc-internal.h: Change the signature of mono_gc_make_descr_for_string ()
13145         to take the same arguments as the other make_descr functions.
13147         * boehm-gc.c null-gc.c: Add implementation for make_descr functions.
13149         * objects.c: Get rid of the MAKE_DESCRIPTOR macros, call make_descr functions
13150         directly.
13152         * boehm-gc.c (mono_gc_base_init): Moved the setting of GC_stackbottom here from
13153         mini.c.
13155         * object.c (mono_class_compute_gc_descriptor): Move the GC_init_gcj_malloc () 
13156         call to boehm-gc.c.
13158         * boehm-gc.c (mono_gc_register_root): Fix a warning.
13160         * null-gc.c (mono_gc_register_root): Fix a warning.
13162         * reflection.c (ALLOC_REFENTRY): Use mono_gc_alloc_fixed for boehm as well.
13164         * boehm-gc.c (mono_gc_register_root): Moved definition here from gc_wrapper.h.
13165         (mono_gc_base_init): Call GC_init ().
13167         * null-gc.c: Define mono_gc_register_root () as a no-op.
13169         * domain.c appdomain.c: Call mono_gc_base_init () instead of MONO_GC_PRE_INIT ().
13171 2007-12-24  Rodrigo Kumpera  <rkumpera@novell.com>
13173         * verify.c: add prototype for merge_stacks at top
13175         * verify.c (do_switch): added.
13177         * verify.c (merge_stacks): on some cases the stack merging
13178         was not happening properly. Unequal stack sizes at merge
13179         points should be invalid.
13181         * verify.c (mono_method_verify): added more debug info on stack state.
13182         verify switch properly.
13184 2007-12-24  Zoltan Varga  <vargaz@gmail.com>
13186         * method-builder.h: New file, moved the mono_mb_ declarations here from 
13187         marshal.h.
13189         * boehm-gc.c marshal.c: Include method-builder.h.
13191         * marshal.c: Use mono_mb_emit_branch_label () in a few places.
13193         * marshal.c: Remove some code which is now in method-builder.c.
13195 2007-12-23  Zoltan Varga  <vargaz@gmail.com>
13197         * method-builder.c: New file, extraction of the method builder functionality 
13198         from marshal.c.
13200         * marshal.c: Move the mb functions into method-builder.c.
13202         * marshal.h marshal.c: Export some mono_mb_... functions.
13204         * marshal.c: Use mono_mb_get_label () and mono_mb_patch_branch () in all places.
13206         * loader.c (field_from_memberref): Remove the dynamic case, it is handled in
13207         the caller.
13209         * class.c (mono_class_get_full): Check the token type in the dynamic case.
13211         * loader.c (mono_field_from_token): Ditto.      
13213         * loader.c (mono_get_method_from_token): Change the check so it checks memberref
13214         type as well.
13215         
13216         * loader.c (mono_get_method_from_token): Check the token type in the dynamic case.
13217         Fixes #342565.
13219         * class-internals.h: Add new loader error type MONO_EXCEPTION_BAD_IMAGE plus
13220         a helper function for setting it.
13222         * loader.c (mono_loader_error_prepare_exception): Handle MONO_EXCEPTION_BAD_IMAGE.
13224         
13225         * assembly.c: Significally simplify code now that referenced assemblies are 
13226         loaded lazily. Get rid of the 'loading' hashtables. Hopefully fixes #347629.
13228         * threads.h: Don't include  the internal threads-types.h header file. Fixes
13229         #349952.
13231 2007-12-21  Rodrigo Kumpera  <rkumpera@novell.com>
13233         * verify.c: added enum value IL_CODE_FLAG_WAS_TARGET, to represent
13234         instructions that were target of branches or are at protected block boundaries.
13236         * verify.c (in_same_block): handle filter clauses.
13238         * verify.c (is_valid_branch_instruction): added. checks the target of
13239         instructions br or brtrue/false.
13241         * verify.c (is_valid_cmp_branch_instruction): added. checks the target of
13242         binary branch instructions such as beq and bge.
13244         * verify.c (init_stack_with_value): renamed to init_stack_with_value_at_exception_boundary
13245         and made it pin the instruction as been part of the exception block.
13247         * verify.c (do_boolean_branch_op): use is_valid_branch_instruction instead
13248         of in_same_block.
13250         * verify.c (do_branch_op): use is_valid_cmp_branch_instruction instead
13251         of in_same_block.
13253         * verify.c (do_ret): ret from a protected block is unverifiable and
13254         not invalid.
13256         * verify.c (do_static_branch): verify br and br.s instructions.
13258         * verify.c (merge_stacks): add extra param to support detection
13259         of branches in the middle of instructions.
13260         
13261         * verify.c (mono_method_verify): verify branches and exception blocks
13262         that target the middle of instructions. Proper verification of br and br.s.
13264 2007-12-21  Zoltan Varga  <vargaz@gmail.com>
13266         * reflection.c (reflection_methodbuilder_from_ctor_builder): Initialize
13267         skip_visibility field.
13268         (reflection_methodbuilder_from_dynamic_method): Ditto.
13270         * object.c (mono_class_compute_gc_descriptor): Remove more unused icall
13271         registrations. Fixes #348193.
13273         * threads.h: Move the internal mono_thread_get_pending_exception () to
13274         threads-types.h and rename it to mono_thread_get_undeniable_exception ().
13276 2007-12-20  Zoltan Varga  <vargaz@gmail.com>
13278         * object.c (mono_class_compute_gc_descriptor): Remove unused GC_gcj_fast_malloc
13279         icall registration. Fixes #348193.
13281         * marshal.c (mono_marshal_get_runtime_invoke): Put all runtime invoke wrappers
13282         for corlib classes into object. Fixes #349621.
13284 2007-12-20  Gert Driesen  <drieseng@users.sourceforge.net>
13286         * icall.c (property_accessor_nonpublic): new function to determine
13287         whether an accessor allows a property to be considered non-public.
13288         Returns false for private accessor(s) from parent class, and internal
13289         accessor(s) from parent on 2.0 profile (and higher).
13290         (ves_icall_Type_GetPropertiesByName): Use newly introduced function
13291         to determine whether property should be included if NonPublic flag
13292         is set. Fixes bug #349078.
13294 2007-12-20  Rodrigo Kumpera  <rkumpera@novell.com>
13296         * verify.c (init_stack_with_value): added.
13298         * verify.c (mono_method_verify): extracted common
13299         code for exception initialization into init_stack_with_value.
13301         * verify.c (mono_method_verify): initialize the exception
13302         for handler clauses as well.
13304         * verify.c (mono_method_verify): fix the exception clause
13305         ordering rules, it should use handler end offset and not
13306         start offset.
13308 Thu Dec 20 12:27:24 CET 2007 Paolo Molaro <lupus@ximian.com>
13310         * rawbuffer.c: remove useless warning.
13312 Thu Dec 20 12:10:38 CET 2007 Paolo Molaro <lupus@ximian.com>
13314         * threads.h, threads-types.h: move functions to the correct header
13315         (fixes bug#349952).
13317 2007-12-19  Rodrigo Kumpera  <rkumpera@novell.com>
13319         * verify.c (mono_method_verify): proper verification
13320         of exception handling clauses ranges and fallthru in
13321         and out of protected blocks.
13323 2007-12-19  Rodrigo Kumpera  <rkumpera@novell.com>
13325         * verify.c (mono_method_verify): fixed compilation issue.
13327 2007-12-19  Rodrigo Kumpera  <rkumpera@novell.com>
13329         * verify.c (mono_method_verify): a printf slipped in, changed
13330         to use verifier debug macro.
13332 2007-12-18  Rodrigo Kumpera  <rkumpera@novell.com>
13334         * verify.c (is_correct_leave): check for filter clauses.
13336         * verify.c (do_filter): added.
13338         * verify.c (mono_method_verify): property verification of leave.
13341 2007-12-18  Mark Probst  <mark.probst@gmail.com>
13343         * threads.c: Disable calls to _wapi_thread_signal_self() to fix
13344         Win32 build, until we figure out how to do the proper thing on
13345         Win32.
13347 2007-12-17  Zoltan Varga  <vargaz@gmail.com>
13349         * appdomain.c (ves_icall_System_AppDomain_LoadAssembly): Fix a crash introduced
13350         by the previous patch.
13351         
13352         * appdomain.c (ves_icall_System_AppDomain_LoadAssembly): Avoid calling
13353         the assembly resolve handler for refonly assemblies.
13355 2007-12-17  Mark Probst  <mark.probst@gmail.com>
13357         * threads.c, thread-types.h, icall.c: New shutdown safeguards.
13358         Make sure only one thread is allowed to commence shutdown, and
13359         don't allow new threads to be started once shutdown is in
13360         progress.
13362 2007-12-14  Rodrigo Kumpera  <rkumpera@novell.com>
13364         * verify.c (is_correct_endfilter): added.
13366         * verify.c (is_unverifiable_endfilter): added.
13368         * verify.c (do_endfilter): added.
13370         * verify.c (mono_method_verify): property verification of endfilter
13371         and fixed a corner case or endfinally.
13373 2007-12-13  Rodrigo Kumpera  <rkumpera@novell.com>
13375         * verify.h: new flags to support fail fast of unverifiable code and
13376         do non-strict verification. Non-strict verification is required to
13377         have MS runtime compatibility. There are a huge amount of unverifiable
13378         code that it accepts as verifiable. The strict mode verifies the code
13379         as the specs says.
13380         Non-strict mode will be required in cases where code needs to be
13381         accepted as verifiable but fails under strict mode.
13383         * pedump.c: added support to fail fast and non-strict verification.
13385         * verify.c: added support for both fail fast and non-strict verification.
13387 2007-12-12  Rodrigo Kumpera  <rkumpera@novell.com>
13389         * verify.c (is_correct_endfinally): added.
13391         * verify.c (mono_method_verify): property verification of endfinally.
13393 2007-12-11  Rodrigo Kumpera  <rkumpera@novell.com>
13395         * verify.c (in_any_block): check for filter clauses.
13397         * verify.c (is_correct_rethrow): added.
13399         * verify.c (mono_method_verify): property verification of rethrow.
13401         * metadata.h: added MONO_OFFSET_IN_FILTER macro.
13403 2007-12-11  Rodrigo Kumpera  <rkumpera@novell.com>
13405         * verify.c (do_throw): added.
13407         * verify.c (mono_method_verify): property verification of throw
13409 2007-12-11  Zoltan Varga  <vargaz@gmail.com>
13411         * assembly.c (mono_assembly_load_reference): Try an assembly resolve for ref-only
13412         assemblies. Fixes #346425.
13414 2007-12-10  Zoltan Varga  <vargaz@gmail.com>
13416         * reflection.c (mono_reflection_get_token): Call mono_image_create_token () for
13417         FieldBuilders.
13419         * icall.c (ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_RunClassConstructor): Fix a warning.
13421         * class.c (mono_lookup_dynamic_token_class): Add a 'valid token' argument to
13422         prevent asserts when this is called with a token which might not be valid.
13424         * icall.c (ves_icall_System_Reflection_Module_ResolveTypeToken): Call
13425         lookup_dynamic_token_class with valid_token == FALSE.
13427         * icall.c (ves_icall_System_Reflection_Module_ResolveMethodToken): Ditto.       
13429         * icall.c (ves_icall_System_Reflection_Module_ResolveStringToken): Ditto.
13431         * icall.c (ves_icall_System_Reflection_Module_ResolveFieldToken): Ditto.
13432         
13433 2007-12-10  Mark Probst  <mark.probst@gmail.com>
13435         * gc.c: Don't delay threadpool thread finalization unless Mono is
13436         shutting down.
13438 Mon Dec 10 11:06:23 CET 2007 Paolo Molaro <lupus@ximian.com>
13440         * threads.c: turn an assert into a non-fatal warning.
13442 2007-12-09  Robert Jordan  <robertj@gmx.net>
13444         * icall.c (GetVirtualMethod): Add missing argument validation.
13446 2007-12-06  Rodrigo Kumpera  <rkumpera@novell.com>
13448         * verify.c (do_cast): added.
13450         * verify.c (mono_method_verify): property verification of castclass and isinst.
13453 2007-12-06  Rodrigo Kumpera  <rkumpera@novell.com>
13455         * verify.c (mono_type_from_opcode): added opcodes for stelem.X.
13457         * verify.c (do_stelem): added.
13459         * verify.c (mono_method_verify): property verification of stelem.X.
13461 2007-12-07  Mark Probst  <mark.probst@gmail.com>
13463         * class.c, class-internals.h: Introduce an environment variable
13464         (MONO_GENERIC_SHARING) through which the extent of generic code
13465         sharing can be controlled (share all classes, share only corlib
13466         classes, or share nothing).
13468         * object.c: Only create runtime generic context for classes for
13469         which sharing is enabled.
13471 2007-12-06  Rodrigo Kumpera  <rkumpera@novell.com>
13473         * verify.c (do_ldelem): refactor it to work with ldelem.any.
13475         * verify.c (mono_method_verify): property verification of ldelem.any.
13477 2007-12-06  Rodrigo Kumpera  <rkumpera@novell.com>
13479         * verify.c (get_indirect_op_mono_type): renamed to mono_type_from_opcode,
13480         added ldelem.X opcodes.
13482         * verify.c (do_ldelema): fixed possible invalid usage of MonoType.
13484         * verify.c: proper verification of ldelem.X 
13486 2007-12-06  Zoltan Varga  <vargaz@gmail.com>
13488         * icall.c (ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_RunClassConstructor): Allow interface cctors to be called too.
13490 2007-12-05  Rodrigo Kumpera  <rkumpera@novell.com>
13492         * verify.c (mono_method_verify): null literal requires special handling,
13493         the value pushed on stack need to be flagged as so.
13495         * verify.c (do_ldelema): Verify ldelema properly.
13497 2007-12-05  Rodrigo Kumpera  <rkumpera@novell.com>
13499         * verify.c: Verify ldlen properly.
13501 2007-12-05  Zoltan Varga  <vargaz@gmail.com>
13503         * icall.c (ves_icall_MonoField_GetValueInternal): Check that the field belongs
13504         to the target object's type. Fixes #346160.
13506 2007-12-05  Dick Porter  <dick@ximian.com>
13508         * threadpool.c (socket_io_add_poll): Asynchronous connect() on
13509         Solaris needs the same workaround as BSD-derived systems.  Fixes
13510         bug 323524, patch by Burkhard Linke
13511         <burkhard.linke@CeBiTec.Uni-Bielefeld.DE>
13513 2007-12-04  Gert Driesen  <drieseng@users.sourceforge.net>
13515         * process.c: When ProcessStartInfo.ErrorDialog is true, pass window
13516         handle to use when error dialog is shown; otherwise, update mask
13517         to show no error dialog when an error occurs.
13519 2007-12-03  Zoltan Varga  <vargaz@gmail.com>
13521         * icall.c (ves_icall_MonoField_GetRawConstantValue): New icall.
13523         * class.c (mono_class_get_field_default_value): New helper function to initialize
13524         field->def_type and field->data.
13526 2007-11-30  Zoltan Varga  <vargaz@gmail.com>
13528         * icall.c (ves_icall_System_Delegate_SetMulticastInvoke): Use the delegate trampoline instead of
13529         the general one.
13531         * object.c (mono_runtime_create_delegate_trampoline): New helper function.
13533         * marshal.c: Avoid depending on delegate->method_info being set.
13535         * object.c (mono_delegate_ctor): Avoid initializing delegate->method_info.
13536         
13537         * object.c (mono_delegate_ctor): Set delegate->method.
13539         * object-internals.h (struct _MonoDelegate): Add 'method' field.
13541         * appdomain.c: Bump corlib version.
13543 2007-11-27  Raja R Harinath  <harinath@gmail.com>
13545         * metadata.c (mono_generic_inst_equal_full): Short-circuit
13546         equality check if we're comparing canonicalized MonoGenericInsts.
13548 2007-11-23  Zoltan Varga  <vargaz@gmail.com>
13550         * class.c (generic_array_methods): Call mono_class_setup_methods () before
13551         accessing class->methods.
13553 2007-11-22  Dick Porter  <dick@ximian.com>
13555         * threads.c: Ensure that the synch_cs is set before trying to use
13556         it.
13558 Thu Nov 22 12:34:04 CET 2007 Paolo Molaro <lupus@ximian.com>
13560         * profiler.c: r89126 broke the statistial profiler, unbreak.
13562 2007-11-22  Martin Baulig  <martin@ximian.com>
13564         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 66.
13566         * mono-debug.c
13567         (mono_debug_debugger_version): Bump to 3.
13568         (mono_debug_init): Hook `mono_debugger_class_loaded_methods_func'
13569         -> mono_debugger_class_initialized().
13571         * mono-debug-debugger.c
13572         (mono_debugger_add_type): Renamed into mono_debugger_class_initialized().
13574         * class.c
13575         (mono_debugger_start_class_init_func): Removed.
13576         (mono_debugger_class_loaded_methods_func): Added.
13577         (mono_class_setup_methods): Call it here.
13579 2007-11-22  Martin Baulig  <martin@ximian.com>
13581         * mono-debug.c
13582         (mono_debug_add_delegate_trampoline): New public method.
13583         (MonoDebugDataItemType): Added `MONO_DEBUG_DATA_ITEM_DELEGATE_TRAMPOLINE'.
13585         * mono-debug.h
13586         (MonoSymbolTable): Added `global_data_table'.
13587         (MonoDebuggerTypeKind): Removed.
13589 2007-11-21  Zoltan Varga  <vargaz@gmail.com>
13591         * marshal.c (mono_marshal_get_generic_array_helper): Skip visibility checks for
13592         these methods.
13594         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
13595         
13596 Tue Nov 20 23:10:41 CET 2007 Paolo Molaro <lupus@ximian.com>
13598         * object.c: some fields don't have a valid rva: ignore them (bug #343083).
13600 2007-11-20  Martin Baulig  <martin@ximian.com>
13602         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 65.
13604         * mono-debug-debugger.c
13605         (mono_debugger_insert_method_breakpoint): Moved here from debug-mini.c
13606         (mono_debugger_remove_breakpoint): Likewise.
13607         (mono_debugger_check_breakpoints): Likewise.
13608         (mono_debugger_register_class_init_callback): New public method.
13609         (mono_debugger_remove_class_init_callback): Likewise.
13610         (mono_debugger_add_type): Likewise.
13612         * mono-debug-debugger.h
13613         (MonoDebuggerEvent): Add `MONO_DEBUGGER_EVENT_CLASS_INITIALIZED'.
13615 Tue Nov 20 20:54:12 CET 2007 Paolo Molaro <lupus@ximian.com>
13617         * class.c: more interface implementations needed for the
13618         array enumerator (fixes bug #341112).
13620 2007-11-18  Gert Driesen  <drieseng@users.sourceforge.net>
13622         * icall.c: Renamed arguments for ves_icall_System_Enum_ToObject to
13623         fix ParamName of ArgumentNullExceptions.
13625 2007-11-17  Miguel de Icaza  <miguel@novell.com>
13627         * reflection.c (mono_reflection_encode_sighelper): Generate the
13628         modopts and modreqs.   I have a useless test that crashes monodis,
13629         but that shows the code working.
13631 2007-11-17  Zoltan Varga  <vargaz@gmail.com>
13633         * boehm-gc.c (create_allocator): Fix size calculation for the string allocator.
13634         (mono_gc_get_managed_allocator): Enable the string allocator on amd64.
13636 2007-11-15  Dick Porter  <dick@ximian.com>
13638         * threads.c (ves_icall_System_Threading_Thread_Join_internal):
13639         When joining a thread, it's the thread that's calling Join that
13640         gets WaitSleepJoin state not the target.  Fixes the standalone
13641         test case in bug 334740, and hopefully the whole bug too.
13643 2007-11-15  Dick Porter  <dick@ximian.com>
13645         * process.c: Read file version info from the files pointed at by
13646         process modules, not the current process.  Fixes bug 315969.
13648         Use windows typedef names in some places to fix warnings on the
13649         windows build.
13651 2007-11-15  Mark Probst  <mark.probst@gmail.com>
13653         * image.c, metadata-internals.h: Added a generic_class_cache hash
13654         to MonoImage for looking up generic classes when sharing generics.
13656 Thu Nov 15 16:11:30 CET 2007 Paolo Molaro <lupus@ximian.com>
13658         * sgen-gc.c: warning cleanups.
13660 2007-11-15  Zoltan Varga  <vargaz@gmail.com>
13662         * icall.c (ves_icall_Type_GetPropertiesByName): Implement proper hiding of
13663         inherited properties.
13665 2007-11-14  Mark Probst  <mark.probst@gmail.com>
13667         * object.c, class-internals.h: Added more information to the
13668         runtime generic context.
13670 2007-11-13  Zoltan Varga  <vargaz@gmail.com>
13672         * marshal.c (mono_marshal_get_delegate_invoke): Take a delegate as argument
13673         instead of just the target method. Generalize the abstract method handling to
13674         handle any non-static method.
13676         * icall.c (ves_icall_System_Delegate_SetMulticastInvoke): Update after
13677         mono_marshal_get_delegate_invoke () signature change.
13679 2007-11-13  Mark Probst  <mark.probst@gmail.com>
13681         * class.c, class-internals.h: Made
13682         mono_type_get_basic_type_from_generic () public.  Fixed member
13683         access check for shared generics.
13685         * loader.c: Don't insert field into field cache if it's part of a
13686         non-inflated generic class.
13688         * domain.c, domain-internals.h: The generic sharing context is now
13689         part of the jit info data structure.  Added two accessor
13690         functions.
13692 2007-11-12  Zoltan Varga  <vargaz@gmail.com>
13694         * marshal.c (mono_marshal_get_runtime_invoke): Create a non-shared wrapper for
13695         the array Get/Set/Address methods, since the JIT inlines them.
13697         * metadata-internals.h (MonoImage): Add 'runtime_invoke_direct_cache'.
13699         * image.c (mono_image_close): Free runtime_invoke_direct_cache.
13700         (mono_image_init): Initialize runtime_invoke_direct_cache.      
13702         * icall.c (ves_icall_System_Delegate_SetMulticastInvoke): Update after
13703         mono_marshal_get_delegate_invoke signature change.
13705         * marshal.c (mono_marshal_get_delegate_invoke): Receive the target_method as
13706         an additional argument. Add support for invoking abstract methods.
13708         * metadata-internals.h (MonoImage): Add 'delegate_abstract_invoke_cache'.
13710         * image.c (mono_image_close): Free delegate_abstract_invoke_cache.      
13712 2007-11-09  Mark Probst  <mark.probst@gmail.com>
13714         * class.c: Do field layout for open generic classes as well.
13716 2007-11-09  Mark Probst  <mark.probst@gmail.com>
13718         * gc.c, gc-internal.h: Don't finalize threadpool threads with
13719         other objects, because the threadpool is still around.  Put them
13720         in a list instead and after finalizing all other objects in the
13721         root domain shut down the thread pool and then finalize the
13722         threads.  Fixes bug #337383.
13724         * threads.c, thread-types.h: New mono_thread_create_internal()
13725         function for marking a thread with the threadpool flag before it
13726         started.  Set synch_cs to NULL after freeing it.
13728         * threadpool.c: Mark threadpool threads before they start.
13730 Thu Nov 8 15:31:21 CET 2007 Paolo Molaro <lupus@ximian.com>
13732         * reflection.h, reflection.c: don't export random functions
13733         and lazy load dbnull and missing objects.
13735 2007-11-07  Jonathan Chambers <joncham@gmail.com>
13737         * class.c: Initialize COM types if COM interfaces
13738         are present (not just COM classes).
13739         
13740         Code is contributed under MIT/X11 license.
13742 2007-11-07  Massimiliano Mantione  <massi@ximian.com>
13743         * reflection.c:
13744         create_dynamic_mono_image: hook module profiler events (dynamic case).
13745         mono_image_basic_init: hook assembly profiler events (dynamic case).
13747 2007-11-07  Massimiliano Mantione  <massi@ximian.com>
13748         * profiler.c:
13749         simple_appdomain_unload: completely terminate the profiler
13750         instead of only processing the statistical samples.
13751         simple_shutdown: make sure this is really called exactly once,
13752         even in multithreaded applications, and always listen to
13753         appdomain events.
13754         * gc.c (mono_domain_finalize): don't call mono_profiler_appdomain_event
13755         here, the "[un]load" functions will do it.
13756         Fixes bugs #333791 and #325261.
13758 2007-11-07  Geoff Norton  <gnorton@novell.com>
13760         * socket-io.c:  Use the configure defines for HAVE_SOCKADDR_IN(6)_SIN_LEN
13761         rather than depend on __APPLE__.
13763 2007-11-07  Mark Probst  <mark.probst@gmail.com>
13765         * icall.c: Safety checks in InitializeArray.  Fixes bug #324535.
13767 2007-11-06  Sebastien Pouliot  <sebastien@ximian.com> 
13769         * object.c: Fix mono_string_to_utf8 to handle NULL values inside the
13770         UTF16 MonoString. Fix the crash from bug #335488
13772 2007-11-06  Sebastien Pouliot  <sebastien@ximian.com>
13774         * marshal.c: Correct (for non-Win32 OS) length != size in 
13775         mono_string_from_bstr. Fix #339530.
13777 2007-11-06  Geoff Norton  <gnorton@novell.com>
13779         * socket-io.c: Apple requires sin(6)_len to be set for getnameinfo
13780         to succeed
13782 2007-11-05  Kornél Pál  <kornelpal@gmail.com>
13784         * process.c: Added run-time GetProcessId API detection for Windows.
13786 2007-11-04  Miguel de Icaza  <miguel@novell.com>
13788         * reflection.c  (mono_param_get_objects): If a parameter has the
13789         attribute [System.Runtime.InteropServices.Optional] we should
13790         set the DefaultValue of the ParameterInfo to be
13791         System.Reflection.Missing instead of DBNull.
13793         See bug #339013.
13795         (mono_get_reflection_missing_object): New method,
13796         returns the System.Reflection.Missing.Value singleton instance.
13798 2007-11-03  Atsushi Enomoto  <atsushi@ximian.com>
13800         * culture-info-table.h : regenerated.
13802 2007-11-02  Jonathan Chambers <joncham@gmail.com>
13804         * icall.c: Use GetEnvironmentStrings on windows
13805         so we are using the same environment block as 
13806         GetEnvironmentVariable/SetEnvironmentVariable. Fixes
13807         #333740.
13808         
13809         Code is contributed under MIT/X11 license.
13811 2007-10-31  Martin Baulig  <martin@ximian.com>
13813         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 64.
13815         * mono-debug-debugger.h
13816         (MonoDebuggerEvent): Add `MONO_DEBUGGER_EVENT_TRAMPOLINE'.
13818 2007-10-30  Zoltan Varga  <vargaz@gmail.com>
13820         * reflection.c (mono_custom_attrs_from_class): Add support for dynamic inflated 
13821         classes.
13823 2007-10-30  Atsushi Enomoto  <atsushi@ximian.com>
13825         * culture-info-table.h : regenerated.
13827 2007-10-30  Robert Jordan  <robertj@gmx.net>
13829         * icall-def.h, icall.c:
13830         Add ves_icall_Remoting_RemotingServices_GetVirtualMethod ().
13832         Code is contributed under MIT/X11 license.
13834 2007-10-29  Zoltan Varga  <vargaz@gmail.com>
13836         * class.c (mono_class_setup_vtable): Find the inflated methods in the
13837         inflated class instead of inflating them again.
13838         
13839         * class.c (mono_class_setup_vtable): Inflate the override methods in the 
13840         dynamic case.
13842         * class.c (mono_generic_class_get_class): Set klass->property.count as well.
13843         Call setup_supertypes () after klass->parent is set.
13844         (mono_class_setup_properties): Enable this to work on dynamic generic classes.
13846         * reflection.c (mono_type_get_object): Only return a MonoGenericClass object
13847         for inflated instances of not yet created dynamic generic classes.
13848         (ctorbuilder_to_mono_method): Handle the case when this is called multiple
13849         times from inflated_method.
13850         (methodbuilder_to_mono_method): Ditto.
13852 Mon Oct 29 21:02:53 CET 2007 Paolo Molaro <lupus@ximian.com>
13854         * gc.c: code cleanup and removed old untested option of not creating the
13855         finalizer thread.
13857 2007-10-29  Zoltan Varga  <vargaz@gmail.com>
13859         * icall.c (ves_icall_System_Delegate_CreateDelegate_internal): Avoid
13860         creating a jump trampoline for dynamic methods.
13862 2007-10-29 Rodrigo Kumpera <rkumpera@novell.com>
13864         * reflection.c (mono_image_create_token): Correctly encode methods and constructors of
13865         generic TypeBuilders when called from another method of the same type (bug #335131).
13868 2007-10-27  Zoltan Varga  <vargaz@gmail.com>
13870         * reflection.c (methodbuilder_to_mono_method): Revert the last change as it
13871         doesn't seem to work perfectly.
13872         
13873         * reflection.c (ctorbuilder_to_mono_method): Handle the case when this is
13874         called multiple times.
13875         (methodbuilder_to_mono_method): Ditto.
13876         (resolve_object): Inflate FieldBuilder's.
13878 Fri Oct 26 19:38:40 CEST 2007 Paolo Molaro <lupus@ximian.com>
13880         * string-icalls.c, string-icalls.h, appdomain.c: patch from
13881         Tyler Larson <mono-devel@tlarson.com> to fix the handling of
13882         RemoveEmptyEntries in the string.Split implementation (bug #322375).
13884 2007-10-26  Dick Porter  <dick@ximian.com>
13886         * appdomain.c (MONO_CORLIB_VERSION): Bump version because of
13887         Thread initialisation changes
13889 2007-10-26 Rodrigo Kumpera <rkumpera@novell.com>
13891         * verify.c: fix compatibility check between arrays and System.Array
13893 2007-10-26  Zoltan Varga  <vargaz@gmail.com>
13895         * reflection.c (mono_reflection_get_custom_attrs_info): Handle MonoGenericClass
13896         too. Fixes #336999.
13898 2007-10-25  Zoltan Varga  <vargaz@gmail.com>
13900         * object.c (mono_value_box): Use typed allocation here.
13902 2007-10-23  Zoltan Varga  <vargaz@gmail.com>
13904         * icall.c (ves_icall_System_Delegate_CreateDelegate_internal): Create a jump
13905         trampoline instead of compiling the method right away.
13907         * class-internals.h object.c: Add a JIT callback to create a jump trampoline.
13909 2007-10-21  Zoltan Varga  <vargaz@gmail.com>
13911         * class.c (mono_generic_class_get_class): Avoid setting klass->size_inited and
13912         related fields for dynamic classes. Fixes #334493.
13914 2007-10-20  Zoltan Varga  <vargaz@gmail.com>
13916         * class.c (mono_generic_class_get_class): Set klass->field.count as well.
13917         
13918         * class.c (mono_class_layout_fields): Use 1 instead of TRUE for consistency.
13920         * class.c (mono_class_layout_fields): Set size_inited for generic classes as well.
13921         (mono_class_setup_vtable): Obtain overrides for dynamic generic classes correctly.
13923         * class.c (mono_class_setup_methods): Handle dynamic inflated classes correctly.
13925         * reflection.c (create_generic_typespec): Initialize klass->generic_container
13926         if needed.
13927         (reflection_methodbuilder_to_mono_method): Set container->is_method to TRUE.
13929 2007-10-18  Jonathan Chambers <joncham@gmail.com>
13931         * marshal.c: Use correct key when removing item
13932         from ccw_hash.
13933         
13934         Code is contributed under MIT/X11 license.
13936 2007-10-17  William Holmes  <billholmes54@gmail.com>
13938         *marshal.c: Adding a case to marshal booleans to U1
13940         Code is contributed under MIT/X11 license.
13942 2007-10-18  Zoltan Varga  <vargaz@gmail.com>
13944         * class.c (mono_class_from_name): Search the modules compromising dynamic
13945         assemblies. Fixes #331601.
13947 2007-10-16  Zoltan Varga  <vargaz@gmail.com>
13949         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): Throw an
13950         exception if the type name contains an assembly component. Fixes #334203.
13952         * reflection.c (mono_reflection_get_type_with_rootimage): Search all the
13953         modules inside dynamic assemblies. Fixes #334200.
13954         
13955         * reflection.c: Set image->public_key and image->public_key_length;
13957         * metadata-internals.h (MonoDynamicImage): Add public_key and public_key_len
13958         fields.
13960         * image.c (mono_image_get_public_key): Handle dynamic assemblies. Fixes #334173.        
13961         
13962 2007-10-16  Mark Probst  <mark.probst@gmail.com>
13964         * metadata.c: Implemented correct comparing of generic classes.
13965         An inflated generic class can be equal to a non-inflated one if it
13966         is inflated with generic type variables as type arguments.  Fixes
13967         bug #333798.
13969 2007-10-15  Dick Porter  <dick@ximian.com>
13971         * monitor.c (mono_monitor_try_enter_internal): Set thread state to
13972         WaitSleepJoin while it is waiting to acquire a lock.  Fixes bug
13973         81646.
13975         * threads.c: Turn the thread synch_lock into a CRITICAL_SECTION,
13976         instead of a monitor lock.  This means that monitor_try_enter and
13977         co can set the thread state safely.
13978         (ves_icall_System_Threading_Thread_Interrupt_internal): Always set
13979         thread_interrupt_requested, so interrupt actually works.
13981         * socket-io.c (ves_icall_System_Net_Sockets_Socket_Poll_internal,
13982         ves_icall_System_Net_Sockets_Socket_Select_internal): Use thread
13983         state accessor function
13985 2007-10-15  Martin Baulig  <martin@ximian.com>
13987         * mono-debug.h
13988         (MONO_DEBUGGER_VERSION): Bump to 63 to make it impossible to use
13989         the debugger with the current runtime.
13991 Mon Oct 15 10:20:56 CEST 2007 Paolo Molaro <lupus@ximian.com>
13993         * object.c, object-internals.h: added the ability to set a single
13994         trampoline for all the slots in a vtable.
13996 Fri Oct 12 17:50:11 CEST 2007 Paolo Molaro <lupus@ximian.com>
13998         * marshal.c: deal with a possible race condition during multicast
13999         delegate invocation.
14001 Fri Oct 12 13:31:11 CEST 2007 Paolo Molaro <lupus@ximian.com>
14003         * class.c: ensure value type methods don't have the synchronized
14004         flag set.
14006 Fri Oct 12 08:10:59 CEST 2007 Paolo Molaro <lupus@ximian.com>
14008         * string-icalls.c, string-icalls.h: reverted unapproved patch that
14009         breaks the build.
14011 2007-10-11  Joel Reed  <joelwreed@comcast.com>
14013         * string-icalls.c, string-icalls.h: modify System_String_InternalSplit
14014         to take an options parameter so that empty entries can be removed during
14015         the split procedure. Patch from: Tyler Larson <mono-devel@tlarson.com>
14017 Thu Oct 11 20:16:58 CEST 2007 Paolo Molaro <lupus@ximian.com>
14019         * marshal.c: make sure we don't store the signature from a dynamic
14020         method into the runtime invoke cache (bug #327189).
14022 Thu Oct 11 18:22:31 CEST 2007 Paolo Molaro <lupus@ximian.com>
14024         * marshal.c: make sure the wrapper methods are properly initialized.
14026 2007-10-11  Mark Probst  <mark.probst@gmail.com>
14028         * metadata.c, metadata-internals.h: Generalized
14029         mono_type_stack_size() to mono_type_stack_size_internal() which
14030         takes an additional argument specifying whether it allows open
14031         types.
14033 2007-10-10  Rodrigo Kumpera  <rkumpera@novell.com>
14035         * verify.c (do_invoke_method): handle typedbyref params
14036         correctly and check for unverifiable return values.
14038         * verify.c (do_newobj): fix a warning.
14040 2007-10-09  Rodrigo Kumpera  <rkumpera@novell.com>
14042         * verify.c: don't tread typedbyref as allways unverifable,
14043         so uses, like (ld/st)loc.0 are valid. verify for the cases
14044         that it matters, like boxing related operations.
14046 2007-10-09  Rodrigo Kumpera  <rkumpera@novell.com>
14048         * verify.c: add verification of the newobj opcode. verification
14049         of delegate instantation still missing due ldftn and virldftn not
14050         pushing the function type on stack
14052 2007-10-08  Mark Probst  <mark.probst@gmail.com>
14054         * class-internals.h: Runtime generic context data structure
14055         definition.
14057         * object.c: Initialization of runtime generic context at runtime
14058         vtable creation time.
14060 2007-10-08  Massimiliano Mantione  <massi@ximian.com>
14061         * class.c (mono_class_create_from_typedef,
14062         mono_class_from_generic_parameter, mono_ptr_class_get,
14063         mono_fnptr_class_get, mono_bounded_array_class_get)
14064         * domain.c (mono_domain_create, mono_domain_free)
14065         * assembly.c (mono_assembly_load_from_full, mono_assembly_close)
14066         * image.c (do_mono_image_load, mono_image_close):
14067         Hooked up load-unload profiler events.
14069 Mon Oct 8 11:38:04 CEST 2007 Paolo Molaro <lupus@ximian.com>
14071         * domain.c: track statistics about the actual amount of native code
14072         allocated.
14074 Sat Oct 6 10:01:42 CEST 2007 Paolo Molaro <lupus@ximian.com>
14076         * class.c: the valuetype enumerators don't have the additional
14077         supertypes interfaces.
14079 Fri Oct 5 20:33:31 CEST 2007 Paolo Molaro <lupus@ximian.com>
14081         * class.c: need more interfaces setup for the IEnumerator<T>
14082         object created for arrays (tests/ienumerator-interfaces.2.cs).
14084 2007-10-05  Zoltan Varga  <vargaz@gmail.com>
14086         * class.c (mono_ldtoken): Handle methodspec tokens as well. Fixes #331097.
14088 2007-10-05  Alp Toker  <alp@atoker.com>
14090         * icall.c (ves_icall_MonoType_GetElementType): For enums, return null
14091         rather than the underlying type. Based on a patch by Ben Maurer. Fixes
14092         #315863.
14094 2007-10-04  Rodrigo Kumpera  <rkumpera@novell.com>
14096         * verify.c (verify_type_compatibility_full): verification of
14097         compatibility improved, validates correctly non-strict checks between
14098         native int and I4 types different than (unsigned)int32.
14100         * verify.c (do_store_indirect): added, do all verification of
14101         ldind.X opcodes. 
14103         * verify.c (get_load_indirect_mono_type): renamed to
14104         get_indirect_op_mono_type, as it now returns the MonoType for 
14105         ldind.X and stind.X opcodes.
14107 2007-10-04  Rodrigo Kumpera  <rkumpera@novell.com>
14109         * reflection.c: Fix the encoding of generic type definition for
14110         TypeBuilders.
14112         * reflection.c (mono_image_typedef_or_ref_full: do the same thing as
14113         mono_image_typedef_or_ref but allows to specify if typespec lookups should
14114         be made. Typespec check is done prior to typeref cache lookup.
14116         * reflection.c (mono_image_typedef_or_ref): now just delegate to
14117         mono_image_typedef_or_ref_full.
14119         * reflection.c (encode_generic_class): encode the generic class
14120         directly instead of calling encode_type.
14122         * reflection.c (encode_type): encode the generic type definition
14123         MonoClass as a generic instantiation.
14125         * reflection.c (create_typespec): cache typespec tokens in
14126         the assembly->typespec cache. Don't create typespec for a generic
14127         instance MonoClass. Create typespec for the generic type defintion.
14129         * reflection.c (create_generic_typespec): encode the generic
14130         class directly instead of calling encode_type.
14132         * reflection.c (mono_image_create_token): encode the generic
14133         type definition not using a typespec for MonoType instances.
14136 2007-10-04  Raja R Harinath  <rharinath@novell.com>
14138         Fix #328812
14139         * class.c (mono_image_init_name_cache): Don't return nested
14140         'protected internal' classes.
14141         (mono_class_from_name_case): Likewise.
14143 2007-10-04  Atsushi Enomoto  <atsushi@ximian.com>
14145         * icall-def.h, icall.c : get_bundled_machine_config() is now the
14146           common function used by both DefaultConfig in System.dll and
14147           InternalConfigurationHost in System.Configuration.dll.
14149 Wed Oct 3 17:26:58 CEST 2007 Paolo Molaro <lupus@ximian.com>
14151         * class.c: automatically add to vectors only a few essential explicit
14152         generic interfaces. The rest of the interfaces that arrays should
14153         provide are currently implicitly added (but still not lazily, see the
14154         design in the discussion of bug#325495 for the details of what is
14155         needed for that). Additionally, implicit interfaces are assigned the
14156         same vtable slot as the explicit interfaces (as they are compatible):
14157         this enables huge memory savings since we don't need to instantiate
14158         as many memthods and as large vtables anymore. Also, Since
14159         GetEnumerator<T> returns an instance of a type that is required to
14160         support a similarly large set of interfaces as arrays, we add
14161         implicit interfaces and interface offset sharing support to those
14162         types, too. This change adds all the required interfaces so that
14163         the anonarray.cs test case in the bug report works (we don't add
14164         all the interfaces to arrays of arrays 3-level deep and more because
14165         of the memory requirements explained in the bug and since they are much
14166         less common: the lazy-loading support will enabled them to work, too).
14168 2007-10-02  Rodrigo Kumpera  <rkumpera@novell.com>
14170         * verify.c (merge_stacks): major clean up, all type compatibility
14171         checks are done by verify_type_compatibility. This fix my earlier lack
14172         of understanding of the CLR type system and merge_stacks no longer looks
14173         scary.
14175         * verify.c: fixed some bad spelling.
14177 2007-10-02  Rodrigo Kumpera  <rkumpera@novell.com>
14179         * verify.c (mono_type_from_stack_slot): added. returns the MonoType for
14180         a given stack slock.
14181         
14182         * verify.c: killed verify_type_compat in favor of verify_type_compatibility and
14183         verify_type_compatibility_full. This removed a near indentical function and fixed
14184         handling of Int32 and IntPtr across all opcodes.
14186 Tue Oct 2 15:24:38 CEST 2007 Paolo Molaro <lupus@ximian.com>
14188         * class.c: only vectors have the additional generic interfaces.
14190 2007-10-01  Jonathan Chambers <joncham@gmail.com>
14192         * mono-config.c: Use g_strcasecmp instead of
14193         strcasecmp like everywhere else to fix
14194         compilation with MSVC.
14195         
14196         Code is contributed under MIT/X11 license.
14198 Mon Oct 1 14:39:11 CEST 2007 Paolo Molaro <lupus@ximian.com>
14200         * object.c, object-internals.h: refactored the IMT code to enable
14201         building a single slot at a time and lazily creating the IMT trampolines
14202         and thunks.
14204 2007-09-29  Zoltan Varga  <vargaz@gmail.com>
14206         * loader.c (inflate_generic_signature): Allocate inflated signatures from the heap.
14208         * metadata.c (mono_metadata_free_inflated_signature): Free the signature itself too.
14209         Fixes #328501.
14210         
14211 2007-09-29  Raja R Harinath  <harinath@gmail.com>
14213         * loader.c (method_from_methodspec): Rearrange to avoid
14214         un-necessary exposition.  Don't assert out if the method's
14215         declaring type is a generic type definition.
14217 2007-09-28  Martin Baulig  <martin@ximian.com>
14219         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 61.
14221 Fri Sep 28 20:15:47 CEST 2007 Paolo Molaro <lupus@ximian.com>
14223         * class-internals.h: optimize field layout of MonoClass to
14224         requires less cachelines at runtime and save a few bytes on 64 bit
14225         systems.
14227 2007-09-28  Jb Evain  <jbevain@novell.com>
14229         * reflection.c: when encoding type names in custom attributes,
14230         if the type is a closed generic type, its generic arguments
14231         have to be serialized as AssemblyQualifiedName, so that when
14232         they are deserialized, it's possible to re-create them properly.
14233         Fixes #329450.
14236 Fri Sep 28 19:19:49 CEST 2007 Paolo Molaro <lupus@ximian.com>
14238         * object.c, class-internals.h: added delegate-creation counter.
14240 Fri Sep 28 18:07:53 CEST 2007 Paolo Molaro <lupus@ximian.com>
14242         * class.c: cleanup of the code that synthetizes interfaces for
14243         arrays in 2.0: saves quit a bit of corlib mempool memory.
14244         Code to fix bug #325495 ifdeffed out for now until the issues
14245         with memory usage and O(n^2) behaviour are fixed.
14247 Fri Sep 28 17:19:40 CEST 2007 Paolo Molaro <lupus@ximian.com>
14249         * marshal.c: when possible, do not duplicate the name of the methods
14250         in the method builder and in the generated MonoMethod.
14252 2007-09-27  Rodrigo Kumpera  <rkumpera@novell.com>
14253         * verify.c: added support for type checking ldind_* opcodes.
14255 2007-09-27  Rodrigo Kumpera  <rkumpera@novell.com>
14257         * class-internals.h (struct _MonoGenericClass): new field is_tb_open
14258         which is used to distinguish the fully open instantiation of a TypeBuilder
14259         with the rest. This temporary hack is required to restore the property that
14260         the fully open instantiation is the same type of the generic type definition.
14262         * class-internals.h (mono_generic_class_is_generic_type_definition):
14263         new function as part of the internal API.
14265         * class.c (inflate_generic_type): return NULL when the generic inst is
14266         fully open. The fully open generic type is now the same as the generic type
14267         definition for non TypeBuilder types.
14269         * class.c (mono_generic_class_get_class): removed assert since it is
14270         no longer valid, gklass->cached_class can point to the generic type definition.
14272         * class.c (mono_generic_class_is_generic_type_definition): new.
14274         * metadata.c (mono_generic_class_hash): added is_tb_open field
14275         to the hash calculation.
14277         * metadata.c (free_generic_class): if the generic class is associated
14278         with the generic type definition, its field will come from the mempool and
14279         must not be freed.
14281         * metadata.c (mono_metadata_is_type_builder_generic_type_definition):
14282         new, this function identifies the corner case of a TypeBuilder fully open
14283         instantiation.
14285         * metadata.c (mono_metadata_lookup_generic_class): use is_tb_open
14286         for lookup. Set gclass->cached_class to be the container class in case of
14287         the fully open instantiation of non TypeBuilder types.
14289         * metadata.c (_mono_metadata_generic_class_equal): use is_tb_open
14290         to compare generic classes.
14292         * reflection.c (method_encode_methodspec): remove assert that
14293         no longer is valid.
14295         * reflection.c (mono_reflection_generic_class_initialize): add
14296         an aditional assert to ensure the proper type is used.
14298 2007-09-26  Rodrigo Kumpera  <rkumpera@novell.com>
14300         * verify.c: disabled all debug spew by default, define MONO_VERIFIER_DEBUG
14301         to enjoy it.
14303 2007-09-25  Rodrigo Kumpera  <rkumpera@novell.com>
14305         * verify.c (push_arg): Fixed support for ldarga
14306         * verify.c (set_stack_value): Removed superfluous parameter, fixed the
14307         MonoType used as first arg in case of instance calls.
14309 2007-09-25  Rodrigo Kumpera  <rkumpera@novell.com>
14311         * verify.c: Support for verifying VAR and MVAR types, 
14313 2007-09-25  Zoltan Varga  <vargaz@gmail.com>
14315         * icall.c (ves_icall_get_property_info): Set the reflected type of the
14316         accessors correctly.
14318 Tue Sep 25 14:56:03 CEST 2007 Paolo Molaro <lupus@ximian.com>
14320         * threads.c: support OSX and other systems in
14321         mono_thread_get_stack_bounds (bug #328026).
14323 2007-09-25  Martin Baulig  <martin@ximian.com>
14325         * mono-debug.h
14326         (MonoDebugVarInfo): Replace `MonoClass *klass' with `MonoType *type'.
14328 2007-09-24  Martin Baulig  <martin@ximian.com>
14330         * mono-debug.h
14331         (MonoDebugClassEntry): Moved the definition of this struct into
14332         mono-debug.c to make it private.
14334         * mono-debug.c
14335         (MonoDebugClassEntry): Removed `symfile_id'; since we now use one
14336         type table per symbol file, we don't need to store the symfile id
14337         any longer.
14339 2007-09-24  Martin Baulig  <martin@ximian.com>
14341         Create one type table per symbol file, since a `MonoClass *' gets
14342         invalid when its image is unloaded.
14344         * mono-debug.h (MonoSymbolTable): Removed `type_table'.
14345         (MonoDebugHandle): Added `type_table'.
14347 Mon Sep 24 17:25:43 CEST 2007 Paolo Molaro <lupus@ximian.com>
14349         * mempool.c, mempool.h: added mono_mempool_new_size () API
14350         to be able to specify a smaller initial size for the pool.
14351         Adjusted the code to slowly increase pool size before using
14352         the previous default size.
14353         * image.c: use a small initial size for image mempools.
14355 2007-09-23  Zoltan Varga  <vargaz@gmail.com>
14357         * marshal.c (emit_marshal_array): Generate valid IL for byref array case.
14358         Fixes ##320990.
14360         * icall.c (ves_icall_System_Reflection_Assembly_get_ManifestModuleInternal): 
14361         Rename this to ves_icall_System_Reflection_Assembly_GetManifestModuleInternal.
14363 2007-09-22  Zoltan Varga  <vargaz@gmail.com>
14365         * metadata.c (mono_type_create_from_typespec): Remove an invalid
14366         free. Fixes #327438.
14368 2007-09-21  Raja R Harinath  <harinath@gmail.com>
14370         * metadata.c (type_in_image) <MONO_TYPE_SZARRAY>: Handle arrays of
14371         generic instantiations, etc.
14372         <MONO_TYPE_ARRAY>: Likewise.
14374 2007-09-21  Martin Baulig  <martin@ximian.com>
14376         * mono-debug.h (MonoSymbolFilePriv, MonoDebugHandlePriv): Removed;
14377         these structs were never defined.
14378         (MonoDebugHandle): Removed the `_priv' field, it was never used.
14380 2007-09-21  Martin Baulig  <martin@ximian.com>
14382         * mono-debug.h (MonoDebugVarInfo): Add `MonoClass *klass'.
14384 Fri Sep 21 14:39:45 CEST 2007 Paolo Molaro <lupus@ximian.com>
14386         * image.c: removed the guid hash tables: we can get the same info
14387         without the additional memory usage hit (partially fixes also bug #327052).
14389 2007-09-10  Massimiliano Mantione  <massi@ximian.com>
14391         * profiler.h, profiler-private.h, profiler.c: add a new profiler
14392         event to handle unloading methods. After the event is called, the
14393         corresponding MonoMethod* must be considered invalid.
14394         * loader.c (mono_free_method): call the new mono_profiler_method_free
14395         event.
14397 2007-09-20  Mark Probst  <mark.probst@gmail.com>
14399         * domain-internals.h: New flag in MonoJitInfo which marks shared
14400         generic methods.  New hash table (shared_generics_hash) in
14401         MonoDomain to keep track of shared generic methods.  Prototypes
14402         for functions to register and lookup shared generic methods.
14404         * domain.c: Support for registering and looking up shared generic
14405         methods via a hash table (shared_generics_hash) in MonoDomain.
14407         * class-internals.h: New exception to signal failure of shared
14408         compilation of a generic method.  New counters for generics
14409         sharing in MonoStats.
14411 Thu Sep 20 16:59:36 CEST 2007 Paolo Molaro <lupus@ximian.com>
14413         * image.c, metadata-internals.h: don't keep a file descriptor open
14414         for loaded assemblies (bug#325988).
14416 2007-09-19  Raja R Harinath  <rharinath@novell.com>
14418         * metadata.c (signature_in_image): New.  Carve out of type_in_image.
14419         (ginst_in_image, gclass_in_image): Simplify.  Change signature to
14420         use the corresponding datatypes.
14421         (type_in_image): Update to changes.
14422         (CleanForImageUserData): Simplify.
14423         (steal_gclass_in_image): Carved out of old 'gclass_in_image'.
14424         Avoid quadratic behaviour in handling the "stolen" list by
14425         separating the filter predicate out, and by prepending the stolen
14426         items rather than appending them.
14427         (steal_ginst_in_image): Likewise.
14428         (mono_metadata_clean_for_image): Update to changes.
14430 2007-09-19  Martin Baulig  <martin@ximian.com>
14432         * domain.c (mono_cleanup): Call mono_debug_cleanup() here.
14434 2007-09-19  Martin Baulig  <martin@ximian.com>
14436         * mono-debug.c (mono_debug_cleanup): Don't call
14437         mono_debugger_cleanup(); this is now called earlier from mini_cleanup().
14439 2007-09-19  Raja R Harinath  <harinath@gmail.com>
14441         Fix crash on 'make run-test' in mcs/errors
14442         * metadata.c (type_in_image): New.  Carve out of ginst_in_image.
14443         Avoid more potential allocations in mono_class_from_mono_type.
14444         (ginst_in_image): Update to changes.
14445         (gclass_in_image): Rearrange slightly.
14447 2007-09-18  Zoltan Varga  <vargaz@gmail.com>
14449         * class.c (mono_class_init): Move the code that sets up class->methods to 
14450         mono_class_setup_methods () for inflated generic classes too. Ditto for properties.
14452         * metadata.c (mono_metadata_get_inflated_signature): New function to return a
14453         canonical instance of an inflated generic signature.
14454         (mono_type_create_from_typespec): Remove an invalid free.
14456         * loader.c (mono_method_get_signature_full): Use mono_metadata_get_inflated_signature.  
14458 2007-09-18  Marek Habersack  <mhabersack@novell.com>
14460         * domain-internals.h: added a declaration of the
14461         mono_assembly_load_full_nosearch internal function.
14463         * assembly.c (mono_assembly_load_with_partial_name): use
14464         mono_try_assembly_resolve return value properly.
14465         (mono_assembly_load_full_nosearch): copied the function body from
14466         mono_assembly_load_full, without the code to invoke assembly
14467         search hooks.
14468         (mono_assembly_load_full): calls the above new function and if the
14469         assembly is not resolved, invokes the search hooks.
14471         * appdomain.c (mono_runtime_init): restore the global postload
14472         assembly search handlers.
14474 2007-09-18  Zoltan Varga  <vargaz@gmail.com>
14476         * class.c (mono_class_init): Make sure class->methods and class->properties
14477         are never NULL in the generics case.
14479         * metadata.c (free_generic_class): Enable this again, skip the dynamic case.
14481 2007-09-17  Zoltan Varga  <vargaz@gmail.com>
14483         * metadata.c (free_generic_class): Disable some code to fix the build.
14485         * domain.c (mono_cleanup): Fix a crash introduced by a previous patch.
14487         * marshal.c (mono_marshal_get_xappdomain_dispatch): Allocate a piece of data
14488         from the image mempool.
14490         * metadata.c (free_generic_class): Free more data from the inflated class.
14492         * class.c (mono_class_from_generic_parameter): Allocate memory from the mempool.
14494         * metadata.c (mono_metadata_parse_generic_param): Allocate memory from the image
14495         mempool.
14496         (mono_type_create_from_typespec): Ditto.
14498         * domain.c (get_runtimes_from_exe): Add an out parameter to return the opened
14499         MonoImage to the caller.
14500         (mono_init_internal): Save the opened image in a global variable.
14501         (mono_cleanup): Close the image opened in get_runtimes_from_exe.
14503         * reflection.c (resolve_object): Fix a leak.
14505         * metadata.c: Fix the freeing of data in the generics caches.
14506         
14507         * metadata.c (free_generic_inst): Comment this out to fix the build.
14508         (free_generic_class): Ditto.
14510         * metadata.c: Free cached generic methods, instantinations and classes when
14511         they are removed from the caches.
14512         (mono_metadata_free_type): Free the type itself.
14514         * class.c: Free the result of mono_class_inflate_generic_type () in a few
14515         places.
14517 Mon Sep 17 16:14:07 CEST 2007 Paolo Molaro <lupus@ximian.com>
14519         * boehm-gc.c: restrict managed allocs to __thread supporting
14520         architectures.
14522 2007-09-16  Zoltan Varga  <vargaz@gmail.com>
14524         * class.c (mono_class_inflate_generic_type): Add a comment describing memory ownership.
14525         (mono_generic_class_get_class): Fix a leak.
14527         * metadata.c (do_mono_metadata_parse_type): Remove an unneccesary call to
14528         mono_metadata_free_type ().
14529         (mono_metadata_inflate_generic_inst): Fix a leak.
14531 2007-09-14  Zoltan Varga  <vargaz@gmail.com>
14533         * mono-debug.c (free_header_data): Fix a leak missed earlier.
14535         * metadata.c (mono_metadata_parse_array_full): Allocate memory from the image
14536         mempool.
14538         * mono-debug.c (mono_debug_close_image): Fix call to 
14539         g_hash_table_remove ().
14541 Fri Sep 14 19:36:37 CEST 2007 Paolo Molaro <lupus@ximian.com>
14543         * icall-def.h: redirect all the string ctor to the managed
14544         CreateString () methods.
14545         * string-icalls.c, string-icalls.h: removed dead code for string
14546         ctors and icalls.
14548 2007-09-14  Zoltan Varga  <vargaz@gmail.com>
14550         * mono-debug.c: Fix memory leaks.
14552 2007-09-14  Jonathan Chambers <joncham@gmail.com>
14554         * threads-types.h: Implement mono_hazard_pointer_set and 
14555         mono_hazard_pointer_clear macros using do/while(0) to fix
14556         compilation with MSVC.
14557         
14558         Code is contributed under MIT/X11 license.
14560 2007-09-14  Zoltan Varga  <vargaz@gmail.com>
14562         * gc.c (ves_icall_System_GCHandle_GetAddrOfPinnedObject): Use a return value of
14563         -2 to communicate to managed code that the handle is not pinned. Fixes #82848.
14565 Fri Sep 14 14:04:31 CEST 2007 Paolo Molaro <lupus@ximian.com>
14567         * icall-def.h, string-icalls.c: get rid of old, no longer used, string
14568         icalls.
14570 Fri Sep 14 11:41:31 CEST 2007 Paolo Molaro <lupus@ximian.com>
14572         * boehm-gc.c, gc-internal.h, object.c: allow strings to be
14573         managed-code allocated as well.
14575 2007-09-13  Zoltan Varga  <vargaz@gmail.com>
14577         * class.c (mono_class_is_assignable_from): Add support for generic variance.
14579 Thu Sep 13 11:55:55 CEST 2007 Paolo Molaro <lupus@ximian.com>
14581         * boehm-gc.c: fixed the build after the AOT changes.
14583 2007-09-13  Zoltan Varga  <vargaz@gmail.com>
14585         * wrapper-types.h: Add an ALLOC wrapper type.
14587         * gc-internals.h boehm-gc.c null-gc.c sgen-gc.c: Add functions needed by AOT to
14588         reference managed allocator methods.
14590 2007-09-12  Marek Safar  <marek.safar@gmail.com>
14592         * icall.c (ves_icall_MonoType_GetGenericArguments): Create an instance
14593         of Type array and not MonoType, a fix suggested by Hari.
14594         
14595 2007-09-12  Jonathan Chambers <joncham@gmail.com>
14597         * domain-internals.h, domain.c : Remove delegate_invoke_impl_with_target_hash
14598         and delegate_invoke_impl_no_target_hash from _MonoDomain struct.
14599         
14600         Code is contributed under MIT/X11 license.
14602 2007-09-10  Massimiliano Mantione  <massi@ximian.com>
14604         * domain.c, object.c, mono-config.c, object-internals.h: Fixed  #82416.
14606 2007-09-12  Marek Habersack  <mhabersack@novell.com>
14608         * image.c (do_mono_image_open): if assembly file fails to open and
14609         MONO_IOMAP is in effect, try to find the path in a
14610         case-insensitive way.
14612         * appdomain.c (mono_runtime_init): do not install postload hooks -
14613         tests show that MS.NET doesn't use anything of that sort to
14614         trigger the AppDomain.AssemblyResolve event.
14615         (mono_try_assembly_resolve): renamed from try_assembly_resolve and
14616         made non-static.
14617         (mono_runtime_init): init portability helpers here.
14619         * assembly.c (mono_assembly_load_with_partial_name): if other   
14620         attempts fail, trigger the AppDomain.AssemblyResolve event handler
14621         to resolve the assembly.
14623         * domain-internals.h: added mono_try_assembly_resolve and marked
14624         it as internal.
14626 2007-09-11  Jb Evain  <jbevain@novell.com>
14628         * object-internals.h (MonoReflectionDynamicMethod): add
14629         a `MonoReflectionType *owner` field. The owner is used
14630         * reflection.c:
14631         (mono_reflection_create_dynamic_method): use the owner of the dynamic
14632         method as the class declaring the dynamic method.
14633         (reflection_methodbuilder_from_dynamic_method): copy the owner of the
14634         dynamic method to the declaring type of the methodbuilder.
14636 2007-09-11  Mark Probst  <mark.probst@gmail.com>
14638         * icall.c (ves_icall_InternalInvoke): Enforce CoreCLR security
14639         rules for calling methods via reflection.
14641 2007-09-11  Zoltan Varga  <vargaz@gmail.com>
14643         * reflection.c (resolve_object): Add support for MonoGenericClass. 
14644         Inflate MonoType's.
14646 Tue Sep 11 16:08:08 CEST 2007 Paolo Molaro <lupus@ximian.com>
14648         * gc-internal.h, boehm-gc.c, null-gc.c, sgen-gc.c: allow the GC to
14649         provide a managed method that does fast allocations without needing
14650         a managed->unmanaged transition. Boehm GC implementation currently
14651         enabled for ptrfree objects on sane architectures.
14653 Tue Sep 11 16:00:35 CEST 2007 Paolo Molaro <lupus@ximian.com>
14655         * marshal.c, marshal.h: exported a couple of useful functions and
14656         added mono_mb_get_label () to easily handle backward branches.
14658 2007-09-10  Zoltan Varga  <vargaz@gmail.com>
14660         * reflection.c (resolve_object): Inflate generic methods. Fixes #82782.
14662 2007-09-10  Massimiliano Mantione  <massi@ximian.com>
14664         * loader.c (find_method): Fixed the regression introduced while
14665         fixing bug #81466.
14667 2007-09-09  Zoltan Varga  <vargaz@gmail.com>
14669         * class.c (mono_lookup_dynamic_token_class): Pass along the context here as
14670         well.
14671         
14672         * class.c loader.c metadata.c object.c class-internals.h object-internals.h
14673         icall.c reflection.c: Pass a MonoGenericContext argument to 
14674         mono_lookup_dynamic_token ().
14676         * reflection.c (resolve_object): Handle GenericTypeParameterBuilder. Fixes
14677         #82744.
14678         
14679 2007-09-09  Robert Jordan  <robertj@gmx.net>
14681         * object.c (mono_class_proxy_vtable): Don't create remoting trampolines
14682         for generic methods.
14684         * object.c (mono_object_get_virtual_method): Handle generic methods.
14685         Fixes bug #78882.
14687         Code is contributed under MIT/X11 license.
14689 Sat Sep 8 18:16:01 CEST 2007 Paolo Molaro <lupus@ximian.com>
14691         * image.c: fix locking in mono_image_load_file_for_image ().
14693 Thu Sep 6 19:48:00 CEST 2007 Paolo Molaro <lupus@ximian.com>
14695         * reflection.c, icall.c, icall-def.h: the methodinfos name field is
14696         used only as a cache: added an icall to fill it.
14698 2007-09-16  Rodrigo Kumpera  <rkumpera@novell.com>
14700         * reflection.h: exposed mono_reflection_free_type_info
14701         * reflection.c (mono_reflection_get_type_internal): type_args is always freed
14702         since mono_reflection_bind_generic_parameters makes a copy of it.
14703         * reflection.c (free_type_info): subinfos should be freed.
14704         * reflection.c (free_type_info): renamed to mono_reflection_free_type_info and 
14705         made non static.
14706         * icall.c (type_from_name and ves_icall_System_Reflection_Assembly_InternalGetType):
14707         replaced explicit cleanup of MonoTypeNameParse struct with a call to mono_reflection_free_type_info,
14708         this fixes #82695 and #81726.
14709    
14711 2007-09-03  Atsushi Enomoto  <atsushi@ximian.com>
14713         * process.h, process.c:  added support for user profile/info in
14714           ProcessStartInfo. For now only Windows works.
14716 Fri Aug 31 17:30:58 CEST 2007 Paolo Molaro <lupus@ximian.com>
14718         * metadata.c: consider the generic arguments when comparing
14719         signatures (bug #82614).
14721 Thu Aug 30 18:34:38 CEST 2007 Paolo Molaro <lupus@ximian.com>
14723         * cil-coff.h, image.c: updated assembly loader to cope with the
14724         PE32+ 64 bit file format.
14726 Thu Aug 30 16:47:38 CEST 2007 Paolo Molaro <lupus@ximian.com>
14728         * assembly.c, class.c, domain.c, loader.c: remove useless
14729         inclusion of cil-coff.h.
14731 2007-08-29  Jonathan Chambers  <joncham@gmail.com>
14733         * marshal.c (cominterop_get_ccw): Walk up interface hierarchy
14734         if interface is marked with CoClassAttribute. 
14735    
14736         Code is contributed under MIT/X11 license.
14738 Wed Aug 29 19:27:07 CEST 2007 Paolo Molaro <lupus@ximian.com>
14740         * sgen-gc.c: ensure no object from the to space is copied again or finalized
14741         if it's seen twice in major collections.
14743 Wed Aug 29 18:46:49 CEST 2007 Paolo Molaro <lupus@ximian.com>
14745         * sgen-gc.c: big objects are not copied to the gray area, but they
14746         need to be considered for scanning, too, if they are brought alive
14747         by an object ready for finalizations or a survived one.
14749 Wed Aug 29 18:43:11 CEST 2007 Paolo Molaro <lupus@ximian.com>
14751         * sgen-gc.c: properly account the number of disappearing links when
14752         they are nullified.
14754 Wed Aug 29 18:37:37 CEST 2007 Paolo Molaro <lupus@ximian.com>
14756         * sgen-gc.c: share the code to scan the registered roots between the
14757         different types of collections.
14759 2007-08-28  Zoltan Varga  <vargaz@gmail.com>
14761         * icall.c (ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_RunModuleConstructor): New icall.
14763 2007-08-28  Zoltan Varga  <vargaz@gmail.com>
14765         * object.c (mono_class_proxy_vtable): Use max_interface_id instead of
14766         class->max_interface_id in a one place. Fixes transparentproxy.exe test on ia64.
14768 2007-08-28  Mark Probst  <mark.probst@gmail.com>
14770         * security-manager.c (mono_security_manager_get_methods):
14771         LinkDemandSecurityException now has 2 arguments instead of 3.
14773 2007-08-27  Zoltan Varga  <vargaz@gmail.com>
14775         * class.c (mono_class_layout_fields): Only do the struct alignment hack on
14776         platforms which need it.
14778 Mon Aug 27 18:29:12 CEST 2007 Paolo Molaro <lupus@ximian.com>
14780         * sgen-gc.c: unregister thread data structures with a pthread_key_t
14781         dtor.
14783 Mon Aug 27 18:27:35 CEST 2007 Paolo Molaro <lupus@ximian.com>
14785         * threads.c: free the thread static data on thread exit.
14787 Mon Aug 27 10:55:54 CEST 2007 Paolo Molaro <lupus@ximian.com>
14789         * class.c: walk the hierarchy to find the generic definition for
14790         a class (fixes runtime part of bug #82498).
14792 2007-08-24  Zoltan Varga  <vargaz@gmail.com>
14794         * assembly.c (mono_assembly_close): Move the closing of the referenced assemblies to
14795         ...
14797         * image.c (mono_image_close): Here. Hopefully fixes #82510.
14799 2007-08-24  Mark Probst  <mark.probst@gmail.com>
14801         * monodiet.c (handle_cattrs): Fixed a custom attr leak.
14803 2007-08-24  Robert Jordan  <robertj@gmx.net>
14805         * appdomain.c: don't perform the ':'->';' substitution on Win32.
14807 2007-08-24  Jb Evain  <jbevain@novell.com>
14809         * class.c (mono_type_get_name_recurse): fix AssemblyQualifiedName
14810         for byref types.
14812 2007-08-24  Mark Probst  <mark.probst@gmail.com>
14814         * threads.c: Make sure a thread gets cleaned up only once.  Fixes
14815         #82286.
14817 2007-08-24  Zoltan Varga  <vargaz@gmail.com>
14819         * assembly.c: Fix a warning.
14820         
14821 2007-08-23  Marek Habersack  <mhabersack@novell.com>
14823         * appdomain.c: parse the <runtime> section looking for the probing
14824         element with the 'privatePath' attribute, which sets additional
14825         directories in which the runtime should look for assemblies.
14827 2007-08-23  Robert Jordan  <robertj@gmx.net>
14829         * marshal.c (Marshal_ReAllocHGlobal) : Fix GlobalReAlloc's flags.
14830         Fixes #82499.
14832 2007-08-23  Martin Baulig  <martin@ximian.com>
14834         * mono-debug.[ch]: Rename mono_debug_init_corlib() into
14835         _mono_debug_init_corlib() and remove it from the header file.
14837 2007-08-23  Martin Baulig  <martin@ximian.com>
14839         * mono-debug-debugger.c
14840         (mono_debugger_unhandled_exception): Ignore `ThreadAbortException';
14841         don't notify the debugger about it.
14843         * mono-debug-debugger.h
14844         (MonoDebuggerEvent): Removed `THREAD_ABORT'.
14846 2007-08-23  Robert Jordan  <robertj@gmx.net>
14848         * icall-def.h, process.*: implemented Get|SetPriorityClass icalls.
14849         Code is contributed under MIT/X11 license.
14851 Wed Aug 22 18:35:12 CEST 2007 Paolo Molaro <lupus@ximian.com>
14853         * sgen-gc.h, sgen-gc.c: abstracted most of the OS-specific code.
14855 2007-08-22  Martin Baulig  <martin@ximian.com>
14857         * mono-debug.c: Store debugging info on a per-domain basis and
14858         free it on domain unload.  Add support for unloading symbol files.
14860         * mono-debug.h
14861         (MonoDebugList): New typedef.
14862         (MonoSymbolTable):
14863         - add `data_tables and `type_table'.
14864         - replace 'symbol_files' and `num_symbol_files' with a
14865           `MonoDebugList *'.
14866         (mono_debug_data_table): Removed.
14867         (mono_debug_list_add): New public function.
14868         (mono_debug_list_remove): New public function.
14869         (mono_debug_init_1): Renamed into mono_debug_init_corlib().
14870         (mono_debug_init_2_memory): Renamed into
14871         mono_debug_open_image_from_memory().
14872         (mono_debug_close_image): New public function.
14873         (mono_debug_domain_create): Likewise.
14874         (mono_debug_domain_unload): Likewise.
14875         (MONO_DEBUGGER_VERSION): Bump to 60.
14877         * mono-debug-debugger.h
14878         (MonoDebuggerEvent):
14879         - remove `RELOAD_SYMTABS' and `METHOD_COMPILED'.
14880         - rename `ADD_MODULE' into `LOAD_MODULE'; add `UNLOAD_MODULE'.
14881         - add `DOMAIN_CREATE' and `DOMAIN_UNLOAD'.
14882         - rename `THREAD_CREATED' and `THREAD_EXITED' into
14883           `GC_THREAD_CREATED' and `GC_THREAD_EXITED'.
14884         - re-add `THREAD_CREATED' and `THREAD_EXITED'; with different
14885           meaning.
14886         (mono_debugger_add_symbol_file): Removed.
14887         (mono_debugger_add_type): Removed.
14888         (mono_debugger_lookup_type): Removed.
14889         (mono_debugger_lookup_assembly): Removed.
14891         * domain.c
14892         (mono_domain_create): Call mono_debug_domain_create().
14893         (mono_init_internal): Call mono_debug_init_corlib().
14895         * assembly.c
14896         (mono_assembly_close): Call mono_debug_close_image().
14898 Wed Aug 22 17:26:02 CEST 2007 Paolo Molaro <lupus@ximian.com>
14900         * sgen-gc.c: use the mono-mmap facilitites instead of hard-coding the
14901         mmap call.
14903 Wed Aug 22 17:17:09 CEST 2007 Paolo Molaro <lupus@ximian.com>
14905         * sgen-gc.c: ensure section->pin_queue_end is initialized
14906         correctly when non pinning objects in the section have been found.
14908 2007-08-22  Marek Habersack  <mhabersack@novell.com>
14910         * appdomain.c (set_domain_search_path): cope with PrivateBinPath
14911         containing a list of directories separated by ':'. MSDN docs say
14912         the directories should be separated with ';'. Part of a bugfix for
14913         bug #81446
14915 2007-08-21  Rodrigo Kumpera  <rkumpera@novell.com>
14917         * class.c (mono_type_retrieve_from_typespec) : fixed the return type
14918         it should MonoType and not MonoClass.
14920 2007-08-21  Atsushi Enomoto  <atsushi@ximian.com>
14922         * culture-info-table.h : regenerated.
14924 2007-08-20  William Holmes  <billholmes54@gmail.com>
14926         *file-io.c: Added ves_icall_System_IO_MonoIO_ReplaceFile
14927          to call ReplaceFile Kernel32 on windows or in io-layer.
14928         *file-io.h: Added deceleration for ves_icall_System_IO_MonoIO_ReplaceFile
14929         *icall-def.h: Register ves_icall_System_IO_MonoIO_ReplaceFile
14930          as an internal call.
14932         Code is contributed under MIT/X11 license.
14934 2007-08-20  Jb Evain  <jbevain@novell.com>
14936         * class-internals: add definitions for MONO_EXCEPTION_METHOD_ACCESS
14937         and MONO_EXCEPTION_FIELD_ACCESS.
14939         * debug-helpers.[c|h]: new mono_field_full_name function.
14941 2007-08-20  Mark Probst  <mark.probst@gmail.com>
14943         * class.c: Removed class_security_level() and moved it to
14944         security-core-clr.c.
14946         * security-core-clr.c, security-core-clr.h: class_security_level()
14947         is now public and renamed to mono_security_core_clr_class_level().
14948         It also looks for security attributes in the classes a class is
14949         nested in.
14951 2007-08-20  Mark Probst  <mark.probst@gmail.com>
14953         * security-core-clr.c, security-core-clr.h: CoreCLR security
14954         utility functions.
14956         * Makefile.am: Added security-core-clr.[ch].
14958         * security-manager.c, security-manager.h: Functions and enum for
14959         setting and getting the security mode.
14961         * class.c: CoreCLR security checks.
14963 Mon Aug 20 12:38:42 CEST 2007 Paolo Molaro <lupus@ximian.com>
14965         * icall-def.h, process.c, process.h: implemented icall to get
14966         user/system processor times.
14968 2007-08-17  Mark Probst  <mark.probst@gmail.com>
14970         * domain.c, threads.c, class-internals.h, domain-internals.h: New
14971         reader-lock-free jit_info_table.
14973 2007-08-17  Zoltan Varga  <vargaz@gmail.com>
14975         * metadata.c (mono_type_to_unmanaged): Handle MONO_NATIVE_CUSTOM.
14977         * marshal.c (mono_marshal_type_size): Ditto. Fixes #82465 and #82466.   
14979         * object-internals.h (MonoException): Add missing _data member.
14981 2007-08-08  Massimiliano Mantione  <massi@ximian.com>
14983         * loader.c (find_method, find_method_in_class): Fixed bug #81466,
14984         checking that only methods with matching qname or fqname are picked
14985         from implemented interfaces.
14987 2007-08-16  Rodrigo Kumpera  <rkumpera@novell.com>
14989         * verify.c (do_newarr):added, do type verification of
14990         newarr ops, push the right value on the eval stack.
14991         * verify.c (mono_method_verify): use do_newarr
14994 2007-08-16  Rodrigo Kumpera  <rkumpera@novell.com>
14996         * verify.c (do_ldobj_value, do_unbox_value and do_box_value):
14997         factored the common code into get_boxable_mono_type, which
14998         is now using mono_type_get_full, this fixed byref related tests.
15000 2007-08-16  Rodrigo Kumpera  <rkumpera@novell.com>
15002         * class.c: added mono_type_get_full, this function has the same
15003         behavior of mono_class_get_full but the returned MonoType has
15004         all metadata of the associated token in case of a typespec token.
15005         * class.c: added mono_type_retrieve_from_typespec, used by 
15006         mono_type_get_full to retrieve the token type.
15007         * class.c (mono_class_create_from_typespec): changed to use
15008         mono_type_retrieve_from_typespec.
15009         * class.c (mono_ldtoken): changed to use mono_type_get_full
15010         for MONO_TOKEN_TYPE_(DEF|REF|SPEC).
15011         * class-internals.h: exported mono_type_get_full for internal use.
15013 2007-08-16  Jb Evain  <jbevain@novell.com>
15015         * domain.c (supported_runtimes): add entry for
15016         the 'moonlight' runtime version.
15018 2007-08-15  Rodrigo Kumpera  <rkumpera@novell.com>
15020         * verify.c (mono_method_verify): small typo sliped in.  
15022 2007-08-15  Rodrigo Kumpera  <rkumpera@novell.com>
15024         * verify.c (do_unbox_value): added, do type verification of
15025         unboxing ops
15026         * verify.c (mono_method_verify): use do_unbox_value
15029 2007-08-15  Rodrigo Kumpera  <rkumpera@novell.com>
15031         * verify.c (dump_stack_value): fixed typo, was printing string
15032         instead of object on stack.
15033         * verify.c (do_box_value): moved the byref check up as it leads
15034         to invalid code and should be done earlier.
15035         * verify.c: improved error messages for and ldobj
15037 2007-08-15  William Holmes  <billholmes54@gmail.com>
15039         * marshal.c (emit_marshal_custom): Omit the call to 
15040           marshal_native_to_managed when calling native to managed 
15041           and the argument is specified as an out argument.
15043         Code is contributed under MIT/X11 license.
15045 2007-08-15  Rodrigo Kumpera  <rkumpera@novell.com>
15047         * verify.c: fixed the type checks for generics, function pointers and vectors.
15048         Added type verification for ldobj and ldtoken. The verifier
15049         would segfault if header or signature of a method contained references
15050         to non-existant types.
15052 2007-08-15  Jonathan Chambers  <joncham@gmail.com>
15054         * marshal.c (cominterop_get_ccw): Patch from
15055         Bill Holmes to no walk up interface hierarchy. 
15056         All parent methods should be present in the interface for COM.
15057    
15058         Code is contributed under MIT/X11 license.
15060 2007-08-15  Jonathan Chambers  <joncham@gmail.com>
15062         * marshal.c (emit_marshal_com_interface): Patch from
15063         Bill Holmes to handle COM Interfaces as return values
15064         for native->managed calls.
15065    
15066         Code is contributed under MIT/X11 license.
15068 2007-08-14  Jonathan Chambers  <joncham@gmail.com>
15070         * marshal.c (cominterop_get_idispatch_for_object): Implement
15071         for runtime callable wrappers.
15072    
15073         Code is contributed under MIT/X11 license.
15075 2007-08-13  Rodrigo Kumpera  <rkumpera@novell.com>
15077         * pedump.c (main): changed from mono_init to mono_init_from_assembly
15078         so 2.0 types are accessible
15081 2007-08-13  Miguel de Icaza  <miguel@novell.com>
15083         * domain.c (mono_init_internal): Call mono_assembly_load_friends
15084         once we load mscorlib.   Due to the order in which we initialize,
15085         the mono_assembly_load_full routine that loads mscorlib did not
15086         load friends.   We now load it once we load the
15087         mono_defaults.internals_visible_class class. 
15089         * assembly.c: Expose the mono_load_friend_assemblies method.
15091 2007-08-11  Rodrigo Kumpera  <rkumpera@novell.com>
15093         * verify.c: improved the handling of boxing, better
15094         type checking for unary ops and conversion. Fix bug
15095         regarding managed pointer compatibility checking
15097 2007-08-11  Zoltan Varga  <vargaz@gmail.com>
15099         * icall.c (ves_icall_System_Array_SetGenericValueImpl): New icall.
15101         * threads.c threads-types.h: Export mono_thread_get_stack_bounds.
15103 2007-08-09  Raja R Harinath  <rharinath@novell.com>
15105         * reflection.c (dup_type): Remove.
15106         * class.c (dup_type): Remove.
15107         (mono_metadata_signature_deep_dup): Use 'mono_metadata_type_dup'
15108         instead of the dodgy 'dup_type'.
15109         (inflate_generic_type): Likewise.  Fix the VAR/MVAR cases to
15110         handle the case where 'dup_type' needed the second argument.
15112 2007-08-08  Zoltan Varga  <vargaz@gmail.com>
15114         * domain.c: Fix a warning.
15116 2007-08-08  Massimiliano Mantione  <massi@ximian.com>
15118         * class.c (mono_class_setup_vtable_general): Fixed bug #77127,
15119         checking that methods with the same fqname are not overridden
15120         with a method from an ancestor.
15122 2007-08-07  Zoltan Varga  <vargaz@gmail.com>
15124         * threads.c (free_thread_static_data_helper): Avoid a crash if
15125         thread->static_data is not yet set.
15127 2007-08-07  Jonathan Chambers  <joncham@gmail.com>
15129         * marshal.c: Use correct image when emitting
15130         native wrapper for COM calls.
15131    
15132         Code is contributed under MIT/X11 license.
15134 2007-08-07  Atsushi Enomoto  <atsushi@ximian.com>
15136         * icall-def.h, security.c, security.h :
15137           added icall wrapper to ProtectedMemory.[Unprotect|Protect]Data().
15139 2007-08-07  Martin Baulig  <martin@ximian.com>
15141         * mono-debug-debugger.h
15142         (MonoDebuggerEvent): Add `MONO_DEBUGGER_EVENT_DOMAIN_UNLOAD'.
15144         * domain.c (mono_domain_free): Call
15145         `mono_debugger_event (MONO_DEBUGGER_EVENT_DOMAIN_UNLOAD)'.
15147 2007-08-06  Rodrigo Kumpera  <rkumpera@novell.com>
15149         * verify.c (check_underflow, check_overflow): error message now returns IL offset
15150         * verify.c (in_same_block): code should test if either offset is inside the clauses
15151         * verify.c (mono_method_verify): push the exception into the eval stack of exception
15152         and filter blocks
15154 2007-08-03  Zoltan Varga  <vargaz@gmail.com>
15156         * image.c (mono_image_close): Fix a leak.
15158         * object.c (mono_runtime_invoke_array): Avoid using alloca.
15160         * icall.c (ves_icall_FieldInfo_SetValueInternal): Ditto.        
15162 Fri Aug 3 19:54:23 CEST 2007 Paolo Molaro <lupus@ximian.com>
15164         * domain.c, threads.c, threads-types.h: fix memory retention issue
15165         with thread static variables not being cleared on domain unload.
15166         Reuse thread static slots after domain unload.
15168 2007-08-03  Zoltan Varga  <vargaz@gmail.com>
15170         * object.c (mono_runtime_invoke_array): Handle the case when the receiver is a
15171         nullable type.
15173         * marshal.c (mono_marshal_get_runtime_invoke): Revert the previous change, it is
15174         now done in mono_runtime_invoke_array.
15176         * marshal.c (mono_marshal_get_runtime_invoke): Handle the case when the 
15177         receiver is a nullable type.
15179         * class.c (mono_class_is_assignable_from): Handle the case when klass is a 
15180         generic parameter.
15182 2007-08-03  Jonathan Chambers  <joncham@gmail.com>
15184         * marshal.c: Implement COM Objects as return type for 
15185         managed->unmanaged calls. Added Release calls for COM Object
15186         out/return values in managed->unmanaged calls.
15188         Code is contributed under MIT/X11 license.
15190 Fri Aug 3 17:00:51 CEST 2007 Paolo Molaro <lupus@ximian.com>
15192         * threads.h, threads-type.h: move the hazard pointer declarations
15193         to the private header.
15195 Fri Aug 3 13:13:39 CEST 2007 Paolo Molaro <lupus@ximian.com>
15197         * file-io.c, appdomain.c: memory leak fixes.
15199 2007-08-02  Dick Porter  <dick@ximian.com>
15201         * socket-io.c
15202         (ves_icall_System_Net_Sockets_Socket_Socket_internal): Move the
15203         SO_REUSEADDR setting into io-layer/sockets.c.
15205 2007-08-01  Zoltan Varga  <vargaz@gmail.com>
15207         * icall.c (ves_icall_Type_GetMethodsByName): Return the members inherited
15208         from Object when called on a generic parameter. Fixes #82211.
15210 2007-08-01  Dick Porter  <dick@ximian.com>
15212         * file-io.c (convert_share): Test FileShare values bit-by-bit.
15213         Fixes bug 79250 yet again.
15215 2007-07-30  Martin Baulig  <martin@ximian.com>
15217         Merged the `debugger-dublin' branch.
15219         * mono-debug.h
15220         (MonoDebugDataTable): New typedef.
15221         (MonoDebugMethodAddressList): New typedef.
15222         (MonoDebugWrapperData): Removed.
15223         (MonoDebugSymbolTable): Removed `current_data_table',
15224         `current_data_table_size', `current_data_table_offset'.
15225         (MonoDebugDataItemType): Moved into mono-debug.c.
15226         (MonoDebugMethodJitInfo): Remove `address'.
15227         (mono_debug_data_table): New global variable.
15228         (mono_debug_lookup_method_addresses): New public function.
15229         (mono_debug_find_method): Take a `MonoMethod *', not a
15230         `MonoDebugMethodInfo *'.
15232         * mono-debug.c: Drop support for the old symbol tables.
15234 2007-06-28  Martin Baulig  <martin@ximian.com>
15236         * mono-debug.c (mono_debug_debugger_version): New public variable.
15238 2007-07-31  William Holmes  <billholmes54@gmail.com>
15240         * metadata.c Changed mono_type_create_from_typespec to not insert
15241           the type into the hash map until after
15242           do_mono_metadata_parse_type has completed.
15243         Fixes Bug #82194
15244         Code is contributed under MIT/X11 license.
15246 2007-07-31  Zoltan Varga  <vargaz@gmail.com>
15248         * icall.c (ves_icall_Type_GetMethodsByName): Avoid a crash when called on a
15249         generic parameter. Fixes #82211.
15251 2007-07-27  Jb Evain  <jbevain@novell.com>
15253         * pedump.c (dump_metadata, dump_metadata_header): dump
15254         versions contained in the metadata header.
15256 Fri Jul 27 17:07:40 CEST 2007 Paolo Molaro <lupus@ximian.com>
15258         * threads.c: register small_id_table with the GC.
15260 2007-07-27  Mark Probst  <mark.probst@gmail.com>
15262         * threads.c, threads.h, class-internals.h, object-internals.h:
15263         Hazard pointers, to be used by lock-free parallel algorithms.
15265 2007-07-26  Dick Porter  <dick@ximian.com>
15267         * appdomain.c (mono_runtime_cleanup): Invoke io-layer cleanup
15268         routine on non-windows platforms, as I've not managed to think of
15269         a non-kludgy way of doing this.  Finishes off bug 78739.
15271 Wed Jul 25 18:06:33 CEST 2007 Paolo Molaro <lupus@ximian.com>
15273         * object.c: properly setup interface_bitmap in proxy vtables.
15275 2007-07-25  Marek Habersack  <mhabersack@novell.com>
15277         * appdomain.c (get_shadow_assembly_location): do not use TickCount
15278         to create unique shadow copy target directories, use the domain's
15279         serial number instead. Each domain gets a unique target directory
15280         that way.
15282         * domain.c (mono_domain_create): added code to increment domain
15283         shadow copy serial number and cache the value in the current
15284         domain structure.
15286         * domain-internals.h (struct _MonoDomain): added a new field -
15287         shadow_serial to hold the serial number used in generation of
15288         shadow-copy directories. This is to make sure that the directory
15289         name is unique for each and every domain created. We avoid a race
15290         condition with overriding assemblies already in use by other app
15291         domains.
15293 2007-07-24  Rodrigo Kumpera  <rkumpera@novell.com>
15295         * class.c (mono_bounded_array_class_get): fixed memory leak when 
15296         binding generic parameters.
15298 2007-07-24  Raja R Harinath  <rharinath@novell.com>
15300         * metadata.c (do_mono_metadata_parse_generic_class): Use
15301         mono_metadata_lookup_generic_class.  Don't g_assert on a metadata
15302         error.
15304 Tue Jul 24 15:15:19 CEST 2007 Paolo Molaro <lupus@ximian.com>
15306         * loader.c, class-internals.h, reflection.c: removed the per-method
15307         generics hashtable: we use the global one through the call of
15308         mono_class_inflate_generic_method ().
15310 Mon Jul 23 19:43:14 CEST 2007 Paolo Molaro <lupus@ximian.com>
15312         * class.c, metadata.c, class-internals.h: introduce yet another
15313         generics global cache for inflated methods (fixes 98% of the perf
15314         issue in bug #81806).
15316 2007-07-23  Raja R Harinath  <rharinath@novell.com>
15318         Fix #81035 -- avoid allocating MonoGenericInsts willy-nilly
15319         * metadata.c (mono_metadata_lookup_generic_inst): Kill.
15320         (mono_metadata_get_generic_inst): New.  Given a list of MonoType*,
15321         return a MonoGenericInst containing (a copy) of those types.
15322         (mono_metadata_inflate_generic_inst): Update to changes.
15323         (mono_metadata_parse_generic_inst): Likewise.
15324         (mono_get_shared_generic_inst): Likewise.
15325         * reflection.c (mono_class_bind_generic_parameters): Likewise.
15326         (mono_reflection_bind_generic_method_parameters): Likewise.
15327         * metadata-internals.h: Likewise.
15328         * icall.c (free_generic_context): Kill.
15329         (init_generic_context_from_args): Use mono_metadata_get_generic_inst.
15331         * reflection.c (reflection_methodbuilder_to_mono_method): Use
15332         mono_metadata_type_dup.
15333         * marshal.c (mono_mb_create_method): Likewise.
15335         * metadata.c (mono_metadata_type_dup): Rename from
15336         mono_metadata_type_dup_mp.  Take an optional mempool instead of a
15337         MonoImage.  Handle a few more cases, esp. when no mempool is given.
15338         * marshal.c, metadata-internals.h: Update to changes.
15340 Mon Jul 23 11:43:31 CEST 2007 Paolo Molaro <lupus@ximian.com>
15342         * class.c: fixed a small leak for array classes and removed warning.
15344 2007-07-22  Zoltan Varga  <vargaz@gmail.com>
15346         * loader.c (mono_method_get_param_token): Make this work on generic methods.
15347         Return 0x8000000 for return parameters. Fixes #82161.
15349 2007-07-21  Marek Habersack  <grendello@gmail.com>
15351         * appdomain.c (get_shadow_assembly_location): append the current
15352         ticks value to the path. Avoids overwriting the same assemblies by
15353         several threads at the same time.
15355 2007-07-20  Atsushi Enomoto  <atsushi@ximian.com>
15356         and Raja R Harinath  <rharinath@novell.com>
15358         * icall.c (ves_icall_MonoMethod_get_IsGenericMethodDefinition):
15359         Simplify slightly.
15360         (ves_icall_MonoMethod_GetGenericMethodDefinition): Update
15361         property for testing if a method is a generic method definition.
15363 2007-07-20  Atsushi Enomoto  <atsushi@ximian.com>
15365         * domain-internals.h : added 2.0 member fields to MonoAppDomainSetup.
15367 2007-07-19  Rodrigo Kumpera  <rkumpera@novell.com>
15369         * verify.c: used function from private branch, reverted to the one in class.h 
15371 2007-07-19  Rodrigo Kumpera  <rkumpera@novell.com>
15373         * verify.c: a typo slipped in and the code wont compile
15375 2007-07-19  Rodrigo Kumpera  <rkumpera@novell.com>
15377         * verify.c: now all code use IS_MANAGED_POINTER and UNMASK_TYPE macros.
15378         disabled box instruction as it is doing the wrong thing
15379         improved stack dump messages, now it is easier to debug type related issues
15382 2007-07-19  Juraj Skripsky  <js@hotfeet.ch>
15384         * icall.c (ves_icall_System_MonoType_getFullName): Fix a leak. 
15386 2007-07-19  Rodrigo Kumpera  <rkumpera@novell.com>
15388         * verify.c: changed MONO_TYPE_TYPEDBYREF stack type from 
15389         TYPE_COMPLEX to TYPE_PTR, it did not make any sense to be
15390         grouped with class and valuetype. This change will simply 
15391         the code as it should be handled just like unmanaged pointers.
15393 2007-07-19  Mark Probst  <mark.probst@gmail.com>
15395         * class.c (concat_two_strings_with_zero): Fixed a silly bug.
15397 2007-07-19  Rodrigo Kumpera  <rkumpera@novell.com>
15399         * verify.c: several stack merge issues fixed, reference comparisons now
15400         check the type size. strict type check now works correctly.
15401         added more uses of IS_MANAGED_POINTER macro.
15402         fixed issues pointed by running the test suite against .net.
15403         
15405 2007-07-19  Mark Probst  <mark.probst@gmail.com>
15407         * class.c, loader.c, class-internals.h: Removed the
15408         MonoLoaderErrorKind enum and replaced it with the MONO_EXCEPTION_
15409         defines.
15411         * icall.c: Better error checking in some internal reflection
15412         methods.
15414 2007-07-18  William Holmes  <billholmes54@gmail.com>
15416         * filewatcher.c : removed unused variable 'filename' in 
15417           ves_icall_System_IO_FSW_SupportsFSW
15419 Mon Jul 16 19:36:16 CEST 2007 Paolo Molaro <lupus@ximian.com>
15421         * reflection.c, class.c, icall.c, loader.c: mono_get_inflated_method () is
15422         obsolete, removed.
15424 2007-07-15  Zoltan Varga  <vargaz@gmail.com>
15426         * icall.c (ves_icall_System_Reflection_FieldInfo_GetTypeModifiers): New icall.
15427         
15428         * icall.c (ves_icall_System_Reflection_Module_ResolveSignature): New icall.
15430 2007-07-14  Zoltan Varga  <vargaz@gmail.com>
15432         * icall.c (ves_icall_System_Reflection_Module_ResolveMethodToken): 
15433         Implement generics support.
15434         (ves_icall_System_Reflection_Module_ResolveFieldToken): Ditto.
15436         * icall.c (ves_icall_System_Reflection_Module_ResolveTypeToken): Add new
15437         type_args and method_args arguments.
15438         (ves_icall_System_Reflection_Module_ResolveMethodToken): Ditto.
15439         (ves_icall_System_Reflection_Module_ResolveFieldToken): Ditto.
15440         (ves_icall_System_Reflection_Module_ResolveMemberToken): Ditto.
15442 2007-07-13  Rodrigo Kumpera  <rkumpera@novell.com>
15444         * reflection.c: patch from Thong Nguyen to fix atribute resolution.
15445           It adds a rootimage parameter to mono_reflection_get_type_internal,
15446           adds new function mono_reflection_get_type_with_rootimage and use
15447           the rootimage to resolve the types instead of the current image
15449 2007-07-13  Rolf Bjarne Kvinge  <RKvinge@novell.com>
15451         * culture-info-table.h: Forgot to update after r78304.
15453 2007-07-13  Raja R Harinath  <rharinath@novell.com>
15455         * class.c (mono_class_is_open_constructed_type)
15456         <MONO_TYPE_GENERICINST>: Don't recompute a computed field.
15458 2007-07-12  Rodrigo Kumpera  <rkumpera@novell.com>
15460         * class.c (mono_bounded_array_class_get):  method fails if used with
15461         an incomplete TypeBuilder enum (no basetype field), fixed it by 
15462         avoiding calculating the size for such array as it cannot be instantiated.
15463         Fix bug #82015
15465 2007-07-12  Raja R Harinath  <rharinath@novell.com>
15467         * class-internals.h (_MonoGenericInst::is_reference): Remove bogus
15468         field.
15469         * metadata.c, reflection.c: Update to changes.
15471 2007-07-11  Rodrigo Kumpera  <rkumpera@novell.com>
15473         * class.c, class-internal.h: added mono_type_is_valid_enum_basetype and
15474         mono_class_is_valid_enum, they are used to valide a enum when loading.
15475         * reflection.c: used new functions to throw TypeLoadException when and
15476         invalid enum is build with TypeBuilder. Fixes #82018
15477   
15478 Wed Jul 11 14:47:07 CEST 2007 Paolo Molaro <lupus@ximian.com>
15480         * object.c: forgot commit of mono_class_setup_methods () to access
15481         iface->methods.
15482         * object-internals.h: added a few more handy fields to
15483         MonoIMTCheckItem.
15485 2007-07-11  Zoltan Varga  <vargaz@gmail.com>
15487         * object.c (build_imt): Call mono_class_setup_methods () before accessing 
15488         iface->methods.
15490 Tue Jul 10 16:49:01 CEST 2007 Paolo Molaro <lupus@ximian.com>
15492         * class-internals.h, object-internals.h, object.c: IMT-based
15493         interface invocation core from Massimiliano Mantione
15494         (massi@ximian.com) with a reworked arch-specific interface,
15495         bsearch implementation and a few bugfixes and memory savings by me.
15497 2007-07-10  Rodrigo Kumpera  <rkumpera@novell.com>
15499         * class.c (mono_class_create_from_typedef): mono would segfault if 
15500         an enum did not have a __value field. It now throws a TypeLoadException
15501         for such cases. Fix bug #82022
15503 2007-07-10  Zoltan Varga  <vargaz@gmail.com>
15505         * marshal.c (mono_marshal_string_to_utf16_copy): Fix allocation size.
15507 2007-07-09  Mark Probst  <mark.probst@gmail.com>
15509         * class.c (mono_class_init): If a class is already inited but has
15510         an exception_type set, return FALSE, not TRUE.  Fixes: 82050.
15512 2007-07-09  Mark Probst  <mark.probst@gmail.com>
15514         * class.c: Properly handle the case of an unimplemented interface
15515         method.  Fixes: 81673.
15517 Mon Jul 9 16:21:43 CEST 2007 Paolo Molaro <lupus@ximian.com>
15519         * class-internals.h, object.c: cleanup patch from massi: use
15520         MonoVTable->interface_bitmap since the vtable interfaces offset array
15521         is going away.
15523 2007-07-10  Zoltan Varga  <vargaz@gmail.com>
15525         * icall-def.h icall.c: Remove Module:get_MDStreamVersion icall and add a new
15526         GetMDStreamVersion icall instead.
15528 Mon Jul 9 11:34:17 CEST 2007 Paolo Molaro <lupus@ximian.com>
15530         * filewatcher.c: patch from Thong Nguyen <tum@veridicus.com> to
15531         not use mono_dl_build_path() with a full library name: makes
15532         fallbacks to libgaim and libfam work.
15534 2007-07-06  William Holmes  <billholmes54@gmail.com>
15536         * assembly.c: Added a continue statement in probe_for_partial_name when
15537          parse_assembly_directory_name fails.  Fixes : 82002
15539 2007-07-06  Rodrigo Kumpera  <rkumpera@novell.com>
15541         * verify.c (check_unmanaged_pointer_type): renamed to check_unverifiable_type
15542         and added a verification  for TYPEDBYREF.
15543         * verify.c (verify_stack_type_compatibility): fix handling of byref types,
15544         make native int interchangeable with int32 and some small cleanup and formating.
15545         * verify.c (push_arg): only ldarg on invalid argument is valid (but not verifiable) and
15546         handle byref of byref.
15547         * verify.c (push_local): handle byref of byref.
15548         * verify.c (do_binop): invalid mix of values is unverifiable
15549         * verify.c (do_invoke_method): fixed the handling of bad params on stack and
15550         added visibility checks
15551         * verify.c (field related method): added visibility checks
15552         * verify.c (do_push_field): cannot take the address of a temporary valuetype field
15554 2007-07-06  Zoltan Varga  <vargaz@gmail.com>
15556         * marshal.c (mono_marshal_string_to_utf16_copy): Null terminate the
15557         string.
15559 2007-07-05  Zoltan Varga  <vargaz@gmail.com>
15561         * profiler.c (mono_profiler_load): Fix an off-by-one error.
15563         * marshal.c (emit_marshal_string): When returning a string from managed code,
15564         allways make a copy even for unicode strings. Fixes #81990.
15566 Wed Jul 4 11:53:57 CEST 2007 Paolo Molaro <lupus@ximian.com>
15568         * object.c: cleaned up mono_runtime_invoke_array () and fixed handling
15569         of byref generic inst types (bug #81997).
15571 2007-07-03  Rodrigo Kumpera  <rkumpera@novell.com>
15573         * class.c: moved methods mono_method_can_access_field and mono_method_can_access_method from mini/mini.c
15574         * class.h: added declarations of mono_method_can_access_field() and mono_method_can_access_method()
15576 2007-07-02  Zoltan Varga  <vargaz@gmail.com>
15578         * marshal.c (emit_marshal_string): Add support for unicode strings in
15579         MARSHAL_ACTION_MANAGED_CONV_RESULT. Fixes #81990.
15581 2007-07-02 Rodrigo Kumpera  <rkumpera@novell.com>
15583         * verify.c: field load/store are now verified, missing only access checks now
15585 2007-06-28  Martin Baulig  <martin@ximian.com>
15587         * mono-debug.c (mono_debug_debugger_version): New public variable.
15589 2007-06-24  Gert Driesen  <drieseng@users.sourceforge.net>
15591         * locales.c: When constructing DateTimeFormat or NumberFormat for
15592         MonoCultureInfo, inherit readonly bit from MonoCultureInfo. The
15593         MonoCultureInfo contructed from the current locale is always
15594         read-only and has UseUserOverride set to true. All MonoCultureInfo
15595         instances returned for GetCultures have both IsReadOnly and
15596         UseUserOverride set to true. Fixes part of bug #81930.
15598 2007-06-22  Jonathan Chambers  <joncham@gmail.com>
15600        * icall-def.h: Update System.__ComObject icalls
15601        * marshal.c: Avoid managed transition (and object creation)
15602        when looking up COM interface in RCW.
15603        * marshal.h: Ditto.
15604        
15605        Code is contributed under MIT/X11 license.
15607 2007-06-22  Zoltan Varga  <vargaz@gmail.com>
15609         * marshal.c (mono_marshal_get_runtime_invoke): Cache in the method image for now
15610         to avoid crashes during assembly unloading.
15612 2007-06-22  Raja R Harinath  <rharinath@novell.com>
15614         Fix MethodInfo.IsGenericMethodDefinition
15615         * reflection.c (mono_reflection_bind_generic_method_parameters):
15616         Rearrange code to ensure we always uses a generic method definition.
15617         * class.c (mono_class_inflate_generic_method_full): Set
15618         'generic_container' field only for generic method definitions.
15619         * icall.c (ves_icall_MonoMethod_get_IsGenericMethodDefinition):
15620         Use presense of 'generic_container' field as indication of being a
15621         generic method definition.
15623 2007-06-21  Zoltan Varga  <vargaz@gmail.com>
15625         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
15627         * object-internals.h: Reflect changes in the layout of the managed Delegate
15628         class.
15629         
15630         * object-internals.h reflection.c icall-def.h: Applied patch from Robert
15631         Jordan (robertj@gmx.net). Add a dtor to dynamic methods which frees up the
15632         runtime memory used by the dynamic method. Fixes #77146.
15634 2007-06-21  Dick Porter  <dick@ximian.com>
15636         * file-io.h: 
15637         * file-io.c (convert_share): Cope with FileShare.Delete.  Patch
15638         from Wojtek Krawczyk <krawczyk.wojciech@gazeta.pl>, fixes bug
15639         81767.
15641 2007-06-21  Raja R Harinath  <rharinath@novell.com>
15643         * reflection.c (method_encode_methodspec): Add a tripwire.
15644         * class.c (inflate_generic_type): The fully open generic type is
15645         not the same as the generic type definition.
15647 2007-06-21  Martin Baulig  <martin@ximian.com>
15649         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 59.
15651         * mono-debug-debugger.h
15652         (MonoDebuggerBreakpointInfo): Removed.
15653         (mono_debugger_insert_breakpoint_full): Moved to ../mini/debug-mini.h.
15654         (mono_debugger_remove_breakpoint): Likewise.
15655         (mono_debugger_breakpoint_callback): Likewise.
15656         (mono_debugger_start_add_type): Renamed into mono_debugger_add_type().
15658 2007-06-21  Raja R Harinath  <rharinath@novell.com>
15660         * metadata.c (mono_metadata_lookup_generic_class): The fully open
15661         generic type is not the same as the generic type definition.
15662         * class.c (mono_generic_class_get_class): Likewise.
15664 2007-06-20  Geoff Norton  <gnorton@customerdna.com>
15666         * icall.c: The second argument to 
15667         System.Reflection.MethodBase.GetMethodFromHandleInternalType
15668         is a MonoType not a MonoClass.
15670 2007-06-20  Rodrigo Kumpera  <kumpera@gmail.com>
15672         * verify.c: support for function pointers in the verifier
15674 2007-06-20  Rodrigo Kumpera  <kumpera@gmail.com>
15676         * verify.c: unmanaged pointer verification checks (loading unmanaged pointers is unverifiable)
15678 Wed Jun 20 10:22:15 CEST 2007 Paolo Molaro <lupus@ximian.com>
15680         * assembly.c: removed Mono.Data.SqliteClient from the list of
15681         forward-compatible assemblies as it breaks the ABI (bug #81899).
15683 2007-06-19  Raja R Harinath  <rharinath@novell.com>
15685         * metadata.c (mono_metadata_lookup_generic_class): Protect cache
15686         lookup/update with the loader lock.
15687         * reflection.c (mono_class_bind_generic_parameters): No need to
15688         protect mono_metadata_lookup_* with the loader lock.
15689         * class.c (inflate_generic_type): Likewise.
15690         
15691         * metadata.c (ginst_in_image): Avoid mono_class_from_mono_type
15692         on a generic instantiated type.
15694 2007-06-18  Rodrigo Kumpera <kumpera@gmail.com>
15696         *verify.c: produce meanfull error messages on verification error
15697         *verify.c: fixed some cases of verification errors reported as validation errors
15698         *pedump.c: fixed the error name array, now it shows validation errors properly
15699         *verify.h: fixed the contant that should be used for verification errors
15701 Mon Jun 18 17:07:22 CEST 2007 Paolo Molaro <lupus@ximian.com>
15703         * metadata.c, image.c, metadata-internals.h: part of the fixes needed
15704         for bug #77596, 81858 and 80743 (generics data structures on domain
15705         unload).
15707 2007-06-15  Raja R Harinath  <rharinath@novell.com>
15709         Avoid allocating 'MonoGenericContext' on the heap.
15710         * class-internals (_MonoMethodInflated::context): Make field
15711         inline, not a pointer.
15712         * loader.c (method_from_methodspec): Allocate 'new_context' on the
15713         stack.  Use the context embedded within the inflated method as the
15714         hash key, rather than 'new_context'.
15715         * class.c (inflate_generic_context): Simplify.  Return a struct
15716         rather than allocating on the heap.
15717         (mono_class_inflate_generic_method_full): Update to changes.  Now,
15718         doesn't salt away a copy of the context -- simplifying the
15719         lifetime rules of a 'MonoGenericContext *'.
15720         (mono_method_get_context): Return pointer to embedded context.
15721         (setup_generic_array_ifaces): Allocate temporary context on stack.
15722         * reflection.c (inflate_mono_method): Likewise.
15723         (mono_reflection_bind_generic_method_parameters): Likewise.
15724         Use the context embedded within the inflated method as the hash key.
15726         Avoid a source of allocation of 'MonoGenericContext'.
15727         * class-internals.h (_MonoGenericClass::context): Combine 'inst'
15728         and 'cached_context' fields into embedded 'MonoGenericContext' field.
15729         * class.c: Update to changes.
15730         (mono_generic_class_get_context): Simplify drastically.  Now just
15731         returns a pointer to the field.
15732         * metadata-internals.h (mono_metadata_generic_context_hash): Mark
15733         argument as a const pointer.
15734         (mono_metadata_generic_context_equal): Likewise.
15735         * metadata.c, loader.c, icall.c, reflection.c, verify.c:
15736         Update to changes.
15738 2007-06-14  Rodrigo Kumpera  <kumpera@gmail.com>
15740         * verify.c improved the handling of brtrue/brfalse, factored out common code
15742 2007-06-14  Raja R Harinath  <rharinath@novell.com>
15744         Kill MonoGenericMethod.
15745         * class-internals.h (MonoGenericContext::method_inst): Rename from
15746         'gmethod' and convert to a MonoGenericInst.
15747         (MonoGenericMethod): Remove.
15748         * metadata.h (MonoGenericMethod): Note that the name is obsolete.
15749         * loader.c (method_from_methodspec): Update to changes.  Use a
15750         MonoGenericContext as the key to the hashtable.
15751         * metadata.c (mono_metadata_generic_context_equal): Rename from 
15752         'mono_metadata_generic_method_equal' and take MonoGenericContext.
15753         (mono_metadata_generic_context_hash): Likewise from
15754         'mono_metadata_generic_method_hash'.  Change hash function.
15755         (mono_metadata_load_generic_params): Update to changes.
15756         (mono_get_shared_generic_method): Remove.
15757         * metadata-internals.h (mono_get_shared_generic_method): Remove.
15758         * class.c (inflate_generic_type) [MONO_TYPE_MVAR]: Update to changes.
15759         (inflate_generic_context): Likewise.
15760         (mono_class_inflate_generic_method_full): Likewise.
15761         (setup_generic_array_ifaces): Likewise.
15762         (mono_class_create_from_typespec): Likewise.
15763         * reflection.c (encode_generic_method_sig): Take a MonoGenericContext.
15764         (method_encode_methodspec): Update callsite.
15765         (reflection_methodbuilder_to_mono_method): Update to changes.
15766         (mono_reflection_bind_generic_method_parameters): Likewise.  Use a
15767         MonoGenericContext as the key to the hashtable.
15768         (inflate_mono_method): Update to changes.
15770         * class-internals.h (MonoGenericMethod::container): Remove.
15771         * class.c, loader.c, metadata.c, reflection.c: Update to changes.
15773 Thu Jun 14 12:40:05 CEST 2007 Paolo Molaro <lupus@ximian.com>
15775         * profiler-private.h, profiler.c, profiler.h: added API to profile
15776         exception events.
15778 2007-06-13  Rodrigo Kumpera  <kumpera@gmail.com>
15780         * verify.c: Fixed pointer type handling, some code and message formating and two invalid assigments 
15782 2007-06-13  Rodrigo Kumpera  <kumpera@gmail.com>
15784         * verify.c: method invocation is now validated, now we verify parameter types on stack.
15785         Fixed overflow and underflow not aborting the verification process.
15787 2007-06-13  Mark Probst  <mark.probst@gmail.com>
15789         * class-internals.h (MonoStats): Added stats entries for dynamic
15790         code allocations.
15792 2007-06-12  Zoltan Varga  <vargaz@gmail.com>
15794         * loader.c (mono_free_method): Free header->locals and header->clauses.
15796         * marshal.c (mono_mb_create_method): Make a copy of the locals as well in the
15797         dynamic case.
15799         * threads.c (mono_thread_get_stack_bounds): Fix memory leak.
15801         * class.c (setup_interface_offsets): Allocate memory from the image mempool.
15803 2007-06-12  Raja R Harinath  <rharinath@novell.com>
15805         * verify.c (TYPE_MAX): Set it to 8 to match the dimensions of all
15806         the tables.
15808 2007-06-11  Rodrigo Kumpera  <kumpera@gmail.com>
15810         *pedump.c (main): return error code 4 if assembly cannot be loaded instead of segfaulting
15812 2007-06-11  Raja R Harinath  <harinath@gmail.com>
15814         MonoGenericMethod on a diet
15815         * class-internals.h (_MonoMethodInflated::reflection_info): Move
15816         here ...
15817         (_MonoGenericMethod::reflection_info): ... from here.
15818         * icall.c (ves_icall_MonoMethod_GetGenericMethodDefinition):
15819         Update to changes.
15820         * reflection.c (inflate_mono_method): Likewise.
15821         (mono_reflection_bind_generic_method_parameters): Likewise.
15823 2007-06-11  Rodrigo Kumpera  <kumpera@gmail.com>
15825         *verify.c: all debu printf statements are now guarded by VERIFY_DEBUG
15826         *verify.c: factored long ldarg forms to share code with short forms
15828 2007-06-11  Rodrigo Kumpera  <kumpera@gmail.com>
15830         *verify.c: fixed code formating factored some duplicate code
15831         into a new function
15833         *verify.h: fixed binary incompatibility introduced earlier
15835         *pedump.c: fixed formating
15837 2007-06-11  Raja R Harinath  <harinath@gmail.com>
15839         Fix assertion when disassembling Mono.C5.dll
15840         * loader.c (method_from_methodspec): Avoid inflating a method
15841         twice with the same context.  If the methodref is inflated, use
15842         the declaring method instead.
15844         * class.c (mono_class_from_generic_parameter): Fix case similar to
15845         bug #81830 handled below, but for method containers.
15847 2007-06-10  Raja R Harinath  <harinath@gmail.com>
15849         * class.c (inflate_generic_type) [MONO_TYPE_CLASS]: Don't call
15850         get_shared_generic_class.  Directly inflate the instance.
15851         [MONO_TYPE_GENERICINST]: Inline inflate_generic_class.
15852         (inflate_generic_class): Delete.
15853         (get_shared_generic_class): Delete.  Move setting of
15854         'cached_class' and 'cached_context' ...
15855         * metadata.c (mono_metadata_lookup_generic_class): ... here.
15857         * metadata.c (mono_metadata_lookup_generic_class): Change
15858         signature to take the components of a MonoGenericClass rather than
15859         an allocated MonoGenericClass.  Change semantics to be intern-like.
15860         * reflection.c (mono_class_bind_generic_parameters): Update to
15861         changes.  Make locking region tighter.
15862         * class.c (inflate_generic_class): Update to changes.
15863         (get_shared_generic_class): Likewise.
15864         * metadata-internals.h: Likewise.
15866         * reflection.c (mono_class_bind_generic_parameters): Take and
15867         return a MonoClass*, not a MonoType*.  Add 'is_dynamic' parameter.
15868         (mono_reflection_bind_generic_parameters): Use
15869         'mono_class_bind_generic_parameters' rather than duplicate the code.
15870         * class.c (mono_bounded_array_class_get): Update to changes.
15871         * object-internals.h: Likewise.
15873         * reflection.c (mono_class_bind_generic_parameters): Only support
15874         parameterizing generic type definitions.  Remove support for other
15875         open types.
15877 2007-06-08  Zoltan Varga  <vargaz@gmail.com>
15879         * loader.c (mono_free_method): Free method->signature as well. Fixes #81832.
15881         * marshal.c (mono_marshal_get_managed_wrapper): Allocate the signature using malloc
15882         in the dynamic case.
15884 2007-06-08  Gert Driesen  <drieseng@users.sourceforge.net>
15886         * threads.c: When cleaning up thread, reset the Background bit.
15887         Fixes bug #81720.
15889 2007-06-08  Jonathan Chambers  <joncham@gmail.com>
15891        * metadata.c: Move variable declarations to top of scope.
15892        * verify.c: Move variable declarations to top of scope.
15894        Code is contributed under MIT/X11 license.
15896 2007-06-08  Raja R Harinath  <rharinath@novell.com>
15898         * reflection.c (mono_class_bind_generic_parameters): Replace
15899         open-coded loop with mono_metadata_inflate_generic_inst.
15901         * class.c (get_shared_generic_class): Don't call
15902         mono_get_shared_generic_inst.  Use the container's own
15903         'class_inst'.
15905         * metadata.c (mono_metadata_load_generic_params): Move
15906         initialization of 'context' field here from ...
15907         * class.c (mono_class_create_from_typedef): ... here, and ...
15908         * loader.c (mono_get_method_from_token): ... here.
15910         * class.c (get_shared_generic_class): Rename from
15911         mono_get_shared_generic_class and make static.
15912         (mono_get_shared_generic_inst): Move to metadata.c.
15913         * loader.c (mono_get_shared_generic_method): Likewise.
15914         * class-internals.h, metadata-internals.h: Update to changes.
15916         Fix #81830
15917         * class.c (mono_class_from_generic_parameter): Don't assume a
15918         generic container owner exists.  Generic containers from monodis
15919         don't have any.
15921 2007-06-06  Rodrigo Kumpera  <kumpera@gmail.com>
15923         * pedump.c: pedump exists with 2 if assembly is not verifiable and 3 if invalid
15924         * verify.h: new typedefs to returns the non-verifiable status
15925         * verify.c: initial implementation of generics, stack merging and object compatibility check
15927 2007-06-06  Mark Probst  <mark.probst@gmail.com>
15929         * class.c, image.c, class-internals.h (MonoImage): class_cache is
15930         a MonoInternalHashTable again (fixed bug in internal hash table
15931         code).
15933 2007-06-06  Mark Probst  <mark.probst@gmail.com>
15935         * domain.c, domain-internals.h (MonoDomain): jit_code_hash is a
15936         MonoInternalHashTable again (fixed bug in internal hash table
15937         code).
15939 2007-06-06  Mark Probst  <mark.probst@gmail.com>
15941         * class.c, image.c, class-internals.h, domain.c,
15942         domain-internals.h (MonoImage): Reverting MonoInternalHashTable
15943         changes.  Have to figure out what makes them break the SWF
15944         regression.
15946 2007-06-04  Mark Probst  <mark.probst@gmail.com>
15948         * class.c, image.c, class-internals.h (MonoImage): class_cache is
15949         a MonoInternalHashTable now.
15951 2007-06-04  Mark Probst  <mark.probst@gmail.com>
15953         * domain.c, domain-internals.h (MonoDomain): jit_code_hash is a
15954         MonoInternalHashTable now.
15956 2007-05-31  Zoltan Varga  <vargaz@gmail.com>
15958         * domain-internals.h (MonoDomain): Add two new hash tables to store delegate
15959         invoke_impl code.
15961         * object-internals.h (_MonoDelegate): Reflect changes to managed object layout.
15963         * object.c (mono_delegate_ctor): Initialize invoke_impl field with an arch
15964         dependent trampoline.
15966         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
15968         * icall.c (ves_icall_System_Delegate_SetMulticastInvoke): New icall.
15970 2007-05-29  Robert Jordan  <robertj@gmx.net>
15972         * marshal.[c|h]: add mono_win32_compat_* wrappers. Fixes #81754.
15974 2007-05-28  Zoltan Varga  <vargaz@gmail.com>
15976         * icall.c (ves_icall_get_method_info): Handle loader errors. Fixes #81724.
15978 2007-05-25  Jonathan Chambers  <joncham@gmail.com>
15980        * marshal.c: Fix interface lookup loops for
15981        cominterop_get_com_slot_for_method and 
15982        cominterop_get_method_interface. Only need to lookup
15983        if type is a class, else use interface type method is on.
15985        Code is contributed under MIT/X11 license.
15987 2007-05-25  Sebastien Pouliot  <sebastien@ximian.com>
15989         * reflection.c: HasSecurity can be present even if no specially 
15990         encoded (CAS) attributes are available (e.g. SuppressUnmanagedCode
15991         SecurityAttribute). Fix CAS regression tests on buildbot.
15993 2007-05-24  Jonathan Chambers  <joncham@gmail.com>
15995        * appdomain.c: Add configure checks for header files.
15996        * image.c: Add configure checks for header files.
15997        * file-io.c: Add configure checks for header files.
15998        * debug-mono-symfile.c: Add configure checks for header files.
15999        * threadpool.c: Add configure checks for header files.
16000        * console-io.c: Add configure checks for header files.
16001        * profiler.c: Add configure checks for header files.
16002        * rawbuffer.c: Add configure checks for header files.
16003        * icall.c: Add configure checks for header files.
16004        * rand.c: Add configure checks for header files.
16005        * socket-io.c: Add configure checks for header files.
16007        Code is contributed under MIT/X11 license.
16009 2007-05-24  Zoltan Varga  <vargaz@gmail.com>
16011         * reflection.c (mono_custom_attrs_from_builders): Remove the 
16012         assertion as it breaks the build.
16013         
16014         * reflection.c (mono_custom_attrs_from_builders): Add an assertion.
16016         * reflection.c (lookup_custom_attr): Make a copy here too.
16018         * image.c (mono_image_check_for_module_cctor): Avoid accessing metadata in
16019         dynamic images.
16021         * class.c (mono_class_init): Avoid accessing the metadata in dynamic
16022         images.
16024         * reflection.c (mono_custom_attrs_from_param): Make a copy of the dynamic attr
16025         info.
16027 2007-05-22  Zoltan Varga  <vargaz@gmail.com>
16029         * reflection.c (encode_cattr_value): Fix yet another object cattr encoding issue.
16030         (load_cattr_value): Ditto.
16032 2007-05-20  Zoltan Varga  <vargaz@gmail.com>
16034         * marshal.c (mono_marshal_get_delegate_invoke): Improve the generated IL a little.
16036 2007-05-19  Gert Driesen  <drieseng@users.sourceforge.net>
16038         * threads.c: In "start_wrapper", set apartment_state to MTA if
16039         apartment_state is Unknown and we're running on 2.0 profile or
16040         higher.
16041         * object.c: In "mono_runtime_exec_main", if STAThread is not applied
16042         to main method, then set apartment_state to Unknown on 1.0 profile,
16043         and MTA on 2.0 profile.
16045 2007-05-16  Jb Evain  <jb@nurv.fr>
16047         * class-internals.h (MonoDefaults): Add an attribute_class and
16048           customattribute_data_class.
16049         * domain.c (mono_init_internal): Populate them.
16050         * reflection.c: Use them to remove duplicates. Make a vew
16051         MonoClass variables `static'.
16053 2007-05-15  Massimiliano Mantione  <massi@ximian.com>
16055         * class-internals.h: Added "MonoVTable.interface_bitmap" as a next
16056         step in implementing IMT, so that all isinst checks now can go
16057         through the bitmap.
16058         This was needed because vtables for TransparentProxy need to look
16059         like the vtable of the "target" class, so they need to point to
16060         its interface bitmap directly.
16062         * object.c: inside "mono_class_create_runtime_vtable" and
16063         "mono_class_proxy_vtable", initialize "MonoVTable.interface_bitmap".
16065 2007-05-15  Atsushi Enomoto  <atsushi@ximian.com>
16067         * object-internals.h
16068           culture-info.h : added territory field in MonoCulture and
16069           CultureInfoEntry foreach. Added lcid field in RegionInfoEntry.
16070         * locales.c : fill territory field above too.
16071         * culture-info-table.h : regenerated.
16073 2007-05-12  Zoltan Varga  <vargaz@gmail.com>
16075         * class-internals.h (_MonoGenericContainer): Widen type_argc filed to 31 bits.
16076         Fixes #81599.
16078 2007-05-11  Jonathan Chambers  <joncham@gmail.com>
16080         * object.c: Always initialize apartment, even if 
16081         there is no custom attributes on entry point.
16082         
16083         Code is contributed under MIT/X11 license.
16085 2007-05-10  Jonathan Chambers  <joncham@gmail.com>
16087         * marshal.c: LPTSTR == LPWSTR on Win32. Fixes #81370.
16088         * metadata.c: If no encoding is set, check for unicode
16089         on class.
16090         
16091         Code is contributed under MIT/X11 license.
16093 2007-05-09  Jonathan Chambers  <joncham@gmail.com>
16095         * threads.c: Handle if mono_thread_current returns NULL 
16096         
16097         Code is contributed under MIT/X11 license.
16099 2007-05-09  Jonathan Chambers  <joncham@gmail.com>
16101         * threads.c: Initialize Thread.AprtmentState and set on Thread.Start
16102         in start_wrapper. Added mono_thread_init_apartment_state and
16103         mono_thread_cleanup_apartment_state.
16104         * object.c: Initialize thread apartment state on main thread
16105         by checking for STAThreadAttribute on entry point.
16106         * object-internals.h: Add apartment_state field to MonoThread.
16107         * threads-types.h: Add unmanaged definition of 
16108         System.Threading.ApartmentState, MonoThreadApartmentState.
16109         
16110         Code is contributed under MIT/X11 license.
16111         
16112 2007-05-08  Jonathan Chambers  <joncham@gmail.com>
16114         * class.c: Fix windows build.
16115         * class-internals.h: Fix windows build.
16116         
16117         Code is contributed under MIT/X11 license.
16119 2007-05-08  Robert Jordan  <robertj@gmx.net>
16121         * process.c (CreateProcess_internal):
16122         Pass CREATE_NO_WINDOW to CreateProcess when ProcessStartupInfo
16123         .CreateNoWindow was specified. Fixes #81496.
16125 2007-05-08  Massimiliano Mantione  <massi@ximian.com>
16127         * class-internals.h: Removed "MonoClass.interface_offsets" as a first
16128         step in implementing IMT, replaced it with two compact arrays
16129         (interfaces_packed and interface_offsets_packed) and a bitmap that
16130         is used for isinst checks (interface_bitmap).
16132         * class.c: (compare_interface_ids): compare function to pass to
16133         bsearch when looking for an interface with a given id.
16134         (mono_class_interface_offset): reimplemented using bsearch on
16135         interfaces_packed, getting the offset from interface_offsets_packed.
16136         (print_implemented_interfaces): utility debugging function.
16137         (setup_interface_offsets): reworked to initialize interfaces_packed,
16138         interface_offsets_packed and interface_bitmap.
16140         * object.c: replaced all accesses to "MonoClass.interface_offsets"
16141         with uses of interfaces_packed and interface_offsets_packed.
16143 2007-05-08  Massimiliano Mantione  <massi@ximian.com>
16145         * class-internals.h: Added MONO_CLASS_IMPLEMENTS_INTERFACE macro and
16146         mono_class_interface_offset prototype to wrap all accesses to
16147         "MonoClass.interface_offsets".
16149         * class.c: Implemented mono_class_interface_offset, and wrapped all
16150         accesses to "MonoClass.interface_offsets".
16152         * monodiet.c, object.c, marshal.c, icall.c: wrapped all accesses to
16153         "MonoClass.interface_offsets".
16155 Tue May 8 13:02:09 CEST 2007 Paolo Molaro <lupus@ximian.com>
16157         * icall.c, icall-def.h: implemented new GetFieldFromHandle and
16158         GetMethodFromHandle overloads (bug #78637).
16160 Tue May 8 12:22:14 CEST 2007 Paolo Molaro <lupus@ximian.com>
16162         * assembly.c: parse ProcessorArchitecture in assembly name and ignore
16163         it for now (see mono-devel, from Marek Sieradzki <marek.sieradzki@gmail.com>).
16165 2007-05-01  Zoltan Varga  <vargaz@gmail.com>
16167         * icall.c (custom_attrs_get_by_type): Handle loading errors gracefully. Fixes
16168         #81498.
16170         * reflection.c (mono_reflection_get_custom_attrs_by_type): Handle loading errors
16171         gracefully.
16172         (mono_custom_attrs_from_index): Ditto.
16174         * icall.c (ves_icall_InternalInvoke): Allow calling ctors of abstract classes. 
16175         Fixes #81501.
16177 2007-04-30  Zoltan Varga  <vargaz@gmail.com>
16179         * metadata.c (mono_metadata_parse_type_full): Avoid an invalid free since the type
16180         is now allocated from a mempool.
16182 2007-04-28  Zoltan Varga  <vargaz@gmail.com>
16184         * threads.c (build_wait_tids): Do not call mono_monitor_enter () here since the
16185         caller holds threads_lock, leading to deadlocks. Fixes #81476.
16187 2007-04-26  Zoltan Varga  <vargaz@gmail.com>
16189         * loader.c (mono_loader_error_prepare_exception): Fix crash caused by calling
16190         mono_loader_clear_error () too late. Fixes #81463.
16192 2007-04-26  Atsushi Enomoto  <atsushi@ximian.com>
16194         * culture-info-table.h : regenerated.
16196 2007-04-25  Zoltan Varga  <vargaz@gmail.com>
16198         * appdomain.c (add_assemblies_to_domain): Fix crash when an assembly reference
16199         is missing.
16201 2007-04-25  Dick Porter  <dick@ximian.com>
16203         * Makefile.am: Put the mingw enforced-optimisation back into the
16204         PLATFORM_WIN32 section.
16206 2007-04-24  Zoltan Varga  <vargaz@gmail.com>
16208         * reflection.c (mono_image_load_module_dynamic): Fix crash introduced by previous
16209         patch.
16211         * image.c (mono_image_load_module): New API function to load a module reference.
16213         * image.c (load_modules): Load modules lazily. Fixes #80812.
16215         * class.c (mono_class_from_typeref): Use mono_image_load_module.
16216         
16217         * reflection.c (mono_image_load_module_dynamic): Copy image->modules_loaded too.
16219         * object-internals.h reflection.c icall-def.h (mono_image_load_module): Rename this 
16220         to mono_image_load_module_dynamic.
16222 2007-04-23  Jonathan Chambers  <joncham@gmail.com>
16224         * marshal.c: Fix calling convention for CCW on non-windows
16225         platforms. STDCALL on windows, CDECL everywhere else to work 
16226         with XPCOM and MainWin COM.
16227         
16228         Code is contributed under MIT/X11 license.
16230 2007-04-23  Martin Baulig  <martin@ximian.com>
16232         Fix #80969.
16234         * loader.c
16235         (method_from_memberref): Added `gboolean *used_context' argument.
16236         (mono_get_method_from_token): Likewise.
16237         (mono_get_method_full): Don't insert the method in the cache when
16238         `used_context' is true.
16240 2007-04-23  Raja R Harinath  <rharinath@novell.com>
16242         * monodiet.c (add_types_from_method): Fix "wrong type" warning.
16244         * reflection.c (mono_reflection_bind_generic_parameters): Don't
16245         create new MonoTypes for returned types.
16246         * class.c (mono_generic_class_get_class): Export mono-internal.
16247         * class-internals.h: Update to changes.
16249 Thu Apr 19 16:45:55 CEST 2007 Paolo Molaro <lupus@ximian.com>
16251         * threadpool.c, threadpool.h, icall-def.h: patch from
16252         Robert Jordan to implemnt ThreadPool.SetMaxThreads.
16254 2007-04-18  Zoltan Varga  <vargaz@gmail.com>
16256         * threads.c (mono_thread_get_stack_bounds): Fix windows build.
16257         
16258         * threads.c (mono_thread_get_stack_bounds): Remove an assert which can be triggered.
16260         * threads.c (mono_thread_get_stack_bounds): New helper function.
16262         * threads.c (mono_thread_attach): Applied patch from horst.reiterer@fabasoft.com.
16263         Correctly compute stack bounds when attaching. Fixes #81394.
16265 Wed Apr 18 18:28:41 BST 2007 Paolo Molaro <lupus@ximian.com>
16267         * reflection.c: fix handling of doubles in custom attributes
16268         for the arm-fpa format (bug #81368).
16270 2007-04-18  Raja R Harinath  <rharinath@novell.com>
16272         * reflection.c (assembly_add_win32_resources): Mildly relax an
16273         bounds check to let the end pointer point just past the end of the
16274         allocated buffer.  (may fix #81384)
16276 2007-04-17  Atsushi Enomoto  <atsushi@ximian.com>
16278         * culture-info-table.h : regenerated.
16280 2007-04-07  Zoltan Varga  <vargaz@gmail.com>
16282         * threads.c (start_wrapper): Call push_appdomain_ref () earlier to fix races where
16283         the thread is aborted early.
16285 2007-04-05  Dick Porter  <dick@ximian.com>
16287         * file-io.c (ves_icall_System_IO_MonoIO_GetFileSystemEntries): use
16288         FindFirstFile()/FindNextFile() to find entries.  This lets the
16289         io-layer versions use MONO_IOMAP compatibility helpers.  Fixes bug
16290         81038.
16292         * appdomain.c (MONO_CORLIB_VERSION): Increment, as the usage of
16293         the parameters of
16294         ves_icall_System_IO_MonoIO_GetFileSystemEntries() has changed.
16296 2007-04-04  Martin Baulig  <martin@ximian.com>
16298         * debug-helpers.c
16299         (mono_method_desc_full_match): Add support for nested classes.
16301 2007-04-02  Zoltan Varga  <vargaz@gmail.com>
16303         * marshal.c (cominterop_get_managed_wrapper_adjusted): Fix warnings.
16305 2007-04-01  Zoltan Varga  <vargaz@gmail.com>
16307         * threads.c (abort_appdomain_thread): Avoid handle leakage if we are
16308         waiting for too many threads.
16310 2007-03-28  Sebastien Pouliot  <sebastien@ximian.com>
16312         * environment.c: Fix return value check on uname so we can get the 
16313         executing version on Solaris operating systems.
16315 2007-03-28  Jb Evain  <jbevain@gmail.com>
16317         * class.c (mono_type_get_name_recurse): Complete the
16318         fix for the creation of assembly qualified names for
16319         pointer types. Fixes #81208.
16321 2007-03-27  Dick Porter  <dick@ximian.com>
16323         * appdomain.c (MONO_CORLIB_VERSION): Increment, as the signature
16324         of ves_icall_System_Threading_Mutex_ReleaseMutex_internal() has
16325         changed.
16327         * threads.c
16328         (ves_icall_System_Threading_Mutex_ReleaseMutex_internal): Return
16329         the value of ReleaseMutex().
16331 2007-03-27  Dick Porter  <dick@ximian.com>
16333         * socket-io.c (ipaddress_to_struct_in_addr): IPAddress is stored
16334         in little-endian order, not network endian, so must be converted
16335         to host endian here.  Fixes bug 80593.
16337 2007-03-22  Jb Evain  <jbevain@gmail.com>
16339         * class.c (mono_type_get_name_recurse): Fix the creation of assembly
16340         qualified names for pointer types. Fixes #81208.
16342 2007-03-21  Jonathan Chambers  <joncham@gmail.com>
16344         * marshal.c: Add support for PreserveSigAttribute. 
16345         
16346         Code is contributed under MIT/X11 license.
16348 2007-03-14  Zoltan Varga  <vargaz@gmail.com>
16350         * process.c: Fix endianness issues. Fixes #81126.
16352         * reflection.c (mono_reflection_create_dynamic_method): Fix the last change so
16353         multiple circular calls made from the same DynamicMethod work. Fixes #81141.
16355         * image.c (mono_image_lookup_resource): Make this work on big-endian
16356         machines.Change API contract so the caller needs to free the return value.
16357         
16358         * process.c (process_get_fileversion): Adapt to mono_image_lookup_resource ()
16359         API change.
16360         
16361 2007-03-14  Martin Baulig  <martin@ximian.com>
16363         * debug-helpers.c (mono_type_get_desc): In `MONO_TYPE_ARRAY', use
16364         mono_type_get_desc() as well.
16366 2007-03-13  Jonathan Chambers  <joncham@gmail.com>
16368         * icall.c:  Fix environ access in VS.  
16369         
16370 2007-03-13  Alp Toker  <alp@atoker.com>
16372         * icall.c (ves_icall_MonoType_GetElementType): For enums, return null
16373         rather than the underlying type. Based on a patch by Ben Maurer. Fixes
16374         #63841.
16376 2007-03-12  Zoltan Varga  <vargaz@gmail.com>
16378         * reflection.c (mono_reflection_create_dynamic_method): Add support for 
16379         circular references among dynamic methods. Fixes #81091.
16381         * object-internals.h (MonoReflectionDynamicMethod): Add 'referenced_by' field.
16383 2007-03-09  Martin Baulig  <martin@ximian.com>
16385         * reflection.c (encode_constant): Add support for MONO_TYPE_GENERICINST.
16387 2007-03-09  Jonathan Chambers  <joncham@gmail.com>
16389         * appdomain.c:  Fix shadow copy on Windows. Use g_snprintf instead
16390         of snprintf as it doesn't exist on Win32 (VS build); also for uniformity.  
16391         
16392         Code is contributed under MIT/X11 license.
16393         
16394 2007-03-09  Gert Driesen  <drieseng@users.souceforge.net>
16396         * loader.c: Reapply patch for bug #79424.
16398 2007-03-06  Zoltan Varga  <vargaz@gmail.com>
16400         * metadata.c (mono_type_to_unmanaged): Only convert object to
16401         MARSHAL_CONV_SAFEHANDLE on the 2.0 profile.
16403 Tue Mar 6 15:39:48 CET 2007 Paolo Molaro <lupus@ximian.com>
16405         * class-internals.h, class.c, metadata.c, reflection.c: removed unused
16406         (and incorrectly set) is_reference field from MonoGenericInst.
16408 2007-03-06  Zoltan Varga  <vargaz@gmail.com>
16410         * assembly.c (mono_assembly_load_from_full): Call mono_assemblies_unlock ()
16411         a little earlier.
16413         * icall.c (ves_icall_type_Equals): Rename this to ves_icall_System_Type_EqualsInternal.
16415         * icall-def.h: Rename Type:Equals to Type:EqualsInternal.
16417 2007-03-05  Miguel de Icaza  <miguel@novell.com>
16419         * file-io.c (ves_icall_System_IO_MonoIO_Open): Use the new
16420         FileOptions.1 value to mean "temporary", map that to
16421         FILE_ATTRIBUTE_TEMPORARY and use that to signal 600 permissions.
16423         Fixes 80688
16425 2007-03-03  Marek Habersack  <mhabersack@novell.com>
16427         * appdomain.c: implement MS .Net style shadow copying. Copies of
16428         the assemblies are made in a subdirectory of the dynamic base
16429         directory, the assembly names are preserved.
16430         Copy .mdb and .config files along with the assemblies being shadowed.
16432 2007-02-28  Zoltan Varga  <vargaz@gmail.com>
16434         * marshal.c (emit_object_to_ptr_conv): Emit valid IL for handling HandleRefs.
16435         (emit_marshal_handleref): Ditto.
16437         * profiler.c: Applied patch from Tor Lillqvist (tml@novell.com) to fix output
16438         on Visual C++. Fixes #80671.
16440 Wed Feb 28 16:53:40 CET 2007 Paolo Molaro <lupus@ximian.com>
16442         * boehm-gc.c, null-gc.c, object.h, object.c: sgen gc fixes
16443         for clone operations.
16445 2007-02-28  Zoltan Varga  <vargaz@gmail.com>
16447         * marshal.c: Fix warnings.
16449 Fri Feb 23 15:06:57 CET 2007 Paolo Molaro <lupus@ximian.com>
16451         * loader.c: allow case-insensitive matching of the dll name
16452         in dllmap handling when prefixed with "i:".
16454 2007-02-20  Jonathan Chambers  <joncham@gmail.com>
16456         * threads.c: Fix #ifdef for dummy_apc function for VS.
16458 Tue Feb 20 11:59:42 CET 2007 Paolo Molaro <lupus@ximian.com>
16460         * threads.c: don't throw in MemoryBarrier (), use lock/unlock.
16462 2007-02-19  Massimiliano Mantione  <massi@ximian.com>
16463         * class.c (mono_class_setup_vtable_general): Fix bug 75903,
16464         giving precedence to the methods with a fully qualified name
16465         (InterfaceName.MethodName) when building the interface sections
16466         of the vtable.
16468 2007-02-16  Dick Porter  <dick@ximian.com>
16470         * threadpool.c (append_job): Fix fast-path array handling, so it's
16471         less likely the array will grow exponentially when the load is
16472         heavy.
16474 Fri Feb 16 19:17:30 CET 2007 Paolo Molaro <lupus@ximian.com>
16476         * metadata-internals.h, loader.c: fix dllmap lookup order
16477         for non-function maps, too, and prepare for fallback code.
16479 2007-02-12  Robert Jordan  <robertj@gmx.net>
16481         * marshal.c, marshal.h, icall-def.h: rename mono_marshal_realloc
16482         to ves_icall_System_Runtime_InteropServices_Marshal_ReAllocHGlobal
16483         and use GlobalReAlloc on WIN32 to be in sync with GlobalAlloc,
16484         GlobalFree. Fixes a part of bug #77075.
16486 Mon Feb 12 21:10:07 CET 2007 Paolo Molaro <lupus@ximian.com>
16488         * loader.c: implemented typedef parent in field memberref.
16490 2007-02-11  Jonathan Chambers  <joncham@gmail.com>
16492         * marshal.c: Fix warnings and remember to call Release on
16493         IUnknown of RCW.
16494         
16495         Code is contributed under MIT/X11 license.
16497 2007-02-10  Miguel de Icaza  <miguel@novell.com>
16499         * class-internals.h: Add MonoHandleRef definition, and
16500         handleref_class to mono_defaults. 
16502         * metadata.c (mono_type_to_unmanaged): If we find HandleRefs in a
16503         structure, use new conversion MONO_MARSHAL_CONV_HANDLEREF.
16505         * marshal.c (emit_ptr_to_object_conv): Add support for HandleRefs
16506         (do nothing on this stage)
16507         (emit_object_to_ptr_conv): Extract the handle from the HandleRef.  
16508         (emit_marshal_handleref): New method, used for argument handling
16509         of HandleRefs. 
16511 2007-02-08  Jonathan Chambers  <joncham@gmail.com>
16513         * class.c (mono_class_setup_parent): Lazily init com types.
16514         * domain.c (mono_init_internal, mono_init_com_types): Lazily 
16515         init com types.
16516         * object.c (mono_remote_class_vtable): Lazily init com types.
16517         * class-internals.h: Add iunknown and idispatch to MonoDefaults.
16518         * object-internals.h: Add MonoComInteropProxy and MonoReflectionGuidAttribute.
16519         * domain-internals.h: Expose mono_init_com_types.
16520         * icall-def.h: Add icalls for ComInteropProxy, __ComObject, and Marshal.
16521         * marshal.c: Add mutex for cominterop use. Init locals for wrapper methods.
16522         Add support for COM Callable Wrapper marshalling.
16523         * marshal.h: Add icall definitions.
16524         * gc.c: Handle freeing of CCWs in finalizer code.
16525         
16526         Code is contributed under MIT/X11 license.
16528 Thu Feb 8 12:46:18 CET 2007 Paolo Molaro <lupus@ximian.com>
16530         * reflection.c: changed all the signature encoding code to use
16531         a variable-sized buffer.
16533 Wed Feb 7 20:37:23 CET 2007 Paolo Molaro <lupus@ximian.com>
16535         * marshal.c: locking fixes: never take the loader lock
16536         or other runtime locks when holding the marshal lock
16537         (fixes bug#80664).
16539 Wed Feb 7 18:49:10 CET 2007 Paolo Molaro <lupus@ximian.com>
16541         * marshal.c: make the delegate function pointer mapping
16542         work for the moving GC.
16544 Mon Jan 29 11:30:46 CET 2007 Paolo Molaro <lupus@ximian.com>
16546         * marshal.c: fix from Robert Jordan (robertj@gmx.net)
16547         for bug #80618.
16549 Fri Jan 26 12:49:23 CET 2007 Paolo Molaro <lupus@ximian.com>
16551         * image.h, loader.c, metadata-internals.h: use mono-dl instead of
16552         gmodule.
16554 Fri Jan 26 12:00:45 CET 2007 Paolo Molaro <lupus@ximian.com>
16556         * threadpool.c: made the code moving-GC safe.
16558 Thu Jan 25 20:31:41 CET 2007 Paolo Molaro <lupus@ximian.com>
16560         * assembly.c, boehm-gc.c, class-internals.h, class.c,
16561         debug-mono-symfile.c, domain.c, locales.c, marshal.c, metadata.c,
16562         monitor.c, mono-debug.c, mono-debug.h, object.c, profiler.c:
16563         warning cleanup.
16564         * reflection.c: warning cleanup, some threading and moving GC fixes.
16566 Thu Jan 25 16:22:36 CET 2007 Paolo Molaro <lupus@ximian.com>
16568         * class.c, loader.c: create the needed Set/Get/Address array methods
16569         as well as the .ctors in mono_class_init (), fixes bug #80567.
16571 2007-01-24  Zoltan Varga  <vargaz@gmail.com>
16573         * class.c (mono_class_layout_fields): When force-aligning a field, make sure
16574         we doesn't decrease its alignment. Should fix the sparc build.
16576 2007-01-24  Dick Porter  <dick@ximian.com>
16578         * socket-io.c
16579         (ves_icall_System_Net_Sockets_Socket_GetSocketOption_obj_internal):
16580         Create the returned object if we need to ignore an unsupported
16581         socket option.  Fixes a segfault reported by Atsushi.
16583 Tue Jan 23 18:09:21 CET 2007 Paolo Molaro <lupus@ximian.com>
16585         * class.c, object.c: restrict GC-tracked fields to
16586         UIntPtr fields used inside corlib, so we provide better
16587         type info to the GC and also allow broken packing as in
16588         bug #80580.
16590 Mon Jan 22 11:24:27 CET 2007 Paolo Molaro <lupus@ximian.com>
16592         * sgen-gc.c: removed duplicated function.
16594 2007-01-19  Miguel de Icaza  <miguel@novell.com>
16596         *  socket-io.c (convert_sockopt_level_and_name): return -2 as a
16597         value that means that the value is not supported, but that we
16598         should not return a failure, but instead report this as a
16599         successful operation.
16601 2007-01-19  Raja R Harinath  <rharinath@novell.com>
16603         Fix tests/bug79956.2.il
16604         * class.c (mono_type_get_underlying_type): Handle genericinst enums.
16605         (mono_generic_class_get_class): If the generic definition in an
16606         enum, copy over other fields related to it.
16608 Thu Jan 18 18:37:28 CET 2007 Paolo Molaro <lupus@ximian.com>
16610         * metadata.h: fix MONO_TYPE_ISSTRUCT() to not consider
16611         genericinst enums (bug #79215).
16613 2007-01-17  Massimiliano Mantione  <massi@ximian.com>
16614         * class.c: Fix bug 80307.
16616 Wed Jan 17 17:09:20 CET 2007 Paolo Molaro <lupus@ximian.com>
16618         * image.c: if the file table is not present, try to load
16619         all the modules, since we don't have info about them
16620         having or not metadata (bug #80517).
16621         * assembly.c: allow mono_assembly_load_references () to
16622         work for netmodules.
16624 Wed Jan 17 14:28:30 CET 2007 Paolo Molaro <lupus@ximian.com>
16626         * image.c, metadata-internals.h, object.c: execute module
16627         cctors when running on the 2 runtime if present (bug #80487).
16629 Tue Jan 16 15:32:53 CET 2007 Paolo Molaro <lupus@ximian.com>
16631         * icall.c: optimized InitializeArray() on bigendian.
16633 Tue Jan 16 13:18:51 CET 2007 Paolo Molaro <lupus@ximian.com>
16635         * icall.c: fix for the broken ARM FPA double format.
16637 Tue Jan 16 12:51:16 CET 2007 Paolo Molaro <lupus@ximian.com>
16639         * icall.c: handle endian issues for r4 and r8 types, too, in
16640         the InitializeArray() icall.
16642 2007-01-15  Miguel de Icaza  <miguel@novell.com>
16644         * loader.c (mono_loader_error_prepare_exception): Clear the error
16645         once we have extracted the information from it, do this before we
16646         call into the JIT's class loading mechanisms.
16648         * object.c (mono_class_create_runtime_vtable): Do not clear the
16649         loader error before calling mono_class_get_exception_for_failure
16650         as the loader error is needed inside
16651         mono_class_get_exception_for_failure to throw the error (thinko).
16653         Fixes #80521
16654         
16655 Mon Jan 15 10:27:31 CET 2007 Paolo Molaro <lupus@ximian.com>
16657         * reflection.c: align fields rva data so it's faster to load at
16658         runtime.
16660 2007-01-12  Raja R Harinath  <rharinath@novell.com>
16662         Prepare to simplify GenericMethod handling.
16663         * class-internals.h (mono_method_get_context): New accessor function.
16664         * class.c, icall.c, loader.c, reflection.c, verify.c: Use accessor
16665         rather than directly accessing '->context' field.
16667         * class-internals.h (_MonoGenericParam.method): Move ...
16668         (_MonoGenericContainer): ... here.  Add into union with klass field.
16669         * class.c, icall.c, loader.c, metadata.c, reflection.c:
16670         Update to changes.
16672 Fri Jan 12 11:58:52 CET 2007 Paolo Molaro <lupus@ximian.com>
16674         * Makefile.am, class-internals.h, debug-helpers.c: consolidate
16675         the wrapper type enum and reduce relocations.
16677 2007-01-12  Raja R Harinath  <rharinath@novell.com>
16679         * reflection.c (inflate_mono_method): Reuse method instantiation
16680         from the generic method, if available.
16682 2007-01-11  Jonathan Chambers  <joncham@gmail.com>
16684         * marshal.c (emit_marshal_variant): Fix conv_arg
16685         type in last commit, based on whether parameter is byref.
16686         
16687 2007-01-11  Jonathan Chambers  <joncham@gmail.com>
16689         * marshal.c (emit_marshal_variant): Handle unmanaged->managed
16690         marshalling.
16691         (mono_marshal_emit_managed_wrapper): Convert byref arguments of type
16692         MONO_TYPE_OBJECT back for VARIANT support.
16694 2007-01-11  Jonathan Chambers  <joncham@gmail.com>
16696         * marshal.c, marshal.h, icall-def.h: Implement 
16697         Marshal.ReAllocCoTaskMem.
16699 Thu Jan 11 19:00:03 CET 2007 Paolo Molaro <lupus@ximian.com>
16701         * marshal.c: memory retention fixes: use the proper
16702         image cache for runtime_invoke method lookups.
16704 Thu Jan 11 18:53:19 CET 2007 Paolo Molaro <lupus@ximian.com>
16706         * mempool.c: added code to help debug mempool allocations.
16708 2007-01-11  Dick Porter  <dick@ximian.com>
16710         * socket-io.c (convert_sockopt_level_and_name): Add DontFragment
16711         support (experimenting with faking it with IP_MTU_DISCOVER for
16712         systems that don't have IP_DONTFRAGMENT.)
16713         (ves_icall_System_Net_Sockets_Socket_Disconnect_internal): New
16714         icall.
16716         * icall-def.h: new System.Net.Sockets.Disconnect icall.
16718         * socket-io.h: Add new fields to MonoSocketAsyncResult
16719         corresponding to the new ones in Socket.cs.
16721 2007-01-11  Raja R Harinath  <rharinath@novell.com>
16723         Fix IronPython regression mentioned in #80249
16724         * metadata.c (do_mono_metadata_parse_generic_class): Clear
16725         'cached_context' field, since it may have been initialized as a
16726         side-effect of metadata parsing.
16728         * class-internals.h (_MonoGenericClass.is_inflated): Remove.
16729         (_MonoGenericClass.cached_class): Move here and rename from lone
16730         remaining field of ...
16731         (_MonoInflatedGenericClass): ... this.  Remove.
16732         * metadata.h, class.c, reflection.c, metadata.c, icall.c: Update
16733         to changes.
16735         Fix mcs/tests/test-128.cs regression.
16736         * reflection.c (encode_cattr_value) [MONO_TYPE_SZARRAY]: Revert
16737         2007-01-10 change below.
16738         [MONO_TYPE_OBJECT]: Recurse into array case.
16740 2007-01-11  Raja R Harinath  <harinath@gmail.com>
16742         * class-internals.h (mono_get_inflated_generic_class): Remove.
16743         * class.c (mono_get_inflated_generic_class): Remove.
16744         (mono_generic_class_get_class): Rename from
16745         mono_class_create_generic.
16746         (mono_class_from_mono_type) [GENERICINST]: Use it.
16747         * reflection.c, metadata.c: Update to changes.  Use
16748         'mono_class_from_mono_type'.
16750 Wed Jan 10 16:19:54 CET 2007 Paolo Molaro <lupus@ximian.com>
16752         * reflection.c: use passed type when encoding an array element
16753         in custom attributes (patch from David Mitchell, dmitchell@logos.com).
16755 2007-01-09  Robert Jordan  <robertj@gmx.net>
16757         * marshal.c (mono_delegate_end_invoke): Add check for unpaired asyc
16758         result arguments (someDelegate.EndInvoke (unrelatedAres)).
16759         Fixes bug #80392.
16761 2007-01-09  Raja R Harinath  <rharinath@novell.com>
16763         * class-internals.h (_MonoInflatedGenericClass.is_initialized): Remove.
16765         * object.c (set_value): Avoid aliasing between type->data.klass
16766         and type->data.generic_class.
16768         * class.c (mono_class_create_generic): Don't use 'is_initialized' field.
16770 2007-01-08  Raja R Harinath  <rharinath@novell.com>
16772         * marshal.c (mono_marshal_get_runtime_invoke): Avoid aliasing
16773         between type->data.klass and type->data.generic_class.
16775 2007-01-08  Lluis Sanchez  <lluis@ximian.com>
16777         * marshal.c: In MS.NET, StringBuilder objects are not copied by
16778         value in out parameters.
16780 2007-01-08  Raja R Harinath  <rharinath@novell.com>
16782         Simplify invariant for MonoGenericClass::klass field.
16783         * class.c (mono_class_create_generic): Verify 'klass' is null.
16784         * metadata.c (do_mono_metadata_parse_generic_class): Don't
16785         initialize 'klass' field.
16787 2007-01-05  Raja R Harinath  <rharinath@novell.com>
16789         Ongoing work to avoid redundant data and simplify invariants.
16790         * class-internals.h (_MonoGenericMethod.class_inst): Rename from
16791         'generic_class', and change type to a GenericInst.
16792         (_MonoGenericContext.class_inst): Likewise, rename from 'gclass'.
16793         * class.c, loader.c, metadata.c, reflection.c: Update to changes.
16795 2007-01-05  Atsushi Enomoto  <atsushi@ximian.com>
16797         * class.c : skip io-layer under PLATFORM_WIN32.
16799 2007-01-03  Tor Lillqvist  <tml@novell.com>
16801         Fix #80305: In a bundled executable, look in the bundled exe
16802         assembly to determine the runtime version. Add the possibility to
16803         bundle also the machine.config file.
16804         
16805         * assembly.c (mono_assembly_open_from_bundle): Make
16806         non-static. Allow being called even if we have no bundled
16807         assemblies, and return NULL right away in that case.
16809         * domain-internals.h: Declare mono_assembly_open_from_bundle()
16810         here.
16812         * domain.c (app_config_parse): Take an assembly exe file name as
16813         parameter instead of a config file name. Check for a bundled
16814         config file for that assembly by calling
16815         mono_config_string_for_assembly_file() (see below) before looking
16816         for one in the file system.
16817         (get_runtimes_from_exe): Corrsponding change to call of
16818         app_config_parse().
16819         (get_runtimes_from_exe): Check for bundled assembly exe file first
16820         by calling mono_assembly_open_from_bundle(). If no bundled
16821         assembly exe file is found, call mono_image_open() as before to
16822         look it up in the file system.
16824         * mono-config.c: Add variable bundled_machinec_onfig.
16825         (mono_config_string_for_assembly_file): New function.
16826         (mono_config_for_assembly): Move code snippet that looks for a
16827         bundled assembly .config file into the above new function. Call
16828         it.
16829         (mono_register_machine_config, mono_get_machine_config): New
16830         functions to set and retrieve
16832         * assembly.h: Declare mono_register_machine_config().
16834         * mono-config.h: Declare mono_get_machine_config() and
16835         mono_config_string_for_assembly_file().
16837         * icall.c: No declaration of environ necessary on Win32. It is
16838         declared (as a macro expanding to a function call) in stdlib.h.
16839         (ves_icall_System_Configuration_DefaultConfig_get_bundled_machine_config):
16840         New internal mono function. Returns the value of
16841         mono_get_machine_config() as a Mono string.
16843         * icall-def.h: Add get_bundled_machine_config().
16845 2007-01-04  Raja R Harinath  <rharinath@novell.com>
16847         Remove redundant field
16848         * class-internals.h (_MonoGenericContext.container): Remove field.
16849         * loader.c (mono_method_get_signature_full): Don't parse a
16850         "container" for a signature parse when the signature is inflated
16851         immediately.
16852         (method_from_methodspec): Likewise, for a generic_inst.
16853         * class.c, metadata.c, reflection.c: Update to changes.
16855 2006-01-04  Raja R Harinath  <rharinath@novell.com>
16857         * class-internals.h (_MonoGenericClass): Rename 'context' field to
16858         'cached_context', and change semantics -- it starts off NULL, and
16859         is initialized on demand.
16860         * class.c (mono_generic_class_get_context): New accessor to
16861         replace 'context' field accesses.
16862         (mono_class_get_context): New helper.
16863         (*): Update to changes.
16864         * icall.c, loader.c, metadata.c, reflection.c: Update to changes.
16866 2007-01-03  Miguel de Icaza  <miguel@novell.com>
16868         * marshal.c (mono_string_to_byvalstr): Fix thinko, shorten len
16869         before the memcpy.   Fixes Marshal2 regression.
16871 2007-01-02  Jb Evain  <jbevain@gmail.com>
16873         * blob.h: add a MONO_TYPE_ENUM definition
16874         * reflection.c (load_cattr_value, create_custom_attr, create_custom_attr_data):
16875         fix the encoding of arrays of enums in custom attributes.
16877         Fixes #79666.
16879 2007-01-01  Miguel de Icaza  <miguel@novell.com>
16881         * marshal.c (mono_string_to_byvalwstr): Fix this routine.   The
16882         string is null terminated, but only cut the string short if it
16883         overflows the buffer.   
16884         
16885         (mono_string_to_byvalstr): Also fix this routine.   The code here
16886         was not properly terminating a string (it was only terminated
16887         because of the previous catch-all memset). 
16889         I left the memset, because I do not know if applications expect
16890         the runtime to clear this region. 
16892         Fixes #79944.
16894         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType):
16895         Clear the error before returning to unmanaged code to prevent the
16896         runtime from being confused later on (fixes  80420).
16897         (ves_icall_type_from_name): Always call mono_loader_clear_error
16898         after parsing a type that could have failed.
16899         (ves_icall_System_Reflection_Assembly_GetTypes): ditto.
16901         * loader.c (mono_loader_clear_error): Fix indentation.
16903 2006-12-28  Martin Baulig  <martin@ximian.com>
16905         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 58.
16907 Fri Dec 22 20:04:57 CET 2006 Paolo Molaro <lupus@ximian.com>
16909         * reflection.c: patch from Rolf Bjarne Kvinge to fix
16910         getting a token for an EnumBuilder.
16912 Fri Dec 22 19:49:07 CET 2006 Paolo Molaro <lupus@ximian.com>
16914         * reflection.c: be more careful in case resource generation
16915         fails to create the data array.
16917 Fri Dec 22 18:17:40 CET 2006 Paolo Molaro <lupus@ximian.com>
16919         * sgen-gc.c: write barrier for clone and fix unregister handles.
16921 Fri Dec 22 18:15:33 CET 2006 Paolo Molaro <lupus@ximian.com>
16923         * reflection.c: some fixes needed in the generics code for the moving GC.
16925 2006-12-22  Robert Jordan  <robertj@gmx.net>
16927         * icall.c (ves_icall_System_Array_SetValueImpl): Take enums into
16928         account. Fixes bug #80299.
16930 2006-12-21  Raja R Harinath  <rharinath@novell.com>
16932         Fix WaitHandle usage in delegates.
16933         * object-internals.h (mono_wait_handle_get_HANDLE): Declare.
16934         * object.c (mono_wait_handle_new): Use the property set method to
16935         initialize the handle.
16936         (mono_wait_handle_get_handle): New.
16937         * threadpool.c (mono_async_invoke): Use it.
16938         * threads.c (ves_icall_System_Threading_WaitHandle_WaitAll_internal):
16939         Likewise.
16940         (ves_icall_System_Threading_WaitHandle_WaitAny_internal): Likewise.
16942 2006-12-21  Jonathan Chambers  <joncham@gmail.com>
16944         * marshal.c (emit_marshal): Call emit_marshal_variant and
16945         emit_marshal_com_interface when applicable.
16946         (emit_marshal_variant, emit_marshal_com_interface): Add
16947         methods for this case and remove if's from emit_marshal_object.
16948         
16949 Wed Dec 20 11:03:56 CET 2006 Paolo Molaro <lupus@ximian.com>
16951         * filewatcher.c: updated to use the mono-dl API instead of gmodule.
16953 2006-12-19  Jonathan Chambers  <joncham@gmail.com>
16955         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_AllocHGlobal,
16956         ves_icall_System_Runtime_InteropServices_Marshal_FreeHGlobal): Use GlobalAlloc
16957         and GlobalFree on Windows. Remove FIXME.
16959 Tue Dec 19 16:18:16 CET 2006 Paolo Molaro <lupus@ximian.com>
16961         * mono-mlist.h, mono-mlist.c, Makefile.am: linked list
16962         implementation for managed objects.
16964 Tue Dec 19 14:28:03 CET 2006 Paolo Molaro <lupus@ximian.com>
16966         * object.c: implemented code to be used for checking
16967         that no reference field overlaps with non-references.
16969 Tue Dec 19 14:10:37 CET 2006 Paolo Molaro <lupus@ximian.com>
16971         * threadpool.c: fix queue code to be compatible with the
16972         moving GC.
16974 2006-12-18  Miguel de Icaza  <miguel@novell.com>
16976         * marshal.c (emit_object_to_ptr_conv): Handle null safehandles
16977         in structures by throwing ArgumentNullException.
16979         (emit_marshal_safehandle): Also when they are null parameters.
16981         (emit_marshal_safehandle): Add support for ref
16982         SafeHandles parameters
16984 Mon Dec 18 19:14:44 CET 2006 Paolo Molaro <lupus@ximian.com>
16986         * profiler.c: updated to use the mono-dl API instead of
16987         gmodule.
16989 Mon Dec 18 19:02:37 CET 2006 Paolo Molaro <lupus@ximian.com>
16991         * profiler.c: updated to use the mono-dl dynamic loading
16992         API instead of gmodule.
16994 Mon Dec 18 18:16:22 CET 2006 Paolo Molaro <lupus@ximian.com>
16996         * profiler.c: use readlink, older versions of glib don't have
16997         g_file_read_link ().
16999 Mon Dec 18 16:40:34 CET 2006 Paolo Molaro <lupus@ximian.com>
17001         * profiler.c: try to detect the path to mono if libc fails to provide
17002         a useful name (bug #80286).
17004 2006-12-16  Raja R Harinath  <rharinath@novell.com>
17006         Fix #80242
17007         * icall.c (ves_icall_Type_GetNestedType): If the type is a generic
17008         instance, use the generic type definition instead.
17009         (ves_icall_Type_GetNestedTypes): Likewise.
17010         * class.c (mono_class_create_generic): Always set the
17011         nested_classes of a generic instance to NULL, even if the generic
17012         type definition has nested types.
17014 2006-12-15  Jonathan Chambers  <joncham@gmail.com>
17016         * marshal.c (mono_string_from_bstr): Revert previous Windows change
17017         and fix on Linux.
17018         
17019 2006-12-15  Miguel de Icaza  <miguel@novell.com>
17021         * marshal.c (mono_string_from_bstr): Jon Chambers pointed out that
17022         my arguments were in the wrong order.   I also fixed the Windows
17023         version which seems to have had the same issue.
17025         (mono_free_bstr): On Unix, this is g_free.
17026         (mono_string_from_bstr, mono_string_to_bstr): Implement bstr
17027         conversions (for the tests in corlib to pass).
17029 2006-12-14  Miguel de Icaza  <miguel@novell.com>
17031         * marshal.c (emit_ptr_to_object_conv): For now, ignore
17032         MONO_MARSHAL_CONV_SAFEHANDLE on return values (we need to throw an
17033         exception if a ref SafeHandle in a struct has changed).
17034         
17035         (emit_struct_conv): Do not perform layout checks for classes
17036         derived from SafeHandle, as those are specially handled. 
17038         (emit_object_to_ptr_conv): Add support for
17039         MONO_MARSHAL_CONV_SAFEHANDLE conversion. 
17041         (emit_marshal_safehandle): Implement conversion of return values
17042         of safehandles (MARSHAL_ACTION_CONV_RESULT).
17043         
17044         * threads.c: WaitHandle now is compiled with two different handles
17045         "IntPtr os_handle" for 1.x and "SafeWaitHandle safe_wait_handle"
17046         for 2.0.
17047         
17048         (ves_icall_System_Threading_WaitHandle_WaitAll_internal) 
17049         (ves_icall_System_Threading_WaitHandle_WaitAny_internal): Adjust
17050         these routines to cope with both kinds of fields.
17052 2006-12-12  Miguel de Icaza  <miguel@novell.com>
17054         * metadata.c (mono_type_to_unmanaged): Handle the case where
17055         type->data.klass is a SafeHandle, and in that case, return the
17056         size of a pointer (MONO_NATIVE_INT) and set the conversion to be
17057         MONO_MARSHAL_CONV_SAFEHANDLE. 
17059 2006-12-11  Miguel de Icaza  <miguel@novell.com>
17061         * marshal.c (emit_marshal): Hook up to the MONO_TYPE_CLASS and
17062         MONO_TYPE_OBJECT cases and check for a SafeHandle here before
17063         calling emit_marshal_object.
17065         (emit_marshal_safehandle): Implement marshalling of
17066         SafeHandle parameters (no ref support yet).
17068         (MarshalAction): Document the defines as I implement
17069         them for SafeHandle.
17071         (emit_marshal_object): indentation police.
17073         * class-internals.h: Define MonoSafeHandle.
17074         Add safehandle_class to MonoDefaults type.
17076         * verify.c: Add System.Runtime.InteropServices.SafeHandle to the
17077         list of classes to check for fields. 
17079         * domain.c (mono_init_internal): Add SafeHandle to the list of
17080         mono_defaults loaded.
17082 2006-12-15  Raja R Harinath  <rharinath@novell.com>
17084         Fix #80253
17085         * reflection.c (mono_reflection_bind_generic_parameters): If the
17086         generic type definition is a type builder, ensure that it is fully
17087         initialized before instantiating it.  Kill some dead code.
17089 Thu Dec 14 17:02:59 CET 2006 Paolo Molaro <lupus@ximian.com>
17091         * object.c: clear the loader_error () before loading
17092         more metadata stuff (bug #80258).
17094 Thu Dec 14 12:49:47 CET 2006 Paolo Molaro <lupus@ximian.com>
17096         * icall.c, icall-defs.h: type modifiers icalls for
17097         parameters and properties.
17099 Wed Dec 13 19:29:50 CET 2006 Paolo Molaro <lupus@ximian.com>
17101         * object.c, icall.c: fixed warnings.
17103 Mon Dec 11 11:03:10 CET 2006 Paolo Molaro <lupus@ximian.com>
17105         * marshal.c: fixed a couple of leaks and coding style in a few places.
17107 2006-12-08  Dick Porter  <dick@ximian.com>
17109         * process.c: Cope with NULL ProcessStartInfo arguments on windows
17110         too.  Patch from Jonathan Chambers <joncham@gmail.com>, fixes bug
17111         80173.
17113 Thu Dec 7 15:20:31 CET 2006 Paolo Molaro <lupus@ximian.com>
17115         * process.c: ProcessStartInfo may have only filename set and
17116         arguments can be NULL.
17118 Tue Dec 5 19:19:34 CET 2006 Paolo Molaro <lupus@ximian.com>
17120         * icall.c: fix leak found by Robert Jordan.
17122 Tue Dec 5 17:53:10 CET 2006 Paolo Molaro <lupus@ximian.com>
17124         * marshal.c, marshal.h: generate managed method to access an element
17125         of a multi-dimensional array.
17127 2006-11-30  Paolo Molaro (lupus@ximian.com)
17129         * metadata.c, marshal.c: locking fixes when writing to image->mempool.
17131 Thu Nov 30 11:11:37 CET 2006 Paolo Molaro <lupus@ximian.com>
17133         * icall.c: back out GetFields () fix until the serialization code is
17134         fixed to not depend on the incorrect behaviour.
17136 Wed Nov 29 22:01:46 CET 2006 Paolo Molaro <lupus@ximian.com>
17138         * profiler.c: provide defaults if none are set.
17140 Tue Nov 28 12:54:51 CET 2006 Paolo Molaro <lupus@ximian.com>
17142         * Makefile.am, attrdefs.h: new public header file with
17143         constants for attributes for use by embedders.
17145 Tue Nov 28 11:44:52 CET 2006 Paolo Molaro <lupus@ximian.com>
17147         * icall.c: GetFields () fix for bug #80064.
17149 Tue Nov 28 10:56:01 CET 2006 Paolo Molaro <lupus@ximian.com>
17151         * filewatcher.c, filewatcher.h, icall-def.h, icall.c, locales.c:
17152         removed long unused icalls.
17154 2006-11-27  Jonathan Chambers  <joncham@gmail.com>
17155   
17156         * marshal.c: 
17157                 (mono_marshal_emit_managed_wrapper): Level of indirection for 
17158                 mono_marshal_get_managed_wrapper so that a wrapper for a managed method
17159                 can be generated without a delegate class.
17160                 (mono_marshal_get_managed_wrapper): Move wrapper logic to mono_marshal_emit_managed_wrapper.
17161         
17162         Signed-off-by: Jonathan Chambers <joncham@gmail.com>
17164 2006-11-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
17166         * console-io.c: add the 'signal' call removed by mistake. Fixes bug
17167         #80069.
17169 Mon Nov 27 19:29:13 CET 2006 Paolo Molaro <lupus@ximian.com>
17171         * boehm-gc.c, null-gc.c, sgen-gc.c, mono-gc.h, icall.c,
17172         icall-def.h: added icalls needed by System.GC.
17174 Thu Nov 23 20:01:12 CET 2006 Paolo Molaro <lupus@ximian.com>
17176         * loader.c: ensure the class in catch clauses is handled
17177         correctly for generics methods (fixes bug#79980).
17179 Thu Nov 23 17:31:58 CET 2006 Paolo Molaro <lupus@ximian.com>
17181         * monitor.h, monitor.c: added mono_locks_dump () function
17182         to help debug deadlocks involving managed locks.
17184 2006-11-13  Dick Porter  <dick@ximian.com>
17186         * file-io.c (get_file_attributes): If the file is a symlink try
17187         and get the stat data for the target, but also add the
17188         FILE_ATTRIBUTE_REPARSE_POINT flag.  This is an attempt to follow
17189         the specs for the windows symlink support, but will probably have
17190         to be reworked when I have test data from a vista machine.  Fixes
17191         bug 79887.
17193 2006-11-13  Dick Porter  <dick@ximian.com>
17195         * gc.c (mono_domain_finalize): 
17196         * marshal.c (mono_delegate_begin_invoke): 
17197         * threadpool.c (socket_io_init, mono_thread_pool_init)
17198         (mono_thread_pool_finish): 
17199         * monitor.c (mono_monitor_try_enter_internal): 
17200         * threads.c (mono_thread_resume, mono_thread_init)
17201         (mono_thread_suspend_all_other_threads)
17202         (mono_thread_execute_interruption): 
17203         * appdomain.c (mono_domain_unload): Check for NULL error returns
17204         from CreateThread(), CreateEvent() and CreateSemaphore().  See bug
17205         75733.
17207 2006-11-11  Miguel de Icaza  <miguel@novell.com>
17209         * process.c
17210         (ves_icall_System_Diagnostics_Process_CreateProcess_internal):
17211         Only close the handle if the value of the handle is not
17212         INVALID_HANDLE_VALUE.  This just makes the process a bit more
17213         robust.
17215         Improvement for #75733, so that we do not run into this problem. 
17217         
17218         * assembly.c (check_path_env, check_extra_gac_path_env): Do not
17219         include empty directories from MONO_PATH or MONO_GAC_PREFIX in our
17220         internal variables.  Fixes #79462 
17221         
17223 2006-11-09  Dick Porter  <dick@ximian.com>
17225         * socket-io.c (ves_icall_System_Net_Sockets_Socket_Poll_internal):
17226         Use poll() not select().  Fixes bug 79397.
17228 2006-11-09  Raja R Harinath  <rharinath@novell.com>
17230         Fix #79872
17231         * assembly.c (mono_assembly_load_from_full): Check that the given
17232         image has an assembly manifest.
17234 2006-11-09  Ankit Jain  <jankit@novell.com>
17236         * tabledefs.h (ASSEMBLYREF_RETARGETABLE_FLAG):
17237         (ASSEMBLYREF_ENABLEJITCOMPILE_TRACKING_FLAG):
17238         (ASSEMBLYREF_DISABLEJITCOMPILE_OPTIMIZER_FLAG): Add AssemblyRef flags.
17240 2006-11-07  Dick Porter  <dick@ximian.com>
17242         * socket-io.c (ves_icall_System_Net_Dns_GetHostByAddr_internal):
17243         Put the old resolver behaviour back for pre-2.0 profiles.
17245 Tue Nov 7 16:56:24 CET 2006 Paolo Molaro <lupus@ximian.com>
17247         * threadpool.c: precise GC and locking fixes.
17249 Tue Nov 7 11:02:42 CET 2006 Paolo Molaro <lupus@ximian.com>
17251         * class.c: don't load types that have an explicit unaligned
17252         managed reference. Provide better info in the TypeLoad exception.
17253         Part of the fix for bug #79744.
17254         * object.c: use the correct check for class type load issues.
17256 Mon Nov 6 17:07:43 CET 2006 Paolo Molaro <lupus@ximian.com>
17258         * class.c: enforce alignment of fields with managed references
17259         even when Pack=1 is forced by the user (bug #77788).
17261 2006-11-03  Dick Porter  <dick@ximian.com>
17263         * socket-io.c (ves_icall_System_Net_Dns_GetHostByAddr_internal):
17264         If the address reverse lookup fails, return it as the hostname
17265         anyway.  Fixes bug 79721.
17267 2006-11-03  Dick Porter  <dick@ximian.com>
17269         * threads.c (ves_icall_System_Threading_Thread_SpinWait_internal):
17270         Fix build on Windows.
17272 2006-11-02  Dick Porter  <dick@ximian.com>
17274         * icall-def.h: 
17275         * object-internals.h: 
17276         * exception.c (mono_get_exception_thread_interrupted): 
17277         * threads.c: Implement Thread.Interrupt and Thread.SpinWait.
17278         Fixes bug 74525.
17280         * monitor.c (ves_icall_System_Threading_Monitor_Monitor_wait):
17281         Check for pending Thread.Interrupt.
17283 2006-10-27  Massimiliano Mantione  <massi@ximian.com>
17284         * loader.c: Fixed bug 79684.
17286 2006-10-27  Dick Porter  <dick@ximian.com>
17288         * file-io.c (get_file_attributes): Force symlinks to directories
17289         to be returned as a regular file.  Fixes bug 79733.
17290 2006-10-26  Dick Porter  <dick@ximian.com>
17292         * file-io.c (ves_icall_System_IO_MonoIO_Open): If we're calling
17293         CreateFile to open a directory then we need to set the
17294         FILE_FLAG_BACKUP_SEMANTICS flag.  Fixes bug 75285.
17296 2006-10-23  Zoltan Varga  <vargaz@gmail.com>
17298         * reflection.c (mono_method_get_object): Cache the MonoMethod class and its
17299         friends.
17301 Mon Oct 23 03:06:06 CEST 2006 Paolo Molaro <lupus@ximian.com>
17303         * sgengc.c: small cleanup of timer code.
17305 Mon Oct 23 02:49:08 CEST 2006 Paolo Molaro <lupus@ximian.com>
17307         * sgen-gc.c: fix some warnings and start adding support for
17308         complete object removal on domain unload.
17310 2006-10-22  Gert Driesen  <drieseng@users.sourceforge.net>
17312         * assembly.c: build_assembly_name should not consider a version
17313         number without build or revision number invalid. Fixes bug #79715.
17315 2006-10-18  Jonathan Chambers  <joncham@gmail.com>
17317         * icall.c: Have ves_icall_System_Diagnostics_DefaultTraceListener_WriteWindowsDebugString
17318         call kernel32 function OutputDebugString directly.
17319         
17320         Signed-off-by: Jonathan Chambers <joncham@gmail.com>
17321         
17322 Tue Oct 17 16:59:59 CEST 2006 Paolo Molaro <lupus@ximian.com>
17324         * reflection.c: small cleanup, using a function to insert a MonoString
17325         in the string heap.
17327 Tue Oct 17 16:45:27 CEST 2006 Paolo Molaro <lupus@ximian.com>
17329         * reflection.c: moving GC fixes.
17331 Mon Oct 16 16:53:12 CEST 2006 Paolo Molaro <lupus@ximian.com>
17333         * sgen-gc.c, gc-internal.h, gc.c: added API to collect and remove
17334         all the objects with finalizers belonging to an unloading appdomain.
17336 Mon Oct 16 15:08:41 CEST 2006 Paolo Molaro <lupus@ximian.com>
17338         * sgen-gc.c: added ability to allocate even when the nursery is fully
17339         pinned and fixed a couple of bugs.
17341 2006-10-15  Zoltan Varga  <vargaz@gmail.com>
17343         * threads.h: Revert the last change for now.
17345         * threads.h (mono_thread_get_pending_exception): Rename this to
17346         mono_thread_get_undeniable_exception ().
17348 2006-10-15  Gert Driesen  <drieseng@users.sourceforge.net>
17350         * appdomain.c: Use mono_get_exception_bad_image_format2 to construct
17351         BadImageFormatException in ves_icall_System_Reflection_Assembly_LoadFrom
17352         when fname does not refer to valid assembly. This result in a more
17353         meaningful error message.
17354         * exception.c: added mono_get_exception_bad_image_format2 which 
17355         constructs a BadImageFormatException using the ctor taking a custom
17356         message and the file name. Passing in a NULL msg results in a default
17357         message.
17358         * exception.h: define mono_get_exception_bad_image_format2 function.
17359         * icall.c: in InternalGetAssemblyName, throw BadImageFormatException 
17360         when file name pointed to an invalid IL image. Use 
17361         mono_get_exception_file_not_found2 to construct FileNotFoundException,
17362         as this results in a more meaningful error message.
17364 2006-10-15  Zoltan Varga  <vargaz@gmail.com>
17366         * reflection.c (encode_named_val): Implement proper encoding of arrays. Fixes
17367         #79465.
17369 2006-10-12  Zoltan Varga  <vargaz@gmail.com>
17371         * metadata.c (mono_type_size): Change the align parameter to guint32 for
17372         consistency with the other _size functions.
17373         (mono_type_stack_size): Ditto.
17375         * class.c object.c icall.c: Fix warnings caused by the above change.
17377         * class.c (mono_class_get_method_from_name_flags): Fix a typo.
17379         * image.c (load_metadata_ptrs): Reenable loading of modules with uncompressed metadata.
17381         * metadata.c class.c loader.c: Add proper support for uncompressed metadata.
17383 Wed Oct 11 17:27:05 CEST 2006 Paolo Molaro <lupus@ximian.com>
17385         * console-io.h, filewatcher.h, locales.h, marshal.h, monitor.h,
17386         process.h, rand.h, rawbuffer.h, security-manager.h, security.h,
17387         socket-io.h, string-icalls.h, sysmath.h, threadpool-internals.h,
17388         threadpool.h, threads-types.h: mark more internal functions.
17390 2006-10-11  Dick Porter  <dick@ximian.com>
17392         * socket-io.c (ves_icall_System_Net_Sockets_Socket_Poll_internal):
17393         Fix typo spotted by Robert Jordan in bug 79352 (though I can't
17394         reproduce the bug even before applying the fix.)
17396 Tue Oct 10 15:39:39 CEST 2006 Paolo Molaro <lupus@ximian.com>
17398         * reflection.c: allow retrieving attributes for arguments in generic
17399         methods (bug #79241).
17401 Tue Oct 10 11:45:50 CEST 2006 Paolo Molaro <lupus@ximian.com>
17403         * debug-mono-symfile.c: properly check fopen () result (found by
17404         coverity).
17406 Tue Oct 10 11:30:52 CEST 2006 Paolo Molaro <lupus@ximian.com>
17408         * reflection.c: make error message clearer and fixed two
17409         issuelets found by Coverity.
17411 2006-10-10  Zoltan Varga  <vargaz@gmail.com>
17413         * object-internals.h: Remove duplicate definition of mono_method_get_signature_full ().
17415 Mon Oct 9 19:41:44 CEST 2006 Paolo Molaro <lupus@ximian.com>
17417         * object-internals.h, gc-internal.h, profiler-private.h:
17418         mark internal functions.
17420 Mon Oct 9 19:28:56 CEST 2006 Paolo Molaro <lupus@ximian.com>
17422         * reflection.c: put data in the text section.
17423         * icall.c: recognize more types in type_from_typename ().
17424         * process.c, marshal.c: added some GC FIXMEs.
17426 Mon Oct 9 19:27:26 CEST 2006 Paolo Molaro <lupus@ximian.com>
17428         * loader.c: check for NULL before initializing.
17430 2006-10-09  Zoltan Varga  <vargaz@gmail.com>
17432         * gc.c (finalizer_thread): Use a non-alertable wait here.
17434         * class.c loader.c metadata.c: Revert the mono_metadata_decode_table_... changes,
17435         until the correct solution is found.
17437 2006-10-06  Zoltan Varga  <vargaz@gmail.com>
17439         * reflection.c (mono_module_get_object): Avoid an assert when operating on
17440         modules with no metadata. Fixes #79596.
17442         * image.c (load_metadata_ptrs): Put back the error message when
17443         the #- heap is encountered since the support is not complete yet.
17445 Fri Oct 6 16:57:26 CEST 2006 Paolo Molaro <lupus@ximian.com>
17447         * gc.c: do not allow the user to SuppressFinalize () a
17448         delegate because it would leak the trampoline if present.
17450 2006-10-06  Zoltan Varga  <vargaz@gmail.com>
17452         * class.c metadata.c row-indexes.h blob.h: Applied patch from Jb. Add support for the
17453         PropertyPtr table.
17455 2006-10-05  Zoltan Varga  <vargaz@gmail.com>
17457         * loader.c (mono_method_signature): Fix a use of MONO_TABLE_METHOD missed earlier.
17459         * metadata.c (mono_metadata_get_param_attrs): Ditto.
17461         * row-indexes.h: Add definitions for *Ptr tables.
17463         * metadata-internals.h (MonoImage): Add an 'uncompressed_metadata' flag.
17465         * metadata.c (mono_metadata_translate_token_index): New helper function to
17466         translate table indexes used in uncompressed metadata.
17467         (mono_metadata_decode_table_row): Ditto.
17468         (mono_metadata_decode_table_row_col): Ditto.
17470         * metadata.c: Add table schema for *Ptr tables.
17472         * class.c loader.c: Use the new helper function to access the affected metadata
17473         tables.
17474         
17475         * image.c (load_metadata_ptrs): Allow assemblies with uncompressed metadata. Fixes
17476         #38532.
17477         
17478 2006-10-04  Zoltan Varga  <vargaz@gmail.com>
17480         * marshal.c (emit_object_to_ptr_conv): Avoid using short branches around IL
17481         sequences which can be unbounded in size. Fixes #79583.
17483 2006-10-02  Zoltan Varga  <vargaz@gmail.com>
17485         * object.c (mono_runtime_class_init): Handle a corner case in handling failure of
17486         static initialization.
17488         * domain-internals.h (MonoDomain): Add a 'type_init_exception_hash' field.
17490         * class-internals.h (MonoVTable): Add an 'init_failed' flag.
17492         * domain.c (mono_domain_free): Free up type_init_exception_hash.
17494         * object.c (mono_runtime_class_init): Implement correct semantics when a static
17495         ctor fails, i.e. throw the same exception on subsequent accesses.
17496         
17497 2006-09-0  Jonathan Chambers  <joncham@gmail.com>
17499         * domain.c, class-internals.h: Added ComInteropProxy class to MonoDefaults.
17500         * marshal.c: Return correct unmanaged size for object when MarshalAs.Struct.
17501         Emit exception rather than crash in case of COM Callable Wrapper (not yet implemented).
17502         Handle marshalling of interfaces and VARIANTs contained in structs.
17503         
17504         Code is contributed under MIT/X11 license.
17505         
17506 2006-09-30  Zoltan Varga  <vargaz@gmail.com>
17508         * marshal.c (emit_marshal_custom): Fix some corner cases. Fixes #79471.
17509         
17510         * marshal.c (mono_marshal_load_type_info): Allocate memory from the image
17511         mempool.
17513 2006-09-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
17515         * console-io.c: ignore previous SIGINT handler.
17517 2006-09-27  Zoltan Varga  <vargaz@gmail.com>
17519         * metadata.c class.c: Applied patch from Ricardo Fernandez Pascual 
17520         (ricardo.fernandez@st.com). Add some new MonoClass and MonoType accessors. Fixes
17521         #79460, #79461, #79485.
17523         * class.c (mono_class_from_name_case): Fix incorrect comments. Fixes #79504.
17525         * marshal.c (mono_marshal_load_type_info): Fix a typo which caused an assert. Fixes
17526         #79217.
17528 2006-09-26  Zoltan Varga  <vargaz@gmail.com>
17530         * marshal.c (mono_marshal_get_delegate_invoke): Tweak the IL a little so better code
17531         could be generated from it.
17533 Mon Sep 25 13:29:53 CEST 2006 Paolo Molaro <lupus@ximian.com>
17535         * rand.c: fix read loop to correctly handle EINTR.
17537 Mon Sep 25 11:33:06 CEST 2006 Paolo Molaro <lupus@ximian.com>
17539         * Makefile.am, icall-def.h, icall.c, verify.c: changed the way
17540         internal calls are defined to keep methods closer to the declaring
17541         type and allow a significant reduction in runtime relocations and
17542         memory usage.
17544 2006-09-21 Gert Driesen  <drieseng@users.sourceforge.net>
17546         * appdomain.c: Pass NULL to mono_get_exception_file_not_found2 as
17547         exception message to have FileNotFoundException use the default
17548         assembly load error message. Fixes bug #79426.
17549         * exception.c: Support NULL msg in mono_get_exception_file_not_found2.
17551 2006-09-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>
17553         * threadpool.c: (start_thread_or_queue) use the root domain when
17554         creating the thread instead of the async object one.
17556 Thu Sep 21 19:30:04 CEST 2006 Paolo Molaro <lupus@ximian.com>
17558         * class.c, object.c, class-internals.h, reflection.c:
17559         for arrays, store element_size inside MonoClass (speedup
17560         for array object creation).
17562 Thu Sep 21 17:06:43 CEST 2006 Paolo Molaro <lupus@ximian.com>
17564         * icall.c: fixed CodeBase to use the file name and not the module
17565         name (bug #79365).
17567 Thu Sep 21 12:09:34 CEST 2006 Paolo Molaro <lupus@ximian.com>
17569         * mono-debug.c, mono-debug.h: export find_method as
17570         mono_debug_find_method ().
17572 Wed Sep 20 19:59:06 CEST 2006 Paolo Molaro <lupus@ximian.com>
17574         * debug-helpers.c, class-internals.h: added a few functions useful
17575         when debugging under gdb.
17577 2006-09-19 Gonzalo Paniagua Javier <gonzalo@ximian.com>
17579         * console-io.[ch]: trigger the ConsoleCancelEvent and retrieve
17580         characters that need special handling.
17582 Tue Sep 19 18:57:38 CEST 2006 Paolo Molaro <lupus@ximian.com>
17584         * mono-config.c: make the os/cpu specification more flexible,
17585         allowing lists and negation.
17587 2006-09-18  Jonathan Chambers  <joncham@gmail.com>
17589         * marshal.c: COM Interop fixes. Handle case where method->klass.
17590         is interface. Handle BSTR/MonoString when null. Use CDECL as 
17591         calling convention on non-windows platforms. This is for
17592         compatibility with XPCOM and MainWin COM.
17593         
17594         Code is contributed under MIT/X11 license.
17595         
17597 2006-09-18  Zoltan Varga  <vargaz@gmail.com>
17599         * marshal.c (mono_marshal_load_type_info): Handle concurrent and recursive calls
17600         correctly. Fixes #79217.
17602         * class-internals.h (MonoClass): Remove unused marshal_info_init_pending field.
17604 Mon Sep 18 16:59:54 CEST 2006 Paolo Molaro <lupus@ximian.com>
17606         * mono-config.c: allow both an os and cpu attribute for dllmap
17607         and dllentry elemnets to enable a single config file to be used
17608         for multiple architectures.
17610 2006-09-18  Gert Driesen  <drieseng@users.sourceforge.net>
17612         * loader.c: MonoLoaderError was cleared too soon on load failure.
17613         Fixes bug #79424.
17615 Mon Sep 18 15:37:13 CEST 2006 Paolo Molaro <lupus@ximian.com>
17617         * icall.c: use the defining class vtable when accessing a
17618         static field, not a pobblibly derived class.
17620 2006-09-17  Zoltan Varga  <vargaz@gmail.com>
17622         * icall.c string-icalls.c: Remove references to unicode.h.
17624         * unicode.h unicode.c Makefile.am: Remove these unused source files.
17626         * NOTES: Moved to ../../docs and renamed to thread-safety.txt.
17628         * marshal.c (mono_marshal_emit_native_wrapper): Add an 'image' argument, 
17629         indicating the image where custom marshaller types should be looked up.
17630         (mono_ftnptr_to_delegate): Use the image of the delegate type to look up
17631         custom marshallers, instead of corlib. Fixes #79425.
17633 2006-09-14  Zoltan Varga  <vargaz@gmail.com>
17635         * marshal.c (emit_marshal_object): Fix marshalling of blittable classes and null.
17637 2006-09-14  Jonathan Chambers  <joncham@gmail.com>
17639         * environment.c (ves_icall_System_Environment_get_ProcessorCount): 
17640         Implement Environment.ProcessorCount.
17641         
17642         * environment.h (ves_icall_System_Environment_get_ProcessorCount): 
17643         Implement Environment.ProcessorCount.
17644         
17645         * icall.c: 
17646         Add Environment.ProcessorCount icall.
17647         
17648         Patch by Jason McFall.
17650 2006-09-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
17652         * assembly.c: don't append .exe/.dll when the filename already contains
17653         one of those extensions.
17655 2006-09-12  Martin Baulig  <martin@ximian.com>
17657         * class.c (mono_bounded_array_class_get): Also add `IList<object>'
17658         to array interfaces.
17660 2006-09-11  Martin Baulig  <martin@ximian.com>
17662         * reflection.c (mono_image_build_metadata): Create the
17663         MethodImpl's after emitting all types and methods, so we don't
17664         need another fixup pass for them.
17666 2006-09-11  Zoltan Varga  <vargaz@gmail.com>
17668         * class.c (mono_class_from_name_case): Fix regression introduced by the last
17669         change.
17671 Mon Sep 11 12:57:15 CEST 2006 Paolo Molaro <lupus@ximian.com>
17673         * gc-internal.h, appdomain.c, gc.c: force-destroy GC handles on domain
17674         unload.
17676 2006-09-10  Zoltan Varga  <vargaz@gmail.com>
17678         * object.c (mono_method_return_message_restore): Avoid a crash if one of the out
17679         args is not set. Fixes #78926.
17681 2006-09-08  Zoltan Varga  <vargaz@gmail.com>
17683         * class.c (mono_class_init): Init class->no_special_static_fields from the cached info.
17685         * image.c (load_class_names): Move this to class.c, and rename it to 
17686         'mono_image_init_name_cache'.
17687         (load_modules): Fix a warning.
17689         * class.c icall.c image.c: Initialize image->name_cache lazily.
17691         * class-internals.h (MonoGetClassFromName): New hook function to find a class based
17692         on its name using information in the AOT file.
17694         * class.c (mono_class_from_name): Use the new hook function.
17696 2006-09-06  Zoltan Varga  <vargaz@gmail.com>
17698         * reflection.c (mono_param_get_objects): Handle enum default parameter values
17699         correctly.
17701         * marshal.c (emit_marshal_object): Implement [In, Out] byval marshalling of classes.
17702         Fixes #79289.
17703         
17704 2006-09-06  Martin Baulig  <martin@ximian.com>
17706         * icall.c (mono_lookup_internal_call): Small fix.
17708 2006-09-05  Raja R Harinath  <rharinath@novell.com>
17710         * debug-mono-symfile.c (mono_debug_open_mono_symbols): Remove
17711         double g_free.
17713 2006-09-04  Sebastien Pouliot  <sebastien@ximian.com>
17715         * debug-mono-symfile.c: Fix *some* memory leaks that happens only 
17716         when --debug is specified.
17718 2006-09-04  Zoltan Varga  <vargaz@gmail.com>
17720         * class.c (setup_generic_array_ifaces): Fix a warning.
17722 2006-09-04  Miguel de Icaza  <miguel@novell.com>
17724         * Temporarily remove the patch to assemly.c that checks the
17725         assembly versions as it breaks our gacutil.
17727 2006-09-03  Zoltan Varga  <vargaz@gmail.com>
17729         * metadata.c (mono_metadata_parse_mh_full): Fix an invalid free.
17731         * assembly.c (mono_assembly_load_from_full): Avoid loading net 2.0 assemblies into
17732         a net 1.0 runtime.
17734         * marshal.c (mono_string_builder_to_utf8): Fix marshalling of StringBuilders
17735         created using the default ctor. Fixes #79152.
17736         (mono_string_builder_to_utf16): Ditto.
17738 2006-09-01  Martin Baulig  <martin@ximian.com>
17740         Fix handling of the generic array interfaces.
17742         * class-internals.h
17743         (MonoDefaults): Removed `generic_array_class' and added
17744         `generic_ilist' class.
17746         * class.c
17747         (mono_bounded_array_class_get): Add the new generic array interfaces.
17748         (setup_generic_array_ifaces): New static method; create vtable
17749         entries for each method in the generic array interfaces.
17751         * metadata.c
17752         (select_container): Allow "parent-less" generic methods.
17754         * marshal.c
17755         (mono_marshal_get_generic_array_helper): New public method.
17757         * icall.c
17758         (ves_icall_System_Array_InternalArray_GetGenericValueImpl):
17759         Renamed into ves_icall_System_Array_GetGenericValueImpl() and
17760         moved the interncall into System.Array.
17762 2006-09-01  Raja R Harinath  <rharinath@novell.com>
17764         A few more cases of avoiding work on types with ->byref set.
17765         Has the real fix for #79238
17766         * icall.c (is_generic_parameter): New helper.
17767         (ves_icall_Type_GetGenericParameterPosition): Use it.
17768         (ves_icall_Type_GetGenericParameterAttributes): Likewise.
17769         (ves_icall_MonoType_get_IsGenericParameter): Likewise.
17770         (ves_icall_TypeBuilder_get_IsGenericParameter): Likewise.
17771         (ves_icall_Type_GetGenericTypeDefinition_impl): Return NULL on
17772         reference types.
17773         (ves_icall_Type_get_IsGenericTypeDefinition): Return FALSE on
17774         reference types.
17775         (ves_icall_Type_get_IsGenericInstance): Likewise.
17776         (ves_icall_Type_get_IsGenericType): Likewise.
17778 2006-09-01  Zoltan Varga  <vargaz@gmail.com>
17780         * class.c (mono_class_setup_vtable_general): Share identical vtables with the parent
17781         class if possible.
17783         * mempool.h (mono_mempool_get_allocated): New helper function.
17785         * object.c (mono_class_create_runtime_vtable): Fix problem introduced by last
17786         change.
17788         * mempool.c: Fix warnings and the calculation of stats.
17790         * object.c (mono_class_create_runtime_vtable): Fix the AOT optimization.
17792         * class.c (mono_class_setup_vtable): Update generic_vtable_count stat.
17794         * loader.c (mono_get_method_from_token): Update method_count stat.
17796         * class-internals.h (MonoStats): Add some stats.
17798 2006-08-31 Robert Jordan  <robertj@gmx.net>
17800         * icall.c: Replace the PtrToStringAuto, StringToHGlobalAuto icalls
17801         with managed variants.
17802         All code is contributed under the MIT/X11 license.
17803         
17804 2006-08-31  Zoltan Varga  <vargaz@gmail.com>
17806         * reflection.c (reflection_methodbuilder_to_mono_method): Set 
17807         method->skip_visibility based up the skipVisibility parameter of DynamicMethods.
17809         * class-internals.h (MonoMethod): Add a 'skip_visibility' field.
17811         * marshal.c (mono_marshal_load_type_info): Revert the last change as it can't cope
17812         with cycles in classes.
17814         * icall.c (ves_icall_MonoType_get_Name): Add a '&' for byref types. Fixes #79110.
17816         * marshal.c (emit_marshal_array): Avoid crash when a parameter with type array is 
17817         missing a [MarshalAs] directive. Fixes #79203.
17819         * marshal.c (mono_marshal_load_type_info): Fix a race in initializing 
17820         klass->marshal_info. Fixes #79217.
17822 2006-08-30  Martin Baulig  <martin@ximian.com>
17824         Committing a patch from Joachim Ante <joe@otee.dk>:
17825         Add support for binary data symbol stores.
17827         * debug-mono-symfile.c
17828         (mono_debug_open_mono_symbol_file): Renamed into
17829         mono_debug_open_mono_symbols() and added `raw_contents' and `size'
17830         arguments.
17832         * mono-debug.c
17833         (mono_debug_open_image): Added `raw_contents' and `size' args.
17834         (mono_debug_init_2_memory): New public function.
17836 Fri Aug 25 18:25:23 CEST 2006 Paolo Molaro <lupus@ximian.com>
17838         * icall.c: handle TypedReference in GetTypeCode (bug #79150).
17840 2006-08-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
17842         * appdomain.c: implement support for ShadowCopyFiles.
17844 2006-08-22  Sebastien Pouliot  <sebastien@ximian.com>
17846         * string-icalls.c: Add shortcut in ves_icall_System_String_ctor_charp
17847         when value is NULL (and should remove CID #51).
17849 2006-08-22 Gonzalo Paniagua Javier <gonzalo@ximian.com>
17851         * image.c: moved 2 functions to ../utils.
17853 Tue Aug 22 15:53:29 CEST 2006 Paolo Molaro <lupus@ximian.com>
17855         * gc.c: cope with the target object of a GC handle being NULL
17856         (bug #78877).
17858 Tue Aug 22 11:10:33 CEST 2006 Paolo Molaro <lupus@ximian.com>
17860         * class.c: recursively check parent's explicit implementations
17861         of interface methods (fixes bug #79125).
17863 2006-08-19  Miguel de Icaza  <miguel@novell.com>
17865         * filewatcher.c: Avoid warnings when building, do not redefine
17866         constants that are defined.
17868         Remove warnings.
17870 2006-08-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
17872         * image.c: don't fail when the link points to an absolute path.
17874 2006-08-18  Sebastien Pouliot  <sebastien@ximian.com>
17876         * decimal.c: Remove dead code (unrequired check) in mono_decimalIncr.
17877         Fix CID #3.
17879 2006-08-17  Miguel de Icaza  <miguel@novell.com>
17881         * image.c (full_path): A new method used to obtain the actual path
17882         of an assembly even in the presence of symbolic links.  
17884         This is necessary for the case where we are running a binary that
17885         has been GACed, but we are using the "published" path name
17886         ($prefix/mono/1.0/blah.exe) which happens to point to the real
17887         file in the GAC.
17889         This was the source of the failure for the `xsp' command with the
17890         recent AppDomain changes, as far as the runtime was concerned,
17891         there were two different assemblies: $prefix/mono/1.0/blah.exe and
17892         $prefix/mono/gac/blah/version/blah.exe.
17894         (do_mono_image_open): use full path
17896 2006-08-17  Zoltan Varga  <vargaz@gmail.com>
17898         * object.c (mono_class_create_runtime_vtable): Add a FIXME.
17900 2006-08-17  Sebastien Pouliot  <sebastien@ximian.com>
17902         * marshal.c: Fix mono_marshal_check_domain_image if an invalid 
17903         domain_id is supplied. Fix CID #241 and corlib's unit tests.
17905 2006-08-17  Zoltan Varga  <vargaz@gmail.com>
17907         * class.c (mono_class_layout_fields): Set min_align to a bigger value for
17908         small structures. Fixes #78990.
17910 2006-08-17  Zoltan Varga  <vargaz@gmail.com>
17912         * marshal.c (mono_marshal_get_xappdomain_invoke): Use the new helper functions here.
17914         * appdomain.c (ves_icall_System_AppDomain_createDomain): Fix a warning.
17916 2006-08-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
17918         * appdomain.c:
17919         * marshal.c: don't load all the assemblies from a domain into newly
17920         created ones. The new domains might have different rules and load
17921         assemblies from different locations. Fixes bug #76757.
17923         Patch by Lluis. Conflicts resolved by Brian Crowell.
17925 2006-08-16  Alp Toker  <alp@atoker.com>
17927         * socket-io.c: First half of the fix for #79084.
17928         Set sa_size to the length of the content, not that of the struct.
17929         Don't add NULL suffix to the content, this should be done in
17930         managed code if needed.
17932 2006-08-14  Raja R Harinath  <rharinath@novell.com>
17934         Fix part of #79012
17935         * metadata.c (do_mono_metadata_parse_generic_class): Don't SEGV if
17936         mono_metadata_parse_type returns NULL.
17938 2006-08-13  Atsushi Enomoto  <atsushi@ximian.com>
17940         * normalization-tables.h : new file for string normalization data.
17941         * locales.c, locales.h, icall.c :
17942           added load_normalization_resource() for string normalization,
17943           and icall as well.
17944         * Makefile.am : added normalization-tables.h to the sources.
17946 2006-08-13  Zoltan Varga  <vargaz@gmail.com>
17948         * marshal.c: Add more helper functions to reduce code duplication and use them
17949         everywhere.
17951 2006-08-12  Zoltan Varga  <vargaz@gmail.com>
17953         * marshal.c: Fix non-x86 stdcall warnings.
17954         
17955         * marshal.c marshal.h: Add some helper functions to emit/patch branches, and use 
17956         them everywhere.
17958 2006-08-11  Jonathan Chambers  <joncham@gmail.com>
17960         * class.c (mono_bounded_array_class_get): Fix if statement that caused incorrect
17961         type check on multi-dimensional arrays. Fixes #79000.
17963 2006-08-10  Jonathan Chambers  <joncham@gmail.com>
17965         * class.c (mono_class_setup_parent): setup is_com_object during class initialization.
17966         * object.c (mono_remote_class_vtable/mono_object_new_specific): Changed checks
17967         to use is_com_object instead of MONO_CLASS_IS_IMPORT() macro.
17968         * class-internals.h: add is_com_object to class structure.
17969         * marshal.c: Fixed marshalling for IDispatch and IUnknown, added
17970         null checks to COM object marshalling. Fix .ctor call on RCW.
17971         * icall.c: Added icall implementation for MonoType.IsCOMObjectImpl.
17972         
17973         All code is contributed under the MIT/X11 license.
17975 2006-08-09  Dick Porter  <dick@ximian.com>
17977         * monitor.c (mono_monitor_cleanup): mono_monitor_cleanup() is
17978         racing mono_monitor_allocator_lock() somewhere, so don't delete
17979         the critical section for now.  Found by running and exiting
17980         monodevelop.
17982 2006-08-10  Zoltan Varga  <vargaz@gmail.com>
17984         * marshal.c (cominterop_get_native_wrapper): Fix a warning.
17985         (ves_icall_System_ComObject_FindInterface): Ditto.
17986         (ves_icall_System_ComObject_CacheInterface): Ditto.
17988         * metadata.c (do_mono_metadata_type_equal): Applied patch from Roberto Costa
17989         (roberto.costa@st.com). Add support for MONO_TYPE_FNPTR.
17991 2006-08-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
17993         * threadpool.c: treat pipes from process asynchronous reads as sockets
17994         when reading from them, so we get select/poll or epoll to wait for
17995         data.
17997 2006-08-07  Sebastien Pouliot  <sebatien@ximian.com>
17999         * loader.c: Fix a typo (CID #233) in the null check.
18001 2006-08-07  Zoltan Varga  <vargaz@gmail.com>
18003         * appdomain.c (mono_domain_unload): Close the thread handle of the unload thread.
18004         Hopefully fixes #78949.
18005         
18006         * metadata.c (mono_metadata_parse_method_signature_full): Applied patch from 
18007         Roberto Costa (roberto.costa@st.com). Handle vararg signatures without SENTINEL
18008         bytes. Fixes #78972.
18010 2006-08-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
18012         * filewatcher.c: we need to set errno here.
18014 2006-08-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
18016         * filewatcher.c: let Win32Exception get the error value.
18018 2006-08-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
18020         * filewatcher.c: translate errno into win32 errors for Win32Exception
18021         to know what happened.
18023 2006-08-01  Zoltan Varga  <vargaz@gmail.com>
18025         * threadpool.c: Fix more warnings.
18027         * assembly.c (search_loaded): Fix warnings.
18029         * threadpool.c (mono_thread_pool_finish): Fix warnings.
18030         (mono_async_invoke): Ditto.
18032 2006-07-28  Jonathan Chambers  <joncham@gmail.com>
18034         * object.c (mono_remote_class_vtable): Need to create proxy vtable
18035         entries for __ComObject type in addition to ComImport types.
18036         * marshal.c: Added support for marshalling COM RCWs. Fixed warning
18037         about hash table.
18038         
18039         All code is contributed under the MIT/X11 license.
18041 Fri Jul 28 19:04:34 CEST 2006 Paolo Molaro <lupus@ximian.com>
18043         * image.c: avoid tentative loading of modulerefs that contain
18044         no metadata (P/Invoke library names).
18046 2006-07-28  Dick Porter  <dick@ximian.com>
18048         * loader.c (mono_loader_cleanup): mono_loader_cleanup() is racing
18049         mono_loader_lock() somewhere, so don't delete the critical section
18050         for now.  Found by running and exiting monodevelop.
18052 2006-07-26 Gonzalo Paniagua Javier <gonzalo@ximian.com>
18054         * filewatcher.c: define the inotify syscalls when we're building on
18055         linux and have sys/syscall.h. The build system might not have support
18056         for inotify but the target system might have it.
18058 2006-07-26  Miguel de Icaza  <miguel@novell.com>
18060         * domain.c: Documentation updates.
18062         * loader.c (mono_free_method): Do not release the method
18063         information if we are being profiled, as profilers will use this
18064         information at shut down to present some data to the user.
18066         This is needed so that the profiler does not crash, as the
18067         profiler tends to keep MonoMethods around, and they might become
18068         invalid if we free these.
18070         (mono_get_method_constrained): Return the original CIL stream
18071         method as well, so verification can be performed against it.
18073 2006-07-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
18075         * filewatcher.[ch]: support for inotify file system watcher.
18076         * icall.c: add new internal calls for the inotify file system watcher.
18078 2006-07-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>
18080         * threadpool.c: Windows also misbehaves on async. connects. Fixes bug
18081         #78888.
18083 2006-07-20  Dick Porter  <dick@ximian.com>
18085         * file-io.c (ves_icall_System_IO_MonoIO_Seek): Fix signed/unsigned
18086         warning.
18088 2006-07-20  Dick Porter  <dick@ximian.com>
18090         * threads.c (start_wrapper): Do the thread cleanup while we still
18091         hold a reference to its object.  Fixes bug 78123.
18093 2006-07-18  Kornél Pál  <kornelpal@gmail.com>
18095         * class-internals.h: Added MONO_WRAPPER_MANAGED_TO_MANAGED wrapper type.
18096         * debug-helpers.c: Map MONO_WRAPPER_MANAGED_TO_MANAGED to
18097           "managed-to-managed".
18098         * icall.c: Redirect string constructors that take sbyte* to
18099           ves_icall_System_String_ctor_RedirectToCreateString.
18100         * marshal.c: Redirect ves_icall_System_String_ctor_RedirectToCreateString
18101           to CreateString () methods with matching signature.
18102         * reflection.c: Use original security informations for
18103           MONO_WRAPPER_MANAGED_TO_MANAGED.
18104         * security-manager.c: Use original security informations for
18105           MONO_WRAPPER_MANAGED_TO_MANAGED.
18106         * string-icalls.c: Added ves_icall_System_String_ctor_RedirectToCreateString
18107           that is a placeholder and only its address should be used.
18108         * string-icalls.h: Added ves_icall_System_String_ctor_RedirectToCreateString
18109           that is a placeholder and only its address should be used.
18111 2006-07-15  Jonathan Chambers  <joncham@gmail.com>
18113         Begin implementing COM Interop.
18114         * appdomain.c: Increment corlib version.
18115         * class.c: Set ComImport classes' parent to __ComObject.
18116         * loader.c: Mark cominterop methods as such.
18117         * domain.c: Add __ComObject class to MonoDefaults structure.
18118         * image.c: Add 2 hashtables to the image for COM Interop related methods
18119         * metadata.c: Added mono_metadata_type_dup_mp to duplicate a type
18120         using the mempool allocator
18121         
18122         * metadata-internals.h: Add 2 hashtables to the image for COM Interop related methods
18123         * metadata.h: Added cominterop field to _MonoMethodSignature struct and
18124         declaration for mono_metadata_type_dup_mp.
18125         
18126         * debug-helpers.c: Added strings for two additional wrapper types
18127         * object.c: Create proxy objects for ComImport classes
18128         * class-internals.h: Define 2 new method wrapper types, COM Interop remoting target,
18129         and added __ComObject class to MonoDefaults structure.
18130         
18131         * object-internals.h: Finish MonoRealProxy definition, and add definition of
18132         MonoComInteropProxy and MonoComObject.
18133         
18134         * marshal.c: Added support for COM Interop
18135         (signature_cominterop): Converts managed signature to corresponding
18136         unmanaged COM signature.
18137         (cominterop_get_function_pointer): gets unmanaged function pointer via
18138         COM object vtable
18139         (cominterop_get_com_slot_for_method): returns vtable slot in COM interface of method
18140         (cominterop_get_method_interface): returns interface type that method is defined on
18141         (mono_mb_emit_cominterop_call): emits native call to function pointer
18142         gotten from vtable
18143         (cominterop_get_native_wrapper_adjusted): actual wrapper around unmanaged COM call
18144         that matches signature of unmanaged function.
18145         (cominterop_get_native_wrapper): wrapper around adjusted method call.
18146         (cominterop_get_invoke): forwards call from proxy to __ComObject
18147         (ves_icall_System_Runtime_InteropServices_Marshal_AddRef): Implements Marshal.AddRef 
18148         (ves_icall_System_Runtime_InteropServices_Marshal_QueryInterface): Implements Marshal.QueryInterface 
18149         (ves_icall_System_Runtime_InteropServices_Marshal_Release): Implements Marshal.Release 
18150         
18151         * marshal.h: Added Marshal icall declarations.
18152         * icall.c: Added __ComObject icalls. Need to store interfaces in unmanaged code
18153         so we can access them in finalizer
18154         
18155 2006-07-14  Dick Porter  <dick@ximian.com>
18157         * object.c (mono_type_initialization_cleanup): Fix a race
18158         condition by temporarily commenting out the critical section
18159         deletion.
18161 2006-07-14  Zoltan Varga  <vargaz@gmail.com>
18163         * reflection.c (create_custom_attr): Fix some warnings.
18164         (create_custom_attr_data): Ditto.
18165         (typebuilder_setup_properties): Save custom attrs for properties in dynamic
18166         types. Fixes #78855.
18168 2006-07-11  Zoltan Varga  <vargaz@gmail.com>
18170         * class.c (mono_type_get_name_recurse): Fix the name of 1 dimensional non-szarrays.
18172         * reflection.c (mono_custom_attrs_free): Fix freeing of dynamic cattr info.
18174 2006-07-08  Zoltan Varga  <vargaz@gmail.com>
18176         * reflection.c (resolve_object): Add support for DynamicMethod.
18178         * domain.c appdomain.c threads.c monitor.c object.c gc.c: Applied patch from
18179         Joachim Ante (joe@otee.dk). Fix some shutdown leaks.
18181 2006-07-06  Sebastien Pouliot  <sebastien@ximian.com>
18183         * process.c: In ves_icall_System_Diagnostics_Process_GetModules_internal 
18184         don't leak GPtrArray's pdata has we have no use (nor free) for it.
18186 2006-07-01  Zoltan Varga  <vargaz@gmail.com>
18188         * marshal.c (mono_marshal_get_runtime_invoke): Fix passing of generic valuetypes.
18189         Fixes #77888.
18191 2006-06-30  Raja R Harinath  <rharinath@novell.com>
18193         * icall.c (ves_icall_MonoMethod_get_base_definition): Simplify
18194         slightly: remove a shadow local variable.
18196 2006-06-29  Raja R Harinath  <rharinath@novell.com>
18198         * icall.c (ves_icall_MonoMethod_get_base_definition): Return the
18199         definition that introduces the virtual function slot.
18200         Also fix Coverity #105.
18202 2006-06-29  Zoltan Varga  <vargaz@gmail.com>
18204         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Fix support
18205         for dynamic assemblies. Fixes #78724.
18207 2006-06-28  Zoltan Varga  <vargaz@gmail.com>
18209         * marshal.c (mono_string_to_byvalwstr): Fix this completely broken function.
18210         Fixes #78722.
18212 2006-06-21  Martin Baulig  <martin@ximian.com>
18214         * reflection.c
18215         (method_encode_clauses): Don't assert on `ex_info->handlers' here;
18216         fixes #76484.
18218 2006-06-21  Zoltan Varga  <vargaz@gmail.com>
18220         * object.h (mono_array_setref): Cast value to (MonoObject*) to fix warnings.
18222 2006-06-20  Raja R Harinath  <rharinath@novell.com>
18224         Make 'mono_class_get_full' only inflate TYPESPECs, not TYPEDEFs
18225         nor TYPEREFs.
18226         * class.c (mono_class_create_from_typespec): Add 'context' argument.
18227         Inflate result if necessary.
18228         (mono_class_get_full): Remove old version.  Rename from
18229         'mono_class_get' and add 'context' argument.  Pass it to
18230         ..._create_from_typespec.
18231         (mono_class_get): New.  Simple wrapper to mono_class_get_full.
18232         (mono_ldtoken): Revert change below.
18234 2006-06-20  Martin Baulig  <martin@ximian.com>
18236         * class.c (mono_ldtoken): Don't pass the generic context to
18237         mono_class_get_full() for MONO_TOKEN_TYPE_DEF/REF.  Fixes #78053.
18239 2006-06-15  Zoltan Varga  <vargaz@gmail.com>
18241         * marshal.c (mono_ftnptr_to_delegate): Avoid allocating signature from mempool
18242         and later freeing it. Fixes #78638.
18244 2006-06-15  Miguel de Icaza  <miguel@novell.com>
18246         * icall.c (mono_class_get_throw): Revert over-zealous error
18247         throwing, the caller for mono_class_get_throw will cope with
18248         errors when classes are not properly initialized already.
18250         The code still copes with loader exceptions though.
18252         Fixes the regression in reftype1 and reftype3 from the CAS tests.
18253         
18254 2006-06-14  Miguel de Icaza  <miguel@novell.com>
18256         Fixes the `make run1' version of RuntimeAbort (to be commited,
18257         source is in Bugzilla).
18258         
18259         * metadata.c (mono_metadata_interfaces_from_typedef_full): Return
18260         FALSE on class loading failure instead of returning true.
18262         * class.c (mono_class_create_from_typedef): It is possible for
18263         mono_metadata_interfaces_from_typedef_full to fail if a class is
18264         not found, cope with this.
18265         
18267 2006-06-14  Dick Porter  <dick@ximian.com>
18269         * socket-io.c: 
18270         * process.c: Fix a bunch of signed/unsigned warnings from gcc
18271         4.1.1
18273 2006-06-12  Atsushi Enomoto  <atsushi@ximian.com>
18275         * culture-info-table.h : oops, forgot to make it nsync with r61548.
18277 2006-06-09  Jonathan Chambers  <jonathan.chambers@ansys.com>
18279         * icall.c: Another fix for building mono in Visual Studio.
18281 2006-06-09  Jonathan Chambers  <jonathan.chambers@ansys.com>
18283         * marshal.c icall.c: Minor fixes for building mono in Visual Studio.
18284         
18285 2006-06-09  Martin Baulig  <martin@ximian.com>
18287         * debug-mono-symfile.c: Put this back and really fix it this
18288         time. Sorry for all the trouble.
18290 2006-06-08  Zoltan Varga  <vargaz@gmail.com>
18292         * icall.c (mono_class_get_throw): Fix a warning.
18293         (ves_icall_System_Reflection_Assembly_GetTypes): Allways throw 
18294         ReflectionTypeLoadException if needed. Fixes #78606.
18296         * class.c (mono_class_setup_vtable_general): Handle loader errors a bit better.
18297         (mono_class_init): Ditto.
18299         * loader.c (mono_loader_set_error_assembly_load): Display a separate warning for
18300         ref_only exceptions.
18301         (mono_loader_clear_error): Make this work even if there is no error.
18303 2006-06-08  Jonathan Chambers  <jonathan.chambers@ansys.com>
18305         * object-internals.h marshal.c marshal.h icall.c: Implement method 
18306         Marshal.GetComSlotForMethodInfo using internal call.
18308 2006-06-07  Zoltan Varga  <vargaz@gmail.com>
18310         * class-internals.h: Add a new kind of loader error LOADER_ERROR_ASSEMBLY plus
18311         a function for signalling it.
18313         * class.c (mono_class_from_typeref): Use the new kind of loader error when
18314         a referenced assembly is not found.
18316         * loader.c (mono_loader_error_prepare_exception): Add support for 
18317         LOADER_ERROR_ASSEMBLY. Fix formatting.
18319 2006-06-05  Jonathan Chambers  <jonathan.chambers@ansys.com>
18321         * domain.c appdomain.c class-internals.h marshal.c: Add support 
18322         for VARIANT marshalling on windows and increment corlib version
18323         since Variant struct was added.
18325 2006-06-03  Miguel de Icaza  <miguel@novell.com>
18327         * debug-mono-symfile.c: Revert Martin's previous patch which broke
18328         stack trace line information:
18330         (Martin) (mono_debug_symfile_lookup_location): Fix the algorithm:
18331         (Martin) when looking up B which is between A and C, return A not C.
18333         Bug is #78573.
18335         Thanks to Alexander Olk for tracking this down.
18337 2006-06-02  Zoltan Varga  <vargaz@gmail.com>
18339         * marshal.c (mono_marshal_set_last_error_windows): Fix build.
18340         
18341         * marshal.c (mono_marshal_emit_native_wrapper): Call GetLastError () early and without a wrapper to
18342         avoid clobbering its value.
18343         (mono_string_to_lpstr): Fix a warning on windows.
18345 2006-05-31  Zoltan Varga  <vargaz@gmail.com>
18347         * class-internals.h (MonoClass): Removed obsolete 'dummy' flag.
18349         * reflection.c loader.c: Removed references to 'dummy' flag.
18351         * loader.c (mono_loader_error_prepare_exception): Fix a warning.
18353         * threadpool.c: Make ASyncCall a copy of the managed MonoAsyncCall class so
18354         it gets GC tracking.
18356         * object-internals.h (MonoAsyncResult): Add an 'object_data' field which has
18357         GC tracking.
18358         
18359         * object.c (mono_async_result_new): Add an additional parameter 'object_data'.
18361         * marshal.c threadpool.c: Update callers of mono_async_result_new.
18363         * appdomain.c: Bump corlib version.
18365 2006-05-30  Zoltan Varga  <vargaz@gmail.com>
18367         * marshal.c: Use mono_mb_emit_stloc in more places. Use CEE_LDIND_REF and
18368         CEE_STIND_REF when working with object references.
18370 2006-05-31  Zoltan Varga  <vargaz@gmail.com>
18372         * class.c (mono_class_setup_fields): Call mono_class_init () for class->parent.
18373         Fixes #78539.
18375 2006-05-30  Miguel de Icaza  <miguel@novell.com>
18377         * loader.c (method_from_memberref): Fix argument value for
18378         mono_loader_set_error_method_load (I was passing the MonoClass
18379         instead of the class name char *).
18381 2006-05-30  Zoltan Varga  <vargaz@gmail.com>
18383         * marshal.c: Use mono_mb_emit_stloc in more places. Use CEE_LDIND_REF and
18384         CEE_STIND_REF when working with object references.
18386 2006-05-30  Martin Baulig  <martin@ximian.com>
18388         * mono-debug.c (mono_debug_print_stack_frame): Reverted the
18389         mono_method_full_name() change and replace the ':' with a '.'
18390         here.
18392 2006-05-30  Martin Baulig  <martin@ximian.com>
18394         * debug-mono-symfile.c
18395         (mono_debug_symfile_lookup_location): Fix the algorithm:
18396         when looking up B which is between A and C, return A not C.
18398 2006-05-29  Martin Baulig  <martin@ximian.com>
18400         * mono-debug.h
18401         (MonoDebugMethodInfo): Make the typedef public.
18402         (MonoDebugSourceLocation): New public struct.
18404         * mono-debug.c
18405         (mono_debug_source_location_from_address): Removed.
18406         (mono_debug_source_location_from_il_offset): Removed.
18407         (mono_debug_il_offset_from_address): Removed.
18408         (mono_debug_address_from_il_offset): Removed.
18409         (mono_debug_lookup_method): New public function.
18410         (mono_debug_lookup_source_location): New public function; replaces
18411         the old mono_debug_source_location_from_*() functions; see the
18412         inline documentation.
18413         (mono_debug_free_source_location): New public function.
18414         (mono_debug_print_stack_frame): New public function; see the
18415         inline documentation.
18417         * debug-mono-symfile.c
18418         (mono_debug_find_source_location): Renamed into
18419         mono_debug_symfile_lookup_location(); only take a
18420         `MonoDebugMethodInfo *' and an `offset' argument; added inline
18421         documentation.
18422         (mono_debug_find_method): Renamed into
18423         mono_debug_symfile_lookup_method().
18425 2006-05-27  Zoltan Varga  <vargaz@gmail.com>
18427         * assembly.c (mono_assembly_open_full): Dont overwrite the status
18428         returned by mono_image_open_full ().
18430         * appdomain.c (ves_icall_System_Reflection_Assembly_LoadFrom): Convert
18431         MONO_IMAGE_IMAGE_INVALID into a BadImageFormatException. Fixes
18432         #78517.
18434         * object.c (compute_class_bitmap): Use class->class_size for static fields. Fixes
18435         #78518.
18437 2006-05-27  Miguel de Icaza  <miguel@novell.com>
18439         * class.c (mono_class_from_typeref): handle missing images
18440         earlier, deals with bug #78418.   Refactor code; 
18442         Fix a warning introduced in my previous commit (some stale code
18443         from before I revisited my patch).
18445         * class.c (mono_class_create_from_typedef): On failure, remove the
18446         class from the MonoImage->class_cache as the class is not
18447         initialized;   Fixes the leak pointed out by Paolo.
18449 2006-05-25  Dick Porter  <dick@ximian.com>
18451         * threads.c (mono_thread_cleanup): Build fix.  Comment out the
18452         DeleteCriticalSections until I figure out which one may still be
18453         sometimes locked when mono_thread_cleanup is called.
18455 2006-05-24  Dick Porter  <dick@ximian.com>
18457         * threads.c (mono_thread_cleanup): Move the threading cleanup out
18458         of mono_thread_manage and back into its own function, so it can be
18459         called after the finalizer thread has finished.
18461         * appdomain.c (mono_runtime_cleanup): Call mono_thread_cleanup
18463 2006-05-24  Zoltan Varga  <vargaz@gmail.com>
18465         * assembly.c (mono_assembly_open_full): Fix typo introduced by a previous change.
18466         Fixes #78495.
18468         * marshal.c (emit_ptr_to_object_conv): Implement marshalling of byval arrays
18469         with non-blittable elements.
18470         (emit_object_to_ptr_conv): Ditto. Fixes #78492.
18472 2006-05-24  Martin Baulig  <martin@ximian.com>
18474         * mono-debug-debugger.h (MonoDebuggerEvent): Added
18475         `MONO_DEBUGGER_EVENT_FINALIZE_MANAGED_CODE'.    
18477         * mono-debug-debugger.c (mono_debugger_cleanup): Send a
18478         `MONO_DEBUGGER_EVENT_FINALIZE_MANAGED_CODE' and then set
18479         `mono_debugger_event_handler' to NULL.
18481 2006-05-24  Martin Baulig  <martin@ximian.com>
18483         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 57.
18485 2006-05-24  Martin Baulig  <martin@ximian.com>
18487         * mono-debug-debugger.h
18488         (mono_debugger_create_notification_function): Added
18489         `MonoCodeManager *' argument.
18491 Tue May 23 16:05:47 CEST 2006 Paolo Molaro <lupus@ximian.com>
18493         * boehm-gc.c, null-gc.c: fix compilation on 64 bit systems.
18495 Tue May 23 13:44:11 CEST 2006 Paolo Molaro <lupus@ximian.com>
18497         * Makefile.am, gc-internal.h, reflection.c: updates for the new GC.
18498         * sgen.-gc.c, sgen-gc.h: simple generational compacting GC
18499         implementation.
18501 Tue May 23 13:40:30 CEST 2006 Paolo Molaro <lupus@ximian.com>
18503         * icall.c: precise GC support: objects can't be stored in unmanaged
18504         memory anymore, even if they are kept alive by other references: since
18505         they can move the GC needs to be able to always find them.
18507 Tue May 23 12:57:08 CEST 2006 Paolo Molaro <lupus@ximian.com>
18509         * object.c: precise GC support for static fields. Support
18510         for moving GCs: write barriers and pinned allocation for interned
18511         strings.
18513 Tue May 23 12:41:44 CEST 2006 Paolo Molaro <lupus@ximian.com>
18515         * domain.c, domain-internals.h: precise GC support for the MonoDomain
18516         structure.
18518 Tue May 23 12:38:56 CEST 2006 Paolo Molaro <lupus@ximian.com>
18520         * class.c, gc.c: sgen and precise GC updates.
18522 Tue May 23 12:33:24 CEST 2006 Paolo Molaro <lupus@ximian.com>
18524         * marshal.h, marshal.c: added write barrier wrapper and precise type
18525         fixes.
18527 Tue May 23 12:31:22 CEST 2006 Paolo Molaro <lupus@ximian.com>
18529         * object.h, null-gc.c, boehm-gc.c: more write barrier functions and
18530         support.
18532 Tue May 23 12:27:14 CEST 2006 Paolo Molaro <lupus@ximian.com>
18534         * reflection.c: precise and sgen GC updates.
18536 Tue May 23 12:21:46 CEST 2006 Paolo Molaro <lupus@ximian.com>
18538         * debug-helpers.c, class-internals.h: added write barrier wrapper type.
18540 2006-05-22  Zoltan Varga  <vargaz@gmail.com>
18542         * threads.c (start_wrapper): Fix a missed guint32 tid declaration.
18544 2006-05-20  Zoltan Varga  <vargaz@gmail.com>
18546         * reflection.c (encode_cattr_value): Fix yet another bug in the encoding of
18547         MONO_TYPE_OBJECT. Fixes #78462.
18549 2006-05-18  Zoltan Varga  <vargaz@gmail.com>
18551         * marshal.c (emit_marshal_vtype): Add support for UnmanagedType.LPStruct 
18552         and blittable types.
18554 2006-05-17  Miguel de Icaza  <miguel@novell.com>
18556         * class.c (mono_class_get_exception_for_failure): Implement parts
18557         of a TODO: if the loader error is set (instead of the class
18558         error), we return a Loader exception that can be properly thrown
18559         elsewhere.
18561         This was exposed by some Winforms 2.0 code that I tried to run
18562         (Atsushi pointed me to it).
18564 2006-05-17  Zoltan Varga  <vargaz@gmail.com>
18566         * marshal.c (mono_marshal_emit_native_wrapper): Make the marshalling code more
18567         uniform by moving stuff from this function to the proper emit_marshal_XXX functions.
18568         
18569         * marshal.c (emit_marshal_vtype): Add limited support for 
18570         UnmanagedType.LPStruct. Fixes #78427.
18572         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStructure): 
18573         Applied a patch from kangaroo to fix #77523.
18575 2006-05-17  Martin Baulig  <martin@ximian.com>
18577         * threads.c
18578         (debugger_thread_vtable): Moved into ../mini/debug-debugger.c.
18579         (debugger_thread_created): Removed.
18580         (debugger_thread_exited): Removed.
18582 2006-05-15  Zoltan Varga  <vargaz@gmail.com>
18584         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
18586         * object-internals.h (MonoReflectionResource): Sync with managed version.
18588 2006-05-12  Wade Berrier <wberrier@novell.com>
18590         * threads.c: Define G_GSIZE_FORMAT for systems with glib < 2.6
18592 2006-05-12  Zoltan Varga  <vargaz@gmail.com>
18594         * class.c (mono_fnptr_class_get): Set class->image to corlib for now, since other
18595         functions try to allocate from the image mempool.
18597 2006-05-12  Dick Porter  <dick@ximian.com>
18599         * threads.c (mono_thread_attach): Fix usage of GetCurrentThread().
18601 2006-05-12  Lluis Sanchez  <lluis@ximian.com>
18603         * object.c: The FieldGetter and FieldSetter methods require the full
18604         name of the class, not only the name. Fixes bug #78277.
18606 2006-05-11  Miguel de Icaza  <miguel@novell.com>
18608         * loader.c (method_from_memberref): Do not pass the NULL klass to
18609         mono_loader_set_error_() methods.  Pass the non-NULL value
18610         (class). 
18612 2006-05-11  Zoltan Varga  <vargaz@gmail.com>
18614         * assembly.c (mono_assembly_load_from_full): Fix a bunch of warnings.
18615         (mono_assembly_close): Null out assembly->image->references after freeing it.
18617         * image.c (mono_image_close): Free image->references.
18618         
18619         * reflection.c (mono_image_basic_init): Fix a small memory leak.
18621 2006-05-10  Sebastien Pouliot  <sebastien@ximian.com>
18623         * marshal.c: In function mono_mb_add_local don't use the mb pointer 
18624         before checking if it's NULL (g_assert).
18626 2006-05-10  Martin Baulig  <martin@ximian.com>
18628         * metadata.c (mono_type_size): Kill the g_assert() in MONO_TYPE_GENERICINST;
18629         I thought I already killed that two months ago, but now it somehow reappeared.
18631 2006-05-10  Martin Baulig  <martin@ximian.com>
18633         * mono-debug.c (mono_debug_add_method): Allow instantiated generic methods.
18635 2006-05-10  Zoltan Varga  <vargaz@gmail.com>
18637         * reflection.c: Allocate memory for dynamically created methods in the image
18638         mempools.
18640 2006-05-10  Sebastien Pouliot  <sebastien@ximian.com>
18642         * appdomain.c: In ves_icall_System_AppDomain_[Get|Set]Data functions, 
18643         don't use the ad pointer before checking if it's NULL (g_assert).
18645 2006-05-09  Zoltan Varga  <vargaz@gmail.com>
18647         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetAssemblyName): Remove
18648         a redundant (and incorrect) addref. Hopefully fixes sn.exe on windows.
18650         * marshal.c: Allocate all signatures from mempools.
18652         * marshal.c: Allocate some more signatures from mempools.
18654 2006-05-09  Miguel de Icaza  <miguel@novell.com>
18656         * object.c (mono_load_remote_field): The code used to provide a
18657         temporary variable for returning results if the user did not
18658         provide a result pointer.  But our temporary variable was allocted
18659         on the satck.
18661         Fix calling code to always pass a result area.   Coverity ID 103.
18663 2006-05-06  Zoltan Varga  <vargaz@gmail.com>
18665         * threads.c (ves_icall_System_Threading_Interlocked_Add_Int): Return the new
18666         value, not the old. Fixes #78312.
18667         (ves_icall_System_Threading_Interlocked_Add_Long): Ditto.
18669         * class.c (mono_bounded_array_class_get): Allocate data from the image mempool.
18670         (mono_ptr_class_get): Ditto. Also change the cache from a global one to a 
18671         per-image cache.
18673         * assembly.c (mono_assembly_close): Free image->references.
18675         * assembly.c (mono_assembly_names_equal): Fix a warning.
18676         (mono_assemblies_cleanup): Cleanup more global data.
18678         * metadata-internals.h (MonoImage): Add 'ptr_cache'.
18680         * image.c (mono_image_close): Free up the contents of 'array_cache', free up
18681         ptr_cache and image->modules.
18683         * image.c (mono_image_init): Allocate array_cache lazily.
18684         
18685 2006-05-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
18687         * assembly.c: use GetCurrentThreadId for the hash, as GetCurrentThread
18688         behavior was changed recently and has bad side effects.
18690 2006-05-05  Zoltan Varga  <vargaz@gmail.com>
18692         * assembly.c (mono_assembly_open_full): Add a missing mono_image_close ().
18693         
18694         * assembly.c (mono_assembly_close): Remove a debug printf.
18696         * profiler.c (create_profiler): Use mono_aligned_addr_hash.
18698         * metadata-internals.h image.c assembly.c: Change the reference counting scheme
18699         to also allow for temporary references between mono_image_open ()/close ().
18701         * domain.c (get_runtimes_from_exe): Add a FIXME.        
18703 2006-05-04  Zoltan Varga  <vargaz@gmail.com>
18705         * marshal.c: Fix support for dynamic methods.
18707         * appdomain.c (mono_runtime_cleanup): Call mono_marshal_cleanup ().
18709         * marshal.c (mono_marshal_cleanup): New cleanup function.
18711         * marshal.c: Rewrite the wrapper code to allocate most of its memory from the 
18712         image mempools.
18714         * class.c (mono_class_init): Fix leaking class->nested_classes.
18716         * metadata-internals.h (MonoImage): Add a couple of new wrapper caches.
18718         * image.c (mono_image_init): Initialize the new cashes.
18720         * image.c (mono_image_close): Destroy the new cashes.
18722         * marshal.c: Get rid of most of the static caches in favor of per-image caches.
18724         * mempool.c (mono_mempool_strdup): New helper function.
18726         * class-internals.h: Add prototype for mono_loader_unlock ().
18728         * domain.c (mono_jit_info_table_find): Fix a warning.
18729         (mono_debugger_check_runtime_version): Ditto.
18731         * rawbuffer.h rawbuffer.c metadata-internals.h metadata.c class-internals.h 
18732         class.c loader.c image.h image.c assembly.h assembly.c: Add init () and cleanup ()
18733         functions to these modules.
18735         * domain-internals.h domain (mono_cleanup): New internal method to cleanup most
18736         metadata modules.
18737         
18738         * marshal.c (mono_free_bstr): Fix a warning.
18740         * assembly.c (mono_assembly_open_full): Fix another small leak.
18742         * object.c: Fix some unload leaks in the remoting code.
18744         * object-internals.h object-internal.c (mono_string_to_utf8_mp): New helper
18745         function.
18747         * assembly.c (mono_assembly_close): Fix a leak when unloading dynamic assemblies.
18749         * reflection.c: Fix some unload leaks in dynamic assemblies.
18751 2006-05-02  Jonathan Chambers  <jonathan.chambers@ansys.com>
18753         * marshal.c: Add BSTR support on Win32 (all changes under MIT X11)
18754         * marshal.h: Add BSTR support on Win32
18755         * icall.c: Add BSTR icalls
18756         * metadata.h: Add BSTR enums
18758 2006-04-28  Miguel de Icaza  <miguel@novell.com>
18760         Work to catch the crash from #76795 and turn it into an
18761         exception.   As I stubbed out pieces of the VisualBasic support,
18762         I found a number of places where the code was failing and I added
18763         checks to those places. 
18764         
18765         * metadata.c (do_mono_metadata_parse_generic_class): Make this
18766         function return a status code.  If we fail to parse the signature
18767         from mono_metadata_parse_generic_inst, return FALSE.
18769         * loader.c (mono_get_method_from_token): If we fail to load the
18770         method (mono_class_get) return NULL.   
18772         * (method_from_memberref): Return NULL if we are unable to parse
18773         the method signature
18775         (mono_loader_error_prepare_exception): Since we now use the
18776         loader_error flag internally to stop processing, and obtaining
18777         exceptions that might be thrown will walk this code path the
18778         proper way of going from a MonoLoaderError into a
18779         MonoException was convoluted.   This new routine encapsulates the
18780         process of turning the error into an exception and *clearing* the
18781         error afterwards.
18782         
18783 2006-04-27  Miguel de Icaza  <miguel@novell.com>
18785         Work to catch the crashes from 75075 (cope in Assembly.GetTypes
18786         with missing assemblies), and to cope with:
18788                 * Missing fieldref from a non-existing assembly.
18789                 * Missing methodref from a non-existing assembly.
18791         The first batch of work to address *some* of the issues from 76661.
18792         
18793         * object.c (mono_class_create_runtime_vtable): If we fail to
18794         initialize the class raise the exception here. 
18796         * metadata.c (mono_class_get_overrides_full): If any methods fail
18797         to load return the failure to the caller.
18799         * assembly.c: Use REFERENCE_MISSING instead of (gpointer) -1 for
18800         flagging assemblies that failed to load.   
18802         Do not crash if we are unable to load the assembly.
18804         (mono_assembly_close): Do nothing with REFERENCE_MISSING
18805         assemblies. 
18807         * loader.c (mono_loader_set_error_type_load): Change the
18808         convention to always pass unallocated strings, so we make our own
18809         copies (I know our own code had duplicated strings before, but
18810         this keeps the normal conventions).
18811         (method_from_memberref): Call mono_loader_set_error_method_load
18812         for all possible failures of loading the class. 
18813         Remove assert, turn into a loader error.
18815         (mono_loader_error_to_exception): Move this routine from mini
18816         (mini_loader_error_to_exception) there was no need to have that in
18817         mini. 
18819         * class.c (mono_class_from_typeref): If we were not able to load
18820         the assembly with mono_assembly_load_reference, call the
18821         mono_loader_set_error_type_load to register the problem.
18823         (mono_class_setup_fields): If we fail to load the type from
18824         mono_metadata_parse_type_full, call mono_class_set_failure and
18825         break from the loop.
18827         If class->exception_type is set, we do not layout the fields as
18828         that might crash the runtime, and instead return (from breaking
18829         from the previous loop).
18831         (mono_class_setup_vtable): This now returns a boolean indicating
18832         whether the table was properly setup.   The decision is driven by
18833         mono_class_get_overrides_full which might run into non-existing
18834         methods. 
18835         
18836         (mono_class_init): Returns TRUE on success or FALSE if there was a
18837         problem in loading the type (incorrect assemblies, missing
18838         assemblies, methods, etc).
18840         When we call mono_class_setup_fields we also check for a potential
18841         error inside this call (either a class exception or a general
18842         loader exception).
18844         (mono_class_create_from_typedef): If the parent fails to load
18845         (calling mono_class_get_full) return NULL.
18846         
18847         ** Important **
18849         calls to mono_metadata_parse_type_full should be checked
18850         everywhere and set the mono_class_set_failure
18851         (MONO_EXCEPTION_TYPE_LOAD) if we are not able to get the type.
18853         The current patch checks the places where my manually constructed
18854         tests show the errors are showing up, but we should do it
18855         everywhere. 
18857         ** Important2 **
18859         mono_class_init return values should be tested everywhere, like
18860         the previous case this is something that we should audit
18861         everywhere and not only on the cases exposed by the tests I
18862         created. 
18864 2006-04-26  Miguel de Icaza  <miguel@novell.com>
18866         * file-io.c (ves_icall_System_IO_MonoIO_Open): Remove `async'
18867         boolean parameter and instead pass the information on `options'
18868         parameter (FileOptions).
18870         * icall.c: Register the new signature for MonoIO.Open.
18872         * debug-helpers.c (dis_one): Trying to understand how coverity
18873         works.  Fix Run 5, item 78.
18875 2006-04-26  Dick Porter  <dick@ximian.com>
18877         * socket-io.c (hostent_to_IPHostEntry2): Explicitly check for NULL
18878         dereference.
18880 2006-04-25  Martin Baulig  <martin@ximian.com>
18882         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 56.
18884         * threads.c (mono_thread_attach): Set `thread->stack_ptr' and call
18885         debugger_thread_created().
18886         (debugger_gc_push_all_stacks): Don't handle the main thread in any
18887         special way.
18888         (mono_debugger_init_threads): Removed the `main_thread_stack' arg.
18889         (mono_debugger_finalize_threads): New function; undo the effects
18890         of mono_debugger_init_threads().
18891         (mono_debugger_create_all_threads): Removed.
18893 2006-04-24  Zoltan Varga  <vargaz@gmail.com>
18895         * image.c (mono_image_close): Tidy up trace messages.
18897         * assembly.c (mono_assembly_close): Ditto.
18899         * assembly.c (mono_assembly_close): Clear out image->assembly so the image
18900         no longer references an already freed assembly. Fixes #78168.
18902 2006-04-21  Dick Porter  <dick@ximian.com>
18904         * threads.c (mono_thread_detach): Fix reference counting when
18905         detaching threads.
18907 2006-04-21  Zoltan Varga  <vargaz@gmail.com>
18909         * icall.c (ves_icall_System_Enum_ToObject): Improve exception messages. Fixes
18910         #78155.
18912 2006-04-19  Zoltan Varga  <vargaz@gmail.com>
18914         * marshal.c (mono_type_to_ldind): New helper function moved here from mini.c
18915         (mono_type_to_stind): Ditto.
18917         * marshal.c: Use the new helper functions to simplify code.
18919         * image.c (mono_image_close): Add some code for help debug assembly unloading
18920         problems.
18922         * metadata.c (mono_metadata_parse_type_full): Allocate MonoType's from the
18923         image mempool.
18925         * assembly.c (mono_assembly_open_full): Invoke the load hook when the
18926         assembly was already loaded in another appdomain. Fixes #78083.
18928 2006-04-13  Zoltan Varga  <vargaz@gmail.com>
18930         * assembly.c (mono_assembly_load_reference): Increase the refcount of the
18931         referenced assemblies.
18932         (mono_assembly_close): Decrease the refcount of the referenced assemblies.
18934         * domain.c (mono_domain_free): Add a trace message.
18936         * appdomain.c (add_assemblies_to_domain): Ditto.        
18938         * metadata-internals.h: (_MonoAssembly): Modify the meaning of the ref_count
18939         field.  
18941 2006-04-12  Zoltan Varga  <vargaz@gmail.com>
18943         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetAssemblyName): Fix image reference counting.
18945 2006-04-12  Martin Baulig  <martin@ximian.com>
18947         * threads.c: Use `MONO_DEBUGGER_SUPPORTED' as the conditional, not
18948         `USE_INCLUDED_LIBGC'.   
18950 2006-04-12  Zoltan Varga  <vargaz@gmail.com>
18952         * image.c (canonicalize_path): Avoid calling strncpy on overlapping strings if
18953         the patch contains ../ and a small directory name later. Hopefully fixes
18954         #78035.
18956 2006-04-10  Martin Baulig  <martin@ximian.com>
18958         Clean up the debugger's thread-handling code.
18960         The debugger's thread-handling code has been moved from
18961         ../mini/debug-debugger.c to threads.c.  We now iterate directly
18962         over the `threads' hash, keep track of exiting threads and also
18963         use proper locking.
18965         We can now debug XSP and XSP based applications with the debugger.
18967         * object-internals.h (MonoThread): Added `gpointer end_stack'.
18969         * threads.h
18970         (MonoThreadCallbacks): Removed; this was only used by the debugger.
18971         (mono_install_thread_callbacks): Likewise.      
18973         * threads.c (mono_thread_callbacks): Removed.
18974         (debugger_thread_created, debugger_thread_exited): New static functions.
18975         (start_wrapper): Call debugger_thread_created().
18976         (thread_cleanup): Call debugger_thread_exited().
18977         (mono_gc_stop_world, mono_gc_start_world): Removed; this was never used.
18978         (mono_debugger_init_threads): New public function.
18979         (debugger_thread_vtable): Moved here from debug-debugger.c; we now
18980         iterate directly over the `threads' hash and also use proper locking.
18982         * mono-debug.h (MONO_DEBUGGER_VERSION): Bumped to 55.
18984         * mono-debug-debugger.h
18985         (MonoDebuggerEvent): Added MONO_DEBUGGER_EVENT_THREAD_EXITED.
18987 2006-04-10  Zoltan Varga  <vargaz@gmail.com>
18989         * reflection.c (encode_cattr_value): Fix handling of parameter type=object, 
18990         argument type=array. Fixes #78057.
18992 2006-04-10  Atsushi Enomoto  <atsushi@ximian.com>
18994         * culture-info-table.h : regenerated. Fixed bug #69652.
18996 2006-04-07  Zoltan Varga  <vargaz@gmail.com>
18998         * loader.c metadata.c: Reapply a variant r59116.
18999         
19000         * loader.c metadata.c: Revert r59116 to see if it fixes the breakage.
19002         * class.c (mono_class_setup_interface_offsets): New internal function.
19004         * reflection.c (ensure_runtime_vtable): Setup interface offsets for dynamic
19005         interfaces too. Fixes #77398.
19007         * reflection.c (encode_cattr_value): Add support for 
19008         parameter type=object, argument type=array.
19009         (load_cattr_value): Ditto. Fixes #77916.
19011         * marshal.c (emit_object_to_ptr_conv): Add support for ARRAY_BYVALCHARARRAY.
19012         (emit_ptr_to_object_conv): Ditto. Fixes #77960.
19014         * metadata.c (mono_type_to_unmanaged): Use ARRAY_BYVALCHARARRAY when converting
19015         a byval char array and CharSet is Ansi.
19017         * metadata.h: Add new marshalling conversion ARRAY_BYVALCHARARRAY.
19019 2006-04-06  Zoltan Varga  <vargaz@gmail.com>
19021         * metadata.c: Add some locking comments.
19022         
19023         * metadata.c (mono_metadata_signature_alloc): Allocate signatures in the image
19024         mempool.
19025         (mono_metadata_free_method_signature): Don't free the signature itself.
19027         * loader.c (mono_free_method): Don't free the signature in non-dynamic methods. 
19029         * assembly.c (mono_assembly_open_full): Avoid the situation where two assemblies
19030         reference the same MonoImage.
19031         (mono_assembly_load_from_full): Add an assert.
19033 2006-04-05  Zoltan Varga  <vargaz@gmail.com>
19035         * image.c (mono_image_close): Don't put the image we are about to free into the
19036         loaded_images_guid_hash.
19038         * marshal.c (mono_mb_emit_ptr): Refactor a common code sequence into this function
19039         to reduce code duplication.
19041         * marshal.c: Register the native functions called by this module as icalls, to
19042         somewhat centralize the creation of MonoMethodSignature's.
19044         * loader.c (mono_method_signature): Add a cache for method signatures.
19046         * metadata.c (mono_metadata_get_param_attrs): New helper function to return
19047         the parameter attributes of a method.
19048         (mono_metadata_parse_method_signature_full): Refactored the computation of
19049         parameter attributes into a separate function. Also avoid one allocation in
19050         most cases.
19052         * assembly.c (mono_assembly_close): Ditto.
19054         * image.c (mono_image_close): Log trace messages with INFO level.
19056         * metadata-internals.h (MonoImage): Add a new 'method_signature' cache.
19058         * image.c reflection.c: Correct reference counting of image modules.
19059         
19060         * metadata.c (mono_metadata_interfaces_from_typedef_full): Allocate the result
19061         of this function from the image mempool.
19062         
19063         (mono_metadata_parse_type_full): Remove the mode != MONO_PARSE_PARAM restriction
19064         to allow more cached types to be used.
19066         * mono-debug.c (mono_debug_add_method): Appled patch from
19067         David S. Miller  <davem@sunset.davemloft.net>: Access 
19068         minfo->lexical_blocks[] entry elements using read32().
19070 2006-04-04  Zoltan Varga  <vargaz@gmail.com>
19072         * loader.c (mono_free_method): No longer free the method header for non-dynamic
19073         methods as it is allocated from the mempool.
19075         * metadata.c (mono_metadata_parse_mh_full): Allocate method headers from the
19076         image mempool.
19078         * metadata-internals.h: Add comments describing the reference counting scheme
19079         used for MonoImage and MonoAssembly.
19081         * image.c assembly.c reflection.c: Rework reference counting of images and 
19082         assemblies so they are freed when the runtime is shut down. Free some 
19083         additional memory structures when an image is unloaded.
19084         
19085 2006-04-03  Zoltan Varga  <vargaz@gmail.com>
19087         * class.c loader.c reflection.c: Allocate more data structures in
19088         the image mempool.
19090 2006-03-31  Miguel de Icaza  <miguel@novell.com>
19092         * icall.c
19093         (ves_icall_System_Environment_InternalSetEnvironmentVariable): Fix
19094         build on pre glib 2.4 systems.
19096 2006-03-31  Zoltan Varga  <vargaz@gmail.com>
19098         * icall.c (ves_icall_System_Environment_InternalSetEnvironmentVariable): New icall.
19100         * icall.c: Fix some warnings.
19102 2006-03-29  Atsushi Enomoto  <atsushi@ximian.com>
19104         * culture-info-table.h : regenerated.
19106 Wed Mar 29 18:24:42 CEST 2006 Paolo Molaro <lupus@ximian.com>
19108         * threads.c, object-internals.h, verify.c: changed the culture caching
19109         code to use a normal MonoArray for storage so the GC can keep track of
19110         them easily. Fixed bits of the cache logic, too and simplified the
19111         code.
19113 Wed Mar 29 17:18:16 CEST 2006 Paolo Molaro <lupus@ximian.com>
19115         * gc-internal.h, null-gc.c, boehm-gc.c, gc.c: enable the finalizer
19116         thread for non-Boehm GCs.
19118 Wed Mar 29 17:10:05 CEST 2006 Paolo Molaro <lupus@ximian.com>
19120         * domain.c, object.c, domain-internals.h: reduce the amount of memory
19121         needed to keep track of the data for static fields.
19123 2006-03-29  Raja R Harinath  <rharinath@novell.com>
19125         Fix #75172
19126         * icall.c (ves_icall_Type_GetMethodsByName): Don't use vtable_size
19127         for interface classes.  Use 'num_methods' instead.
19128         (ves_icall_Type_GetPropertiesByName): Likewise.  Setup vtable
19129         before using '->vtable_size' field.
19131 Wed Mar 29 12:53:28 CEST 2006 Paolo Molaro <lupus@ximian.com>
19133         * domain.c, object.c, domain-internals.h: proxy_vtable_hash
19134         doesn't contain managed pointers, so use a normal hashtable.
19136 Mon Mar 27 11:15:00 CEST 2006 Paolo Molaro <lupus@ximian.com>
19138         * reflection.c, class-internals.h, domain.c: fixed handling of types
19139         used as values for objects in custom attributes (bug #77915):
19141 2006-03-24  Martin Baulig  <martin@ximian.com>
19143         * class.c (mono_class_setup_fields): Added support for generic
19144         instances; fixes #77580.
19146 2006-03-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19148         * assembly.c: publickeytoken is case insensitive. Fixes bug #77898.
19150 2006-03-24  Dick Porter  <dick@ximian.com>
19152         * file-io.c (get_file_attributes): More stat macro breakage.
19153         Fixes bug 77759.
19155 Fri Mar 24 15:26:00 CET 2006 Paolo Molaro <lupus@ximian.com>
19157         * profiler.c: added the file=filename option in the default profiler
19158         to output the profile data to filename.
19160 2006-03-22 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19162         * icall.c: CodeBase returns '/' instead of '\\' on windows. Fixes
19163         bug #77877.
19165 2006-03-22  Martin Baulig  <martin@ximian.com>
19167         * reflection.c (fieldbuilder_to_mono_class_field): Don't store the
19168         allocated `MonoClassField *' in `fb->handle'.
19170 Tue Mar 21 17:19:37 CET 2006 Paolo Molaro <lupus@ximian.com>
19172         * class.c, image.c, metadata-internals.h: implemented new mechanism to
19173         allocate interface ID to save memory and allow better ID reuse on
19174         appdomain unload. setup_generic_vtable () removal from Martin.
19176 Tue Mar 21 15:54:30 CET 2006 Paolo Molaro <lupus@ximian.com>
19178         * object.h, appdomain.c, domain.c, exception.c, icall.c,
19179         locales.c, marshal.c, object.c, reflection.c, threadpool.c,
19180         threads.c: introduced MONO_OBJECT_SETREF() macro to be able to insert
19181         write barriers for reference stores with managed objects accessed with
19182         C structures in the runtime and in embedding programs.
19184 2006-03-20  Raja R Harinath  <rharinath@novell.com>
19186         * icall.c (ves_icall_Type_GetInterfaces): Avoid using
19187         'interface_id' and 'max_interface_id' fields of MonoClasses
19188         representing open generic types.
19190 Fri Mar 17 18:06:06 CET 2006 Paolo Molaro <lupus@ximian.com>
19192         * object.h, object.c, icall.c: added functions to deal with
19193         storing valuetypes that contain references in managed objects.
19194         * reflection.c, string-icalls.c, threads.c, marshal.c: small
19195         fixes and comments around uses of mono_array_addr ().
19197 Thu Mar 16 17:16:45 CET 2006 Paolo Molaro <lupus@ximian.com>
19199         * object.h, icall.c, monitor.c: object.GetHashCode ()
19200         implementation that supports the moving garbage collector.
19202 Wed Mar 15 16:31:38 CET 2006 Paolo Molaro <lupus@ximian.com>
19204         * icall.c, threads-types.h, threads.c: implemented finalizer for
19205         LocalDataStoreSlot.
19207 2006-03-15  Zoltan Varga  <vargaz@gmail.com>
19209         * metadata.c (mono_type_size): Add a fixme.
19210         (mono_type_stack_size): Ditto.
19212         * object-internals.h (MonoReflectionAssemblyBuilder): Added 
19213         'type_forwarders' field.
19215         * tabledefs.h (TYPE_ATTRIBUTE_FORWARDER): Added new (undocumented) type
19216         attribute from net 2.0.
19218         * object.c (mono_vtable_get_static_field_data): Moved this to object.c
19219         from class.c.
19221         * class.c (mono_class_setup_fields): Fix a warning.
19222         
19223         * class.c (mono_class_from_name): Add support for assemblyref entries
19224         in the EXPORTEDTYPE table.
19226         * reflection.c: Add support for handling type forwarders under net 2.0.
19228         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.       
19229         
19230 2006-03-14  Zoltan Varga  <vargaz@gmail.com>
19232         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Avoid
19233         overwriting entries in ModuleBuild->types, also clean up the code
19234         a little. Fixes #77774.
19236 Tue Mar 14 20:21:18 CET 2006 Paolo Molaro <lupus@ximian.com>
19238         * domain.c, assembly.c, metadata-internals.h, class-internals.h:
19239         load friend assembly info when present.
19241 2006-03-14  Raja R Harinath  <rharinath@novell.com>
19243         Fix crasher on gtest-158.cs.
19244         * metadata.c (mono_metadata_parse_type_full): Avoid canonicalizing
19245         the return value if the MonoClass we want is yet in an
19246         inconsistent state.
19247         * class.c (mono_class_create_from_typedef): Add an comment
19248         explaining an order dependency between mono_class_setup_parent and
19249         mono_class_setup_mono_type.
19251 Mon Mar 13 21:13:27 CET 2006 Paolo Molaro <lupus@ximian.com>
19253         * class.c: documentation updates and events bug fix.
19255 Mon Mar 13 17:28:07 CET 2006 Paolo Molaro <lupus@ximian.com>
19257         * class.c: some cleanup, locking fixes.
19259 Mon Mar 13 10:46:17 CET 2006 Paolo Molaro <lupus@ximian.com>
19261         * class.c: fix the generics code to setup nested
19262         type info to the instantiated type (bug #77770).
19264 Sun Mar 12 16:21:31 CET 2006 Paolo Molaro <lupus@ximian.com>
19266         * marshal.c: fixed a few type correctness issues.
19268 Sat Mar 11 20:14:44 CET 2006 Paolo Molaro <lupus@ximian.com>
19270         * loader.c: the Set/Get/Addrtess array methods should be public.
19272 2006-03-11  Zoltan Varga  <vargaz@gmail.com>
19274         * icall.c (mono_register_jit_icall_wrapper): Fix a warning.
19275         
19276         * icall.c (mono_register_jit_icall_wrapper): Register the argument, not
19277         info->wrapper.
19279 2006-03-10  Zoltan Varga  <vargaz@gmail.com>
19281         * icall.c (mono_register_jit_icall): Allocate the structure using g_new0.
19283         * class-internals.h (MonoJitICallInfo): Add 'trampoline' field used by the JIT.
19285         * mempool.c (mono_mempool_alloc): Speed this up a bit.
19286         (mono_mempool_alloc0): Ditto.
19288 2006-03-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19290         * socket-io.c:
19291         (create_object_from_sockaddr): it was allocating 4 extra bytes
19292         for the AF_UNIX data. Fixes bug #77747.
19294 2006-03-09  Zoltan Varga  <vargaz@gmail.com>
19296         * icall.c (ves_icall_System_MonoMethodInfo_get_retval_marshal): New icall.
19298 2006-03-09  Dick Porter  <dick@ximian.com>
19300         * file-io.c (get_file_attributes): Use S_ISLNK not "& S_IFLNK".
19301         Fixes bug 76966 again.
19303 2006-03-07  Peter Dennis Bartok  <pbartok@novell.com>
19305         * verify.c (dtfinfo_fields): Updated to match new (serializable) field
19306         names from r57532
19307         * appdomain.c: Bumped corlib version to 48 (due to r57532)
19309 2006-03-07  Martin Baulig  <martin@ximian.com>
19311         * object.c
19312         (mono_field_get_value_object): Add support for MONO_TYPE_GENERICINST.
19314 2006-03-07  Martin Baulig  <martin@ximian.com>
19316         * class.c
19317         (mono_class_get_full): Don't inflate TYPEDEF entries; fixes the
19318         regression introduced in r56970; see gtest-252.cs.
19320         * loader.c (mono_get_method_constrained): Correctly handle generic
19321         methods; see gtest-253.cs.
19323 2006-03-04  Zoltan Varga  <vargaz@gmail.com>
19325         * icall.c (ves_icall_type_Equals): Handle NULLs. Fixes #77700.
19327 2006-03-04  Martin Baulig  <martin@ximian.com>
19329         * icall.c (ves_icall_MonoGenericClass_GetParentType): Dynamically
19330         compute the parent type at runtime, just like we're already doing
19331         it for interfaces.
19333         * reflection.c
19334         (mono_reflection_bind_generic_parameters): Don't compute the
19335         parent type anymore.
19337         * class-internals.h (MonoDynamicGenericClass): Removed `parent'.
19339 2006-03-04  Martin Baulig  <martin@ximian.com>
19341         * mono-debug-debugger.h
19342         (mono_debugger_create_notification_function): Allocate memory at
19343         runtime and return a pointer to it.
19345 2006-03-03  Zoltan Varga  <vargaz@gmail.com>
19347         * assembly.c: Fix windows build.
19348         
19349         * assembly.c: Fix build.
19351         * assembly.c: Move the contents of os/{unix,win32}/util.c to this file. 
19353         * gc_wrapper.h: Move the contents of os/gc_wrapper.h to this file.
19354         
19355 2006-03-03  Dick Porter  <dick@ximian.com>
19357         * process.c
19358         (ves_icall_System_Diagnostics_Process_ShellExecuteEx_internal):
19359         Check parameters before dereferencing them.  Fixes Aaron's part of
19360         bug 77393.
19362 2006-03-03  Raja R Harinath  <rharinath@novell.com>
19364         Fix performance regression.
19365         * loader.c (find_method_in_class): Add 'from_class' argument.
19366         Rename 'klass' argument to 'in_class'.  The signature is compared
19367         against the method in 'in_class', and the corresponding method is
19368         returned from 'from_class'.
19369         (find_method): Walk both 'in_class' and 'from_class' in parallel.
19370         (method_from_memberref) [PARENT_TYPESPEC]: Use it to walk the
19371         type definition and generic instantiation in parallel.
19372         (mono_get_method_constrained): Update to changes.
19374 Thu Mar 2 12:27:41 CET 2006 Paolo Molaro <lupus@ximian.com>
19376         * threads.c: make sure the domain is correct, too when doing
19377         mono_thread_attach ().
19379 2006-03-01  Zoltan Varga  <vargaz@gmail.com>
19381         * class.c (mono_class_create_from_typedef): Mark classes using CharSet.Auto as unicode on
19382         windows. Fixes #77683.
19384 Wed Mar 1 20:09:25 CET 2006 Paolo Molaro <lupus@ximian.com>
19386         * object.h, *: introduced specific way to set elements of an array
19387         of references to be used as write barrier. Still need to audit the
19388         uses of mono_array_addr.
19390 2006-03-01  Miguel de Icaza  <miguel@novell.com>
19392         * object-internals.h: New field to cache the assmebly name, patch
19393         from Tambet Ingo (tambet@ximian.com)
19395 Wed Mar 1 19:13:30 CET 2006 Paolo Molaro <lupus@ximian.com>
19397         * decimal.h, class-internals.h, metadata-internals.h,
19398         file-io.h: mark a few function declarations as internal, to
19399         reduce the number of PLT entries.
19401 2006-02-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19403         * file-io.c: fix typo in warning message.
19405 Tue Feb 28 17:43:20 CET 2006 Paolo Molaro <lupus@ximian.com>
19407         * loader.c: on unix, lookup the "*A" version of a function
19408         if charset is auto as a second option before failing.
19410 2006-02-28  Raja R Harinath  <rharinath@novell.com>
19412         * class.h (mono_class_inflate_generic_method): Revert to two
19413         argument version.
19414         * class-internals.h (MonoMethodInflated): Remove 'inflated' field.
19415         (mono_class_inflate_generic_method_full): Add.
19416         * class.c (mono_class_inflate_generic_method_full): Rename from
19417         'mono_class_inflate_generic_method'.  Don't set 'inflated' field.
19418         (mono_class_inflate_generic_method): New.  Wrapper around ..._full.
19419         * loader.c, reflection.c: Update to changes.
19421 Sat Feb 25 17:57:21 CET 2006 Paolo Molaro <lupus@ximian.com>
19423         * icall.c: const fixes and small improvements.
19425 2006-02-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19427         * threadpool.c: for asynchronous connect(), enable the same workaround
19428         for BSD 6 as for the Mac. Fixes bug #77637.
19430 2006-02-24  Zoltan Varga  <vargaz@gmail.com>
19432         * marshal.c (mono_marshal_free_asany): Fix handling of blittable
19433         formatted classes. Fixes #77524.
19435 2006-02-24  Raja R Harinath  <rharinath@novell.com>
19437         * class.c (inflate_generic_type): Add a couple more
19438         micro-optimizations.
19439         (inflate_generic_context): Don't use the 'gmethod' from
19440         'inflate_with'.
19441         (mono_class_inflate_generic_method): If the method has generic
19442         parameters, but the passed-in context doesn't have a 'gmethod',
19443         create one.  Use the possibly simplified generic instantiation
19444         from the declaring class instead of the one passed in.
19446 2006-02-24  Raja R Harinath  <harinath@gmail.com>
19448         Make generic method signature and method header handling lazy.
19449         * class.c (mono_class_inflate_generic_signature): Move to loader.c.
19450         (inflate_generic_header): Likewise.
19451         (mono_class_inflate_generic_method): Rewrite.  Add a 'klass_hint'
19452         parameter to avoid inflating types.
19453         (mono_get_inflated_method): Empty out.
19454         * class.h (mono_class_inflate_generic_method): Update to changes.
19455         * loader.c (mono_get_method_from_token): Don't parse signature for
19456         generic methods, nor methods of generic classes.
19457         (mono_method_signature): Rename from 'mono_method_signature'.
19458         Inflate signature on demand.
19459         (mono_method_get_header): Inflate method header on demand.
19460         * reflection.c: Update to changes.
19462 2006-02-23  Raja R Harinath  <rharinath@novell.com>
19464         * metadata.c (mono_metadata_inflate_generic_inst): If the
19465         instantiation is closed, don't bother expanding it in the new
19466         context.
19467         * class.c (inflate_generic_class): If the generic instantiation
19468         doesn't change after inflation, return the argument itself.
19469         (inflate_generic_type) [MONO_TYPE_MVAR, MONO_TYPE_VAR]:
19470         Add bounds checks.
19471         (inflate_generic_context): If neither the generic class nor the
19472         generic method instantiations change, return the original context.
19473         * reflection.c (mono_method_get_object): Do
19474         'mono_get_inflated_method' before accessing the ->klass field.
19475         (inflate_mono_method): Don't create a MonoGenericMethod unless
19476         necessary.
19477         (inflate_method): Don't pass a constructed type as the declaring
19478         type of a methodbuilder.
19480 Thu Feb 23 11:57:54 CET 2006 Paolo Molaro <lupus@ximian.com>
19482         * object.c: fix memory overwrite.
19484 2006-02-22  Dick Porter  <dick@ximian.com>
19486         * threads.c: Don't use G_GNUC_PRETTY_FUNCTION in debug messages,
19487         it doesn't work any more.
19488         (mono_threads_request_thread_dump): Fix unused variable warnings.
19490 Wed Feb 22 15:08:44 CET 2006 Paolo Molaro <lupus@ximian.com>
19492         * metadata.h, metadata-internals.h, monodiet.c, debug-helpers.c,
19493         mono-debug.c, profiler.c: cleanup: move MonoMethodHeader out of
19494         the public header file.
19496 2006-02-21  Zoltan Varga  <vargaz@gmail.com>
19498         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalUni): Fix writing past memory. Fixes #77613.
19500 Tue Feb 21 19:55:11 CET 2006 Paolo Molaro <lupus@ximian.com>
19502         * class-internals.h, object.c: reduce the size of MonoVTable
19503         and store the interface_offsets array at negative offsets.
19505 Tue Feb 21 19:53:26 CET 2006 Paolo Molaro <lupus@ximian.com>
19507         * metadata.c: tweak table descriptors data structures to reduce
19508         size and runtime relocations.
19510 Tue Feb 21 14:52:13 CET 2006 Paolo Molaro <lupus@ximian.com>
19512         * marshal.c: fix some types and opcodes to be type-safe
19513         in marshaling wrappers.
19515 2006-02-21  Ankit Jain  <jankit@novell.com>
19517         * metadata.h (mono_metadata_decode_signed_value): Add declaration.
19519 2006-02-21  Raja R Harinath  <rharinath@novell.com>
19521         * metadata.c (get_constraints): Relax debugging checks for monodis.
19523 2006-02-21  Ankit Jain  <jankit@novell.com>
19525         * metadata.c (mono_metadata_load_generic_params): Move the code
19526         checking for ambiguous generic params from here to mono/dis/get.c
19527         * metadata-internals.h (mono_generic_params_with_ambiguous_names): Remove.
19529 2006-02-21  Raja R Harinath  <harinath@gmail.com>
19531         Fix assertion triggered when compiling nemerle.
19532         * class.c (mono_get_shared_generic_inst): Rename from
19533         get_shared_inst and make non-static.
19534         * loader.c (mono_get_shared_generic_method): New.  Used to create
19535         the MonoGenericContext-equivalent of a MonoGenericContainer.
19536         (mono_get_method_from_token): Initialize the 'context' field of
19537         the created MonoGenericContainer.
19538         * reflection.c (reflection_methodbuilder_to_mono_method): Likewise.
19539         * metadata.c (get_constraints): Add sanity check.
19540         * class-internals.h: Add new internal methods.
19542         * reflection.c (verify_safe_for_managed_space): New sanity check.
19543         Currently checks that owner-less generic parameters aren't allowed
19544         in managed space.
19545         (mono_type_get_object): Use it.
19546         * icall.c (ves_icall_MonoType_GetGenericArguments): Remove checks
19547         that are now in mono_type_get_object.
19548         (ves_icall_MonoMethod_GetGenericArguments): Likewise.
19550 2006-02-19  Raja R Harinath  <harinath@gmail.com>
19552         * metadata.c (mono_type_create_from_typespec): Rename from
19553         mono_type_create_from_typespec_full.  Remove MonoGenericContainer*
19554         argument and caching of types in the generic container.
19555         (unwrap_arrays, find_generic_param): Remove.
19556         * metadata-internals.h: Update.
19557         * class-internals.h (_MonoGenericContainer): Remove 'types' field.
19559 2006-02-18  Zoltan Varga  <vargaz@gmail.com>
19561         * class.c (mono_class_get_exception_for_failure): Fix a warning.
19563         * marshal.c (mono_marshal_emit_native_wrapper): Handle FNPTR args and
19564         return values. Fixes #77581.
19566         * class.c (mono_fnptr_class_get): Switch name and name_space.
19568         * marshal.c (mono_marshal_asany): Fix marshalling of blittable formatted
19569         classes and add support for [In, Out] attributes.
19570         (mono_marshal_free_asany): Ditto. Fixes #77524.
19572 2006-02-18  Raja R Harinath  <harinath@gmail.com>
19574         * class.c (mono_class_from_generic_parameter): Make more robust to
19575         incomplete MonoGenericContainers from monodis.
19577 Fri Feb 17 16:10:34 CET 2006 Paolo Molaro <lupus@ximian.com>
19579         * class-internals.h: added some more exception types.
19580         * class.c, metadata.c: added a few checks to handle missing
19581         types.
19583 2006-02-17  Raja R Harinath  <rharinath@novell.com>
19585         Use owner-less generic-params some more.
19586         * class.c (my_mono_class_from_generic_parameter): Remove.
19587         (mono_class_from_generic_parameter): Handle null image,
19588         param->name and param->owner.
19589         (mono_class_from_mono_type): Update.
19590         (mono_class_create_from_typespec): Remove 'container' parameter.
19591         If that parameter is non-null, the result is always inflated by
19592         'mono_class_get_full' anyway.
19593         (mono_class_get): Rename from _mono_class_get.  Remove 'container'
19594         parameter.
19595         (mono_class_get_full): Update.
19597         * class.c (inflate_generic_type) [GENERICINST]: If the generic
19598         instance is not open, don't bother inflating.
19599         (mono_class_setup_fields): Hoist some loop-invariants.  Don't
19600         parse metadata for inflated classes.
19601         (_mono_class_get): Change GenericContext* parameter to
19602         GenericContainer*.
19603         (mono_class_create_from_typespec): Likewise.  Simplify, and
19604         implement trivially.  All the cases are handled in
19605         mono_class_from_mono_type.  Don't inflate returned class.
19606         (mono_class_get_full): Delegate GENERICINST optimization to
19607         inflate_generic_type.
19608         (mono_ldtoken) [TOKEN_TYPE_SPEC]: Use mono_class_get_full() here too.
19610 2006-02-16  Dick Porter  <dick@ximian.com>
19612         * socket-io.c (create_object_from_sockaddr): Fix typo.
19613         (create_sockaddr_from_object): Check array lengths before
19614         potentially accessing items off the end.
19615         (ves_icall_System_Net_Sockets_Socket_Receive_internal)
19616         (ves_icall_System_Net_Sockets_Socket_RecvFrom_internal)
19617         (ves_icall_System_Net_Sockets_Socket_Send_internal)
19618         (ves_icall_System_Net_Sockets_Socket_SendTo_internal): Fix buffer
19619         length checks to avoid wraparound overflows.
19620         (ves_icall_System_Net_Sockets_Socket_Select_internal): Check the
19621         contents of the array of sockets
19622         (hostent_to_IPHostEntry2)
19623         (addrinfo_to_IPHostEntry): IPv6 printed addresses can be 48 bytes.
19624         Check return value of inet_ntop ().
19625         (addrinfo_to_IPHostEntry): Fix typo
19627 2006-02-16  Raja R Harinath  <rharinath@novell.com>
19629         Type metadata parsing doesn't use generic-instantiation information.
19630         * metadata.c (mono_metadata_parse_array_full): Change
19631         MonoGenericContext* parameter to MonoGenericContainer*.
19632         (mono_metadata_parse_type_full): Likewise.
19633         (mono_type_create_from_typespec_full): Likewise.
19634         (mono_metadata_parse_mh_full): Likewise.
19635         (mono_metadata_parse_generic_inst): Likewise.
19636         (do_mono_metadata_parse_generic_class): Likewise.
19637         (do_mono_metadata_parse_type): Likewise.
19638         * metadata-internals.h: Update to changes.
19639         * class.c (mono_class_find_enum_basetype): Likewise.
19640         (mono_class_setup_fields): Likewise.
19641         (mono_class_create_from_typespec): Likewise.
19642         * loader.c (method_from_methodspec): Likewise.
19643         (mono_get_method_from_token): Likewise.
19644         (mono_method_get_header): Likewise.
19646 Thu Feb 16 15:42:13 CET 2006 Paolo Molaro <lupus@ximian.com>
19648         * marshal.c: handle additional GENERICINST case (patch from
19649         Thong Nguyen <tum@veridicus.com>).
19650         Fix a few cases where LDIND_I/STIND_I was used for references.
19652 2006-02-16  Raja R Harinath  <rharinath@novell.com>
19654         * reflection.c (mono_reflection_get_token): Remove unused variable.
19656 2006-02-16  Martin Baulig  <martin@ximian.com>
19658         * reflection.c (mono_reflection_get_token): Add support for fields
19659         in instantiated generic types.
19661         * icall.c
19662         (ves_icall_MonoField_Mono_GetGenericFieldDefinition): Removed.
19664 2006-02-15  Martin Baulig  <martin@ximian.com>
19666         * icall.c
19667         (ves_icall_MonoMethod_get_HasGenericParameters): Removed.
19668         (ves_icall_MonoMethod_get_Mono_IsInflatedMethod): Removed.
19669         (ves_icall_MonoMethod_get_IsGenericMethod): New icall.
19670         (ves_icall_MonoMethod_get_IsGenericMethodDefinition): New icall.
19672 Wed Feb 15 16:19:24 CET 2006 Paolo Molaro <lupus@ximian.com>
19674         * class.c, metadata.c, metadata.h, object.c, icall.c,
19675         marshal.c: changed mono_type_get_underlying_type () to do
19676         the sensible thing and introduced mono_type_generic_inst_is_valuetype().
19677         Fixed handling of instantiated generic valuetypes (bug #75479).
19679 2006-02-15  Raja R Harinath  <rharinath@novell.com>
19681         * metadata.c (mono_metadata_decode_signed_value): Simplify.
19682         Delegate to mono_metadata_decode_value, and work on the returned value.
19684         * icall.c (ves_icall_MonoType_GetGenericArguments):
19685         Add consistency check here too.
19686         
19687 2006-02-15  Ankit Jain  <jankit@novell.com>
19689         * metadata.c (mono_metadata_decode_signed_value): Use gint* instead of
19690         char/short etc.
19692 2006-02-15  Ankit Jain  <jankit@novell.com>
19694         * metadata.c (mono_metadata_decode_signed_value): New function to decode
19695         signed values, used only for representing lower bounds of arrays.
19696         (mono_metadata_parse_array_full): Use new
19697         mono_metadata_decode_signed_value to decode lower bounds.
19699 2006-02-14  Martin Baulig  <martin@ximian.com>
19701         * reflection.c
19702         (mono_reflection_get_token): Support "MonoGenericMethod" and
19703         "MonoGenericCMethod" and allow generic instances / methods.
19705 2006-02-11  Zoltan Varga  <vargaz@gmail.com>
19707         * console-io.c (ves_icall_System_ConsoleDriver_GetTtySize): New icall
19708         to obtain the terminal size using an ioctl.
19710         * object.c (mono_nullable_init): Revert this as nullable reference
19711         types are not valid.
19712         (mono_nullable_box): Ditto.
19714 2006-02-09  Dick Porter  <dick@ximian.com>
19716         * threads.c (mono_thread_detach): Drop a reference to the thread
19717         we're detaching.
19719 2006-02-09  Zoltan Varga  <vargaz@gmail.com>
19721         * object.c (mono_nullable_init): Handle nullable reference types.
19722         (mono_nullable_box): Ditto. Fixes #77446.
19724 2006-02-07  Martin Baulig  <martin@ximian.com>
19726         * icall.c (ves_icall_MonoMethod_get_IsGenericMethodDefinition): Removed.
19728 2006-02-07  Ankit Jain  <jankit@novell.com>
19730         * socket-io.h (MonoSocketFlags): New. Copy of System.Net.Sockets.SocketFlags
19731         * socket-io.c (convert_socketflags): New. Convert SocketFlags to native ones.
19732         (ves_icall_System_Net_Sockets_Socket_Receive_internal): Convert flags using convert_socketflags.
19733         (ves_icall_System_Net_Sockets_Socket_ReceiveFrom_internal): Likewise.
19734         (ves_icall_System_Net_Sockets_Socket_Send_internal): Likewise.
19735         (ves_icall_System_Net_Sockets_Socket_SendTo_internal): Likewise.
19737 2006-02-02  Zoltan Varga  <vargaz@gmail.com>
19739         * class.c (mono_class_create_generic): Set type_token as well.
19741         * object.c (mono_runtime_invoke_array): Fix handling of byref vtypes to be
19742         compatible with MS.
19744 2006-02-02  Martin Baulig  <martin@ximian.com>
19746         * threads.c, gc.c: Removed the `WITH_INCLUDED_LIBGC' section; it
19747         has never been used so far.
19749 2006-02-02  Martin Baulig  <martin@ximian.com>
19751         * mono-debug-debugger.h: Changed comment at the top of this file;
19752         the header is not installed, but it's safe to #include it from
19753         within the JIT.
19755         * mono-debug.c: Don't #define _IN_THE_MONO_DEBUGGER.
19756         * mono-debug-debugger.c, debug-mono-symfile.c: Likewise.
19758 2006-02-02  Martin Baulig  <martin@ximian.com>
19760         * mono-debug.h
19761         (MonoSymbolTable): Removed the `metadata_info' field.
19763         * mono-debug.c
19764         (mono_debug_init_1): Always set `mono_symbol_table->corlib'.
19766         * mono-debug-debugger.h (MonoDebuggerIOLayer): Removed.
19767         (mono_debugger_add_builtin_types): Removed.
19768         (MonoDebuggerInfo): Moved into ../mini/debug-debugger.h.
19769         (mono_debugger_create_notification_function): We now operate on a
19770         pre-allocated area; take a `gpointer' and return `void'.
19772         * mono-debug-debugger.c
19773         (MonoDebuggerMetadataInfo): Moved into ../mini/debug-debugger.h.
19774         (mono_debugger_add_builtin_types): Removed.
19776 2006-02-02  Martin Baulig  <martin@ximian.com>
19778         * threads.c (mono_debugger_create_all_threads): New public method.
19780 Wed Feb 1 18:22:34 CET 2006 Paolo Molaro <lupus@ximian.com>
19782         * gc-internal.h, boehm-gc.c, null-gc.c: back out the patch, since it
19783         breaks on several platforms.
19785 2006-02-01  Sebastien Pouliot  <sebastien@ximian.com>
19787         * assembly.c: the VS.NET build doesn't supply default values for
19788         MONO_ASSEMBLIES and MONO_CFG_DIR.
19790 2006-02-01  Zoltan Varga  <vargaz@gmail.com>
19792         * gc-internal.h boehm-gc.c null-gc.c (mono_gc_unregister_thread): New
19793         helper function.
19795         * threads.c (mono_thread_detach): Call mono_gc_unregister_thread ().
19797         * loader.c (method_from_memberref): Fix a warning.
19799         * metadata.c (mono_metadata_load_generic_params): Fix a warning.
19801         * marshal.c (emit_struct_conv): Fix marshalling of embedded structs
19802         with explicit layout. Fixes #77433.
19804 2006-01-31  Zoltan Varga  <vargaz@gmail.com>
19806         * icall.c (ves_icall_Type_GetInterfaceMapData): Make sure 
19807         max_interface_id is initialized before using it. Fixes #77398.
19808         (ves_icall_Type_GetInterfaces): Ditto.
19810 2006-01-30  Raja R Harinath  <rharinath@novell.com>
19812         * metadata.c (mono_metadata_parse_method_signature_full): Don't
19813         allocate memory for parameter attributes when parsing memberref
19814         signatures.
19815         * loader.c (mono_loader_set_error_method_load): Don't warn.
19816         (method_from_memberref): Ensure MissingMethodException gets thrown
19817         if method is not found.  Make warning more informative.
19819 2006-01-29  Raja R Harinath  <harinath@gmail.com>
19821         Fix #77397
19822         * icall.c (ves_icall_MonoType_get_IsGenericParameter): Don't
19823         return true if is byref.
19824         (ves_icall_TypeBuilder_get_IsGenericParameter): Likewise.
19825         (ves_icall_MonoType_get_DeclaringType): Return NULL on byref classes.
19826         (ves_icall_MonoType_get_DeclaringMethod): Likewise.
19828 2006-01-27  Raja R Harinath  <rharinath@novell.com>
19830         Fix tests/find-method.2.il
19831         * loader.c (find_method, find_method_in_class): Remove is_inflated
19832         argument.  Revert 2006-01-18 change.
19833         (method_from_memberref) [MONO_MEMBERREF_PARENT_TYPESPEC]: If type
19834         is generic, search for method in its generic definition.
19835         * class.c (mono_class_setup_vtable_general): Print generic
19836         arguments of generic types in debugging printf.
19838 2006-01-26  Zoltan Varga  <vargaz@gmail.com>
19840         * object-internals.h (MonoThread): Add 'thread_dump_requested' field.
19842         * threads.c (mono_threads_request_thread_dump): New helper function.
19844 2006-01-25  Raja R Harinath  <rharinath@novell.com>
19846         * metadata.c (mono_type_create_from_typespec_full): Fix caching of types.
19848 2006-01-25  Ankit Jain  <jankit@novell.com>
19850         * metadata-internals.h (mono_generic_params_with_ambiguous_names): Add declaration and
19851         move definition to ..
19852         * metadata.c (mono_generic_params_with_ambiguous_names): .. here.
19853         
19854 2006-01-25  Ankit Jain  <jankit@novell.com>
19855             Raja R Harinath  <rharinath@novell.com>
19857         * metadata-internals.h (mono_generic_params_with_ambiguous_names): New.
19858         * metadata.c (mono_metadata_load_generic_params): Fill mono_generic_params_with_ambiguous_names
19859         as necessary.
19861 2006-01-25  Martin Baulig  <martin@ximian.com>
19863         * mono-debug-debugger.h: Moved `MonoDebuggerManager' and
19864         `MonoDebuggerThread' into debug-debugger.c.
19866 Tue Jan 24 18:53:35 CET 2006 Paolo Molaro <lupus@ximian.com>
19868         * profiler.c: fix printing of data.
19870 2006-01-24  Atsushi Enomoto  <atsushi@ximian.com>
19872         * object.c, marshal.c : Fixed runtime part of bug #77315. Reject
19873           invalid surrogate in UTF7/UTF8 bytes and don't return NULL.
19875 Tue Jan 24 09:56:16 CET 2006 Paolo Molaro <lupus@ximian.com>
19877         * object.c: fix deadlock related to string interning.
19879 2006-01-23  Martin Baulig  <martin@ximian.com>
19881         * mono-debug-debugger.h (MonoDebuggerIOLayer): Removed.
19883         * mono-debug-debugger.c (mono_debugger_io_layer): Removed.
19885 2006-01-23  Martin Baulig  <martin@ximian.com>
19887         * mono-debug.h: Moved the prototypes of some functions which are
19888         used by the JIT here from mono-debug-debugger.h.
19890 2006-01-21  Martin Baulig  <martin@ximian.com>
19892         * Makefile.am: Don't install mono-debug-debugger.h.
19894 2006-01-21  Martin Baulig  <martin@ximian.com>
19896         * mono-debug-debugger.h: Enforce the private status of this header
19897         file and removed unneccessary #include's in metadata/*.c and mini/*.c.
19898         Moved some stuff from mono-debugger-jit-wrapper.h here.
19900 2006-01-20  Raja R Harinath  <rharinath@novell.com>
19902         * class.c (mono_class_from_typeref): Add a sanity test to help
19903         catch lack of assembly load/search hooks.
19905 2006-01-19  Zoltan Varga  <vargaz@gmail.com>
19907         * marshal.c (emit_struct_conv): Relax the fields with same offset
19908         check even more. Fixes #77230.
19910 2006-01-18  Martin Baulig  <martin@ximian.com>
19912         * loader.c (find_method_in_class): Added `gboolean is_inflated'
19913         argument; if false, we compare the uninstantiated signatures.
19914         (method_from_memberref): Compare the uninstantiated signatures;
19915         fixes #76417.
19917 2006-01-18  Robert Jordan  <robertj@gmx.net>
19919         * boehm-gc.c, null-gc.c (mono_gc_weak_link_remove):
19920         Clear the weak link. Fixes bug #77170.
19922         * gc.c (mono_gchandle_free):
19923         Reflect *-gc.c changes (tiny optimization).
19925 2006-01-18  Zoltan Varga  <vargaz@gmail.com>
19927         * metadata.c (mono_metadata_signature_dup): Applied patch from
19928         Aras Pranckevicius (aras@otee.dk). Fix crash when compiled with MSVC.
19929         Fixes #77288.
19931 2006-01-17  Zoltan Varga  <vargaz@gmail.com>
19933         * marshal.c (emit_struct_conv): Allow fields with the same offset when
19934         marshalling from native to managed code. Fixes #77230.
19936 2006-01-17 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19938         * threadpool.c: fix problem (Mac only) when more than one asynchronous
19939         connect. Fixes bug #77020.
19941 Mon Jan 16 19:20:43 CET 2006 Paolo Molaro <lupus@ximian.com>
19943         * class.c: fixed id assignement for nested interfaces (bug #77275).
19944         Added also better info for --print-vtable debugging.
19946 2006-01-12  Martin Baulig  <martin@ximian.com>
19948         * icall.c (ves_icall_MonoGenericClass_GetInterfaces): Inflate the
19949         interfaces on-the-fly; fixes #76625.
19951         * class-internals.h
19952         (MonoDynamicGenericClass): Removed `ifaces' and `count_ifaces'; we
19953         don't need that anymore.
19955 2006-01-12  Miguel de Icaza  <miguel@novell.com>
19957         * socket-io.c
19958         (ves_icall_System_Net_Sockets_Socket_GetSocketOption_obj_internal):
19959         To avoid initing the nested_classes when not needed I turned the
19960         PeerCredData as a toplevel internal class, as it has to be shared
19961         anyways. 
19963         Fixes the CASA issue.
19965 2006-01-11  Ben Maurer  <bmaurer@andrew.cmu.edu>
19967         * domain.c: Accessors for MonoJitInfo
19969         * profiler-private.h: Add jitinfo to the end jit hook
19971         * profiler.[ch]: Define new hooks, called after jitting which give
19972         the MonoJitInfo that was compiled
19974 2006-01-10  Martin Baulig  <martin@ximian.com>
19976         * class.c (mono_class_setup_events): Add support for generic
19977         classes; fixes #76440.
19979 2006-01-06  Raja R Harinath  <rharinath@novell.com>
19981         Fix #77160.
19982         * icall.c (ves_icall_InternalInvoke): Use mono_get_inflated_method
19983         on passed-in method.
19985 2006-01-03  Zoltan Varga  <vargaz@gmail.com>
19987         * object.c (mono_runtime_invoke_array): Add Nullable support.
19989         * icall.c (ves_icall_System_Activator_CreateInstanceInternal): Ditto.
19991 2006-01-03  Sebastien Pouliot  <sebastien@ximian.com>
19993         * file-io.c: Don't consider sockets as directory and avoid an endless
19994         loop. Fix bug #76966.
19996 2006-01-03  Zoltan Varga  <vargaz@gmail.com>
19998         * object.c (mono_nullable_init): New helper function.
19999         (mono_nullable_box): Ditto.
20001         * marshal.c (mono_marshal_get_runtime_invoke): Handle Nullables.
20003         * icall.c (ves_icall_FieldInfo_SetValueInternal): Handle Nullables.
20005         * icall.c (ves_icall_MonoField_GetValueInternal): Handle Nullables.
20006         
20007 2006-01-02  Zoltan Varga  <vargaz@gmail.com>
20009         * class.c (mono_class_is_assignable_from): Make T assignable to 
20010         Nullable<T>.
20012 2005-12-23  Sebastien Pouliot  <sebastien@ximian.com>
20014         * appdomain.c: Bump corlib version to 46.
20015         * icalls.c: Renamed CurrentTimeZone to CurrentSystemTimeZone (for
20016         serialization purpose) and changed ves_icall_System_Reflection_
20017         Assembly_get_code_base signature to accept a boolean (to escape, or 
20018         not, the assembly code base).
20020 2005-12-23  Dick Porter  <dick@ximian.com>
20022         * icall.c: 
20023         * threads-types.h: 
20024         * threads.c: Added OpenMutex, OpenSemaphore and OpenEvent icalls.
20025         CreateEvent icall now returns "created" boolean parameter.
20027 2005-12-22  Zoltan Varga  <vargaz@gmail.com>
20029         * marshal.c (mono_mb_emit_restore_result): Add generics support. Fixes
20030         #76967.
20032         * reflection.c (mono_custom_attrs_construct_by_type): Handle the case 
20033         when attr_klass is an interface. Fixes #77045.
20035 2005-12-20  Zoltan Varga  <vargaz@gmail.com>
20037         * marshal.c (emit_struct_conv): Fix previous patch.
20038         
20039         * marshal.c (emit_struct_conv): Add a check for fields with the same
20040         offset.
20042 2005-12-20  Raja R Harinath  <rharinath@novell.com>
20044         Fix regression in Mono.C5.
20045         * class.c (mono_class_create_generic): If 'klass' is an interface
20046         set up the interface offsets.
20047         (mono_class_is_assignable_from): Don't throw away generic arguments.
20049 2005-12-19  Raja R Harinath  <rharinath@novell.com>
20051         * icall.c (ves_icall_System_MonoType_getFullName): Return NULL for
20052         type parameters.
20054 2005-12-15  Raja R Harinath  <rharinath@novell.com>
20056         * metadata.c (mono_metadata_parse_method_signature_full): Remove a
20057         dead store.
20058         (do_mono_metadata_parse_generic_class): Don't pass the current
20059         generic context when parsing the type being instantiated: it
20060         cannot use it, anyway.
20062         * loader.c (method_from_memberref): Don't inflate a signature if
20063         it doesn't contain any type parameters.
20065 2005-12-15  Zoltan Varga  <vargaz@gmail.com>
20067         * class.c (mono_class_setup_vtable): Call mono_reflection_get_dynamic_overrides () to get the overrides in dynamic assemblies.
20069 2005-12-14  Martin Baulig  <martin@ximian.com>
20071         * class.c
20072         (mono_type_get_name_recurse): Don't return null for type
20073         parameters and open generic classes.
20074         (mono_class_setup_methods): Don't exclude generic instances.
20075         (mono_get_unique_iid): Use different IDs for different
20076         instantiations of the same generic type.
20077         (mono_class_setup_vtable): Only use setup_generic_vtable() for
20078         open generic instances; create a normal vtable for closed generic
20079         instances.
20080         (mono_class_setup_vtable_general): We're now also called for
20081         closed generic instances.
20083         * reflection.c
20084         (mono_reflection_bind_generic_parameters): Correctly use
20085         mono_metadata_lookup_generic_inst() everywhere.
20087 2005-12-14  Zoltan Varga  <vargaz@gmail.com>
20089         * object.c (mono_class_create_runtime_vtable): Call 
20090         mono_class_setup_vtable ().
20092         * reflection.c (mono_reflection_get_dynamic_overrides): New helper
20093         function.
20094         (ensure_runtime_vtable): Initialize the generic vtable lazily. Fixes
20095         #76959.
20097         * loader.c (mono_loader_set_error_type_load): Print the type load
20098         warnings to the console so they are more visible to the user.
20099         (mono_loader_set_error_method_load): Ditto.
20101         * reflection.c (ensure_runtime_vtable): Revert the last change as it
20102         is still broken.
20103         
20104         * reflection.c (ensure_runtime_vtable): Fix build.
20106         * reflection.c (ensure_runtime_vtable): Disable an optimization which
20107         doesn't work in all cases.
20109 2005-12-13  Zoltan Varga  <vargaz@gmail.com>
20111         * object.c (mono_array_new_full): Treat a single dimensional array
20112         with 0 lower bounds as an szarray. Fixes #76973.
20114         * reflection.c (custom_attr_visible): Really fix this.
20116 2005-12-12  Zoltan Varga  <vargaz@gmail.com>
20118         * reflection.c (custom_attr_visible): Allow nested public attributes
20119         as well.
20121         * class.c (mono_class_setup_vtable_general): Add missing != -1 to an
20122         interface check.
20124 2005-12-12  Raja R Harinath  <harinath@gmail.com>
20126         * class.c (set_generic_param_owner): Delete.
20127         (mono_class_create_from_typedef): Don't set ->owner field of
20128         generic parameters to "param containers" of enclosing classes.
20129         * reflection.c (mono_reflection_initialize_generic_parameter):
20130         Likewise.
20132 2005-12-11  Zoltan Varga  <vargaz@gmail.com>
20134         * reflection.c (custom_attr_visible): Fix build.
20136 2005-12-10  Zoltan Varga  <vargaz@gmail.com>
20138         * reflection.c (mono_custom_attrs_from_builders): Avoid returning
20139         private attributes.
20140         
20141         * reflection.c (reflection_methodbuilder_to_mono_method): Fix
20142         handling of null parameter defaults.
20144 2005-12-09  Raja R Harinath  <rharinath@novell.com>
20146         * class.c (mono_class_from_generic_parameter): Don't set
20147         klass->generic_container.
20148         (my_mono_class_from_generic_parameter): Likewise.
20150 2005-12-07  Zoltan Varga  <vargaz@gmail.com>
20152         * reflection.c (load_public_key): Fix a warning.
20153         (method_encode_code): Fix unaligned accesses.
20155 2005-12-07  Martin Baulig  <martin@ximian.com>
20157         * object-internals.h (MonoReflectionGenericParam): Added `cattrs'.
20159         * reflection.c
20160         (write_generic_param_entry): Encode our custom attrs.
20162         * appdomain.c (MONO_CORLIB_VERSION): Bump to 45.
20164 2005-12-07  Martin Baulig  <martin@ximian.com>
20166         * reflection.c (encode_new_constraint): Removed; we don't use the
20167         `NewConstraintAttribute' anymore.
20169 2005-12-06  Zoltan Varga  <vargaz@gmail.com>
20171         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): Do
20172         not fire a TypeResolve event when Assembly.GetType () is called.
20174 2005-12-05  Ben Maurer  <bmaurer@ximian.com>
20176         Beginning of support for nullable types in the runtime. Parts of
20177         this patch are from Martin.
20179         * appdomain.c (MONO_CORLIB_VERSION): Bump
20181         * domain.c (mono_init_internal): get the nullable type
20183         * class.c (mono_class_is_nullable): New method
20184         (mono_class_get_nullable_param): New mehod
20185         (mono_class_create_generic): In types T? set cast_class to T
20187         * class-internals.h (MonoDefaults): new nullable default class
20188         (mono_class_get_nullable_param, mono_class_get_nullable_param):
20189         new methods.
20191 2005-12-05  Raja R Harinath  <rharinath@novell.com>
20193         * metadata.c (select_container): New.  Refactor code to select the
20194         appropriate GenericContainer given the type of generic parameter
20195         we are looking for.
20196         (mono_metadata_parse_generic_param): Take a MonoGenericContainer,
20197         not a MonoGenericContext.  Use select_container.  Update parameters.
20198         (do_mono_metadata_parse_type): Combine the code for MONO_TYPE_VAR
20199         and MONO_TYPE_MVAR.
20200         (unwrap_arrays): Remove duplicate tests.
20201         (find_generic_param): Rename from 'has_same_context'.  Now walks a
20202         generic instantiated class to find any arguments that are generic
20203         parameters.
20204         (mono_type_create_from_typespec_full): Use find_generic_param to
20205         avoid evicting some generic instantiations from the typespec
20206         cache.
20208 Mon Dec 5 15:07:42 GMT 2005 Paolo Molaro <lupus@ximian.com>
20210         * reflection.c: fixed writing of doubles on ARM FPA.
20212 2005-12-02  Robert Jordan  <robertj@gmx.net>
20214         * icall.c: Fixed EventInfo.ReflectedType (#76829).
20216 2005-12-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20218         * filewatcher.c: try loading libgamin-1.so.0 before libfam, since at
20219         least on SUSE 10 they are not the same (on debian, they are just the
20220         same thing).
20222 2005-12-01  Raja R Harinath  <rharinath@novell.com>
20224         * icall.c (ves_icall_MonoType_get_DeclaringType): Implement
20225         DeclaringType for VARs and MVARs.
20226         * class.c (set_generic_param_owner): Fix initialization of owner
20227         fields.
20229 Wed Nov 30 15:48:22 CET 2005 Paolo Molaro <lupus@ximian.com>
20231         * icall.c: fixed Enum.ToObject() to correctly convert the values.
20233 2005-11-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20235         * threadpool.c: workaround for a bug that shows up on the Mac:
20236         select()+connect() on a blocking socket is not like it should
20237         be, so we proceed to connect() in that case, wasting the I/O
20238         threadpool thread until connect succeedes. Fixes bug #75436.
20240 2005-11-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20242         * threadpool.c: fix typo when setting file descriptor states.
20244 2005-11-28  Raja R Harinath  <rharinath@novell.com>
20246         * class-internals.h (MonoGenericContainer.is_signature): Remove.        
20247         * metadata.c (mono_metadata_parse_method_signature_full): Don't
20248         create a temporary signature container.
20249         (mono_metadata_parse_generic_param): Update to changes.
20250         (mono_type_create_from_typespec_full): Update to changes.
20251         * loader.c (method_from_memberref): Don't use a
20252         MonoGenericContainer while parsing a memberref signature.
20253         (method_from_methodspec): Remove dead-store of the 'container'
20254         variable.  It's overwritten before use.
20256         * metadata.c (mono_type_create_from_typespec_full): Make debugging
20257         checks tighter.
20258         (mono_metadata_parse_generic_param): Likewise.
20259         * loader.c (find_method_in_class): Does not need a
20260         MonoGenericContainer.  Use 'mono_method_signature' rather than
20261         'mono_method_signature_full'.
20262         (find_method, mono_get_method_constrained, method_from_memberref):
20263         Update to changes.
20265         * metadata.c (mono_type_create_from_typespec_full): Ensure that
20266         owner-less generic-parameters are never evicted from the typespec
20267         cache.
20269         * loader.c (method_from_memberref): Don't use the current context
20270         when parsing signatures.
20271         (method_from_methodspec, mono_get_method_from_token): Update to changes.
20273         * metadata.c (do_mono_metadata_parse_generic_class): Avoid
20274         side-effects in g_assert.
20275         * loader.c (mono_get_method_from_token): Resolve klass earlier so
20276         that we don't potentially lose information.
20278 2005-11-26  Dick Porter  <dick@ximian.com>
20280         * icall.c:
20281         * threads.c: icalls to implement basic (ie, not named)
20282         System.Threading.Semaphore.
20284 2005-11-24  Dick Porter  <dick@ximian.com>
20286         * process.c
20287         (ves_icall_System_Diagnostics_Process_ShellExecuteEx_internal):
20288         Use GetProcessId() if it's available.
20290 2005-11-23  Zoltan Varga  <vargaz@gmail.com>
20292         * icall.c threads-types.h threads.c: Add Exchange<T> icall.
20294 2005-11-23  Raja R Harinath  <rharinath@novell.com>
20295             Ankit Jain  <jankit@novell.com>
20297         * loader.c (mono_get_method_from_token): Initialize 'method' field
20298         of all generic parameters before parsing the signature.  Remove
20299         code that "fixed"-up MVAR references.
20301 2005-11-23  Ankit Jain  <jankit@novell.com>
20303         * metadata.c (mono_metadata_has_generic_params):
20304         (mono_metadata_load_generic_param_constraints):
20305         (mono_metadata_load_generic_params): Move duplicate code ...
20306         (mono_metadata_get_generic_param_row): ... here. Returns the
20307         first row-id in GenericParam table for a given owner (token).
20308         * metadata-internals.h (mono_metadata_get_generic_param_row): Add
20309         prototype.
20311 2005-11-23  Raja R Harinath  <rharinath@novell.com>
20312             Ankit Jain  <jankit@novell.com>
20314         * metadata.c (mono_metadata_class_equal): Pass signature_only when
20315         comparing VARs too.
20316         * icall.c (ves_icall_MonoType_get_DeclaringMethod): Look at 
20317         type->data.generic_param only if the type is an MVAR.
20318         (ves_icall_MonoMethod_GetGenericArguments): Ensure that we don't
20319         leak owner-less VARs and MVARs into managed space.
20321 2005-11-21  Martin Baulig  <martin@ximian.com>
20323         * class-internals.h
20324         (MonoMethod): Moved the `generic_container' here from
20325         `MonoMethodNormal' since we now also need it for
20326         `MonoMethodPInvoke';
20327         (MonoMethodNormal): Moved the `generic_container' to `MonoMethod'.
20328         (MonoMethodInflated): Replaced the `MonoMethodNormal nmethod' with
20329         an union containing both `MonoMethodNormal' and
20330         `MonoMethodPInvoke'.
20332         * loader.c
20333         (mono_get_method_from_token): Allow implementing generic methods
20334         as interncalls.
20336         * threads.c
20337         (ves_icall_System_Threading_Interlocked_CompareExchange_T): New
20338         icall.
20340 2005-11-17  Dick Porter  <dick@ximian.com>
20342         * icall.c: 
20343         * process.h: 
20344         * process.c: Split the Process Start_internal icall into
20345         ShellExecuteEx_internal and CreateProcess_internal, which are
20346         called depending on whether UseShellExecute is true.  Fixes bug
20347         76670.
20349         * appdomain.c (MONO_CORLIB_VERSION): Incremented
20351 2005-11-17  Zoltan Varga  <vargaz@gmail.com>
20353         * marshal.c (emit_ptr_to_object_conv): Get rid of the 'usize' and
20354         'msize' parameters, use the information in 'mspec' instead.
20355         (emit_object_to_ptr_conv): Ditto.
20357         * marshal.c (emit_struct_conv): Handle explicit layout structs with
20358         fields out of order. Fixes #76733.
20360 2005-11-17  Ankit Jain  <jankit@novell.com>
20362         * metadata.c (mono_type_create_from_typespec_full): Remove unnecessary g_assert.
20364 2005-11-16  Atsushi Enomoto  <atsushi@ximian.com>
20366         * icall.c : renamed MakeGenericMethod -> MakeGenericMethod_impl for
20367           bug #76575.
20369 2005-11-16  Zoltan Varga  <vargaz@gmail.com>
20371         * object.c (mono_class_compute_gc_descriptor): Disable typed allocation
20372         for types with non-auto layout. Fixes #76717.
20374 2005-11-16  Ankit Jain  <jankit@novell.com>
20376         * class.c (my_mono_class_from_generic_parameter): param->owner can be null.
20377         * metadata.c (mono_metadata_parse_generic_param): Create a dummy MonoGenericParam 
20378         if generic_context is null.
20379           (mono_metadata_generic_param_equal): param->owner can be null.
20380           (mono_type_create_from_typespec_full): Don't cache the MonoType if param->owner is
20381         null.
20383 2005-11-16  Zoltan Varga  <vargaz@gmail.com>
20385         * reflection.c (create_dynamic_mono_image): Set md_version_minor to
20386         the correct value.
20388 2005-11-15  Martin Baulig  <martin@ximian.com>
20390         * object.c (set_value): Use mono_class_from_mono_type() instead of
20391         the hack for generic instances; fixes #76136.
20393 2005-11-15  Zoltan Varga  <vargaz@gmail.com>
20395         * metadata-internals.h (_MonoImage): Add 'md_version_major/minor'
20396         fields.
20398         * image.c (load_metadata_ptrs): Initialize the new fields.
20400         * reflection.c (create_dynamic_mono_image): Ditto.
20402         * reflection.c (build_compressed_metadata): Use the new fields.
20404         * icall.c (ves_icall_System_Reflection_Module_get_MDStreamVersion): New
20405         icall.
20407         * icall.c (mono_assembly_icalls): Remove obsolete get_MetadataToken
20408         icall.
20409         
20410 2005-11-15  Ankit Jain  <jankit@novell.com>
20411             Raja R Harinath  <harinath@gmail.com>
20413         * class-internals.h (_MonoGenericContainer.types): New. Cache for MonoTypes.
20414         * metadata.c (mono_type_create_from_typespec_full): Use MonoType from the
20415         new per-generic_container cache if the cached MonoType's context matches
20416         the current context.
20417           (has_same_context): New. Check if the VARs or MVARs in a GENERIC_INST refer
20418         to the expected context.
20419           (unwrap_arrays): New. Get the element MonoType for an ARRAY/SZARRAY.
20421 2005-11-14  Carlos Alberto Cortez <calberto.cortez@gmail.com>
20423         * appdomain.c: Update MONO_CORLIB_VERSION to 42, since
20424         we changed the signature of an icall.
20425         * icall.c: Modify to mono_double_ParseImpl return true/false 
20426         depending on the success, instead of throwing the exception. This will
20427         help us in Double.TryParse methods.
20428         
20429 2005-11-14  Zoltan Varga  <vargaz@gmail.com>
20431         * marshal.c (emit_marshal_object): Throw an exception when
20432         marshalling 'object' instead of crashing. Fixes #76696.
20434 2005-11-11  Zoltan Varga  <vargaz@gmail.com>
20436         * class-internals.h: Add prototype for mono_type_get_full_name ().
20438 2005-11-11  Dick Porter  <dick@ximian.com>
20440         * threads.c (mono_thread_manage): Make sure the main thread has
20441         abandoned all its mutexes when cleaning up.  Fixes bug 74680.
20443 2005-11-11  Zoltan Varga  <vargaz@gmail.com>
20445         * loader.c (mono_loader_set_error_type_load): Log a warning to the
20446         console about the missing type.
20447         (mono_loader_set_error_method_load): Ditto.
20449 2005-11-09  Miguel de Icaza  <miguel@novell.com>
20451         * mono-config.c (mono_get_config_dir): Set the system defaults if
20452         none is specified.
20454         * assembly.c (mono_set_dirs): New API entry point to set the
20455         assembly and the config directory in one call
20457 2005-11-09  Zoltan Varga  <vargaz@gmail.com>
20459         * marshal.c (mono_ftnptr_to_delegate): Throw a NotSupportedException if
20460         the ftnptr was created from a delegate in a domain other than the
20461         current domain. Fixes #75377.
20463         * exception.h exception.c: Add mono_get_exception_not_supported ().
20465 2005-11-08  Martin Baulig  <martin@ximian.com>
20467         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 53.
20469 2005-11-07  Sebastien Pouliot  <sebastien@ximian.com>
20471         * security-manager.h: Added definitions to deal with strongname key 
20472         pairs bigger (and smaller) than 1024 bits.
20473         * reflection.c: Remove hardcoded strongname size (128 bytes) and 
20474         adjust wrt the public key length being used.
20476 2005-11-03  Atsushi Enomoto  <atsushi@ximian.com>
20478         * marshal.c, icall.c : reverted sig->pinvoke changes which broke
20479           Windows build (r51396-51397).
20481 2005-11-03  Martin Baulig  <martin@ximian.com>
20483         * class.c (mono_class_setup_vtable_general): Also add generic
20484         methods to the vtable; fixes #76581.
20486 2005-11-01  Miguel de Icaza  <miguel@novell.com>
20488         * string-icalls.c (ves_icall_System_String_ctor_encoding): Make
20489         sure that we lookup GetString method from the System.Text.Encoding
20490         class, not the derived class or we get an empty method.
20492         Fixed class #76612.
20494 2005-10-25  Miguel de Icaza  <miguel@novell.com>
20496         * assembly.c (mono_assemblies_init): Do not set the Mono root dir
20497         if it has been previously set (embedders). 
20499         Make mono_set_rootdir available also on Unix.
20501 005-10-24  Robert Jordan  <robertj@gmx.net>
20503         * assembly.c: fixed MONO_ASSEMBLIES to be NULL on cygwin as well.
20505 2005-10-30  Zoltan Varga  <vargaz@freemail.hu>
20507         * marshal.c icall.c: Clean up the usage of sig->pinvoke flag. Now
20508         only calls which are made to native code use this flag.
20510         * icall.c (ves_icall_System_Reflection_FieldInfo_GetUnmanagedMarshal): Remove the check for FieldBuilders as it is now done in managed code.
20512 2005-10-29  Zoltan Varga  <vargaz@freemail.hu>
20514         * icall.c (ves_icall_System_Reflection_FieldInfo_GetUnmanagedMarshal):
20515         Add support for FieldBuilders.
20517 2005-10-29  Martin Baulig  <martin@ximian.com>
20519         * mono-debug.c
20520         (mono_debug_using_mono_debugger): New public method; returns
20521         whether we're running inside the debugger.
20523 2005-10-27  Zoltan Varga  <vargaz@gmail.com>
20525         * reflection.c (mono_reflection_get_custom_attrs_info): Add support
20526         for Method/Constructor/FieldBuilders.
20528 2005-10-26  Zoltan Varga  <vargaz@gmail.com>
20530         * reflection.c (module_add_cattrs): Save custom attributes for global methods
20531         and fields as well.
20533 2005-10-26  Martin Baulig  <martin@ximian.com>
20535         * mono-debug-debugger.c
20536         (MonoDebuggerMetadataInfo): Added `klass_parent_offset'.
20538 2005-10-24  Raja R Harinath  <harinath@gmail.com>
20540         * icall.c (base64_to_byte_array): Don't pass an out-of-range
20541         integer to isspace.
20543 2005-10-21  Zoltan Varga  <vargaz@gmail.com>
20545         * marshal.c (emit_marshal_vtype): Correctly handle [In,Out] modifiers
20546         when passing valuetypes byref. Fixes #76502.
20548 2005-10-19  Jackson Harper  <jackson@ximian.com>
20550         * profiler.c: Don't put a . in front of types that are not in a
20551         namespace.
20553 2005-10-18  Zoltan Varga  <vargaz@gmail.com>
20555         * icall.c (ves_icall_Type_GetField): Applied patch from Robert Jordan (robertj@gmx.net). Fixes #75515.
20557 2005-10-15  Zoltan Varga  <vargaz@freemail.hu>
20559         * marshal.c: Add generics support to the ldfld/stfld wrappers. Fixes
20560         #76436.
20561         (mono_marshal_get_ldflda_wrapper): Fix a warning.
20563 2005-10-13  Carlos Alberto Cortez <calberto.cortez@gmail.com>
20565         * assembly.c metadata-internals.h icall.c: Define an additional
20566         parameter for mono_assembly_name_parse_full, so we can avoid creating
20567         S.R.AssemblyName.Version when no version info wasn't passed.
20568         
20569 2005-10-09  Miguel de Icaza  <miguel@novell.com>
20571         * class.c (mono_type_get_full_name): Reimplement method that was
20572         removed. 
20574         * image.c: Some docs
20576 2005-10-10  Zoltan Varga  <vargaz@gmail.com>
20578         * profiler.c (output_newobj_profile): Fix printing of Total memory
20579         on x86.
20581 2005-10-08  Zoltan Varga  <vargaz@freemail.hu>
20583         * profiler.c: Add support for allocations > 2GB. Fixes #74886.
20585 2005-10-08  Gert Driesen  <drieseng@users.sourceforge.net>
20587         * threads.c: remove debug output.
20589 2005-10-08  Zoltan Varga  <vargaz@freemail.hu>
20591         * threads.c (mono_thread_manage): Fix crashes if more than 64
20592         threads need to be aborted. Hopefully fixes #75899.
20594         * assembly.c (mono_stringify_assembly_name): New helper function.
20596         * class.c: Use mono_stringify_assembly_name instead of the similar
20597         static function.
20599         * assembly.h assembly.c: Add support for calling a postload search 
20600         hook if an assembly cannot be loaded.
20602         * appdomain.c: Register new search hooks which call the AssemblyResolve
20603         events in AppDomain. Fixes #75231
20605 2005-10-07  Martin Baulig  <martin@ximian.com>
20607         * mono-debug.c (mono_debug_add_method): Create a wrapper entry for
20608         methods without debug info.
20610 2005-10-07  Zoltan Varga  <vargaz@gmail.com>
20612         * class-internals.h debug-helpers.c marshal.h marshal.c: Add ldflda
20613         wrappers.
20615 2005-10-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20617         * file-io.c: now that we return symlinks, use lstat and, when the file
20618         is a symbolic link, stat, to get the file attributes. Also avoid the
20619         conversion to/from utf16/external.
20621 2005-10-06  Zoltan Varga  <vargaz@gmail.com>
20623         * class.c (mono_class_layout_fields): Compute klass->has_references
20624         correctly if an embedded valuetype is not yet initialized. Fixes
20625         #76331.
20627 2005-10-04  Martin Baulig  <martin@ximian.com>
20629         * metadata.c
20630         (mono_metadata_load_generic_param_constraints): New public
20631         function; splitted the constraints loading out from
20632         mono_metadata_load_generic_params().
20634         * class.c (mono_class_create_from_typedef): Call
20635         mono_metadata_load_generic_param_constraints() after setting up
20636         the type and creating our parent; fixes #75329.
20638 2005-10-04  Martin Baulig  <martin@ximian.com>
20640         * icall.c (ves_icall_MonoGenericClass_GetParentType): Allow
20641         non-dynamic parent classes.
20643 2005-10-04  Atsushi Enomoto  <atsushi@ximian.com>
20645         * file-io.c : win32 build fix (ETXTBSY seems not found).
20647 2005-10-04  Martin Baulig  <martin@ximian.com>
20649         * reflection.c
20650         (mono_image_get_methodspec_token): Make the cache actually work;
20651         fixes #75974.
20653 2005-10-04  Martin Baulig  <martin@ximian.com>
20655         * class.c (mono_class_name_from_token): Removed the unneccessary
20656         `MonoGenericContext *' argument.
20658 2005-10-04  Martin Baulig  <martin@ximian.com>
20660         * loader.c
20661         (method_from_methodspec): Make the caching work again; fixes the
20662         performance regression from #76262.
20664 2005-10-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20666         * file-io.c:
20667         * file-io.h:
20668         * icall.c: replace FindFirst/FindNext/FindClose calls with a new
20669         GetFileSystemEntries that performs the same work but without going
20670         into io-layer, locking, etc.
20672 2005-09-30  Zoltan Varga  <vargaz@gmail.com>
20674         * threads.c (ves_icall_System_Threading_Thread_Abort): Handle 
20675         ThreadState_Stopped as well. Fixes #76047.
20677 2005-09-29  Martin Baulig  <martin@ximian.com>
20679         * class.c
20680         (inflate_generic_context): If the new context has a `gmethod', set
20681         its `container' that that gmethod's `container'.
20683         * metadata.c
20684         (mono_metadata_parse_generic_param): Simplify things;
20685         `generic_container = generic_context->container;' is just fine.
20687         * loader.c (method_from_methodspec): Code cleanups.
20689 Wed Sep 28 17:06:01 CEST 2005 Paolo Molaro <lupus@ximian.com>
20691         * decimal.c: fix warning (and let gcc generate correct
20692         code on ARM with optimizations).
20694 2005-09-28  Martin Baulig  <martin@ximian.com>
20696         * loader.c
20697         (method_from_memberref): Added `MonoGenericContext *class_context'
20698         argument; this is used when parsing a MONO_MEMBERREF_PARENT_TYPESPEC.
20699         (method_from_methodspec): If we're a memberref, use the enclosing
20700         context when parsing its parent.  Fixes #76262; see gtest-206.cs.
20702 2005-09-28  Martin Baulig  <martin@ximian.com>
20704         * object.c (mono_runtime_invoke_array): Added support for
20705         MONO_TYPE_GENERICINST; fixes #75917.
20707 2005-09-27  Martin Baulig  <martin@ximian.com>
20709         * reflection.c (encode_type): For `MONO_TYPE_CLASS/VALUETYPE', use
20710         `k->byval_arg.type' to determine the actual type.
20712         * loader.c (method_from_methodspec): Removed some hacks.
20714 2005-09-27  Ben Maurer  <bmaurer@ximian.com>
20716         * class-internals.h (mono_field_is_deleted): Do the test for
20717         rtspecialname before we check the actual name of the field. This
20718         prevents us from dereferencing a pointer into the string table,
20719         saving us from accessing a few pages
20721         * *.c: Replace the use of {Enter,Leave}CriticalSection with
20722         macros. This will allow a deadlock debugger to easily be plugged
20723         in.
20725 2005-09-27  Martin Baulig  <martin@ximian.com>
20727         * loader.c (method_from_methodspec): Create a "signature"
20728         MonoGenericContainer and use mono_get_method_full().  Fixes #75584.
20730 2005-09-27  Martin Baulig  <martin@ximian.com>
20732         * class.c
20733         (inflate_generic_class): Correctly set the new context's
20734         container.
20736         * loader.c
20737         (find_method, find_method_in_class): Take a `MonoGenericContainer *'
20738         instead of a `MonoGenericContext *'.
20739         (mono_method_signature_full): Take a `MonoGenericContainer *'
20740         instead of a `MonoGenericContext *'.
20742         * metadata.c
20743         (mono_metadata_parse_signature_full): Take a `MonoGenericContainer *'
20744         instead of a `MonoGenericContext *'.
20745         (mono_metadata_parse_method_signature_full): Likewise.
20747 2005-09-26  Martin Baulig  <martin@ximian.com>
20749         * class.c
20750         (mono_class_from_generic_parameter): Set `klass->generic_container'
20751         (mono_class_from_generic_parameter): Likewise.
20752         (mono_bounded_array_class_get): We inherit the generic container
20753         from the element class.
20755         * loader.c
20756         (find_method, find_method_in_class): Take a `MonoGenericContext *'
20757         argument rather than computing it here.
20758         (method_from_memberref): Correctly set the generic context before
20759         parsing the signature.  Fixes #75681.
20761 2005-09-26  Zoltan Varga  <vargaz@gmail.com>
20763         * object.c (mono_class_has_special_static_fields): Fix warnings.
20765 2005-09-26  Carlos Alberto Cortez <calberto.cortez@gmail.com>
20767         * assembly.c: Add parse_public_key function, to
20768         par the public keys. Also added mono_assembly_name_parse_full,
20769         to define it the parsed key should be freed or not.
20770         * icall.c: Added ves_icall_System_Reflection_AssemblyName_ParseName,
20771         to parse a long format assembly name.
20772         * metadata-internals.h: Keep mono_assembly_name_parse_full as
20773         private, since calling it to preserve the key requires
20774         freeing it manually.
20775         
20776 2005-09-26  Atsushi Enomoto  <atsushi@ximian.com>
20778         * locales.c : removed HAVE_ICU part.
20780 2005-09-24  Zoltan Varga  <vargaz@freemail.hu>
20782         * object.c (mono_class_create_runtime_vtable): Avoid calling 
20783         field_is_special_static if the klass has no special static fields.
20785         * class-internals.h (MonoClass): Add 'no_special_static_fields' flag.
20786         (MonoCachedClassInfo): Likewise.
20788         * object.c (mono_class_has_special_static_fields): New helper function.
20790 2005-09-23  Zoltan Varga  <vargaz@gmail.com>
20792         * class.c (mono_class_create_from_typedef): Don't call 
20793         interfaces_from_typedef_full for enums.
20794         (mono_class_create_from_typedef): Compute the base types of enums directly
20795         without calling mono_class_setup_fields ().
20796         (mono_class_find_enum_basetype): New helper function.
20798         * reflection.c (mono_image_build_metadata): Emit type names+namespaces at
20799         one place inside the string heap.
20800         
20801 Fri Sep 23 19:37:46 CEST 2005 Paolo Molaro <lupus@ximian.com>
20803         * class.c: locking fixes, code cleanups, some docs added.
20804         Allocate some data structures in the image mempool.
20806 2005-09-23  Zoltan Varga  <vargaz@gmail.com>
20808         * rawbuffer.c: Remove unneccessary set_n_pagefaults () routine and update
20809         the example code.
20810         
20811 Fri Sep 23 18:27:02 CEST 2005 Paolo Molaro <lupus@ximian.com>
20813         * class-internals.h, class.c, reflection.c: reduce memory taken by
20814         MonoClass.
20816 Fri Sep 23 17:56:21 CEST 2005 Paolo Molaro <lupus@ximian.com>
20818         * metadata.c, metadata.h, loader.h: documentation updates, code and
20819         API cleanups.
20821 2005-09-23  Zoltan Varga  <vargaz@gmail.com>
20823         * rawbuffer.c: Remove unneccessary set_n_pagefaults () routine and update
20824         the example code.
20826         * rawbuffer.h rawbuffer.c: Add code and APIs to help determine the number of
20827         page faults caused by the runtime while reading metadata.
20829 2005-09-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20831         * socket-io.c: the field names were changed 3 months ago and no one
20832         realized until bug #76077 got filed!
20834 2005-09-20  Martin Baulig  <martin@ximian.com>
20836         * icall.c (assembly_icalls): Removed some unused debugger icalls.
20838 2005-09-20  Martin Baulig  <martin@ximian.com>
20840         * mono-debug.c (mono_debug_add_type): Ignore array types and don't
20841         write the rank into the class entry.
20843 2005-09-20  Martin Baulig  <martin@ximian.com>
20845         * mono-debug-debugger.c (MonoDebuggerMetadataInfo): Added some stuff.
20847 2005-09-19  Zoltan Varga  <vargaz@gmail.com>
20849         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
20851         * icall.c (custom_attrs_defined_internal): New icall.
20853         * reflection.c (mono_reflection_get_custom_attrs_by_type): New helper
20854         function.
20855         (mono_custom_attrs_construct_by_type): New helper function.
20857 2005-09-17  Zoltan Varga  <vargaz@freemail.hu>
20859         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalUni): Null
20860         terminate the resulting string. Fixes #76123.
20862 2005-09-16  Martin Baulig  <martin@ximian.com>
20864         * mono-debug.c
20865         (mono_debug_add_method): Ignore inflated methods for the moment.
20867 2005-09-14  Martin Baulig  <martin@ximian.com>
20869         * debug-mono-symfile.h (MONO_SYMBOL_FILE_VERSION): Bump version to 39.
20871 2005-09-13  Zoltan Varga  <vargaz@gmail.com>
20873         * metadata.c (mono_class_get_overrides_full): Modify signature to explicitly
20874         return a success/failure indication.
20875         (mono_metadata_interfaces_from_typedef_full): Ditto.
20876         (get_constraints): Ditto.
20878 2005-09-12  Zoltan Varga  <vargaz@gmail.com>
20880         * marshal.c (emit_marshal_array): Fix handling of null arrays.
20881         
20882         * marshal.c (emit_marshal_array): Add support for returning string
20883         arrays from delegates. Fixes #76063.
20885         * marshal.c: Use the emit_ldloc/stloc macros where possible.
20887 2005-09-11  Zoltan Varga  <vargaz@gmail.com>
20889         * threads.c (ves_icall_System_Threading_Thread_MemoryBarrier): New
20890         icall.
20892 2005-09-09  Zoltan Varga  <vargaz@gmail.com>
20894         * reflection.c icall.c: Fix after mono_get_exception_type_load
20895         signature change.
20897         * assembly.c (mono_assembly_get_assemblyref): New helper function.
20898         (mono_assembly_load_reference): Use the new helper.
20900         * class-internals.h (MonoLoaderError): New structure containing 
20901         information about type loading errors.
20903         * class-internals.h loader.c: Add APIs to store per-thread loader
20904         error information.
20906         * loader.c class.c: Set the loader error if needed.
20908         * exception.h exception.c: Add functions to throw MissingMethod/MissingFieldExceptions.
20910 Thu Sep 8 18:54:07 BST 2005 Paolo Molaro <lupus@ximian.com>
20912         * decimal.c: fixed to handle the broken ARM fp format.
20914 Wed Sep 7 22:17:58 BST 2005 Paolo Molaro <lupus@ximian.com>
20916         * icall.c: on ARM use the libc strtod(), since bsd_strtod() seems
20917         broken.
20919 2005-09-06  Martin Baulig  <martin@ximian.com>
20921         * domain.c (supported_runtimes): Added v2.0.50727.
20923 Tue Sep 6 11:40:24 CEST 2005 Paolo Molaro <lupus@ximian.com>
20925         * culture-info.h: reduce the size of some structures.
20927 2005-09-05  Martin Baulig  <martin@ximian.com>
20929         Reflect latest API changes in the August CTP.
20931         * icall.c
20932         ("Type.BindGenericParameters"): Renamed to "MakeGenericType".
20933         ("MonoType.HasGenericArguments"): Removed.
20934         ("MonoMethod.BindGenericParameters"): Renamed to
20935         "MakeGenericMethod".
20936         ("MethodBuilder.BindGenericParameters"): Renamed to
20937         "MakeGenericMethod".    
20939 2005-09-05  Martin Baulig  <martin@ximian.com>
20941         * mono-debug-debugger.c: Moved the debugger icalls into icall.c.
20943 2005-09-05  Martin Baulig  <martin@ximian.com>
20945         Applying a patch from Michal Moskal <malekith@nemerle.org>.
20947         * icall.c (ves_icall_Type_get_IsGenericType): Return true also if
20948         generic_container is non-NULL.
20950 2005-09-05  Martin Baulig  <martin@ximian.com>
20952         Applying a patch from Michal Moskal <malekith@nemerle.org>.
20954         * object.c (set_value): In MONO_TYPE_VALUETYPE, add generics support.
20956 2005-08-29  Michal Moskal  <malekith@nemerle.org>
20958         * reflection.c (encode_locals,
20959         mono_reflection_sighelper_get_signature_local): Increase buffer sizes
20960         for large generic types.
20962 2005-09-05  Martin Baulig  <martin@ximian.com>
20964         Applying a patch from Michal Moskal <malekith@nemerle.org>.
20966         * class.c (mono_dup_array_type): New public method.
20967         (mono_metadata_signature_deep_dup): New public method.
20968         (dup_type): Correctly duplicate array and function types.
20970 2005-09-05  Martin Baulig  <martin@ximian.com>
20972         Applying a patch from Michal Moskal <malekith@nemerle.org>.
20974         * reflection.c (get_default_param_value_blobs): Handle generic types
20975         and generic methods.
20977 2005-09-02  Sebastien Pouliot  <sebastien@ximian.com>
20979         * class.c: Fixed error reporting (method/class were inversed) for 
20980         inheritance demands.
20981         * security-manager.c|h: Added the AppDomain when calling the managed
20982         System.Security.SecurityManager.InheritanceDemand method.
20984 2005-09-01  Raja R Harinath  <rharinath@novell.com>
20986         * reflection.c (encode_marshal_blob): 'marshaltype' and
20987         'marshaltyperef' are alternate sources for the custom marshaler
20988         name.
20990 Wed Aug 31 17:39:54 CEST 2005 Paolo Molaro <lupus@ximian.com>
20992         * class.c: fix creation of array classes with rank == 1
20993         (patch by Ankit Jain <jankit@novell.com>).
20995 Wed Aug 31 17:35:19 CEST 2005 Paolo Molaro <lupus@ximian.com>
20997         * object.c: fix check for creating the bound data for arrays vs
20998         szarrays.
21000 2005-08-30 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21002         * object.c: configuration file name is now based on the executable name,
21003         not the image name. Fixes bug #75931.
21005 2005-08-29  Zoltan Varga  <vargaz@gmail.com>
21007         * marshal.c (emit_thread_interrupt_checkpoint_call): Load the
21008         flag using LDIND_U4 since it leads to smaller and faster code on ia64.
21010 2005-08-25  Zoltan Varga  <vargaz@gmail.com>
21012         * rand.c: Use wincrypt.h instead of WinCrypt.h.
21014 2005-08-24  Ankit Jain  <jankit@novell.com>
21015             Raja R Harinath  <rharinath@novell.com>
21017         * class.c (mono_class_from_typeref): Don't call mono_class_init as we might've been
21018           called by it recursively.
21019           (mono_class_init): Remove special case in pending_init handling, since it's
21020           superseded by the fix to mono_class_from_typeref.
21022 2005-08-22  Zoltan Varga  <vargaz@freemail.hu>
21024         * threads.c (ves_icall_System_Threading_Thread_Thread_internal): Remove the 
21025         BROKEN_THREAD_START stuff.
21027 2005-08-21  Zoltan Varga  <vargaz@freemail.hu>
21029         * class-internals.h object.c: Add a new kind of trampoline called a delegate 
21030         trampoline.
21032         * domain-internals.h domain.c: Add a has for delegate trampolines to MonoDomain.
21033         
21034         * object.c (mono_delegate_ctor): Replace the original function address with
21035         a delegate trampoline.
21037 2005-08-21 Gert Driesen <drieseng@users.sourceforge.net>
21039         * icall.c: add boolean argument to base64_to_byte_array and 
21040         InternalFromBase64String to control whether a whitespace-only string
21041         is allowed (or should casue a FormatException to be thrown). We need
21042         this as the behavior has changed between MS.NET 1.x and 2.0, and we
21043         to match the MS behaviour in both profiles.
21044         * appdomain.c: Bump corlib version.
21046 2005-08-20  Carlos Alberto Cortez <calberto.cortez@gmail.com>
21048         This patch implements a big portion of publisher policy
21049         support, used to bind assembly versions and redirect
21050         one assembly from version A to version B.
21052         * assembly.c:
21053         New GSList loaded_assembly_bindings, for storing the cached
21054         assembly bindings.
21055         (assembly_binding_maps_name): New static function for checking if a 
21056         assembly binding information maps an assembly name.
21057         (mono_assembly_binding_info_free): New function for freeing
21058         assembly binding information resources.
21059         (get_publisher_policy_info): New static function for retrieving 
21060         assembly binding information from a MonoImage.
21061         (compare_versions): New static function for comparing an assembly
21062         binding information data and the version of an assembly name.
21063         (check_policy_versions): New static function for checking if an
21064         assembly binding info mapping an assembly name is valid for it.
21065         (mono_assembly_load_publisher_policy): New static function for
21066         loading the 'policy.major.minor.MyAssembly' image for an assembly
21067         with an assembly name 'aname'.
21068         (mono_assembly_bind_version): New static function for updating
21069         assembly redirection.
21070         (mono_assembly_apply_binding): New static function for applying
21071         assembly binding.
21072         (search_binding_loaded): New static function for searching 
21073         loaded assembly binding infos in the cache domain.
21074         (mono_assembly_load_full): Don't apply assembly binding for
21075         reflection only assemblies.
21077         * metadata-internals.h: Add MonoAssemblyBindingInfo,
21078         which contains information about assembly binding. Also
21079         declare signature for mono_config_parse_publisher_policy ()
21080         function, used to retrieve pub policy info.
21081         
21082         * mono-config.c:
21083         (publisher_policy_start): New static function used to parse publisher 
21084         policy config files.
21085         (publisher_policy_parser): New static MonoParseHandler containing 
21086         the functions used when parsing config files.
21087         (mono_config_parse_publisher_policy): New function for parsing
21088         publisher policy files.
21089         
21090 2005-08-20  Zoltan Varga  <vargaz@freemail.hu>
21092         * object.c (mono_delegate_ctor): Add support for IA64 function descriptors.
21094         * marshal.c (mono_delegate_free_ftnptr): Ditto.
21096         * object.c (mono_get_addr_from_ftnptr): New helper function.
21098         * object.h (mono_array_addr): Fix unaligned access warnings on IA64.
21100         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
21102 2005-08-19  Dick Porter  <dick@ximian.com>
21104         * threads.c, threads.h, appdomain.c, appdomain.h,
21105         profiler-private.h, monitor.c, object.c, object-internals.h,
21106         profiler.c, mono-debug-debugger.h, profiler.h: Use a gsize to
21107         store the thread ID, so it can hold a 64 bit value if needed.
21109 2005-08-19  Zoltan Varga  <vargaz@freemail.hu>
21111         * reflection.c (mono_reflection_create_dynamic_method): Store the
21112         handle class into the method references as well so ldtoken works in
21113         dynamic methods.
21115         * icall.c (ves_icall_MonoField_GetValueInternal): Add support for generic
21116         types.
21118 2005-08-19  Ankit Jain <jankit@novell.com>
21120         Fix #75847.
21121         * marshal.c (mono_marshal_get_ptr_to_struct): Build method signature 
21122           here rather than using the method signature of a arbitrary function
21123           named 'System.Runtime.InteropServices.Marshal::PtrToStructure' with 
21124           two arguments.
21125           Hack done with Harinath.
21127 2005-08-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21129         * threadpool.c: disable printing stack traces when we get a exception
21130         in a threadpool thread. I need to do more testing to figure out which
21131         cases actually print this. Fixes bug #75828.
21133 2005-08-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21135         * icall.c: there might be ignored whitespace after the last '='. This
21136         fixes length computation and bug #75840.
21138 2005-08-18  Zoltan Varga  <vargaz@freemail.hu>
21140         * assembly.c (mono_assembly_load_full): Consider .exe extension as
21141         well. Fixes #75809.
21143         * reflection.c (create_custom_attr): Fix unmanaged memory leak. Fixes
21144         #75784.
21145         
21146         * reflection.c (create_custom_attr_data): Ditto.
21148 2005-08-17  Atsushi Enomoto  <atsushi@ximian.com>
21150         * locales.c, culture-info.h : removed RegionLCIDMap.
21151         * culture-info-tables.h : regenerated.
21153 2005-08-16  Martin Baulig  <martin@ximian.com>
21155         * class.c (mono_type_get_name_recurse): Small fix.
21157 2005-08-16  Atsushi Enomoto  <atsushi@ximian.com>
21159         * locales.c : indentation fixie.
21161 2005-08-15  Atsushi Enomoto  <atsushi@ximian.com>
21163         * object-internals.h,
21164           locales.h,
21165           locales.c,
21166           culture-info.h,
21167           icall.c : added RegionInfo table support.
21168         * culture-info-table.h : regenerated for region support.
21170 2005-08-14  Kamil Skalski  <nazgul@nemerle.org>
21172         * reflection.c (resolve_object): handle all kinds of MonoMethod
21173         including generic ones
21175 2005-08-12  Ankit Jain <jankit@novell.com>
21177         * get.c (dis_stringify_variant_type): New. Stringify MonoMarshalVariant.
21178           (dis_stringify_marshal_spec): Add new case for MONO_NATIVE_SAFEARRAY. 
21180 2005-09-12  Lluis Sanchez  <lluis@ximian.com>
21182         * process.c: Don't close a thread handle when it's NULL. This is a
21183         workaround for bug #75733.
21185 2005-08-11  Zoltan Varga  <vargaz@freemail.hu>
21187         * marshal.c (mono_marshal_get_string_encoding): Fix handling of CharSet.Auto. Fixes #75769.
21189 2005-08-10  Zoltan Varga  <vargaz@freemail.hu>
21191         * icall.c (ves_icall_Type_get_IsGenericType): New icall.
21193 2005-08-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21195         * threadpool.c: if a work item in the thread pool has a callback that
21196         catches a exception, don't propagate it after invoking the callback.
21197         Fixes bug #75336.
21199 2005-08-08  Zoltan Varga  <vargaz@freemail.hu>
21201         * class.c (class_compute_field_layout): Rename this to mono_class_setup_fields.
21203         * class-internals.h (MonoCachedClassInfo): Add some new fields.
21205         * class.c (mono_class_init): Load field info lazily in the AOT case.    
21207         * reflection.c (mono_image_load_module): Fix error checking. Fixes #75660.
21209 2005-08-03  Ankit Jain  <jankit@novell.com>
21211         Fix #75683.
21212         * loader.c (mono_method_signature_full): Use MONO_CALL_DEFAULT if
21213           PInvoke calling convention is 0.
21215 2005-08-02  Zoltan Varga  <vargaz@freemail.hu>
21217         * socket-io.c (convert_sockopt_level_and_name): Applied patch from 
21218         Julien Puydt (julien.puydt@laposte.net). Add check for IPV6_PKTINFO.
21220 Mon Aug 1 16:52:12 CEST 2005 Paolo Molaro <lupus@ximian.com>
21222         * gc-internal.h, threads.c, null-gc.c, boehm-gc.c: added interface
21223         to handle threads not started by the GC (patch by Michael Meeks
21224         <michael.meeks@novell.com>).
21226 2005-07-31  Kamil Skalski  <nazgul@omega.pl>
21228         * reflection.c: Make buffer used in emitting types larger for some
21229         big generic types (patch by Michal Moskal).
21231 2005-07-30  Zoltan Varga  <vargaz@freemail.hu>
21233         * mono-debug.c: Fix some (not all) alignment problems.
21235 2005-07-29  Carlos Alberto Cortez <calberto.cortez@gmail.com>
21237         * appdomain.c (ves_icall_System_AppDomain_LoadAssemblyRaw):
21238         Invoke mono_image_load_from_data_full passing the refonly
21239         parameter.
21241         * assembly.c
21242         (mono_assembly_open_from_bundle): Add the refonly argument, 
21243         in order to pass it to other methods it calls to.
21244         (do_mono_assembly_open): Add the refonly argument, in order 
21245         to pass it to other methods it calls to.
21246         (mono_assembly_open_full): Invoke do_mono_assembly_open passing
21247         the refonly parameter to it.
21249         * image.c: Add loaded_images_refonly_hash and
21250         loaded_images_refonly_guid_hash to cache the reflection
21251         only loaded images.
21252         (mono_images_init): Initialize the hash tables used for
21253         caching the reflection only images.
21254         (load_modules): Invoke mono_image_open_full passing the refonly
21255         parameter to load the modules the correct way.
21256         (build_guid_table): Add the refonly argument, to re-build the 
21257         correct hash table.
21258         (do_mono_image_open): Added the refonly argument, in order to
21259         define it for the loaded image.
21260         (mono_image_loaded_full): New function, which receives an
21261         additional parameter to look for the image in the refonly or
21262         non-refonly section.
21263         (mono_image_loaded): Updated, using mono_image_loaded_full.
21264         (mono_image_loaded_by_guid_full): The same case that happens
21265         with mono_image_loaded_full.
21266         (mono_image_loaded_by_guid): Likewise.
21267         (register_image): Use the ref_only variable inside MonoImage
21268         to decide in which hash table store the current image.
21269         (mono_image_open_from_data_full): Rename
21270         mono_image_open_from_data to mono_image_open_from_data_full,
21271         adding the refonly argument, to define the ref_only variable 
21272         inside MonoImage.
21273         (mono_image_open_from_data): Return 
21274         mono_image_open_from_data_full.
21275         (mono_image_open_full): Rename mono_image_open to
21276         mono_image_open_full, receiving the new refonly argument,
21277         to pass it to inner methods.
21278         (mono_pe_file_open): Update this function, to open
21279         a MonoImage as a non-refonly image.
21280         (mono_image_close): Use the refonly variable inside
21281         MonoImage to remove the image from the correct caches.
21283         * image.h: Add the signatures of mono_image_open_full,
21284         mono_image_open_from_data_full, mono_image_loaded_full,
21285         mono_image_loaded_by_guid_full.
21287         * metadata-internals.h: Add the ref_only field to 
21288         MonoImage.
21289         
21290 2005-07-29  Carlos Alberto Cortez <calberto.cortez@gmail.com>
21292         * icall.c (ves_icall_System_Reflection_GetReferencedAssemblies):
21293         Fix the last behavior, which used to load the assemblies and
21294         extract MonoReflectionAssemblyName information, instead of
21295         extract it from the metadata tables. Needed for Reflection
21296         Only assemblies.
21297         
21298 2005-07-29  Martin Baulig  <martin@ximian.com>
21300         * mono-debug-debugger.c
21301         (mono_debugger_lock, mono_debugger_unlock): g_assert() if we're
21302         not initialized.
21304         * mono-debug.c
21305         (mono_debug_address_from_il_offset): Check whether we have
21306         debugging support before attempting to take the lock.
21307         (mono_debug_source_location_from_address): Likewise.
21308         (mono_debug_source_location_from_il_offset): Likewise.
21309         (mono_debug_il_offset_from_address): Likewise.
21310         (mono_debug_address_from_il_offset): Likewise.
21312 2005-07-29  Zoltan Varga  <vargaz@freemail.hu>
21314         * class.c (mono_class_from_name_case): Add support for dynamic images.
21315         Fixes #75650.
21317         * object.c (mono_class_compute_gc_descriptor): Add a workaround
21318         for #75479.
21320 2005-07-28  Zoltan Varga  <vargaz@freemail.hu>
21321         
21322         * reflection.c (mono_method_get_object): Fix warning.
21324 2005-07-28  Martin Baulig  <martin@ximian.com>
21326         * mono-debug.c
21327         (mono_debug_add_wrapper): Also write the wrapper type.
21329 2005-07-28  Zoltan Varga  <vargaz@freemail.hu>
21331         * class-internals.h (MonoCachedClassInfo): Add has_nested_classes field.
21332         
21333         * class.c (mono_class_init): Avoid reading nested classes if the AOT
21334         data indicates the class has none.
21336 2005-07-26  Ben Maurer  <bmaurer@ximian.com>
21338         * mono-debug.c, debug-mono-symfile.c: Replace the use of the
21339         loader lock with the debugger lock. Prevents deadlocks for beagle.
21341         Beagle can now run on an smp box for a weekend without any
21342         issues. Woohoo!
21344 2005-07-26  Zoltan Varga  <vargaz@freemail.hu>
21346         * class.c (mono_bounded_array_class_get): Avoid crash if eclass is
21347         in a module. Fixes #75629.
21349 2005-07-26  Martin Baulig  <martin@ximian.com>
21351         * mono-debug.c (mono_debug_add_wrapper): New static method.
21352         (mono_debug_add_method): Call mono_debug_add_wrapper() if we're an
21353         interncall or a wrapper.
21355         * mono-debug.h (MonoDebugWrapperData): New public typedef.
21356         (MonoDebugDataItemType): Added `MONO_DEBUG_DATA_ITEM_WRAPPER'.
21357         (MONO_DEBUGGER_VERSION): Bump to 51.
21359         * mono-debug-debugger.c
21360         (mono_debugger_add_type): Removed this empty function.
21361         (mono_debugger_add_method): Likewise.
21363 2005-07-22  Zoltan Varga  <vargaz@freemail.hu>
21365         * icall.c (ves_icall_Type_GetMethodsByName): Call setup_vtable () 
21366         before accessing method->slot.
21368 2005-07-21  Jb Evain  <jbevain@gmail.com>
21370         * reflection.c (method_encode_clauses/class): Handle filters clauses.
21371         Fixes #75010.
21373 2005-07-21  Zoltan Varga  <vargaz@freemail.hu>
21375         * marshal.c (emit_marshal_custom): Implement byref marshalling. Fixes
21376         #75587.
21378 2005-07-20  Zoltan Varga  <vargaz@freemail.hu>
21380         * image.h image.c: Add mono_image_get_guid () API function.
21382 2005-07-19  Ben Maurer  <bmaurer@ximian.com>
21384         There were issues when multiple threads tried to load
21385         assemblies. A deadlock was created between assemblies_mutex and
21386         mono_domain_assemblies_lock. This fixes the issue by making the
21387         assembly ref counting be lock free. See bug 75586.
21388         
21389         * image.c (mono_image_close): The add ref function here was using
21390         Interlocked operations while the unref was using a mutex and a
21391         --. I don't think this was ever a bug that would be exposed in a
21392         non-pendantic way (ie, by an embedder doing a ref on one thread
21393         and an unref on another), but for the sake of correctness, this is
21394         now Interlocked.
21396         * assembly.c (mono_assembly_addref): Use InterlockedIncrement
21397         (mono_assembly_load_reference): Call mono_assembly_addref rather
21398         than touching the refcount ourselves.
21399         (mono_assembly_close): Use InterlockedDecrement to unref the
21400         assembly. Don't acquire the lock unless it is actually needed.
21402 2005-07-12  Zoltan Varga  <vargaz@freemail.hu>
21404         * class.c (mono_class_layout_fields): Fix calculation of has_references
21405         for generic types.
21407 2005-07-12  Martin Baulig  <martin@ximian.com>
21409         Applying a patch from Michal Moskal <malekith@nemerle.org>.
21411         * metadata.c
21412         (mono_type_hash): Provide better hashing for generic instances.
21413         (mono_generic_inst_hash): Improve hashing.
21414         (mono_generic_class_hash): Likewise.
21416         * reflection.c (mymono_metadata_type_hash): Improve hashing for
21417         generic instances.
21419 2005-07-12  Martin Baulig  <martin@ximian.com>
21421         * reflection.c (mono_reflection_create_runtime_class): Remove the
21422         hack for generic type definitions and non-`Run' assemblies.
21423         (mono_reflection_bind_generic_parameters): Also use
21424         `klass->wastypebuilder' to check for TypeBuilders.
21426 2005-07-12  Zoltan Varga  <vargaz@freemail.hu>
21428         * class.c (mono_class_layout_fields): Fix calculation of has_references
21429         for generic types.
21431         * class.c (inflate_generic_class): Fix a leak.
21432         (mono_class_init): Fix calculation of gchimpl and has_finalize fields
21433         for generic types.
21435 2005-07-11  Martin Baulig  <martin@ximian.com>
21437         * icall.c (ves_icall_Type_BindGenericParameters): Don't crash here
21438         on error.
21440 2005-07-11  Martin Baulig  <martin@ximian.com>
21442         * loader.c (find_method): Also lookup in
21443         `mono_defaults.object_class' if we're an interfaces; fixes #75460.
21445 2005-07-07  Zoltan Varga  <vargaz@freemail.hu>
21447         * appdomain.c (mono_domain_unload): Don't free the error message
21448         before passing it to mono_get_exception_...
21450         * reflection.c (CACHE_OBJECT): Fix the race introduced by the previous patch.
21451         
21452 Thu Jul 7 19:59:31 CEST 2005 Paolo Molaro <lupus@ximian.com>
21454         * threads.c: try to better guess an available RT signal (bug #75387).
21456 2005-07-07  Zoltan Varga  <vargaz@freemail.hu>
21458         * reflection.c (CACHE_OBJECT): Don't hold the domain lock between CHECK_OBJECT
21459         and CACHE_OBJECT.
21461 2005-07-07  Martin Baulig  <martin@ximian.com>
21463         * class.c (mono_type_get_name_full): Return NULL for
21464         MONO_TYPE_NAME_FORMAT_FULL_NAME if we have any generic parameters;
21465         fixes #75408.
21467 2005-07-07  Zoltan Varga  <vargaz@freemail.hu>
21469         * threads.c (mono_threads_abort_appdomain_threads): Wait for threads to
21470         exit the appdomain as well being aborted.
21472         * threadpool.c: Create all threadpool threads inside the root appdomain, and
21473         change back to the root domain after calling managed code. This enables
21474         appdomains using threadpools to be unloaded.
21476 2005-07-07  Martin Baulig  <martin@ximian.com>
21478         * class-internals.h
21479         (MonoInflatedGenericClass): Moved the `MonoType *parent' field
21480         into `MonoDynamicGenericClass' since we only need it for dynamic
21481         types.
21483         * reflection.c (mono_class_bind_generic_parameters): We don't need
21484         to compute the `parent' here.
21486 2005-07-07  Atsushi Enomoto  <atsushi@ximian.com>
21488         * culture-info-table.h : regenerated.
21490 2005-07-06  Martin Baulig  <martin@ximian.com>
21492         * icall.c
21493         (ves_icall_FieldInfo_SetValueInternal): Add MONO_TYPE_GENERICINST.
21495         * object.c (set_value): Add MONO_TYPE_GENERICINST; fixes #75299.
21497 2005-07-06  Martin Baulig  <martin@ximian.com>
21499         * metadata.c (mono_metadata_class_equal): Add MONO_TYPE_SZARRAY if
21500         we're doing a signature-only comparision; fixes #74945.
21502 2005-07-06  Martin Baulig  <martin@ximian.com>
21504         * class-internals.h (MonoGenericClass): Moved some things out into
21505         a new `MonoInflatedGenericClass' type.  
21506         (MonoInflatedGenericClass): New type; the `klass' of a
21507         `MonoGenericClass' is now computed lazyly in
21508         mono_get_inflated_generic_class().      
21510         * class.c (mono_get_inflated_generic_class): New public function.
21511         (mono_class_inflate_generic_method): Removed the unused
21512         `MonoClass *' argument.
21513         (setup_generic_vtable): Don't call mono_get_inflated_method() on
21514         all the methods.
21515         (mono_class_create_generic): Make this static and merge it with
21516         mono_class_create_generic_2(); we're now called automatically from
21517         mono_get_inflated_generic_class().
21519         * loader.c (mono_method_signature): Call
21520         mono_get_inflated_method() here.
21522 2005-07-06  Zoltan Varga  <vargaz@freemail.hu>
21524         * object.c (mono_class_create_runtime_vtable): Allow MONO_TYPE_FNPTR as
21525         type of fields with RVA.
21527         * class.c (mono_class_from_generic_parameter): Avoid calling mono_class_init ()
21528         for this pseudo class.
21529         (my_mono_class_from_generic_parameter): Likewise.
21530         (mono_class_init): Allow interfaces to have cctors.
21532 2005-07-05  Zoltan Varga  <vargaz@freemail.hu>
21534         * domain-internals.h domain.c: Add functionality to create MonoJitInfo structures
21535         lazily for AOT methods.
21537 2005-07-05  Martin Baulig  <martin@ximian.com>
21539         * loader.c (mono_lookup_pinvoke_call): g_ascii_strcasecmp()
21540         returns FALSE for a successful match, not TRUE.
21542 2005-07-05  Zoltan Varga  <vargaz@freemail.hu>
21544         * loader.c (mono_method_get_index): Optimize this a bit.
21546 2005-07-04  Martin Baulig  <martin@ximian.com>
21548         * class.c
21549         (class_compute_field_layout): Move the check for generic type
21550         definitions into mono_class_layout_fields().  Fixes #74684.
21551         (mono_class_from_generic_parameter): Correctly compute
21552         `klass->parent'; fixes #75457.
21554         * reflection.c (register_assembly, register_module): Make sure
21555         `domain->rejobject_hash' is already created.
21557 2005-07-02  Martin Baulig  <martin@ximian.com>
21559         * class-internals.h
21560         (MonoGenericClass): Move `count_ifaces' and `ifaces' into
21561         `MonoDynamicGenericClass'.      
21563 2005-07-01  Lluis Sanchez  <lluis@ximian.com>
21565         * icall.c: In ves_icall_InternalExecute() dont't assert if the value
21566         returned by a field getter is null, since null is a valid value.
21568 2005-07-01  Martin Baulig  <martin@ximian.com>
21570         * reflection.c (mono_reflection_generic_class_initialize): Update
21571         the `dgclass->fields [i].parent' to the correct class.
21572         (mono_image_get_fieldref_token): Use the declaring type, not the
21573         reflected type.
21575 2005-07-01  Martin Baulig  <martin@ximian.com>
21577         * loader.c (find_method): Also look in the interfaces; fixes #75429.
21579 2005-06-30  Ben Maurer  <bmaurer@ximian.com>
21581         * threads.c (thread_cleanup): assert that thread != NULL
21582         (wait_for_tids_or_state_change): We were using the wrong variable
21583         when accessing wait->threads. `i' was always out of the bounds of
21584         the array.
21586 2005-06-30 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21588         * loader.c: map user32 and kernel32 to libMonoSupportW
21590 2005-06-28  Zoltan Varga  <vargaz@freemail.hu>
21592         * appdomain.c (unload_thread_main): Mark this as WINAPI.
21594 2005-06-28  Martin Baulig  <martin@ximian.com>
21596         * loader.c (method_from_methodspec): Fix #75334.
21598 2005-06-28  Martin Baulig  <martin@ximian.com>
21600         Fix #74953 - Arrays now implement the generic IList<T> interface
21601         on the 2.0 platform.
21603         * class-internals.h (MonoDefaults): Added `generic_array_class'.
21605         * reflection.c (mono_class_bind_generic_parameters): New public
21606         function; similar to mono_reflection_bind_generic_parameters(),
21607         but operates on a `MonoType *' and not on a `MonoReflectionType *'.
21609         * domain.c (mono_init_internal): Try to initialize.
21610         `mono_defaults.generic_array_class' here; this'll only succeed if
21611         we're using the 2.0 corlib.
21613         * icall.c
21614         (ves_icall_System_Array_InternalArray_GetGenericValueImpl): Added
21615         interncall for "System.Array/InternalArray`1:GetGenericValueImpl".
21616         (mono_lookup_internal_call): Added support for nested classes.
21618         * loader.c
21619         (mono_get_method_from_token): Set `result->signature->pinvoke' if
21620         we're an interncall and have generic arguments.
21622         * class.c
21623         (mono_class_inflate_generic_methods): Allow interncalls and PInvoke.
21624         (mono_bounded_array_class_get): If we're on the 2.0 corlib, use an
21625         instance of System.Array.InternalArray<T> for arrays, so they
21626         implement the generic IList<T> interface.
21628 2005-06-27  Zoltan Varga  <vargaz@freemail.hu>
21630         * marshal.c (emit_marshal_string): Applied patch from Itamar Rogel
21631         (chastamar@yahoo.com). Fixes #75374.    
21633 2005-06-27  Atsushi Enomoto <atsushi@ximian.com>
21635         * culture-info-table.h: regenerated.
21637 2005-06-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21639         * icall.c: handle spaces correctly for base64 strings.
21641 2005-06-26  Ben Maurer  <bmaurer@ximian.com>
21643         * *.c: Kill some warnings.
21645 2005-06-23  Duncan Mak  <duncan@novell.com>
21647         * socket-io.c (is_loopback): Cast 'ptr' to 'struct in6_addr *' so
21648         that this builds on Solaris 10 (x86).
21650 2005-06-23  Martin Baulig  <martin@ximian.com>
21652         * class.c
21653         (mono_type_get_name_recurse): Don't use a duplicate '[', ']' for
21654         generic type definitions.
21656 2005-06-23  Martin Baulig  <martin@ximian.com>
21658         Fix #75331.
21660         * metadata.c (mono_class_get_overrides): Renamed to
21661         mono_class_get_overrides_full() and added a `MonoGenericContext *'.
21662         (method_from_method_def_or_ref): Added `MonoGenericContext *' and
21663         pass it to mono_get_method_full().
21665 2005-06-22  Ben Maurer  <bmaurer@ximian.com>
21667         * reflection.c (mono_reflection_create_runtime_class): take the
21668         mono_domain_lock in this method. Prevents deadlocks
21670 2005-06-22  Martin Baulig  <martin@ximian.com>
21672         * loader.c (method_from_methodspec): Fix #75330.
21674 2005-06-22  Martin Baulig  <martin@ximian.com>
21676         * reflection.c (type_get_qualified_name): Use
21677         mono_type_get_name_full() with MONO_TYPE_NAME_FORMAT_REFLECTION.
21678         (_mono_reflection_get_type_from_info): Added `MonoImage *image'
21679         argument; use it if we don't have an assembly name.
21681 2005-06-22  Lluis Sanchez Gual  <lluis@novell.com>
21683         * object.c: In mono_message_init, set "copy out" flag for in
21684         parameters with the [Out] flag.
21686 2005-06-21  Martin Baulig  <martin@ximian.com>
21688         * class.c
21689         (mono_type_get_name_recurse): Correctly handle MONO_TYPE_SZARRAY
21690         and MONO_TYPE_PTR.
21692 2005-06-21  Martin Baulig  <martin@ximian.com>
21694         * class.c (mono_class_init): Don't initialize `class->fields' for
21695         generic instances since they're initialized again in
21696         compute_field_layout(). 
21697         (compute_field_layout): Set the field's `generic_info' here; fix
21698         #75320. 
21700 2005-06-21  Martin Baulig  <martin@ximian.com>
21702         * class-internals.h
21703         (MonoGenericMethod): Added `MonoGenericClass *generic_class'.
21705         * metadata.c (mono_metadata_generic_method_equal): Also
21706         distinguish the `generic_class'; fixes #75334.
21708 2005-06-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21710         * domain.c:
21711         * appdomain.c:
21712         * domain-internals.h:
21713         * reflection.c: 'domain_assemblies' field is now protected by its own
21714         lock. Don't call into managed code to run the AssemblyLoad event if we
21715         now there are no registered delegates for it.
21717 2005-06-20  Martin Baulig  <martin@ximian.com>
21719         * class.c (mono_class_is_assignable_from): Use a custom version of
21720         mono_class_has_parent() to make things work for generic instances;
21721         fix #75300.
21723 2005-06-20  Martin Baulig  <martin@ximian.com>
21725         * loader.c (method_from_methodspec): Apply a patch from
21726         Kamil Skalski <nazgul@nemerle.org> to fix #75296.
21728 2005-06-20  Martin Baulig  <martin@ximian.com>
21730         * class.c (mono_class_init): Reverted Zoltan's last change; it
21731         breaks generics.
21733 2005-06-19  Zoltan Varga  <vargaz@freemail.hu>
21735         * threads.c (wait_for_tids_or_state_change): Add missing locking.
21737 2005-06-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21739         * socket-io.c: fix the index in the socket array for writable/error
21740         sockets. Fixes bug #75306.
21742 2005-06-17  Zoltan Varga  <vargaz@freemail.hu>
21744         * class.c (mono_class_init): Allow interfaces to have static ctors.
21746 2005-06-17  Martin Baulig  <martin@ximian.com>
21748         * loader.c (method_from_methodspec): Use `context->container' when
21749         parsing the `gmethod->inst'.
21751 2005-06-17  Martin Baulig  <martin@ximian.com>
21753         * class.c (mono_type_get_name_recurse): Don't add the assembly
21754         name for type arguments.
21756 2005-06-15  Martin Baulig  <martin@ximian.com>
21758         * reflection.c (mono_image_get_inflated_method_token): Encode
21759         correct klass; fixes #75260.
21761 2005-06-13 Michal Moskal <malekith@nemerle.org>
21763         * icall.c: Make GetCorrespondingMethod/Constructor take
21764         MonoReflectionMethod method not MonoMethod. Removed
21765         MonoType.GetCorrespondingField, and make
21766         MonoGenericType.GetCorrespondingField take name not
21767         MonoClassField.
21769 2005-06-13  Michal Moskal <malekith@nemerle.org>
21771         * reflection.c (field_encode_signature, encode_locals):
21772          Make sizes of buffers for types larger (for big generic types).
21773          (create_generic_typespec,
21774          mono_reflection_sighelper_get_signature_local,
21775          mono_reflection_sighelper_get_signature_field):
21776          Add asserts for too small buffers.
21778 2005-06-15  Martin Baulig  <martin@ximian.com>
21780         * icall.c (ves_icall_MonoGenericClass_GetParentType): Return NULL
21781         if our parent is not a dynamic type.
21783 2005-06-15  Martin Baulig  <martin@ximian.com>
21785         * class-internals.h (MonoTypeNameFormat): New enum.
21787         * class.c
21788         (mono_class_get_name_full): Renamed to mono_type_get_name_full().
21789         (mono_type_get_full_name): Removed.
21790         (mono_type_get_name_full): Take a `MonoTypeNameFormat format'
21791         argument instead of the boolean's.
21793         * icall.c (ves_icall_System_MonoType_getFullName):
21794         Added `gboolean assembly_qualified'.    
21796         * reflection.h
21797         (MonoTypeNameParse): Added `GPtrArray *type_arguments'.
21799         * reflection.c (mono_reflection_parse_type): Parse the new type
21800         name format.
21802 2005-06-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21804         * icall.c: no need to convert from utf16 to utf8 and then back again
21805         after the call to GetLogicalDrives.
21807 2005-06-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21809         * icall.c: frombase64. Fix problems exposed by new tests.
21811 2005-06-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21813         * icall.c: added internal calls for converting char [] and strings in
21814         base64 into byte [].
21816 2005-06-10  Martin Baulig  <martin@ximian.com>
21818         * class.c (mono_class_create_generic_2): Read the nested classes
21819         from the metadata rather than from `gklass->nested_classes' since
21820         `gklass' might not be initialized yet.
21822 2005-06-09  Duncan Mak  <duncan@novell.com>
21824         * *.h: Added G_BEGIN_DECLS and G_END_DECLS where appropriate to
21825         all public headers. Fixes #74919.
21827 2005-06-09  Lluis Sanchez Gual  <lluis@novell.com>
21829         * domain.c: The key for proxy_vtable_hash is now a pointer
21830         array. Added new GHashFunc and GCompareFunc functions for this.
21832         * class.h: The list of interfaces in MonoRemoteClass is known in
21833         advance and can't grow (we create a new MonoRemoteClass if needed),
21834         so now the interface array can be allocated together with
21835         MonoRemoteClass.
21836         
21837         * object.c: Added a new method create_remote_class_key.
21838         Fixed mono_remote_class so it does not depend on
21839         mono_upgrade_remote_class.
21840         Removed extend_interface_array.
21841         Added new method clone_remote_class(), which makes a copy of a remote
21842         class and adds a new interface or class to it.
21843         mono_upgrade_remote_class() now creates a new remote class (or gets
21844         it from the cache) if an vtable upgrade is needed. In this way
21845         we make sure that other objects sharing the same remote class
21846         don't get the new vtable with unwanted interfaces.
21847         
21848         * object-internals.h:
21849         * object.h: Moved mono_upgrade_remote_class to object-internals.h.
21850         
21851         * marshal.c: Track changes in mono_upgrade_remote_class().
21853 2005-06-08  Kamil Skalski <nazgul@nemerle.org>
21854         * icall.c: Add runtime methods for obtaining members of inflated
21855         class, which were created from supplied non-inflated members. It
21856         is used in internal Get{Method,Constructor,Field} methods in
21857         System.Type
21859 2005-06-09  Martin Baulig  <martin@ximian.com>
21861         * reflection.c
21862         (mono_reflection_bind_generic_method_parameters): Fix #75169.
21864 2005-06-08  Carlos Alberto Cortez <calberto.cortez@gmail.com>
21865         * reflection.c (mono_image_basic_init): Define
21866         Version in MonoDynamicAssembly. 
21867         
21868 2005-06-08  Martin Baulig  <martin@ximian.com>
21870         Fix #75136.
21872         * loader.c
21873         (mono_method_signature_full): New public method; takes a
21874         `MonoGenericContext *'.
21875         (find_method): Use mono_method_signature_full() and pass the
21876         klass'es context to it.
21878         * class.c (mono_class_is_inflated_method): Use
21879         mono_method_signature_full() and pass the context to it.
21881 Wed Jun 8 19:26:38 CEST 2005 Paolo Molaro <lupus@ximian.com>
21883         * object.c: add proper locking in mono_remote_class_vtable(),
21884         fixes possible memory corruption.
21886 2005-06-08  Michael Meeks  <michael.meeks@novell.com>
21888         * marshal.c (mono_remoting_marshal_init): set
21889         initialized after initialization.
21891 2005-06-08  Atsushi Enomoto  <atsushi@ximian.com>
21893         * locales.c : hush.
21895 2005-06-06  Michael Meeks  <michael.meeks@novell.com>
21897         * object.c (extend_interface_array): fix really silly
21898         memory corrupting / comparison bug.
21900 2005-06-07  Carlos Alberto Cortez <calberto.cortez@gmail.com>
21902         * reflection.c: Functions added to support the creation
21903         of CustomAttributeData, which includes Attribute data
21904         used by ReflectionOnly methods.
21906         * reflection.h:  mono_reflection_get_custom_attrs_data and
21907          mono_custom_attrs_data_construct added (functions exposed).
21909          * icall.c: Added mono_reflection_get_custom_attrs_data
21910          as icall.
21911         
21912 2005-06-07  Zoltan Varga  <vargaz@freemail.hu>
21914         * Makefile.am (libmonoruntime_la_SOURCES): Revert last change at
21915         lupus's request.
21917 2005-06-06  Zoltan Varga  <vargaz@freemail.hu>
21919         * icall.c (ves_icall_Mono_Runtime_GetDisplayName): Fix warning.
21921         * reflection.c (reflection_methodbuilder_to_mono_method): Fix encoding of
21922         dynamic DllImportAttribute.
21924         * icall.c (ves_icall_MonoMethod_GetDllImportAttribute): Fix decoding of 
21925         dynamic DllImportAttribute.
21927         * Makefile.am (libmonoruntimeinclude_HEADERS): Export tabledefs.h too.
21928         Fixes #75162.
21930 2005-06-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21932         * threads.c: avoid segfault when an unstarted thread is aborted.
21934 2005-06-05  Kornél Pál <kornelpal@hotmail.com>
21936         * icall.c: Added ves_icall_Mono_Runtime_GetDisplayName:
21937         Returns the name and version of the runtime for reporting.
21939 2005-06-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21941         * appdomain.c: bump corlib version.
21942         * object-internals.h: new field in MonoReflectionAssembly.
21944 2005-06-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21946         * object-internals.h: Carlos forgot to add this field.
21948 2005-06-03  Carlos Alberto Cortez <calberto.cortez@gmail.com>
21950         * icall.c: Added create_version to create instances
21951         of Version of MonoReflectionAssemblyName. This change helps
21952         the AssemblyName tests to keep running fine.
21953         
21954 2005-06-03  Lluis Sanchez Gual  <lluis@novell.com>
21955   
21956         * object.c (mono_method_return_message_restore): A somehow less
21957         intrusive fix for #75138.
21959 2005-06-03  Raja R Harinath  <rharinath@novell.com>
21961         * object.c (mono_method_return_message_restore): Fix computation
21962         of expected number of out args.
21964 2005-06-02  Zoltan Varga  <vargaz@freemail.hu>
21966         * reflection.c (mono_image_get_method_info): Fix the case when the
21967         charset is empty.
21969 2005-06-02  Lluis Sanchez Gual  <lluis@novell.com> 
21971         * object.c: Added missing null check in
21972           mono_method_return_message_restore.
21974 2005-06-02  Zoltan Varga  <vargaz@freemail.hu>
21976         * reflection.c (mono_image_get_method_info): Handle the case when
21977         dllentry is empty.
21979 2005-06-02  Lluis Sanchez Gual  <lluis@novell.com>
21981         * object.c: When creating the vtable for a proxy, take into account
21982         all inherited interfaces, not only the ones registered in
21983         iclass->interfaces. This fixs bug #74996.
21984         Also, in mono_method_return_message_restore, verify that the array
21985         of out args has the expected lengh.
21987 2005-06-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21989         * socket-io.c: update the timeout in Poll when the call is interrupte.
21991 2005-06-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21993         * socket-io.c: support abort/suspend in Select_internal after last
21994         change.
21996 2005-06-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21998         * threadpool.c: remove warning.
22000 2005-06-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
22002         * icall.c:
22003         * socket-io.[ch]: Select_internal uses poll() now when available, thus
22004         removing the 1024 limit from select(). Runtime part of the fix for
22005         bug #71203.
22007 2005-05-30 Gonzalo Paniagua Javier <gonzalo@ximian.com>
22009         * socket-io.c: when resolving the addresses for the same
22010         host returned by gethostname(), get the local IPs from the interface
22011         list. Loopback addresses are discarded if the are interfaces up with
22012         non-loopback ones. Fixes bug #63265.
22014 2005-05-27  Vladimir Vukicevic  <vladimir@pobox.com>
22016         * appdomain.c, verify.c, object-internals.h, reflection.c:
22017         bumped corlib number to 36, and added new extra_flags field
22018         to ReflectionMethodBuilder and friends.  Fixes #75060.
22020 Fri May 27 14:45:56 CEST 2005 Paolo Molaro <lupus@ximian.com>
22022         * gc.c: register a new weak link only if the object is non-null
22023         (fixes bug#75047).
22025 2005-05-26  Atsushi Enomoto  <atsushi@ximian.com>
22027         * culture-info.h : short time pattern too.
22029 2005-05-26  Atsushi Enomoto  <atsushi@ximian.com>
22031         * culture-info.h : expand long time pattern string length.
22033 2005-05-25  Atsushi Enomoto  <atsushi@ximian.com>
22035         * culture-info-table.h : update (more French date format; #72788).
22037 2005-05-25  Zoltan Varga  <vargaz@freemail.hu>
22039         * icall.c (ves_icall_InternalInvoke): Avoid type checks on this if
22040         the method is static. Fixes #75029.
22042 2005-05-25  Lluis Sanchez Gual  <lluis@novell.com>
22044         * reflection.c: Update the table_idx field of method builders after
22045         saving the module, since it can change. This is a workaround for
22046         bug #74914. 
22048 2005-05-25  Atsushi Enomoto  <atsushi@ximian.com>
22050         * culture-info-table.h : update (additional French date format).
22052 2005-05-20  Zoltan Varga  <vargaz@freemail.hu>
22054         * icall.c (ves_icall_type_Equals): Revert last change.
22055         
22056         * icall.c (ves_icall_type_Equals): Turn the g_print into an assert.
22058         * icall.c (ves_icall_type_GetTypeCode): Rename the icall to GetTypeCodeInternal.
22060 2005-05-20  Sebastien Pouliot  <sebastien@ximian.com>
22062         * class-internals.h: Added executioncontext_class field to 
22063         MonoDefaults structure.
22064         * domain.c: Cache System.Threading.ExecutionContext class in 
22065         mono_defaults.
22066         * object.c: Capture the ExecutionContext for asynchroneous calls in
22067          mono_async_result_new.
22068         * object-internals.h: Added execution_context and original_context 
22069         fields to MonoAsyncResult. Added execution_context to MonoThread.
22070         * security-manager.c|.h: Added mono_get_context_capture_method to 
22071         return the capture method (if required by the security manager or by
22072         the framework version used).
22073         * threadpool.c: Apply capture (if present) ExecutionContext in 
22074         mono_async_invoke and revert to original context after it completes.
22076 2005-05-19  Atsushi Enomoto  <atsushi@ximian.com>
22078         * culture-info-table.h : updated (real hacky solution for zh-CHT).
22080 2005-05-18  Atsushi Enomoto  <atsushi@ximian.com>
22082         * culture-info-table.h : zh-CHT related workaround.
22084 2005-05-12  Zoltan Varga  <vargaz@freemail.hu>
22086         * marshal.c (emit_marshal_custom): Add some error checking and call the
22087         methods in the ICustomMarshaler interface. Fixes #74875.
22088         
22089         * marshal.c (emit_marshal_array): Implement [Out] marshalling in
22090         native->managed wrappers.
22092 2005-05-12  Martin Baulig  <martin@ximian.com>
22094         * mono-debug-debugger.cs (mono_debugger_lock/unlock): Always lock
22095         here and use the loader lock.
22097         * mono-debug.c: Properly lock when the debugger is not attached.
22098         (mono_debug_init): Release the initial lock if we're not running
22099         in the debugger.
22101 2005-05-12  Zoltan Varga  <vargaz@freemail.hu>
22103         * marshal.c (emit_marshal_custom): Pass through NULL values without
22104         calling the custom marshalling routines.
22106         * marshal.c (emit_ptr_to_object_conv): Implement ftnptr->delegate
22107         conversion in structures. Fixes #74882.
22109 2005-05-12  Atsushi Enomoto  <atsushi@ximian.com>
22111         * culture-info-table.h : zh-* cultures were missing.
22113 2005-05-12  Lluis Sanchez Gual  <lluis@novell.com>
22115         * threads.c: Added a new event background_change_event which is signaled
22116         when a thread changes its background mode.
22117         Moved here several checks previously done in managed code. The checks
22118         require the thread lock, and using the thread lock in managed code
22119         can result in deadlocks.
22120         Merged Start_internal and Thread_internal into a single method. Now 
22121         Thread_internal does all work of creating and starting a thread.
22122         Added icalls for setting and getting the state of the object. Moved from
22123         managed code to avoid locking there.
22124         Added wait_for_tids_or_state_change() which is called instad of
22125         wait_for_tids when waiting for non-backround threads to end. This method
22126         will return if one of the threads ends or the background_change_event
22127         is signaled.
22128         * threadpool.c: use ves_icall_System_Threading_Thread_SetState() to set
22129         the background mode. This method signals the background_change_event
22130         event.
22131         * icall.c:
22132         * threads-types.h: Added icalls for ClrState, SetState and GetState, and
22133         removed Start_internal.
22134         
22135 2005-05-11  Martin Baulig  <martin@ximian.com>
22137         * mono-debug.h (MonoSymbolTable, MonoDebugMethodAddress): Changed
22138         to order of some fields to get proper alignment on 64-bit machines.
22140 2005-05-11  Martin Baulig  <martin@ximian.com>
22142         * mono-debug.c, mono-debug-debugger.c: Revert Paolo's locking
22143         changes as they're broken and completely fuck up the debugger.
22145         * mono-debug.c (mono_debug_add_method): Properly unlock on error.
22147 2005-05-10  Martin Baulig  <martin@ximian.com>
22149         * reflection.c (mono_reflection_generic_class_initialize): Don't
22150         call mono_class_setup_parent() here.
22152 2005-05-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
22154         * metadata/socket-io.c: on windows, getsockopt/setsockopt for
22155         send/receive timeout use an integer in milliseconds. We were using a
22156         struct timeval.
22158 2005-05-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
22160         * locales.c:
22161         (internal_get_cultures): reserve the first slot of the array for the
22162         InvariantCulture, which will be filled in managed code.
22164 2005-05-06  Zoltan Varga  <vargaz@freemail.hu>
22166         * reflection.c (mono_image_fill_module_table): Initialize the
22167         GENERATION field as well.
22169 2005-05-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
22171         * monitor.c: ignore calls to Monitor.Exit even if no one ever called
22172         Monitor.Enter on the object.
22174 2005-05-05  Lluis Sanchez Gual  <lluis@novell.com>
22176         * threads.c: Enable the wait for running threads when exiting.
22177         * icall.c: Suspend all threads before exiting.
22179 2005-05-05  Zoltan Varga  <vargaz@freemail.hu>
22181         * assembly.c (mono_assembly_load_reference): Fix warning.
22183 2005-05-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
22185         * threadpool.c: changed the default number of threads per cpu. From now
22186         on, the default will be 20 + (5 * number of cpus) instead of 50.
22188 2005-05-04  Zoltan Varga  <vargaz@freemail.hu>
22190         * loader.c (mono_method_get_signature_full): Add locking here.
22192 2005-05-03  Lluis Sanchez Gual <lluis@novell.com>
22194         * appdomain.c: Moved methods for parsing and freeing assembly
22195         names to assembly.c.
22196         * assembly.c, domain-internals.h: Created public methods for parsing
22197         assembly names. Fixed mono_assembly_load_with_partial_name:
22198         it now finds the best match, taking into account the version,
22199         token and culture specified in the partial name. Also return
22200         the latest version if no version information is specified.
22202 Mon May 2 15:47:57 CEST 2005 Paolo Molaro <lupus@ximian.com>
22204         * threadpool.c: replace check for SocketAsyncCall class.
22206 2005-05-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
22208         * threadpool-internals.h:
22209         * Makefile.am: added threadpool-internals.h
22211         * threadpool.c: call mono_unhandled_exception on exceptions not handled
22212         that happen in threadpool threads (tested on MS).
22213         (mono_thread_pool_remove_socket): new function that dispatch any pending
22214         AIO call on a socket that is closing. By now only epoll really needs it,
22215         as select/poll wake up when the socket closes.
22218         * socket-io.c: call mono_thread_pool_remove_socket in Close_internal.
22220 2005-05-01  Zoltan Varga  <vargaz@freemail.hu>
22222         * marshal.c (mono_marshal_get_managed_wrapper): Handle changing the calling convention.
22224 2005-05-01  Lluis Sanchez Gual  <lluis@novell.com>
22226         * gc.c: In mono_gc_cleanup(), wait for 2 seconds, not 2000 seconds.
22228 2005-04-30  Lluis Sanchez Gual  <lluis@novell.com>
22230         * threads.c: In mono_thread_suspend_all_other_threads, if a thread
22231         has an abort request, convert it into a suspend request.
22233 2005-04-30  Ben Maurer  <bmaurer@ximian.com>
22235         * marshal.c (mono_marshal_get_managed_wrapper): give a friendly
22236         warning for the usage of `UnmanagedFunctionPointerAttribute' which
22237         is not supported yet.
22239 2005-04-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
22241         * image.c: register assemblies loaded from data (bundles) in the loaded
22242         assemblies hash. Fixes bug #74772.
22244 2005-04-29  Martin Baulig  <martin@ximian.com>
22246         * class.c (mono_type_get_name_recurse): Update to the new naming
22247         schema from the latest .NET 2.x beta2.
22248         (mono_class_setup_vtable_general): If we're a generic instance,
22249         copy the vtable from our generic type definition and inflate all
22250         the methods in it.
22252         * loader.c (find_method): Update to the new naming schema from the
22253         latest .NET 2.x beta2.
22255 2005-04-29  Raja R Harinath  <harinath@gmail.com>
22257         * class.c (mono_class_init): Add a mono_loader_unlock to the
22258         #74734 fix.
22260 2005-04-28  Zoltan Varga  <vargaz@freemail.hu>
22262         * icall.c (ves_icall_System_Environment_Exit): Remove the 
22263         suspend_all_other_threads () call for the time being, since it can hang.
22265         * threads.c (mono_thread_manage): Similarly, disable the waiting for
22266         the background threads to exit, since it can also hang.
22268         * class.c (mono_class_init): Applied patch from Ankit Jain 
22269         (radical@gmail.com). Avoid pending init errors when a field refers
22270         to a nested class using a typeref. Fixes #74734.
22272         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): Fix
22273         this for dynamic modules.
22275 2005-04-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
22277         * threads.c: don't wait for threads that are in the process of aborting
22278         or aborted. Set the 'shutting_down' flag before cleaning the threadpool
22279         and waiting for background threads to finish. This makes xsp and
22280         mod-mono-server exit without random length delays and/or hangs.
22282 2005-04-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
22284         * icall.c: remove duplicate assignment from GetReferencedAssemblies.
22286 2005-04-25  Zoltan Varga  <vargaz@freemail.hu>
22288         * class.c (mono_class_is_assignable_from): Call is_assignable_to for
22289         dynamic types to prevent infinite loops. Fixes #74727.
22291         * reflection.c (mono_reflection_call_is_assignable_from): Rename to
22292         ..._is_assignable_to.
22294 2005-04-25  Sebastien Pouliot  <sebastien@ximian.com>
22296         * security.c: Fixed #74698 where sysconf returned -1 on FreeBSD.
22298 2005-04-25  Martin Baulig  <martin@ximian.com>
22300         Upgrade to the latest .NET 2.x beta (Visual Studio 2005 Beta 2).
22302         * domain.c
22303         (supported_runtimes): Change "v2.0.40607" -> "v2.0.50215".
22305         * row-indexes.h (MONO_GENERICPARAM_KIND): Removed.
22307         * reflection.c (build_compressed_metadata): Set metadata header
22308         version to 2.0.
22310 2005-04-23  Zoltan Varga  <vargaz@freemail.hu>
22312         * sysmath.c (ves_icall_System_Math_Round2): Use modf to decompose the
22313         number into an integral and a decimal part. Fixes #70473.
22315         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_OffsetOf): Ignore static fields. Fixes #74703.
22317 2005-04-23  Atsushi Enomoto  <atsushi@ximian.com>
22319         * culture-info-table.h : reflected the latest locale-builder output.
22321 2005-04-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
22323         * threadpool.c: check for SuspendRequested too when deciding if
22324         mono_thread_interruption_checkpoint should be called.
22326 2005-04-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
22328         * appdomain.[ch]: added function to set the shutting_down flag to TRUE.
22329         * threads.c: remove interruption_mutex and use Interlocked instead. When
22330         suspending all the threads, wait for all the suspended events at once.
22331         If we're shutting down and get an APC that is going to be queued,
22332         call mono_thread_execute_interruption immediately, as the thread might
22333         be sleeping on a pthread condition or mutex.
22335         * icall.c: call mono_runtime_set_shutting_down before suspending the
22336         threads.
22338         Fixes bug #74693. And now xsp is happier when exiting.
22340 2005-04-22  Zoltan Varga  <vargaz@freemail.hu>
22342         * loader.c (mono_stack_walk): Fix #74690.
22344 2005-04-22  Martin Baulig  <martin@ximian.com>
22346         * mono-debug.h (MonoDebugMethodJitInfo): Added
22347         `MonoDebugMethodJitInfo *jit'.
22349         * mono-debug.c (mono_debug_read_method): Cache the
22350         MonoDebugMethodJitInfo in `address->jit'.
22351         (mono_debug_free_method_jit_info): New public method.
22353 2005-04-22  Martin Baulig  <martin@ximian.com>
22355         * class.c (mono_class_is_assignable_from): Disallow
22356         type parameter -> interface.
22358 2005-04-21  Dick Porter  <dick@ximian.com>
22360         * threads.c (mono_thread_create): Turn an assertion into an error.
22362 2005-04-20  Zoltan Varga  <vargaz@freemail.hu>
22364         * threads.c object.c icall.c: Fix some gcc 4.0 warnings.
22365         
22366         * threads.c marshal.h marshal.c exceptions.h exceptions.c appdomain.c: 
22367         Fix some gcc 4.0 warnings.
22369 Wed Apr 20 16:09:06 CEST 2005 Paolo Molaro <lupus@ximian.com>
22371         * file-io.c: fix alt dir separator char on unix systems
22372         and cleanup (fixes bug #71214).
22374 2005-04-19  Lluis Sanchez Gual  <lluis@novell.com>
22376         * marshal.c: Use CALLVIRT instead of CALL when dispatching
22377         a call to a remote domain, since the method may be an
22378         interface method in the client domain. This fixes bug #74192.
22380 2005-04-17 Gonzalo Paniagua Javier <gonzalo@ximian.com>
22382         * threadpool.c: recv/send are now performed before going back to managed
22383         code to save one transition.
22385 2005-04-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
22387         * metadata/socket-io.c: fixed semantics in Socket.Blocking icall.
22389         * metadata/threadpool.c: removed hack to workaround the bug above.
22391         Fixes bug #74618.
22393 2005-04-16  Zoltan Varga  <vargaz@freemail.hu>
22395         * reflection.c reflection.h: Fix handling of parameter defaults in
22396         dynamic methods. Also fixes handling of parameter attributes.
22397         Fixes #74609.
22399         * mono-debug.c (mono_debug_close_image): Fix warning.
22401 2005-04-15 Gonzalo Paniagua Javier <gonzalo@ximian.com>
22403         * socket-io.h: replaced old unused field with new 'blocking'.
22404         * threadpool.c: restore socket blocking state on windows(tm).
22406 2005-04-14  Sebastien Pouliot  <sebastien@ximian.com>
22408         * icall.c: don't return the codebase in the AssemblyName[] returned by
22409         ves_icall_System_Reflection_Assembly_GetReferencedAssemblies.
22410         * object-internals.h: Removed FIXME (fields were presents) and fixed
22411         versioncompat declaration.
22413 2005-04-14 Gonzalo Paniagua Javier <gonzalo@ximian.com>
22415         * threadpool.c: sometimes we get EBADF from epoll but the epollfd is
22416         not closed, so don't cleanup when it happens.
22418 2005-04-13  Chris Toshok  <toshok@ximian.com>
22420         * mono-debug-debugger.h: change prototype for
22421         mono_debugger_lookup_type.
22423         * mono-debug-debugger.c (mono_debugger_lookup_type): reinstate
22424         this function, although it should probably be named
22425         mono_debugger_init_type.
22427 2005-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
22429         * threadpool.c: fix non-AIO case.
22431 2005-04-13  Zoltan Varga  <vargaz@freemail.hu>
22433         * profiler.c (mono_profiler_install_simple): Add a 'jit' option to
22434         the built-in profiler to measure just JIT compilation times.
22436 2005-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
22438         * threadpool.c: the epollfd might be closed by another thread at
22439         any time, so ignore EBADF at treat it as a "we're closing" sign.
22441 2005-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
22443         * threadpool.c: release the semaphores with a count equals to the number
22444         of working threads in both IO and regular pools. Fixed typo that messed
22445         up the count of IO pool threads. Don't initialize the pipe handles if
22446         we're using epoll.
22448 2005-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
22450         * threadpool.c: some systems don't like a NULL when deleting the socket
22451         from epoll.
22453 2005-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
22455         * threadpool.c: fix semaphore allocation.
22457 2005-04-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
22459         * threadpool.c: added epoll() based implementation for asynchronous IO
22460         that is used instead of the default poll() when available.
22461         It can be disabled by setting MONO_DISABLE_AIO.
22463 2005-04-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
22465         * threadpool.c: windows needs 'closesocket' and instead of returning
22466         0 when the stream is closed while in select, it returns -1. Fixes bug
22467         #74573.
22469 2005-04-12  Zoltan Varga  <vargaz@freemail.hu>
22471         * class.c (class_compute_field_layout): Fix the regression caused by
22472         the previous try.
22474 2005-04-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
22476         * threadpool.c: separate pool for socket async. IO.
22477         * threadpool.h: mono_max_worker_threads is not a global any more.
22479 2005-04-10  Zoltan Varga  <vargaz@freemail.hu>
22481         * class.c (class_compute_field_layout): Fix #74549.
22483 2005-04-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
22485         * threadpool.c: select() on windows doesn't allow pipe handles, soooo
22486         use 2 connected sockets instead.
22488 2005-04-08  Miguel de Icaza  <miguel@novell.com>
22490         * mono-config.c: Add new entry point for mkbundle
22491         mono_config_parse_memory. 
22493 2005-04-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
22495         * threadpool.c: removed another unused function.
22497 2005-04-08  Ankit Jain  <radical@corewars.org>
22499         * reflection.c (get_default_param_value_blobs): Add 'types'
22500         parameter to get the types encoded in the constant table.
22501         (mono_param_get_objects): Use the type from the constant table,
22502         not the type of the parameter, when creating default values.
22503         Handle null default values correctly.
22505 2005-04-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
22507         * file-io.c:
22508         * file-io.h:
22509         * threadpool.c:
22510         * threadpool.h:
22511         * icall.c:
22512         * socket-io.c: removed dead code for async IO.
22514 2005-04-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
22516         * socket-io.h: 2 more fields in MonoSocketAsyncResult.
22518         * threadpool.c: intercept socket async. calls and pass them to a thread
22519         that is polling and dispatching the job items to the threadpool as
22520         socket become ready. Fixes bugs #71217, #71933.
22522         * icall.c: Removed AsyncReceive and AsyncSend. Speed up for copies
22523         between char and short/ushort arrays.
22525         * socket-io.c: remove dead code.
22527 2005-04-06  Atsushi Enomoto  <atsushi@ximian.com>
22529         * locales.c,
22530           icall.c : removed InternalToUpper_Comp() and
22531           InternalToLower_Comp().
22533 2005-04-06  Atsushi Enomoto  <atsushi@ximian.com>
22535         * char-conversions.h : The tables were incorrectly generated. Should
22536           be generated against invariant culture.
22538 2005-04-04  Zoltan Varga  <vargaz@freemail.hu>
22540         * object.c (mono_runtime_invoke_array): Fix return value when 
22541         passing pre-created valuetype objects to ctors.
22543         * gc.c (mono_gchandle_is_in_domain): Applied patch from Jon Larimer 
22544         (jlarimer@gmail.com). Avoid crashes when the wrapper object is null.
22545         Fixes #74338.
22547 2005-03-30  Sebastien Pouliot  <sebastien@ximian.com>
22549         * domain.c: removed g_assert for runtimesecurityframe_class. This is 
22550         only used with --security and hides the wrong corlib version error.
22552 2005-03-30  Joshua Tauberer  <tauberer@for.net>
22554         * class.c: Changed mono_class_name_from_token so that types
22555         outside of a namespace don't have an initial period.  Improved
22556         the g_warning message used in _mono_class_get when loading
22557         fails.
22558         * assembly.c: In mono_assembly_load_reference, when an assembly
22559         can't be found, "No such file or directory" is misleading and
22560         unhelpful because a few paths were checked for the presence of
22561         the assembly.  When that happens (ENOENT), display a nicer
22562         message indicating the directories that were searched.  In all
22563         cases, the warning is made easier to read for non-hackers.
22565 2005-03-29  Sebastien Pouliot  <sebastien@ximian.com>
22567         * assembly.c: Set MONO_ASSEMBLIES to NULL when compiling from a VS.NET
22568         project/solution.
22569         * appdomain.h|domain.c: Removed inline from functions.
22570         * appdomain.c: Reduced warnings when compiling on windows.
22571         * icall.c: Fixed output_debug declaration to gunichar2*.
22572         * mono-config.c: Reduced warnings when compiling on windows.
22573         * rand.c: Added missing "windows.h". Added missing return value.
22574         * rawbuffer.c: Added missing winsock2.h for windows.
22575         * sysmath.h: Added mono-compiler.h header to allow/ease 
22576         compilation with non-GCC compilers.
22577         * threads.c: Fixed declarations to compile with VS.NET C compiler.
22578         Removed cast warnings.
22580         Adapted from the work of J Lothian (for VC6).
22582 2005-03-29  Zoltan Varga  <vargaz@freemail.hu>
22584         * assembly.c (mono_assembly_load_corlib): Do not try loading corlib
22585         from default_path.
22587 2005-03-27  Zoltan Varga  <vargaz@freemail.hu>
22589         * marshal.c (mono_marshal_get_managed_wrapper): Fix bogus assert on
22590         the 2.0 profile.
22592 2005-03-27  Raja R Harinath  <harinath@gmail.com>
22594         * Makefile.am (assembliesdir): Fix.  If it is arch-dependent it
22595         has to be in $(exec_prefix).  $(prefix) is for arch-independent
22596         stuff, and it would probably use $(prefix)/share rather than
22597         $(prefix)/lib.
22599 2005-03-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>
22601         * console-io.c: added 2 includes that might be missing.
22603 2005-03-24  Zoltan Varga  <vargaz@freemail.hu>
22605         * marshal.c (mono_marshal_get_managed_wrapper): Fix crashes in 2.0
22606         profile.
22608         * reflection.c (create_custom_attr): Allocate the params array using
22609         alloca so it gets GC tracking.
22611 2005-03-23  Chris Toshok  <toshok@ximian.com>
22613         * mono-debug-debugger.c (mono_debugger_runtime_invoke): comment
22614         out some spew.
22616 2005-03-24  Raja R Harinath  <rharinath@novell.com>
22618         * Makefile.am (assembly.lo, mono-config.lo): Rebuild when Makefile
22619         changes to pick up any changes in prefix, etc.
22621 2005-03-23  Zoltan Varga  <vargaz@freemail.hu>
22623         * marshal.c (mono_marshal_get_managed_wrapper): Remove fixme.
22624         
22625         * marshal.c (mono_marshal_get_managed_wrapper): Remove debugging output.
22626         * marshal.c (mono_marshal_get_managed_wrapper): Add support for the modopt(CallConvCdecl).
22628 2005-03-23  Zoltan Varga  <vargaz@freemail.hu>
22630         * class-internals.h object-internals.h class.c reflection.c: Extend the
22631         mono_lookup_dynamic_token () function to return the class of the
22632         token as well. 
22634         * class.c (mono_ldtoken): Handle MEMBERREFS in the dynamic case as
22635         well. Fixes #73848.
22637 2005-03-23  Sebastien Pouliot  <sebastien@ximian.com>
22639         * security-manager.c: Skip inheritance checks for intra-corlib
22640         class inheritance and method overrides. This skips a lot of checks
22641         and (anyway) permissions cannot work until corlib is loaded.
22643 2005-03-23  Martin Baulig  <martin@ximian.com>
22645         * marshal.c (mono_marshal_get_stfld_wrapper): Add support for
22646         MONO_TYPE_GENERICINST.  
22648 2005-03-23  Martin Baulig  <martin@ximian.com>
22650         * metadata.c (mono_type_to_unmanaged): Add MONO_TYPE_GENERICINST.
22652 Tue Mar 22 16:57:01 CET 2005 Paolo Molaro <lupus@ximian.com>
22654         * class.c: added locking comments to some functions.
22655         Cache the interface offsets arrays (saves about 20 KB
22656         of runtime memory in a typical app).
22657         Reduce the time overhead in mono_class_setup_supertypes ().
22659 Tue Mar 22 16:35:57 CET 2005 Paolo Molaro <lupus@ximian.com>
22661         * icall.c: speedup and fix leaks in GetMethodsByName and
22662         GetPropertiesByName.
22664 Tue Mar 22 16:34:29 CET 2005 Paolo Molaro <lupus@ximian.com>
22666         * reflection.c: some locking fixes.
22668 Tue Mar 22 15:13:54 CET 2005 Paolo Molaro <lupus@ximian.com>
22670         * metadata.c: added missing break in case statement.
22672 2005-03-22  Zoltan Varga  <vargaz@freemail.hu>
22674         * marshal.c (mono_marshal_get_runtime_invoke): Add support for
22675         typedbyref return values. Fixes #73941.
22677 2005-03-17  Sebastien Pouliot  <sebastien@ximian.com>
22679         * security-manager.c|h: Added demandunmanaged method and 
22680         suppressunmanagedcodesecurity class to MonoSecurityManager.
22681         Renamed aptc class to allowpartiallytrustedcallers.
22683 2005-03-17  Martin Baulig  <martin@ximian.com>
22685         * class.c (inflate_generic_type): Add MONO_TYPE_ARRAY.
22687 2005-03-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
22689         * file-io.c: disabled file async. IO using aio_*. It uses the
22690         threadpool now. Workaround for bug #73718.
22692 Wed Mar 16 18:08:00 CET 2005 Paolo Molaro <lupus@ximian.com>
22694         * assembly.h, mono-config.c: added code to deal with bundled configs
22695         for bundled assemblies.
22697 Wed Mar 16 16:34:38 CET 2005 Paolo Molaro <lupus@ximian.com>
22699         * *.c, private.h: cleanup, removing old private.h header file.
22701 2005-03-16  Zoltan Varga  <vargaz@freemail.hu>
22703         * reflection.c (mono_image_get_method_info): Encode best_fit_mapping
22704         and throw_on_unmappable_char attributes.
22706 2005-03-13  Sebastien Pouliot  <sebastien@ximian.com>
22708         * process.c: Fix buffer length in ves_icall_System_Diagnostics_Process
22709         _ProcessName_internal.
22711 2005-03-13  Zoltan Varga  <vargaz@freemail.hu>
22713         * object.c (mono_array_new_full): Fix aligning of array size. Fixes
22714         #73631.
22716         * icall.c threads.c threads-types.h: Remove slothash icalls as they
22717         are no longer used.
22719 2005-03-11  Zoltan Varga  <vargaz@freemail.hu>
22721         * object.c (compute_class_bitmap): Add support for generics. Fixes
22722         #73527.
22724 2005-03-10  Zoltan Varga  <vargaz@freemail.hu>
22726         * reflection.c (mono_reflection_create_runtime_class): Fix 2.0 build.
22728 2005-03-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>
22730         * filewatcher.c: commented out the code for windows watcher, as we don't
22731         use it (we use the managed implementation instead).
22733 2005-03-10  Zoltan Varga  <vargaz@freemail.hu>
22735         * object-internals.h (MonoThread): Remove 'unused1' field.
22737         * appdomain.c: Bump corlib version.
22739         * marshal.c: Remove calls to Reset/RestoreDataStoreStatus ().
22741         * reflection.c (mono_reflection_create_runtime_class): Remove the
22742         AssemblyBuilder.Save optimization since it causes too many problems.
22744 2005-03-10  Sebastien Pouliot  <sebastien@ximian.com>
22746         * exception.c|h: Added mono_get_exception_reflection_type_load to
22747         create a ReflectionTypeLoadException object.
22748         * icall.c: Updated ves_icall_System_Reflection_Assembly_InternalGetType
22749         to return NULL is a InheritanceDemand fails during reflection. Updated
22750         ves_icall_System_Reflection_Assembly_GetTypes to throw a 
22751         ReflectionTypeLoadException if an InheritanceDemand fails during 
22752         reflection. Added icall mapping for GetLinkDemandSecurity.
22753         * security-manager.c|h: Added ves_icall_System_Security_
22754         SecurityManager_GetLinkDemandSecurity internal call to return the
22755         class and methods permissions set for a LinkDemand. Removed unused
22756         fields in MonoSecurityManager.
22758 2005-03-10  Martin Baulig  <martin@ximian.com>
22760         * class.c (mono_bounded_array_class_get): Initialize `eclass' if
22761         it's a generic instance.
22763 2005-03-09  Zoltan Varga  <vargaz@freemail.hu>
22765         * reflection.c (mono_get_object_from_blob): Applied patch from
22766         Ankit Jain (radical@gmail.com). Fix enum default values. Fixes #73457.
22768         * class.c (mono_class_is_assignable_from): Another try at fixing 
22769         #73469 without breaking anything.
22771 2005-03-08  Zoltan Varga  <vargaz@freemail.hu>
22773         * class.c: (mono_class_is_assignable_from): Revert the last changes
22774         since they don't work with generics.
22775         
22776         * class.c (mono_class_is_assignable_from): Fix build bustage.
22778         * class.c (mono_class_is_assignable_from): If oklass is dynamic, call
22779         the managed IsAssignableFrom method. Fixes #73469.
22781         * reflection.c (mono_reflection_call_is_assignable_from): New helper
22782         function.
22784 2005-03-04  Zoltan Varga  <vargaz@freemail.hu>
22786         * object.c (mono_load_remote_field_new): Fix returning uninitialized
22787         memory when the remoting callback does not sets the out arguments.
22788         Fixes #73007.
22790         * marshal.c (mono_delegate_free_ftnptr): Remove debug array checked in
22791         by mistake.
22793         * string-icalls.c: Return String.Empty where needed. Fixes #73310.
22795         * object-internals.h (MonoStackFrame): Sync with managed object layout.
22797         * appdomain.c: Bump corlib version.
22799 2005-03-03  Zoltan Varga  <vargaz@freemail.hu>
22801         * gc-internal.h boehm-gc.c null-gc.c: Add mono_gc_is_gc_thread () API
22802         function.
22804         * threads.c (mono_thread_attach): Detect threads which are not started
22805         by the GC pthread wrappers.
22807 2005-03-03  Sebastien Pouliot  <sebastien@ximian.com>
22809         * icall.c: Added new icall for RNG.
22810         * rand.c|h: Added new icall to open the RNG. This allows to share a 
22811         single handle on Linux to access /dev/urandom and fix #73183.
22813 Thu Mar 3 17:53:17 CET 2005 Paolo Molaro <lupus@ximian.com>
22815         * object.c: setting the new vtable in a transparent proxy object must
22816         not change the GC descriptor.
22818 Thu Mar 3 12:11:46 CET 2005 Paolo Molaro <lupus@ximian.com>
22820         * object.c: fixed compilation without GCJ support.
22821         * reflection.c: for runtime-created types ensure klass->has_references
22822         is correct (bug #73215).
22824 2005-03-02  Martin Baulig  <martin@ximian.com>
22826         * class.c (mono_class_is_assignable_from): Make this work if
22827         `oklass' is a generic instance; fixes #72831.
22829 2005-03-01  Zoltan Varga  <vargaz@freemail.hu>
22831         * marshal.c (mono_marshal_get_managed_wrapper): Fix handling of methods
22832         with hasthis set.
22833         
22834         * marshal.c (emit_marshal_array): Emit native->managed marshalling of blittable arrays.
22836         * marshal.c: Reorganize native->managed marshalling code to also use
22837         the emit_marshal_... functions.
22839 Tue Mar 1 16:16:42 CET 2005 Paolo Molaro <lupus@ximian.com>
22841         * object.c: typed allocs have issues with bitmap sizes > 30,
22842         so check for max_set >= 30.
22844 2005-03-01  Zoltan Varga  <vargaz@freemail.hu>
22846         * marshal.c (emit_marshal_array): Implement marshalling of arrays to
22847         managed code. Fixes #73012.
22849         * metadata.h (MonoMarshalSpec): Add elem_mult field.
22851         * metadata.c reflection.c: Load/Emit elem_mult as well.
22852         
22853         * metadata.h (MonoMarshalSpec): Add comment.
22855         * metadata.h: Add MONO_MARSHAL_CONV_LPTSTR_STR.
22857         * metadata.c (mono_metadata_parse_marshal_spec): Set param_num and
22858         num_elem to -1 if not given.
22860         * object-internals.h (MonoReflectionMarshal): Add has_size field.
22862         * reflection.c (encode_marshal_blob): Differentiate between 0 and not
22863         given values.
22865 2005-03-01  Marek Safar  <marek.safar@seznam.cz>
22867         * null-gc.c (mono_gc_free_fixed): Was not compilable.
22869 2005-02-28  Zoltan Varga  <vargaz@freemail.hu>
22871         * reflection.c (encode_marshal_blob): Encode param_num field as well.
22873         * object-internals.h (MonoReflectionMarshal): Add param_num field.
22875 Mon Feb 28 11:59:42 CET 2005 Paolo Molaro <lupus@ximian.com>
22877         * object.c: generalized the reference bitmap creation
22878         and added hooks for the new GC.
22879         * class-internals.c: removed the gc_bitmap field from MonoClass.
22881 Sat Feb 26 16:06:59 CET 2005 Paolo Molaro <lupus@ximian.com>
22883         * domain.c: help the compiler to produce better code
22884         in mono_jit_info_table_find ().
22886 Fri Feb 25 16:50:14 CET 2005 Paolo Molaro <lupus@ximian.com>
22888         * object.c: make all allocations look typed.
22890 Fri Feb 25 16:18:59 CET 2005 Paolo Molaro <lupus@ximian.com>
22892         * socket-io.c: load Mono.Posix if it's not loaded already
22893         (fixes bug#73033).
22895 2005-02-24  Martin Baulig  <martin@ximian.com>
22897         * class.c (dup_type): Correctly duplicate MONO_TYPE_PTR.
22898         * reflection.c (dup_type): Likewise.
22900 2005-02-24  Zoltan Varga  <vargaz@freemail.hu>
22902         * gc.c (run_finalize): Set the domain for finalizing delegates as well.
22903         Thanks to Willibald Krenn and Scott Mohekey for tracking this down.
22905 Thu Feb 24 15:19:35 CET 2005 Paolo Molaro <lupus@ximian.com>
22907         * domain.c, threads.c, object-internals.h: make the critical thread
22908         local vars use the fast access mode (even when we're compiled in
22909         a lib). Provide accessors to be used by the jit during codegen.
22911 2005-02-24  Carlos Alberto Cortez <calberto.cortez@gmail.com>
22913         * appdomain.c: Changed hook functios behavior to include
22914         support for the reflection only assemblies. Some icalls were changed
22915         to support the mentioned assemblies too. Signatures of static methods
22916         try_assembly_resolve and real_load now have an additional parameter:
22917         refonly.
22919         * assembly.c: General changes to mono_assembly_ methods to support
22920         reflection only api. Functions mono_assembly_open, mono_assembly_load,
22921         mono_assembly_load_from and mono_assembly_loaded have got a '_full'
22922         suffix, to support an additional gbool parameter to specify whether
22923         the assembli is reflection only or not. Created some new hook functions 
22924         to add support for reflection only assemblies. Signatures of static 
22925         methods load_in_path, search_loaded, and mono_assembly_load_from_gac 
22926         have now an additional parameter: refonly.
22928         * metadata-internals.h: MonoAssembly now has a gbool ref_only flag,
22929         indicating whether the assembly is reflection only or not.
22931         * exception.c: Add mono_get_exception_invalid_operation.
22933         * icall.c: Throw an InvalidOperationException when trying to invoke
22934         a property/method/event, or trying to set/get the value of a field.
22935         Also add an icall to retrieve the ref_only flag to the
22936         MonoReflectionAssembly.
22938 2005-02-23  Chris Toshok  <toshok@ximian.com>
22940         Part of fix for #72827.
22941         * mono-debug.c (mono_debug_add_method): add lexical block data to
22942         the info we write.  Kind of a hack at the moment - we copy the
22943         lexical block info from the MonoDebugMethodInfo to the
22944         MonoDebugMethodJitInfo here, before writing it.
22945         (mono_debug_read_method): read the lexical block info.
22947         * mono-debug.h (_MonoDebugMethodJitInfo): add lexical block slots.
22949         * debug-mono-symfile.h: add lexical block support.
22951         * debug-mono-symfile.c (mono_debug_find_method): add lexical block
22952         support.
22954 2005-02-23  Zoltan Varga  <vargaz@freemail.hu>
22956         * loader.c (mono_lookup_pinvoke_call): Fix warning.
22958         * object.c (mono_runtime_free_method): Call mono_free_method () and
22959         put the TODOs there.
22961         * loader.c (mono_free_method): Free up most memory allocated for 
22962         dynamic methods.
22964 Wed Feb 23 18:54:26 CET 2005 Paolo Molaro <lupus@ximian.com>
22966         * reflection.c: properly flag a Type argument to a
22967         named custom attr value (bug #72248).
22969 Wed Feb 23 18:32:35 CET 2005 Paolo Molaro <lupus@ximian.com>
22971         * reflection.c: reduce code duplication in named custom
22972         attribute encoding.
22974 Wed Feb 23 17:23:52 CET 2005 Paolo Molaro <lupus@ximian.com>
22976         * reflection.c: properly encode custom attrs of type object
22977         (bug #72649).
22979 2005-02-23  Zoltan Varga  <vargaz@freemail.hu>
22981         * marshal.c (mono_delegate_free_ftnptr): Make this thread safe.
22983 Tue Feb 22 21:54:47 CET 2005 Paolo Molaro <lupus@ximian.com>
22985         * socket-io.c: load System.dll if it's not loaded already
22986         (bug #72850 and #70477).
22988 2005-02-21  Martin Baulig  <martin@ximian.com>
22990         * marshal.c (mono_marshal_get_runtime_invoke): Add support for
22991         generic instances.
22993 2005-02-21  Martin Baulig  <martin@ximian.com>
22995         * reflection.c (mono_image_build_metadata): We also need to
22996         "fixup" the MethodImpl table after we computed the final method
22997         indices.  Call fixup_methodimpl() to do that.
22998         (fixup_methodimpl): New private method.
23000 Mon Feb 21 16:17:14 CET 2005 Paolo Molaro <lupus@ximian.com>
23002         * assembly.c: special case mscorlib.dll (bug#72536),
23003         patch from Carlos Alberto Cortez.
23005 2005-02-20  Zoltan Varga  <vargaz@freemail.hu>
23007         * threads-types.h threads.c: Fix build bustage.
23009         * threads.c: Use a union for long<->double conversions.
23011         * threads-types.h threads.c icall.c: Implement the net 2.0 interlocked
23012         functions based on a patch by Luca Barbieri (luca.barbieri@gmail.com).
23014         * marshal.c (emit_thread_interrupt_checkpoint_call): Mark the bblock 
23015         containing the checkpoint call with NOT_TAKEN.
23016         
23017         * marshal.c (mono_marshal_get_managed_wrapper): Emit interrupt 
23018         checkpoint before pushing the arguments, so they won't have to be
23019         spilled to stack.
23021 Sat Feb 19 15:19:46 CET 2005 Paolo Molaro <lupus@ximian.com>
23023         * domain.c, assembly.c, domain-internals.h: make some data
23024         const and relocation-free.
23026 Sat Feb 19 11:12:34 CET 2005 Paolo Molaro <lupus@ximian.com>
23028         * object.c, appdomain.c, class-internals.h: introduce the
23029         MonoClassRuntimeInfo structure to hold the info needed to
23030         use a class at runtime. Made mono_class_vtable() lock-free
23031         for all the appdomains.
23033 Sat Feb 19 11:11:12 CET 2005 Paolo Molaro <lupus@ximian.com>
23035         * metadata-internals.h, image.c: introduce a per-image mempool to
23036         be used for memory that has the same lifetime as the image.
23038 2005-02-18  Lluis Sanchez Gual  <lluis@novell.com>
23040         * domain.c: In mono_init_internal(), instead of selecting the first
23041         runtime version supported by an executable, get a list of all
23042         supported versions and select the one for which an mscorlib exists
23043         (since even if the runtime supports a given version, it doesn't mean
23044         that the framework for that version is installed).
23045         Modified get_runtimes_from_exe to support this behavior.
23046         In supported_runtimes, added information about additional system
23047         assembly versions.
23048         
23049         * assembly.c: Added support for more than one system assembly version
23050         per runtime version. Updated the assembly list.
23051         In mono_assembly_remap_version, removed the initial version check,
23052         since we don't know to which version we need to compare until we
23053         get the version set on which the assembly is based.
23054         Moved the code for loading corlib into the new method
23055         mono_assembly_load_corlib(), so it can be used by the initialization
23056         code.
23057         
23058         * domain-internals.h: Updated data structures and added declaration
23059         for mono_assembly_load_corlib.
23061 2005-02-17  Zoltan Varga  <vargaz@freemail.hu>
23063         * reflection.c (resolve_object): Fix the creation of the signature in 
23064         the SignatureHelper case.
23066         * assembly.c (mono_assembly_remap_version): Fix binary search.
23067         
23068 2005-02-17  Sebastien Pouliot  <sebastien@ximian.com>
23070         * class.c: Added inheritance check when a method is overloaded (from a
23071         virtual method or when implementing an interface) and when a class is
23072         inherited. Added functions to set a failure for a class and to 
23073         retreive the exception from a failure.
23074         * class-internals.h: Added fields to MonoClass to keep the exception
23075         information status for inheritance (or other exceptions) to be thrown
23076         later (i.e. not at load time).
23077         * object.c: Throw the inheritance SecurityException when a type is to 
23078         be created with either class or method inheritance violations.
23079         * reflection.c|h: Fix when getting declsec from a class. Removed 
23080         unrequired code for class. Improved sanity in parameter naming.
23081         * security-manager.c|h: Added functions to check for class and method
23082         inheritance.
23084 2005-02-17  Zoltan Varga  <vargaz@freemail.hu>
23086         * reflection.c (mono_reflection_create_runtime_class): Set has_cctor
23087         and has_finalize in dynamic types as well.
23089 2005-02-17  Atsushi Enomoto  <atsushi@ximian.com>
23091         * culture-info-table.h : fixed currency format for en-GB (and so on).
23093 Wed Feb 16 16:28:15 CET 2005 Paolo Molaro <lupus@ximian.com>
23095         * gc.c: ensure the GC handles never have 0 as a value.
23097 2005-02-16  Zoltan Varga  <vargaz@freemail.hu>
23099         * marshal.c (emit_marshal_ptr): Raise an exception if trying to pass
23100         a pointer to a struct to unmanaged code. Fixes #72625.
23102 2005-02-16  Martin Baulig  <martin@ximian.com>
23104         * mono-debug.c (mono_debug_open_image): Ignore dynamic images.
23106 2005-02-16  Zoltan Varga  <vargaz@freemail.hu>
23108         * marshal.c (emit_marshal_array): Only marshal unicode char arrays as [Out].
23110 2005-02-15  Zoltan Varga  <vargaz@freemail.hu>
23112         * loader.c (mono_lookup_pinvoke_call): Fix stdcall name mangling.
23114         * marshal.c (mono_ftnptr_to_delegate): If the delegate has the 
23115         UnmanagedFunctionPointerAttribute, use it for determining calling convention
23116         etc. Fixes #71471.
23118         * reflection.c (mono_custom_attrs_get_attr): New helper function.
23120         * object-internals.h: Add MonoReflectionUnmanagedFunctionPointerAttribute.
23122 Tue Feb 15 18:03:41 CET 2005 Paolo Molaro <lupus@ximian.com>
23124         * domain.c, appdomain.c, appdomain.h, object-internals.h, object.h:
23125         changes to make the current context a field in MonoThread.
23127 2005-02-15  Zoltan Varga  <vargaz@freemail.hu>
23129         * marshal.c (mono_marshal_get_native_wrapper): Fix a crash caused by
23130         the last change.
23131         
23132         * marshal.c (mono_marshal_emit_native_wrapper): New helper function
23133         extracted from mono_marshal_get_native_wrapper.
23135         * marshal.c (mono_marshal_get_native_func_wrapper): New helper function
23136         to create wrappers around native functions.
23138         * marshal.c (mono_ftnptr_to_delegate): Add support for creating 
23139         delegates for arbitrary function pointers. Fixes #71472.
23141 Tue Feb 15 11:01:09 CET 2005 Paolo Molaro <lupus@ximian.com>
23143         * threads.c: cleaned up the code a little.
23145 2005-02-15  Martin Baulig  <martin@ximian.com>
23147         * mono-debug.h (MonoSymbolTable): Allow variable-length chunks in
23148         the data table.
23150         * mono-debug.c (DATA_TABLE_CHUNK_SIZE): Set to 32768; we may now
23151         allocate larger chunks if needed.
23153 2005-02-14  Zoltan Varga  <vargaz@freemail.hu>
23155         * threads.c (start_wrapper): Remove #ifdef PLATFORM_WIN32 probably left
23156         in by mistake.
23158 Mon Feb 14 16:48:24 CET 2005 Paolo Molaro <lupus@ximian.com>
23160         * domain.c: keep the domains in an array and ensure the domain ids
23161         are kept small, so they can be used as indexes to domain-specific data
23162         with a small memory overhead.
23164 2005-02-14  Zoltan Varga  <vargaz@freemail.hu>
23166         * icall.c: Handle byref types in Type icalls. Fixes #72544.
23168 Mon Feb 14 15:39:56 CET 2005 Paolo Molaro <lupus@ximian.com>
23170         * Makefile.am: remove libmetadata: we build just libmonoruntime now.
23172 2005-02-13  Zoltan Varga  <vargaz@freemail.hu>
23174         * tabledefs.h (MANIFEST_RESOURCE_VISIBILITY_MASK): Add flags for ManifestResource.
23176         * loader.c (mono_lookup_pinvoke_call): Correct the search order used for different CharSet
23177         values.
23179         * marshal.c (mono_marshal_get_string_encoding): CHAR_SET_AUTO means Unicode on windows.
23180         
23181 2005-02-12  Ben Maurer  <bmaurer@ximian.com>
23183         * domain-internals.h: add the hashtable here.
23185         * class-internals.h: Remove `info' from MonoMethod
23187         * domain.c: Add a new hashtable, jit_trampoline_hash
23189 Fri Feb 11 17:11:20 CET 2005 Paolo Molaro <lupus@ximian.com>
23191         * object.c: don't set the value of static fields
23192         (fixes bug#72494).
23194 2005-02-11  Martin Baulig  <martin@ximian.com>
23196         * mono-debug.c (DATA_TABLE_CHUNK_SIZE): Increase to 131072.
23197         (mono_debug_add_method): Silently ignore the method if it's too big.
23198         (mono_debug_add_type): Likewise.
23200 Fri Feb 11 16:22:10 CET 2005 Paolo Molaro <lupus@ximian.com>
23202         * threads.c, appdomain.c: remove #ifdefs from the code.
23204 2005-02-10  Sebastien Pouliot  <sebastien@ximian.com>
23206         * metadata-internals.h: Added flags to MonoAssembly to cache the most
23207         common security informations. This allows us to stay in unmanaged code
23208         when doing LinkDemand and it's special cases (except for the first 
23209         time for initialization). The flags a very much used with --security.
23210         * reflection.c|h: Added code to get declarative security attributes 
23211         for LinkDemand and InheritanceDemand. This required to refactor the
23212         existing code for Demand.
23213         * security-manager.c|h: Added new method fields for the special cases
23214         of LinkDemand.
23216 2005-02-10  Martin Baulig  <martin@ximian.com>
23218         * icall.c (ves_icall_MonoDebugger_MakeArrayType): New interncall.
23219         (ves_icall_MonoDebugger_GetTypeToken): New interncall.
23221 2005-02-10  Martin Baulig  <martin@ximian.com>
23223         * mono-debug.c, mono-debug-debugger.c: Completely reworked the
23224         debugging code; this is almost a complete rewrite.
23226         * icall.c (ves_icall_MonoDebugger_GetMethodIndex): New interncall.
23228 Thu Feb 10 15:19:01 CET 2005 Paolo Molaro <lupus@ximian.com>
23230         * domain.c, object.h: expose mono_string_equal () and 
23231         mono_string_hash ().
23232         * icall.c, string-icalls.c: remove the string.GetHashCode () icall,
23233         it's implemented in managed code.
23235 Thu Feb 10 15:03:46 CET 2005 Paolo Molaro <lupus@ximian.com>
23237         * icall.c, gc.c, gc-internal.h: make sure gchandles can't be used
23238         lo leak objects between appdomains.
23240 Thu Feb 10 14:25:00 CET 2005 Paolo Molaro <lupus@ximian.com>
23242         * assembly.c: old compilers compilation fix from 
23243         robertj@gmx.net (Robert Jordan).
23245 2005-02-09  Ben Maurer  <bmaurer@ximian.com>
23247         * class-internals.h: Little reminder for the future.
23249         * debug-helpers.c: Fix up wrapper_type_names
23251 Wed Feb 9 19:34:29 CET 2005 Paolo Molaro <lupus@ximian.com>
23253         * image.c, metadata-internals.h: when loading an image from a file,
23254         mmap all of it and use the same codepaths as when using a
23255         in-memory image: the code is simpler and we use less memory
23256         (both writable and readonly).
23258 Wed Feb 9 18:32:51 CET 2005 Paolo Molaro <lupus@ximian.com>
23260         * gc-internal.h, null-gc.c, boehm-gc.c: added functions to the GC
23261         API to alloc runtime data structures that need to be tracked by the
23262         GC and contain pointers.
23263         * appdomain.c, threads.c, object.c, gc.c: use the above changes to
23264         make the code more readable and eventually use a different GC.
23266 2005-02-09  Zoltan Varga  <vargaz@freemail.hu>
23268         * marshal.c (emit_marshal_vtype): Don't do managed->native conversion
23269         for out arguments.
23270         
23271 2005-02-09  Lluis Sanchez Gual  <lluis@novell.com>
23273         * object.c: In release_type_locks(), don't release the cctor lock
23274         if it has already been released. This fixes a crash in the
23275         thread5 test.
23277 Tue Feb 8 19:02:59 CET 2005 Paolo Molaro <lupus@ximian.com>
23279         * gc.c, marshal.c, icall.c: register a delegate for finalization
23280         only when the native function pointer has been allocated for it.
23282 Tue Feb 8 18:12:27 CET 2005 Paolo Molaro <lupus@ximian.com>
23284         * object.c: cleaned up some code, allocate objects that are
23285         pointer free with the atomic malloc variant. Allocate memory
23286         for static data from the mempool if it's pointer-free.
23287         Allocate the bounds array at the end of the array data, when needed.
23288         * object-internals.h, object.h: move a private function in a private
23289         header.
23290         * class.c: handle missing case in tracking references in fields.
23292 Tue Feb 8 18:04:51 CET 2005 Paolo Molaro <lupus@ximian.com>
23294         * class.c, class-internals.h: keep track if a type has
23295         reference fields in either the instance or static fields.
23297 2005-02-07  Lluis Sanchez Gual  <lluis@novell.com>
23299         * domain.c, domain-internals.h: Moved RuntimeInfo to domain-internals.h,
23300         and renamed to MonoRuntimeInfo. Added fields to store the expected
23301         framework assembly version. Changed mono_get_framework_version and
23302         mono_get_runtime_version for a single mono_get_runtime_info method.
23303         
23304         * assembly.c: Added method to remap system assembly versions to the
23305         current executing runtime version. Removed old mapping code.
23306         Remap assembly versions in mono_assembly_load and mono_assembly_loaded.
23307         
23308         * icall.c, reflection.c: Track api changes.
23310 2005-02-06  Miguel de Icaza  <miguel@novell.com>
23312         * loader.c (method_from_memberref): Improve error reporting,
23313         produce the class name instead of the typeref/typedef index. 
23315 2005-02-07  Zoltan Varga  <vargaz@freemail.hu>
23317         * marshal.c (mono_marshal_get_stfld_remote_wrapper): Fix wrapper type.
23319 2005-02-05  Zoltan Varga  <vargaz@freemail.hu>
23321         * loader.c (mono_lookup_pinvoke_call): Allow for combination of
23322         stdcall and charset name mangling.  Reorganize the code and add
23323         some tracing stuff.
23325 2005-02-05  Ben Maurer  <bmaurer@ximian.com>
23327         * monodiet.c: More iters!
23329         * marshal.c: Iter usage.
23331         * icall.c: Iter usage.
23333         * object.c: Use iters.
23335         * debug-helpers.c: More iters
23337 2005-02-05  Zoltan Varga  <vargaz@freemail.hu>
23339         * loader.c (mono_lookup_pinvoke_call): Add brute-force checking for mangled function names
23340         under win32.
23342 2005-02-05  Ben Maurer  <bmaurer@ximian.com>
23344         * mono-debug-debugger.c: use iters
23346         * class.c, class-internals.h: mono_class_setup_events is static
23347         now
23349         * All callers: use iters
23351 2005-02-05  Zoltan Varga  <vargaz@freemail.hu>
23353         * class.c string-icalls.c marshal.c reflection.c: Applied patch from
23354         Robert Jordan (robertj@gmx.net). Fix compilation errors under gcc-2.95.
23356 2005-02-04  Zoltan Varga  <vargaz@freemail.hu>
23358         * object.c (mono_class_proxy_vtable): Add missing _setup () calls.
23360         * marshal.h: Add prototypes for ldfld/stfld_remote.
23362         * appdomain.c (mono_domain_fire_assembly_load): Handle the case when
23363         this is called during startup.
23364         
23365 Fri Feb 4 20:27:58 CET 2005 Paolo Molaro <lupus@ximian.com>
23367         * appdomain.c, monitor.c, monitor.h, threads-types.h: made the
23368         MonoThreadsSync struct private in monitor.c. Changed the way
23369         MonoThreadsSync is allocated so it's faster and there is no
23370         need to keep track of it with a finalizer and it uses less memory.
23371         This also finally allows us to allocate mono objects as ptrfree when
23372         there are no reference fields.
23374 Fri Feb 4 20:24:03 CET 2005 Paolo Molaro <lupus@ximian.com>
23376         * gc.c, null-gc.c, boehm-gc.c, gc-internal.h: added functions to deal with
23377         disappearing link to the GC interface and use them to simplify
23378         the gchandles code.
23380 2005-02-04  Zoltan Varga  <vargaz@freemail.hu>
23382         * class-internals.h marshal.c: Add two new wrappers, ldfld_remote and
23383         stfld_remote which call mono_load/store_field_new. This allows methods
23384         calling ldfld/stfld wrappers to be AOTed.
23386         * console-io.c: Include sys/filio.h under solaris.
23387         
23388         * console-io.c: Include curses.h if needed correctly.
23390 2005-02-03  Zoltan Varga  <vargaz@freemail.hu>
23391         
23392         * icall.c (ves_icall_MonoMethod_get_base_definition): Initialize
23393         method->klass as well.
23395         * class-internals.h (MonoCachedClassInfo): Add 'finalize_image' field.
23397         * class.c (mono_class_init): Switch on lazy initialization of 
23398         methods.
23400         * class.c (mono_class_get_finalizer): Handle the case when the 
23401         finalizer is inherited.
23403 2005-02-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
23405         * console-io.c: <curses.h> is needed by term.h on solaris.
23407 2005-02-03  Ben Maurer  <bmaurer@ximian.com>
23409         * icall.c, class-internals.h, monodiet.c, class.c: Remove
23410         mono_class_setup_properties where possible. Remove this ftn from
23411         the header file, and make it static.
23413 2005-02-03  Zoltan Varga  <vargaz@freemail.hu>
23415         * loader.c: Add missing setup_... call.
23417         * class.c: Add missing setup_... calls.
23419         * class.c (mono_class_init): Switch on lazy initialization of 
23420         the generic vtable.
23421         
23422         * class.c (mono_class_init): Fix generics broken by the recent changes.
23424         * monodiet.c (handle_type): Add missing setup_... calls.
23426         * class.c: Back out garbage in previous patch.
23427         
23428         * class.c: Add missing setup_... calls.
23430         * class.c (mono_class_get_method_from_name_flags): Avoid calling
23431         mono_class_setup_methods () if possible.
23433         * class-internals.h (MonoClass): Add 'has_cctor' flag.
23435         * class-internals.h (MonoCachedClassInfo): New structure.
23437         * class.c: Initialize properties and events fields of MonoClass lazily.
23439         * class.c: Add infrastructure for lazily initializing the methods and
23440         vtable fields of MonoClass. Not yet used.
23442         * class.c (mono_class_get_finalizer): New helper function.
23444         * class.c: Add infrastructure for loading some class related data from
23445         an AOT file.
23447         * object.c: Add infrastructure for initializing the vtable from data
23448         in the AOT file.
23450         * gc.c (run_finalize): Use mono_class_get_finalizer ().
23452         * class.c loader.c object.c icall.c gc.c reflection.c: Call the
23453         appropriate initialization function before accessing parts of the
23454         MonoClass structure.
23456         * marshal.c: Fix warnings.
23457         
23458         * marshal.c (emit_marshal_array): Add missing 'break'. Fixes #72169.
23460         * mono-debug-debugger.c (get_exception_message): Use 
23461         mono_class_get_method_from_name_flags ().
23463 2005-02-02  Ben Maurer  <bmaurer@ximian.com>
23465         * reflection.c, appdomain.c: Replace a few manual searches that
23466         Zoltan missed. (Paolo approved this part of my initial patch).
23468 Wed Feb 2 16:32:08 CET 2005 Paolo Molaro <lupus@ximian.com>
23470         * profiler.c: disable recording statistical events at report time.
23472 Wed Feb 2 14:14:00 CET 2005 Paolo Molaro <lupus@ximian.com>
23474         * icall.c: patch from Geoff Norton <gnorton@customerdna.com>
23475         to byteswap arrays of enum values, too (bug #72080).
23477 2005-02-02  Zoltan Varga  <vargaz@freemail.hu>
23479         * appdomain.c (set_domain_search_path): Allow this to be called if
23480         domain->setup is not yet set.
23482         * loader.c (mono_method_get_index): New helper function.
23484         * loader.c reflection.c: Use mono_method_get_index ().
23486         * class.c (mono_class_get_method_from_name_flags): New helper method.
23488         * debug-helpers.h debug-helpers.c (mono_find_method_by_name): Remove
23489         this.
23491         * class.c (mono_class_get_cctor): New helper method.
23493         * string-icalls.c object.c class.c marshal.c reflection.c: Use
23494         mono_class_get_method () to look up methods.
23496 2005-02-01  Miguel de Icaza  <miguel@novell.com>
23498         * console-io.c: Fix the build, this should work on Windows.
23500 2005-01-31  Ben Maurer  <bmaurer@ximian.com>
23502         * marshal.c (mono_marshal_xdomain_copy_out_value): cached_str must
23503         be set to null to keep things valid
23505 2005-01-31 Gonzalo Paniagua Javier <gonzalo@ximian.com>
23507         * icall.c: added Console 2.0 icalls.
23508         * Makefile.am: added console-io.[ch]
23509         * console-io.[ch]: internal calls for Console 2.0 API.
23511 Mon Jan 31 19:01:29 CET 2005 Paolo Molaro <lupus@ximian.com>
23513         * class.c: make sure we consider all the interfaces
23514         when calculating max_interface_id (bug found by
23515         Jeroen Frijters running ikvm).
23517 2005-01-31  Zoltan Varga  <vargaz@freemail.hu>
23519         * icall.c (ves_icall_FieldInfo_SetValueInternal): Handle setting of
23520         valuetype fields to null.
23522         * object.c (set_value): Ditto. Fixes #71669.    
23524 2005-01-31  Martin Baulig  <martin@ximian.com>
23526         * metadata.c (mono_metadata_has_generic_params): New public
23527         function; checks whether something is a generic method.
23529 Sun Jan 30 20:19:48 CET 2005 Paolo Molaro <lupus@ximian.com>
23531         * appdomain.c: fix infinite recursion when adding assemblies.
23533 2005-01-30  Sebastien Pouliot  <sebastien@ximian.com>
23535         * object.c: Fix small typo to return all items for Environment.
23536         GetCommandLineArgs.
23538 Sun Jan 30 16:49:01 CET 2005 Paolo Molaro <lupus@ximian.com>
23540         * domain.c, appdomain.c, assembly.c, image.c, domain-internals.h,
23541         reflection.c: more domain and assembly-unload related fixes
23542         and memory leaks plugs.
23544 2005-01-30  Zoltan Varga  <vargaz@freemail.hu>
23546         * 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.
23548 2005-01-29  Ben Maurer  <bmaurer@ximian.com>
23550         * loader.c (mono_method_signature): Make this method lazy
23551         (mono_get_method_from_token): Don't computate the signature here.
23553         Doing this saves quite a bit of memory. I got 90 kb on starting up
23554         monodoc. It should also save some disk reads on startup.
23556         * *: MonoMethod->signature might be NULL now. You *MUST* use
23557         mono_method_signature.
23559 2005-01-29  Zoltan Varga  <vargaz@freemail.hu>
23561         * object.c (mono_runtime_get_main_args): Return an array from the
23562         current domain here. Fixes #71938.
23564 Sat Jan 29 15:59:05 CET 2005 Paolo Molaro <lupus@ximian.com>
23566         * monitor.c: formatting changes to comply with the
23567         mono coding style and remove #ifdefs from the code.
23569 Sat Jan 29 15:18:54 CET 2005 Paolo Molaro <lupus@ximian.com>
23571         * metadata.c, private.h: remove some unneeded data
23572         and use a more compact representation for table schemas.
23574 Fri Jan 28 18:23:44 CET 2005 Paolo Molaro <lupus@ximian.com>
23576         * metadata.c, metadata-internals.h: add mono_aligned_addr_hash()
23577         to get a better distribution in hash tables.
23578         * *.c: use mono_aligned_addr_hash() where appropriate.
23579         * assembly.c: make var static.
23581 2005-01-28  Zoltan Varga  <vargaz@freemail.hu>
23583         * domain-internals.h: Put MonoJitInfo on a diet.
23585         * domain.c: Fix a warning.
23587 Wed Jan 26 22:20:46 CET 2005 Paolo Molaro <lupus@ximian.com>
23589         * gc.c: rework the gc handles code to reuse handles
23590         when freed.
23592 Wed Jan 26 17:34:09 CET 2005 Paolo Molaro <lupus@ximian.com>
23594         * domain.c: fixed long standing bug in mono_string_equal() which
23595         was brought to light with the ldstr changes.
23597 2005-01-26  Sebastien Pouliot  <sebastien@ximian.com>
23599         * reflection.c: Remove warning by adding missing include for marshal.h
23601 Tue Jan 25 18:06:00 CET 2005 Paolo Molaro <lupus@ximian.com>
23603         * domain.c, object.c: change the ldstr_table to hold
23604         MonoString* as keys: makes the runtime isinterned lookup
23605         faster and simplifies memory management.
23607 2005-01-25  Sebastien Pouliot  <sebastien@ximian.com> 
23609         * icall.c: Renamed GetEnvironmentVariable so internal* so it was
23610         possible to add imperative security checks before calling the icall.
23611         * reflection.c: Return security attributes on the original MonoMethod
23612         (and not the wrapped one). This fix permissions on icalls.
23614 2005-01-25  Dick Porter  <dick@ximian.com>
23616         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Make
23617         the check for mktime() support actually test the mktime() return
23618         value.  "Fixes" bug 71682, though the output is still different to
23619         MS.
23621 2005-01-25  Martin Baulig  <martin@ximian.com>
23623         * class.c (mono_class_is_assignable_from): Make this work for
23624         generic instances.
23626 2005-01-24  Ben Maurer  <bmaurer@ximian.com>
23628         * marshal.c (mono_string_utf8_to_builder)
23629         (mono_string_builder_to_utf16): We might not have ownership of the
23630         string. In thise case, we need to create a new buffer.
23632         * object-internals.h (mono_stringbuilder_capacity): sb->str might
23633         be null, in which case, use the default capacity.
23635 Mon Jan 24 16:42:29 CET 2005 Paolo Molaro <lupus@ximian.com>
23637         * gc-internal.h, null-gc.c, profiler.c, boehm-gc.c: hook the
23638         GC events to the profiler.
23640 Mon Jan 24 15:59:54 CET 2005 Paolo Molaro <lupus@ximian.com>
23642         * gc.c: remove valgrind detection nonsense. Set GC_DONT_GC
23643         if you don't want the GC to run.
23645 Mon Jan 24 15:53:25 CET 2005 Paolo Molaro <lupus@ximian.com>
23647         * Makefile.am, gc.c, mono-gc.h, boehm-gc.c, null-gc.c, gc-internal.h:
23648         start providing a GC API and keeping different implementations in
23649         their own file.
23650         * profiler.h, profiler.c, profiler-private.h: provide the GC events API.
23652 2005-01-22  Ben Maurer  <bmaurer@ximian.com>
23654         * debug-mono-symfile.c (mono_debug_open_mono_symbol_file): Use
23655         mmap rather than allocating a huge buffer.
23656         (mono_debug_close_mono_symbol_file): Free the buffer allocated
23657         above.
23659 2005-01-22  Sebastien Pouliot  <sebastien@ximian.com>
23661         * icall.c: Add new internal calls for SecurityManager.SecurityEnabled
23662         and CheckExecutionRights.
23663         * reflection.c|h: Keep the index of the declarative security to be 
23664         used, instead of the pointer, when AOT compiler is used. Also add 
23665         class initialization when requesting demands.
23666         * security-manager.c|h: Implement SecurityManager.SecurityEnabled and
23667         CheckExecutionRights. Both properties are now FALSE by default, and
23668         unmodifiable, unless the --security option is used.
23670 Fri Jan 21 15:29:27 CET 2005 Paolo Molaro <lupus@ximian.com>
23672         * domain.c, appdomain.c, assembly.c, image.c, metadata-internals.h,
23673         reflection.c: properly refcount images and assemblies, many leaks fixed.
23675 2005-01-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
23677         * threadpool.c: increase the timeout for threads in the thread pool to
23678         10s.  Fixes bug #67159.
23680 2005-01-20  Bernie Solomon  <bernard@ugsolutions.com>
23682         * class-internals.h: Sun's compiler insists on explicit
23683         signed on bit fields to handle then correctly.
23685 2005-01-19  Miguel de Icaza  <miguel@ximian.com>
23687         * file-io.c (ves_icall_System_IO_MonoIO_get_InvalidPathChars):
23688         Make the size of the array fit only the number of invalid path
23689         chars that we have.
23691         * class.c (_mono_class_get): Improve the error reporting when a
23692         class referenced is not found, to assist debugging. 
23694 Wed Jan 19 19:57:43 CET 2005 Paolo Molaro <lupus@ximian.com>
23696         * threads.c: fix off-by-one error.
23697         * domain.c: free data allocated in the domain.
23699 2005-01-19  Zoltan Varga  <vargaz@freemail.hu>
23701         * reflection.c (mono_method_body_get_object): Fill out exception info
23702         as well.
23704         * object-internals.h: Add MonoReflectionExceptionHandlingClause 
23705         structure.
23706         
23707 2005-01-19  Martin Baulig  <martin@ximian.com>
23709         * loader.c (mono_get_method_constrained): Make this work again.
23711 2005-01-19  Zoltan Varga  <vargaz@freemail.hu>
23713         * object-internals.h (_MonoReflectionMethodBody): Make local_index a 
23714         guint16 to match the managed side.
23716         * reflection.c (mono_reflection_body_get_object): Fill out local
23717         variables array.
23719         * reflection.c (mono_method_body_get_object): Fill out local_var_sig_token
23720         as well.
23722         * object-internals.h (_MonoReflectionMethodBody): Rename 'sig_token' to
23723         'local_var_sig_token'.
23725 2005-01-18  Zoltan Varga  <vargaz@freemail.hu>
23727         * loader.c (mono_lookup_pinvoke_call): Revert the previous patch as it breaks 
23728         System.Drawing.
23730         * reflection.c (mono_method_body_get_object): Handle abstract and
23731         runtime methods.
23733 Mon Jan 17 19:22:39 CET 2005 Paolo Molaro <lupus@ximian.com>
23735         * marshal.c, loader.c, class-internals.h, reflection.c:
23736         store the emthod data for a wrapper in an array instead of a list.
23738 Mon Jan 17 18:48:53 CET 2005 Paolo Molaro <lupus@ximian.com>
23740         * marshal.c: change the code to allocate memory more
23741         conservatively for method wrappers.
23743 Mon Jan 17 18:03:30 CET 2005 Paolo Molaro <lupus@ximian.com>
23745         * class-internals.h, marshal.c: move the str_to_ptr and ptr_to_str
23746         fields from MonoClass to the marshal info structure where they belong.
23748 Mon Jan 17 16:14:46 CET 2005 Paolo Molaro <lupus@ximian.com>
23750         * class.c, object.c, class-internals.h, marshal.c: rearrange
23751         some fields and tweak some types to lower memory usage.
23753 2005-01-17  Zoltan Varga  <vargaz@freemail.hu>
23755         * threads.c (signal_thread_state_change): Handle the case when the
23756         target thread is the current thread.
23758         * marshal.c (mono_struct_delete_old): Do not free lpwstr fields.
23760         * marshal.c: Rename emit_ptr_to_str_conv and its pair to 
23761         emit_ptr_to_object_conv. 
23763         * marshal.c (emit_ptr_to_object_conv): Add support for lpwstr->str
23764         marshalling. Fixes #71352.
23766 Mon Jan 17 10:59:20 CET 2005 Paolo Molaro <lupus@ximian.com>
23768         * metadata.h, blob.h: move table enum to blob.h so it can be included
23769         in any header.
23770         * image.c, metadata.c, metadata-internals.h, pedump.c, reflection.c:
23771         cut the size of MonoImage/MonoDynamicImage.
23773 2005-01-16  Zoltan Varga  <vargaz@freemail.hu>
23775         * profiler.c (mono_profiler_install_simple): Fix default arguments.
23777 Sun Jan 16 12:25:22 CET 2005 Paolo Molaro <lupus@ximian.com>
23779         * reflection.c, reflection.h, icall.c: add a function to check
23780         if an attribute type is defined for a metadata object.
23782 2005-01-14  Lluis Sanchez Gual  <lluis@novell.com>
23784         * object-internals.h: Added some needed fields from StringBuilder class.
23785         * marshal.c: Set the maxCapacity when creating a StringBuilder.
23787 2005-01-13  Zoltan Varga  <vargaz@freemail.hu>
23789         * icall.c (ves_icall_System_Environment_Exit): Suspend all managed
23790         threads before shutting down the runtime.
23792         * threads.c (mono_thread_suspend_all_other_threads): New helper function.
23794 Thu Jan 13 18:16:35 CET 2005 Paolo Molaro <lupus@ximian.com>
23796         * object-internal.h, threads.c: implement stacksize and 
23797         parameterized thread start functionality (requires
23798         matching corlib). Marked broken code for later removal.
23800 2005-01-12  Martin Baulig  <martin@ximian.com>
23802         * class-internals.h (MonoGenericClass): Moved the `initialized'
23803         flag to MonoDynamicGenericClass, removed `init_pending'.
23804         (MonoGenericInst): Added `is_reference' flag.
23806 2005-01-12  Zoltan Varga  <vargaz@freemail.hu>
23808         * reflection.c (mono_image_create_pefile): Only set the pe_offset
23809         inside the MSDOS header. Fixes #71201.
23811         * gc.c (mono_gc_cleanup): Handle the case when this is called from the
23812         gc thread.
23813         (mono_domain_finalize): Ditto.
23815 2005-01-12  Martin Baulig  <martin@ximian.com>
23817         * class.c (mono_get_shared_generic_class): Use the cache for
23818         non-dynamic generic classes.
23820         * class-internals.h (mono_class_create_generic_2): Removed
23821         function prototype, this function is now static inside class.c.
23823         * class.c (mono_class_create_generic_2): Made this static, only
23824         call it from mono_class_init() and mono_class_setup_parent().
23825         (collect_implemented_interfaces_aux): Call mono_class_init() on
23826         the interfaces we collect.
23827         (mono_class_setup_vtable): Call mono_class_init (class->parent).
23829 2005-01-11  Zoltan Varga  <vargaz@freemail.hu>
23831         * threads.c (mono_thread_attach): Call DuplicateHandle on the thread handle on win32 to make
23832         it a real thread handle.
23834         * domain-internals.h: Move exvar_offset from MonoJitInfo to 
23835         MonoJitExceptionInfo, since each catch clause needs its own variable.
23836         
23837 2005-01-11  Dick Porter  <dick@ximian.com>
23839         * image.c (mono_pe_file_open): New variant on mono_image_open()
23840         that does not set up the CLI metadata; used for FileVersionInfo so
23841         it can get the data for windows binaries too.
23842         
23843         * process.c (process_read_string_block): Don't read off the end of
23844         the StringTable block.
23846         These both fix bug 70766.
23848 Tue Jan 11 15:26:00 CET 2005 Paolo Molaro <lupus@ximian.comt>
23850         * gc.c: set some fields to NULL at GC cleanup time.
23851         * threads.c: if we quit the main thread, call exit ().
23853 2005-01-11  Zoltan Varga  <vargaz@freemail.hu>
23855         * threads.c (interruption_request_apc): Decore APC callbacks with CALLBACK under win32.
23857 Mon Jan 10 18:47:28 CET 2005 Paolo Molaro <lupus@ximian.com>
23859         * threads.h, threads.c, object.c: added accessor and settor for
23860         main_thread. Handle it specially when exiting from it: wait
23861         for other foreground threads to exit.
23863 Mon Jan 10 12:06:18 CET 2005 Paolo Molaro <lupus@ximian.com>
23865         * process.c, verify.c: remove some bloat.
23867 2005-01-09  Zoltan Varga  <vargaz@freemail.hu>
23869         * loader.c (mono_lookup_pinvoke_call): If we found the function without name mangling, change
23870         the calling convention to cdecl under win32.
23872 2005-01-08  Ben Maurer  <bmaurer@ximian.com>
23874         * object.c (mono_object_get_size): New function to get the size of
23875         an object instance.
23877         * profiler.c (simple_allocation): Use above.
23879 2005-01-08  Sebastien Pouliot  <sebastien@ximian.com>
23881         * appdomain.c: Replaced ves_icall_System_AppDomain_getDomainByID by
23882         ves_icall_System_AppDomain_getRootDomain (as it's not required to
23883         get an appdomain by it's id and we can't assume the root's id is 0).
23884         * domain-internals.h: Change the function prototype to match.
23885         * icall.c: Change the icall table for AppDomain.
23887 2005-01-08  Miguel de Icaza  <miguel@ximian.com>
23889         * locales.c (string_invariant_compare_char): Only compute
23890         GUnicodeTypes in the case where we need them.  Test for ordinality
23891         first and return if so.
23893         From the commit:
23895                 /*
23896                  * FIXME: here we must use the information from c1type and c2type
23897                  * to find out the proper collation, even on the InvariantCulture, the
23898                  * sorting is not done by computing the unicode values, but their
23899                  * actual sort order.
23900                  */
23902 Sat Jan 8 19:03:26 CET 2005 Paolo Molaro <lupus@ximian.com>
23904         * loader.c: for P/Invoke methods, allow the "Internal" shared
23905         library name to refer to the calling process symbol namespace.
23907 2005-01-07  Sebastien Pouliot  <sebastien@ximian.com>
23909         * Makefile.am: Add the security manager to the build.
23910         * security-manager.c|h: New. Initialization of the security manager.
23912 2005-01-07  Dick Porter  <dick@ximian.com>
23914         * threads.c: 
23915         * monitor.c: Update thread state during Monitor and WaitHandle
23916         waits.  Fixes bug 71031.
23918 2005-01-07  Zoltan Varga  <vargaz@freemail.hu>
23920         * reflection.c (property_encode_signature): Correctly handle when the
23921         property has no methods.
23923 2005-01-06  Zoltan Varga  <vargaz@freemail.hu>
23925         * reflection.c (reflection_methodbuilder_to_mono_method): Remove debug stuff.
23926         
23927         * reflection.c (reflection_methodbuilder_from_method_builder): Copy
23928         fields from mb, not rmb. Fixes #71017.
23930         * marshal.c (emit_ptr_to_str_conv): Add support for 
23931         ByValTStr -> string conversion. Fixes #71015.
23933         * appdomain.c (mono_domain_owns_vtable_slot): New helper function.
23935         * mempool.c (mono_mempool_contains_addr): New helper function.
23937 2005-01-05  Zoltan Varga  <vargaz@freemail.hu>
23939         * metadata.c (mono_metadata_compute_size): Fix size calculation of
23940         HasSematics encoded fields.
23941         
23942         * metadata.c (mono_type_to_unmanaged): Improve error message for 
23943         invalid string marshalling.
23945         * metadata.c: Fix warnings.
23946         
23947 Wed Jan 5 16:17:27 CET 2005 Paolo Molaro <lupus@ximian.com>
23949         * profiler-private.h, profiler.c, profiler.h, gc.c: sample statistical
23950         profiler support.
23952 2005-01-05  Zoltan Varga  <vargaz@freemail.hu>
23954         * domain.c object.c domain-internals.h: Revert part of r38077 since the
23955         keys to proxy_vtable_hash are GCd objects. Fixes running the class lib
23956         tests.
23958 2005-01-03  Zoltan Varga  <vargaz@freemail.hu>
23960         * marshal.c: Use MONO_CLASSCONST instead of MONO_LDPTR in some places,
23961         so methods containing these can be AOTed.
23963 2005-01-03  Martin Baulig  <martin@ximian.com>
23965         * loader.c (find_method): Removed the hack for generic instances.
23966         (method_from_memberref): If our parent is a generic instance, pass
23967         its generic type definition to find_method() and then inflate the
23968         method.
23969         (mono_get_method_constrained): Pass the generic type definition to
23970         find_method() and inflate the method later.
23972         * class-internals.h (MonoStats): Added `generic_class_count'.
23974         * icall.c (ves_icall_MonoGenericMethod_get_reflected_type):
23975         Renamed to ves_icall_MonoGenericMethod_get_ReflectedType().
23977         * reflection.c (mono_custom_attrs_from_params): Don't ignore
23978         generic type definitions.
23980 2004-12-30  Zoltan Varga  <vargaz@freemail.hu>
23982         * loader.c icall.c: Fix warnings.
23984 2004-12-29  Zoltan Varga  <vargaz@freemail.hu>
23986         * marshal.c (mono_marshal_get_managed_wrapper): Fix returning of
23987         blittable types. Fixes #70864.
23989 2004-12-29  Martin Baulig  <martin@ximian.com>
23991         * icall.c
23992         (ves_icall_MonoGenericMethod_get_reflected_type): New interncall.
23994         * reflection.c (mono_method_get_object): Create a
23995         "System.Reflection.MonoGenericMethod" for inflated methods; don't
23996         call mono_get_inflated_method().
23998         * class-internals.h (MonoStats): Added `inflated_method_count_2'.
24000 2004-12-27  Martin Baulig  <martin@ximian.com>
24002         * class-internals.h (MonoMethod): Added `is_inflated' flag.
24003         (MonoMethodInflated): Added `inflated' field.
24005         * class.c (mono_class_inflate_generic_method): Don't really
24006         inflate the method here; just set the `is_inflated' flag in the
24007         MonoMethod.
24008         (mono_class_get_inflated_method): Actually inflate the method here
24009         if it's not already inflated; we use the MonoMethodInflated's new
24010         `inflated' field as a cache.
24012 2004-12-26  Martin Baulig  <martin@ximian.com>
24014         * class.c
24015         (inflate_generic_class): Moved some code out of inflate_generic_type().
24016         (mono_class_inflate_generic_method): If we're already inflated,
24017         inflate the context and use the declaring method; ie. make sure
24018         the declaring method of an inflated method is always the generic
24019         method definition.
24020         (mono_class_create_from_typedef): Create
24021         `class->generic_container->context->gclass'.
24023 2004-12-24  Ben Maurer  <bmaurer@ximian.com>
24025         * metadata-internals.h, marshal.c, reflection.c: More
24026         MonoGHashTable->GHashTable.
24028         * domain-internals.h, class.c: Change MonoGHashTable's into
24029         GHashTables for some cases where no gc stuff is used
24031         All users: update apis
24033 2004-12-23  Ben Maurer  <bmaurer@ximian.com>
24035         * metadata.c (builtin_types): Make this `const'. Makes this get
24036         put into the shareable section.
24037         (mono_metadata_init): Casts to make gcc happy.
24039 2004-12-22  Zoltan Varga  <vargaz@freemail.hu>
24041         * gc.c (mono_gc_init): Add a '\n' to the valgrind warning.
24043 2004-12-21  Sebastien Pouliot  <sebastien@ximian.com> 
24045         * icall.c: Added an internal call to retrieve the position and length
24046         of assembly-level declarative security attributes (RequestMinimum, 
24047         RequestOptional and RequestRefuse). This is used by the Assembly class
24048         to re-create the corresponding permission sets.
24050 Tue Dec 21 14:50:31 CET 2004 Paolo Molaro <lupus@ximian.com>
24052         * marshal.c: fix the stelemref wrapper to be type correct
24053         (and faster).
24055 2004-12-20  Ben Maurer  <bmaurer@ximian.com>
24057         * icall.c (ves_icall_System_Object_GetHashCode): There was no need
24058         to do key & 0x7fffffff. Hashtable already does this. It just
24059         results in longer code.
24061 2004-12-20  Sebastien Pouliot  <sebastien@ximian.com>
24063         * appdomain.c: Bump corlib version.
24064         * class-internals.h: Added RuntimeSecurityFrame to mono_defaults.
24065         * domain.c: Add RuntimeSecurityFrame to mono_defaults.
24066         * reflection.c|h: Add functions to get declarative security infos
24067         (blob position and length) for assemblies, classes and methods.
24069 Mon Dec 20 15:28:54 CET 2004 Paolo Molaro <lupus@ximian.com>
24071         * reflection.c: sort the constant table (bug #70693).
24073 Mon Dec 20 12:19:37 CET 2004 Paolo Molaro <lupus@ximian.com>
24075         * object-internals.h, threads.c, domain.c: add accessors for
24076         the MonoThread and MonoDomain tls keys.
24078 2004-12-18  Martin Baulig  <martin@ximian.com>
24080         * class.c (inflate_generic_type): If we're inflating a generic
24081         instance, set `ngclass->context->container = context->container';
24082         ie. the container we inflated into.
24084         * metadata.c (mono_metadata_parse_generic_param): Reflect above
24085         inflate_generic_type() changes.
24087 2004-12-17  Martin Baulig  <martin@ximian.com>
24089         * class-internals.h
24090         (MonoGenericClass): Replaced `MonoType *generic_type' with
24091         `MonoClass *generic_class'.  Removed `dynamic_info'; if
24092         `is_dynamic' is true, we're a `MonoDynamicGenericClass'.
24093         (MonoDynamicGenericClass): Derive from `MonoGenericClass'.
24095 2004-12-16  Zoltan Varga  <vargaz@freemail.hu>
24097         * exception.c (mono_exception_from_token): New helper function.
24099 2004-12-15  Zoltan Varga  <vargaz@freemail.hu>
24101         * assembly.c (mono_assembly_load_with_partial_name): Call 
24102         mono_assembly_loaded before invoking the preload hooks. Fixes
24103         #70564.
24105         * object-internals.h (MonoThread): Change culture_info and 
24106         ui_culture_info into an array.
24108         * threads.c: Cache culture info objects from more than one appdomain.
24110         * threads.c threads-types.h icall.c: Add icalls for manipulating the 
24111         current UI culture.
24113 2004-12-14  Zoltan Varga  <vargaz@freemail.hu>
24115         * threads.h threads.c appdomain.c: Clear the culture_info field of
24116         all threads during unloading if they point to an object in the dying
24117         appdomain.
24119 2004-12-13  Ben Maurer  <bmaurer@ximian.com>
24121         * culture-info.h (TextInfoEntry): New struct
24122         * object-internals.h: sync with managed
24123         * locales.c: fill the `text_info_data' field
24124         * culture-info-tables.h: update
24126 Mon Dec 13 18:10:50 CET 2004 Paolo Molaro <lupus@ximian.com>
24128         * Makefile.am, monodiet.c: add monodiet, an IL code garbage
24129         collector.
24131 2004-12-12  Ben Maurer  <bmaurer@ximian.com>
24133         * icall.c (ves_icall_ModuleBuilder_getToken): Check for null
24134         (ves_icall_ModuleBuilder_getMethodToken): Ditto
24136 2004-12-12  Martin Baulig  <martin@ximian.com>
24138         * mono-debug-debugger.c (write_type): If we're an enum and the
24139         builtin types have already been initialized, call mono_class_init().
24141 2004-12-11  Martin Baulig  <martin@ximian.com>
24143         * metadata.c (mono_metadata_load_generic_params): Added
24144         `MonoGenericContainer *parent_container' argument; automatically
24145         compute `container->is_method'; pass the correct owner to
24146         get_constraints().      
24148         * reflection.c (compare_genericparam): Sort the GenericParam table
24149         according to increasing owners. 
24151 Fri Dec 10 18:43:46 CET 2004 Paolo Molaro <lupus@ximian.com>
24153         * profiler.c: allow disabling the default profiler.
24155 Fri Dec 10 18:42:11 CET 2004 Paolo Molaro <lupus@ximian.com>
24157         * decimal.c, icall.c: allow disabling System.Decimal support.
24159 2004-12-09  Marek Safar <marek.safar@seznam.cz>
24161         * reflection.c: Add support for null attribute arguments.
24163 2004-12-09  Martin Baulig  <martin@ximian.com>
24165         * metadata.h, loader.h: Use `idx' instead of `index' in parameter
24166         names to get rid of compiler warnings.
24168 2004-12-08  Zoltan Varga  <vargaz@freemail.hu>
24170         * marshal.c (mono_marshal_get_struct_to_ptr): Call 
24171         mono_marshal_load_type_info (). Fixes #69625.
24172         (mono_marshal_get_ptr_to_struct): Likewise.
24174 2004-12-08  Martin Baulig  <martin@ximian.com>
24176         * mono-debug.h: Bumped version number to 47.
24178         * mono-debug-debugger.c
24179         (mono_debugger_event_handler, mono_debugger_event): Take two
24180         guint64 arguments insteed of a gpointer and a guint32.  
24182 2004-12-08  Martin Baulig  <martin@ximian.com>
24184         * debug-mono-symfile.h
24185         (MonoDebugLineNumberEntry): Renamed `offset' to `il_offset' and
24186         `address' to `native_offset'.
24188 2004-12-08  Martin Baulig  <martin@ximian.com>
24190         * class.c (mono_class_create_from_typespec): Only inflate if we
24191         either have `context->gclass' or `context->gmethod'.
24193 2004-12-08  Zoltan Varga  <vargaz@freemail.hu>
24195         * metadata-internals.h (MonoAssembly): Add 'corlib_internal' field.
24197         * object-internals.h (MonoReflectionAssemblyBuilder): Move 'corlib_internal' field from Assembly to AssemblyBuilder.
24199         * reflection.c (mono_image_basic_init): Initialize assembly->corlib_internal from the assembly builder.
24201         * reflection.c (mono_assembly_get_object): Remove the workaround put
24202         in for the release.
24203         
24204         * appdomain.c: Use the corlib_internal field from MonoAssembly.
24206         * appdomain.c: Bump corlib version.
24208         * reflection.c (mono_assembly_get_object): Add a workaround so __MetadataTypes won't
24209         be visible in other appdomains.
24211 2004-12-07  Ben Maurer  <bmaurer@ximian.com>
24213         * threads.c: Interlocked inc and dec for longs were messed up,
24214         use a KISS based impl for this. Fixes 70234
24216 2004-12-07  Zoltan Varga  <vargaz@freemail.hu>
24218         * threads.c (ves_icall_System_Threading_Thread_GetCachedCurrentCulture): Make this lock-less.
24220 Tue Dec 7 10:47:09 CET 2004 Paolo Molaro <lupus@ximian.com>
24222         * icall.c: fix to follow policy not to allow struct
24223         arguments in icalls.
24225 2004-12-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
24227         * process.c: make the patch that handles spaces in file paths work
24228         on mono/windows too.
24230 2004-12-06  Martin Baulig  <martin@ximian.com>
24232         * class.c (mono_class_create_generic): Call
24233         mono_class_setup_supertypes() if we're dynamic.
24234         (mono_class_is_subclass_of): `g_assert (klass->idepth > 0)'.
24236 2004-12-06  Zoltan Varga  <vargaz@freemail.hu>
24238         * object-internals.h: Add new fields to MonoThread.
24240         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
24242         * icall.c threads-types.h threads.c: Add new icalls.
24244         * object-internals.h (MonoThread): Remove unused 'unmanaged' field.
24246         * object-internals.h (MonoReflectionAssembly): Sync object layout with
24247         managed side.
24249         * appdomain.c: Bump corlib version.
24251         * appdomain.c (ves_icall_System_AppDomain_GetAssemblies): Skip
24252         internal assemblies. Fixes #69181.
24254 2004-12-05  Martin Baulig  <martin@ximian.com>
24256         * class.c (mono_class_inflate_generic_signature): Make this a
24257         no-op if `context' is NULL or we don't have any type parameters;
24258         also copy `sentinelpos'.        
24260 2004-12-04  Zoltan Varga  <vargaz@freemail.hu>
24262         * image.c: Add unbox_wrapper_cache.
24264         * class-internals.h debug-helpers.c: Add MONO_WRAPPER_UNBOX.
24266         * marshal.h marshal.c (mono_marshal_get_unbox_wrapper): New wrapper
24267         function generator.
24268         
24269         * object.c (mono_delegate_ctor): Call unbox wrapper if neccesary.
24270         Fixes #70173.
24272         * metadata-internals.h image.c: Add MonoImage->unbox_wrapper_cache.
24273         
24274 2004-12-04  Martin Baulig  <martin@ximian.com>
24276         * loader.c (mono_method_get_signature_full): New public function;
24277         like mono_method_get_signature(), but with an additional
24278         `MonoGenericContext *' argument.
24280         * class.c (mono_class_inflate_generic_signature): Formerly known
24281         as inflate_generic_signature(); make this public.
24283 2004-12-04  Martin Baulig  <martin@ximian.com>
24285         * metadata.c
24286         (mono_metadata_parse_type_full): Take a `MonoGenericContext *'
24287         instead of a `MonoGenericContainer *'.  
24288         (mono_metadata_parse_array_full): Likewise.
24289         (mono_metadata_parse_signature_full): Likewise.
24290         (mono_metadata_parse_method_signature_full): Likewise.
24291         (mono_metadata_parse_generic_inst): Likewise.
24292         (mono_metadata_parse_generic_param): Likewise.
24293         (mono_metadata_parse_mh_full): Likewise.
24294         (mono_type_create_from_typespec_full): Likewise.
24296 2004-12-03  Martin Baulig  <martin@ximian.com>
24298         * class-internals.h (MonoGenericContainer): Replaced the
24299         `MonoGenericContext * pointer with a `MonoGenericContext'
24300         structure and made it the first element.
24302 2004-12-03  Martin Baulig  <martin@ximian.com>
24304         * class.c
24305         (inflate_generic_type): Set the `context->container' when creating
24306         a new MonoGenericContext.
24307         (mono_class_inflate_generic_method): Likewise.
24308         (mono_class_create_from_typespec): Just use `context->container'
24309         to get the container.
24311         * loader.c (method_from_methodspec): Set `context->parent' from
24312         `context->container' - and if that's a method container, use its
24313         parent.  Also set the `context->container' when creating a new
24314         MonoGenericContext.
24315         (mono_get_method_from_token): Use just `context->container' to get
24316         the container.
24318         * metadata.c (do_mono_metadata_parse_generic_class): Also set
24319         `gclass->context->container'.
24321         * reflection.c (do_mono_reflection_bind_generic_parameters): Set
24322         the `context->container' when creating a new MonoGenericContext.
24324 2004-12-03  Zoltan Varga  <vargaz@freemail.hu>
24326         * reflection.c (compare_genericparam): Sort params with identical
24327         owner by their number. Fixes gen-111 on sparc.
24329 2004-12-02  Zoltan Varga  <vargaz@freemail.hu>
24331         * threadpool.c (async_invoke_thread): Call push/pop_appdomain_ref
24332         around the domain changes.
24334         * appdomain.c (mono_domain_unload): Handle the case when the thread
24335         calling Unload is itself being aborted during unloading. Fixes #70022.
24337         * appdomain.h: Add prototype for mono_install_runtime_cleanup.
24339         * marshal.c (emit_thread_interrupt_checkpoint_call): Call 
24340         checkpoint_func as an icall so it gets a wrapper.
24341         (mono_marshal_get_xappdomain_invoke): Call push/pop_appdomain_ref ()
24342         in the cross-appdomain wrappers too.
24344         * threads.c (mono_thread_has_appdomain_ref): Make this public.
24346         * assembly.c (mono_assembly_open_from_bundle): Fix warning.
24348         * reflection.c: Fix some memory leaks.
24349         
24350 2004-12-02  Martin Baulig  <martin@ximian.com>
24352         * metadata-internals.h (MonoImage): Removed `generic_class_cache'.
24354         * metadata.c (generic_class_cache): New static hashtable.
24355         (mono_metadata_lookup_generic_class): New public method.
24357 2004-12-02  Martin Baulig  <martin@ximian.com>
24359         * class.c (mono_class_create_from_typedef): Call
24360         mono_class_setup_parent() and mono_class_create_mono_type() before
24361         parsing the interfaces.
24363 2004-12-02  Martin Baulig  <martin@ximian.com>
24365         * metadata.c (generic_inst_cache): New static hashtable.
24366         (mono_metadata_lookup_generic_inst): New public function.
24367         (mono_metadata_inflate_generic_inst): New public function.
24368         (mono_metadata_parse_generic_inst): New public function.
24369         (do_mono_metadata_parse_generic_class): Use the new
24370         mono_metadata_parse_generic_inst() for parsing the `gclass->inst'
24371         since this'll also use the cache.
24373         * reflection.c (mono_reflection_bind_generic_method_parameters):
24374         Use mono_metadata_lookup_generic_inst() to use the new cache.
24376         * class.c (inflate_mono_type): Use
24377         mono_metadata_inflate_generic_inst() to inflate a generic
24378         instance; this'll also use the new cache.
24380         * loader.c (method_from_methodspec): Use
24381         mono_metadata_parse_generic_inst() and
24382         mono_metadata_inflate_generic_inst() rather than parsing it
24383         manually, so we can use the new cache.
24385 2004-12-02  Zoltan Varga  <vargaz@freemail.hu>
24387         * threads.c (wait_for_tids): Do not incorrectly free threads when 
24388         the wait times out.
24390 2004-12-01  Neale Ferguson <Neale.Ferguson@SoftwareAG-usa.com>
24392         * icall.c (mono_ArgIterator_Setup) : Conditionally compile calculation of
24393         iter->args based on whether parameters are passed in registers (i.e.
24394         MONO_ARCH_REGPARMS is defined)
24396 2004-12-01  Zoltan Varga  <vargaz@freemail.hu>
24398         * loader.c (mono_lookup_pinvoke_call): Use the remapped dll name in
24399         the exception message. Fixes #70070.
24400         (method_from_methodspec): Fix warnings.
24402 2004-12-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
24404         * process.c: (complete_path) return the path quoted
24406 2004-12-01  Martin Baulig  <martin@ximian.com>
24408         * class-internals.h (MonoGenericInst): New structure.
24409         (MonoGenericClass): Replaced `type_argc', `type_argv' and
24410         `is_open' with `MonoGenericInst *inst'.
24411         (MonoGenericMethod): Replaced `mtype_argc', `mtype_argv' and
24412         `is_open' with `MonoGenericInst *inst'.
24414 2004-11-30  Martin Baulig  <martin@ximian.com>
24416         Generics API cleanup: renamed MonoGenericInst -> MonoGenericClass.
24418         * metadata-internals.h (MonoImage): Renamed `generic_inst_cache'
24419         to `generic_class_cache'.
24421         * metadata.c
24422         (mono_generic_inst_hash): Renamed to mono_generic_class_hash().
24423         (mono_generic_inst_equal): Renamed to mono_generic_class_equal().
24424         (mono_generic_inst_is_valuetype): Renamed to
24425         mono_generic_class_is_valuetype().
24427         * class-internals.h
24428         (MonoGenericInst): Renamed to MonoGenericClass.
24429         (MonoDynamicGenericInst): Renamed to MonoDynamicGenericClass.
24430         (MonoClass): Renamed `generic_inst' to `generic_class'.
24431         (MonoGenericContext): Renamed `ginst' to `gclass'.
24433         * object-internals.h
24434         (MonoReflectionGenericInst): Renamed to MonoReflectionGenericClass.
24436         * reflection.c (mono_reflection_generic_inst_initialize): Renamed to
24437         mono_reflection_generic_class_initialize().
24439         * icall.c (icall_entries): "System.Reflection.MonoGenericInst" is
24440         now known as "System.Reflection.MonoGenericClass".
24441         (monogenericinst_icalls): Renamed to monogenericclass_icalls.
24443 2004-11-29  Sebastien Pouliot  <sebastien@ximian.com>
24445         * class-internals.h: Added a flag field to MonoClass to cache the
24446         declarative security attributes actions associated with the class.
24447         * domain-internals.h: Added booleans to MonoJitInfo to cache the
24448         (class or method level) stack modifiers (Assert, Deny and PermitOnly)
24449         applicable to the JITted method.
24450         * reflection.c|h: Added functions to extract (as flags) which security
24451         actions are available (declaratively) for a method, class or assembly.
24452         * metadata.c|h: Added functions to search the declarative security
24453         table in the metadata.
24454         
24455 2004-11-29  Ben Maurer  <bmaurer@ximian.com>
24457         * icall.c (ves_icall_System_Reflection_Assembly_GetNamespaces):
24458         EXPORTEDTYPES are already in the class name cache, so there is no
24459         need to add extra code here to look at them. Just removes a bit of
24460         cruft.
24462         (ves_icall_System_Environment_get_TickCount): No need for #if
24463         WINDOWS. We already have the code in io-layer.
24465 2004-11-28  Martin Baulig  <martin@ximian.com>
24467         * loader.c
24468         (method_from_methodspec): Also inflate the `gmethod->mtype_argv'.
24469         Fixes gen-112.cs.
24471 2004-11-27  Miguel de Icaza  <miguel@ximian.com>
24473         * assembly.c (do_mono_assembly_open): Instead of having a
24474         conditional WITH_BUNDLE, incorporate support for bundles here, by
24475         having a global `bundles' variable holding a pointer to the actual
24476         bundles. 
24478         (mono_register_bundled_assemblies): New API call used by the
24479         bundle code. 
24481         See mkbundle.1 for details.
24482         
24483 2004-11-27  Martin Baulig  <martin@ximian.com>
24485         * object.c (mono_class_vtable): Store the `MonoMethod *' itself in
24486         the vtable for generic methods.
24488 2004-11-26  Martin Baulig  <martin@ximian.com>
24490         * metadata.c
24491         (mono_metadata_generic_method_hash): New public function.
24492         (mono_metadata_generic_method_equal): Likewise.
24494         * class-internals.h
24495         (MonoGenericContainer): Added `GHashTable *method_hash'.
24497         * reflection.c (ReflectionMethodBuilder): Added
24498         `MonoGenericContainer *generic_container'.
24499         (reflection_methodbuilder_to_mono_method): Don't create a new
24500         MonoGenericContainer each time we're called.
24501         (mono_reflection_bind_generic_method_parameters): Use
24502         `container->method_hash' to cache the results so we don't create a
24503         different method if we're called several times with the same
24504         arguments.
24506         * loader.c (method_from_methodspec): Use the new
24507         `container->method_hash' here, too.
24509 2004-11-26  Martin Baulig  <martin@ximian.com>
24511         * class.c (inflate_generic_signature): Correctly compute
24512         `res->has_type_parameters'.
24513         (mono_class_vtable): Use the `has_type_parameters' flag to
24514         determine whether we're a generic method.
24516         * metadata.c (mono_metadata_parse_method_signature_full): Likewise.
24518 2004-11-25  Zoltan Varga  <vargaz@freemail.hu>
24520         * object.c (mono_runtime_run_main): Fix a small memory leak.
24522 2004-11-25  Martin Baulig  <martin@ximian.com>
24524         * class.c (set_generic_param_owner): Fixed the loop.
24526 2004-11-25  Martin Baulig  <martin@ximian.com>
24528         * object.c (mono_class_vtable): Don't create any JIT wrappers for
24529         generic methods.
24531 2004-11-24  Zoltan Varga  <vargaz@freemail.hu>
24533         * reflection.c: Allow all kinds of whitespace, not just ' ' in type
24534         names. Fixes #69787.
24536 2004-11-24  Martin Baulig  <martin@ximian.com>
24538         * class.c (mono_class_create_generic_2): If we don't have a
24539         `ginst->parent', inflate `gklass->parent' to get our parent.
24541 2004-11-24  Martin Baulig  <martin@ximian.com>
24543         * reflection.c (compare_genericparam): Correctly sort the
24544         GenericParam table; fixes #69779.
24546 2004-11-23  Ben Maurer  <bmaurer@ximian.com>
24548         * reflection.c: When writing a PE file, don't create a huge
24549         buffer in memory. Just write the arrays we have to the file.
24550         This reduces memory usage.
24552         * metadata-internals.h: MonoDynamicStream pefile is no longer used
24553         globally.
24555 2004-11-17  Martin Baulig  <martin@ximian.com>
24557         * class.c (mono_class_init): Don't setup `class->parent' for
24558         dynamic instances; moved this to mono_class_generic_2().
24559         (mono_class_create_generic): Also set `klass->inited' for dynamic
24560         generic instances.
24561         (mono_class_create_generic_2): Don't do anything for dynamic
24562         generic instances.  Set `klass->parent' here and also call
24563         mono_class_setup_parent() here. 
24565         * reflection.c (do_mono_reflection_bind_generic_parameters): Added
24566         `MonoType *parent' argument; set `ginst->parent' before calling
24567         mono_class_create_generic_2(), so we set the correct parent.
24569 Thu Nov 18 17:10:32 CET 2004 Paolo Molaro <lupus@ximian.com>
24571         * reflection.c: allow getting attributes from ModuleBuilder
24572         (used by ikvm).
24574 2004-11-17  Martin Baulig  <martin@ximian.com>
24576         * class.c (mono_class_create_from_typedef): If a type parameter is
24577         inherited from an outer class, set its owner to that class.
24579 2004-11-17  Atsushi Enomoto  <atsushi@ximian.com>
24581         * reflection.c: (mono_image_create_pefile): Don't use NULL argument
24582           for (int*) written size. This fixes bug #69592.
24584 2004-11-15  Sebastien Pouliot  <sebastien@ximian.com>
24586         * icall.c: Added IsAuthenticodePresnet internal call.
24587         * image.c|h: New function that check a MonoImage for an Authenticode
24588         signature in the certificate PE data directory.
24589         * security.c|h: New internal call to ask the runtime if an 
24590         Authenticode signature seems referenced in the PE header.
24592 2004-11-15  Zoltan Varga  <vargaz@freemail.hu>
24594         * icall.c (ves_icall_type_isprimitive): Native int is a primitive type.
24596         * reflection.c (mono_image_create_pefile): Free the assembly streams
24597         after writing out the assembly file.
24599         * object.c (mono_runtime_run_main): Fix small memory leak.
24601         * icall.c (ves_icall_Type_GetPropertiesByName): Add support for
24602         property access modifiers. Fixes #69389.
24604 Mon Nov 15 11:54:22 CET 2004 Paolo Molaro <lupus@ximian.com>
24606         * domain.c, object.c, object-internals.h, domain-internals.h,
24607         object.h, marshal.c: keep dynamic code info per domain.
24609 2004-11-15  Martin Baulig  <martin@ximian.com>
24611         * class.c (mono_type_get_name_recurse): Put type arguments in
24612         `[',`]' instead of in `<','>'.  Thanks to Atsushi for the patch,
24613         see bug #68387.
24615 2004-11-15  Martin Baulig  <martin@ximian.com>
24617         * class.c (mono_type_get_name_recurse): Added `include_ns' flag.
24618         (mono_class_setup_vtable): When computing `the_cname' for a
24619         generic instance, don't include the namespace since we'd otherwise
24620         add it twice.
24622 2004-11-15  Martin Baulig  <martin@ximian.com>
24624         * class.c (mono_class_create_generic): Changed return type to void.
24625         (mono_class_create_generic_2): New public function; setup
24626         `class->method', `class->field' and `class->interfaces' here
24627         instead of in mono_class_init().
24629         * class.h (mono_class_create_generic): Moved to class-internals.h.
24631 2004-11-14  Ben Maurer  <bmaurer@ximian.com>
24633         * reflection.c (mono_image_create_pefile): take a file HANDLE.
24634         rather than writing to memory, write to this file. Right now,
24635         we are just writting into a buffer, and copying that. However
24636         we can avoid the buffer later.
24638         (mono_dynamic_stream_reset): new function
24640         * icall.c, object-internals.h: update for the above.
24642 2004-11-13  Ben Maurer  <bmaurer@ximian.com>
24644         * reflection.c: Remove *_ATOMIC macros. We really shouldn't
24645         have been using gc'd memory. First it is slower, unlikely
24646         the comment in the source code said, secondly, it increases
24647         our footprint to do it in the gc.
24649         * icall.c (WriteToFile): rename of getDataChunk. Rewrite
24650         the method so that it does not have to copy to managed code.
24652 2004-11-12  Zoltan Varga  <vargaz@freemail.hu>
24654         * loader.c (mono_method_get_header): Fix build for older glibs which does not define G_LIKELY.
24656 2004-11-12  Martin Baulig  <martin@localhost>
24658         * reflection.c (mono_image_create_token): Allow generic method
24659         definitions here, since they may appear in an `.override'; see
24660         gen-98/gen-99 for an example.
24662 2004-11-11  Zoltan Varga  <vargaz@freemail.hu>
24664         * icall.c (ves_icall_Type_GetField): Support BFLAGS_IgnoreCase. Fixes
24665         #69365.
24667         * marshal.c (mono_string_to_ansibstr): Make g_error messages more
24668         descriptive.
24670 2004-11-11  Martin Baulig  <martin@ximian.com>
24672         * class.c (mono_class_setup_vtable): In an explicit interface
24673         implementation, the method name now includes the arity.
24675 2004-11-10  Zoltan Varga  <vargaz@freemail.hu>
24677         * object.c (mono_array_full_copy): Fix warning.
24679 2004-11-10  Lluis Sanchez Gual  <lluis@novell.com>
24681         * appdomain.c: Removed look_for_method_by_name(). Use the new method
24682         mono_class_get_method_from_name() instead.
24683         
24684         * class-internals.h: Added two new types of wrappers. 
24685         Added MonoRemotingTarget enum. Added new trampoline function type, which
24686         takes an additional MonoRemotingTarget value as parameter, so it is
24687         possible to request a trampoline for a specific target.
24688         
24689         * class.c: Added new mono_class_get_method_from_name() method.
24690         
24691         * class.h: In MonoRemoteClass, we can have now to vtables, one for
24692         general remoting sinks and one specific for cross domain calls.
24693         
24694         * debug-helpers.c: Added new wrapper names.
24695         
24696         * icall.c: Use the new method mono_remote_class_vtable() to get the vtable
24697         of a remote class.
24698         
24699         * image.c: Porperly delete value objects form the remoting invoke hashtable.
24700         
24701         * marshal.c: Added mono_marshal_get_xappdomain_invoke(), which together
24702         with several other methods (mono_marshal_get_xappdomain_dispatch,
24703         mono_marshal_get_xappdomain_target, mono_marshal_get_serialize_exception,
24704         and others) can generate a fast remoting wrapper for cross domain calls.
24705         More information can be found in docs/remoting.
24706         Other changes: Removed mono_find_method_by_name, and used
24707         mono_class_get_method_from_name instead.
24708         Remoting wrappers are now stored in a MonoRemotingMethods struct, which
24709         is stored in the remoting invoke hashtable.
24710         
24711         * marshal.h: published the new method for getting the xdomain wrapper,
24712         and also added a method for getting the adequate wrapper for a given
24713         method and target.
24714         
24715         * object-internals.h, object.c: Added a couple of methods for capying and
24716         cloning arrays.
24717         Modified mono_install_remoting_trampoline, which takes the new remoting
24718         trampoline that has a remoting target as parameter.
24719         mono_class_proxy_vtable now also takes a remoting target as parameter, and
24720         will return the most suitable vtable for the target.
24721         Added mono_remote_class_vtable, which returns the vtable of a remote class
24722         (which can be the normal remoting vtable or the xdomain vtable).
24723         
24724         * threads.c: the xdomain invoke and dispatch wrappers must also be
24725         protected against interruptions.
24727 2004-11-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
24729         * icall.c: use memmove in BlockCopyInternal when the source and
24730         destination arrays are the same.
24732 2004-11-09  Martin Baulig  <martin@ximian.com>
24734         * class-internals.h (MonoGenericContainer): Removed `method' and
24735         `signature', replaced them with `is_method' and `is_signature'
24736         flags.  Added `context'.
24738         * loader.c (method_from_methodspec): Take a `MonoGenericContext *'
24739         instead of a `MonoGenericContainer *'.
24741         * metadata.c (mono_metadata_generic_param_equal): Removed the hack
24742         for dynamic type parameters.
24743         (mono_metadata_load_generic_params): Setup `container->context'.
24745         * reflection.c (mono_reflection_setup_generic_class): Setup
24746         `tb->generic_container->context'.
24747         (do_mono_reflection_bind_generic_parameters): Use
24748         mono_class_inflate_generic_type() to correctly inflate types,
24749         rather than using our own hack just for MONO_TYPE_VAR.
24751 2004-11-09  Martin Baulig  <martin@ximian.com>
24753         * class.c (mono_class_inflate_generic_method): Small fix; don't
24754         crash here.
24756         * icall.c
24757         (ves_icall_MonoType_GetGenericArguments): Don't ignore `byref' types.
24758         (ves_icall_Type_get_IsGenericTypeDefinition): Likewise.
24759         (ves_icall_Type_GetGenericTypeDefinition_impl): Likewise.
24760         (ves_icall_Type_BindGenericParameters): Likewise.
24761         (ves_icall_Type_get_IsGenericInstance): Likewise.
24762         (ves_icall_Type_GetGenericParameterPosition): Likewise.
24763         (ves_icall_MonoType_get_HasGenericArguments): Likewise.
24764         (ves_icall_MonoType_get_IsGenericParameter): Likewise.
24765         (ves_icall_MonoType_get_DeclaringMethod): Likewise.
24767 2004-11-09  Zoltan Varga  <vargaz@freemail.hu>
24769         * assembly.c (mono_assembly_names_equal): Reenable the comparison of
24770         assembly versions and public key tokens. Fixes #69113.
24772 Tue Nov 9 17:34:05 CET 2004 Paolo Molaro <lupus@ximian.com>
24774         * metadata.c: fix bug introduced with the type cache changes
24775         on 2004-11-06.
24777 Tue Nov 9 17:26:29 CET 2004 Paolo Molaro <lupus@ximian.com>
24779         * metadata.h, metadata.c, domain-internals.h, marshal.c: include
24780         the MonoClass pointer instead of the token in exception clauses.
24781         * reflection.c: updates for the above and make the code not depend
24782         on the structure of MonoExceptionClause.
24784 2004-11-08  Zoltan Varga  <vargaz@freemail.hu>
24786         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): 
24787         Add support for dynamic assemblies. Fixes #69114.
24789         * loader.c (mono_method_get_header): Handle icalls and pinvoke methods.
24791 2004-11-07  Ben Maurer  <bmaurer@ximian.com>
24793         * class-internals.h (MonoMethod): Move addr to MonoMethodPInvoke
24794         since most only those methods use it. the code member of
24795         MonoMethodPInvoke was dead, so that can be removed too. Also,
24796         remove inline_count (again, not used), and move slot so that it
24797         can share bits with some other flags. This saves 8 bytes in the
24798         structure and gives us about 50 kb back for mcs helloworld.cs
24800         * *.[ch]: Do naming changes for the above.
24802         * loader.c (mono_method_get_header): Lazily init the header
24803         on first access.
24804         (mono_get_method_from_token): don't init the header here
24805         (mono_free_method): the header may never be allocated
24807         Overall, this saves 150 kb of unmanaged allocations
24808         for mcs helloworld.cs. That accounts for 10% of the unmanaged
24809         memory at runtime.
24810         
24811         * loader.c, loader.h (mono_method_get_header): new accessor.
24813         * *.[ch]: use the above method. Prepares us to lazily load
24814         the header.
24816         * *.[ch]: Clean up all the pesky warnings. gcc now only gives
24817         three warnings, which are actual bugs (see 69206).
24819         * class-internals.h (MonoMethod): Remove remoting_tramp. It is
24820         unused. Saves a cool 4 bytes / method.
24822 2004-11-06  Ben Maurer  <bmaurer@ximian.com>
24824         * metadata.c (builtin_types): Add types for System.Object here.
24825         (mono_metadata_parse_type_full): Cache MonoType*'s that are
24826         for a class or valuetype from klass->this_arg or klass->byval_arg.
24828         On mcs for a hello world, this gets us down from 21836 MonoType's
24829         to 14560.
24831         (mono_metadata_free_type): Account for the above change.
24833 2004-11-06  Zoltan Varga  <vargaz@freemail.hu>
24835         * appdomain.c (ves_icall_System_AppDomain_GetData): Throw an 
24836         exception instead of asserting if name is null.
24837         (ves_icall_System_AppDomain_GetData): Ditto.
24839 2004-11-05  Zoltan Varga  <vargaz@freemail.hu>
24841         (ves_icall_get_enum_info): Avoid crash when called on a non-finished
24842         EnumBuilder.
24844         * icall.c (ves_icall_System_Reflection_Assembly_GetEntryAssembly): 
24845         Return NULL when the domain does not have entry_assembly set.
24847         * icall.c (ves_icall_System_Reflection_Assembly_GetFilesInternal): 
24848         Add a 'resource_modules' argument.
24849         (ves_icall_type_GetTypeCode): Fix typecode of byref types.
24851         * reflection.c (mono_reflection_create_runtime_class): Move setting
24852         of wastypebuilder here, so mono_get_type_object () returns a MonoType
24853         for enums too.
24855         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringAnsi): Return NULL here instead of an empty string to match MS behavior.
24856         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringAnsi_len):
24857         Throw an ArgumentNullException if 'ptr' is null.
24859         * appdomain.c (mono_domain_assembly_search): Avoid matching dynamic
24860         assemblies here. Fixes #69020.
24862 2004-11-05  Geoff Norton  <gnorton@customerdna.com>
24864         * reflection.c (build_compressed_metadata): Fix the previous patch for
24865         big endian systems.  GUINT32_FROM_LE isn't needed on strlen and was overwriting
24866         the stack.
24868 2004-11-04  Zoltan Varga  <vargaz@freemail.hu>
24870         * assembly.c (mono_assembly_names_equal): Allow a match if one of
24871         the cultures is false. Fixes #69090.
24873         * reflection.c (build_compressed_metadata): Fix invalid memory read 
24874         detected by valgrind.
24875         
24876         * reflection.c (mono_reflection_get_type): Avoid triggering a 
24877         TypeResolve multiple times for the same type. Fixes #65577.
24879 2004-11-04  Ben Maurer  <bmaurer@ximian.com>
24881         * marshal.c: Avoid using ldftn to call managed functions. It is
24882         much slower than just a call.
24884         * reflection.c (mono_module_get_object): free the basename we
24885         allocate here from glib.
24886         
24887         * reflection.c (ensure_runtime_vtable): make sure to free
24888         overrides.  Also, we were allocating an array of MonoMethod not an
24889         array of MonoMethod*.
24891         * marshal.c (mono_marshal_get_stelemref): do a mono_mb_free here.
24893         * image.c (mono_image_close): free image->guid here.
24895 2004-11-02  Zoltan Varga  <vargaz@freemail.hu>
24897         * reflection.c: Fix some spec conformance issues with the PE file
24898         structures so mcs compiled apps run on the Net 2.0 beta.
24900 2004-11-01  Zoltan Varga  <vargaz@freemail.hu>
24902         * string-icalls.c (ves_icall_System_String_ctor_encoding): 
24903         Implement this. Fixes #67264.
24905         * debug-helpers.h debug-helpers.c marshal.c: Move 
24906         mono_find_method_by_name to debug-helpers.c.
24908 2004-10-31  Zoltan Varga  <vargaz@freemail.hu>
24910         * object.c (mono_release_type_locks): type_initialization_hash is
24911         a GHashTable.
24913         * reflection.c object.c object-internals.h: Fix warnings.
24915         * icall.c (ves_icall_Type_GetPropertiesByName): Handle properties
24916         without accessors. Fixes #61561.
24918         * appdomain.c (ves_icall_System_AppDomain_createDomain): Inherit
24919         application base from the root domain if not set. Fixes #65641.
24920         (mono_runtime_init): Fix warning.
24922 2004-10-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
24924         * appdomain.c: call mono_thread_pool_init.
24925         * threadpool.[ch]: new mono_thread_pool_init that sets the max. number
24926         of worker threads based on the number of CPUs and the environment
24927         variable MONO_THREADS_PER_CPU if present. The defaults are 50 (25)
24928         for non-windows (windows) systems.
24930 2004-10-27  Chris Toshok  <toshok@ximian.com>
24932         * mono-debug-debugger.c (write_class): don't call mono_class_init
24933         here, as even with the check for (!klass->init_pending), we get
24934         into a situation where we're hitting cycles in class
24935         initialization.  Fixes #68816.
24937 2004-10-25  Zoltan Varga  <vargaz@freemail.hu>
24939         * image.c: Avoid overwriting values in the loaded_images_hash when an
24940         assembly is loaded multiple times. Fixes #61152.
24942         * assembly.c (mono_assembly_names_equal): Compare the cultures as well,
24943         so multiple satellite assemblies for the same name can be loaded.
24944         Fixes #68259.
24946         * mono_domain_assembly_preload: Actually return the loaded assembly, 
24947         not NULL.
24949         * icall.c (ves_icall_type_is_subtype_of): Fix this for byref types.
24950         (ves_icall_type_is_assignable_from): Ditto. Fixes #68582.
24952         * gc.c (finalize_domain_objects): Call GC_invoke_finalizers () so
24953         pending finalizers are not invoked after the appdomain has been 
24954         unloaded. Fixes #67862.
24956 2004-10-22  Martin Baulig  <martin@ximian.com>
24958         * mono-debug-debugger.c
24959         (mono_debugger_runtime_invoke): Don't box valuetypes.
24961 2004-10-22  Chris Toshok  <toshok@ximian.com>
24963         * mono-debug-debugger.c (do_write_class): handle .cctors too, and
24964         don't hide private methods.
24966 2004-10-22  Sebastien Pouliot  <sebastien@ximian.com>
24968         * icall.c: Allows the runtime to "share" (when known) the public key
24969         token of an assembly. This avoid the need to recalculate the token 
24970         (from the public key) in managed code.
24972 2004-10-21  Chris Toshok  <toshok@ximian.com>
24974         * debug-helpers.c (append_class_name): argh, revert last patch.
24975         
24976 2004-10-21  Chris Toshok  <toshok@ximian.com>
24978         * debug-helpers.c (append_class_name): use '+' as the delimiter,
24979         not '/', so that it matches what the debugger uses to look up
24980         methods.
24982 2004-10-21  Martin Baulig  <martin@ximian.com>
24984         * mono-debug-debugger.c (mono_debugger_throw_exception): New
24985         public method; this is called each time an exception is thrown and
24986         allows the debugger to use exception catch points.
24988 2004-10-21  Martin Baulig  <martin@ximian.com>
24990         * mono-debug-debugger.c (mono_debugger_handle_exception): Write
24991         the stack pointer and the exception object in some struct and pass
24992         that to the debugger.
24994 2004-10-21  Chris Toshok  <toshok@ximian.com>
24996         * mono-debug-debugger.c (do_write_class): add instance/static
24997         event support.  We don't expose "raise" or "other" yet.
24998         (event_is_static): new method.
25000 2004-10-20  Bernie Solomon  <bernard@ugsolutions.com>
25002         * mono-debug-debugger.c
25003         (mono_debugger_handle_exception): Remove
25004         bogus return value for fussy compilers.
25006 2004-10-20  Martin Baulig  <martin@ximian.com>
25008         * mono-debug-debugger.c
25009         (mono_debugger_unhandled_exception): Added `gpointer stack' argument.
25010         (mono_debugger_handled_exception): Likewise.
25012 2004-10-20  Martin Baulig  <martin@ximian.com>
25014         * mono-debug-debugger.h (MonoDebuggerEvent): Added
25015         MONO_DEBUGGER_EVENT_EXCEPTION.
25017         * mono-debug-debugger.c (mono_debugger_handle_exception): New
25018         public function to send the debugger a notification for an
25019         exception and inform it about a catch/finally clause.
25021 2004-10-19  Zoltan Varga  <vargaz@freemail.hu>
25023         * marshal.c, icall.c: Applied patch from Alexandre Rocha Lima e
25024         Marcondes (alexandremarcondes@psl-pr.softwarelivre.org). Really
25025         fix 2.95 build. 
25027         * icall.c (ves_icall_InternalExecute): Fix build for gcc-2.95.
25029 2004-10-18  Zoltan Varga  <vargaz@freemail.hu>
25031         * marshal.c (emit_marshal_object): Fix freeing of memory when a reference type is
25032         marshalled as [In,Out]. Fixes #58325.
25034 2004-10-14  Zoltan Varga  <vargaz@freemail.hu>
25036         * reflection.c (mono_method_body_get_object): Implement some fields.
25038 2004-10-12  Martin Baulig  <martin@ximian.com>
25040         * reflection.c (mono_reflection_bind_generic_parameters): Small
25041         fix, correctly retrieve our parent from a generic instance.
25043 2004-10-12  Martin Baulig  <martin@ximian.com>
25045         * metadata.c (mono_metadata_generic_param_equal): We always have
25046         an owner.
25048         * class.c
25049         (mono_class_from_generic_parameter): We need to have an owner.
25050         (my_mono_class_from_generic_parameter): Likewise.
25052         * reflection.c (mono_reflection_setup_generic_class): Renamed to
25053         mono_reflection_create_generic_class() and added a new
25054         mono_reflection_setup_generic_class().  
25055         (mono_reflection_initialize_generic_param): If we're a nested
25056         generic type and inherited from the containing class, set our
25057         owner to the outer class.
25059 2004-10-11  Zoltan Varga  <vargaz@freemail.hu>
25061         * icall.c (ves_icall_System_Reflection_MethodBase_GetMethodBodyInternal): New icall.
25063         * reflection.c (mono_method_body_get_object): New function to create
25064         a MethodBody object.
25066         * object-internals.h object.h: Add MonoReflectionMethodBody structure.
25068 2004-10-11  Martin Baulig  <martin@ximian.com>
25070         * metadata.c (_mono_metadata_type_equal): Renamed to
25071         do_mono_metadata_type_equal() and made static.
25073 2004-10-11  Martin Baulig  <martin@ximian.com>
25075         * appdomain.c: Bump corlib version number to 28.
25077 2004-10-10  Martin Baulig  <martin@ximian.com>
25079         * class-internals.h
25080         (MonoGenericInst): Added `MonoGenericContainer *container'.
25081         (MonoGenericMethod): Likewise.
25082         (MonoGenericContext): Likewise.
25083         (MonoGenericParam): Added `MonoGenericContainer *owner'.
25085         * metadata.c
25086         (do_mono_metadata_parse_type): Added a `MonoGenericContainer *' argument.
25087         (do_mono_metadata_parse_generic_inst): Likewise.
25088         (mono_metadata_parse_type_full): New public method.  This is the actual
25089         mono_metadata_parse_type() implementation - with an additional
25090         `MonoGenericContainer *' argument.
25091         (mono_metadata_parse_array_full): Likewise.
25092         (mono_metadata_parse_signature_full): Likewise.
25093         (mono_metadata_parse_method_signature_full): Likewise.
25094         (mono_metadata_parse_mh_full): Likewise.
25095         (mono_type_create_from_typespec): Likewise.
25096         (mono_metadata_interfaces_from_typedef_full): New public method;
25097         this is similar to the other _full() methods, but we take a
25098         `MonoGenericContext *' since we have to pass it to mono_class_get_full().
25099         (mono_metadata_parse_generic_param): Take an additional
25100         `MonoGenericContainer *' argument and lookup the MonoGenericParam
25101         from that container.
25102         (mono_metadata_generic_param_equal): New static method to compare
25103         two type parameters.
25104         (_mono_metadata_type_equal): New static method; takes an
25105         additional `gboolean signature_only' argument - if true, we don't
25106         compare the owners of generic parameters.
25107         (mono_metadata_signature_equal): Call _mono_metadata_type_equal()
25108         with a TRUE argument - do a signature-only comparision.
25110         * loader.c: Use the new _full() methods and pass the
25111         MonoGenericContainer to them.
25113         * object-internals.h (MonoReflectionTypeBuilder): Added
25114         `MonoGenericContainer *generic_container' field.
25115         (MonoReflectionMethodBuilder): Likewise.
25117 2004-10-08  Zoltan Varga  <vargaz@freemail.hu>
25119         * icall.c (ves_icall_System_Reflection_Module_GetGlobalType): Special
25120         case initial images of dynamic assemblies.
25122         * reflection.c (mono_image_basic_init): Set 'initial_image' field.
25124         * metadata-internals.h (MonoDynamicImage): Add 'initial_image' field.
25126         * reflection.c (mono_reflection_event_builder_get_event_info): Fix
25127         length of event->other array.
25128         (typebuilder_setup_events): Ditto.
25130         * domain-internals.h (MonoDomain): Rename 'assemblies' hash table to
25131         'assembly_by_name' and add an 'assemblies' list.
25133         * assembly.h assembly.c: Add a new search hook for determining whenever
25134         an assembly is already loaded. Use this instead of searching in the
25135         loaded_assemblies list.
25137         * domain.c appdomain.c: Implement the new search hook so loaded 
25138         assemblies are now scoped by appdomain. Fixes #67727.
25140 2004-10-07  Zoltan Varga  <vargaz@freemail.hu>
25142         * threads.c (mono_thread_attach): Initialize synch_lock field so
25143         mono_thread_detach works again.
25145         * loader.c (mono_lookup_pinvoke_call): Try the dllname prefixed with
25146         'lib' too. Fixes #63130.
25148 2004-10-06  Jackson Harper  <jackson@ximian.com>
25150         * culture-info-tables.h: regenerated.
25152 2004-10-06  Zoltan Varga  <vargaz@freemail.hu>
25154         * icall.c (ves_icall_Type_GetInterfaces): Include interfaces 
25155         implemented by other interfaces in the result. Fixes #65764.
25156         
25157         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): 
25158         Handle unloadable modules without crashing.
25160         * image.c (load_modules): Revert the previous patch since modules must
25161         have a fixed index inside the array.
25162         
25163         * image.c (load_modules): Don't include native modules in the modules
25164         array.
25166 2004-10-05  Zoltan Varga  <vargaz@freemail.hu>
25168         * reflection.h: Add param_defaults field.
25170         * reflection.c: Add support for parameter defaults in dynamic methods.
25171         Fixes #64595.
25173         * icall.c (ves_icall_MonoType_get_Namespace): Return NULL instead of
25174         an empty string when a type has no namespace. Fixes #64230.
25176 2004-10-04  Sebastien Pouliot  <sebastien@ximian.com>
25178         * tabledefs.h: Added "internal" security actions to support non-CAS
25179         permissions NonCasDemand, NonCasLinkDemand and NonCasInheritance. 
25180         Note: they do not seems to be used anymore in 2.0 (new metadata format)
25182 2004-10-04  Zoltan Varga  <vargaz@freemail.hu>
25184         * icall.c (ves_icall_InternalInvoke): Throw an exception when calling
25185         constructor of abstract class. Fixes #61689.
25187 2004-10-04  Martin Baulig  <martin@ximian.com>
25189         * class-internals.h (MonoGenericContainer): New type.
25190         (MonoMethodNormal): Replaced `MonoGenericParam *gen_params' with
25191         `MonoGenericContainer *generic_container'.
25192         (MonoClass): Replaced `gen_params' and `num_gen_params' with
25193         `MonoGenericContainer *generic_container'.
25195         * metadata.c (mono_metadata_load_generic_params): Return a
25196         `MonoGenericContainer *' instead of a `MonoGenericParam *';
25197         removed the `num' argument.
25199 2004-10-03  Zoltan Varga  <vargaz@freemail.hu>
25201         * icall.c (ves_icall_System_Reflection_Module_GetPEKind): Add support
25202         for dynamic images.
25204         * object-internals.h (MonoReflectionAssemblyBuilder): Add pe_kind and
25205         machine fields.
25207         * metadata-internals.h (MonoDynamicImage): Add pe_kind and machine fields.
25209         * reflection.c: Save pe_kind and machine values into the generated
25210         image file.
25212         * appdomain.c: Bump corlib version number.
25214         * object-internals.h: Reorganize layout of LocalBuilder.
25216         * class-internals.h class.c (mono_class_get_implemented_interfaces): 
25217         New helper function.
25219         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Return the
25220         created MonoType for dynamic types. Fixes #66180.
25222 2004-10-02  Ben Maurer  <bmaurer@ximian.com>
25224         * threadpool.c: the ares hashtable needs a critical section around it.
25225         this prevents some nasty segfaults
25227 2004-10-02  Massimiliano Mantione  <massi@ximian.com>
25229         * process.c: Fixed alignments to 32 bits as casting to unsigned is unsafe
25230         on 64 bits platforms, patch by will@exomi.com (Ville-Pertti Keinonen), see
25231         bug 67324).
25232         
25233 2004-09-30  Zoltan Varga  <vargaz@freemail.hu>
25235         * object-internals.h (MonoReflectionTypeBuilder): Add 'created' field.
25236         
25237 2004-09-30  Lluis Sanchez Gual  <lluis@novell.com>
25239         * image.c: Always canonicalize image file names, to avoid loading
25240         the same assembly twice when referenced using a relative path.
25242 2004-09-30  Zoltan Varga  <vargaz@freemail.hu>
25244         * marshal.h marshal.c icall.c: Fix bugs in previous patch.
25246         * marshal.c marshal.h icall.c: Add GetDelegateForFunctionPointerInternal icall.
25248         * marshal.c: Fix warnings.
25250 2004-09-29  Geoff Norton  <gnorton@customerdna.com>
25252         * marshal.c (mono_ftnptr_to_delegate): This method was improperly
25253         attempting to marshal the delegate_trampoline as the method_addr.
25254         This patch has a static hashtable of marshalled delegates so that 
25255         we can map delegate_trampoline addresses back to delegates.  This
25256         allows a delegate passed to managed code to be passed back into native
25257         code.  Fixes #67039
25259 2004-09-28  Zoltan Varga  <vargaz@freemail.hu>
25261         * icall.c: Add GetFunctionPointerForDelegateInternal icall.
25263         * reflection.c (method_encode_code): Align method headers properly.
25264         Fixes #66025.
25266 2004-09-28  Lluis Sanchez Gual  <lluis@novell.com>
25268         * marshal.c: In the runtime invoke wrapper, reset the abort
25269         exception if it is cached. This avoids the automatic rethrowal of 
25270         the exception after the catch of the wrapper. Also check for pending
25271         interruptions before calling the managed method. This is done using
25272         the new method emit_thread_force_interrupt_checkpoint, since the
25273         normal checkpoint method is ignored when running the invoke wrapper.
25274         * object.c: If the abort exception is rethrown, set the abort_exc
25275         field of the thread, so it will be rethrown aftere every catch.
25276         * threadpool.c: Only run an interruption checkpoint if what has been
25277         requested is a stop of the thread (aborts will be ignored).
25278         * threads.c: By default, a thread will now never be interrumped while
25279         running the runtime invoke wrapper (this ensures that runtime_invoke
25280         will always return to the caller if an exception pointer is provided).
25281         There is a new special method mono_thread_force_interruption_checkpoint()
25282         to force an interruption checkpoint even if running a protected
25283         wrapper, which is used by the same runtime invoke wrapper to do a check
25284         at a safe point.
25286 2004-09-28  Lluis Sanchez Gual  <lluis@novell.com>
25288         * object.c, object-internals.h: Implemented mono_release_type_locks,
25289         which releases the cctor locks held by a thread.
25290         * threads.c, threads.h: In thread_cleanup, release cctor locks held
25291         by a thread. Added mono_thread_exit() method to be used to safely stop
25292         a thread.
25294 2004-09-28  Raja R Harinath  <rharinath@novell.com>
25296         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): 
25297         Move null check before dereference.  Avoid indexing beyond the end
25298         of the 'modules' array.
25300 2004-09-28  Raja R Harinath  <rharinath@novell.com>
25302         * metadata-internals.h (MonoImage): Add module_count field.
25303         * image.c (load_modules): Set image->module_count.
25304         (mono_image_load_file_for_image): Use image->module_count.
25305         * reflection.c (mono_image_load_module): Append to image->modules array 
25306         of dynamic assembly.
25307         (mono_module_get_object): Fix loop to actually increment index.
25308         Use image->module_count.
25309         * assembly.c (mono_assembly_load_references): Use image->module_count.
25310         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal):
25311         Likewise.
25313 2004-09-28  Zoltan Varga  <vargaz@freemail.hu>
25315         * icall.c (ves_icall_System_Reflection_FieldInfo_GetUnmanagedMarshal): 
25316         Avoid assert on generic types.
25318 2004-09-26  Zoltan Varga  <vargaz@freemail.hu>
25320         * icall.c (ves_icall_System_Reflection_FieldInfo_GetUnmanagedMarshal): New icall.
25322         * reflection.c (mono_param_get_objects): Fill out MarshalAsImpl field.
25324         * reflection.c (mono_reflection_marshal_from_marshal_spec): New 
25325         function to convert a MarshalSpec structure to its managed counterpart.
25327         * reflection.c: Fix warnings.
25328         
25329         * object-internals.h (MonoReflectionParameter): Add MarshalAsImpl
25330         field.
25332         * icall.c (mono_create_icall_signature): Fix build.
25334 2004-09-25  Zoltan Varga  <vargaz@freemail.hu>
25336         * icall.c: Add MakePointType icall.
25338         * icall.c (ves_icall_System_Text_Encoding_InternalCodePage): Fix
25339         warnings.
25341 2004-09-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
25343         * threadpool.c: reuse allocated slots in the queue.
25345 2004-09-24  Zoltan Varga  <vargaz@freemail.hu>
25347         * object-internals.h (MonoReflectionDllImportAttribute): New structure.
25349         * icall.c: Add new icalls for GetDllImportAttribute and GetFieldOffset.
25351         * reflection.h reflection.c (mono_reflection_get_custom_attrs): Revert
25352         previous change.
25354         * tabledefs.h: Add constants for pinvoke attributes BestFit and
25355         ThrowOnUnmappableChar.
25357         * icall.c (ves_icall_Type_GetPacking): New icall.
25359 2004-09-24  Martin Baulig  <martin@ximian.com>
25361         * icall.c (ves_icall_Type_GetGenericParameterConstraints): New interncall.
25363 2004-09-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
25365         * appdomain.c:
25366         (mono_domain_set): allow setting a domain that is being unloaded.
25367         (mono_domain_unload): invoke the DomainUnload callbacks in the domain
25368         being unloaded.
25370 2004-09-23  Zoltan Varga  <vargaz@freemail.hu>
25372         * icall.c reflection.h reflection.c: Add a 'pseudo_attrs' argument to
25373         the GetCustomAttributes icall.
25375 2004-09-23  Martin Baulig  <martin@ximian.com>
25377         * object-internals.h (MonoReflectionGenericParam): Replaced
25378         'has_ctor_constraint', `has_reference_type' and `has_value_type'
25379         with `guint32 attrs'.
25381 2004-09-23  Martin Baulig  <martin@ximian.com>
25383         * icall.c (ves_icall_Type_GetGenericParameterAttributes): New interncall.
25385 2004-09-23  Martin Baulig  <martin@ximian.com>
25387         * object-internals.h (GenericParameterAttributes): New enum.
25389 2004-09-23  Zoltan Varga  <vargaz@freemail.hu>
25391         * object-internals.h (MonoEventInfo): Add 'other_methods' field.
25392         
25393         * class.c (init_events): Fill out event->other field.
25395         * class.c: Fix warnings.
25397         * icall.c (ves_icall_get_event_info): Fill out 'other_methods' field.
25399 Wed Sep 22 19:04:32 CEST 2004 Paolo Molaro <lupus@ximian.com>
25401         * class-internals.h, icall.c, loader.c, loader.h: added a faster stack
25402         walk which doesn't supply the IL offset.
25404 2004-09-22  Martin Baulig  <martin@ximian.com>
25406         * reflection.c (mono_reflection_setup_internal_class): If we're
25407         System.ValueType, System.Object or System.Enum, set
25408         `klass->instance_size' and create the vtable.
25409         (mono_reflection_create_internal_class): If we're an enum type,
25410         get the base class from our current corlib.
25412 2004-09-22  Zoltan Varga  <vargaz@freemail.hu>
25414         * reflection.h (MonoResolveTokenError): New type.
25416         * icall.c (ves_icall_System_Reflection_Module_ResolveMemberToken): New
25417         icall.
25419         * icall.c: Add an 'error' argument to the ResolveToken icalls.
25421 2004-09-22  Lluis Sanchez Gual  <lluis@novell.com>
25423         * icall.c: Support ContextBoundObject proxies in ves_icall_InternalExecute.
25424         Support also calling constructors, but only for already allocated objects.
25426 2004-09-17  Geoff Norton <gnorton@customerdna.com>
25428         * reflection.c (type_get_qualified_name): If the klass is null
25429         return the typename to avoid a NullRefEx.
25430         (encode_cattr_value): Get the qualified name of the boxed type,
25431         not the underlying enumtype.  Fixes #62984.
25433 2004-09-21  Zoltan Varga  <vargaz@freemail.hu>
25435         * marshal.c: Fix problems with previous checkin.
25437 2004-09-21    <vargaz@freemail.hu>
25439         * marshal.h marshal.c icall.c: Add new icalls for Alloc/FreeHGlobal. Change the
25440         existing mono_marshal_alloc/free functions to use CoTaskMemAlloc/Free under windows.
25442         * marshal.c: Allocate marshaller memory using mono_marshal_alloc/free.
25444 2004-09-21  Geoff Norton <gnorton@customerdna.com>
25446         * icall.c (ves_icall_MonoType_GetElementType): GetElementType
25447         should only return a type for pointers, arrays, and passbyref types.
25448         Fixes bug #63841.
25450 2004-09-21  Martin Baulig  <martin@ximian.com>
25452         * domain.c (mono_debugger_check_runtime_version): New public
25453         function.
25455         * icall.c (ves_icall_MonoDebugger_check_runtime_version): New icall.    
25457 2004-09-20  Sebastien Pouliot  <sebastien@ximian.com>
25459         * reflection.c: Added missing sort to the declarative security 
25460         attributes table. MS implementation stops seeing the attributes if the
25461         token number regress in the table (as shown by ildasm and permview).
25463 2004-09-20  Zoltan Varga  <vargaz@freemail.hu>
25465         * object-internals.h (MonoReflectionModule): Add 'token' field.
25466         
25467         * reflection.c (mono_reflection_get_token): Add support for Module
25468         and Assembly.
25469         (mono_module_get_object): Set 'token' field.
25470         (mono_module_file_get_object): Set 'token' field.
25472         * icall.c: Add new Assembly and Module icalls.
25474         * appdomain.c: Bump corlib version.
25476 2004-09-19  Zoltan Varga  <vargaz@freemail.hu>
25478         * loader.h loader.c class.h class.c: Add helper functions for obtaining
25479         tokens of metadata objects.
25481         * reflection.h reflection.c (mono_reflection_get_token): New function
25482         to obtain the token of a metadata object.
25484         * icall.c: Add icalls for MetadataToken and ModuleHandle methods.
25486 2004-09-17  Zoltan Varga  <vargaz@freemail.hu>
25488         * loader.c (mono_lookup_pinvoke_call): Try the underscore prefixed name as well.
25489         
25490         * loader.c (mono_lookup_pinvoke_call): Add support for stdcall name mangling.
25492 2004-09-16  Sebastien Pouliot  <sebastien@ximian.com>
25494         * appdomain.c: Bumped MONO_CORLIB_VERSION to 25.
25495         * object-internals.h: Added 3 MonoArray* members to MonoReflection
25496         AssemblyBuilder to access the permissions set in the class lib.
25497         * reflection.c: Added security attributes encoding step in 
25498         mono_image_build_metadata.
25499         * tabledefs.h: Added new security actions defined in 2.0:
25500         LinkDemandChoice, InheritanceDemandChoice and DemandChoice.
25502 2004-09-16  Lluis Sanchez Gual  <lluis@novell.com>
25504         * threads.c: Fixed SET_CURRENT_OBJECT macros, they were ignoring the
25505         macro parameter.
25507 2004-09-16  Lluis Sanchez Gual  <lluis@novell.com>
25509         * locales.c: nullify the ICU_collator member of CompareInfo when it is
25510           finalized. There where random SIGSEVs at program termination, when
25511           an object being finalized was trying to do a string comparison and
25512           the current culture was already finalized.
25514 2004-09-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
25516         * threads.c: call thread_cleanup before finishing the thread if we get
25517         there.
25519 2004-09-16  Zoltan Varga  <vargaz@freemail.hu>
25521         * appdomain.c (ves_icall_System_AppDomain_createDomain): Load all
25522         assemblies from the parent. Fixes #65665.
25524 2004-09-15  Zoltan Varga  <vargaz@freemail.hu>
25526         * metadata.c (mono_metadata_parse_type): Fix parsing of custom
25527         modifiers.
25529 2004-09-14  Bernie Solomon  <bernard@ugsolutions.com>
25531         * reflection.h: add prototype for mono_get_dbnull_object
25532         * reflection.c: add prototypes for get_default_param_value_blobs 
25533         and mono_get_object_from_blob for fussier compilers
25535 2004-09-14  Lluis Sanchez Gual  <lluis@novell.com>
25537         * object.c: Added a "done" flag to TypeInitializationLock. This avoids
25538         false deadlock checks in class initialization.
25540 2004-09-13  Zoltan Varga  <vargaz@freemail.hu>
25542         * image.c (mono_image_addref): Fix comment.
25544         * metadata.c (mono_metadata_parse_type): Avoid memory allocations if
25545         possible.
25547 2004-09-12  Jambunathan K  <kjambunathan@novell.com>
25549         * reflection.c (mono_param_get_objects): Modified to return
25550         ParameterInfo.DefaultValue object.
25552         (get_default_param_value_blobs):
25553         (mono_get_object_from_blob):
25554         (mono_get_dbnull_object): New helper routines. 
25556         * object.c (mono_get_constant_value_from_blob): New helper routine
25557         carved out from get_default_field_value ()
25559         * object-internals.h (mono_get_constant_value_from_blob): Added
25560         function declaration.
25562 2004-09-11  Zoltan Varga  <vargaz@freemail.hu>
25564         * assembly.c assembly.h icall.c class.c appdomain.c: Lazily load 
25565         referenced assemblies. Fixes #62135.
25567         * exception.h exception.c (mono_get_exception_file_not_found2): New
25568         helper function.
25570 2004-09-10  Zoltan Varga  <vargaz@freemail.hu>
25572         * class.h class.c: Add mono_type_get_underlying_type ().
25574 2004-09-09  Geoff Norton <gnorton@customerndna.com>
25576         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes):
25577         Fix GetTypes() to support dynamically created assemblies.
25579 2004-09-09  Zoltan Varga  <vargaz@freemail.hu>
25581         * reflection.c (reflection_methodbuilder_to_mono_method): Remove TODO.
25582         
25583         * reflection.c (reflection_methodbuilder_to_mono_method): Fix bug in
25584         previous patch.
25586         * reflection.h reflection.c loader.c: Allow dynamic construction of
25587         pinvoke methods. Fixes #65571.
25588         
25589         * reflection.c (mono_reflection_get_type): Revert previous change since
25590         it causes regressions.
25592 2004-09-08  Martin Baulig  <martin@ximian.com>
25594         * class.c (class_compute_field_layout): Don't call
25595         mono_class_layout_fields() for open generic instances.
25597 2004-09-08 Bernie Solomon <bernard@ugsolutions.com>
25598         * threads.c appdomain.c: fix typo in GC macro
25600 2004-09-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
25602         * threads.c: don't call mono_thread_detach() in start_wrapper(),
25603         avoiding a possible hang in GetCurrentThreadId(0). Fixes bug #65379.
25605 2004-09-08  Zoltan Varga  <vargaz@freemail.hu>
25607         * image.c (mono_image_close): Applied patch from 
25608         vasantha.paulraj@honeywell.com (Vasantha selvi). Fix crash when an
25609         assembly is loaded multiple times from data.
25610         
25611         * image.c (mono_image_open): Fix warning.
25613 2004-09-07  Zoltan Varga  <vargaz@freemail.hu>
25615         * reflection.h reflection.c icall.c: Only call TypeResolve handlers
25616         once. Fixes #58334.
25617         
25618         * reflection.c (mono_reflection_create_runtime_class): Initialize
25619         klass->nested_classes. Fixes #61224.
25621 Tue Sep 7 14:35:26 CEST 2004 Paolo Molaro <lupus@ximian.com>
25623         * threads.c: sched_yield() on exit, to allow threads to quit.
25625 2004-09-07  Zoltan Varga  <vargaz@freemail.hu>
25627         * object.c (mono_unhandled_exception): Remove leftover debug code.
25629 2004-09-07  Atsushi Enomoto  <atsushi@ximian.com>
25631         * appdomain.c, threads.c : don't use GC_CreateThread when with-gc=none
25633 2004-09-07  Zoltan Varga  <vargaz@freemail.hu>
25635         * marshal.c (emit_marshal_array): Really null terminate string arrays.
25636         
25637         * marshal.c (emit_marshal_string): Fix freeing of unicode strings.
25639 2004-09-06  Zoltan Varga  <vargaz@freemail.hu>
25641         * marshal.c (emit_marshal_array): Null terminate string arrays.
25642         
25643         * marshal.c (raise_auto_layout_exception): Fix warning.
25645         * reflection.c (mono_param_get_objects): Initialize the default value
25646         with DBNull.Value, not null. Fixes #62123.
25648 2004-09-01  Miguel de Icaza  <miguel@ximian.com>
25650         * marshal.c (mono_marshal_get_managed_wrapper): Remove FIXME and
25651         throw an exception with a cute explanation.
25653 2004-09-06  Dick Porter  <dick@ximian.com>
25655         * process.c (ves_icall_System_Diagnostics_Process_Start_internal):
25656         Close the new process's thread handle, as we don't use it.  The
25657         handle stays around forever otherwise.
25659 2004-09-06  Zoltan Varga  <vargaz@freemail.hu>
25661         * object.c (arith_overflow): Fix warning.
25663         * reflection.c (mono_image_get_methodref_token): Do not emit unmanaged
25664         calling conventions in method refs. Fixes #65352.
25666         * reflection.c: Fix warnings.
25668 2004-09-06 Ben Maurer  <bmaurer@users.sourceforge.net>
25670         * icall.c: Add a new icall for Array.Clear
25672 2004-09-06 Ben Maurer  <bmaurer@users.sourceforge.net>
25674         * object.c: When allocating an array, we have to throw
25675         an overflow exception if any of the lengths are < 0.
25677 2004-09-06  Zoltan Varga  <vargaz@freemail.hu>
25679         * marshal.h marshal.c: Free unmanaged memory allocated by managed code
25680         properly. Also move implementation of string array marshalling to 
25681         managed code. Fixes #42316.
25683 2004-09-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
25685         * assembly.c: provide more information when loading an assembly fails.
25687 2004-09-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
25689         * filewatcher.c: don't expect the development fam package to be
25690         installed.
25692 2004-09-03  Zoltan Varga  <vargaz@freemail.hu>
25694         * marshal.c: Make a copy of the signature cookie since it will be
25695         freed by the caller.
25696         
25697         * marshal.c (mono_delegate_to_ftnptr): Fix bug in previous patch.
25699         * marshal.c (mono_delegate_to_ftnptr): Fix memory leaks.
25701         * metadata.c (mono_metadata_free_marshal_spec): New function to free
25702         marshal specs.
25704         * marshal.c: More refactoring.
25705         
25706         * marshal.c: Refactor the mono_marshal_get_native_wrapper function into
25707         smaller functions.
25709 2004-09-03  Lluis Sanchez Gual  <lluis@novell.com>
25711         * object.c: In mono_message_invoke, fill the output parameter array after
25712           calling the managed method (it was done before the call). This fixes
25713           bug #59299.
25715 2004-09-02  Zoltan Varga  <vargaz@freemail.hu>
25717         * marshal.c (mono_marshal_alloc): Return a valid pointer on size 0
25718         as well.
25720 2004-09-02  Martin Baulig  <martin@ximian.com>
25722         * class.c (mono_class_instance_size): Don't allow generic type
25723         definitions or open generic instances.
25724         (mono_class_array_element_size): If we're a value type, call
25725         mono_class_instance_size() on the original class.
25727         * metadata.c (mono_type_size, mono_type_stack_size): Correctly
25728         handle generic instances.
25730         * mono-debug-debugger.c (write_type): Handle generic instances
25731         like classes.
25733 2004-09-02  Zoltan Varga  <vargaz@freemail.hu>
25735         * marshal.c (mono_marshal_alloc): Raise an OutOfMemory exception if
25736         the allocation request fails. Fixes #65089.
25738         * object.c (mono_runtime_free_method): Do not call mono_free_method.
25739         
25740         * object.c (mono_runtime_free_method): New function to free a dynamic
25741         method.
25743         * marshal.c (mono_delegate_free_ftnptr): New function to free the
25744         delegate trampoline.
25746         * marshal.c (mono_marshal_get_managed_wrapper): Mark managed wrapper
25747         with hasthis as dynamic,
25749         * icall.c (ves_icall_System_Delegate_FreeTrampoline): New icall.
25751         * domain.c (mono_jit_info_table_remove): New function to remove an
25752         entry from the jit info table.
25754         * class-internals.h (MonoMethod): Add 'dynamic' field.
25756         * loader.c: Fix warnings.
25758 2004-09-01  Martin Baulig  <martin@ximian.com>
25760         * mono-debug.c, debug-mono-symfile.c: Use mono_loader_lock()
25761         instead of mono_debugger_lock() because the latter one is a no-op
25762         unless running in the debugger.
25764 2004-09-01  Zoltan Varga  <vargaz@freemail.hu>
25766         * class.c (class_compute_field_layout): Classes with auto-layout or
25767         reference fields are not blittable.
25768         
25769 2004-09-01  Dick Porter  <dick@ximian.com>
25771         * icall.c (ves_icall_System_Reflection_Assembly_get_location): Use
25772         mono_image_get_filename() to get the assembly location.
25774         * icall.c:
25775         * metadata.h: Fix compile warnings
25777 2004-09-01  Zoltan Varga  <vargaz@freemail.hu>
25779         * class.c (class_compute_field_layout): System.Object is blittable.
25781         * marshal.c (mono_marshal_get_native_wrapper): Pass blittable classes
25782         as in/out. Fixes #59909.
25784 2004-09-01  Martin Baulig  <martin@ximian.com>
25786         * metadata.h (MONO_TYPE_ISREFERENCE): Call
25787         mono_metadata_generic_inst_is_valuetype() if we're a generic
25788         instance to check whether our underlying type is a reference type.
25790 2004-09-01  Martin Baulig  <martin@ximian.com>
25792         * metadata.c (mono_type_size): If we're a generic instance, call
25793         mono_class_value_size() for value types.
25795 2004-08-31  Zoltan Varga  <vargaz@freemail.hu>
25797         * marshal.c: Implement more custom marshalling functionality. Fixes
25798         #64915.
25800 Tue Aug 31 17:55:15 CEST 2004 Paolo Molaro <lupus@ximian.com>
25802         * mono-debug.c, debug-mono-symfile.c: add some locking love.
25804 2004-08-30  Zoltan Varga  <vargaz@freemail.hu>
25806         * domain-internals.h domain.c: Add a per-domain jump trampoline hash.
25808         * icall.c (ves_icall_System_Reflection_MethodBase_GetMethodFromHandle): Rename to ...Internal.
25810         * icall.c: Fix some warnings.
25812         * threads.c (abort_appdomain_thread): Fix unref errors.
25813         (mono_thread_current): Fix THREAD_DEBUG define.
25815 2004-08-29  Zoltan Varga  <vargaz@freemail.hu>
25817         * metadata.h (MONO_TYPE_ISSTRUCT): Fix warning.
25819         * icall.c (ves_icall_System_Reflection_MethodBase_GetMethodFromHandle): New icall.
25821 2004-08-28  Zoltan Varga  <vargaz@freemail.hu>
25823         * marshal.c (mono_marshal_get_native_wrapper): Add support for byref 
25824         string arrays.
25826 2004-08-28  Martin Baulig  <martin@ximian.com>
25828         * metadata.c
25829         (mono_metadata_generic_inst_is_valuetype): New public function.
25831         * metadata.h (MONO_TYPE_ISSTRUCT): Call
25832         mono_metadata_generic_inst_is_valuetype() if we're a generic
25833         instance to check whether our underlying type is a valuetype.
25835 2004-08-26  Zoltan Varga  <vargaz@freemail.hu>
25837         * class.c (mono_ptr_class_get): Fix name of pointer classes. Fixes
25838         #63768.
25840 2004-08-25  Martin Baulig  <martin@ximian.com>
25842         * loader.c (mono_get_method_from_token): Abstract methods can also
25843         be generic and thus have type parameters.
25845         * metadata-internals.h
25846         (MonoDynamicImage): Added `GPtrArray *gen_params'.
25848         * reflection.c (mono_image_get_generic_param_info): Don't create a
25849         metadata row, just add an entry to the `gen_params' array.
25850         (build_compressed_metadata): Sort the `gen_params' array and then
25851         actually create the metadata.
25853 2004-08-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25855         * threadpool.c: remove unneeded 'if' around mono_monitor_enter.
25857 2004-08-25  Zoltan Varga  <vargaz@freemail.hu>
25859         * debug-helpers.c: Handle MONO_TYPE_GENERICINST.
25861 2004-08-24  Martin Baulig  <martin@ximian.com>
25863         * class.cs (mono_class_is_subclass_of): Like an interface, a
25864         generic instance also derives from System.Object.
25866 2004-08-23  Zoltan Varga  <vargaz@freemail.hu>
25868         * metadata.c (mono_metadata_parse_type): Alloc pinned, byref and
25869         custom modifiers to be in any order. Fixes #61990.
25871 2004-08-20  Zoltan Varga  <vargaz@freemail.hu>
25873         * object.c: Register mono_object_new_fast icall.
25874         
25875         * object.c (mono_class_get_allocation_ftn): Return to calling
25876         mono_object_new_fast, since it seems faster to compute the object 
25877         size in unmanaged code than passing it as a parameter.
25879         * object.c (mono_class_get_allocation_ftn): Add marshalbyref case.
25881         * gc-internal.h gc.c: Add mono_gc_out_of_memory () function. Register
25882         this function with Boehm as the oom handler, so we don't have to check
25883         the result of GC_malloc.
25885         * object.c: Remove checks for oom.
25887         * object.h object.c (mono_class_get_allocation_ftn): New function to
25888         return the icall which can be used to allocate an instance of a given
25889         class. 
25891         * object.c: Handle common allocation requests using GC_gcj_fast_malloc.
25893         * class-internals.h: Add 'enabled' field.
25895 2004-08-19  Zoltan Varga  <vargaz@freemail.hu>
25897         * domain.c (mono_init_internal): Call MONO_GC_PRE_INIT ().
25899 2004-08-18  Jambunathan K  <kjambunathan@novell.com>
25900         * tabledefs.h: Corretced PARAM_ATTRIBUTE_OPTIONAL to the right
25901         value 0x0010.
25903 2004-08-18 Ben Maurer  <bmaurer@users.sourceforge.net>
25905         * appdomain.c: use the Tls function for appdomain too,
25906         at Zoltan's request. Actually return in mono_context_get
25908         * appdomain.c, profiler.c, threads.c: use __thread
25910 2004-08-18  Zoltan Varga  <vargaz@freemail.hu>
25912         * appdomain.c threads.c: Call GC_CreateThread on windows.
25914         * Makefile.am (libmetadata_la_LIBADD): Avoid linking libmonoos into
25915         multiple libraries since this don't work on windows.
25917 2004-08-18  Martin Baulig  <martin@ximian.com>
25919         * class-internals.h
25920         (MonoMethodNormal): Moved `MonoGenericParam *gen_params' here from
25921         MonoMethodHeader.
25923         * metadata.h (MonoMethodHeader): Moved the `gen_params' field to
25924         MonoMethodNormal since we also need it for abstract and interface
25925         methods.
25927         * reflection.c
25928         (build_compressed_metadata): Sort the GenericParam table.
25929         (mono_image_create_token): Added `gboolean create_methodspec'
25930         argument; this is false when generating a MethodImpl token.
25931         (reflection_methodbuilder_to_mono_method): Abstract and interface
25932         methods may also have generic parameters.
25934 2004-08-17 Ben Maurer  <bmaurer@users.sourceforge.net>
25936         * appdomain.c: thread local alloc
25938 2004-08-17  Martin Baulig  <martin@ximian.com>
25940         * appdomain.c: Bumped MONO_CORLIB_VERSION to 24.
25942         * icall.c
25943         (ves_icall_System_MonoType_getFullName): Added `gboolean full_name'
25944         argument.
25946         * class.c (mono_type_get_full_name): New public function.
25947         (mono_type_get_name): Don't include the type arguments.
25949 2004-08-16  Zoltan Varga  <vargaz@freemail.hu>
25951         * Makefile.am: Build static versions of libmetadata and libmonoruntime
25952         for inclusion into the mono executable.
25954 2004-08-16  Martin Baulig  <martin@ximian.com>
25956         * metadata.c (do_mono_metadata_parse_generic_inst): Store the
25957         MonoGenericInst, not the MonoType in the `generic_inst_cache'.
25959 2004-08-14  Martin Baulig  <martin@ximian.com>
25961         * class.c (dup_type): Also copy the `byref' field.
25963 2004-08-15  Zoltan Varga  <vargaz@freemail.hu>
25965         * reflection.c (create_dynamic_mono_image): Revert the last change 
25966         since it breaks bootstrap.
25968 2004-08-14  Zoltan Varga  <vargaz@freemail.hu>
25970         * reflection.c (create_dynamic_mono_image): Set ref_count to 1.
25972         * image.c (mono_image_close): Dynamic images are GC_MALLOCed, so do
25973         not free them with g_free.
25975 2004-08-11  Martin Baulig  <martin@ximian.com>
25977         * reflection.c (mono_reflection_setup_internal_class): Also call
25978         mono_class_setup_mono_type() if we already have a `tb->type.type'.
25980 2004-08-09  Sebastien Pouliot  <sebastien@ximian.com>
25982         * appdomain.c: Fix ves_icall_System_AppDomain_getDomainByID when 
25983         called during default (first) AppDomain creation. Keep track of
25984         Evidence when loading assemblies.
25986 Mon Aug 9 14:41:45 CEST 2004 Paolo Molaro <lupus@ximian.com>
25988         * opcodes.c, opcodes.h: reduce runtime relocations.
25990 Mon Aug 9 13:30:53 CEST 2004 Paolo Molaro <lupus@ximian.com>
25992         * culture-info.h, locales.c: fixes and chages to sue the new
25993         optimized format of the locale data.
25994         * culture-info-tables.h: regenerated.
25996 2004-08-06  Geoff Norton <gnorton@customerdna.com>
25997         
25998         * filewatcher.c: If HAVE_KQUEUE return mode 3 to use the new kqueue watcher
26000 2004-08-05  Sebastien Pouliot  <sebastien@ximian.com>
26002         * appdomain.c: Bumped MONO_CORLIB_VERSION to 23. Added new icall
26003         ves_icall_System_AppDomain_getDomainByID to get an AppDomain by Id.
26004         * domain-internals.h: icall declaration.
26005         * icall.c: icall registration.
26006         * object-internals.h: New fields in MonoAssembly for CAS.
26008 2004-08-05  Duncan Mak  <duncan@ximian.com>
26010         * verify.c: Renamed CEE_STELEM to CEE_STELEM_ANY and CEE_LDELEM to
26011         CEE_LDELEM_ANY.
26013 Thu Aug 5 17:11:44 CEST 2004 Paolo Molaro <lupus@ximian.com>
26015         * reflection.c: fix to deal with object[] arrays in custom ctors
26016         (bug #62550).
26018 2004-08-05  Martin Baulig  <martin@ximian.com>
26020         * class.c (mono_class_array_element_size): Added support for
26021         generic instances and correctly handle "recursive" types.
26023 2004-08-05  Zoltan Varga  <vargaz@freemail.hu>
26025         * assembly.c: Fix warnings.
26027 2004-08-04  Martin Baulig  <martin@ximian.com>
26029         * class.c
26030         (mono_type_get_name_recurse): Added `gboolean include_arity'
26031         argument specifying whether or not we should include the generic
26032         arity in the type name.
26033         (_mono_type_get_name): New static function.
26034         (mono_class_setup_vtable): If we're a generic instance, don't
26035         include the generic arity in the names of explicit method
26036         implementations.        
26038 2004-08-03  Martin Baulig  <martin@ximian.com>
26040         * class.c (mono_type_get_name_recurse): Enclose the generic type
26041         arguments in `<', '>'.
26043 Tue Aug 3 17:54:17 CEST 2004 Paolo Molaro <lupus@ximian.com>
26045         * gc.c: make GC warning messages use the trace API, they are just
26046         noise to most of the users.
26048 2004-08-03  Martin Baulig  <martin@ximian.com>
26050         * debug-mono-symfile.c (read_string): Correctly read the string.
26052 2004-07-30  Zoltan Varga  <vargaz@freemail.hu>
26054         * marshal.c (signature_dup_add_this): Fix bug in previous patch.
26055         
26056         * marshal.c (mono_marshal_get_icall_wrapper): Add support for vararg
26057         icalls.
26058         (mono_marshal_get_runtime_invoke): Correctly handle valuetype methods.
26060 2004-07-30  Martin Baulig  <martin@ximian.com>
26062         * debug-mono-symfile.c, mono-debug.c, mono-debug-debugger.c:
26063         Reflect latest symbol writer changes.   
26065 Fri Jul 30 16:49:05 CEST 2004 Paolo Molaro <lupus@ximian.com>
26067         * object.c: always create an object if null is passed
26068         to Invoke() where a valuetype is expected.
26070 2004-07-29  Bernie Solomon  <bernard@ugsolutions.com>
26072         * marshal.c (mono_marshal_init): make managed
26073         signatures match native ones better for 64bits.
26075 2004-07-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26077         * appdomain.c: hack to build correctly the private bin path on windows.
26078         Fixes bug #61991.
26080 2004-07-28  Lluis Sanchez Gual  <lluis@novell.com>
26082         * assembly.c: Load mscorlib from the correct framework directory
26083           (mono/<version>/mscorlib.dll).
26084         * appdomain.h: Added prototypes for new functions.
26085         * internals.h: Added some prototypes.
26086         * domain.c: When initializing the runtime, get from the executable and
26087           the configuration files the runtime version that the app supports.
26088           Added support methods for reading app.exe.config. Added list of versions
26089           supported by the JIT. Added two new methods: mono_init_from_assembly,
26090           which initializes the runtime and determines the required version from
26091           the provided exe file, and mono_init_version, which initializes
26092           the runtime using the provided version.
26093         * icall.c: Get machine.config from version-specific directory.
26094         * reflection.c: When generating an image, embed the version number
26095           of the current runtime.
26097 2004-07-28  Dick Porter  <dick@ximian.com>
26099         * socket-io.c
26100         (ves_icall_System_Net_Sockets_Socket_RecvFrom_internal): Check
26101         returned sockaddr size before creating the remote address object.
26102         Patch by Nick Vaughan (dev@6wardlaw.freeserve.co.uk), fixes bug
26103         61608.
26105 2004-07-28  Dick Porter  <dick@ximian.com>
26107         * locales.c (string_invariant_compare_char): Fix invariant char
26108         compares between upper and lower cases.  Fixes bug 61458.
26110 2004-07-27  Ben Maurer  <bmaurer@ximain.com>
26111         
26112         * marshal.c: actually cache stelem.ref wrappers.
26113         
26114 Tue Jul 27 16:56:55 CEST 2004 Paolo Molaro <lupus@ximian.com>
26116         * class.c, image.c, loader.c, cil-coff.h: lazily mmap the image 
26117         sections and remove the mono_cli_rva_map () function.
26119 Tue Jul 27 15:58:19 CEST 2004 Paolo Molaro <lupus@ximian.com>
26121         * debug-mono-symfile.c: fix one more endianess issue, from a patch
26122         by Geoff Norton (<gnorton@customerdna.com>).
26124 Tue Jul 27 15:47:17 CEST 2004 Paolo Molaro <lupus@ximian.com>
26126         * class.c: fix class loads for pointer types (typeof(int) !=
26127         typeof(int*)).
26129 2004-07-27  Martin Baulig  <martin@ximian.com>
26131         * debug-mono-symfile.c (mono_debug_open_mono_symbol_file): Support
26132         reading the debugging information from an external ".mdb" file.
26134 2004-07-24  Martin Baulig  <martin@ximian.com>
26136         * reflection.c (mono_image_get_type_info): Only write a class
26137         layout entry if we actually have a size or a packing size.
26139 2004-07-21  Bernie Solomon  <bernard@ugsolutions.com>
26141         * reflection.c (type_get_fully_qualified_name): 
26142         insert cast to get type checking of ?: with non-gcc compilers
26144 2004-07-21  Bernie Solomon  <bernard@ugsolutions.com>
26146         * rand.c: use g_getenv for both lookups of
26147         MONO_EGD_SOCKET
26149 2004-07-17  Martin Baulig  <martin@ximian.com>
26151         * reflection.c (mono_reflection_bind_generic_method_parameters):
26152         Set `gmethod->reflection_info'.
26154 2004-07-17  Martin Baulig  <martin@ximian.com>
26156         * class.c (mono_class_create_from_typedef): Insert the newly
26157         created class into the hash table before computing the interfaces
26158         since we could be called recursively.
26160 2004-07-16  Ben Maurer  <bmaurer@ximain.com>
26162         * marshal.[ch] (mono_marshal_get_stelemref): a new wrapper
26163         function to implement stelem.ref in managed code
26164         * class-internals.h, debug-helpers.c: a new wrapper type
26165         for the above.
26167 Wed Jul 14 19:26:05 CEST 2004 Paolo Molaro <lupus@ximian.com>
26169         * gc.c: allow GC handles to work even when no GC is compiled in.
26170         Fix part of bug #61134 (GetAddrOfPinnedObject).
26172 2004-07-13  Peter Williams  <peter@newton.cx>
26174         * process.c (complete_path): Make sure we don't attempt to execute
26175         directories.
26177 2004-07-12  Geoff Norton <gnorton@customerdna.com>
26179         * DateTime.cs: Patch for bug #61112.  Our DateTime wasn't roundtripping over timezone
26180           boundaries properly.  This patch checkes ToLocalTime() to see if we're tripping over a boundary
26181           and will add/subtract the hour if needed
26183 2004-07-12  Martin Baulig  <martin@ximian.com>
26185         * reflection.c (mono_field_get_object): If we have
26186         `field->generic_info', take the attributes from
26187         `field->generic_info->generic_type'.    
26189 2004-07-12  Martin Baulig  <martin@ximian.com>
26191         * mono-debug.c (mono_debug_init): Don't take a `MonoDomain *'.
26192         This function must be called before initializing the runtime.
26193         (mono_debug_init_1): New function; call this after initializing
26194         the runtime, but before loading the assembly.  It tells the
26195         debugger to load corlib and the builtin types.
26197         * mono-debug-debugger.c: Did some larger changes in the debugging
26198         code; support recursive class declarations, make sure we actually
26199         add all classes.
26201 2004-07-11 Gonzalo Paniagua Javier <gonzalo@ximian.com>
26203         * debug-helpers.c: undo my previous patch and fixed the real issue in
26204         ../mini/exceptions-x86.c
26206 2004-07-11 Gonzalo Paniagua Javier <gonzalo@ximian.com>
26208         * debug-helpers.c: prevent SIGSEGV. It happened running xsp on monodoc
26209         when no HOME env. variable was set and a NullRef was thrown in a .cctor
26210         called from other .cctors.
26212 2004-07-09  Miguel de Icaza  <miguel@ximian.com>
26214         * loader.c: Removed the mono_loader_wine_init hack now that we are
26215         doing a managed version of Windows.Forms.
26217 2004-07-09  Ben Maurer  <bmaurer@ximian.com>
26219         * domain.c, gc.c, marshal.c, mono-debug-debugger.c,
26220         threadpool.c, threads.c: remove static data from rootset.
26222 2004-07-09  Dick Porter  <dick@ximian.com>
26224         * locales.c (ves_icall_System_String_InternalReplace_Str_Comp):
26225         Don't do any more processing if the matched length was 0.  It was
26226         increasing the size of the string before.  Fixes bug 61167.
26228 2004-07-09  Dick Porter  <dick@ximian.com>
26230         * socket-io.h:
26231         * socket-io.c
26232         (ves_icall_System_Net_Sockets_Socket_GetSocketOption_obj_internal):
26233         Add support for SO_PEERCRED if its available.
26235 2004-07-09  Peter Bartok <pbartok@novell.com>
26236         * loader.c: winelib.exe.so error message is now only displayed if
26237         MONO_DEBUG is set. To help us avoid questions when people are trying
26238         out the new Managed.Windows.Forms.
26240 2004-07-08  Zoltan Varga  <vargaz@freemail.hu>
26242         * class-internals.h debug-helpers.c marshal.c: Add new wrapper types 
26243         for isinst and castclass wrappers.
26245         * class-internals.h icall.c: Move registration and lookup of JIT icalls
26246         to libmetadata from the JIT, so they could be used by the marshalling
26247         code and the interpreter.
26249         * marshal.c: Register marshalling related JIT icalls here instead of
26250         in mini.c. Use CEE_MONO_ICALL instead of the family of 
26251         CEE_MONO_PROC<x> opcodes to call marshalling functions.
26253         * metadata.h: Remove unneeded marshalling conversions.
26255         * opcodes.c: Update for new opcodes.
26256         
26257 2004-07-08  Martin Baulig  <martin@ximian.com>
26259         * mono-debug.c: Check for `handle->symfile' being non-NULL everywhere.
26260         (mono_debug_get_domain_data): Make this function static.
26262 Wed Jul 7 12:32:29 CEST 2004 Paolo Molaro <lupus@ximian.com>
26264         * gc.c, object.h: add nice GC handle API for embedders.
26266 2004-07-06  Ben Maurer  <bmaurer@ximian.com>
26268         * reflection.c: more changes for the new api
26270         * object.c: When we reflect on a field w/ a constant value, it
26271         will not have a memory location, so we must access metadata. Also,
26272         allow easier reading of strings so that we can read them from
26273         the constant data.
26275         * class.c (mono_class_layout_fields): no need for literal fields here.
26277         * class-internals.h: api changes for const fields
26279         * icall.c (ves_icall_get_enum_info): use new apis for const fields
26281 2004-07-06  Martin Baulig  <martin@ximian.com>
26283         * mono-debug.h: Increment version number to 44.
26285         * mono-debug.c (mono_debug_add_wrapper): The second argument is
26286         now a gpointer, rewrote this whole method.
26288         * mono-debug-debugger.c (mono_debugger_add_wrapper): New
26289         function.  Add information about the wrapper in a new "misc table".
26291         * mono-debug-debugger.h (MonoDebuggerSymbolTable): Added fields
26292         for the new misc table.
26294 2004-07-05  Zoltan Varga  <vargaz@freemail.hu>
26296         * metadata-internals.h image.c: Add a cache for helper signatures.
26298         * monosn.c: Applied patch from "grompf" (grompf@sublimeintervention.com). Fix compilation under OSX.
26300 2004-07-03  Zoltan Varga  <vargaz@freemail.hu>
26302         * marshal.c (mono_marshal_get_managed_wrapper): Handle returning
26303         delegates from a delegate. Fixes #61033.
26304         
26305         * marshal.c: Fix managed->native stringbuilder marshalling. Implement
26306         marshalling of stringbuilder arrays. Fixes #59900.
26308 2004-07-02  Zoltan Varga  <vargaz@freemail.hu>
26310         * icall.c: Add EnumBuilder:setup_enum_type icall.
26312 2004-06-30  Ben Maurer  <bmaurer@ximian.com>
26314         * icall.c: Added a new icall for the property version of
26315         OffsetOfStringData.
26317 2004-06-30  Zoltan Varga  <vargaz@freemail.hu>
26319         * class-internals.h (MonoVTable): Make max_interface_id a guint32 so
26320         it has a constant size across platforms.
26322         * marshal.c (mono_delegate_end_invoke): Avoid crash when there is no
26323         stack trace.
26325 2004-06-29  Martin Baulig  <martin@ximian.com>
26327         * mono-debug.c (mono_debug_add_method): Protect the whole function
26328         in mono_debugger_lock(), not just parts of it.
26330 Fri Jun 25 21:36:26 CEST 2004 Paolo Molaro <lupus@ximian.com>
26332         * reflection.c: make sure padding bytes in heaps are zeroed.
26334 2004-06-24  David Waite  <mass@akuma.org>
26336         * appdomain.c, class.c, domain.c, file-io.c, gc.c, icall.c,
26337         image.c, loader.c, locales.c, marshal.c, metadata.c,
26338         mono-debug.[ch], object.c, reflection.c, security.c, socket-io.c,
26339         string-icalls.c, threads.c: change to C90-style comments from C99 /
26340         C++ -style
26342 2004-06-24  Dick Porter  <dick@ximian.com>
26344         * threads.c
26345         (ves_icall_System_Threading_Mutex_CreateMutex_internal): Correctly
26346         return createdNew.  Fixes bug 60412.
26348         * threads-types.h: 
26349         * icall.c: Add createdNew parameter to CreateMutex icall
26351 Thu Jun 24 16:06:41 CEST 2004 Paolo Molaro <lupus@ximian.com>
26353         * reflection.c, object-internals.h: save default value in params.
26355 2004-06-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
26357         * appdomain.c: for paths in PrivateBinPath that are absolute, there's
26358         no need to build a new path combining that with the application base.
26359         Fixes bug #60442.
26361 Wed Jun 23 18:36:58 CEST 2004 Paolo Molaro <lupus@ximian.com>
26363         * reflection.c: fixed minor standard compliance issues.
26365 Wed Jun 23 17:59:29 CEST 2004 Paolo Molaro <lupus@ximian.com>
26367         * reflection.c: fixed issue with encoding some custom attributes
26368         (arrays in properties and fields, bug #60411).
26370 2004-06-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
26372         * reflection.c: fix start address when copying the public key token.
26374 2004-06-23  Martin Baulig  <martin@ximian.com>
26376         * mono-debug-debugger.c (mono_debugger_unhandled_exception): Store
26377         the `exc' object in a static object to put it into the GC's root set.
26379 Wed Jun 23 15:37:31 CEST 2004 Paolo Molaro <lupus@ximian.com>
26381         * reflection.c: make mono_reflection_setup_internal_class ()
26382         callable a second time to setup a new parent class.
26384 2004-06-23  Dick Porter  <dick@ximian.com>
26386         * threads.c: Check for WAIT_IO_COMPLETION return values.
26388 2004-06-22  Sebastien Pouliot  <sebastien@ximian.com>
26390         * appdomain.c: Removed the g_free on the public key token. Now copy 
26391         the pk token string into the MonoAssemblyName buffer using g_strlcpy.
26392         * assembly.c: Added public key token string value when loading 
26393         assemblies. Fix bug #60439.
26394         * icall.c: Added missing informations (like public key) in 
26395         GetReferencedAssemblies. Fix #60519.
26396         * image.h: Changed definition for public key token from const char*
26397         public_tok_value to guchar public_key_token [17];
26398         * reflection.c: Updated for changes to public key token.
26400 2004-06-22  Lluis Sanchez Gual
26402         * icall.c: In ves_icall_InternalExecute, when setting a filed, also look 
26403         for the field in base classes.
26405 Tue Jun 22 16:48:02 CEST 2004 Paolo Molaro <lupus@ximian.com>
26407         * mono-debug.h, mono-debug-debugger.h, debug-mono-symfile.h:
26408         mark headers as not supported, they are installed only for use by the
26409         debugger.
26411 Tue Jun 22 16:32:03 CEST 2004 Paolo Molaro <lupus@ximian.com>
26413         * *.c, *.h: avoid namespace pollution in public headers.
26415 2004-06-21  Martin Baulig  <martin@ximian.com>
26417         * exception.c (mono_get_exception_security): It's in
26418         "System.Security", not in "System".
26420         * mono-debug-debugger.c (mono_debugger_add_builtin_types): Add all
26421         the exception classes.
26423 2004-06-21  Martin Baulig  <martin@ximian.com>
26425         * mono-debug-debugger.c (mono_debugger_unhandled_exception):
26426         Protect the exception object from being finalized.
26428 2004-06-21  Martin Baulig  <martin@ximian.com>
26430         * mono-debug-debugger.h (mono_debugger_unhandled_exception): New
26431         public function.
26433 2004-06-21  Sebastien Pouliot  <sebastien@ximian.com>
26435         * reflection.c: Load the assembly in mono_reflection_type_from_name,
26436         if it was not loaded before. Fix parts of #60439.
26438 Mon Jun 21 16:04:43 CEST 2004 Paolo Molaro <lupus@ximian.com>
26440         * marshal.c, icall.c, object.c, image.c: fix the runtime_invoke ()
26441         code that was broken since Ben's change: wrappers are now
26442         dependent on the method signature only again.
26444 2004-06-21  Martin Baulig  <martin@ximian.com>
26446         * mono-debug-debugger.c (write_class): Cleaned this up a bit and
26447         added interface support.
26449 2004-06-21  Martin Baulig  <martin@ximian.com>
26451         * class.c (mono_vtable_get_static_field_data): New public method.
26453 2004-06-20  Atsushi Enomoto  <atsushi@ximian.com>
26455         * filewatcher.c : Windows build fix to be compliant with API changes.
26457 Sat Jun 19 19:04:50 CEST 2004 Paolo Molaro <lupus@ximian.com>
26459         * class.h, class.c: more accessors.
26460         * metadata.h, metadata.c: prepare for hiding MonoType and
26461         MonoMethodSignature: people should use the accessors from now on
26462         outside of the tree.
26464 Sat Jun 19 17:56:50 CEST 2004 Paolo Molaro <lupus@ximian.com>
26466         * *.c, *.h: more API cleanups.
26468 2004-06-18  Jackson Harper  <jackson@ximian.com>
26470         * assembly.c: Trace loading assemblies.
26471         * loader.c: Trace loading native libraries.
26472         * mono-config.c: Trace loading config files.
26473         
26474 2004-06-18  Dick Porter  <dick@ximian.com>
26476         * locales.c: Tell ICU the lengths of strings, it can cope with
26477         embedded \0 then.  Fixes bug 59274, and doesn't break bug 55822.
26479 Fri Jun 18 11:59:57 CEST 2004 Paolo Molaro <lupus@ximian.com>
26481         * image.c: swapped name/filename;
26483 2004-06-18  Martin Baulig  <martin@ximian.com>
26485         * mono-debug-debugger.c (write_class): Write the parent class at
26486         the end of the header.
26488 Thu Jun 17 16:50:44 CEST 2004 Paolo Molaro <lupus@ximian.com>
26490         * *.c, *.h, Makefile.am: more API cleanups and bugfixes.
26492 2004-06-17  Raja R Harinath  <rharinath@novell.com>
26494         * Makefile.am (PLATFORM_LIB): New.  Possibly refer to ../os/libmonoos.la.
26495         (bundle_obj): New conditional define.
26496         (BUILT_SOURCES): Remove.
26497         ($(bundle_srcs)): Make parallel-make safe.
26498         (libmonoruntime_la_LIBADD): Make unconditional.
26499         (libmetadata_la_LIBADD): Make unconditional.  Refer to $(bundle_obj).
26500         (libmetadata_la_SOURCES): Don't refer to $(bundle_srcs).
26502 2004-06-17  Atsushi Enomoto  <atsushi@ximian.com>
26504         * culture-info-tables.h: It was inconsistent with the latest
26505           supp info files.
26507 2004-06-17  Zoltan Varga  <vargaz@freemail.hu>
26509         * assembly.c (mono_assembly_open): Fix crash when the assembly can't
26510         be loaded.
26512         * threads.c (ves_icall_System_Threading_Thread_Resume): Fix compilation
26513         with gcc 2.95.
26515 Wed Jun 16 18:23:45 CEST 2004 Paolo Molaro <lupus@ximian.com>
26517         * threads.h, icall.c, object.c, threadpool.c, threads-types.h:
26518         cleaned up public header threads.h.
26520 Wed Jun 16 18:11:41 CEST 2004 Paolo Molaro <lupus@ximian.com>
26522         * Makefile.am, *.c, *.h: more API cleanups.
26524 Wed Jun 16 14:33:22 CEST 2004 Paolo Molaro <lupus@ximian.com>
26526         * Makefile.am: removed monosn from compilation.
26527         * appdomain.c, assembly.c, assembly.h, blob.h, class.c,
26528         debug-helpers.c, debug-mono-symfile.c, domain.c, icall.c,
26529         image.c, image.h, loader.c, marshal.c, metadata-internals.h,
26530         metadata.c, metadata.h, mono-config.c, mono-debug-debugger.c,
26531         mono-debug.c, object.c, opcodes.c, opcodes.h, pedump.c, process.c,
26532         reflection.c, reflection.h, verify.c: more API cleanups and fixes.
26534 2004-06-15  Jackson Harper  <jackson@ximian.com>
26536         * assembly.c: Make locales lower case when searching the GAC for
26537         assemblies. gacutil will always make locales lowercase when
26538         installing so this effectively makes them case insensitive.
26539         
26540 2004-06-15  Lluis Sanchez Gual  <lluis@ximian.com>
26542         * locales.c, threadpool.c: use mono_monitor_enter instead of mono_monitor_try_enter.
26543         * monitor.c: New method mono_monitor_try_enter_internal, which takes a new
26544           parameter which allows to choose whether the wait can be interrupted or 
26545           not. Also added the method mono_monitor_enter(), which locks the monitor
26546           using an infinite wait and without allowing interruption.
26547           In the Monitor.Enter and Wait icalls, retry the lock if the wait is
26548           interrupted.
26549         * object.h: Added new fields in MonoThread. suspend_event holds the event
26550           used to susped/resume the thread. synch_lock is the lock object to use for
26551           modifying the thread state.
26552         * threads.c: Use the new synch_lock object for locking, instead of "this",
26553           which can generate deadlocks.
26554           Moved thread state change in Thread.Sleep and Thread.Join from managed
26555           to unmanaged code. This avoids a deadlock when the thread was suspended
26556           just after acquiring the thread lock.
26557           In general, use mono_monitor_enter instead of mono_monitor_try_enter.
26558           Implemented Thread.Suspend using an event instead of ThreadSuspend,
26559           which is not fully implemented in the io-layer.
26560         * socket-io.c: Only try IPv6 DNS lookup if IPv4 fails.
26562 Tue Jun 15 18:34:21 CEST 2004 Paolo Molaro <lupus@ximian.com>
26564         * Makefile.am, monitor.h, object.h, threadpool.c, threadpool.h,
26565         threads-types.h: more API cleanups.
26567 Tue Jun 15 16:40:19 CEST 2004 Paolo Molaro <lupus@ximian.com>
26569         * domain-internals.h, Makefile.am, appdomain.c, appdomain.h,
26570         domain.c, gc.c, icall.c, mono-debug.c, object.c, reflection.c,
26571         threadpool.c, threads.c: first pass at the exported API cleanup.
26573 Tue Jun 15 15:29:47 CEST 2004 Paolo Molaro <lupus@ximian.com>
26575         * icall.c: fix signatures of some VolatileRead and VolatileWrite icalls.
26577 2004-06-15 Gonzalo Paniagua Javier <gonzalo@ximian.com>
26579         * icall.c: added internalGetHome.
26581 2004-06-14  Dick Porter  <dick@ximian.com>
26583         * file-io.c (ves_icall_System_IO_MonoIO_FindFirstFile): It was
26584         possible to return successfully when '.' or '..' were the only
26585         entries in a directory, but were skipped.  The MonoIOStat was not
26586         filled in in that case.  Now return ERROR_NO_MORE_FILES instead.
26587         Fixes bug 59574.
26589 Mon Jun 14 00:27:15 CEST 2004 Paolo Molaro <lupus@ximian.com>
26591         * reflection.c: make binaries run on .Net 1.1 by default.
26593 Sun Jun 13 18:22:40 CEST 2004 Paolo Molaro <lupus@ximian.com>
26595         * threadpool.c, threadpool.h: use the correct return type in SetMinThreads ().
26597 Sun Jun 13 16:44:39 CEST 2004 Paolo Molaro <lupus@ximian.com>
26599         * marshal.c: keep track of struct size with explicit layout
26600         (bug #59979).
26602 2004-06-12  Martin Baulig  <martin@ximian.com>
26604         * mono-debug-debugger.c: Comment out a debugging g_message().
26606 Sat Jun 12 14:15:02 CEST 2004 Paolo Molaro <lupus@ximian.com>
26608         * reflection.c, reflection.h: do not free custom attrs that are cached.
26609         * icall.c: use braces to make code clearer.
26611 2004-06-11  Martin Baulig  <martin@ximian.com>
26613         * class.h (MonoInflatedField): New type.
26614         (MonoClassField): Replaced `MonoType *generic_type' with
26615         `MonoInflatedField *generic_info'.
26617         * icall.c
26618         (ves_icall_MonoField_Mono_GetGenericFieldDefinition): New icall.
26620 2004-06-11  Martin Baulig  <martin@ximian.com>
26622         * reflection.c (mono_image_create_method_token): Correctly encode
26623         varargs methods.
26625 2004-06-11  Martin Baulig  <martin@ximian.com>
26627         * metadata.c (mono_metadata_parse_method_signature): When parsing
26628         a MethodDef which has VarArgs, also set sentinelpos if we don't
26629         have any parameters.
26631 2004-06-11  Martin Baulig  <martin@ximian.com>
26633         * verify.c (mono_method_verify): In CEE_CALL, use
26634         mono_method_get_signature() to get the method's signature, unless
26635         we're a PInvoke method.
26637 2004-06-10  Jackson Harper  <jackson@ximian.com>
26639         * assembly.c: Use <path>/lib/mono/gac for the extra paths
26640         lookup. Rename MONO_GAC_PATH to MONO_GAC_PREFIX, this is a more
26641         logical name as the supplied path is just a prefix to the gac not
26642         the direct path to it.
26643         
26644 Thu Jun 10 20:10:16 CEST 2004 Paolo Molaro <lupus@ximian.com>
26646         * reflection.c: make the token for a created method match
26647         the token of the MethodBuilder it was created from
26648         (IKVM requires this behaviour now).
26650 Thu Jun 10 16:02:27 CEST 2004 Paolo Molaro <lupus@ximian.com>
26652         * image.c, image.h, appdomain.c, assembly.c, loader.c, metadata.c,
26653         reflection.c, socket-io.c: leak fixes.
26655 Wed Jun 9 18:23:59 CEST 2004 Paolo Molaro <lupus@ximian.com>
26657         * icall.c: handle sentinel pos in vararg methods in position different
26658         from 0.
26660 2004-06-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26662         * culture-info-tables.h: freshly generated.
26664 2004-06-09  Martin Baulig  <martin@ximian.com>
26666         * loader.c (mono_get_method_constrained): Call `mono_class_init
26667         (constrained_class)'.   
26669 2004-06-08  Gert Driesen <drieseng@users.sourceforge.net>
26671         * icall.c (ves_icall_MonoType_GetEvent): Handle events without
26672         any methods. Fixes #59629.
26674 2004-06-08  Atsushi Enomoto  <atsushi@ximian.com>
26676         * culture-info-tables.h: reflecting locale-builder updates.
26678 2004-06-08  Dick Porter  <dick@ximian.com>
26680         * object.h:
26681         * locales.c: Fixed compile warnings, including a real bug in
26682         CompareInfo_internal_compare.
26683         
26684 2004-06-08  Dick Porter  <dick@ximian.com>
26686         * locales.c
26687         (ves_icall_System_Globalization_CompareInfo_internal_index):
26688         (ves_icall_System_Globalization_CompareInfo_internal_index_char):
26689         Double-check the resuls of usearches, because ICU currently
26690         ignores most of the collator settings here.  Fixes bug 59720.
26691         
26692 2004-06-08  Dick Porter  <dick@ximian.com>
26694         * locales.c
26695         (ves_icall_System_Globalization_CompareInfo_internal_index_char):
26696         Fix memory leak and segfault-causing typo.  No idea how this one
26697         lasted so long without being noticed.
26699 2004-06-09  Zoltan Varga  <vargaz@freemail.hu>
26701         * icall.c (ves_icall_Type_GetEvents_internal): Handle events without
26702         any methods. Fixes #59629.
26704 2004-06-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26706         * assembly.c:
26707         (mono_assembly_load): search_loaded -> mono_assembly_loaded (we didn't
26708         own the critical section before). Removed dead code (that's done
26709         in the preload hook).
26711         (mono_assembly_load_with_partial_name): call the preload hook.
26713 2004-06-08  Martin Baulig  <martin@ximian.com>
26715         * metadata.c (mono_metadata_signature_alloc): Default
26716         `sentinelpos' to -1.
26718         * reflection.c (mono_image_get_array_token): Likewise.
26720 2004-06-08  Martin Baulig  <martin@ximian.com>
26722         * icall.c (ves_icall_ModuleBuilder_getMethodToken): New icall.
26724         * metadata.c (mono_metadata_parse_method_signature): When parsing
26725         a MethodDef which has VarArgs, set sentinelpos.
26727         * metadata.h (MonoMethodSignature): Make `sentinalpos' a signed
26728         `gint16' since we're using -1 for non-varargs methods.
26730         * reflection.c
26731         (ReflectionMethodBuilder): Added `MonoArray *opt_types'.
26732         (method_encode_signature): Added varargs support.
26733         (method_builder_encode_signature): Likewise.
26734         (mono_image_get_varargs_method_token): New static method.
26735         (mono_image_create_method_token): New public method; this is
26736         called via an icall instead of mono_image_create_token() when
26737         calling a varargs method.       
26739 2004-06-08  Lluis Sanchez Gual  <lluis@ximian.com>
26741         * locales.c: Fixed memory leak in Char.ToLower/ToUpper.
26743 2004-06-08  Atsushi Enomoto  <atsushi@ximian.com>
26745         * culture-info-tables.h : Reflecting the latest locale-builder that
26746           fixed empty array representation ({} to {0}).
26748 2004-06-07  Jackson Harper  <jackson@ximian.com>
26750         * assembly.c: It should be <MONO_GAC_PATH>/lib/mono/gac when
26751         looking up extra gac paths. This allows MONO_GAC_PATH to act
26752         exactly like a prefix.
26753         
26754 2004-06-08  Zoltan Varga  <vargaz@freemail.hu>
26756         * reflection.c (mono_reflection_type_from_name): Make a copy of the
26757         type name before modifying it. Fixes #59405.
26759 2004-06-08  Atsushi Enomoto  <atsushi@ximian.com>
26761         * culture-info.h: added fields for "all datetime patterns".
26762         * locales.c: (  ves_icall_System_Globalization_CultureInfo
26763           _construct_datetime_format ()): fill xxx_patterns fields.
26764         * object.h: added fields for "all datetime patterns" to
26765           MonoDateTimeFormatInfo.
26766         * culture-info-tables.h: reflecting locale-builder updates.
26768 2004-06-08  Zoltan Varga  <vargaz@freemail.hu>
26770         * icall.c (ves_icall_Type_GetEvents_internal): Handle the case when
26771         the event has no add and remove methods. Fixes #59629.
26773 2004-06-05  Sebastien Pouliot  <sebastien@ximian.com>
26775         * object.c: Fixed possible integer overflow when allocating large
26776         strings.
26778 2004-06-05  Atsushi Enomoto  <atsushi@ximian.com>
26780         * culture-info-tables.h: reflecting locale-builder updates.
26782 2004-06-05  Atsushi Enomoto  <atsushi@ximian.com>
26784         * culture-info-tables.h: reflecting locale-builder updates.
26786 2004-06-03  Atsushi Enomoto  <atsushi@ximian.com>
26788         * culture-info-tables.h: reflecting locale-builder updates.
26790 2004-06-03  Lluis Sanchez Gual  <lluis@ximian.com>
26792         * threads.c: Made Thread.Sleep abortable.
26794 2004-06-02  Martin Baulig  <martin@ximian.com>
26796         * mono-debug.h (MONO_DEBUGGER_VERSION): Bumped version to 41.
26798         * debug-mono-symfile.h: Bumped symbol file version number to 37.
26800 2004-05-31  Zoltan Varga  <vargaz@freemail.hu>
26802         * marshal.c (mono_marshal_get_runtime_invoke): Fix CR/LFs.
26804 2004-05-30  Jackson Harper  <jackson@ximian.com>
26806         * reflection.c: Do not hardcode assembly versions or public key
26807         tokens anymore. All of this except the corlib section was dead
26808         code anyways.
26809         
26810 2004-05-29  Zoltan Varga  <vargaz@freemail.hu>
26812         * object.c (mono_runtime_invoke_array): Automatically create boxed
26813         objects for byref valuetypes if needed. Fixes #59300.
26814         
26815         * object.c (mono_method_return_message_restore): Handle 
26816         MONO_TYPE_OBJECT as well.
26818 2004-05-28  Jackson Harper  <jackson@ximian.com>
26820         * reflection.c: The modified type encoding was causing build
26821         problems. Reverted for now.
26822         
26823 2004-05-28  Jackson Harper  <jackson@ximian.com>
26825         * reflection.c/h: Take an assembly ref so that we dont create
26826         fully qualified names when encoding types in the same assembly as
26827         the custom attribute being emitted.
26828         * appdomain.c: Increment version number.
26829         
26830 2004-05-26  Duncan Mak  <duncan@ximian.com>
26832         * icall.c
26833         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies):
26834         Set the full version number (major, minor, build, revision).
26836 2004-05-28  Vladimir Vukicevic  <vladimir@pobox.com>
26838         * marshal.c (emit_struct_conv): increment src/dst after blit
26839         (mono_marshal_get_managed_wrapper,
26840         mono_marshal_get_native_wrapper): make sure we have marshalling
26841         info before marshalling params (info computation affects
26842         blittable)
26844         * class.c (class_compute_field_layout): correctly deal with
26845         blittable
26846         (mono_class_layout_fields): Don't do gc_aware_layout for AUTO
26847         value types (as per what windows dows by default)
26848         (mono_class_setup_mono_type): System.ValueType is blittable
26849         (mono_ptr_class_get, mono_fnptr_class_get): Pointer classes are
26850         blittable
26852         * marshal.c (mono_marshal_load_type_info): flag types  as
26853         non-blittable if the native layout doesn't match the managed
26854         layout
26856 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26858         * appdomain.c: don't add stuff in the private search path that is
26859         above the application base. If application base is not set, there's
26860         no private search path.
26862 2004-05-28  Zoltan Varga  <vargaz@freemail.hu>
26864         * marshal.c (mono_marshal_get_managed_wrapper): Add proper support for
26865         byref struct arguments in native->managed marshalling.
26867 2004-05-28      Patrik Torstensson      <totte@hiddenpeaks.com>
26869         * marshal.c (mono_marshal_get_runtime_invoke): correctly
26870         cache methods using signature (special case for methods
26871         that are value type or string class)
26872         
26873         * image.c (mono_image_close): clean up allocated GSList's
26874         in runtime_invoke_cache.
26876 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26878         * mono-config.c: set the correct path for mono_cfg_dir on windows when
26879         there's no MONO_CFG_DIR environment variable defined.
26881 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26883         * threads.c: windows version must be >= 0x0500 to include OpenThread.
26885 2004-05-28  Lluis Sanchez Gual  <lluis@ximian.com>
26887         * threadpool.c: Really wait for 500ms after the async call, even if the wait
26888           is interrumped.
26889         * threads.c: In mono_thread_manage, call OpenThread to ref each handle
26890           before waiting for it, and call CloseHandle after the wait to unref it.
26891           This will make sure that handles are not disposed too early.
26893 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26895         * appdomain.c:
26896         * appdomain.h:
26897         * icall.c: removed
26898         ves_icall_System_AppDomainSetup_InitAppDomainSetup as it's not
26899         needed now.
26901         * object.c: se the application_base only for the domain that runs
26902         Main. Fixes bug #59216,
26904 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26906         * appdomain.c:
26907         * object.c: only the domain in which Main is run have
26908         SetupInformation.ConfigurationFile set, so moved a few lines from
26909         appdomain.c to object.c.
26911 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26913         * appdomain.c: we tried to load [name].(dll|exe), but according
26914         to bug #57710, we must also try [culture]/[name].(dll|exe) and
26915         [culture]/[name]/[name](dll|exe). This patch fixes the bug.
26916         There's a test case attached to bug #58922.
26918 2004-05-27  Dick Porter  <dick@ximian.com>
26920         * icall.c:
26921         * file-io.c: Implemented icalls for locking and unlocking regions
26922         in a file.
26923         (ves_icall_System_IO_MonoIO_FindNextFile): FindNextFile() returns
26924         FALSE on error (fixes both compiler warning and real bug.)
26926 2004-05-27  Atsushi Enomoto  <atsushi@ximian.com>
26928         * culture-info-tables.h: reflecting locale-builder updates.
26930           (Added missing ChangeLog entry for 05/26)
26932 2004-05-27  Jackson Harper  <jackson@ximian.com>
26934         * locales.c: Fix some cut and paste errors.
26935         
26936 2004-05-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26938         * mono-config.c: set the correct path for config. directory on windows.
26940 2004-05-26  Atsushi Enomoto  <atsushi@ximian.com>
26942         * icall.c : Fixed ves_icall_System_DateTime_GetNow() to return utc
26943           on win32.
26945 2004-05-26  Zoltan Varga  <vargaz@freemail.hu>
26947         * marshal.c (mono_marshal_get_native_wrapper): Free strings returned
26948         from pinvoke functions.
26949         
26950         * marshal.c (mono_ftnptr_to_delegate): Implement this.
26952 2004-05-26  Atsushi Enomoto  <atsushi@ximian.com>
26954         * culture-info-tables.h: reflecting locale-builder updates.
26956 2004-05-26  Zoltan Varga  <vargaz@freemail.hu>
26958         * profiler.c (simple_allocation): Skip icall wrapper methods. Fixes
26959         #59086.
26961 2004-05-26  Sebastien Pouliot  <sebastien@ximian.com>
26963         * appdomain.cs: Bumped MONO_CORLIB_VERSION to 20.
26964         * icall.c: Modified icalls for RNG.
26965         * rand.c|h: Changed RNG interface to allow thread-safe usage under 
26966         Windows (CryptoAPI).
26968 2004-05-25  Zoltan Varga  <vargaz@freemail.hu>
26970         * locales.c: Fix build.
26972 2004-05-25  Atsushi Enomoto  <atsushi@ximian.com>
26974         * culture-info-tables.h: reflecting locale-builder updates.
26976 2004-05-25  Jackson Harper  <jackson@ximian.com>
26978         * locales.c: When creating the current culture use the $LANGs
26979         specific culture. So DateTimeFormat and NumberFormat entries are created.
26980         
26981 2004-05-25  Zoltan Varga  <vargaz@freemail.hu>
26983         * string-icalls.{h,c} icalls.c: Add new icalls for Strcpy which take
26984         a char array as parameter.
26986 2004-05-24  Lluis Sanchez Gual  <lluis@ximian.com>
26988         * image.c: In mono_image_open(), always use an absolute path name to
26989           look for already loaded images.
26991 2004-05-24  Sebastien Pouliot  <sebastien@ximian.com>
26993         * icall.c: Added define for CSIDL_FLAG_CREATE (0x8000) in case it is
26994         missing in the windows build (like older cygwin include files).
26996 2004-05-23  Sebastien Pouliot  <sebastien@ximian.com>
26998         * icall.c: Fixed check for possible integer overflow in Buffer_
26999         BlockCopy icall. Replaced comments style // by /* */.
27001 2004-05-22  Zoltan Varga  <vargaz@freemail.hu>
27003         * marshal.c (mono_ftnptr_to_delegate): Fix warning.
27004         
27005         * marshal.c (mono_marshal_get_proxy_cancast): Move thread interrupt
27006         check after MONO_VTADDR. Fixes pinvoke2.exe.
27008         * marshal.h marshal.c metadata.h: Add beginnings of support for
27009         ftnptr -> delegate marshalling.
27011 2004-05-21  Zoltan Varga  <vargaz@freemail.hu>
27013         * threads.c (ves_icall_System_Threading_Thread_ResetAbort): Fix compilation on gcc-2.95.
27014         * threads.c: Fix warnings.
27016 2004-05-20  Lluis Sanchez Gual  <lluis@ximian.com>
27018         * appdomain.c, gc.c: Make use of the new WaitForSingleObjectEx.
27019         * icall.c: Registered icalls for Suspend and Resume.
27020         * locales.c: Beware, mono_monitor_try_enter can now be interrupted by
27021           Thread.Abort.
27022         * monitor.c: Use WaitForSingleObjectEx. Added some interruption checkpoints.
27023         * mono-debug-debugger.c: Use WaitForSingleObjectEx et al.
27024         * process.c: Use WaitForSingleObjectEx.
27025         * threadpool.c: Use WaitForSingleObjectEx. Added some interruption 
27026           checkpoints.
27027         * threads.c, threads.h: Make use of new Ex wait methods. Improved
27028           implementation of Thread.Abort and Thread.ResetAbort icalls. Added icalls
27029           for Suspend and Resume. Added new mono_thread_stop, used for stoping
27030           background threads. Added basic support for Abort in Windows.
27031           Start new threads using a managed delegate invoke wrapper. This wrapper
27032           has an interruption checkpoint that is needed since an interruption
27033           can be requested before the thread leaves the unmanaged code that starts 
27034           the thread.
27035         * marshal.c: Added interruption checkpoint after every native call, and
27036           also before managed calls for wrappers called from unmanaged code to
27037           go into managed code.
27038         * object.h: Added new field in MonoThread to keep track of interruption
27039           requests.
27041 2004-05-20  Zoltan Varga  <vargaz@freemail.hu>
27043         * marshal.c: Insert SAVE_LMF and RESTORE_LMF opcodes around native
27044         calls.
27046 2004-05-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27048         * appdomain.c:
27049         * assembly.c:
27050         * gc.c:
27051         * locales.c:
27052         * mono-config.c:
27053         * rand.c: getenv -> g_getenv (windows!)
27055         * process.c: complete_path is also used on non-windows platforms.
27057 2004-05-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27059         * icall.c: new signature for Process_Start.
27061         * process.[ch]: new signature for Process_Start. If we're on windows
27062         and UseShellExecute is false, we have to search for the program by
27063         ourselves if we don't get a full path.
27065 2004-05-18  Zoltan Varga  <vargaz@freemail.hu>
27067         * marshal.c (mono_marshal_get_native_wrapper): Fix up custom 
27068         marshalling and call CleanUpNativeData if needed. Fixes #58646.
27070 2004-05-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27072         * socket-io.c: field value changed for Int32 from 'value' to 'm_value'.
27073         Fixes bug #58373.
27075 2004-05-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27077         * process.c: use double quotes to quote program name and arguments on
27078         windows. Fixes bug #58575.
27080 2004-05-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27082         * file-io.c: don't return "." and ".." when using windows Find*File.
27084 2003-05-17      Patrik Torstensson <totte@hiddenpeaks.com>
27086         * marshal.c: Don't pass wrappers to message init because method 
27087         addressed used to lookup metadata. part of remoting[2|3] fix.
27089 2004-05-15  Jackson Harper  <jackson@ximian.com>
27091         * assembly.c: Remove user gac and implement MONO_GAC_PATH, this
27092         path is essentially the same as MONO_PATH except that it points to
27093         GACs instead of lib directories.
27094         * loader.h: The user gac is gone so we dont need function to
27095         enable/disable it.
27096         * mono-config.c: user gac option is now gone.
27097         
27098 2004-05-15  Jackson Harper  <jackson@ximian.com>
27100         * culture-info.h: Make defines more consistent, add calendar data
27101         to the culture info table.
27102         * culture-info-tables.h: Add basic calendar data. Basically
27103         everyone gets default gregorian until all the data is
27104         updated.
27105         * locales.c: Use the new consistent defines. Set calendar data for
27106         culture info objects.
27107         * object.h: add a field for calendar data to CultureInfo
27108         
27109 2004-05-14 Ben Maurer  <bmaurer@users.sourceforge.net>
27111         * image.c: image->runtime_invoke_cache is keyed on signatures now.
27112         * marshal.c (mono_mb_emit_calli): new helper to emit a CEE_CALLI with
27113         a signature.
27114         (mono_mb_emit_managed_call, mono_mb_emit_native_call): use the above.
27115         (mono_marshal_get_runtime_invoke): The runtime invoke method now takes
27116         an extra param that is the pointer of the method to invoke. The IL for
27117         the invoke method is no longer specific to the method, but to the
27118         signature of the method. Thus, we can share the same code for multiple
27119         methods. This reduces the number of methods that have to be compiled.
27121 2004-05-14  Zoltan Varga  <vargaz@freemail.hu>
27123         * icall.c (ves_icall_System_Reflection_Assembly_load_with_partial_name): Fix warning.
27125         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
27127         * icall.c: Optimize Buffer.BlockCopy.
27129 2004-05-14  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27131         * culture-info-tables.h: seems like Spanish and Portuguese cultures had
27132         DateTimeFormatInfo.YearMonthPattern like "MMMM' yyyy" (note the single
27133         quote). Changed them to "MMMM yyyy".
27135 2004-05-12  Miguel de Icaza  <miguel@ximian.com>
27137         * rand.c
27138         (ves_icall_System_Security_Cryptography_RNGCryptoServiceProvider_InternalGetBytes): Always close the file. 
27140 2004-05-13  Zoltan Varga  <vargaz@freemail.hu>
27142         * reflection.h: Updated after changes to managed structures.
27144         * appdomain.c: Bump corlib version.
27146 2004-05-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27148         * Makefile.am: also add libmonoos to libmetadata. Fixes the build on
27149         windows.
27151 2004-05-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27153         * Makefile.am: link to ../os/libmonoos.la on windows.
27155         * assembly.c:
27156                 -If MONO_DEBUG, warn about non-existing directories in
27157                 MONO_PATH.
27158                 -Added mono_assembly_getrootdir() that replaces MONO_ASSEMBLIES
27159                 compile time variable.
27160                 -Removed init_default_path and call mono_set_rootdir from
27161                 libmonoos.a instead (windows only).
27163         * assembly.h: declare mono_assembly_getrootdir().
27165         * domain.c:
27166         * icall.c: use mono_assembly_getrootdir() instead of MONO_ASSEMBLIES.
27168         * loader.c: s/getenv/g_getenv/
27170 2004-05-11  Zoltan Varga  <vargaz@freemail.hu>
27172         * marshal.{h,c}: Add support for UnmanagedType.AsAny.
27174         * marshal.c: Use mono_metadata_signature_{alloc,dup} where appropriate.
27176         * metadata.h: Add new marshalling conversions.
27178         * metadata.h metadata.c (mono_metadata_signature_dup): New helper
27179         function.
27181         * reflection.c (mono_reflection_get_type): Lookup the type in all
27182         modules of a multi-module assembly. Fixes #58291.
27184 2004-05-11  Lluis Sanchez Gual  <lluis@ximian.com>
27186         * threads.c: Before aborting a background, set the StopRequested
27187         state.  This avoids throwing the Abort exception.
27188         In mono_thread_manage, don't continue with the shutdown until all
27189         aborted threads have actually stopped.
27191 2004-05-10  Jackson Harper  <jackson@ximian.com>
27193         * locales.c: Remove the modifier from culture names.
27194         
27195 2004-05-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27197         * Makefile.am: monosn is not installed any more. It has been deprecated
27198         in favor of sn.
27200 2004-05-07  Jackson Harper  <jackson@ximian.com>
27202         * locales.c
27203         (ves_icall_System_Globalization_CultureInfo_internal_get_cultures):
27204         Fix array construction, add bailout if the length is 0.
27206 2004-05-07  Dick Porter  <dick@ximian.com>
27208         * socket-io.c (addrinfo_to_IPHostEntry): Don't crash if the
27209         machine doesn't have a DNS entry.  Patch by Urs Muff
27210         (umuff@quark.com), fixes bug 57928.
27212 2004-05-06  Jackson Harper  <jackson@ximian.com>
27214         * reflection.c: Handle null PublicTokens properly. alloc mem for
27215         assembly names culture so we dont crash when freeing it.
27216         
27217 2004-05-06  Jackson Harper  <jackson@ximian.com>
27219         * assembly.c: Check the usergac when loading with partial names.
27220         
27221 2004-05-05  Sebastien Pouliot  <sebastien@ximian.com>
27223         * rand.c|h: Added new icall for (optionally) seeding the PRNG. This 
27224         does nothing for now (not required for Linux/Windows) but the class
27225         library can call it (and a newer or modified runtime could need it).
27226         * icall.c: Registred icall.
27228 2004-05-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27230         * loader.c: prints a message on module loading error we set MONO_DEBUG
27231         environment variable.
27233 2004-05-05  Jackson Harper  <jackson@ximian.com>
27235         * appdomain.c: Handle PublicKeyToken=null properly.
27236         
27237 2004-05-05  Sebastien Pouliot  <sebastien@ximian.com>
27239         * environment.c|h: Added icall ves_icall_System_Environment_
27240         GetOSVersionString to get the current OS version as a string.
27241         * icall.c: Registred icall.
27243 2004-05-05  Lluis Sanchez Gual  <lluis@ximian.com>
27245         * object.c: in mono_object_get_virtual_method(), take into account that
27246         non-virtual methods don't have a slot in the vtable. Check needed when
27247         the object is a proxy.
27249 2004-05-05  Zoltan Varga  <vargaz@freemail.hu>
27251         * marshal.h marshal.c icall.c: Applied patch from vladimir@pobox.com
27252         (Vladimir Vukicevic). Implement UnsafeAddrOfPinnedArrayElement.
27254         * object.c (mono_class_compute_gc_descriptor): Fix warning.
27256         * object.c (mono_runtime_invoke_array): Add an assert so null cannot be
27257         passed when a valuetype is expected.
27259         * object.c (mono_unhandled_exception): Only set the exit code if the
27260         exception happens in the main thread. Fixes thread5.exe.
27262         * appdomain.c (get_info_from_assembly_name): Fix infinite loop on
27263         invalid names. Fixes #58047.
27265 2004-05-03  Jackson Harper  <jackson@ximian.com>
27267         * assembly.c: This line was committed accidently and is unneeded.
27268         
27269 2004-05-03  Jackson Harper  <jackson@ximian.com>
27271         * icall.c: Add new icall for Assembly::LoadWithPartialName
27272         * assembly.c/.h: new function that probes the GAC to load partial
27273         assembly names by Paolo Molaro.
27274         
27275 2004-05-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27277         * appdomain.c: use g_strncasecmp when looking for 'Culture=' et al.
27278         * reflection.c: use g_strncasecmp when looking for 'Culture=' et al.
27279         (type_get_fully_qualified_name): Added PublicKeyToken when building a
27280         full type name.
27282 2004-05-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27284         * appdomain.c: fixed check for 'neutral' culture and removed warning.
27285         * reflection.c: fix bug when parsing a full type name and Version is not
27286         the last thing in the string.
27288 2004-05-03  Zoltan Varga  <vargaz@freemail.hu>
27290         * appdomain.c (get_info_from_assembly_name): Strdup "" to prevent
27291         crashes when it is freed.
27293 2004-05-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27295         * assembly.c: print the compat warning to stderr.
27297 2004-05-01  Miguel de Icaza  <miguel@ximian.com>
27299         * assembly.c (mono_assembly_load_references): Add a compatibility
27300         hack to run old applications that might be still referencing the
27301         3300-based assemblies, only do this for System.xxx.
27303 2004-05-01  Jackson Harper  <jackson@ximian.com>
27305         * appdomain.c: If the culture is neutral we set it to "".
27306         
27307 2004-04-29  Jackson Harper  <jackson@ximian.com>
27309         * locales.c: Add some missing MONO_ARCH_SAVE_REGS'.
27311 2004-04-29  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
27313         * string-icalls.c: added low overhead function for copying chars
27314         * icall.c: added needed icall for the above function
27316 2004-04-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27318         * icall.c: fix return value of get_global_assembly_cache.  Implemented
27319         Environment.GetLogicalDrives.
27321 2004-04-28  Bernie Solomon  <bernard@ugsolutions.com>
27323         * rand.c: try and talk to egd or prngd
27324         for random bytes if opening devices fail.
27326 2004-04-28  Zoltan Varga  <vargaz@freemail.hu>
27328         * marshal.c (mono_marshal_load_type_info): Calculate the minimum
27329         alignment for the type using the native alignment of its members 
27330         instead of using klass->min_align.
27332         * metadata.c (mono_type_stack_size): Fix size of TYPEDBYREF.
27334 2004-04-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27336         * file-io.c:
27337         * socket-io.c: added check for sys/aio.h.
27339 2004-04-28  Dick Porter  <dick@ximian.com>
27341         * threads.c: Don't abort a thread thats already aborting, when
27342         terminating everything.
27344 2004-04-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27346         * icall.c: added 2 new async calls for Socket.
27348         * socket-io.[ch]: fixed some warnings. Added support for asynchronous
27349         IO on *nix systems.
27351         * threadpool.c: removed unused variable.
27353 2004-04-27  Zoltan Varga  <vargaz@freemail.hu>
27355         * marshal.c: Handle null properly in PtrToString* icalls. Fixes #57706.
27357 Tue Apr 27 15:55:17 CEST 2004 Paolo Molaro <lupus@ximian.com>
27359         * locales.c: put back string_invariant_tolower () and
27360         string_invariant_toupper ().
27362 2004-04-26 David Waite <mass@akuma.org>
27364         * file-io.h:
27365         * socket-io.h:
27366         * threads.h:
27367         * unicode.h: remove comma from end of enumeration declarations
27369 2004-04-26 David Waite <mass@akuma.org>
27371         * debug-mono-symfile.h:
27372         * decimal.c:
27373         * mono_debug.h:
27374         * sysmath.c: Define 64 bit constants as long long types (i.e. 10ULL)
27377 2004-04-26  Jackson Harper  <jackson@ximian.com>
27379         * appdomain.c: Increment version number.
27380         
27381 2004-04-26  Jackson Harper  <jackson@ximian.com>
27383         * appdomain.c: Set assembly references public token value when
27384         PublicKeyToken is specified, not the hash_value. Free public token
27385         values when free assembly name data. Previously the public key
27386         token was hex decoded, however we are using hex encoded public key
27387         tokens, so this is not neccasary.
27388         * assembly.c: Lookup assemblies in the gac if their public token
27389         value is set. Add function to allow enabling user gac
27390         lookups. Specify whether or not the assembly was loaded from the
27391         GAC. Compare full assembly names when checking the cache for
27392         assemblies (Temporarily disabled see comment in code). Remove
27393         mscorlib -> corlib mapping cruft. Add trace-loading. When a user
27394         specifies trace-loader they get extra info to stdout on the
27395         loading of assemblies.
27396         * image.h: Add a field for an assembly references public token
27397         value to MonoAssemblyname. Add a field to MonoAssembly to specifiy
27398         whether an assembly has been loaded from the GAC.
27399         * image.c: Remove a corlib -> mscorlib name mapping.
27400         * loader.h: Add function to enable/disable the user gac.
27401         * mono-config.c: Check if the usergac is enabled in the config
27402         file.
27403         * icall.c: New icall to determine whether or not an assembly has
27404         been loaded from the GAC. Remove some mscorlib -> corlib mappings.
27405         * tabldefs.h: Add constant for assemblyref flag that specifies a
27406         full public key is used instead of a public token.
27407         * reflection.c: Remove mscorlib -> corlib mappings. Set
27408         PublicTokenValue instead of hash value. This value is a hex
27409         string so it does not need to be expanded.
27411 2004-04-26  Martin Baulig  <martin@ximian.com>
27413         * mono-debug-debugger.c (mono_debugger_initialize): Set
27414         `mono_debugger_initialized' before calling mono_debug_lock().
27416 2004-04-42  Robert Shade <rshade@dvsconsulting.com>
27418         * icall.c: icalls for Char.ToUpper/ToLower are now hooked to
27419           InternalToUpper/InternalToLower.
27420         * locales.c: (ves_icall_System_{Char,String}_InternalTo{Upper,Lower}_Comp)
27421           removed invariant culture shortcut.  This is now done in managed code.
27422         * locales.c: (string_invariant_toupper/tolower) removed.
27424 2004-04-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27426         * icall.c: added GetSupportsAsync for Socket (same as MonoIO).
27427         Added Poll internal call.
27429         * socket-io.[ch]: _wapi_socket == WSASocket. Added internal
27430         call for Poll. Select was too heavy for polling a single socket.
27432         * threadpool.[ch]: added mono_threadpool_cleanup.
27433         * threads.c: use it. Don't use Thread_Abort on windows.
27435 2004-04-23  Martin Baulig  <martin@ximian.com>
27437         * mono-debug-debugger.c (mono_debugger_lookup_assembly): New function.
27439 2004-04-23  Sebastien Pouliot  <sebastien@ximian.com>
27441         * icall.c: Registred new icalls for key pair protection and added an
27442         icall for Environment.GetFolderPath on Windows.
27443         * security.c|h: Added new icalls for key pair protection.
27445 2004-04-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27447         * socket-io.c: don't display the non-supported family warning for known
27448         families. Now this is not displayed on windows when checking support
27449         for IPv4/IPv6.
27451 2004-04-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27453         * class.c: don't display the layout warning for static fields.
27455 2004-04-21  Lluis Sanchez Gual <lluis@ximian.com>
27457         * icall.cs: Registered new icalls for Char.ToLower and Char.ToUpper.
27458         * locales.c, locales.h: Added new icalls for culture-specific
27459         Char.ToLower and Char.ToUpper.
27461 2004-04-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27463         * threads.c: the 2nd argument when aborting a thread is NULL now. Patch
27464         by David Waite.
27466 2004-04-20  Martin Baulig  <martin@ximian.com>
27468         * mono-debug-debugger.c (mono_debugger_lookup_type): Make a copy
27469         of the type name before passing it to mono_reflection_type_from_name().
27471 2004-04-19  Zoltan Varga  <vargaz@freemail.hu>
27473         * marshal.c (mono_marshal_get_managed_wrapper): Handle different string
27474         encodings here. Fixes #56965.
27476 2004-04-18  Bernie Solomon <bernard@ugsolutions.com>
27478         * icall.c (ves_icall_System_Text_Encoding_InternalCodePage):
27479         fix test on strstr result not that I can see anything that
27480         relies on the result.
27482 2004-04-18  Zoltan Varga  <vargaz@freemail.hu>
27484         * metadata.c (mono_type_to_unmanaged): Handle MONO_NATIVE_FUNC as well.
27485         Fixes #57081.
27487         * marshal.c (mono_marshal_get_string_encoding): New helper function.
27489         * marshal.c (mono_marshal_get_native_wrapper): Use the new helper
27490         function to determine which marshalling to use for strings. Fixes
27491         #56965.
27493         * marshal.c (mono_marshal_string_array_to_unicode): Fix warning.
27495         * reflection.c (encode_marshal_blob): Add support for LPARRAY.
27497 2004-04-15  Bernie Solomon  <bernard@ugsolutions.com>
27499         * icall.c: #include mono-config.h
27501 2004-04-15  Jackson Harper  <jackson@ximian.com>
27503         * culture-info-tables.h: Fix date formats for en-US culture.
27504         
27505 2004-04-15  Lluis Sanchez Gual  <lluis@ximian.com>
27507         * icall.c: Registered icalls for ThreadPool.GetMinThreads and 
27508         ThreadPool.SetMinThreads.
27509         * threadpool.c: Implemented ThreadPool.GetMinThreads and
27510         ThreadPool.SetMinThreads.
27512 Thu Apr 15 15:36:40 CEST 2004 Paolo Molaro <lupus@ximian.com>
27514         * mono-config.c: also load the .config file in the directory
27515         where the assembly was found.
27517 Thu Apr 15 14:24:49 CEST 2004 Paolo Molaro <lupus@ximian.com>
27519         * assembly.c: load per-assembly config files.
27520         * icall.c: decrapified code to get the config dir and moved to
27521         mono-config.c.
27522         * image.h, loader.c, loader.h, mono-config.c, mono-config.h: allow
27523         per-assembly config files. When doing a dll map lookup give precedence
27524         to the per-assembly data.
27526 2004-04-14  Martin Baulig  <martin@ximian.com>
27528         * mono-debug-debugger.h (MonoDebuggerEvent): Removed
27529         MONO_DEBUGGER_EVENT_TYPE_ADDED and MONO_DEBUGGER_EVENT_METHOD_ADDED
27530         and added MONO_DEBUGGER_EVENT_RELOAD_SYMTABS.
27532         * mono-debugger-debugger.c: While the debugger is locked, remember
27533         whether the symbol tables have changes and send one single
27534         MONO_DEBUGGER_EVENT_RELOAD_SYMTABS when releasing the lock.
27536 2004-04-14  Zoltan Varga  <vargaz@freemail.hu>
27538         * metadata.h: Add STRARRAY_STRWLPARRAY marshalling convention.
27540         * marshal.h marshal.c (mono_marshal_string_array_to_unicode): New 
27541         function.
27543         * marshal.c (mono_marshal_get_native_wrapper): Take CharSet into
27544         account when marshalling string arrays. Fixes #56965.
27546 2004-04-13  Sebastien Pouliot  <sebastien@ximian.com>
27548         * icall.c: Add new icalls mapping for security.
27549         * security.c|h: Add internal calls for WindowsIdentity,
27550         WindowsImpersonationContext and WindowsPrincipal.
27552 2004-04-13  Gert Driesen (drieseng@users.sourceforge.net)
27554         * class.c: Added comment to ensure the System.MonoDummy class
27555         is removed when no longer necessary
27557 2004-04-13  Miguel de Icaza  <miguel@ximian.com>
27559         * appdomain.c: Pass arguments to the bootstraping exceptions to
27560         minimize JITed methods at boot
27562         * metadata.c (mono_exception_from_name_two_strings): Allow for the
27563         second string to be null.
27565         * icall.c (ves_icall_System_Text_Encoding_InternalCodePage):
27566         Change the protocol to minimize the JIT methods at startup.  Now
27567         it Returns the internal codepage, if the value of "int_code_page"
27568         is 1 at entry, and we can not compute a suitable code page
27569         number, returns the code page as a string.
27571 2004-04-13  Jackson Harper  <jackson@ximian.com>
27573         * culture-info-tables.h: Fix number of decimal digits for all
27574         english locales.
27576 2004-04-13  Jackson Harper  <jackson@ximian.com>
27578         * icall.c: Clairfy out of sync error message. It is not always
27579         your corlib that is out of sync.
27581 2004-04-13  Zoltan Varga  <vargaz@freemail.hu>
27583         * icall.c (ves_icall_Type_GetPropertiesByName): Avoid duplicate
27584         properties when only the set accessor is overriden. Fixes #55874.
27586 2004-04-09  Zoltan Varga  <vargaz@freemail.hu>
27588         * assembly.c (mono_assembly_load_references): Make this thread safe.
27589         Fixes #56327.
27591 2004-04-08  Zoltan Varga  <vargaz@freemail.hu>
27593         * monosn.c: Add missing initialization calls.
27595 2004-04-08  Bernie Solomon  <bernard@ugsolutions.com>
27597         * locales.c:
27598         ves_icall_System_Globalization_CultureInfo_construct_number_format
27599         Fix g_assert so it compiles on fussier compilers re int/ptr
27600         mismatch
27602 2004-04-08  Dick Porter  <dick@ximian.com>
27604         * socket-io.h:
27605         * socket-io.c: Don't set SO_REUSEADDR on windows.  Fixes bug
27606         53992.  Also rearrange the code so that the internal calls return
27607         an error value and exceptions are thrown from managed code.
27609         * icall.c: Add type info to the socket icalls.
27611 2004-04-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27613         * object.h: synchronize MonoCompareInfo with CompareInfo class. Someone
27614         owes me a beer.
27616 2004-04-07  Martin Baulig  <martin@ximian.com>
27618         * class.c (mono_class_from_generic_parameter): Don't default
27619         `klass->parent' to `mono_defaults.object_type'.
27621 2004-04-07  Martin Baulig  <martin@ximian.com>
27623         * reflection.c (mono_reflection_initialize_generic_parameter): Set
27624         `param->pklass->reflection_info'.       
27626 2004-04-07  Jackson Harper  <jackson@ximian.com>
27628         * culture-info-tables.h: Fix date separator symbol.
27629         
27630 2004-04-07  Martin Baulig  <martin@ximian.com>
27632         * icall.c (ves_icall_Type_GetGenericArguments): Moved this icall
27633         from System.Type to System.MonoType.
27635 2004-04-07  Martin Baulig  <martin@ximian.com>
27637         * reflection.h
27638         (MonoReflectionGenericParam): Added `has_reference_type' and
27639         `has_value_type' fields.
27641         * reflection.c (mono_image_get_generic_param_info): Encode the
27642         correct flags if we have the `class' or `struct' constraint.
27644 2004-04-07  Martin Baulig  <martin@ximian.com>
27646         * reflection.h
27647         (MonoReflectionGenericParam): Added `MonoBoolean has_ctor_constraint'.
27649 2004-04-07  Jackson Harper  <jackson@ximian.com>
27651         * appdomain.c: Revert extra patches, just wanted to bump the
27652         version number.
27653         
27654 2004-04-07  Jackson Harper  <jackson@ximian.com>
27656         * Makefile.am: Add culture-info private headers.
27657         * icall.c: Add new icalls for contructing locales.
27658         * locales.c: Construct CultureInfo objects from lookup tables instead of using ICU.
27659         * locales.h: Declare new culture info construction methods.
27660         * object.h: Add new fields used to avoid the CultureMap to
27661         MonoCultureInfo.
27662         * culture-info.h: Definition of structs used in the culture info
27663         tables.
27664         * culture-info-tables.h: Autogenerated tables that contain culture
27665         info data. This file was generated with the locale-builder tool.
27666         * appdomain.c: Incement corlib version number.
27667         
27668 2004-04-07  Bernie Solomon  <bernard@ugsolutions.com>
27670         * appdomain.c: (mono_runtime_init) move mono_thread_init
27671         to before mono_object_new calls so critical sections
27672         are initialized before use.
27674 2004-04-07  Martin Baulig  <martin@ximian.com>
27676         * icall.c
27677         (ves_icall_TypeBuilder_define_generic_parameter): Removed.
27678         (ves_icall_MethodBuilder_define_generic_parameter): Removed.
27679         (ves_icall_MonoGenericParam_initialize): Removed.
27680         (monogenericparam_icalls): Removed.
27681         (generictypeparambuilder_icalls): Added new table for
27682         System.Reflection.Emit.GenericTypeParameterBuilder.
27684         * reflection.c
27685         (mono_reflection_define_generic_parameter): Removed.
27686         (mono_reflection_initialize_generic_parameter): This is now called
27687         from GenericTypeParameterBuilder's .ctor.
27689 2004-04-06  Martin Baulig  <martin@ximian.com>
27691         * class.c (mono_class_init): Don't inflate nested classes in a
27692         generic instance.
27693         (mono_type_get_name_recurse): Include the generic arguments for
27694         generic instances and generic type declarations.
27695         (inflate_generic_type): Correctly inflate MONO_TYPE_SZARRAY.
27696         (_mono_class_get_instantiation_name): Removed.
27697         (mono_class_create_generic): Always use `gklass->name' as our name.
27699         * class.h (MonoGenericInst): Removed `nested_in', and `nested'.
27701         * icall.c (ves_icall_MonoGenericInst_GetDeclaringType): Removed.
27702         (ves_icall_MonoGenericInst_GetNestedTypes): Removed.
27703         (ves_icall_MonoMethod_GetGenericParameters): Renamed to
27704         ves_icall_MonoMethod_GetGenericArguments() and correctly handle
27705         closed generic methods here.
27707         * reflection.c
27708         (mono_reflection_generic_inst_get_nested_types): Removed.
27709         (inflate_mono_method): Copy the generic parameters from the
27710         MonoMethodHeader into out MonoGenericMethod.
27712 2004-04-06  Martin Baulig  <martin@ximian.com>
27714         * row-indexes.h
27715         (MONO_GENERICPARAM_DEPRECATED_CONSTRAINT): Removed.
27717         * metadata.c (GenericParamSchema): Removed "DeprecatedConstraint".
27719         * reflection.c (build_compressed_metadata): If we have any entries
27720         in the GenericParam, MethodSpec or GenericParamConstraint tables,
27721         set the header version to 1.1.
27723 2004-04-06  Martin Baulig  <martin@ximian.com>
27725         * class.c (mono_class_init): If we're a generic instance,
27726         initialize our nested classes, too.
27727         (_mono_class_get_instantiation_name): Deal with the new `!%d'
27728         suffix. 
27730 2004-04-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27732         * process.c: quote the argument passed to the shell on windows.
27734 2004-04-05  Zoltan Varga  <vargaz@freemail.hu>
27736         * threads.c (mono_alloc_special_static_data): Allow this to be
27737         called during startup.
27739 2004-04-02  Martin Baulig  <martin@ximian.com>
27741         * icall.c
27742         (ves_icall_MonoGenericInst_GetDeclaringType): New icall.
27744 2004-04-02  Zoltan Varga  <vargaz@freemail.hu>
27746         * icall.c: Fix build.
27748 2004-04-02  Sebastien Pouliot  <sebastien@ximian.com>
27750         * Makefile.am: Added security.c|h.
27751         * icall.c: Added icall for get_UserName;
27752         * security.c: New file for security related icalls. Added function
27753         get_UserName for System.Environment (fix #56144).
27754         * security.h: New. Header file for security.c
27756 2004-04-02  Dick Porter  <dick@ximian.com>
27758         * icall.c: Deleted the icalls that were obsoleted some time ago
27759         by the ICU string code, and which were mixed into the icall
27760         rearranging.  Fixes bug 55969.
27762         * string-icalls.h: 
27763         * string-icalls.c: Deleted the code that those icalls reference.
27765 2004-04-01  Martin Baulig  <martin@ximian.com>
27767         * metadata.h (MONO_CLASS_IS_INTERFACE): New macro.
27769         * class.c (mono_class_from_generic_parameter): Don't set 
27770         TYPE_ATTRIBUTE_INTERFACE.
27771         (my_mono_class_from_generic_parameter): Likewise.
27773 2004-04-01  Martin Baulig  <martin@ximian.com>
27775         * loader.c (find_method): Added an optional `MonoClass *ic'
27776         argument to search in a specific interface.
27777         (mono_get_method_constrained): New public function.
27779 2004-04-01  Martin Baulig  <martin@ximian.com>
27781         * reflection.c (mono_image_get_generic_field_token): Use the
27782         `handleref' cache here.
27784 2004-04-01  Martin Baulig  <martin@ximian.com>
27786         * reflection.h (MonoDynamicImage): Added `GHashTable *typespec'.
27788         * reflection.c (create_generic_typespec): Use the `typespec' hash
27789         here, not the `typeref' one.    
27791 2004-04-01  Martin Baulig  <martin@ximian.com>
27793         * class.c (mono_class_inflate_generic_type): Moved the
27794         functionality into a new static inflate_generic_type() which
27795         returns NULL if it didn't do anything.  Only increment the
27796         `mono_stats.inflated_type_count' if we actually inflated
27797         something.
27798         (mono_class_get_full): Check the classes type to see whether we
27799         need to inflate it; also inflate MONO_TYPE_(M)VAR.
27801 2004-04-01  Jackson Harper  <jackson@ximian.com>
27803         * reflection.c: Set culture for assembly references.
27804         
27805 2004-04-01 Ben Maurer  <bmaurer@users.sourceforge.net>
27807         * reflection.[ch], icall.[ch], Fix support for pinning variables.
27809 2004-04-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27811         * assembly.c:
27812         (do_mono_assembly_open): the critical section also covers
27813         mono_image_open and mono_image_open_from_data. Fixes bug #56327.
27815 2004-03-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27817         * threads.c:
27818         (mono_manage_threads): abort the background threads when finishing.
27819         Fixes bug #47232.
27821 2004-03-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27823         * gc.c: only close the done_event handle if there was no timeout.
27824         C-ified comments.
27826 2004-03-30  Martin Baulig  <martin@ximian.com>
27828         * icall.c (icall_entries): It's called "System.Activator", not
27829         "System.Activation".    
27831 2004-03-30  Martin Baulig  <martin@ximian.com>
27833         * class.c (mono_ldtoken): Added `MonoGenericContext *' argument.
27834         (mono_class_create_from_typespec): Likewise.
27836 2004-03-30  Martin Baulig  <martin@ximian.com>
27838         * reflection.h (MonoReflectionGenericParam): Use MonoBoolean for
27839         `has_ctor_constraint' and `initialized'.
27841 2004-03-30  Martin Baulig  <martin@ximian.com>
27843         * reflection.c (encode_new_constraint): New static function to add
27844         the constructor constraint attribute to a type parameter.
27845         (encode_constraints): Call encode_new_constraint() if necessary.
27847         * reflection.h
27848         (MonoReflectionGenericParam): Added `guint32 has_ctor_constraint'.
27850         * row-indexes.h: Added CUSTOM_ATTR_GENERICPAR.
27851         
27852 2004-03-29 Ben Maurer  <bmaurer@users.sourceforge.net>
27854         * reflection.c, icall.c: add support for pinning variables. 
27856 2004-03-29  Bernie Solomon  <bernard@ugsolutions.com>
27858         * marshal.c (mono_marshal_get_managed_wrapper):
27859         init bool local with zero rather than null.
27861 2004-03-29  Martin Baulig  <martin@ximian.com>
27863         * icall.c (ves_icall_MonoMethod_get_HasGenericParameters): Show
27864         the "official" behavior here.
27865         (ves_icall_MonoMethod_get_Mono_IsInflatedMethod): New interncall.
27867 2004-03-29  Martin Baulig  <martin@ximian.com>
27869         * icall.c: Reflect latest API changes.
27871 2004-03-29  Martin Baulig  <martin@ximian.com>
27873         * loader.c (mono_get_method_from_token): Also call
27874         mono_metadata_load_generic_params () for abstract and interface
27875         methods; replace the type arguments in the method signature with
27876         the ones which are loaded from the metadata.
27878 2004-03-29  Lluis Sanchez Gual  <lluis@ximian.com>
27880         * monitor.c: In mono_monitor_exit(), don't throw an exception if the owner
27881         of the lock is not the current thread. MS.NET don't do it, in spite of
27882         what the documentation says. See bug #56157.
27884 2004-03-28  Martin Baulig  <martin@ximian.com>
27886         * class.c (mono_class_init): Don't call init_properties() and
27887         init_events() for generic instances; set `prop->parent' when
27888         inflating properties.
27890         * reflection.c (mono_generic_inst_get_object): Call
27891         `mono_class_init (ginst->klass)'.
27892         (mono_type_get_object): Only create a MonoGenericInst if your
27893         generic type is a TypeBuilder.
27894         (do_mono_reflection_bind_generic_parameters): Only set
27895         `ginst->is_dynamic' if our generic type is a TypeBuilder.
27897 2004-03-28  Zoltan Varga  <vargaz@freemail.hu>
27899         * appdomain.c (unload_thread_main): Do not clear proxy_vtable_hash.
27900         Fixes #56091.
27902 2004-03-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27904         * icall.c: added Kill_internal icall.
27905         * process.[ch]: added Kill_internal icall.
27907 2004-03-25  Martin Baulig  <martin@ximian.com>
27909         * class.h (MonoStats): Added `generic_instance_count',
27910         `inflated_method_count', `inflated_type_count' and
27911         `generics_metadata_size'.       
27913 2004-03-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27915         * reflection.c: no warnings now.
27917 2004-03-25  Martin Baulig  <martin@ximian.com>
27919         * class.c (mono_class_get_full): New public function; does a
27920         mono_class_get(), but also takes a `MonoGenericContext *'.
27922         * loader.c (mono_field_from_memberref): Renamed to
27923         `field_from_memberref', made static and added `MonoGenericContext *'
27924         argument.
27925         (mono_field_from_token): Added `MonoGenericInst *' argument.
27926         (method_from_memberef): Likewise.
27927         (mono_get_method_from_token): Likewise.
27928         (mono_get_method_full): New public function; does a
27929         mono_get_method(), but also takes a `MonoGenericContext *'.
27931         * verify.c (mono_method_verify): Get the method's generic context
27932         and pass it to mono_field_from_token(), mono_get_method_full() and
27933         mono_class_get_full().
27935 2004-03-25  Martin Baulig  <martin@ximian.com>
27937         * class.c (mono_class_inflate_generic_type): Take a
27938         `MonoGenericContext *' instead of a `MonoGenericInst *' and a
27939         `MonoGenericMethod *'.
27941 2004-03-25  Martin Baulig  <martin@ximian.com>
27943         * loader.h (MonoMethodInflated): Store the MonoGenericContext
27944         instead of the MonoGenericMethod here.
27946 2004-03-25  Martin Baulig  <martin@ximian.com>
27948         * class.h (MonoGenericInst): Added `MonoGenericContext *context';
27949         each time we create a new MonoGenericInst, we also create a new
27950         context which points back to us.
27952         * class.c (inflate_method): Use `ginst->context' instead of
27953         creating a new context.
27955         * loader.c (method_from_memberref): Use
27956         `klass->generic_inst->context' instead of creating a new context.
27958 2004-03-25  Martin Baulig  <martin@ximian.com>
27960         * class.h (MonoGenericContext): New struct.
27961         (MonoGenericMethod): Removed `generic_inst'.
27963         * class.c (mono_class_inflate_generic_method): Take a
27964         `MonoGenericContext *' instead of a `MonoGenericMethod *'.
27966 2004-03-25  Martin Baulig  <martin@ximian.com>
27968         * loader.h (MonoMethodInflated): New typedef.
27970         * metadata.h (MonoMethodSignature): Removed `gen_method', make
27971         `generic_param_count' consume just 30 bits, added `is_inflated'
27972         and `has_type_parameters' flags (one bit each).
27974         * class.c (mono_class_inflate_generic_method): Create a
27975         MonoMethodInflated instead of a MonoMethodNormal and set
27976         `is_inflated' in the method signature.
27978         * class.h (MonoGenericMethod): Removed `generic_method'.
27980 2004-03-25  Lluis Sanchez Gual  <lluis@ximian.com>
27982         * image.c: Make sure the name of a MonoImage is always an absolute path.
27983           This fixes bug #54415.
27985 2004-03-24  Martin Baulig  <martin@ximian.com>
27987         * class.c (mono_class_setup_vtable): If we're a generic instance,
27988         use our generic type's vtable size.
27990 2004-03-24  Zoltan Varga  <vargaz@freemail.hu>
27992         * appdomain.c (ves_icall_System_AppDomain_InternalUnload): Add
27993         MONO_NO_UNLOAD env var as a temporary workaround for unloading 
27994         problems.
27996 2004-03-23  Martin Baulig  <martin@ximian.com>
27998         * class.h (MonoDynamicGenericInst): Added `int count_events' and
27999         `MonoEvent *events'.
28001         * icall.c (ves_icall_MonoGenericInst_GetEvents): New interncall.
28002         (typebuilder_icalls): Added "get_event_info"; calls
28003         mono_reflection_event_builder_get_event_info(). 
28005         * reflection.c (mono_reflection_generic_inst_initialize): Added
28006         `MonoArray *events'.
28007         (mono_reflection_event_builder_get_event_info): New function.
28009 2004-03-23  Bernie Solomon  <bernard@ugsolutions.com>
28011         * object.h: add mono_type_initialization_init
28013         * object.c (mono_runtime_class_init): 
28014         implement class constructor synchronization rules
28015         to cope with threading issues.  
28016         add mono_type_initialization_init
28018         * appdomain.c (mono_runtime_init): call 
28019         mono_type_initialization_init
28021         * class.h: removing initializing field from MonoVTable
28023 2004-03-23  Martin Baulig  <martin@ximian.com>
28025         * class.c (my_mono_class_from_generic_parameter): Use
28026         `param->name' if it's not NULL. 
28028 2004-03-22 Ben Maurer  <bmaurer@users.sourceforge.net>
28030         * class.c: do not insert non-virtual methods in the vtable.
28031         * icall.c, mono-debug-debugger.c, object.c: if method->slot == -1,
28032         that means the method is non-virtual. This never would have
28033         happened before.
28035 2004-03-22  Lluis Sanchez Gual  <lluis@ximian.com>
28037         * profiler.c: Added lock for accessing coverage_hash.
28039 2004-03-22  Martin Baulig  <martin@ximian.com>
28041         * icall.c (ves_icall_MethodInfo_get_IsGenericMethod): Use
28042         `method->method->signature->generic_param_count != 0' to make it
28043         work for interface methods.
28045 2004-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28047         * process.c: quote the string passed to the shell using g_shell_quote.
28049 2004-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28051         * threads.c:
28052         (mono_threads_manage): don't remove the finalizer thread and self
28053         from the threads hash table so that mono_thread_manage can be called
28054         more than once.
28056 2004-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28058         * process.c: quote the arguments when UseShellExecute is true. Fixes
28059         bug #55790.
28061 2004-03-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28063         * threads.c: set mono_thread_detach as a cleanup routine for every
28064         thread. This way it's always executed upon thread termination, either
28065         aborted or finished normally. No more xsp hangs!
28067 2004-03-17  Martin Baulig  <martin@ximian.com>
28069         * class.h (MonoGenericInst): Replaced the `GList *nested' with an
28070         `int count_nested' and a `MonoType **nested'.
28072         * reflection.c (mono_reflection_bind_generic_parameters): Moved
28073         most of the functionality into a new static
28074         do_mono_reflection_bind_generic_parameters() and don't take a
28075         `MonoType *nested_in' argument any more.  Don't compute nested
28076         types here.
28077         (mono_reflection_generic_inst_get_nested_types): New public method
28078         to get nested types.
28080         * class.c (mono_class_create_generic): Set `klass->nested_in' if
28081         we're a nested class.
28083         * icall.c (ves_icall_MonoGenericInst_GetNestedTypes): Call
28084         mono_reflection_generic_inst_get_nested_types() to compute the
28085         nested types.
28087 2004-03-17  Zoltan Varga  <vargaz@freemail.hu>
28089         * threads.c (ves_icall_System_Threading_Thread_Abort): Add a more
28090         descriptive error message under windows.
28091         
28092 2004-03-17  Martin Baulig  <martin@ximian.com>
28094         * class.c (dup_type): Added `const MonoType *original' argument;
28095         copy the attrs from the original type.
28097 2004-03-17  Martin Baulig  <martin@ximian.com>
28099         * metadata.c (do_mono_metadata_parse_generic_inst): Use the
28100         `m->generic_inst_cache' here.
28102 2004-03-17  Zoltan Varga  <vargaz@freemail.hu>
28104         * exception.h exception.c: Add stack_overflow_exception.
28106 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28108         * threadpool.c:
28109         (overlapped_callback): call SetEvent *after* invoking the callback.
28110         No need to call CloseHandle.
28112 2004-03-16  Martin Baulig  <martin@ximian.com>
28114         * reflection.c (mono_image_get_fieldref_token): Take a
28115         `MonoReflectionField *' instead of a `MonoClassField *' and a
28116         `MonoClass *'; store the `MonoReflectionField *' in the hash.
28118 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28120         * appdomain.c: don't add the culture to the filename we're looking for
28121         if it's neutral or NULL. Fixes bug #53788. Removed redundant memset.
28123 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28125         * locales.c: don't ignore symbols when doing case insensitive compares.
28126         Thanks Dick! Fixes bug #54046.
28128         * threads.c: surround 'threads' usage with enter/leave in
28129         mono_thread_manage.
28131 2004-03-16  Zoltan Varga  <vargaz@freemail.hu>
28133         * marshal.c (mono_marshal_get_native_wrapper): Char arrays are 
28134         implicitly marshalled as [Out]. Fixes #55450.
28136         (mono_marshal_get_runtime_invoke): Zero out the result if there is
28137         an exception.
28139 2004-03-16  Martin Baulig  <martin@ximian.com>
28141         * class.c (mono_class_from_generic_parameter): Use the actual
28142         parameter name. 
28144 2004-03-16  Martin Baulig  <martin@ximian.com>
28146         * reflection.c (type_get_signature_size): New static function.
28147         Compues the size of the type in a method signature.
28148         (method_get_signature_size): New static function; calls
28149         type_get_signature_size() to compute the actual size of the
28150         method's signature.
28151         (method_encode_signature): Use method_get_signature_size() to get
28152         the signature's size rather than using `nparams * 10'.
28154 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28156         * file-io.h: define here WapiOverlapped on windows. I don't want the
28157         regular OVERLAPPED one.
28159         * file-io.c:
28160         * threadpool.c: somehow, BindIoCompletionCallback is not found.
28161         Disabling AIO on windows.
28163 2004-03-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28165         * marshal.c: Marshal.SizeOf throws an exception for AutoLayout. Fixes
28166         bug #55385.
28168 2004-03-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28170         * appdomain.c: upgraded corlib version.
28172         * file-io.c: implemented new icalls: GetSupportsAIO, BeginRead
28173         and BeginWrite. Allow opening files for asynchrnous operations.
28175         * file-io.h: new struct that maps FileStreamAsyncResult.
28176         * icall.c: added new icalls.
28177         * process.[ch]: support setting child process environment variables
28178         and use the SHELL or COMSPEC when UseShellExecute is true.
28180         * threadpool.[ch]: fixed warnings, moved ThreadPool icalls here. The
28181         callback for async. IO is here and also BindHandle.
28183         * threads.[ch]: added mono_thread_detach and removed ThreadPool icalls
28184         from here.
28186 2004-03-14  Zoltan Varga  <vargaz@freemail.hu>
28188         * reflection.c (create_custom_attr): Allow len == 0.
28190         * object.c (mono_class_compute_gc_descriptor): Fix descriptor
28191         computation on big-endian machines.
28193 2004-03-13  Martin Baulig  <martin@ximian.com>
28195         * class.h (MonoGenericInst): Added `int count_ifaces'.
28197         * iclass.c (ves_icall_MonoGenericInst_GetInterfaces): Use
28198         `ginst->count_ifaces' instead `klass->interface_count' since we
28199         may get called before the vtable is created.
28201         * loader.c (mono_method_get_param_names): If we're a generic
28202         instance, return and don't initialize the class.
28204         * reflection.c (mono_reflection_setup_generic_class): Don't call
28205         ensure_runtime_vtable().
28206         (mono_reflection_bind_generic_parameters): Set
28207         `ginst->count_ifaces'.
28209 2004-03-11  Jackson Harper <jackson@ximian.com>
28211         * icall.c:
28212         * unicode.c:
28213         * unicode.h: Remove unused System.Char icalls.
28214         
28215 2004-03-11  Miguel de Icaza  <miguel@ximian.com>
28217         * loader.c (mono_lookup_pinvoke_call): Call the Windows.Forms init
28218         code when we P/Invoke the first library in Windows.Forms, instead
28219         of when we first open the assembly.
28221         * assembly.c: Drop the lookup from here.
28223 2004-03-10  Martin Baulig  <martin@ximian.com>
28225         * reflection.c (mono_reflection_get_custom_attrs): Use the correct
28226         class for properties, fields and events.  Finally fixes #54945.
28228 2004-03-10  Martin Baulig  <martin@ximian.com>
28230         * metadata.c (mono_metadata_class_equal): New static function;
28231         checks whether two generic instances or two generic parameters are
28232         equal.
28233         (mono_metadata_type_equal): Use mono_metadata_class_equal() to
28234         compare classes.        
28236 2004-03-10  Martin Baulig  <martin@ximian.com>
28238         * class.h (MonoGenericMethod): Added `gpointer reflection_info'.
28240         * reflection.c (inflate_mono_method): Added `MonoObject *obj'
28241         argument and write it into the `reflection_info' field.
28243         * icall.c
28244         (ves_icall_MethodBase_GetGenericMethodDefinition): New interncall.
28245         (ves_icall_MethodBase_get_HasGenericParameters): New interncall.
28247 2004-03-09  Jackson Harper  <jackson@ximian.com>
28249         * char-conversions.h: use 8 bits for numeric data its all we need
28250         * icall.c: numeric data is only 8 bits now.
28252 2004-03-09  Martin Baulig  <martin@ximian.com>
28254         * class.h (MonoProperty, MonoEvent): Added `MonoClass *parent'.
28256         * class.c (init_properties, init_events): Initialize the new
28257         `parent' field.
28259         * reflection.c (typebuilder_setup_properties): Likewise.
28260         (typebuilder_setup_events): Likewise.
28262         * reflection.h (MonoEventInfo): Replaced `parent with
28263         `declaring_type' and `reflected_type'.
28265         * icall.c (ves_icall_get_property_info): Distinguish between
28266         declaring and reflected type.
28267         (ves_icall_get_event_info): Likewise.
28269 2004-03-09  Martin Baulig  <martin@ximian.com>
28271         * icall.c (ves_icall_Type_GetTypeCode): Added MONO_TYPE_GENERICINST.
28272         (ves_icall_Type_GetField): Correctly set field->klass.
28274 2004-03-09  Zoltan Varga  <vargaz@freemail.hu>
28276         * loader.h: Fix warning.
28278 2004-03-08  Miguel de Icaza  <miguel@ximian.com>
28280         *  loader.c, loader.h (mono_loader_wine_init): Loads the Wine/Lib
28281         library routine if present.  Notice that it will still continue
28282         executing even if its missing, for those working on the Gtk#
28283         edition of Windows.Forms.
28285         * assembly.c (do_mono_assembly_open): If loading the
28286         System.Windows.Forms call mono_loader_wini_init.
28288 2004-03-04  Lluis Sanchez Gual  <lluis@ximian.com>
28290         * class.h: Added MonoRemoteClass struct.
28291         * domain.c: Changed hash function for proxy_vtable_hash. It now uses a
28292         function for MonoStrings.
28293         * icall.c: In GetTransparentProxy, assign a MonoRemoteClass to the proxy.
28294         Added internal call for getting the proxy type.
28295         * marshal.c: Get the type of transparent proxies from its remote_class.
28296         Added methods that generate the IL for type checks and casts:
28297         mono_marshal_get_isinst, mono_marshal_get_castclass, 
28298         mono_marshal_get_proxy_cancast.
28299         * marshal.h: Declaration of the previous new methods.
28300         * object.c: Added new moethods for creating and updating MonoRemoteClass
28301         instances: mono_remote_class, mono_upgrade_remote_class, 
28302         * object.h: Added MonoRemoteClass reference in MonoTransparentProxy.
28303         * verify.c: FIx transparent_proxy_fields layout.
28304         * appdomain.c: Bump corlib version.
28306 2004-03-04  Jackson Harper  <jackson@ximian.com>
28308         * icall.c: Add icall to access char conversion tables.
28309         * char-conversions.h: Character conversion tables.
28310         * Makefile.am: Add char-conversions.h private header file.
28311         
28312 2004-03-04  Zoltan Varga  <vargaz@freemail.hu>
28314         * appdomain.c (unload_thread_main): Increase unloading timeout to
28315         10 sec as a temporary workaround for Nant problems.
28317 2004-02-29  Zoltan Varga  <vargaz@freemail.hu>
28319         * gc.c: Add checks for GC_enable and GC_disable.
28321         * string-icalls.c locales.c: Applied patch from Jaroslaw Kowalski
28322         (jaak@zd.com.pl). Fix memory corruption in String.Replace 
28323         (bug #54988).
28324         
28325 2004-02-27  Martin Baulig  <martin@ximian.com>
28327         * reflection.c (mono_reflection_bind_generic_parameters): Take a
28328         `MonoReflectionType *' instead of a `MonoType *'.
28330 2004-02-26  Zoltan Varga  <vargaz@freemail.hu>
28332         * gc.c (run_finalize): Avoid finalizing the object representing the
28333         finalizer thread.
28334         (finalizer_thread): Fix warning.
28336 2004-02-25  Martin Baulig  <martin@ximian.com>
28338         * class.c (_mono_class_get_instantiation_name): Added `int offset'
28339         argument for nested types.
28340         (mono_class_create_generic): Added support for nested generictypes.
28342         * class.h (MonoGenericInst): Added `MonoType *nested_in' and
28343         `GList *nested'.
28345         * icall.c (ves_icall_MonoGenericInst_GetNestedTypes): New icall.
28347         * reflection.c (method_encode_signature): Increase the minimum
28348         value of `size' from 10 to 11.
28349         (mono_reflection_bind_generic_parameters): Take `int type_argc'
28350         and `MonoType **types' arguments instead of the `MonoArray
28351         *types'; added `MonoType *nested_in'.  Recursively instantiate
28352         nested classes. 
28354 2004-02-23  Zoltan Varga  <vargaz@freemail.hu>
28356         * appdomain.h (MonoDomain): Add preallocated null_reference_ex and 
28357         stack_overflow_ex members which are used by exception handling.
28359         * appdomain.c (mono_runtime_init): Initialize the new members.
28361         * gc.c (mono_gc_enable): New helper function.
28362         * gc.c (mono_gc_disable): New helper function.
28364 2004-02-23  Martin Baulig  <martin@ximian.com>
28366         * icall.c: I must have been really stupid - make it actually work
28367         this time ;-)
28369 2004-02-23  Martin Baulig  <martin@ximian.com>
28371         * loader.c (method_from_memberref): Only inflate the method if
28372         it's in another klass.
28374 2004-02-23  Martin Baulig  <martin@ximian.com>
28376         * class.c (mono_class_inflate_generic_type): Fixed two bugs.
28377         (mono_class_init): If we're a generic instance and an interface,
28378         compute `class->interface_id'; also create `class->interfaces'
28379         here and inflate them.
28381         * metadata.c (do_mono_metadata_parse_generic_inst): Compute
28382         `ginst->is_open'.
28383         (mono_type_stack_size): Fix for MONO_TYPE_GENERICINST.
28385         * reflection.c (mono_image_create_token): Allow "MonoGenericInst".
28387 2004-02-15  Miguel de Icaza  <miguel@ximian.com>
28389         * reflection.c (method_encode_code): Improved the error message
28390         generated by the exception.
28392 2004-02-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28394         * icall.c: Martin did not do what he said in the ChangeLog for
28395         2004-02-18, but put back the changes for properties and events.
28396         Commenting those changes out again and adding comment to bug #54518.
28397         
28398         * process.c: removed warning.
28400 2004-02-20  Zoltan Varga  <vargaz@freemail.hu>
28402         * marshal.c (emit_struct_conv): Print an error message instead of
28403         asserting when a type does not have the StructLayout attribute.
28405 2004-02-20  Martin Baulig  <martin@ximian.com>
28407         * reflection.c (mono_type_get_object): Also use the cache for
28408         generic instances.
28409         (mono_reflection_bind_generic_parameters): Always compute
28410         `ginst->ifaces'.        
28412 2004-02-20  Martin Baulig  <martin@ximian.com>
28414         * class.h (MonoGenericMethod): Removed `klass'.
28416         * class.c (mono_class_inflate_generic_method): Added `MonoClass
28417         *klass' argument.
28419 2004-02-20  Martin Baulig  <martin@ximian.com>
28421         * reflection.c (method_encode_methodspec): Actually use the
28422         uninflated signature for the memberref.
28424 2004-02-20  Martin Baulig  <martin@ximian.com>
28426         * class.h (MonoGenericMethod): Removed `declaring'.
28428         * class.c (mono_class_inflate_generic_method): If `gmethod->klass'
28429         is NULL, compute it here.
28431 2004-02-20  Martin Baulig  <martin@ximian.com>
28433         * image.h (MonoImage): Added `GHashTable *generic_inst_cache'.
28435         * metadata.c (mono_metadata_generic_inst_hash): New method.
28436         (mono_metadata_generic_inst_equal): New method.
28438         * reflection.c (mono_reflection_bind_generic_parameters): Use the
28439         `klass->image->generic_inst_cache' cache to avoid creating
28440         duplicate MonoGenericInst's.
28442         * class.c (mono_class_inflate_generic_type): Use the cache.
28444 Thu Feb 19 19:39:09 CET 2004 Paolo Molaro <lupus@ximian.com>
28446         * object.c: fixed gc descriptor calculation for embedded valuetypes.
28448 2004-02-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28450         * icall.c: added Socket.WSAIoctl icall.
28452         * socket-io.[ch]: implemented
28453         ves_icall_System_Net_Sockets_Socket_WSAIoctl.
28455 2004-02-19  Atsushi Enomoto  <atsushi@ximian.com>
28457         * icall.c: removed IsDigit, IsSeparator, IsWhiteSpace from char_icalls.
28459 2004-02-18  Urs C Muff  <umuff@quark.com>
28461         * debug-mono-symfile.c, mono-debug-debugger.c, mono-debug.c: Make
28462         this work on PPC and other big-endian architectures.
28464         * debug-mono-symfile.h: Prepended the names of all the `guint32'
28465         fields with an underscore to make sure they're only accessed by
28466         the read32() macro.
28468 2004-02-18  Martin Baulig  <martin@ximian.com>
28470         * icall.c: Put the klass->refclass changes back for methods and
28471         fields, but not for properties and events.  We're currently not
28472         distinguishing between DeclaringType and ReflectedType for
28473         properties and events, that's what caused the regressions.
28475 2004-02-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28477         * object.c:
28478         (mono_async_result_new): the handle can be NULL.
28480         * threadpool.c: Use an event instead of a semaphore, don't initialize
28481         it until needed. This saves quite a few semaphores from being created
28482         when using the threadpool.
28484 2004-02-18  Zoltan Varga  <vargaz@freemail.hu>
28486         * object.c (mono_string_is_interned_lookup): Fix interning of long
28487         strings. Fixes #54473.
28489         * domain.c (ldstr_equal): Optimize if the two strings are equal.
28491         * icall.c: Revert the klass->refclass changes since they introduce
28492         regressions (bug #54518).
28494 2004-02-18  Martin Baulig  <martin@ximian.com>
28496         * class.c (mono_class_init): If we're a generic instance and don't
28497         come from a TypeBuilder, inflate our members here.
28498         (mono_class_from_generic): Removed; just use `ginst->klass' instead.
28499         (mono_class_create_generic): New public method.
28500         (mono_class_initialize_generic): Removed.
28501         (get_instantiation_name): Renamed to
28502         _mono_class_get_instantiation_name() and made it public.
28504 2004-02-18  Martin Baulig  <martin@ximian.com>
28506         * class.c (mono_class_inflate_generic_type): Clear the new
28507         instance's `nginst->klass' when inflating a generic instance.
28508         (mono_class_is_subclass_of): Added (basic) support for generic
28509         instances.
28511 Tue Feb 17 21:40:16 CET 2004 Paolo Molaro <lupus@ximian.com>
28513         * appdomain.h, domain.c: use a MonoCodeManager instead of a
28514         MonoMempool to hold compiled native code.
28516 2004-02-17  Martin Baulig  <martin@ximian.com>
28518         * class.h (MonoDynamicGenericInst): Added `count_properties' and
28519         `properties'.
28521         * reflection.c (mono_reflection_generic_inst_initialize): Added
28522         `MonoArray *properties' argument.
28524         * icall.c (ves_icall_MonoGenericInst_GetProperties): New interncall.    
28526 2004-02-17  Martin Baulig  <martin@ximian.com>
28528         * icall.c (ves_icall_Type_GetFields): Renamed to
28529         ves_icall_Type_GetFields_internal() and added a
28530         `MonoReflectionType *rtype' argument; pass it to
28531         mono_field_get_object() to set the field's "reflected" type.
28532         (ves_icall_Type_GetConstructors): Likewise.
28533         (ves_icall_Type_GetEvents): Likewise.
28534         (ves_icall_Type_GetMethodsByName): Added `MonoReflectionType *rtype'
28535         argument; pass it to mono_method_get_object() to set the method's
28536         "reflected" type.       
28538 2004-02-17  Martin Baulig  <martin@ximian.com>
28540         * class.h (MonoDynamicGenericInst): New type.
28541         (MonoGenericInst): Added `dynamic_info' and `is_dynamic' fields.
28543         * icall.c (ves_icall_MonoGenericInst_GetMethods): New interncall.
28544         (ves_icall_MonoGenericInst_GetConstructors): New interncall.
28545         (ves_icall_MonoGenericInst_GetFields): New interncall.
28547         * class.c (mono_class_from_generic): Don't call
28548         mono_class_initialize_generic() if this is a dynamic instance;
28549         ie. it's being created from a TypeBuilder.
28550         Use MONO_TYPE_GENERICINST for `class->this_arg.type' and
28551         `class->byval_arg.type'.
28553         * reflection.c (mono_reflection_inflate_method_or_ctor): Renamed
28554         to `inflate_method' and made static.
28555         (mono_reflection_inflate_field): Removed.
28556         (mono_reflection_generic_inst_initialize): New public method.
28558         * reflection.h (MonoReflectionGenericInst): Removed `methods',
28559         `ctors' and `fields'; added `initialized'.
28561 2004-02-14  Zoltan Varga  <vargaz@freemail.hu>
28563         * debug-helpers.c (mono_method_full_name): Fix output for empty
28564         namespaces.
28566 2004-02-12  Martin Baulig  <martin@ximian.com>
28568         * class.h (MonoClassField): Added `MonoType *generic_type'.
28570         * reflection.c (mono_image_get_fieldref_token): Added support for
28571         instantiated generic types.
28572         (field_encode_inflated_field): Removed.
28573         (mono_image_get_inflated_field_token): Removed.
28574         (mono_reflection_inflate_field): Return a `MonoReflectionField *'.
28576         * reflection.h (MonoReflectionInflatedField): Removed.
28578 2004-02-12  Martin Baulig  <martin@ximian.com>
28580         * metadata.h (MonoMethodHeader, MonoMethodSignature): Moved the
28581         `gen_method' field from MonoMethodHeader to MonoMethodSignature.
28583         * reflection.c (mono_image_get_methodspec_token): Take a
28584         `MonoMethod *' instead of a `MonoReflectionInflatedMethod *'.
28585         (mono_image_create_token): Check whether we have a
28586         `method->signature->gen_method' and call
28587         mono_image_get_methodspec_token() if appropriate.
28588         (inflated_method_get_object): Removed.
28589         (mono_reflection_bind_generic_method_parameters): Return a
28590         `MonoReflectionMethod *', not a `MonoReflectionInflatedMethod *'.
28591         (mono_reflection_inflate_method_or_ctor): Likewise.
28593         * reflection.h (MonoReflectionInflatedMethod): Removed.
28595 2004-02-12  Zoltan Varga  <vargaz@freemail.hu>
28597         * marshal.c (mono_marshal_get_native_wrapper): Implement proper support
28598         for custom valuetype marshalling.
28600         * icall.c (icall_entries): Diagnostic -> Diagnostics. Fixes #54261.
28602 2004-02-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28604         * icall.c: fixed WSAGetLastError_internal name.
28606 2004-02-11  Zoltan Varga  <vargaz@freemail.hu>
28608         * threads.c (mono_thread_attach): Allow this to be called multiple
28609         times for a thread.
28610         
28611         * threads.c (build_wait_tids): Do not wait for ourselves.
28613         * threads.c (mono_thread_pop_appdomain_ref): Avoid crash if the 
28614         appdomain list is empty.
28616         * marshal.c (mono_marshal_get_native_wrapper): Do not free the
28617         memory returned by mono_string_builder_to_utf16, since it points into
28618         managed memory. Thanks to Bernie Solomon for noticing this.
28620         * icall.c: Add AppDomainSetup icalls.
28622         * reflection.h (MonoReflectionMethodAux): Add 'param_cattr' field.
28624         * reflection.c (mono_custom_attrs_from_param): Add support for dynamic
28625         types.
28627         * reflection.c (reflection_methodbuilder_to_mono_method): Save
28628         custom attributes to the method_aux struct. Also fix array indexes etc.
28630         * loader.c (mono_method_get_param_names): Make dynamic case work again.
28631         
28632 Tue Feb 10 17:03:04 CET 2004 Paolo Molaro <lupus@ximian.com>
28634         * icall.c, loader.c: icall cleanup: we save quite a bit of memory
28635         (both static and runtime) and reduce startup time.
28637 2004-02-10  Zoltan Varga  <vargaz@freemail.hu>
28639         * marshal.c (mono_marshal_get_native_wrapper): Throw an exception on
28640         AsAny marshalling conversion instead of crashing.
28642         * marshal.c: Fix warnings.
28644 2004-02-09  Martin Baulig  <martin@ximian.com>
28646         * class.h (MonoGenericMethod): Added `MonoMethod *declaring'.
28648         * reflection.h (MonoReflectionInflatedMethod): Removed the
28649         `declaring' field, it's now in the unmanaged MonoGenericMethod.
28651         * reflection.c (method_encode_methodspec): Removed the `method'
28652         argument; we get it from `gmethod->declaring'.
28653         (inflated_method_get_object): Removed the `declaring' argument.
28655 2004-02-09  Martin Baulig  <martin@ximian.com>
28657         * class.h (MonoGenericMethod): New type.
28658         (MonoGenericInst): Remove `mtype_argc', `mtype_argv' and
28659         `generic_method'.
28661         * metadata.h (MonoMethodHeader): Replaced the `geninst' field with
28662         a `MonoGenericMethod *gen_method' one.
28664         * class.c (mono_class_inflate_generic_type): Take an additional
28665         `MonoGenericMethod * argument.  This is only non-NULL if we're
28666         inflating types for a generic method.   
28667         (mono_class_inflate_generic_signature): Renamed to
28668         inflate_generic_signature() and made static; take a
28669         `MonoGenericMethod *' argument instead of a `MonoGenericInst *'.
28670         (inflate_generic_header): Take a `MonoGenericMethod *' argument
28671         instead of a `MonoGenericInst *' one.
28672         (mono_class_inflate_generic_method): Likewise.
28674         * reflection.c (encode_generic_method_sig): Take a
28675         `MonoGenericMethod *' argument instead of a `MonoGenericInst *'.
28676         (method_encode_methodspec): Likewise.
28677         (inflated_method_get_object): Likewise. 
28679         * reflection.h (MonoReflectionGenericInst): Replaced the `ginst'
28680         field with a `MonoGenericMethod *gmethod' one.  
28682 2004-02-08  Bernie Solomon  <bernard@ugsolutions.com>
28684         * class.h (mono_class_has_parent): add parens to expansion
28685         so you can ! this.
28687 2004-02-08  Martin Baulig  <martin@ximian.com>
28689         * image.h (MonoImage): Removed `generics_cache'.
28691         * class.c (mono_class_from_generic): Take a `MonoGenericInst *'
28692         instead of a `MonoType *' argument; removed the `inflate_methods'
28693         argument.  Don't inflate methods here.
28695         * loader.c (find_method): If it's a generic instance, call
28696         mono_class_init() on the `sclass->generic_inst->generic_type'.
28698         * metadata.c (mono_type_size): Make this work on uninitialized
28699         generic instances; call it on the `ginst->generic_type's class.
28701         * reflection.c (mono_reflection_bind_generic_parameters): Call
28702         mono_class_from_generic() to create the `ginst->klass'.
28704 2004-02-08  Martin Baulig  <martin@ximian.com>
28706         * class.h (MonoClass): Changed type of `generic_inst' from
28707         `MonoType *' to `MonoGenericInst *'.
28709 2004-02-08  Martin Baulig  <martin@ximian.com>
28711         * icall.c (ves_icall_Type_BindGenericParameters): Just call
28712         mono_type_get_object(), this is now creating a `MonoGenericInst'
28713         for MONO_TYPE_GENERICINST.
28714         (ves_icall_MonoGenericInst_GetParentType): Likewise.
28715         (ves_icall_MonoGenericInst_GetInterfaces): Likewise.
28717         * reflection.c (mono_type_get_object): Return a `MonoGenericInst'
28718         instead instead of a `MonoType' for MONO_TYPE_GENERICINST.
28719         (inflated_method_get_object): Added `MonoClass *refclass' argument.
28720         (mono_reflection_inflate_method_or_ctor): Correctly set declaring
28721         and reflected type.
28723         * reflection.h (MonoReflectionInflatedMethod): Removed
28724         `declaring_type' and `reflected_type'.
28726 2004-02-08  Martin Baulig  <martin@ximian.com>
28728         * class.h (MonoGenericInst): Added `MonoType *parent' and
28729         `MonoType **ifaces'.
28731         * reflection.h (MonoReflectionGenericInst): Removed `klass',
28732         `parent' and `interfaces'.
28734         * reflection.c (mono_reflection_bind_generic_parameters): Take a
28735         `MonoType *' argument and return a `MonoType *'.
28737         * icall.c
28738         (ves_icall_MonoGenericInst_GetParentType): New interncall.
28739         (ves_icall_MonoGenericInst_GetInterfaces): Likewise.    
28741 2004-02-06  Zoltan Varga  <vargaz@freemail.hu>
28743         * marshal.c (mono_marshal_get_native_wrapper): Add support for custom
28744         valuetype marshalling.
28746 2004-02-06  Martin Baulig  <martin@ximian.com>
28748         * class.c
28749         (mono_class_from_generic_parameter): Added TYPE_ATTRIBUTE_PUBLIC.
28750         (my_mono_class_from_generic_parameter): Likewise.
28752 2004-02-06  Zoltan Varga  <vargaz@freemail.hu>
28754         * debug-mono-symfile.c debug-mono-symfile.h mono-debug.c: Read the
28755         contents of the symbol files lazily.
28757         * object.h (MonoThread): Add 'name' and 'name_len' fields.
28759         * threads.h threads.c icall.c: New icalls for getting and setting the
28760         threads name.
28762 2004-02-05  Zoltan Varga  <vargaz@freemail.hu>
28764         * appdomain.c (ves_icall_System_AppDomain_InternalPushDomainRefByID): 
28765         Raise an exception when the domain is not found.
28767 2004-02-03  Martin Baulig  <martin@ximian.com>
28769         * reflection.c (mono_image_get_methodspec_token): Use the
28770         uninflated signature; fixes gen-33.
28772 2004-02-02  Zoltan Varga  <vargaz@freemail.hu>
28774         * gc.c threads.c: Make the finalizer thread a normal managed thread so
28775         the finalizer code can use thread functionality.
28777         * gc.c (ves_icall_System_GC_WaitForPendingFinalizers): Fix check for 
28778         the finalizer thread.
28780         * threads.c: Make some functions more robust.
28782         * loader.c (mono_lookup_pinvoke_call): Another attempt at fixing #22532.
28784         * metadata.h: Add new marshalling conventions.
28786         * marshal.c (mono_marshal_get_native_wrapper): Add support for unicode
28787         stringbuilder marshalling. Fixes #53700.
28789         * reflection.h (MonoReflectionTypeBuilder): Add 'permissions' field.
28791         * reflection.c (mono_image_get_type_info): Save declarative security
28792         info.
28794         * reflection.c (mono_image_get_field_info): Handle uninitialized 
28795         unmanaged fields as well.
28797         * appdomain.c: Bump corlib version.
28799 2004-02-01  Martin Baulig  <martin@ximian.com>
28801         * loader.c (method_from_methodspec): Use `ginst->mtype_argc/v' for
28802         method type arguments.  
28804 2004-01-30  Duncan Mak  <duncan@ximian.com>
28806         * marshal.h: Add prototype for
28807         "ves_icall_System_Runtime_InteropServices_Marshal_AllocCoTaskMem"
28808         and
28809         "ves_icall_System_Runtime_InteropServices_Marshal_FreeCoTaskMem" to
28810         fix the build.
28812 2004-01-30  Zoltan Varga  <vargaz@freemail.hu>
28814         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_AllocCoTaskMem): New icall.
28815         (ves_icall_System_Runtime_InteropServices_Marshal_FreeCoTaskMem): New icall.
28817 2004-01-29  Zoltan Varga  <vargaz@freemail.hu>
28819         * marshal.c (mono_marshal_get_native_wrapper): Add support for
28820         custom marshalling of valuetypes.
28822         * marshal.c: Fix some warnings.
28824 2004-01-29  Martin Baulig  <martin@ximian.com>
28826         * class.h (MonoGenericInst): Added `mtype_argc' and `mtype_argv'
28827         for generic method parameters.
28829         * reflection.c (method_encode_methodspec): Write the uninflated
28830         signature into the methodspec table.
28831         (mono_reflection_inflate_method_or_ctor): Ensure `res->declaring'
28832         is always the uninflated method.
28833         (reflection_methodbuilder_to_mono_method): Copy the generic
28834         parameters from the MethodBuilder into `header->gen_params'.
28836 2004-01-29  Zoltan Varga  <vargaz@freemail.hu>
28838         * class.c (mono_class_from_generic_parameter): Fix warning.
28840 2004-01-27  Martin Baulig  <martin@ximian.com>
28842         * class.c (mono_class_from_generic_parameter): Don't create
28843         `klass->methods' here.  
28845 2004-01-26  Zoltan Varga  <vargaz@freemail.hu>
28847         * loader.c (mono_lookup_pinvoke_call): Disable trimming of .dll
28848         extension since it does not work with libraries named lib<FOO>.dll.so.
28850 2004-01-25  Martin Baulig  <martin@ximian.com>
28852         * class.c (mono_class_inflate_generic_type): Added support for
28853         MONO_TYPE_GENERICINST.
28855         * reflection.c (mono_reflection_inflate_method_or_ctor): Also
28856         inflate methods on open constructed types.      
28858 2004-01-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28860         * object.c: fire ProcessExit event in the root AppDomain after running
28861         Main. Fixes bug #53299.
28863 Fri Jan 23 21:27:40 CET 2004 Paolo Molaro <lupus@ximian.com>
28865         * socket-io.c: include the new socket-wrappers.h header.
28866         Use the wrappers instead of the unix socket functions to make the code
28867         more clear.
28869 2004-01-23  Zoltan Varga  <vargaz@freemail.hu>
28871         * profiler.c (merge_methods): Fix merging of profile info. Fixes #53010.
28873         * loader.c (mono_lookup_pinvoke_call): Strip .dll from library names.
28874         Fixes #22532.
28876 2004-01-22  Zoltan Varga  <vargaz@freemail.hu>
28878         * reflection.c (mono_image_create_pefile): Handle the case when the
28879         entry point is not a MethodBuilder.
28881         * reflection.h (MonoReflectionAssemblyBuilder): Change 'entry_point'
28882         field to ReflectionMethod since it is not allways a builder.
28884         * reflection.c (type_get_fully_qualified_name): New helper function to
28885         return the fully qualified name of a type.
28887         * reflection.c (encode_marshal_blob): Always emit the fully qualified
28888         type name for custom marshallers.
28890         * reflection.c (mono_marshal_spec_from_builder): Ditto.
28892         * class.c (mono_class_setup_vtable): If a parent class already 
28893         implements an interface, use the implementing methods from that class.
28894         Fixes #53148.
28896 2004-01-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28898         * threadpool.c: just return instead of ExitThread to allow for thread
28899         clean up earlier.
28901 2004-01-21  Zoltan Varga  <vargaz@freemail.hu>
28903         * icall.c (ves_icall_System_Reflection_Module_Close): Prevent assertion
28904         when closing resource modules.
28906         * reflection.c (mono_image_create_pefile): Handle the case when the
28907         entry point is not a MethodBuilder.
28909         * reflection.h (MonoReflectionAssemblyBuilder): Change 'entry_point'
28910         field to ReflectionMethod since it is not allways a builder.
28912 2004-01-20  Bernie Solomon  <bernard@ugsolutions.com>
28914         * marshal.c (mono_marshal_get_managed_wrapper): 
28915         mono_marshal_alloc takes native int so CONV_I
28916         the arg for 64bits.
28918 2004-01-20  Zoltan Varga  <vargaz@freemail.hu>
28920         * reflection.c (fixup_cattrs): New function to fixup the methoddef
28921         tokens in the cattr table. Fixes #53108.
28923 2004-01-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28925         * loader.c: don't trim ".dll" before looking up in the config file.
28926         Don't leak orig_scope. Reopened bug #22532 in the meanwhile.
28928 2004-01-19  Zoltan Varga  <vargaz@freemail.hu>
28930         * icall.c (ves_icall_System_Reflection_Assembly_GetManifestResourceInternal): 
28931         Return the module which contains the resource as well.
28932         (ves_icall_System_Reflection_Module_Close): New icall.
28934         * appdomain.c: Bump corlib version number.
28936         * image.c (mono_image_addref): New public function.
28938         * assembly.c: Call mono_image_addref.
28940         * reflection.c (mono_module_get_object): Increase reference count of 
28941         the image.
28943         * loader.c (mono_lookup_pinvoke_call): Strip .dll from library names.
28944         Fixes #22532.
28946         * exception.h exception.c loader.h loader.c icall.c marshal.h marshal.c:
28947         Applied patch from Bernie Solomon  <bernard@ugsolutions.com>. Throw
28948         proper exceptions on DllImport problems.
28950 Mon Jan 19 17:50:27 CET 2004 Paolo Molaro <lupus@ximian.com>
28952         * class.c, metadata.c: eliminate CSIZE macro.
28954 2004-01-19  Lluis Sanchez Gual  <lluis@ximian.com>
28956         * icall.c: Added ves_icall_type_IsInstanceOf internal call.
28957         * object.h: Added async_callback field in MonoAsyncResult.
28958         * marshal.c: In mono_delegate_begin_invoke, set the value of async_callback.
28959         * verify.c: Added async_callback in MonoAsyncResult layout.
28961 2004-01-17  Zoltan Varga  <vargaz@freemail.hu>
28963         * reflection.c (mono_reflection_get_custom_attrs): Add support
28964         for Modules.
28966 2004-01-16  Zoltan Varga  <vargaz@freemail.hu>
28968         * marshal.c (mono_string_builder_to_utf8): Fix stringbuilder 
28969         marshalling.
28970         (mono_marshal_method_from_wrapper): Add null pointer check.
28972 2004-01-16  Martin Baulig  <martin@ximian.com>
28974         * debug-mono-symfile.h: Set version number to 36 and reflect
28975         latest symbol writer changes.
28977 2004-01-16  Zoltan Varga  <vargaz@freemail.hu>
28979         * class.c (mono_bounded_array_class_get): Set 'bounded' to FALSE for
28980         multi-dimensional arrays.
28981         (mono_class_is_assignable_from): Check vectors<->one dim. arrays.
28982         (mono_class_from_mono_type): Use bounded_array_class_get.
28983         
28984         * class.c (mono_bounded_array_class_get): New function which takes
28985         a 'bounded' bool argument to distinguish vectors from one dimensional
28986         arrays.
28988         * icall.c (ves_icall_System_Array_CreateInstanceImpl): Call 
28989         bounded_array_class_get if the array has bounds.
28991         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): 
28992         Search modules loaded using AssemblyBuilder:AddModule as well.
28994 2004-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28996         * appdomain.c: increased corlib version.
28997         * filewatcher.c: removed g_print.
28998         * icall.c:
28999         (get_property_info): only allocate what is actually requested.
29000         (ves_icall_Type_GetInterfaces): free the bitset in case of early error.
29002 2004-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29004         * Makefile.am: added filewatcher.[ch]
29005         * filewatcher.[ch]: FileSystemWatcher runtime support.
29006         * icall.c: added new FSW icalls.
29008 Tue Jan 13 20:03:17 CET 2004 Paolo Molaro <lupus@ximian.com>
29010         * string-icalls.c: fix stringbuilder regression as suggested by
29011         Iain McCoy <iain@mccoy.id.au>.
29013 2004-01-13  Zoltan Varga  <vargaz@freemail.hu>
29015         * process.c (process_read_stringtable_block): Recognize '007f' as
29016         a language neutral stringtable block.
29018 2004-01-12  Patrik Torstensson
29020         * object.h (MonoStringBuilder) : Changed layout to support our
29021         new stringbuilder class.
29022         * marshal.c: Change marshalling to support the new layout of 
29023         string builder.
29024         * appdomain.c: increased version number because new layout of
29025         string builder.
29027 2004-01-12  Zoltan Varga  <vargaz@freemail.hu>
29029         * appdomain.c (ves_icall_System_AppDomain_LoadAssembly): Receive the
29030         assembly name as an string instead of an AssemblyName, since it is
29031         easier to extract info from it.
29033         * appdomain.c (mono_domain_assembly_preload): Look for assemblies in
29034         the culture subdirectories too. Fixes #52231.
29036 2004-01-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29038         * icall.c: renamed ves_icall_Type_GetMethods to GetMethodsByName.
29039         It takes 2 new parameters with an optional name for the method to look
29040         for and case ignoring info.
29042         * threadpool.c: removed unused variable.
29044 2004-01-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29046         * icall.c: renamed ves_icall_Type_GetProperties to GetPropertiesByName.
29047         It takes 2 new parameters with an optional name for the property to look
29048         for and case ignoring info.
29049         Fixes bug #52753.
29051 2004-01-09  Zoltan Varga  <vargaz@freemail.hu>
29053         * reflection.c: Applied patch from Benjamin Jemlich (pcgod@gmx.net).
29054         Fix #52451.
29056 2004-01-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29058         * appdomain.c:
29059         * assembly.c: escape the uri before passing it to g_filename_from_uri.
29060         Fixes bug #52630.
29062 2004-01-07  Zoltan Varga  <vargaz@freemail.hu>
29064         * reflection.c: Add support for more than one unmanaged resource.
29066         * icall.c (ves_icall_get_enum_info): Store the value of the enum fields
29067         in field->def_value, as done in all other cases.
29069         * reflection.c (mono_reflection_get_custom_attrs): Add support for
29070         TypeBuilders.
29072         * reflection.c (mono_reflection_create_runtime_class): Remove 
29073         errorneous assignment to klass->element_class, since it is already
29074         done in mono_reflection_setup_internal_class.
29076 2004-01-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29078         * gc.c: added missing LeaveCriticalSection.
29079         * icall.c: indented a couple of lines.
29080         * threadpool.c: remove dangling LeaveCriticalSection. Don't wait forever
29081         if we call EndInvoke inside a callback. Fixes bug #52601.
29083 2004-01-07  Martin Baulig  <martin@ximian.com>
29085         * mono-debug-debugger.h
29086         (MonoDebuggerIOLayer): Added `GetCurrentThreadID'.
29088 2004-01-06  Miguel de Icaza  <miguel@ximian.com>
29090         * appdomain.c: Use messages in NotImplementedException.
29092         * exception.c (mono_get_exception_not_implemented): Now this takes
29093         a message argument.
29095         * marshal.c (emit_str_to_ptr_conv): g_warning and throw an
29096         exception instead of g_asserting an aborting when something is not
29097         implemented.
29099         Add some inline docs.
29101 2004-01-05  Zoltan Varga  <vargaz@freemail.hu>
29103         * reflection.h: Update after changes to object layout.
29105         * reflection.c: Implement saving of unmanaged aka win32 resources.
29107         * appdomain.c: Bump version number.
29109         * appdomain.c (ves_icall_System_AppDomain_InternalSetDomainByID): 
29110         Handle missing domains gracefully.
29112 2004-01-05  Atsushi Enomoto <atsushi@ximian.com>
29114         * file-io.c : On Windows, there are much more invalid_path_chars.
29116 Fri Jan 2 13:35:48 CET 2004 Paolo Molaro <lupus@ximian.com>
29118         * class.h, object.c: prepare for GetType () speedup.
29120 2003-12-24  Atsushi Enomoto <atsushi@ximian.com>
29122         * profiler.c: workaround for --profile null reference exception on
29123           cygwin. Patch by Patrik Torstensson.
29125 2003-12-22  Bernie Solomon  <bernard@ugsolutions.com>
29127         * marshal.c: (ves_icall_System_Runtime_InteropServices_Marshal_Read/WriteXXX)
29128         make work for unaligned access.
29130 Mon Dec 22 18:37:02 CET 2003 Paolo Molaro <lupus@ximian.com>
29132         * class.c: small cleanup (class->fields [i] -> field).
29133         * image.c: check address of metadata is valid.
29135 2003-12-22  Zoltan Varga  <vargaz@freemail.hu>
29137         * assembly.h assembly.c (mono_assembly_loaded): New public function to
29138         search the list of loaded assemblies.
29140         * reflection.c (mono_reflection_type_from_name): Use 
29141         mono_assembly_loaded instead of mono_image_loaded.
29143         * reflection.c: Fix warnings.
29145 2003-12-20  Zoltan Varga  <vargaz@freemail.hu>
29147         * image.h (MonoImage): Add a new 'dynamic' field to denote that the image 
29148         is dynamic. This is needed since an assembly can contain both dynamic and
29149         non-dynamic images.
29151         * class.c loader.c metadata.c object.c: Use image->dynamic instead of 
29152         assembly->dynamic.
29154         * icall.c reflection.c: Add new AssemblyBuilder:AddModule icall.
29156         * reflection.h (MonoReflectionAssemblyBuilder): Add 'loaded_modules' field
29157         to store modules loaded using AddModule.
29159         * reflection.c (mono_image_fill_file_table): Generalize this so it works
29160         on Modules.
29162         * reflection.c (mono_image_fill_export_table_from_class): New helper function.
29164         * reflection.c (mono_image_fill_export_table_from_module): New function to
29165         fill out the EXPORTEDTYPES table from a module.
29167         * reflection.c (mono_image_emit_manifest): Refactor manifest creation code
29168         into a separate function. Also handle loaded non-dynamic modules.
29170         * reflection.c (mono_image_basic_init): Fix memory allocation.
29172         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
29174         * assembly.c (mono_assembly_load_references): Make this public.
29176 2003-12-19  Martin Baulig  <martin@ximian.com>
29178         * class.c (mono_class_initialize_generic): Made this static, take
29179         a `MonoGenericInst *' instead of a `MonoClass *'.
29180         (mono_class_from_generic): Call mono_class_initialize_generic()
29181         unless we're already initialized or being called from
29182         do_mono_metadata_parse_generic_inst().
29184         * class.h (MonoGenericInst): Added `initialized' and
29185         `init_pending' flags.
29187         * metadata.c (do_mono_metadata_parse_generic_inst): Don't call
29188         `mono_class_init (gklass)' or mono_class_initialize_generic()
29189         here; set `generic_inst->init_pending' while parsing the
29190         `type_argv'.
29192 2003-12-19  Bernie Solomon  <bernard@ugsolutions.com>
29194         * locales.c: include string.h for memxxx prototypes
29196 2003-12-19  Zoltan Varga  <vargaz@freemail.hu>
29198         * icall.c (ves_icall_MonoField_GetValueInternal): Do not run the class
29199         constructor when accessing literal fields.
29201 2003-12-17  Zoltan Varga  <vargaz@freemail.hu>
29203         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
29205         * reflection.c (assembly_add_resource_manifest): New function to fill
29206         the MANIFESTRESOURCE table.
29208         * reflection.c (mono_image_build_metadata): Emit MANIFESTRESOURCE table.
29210         * reflection.h: Update to changes in class layout.
29212         * icall.c (ves_icall_System_Environment_get_HasShutdownStarted): 
29213         Reenable call to mono_runtime_is_shutting_down ().
29215         * appdomain.c (mono_runtime_is_shutting_down): New helper function to
29216         determine if the runtime is shutting down.
29218 2003-12-16  Jackson Harper <jackson@ximian.com>
29220         * icall.c: comment out call to mono_runtime_is_shutting_down to
29221         fix build.
29222         
29223 2003-12-16  Zoltan Varga  <vargaz@freemail.hu>
29225         * icall.c (ves_icall_System_Reflection_Assembly_GetManifestResourceInternal): Add support for loading resources from modules.
29226         (ves_icall_System_Environment_get_HasShutdownStarted): New icall.
29228 2003-12-15  Bernie Solomon  <bernard@ugsolutions.com>
29230         * reflection.c: move definition of swap_with_size
29231         to before its first call
29233 2003-12-15  Zoltan Varga  <vargaz@freemail.hu>
29235         * appdomain.c (mono_runtime_is_shutting_down): New public function.
29237         * icall.c (ves_icall_System_Environment_get_HasShutdownStarted): New
29238         icall.
29240         * object.c: Fix warnings.
29242         * icall.c (ves_icall_Type_Get...): Only consider inherited static
29243         members if FlattenHierarchy is set.
29245         * reflection.c (mono_image_add_decl_security): New function to emit
29246         declarative security.
29248         * reflection.h reflection.c: Add support for declarative security.
29250         * appdomain.c (MONO_CORLIB_VERSION): Bump version number.
29251         
29252 2003-12-13  Zoltan Varga  <vargaz@freemail.hu>
29254         appdomain.c (MONO_CORLIB_VERSION): Bump version number.
29255         
29256         * appdomain.c verify.c: Moved corlib version checking into its own
29257         function in appdomain.c since it needs to create vtables etc.
29259 2003-12-13  Patrik Torstensson <p@rxc.se>
29261         * marshal.c (mono_remoting_wrapper): Fix bug 48015, using TP as this 
29262         instead of unwrapped server.
29264 2003-12-12  Zoltan Varga  <vargaz@freemail.hu>
29266         * verify.c (check_corlib): Fix field index.
29268 2003-12-10  Zoltan Varga  <vargaz@freemail.hu>
29270         * icall.c: Applied patch from Todd Berman (tbermann@gentoo.org). New
29271         GetGacPath icall.
29273 2003-12-10  Bernie Solomon  <bernard@ugsolutions.com>
29275         * process.c:  (ves_icall_System_Diagnostics_Process_GetWorkingSet_internal
29276         ves_icall_System_Diagnostics_Process_SetWorkingSet_internal):
29277         cope with sizeof(size_t) != sizeof(guint32).
29279 2003-12-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29281         * process.[ch]: the 'pid' field in MonoProcInfo stores GetLastError
29282         in case of failure.
29284 2003-12-10  Mark Crichton <crichton@gimp.org>
29286         * icall.c: removed the GetNonZeroBytes.  We now handle this case
29287         in managed code.
29289         * rand.c, rand.h: Same here.  Also cleaned up the clode slightly.
29291 Tue Dec 9 15:36:18 CET 2003 Paolo Molaro <lupus@ximian.com>
29293         * class.h, class.c, icall.c, marshal.c, object.c: ignore fields
29294         marked as deleted.
29296 2003-12-09  Zoltan Varga  <vargaz@freemail.hu>
29298         * verify.c (check_corlib): Handle the case when the version field is 
29299         initialized by a static constructor.
29301 2003-12-08  Patrik Torstensson  <p@rxc.se>
29303     * rand.c (InternalGetBytes): Implemented win32 version with cryptapi
29305 2003-12-08  Martin Baulig  <martin@ximian.com>
29307         * icall.c (ves_icall_TypeBuilder_define_generic_parameter): Return
29308         a MonoReflectionGenericParameter, also take the parameter index
29309         and name as arguments.
29310         (ves_icall_MethodBuilder_define_generic_parameter): Likewise.
29311         (ves_icall_MonoGenericParam_initialize): New interncall.
29312         (ves_icall_Type_make_byref_type): New interncall.
29314         * reflection.h (MonoReflectionGenericParam): Derive from
29315         MonoReflectionType, not just from MonoObject.  Added `refobj' and
29316         `index' fields.
29318         * reflection.c (mono_reflection_define_generic_parameter): Create
29319         and return a new MonoReflectionGenericParam; don't initialize the
29320         constraints here.
29321         (mono_reflection_initialize_generic_parameter): New public method;
29322         initializes the constraints and creates the `param->pklass'.
29324 2003-12-08  Zoltan Varga  <vargaz@freemail.hu>
29326         * reflection.h reflection.c: Use the new fields 'num_types', 
29327         'num_fields' and 'num_methods' to track the number of types etc.
29329         * verify.c (check_corlib): Check corlib version number.
29331 2003-12-07  Zoltan Varga  <vargaz@freemail.hu>
29333         * marshal.c (mono_marshal_method_from_wrapper): Remove assert so this
29334         function works on all methods.
29336 2003-12-07  Lluis Sanchez Gual  <lluis@ximian.com>
29338         * domain.c, loader.h: Added IRemotingTypeInfo interface in MonoDefaults.
29339         * icall.c: in, ves_icall_Remoting_RealProxy_GetTransparentProxy set
29340         the custom_type_info flag of the transparent proxy.
29341         * object.c: Added method mono_object_isinst_mbyref for casting mbyref
29342         objects that supports IRemotingTypeInfo.
29343         * object.h: Added custom_type_info field in transparent proxy.
29345 2003-12-06  Martin Baulig  <martin@ximian.com>
29347         * class.c (mono_class_create_from_generic): Removed.
29348         (mono_class_from_generic): Check `ginst->klass' before doing
29349         anything else.  This is important to fully support "recursive"
29350         generic types.
29352         * metadata.c (do_mono_metadata_parse_generic_inst): Create an
29353         empty `generic_inst->klass' before doing anything else.
29355 2003-12-06  Dick Porter  <dick@ximian.com>
29357         * verify.c: 
29358         * object.h:
29359         * icall.c:
29360         * locales.c: Use C structs to access class fields.  Don't do a
29361         conversion between MonoString and UChar because both are
29362         platform-endian UTF-16.  Compare now takes startindex and count
29363         parameters.  Add a char overload for IndexOf.  Speed up the
29364         invariant string IndexOf.
29366 2003-12-05  Zoltan Varga  <vargaz@freemail.hu>
29368         * Makefile.am (monosn_LDADD): Fix parallel build.
29370 2003-12-04  Martin Baulig  <martin@ximian.com>
29372         * icall.c
29373         (ves_icall_type_GetTypeCode): Added MONO_TYPE_VAR and MONO_TYPE_MVAR.
29374         (ves_icall_Type_make_array_type): New interncall.       
29376 2003-12-04  Martin Baulig  <martin@ximian.com>
29378         * locales.c: also change it in the !HAVE_ICU case.
29380 2003-12-04  Dick Porter  <dick@ximian.com>
29382         * icall.c:
29383         * locales.c: construct_compareinfo is now in CompareInfo, not
29384         CultureInfo.
29386 2003-12-04  Zoltan Varga  <vargaz@freemail.hu>
29388         * image.c (mono_image_load_file_for_image): Cache loaded images in the
29389         image->files array.
29391         * image.c (load_class_name): Load class names from the EXPORTEDTYPES
29392         table as well.
29394         * assembly.c (mono_assembly_load_references): Only load references
29395         once.
29397         * class.c (mono_class_from_name): Avoid linear search of the 
29398         EXPORTEDTYPE table.
29400         * loader.c (mono_field_from_token): Cache lookups of fieldrefs as well.
29402 2003-12-03  Zoltan Varga  <vargaz@freemail.hu>
29404         * image.h (MonoImage): Add 'field_cache' field.
29406         * loader.c (mono_field_from_token): Cache field lookups.
29407         
29408         * reflection.c (mono_module_get_object): Fix name property.
29410         * icall.c (ves_icall_get_enum_info): Update after changes to 
29411         mono_metadata_get_constant_index ().
29413         * icall.c: Get rid of get_type_info icall, use a separate icall for
29414         each type property to avoid needless memory allocations. Fixes #51514.
29416         * metadata.c (mono_metadata_get_constant_index): Add a 'hint' parameter
29417         to avoid needless binary searches.
29419         * class.c (class_compute_field_layout): Move the initialization of
29420         field->def_value to mono_class_vtable ().
29422         * class.c (mono_class_layout_fields): Enable GC aware auto layout for
29423         non-corlib types.
29425         * object.c (mono_object_allocate): Make it inline.
29427         * object.c (mono_object_allocate_spec): Make it inline.
29428         
29429 2003-12-02  Dick Porter  <dick@ximian.com>
29431         * locales.c (create_NumberFormat): NumberFormatInfo construction.
29432         Patch by Mohammad DAMT (mdamt@cdl2000.com).
29434 2003-12-01  Dick Porter  <dick@ximian.com>
29436         * threads.c: Fix signature and call in CreateMutex and
29437         CreateEvent.
29439 2003-12-01  Dick Porter  <dick@ximian.com>
29441         * icall.c: 
29442         * locales.c: Implement string compares and searching
29444         * object.h: Add extra Thread field
29446 2003-11-30  Zoltan Varga  <vargaz@freemail.hu>
29448         * reflection.c (fixup_method): Add support for MonoCMethod.
29450 2003-11-28  Zoltan Varga  <vargaz@freemail.hu>
29452         * gc.c: Fix hangs and error messages when GC_DONT_GC is set.
29454         * reflection.c (assembly_name_to_aname): Allow extra characters in
29455         assembly names. Fixes #51468.
29457 2003-11-26  Zoltan Varga  <vargaz@freemail.hu>
29459         * exception.c (mono_exception_from_name_domain): New helper function.
29461         * appdomain.c (ves_icall_System_AppDomain_createDomain): Create the
29462         exception object in the correct domain.
29464         * appdomain.c (ves_icall_System_AppDomain_LoadAssemblyRaw): Fix 
29465         formatting + make a copy a the input data.
29467         * loader.c (mono_get_method_from_token): Methods which contain
29468         native code do not have entries in the ImplMap.
29470         (ves_icall_System_AppDomain_LoadAssemblyRaw): Fix exception throw.
29471         Thanks to Gonzalo for spotting this.
29472         
29473         * appdomain.c (ves_icall_System_AppDomain_LoadAssemblyRaw): Applied
29474         patch from ztashev@openlinksw.co.uk (Zdravko Tashev). New icall.
29476         * assembly.h (mono_assembly_load_from): Split the second part of 
29477         assembly loading into a new public function.
29479         * exception.h (mono_get_exception_bad_image_format): New function.
29481 2003-11-24  Zoltan Varga  <vargaz@freemail.hu>
29483         icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): 
29484         Enumerate all modules inside a dynamic assembly. Fixes #51293.
29485         
29486         * icall.c: Add new icall for creating dynamic methods.
29488         * loader.h debug-helpers.c: Add new wrapper type for dynamic methods.
29490         * reflection.h (MonoReflectionDynamicMethod): Fix type of bool fields.
29492         * reflection.c (mono_reflection_create_dynamic_method): New icall to
29493         create a dynamic method.
29495         * reflection.c (resolve_object): New helper function.
29497         * reflection.c: Generalize ReflectionMethodBuilder and the functions
29498         which manipulate it so they can also work on dynamic methods.
29500         * reflection.c (reflection_method_builder_to_mono_method): Avoid 
29501         creating the MonoReflectionMethodAux structure if it is not needed.
29502         
29503         * reflection.h verify.c: Update after changes to object layout.
29505         * reflection.c (method_builder_encode_signature): Fix compilation on
29506         gcc 2.95.x.
29508 2003-11-21  Lluis Sanchez Gual  <lluis@ximian.com>
29510         * appdomain.h: Added support for context static fields. Added static_data
29511           field to MonoAppContext and renamed thread_static_fields to a more
29512           generic special_static_fields in MonoAppDomain, since it can now contain
29513           context static fields.
29514         * domain.c: Updated hashtable name.
29515         * object.c: Replaced field_is_thread_static() for a more generic
29516           field_is_special_static() which also checks for context static attribute.
29517           In mono_class_vtable(), added support for static context fields.
29518         * threads.c: Changed methods that manage thread static fields to more
29519           generic methods so they can be reused both for thread and context static
29520           data.
29521         * threads.h: Declared some new methods.
29523 2003-11-21  Zoltan Varga  <vargaz@freemail.hu>
29525         * reflection.h: Update after changes to the managed types.
29527         * reflection.c (encode_custom_modifiers): New helper function.
29529         * reflection.c (method_encode_signature): Emit custom modifiers.
29531         * reflection.c (field_encode_signature): Emit custom modifiers.
29533 2003-11-18  Zoltan Varga  <vargaz@freemail.hu>
29535         * reflection.h (MonoReflectionAssemblyName): Applied patch from Laurent Morichetti (l_m@pacbell.net). Fix type of 'flags' field.
29537         * icall.c (ves_icall_System_ValueType_Equals): New optimized 
29538         implementation.
29540         * icall.c (ves_icall_System_ValueType_InternalGetHashCode): New 
29541         icall.
29543         * object.c (mono_field_get_value_object): New function.
29545         * object.c appdomain.h appdomain.c: Make out_of_memory_ex domain
29546         specific.
29548 2003-11-17  Zoltan Varga  <vargaz@freemail.hu>
29550         * appdomain.c (mono_runtime_get_out_of_memory_ex): New function to
29551         return a preallocated out-of-memory exception instance.
29553         * object.c (out_of_memory): Use the new function.
29555         * metadata.c (mono_metadata_parse_type): Handle the case when the byref
29556         flag is before the custom modifiers. Fixes #49802.
29558 2003-11-16  Martin Baulig  <martin@ximian.com>
29560         * class.c (mono_class_is_open_constructed_type): Implemented the
29561         MONO_TYPE_GENERICINST case.
29563 2003-11-16  Zoltan Varga  <vargaz@freemail.hu>
29565         * assembly.c (mono_assembly_fill_assembly_name): New function to
29566         fill out the MonoAssemblyName structure.
29567         (mono_assembly_open): Use the new function.
29569         * icall.c (fill_reflection_assembly_name): New helper function.
29571         * icall.c (ves_icall_System_Reflection_Assembly_FillName): Use the
29572         new function.
29574         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetAssemblyName): New icall.
29576 2003-11-15  Martin Baulig  <martin@ximian.com>
29578         * class.c (mono_class_is_open_constructed_type): New public
29579         function; checks whether a type is an open constructed type,
29580         ie. whether it still contains type parameters.
29581         (mono_class_inflate_generic_type): If we're a type parameter and
29582         the inflated type is also a MONO_TYPE_(M)VAR, return the original
29583         type.
29585         * class.h (MonoGenericInst): Added `guint32 is_open'.
29587         * loader.c (method_from_methodspec): Check whether we're an open
29588         or closed constructed type and set `ginst->is_open'.
29590         * reflection.c (mono_reflection_bind_generic_parameters): Check
29591         whether we're an open or closed constructed type and set
29592         `ginst->is_open'.
29593         (mono_reflection_inflate_method_or_ctor): Don't inflate methods
29594         from open constructed types.
29596 2003-11-15  Martin Baulig  <martin@ximian.com>
29598         * reflection.c (mono_reflection_bind_generic_parameters): If we're
29599         a generic instance (instead of a generic type declaration) with
29600         unbound generic parameters, bind them to our actual types.
29602 2003-11-14  Martin Baulig  <martin@ximian.com>
29604         * reflection.h (MonoReflectionGenericInst): Added `MonoArray *interfaces'.
29606         * reflection.c (mono_reflection_bind_generic_parameters): If we're
29607         an interface type, populate `res->interfaces' with instantiated
29608         versions of all the interfaces we inherit.
29610 2003-11-13  Aleksey Demakov  <avd@openlinksw.com>
29612         * assembly.c (mono_assembly_load): Fixed problem finding mscorlib.dll
29613         when MONO_PATH is set but doesn't contain the install dir.
29615 2003-11-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29617         * icall.c:
29618         (ves_icall_Type_GetInterfaces): don't return an interface twice when
29619         it's also implemented in base classes. Fixes bug #50927.
29621 2003-11-13  Zoltan Varga  <vargaz@freemail.hu>
29623         * gc.c (ves_icall_System_GC_WaitForPendingFinalizers): Avoid deadlocks
29624         if this method is called from a finalizer. Fixes #50913.
29626 2003-11-12  Miguel de Icaza  <miguel@ximian.com>
29628         * threads.c: Implement VolatileRead/VolatileWrite
29630         * icall.c: Add new icalls for VolatileRead/VolatileWrite
29632 2003-11-12  Zoltan Varga  <vargaz@freemail.hu>
29634         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Applied 
29635         patch from Danilo Sagan (dsegan@gmx.net). Fix compilation under gcc
29636         2.95.3.
29638         * assembly.c (mono_assembly_open): Fix windows build. Applied patch 
29639         from Peter Ross (pro@missioncriticalit.com).
29640         
29641 2003-11-12  Lluis Sanchez Gual  <lluis@ximian.com>
29643         * icall.c: Added internal call for System.Environment::GetMachineConfigPath
29645 2003-11-12  Zoltan Varga  <vargaz@freemail.hu>
29647         * assembly.c (mono_assembly_load_references): Disable check because it
29648         triggers on older corlibs which lots of people have.
29650 2003-11-12  Jackson Harper  <jackson@ximian.com>
29652         * assembly.c: Change corlib name to mscorlib. Add a temp. hack to
29653         load corlib.dll if mscorlib.dll is not found.
29654         * assembly.h: Remove corlib name define.
29655         * class.c:
29656         * domain.c:
29657         * image.c: Change corlib name to mscorlib.
29658         
29659 2003-11-12  Zoltan Varga  <vargaz@freemail.hu>
29661         * debug-mono-symfile.c: Add patch from FreeBSD ports tree.
29663 2003-11-11  Miguel de Icaza  <miguel@ximian.com>
29665         * appdomain.h: Added loader_optimization here to sync with the C#
29666         code, and add disallow_binding_redirects field.
29668 2003-11-11  Zoltan Varga  <vargaz@freemail.hu>
29670         * mono-debug.c (mono_debug_add_method): Ignore unknown modules.
29672         * reflection.c (mono_image_build_metadata): Fix crash on modules
29673         with no types.
29675         * reflection.h (MonoMethodInfo): Track changes to the managed structure.
29677         * icall.c (ves_icall_get_method_info): Return callingConvention as
29678         well.
29680         * icall.c (ves_icall_System_Reflection_Assembly_GetNamespaces): Add 
29681         namespaces from the EXPORTEDTYPE table as well.
29683         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Merge types
29684         from all modules inside the assembly.
29685         
29686 2003-11-11  Martin Baulig  <martin@ximian.com>
29688         * reflection.c (mono_reflection_bind_generic_parameters): Make
29689         this work for interfaces.
29691 2003-11-11  Martin Baulig  <martin@ximian.com>
29693         * mono-debug.c (mono_debug_add_type): Ignore unknown modules.
29695 2003-11-11  Martin Baulig  <martin@ximian.com>
29697         * reflection.c (mono_reflection_inflate_method_or_ctor): Allow
29698         "MonoInflatedMethod" and "MonoInflatedCtor".
29700 2003-11-11  Zoltan Varga  <vargaz@freemail.hu>
29702         * reflection.c (resolution_scope_from_image): Use the assembly table
29703         from the manifest module, since other modules don't have it.
29705         * debug-helpers.c (mono_type_full_name): New helper function.
29707         * image.h (MonoAssembly): Change 'dynamic' to a boolean.
29709         * image.c (mono_image_load_file_for_image): New public function which
29710         is a replacement for the load_file_for_image in class.c.
29712         * assembly.c (mono_assembly_load_module): A wrapper for the function
29713         above which does assembly association and reference loading too.
29715         * class.c (mono_class_from_name): Call mono_assembly_load_module.
29717 2003-11-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29719         * appdomain.c: not all of the attributes for the full assembly name
29720         are required and the order doesn't matter. Fixes bug #50787.
29722 2003-11-10  Dick Porter  <dick@ximian.com>
29724         * locales.c: Use platform-endian UTF16
29726 2003-11-10  Zoltan Varga  <vargaz@freemail.hu>
29728         * reflection.c: Emit FILE and EXPORTEDTYPE tables.
29729         
29730 2003-11-10  Martin Baulig  <martin@ximian.com>
29732         * metadata.c
29733         (mono_metadata_load_generic_params): Make this actually work.
29735         * reflection.c (mono_reflection_bind_generic_parameters): If our
29736         parent is a generic instance, pass all the `types' to it, no
29737         matter whether it has the same number of type parameters or not.
29739 2003-11-10  Zoltan Varga  <vargaz@freemail.hu>
29741         * reflection.c: Emit FILE and EXPORTEDTYPE tables.
29743         * assembly.c (mono_assembly_load_references): Move the image<->assembly
29744         assignment code to this function so it gets called recursively for all
29745         modules.
29747         * image.c (load_modules): Remove the assembly assignment since it is
29748         now done by mono_assembly_load_references.
29749         
29750         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): 
29751         Add 'module' argument.
29752         (mono_module_get_types): New helper function.
29753         (ves_icall_System_Reflection_Module_InternalGetTypes): New icall.
29755 2003-11-08  Martin Baulig  <martin@ximian.com>
29757         * class.c (mono_class_inflate_generic_method): Interface method
29758         don't have a header.
29760         * reflection.c (mono_image_get_methodspec_token): Take an
29761         additional `MonoGenericInst *' argument instead of reading it from
29762         the header; this is necessary to support interfaces.
29763         (mono_image_create_token): Pass the `MonoGenericInst *' from the
29764         MonoReflectionInflatedMethod to mono_image_get_methodspec_token().
29765         (inflated_method_get_object): Take an additional `MonoGenericInst *'
29766         argument.
29768         * reflection.h (MonoReflectionInflatedMethod): Added
29769         `MonoGenericInst *ginst'.
29771 2003-11-07  Zoltan Varga  <vargaz@freemail.hu>
29773         * gc.c (mono_domain_finalize): Fix compilation for no GC case.
29775 2003-11-06  Zoltan Varga  <zovarga@ws-zovarga2>
29777         * appdomain.c (mono_domain_unload): Add a workaround for bug #27663.
29779 2003-11-06  Zoltan Varga  <vargaz@freemail.hu>
29781         * reflection.c 
29782         (reflection_methodbuilder_from_method_builder):
29783         (reflection_methodbuilder_from_ctor_builder): New helper functions to 
29784         initialize a ReflectionMethodBuilder structure.
29785         (mono_image_get_methodbuilder_token):
29786         (mono_image_get_ctorbuilder_token): New functions to emit memberref
29787         tokens which point to types in another module inside the same assembly.
29789         * reflection.c: Use the new helper functions.
29790         
29791         * reflection.c (mono_image_basic_init): Initialize basedir and culture.
29793         * icall.c loader.c reflection.c: Use ModuleBuilder->dynamic_image 
29794         instead of AssemblyBuilder->dynamic_assembly in the appropriate places.
29796         * reflection.c (resolution_scope_from_image): Emit a moduleref if
29797         neccesary.
29799         * reflection.c (mono_image_build_metadata): Emit metadata only for the
29800         current module. Emit the manifest only for the main module.
29802         * reflection.c (mono_image_create_token): Add assertion when a 
29803         memberref needs to be created.
29805         * reflection.c reflection.h (MonoDynamicAssembly): Remove unused fields.
29807         * reflection.c (mono_reflection_get_custom_attrs_blob): Allocate a 
29808         larger buffer for the custom attribute blob. Fixes #50637.
29809         
29810 2003-11-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29812         * threadpool.c: notify listener on async processing handles after
29813         invoking the async callback. Thanks to Zoltan.
29815 2003-11-03  Zoltan Varga  <vargaz@freemail.hu>
29817         * reflection.c (create_dynamic_mono_image): Call mono_image_init to 
29818         avoid code duplication.
29820         * reflection.h (MonoDynamicImage): New type which is currently unused,
29821         but will be used through the ref.emit code in place of 
29822         MonoDynamicAssembly.
29824         * reflection.h (MonoReflectionAssemblyBuilder): Track changes to the
29825         object layout.
29827         * reflection.c (create_dynamic_mono_image): Rewrote so it now creates
29828         a MonoDynamicImage instead of just a MonoImage.
29829         
29830         * reflection.h reflection.c icall.c: Move nearly all AssemblyBuilder
29831         icalls to ModuleBuilder but keep their semantics, so they will work
29832         with moduleb->assemblyb. This will change later.
29833         
29834 2003-11-03  Zoltan Varga  <vargaz@freemail.hu>
29836         * reflection.h (MonoReflectionAssemblyBuilder): Track changes to the
29837         object layout.
29839         * reflection.c (mono_image_build_metadata): Avoid creation of a default
29840         main module, since it is now done by the managed code.
29842 2003-11-03  Martin Baulig  <martin@ximian.com>
29844         * reflection.c (mono_reflection_inflate_method_or_ctor): Set
29845         `ginst->klass' here.
29846         (method_encode_methodspec): Don't use the `ginst->generic_method's
29847         klass if it's a generic instance, use `ginst->klass' in this case.
29849 2003-11-03  Martin Baulig  <martin@ximian.com>
29851         * reflection.c (mono_image_get_generic_method_param_info):
29852         Removed, use mono_image_get_generic_param_info() instead.
29853         (mono_image_get_type_info): Write the GenericParam table before
29854         the Method table.  This is neccessary because in the GenericParam
29855         table, type parameters of the class (ie. '!0' etc.) must come
29856         before the ones from its generic methods (ie. '!!0' etc).
29858 2003-11-03  Zoltan Varga  <vargaz@freemail.hu>
29860         * icall.c (ves_icall_System_Reflection_Assembly_FillName): Fill out AssemblyName->codebase. Fixes #50469.
29862 2003-11-02  Martin Baulig  <martin@ximian.com>
29864         * reflection.c (create_generic_typespec): Take a
29865         `MonoReflectionTypeBuilder *' instead of a `MonoType *' and get
29866         the generic parameters from it.
29868 2003-11-02  Martin Baulig  <martin@ximian.com>
29870         * reflection.c (fieldref_encode_signature): Take a `MonoType *'
29871         instead of a `MonoClassField *' since we just need the type.
29872         (create_generic_typespec): New static function.  Creates a
29873         TypeSpec token for a generic type declaration.
29874         (mono_image_get_generic_field_token): New static function.
29875         (mono_image_create_token): If we're a FieldBuilder in a generic
29876         type declaration, call mono_image_get_generic_field_token() to get
29877         the token.
29879 2003-11-02  Martin Baulig  <martin@ximian.com>
29881         * reflection.h
29882         (MonoReflectionInflatedMethod, MonoReflectionInflatedField): Added
29883         `MonoReflectionGenericInst *declaring_type' and
29884         `MonoReflectionGenericInst *reflected_type' fields.
29886         * reflection.c (mono_reflection_inflate_method_or_ctor): Take a
29887         `MonoReflectionGenericInst *declaring_type' and a
29888         `MonoReflectionGenericInst *reflected_type' argument instead of a
29889         single `MonoReflectionGenericInst *type' one.  Set
29890         `res->declaring_type' and `res->reflected_type' from them.
29891         (mono_reflection_inflate_field): Likewise.      
29893 2003-11-02  Martin Baulig  <martin@ximian.com>
29895         * class.c (mono_class_setup_vtable): Don't store generic methods
29896         in the vtable.  
29898 2003-11-02  Martin Baulig  <martin@ximian.com>
29900         * reflection.h (MonoReflectionGenericInst): Added
29901         `MonoReflectionType *declaring_type'.
29903         * reflection.c (mono_reflection_bind_generic_parameters): Use
29904         `if (tb->parent)' instead of `klass->parent'.
29906 2003-11-01  Zoltan Varga  <vargaz@freemail.hu>
29908         * assembly.c (mono_assembly_open): Avoid crash if a module is loaded
29909         with an empty ASSEMBLY table.
29911         * reflection.c (mono_image_build_metadata): Avoid using the same loop
29912         variable in the inner and outer loops.
29914 2003-10-31  Zoltan Varga  <vargaz@freemail.hu>
29916         * metadata.h (mono_metadata_make_token): Put parentheses around macro
29917         argument.
29919         * appdomain.h appdomain.c (ves_icall_System_AppDomain_InternalPushDomainRef): Fix signature.
29920         
29921         * appdomain.c appdomain.h icall.c: Get rid of the InvokeInDomain 
29922         icalls. Instead, do everything in managed code. This is needed since
29923         it is hard to restore the original domain etc. in unmanaged code in the
29924         presence of undeniable exceptions.
29926         * appdomain.c (ves_icall_System_AppDomain_InternalPushDomainRef): 
29927         New icalls to push and pop appdomain refs.
29929 2003-10-31  Martin Baulig  <martin@ximian.com>
29931         * class.c (inflate_generic_type): Renamed to
29932         mono_class_inflate_generic_type() and made it public.
29934         * icall.c ("System.Reflection.MonoGenericInst::inflate_field"):
29935         New interncall.
29937         * loader.c (mono_field_from_memberref): Also set the retklass for
29938         typespecs.
29940         * fielder.c (mono_image_get_inflated_field_token): New static
29941         method; creates a metadata token for an inflated field.
29942         (mono_image_create_token, fixup_method): Added support for
29943         "MonoInflatedField".
29944         (fieldbuilder_to_mono_class_field): New static function.
29945         (mono_reflection_inflate_field): New public function.
29947         * reflection.h
29948         (MonoReflectionGenericInst): Added `MonoArray *fields'.
29949         (MonoReflectionInflatedField): New typedef.     
29951 2003-10-30  Bernie Solomon  <bernard@ugsolutions.com>
29953         * socket-io.c (in6_addr ipaddress_to_struct_in6_addr): fix
29954         for Solaris and other platforms without s6_addr16
29956 2003-10-30  Martin Baulig  <martin@ximian.com>
29958         * class.c (inflate_generic_type): Take just one `MonoGenericInst *'
29959         argument instead of two.
29960         (mono_class_inflate_generic_signature): Likewise.
29961         (inflate_generic_header): Likewise.
29962         (mono_class_inflate_generic_method): Likewise.  In addition, if
29963         `ginst->klass' is set, it becomes the new `method->klass'.
29965         * class.h (MonoGenericInst): Removed the `gpointer mbuilder'
29966         field.
29968         * reflection.c (encode_generic_method_sig): Write a 0xa as the
29969         first byte. [FIXME]
29970         (method_encode_methodspec): If we have generic parameters, create
29971         a MethodSpec instead of a MethodRef.
29972         (fixup_method): Added support for "MonoInflatedMethod" and
29973         "MonoInflatedCtor".
29974         (mono_image_create_token): Added support for "MonoInflatedMethod"
29975         and "MonoInflatedCtor".
29976         (inflated_method_get_object): New static function; returns a
29977         managed "System.Reflection.MonoInflatedMethod" object.
29978         (mono_reflection_bind_generic_method_parameters): Return a
29979         `MonoReflectionInflatedMethod' instead of a `MonoReflectionMethod'.
29980         (mono_reflection_inflate_method_or_ctor): Likewise.
29981         (mono_image_get_generic_method_param_info): Initialize unused
29982         fields to zero.
29983         (mono_image_get_generic_param_info): Likewise.
29985         * reflection.h (MonoReflectionInflatedMethod): New public
29986         typedef.  Corresponds to the managed "S.R.MonoInflatedMethod" and
29987         "S.R.MonoInflatedCtor" classes.
29989         * loader.c (method_from_memberref): If we're a TypeSpec and it
29990         resolves to a generic instance, inflate the method.
29992 2003-10-28  Dick Porter  <dick@ximian.com>
29994         * object.c (mono_runtime_run_main): Convert command-line arguments
29995         into utf8, falling back to the user's locale encoding to do so.
29997 2003-10-27  Zoltan Varga  <vargaz@freemail.hu>
29999         * loader.c (mono_get_method_from_token): Avoid looking up the icalls
30000         at this time.
30002         * marshal.c (mono_marshal_get_native_wrapper): Lookup icalls here.
30004         * reflection.c (reflection_methodbuilder_to_mono_method): Avoid looking
30005         up icalls at method definition time. Partially fixes #33569.
30007 2003-10-25  Zoltan Varga  <vargaz@freemail.hu>
30009         * marshal.c (mono_marshal_get_native_wrapper): Add support for [Out]
30010         marshalling of arrays. Fixes #50116.
30012         * appdomain.c (ves_icall_System_AppDomain_InternalIsFinalizingForUnload): New icall.
30014         * appdomain.c (unload_thread_main): Clear class->cached_vtable if it
30015         points to a vtable in the dying appdomain.
30017         * appdomain.c (mono_domain_unload): Move the notification of OnUnload
30018         listeners into unmanaged code inside the lock.
30020         * object.c (mono_class_vtable): Turn off typed allocation in non-root
30021         domains and add some comments.
30023 2003-10-25  Martin Baulig  <martin@ximian.com>
30025         * class.h (MonoGenericInst): Added `MonoClass *klass' field.
30027         * image.h (MonoImage): Added `GHashTable *typespec_cache'.
30029         * metadata.c (mono_metadata_parse_generic_inst): Renamed to
30030         `do_mono_metadata_parse_generic_inst'; pass it the MonoType we're
30031         currently parsing.  Create the generic class and store it in
30032         `generic_inst->klass' before parsing the type arguments.  This is
30033         required to support "recursive" definitions; see mcs/tests/gen-23.cs
30034         for an example.
30035         (mono_type_create_from_typespec): Use a new `image->typespec_cache'
30036         to support recursive typespec entries.
30038         * class.c (mono_class_setup_parent): If our parent is a generic
30039         instance, we may get called before it has its name set.
30040         (mono_class_from_generic): Splitted into
30041         mono_class_create_from_generic() and mono_class_initialize_generic().
30043 2003-10-25  Martin Baulig  <martin@ximian.com>
30045         * icall.c (ves_icall_Type_BindGenericParameters): Return a
30046         `MonoReflectionGenericInst *' instead of a `MonoReflectionType *'.
30047         ("System.Reflection.MonoGenericInst::inflate_method"): New interncall.
30048         ("System.Reflection.MonoGenericInst::inflate_ctor"): New interncall.
30050         * reflection.c (my_mono_class_from_mono_type): Added MONO_TYPE_GENERICINST.
30051         (create_typespec): Likewise.
30052         (mono_reflection_bind_generic_parameters): Return a
30053         `MonoReflectionGenericInst *' instead of a `MonoClass *'.
30054         (mono_reflection_inflate_method_or_ctor): New public function.
30056         * reflection.h (MonoReflectionGenericInst): New typedef.        
30058 2003-10-24  Zoltan Varga  <vargaz@freemail.hu>
30060         * object.c (mono_class_proxy_vtable): Run the whole vtable construction
30061         inside the domain lock. Fixes #49993.
30062         
30063         * object.c (mono_class_vtable): When typed allocation is used, 
30064         allocate vtables in the GC heap instead of in the mempool, since the
30065         vtables contain GC descriptors which are used by the collector even
30066         after the domain owning the mempool is unloaded.
30068         * domain.c (mono_domain_set): Rename to mono_domain_set_internal.
30070         * domain.c (mono_domain_unload): Rename to mono_domain_free to better
30071         reflect what it does. Also invalidate mempools instead of freeing
30072         them if a define is set.
30074         * appdomain.h (MonoAppDomainState): New enumeration to hold the state
30075         of the appdomain.
30076         
30077         * appdomain.h (_MonoDomain): New field 'finalizable_object_hash' to
30078         hold the finalizable objects in this domain.
30080         * appdomain.h (_MonoDomain): New field 'state' to hold the state of the
30081         appdomain.
30083         * appdomain.c (mono_domain_set): New function to set the current
30084         appdomain, but only if it is not being unloaded.
30086         * appdomain.c threads.c threadpool.c object.c: Avoid entering an
30087         appdomain which is being unloaded.
30088         
30089         * appdomain.c (ves_icall_System_AppDomain_InternalUnload): Prevent
30090         unloading of the root appdomain.
30092         * appdomain.c (ves_icall_System_AppDomain_InternalInvokeInDomain): New
30093         icall to execute a method in another appdomain. Intended as a 
30094         replacement for InternalSetDomain, which can confuse the code 
30095         generation in the JIT.
30097         * appdomain.c (mono_domain_is_unloading): New function to determine
30098         whenever an appdomain is unloading.
30100         * appdomain.c (mono_domain_unload): New function to correctly unload
30101         an appdomain.
30103         * assembly.c (mono_assembly_load_references): Check that an assembly
30104         does not references itself.
30106         * gc.c (mono_domain_finalize): Rewrote so instead of finalizing a
30107         domain manually, it asks the finalizer thread to do it, then waits for
30108         the result. Also added a timeout.
30110         * icall.c: Register the new icalls.
30112         * threads.h threads.c: Export the mono_gc_stop_world and 
30113         mono_gc_start_world functions.
30114         
30115         * mempool.h mempool.c (mono_mempool_invalidate): New debugging 
30116         function to fill out the mempool with 0x2a.
30118 2003-10-22  Zoltan Varga  <vargaz@freemail.hu>
30120         * reflection.h (MonoReflectionMethodAux): New structure to store
30121         information which is rarely used, thus is not in the MonoMethod
30122         structure.
30124         * reflection.h (MonoDynamicAssembly): New field 'method_aux_hash' to
30125         store the aux info.
30127         * reflection.c (mono_methodbuilder_to_mono_method): Store param names
30128         and marshalling info into the aux structure.
30130         * loader.c (mono_method_get_marshal_info): Retrieve the marshal info
30131         from the aux structure.
30133         * loader.c (mono_method_get_param_names): Retrieve the param names from
30134         the aux structure.
30135         
30136 2003-10-21  Zoltan Varga  <vargaz@freemail.hu>
30138         * exception.h exception.c: Add AppDomainUnloadedException && fix 
30139         warning.
30141 2003-10-21  Dick Porter  <dick@ximian.com>
30143         * socket-io.c
30144         (ves_icall_System_Net_Sockets_Socket_Select_internal): Applied
30145         patch from Laramie Leavitt moving divide out of loop. (Bug 45381).
30147 2003-10-21  Martin Baulig  <martin@ximian.com>
30149         * reflection.c (mono_reflection_bind_generic_parameters):
30150         `klass->parent' is NULL for interfaces.
30152 2003-10-21  Martin Baulig  <martin@ximian.com>
30154         * reflection.c (create_typespec): Added MONO_TYPE_VAR and MONO_TYPE_MVAR.
30156 2003-10-20  Zoltan Varga  <vargaz@freemail.hu>
30158         * exception.c (mono_exception_from_name_msg): New helper function for
30159         creating exceptions and initializing their message field.
30161         * exception.c: Simplify functions using the new helper.
30163         * exception.h exception.c (mono_get_exception_cannot_unload_appdomain):
30164         New function.
30166         * object.h object.c: Remove G_GNUC_NORETURN from the signature of
30167         mono_raise_exception, since otherwise gcc doesn't generate the function
30168         epilog for raise_exception, confusing the stack unwinding in the JIT.
30169         Fixes #45043.
30171         * rawbuffer.c (mono_raw_buffer_load_mmap): Map mmap-ed memory with
30172         PROT_EXEC. This seems to prevent segmentation faults on Fedora Linux.
30173         Fixes #49499.
30175 2003-10-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30177         * icall.c: OutputDebugStringW expects 16-bit unicode characters, not
30178         utf8.
30180 2003-10-18  Lluis Sanchez Gual  <lluis@ximian.com>
30182         * icall.c: Removed GetUninitializedObject method because
30183           AllocateUninitializedClassInstance does the same.
30185 2003-10-18  Martin Baulig  <martin@ximian.com>
30187         * class.c (inflate_generic_signature): Renamed to
30188         mono_class_inflate_generic_signature() and made it public.
30189         (my_mono_class_from_generic_parameter): New static function; if we
30190         don't already have the generic parameter's MonoClass, create a
30191         very simple one which is just used internally in the runtime and
30192         not passed back to managed code.
30194         * class.h (MonoGenericInst): Added `gpointer mbuilder' field.
30196         * metadata.h (MonoMethodSignature): Moved the
30197         `MonoGenericParam *gen_params' to the MonoMethodHeader.
30198         (MonoMethodHeader): Moved the `MonoGenericParam *gen_params' here.
30200         * icall.c (ves_icall_MethodInfo_GetGenericArguments): Renamed to
30201         ves_icall_MonoMethod_GetGenericArguments(); this is now an
30202         interncall on the MonoMethod class, not on MethodInfo.
30203         (ves_icall_MethodInfo_BindGenericParameters): Removed, we're now
30204         calling mono_reflection_bind_generic_method_parameters() directly.
30206         * loader.c (mono_method_get_signature): If this is a MethodSpec;
30207         return the already computed `method->signature'.
30208         (method_from_methodspec): New static function to load a method
30209         from a MethodSpec entry.
30210         (mono_get_method_from_token): Call the new method_from_methodspec()
30211         for MethodSpec tokens.  
30212         (mono_get_method_from_token): If we're a generic method, load the
30213         type parameters.
30215         * reflection.c (mono_image_get_memberref_token): Allow
30216         MEMBERREF_PARENT_TYPEDEF here; this will be used in the MethodSpec
30217         table.
30218         (fixup_method): Added support for MONO_TABLE_METHODSPEC.
30219         (mono_image_create_token): First check whether it's a generic
30220         method (so we'd need to create a MethodSpec), then do the other
30221         two alternatives.
30222         (mono_reflection_bind_generic_method_parameters): Return a
30223         `MonoReflectionMethod *' instead of a `MonoMethod *'; we're now
30224         called directly from the interncall.
30226 2003-10-17  Zoltan Varga  <vargaz@freemail.hu>
30228         * reflection.c (load_public_key): Move loading of the public key
30229         into managed code.
30231         * image.h (MonoAssemblyName): Add public_key and hash_alg fields.
30233         * assembly.c (mono_assembly_open): Fill in public_key and hash_alg
30234         fields.
30236         * icall.c (ves_icall_System_Reflection_Assembly_FillName): Fill in
30237         culture, hash_alg and public_key. Fixes #49555.
30239 2003-10-17  Martin Baulig  <martin@ximian.com>
30241         * class.h (MonoGenericInst): Moved this declaration here and added
30242         `MonoMethod *generic_method'.
30244         * icall.c
30245         (ves_icall_MethodInfo_GetGenericArguments): New interncall.
30246         (ves_icall_MethodInfo_BindGenericParameters): New interncall.
30248         * metadata.c (mono_metadata_type_equal): Two types of
30249         MONO_TYPE_VAR or MONO_TYPE_MVAR equals if they have the same
30250         index; ie. don't compare the address of the `MonoGenericParam'
30251         structure.
30252         (mono_metadata_load_generic_params): Removed the `MonoMethod
30253         *method' argument.
30255         * metadata.h (MonoGenericInst): Moved declaration to class.h.
30256         (MonoMethodHeader): Added `MonoGenericInst *geninst'.
30258         * reflection.c (method_encode_signature): Encode the number of
30259         generic parameters.
30260         (encode_generic_method_sig): New static function.
30261         (method_encode_methodspec): New static function; creates an entry
30262         in the MethodSpec table for a generic method.
30263         (mono_image_get_methodspec_token): New static function.
30264         (mono_image_create_token): Call mono_image_get_methodspec_token()
30265         for generic methods.
30266         (mono_reflection_bind_generic_method_parameters): New public
30267         function.  Instantiates a generic method.
30269 2003-10-16  Martin Baulig  <martin@ximian.com>
30271         * metadata.h (MonoMethodSignature): Moved `MonoGenericParam
30272         *gen_params' here from MonoMethodHeader.
30274         * metadata.c (mono_metadata_parse_method_signature): If we have
30275         generic parameters, initialize `method->gen_params' and then set
30276         the correct `type->data.generic_param' in all the parameters.
30278 2003-10-16  Zoltan Varga  <vargaz@freemail.hu>
30280         * threads.c (mono_threads_get_default_stacksize): New function to 
30281         return the default stacksize.
30283         * gc.c (mono_gc_cleanup): Use a separate event for waiting for the
30284         termination of the finalizer thread, since the previous method had
30285         race conditions. Fixes #49628.
30287         * gc.c (mono_gc_init): Use the same stacksize for the finalizer thread
30288         as for the other managed threads.
30290 2003-10-16  Martin Baulig  <martin@ximian.com>
30292         * class.c (inflate_generic_signature): Copy `generic_param_count'
30293         and `gen_params'.
30295         * icall.c (ves_icall_MethodInfo_get_IsGenericMethodDefinition):
30296         New interncall.
30298         * metadata.c (mono_metadata_parse_method_signature): Actually set
30299         the `method->generic_param_count' here.
30300         (mono_metadata_load_generic_params): Initialize `pklass' to NULL.
30302 2003-10-15  Zoltan Varga  <vargaz@freemail.hu>
30304         * object.h: Add a new field to TypedRef to simplify the implementation
30305         of the REFANY opcodes in the JIT.
30307         * icall.c: Make use of the new field.
30309         * metadata.c (mono_type_size): Compute the size of TYPEDBYREF types
30310         dynamically.
30312 2003-10-15  Martin Baulig  <martin@ximian.com>
30314         * class.c (mono_class_from_gen_param): Renamed to
30315         mono_class_from_generic_parameter() and moved most of the
30316         functionality from mono_reflection_define_generic_parameter()
30317         here; ie. we create a "real" class here.
30318         (mono_class_from_mono_type): Only allow MONO_TYPE_VAR and
30319         MONO_TYPE_MVAR if mono_class_from_generic_parameter() has
30320         previously been called.
30322         * class.h (MonoGenericParam): Moved the declaration of this struct
30323         here from metadata.h and added `MonoMethod *method'.
30325         * icall.c (ves_icall_MonoType_get_DeclaringMethod): New
30326         interncall.
30328         * loader.c (mono_get_method_from_token): If we have any generic
30329         parameters, call mono_metadata_load_generic_params() to read them
30330         from the MONO_TABLE_GENERICPAR.
30332         * metadata.c (mono_metadata_load_generic_params): Added
30333         `MonoMethod *method' argument which is used MONO_TYPE_MVAR.
30335         * metadata.h (MonoMethodSignature): Replaced
30336         `MonoGenericInst *geninst' with `guint16 generic_param_count'.
30337         (MonoMethodHeader): Added `MonoGenericParam *gen_params'.
30339         * reflection.c (mono_reflection_define_generic_parameter): Moved
30340         most of the functionality into the new
30341         mono_class_from_generic_parameter(); set the `method' field if
30342         we're a method parameter.       
30344 2003-10-13 Bernie Solomon  <bernard@ugsolutions.com>
30346         * marshal.c (emit_struct_conv): if native size is 0
30347         emit no code.
30349 2003-10-14  Martin Baulig  <martin@ximian.com>
30351         * icall.c: The generics API has changed in the spec since it was
30352         added to System.Type; these modifications make it match the spec
30353         again.
30354         (ves_icall_Type_GetGenericParameters): Renamed to
30355         `ves_icall_Type_GetGenericArguments'.
30356         (ves_icall_Type_get_IsGenericTypeDefinition): New interncall.
30357         (ves_icall_MonoType_get_HasGenericParameteres): Renamed to
30358         `ves_icall_MonoType_get_HasGenericArguments'.
30359         (ves_icall_MonoType_get_IsUnboundGenericParameter): Renamed to
30360         `ves_icall_MonoType_get_IsGenericParameter'.
30361         (ves_icall_MonoType_get_HasUnboundGenericParameters): Removed;
30362         this is no interncall anymore.
30363         (ves_icall_TypeBuilder_get_IsUnboundGenericParameter): Renamed to
30364         `ves_icall_TypeBuilder_get_IsGenericParameter'.
30366 2003-10-14  Martin Baulig  <martin@ximian.com>
30368         * reflection.c (mono_reflection_bind_generic_parameters): Also
30369         inflate generic methods if we're reading the class from IL.
30371 2003-10-13  Martin Baulig  <martin@ximian.com>
30373         * reflection.c (mono_reflection_define_generic_parameter): This
30374         method isn't called directly from the icall anymore; take a
30375         `MonoReflectionAssemblyBuilder *' so we can use this for type and
30376         method generic parameters.
30377         (ReflectionMethodBuilder): Added `MonoArray *generic_param'.
30378         (method_builder_encode_signature): Encode generic parameters.
30379         (mono_image_get_method_info): Write generic params to the
30380         MONO_TABLE_GENERICPARAM table.
30382         * reflection.h (MonoReflectionMethodBuilder): Added
30383         `MonoArray *generic_params'.
30385         * metadata.h (MonoMethodSignature): Added `MonoGenericInst *geninst'.
30387         * icall.c (ves_icall_TypeBuilder_define_generic_parameter): Added
30388         wrapper for mono_reflection_define_generic_parameter().
30389         (ves_icall_MethodBuilder_define_generic_parameter): Likewise.   
30391 2003-10-13  Zoltan Varga  <vargaz@freemail.hu>
30393         * marshal.h: Add missing function to fix build.
30395         * marshal.c (mono_marshal_get_native_wrapper): Add support for 
30396         the SetLastError pinvoke attribute.
30398         * marshal.c (mono_marshal_set_last_error): New helper function called
30399         by the generated code.
30400         
30401         * marshal.c (mono_mb_emit_branch): New helper function.
30403         * marshal.c (mono_mb_emit_exception): Added exception name parameter.
30405         * marshal.c (mono_marshal_get_managed_wrapper): Added support for
30406         classes as parameters and return values of delegates. Fixes #29256. 
30408 2003-10-12  Bernie Solomon  <bernard@ugsolutions.com>
30410         * locales.c: use gint32 in non HAVE_ICU case
30412 2003-10-11  Martin Baulig  <martin@ximian.com>
30414         * mono-debug.c (mono_debug_add_method): Added a workaround for
30415         bug #48591.
30417 2003-10-10  Zoltan Varga  <vargaz@freemail.hu>
30419         * marshal.c (mono_marshal_get_managed_wrapper): Under windows,
30420         delegates passed to native code must use the STDCALL calling 
30421         convention. Fixes #35987.
30423 2003-10-10  Martin Baulig  <martin@ximian.com>
30425         * class.c (inflate_generic_type): If we're inflating for a generic
30426         type instance (and not for a generic method), return
30427         MONO_TYPE_MVAR unchanged.
30429 2003-10-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30431         * string-icalls.c: Join ignores null strings in the source array.
30432         * threadpool.[ch]: export busy_worker_threads, not mono_worker_threads.
30433         * threads.c: GetAvailableTheads is slightly more accurate.
30435 2003-10-09  Bernie Solomon  <bernard@ugsolutions.com>
30437         * threads.h threads.c : add mono_threads_set_default_stacksize
30438         and pass default to CreateThread calls.
30440 2003-10-09  Dick Porter  <dick@ximian.com>
30442         * icall.c:
30443         * locales.h:
30444         * locales.c: Internal calls for constructing CultureInfo and
30445         related objects from libicu (if its available.)
30447 2003-10-09  Zoltan Varga  <vargaz@freemail.hu>
30449         * debug-helpers.c (wrapper_type_names): Add 'unknown' wrapper type.
30451 2003-10-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30453         * threadpool.c: added an argument to async_invoke_thread that is the
30454         item to process, pass the MonoAsyncResult to the thread start function
30455         when creating a new thread. This way we don't need to acquire any lock
30456         when we're creating a new thread. Readded a semaphore for faster
30457         response times (instead of that Sleep i added).
30459 2003-10-08  Bernie Solomon  <bernard@ugsolutions.com>
30461         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData):
30462         get daylight change dates better on Windows, fix handling
30463         of platforms without tm_gmtoff.
30465 2003-10-06  Martin Baulig  <martin@ximian.com>
30467         * class.c (inflate_generic_method): Renamed to
30468         mono_class_inflate_generic_method() and made public.
30469         (mono_class_init): Don't inflate the generic methods here.
30470         (mono_class_from_generic): Added `gboolean inflate_methods'
30471         argument.  Inflate the methods here.
30473         * loader.c (mono_method_get_param_names): Ignore instances of
30474         generic types for the moment.
30476         * reflection.c (fixup_method): Added support for inflated methods.
30477         (mono_image_create_token): Use mono_image_get_methodref_token()
30478         for inflated methods.
30479         (mono_custom_attrs_from_param): Ignore instances of generic types
30480         for the moment.
30481         (mono_reflection_bind_generic_parameters): New public function.
30482         Moved all the functionality from
30483         ves_icall_Type_BindGenericParameters() here and added support for
30484         dynamic types.
30485         (mono_reflection_define_generic_parameter): Initialize
30486         `klass->methods' here.
30488         * icall.c (ves_icall_Type_BindGenericParameters): Moved all the
30489         functionality into mono_reflection_define_generic_parameter().
30490         (ves_icall_Type_GetGenericTypeDefinition): If we're coming from a
30491         TypeBuilder, return that TypeBuilder.
30493 2003-10-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30495         * appdomain.c: removed mono_delegate_semaphore.
30497         * threadpool.c:
30498         (mono_thread_pool_add): moved hash table creation inside and the thread 
30499         creation outside of the critical region.
30500         (mono_thread_pool_finish): removed obsolete code.
30501         (async_invoke_thread): don't use the semaphore. Use a plain Sleep and
30502         continue or exit the thread depending on the queue.
30504 2003-10-07  Bernie Solomon  <bernard@ugsolutions.com>
30506         * metadata.c (mono_type_to_unmanaged): allow bools to marshal as I1
30507         marshal.c (emit_ptr_to_str_conv & mono_marshal_get_native_wrapper):
30508         handle more bool marshalling options
30510 2003-10-07  Zoltan Varga  <vargaz@freemail.hu>
30512         * marshal.c (mono_marshal_get_native_wrapper): Fix marshalling of
30513         arrays of structs. Also add a more descriptive error message when
30514         a structure member is marshalled as LPArray.
30516 2003-10-06  Zoltan Varga  <vargaz@freemail.hu>
30518         * marshal.c (mono_marshal_get_native_wrapper): Add support for
30519         marshalling arrays of complex types. Fixes #29098. Also remove an
30520         usused and incomplete function.
30522 Mon Oct 6 15:38:40 CEST 2003 Paolo Molaro <lupus@ximian.com>
30524         * gc.c: report heap_size - free_bytes as total memory allocated
30525         (bug#49362).
30527 2003-10-05  Zoltan Varga  <vargaz@freemail.hu>
30529         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Finally 
30530         fix timezone handling problems on Windows.
30531         
30532         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Avoid
30533         asserts when the year is outside the range handled by ms the functions.
30535         * class.c (setup_interface_offsets): If the class is an interface,
30536         fill out its interface_offsets slot.
30538 2003-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30540         * threadpool.c: mark threadpool threads as background.
30542 2003-10-03  Bernie Solomon  <bernard@ugsolutions.com>
30544         * decimal.c - define DECINLINE to nothing if not using GCC
30546 2003-10-03  Zoltan Varga  <vargaz@freemail.hu>
30548         * assembly.c: More refcount fixes.
30550 2003-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30552         * string-icalls.c: if we're not trimming, return the same string.
30553         When not splitting, don't create a new string.
30555 2003-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30557         * image.c:
30558         (mono_image_open): increment the ref_count inside the critical section.
30560 2003-10-02  Zoltan Varga  <vargaz@freemail.hu>
30562         * image.c (mono_image_open): Fix reference counting bug.
30564 2003-09-30  Bernie Solomon  <bernard@ugsolutions.com>
30566         * marshal.c (mono_marshal_type_size) struct alignment changed for 
30567         64bit machines.  (emit_ptr_to_str_conv) Fix bool conversions for 
30568         64bits. Avoid leak in mono_marshal_get_native_wrapper when
30569         mono_lookup_pinvoke_call throws.        
30571 2003-09-30  Zoltan Varga  <vargaz@freemail.hu>
30573         * reflection.c (mono_reflection_parse_type): Fix #49114.
30575         * file-io.c (ves_icall_System_IO_MonoIO_GetFileAttributes): Add
30576         temporary workaround for cygwin header problem.
30578         * object.c (mono_object_isinst): Synchronize this with the code
30579         generated by the JIT for casts.
30581 2003-09-29  Zoltan Varga  <vargaz@freemail.hu>
30583         * reflection.c (encode_type): Fix #38332.
30585 2003-09-26  Zoltan Varga  <vargaz@freemail.hu>
30587         * marshal.c (mono_marshal_method_from_wrapper): New function to return
30588         the original method from the wrapper method.
30590 2003-09-25  Martin Baulig  <martin@ximian.com>
30592         * icall.c (ves_icall_Type_IsGenericTypeDefinition): Removed this
30593         interncall since it was identical to `Type.GetGenericTypeDefinition()'.
30594         (ves_icall_Type_get_IsGenericInstance): New interncall.
30596 2003-09-24 Bernie Solomon <bernard@ugsolutions.com>
30598         * object.c: fix cast warning in big endian code.
30600 2003-09-19 Jackson Harper <jackson@latitudegeo.com>
30602         * icall.c: Timezone patch from Zoltan Varga (vargaz@freemail.hu)
30603         
30604 2003-09-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30606         * assembly.c: don't call check_env from mono_assembly_load. It's
30607         already done once in mono_assemblies_init and may cause headaches when
30608         multiple threads are loading assemblies.
30610 2003-09-19  Martin Baulig  <martin@ximian.com>
30612         * reflection.c (mono_reflection_define_generic_parameter): Don't
30613         allocate `klass->methods', set `klass->flags' to
30614         TYPE_ATTRIBUTE_INTERFACE, not TYPE_ATTRIBUTE_ABSTRACT.
30616 2003-09-18  Martin Baulig  <martin@ximian.com>
30618         * class.c (mono_class_init): Don't create `class->methods' if it's
30619         already initialized.
30621         * metadata.c (mono_metadata_load_generic_params): Make this
30622         actually work.
30624         * reflection.c (mono_reflection_define_generic_parameter): Set
30625         parent class and interfaces from the constraints.
30627         * reflection.h (MonoReflectionGenericParam): Added `guint32 flags'
30628         to keep this struct in sync with the declaration in TypeBuilder.cs.
30630 2003-09-17  Martin Baulig  <martin@ximian.com>
30632         * metadata.h (MonoType): Replaced the data's `int type_param'
30633         field with `MonoGenericParam *generic_param'.
30634         (MonoGenericParam): Added `MonoClass *klass'.
30636         * class.c (mono_class_from_gen_param): Removed the
30637         `MonoImage *image' and `int type_num' arguments.
30639         * metadata.c (mono_metadata_parse_generic_param): New static
30640         method; creates a MonoGenericParam which just contains the index.
30641         (do_mono_metadata_parse_type): Call
30642         mono_metadata_parse_generic_param() for MONO_TYPE_VAR and
30643         MONO_TYPE_MVAR.
30645         * reflection.c (mono_image_typedef_or_ref): Generic type
30646         parameters may be in the same assembly, but never use a typedef
30647         for them.
30648         (mono_reflection_define_generic_parameter): We're now creating a
30649         "real" class for the type parameter; it's now safe to call
30650         mono_class_from_mono_type() on the class'es type, it'll do the
30651         right thing.
30653 2003-09-16  Martin Baulig  <martin@ximian.com>
30655         * mono-debug-debugger.c (allocate_symbol_file_entry): Initialize
30656         `symfile->range_entry_size' and `symfile->class_entry_size' here;
30657         the `symfile' data structure must be fully initialized before it
30658         gets added to the table.
30660 2003-09-15  Zoltan Varga  <vargaz@freemail.hu>
30662         * icall.c (ves_icall_Type_IsArrayImpl): Added MONO_ARCH_SAVE_REGS.
30664         * appdomain.h domain.c (MonoDomain): Added new hashtable to store the
30665         class init trampolines.
30667 2003-09-11  Zoltan Varga  <vargaz@freemail.hu>
30669         * profiler.c (mono_profiler_load): Added '-time' and '-alloc' options
30670         to the built-in profiler to turn off time and allocation profiling
30671         respectively.
30673 2003-09-10  Zoltan Varga  <vargaz@freemail.hu>
30675         * profiler.c (mono_profiler_coverage_alloc): Use NULL instead of
30676         g_direct_equal.
30678         * debug-helpers.c (mono_method_full_name): Print the wrapper type
30679         in human readable form.
30681 2003-09-08  Zoltan Varga  <vargaz@freemail.hu>
30683         * reflection.c icall.c: Fixed warnings.
30685         * image.c (load_class_names): Use a temporary hash table to hold the
30686         namespaces in order to avoid doing many string comparisons.
30688         * image.h: Fix typo.
30690         * image.c class.c rawbuffer.c reflection.c threads.c verify.c domain.c:
30691         Pass NULL instead of g_direct_equal to the GHashTable constructor 
30692         since the NULL case is short-circuited inside g_hash_table_lookup, 
30693         leading to better performance.  
30695         * metadata.c (mono_metadata_custom_attrs_from_index): New function to
30696         obtain the first custom attribute for a given index. Depends on the
30697         CustomAttribute table being sorted by the parent field.
30699         * reflection.c (mono_custom_attrs_from_index): Use the new function 
30700         for better performance.
30702 2003-09-07  Martin Baulig  <martin@ximian.com>
30704         * class.c (mono_class_init): If we're a generic instance, inflate
30705         all our methods instead of loading them from the image.
30706         (mono_class_from_generic): Set `class->methods = gklass->methods'.
30708 2003-09-07  Martin Baulig  <martin@ximian.com>
30710         * mono-debug-debugger.c: Added support for constructors.
30712 2003-09-06  Martin Baulig  <martin@ximian.com>
30714         * icall.c (ves_icall_TypeBuilder_get_IsUnboundGenericParameter):
30715         New interncall.
30717         * reflection.c (mono_reflection_setup_generic_class): Call
30718         ensure_runtime_vtable() to create the vtable.
30720 2003-09-05  Martin Baulig  <martin@ximian.com>
30722         * class.c (mono_class_array_element_size): Added MONO_TYPE_VAR and
30723         MONO_TYPE_MVAR.
30725 2003-09-04  Martin Baulig  <martin@ximian.com>
30727         * reflection.c (mono_reflection_define_generic_parameter): Generic
30728         parameters start with zero.
30730 2003-09-04  Martin Baulig  <martin@ximian.com>
30732         * metadata.c (mono_type_size): Added MONO_TYPE_VAR and MONO_TYPE_MVAR.
30734         * reflection.h (MonoReflectionGenericParam): New typedef.
30735         (MonoReflectionTypeBuilder): Added `generic_params' fields to get
30736         the generic parameters from the managed TypeBuilder.
30738         * reflection.c (mono_reflection_define_generic_parameter): New function.
30739         (mono_reflection_create_runtime_class): Encode generic parameters.
30740         (mono_reflection_setup_generic_class): New function; this is
30741         called after adding adding all generic params to the TypeBuilder.
30742         (encode_type): Added MONO_TYPE_VAR.
30744 2003-09-04  Zoltan Varga  <vargaz@freemail.hu>
30746         * class.h class.c (mono_class_needs_cctor_run): Moved this method
30747         here from the JIT.
30749         * assembly.h assembly.c: Moved the AOT loading code into an assembly
30750         load hook.
30752 2003-09-03  Zoltan Varga  <vargaz@freemail.hu>
30754         * reflection.h reflection.c class.h class.c: Delete duplicate 
30755         definition of mono_type_get_name () from reflection.c and export the
30756         one in class.c.
30758         * class.c: Class loading fixes from Bernie Solomon 
30759         (bernard@ugsolutions.com).
30761         * reflection.c: Endianness fixes from Bernie Solomon 
30762         (bernard@ugsolutions.com).
30763         
30764 2003-09-01  Zoltan Varga  <vargaz@freemail.hu>
30766         * assembly.h assembly.c: Define a file format version for AOT
30767         libraries.
30768         
30769         * assembly.c (mono_assembly_open): Fix leaking of MonoImage-s.
30771         * appdomain.h (MonoJitInfo): New field to determine whenever the
30772         code is domain neutral.
30773         
30774 2003-08-31  Miguel de Icaza  <miguel@ximian.com>
30776         * marshal.c (emit_struct_conv): Add MONO_TYPE_CHAR
30778 2003-08-30  Zoltan Varga  <vargaz@freemail.hu>
30780         * icall.c (ves_icall_System_Web_Util_ICalls_get_machine_install_dir): 
30781         (ves_icall_System_Configuration_DefaultConfig_get_machine_config_path):
30782         Avoid caching the result since strings must be domain specific. Fixes
30783         #48050.
30785 2003-08-29  Zoltan Varga  <vargaz@freemail.hu>
30787         * marshal.c (mono_marshal_init): Make this callable multiple times
30788         since it is hard to find a correct place to call it.
30790         * object.c (mono_runtime_class_init): Execute static constructors in
30791         the correct appdomain.
30793         * image.c (build_guid_table): Handle the case when multiple images have
30794         the same GUID.
30796 2003-08-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30798         * icall.c: added a couple of icalls for System.Web.
30800 2003-08-28  Martin Baulig  <martin@ximian.com>
30802         * icall.c (ves_icall_Type_BindGenericParameters): Use
30803         `klass->generic_inst' instead of `&klass->byval_arg' in the
30804         mono_type_get_object() call.  The returned type must be
30805         MONO_TYPE_GENERICINST and not MONO_TYPE_CLASS.
30807 2003-08-27  Zoltan Varga  <vargaz@freemail.hu>
30809         * NOTES: New file.
30811         * object.c (mono_class_proxy_vtable): Make it thread safe.
30813         * pedump.c: Fix warning.
30815         * object.c appdomain.h: Get rid of metadata_section. 
30816         It is no longer needed and it was causing deadlocks with domain->lock.
30818         * appdomain.c (add_assemblies_to_domain): Make it thread safe.
30820 2003-08-26  Martin Baulig  <martin@ximian.com>
30822         * pedump.c (main): Don't call mono_image_close() if `verify_pe'.
30824 2003-08-26  Martin Baulig  <martin@ximian.com>
30826         * pedump.c (main): Call mono_metadata_init(),
30827         mono_raw_buffer_init(), mono_images_init(), mono_assemblies_init()
30828         and mono_loader_init().
30830 2003-08-26  Zoltan Varga  <vargaz@freemail.hu>
30832         * loader.h: Add missing include to fix build.
30834         * image.h: mono_image_load_references is no more.
30836         * assembly.c: Reworked assembly loading to make it really thread safe.
30837         After these changes, the assembly returned by mono_assembly_open is
30838         fully initialized, i.e. all its references assemblies are loaded.
30840         * assembly.c (mono_image_load_references): Renamed to 
30841         mono_assembly_load_references, and made private, since clients no
30842         longer need to call it.
30844         * class.c: Removed calls to mono_assembly_load_references, since it was
30845         a source of deadlocks.
30847         * loader.h loader.c class.h class.c: Protect data structures using a 
30848         new lock, the loader lock.
30850         * class.c (mono_class_setup_vtable): Create temporary hash tables and
30851         GPtrArrays only when needed.
30853         * class.c (mono_class_layout_fields): Ignore the dummy field inserted 
30854         into empty structures by mcs. Fixes pinvoke7.cs.
30855         
30856         * domain.c (mono_init): Call a new initialization function.
30858         * appdomain.c (mono_runtime_init): Call the new initializer function
30859         of the marshal module.
30861         * marshal.c (mono_marshal_load_type_info): Ignore the dummy field
30862         inserted into empty structures by mcs. Fixes pinvoke7.cs.
30864         * marshal.h marshal.c: Added locks around the wrapper caches to make
30865         this module thread safe.
30867         * icall.c (ves_icall_InternalInvoke): Method wrappers doesn't require a
30868         this argument. Fixes pinvoke1.exe.
30870 2003-08-25  Lluis Sanchez <lluis@ximian.com>
30872         * object.h: Added call_type field to MonoMethodMessage and the corresponding
30873         enumeration of values. Removed fields to store remote call output values in
30874         MonoAsyncResult. Not needed any more.
30875         * object.c: Initialize call_type and async_result fields in mono_message_init.
30876         * marshal.c: mono_delegate_begin_invoke(): for proxies, set call_type before
30877         dispatching the message.
30878         mono_delegate_end_invoke (): delegate to the proxy the work of waiting for the
30879         async call to finish. To do it use a message with EndInvoke call type.
30881 2003-08-25  Zoltan Varga  <vargaz@freemail.hu>
30883         * loader.h loader.c (mono_method_hash_marhal_info): New function which
30884         determines whenever a method has marshalling info.
30886 2003-08-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30888         * assembly.c: fix the build on windows.
30890 2003-08-22 Lluis Sanchez <lluis@ximian.com>
30892         * object.cs: Fixed bug #47785.
30894 2003-08-22 Jackson Harper <jackson@latitudegeo.com>
30896         * string-icalls.c (StringReplace): If their are no occurances of
30897         the old string found return a reference to the supplied
30898         string. This saves some memory and matches MS behavoir.
30899         
30900 2003-08-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30902         * socket-io.c: fixed compilation for systems that define AF_INET6
30903         and don't define SOL_IP/SOL_IPV6.
30905 2003-08-21  Zoltan Varga  <vargaz@freemail.hu>
30907         * object.c (mono_object_isinst): Fix casts to TransparentProxy in
30908         the interpreter. Patch by Bernie Solomon (bernard@ugsolutions.com).
30910         * rawbuffer.c rawbuffer.h: Make this module thread safe.
30912         * domain.c: Make this module thread safe.
30914         * domain.c (mono_init): Call new initialization function.
30916         * icall.c (ves_icall_System_Array_SetValueImpl): Check types for
30917         reference types too. Fixes #38812.
30919         * image.c (mono_image_init): Fixed warnings.
30921         * class.c (mono_class_from_typeref): Handle assembly load failure
30922         correctly.
30924         * appdomain.c (add_assemblies_to_domain): Handle the case when
30925         the references of an assembly are not yet loaded.
30927         * metadata.c image.c assembly.c: Moved initialization of global
30928         variables to a separate function called at startup since lazy 
30929         initialization of these variables is not thread safe.
30930         
30931         * image.c assembly.c: Made this module thread safe by adding locks in 
30932         the appropriate places.
30934         * domain.c (mono_init): Call the new initialization functions of the
30935         three modules.
30937 2003-08-20  Lluis Sanchez Gual  <lluis@ximian.com>
30939         * marshal.c: mono_delegate_begin_invoke(): If the target is a proxy,
30940           make a direct call. It is proxy's work to make the call asynchronous.
30941           mono_delegate_end_invoke(): If the targe is a proxy, just collect
30942           the return values.
30943         * object.cs: mono_method_call_message_new(): read AsyncResult and
30944           state object from parameters list, if this info is requested.
30945         * object.h: Added fields to store remote call output values in
30946           MonoAsyncResult. Added AsyncResult field in MonoMethodMessage.
30948 Wed Aug 20 12:57:42 CEST 2003 Paolo Molaro <lupus@ximian.com>
30950         * object.h: add needed fields to MonoThread.
30951         * threads.c, threads.h: allow registering a function to cleanup data
30952         allocated per thread by the JIT.
30954 Tue Aug 19 18:22:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
30956         * loader.h: portability fix by Bernie Solomon
30957         * <bernard@ugsolutions.com>.
30959 2003-08-16  Zoltan Varga  <vargaz@freemail.hu>
30961         * reflection.h reflection.c (mono_param_get_objects): Changed this to 
30962         return a MonoArray. This simplifies the code and also ensures that
30963         the cache allways contains an object reference as a value.
30965         * icall.c (ves_icall_get_parameter_info): Simplified using the new
30966         function.
30968 2003-08-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30970         * socket-io.c: patch by Bernie Solomon <bernard@ugsolutions.com> that
30971         fixes a problem with byte ordering when getting the address family for
30972         a socket.
30974 2003-08-15  Zoltan Varga  <vargaz@freemail.hu>
30976         * .cvsignore: Added monosn.
30978         * reflection.h reflection.c loader.c: Added support for parameter
30979         marshalling to dynamically created types. Fixes #47295.
30981 Fri Aug 15 11:42:46 CEST 2003 Paolo Molaro <lupus@ximian.com>
30983         * rand.c: remove useless warnings.
30985 Wed Aug 13 15:49:57 CEST 2003 Paolo Molaro <lupus@ximian.com>
30987         * class.c: implemented ldtoken for methods and fieldrefs.
30989 2003-08-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30991         * threadpool.c: when mono_async_invoke was called, no one took care of
30992         monitoring the queue. So if the method invoked took some time and we
30993         got new async invoke requests after 500 ms (the thread created waited
30994         that long in WaitForSingleObject), the new async invoke was not called
30995         until the previous one finished.
30997         This is fixed now. Thanks to Totte for helping with it.
30999 2003-08-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31001         * threadpool.c: set threadpool_thread to TRUE. Patch by totte.
31003 2003-08-11  Martin Baulig  <martin@ximian.com>
31005         * mono-debug-debugger.c (mono_debugger_lookup_type): New function.
31007 2003-08-06  Martin Baulig  <martin@ximian.com>
31009         * mono-debug-debugger.c: Added support for static fields,
31010         properties and methods.
31012 2003-08-06  Martin Baulig  <martin@ximian.com>
31014         * mono-debug-debugger.c: Don't store the MonoString's vtable to
31015         make this work for applications with multiple application domains.
31017 2003-08-04  Martin Baulig  <martin@ximian.com>
31019         * mono-debug-debugger.c: Completely reworked the type support; the
31020         most important thing is that we're now just using one single
31021         `MonoType' instance per type.
31023 Sat Aug  2 13:05:27 BST 2003 Malte Hildingson <malte@amy.udd.htu.se>
31025         * mono-endian.h, mono-endian.c, icall.c: Added icall
31026         ves_icall_System_Double_AssertEndianity to assert double word endianity
31027         on ARM (FPA). The icall uses a macro defined in mono-endian.h.
31029 Fri Aug 1 16:51:13 CEST 2003 Paolo Molaro <lupus@ximian.com>
31031         * class.c, class.h, reflection.c, metadata.c, icall.c: more generics
31032         support, icalls and fixes.
31034 2003-07-31  Miguel de Icaza  <miguel@ximian.com>
31036         * unicode.c (ves_icall_System_Char_IsPunctuation): The set of
31037         classes that are a punctuation character in .NET is not the same a
31038         g_unichar_ispunct.
31040 Tue Jul 29 18:07:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
31042         * socket-io.c: ipv6 portability fixes from Felix Ortga (guile@lared.es).
31044 2003-07-29  Miguel de Icaza  <miguel@ximian.com>
31046         * icall.c: Add new MemCopy internalcall.
31047         (ves_icall_System_Reflection_Assembly_GetManifestResourceInternal):
31048         Simplified code; It is not necessary to handle all the cases here,
31049         as the C# code takes care of it.  Only handle the case of the name
31050         resource embedded into the assembly.
31052         Changed signature to return the data pointer and the size of the
31053         data. 
31055 2003-07-26  Miguel de Icaza  <miguel@ximian.com>
31057         * reflection.c (mono_image_get_method_info): Allow for 0x40 to be
31058         encoded.        (Partition II.22.1.7: PInvokeAttribute:SupportsLastErr).
31060 2003-07-29  Lluis Sanchez Gual  <lluis@ximian.com>
31062         * socket-io.c: ignore EINTR error in select.
31064 Tue Jul 29 15:25:01 CEST 2003 Paolo Molaro <lupus@ximian.com>
31066         * class.h, class.c: removed unused subclasses field in MonoClass.
31068 2003-07-29  Lluis Sanchez Gual  <lluis@ximian.com>
31070         * icall.c: improve fix of get_base_definition(). If the parent class
31071           doesn't have the mehod, look at the parent of the parent.
31072         * object.c: mono_message_init(): use the attribute PARAM_ATTRIBUTE_OUT
31073           to check if a parameter is an in or out parameter
31074           (PARAM_ATTRIBUTE_IN is not set by default).
31075           mono_method_return_message_restore(): Use mono_class_value_size to
31076           get the size of a value type. mono_type_stack_size (parameterType)
31077           does not return the correct value if parameterType is byRef.
31078           mono_load_remote_field(), mono_load_remote_field_new(),
31079           mono_store_remote_field(), mono_store_remote_field_new():
31080           raise exception if the remote call returns an exception.
31082 2003-07-28  Martin Baulig  <martin@ximian.com>
31084         * mono-debug-debugger.c (mono_debugger_runtime_invoke): New
31085         method.  This is a wrapper around mono_runtime_invoke() which
31086         boxes the instance object if neccessary.
31088 Fri Jul 25 19:14:13 CEST 2003 Paolo Molaro <lupus@ximian.com>
31090         * class.c, class.h, image.c, image.h, loader.c, metadata.c,
31091         metadata.h, row-indexes.h, verify.c: first cut of generics support.
31093 Thu Jul 24 11:34:20 CEST 2003 Paolo Molaro <lupus@ximian.com>
31095         * icall.c: disable mcs bug workaround.
31097 2003-07-21  Miguel de Icaza  <miguel@ximian.com>
31099         * object.c (mono_runtime_class_init): Take the metadata_section
31100         mutex before obtaining the domain mutex.
31102         * appdomain.h: Added definition of metadata_section mutex here. 
31104         * object.c: define metadata_mutex here.
31106 2003-07-24  Ravi Pratap  <ravi@ximian.com>
31108         * icall.c: Remove the FIXED_MCS_45127 workarounds - this has been
31109         fixed.
31111 2003-07-24  Lluis Sanchez Gual  <lluis@ximian.com>
31113         * reflection.c: Fix bug #46669
31115 2003-07-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31117         * exception.c:
31118         * exception.h:
31119         * icall.c:
31120         * object.h: fill in the type name for TypeLoadException.
31122 2003-07-23  Ravi Pratap  <ravi@ximian.com>
31124         * class.c: Fixes from Paolo in response to bug #45415 (Subclass
31125         relationship between TypeBuilders while compiling corlib) and bug
31126         45993 (Array types returned from the runtime while compiling
31127         corlib were from the loaded corlib).
31129 2003-07-22  Martin Baulig  <martin@ximian.com>
31131         * mono-debug-debugger.c: Reworked the type support a bit more;
31132         distinguish between types and classes.
31134 Tue Jul 22 15:48:50 CEST 2003 Paolo Molaro <lupus@ximian.com>
31136         * icall.c: add IsArrayImpl icall.
31138 2003-07-22  Zoltan Varga  <vargaz@freemail.hu>
31140         * class.c (mono_class_layout_fields): Fix gc aware auto layout by
31141         initializing real_size only once. Also fix bug #46602.
31143 2003-07-21  Jerome Laban <jlaban@wanadoo.fr>
31145         * object.c: Renamed mono_metadata_section to metadata_section.
31147 2003-07-21  Lluis Sanchez Gual  <lluis@ximian.com>
31149         * icall.c: in MS.NET ves_icall_Type_GetInterfaces returns an
31150           empty array if the type is an array. Fixed.
31151           ves_icall_MonoMethod_get_base_definition: if the base method
31152           is abstract, get the MethodInfo from the list of methods of
31153           the class.
31154         * reflection.c: ParameterInfo.PositionImpl should be zero-based
31155           and it was 1-based. Fixed in mono_param_get_objects.
31157 2003-07-20  Martin Baulig  <martin@ximian.com>
31159         * mono-debug.h: Set version number to 31.
31160         (mono_debug_init): Added `MonoDomain *' argument.
31162         * mono-debug-debugger.c: Reworked the type support; explicitly
31163         tell the debugger about builtin types; pass the `klass' address to
31164         the debugger.
31166 2003-07-20 Jackson Harper <jackson@latitudegeo.com>
31168         * image.c: Allow new metadata tables to be loaded without a
31169         warning. Also update the warning message to give the new constant value.
31170                 
31171 Fri Jul 18 13:12:21 CEST 2003 Paolo Molaro <lupus@ximian.com>
31173         * class.c, class.h, debug-helpers.c, icall.c, image.c, marshal.c,
31174         metadata.c, metadata.h, mono-debug-debugger.c, object.c, reflection.c: 
31175         array type representation changes.
31177 Fri Jul 18 11:26:58 CEST 2003 Paolo Molaro <lupus@ximian.com>
31179         * icall.c, appdomain.h, appdomain.c: support full runtime shutdown
31180         on Environment.Exit () call.
31182 Thu Jul 17 17:21:57 CEST 2003 Paolo Molaro <lupus@ximian.com>
31184         * icall.c, reflection.h, reflection.c, verify.c: cleanups,
31185         requires a matching corlib.
31187 2003-07-17  Lluis Sanchez Gual  <lluis@ximian.com>
31189         * Changelog: My editor decided to add a CR to each line. Sorry about that.
31190           Committed again without the CRs.
31191         
31192 2003-07-17  Lluis Sanchez Gual  <lluis@ximian.com>
31194         * socket-io.c: Get system_assembly using mono_image_loaded(), instead
31195           getting it from the "this" socket instance. Did not work
31196           if the socket is a subclass of Socket.
31197           Also fixed bug #35371.
31199 Thu Jul 17 13:39:32 CEST 2003 Paolo Molaro <lupus@ximian.com>
31201         * metadata.c: fixed size for TypedByRef.
31202         * loader.c: when searching for a method, consider the vararg amrker.
31203         * unicode.c, decimal.c: constify some arrays.
31205 2003-07-15  Dick Porter  <dick@ximian.com>
31207         * socket-io.c: Fixed compilation for gcc < 3.2.
31209         Fixed compilation for machines that don't have AF_INET6 (thanks to
31210         Bernie Solomon <bernard@ugsolutions.com> for that part.)
31212         Fixed compile warnings.
31213         
31214         Fixed formatting and line endings.
31216 2003-07-14  Jerome Laban <jlaban@wanadoo.fr>
31218         * socket-io.h:
31219         * socket-io.c: Added IPv6 support.
31221 2003-07-13  Zoltan Varga  <vargaz@freemail.hu>
31223         * class.c (mono_class_is_assignable_from): New function to implement
31224         the is_assignable_from logic. Used by mono_object_isinst, 
31225         Type::IsAssignableFrom () and the interpreter.
31227         * class.c (mono_class_is_subclass_of): Make all classes a subclass of
31228         Object, even interfaces.
31229         
31230         * object.c (mono_object_isinst): Implement in terms of 
31231         is_assignable_from.
31233         * icall.c (ves_icall_type_is_assignable_from): New icall.
31235 2003-07-11  Zoltan Varga  <vargaz@freemail.hu>
31237         * domain.c (foreach_domain): fix compiler warning.
31239 2003-07-11  Dietmar Maurer  <dietmar@ximian.com>
31241         * image.c (load_metadata_ptrs): use g_strndup because strndup is
31242         not available on all plattforms
31244 2003-07-10  Zoltan Varga  <vargaz@freemail.hu>
31246         * image.h image.c: Store the metadata version string in MonoImage.
31247         * icall.c: New icall to retrieve the image version.
31248         * reflection.c (create_dynamic_image): Fill in the image version field
31249         * reflection.c (build_compressed_metadata): Use the image version
31250         from the image structure.
31252 2003-07-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31254         * appdomain.c: modified comment.
31255         * gc.c: finalizer_thread can call finalizers even when finished == TRUE.
31256         That will be its last iteration when mono_gc_cleanup is called from
31257         mono_runtime_cleanup and before the domain is unloaded.
31259         Fixes bug #45962.
31261 2003-07-04  Dietmar Maurer  <dietmar@ximian.com>
31263         * marshal.c (mono_marshal_get_native_wrapper): fixes for [out]
31264         attributes.
31266 Thu Jul 3 17:22:20 CEST 2003 Paolo Molaro <lupus@ximian.com>
31268         * object.c, file-io.c, metadata.c, mono-endian.h, reflection.c,
31269         rawbuffer.c: more 64 bit and picky (or old) compiler fixes from
31270         Bernie Solomon <bernard@ugsolutions.com>.
31272 Thu Jul 3 17:17:39 CEST 2003 Paolo Molaro <lupus@ximian.com>
31274         * object.c, object.h: provide mono_object_new_fast() for faster
31275         allocation in some special cases.
31277 Wed Jul 2 13:21:26 CEST 2003 Paolo Molaro <lupus@ximian.com>
31279         * object.h, reflection.h, verify.c: fixes for some 64bit issues,
31280         mostly from a patch by Laramie Leavitt <lar@leavitt.us>.
31282 Tue Jul 1 21:24:14 CEST 2003 Paolo Molaro <lupus@ximian.com>
31284         * threadpool.c: fix leaks.
31286 2003-07-01  Dick Porter  <dick@ximian.com>
31288         * threadpool.c (mono_async_invoke): Use mono_g_hash_table_remove when
31289         using MonoGHashTables.  Fixes threadpool bug posted to list.
31291 Tue Jul 1 11:45:40 CEST 2003 Paolo Molaro <lupus@ximian.com>
31293         * image.h, image.c: added support to load an assembly from a byte array.
31294         * Makefile.am, assembly.c, make-bundle.pl, sample-bundle: added 
31295         assembly bundle support.
31297 2003-06-27  Dietmar Maurer  <dietmar@ximian.com>
31299         * threadpool.c (mono_thread_pool_add): keep a reference to the
31300         AsyncResult to prevent GC
31302 Thu Jun 26 12:13:25 CEST 2003 Paolo Molaro <lupus@ximian.com>
31304         * class.c: leak fix.
31306 2003-06-25  Dick Porter  <dick@ximian.com>
31308         * threadpool.c (mono_thread_pool_add): Don't set up a finaliser
31309         for the async object, the WaitHandle object will close the handle.
31310         Fixes bug 45321.
31312 Wed Jun 25 18:12:29 CEST 2003 Paolo Molaro <lupus@ximian.com>
31314         * class.c: in mono_array_class_get (), lookup from the hash with the
31315         same type we insert: this works around a bug in
31316         mono_metadata_type_hash() with SZARRAY and fixes a leak reported by
31317         lluis. The real fix will have to wait for after the release.
31319 Wed Jun 25 13:14:41 CEST 2003 Paolo Molaro <lupus@ximian.com>
31321         * icall.c: fix memory leak when getting type members.
31323 Mon Jun 23 16:12:48 CEST 2003 Paolo Molaro <lupus@ximian.com>
31325         * reflection.c: added more pubtoken special cases.
31327 Mon Jun 23 15:29:06 CEST 2003 Paolo Molaro <lupus@ximian.com>
31329         * class.c: handle field offset correctly when class size
31330         is set (bug# 45182, partially from a patch by jlaban@wanadoo.Fr (Jerome Laban)).
31332 2003-06-20  Martin Baulig  <martin@ximian.com>
31334         * mono-debug-debugger.h (MonoDebuggerSymbolFile): Added `MonoImage
31335         *image' field.
31337 2003-06-20  Martin Baulig  <martin@ximian.com>
31339         * image.h, mono-debug-debugger.h: Fixed compiler warnings.
31341 2003-06-20  Martin Baulig  <martin@ximian.com>
31343         * mono-debug.h (MONO_DEBUG_VAR_ADDRESS_MODE_STACK): Removed.  We
31344         just distinguish between variables in registers and variables at
31345         an offset relative to a register.
31347 2003-06-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31349         * icall.c: #ifdef out latest changes until mcs is fixed.
31351 Thu Jun 19 11:03:42 CEST 2003 Paolo Molaro <lupus@ximian.com>
31353         * icall.c: return members in metadata order.
31355 Wed Jun 18 15:26:58 CEST 2003 Paolo Molaro <lupus@ximian.com>
31357         * icall.c: avoid infinite loop in GetTimeZoneData.
31359 Wed Jun 18 12:47:43 CEST 2003 Paolo Molaro <lupus@ximian.com>
31361         * icall.c: added Marshal.Prelink/All icalls.
31363 Wed Jun 18 12:17:48 CEST 2003 Paolo Molaro <lupus@ximian.com>
31365         * object.c, object.h: fix warnings and do some overflow checking
31366         when creating arrays.
31368 2003-06-17  Dick Porter  <dick@ximian.com>
31370         * file-io.h:
31371         * file-io.c: File attributes need to be tweaked slightly when
31372         passed from the managed to the w32 world.
31374 2003-06-17  Zoltan Varga  <vargaz@freemail.hu>
31375         * profiler.h profiler-private.h profiler.c: Rework last patch
31376         based on suggestion by Paolo.
31377         
31378 2003-06-17  Zoltan Varga  <vargaz@freemail.hu>
31380         * profiler.h profiler-private.h profiler.c: Added infrastructure for 
31381         instruction level coverage data collection.
31382         * profiler.h profiler.c (: Added new callback function which can be
31383         used by the profiler to limit which functions should have coverage
31384         instrumentation.
31385         * profiler.c (mono_profiler_load): Call g_module_build_path to
31386         generate the file name of the profiler library.
31388 Mon Jun 16 18:11:13 CEST 2003 Paolo Molaro <lupus@ximian.com>
31390         * profiler.c, profiler.h, profiler-private.h: added basic block 
31391         coverage profiling API.
31393 2003-06-15  Zoltan Varga  <vargaz@freemail.hu>
31395         * reflection.c (mono_reflection_create_runtime_class): Add support
31396         for events in dynamically generated code.
31398         * gc.c: Start GCHandle indexes from 1, since 0 means the handle is
31399         not allocated.
31401 Sat Jun 14 19:01:32 CEST 2003 Paolo Molaro <lupus@ximian.com>
31403         * icall.c: when getting timezone info, return reasonable values if we
31404         can't get the actual data.
31406 2003-06-14  Dick Porter  <dick@ximian.com>
31408         * threads.c (start_wrapper): Remove the reference to the thread
31409         object in the TLS data, so the thread object can be finalized.
31410         This won't be reached if the thread threw an uncaught exception,
31411         so those thread handles will stay referenced :-( (This is due to
31412         missing support for scanning thread-specific data in the Boehm GC
31413         - the io-layer keeps a GC-visible hash of pointers to TLS data.)
31415 Sat Jun 14 13:16:17 CEST 2003 Paolo Molaro <lupus@ximian.com>
31417         * reflection.c: ensure streams and tables are first allocated with
31418         ALLOC_ATOMIC (GC_realloc uses plain GC_malloc otherwise).
31420 Sat Jun 14 13:13:20 CEST 2003 Paolo Molaro <lupus@ximian.com>
31422         * icall.c: fixed GetElementType for byrefs (bug# 44792).
31424 2003-06-13  Zoltan Varga  <vargaz@freemail.hu>
31426         * reflection.c (mono_reflection_create_runtime_class): Add support for
31427         properties to dynamically created classes.
31428         * reflection.c: Fix a few places where non-MonoObjects were inserted
31429         into the tokens hashtable.
31431 Fri Jun 13 19:10:55 CEST 2003 Paolo Molaro <lupus@ximian.com>
31433         * object.c: some support to handle out of memory exceptions.
31435 2003-06-12  Dietmar Maurer  <dietmar@ximian.com>
31437         * marshal.c (mono_marshal_get_native_wrapper): support reference
31438         return types
31440 Wed Jun 11 18:32:51 CEST 2003 Paolo Molaro <lupus@ximian.com>
31442         * object.h, object.c: more portability stuff from Bernie Solomon.
31443         Unexport mono_object_allocate(). Added mono_object_unbox ().
31444         Set exitcode when an unhandled exception is thrown.
31446 2003-06-11  Dietmar Maurer  <dietmar@ximian.com>
31448         * marshal.c (mono_marshal_get_native_wrapper): use custom
31449         marshaler for return types.
31451 2003-06-10  Dick Porter  <dick@ximian.com>
31453         * socket-io.c: Don't assume that one of struct ip_mreqn or struct
31454         ip_mreq is available
31456 Tue Jun 10 17:35:03 CEST 2003 Paolo Molaro <lupus@ximian.com>
31458         * debug-mono-symfile.c, marshal.c, metadata.c, monitor.c,
31459         mono-debug-debugger.c, mono-debug.c, process.c: portability fixes
31460         by Bernie Solomon <bernard@ugsolutions.com>.
31462 2003-06-10  Zoltan Varga  <vargaz@freemail.hu>
31464         * gc.c (mono_gc_init): Avoid error message on shutdown when
31465         GC_DONT_GC=1 is used.
31467         * icall.c (ves_icall_System_Reflection_Module_GetGuidInternal): 
31468         New icall to return the GUID of a module.
31470 Mon Jun 9 19:33:51 CEST 2003 Paolo Molaro <lupus@ximian.com>
31472         * class.c: ensure instance size always includes the parent's size
31473         even whem class size is set explicitly (fixes bug#44294).
31475 Thu Jun 5 19:51:49 CEST 2003 Paolo Molaro <lupus@ximian.com>
31477         * profiler.h, profiler.c: made the simple profiler thread-safe,
31478         get more accurate timing info. Allow the loading of an
31479         externally-developed profiler module.
31481 2003-06-05  Dietmar Maurer  <dietmar@ximian.com>
31483         * marshal.c (mono_marshal_get_native_wrapper): improved
31484         class/byref arguments.
31485         (mono_marshal_get_native_wrapper): better string marshaling support.
31487 Wed Jun 4 18:01:22 CEST 2003 Paolo Molaro <lupus@ximian.com>
31489         * class.c: ensure .pack and .size are handled correctly and
31490         simplified layout of static fields.
31492 2003-06-04  Dietmar Maurer  <dietmar@ximian.com>
31494         * appdomain.c
31495         (ves_icall_System_AppDomainSetup_InitAppDomainSetup): fix for bug 42934
31497         * loader.c (mono_lookup_pinvoke_call): look for modules in the
31498         current directory (fix bug 44008)
31500 2003-06-03  Dietmar Maurer  <dietmar@ximian.com>
31502         * marshal.c (mono_marshal_get_native_wrapper): started support for
31503         custom marshalers.
31504         (mono_delegate_to_ftnptr): consider marshalling specifications
31506 Tue Jun 3 11:17:02 CEST 2003 Paolo Molaro <lupus@ximian.com>
31508         * reflection.c, reflection.h: emit custom marshal info.
31510 2003-06-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31512         * object.c: free the GError.
31513         * icall.c: added CloseEvent_internal.
31514         * threads.[ch]:
31515         (ves_icall_System_Threading_Events_CloseEvent_internal): new internal
31516         call.
31518 2003-06-01  Zoltan Varga  <vargaz@freemail.hu>
31520         * loader.c (mono_method_get_signature): Add support for dynamic
31521         assemblies.
31523 Sat May 31 15:22:07 CEST 2003 Paolo Molaro <lupus@ximian.com>
31525         * reflection.c: fixed bug #43905.
31527 Fri May 30 12:56:29 CEST 2003 Paolo Molaro <lupus@ximian.com>
31529         * class.c, domain.c, icall.c, metadata.h, object.h: support for
31530         handling TypedReference and ArgIterator.
31531         * loader.c, loader.h: added function to get signature at call site.
31533 Thu May 29 11:34:55 CEST 2003 Paolo Molaro <lupus@ximian.com>
31535         * metadata.c, metadata.h, private.h, tokentype.h, loader.c: make more 
31536         data readonly. Buglets and warning fixes. Some MethodSpec support.
31538 Tue May 27 16:34:39 CEST 2003 Paolo Molaro <lupus@ximian.com>
31540         * class.h, class.c, object.c: remove relative numbering support.
31542 2003-05-26  Miguel de Icaza  <miguel@ximian.com>
31544         * marshal.c (mono_marshal_get_native_wrapper): For now, do not
31545         free the string, until we get a chance to fix Gtk#
31547 2003-05-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31549         * marshal.c: revert last patch.
31551 Mon May 26 20:21:52 CEST 2003 Paolo Molaro <lupus@ximian.com>
31553         * icall.c: updates for new mono_class_vtable() not calling
31554         the type constructor anymore.
31556 Mon May 26 12:10:35 CEST 2003 Paolo Molaro <lupus@ximian.com>
31558         * object.h, object.c: separate vtable creation from type
31559         initialization. Make running the .cctor thread safe.
31561 2003-05-26  Dietmar Maurer  <dietmar@ximian.com>
31563         * marshal.c (mono_marshal_get_native_wrapper): free string return values.
31565 2003-05-21  Dietmar Maurer  <dietmar@ximian.com>
31567         * loader.c (mono_get_method): consider calling convention
31569 2003-05-21  Zoltan Varga  <vargaz@freemail.hu>
31571         * icall.c (ves_icall_System_Reflection_Module_GetGlobalType): New icall
31572         to return the invisible global type for a module.
31574         * reflection.c (mono_image_build_metadata): Emit global fields too.
31576 2003-05-20  Peter Williams  <peterw@ximian.com>
31578         * loader.c (mono_lookup_internal_call): Add a few newlines.
31580 2003-05-20  Zoltan Varga  <vargaz@freemail.hu>
31582         * reflection.c (mono_reflection_lookup_dynamic_token): Intern dynamic
31583         literal strings.
31585         * appdomain.c (set_domain_search_path): Recalculate search path when
31586         AppDomainSetup.PrivateBinPath changes.
31588         * object.c (mono_class_compute_gc_descriptor): It turns out some
31589         parts of the class libs (like System.Thread) holds pointers to
31590         GC_MALLOC()-d memory in IntPtrs, which is wrong. The workaround is
31591         to treat native int a pointer type here.
31592         
31593 Tue May 20 17:18:16 CEST 2003 Paolo Molaro <lupus@ximian.com>
31595         * appdomain.h, domain.c: add hashtable for jump target resolution.
31597 2003-05-19  Zoltan Varga  <vargaz@freemail.hu>
31599         * reflection.h reflection.c icall.c: Added new icalls 
31600         GetManifestResourceInfoInternal, GetModulesInternal and support
31601         infrastructure.
31603 2003-05-16  Dick Porter  <dick@ximian.com>
31605         * icall.c:
31606         * file-io.h:
31607         * file-io.c: Implement System.IO.MonoIO::GetTempPath
31609 2003-05-14  Lluis Sanchez Gual  <lluis@ideary.com>
31611         * object.c: mono_store_remote_field: little fix to previous patch.
31613 Wed May 14 18:10:42 CEST 2003 Paolo Molaro <lupus@ximian.com>
31615         * class.c: add constructors to array classes.
31616         * icall.c: special case array construction for InternalInvoke (),
31618 2003-05-14  Zoltan Varga  <vargaz@freemail.hu>
31620         * class.h class.c reflection.c object.c: Added support for field
31621         defaults in dynamically generated classes.
31623 Wed May 14 13:35:27 CEST 2003 Paolo Molaro <lupus@ximian.com>
31625         * reflection.c: properly encode charset for ddlimport.
31627 Wed May 14 11:14:54 CEST 2003 Paolo Molaro <lupus@ximian.com>
31629         * threads.c: allow compiling without GC.
31631 Tue May 13 16:41:49 CEST 2003 Paolo Molaro <lupus@ximian.com>
31633         * appdomain.h, object.c, object.h, threads.c, threads.h: added
31634         handling of thread static data.
31636 Tue May 13 16:36:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
31638         * reflection.h, reflection.c: added mono_custom_attrs_free ().
31640 2003-05-13  Dietmar Maurer  <dietmar@ximian.com>
31642         * class.c (mono_array_class_get): always set the serializable flags
31643         (mono_array_class_get): always set the SEALED attribute for array types
31645 2003-05-12  Dietmar Maurer  <dietmar@ximian.com>
31647         * loader.c (mono_lookup_pinvoke_call): consider Ansi/Unicode
31648         attributes (fix for bug 42021).
31650 2003-05-12  Dick Porter  <dick@ximian.com>
31652         * gc.c: Don't run finalizers when the finalizer thread is
31653         finishing up, because the default domain has already been
31654         destroyed.
31656 2003-05-11  Miguel de Icaza  <miguel@ximian.com>
31658         * string-icalls.c (ves_icall_System_String_ctor_chara_int_int): if
31659         value is null, we should throw an exception.   This is slightly
31660         different than the other conventions used for the constructor.
31662 2003-05-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31664         * socket-io.c: fixed windows build.
31666 2003-05-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31668         * socket-io.c: patch by Jerome Laban that fixes bug #42393.
31670 2003-05-10  Zoltan Varga  <vargaz@freemail.hu>
31672         * object.c (mono_string_new_wrapper): Compatibility fix for MS
31673         compilers.
31675 2003-05-09  Zoltan Varga  <vargaz@freemail.hu>
31677         * class.c (mono_class_layout_fields): Add experimental GC aware
31678         auto layout facility. Requires class library changes to work correctly.
31680         (mono_class_setup_vtable): Avoid overriding explicit interface
31681         method implementations. Fixes iface3.exe test.
31683         * object.c (mono_class_compute_gc_descriptor): Type I can't hold an
31684         object reference.
31685         (mono_array_new_specific): Add MONO_ARCH_SAVE_REGS.
31686         (mono_string_new_wrapper): Add MONO_ARCH_SAVE_REGS.
31688         * metadata.h: Add new type classification macro which determines
31689         whenever the type holds an object reference.
31691 2003-05-08  Dietmar Maurer  <dietmar@ximian.com>
31693         * marshal.c (mono_marshal_get_native_wrapper): cleanups
31695 2003-05-07  Zoltan Varga  <vargaz@freemail.hu>
31697         * gc.c (finalizer_thread): Work around a GC bug.
31699 2003-05-07  Dietmar Maurer  <dietmar@ximian.com>
31701         * marshal.c (emit_struct_conv): allow unions
31703         * class.c (class_compute_field_layout): added patches from Jerome Laban <jlaban@wanadoo.fr>
31705 2003-05-06  Dietmar Maurer  <dietmar@ximian.com>
31707         * marshal.c (mono_marshal_get_native_wrapper): free strings after pinvoke
31709 2003-05-06  Martin Baulig  <martin@ximian.com>
31711         * mono-debug-debugger.h: #include <mono/io-layer/io-layer.h>.
31713 2003-05-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31715         * socket-io.c:
31716         (Select_internal): allow NULLs, don't create arrays if not needed.
31717         Coupled with Socket.cs changes.
31719         * threadpool.c:
31720         (mono_thread_pool_add): use GC_MALLOC to allocate the ASyncCall and
31721         register a finalizer for it that will close the semaphore handle. This
31722         fixes the leak and make Lupus' test run with > 4080 loops.
31724 2003-05-05  Dietmar Maurer  <dietmar@ximian.com>
31726         * marshal.c (mono_marshal_get_struct_to_ptr): added fixes from
31727         Jerome Laban (bug #42287)
31729 2003-05-02  Martin Baulig  <martin@ximian.com>
31731         * debug-mono-symfile.h
31732         (MonoSymbolFile): Moved declaration into mono-debug.h.
31733         (MonoDebugMethodJitInfo): Likewise.
31734         (mono_debug_open_mono_symbol_file): Take the MonoDebugHandle as
31735         argument.
31736         (_mono_debug_address_from_il_offset): Take a
31737         MonoDebugMethodJitInfo instead of a MonoDebugMethodInfo.
31739         * mono-debug.h
31740         (MonoDebugDomainData): New struct.
31741         (mono_debug_get_domain_data): New function.
31742         (mono_debug_add_method): Take an additional `MonoDomain *'
31743         argument.
31744         (mono_debug_source_location_from_address): Likewise.
31745         (mono_debug_il_offset_from_address): Likewise.
31746         (mono_debug_address_from_il_offset): Likewise.
31748 Thu May 1 19:40:37 CEST 2003 Paolo Molaro <lupus@ximian.com>
31750         * reflection.c: one more check for null type in custom attrs.
31752 2003-05-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31754         * reflection.c: avoid warning (comparison is always false due to limited
31755         range of data type).
31757 2003-05-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31759         * icall.c: throw an exception in Type.GetField if the argument 'name'
31760         is NULL.
31762 Wed Apr 30 10:53:09 CEST 2003 Paolo Molaro <lupus@ximian.com>
31764         * reflection.c: fixed handling of enums in named arguments to custom
31765         attributes (bug #42123).
31767 Tue Apr 29 19:15:10 CEST 2003 Paolo Molaro <lupus@ximian.com>
31769         * reflection.c: use the right array element type and handle
31770         a null for a Type argument, too.
31772 Tue Apr 29 15:46:00 CEST 2003 Paolo Molaro <lupus@ximian.com>
31774         * reflection.c: handle arrays as arguments to custom attributes.
31776 Tue Apr 29 11:43:01 CEST 2003 Paolo Molaro <lupus@ximian.com>
31778         * reflection.c: handle a string value in a custom attr
31779         ctor that takes an object.
31781 2003-04-29  Dietmar Maurer  <dietmar@ximian.com>
31783         * marshal.c (mono_mb_emit_restore_result): support MONO_TYPE_PTR
31784         (fix bug #42063)
31786 2003-04-28  Zoltan Varga  <vargaz@freemail.hu>
31788         * icall.c (ves_icall_Type_GetNestedType): Fixed warnings.
31790 2003-04-27  Martin Baulig  <martin@ximian.com>
31792         * mono-debug-debugger.h (MonoDebuggerEvent): Renamed
31793         MONO_DEBUGGER_EVENT_BREAKPOINT_TRAMPOLINE to
31794         MONO_DEBUGGER_EVENT_BREAKPOINT.
31795         (mono_breakpoint_trampoline_code): Removed.
31796         (mono_debugger_event_handler): The last argument is now a
31797         `guint32'.
31798         (mono_debugger_insert_breakpoint_full): Removed the
31799         `use_trampoline' argument.
31800         (mono_debugger_method_has_breakpoint): Likewise.
31801         (mono_debugger_trampoline_breakpoint_callback): Renamed to
31802         mono_debugger_breakpoint_callback(); take the method and
31803         breakpoint number as arguments.
31805 Sat Apr 26 19:25:31 CEST 2003 Paolo Molaro <lupus@ximian.com>
31807         * metadata.c: fix off by one when loading parameters attributes.
31809 2003-04-24  Martin Baulig  <martin@ximian.com>
31811         * mono-debug-debugger.c (mono_debugger_io_layer): Put this back.
31813 2003-04-24  Martin Baulig  <martin@ximian.com>
31815         * mono-debug-debugger.c: Moved all code which interacts with the
31816         Mono Debugger here.
31818         * debug-mono-symfile.c: This code now just deals with the symbol
31819         file itself, the debugger code is now in mono-debug-debugger.c.
31821 2003-04-23  Martin Baulig  <martin@ximian.com>
31823         * mono-debug.c (mono_debug_source_location_from_il_offset):
31824         New method; like mono_debug_source_location_from_address(), but
31825         takes an IL offset instead of a machine address.
31827 2003-04-23  Martin Baulig  <martin@ximian.com>
31829         * debug-mono-symfile.h (MonoDebugLineNumberEntry): Removed the
31830         `line' field; this is now computed by the debugger.
31832 2003-04-23  Martin Baulig  <martin@ximian.com>
31834         * mono-debug.[ch]: New files.  This is the new debugging interface.
31836         * mono-debug-debugger.[ch]: New files.  Moved all code which
31837         interacts with the Mono Debugger here.
31839 2003-04-22  Dietmar Maurer  <dietmar@ximian.com>
31841         * domain.c (mono_init): initialize mono_defaults.monitor_class
31843 2003-04-21  Miguel de Icaza  <miguel@ximian.com>
31845         * reflection.c (method_encode_code): Add a spicy exception to help
31846         future compiler authors.
31848 2003-04-21  Martin Baulig  <martin@ximian.com>
31850         * icall.c
31851         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies):
31852         Make this work with relative pathnames; g_filename_to_uri() needs
31853         an absolute filename.
31855 2003-04-18  Zoltan Varga  <vargaz@freemail.hu>
31857         * icall.c: Track name changes in Object and ValueType.
31859 2003-04-18  Dietmar Maurer  <dietmar@ximian.com>
31861         * metadata.c (mono_type_stack_size): size should be a multiple of
31862         sizeof (gpointer)
31864 2003-04-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31866         * gc.c:
31867         (internal_domain_finalize): moved into mono_domain_finalize. No need
31868         to create another thread because the finalizers will be run in the
31869         finalizer thread.
31870         
31871         (ves_icall_System_GC_WaitForPendingFinalizers): implemented.
31872         (finalizer_notify): if shutting down, wait 2 seconds for the finalizers
31873         to be run (MS does this too).
31875 2003-04-17  Zoltan Varga  <vargaz@freemail.hu>
31877         * object.c (mono_class_compute_gc_descriptor): Update comment.
31879         * loader.h marshal.h marshal.c: Added synchronized method wrappers.
31881         * image.h: Add synchronized wrapper cache.
31883         * image.c (do_mono_image_open): Initialize cache.
31885         * reflection.c (create_dynamic_mono_image): Initialize cache.
31887 2003-04-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31889         * icall.c: patch by Jerome Laban <jlaban@wanadoo.fr> that fixes
31890         ves_icall_System_Buffer_ByteLengthInternal.
31892 Tue Apr 15 13:56:55 CEST 2003 Paolo Molaro <lupus@ximian.com>
31894         * reflection.c: setup klass->nested_in earlier. Allow
31895         a dash in the assembly name.
31897 2003-04-15  Dietmar Maurer  <dietmar@ximian.com>
31899         * metadata.c (mono_type_to_unmanaged): dont access
31900         type->data.klass for MONO_TYPE_OBJECT
31901         (mono_type_to_unmanaged): consider System.Delegate class
31903 Tue Apr 15 11:16:05 CEST 2003 Paolo Molaro <lupus@ximian.com>
31905         * class.c: just setup supertypes in the proper place instead of
31906         initializing the full element class for arrays.
31908 Tue Apr 15 11:03:25 CEST 2003 Paolo Molaro <lupus@ximian.com>
31910         * class.c: ensure the element class of arrays is initialized.
31911         Setup the supertype info for array classes, too.
31913 2003-04-14  Miguel de Icaza  <miguel@ximian.com>
31915         * icall.c (ves_icall_Type_GetNestedType): Add new internal call.
31917 2003-04-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31919         * Makefile.am: re-added -m option when running cygpath. This way,
31920         MONO_ASSEMBLIES and MONO_CFG_DIR will contain '/' as directory
31921         separator.
31922         * mono-config.c: same codepath for locating mono config file for WIN32
31923         and the rest.
31924         * assembly.c: if mono_assembly_setrootdir is called, don't override
31925         the value set.
31927 2003-04-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31929         * Makefile.am: patch by Urs Muff <umuff@quark.com> that fixes
31930         MONO_ASSEMBLIES variable.
31932 Fri Apr 11 12:44:15 CEST 2003 Paolo Molaro <lupus@ximian.com>
31934         * icall.c: added Assembly::GetNamespaces() icall.
31936 2003-04-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31938         * reflection.c: fix from Jaak <jaak@zd.com.pl>.
31940 2003-04-10  Lluis Sanchez Gual  <lluis@ideary.com>
31942         * appdomain.c,appdomain.h,icall.c: Added internal method that returns the process guid
31943         * object.c: fixed bug in the construction of vtable for proxies
31945 2003-04-10  Zoltan Varga  <vargaz@freemail.hu>
31947         * object.c (mono_array_new): Mark mono_array_new as an icall.
31949 2003-04-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31951         * class.c: fixed test for public method when overriding interfaces.
31952         Closes bug #40970.
31954 Wed Apr 9 15:19:41 CEST 2003 Paolo Molaro <lupus@ximian.com>
31956         * appdomain.h, domain.c: added mono_domain_foreach() to
31957         be able to access the currently loaded appdomains.
31958         * object.c: make string interning work across sppdomains.
31959         Mark some functions for use as icalls.
31961 2003-04-09  Zoltan Varga  <vargaz@freemail.hu>
31963         * class.c reflection.c: Fix memory leaks reported by ccmalloc.
31965         * reflection.h reflection.c: Allocate long living data using 
31966         GC_MALLOC_ATOMIC so the collector does not need to scan it.
31968         * reflection.c: Double the allocation size in streams instead of
31969         increasing it, to prevent unneccesary copying on large assemblies.
31970         
31971         * reflection.c (mono_reflection_create_runtime_class): Avoid vtable
31972         creation if the assembly does not have the Run flag set.
31974 Tue Apr 8 11:19:53 CEST 2003 Paolo Molaro <lupus@ximian.com>
31976         * class.h: avoid the C++ keywords in header files (Jerome Laban
31977         spotted and fixed this).
31979 2003-04-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31981         * object.c:
31982         (mono_unhandled_exception): fill in the arguments for the
31983         UnhandledException event. Only trigger that event for the default
31984         domain (as MS does).
31986 2003-04-04  Zoltan Varga  <vargaz@freemail.hu>
31988         * object.c: Improve typed allocation stuff based on suggestions from
31989         Paolo. Also turn it on if the GC library supports it.
31991 2003-04-03  Zoltan Varga  <vargaz@freemail.hu>
31993         * object.c object.h class.h: Added experimental typed allocation
31994         facility using the interfaces in gc_gcj.h.
31996         * os/gc_wrapper.h: Added new include files.
31997         
31998 2003-04-03  Martin Baulig  <martin@ximian.com>
32000         All the following changes are conditional to `WITH_INCLUDED_LIBGC'
32001         which is not yet enabled by default.
32003         * gc.c (mono_gc_init): Set the gc_thread_vtable to our thread
32004         functions.
32005         (mono_gc_lock, mono_gc_unlock): New static functions.
32007         * threads.c (mono_gc_stop_world, mono_gc_start_world): New public
32008         functions; stop/start the world for the garbage collector.  This
32009         is using the windows API; we need to complete the SuspendThread()/
32010         ResumeThread() implementation in the io-layer to make this work on Unix.
32011         (mono_gc_push_all_stacks): New public function; tells the garbage
32012         collector about the stack pointers from all managed threads.
32014 2003-04-03  Martin Baulig  <martin@ximian.com>
32016         * object.h (MonoThread): Added `gpointer stack_ptr'.
32018         * threads.c (start_wrapper): Save the stack pointer in `stack_ptr'.
32020 2003-04-03  Martin Baulig  <martin@ximian.com>
32022         * Makefile.am: It's called `cygpath -w', not `cygpath -m'.
32024 2003-04-03  Zoltan Varga  <vargaz@freemail.hu>
32026         * reflection.c (typebuilder_setup_fields): Initialize field.first and
32027         field.last.
32029 2003-04-02  Miguel de Icaza  <miguel@ximian.com>
32031         * loader.c (mono_lookup_internal_call): Report the corlib that is
32032         out of sync.
32034 2003-03-05  Aleksey Demakov <avd@openlinksw.com>
32036         * icall.c (ves_icall_type_GetTypeCode): fixed check for
32037         System.DBNull (it's class not valuetype).
32039 Wed Apr 2 18:37:35 CEST 2003 Paolo Molaro <lupus@ximian.com>
32041         * reflection.c: set table_idx in MonoReflectionArrayMethod object even 
32042         if the array method was already assigned a token (fixes bug#40646).
32044 2003-04-02  Zoltan Varga  <vargaz@freemail.hu>
32046         * reflection.c (mono_reflection_get_type): Attempt type resolve even
32047         if no assembly is given.
32049 2003-04-01  Miguel de Icaza  <miguel@ximian.com>
32051         * metadata.h: Added the new tables.
32053         * row-indexes.h: Added definitions for new tables.
32055         * metadata.c: Add schemas for new tables, and add support for
32056         computing the sizes of them.
32058         * class.c: Update for handling the new type cases.
32060 2003-04-01  Dietmar Maurer  <dietmar@ximian.com>
32062         * metadata.h (MONO_TYPE_IS_VOID): new macro
32064 2003-03-31  Martin Baulig  <martin@ximian.com>
32066         * threads.h (MonoThreadCallbacks): Added `thread_created'.
32068         * threads.c (mono_thread_new_init): Call `thread_created' in the
32069         mono_thread_callbacks.
32071 2003-03-31  Lluis Sanchez Gual <lluis@ideary.com>
32073         * loader.h: added marshalbyrefobject_class to mono_defaults
32074         * domain.c: added initialization of mono_defaults.marshalbyrefobject_class 
32075         * icall.c: ves_icall_InternalExecute: fixed bug in field setter and in the
32076           generation of output parameters.
32077           ves_icall_Remoting_RealProxy_GetTransparentProxy: added support for interfaces.
32078         * marshal.c: mono_remoting_wrapper(): avoided call through proxy when the type is
32079           contextbound and the target object belongs to the context of the caller.
32080         * object.h: added context and unwrapped_server variables in MonoRealProxy.
32081         * object.c: Implemented support for interfaces and abstract classes
32082           in mono_class_proxy_vtable. Fixed several methods to avoid unneeded calls through
32083           proxy. Fixed problem when dealing with output parameters in mono_runtime_invoke_array.
32085 2003-03-30  Zoltan Varga  <vargaz@freemail.hu>
32087         * class.h class.c (mono_class_is_subclass_of): New function.
32088         
32089         * icall.c (ves_icall_System_Array_FastCopy): Added optimized copy
32090         routines for most common case (calls from ArrayList::ToArray).
32092         * icall.c (ves_icall_System_Environment_Exit): Call profiler shutdown 
32093         routine so programs which call Environment::Exit() can be profiled.
32095         * icall.c (ves_icall_System_Reflection_FieldInfo_internal_from_handle): 
32096         Added MONO_ARCH_SAVE_REGS.
32098         * icall.c (ves_icall_type_is_subtype_of): Use new function.
32100 2003-03-29  Miguel de Icaza  <miguel@ximian.com>
32102         * blob.h: Add a couple of new MonoType types definitions.
32104         * tabledefs.h: Add a couple of new call convs.
32106 2003-03-27  Zoltan Varga  <vargaz@freemail.h>
32108         * reflection.h (MonoReflectionDynamicAssembly): track changes in
32109         the layout of the class.
32111         * reflection.c (alloc_table): double the size on overflow to avoid
32112         unnecessary copying.
32114         * reflection.h reflection.c: If AssemblyBuilderAccess is Run, then
32115         avoid filling out metadata tables and blobs. Also set mb->ilgen to
32116         null so it can be garbage collected.
32117         
32118 2003-03-27  Zoltan Varga  <vargaz@freemail.hu>
32120         * reflection.c (mono_reflection_get_type): Return the resolved type
32121         only if it is in the assembly we searched.
32123         * reflection.c (ensure_runtime_vtable): Initialize method slots.
32125         * class.c (mono_class_setup_vtable): Set the slot of the overriding
32126         method.
32128 2003-03-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32130         * appdomain.c:
32131         (set_domain_search_path): allow 'file://blah'. It's an invalid URI,
32132         the right one is 'file:///blah', but MS allows it.
32133         * assembly.c:
32134         (mono_assembly_open): allow 'file://blah'
32136         Fixes bug #40306. Thanks to Mitko Iliev (imitko@openlinksw.co.uk).
32138 2003-03-26  Aleksey Demakov <avd@openlinksw.com>
32140         * socket-io.c: fixes bug #40310.
32142 2003-03-25  Zoltan Varga  <vargaz@freemail.hu>
32144         * reflection.c (mono_reflection_parse_type): handle deeply nested
32145         types correctly.
32147         * reflection.c (mono_image_create_token): Use unique token values
32148         since they will be put into a hash table.
32150         * class.c (mono_class_setup_vtable): If a method occurs in more than
32151         one place in the vtable, and it gets overriden, then change the
32152         other occurances too.
32154         * marshal.c (mono_marshal_get_managed_wrapper): Added support for
32155         object as return type.
32157 2003-03-22  Pedro Mart?nez Juli?  <yoros@wanadoo.es>
32159         * icall.c: Deleted "ToString" implementation for double and float
32160         because they are full implemented in managed code.
32162 Wed Mar 19 18:05:57 CET 2003 Paolo Molaro <lupus@ximian.com>
32164         * reflection.c, reflection.h: implemented and exported functions
32165         to retrieve info about custom attributes.
32167 2003-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32169         * appdomain.c: moved Uri handling to assembly.c
32170         * assembly.c: use g_filename_from_uri (). This makes assembly.LoadFrom
32171         work when using a file Uri in *nix and windows.
32173         * icall.c: fixed Assembly.CodeBase to return a valid Uri. The same for
32174         GetReferencedAssemblies.
32176 2003-03-18  Dick Porter  <dick@ximian.com>
32178         * icall.c: Rename a couple of internal calls
32180         * threads.c: Set the thread state to Stopped when a thread exits.
32181         Fixes bug 39377.
32183 2003-03-17  Zoltan Varga  <vargaz@freemail.hu>
32185         * icall.c (ves_icall_System_Reflection_FieldInfo_internal_from_handle):
32186         New icall.
32188         * object.c (mono_class_vtable): fix warning.
32190 2003-03-17  Zoltan Varga  <vargaz@freemail.hu>  
32192         * icall.c (ves_icall_type_is_subtype_of): Avoid vtable creation.
32194         * reflection.c (mono_blob_entry_hash): Avoid reading uninitialized
32195         memory.
32196         (method_encode_clauses): Create exception info structures in the right
32197         order.
32198         (mono_reflection_setup_internal_class): Initialize supertypes field.
32200         * class.c object.c: Handle interfaces which implement other interfaces 
32201         correctly.
32203         * class.h class.c: Move the supertypes array initialization code into 
32204         a separate function so it can be used for dynamic types too. Also call
32205         it earlier, in mono_class_init(), since it can be used before the
32206         type is initialized.
32208 2003-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32210         * Makefile.am:
32211         * assembly.c:
32212         * icall.c: make MONO_ASSEMBLIES and MONO_CFG_DIR work on windows.
32214         * appdomain.c:
32215         * appdomain.h:
32216         * marshal.c:
32217         * object.c: remove warnings.
32219 2003-03-13  Martin Baulig  <martin@ximian.com>
32221         * debug-mono-symfile.h (MonoSymbolFileLexicalBlockEntry): New type.
32222         (MonoDebugLexicalBlockEntry): New types.
32224         * debug-mono-symfile.c
32225         (_mono_debug_address_from_il_offset): Moved here from ../jit/debug.c.
32227 2003-03-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32229         * process.c: ret can be any non-zero value accroding to MS doc.
32231 2003-03-07  Miguel de Icaza  <miguel@ximian.com>
32233         * class.c (mono_marshal_load_type_info): Fix buglet:  Noticed when
32234         fixing a warning for a miss-used prototype, would have cause
32235         random memory corruption.
32237 2003-03-07  Martin Baulig  <martin@ximian.com>
32239         * marshal.c (mono_marshal_free_array): That "TESTFREE %p" was
32240         getting really annoying ....
32242 2003-03-07  Zoltan Varga  <vargaz@freemail.hu>
32244         * reflection.c (fixup_method): added support for array methods.
32246 Tue Mar 4 18:03:27 CET 2003 Paolo Molaro <lupus@ximian.com>
32248         * socket-io.c:  handle case when AF_INET6 and AF_IPX are not defined
32249         (pointed out by Michael Adams).
32251 2003-03-04  Dick Porter  <dick@ximian.com>
32253         * icall.c: Temporarily reverted the Double and Single ToString()
32254         change, because it broke nunit.
32256 Tue Mar 4 12:40:58 CET 2003 Paolo Molaro <lupus@ximian.com>
32258         * object.h, threads.h: make include files compatible with C++
32259         (patch by Jerome Laban <jlaban@wanadoo.fr>).
32261 2003-03-04  Pedro Mart?nez Juli?  <yoros@wanadoo.es>
32263         * icall.c: Erased ToString helper functions for Double and Single.
32264         Now, that implementations ar all in managed code (Double and Single
32265         Formatters).
32267 2003-03-03  Lluis Sanchez Gual  <lluis@ideary.com>
32269         * appdomain.c: Added method for initializing the default context of
32270         a domain. Added internal call for getting the default context.
32271         * appdomain.h: Added context variable in MonoDomain struct.
32272         * domain.c: mono_domain_set also sets the default context of the domain
32273         * icall.c: Mapped internal method InternalGetDefaultContext.
32274         * object.c: mono_object_get_virtual_method returns always a remoting
32275         wrapper if the object is a transparent proxy.
32276         mono_runtime_invoke_array: when creating an object by calling the
32277         constructor, if the created object is a proxy, then the constructor should
32278         be called using the a remoting wrapper.
32280 2003-03-03  Dick Porter  <dick@ximian.com>
32282         * socket-io.c (create_sockaddr_from_object): Rename sockaddr_un
32283         variable so it compiles on solaris.  Problem spotted by
32284         Christopher Taylor <ct@cs.clemson.edu>
32286 2003-03-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32288         * appdomain.c:
32289         (get_info_from_assembly_name): don't leak value.
32291         * icall.c:
32292         (ves_icall_System_Reflection_Assembly_GetFilesInternal): initialize
32293         result.
32295 Sat Mar 1 15:32:56 CET 2003 Paolo Molaro <lupus@ximian.com>
32297         * assembly.c: export mono_image_load_references ().
32298         * class.c: handle function pointers. mono_class_from_name() now
32299         supports nested type names directly.
32301 2003-02-28  Zoltan Varga  <vargaz@freemail.hu>
32303         * reflection.h reflection.c: Encode already created dynamic methods 
32304         and fields correctly as a DEF instead of a REF.
32306         * reflection.c: Get rid of the force_ref argument to 
32307         mono_image_typedef_or_ref since it was wrong in the first place.
32309         * string-icalls.c: add error checking to string constructors according
32310         to the MSDN docs.
32312         * reflection.c: Emit types in the order their TypeBuilders were 
32313         created. Previously, a new table index was assigned to each type before
32314         the tables were emitted. This was wrong because the signature blob
32315         might already refer to a type by its original table index.
32317 2003-02-27  Zoltan Varga  <vargaz@freemail.hu>
32319         * metadata.c (mono_metadata_nesting_typedef): fix bug in previous
32320         change.
32321         
32322 2003-02-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32324         * Makefile.am: make assemblies dir have \ instead of / on windows.
32326 2003-02-27  Zoltan Varga  <vargaz@freemail.hu>  
32328         * metadata.c metadata.h (mono_metadata_nesting_typedef): changed to
32329         iterate over the NESTEDCLASS table using a linear search since the
32330         table is not guaranteed to be sorted by the secondary key.
32332         * class.c (mono_class_create_from_typedef): fixed up call to
32333         mono_metadata_nesting_typedef.
32334         
32335 2003-02-27  Dietmar Maurer  <dietmar@ximian.com>
32337         * marshal.c (mono_string_to_byvalstr): clear the memory as
32338         suggested by Jerome Laban <jlaban@wanadoo.fr>
32340 2003-02-26  Dick Porter  <dick@ximian.com>
32342         * process.c: Cope with padding in .rsrc blocks
32344 2003-02-26  Dietmar Maurer  <dietmar@ximian.com>
32346         * metadata.h: reverted the filter_len change, it breaks reflection
32347         
32348 2003-02-26  Dietmar Maurer  <dietmar@ximian.com>
32350         * metadata.h: added a new field to store the filter_len
32351         
32353 Tue Feb 25 10:56:16 CET 2003 Paolo Molaro <lupus@ximian.com>
32355         * reflection.c: handle custom attributes for types and members
32356         created with Reflection.Emit (bug#38422).
32358 2003-02-22  Zoltan Varga  <vargaz@freemail.hu>
32360         * reflection.c: define RTSpecialName automatically for constructors for
32361         compatibility with MS.NET.
32363         * reflection.c (mono_reflection_create_runtime_class): initialize
32364         nested_in field of dynamically created classes.
32366 2003-02-22  Martin Baulig  <martin@ximian.com>
32368         * debug-mono-symfile.h: Incremented version number.
32370 2003-02-21  Zoltan Varga  <vargaz@freemail.hu>
32372         * object.h icall.c process.c: fix warnings.
32374 2003-02-21  Zoltan Varga  <vargaz@freemail.hu>
32376         * appdomain.h appdomain.c:
32377         (mono_domain_try_type_resolve): split the 
32378         name_or_tb argument into a name and a tb argument.
32379         (mono_domain_has_type_resolve): new function to check whenever the
32380         application has registered a TypeResolve event handler.
32381         
32382         * icall.c reflection.h reflection.c: move the type resolve logic into
32383         mono_reflection_get_type () so it will be invoked when 
32384         Assembly::GetType () is called.
32386         * reflection.c:
32387         (mono_reflection_get_type): renamed to get_type_internal.
32388         (mono_reflection_get_type): fixed type name generation so it works 
32389         for nested types too.
32390         (mono_reflection_get_type): call has_type_resolve () to avoid the 
32391         costly type name generation if there is no resolve event handler.
32393 Fri Feb 21 11:36:57 CET 2003 Paolo Molaro <lupus@ximian.com>
32395         * class.c, image.c: load exported types from file references.
32397 2003-02-19  Lluis Sanchez Gual  <lluis@ideary.com>
32399         * appdomain.h: Added in MonoDomain a couple of MonoMethod* variables
32400           used to cache the managed methods used to create proxies and make 
32401           remote invocation of methods.
32402         * class.h: Added in MonoVTable a flag to indicate that a class needs 
32403           to be remotely created.
32404         * object.c: Modified the method mono_class_vtable(). It now initializes 
32405           the remote flag of the vtable. Modified mono_object_new_specific(), 
32406           so now it checks the remote flag.
32407         * icall.c: Added a couple of internal methods, one for enabling instance 
32408           creation interception for a type, and one for creating objects bypassing
32409           the remote check.
32411 2003-02-18  Martin Baulig  <martin@ximian.com>
32413         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetMethodToken):
32414         New interncall to get a method's metadata token.
32416         * icall.c ("System.Reflection.Assembly::MonoDebugger_GetMethodToken"):
32417         New interncall for the debugger.
32419 2003-02-18  Dietmar Maurer  <dietmar@ximian.com>
32421         * class.c (mono_class_setup_vtable): allocate supertype array
32423 2003-02-18  Martin Baulig  <martin@ximian.com>
32425         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Added `has_this'.
32427 2003-02-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32429         * reflection.c:
32430         (assembly_name_to_aname): jump over unknown properties (i've found
32431         something like: 'type, assembly, version=xxx, custom=null, public...',
32432         so now will ignore custom=null and still get the rest of the values).
32434 2003-02-17  Dick Porter  <dick@ximian.com>
32436         * threads.c: Have Thread.Start() wait for a semaphore to signal
32437         that the thread has set up all its local data.  This fixes bug
32438         34323, where Abort() raced the new thread's TLS data.
32440         Also removes the handle_store() call from start_wrapper, because
32441         threads are now always created suspended and there is no longer a
32442         race between the parent and child threads to store the info.
32444 Mon Feb 17 13:13:31 CET 2003 Paolo Molaro <lupus@ximian.com>
32446         * image.c: explain the #- heap issue in a message, hopefully
32447         avoiding FAQs on mono-list.
32449 2003-02-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32451         * icall.c:
32452         (GetEntryAssembly): if the domain has not invoked
32453         AppDomain.ExecuteAssembly yet, return the assembly of the default
32454         AppDomain.
32456 2003-02-16  Zoltan Varga  <vargaz@freemail.hu>
32458         * class.c (mono_ldtoken): make it work in dynamic assemblies.
32460 Sun Feb 16 13:10:06 CET 2003 Paolo Molaro <lupus@ximian.com>
32462         * metadata.c, reflection.c: simple speedup to type hash
32463         and equals code.
32465 Sat Feb 15 15:15:03 CET 2003 Paolo Molaro <lupus@ximian.com>
32467         * image.c, image.h, class.c, assembly.c: move module loading
32468         to MonoImage. When loading metadata, consider alignemnet from
32469         the start of metadata, not from the metadata address in memory.
32471 2003-02-13  Zoltan Varga  <vargaz@freemail.hu>
32473         * reflection.c (mono_reflection_get_custom_attrs): Added support for 
32474         AssemblyBuilder objects. Factored out custom attribute creation into
32475         a separate function.
32476         (create_custom_attr): new function to create custom attributes.
32478 2003-02-12  Miguel de Icaza  <miguel@ximian.com>
32480         * Makefile.am: Got tired of typing the full pathname to pedump.
32481         Until there is another option, am installing this.
32483 2003-02-12  Dietmar Maurer  <dietmar@ximian.com>
32485         * class.c (class_compute_field_layout): always set field->parent 
32486         (mono_ldtoken): use mono_defaults.fieldhandle_class;
32488 2003-02-11  Dick Porter  <dick@ximian.com>
32490         * threads-types.h:
32491         * monitor.c: Rewrote Monitor, making lock much faster and
32492         Pulse/Wait work as specified.  Also uses much fewer handles, and only
32493         creates them as needed.
32495         * exception.c: Added SynchronizationLockException
32497         * threads.c: Deleted old Monitor implementation.  The new one is
32498         in a new file.
32500 Mon Feb 10 17:54:10 CET 2003 Paolo Molaro <lupus@ximian.com>
32502         * class.c: handled TypedReference type code. Set the correct size for
32503         class data. Setup interface_offsets for interface classes, too.
32505 2003-02-09  Martin Baulig  <martin@ximian.com>
32507         * debug-mono-symfile.h: Reflect latest symbol writer changes.
32509 Sun Feb 9 18:37:01 CET 2003 Paolo Molaro <lupus@ximian.com>
32511         * loader.c: implemented MEMBERREF_PARENT_TYPEDEF.
32512         * metadata.c, reflection.c: missing MONO_TYPE_TYPEDBYREF handling.
32513         * object.c: fixed mono_object_get_virtual_method () for interfaces.
32514         * verify.c: check for code that runs after the end of the method.
32516 2003-02-08  Pedro Mart?nez Juli?  <yoros@wanadoo.es>
32518         * icall.c: Added "System.Math::Floor", "System.Math::Round" and
32519         "System.Math::Round2".
32520         * sysmath.h: Added Floor, Round and Round2 definitions.
32521         * sysmath.c: Modified certain functions that were not 100% compliant
32522         with MS.NET (math precision) and added the implementation of Floor,
32523         Round and Round2.
32525 2003-02-07  Martin Baulig  <martin@ximian.com>
32527         * debug-mono-symfile.c (mono_debug_symfile_add_method): Ignore interncalls.
32529 2003-02-07  Martin Baulig  <martin@ximian.com>
32531         * debug-mono-symfile.c: Reflected latest symwriter changes.
32532         (mono_debug_create_mono_symbol_file): Removed.
32533         (mono_debug_open_mono_symbol_file): Take an argument which
32534         specifies whether to create a dynamic symbol file.
32536 2003-02-07  Dietmar Maurer  <dietmar@ximian.com>
32538         * class.c (mono_class_from_mono_type): added MONO_TYPE_TYPEDBYREF
32540 2003-02-05  Martin Baulig  <martin@ximian.com>
32542         * reflection.c (mono_image_build_metadata): Make this public,
32543         protect it against being called multiple times, don't create
32544         resources and don't build the compressed metadata here.
32545         (mono_image_create_pefile): Do this here.
32547         * icall.c
32548         ("System.Reflection.Emit.AssemblyBuilder::build_metadata"): Added.
32550 2003-02-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32552         * socket-io.c: fixed bug #36322.
32554 2003-02-06  Piers Haken <piersh@friskit.com>
32556         * appdomain.[ch]:
32557         * class.h:
32558         * debug-mono-symfile.c:
32559         * icall.c:
32560         * loader.c:
32561         * mono-config.c:
32562         * monosn.c:
32563         * reflection.c:
32564         * socket-io.c: warning cleanups
32566 2003-02-06  Dietmar Maurer  <dietmar@ximian.com>
32568         * marshal.c (mono_marshal_get_remoting_invoke_with_check): new
32569         function. works like remoting invoke, but does a check for the Proxy first.
32571 2003-02-05  Miguel de Icaza  <miguel@ximian.com>
32573         * appdomain.c (ves_icall_System_AppDomain_InternalUnload): Make it compiler.
32575 2003-02-05  Dietmar Maurer  <dietmar@ximian.com>
32577         * marshal.c (mono_marshal_get_native_wrapper): only allocate an
32578         array of pointers.
32579         (mono_marshal_get_ldfld_wrapper): only generate necessary ldfld wrappers.
32580         (mono_marshal_get_stfld_wrapper): only generate necessary stfld wrappers.
32582         * object.c (mono_store_remote_field_new): used by the new jit
32583         instead of mono_store_remote_field
32584         (mono_load_remote_field_new): used by the new jit
32585         instead of mono_load_remote_field
32587 2003-02-05  Patrik Torstensson
32589         * appdomain.c: changed unload to take the domain id instead
32590         of domain
32591         
32592         * icall.c: changed icall for AppDomain.Unload to AppDomain.InternalUnload
32595 2003-02-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32597         * appdomain.c: don't look for assemblies in ApplicationBase if
32598         PrivateBinPathProbe is set.
32600 2003-02-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32602         * object.c: make the first argument in main_args contain the absolute
32603         path to the assembly. Fixes bug #37511.
32605 2003-02-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32607         * icall.c: get correct UTC offset for countries not using daylight
32608         time saving. Fixes bug #30030.
32610 2003-02-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32612         * socket-io.c: support AF_UNIX and use the same layout as MS (bytes 0
32613         and 1 are the family).
32615 2003-02-04  Dietmar Maurer  <dietmar@ximian.com>
32617         * icall.c (ves_icall_InternalExecute): removed wrong assertion
32619         * marshal.c (mono_marshal_get_remoting_invoke): generate valid IL
32621 2003-02-04  Zoltan Varga  <vargaz@freemail.hu>
32623         * reflection.c: added support for SignatureHelper tokens, which is
32624         needed by the Calli opcode.
32626         * reflection.h: track changes to SignatureHelper class.
32628         * metadata.c (mono_metadata_parse_signature): handle dynamic tokens.
32630 2003-02-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32632         * appdomain.c: fixed loading assemblies from PrivateBinPath.
32634 2003-02-03  Patrik Torstensson
32635         * appdomain.[c|h], domain.c : 
32636          - Added support for getting a domain via domain id
32637          - Support for setting and getting domain from System.AppDomain 
32638            (used in cross appdomain channel)
32639          - Added support for get/set for a MonoAppContext on a thread 
32640            (Context class in System.Runtime.Remoting.Contexts),
32641          - Removed hack in Get/SetData and ExecuteAssembly.
32642         
32643         * icall.c : renamed GetTransparantProxy to InternalGetTransparantProxy to allow
32644         the managed world to get control when a proxy is created.
32646         * icall.c (ves_icall_InternalExecute) : bug fix, must return empty array
32647         
32648 2003-02-03  Miguel de Icaza  <miguel@ximian.com>
32650         * icall.c
32651         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies):
32652         Populate the codebase field as well.
32654 2003-02-02  Martin Baulig  <martin@ximian.com>
32656         * debug-mono-symfile.c
32657         (MonoSymbolFileMethodAddress): Added `wrapper_address' field.
32658         (mono_debug_symfile_add_method): Allow interncalls.
32660 2003-01-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32662         * icall.c: throw parse exception if strtod fails or the string is empty.
32664 Fri Jan 31 16:09:48 CET 2003 Paolo Molaro <lupus@ximian.com>
32666         * marshal.c: handle object type separately from defined
32667         class types.
32669 Fri Jan 31 16:01:20 CET 2003 Paolo Molaro <lupus@ximian.com>
32671         * marshal.c: handle NATIVE_LPSTR for strings when it's
32672         explicitly specified.
32674 Fri Jan 31 11:51:43 CET 2003 Paolo Molaro <lupus@ximian.com>
32676         * reflection.c, reflection.h, icall.c: setup the reflection
32677         handle cache for ModuleBuilders and AssemblyBuilders.
32679 2003-01-30  Dietmar Maurer  <dietmar@ximian.com>
32681         * reflection.c (reflection_methodbuilder_to_mono_method): set
32682         pinvoke flag
32684 2003-01-30  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32686         * icall.c: implemented ves_icall_MonoMethod_get_base_definition.
32688 2003-01-29  Dick Porter  <dick@ximian.com>
32690         * threads.c: No need for the fake_thread kludge now that Thread
32691         doesn't run a class constructor
32692         
32693 2003-01-29  Dick Porter  <dick@ximian.com>
32695         * threads.c: Use g_direct_hash instead of the rather bogus
32696         g_int_hash
32698 2003-01-29  Dietmar Maurer  <dietmar@ximian.com>
32700         * marshal.c (mono_marshal_get_native_wrapper): add check for null
32701         (fix pinvoke12.exe)
32702         (mono_marshal_get_struct_to_ptr): generate valid IL code
32703         (mono_marshal_get_ptr_to_struct): generate valid IL code
32704         (*): correctly set sig->pinvoke, we need to memdup the signature
32705         to do that
32707 Tue Jan 28 22:57:57 CET 2003 Paolo Molaro <lupus@ximian.com>
32709         * marshal.c, marshal.h: use larger integers in mono_mb_emit_add_to_local()
32710         to avoid overflows (bug spotted and fixed by Jerome Laban <jlaban@wanadoo.fr>).
32712 Tue Jan 28 18:55:19 CET 2003 Paolo Molaro <lupus@ximian.com>
32714         * profiler.c: provide more callers information.
32716 2003-01-28  Dietmar Maurer  <dietmar@ximian.com>
32718         * marshal.c (mono_marshal_get_managed_wrapper): generate valid IL code
32720         * appdomain.h:added fix from Patrik: _MonoAppDomain is a MBR object
32722         * marshal.c (mono_marshal_get_native_wrapper): generate valid IL code
32724 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
32726         * icall.c: (ves_icall_System_CurrentTimeZone_GetTimeZoneData): raise an
32727         exception instead of going into an infinite loop on dates which it 
32728         can't yet handle.
32730         * string-icalls.c (ves_icall_System_String_get_Chars): raise 
32731         out-of-range exception if needed.
32733         * class.c (mono_class_setup_vtable): allow a virtual method to provide
32734         an implementation for an interface method and to override an inherited
32735         method at the same time. 
32736         Imagine a scenario when a virtual method is used to override a
32737         virtual abstract method in a parent class, and this same method 
32738         provides an implementation for an method inherited from an interface. 
32739         In this case, the interface resolution code will set im->slot, which 
32740         means that the virtual method override pass will skip this method 
32741         which means a pointer to the abstract method inherited from the parent
32742         will remain in the vtable of this non-abstract class.
32744         * class.c: (mono_class_setup_vtable): continue search for a real 
32745         method if only an abstract method is found.     
32747 Mon Jan 27 17:12:19 CET 2003 Paolo Molaro <lupus@ximian.com>
32749         * reflection.c: add size to encoding for ByValStr and ByValArray
32750         marshal blob (from "Jerome Laban" <jlaban@wanadoo.fr>).
32752 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
32754         * class.c (mono_class_setup_vtable): pass the override info as an
32755         argument.
32757         * class.c (mono_class_setup_vtable): set the slot of overriding methods
32758         correctly.
32759         
32760         * reflection.c (ensure_runtime_vtable); add support for method 
32761         overrides.
32762         
32763 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
32765         * reflection.c (resolution_scope_from_image): Hack to work to work with
32766         dynamic assemblies.
32768         * reflection.c (mono_image_typedef_or_ref): renamed to ..._aux and 
32769         added a 'force_ref' argument to force this function to allways return 
32770         a TypeRef. This is needed by mono_image_get_memberref_token ().
32771         
32772 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
32774         * reflection.c (mono_image_get_type_info): interfaces really don't have
32775         a parent.
32777         * reflection.c (mono_image_basic_init): fill out missing fields of
32778         image structure.
32780         * reflection.c (mono_image_basic_init): Invoke assembly load hooks for 
32781         dynamic assemblies. This is required so dynamic assemblies show up in
32782         AppDomain.GetAssemblies (), emit an AssembyLoadEvent, gets searched by
32783         Type::GetType() etc. This is consistent with MS behaviour.
32785         * image.c image.h reflection.c: add newly created classes to the name 
32786         cache so mono_class_get () will find them.      
32788 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
32790         First part of changes to get IKVM.NET running under mono.
32791         
32792         * appdomain.h, appdomain.c: added new function 
32793         mono_domain_try_type_resolve() which will emit TypeResolve events. 
32794         This function will call AppDomain::DoTypeResolve to do the actual work.
32796         * class.h, class.c, loader.c, object.c, reflection.h, reflection.c: 
32797         moved existing code dealing with dynamic tokens to a new function 
32798         called mono_reflection_lookup_dynamic_token (). This function will 
32799         raise TypeResolve events when appropriate. Since reflection.c is not 
32800         part of libmetadata, a new hook function called 
32801         mono_lookup_dynamic_token() is added to class.c which will call this.
32803         * assembly.h assembly.c: make the invoke_load_hook function public,
32804         so it can be called for dynamic assemblies.
32806         * icall.c (ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_RunClassConstructor): skip interfaces since they do not have initializers.
32808         * icall.c (ves_icall_type_from_name): emit a TypeResolve event if the 
32809         type isn't found.
32811         * reflection.c reflection.h: change MonoDynamicAssembly.tokens to a 
32812         MonoGHashTable, since it contains pointers to objects which the GC 
32813         needs to track.
32815         * assembly.c (search_loaded): remove unused variable.
32816         
32817 Mon Jan 27 12:18:45 CET 2003 Paolo Molaro <lupus@ximian.com>
32819         * object.c: fixed issue exposed by gcc-generated IL programs
32820         that use RVA data for pointers.
32822 2003-01-25  Martin Baulig  <martin@ximian.com>
32824         * threads.c (start_wrapper): Moved the initialization of
32825         `start_func' above the mono_new_thread_init() call to which we
32826         pass it as argument.
32828 2003-01-24  Martin Baulig  <martin@ximian.com>
32830         * threads.h (MonoThreadCallbacks): Pass the thread ID instead of
32831         the MonoThread pointer.
32833 2003-01-21  Miguel de Icaza  <miguel@ximian.com>
32835         * icall.c: Rename `PowImpl' to Pow.
32837 2003-01-23  Dick Porter  <dick@ximian.com>
32839         * threads.c (start_wrapper): Create a Thread object if needed, so
32840         the Main() thread can do the class initialisation in a subthread
32841         that has been set up to allow managed code execution.
32843         Pass the thread ID instead of the MonoThread pointer to the thread
32844         start and attach callbacks.  This change is required, because the
32845         jit thread start callback must be called _before_ the Thread
32846         object can be created.
32847         
32848         (mono_thread_init): Removed much object creation code that is no
32849         longer needed.  No managed code is called from here now.
32851         * object.c (mono_runtime_exec_managed_code): Create a subthread
32852         for Main, and call back to the runtime to use it.
32853         Set the exit code when Main exits.
32855         * gc.c: Make sure domain finalisation happens in a subthread.
32856         Re-enable threaded GC, fixing bug 31333 (again).
32858         * environment.c: System.Environment internall calls (so far just
32859         ExitCode is here, the others are still in icall.c)
32861         * appdomain.c (mono_runtime_cleanup): All threads running managed
32862         code should have finished before mono_runtime_cleanup() is
32863         reached, so no need to clean up threads.
32865 2003-01-22  Martin Baulig  <martin@ximian.com>
32867         * appdomain.h (MonoThreadStartCB): Added `MonoThread *thread' and
32868         `gpointer func' arguments.      
32869         (MonoThreadAttachCB): New typedef; like the old MonoThreadStartCB,
32870         but added `MonoThread *thread' argument.
32871         (mono_runtime_init): The last argument is now a MonoThreadAttachCB.
32873         * threads.c (mono_new_thread_init): Added `gpointer func' argument
32874         and pass it to the mono_thread_start_cb callback.
32875         (mono_install_thread_callbacks): New public function to install a
32876         set of callbacks which are set by the debugger.
32877         (mono_thread_init): The last argument is now a MonoThreadAttachCB.
32879 2003-01-22  Martin Baulig  <martin@ximian.com>
32881         * Makefile.am: Install debug-mono-symfile.h.
32883 2003-01-21  Aleksey Demakov <avd@openlinksw.com>
32885         * marshal.c: fixed copy_from_managed and copy_to_unmanaged for 0 length.
32887 2003-01-21  Dietmar Maurer  <dietmar@ximian.com>
32889         * added the following fix from Jackson Harper <jackson@latitudegeo.com>
32890         * class.c (mono_ptr_class_get): correctly set access levels of pointers
32891         (mono_array_class_get): correctly set access levels of arrays
32893 2003-01-20      Patrik Torstensson
32894         * image.h (MonoAssemblyName): changed major, minor, build, revision
32895         from signed to unsigned.
32897 2003-01-20  sean kasun <skasun@azstarnet.com>
32899         * reflection.c (load_cattr_value): Now this handles
32900         MONO_TYPE_SZARRAY.  Fixes bug #35629
32902 2003-01-20  Miguel de Icaza  <miguel@ximian.com>
32904         * marshal.c (emit_struct_conv): Handle MONO_TYPE_PTR as an
32905         integer value
32907 2003-01-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32909         * decimal.c: fixed bug #26056.
32911 2003-01-17  Martin Baulig  <martin@ximian.com>
32913         * gc.c: Raise an ExecutionEngineException instead of using g_error().
32915 2003-01-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32917         * exception.[ch]:
32918         (mono_get_exception_type_initialization): new function.
32920         * object.c: throw a TypeInitializationException when an exception is
32921         thrown invoking the class constructor.
32923 2003-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32925         * reflection.c: fixed attribute reading.
32927 2003-01-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32929         * icall.c:
32930         (ves_icall_type_from_name): make it work as MS. Ie, if no assembly name
32931         provided, look for the type in the calling assembly and then in
32932         mscorlib; if the assembly name is provided, only try that one.
32934 Tue Jan 14 14:52:52 CET 2003 Paolo Molaro <lupus@ximian.com>
32936         * object.c: register the vtable before there is a chance it's
32937         queried again recursively.
32939 2003-01-13  Duncan Mak  <duncan@ximian.com>
32941         * Makefile.am (libmonoruntime_la_SOURCES): Change gc.h to
32942         gc-internal.h. 
32943         
32944 2003-01-12  Patrik Torstensson <totte@race-x-change.com>
32946         * string-icall.[c|h], icall.c: Added support for CompareOrdinal mode
32948 2003-01-11  Martin Baulig  <martin@ximian.com>
32950         * debug-mono-symfile.h (MONO_SYMBOL_FILE_DYNAMIC_VERSION): Incremented
32951         this to 20 for the release.
32953 2003-01-10  Dietmar Maurer  <dietmar@ximian.com>
32955         * marshal.c (emit_struct_conv): added support for EXPLICIT_LAYOUT
32957         * loader.c (mono_method_get_marshal_info): bug fix
32959         * marshal.c (mono_marshal_get_ptr_to_struct): don't convert
32960         structures with explicit layout
32962 Fri Jan 10 15:58:09 CET 2003 Paolo Molaro <lupus@ximian.com>
32964         * profiler.c: made the output more readable (and sorted). 
32965         Added caller information for the allocation profiler.
32967 2003-01-09  Sebastien Pouliot  <spouliot@videotron.ca>
32969         * icall.c, rand.c, rand.h: Prepended RNG functions with Internal.
32971 2003-01-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32973         * icall.c: added ves_icall_System_Activator_CreateInstanceInternal. Used
32974         to get value types.
32975         
32976 Thu Jan 9 19:43:11 CET 2003 Paolo Molaro <lupus@ximian.com>
32978         * object.c, profiler.h, profiler.c, profiler-private.h:
32979         Added object allocation profiler.
32981 Thu Jan 9 16:17:00 CET 2003 Paolo Molaro <lupus@ximian.com>
32983         * reflection.h, reflection.c: handle global methods.
32984         Compress blob entries.
32986 Thu Jan 9 15:54:53 CET 2003 Paolo Molaro <lupus@ximian.com>
32988         * marshal.c: fix compilation.
32990 2003-01-09  Dietmar Maurer  <dietmar@ximian.com>
32992         * loader.c (mono_method_get_marshal_info): impl.
32994         * metadata.c (mono_metadata_field_info): use mono_metadata_get_marshal_info
32996 2003-01-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32998         * icall.c: applied fix from Zoltan Varga that fixes Type.IsPrimitive
32999         for reference types.
33001 Wed Jan 8 20:11:46 CET 2003 Paolo Molaro <lupus@ximian.com>
33003         * loader.c: fixed off by one error in loaded parameter names.
33005 2003-01-08  Dietmar Maurer  <dietmar@ximian.com>
33007         * marshal.c (mono_marshal_get_icall_wrapper): like
33008         mono_marshal_get_native_wrapper, but simpler and use a MonoMethodSignature
33009         instead of a MonoMethod.
33011 2003-01-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33013         * decimal.c: fixed bug #36537.
33015 Mon Jan 6 19:37:59 CET 2003 Paolo Molaro <lupus@ximian.com>
33017         * marshal.c: throw a missing method exception if a
33018         P/Invoke method is not found.
33020 Sun Jan 5 11:57:09 CET 2003 Paolo Molaro <lupus@ximian.com>
33022         * icall.c: allow a null this for constructors.
33024 Sat Jan 4 18:28:42 CET 2003 Paolo Molaro <lupus@ximian.com>
33026         * icall.c: raise the proper exceptions if the arguments to the
33027         internal Invoke are incorrect.
33029 2003-01-03  Dietmar Maurer  <dietmar@ximian.com>
33031         * marshal.c (mono_marshal_get_ptr_to_struct): code cleanups
33033 2003-01-03  Martin Baulig  <martin@ximian.com>
33035         * debug-mono-symfile.h: Increment MONO_SYMBOL_FILE_DYNAMIC_VERSION.
33037 2002-12-31  Martin Baulig  <martin@ximian.com>
33039         * debug-mono-symfile.c: Completely rewrote the type section.
33040         Instead of using individual malloc()ed fields, we use one big
33041         continuous memory area and offsets into this area.
33042         See the comments in the source code for details.
33044 2002-12-30  Martin Baulig  <martin@ximian.com>
33046         * debug-mono-symfile.h (MonoDebugTypeInfo): Renamed to MonoDebugClassInfo.
33048 2002-12-30  Martin Baulig  <martin@ximian.com>
33050         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Include the
33051         line number table in this data blob instead of using an external
33052         pointer.
33054 2002-12-28  Martin Baulig  <martin@ximian.com>
33056         * debug-mono-symfile.h: Increment MONO_SYMBOL_FILE_DYNAMIC_VERSION.
33058 2002-12-22  Rachel Hestilow  <hestilow@ximian.com>
33060         * marshal.c (mono_marshal_get_runtime_invoke): Support MONO_TYPE_CHAR
33061         as a boxed return type.
33063 2002-12-21  Miguel de Icaza  <miguel@ximian.com>
33065         * appdomain.c
33066         (ves_icall_System_AppDomainSetup_InitAppDomainSetup): Use
33067         g_build_filename to properly get separators on the filename created.
33069         * object.h: Small change, introduce MonoMarshalByRefObject to
33070         track the layout of that structure in the C# universe as we make
33071         changes there.
33073 Thu Dec 19 16:23:19 CET 2002 Paolo Molaro <lupus@ximian.com>
33075         * object.c: removed assert to allow static fields on interfaces.
33076         * loader.c: a TypeSpec may be used for any type, not just arrays.
33078 Thu Dec 19 14:19:42 CET 2002 Paolo Molaro <lupus@ximian.com>
33080         * class.c, class.h: added mono_class_array_element_size ().
33081         Ignore static methods in interfaces.
33083 2002-12-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33085         * threads.c: fixed the build under cygwin.
33087 Wed Dec 18 18:43:47 CET 2002 Paolo Molaro <lupus@ximian.com>
33089         * reflection.c: handle nullref constants. Allocate keys for
33090         reflection handles with the GC.
33092 Wed Dec 18 11:34:18 CET 2002 Paolo Molaro <lupus@ximian.com>
33094         * threads.c, threads.h: added mono_thread_get_abort_signal()
33095         to get a suitable signal for thread abort.
33097 Wed Dec 18 11:26:18 CET 2002 Paolo Molaro <lupus@ximian.com>
33099         * metadata.c: fix handling of ExportedType table.
33101 2002-12-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33103         * icall.c: added WriteWindowsDebugString internal call.
33105 2002-12-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33107         * reflection.h: added fields to match C# implementation.
33109 2002-12-14  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33111         * icall.c: patch from Jaroslaw Kowalski to fix Environment.MachineName.
33113 2002-12-12  Juli Mallett  <jmallett@FreeBSD.org>
33115         * gc.h, gc-internal.h: Rename header for GC internal calls to
33116         gc-internal.h from gc.h as to not clash with Boehm GC having its
33117         header installed as <gc.h> in outside include paths.
33118         * appdomain.c, gc.c, icall.c, object.c: Account for aforementioned.
33119         * threads.c: If SIGRTMIN is not defined, fall back to SIGUSR1.
33121 2002-12-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33123         * icall.c: assign minor, build and revision in FillName.
33125 2002-12-11  Zoltan Varga  <vargaz@freemail.hu>
33127         * image.h reflection.h reflection.c class.h class.c loader.c object.c:
33128         Added support for running code generated by Reflection.Emit.
33130 2002-12-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33132         * appdomain.c: check for NULL argument in LoadFrom.
33134 2002-12-10  Dick Porter  <dick@ximian.com>
33136         * threads.c: WaitHandle fixes from Tum <tum@veridicus.com>
33138 2002-12-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33140         * appdomain.c: fix buglet when building exe file name.  Handle full
33141         assembly name (needed after latest changes to AssemblyName).
33142         * image.c:
33143         (mono_image_close): free some hashtables.
33145 2002-12-05  Dietmar Maurer  <dietmar@ximian.com>
33147         * threads.c (ves_icall_System_Threading_Thread_Abort): we use SIGRTMIN 
33148         instead of SIGUSR1, because SIGUSR1 is used by the pthread implementation 
33149         on some systems (redhat 7.3) 
33151 Thu Dec 5 16:13:40 CET 2002 Paolo Molaro <lupus@ximian.com>
33153         * threads.c: delete the critical section of a sync block,
33154         spotted and fixed by tum@veridicus.com (Thong (Tum) Nguyen).
33156 Thu Dec 5 12:52:52 CET 2002 Paolo Molaro <lupus@ximian.com>
33158         * pedump.c, cil-coff.h, monosn.c: add strong name cli header flag.
33160 2002-12-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33162         * appdomain.[ch]: handle the assembly preload event to try loading the
33163         assemblies using the paths we have in the current domain.
33165         * assembly.[ch]: created an assembly preload hook that is called to try
33166         loading the assembly by other means that the ones provided here.
33168         * domain.c: initialize the domain search path.
33170         From now on, assemblies (TODO: except corlib and System) are loaded
33171         according to these rules when using mono_assembly_load ():
33173                 1. It tries to load the assembly from the ApplicationBase
33174                 of the current domain appending .dll and .exe (TODO: have to
33175                 try loading from name/name.dll and name/name.exe).
33177                 2. It tries the search path specified in PrivateBinPath for the
33178                 current domain (if any).
33180                 3. Previous behavior.
33182 Wed Dec 4 16:02:25 CET 2002 Paolo Molaro <lupus@ximian.com>
33184         * icall.c: implemented GetInterfaceMap() related icall.
33185         * domain.c, loader.h: load MethodInfo in mono_defaults.
33187 Wed Dec 4 11:02:30 CET 2002 Paolo Molaro <lupus@ximian.com>
33189         * gc.c: disable the finalizer thread for now, untill all the issues
33190         with it are resolved.
33192 Wed Dec 4 10:44:01 CET 2002 Paolo Molaro <lupus@ximian.com>
33194         * string-icalls.c: handle embedded nulls in string ctor when the
33195         length is specified.
33197 Tue Dec 3 19:29:20 CET 2002 Paolo Molaro <lupus@ximian.com>
33199         * class.c: look for explicit interface implementation in parent
33200         classes, too.
33202 2002-12-03  Dietmar Maurer  <dietmar@ximian.com>
33204         * gc.c (run_finalize): dont run the finalizer (strange behaviour on rh7.3) 
33206 Tue Dec 3 12:40:06 CET 2002 Paolo Molaro <lupus@ximian.com>
33208         * gc.c: protect handles with a critical section.
33210 2002-12-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33212         * icall.c:
33213         (ves_icall_type_from_name): it now has throwOnError and ignoreCase
33214         parameters. If no assembly specified, try getting the type from all
33215         the assemblies in the current domain, else, load the assembly and get
33216         the type from it.
33218 2002-11-30  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33220         * marshal.c: applied patch from Aleksey Demakov that fixes
33221         ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringUni.
33223 2002-11-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33225         * icall.c: fixed get_location.
33227 2002-11-28  Dietmar Maurer  <dietmar@ximian.com>
33229         * icall.c: moved MONO_ARCH_SAVE_REGS to the end of the
33230         declarations to make it work with older gcc. 
33232         * loader.c (mono_get_method): set signature->pinvoke for native calls
33234 2002-11-20  Dick Porter  <dick@ximian.com>
33236         * threads.c (mono_thread_init): Set the main thread's handle
33238 Tue Nov 19 14:15:34 CET 2002 Paolo Molaro <lupus@ximian.com>
33240         * gc.c: allow compilation without GC support. Changed to match the
33241         mono coding style.
33243 Mon Nov 18 18:41:51 CET 2002 Paolo Molaro <lupus@ximian.com>
33245         * gc.c: don't start the finalizer thread if the env var GC_DONT_GC is set.
33247 Mon Nov 18 16:35:22 CET 2002 Paolo Molaro <lupus@ximian.com>
33249         * reflection.c: set a public key token on the core assemblies.
33251 2002-11-18  Dick Porter  <dick@ximian.com>
33253         * threads.c: Split out some thread initialisation so that other
33254         files can set the start callback function.
33256         * gc.c: Run finalisers in a separate thread, to avoid stack
33257         overflow.  Fixes bug 31333.
33259         * appdomain.c: Set up GC finalisation thread.
33261         * reflection.c: 
33262         * object.c: 
33263         * domain.c: Use gc.h macros for GC_malloc
33264         
33265 2002-11-15  Dick Porter  <dick@ximian.com>
33267         * threadpool.c: 
33268         * threads.c:
33269         * appdomain.c: Removed mono_runtime_init_with_attach(),
33270         mono_thread_create_arg(), and mono_thread_init_with_attach(), by
33271         merging the extra parameter with the existing function.  Removed
33272         unneeded code in mono_thread_attach().
33274 2002-11-14  Dietmar Maurer  <dietmar@ximian.com>
33276         * image.c (mono_image_loaded_by_guid): a method to get loaded
33277         images by guid. 
33278         (load_metadata_ptrs): we store the guid as string.
33280 2002-11-11  Dietmar Maurer  <dietmar@ximian.com>
33282         * assembly.c (mono_assembly_open): check the guid of aot compiled lib.
33284         * metadata.c (mono_guid_to_string): imported method form Zoltan
33285         Varga (slightly modified)
33287         * assembly.c (mono_assembly_open): load precompiled code
33289         * loader.h (MonoMethod): we store the method token for use in the
33290         aot compiler. 
33292 2002-11-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33294         * appdomain.c: insert the loaded assemblies in the domain->assemblies in
33295         the hook function called when an assembly is loaded.
33296         
33297         * domain.c: Modified file.
33298         (mono_domain_assembly_load): removed hash table insertion of assemblies.
33300         Fixes bug #33196.
33302 2002-11-07  Miguel de Icaza  <miguel@ximian.com>
33304         * reflection.c: Map PEFileKind to the value expected by the WinNT
33305         image loader. 
33307 2002-11-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33309         * rand.c: use /dev/urandom. If it fails to open, use the previous one.
33310         Read until the buffer is filled completely.
33312 2002-11-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33314         * icall.c: implemented MonoType.InternalGetEvent ().
33316 2002-11-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33318         * appdomain.c: implemented InitAppDomainSetup. Delayed
33319         AppDomain.SetupInformation until mono_runtime_exec_main, where we get
33320         the entry_assembly.
33322         * assembly.c: base_dir is now an absolute path ending with
33323         G_DIR_SEPARATOR.
33325         * icall.c: modified get_location according to the above changes.
33327         * object.c: init AppDomain.SetupInformation for the default domain after
33328         we have the entry assembly.
33330         * domain.c: when unloading a domain, setup = NULL.
33332 2002-11-04  Dietmar Maurer  <dietmar@ximian.com>
33334         * marshal.c (emit_ptr_to_str_conv): try to fix bug 29548
33336 Sun Nov 3 15:39:28 CET 2002 Paolo Molaro <lupus@ximian.com>
33338         * object.h, object.c: introduced mono_object_get_virtual_method ()
33339         to lookup the method invoked on an object when a callvirt is done on
33340         a method.
33341         * icall.c: make MethodInfo::Invoke() always do a virtual call.
33343 2002-11-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33345         * appdomain.c: invoke AssemblyLoad and AsemblyResolve events in the
33346         current domain when loaded an assembly and failed to load it.
33348         * icall.c: changed ...Assembly_GetType to Assembly_InternalGetType.
33350 2002-10-31  Dick Porter  <dick@ximian.com>
33352         * icall.c: 
33353         * file-io.h: 
33354         * file-io.c: Return the error status in a parameter, as the
33355         GetLastError() value has long since been blown away if we try and
33356         look it up in a subsequent internal call invocation.  Delete the
33357         GetLastError() internal call, because it's useless.
33359 2002-10-31  Dietmar Maurer  <dietmar@ximian.com>
33361         * class.[ch]: added cast_class to fix bug 29517
33363 Wed Oct 30 19:37:32 CET 2002 Paolo Molaro <lupus@ximian.com>
33365         * marshal.c: create valid IL code in the filter clause:
33366         the new JIT is less forgiving:-)
33368 2002-10-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33370         * icall.c: removed get_property internal call.
33372 2002-10-25  Zoltan Varga  <vargaz@freemail.hu>
33374         * appdomain.h domain.c: Added an ID to appdomains.
33375         
33376         * threads.c threads.h icall.c: Implement icall
33377         Thread:GetDomainID(), and remove unused icall 
33378         CurrentThreadDomain_internal.
33380 2002-10-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33382         * icall.c: Don't recurse through the base types in GetConstructor.
33383         Fixes bug #32063. 
33385 Thu Oct 24 16:56:00 CEST 2002 Paolo Molaro <lupus@ximian.com>
33387         * mempool.h, mempool.c: added mono_mempool_empty() and
33388         mono_mempool_stats().
33390 2002-10-23  Dick Porter  <dick@ximian.com>
33392         * file-io.c: 
33393         * file-io.h: 
33394         * icall.c: Added MonoIO.GetFileType internal call
33396 2002-10-17  Dick Porter  <dick@ximian.com>
33398         * appdomain.c (mono_runtime_cleanup): Don't signal the async
33399         delegate semaphore before waiting for all threads to finish,
33400         because new threads can also call async delegates.  Fixes bug
33401         32004.
33403         * threadpool.c (async_invoke_thread): Only wait for 500ms instead
33404         of 3 seconds, in case another async job is queued.  (This part is
33405         needed because the bug fix reintroduced the 3s exit lag.)  This
33406         makes the mono_runtime_shutdown flag superfluous.
33408 Thu Oct 17 13:11:39 CEST 2002 Paolo Molaro <lupus@ximian.com>
33410         * reflection.c: include ehader size in method section headers.
33411         Really check for suplicated modules entries.
33413 2002-10-17  Martin Baulig  <martin@gnome.org>
33415         * debug-mono-symfile.c: Added back support for locals.
33417 2002-10-14  Martin Baulig  <martin@gnome.org>
33419         * debug-mono-symfile.c: Added MONO_TYPE_I, MONO_TYPE_U and
33420         MONO_TYPE_VOID.
33422 2002-10-14  Martin Baulig  <martin@gnome.org>
33424         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetType): Use
33425         mono_class_get() instead of looking in the class cache. 
33427 2002-10-13  Martin Baulig  <martin@gnome.org>
33429         * debug-mono-symfile.c: Set version number to 28, include the
33430         signature in method names.
33432 2002-10-13  Martin Baulig  <martin@gnome.org>
33434         * debug-mono-symfile.h: Set version number to 27.
33436 2002-10-11  Martin Baulig  <martin@gnome.org>
33438         * gc.c: Don't register/unregister NULL pointers as disappearing links.
33440 Thu Oct 10 14:56:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
33442         * metadata.c, metadata.h: added helper function to allocate signatures.
33444 2002-10-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33446         * icall.c: added internal call to get the location of machine.config.
33448 2002-10-08  Martin Baulig  <martin@gnome.org>
33450         * debug-mono-symfile.c: Ignore classes with a pending init for the
33451         moment.
33453 2002-10-03  Dick Porter  <dick@ximian.com>
33455         * threads.c: Freebsd pthread_t is a pointer
33457 2002-10-03  Dick Porter  <dick@ximian.com>
33459         * socket-io.c: Implemented GetHostName_internal
33461 2002-10-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33463         * mono-config.c:
33464         (mono_config_parse_file): don't leak the text.
33466 2002-10-02  Martin Baulig  <martin@gnome.org>
33468         * debug-mono-symfile.c: Added support for methods.
33470 2002-10-01  Martin Baulig  <martin@gnome.org>
33472         * debug-mono-symfile.c: Don't emit methods and line numbers for
33473         the dynamic symbol file, just write the type table.  We can easily
33474         have an external helper program which creates a symbol file for an
33475         IL file.        
33477 2002-10-01  Dick Porter  <dick@ximian.com>
33479         * threads.c (ves_icall_System_Threading_Thread_Start_internal):
33480         Only add the handle to the cleanup array when we're about to
33481         launch the thread.  Bug 31425 deadlocked when the test was run on
33482         mono under w32.
33484 2002-10-01  Martin Baulig  <martin@gnome.org>
33486         * debug-mono-symfile.c: Added support for properties.
33488 Fri Sep 27 18:55:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
33490         * reflection.c: unaligned store fix from Mark Crichton
33491         <crichton@gimp.org>.
33493 2002-09-27  Martin Baulig  <martin@gnome.org>
33495         * icall.c ("System.Reflection.Assembly::GetReferencedAssemblies"):
33496         New interncall.
33498 Fri Sep 27 15:38:31 CEST 2002 Paolo Molaro <lupus@ximian.com>
33500         * assembly.h, assembly.c: use a sane API to hook into the assembly
33501         loading process instead of a useless special-purpouse hack
33502         (ngen needs a hook, too, for example).
33504 2002-09-27  Dick Porter  <dick@ximian.com>
33506         * threads.c (mono_thread_init): Call GetCurrentProcess() so
33507         io-layer can set up some process handle info.  Not needed on w32,
33508         but doesn't hurt either.
33510         * process.c: Pass the program name in the second parameter to
33511         CreateProcess, so the path is searched.  Include the working
33512         directory. Implemented process name, process enumeration, and some
33513         process detail internal calls.
33514         
33515         * icall.c: Added internal calls for process lookup, and some
33516         process details
33518 2002-09-26  Martin Baulig  <martin@gnome.org>
33520         * assembly.c (mono_install_open_assembly_hook): New global
33521         function to install a function to be invoked each time a new
33522         assembly is loaded.
33523         (mono_assembly_open): Run this callback function if set.
33525         * debug-mono-symfile.c: Put back line numbers for the dynamic
33526         symbol file and also record the .il file as source file.  This
33527         allows us to install the temporary symbol file as `file.dbg' just
33528         like a compiler-generated one.
33530 2002-09-26  Nick Zigarovich <nick@chemlab.org>
33532         * Corrected typo in gc.c (BOHEM vs BOEHM).
33534 2002-09-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33536         * icall.c: fixed bug #31235 by copying a few lines from GetMethods to
33537         GetProperties. Also avoid calling g_slist_length in GetProperties and
33538         GetMethods.
33540 Wed Sep 25 22:18:03 CEST 2002 Paolo Molaro <lupus@ximian.com>
33542         * reflection.c: avoid unaligned stores (bug spotted by
33543         Mark Crichton  <crichton@gimp.org>).
33545 2002-09-25  Martin Baulig  <martin@gnome.org>
33547         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Use pointers
33548         instead of guint64 for addresses and added prologue/epilogue info.
33550 2002-09-25  Martin Baulig  <martin@gnome.org>
33552         * debug-mono-symfile.h (MonoDebugLineNumberEntry): New type to
33553         store line number info.  For the dynamic symbol file, we only need
33554         to provide the JIT generated dynamic line number info for the dynamic
33555         symbol file.
33557 2002-09-25  Martin Baulig  <martin@gnome.org>
33559         * debug-mono-symfile.h: Incremented version number.
33561 2002-09-24  Martin Baulig  <martin@gnome.org>
33563         * class.c (mono_debugger_class_init_func): New global function
33564         pointer variable.
33565         (mono_class_init): If mono_debugger_class_init_func is non-NULL,
33566         call it.
33568         * debug-mono-symfile.c (mono_debug_symfile_add_type): New
33569         function.  This is called via the mono_debugger_class_init_func
33570         hook to add all types to the dynamic type table.
33571         (ves_icall_MonoDebugger_GetType): New interncall to get a class
33572         from its metadata token.
33574         * icall.c ("System.Reflection.Assembly::MonoDebugger_GetType"):
33575         New interncall for the debugger.
33577 2002-09-24  Nick Drochak <ndrochak@gol.com>
33579         * icall.c (ves_icall_System_Enum_ToObject): validate the type parameter
33580         before using it in case it is null.
33581         
33582 Tue Sep 24 13:24:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
33584         * metadata.c: allow custom modifiers in local var signatures
33585         (bug spotted by Zoltan Varga).
33587 Tue Sep 24 12:12:16 CEST 2002 Paolo Molaro <lupus@ximian.com>
33589         * class.c: deal with the <Module> class that may have a NULL vtable.
33590         Eliminate warnings.
33592 Tue Sep 24 11:28:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
33594         * image.c, image.h: more strong name helpers.
33595         * monosn.c: more work: convert pem keys to cryptoapi format.
33597 Tue Sep 24 11:27:38 CEST 2002 Paolo Molaro <lupus@ximian.com>
33599         * string-icalls.c: speedup IndexOf.
33601 Tue Sep 24 11:17:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
33603         * icall.c: updates from Zoltan.2.Varga@nokia.com.
33605 Tue Sep 24 11:09:17 CEST 2002 Paolo Molaro <lupus@ximian.com>
33607         * icall.c: cleanup: use mono_object_domain ().
33609 2002-09-23  Martin Baulig  <martin@gnome.org>
33611         * debug-mono-symfile.c: Improved type support.
33613 2002-09-22  Martin Baulig  <martin@gnome.org>
33615         * debug-mono-symfile.c: Added support for reference types and strings.
33617 2002-09-22  Martin Baulig  <martin@gnome.org>
33619         * debug-mono-symfile.c: Started to work on the type table.
33621 2002-09-21  Martin Baulig  <martin@gnome.org>
33623         * debug-mono-symfile.c: Largely reworked the symbol table format.
33624         The symbol table is now incrementally updated each time a new
33625         method is added.  We're now also using our own magic and version
33626         so that you don't need to recompile all your classes if the
33627         dynamic table changes.
33628         (mono_debug_update_mono_symbol_file): Removed.
33629         (mono_debug_symfile_add_method): New function to add a method.
33631 2002-09-21  Martin Baulig  <martin@gnome.org>
33633         * icall.c
33634         ("System.Reflection.Assembly::MonoDebugger_GetLocalTypeFromSignature"):
33635         New interncall.
33637         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetLocalTypeFromSignature):
33638         New interncall to get a method from its metadata token.
33640 2002-09-21  Martin Baulig  <martin@gnome.org>
33642         * debug-mono-symfile.c: Create type table.
33644 2002-09-20  Martin Baulig  <martin@gnome.org>
33646         * debug-mono-symfile.c: Reflect latest Mono.CSharp.Debugger changes.
33648 2002-09-20  Martin Baulig  <martin@gnome.org>
33650         * debug-mono-symfile.c: Provide information about params and locals.
33652 2002-09-20  Martin Baulig  <martin@gnome.org>
33654         * icall.c ("System.Reflection.Assembly::MonoDebugger_GetMethod"):
33655         New interncall.
33657         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetMethod): New
33658         interncall to get a method from its metadata token.
33660 2002-09-20  Martin Baulig  <martin@gnome.org>
33662         * debug-mono-symfile.c: Added a few checks for method->header
33663         being non-NULL.  This should never happen, but for the moment
33664         let's use a g_warning() rather than a g_assert().
33666 2002-09-19  Mark Crichton  <crichton@gimp.org>
33668         * gc.c: ves_icall_System_GCHandle_FreeHandle made a call to libgc
33669         even if support for it isn't present.  Added an #ifdef to fix this.
33671         * socket-io.c: Added checks back for Solaris support.
33673 2002-09-19  Martin Baulig  <martin@gnome.org>
33675         * debug-mono-symfile.c (read_string, write_string): Reflect latest
33676         changes in the symbol file format.
33678 2002-09-18  Martin Baulig  <martin@gnome.org>
33680         * debug-mono-symfile.c: Set version number to 21.
33682 2002-09-18  Dick Porter  <dick@ximian.com>
33684         * threads.c (mon_new): Use the GC_MALLOC macro to hide differences
33685         on netbsd.  Fixes bug 30051.
33687 2002-09-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33689         * reflection.c:
33690         (set_version_from_string): little fix.
33692 Mon Sep 16 18:57:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
33694         * monosn.c, Makefile.am: added strong name utility.
33695         * reflection.h, reflection.c: implemented delayed signing,
33696         locale, version and hash id assembly attributes.
33698 Mon Sep 16 18:51:47 CEST 2002 Paolo Molaro <lupus@ximian.com>
33700         * loader.c, metadata.c: load param attributes in signatures.
33702 2002-09-16  Martin Baulig  <martin@gnome.org>
33704         * debug-mono-symfile.c: Added string table with all method names.
33706 2002-09-14  Martin Baulig  <martin@gnome.org>
33708         * debug-mono-symfile.h (MonoSymbolFile): Added method range table for
33709         fast method lookup.
33711 Fri Sep 13 16:04:54 CEST 2002 Paolo Molaro <lupus@ximian.com>
33713         * reflection.c: record the public key token of referenced assemblies.
33715 Fri Sep 13 15:41:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
33717         * image.c, image.h: added functions to get the strong name and the
33718         public key of an assembly.
33719         * pedump.c: use them.
33721 2002-09-12  Dietmar Maurer  <dietmar@ximian.com>
33723         * marshal.c (emit_str_to_ptr_conv): support marshalling of delegates.
33725 2002-09-12  Miguel de Icaza  <miguel@ximian.com>
33727         * marshal.c (mono_marshal_get_managed_wrapper): Added
33728         MONO_TYPE_BOOLEAN 
33730 2002-09-11  Martin Baulig  <martin@gnome.org>
33732         * gc.c: Call GC_unregister_disappearing_link() on all links when
33733         finalizing them, this is necessary to aviod a crash in boehm's
33734         finalize handler.
33736 Wed Sep 11 17:06:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
33738         * gc.c: handle GetTarget for finalized objects spotted and fixed by
33739         nick@chemlab.org.
33741 Wed Sep 11 15:27:20 CEST 2002 Paolo Molaro <lupus@ximian.com>
33743         * icall.c: implemented MonoType::Module.
33744         * reflection.c, reflection.h: mono_module_get_object () from
33745         Tomi Pakarinen <tomi.pakarinen@welho.com>.
33747 Wed Sep 11 12:53:28 CEST 2002 Paolo Molaro <lupus@ximian.com>
33749         * icall.c: ignore overridden methods in GetMethods ().
33750         Fix for FieldInfo::SetValue().
33751         * object.c: handle float/double in runtime invoke.
33753 Tue Sep 10 15:51:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
33755         * object.c: allow a constructor to be called again on an object.
33757 Tue Sep 10 11:58:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
33759         * class.h, class.c: move field layout code to it's own function and
33760         export it. Get an interface id earlier. Move fields in MonoClass
33761         so they are more cache friendly and align the bitfields.
33762         * loader.c: temporary handle get_param_names() for a runtime method.
33763         * reflection.c, reflection.h: more code to handle runtime creation of
33764         types.
33766 2002-09-09  Martin Baulig  <martin@gnome.org>
33768         * marshal.c (mono_marshal_get_native_wrapper): We need to use a special
33769         signature with the pinvoke field being set for the actual call.
33771 Sat Sep 7 10:12:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
33773         * icall.c: removed some unused icalls. Start of map of glib charsets
33774         to corlib names. Implemented RuntimeMethod::GetFunctionPointer ().
33776 Fri Sep 6 16:08:44 CEST 2002 Paolo Molaro <lupus@ximian.com>
33778         * debug-helpers.c: break infinite loop (found and fixed by
33779         Holger Arnold <harnold@gmx.de>).
33781 Thu Sep 5 18:50:54 CEST 2002 Paolo Molaro <lupus@ximian.com>
33783         * icall.c: target may be null in create_delegate.
33785 Thu Sep 5 17:42:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
33787         * marshal.c: handle a boolean return type.
33789 Thu Sep 5 13:09:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
33791         * gc.c: put HIDE_POINTER/REVEAL_POINTER only here.
33793 Wed Sep 4 19:23:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
33795         * gc.c: fix weakreferences.
33797 Wed Sep 4 13:59:50 CEST 2002 Paolo Molaro <lupus@ximian.com>
33799         * icall.c: added icall to get default codepage.
33801 2002-09-03  Dick Porter  <dick@ximian.com>
33803         * threads.h: 
33804         * threads.c: Use MonoThread instead of MonoObject where
33805         apropriate.
33807         Store running thread objects in a hash table, so that we have all
33808         the info to hand when waiting for them to finish
33809         (means we don't need OpenThread() any more, so mingw builds should
33810         be fully functional again.)
33812         * verify.c:
33813         * object.h: Added thread ID to MonoThread
33815 2002-09-03  Martin Baulig  <martin@gnome.org>
33817         * icall.c (System.Reflection.Assembly::get_location): New interncall.
33819 2002-09-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33821         * icall.c: fixed leak in get_temp_path. Thanks lupus.
33823 2002-09-03  Martin Baulig  <martin@gnome.org>
33825         * debug-helpers.c (mono_disasm_code_one): Added `const guchar **endp'
33826         argument to store the end address of the disassembled instruction.
33828         * debug-mono-symfile.h (MonoDebugMethodInfo, MonoDebugVarInfo): Moved
33829         here from debug-symfile.h.
33830         (MonoDebugMethodJitInfo): Moved all fields which are filled out by the
33831         JIT into this struct.
33832         (MonoSymbolFile): Added `char *image_file' field.
33833         (MonoDebugGetMethodFunc): Removed.
33834         (mono_debug_update_mono_symbol_file): Removed the hash table argument.
33835         (mono_debug_create_mono_symbol_file): Removed the `source_file' argument.
33836         (mono_debug_find_method): New method.
33838         * debug-mono-symfile.c (mono_debug_create_mono_symbol_file): Always
33839         create a full symbol file.
33840         (mono_debug_update_mono_symbol_file): Don't distinguish between dynamic
33841         and static symbol files.
33842         (mono_debug_find_method): The symbol file keeps an internal method hash,
33843         call this to get a MonoDebugMethodInfo from a MonoMethod.
33845         * debug-symfile.[ch]: Removed.
33847 2002-08-29  Miguel de Icaza  <miguel@ximian.com>
33849         * image.c (do_mono_image_open): Remove linker version check.
33851 2002-08-29  Dietmar Maurer  <dietmar@ximian.com>
33853         * marshal.c (mono_marshal_get_managed_wrapper): don't cache
33854         wrappers for instance methods.
33855         
33856 2002-08-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33858         * icall.c: added ves_icall_System_IO_Path_get_temp_path.
33860 2002-08-28  Dick Porter  <dick@ximian.com>
33862         * Makefile.am: Export HOST_CC for w32 builds
33864 Tue Aug 27 18:34:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
33866         * file-io.c process.c: MonoString are null terminated, no
33867         need for mono_string_to_utf16() anymore.
33869 Tue Aug 27 17:51:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
33871         * icall.c, unicode.h, unicode.c: removed unused iconv stuff.
33873 Tue Aug 27 16:38:58 CEST 2002 Paolo Molaro <lupus@ximian.com>
33875         * icall.c, reflection.h: speedup System.MonoType.
33877 Tue Aug 27 16:37:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
33879         * reflection.c: allow null as the value of a string argument in
33880         custom attributes constructors.
33882 2002-08-27  Martin Baulig  <martin@gnome.org>
33884         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Removed the
33885         `trampoline_address' field.
33887 2002-08-27  Dietmar Maurer  <dietmar@ximian.com>
33889         * marshal.c (mono_marshal_get_native_wrapper): removed wrong null
33890         check (fixes bug #29486) 
33892 2002-08-27  Martin Baulig  <martin@gnome.org>
33894         * debug-mono-symfile.c: Changed the file format in a way that allows us
33895         open it read-only and to use a specially malloced area for all the
33896         dynamic data.  We can now also generate a symbol file on-the-fly if we're
33897         debugging IL code and there is no MCS generated symbol file for it.
33899 Mon Aug 26 16:47:37 CEST 2002 Paolo Molaro <lupus@ximian.com>
33901         * object.c: added a define for a good string and array
33902         creation speedup (not enabled by default because we need to deal with
33903         the synch stuff).
33905 2002-08-26  Martin Baulig  <martin@gnome.org>
33907         * debug-mono-symfile.c (mono_debug_create_mono_symbol_file): New
33908         function to create a dynamic symbol file.  This is used by the
33909         debugger to create a symbol file for IL code on-the-fly.
33911 2002-08-26  Martin Baulig  <martin@gnome.org>
33913         * loader.c (mono_lookup_pinvoke_call): Include the error message
33914         from g_module_error() in the error message.
33916 2002-08-24  Martin Baulig  <martin@gnome.org>
33918         * debug-mono-symfile.c (mono_debug_update_mono_symbol_file): New
33919         function to update the symbol file.  The symbol file is mmap()ed
33920         writable, but private.  This allows us to install the symbol file
33921         together with the assembly.
33923 2002-08-24  Martin Baulig  <martin@gnome.org>
33925         * debug-mono-symfile.[ch]: New files.  Similar to debug-symfile.[ch]
33926         but they can read the new symbol file format which mcs is now creating.
33928         * debug-symfile.c (mono_debug_find_source_location): Moved to
33929         debug-mono-symfile.c; this is now operating on the new symbol file.
33931 2002-08-23  Martin Baulig  <martin@gnome.org>
33933         * debug-helpers.c (mono_method_desc_from_method): New function to get
33934         a MonoMethodDesc from a MonoMethod.
33936 Fri Aug 23 15:54:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
33938         * object.c: fixes assertion failure caused by multiple ExecuteAssembly
33939         calls for same domain (patch by Tomi Pakarinen <Tomi.Pakarinen@iki.fi>).
33941 Fri Aug 23 12:14:45 CEST 2002 Paolo Molaro <lupus@ximian.com>
33943         * string-icalls.[ch]: make helper methods static.
33945 2002-08-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33947         * icall.c: re-applied patch to GetValueInternal. Also added R4 and R8
33948         types to it and to SetValueInternal.
33950         * object.c: Moved handle_enum label to its proper place. This was the
33951         f... bug! ;-)
33953         This time i compiled mcs and gtk-sharp and they both work.
33955 2002-08-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33957         * icall.c: reverted partially my previous patch until 
33958         object.c:set_value handles enums correcly.
33960 2002-08-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33962         * icall.c:
33963         (ves_icall_MonoField_GetValue): changed to use mono_field_get_value.
33964         (ves_icall_System_Environment_get_MachineName): removed warning when
33965         compiling under cygwin.
33967 Thu Aug 22 18:49:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
33969         * object.c: fixed field_get_value() for reference types.
33971 2002-08-22  Dick Porter  <dick@ximian.com>
33973         * socket-io.c (ves_icall_System_Net_Sockets_Socket_RecvFrom_internal):
33974         Don't free a buffer while it's still needed.  Patch from Jonathan
33975         Liger <Jonathan.liger@wanadoo.fr>
33977 2002-08-21  Miguel de Icaza  <miguel@ximian.com>
33979         * icall.c (ves_icall_System_Environment_get_Platform): Add new
33980         internal call.
33982 2002-08-21  Dietmar Maurer  <dietmar@ximian.com>
33984         * icall.c (ves_icall_get_method_info): s/MonoMethod/MonoReflectionMethod/
33985         (ves_icall_get_parameter_info): s/MonoMethod/MonoReflectionMethod/
33987         * marshal.c (mono_marshal_get_remoting_invoke): save lmf, because
33988         we call unmanaged code which throws exceptions.
33990 Wed Aug 21 12:56:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
33992         * appdomain.h: added per-domain entry_assembly.
33993         * appdomain.c: ensure mono_runtime_exec_main () gets non-null
33994         arguments.
33995         * icall.c: Assembly::GetEntryAssembly icall.
33996         * object.c: set domain->entry_assembly in mono_runtime_exec_main().
33997         Changes above from a patch by Tomi Pakarinen <tomi.pakarinen@welho.com>.
33999 Tue Aug 20 15:42:15 CEST 2002 Paolo Molaro <lupus@ximian.com>
34001         * appdomain.h, gc.c: added mono_domain_finalize ().
34003 2002-08-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
34005         * object.c:
34006         (mono_print_unhandled_exception): changed g_warning by g_printerr
34007         because g_log has a 1024 characters limit (yeah, i got a big stack
34008         trace). Don't print exception name, that should be in ToString 
34009         returned string.
34011 2002-08-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
34013         * icall.c: added ves_icall_FieldInfo_SetValueInternal.
34014         * object.c: added missing MONO_TYPE_ARRAY in mono_runtime_invoke_array.
34016 2002-08-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
34018         * object.c:
34019         (mono_print_unhandled_exception): after previous commit, i realized
34020         that MS calls ToString on the exception. I changed this function to
34021         do that. This way we get stack_trace for free.
34023 2002-08-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
34025         * object.c:
34026         (mono_print_unhandled_exception): invoke Message property instead of
34027         getting 'message' field from Exception. Don't allocate memory for
34028         'trace' and 'message' if not needed.
34030 2002-08-18  Dick Porter  <dick@ximian.com>
34032         * unicode.c: Fix asserts to match Encoder.cs checks
34034 Fri Aug 16 21:42:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
34036         * marshal.c: fix unaligned store issue and a few wrong
34037         opcode argument types.
34039 2002-08-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
34041         * icall.c: added GetUninitializedObjectInternal internal call.
34043 2002-08-16  Dietmar Maurer  <dietmar@ximian.com>
34045         * appdomain.c (mono_runtime_invoke_in_domain): transfer Exception
34046         to the right domain.
34048 2002-08-14  Dietmar Maurer  <dietmar@ximian.com>
34050         * marshal.c (mono_marshal_get_runtime_invoke): unbox value types
34052         * class.c (class_compute_field_layout): set blittable to false for Strings
34054         * appdomain.c (mono_domain_transfer_object): added support for ISerializable
34056 Wed Aug 14 17:26:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
34058         * appdomain.h, reflection.c, icall.c, object.c, reflection.h:
34059         first chunk of code to create types at runtime. Code to
34060         handle ReflectedType/DeclaringType. Make reflection handles
34061         domain specific.
34063 Wed Aug 14 17:24:21 CEST 2002 Paolo Molaro <lupus@ximian.com>
34065         * class.c: set correct name in arrays.
34067 2002-08-13  Dietmar Maurer  <dietmar@ximian.com>
34069         * appdomain.c (mono_domain_transfer_object): make it work with
34070         valuetypes. bug fixes.
34072 2002-08-12  Dick Porter  <dick@ximian.com>
34074         * object.h: Rename some parameters to avoid c++ keywords (Patch
34075         from Joseph Wenninger <kde@jowenn.at>)
34077 Thu Aug 8 13:04:18 CEST 2002 Paolo Molaro <lupus@ximian.com>
34079         * icall.c: added icall to implement Assembly.GetFile*.
34081 Thu Aug 8 10:18:17 CEST 2002 Paolo Molaro <lupus@ximian.com>
34083         * reflection.h, reflection.c: code to embed managed resources.
34085 Tue Aug 6 17:59:44 CEST 2002 Paolo Molaro <lupus@ximian.com>
34087         * class.c: move all the type size stuff into
34088         class_compute_field_layout().
34090 Tue Aug 6 11:20:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
34092         * class.c: ensure enums have always the correct instance size.
34093         * unicode.c: remove wrong assert.
34095 Mon Aug 5 19:30:04 CEST 2002 Paolo Molaro <lupus@ximian.com>
34097         * assembly.c: fix mem corruption issue.
34098         * image.h, image.c: added mono_image_get_resource () to access
34099         managed resources.
34100         * icall.c: implemented Assembly.EntryPoint property and some
34101         Managed Resources related internalcalls.
34104 Mon Aug 5 18:18:03 CEST 2002 Paolo Molaro <lupus@ximian.com>
34106         * image.c, image.h: impemented mono_image_get_entry_point ().
34107         * appdomain.c: use mono_image_get_entry_point.
34109 Mon Aug 5 13:08:15 CEST 2002 Paolo Molaro <lupus@ximian.com>
34111         * reflection.c: support the object type argument when loading
34112         custom attributes.
34114 2002-08-05  Dietmar Maurer  <dietmar@ximian.com>
34116         * marshal.c (mono_marshal_get_managed_wrapper): add suppport for
34117         String as return type.
34119 Fri Aug 2 21:15:42 CEST 2002 Paolo Molaro <lupus@ximian.com>
34121         * reflection.c: fix encoding of named args for custom attrs to match
34122         the ms implementation. Read them back when instantiating custom
34123         attributes.
34125 2002-08-02  Radek Doulik  <rodo@ximian.com>
34127         * marshal.c (mono_mb_add_data): convert ret value to LE, suggested
34128         by Dietmar as quick fix
34129         (mono_marshal_get_delegate_begin_invoke): use sig->param_count +
34130         16 as stack size, used on more places as quick fix before Dietmar
34131         will fix it properly
34133 Fri Aug 2 17:48:17 CEST 2002 Paolo Molaro <lupus@ximian.com>
34135         * object.h, object.c: added accessors for fields and properties.
34137 Fri Aug 2 17:45:15 CEST 2002 Paolo Molaro <lupus@ximian.com>
34139         * class.c, class.h: made mono_class_get_field_from_name ()
34140         loop on parent types.
34141         Added mono_class_get_property_from_name ().
34143 Fri Aug 2 11:40:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
34145         * class.c, class.h: move the code to setup the type vtable in its own
34146         function so that it can be reused also for types created at runtime.
34147         Eliminate the "class" identifier from the header file.
34148         * reflection.c: setup the vtable for enums so that we can create
34149         objects for use in SetConstant ().
34151 2002-08-02  Dietmar Maurer  <dietmar@ximian.com>
34153         * marshal.c (mono_delegate_to_ftnptr): pass delegate->target
34154         instead of the delegate itself as this pointer (bug #28383)
34156 2002-08-01  Dietmar Maurer  <dietmar@ximian.com>
34158         * marshal.c (mono_marshal_get_managed_wrapper): added return type
34159         conversions.
34161 Wed Jul 31 16:49:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
34163         * loader.c: don't set the pinvoke bit on icalls.
34165 2002-07-31  Dietmar Maurer  <dietmar@ximian.com>
34167         * debug-helpers.c (mono_method_full_name): only print a number to
34168         indicate wrapper type (so that the output is more readable in traces).
34170 2002-07-30  Dietmar Maurer  <dietmar@ximian.com>
34172         * class.c (mono_class_init): include method override patch from Paolo
34174 Tue Jul 30 15:20:08 CEST 2002 Paolo Molaro <lupus@ximian.com>
34176         * icall.c: fixed GetTypeCode().
34178 2002-07-29  Dietmar Maurer  <dietmar@ximian.com>
34180         * threads.c (ves_icall_System_Threading_Thread_Thread_internal):
34181         use real delegate invoke function to make it work with multicast
34182         delegates (fix bug# 28291).
34184 Fri Jul 26 11:58:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
34186         * object.c: load constant strings.
34188 Fri Jul 26 11:36:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
34190         * reflection.c: no magic numbers.
34191         * tabledefs.h: security action enum.
34193 Fri Jul 26 11:22:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
34195         * assembly.c: fix possible memory corruption.
34197 Thu Jul 25 13:58:38 CEST 2002 Paolo Molaro <lupus@ximian.com>
34199         * reflection.h, reflection.c: added support for linking resources.
34200         * verify.c: check we have an updated corlib.
34202 2002-07-25  Dietmar Maurer  <dietmar@ximian.com>
34204         * marshal.c (mono_marshal_get_native_wrapper): correctly marshal
34205         string arrays.
34206         (mono_marshal_string_array): null terminate unmanaged string arrays.
34207         (mono_marshal_get_managed_wrapper): print warning for arrays (not implemented)
34209 Wed Jul 24 13:32:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
34211         * icall.c: Type.GetType () can now return also types from the
34212         calling assembly.
34214 Wed Jul 24 13:04:05 CEST 2002 Paolo Molaro <lupus@ximian.com>
34216         * loader.h, loader.c: stack walking support.
34217         * icall.c: implemented GetCurrentMethod, GetExecutingAssembly,
34218         GetCallingAssembly.
34220 2002-07-24  Dietmar Maurer  <dietmar@ximian.com>
34222         * marshal.c: added optimisations for blittable types 
34224         * class.c (mono_array_class_get): do not set blittable attribute on arrays
34225         (mono_class_setup_mono_type): set blittable attribute for single
34226         and double.
34228         * marshal.c (mono_string_utf8_to_builder): impl.
34229         (mono_string_builder_to_utf8): impl.
34230         (mono_marshal_get_native_wrapper): impl. StringBuilder marshaling
34232 2002-07-23  Dietmar Maurer  <dietmar@ximian.com>
34234         * marshal.c (mono_marshal_get_native_wrapper): impl. byref types
34235         (mono_marshal_get_managed_wrapper): impl. byref types
34237 2002-07-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
34239         * icall.c:
34240         (search_method): don't display debug message. 
34242 2002-07-22  Dietmar Maurer  <dietmar@ximian.com>
34244         * metadata.c (mono_type_stack_size): removed temporary fix for new gcc
34246 Mon Jul 22 18:17:05 CEST 2002 Paolo Molaro <lupus@ximian.com>
34248         * appdomain.c: set the missing filename when throwing exception.
34250 2002-07-22  Dietmar Maurer  <dietmar@ximian.com>
34252         * metadata.c (mono_type_size): code cleanup
34253         (mono_type_stack_size): removed some test code
34255 2002-07-21  Miguel de Icaza  <miguel@ximian.com>
34257         * appdomain.c (ves_icall_System_Reflection_Assembly_LoadFrom): Use
34258         mono_get_exception_file_not_found now.
34260         * exception.c (mono_exception_from_name_two_strings): New version
34261         that will call a constructor with two string arguments. 
34262         (mono_get_exception_file_not_found): New helper routine, used to
34263         report file-not-found errors.
34265 2002-07-20  Dick Porter  <dick@ximian.com>
34267         * process.h:
34268         * process.c: Pass file handles to CreateProcess
34269         
34270         * icall.c:
34271         * file-io.h:
34272         * file-io.c: Implemented CreatePipe
34274 2002-07-19  Dietmar Maurer  <dietmar@ximian.com>
34276         * metadata.c (mono_get_param_info): set alignment for value types
34278 Fri Jul 19 18:58:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
34280         * appdomain.h, domain.c, threads-types.h: don't include config.h in headers.
34281         Constify mono_domain_assembly_open().
34282         * loader.c: handle null namespace in icalls.
34284 2002-07-19  Dietmar Maurer  <dietmar@ximian.com>
34286         * marshal.c (emit_ptr_to_str_conv): marshal object as structs
34287         (emit_str_to_ptr_conv): marshal object as structs
34289         * metadata.c (mono_type_to_unmanaged): marshal object as structs
34291         * marshal.c (mono_marshal_get_runtime_invoke): support value types
34293 2002-07-18  Dietmar Maurer  <dietmar@ximian.com>
34295         * marshal.c (mono_marshal_get_runtime_invoke): use exception filters
34296         (mono_marshal_get_native_wrapper): we an now return value types
34298 Wed Jul 17 18:21:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
34300         * verify.c: more checks implemented.
34302 2002-07-17  Dietmar Maurer  <dietmar@ximian.com>
34304         * marshal.c (mono_delegate_to_ftnptr): invoke the right method
34305         (fix bug #27695)
34306         (mono_marshal_get_native_wrapper): allow byref arguments
34307         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringXXX):
34308         impl. PtrToStringXXX methods
34309         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStructure_type): impl.
34310         (ves_icall_System_Runtime_InteropServices_Marshal_OffsetOf): impl.
34311         (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalAnsi): impl.
34312         (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalUni): impl.
34313         (ves_icall_System_Runtime_InteropServices_Marshal_DestroyStructure): impl.
34315 Tue Jul 16 19:00:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
34317         * reflection.c: fix buglet in parsing an assembly name.
34319 2002-07-16  Dietmar Maurer  <dietmar@ximian.com>
34321         * marshal.c (emit_ptr_to_str_conv): first impl.
34323 Tue Jul 16 12:39:33 CEST 2002 Paolo Molaro <lupus@ximian.com>
34325         * object.c, class.h: cache the vtable in the class as suggested by
34326         vargaz@freemail.hu (Zoltan Varga).
34328 Tue Jul 16 11:27:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
34330         * class.h, loader.c: added mono_field_from_token().
34331         * verify.c: first cut of type checking code.
34333 2002-07-16  Dietmar Maurer  <dietmar@ximian.com>
34335         * marshal.c (mono_marshal_get_native_wrapper): support valuetypes
34337 2002-07-15  Dietmar Maurer  <dietmar@ximian.com>
34339         * marshal.c (mono_marshal_get_native_wrapper): handle enum types
34340         (fix bug #27782)
34341         (mono_marshal_get_remoting_invoke): impl.
34342         (mono_delegate_begin_invoke): impl.
34343         (mono_mb_emit_save_args): impl.
34344         (mono_delegate_end_invoke): impl.
34345         (mono_marshal_get_delegate_begin_invoke):
34346         (mono_marshal_get_delegate_end_invoke):
34347         (mono_marshal_get_delegate_invoke): generate a special name for
34348         those methods (including the signature) and associate them whith
34349         the delegate class. 
34351 2002-07-13  Gonzalo Paniagua Javier <gonzalo@gnome-db.org>
34353         * reflection.[ch]: 
34354         (mono_reflection_type_from_name): now it has a MonoImage parameter
34355         which is used as the default image to search the type in. If the image
34356         is NULL or getting the type from it fails, it defaults to corlib.
34358         * icall.c: changed 1 call to mono_reflection_type_from_name to match
34359         new parameter.
34361 Sat Jul 13 19:32:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
34363         * reflection.c: update the parameter table index.
34365 Sat Jul 13 17:34:23 CEST 2002 Paolo Molaro <lupus@ximian.com>
34367         * domain.c: don't include the mark byte in the string hash.
34369 Sat Jul 13 15:06:23 CEST 2002 Paolo Molaro <lupus@ximian.com>
34371         * icall.cs: icall for Type.GetTypeCode ().
34372         * verify: a couple of fixes and disabled local initialization checks.
34374 2002-07-12  Dietmar Maurer  <dietmar@ximian.com>
34376         * marshal.c: better debugging support (DEBUG_RUNTIME_CODE)
34378         * debug-helpers.c (mono_method_full_name): print the type of the
34379         runtime wrapper
34381         * metadata.c (mono_signature_hash): a hash function for signatures
34382         (mono_signature_hash): better hash algorithm
34384         * marshal.c (mono_marshal_get_delegate_invoke): cache methods by signature
34386         * debug-helpers.c (mono_method_full_name): this can now generate
34387         method names with signatures
34389         * marshal.c (mono_marshal_get_managed_wrapper): bug fix: unmanaged
34390         method dont have this pointers.
34392 Fri Jul 12 11:35:48 CEST 2002 Paolo Molaro <lupus@ximian.com>
34394         * reflection.c: fixup typebuilder tokens.
34395         * image.c: fix buglet.
34396         * marshal.h: remove whitespace.
34397         * metadata.h, metadata.c: reinstate code that was removed.
34398         * verify.c: handle catch directives and fix another couple of bugs.
34400 2002-07-11  Dietmar Maurer  <dietmar@ximian.com>
34402         * marshal.c (mono_marshal_get_native_wrapper): support BOOLEAN
34403         (mono_marshal_get_native_wrapper): make it comp. with the old code
34404         (mono_marshal_get_native_wrapper): support boolean
34405         (mono_marshal_get_managed_wrapper): support more types
34407 2002-06-25  Dietmar Maurer  <dietmar@ximian.com>
34409         * class.c (class_compute_field_layout): compute class->blittable attribute.
34411 2002-07-09  Dick Porter  <dick@ximian.com>
34413         * threads.c: Make the thread cleaning up cope with threads that
34414         call ExitThread()
34416 2002-07-08  Radek Doulik  <rodo@ximian.com>
34418         * reflection.c (method_encode_code): use non-translated values to
34419         compute finally_start, this fixes exception handling on ppc, yay!
34421         * decimal.h (struct signscale): fix endianess
34423 2002-07-07  Radek Doulik  <rodo@ximian.com>
34425         * reflection.c: swap box_val and not val
34427 Mon Jul 8 15:18:59 CEST 2002 Paolo Molaro <lupus@ximian.com>
34429         * reflection.c, reflection.h: handle full assembly info in type name.
34430         Handle Type arguments when loading custom attributes.
34431         * icall.c: updated to use new mono_reflection_type_from_name () method.
34433 2002-07-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
34435         * loader.c:
34436         (method_from_memberref): also print assembly name when method not found.
34438 2002-07-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
34440         * icall.c:
34441         (ves_icall_TypeGetProperties): fixed bug #27473. 
34443 2002-07-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
34445         * reflection.c: display image name and token when cannot find the
34446         .ctor for an attribute.
34448 2002-07-05  Martin Baulig  <martin@gnome.org>
34450         * debug-symfile.c: Reflect latest MonoDwarfFileWriter changes.
34452 2002-07-04  Dick Porter  <dick@ximian.com>
34454         * threads.c (mono_thread_cleanup): Nasty kludge to get this to
34455         compile on mingw.  This will cause mingw builds to not wait for
34456         subthreads to terminate after the main thread does.  I've lodged a
34457         bug with the mingw developers for them to wrap OpenThread().
34459 2002-07-03  Dick Porter  <dick@ximian.com>
34461         * threads.c: Store thread IDs instead of handles, because
34462         GetCurrentThread() returns a pseudohandle and therefore stores
34463         useless values.  mono_thread_cleanup() continues checking the
34464         array of threads until it is empty, to cope with subthreads
34465         spawning new threads after the main thread has finished.
34467         * profiler.h:
34468         * profiler.c:
34469         * profiler-private.h: Pass the thread ID to thread profiler
34470         functions, instead of a handle
34472 Wed Jul 3 17:43:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
34474         * verify.c: fixes to make it more usable.
34475         * pedump.c: added --verify code to verify IL code in an assembly.
34477 Tue Jul 2 20:40:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
34479         * reflection.c: turn errors into warnings to allow compiling corlib.
34481 Tue Jul 2 19:33:20 CEST 2002 Paolo Molaro <lupus@ximian.com>
34483         * reflection.c: add special cases to compile corlib.
34485 Mon Jul 1 18:00:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
34487         * reflection.c: handle properties with only a set method.
34489 Mon Jul 1 17:11:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
34491         * opcodes.h: add enum with opcodes in opval order.
34493 2002-07-01  Dick Porter  <dick@ximian.com>
34494         
34495         * object.h:
34496         * object.c (mono_runtime_run_main): Removed unneeded argument
34498 2002-06-28  Martin Baulig  <martin@gnome.org>
34500         * debug-symfile.c: Reflect latest MonoDwarfFileWriter changes.
34502 2002-06-27  Dick Porter  <dick@ximian.com>
34504         * threads.c: Store the handle in both the parent thread and in the
34505         subthread, to minimise the time between starting a new thread and
34506         storing its ID.
34508 2002-06-26  Dick Porter  <dick@ximian.com>
34510         * appdomain.c (mono_runtime_cleanup): Close the socket library
34511         after all the threads have finished, not before
34513 2002-06-26  Martin Baulig  <martin@gnome.org>
34515         * debug-symfile.c (mono_debug_find_source_location): Added
34516         `guint32 *line_number' argument.  If it's not NULL, store the line number
34517         there and return the file name without the line number.
34519 2002-06-25  Dick Porter  <dick@ximian.com>
34521         * icall.c:
34522         * process.h:
34523         * process.c: Process forking and other support functions
34525 2002-06-25  Dick Porter  <dick@ximian.com>
34527         * image.c (do_mono_image_open): Set ref_count to 1, so that bad
34528         things dont happen when the image is closed.
34529         (mono_image_lookup_resource): Walk the resource section looking
34530         for a particular entry
34532         * cil-coff.h: PE resource section decoding
34534 2002-06-25  Dick Porter  <dick@ximian.com>
34535         
34536         * assembly.h:
34537         * assembly.c: 
34538         (mono_assembly_foreach): Accessor functions to walk the list of
34539         loaded assemblies
34540         (mono_assembly_set_main):
34541         (mono_assembly_get_main): Process methods need to know which
34542         assembly is the "main" one
34544         * object.c (mono_runtime_run_main): Record the main assembly
34546         * debug-helpers.c: Fix typo
34548 2002-06-24  Dietmar Maurer  <dietmar@ximian.com>
34550         * icall.c (ves_icall_System_Runtime_InteropServices_Marshal_copy_to_unmanaged): impl.
34551         (ves_icall_System_Runtime_InteropServices_Marshal_copy_from_unmanaged): impl.
34553 Sat Jun 22 11:37:25 CEST 2002 Paolo Molaro <lupus@ximian.com>
34555         * icall.c: fix off-by-one in Assembly.GetTypes() reported by bob@karr.ath.cx.
34557 2002-06-21  Miguel de Icaza  <miguel@ximian.com>
34559         * image.c (do_mono_image_open): Initialize reference count,
34560         otherwise we leak the MonoImage.
34562 Fri Jun 21 19:16:47 CEST 2002 Paolo Molaro <lupus@ximian.com>
34564         * reflection.c: small tweak to handle self-hosting.
34566 Thu Jun 20 23:28:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
34568         * reflection.c: fix type name parse code.
34570 Thu Jun 20 19:24:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
34572         * reflection.c: break out of the loop.
34573         * image.c: special case corlib.
34575 Thu Jun 20 16:43:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
34577         * reflection.c: add all the custom attrs at the end to ensure the
34578         ctors have been properly initialized when the attributes are defined
34579         in the current assembly.
34581 Thu Jun 20 13:46:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
34583         * reflection.c: handle correctly multiple-nested types.
34585 Thu Jun 20 11:49:00 CEST 2002 Paolo Molaro <lupus@ximian.com>
34587         * row-indexes.h: fix typos.
34588         * reflection.c: adjust for typos and fix method_def_or_ref
34589         encoding in MethodImpl table.
34591 Wed Jun 19 21:57:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
34593         * reflection.c: fix entry point patching (thanks Serge!).
34595 2002-06-18  Dietmar Maurer  <dietmar@ximian.com>
34597         * verify.c: add check for System.Exception
34599 Mon Jun 17 20:23:23 CEST 2002 Paolo Molaro <lupus@ximian.com>
34601         * image.c, class.c: minifix for code just c&p'ed.
34602         * reflection.c: warning fix.
34603         * object.h, loader.h, domain.c: load also StringBuilder.
34605 Mon Jun 17 17:29:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
34607         * marshal.h, marshal.c: some support code to handle complex marshaling.
34609 Mon Jun 17 16:32:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
34611         * class.h, class.c, reflection.c: handle ignorecase in GetType ().
34612         Better signatures with vtable error dump.
34614 Mon Jun 17 16:13:35 CEST 2002 Paolo Molaro <lupus@ximian.com>
34616         * reflection.c, reflection.h, icall.c: fixes for multiple-nested types.
34618 2002-06-17  Dietmar Maurer  <dietmar@ximian.com>
34620         * icall.c (ves_icall_Type_GetField): impl.
34622 Mon Jun 17 16:08:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
34624         * metadata.h, metadata.c: added mono_metadata_get_marshal_info()
34625         to retrieve a marshal description blob for a field or param.
34627 Mon Jun 17 14:57:03 CEST 2002 Paolo Molaro <lupus@ximian.com>
34629         * reflection.h, reflection.c: change order of nested type emission
34630         to avoid table corruption. The NestedTypes table is sorted.
34631         * icall.c: change order of GetConstructor results to workaround mcs bug.
34633 Fri Jun 14 16:24:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
34635         * reflection.h, reflection.c: handle field and param marshal
34636         information.
34638 Wed Jun 12 16:30:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
34640         * icall.c, marshal.c marshal.h: more Marshal class implementation.
34642 Tue Jun 11 17:29:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
34644         * reflection.c: fix call convention.
34646 Tue Jun 11 16:52:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
34648         * reflection.h, reflection.c: mono_image_get_memberref_token()
34649         takes a type instead of a class, now. Added
34650         mono_image_get_array_token() to create tokens for the special
34651         multi-dim array methods.
34653 Tue Jun 11 13:21:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
34655         * assembly.c: handle modules (no assembly table). Split
34656         loading references in its own function.
34657         * class.c: handle moduleref resolution scope.
34658         * image.c, image.h: cache module name in image.
34660 2002-06-07  Martin Baulig  <martin@gnome.org>
34662         * reflection.c (mono_image_get_type_info): Only add a class layout entry
34663         if we actually have a `tb->class_size' (ie. it's not UnspecifiedTypeSize).
34665 Fri Jun 7 22:07:25 CEST 2002 Paolo Molaro <lupus@ximian.com>
34667         * icall.c: more signature fixes that used uint instead of int.
34669 Fri Jun 7 20:41:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
34671         * reflection.c: fixed signature of field refs.
34673 Fri Jun 7 19:41:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
34675         * class.c, reflection.c: handle typerefs of nested types
34676         (both on read and when writing files).
34678 Fri Jun 7 17:46:50 CEST 2002 Paolo Molaro <lupus@ximian.com>
34680         * icall.c: fix method signatures that tried to workaround the previous
34681         typo, d'oh!
34683 Fri Jun 7 17:36:33 CEST 2002 Paolo Molaro <lupus@ximian.com>
34685         * debug-helpers.c: fix typo.
34687 Fri Jun 7 17:00:04 CEST 2002 Paolo Molaro <lupus@ximian.com>
34689         * cil-coff.h, icall.c, image.c, reflection.c, reflection.h:
34690         rewrote the PE/COFF writing code (our programs are understood by the
34691         ms runtime, now).
34693 Tue Jun 4 18:10:47 CEST 2002 Paolo Molaro <lupus@ximian.com>
34695         * gc.c, gc.h, icall.c: weakreference support.
34697 Tue Jun 4 16:06:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
34699         * Makefile.am, mono-config.c: use $(sysconfdir).
34701 Mon Jun 3 13:13:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
34703         * icall.c: changed default precision of Double.ToString() to 15.
34704         Fixed memory leak. Unified with Single.ToString.
34706 Sat Jun 1 14:26:45 CEST 2002 Paolo Molaro <lupus@ximian.com>
34708         * sysmath.c: workaround systems missing NAN and/or HUGE_VAL.
34710 Sat Jun 1 13:46:54 CEST 2002 Paolo Molaro <lupus@ximian.com>
34712         * pedump.c, appdomain.c, appdomain.h, assembly.c, domain.c,
34713         gc.c, icall.c, image.c, mono-config.c, reflection.c: killed
34714         warnings and compilation fixes from Dennis Haney (davh@davh.dk)
34715         and myself.
34717 Fri May 31 16:58:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
34719         * debug-symfile.c, sysmath.c: yet more compilation fixes.
34721 Fri May 31 16:35:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
34723         * reflection.c, socket-io.c: more compilation fixes.
34725 Fri May 31 15:58:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
34727         * appdomain.c, class.c, class.h, debug-symfile.c, decimal.c,
34728         domain.c, loader.c, object.c, object.h, reflection.c, string-icalls.h,
34729         unicode.c: warning and compiler compatibility fixes.
34731 Fri May 31 15:36:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
34733         * class.h, metadata.c: fixed warnings/compilation errors.
34735 Fri May 31 13:08:25 CEST 2002 Paolo Molaro <lupus@ximian.com>
34737         * Makefile.am, mono-config.c, mono-config.h: configuration file
34738         support routines.
34739         * loader.c, loader.h: make Dll mapping configurable at runtime in the
34740         config file. Export methods to insert and lookup mappings.
34742 Fri May 31 12:45:38 CEST 2002 Paolo Molaro <lupus@ximian.com>
34744         * reflection.c: handle types and boxed objects in custom attr
34745         constructors.
34747 2002-05-30  Martin Baulig  <martin@gnome.org>
34749         * debug-symfile.c
34750         (ves_icall_Debugger_MonoSymbolWriter_method_builder_from_token): Removed.
34752 Thu May 30 14:15:02 CEST 2002 Paolo Molaro <lupus@ximian.com>
34754         * metadata.c, metadata.h: added mono_metadata_implmap_from_method()
34755         to lookup the implmap row for a P/Invoke method.
34756         * loader.c: added mono_lookup_pinvoke_call(): we only lookup a
34757         P/Invoke method from the runtime on an as needed basis.
34759 2002-05-28  Dietmar Maurer  <dietmar@ximian.com>
34761         * metadata.c (mono_metadata_parse_signature): impl.
34763 Tue May 28 16:02:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
34765         * class.c: handle .pack directive.
34767 Tue May 28 11:04:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
34769         * object.c: initialize static fields with RVA data.
34771 2002-05-25  Martin Baulig  <martin@gnome.org>
34773         * debug-symfile.c
34774         (ves_icall_Debugger_DwarfFileWriter_get_type_token): Removed.
34776 2002-05-24  Martin Baulig  <martin@gnome.org>
34778         * debug-symfile.c
34779         (ves_icall_Debugger_MonoSymbolWriter_get_local_type_from_sig): Removed.
34780         (ves_icall_Debugger_MonoSymbolWriter_method_from_token): Renamed to
34781         `ves_icall_Debugger_MonoSymbolWriter_method_builder_from_token'.
34783 Thu May 23 18:44:37 CEST 2002 Paolo Molaro <lupus@ximian.com>
34785         * object.c: special case string ctros in invoke.
34786         * gc.c: silly whitespace changes.
34788 2002-05-23  Dietmar Maurer  <dietmar@ximian.com>
34790         * threadpool.[ch]: impl. a threadpool that can
34791         be used by mint and mono.
34793 2002-05-22  Martin Baulig  <martin@gnome.org>
34795         * debug-symfile.c (ves_icall_Debugger_MonoSymbolWriter_method_from_token):
34796         The first argument is now a `MonoReflectionModuleBuilder *', the return
34797         value is a `MonoReflectionModuleBuilder *'.  Use the AssemblyBuilder's
34798         `methods' field to get the method builder.  The `token' argument is the
34799         unfixed token.
34801         * unicode.c (iconv_get_length, iconv_convert): Silently ignore all
34802         invalid characters instead of g_assert_not_reached()ing.  This seems
34803         to be the behaviour of mscorlib.
34805 2002-05-22  Dietmar Maurer  <dietmar@ximian.com>
34807         * object.c (mono_runtime_invoke_array): applied patch from Rachel
34808         Hestilow to fix bug #25104
34810 2002-05-21  Martin Baulig  <martin@gnome.org>
34812         * debug-symfile.c (mono_debug_find_source_location): New function.
34813         Looks up an IL offset in the line number table and returns the source
34814         location as a string.
34816 2002-05-21  Gonzalo Paniagua Javier <gonzalo@ximian.com>
34818         * icall.c:
34819         (mono_double_ToStringImpl): changed %f by %g until we have something
34820         better.
34822 2002-05-21  Nick Drochak  <ndrochak@gol.com>
34824         * icall.c : Use different name for Math.Pow's icall.  Needed to check
34825         parameters first in C#.
34827 Mon May 20 17:36:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
34829         * icall.c, reflection.h: added icall to get info about an event.
34831 2002-05-20  Radek Doulik  <rodo@ximian.com>
34833         * object.c (mono_value_box): don't use memcpy for boxing on BIG
34834         endian
34835         (mono_value_box): don't use memcpy for small sizes on
34836         architectures with unaligned access
34838 2002-05-20  Martin Baulig  <martin@gnome.org>
34840         * reflection.c (mono_reflection_setup_internal_class): Don't crash
34841         if `tb->parent == NULL'.
34842         (mono_reflection_create_internal_class): New function.  This is
34843         called from TypeBuilder.CreateType() and sets `klass->enum_basetype'
34844         for enum types.
34846         * icall.c ("System.Reflection.Emit.TypeBuilder::create_internal_class"):
34847         New interncall.
34849 2002-05-19  Martin Baulig  <martin@gnome.org>
34851         * unicode.c (ves_icall_iconv_get_bytes): Actually use the `charCount'
34852         argument to get the length, don't default to the array length.
34854 2002-05-18  Miguel de Icaza  <miguel@ximian.com>
34856         * assembly.c (mono_assembly_setrootdir): New function used to
34857         override the MONO_ASSEMBLIES directory.
34859 Fri May 17 20:39:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
34861         * icall.c: ValueType_GetHashCode() initialize local var.
34863 Thu May 16 17:20:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
34865         * reflection.c: sort custom attributes table.
34867 Thu May 16 16:08:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
34869         * reflection.c: support named args in custom attributes (write support).
34871 Thu May 16 13:04:59 CEST 2002 Paolo Molaro <lupus@ximian.com>
34873         * reflection.c: fix finally position calculation.
34875 2002-05-15  Radek Doulik  <rodo@ximian.com>
34877         * reflection.c: fixed endianess at many places
34879         * icall.c (ves_icall_InitializeArray): comment out debug msg
34881 2002-05-15  Dietmar Maurer  <dietmar@ximian.com>
34883         * object.c (mono_unhandled_exception): new function to handle
34884         unhandled exceptions.
34885         (mono_unhandled_exception): call the UnhandledException event.
34886         (mono_runtime_delegate_invoke): impl.
34888 Wed May 15 15:59:55 CEST 2002 Paolo Molaro <lupus@ximian.com>
34890         * metadata.h, metadata.c, class.c: mono_metadata_field_info ()
34891         returns the RVA, not the direct pointer to the data. Handle the case
34892         when the class size is fixed.
34894 Tue May 14 16:59:44 CEST 2002 Paolo Molaro <lupus@ximian.com>
34896         * reflection.c: fix some endianess issues.
34898 2002-05-14  Dietmar Maurer  <dietmar@ximian.com>
34900         * object.c (mono_runtime_invoke): is now able to catch exceptions.
34902         * threads.c (mono_thread_init): added a callback which is invoked
34903         at thread start.
34905 2002-05-14  Dan Lewis  <dihlewis@yahoo.co.uk>
34906         
34907         * icall.c: make GetHashCode return non-negative values.
34909 2002-05-14  Dan Lewis  <dihlewis@yahoo.co.uk>
34911         * object.c, icall.c, gc.c: revert to address-based hashcode.
34913 2002-05-13  Miguel de Icaza  <miguel@ximian.com>
34915         * icall.c (mono_double_ParseImpl): Added ParseImpl method.
34917 Mon May 13 16:40:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
34919         * icall.c, class.c: special case <Module>.
34921 2002-05-13  Dan Lewis  <dihlewis@yahoo.co.uk>
34923         * icall.c: fix bug in GetNow().
34925 2002-05-11  Dietmar Maurer  <dietmar@ximian.com>
34927         * object.c (mono_runtime_class_init): make sure that we call all
34928         static class constructors.
34930 Fri May 10 18:14:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
34932         * reflection.c: sort methodsemantics table.
34934 Fri May 10 16:31:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
34936         * reflection.h, reflection.c: honour init locals setting.
34938 Thu May 9 18:50:00 EDT 2002 Daniel Morgan <danmorg@sc.rr.com>
34940         * icall.c: copied Double ToStringImpl for Single ToStringImpl
34942 Wed May 8 12:28:28 CEST 2002 Paolo Molaro <lupus@ximian.com>
34944         * reflection.c: support ContructorBuilders in attribute blob creation.
34946 Wed May 8 12:06:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
34948         * reflection.c: some changes to build a binary that can be run
34949         directly in windows.
34951 Mon May 6 13:10:34 CEST 2002 Paolo Molaro <lupus@ximian.com>
34953         * loader.c: print a big message when an icall can't be found.
34955 2002-05-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
34957         * string-icalls.c: fix bug 24248.
34959 Sat May 4 14:03:21 CEST 2002 Paolo Molaro <lupus@ximian.com>
34961         * appdomain.c, appdomain.h, assembly.c, assembly.h, image.h,
34962         icall.c, reflection.h: separate assembly loading by pathname and by
34963         assembly name. Use the MONO_PATH env var to search for assemblies.
34965 Thu May 2 17:56:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
34967         * assembly.c, image.h: add some support for assemblies
34968         with multiple modules.
34969         * class.c, class.h: export mono_class_from_typeref().
34970         * loader.c: remove duplicated code and use mono_class_from_typeref(),
34971         instead.
34973 Thu May 2 15:51:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
34975         * unicode.c: Char.IsNumber doesn't include hex digits as the ms
34976         documentation says (the ECMA one is correct).
34978 2002-05-02  Dick Porter  <dick@ximian.com>
34980         * threads.c: Use GC_debug_register_finalizer with GC_debug_malloc.
34981         Don't name the synchronisation mutex.
34983 2002-04-30  Jeffrey Stedfast  <fejj@ximian.com>
34985         * rand.c
34986         (ves_icall_System_Security_Cryptography_RNGCryptoServiceProvider_GetBytes):
34987         Make the prototypes match.
34988         (ves_icall_System_Security_Cryptography_RNGCryptoServiceProvider_GetNonZeroBytes):
34989         Same.
34991         * icall.c
34992         (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Fixed for
34993         systems that use 'timezone' rather than tm.tm_gmtoff. Also, not
34994         all systems have tm.tm_zone, so use strftime() with %Z to print
34995         the timezone abreviation into a temp string.
34997         * object.c (mono_ldstr): Fixed to use mono_string_chars() macro
34998         rather than mono_array_addr() on a MonoString on Big Endian
34999         machines.
35001 2002-04-30  Dietmar Maurer  <dietmar@ximian.com>
35003         * string-icalls.c (ves_icall_System_String_InternalReplace_Str):
35004         fix bug 24041
35006 2002-04-30  Dick Porter  <dick@ximian.com>
35008         * socket-io.c: Cope with SOCKET being an integer rather than a
35009         pointer now.
35011         * threads.c: Added Thread_free_internal, to deal with thread
35012         handle cleanup.  Moved calls to handle_store() and handle_remove()
35013         to start_wrapper(), so each can only be called once.  Allocate
35014         synchronisation blocks with GC_malloc(), and use GC finalisation
35015         to close the handles.
35017         * icall.c: added System.Threading.Thread::Thread_free_internal
35019 Mon Apr 29 15:33:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
35021         * icall.c: support Environment.Exit, CommandLineArgs().
35023 Mon Apr 29 15:15:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
35025         * object.c, object.h: added mono_runtime_run_main () and
35026         mono_runtime_get_main_args () for use in System.Environment.
35028 Mon Apr 29 13:45:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
35030         * gc.c: fix thinko, enable actual finalization since the jit is now
35031         fixed.
35033 Mon Apr 29 12:47:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
35035         * gc.c, object.c: take into account that an object may be offset wrt the address
35036         returned by GC_malloc().
35038 Mon Apr 29 12:14:39 CEST 2002 Paolo Molaro <lupus@ximian.com>
35040         * image.c: handle files without entries in the assembly table (modules).
35042 2002-04-28 Patrik Torstensson <patrik.torstensson@intel.com>
35044         * reflection.c (mono_reflection_setup_internal_class): remove g_assert_not_reached() to allow 
35045         mcs selfhosting again (build breaker) and did move the check to class instead. parent is
35046         allowed to be null when it's System.Object class setup.
35048 2002-04-27  Martin Baulig  <martin@gnome.org>
35050         * reflection.c (mono_reflection_setup_internal_class): g_assert_not_reached()
35051         if `tb->parent == NULL' rather than crashing.
35053 2002-04-28  Nick Drochak  <ndrochak@gol.com>
35055         * sysmath.c (ves_icall_System_Math_Asin): Fix copy-paste error.  Was
35056         calling acos() where asin() should have been called.
35058 2002-04-26  Martin Baulig  <martin@gnome.org>
35060         * assembly.c (default_assembly_name_resolver): Use G_FILE_TEST_IS_REGULAR
35061         instead of G_FILE_TEST_EXISTS - if you're in mcs/class/corlib/System/Test,
35062         there's a subdirectory called `System', but we don't want to read that
35063         subdirectory as an assembly.
35065 2002-04-25  Martin Baulig  <martin@gnome.org>
35067         * debug-symfile.c: Reflect latest MonoString changes.
35069 Thu Apr 25 16:38:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
35071         * rand.c, rand.h: instance method icalls need to have an explicit
35072         this pointer as first argument in the C implementation.
35074 2002-04-25  Nick Drochak <ndrochak@gol.com>
35076         * icall.c: Fix typo in map for GetNonZeroBytes
35078 2002-04-24      Patrik Torstensson <patrik.torstensson@labs2.com>
35080         * string-icalls.c : String does now passes unit tests without any 
35081         errors, the following changes has been made:
35082         
35083         Implemented replace methods.
35084         Renaming of methods to (try) follow the standard.
35085         Fixed compare ordinal
35086         Made all memory allocated directly to function instead of via icall function.
35087         Small performance fix in is_in_array function
35088                         
35089  (2002-04-23) Changes from Duncan Mak <duncan@ximian.com>
35091         c (mono_string_Internal_ctor_charp_int_int):
35092         (mono_string_Internal_ctor_sbytep_int_int):  Removed check for
35093         sindex < 0, throw ArgumentOutOfRangeException instead of
35094         ArgumentNullException.
35096         Added new check for length == 0, however
35097         I need to make it return String.Empty from the C code.
35098         
35099         (mono_string_Internal_ctor_sbytep): Use mono_string_new, and let
35100         that calculate the length for us here.
35101         
35102         (mono_string_Internal_ctor_sbytep_int_int): Replaced
35103         mono_string_new_utf16 with mono_string_new, since value is utf8.
35105 Wed Apr 24 18:43:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
35107         * object.c: register the object for finalization if needed.
35108         Allocate one more char in the string for the terminating 0 char.
35110 Wed Apr 24 18:22:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
35112         * class.c, class.h, image.c: check if a type implemenst a destructor.
35113         Use the proper key for array class lookups.
35114         * icall.c: register the icalls in the System.GC class.
35115         * gc.c, gc.h: GC-related functions and icalls.
35117 2002-04-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
35119         * icall.c:
35120         * socket-io.c:
35121         * unicode.c: free some strings gotten from mono_string_to_utf8 and
35122         changed a couple of free () by g_free ().
35124         * decimal.c: one-liner in the comments for decimal2string ().
35126 2002-04-24      Patrik Torstensson <patrik.torstensson@labs2.com>
35128         * object.c (mono_runtime_invoke_array) : Bug because of my incompetence.
35130 2002-04-24      Patrik Torstensson <patrik.torstensson@labs2.com>
35132         * reflection.c (mono_reflection_get_custom_attrs) : fixed image bug (crash)
35133         * object.c (mono_runtime_invoke_array) : handle null in params
35135 2002-04-23      Patrik Torstensson <patrik.torstensson@labs2.com>
35137         * string-icalls.c: fixed bug in split (one off bug)
35139 2002-04-23      Patrik Torstensson <patrik.torstensson@labs2.com>
35141         * string-icalls.c: fixed bug in remove and lastindexofany, add equals icall.
35142         * icalls.c: added String::Equals as internal method
35144 2002-04-23      Patrik Torstensson <patrik.torstensson@labs2.com>
35146         * threads.c: fixed bug in the double interlocked functions
35148 2002-04-22      Patrik Torstensson <patrik.torstensson@labs2.com>
35150         * threads.c: implemented all of the new interlocked icalls.
35151         * string-icalls.c: fix a bug in insert.
35152         * icalls.c: added the icalls for interlocked, removed old string functions.
35153         
35154 Mon Apr 22 19:44:16 CEST 2002 Paolo Molaro <lupus@ximian.com>
35156         * loader.c: fix off-by-one error when reading argument names.
35158 Mon Apr 22 19:28:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
35160         * profiler.c: win32 counter implementation (untested).
35161         * icall.cs: win32 GetNow() and GetTimeZoneData() implementations
35162         (the latter needs testing and more complete impl. from win32 folks).
35164 2002-04-21  Dan Lewis  <dihlewis@yahoo.co.uk>
35166         * object.c: mono_array_new_full workaround mono_array_class_get
35167         problem.
35169 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
35171         * string-icalls.c (mono_string_InternalRemove): Fixed overwrite bug.
35172         * object.h (mono_string_chars): Changed casting type.
35174 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
35176         * string-icalls.c: Fixed trim method, added the constructors done by Duncan, fixed
35177                            method signatures to use gunichar2 instead of gint16.
35179 2002-04-20  Dan Lewis  <dihlewis@yahoo.co.uk>
35181         * object.h, object.c: domain-specific versions of mono_object_new and
35182         mono_array_new.
35184 2002-04-20  Dietmar Maurer  <dietmar@ximian.com>
35186         * object.c: changed String layout
35188         * string-icalls.c (mono_string_Internal_ctor_chara): added
35189         internal string constructors.
35191 Sat Apr 20 13:33:07 CEST 2002 Paolo Molaro <lupus@ximian.com>
35193         * threads.c: pass 'this' to the thread start routine.
35195 2002-04-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
35197         * string-icalls.c: fix IndexOf and LastIndexOf. Now
35198         InternalCompareStr don't call twice mono_string_cmp_char for the last
35199         character. Improved performance in mono_string_cmp_char.
35201 Fri Apr 19 19:26:28 CEST 2002 Paolo Molaro <lupus@ximian.com>
35203         * Makefile.am, appdomain.c, class.c, object.c: split runtime-depended
35204         code into its own library: libmonoruntime.
35206 2002-04-19  Dan Lewis  <dihlewis@yahoo.co.uk>
35208         * object.h, object.c: changed array format so that szarrays do not
35209         require a bounds structure.
35210         * icall.c, appdomain.c: support for new szarray format.
35212 Fri Apr 19 18:04:34 CEST 2002 Paolo Molaro <lupus@ximian.com>
35214         * metadata.c: compare also the retuns type when comparing signatures:
35215         we didn't do this as an optimization since really overloaded methods
35216         must differ also in the arguments, but this doesn't work with
35217         low-level IL code (or when using explicit conversion operators: see
35218         bug#23498 for an example).
35220 Fri Apr 19 16:14:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
35222         * loader.c: SZARRAY types can be saved as TYPESPEC, too.
35224 Thu Apr 18 17:15:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
35226         * icall.c: make MonoType::GetElementType its own icall.
35228 Thu Apr 18 16:41:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
35230         * icall.c: remove MonoMethod_get_Name().
35231         * reflection.c, reflection.h, verify: cache the method name in the MonoMethod
35232         object.
35234 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
35236         * string-icalls.c: optimized a few methods.
35238 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
35240         * icall.c: added all new string internal calls
35241         * string-icalls.c: added, new string internal call implementation.
35242         * object.c: added mono_string_new_size for allocating a string a size
35244 2002-04-17  Dietmar Maurer  <dietmar@ximian.com>
35246         * object.c (mono_object_isinst): use the same code as in the
35247         optimized x86 version.
35249 Wed Apr 17 14:14:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
35251         * profiler.c: TSC-based timer code (faster and more accurate).
35252         Not hooked up in configure, yet (set USE_X86TSC to 1).
35254 Wed Apr 17 12:33:10 CEST 2002 Paolo Molaro <lupus@ximian.com>
35256         * profiler.c, profiler.h: track time spent compiling methods.
35257         * threads.c: track thread creation/destruction.
35259 Tue Apr 16 20:08:43 CEST 2002 Paolo Molaro <lupus@ximian.com>
35261         * profiler.c, profiler.h, profiler-private.h: profiling interface
35262         and sample implementation. Moved here so that it can be used also by
35263         the jit.
35265 Tue Apr 16 12:58:12 CEST 2002 Paolo Molaro <lupus@ximian.com>
35267         * reflection.c, reflection.h: keep types and other handles separate in
35268         the hash tables for referred tokens. Add guid for modules.
35270 Mon Apr 15 11:37:33 CEST 2002 Paolo Molaro <lupus@ximian.com>
35272         * assembly.c: fix bugs found with valgrind.
35273         * metadata.h, metadata.c: added mono_metadata_guid_heap().
35275 2002-04-14      Patrik Torstensson <patrik.torstensson@labs2.com>
35277         * threads: added icall support for getting current domain for
35278                    the thread.
35280 2002-04-13  Martin Baulig  <martin@gnome.org>
35282         * debug-symfile.h (MonoDebugLocalInfo): Renamed to MonoDebugVarInfo.
35283         (MonoDebugVarInfo): Added `index' field for register based addresses.
35284         (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 9.
35285         (MonoDebugMethodInfo): Replaced `guint32 *param_offsets' with
35286         `MonoDebugVarInfo *params' and `guint32 this_offset' with
35287         `MonoDebugVarInfo *this_var'.
35289         * debug-symfile.c (relocate_variable): New static function to write
35290         a location description for a local variable or method parameter.
35292 2002-04-12  Martin Baulig  <martin@gnome.org>
35294         * debug-symfile.h (MonoDebugLocalInfo): New type. This contains the
35295         stack offset and begin/end scope address of a local variable.
35296         (MonoDebugMethodInfo): Replaced `guint32 *local_offsets' with
35297         'MonoDebugLocalInfo *locals', added `prologue_end' and `epilogue_begin'.
35298         (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 8.
35300         * debug-symfile.c (MRT_variable_start_scope, MRT_variable_end_scope):
35301         Added new relocation types for start/end scope of a local variable.
35303 Fri Apr 12 18:30:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
35305         * object.h: add mono_object_domain() macro.
35306         * reflection.c: handle typespecs.
35307         * icall.c: MonoMethod::get_Name() implementation.
35309 Thu Apr 11 12:29Ni:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
35311         * icall.c: String::GetHashCode() icall implementation.
35313 Wed Apr 10 21:16:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
35315         * icall.c: String::IndexOfAny icall.
35316         * object.c, object.h: make array->max_length more useful.
35317         Intrduced mono_object_class() and mono_string_length() macros.
35319 2002-04-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
35321         * unicode.c (ves_icall_System_Char_IsNumber): use g_unichar_isxdigit
35322         instead of g_unichar_isdigit.
35324 2002-04-11  Nick Drochak  <ndrochak@gol.com>
35326         * icall.c: Implement a simple Double.ToString().
35328 Tue Apr 9 21:31:16 CEST 2002 Paolo Molaro <lupus@ximian.com>
35330         * appdomain.h: only io-layer.h is supposed to be included.
35331         * icall.c: explicitly import environ. Fix warning.
35333 2002-04-10  Nick Drochak  <ndrochak@gol.com>
35335         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData) :
35336                 return true even if it's not Daylight Savings time.
35337                 Only return false for the case where the function isn't
35338                 implemented for a plaform (read Windows).
35340 Tue Apr 9 13:05:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
35342         * appdomain.h, appdomain.c, class.c, object.c: protect MonoDomain
35343         data with a mutex.
35345 2002-04-09  Dietmar Maurer  <dietmar@ximian.com>
35347         * mempool.c (mono_mempool_alloc): only use g_malloc when
35348         absolutely necessary.
35350 2002-04-08  Dietmar Maurer  <dietmar@ximian.com>
35352         * mempool.c (MEM_ALIGN): hardcode MEM_ALIGN to 8
35354         * class.c (mono_class_vtable): use domain mempool to allocate vtable
35355         (mono_class_proxy_vtable): use domain mempool
35357 Mon Apr 8 17:17:04 CEST 2002 Paolo Molaro <lupus@ximian.com>
35359         * appdomain.h, appdomain.c: split initialization that requires the
35360         execution engine support into mono_runtime_init().
35362 2002-04-08  Dietmar Maurer  <dietmar@ximian.com>
35364         * class.c (mono_class_init): don't include vtable inside MonoClass
35365         to save some memory, gather some statistics.
35366         (mono_class_vtable): use g_malloc instead of GC_malloc when possible
35368 Sat Apr 6 20:07:48 CEST 2002 Paolo Molaro <lupus@ximian.com>
35370         * icall.c: internalcall implementation for ValueType.Equals().
35372 2002-04-06  Dietmar Maurer  <dietmar@ximian.com>
35374         * object.c (mono_message_init): moved 
35375         (mono_runtime_exec_main): new arch. independent impl.
35376         (mono_runtime_invoke_array): new method - like
35377         mono_runtime_invoke, but you can pass an array of objects.
35378         (mono_remoting_invoke): new arch. independent impl.
35379         (mono_message_invoke): new arch. independent impl.
35380         (mono_runtime_class_init): new arch. independent impl.
35381         (mono_runtime_object_init): new arch. independent impl.
35383 Fri Apr 5 18:29:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
35385         * metadata.c, object.c, reflection.c: documented the exported
35386         functions.
35388 Fri Apr 5 15:42:31 CEST 2002 Paolo Molaro <lupus@ximian.com>
35390         * icall.c: simpler code to pass the assembly builder data to corlib.
35391         Implement GetNestedTypes() internalcall.
35393 Thu Apr 4 21:46:48 CEST 2002 Paolo Molaro <lupus@ximian.com>
35395         * class.c: warn if a type can't be loaded.
35397 2002-04-04  Dietmar Maurer  <dietmar@ximian.com>
35399         * image.h: typedef MonoImageOpenStatus
35400         * types.h: removed unused file
35401         
35402 2002-04-04  Dan Lewis  <dihlewis@yahoo.co.uk>
35404         * icall.c: Enum_ToObject accepts enum value arguments.
35406 Thu Apr 4 11:35:37 CEST 2002 Paolo Molaro <lupus@ximian.com>
35408         * class.c: move initialization of properties, events and nested
35409         classes, so that they happen for interfaces, too.
35411 Wed Apr 3 20:03:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
35413         * icall.c: cleanup some ugly casts in Array_SetValue*.
35415 Wed Apr 3 19:49:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
35417         * icall.c: the values array fro enums is of the correct type, now.
35418         Implement (correctly) getFullName instead of assQualifiedName for
35419         MonoType.
35420         * reflection.h, reflection.c: added mono_type_get_name ().
35422 Wed Apr 3 17:56:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
35424         * assembly.c, image.h: for each MonoImage, record from wich assembly
35425         it was loaded.
35426         * reflection.h, icall.c: added System_Reflection_Assembly_GetTypes().
35427         Make Type.Assembly work.
35429 2002-04-03  Dietmar Maurer  <dietmar@ximian.com>
35431         * debug-symfile.h: use char* instead of gpointer to avoid
35432         unnecessary casts.
35434         * appdomain.c (mono_jit_info_table_find): use char* instead of gpointer
35436         * icall.c (ves_icall_InternalExecute): impl. FielSetter
35437         (ves_icall_System_Array_SetValueImpl): removed strange MonoArray cast
35439 2002-03-30  Dietmar Maurer  <dietmar@ximian.com>
35441         * icall.c (mono_message_init): impl. (code cleanup)
35442         (ves_icall_InternalExecute): impl. FieldGetter
35444         * class.c (mono_class_init): added exerimental EXT_VTABLE_HACK, if
35445         defined we call all (non-static)methods through the vtable. 
35447 Fri Mar 29 18:09:08 CET 2002 Paolo Molaro <lupus@ximian.com>
35449         * class.c: it seems GC_debug_malloc() makes the Boehm GC call the
35450         finalizer even though the memory is still referenced (and the chunk of
35451         memory is not freed).
35453 Fri Mar 29 17:43:04 CET 2002 Paolo Molaro <lupus@ximian.com>
35455         * assembly.c: fix brokeness.
35457 Fri Mar 29 16:09:54 CET 2002 Paolo Molaro <lupus@ximian.com>
35459         * class.c: kill some warnings. Check explicit interface method
35460         implementation also without considering the namespace.
35461         Load also literal strings in static class data.
35463 2002-03-29  Miguel de Icaza  <miguel@ximian.com>
35465         * assembly.c (default_assembly_name_resolver): Kill memory leak. 
35466         (default_assembly_name_resolver): Make the resolver take the
35467         "base" directory where the assembly was originally defined, so we
35468         can load DLLs that are in the same directory as the assembly that
35469         is being referenced.
35471 2002-03-28  Dick Porter  <dick@ximian.com>
35473         * file-io.h: 
35474         * file-io.c:
35475         * socket-io.c: 
35476         * unicode.h: 
35477         * unicode.c: Warning cleanups
35479 Thu Mar 28 18:06:14 CET 2002 Paolo Molaro <lupus@ximian.com>
35481         * object.h, reflection.h: use the correct type instead of MonoObject.
35483 2002-03-28  Martin Baulig  <martin@gnome.org>
35485         * debug-symfile.c (mono_debug_class_get): Don't look in referenced assemblies.
35486         (mono_debug_update_symbol_file): Initialize classes if necessary.
35488 Thu Mar 28 15:58:43 CET 2002 Paolo Molaro <lupus@ximian.com>
35490         * assembly.c, debug-helpers.c, image.c, image.h, metadata.c, pedump.c,
35491         rawbuffer.c, reflection.c, verify.c: mare warning cleanups.
35493 Thu Mar 28 15:20:39 CET 2002 Paolo Molaro <lupus@ximian.com>
35495         * assembly.h: fix function prototype.
35496         * metadata.h, metadata.c, object.h, private.h: get rid of warnings.
35497         * mono-endian.h: use const cast.
35499 2002-03-28  Dietmar Maurer  <dietmar@ximian.com>
35501         * icall.c (ves_icall_MonoMethodMessage_InitMessage): moved from message.c
35503 Thu Mar 28 12:32:00 CET 2002 Paolo Molaro <lupus@ximian.com>
35505         * loader.c: don't assert when a typeref can't be loaded, give
35506         a chance to the runtime to trow an exception instead.
35507         * loader.h: fix warning.
35509 2002-03-28  Dietmar Maurer  <dietmar@ximian.com>
35511         * class.c (mono_class_proxy_vtable): added proxy support
35513 2002-03-27  Dan Lewis <dihlewis@yahoo.co.uk>
35515         * icall.c: removed last of PAL calls, added System.Environment
35516         * file-io.h, file-io.c: MonoIO implementation
35517         * object.h, object.c: mono_string_to_utf16() now returns gunichar2*
35519 Tue Mar 26 19:56:10 CET 2002 Paolo Molaro <lupus@ximian.com>
35521         * appdomain.c: do not use the byte marker in ldstr table lookup.
35522         * debug-helpers.c: allow two ':' to separate class and method name.
35523         * object.c: allocate arrays bounds with the GC, too.
35524         * verify: add a few more checks.
35526 Tue Mar 26 18:45:46 CET 2002 Paolo Molaro <lupus@ximian.com>
35528         * reflection.c: output also literal strings. Allocate parameter data
35529         with GC_malloc() (thanks, Martin, for catching this!).
35531 2002-03-26  Martin Baulig  <martin@gnome.org>
35533         * debug-symfile.h (MonoDebugMethodInfo): Added `this_offset', don't
35534         include the `this' offset in the `param_offsets'.
35536 2002-03-25  Martin Baulig  <martin@gnome.org>
35538         * debug-symfile.c (mono_debug_update_symbol_file): Use a new
35539         mono_debug_get_class() function to get the classes. Added new
35540         relocation types for arrays and strings.
35541         (mono_debug_get_class): New static function to search in all
35542         referenced assemblies for a metadata token.
35544         * debug-symfile.h (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 7.
35546 Mon Mar 25 13:08:18 CET 2002 Paolo Molaro <lupus@ximian.com>
35548         * reflection.h, reflection.c: use a gc-safe hash for hash tables that
35549         hold gc-allocated objects. Make the string heap a stream like the
35550         others. Removed duplicated code when writing stream info.
35551         Added asserts to catch possible buffer overflows. Set the sorted map
35552         for tables that need sorting. Added some documentation.
35554 Mon Mar 25 13:04:56 CET 2002 Paolo Molaro <lupus@ximian.com>
35556         * appdomain.h, appdomain.c, class.c, object.c: use a GC-safe hash table 
35557         for interned strings and vtables.
35559 2002-03-24  Martin Baulig  <martin@gnome.org>
35561         * icall.c (ves_icall_Type_GetFields): Reverse the list before storing
35562         it in the array since it was created with g_slist_prepend().
35564 2002-03-24  Martin Baulig  <martin@gnome.org>
35566         * debug-symfile.c (mono_debug_local_type_from_signature): Renamed
35567         to ves_icall_Debugger_MonoSymbolWriter_get_local_type_from_sig().
35568         (mono_debug_method_from_token): Renamed to
35569         ves_icall_Debugger_MonoSymbolWriter_method_from_token().
35570         (ves_icall_Debugger_DwarfFileWriter_get_type_token): New interncall.
35572         * debug-symfile.c (MRT_type_sizeof, MRT_type_field_offset): New
35573         relocation types.
35575         * debug-symfile.h (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 6.
35577 2002-03-24  Martin Baulig  <martin@gnome.org>
35579         * debug-symfile.c (mono_debug_local_type_from_signature): New func.
35580         (mono_debug_method_from_token): New func.
35582         * icall.c (Mono.CSharp.Debugger.MonoSymbolWriter::get_local_type_from_sig):
35583         New interncall, calls mono_debug_local_type_from_signature().
35584         (Mono.CSharp.Debugger.MonoSymbolWriter::get_method): New interncall,
35585         calls mono_debug_method_from_token().
35587 2002-03-23  Martin Baulig  <martin@gnome.org>
35589         * unicode.c (ves_icall_iconv_get_char_count): The `count' argument
35590         specifies the number of bytes to be converted, not the array size.
35591         Return the number of chars, not the number of bytes.
35592         (ves_icall_iconv_get_chars): The `byteCount' argument
35593         specifies the number of bytes to be converted, not the array size.
35595 2002-03-23  Martin Baulig  <martin@gnome.org>
35597         * reflection.h (MonoReflectionSigHelper): New type.
35599         * reflection.c (mono_reflection_sighelper_get_signature_local),
35600         (mono_reflection_sighelper_get_signature_local): New functions.
35602         * icall.c (System.Reflection.Emit.SignatureHelper::get_signature_local),
35603         (System.Reflection.Emit.SignatureHelper::get_signature_field): New
35604         interncalls.
35606 2002-03-23  Martin Baulig  <martin@gnome.org>
35608         * rawbuffer.c (mono_raw_buffer_load_mmap): Use MAP_SHARED when
35609         is_writeable is set.
35610         (mono_raw_buffer_update): New function to write the modified map
35611         back to disk.
35613         * debug-symfile.h (MonoDebugSymbolFile): Added `raw_contents_size'.
35615         * debug-symfile.c (mono_debug_update_symbol_file): Call
35616         mono_raw_buffer_update() when done writing.
35618 2002-03-23  Martin Baulig  <martin@gnome.org>
35620         * debug-symfile.h (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 5.
35622         * debug-symfile.c: Added support for arguments and local variables.
35624 2002-03-23  Dick Porter  <dick@ximian.com>
35626         * debug-symfile.c: Remove extraneous 'include <elf.h>' that wasn't
35627         protected by ifdefs, hence breaking the w32 build.
35629 Thu Mar 21 17:35:01 CET 2002 Paolo Molaro <lupus@ximian.com>
35631         * object.c: implement is_interned() the right way.
35633 2002-03-21  Martin Baulig  <martin@gnome.org>
35635         * debug-symfile.[ch]: New files to handle debugging information
35636         files. There's also support to dynamically update these symbol
35637         files to include machine dependent information.
35639 2002-03-20  Dietmar Maurer  <dietmar@ximian.com>
35641         * threads.c (mono_thread_create): new function to create thread
35642         from C
35644 2002-03-20  Martin Baulig  <martin@gnome.org>
35646         * icall.c (ves_icall_InternalInvoke): Create a new object if the
35647         method is a constructor.
35648         (icall_map): Added "System.Reflection.MonoCMethod::InternalInvoke",
35649         points to ves_icall_InternalInvoke().
35651 2002-03-20  Dan Lewis <dihlewis@yahoo.co.uk>
35653         * file-io.c: Flush shouldn't throw exceptions.
35655 2002-03-19  Dan Lewis <dihlewis@yahoo.co.uk>
35657         * file-io.c: FileStream flush support; FileSetLength now
35658         restores file pointer.
35660 Tue Mar 19 18:17:21 CET 2002 Paolo Molaro <lupus@ximian.com>
35662         * class.c: set image for pointer classes.
35664 2002/03/19  Nick Drochak <ndrochak@gol.com>
35666         * sysmath.c: Forgot one.
35668 2002-03-18  Miguel de Icaza  <miguel@ximian.com>
35670         * sysmath.c: Avoid redefining existing names.
35672 2002-03-18  Dan Lewis <dihlewis@yahoo.co.uk>
35674         * sysmath.c, sysmath.h, icall.c, Makefile.am: math routines now
35675         handled by runtime as icall rather than dllimport from libm.so
35676         * file-io.c, file-io.h: fixed handle argument type.
35678 2002-03-18  Dick Porter  <dick@ximian.com>
35680         * reflection.c (mono_image_get_type_info): rename interface to
35681         iface, because of "#define interface struct" on windows.
35683 Sat Mar 16 19:18:38 CET 2002 Paolo Molaro <lupus@ximian.com>
35685         * class.c, class.h: rename and export mono_ptr_class_get().
35686         * metadata.c: support MONO_TYPE_ARRAY in MonoType compare.
35687         * reflection.c, reflection.h, icall.c: better/saner type name
35688         parsing and MonoType creation. Handle MONO_TYPE_ARRAY in
35689         method signatures.
35691 2002-03-14  Dietmar Maurer  <dietmar@ximian.com>
35693         * class.c (mono_class_init): removed hardcoded GHC_SLOT
35695         * icall.c (ves_icall_InternalInvoke): impl.
35697 Wed Mar 13 00:27:30 CET 2002 Paolo Molaro <lupus@ximian.com>
35699         * reflection.c: output the interface map table, too.
35701 2002-03-12  Dietmar Maurer  <dietmar@ximian.com>
35703         * class.c (class_compute_field_layout): separate computation of 
35704         static field layout
35706 2002-03-12  Dan Lewis <dihlewis@yahoo.co.uk>
35708         * icall.c: added System.Buffer support.
35709         * file-io.c: moved file icalls from PAL to FileStream.
35711 2002-03-12  Dietmar Maurer  <dietmar@ximian.com>
35713         * icall.c (ves_icall_System_Object_GetHashCode): impl.
35715 2002-03-11  Dietmar Maurer  <dietmar@ximian.com>
35717         * icall.c (ves_icall_System_ValueType_GetHashCode): impl.
35719 Mon Mar 11 14:45:42 CET 2002 Paolo Molaro <lupus@ximian.com>
35721         * verify.c, verify.h: moved here the corlib/runtime consistency checks.
35723 Mon Mar 11 11:12:23 CET 2002 Paolo Molaro <lupus@ximian.com>
35725         * debug-helpers.{c,h}: moved here from monograph some useful functions
35726         to locate a method by name/signature in a class or image. Included
35727         also a small and flexible IL disassembler.
35729 Fri Mar 8 16:29:29 CET 2002 Paolo Molaro <lupus@ximian.com>
35731         * reflection.c: fixup tokens in methods with small header size, too.
35733 2002-03-08  Dietmar Maurer  <dietmar@ximian.com>
35735         * object.c (mono_string_to_utf8): remove assert(!error), instead
35736         print a warning. 
35738 Thu Mar 7 18:55:15 CET 2002 Paolo Molaro <lupus@ximian.com>
35740         * icall.c: update to the new mono_Array_class_get interface.
35742 Thu Mar 7 17:23:26 CET 2002 Paolo Molaro <lupus@ximian.com>
35744         * appdomain.c, object.c: Boehm-GC enable.
35745         * icall.c: make get_data_chunk() support split data requests.
35746         Ensure a class is initialized in more cases. Return only the first
35747         property found in GetProperties() or the compiler gets confused. 
35748         Implemented GetEvents(). Temporary fix to GetType(), needs rewriting.
35749         * reflection.h, reflection.c: add fixup mechanism for field and method
35750         tokens. Initialize assembly->typeref in a single place. Output
35751         properties after events. Support custom attributes for events, too.
35752         Typo fix for paramter custom attrs.
35754 2002-03-07  Martin Baulig  <martin@gnome.org>
35756         * icall.c (ves_icall_System_Array_FastCopy): Small fix.
35758 2002-03-07  Dietmar Maurer  <dietmar@ximian.com>
35760         * class.c (mono_array_class_get): fix. for multi. dim. arrays
35762 2002-03-06  Martin Baulig  <martin@gnome.org>
35764         * icall.c (ves_icall_System_Array_CreateInstanceImpl): Make this work with
35765         non-zero lower bounds. See testcases #F10-#F13.
35767 2002-03-05  Martin Baulig  <martin@gnome.org>
35769         * exception.c (mono_get_exception_argument_out_of_range): New exception.
35771         * icall.c (ves_icall_System_Array_GetValue): Moved actual implementation to
35772         ves_icall_System_Array_GetValue(), only calculate the absolute array position
35773         here.
35774         (ves_icall_System_Array_SetValue): Likewise.
35775         (ves_icall_System_Array_GetValueImpl): New interncall. Takes an array position
35776         as argument and does the actual work. This function is used when copying a
35777         multi-dimensional array.
35778         (ves_icall_System_Array_SetValueImpl): Almost completely rewrote this. It can
35779         now do all the widening conversions of value types.
35780         (ves_icall_System_Array_CreateInstanceImpl): Implemented.
35782 Tue Mar 5 18:14:01 CET 2002 Paolo Molaro <lupus@ximian.com>
35784         * class.c: remove some magic numbers and use the smbolic names,
35785         instead. Added init_events() to load event info at class init time.
35786         * metadata.h, metadata.c: added mono_metadata_events_from_typedef()
35787         and mono_metadata_methods_from_event().
35788         * reflection.h, reflection.c: added support for writing out the evnets
35789         related information.
35791 Mon Mar 4 20:32:43 CET 2002 Paolo Molaro <lupus@ximian.com>
35793         * reflection.h, icall.c: use a different method (GetInterfaces)
35794         to gather interface info and add isbyref, isprimitive and
35795         ispointer to the ves_icall_get_type_info() return value.
35797 Mon Mar 4 11:22:26 CET 2002 Paolo Molaro <lupus@ximian.com>
35799         * class.h: stared adding support for events.
35800         * icall.c: split find_members implementation. Added debug icall to get
35801         the address of an object.
35802         * reflection.c: handle TypeBuilders in mono_type_get_object().
35804 2002-03-01  Martin Baulig  <martin@gnome.org>
35806         * icall.c (ves_icall_System_Array_GetLength): This must throw an
35807         ArgumentOutOfRangeException(), not an ArgumentException().
35808         (ves_icall_System_Array_GetLowerBound): Likewise.
35809         (ves_icall_System_Array_GetValue): Improved argument checking.
35810         (ves_icall_System_Array_SetValue): Improved argument checking.
35812 2002-03-01  Martin Baulig  <martin@gnome.org>
35814         * icall.c (ves_icall_System_Array_GetValue): Raise an exception when
35815         called with invalid arguments rather than just dying with g_assert().
35816         (ves_icall_System_Array_SetValue): Likewise.
35817         (ves_icall_System_Array_CreateInstanceImpl): Don't g_assert_not_reached(),
35818         raise a NotImplementedException instead.
35819         (ves_icall_System_Array_GetLength): Added argument checking.
35820         (ves_icall_System_Array_GetLowerBound): Added argument checking.
35822 2002-03-01  Dietmar Maurer  <dietmar@ximian.com>
35824         * object.h (mono_assert): new macros mono_assert and
35825         mono_assert_not_reached
35827 2002-02-28  Martin Baulig  <martin@gnome.org>
35829         * icall.c: Rename "System::String::Intern" to "System::String::_Intern"
35830         and "System::String::IsInterned" to "System::String::_IsInterned".
35832 Thu Feb 28 19:19:35 CET 2002 Paolo Molaro <lupus@ximian.com>
35834         * icall.c: remove hacks for typebuilder. Added icall to create a
35835         modified type from a tybebuilder.
35836         * reflection.c: removed hacks for TypeBuilder. Create also a MonoImage
35837         in mono_image_basic_init (). Added mono_reflection_setup_internal_class ()
35838         to create a backing MonoClass for a TypeBuilder.
35840 Thu Feb 28 15:35:51 CET 2002 Paolo Molaro <lupus@ximian.com>
35842         * class.c, class.h: more refactoring of class init.
35843         Export mono_class_setup_mono_type() and mono_class_setup_parent().
35845 Thu Feb 28 12:33:41 CET 2002 Paolo Molaro <lupus@ximian.com>
35847         * marshal.c, marshal.h: start of marshaling interface.
35849 Wed Feb 27 22:15:17 CET 2002 Paolo Molaro <lupus@ximian.com>
35851         * icall.c: fix order in assembly qualified name icall.
35853 Wed Feb 27 18:45:03 CET 2002 Paolo Molaro <lupus@ximian.com>
35855         * class.c: do not free str, since we store it in the hash table.
35856         * reflection.h: add label field to MonoILExceptionInfo.
35857         * reflection.c: handle references to more than one assembly. Handle
35858         case when there isn't a module created in the assembly.
35860 Wed Feb 27 12:35:10 CET 2002 Paolo Molaro <lupus@ximian.com>
35862         * class.c: Fix typo. Start refactoring of class init code.
35864 Wed Feb 27 12:23:00 CET 2002 Paolo Molaro <lupus@ximian.com>
35866         * appdomain.c: exit with 1 on error.
35867         * class.c: we already have the name in MonoClassField.
35868         * image.c, image.h, metadata.c, pedump.c: use directly a pointer in
35869         MonoStreamHeader instead of an offset of image->raw_metadata.
35871 2002-02-26  Miguel de Icaza  <miguel@ximian.com>
35873         * appdomain.c (mono_init): Be even more descriptive about the error.
35875 Tue Feb 26 16:18:07 CET 2002 Paolo Molaro <lupus@ximian.com>
35877         * appdomain.c: give the user an informative message when corlib can't
35878         be loaded.
35880 2002-02-26  Martin Baulig  <martin@gnome.org>
35882         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData):
35883         New icall to get the time zone data.
35885 Mon Feb 25 15:51:51 CET 2002 Paolo Molaro <lupus@ximian.com>
35887         * reflection.c: set virtual and raw size of section correctly.
35888         * threads.c: transfer domain information to newly created threads.
35890 Fri Feb 22 18:55:57 CET 2002 Paolo Molaro <lupus@ximian.com>
35892         * class.c: when instancing a class in a domain, load the default
35893         vaules for static fields from the constant table. Fix System.Enum to
35894         not be an enum.
35895         * icall.c: implement Object::GetType() internalcall. Implemented
35896         MonoField::GetValue() internalcall. Avoid SEGV in search_method().
35897         Fixed checking of binding flags in find_members().
35898         * metadata.c, metadata.h: introduce mono_metadata_type_hash().
35899         * reflection.c: handle enumerations when writing to the constant
35900         table. Use a different object cache for types.
35903 2002-02-22  Dietmar Maurer  <dietmar@ximian.com>
35905         * object.c (mono_object_isinst): fix for arrays
35907         * icall.c (ves_icall_type_is_subtype_of): fix for 2 interfaces
35909 Thu Feb 21 21:00:13 CET 2002 Paolo Molaro <lupus@ximian.com>
35911         * object.c: don't use mprotect ()  and fix intern pool hash table
35912         lookup for big endian systems.
35914 Thu Feb 21 19:30:29 CET 2002 Paolo Molaro <lupus@ximian.com>
35916         * icall.c: change type_is_subtype_of () signature.
35918 2002-02-21  Mark Crichton  <crichton@gimp.org>
35920         * rand.c, rand.h: Added random number generator for
35921         System.Security.Cryptography classes.
35923         * exception.c, exception.h: Added mono_get_exception_not_implemeted.
35925         * icall.c: Added System.Security.Cryptography calls.
35927 Thu Feb 21 16:45:34 CET 2002 Paolo Molaro <lupus@ximian.com>
35929         * class.c, icall.c, metadata.c: better support for pointer types.
35930         Create a class for them as suggested by dietmar. Fix TYPE_ARRAY class.
35931         * reflection.c: Add support for getting custom attrs for properties
35932         and simplify some code.
35934 Wed Feb 20 22:20:29 CET 2002 Paolo Molaro <lupus@ximian.com>
35936         * icall.c: change getToken () and add custom attribute GetBlob()helper
35937         method.
35938         * reflection.h: add custom attrs array to the reflection builder structures.
35939         * reflection.c: encode and emit custom attributes for all the relevant
35940         reflection objects. Cache fieldref and methodref tokens. Change
35941         mono_image_create_token() interface to take a MonoDynamicAssembly.
35942         More complete custom attributes decoder. Load custom attributes for
35943         Assembly, Field, Method and Constructor objects, too. Make the
35944         returned array an Attribute[] one, not object[]. Added
35945         mono_reflection_get_custom_attrs_blob() to encode the arguments of a
35946         custom attribute constructor.
35948 2002-02-20  Dick Porter  <dick@ximian.com>
35950         * icall.c:
35951         * rawbuffer.c:
35952         * socket-io.c: Windows portability fixes (sometimes just ifdeffing
35953         problem code out for now).
35955 2002-02-19  Radek Doulik  <rodo@ximian.com>
35957         * object.c (mono_ldstr): use hash table to avoid multiple swapping
35959 Tue Feb 19 20:23:11 CET 2002 Paolo Molaro <lupus@ximian.com>
35961         * icall.c: register the GetCustomAttributes method.
35962         * object.c, object.h: add mono_string_new_len ().
35963         * reflection.h, reflection.c: added mono_runtime_invoke(),
35964         mono_install_runtime_invoke(). Added
35965         mono_reflection_get_custom_attrs () to load custom attributes and
35966         create the attribute objects.
35968 2002-02-19  Dick Porter  <dick@ximian.com>
35969         * threads-dummy-types.c:
35970         * threads-dummy-types.h:
35971         * threads-dummy.c:
35972         * threads-dummy.h:
35973         * threads-pthread-types.c:
35974         * threads-pthread-types.h:
35975         * threads-pthread.c:
35976         * threads-pthread.h:  Deleted obsolete files
35978 2002-02-19  Dietmar Maurer  <dietmar@ximian.com>
35980         * class.c (mono_class_vtable): runtime init the class when we
35981         allocate static class data.
35983         * icall.c (ves_icall_System_Array_SetValue): check for null values.
35985         * appdomain.c (mono_domain_transfer_object): impl. hack for Arrays
35986         and String - but we will need generic marshalling support in the
35987         future. 
35988         (mono_init): set the domain name in a ms compatible way
35990         * object.c (mono_string_new_utf16): bug fix: use char[] instead of
35991         String[].
35993 2002-02-18  Dietmar Maurer  <dietmar@ximian.com>
35995         * object.c (mono_array_clone): use alloca() instead of g_malloc  
35996         for sizes
35998         * appdomain.c (mono_domain_unload): impl.
36000 Mon Feb 18 15:52:20 CET 2002 Paolo Molaro <lupus@ximian.com>
36002         * appdomain.c, object.c: fix intern pool implementation.
36003         * class.c: fix alignment code.
36005 2002-02-16  Radek Doulik  <rodo@ximian.com>
36007         * icall.c (ves_icall_System_Enum_ToObject): in case of big endian
36008         and s2 > s1, just copy lower bytes to be compatible with little
36009         endian (i.e. 64bit value & 0xffffffff --> 32bit value)
36010         (ves_icall_System_Enum_ToObject): and likewise for s1 > s2
36012         * unicode.c (ves_icall_iconv_new_encoder): decide on big_endian,
36013         force big_endian to be 1 for big endian machines 
36014         (ves_icall_iconv_new_decoder): ditto
36016 2002-02-16  Jeffrey Stedfast  <fejj@ximian.com>
36018         * socket-io.c (convert_sockopt_level_and_name): If the system
36019         doesn't define SOL_IP or SOL_TCP, get them by hand using
36020         getprotobyname() and caching the values (because this could be a
36021         slow operation).
36022         (ves_icall_System_Net_Sockets_Socket_SetSocketOption_internal):
36023         Use the appropriate struct when the system does support it. Ie,
36024         not all systems have struct ip_mreqn so use struct ip_mreq when
36025         appropriate.
36027 Fri Feb 15 18:15:44 CET 2002 Paolo Molaro <lupus@ximian.com>
36029         * reflection.c: handle finally clauses.
36031 Fri Feb 15 15:06:33 CET 2002 Paolo Molaro <lupus@ximian.com>
36033         * socket-io.c: use g_snprintf() instead of snprintf.
36035 2002-02-14  Jeffrey Stedfast  <fejj@ximian.com>
36037         * reflection.c (mono_param_get_objects): Cast second argument to
36038         mono_method_get_param_names to a const char** to silence the
36039         compiler warning.
36041         * appdomain.c (mono_domain_assembly_open): Put parens around the
36042         truth statement in the for-loop.
36044         * unicode.c (iconv_convert): Got rid of a compiler warning about
36045         int i being unused when the system has a new iconv.
36046         (iconv_get_length): Same.
36048         * image.c (load_class_names): Cast the second argument to
36049         g_hash_table_insert() to char* to hush compiler warnings about the
36050         arg being a const.
36051         (mono_image_open): Same here.
36053         * socket-io.c: Don't conditionally include sys/filio.h or
36054         sys/sockio.h here anymore since we now get them from
36055         io-layer/io-layer.h
36056         (inet_pton): If the system doesn't support inet_aton, implement
36057         using inet_addr and also #define INADDR_NONE if it isn't defined
36058         by the system.
36060 Thu Feb 14 19:01:06 CET 2002 Paolo Molaro <lupus@ximian.com>
36062         * metadata.c, metadata.h: added function to get packing and size info
36063         of a typedef.
36064         * reflection.h, reflection.c: handle field RVA data. Save info about
36065         the table layout if needed. Assign typedef indexes to all the types
36066         before dumping the info about them to avoid forward reference problems.
36068 2002-02-14  Dietmar Maurer  <dietmar@ximian.com>
36070         * socket-io.c (convert_sockopt_level_and_name): ifdef
36071         SO_ACCEPTCONN because it is not defined on my system (old debian)
36073 Thu Feb 14 11:49:30 CET 2002 Paolo Molaro <lupus@ximian.com>
36075         * opcode.c: use stddef.h to get NULL.
36077 2002-02-14  Jeffrey Stedfast  <fejj@ximian.com>
36079         * socket-io.c: conditionally include sys/filio.h and sys/sockio.h
36080         for FIONBIO, FIONREAD and SIOCATMARK.
36081         (ves_icall_System_Net_Dns_GetHostByAddr_internal): SunOS doesn't
36082         define INADDR_NONE and besides, inet_addr() is deprecated and
36083         should not be used. Use inet_pton() instead - it also has the
36084         added bonus that it can easily handle IPv6 addresses as well.
36085         (inet_pton): Implement using inet_aton() ifndef HAVE_INET_PTON.
36087 Wed Feb 13 23:00:21 CET 2002 Paolo Molaro <lupus@ximian.com>
36089         * decimal.c: remove _MSC_VER conditional.
36091 2002-02-13  Dick Porter  <dick@ximian.com>
36093         * socket-io.c: 
36094         * icall.c: Internal calls for Blocking, Select, Shutdown,
36095         GetSocketOption and SetSocketOption
36097 Wed Feb 13 19:20:01 CET 2002 Paolo Molaro <lupus@ximian.com>
36099         * assembly.cs: better resolver: use it instead of some kludgy
36100         code.
36102 Wed Feb 13 18:25:55 CET 2002 Paolo Molaro <lupus@ximian.com>
36104         * reflection.c: the best way to speed-up the compiler is to avoid
36105         infinite loops.
36107 2002-02-13  Dietmar Maurer  <dietmar@ximian.com>
36109         * class.c (mono_class_vtable): changed the object layout
36110         (obj->vtable->class). 
36111         (mono_class_create_from_typespec): consider MONO_TYPE_PTR
36113 Tue Feb 12 20:06:01 CET 2002 Paolo Molaro <lupus@ximian.com>
36115         * assembly.c: look for assemblies in the assembly dir, too.
36117 Tue Feb 12 14:03:42 CET 2002 Paolo Molaro <lupus@ximian.com>
36119         * class.c: fix thinko in mono_class_from_type().
36121 Mon Feb 11 19:43:51 CET 2002 Paolo Molaro <lupus@ximian.com>
36123         * exception.h, exception.c: added TypeLoadException.
36124         * object.h, object.c: added mono_array_clone ().
36125         * icall.c: handle throwOnError in AssemblyGetType().
36126         Added Array.Clone().
36127         * opcode.h, opcode.c: use a single value for the opcode val.
36128         Compile fix for non-gcc compilers.
36130 Fri Feb 8 12:26:37 CET 2002 Paolo Molaro <lupus@ximian.com>
36132         * opcodes.c, opcodes.h: export interesting info about opcodes.
36134 2002-02-05  Dietmar Maurer  <dietmar@ximian.com>
36136         * object.h (MONO_CHECK_ARG, MONO_CHECK_ARG_NULL): new macro for
36137         icalls. 
36139         * class.c (class_compute_field_layout): set element_class for enums
36140         (mono_class_create_from_typedef): set element_class for normal classes
36142         * icall.c (ves_icall_System_Enum_get_value): impl.
36144         * class.c (mono_class_create_from_typedef): do not set valuetype
36145         flag for System.ValueType and System.Enum
36147 2002-02-04  Dietmar Maurer  <dietmar@ximian.com>
36149         * unicode.c (iconv_convert): fix big endian problem.
36151 Fri Feb 1 16:13:20 CET 2002 Paolo Molaro <lupus@ximian.com>
36153         * class.c: add asserts if we are ever going to scribble over memory.
36154         * socket-io.c: not all systems have AF_IRDA defined.
36156 2002-01-31  Dietmar Maurer  <dietmar@ximian.com>
36158         * class.c (class_compute_field_layout): do not consider static
36159         fields to compute alignment
36161 2002-01-25  Dietmar Maurer  <dietmar@ximian.com>
36163         * appdomain.c (mono_appdomain_get): impl.
36164         (ves_icall_System_AppDomain_ExecuteAssembly): impl.
36166 Thu Jan 24 12:59:23 CET 2002 Paolo Molaro <lupus@ximian.com>
36168         * icall.c: ignore "file://" prefix when loading an assembly.
36170 2002-01-23  Dick Porter  <dick@ximian.com>
36172         * socket-io.c:
36173         * icall.c:
36174         * Makefile.am: Added socket support
36176 2002-01-23  Miguel de Icaza  <miguel@ximian.com>
36178         * icall.c (ves_icall_appdomain_get_default_assemblies): put this
36179         code back.  This should return the assemblies that are loaded by
36180         the runtime on behalf of an application domain. 
36182         The current implementation is still broken, it just returns every
36183         assembly loaded, but until we get real applications domain this
36184         will do.
36186 2002-01-23  Dietmar Maurer  <dietmar@ximian.com>
36188         * icall.c (ves_icall_appdomain_get_cur_domain): runtime_init the
36189         AppDomain object.
36191 2002-01-23  Miguel de Icaza  <miguel@ximian.com>
36193         * icall.c (ves_icall_appdomain_get_cur_domain): Cache the value of
36194         the mono_class_from_name lookup.
36195         (ves_icall_get_parameter_info): ditto.
36196         (ves_icall_appdomain_get_assemblies, add_assembly): Implement new internal
36197         method.
36198         (ves_icall_System_Reflection_Assembly_get_code_base): Another new call.
36200 Tue Jan 22 22:43:47 CET 2002 Paolo Molaro <lupus@ximian.com>
36202         * class.c: load also nested classes on class init.
36203         System.ValueType instance methods gets passed boxed
36204         values, unless methods in derived classed that get a pointer to the
36205         data.
36206         * icall.c: use better name parsing code in GetType().
36207         * image.c, image.h: add mono_image_loaded ().
36208         * metadata.c, metadata.h: add mono_metadata_nesting_typedef ().
36209         * reflection.c, reflection.h: added mono_reflection_parse_type().
36211 2002-01-22  Veronica De Santis <veron78@interfree.it>
36213         * icall.c : Added mapping of internal calls for Manual and Auto reset events
36214         * threads.c : Added the implementation of internal calls for events
36215         * threads.h : Added prototypes of internal calls for events
36216         
36217 2002-01-21  Radek Doulik  <rodo@ximian.com>
36219         * icall.c (ves_icall_InitializeArray): swap bytes on big endians
36221 2002-01-21  Dietmar Maurer  <dietmar@ximian.com>
36223         * class.c (mono_class_init): set min_align to 1 (instead of 0)
36224         (mono_class_value_size): use min_align
36226 2002-01-20  Dick Porter  <dick@ximian.com>
36228         * threads.h:
36229         * threads.c: Replaced all instances of WapiHandle * with HANDLE,
36230         so it compiles on w32.
36232 2002-01-17  Dietmar Maurer  <dietmar@ximian.com>
36234         * metadata.c (mono_type_stack_size): impl.
36236         * class.c (mono_class_get_field): impl. memberref token
36238 2002-01-16 Veronica De Santis <veron78@@interfree.it>
36240         * icall.h : Added the internal calls mapping for CreateMutex_internal
36241                     and ReleaseMutex_internal.
36242         * threads.h : Added the prototype of mutexes internal calls.
36243         * threads.c : Added the implementations of mutexes internal calls.
36245 Tue Jan 15 22:47:57 CET 2002 Paolo Molaro <lupus@ximian.com>
36247         * metaparse.h: removed unused file.
36248         * reflection.c, reflection.h: added stream_data_align () function 
36249         to align data in streams and keep stream aligned. Add support for
36250         exception support in method headers.
36252 Tue Jan 15 19:42:50 CET 2002 Paolo Molaro <lupus@ximian.com>
36254         * unicode.c: make iconv_convert () return the number of bytess written
36255         in the output buffer.
36257 2002-01-15  Dick Porter  <dick@ximian.com>
36258         * threads.c: Make the runtime's idea of infinite timeouts coincide
36259         with the class library's
36261         Fix a particularly egregious bug in mono_thread_cleanup(). That
36262         code was so utterly bogus it must have been written on a Monday.
36264 Mon Jan 14 17:01:03 CET 2002 Paolo Molaro <lupus@ximian.com>
36266         * reflection.h: add subtypes field to TypeBuilder.
36267         * reflection.c: encode constants for literal fields.
36268         Handle subtypes. Fix user string token (and add a zero byte)
36269         at the end.
36270         
36271 2002-01-14  Dietmar Maurer  <dietmar@ximian.com>
36273         * class.c (mono_class_init): bug fix: assign slot numbers for
36274         abstract methods.
36276 Fri Jan 11 18:54:42 CET 2002 Paolo Molaro <lupus@ximian.com>
36278         * reflection.c: don't try to output a code RVA for abstract methods.
36279         Small fixes for method header format. Output parameter info to the
36280         ParamDef table. Save method overriding info to MethodImpl table.
36281         Fix property support. Allow typedef.extends to be a type in the
36282         building assembly.
36283         * verify.c: fix off-by-one error.
36285 Thu Jan 10 19:36:27 CET 2002 Paolo Molaro <lupus@ximian.com>
36287         * class.c: fix mono_class_from_mono_type () for szarray types.
36288         Remove unused cache check in mono_class_from_type_spec().
36289         * icall.c: *type_from_name () functions handle simple arrays and byref.
36290         * reflection.c: handle byref and szarray types. Handle methods without
36291         body (gets P/Invoke compilation working). Handle types and fields in
36292         get_token ().
36293         * reflection.h: add rank to MonoTypeInfo.
36295 2002-01-10  Dick Porter  <dick@ximian.com>
36297         * threads.c: Implemented WaitAll(), WaitAny() and WaitOne()
36298         internal calls
36300 Wed Jan 9 19:27:13 CET 2002 Paolo Molaro <lupus@ximian.com>
36302         * icall.c: initialize class in type_from_handle ().
36303         Loop also in parent classes for get_method ().
36304         * reflection.c: properly encode class and valuetype types.
36305         Start on encoding TypeBuilder types. Handle fieldrefs.
36306         Use correct length when registering a user string.
36307         Handle ConstructorBuilder and MonoMethod in get_token ().
36308         Make mono_type_get_object () aware of cached types.
36309         * object.c: back out change to mono_string_new ().
36311 Tue Jan 8 22:47:44 EST 2002 Matt Kimball <matt@kimball.net>
36312         * object.c: mono_string_new should return a NULL when the string 
36313         passed in is NULL -- not try to deference it.
36314         
36315 Sat Jan 5 15:48:04 CET 2002 Paolo Molaro <lupus@ximian.com>
36317         * icall.c: hack to make IsSubType work for TypeBuilders.
36318         * reflection.c: emit constructors before methods.
36319         Retrieve param names in mono_param_get_objects().
36321 2002/01/05  Nick Drochak  <ndrochak@gol.com>
36323         * Makefile.am: fix list of headers and sources so automake 1.5
36324         doesn't complain. Removed \# at end of list.
36326 Thu Jan 3 23:17:17 CET 2002 Paolo Molaro <lupus@ximian.com>
36328         * reflection.c: get token for a method ref. Set return type of
36329         constructor to void.
36330         * loader.c: debug message.
36331         * class.c: typo fix.
36333 Mon Dec 24 17:18:10 CET 2001 Paolo Molaro <lupus@ximian.com>
36335         * icall.c: fix array init with rank > 1. FindMembers
36336         loops in parent class as well.
36337         * image.c: do not insert nested types in name cache.
36338         * reflection.c: warning fix.
36339         * reflection.h: add override method (for interface impl).
36341 Mon Dec 24 16:16:56 CET 2001 Paolo Molaro <lupus@ximian.com>
36343         * metadata.c: fix customattr decoding.
36345 2001-12-21  Miguel de Icaza  <miguel@ximian.com>
36347         * rawbuffer.cs: Added native Win32 implementation, avoids using
36348         mmap on Cygwin.  This patch is from Dan Lewis (dihlewis@yahoo.co.uk)
36350 Thu Dec 20 20:11:26 CET 2001 Paolo Molaro <lupus@ximian.com>
36352         * class.c: make the low-level routines handle the cache.
36354 Thu Dec 20 15:20:35 CET 2001 Paolo Molaro <lupus@ximian.com>
36356         * image.c: fopen (file, "rb") ("David Dawkins" <david@dawkins.st>).
36358 Tue Dec 18 18:50:00 CET 2001 Paolo Molaro <lupus@ximian.com>
36360         * class.c: fix mono_array_element_size() for objects.
36361         * class.h, class.c: add properties to MonoClass and load them
36362         at init time.
36363         * icall.c: check with isinst() when assigning a value to an array
36364         instead of requiring the classes to match exactly.
36365         Implemented icall for System.Type::GetType().
36366         Implemented icalls to get ParameterInfo, ProprtyInfo and info about
36367         enums. Handle bindingflags when looking for methods and fields.
36368         * metadata.h, metadata.c: implemented mono_metadata_properties_from_typedef()
36369         and mono_metadata_methods_from_property().
36370         * reflection.h, reflection.c: added structures for propreties,
36371         parameters and enums. Implemented mono_property_get_object() and
36372         mono_param_get_objects().
36374 2001-12-18  Dick Porter  <dick@ximian.com>
36376         * file-io.c: Use mono_string_to_utf16() instead of
36377         mono_string_chars()
36379         * object.c: Added mono_string_to_utf16(), which copies the non
36380         NULL-terminated MonoString into a new double-null-terminated
36381         buffer.
36383 2001-12-17  Dietmar Maurer  <dietmar@ximian.com>
36385         * icall.c (ves_icall_System_DateTime_GetNow): added EPOCH adjustment
36387 2001-12-16  Dietmar Maurer  <dietmar@ximian.com>
36389         * file-io.c: raise exceptions if handle is invalid.
36391 Thu Dec 13 20:27:08 CET 2001 Paolo Molaro <lupus@ximian.com>
36393         * assembly.c: yet another check for mscorlib.
36394         * class.c, class.h: load nesting info for classes.
36395         * icall.c: many new functions to support the Reflection classes.
36396         * metadata.c, metadata.h: mono_metadata_nested_in_typedef() added.
36397         * reflection.h, reflection.c: mono_image_create_token(),
36398         mono_assembly_get_object(), mono_type_get_object(),
36399         mono_method_get_object(), mono_field_get_object(): methods to return
36400         objects that parallel the C representation of assemblies, types,
36401         methods, fields.
36403 2001-12-11  Dick Porter  <dick@ximian.com>
36405         * icall.c:
36406         * file-io.c: Internal calls for file IO.
36408 Thu Dec 6 16:21:30 CET 2001 Paolo Molaro <lupus@ximian.com>
36410         * tabledefs.h: missing FileAttributes.
36411         * verify.h, verify.c: use is_valid_string () to simplify and check for
36412         valid strings more correctly. Fix warnings and speeling.
36413         Check more tables: Filed, File, ModuleRef, StandAloneSig.
36414         Check code: branches, maxstack, method calls.
36416 2001-12-04  Dietmar Maurer  <dietmar@ximian.com>
36418         * object.c (mono_object_allocate): removed static, so that the jit
36419         can allocate value types.
36421         * icall.c (ves_icall_System_DateTime_GetNow): impl.
36423 Mon Dec 3 17:02:01 CET 2001 Paolo Molaro <lupus@ximian.com>
36425         * class.c: init enum types right away and register the
36426         token->MonoClass map in mono_class_create_from_typedef ().
36427         * verify.h, verify.c: first cut of the verifier.
36428         * pedump.c: add --verify switch to verify metadata tables.
36429         * tabledefs.h: add some missing enums.
36431 2001-11-30  Dietmar Maurer  <dietmar@ximian.com>
36433         * class.c (mono_install_runtime_class_init): impl.
36434         (mono_class_init): renamed mono_class_metadata_init to
36435         mono_class_init, also removed the metadata_inited flag
36437         * object.c (mono_object_isinst): use faster algorithm
36439 2001-11-30  Radek Doulik  <rodo@ximian.com>
36441         * mono-endian.h: reverted last change
36442         added function prototypes
36444         * Makefile.am (libmetadata_a_SOURCES): reverted my last change and
36445         add mono-endian.c back
36447         * mono-endian.c: returned back, as Paolo pointed out, it's needed
36448         for unaligned access, I've mistaked it with endianess. I am
36449         sorry.
36450         (mono_read16): fix reverted endianess
36451         (mono_read64): ditto
36452         (mono_read32): ditto
36454 2001-11-30  Dick Porter  <dick@ximian.com>
36456         * exception.c: Implement mono_exception_from_name()
36458 Fri Nov 30 12:01:02 CET 2001 Paolo Molaro <lupus@ximian.com>
36460         * metadata.h, metadata.c: remove params_size and locals_size and their
36461         calculation from the metadata code: they are only usefult to the
36462         interp.
36464 2001-11-29  Radek Doulik  <rodo@ximian.com>
36466         * object.c (mono_ldstr): swap bytes here, it's probably not the
36467         best place, but works for me now, I'll redo it once I know mono
36468         better, also note that I add PROT_WRITE and don't reset back, also
36469         note that it's only affects big endians, so x86 should be OK
36471         * mono-endian.h (read16): use just glib macros for both endians
36473         * mono-endian.c: removed as glib macros are used in in
36474         mono-endian.h so we don't need to care about endianess for read
36475         macros as glib does that for us already
36477 Thu Nov 29 18:20:58 CET 2001 Paolo Molaro <lupus@ximian.com>
36479         * class.h, class.h: take minimum alignment into consideration so
36480         that the fields of a class remain aligned also when in an array.
36482 Tue Nov 27 16:39:01 CET 2001 Paolo Molaro <lupus@ximian.com>
36484         * loader.h, loader.c: add mono_method_get_param_names().
36485         * class.c: 0-init class fields.
36487 2001-11-26  Dick Porter  <dick@ximian.com>
36489         * icall.c:
36490         * threads-types.h:
36491         * threads.c: New file that handles System.Threading on all platforms
36493         * object.c: 
36494         * object.h: Remove the synchronisation struct from MonoObject,
36495         replace it with a pointer that gets initialised on demand
36497         * Makefile.am: Replace all the system-specific threading code with
36498         a single file that uses the new wrapper library
36500 Mon Nov 19 11:37:14 CET 2001 Paolo Molaro <lupus@ximian.com>
36502         * class.c, class.h: add mono_install_trampoline() so that the runtime
36503         can register a function to create a trampoline: removes the ugly
36504         requirement that a runtime needed to export arch_create_jit_trampoline.
36505         * object.h, object.c: added mono_install_handler() so that the runtime
36506         can install an handler for exceptions generated in C code (with
36507         mono_raise_exception()). Added C struct for System.Delegate.
36508         * pedump.c: removed arch_create_jit_trampoline.
36509         * reflection.c: some cleanups to allow registering user strings and
36510         later getting a token for methodrefs and fieldrefs before the assembly
36511         is built.
36512         * row-indexes.h: updates and fixes from the new ECMA specs.
36514 Thu Nov 15 17:44:49 CET 2001 Paolo Molaro <lupus@ximian.com>
36516         * class.h, class.c: add enum_basetype field to MonoClass.
36517         * metadata.h, metadata.c: add mono_metadata_get_constant_index()
36518         to get index in the constant table reated to a field, param or
36519         property.
36520         * reflection.h, reflection.c: handle constructors. Set public-key and
36521         version number of the built assembly to 0.
36522         * row-indexes.h: update from new ECMA spec.
36524 Wed Nov 14 19:26:06 CET 2001 Paolo Molaro <lupus@ximian.com>
36526         * class.h, class.c: add a max_interface_id to MonoClass.
36527         * icall.c: rename my_mono_new_object() to my_mono_new_mono_type()
36528         since it's used to do that. Added mono_type_type_from_obj().
36529         Make GetType() return NULL instead of segfaulting if the type was not
36530         found. Handle simple arrays in assQualifiedName.
36531         * object.h: add a struct to represent an Exception.
36532         * reflection.c: output call convention in method signature.
36533         Add code to support P/Invoke methods and fixed offsets for fields.
36535 Mon Nov 12 12:41:32 CET 2001 Paolo Molaro <lupus@ximian.com>
36537         * decimal.c, decimal.h: mono_double2decimal() get the sign bit from
36538         the value.
36539         * icall.c: use mono_array_addr instead of array->vector: fixes the
36540         reflection image writing.
36541         * reflection.c: init call convention byte to 0 in method signature.
36542         Encode the property signature. Don't output property-related methods
36543         twice. Really process the properties for a type (don't cast a field to
36544         a property, my mom always told me that).
36545         Fix 64 bit issues in pointer alignment in a different and more
36546         readable way.
36548 2001-11-10  Sean MacIsaac  <macisaac@ximian.com>
36550         * loader.h: Removed type class from MonoDefaults, added monotype
36552         * loader.c: Loaded MonoType, removed loading of Type
36554         * icall.c (my_mono_new_object): Now returns a System.MonoType,
36555         and fills in System.Type._impl with a RuntimeTypeHandle rather
36556         than the actual MonoClass *
36558         (ves_icall_type_from_handle): change from type_class to
36559         monotype_class
36561         (ves_icall_System_Runtime_InteropServices_Marshal_ReadIntPtr):
36562         implemented
36564         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringAuto):
36565         implemented
36567         (ves_icall_System_Reflection_Assembly_LoadFrom): implemented
36569         (ves_icall_System_Reflection_Assembly_GetType): implemented
36571         (ves_icall_System_MonoType_assQualifiedName): implemented
36573         (ves_icall_System_PAL_OpSys_GetCurrentDirecotry): implemented
36575 2001-11-09  Miguel de Icaza  <miguel@ximian.com>
36577         * assembly.c (mono_assembly_open): Implement a cache for the
36578         assemblies. 
36580         (mono_assembly_close): only destroy the assembly when the last
36581         reference is gone.
36582         
36583 2001-11-09  Dick Porter  <dick@ximian.com>
36585         * Makefile.am (pedump_LDADD): Don't need THREAD_LIBS any more
36587 2001-11-09  Dietmar Maurer  <dietmar@ximian.com>
36589         * class.c (mono_class_metadata_init): bug fix: compute the right slot
36591 Fri Nov 9 15:48:02 CET 2001 Paolo Molaro <lupus@ximian.com>
36593         * icall.c, decimal.h, decimal.c: integrated decimal internalcalls
36594         from Martin Weindel.
36595         * object.h: add mono_string_chars ().
36597 2001-11-07  Miguel de Icaza  <miguel@ximian.com>
36599         * reflection.c (build_compressed_metadata): Eliminates warnings
36600         and uses 64-bit clean code.
36602         * metadata.c (mono_type_hash): Change signature to eliminate warnings.
36603         (mono_type_equal): Change signature to eliminate warnings.
36605 Wed Nov 7 15:40:01 CET 2001 Paolo Molaro <lupus@ximian.com>
36607         * icall.c, loader.c: remove the internalcall array constructors.
36608         Changes to match the new MonoArray structure.
36609         * object.h, object.c: an array object doesn't allocate an extra
36610         vector. Add mono_array_new_full () to create jagged arrays easily.
36612 Mon Nov 5 19:51:06 CET 2001 Paolo Molaro <lupus@ximian.com>
36614         * metadata.h, metadata.c: add mono_metadata_field_info () to
36615         retreive all the info about a field from vairous tables.
36616         * icall.c: implement S.Runtime.CServices::InitializeArray () icall.
36617         * class.h, class.c: augment MonoClassField with more info.
36618         Implemented mono_ldtoken for fields. Implemented ExplicitLayout
36619         policy and load a field's RVA if needed.
36621 2001-11-05  Dietmar Maurer  <dietmar@ximian.com>
36623         * class.c (mono_class_metadata_init): create a trampoline for all
36624         virtual functions instead of actually compiling them.
36626 Fri Nov 2 19:37:51 CET 2001 Paolo Molaro <lupus@ximian.com>
36628         * class.h, class.c: include name in MonoClassField.
36629         * class.c: fix fundamental type of System.Object and System.String.
36630         Set the right fundamental type for SZARRAY, too. Handle TypeSpec
36631         tokens in ldtoken.
36632         * icall.c: remove internalcalls for the Reflection stuff that is now
36633         done in C# code.
36634         * loader.c: mono_field_from_memberref () implementation.
36635         * mono-endian.c: thinko (s/struct/union/g).
36636         * object.c, object.h: make the mono_string_* prototypes actually use
36637         MonoString instead of MonoObject.
36638         * reflection.c, reflection.h: updates for changes in the reflection
36639         code in corlib: we use C structures that map to the actual C# classes.
36640         Handle SZARRAYs when encoding types. Handle locals in methods. Use a
36641         fat method header if needed and use the info from the ILGenerator for
36642         methods. Handle fields in types. Misc fixes.
36644 2001-10-17  Dietmar Maurer  <dietmar@ximian.com>
36646         * class.c (mono_class_metadata_init): bug fix: always allocate
36647         space for static class data
36649 2001-10-25  Dietmar Maurer  <dietmar@ximian.com>
36651         * class.c (mono_compute_relative_numbering): use relative
36652         numbering to support fast runtime type checks.
36654 2001-10-17  Sean MacIsaac  <macisaac@ximian.com>
36656         * class.c (mono_class_create_from_typeref): added debugging output
36657         to print class name when MonoDummy is returned instead of real class
36659 2001-10-15  Dietmar Maurer  <dietmar@ximian.com>
36661         * class.c (mono_class_metadata_init): interface offset table now
36662         contains pointers into the vtable - this is more efficient for the jit
36664 2001-10-12  Dietmar Maurer  <dietmar@ximian.com>
36666         * class.c (mono_class_metadata_init): use a temporary vtable (the
36667         old algorithm only worked for the interpreter, but not for the jit)
36669 2001-10-11  Dietmar Maurer  <dietmar@ximian.com>
36671         * loader.c (method_from_memberref): use mono_class_get to get the
36672         class of an array instead of using System.Array directly.
36673         (mono_get_method): also add MEMBERREF methods to the method cache
36674         which usefull for arrays.
36676 2001-10-10  Dietmar Maurer  <dietmar@ximian.com>
36678         * pedump.c (arch_compile_method): added to compute vtable entry
36680         * metadata.c (mono_metadata_interfaces_from_typedef): also return the
36681         number of interfaces.
36682         
36683         * class.h: merged MonoArrayClass into MonoClass
36685         * class.c (mono_class_create_from_typedef): compute the vtable size and
36686         allocate space to include the vtable inside MonoClass
36687         (mono_class_metadata_init): initialize the vtable
36689 Mon Oct 8 16:12:38 CEST 2001 Paolo Molaro <lupus@ximian.com>
36691         * metadata.c, metadata.h: use MonoArrayType to describe the shape of an array.
36692         Guard against calling bsearch with a NULL pointer (pointed out by Laurent Rioux, smoux).
36693         * image.c: endian fixes by Laurent Rioux.
36694         * object.h, object.c: rename MonoStringObject to MonoString and
36695         MonoArrayObject to MonoArray. Change some function names to conform to
36696         the style mono_<object>_<action>. mono_string_new_utf16 () takes a
36697         guint16* as first argument, so don't use char*.
36698         Provide macros to do the interesting things on arrays in a portable way.
36699         * threads-pthread.c: updates for the API changes and #include <sched.h>
36700         (required for sched_yield()).
36701         * icall.c: updates for the API changes above.
36702         * Makefile.am, mono-endian.c. mono-endian.h: include unaligned read routines for
36703         platforms that need them.
36705 Mon Oct 8 10:43:23 CEST 2001 Paolo Molaro <lupus@ximian.com>
36707         * class.c: set the correct type for all the fundamental
36708         type when loading the class.
36710 2001-10-05  Dick Porter  <dick@ximian.com>
36712         * threads-pthread.c (pthread_mutex_timedlock): Simple
36713         compatibility version for C libraries that lack this call.
36715 Thu Oct 4 19:10:30 CEST 2001 Paolo Molaro <lupus@ximian.com>
36717         * class.c: MonoTypes stored in MonoClass are stored as
36718         fundamental MonoTypes when the class represents a
36719         fundamental type (System.Int32, ...).
36720         The TypeHandle return by ldtoken is a MonoType*.
36721         * icall.c: ves_icall_get_data_chunk () write out all the
36722         PE/COFF stuff. Implement ves_icall_define_method (),
36723         ves_icall_set_method_body (), ves_icall_type_from_handle ().
36724         * image.c: properly skip unknown streams.
36725         * loader.h, loader.c: add type_class to mono_defaults.
36726         * metadata.c, metadata.h: export compute_size () as
36727         mono_metadata_compute_size () with a better interface.
36728         Typo and C&P fixes.
36729         * pedump.c: don't try to print the entry point RVA if there is no entry point.
36730         * reflection.c, reflection.h: many cleanups, fixes, output method
36731         signatures and headers, typedef and typeref info, compress the metadata
36732         tables, output all the heap streams, cli header etc.
36733         * row-indexes.h: typo fixes.
36735 2001-10-04  Dick Porter  <dick@ximian.com>
36737         * object.h: Add a synchronisation mutex struct to MonoObject
36739         * object.c (mono_new_object): Initialise the object
36740         synchronisation mutexes
36742         * icall.c: System.Threading.Monitor internal calls
36743         
36744         * threads-pthread.h:
36745         * threads-pthread.c: System.Threading.Monitor internal calls
36747         * threads-types.h: New file, includes the system-specific thread
36748         structures
36749         
36750         * threads-pthread-types.h:
36751         * threads-pthread-types.c: New files, handle pthread-specific
36752         synchronisation types
36754         * threads-dummy-types.h: 
36755         * threads-dummy-types.c: New files of dummy support for
36756         thread-specific types
36758         * metadata.c:
36759         * image.c:
36760         * pedump.c: include mono-endian.h not endian.h
36761         
36762         * Makefile.am: More threads files.
36763         Name mono-endian.h not endian.h
36765 Tue Oct 2 20:33:48 CEST 2001 Paolo Molaro <lupus@ximian.com>
36767         * Makefile.am, reflection.h, reflection.c: move here the reflection related 
36768         stuff and implement a few more bits.
36769         * icall.c: a field needs to be dereferenced twice. Do not use the same
36770         name for two variables in the same scope.
36771         * image.c, image.h: cleanups.
36773 2001-10-02  Dietmar Maurer  <dietmar@ximian.com>
36775         * class.c (mono_class_metadata_init): bug fix: compute the right size
36777 Mon Oct 1 20:43:57 CEST 2001 Paolo Molaro <lupus@ximian.com>
36779         * icall.c: implemented some of the Reflection internalcalls.
36780         * image.c, image.h: start writing out the PE/COFF image.
36781         * metadata.h, metadata.c: implement mono_metadata_encode_value ()
36782         that does the reverse than decode_blob_size ().
36783         * object.c: use mono_metadata_encode_value (). Move here
36784         temporary implementation of mono_string_to_utf8 ().
36785         * rawbuffer.c: make malloc_map static.
36787 Fri Sep 28 19:26:30 CEST 2001 Paolo Molaro <lupus@ximian.com>
36789         * metadata.c: fix type comparison for arrays.
36790         * loader.h, loader.c: half-assed fix to get more tests work in cygwin.
36791         Added a couple of new classes to monodefaults.
36792         * icall.c: added a couple of Reflection-related internalcalls.
36793         * class.h, class.c: implemented mono_ldtoken () for RuntimeTypeHandles.
36794         Added a byval_arg MonoType to MonoClass.
36796 2001-09-28  Dick Porter  <dick@ximian.com>
36798         * icall.c:
36799         * threads-pthread.h: 
36800         * threads-pthread.c: Implemented internal calls for
36801         LocalDataStoreSlot operations.  Applied mutexes around all shared
36802         data.  Reworked the thread creation and Start() operations to
36803         avoid a race condition.
36804         
36805         * threads-dummy.h:
36806         * threads-dummy.c: Dummy calls for the LocalDataStoreSlot operations
36808 Thu Sep 27 21:45:55 CEST 2001 Paolo Molaro <lupus@ximian.com>
36810         * rawbuffer.c: disable mmap on cygwin since it seems to be broken there.
36812 Thu Sep 27 19:52:11 CEST 2001 Paolo Molaro <lupus@ximian.com>
36814         * class.c, loader.c: warn and return NULL instead of erroring out.
36815         * icall.c: added System.AppDomain::getCurDomain().
36816         * loader.c: we don't need to lookup the typedef again for p/invoke calls.
36818 2001-09-25  Dick Porter  <dick@ximian.com>
36820         * threads-pthread.h:
36821         * threads-pthread.c: Implemented timed thread joining and added
36822         System.Threading.Thread::Join_internal internal call
36824         * icall.c: Added System.Threading.Thread::Join_internal internal call
36826         * threads-dummy.h:
36827         * threads-dummy.c: Dummy calls for System.Thread.Thread::Join_internal
36829 Mon Sep 24 18:56:59 CEST 2001 Paolo Molaro <lupus@ximian.com>
36831         * object.c, object.h: added mono_ldstr (), mono_string_is_interned () and
36832         mono_string_intern () to implement the semantics of the ldstr opcode
36833         and the interning of System.Strings.
36834         * icall.c: provide hooks to make String::IsIntern and String::Intern
36835         internalcalls.
36837 2001-09-23  Dick Porter  <dick@ximian.com>
36839         * threads-dummy.c: 
36840         * threads-dummy.h: New files of dummy threading routines
36842         * Makefile.am (THREAD_SOURCE): Arrange to compile different thread
36843         support code based on system specifics
36845         Rename PTHREAD_LIBS to THREAD_LIBS
36846         
36847 2001-09-23  Dick Porter  <dick@ximian.com>
36849         * threads-pthread.c: Implement the System.Threading.Thread::Sleep,
36850         Schedule (called when asked to Sleep for 0 ms) and CurrentThread
36851         internal calls.
36852         (mono_thread_init): Set up a Thread object instance to return when
36853         the main thread calls Thread.CurrentThread
36854         (mono_thread_cleanup): Wait for all subthreads to exit
36856         * icall.c: New internal calls for System.Threading.Thread::Sleep
36857         (including Schedule) and CurrentThread
36859         * threads.h: New file, to insulate thread-specific stuff from the
36860         rest of the code
36862 2001-09-21  Dick Porter  <dick@ximian.com>
36864         * threads-pthread.h: 
36865         * threads-pthread.c: New file, for handling pthreads-style
36866         threading support.  Start() now starts a new thread and executes
36867         the ThreadStart delegate instance.
36869         * icall.c: Added the internalcall for
36870         System.Threading.Thread::Start_internal
36872         * Makefile.am: Added new files, and PTHREADS_LIBS to the link line
36874 Thu Sep 20 19:37:39 CEST 2001 Paolo Molaro <lupus@ximian.com>
36876         * loader.c: work around the different signatures for delegates
36877         constructors csc generates in compiled code vs the ones compiled in mscorlib.
36879 Tue Sep 18 13:16:32 CEST 2001 Paolo Molaro <lupus@ximian.com>
36881         * class.h, class.c: add mono_class_get_field_from_name ().
36882         * *: Fix C comments and other ANSI C issues.
36884 Mon Sep 10 20:21:34 CEST 2001 Paolo Molaro <lupus@ximian.com>
36886         * endian.h, assembly.c: fix some endianness issues.
36888 Fri Sep 7 18:40:40 CEST 2001 Paolo Molaro <lupus@ximian.com>
36890         * loader.h, load.c: add delegate_class to mono_defaults.
36891         Handle runtime provided methods in mono_get_method ().
36893 2001-08-29  Dietmar Maurer  <dietmar@ximian.com>
36895         * loader.c (mono_get_method): use pinvoke for internal call
36897         * icall.c: use pinvoke for internal call
36899         * loader.c (method_from_memberref): set the method name
36901 Wed Aug 29 12:43:41 CEST 2001 Paolo Molaro <lupus@ximian.com>
36903         * metadata.c: help the compiler generate better code for
36904         mono_class_from_mono_type ().
36906 2001-08-28  Dietmar Maurer  <dietmar@ximian.com>
36908         * class.c (mono_class_metadata_init): delayed computing of the
36909         class size to mono_class_metadata_init ()
36911 Tue Aug 28 15:47:15 CEST 2001 Paolo Molaro <lupus@ximian.com>
36913         * class.c, class.h: add an interfaces member to MonoClass.
36914         * image.c, image.h: add assembly_name field to MonoImage
36915         from the assembly table.
36916         * metadata.c, metadata.h: add mono_metadata_interfaces_from_typedef ().
36918 Mon Aug 27 20:12:01 CEST 2001 Paolo Molaro <lupus@ximian.com>
36920         * class.c: Handle Array in mono_class_from_mono_type ().
36921         * metadata.c, pedump.c: some endian fixes.
36923 Mon Aug 27 15:23:23 CEST 2001 Paolo Molaro <lupus@ximian.com>
36925         * class.c, loader.c, loader.h: More types handled in mono_class_from_mono_type ().
36926         * metadata.c: fix small problem introduced with the latest commit.
36928 Mon Aug 27 12:17:17 CEST 2001 Paolo Molaro <lupus@ximian.com>
36930         * loader.c, metadata.c, metadata.h: Export mono_metadata_type_equal().
36931         We don't need a MonoMetadata pointer anymore to compare signatures in
36932         mono_metadata_signature_equal (), update callers.
36933         Reduced memory usage an number of allocations for MonoMethodHeader and
36934         MonoMethodSignature.
36936 Sun Aug 26 23:03:09 CEST 2001 Paolo Molaro <lupus@ximian.com>
36938         * metadata.c: added compare for szarray.
36940 Sun Aug 26 11:34:24 CEST 2001 Paolo Molaro <lupus@ximian.com>
36942         * class.h, class.c, loader.h, loader.c: export mono_class_from_mono_type ()
36943         and add a couple more types to it and mono_defaults. Give an hint on
36944         classes that need implementing in our corlib and are referenced
36945         in mscorlib.
36947 Sat Aug 25 12:52:54 CEST 2001 Paolo Molaro <lupus@ximian.com>
36949         * class.h, class.c: keep track if a class is also an Enum.
36950         * loader.c: Implement a couple more types for use in libffi
36951         marshalling. Gives better diagnostics when failing to dlopen
36952         a library. Set method->klass for P/Invoke methods, too.
36954 Fri Aug 24 19:30:25 CEST 2001 Paolo Molaro <lupus@ximian.com>
36956         * class.c, class.h: add a MonoType this_arg to MonoClass that
36957         represents a pointer to an object of the class' type that
36958         can be used by the interpreter and later the type cache.
36959         Add best guess alignment info for valuetype objects.
36961 Fri Aug 24 15:50:31 CEST 2001 Paolo Molaro <lupus@ximian.com>
36963         * metadata.h, metadata.c, class.h, class.c: squeezed MonoParam
36964         into MonoType: one less level of indirection and allocation and
36965         simplifies quite a bit of code. Added cache for MonoTypes that are
36966         used frequently, so that we don't need to allocate them all the time.
36968 2001-08-24  Dietmar Maurer  <dietmar@ximian.com>
36970         * class.c (mono_class_create_from_typedef): System.Enum is also a
36971         value type, although it does not derive from System.ValueType
36972         (maybe a bug in the ms compiler?)
36974         * metadata.c (mono_type_size): return the right size for value types
36976         * loader.c (mono_get_method): only initialize method header if not abstract
36978         * class.c (mono_class_from_mono_type): use mono_default values. 
36980 2001-08-23  Dietmar Maurer  <dietmar@ximian.com>
36982         * *: use MonoClass pointers instead of <type_tokens>
36983         
36984         * class.h: new flag: metadata_inited.
36986         * class.c (mono_class_metadata_init): impl.
36987         (mono_class_instance_size): impl.
36988         (mono_class_data_size): impl.
36990 Wed Aug 22 16:27:30 CEST 2001 Paolo Molaro <lupus@ximian.com>
36992         * metadata.c, loader.h, loader.c, image.h, image.c, class.h, class.c:
36993         MonoClass now has the name and name_space fields. 
36994         MonoMethod has a pointer to its MonoClass, instead of MonoImage.
36995         mono_get_method () takes and optional MonoClass as argument.
36996         Removed mono_typedef_from_name() and added mono_class_token_from_name()
36997         instead that takes advantage of a map from class names to typedef
36998         tokens in MonoImage.
37000 Tue Aug 21 18:54:58 CEST 2001 Paolo Molaro <lupus@ximian.com>
37002         * metadata.c: zero is not a valid alignment boundary.
37003         Merge MONO_TYPE_VOID in default decoding code.
37005 2001-08-21  Dietmar Maurer  <dietmar@ximian.com>
37007         * image.h: merged MonoMetadata into MonoImage
37009         * class.h: cleanup of MonoArrayClass, use a MonoClass pointer to
37010         identify the type of elements.
37012 Mon Aug 20 19:39:00 CEST 2001 Paolo Molaro <lupus@ximian.com>
37014         * blob.h: fix MONO_TYPE_TYPEDBYREF value.
37015         * cil-coff.h: split MonoMSDOSHeader and add size info.
37016         * image.c: add some consistency checks.
37017         * metadata.c: fix row size computation: one programmer
37018         error and one LAMESPEC. Handle MONO_TYPE_TYPEDBYREF.
37019         add explanation for the locator routine.
37020         Fix decoding of size in method header.
37021         
37022 2001-08-20  Miguel de Icaza  <miguel@ximian.com>
37024         * assembly.c    (g_concat_dir_and_file): Use _S for string concat.
37025         (g_concat_dir_and_file): Bring g_concat_dir_and_file
37026         function from gnome-libs.  This uses the right path separator
37027         based on the OS, and also works around a bug in some systems where
37028         a double slash is not allowed. 
37029         (default_assembly_name_resolver): Use g_concat_dir_and_file
37030         (mono_assembly_open): ditto.
37032 2001-08-20  Dietmar Maurer  <dietmar@ximian.com>
37034         * metadata.c (mono_metadata_signature_equal): impl.
37036         * *: void is now a realy MonoType (instead of using NULL)
37037         
37038         * metadata.c (do_mono_metadata_parse_type): use
37039         mono_metadata_parse_type to parse void value.
37041 Sat Aug 18 12:51:28 CEST 2001 Paolo Molaro <lupus@ximian.com>
37043         * metadata.c, metadata.h: in the signature and method header store
37044         only the space required for holding the loca vars and incoming arguments.
37046 2001-08-15  Dietmar Maurer  <dietmar@ximian.com>
37048         * metadata.c (do_mono_metadata_parse_type): treat void like any
37049         other type (instead of assigning NULL);
37051 2001-08-14  Dietmar Maurer  <dietmar@ximian.com>
37053         * metadata.c (mono_metadata_parse_mh): fixxed pinned/byref value
37055 2001-08-09  Dietmar Maurer  <dietmar@ximian.com>
37057         * image.c (do_mono_image_open): added a cache for arrays.
37059 Sat Aug 4 12:46:02 CEST 2001 Paolo Molaro <lupus@ximian.com>
37061         * metadata.h, metadata.c: add mono_metadata_decode_row_col () to
37062         decode a single column from a row in a metadata table and changes
37063         to take advantage of it in the typedef locator (gives a nice speed up).
37064         Store offset info for function params.
37066 2001-08-02  Dietmar Maurer  <dietmar@ximian.com>
37068         * image.h (MONO_IMAGE_IS_CORLIB): removed 
37070 Wed Aug 1 22:54:08 CEST 2001 Paolo Molaro <lupus@ximian.com>
37072         * assembly.c: how could mono_assembly_close () had ever worked?
37073         * metadata.c, metadata.h: provide offset info for local vars.
37074         Implement mono_type_size () to take care of alignment as well
37075         as size (it was mono_field_type_size in cli/class.c before).
37077 2001-08-01  Dietmar Maurer  <dietmar@ximian.com>
37079         * image.h (MONO_IMAGE_IS_CORLIB): new macro to check root image
37081         * assembly.h (CORLIB_NAME): set to corlib.dll
37083         * assembly.c (mono_assembly_open): replaced strcmp() with !strcmp()
37085 Tue Jul 31 17:54:02 CEST 2001 Paolo Molaro <lupus@ximian.com>
37087         * metadata.h, metadata.c, Makefile.am, private.h, assembly.c, blob.h,
37088         cil-coff.h, image.c, image.h, pedump.c, rawbuffer.c, rawbuffer.h, row-indexes.h,
37089         tokentype.h: massive namespace cleanup.
37091 Mon Jul 30 20:11:01 CEST 2001 Paolo Molaro <lupus@ximian.com>
37093         * metadata.h, metadata.c: decode exception clauses when parsing method header.
37095 2001-07-27  Dietmar Maurer  <dietmar@ximian.com>
37097         * metadata.c (mono_metadata_free_type): added check for type !=
37098         NULL (void) before calling mono_metadata_free_type()
37100 Thu Jul 26 19:11:19 CEST 2001 Paolo Molaro <lupus@ximian.com>
37102         * metadata.h, row_indexes.h: added header with enumerations to use
37103         to index in the columns from tables in metadata and to decode coded
37104         tokens: we should start using this instead of embedding magic numbers
37105         all over the code.
37107 Thu Jul 26 13:03:27 CEST 2001 Paolo Molaro <lupus@ximian.com>
37109         * assembly.c, cil-coff.h, image.c, image.h, pedump.c, typedef.c:
37110         Move metadata_t info from cli_image_info_t to MonoImage, where
37111         it's easily accessible. Changed all the uses accordingly.
37112         Added the method and class caches to MonoImage.
37113         * metadata.c, metadata.h: Changed mono_metadata_decode_blob_size ()
37114         and mono_metadata_decode_value () signature to be more consistent
37115         with the other parse functions (and simplify code). Taken advantage
37116         of zero-length array allocation with GCC. Removed reduntant (and
37117         wrong) MonoFieldType struct and use MonoParam instead. Changed
37118         mono_metadata_parse_field_type () to use common code for parsing.
37119         Added mono_metadata_typedef_from_field () and
37120         mono_metadata_typedef_from_method () to lookup a typedef index from a
37121         field or method token.
37122         Pack the MonoRetType structure more tightly (fits in 8 bytes now).
37124 2001-07-23  Miguel de Icaza  <miguel@ximian.com>
37126         * metadata.c (mono_metadata_parse_field_type): Implement. 
37127         (do_mono_metadata_parse_type): Split engine from
37128         mono_metadata_parse_type, so that we can create smaller structures
37129         for things that just have one pointer to the MonoType (look at
37130         the MonoFieldType)
37132 2001-07-20  Miguel de Icaza  <miguel@ximian.com>
37134         * metadata.c (mono_metadata_parse_mh): Correct the implementation,
37135         as Jan Gray found out, it is incorrect. 
37137 2001-07-18  Miguel de Icaza  <miguel@ximian.com>
37139         * assembly.c: Implement asssembly loading.  This loads an image
37140         and loads all the referenced assemblies.  Come to think of it, we
37141         could always do lazy loading of the assemblies. 
37143         * image.c (mono_image_open): Keep loaded images in a hashtable.
37145         * image.h (MonoImage): Add reference count.
37147 2001-07-17  Miguel de Icaza  <miguel@ximian.com>
37149         * assembly.c (mono_assembly_open): Keep track of the file name in
37150         case the assembly has no ASSEMBLY table.
37152         * metadata.h: Fixed Paolo's quick hack.  Put the documnentation
37153         from get.c here.
37155 Sun Jul 15 19:39:06 CEST 2001 Paolo Molaro <lupus@ximian.com>
37157         * metadata.c, metadata.h: decode local vars in method header
37158         parse function. Change callers accordingly.
37160 Sun Jul 15 17:40:47 CEST 2001 Paolo Molaro <lupus@ximian.com>
37162         * metadata.h, cil-coff.h: protect against multiple inclusion.
37163         Added some new structures to hold information decoded from metadata:
37164         MonoType, MonoParam, MonoArray, MonoMethod, MonoMethodSignature
37165         and relevant decoding/free functions.
37166         * metadata.c: implement decoding functions. Add warning for out of bounds
37167         index in mono_metadata_locate(). Implement mono_get_method () to retreive
37168         all the info about a method signature and invocation. Remove check on
37169         uninitialized local var in parse_mh() and fix memory leak.
37171 2001-07-12  Miguel de Icaza  <miguel@ximian.com>
37173         * metadata.h: More macros.
37175         * tokentype.h: New file.
37177 Fri Jul  6 11:30:53 CEST 2001 Paolo Molaro <lupus@ximian.com>
37179         * assembly.c: added a consistency check and initialize
37180         some structures with g_new0().
37181         * metadata.c: fixed a couple more bugs in table size computation
37182         and add other checks for out-of bound access to metadata.
37184 Thu Jul  5 22:34:21 CEST 2001 Paolo Molaro <lupus@ximian.com>
37186         * metatada.c: fix bugs computing table sizes. Spew a
37187         warning when index in string heap is out of bounds.
37189 2001-07-04  Miguel de Icaza  <miguel@ximian.com>
37191         * metadata.h: Add a couple of macros to manipulate tokens. 
37193 Tue Jul  3 18:33:32 CEST 2001 Paolo Molaro <lupus@ximian.com>
37195         * assembly.c: g_free(ii->cli_sections) (and avoid double free of
37196         cli_section_tables).
37198 2001-07-01  Miguel de Icaza  <miguel@ximian.com>
37200         * metadata.c (mono_metadata_user_string): New function, provides
37201         access to the UserString heap. 
37203 2001-06-27  Miguel de Icaza  <miguel@ximian.com>
37205         * metadata.c: Add inline documentation.
37207 2001-06-26  Miguel de Icaza  <miguel@ximian.com>
37209         * propertyattr.h, paramattr.h, methodsem.h, methodattr.h: New
37210         files. 
37212 2001-06-22  Miguel de Icaza  <miguel@ximian.com>
37214         * typeattr.h: New file, TypeAttribute flags. 
37216 2001-06-21  Miguel de Icaza  <miguel@ximian.com>
37218         * mono/metadata/assembly.c (mono_assembly_ensure_section_idx,
37219         mono_assembly_ensure_section): Section loading code.
37220         (load_section_tables): Load the sections.
37222         * mono/metadata/metadata.c (mono_metadata_locate_token,
37223         mono_metadata_locate): Functions to locate the information
37224         definition given a token or a table and an index.
37225         (mono_metadata_compute_table_bases): New.
37226         (compute_size): New function to compute the sizes of the various
37227         tables.
37229         * mono/metadata/metadata.h: Finish listing the different index
37230         types. 
37232         * mono/metadata/pedump.c: Improve to dump new information.
37234 2001-06-19  Miguel de Icaza  <miguel@ximian.com>
37236         * mono/metadata/metadata.c: Entered all the tables matching
37237         Beta2. 
37239         * mono/metadata/assembly.c (load_metadata_ptrs): Fix for Beta2